[package]
edition = "2021"
name = "tupa-cli"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for TupaLang"
homepage = "https://github.com/marciopaiva/tupalang"
documentation = "https://github.com/marciopaiva/tupalang/wiki"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/marciopaiva/tupalang"
[[bin]]
name = "tupa"
path = "src/main.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "cli_golden"
path = "tests/cli_golden.rs"
[[test]]
name = "cli_help_snapshots"
path = "tests/cli_help_snapshots.rs"
[[test]]
name = "run"
path = "tests/run.rs"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.0"
features = ["full"]
[dependencies.tupa-audit]
version = "0.8.1"
[dependencies.tupa-codegen]
version = "0.8.1"
[dependencies.tupa-effects]
version = "0.8.1"
[dependencies.tupa-fmt]
version = "0.1.0"
[dependencies.tupa-lexer]
version = "0.8.1"
[dependencies.tupa-lint]
version = "0.1.0"
[dependencies.tupa-parser]
version = "0.8.1"
[dependencies.tupa-pyffi]
version = "0.8.1"
[dependencies.tupa-runtime]
version = "0.8.1"
[dependencies.tupa-typecheck]
version = "0.8.1"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "3.1"