tui-syntax 0.6.0

Tree-sitter based syntax highlighting for TUI applications
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 = "2021"
rust-version = "1.86"
name = "tui-syntax"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter based syntax highlighting for TUI applications"
readme = false
keywords = [
    "syntax",
    "highlighting",
    "tree-sitter",
    "tui",
    "ratatui",
]
categories = [
    "text-processing",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/fcoury/tsql"

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

[dependencies.ratatui]
version = "0.29"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

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

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

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

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

[dependencies.tree-sitter-sequel]
version = "0.3"

[dev-dependencies]