# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "azure_sdk_auth_aad" version = "0.47.0" authors = ["Francesco Cogno "] description = "Rust wrappers around Microsoft Azure REST APIs - Azure OAuth2 helper crate" homepage = "https://github.com/MindFlavor/AzureSDKForRust" documentation = "http://mindflavor.github.io/AzureSDKForRust/azure_sdk_for_rust/index.html" readme = "README.md" keywords = ["sdk", "azure", "rest", "iot", "cloud"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/MindFlavor/AzureSDKForRust" [dependencies.async-timer] version = "1.0.0-beta.3" [dependencies.async-trait] version = "0.1.36" [dependencies.azure_sdk_core] version = "0.43.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.oauth2] version = "3.0.0" features = ["reqwest-010", "futures-03"] default-features = false [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.1" [dev-dependencies.azure_sdk_storage_blob] version = "0.44" [dev-dependencies.azure_sdk_storage_core] version = "0.44" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [features] test_e2e = []