# 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-etag" version = "0.2.4" authors = [ "Rong Zhou ", "Shanghai Qiniu Information Technologies Co., Ltd.", ] description = "Qiniu Etag calculation 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.digest] version = "0.9.0" [dependencies.futures-lite] version = "1.12.0" optional = true [dependencies.qiniu-utils] version = "0.2.4" [dependencies.sha-1] version = "0.9.6" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [features] async = ["futures-lite"] default = [] docs = []