[dependencies.hashbrown]
version = "0.14"
[dependencies.libm]
version = "0.2"
[dependencies.proptest]
optional = true
version = "1.4"
[dependencies.rand]
optional = true
version = "0.8"
[dependencies.rayon]
optional = true
version = "1.7"
[features]
aarch64 = []
default = ["std"]
internal-tests = ["proptest", "rand"]
parallel = ["rayon"]
sse = []
std = []
wasm = []
x86_64 = []
[lib]
name = "kofft"
path = "src/lib.rs"
[package]
authors = ["Kian Ostad <c@kianostad.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "embedded"]
description = "High-performance, no_std, MCU-friendly FFT, DCT, DST, Hartley, Wavelet, STFT, and more. Stack-only, SIMD, and batch transforms for embedded and scientific Rust."
documentation = "https://docs.rs/crates/kofft"
edition = "2021"
exclude = ["proptest-regressions/*", "*.profraw", "*.profdata", "tarpaulin-report.html", "tests/*", "examples/*"]
homepage = "https://github.com/okian/kofft"
keywords = ["fft", "dsp", "no_std", "mcu", "wavelet"]
license = "MIT OR Apache-2.0"
name = "kofft"
readme = "README.md"
repository = "https://github.com/okian/kofft"
version = "0.1.5"