# 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-keyvault" version = "0.1.13" authors = ["Guy Waldman "] description = "Rust wrapper around Microsoft Azure REST APIs for Azure Key Vault" homepage = "https://github.com/guywaldman/azure-sdk-keyvault" documentation = "https://docs.rs/azure-sdk-keyvault" readme = "README.md" keywords = ["azure", "microsoft", "sdk", "keyvault", "cloud"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/guywaldman/azure-sdk-keyvault" [dependencies.anyhow] version = "1.0" [dependencies.azure_sdk_auth_aad] version = "0.42.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.getset] version = "0.1" [dependencies.oauth2] version = "3.0.0-alpha.9" features = ["reqwest-010", "futures-03"] default-features = false [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.url] version = "2.1" [dev-dependencies.mockito] version = "0.25.1"