# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "azure_identity_gindix" version = "0.21.0" authors = ["Microsoft Corp."] description = "Rust wrappers around Microsoft Azure REST APIs - Azure identity helper crate" homepage = "https://github.com/azure/azure-sdk-for-rust" documentation = "https://docs.rs/azure_identity" readme = "README.md" keywords = [ "sdk", "azure", "rest", "iot", "cloud", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/azure/azure-sdk-for-rust" [package.metadata.docs.rs] features = [ "enable_reqwest", "enable_reqwest_rustls", "development", "client_certificate", "azureauth_cli", "old_azure_cli", ] [[example]] name = "client_certificate_credentials" required-features = ["client_certificate"] [[example]] name = "azureauth_cli_credential" required-features = ["azureauth_cli"] [dependencies.async-lock] version = "3.0" [dependencies.async-trait] version = "0.1" [dependencies.azure_core] version = "0.20" [dependencies.futures] version = "0.3" [dependencies.oauth2] version = "4.0.0" default-features = false [dependencies.openssl] version = "0.10.46" optional = true [dependencies.pin-project] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3.10" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.0" features = ["v4"] [dev-dependencies.clap] version = "4.4.16" features = ["derive"] [dev-dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dev-dependencies.serde_test] version = "1" [dev-dependencies.serial_test] version = "3.0" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] azureauth_cli = [] client_certificate = ["openssl"] default = [ "development", "enable_reqwest", "old_azure_cli", ] development = [] enable_reqwest = ["azure_core/enable_reqwest"] enable_reqwest_rustls = ["azure_core/enable_reqwest_rustls"] old_azure_cli = [ "time/local-offset", "tz-rs", ] test_e2e = [] vendored_openssl = ["openssl/vendored"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-process] version = "2.0" [target."cfg(unix)".dependencies.tz-rs] version = "0.6" optional = true