git-conform 0.2.1

Keep track of your local git repositories
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"
name = "git-conform"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keep track of your local git repositories"
readme = "README.md"
keywords = [
    "git",
    "tracker",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "visualization",
]
license = "MIT"
repository = "https://github.com/ndr3www/git-conform"

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

[[bin]]
name = "git-conform"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.colored]
version = "3"

[dependencies.home]
version = "0.5.12"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.tokio]
version = "1.51.0"
features = ["full"]

[dependencies.wait-timeout]
version = "0.2.1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.serial_test]
version = "3.4.0"

[lints.clippy]
complexity = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"