# 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 = "object-storage" version = "0.1.6" authors = ["Joey Wang "] description = "This library is used to manipulate oss or cos" documentation = "https://docs.rs/object-storage" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/joeywang321/object-storage" [dependencies.anyhow] version = "1.0.69" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.23" [dependencies.hmac] version = "0.12.1" [dependencies.md-5] version = "0.10.5" [dependencies.mime_guess] version = "2.0.4" [dependencies.reqwest] version = "0.11.14" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.sha1] version = "0.10.5" [dependencies.tokio] version = "1.25.0" features = ["full"]