# 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 = "basic_dsp_matrix" version = "0.10.2" authors = ["Christian Liebhardt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Digital signal processing based on real or complex vectors in time or frequency domain." homepage = "https://github.com/liebharc/basic_dsp" documentation = "https://docs.rs/basic_dsp" readme = "README.md" keywords = [ "dsp", "matrix", "interpolation", "convolution", ] license = "MIT/Apache-2.0" repository = "https://github.com/liebharc/basic_dsp" [profile.dev] codegen-units = 4 [profile.test] codegen-units = 4 [lib] name = "basic_dsp_matrix" path = "src/lib.rs" [dependencies.basic_dsp_vector] version = "^0.10.2" optional = false default-features = false [dev-dependencies.hamcrest] version = "^0.1.0" [dev-dependencies.rand] version = "^0.7.0" [features] default = ["std"] std = ["basic_dsp_vector/std"] use_avx2 = ["basic_dsp_vector/use_avx2"] use_avx512 = ["basic_dsp_vector/use_avx512"] use_gpu = ["basic_dsp_vector/use_gpu"] use_sse2 = ["basic_dsp_vector/use_sse2"]