[package] name = "fft" version = "0.2.0" authors = ["Ivan Ukhov "] license = "MIT" repository = "https://github.com/stainless-steel/fft" homepage = "https://github.com/stainless-steel/fft" documentation = "https://stainless-steel.github.io/fft" description = "The package provides a fast Fourier transform algorithm." [dependencies] complex = "*" [dev-dependencies] assert = "*"