Cargo.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "anyhow"
  5. version = "1.0.32"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
  8. [[package]]
  9. name = "atk"
  10. version = "0.9.0"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "812b4911e210bd51b24596244523c856ca749e6223c50a7fbbba3f89ee37c426"
  13. dependencies = [
  14. "atk-sys",
  15. "bitflags",
  16. "glib",
  17. "glib-sys",
  18. "gobject-sys",
  19. "libc",
  20. ]
  21. [[package]]
  22. name = "atk-sys"
  23. version = "0.10.0"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce"
  26. dependencies = [
  27. "glib-sys",
  28. "gobject-sys",
  29. "libc",
  30. "system-deps",
  31. ]
  32. [[package]]
  33. name = "bitflags"
  34. version = "1.2.1"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  37. [[package]]
  38. name = "cairo-rs"
  39. version = "0.9.1"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "c5c0f2e047e8ca53d0ff249c54ae047931d7a6ebe05d00af73e0ffeb6e34bdb8"
  42. dependencies = [
  43. "bitflags",
  44. "cairo-sys-rs",
  45. "glib",
  46. "glib-sys",
  47. "gobject-sys",
  48. "libc",
  49. "thiserror",
  50. ]
  51. [[package]]
  52. name = "cairo-sys-rs"
  53. version = "0.10.0"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"
  56. dependencies = [
  57. "glib-sys",
  58. "libc",
  59. "system-deps",
  60. ]
  61. [[package]]
  62. name = "cc"
  63. version = "1.0.58"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
  66. [[package]]
  67. name = "either"
  68. version = "1.5.3"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
  71. [[package]]
  72. name = "futures"
  73. version = "0.3.5"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
  76. dependencies = [
  77. "futures-channel",
  78. "futures-core",
  79. "futures-executor",
  80. "futures-io",
  81. "futures-sink",
  82. "futures-task",
  83. "futures-util",
  84. ]
  85. [[package]]
  86. name = "futures-channel"
  87. version = "0.3.5"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
  90. dependencies = [
  91. "futures-core",
  92. "futures-sink",
  93. ]
  94. [[package]]
  95. name = "futures-core"
  96. version = "0.3.5"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
  99. [[package]]
  100. name = "futures-executor"
  101. version = "0.3.5"
  102. source = "registry+https://github.com/rust-lang/crates.io-index"
  103. checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
  104. dependencies = [
  105. "futures-core",
  106. "futures-task",
  107. "futures-util",
  108. ]
  109. [[package]]
  110. name = "futures-io"
  111. version = "0.3.5"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
  114. [[package]]
  115. name = "futures-macro"
  116. version = "0.3.5"
  117. source = "registry+https://github.com/rust-lang/crates.io-index"
  118. checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
  119. dependencies = [
  120. "proc-macro-hack",
  121. "proc-macro2",
  122. "quote",
  123. "syn",
  124. ]
  125. [[package]]
  126. name = "futures-sink"
  127. version = "0.3.5"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
  130. [[package]]
  131. name = "futures-task"
  132. version = "0.3.5"
  133. source = "registry+https://github.com/rust-lang/crates.io-index"
  134. checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
  135. dependencies = [
  136. "once_cell",
  137. ]
  138. [[package]]
  139. name = "futures-util"
  140. version = "0.3.5"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
  143. dependencies = [
  144. "futures-channel",
  145. "futures-core",
  146. "futures-io",
  147. "futures-macro",
  148. "futures-sink",
  149. "futures-task",
  150. "memchr",
  151. "pin-project",
  152. "pin-utils",
  153. "proc-macro-hack",
  154. "proc-macro-nested",
  155. "slab",
  156. ]
  157. [[package]]
  158. name = "gdk"
  159. version = "0.13.0"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "7764140c1246a19ce9b5f7e8b760f7d11644651a8e18a64873e9980cd68ba558"
  162. dependencies = [
  163. "bitflags",
  164. "cairo-rs",
  165. "cairo-sys-rs",
  166. "gdk-pixbuf",
  167. "gdk-sys",
  168. "gio",
  169. "gio-sys",
  170. "glib",
  171. "glib-sys",
  172. "gobject-sys",
  173. "libc",
  174. "pango",
  175. ]
  176. [[package]]
  177. name = "gdk-pixbuf"
  178. version = "0.9.0"
  179. source = "registry+https://github.com/rust-lang/crates.io-index"
  180. checksum = "8f6dae3cb99dd49b758b88f0132f8d401108e63ae8edd45f432d42cdff99998a"
  181. dependencies = [
  182. "gdk-pixbuf-sys",
  183. "gio",
  184. "gio-sys",
  185. "glib",
  186. "glib-sys",
  187. "gobject-sys",
  188. "libc",
  189. ]
  190. [[package]]
  191. name = "gdk-pixbuf-sys"
  192. version = "0.10.0"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f"
  195. dependencies = [
  196. "gio-sys",
  197. "glib-sys",
  198. "gobject-sys",
  199. "libc",
  200. "system-deps",
  201. ]
  202. [[package]]
  203. name = "gdk-sys"
  204. version = "0.10.0"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69"
  207. dependencies = [
  208. "cairo-sys-rs",
  209. "gdk-pixbuf-sys",
  210. "gio-sys",
  211. "glib-sys",
  212. "gobject-sys",
  213. "libc",
  214. "pango-sys",
  215. "pkg-config",
  216. "system-deps",
  217. ]
  218. [[package]]
  219. name = "gio"
  220. version = "0.9.0"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "3c5492e80b45e6c56214894a9a0cbe1340ab5066eb44a2dbe151393b6d7942c0"
  223. dependencies = [
  224. "bitflags",
  225. "futures",
  226. "futures-channel",
  227. "futures-core",
  228. "futures-io",
  229. "futures-util",
  230. "gio-sys",
  231. "glib",
  232. "glib-sys",
  233. "gobject-sys",
  234. "libc",
  235. "once_cell",
  236. "thiserror",
  237. ]
  238. [[package]]
  239. name = "gio-sys"
  240. version = "0.10.0"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. checksum = "35993626299fbcaa73c0a19be8fdd01c950f9f3d3ac9cb4fb5532b924ab1a5d7"
  243. dependencies = [
  244. "glib-sys",
  245. "gobject-sys",
  246. "libc",
  247. "system-deps",
  248. ]
  249. [[package]]
  250. name = "glib"
  251. version = "0.10.1"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. checksum = "a5e0533f48640d86e8e2f3cee778a9f97588d4a0bec8be065ee51ea52346d6c1"
  254. dependencies = [
  255. "bitflags",
  256. "futures-channel",
  257. "futures-core",
  258. "futures-executor",
  259. "futures-task",
  260. "futures-util",
  261. "glib-macros",
  262. "glib-sys",
  263. "gobject-sys",
  264. "libc",
  265. "once_cell",
  266. ]
  267. [[package]]
  268. name = "glib-macros"
  269. version = "0.10.1"
  270. source = "registry+https://github.com/rust-lang/crates.io-index"
  271. checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
  272. dependencies = [
  273. "anyhow",
  274. "heck",
  275. "itertools",
  276. "proc-macro-crate",
  277. "proc-macro-error",
  278. "proc-macro2",
  279. "quote",
  280. "syn",
  281. ]
  282. [[package]]
  283. name = "glib-sys"
  284. version = "0.10.0"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. checksum = "b6cda4af5c2f4507b7a3535b798dca2135293f4bc3a17f399ce244ef15841c4c"
  287. dependencies = [
  288. "libc",
  289. "system-deps",
  290. ]
  291. [[package]]
  292. name = "gobject-sys"
  293. version = "0.10.0"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
  296. dependencies = [
  297. "glib-sys",
  298. "libc",
  299. "system-deps",
  300. ]
  301. [[package]]
  302. name = "gtk"
  303. version = "0.9.1"
  304. source = "registry+https://github.com/rust-lang/crates.io-index"
  305. checksum = "04e8dfefe08ae2c0e3a8a221a5440a891a5e3402ba7c01078182f700c38ef345"
  306. dependencies = [
  307. "atk",
  308. "bitflags",
  309. "cairo-rs",
  310. "cairo-sys-rs",
  311. "cc",
  312. "gdk",
  313. "gdk-pixbuf",
  314. "gdk-pixbuf-sys",
  315. "gdk-sys",
  316. "gio",
  317. "gio-sys",
  318. "glib",
  319. "glib-sys",
  320. "gobject-sys",
  321. "gtk-sys",
  322. "libc",
  323. "once_cell",
  324. "pango",
  325. "pango-sys",
  326. "pkg-config",
  327. ]
  328. [[package]]
  329. name = "gtk-sys"
  330. version = "0.10.0"
  331. source = "registry+https://github.com/rust-lang/crates.io-index"
  332. checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457"
  333. dependencies = [
  334. "atk-sys",
  335. "cairo-sys-rs",
  336. "gdk-pixbuf-sys",
  337. "gdk-sys",
  338. "gio-sys",
  339. "glib-sys",
  340. "gobject-sys",
  341. "libc",
  342. "pango-sys",
  343. "system-deps",
  344. ]
  345. [[package]]
  346. name = "heck"
  347. version = "0.3.1"
  348. source = "registry+https://github.com/rust-lang/crates.io-index"
  349. checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
  350. dependencies = [
  351. "unicode-segmentation",
  352. ]
  353. [[package]]
  354. name = "i-am-legend"
  355. version = "0.1.0"
  356. dependencies = [
  357. "anyhow",
  358. "cairo-rs",
  359. "gio",
  360. "gtk",
  361. "lazy_static",
  362. "pango",
  363. "pangocairo",
  364. "thiserror",
  365. ]
  366. [[package]]
  367. name = "itertools"
  368. version = "0.9.0"
  369. source = "registry+https://github.com/rust-lang/crates.io-index"
  370. checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
  371. dependencies = [
  372. "either",
  373. ]
  374. [[package]]
  375. name = "lazy_static"
  376. version = "1.4.0"
  377. source = "registry+https://github.com/rust-lang/crates.io-index"
  378. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  379. [[package]]
  380. name = "libc"
  381. version = "0.2.74"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
  384. [[package]]
  385. name = "memchr"
  386. version = "2.3.3"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
  389. [[package]]
  390. name = "once_cell"
  391. version = "1.4.0"
  392. source = "registry+https://github.com/rust-lang/crates.io-index"
  393. checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
  394. [[package]]
  395. name = "pango"
  396. version = "0.9.0"
  397. source = "registry+https://github.com/rust-lang/crates.io-index"
  398. checksum = "460dbe5ad850c46780ba61f142e966beacf5eebb09822830f796c91d7d4fec31"
  399. dependencies = [
  400. "bitflags",
  401. "glib",
  402. "glib-sys",
  403. "gobject-sys",
  404. "libc",
  405. "once_cell",
  406. "pango-sys",
  407. ]
  408. [[package]]
  409. name = "pango-sys"
  410. version = "0.10.0"
  411. source = "registry+https://github.com/rust-lang/crates.io-index"
  412. checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
  413. dependencies = [
  414. "glib-sys",
  415. "gobject-sys",
  416. "libc",
  417. "system-deps",
  418. ]
  419. [[package]]
  420. name = "pangocairo"
  421. version = "0.10.0"
  422. source = "registry+https://github.com/rust-lang/crates.io-index"
  423. checksum = "00f5ae67a05a5e023f09f64e9a71c845274d4b82dedee237b70425811885e883"
  424. dependencies = [
  425. "bitflags",
  426. "cairo-rs",
  427. "cairo-sys-rs",
  428. "glib",
  429. "glib-sys",
  430. "gobject-sys",
  431. "libc",
  432. "pango",
  433. "pango-sys",
  434. "pangocairo-sys",
  435. ]
  436. [[package]]
  437. name = "pangocairo-sys"
  438. version = "0.11.0"
  439. source = "registry+https://github.com/rust-lang/crates.io-index"
  440. checksum = "94ccc97f698c2f0233b84e5ca676893a1e676785b60eec700b9c0e6dcd0feb98"
  441. dependencies = [
  442. "cairo-sys-rs",
  443. "glib-sys",
  444. "libc",
  445. "pango-sys",
  446. "system-deps",
  447. ]
  448. [[package]]
  449. name = "pin-project"
  450. version = "0.4.23"
  451. source = "registry+https://github.com/rust-lang/crates.io-index"
  452. checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
  453. dependencies = [
  454. "pin-project-internal",
  455. ]
  456. [[package]]
  457. name = "pin-project-internal"
  458. version = "0.4.23"
  459. source = "registry+https://github.com/rust-lang/crates.io-index"
  460. checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
  461. dependencies = [
  462. "proc-macro2",
  463. "quote",
  464. "syn",
  465. ]
  466. [[package]]
  467. name = "pin-utils"
  468. version = "0.1.0"
  469. source = "registry+https://github.com/rust-lang/crates.io-index"
  470. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  471. [[package]]
  472. name = "pkg-config"
  473. version = "0.3.18"
  474. source = "registry+https://github.com/rust-lang/crates.io-index"
  475. checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
  476. [[package]]
  477. name = "proc-macro-crate"
  478. version = "0.1.5"
  479. source = "registry+https://github.com/rust-lang/crates.io-index"
  480. checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
  481. dependencies = [
  482. "toml",
  483. ]
  484. [[package]]
  485. name = "proc-macro-error"
  486. version = "1.0.4"
  487. source = "registry+https://github.com/rust-lang/crates.io-index"
  488. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  489. dependencies = [
  490. "proc-macro-error-attr",
  491. "proc-macro2",
  492. "quote",
  493. "syn",
  494. "version_check",
  495. ]
  496. [[package]]
  497. name = "proc-macro-error-attr"
  498. version = "1.0.4"
  499. source = "registry+https://github.com/rust-lang/crates.io-index"
  500. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  501. dependencies = [
  502. "proc-macro2",
  503. "quote",
  504. "version_check",
  505. ]
  506. [[package]]
  507. name = "proc-macro-hack"
  508. version = "0.5.18"
  509. source = "registry+https://github.com/rust-lang/crates.io-index"
  510. checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
  511. [[package]]
  512. name = "proc-macro-nested"
  513. version = "0.1.6"
  514. source = "registry+https://github.com/rust-lang/crates.io-index"
  515. checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
  516. [[package]]
  517. name = "proc-macro2"
  518. version = "1.0.19"
  519. source = "registry+https://github.com/rust-lang/crates.io-index"
  520. checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
  521. dependencies = [
  522. "unicode-xid",
  523. ]
  524. [[package]]
  525. name = "quote"
  526. version = "1.0.7"
  527. source = "registry+https://github.com/rust-lang/crates.io-index"
  528. checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
  529. dependencies = [
  530. "proc-macro2",
  531. ]
  532. [[package]]
  533. name = "serde"
  534. version = "1.0.114"
  535. source = "registry+https://github.com/rust-lang/crates.io-index"
  536. checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
  537. [[package]]
  538. name = "slab"
  539. version = "0.4.2"
  540. source = "registry+https://github.com/rust-lang/crates.io-index"
  541. checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  542. [[package]]
  543. name = "strum"
  544. version = "0.18.0"
  545. source = "registry+https://github.com/rust-lang/crates.io-index"
  546. checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
  547. [[package]]
  548. name = "strum_macros"
  549. version = "0.18.0"
  550. source = "registry+https://github.com/rust-lang/crates.io-index"
  551. checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
  552. dependencies = [
  553. "heck",
  554. "proc-macro2",
  555. "quote",
  556. "syn",
  557. ]
  558. [[package]]
  559. name = "syn"
  560. version = "1.0.38"
  561. source = "registry+https://github.com/rust-lang/crates.io-index"
  562. checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
  563. dependencies = [
  564. "proc-macro2",
  565. "quote",
  566. "unicode-xid",
  567. ]
  568. [[package]]
  569. name = "system-deps"
  570. version = "1.3.2"
  571. source = "registry+https://github.com/rust-lang/crates.io-index"
  572. checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
  573. dependencies = [
  574. "heck",
  575. "pkg-config",
  576. "strum",
  577. "strum_macros",
  578. "thiserror",
  579. "toml",
  580. "version-compare",
  581. ]
  582. [[package]]
  583. name = "thiserror"
  584. version = "1.0.20"
  585. source = "registry+https://github.com/rust-lang/crates.io-index"
  586. checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
  587. dependencies = [
  588. "thiserror-impl",
  589. ]
  590. [[package]]
  591. name = "thiserror-impl"
  592. version = "1.0.20"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
  595. dependencies = [
  596. "proc-macro2",
  597. "quote",
  598. "syn",
  599. ]
  600. [[package]]
  601. name = "toml"
  602. version = "0.5.6"
  603. source = "registry+https://github.com/rust-lang/crates.io-index"
  604. checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
  605. dependencies = [
  606. "serde",
  607. ]
  608. [[package]]
  609. name = "unicode-segmentation"
  610. version = "1.6.0"
  611. source = "registry+https://github.com/rust-lang/crates.io-index"
  612. checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
  613. [[package]]
  614. name = "unicode-xid"
  615. version = "0.2.1"
  616. source = "registry+https://github.com/rust-lang/crates.io-index"
  617. checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
  618. [[package]]
  619. name = "version-compare"
  620. version = "0.0.10"
  621. source = "registry+https://github.com/rust-lang/crates.io-index"
  622. checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
  623. [[package]]
  624. name = "version_check"
  625. version = "0.9.2"
  626. source = "registry+https://github.com/rust-lang/crates.io-index"
  627. checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"