blob: b8e3ccb4f5eadb6e0e82c559b30c3f349251afd8 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# 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"]
|