# 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-ecs" version = "0.6.1" authors = ["Mark Old "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous interface for Bevy ECS" readme = "README.md" keywords = [ "bevy", "ecs", "async", "game", ] categories = [ "game-engines", "asynchronous", ] license = "MIT" repository = "https://github.com/dlom/bevy-async-ecs" [lib] name = "bevy_async_ecs" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "end_to_end" path = "examples/end_to_end.rs" [[example]] name = "global" path = "examples/global.rs" [dependencies.async-channel] version = "2" [dependencies.async-lock] version = "3" [dependencies.bevy_app] version = "0.14" default-features = false [dependencies.bevy_core] version = "0.14" default-features = false [dependencies.bevy_ecs] version = "0.14" default-features = false [dependencies.bevy_hierarchy] version = "0.14" features = ["bevy_app"] default-features = false [dependencies.bevy_utils] version = "0.14" default-features = false [dev-dependencies.bevy] version = "0.14" [dev-dependencies.pollster] version = "0.4" [dev-dependencies.rand] version = "0.8" features = [ "small_rng", "getrandom", ] default-features = false