You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
444 B
17 lines
444 B
[package]
|
|
name = "fft"
|
|
version = "0.1.0"
|
|
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
|
|
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 an algorithm to compute the discrete Fourier transform and
|
|
its inverse."""
|
|
|
|
[dependencies]
|
|
complex = "*"
|
|
|
|
[dev-dependencies]
|
|
assert = "*"
|