# 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 = "iced_web" version = "0.4.0" authors = ["Héctor Ramón Jiménez "] description = "A web backend for Iced" documentation = "https://docs.rs/iced_web" readme = "README.md" keywords = ["gui", "ui", "web", "interface", "widgets"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/hecrj/iced" [dependencies.dodrio] version = "0.2" [dependencies.iced_core] version = "0.4" [dependencies.iced_futures] version = "0.3" [dependencies.iced_style] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.url] version = "2.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.27" features = ["console", "Document", "HtmlElement", "HtmlInputElement", "Event", "EventTarget", "InputEvent", "KeyboardEvent"] [badges.maintenance] status = "actively-developed"