# 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 = "qoiconv" version = "0.1.0" description = "A QOI converter" homepage = "https://github.com/10maurycy10/qoiconv/" readme = "README.md" keywords = [ "image", "graphics", "qoi", "encoder", "decoder", ] categories = [ "multimedia::images", "compression", ] license = "LGPL-2.0-or-later" repository = "https://github.com/10maurycy10/qoiconv.git" resolver = "2" [dependencies.image] version = "0.24.1" [dependencies.libqoi] version = "0.2.1"