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.

13 lines
354 B

  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/hilbert-space/fft"
  7. homepage = "https://github.com/hilbert-space/fft"
  8. description = """
  9. The package provides an algorithm to compute the discrete Fourier transform and
  10. its inverse."""
  11. [dev-dependencies]
  12. assert = "*"