# 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 = "beet_flow" version = "0.0.4-rc.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very flexible AI behavior library for games and robotics." homepage = "https://beetmash.com/docs/beet" documentation = "https://beetmash.com/docs/beet" readme = "README.md" keywords = [ "beet", "beetmash", "behavior", "game-ai", "robotics", ] categories = [ "science::robotics", "game-development", "simulation", "wasm", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/beet" [lib] name = "beet_flow" path = "src/lib.rs" [[example]] name = "derive_action" path = "examples/derive_action.rs" [[example]] name = "derive_action_generic" path = "examples/derive_action_generic.rs" [[example]] name = "derive_action_systems" path = "examples/derive_action_systems.rs" [[example]] name = "observers" path = "examples/observers.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.beet_flow_macros] version = "0.0.4-rc.3" [dependencies.beetmash] version = "0.0.6-rc.2" optional = true [dependencies.bevy] version = "0.14" features = [ "bevy_scene", "serialize", ] default-features = false [dependencies.extend] version = "1.1.2" [dependencies.heck] version = "0.4" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2.15" [dependencies.petgraph] version = "0.6.4" features = ["serde-1"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.sweet] version = "0.2.0-rc.3" features = ["bevy"] optional = true [dev-dependencies.beetmash] version = "0.0.6-rc.2" features = ["test"] [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.ron] version = "0.8" [dev-dependencies.sweet] version = "0.2.0-rc.3" features = ["bevy"] [features] default = [ "net", "reflect", ] net = [ "dep:beetmash", "beetmash/net", ] reflect = [] test = ["dep:sweet"]