samaharam 0.2.0

Scalable heterogeneous zero-knowledge proof aggregation for EVM chains
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 = "samaharam"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scalable heterogeneous zero-knowledge proof aggregation for EVM chains"
readme = "README.md"
keywords = [
    "zk",
    "proof",
    "aggregation",
    "ethereum",
    "bn254",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ronnakamoto/samaharam"

[features]
default = []
parallel = ["rayon"]
solidity = []
testing = []

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

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

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

[dependencies.bincode]
version = "1.3"

[dependencies.ff]
version = "0.13"

[dependencies.group]
version = "0.13"

[dependencies.halo2curves]
version = "0.7"

[dependencies.hex]
version = "0.4"

[dependencies.merlin]
version = "3.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rayon]
version = "1.10"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.trybuild]
version = "1.0"