Cargo.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "android-tzdata"
  6. version = "0.1.1"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  9. [[package]]
  10. name = "android_system_properties"
  11. version = "0.1.5"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  14. dependencies = [
  15. "libc",
  16. ]
  17. [[package]]
  18. name = "autocfg"
  19. version = "1.1.0"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  22. [[package]]
  23. name = "bitflags"
  24. version = "1.3.2"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  27. [[package]]
  28. name = "bumpalo"
  29. version = "3.13.0"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
  32. [[package]]
  33. name = "bytesize"
  34. version = "1.2.0"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
  37. [[package]]
  38. name = "cc"
  39. version = "1.0.79"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
  42. [[package]]
  43. name = "cfg-if"
  44. version = "1.0.0"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  47. [[package]]
  48. name = "chrono"
  49. version = "0.4.26"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
  52. dependencies = [
  53. "android-tzdata",
  54. "iana-time-zone",
  55. "js-sys",
  56. "num-traits",
  57. "time 0.1.45",
  58. "wasm-bindgen",
  59. "winapi",
  60. ]
  61. [[package]]
  62. name = "core-foundation-sys"
  63. version = "0.8.4"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
  66. [[package]]
  67. name = "darling"
  68. version = "0.14.4"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
  71. dependencies = [
  72. "darling_core",
  73. "darling_macro",
  74. ]
  75. [[package]]
  76. name = "darling_core"
  77. version = "0.14.4"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
  80. dependencies = [
  81. "fnv",
  82. "ident_case",
  83. "proc-macro2",
  84. "quote 1.0.29",
  85. "strsim",
  86. "syn 1.0.109",
  87. ]
  88. [[package]]
  89. name = "darling_macro"
  90. version = "0.14.4"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
  93. dependencies = [
  94. "darling_core",
  95. "quote 1.0.29",
  96. "syn 1.0.109",
  97. ]
  98. [[package]]
  99. name = "dbus"
  100. version = "0.9.7"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
  103. dependencies = [
  104. "libc",
  105. "libdbus-sys",
  106. "winapi",
  107. ]
  108. [[package]]
  109. name = "derive_is_enum_variant"
  110. version = "0.1.1"
  111. source = "registry+https://github.com/rust-lang/crates.io-index"
  112. checksum = "d0ac8859845146979953797f03cc5b282fb4396891807cdb3d04929a88418197"
  113. dependencies = [
  114. "heck",
  115. "quote 0.3.15",
  116. "syn 0.11.11",
  117. ]
  118. [[package]]
  119. name = "dwm-status"
  120. version = "0.1.0"
  121. dependencies = [
  122. "chrono",
  123. "itertools",
  124. "mpris",
  125. "pulsectl-rs",
  126. "systemstat",
  127. "xcb",
  128. ]
  129. [[package]]
  130. name = "either"
  131. version = "1.8.1"
  132. source = "registry+https://github.com/rust-lang/crates.io-index"
  133. checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
  134. [[package]]
  135. name = "enum-kinds"
  136. version = "0.5.1"
  137. source = "registry+https://github.com/rust-lang/crates.io-index"
  138. checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462"
  139. dependencies = [
  140. "proc-macro2",
  141. "quote 1.0.29",
  142. "syn 1.0.109",
  143. ]
  144. [[package]]
  145. name = "fnv"
  146. version = "1.0.7"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  149. [[package]]
  150. name = "from_variants"
  151. version = "1.0.2"
  152. source = "registry+https://github.com/rust-lang/crates.io-index"
  153. checksum = "4e859c8f2057687618905dbe99fc76e836e0a69738865ef90e46fc214a41bbf2"
  154. dependencies = [
  155. "from_variants_impl",
  156. ]
  157. [[package]]
  158. name = "from_variants_impl"
  159. version = "1.0.2"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "55a5e644a80e6d96b2b4910fa7993301d7b7926c045b475b62202b20a36ce69e"
  162. dependencies = [
  163. "darling",
  164. "proc-macro2",
  165. "quote 1.0.29",
  166. "syn 1.0.109",
  167. ]
  168. [[package]]
  169. name = "heck"
  170. version = "0.3.3"
  171. source = "registry+https://github.com/rust-lang/crates.io-index"
  172. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  173. dependencies = [
  174. "unicode-segmentation",
  175. ]
  176. [[package]]
  177. name = "iana-time-zone"
  178. version = "0.1.57"
  179. source = "registry+https://github.com/rust-lang/crates.io-index"
  180. checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
  181. dependencies = [
  182. "android_system_properties",
  183. "core-foundation-sys",
  184. "iana-time-zone-haiku",
  185. "js-sys",
  186. "wasm-bindgen",
  187. "windows",
  188. ]
  189. [[package]]
  190. name = "iana-time-zone-haiku"
  191. version = "0.1.2"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
  194. dependencies = [
  195. "cc",
  196. ]
  197. [[package]]
  198. name = "ident_case"
  199. version = "1.0.1"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
  202. [[package]]
  203. name = "itertools"
  204. version = "0.11.0"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
  207. dependencies = [
  208. "either",
  209. ]
  210. [[package]]
  211. name = "js-sys"
  212. version = "0.3.64"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
  215. dependencies = [
  216. "wasm-bindgen",
  217. ]
  218. [[package]]
  219. name = "lazy_static"
  220. version = "1.4.0"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  223. [[package]]
  224. name = "libc"
  225. version = "0.2.147"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
  228. [[package]]
  229. name = "libdbus-sys"
  230. version = "0.2.5"
  231. source = "registry+https://github.com/rust-lang/crates.io-index"
  232. checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
  233. dependencies = [
  234. "pkg-config",
  235. ]
  236. [[package]]
  237. name = "libpulse-binding"
  238. version = "2.27.1"
  239. source = "registry+https://github.com/rust-lang/crates.io-index"
  240. checksum = "1745b20bfc194ac12ef828f144f0ec2d4a7fe993281fa3567a0bd4969aee6890"
  241. dependencies = [
  242. "bitflags",
  243. "libc",
  244. "libpulse-sys",
  245. "num-derive",
  246. "num-traits",
  247. "winapi",
  248. ]
  249. [[package]]
  250. name = "libpulse-sys"
  251. version = "1.20.1"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. checksum = "2191e6880818d1df4cf72eac8e91dce7a5a52ba0da4b2a5cdafabc22b937eadb"
  254. dependencies = [
  255. "libc",
  256. "num-derive",
  257. "num-traits",
  258. "pkg-config",
  259. "winapi",
  260. ]
  261. [[package]]
  262. name = "log"
  263. version = "0.4.19"
  264. source = "registry+https://github.com/rust-lang/crates.io-index"
  265. checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
  266. [[package]]
  267. name = "memchr"
  268. version = "2.5.0"
  269. source = "registry+https://github.com/rust-lang/crates.io-index"
  270. checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
  271. [[package]]
  272. name = "minimal-lexical"
  273. version = "0.2.1"
  274. source = "registry+https://github.com/rust-lang/crates.io-index"
  275. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  276. [[package]]
  277. name = "mpris"
  278. version = "2.0.1"
  279. source = "registry+https://github.com/rust-lang/crates.io-index"
  280. checksum = "55cef955a7826b1e00e901a3652e7a895abd221fb4ab61547e7d0e4c235d7feb"
  281. dependencies = [
  282. "dbus",
  283. "derive_is_enum_variant",
  284. "enum-kinds",
  285. "from_variants",
  286. "thiserror",
  287. ]
  288. [[package]]
  289. name = "nom"
  290. version = "7.1.3"
  291. source = "registry+https://github.com/rust-lang/crates.io-index"
  292. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  293. dependencies = [
  294. "memchr",
  295. "minimal-lexical",
  296. ]
  297. [[package]]
  298. name = "num-derive"
  299. version = "0.3.3"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
  302. dependencies = [
  303. "proc-macro2",
  304. "quote 1.0.29",
  305. "syn 1.0.109",
  306. ]
  307. [[package]]
  308. name = "num-traits"
  309. version = "0.2.15"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
  312. dependencies = [
  313. "autocfg",
  314. ]
  315. [[package]]
  316. name = "once_cell"
  317. version = "1.18.0"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
  320. [[package]]
  321. name = "pkg-config"
  322. version = "0.3.27"
  323. source = "registry+https://github.com/rust-lang/crates.io-index"
  324. checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
  325. [[package]]
  326. name = "proc-macro2"
  327. version = "1.0.64"
  328. source = "registry+https://github.com/rust-lang/crates.io-index"
  329. checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
  330. dependencies = [
  331. "unicode-ident",
  332. ]
  333. [[package]]
  334. name = "pulsectl-rs"
  335. version = "0.3.2"
  336. source = "registry+https://github.com/rust-lang/crates.io-index"
  337. checksum = "06a988bceed1981b2c5fc4a3da0e4e073fdaff8e6bd022b089f54bc573dc3cfc"
  338. dependencies = [
  339. "libpulse-binding",
  340. ]
  341. [[package]]
  342. name = "quick-xml"
  343. version = "0.28.2"
  344. source = "registry+https://github.com/rust-lang/crates.io-index"
  345. checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
  346. dependencies = [
  347. "memchr",
  348. ]
  349. [[package]]
  350. name = "quote"
  351. version = "0.3.15"
  352. source = "registry+https://github.com/rust-lang/crates.io-index"
  353. checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
  354. [[package]]
  355. name = "quote"
  356. version = "1.0.29"
  357. source = "registry+https://github.com/rust-lang/crates.io-index"
  358. checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
  359. dependencies = [
  360. "proc-macro2",
  361. ]
  362. [[package]]
  363. name = "serde"
  364. version = "1.0.171"
  365. source = "registry+https://github.com/rust-lang/crates.io-index"
  366. checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
  367. [[package]]
  368. name = "strsim"
  369. version = "0.10.0"
  370. source = "registry+https://github.com/rust-lang/crates.io-index"
  371. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  372. [[package]]
  373. name = "syn"
  374. version = "0.11.11"
  375. source = "registry+https://github.com/rust-lang/crates.io-index"
  376. checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
  377. dependencies = [
  378. "quote 0.3.15",
  379. "synom",
  380. "unicode-xid",
  381. ]
  382. [[package]]
  383. name = "syn"
  384. version = "1.0.109"
  385. source = "registry+https://github.com/rust-lang/crates.io-index"
  386. checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  387. dependencies = [
  388. "proc-macro2",
  389. "quote 1.0.29",
  390. "unicode-ident",
  391. ]
  392. [[package]]
  393. name = "syn"
  394. version = "2.0.25"
  395. source = "registry+https://github.com/rust-lang/crates.io-index"
  396. checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
  397. dependencies = [
  398. "proc-macro2",
  399. "quote 1.0.29",
  400. "unicode-ident",
  401. ]
  402. [[package]]
  403. name = "synom"
  404. version = "0.11.3"
  405. source = "registry+https://github.com/rust-lang/crates.io-index"
  406. checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
  407. dependencies = [
  408. "unicode-xid",
  409. ]
  410. [[package]]
  411. name = "systemstat"
  412. version = "0.2.3"
  413. source = "registry+https://github.com/rust-lang/crates.io-index"
  414. checksum = "a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2"
  415. dependencies = [
  416. "bytesize",
  417. "lazy_static",
  418. "libc",
  419. "nom",
  420. "time 0.3.23",
  421. "winapi",
  422. ]
  423. [[package]]
  424. name = "thiserror"
  425. version = "1.0.43"
  426. source = "registry+https://github.com/rust-lang/crates.io-index"
  427. checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
  428. dependencies = [
  429. "thiserror-impl",
  430. ]
  431. [[package]]
  432. name = "thiserror-impl"
  433. version = "1.0.43"
  434. source = "registry+https://github.com/rust-lang/crates.io-index"
  435. checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
  436. dependencies = [
  437. "proc-macro2",
  438. "quote 1.0.29",
  439. "syn 2.0.25",
  440. ]
  441. [[package]]
  442. name = "time"
  443. version = "0.1.45"
  444. source = "registry+https://github.com/rust-lang/crates.io-index"
  445. checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
  446. dependencies = [
  447. "libc",
  448. "wasi",
  449. "winapi",
  450. ]
  451. [[package]]
  452. name = "time"
  453. version = "0.3.23"
  454. source = "registry+https://github.com/rust-lang/crates.io-index"
  455. checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
  456. dependencies = [
  457. "serde",
  458. "time-core",
  459. ]
  460. [[package]]
  461. name = "time-core"
  462. version = "0.1.1"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
  465. [[package]]
  466. name = "unicode-ident"
  467. version = "1.0.10"
  468. source = "registry+https://github.com/rust-lang/crates.io-index"
  469. checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
  470. [[package]]
  471. name = "unicode-segmentation"
  472. version = "1.10.1"
  473. source = "registry+https://github.com/rust-lang/crates.io-index"
  474. checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
  475. [[package]]
  476. name = "unicode-xid"
  477. version = "0.0.4"
  478. source = "registry+https://github.com/rust-lang/crates.io-index"
  479. checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
  480. [[package]]
  481. name = "wasi"
  482. version = "0.10.0+wasi-snapshot-preview1"
  483. source = "registry+https://github.com/rust-lang/crates.io-index"
  484. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  485. [[package]]
  486. name = "wasm-bindgen"
  487. version = "0.2.87"
  488. source = "registry+https://github.com/rust-lang/crates.io-index"
  489. checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
  490. dependencies = [
  491. "cfg-if",
  492. "wasm-bindgen-macro",
  493. ]
  494. [[package]]
  495. name = "wasm-bindgen-backend"
  496. version = "0.2.87"
  497. source = "registry+https://github.com/rust-lang/crates.io-index"
  498. checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
  499. dependencies = [
  500. "bumpalo",
  501. "log",
  502. "once_cell",
  503. "proc-macro2",
  504. "quote 1.0.29",
  505. "syn 2.0.25",
  506. "wasm-bindgen-shared",
  507. ]
  508. [[package]]
  509. name = "wasm-bindgen-macro"
  510. version = "0.2.87"
  511. source = "registry+https://github.com/rust-lang/crates.io-index"
  512. checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
  513. dependencies = [
  514. "quote 1.0.29",
  515. "wasm-bindgen-macro-support",
  516. ]
  517. [[package]]
  518. name = "wasm-bindgen-macro-support"
  519. version = "0.2.87"
  520. source = "registry+https://github.com/rust-lang/crates.io-index"
  521. checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
  522. dependencies = [
  523. "proc-macro2",
  524. "quote 1.0.29",
  525. "syn 2.0.25",
  526. "wasm-bindgen-backend",
  527. "wasm-bindgen-shared",
  528. ]
  529. [[package]]
  530. name = "wasm-bindgen-shared"
  531. version = "0.2.87"
  532. source = "registry+https://github.com/rust-lang/crates.io-index"
  533. checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
  534. [[package]]
  535. name = "winapi"
  536. version = "0.3.9"
  537. source = "registry+https://github.com/rust-lang/crates.io-index"
  538. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  539. dependencies = [
  540. "winapi-i686-pc-windows-gnu",
  541. "winapi-x86_64-pc-windows-gnu",
  542. ]
  543. [[package]]
  544. name = "winapi-i686-pc-windows-gnu"
  545. version = "0.4.0"
  546. source = "registry+https://github.com/rust-lang/crates.io-index"
  547. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  548. [[package]]
  549. name = "winapi-x86_64-pc-windows-gnu"
  550. version = "0.4.0"
  551. source = "registry+https://github.com/rust-lang/crates.io-index"
  552. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  553. [[package]]
  554. name = "windows"
  555. version = "0.48.0"
  556. source = "registry+https://github.com/rust-lang/crates.io-index"
  557. checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
  558. dependencies = [
  559. "windows-targets",
  560. ]
  561. [[package]]
  562. name = "windows-targets"
  563. version = "0.48.1"
  564. source = "registry+https://github.com/rust-lang/crates.io-index"
  565. checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
  566. dependencies = [
  567. "windows_aarch64_gnullvm",
  568. "windows_aarch64_msvc",
  569. "windows_i686_gnu",
  570. "windows_i686_msvc",
  571. "windows_x86_64_gnu",
  572. "windows_x86_64_gnullvm",
  573. "windows_x86_64_msvc",
  574. ]
  575. [[package]]
  576. name = "windows_aarch64_gnullvm"
  577. version = "0.48.0"
  578. source = "registry+https://github.com/rust-lang/crates.io-index"
  579. checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
  580. [[package]]
  581. name = "windows_aarch64_msvc"
  582. version = "0.48.0"
  583. source = "registry+https://github.com/rust-lang/crates.io-index"
  584. checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
  585. [[package]]
  586. name = "windows_i686_gnu"
  587. version = "0.48.0"
  588. source = "registry+https://github.com/rust-lang/crates.io-index"
  589. checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
  590. [[package]]
  591. name = "windows_i686_msvc"
  592. version = "0.48.0"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
  595. [[package]]
  596. name = "windows_x86_64_gnu"
  597. version = "0.48.0"
  598. source = "registry+https://github.com/rust-lang/crates.io-index"
  599. checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
  600. [[package]]
  601. name = "windows_x86_64_gnullvm"
  602. version = "0.48.0"
  603. source = "registry+https://github.com/rust-lang/crates.io-index"
  604. checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
  605. [[package]]
  606. name = "windows_x86_64_msvc"
  607. version = "0.48.0"
  608. source = "registry+https://github.com/rust-lang/crates.io-index"
  609. checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
  610. [[package]]
  611. name = "xcb"
  612. version = "1.2.1"
  613. source = "registry+https://github.com/rust-lang/crates.io-index"
  614. checksum = "4b90c622d513012e7419594a2138953603c63848cb189041e7b5dc04d3895da5"
  615. dependencies = [
  616. "bitflags",
  617. "libc",
  618. "quick-xml",
  619. ]