blob: 83921af26333efb9443fcddddde657c139ea6a8f [file] [log] [blame]
Chih-Hung Hsieh55629742020-04-07 14:24:03 -07001[package]
2name = "thread_local"
3version = "1.0.1"
4authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
5description = "Per-object thread-local storage"
6documentation = "https://amanieu.github.io/thread_local-rs/thread_local/index.html"
7license = "Apache-2.0/MIT"
8repository = "https://github.com/Amanieu/thread_local-rs"
9readme = "README.md"
10keywords = ["thread_local", "concurrent", "thread"]
11
12[badges]
13travis-ci = { repository = "Amanieu/thread_local-rs" }
14
15[dependencies]
16lazy_static = "1.0"