Bug 1687945 [wpt PR 27273] - [resources] Fix conftest.py for pytest>6, a=testonly
[gecko.git] / third_party / rust / parking_lot / Cargo.toml
blobc78888f7b6b1965bcb399b860a9702ed4eb9a609
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 edition = "2018"
15 name = "parking_lot"
16 version = "0.11.1"
17 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
18 description = "More compact and efficient implementations of the standard synchronization primitives."
19 readme = "README.md"
20 keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
21 categories = ["concurrency"]
22 license = "Apache-2.0/MIT"
23 repository = "https://github.com/Amanieu/parking_lot"
24 [dependencies.instant]
25 version = "0.1.4"
27 [dependencies.lock_api]
28 version = "0.4.0"
30 [dependencies.parking_lot_core]
31 version = "0.8.0"
32 [dev-dependencies.bincode]
33 version = "1.3.0"
35 [dev-dependencies.rand]
36 version = "0.7.3"
38 [features]
39 deadlock_detection = ["parking_lot_core/deadlock_detection"]
40 default = []
41 nightly = ["parking_lot_core/nightly", "lock_api/nightly"]
42 owning_ref = ["lock_api/owning_ref"]
43 send_guard = []
44 serde = ["lock_api/serde"]
45 stdweb = ["instant/stdweb"]
46 wasm-bindgen = ["instant/wasm-bindgen"]