miden-ace-codegen 0.22.0

ACE circuit codegen for Plonky3-based Miden AIRs.
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"
rust-version = "1.90"
name = "miden-ace-codegen"
version = "0.22.0"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ACE circuit codegen for Plonky3-based Miden AIRs."
homepage = "https://miden.xyz"
documentation = "https://docs.rs/miden-ace-codegen"
readme = "README.md"
keywords = [
    "air",
    "arithmetization",
    "crypto",
    "miden",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xMiden/miden-vm"

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

[dependencies.miden-core]
version = "0.22.0"
default-features = false

[dependencies.miden-crypto]
version = "0.23"
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.miden-air]
version = "0.22.0"
features = ["std"]
default-features = false

[dev-dependencies.miden-core]
version = "0.22.0"
features = ["std"]
default-features = false