# 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-rs" version = "0.0.7" authors = ["Ethan Archer"] description = "A non-official Rust SDK implementation for Alibaba Cloud OSS." readme = "README.md" license = "MIT" repository = "https://github.com/EthanWinton/aliyun-oss-rs" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.26" [dependencies.futures-util] version = "0.3.28" default-features = false [dependencies.infer] version = "0.16.0" [dependencies.md-5] version = "0.10.5" [dependencies.mime_guess] version = "2.0.4" [dependencies.percent-encoding] version = "2.3.0" [dependencies.reqwest] version = "0.12.5" features = [ "stream", "rustls-tls", ] default-features = false [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0.171" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_derive] version = "1.0.171" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1" features = [ "fs", "io-util", ] [dependencies.tokio-util] version = "0.7.8" features = ["io"]