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

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