# 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-ureq" version = "0.2.4" authors = [ "Rong Zhou ", "Shanghai Qiniu Information Technologies Co., Ltd.", ] description = "Qiniu Ureq 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.qiniu-http] version = "0.2.4" [dependencies.ureq] version = "2.5.0" [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"] charset = ["ureq/charset"] cookies = ["ureq/cookies"] docs = [] native-certs = ["ureq/native-certs"] socks-proxy = ["ureq/socks-proxy"] tls = ["ureq/tls"]