# 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_iot_hub" version = "0.20.0" authors = ["Microsoft Corp."] description = "Azure IoT Hub" homepage = "https://github.com/azure/azure-sdk-for-rust" documentation = "https://docs.rs/azure_iot_hub" readme = "README.md" 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", ] [dependencies.async-trait] version = "0.1" [dependencies.azure_core] version = "0.20" default-features = false [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3.10" [dependencies.url] version = "2.2" [dev-dependencies.hyper] version = "1.0" [dev-dependencies.hyper-rustls] version = "0.27" [dev-dependencies.reqwest] version = "0.12.0" [dev-dependencies.tokio] version = "1.0" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [ "enable_reqwest", "hmac_rust", ] enable_reqwest = ["azure_core/enable_reqwest"] enable_reqwest_rustls = ["azure_core/enable_reqwest_rustls"] hmac_openssl = ["azure_core/hmac_openssl"] hmac_rust = ["azure_core/hmac_rust"]