math-dsp 0.5.11

DSP utilities: signal generation, FFT analysis, and audio analysis tools
Documentation
# 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 = "2024"
name = "math-dsp"
version = "0.5.11"
authors = ["Pierre F. Aubert pierre@spinorama.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DSP utilities: signal generation, FFT analysis, and audio analysis tools"
readme = "README.md"
keywords = [
    "dsp",
    "signal",
    "fft",
    "audio",
    "analysis",
]
categories = [
    "science",
    "multimedia::audio",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/pierreaubert/sotf"

[lib]
name = "math_audio_dsp"
path = "src/lib.rs"

[[bin]]
name = "simd-fuzzer"
path = "bin/simd_fuzzer.rs"

[[bin]]
name = "wav2csv"
path = "bin/wav2csv.rs"

[[test]]
name = "analysis_tests"
path = "tests/analysis_tests.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.hound]
version = "3.5"

[dependencies.log]
version = "0.4"

[dependencies.math-iir-fir]
version = "0.5"

[dependencies.nalgebra]
version = "0.33"
features = ["std"]
default-features = false

[dependencies.ndarray]
version = "0.17"
features = [
    "rayon",
    "serde",
]
default-features = false

[dependencies.num-complex]
version = "0.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.realfft]
version = "3.5"

[dependencies.rustfft]
version = "6.4"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.serde_json]
version = "1.0"