stwo-gpu-constraint-framework 2.0.0

Constraint framework for building AIR constraints with STWO-GPU
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"
name = "stwo-gpu-constraint-framework"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constraint framework for building AIR constraints with STWO-GPU"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Bitsage-Network/obelyzk.rs"

[package.metadata.cargo-machete]
ignored = ["stwo-std-shims"]

[features]
cuda-runtime = [
    "gpu",
    "stwo/cuda-runtime",
]
default = ["std"]
gpu = ["stwo/gpu"]
parallel = [
    "dep:rayon",
    "stwo/parallel",
]
prover = [
    "stwo/prover",
    "std",
]
std = [
    "stwo/std",
    "itertools/use_std",
    "tracing/std",
    "num-traits/std",
    "stwo-std-shims/std",
]

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

[dependencies.hashbrown]
version = ">=0.15.2"
features = ["serde"]

[dependencies.itertools]
version = "0.12"
features = ["use_alloc"]
default-features = false

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.rand]
version = "0.8.5"
features = ["small_rng"]
default-features = false

[dependencies.rayon]
version = "1.10.0"
optional = true

[dependencies.stwo]
version = "2.0.0"
default-features = false
package = "stwo-gpu"

[dependencies.stwo-std-shims]
version = "1.0.0"
default-features = false

[dependencies.tracing]
version = "0.1.40"
default-features = false