sp1-recursion-compiler 6.1.0

Compiler for SP1 recursion circuits
# 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"
rust-version = "1.91"
name = "sp1-recursion-compiler"
version = "6.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler for SP1 recursion circuits"
readme = "README.md"
keywords = [
    "sp1",
    "succinct",
    "zero-knowledge",
    "zkvm",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/succinctlabs/sp1"

[features]
debug = ["sp1-recursion-executor/debug"]

[lib]
name = "sp1_recursion_compiler"
path = "src/lib.rs"

[dependencies.backtrace]
version = "0.3.71"

[dependencies.cfg-if]
version = "1.0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "derive",
]

[dependencies.slop-algebra]
version = "6.1.0"

[dependencies.slop-bn254]
version = "6.1.0"

[dependencies.slop-symmetric]
version = "6.1.0"

[dependencies.sp1-core-machine]
version = "6.1.0"

[dependencies.sp1-hypercube]
version = "6.1.0"

[dependencies.sp1-primitives]
version = "6.1.0"

[dependencies.sp1-recursion-executor]
version = "6.1.0"
default-features = false

[dependencies.tracing]
version = "0.1.40"

[dependencies.vec_map]
version = "0.8.2"

[lints.clippy]
print_stdout = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(sp1_debug_constraints)",
    "cfg(sp1_debug_global_memory)",
    "cfg(sp1_core_runner_override)",
    "cfg(sp1_use_native_executor)",
    "cfg(sp1_use_portable_executor)",
    "cfg(sp1_native_executor_available)",
]