weavatrix-parse 0.1.0

Dependency-free source tokenizer and structural extractor for repository intelligence
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 = "2024"
rust-version = "1.88"
name = "weavatrix-parse"
version = "0.1.0"
authors = ["Sergii Ziborov <sergii.ziborov@gmail.com>"]
build = false
exclude = ["tools/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free source tokenizer and structural extractor for repository intelligence"
homepage = "https://weavatrix.com"
documentation = "https://docs.rs/weavatrix-parse"
readme = "README.md"
keywords = [
    "parser",
    "tokenizer",
    "javascript",
    "typescript",
    "static-analysis",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sergii-ziborov/weavatrix-parse"

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

[[bench]]
name = "tokenize"
path = "benches/tokenize.rs"
harness = false

[dependencies]

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

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

[lints.rust]
unsafe_code = "forbid"