apo 0.1.0

APO — Engineering Evidence Platform. Repository Hygiene analyzer.
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.85"
name = "apo"
version = "0.1.0"
build = false
exclude = [
    "/baoulo/",
    "/.tool-versions",
    "/*-repository-hygiene.md",
    "/*-repository-hygiene.json",
    "/*-repository-hygiene-prompt.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "APO — Engineering Evidence Platform. Repository Hygiene analyzer."
homepage = "https://github.com/thanos/apo"
documentation = "https://docs.rs/apo"
readme = "README.md"
keywords = [
    "engineering",
    "hygiene",
    "repository",
    "evidence",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/thanos/apo"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
    "serde",
]
default-features = false

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

[dependencies.gix]
version = "0.85"
features = [
    "revision",
    "sha1",
]
default-features = false

[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.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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

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