# 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 = "bevy-wasm-tasks" version = "0.13.0" description = "Simple integration of WASM tasks into a Bevy app for background processing." homepage = "https://crates.io/crates/bevy-wasm-tasks" readme = "README.md" keywords = [ "gamedev", "bevy", "wasm", "async", "plugin", ] categories = [ "game-development", "asynchronous", ] license = "CC0-1.0" repository = "https://github.com/tekacs/bevy-wasm-tasks" [dependencies.bevy_app] version = "0.13.0" [dependencies.bevy_ecs] version = "0.13.0" [dependencies.futures-util] version = "0.3" features = ["channel"] [dependencies.tokio] version = "1" features = ["sync"] [dependencies.wasm-bindgen-futures] version = "0.4.41"