[package] name = "czt" version = "0.3.7" license = "Apache-2.0/MIT" authors = [ "Ivan Ukhov ", "Matthew Scheffel ", ] description = "The package provides an algorithm to compute the chirp Z-transform." documentation = "https://docs.rs/czt" homepage = "https://github.com/stainless-steel/czt" repository = "https://github.com/stainless-steel/czt" categories = ["algorithms", "science"] keywords = ["transform"] [dependencies] dft = "0.5.1" num-complex = { version = "0.1.35", default-features = false } num-traits = { version = "0.1.35", default-features = false } [dev-dependencies] assert = "0.7"