[[bin]]
name = "sweet"
path = "src/main.rs"
[dependencies.beet]
features = ["axum", "fs", "router"]
version = "0.0.7"
[dependencies.bevy]
default-features = false
features = ["std", "debug", "bevy_log", "bevy_color", "reflect_auto_register", "reflect_auto_register_static"]
version = "0.17.0"
[dependencies.prettyplease]
version = "0.2"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.rapidhash]
version = "1"
[dependencies.sweet]
version = "0.4.2"
[dependencies.syn]
features = ["extra-traits", "visit", "full"]
version = "2"
[lib]
name = "sweet_cli"
path = "src/lib.rs"
[package]
authors = ["Pete Hayman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "A delightful cross-platform test runner"
documentation = "https://docs.rs/beet"
edition = "2024"
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "sweet-cli"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.7"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
features = ["derive"]
version = "4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["macros", "sync", "rt", "rt-multi-thread", "time"]
version = "1"