dodrio 0.1.0

A fast, bump-allocated virtual DOM library.
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 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 = "dodrio"
version = "0.1.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "A fast, bump-allocated virtual DOM library."
readme = "./README.md"
keywords = ["virtual-dom", "vdom", "render", "bump"]
categories = ["wasm", "web-programming"]
license = "MPL-2.0"
repository = "https://github.com/fitzgen/dodrio"
[profile.release]
opt-level = "s"
lto = true
incremental = false
[dependencies.bumpalo]
version = "2.1.0"

[dependencies.cfg-if]
version = "0.1.7"

[dependencies.futures]
version = "0.1.25"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.js-sys]
version = "0.3.15"

[dependencies.log]
version = "0.4.6"
optional = true

[dependencies.wasm-bindgen]
version = "0.2.38"

[dependencies.wasm-bindgen-futures]
version = "0.3.15"

[dependencies.web-sys]
version = "0.3.15"
features = ["console", "Document", "Element", "Event", "Node", "Window"]
[dev-dependencies.console_log]
version = "0.1.2"

[dev-dependencies.dodrio-js-api]
version = "=0.1.0"

[dev-dependencies.log]
version = "0.4.6"

[dev-dependencies.wasm-bindgen-test]
version = "0.2.38"

[dev-dependencies.web-sys]
version = "0.3.15"
features = ["Attr", "EventTarget", "HtmlElement", "NamedNodeMap", "NodeList"]
[badges.travis-ci]
repository = "fitzgen/dodrio"