elvis-web 0.1.0

Calling Elvis, is anybody home?
Documentation
[package]
name = "elvis-web"
version = "0.1.0"
authors = ["clearloop <udtrokia@gmail.com>"]
edition = "2018"
description = "Calling Elvis, is anybody home?"
repository = "https://github.com/clearloop/elvis"
license = "MIT"
documentation = "https://docs.rs/elvis"
homepage = "https://github.com/clearloop/elvis"
exclude = ["ts/**/*"]
keywords = ["js", "wasm", "spa", "web"]
readme = './README.md'

[dependencies]
wasm-bindgen = "0.2.58"

[dependencies.elvis]
path = ".."
version = "0.2.1"
features = ["web"]

[dependencies.web-sys]
version = "0.3.35"
features = [
  "CssStyleDeclaration",
  "Document",
  "Element",
  "HtmlElement",
  "Location",
  "Node",
  "Window"
]

[lib]
crate-type = ["cdylib", "rlib"]