yagi 0.1.3

Batteries-included DSP library
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 = "yagi"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Batteries-included DSP library"
documentation = "https://docs.rs/yagi"
readme = "README.md"
license = "MIT"
repository = "https://github.com/brian-armstrong/yagi"

[features]
simd = []

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

[dependencies.libm]
version = "0.2.8"

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

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

[dependencies.rand]
version = "0.8.5"

[dependencies.rustfft]
version = "6.2.0"

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

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

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.rand]
version = "0.8.5"

[profile.dev]
opt-level = 1

[profile.test]
opt-level = 1