[package] name = "simple-semaphore" description = "🔐 A lightweight implementation of a Semaphore in Rust" authors = ["Krypton "] version = "0.1.0" documentation = "https://docs.rs/simple-semaphore" categories = ["asynchronous", "concurrency"] license = "MIT" readme = "README.md" include = [ "/Cargo.toml", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/LICENSE.md", "/README.md", "/SECURITY.md", "/examples/**", "/src/**", ] keywords = ["algorithm", "twitter"] repository = "https://github.com/kkrypt0nn/rust-boilerplate" edition = "2021" [dependencies] num_cpus = "1.16.0"