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.

16 lines
428 B

[package]
name = "dft"
version = "0.2.1"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/dft"
homepage = "https://github.com/stainless-steel/dft"
documentation = "https://stainless-steel.github.io/dft"
description = """
The package provides an algorithm to compute the discrete Fourier transform."""
[dependencies]
complex = "*"
[dev-dependencies]
assert = "*"