# 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-tokio-tasks" version = "0.14.0" description = "Simple integration of a Tokio runtime into a Bevy app for background processing." homepage = "https://crates.io/crates/bevy-tokio-tasks" readme = "README.md" keywords = [ "gamedev", "bevy", "tokio", "async", "plugin", ] categories = [ "game-development", "asynchronous", ] license = "CC0-1.0" repository = "https://github.com/EkardNT/bevy-tokio-tasks" [dependencies.bevy_app] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.tokio] version = "1" features = [ "rt", "sync", ] [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_core_pipeline", "bevy_asset", "bevy_render", "bevy_winit", "x11", ] default-features = false [dev-dependencies.tokio] version = "1" features = ["time"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["rt-multi-thread"]