[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 = "2021"
exclude = ["benches/targets", "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 = "0.0.1"
[package.metadata.docs.rs]
all-features = true