Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/lock_api/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 882 B image not shown  

Quelle  Cargo.toml.orig   Sprache: unbekannt

 
Haftungsausschluß.orig KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

[package]
name = "lock_api"
version = "0.4.9"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
license = "MIT OR Apache-2.0"
repository = "https://github.com/Amanieu/parking_lot"
keywords = ["mutex", "rwlock", "lock", "no_std"]
categories = ["concurrency", "no-std"]
edition = "2018"

[dependencies]
scopeguard = { version = "1.1.0", default-features = false }
owning_ref = { version = "0.4.1", optional = true }

# Optional dependency for supporting serde.  Optional crates automatically
# create a feature with the same name as the crate, so if you need serde
# support, just pass "--features serde" when building this crate.
serde = { version = "1.0.126", default-features = false, optional = true }

[build-dependencies]
autocfg = "1.1.0"

[features]
nightly = []
arc_lock = []

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-25]