blob: 9173e654713b9ca25a156a43d869db9033e18719 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "libgit2-sys"
version = "0.7.11"
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