rustimate-client 0.1.0

WASM web client sources for rustimate
Documentation
[dependencies.anyhow]
version = "1.0.26"

[dependencies.console_error_panic_hook]
version = "0.1.6"

[dependencies.instant]
version = "0.1.2"

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

[dependencies.maud]
version = "0.21.0"

[dependencies.rustimate-core]
version = "0.1.0"

[dependencies.uuid]
features = ["serde", "v4", "wasm-bindgen"]
version = "0.8.1"

[dependencies.wasm-bindgen]
features = ["nightly"]
version = "0.2.56"

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

[dependencies.web-sys]
features = ["BinaryType", "Blob", "console", "CssStyleDeclaration", "Document", "DomStringMap", "DomTokenList", "Element", "ErrorEvent", "Event", "EventTarget", "FileReader", "FileReaderSync", "HtmlBodyElement", "HtmlElement", "HtmlInputElement", "HtmlTextAreaElement", "KeyboardEvent", "Location", "MessageEvent", "Node", "NodeList", "Storage", "WebSocket", "Window"]
version = "0.3.33"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.6"

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

[package]
authors = ["Kyle U <kyle@kyleu.com>"]
categories = ["wasm", "web-programming", "web-programming::websocket"]
description = "WASM web client sources for rustimate"
edition = "2018"
exclude = [".gitignore", ".travis.yml", "appveyor.yml"]
homepage = "https://estimate.poker"
keywords = ["wasm"]
license = "MIT"
name = "rustimate-client"
readme = "README.md"
repository = "https://github.com/kyleu/rustimate"
version = "0.1.0"