simi 0.1.1

A framework help building wasm-front-end web application in Rust
# 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.1"
authors = ["Limira"]
description = "A framework help building wasm-front-end web application in Rust"
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.simi-html-tags]
version = "0.1"

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

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

[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"]
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.2"