# 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-credential" version = "0.2.4" authors = [ "Rong Zhou ", "Shanghai Qiniu Information Technologies Co., Ltd.", ] description = "Qiniu Credential SDK 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.assert-impl] version = "0.1.3" [dependencies.auto_impl] version = "1.0.0" [dependencies.dyn-clonable] version = "0.9.0" [dependencies.form_urlencoded] version = "1.0.1" [dependencies.futures-lite] version = "1.12.0" optional = true [dependencies.hmac] version = "0.11.0" features = ["std"] [dependencies.http] version = "0.2.4" [dependencies.mime] version = "0.3.16" [dependencies.once_cell] version = "1.8.0" [dependencies.qiniu-utils] version = "0.2.4" [dependencies.serde] version = "1.0.130" [dependencies.sha-1] version = "0.9.6" [dev-dependencies.anyhow] version = "1.0.41" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.serde_json] version = "1.0.68" [features] async = ["futures-lite"] default = [] docs = []