farben 0.4.0

A zero-dependency terminal coloring library using markup-like syntax.
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 = "farben"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-dependency terminal coloring library using markup-like syntax."
homepage = "https://razkar-studio.github.io/farben"
documentation = "https://docs.rs/farben"
readme = "README.md"
keywords = [
    "terminal",
    "color",
    "ansi",
    "markup",
    "cli",
]
categories = ["command-line-interface"]
license-file = "LICENSE.md"
repository = "https://github.com/razkar-studio/farben"

[features]
compile = ["farben-macros"]

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

[[bin]]
name = "farben"
path = "src/main.rs"

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

[dependencies.farben-core]
version = "0.3"

[dependencies.farben-macros]
version = "0.2"
optional = true