midnight-circuits 7.2.2

Circuit and gadget implementations for Midnight zero-knowledge proofs
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 = "2021"
name = "midnight-circuits"
version = "7.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Circuit and gadget implementations for Midnight zero-knowledge proofs"
readme = "README.md"
license-file = "LICENSE"

[features]
default = []
dev-curves = [
    "midnight-curves/dev-curves",
    "midnight-proofs/dev-curves",
]
heap_profiling = []
testing = [
    "num-bigint/rand",
    "goldenfile",
    "serde_json",
    "rand_chacha",
]
truncated-challenges = ["midnight-proofs/truncated-challenges"]

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

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

[dependencies.base64]
version = "0.13.1"

[dependencies.ff]
version = "0.13"

[dependencies.goldenfile]
version = "=1.8.0"
optional = true

[dependencies.group]
version = "0.13"

[dependencies.lazy_static]
version = "1.5.0"

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

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

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

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"
optional = true

[dependencies.ripemd]
version = "0.2.0"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sha2]
version = "0.10.9"

[dependencies.subtle]
version = "2.6"

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

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

[dev-dependencies.goldenfile]
version = "=1.8.0"

[dev-dependencies.itertools]
version = "0.14"

[dev-dependencies.num-bigint]
version = "0.4"
features = ["rand"]

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

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

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