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