tree-sitter-elixir 0.3.5

Elixir grammar for the tree-sitter parsing library
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 = "2018"
name = "tree-sitter-elixir"
version = "0.3.5"
build = "bindings/rust/build.rs"
include = [
    "LICENSE",
    "bindings/rust/*",
    "grammar.js",
    "queries/*",
    "src/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elixir grammar for the tree-sitter parsing library"
readme = "README.md"
keywords = [
    "incremental",
    "parsing",
    "elixir",
]
categories = [
    "parsing",
    "text-editors",
]
license = "Apache-2.0"
repository = "https://github.com/elixir-lang/tree-sitter-elixir"

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

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

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

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