76 lines
1.5 KiB
TOML
76 lines
1.5 KiB
TOML
# 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.60"
|
|
name = "foldhash"
|
|
version = "0.1.5"
|
|
authors = ["Orson Peters <orsonpeters@gmail.com>"]
|
|
build = false
|
|
exclude = [
|
|
"benches",
|
|
"tools",
|
|
"assets",
|
|
]
|
|
autolib = false
|
|
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"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[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"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|