]> git.proxmox.com Git - cargo.git/blob - vendor/thread_local/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / thread_local / Cargo.toml
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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "thread_local"
16 version = "1.1.3"
17 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
18 description = "Per-object thread-local storage"
19 documentation = "https://docs.rs/thread_local/"
20 readme = "README.md"
21 keywords = ["thread_local", "concurrent", "thread"]
22 license = "Apache-2.0/MIT"
23 repository = "https://github.com/Amanieu/thread_local-rs"
24
25 [[bench]]
26 name = "thread_local"
27 harness = false
28 required-features = ["criterion"]
29 [dependencies.criterion]
30 version = "0.3.3"
31 optional = true
32
33 [dependencies.once_cell]
34 version = "1.5.2"
35
36 [dev-dependencies]
37 [badges.travis-ci]
38 repository = "Amanieu/thread_local-rs"