# 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 = "constfft" version = "0.2.4" authors = ["Walter Smuts "] description = "A library crate providing an FFT API for arrays" documentation = "https://docs.rs/constfft/" readme = "README.md" keywords = [ "fft", "dft", "discrete", "fourier", "const-generics", ] categories = [ "algorithms", "compression", "multimedia::encoding", "science", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WalterSmuts/constfft" [package.metadata."docs.rs"] all-features = true [dependencies.anymap] version = "0.12.1" [dependencies.array-init] version = "2.0.1" [dependencies.realfft] version = "3.0.1" optional = true [dependencies.rustfft] version = "6.0.1" [dependencies.typemap] version = "0.3.3" [dev-dependencies.approx] version = "0.5.1"