| 1 | [package] |
| 2 | name = "scoped-tls" |
| 3 | version = "1.0.1" |
| 4 | authors = ["Alex Crichton <alex@alexcrichton.com>" ] |
| 5 | license = "MIT/Apache-2.0" |
| 6 | readme = "README.md" |
| 7 | repository = "https://github.com/alexcrichton/scoped-tls" |
| 8 | homepage = "https://github.com/alexcrichton/scoped-tls" |
| 9 | documentation = "https://docs.rs/scoped-tls" |
| 10 | description = "" " |
| 11 | Library implementation of the standard library's old `scoped_thread_local!` |
| 12 | macro for providing scoped access to thread local storage (TLS) so any type can |
| 13 | be stored into TLS. |
| 14 | " "" |
| 15 | rust-version = "1.59" |
| 16 | |
| 17 | |