sauron-core 0.61.8

An html library for building client side webapps
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.cfg-if]
version = "1.0"

[dependencies.derive-where]
version = "1.2.7"

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

[dependencies.futures]
version = "=0.3.30"

[dependencies.indexmap]
version = "2.2.5"

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

[dependencies.log]
version = "0.4"

[dependencies.longest-increasing-subsequence]
version = "0.1.0"

[dependencies.once_cell]
version = "1.8"

[dependencies.phf]
features = ["macros"]
version = "0.11.2"

[dependencies.serde-wasm-bindgen]
version = "0.5.0"

[dependencies.thiserror]
version = "1.0"

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

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

[dependencies.web-sys]
features = ["AnimationEvent", "Attr", "CharacterData", "Comment", "ClipboardEvent", "console", "CustomElementRegistry", "Document", "DocumentFragment", "Element", "Event", "EventInit", "HtmlElement", "EventTarget", "FocusEvent", "KeyboardEvent", "HashChangeEvent", "InputEvent", "Headers", "HtmlButtonElement", "HtmlCollection", "HtmlDocument", "HtmlDetailsElement", "HtmlElement", "HtmlHeadElement", "HtmlInputElement", "HtmlTextAreaElement", "HtmlFieldSetElement", "HtmlLinkElement", "HtmlLiElement", "HtmlMeterElement", "HtmlProgressElement", "HtmlParamElement", "HtmlOutputElement", "HtmlDataElement", "HtmlOptGroupElement", "HtmlOptionElement", "HtmlSelectElement", "HtmlStyleElement", "IdleDeadline", "Selection", "ScrollBehavior", "ScrollIntoViewOptions", "ScrollLogicalPosition", "Storage", "ShadowRoot", "ShadowRootInit", "ShadowRootMode", "MouseEvent", "NamedNodeMap", "Node", "NodeList", "Performance", "PopStateEvent", "Text", "TransitionEvent", "Touch", "TouchEvent", "TouchList", "Window", "History", "Response", "RequestInit", "Location", "ScrollToOptions", "Navigator", "ReadableStream"]
optional = true
version = "0.3"
[dev-dependencies.console_error_panic_hook]
version = "0.1.7"

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

[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", "ensure-check", "ensure-attr-set", "with-lookup"]
ensure-attr-set = []
ensure-check = []
log-patches = []
test-fixtures = []
use-skipdiff = []
with-debug = []
with-dom = ["wasm-bindgen", "js-sys", "web-sys", "wasm-bindgen-futures"]
with-interning = []
with-lookup = []
with-measure = []
with-raf = []
with-ric = []
with-trace = []

[package]
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "An html library for building client side webapps"
documentation = "https://docs.rs/sauron-core"
edition = "2021"
keywords = ["html", "dom", "web"]
license = "MIT"
name = "sauron-core"
readme = "README.md"
repository = "https://github.com/ivanceras/sauron"
version = "0.61.8"
[package.metadata.docs.rs]
all-features = true
default-target = "wasm32-unknown-unknown"