sauron 0.20.2

An html library for building client side webapps
Documentation
[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.pulldown-cmark]
optional = true
version = "0.5.1"

[dependencies.sauron_vdom]
version = "0.20.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"]
optional = true
version = "0.3.31"
[dev-dependencies.console_error_panic_hook]
version = "0.1.6"

[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-markdown", "with-dom"]
measure = []
no_request_animation_frame = []
with-dom = ["wasm-bindgen", "js-sys", "web-sys"]
with-markdown = ["pulldown-cmark"]

[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.20.2"