lv-tui-code-highlight 0.3.0

Syntax highlighting for the lv-tui framework
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 = "lv-tui-code-highlight"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syntax highlighting for the lv-tui framework"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "syntax-highlight",
    "lv-tui",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/lv-agent/lv-tui"

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

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

[dependencies.lv-tui]
version = "0.3"

[dependencies.syntect]
version = "5"

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