[package] name = "esync" version = "0.1.2" edition = "2021" description = "This package contains some useful synchronization primitives" license = "MIT OR Apache-2.0" authors = ["mchelaru "] rust-version = "1.63" documentation = "https://docs.rs/esync/latest/esync/" readme = "README.md" homepage = "https://github.com/mchelaru/esync" repository = "https://github.com/mchelaru/esync" keywords = ["worker" , "thread", "semaphore"] categories = ["rust-patterns"] [dependencies] rand = "0.8.5"