# 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 = "foldhash" version = "0.1.3" authors = ["Orson Peters "] build = false exclude = [ "benches", "tools", "assets", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm." readme = "README.md" keywords = [ "hash", "hasher", "no-std", ] categories = [ "algorithms", "no-std", ] license = "Zlib" repository = "https://github.com/orlp/foldhash" [profile.release] lto = "thin" [lib] name = "foldhash" path = "src/lib.rs" bench = false [dependencies] [dev-dependencies.ahash] version = "0.8" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.fxhash] version = "0.2" [dev-dependencies.hashbrown] version = "0.14" [dev-dependencies.rand] version = "0.8" [dev-dependencies.uuid] version = "1.8" [features] default = ["std"] std = []