tree-sitter-loader 0.25.3

Locates, builds, and loads tree-sitter grammars at runtime
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.cc]
version = "1.2.10"

[dependencies.etcetera]
version = "0.8.0"

[dependencies.fs4]
version = "0.12.0"

[dependencies.indoc]
version = "2.0.5"

[dependencies.libloading]
version = "0.8.6"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.path-slash]
version = "0.2.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.semver]
features = ["serde"]
version = "1.0.25"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.137"

[dependencies.tempfile]
version = "3.15.0"

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

[dependencies.tree-sitter-highlight]
optional = true
version = "0.25.1"

[dependencies.tree-sitter-tags]
optional = true
version = "0.25.1"

[dependencies.url]
features = ["serde"]
version = "2.5.4"

[features]
default = ["tree-sitter-highlight", "tree-sitter-tags"]
wasm = ["tree-sitter/wasm"]

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

[lints.clippy]
branches_sharing_code = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
checked_conversions = "allow"
cognitive_complexity = "allow"
collection_is_never_read = "allow"
dbg_macro = "deny"
fallible_impl_from = "allow"
fn_params_excessive_bools = "allow"
if_not_else = "allow"
inline_always = "allow"
items_after_statements = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
option_if_let_else = "allow"
or_fun_call = "allow"
range_plus_one = "allow"
redundant_clone = "allow"
redundant_closure_for_method_calls = "allow"
ref_option = "allow"
similar_names = "allow"
string_lit_as_bytes = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
todo = "deny"
too_many_lines = "allow"
transmute_undefined_repr = "allow"
unnecessary_wraps = "allow"
unused_self = "allow"
used_underscore_items = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>", "Amaan Qureshi <amaanq12@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "parsing"]
description = "Locates, builds, and loads tree-sitter grammars at runtime"
edition = "2021"
homepage = "https://tree-sitter.github.io/tree-sitter"
keywords = ["incremental", "parsing"]
license = "MIT"
name = "tree-sitter-loader"
readme = "README.md"
repository = "https://github.com/tree-sitter/tree-sitter"
rust-version = "1.82"
version = "0.25.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]