[dependencies.slabbable]
version = "0.1"
[dev-dependencies]
[features]
alloc = []
default = ["std"]
std = []
[lib]
name = "slabbable_hash"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(slabbable_hasher, values("_somethingelse"))', 'cfg(slabbable_hasmap, values("_somethingelse"))']
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Slabbable hash impl"
edition = "2021"
exclude = ["assets/"]
homepage = "https://github.com/yaws-rs/edifice"
keywords = ["yaws"]
license = "Apache-2.0/MIT"
name = "slabbable-hash"
readme = "README.md"
repository = "https://github.com/yaws-rs/edifice"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["std"]
[target.'cfg(not(slabbable_hasher = "_somethingelse"))'.dependencies.nohash-hasher]
version = "0.2"
[target.'cfg(not(slabbable_hashmap = "_somethingelse"))'.dependencies.hashbrown]
version = "0.15"