leaf-core 0.1.4

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.4"
dependencies = [
 "anyhow",
 "twig-doc",
 "unicode-segmentation",
 "unicode-width",
]

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

[[package]]
name = "twig-sys"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4feb15e47e16e6529e24b7b37b0a37d134054fab41d03247705ace6ecdc48df"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c2a5cf04ebd8c0e7fa9fd7f943585a89818c5aee58d490d479b68f4004e41a8"

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

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

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

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

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