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

10 years ago
  1. [package]
  2. name = "fft"
  3. version = "0.0.1"
  4. authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
  5. license = "MIT"
  6. repository = "https://github.com/stainless-steel/fft"
  7. homepage = "https://github.com/stainless-steel/fft"
  8. documentation = "https://stainless-steel.github.io/fft"
  9. description = """
  10. The package provides an algorithm to compute the discrete Fourier transform and
  11. its inverse."""
  12. [dependencies]
  13. complex = "*"
  14. [dev-dependencies]
  15. assert = "*"