[[bench]]
harness = false
name = "benchmark"
[[bench]]
harness = false
name = "i32_group_benchmark"
[dependencies.log]
version = "0.4"
[dependencies.thiserror]
optional = true
version = "1.0"
[dependencies.thread_local]
optional = true
version = "1.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.env_logger]
version = "0.11"
[features]
tlcr = ["dep:thread_local", "dep:thiserror"]
[package]
categories = ["concurrency"]
description = "Supports the collection and aggregation of thread-local data across threads."
edition = "2021"
exclude = ["benches/targets", "examples/*map*.rs", "examples/tlm_joined_bad.rs", "CHANGELOG.md", "*.sh", ".gitignore"]
keywords = ["thread-local"]
license = "MIT"
name = "thread_local_collect"
readme = "README.md"
repository = "https://github.com/pvillela/rust-thread-local-collect/tree/main"
version = "1.0.1"
[package.metadata.docs.rs]
all-features = true