# 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 = "concrete-fft" version = "0.5.1" authors = ["sarah el kazdadi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library." homepage = "https://zama.ai/" readme = "README.md" keywords = ["fft"] license = "BSD-3-Clause-Clear" repository = "https://github.com/zama-ai/concrete-fft" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--html-in-header", "katex-header.html", "--cfg", "docsrs", ] [profile.dev] lto = "off" [lib] name = "concrete_fft" path = "src/lib.rs" [[bench]] name = "fft" path = "benches/fft.rs" harness = false required-features = ["serde"] [dependencies.aligned-vec] version = "0.5" default-features = false [dependencies.bytemuck] version = "1" [dependencies.dyn-stack] version = "0.10" default-features = false [dependencies.num-complex] version = "0.4" features = ["bytemuck"] [dependencies.pulp] version = "0.18.22" default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.bincode] version = "1.3" [dev-dependencies.more-asserts] version = "0.3.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rustfft] version = "6.0" [dev-dependencies.serde_json] version = "1.0.96" [features] default = ["std"] fft128 = [] nightly = ["pulp/nightly"] serde = [ "dep:serde", "num-complex/serde", ] std = ["pulp/std"] [target.'cfg(all(not(target_os = "windows"), not(target_arch = "wasm32")))'.dev-dependencies.rug] version = "1.19.1" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion] version = "0.4" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.fftw-sys] version = "0.6" features = ["system"] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen] version = "0.2.86" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"