[package] name = "butterworth" version = "0.1.0" authors = ["Spencer T. Williams "] edition = "2021" categories = ["science", "mathematics", "science::robotics"] description = "A library for simple Butterworth filters." license = "MIT OR Apache-2.0" repository = "https://github.com/biomechanics-foundation/butterworth" readme = "README.md" keywords = ["filter", "smoothing", "dynamics", "biomechanics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-complex = { version = "0.4.4", features = [] } num-traits = "0.2.17"