634OYCNMVRRKALVMFBHK2S4L2AFLAJB6F5XASS4CWYMVSCEQQWHAC Stream::Child(ref mut c) => Poll::Ready(c.stdout.as_mut().unwrap().read(buf)),
Stream::Child(ref mut c) => {match c.stdout.as_mut().unwrap().read(buf.initialize_unfilled()) {Ok(n) => {buf.advance(n);Poll::Ready(Ok(()))}Err(e) => Poll::Ready(Err(e)),}}
name = "crossbeam-epoch"version = "0.8.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"dependencies = ["autocfg","cfg-if 0.1.10","crossbeam-utils","lazy_static","maybe-uninit","memoffset","scopeguard",][[package]]name = "crossbeam-queue"version = "0.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"dependencies = ["cfg-if 0.1.10","crossbeam-utils","maybe-uninit",][[package]]
"winapi 0.3.9",
"winapi",][[package]]name = "dirs-sys-next"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d"dependencies = ["libc","redox_users","winapi",
name = "fuchsia-zircon"version = "0.3.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"dependencies = ["bitflags","fuchsia-zircon-sys",][[package]]name = "fuchsia-zircon-sys"version = "0.3.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"[[package]]
checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"[[package]]name = "futures"version = "0.3.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
][[package]]name = "iovec"version = "0.1.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"dependencies = ["libc",][[package]]name = "kernel32-sys"version = "0.2.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"dependencies = ["winapi 0.2.8","winapi-build",
version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"dependencies = ["kernel32-sys","net2","winapi 0.2.8","ws2_32-sys",][[package]]name = "net2"version = "0.2.35"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"dependencies = ["cfg-if 0.1.10","libc","winapi 0.3.9",][[package]]name = "num"version = "0.1.42"
version = "0.3.6"
name = "num-iter"version = "0.1.42"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"dependencies = ["autocfg","num-integer","num-traits",][[package]]name = "num-rational"version = "0.1.42"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"dependencies = ["num-bigint 0.1.44","num-integer","num-traits","rustc-serialize",][[package]]
name = "parking_lot"version = "0.9.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"dependencies = ["lock_api","parking_lot_core","rustc_version",][[package]]name = "parking_lot_core"version = "0.6.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"dependencies = ["cfg-if 0.1.10","cloudabi","libc","redox_syscall","rustc_version","smallvec","winapi 0.3.9",][[package]]
][[package]]name = "rustc-serialize"version = "0.3.24"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"[[package]]name = "rustc_version"version = "0.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"dependencies = ["semver",
name = "scopeguard"version = "1.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"[[package]]name = "semver"version = "0.9.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"dependencies = ["semver-parser",][[package]]name = "semver-parser"version = "0.7.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"[[package]]
][[package]]name = "thrussh"version = "0.21.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1452876d42918bfe7b42a983c9bcd19cb5ce14d2e84438f0b4db60d4e7800a4d"dependencies = ["bitflags","byteorder","cryptovec 0.4.6","futures 0.1.30","log","openssl","thrussh-keys 0.11.9","thrussh-libsodium 0.1.4","tokio 0.1.22","tokio-io",
"thrussh 0.21.5","tokio 0.1.22",][[package]]name = "thrussh-keys"version = "0.11.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5e72f93d9f96aa5ce3f38c1e105c668ce06867b6cdbffe68c261cfb4d59c7066"dependencies = ["base64 0.9.3","bit-vec 0.4.4","byteorder","cryptovec 0.4.6","dirs 1.0.5","futures 0.1.30","hex","log","num-bigint 0.1.44","num-integer","openssl","serde","serde_derive","thrussh-libsodium 0.1.4","tokio 0.1.22","yasna 0.1.3",
"thiserror","thrussh","tokio",
"thrussh-libsodium 0.2.1","tokio 0.2.22","yasna 0.3.2",][[package]]name = "thrussh-libsodium"version = "0.1.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1bdeecb0f876ad8187bd0bd9234fd23e70e6c03cf48c29d5967d55cba3d45a3a"dependencies = ["libc","pkg-config",
"thrussh-libsodium","tokio","yasna",
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"dependencies = ["bytes 0.4.12","futures 0.1.30","mio","num_cpus","tokio-codec","tokio-current-thread","tokio-executor","tokio-fs","tokio-io","tokio-reactor","tokio-sync","tokio-tcp","tokio-threadpool","tokio-timer","tokio-udp","tokio-uds",][[package]]name = "tokio"version = "0.2.22"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
checksum = "9dfe2523e6fa84ddf5e688151d4e5fddc51678de9752c6512a24714c23818d61"
][[package]]name = "tokio-codec"version = "0.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"dependencies = ["bytes 0.4.12","futures 0.1.30","tokio-io",][[package]]name = "tokio-current-thread"version = "0.1.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"dependencies = ["futures 0.1.30","tokio-executor",][[package]]name = "tokio-executor"version = "0.1.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"dependencies = ["crossbeam-utils","futures 0.1.30",][[package]]name = "tokio-fs"version = "0.1.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"dependencies = ["futures 0.1.30","tokio-io","tokio-threadpool",
][[package]]name = "tokio-reactor"version = "0.1.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"dependencies = ["crossbeam-utils","futures 0.1.30","lazy_static","log","mio","num_cpus","parking_lot","slab","tokio-executor","tokio-io","tokio-sync",][[package]]name = "tokio-sync"version = "0.1.8"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"dependencies = ["fnv","futures 0.1.30",][[package]]name = "tokio-tcp"version = "0.1.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"dependencies = ["bytes 0.4.12","futures 0.1.30","iovec","mio","tokio-io","tokio-reactor",][[package]]name = "tokio-threadpool"version = "0.1.18"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"dependencies = ["crossbeam-deque","crossbeam-queue","crossbeam-utils","futures 0.1.30","lazy_static","log","num_cpus","slab","tokio-executor",][[package]]name = "tokio-timer"version = "0.2.13"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"dependencies = ["crossbeam-utils","futures 0.1.30","slab","tokio-executor",][[package]]name = "tokio-udp"version = "0.1.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"dependencies = ["bytes 0.4.12","futures 0.1.30","log","mio","tokio-codec","tokio-io","tokio-reactor",
name = "tokio-uds"version = "0.2.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"dependencies = ["bytes 0.4.12","futures 0.1.30","iovec","libc","log","mio","mio-uds","tokio-codec","tokio-io","tokio-reactor",][[package]]