# 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 = "skeletonize" version = "0.2.0" authors = ["okaneco <47607823+okaneco@users.noreply.github.com>"] exclude = [ "gfx", ".github", ] description = "A crate for line thinning binary images, includes edge detection and threshold functions for preprocessing." homepage = "https://github.com/okaneco/skeletonize" readme = "README.md" keywords = [ "morphology", "thinning", "edge-detection", "image-processing", "computer-vision", ] categories = [ "computer-vision", "multimedia::images", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/okaneco/skeletonize" [profile.release] strip = true [[example]] name = "skeletonize" [dependencies.image] version = "0.24.5" default-features = false [dev-dependencies.image] version = "0.24.5" features = [ "jpeg", "png", "gif", ] default-features = false [dev-dependencies.structopt] version = "0.3" default-features = false