# 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_sdk_storage_core_rs" version = "0.50.0" authors = ["Xin Tu "] description = "Rust wrappers around Microsoft Azure REST APIs - Core storage crate" homepage = "https://github.com/MindFlavor/AzureSDKForRust" documentation = "http://mindflavor.github.io/AzureSDKForRust/azure_sdk_for_rust/index.html" readme = "README.md" keywords = [ "sdk", "azure", "rest", "iot", "cloud", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/MindFlavor/AzureSDKForRust" [dependencies.azure_sdk_core_rs] version = "0.50.0" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.2" [dependencies.chrono] version = "0.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "client", "tcp", "http1", ] [dependencies.hyper-tls] version = "0.5" [dependencies.log] version = "0.4" [dependencies.quick-error] version = "2.0" [dependencies.ring] version = "0.16" [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.6" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.1" features = ["v4"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1.20" features = ["macros"] [features] test_e2e = []