# 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 = "poll-promise" version = "0.2.1" authors = ["Embark "] include = [ "LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml", ] description = "Poll the result of an async operation in a game or immediate mode GUI." homepage = "https://github.com/EmbarkStudios/poll-promise" readme = "README.md" keywords = [ "promise", "poll", "async", "gamedev", "gui", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/poll-promise" [package.metadata.docs.rs] features = ["tokio"] [lib] [dependencies.static_assertions] version = "1.1" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", ] optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [features] web = [ "wasm-bindgen", "wasm-bindgen-futures", ]