# 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] edition = "2018" name = "bloblock" version = "0.1.2" authors = ["m0ssc0de "] description = "A sans I/O libray for Azure Blob Storage." readme = "Readme.md" keywords = ["sansio", "azure", "blob"] license = "MIT OR Apache-2.0" repository = "https://github.com/m0ssc0de/bloblock" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.hmac] version = "0.10.1" [dependencies.http] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.9" default-features = false [dev-dependencies.reqwest] version = "0.11" features = ["blocking", "rustls-tls"] default-features = false