# 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 = "sthash" version = "0.2.15" authors = ["Frank Denis "] description = "A very fast cryptographic hash function for large data." readme = "README.md" keywords = [ "crypto", "cryptography", "hash", ] categories = [ "algorithms", "cryptography", ] license = "ISC" repository = "https://github.com/jedisct1/rust-sthash" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" overflow-checks = false incremental = false [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.tiny-keccak] version = "2.0.2" features = [ "cshake", "kmac", ] [dev-dependencies.blake2b_simd] version = "1.0.2" [dev-dependencies.blake3] version = "1.5.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.hmac] version = "0.12.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha2] version = "0.10.8"