qala-cli 0.1.1

Command-line interface for the Qala programming language
# 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.95.0"
name = "qala-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Qala programming language"
homepage = "https://qala-lang.vercel.app"
documentation = "https://docs.rs/qala-cli"
readme = "README.md"
keywords = [
    "compiler",
    "language",
    "cli",
    "repl",
    "interpreter",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "compilers",
]
license = "MIT"
repository = "https://github.com/Abdalla-Eldoumani/qala-lang"

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

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

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

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

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

[dependencies.qala-compiler]
version = "0.1.1"

[dependencies.reedline]
version = "0.47"

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

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

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