# 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 = "icicle-core" version = "1.3.0" authors = ["Ingonyama"] description = "A library for GPU ZK acceleration by Ingonyama" homepage = "https://www.ingonyama.com" license = "MIT" repository = "https://github.com/ingonyama-zk/icicle" [dependencies.ark-ec] version = "0.4.0" features = ["parallel"] optional = true [dependencies.ark-ff] version = "0.4.0" optional = true [dependencies.ark-poly] version = "0.4.0" optional = true [dependencies.ark-std] version = "0.4.0" optional = true [dependencies.icicle-cuda-runtime] version = "1.3.0" [features] arkworks = [ "ark-ff", "ark-ec", "ark-poly", "ark-std", ] default = [] ec_ntt = [] g2 = []