[package] name = "azure_sdk_storage_core_rs" version = "0.50.0" description = "Rust wrappers around Microsoft Azure REST APIs - Core storage 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] azure_sdk_core_rs = "0.50.0" ring = "0.16" base64 = "0.13" chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["client", "tcp", "http1"] } hyper-tls = "0.5" log = "0.4" quick-error = "2.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde-xml-rs = "0.6" time = "0.3" url = "2.2" uuid = { version = "1.1", features = ["v4"] } bytes = "1.2" [dev-dependencies] tokio = { version = "1.20", features = ["macros"] } env_logger = "0.9" [features] test_e2e = []