git2-curl 0.2.0

Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate.
[package]

name = "git2-curl"
version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/git2-rs"
homepage = "https://github.com/alexcrichton/git2-rs"
documentation = "http://alexcrichton.com/git2-rs/git2-curl"
description = """
Backend for an HTTP transport in libgit2 powered by libcurl.

Intended to be used with the git2 crate.
"""

[dependencies]
curl = "0.1"
url = "0.2"
log = "0.2"

[dependencies.git2]
path = ".."
version = "0.2"

[dev-dependencies]
civet = "0.7"
conduit = "0.7"
conduit-git-http-backend = "0.7"

[[test]]
name = "all"
harness = false