[dependencies.compact_str]
version = "0.8.0"
[dependencies.derive_destructure2]
version = "0.1"
[dependencies.gix]
default-features = false
features = ["comfort", "blocking-http-transport-reqwest", "max-performance-safe", "worktree-mutation"]
version = "0.68.0"
[dependencies.thiserror]
version = "1.0.52"
[dependencies.tokio]
default-features = false
features = ["rt", "time"]
version = "1.37.0"
[dependencies.tracing]
version = "0.1.39"
[features]
git-max-perf = ["gix/max-performance"]
native-tls = ["gix/blocking-http-transport-reqwest-native-tls"]
rustls = ["gix/blocking-http-transport-reqwest-rust-tls"]
[lib]
name = "simple_git"
path = "src/lib.rs"
[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The simple git interface for gix suitable for async context (with tokio)"
documentation = "https://docs.rs/simple-git"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "simple-git"
readme = "README.md"
repository = "https://github.com/cargo-bins/simple-git"
rust-version = "1.75.0"
version = "0.2.14"