Files
hmac-sm3/Cargo.toml

22 lines
527 B
TOML

[package]
name = "hmac-sm3"
version = "0.1.1"
edition = "2021"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/hmac-sm3"
description = "HMAC-SM3 Library"
license = "MIT OR Apache-2.0"
keywords = ["crypto", "hmac", "sm3", "hmac-sm3", "stream"]
categories = ["cryptography"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sm3 = "0.4.2"
[dev-dependencies]
hex = "0.4.3"
hmac-sha1 = "0.1.3"
hmac-sha256 = "1.1.7"
benchmark-simple = "0.1.8"