[package]
edition = "2021"
rust-version = "1.82"
name = "neco-wrap"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Word wrap engine with pluggable line-breaking and character-width policies"
documentation = "https://docs.rs/neco-wrap"
readme = "README.md"
keywords = [
"wrap",
"word-wrap",
"line-break",
"editor",
"text",
]
categories = [
"text-processing",
"algorithms",
]
license = "MIT"
repository = "https://github.com/barineco/neco-editor"
[lib]
name = "neco_wrap"
path = "src/lib.rs"