# 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 = "sp1-verifier" version = "3.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Verifier for SP1 Groth16 and Plonk proofs." readme = "README.md" keywords = [ "sp1", "succinct", "zero-knowledge", "zkvm", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/succinctlabs/sp1" [lib] name = "sp1_verifier" path = "src/lib.rs" [dependencies.bn] version = "0.6.0" package = "substrate-bn-succinct" [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.lazy_static] version = "1.5.0" default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.thiserror-no-std] version = "2.0.2" [dev-dependencies.num-bigint] version = "0.4.6" [dev-dependencies.num-traits] version = "0.2.19" [dev-dependencies.sp1-sdk] version = "3.4.0" [features] default = ["std"] std = ["thiserror-no-std/std"]