simple-git 0.2.25

The simple git interface for gix suitable for async context (with tokio)
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"
rust-version = "1.82.0"
name = "simple-git"
version = "0.2.25"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simple git interface for gix suitable for async context (with tokio)"
documentation = "https://docs.rs/simple-git"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/cargo-bins/simple-git"

[features]
git-max-perf = ["gix/max-performance"]
git-max-perf-safe = ["gix/max-performance-safe"]
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"

[dependencies.compact_str]
version = "0.9.0"

[dependencies.derive_destructure2]
version = "0.1"

[dependencies.gix]
version = "0.78.0"
features = [
    "comfort",
    "blocking-http-transport-reqwest",
    "max-performance-safe",
    "worktree-mutation",
]
default-features = false

[dependencies.thiserror]
version = "1.0.52"

[dependencies.tokio]
version = "1.37.0"
features = [
    "rt",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"