# 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 = "convolve-image" version = "0.4.0" authors = ["Anshul Sanghi "] description = "A small library to perform convolution operations on images with arbitrarily-sized separable kernels" homepage = "https://github.com/anshap1719/convolve-image" readme = "./README.md" keywords = [ "image", "convolution", "kernel", "analysis", ] categories = ["multimedia"] license = "Apache-2.0" repository = "https://github.com/anshap1719/convolve-image" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.image] version = "0.25.1" optional = true [dependencies.ndarray] version = "0.15.6" optional = true [features] image = ["dep:image"] ndarray = ["dep:ndarray"]