sp1-core-executor 6.1.0

RISC-V executor for SP1
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-core-executor"
version = "6.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RISC-V executor for SP1"
readme = "README.md"
keywords = [
    "sp1",
    "succinct",
    "zero-knowledge",
    "zkvm",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/succinctlabs/sp1"

[features]
bigint-rug = ["sp1-curves/bigint-rug"]
profiling = [
    "dep:rustc-demangle",
    "dep:gecko_profile",
    "dep:indicatif",
    "sp1-jit/profiling",
]

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.bytemuck]
version = "1.16.3"

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

[dependencies.clap]
version = "4.5.9"
features = ["derive"]

[dependencies.deepsize2]
version = "0.1.0"
features = ["hashbrown"]

[dependencies.elf]
version = "0.7.4"

[dependencies.enum-map]
version = "2.7.3"
features = ["serde"]

[dependencies.eyre]
version = "0.6.12"

[dependencies.gecko_profile]
version = "0.4.0"
optional = true

[dependencies.hashbrown]
version = "0.14.5"
features = [
    "serde",
    "inline-more",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.17.8"
optional = true

[dependencies.itertools]
version = "0.14.0"

[dependencies.memmap2]
version = "0.9.8"

[dependencies.num]
version = "0.4.3"

[dependencies.rrs-lib]
version = "0.2.0"
package = "rrs-succinct"

[dependencies.rustc-demangle]
version = "0.1.18"
optional = true

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

[dependencies.serde_arrays]
version = "0.2"

[dependencies.serde_json]
version = "1.0.132"

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

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

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

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

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

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

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

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

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

[dependencies.subenum]
version = "1.1.2"

[dependencies.thiserror]
version = "1.0"

[dependencies.tiny-keccak]
version = "2.0.2"
features = ["keccak"]

[dependencies.tracing]
version = "0.1.40"

[dependencies.typenum]
version = "1.17.0"

[dependencies.vec_map]
version = "0.8.2"
features = ["serde"]

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