maat_codegen 0.12.2

Bytecode code generation for the Maat programming language
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_codegen"
version = "0.12.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bytecode code generation for the Maat programming language"
homepage = "https://github.com/maatlabs/maat"
readme = "README.md"
keywords = [
    "compiler",
    "maat",
    "zero-knowledge",
    "codegen",
    "zk",
]
categories = ["compilers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/maatlabs/maat"
resolver = "2"

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

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.maat_ast]
version = "0.12.2"

[dependencies.maat_bytecode]
version = "0.12.2"

[dependencies.maat_errors]
version = "0.12.2"

[dependencies.maat_runtime]
version = "0.12.2"

[dependencies.maat_span]
version = "0.12.2"

[dev-dependencies.maat_lexer]
version = "0.12.2"

[dev-dependencies.maat_parser]
version = "0.12.2"