# 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 = "ansi_colours" version = "1.2.3" authors = ["Michał Nazarewicz "] 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" [package.metadata.docs.rs] all-features = true [profile.release] lto = true panic = "abort" [[bench]] name = "ansi256" harness = false [dependencies.ansi_term] version = "0.12" optional = true [dependencies.anstyle] version = "1" optional = true [dependencies.rgb] version = "0.8" optional = true [dependencies.termcolor] version = ">= 1.0, <= 1.2" optional = true [dev-dependencies.crc64] version = "2" [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.empfindung] version = "0.2.6" [dev-dependencies.lab] version = ">=0.4, <1.0" [dev-dependencies.rgb] version = "0.8" [features] default = ["rgb"] [badges.maintenance] status = "actively-developed"