# 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 = "oss-sdk-rs" version = "1.2.4" authors = [ "NoXF ", "kingzcheung ", ] description = "Aliyun OSS SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/iFREEGROUP/oss-sdk-rs" [dependencies.async-trait] version = "0.1.53" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4.20" [dependencies.derive_more] version = "0.99.5" [dependencies.hmac] version = "0.12" [dependencies.httpdate] version = "1.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.quick-xml] version = "0.36.1" [dependencies.reqwest] version = "0.12.2" features = [ "json", "charset", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.96" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [features] default = ["rustls-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"] [target."cfg(unix)".dev-dependencies.dotenvy] version = "0.15.7"