# 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_async_task" version = "0.2.0" authors = ["Spencer C. Imbleau"] description = "Ergonomic abstractions to async programming in Bevy" readme = "README.md" keywords = [ "gamedev", "async", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/loopystudios/bevy_async_task" [lib] [dependencies.async-std] version = "1.12.0" [dependencies.bevy] version = "0.14.0" features = ["multi_threaded"] default-features = false [dependencies.tokio] version = "1.38.0" features = ["sync"] default-features = false [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.futures-timer] version = "3.0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-compat] version = "0.2.4" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.38.0" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.js-sys] version = "0.3.69" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] version = "0.2.92" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures] version = "0.4.42" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.42"