[package]
name = "libgit2-sys"
version = "0.7.8"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "git2"
exclude = ["libgit2/tests/*"]
description = "Native bindings to the libgit2 library"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/git2-rs"
[lib]
name = "libgit2_sys"
path = "lib.rs"
[dependencies.curl-sys]
version = "0.4.10"
optional = true
[dependencies.libc]
version = "0.2"
[dependencies.libssh2-sys]
version = "0.2.11"
optional = true
[dependencies.libz-sys]
version = "1.0.22"
[build-dependencies.cc]
version = "1.0.25"
[build-dependencies.pkg-config]
version = "0.3"
[features]
curl = ["curl-sys"]
https = ["openssl-sys"]
ssh = ["libssh2-sys"]
ssh_key_from_memory = []
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"
optional = true