# 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_impulse" version = "0.2.0" authors = ["Grey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reactive programming and workflow execution for bevy" readme = "README.md" keywords = [ "reactive", "workflow", "behavior", "agent", "bevy", ] categories = [ "science::robotics", "asynchronous", "concurrency", "game-development", ] license = "Apache-2.0" repository = "https://github.com/open-rmf/bevy_impulse" [lib] name = "bevy_impulse" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.arrayvec] version = "0.7" [dependencies.async-task] version = "4.7.1" optional = true [dependencies.backtrace] version = "0.3" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_core] version = "0.14" [dependencies.bevy_derive] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_hierarchy] version = "0.14" [dependencies.bevy_impulse_derive] version = "0.0.1" [dependencies.bevy_tasks] version = "0.14" features = ["multi_threaded"] [dependencies.bevy_time] version = "0.14" [dependencies.bevy_utils] version = "0.14" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.smallvec] version = "1.13" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" features = ["sync"] [dev-dependencies.async-std] version = "1.12" [features] single_threaded_async = ["dep:async-task"]