# 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 = "2018" name = "funspace" version = "0.4.0" authors = ["preiter"] description = "N-dimensional function spaces and transforms" readme = "README.md" keywords = ["scientific", "numerical", "fourier", "chebyshev", "ndarray"] license = "MIT" repository = "https://github.com/preiter93/funspace" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "docs-header.html"] [[bench]] name = "benchmark_chebyshev" harness = false [[bench]] name = "benchmark_fourier" harness = false [dependencies.enum_dispatch] version = "0.3" [dependencies.mpi_crate] version = "0.6" optional = true package = "mpi-fork-fnsp" [dependencies.ndarray] version = "0.15" features = ["rayon"] [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.realfft] version = "3.0" [dependencies.rustdct] version = "0.7" [dependencies.rustfft] version = "6.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [features] mpi = ["mpi_crate"] mpi-derive = ["mpi_crate"]