fluxvm 0.1.1

FLUX bytecode runtime — Fluid Language Universal eXecution: a zero-dependency register-based VM with assembler, disassembler, A2A agent protocol, and vocabulary system
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 = "2021"
name = "fluxvm"
version = "0.1.1"
authors = ["SuperInstance (DiGennaro et al.)"]
build = false
exclude = [
    "/flux-core",
    "/message-in-a-bottle",
    "/for-fleet",
    "/benches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FLUX bytecode runtime — Fluid Language Universal eXecution: a zero-dependency register-based VM with assembler, disassembler, A2A agent protocol, and vocabulary system"
homepage = "https://github.com/SuperInstance/flux-core"
documentation = "https://docs.rs/fluxvm"
readme = "README.md"
keywords = [
    "vm",
    "bytecode",
    "interpreter",
    "agent",
    "a2a",
]
categories = [
    "virtualization",
    "emulators",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/SuperInstance/flux-core"

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

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

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

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

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

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

[dependencies.regex]
version = "1"

[dev-dependencies.criterion]
version = "0.5"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1