ternlang-cli 0.3.3

Command-line interface for ternlang — run, build, sim, fmt, repl, and compat commands for the Balanced Ternary Execution VM.
# 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"
name = "ternlang-cli"
version = "0.3.3"
authors = [
    "Simeon Kepp <rfi.irfos@gmail.com>",
    "Nikoletta Csonka <csonikoletta@ternlang.com>",
    "Zabih Karimi <z.karimi@ternlang.com>",
    "RFI-IRFOS <licensing@ternlang.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for ternlang — run, build, sim, fmt, repl, and compat commands for the Balanced Ternary Execution VM."
homepage = "https://ternlang.com"
readme = "README.md"
keywords = [
    "ternary",
    "trit",
    "balanced-ternary",
    "vm",
    "compiler",
]
categories = [
    "compilers",
    "science",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/eriirfos-eng/ternary-intelligence-stack"
resolver = "2"

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

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

[dependencies.colored]
version = "2.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.ternlang-core]
version = "0.3.2"

[dependencies.ternlang-hdl]
version = "0.3.2"

[dependencies.ternlang-ml]
version = "0.3.2"

[dependencies.ternlang-runtime]
version = "0.3.2"

[dependencies.walkdir]
version = "2.4"