# 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 = "2018" name = "ark-linear-sumcheck" version = "0.4.0" authors = [ "Tom Shen ", "arkworks contributors", ] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A library for efficient sumcheck protocols" homepage = "https://arkworks.rs" readme = "README.md" keywords = [ "cryptography", "finite-fields", "polynomials", "sumcheck", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/arkworks-rs/sumcheck/" resolver = "2" [profile.bench] opt-level = 3 lto = "thin" debug = 0 debug-assertions = false rpath = false incremental = true [profile.dev] opt-level = 0 panic = "abort" [profile.release] opt-level = 3 lto = "thin" panic = "abort" incremental = true [profile.test] opt-level = 3 lto = "thin" debug = 2 debug-assertions = true incremental = true [dependencies.ark-ff] version = "0.4.0" default-features = false [dependencies.ark-poly] version = "0.4.0" default-features = false [dependencies.ark-serialize] version = "0.4.0" features = ["derive"] default-features = false [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.blake2] version = "0.9" default-features = false [dependencies.hashbrown] version = "0.14.0" [dependencies.rayon] version = "1" optional = true [dev-dependencies.ark-test-curves] version = "0.4.0" features = [ "bls12_381_scalar_field", "bls12_381_curve", ] default-features = false [features] default = ["std"] parallel = [ "std", "ark-ff/parallel", "ark-poly/parallel", "ark-std/parallel", "rayon", ] std = [ "ark-ff/std", "ark-serialize/std", "blake2/std", "ark-std/std", "ark-poly/std", ]