# 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 = "ticque" version = "0.1.3" authors = ["Danil Karpenko "] description = "Take a queue for a resource" readme = "readme.md" keywords = [ "chan", "futures", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/limpix31/ticque" [dependencies.concurrent-queue] version = "2.5" [dependencies.onetime] version = "0.1" [dependencies.thiserror] version = "1" [dev-dependencies.smol] version = "2" [lints.clippy] expect_used = "deny" must-use-candidate = "allow" unwrap_used = "deny" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust]