[build-dependencies.cc]
version = "^1.0.70"
[build-dependencies.which]
version = "^4.0"
[dependencies.cc]
optional = true
version = "^1.0.70"
[features]
build = ["cc"]
build-poc = ["build"]
cuda = []
rocm = []
[lib]
name = "sppark"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography"]
description = "Zero-knowledge template library"
edition = "2021"
include = ["/Cargo.toml", "/build.rs", "/src/**", "/sppark/ec/**", "/sppark/ff/**", "/sppark/msm/**", "/sppark/ntt/**", "/sppark/polynomial/**", "/sppark/util/**"]
keywords = ["crypto", "zero-knowledge", "cuda"]
license = "Apache-2.0"
links = "sppark"
name = "sppark"
readme = false
repository = "https://github.com/supranational/sppark"
version = "0.1.13"