prettyt 0.2.0

A lightweight, environment-aware ANSI terminal text styling library with automatic color capability detection.
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 = "2024"
name = "prettyt"
version = "0.2.0"
authors = ["Parneet Sidhu <parneetsingh022@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, environment-aware ANSI terminal text styling library with automatic color capability detection."
documentation = "https://docs.rs/prettyt"
readme = "README.md"
keywords = [
    "ansi",
    "terminal",
    "color",
    "styling",
    "cli",
]
categories = [
    "command-line-interface",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/parneetsingh022/prettyt"

[package.metadata.release]
tag-name = "v{{version}}"
tag-message = "Release {{version}}"
pre-release-commit-message = "chore: release version {{version}}"
sign-commit = false
sign-tag = false
push = false
publish = false

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = '## \[Unreleased\]'
replace = """
## [Unreleased]

## [{{version}}] - {{date}}"""

[lib]
name = "prettyt"
path = "src/lib.rs"

[[example]]
name = "colored_text"
path = "examples/colored_text.rs"

[[example]]
name = "macro_usage"
path = "examples/macro_usage.rs"

[[example]]
name = "text_attribute"
path = "examples/text_attribute.rs"

[dependencies]