Cargo.lock 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "adler"
  6. version = "1.0.2"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  9. [[package]]
  10. name = "aho-corasick"
  11. version = "0.7.18"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
  14. dependencies = [
  15. "memchr",
  16. ]
  17. [[package]]
  18. name = "aspect"
  19. version = "0.2.1"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "ba3f55a9bdf36dc7756a50fe239b5c457304a0c72fe5d8125ea4612fc161c6ca"
  22. dependencies = [
  23. "aspect-weave",
  24. ]
  25. [[package]]
  26. name = "aspect-weave"
  27. version = "0.2.1"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. checksum = "ea4f672ac5290272725e1453014af99a86d2c1712808d647f469bf9427519f41"
  30. dependencies = [
  31. "indexmap",
  32. "proc-macro2",
  33. "quote",
  34. "syn",
  35. "synattra",
  36. ]
  37. [[package]]
  38. name = "atomic"
  39. version = "0.4.6"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "64f46ca51dca4837f1520754d1c8c36636356b81553d928dc9c177025369a06e"
  42. [[package]]
  43. name = "atty"
  44. version = "0.2.14"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  47. dependencies = [
  48. "hermit-abi",
  49. "libc",
  50. "winapi",
  51. ]
  52. [[package]]
  53. name = "auto_enums"
  54. version = "0.7.12"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. checksum = "fe0dfe45d75158751e195799f47ea02e81f570aa24bc5ef999cdd9e888c4b5c3"
  57. dependencies = [
  58. "auto_enums_core",
  59. "auto_enums_derive",
  60. ]
  61. [[package]]
  62. name = "auto_enums_core"
  63. version = "0.7.12"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "da47c46001293a2c4b744d731958be22cff408a2ab76e2279328f9713b1267b4"
  66. dependencies = [
  67. "proc-macro2",
  68. "quote",
  69. "syn",
  70. ]
  71. [[package]]
  72. name = "auto_enums_derive"
  73. version = "0.7.12"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "41aed1da83ecdc799503b7cb94da1b45a34d72b49caf40a61d9cf5b88ec07cfd"
  76. dependencies = [
  77. "autocfg",
  78. "derive_utils",
  79. "proc-macro2",
  80. "quote",
  81. "syn",
  82. ]
  83. [[package]]
  84. name = "autocfg"
  85. version = "1.0.1"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  88. [[package]]
  89. name = "base64"
  90. version = "0.13.0"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
  93. [[package]]
  94. name = "bitflags"
  95. version = "1.3.2"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  98. [[package]]
  99. name = "byteorder"
  100. version = "1.4.3"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
  103. [[package]]
  104. name = "bytes"
  105. version = "1.1.0"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  108. [[package]]
  109. name = "cfg-if"
  110. version = "0.1.10"
  111. source = "registry+https://github.com/rust-lang/crates.io-index"
  112. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  113. [[package]]
  114. name = "cfg-if"
  115. version = "1.0.0"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  118. [[package]]
  119. name = "cloudabi"
  120. version = "0.0.3"
  121. source = "registry+https://github.com/rust-lang/crates.io-index"
  122. checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
  123. dependencies = [
  124. "bitflags",
  125. ]
  126. [[package]]
  127. name = "crc32fast"
  128. version = "1.3.0"
  129. source = "registry+https://github.com/rust-lang/crates.io-index"
  130. checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
  131. dependencies = [
  132. "cfg-if 1.0.0",
  133. ]
  134. [[package]]
  135. name = "crossbeam-channel"
  136. version = "0.5.1"
  137. source = "registry+https://github.com/rust-lang/crates.io-index"
  138. checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
  139. dependencies = [
  140. "cfg-if 1.0.0",
  141. "crossbeam-utils",
  142. ]
  143. [[package]]
  144. name = "crossbeam-utils"
  145. version = "0.8.5"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
  148. dependencies = [
  149. "cfg-if 1.0.0",
  150. "lazy_static",
  151. ]
  152. [[package]]
  153. name = "derive_utils"
  154. version = "0.11.2"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. checksum = "532b4c15dccee12c7044f1fcad956e98410860b22231e44a3b827464797ca7bf"
  157. dependencies = [
  158. "proc-macro2",
  159. "quote",
  160. "syn",
  161. ]
  162. [[package]]
  163. name = "doc-comment"
  164. version = "0.3.3"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
  167. [[package]]
  168. name = "env_logger"
  169. version = "0.8.4"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
  172. dependencies = [
  173. "atty",
  174. "humantime",
  175. "log",
  176. "regex",
  177. "termcolor",
  178. ]
  179. [[package]]
  180. name = "flate2"
  181. version = "1.0.22"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
  184. dependencies = [
  185. "cfg-if 1.0.0",
  186. "crc32fast",
  187. "libc",
  188. "miniz_oxide",
  189. ]
  190. [[package]]
  191. name = "ftoa"
  192. version = "0.1.1"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. checksum = "ca45aac12b6c561b6289bc68957cb1db3dccf870e1951d590202de5e24f1dd35"
  195. [[package]]
  196. name = "futures"
  197. version = "0.3.19"
  198. source = "registry+https://github.com/rust-lang/crates.io-index"
  199. checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
  200. dependencies = [
  201. "futures-channel",
  202. "futures-core",
  203. "futures-executor",
  204. "futures-io",
  205. "futures-sink",
  206. "futures-task",
  207. "futures-util",
  208. ]
  209. [[package]]
  210. name = "futures-channel"
  211. version = "0.3.19"
  212. source = "registry+https://github.com/rust-lang/crates.io-index"
  213. checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
  214. dependencies = [
  215. "futures-core",
  216. "futures-sink",
  217. ]
  218. [[package]]
  219. name = "futures-core"
  220. version = "0.3.19"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
  223. [[package]]
  224. name = "futures-executor"
  225. version = "0.3.19"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
  228. dependencies = [
  229. "futures-core",
  230. "futures-task",
  231. "futures-util",
  232. "num_cpus",
  233. ]
  234. [[package]]
  235. name = "futures-io"
  236. version = "0.3.19"
  237. source = "registry+https://github.com/rust-lang/crates.io-index"
  238. checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
  239. [[package]]
  240. name = "futures-macro"
  241. version = "0.3.19"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
  244. dependencies = [
  245. "proc-macro2",
  246. "quote",
  247. "syn",
  248. ]
  249. [[package]]
  250. name = "futures-sink"
  251. version = "0.3.19"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
  254. [[package]]
  255. name = "futures-task"
  256. version = "0.3.19"
  257. source = "registry+https://github.com/rust-lang/crates.io-index"
  258. checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
  259. [[package]]
  260. name = "futures-util"
  261. version = "0.3.19"
  262. source = "registry+https://github.com/rust-lang/crates.io-index"
  263. checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
  264. dependencies = [
  265. "futures-channel",
  266. "futures-core",
  267. "futures-io",
  268. "futures-macro",
  269. "futures-sink",
  270. "futures-task",
  271. "memchr",
  272. "pin-project-lite",
  273. "pin-utils",
  274. "slab",
  275. ]
  276. [[package]]
  277. name = "getrandom"
  278. version = "0.2.3"
  279. source = "registry+https://github.com/rust-lang/crates.io-index"
  280. checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
  281. dependencies = [
  282. "cfg-if 1.0.0",
  283. "libc",
  284. "wasi",
  285. ]
  286. [[package]]
  287. name = "glob"
  288. version = "0.2.11"
  289. source = "registry+https://github.com/rust-lang/crates.io-index"
  290. checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
  291. [[package]]
  292. name = "hashbrown"
  293. version = "0.11.2"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
  296. [[package]]
  297. name = "hdrhistogram"
  298. version = "7.4.0"
  299. source = "registry+https://github.com/rust-lang/crates.io-index"
  300. checksum = "6490be71f07a5f62b564bc58e36953f675833df11c7e4a0647bee7a07ca1ec5e"
  301. dependencies = [
  302. "base64",
  303. "byteorder",
  304. "crossbeam-channel",
  305. "flate2",
  306. "nom",
  307. "num-traits",
  308. ]
  309. [[package]]
  310. name = "heck"
  311. version = "0.3.3"
  312. source = "registry+https://github.com/rust-lang/crates.io-index"
  313. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  314. dependencies = [
  315. "unicode-segmentation",
  316. ]
  317. [[package]]
  318. name = "hermit-abi"
  319. version = "0.1.19"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  322. dependencies = [
  323. "libc",
  324. ]
  325. [[package]]
  326. name = "humantime"
  327. version = "2.1.0"
  328. source = "registry+https://github.com/rust-lang/crates.io-index"
  329. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  330. [[package]]
  331. name = "indexmap"
  332. version = "1.7.0"
  333. source = "registry+https://github.com/rust-lang/crates.io-index"
  334. checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
  335. dependencies = [
  336. "autocfg",
  337. "hashbrown",
  338. "serde",
  339. ]
  340. [[package]]
  341. name = "instant"
  342. version = "0.1.12"
  343. source = "registry+https://github.com/rust-lang/crates.io-index"
  344. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  345. dependencies = [
  346. "cfg-if 1.0.0",
  347. ]
  348. [[package]]
  349. name = "itoa"
  350. version = "0.4.8"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
  353. [[package]]
  354. name = "itoa"
  355. version = "1.0.1"
  356. source = "registry+https://github.com/rust-lang/crates.io-index"
  357. checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
  358. [[package]]
  359. name = "lazy_static"
  360. version = "1.4.0"
  361. source = "registry+https://github.com/rust-lang/crates.io-index"
  362. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  363. [[package]]
  364. name = "libc"
  365. version = "0.2.112"
  366. source = "registry+https://github.com/rust-lang/crates.io-index"
  367. checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
  368. [[package]]
  369. name = "lock_api"
  370. version = "0.3.4"
  371. source = "registry+https://github.com/rust-lang/crates.io-index"
  372. checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
  373. dependencies = [
  374. "scopeguard",
  375. ]
  376. [[package]]
  377. name = "lock_api"
  378. version = "0.4.5"
  379. source = "registry+https://github.com/rust-lang/crates.io-index"
  380. checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
  381. dependencies = [
  382. "scopeguard",
  383. ]
  384. [[package]]
  385. name = "log"
  386. version = "0.4.14"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  389. dependencies = [
  390. "cfg-if 1.0.0",
  391. ]
  392. [[package]]
  393. name = "memchr"
  394. version = "2.4.1"
  395. source = "registry+https://github.com/rust-lang/crates.io-index"
  396. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  397. [[package]]
  398. name = "metered"
  399. version = "0.4.0"
  400. source = "registry+https://github.com/rust-lang/crates.io-index"
  401. checksum = "b2c319dbe936d3b6b12d592e1061cade60305169012de8d2d3a86cc622d6a37a"
  402. dependencies = [
  403. "aspect",
  404. "atomic",
  405. "hdrhistogram",
  406. "metered-macro",
  407. "parking_lot 0.10.2",
  408. "serde",
  409. ]
  410. [[package]]
  411. name = "metered-macro"
  412. version = "0.4.0"
  413. source = "registry+https://github.com/rust-lang/crates.io-index"
  414. checksum = "3315377bb2a24f4fae8ecf3730253d5862517373be232e9bd512bfed2f05425d"
  415. dependencies = [
  416. "aspect-weave",
  417. "heck",
  418. "indexmap",
  419. "proc-macro2",
  420. "quote",
  421. "syn",
  422. "synattra",
  423. ]
  424. [[package]]
  425. name = "microredis"
  426. version = "0.1.0"
  427. dependencies = [
  428. "bytes",
  429. "crc32fast",
  430. "env_logger",
  431. "futures",
  432. "glob",
  433. "log",
  434. "metered",
  435. "parking_lot 0.11.2",
  436. "rand",
  437. "redis-zero-protocol-parser",
  438. "seahash",
  439. "serde",
  440. "serde_json",
  441. "serde_prometheus",
  442. "tokio",
  443. "tokio-stream",
  444. "tokio-util",
  445. ]
  446. [[package]]
  447. name = "minimal-lexical"
  448. version = "0.2.1"
  449. source = "registry+https://github.com/rust-lang/crates.io-index"
  450. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  451. [[package]]
  452. name = "miniz_oxide"
  453. version = "0.4.4"
  454. source = "registry+https://github.com/rust-lang/crates.io-index"
  455. checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
  456. dependencies = [
  457. "adler",
  458. "autocfg",
  459. ]
  460. [[package]]
  461. name = "mio"
  462. version = "0.7.14"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
  465. dependencies = [
  466. "libc",
  467. "log",
  468. "miow",
  469. "ntapi",
  470. "winapi",
  471. ]
  472. [[package]]
  473. name = "miow"
  474. version = "0.3.7"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
  477. dependencies = [
  478. "winapi",
  479. ]
  480. [[package]]
  481. name = "nom"
  482. version = "7.1.0"
  483. source = "registry+https://github.com/rust-lang/crates.io-index"
  484. checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
  485. dependencies = [
  486. "memchr",
  487. "minimal-lexical",
  488. "version_check",
  489. ]
  490. [[package]]
  491. name = "ntapi"
  492. version = "0.3.6"
  493. source = "registry+https://github.com/rust-lang/crates.io-index"
  494. checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
  495. dependencies = [
  496. "winapi",
  497. ]
  498. [[package]]
  499. name = "num-traits"
  500. version = "0.2.14"
  501. source = "registry+https://github.com/rust-lang/crates.io-index"
  502. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  503. dependencies = [
  504. "autocfg",
  505. ]
  506. [[package]]
  507. name = "num_cpus"
  508. version = "1.13.1"
  509. source = "registry+https://github.com/rust-lang/crates.io-index"
  510. checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
  511. dependencies = [
  512. "hermit-abi",
  513. "libc",
  514. ]
  515. [[package]]
  516. name = "once_cell"
  517. version = "1.9.0"
  518. source = "registry+https://github.com/rust-lang/crates.io-index"
  519. checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
  520. [[package]]
  521. name = "parking_lot"
  522. version = "0.10.2"
  523. source = "registry+https://github.com/rust-lang/crates.io-index"
  524. checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
  525. dependencies = [
  526. "lock_api 0.3.4",
  527. "parking_lot_core 0.7.2",
  528. ]
  529. [[package]]
  530. name = "parking_lot"
  531. version = "0.11.2"
  532. source = "registry+https://github.com/rust-lang/crates.io-index"
  533. checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
  534. dependencies = [
  535. "instant",
  536. "lock_api 0.4.5",
  537. "parking_lot_core 0.8.5",
  538. ]
  539. [[package]]
  540. name = "parking_lot_core"
  541. version = "0.7.2"
  542. source = "registry+https://github.com/rust-lang/crates.io-index"
  543. checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
  544. dependencies = [
  545. "cfg-if 0.1.10",
  546. "cloudabi",
  547. "libc",
  548. "redox_syscall 0.1.57",
  549. "smallvec",
  550. "winapi",
  551. ]
  552. [[package]]
  553. name = "parking_lot_core"
  554. version = "0.8.5"
  555. source = "registry+https://github.com/rust-lang/crates.io-index"
  556. checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
  557. dependencies = [
  558. "cfg-if 1.0.0",
  559. "instant",
  560. "libc",
  561. "redox_syscall 0.2.10",
  562. "smallvec",
  563. "winapi",
  564. ]
  565. [[package]]
  566. name = "pin-project-lite"
  567. version = "0.2.7"
  568. source = "registry+https://github.com/rust-lang/crates.io-index"
  569. checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
  570. [[package]]
  571. name = "pin-utils"
  572. version = "0.1.0"
  573. source = "registry+https://github.com/rust-lang/crates.io-index"
  574. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  575. [[package]]
  576. name = "ppv-lite86"
  577. version = "0.2.15"
  578. source = "registry+https://github.com/rust-lang/crates.io-index"
  579. checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
  580. [[package]]
  581. name = "proc-macro2"
  582. version = "1.0.34"
  583. source = "registry+https://github.com/rust-lang/crates.io-index"
  584. checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
  585. dependencies = [
  586. "unicode-xid",
  587. ]
  588. [[package]]
  589. name = "quote"
  590. version = "1.0.10"
  591. source = "registry+https://github.com/rust-lang/crates.io-index"
  592. checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
  593. dependencies = [
  594. "proc-macro2",
  595. ]
  596. [[package]]
  597. name = "rand"
  598. version = "0.8.4"
  599. source = "registry+https://github.com/rust-lang/crates.io-index"
  600. checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
  601. dependencies = [
  602. "libc",
  603. "rand_chacha",
  604. "rand_core",
  605. "rand_hc",
  606. ]
  607. [[package]]
  608. name = "rand_chacha"
  609. version = "0.3.1"
  610. source = "registry+https://github.com/rust-lang/crates.io-index"
  611. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  612. dependencies = [
  613. "ppv-lite86",
  614. "rand_core",
  615. ]
  616. [[package]]
  617. name = "rand_core"
  618. version = "0.6.3"
  619. source = "registry+https://github.com/rust-lang/crates.io-index"
  620. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  621. dependencies = [
  622. "getrandom",
  623. ]
  624. [[package]]
  625. name = "rand_hc"
  626. version = "0.3.1"
  627. source = "registry+https://github.com/rust-lang/crates.io-index"
  628. checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
  629. dependencies = [
  630. "rand_core",
  631. ]
  632. [[package]]
  633. name = "redis-zero-protocol-parser"
  634. version = "0.1.0"
  635. [[package]]
  636. name = "redox_syscall"
  637. version = "0.1.57"
  638. source = "registry+https://github.com/rust-lang/crates.io-index"
  639. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  640. [[package]]
  641. name = "redox_syscall"
  642. version = "0.2.10"
  643. source = "registry+https://github.com/rust-lang/crates.io-index"
  644. checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
  645. dependencies = [
  646. "bitflags",
  647. ]
  648. [[package]]
  649. name = "regex"
  650. version = "1.5.4"
  651. source = "registry+https://github.com/rust-lang/crates.io-index"
  652. checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
  653. dependencies = [
  654. "aho-corasick",
  655. "memchr",
  656. "regex-syntax",
  657. ]
  658. [[package]]
  659. name = "regex-syntax"
  660. version = "0.6.25"
  661. source = "registry+https://github.com/rust-lang/crates.io-index"
  662. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
  663. [[package]]
  664. name = "ryu"
  665. version = "1.0.9"
  666. source = "registry+https://github.com/rust-lang/crates.io-index"
  667. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  668. [[package]]
  669. name = "scopeguard"
  670. version = "1.1.0"
  671. source = "registry+https://github.com/rust-lang/crates.io-index"
  672. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  673. [[package]]
  674. name = "seahash"
  675. version = "4.1.0"
  676. source = "registry+https://github.com/rust-lang/crates.io-index"
  677. checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
  678. [[package]]
  679. name = "serde"
  680. version = "1.0.132"
  681. source = "registry+https://github.com/rust-lang/crates.io-index"
  682. checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
  683. dependencies = [
  684. "serde_derive",
  685. ]
  686. [[package]]
  687. name = "serde_derive"
  688. version = "1.0.132"
  689. source = "registry+https://github.com/rust-lang/crates.io-index"
  690. checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
  691. dependencies = [
  692. "proc-macro2",
  693. "quote",
  694. "syn",
  695. ]
  696. [[package]]
  697. name = "serde_json"
  698. version = "1.0.73"
  699. source = "registry+https://github.com/rust-lang/crates.io-index"
  700. checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
  701. dependencies = [
  702. "itoa 1.0.1",
  703. "ryu",
  704. "serde",
  705. ]
  706. [[package]]
  707. name = "serde_prometheus"
  708. version = "0.1.6"
  709. source = "registry+https://github.com/rust-lang/crates.io-index"
  710. checksum = "25fcd6131bac47a32328d1ba1ee15a27f8d91ab2e5920dba71dbe93d2648f6b1"
  711. dependencies = [
  712. "ftoa",
  713. "indexmap",
  714. "itoa 0.4.8",
  715. "lazy_static",
  716. "regex",
  717. "serde",
  718. "snafu",
  719. ]
  720. [[package]]
  721. name = "signal-hook-registry"
  722. version = "1.4.0"
  723. source = "registry+https://github.com/rust-lang/crates.io-index"
  724. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  725. dependencies = [
  726. "libc",
  727. ]
  728. [[package]]
  729. name = "slab"
  730. version = "0.4.5"
  731. source = "registry+https://github.com/rust-lang/crates.io-index"
  732. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  733. [[package]]
  734. name = "smallvec"
  735. version = "1.7.0"
  736. source = "registry+https://github.com/rust-lang/crates.io-index"
  737. checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
  738. [[package]]
  739. name = "snafu"
  740. version = "0.6.10"
  741. source = "registry+https://github.com/rust-lang/crates.io-index"
  742. checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7"
  743. dependencies = [
  744. "doc-comment",
  745. "snafu-derive",
  746. ]
  747. [[package]]
  748. name = "snafu-derive"
  749. version = "0.6.10"
  750. source = "registry+https://github.com/rust-lang/crates.io-index"
  751. checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b"
  752. dependencies = [
  753. "proc-macro2",
  754. "quote",
  755. "syn",
  756. ]
  757. [[package]]
  758. name = "syn"
  759. version = "1.0.83"
  760. source = "registry+https://github.com/rust-lang/crates.io-index"
  761. checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959"
  762. dependencies = [
  763. "proc-macro2",
  764. "quote",
  765. "unicode-xid",
  766. ]
  767. [[package]]
  768. name = "synattra"
  769. version = "0.2.1"
  770. source = "registry+https://github.com/rust-lang/crates.io-index"
  771. checksum = "378cd5695f9ef5a26668bb70e81a464e7de6144bac3f77f42d5fa596c690be63"
  772. dependencies = [
  773. "auto_enums",
  774. "proc-macro2",
  775. "syn",
  776. ]
  777. [[package]]
  778. name = "termcolor"
  779. version = "1.1.2"
  780. source = "registry+https://github.com/rust-lang/crates.io-index"
  781. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  782. dependencies = [
  783. "winapi-util",
  784. ]
  785. [[package]]
  786. name = "tokio"
  787. version = "1.15.0"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
  790. dependencies = [
  791. "bytes",
  792. "libc",
  793. "memchr",
  794. "mio",
  795. "num_cpus",
  796. "once_cell",
  797. "parking_lot 0.11.2",
  798. "pin-project-lite",
  799. "signal-hook-registry",
  800. "tokio-macros",
  801. "tracing",
  802. "winapi",
  803. ]
  804. [[package]]
  805. name = "tokio-macros"
  806. version = "1.7.0"
  807. source = "registry+https://github.com/rust-lang/crates.io-index"
  808. checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
  809. dependencies = [
  810. "proc-macro2",
  811. "quote",
  812. "syn",
  813. ]
  814. [[package]]
  815. name = "tokio-stream"
  816. version = "0.1.8"
  817. source = "registry+https://github.com/rust-lang/crates.io-index"
  818. checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
  819. dependencies = [
  820. "futures-core",
  821. "pin-project-lite",
  822. "tokio",
  823. ]
  824. [[package]]
  825. name = "tokio-util"
  826. version = "0.6.9"
  827. source = "registry+https://github.com/rust-lang/crates.io-index"
  828. checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
  829. dependencies = [
  830. "bytes",
  831. "futures-core",
  832. "futures-io",
  833. "futures-sink",
  834. "log",
  835. "pin-project-lite",
  836. "slab",
  837. "tokio",
  838. ]
  839. [[package]]
  840. name = "tracing"
  841. version = "0.1.29"
  842. source = "registry+https://github.com/rust-lang/crates.io-index"
  843. checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
  844. dependencies = [
  845. "cfg-if 1.0.0",
  846. "pin-project-lite",
  847. "tracing-core",
  848. ]
  849. [[package]]
  850. name = "tracing-core"
  851. version = "0.1.21"
  852. source = "registry+https://github.com/rust-lang/crates.io-index"
  853. checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
  854. dependencies = [
  855. "lazy_static",
  856. ]
  857. [[package]]
  858. name = "unicode-segmentation"
  859. version = "1.8.0"
  860. source = "registry+https://github.com/rust-lang/crates.io-index"
  861. checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
  862. [[package]]
  863. name = "unicode-xid"
  864. version = "0.2.2"
  865. source = "registry+https://github.com/rust-lang/crates.io-index"
  866. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  867. [[package]]
  868. name = "version_check"
  869. version = "0.9.3"
  870. source = "registry+https://github.com/rust-lang/crates.io-index"
  871. checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
  872. [[package]]
  873. name = "wasi"
  874. version = "0.10.2+wasi-snapshot-preview1"
  875. source = "registry+https://github.com/rust-lang/crates.io-index"
  876. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  877. [[package]]
  878. name = "winapi"
  879. version = "0.3.9"
  880. source = "registry+https://github.com/rust-lang/crates.io-index"
  881. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  882. dependencies = [
  883. "winapi-i686-pc-windows-gnu",
  884. "winapi-x86_64-pc-windows-gnu",
  885. ]
  886. [[package]]
  887. name = "winapi-i686-pc-windows-gnu"
  888. version = "0.4.0"
  889. source = "registry+https://github.com/rust-lang/crates.io-index"
  890. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  891. [[package]]
  892. name = "winapi-util"
  893. version = "0.1.5"
  894. source = "registry+https://github.com/rust-lang/crates.io-index"
  895. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  896. dependencies = [
  897. "winapi",
  898. ]
  899. [[package]]
  900. name = "winapi-x86_64-pc-windows-gnu"
  901. version = "0.4.0"
  902. source = "registry+https://github.com/rust-lang/crates.io-index"
  903. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"