blob: b8d933b64bb65aa000f1eba7ff0ed4a9d191041c [file] [log] [blame]
[package]
name = "thread_local"
version = "0.3.6"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
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"]
[badges]
travis-ci = { repository = "Amanieu/thread_local-rs" }
[dependencies]
lazy_static = { version = "1.2", features = ["spin_no_std"] }
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }