# 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_blobs" version = "0.20.0" authors = ["Microsoft Corp."] description = "Azure Blob Storage crate from the Azure SDK for Rust" homepage = "https://github.com/azure/azure-sdk-for-rust" documentation = "https://docs.rs/azure_storage_blobs" readme = "README.md" keywords = [ "sdk", "azure", "storage", "blobs", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/azure/azure-sdk-for-rust" [package.metadata.docs.rs] features = [ "enable_reqwest", "enable_reqwest_rustls", "hmac_rust", "hmac_openssl", "md5", "azurite_workaround", ] [dependencies.RustyXML] version = "0.3" [dependencies.azure_core] version = "0.20" features = ["xml"] [dependencies.azure_storage] version = "0.20" default-features = false [dependencies.azure_svc_blobstorage] version = "0.20" features = ["default_tag"] default-features = false [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.md5] version = "0.7" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.10" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.0" features = [ "v4", "serde", ] [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.azure_core] version = "0.20" features = ["tokio-fs"] [dev-dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dev-dependencies.md5] version = "0.7" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "io-util", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] azurite_workaround = ["azure_core/azurite_workaround"] default = [ "enable_reqwest", "hmac_rust", ] enable_reqwest = [ "azure_core/enable_reqwest", "azure_storage/enable_reqwest", "azure_svc_blobstorage/enable_reqwest", ] enable_reqwest_rustls = [ "azure_core/enable_reqwest_rustls", "azure_storage/enable_reqwest_rustls", "azure_svc_blobstorage/enable_reqwest_rustls", ] hmac_openssl = ["azure_core/hmac_openssl"] hmac_rust = ["azure_core/hmac_rust"] md5 = ["dep:md5"] test_e2e = [] test_integration = []