[package]
name = "libgit2-sys"
version = "0.7.5"
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.6"
optional = true
[dependencies.libc]
version = "0.2"
[dependencies.libssh2-sys]
version = "0.2.8"
optional = true
[dependencies.libz-sys]
version = "1.0.18"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.cmake]
version = "0.1.2"
[build-dependencies.pkg-config]
version = "0.3"
[features]
curl = ["curl-sys"]
https = ["openssl-sys"]
ssh = ["libssh2-sys"]
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"
optional = true