Bug 1885602 - Part 2: Add a MozillaAccountMenuButton composable for the menu redesign...
[gecko.git] / third_party / rust / lock_api / Cargo.toml
blobb1ff8c4db298ffde7cee7f6d1690d9e313232fdf
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 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.
12 [package]
13 edition = "2018"
14 name = "lock_api"
15 version = "0.4.9"
16 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
17 description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
18 keywords = [
19     "mutex",
20     "rwlock",
21     "lock",
22     "no_std",
24 categories = [
25     "concurrency",
26     "no-std",
28 license = "MIT OR Apache-2.0"
29 repository = "https://github.com/Amanieu/parking_lot"
31 [dependencies.owning_ref]
32 version = "0.4.1"
33 optional = true
35 [dependencies.scopeguard]
36 version = "1.1.0"
37 default-features = false
39 [dependencies.serde]
40 version = "1.0.126"
41 optional = true
42 default-features = false
44 [build-dependencies.autocfg]
45 version = "1.1.0"
47 [features]
48 arc_lock = []
49 nightly = []