[package]
edition = "2021"
name = "proofman-starks-lib-c"
version = "1.1.0-alpha"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings to the pil2-stark C/CUDA proving library"
homepage = "https://github.com/0xPolygonHermez/pil2-proofman"
readme = false
keywords = [
"pil2-proofman",
"prover",
"zero-knowledge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPolygonHermez/pil2-proofman"
[features]
cpu-only = []
default = []
[lib]
name = "proofman_starks_lib_c"
path = "src/lib.rs"
[dependencies.crossbeam-channel]
version = "0.5.15"
[build-dependencies.proofman-starks-src]
version = "1.1.0-alpha"