# 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 = "bmp8bit" version = "0.1.0" description = "Converts raster image to 256 colors format and writes it as bmp" homepage = "https://github.com/zelenyhleb/bmp8bit" documentation = "https://github.com/zelenyhleb/bmp8bit" readme = "readme.md" keywords = [ "bmp", "256colors", "image", "image-rs", "8bit", ] license-file = "license" repository = "https://github.com/zelenyhleb/bmp8bit" [dependencies.image] version = "0.24" [dependencies.itertools] version = "0.12"