# 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" rust-version = "1.56" name = "k12" version = "0.3.0" authors = [ "RustCrypto Developers", "Diggory Hardy ", ] description = "Pure Rust implementation of the KangarooTwelve hash function" documentation = "https://docs.rs/k12" readme = "README.md" keywords = [ "crypto", "hash", "digest", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/hashes" [profile.dev] opt-level = 2 [dependencies.digest] version = "0.10.7" features = ["core-api"] default-features = false [dependencies.sha3] version = "0.10.8" default-features = false [dev-dependencies.digest] version = "0.10.7" features = [ "alloc", "dev", ] [dev-dependencies.hex-literal] version = "0.3" [features] default = ["std"] std = ["digest/std"]