# 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 = "ducc0" version = "0.30.1" description = "Wrapping ducc, the Distinctly Useful Code Collection" documentation = "https://gitlab.mpcdf.mpg.de/mtr/ducc" readme = "README.md" keywords = [ "fft", "fast", "fourier", "transform", ] categories = [ "external-ffi-bindings", "science", ] license = "GPL-2.0-or-later" repository = "https://gitlab.mpcdf.mpg.de/mtr/ducc" [[bench]] name = "fft_1d" harness = false [dependencies.ndarray] version = "0.15.6" [dependencies.num-complex] version = "0.4.3" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.ndrustfft] version = "0.3.0" [dev-dependencies.num] version = "0.4.0" [build-dependencies.cc] version = "1.0"