# 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 = "hmac-sm3" version = "0.1.1" authors = ["Hatter Jiang"] description = "HMAC-SM3 Library" readme = "README.md" keywords = [ "crypto", "hmac", "sm3", "hmac-sm3", "stream", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://git.hatter.ink/hatter/hmac-sm3" [dependencies.sm3] version = "0.4.2" [dev-dependencies.benchmark-simple] version = "0.1.8" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hmac-sha1] version = "0.1.3" [dev-dependencies.hmac-sha256] version = "1.1.7"