sp1-gpu-commit 6.0.0-rc.1

GPU commitment operations coordination for SP1
# 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"
name = "sp1-gpu-commit"
version = "6.0.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU commitment operations coordination 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_gpu_commit"
path = "src/lib.rs"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.slop-algebra]
version = "6.0.0-rc.1"

[dependencies.slop-alloc]
version = "6.0.0-rc.1"

[dependencies.slop-challenger]
version = "6.0.0-rc.1"

[dependencies.slop-dft]
version = "6.0.0-rc.1"

[dependencies.slop-jagged]
version = "6.0.0-rc.1"

[dependencies.slop-koala-bear]
version = "6.0.0-rc.1"

[dependencies.slop-merkle-tree]
version = "6.0.0-rc.1"

[dependencies.slop-symmetric]
version = "6.0.0-rc.1"

[dependencies.slop-tensor]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-basefold]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-cudart]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-jagged-assist]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-jagged-tracegen]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-merkle-tree]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-tracegen]
version = "6.0.0-rc.1"

[dependencies.sp1-gpu-utils]
version = "6.0.0-rc.1"

[dependencies.sp1-hypercube]
version = "6.0.0-rc.1"

[dependencies.tokio]
version = "1.42.0"
default-features = false

[dependencies.tracing]
version = "0.1.40"

[lints.clippy]
print_stdout = "deny"

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