bezel-syntax-std 0.1.22

The tree-sitter grammars bezel links in — one provider for bezel-syntax's language registry
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-std"
version = "0.1.22"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The tree-sitter grammars bezel links in — one provider for bezel-syntax's language registry"
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]
bash = ["dep:tree-sitter-bash"]
default = [
    "rust",
    "python",
    "typescript",
    "json",
    "go",
    "bash",
    "toml",
]
go = ["dep:tree-sitter-go"]
json = ["dep:tree-sitter-json"]
python = ["dep:tree-sitter-python"]
rust = ["dep:tree-sitter-rust"]
toml = ["dep:tree-sitter-toml-ng"]
typescript = ["dep:tree-sitter-typescript"]

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

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

[dependencies.syntax]
version = "0.1.22"
package = "bezel-syntax"

[dependencies.tree-sitter-bash]
version = "0.25"
optional = true

[dependencies.tree-sitter-go]
version = "0.25"
optional = true

[dependencies.tree-sitter-json]
version = "0.24"
optional = true

[dependencies.tree-sitter-python]
version = "0.25"
optional = true

[dependencies.tree-sitter-rust]
version = "0.24.2"
optional = true

[dependencies.tree-sitter-toml-ng]
version = "0.7"
optional = true

[dependencies.tree-sitter-typescript]
version = "0.23"
optional = true

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