render-ansi 0.3.0

ANSI/VT rendering adapter for highlight-spans and theme-engine output
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 = "render-ansi"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ANSI/VT rendering adapter for highlight-spans and theme-engine output"
readme = "README.md"
license = "MIT"

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

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

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

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

[dependencies.highlight-spans]
version = "0.3.0"

[dependencies.theme-engine]
version = "0.3.0"

[dependencies.thiserror]
version = "1"

[dependencies.unicode-segmentation]
version = "1.12"

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