[package]
name = "thread_map"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Types that are simple and easy-to-use alternatives to the `std::thread_local` macro."
repository = "https://github.com/pvillela/rust-thread-map/tree/main"
documentation = "https://docs.rs/thread_map/latest/thread_map/"
readme = "README.md"
keywords = ["thread-local"]
categories = ["concurrency"]
exclude = ["benches/targets", "CHANGELOG.md", "*.sh", ".gitignore"]
[package.metadata.docs.rs]
all-features = true