# 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" rust-version = "1.70" name = "tfhe-ark-poly" version = "0.4.2" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "doc/katex-header.html", ] description = "A library for efficient polynomial arithmetic via FFTs over finite fields" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-poly/" readme = "README.md" keywords = [ "cryptography", "finite-fields", "fft", "polynomials", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [package.metadata.docs.rs] workspace = true [package.metadata.release] workspace = true [[bench]] name = "fft" path = "benches/fft.rs" harness = false [[bench]] name = "dense_uv_polynomial" path = "benches/dense_uv_polynomial.rs" [[bench]] name = "dense_multilinear" path = "benches/dense_multilinear.rs" harness = false [[bench]] name = "sparse_multilinear" path = "benches/sparse_multilinear.rs" harness = false [dependencies.ark-ff] version = "0.4.2" default-features = false package = "tfhe-ark-ff" [dependencies.ark-serialize] version = "0.4.2" features = ["derive"] default-features = false [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.derivative] version = "2" features = ["use_core"] [dependencies.hashbrown] version = "0.14" [dependencies.rayon] version = "1" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] default = [] parallel = [ "std", "ark-ff/parallel", "rayon", "ark-std/parallel", ] std = [ "ark-std/std", "ark-ff/std", ]