# 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 = "noah-plonk" version = "0.4.0" authors = ["Findora "] build = "build.rs" description = "Noah TurboPLONK protocol" license = "BUSL-1.1" [lib] name = "noah_plonk" crate-type = ["rlib"] [[bench]] name = "fft" path = "benches/fft.rs" harness = false [dependencies.ark-ff] version = "0.4.0-alpha" default-features = false [dependencies.ark-poly] version = "0.4.0-alpha" default-features = false [dependencies.ark-serialize] version = "0.4.0-alpha" default-features = false [dependencies.ark-std] version = "0.4.0-alpha" default-features = false [dependencies.bincode] version = "1.3.1" [dependencies.criterion] version = "0.4.0" default-features = false [dependencies.merlin] version = "3.0.0" [dependencies.noah-algebra] version = "0.4.0" [dependencies.noah-crypto] version = "0.4.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1.43" [dependencies.rand_chacha] version = "0.3" default-features = false [dependencies.rayon] version = "1.5" optional = true [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_derive] version = "1.0.115" [dev-dependencies.num-bigint] version = "0.4" features = ["rand"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [build-dependencies.rustc_version] version = "0.4" [features] asm = ["noah-algebra/asm"] debug = [] default = ["std"] parallel = [ "rayon", "noah-algebra/parallel", "ark-poly/parallel", ] print-trace = ["noah-algebra/print-trace"] std = ["ark-std/std"]