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