Cargo.lock 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "actix-codec"
  5. version = "0.2.0"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "09e55f0a5c2ca15795035d90c46bd0e73a5123b72f68f12596d6ba5282051380"
  8. dependencies = [
  9. "bitflags",
  10. "bytes",
  11. "futures-core",
  12. "futures-sink",
  13. "log",
  14. "tokio",
  15. "tokio-util",
  16. ]
  17. [[package]]
  18. name = "actix-connect"
  19. version = "1.0.2"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "c95cc9569221e9802bf4c377f6c18b90ef10227d787611decf79fd47d2a8e76c"
  22. dependencies = [
  23. "actix-codec",
  24. "actix-rt",
  25. "actix-service",
  26. "actix-utils",
  27. "derive_more",
  28. "either",
  29. "futures",
  30. "http",
  31. "log",
  32. "trust-dns-proto",
  33. "trust-dns-resolver",
  34. ]
  35. [[package]]
  36. name = "actix-files"
  37. version = "0.2.1"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. checksum = "301482841d3d74483a446ead63cb7d362e187d2c8b603f13d91995621ea53c46"
  40. dependencies = [
  41. "actix-http",
  42. "actix-service",
  43. "actix-web",
  44. "bitflags",
  45. "bytes",
  46. "derive_more",
  47. "futures",
  48. "log",
  49. "mime",
  50. "mime_guess",
  51. "percent-encoding",
  52. "v_htmlescape",
  53. ]
  54. [[package]]
  55. name = "actix-http"
  56. version = "1.0.1"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "c16664cc4fdea8030837ad5a845eb231fb93fc3c5c171edfefb52fad92ce9019"
  59. dependencies = [
  60. "actix-codec",
  61. "actix-connect",
  62. "actix-rt",
  63. "actix-service",
  64. "actix-threadpool",
  65. "actix-utils",
  66. "base64",
  67. "bitflags",
  68. "brotli2",
  69. "bytes",
  70. "chrono",
  71. "copyless",
  72. "derive_more",
  73. "either",
  74. "encoding_rs",
  75. "failure",
  76. "flate2",
  77. "futures-channel",
  78. "futures-core",
  79. "futures-util",
  80. "fxhash",
  81. "h2",
  82. "http",
  83. "httparse",
  84. "indexmap",
  85. "language-tags",
  86. "lazy_static",
  87. "log",
  88. "mime",
  89. "percent-encoding",
  90. "pin-project",
  91. "rand",
  92. "regex",
  93. "serde",
  94. "serde_json",
  95. "serde_urlencoded",
  96. "sha1",
  97. "slab",
  98. "time",
  99. ]
  100. [[package]]
  101. name = "actix-macros"
  102. version = "0.1.1"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "21705adc76bbe4bc98434890e73a89cd00c6015e5704a60bb6eea6c3b72316b6"
  105. dependencies = [
  106. "quote",
  107. "syn",
  108. ]
  109. [[package]]
  110. name = "actix-router"
  111. version = "0.2.4"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. checksum = "9d7a10ca4d94e8c8e7a87c5173aba1b97ba9a6563ca02b0e1cd23531093d3ec8"
  114. dependencies = [
  115. "bytestring",
  116. "http",
  117. "log",
  118. "regex",
  119. "serde",
  120. ]
  121. [[package]]
  122. name = "actix-rt"
  123. version = "1.1.1"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"
  125. checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
  126. dependencies = [
  127. "actix-macros",
  128. "actix-threadpool",
  129. "copyless",
  130. "futures-channel",
  131. "futures-util",
  132. "smallvec",
  133. "tokio",
  134. ]
  135. [[package]]
  136. name = "actix-server"
  137. version = "1.0.2"
  138. source = "registry+https://github.com/rust-lang/crates.io-index"
  139. checksum = "582a7173c281a4f46b5aa168a11e7f37183dcb71177a39312cc2264da7a632c9"
  140. dependencies = [
  141. "actix-codec",
  142. "actix-rt",
  143. "actix-service",
  144. "actix-utils",
  145. "futures",
  146. "log",
  147. "mio",
  148. "mio-uds",
  149. "net2",
  150. "num_cpus",
  151. "slab",
  152. ]
  153. [[package]]
  154. name = "actix-service"
  155. version = "1.0.5"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "d3e4fc95dfa7e24171b2d0bb46b85f8ab0e8499e4e3caec691fc4ea65c287564"
  158. dependencies = [
  159. "futures-util",
  160. "pin-project",
  161. ]
  162. [[package]]
  163. name = "actix-testing"
  164. version = "1.0.0"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "48494745b72d0ea8ff0cf874aaf9b622a3ee03d7081ee0c04edea4f26d32c911"
  167. dependencies = [
  168. "actix-macros",
  169. "actix-rt",
  170. "actix-server",
  171. "actix-service",
  172. "futures",
  173. "log",
  174. "net2",
  175. ]
  176. [[package]]
  177. name = "actix-threadpool"
  178. version = "0.3.1"
  179. source = "registry+https://github.com/rust-lang/crates.io-index"
  180. checksum = "cf4082192601de5f303013709ff84d81ca6a1bc4af7fb24f367a500a23c6e84e"
  181. dependencies = [
  182. "derive_more",
  183. "futures-channel",
  184. "lazy_static",
  185. "log",
  186. "num_cpus",
  187. "parking_lot",
  188. "threadpool",
  189. ]
  190. [[package]]
  191. name = "actix-tls"
  192. version = "1.0.0"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. checksum = "a4e5b4faaf105e9a6d389c606c298dcdb033061b00d532af9df56ff3a54995a8"
  195. dependencies = [
  196. "actix-codec",
  197. "actix-rt",
  198. "actix-service",
  199. "actix-utils",
  200. "derive_more",
  201. "either",
  202. "futures",
  203. "log",
  204. ]
  205. [[package]]
  206. name = "actix-utils"
  207. version = "1.0.6"
  208. source = "registry+https://github.com/rust-lang/crates.io-index"
  209. checksum = "fcf8f5631bf01adec2267808f00e228b761c60c0584cc9fa0b5364f41d147f4e"
  210. dependencies = [
  211. "actix-codec",
  212. "actix-rt",
  213. "actix-service",
  214. "bitflags",
  215. "bytes",
  216. "either",
  217. "futures",
  218. "log",
  219. "pin-project",
  220. "slab",
  221. ]
  222. [[package]]
  223. name = "actix-web"
  224. version = "2.0.0"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "3158e822461040822f0dbf1735b9c2ce1f95f93b651d7a7aded00b1efbb1f635"
  227. dependencies = [
  228. "actix-codec",
  229. "actix-http",
  230. "actix-macros",
  231. "actix-router",
  232. "actix-rt",
  233. "actix-server",
  234. "actix-service",
  235. "actix-testing",
  236. "actix-threadpool",
  237. "actix-tls",
  238. "actix-utils",
  239. "actix-web-codegen",
  240. "awc",
  241. "bytes",
  242. "derive_more",
  243. "encoding_rs",
  244. "futures",
  245. "fxhash",
  246. "log",
  247. "mime",
  248. "net2",
  249. "pin-project",
  250. "regex",
  251. "serde",
  252. "serde_json",
  253. "serde_urlencoded",
  254. "time",
  255. "url",
  256. ]
  257. [[package]]
  258. name = "actix-web-codegen"
  259. version = "0.2.1"
  260. source = "registry+https://github.com/rust-lang/crates.io-index"
  261. checksum = "4f00371942083469785f7e28c540164af1913ee7c96a4534acb9cea92c39f057"
  262. dependencies = [
  263. "proc-macro2",
  264. "quote",
  265. "syn",
  266. ]
  267. [[package]]
  268. name = "adler32"
  269. version = "1.0.4"
  270. source = "registry+https://github.com/rust-lang/crates.io-index"
  271. checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
  272. [[package]]
  273. name = "aho-corasick"
  274. version = "0.7.10"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
  277. dependencies = [
  278. "memchr",
  279. ]
  280. [[package]]
  281. name = "arc-swap"
  282. version = "0.4.4"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. checksum = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff"
  285. [[package]]
  286. name = "async-trait"
  287. version = "0.1.30"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "da71fef07bc806586090247e971229289f64c210a278ee5ae419314eb386b31d"
  290. dependencies = [
  291. "proc-macro2",
  292. "quote",
  293. "syn",
  294. ]
  295. [[package]]
  296. name = "atty"
  297. version = "0.2.14"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"
  299. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  300. dependencies = [
  301. "hermit-abi",
  302. "libc",
  303. "winapi 0.3.8",
  304. ]
  305. [[package]]
  306. name = "autocfg"
  307. version = "1.0.0"
  308. source = "registry+https://github.com/rust-lang/crates.io-index"
  309. checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
  310. [[package]]
  311. name = "awc"
  312. version = "1.0.1"
  313. source = "registry+https://github.com/rust-lang/crates.io-index"
  314. checksum = "d7601d4d1d7ef2335d6597a41b5fe069f6ab799b85f53565ab390e7b7065aac5"
  315. dependencies = [
  316. "actix-codec",
  317. "actix-http",
  318. "actix-rt",
  319. "actix-service",
  320. "base64",
  321. "bytes",
  322. "derive_more",
  323. "futures-core",
  324. "log",
  325. "mime",
  326. "percent-encoding",
  327. "rand",
  328. "serde",
  329. "serde_json",
  330. "serde_urlencoded",
  331. ]
  332. [[package]]
  333. name = "backtrace"
  334. version = "0.3.46"
  335. source = "registry+https://github.com/rust-lang/crates.io-index"
  336. checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
  337. dependencies = [
  338. "backtrace-sys",
  339. "cfg-if",
  340. "libc",
  341. "rustc-demangle",
  342. ]
  343. [[package]]
  344. name = "backtrace-sys"
  345. version = "0.1.37"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
  348. dependencies = [
  349. "cc",
  350. "libc",
  351. ]
  352. [[package]]
  353. name = "base64"
  354. version = "0.11.0"
  355. source = "registry+https://github.com/rust-lang/crates.io-index"
  356. checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
  357. [[package]]
  358. name = "bitflags"
  359. version = "1.2.1"
  360. source = "registry+https://github.com/rust-lang/crates.io-index"
  361. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  362. [[package]]
  363. name = "brotli-sys"
  364. version = "0.3.2"
  365. source = "registry+https://github.com/rust-lang/crates.io-index"
  366. checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
  367. dependencies = [
  368. "cc",
  369. "libc",
  370. ]
  371. [[package]]
  372. name = "brotli2"
  373. version = "0.3.2"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
  376. dependencies = [
  377. "brotli-sys",
  378. "libc",
  379. ]
  380. [[package]]
  381. name = "byteorder"
  382. version = "1.3.4"
  383. source = "registry+https://github.com/rust-lang/crates.io-index"
  384. checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  385. [[package]]
  386. name = "bytes"
  387. version = "0.5.4"
  388. source = "registry+https://github.com/rust-lang/crates.io-index"
  389. checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
  390. [[package]]
  391. name = "bytestring"
  392. version = "0.1.5"
  393. source = "registry+https://github.com/rust-lang/crates.io-index"
  394. checksum = "fc7c05fa5172da78a62d9949d662d2ac89d4cc7355d7b49adee5163f1fb3f363"
  395. dependencies = [
  396. "bytes",
  397. ]
  398. [[package]]
  399. name = "cc"
  400. version = "1.0.52"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
  403. [[package]]
  404. name = "cfg-if"
  405. version = "0.1.10"
  406. source = "registry+https://github.com/rust-lang/crates.io-index"
  407. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  408. [[package]]
  409. name = "chrono"
  410. version = "0.4.11"
  411. source = "registry+https://github.com/rust-lang/crates.io-index"
  412. checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
  413. dependencies = [
  414. "num-integer",
  415. "num-traits",
  416. "time",
  417. ]
  418. [[package]]
  419. name = "cloudabi"
  420. version = "0.0.3"
  421. source = "registry+https://github.com/rust-lang/crates.io-index"
  422. checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
  423. dependencies = [
  424. "bitflags",
  425. ]
  426. [[package]]
  427. name = "copyless"
  428. version = "0.1.4"
  429. source = "registry+https://github.com/rust-lang/crates.io-index"
  430. checksum = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127"
  431. [[package]]
  432. name = "crc32fast"
  433. version = "1.2.0"
  434. source = "registry+https://github.com/rust-lang/crates.io-index"
  435. checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
  436. dependencies = [
  437. "cfg-if",
  438. ]
  439. [[package]]
  440. name = "derive_more"
  441. version = "0.99.5"
  442. source = "registry+https://github.com/rust-lang/crates.io-index"
  443. checksum = "e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7"
  444. dependencies = [
  445. "proc-macro2",
  446. "quote",
  447. "syn",
  448. ]
  449. [[package]]
  450. name = "dtoa"
  451. version = "0.4.5"
  452. source = "registry+https://github.com/rust-lang/crates.io-index"
  453. checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
  454. [[package]]
  455. name = "either"
  456. version = "1.5.3"
  457. source = "registry+https://github.com/rust-lang/crates.io-index"
  458. checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
  459. [[package]]
  460. name = "encoding_rs"
  461. version = "0.8.22"
  462. source = "registry+https://github.com/rust-lang/crates.io-index"
  463. checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
  464. dependencies = [
  465. "cfg-if",
  466. ]
  467. [[package]]
  468. name = "enum-as-inner"
  469. version = "0.3.2"
  470. source = "registry+https://github.com/rust-lang/crates.io-index"
  471. checksum = "bc4bfcfacb61d231109d1d55202c1f33263319668b168843e02ad4652725ec9c"
  472. dependencies = [
  473. "heck",
  474. "proc-macro2",
  475. "quote",
  476. "syn",
  477. ]
  478. [[package]]
  479. name = "env_logger"
  480. version = "0.7.1"
  481. source = "registry+https://github.com/rust-lang/crates.io-index"
  482. checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
  483. dependencies = [
  484. "atty",
  485. "humantime",
  486. "log",
  487. "regex",
  488. "termcolor",
  489. ]
  490. [[package]]
  491. name = "failure"
  492. version = "0.1.8"
  493. source = "registry+https://github.com/rust-lang/crates.io-index"
  494. checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
  495. dependencies = [
  496. "backtrace",
  497. "failure_derive",
  498. ]
  499. [[package]]
  500. name = "failure_derive"
  501. version = "0.1.8"
  502. source = "registry+https://github.com/rust-lang/crates.io-index"
  503. checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
  504. dependencies = [
  505. "proc-macro2",
  506. "quote",
  507. "syn",
  508. "synstructure",
  509. ]
  510. [[package]]
  511. name = "flate2"
  512. version = "1.0.14"
  513. source = "registry+https://github.com/rust-lang/crates.io-index"
  514. checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
  515. dependencies = [
  516. "cfg-if",
  517. "crc32fast",
  518. "libc",
  519. "miniz_oxide",
  520. ]
  521. [[package]]
  522. name = "fnv"
  523. version = "1.0.6"
  524. source = "registry+https://github.com/rust-lang/crates.io-index"
  525. checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
  526. [[package]]
  527. name = "fuchsia-zircon"
  528. version = "0.3.3"
  529. source = "registry+https://github.com/rust-lang/crates.io-index"
  530. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  531. dependencies = [
  532. "bitflags",
  533. "fuchsia-zircon-sys",
  534. ]
  535. [[package]]
  536. name = "fuchsia-zircon-sys"
  537. version = "0.3.3"
  538. source = "registry+https://github.com/rust-lang/crates.io-index"
  539. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  540. [[package]]
  541. name = "futures"
  542. version = "0.3.4"
  543. source = "registry+https://github.com/rust-lang/crates.io-index"
  544. checksum = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780"
  545. dependencies = [
  546. "futures-channel",
  547. "futures-core",
  548. "futures-executor",
  549. "futures-io",
  550. "futures-sink",
  551. "futures-task",
  552. "futures-util",
  553. ]
  554. [[package]]
  555. name = "futures-channel"
  556. version = "0.3.4"
  557. source = "registry+https://github.com/rust-lang/crates.io-index"
  558. checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
  559. dependencies = [
  560. "futures-core",
  561. "futures-sink",
  562. ]
  563. [[package]]
  564. name = "futures-core"
  565. version = "0.3.4"
  566. source = "registry+https://github.com/rust-lang/crates.io-index"
  567. checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
  568. [[package]]
  569. name = "futures-executor"
  570. version = "0.3.4"
  571. source = "registry+https://github.com/rust-lang/crates.io-index"
  572. checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
  573. dependencies = [
  574. "futures-core",
  575. "futures-task",
  576. "futures-util",
  577. ]
  578. [[package]]
  579. name = "futures-io"
  580. version = "0.3.4"
  581. source = "registry+https://github.com/rust-lang/crates.io-index"
  582. checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
  583. [[package]]
  584. name = "futures-macro"
  585. version = "0.3.4"
  586. source = "registry+https://github.com/rust-lang/crates.io-index"
  587. checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
  588. dependencies = [
  589. "proc-macro-hack",
  590. "proc-macro2",
  591. "quote",
  592. "syn",
  593. ]
  594. [[package]]
  595. name = "futures-sink"
  596. version = "0.3.4"
  597. source = "registry+https://github.com/rust-lang/crates.io-index"
  598. checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
  599. [[package]]
  600. name = "futures-task"
  601. version = "0.3.4"
  602. source = "registry+https://github.com/rust-lang/crates.io-index"
  603. checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
  604. [[package]]
  605. name = "futures-util"
  606. version = "0.3.4"
  607. source = "registry+https://github.com/rust-lang/crates.io-index"
  608. checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
  609. dependencies = [
  610. "futures-channel",
  611. "futures-core",
  612. "futures-io",
  613. "futures-macro",
  614. "futures-sink",
  615. "futures-task",
  616. "memchr",
  617. "pin-utils",
  618. "proc-macro-hack",
  619. "proc-macro-nested",
  620. "slab",
  621. ]
  622. [[package]]
  623. name = "fxhash"
  624. version = "0.2.1"
  625. source = "registry+https://github.com/rust-lang/crates.io-index"
  626. checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
  627. dependencies = [
  628. "byteorder",
  629. ]
  630. [[package]]
  631. name = "getrandom"
  632. version = "0.1.14"
  633. source = "registry+https://github.com/rust-lang/crates.io-index"
  634. checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
  635. dependencies = [
  636. "cfg-if",
  637. "libc",
  638. "wasi",
  639. ]
  640. [[package]]
  641. name = "h2"
  642. version = "0.2.2"
  643. source = "registry+https://github.com/rust-lang/crates.io-index"
  644. checksum = "9d5c295d1c0c68e4e42003d75f908f5e16a1edd1cbe0b0d02e4dc2006a384f47"
  645. dependencies = [
  646. "bytes",
  647. "fnv",
  648. "futures-core",
  649. "futures-sink",
  650. "futures-util",
  651. "http",
  652. "indexmap",
  653. "log",
  654. "slab",
  655. "tokio",
  656. "tokio-util",
  657. ]
  658. [[package]]
  659. name = "heck"
  660. version = "0.3.1"
  661. source = "registry+https://github.com/rust-lang/crates.io-index"
  662. checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
  663. dependencies = [
  664. "unicode-segmentation",
  665. ]
  666. [[package]]
  667. name = "hello-rust"
  668. version = "0.1.0"
  669. dependencies = [
  670. "actix-files",
  671. "actix-rt",
  672. "actix-web",
  673. "bytes",
  674. "env_logger",
  675. "serde",
  676. "serde_json",
  677. ]
  678. [[package]]
  679. name = "hermit-abi"
  680. version = "0.1.8"
  681. source = "registry+https://github.com/rust-lang/crates.io-index"
  682. checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
  683. dependencies = [
  684. "libc",
  685. ]
  686. [[package]]
  687. name = "hostname"
  688. version = "0.3.1"
  689. source = "registry+https://github.com/rust-lang/crates.io-index"
  690. checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
  691. dependencies = [
  692. "libc",
  693. "match_cfg",
  694. "winapi 0.3.8",
  695. ]
  696. [[package]]
  697. name = "http"
  698. version = "0.2.0"
  699. source = "registry+https://github.com/rust-lang/crates.io-index"
  700. checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
  701. dependencies = [
  702. "bytes",
  703. "fnv",
  704. "itoa",
  705. ]
  706. [[package]]
  707. name = "httparse"
  708. version = "1.3.4"
  709. source = "registry+https://github.com/rust-lang/crates.io-index"
  710. checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
  711. [[package]]
  712. name = "humantime"
  713. version = "1.3.0"
  714. source = "registry+https://github.com/rust-lang/crates.io-index"
  715. checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
  716. dependencies = [
  717. "quick-error",
  718. ]
  719. [[package]]
  720. name = "idna"
  721. version = "0.2.0"
  722. source = "registry+https://github.com/rust-lang/crates.io-index"
  723. checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
  724. dependencies = [
  725. "matches",
  726. "unicode-bidi",
  727. "unicode-normalization",
  728. ]
  729. [[package]]
  730. name = "indexmap"
  731. version = "1.3.2"
  732. source = "registry+https://github.com/rust-lang/crates.io-index"
  733. checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
  734. dependencies = [
  735. "autocfg",
  736. ]
  737. [[package]]
  738. name = "iovec"
  739. version = "0.1.4"
  740. source = "registry+https://github.com/rust-lang/crates.io-index"
  741. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  742. dependencies = [
  743. "libc",
  744. ]
  745. [[package]]
  746. name = "ipconfig"
  747. version = "0.2.2"
  748. source = "registry+https://github.com/rust-lang/crates.io-index"
  749. checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
  750. dependencies = [
  751. "socket2",
  752. "widestring",
  753. "winapi 0.3.8",
  754. "winreg",
  755. ]
  756. [[package]]
  757. name = "itoa"
  758. version = "0.4.5"
  759. source = "registry+https://github.com/rust-lang/crates.io-index"
  760. checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
  761. [[package]]
  762. name = "kernel32-sys"
  763. version = "0.2.2"
  764. source = "registry+https://github.com/rust-lang/crates.io-index"
  765. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  766. dependencies = [
  767. "winapi 0.2.8",
  768. "winapi-build",
  769. ]
  770. [[package]]
  771. name = "language-tags"
  772. version = "0.2.2"
  773. source = "registry+https://github.com/rust-lang/crates.io-index"
  774. checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
  775. [[package]]
  776. name = "lazy_static"
  777. version = "1.4.0"
  778. source = "registry+https://github.com/rust-lang/crates.io-index"
  779. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  780. [[package]]
  781. name = "libc"
  782. version = "0.2.69"
  783. source = "registry+https://github.com/rust-lang/crates.io-index"
  784. checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
  785. [[package]]
  786. name = "linked-hash-map"
  787. version = "0.5.3"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
  790. [[package]]
  791. name = "lock_api"
  792. version = "0.3.4"
  793. source = "registry+https://github.com/rust-lang/crates.io-index"
  794. checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
  795. dependencies = [
  796. "scopeguard",
  797. ]
  798. [[package]]
  799. name = "log"
  800. version = "0.4.8"
  801. source = "registry+https://github.com/rust-lang/crates.io-index"
  802. checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
  803. dependencies = [
  804. "cfg-if",
  805. ]
  806. [[package]]
  807. name = "lru-cache"
  808. version = "0.1.2"
  809. source = "registry+https://github.com/rust-lang/crates.io-index"
  810. checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
  811. dependencies = [
  812. "linked-hash-map",
  813. ]
  814. [[package]]
  815. name = "match_cfg"
  816. version = "0.1.0"
  817. source = "registry+https://github.com/rust-lang/crates.io-index"
  818. checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
  819. [[package]]
  820. name = "matches"
  821. version = "0.1.8"
  822. source = "registry+https://github.com/rust-lang/crates.io-index"
  823. checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
  824. [[package]]
  825. name = "memchr"
  826. version = "2.3.3"
  827. source = "registry+https://github.com/rust-lang/crates.io-index"
  828. checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
  829. [[package]]
  830. name = "mime"
  831. version = "0.3.16"
  832. source = "registry+https://github.com/rust-lang/crates.io-index"
  833. checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
  834. [[package]]
  835. name = "mime_guess"
  836. version = "2.0.3"
  837. source = "registry+https://github.com/rust-lang/crates.io-index"
  838. checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
  839. dependencies = [
  840. "mime",
  841. "unicase",
  842. ]
  843. [[package]]
  844. name = "miniz_oxide"
  845. version = "0.3.6"
  846. source = "registry+https://github.com/rust-lang/crates.io-index"
  847. checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
  848. dependencies = [
  849. "adler32",
  850. ]
  851. [[package]]
  852. name = "mio"
  853. version = "0.6.21"
  854. source = "registry+https://github.com/rust-lang/crates.io-index"
  855. checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
  856. dependencies = [
  857. "cfg-if",
  858. "fuchsia-zircon",
  859. "fuchsia-zircon-sys",
  860. "iovec",
  861. "kernel32-sys",
  862. "libc",
  863. "log",
  864. "miow",
  865. "net2",
  866. "slab",
  867. "winapi 0.2.8",
  868. ]
  869. [[package]]
  870. name = "mio-uds"
  871. version = "0.6.7"
  872. source = "registry+https://github.com/rust-lang/crates.io-index"
  873. checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
  874. dependencies = [
  875. "iovec",
  876. "libc",
  877. "mio",
  878. ]
  879. [[package]]
  880. name = "miow"
  881. version = "0.2.1"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
  884. dependencies = [
  885. "kernel32-sys",
  886. "net2",
  887. "winapi 0.2.8",
  888. "ws2_32-sys",
  889. ]
  890. [[package]]
  891. name = "net2"
  892. version = "0.2.33"
  893. source = "registry+https://github.com/rust-lang/crates.io-index"
  894. checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
  895. dependencies = [
  896. "cfg-if",
  897. "libc",
  898. "winapi 0.3.8",
  899. ]
  900. [[package]]
  901. name = "nom"
  902. version = "4.2.3"
  903. source = "registry+https://github.com/rust-lang/crates.io-index"
  904. checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
  905. dependencies = [
  906. "memchr",
  907. "version_check 0.1.5",
  908. ]
  909. [[package]]
  910. name = "num-integer"
  911. version = "0.1.42"
  912. source = "registry+https://github.com/rust-lang/crates.io-index"
  913. checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
  914. dependencies = [
  915. "autocfg",
  916. "num-traits",
  917. ]
  918. [[package]]
  919. name = "num-traits"
  920. version = "0.2.11"
  921. source = "registry+https://github.com/rust-lang/crates.io-index"
  922. checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
  923. dependencies = [
  924. "autocfg",
  925. ]
  926. [[package]]
  927. name = "num_cpus"
  928. version = "1.13.0"
  929. source = "registry+https://github.com/rust-lang/crates.io-index"
  930. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  931. dependencies = [
  932. "hermit-abi",
  933. "libc",
  934. ]
  935. [[package]]
  936. name = "parking_lot"
  937. version = "0.10.2"
  938. source = "registry+https://github.com/rust-lang/crates.io-index"
  939. checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
  940. dependencies = [
  941. "lock_api",
  942. "parking_lot_core",
  943. ]
  944. [[package]]
  945. name = "parking_lot_core"
  946. version = "0.7.2"
  947. source = "registry+https://github.com/rust-lang/crates.io-index"
  948. checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
  949. dependencies = [
  950. "cfg-if",
  951. "cloudabi",
  952. "libc",
  953. "redox_syscall",
  954. "smallvec",
  955. "winapi 0.3.8",
  956. ]
  957. [[package]]
  958. name = "percent-encoding"
  959. version = "2.1.0"
  960. source = "registry+https://github.com/rust-lang/crates.io-index"
  961. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  962. [[package]]
  963. name = "pin-project"
  964. version = "0.4.8"
  965. source = "registry+https://github.com/rust-lang/crates.io-index"
  966. checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
  967. dependencies = [
  968. "pin-project-internal",
  969. ]
  970. [[package]]
  971. name = "pin-project-internal"
  972. version = "0.4.8"
  973. source = "registry+https://github.com/rust-lang/crates.io-index"
  974. checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
  975. dependencies = [
  976. "proc-macro2",
  977. "quote",
  978. "syn",
  979. ]
  980. [[package]]
  981. name = "pin-project-lite"
  982. version = "0.1.4"
  983. source = "registry+https://github.com/rust-lang/crates.io-index"
  984. checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
  985. [[package]]
  986. name = "pin-utils"
  987. version = "0.1.0-alpha.4"
  988. source = "registry+https://github.com/rust-lang/crates.io-index"
  989. checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
  990. [[package]]
  991. name = "ppv-lite86"
  992. version = "0.2.6"
  993. source = "registry+https://github.com/rust-lang/crates.io-index"
  994. checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
  995. [[package]]
  996. name = "proc-macro-hack"
  997. version = "0.5.15"
  998. source = "registry+https://github.com/rust-lang/crates.io-index"
  999. checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
  1000. [[package]]
  1001. name = "proc-macro-nested"
  1002. version = "0.1.4"
  1003. source = "registry+https://github.com/rust-lang/crates.io-index"
  1004. checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
  1005. [[package]]
  1006. name = "proc-macro2"
  1007. version = "1.0.9"
  1008. source = "registry+https://github.com/rust-lang/crates.io-index"
  1009. checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
  1010. dependencies = [
  1011. "unicode-xid",
  1012. ]
  1013. [[package]]
  1014. name = "quick-error"
  1015. version = "1.2.3"
  1016. source = "registry+https://github.com/rust-lang/crates.io-index"
  1017. checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
  1018. [[package]]
  1019. name = "quote"
  1020. version = "1.0.3"
  1021. source = "registry+https://github.com/rust-lang/crates.io-index"
  1022. checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
  1023. dependencies = [
  1024. "proc-macro2",
  1025. ]
  1026. [[package]]
  1027. name = "rand"
  1028. version = "0.7.3"
  1029. source = "registry+https://github.com/rust-lang/crates.io-index"
  1030. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  1031. dependencies = [
  1032. "getrandom",
  1033. "libc",
  1034. "rand_chacha",
  1035. "rand_core",
  1036. "rand_hc",
  1037. ]
  1038. [[package]]
  1039. name = "rand_chacha"
  1040. version = "0.2.2"
  1041. source = "registry+https://github.com/rust-lang/crates.io-index"
  1042. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  1043. dependencies = [
  1044. "ppv-lite86",
  1045. "rand_core",
  1046. ]
  1047. [[package]]
  1048. name = "rand_core"
  1049. version = "0.5.1"
  1050. source = "registry+https://github.com/rust-lang/crates.io-index"
  1051. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  1052. dependencies = [
  1053. "getrandom",
  1054. ]
  1055. [[package]]
  1056. name = "rand_hc"
  1057. version = "0.2.0"
  1058. source = "registry+https://github.com/rust-lang/crates.io-index"
  1059. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  1060. dependencies = [
  1061. "rand_core",
  1062. ]
  1063. [[package]]
  1064. name = "redox_syscall"
  1065. version = "0.1.56"
  1066. source = "registry+https://github.com/rust-lang/crates.io-index"
  1067. checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
  1068. [[package]]
  1069. name = "regex"
  1070. version = "1.3.7"
  1071. source = "registry+https://github.com/rust-lang/crates.io-index"
  1072. checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
  1073. dependencies = [
  1074. "aho-corasick",
  1075. "memchr",
  1076. "regex-syntax",
  1077. "thread_local",
  1078. ]
  1079. [[package]]
  1080. name = "regex-syntax"
  1081. version = "0.6.17"
  1082. source = "registry+https://github.com/rust-lang/crates.io-index"
  1083. checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
  1084. [[package]]
  1085. name = "resolv-conf"
  1086. version = "0.6.3"
  1087. source = "registry+https://github.com/rust-lang/crates.io-index"
  1088. checksum = "11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a"
  1089. dependencies = [
  1090. "hostname",
  1091. "quick-error",
  1092. ]
  1093. [[package]]
  1094. name = "rustc-demangle"
  1095. version = "0.1.16"
  1096. source = "registry+https://github.com/rust-lang/crates.io-index"
  1097. checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
  1098. [[package]]
  1099. name = "ryu"
  1100. version = "1.0.3"
  1101. source = "registry+https://github.com/rust-lang/crates.io-index"
  1102. checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
  1103. [[package]]
  1104. name = "scopeguard"
  1105. version = "1.1.0"
  1106. source = "registry+https://github.com/rust-lang/crates.io-index"
  1107. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  1108. [[package]]
  1109. name = "serde"
  1110. version = "1.0.106"
  1111. source = "registry+https://github.com/rust-lang/crates.io-index"
  1112. checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
  1113. dependencies = [
  1114. "serde_derive",
  1115. ]
  1116. [[package]]
  1117. name = "serde_derive"
  1118. version = "1.0.106"
  1119. source = "registry+https://github.com/rust-lang/crates.io-index"
  1120. checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
  1121. dependencies = [
  1122. "proc-macro2",
  1123. "quote",
  1124. "syn",
  1125. ]
  1126. [[package]]
  1127. name = "serde_json"
  1128. version = "1.0.52"
  1129. source = "registry+https://github.com/rust-lang/crates.io-index"
  1130. checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd"
  1131. dependencies = [
  1132. "itoa",
  1133. "ryu",
  1134. "serde",
  1135. ]
  1136. [[package]]
  1137. name = "serde_urlencoded"
  1138. version = "0.6.1"
  1139. source = "registry+https://github.com/rust-lang/crates.io-index"
  1140. checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
  1141. dependencies = [
  1142. "dtoa",
  1143. "itoa",
  1144. "serde",
  1145. "url",
  1146. ]
  1147. [[package]]
  1148. name = "sha1"
  1149. version = "0.6.0"
  1150. source = "registry+https://github.com/rust-lang/crates.io-index"
  1151. checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
  1152. [[package]]
  1153. name = "signal-hook-registry"
  1154. version = "1.2.0"
  1155. source = "registry+https://github.com/rust-lang/crates.io-index"
  1156. checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
  1157. dependencies = [
  1158. "arc-swap",
  1159. "libc",
  1160. ]
  1161. [[package]]
  1162. name = "slab"
  1163. version = "0.4.2"
  1164. source = "registry+https://github.com/rust-lang/crates.io-index"
  1165. checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  1166. [[package]]
  1167. name = "smallvec"
  1168. version = "1.2.0"
  1169. source = "registry+https://github.com/rust-lang/crates.io-index"
  1170. checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
  1171. [[package]]
  1172. name = "socket2"
  1173. version = "0.3.11"
  1174. source = "registry+https://github.com/rust-lang/crates.io-index"
  1175. checksum = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
  1176. dependencies = [
  1177. "cfg-if",
  1178. "libc",
  1179. "redox_syscall",
  1180. "winapi 0.3.8",
  1181. ]
  1182. [[package]]
  1183. name = "syn"
  1184. version = "1.0.16"
  1185. source = "registry+https://github.com/rust-lang/crates.io-index"
  1186. checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
  1187. dependencies = [
  1188. "proc-macro2",
  1189. "quote",
  1190. "unicode-xid",
  1191. ]
  1192. [[package]]
  1193. name = "synstructure"
  1194. version = "0.12.3"
  1195. source = "registry+https://github.com/rust-lang/crates.io-index"
  1196. checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
  1197. dependencies = [
  1198. "proc-macro2",
  1199. "quote",
  1200. "syn",
  1201. "unicode-xid",
  1202. ]
  1203. [[package]]
  1204. name = "termcolor"
  1205. version = "1.1.0"
  1206. source = "registry+https://github.com/rust-lang/crates.io-index"
  1207. checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
  1208. dependencies = [
  1209. "winapi-util",
  1210. ]
  1211. [[package]]
  1212. name = "thread_local"
  1213. version = "1.0.1"
  1214. source = "registry+https://github.com/rust-lang/crates.io-index"
  1215. checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
  1216. dependencies = [
  1217. "lazy_static",
  1218. ]
  1219. [[package]]
  1220. name = "threadpool"
  1221. version = "1.8.0"
  1222. source = "registry+https://github.com/rust-lang/crates.io-index"
  1223. checksum = "e8dae184447c15d5a6916d973c642aec485105a13cd238192a6927ae3e077d66"
  1224. dependencies = [
  1225. "num_cpus",
  1226. ]
  1227. [[package]]
  1228. name = "time"
  1229. version = "0.1.42"
  1230. source = "registry+https://github.com/rust-lang/crates.io-index"
  1231. checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
  1232. dependencies = [
  1233. "libc",
  1234. "redox_syscall",
  1235. "winapi 0.3.8",
  1236. ]
  1237. [[package]]
  1238. name = "tokio"
  1239. version = "0.2.13"
  1240. source = "registry+https://github.com/rust-lang/crates.io-index"
  1241. checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616"
  1242. dependencies = [
  1243. "bytes",
  1244. "fnv",
  1245. "futures-core",
  1246. "iovec",
  1247. "lazy_static",
  1248. "libc",
  1249. "memchr",
  1250. "mio",
  1251. "mio-uds",
  1252. "pin-project-lite",
  1253. "signal-hook-registry",
  1254. "slab",
  1255. "winapi 0.3.8",
  1256. ]
  1257. [[package]]
  1258. name = "tokio-util"
  1259. version = "0.2.0"
  1260. source = "registry+https://github.com/rust-lang/crates.io-index"
  1261. checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
  1262. dependencies = [
  1263. "bytes",
  1264. "futures-core",
  1265. "futures-sink",
  1266. "log",
  1267. "pin-project-lite",
  1268. "tokio",
  1269. ]
  1270. [[package]]
  1271. name = "trust-dns-proto"
  1272. version = "0.18.0-alpha.2"
  1273. source = "registry+https://github.com/rust-lang/crates.io-index"
  1274. checksum = "2a7f3a2ab8a919f5eca52a468866a67ed7d3efa265d48a652a9a3452272b413f"
  1275. dependencies = [
  1276. "async-trait",
  1277. "enum-as-inner",
  1278. "failure",
  1279. "futures",
  1280. "idna",
  1281. "lazy_static",
  1282. "log",
  1283. "rand",
  1284. "smallvec",
  1285. "socket2",
  1286. "tokio",
  1287. "url",
  1288. ]
  1289. [[package]]
  1290. name = "trust-dns-resolver"
  1291. version = "0.18.0-alpha.2"
  1292. source = "registry+https://github.com/rust-lang/crates.io-index"
  1293. checksum = "6f90b1502b226f8b2514c6d5b37bafa8c200d7ca4102d57dc36ee0f3b7a04a2f"
  1294. dependencies = [
  1295. "cfg-if",
  1296. "failure",
  1297. "futures",
  1298. "ipconfig",
  1299. "lazy_static",
  1300. "log",
  1301. "lru-cache",
  1302. "resolv-conf",
  1303. "smallvec",
  1304. "tokio",
  1305. "trust-dns-proto",
  1306. ]
  1307. [[package]]
  1308. name = "unicase"
  1309. version = "2.6.0"
  1310. source = "registry+https://github.com/rust-lang/crates.io-index"
  1311. checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
  1312. dependencies = [
  1313. "version_check 0.9.1",
  1314. ]
  1315. [[package]]
  1316. name = "unicode-bidi"
  1317. version = "0.3.4"
  1318. source = "registry+https://github.com/rust-lang/crates.io-index"
  1319. checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
  1320. dependencies = [
  1321. "matches",
  1322. ]
  1323. [[package]]
  1324. name = "unicode-normalization"
  1325. version = "0.1.12"
  1326. source = "registry+https://github.com/rust-lang/crates.io-index"
  1327. checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
  1328. dependencies = [
  1329. "smallvec",
  1330. ]
  1331. [[package]]
  1332. name = "unicode-segmentation"
  1333. version = "1.6.0"
  1334. source = "registry+https://github.com/rust-lang/crates.io-index"
  1335. checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
  1336. [[package]]
  1337. name = "unicode-xid"
  1338. version = "0.2.0"
  1339. source = "registry+https://github.com/rust-lang/crates.io-index"
  1340. checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  1341. [[package]]
  1342. name = "url"
  1343. version = "2.1.1"
  1344. source = "registry+https://github.com/rust-lang/crates.io-index"
  1345. checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
  1346. dependencies = [
  1347. "idna",
  1348. "matches",
  1349. "percent-encoding",
  1350. ]
  1351. [[package]]
  1352. name = "v_escape"
  1353. version = "0.7.4"
  1354. source = "registry+https://github.com/rust-lang/crates.io-index"
  1355. checksum = "660b101c07b5d0863deb9e7fb3138777e858d6d2a79f9e6049a27d1cc77c6da6"
  1356. dependencies = [
  1357. "v_escape_derive",
  1358. ]
  1359. [[package]]
  1360. name = "v_escape_derive"
  1361. version = "0.5.6"
  1362. source = "registry+https://github.com/rust-lang/crates.io-index"
  1363. checksum = "c2ca2a14bc3fc5b64d188b087a7d3a927df87b152e941ccfbc66672e20c467ae"
  1364. dependencies = [
  1365. "nom",
  1366. "proc-macro2",
  1367. "quote",
  1368. "syn",
  1369. ]
  1370. [[package]]
  1371. name = "v_htmlescape"
  1372. version = "0.4.5"
  1373. source = "registry+https://github.com/rust-lang/crates.io-index"
  1374. checksum = "e33e939c0d8cf047514fb6ba7d5aac78bc56677a6938b2ee67000b91f2e97e41"
  1375. dependencies = [
  1376. "cfg-if",
  1377. "v_escape",
  1378. ]
  1379. [[package]]
  1380. name = "version_check"
  1381. version = "0.1.5"
  1382. source = "registry+https://github.com/rust-lang/crates.io-index"
  1383. checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
  1384. [[package]]
  1385. name = "version_check"
  1386. version = "0.9.1"
  1387. source = "registry+https://github.com/rust-lang/crates.io-index"
  1388. checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
  1389. [[package]]
  1390. name = "wasi"
  1391. version = "0.9.0+wasi-snapshot-preview1"
  1392. source = "registry+https://github.com/rust-lang/crates.io-index"
  1393. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  1394. [[package]]
  1395. name = "widestring"
  1396. version = "0.4.0"
  1397. source = "registry+https://github.com/rust-lang/crates.io-index"
  1398. checksum = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"
  1399. [[package]]
  1400. name = "winapi"
  1401. version = "0.2.8"
  1402. source = "registry+https://github.com/rust-lang/crates.io-index"
  1403. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  1404. [[package]]
  1405. name = "winapi"
  1406. version = "0.3.8"
  1407. source = "registry+https://github.com/rust-lang/crates.io-index"
  1408. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  1409. dependencies = [
  1410. "winapi-i686-pc-windows-gnu",
  1411. "winapi-x86_64-pc-windows-gnu",
  1412. ]
  1413. [[package]]
  1414. name = "winapi-build"
  1415. version = "0.1.1"
  1416. source = "registry+https://github.com/rust-lang/crates.io-index"
  1417. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  1418. [[package]]
  1419. name = "winapi-i686-pc-windows-gnu"
  1420. version = "0.4.0"
  1421. source = "registry+https://github.com/rust-lang/crates.io-index"
  1422. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1423. [[package]]
  1424. name = "winapi-util"
  1425. version = "0.1.5"
  1426. source = "registry+https://github.com/rust-lang/crates.io-index"
  1427. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  1428. dependencies = [
  1429. "winapi 0.3.8",
  1430. ]
  1431. [[package]]
  1432. name = "winapi-x86_64-pc-windows-gnu"
  1433. version = "0.4.0"
  1434. source = "registry+https://github.com/rust-lang/crates.io-index"
  1435. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1436. [[package]]
  1437. name = "winreg"
  1438. version = "0.6.2"
  1439. source = "registry+https://github.com/rust-lang/crates.io-index"
  1440. checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
  1441. dependencies = [
  1442. "winapi 0.3.8",
  1443. ]
  1444. [[package]]
  1445. name = "ws2_32-sys"
  1446. version = "0.2.1"
  1447. source = "registry+https://github.com/rust-lang/crates.io-index"
  1448. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  1449. dependencies = [
  1450. "winapi 0.2.8",
  1451. "winapi-build",
  1452. ]