[dev-dependencies.bench_diff]
version = "1.0.3"
[dev-dependencies.thread_local]
version = "1"
[[example]]
name = "doc_comparative"
path = "examples/doc_comparative.rs"
[[example]]
name = "doc_thread_map"
path = "examples/doc_thread_map.rs"
[[example]]
name = "doc_thread_map_x"
path = "examples/doc_thread_map_x.rs"
[lib]
name = "thread_map"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Types that are simple and easy-to-use alternatives to the `std::thread_local` macro."
documentation = "https://docs.rs/thread_map/latest/thread_map/"
edition = "2024"
exclude = ["benches", "CHANGELOG.md", "*.sh", ".gitignore"]
keywords = ["thread-local"]
license = "MIT"
name = "thread_map"
readme = "README.md"
repository = "https://github.com/pvillela/rust-thread-map/tree/main"
version = "1.0.3"
[package.metadata.docs.rs]
all-features = true