# 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 = "rgb565" version = "0.1.3" authors = ["LoganDark"] description = "Contains routines for working with RGB565 and converting it to RGB and sRGB" documentation = "https://docs.rs/rgb565/" readme = "README.md" keywords = ["rgb565"] categories = ["graphics", "embedded", "no-std"] license = "MIT" repository = "https://github.com/LoganDark/rgb565" resolver = "2" [dependencies] [features] default = ["std", "swap_components_lut", "l5_to_l8_lut", "l6_to_l8_lut", "l5_to_s8_lut", "l6_to_s8_lut", "l565_to_l888_lut", "l565_to_s888_lut", "l8_to_l5_lut", "l8_to_l6_lut", "s8_to_l5_lut", "s8_to_l6_lut"] l565_to_l888_lut = [] l565_to_s888_lut = [] l5_to_l8_lut = [] l5_to_s8_lut = [] l6_to_l8_lut = [] l6_to_s8_lut = [] l888_to_l565_lut = [] l8_to_l5_lut = [] l8_to_l6_lut = [] s888_to_l565_lut = [] s8_to_l5_lut = [] s8_to_l6_lut = [] std = [] swap_components_lut = []