[package]
name = "tuika-codeformatters"
version = "0.4.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
description = "Tree-sitter syntax highlighting for tuika's CodeBlock and Markdown components — a ready-made Highlighter implementation."
homepage.workspace = true
repository.workspace = true
readme = "README.md"
keywords = ["tui", "syntax-highlighting", "tree-sitter", "ratatui", "markdown"]
categories = ["command-line-interface", "text-processing"]
exclude = ["docs/*.gif"]
[lib]
bench = false
[dependencies]
tuika = { version = "0.8.0", path = "../.." }
ratatui = "0.30.2"
tree-sitter = "0.26"
tree-sitter-highlight = "0.26"
tree-sitter-c-sharp = "0.23"
tree-sitter-css = "0.25"
tree-sitter-go = "0.25"
tree-sitter-html = "0.23"
tree-sitter-java = "0.23"
tree-sitter-php = "0.24"
tree-sitter-python = "0.25"
tree-sitter-ruby = "0.23"
tree-sitter-rust = "0.24"
tree-sitter-scala = "0.26"
tree-sitter-sequel = "0.3"
tree-sitter-typescript = "0.23"
tree-sitter-zig = "1"
[dev-dependencies]
crossterm = "0.29"
criterion = { version = "0.8", default-features = false, features = [
"cargo_bench_support",
] }
iai-callgrind = "0.16.1"
[[bench]]
name = "highlight"
harness = false
[[bench]]
name = "highlight_iai"
harness = false