# 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-perf" version = "3.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A performance evaluation tool for SP1 programs." readme = "README.md" keywords = [ "sp1", "succinct", "zero-knowledge", "zkvm", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/succinctlabs/sp1" [[bin]] name = "sp1-perf" path = "src/main.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.p3-baby-bear] version = "0.1.4-succinct" features = ["nightly-features"] [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.104" [dependencies.slack-rust] version = "0.0.1" package = "slack-rust-rs" [dependencies.sp1-core-executor] version = "3.4.0" features = ["programs"] [dependencies.sp1-cuda] version = "3.4.0" [dependencies.sp1-prover] version = "3.4.0" [dependencies.sp1-sdk] version = "3.4.0" [dependencies.sp1-stark] version = "3.4.0" [dependencies.time] version = "0.3.26" [dependencies.tokio] version = "1.39.0" features = ["full"] [features] native-gnark = ["sp1-sdk/native-gnark"]