# 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 = "pm-remez" version = "0.1.3" authors = ["Daniel Estevez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parks-McClellan Remez FIR design algorithm" homepage = "https://maia-sdr.org/" readme = "README.md" keywords = [ "FIR", "remez", "DSP", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maia-sdr/pm-remez/" [lib] name = "pm_remez" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "filter_designs" path = "tests/filter_designs.rs" [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16" default-features = false [dependencies.num-bigfloat] version = "1.7.1" optional = true [dependencies.num-traits] version = "0.2" [dependencies.pyo3] version = "0.22" features = [ "abi3-py38", "extension-module", ] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.rustfft] version = "6.2" [features] intel-mkl-static = ["ndarray-linalg/intel-mkl-static"] intel-mkl-system = ["ndarray-linalg/intel-mkl-system"] netlib-static = ["ndarray-linalg/netlib-static"] netlib-system = ["ndarray-linalg/netlib-system"] openblas-static = ["ndarray-linalg/openblas-static"] openblas-system = ["ndarray-linalg/openblas-system"] python = ["pyo3"]