[dependencies.type-sitter-lib]
version = "0.5.2"
[dependencies.type-sitter-proc]
optional = true
version = "0.5.2"
[dev-dependencies.streaming-iterator]
version = "0.1.9"
[dev-dependencies.tree-sitter-json]
version = "0.24.1"
[dev-dependencies.tree-sitter-rust]
version = "0.23.0"
[features]
default = ["proc"]
proc = ["dep:type-sitter-proc"]
yak-sitter = ["type-sitter-proc/yak-sitter", "type-sitter-lib/yak-sitter"]
[lib]
doctest = false
name = "type_sitter"
path = "src/lib.rs"
[package]
authors = ["Jakob Hain <jakobeha@fastmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "compilers"]
description = "generate typed wrappers for tree-sitter grammars from node-types.json and queries"
edition = "2021"
keywords = ["type-sitter", "tree-sitter"]
license = "MIT OR Apache-2.0"
name = "type-sitter"
readme = "README.md"
repository = "https://github.com/Jakobeha/type-sitter/"
version = "0.5.2"
[[test]]
name = "json"
path = "tests/json.rs"
[[test]]
name = "regressions"
path = "tests/regressions.rs"
[[test]]
name = "rust"
path = "tests/rust.rs"