1
0
Fork 0
rust-auth-git2/Cargo.toml
Daniel Baumann d2d6608958
Adding upstream version 0.5.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 05:16:34 +01:00

60 lines
1.3 KiB
TOML

# 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 = "auth-git2"
version = "0.5.5"
authors = ["Maarten de Vries <maarten@de-vri.es>"]
publish = ["crates-io"]
description = "Authentication for `git2`"
documentation = "https://docs.rs/auth-git2"
readme = "README.md"
keywords = [
"git",
"auth",
"credentials",
"git2",
"authentication",
]
categories = ["authentication"]
license = "BSD-2-Clause"
repository = "https://github.com/de-vri-es/auth-git2-rs"
[dependencies.dirs]
version = "5.0.1"
[dependencies.git2]
version = ">0.14, <20.0"
default-features = false
[dependencies.log]
version = "0.4.19"
optional = true
[dependencies.terminal-prompt]
version = "0.2.2"
[dev-dependencies.assert2]
version = "0.3.11"
[dev-dependencies.clap]
version = "4.3.21"
features = ["derive"]
[dev-dependencies.env_logger]
version = "0.10.0"
[dev-dependencies.git2]
version = ">=0.14, <18.0"
[features]
log = ["dep:log"]