[package] name = "ss-dom-tree" version = "0.1.1" authors = ["Colbyn Wadman "] edition = "2018" description = "This crate is an internal dependency of Subscript (WIP)." license = "AGPL-3.0-or-later" repository = "https://github.com/colbyn/subscript" [lib] crate-type=["cdylib", "rlib"] [dependencies] serde = {version = "1.0.89", features = ["derive"]} either = "1.5.2" Inflector = "0.11.4" ss-web-utils = {path = "../ss-web-utils", version="0.1.0"} ss-trees = {path = "../ss-trees", version="0.1.0"} ss-view-tree = {path = "../ss-view-tree", version="0.1.0"} ############################################################################### # RUST-WASM ############################################################################### js-sys = "0.3.20" wasm-bindgen = "0.2.43" console_error_panic_hook = "0.1.6" [dependencies.web-sys] version = "0.3.20" features = [ "console", "Comment", "Document", "Element", "HtmlElement", "HtmlInputElement", "HtmlFormElement", "EventTarget", "Event", "HtmlCollection", "Node", "NodeList", "Text", "CharacterData", "Window", "History", "Location", "StyleSheet", "HtmlStyleElement", "CssRule", "CssRuleList", "CssStyleRule", "CssStyleSheet", "Storage", "DocumentFragment", ]