# 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 = "xxhrs" version = "2.0.1" authors = ["Karolin Varner "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Safe XXHash and XXH3 bindings." documentation = "https://docs.rs/xxhrs" readme = "readme.md" keywords = [ "hash", "xxhash", "bindings", "xxh3", "xxhash", ] categories = ["algorithms"] license = "BSD-3-Clause" repository = "https://github.com/koraa/xxhrs" [profile.release] lto = true [lib] name = "xxhrs" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" test = false doctest = false harness = false [dependencies.getrandom] version = "0.2.0" optional = true [dev-dependencies.ahash] version = "0.4.5" [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.csv] version = "1.1.3" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.fxhash] version = "0.2.1" [dev-dependencies.regex] version = "1.3.9" [dev-dependencies.resiter] version = "0.4.0" [dev-dependencies.serde] version = "1.0.116" [dev-dependencies.serde_json] version = "1.0.57" [dev-dependencies.twox-hash] version = "1.5.0" [dev-dependencies.walkdir] version = "2.3.1" [build-dependencies.anyhow] version = "1.0.32" [build-dependencies.bindgen] version = "0.69.2" [build-dependencies.cc] version = "1.0.59" features = ["parallel"] [build-dependencies.shell-words] version = "1.0.0" [features] default = ["random_entropy"] random_entropy = ["getrandom"]