# 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-sha1-compact" version = "1.1.4" authors = ["Frank Denis "] description = "A small, self-contained SHA1 and HMAC-SHA1 implementation" homepage = "https://github.com/jedisct1/rust-hmac-sha1" readme = "README.md" keywords = [ "crypto", "hash", "hmac", "sha1", ] categories = [ "algorithms", "cryptography", "no-std", ] license = "ISC" repository = "https://github.com/jedisct1/rust-hmac-sha1" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.digest010] version = "0.10.7" features = ["oid"] optional = true package = "digest" [dependencies.digest09] version = "0.9.0" optional = true package = "digest" [features] default = [] traits = [ "traits09", "traits010", ] traits010 = ["digest010"] traits09 = ["digest09"]