[package]
edition = "2021"
name = "gity-git"
version = "0.1.2"
authors = [
"Dipankar Sarkar <me@dipankar.name>",
"Neul Labs <https://neul.uk>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations library for gity"
homepage = "https://github.com/neul-labs/gity"
documentation = "https://docs.rs/gity-git"
readme = "README.md"
keywords = [
"git",
"libgit2",
"git-library",
"version-control",
"git-operations",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/neul-labs/gity"
[lib]
name = "gity_git"
path = "src/lib.rs"
[dependencies.git2]
version = "0.19"
features = ["vendored-libgit2"]
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.12"