# 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 = "chfft" version = "0.3.4" authors = ["Mitsuharu Seki "] description = "Fastest Fourier Transform library implemented with pure Rust." documentation = "https://docs.rs/chfft/" readme = "README.md" keywords = ["fft", "numerics", "dsp", "mathematics"] license = "MPL-2.0" repository = "https://github.com/chalharu/chfft" [lib] name = "chfft" test = true bench = false [dependencies.num-complex] version = ">=0.3.0" [dependencies.num-traits] version = ">=0.0.0" [dev-dependencies.appro-eq] version = ">=0.0.0" features = ["complex"] [dev-dependencies.rand] version = ">=0.7.0" [dev-dependencies.rand_xorshift] version = ">=0.2.0" [features] docs = []