ternlang-cli 0.1.0

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.1.0"
authors = ["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 = false
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-cli"
path = "src/main.rs"

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

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

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

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

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