virtual-node 0.5.1

A standalone Virtual DOM
Documentation
# 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.1"
authors = ["Chinedu Francis Nwafili <frankie.nwafili@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standalone Virtual DOM"
documentation = "https://chinedufn.github.io/percy/api/virtual_node/"
readme = "README.md"
keywords = [
    "virtual",
    "dom",
    "wasm",
    "browser",
    "webassembly",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chinedufn/percy"
resolver = "3"

[features]
default = ["web"]
web = [
    "js-sys",
    "wasm-bindgen",
    "web-sys",
]

[lib]
name = "virtual_node"
path = "src/lib.rs"

[dependencies.html-validation]
version = "0.1.1"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.web-sys]
version = "0.3"
features = [
    "Comment",
    "Document",
    "Element",
    "HtmlElement",
    "Event",
    "EventTarget",
    "HtmlCollection",
    "Node",
    "NodeList",
    "Text",
    "Window",
    "Event",
    "MouseEvent",
    "InputEvent",
]
optional = true