# 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 = "semaphore-key" version = "1.0.4" authors = ["Nelius de Lange"] description = "A Rust library to control concurrent thread access by key using a shared semaphore" homepage = "https://github.com/neliusdelange/semaphore-key" readme = "README.md" keywords = [ "concurrency", "thread", "semaphore", "key", "parallel", ] categories = [ "asynchronous", "concurrency", ] license = "LGPL-2.1-only" repository = "https://github.com/neliusdelange/semaphore-key" resolver = "2" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.16.0" [dependencies.tokio] version = "1" features = [ "sync", "rt", ] [dev-dependencies.simple_logger] version = "4.0.0" [dev-dependencies.tokio] version = "1" features = ["full"]