# 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 = "rgba8888-to-rgb332" version = "0.1.0" description = "A cli tool that will process all files found in an input folder, transforming them from a file format containing full 16 million color PNG files to 8-bit raw data files." readme = "README.md" keywords = [ "rgb", "png", "8-bit", ] license = "MIT" repository = "https://github.com/dennis-lawter/rgba8888-to-rgb332" [dependencies.clap] version = "4.3.22" features = [ "derive", "cargo", ] [dependencies.image] version = "0.24.7" features = ["png"] default-features = false