# 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 = "ndarray-conv" version = "0.3.3" description = "N-Dimension convolution (with FFT) lib for ndarray." readme = "README.md" keywords = [ "convolution", "ndarray", "FFT", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TYPEmber/ndarray-conv.git" [dependencies.ndarray] version = "0.15" features = ["rayon"] [dependencies.ndarray-rand] version = "0.14" [dependencies.num] version = "0.4" [dependencies.realfft] version = "3.3" [dependencies.rustfft] version = "6.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.tch] version = "0.13.0" features = ["download-libtorch"]