# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mogwai" version = "0.6.8" authors = ["Schell Scivally "] description = "The minimal, obvious, graphical, widget application interface." documentation = "https://docs.rs/mogwai/" readme = "README.md" keywords = [ "ui", "dom", "app", "reactive", "frontend", ] categories = [ "gui", "asynchronous", ] license = "MIT" repository = "https://github.com/schell/mogwai" [dependencies.anyhow] version = "^1.0" [dependencies.async-broadcast] version = "^0.4" [dependencies.async-channel] version = "1.8.0" [dependencies.async-lock] version = "^2.4" [dependencies.console_log] version = "^0.1" [dependencies.futures-lite] version = "1.12.0" default-features = false [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.mogwai-macros] version = "0.1.0" [dev-dependencies.web-sys] version = "^0.3" features = ["Event"] [features] default = [] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "^0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "^0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "^0.3" features = [ "Document", "MessageChannel", "MessagePort", "Performance", "Window", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3"