# 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 = "signal_processing" version = "0.3.0" authors = ["Sigurd Sætherø Spangelo"] exclude = [ "/plots", "/images", "/temp", ] description = "A signal processing library." readme = "README.md" keywords = [ "signal_processing", "dsp", "dtsp", "filters", "filter-design", ] categories = [ "computer-vision", "algorithms", "mathematics", "multimedia", "science", ] license = "MIT" repository = "https://github.com/sigurd4/signal_processing" [dependencies.array_math] version = "0.2.44" features = ["ndarray"] [dependencies.moddef] version = "0.2.2" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16.0" features = ["intel-mkl"] [dependencies.num] version = "0.4.2" [dependencies.option_trait] version = "0.1.16" [dependencies.rand] version = "0.8.5" [dependencies.statrs] version = "0.16.0" [dependencies.thiserror] version = "1.0.59" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.linspace] version = "0.1.1" [dev-dependencies.plotters] version = "0.3.5"