sp1-primitives 6.2.2

Core primitive types 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.88"
name = "sp1-primitives"
version = "6.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitive types 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"

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.blake3]
version = "1.6.1"
default-features = false

[dependencies.elf]
version = "0.7.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num-bigint]
version = "0.4.6"
default-features = false

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

[dependencies.sha2]
version = "0.10.8"

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

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

[dependencies.slop-challenger]
version = "6.2.2"

[dependencies.slop-koala-bear]
version = "6.2.2"

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

[dependencies.slop-primitives]
version = "6.2.2"

[dependencies.slop-symmetric]
version = "6.2.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)",
]