standout-render 3.6.0

Styled terminal rendering with templates, themes, and adaptive color support
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 = "standout-render"
version = "3.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Styled terminal rendering with templates, themes, and adaptive color support"
readme = "README.md"
keywords = [
    "cli",
    "terminal",
    "colors",
    "template",
    "styling",
]
categories = [
    "command-line-interface",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/arthur-debert/standout"

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

[dependencies.console]
version = "0.15"

[dependencies.cssparser]
version = "0.31"

[dependencies.csv]
version = "1.3"

[dependencies.dark-light]
version = "0.2"

[dependencies.deunicode]
version = "1.6.2"

[dependencies.minijinja]
version = "2"
features = ["loader"]

[dependencies.once_cell]
version = "1.19"

[dependencies.quick-xml]
version = "0.36"
features = ["serialize"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.standout-bbparser]
version = "3.6.0"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3.24.0"