# 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 = "async_ui_web" version = "0.2.1" description = "Async UI for the Browser" documentation = "https://docs.rs/async_ui_web" readme = "README.md" keywords = [ "gui", "wasm", "web-programming", "asynchronous", ] categories = [ "gui", "wasm", "web-programming", "asynchronous", ] license = "MPL-2.0" repository = "https://github.com/wishawa/async_ui" [lib] crate-type = [ "cdylib", "rlib", ] doctest = false [dependencies.async-executor] version = "1.5.0" [dependencies.async_ui_internal_utils] version = "0.0.2" [dependencies.async_ui_web_core] version = "0.2.1" [dependencies.async_ui_web_html] version = "0.2.0" [dependencies.async_ui_web_macros] version = "0.2.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.js-sys] version = "0.3.64" [dependencies.scopeguard] version = "1.1.0" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3.64" features = [ "DocumentFragment", "DomRect", "IntersectionObserver", "IntersectionObserverInit", "IntersectionObserverEntry", "console", ]