• 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 = "2018"
14name = "thread_local"
15version = "1.1.4"
16authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
17description = "Per-object thread-local storage"
18documentation = "https://docs.rs/thread_local/"
19readme = "README.md"
20keywords = ["thread_local", "concurrent", "thread"]
21license = "Apache-2.0/MIT"
22repository = "https://github.com/Amanieu/thread_local-rs"
23
24[[bench]]
25name = "thread_local"
26harness = false
27required-features = ["criterion"]
28[dependencies.criterion]
29version = "0.3.3"
30optional = true
31
32[dependencies.once_cell]
33version = "1.5.2"
34
35[dev-dependencies]
36[badges.travis-ci]
37repository = "Amanieu/thread_local-rs"
38