# 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-recursion-gnark-cli" version = "3.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SP1 is a performant, 100% open-source, contributor-friendly zkVM." 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-recursion-gnark-cli" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.sp1-recursion-gnark-ffi] version = "3.4.0" features = ["native"] default-features = false