hotdrink-wasm 0.1.1

WebAssembly wrappers for hotdrink-rs
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.6"

[dependencies.hotdrink-rs]
version = "0.1.1"

[dependencies.itertools]
version = "0.10.0"

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

[dependencies.log]
version = "0.4.11"

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

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

[dependencies.wasm-logger]
version = "0.2.0"

[dependencies.web-sys]
features = ["console", "Worker", "WorkerOptions", "DedicatedWorkerGlobalScope", "Blob", "Url", "ErrorEvent", "Document", "Element", "HtmlElement", "Window", "Performance", "PerformanceTiming"]
version = "0.3.47"
[dev-dependencies.pretty_assertions]
version = "0.6.1"

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

[features]
default = ["console_error_panic_hook"]
thread = []

[lib]
crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"

[package]
authors = ["Rudi B. Svartveit <rudsvar@gmail.com>"]
description = "WebAssembly wrappers for hotdrink-rs"
edition = "2018"
keywords = ["wasm", "web-programming", "gui", "algorithms", "data-structures"]
license = "MIT OR Apache-2.0"
name = "hotdrink-wasm"
repository = "https://github.com/HotDrink/hotdrink-rs"
version = "0.1.1"