weavatrix-parse 0.3.3

Dependency-free source tokenizer and structural extractor for repository intelligence
Documentation
[package]
name = "weavatrix-parse"
version = "0.3.3"
edition = "2024"
# Let-chains, which the tokenizer and extractors use, are stable from 1.88 on
# edition 2024 - not from 1.85, where the edition itself landed.
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 }