# 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-upload-token" version = "0.2.4" authors = [ "Rong Zhou ", "Shanghai Qiniu Information Technologies Co., Ltd.", ] description = "Qiniu Upload Policy Builder & Parser, Upload Token Generator & Parser 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.assert-impl] version = "0.1.3" [dependencies.auto_impl] version = "1.0.0" [dependencies.duplicate] version = "0.2.7" [dependencies.dyn-clonable] version = "0.9.0" [dependencies.futures] version = "0.3.16" optional = true [dependencies.once_cell] version = "1.4.1" [dependencies.qiniu-credential] version = "0.2.4" [dependencies.qiniu-utils] version = "0.2.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.async-std] version = "1.6.3" features = ["attributes"] [dev-dependencies.mime] version = "0.3.16" [dev-dependencies.structopt] version = "0.3.23" [features] async = [ "qiniu-credential/async", "futures", ] default = [] docs = []