[dependencies.anymap2]
version = "0.13.0"
[dependencies.async-trait]
optional = true
version = "0.1.68"
[dependencies.bounce-macros]
version = "0.9.0"
[dependencies.futures]
version = "0.3.28"
[dependencies.gloo]
features = ["futures"]
optional = true
version = "0.10.0"
[dependencies.html-escape]
optional = true
version = "0.2.13"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.164"
[dependencies.tracing]
version = "0.1"
[dependencies.wasm-bindgen]
version = "0.2.87"
[dependencies.web-sys]
features = ["Document", "HtmlScriptElement", "HtmlStyleElement", "DomTokenList", "HtmlLinkElement", "HtmlMetaElement", "HtmlBaseElement", "NodeList"]
optional = true
version = "0.3.64"
[dependencies.yew]
version = "0.21"
[dev-dependencies.gloo]
features = ["futures"]
version = "0.10.0"
[dev-dependencies.thiserror]
version = "1"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.37"
[dev-dependencies.web-sys]
features = ["HtmlInputElement"]
version = "0.3.64"
[dev-dependencies.yew]
features = ["csr", "ssr"]
version = "0.21"
[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.64.0"
version = "0.9.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "documenting"]