two-way file system sync
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Cargo.lock 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "autocfg"
  5. version = "0.1.7"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "bitflags"
  9. version = "1.2.1"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "bytes"
  13. version = "0.5.3"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. [[package]]
  16. name = "cfg-if"
  17. version = "0.1.10"
  18. source = "registry+https://github.com/rust-lang/crates.io-index"
  19. [[package]]
  20. name = "fnv"
  21. version = "1.0.6"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. [[package]]
  24. name = "fswatcher"
  25. version = "0.1.0"
  26. [[package]]
  27. name = "fuchsia-zircon"
  28. version = "0.3.3"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. dependencies = [
  31. "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  32. "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  33. ]
  34. [[package]]
  35. name = "fuchsia-zircon-sys"
  36. version = "0.3.3"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "futures-channel"
  40. version = "0.3.1"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. dependencies = [
  43. "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  44. ]
  45. [[package]]
  46. name = "futures-core"
  47. version = "0.3.1"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. [[package]]
  50. name = "futures-sink"
  51. version = "0.3.1"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. [[package]]
  54. name = "futures-task"
  55. version = "0.3.1"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. [[package]]
  58. name = "futures-util"
  59. version = "0.3.1"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. dependencies = [
  62. "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  63. "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  64. "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
  65. ]
  66. [[package]]
  67. name = "h2"
  68. version = "0.2.1"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. dependencies = [
  71. "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  72. "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  73. "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  74. "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  75. "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  76. "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  77. "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  78. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  79. "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  80. "tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  81. "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  82. ]
  83. [[package]]
  84. name = "http"
  85. version = "0.2.0"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. dependencies = [
  88. "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  89. "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  90. "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  91. ]
  92. [[package]]
  93. name = "http-body"
  94. version = "0.3.1"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. dependencies = [
  97. "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  98. "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  99. ]
  100. [[package]]
  101. name = "httparse"
  102. version = "1.3.4"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. [[package]]
  105. name = "hyper"
  106. version = "0.13.1"
  107. source = "registry+https://github.com/rust-lang/crates.io-index"
  108. dependencies = [
  109. "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  110. "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  111. "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  112. "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  113. "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  114. "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  115. "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  116. "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  117. "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  118. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  119. "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  120. "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  121. "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
  122. "tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  123. "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  124. "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  125. ]
  126. [[package]]
  127. name = "indexmap"
  128. version = "1.3.0"
  129. source = "registry+https://github.com/rust-lang/crates.io-index"
  130. dependencies = [
  131. "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  132. ]
  133. [[package]]
  134. name = "iovec"
  135. version = "0.1.4"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. dependencies = [
  138. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  139. ]
  140. [[package]]
  141. name = "itoa"
  142. version = "0.4.4"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. [[package]]
  145. name = "kernel32-sys"
  146. version = "0.2.2"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. dependencies = [
  149. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  150. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  151. ]
  152. [[package]]
  153. name = "lazy_static"
  154. version = "1.4.0"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. [[package]]
  157. name = "libc"
  158. version = "0.2.66"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. [[package]]
  161. name = "log"
  162. version = "0.4.8"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. dependencies = [
  165. "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  166. ]
  167. [[package]]
  168. name = "memchr"
  169. version = "2.2.1"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. [[package]]
  172. name = "mio"
  173. version = "0.6.21"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. dependencies = [
  176. "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  177. "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  178. "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  179. "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  180. "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  181. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  182. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  183. "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  184. "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  185. "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  186. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  187. ]
  188. [[package]]
  189. name = "miow"
  190. version = "0.2.1"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. dependencies = [
  193. "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  194. "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  195. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  196. "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  197. ]
  198. [[package]]
  199. name = "net2"
  200. version = "0.2.33"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. dependencies = [
  203. "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  204. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  205. "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  206. ]
  207. [[package]]
  208. name = "pin-project"
  209. version = "0.4.6"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. dependencies = [
  212. "pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  213. ]
  214. [[package]]
  215. name = "pin-project-internal"
  216. version = "0.4.6"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. dependencies = [
  219. "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  220. "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  221. "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
  222. ]
  223. [[package]]
  224. name = "pin-project-lite"
  225. version = "0.1.1"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. [[package]]
  228. name = "pin-utils"
  229. version = "0.1.0-alpha.4"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. [[package]]
  232. name = "proc-macro2"
  233. version = "1.0.6"
  234. source = "registry+https://github.com/rust-lang/crates.io-index"
  235. dependencies = [
  236. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  237. ]
  238. [[package]]
  239. name = "quote"
  240. version = "1.0.2"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. dependencies = [
  243. "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  244. ]
  245. [[package]]
  246. name = "redox_syscall"
  247. version = "0.1.56"
  248. source = "registry+https://github.com/rust-lang/crates.io-index"
  249. [[package]]
  250. name = "slab"
  251. version = "0.4.2"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. [[package]]
  254. name = "syn"
  255. version = "1.0.11"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. dependencies = [
  258. "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  259. "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  260. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  261. ]
  262. [[package]]
  263. name = "time"
  264. version = "0.1.42"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. dependencies = [
  267. "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
  268. "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
  269. "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  270. ]
  271. [[package]]
  272. name = "tokio"
  273. version = "0.2.6"
  274. source = "registry+https://github.com/rust-lang/crates.io-index"
  275. dependencies = [
  276. "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  277. "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  278. "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  279. "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  280. "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  281. "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
  282. "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  283. "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  284. ]
  285. [[package]]
  286. name = "tokio-util"
  287. version = "0.2.0"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. dependencies = [
  290. "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  291. "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  292. "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  293. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  294. "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  295. "tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  296. ]
  297. [[package]]
  298. name = "tower-service"
  299. version = "0.3.0"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. [[package]]
  302. name = "try-lock"
  303. version = "0.2.2"
  304. source = "registry+https://github.com/rust-lang/crates.io-index"
  305. [[package]]
  306. name = "twfss"
  307. version = "0.1.0"
  308. dependencies = [
  309. "fswatcher 0.1.0",
  310. "hyper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  311. ]
  312. [[package]]
  313. name = "unicode-xid"
  314. version = "0.2.0"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. [[package]]
  317. name = "want"
  318. version = "0.3.0"
  319. source = "registry+https://github.com/rust-lang/crates.io-index"
  320. dependencies = [
  321. "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  322. "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  323. ]
  324. [[package]]
  325. name = "winapi"
  326. version = "0.2.8"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. [[package]]
  329. name = "winapi"
  330. version = "0.3.8"
  331. source = "registry+https://github.com/rust-lang/crates.io-index"
  332. dependencies = [
  333. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  334. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  335. ]
  336. [[package]]
  337. name = "winapi-build"
  338. version = "0.1.1"
  339. source = "registry+https://github.com/rust-lang/crates.io-index"
  340. [[package]]
  341. name = "winapi-i686-pc-windows-gnu"
  342. version = "0.4.0"
  343. source = "registry+https://github.com/rust-lang/crates.io-index"
  344. [[package]]
  345. name = "winapi-x86_64-pc-windows-gnu"
  346. version = "0.4.0"
  347. source = "registry+https://github.com/rust-lang/crates.io-index"
  348. [[package]]
  349. name = "ws2_32-sys"
  350. version = "0.2.1"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. dependencies = [
  353. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  354. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  355. ]
  356. [metadata]
  357. "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
  358. "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  359. "checksum bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"
  360. "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  361. "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
  362. "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  363. "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  364. "checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"
  365. "checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"
  366. "checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16"
  367. "checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"
  368. "checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"
  369. "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1"
  370. "checksum http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
  371. "checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
  372. "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
  373. "checksum hyper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8bf49cfb32edee45d890537d9057d1b02ed55f53b7b6a30bae83a38c9231749e"
  374. "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
  375. "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  376. "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
  377. "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  378. "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  379. "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
  380. "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
  381. "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
  382. "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
  383. "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
  384. "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
  385. "checksum pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "94b90146c7216e4cb534069fb91366de4ea0ea353105ee45ed297e2d1619e469"
  386. "checksum pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "44ca92f893f0656d3cba8158dd0f2b99b94de256a4a54e870bd6922fcc6c8355"
  387. "checksum pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f0af6cbca0e6e3ce8692ee19fb8d734b641899e07b68eb73e9bbbd32f1703991"
  388. "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
  389. "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
  390. "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
  391. "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
  392. "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  393. "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
  394. "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
  395. "checksum tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1bef565a52394086ecac0a6fa3b8ace4cb3a138ee1d96bd2b93283b56824e3"
  396. "checksum tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
  397. "checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
  398. "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
  399. "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  400. "checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  401. "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  402. "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  403. "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  404. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  405. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  406. "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"