# 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 = "2018" name = "dominator" version = "0.5.38" authors = ["Pauan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals" homepage = "https://github.com/Pauan/rust-dominator" readme = "README.md" keywords = [ "javascript", "dom", "reactive", "signal", "frp", ] categories = [ "gui", "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/Pauan/rust-dominator" [profile.bench] debug-assertions = true [profile.release] debug-assertions = true [lib] name = "dominator" path = "src/lib.rs" [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.gloo-events] version = "0.1.2" [dependencies.js-sys] version = "0.3.22" [dependencies.once_cell] version = "1.7.2" [dependencies.pin-project] version = "1.0.1" [dependencies.wasm-bindgen] version = "0.2.48" [dependencies.wasm-bindgen-futures] version = "0.4.9" [dependencies.web-sys] version = "0.3.70" 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", "MediaQueryList", "MouseEvent", "AnimationEvent", "WheelEvent", "Node", "PointerEvent", "ScrollBehavior", "ScrollIntoViewOptions", "ScrollLogicalPosition", "ShadowRoot", "ShadowRootInit", "ShadowRootMode", "StyleSheet", "SvgElement", "Text", "Touch", "TouchEvent", "TouchList", "UiEvent", "Window", ] [features] default = ["wasm-bindgen/enable-interning"] nightly = []