# 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 = "img-qoi" version = "0.1.0" description = "QOI (Quite OK Image) manipulation library" homepage = "https://github.com/taotao54321/img-qoi" documentation = "https://docs.rs/img-qoi" readme = "README.md" keywords = ["image", "qoi"] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/taotao54321/img-qoi" resolver = "2" [dependencies.arrayvec] version = "0.7.2" [dependencies.byteorder] version = "1.4.3" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.51" [dev-dependencies.image] version = "0.23.14" [dev-dependencies.structopt] version = "0.3.25"