tss 0.2.2

Generated node type enums and metadata from tree-sitter languages
Documentation
[dependencies.tss-rust]
features = ["meta_full"]
optional = true
version = "0.2.2"

[features]
default = []
lang-all = ["lang-rust"]
lang-all-full = ["lang-rust-full"]
lang-rust = ["dep:tss-rust"]
lang-rust-full = ["lang-rust", "tss-rust/full"]

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

[lints.clippy]
all = "deny"
cargo = "deny"
pedantic = "deny"

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

[package]
authors = ["Louis Maddox <louismmx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parser-implementations"]
description = "Generated node type enums and metadata from tree-sitter languages"
documentation = "https://docs.rs/tss/"
edition = "2021"
homepage = "https://github.com/lmmx/tree-sitter-symbols"
keywords = ["ast", "codegen", "parser", "tree-sitter"]
license = "MIT"
name = "tss"
readme = "README.md"
repository = "https://github.com/lmmx/tss"
version = "0.2.2"

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

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