# 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" rust-version = "1.77.2" name = "butter2d" version = "0.1.2" authors = ["altunenes "] description = "Butterworth filter for image processing." homepage = "https://github.com/altunenes/butter2d" documentation = "https://docs.rs/butter2d/latest/butter2d/" readme = "README.md" license = "MIT" [dependencies.fft2d] version = "0.1.1" features = ["nalgebra"] [dependencies.image] version = "0.25.1" [dependencies.itertools] version = "0.12.0" [dependencies.nalgebra] version = "0.29" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.num-complex] version = "0.4.4" [dependencies.rustfft] version = "6.1.0"