[package]
edition = "2024"
name = "leaf-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Frontend-neutral core of leaf: a byte-offset caret/selection model over twig, plus an AST→glyph map, styled with a toolkit-agnostic Style."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/leaf"
[features]
default = ["fs"]
fs = []
[lib]
name = "leaf_core"
path = "src/lib.rs"
[[example]]
name = "bench"
path = "examples/bench.rs"
[dependencies.anyhow]
version = "1"
[dependencies.twig-doc]
version = "3.2"
[dependencies.unicode-segmentation]
version = "1.13.3"
[dependencies.unicode-width]
version = "0.2.0"