# 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_mod_async" version = "0.7.0" authors = ["Josh Hyatt "] description = "Ergonomic async tasks plugin for the Bevy game engine" readme = "README.md" keywords = [ "gamedev", "tasks", "async", "bevy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jnhyatt/bevy_mod_async" [[example]] name = "hello_world" [[example]] name = "async_asset" required-features = ["asset"] [[example]] name = "timers" required-features = ["time"] [dependencies.bevy_app] version = "0.14" [dependencies.bevy_asset] version = "0.14" optional = true [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_tasks] version = "0.14" [dependencies.bevy_time] version = "0.14" optional = true [dependencies.futures] version = "0.3" [dependencies.tokio] version = "1.38.0" features = ["sync"] [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dev-dependencies.bevy] version = "0.14" [features] asset = ["bevy_asset"] default = [ "asset", "time", ] time = ["bevy_time"]