# 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 = "yewdux" version = "0.10.0" authors = ["Noah "] description = "Ergonomic state management for Yew applications" readme = "README.md" keywords = [ "yew", "state", "redux", "shared", "container", ] categories = [ "wasm", "web-programming", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yewdux/yewdux" [dependencies.anymap] version = "1.0.0-beta.2" [dependencies.log] version = "0.4.16" [dependencies.serde] version = "1.0.114" features = ["rc"] [dependencies.serde_json] version = "1.0.64" [dependencies.slab] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.web-sys] version = "0.3" [dependencies.yew] version = "0.21" [dependencies.yewdux-macros] version = "0.10.0" [features] default = ["future"] doctests = [] future = [] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"