2021-04-10 10:29:19 -04:00
|
|
|
[package]
|
2022-07-04 01:42:23 -04:00
|
|
|
name = "tree-sitter-cmake"
|
|
|
|
description = "cmake grammar for the tree-sitter parsing library"
|
2024-06-05 04:42:43 -04:00
|
|
|
version = "0.5.0"
|
2022-07-04 01:42:23 -04:00
|
|
|
keywords = ["incremental", "parsing", "cmake"]
|
2021-04-10 10:29:19 -04:00
|
|
|
categories = ["parsing", "text-editors"]
|
2022-07-08 01:09:00 -04:00
|
|
|
repository = "https://github.com/uyha/tree-sitter-cmake"
|
2021-04-10 10:29:19 -04:00
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
build = "bindings/rust/build.rs"
|
2024-06-05 04:42:21 -04:00
|
|
|
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
|
2021-04-10 10:29:19 -04:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "bindings/rust/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-10 11:14:41 -05:00
|
|
|
tree-sitter-language = "0.1"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-03-19 03:50:27 -04:00
|
|
|
tree-sitter = ">=0.22"
|
2021-04-10 10:29:19 -04:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0"
|