[[bench]]
harness = false
name = "hashmap"
[[bench]]
harness = false
name = "parallel"
[dependencies.atomic]
default-features = false
version = "0.6.0"
[dependencies.bytemuck]
version = "1.14.3"
[dependencies.hash32]
version = "0.3.1"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.fixedstr]
version = "0.5.5"
[dev-dependencies.leapfrog]
features = ["stable_alloc"]
version = "0.3.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.rayon]
version = "1.10.0"
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "deny"
priority = -1
[package]
categories = ["concurrency", "data-structures", "no-std"]
description = "A lock-free concurrent hash map"
edition = "2021"
keywords = ["hashmap", "map", "lock-free", "concurrent"]
license = "MIT"
name = "folklore"
readme = "README.md"
repository = "https://github.com/callumbirks/folklore/"
version = "0.7.0"