Files
alibabacloud-openapi-signature/Cargo.toml
2023-09-03 18:00:07 +08:00

18 lines
354 B
TOML

[package]
name = "alibabacloud-openapi-signature"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = "0.4.3"
hmac-sha1 = "0.1.3"
hmac-sha256 = "1.1.7"
hmac-sm3 = "0.1.0"
rand = "0.8.5"
sha1 = "0.10.5"
sha256 = "1.4.0"
sm3 = "0.4.2"
zeroize = "1.6.0"