# 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-rust-sdk" version = "0.2.1" authors = ["lake"] description = "阿里云 © Alibaba Cloud Official Oss SDK (标准库)" readme = "README.md" license = "MIT" repository = "https://github.com/dounine/aliyun-oss-rust-sdk" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.110" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" optional = true [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] blocking = ["reqwest/blocking"] debug-print = [ "tracing", "tracing-subscriber", ] default = []