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" 14rust-version = "1.49.0" 15name = "lock_api" 16version = "0.4.11" 17authors = ["Amanieu d'Antras <[email protected]>"] 18description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std." 19keywords = [ 20 "mutex", 21 "rwlock", 22 "lock", 23 "no_std", 24] 25categories = [ 26 "concurrency", 27 "no-std", 28] 29license = "MIT OR Apache-2.0" 30repository = "https://github.com/Amanieu/parking_lot" 31 32[package.metadata.docs.rs] 33all-features = true 34rustdoc-args = [ 35 "--cfg", 36 "docsrs", 37 "--generate-link-to-definition", 38] 39 40[dependencies.owning_ref] 41version = "0.4.1" 42optional = true 43 44[dependencies.scopeguard] 45version = "1.1.0" 46default-features = false 47 48[dependencies.serde] 49version = "1.0.126" 50optional = true 51default-features = false 52 53[build-dependencies.autocfg] 54version = "1.1.0" 55 56[features] 57arc_lock = [] 58atomic_usize = [] 59default = ["atomic_usize"] 60nightly = [] 61