egui_sgr 0.1.6

A Rust library that converts ASCII/ANSI escape sequence color models into colored text in egui
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 = "egui_sgr"
version = "0.1.6"
authors = ["Anlang <2682525840@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library that converts ASCII/ANSI escape sequence color models into colored text in egui"
homepage = "https://github.com/AnlangA/egui-sgr"
documentation = "https://docs.rs/egui_sgr"
readme = "README.md"
keywords = [
    "egui",
    "ansi",
    "color",
    "terminal",
    "parsing",
]
categories = [
    "gui",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/AnlangA/egui-sgr"

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

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

[dependencies.egui]
version = "0.33.2"

[dependencies.regex]
version = "1.12.2"

[dev-dependencies.eframe]
version = "0.33.2"