# 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 = "virtual-node" version = "0.5.0" authors = ["Chinedu Francis Nwafili "] description = "A standalone Virtual DOM" documentation = "https://chinedufn.github.io/percy/api/virtual_node/" keywords = [ "virtual", "dom", "wasm", "browser", "webassembly", ] license = "MIT/Apache-2.0" repository = "https://github.com/chinedufn/percy" [dependencies.html-validation] version = "0.1.1" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2.33" [dependencies.web-sys] version = "0.3" features = [ "Comment", "Document", "Element", "HtmlElement", "Event", "EventTarget", "HtmlCollection", "Node", "NodeList", "Text", "Window", "Event", "MouseEvent", "InputEvent", ] [features] MouseEvent = ["web-sys/MouseEvent"]