# 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 = "fftconvolve" version = "0.1.1" authors = ["Rhys JP Newell "] description = "The fast fourier transform convolution and correlation algorithm for Rust" homepage = "https://github.com/rhysnewell/fftconvolve" documentation = "https://github.com/rhysnewell/fftconvolve" readme = "README.md" keywords = [ "fft", "convolution", "correlation", "signal-processing", ] categories = [ "mathematics", "science", ] license-file = "LICENSE" repository = "https://github.com/rhysnewell/fftconvolve" [dependencies.easyfft] version = "^0.2" [dependencies.ndarray] version = "^0.15" [dependencies.ndarray-linalg] version = "^0.16" [dependencies.num] version = "^0.4" [dependencies.num-traits] version = "^0.2"