• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14rust-version = "1.59"
15name = "thread_local"
16version = "1.1.8"
17authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
18description = "Per-object thread-local storage"
19documentation = "https://docs.rs/thread_local/"
20readme = "README.md"
21keywords = [
22    "thread_local",
23    "concurrent",
24    "thread",
25]
26license = "MIT OR Apache-2.0"
27repository = "https://github.com/Amanieu/thread_local-rs"
28
29[[bench]]
30name = "thread_local"
31harness = false
32
33[dependencies.cfg-if]
34version = "1.0.0"
35
36[dependencies.once_cell]
37version = "1.5.2"
38
39[dev-dependencies.criterion]
40version = "0.5.1"
41
42[features]
43nightly = []
44