libgit2-sys 0.8.1

Native bindings to the libgit2 library
Documentation
# 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]
edition = "2018"
name = "libgit2-sys"
version = "0.8.1"
authors = ["Josh Triplett <josh@joshtriplett.org>", "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/rust-lang/git2-rs"

[lib]
name = "libgit2_sys"
path = "lib.rs"
[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.7"

[features]
https = ["openssl-sys"]
ssh = ["libssh2-sys"]
ssh_key_from_memory = []
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"
optional = true