# 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 = "quadim" version = "0.1.1" exclude = [ "img/**", "*.md", "!CRATES.IO-README.md", ] description = "Fastest image quadtree stylization implementation to date, capable of hundreds of fps and avoiding ugly non-squares." documentation = "https://docs.rs/quadim" readme = "CRATES.IO-README.md" keywords = [ "quadtree", "image", "stylized", "pixel", "art", ] categories = [ "algorithms", "computer-vision", "command-line-utilities", "multimedia::images", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eternal-io/quadim" [profile.dev] opt-level = 1 overflow-checks = false [[bin]] name = "quadim" required-features = ["build-bin"] [dependencies.clap] version = "4.2.7" features = ["derive"] optional = true [dependencies.csscolorparser] version = "0.6.2" [dependencies.image] version = "0.24.6" [dependencies.imageproc] version = "0.23.0" [dependencies.nalgebra] version = "0.32.2" [dependencies.num_cpus] version = "1.15.0" optional = true [dependencies.object-pool] version = "0.5.4" optional = true [dependencies.src-dst-clarifier] version = "~0.2" optional = true [dependencies.thiserror] version = "1.0.40" [dependencies.threadpool] version = "1.8.1" optional = true [features] build-bin = [ "clap", "num_cpus", "threadpool", "object-pool", "src-dst-clarifier", ]