simi 0.1.3

A framework help building wasm-front-end web application in Rust
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]
name = "simi"
version = "0.1.3"
authors = ["Limira"]
description = "A framework help building wasm-front-end web application in Rust"
readme = "./README.md"
keywords = ["wasm", "framework", "front-end", "web"]
categories = ["wasm", "web-programming"]
license-file = "LICENSE"
repository = "https://gitlab.com/limira-rs/simi-project"

[lib]
doctest = false
[dependencies.fnv]
version = "1.0"

[dependencies.futures]
version = "0.1"
optional = true

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

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.simi-html-tags]
version = "0.1"

[dependencies.simi-macros]
version = "0.1"

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

[dependencies.wasm-bindgen-futures]
version = "0.3"
optional = true

[dependencies.wasm-bindgen-test]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = ["Event", "MouseEvent", "InputEvent", "FocusEvent", "KeyboardEvent", "UiEvent", "WheelEvent", "EventTarget", "Document", "Node", "Text", "Element", "HtmlElement", "HtmlInputElement", "HtmlSelectElement", "HtmlOptionElement", "HtmlTextAreaElement", "NodeList", "DomTokenList", "HtmlCollection", "Window"]

[features]
fetch = ["web-sys/Request", "web-sys/Headers", "web-sys/Response", "web-sys/RequestMode", "web-sys/RequestInit", "futures", "wasm-bindgen-futures"]
fetch_json = ["serde", "serde_json"]
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.2"