# 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 = "q565" version = "0.4.0" description = "RGB565 image codec based on QOI" license = "MIT OR Apache-2.0" repository = "https://github.com/seritools/q565" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.byteorder] version = "1.4" default-features = false [dependencies.itertools] version = "0.10" default-features = false [dependencies.snafu] version = "0.7.4" features = ["rust_1_61"] default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.image] version = "0.24.6" features = [ "png", "webp", ] default-features = false [features] alloc = [] default = ["std"] std = [ "alloc", "snafu/std", ]