# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cloth_bumpmap" version = "0.1.6" authors = ["jekto_vatimeliju "] exclude = ["bumpmap.png"] description = "Creates a bump map used in the clothify algorithm in GIMP (GNU Image Manipulation Program)." license = "GPL-3.0" [dependencies.fastblur] version = "0.1.1" [dependencies.image] version = "0.23.14" [dependencies.num] version = "0.4.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.1"