# 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 = "2018" name = "edt" version = "0.2.2" authors = ["msakuta "] exclude = [ "*.png", "*.gif", ] description = "An implementation of 2D EDT (Euclidian distance transform) with Saito's algorithm in pure Rust" readme = "README.md" keywords = [ "image-processing", "computer-vision", ] license = "MIT" repository = "https://github.com/msakuta/rust-edt" [dependencies] [dev-dependencies.clap] version = "3.1.0" features = ["derive"] [dev-dependencies.image] version = "0.24.0"