[dependencies.compact_str]
version = "0.7.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.54.1"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.tokio]
default-features = false
features = ["rt", "time"]
version = "1.30.0"
[dependencies.tracing]
version = "0.1.37"
[features]
git-max-perf = ["gix/max-performance"]
native-tls = ["gix/blocking-http-transport-reqwest-native-tls"]
rustls = ["gix/blocking-http-transport-reqwest-rust-tls"]
[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
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"
repository = "https://github.com/cargo-bins/cargo-binstall"
rust-version = "1.65.0"
version = "0.1.1"