# 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 = "imagezero" version = "0.0.1" authors = ["Uwe Arzt "] description = "Pure Rust implementation of the imagezero (losless image compression algorithm) used i.e. in robotics." documentation = "https://docs.rs/imagezero" keywords = [ "image", "compression", ] categories = [ "algorithms", "computer-vision", "no-std", ] license = "Apache-2.0" repository = "https://codeberg.org/uwearzt/imagezero" resolver = "1" [dependencies.clap] version = "4.1.6" features = ["cargo"] [dependencies.image] version = "0.24.5"