[package]
edition = "2021"
name = "tree-sitter-preproc-code-split"
version = "0.20.3"
authors = [
"Calixte Denizet <cdenizet@mozilla.com>",
"Roman Fedorov <Roman.Fedorov@constructor.tech>",
]
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"src/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Preproc grammar for the tree-sitter parsing library"
readme = "bindings/rust/README.md"
keywords = [
"incremental",
"parsing",
"preproc",
]
categories = [
"parsing",
"text-editors",
]
license = "MIT"
repository = "https://github.com/ffedoroff/rust-code-analysis-code-split"
resolver = "3"
[lib]
name = "tree_sitter_preproc_code_split"
path = "bindings/rust/lib.rs"
[dependencies.tree-sitter-language]
version = "0.1.7"
[dev-dependencies.tree-sitter]
version = "=0.26.9"
[build-dependencies.cc]
version = "^1.2"