libgitmgr 0.1.6

Provides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem.
Documentation
[dependencies.git2]
default_features = false
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.remain]
version = "0.2"

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

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.anyhow]
features = ["backtrace"]
version = "1.0"

[dev-dependencies.env_logger]
default_features = false
features = ["humantime"]
version = "0.11"

[dev-dependencies.pretty_assertions]
version = "1.4"

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

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

[package]
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "Provides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem."
edition = "2021"
homepage = "https://trinhminhtriet.com"
keywords = ["git"]
license = "MIT"
name = "libgitmgr"
readme = "README.md"
repository = "https://github.com/trinhminhtriet/gitmgr"
version = "0.1.6"