sp1-recursion-machine 6.1.0

Machine definitions for SP1 recursion
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-machine"
version = "6.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Machine definitions for SP1 recursion"
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_machine"
path = "src/lib.rs"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.8.5"

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

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

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

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

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

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

[dependencies.sp1-derive]
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"
features = ["program_validation"]
default-features = false

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.tracing]
version = "0.1.40"

[dependencies.zkhash]
version = "0.2.0"

[build-dependencies.rand]
version = "0.8.5"

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

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

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

[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)",
]