[package] name = "squeak" version = "0.2.0" description = "Library providing types allowing execution of callbacks in response to values being broadcast or mutated." authors = ["Antoine Gersant "] keywords = ["observable", "delegate", "event", "reactive", "no_std"] categories = ["rust-patterns", "data-structures", "no-std"] repository = "https://github.com/agersant/squeak" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.60.0" [dev-dependencies] parking_lot = "0.12.1"