leaf-core 0.1.14

Frontend-neutral core of leaf: a byte-offset caret/selection model over twig, plus an AST→glyph map, styled with a toolkit-agnostic Style.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anyhow"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"

[[package]]
name = "leaf-core"
version = "0.1.14"
dependencies = [
 "anyhow",
 "twig-doc",
 "unicode-segmentation",
 "unicode-width",
]

[[package]]
name = "twig-doc"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c48ca178a864d2063f60f058e68ef396e7d465cbb0eb15b2e856f7f1847c5e2"
dependencies = [
 "twig-sys",
]

[[package]]
name = "twig-sys"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4375724d9b9e7b69a5935ab74536129a7a9d650988618b1a01c87d81c5c73d49"
dependencies = [
 "twig-sys-linux-arm64-gnu",
 "twig-sys-linux-x64-gnu",
 "twig-sys-macos-arm64",
 "twig-sys-wasm32",
 "twig-sys-windows-x64-msvc",
]

[[package]]
name = "twig-sys-linux-arm64-gnu"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fbbe27a12e5d1d6ec27b4d753d048e86240fad732a90d52fcc699860b425185"

[[package]]
name = "twig-sys-linux-x64-gnu"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adaff781d299a84a8682e638220572cd6161ea688813395cc73232d103b730e5"

[[package]]
name = "twig-sys-macos-arm64"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08ce922a895d3cccbdb4cfd0c4932f4d9d6bbe1986375dc9002d1b0e5600ba53"

[[package]]
name = "twig-sys-wasm32"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b101f2ffe8617103e448fbb3451106e8ceb643882784d81666e243df972163c"

[[package]]
name = "twig-sys-windows-x64-msvc"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "980555735ca52784ac02fd7e4b97f3d247935b7c61eb7f22b2b04ff5c857ea00"

[[package]]
name = "unicode-segmentation"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"

[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"