# 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 = "2018" name = "hmac-sha256" version = "1.1.8" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small, self-contained SHA256 and HMAC-SHA256 implementation" homepage = "https://github.com/jedisct1/rust-hmac-sha256" readme = "README.md" keywords = [ "hash", "hmac", "sha2", "sha256", "hkdf", ] categories = [ "algorithms", "cryptography", "no-std", ] license = "ISC" repository = "https://github.com/jedisct1/rust-hmac-sha256" [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "hmac_sha256" path = "src/lib.rs" [dependencies.digest010] version = "0.10.7" features = ["oid"] optional = true package = "digest" [dependencies.digest09] version = "0.9.0" optional = true package = "digest" [features] default = [] opt_size = [] traits = [ "traits09", "traits010", ] traits010 = ["digest010"] traits09 = ["digest09"]