shivini 0.155.8

Shvini is a library implementing a GPU-accelerated zkSync prover
# 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 = "shivini"
version = "0.155.8"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
exclude = ["/test_data"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shvini is a library implementing a GPU-accelerated zkSync prover"
homepage = "https://zksync.io/"
readme = "README.md"
keywords = [
    "blockchain",
    "zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-crypto-gpu"

[features]
allocator_stats = []
default = ["zksync"]
nvtx = ["dep:nvtx"]
zksync = ["circuit_definitions"]

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

[dependencies.bincode]
version = "1.3"

[dependencies.boojum]
version = "=0.32.9"

[dependencies.boojum-cuda]
version = "=0.155.8"

[dependencies.circuit_definitions]
version = "=0.153.8"
optional = true

[dependencies.derivative]
version = "2.2"

[dependencies.era_cudart]
version = "=0.155.8"

[dependencies.era_cudart_sys]
version = "=0.155.8"

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.13"

[dependencies.nvtx]
version = "1.3"
optional = true

[dependencies.rand]
version = "0.8"

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

[dependencies.smallvec]
version = "1.13"
features = [
    "const_generics",
    "const_new",
    "serde",
]

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

[dev-dependencies.serial_test]
version = "3.1"