# 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 = "image-dwt" version = "0.4.1" authors = ["Anshul Sanghi "] description = "An implementation of the À Trous Discrete Wavelet Transform for images" homepage = "https://github.com/anshap1719/image-dwt" readme = "./README.md" keywords = [ "image", "wavelet", "multiscale", "analysis", "atrous", ] categories = ["multimedia"] license = "Apache-2.0" repository = "https://github.com/anshap1719/image-dwt" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [[bin]] name = "image_dwt" path = "src/main.rs" [dependencies.convolve-image] version = "0.4.0" features = [ "ndarray", "image", ] [dependencies.image] version = "0.25.0" features = ["tiff"] [dependencies.ndarray] version = "0.15.6" features = ["rayon"]