# 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 = "fffft" version = "0.4.2" authors = ["kwantam "] description = "Number theoretic transform for PrimeField types (from ff crate)" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kwantam/fffft" [dependencies.err-derive] version = "0.2" [dependencies.ff] version = "0.12" [dependencies.itertools] version = "0.10" [dependencies.rayon] version = "1.5" [dev-dependencies.bitvec] version = "1.0.1" [dev-dependencies.byteorder] version = "1" [dev-dependencies.ff] version = "0.12" features = ["derive"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_core] version = "0.6" [dev-dependencies.rug] version = "1" [dev-dependencies.rug-fft] version = "0.1" [dev-dependencies.subtle] version = "2.2" [features] bench = []