# 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 = "starry_mosaic" version = "0.4.0" authors = ["Alexander Anishin "] exclude = [ "/images/", "/tests/", ] description = "A library for generating colorful mosaic images with various geometrical patterns." homepage = "https://github.com/OneEyeMaker/starry_mosaic" readme = "README.md" keywords = [ "starry", "mosaic", "image", ] categories = [ "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/OneEyeMaker/starry_mosaic" [[bench]] name = "mosaic_benchmark" harness = false [dependencies.float-cmp] version = "0.9.0" [dependencies.image] version = "0.24.4" [dependencies.palette] version = "0.6.1" [dependencies.robust] version = "0.2.3" [dependencies.voronoice] version = "0.2.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rstest] version = "0.15.0" [dev-dependencies.rstest_reuse] version = "0.4.0" [features] mosaic_with_preset_coloring = []