[package]
edition = "2021"
rust-version = "1.82"
name = "neco-textview"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text position primitives: line/column ↔ byte offset, UTF-16 mapping, selection/caret model"
documentation = "https://docs.rs/neco-textview"
readme = "README.md"
keywords = [
"text",
"position",
"line",
"offset",
"editor",
]
categories = [
"text-processing",
"algorithms",
]
license = "MIT"
repository = "https://github.com/barineco/neco-editor"
[lib]
name = "neco_textview"
path = "src/lib.rs"