ternlang-runtime 0.3.2

Distributed actor runtime for ternlang — TCP-based TernNode with remote spawn/send/await over newline-JSON protocol.
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-runtime"
version = "0.3.2"
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 = "Distributed actor runtime for ternlang — TCP-based TernNode with remote spawn/send/await over newline-JSON protocol."
homepage = "https://ternlang.com"
readme = false
keywords = [
    "ternary",
    "trit",
    "balanced-ternary",
    "vm",
    "compiler",
]
categories = [
    "compilers",
    "science",
]
license = "LicenseRef-BSL-1.1"
repository = "https://github.com/eriirfos-eng/ternary-intelligence-stack"
resolver = "2"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

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