[dependencies.strip-ansi-escapes]
version = "0.2.1"
[dependencies.unicode-segmentation]
version = "1.12.0"
[lib]
name = "termwrap"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Wrap Unicode text with ANSI color codes"
edition = "2021"
keywords = ["wrap", "fold", "string", "unicode", "color"]
license = "MIT"
name = "termwrap"
readme = "README.md"
repository = "https://github.com/qtfkwk/termwrap"
version = "0.1.4"