# 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 = "simi" version = "0.2.1" authors = ["Limira"] description = "A framework for 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" [dependencies.futures] version = "0.1" optional = true [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.proc-macro-hack] version = "0.5" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.simi-macros] version = "0.2" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.3" optional = true [dependencies.web-sys] version = "0.3" features = ["console", "Event", "MouseEvent", "InputEvent", "FocusEvent", "KeyboardEvent", "UiEvent", "WheelEvent", "EventTarget", "Document", "Comment", "Node", "Text", "Element", "HtmlElement", "HtmlInputElement", "HtmlSelectElement", "HtmlOptionsCollection", "HtmlOptionElement", "HtmlTextAreaElement", "NodeList", "DomTokenList", "HtmlCollection", "Window"] [features] default = ["proc-macro-hack"] 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"] js_callback_with_serde_arg = ["serde", "wasm-bindgen/serde-serialize"] nightly = ["simi-macros/nightly"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.simi-test] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.2"