You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
792 B

[package]
name = "tree-sitter-cpp"
description = "C++ grammar for tree-sitter"
version = "0.23.4"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com>",
]
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "cpp"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-cpp"
edition = "2021"
autoexamples = false
build = "bindings/rust/build.rs"
include = [
"LICENSE",
"bindings/rust/*",
"./grammar.js",
"queries/*",
"src/*",
"tree-sitter.json",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter-language = "0.1"
tree-sitter = { version = "0.26", optional = true }
[build-dependencies]
cc = "1.2"
[dev-dependencies]
tree-sitter = "0.26.5"