[package] name = "chfft" version = "0.3.4" authors = ["Mitsuharu Seki "] repository = "https://github.com/chalharu/chfft" keywords = ["fft", "numerics", "dsp", "mathematics"] license = "MPL-2.0" readme = "README.md" description = "Fastest Fourier Transform library implemented with pure Rust." documentation = "https://docs.rs/chfft/" edition = "2018" [lib] name = "chfft" bench = false test = true [dependencies] num-traits = ">=0.0.0" num-complex = ">=0.3.0" [dev-dependencies] rand = ">=0.7.0" rand_xorshift = ">=0.2.0" [dev-dependencies.appro-eq] version=">=0.0.0" features=["complex"] [features] docs = []