1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14name = "thread_local"
15version = "1.1.7"
16authors = ["Amanieu d'Antras <[email protected]>"]
17description = "Per-object thread-local storage"
18documentation = "https://docs.rs/thread_local/"
19readme = "README.md"
20keywords = [
21    "thread_local",
22    "concurrent",
23    "thread",
24]
25license = "MIT OR Apache-2.0"
26repository = "https://github.com/Amanieu/thread_local-rs"
27
28[[bench]]
29name = "thread_local"
30harness = false
31
32[dependencies.cfg-if]
33version = "1.0.0"
34
35[dependencies.once_cell]
36version = "1.5.2"
37
38[dev-dependencies.criterion]
39version = "0.4.0"
40
41[features]
42nightly = []
43
44[badges.travis-ci]
45repository = "Amanieu/thread_local-rs"
46