# 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 = "2021" name = "tokio-condvar" version = "0.3.0" authors = ["Kai Mast "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Condition Variable for Tokio Applications" readme = "README.md" keywords = [ "concurrency", "sync", ] license = "MIT" repository = "https://github.com/kaimast/tokio-condvar" [lib] name = "tokio_condvar" path = "src/lib.rs" [[test]] name = "parking_lot" path = "tests/parking_lot.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.tokio] version = "1" features = [ "sync", "macros", "rt", ] [features] all = ["parking_lot"] default = []