[package] name = "semaphorus" description = "Atomic semaphores" license = "MIT OR Apache-2.0" readme = "./README.md" version = "0.2.1" edition = "2021" keywords = ["no_std", "semaphore"] repository = "https://github.com/Raspberry1111/semaphorus" authors = ["Raspberry1111 "] [features] nightly = [] # Uses negative_impls instead of PhantomData<*mut ()> std = [] # Uses std::thread::sleep and std::error::Error wrapper = [] # Adds a wrapper around raw::Semaphore that owns the data default = ["std", "wrapper"]