# 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 = "mika" version = "0.0.0" authors = ["Limira <2409315-limira-rs@users.noreply.gitlab.com>"] description = "A framework for building wasm front-end web application in Rust" readme = "./README.md" keywords = ["wasm", "framework", "front-end", "web", "signal"] categories = ["wasm", "web-programming"] license-file = "LICENSE" repository = "https://gitlab.com/limira-rs/mika" [dependencies.futures-util] version = "0.3.0-alpha.15" package = "futures-util-preview" [dependencies.log] version = "0.4.6" [dependencies.signals] version = "0.3.5" package = "futures-signals" [dependencies.simi-macros] version = "0.2.1" [dependencies.wasm-bindgen] version = "0.2.45" [dependencies.wasm-bindgen-futures] version = "0.3.22" features = ["futures_0_3"] [dependencies.web-sys] version = "0.3.22" features = ["Window", "Document", "Node", "NodeList", "DomTokenList", "Event", "MouseEvent", "InputEvent", "FocusEvent", "KeyboardEvent", "UiEvent", "WheelEvent", "EventTarget", "Element", "HtmlElement", "HtmlInputElement", "Text"] [features] message-like-elm = [] sub-apps = ["message-like-elm"]