# 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 = "convolution-dsp" version = "0.3.0" authors = ["Dan Kirkham"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "1-dimensional convolution library intended for use in DSP applications. " documentation = "https://docs.rs/convolution-dsp" readme = "README.md" keywords = ["dsp"] license = "MIT" repository = "https://github.com/dankirkham/convolution-dsp" [lib] name = "convolution_dsp" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[test]] name = "test_conv" path = "tests/test_conv.rs" [dependencies.num-complex] version = "0.4.6" [dependencies.num-traits] version = "0.2.19" [dependencies.rustfft] version = "6.2.0" [dev-dependencies.rand] version = "0.8.5"