[package]
edition = "2021"
rust-version = "1.82"
name = "neco-textpatch"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic text patch helpers for narrow structured edits"
documentation = "https://docs.rs/neco-textpatch"
readme = "README.md"
keywords = [
"text",
"patch",
"edit",
"config",
"rewrite",
]
categories = [
"text-processing",
"algorithms",
]
license = "MIT"
repository = "https://github.com/barineco/neco-editor"
[lib]
name = "neco_textpatch"
path = "src/lib.rs"