libp2p-deflate 0.1.0

Deflate encryption protocol for libp2p
Documentation
Build #164032 2019-06-04T15:35:37.079664+00:00
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)# docs.rs version
cratesfyi 0.6.0 (254ceae 2019-06-04)# build log
Updating crates.io index
Downloading crates ...
Downloaded libp2p-deflate v0.1.0
Fresh cc v1.0.37
Fresh unicode-xid v0.1.0
Fresh cfg-if v0.1.9
Fresh semver-parser v0.7.0
Fresh autocfg v0.1.4
Fresh nodrop v0.1.13
Fresh futures v0.1.27
Fresh rand_core v0.4.0
Fresh byte-tools v0.3.1
Fresh lazy_static v1.3.0
Fresh smallvec v0.6.9
Fresh matches v0.1.8
Fresh subtle v1.0.0
Fresh constant_time_eq v0.1.3
Fresh opaque-debug v0.2.2
Fresh fake-simd v0.1.2
Fresh rustc-demangle v0.1.15
Fresh keccak v0.1.0
Fresh byte-tools v0.2.0
Fresh slab v0.4.2
Fresh subtle v2.1.0
Fresh scopeguard v1.0.0
Fresh percent-encoding v1.0.1
Fresh arrayref v0.3.5
Fresh untrusted v0.6.2
Fresh spin v0.5.0
Fresh bs58 v0.2.2
Fresh data-encoding v2.1.2
Fresh rand v0.4.6
Fresh quick-error v1.2.2
Fresh zeroize v0.5.2
Fresh void v1.0.2
Fresh fnv v1.0.6
Fresh log v0.4.6
Fresh semver v0.9.0
Fresh rand_core v0.3.1
Fresh block-padding v0.1.4
Fresh rand_jitter v0.1.4
Fresh crossbeam-utils v0.6.5
Fresh unicode-normalization v0.1.8
Fresh unicode-bidi v0.3.4
Fresh lock_api v0.2.0
Fresh libc v0.2.58
Fresh byteorder v1.3.1
Fresh typenum v1.10.0
Fresh proc-macro2 v0.4.30
Fresh rustc_version v0.2.3
Fresh rand_xorshift v0.1.1
Fresh rand_hc v0.1.0
Fresh rand_isaac v0.1.1
Fresh tokio-executor v0.1.7
Fresh idna v0.1.5
Fresh serde v1.0.92
Fresh protobuf v2.6.2
Fresh crc32fast v1.2.0
Fresh iovec v0.1.2
Fresh rand_os v0.1.3
Fresh generic-array v0.12.0
Fresh generic-array v0.8.3
Fresh quote v0.6.12
Fresh backtrace-sys v0.1.28
Fresh clear_on_drop v0.2.3
Fresh miniz-sys v0.1.12
Fresh ring v0.14.6
Fresh rand_chacha v0.1.1
Fresh rand_pcg v0.1.2
Fresh tokio-timer v0.2.11
Fresh url v1.7.2
Fresh bytes v0.4.12
Fresh crypto-mac v0.7.0
Fresh block-buffer v0.7.3
Fresh digest v0.8.0
Fresh syn v0.15.34
Fresh digest v0.6.2
Fresh crypto-mac v0.4.0
Fresh block-buffer v0.2.0
Fresh backtrace v0.3.30
Fresh rand v0.6.5
Fresh wasm-timer v0.1.1
Fresh tokio-io v0.1.12
Fresh sha2 v0.8.0
Fresh sha3 v0.8.2
Fresh blake2 v0.8.0
Fresh sha-1 v0.8.1
Fresh synstructure v0.10.2
Fresh asn1_der_derive v0.1.1
Fresh hmac v0.4.2
Fresh sha2 v0.6.0
Fresh parking_lot_core v0.5.0
Fresh tokio-codec v0.1.1
Fresh rw-stream-sink v0.1.2
Checking flate2 v1.0.7
Fresh failure_derive v0.1.5
Fresh hmac-drbg v0.1.2
Fresh asn1_der v0.6.1
Fresh parking_lot v0.8.0
Fresh unsigned-varint v0.2.2
Fresh curve25519-dalek v1.1.4
Running `rustc --crate-name flate2 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.7/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="miniz-sys"' --cfg 'feature="tokio"' --cfg 'feature="tokio-io"' -C metadata=ecf96b98cef41cf1 -C extra-filename=-ecf96b98cef41cf1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern crc32fast=/home/cratesfyi/cratesfyi/debug/deps/libcrc32fast-35195be90a01b9ec.rmeta --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-03cbd5f721dceec8.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --extern miniz_sys=/home/cratesfyi/cratesfyi/debug/deps/libminiz_sys-63cdfa904a102d2c.rmeta --extern tokio_io=/home/cratesfyi/cratesfyi/debug/deps/libtokio_io-201803efa5f4ed6b.rmeta --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/miniz-sys-bd0517d6d2eb87df/out`
Fresh failure v0.1.5
Fresh libsecp256k1 v0.2.2
Fresh parity-multihash v0.1.1
Fresh multistream-select v0.4.0
Fresh ed25519-dalek v1.0.0-pre.1
Fresh parity-multiaddr v0.5.0
Fresh libp2p-core v0.9.0
Documenting libp2p-deflate v0.1.0
Running `rustdoc --edition=2018 --crate-name libp2p_deflate /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-deflate-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.6.1' --extern-html-root-url 'flate2=https://docs.rs/flate2/1.0.7' --extern-html-root-url 'futures=https://docs.rs/futures/0.1.27' --extern-html-root-url 'libp2p_core=https://docs.rs/libp2p-core/0.9.0' --extern-html-root-url 'libp2p_tcp=https://docs.rs/libp2p-tcp/0.9.0' --extern-html-root-url 'log=https://docs.rs/log/0.4.6' --extern-html-root-url 'quickcheck=https://docs.rs/quickcheck/0.8.3' --extern-html-root-url 'tokio=https://docs.rs/tokio/0.1.21' --extern-html-root-url 'tokio_io=https://docs.rs/tokio-io/0.1.12' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern flate2=/home/cratesfyi/cratesfyi/debug/deps/libflate2-ecf96b98cef41cf1.rmeta --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-03cbd5f721dceec8.rmeta --extern libp2p_core=/home/cratesfyi/cratesfyi/debug/deps/liblibp2p_core-e937c3bf71618ca6.rmeta --extern tokio_io=/home/cratesfyi/cratesfyi/debug/deps/libtokio_io-201803efa5f4ed6b.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 9.20s