syntastica 0.3.0

Modern and easy syntax highlighting using tree-sitter
Documentation
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.syntastica-core]
version = "0.3.0"

[dependencies.syntastica-highlight]
version = "0.3.0"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tree-sitter]
version = "0.20.10"
[dev-dependencies.once_cell]
version = "1.17.1"

[dev-dependencies.syntastica-macros]
version = "0.3.0"

[dev-dependencies.syntastica-parsers]
features = ["all"]
version = "0.3.0"

[dev-dependencies.syntastica-parsers-git]
features = ["all"]
version = "0.3.0"

[dev-dependencies.syntastica-queries]
version = "0.3.0"

[dev-dependencies.syntastica-themes]
version = "0.3.0"

[dev-dependencies.toml]
version = "0.7.4"

[dev-dependencies.tree-sitter]
version = "0.20.10"

[features]
default = []
serde = ["syntastica-core/serde"]

[package]
authors = ["RubixDev <silas.groh@t-online.de>"]
description = "Modern and easy syntax highlighting using tree-sitter"
edition = "2021"
keywords = ["tree-sitter", "syntect", "highlight", "parsing", "syntax"]
license = "GPL-3.0-only"
name = "syntastica"
readme = "README.md"
repository = "https://github.com/RubixDev/syntastica"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true