type-sitter-lib 0.10.0

library code for type-sitter generated / downstream code
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 = "type-sitter-lib"
version = "0.10.0"
authors = ["Jakob Hain <jakobeha@fastmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "library code for type-sitter generated / downstream code"
readme = "README.md"
keywords = [
    "type-sitter",
    "tree-sitter",
]
categories = [
    "parsing",
    "compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Jakobeha/type-sitter/"

[features]
yak-sitter = ["dep:yak-sitter"]

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

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

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

[dependencies.streaming-iterator]
version = "0.1"

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

[dependencies.yak-sitter]
version = "0"
optional = true

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

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