[package] name = "watch" version = "0.2.3" authors = ["Alice Ryhl "] edition = "2018" license = "MIT" readme = "README.md" documentation = "https://docs.rs/watch/0.2.3/watch/" repository = "https://github.com/Darksonn/watch" description = """ A synchronous message passing channel that only retains the most recent value. """ categories = ["data-structures", "concurrency"] keywords = ["channel", "watch"] [dependencies] parking_lot = { version = "0.12", optional = true } [package.metadata.docs.rs] all-features = true [package.metadata.playground] features = ["parking_lot"]