tree-sitter-cfml 0.26.34

cfml grammar for tree-sitter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tree-sitter-cfml"
version = "0.26.34"
authors = [
    "Gareth Edwards <ghedwards@gmail.com>",
    "Gavin Baumanis <gavinbaumanis@gmail.com>",
]
build = "bindings/rust/build.rs"
include = [
    "common",
    "bindings/rust",
    "cfml/grammar.js",
    "cfml/src",
    "cfscript/grammar.js",
    "cfscript/src",
    "cfquery/grammar.js",
    "cfquery/src",
    "queries",
    "tree-sitter.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cfml grammar for tree-sitter"
readme = "README.md"
keywords = [
    "tree-sitter",
    "cfml",
    "cfc",
    "cfs",
]
categories = [
    "parsing",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/cfmleditor/tree-sitter-cfml"

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

[dependencies.tree-sitter-language]
version = "0.1"

[dev-dependencies.tree-sitter]
version = "0.25"

[build-dependencies.cc]
version = "1.1"