vue_oxc_toolkit 0.13.0

DEPRECATED: Use vue-oxlint-toolkit instead
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.92.0"
name = "vue_oxc_toolkit"
version = "0.13.0"
authors = [
    "Liang Mi <https://github.com/liangmiQwQ>",
    "contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED: Use vue-oxlint-toolkit instead"
readme = "README.md"
keywords = [
    "Vue",
    "oxc",
    "oxlint",
]
categories = [
    "parsing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/liangmiQwQ/vue-oxlint-toolkit"

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

[dependencies.memchr]
version = "2.8.0"

[dependencies.oxc_allocator]
version = ">=0.127.0"

[dependencies.oxc_ast]
version = ">=0.127.0"

[dependencies.oxc_diagnostics]
version = ">=0.127.0"

[dependencies.oxc_parser]
version = ">=0.127.0"

[dependencies.oxc_span]
version = ">=0.127.0"

[dependencies.oxc_syntax]
version = ">=0.127.0"

[dependencies.regex]
version = "1.12.3"

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

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

[dev-dependencies.oxc_ast_visit]
version = ">=0.127.0"

[dev-dependencies.oxc_codegen]
version = ">=0.127.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