asyncgit 0.28.1

allow using git2 in a asynchronous context
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 = "asyncgit"
version = "0.28.1"
authors = ["extrawurst <mail@rusticorn.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "allow using git2 in a asynchronous context"
homepage = "https://github.com/gitui-org/gitui"
readme = "README.md"
keywords = ["git"]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/gitui-org/gitui"

[features]
default = ["trace-libgit"]
trace-libgit = []
vendor-openssl = ["openssl-sys"]

[lib]
name = "asyncgit"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dirs]
version = "6.0"

[dependencies.easy-cast]
version = "0.5"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.git2]
version = "0.20"

[dependencies.git2-hooks]
version = "0.7"

[dependencies.gix]
version = "0.78.0"
features = [
    "mailmap",
    "max-performance",
    "revision",
    "status",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]
optional = true

[dependencies.rayon]
version = "1.11"

[dependencies.rayon-core]
version = "1.13"

[dependencies.scopetime]
version = "0.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.ssh-key]
version = "0.6.7"
features = [
    "crypto",
    "encryption",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.unicode-truncate]
version = "2.0"

[dependencies.url]
version = "2.5"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.invalidstring]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serial_test]
version = "3.3"

[dev-dependencies.tempfile]
version = "3"