rill-fft 0.6.0-M2

FFT and frequency-domain signal processing for Rill
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 = "2021"
name = "rill-fft"
version = "0.6.0-M2"
authors = ["Digital Rats / Rill Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFT and frequency-domain signal processing for Rill"
documentation = "https://docs.rs/rill-fft"
readme = false
license = "Apache-2.0"
repository = "https://github.com/DigitalRats/rill"

[features]
default = []
f64 = []
graph = ["rill-graph"]
lang = ["rill-lang"]
simd = ["rill-core/simd"]

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

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

[[bench]]
name = "convolver_bench"
path = "benches/convolver_bench.rs"
harness = false

[[bench]]
name = "fft_complex_bench"
path = "benches/fft_complex_bench.rs"
harness = false

[[bench]]
name = "fft_real_bench"
path = "benches/fft_real_bench.rs"
harness = false

[[bench]]
name = "rt_timing_bench"
path = "benches/rt_timing_bench.rs"
harness = false

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

[dependencies.num-traits]
version = "0.2"

[dependencies.rill-core]
version = "0.6.0-M2"

[dependencies.rill-core-dsp]
version = "0.6.0-M2"

[dependencies.rill-graph]
version = "0.6.0-M2"
optional = true

[dependencies.rill-lang]
version = "0.6.0-M2"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "html_reports",
]

[dev-dependencies.float-cmp]
version = "0.9"