# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "azure_cosmos_sdk" version = "0.1.0" authors = ["Francesco Cogno "] description = "Rust wrappers around Microsoft Cosmos DB REST APIs" homepage = "https://github.com/MindFlavor/azure_cosmos_sdk" documentation = "https://docs.rs/azure_cosmos_sdk" readme = "README.md" keywords = ["sdk", "azure", "cosmos", "rest", "iot"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/MindFlavor/azure_cosmos_sdk" [dependencies.RustyXML] version = "0.1.1" [dependencies.azure_core_sdk] version = "0.1.1" [dependencies.base64] version = "0.9.0" [dependencies.chrono] version = "0.4.0" [dependencies.env_logger] version = "0.5.3" [dependencies.futures] version = "0.1.18" [dependencies.hyper] version = "0.11.18" [dependencies.hyper-tls] version = "0.1.2" [dependencies.log] version = "0.4.1" [dependencies.mime] version = "0.3.5" [dependencies.native-tls] version = "0.1.5" [dependencies.quick-error] version = "1.2.1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.serde_json] version = "1.0.9" [dependencies.time] version = "0.1.39" [dependencies.tokio] version = "0.1.1" [dependencies.tokio-core] version = "0.1.12" [dependencies.url] version = "1.6.0" [dependencies.uuid] version = "0.6.0" [features] test_e2e = []