code-baseline 1.6.0

Enforce architectural decisions AI coding tools keep ignoring
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 = "2021"
name = "code-baseline"
version = "1.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enforce architectural decisions AI coding tools keep ignoring"
readme = "README.md"
keywords = [
    "linter",
    "tailwind",
    "react",
    "code-quality",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/stewartjarod/baseline"

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

[[bin]]
name = "baseline"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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

[dependencies.tree-sitter-javascript]
version = "0.23"

[dependencies.tree-sitter-typescript]
version = "0.23"

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