# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "iir_filters" version = "0.1.3" authors = ["https://github.com/annoybot"] description = "A Rust re-implementation of some of scipy's digital filters." readme = "README.md" keywords = [ "biquad", "filter", "iir", ] license = "Apache-2.0" repository = "https://github.com/annoybot/iir_filters" [lib] name = "iir_filters" [dependencies.num-complex] version = "^0.4.2" [dependencies.num-traits] version = "^0.2.15" [dependencies.thiserror] version = "^1.0.32" [dev-dependencies.rstest] version = "^0.13.0" [dev-dependencies.stdext] version = "^0.3.1"