# 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 = "libqoi" version = "0.3.2" description = "A basic QOI encoder/decoder in rust" homepage = "https://github.com/10maurycy10/libqoi/" readme = "README.md" keywords = [ "image", "graphics", "qoi", "encoder", "decoder", ] categories = [ "multimedia::images", "compression", ] license = "LGPL-2.0-or-later" repository = "https://github.com/10maurycy10/libqoi.git" [[bench]] name = "random" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.5"