[[bench]]
harness = false
name = "performance_bench"
path = "benches/performance_bench.rs"
[dependencies.crossterm]
version = "0.29"
[dependencies.palette]
version = "0.7.6"
[dependencies.strip-ansi-escapes]
version = "0.2.1"
[dependencies.unicode-width]
version = "0.2.1"
[dev-dependencies.criterion]
version = "0.7"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[[example]]
name = "gradient_demo"
path = "examples/gradient_demo.rs"
[lib]
name = "lipgloss"
path = "src/lib.rs"
[package]
authors = ["whit3rabbit <whiterabbit@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "text-processing"]
description = "Style definitions for nice terminal layouts. The core of the lipgloss-rs library."
edition = "2021"
homepage = "https://github.com/whit3rabbit/lipgloss-rs"
keywords = ["tui", "cli", "terminal", "style", "layout"]
license = "MIT"
name = "lipgloss"
readme = false
repository = "https://github.com/whit3rabbit/lipgloss-rs"
version = "0.0.7"
[[test]]
name = "align_helpers"
path = "tests/align_helpers.rs"
[[test]]
name = "blending_parity_tests"
path = "tests/blending_parity_tests.rs"
[[test]]
name = "border_snapshots"
path = "tests/border_snapshots.rs"
[[test]]
name = "border_style"
path = "tests/border_style.rs"
[[test]]
name = "color_profile_numeric"
path = "tests/color_profile_numeric.rs"
[[test]]
name = "debug_color_conversion"
path = "tests/debug_color_conversion.rs"
[[test]]
name = "join_parity"
path = "tests/join_parity.rs"
[[test]]
name = "position_tests"
path = "tests/position_tests.rs"
[[test]]
name = "ranges_parity"
path = "tests/ranges_parity.rs"
[[test]]
name = "renderer_concurrency"
path = "tests/renderer_concurrency.rs"
[[test]]
name = "renderer_detection"
path = "tests/renderer_detection.rs"
[[test]]
name = "security_tests"
path = "tests/security_tests.rs"
[[test]]
name = "style_core"
path = "tests/style_core.rs"
[[test]]
name = "style_parity_go"
path = "tests/style_parity_go.rs"
[[test]]
name = "style_rendering_extended"
path = "tests/style_rendering_extended.rs"
[[test]]
name = "styled_layout_snapshots"
path = "tests/styled_layout_snapshots.rs"