yew 0.19.3

A framework for making client-side single-page apps
Documentation
[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.gloo]
version = "0.4"

[dependencies.gloo-utils]
version = "0.1.0"

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

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

[dependencies.scoped-tls-hkt]
version = "0.1"

[dependencies.slab]
version = "0.4"

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

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

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

[dependencies.yew-macro]
version = "^0.19.0"
[dev-dependencies.easybench-wasm]
version = "0.2"

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

[features]
doc_test = []
wasm_bench = []
wasm_test = []

[package]
authors = ["Denis Kolodin <deniskolodin@gmail.com>", "Justin Starry <justin@yew.rs>"]
categories = ["gui", "wasm", "web-programming"]
description = "A framework for making client-side single-page apps"
documentation = "https://docs.rs/yew/"
edition = "2018"
homepage = "https://github.com/yewstack/yew"
keywords = ["web", "webasm", "javascript"]
license = "MIT OR Apache-2.0"
name = "yew"
readme = "../../README.md"
repository = "https://github.com/yewstack/yew"
version = "0.19.3"
[package.metadata.docs.rs]
features = ["doc_test"]