tree-sitter-htmlx 0.1.8

Tree-sitter grammar for HTMLX (expression-enhanced HTML)
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-htmlx"
version = "0.1.8"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter grammar for HTMLX (expression-enhanced HTML)"
readme = false
keywords = [
    "tree-sitter",
    "parser",
    "html",
    "htmlx",
    "svelte",
]
categories = [
    "parsing",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/themixednuts/tree-sitter-htmlx"

[lib]
name = "tree_sitter_htmlx"
path = "src/lib.rs"

[[test]]
name = "attributes"
path = "tests/attributes.rs"

[[test]]
name = "crash_repro"
path = "tests/crash_repro.rs"

[[test]]
name = "elements"
path = "tests/elements.rs"

[[test]]
name = "expressions"
path = "tests/expressions.rs"

[[test]]
name = "highlight"
path = "tests/highlight.rs"

[dependencies.tree-sitter]
version = "0.26"

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

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