# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "reactive-state" version = "0.3.0" authors = ["Luke Frisken "] exclude = ["build-docs.sh", "screenshots/**"] description = "A library for managing global application state (similar to redux)." readme = "README.md" license = "MIT" repository = "https://github.com/kellpossible/reactive-state" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.js-sys] version = "0.3" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.serde] version = "1" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" optional = true [dependencies.yew] version = "0.18" optional = true [features] default = [] simple_logger = ["log"] web_logger = ["serde", "wasm-bindgen/serde-serialize", "web-sys", "js-sys"] [badges.maintenance] status = "actively-developed"