[package] name = "apodize" description = "simple iterators that yield generalized cosine, hanning, hamming, blackman, nuttall and triangular windows" version = "1.0.0" authors = ["Maximilian Krüger "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/apodize" homepage = "https://github.com/snd/apodize" repository = "https://github.com/snd/apodize.git" readme = "README.md" keywords = ["iterator", "window", "hanning", "hamming", "blackman"] edition = "2018" [dev-dependencies] approx = "0.3.2"