# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "signalo_filters" version = "0.6.0" authors = ["Vincent Esche "] description = "A collection of filters used in 'signalo' umbrella crate." homepage = "https://github.com/signalo/signalo/tree/main/filters" documentation = "https://docs.rs/signalo_filters" readme = "README.md" keywords = ["dsp", "digital-signal", "signal-processing", "filters", "pipeline"] categories = ["no-std", "embedded", "multimedia", "science", "algorithms"] license = "MPL-2.0" repository = "https://github.com/signalo/signalo" [dependencies.dimensioned] version = "0.7" optional = true default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.signalo_traits] version = "0.5" default-features = false [dev-dependencies.nearly_eq] version = "0.2" [dev-dependencies.testdrop] version = "0.1.2" [features] default = [] panic_abort = ["signalo_traits/panic_abort"] std = ["signalo_traits/std", "num-traits/std", "dimensioned/std"]