# 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 = "easyfft" version = "0.4.1" authors = ["Walter Smuts "] description = "A library crate providing an easy FFT API for arrays and slices" documentation = "https://docs.rs/easyfft/" 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/easyfft" [package.metadata."docs.rs"] all-features = true [dependencies.array-init] version = "2.1.0" [dependencies.generic_singleton] version = "0.4.1" [dependencies.num-complex] version = "0.4.5" features = ["serde"] [dependencies.realfft] version = "3.0.1" [dependencies.rustfft] version = "6.0.1" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dev-dependencies.approx] version = "0.5.1" [features] const-realfft = [] default = ["fallible"] fallible = []