# 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-ffi" version = "3.4.0" build = "build.rs" 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" [lib] name = "sp1_recursion_gnark_ffi" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bincode] version = "1.3.3" [dependencies.cfg-if] version = "1.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.num-bigint] version = "0.4.6" [dependencies.p3-baby-bear] version = "0.1.4-succinct" features = ["nightly-features"] [dependencies.p3-field] version = "0.1.4-succinct" [dependencies.p3-symmetric] version = "0.1.4-succinct" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.121" [dependencies.sha2] version = "0.10.8" [dependencies.sp1-core-machine] version = "3.4.0" [dependencies.sp1-recursion-compiler] version = "3.4.0" [dependencies.sp1-stark] version = "3.4.0" [dependencies.tempfile] version = "3.10.1" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cc] version = "1.1" [build-dependencies.cfg-if] version = "1.0" [features] native = []