blob: 63cf8c39b35e59cde5bea065a34f8153403b2cc3 [file] [log] [blame]
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +02001# 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
Joel Galenson32729712021-09-22 11:10:14 -07006# to registry (e.g., crates.io) dependencies.
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +02007#
Joel Galenson32729712021-09-22 11:10:14 -07008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +020011
12[package]
13edition = "2018"
14name = "lock_api"
David LeGare93e109d2022-03-02 16:21:15 +000015version = "0.4.6"
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +020016authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
17description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
18keywords = ["mutex", "rwlock", "lock", "no_std"]
19categories = ["concurrency", "no-std"]
20license = "Apache-2.0/MIT"
21repository = "https://github.com/Amanieu/parking_lot"
22[dependencies.owning_ref]
Jeff Vander Stoepfb59a112020-10-21 21:42:40 +020023version = "0.4.1"
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +020024optional = true
25
26[dependencies.scopeguard]
Jeff Vander Stoepfb59a112020-10-21 21:42:40 +020027version = "1.1.0"
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +020028default-features = false
29
30[dependencies.serde]
Joel Galenson32729712021-09-22 11:10:14 -070031version = "1.0.126"
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +020032optional = true
33default-features = false
34
35[features]
Joel Galenson32729712021-09-22 11:10:14 -070036arc_lock = []
Jeff Vander Stoep603c38e2020-10-14 15:16:55 +020037nightly = []