vue_oxc_toolkit 0.2.0

A parser to generate semantically correct AST from Vue SFCs for code linting purposes.
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.91.1"
name = "vue_oxc_toolkit"
version = "0.2.0"
authors = [
    "Liang Mi <https://github.com/liangmiQwQ>",
    "contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser to generate semantically correct AST from Vue SFCs for code linting purposes."
readme = "README.md"
keywords = [
    "Vue",
    "oxc",
]
categories = [
    "parsing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/liangmiQwQ/vue-oxc-toolkit"

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

[dependencies.oxc_allocator]
version = "0.110.0"

[dependencies.oxc_ast]
version = "0.110.0"

[dependencies.oxc_diagnostics]
version = "0.110.0"

[dependencies.oxc_parser]
version = "0.110.0"

[dependencies.oxc_span]
version = "0.110.0"

[dependencies.oxc_syntax]
version = "0.110.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.vue-compiler-core]
version = "0.1.0"

[dev-dependencies.insta]
version = "1.46.0"

[dev-dependencies.oxc_ast_visit]
version = "0.110.0"

[dev-dependencies.oxc_codegen]
version = "0.110.0"

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

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 0

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

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

[lints.clippy.too_many_lines]
level = "allow"
priority = 0