# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "maomi-dom" version = "0.5.0" authors = ["LastLeaf "] description = "Strict and Performant Web Application Programming" homepage = "https://github.com/LastLeaf/maomi" documentation = "https://github.com/LastLeaf/maomi" license = "MIT" repository = "https://github.com/LastLeaf/maomi" [dependencies.html-escape] version = "0.2" optional = true [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.maomi] version = "=0.5.0" [dependencies.maomi-dom-macro] version = "=0.5.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "Window", "Document", "HtmlElement", "Node", "NodeList", "DocumentFragment", "Element", "Text", "DomTokenList", "CssStyleDeclaration", "EventListener", "EventTarget", "Event", "EventInit", "MouseEvent", "TouchEvent", "TouchList", "Touch", "KeyboardEvent", "InputEvent", "AnimationEvent", "TransitionEvent", "HtmlAnchorElement", "HtmlDataElement", "HtmlQuoteElement", "HtmlTimeElement", "HtmlTableColElement", "HtmlTableCellElement", "HtmlInputElement", "HtmlFormElement", "HtmlMeterElement", "HtmlOptionElement", "HtmlTextAreaElement", "HtmlImageElement", "HtmlMediaElement", "HtmlVideoElement", "HtmlTrackElement", "HtmlAreaElement", "SubmitEvent", ] [dev-dependencies.console_error_panic_hook] version = "0.1" [dev-dependencies.console_log] version = "0.2" [dev-dependencies.once_cell] version = "1.13" [dev-dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] all = [ "prerendering", "prerendering-apply", ] default = [] prerendering = [ "maomi/prerendering", "html-escape", ] prerendering-apply = ["maomi/prerendering-apply"]