xei-core 3.0.10

xei (晴) core library — headless editor engine shared by TUI and desktop frontends
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "xei-core"
version = "3.0.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "xei (晴) core library — headless editor engine shared by TUI and desktop frontends"
readme = false
keywords = [
    "editor",
    "vim",
    "core",
    "headless",
]
license = "MIT"
repository = "https://github.com/stremtec/xei"

[lib]
name = "xei_core"
path = "src/lib.rs"

[dependencies.image]
version = "0.25"
features = [
    "gif",
    "png",
    "jpeg",
    "webp",
    "bmp",
]
default-features = false

[dependencies.portable-pty]
version = "0.8"

[dependencies.ratatui]
version = "0.29"
features = ["underline-color"]

[dependencies.serde_json]
version = "1"

[dependencies.streaming-iterator]
version = "0.1"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-bash]
version = "0.23"

[dependencies.tree-sitter-c]
version = "0.23"

[dependencies.tree-sitter-go]
version = "0.23"

[dependencies.tree-sitter-javascript]
version = "0.23"

[dependencies.tree-sitter-json]
version = "0.24"

[dependencies.tree-sitter-python]
version = "0.23"

[dependencies.tree-sitter-rust]
version = "0.23"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.unicode-width]
version = "0.2"