libp2p-dns 0.6.0

DNS transport implementation for libp2p
Documentation
Build #151552 2019-03-29T15:04:27.704911+00:00
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)# docs.rs version
cratesfyi 0.6.0 (b564d72 2019-03-28)# build log
Updating crates.io index
Downloading crates ...
Downloaded libp2p-dns v0.6.0
Fresh autocfg v0.1.2
Fresh semver-parser v0.7.0
Fresh cc v1.0.26
Fresh unicode-xid v0.1.0
Fresh nodrop v0.1.13
Fresh lazy_static v1.3.0
Fresh stable_deref_trait v1.1.1
Fresh cfg-if v0.1.7
Fresh futures v0.1.25
Fresh scopeguard v0.3.3
Fresh byte-tools v0.3.1
Fresh memoffset v0.2.1
Fresh rand_core v0.4.0
Fresh smallvec v0.6.9
Fresh fnv v1.0.6
Fresh slab v0.4.2
Fresh subtle v1.0.0
Fresh lazycell v1.2.1
Fresh fake-simd v0.1.2
Fresh rustc-demangle v0.1.13
Fresh opaque-debug v0.2.2
Fresh sha1 v0.6.0
Fresh subtle v2.0.0
Fresh untrusted v0.6.2
Fresh spin v0.5.0
Fresh data-encoding v2.1.2
Fresh arrayref v0.3.5
Fresh bs58 v0.2.2
Fresh quick-error v1.2.2
Fresh void v1.0.2
Fresh zeroize v0.5.2
Fresh semver v0.9.0
Fresh rand_jitter v0.1.3
Fresh tokio-trace-core v0.1.0
Fresh owning_ref v0.4.0
Fresh log v0.4.6
Fresh crossbeam-utils v0.6.5
Fresh rand_core v0.3.1
Fresh block-padding v0.1.3
Fresh tokio-sync v0.1.4
Fresh libc v0.2.51
Fresh rustc_version v0.2.3
Fresh rand_hc v0.1.0
Fresh rand_isaac v0.1.1
Fresh rand_xorshift v0.1.1
Fresh typenum v1.10.0
Fresh proc-macro2 v0.4.27
Fresh byteorder v1.3.1
Fresh arrayvec v0.4.10
Fresh lock_api v0.1.5
Fresh tokio-executor v0.1.7
Fresh crossbeam-queue v0.1.2
Fresh crunchy v0.1.6
Fresh iovec v0.1.2
Fresh rand_os v0.1.3
Fresh net2 v0.2.33
Fresh num_cpus v1.10.0
Fresh serde v1.0.89
Fresh rand v0.4.6
Fresh protobuf v2.4.2
Fresh rand_pcg v0.1.2
Fresh rand_chacha v0.1.1
Fresh generic-array v0.12.0
Fresh quote v0.6.11
Fresh clear_on_drop v0.2.3
Fresh backtrace-sys v0.1.28
Fresh crossbeam-epoch v0.7.1
Fresh tokio-timer v0.2.10
Fresh tokio-current-thread v0.1.6
Fresh ring v0.14.6
Fresh bytes v0.4.12
Fresh tiny-keccak v1.4.2
Fresh mio v0.6.16
Fresh secp256k1 v0.12.2
Fresh futures-cpupool v0.1.8
Fresh rand v0.6.5
Fresh syn v0.15.29
Fresh crypto-mac v0.7.0
Fresh digest v0.8.0
Fresh block-buffer v0.7.0
Fresh crossbeam-deque v0.7.1
Fresh backtrace v0.3.14
Fresh tokio-io v0.1.12
Fresh mio-uds v0.6.7
Fresh parking_lot_core v0.4.0
Fresh synstructure v0.10.1
Fresh blake2 v0.8.0
Fresh asn1_der_derive v0.1.1
Fresh sha2 v0.8.0
Fresh tokio-codec v0.1.1
Fresh tokio-threadpool v0.1.13
Fresh rw-stream-sink v0.1.1
Fresh parking_lot v0.7.1
Fresh failure_derive v0.1.5
Fresh unsigned-varint v0.2.2
Fresh asn1_der v0.6.1
Fresh tokio-fs v0.1.6
Fresh tokio-reactor v0.1.9
Fresh curve25519-dalek v1.1.3
Fresh failure v0.1.5
Fresh parity-multihash v0.1.0
Fresh multistream-select v0.4.0
Fresh tokio-uds v0.2.5
Fresh tokio-tcp v0.1.3
Fresh tokio-udp v0.1.3
Fresh parity-multiaddr v0.2.0
Fresh ed25519-dalek v1.0.0-pre.1
Fresh tokio v0.1.18
Fresh libp2p-core v0.6.0
Checking tokio-dns-unofficial v0.4.0
Running `rustc --crate-name tokio_dns /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-dns-unofficial-0.4.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=148fe560ee8280df -C extra-filename=-148fe560ee8280df --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-f5140f7300e6670f.rmeta --extern futures_cpupool=/home/cratesfyi/cratesfyi/debug/deps/libfutures_cpupool-ca5a66933c07cbe6.rmeta --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-7d2965d58209ad65.rmeta --extern tokio=/home/cratesfyi/cratesfyi/debug/deps/libtokio-1b90c0360e7b06d3.rmeta --cap-lints allow`
Documenting libp2p-dns v0.6.0
Running `rustdoc --edition=2018 --crate-name libp2p_dns /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-dns-0.6.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'futures=https://docs.rs/futures/0.1.25' --extern-html-root-url 'libp2p_core=https://docs.rs/libp2p-core/0.6.0' --extern-html-root-url 'libp2p_tcp=https://docs.rs/libp2p-tcp/0.6.0' --extern-html-root-url 'log=https://docs.rs/log/0.4.6' --extern-html-root-url 'multiaddr=https://docs.rs/parity-multiaddr/0.2.0' --extern-html-root-url 'tokio=https://docs.rs/tokio/0.1.18' --extern-html-root-url 'tokio_dns_unofficial=https://docs.rs/tokio-dns-unofficial/0.4.0' --extern-html-root-url 'tokio_io=https://docs.rs/tokio-io/0.1.12' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-f5140f7300e6670f.rmeta --extern libp2p_core=/home/cratesfyi/cratesfyi/debug/deps/liblibp2p_core-cd47014ec2f7e5a7.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-5d244c9babde640c.rmeta --extern multiaddr=/home/cratesfyi/cratesfyi/debug/deps/libparity_multiaddr-4cca0f2848993b53.rmeta --extern tokio_dns=/home/cratesfyi/cratesfyi/debug/deps/libtokio_dns-148fe560ee8280df.rmeta --extern tokio_io=/home/cratesfyi/cratesfyi/debug/deps/libtokio_io-e77517e7b48d16e9.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 8.75s