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