sprawl-guard 0.1.0

Repository sprawl checker CLI.
# 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 = "sprawl-guard"
version = "0.1.0"
build = false
exclude = ["BUILD.bazel"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repository sprawl checker CLI."
homepage = "https://github.com/kpozin/sprawl-guard"
documentation = "https://docs.rs/sprawl-guard"
readme = "README.md"
keywords = [
    "lint",
    "repository",
    "architecture",
    "ratchet",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kpozin/sprawl-guard"

[[bin]]
name = "sprawl-guard"
path = "src/main.rs"

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

[dependencies.askama]
version = "=0.12.1"

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

[dependencies.indoc]
version = "=2.0.7"

[dependencies.serde]
version = "=1.0.228"

[dependencies.serde_json]
version = "=1.0.150"

[dependencies.sprawl-guard-lib]
version = "=0.1.0"

[dependencies.thiserror]
version = "=2.0.18"

[dependencies.toml]
version = "=0.9.12"

[dev-dependencies.assert_fs]
version = "=1.1.4"