proof-compression 0.155.8

Both cuda and cpu based proof compression and wrapping chain
# 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 = "proof-compression"
version = "0.155.8"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
exclude = ["/data"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Both cuda and cpu based proof compression and wrapping chain"
homepage = "https://zksync.io/"
readme = false
keywords = [
    "blockchain",
    "zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-crypto-gpu"

[features]
allocator = [
    "fflonk",
    "gpu-prover/allocator",
]
cpu = []
default = [
    "gpu",
    "fflonk",
    "gpu-prover",
]
gpu = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.byteorder]
version = "1"

[dependencies.cfg-if]
version = "1.0"

[dependencies.circuit_definitions]
version = "=0.153.8"

[dependencies.fflonk]
version = "=0.155.8"
optional = true
package = "fflonk-cuda"

[dependencies.gpu-prover]
version = "=0.155.8"
optional = true
package = "zksync-gpu-prover"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.shivini]
version = "=0.155.8"