worktree_setup_git 0.3.0

Git operations for worktree-setup
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 = "worktree_setup_git"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations for worktree-setup"
readme = "README.md"
keywords = [
    "git",
    "worktree",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/worktree-setup"
resolver = "2"

[features]
default = []
fail-on-warnings = []

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

[dependencies.git2]
version = "0.20.3"
default-features = false

[dependencies.log]
version = "0.4.27"
default-features = false

[dependencies.thiserror]
version = "2.0.17"
default-features = false

[dev-dependencies.tempfile]
version = "3.19.1"
default-features = false