normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
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"
name = "normalize-syntax-rules"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syntax-based linting rules with tree-sitter queries"
readme = false
license = "MIT"
repository = "https://github.com/rhi-zone/normalize"
resolver = "2"

[features]
cli = [
    "dep:server-less",
    "fix",
]
default = ["fix"]
fix = []

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

[[bin]]
name = "normalize-syntax-rules"
path = "src/main.rs"
required-features = ["cli"]

[[test]]
name = "rule_fixtures"
path = "tests/rule_fixtures.rs"

[dependencies.ast-grep-core]
version = "0.40.5"

[dependencies.dirs]
version = "5"

[dependencies.gix]
version = "0.81"
features = [
    "sha1",
    "revision",
    "blob-diff",
    "index",
    "blame",
    "status",
]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.libsql]
version = "0.9"

[dependencies.normalize-core]
version = "0.3.2"

[dependencies.normalize-languages]
version = "0.3.2"

[dependencies.normalize-output]
version = "0.3.2"

[dependencies.normalize-rules-config]
version = "0.3.2"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.server-less]
version = "0.4.9"
features = [
    "cli",
    "jsonschema",
    "config",
]
optional = true
default-features = false

[dependencies.streaming-iterator]
version = "0.1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.26"

[dev-dependencies.tempfile]
version = "3"