midnight-proofs 0.7.1

Fast PLONK-based zero-knowledge proving system
# 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-proofs"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Fast PLONK-based zero-knowledge proving system
"""
readme = "README.md"
keywords = [
    "halo",
    "proofs",
    "zkp",
    "zkSNARKs",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"

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

[features]
bench-internal = ["criterion"]
circuit-params = []
committed-instances = []
default = ["committed-instances"]
derive_serde = ["midnight-curves/serde"]
dev-curves = ["midnight-curves/serde"]
truncated-challenges = []

[lib]
name = "midnight_proofs"
path = "src/lib.rs"
bench = false

[[example]]
name = "proof-size"
path = "examples/proof-size.rs"

[[example]]
name = "serialization"
path = "examples/serialization.rs"

[[example]]
name = "simple-example"
path = "examples/simple-example.rs"

[[example]]
name = "two-chip"
path = "examples/two-chip.rs"

[[example]]
name = "vector-mul"
path = "examples/vector-mul.rs"

[[example]]
name = "vector-ops-unblinded"
path = "examples/vector-ops-unblinded.rs"

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

[[bench]]
name = "commit_zk"
path = "benches/commit_zk.rs"
harness = false

[[bench]]
name = "dev_lookup"
path = "benches/dev_lookup.rs"
harness = false

[[bench]]
name = "plonk"
path = "benches/plonk.rs"
harness = false

[[bench]]
name = "zswap_output"
path = "benches/zswap_output.rs"
harness = false
required-features = ["bench-internal"]

[dependencies.blake2b_simd]
version = "1"

[dependencies.criterion]
version = "0.7"
optional = true

[dependencies.ff]
version = "0.13"

[dependencies.group]
version = "0.13"

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

[dependencies.num-bigint]
version = "0.4"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]
default-features = false

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "1"

[dependencies.tabbycat]
version = "0.1"
features = ["attributes"]
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.criterion]
version = "0.7"

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

[dev-dependencies.rand]
version = "0.8"

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

[dev-dependencies.sha2]
version = "0.10.9"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target."cfg(ci_build)".dependencies.midnight-curves]
version = "0.2.0"
features = ["portable"]