# 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.152.8" authors = ["The Matter Labs Team "] build = false exclude = ["/test_data"] 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" [lib] name = "shivini" path = "src/lib.rs" [dependencies.bincode] version = "1.3" [dependencies.boojum] version = "=0.30.9" [dependencies.boojum-cuda] version = "=0.152.8" [dependencies.circuit_definitions] version = "=0.150.16" optional = true [dependencies.derivative] version = "2.2" [dependencies.era_cudart] version = "=0.152.8" [dependencies.era_cudart_sys] version = "=0.152.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" [features] allocator_stats = [] default = ["zksync"] nvtx = ["dep:nvtx"] zksync = ["circuit_definitions"]