# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "static_locks" version = "0.1.0" authors = ["Amanieu d'Antras ", "Thom Chiovoloni "] description = "The `parking_lot` locks but usable in statics and const fn." readme = "README.md" keywords = ["mutex", "rwlock", "reentrant", "static", "const"] categories = ["concurrency"] license = "Apache-2.0/MIT" repository = "https://github.com/thomcc/static_locks" [dependencies.owning_ref] version = "0.4" optional = true [dependencies.parking_lot] version = "0.10" [dependencies.scopeguard] version = "1.0" default-features = false [dependencies.serde] version = "1.0.90" optional = true default-features = false [dev-dependencies.bincode] version = "1.1.3" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.7" [features] deadlock_detection = ["parking_lot/deadlock_detection"] default = [] nightly = ["parking_lot/nightly"] owning_ref_support = ["owning_ref", "parking_lot/owning_ref"] serde_support = ["parking_lot/serde", "serde"]