Cargo Features
azure_identity has no features set by default.
[dependencies]
azure_identity = { version = "1.0.0", features = ["tokio", "client_certificate"] }
- default
-
These default features are set whenever
azure_identityis added withoutsomewhere in the dependency tree.default-features = false Enables azure_core
- tokio
-
Enables tokio of azure_core, process of tokio
- client_certificate = openssl
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.