# 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" rust-version = "1.70.0" name = "qiniu-reqwest" version = "0.2.4" authors = [ "Rong Zhou ", "Shanghai Qiniu Information Technologies Co., Ltd.", ] description = "Qiniu Reqwest based HTTP Interface Implementation for Rust" homepage = "https://www.qiniu.com" readme = "README.md" keywords = [ "qiniu", "storage", ] license = "MIT" repository = "https://github.com/qiniu/rust-sdk.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "feature=\"docs\"", ] [dependencies.anyhow] version = "1.0.41" [dependencies.bytes] version = "1.0.1" optional = true [dependencies.futures] version = "0.3.16" optional = true [dependencies.qiniu-http] version = "0.2.4" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "stream", ] [dev-dependencies.bytes] version = "1.0.1" [dev-dependencies.env_logger] version = "0.8.4" [dev-dependencies.futures] version = "0.3.16" [dev-dependencies.md-5] version = "0.9.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.warp] version = "0.3.1" [features] async = [ "qiniu-http/async", "futures", "bytes", ] brotli = ["reqwest/brotli"] default = [ "gzip", "brotli", "deflate", "default-tls", ] default-tls = ["reqwest/default-tls"] deflate = ["reqwest/deflate"] docs = [] gzip = ["reqwest/gzip"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] trust-dns = ["reqwest/trust-dns"]