# 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 = "pixel2svg" version = "1.1.1" authors = ["FluffyBucketSnake "] description = "Based on the original pixel2svg, but rewritten in Rust. Converts pixel art to SVG - pixel by pixel." homepage = "https://github.com/FluffyBucketSnake/pixel2svg-rs/" readme = "README.md" keywords = [ "cli", "graphics", "svg", "pixel", "pixelart", ] categories = [ "command-line-utilities", "graphics", "multimedia", "multimedia::images", ] license = "GPL-3.0" repository = "https://github.com/FluffyBucketSnake/pixel2svg-rs/" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.5.4" [dependencies.clap_derive] version = "4.5.4" [dependencies.image] version = "0.25.1" [dependencies.svg] version = "0.17.0" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [lints.clippy] all = "deny"