[go: up one dir, main page]

ansi_colours 1.1.0

true-colour ↔ ANSI terminal palette converter
Documentation
[package]
name          = "ansi_colours"
description   = "true-colour ↔ ANSI terminal palette converter"
version       = "1.1.0"
readme        = "README.md"
authors       = ["Michał Nazarewicz <mina86@mina86.com>"]
keywords      = ["ansi", "terminal", "color", "rgb"]
categories    = ["command-line-interface"]
license       = "LGPL-3.0-or-later"
repository    = "https://github.com/mina86/ansi_colours"
documentation = "https://docs.rs/ansi_colours"
exclude       = ["tools/**"]
edition       = "2018"

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
rgb = { version = "0.8", optional = true }

[features]
default = ["rgb"]

[dev-dependencies]
crc64 = "1"
criterion = { version = "0.3", default-features = false }
empfindung = "0.2"
lab = ">=0.4, <1.0"

[profile.release]
lto = true
panic = 'abort'

[[bench]]
name = "ansi256"
harness = false