sp1-recursion-executor 6.0.2

Executor for SP1 recursion programs
Documentation
# 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-executor"
version = "6.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executor for SP1 recursion programs"
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 = []
program_validation = [
    "dep:range-set-blaze",
    "dep:smallvec",
]

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

[dependencies.backtrace]
version = "0.3.71"
features = ["serde"]

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

[dependencies.hashbrown]
version = "0.14.5"
features = ["serde"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.range-set-blaze]
version = "0.1.16"
optional = true

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

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

[dependencies.slop-maybe-rayon]
version = "6.0.2"

[dependencies.slop-poseidon2]
version = "6.0.2"

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

[dependencies.smallvec]
version = "1.13.2"
features = [
    "const_generics",
    "const_new",
    "serde",
    "union",
    "write",
]
optional = true

[dependencies.sp1-derive]
version = "6.0.2"

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

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.range-set-blaze]
version = "0.1.16"

[dev-dependencies.smallvec]
version = "1.13.2"
features = [
    "const_generics",
    "const_new",
    "serde",
    "union",
    "write",
]

[build-dependencies.sp1-hypercube]
version = "6.0.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)",
]