[go: up one dir, main page]

git2-curl 0.21.0

Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate.
Documentation
[dependencies.curl]
version = "0.4.33"

[dependencies.git2]
default-features = false
version = "0.20"

[dependencies.log]
version = "0.4"

[dependencies.url]
version = "2.0"

[dev-dependencies.civet]
version = "0.11"

[dev-dependencies.conduit]
version = "0.8"

[dev-dependencies.conduit-git-http-backend]
version = "0.8"

[dev-dependencies.tempfile]
version = "3.0"

[features]
zlib-ng-compat = ["git2/zlib-ng-compat", "curl/zlib-ng-compat"]

[lib]
name = "git2_curl"
path = "src/lib.rs"

[package]
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Backend for an HTTP transport in libgit2 powered by libcurl.

Intended to be used with the git2 crate.
"""
documentation = "https://docs.rs/git2-curl"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "git2-curl"
readme = false
repository = "https://github.com/rust-lang/git2-rs"
version = "0.21.0"

[[test]]
harness = false
name = "all"
path = "tests/all.rs"