[package] authors = ["Stanislav Panferov "] description = "Rust declarative observables inspired by MobX" edition = "2021" homepage = "https://github.com/s-panferov/observe" keywords = ["observable", "reactive", "frp"] license = "MIT" name = "observe" repository = "https://github.com/s-panferov/observe" version = "1.2.0" [dependencies] enclose = "1.1.8" fxhash = "0.2.1" tracing = "0.1.37" smallvec = { version = "1.10.0", features = ["const_new"] } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2.85" [features] [dev-dependencies] mockall = "0.11.4"