# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fourier" version = "0.1.0" authors = ["Caleb Zulawski "] include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**/*.rs", "/tests/**/*.json"] description = "Fast Fourier transforms (FFTs)" readme = "README.md" categories = ["algorithms", "mathematics", "multimedia::audio", "science"] license = "MIT OR Apache-2.0" repository = "https://github.com/calebzulawski/fourier" [dependencies.multiversion] version = "0.3" [dependencies.num-complex] version = "0.2" [dependencies.num-traits] version = "0.2" [dev-dependencies.float-cmp] version = "0.6" [dev-dependencies.num-complex] version = "0.2" features = ["serde"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1"