# 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" rust-version = "1.70" name = "cond_sync" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hides the boilerplate code needed with std::sync::Condvar" readme = "README.md" keywords = [ "concurrency", "synchronization", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/emabee/cond_sync" [lib] name = "cond_sync" path = "src/lib.rs" [[example]] name = "version_numbers" path = "examples/version_numbers.rs" [[test]] name = "test_wait_until" path = "tests/test_wait_until.rs" [[test]] name = "test_wait_until_or_timeout" path = "tests/test_wait_until_or_timeout.rs" [dependencies] [dev-dependencies.version-sync] version = "0.9" [lints.rust] unsafe_code = "forbid"