ternlang-core 0.2.0

Compiler and VM for Ternlang — balanced ternary language with affirm/tend/reject trit semantics, @sparseskip codegen, and BET bytecode execution.
Documentation
# 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-core"
version = "0.2.0"
authors = ["RFI-IRFOS <licensing@ternlang.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler and VM for Ternlang — balanced ternary language with affirm/tend/reject trit semantics, @sparseskip codegen, and BET bytecode execution."
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"

[lib]
name = "ternlang_core"
path = "src/lib.rs"

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

[dependencies.ariadne]
version = "0.6.0"

[dependencies.logos]
version = "0.16.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.rand]
version = "0.8"