rill-core-dsp 0.5.0

Core DSP abstractions and algorithms 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-core-dsp"
version = "0.5.0"
authors = ["Digital Rats / Rill Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core DSP abstractions and algorithms for Rill"
documentation = "https://docs.rs/rill-core-dsp"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DigitalRats/rill"

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

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

[[example]]
name = "vector_usage"
path = "examples/vector_usage.rs"

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

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

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

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

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

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

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

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

[dependencies.rill-core]
version = "0.5.0"

[dependencies.thiserror]
version = "1.0"

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

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