[dependencies.anymap2]
version = "0.13.0"
[dependencies.async-trait]
optional = true
version = "0.1.59"
[dependencies.bounce-macros]
version = "0.6.0"
[dependencies.futures]
version = "0.3.25"
[dependencies.gloo]
features = ["futures"]
optional = true
version = "0.8.0"
[dependencies.html-escape]
optional = true
version = "0.2.12"
[dependencies.once_cell]
version = "1.16.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.148"
[dependencies.tracing]
version = "0.1"
[dependencies.wasm-bindgen]
version = "0.2.83"
[dependencies.web-sys]
features = ["Document", "HtmlScriptElement", "HtmlStyleElement", "DomTokenList", "HtmlLinkElement", "HtmlMetaElement", "HtmlBaseElement", "NodeList"]
optional = true
version = "0.3.60"
[dependencies.yew]
version = "0.20"
[dev-dependencies.gloo]
features = ["futures"]
version = "0.8.0"
[dev-dependencies.thiserror]
version = "1"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.33"
[dev-dependencies.web-sys]
features = ["HtmlInputElement"]
version = "0.3.60"
[dev-dependencies.yew]
features = ["csr", "ssr"]
version = "0.20"
[features]
helmet = ["gloo", "web-sys"]
query = ["async-trait"]
ssr = ["html-escape"]
[package]
authors = ["Kaede Hoshiakwa <futursolo@icloud.com>"]
categories = ["wasm", "web-programming"]
description = "The uncomplicated state management library for Yew."
edition = "2021"
homepage = "https://github.com/bounce-rs/bounce"
keywords = ["web", "wasm", "yew", "state-management"]
license = "MIT OR Apache-2.0"
name = "bounce"
readme = "README.md"
repository = "https://github.com/bounce-rs/bounce"
rust-version = "1.60.0"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "documenting"]