# 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 = "jigsaw_puzzle_generator" version = "0.2.0" authors = ["FoxZoOL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for generating jigsaw puzzle images" homepage = "https://github.com/foxzool/jigsaw_puzzle" documentation = "https://docs.rs/jigsaw_puzzle_generator" readme = "README.md" keywords = [ "svg", "puzzle", "template", "game", ] categories = [ "graphics", "multimedia::images", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foxzool/jigsaw_puzzle/jigsaw_puzzle_generator" [lib] name = "jigsaw_puzzle_generator" path = "src/lib.rs" [[example]] name = "generator" path = "examples/generator.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.bezier-rs] version = "0.4.0" [dependencies.glam] version = "=0.24.2" [dependencies.image] version = "0.25.4" features = ["rayon"] [dependencies.imageproc] version = "0.25.0" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dev-dependencies.env_logger] version = "0.11.5"