gity-git 0.1.1

Git operations library for gity
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 = "2021"
name = "gity-git"
version = "0.1.1"
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 = false
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"