lspkit-treesitter 0.0.1

LanguageParser trait + content-hash-keyed parse cache. Bundles no grammars.
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"
rust-version = "1.80"
name = "lspkit-treesitter"
version = "0.0.1"
build = false
include = [
    "src/**/*",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LanguageParser trait + content-hash-keyed parse cache. Bundles no grammars."
documentation = "https://docs.rs/lspkit-treesitter"
readme = "README.md"
keywords = [
    "lsp",
    "mcp",
    "language-server",
    "tree-sitter",
    "json-rpc",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Nimblesite/lspkit"

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

[dependencies.dashmap]
version = "6"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tree-sitter-rust]
version = "0.24"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

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

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"