maat_bytecode 0.12.2

Bytecode format and serialization for the Maat virtual machine
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 = "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"]