# 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.75" name = "ark-poly" version = "0.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "doc/katex-header.html", ] autobins = false autoexamples = false autotests = false autobenches = false 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 [lib] name = "ark_poly" path = "src/lib.rs" [dependencies.ark-ff] version = "0.5.0" default-features = false [dependencies.ark-serialize] version = "0.5.0" features = ["derive"] default-features = false [dependencies.ark-std] version = "0.5.0" default-features = false [dependencies.educe] version = "0.6.0" [dependencies.hashbrown] version = "0.15" features = [ "inline-more", "allocator-api2", ] default-features = false [dependencies.rayon] version = "1" optional = true [features] default = [] parallel = [ "std", "ark-ff/parallel", "rayon", "ark-std/parallel", "ark-serialize/parallel", ] std = [ "ark-std/std", "ark-ff/std", "ark-serialize/std", ] [target.'cfg(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr"))'.dependencies.ahash] version = "0.8" default-features = false [target.'cfg(not(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr")))'.dependencies.fnv] version = "1.0" default-features = false