Cargo Features
credent_cli_model has no features set by default.
[dependencies]
credent_cli_model = { version = "0.4.1", features = ["backend-smol", "backend-tokio"] }
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- smol backend-smol?
-
Enables smol ^1.2.5
- tokio backend-tokio?