blob: 30d700235a636b1266bc95b9c51990155802f9dd [file] [log] [blame] [edit]
[package]
name = "thread_local"
version = "0.2.7"
authors = ["Amanieu d'Antras <[email protected]>"]
description = "Per-object thread-local storage"
documentation = "https://amanieu.github.io/thread_local-rs/thread_local/index.html"
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/thread_local-rs"
readme = "README.md"
keywords = ["thread_local", "concurrent", "thread"]
[dependencies]
thread-id = "2.0"