Cargo.lock 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "ansi_term"
  6. version = "0.12.1"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
  9. dependencies = [
  10. "winapi",
  11. ]
  12. [[package]]
  13. name = "async-channel"
  14. version = "1.6.1"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
  17. dependencies = [
  18. "concurrent-queue",
  19. "event-listener",
  20. "futures-core",
  21. ]
  22. [[package]]
  23. name = "async-executor"
  24. version = "1.4.1"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
  27. dependencies = [
  28. "async-task",
  29. "concurrent-queue",
  30. "fastrand",
  31. "futures-lite",
  32. "once_cell",
  33. "slab",
  34. ]
  35. [[package]]
  36. name = "async-fs"
  37. version = "1.5.0"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
  40. dependencies = [
  41. "async-lock",
  42. "blocking",
  43. "futures-lite",
  44. ]
  45. [[package]]
  46. name = "async-global-executor"
  47. version = "2.0.2"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
  50. dependencies = [
  51. "async-channel",
  52. "async-executor",
  53. "async-io",
  54. "async-mutex",
  55. "blocking",
  56. "futures-lite",
  57. "num_cpus",
  58. "once_cell",
  59. ]
  60. [[package]]
  61. name = "async-io"
  62. version = "1.6.0"
  63. source = "registry+https://github.com/rust-lang/crates.io-index"
  64. checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
  65. dependencies = [
  66. "concurrent-queue",
  67. "futures-lite",
  68. "libc",
  69. "log",
  70. "once_cell",
  71. "parking",
  72. "polling",
  73. "slab",
  74. "socket2",
  75. "waker-fn",
  76. "winapi",
  77. ]
  78. [[package]]
  79. name = "async-lock"
  80. version = "2.4.0"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
  83. dependencies = [
  84. "event-listener",
  85. ]
  86. [[package]]
  87. name = "async-mutex"
  88. version = "1.4.0"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
  91. dependencies = [
  92. "event-listener",
  93. ]
  94. [[package]]
  95. name = "async-native-tls"
  96. version = "0.4.0"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "d57d4cec3c647232e1094dc013546c0b33ce785d8aeb251e1f20dfaf8a9a13fe"
  99. dependencies = [
  100. "futures-util",
  101. "native-tls",
  102. "thiserror",
  103. "url",
  104. ]
  105. [[package]]
  106. name = "async-net"
  107. version = "1.6.1"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
  110. dependencies = [
  111. "async-io",
  112. "blocking",
  113. "futures-lite",
  114. ]
  115. [[package]]
  116. name = "async-process"
  117. version = "1.3.0"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
  120. dependencies = [
  121. "async-io",
  122. "blocking",
  123. "cfg-if",
  124. "event-listener",
  125. "futures-lite",
  126. "libc",
  127. "once_cell",
  128. "signal-hook",
  129. "winapi",
  130. ]
  131. [[package]]
  132. name = "async-std"
  133. version = "1.10.0"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
  136. dependencies = [
  137. "async-channel",
  138. "async-global-executor",
  139. "async-io",
  140. "async-lock",
  141. "crossbeam-utils",
  142. "futures-channel",
  143. "futures-core",
  144. "futures-io",
  145. "futures-lite",
  146. "gloo-timers",
  147. "kv-log-macro",
  148. "log",
  149. "memchr",
  150. "num_cpus",
  151. "once_cell",
  152. "pin-project-lite",
  153. "pin-utils",
  154. "slab",
  155. "wasm-bindgen-futures",
  156. ]
  157. [[package]]
  158. name = "async-task"
  159. version = "4.0.3"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
  162. [[package]]
  163. name = "async-trait"
  164. version = "0.1.52"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
  167. dependencies = [
  168. "proc-macro2",
  169. "quote",
  170. "syn",
  171. ]
  172. [[package]]
  173. name = "async-tungstenite"
  174. version = "0.16.1"
  175. source = "registry+https://github.com/rust-lang/crates.io-index"
  176. checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
  177. dependencies = [
  178. "futures-io",
  179. "futures-util",
  180. "log",
  181. "pin-project-lite",
  182. "tungstenite",
  183. ]
  184. [[package]]
  185. name = "atomic-waker"
  186. version = "1.0.0"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
  189. [[package]]
  190. name = "atty"
  191. version = "0.2.14"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  194. dependencies = [
  195. "hermit-abi",
  196. "libc",
  197. "winapi",
  198. ]
  199. [[package]]
  200. name = "autocfg"
  201. version = "1.0.1"
  202. source = "registry+https://github.com/rust-lang/crates.io-index"
  203. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  204. [[package]]
  205. name = "base64"
  206. version = "0.13.0"
  207. source = "registry+https://github.com/rust-lang/crates.io-index"
  208. checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
  209. [[package]]
  210. name = "bincode"
  211. version = "1.3.3"
  212. source = "registry+https://github.com/rust-lang/crates.io-index"
  213. checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
  214. dependencies = [
  215. "serde",
  216. ]
  217. [[package]]
  218. name = "bitflags"
  219. version = "1.3.2"
  220. source = "registry+https://github.com/rust-lang/crates.io-index"
  221. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  222. [[package]]
  223. name = "block-buffer"
  224. version = "0.9.0"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
  227. dependencies = [
  228. "generic-array",
  229. ]
  230. [[package]]
  231. name = "blocking"
  232. version = "1.1.0"
  233. source = "registry+https://github.com/rust-lang/crates.io-index"
  234. checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"
  235. dependencies = [
  236. "async-channel",
  237. "async-task",
  238. "atomic-waker",
  239. "fastrand",
  240. "futures-lite",
  241. "once_cell",
  242. ]
  243. [[package]]
  244. name = "bumpalo"
  245. version = "3.9.1"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
  248. [[package]]
  249. name = "byteorder"
  250. version = "1.4.3"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
  253. [[package]]
  254. name = "bytes"
  255. version = "1.1.0"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  258. [[package]]
  259. name = "cache-padded"
  260. version = "1.2.0"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
  263. [[package]]
  264. name = "cc"
  265. version = "1.0.72"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
  268. [[package]]
  269. name = "cfg-if"
  270. version = "1.0.0"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  273. [[package]]
  274. name = "chrono"
  275. version = "0.4.19"
  276. source = "registry+https://github.com/rust-lang/crates.io-index"
  277. checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
  278. dependencies = [
  279. "libc",
  280. "num-integer",
  281. "num-traits",
  282. "time",
  283. "winapi",
  284. ]
  285. [[package]]
  286. name = "clap"
  287. version = "2.34.0"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
  290. dependencies = [
  291. "ansi_term",
  292. "atty",
  293. "bitflags",
  294. "strsim",
  295. "textwrap",
  296. "unicode-width",
  297. "vec_map",
  298. ]
  299. [[package]]
  300. name = "concurrent-queue"
  301. version = "1.2.2"
  302. source = "registry+https://github.com/rust-lang/crates.io-index"
  303. checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
  304. dependencies = [
  305. "cache-padded",
  306. ]
  307. [[package]]
  308. name = "core-foundation"
  309. version = "0.9.2"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
  312. dependencies = [
  313. "core-foundation-sys",
  314. "libc",
  315. ]
  316. [[package]]
  317. name = "core-foundation-sys"
  318. version = "0.8.3"
  319. source = "registry+https://github.com/rust-lang/crates.io-index"
  320. checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
  321. [[package]]
  322. name = "cpufeatures"
  323. version = "0.2.1"
  324. source = "registry+https://github.com/rust-lang/crates.io-index"
  325. checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
  326. dependencies = [
  327. "libc",
  328. ]
  329. [[package]]
  330. name = "crossbeam-utils"
  331. version = "0.8.6"
  332. source = "registry+https://github.com/rust-lang/crates.io-index"
  333. checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
  334. dependencies = [
  335. "cfg-if",
  336. "lazy_static",
  337. ]
  338. [[package]]
  339. name = "ctor"
  340. version = "0.1.21"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
  343. dependencies = [
  344. "quote",
  345. "syn",
  346. ]
  347. [[package]]
  348. name = "darkfi"
  349. version = "0.2.0"
  350. dependencies = [
  351. "async-channel",
  352. "async-executor",
  353. "async-native-tls",
  354. "async-std",
  355. "async-trait",
  356. "async-tungstenite",
  357. "bincode",
  358. "dirs",
  359. "futures",
  360. "hex",
  361. "log",
  362. "native-tls",
  363. "num-bigint",
  364. "rand",
  365. "serde",
  366. "serde_json",
  367. "smol",
  368. "thiserror",
  369. "tungstenite",
  370. "url",
  371. ]
  372. [[package]]
  373. name = "digest"
  374. version = "0.9.0"
  375. source = "registry+https://github.com/rust-lang/crates.io-index"
  376. checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
  377. dependencies = [
  378. "generic-array",
  379. ]
  380. [[package]]
  381. name = "dirs"
  382. version = "4.0.0"
  383. source = "registry+https://github.com/rust-lang/crates.io-index"
  384. checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
  385. dependencies = [
  386. "dirs-sys",
  387. ]
  388. [[package]]
  389. name = "dirs-sys"
  390. version = "0.3.6"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
  393. dependencies = [
  394. "libc",
  395. "redox_users",
  396. "winapi",
  397. ]
  398. [[package]]
  399. name = "event-listener"
  400. version = "2.5.1"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
  403. [[package]]
  404. name = "fastrand"
  405. version = "1.6.0"
  406. source = "registry+https://github.com/rust-lang/crates.io-index"
  407. checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
  408. dependencies = [
  409. "instant",
  410. ]
  411. [[package]]
  412. name = "fnv"
  413. version = "1.0.7"
  414. source = "registry+https://github.com/rust-lang/crates.io-index"
  415. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  416. [[package]]
  417. name = "foreign-types"
  418. version = "0.3.2"
  419. source = "registry+https://github.com/rust-lang/crates.io-index"
  420. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  421. dependencies = [
  422. "foreign-types-shared",
  423. ]
  424. [[package]]
  425. name = "foreign-types-shared"
  426. version = "0.1.1"
  427. source = "registry+https://github.com/rust-lang/crates.io-index"
  428. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  429. [[package]]
  430. name = "form_urlencoded"
  431. version = "1.0.1"
  432. source = "registry+https://github.com/rust-lang/crates.io-index"
  433. checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
  434. dependencies = [
  435. "matches",
  436. "percent-encoding",
  437. ]
  438. [[package]]
  439. name = "futures"
  440. version = "0.3.19"
  441. source = "registry+https://github.com/rust-lang/crates.io-index"
  442. checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
  443. dependencies = [
  444. "futures-channel",
  445. "futures-core",
  446. "futures-executor",
  447. "futures-io",
  448. "futures-sink",
  449. "futures-task",
  450. "futures-util",
  451. ]
  452. [[package]]
  453. name = "futures-channel"
  454. version = "0.3.19"
  455. source = "registry+https://github.com/rust-lang/crates.io-index"
  456. checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
  457. dependencies = [
  458. "futures-core",
  459. "futures-sink",
  460. ]
  461. [[package]]
  462. name = "futures-core"
  463. version = "0.3.19"
  464. source = "registry+https://github.com/rust-lang/crates.io-index"
  465. checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
  466. [[package]]
  467. name = "futures-executor"
  468. version = "0.3.19"
  469. source = "registry+https://github.com/rust-lang/crates.io-index"
  470. checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
  471. dependencies = [
  472. "futures-core",
  473. "futures-task",
  474. "futures-util",
  475. ]
  476. [[package]]
  477. name = "futures-io"
  478. version = "0.3.19"
  479. source = "registry+https://github.com/rust-lang/crates.io-index"
  480. checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
  481. [[package]]
  482. name = "futures-lite"
  483. version = "1.12.0"
  484. source = "registry+https://github.com/rust-lang/crates.io-index"
  485. checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
  486. dependencies = [
  487. "fastrand",
  488. "futures-core",
  489. "futures-io",
  490. "memchr",
  491. "parking",
  492. "pin-project-lite",
  493. "waker-fn",
  494. ]
  495. [[package]]
  496. name = "futures-macro"
  497. version = "0.3.19"
  498. source = "registry+https://github.com/rust-lang/crates.io-index"
  499. checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
  500. dependencies = [
  501. "proc-macro2",
  502. "quote",
  503. "syn",
  504. ]
  505. [[package]]
  506. name = "futures-sink"
  507. version = "0.3.19"
  508. source = "registry+https://github.com/rust-lang/crates.io-index"
  509. checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
  510. [[package]]
  511. name = "futures-task"
  512. version = "0.3.19"
  513. source = "registry+https://github.com/rust-lang/crates.io-index"
  514. checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
  515. [[package]]
  516. name = "futures-util"
  517. version = "0.3.19"
  518. source = "registry+https://github.com/rust-lang/crates.io-index"
  519. checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
  520. dependencies = [
  521. "futures-channel",
  522. "futures-core",
  523. "futures-io",
  524. "futures-macro",
  525. "futures-sink",
  526. "futures-task",
  527. "memchr",
  528. "pin-project-lite",
  529. "pin-utils",
  530. "slab",
  531. ]
  532. [[package]]
  533. name = "generic-array"
  534. version = "0.14.5"
  535. source = "registry+https://github.com/rust-lang/crates.io-index"
  536. checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
  537. dependencies = [
  538. "typenum",
  539. "version_check",
  540. ]
  541. [[package]]
  542. name = "getrandom"
  543. version = "0.2.3"
  544. source = "registry+https://github.com/rust-lang/crates.io-index"
  545. checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
  546. dependencies = [
  547. "cfg-if",
  548. "libc",
  549. "wasi",
  550. ]
  551. [[package]]
  552. name = "gloo-timers"
  553. version = "0.2.2"
  554. source = "registry+https://github.com/rust-lang/crates.io-index"
  555. checksum = "6f16c88aa13d2656ef20d1c042086b8767bbe2bdb62526894275a1b062161b2e"
  556. dependencies = [
  557. "futures-channel",
  558. "futures-core",
  559. "js-sys",
  560. "wasm-bindgen",
  561. "web-sys",
  562. ]
  563. [[package]]
  564. name = "hermit-abi"
  565. version = "0.1.19"
  566. source = "registry+https://github.com/rust-lang/crates.io-index"
  567. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  568. dependencies = [
  569. "libc",
  570. ]
  571. [[package]]
  572. name = "hex"
  573. version = "0.4.3"
  574. source = "registry+https://github.com/rust-lang/crates.io-index"
  575. checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
  576. [[package]]
  577. name = "http"
  578. version = "0.2.6"
  579. source = "registry+https://github.com/rust-lang/crates.io-index"
  580. checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
  581. dependencies = [
  582. "bytes",
  583. "fnv",
  584. "itoa",
  585. ]
  586. [[package]]
  587. name = "httparse"
  588. version = "1.5.1"
  589. source = "registry+https://github.com/rust-lang/crates.io-index"
  590. checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
  591. [[package]]
  592. name = "idna"
  593. version = "0.2.3"
  594. source = "registry+https://github.com/rust-lang/crates.io-index"
  595. checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
  596. dependencies = [
  597. "matches",
  598. "unicode-bidi",
  599. "unicode-normalization",
  600. ]
  601. [[package]]
  602. name = "instant"
  603. version = "0.1.12"
  604. source = "registry+https://github.com/rust-lang/crates.io-index"
  605. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  606. dependencies = [
  607. "cfg-if",
  608. ]
  609. [[package]]
  610. name = "ircd"
  611. version = "0.2.0"
  612. dependencies = [
  613. "async-channel",
  614. "async-executor",
  615. "async-std",
  616. "async-trait",
  617. "clap",
  618. "darkfi",
  619. "futures",
  620. "log",
  621. "rand",
  622. "serde_json",
  623. "simplelog",
  624. "smol",
  625. ]
  626. [[package]]
  627. name = "itoa"
  628. version = "1.0.1"
  629. source = "registry+https://github.com/rust-lang/crates.io-index"
  630. checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
  631. [[package]]
  632. name = "js-sys"
  633. version = "0.3.55"
  634. source = "registry+https://github.com/rust-lang/crates.io-index"
  635. checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
  636. dependencies = [
  637. "wasm-bindgen",
  638. ]
  639. [[package]]
  640. name = "kv-log-macro"
  641. version = "1.0.7"
  642. source = "registry+https://github.com/rust-lang/crates.io-index"
  643. checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
  644. dependencies = [
  645. "log",
  646. ]
  647. [[package]]
  648. name = "lazy_static"
  649. version = "1.4.0"
  650. source = "registry+https://github.com/rust-lang/crates.io-index"
  651. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  652. [[package]]
  653. name = "libc"
  654. version = "0.2.112"
  655. source = "registry+https://github.com/rust-lang/crates.io-index"
  656. checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
  657. [[package]]
  658. name = "log"
  659. version = "0.4.14"
  660. source = "registry+https://github.com/rust-lang/crates.io-index"
  661. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  662. dependencies = [
  663. "cfg-if",
  664. "value-bag",
  665. ]
  666. [[package]]
  667. name = "matches"
  668. version = "0.1.9"
  669. source = "registry+https://github.com/rust-lang/crates.io-index"
  670. checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
  671. [[package]]
  672. name = "memchr"
  673. version = "2.4.1"
  674. source = "registry+https://github.com/rust-lang/crates.io-index"
  675. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  676. [[package]]
  677. name = "native-tls"
  678. version = "0.2.8"
  679. source = "registry+https://github.com/rust-lang/crates.io-index"
  680. checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
  681. dependencies = [
  682. "lazy_static",
  683. "libc",
  684. "log",
  685. "openssl",
  686. "openssl-probe",
  687. "openssl-sys",
  688. "schannel",
  689. "security-framework",
  690. "security-framework-sys",
  691. "tempfile",
  692. ]
  693. [[package]]
  694. name = "num-bigint"
  695. version = "0.4.3"
  696. source = "registry+https://github.com/rust-lang/crates.io-index"
  697. checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
  698. dependencies = [
  699. "autocfg",
  700. "num-integer",
  701. "num-traits",
  702. ]
  703. [[package]]
  704. name = "num-integer"
  705. version = "0.1.44"
  706. source = "registry+https://github.com/rust-lang/crates.io-index"
  707. checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
  708. dependencies = [
  709. "autocfg",
  710. "num-traits",
  711. ]
  712. [[package]]
  713. name = "num-traits"
  714. version = "0.2.14"
  715. source = "registry+https://github.com/rust-lang/crates.io-index"
  716. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  717. dependencies = [
  718. "autocfg",
  719. ]
  720. [[package]]
  721. name = "num_cpus"
  722. version = "1.13.1"
  723. source = "registry+https://github.com/rust-lang/crates.io-index"
  724. checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
  725. dependencies = [
  726. "hermit-abi",
  727. "libc",
  728. ]
  729. [[package]]
  730. name = "once_cell"
  731. version = "1.9.0"
  732. source = "registry+https://github.com/rust-lang/crates.io-index"
  733. checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
  734. [[package]]
  735. name = "opaque-debug"
  736. version = "0.3.0"
  737. source = "registry+https://github.com/rust-lang/crates.io-index"
  738. checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
  739. [[package]]
  740. name = "openssl"
  741. version = "0.10.38"
  742. source = "registry+https://github.com/rust-lang/crates.io-index"
  743. checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
  744. dependencies = [
  745. "bitflags",
  746. "cfg-if",
  747. "foreign-types",
  748. "libc",
  749. "once_cell",
  750. "openssl-sys",
  751. ]
  752. [[package]]
  753. name = "openssl-probe"
  754. version = "0.1.5"
  755. source = "registry+https://github.com/rust-lang/crates.io-index"
  756. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  757. [[package]]
  758. name = "openssl-sys"
  759. version = "0.9.72"
  760. source = "registry+https://github.com/rust-lang/crates.io-index"
  761. checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
  762. dependencies = [
  763. "autocfg",
  764. "cc",
  765. "libc",
  766. "pkg-config",
  767. "vcpkg",
  768. ]
  769. [[package]]
  770. name = "parking"
  771. version = "2.0.0"
  772. source = "registry+https://github.com/rust-lang/crates.io-index"
  773. checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
  774. [[package]]
  775. name = "percent-encoding"
  776. version = "2.1.0"
  777. source = "registry+https://github.com/rust-lang/crates.io-index"
  778. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  779. [[package]]
  780. name = "pin-project-lite"
  781. version = "0.2.8"
  782. source = "registry+https://github.com/rust-lang/crates.io-index"
  783. checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
  784. [[package]]
  785. name = "pin-utils"
  786. version = "0.1.0"
  787. source = "registry+https://github.com/rust-lang/crates.io-index"
  788. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  789. [[package]]
  790. name = "pkg-config"
  791. version = "0.3.24"
  792. source = "registry+https://github.com/rust-lang/crates.io-index"
  793. checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
  794. [[package]]
  795. name = "polling"
  796. version = "2.2.0"
  797. source = "registry+https://github.com/rust-lang/crates.io-index"
  798. checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
  799. dependencies = [
  800. "cfg-if",
  801. "libc",
  802. "log",
  803. "wepoll-ffi",
  804. "winapi",
  805. ]
  806. [[package]]
  807. name = "ppv-lite86"
  808. version = "0.2.16"
  809. source = "registry+https://github.com/rust-lang/crates.io-index"
  810. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  811. [[package]]
  812. name = "proc-macro2"
  813. version = "1.0.36"
  814. source = "registry+https://github.com/rust-lang/crates.io-index"
  815. checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
  816. dependencies = [
  817. "unicode-xid",
  818. ]
  819. [[package]]
  820. name = "quote"
  821. version = "1.0.14"
  822. source = "registry+https://github.com/rust-lang/crates.io-index"
  823. checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
  824. dependencies = [
  825. "proc-macro2",
  826. ]
  827. [[package]]
  828. name = "rand"
  829. version = "0.8.4"
  830. source = "registry+https://github.com/rust-lang/crates.io-index"
  831. checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
  832. dependencies = [
  833. "libc",
  834. "rand_chacha",
  835. "rand_core",
  836. "rand_hc",
  837. ]
  838. [[package]]
  839. name = "rand_chacha"
  840. version = "0.3.1"
  841. source = "registry+https://github.com/rust-lang/crates.io-index"
  842. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  843. dependencies = [
  844. "ppv-lite86",
  845. "rand_core",
  846. ]
  847. [[package]]
  848. name = "rand_core"
  849. version = "0.6.3"
  850. source = "registry+https://github.com/rust-lang/crates.io-index"
  851. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  852. dependencies = [
  853. "getrandom",
  854. ]
  855. [[package]]
  856. name = "rand_hc"
  857. version = "0.3.1"
  858. source = "registry+https://github.com/rust-lang/crates.io-index"
  859. checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
  860. dependencies = [
  861. "rand_core",
  862. ]
  863. [[package]]
  864. name = "redox_syscall"
  865. version = "0.2.10"
  866. source = "registry+https://github.com/rust-lang/crates.io-index"
  867. checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
  868. dependencies = [
  869. "bitflags",
  870. ]
  871. [[package]]
  872. name = "redox_users"
  873. version = "0.4.0"
  874. source = "registry+https://github.com/rust-lang/crates.io-index"
  875. checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
  876. dependencies = [
  877. "getrandom",
  878. "redox_syscall",
  879. ]
  880. [[package]]
  881. name = "remove_dir_all"
  882. version = "0.5.3"
  883. source = "registry+https://github.com/rust-lang/crates.io-index"
  884. checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
  885. dependencies = [
  886. "winapi",
  887. ]
  888. [[package]]
  889. name = "ryu"
  890. version = "1.0.9"
  891. source = "registry+https://github.com/rust-lang/crates.io-index"
  892. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  893. [[package]]
  894. name = "schannel"
  895. version = "0.1.19"
  896. source = "registry+https://github.com/rust-lang/crates.io-index"
  897. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  898. dependencies = [
  899. "lazy_static",
  900. "winapi",
  901. ]
  902. [[package]]
  903. name = "security-framework"
  904. version = "2.4.2"
  905. source = "registry+https://github.com/rust-lang/crates.io-index"
  906. checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
  907. dependencies = [
  908. "bitflags",
  909. "core-foundation",
  910. "core-foundation-sys",
  911. "libc",
  912. "security-framework-sys",
  913. ]
  914. [[package]]
  915. name = "security-framework-sys"
  916. version = "2.4.2"
  917. source = "registry+https://github.com/rust-lang/crates.io-index"
  918. checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
  919. dependencies = [
  920. "core-foundation-sys",
  921. "libc",
  922. ]
  923. [[package]]
  924. name = "serde"
  925. version = "1.0.133"
  926. source = "registry+https://github.com/rust-lang/crates.io-index"
  927. checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
  928. dependencies = [
  929. "serde_derive",
  930. ]
  931. [[package]]
  932. name = "serde_derive"
  933. version = "1.0.133"
  934. source = "registry+https://github.com/rust-lang/crates.io-index"
  935. checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
  936. dependencies = [
  937. "proc-macro2",
  938. "quote",
  939. "syn",
  940. ]
  941. [[package]]
  942. name = "serde_json"
  943. version = "1.0.74"
  944. source = "registry+https://github.com/rust-lang/crates.io-index"
  945. checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
  946. dependencies = [
  947. "itoa",
  948. "ryu",
  949. "serde",
  950. ]
  951. [[package]]
  952. name = "sha-1"
  953. version = "0.9.8"
  954. source = "registry+https://github.com/rust-lang/crates.io-index"
  955. checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
  956. dependencies = [
  957. "block-buffer",
  958. "cfg-if",
  959. "cpufeatures",
  960. "digest",
  961. "opaque-debug",
  962. ]
  963. [[package]]
  964. name = "signal-hook"
  965. version = "0.3.13"
  966. source = "registry+https://github.com/rust-lang/crates.io-index"
  967. checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
  968. dependencies = [
  969. "libc",
  970. "signal-hook-registry",
  971. ]
  972. [[package]]
  973. name = "signal-hook-registry"
  974. version = "1.4.0"
  975. source = "registry+https://github.com/rust-lang/crates.io-index"
  976. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  977. dependencies = [
  978. "libc",
  979. ]
  980. [[package]]
  981. name = "simplelog"
  982. version = "0.11.2"
  983. source = "registry+https://github.com/rust-lang/crates.io-index"
  984. checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c"
  985. dependencies = [
  986. "chrono",
  987. "log",
  988. "termcolor",
  989. ]
  990. [[package]]
  991. name = "slab"
  992. version = "0.4.5"
  993. source = "registry+https://github.com/rust-lang/crates.io-index"
  994. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  995. [[package]]
  996. name = "smol"
  997. version = "1.2.5"
  998. source = "registry+https://github.com/rust-lang/crates.io-index"
  999. checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
  1000. dependencies = [
  1001. "async-channel",
  1002. "async-executor",
  1003. "async-fs",
  1004. "async-io",
  1005. "async-lock",
  1006. "async-net",
  1007. "async-process",
  1008. "blocking",
  1009. "futures-lite",
  1010. "once_cell",
  1011. ]
  1012. [[package]]
  1013. name = "socket2"
  1014. version = "0.4.2"
  1015. source = "registry+https://github.com/rust-lang/crates.io-index"
  1016. checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
  1017. dependencies = [
  1018. "libc",
  1019. "winapi",
  1020. ]
  1021. [[package]]
  1022. name = "strsim"
  1023. version = "0.8.0"
  1024. source = "registry+https://github.com/rust-lang/crates.io-index"
  1025. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  1026. [[package]]
  1027. name = "syn"
  1028. version = "1.0.85"
  1029. source = "registry+https://github.com/rust-lang/crates.io-index"
  1030. checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
  1031. dependencies = [
  1032. "proc-macro2",
  1033. "quote",
  1034. "unicode-xid",
  1035. ]
  1036. [[package]]
  1037. name = "tempfile"
  1038. version = "3.3.0"
  1039. source = "registry+https://github.com/rust-lang/crates.io-index"
  1040. checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
  1041. dependencies = [
  1042. "cfg-if",
  1043. "fastrand",
  1044. "libc",
  1045. "redox_syscall",
  1046. "remove_dir_all",
  1047. "winapi",
  1048. ]
  1049. [[package]]
  1050. name = "termcolor"
  1051. version = "1.1.2"
  1052. source = "registry+https://github.com/rust-lang/crates.io-index"
  1053. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  1054. dependencies = [
  1055. "winapi-util",
  1056. ]
  1057. [[package]]
  1058. name = "textwrap"
  1059. version = "0.11.0"
  1060. source = "registry+https://github.com/rust-lang/crates.io-index"
  1061. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  1062. dependencies = [
  1063. "unicode-width",
  1064. ]
  1065. [[package]]
  1066. name = "thiserror"
  1067. version = "1.0.30"
  1068. source = "registry+https://github.com/rust-lang/crates.io-index"
  1069. checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
  1070. dependencies = [
  1071. "thiserror-impl",
  1072. ]
  1073. [[package]]
  1074. name = "thiserror-impl"
  1075. version = "1.0.30"
  1076. source = "registry+https://github.com/rust-lang/crates.io-index"
  1077. checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
  1078. dependencies = [
  1079. "proc-macro2",
  1080. "quote",
  1081. "syn",
  1082. ]
  1083. [[package]]
  1084. name = "time"
  1085. version = "0.1.44"
  1086. source = "registry+https://github.com/rust-lang/crates.io-index"
  1087. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  1088. dependencies = [
  1089. "libc",
  1090. "wasi",
  1091. "winapi",
  1092. ]
  1093. [[package]]
  1094. name = "tinyvec"
  1095. version = "1.5.1"
  1096. source = "registry+https://github.com/rust-lang/crates.io-index"
  1097. checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
  1098. dependencies = [
  1099. "tinyvec_macros",
  1100. ]
  1101. [[package]]
  1102. name = "tinyvec_macros"
  1103. version = "0.1.0"
  1104. source = "registry+https://github.com/rust-lang/crates.io-index"
  1105. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  1106. [[package]]
  1107. name = "tungstenite"
  1108. version = "0.16.0"
  1109. source = "registry+https://github.com/rust-lang/crates.io-index"
  1110. checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
  1111. dependencies = [
  1112. "base64",
  1113. "byteorder",
  1114. "bytes",
  1115. "http",
  1116. "httparse",
  1117. "log",
  1118. "rand",
  1119. "sha-1",
  1120. "thiserror",
  1121. "url",
  1122. "utf-8",
  1123. ]
  1124. [[package]]
  1125. name = "typenum"
  1126. version = "1.15.0"
  1127. source = "registry+https://github.com/rust-lang/crates.io-index"
  1128. checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
  1129. [[package]]
  1130. name = "unicode-bidi"
  1131. version = "0.3.7"
  1132. source = "registry+https://github.com/rust-lang/crates.io-index"
  1133. checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
  1134. [[package]]
  1135. name = "unicode-normalization"
  1136. version = "0.1.19"
  1137. source = "registry+https://github.com/rust-lang/crates.io-index"
  1138. checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
  1139. dependencies = [
  1140. "tinyvec",
  1141. ]
  1142. [[package]]
  1143. name = "unicode-width"
  1144. version = "0.1.9"
  1145. source = "registry+https://github.com/rust-lang/crates.io-index"
  1146. checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
  1147. [[package]]
  1148. name = "unicode-xid"
  1149. version = "0.2.2"
  1150. source = "registry+https://github.com/rust-lang/crates.io-index"
  1151. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  1152. [[package]]
  1153. name = "url"
  1154. version = "2.2.2"
  1155. source = "registry+https://github.com/rust-lang/crates.io-index"
  1156. checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
  1157. dependencies = [
  1158. "form_urlencoded",
  1159. "idna",
  1160. "matches",
  1161. "percent-encoding",
  1162. ]
  1163. [[package]]
  1164. name = "utf-8"
  1165. version = "0.7.6"
  1166. source = "registry+https://github.com/rust-lang/crates.io-index"
  1167. checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
  1168. [[package]]
  1169. name = "value-bag"
  1170. version = "1.0.0-alpha.8"
  1171. source = "registry+https://github.com/rust-lang/crates.io-index"
  1172. checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
  1173. dependencies = [
  1174. "ctor",
  1175. "version_check",
  1176. ]
  1177. [[package]]
  1178. name = "vcpkg"
  1179. version = "0.2.15"
  1180. source = "registry+https://github.com/rust-lang/crates.io-index"
  1181. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  1182. [[package]]
  1183. name = "vec_map"
  1184. version = "0.8.2"
  1185. source = "registry+https://github.com/rust-lang/crates.io-index"
  1186. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  1187. [[package]]
  1188. name = "version_check"
  1189. version = "0.9.4"
  1190. source = "registry+https://github.com/rust-lang/crates.io-index"
  1191. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  1192. [[package]]
  1193. name = "waker-fn"
  1194. version = "1.1.0"
  1195. source = "registry+https://github.com/rust-lang/crates.io-index"
  1196. checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
  1197. [[package]]
  1198. name = "wasi"
  1199. version = "0.10.0+wasi-snapshot-preview1"
  1200. source = "registry+https://github.com/rust-lang/crates.io-index"
  1201. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  1202. [[package]]
  1203. name = "wasm-bindgen"
  1204. version = "0.2.78"
  1205. source = "registry+https://github.com/rust-lang/crates.io-index"
  1206. checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
  1207. dependencies = [
  1208. "cfg-if",
  1209. "wasm-bindgen-macro",
  1210. ]
  1211. [[package]]
  1212. name = "wasm-bindgen-backend"
  1213. version = "0.2.78"
  1214. source = "registry+https://github.com/rust-lang/crates.io-index"
  1215. checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
  1216. dependencies = [
  1217. "bumpalo",
  1218. "lazy_static",
  1219. "log",
  1220. "proc-macro2",
  1221. "quote",
  1222. "syn",
  1223. "wasm-bindgen-shared",
  1224. ]
  1225. [[package]]
  1226. name = "wasm-bindgen-futures"
  1227. version = "0.4.28"
  1228. source = "registry+https://github.com/rust-lang/crates.io-index"
  1229. checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
  1230. dependencies = [
  1231. "cfg-if",
  1232. "js-sys",
  1233. "wasm-bindgen",
  1234. "web-sys",
  1235. ]
  1236. [[package]]
  1237. name = "wasm-bindgen-macro"
  1238. version = "0.2.78"
  1239. source = "registry+https://github.com/rust-lang/crates.io-index"
  1240. checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
  1241. dependencies = [
  1242. "quote",
  1243. "wasm-bindgen-macro-support",
  1244. ]
  1245. [[package]]
  1246. name = "wasm-bindgen-macro-support"
  1247. version = "0.2.78"
  1248. source = "registry+https://github.com/rust-lang/crates.io-index"
  1249. checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
  1250. dependencies = [
  1251. "proc-macro2",
  1252. "quote",
  1253. "syn",
  1254. "wasm-bindgen-backend",
  1255. "wasm-bindgen-shared",
  1256. ]
  1257. [[package]]
  1258. name = "wasm-bindgen-shared"
  1259. version = "0.2.78"
  1260. source = "registry+https://github.com/rust-lang/crates.io-index"
  1261. checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
  1262. [[package]]
  1263. name = "web-sys"
  1264. version = "0.3.55"
  1265. source = "registry+https://github.com/rust-lang/crates.io-index"
  1266. checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
  1267. dependencies = [
  1268. "js-sys",
  1269. "wasm-bindgen",
  1270. ]
  1271. [[package]]
  1272. name = "wepoll-ffi"
  1273. version = "0.1.2"
  1274. source = "registry+https://github.com/rust-lang/crates.io-index"
  1275. checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
  1276. dependencies = [
  1277. "cc",
  1278. ]
  1279. [[package]]
  1280. name = "winapi"
  1281. version = "0.3.9"
  1282. source = "registry+https://github.com/rust-lang/crates.io-index"
  1283. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1284. dependencies = [
  1285. "winapi-i686-pc-windows-gnu",
  1286. "winapi-x86_64-pc-windows-gnu",
  1287. ]
  1288. [[package]]
  1289. name = "winapi-i686-pc-windows-gnu"
  1290. version = "0.4.0"
  1291. source = "registry+https://github.com/rust-lang/crates.io-index"
  1292. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1293. [[package]]
  1294. name = "winapi-util"
  1295. version = "0.1.5"
  1296. source = "registry+https://github.com/rust-lang/crates.io-index"
  1297. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  1298. dependencies = [
  1299. "winapi",
  1300. ]
  1301. [[package]]
  1302. name = "winapi-x86_64-pc-windows-gnu"
  1303. version = "0.4.0"
  1304. source = "registry+https://github.com/rust-lang/crates.io-index"
  1305. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"