You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1569 lines
37 KiB

2 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "anyhow"
  6. version = "1.0.51"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
  9. [[package]]
  10. name = "atk"
  11. version = "0.14.0"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "a83b21d2aa75e464db56225e1bda2dd5993311ba1095acaa8fa03d1ae67026ba"
  14. dependencies = [
  15. "atk-sys",
  16. "bitflags",
  17. "glib",
  18. "libc",
  19. ]
  20. [[package]]
  21. name = "atk-sys"
  22. version = "0.14.0"
  23. source = "registry+https://github.com/rust-lang/crates.io-index"
  24. checksum = "badcf670157c84bb8b1cf6b5f70b650fed78da2033c9eed84c4e49b11cbe83ea"
  25. dependencies = [
  26. "glib-sys 0.14.0",
  27. "gobject-sys 0.14.0",
  28. "libc",
  29. "system-deps 3.2.0",
  30. ]
  31. [[package]]
  32. name = "autocfg"
  33. version = "1.0.1"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  36. [[package]]
  37. name = "bitflags"
  38. version = "1.3.2"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  41. [[package]]
  42. name = "block"
  43. version = "0.1.6"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
  46. [[package]]
  47. name = "bytes"
  48. version = "1.1.0"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  51. [[package]]
  52. name = "cairo-rs"
  53. version = "0.14.9"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "33b5725979db0c586d98abad2193cdb612dd40ef95cd26bd99851bf93b3cb482"
  56. dependencies = [
  57. "bitflags",
  58. "cairo-sys-rs",
  59. "glib",
  60. "libc",
  61. "thiserror",
  62. ]
  63. [[package]]
  64. name = "cairo-sys-rs"
  65. version = "0.14.9"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "b448b876970834fda82ba3aeaccadbd760206b75388fc5c1b02f1e343b697570"
  68. dependencies = [
  69. "glib-sys 0.14.0",
  70. "libc",
  71. "system-deps 3.2.0",
  72. ]
  73. [[package]]
  74. name = "cc"
  75. version = "1.0.72"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
  78. [[package]]
  79. name = "cfg-expr"
  80. version = "0.8.1"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e"
  83. dependencies = [
  84. "smallvec",
  85. ]
  86. [[package]]
  87. name = "cfg-if"
  88. version = "0.1.10"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  91. [[package]]
  92. name = "cfg-if"
  93. version = "1.0.0"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  96. [[package]]
  97. name = "cocoa"
  98. version = "0.24.0"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
  101. dependencies = [
  102. "bitflags",
  103. "block",
  104. "cocoa-foundation",
  105. "core-foundation 0.9.2",
  106. "core-graphics 0.22.3",
  107. "foreign-types",
  108. "libc",
  109. "objc",
  110. ]
  111. [[package]]
  112. name = "cocoa-foundation"
  113. version = "0.1.0"
  114. source = "registry+https://github.com/rust-lang/crates.io-index"
  115. checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
  116. dependencies = [
  117. "bitflags",
  118. "block",
  119. "core-foundation 0.9.2",
  120. "core-graphics-types",
  121. "foreign-types",
  122. "libc",
  123. "objc",
  124. ]
  125. [[package]]
  126. name = "com"
  127. version = "0.2.0"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. checksum = "5a30a2b2a013da986dc5cc3eda3d19c0d59d53f835be1b2356eb8d00f000c793"
  130. dependencies = [
  131. "com_macros",
  132. ]
  133. [[package]]
  134. name = "com_macros"
  135. version = "0.2.0"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "7606b05842fea68ddcc89e8053b8860ebcb2a0ba8d6abfe3a148e5d5a8d3f0c1"
  138. dependencies = [
  139. "com_macros_support",
  140. "proc-macro2",
  141. "syn",
  142. ]
  143. [[package]]
  144. name = "com_macros_support"
  145. version = "0.2.0"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "97e9a6d20f4ac8830e309a455d7e9416e65c6af5a97c88c55fbb4c2012e107da"
  148. dependencies = [
  149. "proc-macro2",
  150. "quote",
  151. "syn",
  152. ]
  153. [[package]]
  154. name = "core-foundation"
  155. version = "0.7.0"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
  158. dependencies = [
  159. "core-foundation-sys 0.7.0",
  160. "libc",
  161. ]
  162. [[package]]
  163. name = "core-foundation"
  164. version = "0.9.2"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
  167. dependencies = [
  168. "core-foundation-sys 0.8.3",
  169. "libc",
  170. ]
  171. [[package]]
  172. name = "core-foundation-sys"
  173. version = "0.7.0"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
  176. [[package]]
  177. name = "core-foundation-sys"
  178. version = "0.8.3"
  179. source = "registry+https://github.com/rust-lang/crates.io-index"
  180. checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
  181. [[package]]
  182. name = "core-graphics"
  183. version = "0.19.2"
  184. source = "registry+https://github.com/rust-lang/crates.io-index"
  185. checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
  186. dependencies = [
  187. "bitflags",
  188. "core-foundation 0.7.0",
  189. "foreign-types",
  190. "libc",
  191. ]
  192. [[package]]
  193. name = "core-graphics"
  194. version = "0.22.3"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
  197. dependencies = [
  198. "bitflags",
  199. "core-foundation 0.9.2",
  200. "core-graphics-types",
  201. "foreign-types",
  202. "libc",
  203. ]
  204. [[package]]
  205. name = "core-graphics-types"
  206. version = "0.1.1"
  207. source = "registry+https://github.com/rust-lang/crates.io-index"
  208. checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
  209. dependencies = [
  210. "bitflags",
  211. "core-foundation 0.9.2",
  212. "foreign-types",
  213. "libc",
  214. ]
  215. [[package]]
  216. name = "core-video-sys"
  217. version = "0.1.4"
  218. source = "registry+https://github.com/rust-lang/crates.io-index"
  219. checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
  220. dependencies = [
  221. "cfg-if 0.1.10",
  222. "core-foundation-sys 0.7.0",
  223. "core-graphics 0.19.2",
  224. "libc",
  225. "objc",
  226. ]
  227. [[package]]
  228. name = "crossbeam-channel"
  229. version = "0.5.1"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
  232. dependencies = [
  233. "cfg-if 1.0.0",
  234. "crossbeam-utils",
  235. ]
  236. [[package]]
  237. name = "crossbeam-utils"
  238. version = "0.8.5"
  239. source = "registry+https://github.com/rust-lang/crates.io-index"
  240. checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
  241. dependencies = [
  242. "cfg-if 1.0.0",
  243. "lazy_static",
  244. ]
  245. [[package]]
  246. name = "cty"
  247. version = "0.2.2"
  248. source = "registry+https://github.com/rust-lang/crates.io-index"
  249. checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
  250. [[package]]
  251. name = "darling"
  252. version = "0.10.2"
  253. source = "registry+https://github.com/rust-lang/crates.io-index"
  254. checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
  255. dependencies = [
  256. "darling_core",
  257. "darling_macro",
  258. ]
  259. [[package]]
  260. name = "darling_core"
  261. version = "0.10.2"
  262. source = "registry+https://github.com/rust-lang/crates.io-index"
  263. checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
  264. dependencies = [
  265. "fnv",
  266. "ident_case",
  267. "proc-macro2",
  268. "quote",
  269. "strsim",
  270. "syn",
  271. ]
  272. [[package]]
  273. name = "darling_macro"
  274. version = "0.10.2"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
  277. dependencies = [
  278. "darling_core",
  279. "quote",
  280. "syn",
  281. ]
  282. [[package]]
  283. name = "derivative"
  284. version = "2.2.0"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
  287. dependencies = [
  288. "proc-macro2",
  289. "quote",
  290. "syn",
  291. ]
  292. [[package]]
  293. name = "dispatch"
  294. version = "0.2.0"
  295. source = "registry+https://github.com/rust-lang/crates.io-index"
  296. checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
  297. [[package]]
  298. name = "either"
  299. version = "1.6.1"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
  302. [[package]]
  303. name = "field-offset"
  304. version = "0.3.4"
  305. source = "registry+https://github.com/rust-lang/crates.io-index"
  306. checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
  307. dependencies = [
  308. "memoffset",
  309. "rustc_version",
  310. ]
  311. [[package]]
  312. name = "fnv"
  313. version = "1.0.7"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  316. [[package]]
  317. name = "foreign-types"
  318. version = "0.3.2"
  319. source = "registry+https://github.com/rust-lang/crates.io-index"
  320. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  321. dependencies = [
  322. "foreign-types-shared",
  323. ]
  324. [[package]]
  325. name = "foreign-types-shared"
  326. version = "0.1.1"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  329. [[package]]
  330. name = "form_urlencoded"
  331. version = "1.0.1"
  332. source = "registry+https://github.com/rust-lang/crates.io-index"
  333. checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
  334. dependencies = [
  335. "matches",
  336. "percent-encoding",
  337. ]
  338. [[package]]
  339. name = "futures-channel"
  340. version = "0.3.19"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
  343. dependencies = [
  344. "futures-core",
  345. ]
  346. [[package]]
  347. name = "futures-core"
  348. version = "0.3.19"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
  351. [[package]]
  352. name = "futures-executor"
  353. version = "0.3.19"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
  356. dependencies = [
  357. "futures-core",
  358. "futures-task",
  359. "futures-util",
  360. ]
  361. [[package]]
  362. name = "futures-io"
  363. version = "0.3.19"
  364. source = "registry+https://github.com/rust-lang/crates.io-index"
  365. checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
  366. [[package]]
  367. name = "futures-task"
  368. version = "0.3.19"
  369. source = "registry+https://github.com/rust-lang/crates.io-index"
  370. checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
  371. [[package]]
  372. name = "futures-util"
  373. version = "0.3.19"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
  376. dependencies = [
  377. "futures-core",
  378. "futures-task",
  379. "pin-project-lite",
  380. "pin-utils",
  381. "slab",
  382. ]
  383. [[package]]
  384. name = "gdk"
  385. version = "0.14.3"
  386. source = "registry+https://github.com/rust-lang/crates.io-index"
  387. checksum = "b9d749dcfc00d8de0d7c3a289e04a04293eb5ba3d8a4e64d64911d481fa9933b"
  388. dependencies = [
  389. "bitflags",
  390. "cairo-rs",
  391. "gdk-pixbuf",
  392. "gdk-sys",
  393. "gio",
  394. "glib",
  395. "libc",
  396. "pango",
  397. ]
  398. [[package]]
  399. name = "gdk-pixbuf"
  400. version = "0.14.0"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f"
  403. dependencies = [
  404. "gdk-pixbuf-sys",
  405. "gio",
  406. "glib",
  407. "libc",
  408. ]
  409. [[package]]
  410. name = "gdk-pixbuf-sys"
  411. version = "0.14.0"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. checksum = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590"
  414. dependencies = [
  415. "gio-sys 0.14.0",
  416. "glib-sys 0.14.0",
  417. "gobject-sys 0.14.0",
  418. "libc",
  419. "system-deps 3.2.0",
  420. ]
  421. [[package]]
  422. name = "gdk-sys"
  423. version = "0.14.0"
  424. source = "registry+https://github.com/rust-lang/crates.io-index"
  425. checksum = "0e091b3d3d6696949ac3b3fb3c62090e5bfd7bd6850bef5c3c5ea701de1b1f1e"
  426. dependencies = [
  427. "cairo-sys-rs",
  428. "gdk-pixbuf-sys",
  429. "gio-sys 0.14.0",
  430. "glib-sys 0.14.0",
  431. "gobject-sys 0.14.0",
  432. "libc",
  433. "pango-sys",
  434. "pkg-config",
  435. "system-deps 3.2.0",
  436. ]
  437. [[package]]
  438. name = "gio"
  439. version = "0.14.8"
  440. source = "registry+https://github.com/rust-lang/crates.io-index"
  441. checksum = "711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0"
  442. dependencies = [
  443. "bitflags",
  444. "futures-channel",
  445. "futures-core",
  446. "futures-io",
  447. "gio-sys 0.14.0",
  448. "glib",
  449. "libc",
  450. "once_cell",
  451. "thiserror",
  452. ]
  453. [[package]]
  454. name = "gio-sys"
  455. version = "0.10.1"
  456. source = "registry+https://github.com/rust-lang/crates.io-index"
  457. checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac"
  458. dependencies = [
  459. "glib-sys 0.10.1",
  460. "gobject-sys 0.10.0",
  461. "libc",
  462. "system-deps 1.3.2",
  463. "winapi",
  464. ]
  465. [[package]]
  466. name = "gio-sys"
  467. version = "0.14.0"
  468. source = "registry+https://github.com/rust-lang/crates.io-index"
  469. checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa"
  470. dependencies = [
  471. "glib-sys 0.14.0",
  472. "gobject-sys 0.14.0",
  473. "libc",
  474. "system-deps 3.2.0",
  475. "winapi",
  476. ]
  477. [[package]]
  478. name = "glib"
  479. version = "0.14.8"
  480. source = "registry+https://github.com/rust-lang/crates.io-index"
  481. checksum = "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4"
  482. dependencies = [
  483. "bitflags",
  484. "futures-channel",
  485. "futures-core",
  486. "futures-executor",
  487. "futures-task",
  488. "glib-macros",
  489. "glib-sys 0.14.0",
  490. "gobject-sys 0.14.0",
  491. "libc",
  492. "once_cell",
  493. "smallvec",
  494. ]
  495. [[package]]
  496. name = "glib-macros"
  497. version = "0.14.1"
  498. source = "registry+https://github.com/rust-lang/crates.io-index"
  499. checksum = "2aad66361f66796bfc73f530c51ef123970eb895ffba991a234fcf7bea89e518"
  500. dependencies = [
  501. "anyhow",
  502. "heck",
  503. "proc-macro-crate 1.1.0",
  504. "proc-macro-error",
  505. "proc-macro2",
  506. "quote",
  507. "syn",
  508. ]
  509. [[package]]
  510. name = "glib-sys"
  511. version = "0.10.1"
  512. source = "registry+https://github.com/rust-lang/crates.io-index"
  513. checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
  514. dependencies = [
  515. "libc",
  516. "system-deps 1.3.2",
  517. ]
  518. [[package]]
  519. name = "glib-sys"
  520. version = "0.14.0"
  521. source = "registry+https://github.com/rust-lang/crates.io-index"
  522. checksum = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae"
  523. dependencies = [
  524. "libc",
  525. "system-deps 3.2.0",
  526. ]
  527. [[package]]
  528. name = "gobject-sys"
  529. version = "0.10.0"
  530. source = "registry+https://github.com/rust-lang/crates.io-index"
  531. checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
  532. dependencies = [
  533. "glib-sys 0.10.1",
  534. "libc",
  535. "system-deps 1.3.2",
  536. ]
  537. [[package]]
  538. name = "gobject-sys"
  539. version = "0.14.0"
  540. source = "registry+https://github.com/rust-lang/crates.io-index"
  541. checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5"
  542. dependencies = [
  543. "glib-sys 0.14.0",
  544. "libc",
  545. "system-deps 3.2.0",
  546. ]
  547. [[package]]
  548. name = "gtk"
  549. version = "0.14.3"
  550. source = "registry+https://github.com/rust-lang/crates.io-index"
  551. checksum = "2eb51122dd3317e9327ec1e4faa151d1fa0d95664cd8fb8dcfacf4d4d29ac70c"
  552. dependencies = [
  553. "atk",
  554. "bitflags",
  555. "cairo-rs",
  556. "field-offset",
  557. "futures-channel",
  558. "gdk",
  559. "gdk-pixbuf",
  560. "gio",
  561. "glib",
  562. "gtk-sys",
  563. "gtk3-macros",
  564. "libc",
  565. "once_cell",
  566. "pango",
  567. "pkg-config",
  568. ]
  569. [[package]]
  570. name = "gtk-sys"
  571. version = "0.14.0"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "8c14c8d3da0545785a7c5a120345b3abb534010fb8ae0f2ef3f47c027fba303e"
  574. dependencies = [
  575. "atk-sys",
  576. "cairo-sys-rs",
  577. "gdk-pixbuf-sys",
  578. "gdk-sys",
  579. "gio-sys 0.14.0",
  580. "glib-sys 0.14.0",
  581. "gobject-sys 0.14.0",
  582. "libc",
  583. "pango-sys",
  584. "system-deps 3.2.0",
  585. ]
  586. [[package]]
  587. name = "gtk3-macros"
  588. version = "0.14.0"
  589. source = "registry+https://github.com/rust-lang/crates.io-index"
  590. checksum = "21de1da96dc117443fb03c2e270b2d34b7de98d0a79a19bbb689476173745b79"
  591. dependencies = [
  592. "anyhow",
  593. "heck",
  594. "proc-macro-crate 1.1.0",
  595. "proc-macro-error",
  596. "proc-macro2",
  597. "quote",
  598. "syn",
  599. ]
  600. [[package]]
  601. name = "heck"
  602. version = "0.3.3"
  603. source = "registry+https://github.com/rust-lang/crates.io-index"
  604. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  605. dependencies = [
  606. "unicode-segmentation",
  607. ]
  608. [[package]]
  609. name = "http"
  610. version = "0.2.5"
  611. source = "registry+https://github.com/rust-lang/crates.io-index"
  612. checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
  613. dependencies = [
  614. "bytes",
  615. "fnv",
  616. "itoa 0.4.8",
  617. ]
  618. [[package]]
  619. name = "ident_case"
  620. version = "1.0.1"
  621. source = "registry+https://github.com/rust-lang/crates.io-index"
  622. checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
  623. [[package]]
  624. name = "idna"
  625. version = "0.2.3"
  626. source = "registry+https://github.com/rust-lang/crates.io-index"
  627. checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
  628. dependencies = [
  629. "matches",
  630. "unicode-bidi",
  631. "unicode-normalization",
  632. ]
  633. [[package]]
  634. name = "instant"
  635. version = "0.1.12"
  636. source = "registry+https://github.com/rust-lang/crates.io-index"
  637. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  638. dependencies = [
  639. "cfg-if 1.0.0",
  640. ]
  641. [[package]]
  642. name = "itertools"
  643. version = "0.10.3"
  644. source = "registry+https://github.com/rust-lang/crates.io-index"
  645. checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
  646. dependencies = [
  647. "either",
  648. ]
  649. [[package]]
  650. name = "itoa"
  651. version = "0.4.8"
  652. source = "registry+https://github.com/rust-lang/crates.io-index"
  653. checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
  654. [[package]]
  655. name = "itoa"
  656. version = "1.0.1"
  657. source = "registry+https://github.com/rust-lang/crates.io-index"
  658. checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
  659. [[package]]
  660. name = "javascriptcore-rs"
  661. version = "0.14.0"
  662. source = "registry+https://github.com/rust-lang/crates.io-index"
  663. checksum = "5ca9c7d1445bba2889672fbadc16c3d5007bfdcf0a15a18a3a50fe9fab2c7427"
  664. dependencies = [
  665. "glib",
  666. "javascriptcore-rs-sys",
  667. ]
  668. [[package]]
  669. name = "javascriptcore-rs-sys"
  670. version = "0.2.0"
  671. source = "registry+https://github.com/rust-lang/crates.io-index"
  672. checksum = "3f46ada8a08dcd75a10afae872fbfb51275df4a8ae0d46b8cc7c708f08dd2998"
  673. dependencies = [
  674. "libc",
  675. ]
  676. [[package]]
  677. name = "jni-sys"
  678. version = "0.3.0"
  679. source = "registry+https://github.com/rust-lang/crates.io-index"
  680. checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
  681. [[package]]
  682. name = "lazy_static"
  683. version = "1.4.0"
  684. source = "registry+https://github.com/rust-lang/crates.io-index"
  685. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  686. [[package]]
  687. name = "libc"
  688. version = "0.2.112"
  689. source = "registry+https://github.com/rust-lang/crates.io-index"
  690. checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
  691. [[package]]
  692. name = "lock_api"
  693. version = "0.4.5"
  694. source = "registry+https://github.com/rust-lang/crates.io-index"
  695. checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
  696. dependencies = [
  697. "scopeguard",
  698. ]
  699. [[package]]
  700. name = "log"
  701. version = "0.4.14"
  702. source = "registry+https://github.com/rust-lang/crates.io-index"
  703. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  704. dependencies = [
  705. "cfg-if 1.0.0",
  706. ]
  707. [[package]]
  708. name = "malloc_buf"
  709. version = "0.0.6"
  710. source = "registry+https://github.com/rust-lang/crates.io-index"
  711. checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
  712. dependencies = [
  713. "libc",
  714. ]
  715. [[package]]
  716. name = "matches"
  717. version = "0.1.9"
  718. source = "registry+https://github.com/rust-lang/crates.io-index"
  719. checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
  720. [[package]]
  721. name = "memoffset"
  722. version = "0.6.5"
  723. source = "registry+https://github.com/rust-lang/crates.io-index"
  724. checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
  725. dependencies = [
  726. "autocfg",
  727. ]
  728. [[package]]
  729. name = "ndk"
  730. version = "0.4.0"
  731. source = "registry+https://github.com/rust-lang/crates.io-index"
  732. checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
  733. dependencies = [
  734. "bitflags",
  735. "jni-sys",
  736. "ndk-sys",
  737. "num_enum",
  738. "thiserror",
  739. ]
  740. [[package]]
  741. name = "ndk-glue"
  742. version = "0.4.0"
  743. source = "registry+https://github.com/rust-lang/crates.io-index"
  744. checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420"
  745. dependencies = [
  746. "lazy_static",
  747. "libc",
  748. "log",
  749. "ndk",
  750. "ndk-macro",
  751. "ndk-sys",
  752. ]
  753. [[package]]
  754. name = "ndk-macro"
  755. version = "0.2.0"
  756. source = "registry+https://github.com/rust-lang/crates.io-index"
  757. checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
  758. dependencies = [
  759. "darling",
  760. "proc-macro-crate 0.1.5",
  761. "proc-macro2",
  762. "quote",
  763. "syn",
  764. ]
  765. [[package]]
  766. name = "ndk-sys"
  767. version = "0.2.2"
  768. source = "registry+https://github.com/rust-lang/crates.io-index"
  769. checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
  770. [[package]]
  771. name = "num_enum"
  772. version = "0.5.5"
  773. source = "registry+https://github.com/rust-lang/crates.io-index"
  774. checksum = "085fe377a4b2805c0fbc09484415ec261174614b7f080b0e0d520456ac421a67"
  775. dependencies = [
  776. "derivative",
  777. "num_enum_derive",
  778. ]
  779. [[package]]
  780. name = "num_enum_derive"
  781. version = "0.5.5"
  782. source = "registry+https://github.com/rust-lang/crates.io-index"
  783. checksum = "5249369707a1e07b39f78d98c8f34e00aca7dcb053812fdbb5ad7be82c1bba38"
  784. dependencies = [
  785. "proc-macro-crate 1.1.0",
  786. "proc-macro2",
  787. "quote",
  788. "syn",
  789. ]
  790. [[package]]
  791. name = "objc"
  792. version = "0.2.7"
  793. source = "registry+https://github.com/rust-lang/crates.io-index"
  794. checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
  795. dependencies = [
  796. "malloc_buf",
  797. ]
  798. [[package]]
  799. name = "objc_id"
  800. version = "0.1.1"
  801. source = "registry+https://github.com/rust-lang/crates.io-index"
  802. checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
  803. dependencies = [
  804. "objc",
  805. ]
  806. [[package]]
  807. name = "once_cell"
  808. version = "1.9.0"
  809. source = "registry+https://github.com/rust-lang/crates.io-index"
  810. checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
  811. [[package]]
  812. name = "pango"
  813. version = "0.14.8"
  814. source = "registry+https://github.com/rust-lang/crates.io-index"
  815. checksum = "546fd59801e5ca735af82839007edd226fe7d3bb06433ec48072be4439c28581"
  816. dependencies = [
  817. "bitflags",
  818. "glib",
  819. "libc",
  820. "once_cell",
  821. "pango-sys",
  822. ]
  823. [[package]]
  824. name = "pango-sys"
  825. version = "0.14.0"
  826. source = "registry+https://github.com/rust-lang/crates.io-index"
  827. checksum = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe"
  828. dependencies = [
  829. "glib-sys 0.14.0",
  830. "gobject-sys 0.14.0",
  831. "libc",
  832. "system-deps 3.2.0",
  833. ]
  834. [[package]]
  835. name = "parking_lot"
  836. version = "0.11.2"
  837. source = "registry+https://github.com/rust-lang/crates.io-index"
  838. checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
  839. dependencies = [
  840. "instant",
  841. "lock_api",
  842. "parking_lot_core",
  843. ]
  844. [[package]]
  845. name = "parking_lot_core"
  846. version = "0.8.5"
  847. source = "registry+https://github.com/rust-lang/crates.io-index"
  848. checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
  849. dependencies = [
  850. "cfg-if 1.0.0",
  851. "instant",
  852. "libc",
  853. "redox_syscall",
  854. "smallvec",
  855. "winapi",
  856. ]
  857. [[package]]
  858. name = "percent-encoding"
  859. version = "2.1.0"
  860. source = "registry+https://github.com/rust-lang/crates.io-index"
  861. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  862. [[package]]
  863. name = "pest"
  864. version = "2.1.3"
  865. source = "registry+https://github.com/rust-lang/crates.io-index"
  866. checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
  867. dependencies = [
  868. "ucd-trie",
  869. ]
  870. [[package]]
  871. name = "pin-project-lite"
  872. version = "0.2.7"
  873. source = "registry+https://github.com/rust-lang/crates.io-index"
  874. checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
  875. [[package]]
  876. name = "pin-utils"
  877. version = "0.1.0"
  878. source = "registry+https://github.com/rust-lang/crates.io-index"
  879. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  880. [[package]]
  881. name = "pkg-config"
  882. version = "0.3.24"
  883. source = "registry+https://github.com/rust-lang/crates.io-index"
  884. checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
  885. [[package]]
  886. name = "proc-macro-crate"
  887. version = "0.1.5"
  888. source = "registry+https://github.com/rust-lang/crates.io-index"
  889. checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
  890. dependencies = [
  891. "toml",
  892. ]
  893. [[package]]
  894. name = "proc-macro-crate"
  895. version = "1.1.0"
  896. source = "registry+https://github.com/rust-lang/crates.io-index"
  897. checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
  898. dependencies = [
  899. "thiserror",
  900. "toml",
  901. ]
  902. [[package]]
  903. name = "proc-macro-error"
  904. version = "1.0.4"
  905. source = "registry+https://github.com/rust-lang/crates.io-index"
  906. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  907. dependencies = [
  908. "proc-macro-error-attr",
  909. "proc-macro2",
  910. "quote",
  911. "syn",
  912. "version_check",
  913. ]
  914. [[package]]
  915. name = "proc-macro-error-attr"
  916. version = "1.0.4"
  917. source = "registry+https://github.com/rust-lang/crates.io-index"
  918. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  919. dependencies = [
  920. "proc-macro2",
  921. "quote",
  922. "version_check",
  923. ]
  924. [[package]]
  925. name = "proc-macro2"
  926. version = "1.0.34"
  927. source = "registry+https://github.com/rust-lang/crates.io-index"
  928. checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
  929. dependencies = [
  930. "unicode-xid",
  931. ]
  932. [[package]]
  933. name = "quote"
  934. version = "1.0.10"
  935. source = "registry+https://github.com/rust-lang/crates.io-index"
  936. checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
  937. dependencies = [
  938. "proc-macro2",
  939. ]
  940. [[package]]
  941. name = "raw-window-handle"
  942. version = "0.3.4"
  943. source = "registry+https://github.com/rust-lang/crates.io-index"
  944. checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
  945. dependencies = [
  946. "libc",
  947. "raw-window-handle 0.4.2",
  948. ]
  949. [[package]]
  950. name = "raw-window-handle"
  951. version = "0.4.2"
  952. source = "registry+https://github.com/rust-lang/crates.io-index"
  953. checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
  954. dependencies = [
  955. "cty",
  956. ]
  957. [[package]]
  958. name = "redox_syscall"
  959. version = "0.2.10"
  960. source = "registry+https://github.com/rust-lang/crates.io-index"
  961. checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
  962. dependencies = [
  963. "bitflags",
  964. ]
  965. [[package]]
  966. name = "rust-web-view"
  967. version = "0.1.0"
  968. dependencies = [
  969. "wry",
  970. ]
  971. [[package]]
  972. name = "rustc_version"
  973. version = "0.3.3"
  974. source = "registry+https://github.com/rust-lang/crates.io-index"
  975. checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
  976. dependencies = [
  977. "semver",
  978. ]
  979. [[package]]
  980. name = "ryu"
  981. version = "1.0.9"
  982. source = "registry+https://github.com/rust-lang/crates.io-index"
  983. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  984. [[package]]
  985. name = "scopeguard"
  986. version = "1.1.0"
  987. source = "registry+https://github.com/rust-lang/crates.io-index"
  988. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  989. [[package]]
  990. name = "semver"
  991. version = "0.11.0"
  992. source = "registry+https://github.com/rust-lang/crates.io-index"
  993. checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
  994. dependencies = [
  995. "semver-parser",
  996. ]
  997. [[package]]
  998. name = "semver-parser"
  999. version = "0.10.2"
  1000. source = "registry+https://github.com/rust-lang/crates.io-index"
  1001. checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
  1002. dependencies = [
  1003. "pest",
  1004. ]
  1005. [[package]]
  1006. name = "serde"
  1007. version = "1.0.132"
  1008. source = "registry+https://github.com/rust-lang/crates.io-index"
  1009. checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
  1010. dependencies = [
  1011. "serde_derive",
  1012. ]
  1013. [[package]]
  1014. name = "serde_derive"
  1015. version = "1.0.132"
  1016. source = "registry+https://github.com/rust-lang/crates.io-index"
  1017. checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
  1018. dependencies = [
  1019. "proc-macro2",
  1020. "quote",
  1021. "syn",
  1022. ]
  1023. [[package]]
  1024. name = "serde_json"
  1025. version = "1.0.73"
  1026. source = "registry+https://github.com/rust-lang/crates.io-index"
  1027. checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
  1028. dependencies = [
  1029. "itoa 1.0.1",
  1030. "ryu",
  1031. "serde",
  1032. ]
  1033. [[package]]
  1034. name = "slab"
  1035. version = "0.4.5"
  1036. source = "registry+https://github.com/rust-lang/crates.io-index"
  1037. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  1038. [[package]]
  1039. name = "smallvec"
  1040. version = "1.7.0"
  1041. source = "registry+https://github.com/rust-lang/crates.io-index"
  1042. checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
  1043. [[package]]
  1044. name = "soup-sys"
  1045. version = "0.10.0"
  1046. source = "registry+https://github.com/rust-lang/crates.io-index"
  1047. checksum = "c3c7adf08565630bbb71f955f11f8a68464817ded2703a3549747c235b58a13e"
  1048. dependencies = [
  1049. "bitflags",
  1050. "gio-sys 0.10.1",
  1051. "glib-sys 0.10.1",
  1052. "gobject-sys 0.10.0",
  1053. "libc",
  1054. "pkg-config",
  1055. "system-deps 1.3.2",
  1056. ]
  1057. [[package]]
  1058. name = "strsim"
  1059. version = "0.9.3"
  1060. source = "registry+https://github.com/rust-lang/crates.io-index"
  1061. checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
  1062. [[package]]
  1063. name = "strum"
  1064. version = "0.18.0"
  1065. source = "registry+https://github.com/rust-lang/crates.io-index"
  1066. checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
  1067. [[package]]
  1068. name = "strum"
  1069. version = "0.21.0"
  1070. source = "registry+https://github.com/rust-lang/crates.io-index"
  1071. checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
  1072. [[package]]
  1073. name = "strum_macros"
  1074. version = "0.18.0"
  1075. source = "registry+https://github.com/rust-lang/crates.io-index"
  1076. checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
  1077. dependencies = [
  1078. "heck",
  1079. "proc-macro2",
  1080. "quote",
  1081. "syn",
  1082. ]
  1083. [[package]]
  1084. name = "strum_macros"
  1085. version = "0.21.1"
  1086. source = "registry+https://github.com/rust-lang/crates.io-index"
  1087. checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
  1088. dependencies = [
  1089. "heck",
  1090. "proc-macro2",
  1091. "quote",
  1092. "syn",
  1093. ]
  1094. [[package]]
  1095. name = "syn"
  1096. version = "1.0.82"
  1097. source = "registry+https://github.com/rust-lang/crates.io-index"
  1098. checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
  1099. dependencies = [
  1100. "proc-macro2",
  1101. "quote",
  1102. "unicode-xid",
  1103. ]
  1104. [[package]]
  1105. name = "system-deps"
  1106. version = "1.3.2"
  1107. source = "registry+https://github.com/rust-lang/crates.io-index"
  1108. checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
  1109. dependencies = [
  1110. "heck",
  1111. "pkg-config",
  1112. "strum 0.18.0",
  1113. "strum_macros 0.18.0",
  1114. "thiserror",
  1115. "toml",
  1116. "version-compare 0.0.10",
  1117. ]
  1118. [[package]]
  1119. name = "system-deps"
  1120. version = "3.2.0"
  1121. source = "registry+https://github.com/rust-lang/crates.io-index"
  1122. checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
  1123. dependencies = [
  1124. "anyhow",
  1125. "cfg-expr",
  1126. "heck",
  1127. "itertools",
  1128. "pkg-config",
  1129. "strum 0.21.0",
  1130. "strum_macros 0.21.1",
  1131. "thiserror",
  1132. "toml",
  1133. "version-compare 0.0.11",
  1134. ]
  1135. [[package]]
  1136. name = "tao"
  1137. version = "0.5.2"
  1138. source = "registry+https://github.com/rust-lang/crates.io-index"
  1139. checksum = "1aa57de7c282b68f8906278543a724ed8f5a2568f069dd0cc05fc10d1f07036b"
  1140. dependencies = [
  1141. "bitflags",
  1142. "cairo-rs",
  1143. "cc",
  1144. "cocoa",
  1145. "core-foundation 0.9.2",
  1146. "core-graphics 0.22.3",
  1147. "core-video-sys",
  1148. "crossbeam-channel",
  1149. "dispatch",
  1150. "gdk",
  1151. "gdk-pixbuf",
  1152. "gdk-sys",
  1153. "gio",
  1154. "glib",
  1155. "glib-sys 0.14.0",
  1156. "gtk",
  1157. "instant",
  1158. "lazy_static",
  1159. "libc",
  1160. "log",
  1161. "ndk",
  1162. "ndk-glue",
  1163. "ndk-sys",
  1164. "objc",
  1165. "parking_lot",
  1166. "raw-window-handle 0.3.4",
  1167. "scopeguard",
  1168. "serde",
  1169. "tauri-libappindicator",
  1170. "unicode-segmentation",
  1171. "winapi",
  1172. "x11-dl",
  1173. ]
  1174. [[package]]
  1175. name = "tauri-libappindicator"
  1176. version = "0.1.2"
  1177. source = "registry+https://github.com/rust-lang/crates.io-index"
  1178. checksum = "af6057bf1b03141122da159ad4136d8a474240db59d81af1840d7fce3b819ef2"
  1179. dependencies = [
  1180. "glib",
  1181. "gtk",
  1182. "gtk-sys",
  1183. "log",
  1184. "tauri-libappindicator-sys",
  1185. ]
  1186. [[package]]
  1187. name = "tauri-libappindicator-sys"
  1188. version = "0.1.2"
  1189. source = "registry+https://github.com/rust-lang/crates.io-index"
  1190. checksum = "c40a817171cf25d69dd31e3fa9360fd4367e54948e30f3356962f0b1d9f23dad"
  1191. dependencies = [
  1192. "gtk-sys",
  1193. "pkg-config",
  1194. ]
  1195. [[package]]
  1196. name = "thiserror"
  1197. version = "1.0.30"
  1198. source = "registry+https://github.com/rust-lang/crates.io-index"
  1199. checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
  1200. dependencies = [
  1201. "thiserror-impl",
  1202. ]
  1203. [[package]]
  1204. name = "thiserror-impl"
  1205. version = "1.0.30"
  1206. source = "registry+https://github.com/rust-lang/crates.io-index"
  1207. checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
  1208. dependencies = [
  1209. "proc-macro2",
  1210. "quote",
  1211. "syn",
  1212. ]
  1213. [[package]]
  1214. name = "tinyvec"
  1215. version = "1.5.1"
  1216. source = "registry+https://github.com/rust-lang/crates.io-index"
  1217. checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
  1218. dependencies = [
  1219. "tinyvec_macros",
  1220. ]
  1221. [[package]]
  1222. name = "tinyvec_macros"
  1223. version = "0.1.0"
  1224. source = "registry+https://github.com/rust-lang/crates.io-index"
  1225. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  1226. [[package]]
  1227. name = "toml"
  1228. version = "0.5.8"
  1229. source = "registry+https://github.com/rust-lang/crates.io-index"
  1230. checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
  1231. dependencies = [
  1232. "serde",
  1233. ]
  1234. [[package]]
  1235. name = "ucd-trie"
  1236. version = "0.1.3"
  1237. source = "registry+https://github.com/rust-lang/crates.io-index"
  1238. checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
  1239. [[package]]
  1240. name = "unicode-bidi"
  1241. version = "0.3.7"
  1242. source = "registry+https://github.com/rust-lang/crates.io-index"
  1243. checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
  1244. [[package]]
  1245. name = "unicode-normalization"
  1246. version = "0.1.19"
  1247. source = "registry+https://github.com/rust-lang/crates.io-index"
  1248. checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
  1249. dependencies = [
  1250. "tinyvec",
  1251. ]
  1252. [[package]]
  1253. name = "unicode-segmentation"
  1254. version = "1.8.0"
  1255. source = "registry+https://github.com/rust-lang/crates.io-index"
  1256. checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
  1257. [[package]]
  1258. name = "unicode-xid"
  1259. version = "0.2.2"
  1260. source = "registry+https://github.com/rust-lang/crates.io-index"
  1261. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  1262. [[package]]
  1263. name = "url"
  1264. version = "2.2.2"
  1265. source = "registry+https://github.com/rust-lang/crates.io-index"
  1266. checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
  1267. dependencies = [
  1268. "form_urlencoded",
  1269. "idna",
  1270. "matches",
  1271. "percent-encoding",
  1272. ]
  1273. [[package]]
  1274. name = "version-compare"
  1275. version = "0.0.10"
  1276. source = "registry+https://github.com/rust-lang/crates.io-index"
  1277. checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
  1278. [[package]]
  1279. name = "version-compare"
  1280. version = "0.0.11"
  1281. source = "registry+https://github.com/rust-lang/crates.io-index"
  1282. checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
  1283. [[package]]
  1284. name = "version_check"
  1285. version = "0.9.3"
  1286. source = "registry+https://github.com/rust-lang/crates.io-index"
  1287. checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
  1288. [[package]]
  1289. name = "webkit2gtk"
  1290. version = "0.14.0"
  1291. source = "registry+https://github.com/rust-lang/crates.io-index"
  1292. checksum = "e3e47b7f870883fc21612d2a51b74262f7f2cc5371f1621370817292a35300a9"
  1293. dependencies = [
  1294. "bitflags",
  1295. "cairo-rs",
  1296. "gdk",
  1297. "gdk-sys",
  1298. "gio",
  1299. "gio-sys 0.14.0",
  1300. "glib",
  1301. "glib-sys 0.14.0",
  1302. "gobject-sys 0.14.0",
  1303. "gtk",
  1304. "gtk-sys",
  1305. "javascriptcore-rs",
  1306. "libc",
  1307. "once_cell",
  1308. "webkit2gtk-sys",
  1309. ]
  1310. [[package]]
  1311. name = "webkit2gtk-sys"
  1312. version = "0.14.0"
  1313. source = "registry+https://github.com/rust-lang/crates.io-index"
  1314. checksum = "b66ccc9f0cb4de7c3b92376a5bf64e7ddffb33852f092721731a039ec38dda98"
  1315. dependencies = [
  1316. "atk-sys",
  1317. "bitflags",
  1318. "cairo-sys-rs",
  1319. "gdk-pixbuf-sys",
  1320. "gdk-sys",
  1321. "gio-sys 0.14.0",
  1322. "glib-sys 0.14.0",
  1323. "gobject-sys 0.14.0",
  1324. "gtk-sys",
  1325. "javascriptcore-rs-sys",
  1326. "libc",
  1327. "pango-sys",
  1328. "pkg-config",
  1329. "soup-sys",
  1330. "system-deps 3.2.0",
  1331. ]
  1332. [[package]]
  1333. name = "webview2"
  1334. version = "0.1.4"
  1335. source = "registry+https://github.com/rust-lang/crates.io-index"
  1336. checksum = "283bf6b0ed9c83faea8c7bfe40bb261592147a109effaa4077eed294863d5031"
  1337. dependencies = [
  1338. "com",
  1339. "once_cell",
  1340. "webview2-sys",
  1341. "widestring",
  1342. "winapi",
  1343. ]
  1344. [[package]]
  1345. name = "webview2-sys"
  1346. version = "0.1.1"
  1347. source = "registry+https://github.com/rust-lang/crates.io-index"
  1348. checksum = "24b7889e893ac4c50d7346356be3ce13a85e56512c38b8fde0526559b8012a4c"
  1349. dependencies = [
  1350. "com",
  1351. "winapi",
  1352. ]
  1353. [[package]]
  1354. name = "widestring"
  1355. version = "0.5.1"
  1356. source = "registry+https://github.com/rust-lang/crates.io-index"
  1357. checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
  1358. [[package]]
  1359. name = "winapi"
  1360. version = "0.3.9"
  1361. source = "registry+https://github.com/rust-lang/crates.io-index"
  1362. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1363. dependencies = [
  1364. "winapi-i686-pc-windows-gnu",
  1365. "winapi-x86_64-pc-windows-gnu",
  1366. ]
  1367. [[package]]
  1368. name = "winapi-i686-pc-windows-gnu"
  1369. version = "0.4.0"
  1370. source = "registry+https://github.com/rust-lang/crates.io-index"
  1371. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1372. [[package]]
  1373. name = "winapi-x86_64-pc-windows-gnu"
  1374. version = "0.4.0"
  1375. source = "registry+https://github.com/rust-lang/crates.io-index"
  1376. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1377. [[package]]
  1378. name = "wry"
  1379. version = "0.12.2"
  1380. source = "registry+https://github.com/rust-lang/crates.io-index"
  1381. checksum = "0f9549393a3917b5303277abb0267f8eecf9fd629b25f1c04e5284aa58b61915"
  1382. dependencies = [
  1383. "cocoa",
  1384. "core-graphics 0.22.3",
  1385. "gdk",
  1386. "gio",
  1387. "glib",
  1388. "gtk",
  1389. "http",
  1390. "libc",
  1391. "log",
  1392. "objc",
  1393. "objc_id",
  1394. "once_cell",
  1395. "serde",
  1396. "serde_json",
  1397. "tao",
  1398. "thiserror",
  1399. "url",
  1400. "webkit2gtk",
  1401. "webkit2gtk-sys",
  1402. "webview2",
  1403. "webview2-sys",
  1404. "winapi",
  1405. ]
  1406. [[package]]
  1407. name = "x11-dl"
  1408. version = "2.19.1"
  1409. source = "registry+https://github.com/rust-lang/crates.io-index"
  1410. checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
  1411. dependencies = [
  1412. "lazy_static",
  1413. "libc",
  1414. "pkg-config",
  1415. ]