bezel-syntax 0.1.18

Tree-sitter syntax classification — a language registry, injections, and (byte range, kind) spans out. Grammars come from a provider
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 = "2024"
rust-version = "1.90"
name = "bezel-syntax"
version = "0.1.18"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter syntax classification — a language registry, injections, and (byte range, kind) spans out. Grammars come from a provider"
homepage = "https://github.com/crabtalk/bezel"
readme = "README.md"
keywords = [
    "gpui",
    "gui",
    "ui",
    "components",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/crabtalk/bezel"
resolver = "2"

[features]
wasm = ["tree-sitter/wasm"]

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

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

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

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

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

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

[dependencies.theme]
version = "0.1.18"
package = "bezel-theme"

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

[dependencies.tree-sitter-highlight]
version = "0.27"

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

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

[dev-dependencies.tree-sitter-html]
version = "0.23"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']