[package]
edition = "2021"
name = "fett"
version = "0.1.0"
authors = ["Jay Oster <jay@blipjoy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is the way to do concurrent memoizing maps."
readme = false
license = "MPL-2.0"
repository = "https://github.com/dcdpr/taxcount"
[package.metadata.cargo-machete]
ignored = ["ahash"]
[lib]
name = "fett"
path = "src/lib.rs"
[dependencies.parking_lot]
version = "0.12"
[dev-dependencies.ahash]
version = "0.8"
[dev-dependencies.fnv]
version = "1"
[dev-dependencies.rayon]
version = "1"
[target."cfg(loom)".dependencies.loom]
version = "0.7"
features = ["checkpoint"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]