gust-cli 0.2.0

The Gust compiler CLI — compile .gu state machine files to Rust, Go, WASM, no_std, or C FFI
# 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 = "2024"
rust-version = "1.85"
name = "gust-cli"
version = "0.2.0"
authors = ["Brock Claussen <brock.claussen@narcolepticfox.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Gust compiler CLI — compile .gu state machine files to Rust, Go, WASM, no_std, or C FFI"
homepage = "https://github.com/Dieshen/gust"
readme = "README.md"
keywords = [
    "state-machine",
    "compiler",
    "dsl",
    "codegen",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Dieshen/gust"
resolver = "2"

[[bin]]
name = "gust"
path = "src/main.rs"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "3"

[dependencies.gust-lang]
version = "0.2.0"

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"