sauron 0.25.0

An html library for building client side webapps
Documentation
[[bench]]
harness = false
name = "nodes_benchmark"
[badges.maintenance]
status = "actively-developed"
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.js-sys]
optional = true
version = "0.3.19"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.8"

[dependencies.sauron_vdom]
version = "0.25.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.54"

[dependencies.web-sys]
features = ["Comment", "console", "Document", "Element", "Event", "HtmlElement", "EventTarget", "KeyboardEvent", "InputEvent", "HtmlCollection", "HtmlInputElement", "HtmlTextAreaElement", "MouseEvent", "Node", "NodeList", "Text", "CharacterData", "Performance", "Window", "History", "Response", "Location", "ScrollToOptions"]
optional = true
version = "0.3.31"
[dev-dependencies.console_error_panic_hook]
version = "0.1.6"

[dev-dependencies.criterion]
version = "0.2"

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

[dev-dependencies.web-sys]
features = ["DomTokenList", "HtmlInputElement", "Event", "MouseEvent", "InputEvent", "console", "Performance"]
version = "0.3.31"

[features]
default = ["with-dom"]
measure = []
no_request_animation_frame = []
with-dom = ["wasm-bindgen", "js-sys", "web-sys"]
with-parser = []

[package]
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "An html library for building client side webapps"
documentation = "https://docs.rs/sauron"
edition = "2018"
keywords = ["html", "dom", "web"]
license = "MIT"
name = "sauron"
readme = "README.md"
repository = "https://github.com/ivanceras/sauron"
version = "0.25.0"