praxis-cli 0.2.0

The `praxis` command-line tool: run, check and debug Praxis programs.
# 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.88"
name = "praxis-cli"
version = "0.2.0"
authors = ["Tomislav Ljubej <tomislav.ljubej@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `praxis` command-line tool: run, check and debug Praxis programs."
homepage = "https://tljubej.github.io/praxis/"
readme = "README.md"
keywords = [
    "compiler",
    "jit",
    "language",
    "adventofcode",
    "programming-language",
]
categories = [
    "command-line-utilities",
    "compilers",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tljubej/praxis"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.praxis-ast]
version = "0.2.0"

[dependencies.praxis-codegen-cranelift]
version = "0.2.0"

[dependencies.praxis-debugger]
version = "0.2.0"

[dependencies.praxis-hir]
version = "0.2.0"

[dependencies.praxis-lsp]
version = "0.2.0"

[dependencies.praxis-mir]
version = "0.2.0"

[dependencies.praxis-parser]
version = "0.2.0"

[dependencies.praxis-runtime]
version = "0.2.0"

[dependencies.praxis-source]
version = "0.2.0"

[dependencies.praxis-stdlib]
version = "0.2.0"

[dependencies.praxis-syntax]
version = "0.2.0"

[dependencies.praxis-typeck]
version = "0.2.0"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.praxis-input-parser]
version = "0.2.0"

[dev-dependencies.serde_json]
version = "1"