| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
| dependencies = [ |
| "byteorder", |
| "iovec", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "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", |
| "crossbeam-utils", |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| 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]] |
| name = "futures" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.30" |
| dependencies = [ |
| "futures", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| "tokio", |
| "tokio-io", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.158" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| |
| [[package]] |
| name = "maybe-uninit" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.6.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" |
| dependencies = [ |
| "cfg-if", |
| "fuchsia-zircon", |
| "fuchsia-zircon-sys", |
| "iovec", |
| "kernel32-sys", |
| "libc", |
| "log", |
| "miow", |
| "net2", |
| "slab", |
| "winapi 0.2.8", |
| ] |
| |
| [[package]] |
| name = "mio-uds" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" |
| dependencies = [ |
| "iovec", |
| "libc", |
| "mio", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" |
| dependencies = [ |
| "kernel32-sys", |
| "net2", |
| "winapi 0.2.8", |
| "ws2_32-sys", |
| ] |
| |
| [[package]] |
| name = "net2" |
| version = "0.2.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a" |
| dependencies = [ |
| "cfg-if", |
| "cloudabi", |
| "libc", |
| "redox_syscall", |
| "rustc_version", |
| "smallvec", |
| "winapi 0.3.9", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.1.57" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[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]] |
| name = "slab" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "0.6.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" |
| dependencies = [ |
| "maybe-uninit", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "tokio" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "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-codec" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "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", |
| "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", |
| ] |
| |
| [[package]] |
| name = "tokio-fs" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" |
| dependencies = [ |
| "futures", |
| "tokio-io", |
| "tokio-threadpool", |
| ] |
| |
| [[package]] |
| name = "tokio-io" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "log", |
| ] |
| |
| [[package]] |
| name = "tokio-reactor" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" |
| dependencies = [ |
| "crossbeam-utils", |
| "futures", |
| "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", |
| ] |
| |
| [[package]] |
| name = "tokio-tcp" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "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", |
| "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", |
| "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", |
| "futures", |
| "log", |
| "mio", |
| "tokio-codec", |
| "tokio-io", |
| "tokio-reactor", |
| ] |
| |
| [[package]] |
| name = "tokio-uds" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "iovec", |
| "libc", |
| "log", |
| "mio", |
| "mio-uds", |
| "tokio-codec", |
| "tokio-io", |
| "tokio-reactor", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-build" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "ws2_32-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |