tree-sitter-elm 4.3.3

Rust bindings for the tree sitter elm language parser
Documentation
[package]
name = "tree-sitter-elm"
description = "Rust bindings for the tree sitter elm language parser"
authors = [
    "Harry Sarson <harry.sarson@hotmail.co.uk>",
    "Kolja Lampe <razzeee@gmail.com>"

]
homepage = "https://tree-sitter.github.io/tree-sitter/"
repository = "https://github.com/Razzeee/tree-sitter-elm"
keywords = ["elm", "tree", "sitter", "parsing", "incremental"]
categories = ["parser-implementations", "api-bindings", "text-editors", "parsing"]
edition = "2018"
license = "MIT"
build = "rust/build.rs"

# Keep in sync with package.json
version = "4.3.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tree-sitter = "0.17.1"

[build-dependencies]
cc = "1.0.61"


[lib]
path = "rust/lib.rs"    # The source file of the target.

[dev-dependencies]
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
toml = "0.5.7"