mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-04-18 03:00:06 -04:00
17 lines
574 B
TOML
17 lines
574 B
TOML
[package]
|
|
name = "polynomials"
|
|
version = "1.2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
icicle-runtime = { path = "../../../wrappers/rust_v3/icicle-runtime" }
|
|
icicle-core = { path = "../../../wrappers/rust_v3/icicle-core" }
|
|
icicle-bn254 = { path = "../../../wrappers/rust_v3/icicle-curves/icicle-bn254", features = ["g2"] }
|
|
icicle-babybear = { path = "../../../wrappers/rust_v3/icicle-fields/icicle-babybear" }
|
|
|
|
clap = { version = "<=4.4.12", features = ["derive"] }
|
|
|
|
[features]
|
|
cuda = ["icicle-runtime/cuda_backend", "icicle-bn254/cuda_backend", "icicle-babybear/cuda_backend"]
|
|
|