[package]
edition = "2018"
name = "qute"
version = "0.0.13"
authors = ["monsieurbadia <contact@monsieurbadia.com>"]
exclude = ["doc/**/*", "examples/**/*", "target/**/*", "tests/**/*", "Cargo.lock"]
description = "designify your terminal with a large ansi colors palette 🎨"
homepage = "https://github.com/qurity"
readme = "README.md"
keywords = ["ansi", "color", "qute"]
categories = ["command-line-interface", "development-tools"]
license = "MIT"
repository = "https://github.com/qurity/qute"
[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
[lib]
doctest = false