hjkl-syntax 0.27.0

Renderer-agnostic syntax-highlighting pipeline for the hjkl editor stack: SyntaxWorker background thread, RenderCache, viewport-scoped highlight passes.
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"
rust-version = "1.95"
name = "hjkl-syntax"
version = "0.27.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-agnostic syntax-highlighting pipeline for the hjkl editor stack: SyntaxWorker background thread, RenderCache, viewport-scoped highlight passes."
homepage = "https://hjkl.kryptic.sh"
readme = "README.md"
keywords = [
    "syntax",
    "tree-sitter",
    "editor",
    "highlight",
]
categories = [
    "text-editors",
    "parsing",
]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.hjkl-bonsai]
version = "0.27"

[dependencies.hjkl-buffer]
version = "0.27"

[dependencies.hjkl-engine]
version = "0.27"
default-features = false

[dependencies.hjkl-lang]
version = "0.27"

[dependencies.hjkl-theme]
version = "0.27"

[dependencies.tracing]
version = "0.1"