# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.56" name = "async-condvar-fair" version = "1.0.1" description = "Condition variables for async Rust" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://salsa.debian.org/iwj/rust-async-condvar-fair" [dependencies.dlv-list] version = ">=0.3, <0.6" [dependencies.parking_lot] version = "0.12" [dependencies.parking_lot_0_10] version = "0.10.2" optional = true package = "parking_lot" [dependencies.parking_lot_0_11] version = "0.11" optional = true package = "parking_lot" [dependencies.parking_lot_0_9] version = "0.9" optional = true package = "parking_lot" [dependencies.pin-project-lite] version = "0.2" [dependencies.smol] version = "1" optional = true [dependencies.tokio] version = "1" features = ["sync"] optional = true [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.ouroboros] version = ">=0.16, <0.19" [dev-dependencies.parking_lot] version = "0.12" features = ["send_guard"] [dev-dependencies.parking_lot_0_11] version = "0.11" features = ["send_guard"] package = "parking_lot" [dev-dependencies.paste] version = "1" [dev-dependencies.rayon] version = "1.5" [dev-dependencies.smol] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] all = [ "tokio", "smol", ] parking_lot_0_12 = []