[build-dependencies.cc]
version = "1.0"
[dependencies.tree-sitter]
version = "~0.20.10"
[lib]
path = "bindings/rust/lib.rs"
[package]
autoexamples = false
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "smithy grammar for the tree-sitter parsing library"
edition = "2018"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "smithy"]
license = "MIT"
name = "tree-sitter-smithy"
repository = "https://github.com/tree-sitter/tree-sitter-smithy"
version = "0.0.1"