[package]
edition = "2021"
rust-version = "1.63"
name = "thread_local"
version = "1.1.10"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Per-object thread-local storage"
documentation = "https://docs.rs/thread_local/"
readme = "README.md"
keywords = [
"thread_local",
"concurrent",
"thread",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Amanieu/thread_local-rs"
[features]
nightly = []
[lib]
name = "thread_local"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1.0.0"