seed 0.2.2

A Rust framework for creating web apps, using WebAssembly
Documentation
[dependencies.console_error_panic_hook]
version = "^0.1.5"

[dependencies.futures]
version = "^0.1.20"

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

[dependencies.pulldown-cmark]
version = "^0.2.0"

[dependencies.serde]
features = ["derive"]
version = "^1.0.80"

[dependencies.serde_json]
version = "^1.0.33"

[dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "^0.2.29"

[dependencies.wasm-bindgen-futures]
version = "^0.3.6"

[dependencies.web-sys]
features = ["AbortController", "AbortSignal", "Document", "Element", "Event", "EventTarget", "Headers", "History", "HtmlElement", "HtmlCollection", "HtmlInputElement", "HtmlTextAreaElement", "HtmlSelectElement", "HtmlButtonElement", "Location", "MouseEvent", "Node", "NodeList", "Performance", "PopStateEvent", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Storage", "Text", "console", "Window", "KeyboardEvent", "InputEvent"]
version = "0.3.4"
[dev-dependencies.wasm-bindgen-test]
version = "^0.2.29"

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

[package]
authors = ["DavidOConnor <david.alan.oconnor@gmail.com>"]
categories = ["wasm", "web-programming"]
description = "A Rust framework for creating web apps, using WebAssembly"
documentation = "https://docs.rs/seed"
edition = "2018"
homepage = "https://seed-rs.org"
keywords = ["wasm", "webassembly", "frontend", "framework", "web"]
license = "MIT"
name = "seed"
readme = "README.md"
repository = "https://www.github.com/David-OConnor/seed"
version = "0.2.2"