yew 0.21.0

A framework for creating reliable and efficient web applications
Documentation
[dependencies.base64ct]
features = ["std"]
optional = true
version = "1.6.0"

[dependencies.bincode]
optional = true
version = "1.3.3"

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3"

[dependencies.gloo]
version = "0.10"

[dependencies.html-escape]
optional = true
version = "0.2.13"

[dependencies.implicit-clone]
features = ["map"]
version = "0.4.1"

[dependencies.indexmap]
features = ["std"]
version = "2"

[dependencies.js-sys]
version = "0.3"

[dependencies.prokio]
version = "0.1.0"

[dependencies.rustversion]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1.37"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["AnimationEvent", "Document", "DragEvent", "Element", "ErrorEvent", "Event", "EventInit", "EventTarget", "FocusEvent", "HtmlElement", "HtmlInputElement", "HtmlCollection", "HtmlTextAreaElement", "InputEvent", "InputEventInit", "KeyboardEvent", "Location", "MouseEvent", "Node", "NodeList", "PointerEvent", "ProgressEvent", "ShadowRoot", "Text", "TouchEvent", "TransitionEvent", "UiEvent", "WheelEvent", "Window", "HtmlScriptElement", "SubmitEvent"]
version = "^0.3.64"

[dependencies.yew-macro]
version = "^0.21.0"
[dev-dependencies.gloo]
features = ["futures"]
version = "0.10"

[dev-dependencies.trybuild]
version = "1"

[dev-dependencies.wasm-bindgen-futures]
version = "0.4"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[dev-dependencies.web-sys]
features = ["ShadowRootInit", "ShadowRootMode", "HtmlButtonElement"]
version = "0.3"

[features]
csr = []
default = []
hydration = ["csr", "dep:bincode"]
ssr = ["dep:html-escape", "dep:base64ct", "dep:bincode"]

[package]
authors = ["Denis Kolodin <deniskolodin@gmail.com>", "Justin Starry <justin@yew.rs>"]
categories = ["gui", "wasm", "web-programming"]
description = "A framework for creating reliable and efficient web applications"
documentation = "https://docs.rs/yew/"
edition = "2021"
homepage = "https://yew.rs"
keywords = ["web", "webasm", "javascript"]
license = "MIT OR Apache-2.0"
name = "yew"
readme = "README.md"
repository = "https://github.com/yewstack/yew"
rust-version = "1.64.0"
version = "0.21.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "documenting"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["rt"]
version = "1.32"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
features = ["full"]
version = "1.32"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4"