haloumi 0.5.8

Entrypoint crate for the Haloumi framework.
# 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"
version = "0.5.8"
authors = ["Daniel Dominguez (Veridise) <daniel@veridise.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Entrypoint crate for the Haloumi framework."
readme = "README.md"
keywords = [
    "halo2",
    "llzk",
    "haloumi",
]
categories = ["compilers"]
license-file = "LICENSE"
repository = "https://github.com/project-llzk/haloumi"
resolver = "2"

[features]
default = [
    "llzk-backend",
    "picus-backend",
]
llzk-backend = ["dep:haloumi-llzk"]
picus-backend = ["dep:haloumi-picus"]

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

[[test]]
name = "fibonacci_tests"
path = "tests/fibonacci_tests.rs"

[[test]]
name = "lookup_tests"
path = "tests/lookup_tests.rs"

[[test]]
name = "mul_tests"
path = "tests/mul_tests.rs"

[dependencies.ff]
version = "0.13"

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

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

[dependencies.haloumi-ir-gen]
version = "0.5.5"

[dependencies.haloumi-llzk]
version = "0.5.5"
optional = true

[dependencies.haloumi-picus]
version = "0.5.5"
optional = true

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.group]
version = "0.13"

[dev-dependencies.halo2curves]
version = "0.7.0"

[dev-dependencies.llzk]
version = "0.2.0"
features = ["bigint"]

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.mlir-testutils]
version = "0.1.0"
features = ["similar-asserts"]

[dev-dependencies.paste]
version = "1"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.similar-asserts]
version = "1.7"

[dev-dependencies.simplelog]
version = "0.12"
features = ["test"]