ansi_colours 1.0.1

true-colour ↔ ANSI terminal palette converter
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ansi_colours"
version = "1.0.1"
authors = ["Michał Nazarewicz <mina86@mina86.com>"]
exclude = ["tools/**"]
description = "true-colour ↔ ANSI terminal palette converter"
documentation = "https://docs.rs/ansi_colours"
readme = "README.md"
keywords = ["ansi", "terminal", "color", "rgb"]
categories = ["command-line-interface"]
license = "LGPL-3.0-or-later"
repository = "https://github.com/mina86/ansi_colours"
[profile.release]
lto = true
panic = "abort"
[dev-dependencies.delta_e]
version = "^0.2"

[dev-dependencies.lab]
version = "^0.4"
[build-dependencies.cc]
version = "^1.0"
[badges.maintenance]
status = "actively-developed"