[package]
name = "weavatrix-parse"
version = "0.3.3"
edition = "2024"
rust-version = "1.88"
description = "Dependency-free source tokenizer and structural extractor for repository intelligence"
license = "MIT"
authors = ["Sergii Ziborov <sergii.ziborov@gmail.com>"]
homepage = "https://weavatrix.com"
repository = "https://github.com/sergii-ziborov/weavatrix-parse"
documentation = "https://docs.rs/weavatrix-parse"
readme = "README.md"
keywords = ["parser", "tokenizer", "javascript", "typescript", "static-analysis"]
categories = ["parser-implementations", "development-tools"]
exclude = ["tools/**"]
[[bench]]
name = "tokenize"
harness = false
[dependencies]
[lints.rust]
unsafe_code = "forbid"
[lints.clippy]
all = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }