# 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-sha512" version = "1.1.6" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small, self-contained SHA512, HMAC-SHA512, SHA384 and HMAC-SHA384 implementation" homepage = "https://github.com/jedisct1/rust-hmac-sha512" readme = "README.md" keywords = [ "crypto", "hash", "hmac", "sha2", "sha512", ] categories = [ "algorithms", "cryptography", "no-std", ] license = "ISC" repository = "https://github.com/jedisct1/rust-hmac-sha512" [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "hmac_sha512" 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 = ["sha384"] opt_size = [] sha384 = [] traits = [ "traits09", "traits010", ] traits010 = ["digest010"] traits09 = ["digest09"]