File: Cargo.toml.orig

package info (click to toggle)
rust-auth-git2 0.5.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: makefile: 9
file content (29 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
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.8"
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 = "6.0.0"
git2 = { version = ">0.14, <21.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.11.6"
git2 = ">=0.14, <21.0"