# 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_core" version = "0.0.2" 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_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.beet_ecs] version = "0.0.2" [dependencies.bevy] version = "0.14" features = [ "bevy_scene", "serialize", ] default-features = false [dependencies.bincode] version = "1" [dependencies.flume] version = "0.11" [dependencies.forky_bevy] version = "0.1.50" [dependencies.forky_core] version = "0.1.50" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.strum] version = "0.26.0" features = ["derive"] [dependencies.strum_macros] version = "0.26.0" [dev-dependencies.sweet] version = "0.1.50" features = ["bevy"] [features] animation = ["bevy/bevy_animation"] assets = ["bevy/bevy_asset"] default = [ "animation", "assets", "ui", ] gizmos = ["bevy/bevy_gizmos"] ui = ["bevy/bevy_ui"]