# 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_core" version = "0.2.1" description = "Async UI for the Browser" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/wishawa/async_ui" [dependencies.async_ui_internal_utils] version = "0.0.2" [dependencies.bitvec] version = "1.0.1" features = ["alloc"] default-features = false [dependencies.js-sys] version = "0.3.64" [dependencies.parking_lot] version = "0.11" features = ["wasm-bindgen"] [dependencies.pin-project] version = "1.0" [dependencies.scoped-tls-hkt] version = "0.1.2" [dependencies.smallvec] version = "1" features = [ "union", "const_generics", ] [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3.64" features = [ "console", "Node", "Window", "Document", ] [dev-dependencies.futures-lite] version = "1.13.0"