[package] name = "pitch-pipe" version = "0.1.2" edition = "2021" authors = ["Peter Farr "] description = "Pitch Pipe is a method for automatically tuning a one euro filter" keywords = ["filters", "signal-processing"] categories = ["computer-vision", "embedded", "mathematics", "aerospace"] repository = "https://github.com/PrismaPhonic/Pitch-Pipe-RS" documentation = "https://docs.rs/pitch-pipe" readme = "README.md" license = "MIT" include = [ "**/*.rs", "Cargo.toml", "README.md", ] [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] circular-buffer = "0.1.7" num = "0.4.1" one-euro-rs = "0.2.0"