# 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.64" name = "sigq" version = "0.13.5" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Queue that signals waiting consumers about node availability" readme = "README.md" keywords = [ "threads", "sync", ] categories = [ "asynchronous", "concurrency", "data-structures", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/sigq" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "sigq" path = "src/lib.rs" [[test]] name = "managed" path = "tests/managed.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.indexmap] version = "2.5.0" [dependencies.parking_lot] version = "0.12.3" [features] default = ["inline-more"] inline-more = []