ternlang-core 1.4.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 = "1.4.0"
authors = [
    "Simeon Kepp <s.kepp@ternlang.com> (https://www.linkedin.com/in/simeon-kepp/)",
    "Nikoletta Csonka <csonikoletta@ternlang.com> (https://www.linkedin.com/in/csonikoletta/)",
    "Zabih Karimi <z.karimi@ternlang.com> (https://www.linkedin.com/in/zabih-karimi-3292ab349/)",
    "Lisa Scharler <l.scharler@ternlang.com> (https://www.linkedin.com/in/lisa-scharler-innovation-management-technology-entrepreneurship-future-education/)",
    "Louis Paul Ehrig <l.ehrig@ternlang.com> (https://www.linkedin.com/in/louis-ehrig-317941335/)",
    "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"