# 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 = "phomo" version = "0.3.1" authors = ["Loic Coyle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A photo mosaic generation library" readme = "README.md" keywords = [ "photo-mosaic", "image", "art", ] license = "MIT" repository = "https://github.com/loiccoyle/phomo-rs" [lib] name = "phomo" path = "src/lib.rs" [[test]] name = "mosaic" path = "tests/mosaic.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.image] version = "0.25.2" [dependencies.indicatif] version = "0.17.8" optional = true [dependencies.log] version = "0.4.22" [dependencies.palette] version = "0.7.6" [dependencies.pathfinding] version = "4.11.0" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.131" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] blueprint = [ "serde", "serde_json", ] default = ["parallel"] parallel = [ "rayon", "indicatif?/rayon", ] progress_bar = ["indicatif"]