[package] name = "azure_sdk_core_rs" version = "0.50.0" description = "Rust wrappers around Microsoft Azure REST APIs - Core crate" readme = "README.md" authors = ["Xin Tu "] license = "Apache-2.0" repository = "https://github.com/MindFlavor/AzureSDKForRust" documentation = "http://mindflavor.github.io/AzureSDKForRust/azure_sdk_for_rust/index.html" homepage = "https://github.com/MindFlavor/AzureSDKForRust" keywords = ["sdk", "azure", "rest", "iot", "cloud"] categories = ["api-bindings"] edition = "2021" [dependencies] RustyXML = "0.3" base64 = "0.13" chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["client", "tcp", "http1"] } log = "0.4" quick-error = "2.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde-xml-rs = "0.6" url = "2.2" uuid = { version = "1.1", features = ["v4"] } bytes = "1.2" failure = "0.1" [dev-dependencies] tokio = "1.20" env_logger = "0.9" [features] test_e2e = [] azurite_workaround = []