]> git.proxmox.com Git - rustc.git/blame - vendor/parking_lot-0.10.2/Cargo.toml
New upstream version 1.47.0+dfsg1
[rustc.git] / vendor / parking_lot-0.10.2 / Cargo.toml
CommitLineData
f035d41b
XL
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 = "parking_lot"
16version = "0.10.2"
17authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
18description = "More compact and efficient implementations of the standard synchronization primitives."
19readme = "README.md"
20keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
21categories = ["concurrency"]
22license = "Apache-2.0/MIT"
23repository = "https://github.com/Amanieu/parking_lot"
24[dependencies.lock_api]
25version = "0.3.4"
26
27[dependencies.parking_lot_core]
28version = "0.7.1"
29[dev-dependencies.bincode]
30version = "1.1.3"
31
32[dev-dependencies.rand]
33version = "0.7"
34
35[features]
36deadlock_detection = ["parking_lot_core/deadlock_detection"]
37default = []
38nightly = ["parking_lot_core/nightly", "lock_api/nightly"]
39owning_ref = ["lock_api/owning_ref"]
40serde = ["lock_api/serde"]