Cargo.lock 18 KB

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