sp1-cuda 6.2.3

CUDA integration for SP1 GPU proving
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-cuda"
version = "6.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUDA integration for SP1 GPU proving"
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_cuda"
path = "src/lib.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bytes]
version = "1.10.1"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.132"

[dependencies.sp1-core-executor]
version = "6.2.3"

[dependencies.sp1-core-machine]
version = "6.2.3"

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

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

[dependencies.sp1-prover]
version = "6.2.3"

[dependencies.sp1-prover-types]
version = "6.2.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.42.0"
features = [
    "fs",
    "io-util",
    "net",
    "process",
    "rt",
    "sync",
    "time",
]
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)",
    "cfg(sp1_core_runner_override)",
    "cfg(sp1_use_native_executor)",
    "cfg(sp1_use_portable_executor)",
    "cfg(sp1_native_executor_available)",
]