]> git.proxmox.com Git - rustc.git/blame - vendor/lock_api/Cargo.toml
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / lock_api / Cargo.toml
CommitLineData
ea8adc8c
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
e1599b0c 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
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
8bb4bdeb 13[package]
e1599b0c 14edition = "2018"
b7449926 15name = "lock_api"
ba9703b0 16version = "0.3.4"
b7449926
XL
17authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
18description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
19keywords = ["mutex", "rwlock", "lock", "no_std"]
20categories = ["concurrency", "no-std"]
21license = "Apache-2.0/MIT"
22repository = "https://github.com/Amanieu/parking_lot"
23[dependencies.owning_ref]
e1599b0c 24version = "0.4"
b7449926
XL
25optional = true
26
27[dependencies.scopeguard]
e1599b0c
XL
28version = "1.0"
29default-features = false
30
31[dependencies.serde]
32version = "1.0.90"
33optional = true
b7449926
XL
34default-features = false
35
36[features]
37nightly = []