• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 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.
11
12[package]
13edition = "2018"
14name = "lock_api"
15version = "0.4.6"
16authors = ["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]
23version = "0.4.1"
24optional = true
25
26[dependencies.scopeguard]
27version = "1.1.0"
28default-features = false
29
30[dependencies.serde]
31version = "1.0.126"
32optional = true
33default-features = false
34
35[features]
36arc_lock = []
37nightly = []
38