# 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-app-configuration" version = "0.1.0" authors = ["clanderas"] description = "Azure App Configuration client for Rust" homepage = "https://github.com/CarlosLanderas/azure-app-configuration" documentation = "https://docs.rs/azure-app-configuration" readme = "README.md" keywords = ["azure", "app-configuration", "cloud", "api-wrapper", "client"] categories = ["api-bindings", "config"] license = "Apache-2.0/MIT" repository = "https://github.com/CarlosLanderas/azure-app-configuration" [[example]] name = "list-key-values" path = "examples/list_key_values.rs" [[example]] name = "list-labels" path = "examples/list_labels.rs" [[example]] name = "list-keys" path = "examples/list_keys.rs" [[example]] name = "get-key-value" path = "examples/get_key_value.rs" [[example]] name = "set-key-value" path = "examples/set_key_value.rs" [[example]] name = "set-key-value-with-tags" path = "examples/set_key_value_with_tags.rs" [[example]] name = "remove-key-value" path = "examples/remove_key_value.rs" [dependencies.async-std] version = "0.99.4" [dependencies.base64] version = "0.10.1" [dependencies.hmac] version = "0.7.1" [dependencies.http] version = "0.1.18" [dependencies.httpdate] version = "0.3.2" [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.14" [dependencies.serde] version = "1.0.100" [dependencies.serde_derive] version = "1.0.100" [dependencies.serde_json] version = "1.0.40" [dependencies.sha2] version = "0.8.0" [dependencies.surf] version = "1.0.2" [dependencies.url] version = "2.1.0" [dev-dependencies.femme] version = "1.2.0"