# 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 = "procsem" version = "0.2.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "bacon.toml", "rustfmt.toml", "examples", "www", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Semaphore used to lock thread/task-spanning sequence of operations" readme = "README.md" keywords = ["locking"] categories = ["asynchronous"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/procsem" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "procsem" path = "src/lib.rs" [[test]] name = "endmsg" path = "tests/endmsg.rs" [dependencies.indexmap] version = "2.6.0" [dependencies.parking_lot] version = "0.12.3" [badges.maintenance] status = "experimental" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1