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