leaf-core 0.1.1

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.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"

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

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

[[package]]
name = "twig-sys"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff58b2e3377c691f6198551c2e4c43e670aaf4be9198ef43caabe22ea144a02"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab23b12ee296eb82138b3fd831fe7e1b90888c7443824f04b067e2f2879b6cd"

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

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

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

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

[[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"