# 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" rust-version = "1.74.0" name = "azure_core" version = "0.21.0" authors = ["Microsoft Corp."] description = "Rust wrappers around Microsoft Azure REST APIs - Core crate" homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy" documentation = "https://docs.rs/azure_core" readme = "README.md" keywords = [ "sdk", "azure", "rest", "iot", "cloud", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/azure/azure-sdk-for-rust" [package.metadata.docs.rs] features = [ "xml", "tokio-fs", "enable_reqwest", "enable_reqwest_gzip", "enable_reqwest_rustls", "hmac_rust", "hmac_openssl", "xml", ] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.0" [dependencies.dyn-clone] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" optional = true [dependencies.http-types] version = "2.12" default-features = false [dependencies.once_cell] version = "1.18" [dependencies.openssl] version = "0.10" optional = true [dependencies.paste] version = "1.0" [dependencies.pin-project] version = "1.0" [dependencies.quick-xml] version = "0.31" features = [ "serialize", "serde-types", ] optional = true [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12.0" features = ["stream"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" optional = true [dependencies.time] version = "0.3.10" features = [ "serde-well-known", "macros", ] [dependencies.tokio] version = "1.0" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.0" [dev-dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = [ "default", "macros", "rt", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3" [build-dependencies.rustc_version] version = "0.4" [features] azurite_workaround = [] default = [] enable_reqwest = ["reqwest/default-tls"] enable_reqwest_gzip = ["reqwest/gzip"] enable_reqwest_rustls = ["reqwest/rustls-tls"] hmac_openssl = ["dep:openssl"] hmac_rust = [ "dep:sha2", "dep:hmac", ] test_e2e = [] tokio-fs = [ "tokio/fs", "tokio/sync", "tokio/io-util", ] tokio-sleep = ["tokio"] xml = ["quick-xml"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.time] version = "0.3.10" features = ["wasm-bindgen"]