midnight-aggregation 0.1.0

Toolkit for proof aggregation of midnight-proofs
# 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 = "2021"
rust-version = "1.76.0"
name = "midnight-aggregation"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolkit for proof aggregation of midnight-proofs"
readme = false
keywords = [
    "halo",
    "proofs",
    "zkp",
    "zkSNARKs",
    "aggregation",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/midnightntwrk/midnight-zk/"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--html-in-header",
    "katex-header.html",
]

[features]
truncated-challenges = [
    "midnight-proofs/truncated-challenges",
    "midnight-circuits/truncated-challenges",
]

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

[[example]]
name = "ivc"
path = "examples/ivc.rs"
required-features = ["truncated-challenges"]

[[example]]
name = "multi_circuit_aggregation"
path = "examples/multi_circuit_aggregation.rs"
required-features = ["truncated-challenges"]

[[example]]
name = "single_circuit_aggregation"
path = "examples/single_circuit_aggregation.rs"
required-features = ["truncated-challenges"]

[dependencies.blake2b_simd]
version = "1"

[dependencies.ff]
version = "0.13"

[dependencies.group]
version = "0.13"

[dependencies.midnight-circuits]
version = "7.0.0"
features = ["testing"]
default-features = false

[dependencies.midnight-curves]
version = "0.3.0"

[dependencies.midnight-proofs]
version = "0.8.0"
features = [
    "circuit-params",
    "committed-instances",
]
default-features = false

[dependencies.midnight-zk-stdlib]
version = "2.3.5"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10.9"

[dev-dependencies.rand_chacha]
version = "0.3"