# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "observe" version = "1.2.0" authors = ["Stanislav Panferov "] description = "Rust declarative observables inspired by MobX" homepage = "https://github.com/s-panferov/observe" readme = "README.md" keywords = [ "observable", "reactive", "frp", ] license = "MIT" repository = "https://github.com/s-panferov/observe" [dependencies.enclose] version = "1.1.8" [dependencies.fxhash] version = "0.2.1" [dependencies.smallvec] version = "1.10.0" features = ["const_new"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.mockall] version = "0.11.4" [features] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.85"