# 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 = "svg-pixels" version = "0.1.3" authors = ["Thomas Wright"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A PNG to SVG per pixel converter" homepage = "https://github.com/thomaswright/svg-pixels" readme = "README.md" license = "MIT" repository = "https://github.com/thomaswright/svg-pixels" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", ] [[bin]] name = "svg-pixels" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.image] version = "0.25.2"