Cargo.lock 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015
  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.36"
  583. source = "registry+https://github.com/rust-lang/crates.io-index"
  584. checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
  585. dependencies = [
  586. "unicode-xid",
  587. ]
  588. [[package]]
  589. name = "quote"
  590. version = "1.0.13"
  591. source = "registry+https://github.com/rust-lang/crates.io-index"
  592. checksum = "82fa34aad6be8c6fe936865499578c8a927795b167973e837c149af879fac2fd"
  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.2.1"
  635. source = "registry+https://github.com/rust-lang/crates.io-index"
  636. checksum = "299d79f6c9095164339b8ed3c47951772538a375e6811e76ffe9a4544f2cdbf5"
  637. [[package]]
  638. name = "redox_syscall"
  639. version = "0.1.57"
  640. source = "registry+https://github.com/rust-lang/crates.io-index"
  641. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  642. [[package]]
  643. name = "redox_syscall"
  644. version = "0.2.10"
  645. source = "registry+https://github.com/rust-lang/crates.io-index"
  646. checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
  647. dependencies = [
  648. "bitflags",
  649. ]
  650. [[package]]
  651. name = "regex"
  652. version = "1.5.4"
  653. source = "registry+https://github.com/rust-lang/crates.io-index"
  654. checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
  655. dependencies = [
  656. "aho-corasick",
  657. "memchr",
  658. "regex-syntax",
  659. ]
  660. [[package]]
  661. name = "regex-syntax"
  662. version = "0.6.25"
  663. source = "registry+https://github.com/rust-lang/crates.io-index"
  664. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
  665. [[package]]
  666. name = "ryu"
  667. version = "1.0.9"
  668. source = "registry+https://github.com/rust-lang/crates.io-index"
  669. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  670. [[package]]
  671. name = "scopeguard"
  672. version = "1.1.0"
  673. source = "registry+https://github.com/rust-lang/crates.io-index"
  674. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  675. [[package]]
  676. name = "seahash"
  677. version = "4.1.0"
  678. source = "registry+https://github.com/rust-lang/crates.io-index"
  679. checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
  680. [[package]]
  681. name = "serde"
  682. version = "1.0.132"
  683. source = "registry+https://github.com/rust-lang/crates.io-index"
  684. checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
  685. dependencies = [
  686. "serde_derive",
  687. ]
  688. [[package]]
  689. name = "serde_derive"
  690. version = "1.0.132"
  691. source = "registry+https://github.com/rust-lang/crates.io-index"
  692. checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
  693. dependencies = [
  694. "proc-macro2",
  695. "quote",
  696. "syn",
  697. ]
  698. [[package]]
  699. name = "serde_json"
  700. version = "1.0.73"
  701. source = "registry+https://github.com/rust-lang/crates.io-index"
  702. checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
  703. dependencies = [
  704. "itoa 1.0.1",
  705. "ryu",
  706. "serde",
  707. ]
  708. [[package]]
  709. name = "serde_prometheus"
  710. version = "0.1.6"
  711. source = "registry+https://github.com/rust-lang/crates.io-index"
  712. checksum = "25fcd6131bac47a32328d1ba1ee15a27f8d91ab2e5920dba71dbe93d2648f6b1"
  713. dependencies = [
  714. "ftoa",
  715. "indexmap",
  716. "itoa 0.4.8",
  717. "lazy_static",
  718. "regex",
  719. "serde",
  720. "snafu",
  721. ]
  722. [[package]]
  723. name = "signal-hook-registry"
  724. version = "1.4.0"
  725. source = "registry+https://github.com/rust-lang/crates.io-index"
  726. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  727. dependencies = [
  728. "libc",
  729. ]
  730. [[package]]
  731. name = "slab"
  732. version = "0.4.5"
  733. source = "registry+https://github.com/rust-lang/crates.io-index"
  734. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  735. [[package]]
  736. name = "smallvec"
  737. version = "1.7.0"
  738. source = "registry+https://github.com/rust-lang/crates.io-index"
  739. checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
  740. [[package]]
  741. name = "snafu"
  742. version = "0.6.10"
  743. source = "registry+https://github.com/rust-lang/crates.io-index"
  744. checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7"
  745. dependencies = [
  746. "doc-comment",
  747. "snafu-derive",
  748. ]
  749. [[package]]
  750. name = "snafu-derive"
  751. version = "0.6.10"
  752. source = "registry+https://github.com/rust-lang/crates.io-index"
  753. checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b"
  754. dependencies = [
  755. "proc-macro2",
  756. "quote",
  757. "syn",
  758. ]
  759. [[package]]
  760. name = "syn"
  761. version = "1.0.84"
  762. source = "registry+https://github.com/rust-lang/crates.io-index"
  763. checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
  764. dependencies = [
  765. "proc-macro2",
  766. "quote",
  767. "unicode-xid",
  768. ]
  769. [[package]]
  770. name = "synattra"
  771. version = "0.2.1"
  772. source = "registry+https://github.com/rust-lang/crates.io-index"
  773. checksum = "378cd5695f9ef5a26668bb70e81a464e7de6144bac3f77f42d5fa596c690be63"
  774. dependencies = [
  775. "auto_enums",
  776. "proc-macro2",
  777. "syn",
  778. ]
  779. [[package]]
  780. name = "termcolor"
  781. version = "1.1.2"
  782. source = "registry+https://github.com/rust-lang/crates.io-index"
  783. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  784. dependencies = [
  785. "winapi-util",
  786. ]
  787. [[package]]
  788. name = "tokio"
  789. version = "1.15.0"
  790. source = "registry+https://github.com/rust-lang/crates.io-index"
  791. checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
  792. dependencies = [
  793. "bytes",
  794. "libc",
  795. "memchr",
  796. "mio",
  797. "num_cpus",
  798. "once_cell",
  799. "parking_lot 0.11.2",
  800. "pin-project-lite",
  801. "signal-hook-registry",
  802. "tokio-macros",
  803. "tracing",
  804. "winapi",
  805. ]
  806. [[package]]
  807. name = "tokio-macros"
  808. version = "1.7.0"
  809. source = "registry+https://github.com/rust-lang/crates.io-index"
  810. checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
  811. dependencies = [
  812. "proc-macro2",
  813. "quote",
  814. "syn",
  815. ]
  816. [[package]]
  817. name = "tokio-stream"
  818. version = "0.1.8"
  819. source = "registry+https://github.com/rust-lang/crates.io-index"
  820. checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
  821. dependencies = [
  822. "futures-core",
  823. "pin-project-lite",
  824. "tokio",
  825. ]
  826. [[package]]
  827. name = "tokio-util"
  828. version = "0.6.9"
  829. source = "registry+https://github.com/rust-lang/crates.io-index"
  830. checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
  831. dependencies = [
  832. "bytes",
  833. "futures-core",
  834. "futures-io",
  835. "futures-sink",
  836. "log",
  837. "pin-project-lite",
  838. "slab",
  839. "tokio",
  840. ]
  841. [[package]]
  842. name = "tracing"
  843. version = "0.1.29"
  844. source = "registry+https://github.com/rust-lang/crates.io-index"
  845. checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
  846. dependencies = [
  847. "cfg-if 1.0.0",
  848. "pin-project-lite",
  849. "tracing-core",
  850. ]
  851. [[package]]
  852. name = "tracing-core"
  853. version = "0.1.21"
  854. source = "registry+https://github.com/rust-lang/crates.io-index"
  855. checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
  856. dependencies = [
  857. "lazy_static",
  858. ]
  859. [[package]]
  860. name = "unicode-segmentation"
  861. version = "1.8.0"
  862. source = "registry+https://github.com/rust-lang/crates.io-index"
  863. checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
  864. [[package]]
  865. name = "unicode-xid"
  866. version = "0.2.2"
  867. source = "registry+https://github.com/rust-lang/crates.io-index"
  868. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  869. [[package]]
  870. name = "version_check"
  871. version = "0.9.3"
  872. source = "registry+https://github.com/rust-lang/crates.io-index"
  873. checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
  874. [[package]]
  875. name = "wasi"
  876. version = "0.10.2+wasi-snapshot-preview1"
  877. source = "registry+https://github.com/rust-lang/crates.io-index"
  878. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  879. [[package]]
  880. name = "winapi"
  881. version = "0.3.9"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  884. dependencies = [
  885. "winapi-i686-pc-windows-gnu",
  886. "winapi-x86_64-pc-windows-gnu",
  887. ]
  888. [[package]]
  889. name = "winapi-i686-pc-windows-gnu"
  890. version = "0.4.0"
  891. source = "registry+https://github.com/rust-lang/crates.io-index"
  892. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  893. [[package]]
  894. name = "winapi-util"
  895. version = "0.1.5"
  896. source = "registry+https://github.com/rust-lang/crates.io-index"
  897. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  898. dependencies = [
  899. "winapi",
  900. ]
  901. [[package]]
  902. name = "winapi-x86_64-pc-windows-gnu"
  903. version = "0.4.0"
  904. source = "registry+https://github.com/rust-lang/crates.io-index"
  905. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"