[[bench]]
harness = false
name = "atum"
path = "benches/atum.rs"
[dependencies.dashmap]
default-features = false
features = ["inline"]
optional = false
version = "6.1.0"
[dependencies.ecow]
default-features = false
features = ["std"]
optional = false
version = "0.2.6"
[dependencies.nohash-hasher]
default-features = false
features = ["std"]
optional = false
version = "0.2.0"
[dependencies.papaya]
default-features = false
features = []
optional = false
version = "0.2.3"
[dependencies.rustc-hash]
default-features = false
features = ["std"]
optional = false
version = "2.1.1"
[dependencies.tracy-client]
default-features = false
features = []
optional = true
version = "0.17.3"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[features]
default = []
tracy = ["dep:tracy-client"]
[lib]
name = "atum"
path = "src/lib.rs"
[package]
authors = ["Mark Tyrkba <marktyrkba456@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency"]
description = "Lock-free bidirectional Atom Table, optimized for multi-threaded workloads"
documentation = "https://docs.rs/atum"
edition = "2021"
homepage = "https://github.com/rakivo/atum"
keywords = ["atom", "string-intern", "concurrent", "lock-free"]
license = "MIT OR Apache-2.0"
name = "atum"
readme = "README.md"
repository = "https://github.com/rakivo/atum"
version = "0.1.0"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "stress"
path = "tests/stress.rs"