# 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 = "aliyun-oss-client" version = "0.13.0-alpha9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "an aliyun oss client" documentation = "https://docs.rs/aliyun-oss-client" readme = "README.md" keywords = [ "aliyun", "oss", "sdk", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/tu6ge/oss-rs" resolver = "2" [lib] name = "aliyun_oss_client" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.base64] version = "^0.22" [dependencies.chrono] version = "^0.4" [dependencies.hmac] version = "^0.12" [dependencies.reqwest] version = "^0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.sha1] version = "^0.10" [dependencies.thiserror] version = "^1" [dependencies.url] version = "^2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "rt", ]