# 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 = "dominator2" version = "0.5.26" authors = ["Pauan ", "Richard Dodd "] description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals" homepage = "https://github.com/derekdreery/rust-dominator" readme = "README.md" keywords = ["javascript", "dom", "reactive", "signal", "frp"] categories = ["gui", "web-programming", "wasm"] license = "MIT" repository = "https://github.com/derekdreery/rust-dominator" resolver = "2" [profile.bench] debug-assertions = true [profile.release] debug-assertions = true [dependencies.discard] version = "1.0.3" [dependencies.futures-channel] version = "0.3.0" [dependencies.futures-signals] version = "0.3.5" [dependencies.futures-util] version = "0.3.0" [dependencies.js-sys] version = "0.3.22" [dependencies.once_cell] version = "1.7.2" [dependencies.pin-project] version = "1.0.1" [dependencies.smartstring] version = "1.0.1" optional = true [dependencies.wasm-bindgen] version = "0.2.48" [dependencies.wasm-bindgen-futures] version = "0.4.9" [dependencies.web-sys] version = "0.3.22" features = ["CharacterData", "Comment", "CssRule", "CssRuleList", "CssStyleDeclaration", "CssStyleRule", "CssStyleSheet", "DataTransfer", "Document", "DomTokenList", "DragEvent", "Element", "Event", "EventTarget", "FocusEvent", "History", "InputEvent", "HtmlElement", "HtmlHeadElement", "HtmlInputElement", "HtmlStyleElement", "HtmlTextAreaElement", "KeyboardEvent", "Location", "MouseEvent", "Node", "ShadowRoot", "ShadowRootInit", "ShadowRootMode", "StyleSheet", "SvgElement", "Text", "UiEvent", "Window"] [features] default = ["wasm-bindgen/enable-interning"] nightly = []