haloumi-lowering 0.5.6

Core traits for enabling types to integrate with the codegen module.
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.85"
name = "haloumi-lowering"
version = "0.5.6"
authors = ["Daniel Dominguez (Veridise) <daniel@veridise.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits for enabling types to integrate with the codegen module."
readme = "README.md"
keywords = [
    "halo2",
    "llzk",
    "haloumi",
]
categories = ["compilers"]
license-file = "LICENSE"
repository = "https://github.com/project-llzk/haloumi"
resolver = "2"

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

[dependencies.ff]
version = "0.13"

[dependencies.haloumi-core]
version = "0.5.5"

[dependencies.thiserror]
version = "2.0"