# 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" name = "BlueHash" version = "0.1.8" authors = ["blueokanna@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A highly secure alternative to existing custom digest algorithms." readme = "README.md" keywords = [ "Digest", "Algorithms", "Hash", "Crypto", ] license = "Apache-2.0" repository = "https://github.com/blueokanna/BlueHash" [profile.release] opt-level = 3 lto = true panic = "abort" overflow-checks = true [lib] name = "BlueHash" path = "src/lib.rs" [[bench]] name = "bluebench" path = "benches/bluebench.rs" harness = false [dependencies.criterion] version = "0.5.1" features = ["plotters"] [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0"