[dependencies.anyhow]
version = "1.0.97"
[dependencies.git2]
features = ["ssh", "vendored-libgit2"]
version = "0.20.0"
[dependencies.openssl]
features = ["vendored"]
version = "0.10.71"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["macros", "rt", "sync", "rt-multi-thread"]
version = "1.43.0"
[dev-dependencies.temp-dir]
version = "0.1.14"
[[example]]
name = "sync_repos"
path = "examples/sync_repos.rs"
[lib]
name = "maestro_git"
path = "src/lib.rs"
[package]
authors = ["Adam McKee <adam.be.g84d@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "API using libgit2 for stylish version control workflows"
edition = "2021"
homepage = "https://github.com/eighty4/maestro"
license = "BSD-2-Clause"
name = "maestro_git"
readme = "README.md"
repository = "https://github.com/eighty4/maestro"
version = "0.2.3"