colette 0.2.0

Convert between truecolor, xterm(1) 256 color and 16 color.
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 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 = "2021"
name = "colette"
version = "0.2.0"
build = false
include = [
    "Cargo.toml",
    "colette.rs",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert between truecolor, xterm(1) 256 color and 16 color."
homepage = "https://github.com/ifrstr/colette"
readme = "README.md"
license = "ISC"
repository = "https://github.com/ifrstr/colette"

[lib]
name = "colette"
path = "colette.rs"

[dependencies]