Cargo.lock 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "addr2line"
  6. version = "0.21.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
  9. dependencies = [
  10. "gimli",
  11. ]
  12. [[package]]
  13. name = "adler"
  14. version = "1.0.2"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  17. [[package]]
  18. name = "aho-corasick"
  19. version = "1.1.2"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
  22. dependencies = [
  23. "memchr",
  24. ]
  25. [[package]]
  26. name = "anstream"
  27. version = "0.6.4"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
  30. dependencies = [
  31. "anstyle",
  32. "anstyle-parse",
  33. "anstyle-query",
  34. "anstyle-wincon",
  35. "colorchoice",
  36. "utf8parse",
  37. ]
  38. [[package]]
  39. name = "anstyle"
  40. version = "1.0.4"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
  43. [[package]]
  44. name = "anstyle-parse"
  45. version = "0.2.3"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
  48. dependencies = [
  49. "utf8parse",
  50. ]
  51. [[package]]
  52. name = "anstyle-query"
  53. version = "1.0.1"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "a3a318f1f38d2418400f8209655bfd825785afd25aa30bb7ba6cc792e4596748"
  56. dependencies = [
  57. "windows-sys 0.52.0",
  58. ]
  59. [[package]]
  60. name = "anstyle-wincon"
  61. version = "3.0.2"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
  64. dependencies = [
  65. "anstyle",
  66. "windows-sys 0.52.0",
  67. ]
  68. [[package]]
  69. name = "anyhow"
  70. version = "1.0.75"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
  73. [[package]]
  74. name = "async-stream"
  75. version = "0.3.5"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  78. dependencies = [
  79. "async-stream-impl",
  80. "futures-core",
  81. "pin-project-lite",
  82. ]
  83. [[package]]
  84. name = "async-stream-impl"
  85. version = "0.3.5"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  88. dependencies = [
  89. "proc-macro2",
  90. "quote",
  91. "syn",
  92. ]
  93. [[package]]
  94. name = "async-trait"
  95. version = "0.1.74"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
  98. dependencies = [
  99. "proc-macro2",
  100. "quote",
  101. "syn",
  102. ]
  103. [[package]]
  104. name = "autocfg"
  105. version = "1.1.0"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  108. [[package]]
  109. name = "axum"
  110. version = "0.6.20"
  111. source = "registry+https://github.com/rust-lang/crates.io-index"
  112. checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
  113. dependencies = [
  114. "async-trait",
  115. "axum-core",
  116. "bitflags 1.3.2",
  117. "bytes",
  118. "futures-util",
  119. "http",
  120. "http-body",
  121. "hyper",
  122. "itoa",
  123. "matchit",
  124. "memchr",
  125. "mime",
  126. "percent-encoding",
  127. "pin-project-lite",
  128. "rustversion",
  129. "serde",
  130. "sync_wrapper",
  131. "tower",
  132. "tower-layer",
  133. "tower-service",
  134. ]
  135. [[package]]
  136. name = "axum-core"
  137. version = "0.3.4"
  138. source = "registry+https://github.com/rust-lang/crates.io-index"
  139. checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
  140. dependencies = [
  141. "async-trait",
  142. "bytes",
  143. "futures-util",
  144. "http",
  145. "http-body",
  146. "mime",
  147. "rustversion",
  148. "tower-layer",
  149. "tower-service",
  150. ]
  151. [[package]]
  152. name = "backtrace"
  153. version = "0.3.69"
  154. source = "registry+https://github.com/rust-lang/crates.io-index"
  155. checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
  156. dependencies = [
  157. "addr2line",
  158. "cc",
  159. "cfg-if",
  160. "libc",
  161. "miniz_oxide",
  162. "object",
  163. "rustc-demangle",
  164. ]
  165. [[package]]
  166. name = "base64"
  167. version = "0.21.5"
  168. source = "registry+https://github.com/rust-lang/crates.io-index"
  169. checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
  170. [[package]]
  171. name = "bitflags"
  172. version = "1.3.2"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  175. [[package]]
  176. name = "bitflags"
  177. version = "2.4.1"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
  180. [[package]]
  181. name = "bytes"
  182. version = "1.5.0"
  183. source = "registry+https://github.com/rust-lang/crates.io-index"
  184. checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
  185. [[package]]
  186. name = "cc"
  187. version = "1.0.83"
  188. source = "registry+https://github.com/rust-lang/crates.io-index"
  189. checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
  190. dependencies = [
  191. "libc",
  192. ]
  193. [[package]]
  194. name = "cfg-if"
  195. version = "1.0.0"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  198. [[package]]
  199. name = "clap"
  200. version = "4.4.11"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
  203. dependencies = [
  204. "clap_builder",
  205. "clap_derive",
  206. ]
  207. [[package]]
  208. name = "clap_builder"
  209. version = "4.4.11"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
  212. dependencies = [
  213. "anstream",
  214. "anstyle",
  215. "clap_lex",
  216. "strsim",
  217. ]
  218. [[package]]
  219. name = "clap_derive"
  220. version = "4.4.7"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
  223. dependencies = [
  224. "heck",
  225. "proc-macro2",
  226. "quote",
  227. "syn",
  228. ]
  229. [[package]]
  230. name = "clap_lex"
  231. version = "0.6.0"
  232. source = "registry+https://github.com/rust-lang/crates.io-index"
  233. checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
  234. [[package]]
  235. name = "colorchoice"
  236. version = "1.0.0"
  237. source = "registry+https://github.com/rust-lang/crates.io-index"
  238. checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
  239. [[package]]
  240. name = "data_server"
  241. version = "0.1.0"
  242. dependencies = [
  243. "bytes",
  244. "clap",
  245. "env_logger",
  246. "log",
  247. "prost",
  248. "rand",
  249. "tokio",
  250. "tonic",
  251. "tonic-build",
  252. ]
  253. [[package]]
  254. name = "either"
  255. version = "1.9.0"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
  258. [[package]]
  259. name = "env_logger"
  260. version = "0.10.1"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
  263. dependencies = [
  264. "humantime",
  265. "is-terminal",
  266. "log",
  267. "regex",
  268. "termcolor",
  269. ]
  270. [[package]]
  271. name = "equivalent"
  272. version = "1.0.1"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
  275. [[package]]
  276. name = "errno"
  277. version = "0.3.8"
  278. source = "registry+https://github.com/rust-lang/crates.io-index"
  279. checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
  280. dependencies = [
  281. "libc",
  282. "windows-sys 0.52.0",
  283. ]
  284. [[package]]
  285. name = "fastrand"
  286. version = "2.0.1"
  287. source = "registry+https://github.com/rust-lang/crates.io-index"
  288. checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
  289. [[package]]
  290. name = "fixedbitset"
  291. version = "0.4.2"
  292. source = "registry+https://github.com/rust-lang/crates.io-index"
  293. checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
  294. [[package]]
  295. name = "fnv"
  296. version = "1.0.7"
  297. source = "registry+https://github.com/rust-lang/crates.io-index"
  298. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  299. [[package]]
  300. name = "futures-channel"
  301. version = "0.3.29"
  302. source = "registry+https://github.com/rust-lang/crates.io-index"
  303. checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
  304. dependencies = [
  305. "futures-core",
  306. ]
  307. [[package]]
  308. name = "futures-core"
  309. version = "0.3.29"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
  312. [[package]]
  313. name = "futures-sink"
  314. version = "0.3.29"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
  317. [[package]]
  318. name = "futures-task"
  319. version = "0.3.29"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
  322. [[package]]
  323. name = "futures-util"
  324. version = "0.3.29"
  325. source = "registry+https://github.com/rust-lang/crates.io-index"
  326. checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
  327. dependencies = [
  328. "futures-core",
  329. "futures-task",
  330. "pin-project-lite",
  331. "pin-utils",
  332. ]
  333. [[package]]
  334. name = "getrandom"
  335. version = "0.2.11"
  336. source = "registry+https://github.com/rust-lang/crates.io-index"
  337. checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
  338. dependencies = [
  339. "cfg-if",
  340. "libc",
  341. "wasi",
  342. ]
  343. [[package]]
  344. name = "gimli"
  345. version = "0.28.1"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
  348. [[package]]
  349. name = "h2"
  350. version = "0.3.22"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
  353. dependencies = [
  354. "bytes",
  355. "fnv",
  356. "futures-core",
  357. "futures-sink",
  358. "futures-util",
  359. "http",
  360. "indexmap 2.1.0",
  361. "slab",
  362. "tokio",
  363. "tokio-util",
  364. "tracing",
  365. ]
  366. [[package]]
  367. name = "hashbrown"
  368. version = "0.12.3"
  369. source = "registry+https://github.com/rust-lang/crates.io-index"
  370. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  371. [[package]]
  372. name = "hashbrown"
  373. version = "0.14.3"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
  376. [[package]]
  377. name = "heck"
  378. version = "0.4.1"
  379. source = "registry+https://github.com/rust-lang/crates.io-index"
  380. checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
  381. [[package]]
  382. name = "hermit-abi"
  383. version = "0.3.3"
  384. source = "registry+https://github.com/rust-lang/crates.io-index"
  385. checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
  386. [[package]]
  387. name = "home"
  388. version = "0.5.5"
  389. source = "registry+https://github.com/rust-lang/crates.io-index"
  390. checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
  391. dependencies = [
  392. "windows-sys 0.48.0",
  393. ]
  394. [[package]]
  395. name = "http"
  396. version = "0.2.11"
  397. source = "registry+https://github.com/rust-lang/crates.io-index"
  398. checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
  399. dependencies = [
  400. "bytes",
  401. "fnv",
  402. "itoa",
  403. ]
  404. [[package]]
  405. name = "http-body"
  406. version = "0.4.5"
  407. source = "registry+https://github.com/rust-lang/crates.io-index"
  408. checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
  409. dependencies = [
  410. "bytes",
  411. "http",
  412. "pin-project-lite",
  413. ]
  414. [[package]]
  415. name = "httparse"
  416. version = "1.8.0"
  417. source = "registry+https://github.com/rust-lang/crates.io-index"
  418. checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
  419. [[package]]
  420. name = "httpdate"
  421. version = "1.0.3"
  422. source = "registry+https://github.com/rust-lang/crates.io-index"
  423. checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
  424. [[package]]
  425. name = "humantime"
  426. version = "2.1.0"
  427. source = "registry+https://github.com/rust-lang/crates.io-index"
  428. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  429. [[package]]
  430. name = "hyper"
  431. version = "0.14.27"
  432. source = "registry+https://github.com/rust-lang/crates.io-index"
  433. checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
  434. dependencies = [
  435. "bytes",
  436. "futures-channel",
  437. "futures-core",
  438. "futures-util",
  439. "h2",
  440. "http",
  441. "http-body",
  442. "httparse",
  443. "httpdate",
  444. "itoa",
  445. "pin-project-lite",
  446. "socket2 0.4.10",
  447. "tokio",
  448. "tower-service",
  449. "tracing",
  450. "want",
  451. ]
  452. [[package]]
  453. name = "hyper-timeout"
  454. version = "0.4.1"
  455. source = "registry+https://github.com/rust-lang/crates.io-index"
  456. checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
  457. dependencies = [
  458. "hyper",
  459. "pin-project-lite",
  460. "tokio",
  461. "tokio-io-timeout",
  462. ]
  463. [[package]]
  464. name = "indexmap"
  465. version = "1.9.3"
  466. source = "registry+https://github.com/rust-lang/crates.io-index"
  467. checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
  468. dependencies = [
  469. "autocfg",
  470. "hashbrown 0.12.3",
  471. ]
  472. [[package]]
  473. name = "indexmap"
  474. version = "2.1.0"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
  477. dependencies = [
  478. "equivalent",
  479. "hashbrown 0.14.3",
  480. ]
  481. [[package]]
  482. name = "is-terminal"
  483. version = "0.4.9"
  484. source = "registry+https://github.com/rust-lang/crates.io-index"
  485. checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
  486. dependencies = [
  487. "hermit-abi",
  488. "rustix",
  489. "windows-sys 0.48.0",
  490. ]
  491. [[package]]
  492. name = "itertools"
  493. version = "0.11.0"
  494. source = "registry+https://github.com/rust-lang/crates.io-index"
  495. checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
  496. dependencies = [
  497. "either",
  498. ]
  499. [[package]]
  500. name = "itoa"
  501. version = "1.0.9"
  502. source = "registry+https://github.com/rust-lang/crates.io-index"
  503. checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
  504. [[package]]
  505. name = "libc"
  506. version = "0.2.150"
  507. source = "registry+https://github.com/rust-lang/crates.io-index"
  508. checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
  509. [[package]]
  510. name = "linux-raw-sys"
  511. version = "0.4.12"
  512. source = "registry+https://github.com/rust-lang/crates.io-index"
  513. checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
  514. [[package]]
  515. name = "lock_api"
  516. version = "0.4.11"
  517. source = "registry+https://github.com/rust-lang/crates.io-index"
  518. checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
  519. dependencies = [
  520. "autocfg",
  521. "scopeguard",
  522. ]
  523. [[package]]
  524. name = "log"
  525. version = "0.4.20"
  526. source = "registry+https://github.com/rust-lang/crates.io-index"
  527. checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
  528. [[package]]
  529. name = "matchit"
  530. version = "0.7.3"
  531. source = "registry+https://github.com/rust-lang/crates.io-index"
  532. checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
  533. [[package]]
  534. name = "memchr"
  535. version = "2.6.4"
  536. source = "registry+https://github.com/rust-lang/crates.io-index"
  537. checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
  538. [[package]]
  539. name = "mime"
  540. version = "0.3.17"
  541. source = "registry+https://github.com/rust-lang/crates.io-index"
  542. checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
  543. [[package]]
  544. name = "miniz_oxide"
  545. version = "0.7.1"
  546. source = "registry+https://github.com/rust-lang/crates.io-index"
  547. checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
  548. dependencies = [
  549. "adler",
  550. ]
  551. [[package]]
  552. name = "mio"
  553. version = "0.8.10"
  554. source = "registry+https://github.com/rust-lang/crates.io-index"
  555. checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
  556. dependencies = [
  557. "libc",
  558. "wasi",
  559. "windows-sys 0.48.0",
  560. ]
  561. [[package]]
  562. name = "multimap"
  563. version = "0.8.3"
  564. source = "registry+https://github.com/rust-lang/crates.io-index"
  565. checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
  566. [[package]]
  567. name = "num_cpus"
  568. version = "1.16.0"
  569. source = "registry+https://github.com/rust-lang/crates.io-index"
  570. checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
  571. dependencies = [
  572. "hermit-abi",
  573. "libc",
  574. ]
  575. [[package]]
  576. name = "object"
  577. version = "0.32.1"
  578. source = "registry+https://github.com/rust-lang/crates.io-index"
  579. checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
  580. dependencies = [
  581. "memchr",
  582. ]
  583. [[package]]
  584. name = "once_cell"
  585. version = "1.19.0"
  586. source = "registry+https://github.com/rust-lang/crates.io-index"
  587. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  588. [[package]]
  589. name = "parking_lot"
  590. version = "0.12.1"
  591. source = "registry+https://github.com/rust-lang/crates.io-index"
  592. checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
  593. dependencies = [
  594. "lock_api",
  595. "parking_lot_core",
  596. ]
  597. [[package]]
  598. name = "parking_lot_core"
  599. version = "0.9.9"
  600. source = "registry+https://github.com/rust-lang/crates.io-index"
  601. checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
  602. dependencies = [
  603. "cfg-if",
  604. "libc",
  605. "redox_syscall",
  606. "smallvec",
  607. "windows-targets 0.48.5",
  608. ]
  609. [[package]]
  610. name = "percent-encoding"
  611. version = "2.3.1"
  612. source = "registry+https://github.com/rust-lang/crates.io-index"
  613. checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
  614. [[package]]
  615. name = "petgraph"
  616. version = "0.6.4"
  617. source = "registry+https://github.com/rust-lang/crates.io-index"
  618. checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
  619. dependencies = [
  620. "fixedbitset",
  621. "indexmap 2.1.0",
  622. ]
  623. [[package]]
  624. name = "pin-project"
  625. version = "1.1.3"
  626. source = "registry+https://github.com/rust-lang/crates.io-index"
  627. checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
  628. dependencies = [
  629. "pin-project-internal",
  630. ]
  631. [[package]]
  632. name = "pin-project-internal"
  633. version = "1.1.3"
  634. source = "registry+https://github.com/rust-lang/crates.io-index"
  635. checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
  636. dependencies = [
  637. "proc-macro2",
  638. "quote",
  639. "syn",
  640. ]
  641. [[package]]
  642. name = "pin-project-lite"
  643. version = "0.2.13"
  644. source = "registry+https://github.com/rust-lang/crates.io-index"
  645. checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
  646. [[package]]
  647. name = "pin-utils"
  648. version = "0.1.0"
  649. source = "registry+https://github.com/rust-lang/crates.io-index"
  650. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  651. [[package]]
  652. name = "ppv-lite86"
  653. version = "0.2.17"
  654. source = "registry+https://github.com/rust-lang/crates.io-index"
  655. checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  656. [[package]]
  657. name = "prettyplease"
  658. version = "0.2.15"
  659. source = "registry+https://github.com/rust-lang/crates.io-index"
  660. checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
  661. dependencies = [
  662. "proc-macro2",
  663. "syn",
  664. ]
  665. [[package]]
  666. name = "proc-macro2"
  667. version = "1.0.70"
  668. source = "registry+https://github.com/rust-lang/crates.io-index"
  669. checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
  670. dependencies = [
  671. "unicode-ident",
  672. ]
  673. [[package]]
  674. name = "prost"
  675. version = "0.12.3"
  676. source = "registry+https://github.com/rust-lang/crates.io-index"
  677. checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
  678. dependencies = [
  679. "bytes",
  680. "prost-derive",
  681. ]
  682. [[package]]
  683. name = "prost-build"
  684. version = "0.12.3"
  685. source = "registry+https://github.com/rust-lang/crates.io-index"
  686. checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
  687. dependencies = [
  688. "bytes",
  689. "heck",
  690. "itertools",
  691. "log",
  692. "multimap",
  693. "once_cell",
  694. "petgraph",
  695. "prettyplease",
  696. "prost",
  697. "prost-types",
  698. "regex",
  699. "syn",
  700. "tempfile",
  701. "which",
  702. ]
  703. [[package]]
  704. name = "prost-derive"
  705. version = "0.12.3"
  706. source = "registry+https://github.com/rust-lang/crates.io-index"
  707. checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
  708. dependencies = [
  709. "anyhow",
  710. "itertools",
  711. "proc-macro2",
  712. "quote",
  713. "syn",
  714. ]
  715. [[package]]
  716. name = "prost-types"
  717. version = "0.12.3"
  718. source = "registry+https://github.com/rust-lang/crates.io-index"
  719. checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e"
  720. dependencies = [
  721. "prost",
  722. ]
  723. [[package]]
  724. name = "quote"
  725. version = "1.0.33"
  726. source = "registry+https://github.com/rust-lang/crates.io-index"
  727. checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
  728. dependencies = [
  729. "proc-macro2",
  730. ]
  731. [[package]]
  732. name = "rand"
  733. version = "0.8.5"
  734. source = "registry+https://github.com/rust-lang/crates.io-index"
  735. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  736. dependencies = [
  737. "libc",
  738. "rand_chacha",
  739. "rand_core",
  740. ]
  741. [[package]]
  742. name = "rand_chacha"
  743. version = "0.3.1"
  744. source = "registry+https://github.com/rust-lang/crates.io-index"
  745. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  746. dependencies = [
  747. "ppv-lite86",
  748. "rand_core",
  749. ]
  750. [[package]]
  751. name = "rand_core"
  752. version = "0.6.4"
  753. source = "registry+https://github.com/rust-lang/crates.io-index"
  754. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  755. dependencies = [
  756. "getrandom",
  757. ]
  758. [[package]]
  759. name = "redox_syscall"
  760. version = "0.4.1"
  761. source = "registry+https://github.com/rust-lang/crates.io-index"
  762. checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
  763. dependencies = [
  764. "bitflags 1.3.2",
  765. ]
  766. [[package]]
  767. name = "regex"
  768. version = "1.10.2"
  769. source = "registry+https://github.com/rust-lang/crates.io-index"
  770. checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
  771. dependencies = [
  772. "aho-corasick",
  773. "memchr",
  774. "regex-automata",
  775. "regex-syntax",
  776. ]
  777. [[package]]
  778. name = "regex-automata"
  779. version = "0.4.3"
  780. source = "registry+https://github.com/rust-lang/crates.io-index"
  781. checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
  782. dependencies = [
  783. "aho-corasick",
  784. "memchr",
  785. "regex-syntax",
  786. ]
  787. [[package]]
  788. name = "regex-syntax"
  789. version = "0.8.2"
  790. source = "registry+https://github.com/rust-lang/crates.io-index"
  791. checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
  792. [[package]]
  793. name = "rustc-demangle"
  794. version = "0.1.23"
  795. source = "registry+https://github.com/rust-lang/crates.io-index"
  796. checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
  797. [[package]]
  798. name = "rustix"
  799. version = "0.38.27"
  800. source = "registry+https://github.com/rust-lang/crates.io-index"
  801. checksum = "bfeae074e687625746172d639330f1de242a178bf3189b51e35a7a21573513ac"
  802. dependencies = [
  803. "bitflags 2.4.1",
  804. "errno",
  805. "libc",
  806. "linux-raw-sys",
  807. "windows-sys 0.52.0",
  808. ]
  809. [[package]]
  810. name = "rustversion"
  811. version = "1.0.14"
  812. source = "registry+https://github.com/rust-lang/crates.io-index"
  813. checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
  814. [[package]]
  815. name = "scopeguard"
  816. version = "1.2.0"
  817. source = "registry+https://github.com/rust-lang/crates.io-index"
  818. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  819. [[package]]
  820. name = "serde"
  821. version = "1.0.193"
  822. source = "registry+https://github.com/rust-lang/crates.io-index"
  823. checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
  824. dependencies = [
  825. "serde_derive",
  826. ]
  827. [[package]]
  828. name = "serde_derive"
  829. version = "1.0.193"
  830. source = "registry+https://github.com/rust-lang/crates.io-index"
  831. checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
  832. dependencies = [
  833. "proc-macro2",
  834. "quote",
  835. "syn",
  836. ]
  837. [[package]]
  838. name = "signal-hook-registry"
  839. version = "1.4.1"
  840. source = "registry+https://github.com/rust-lang/crates.io-index"
  841. checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
  842. dependencies = [
  843. "libc",
  844. ]
  845. [[package]]
  846. name = "slab"
  847. version = "0.4.9"
  848. source = "registry+https://github.com/rust-lang/crates.io-index"
  849. checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
  850. dependencies = [
  851. "autocfg",
  852. ]
  853. [[package]]
  854. name = "smallvec"
  855. version = "1.11.2"
  856. source = "registry+https://github.com/rust-lang/crates.io-index"
  857. checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
  858. [[package]]
  859. name = "socket2"
  860. version = "0.4.10"
  861. source = "registry+https://github.com/rust-lang/crates.io-index"
  862. checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
  863. dependencies = [
  864. "libc",
  865. "winapi",
  866. ]
  867. [[package]]
  868. name = "socket2"
  869. version = "0.5.5"
  870. source = "registry+https://github.com/rust-lang/crates.io-index"
  871. checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
  872. dependencies = [
  873. "libc",
  874. "windows-sys 0.48.0",
  875. ]
  876. [[package]]
  877. name = "strsim"
  878. version = "0.10.0"
  879. source = "registry+https://github.com/rust-lang/crates.io-index"
  880. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  881. [[package]]
  882. name = "syn"
  883. version = "2.0.39"
  884. source = "registry+https://github.com/rust-lang/crates.io-index"
  885. checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
  886. dependencies = [
  887. "proc-macro2",
  888. "quote",
  889. "unicode-ident",
  890. ]
  891. [[package]]
  892. name = "sync_wrapper"
  893. version = "0.1.2"
  894. source = "registry+https://github.com/rust-lang/crates.io-index"
  895. checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
  896. [[package]]
  897. name = "tempfile"
  898. version = "3.8.1"
  899. source = "registry+https://github.com/rust-lang/crates.io-index"
  900. checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
  901. dependencies = [
  902. "cfg-if",
  903. "fastrand",
  904. "redox_syscall",
  905. "rustix",
  906. "windows-sys 0.48.0",
  907. ]
  908. [[package]]
  909. name = "termcolor"
  910. version = "1.4.0"
  911. source = "registry+https://github.com/rust-lang/crates.io-index"
  912. checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
  913. dependencies = [
  914. "winapi-util",
  915. ]
  916. [[package]]
  917. name = "tokio"
  918. version = "1.34.0"
  919. source = "registry+https://github.com/rust-lang/crates.io-index"
  920. checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
  921. dependencies = [
  922. "backtrace",
  923. "bytes",
  924. "libc",
  925. "mio",
  926. "num_cpus",
  927. "parking_lot",
  928. "pin-project-lite",
  929. "signal-hook-registry",
  930. "socket2 0.5.5",
  931. "tokio-macros",
  932. "windows-sys 0.48.0",
  933. ]
  934. [[package]]
  935. name = "tokio-io-timeout"
  936. version = "1.2.0"
  937. source = "registry+https://github.com/rust-lang/crates.io-index"
  938. checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
  939. dependencies = [
  940. "pin-project-lite",
  941. "tokio",
  942. ]
  943. [[package]]
  944. name = "tokio-macros"
  945. version = "2.2.0"
  946. source = "registry+https://github.com/rust-lang/crates.io-index"
  947. checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
  948. dependencies = [
  949. "proc-macro2",
  950. "quote",
  951. "syn",
  952. ]
  953. [[package]]
  954. name = "tokio-stream"
  955. version = "0.1.14"
  956. source = "registry+https://github.com/rust-lang/crates.io-index"
  957. checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
  958. dependencies = [
  959. "futures-core",
  960. "pin-project-lite",
  961. "tokio",
  962. ]
  963. [[package]]
  964. name = "tokio-util"
  965. version = "0.7.10"
  966. source = "registry+https://github.com/rust-lang/crates.io-index"
  967. checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
  968. dependencies = [
  969. "bytes",
  970. "futures-core",
  971. "futures-sink",
  972. "pin-project-lite",
  973. "tokio",
  974. "tracing",
  975. ]
  976. [[package]]
  977. name = "tonic"
  978. version = "0.10.2"
  979. source = "registry+https://github.com/rust-lang/crates.io-index"
  980. checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
  981. dependencies = [
  982. "async-stream",
  983. "async-trait",
  984. "axum",
  985. "base64",
  986. "bytes",
  987. "h2",
  988. "http",
  989. "http-body",
  990. "hyper",
  991. "hyper-timeout",
  992. "percent-encoding",
  993. "pin-project",
  994. "prost",
  995. "tokio",
  996. "tokio-stream",
  997. "tower",
  998. "tower-layer",
  999. "tower-service",
  1000. "tracing",
  1001. ]
  1002. [[package]]
  1003. name = "tonic-build"
  1004. version = "0.10.2"
  1005. source = "registry+https://github.com/rust-lang/crates.io-index"
  1006. checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
  1007. dependencies = [
  1008. "prettyplease",
  1009. "proc-macro2",
  1010. "prost-build",
  1011. "quote",
  1012. "syn",
  1013. ]
  1014. [[package]]
  1015. name = "tower"
  1016. version = "0.4.13"
  1017. source = "registry+https://github.com/rust-lang/crates.io-index"
  1018. checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
  1019. dependencies = [
  1020. "futures-core",
  1021. "futures-util",
  1022. "indexmap 1.9.3",
  1023. "pin-project",
  1024. "pin-project-lite",
  1025. "rand",
  1026. "slab",
  1027. "tokio",
  1028. "tokio-util",
  1029. "tower-layer",
  1030. "tower-service",
  1031. "tracing",
  1032. ]
  1033. [[package]]
  1034. name = "tower-layer"
  1035. version = "0.3.2"
  1036. source = "registry+https://github.com/rust-lang/crates.io-index"
  1037. checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
  1038. [[package]]
  1039. name = "tower-service"
  1040. version = "0.3.2"
  1041. source = "registry+https://github.com/rust-lang/crates.io-index"
  1042. checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
  1043. [[package]]
  1044. name = "tracing"
  1045. version = "0.1.40"
  1046. source = "registry+https://github.com/rust-lang/crates.io-index"
  1047. checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
  1048. dependencies = [
  1049. "pin-project-lite",
  1050. "tracing-attributes",
  1051. "tracing-core",
  1052. ]
  1053. [[package]]
  1054. name = "tracing-attributes"
  1055. version = "0.1.27"
  1056. source = "registry+https://github.com/rust-lang/crates.io-index"
  1057. checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
  1058. dependencies = [
  1059. "proc-macro2",
  1060. "quote",
  1061. "syn",
  1062. ]
  1063. [[package]]
  1064. name = "tracing-core"
  1065. version = "0.1.32"
  1066. source = "registry+https://github.com/rust-lang/crates.io-index"
  1067. checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
  1068. dependencies = [
  1069. "once_cell",
  1070. ]
  1071. [[package]]
  1072. name = "try-lock"
  1073. version = "0.2.5"
  1074. source = "registry+https://github.com/rust-lang/crates.io-index"
  1075. checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
  1076. [[package]]
  1077. name = "unicode-ident"
  1078. version = "1.0.12"
  1079. source = "registry+https://github.com/rust-lang/crates.io-index"
  1080. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  1081. [[package]]
  1082. name = "utf8parse"
  1083. version = "0.2.1"
  1084. source = "registry+https://github.com/rust-lang/crates.io-index"
  1085. checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
  1086. [[package]]
  1087. name = "want"
  1088. version = "0.3.1"
  1089. source = "registry+https://github.com/rust-lang/crates.io-index"
  1090. checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
  1091. dependencies = [
  1092. "try-lock",
  1093. ]
  1094. [[package]]
  1095. name = "wasi"
  1096. version = "0.11.0+wasi-snapshot-preview1"
  1097. source = "registry+https://github.com/rust-lang/crates.io-index"
  1098. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  1099. [[package]]
  1100. name = "which"
  1101. version = "4.4.2"
  1102. source = "registry+https://github.com/rust-lang/crates.io-index"
  1103. checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
  1104. dependencies = [
  1105. "either",
  1106. "home",
  1107. "once_cell",
  1108. "rustix",
  1109. ]
  1110. [[package]]
  1111. name = "winapi"
  1112. version = "0.3.9"
  1113. source = "registry+https://github.com/rust-lang/crates.io-index"
  1114. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1115. dependencies = [
  1116. "winapi-i686-pc-windows-gnu",
  1117. "winapi-x86_64-pc-windows-gnu",
  1118. ]
  1119. [[package]]
  1120. name = "winapi-i686-pc-windows-gnu"
  1121. version = "0.4.0"
  1122. source = "registry+https://github.com/rust-lang/crates.io-index"
  1123. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1124. [[package]]
  1125. name = "winapi-util"
  1126. version = "0.1.6"
  1127. source = "registry+https://github.com/rust-lang/crates.io-index"
  1128. checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
  1129. dependencies = [
  1130. "winapi",
  1131. ]
  1132. [[package]]
  1133. name = "winapi-x86_64-pc-windows-gnu"
  1134. version = "0.4.0"
  1135. source = "registry+https://github.com/rust-lang/crates.io-index"
  1136. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1137. [[package]]
  1138. name = "windows-sys"
  1139. version = "0.48.0"
  1140. source = "registry+https://github.com/rust-lang/crates.io-index"
  1141. checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  1142. dependencies = [
  1143. "windows-targets 0.48.5",
  1144. ]
  1145. [[package]]
  1146. name = "windows-sys"
  1147. version = "0.52.0"
  1148. source = "registry+https://github.com/rust-lang/crates.io-index"
  1149. checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  1150. dependencies = [
  1151. "windows-targets 0.52.0",
  1152. ]
  1153. [[package]]
  1154. name = "windows-targets"
  1155. version = "0.48.5"
  1156. source = "registry+https://github.com/rust-lang/crates.io-index"
  1157. checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  1158. dependencies = [
  1159. "windows_aarch64_gnullvm 0.48.5",
  1160. "windows_aarch64_msvc 0.48.5",
  1161. "windows_i686_gnu 0.48.5",
  1162. "windows_i686_msvc 0.48.5",
  1163. "windows_x86_64_gnu 0.48.5",
  1164. "windows_x86_64_gnullvm 0.48.5",
  1165. "windows_x86_64_msvc 0.48.5",
  1166. ]
  1167. [[package]]
  1168. name = "windows-targets"
  1169. version = "0.52.0"
  1170. source = "registry+https://github.com/rust-lang/crates.io-index"
  1171. checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
  1172. dependencies = [
  1173. "windows_aarch64_gnullvm 0.52.0",
  1174. "windows_aarch64_msvc 0.52.0",
  1175. "windows_i686_gnu 0.52.0",
  1176. "windows_i686_msvc 0.52.0",
  1177. "windows_x86_64_gnu 0.52.0",
  1178. "windows_x86_64_gnullvm 0.52.0",
  1179. "windows_x86_64_msvc 0.52.0",
  1180. ]
  1181. [[package]]
  1182. name = "windows_aarch64_gnullvm"
  1183. version = "0.48.5"
  1184. source = "registry+https://github.com/rust-lang/crates.io-index"
  1185. checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  1186. [[package]]
  1187. name = "windows_aarch64_gnullvm"
  1188. version = "0.52.0"
  1189. source = "registry+https://github.com/rust-lang/crates.io-index"
  1190. checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
  1191. [[package]]
  1192. name = "windows_aarch64_msvc"
  1193. version = "0.48.5"
  1194. source = "registry+https://github.com/rust-lang/crates.io-index"
  1195. checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  1196. [[package]]
  1197. name = "windows_aarch64_msvc"
  1198. version = "0.52.0"
  1199. source = "registry+https://github.com/rust-lang/crates.io-index"
  1200. checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
  1201. [[package]]
  1202. name = "windows_i686_gnu"
  1203. version = "0.48.5"
  1204. source = "registry+https://github.com/rust-lang/crates.io-index"
  1205. checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  1206. [[package]]
  1207. name = "windows_i686_gnu"
  1208. version = "0.52.0"
  1209. source = "registry+https://github.com/rust-lang/crates.io-index"
  1210. checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
  1211. [[package]]
  1212. name = "windows_i686_msvc"
  1213. version = "0.48.5"
  1214. source = "registry+https://github.com/rust-lang/crates.io-index"
  1215. checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  1216. [[package]]
  1217. name = "windows_i686_msvc"
  1218. version = "0.52.0"
  1219. source = "registry+https://github.com/rust-lang/crates.io-index"
  1220. checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
  1221. [[package]]
  1222. name = "windows_x86_64_gnu"
  1223. version = "0.48.5"
  1224. source = "registry+https://github.com/rust-lang/crates.io-index"
  1225. checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  1226. [[package]]
  1227. name = "windows_x86_64_gnu"
  1228. version = "0.52.0"
  1229. source = "registry+https://github.com/rust-lang/crates.io-index"
  1230. checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
  1231. [[package]]
  1232. name = "windows_x86_64_gnullvm"
  1233. version = "0.48.5"
  1234. source = "registry+https://github.com/rust-lang/crates.io-index"
  1235. checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  1236. [[package]]
  1237. name = "windows_x86_64_gnullvm"
  1238. version = "0.52.0"
  1239. source = "registry+https://github.com/rust-lang/crates.io-index"
  1240. checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
  1241. [[package]]
  1242. name = "windows_x86_64_msvc"
  1243. version = "0.48.5"
  1244. source = "registry+https://github.com/rust-lang/crates.io-index"
  1245. checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
  1246. [[package]]
  1247. name = "windows_x86_64_msvc"
  1248. version = "0.52.0"
  1249. source = "registry+https://github.com/rust-lang/crates.io-index"
  1250. checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"