rung-git 0.8.0

Git operations abstraction for Rung using git2-rs
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.88"
name = "rung-git"
version = "0.8.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations abstraction for Rung using git2-rs"
readme = "README.md"
keywords = [
    "git",
    "git2",
    "vcs",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/auswm85/rung"

[features]
default = []
vendored-openssl = [
    "git2/vendored-libgit2",
    "git2/vendored-openssl",
]

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

[dependencies.git2]
version = "0.19"

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

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

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

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

[lints.rust]
unsafe_code = "forbid"