# 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 = "2021" name = "simple_clustering" version = "0.2.0" exclude = [ "gfx", ".github", ] description = "Implementations of image clustering and segmentation algorithms such as SLIC and SNIC." homepage = "https://github.com/okaneco/simple_clustering" readme = "README.md" keywords = [ "clustering", "superpixel", "image", "segmentation", "segments", ] categories = [ "computer-vision", "multimedia::images", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/okaneco/simple_clustering" [package.metadata.docs.rs] features = [""] no-default-features = true targets = [] [profile.release] codegen-units = 1 strip = true [dependencies.clap] version = "3.1.18" features = [ "std", "suggestions", "derive", ] optional = true default-features = false [dependencies.fxhash] version = "0.2.1" default-features = false [dependencies.image] version = "0.24.6" features = [ "jpeg", "png", ] optional = true default-features = false [dependencies.num-traits] version = "0.2.15" features = ["std"] default-features = false [dependencies.palette] version = "0.7.2" features = ["std"] default-features = false [features] app = [ "clap", "image", ] default = ["app"]