tree-sitter-mozcpp-code-split 0.20.4

Mozcpp grammar for the tree-sitter parsing library
Documentation
[package]
name = "tree-sitter-mozcpp-code-split"
description = "Mozcpp grammar for the tree-sitter parsing library"
version = "0.20.4"
authors = ["Calixte Denizet <cdenizet@mozilla.com>", "Roman Fedorov <Roman.Fedorov@constructor.tech>"]
license = "MIT"
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "mozcpp"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/ffedoroff/rust-code-analysis-code-split"
edition = "2021"

build = "bindings/rust/build.rs"
include = [
  "bindings/rust/*",
  "grammar.js",
  "src/*",
]

[lib]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter-language="0.1.7"

[build-dependencies]
cc = "^1.2"
# This dependency is not used at all for this crate, but it is here so that
# dependabot can send notifications when there are updates for this grammar
tree-sitter-cpp = "0.23.4"

[package.metadata.cargo-udeps.ignore]
build = ["tree-sitter-cpp"]

[dev-dependencies]
tree-sitter = "=0.26.9"