[package] name = "yin" version = "0.2.0" authors = ["saresend "] edition = "2018" license = "MIT" description = "A library for fundamental frequency estimation of periodic signals" homepage = "https://github.com/saresend/yin" repository = "https://github.com/saresend/yin" readme = "README.md" keywords = ["audio", "signal", "processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] dasp = { version="0.11.0", features = ["signal"] } rand = "0.7.3" criterion = "0.3.3" [[bench]] name = "yin_benchmark" harness = false