# 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_dogoap" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "bevy_dogoap" homepage = "https://github.com/victorb/dogoap" readme = "README.md" license = "MIT" [lib] name = "bevy_dogoap" path = "src/lib.rs" [[example]] name = "bevy_basic" path = "examples/bevy_basic.rs" [[example]] name = "cells" path = "examples/cells.rs" [[example]] name = "miner" path = "examples/miner.rs" [[example]] name = "resman" path = "examples/resman.rs" [[test]] name = "basic_external" path = "tests/basic_external.rs" [[test]] name = "basic_internal" path = "tests/basic_internal.rs" [dependencies.bevy] version = "0.14.0" features = [ "wayland", "bevy_gizmos", "bevy_text", "multi_threaded", "default_font", "webgl2", ] optional = false default-features = false [dependencies.bevy-trait-query-0-14-0] version = "0.6.2" [dependencies.dogoap] version = "0.3.0" [dependencies.dogoap_macros] version = "0.3.0" [dependencies.rand] version = "0.8.5" [features] compute-pool = [] default = ["compute-pool"]