]> git.proxmox.com Git - cargo.git/blob - vendor/libgit2-sys/Cargo.toml
New upstream version 0.33.0
[cargo.git] / vendor / libgit2-sys / 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 name = "libgit2-sys"
15 version = "0.7.11"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 build = "build.rs"
18 links = "git2"
19 exclude = ["libgit2/tests/*"]
20 description = "Native bindings to the libgit2 library"
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/alexcrichton/git2-rs"
23
24 [lib]
25 name = "libgit2_sys"
26 path = "lib.rs"
27 [dependencies.curl-sys]
28 version = "0.4.10"
29 optional = true
30
31 [dependencies.libc]
32 version = "0.2"
33
34 [dependencies.libssh2-sys]
35 version = "0.2.11"
36 optional = true
37
38 [dependencies.libz-sys]
39 version = "1.0.22"
40 [build-dependencies.cc]
41 version = "1.0.25"
42
43 [build-dependencies.pkg-config]
44 version = "0.3"
45
46 [features]
47 curl = ["curl-sys"]
48 https = ["openssl-sys"]
49 ssh = ["libssh2-sys"]
50 ssh_key_from_memory = []
51 [target."cfg(unix)".dependencies.openssl-sys]
52 version = "0.9"
53 optional = true