# 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] edition = "2018" name = "wasm-component" version = "0.1.7" authors = ["Ciro DE CARO "] description = "A crate to create WASM component like Vue.js with a logic of Finite State Machine. Uses wasm-bindgen" readme = "README.md" keywords = ["Web-Assembly", "HTML", "DOM", "Component"] license = "GPL-3.0" license-file = "LICENSE" repository = "https://gitlab.com/opentooladd/wasm-component.git" [lib] crate-type = ["cdylib", "rlib"] [dependencies.gloo] version = "0.2.1" [dependencies.js-sys] version = "0.3.37" [dependencies.linked-hash-map] version = "0.5.2" [dependencies.mustache] version = "0.9.0" [dependencies.nom_html_parser] version = "0.1.1" [dependencies.serde] version = "1.0.106" [dependencies.serde_derive] version = "1.0.106" [dependencies.serde_json] version = "1.0.51" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4", "wasm-bindgen"] [dependencies.wasm-bindgen] version = "0.2.60" features = ["serde-serialize"] [dependencies.wasm-bindgen-test] version = "0.3.10" [dependencies.web-sys] version = "0.3.4" features = ["Document", "Element", "HtmlElement", "HtmlCollection", "HtmlHeadElement", "NamedNodeMap", "DomTokenList", "Node", "NodeList", "Text", "EventTarget", "Event", "CustomEvent", "ShadowRoot", "ShadowRootMode", "ShadowRootInit", "Window"]