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_identity is added without default-features = false somewhere in the dependency tree.

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.

openssl client_certificate?