bito-lint 0.1.5

Quality gate tooling for building-in-the-open artifacts
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.88.0"
name = "bito-lint"
version = "0.1.5"
build = false
exclude = [
    "/.repo.yml",
    "/.claude/",
    "/.github/",
    "/AGENTS.md",
    "/.justfile",
    "/.markdownlint.yaml",
    "/docs/",
    "/deny.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quality gate tooling for building-in-the-open artifacts"
homepage = "https://github.com/claylo/bito-lint"
readme = "README.md"
license = "MIT"
repository = "https://github.com/claylo/bito-lint"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }.tar.gz"
bin-dir = "bin/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }.zip"
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }.zip"
pkg-fmt = "zip"

[features]
default = ["mcp"]
mcp = [
    "dep:tokio",
    "dep:rmcp",
    "dep:schemars",
]

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

[[bin]]
name = "bito-lint"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bito-lint-core]
version = "0.1"
features = ["clap"]

[dependencies.camino]
version = "1.2"
features = ["serde1"]

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

[dependencies.directories]
version = "6.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.owo-colors]
version = "4.2"
features = ["supports-colors"]

[dependencies.rmcp]
version = "0.15"
features = [
    "server",
    "transport-io",
    "macros",
]
optional = true

[dependencies.schemars]
version = "1.2"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49"
features = [
    "rt-multi-thread",
    "macros",
]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.predicates]
version = "3.1"

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

[lints.clippy]
all = "warn"
nursery = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"