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