# 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_messaging_eventgrid" version = "0.21.0" authors = ["Microsoft Corp."] description = "Rust wrappers around Microsoft Azure Event Grid REST APIs" homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy" documentation = "https://docs.rs/azure_messaging_eventgrid" 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 = [ "enable_reqwest", "enable_reqwest_rustls", ] [dependencies.azure_core] version = "0.21" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3.10" [dependencies.uuid] version = "1.0" features = ["v4"] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] default = ["enable_reqwest"] enable_reqwest = ["azure_core/enable_reqwest"] enable_reqwest_rustls = ["azure_core/enable_reqwest_rustls"]