beet-cli 0.0.6-rc.1

CLI for beet authoring tools
Documentation
[[bin]]
name = "beet"
path = "src/main.rs"

[dev-dependencies.sweet]
features = ["test"]
version = "0.4.1"

[lib]
name = "beet_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 = "CLI for beet authoring tools"
documentation = "https://docs.rs/beet"
edition = "2024"
homepage = "https://beetrsx.dev"
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet-cli"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.6-rc.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.beet]
default-features = false
features = ["router", "parser"]
version = "0.0.6-rc.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
version = "4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rapidhash]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ron]
version = "0.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sweet]
features = ["fs", "server"]
version = "0.4.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["macros", "sync", "rt", "rt-multi-thread", "time"]
version = "1"