Cargo.lock 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266
  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 = "adler32"
  11. version = "1.2.0"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
  14. [[package]]
  15. name = "anyhow"
  16. version = "1.0.52"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
  19. [[package]]
  20. name = "atty"
  21. version = "0.2.14"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  24. dependencies = [
  25. "hermit-abi",
  26. "libc",
  27. "winapi",
  28. ]
  29. [[package]]
  30. name = "autocfg"
  31. version = "1.0.1"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  34. [[package]]
  35. name = "bitflags"
  36. version = "1.3.2"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  39. [[package]]
  40. name = "bitflags"
  41. version = "2.4.2"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
  44. [[package]]
  45. name = "byteorder"
  46. version = "1.5.0"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
  49. [[package]]
  50. name = "bzip2"
  51. version = "0.4.4"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
  54. dependencies = [
  55. "bzip2-sys",
  56. "libc",
  57. ]
  58. [[package]]
  59. name = "bzip2-sys"
  60. version = "0.1.11+1.0.8"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
  63. dependencies = [
  64. "cc",
  65. "libc",
  66. "pkg-config",
  67. ]
  68. [[package]]
  69. name = "cairo-rs"
  70. version = "0.15.1"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a"
  73. dependencies = [
  74. "bitflags 1.3.2",
  75. "cairo-sys-rs 0.15.1",
  76. "glib 0.15.2",
  77. "libc",
  78. "thiserror",
  79. ]
  80. [[package]]
  81. name = "cairo-rs"
  82. version = "0.18.5"
  83. source = "registry+https://github.com/rust-lang/crates.io-index"
  84. checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
  85. dependencies = [
  86. "bitflags 2.4.2",
  87. "cairo-sys-rs 0.18.2",
  88. "glib 0.18.5",
  89. "libc",
  90. "once_cell",
  91. "thiserror",
  92. ]
  93. [[package]]
  94. name = "cairo-sys-rs"
  95. version = "0.15.1"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
  98. dependencies = [
  99. "glib-sys 0.15.1",
  100. "libc",
  101. "system-deps",
  102. ]
  103. [[package]]
  104. name = "cairo-sys-rs"
  105. version = "0.18.2"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
  108. dependencies = [
  109. "glib-sys 0.18.1",
  110. "libc",
  111. "system-deps",
  112. ]
  113. [[package]]
  114. name = "cc"
  115. version = "1.0.83"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
  118. dependencies = [
  119. "libc",
  120. ]
  121. [[package]]
  122. name = "cfg-expr"
  123. version = "0.9.0"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"
  125. checksum = "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571"
  126. dependencies = [
  127. "smallvec",
  128. ]
  129. [[package]]
  130. name = "cfg-if"
  131. version = "1.0.0"
  132. source = "registry+https://github.com/rust-lang/crates.io-index"
  133. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  134. [[package]]
  135. name = "clap"
  136. version = "3.0.10"
  137. source = "registry+https://github.com/rust-lang/crates.io-index"
  138. checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
  139. dependencies = [
  140. "atty",
  141. "bitflags 1.3.2",
  142. "clap_derive",
  143. "indexmap 1.8.0",
  144. "lazy_static",
  145. "os_str_bytes",
  146. "strsim",
  147. "termcolor",
  148. "textwrap",
  149. ]
  150. [[package]]
  151. name = "clap_derive"
  152. version = "3.0.6"
  153. source = "registry+https://github.com/rust-lang/crates.io-index"
  154. checksum = "517358c28fcef6607bf6f76108e02afad7e82297d132a6b846dcc1fc3efcd153"
  155. dependencies = [
  156. "heck 0.4.0",
  157. "proc-macro-error",
  158. "proc-macro2",
  159. "quote",
  160. "syn 1.0.86",
  161. ]
  162. [[package]]
  163. name = "crc32fast"
  164. version = "1.3.0"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
  167. dependencies = [
  168. "cfg-if",
  169. ]
  170. [[package]]
  171. name = "deflate"
  172. version = "0.9.1"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. checksum = "5f95bf05dffba6e6cce8dfbb30def788154949ccd9aed761b472119c21e01c70"
  175. dependencies = [
  176. "adler32",
  177. ]
  178. [[package]]
  179. name = "encoding"
  180. version = "0.2.33"
  181. source = "registry+https://github.com/rust-lang/crates.io-index"
  182. checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
  183. dependencies = [
  184. "encoding-index-japanese",
  185. "encoding-index-korean",
  186. "encoding-index-simpchinese",
  187. "encoding-index-singlebyte",
  188. "encoding-index-tradchinese",
  189. ]
  190. [[package]]
  191. name = "encoding-index-japanese"
  192. version = "1.20141219.5"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
  195. dependencies = [
  196. "encoding_index_tests",
  197. ]
  198. [[package]]
  199. name = "encoding-index-korean"
  200. version = "1.20141219.5"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
  203. dependencies = [
  204. "encoding_index_tests",
  205. ]
  206. [[package]]
  207. name = "encoding-index-simpchinese"
  208. version = "1.20141219.5"
  209. source = "registry+https://github.com/rust-lang/crates.io-index"
  210. checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
  211. dependencies = [
  212. "encoding_index_tests",
  213. ]
  214. [[package]]
  215. name = "encoding-index-singlebyte"
  216. version = "1.20141219.5"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
  219. dependencies = [
  220. "encoding_index_tests",
  221. ]
  222. [[package]]
  223. name = "encoding-index-tradchinese"
  224. version = "1.20141219.5"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
  227. dependencies = [
  228. "encoding_index_tests",
  229. ]
  230. [[package]]
  231. name = "encoding_index_tests"
  232. version = "0.1.4"
  233. source = "registry+https://github.com/rust-lang/crates.io-index"
  234. checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
  235. [[package]]
  236. name = "equivalent"
  237. version = "1.0.1"
  238. source = "registry+https://github.com/rust-lang/crates.io-index"
  239. checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
  240. [[package]]
  241. name = "field-offset"
  242. version = "0.3.6"
  243. source = "registry+https://github.com/rust-lang/crates.io-index"
  244. checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
  245. dependencies = [
  246. "memoffset",
  247. "rustc_version",
  248. ]
  249. [[package]]
  250. name = "flate2"
  251. version = "1.0.28"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
  254. dependencies = [
  255. "crc32fast",
  256. "miniz_oxide 0.7.1",
  257. ]
  258. [[package]]
  259. name = "futures-channel"
  260. version = "0.3.19"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
  263. dependencies = [
  264. "futures-core",
  265. ]
  266. [[package]]
  267. name = "futures-core"
  268. version = "0.3.19"
  269. source = "registry+https://github.com/rust-lang/crates.io-index"
  270. checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
  271. [[package]]
  272. name = "futures-executor"
  273. version = "0.3.19"
  274. source = "registry+https://github.com/rust-lang/crates.io-index"
  275. checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
  276. dependencies = [
  277. "futures-core",
  278. "futures-task",
  279. "futures-util",
  280. ]
  281. [[package]]
  282. name = "futures-io"
  283. version = "0.3.30"
  284. source = "registry+https://github.com/rust-lang/crates.io-index"
  285. checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
  286. [[package]]
  287. name = "futures-macro"
  288. version = "0.3.19"
  289. source = "registry+https://github.com/rust-lang/crates.io-index"
  290. checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
  291. dependencies = [
  292. "proc-macro2",
  293. "quote",
  294. "syn 1.0.86",
  295. ]
  296. [[package]]
  297. name = "futures-task"
  298. version = "0.3.19"
  299. source = "registry+https://github.com/rust-lang/crates.io-index"
  300. checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
  301. [[package]]
  302. name = "futures-util"
  303. version = "0.3.19"
  304. source = "registry+https://github.com/rust-lang/crates.io-index"
  305. checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
  306. dependencies = [
  307. "futures-core",
  308. "futures-macro",
  309. "futures-task",
  310. "pin-project-lite",
  311. "pin-utils",
  312. "slab",
  313. ]
  314. [[package]]
  315. name = "gdk-pixbuf"
  316. version = "0.18.5"
  317. source = "registry+https://github.com/rust-lang/crates.io-index"
  318. checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
  319. dependencies = [
  320. "gdk-pixbuf-sys",
  321. "gio",
  322. "glib 0.18.5",
  323. "libc",
  324. "once_cell",
  325. ]
  326. [[package]]
  327. name = "gdk-pixbuf-sys"
  328. version = "0.18.0"
  329. source = "registry+https://github.com/rust-lang/crates.io-index"
  330. checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
  331. dependencies = [
  332. "gio-sys",
  333. "glib-sys 0.18.1",
  334. "gobject-sys 0.18.0",
  335. "libc",
  336. "system-deps",
  337. ]
  338. [[package]]
  339. name = "gdk4"
  340. version = "0.7.3"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "7edb019ad581f8ecf8ea8e4baa6df7c483a95b5a59be3140be6a9c3b0c632af6"
  343. dependencies = [
  344. "cairo-rs 0.18.5",
  345. "gdk-pixbuf",
  346. "gdk4-sys",
  347. "gio",
  348. "glib 0.18.5",
  349. "libc",
  350. "pango 0.18.3",
  351. ]
  352. [[package]]
  353. name = "gdk4-sys"
  354. version = "0.7.2"
  355. source = "registry+https://github.com/rust-lang/crates.io-index"
  356. checksum = "dbab43f332a3cf1df9974da690b5bb0e26720ed09a228178ce52175372dcfef0"
  357. dependencies = [
  358. "cairo-sys-rs 0.18.2",
  359. "gdk-pixbuf-sys",
  360. "gio-sys",
  361. "glib-sys 0.18.1",
  362. "gobject-sys 0.18.0",
  363. "libc",
  364. "pango-sys 0.18.0",
  365. "pkg-config",
  366. "system-deps",
  367. ]
  368. [[package]]
  369. name = "gio"
  370. version = "0.18.4"
  371. source = "registry+https://github.com/rust-lang/crates.io-index"
  372. checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
  373. dependencies = [
  374. "futures-channel",
  375. "futures-core",
  376. "futures-io",
  377. "futures-util",
  378. "gio-sys",
  379. "glib 0.18.5",
  380. "libc",
  381. "once_cell",
  382. "pin-project-lite",
  383. "smallvec",
  384. "thiserror",
  385. ]
  386. [[package]]
  387. name = "gio-sys"
  388. version = "0.18.1"
  389. source = "registry+https://github.com/rust-lang/crates.io-index"
  390. checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
  391. dependencies = [
  392. "glib-sys 0.18.1",
  393. "gobject-sys 0.18.0",
  394. "libc",
  395. "system-deps",
  396. "winapi",
  397. ]
  398. [[package]]
  399. name = "glib"
  400. version = "0.15.2"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "30a3e6b2e5ef2ecfb10c1e083074a81160b8f6408fcc08195c872e9de37a361b"
  403. dependencies = [
  404. "bitflags 1.3.2",
  405. "futures-channel",
  406. "futures-core",
  407. "futures-executor",
  408. "futures-task",
  409. "glib-macros 0.15.1",
  410. "glib-sys 0.15.1",
  411. "gobject-sys 0.15.1",
  412. "libc",
  413. "once_cell",
  414. "smallvec",
  415. "thiserror",
  416. ]
  417. [[package]]
  418. name = "glib"
  419. version = "0.18.5"
  420. source = "registry+https://github.com/rust-lang/crates.io-index"
  421. checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
  422. dependencies = [
  423. "bitflags 2.4.2",
  424. "futures-channel",
  425. "futures-core",
  426. "futures-executor",
  427. "futures-task",
  428. "futures-util",
  429. "gio-sys",
  430. "glib-macros 0.18.5",
  431. "glib-sys 0.18.1",
  432. "gobject-sys 0.18.0",
  433. "libc",
  434. "memchr",
  435. "once_cell",
  436. "smallvec",
  437. "thiserror",
  438. ]
  439. [[package]]
  440. name = "glib-macros"
  441. version = "0.15.1"
  442. source = "registry+https://github.com/rust-lang/crates.io-index"
  443. checksum = "54c0c7194ee4c597b334e3ce84d22d929405e94497828e1c54da762cbe8e3d93"
  444. dependencies = [
  445. "anyhow",
  446. "heck 0.4.0",
  447. "proc-macro-crate 1.1.0",
  448. "proc-macro-error",
  449. "proc-macro2",
  450. "quote",
  451. "syn 1.0.86",
  452. ]
  453. [[package]]
  454. name = "glib-macros"
  455. version = "0.18.5"
  456. source = "registry+https://github.com/rust-lang/crates.io-index"
  457. checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
  458. dependencies = [
  459. "heck 0.4.0",
  460. "proc-macro-crate 2.0.1",
  461. "proc-macro-error",
  462. "proc-macro2",
  463. "quote",
  464. "syn 2.0.48",
  465. ]
  466. [[package]]
  467. name = "glib-sys"
  468. version = "0.15.1"
  469. source = "registry+https://github.com/rust-lang/crates.io-index"
  470. checksum = "c668102c6e15e0a7f6b99b59f602c2e806967bb86414f617b77e19b1de5b3fac"
  471. dependencies = [
  472. "libc",
  473. "system-deps",
  474. ]
  475. [[package]]
  476. name = "glib-sys"
  477. version = "0.18.1"
  478. source = "registry+https://github.com/rust-lang/crates.io-index"
  479. checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
  480. dependencies = [
  481. "libc",
  482. "system-deps",
  483. ]
  484. [[package]]
  485. name = "gobject-sys"
  486. version = "0.15.1"
  487. source = "registry+https://github.com/rust-lang/crates.io-index"
  488. checksum = "6edb1f0b3e4c08e2a0a490d1082ba9e902cdff8ff07091e85c6caec60d17e2ab"
  489. dependencies = [
  490. "glib-sys 0.15.1",
  491. "libc",
  492. "system-deps",
  493. ]
  494. [[package]]
  495. name = "gobject-sys"
  496. version = "0.18.0"
  497. source = "registry+https://github.com/rust-lang/crates.io-index"
  498. checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
  499. dependencies = [
  500. "glib-sys 0.18.1",
  501. "libc",
  502. "system-deps",
  503. ]
  504. [[package]]
  505. name = "graphene-rs"
  506. version = "0.18.1"
  507. source = "registry+https://github.com/rust-lang/crates.io-index"
  508. checksum = "3b2228cda1505613a7a956cca69076892cfbda84fc2b7a62b94a41a272c0c401"
  509. dependencies = [
  510. "glib 0.18.5",
  511. "graphene-sys",
  512. "libc",
  513. ]
  514. [[package]]
  515. name = "graphene-sys"
  516. version = "0.18.1"
  517. source = "registry+https://github.com/rust-lang/crates.io-index"
  518. checksum = "cc4144cee8fc8788f2a9b73dc5f1d4e1189d1f95305c4cb7bd9c1af1cfa31f59"
  519. dependencies = [
  520. "glib-sys 0.18.1",
  521. "libc",
  522. "pkg-config",
  523. "system-deps",
  524. ]
  525. [[package]]
  526. name = "gsk4"
  527. version = "0.7.3"
  528. source = "registry+https://github.com/rust-lang/crates.io-index"
  529. checksum = "0d958e351d2f210309b32d081c832d7de0aca0b077aa10d88336c6379bd01f7e"
  530. dependencies = [
  531. "cairo-rs 0.18.5",
  532. "gdk4",
  533. "glib 0.18.5",
  534. "graphene-rs",
  535. "gsk4-sys",
  536. "libc",
  537. "pango 0.18.3",
  538. ]
  539. [[package]]
  540. name = "gsk4-sys"
  541. version = "0.7.3"
  542. source = "registry+https://github.com/rust-lang/crates.io-index"
  543. checksum = "12bd9e3effea989f020e8f1ff3fa3b8c63ba93d43b899c11a118868853a56d55"
  544. dependencies = [
  545. "cairo-sys-rs 0.18.2",
  546. "gdk4-sys",
  547. "glib-sys 0.18.1",
  548. "gobject-sys 0.18.0",
  549. "graphene-sys",
  550. "libc",
  551. "pango-sys 0.18.0",
  552. "system-deps",
  553. ]
  554. [[package]]
  555. name = "gtk4"
  556. version = "0.7.3"
  557. source = "registry+https://github.com/rust-lang/crates.io-index"
  558. checksum = "5aeb51aa3e9728575a053e1f43543cd9992ac2477e1b186ad824fd4adfb70842"
  559. dependencies = [
  560. "cairo-rs 0.18.5",
  561. "field-offset",
  562. "futures-channel",
  563. "gdk-pixbuf",
  564. "gdk4",
  565. "gio",
  566. "glib 0.18.5",
  567. "graphene-rs",
  568. "gsk4",
  569. "gtk4-macros",
  570. "gtk4-sys",
  571. "libc",
  572. "pango 0.18.3",
  573. ]
  574. [[package]]
  575. name = "gtk4-macros"
  576. version = "0.7.2"
  577. source = "registry+https://github.com/rust-lang/crates.io-index"
  578. checksum = "d57ec49cf9b657f69a05bca8027cff0a8dfd0c49e812be026fc7311f2163832f"
  579. dependencies = [
  580. "anyhow",
  581. "proc-macro-crate 1.1.0",
  582. "proc-macro-error",
  583. "proc-macro2",
  584. "quote",
  585. "syn 1.0.86",
  586. ]
  587. [[package]]
  588. name = "gtk4-sys"
  589. version = "0.7.3"
  590. source = "registry+https://github.com/rust-lang/crates.io-index"
  591. checksum = "54d8c4aa23638ce9faa2caf7e2a27d4a1295af2155c8e8d28c4d4eeca7a65eb8"
  592. dependencies = [
  593. "cairo-sys-rs 0.18.2",
  594. "gdk-pixbuf-sys",
  595. "gdk4-sys",
  596. "gio-sys",
  597. "glib-sys 0.18.1",
  598. "gobject-sys 0.18.0",
  599. "graphene-sys",
  600. "gsk4-sys",
  601. "libc",
  602. "pango-sys 0.18.0",
  603. "system-deps",
  604. ]
  605. [[package]]
  606. name = "hashbrown"
  607. version = "0.11.2"
  608. source = "registry+https://github.com/rust-lang/crates.io-index"
  609. checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
  610. [[package]]
  611. name = "hashbrown"
  612. version = "0.14.3"
  613. source = "registry+https://github.com/rust-lang/crates.io-index"
  614. checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
  615. [[package]]
  616. name = "heck"
  617. version = "0.3.3"
  618. source = "registry+https://github.com/rust-lang/crates.io-index"
  619. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  620. dependencies = [
  621. "unicode-segmentation",
  622. ]
  623. [[package]]
  624. name = "heck"
  625. version = "0.4.0"
  626. source = "registry+https://github.com/rust-lang/crates.io-index"
  627. checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
  628. [[package]]
  629. name = "hermit-abi"
  630. version = "0.1.19"
  631. source = "registry+https://github.com/rust-lang/crates.io-index"
  632. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  633. dependencies = [
  634. "libc",
  635. ]
  636. [[package]]
  637. name = "indexmap"
  638. version = "1.8.0"
  639. source = "registry+https://github.com/rust-lang/crates.io-index"
  640. checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
  641. dependencies = [
  642. "autocfg",
  643. "hashbrown 0.11.2",
  644. ]
  645. [[package]]
  646. name = "indexmap"
  647. version = "2.1.0"
  648. source = "registry+https://github.com/rust-lang/crates.io-index"
  649. checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
  650. dependencies = [
  651. "equivalent",
  652. "hashbrown 0.14.3",
  653. ]
  654. [[package]]
  655. name = "itoa"
  656. version = "1.0.10"
  657. source = "registry+https://github.com/rust-lang/crates.io-index"
  658. checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
  659. [[package]]
  660. name = "lazy_static"
  661. version = "1.4.0"
  662. source = "registry+https://github.com/rust-lang/crates.io-index"
  663. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  664. [[package]]
  665. name = "libc"
  666. version = "0.2.113"
  667. source = "registry+https://github.com/rust-lang/crates.io-index"
  668. checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
  669. [[package]]
  670. name = "linked-hash-map"
  671. version = "0.5.4"
  672. source = "registry+https://github.com/rust-lang/crates.io-index"
  673. checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
  674. [[package]]
  675. name = "memchr"
  676. version = "2.7.1"
  677. source = "registry+https://github.com/rust-lang/crates.io-index"
  678. checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
  679. [[package]]
  680. name = "memoffset"
  681. version = "0.9.0"
  682. source = "registry+https://github.com/rust-lang/crates.io-index"
  683. checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
  684. dependencies = [
  685. "autocfg",
  686. ]
  687. [[package]]
  688. name = "miniz_oxide"
  689. version = "0.4.4"
  690. source = "registry+https://github.com/rust-lang/crates.io-index"
  691. checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
  692. dependencies = [
  693. "adler",
  694. "autocfg",
  695. ]
  696. [[package]]
  697. name = "miniz_oxide"
  698. version = "0.7.1"
  699. source = "registry+https://github.com/rust-lang/crates.io-index"
  700. checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
  701. dependencies = [
  702. "adler",
  703. ]
  704. [[package]]
  705. name = "once_cell"
  706. version = "1.9.0"
  707. source = "registry+https://github.com/rust-lang/crates.io-index"
  708. checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
  709. [[package]]
  710. name = "os_str_bytes"
  711. version = "6.0.0"
  712. source = "registry+https://github.com/rust-lang/crates.io-index"
  713. checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
  714. dependencies = [
  715. "memchr",
  716. ]
  717. [[package]]
  718. name = "pango"
  719. version = "0.15.2"
  720. source = "registry+https://github.com/rust-lang/crates.io-index"
  721. checksum = "79211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94"
  722. dependencies = [
  723. "bitflags 1.3.2",
  724. "glib 0.15.2",
  725. "libc",
  726. "once_cell",
  727. "pango-sys 0.15.1",
  728. ]
  729. [[package]]
  730. name = "pango"
  731. version = "0.18.3"
  732. source = "registry+https://github.com/rust-lang/crates.io-index"
  733. checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
  734. dependencies = [
  735. "gio",
  736. "glib 0.18.5",
  737. "libc",
  738. "once_cell",
  739. "pango-sys 0.18.0",
  740. ]
  741. [[package]]
  742. name = "pango-sys"
  743. version = "0.15.1"
  744. source = "registry+https://github.com/rust-lang/crates.io-index"
  745. checksum = "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2"
  746. dependencies = [
  747. "glib-sys 0.15.1",
  748. "gobject-sys 0.15.1",
  749. "libc",
  750. "system-deps",
  751. ]
  752. [[package]]
  753. name = "pango-sys"
  754. version = "0.18.0"
  755. source = "registry+https://github.com/rust-lang/crates.io-index"
  756. checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
  757. dependencies = [
  758. "glib-sys 0.18.1",
  759. "gobject-sys 0.18.0",
  760. "libc",
  761. "system-deps",
  762. ]
  763. [[package]]
  764. name = "pangocairo"
  765. version = "0.15.1"
  766. source = "registry+https://github.com/rust-lang/crates.io-index"
  767. checksum = "7876a45c1f1d1a75a2601dc6d9ef2cb5a8be0e3d76f909d82450759929035366"
  768. dependencies = [
  769. "bitflags 1.3.2",
  770. "cairo-rs 0.15.1",
  771. "glib 0.15.2",
  772. "libc",
  773. "pango 0.15.2",
  774. "pangocairo-sys",
  775. ]
  776. [[package]]
  777. name = "pangocairo-sys"
  778. version = "0.15.1"
  779. source = "registry+https://github.com/rust-lang/crates.io-index"
  780. checksum = "78cf746594916c81d5f739af9335c5f55a1f4606d80b3e1d821f18cf95a29494"
  781. dependencies = [
  782. "cairo-sys-rs 0.15.1",
  783. "glib-sys 0.15.1",
  784. "libc",
  785. "pango-sys 0.15.1",
  786. "system-deps",
  787. ]
  788. [[package]]
  789. name = "pin-project-lite"
  790. version = "0.2.8"
  791. source = "registry+https://github.com/rust-lang/crates.io-index"
  792. checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
  793. [[package]]
  794. name = "pin-utils"
  795. version = "0.1.0"
  796. source = "registry+https://github.com/rust-lang/crates.io-index"
  797. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  798. [[package]]
  799. name = "pkg-config"
  800. version = "0.3.24"
  801. source = "registry+https://github.com/rust-lang/crates.io-index"
  802. checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
  803. [[package]]
  804. name = "png"
  805. version = "0.17.2"
  806. source = "registry+https://github.com/rust-lang/crates.io-index"
  807. checksum = "c845088517daa61e8a57eee40309347cea13f273694d1385c553e7a57127763b"
  808. dependencies = [
  809. "bitflags 1.3.2",
  810. "crc32fast",
  811. "deflate",
  812. "encoding",
  813. "miniz_oxide 0.4.4",
  814. ]
  815. [[package]]
  816. name = "proc-macro-crate"
  817. version = "1.1.0"
  818. source = "registry+https://github.com/rust-lang/crates.io-index"
  819. checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
  820. dependencies = [
  821. "thiserror",
  822. "toml",
  823. ]
  824. [[package]]
  825. name = "proc-macro-crate"
  826. version = "2.0.1"
  827. source = "registry+https://github.com/rust-lang/crates.io-index"
  828. checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a"
  829. dependencies = [
  830. "toml_datetime",
  831. "toml_edit",
  832. ]
  833. [[package]]
  834. name = "proc-macro-error"
  835. version = "1.0.4"
  836. source = "registry+https://github.com/rust-lang/crates.io-index"
  837. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  838. dependencies = [
  839. "proc-macro-error-attr",
  840. "proc-macro2",
  841. "quote",
  842. "syn 1.0.86",
  843. "version_check",
  844. ]
  845. [[package]]
  846. name = "proc-macro-error-attr"
  847. version = "1.0.4"
  848. source = "registry+https://github.com/rust-lang/crates.io-index"
  849. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  850. dependencies = [
  851. "proc-macro2",
  852. "quote",
  853. "version_check",
  854. ]
  855. [[package]]
  856. name = "proc-macro2"
  857. version = "1.0.76"
  858. source = "registry+https://github.com/rust-lang/crates.io-index"
  859. checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
  860. dependencies = [
  861. "unicode-ident",
  862. ]
  863. [[package]]
  864. name = "quote"
  865. version = "1.0.35"
  866. source = "registry+https://github.com/rust-lang/crates.io-index"
  867. checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
  868. dependencies = [
  869. "proc-macro2",
  870. ]
  871. [[package]]
  872. name = "rustc_version"
  873. version = "0.4.0"
  874. source = "registry+https://github.com/rust-lang/crates.io-index"
  875. checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
  876. dependencies = [
  877. "semver",
  878. ]
  879. [[package]]
  880. name = "ryu"
  881. version = "1.0.9"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  884. [[package]]
  885. name = "semver"
  886. version = "1.0.21"
  887. source = "registry+https://github.com/rust-lang/crates.io-index"
  888. checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
  889. [[package]]
  890. name = "serde"
  891. version = "1.0.133"
  892. source = "registry+https://github.com/rust-lang/crates.io-index"
  893. checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
  894. dependencies = [
  895. "serde_derive",
  896. ]
  897. [[package]]
  898. name = "serde_derive"
  899. version = "1.0.133"
  900. source = "registry+https://github.com/rust-lang/crates.io-index"
  901. checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
  902. dependencies = [
  903. "proc-macro2",
  904. "quote",
  905. "syn 1.0.86",
  906. ]
  907. [[package]]
  908. name = "serde_json"
  909. version = "1.0.99"
  910. source = "registry+https://github.com/rust-lang/crates.io-index"
  911. checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
  912. dependencies = [
  913. "itoa",
  914. "ryu",
  915. "serde",
  916. ]
  917. [[package]]
  918. name = "serde_yaml"
  919. version = "0.8.23"
  920. source = "registry+https://github.com/rust-lang/crates.io-index"
  921. checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
  922. dependencies = [
  923. "indexmap 1.8.0",
  924. "ryu",
  925. "serde",
  926. "yaml-rust",
  927. ]
  928. [[package]]
  929. name = "slab"
  930. version = "0.4.5"
  931. source = "registry+https://github.com/rust-lang/crates.io-index"
  932. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  933. [[package]]
  934. name = "smallvec"
  935. version = "1.8.0"
  936. source = "registry+https://github.com/rust-lang/crates.io-index"
  937. checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
  938. [[package]]
  939. name = "strsim"
  940. version = "0.10.0"
  941. source = "registry+https://github.com/rust-lang/crates.io-index"
  942. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  943. [[package]]
  944. name = "syn"
  945. version = "1.0.86"
  946. source = "registry+https://github.com/rust-lang/crates.io-index"
  947. checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
  948. dependencies = [
  949. "proc-macro2",
  950. "quote",
  951. "unicode-xid",
  952. ]
  953. [[package]]
  954. name = "syn"
  955. version = "2.0.48"
  956. source = "registry+https://github.com/rust-lang/crates.io-index"
  957. checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
  958. dependencies = [
  959. "proc-macro2",
  960. "quote",
  961. "unicode-ident",
  962. ]
  963. [[package]]
  964. name = "system-deps"
  965. version = "6.0.0"
  966. source = "registry+https://github.com/rust-lang/crates.io-index"
  967. checksum = "7b1487aaddaacbc5d60a2a507ba1617c5ca66c57dd0dd07d0c5efd5b693841d4"
  968. dependencies = [
  969. "cfg-expr",
  970. "heck 0.3.3",
  971. "pkg-config",
  972. "toml",
  973. "version-compare",
  974. ]
  975. [[package]]
  976. name = "termcolor"
  977. version = "1.1.2"
  978. source = "registry+https://github.com/rust-lang/crates.io-index"
  979. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  980. dependencies = [
  981. "winapi-util",
  982. ]
  983. [[package]]
  984. name = "textwrap"
  985. version = "0.14.2"
  986. source = "registry+https://github.com/rust-lang/crates.io-index"
  987. checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
  988. [[package]]
  989. name = "thiserror"
  990. version = "1.0.30"
  991. source = "registry+https://github.com/rust-lang/crates.io-index"
  992. checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
  993. dependencies = [
  994. "thiserror-impl",
  995. ]
  996. [[package]]
  997. name = "thiserror-impl"
  998. version = "1.0.30"
  999. source = "registry+https://github.com/rust-lang/crates.io-index"
  1000. checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
  1001. dependencies = [
  1002. "proc-macro2",
  1003. "quote",
  1004. "syn 1.0.86",
  1005. ]
  1006. [[package]]
  1007. name = "thyme"
  1008. version = "0.1.0"
  1009. dependencies = [
  1010. "cairo-rs 0.15.1",
  1011. "clap",
  1012. "gtk4",
  1013. "pango 0.15.2",
  1014. "pangocairo",
  1015. "png",
  1016. "serde",
  1017. "serde_json",
  1018. "serde_yaml",
  1019. "zip",
  1020. ]
  1021. [[package]]
  1022. name = "time"
  1023. version = "0.1.45"
  1024. source = "registry+https://github.com/rust-lang/crates.io-index"
  1025. checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
  1026. dependencies = [
  1027. "libc",
  1028. "wasi",
  1029. "winapi",
  1030. ]
  1031. [[package]]
  1032. name = "toml"
  1033. version = "0.5.8"
  1034. source = "registry+https://github.com/rust-lang/crates.io-index"
  1035. checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
  1036. dependencies = [
  1037. "serde",
  1038. ]
  1039. [[package]]
  1040. name = "toml_datetime"
  1041. version = "0.6.3"
  1042. source = "registry+https://github.com/rust-lang/crates.io-index"
  1043. checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
  1044. [[package]]
  1045. name = "toml_edit"
  1046. version = "0.20.2"
  1047. source = "registry+https://github.com/rust-lang/crates.io-index"
  1048. checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
  1049. dependencies = [
  1050. "indexmap 2.1.0",
  1051. "toml_datetime",
  1052. "winnow",
  1053. ]
  1054. [[package]]
  1055. name = "unicode-ident"
  1056. version = "1.0.12"
  1057. source = "registry+https://github.com/rust-lang/crates.io-index"
  1058. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  1059. [[package]]
  1060. name = "unicode-segmentation"
  1061. version = "1.8.0"
  1062. source = "registry+https://github.com/rust-lang/crates.io-index"
  1063. checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
  1064. [[package]]
  1065. name = "unicode-xid"
  1066. version = "0.2.2"
  1067. source = "registry+https://github.com/rust-lang/crates.io-index"
  1068. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  1069. [[package]]
  1070. name = "version-compare"
  1071. version = "0.1.0"
  1072. source = "registry+https://github.com/rust-lang/crates.io-index"
  1073. checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
  1074. [[package]]
  1075. name = "version_check"
  1076. version = "0.9.4"
  1077. source = "registry+https://github.com/rust-lang/crates.io-index"
  1078. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  1079. [[package]]
  1080. name = "wasi"
  1081. version = "0.10.0+wasi-snapshot-preview1"
  1082. source = "registry+https://github.com/rust-lang/crates.io-index"
  1083. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  1084. [[package]]
  1085. name = "winapi"
  1086. version = "0.3.9"
  1087. source = "registry+https://github.com/rust-lang/crates.io-index"
  1088. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1089. dependencies = [
  1090. "winapi-i686-pc-windows-gnu",
  1091. "winapi-x86_64-pc-windows-gnu",
  1092. ]
  1093. [[package]]
  1094. name = "winapi-i686-pc-windows-gnu"
  1095. version = "0.4.0"
  1096. source = "registry+https://github.com/rust-lang/crates.io-index"
  1097. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1098. [[package]]
  1099. name = "winapi-util"
  1100. version = "0.1.5"
  1101. source = "registry+https://github.com/rust-lang/crates.io-index"
  1102. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  1103. dependencies = [
  1104. "winapi",
  1105. ]
  1106. [[package]]
  1107. name = "winapi-x86_64-pc-windows-gnu"
  1108. version = "0.4.0"
  1109. source = "registry+https://github.com/rust-lang/crates.io-index"
  1110. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1111. [[package]]
  1112. name = "winnow"
  1113. version = "0.5.34"
  1114. source = "registry+https://github.com/rust-lang/crates.io-index"
  1115. checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
  1116. dependencies = [
  1117. "memchr",
  1118. ]
  1119. [[package]]
  1120. name = "yaml-rust"
  1121. version = "0.4.5"
  1122. source = "registry+https://github.com/rust-lang/crates.io-index"
  1123. checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
  1124. dependencies = [
  1125. "linked-hash-map",
  1126. ]
  1127. [[package]]
  1128. name = "zip"
  1129. version = "0.5.13"
  1130. source = "registry+https://github.com/rust-lang/crates.io-index"
  1131. checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
  1132. dependencies = [
  1133. "byteorder",
  1134. "bzip2",
  1135. "crc32fast",
  1136. "flate2",
  1137. "thiserror",
  1138. "time",
  1139. ]