# 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 = "sync42" version = "0.12.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "sync42 provides synchronization tools." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "sync42" path = "src/lib.rs" [[example]] name = "clicker" path = "examples/clicker.rs" required-features = ["binaries"] [[example]] name = "collector" path = "examples/collector.rs" required-features = ["binaries"] [[example]] name = "monitor" path = "examples/monitor.rs" required-features = ["binaries"] [[example]] name = "spin_lock" path = "examples/spin_lock.rs" required-features = ["binaries"] [[example]] name = "work_coalescing_queue" path = "examples/work_coalescing_queue.rs" required-features = ["binaries"] [[test]] name = "monitor" path = "tests/monitor.rs" [dependencies.biometrics] version = "0.10" [dev-dependencies.guacamole] version = "0.9" [features] binaries = [] default = ["binaries"]