# 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_system" version = "0.1.1" authors = ["elm"] description = "Provides the ability to wait for game status asynchronously." readme = "README.md" keywords = [ "game", "gamedev", "bevy", "async", ] categories = [ "asynchronous", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elmtw/bevy_async_system" [[example]] name = "reqwest" path = "examples/reqwest.rs" [[example]] name = "despawn_task" path = "examples/cancel/despawn_task.rs" [[example]] name = "cancel_system" path = "examples/cancel/cancel_system.rs" [[example]] name = "delay_time_and_frames" path = "examples/delay/delay_time_and_frames.rs" [[example]] name = "move_shape" path = "examples/wait/move_shape.rs" [[example]] name = "wait_for_audio_playback_to_finish" path = "examples/wait/wait_for_audio_playback_to_finish.rs" [[example]] name = "join_all" path = "examples/join_handle/join_all.rs" [[example]] name = "once" path = "examples/once.rs" [[example]] name = "repeat" path = "examples/repeat.rs" [dependencies.async-compat] version = "0.2.2" [dependencies.async-trait] version = "0.1.73" [dependencies.bevy] version = "0.11.3" default-features = false [dependencies.futures] version = "0.3.28" [dependencies.futures-lite] version = "1.13.0" [dev-dependencies.bevy] version = "0.11.3" [dev-dependencies.bevy-inspector-egui] version = "0.20.0" [dev-dependencies.bevy_framepace] version = "0.13.3" [dev-dependencies.reqwest] version = "0.11.22" [dev-dependencies.trybuild2] version = "1.1.0"