[package] name = "cloth_bumpmap" version = "0.1.6" authors = ["jekto_vatimeliju "] edition = "2018" license = "GPL-3.0" description = "Creates a bump map used in the clothify algorithm in GIMP (GNU Image Manipulation Program)." exclude = [ "bumpmap.png" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.23.14" rand = "0.8.4" rand_chacha = "0.3.1" rand_distr = "0.4.1" num = "0.4.0" fastblur = "0.1.1"