# 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 = "vmd-rs" version = "0.2.1" authors = ["\"jiafuei\""] description = "Variational Mode Decomoposition in Rust" readme = "README.md" keywords = [ "fft", "fourier", "signal-processing", "vmd", "dsp", ] license = "MIT" repository = "https://github.com/jiafuei/vmd-rs" [lib] name = "vmd_rs" test = true bench = false [dependencies.ndarray] version = "0.15.6" default-features = false [dependencies.ndarray-rand] version = "0.14.0" [dependencies.ndarray-slice] version = "0.2.3" default-features = false [dependencies.num-complex] version = "0.4.3" default-features = false [dependencies.rustfft] version = "6.1.0" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.ndarray] version = "0.15.6" features = ["approx-0_5"] [dev-dependencies.ndarray-npy] version = "0.8.1" [features] blas = ["ndarray/blas"] default = ["std"] serde = ["ndarray/serde"] std = [ "ndarray/std", "ndarray-slice/std", "num-complex/std", ]