hj-git 0.1.2

Git and repo discovery utilities for hj handoff workflows
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 = "hj-git"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git and repo discovery utilities for hj handoff workflows"
homepage = "https://github.com/89jobrien/hj"
documentation = "https://docs.rs/hj-git"
readme = "README.md"
keywords = [
    "git",
    "handoff",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/89jobrien/hj"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.hj-core]
version = "0.1.2"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"

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