changeset-git 0.0.4

Git operations for cargo-changeset
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"
rust-version = "1.85.0"
name = "changeset-git"
version = "0.0.4"
authors = ["Lukas Wagner <appdev.lukaswagner@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations for cargo-changeset"
homepage = "https://github.com/lukidoescode/cargo-changeset"
readme = "README.md"
keywords = [
    "cargo",
    "changeset",
    "git",
    "release",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/lukidoescode/cargo-changeset"
resolver = "2"

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

[dependencies.dunce]
version = "1.0.5"

[dependencies.git2]
version = "0.20"

[dependencies.gset]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.18"

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

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

[lints.clippy]
needless_pass_by_value = "allow"
struct_excessive_bools = "allow"
type_complexity = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1