# 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" name = "reqsign" version = "0.16.0" authors = ["Xuanwo "] description = "Signing API requests without effort." documentation = "https://docs.rs/reqsign" readme = "README.md" categories = [ "command-line-utilities", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/Xuanwo/reqsign" [package.metadata.docs.rs] all-features = true [[bench]] name = "aws" harness = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4.35" [dependencies.form_urlencoded] version = "1" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.http] version = "1.1" [dependencies.jsonwebtoken] version = "9.2" optional = true [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" optional = true [dependencies.percent-encoding] version = "2" [dependencies.quick-xml] version = "0.35" features = ["serialize"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" optional = true default-features = false [dependencies.rsa] version = "0.9.2" features = [ "pkcs5", "sha2", ] optional = true [dependencies.rust-ini] version = "0.21" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" features = ["oid"] [dependencies.toml] version = "0.8.9" optional = true [dev-dependencies.aws-credential-types] version = "1.1.8" [dev-dependencies.aws-sigv4] version = "1.2.0" [dev-dependencies.criterion] version = "0.5" features = [ "async_tokio", "html_reports", ] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.macro_rules_attribute] version = "0.2.0" [dev-dependencies.once_cell] version = "1" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dev-dependencies.temp-env] version = "0.3" [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "reqwest_request", "services-all", ] native-tls = ["reqwest?/default-tls"] reqwest_blocking_request = ["reqwest?/blocking"] reqwest_request = ["dep:reqwest"] rustls = ["reqwest?/rustls-tls"] services-aliyun = [ "dep:reqwest", "dep:serde", "dep:serde_json", "dep:once_cell", ] services-all = [ "services-aliyun", "services-aws", "services-azblob", "services-google", "services-huaweicloud", "services-oracle", "services-tencent", ] services-aws = [ "dep:reqwest", "dep:serde", "dep:serde_json", "dep:quick-xml", "dep:rust-ini", ] services-azblob = [ "dep:serde", "dep:serde_json", "dep:reqwest", ] services-google = [ "dep:reqwest", "dep:serde", "dep:serde_json", "dep:jsonwebtoken", "dep:rsa", ] services-huaweicloud = [ "dep:serde", "dep:serde_json", "dep:once_cell", ] services-oracle = [ "dep:reqwest", "dep:rsa", "dep:toml", "dep:serde", ] services-tencent = [ "dep:reqwest", "dep:serde", "dep:serde_json", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.home] version = "0.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["fs"] optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1" optional = true