ziyy 2.0.3

Terminal Styling using HTML-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 = "ziyy"
version = "2.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal Styling using HTML-like syntax."
readme = "README.md"
keywords = [
    "terminal",
    "ansi",
    "style",
    "html",
    "cli",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ziyy-dev/ziyy-rs.git"

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

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

[dependencies.terminal_size]
version = "0.4.2"

[dependencies.ziyy-core]
version = "0.1.2"
features = [
    "unstable",
    "parallel",
]