# 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_storage_mirror" version = "0.2.0" authors = ["Microsoft Corp."] description = "Azure Storage crate from the Azure SDK for Rust" homepage = "https://github.com/azure/azure-sdk-for-rust" documentation = "https://docs.rs/azure_storage" readme = "README.md" keywords = [ "sdk", "azure", "storage", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/azure/azure-sdk-for-rust" resolver = "2" [dependencies.RustyXML] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.azure_core] version = "0.3" package = "azure_core_mirror" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.7" [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.5" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.time] version = "0.3.10" [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.0" features = ["v4"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] azurite_workaround = [] default = ["enable_reqwest"] enable_reqwest = ["azure_core/enable_reqwest"] enable_reqwest_rustls = ["azure_core/enable_reqwest_rustls"] test_e2e = [] test_integration = []