plotnik-lib 0.1.0

Typed query language for tree-sitter AST
Documentation
[dependencies.annotate-snippets]
version = "0.12.9"

[dependencies.indexmap]
version = "2"

[dependencies.logos]
version = "0.16.0"

[dependencies.plotnik-langs]
optional = true
version = "0.1"

[dependencies.rowan]
version = "0.16.1"

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

[dependencies.thiserror]
version = "2.0.17"

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

[dev-dependencies.indoc]
version = "=2.0.7"

[dev-dependencies.insta]
features = ["yaml"]
version = "=1.44.3"

[dev-dependencies.serde_json]
version = "=1.0.145"

[features]
default = ["plotnik-langs"]
unstable-child-type-validation = []

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "development-tools"]
description = "Typed query language for tree-sitter AST"
documentation = "https://docs.rs/plotnik-lib"
edition = "2024"
keywords = ["tree-sitter", "query", "ast", "parser"]
license = "Apache-2.0"
name = "plotnik-lib"
readme = "README.md"
repository = "https://github.com/plotnik-lang/plotnik"
resolver = "2"
version = "0.1.0"