sauron-core 0.32.5

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"

[dependencies.doc-comment]
version = "0.3"

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

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4"

[dependencies.mt-dom]
version = "0.6"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.web-sys]
features = ["AnimationEvent", "Comment", "ClipboardEvent", "console", "Document", "Element", "Event", "HtmlElement", "EventTarget", "KeyboardEvent", "HashChangeEvent", "InputEvent", "HtmlCollection", "HtmlElement", "HtmlHeadElement", "HtmlInputElement", "HtmlTextAreaElement", "MouseEvent", "Node", "NodeList", "Text", "TransitionEvent", "CharacterData", "Performance", "Window", "History", "Response", "Location", "ScrollToOptions", "Navigator"]
optional = true
version = "0.3"
[dev-dependencies.console_error_panic_hook]
version = "0.1"

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

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

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

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

[features]
default = ["with-dom", "with-request-animation-frame"]
with-debug = []
with-dom = ["wasm-bindgen", "js-sys", "web-sys"]
with-measure = ["mt-dom/with-measure"]
with-nodeidx-debug = []
with-parser = []
with-request-animation-frame = []

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