# 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 = "rufft" version = "0.1.0" authors = ["Emmet Horgan"] exclude = [ "/.github", "/scripts/", ] description = "A pure rust FFT library !" readme = "README.md" keywords = [ "fft", "signal-processing", "dsp", "no-std", ] categories = [ "no-std", "science", "mathematics", ] license = "MIT" repository = "https://github.com/emmet-horgan/rufft" [dependencies.itertools] version = "0.13.0" [dependencies.ndarray] version = "0.16.1" optional = true [dependencies.num-complex] version = "0.4" features = ["libm"] default-features = false [dependencies.num-integer] version = "0.1.46" default-features = false [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dev-dependencies.ndarray] version = "0.16.1" [dev-dependencies.plotters] version = "0.3.7" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.smallvec] version = "1.13.2" [dev-dependencies.walkdir] version = "2" [features] default = [ "ndarray", "std", ] ndarray = ["dep:ndarray"] std = [ "num-traits/std", "num-integer/std", ]