# 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-rust-sdk" version = "0.10.0" authors = ["NoXF "] description = "Aliyun OSS SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/NoXF/oss-rust-sdk" [dependencies.async-trait] version = "0.1.53" [dependencies.base64] version = "0.13" [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.log] version = "0.4.17" [dependencies.quick-xml] version = "0.28.0" features = ["serialize"] [dependencies.reqwest] version = "0.11.13" features = ["blocking"] optional = true default-features = false [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.sha1] version = "0.10" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.tokio] version = "1.1" features = ["full"] [features] default = ["native-tls"] native-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]