[package]
edition = "2024"
name = "maat_bytecode"
version = "0.12.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bytecode format and serialization for the Maat virtual machine"
homepage = "https://github.com/maatlabs/maat"
readme = "README.md"
keywords = [
"compiler",
"maat",
"zero-knowledge",
"bytecode",
"zk",
]
categories = ["compilers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/maatlabs/maat"
resolver = "2"
[lib]
name = "maat_bytecode"
path = "src/lib.rs"
[dependencies.maat_errors]
version = "0.12.2"
[dependencies.maat_runtime]
version = "0.12.2"
[dependencies.maat_span]
version = "0.12.2"
[dependencies.postcard]
version = "1"
features = ["alloc"]
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dev-dependencies.indexmap]
version = "2"
features = ["serde"]