# 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_background_compute" version = "0.5.0" description = "Bevy plugin for better task handling" documentation = "https://docs.rs/bevy_background_compute" readme = "README.md" keywords = ["bevy"] license = "MIT" repository = "https://github.com/Demiu/bevy_background_compute" [dependencies.async-channel] version = "^1.7.1" [dependencies.bevy_app] version = "0.12" [dependencies.bevy_ecs] version = "0.12" [dependencies.bevy_tasks] version = "0.12" features = ["multi-threaded"] [dev-dependencies.bevy] version = "0.12" default-features = false