# 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 = "keyvault-agent-azure-key-vault-keys" version = "0.1.0-alpha" authors = ["Jeff Simmer "] description = "unofficial client for the Azure Key Vault keys API in Rust (experimental)" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JeffSimmer/azure-key-vault-keys-rs" [dependencies.base64] version = "0.12.1" [dependencies.bytes] version = "0.5.4" [dependencies.chrono] version = "0.4" [dependencies.http] version = "0.2" [dependencies.keyvault-agent-azure-auth] version = "0.1.0-alpha" [dependencies.quoted-string] version = "0.6" [dependencies.reqwest] version = "0.10" features = ["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 = ["process"] [dev-dependencies.openssl] version = "0.10" [dev-dependencies.tokio] version = "0.2" features = ["process", "macros"] [badges.maintenance] status = "experimental"