]> git.proxmox.com Git - rustc.git/blob - vendor/git2-curl/Cargo.toml
New upstream version 1.70.0+dfsg2
[rustc.git] / vendor / git2-curl / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "git2-curl"
15 version = "0.18.0"
16 authors = [
17 "Josh Triplett <josh@joshtriplett.org>",
18 "Alex Crichton <alex@alexcrichton.com>",
19 ]
20 description = """
21 Backend for an HTTP transport in libgit2 powered by libcurl.
22
23 Intended to be used with the git2 crate.
24 """
25 documentation = "https://docs.rs/git2-curl"
26 license = "MIT OR Apache-2.0"
27 repository = "https://github.com/rust-lang/git2-rs"
28
29 [[test]]
30 name = "all"
31 harness = false
32
33 [dependencies.curl]
34 version = "0.4.33"
35
36 [dependencies.git2]
37 version = "0.17"
38 default-features = false
39
40 [dependencies.log]
41 version = "0.4"
42
43 [dependencies.url]
44 version = "2.0"
45
46 [dev-dependencies.civet]
47 version = "0.11"
48
49 [dev-dependencies.conduit]
50 version = "0.8"
51
52 [dev-dependencies.conduit-git-http-backend]
53 version = "0.8"
54
55 [dev-dependencies.tempfile]
56 version = "3.0"
57
58 [features]
59 zlib-ng-compat = [
60 "git2/zlib-ng-compat",
61 "curl/zlib-ng-compat",
62 ]