[dependencies.multiversion]
version = "0.7"
[dependencies.num-traits]
version = "0.2.18"
[dev-dependencies.fftw]
version = "0.8.0"
[[example]]
name = "profile"
path = "examples/profile.rs"
[[example]]
name = "benchmark"
path = "examples/benchmark.rs"
[[example]]
name = "fftwrb"
path = "examples/fftwrb.rs"
[[example]]
name = "rustfft"
path = "examples/rustfft.rs"
[lib]
name = "phastft"
path = "src/lib.rs"
[package]
authors = ["Saveliy Yusufov", "Shnatsel"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "compression", "science"]
description = "A high-performance, quantum-inspired, implementation of FFT in pure Rust"
edition = "2021"
exclude = ["assets", "scripts", "benches"]
keywords = ["quantum", "fft", "discrete", "fourier", "transform"]
license = "MIT OR Apache-2.0"
name = "phastft"
readme = "README.md"
repository = "https://github.com/QuState/PhastFT"
version = "0.2.1"
[profile.profiling]
debug = 2
inherits = "release"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"