[dependencies.array-init]
version = "2.1.0"
[dependencies.generic_singleton]
version = "0.4.1"
[dependencies.realfft]
version = "3.0.1"
[dependencies.rustfft]
version = "6.0.1"
[dev-dependencies.approx]
version = "0.5.1"
[features]
const-realfft = []
default = ["fallible"]
fallible = []
[package]
authors = ["Walter Smuts <smuts.walter@gmail.com>"]
categories = ["algorithms", "compression", "multimedia::encoding", "science", "mathematics"]
description = "A library crate providing an easy FFT API for arrays and slices"
documentation = "https://docs.rs/easyfft/"
edition = "2021"
keywords = ["fft", "dft", "discrete", "fourier", "const-generics"]
license = "MIT OR Apache-2.0"
name = "easyfft"
readme = "README.md"
repository = "https://github.com/WalterSmuts/easyfft"
version = "0.3.5"
[package.metadata."docs.rs"]
all-features = true