[package] name = "topological_peak_detection" version = "0.2.0" edition = "2021" authors = ["Dr. Casey Kneale "] readme = "README.MD" description = "A mostly efficient topological algorithm for finding all peaks in a 1-D signal." repository = "https://github.com/caseykneale/topological_peak_detection" license = "MIT" keywords = ["topology", "persistance", "peak", "finding", "signal"] categories = ["mathematics", "science"] [dependencies] [dev-dependencies] criterion = "0.3" [[bench]] name = "basic_benches" harness = false