Files
alibabacloud-openapi-signature/Cargo.toml
2023-09-03 17:43:24 +08:00

16 lines
318 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-sha256 = "1.1.7"
hmac-sm3 = "0.1.0"
rand = "0.8.5"
sha256 = "1.4.0"
sm3 = "0.4.2"
zeroize = "1.6.0"