summaryrefslogtreecommitdiffstats
path: root/Cargo.toml.orig
blob: 796b1bb55215f0305e30bb7efb4a2ea4b552ee51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "auth-git2"
version = "0.5.5"
description = "Authentication for `git2`"
license = "BSD-2-Clause"
authors = ["Maarten de Vries <maarten@de-vri.es>"]
repository = "https://github.com/de-vri-es/auth-git2-rs"
documentation = "https://docs.rs/auth-git2"
keywords = ["git", "auth", "credentials", "git2", "authentication"]
categories = ["authentication"]

edition = "2021"
publish = ["crates-io"]

[features]
log = ["dep:log"]

[dependencies]
dirs = "5.0.1"
git2 = { version = ">0.14, <20.0", default-features = false }
log = { version = "0.4.19", optional = true }
terminal-prompt = "0.2.2"

[dev-dependencies]
assert2 = "0.3.11"
auth-git2 = { path = ".", features = ["log"] }
clap = { version = "4.3.21", features = ["derive"] }
env_logger = "0.10.0"
git2 = ">=0.14, <18.0"