checkleft 0.1.0-alpha.5

Experimental repository convention checker; API and behavior may change without notice
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.93.1"
name = "checkleft"
version = "0.1.0-alpha.5"
build = false
include = [
    "src/**",
    "examples/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental repository convention checker; API and behavior may change without notice"
homepage = "https://github.com/spinyfin/mono"
documentation = "https://docs.rs/checkleft"
readme = "README.md"
keywords = [
    "cli",
    "lint",
    "repository",
    "checks",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/spinyfin/mono"
resolver = "2"

[features]
benchmarking = []

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

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

[[example]]
name = "config_resolution_bench"
path = "examples/config_resolution_bench.rs"
required-features = ["benchmarking"]

[dependencies.anyhow]
version = "1.0.97"

[dependencies.async-trait]
version = "0.1.86"

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

[dependencies.globset]
version = "0.4.18"

[dependencies.hashbrown]
version = "0.15.5"
features = [
    "default-hasher",
    "serde",
]

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.13.2"
features = ["rustls-no-provider"]
default-features = false

[dependencies.rustls]
version = "0.23.37"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tokio]
version = "1.45.0"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dependencies.toml]
version = "1.0.7"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "fmt",
    "std",
]
default-features = false

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

[dependencies.tree-sitter-java]
version = "0.23.5"

[dependencies.tree-sitter-starlark]
version = "1.3.0"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.wasmtime]
version = "42.0.1"
features = [
    "anyhow",
    "component-model",
    "cranelift",
    "runtime",
    "std",
]
default-features = false

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

[dev-dependencies.wat]
version = "1.240.0"

[dev-dependencies.wiremock]
version = "0.5.22"