git2 0.7.5

Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
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]
name = "git2"
version = "0.7.5"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Bindings to libgit2 for interoperating with git repositories. This library is\nboth threadsafe and memory safe and allows both reading and writing git\nrepositories.\n"
homepage = "https://github.com/alexcrichton/git2-rs"
documentation = "https://docs.rs/git2"
readme = "README.md"
keywords = ["git"]
categories = ["api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/git2-rs"
[dependencies.bitflags]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.libgit2-sys]
version = "0.7.7"

[dependencies.log]
version = "0.4"

[dependencies.url]
version = "1.0"
[dev-dependencies.docopt]
version = "1.0"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3.7"

[dev-dependencies.thread-id]
version = "3.3.0"

[dev-dependencies.time]
version = "0.1.39"

[features]
curl = ["libgit2-sys/curl"]
default = ["ssh", "https", "curl", "ssh_key_from_memory"]
https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
ssh = ["libgit2-sys/ssh"]
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
unstable = []
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1"
optional = true

[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9.0"
optional = true
[badges.appveyor]
repository = "alexcrichton/git2-rs"

[badges.travis-ci]
repository = "alexcrichton/git2-rs"