[package] name = "rgb2ansi256" version = "0.1.1" edition = "2018" authors = ["rhysd "] description = "Convert RGB 24-bit colors into ANSI 256 (8-bit) color codes with zero dependencies and `const fn`" license-file = "./LICENSE" homepage = "https://github.com/rhysd/rgb2ansi256#readme" repository = "https://github.com/rhysd/rgb2ansi256" readme = "README.md" include = [ "/src", "/LICENSE", "/README.md", ] categories = ["graphics"] keywords = ["rgb", "ansi-256-colors", "conversion"] [badges] maintenance = { status = "passively-maintained" } [profile.release] lto = true [dependencies] [dev-dependencies] ansi_colours = "=1.0.4" [workspace] members = [ "bench", ]