Cargo.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  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 = "cairo-rs"
  41. version = "0.15.1"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a"
  44. dependencies = [
  45. "bitflags",
  46. "cairo-sys-rs",
  47. "glib",
  48. "libc",
  49. "thiserror",
  50. ]
  51. [[package]]
  52. name = "cairo-sys-rs"
  53. version = "0.15.1"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
  56. dependencies = [
  57. "glib-sys",
  58. "libc",
  59. "system-deps",
  60. ]
  61. [[package]]
  62. name = "cfg-expr"
  63. version = "0.9.0"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571"
  66. dependencies = [
  67. "smallvec",
  68. ]
  69. [[package]]
  70. name = "cfg-if"
  71. version = "1.0.0"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  74. [[package]]
  75. name = "clap"
  76. version = "3.0.10"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
  79. dependencies = [
  80. "atty",
  81. "bitflags",
  82. "indexmap",
  83. "os_str_bytes",
  84. "strsim",
  85. "termcolor",
  86. "textwrap",
  87. ]
  88. [[package]]
  89. name = "crc32fast"
  90. version = "1.3.0"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
  93. dependencies = [
  94. "cfg-if",
  95. ]
  96. [[package]]
  97. name = "deflate"
  98. version = "0.9.1"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. checksum = "5f95bf05dffba6e6cce8dfbb30def788154949ccd9aed761b472119c21e01c70"
  101. dependencies = [
  102. "adler32",
  103. ]
  104. [[package]]
  105. name = "encoding"
  106. version = "0.2.33"
  107. source = "registry+https://github.com/rust-lang/crates.io-index"
  108. checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
  109. dependencies = [
  110. "encoding-index-japanese",
  111. "encoding-index-korean",
  112. "encoding-index-simpchinese",
  113. "encoding-index-singlebyte",
  114. "encoding-index-tradchinese",
  115. ]
  116. [[package]]
  117. name = "encoding-index-japanese"
  118. version = "1.20141219.5"
  119. source = "registry+https://github.com/rust-lang/crates.io-index"
  120. checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
  121. dependencies = [
  122. "encoding_index_tests",
  123. ]
  124. [[package]]
  125. name = "encoding-index-korean"
  126. version = "1.20141219.5"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
  129. dependencies = [
  130. "encoding_index_tests",
  131. ]
  132. [[package]]
  133. name = "encoding-index-simpchinese"
  134. version = "1.20141219.5"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
  137. dependencies = [
  138. "encoding_index_tests",
  139. ]
  140. [[package]]
  141. name = "encoding-index-singlebyte"
  142. version = "1.20141219.5"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
  145. dependencies = [
  146. "encoding_index_tests",
  147. ]
  148. [[package]]
  149. name = "encoding-index-tradchinese"
  150. version = "1.20141219.5"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
  153. dependencies = [
  154. "encoding_index_tests",
  155. ]
  156. [[package]]
  157. name = "encoding_index_tests"
  158. version = "0.1.4"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
  161. [[package]]
  162. name = "futures-channel"
  163. version = "0.3.19"
  164. source = "registry+https://github.com/rust-lang/crates.io-index"
  165. checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
  166. dependencies = [
  167. "futures-core",
  168. ]
  169. [[package]]
  170. name = "futures-core"
  171. version = "0.3.19"
  172. source = "registry+https://github.com/rust-lang/crates.io-index"
  173. checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
  174. [[package]]
  175. name = "futures-executor"
  176. version = "0.3.19"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
  179. dependencies = [
  180. "futures-core",
  181. "futures-task",
  182. "futures-util",
  183. ]
  184. [[package]]
  185. name = "futures-task"
  186. version = "0.3.19"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
  189. [[package]]
  190. name = "futures-util"
  191. version = "0.3.19"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
  194. dependencies = [
  195. "futures-core",
  196. "futures-task",
  197. "pin-project-lite",
  198. "pin-utils",
  199. "slab",
  200. ]
  201. [[package]]
  202. name = "glib"
  203. version = "0.15.2"
  204. source = "registry+https://github.com/rust-lang/crates.io-index"
  205. checksum = "30a3e6b2e5ef2ecfb10c1e083074a81160b8f6408fcc08195c872e9de37a361b"
  206. dependencies = [
  207. "bitflags",
  208. "futures-channel",
  209. "futures-core",
  210. "futures-executor",
  211. "futures-task",
  212. "glib-macros",
  213. "glib-sys",
  214. "gobject-sys",
  215. "libc",
  216. "once_cell",
  217. "smallvec",
  218. "thiserror",
  219. ]
  220. [[package]]
  221. name = "glib-macros"
  222. version = "0.15.1"
  223. source = "registry+https://github.com/rust-lang/crates.io-index"
  224. checksum = "54c0c7194ee4c597b334e3ce84d22d929405e94497828e1c54da762cbe8e3d93"
  225. dependencies = [
  226. "anyhow",
  227. "heck 0.4.0",
  228. "proc-macro-crate",
  229. "proc-macro-error",
  230. "proc-macro2",
  231. "quote",
  232. "syn",
  233. ]
  234. [[package]]
  235. name = "glib-sys"
  236. version = "0.15.1"
  237. source = "registry+https://github.com/rust-lang/crates.io-index"
  238. checksum = "c668102c6e15e0a7f6b99b59f602c2e806967bb86414f617b77e19b1de5b3fac"
  239. dependencies = [
  240. "libc",
  241. "system-deps",
  242. ]
  243. [[package]]
  244. name = "gobject-sys"
  245. version = "0.15.1"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. checksum = "6edb1f0b3e4c08e2a0a490d1082ba9e902cdff8ff07091e85c6caec60d17e2ab"
  248. dependencies = [
  249. "glib-sys",
  250. "libc",
  251. "system-deps",
  252. ]
  253. [[package]]
  254. name = "hashbrown"
  255. version = "0.11.2"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
  258. [[package]]
  259. name = "heck"
  260. version = "0.3.3"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  263. dependencies = [
  264. "unicode-segmentation",
  265. ]
  266. [[package]]
  267. name = "heck"
  268. version = "0.4.0"
  269. source = "registry+https://github.com/rust-lang/crates.io-index"
  270. checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
  271. [[package]]
  272. name = "hermit-abi"
  273. version = "0.1.19"
  274. source = "registry+https://github.com/rust-lang/crates.io-index"
  275. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  276. dependencies = [
  277. "libc",
  278. ]
  279. [[package]]
  280. name = "indexmap"
  281. version = "1.8.0"
  282. source = "registry+https://github.com/rust-lang/crates.io-index"
  283. checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
  284. dependencies = [
  285. "autocfg",
  286. "hashbrown",
  287. ]
  288. [[package]]
  289. name = "libc"
  290. version = "0.2.113"
  291. source = "registry+https://github.com/rust-lang/crates.io-index"
  292. checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
  293. [[package]]
  294. name = "linked-hash-map"
  295. version = "0.5.4"
  296. source = "registry+https://github.com/rust-lang/crates.io-index"
  297. checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
  298. [[package]]
  299. name = "memchr"
  300. version = "2.4.1"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  303. [[package]]
  304. name = "miniz_oxide"
  305. version = "0.4.4"
  306. source = "registry+https://github.com/rust-lang/crates.io-index"
  307. checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
  308. dependencies = [
  309. "adler",
  310. "autocfg",
  311. ]
  312. [[package]]
  313. name = "once_cell"
  314. version = "1.9.0"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
  317. [[package]]
  318. name = "os_str_bytes"
  319. version = "6.0.0"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
  322. dependencies = [
  323. "memchr",
  324. ]
  325. [[package]]
  326. name = "pango"
  327. version = "0.15.2"
  328. source = "registry+https://github.com/rust-lang/crates.io-index"
  329. checksum = "79211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94"
  330. dependencies = [
  331. "bitflags",
  332. "glib",
  333. "libc",
  334. "once_cell",
  335. "pango-sys",
  336. ]
  337. [[package]]
  338. name = "pango-sys"
  339. version = "0.15.1"
  340. source = "registry+https://github.com/rust-lang/crates.io-index"
  341. checksum = "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2"
  342. dependencies = [
  343. "glib-sys",
  344. "gobject-sys",
  345. "libc",
  346. "system-deps",
  347. ]
  348. [[package]]
  349. name = "pangocairo"
  350. version = "0.15.1"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "7876a45c1f1d1a75a2601dc6d9ef2cb5a8be0e3d76f909d82450759929035366"
  353. dependencies = [
  354. "bitflags",
  355. "cairo-rs",
  356. "glib",
  357. "libc",
  358. "pango",
  359. "pangocairo-sys",
  360. ]
  361. [[package]]
  362. name = "pangocairo-sys"
  363. version = "0.15.1"
  364. source = "registry+https://github.com/rust-lang/crates.io-index"
  365. checksum = "78cf746594916c81d5f739af9335c5f55a1f4606d80b3e1d821f18cf95a29494"
  366. dependencies = [
  367. "cairo-sys-rs",
  368. "glib-sys",
  369. "libc",
  370. "pango-sys",
  371. "system-deps",
  372. ]
  373. [[package]]
  374. name = "pin-project-lite"
  375. version = "0.2.8"
  376. source = "registry+https://github.com/rust-lang/crates.io-index"
  377. checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
  378. [[package]]
  379. name = "pin-utils"
  380. version = "0.1.0"
  381. source = "registry+https://github.com/rust-lang/crates.io-index"
  382. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  383. [[package]]
  384. name = "pkg-config"
  385. version = "0.3.24"
  386. source = "registry+https://github.com/rust-lang/crates.io-index"
  387. checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
  388. [[package]]
  389. name = "png"
  390. version = "0.17.2"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. checksum = "c845088517daa61e8a57eee40309347cea13f273694d1385c553e7a57127763b"
  393. dependencies = [
  394. "bitflags",
  395. "crc32fast",
  396. "deflate",
  397. "encoding",
  398. "miniz_oxide",
  399. ]
  400. [[package]]
  401. name = "proc-macro-crate"
  402. version = "1.1.0"
  403. source = "registry+https://github.com/rust-lang/crates.io-index"
  404. checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
  405. dependencies = [
  406. "thiserror",
  407. "toml",
  408. ]
  409. [[package]]
  410. name = "proc-macro-error"
  411. version = "1.0.4"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  414. dependencies = [
  415. "proc-macro-error-attr",
  416. "proc-macro2",
  417. "quote",
  418. "syn",
  419. "version_check",
  420. ]
  421. [[package]]
  422. name = "proc-macro-error-attr"
  423. version = "1.0.4"
  424. source = "registry+https://github.com/rust-lang/crates.io-index"
  425. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  426. dependencies = [
  427. "proc-macro2",
  428. "quote",
  429. "version_check",
  430. ]
  431. [[package]]
  432. name = "proc-macro2"
  433. version = "1.0.36"
  434. source = "registry+https://github.com/rust-lang/crates.io-index"
  435. checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
  436. dependencies = [
  437. "unicode-xid",
  438. ]
  439. [[package]]
  440. name = "quote"
  441. version = "1.0.14"
  442. source = "registry+https://github.com/rust-lang/crates.io-index"
  443. checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
  444. dependencies = [
  445. "proc-macro2",
  446. ]
  447. [[package]]
  448. name = "ryu"
  449. version = "1.0.9"
  450. source = "registry+https://github.com/rust-lang/crates.io-index"
  451. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  452. [[package]]
  453. name = "serde"
  454. version = "1.0.133"
  455. source = "registry+https://github.com/rust-lang/crates.io-index"
  456. checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
  457. dependencies = [
  458. "serde_derive",
  459. ]
  460. [[package]]
  461. name = "serde_derive"
  462. version = "1.0.133"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
  465. dependencies = [
  466. "proc-macro2",
  467. "quote",
  468. "syn",
  469. ]
  470. [[package]]
  471. name = "serde_yaml"
  472. version = "0.8.23"
  473. source = "registry+https://github.com/rust-lang/crates.io-index"
  474. checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
  475. dependencies = [
  476. "indexmap",
  477. "ryu",
  478. "serde",
  479. "yaml-rust",
  480. ]
  481. [[package]]
  482. name = "slab"
  483. version = "0.4.5"
  484. source = "registry+https://github.com/rust-lang/crates.io-index"
  485. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  486. [[package]]
  487. name = "smallvec"
  488. version = "1.8.0"
  489. source = "registry+https://github.com/rust-lang/crates.io-index"
  490. checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
  491. [[package]]
  492. name = "strsim"
  493. version = "0.10.0"
  494. source = "registry+https://github.com/rust-lang/crates.io-index"
  495. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  496. [[package]]
  497. name = "syn"
  498. version = "1.0.86"
  499. source = "registry+https://github.com/rust-lang/crates.io-index"
  500. checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
  501. dependencies = [
  502. "proc-macro2",
  503. "quote",
  504. "unicode-xid",
  505. ]
  506. [[package]]
  507. name = "system-deps"
  508. version = "6.0.0"
  509. source = "registry+https://github.com/rust-lang/crates.io-index"
  510. checksum = "7b1487aaddaacbc5d60a2a507ba1617c5ca66c57dd0dd07d0c5efd5b693841d4"
  511. dependencies = [
  512. "cfg-expr",
  513. "heck 0.3.3",
  514. "pkg-config",
  515. "toml",
  516. "version-compare",
  517. ]
  518. [[package]]
  519. name = "termcolor"
  520. version = "1.1.2"
  521. source = "registry+https://github.com/rust-lang/crates.io-index"
  522. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  523. dependencies = [
  524. "winapi-util",
  525. ]
  526. [[package]]
  527. name = "textwrap"
  528. version = "0.14.2"
  529. source = "registry+https://github.com/rust-lang/crates.io-index"
  530. checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
  531. [[package]]
  532. name = "thiserror"
  533. version = "1.0.30"
  534. source = "registry+https://github.com/rust-lang/crates.io-index"
  535. checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
  536. dependencies = [
  537. "thiserror-impl",
  538. ]
  539. [[package]]
  540. name = "thiserror-impl"
  541. version = "1.0.30"
  542. source = "registry+https://github.com/rust-lang/crates.io-index"
  543. checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
  544. dependencies = [
  545. "proc-macro2",
  546. "quote",
  547. "syn",
  548. ]
  549. [[package]]
  550. name = "thyme"
  551. version = "0.1.0"
  552. dependencies = [
  553. "cairo-rs",
  554. "clap",
  555. "pango",
  556. "pangocairo",
  557. "png",
  558. "serde",
  559. "serde_yaml",
  560. ]
  561. [[package]]
  562. name = "toml"
  563. version = "0.5.8"
  564. source = "registry+https://github.com/rust-lang/crates.io-index"
  565. checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
  566. dependencies = [
  567. "serde",
  568. ]
  569. [[package]]
  570. name = "unicode-segmentation"
  571. version = "1.8.0"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
  574. [[package]]
  575. name = "unicode-xid"
  576. version = "0.2.2"
  577. source = "registry+https://github.com/rust-lang/crates.io-index"
  578. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  579. [[package]]
  580. name = "version-compare"
  581. version = "0.1.0"
  582. source = "registry+https://github.com/rust-lang/crates.io-index"
  583. checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
  584. [[package]]
  585. name = "version_check"
  586. version = "0.9.4"
  587. source = "registry+https://github.com/rust-lang/crates.io-index"
  588. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  589. [[package]]
  590. name = "winapi"
  591. version = "0.3.9"
  592. source = "registry+https://github.com/rust-lang/crates.io-index"
  593. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  594. dependencies = [
  595. "winapi-i686-pc-windows-gnu",
  596. "winapi-x86_64-pc-windows-gnu",
  597. ]
  598. [[package]]
  599. name = "winapi-i686-pc-windows-gnu"
  600. version = "0.4.0"
  601. source = "registry+https://github.com/rust-lang/crates.io-index"
  602. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  603. [[package]]
  604. name = "winapi-util"
  605. version = "0.1.5"
  606. source = "registry+https://github.com/rust-lang/crates.io-index"
  607. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  608. dependencies = [
  609. "winapi",
  610. ]
  611. [[package]]
  612. name = "winapi-x86_64-pc-windows-gnu"
  613. version = "0.4.0"
  614. source = "registry+https://github.com/rust-lang/crates.io-index"
  615. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  616. [[package]]
  617. name = "yaml-rust"
  618. version = "0.4.5"
  619. source = "registry+https://github.com/rust-lang/crates.io-index"
  620. checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
  621. dependencies = [
  622. "linked-hash-map",
  623. ]