# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "virtual-dom-rs" version = "0.6.14" authors = ["Chinedu Francis Nwafili "] description = "A standalone Virtual DOM creation, diffing and patching implementation" documentation = "https://chinedufn.github.io/percy/api/virtual_dom_rs/" keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"] license = "MIT/Apache-2.0" repository = "https://github.com/chinedufn/percy" [dependencies.html-macro] version = "0.1.8" [dependencies.js-sys] version = "0.3" [dependencies.virtual-node] version = "0.2.7" [dependencies.wasm-bindgen] version = "0.2.33" [dependencies.web-sys] version = "0.3" features = ["Comment", "Document", "Element", "HtmlElement", "EventTarget", "HtmlCollection", "Node", "NodeList", "Text", "CharacterData", "Window"] [dev-dependencies.console_error_panic_hook] version = "0.1.5" [dev-dependencies.wasm-bindgen-test] version = "0.2.33" [dev-dependencies.web-sys] version = "0.3" features = ["DomTokenList", "HtmlInputElement", "Event", "MouseEvent", "InputEvent", "console"]