# 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 = "2018" name = "azure_base" version = "0.1.0" authors = ["Microsoft Corp."] description = "Rust wrappers around Microsoft Azure REST APIs - Core crate" homepage = "https://github.com/azure/azure-sdk-for-rust" documentation = "https://docs.rs/azure_base" readme = "README.md" keywords = ["sdk", "azure", "rest", "iot", "cloud"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/azure/azure-sdk-for-rust" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.dyn-clone] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" optional = true [dependencies.hyper-rustls] version = "0.23" optional = true [dependencies.log] version = "0.4" [dependencies.oauth2] version = "4.0" default-features = false [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["stream"] optional = true default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dependencies.uuid] version = "0.8" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1" features = ["default"] [build-dependencies.rustc_version] version = "0.4" [features] azurite_workaround = [] default = ["enable_reqwest"] enable_hyper = ["hyper", "hyper-rustls"] enable_reqwest = ["reqwest/default-tls", "oauth2/native-tls"] enable_reqwest_rustls = ["reqwest/rustls-tls", "oauth2/rustls-tls"] mock_transport_framework = [] test_e2e = [] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]