[go: up one dir, main page]

git2-curl 0.10.1

Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate.
Documentation
Build #174308 2019-07-26 03:16:28
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)# docs.rs version
cratesfyi 0.6.0 (4640239 2019-07-25)# build log
Updating crates.io index
Downloading crates ...
Downloaded conduit v0.8.1
Downloaded civet v0.11.0
Downloaded conduit-git-http-backend v0.8.0
Fresh autocfg v0.1.5
Fresh pkg-config v0.3.15
Fresh cc v1.0.38
Fresh smallvec v0.6.10
Fresh matches v0.1.8
Fresh cfg-if v0.1.9
Fresh percent-encoding v2.0.0
Fresh openssl-probe v0.1.2
Fresh unicode-bidi v0.3.4
Fresh unicode-normalization v0.1.8
Fresh libc v0.2.60
Fresh idna v0.2.0
Fresh bitflags v1.1.0
Fresh socket2 v0.3.10
Fresh log v0.4.7
Fresh libz-sys v1.0.25
Fresh openssl-sys v0.9.48
Fresh url v2.0.0
Checking libgit2-sys v0.8.2
Checking curl-sys v0.4.20
Running `rustc --edition=2018 --crate-name libgit2_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.8.2/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=ea5a1fa876a3e24e -C extra-filename=-ea5a1fa876a3e24e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-06b119ad941e8d18.rmeta --extern libz_sys=/home/cratesfyi/cratesfyi/debug/deps/liblibz_sys-88182aaadc674f5d.rmeta --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/libgit2-sys-bfd38ff42d94a873/out/build -l static=git2 -L native=/usr/lib/x86_64-linux-gnu`
Running `rustc --crate-name curl_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.20/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' -C metadata=5e6455a5b057f62b -C extra-filename=-5e6455a5b057f62b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-06b119ad941e8d18.rmeta --extern libz_sys=/home/cratesfyi/cratesfyi/debug/deps/liblibz_sys-88182aaadc674f5d.rmeta --extern openssl_sys=/home/cratesfyi/cratesfyi/debug/deps/libopenssl_sys-875554d4e850ea04.rmeta --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/curl-sys-d723243eaf296de8/out/build --cfg link_libz --cfg link_openssl -l static=curl -L native=/usr/lib/x86_64-linux-gnu`
Checking curl v0.4.22
Running `rustc --crate-name curl /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.4.22/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' -C metadata=d102c627b3584131 -C extra-filename=-d102c627b3584131 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern curl_sys=/home/cratesfyi/cratesfyi/debug/deps/libcurl_sys-5e6455a5b057f62b.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-06b119ad941e8d18.rmeta --extern openssl_probe=/home/cratesfyi/cratesfyi/debug/deps/libopenssl_probe-3f88821dc4470367.rmeta --extern openssl_sys=/home/cratesfyi/cratesfyi/debug/deps/libopenssl_sys-875554d4e850ea04.rmeta --extern socket2=/home/cratesfyi/cratesfyi/debug/deps/libsocket2-dd13e77e7ebbd530.rmeta --cap-lints allow --cfg need_openssl_probe -L native=/home/cratesfyi/cratesfyi/debug/build/curl-sys-d723243eaf296de8/out/build -L native=/usr/lib/x86_64-linux-gnu`
Checking git2 v0.9.2
Running `rustc --edition=2018 --crate-name git2 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/git2-0.9.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=35005fb475c44e9f -C extra-filename=-35005fb475c44e9f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-98f2e6cda3b555de.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-06b119ad941e8d18.rmeta --extern libgit2_sys=/home/cratesfyi/cratesfyi/debug/deps/liblibgit2_sys-ea5a1fa876a3e24e.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-18fb8023dba66824.rmeta --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-621b950000e8c32f.rmeta --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/libgit2-sys-bfd38ff42d94a873/out/build -L native=/usr/lib/x86_64-linux-gnu`
Documenting git2-curl v0.10.1
Running `rustdoc --edition=2018 --crate-name git2_curl /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/git2-curl-0.10.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search --extern-html-root-url 'curl=https://docs.rs/curl/0.4.22' --extern-html-root-url 'git2=https://docs.rs/git2/0.9.2' --extern-html-root-url 'log=https://docs.rs/log/0.4.7' --extern-html-root-url 'tempfile=https://docs.rs/tempfile/3.1.0' --extern-html-root-url 'url=https://docs.rs/url/2.0.0' --extern-html-root-url 'conduit=https://docs.rs/conduit/0.8.1' --extern-html-root-url 'civet=https://docs.rs/civet/0.11.0' --extern-html-root-url 'conduit_git_http_backend=https://docs.rs/conduit-git-http-backend/0.8.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern curl=/home/cratesfyi/cratesfyi/debug/deps/libcurl-d102c627b3584131.rmeta --extern git2=/home/cratesfyi/cratesfyi/debug/deps/libgit2-35005fb475c44e9f.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-18fb8023dba66824.rmeta --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-621b950000e8c32f.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 6.07s