# 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-sha" version = "0.6.1" authors = ["Philip Woolford ", "Leonardo Razovic "] include = ["**/*.rs", "LICENSE"] description = "Minimal wrapper of HMAC-SHA-{1,2,3} in Rust." keywords = ["crypto", "sha", "hmac", "digest"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/lrazovic/rust-hmac-sha" resolver = "2" [profile.release] lto = true codegen-units = 1 [lib] name = "hmacsha" path = "src/lib.rs" [[bench]] name = "sha1_bench" harness = false [dependencies.digest] version = "0.9" default-features = false [dependencies.heapless] version = "0.7" [dependencies.hmac] version = "0.11" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.sha-1] version = "0.9" default-features = false [dev-dependencies.sha2] version = "0.9" default-features = false [dev-dependencies.sha3] version = "0.9" default-features = false