Cargo.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  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. "pango",
  362. "pangocairo",
  363. "thiserror",
  364. ]
  365. [[package]]
  366. name = "itertools"
  367. version = "0.9.0"
  368. source = "registry+https://github.com/rust-lang/crates.io-index"
  369. checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
  370. dependencies = [
  371. "either",
  372. ]
  373. [[package]]
  374. name = "libc"
  375. version = "0.2.74"
  376. source = "registry+https://github.com/rust-lang/crates.io-index"
  377. checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
  378. [[package]]
  379. name = "memchr"
  380. version = "2.3.3"
  381. source = "registry+https://github.com/rust-lang/crates.io-index"
  382. checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
  383. [[package]]
  384. name = "once_cell"
  385. version = "1.4.0"
  386. source = "registry+https://github.com/rust-lang/crates.io-index"
  387. checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
  388. [[package]]
  389. name = "pango"
  390. version = "0.9.0"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. checksum = "460dbe5ad850c46780ba61f142e966beacf5eebb09822830f796c91d7d4fec31"
  393. dependencies = [
  394. "bitflags",
  395. "glib",
  396. "glib-sys",
  397. "gobject-sys",
  398. "libc",
  399. "once_cell",
  400. "pango-sys",
  401. ]
  402. [[package]]
  403. name = "pango-sys"
  404. version = "0.10.0"
  405. source = "registry+https://github.com/rust-lang/crates.io-index"
  406. checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
  407. dependencies = [
  408. "glib-sys",
  409. "gobject-sys",
  410. "libc",
  411. "system-deps",
  412. ]
  413. [[package]]
  414. name = "pangocairo"
  415. version = "0.10.0"
  416. source = "registry+https://github.com/rust-lang/crates.io-index"
  417. checksum = "00f5ae67a05a5e023f09f64e9a71c845274d4b82dedee237b70425811885e883"
  418. dependencies = [
  419. "bitflags",
  420. "cairo-rs",
  421. "cairo-sys-rs",
  422. "glib",
  423. "glib-sys",
  424. "gobject-sys",
  425. "libc",
  426. "pango",
  427. "pango-sys",
  428. "pangocairo-sys",
  429. ]
  430. [[package]]
  431. name = "pangocairo-sys"
  432. version = "0.11.0"
  433. source = "registry+https://github.com/rust-lang/crates.io-index"
  434. checksum = "94ccc97f698c2f0233b84e5ca676893a1e676785b60eec700b9c0e6dcd0feb98"
  435. dependencies = [
  436. "cairo-sys-rs",
  437. "glib-sys",
  438. "libc",
  439. "pango-sys",
  440. "system-deps",
  441. ]
  442. [[package]]
  443. name = "pin-project"
  444. version = "0.4.23"
  445. source = "registry+https://github.com/rust-lang/crates.io-index"
  446. checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
  447. dependencies = [
  448. "pin-project-internal",
  449. ]
  450. [[package]]
  451. name = "pin-project-internal"
  452. version = "0.4.23"
  453. source = "registry+https://github.com/rust-lang/crates.io-index"
  454. checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
  455. dependencies = [
  456. "proc-macro2",
  457. "quote",
  458. "syn",
  459. ]
  460. [[package]]
  461. name = "pin-utils"
  462. version = "0.1.0"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  465. [[package]]
  466. name = "pkg-config"
  467. version = "0.3.18"
  468. source = "registry+https://github.com/rust-lang/crates.io-index"
  469. checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
  470. [[package]]
  471. name = "proc-macro-crate"
  472. version = "0.1.5"
  473. source = "registry+https://github.com/rust-lang/crates.io-index"
  474. checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
  475. dependencies = [
  476. "toml",
  477. ]
  478. [[package]]
  479. name = "proc-macro-error"
  480. version = "1.0.4"
  481. source = "registry+https://github.com/rust-lang/crates.io-index"
  482. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  483. dependencies = [
  484. "proc-macro-error-attr",
  485. "proc-macro2",
  486. "quote",
  487. "syn",
  488. "version_check",
  489. ]
  490. [[package]]
  491. name = "proc-macro-error-attr"
  492. version = "1.0.4"
  493. source = "registry+https://github.com/rust-lang/crates.io-index"
  494. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  495. dependencies = [
  496. "proc-macro2",
  497. "quote",
  498. "version_check",
  499. ]
  500. [[package]]
  501. name = "proc-macro-hack"
  502. version = "0.5.18"
  503. source = "registry+https://github.com/rust-lang/crates.io-index"
  504. checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
  505. [[package]]
  506. name = "proc-macro-nested"
  507. version = "0.1.6"
  508. source = "registry+https://github.com/rust-lang/crates.io-index"
  509. checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
  510. [[package]]
  511. name = "proc-macro2"
  512. version = "1.0.19"
  513. source = "registry+https://github.com/rust-lang/crates.io-index"
  514. checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
  515. dependencies = [
  516. "unicode-xid",
  517. ]
  518. [[package]]
  519. name = "quote"
  520. version = "1.0.7"
  521. source = "registry+https://github.com/rust-lang/crates.io-index"
  522. checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
  523. dependencies = [
  524. "proc-macro2",
  525. ]
  526. [[package]]
  527. name = "serde"
  528. version = "1.0.114"
  529. source = "registry+https://github.com/rust-lang/crates.io-index"
  530. checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
  531. [[package]]
  532. name = "slab"
  533. version = "0.4.2"
  534. source = "registry+https://github.com/rust-lang/crates.io-index"
  535. checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  536. [[package]]
  537. name = "strum"
  538. version = "0.18.0"
  539. source = "registry+https://github.com/rust-lang/crates.io-index"
  540. checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
  541. [[package]]
  542. name = "strum_macros"
  543. version = "0.18.0"
  544. source = "registry+https://github.com/rust-lang/crates.io-index"
  545. checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
  546. dependencies = [
  547. "heck",
  548. "proc-macro2",
  549. "quote",
  550. "syn",
  551. ]
  552. [[package]]
  553. name = "syn"
  554. version = "1.0.38"
  555. source = "registry+https://github.com/rust-lang/crates.io-index"
  556. checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
  557. dependencies = [
  558. "proc-macro2",
  559. "quote",
  560. "unicode-xid",
  561. ]
  562. [[package]]
  563. name = "system-deps"
  564. version = "1.3.2"
  565. source = "registry+https://github.com/rust-lang/crates.io-index"
  566. checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
  567. dependencies = [
  568. "heck",
  569. "pkg-config",
  570. "strum",
  571. "strum_macros",
  572. "thiserror",
  573. "toml",
  574. "version-compare",
  575. ]
  576. [[package]]
  577. name = "thiserror"
  578. version = "1.0.20"
  579. source = "registry+https://github.com/rust-lang/crates.io-index"
  580. checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
  581. dependencies = [
  582. "thiserror-impl",
  583. ]
  584. [[package]]
  585. name = "thiserror-impl"
  586. version = "1.0.20"
  587. source = "registry+https://github.com/rust-lang/crates.io-index"
  588. checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
  589. dependencies = [
  590. "proc-macro2",
  591. "quote",
  592. "syn",
  593. ]
  594. [[package]]
  595. name = "toml"
  596. version = "0.5.6"
  597. source = "registry+https://github.com/rust-lang/crates.io-index"
  598. checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
  599. dependencies = [
  600. "serde",
  601. ]
  602. [[package]]
  603. name = "unicode-segmentation"
  604. version = "1.6.0"
  605. source = "registry+https://github.com/rust-lang/crates.io-index"
  606. checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
  607. [[package]]
  608. name = "unicode-xid"
  609. version = "0.2.1"
  610. source = "registry+https://github.com/rust-lang/crates.io-index"
  611. checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
  612. [[package]]
  613. name = "version-compare"
  614. version = "0.0.10"
  615. source = "registry+https://github.com/rust-lang/crates.io-index"
  616. checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
  617. [[package]]
  618. name = "version_check"
  619. version = "0.9.2"
  620. source = "registry+https://github.com/rust-lang/crates.io-index"
  621. checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"