]> git.proxmox.com Git - cargo.git/blob - vendor/git2-curl/Cargo.toml
New upstream version 0.52.0
[cargo.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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "git2-curl"
16 version = "0.14.1"
17 authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
18 description = "Backend for an HTTP transport in libgit2 powered by libcurl.\n\nIntended to be used with the git2 crate.\n"
19 documentation = "https://docs.rs/git2-curl"
20 license = "MIT/Apache-2.0"
21 repository = "https://github.com/rust-lang/git2-rs"
22
23 [[test]]
24 name = "all"
25 harness = false
26 [dependencies.curl]
27 version = "0.4.33"
28
29 [dependencies.git2]
30 version = "0.13"
31 default-features = false
32
33 [dependencies.log]
34 version = "0.4"
35
36 [dependencies.url]
37 version = "2.0"
38 [dev-dependencies.civet]
39 version = "0.11"
40
41 [dev-dependencies.conduit]
42 version = "0.8"
43
44 [dev-dependencies.conduit-git-http-backend]
45 version = "0.8"
46
47 [dev-dependencies.tempfile]
48 version = "3.0"