[package]
edition = "2021"
name = "flux-vm"
version = "0.2.0"
authors = ["Forgemaster <forgemaster@cocapn.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FLUX constraint enforcement bytecode virtual machine — 43-opcode stack-based VM for safety-critical AI inference"
homepage = "https://github.com/SuperInstance"
readme = false
keywords = [
"vm",
"bytecode",
"constraint",
"safety",
"embedded",
]
categories = [
"embedded",
"no-std",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SuperInstance/JetsonClaw1-vessel"
[lib]
name = "flux_vm"
path = "src/lib.rs"
[dependencies]