create-tauri-ui 0.3.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (636) hide show
  1. package/README.md +188 -97
  2. package/assets/debug-panel/debug-events.ts.tmpl +97 -0
  3. package/assets/debug-panel/debug-panel.tsx.tmpl +1354 -0
  4. package/assets/debug-panel/tauri.ts.tmpl +53 -0
  5. package/assets/release.yml.tmpl +74 -0
  6. package/dist/index.mjs +483 -52
  7. package/index.js +2 -2
  8. package/package.json +53 -55
  9. package/templates/.shared/.github/workflows/release.yml +0 -112
  10. package/templates/.shared/src-tauri/Cargo.lock +0 -3835
  11. package/templates/.shared/src-tauri/Cargo.toml +0 -39
  12. package/templates/.shared/src-tauri/build.rs +0 -3
  13. package/templates/.shared/src-tauri/icons/128x128.png +0 -0
  14. package/templates/.shared/src-tauri/icons/128x128@2x.png +0 -0
  15. package/templates/.shared/src-tauri/icons/32x32.png +0 -0
  16. package/templates/.shared/src-tauri/icons/Square107x107Logo.png +0 -0
  17. package/templates/.shared/src-tauri/icons/Square142x142Logo.png +0 -0
  18. package/templates/.shared/src-tauri/icons/Square150x150Logo.png +0 -0
  19. package/templates/.shared/src-tauri/icons/Square284x284Logo.png +0 -0
  20. package/templates/.shared/src-tauri/icons/Square30x30Logo.png +0 -0
  21. package/templates/.shared/src-tauri/icons/Square310x310Logo.png +0 -0
  22. package/templates/.shared/src-tauri/icons/Square44x44Logo.png +0 -0
  23. package/templates/.shared/src-tauri/icons/Square71x71Logo.png +0 -0
  24. package/templates/.shared/src-tauri/icons/Square89x89Logo.png +0 -0
  25. package/templates/.shared/src-tauri/icons/StoreLogo.png +0 -0
  26. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  27. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  28. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  29. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  30. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  31. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  32. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  33. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  34. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  35. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  36. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  37. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  38. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  39. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  40. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  41. package/templates/.shared/src-tauri/icons/icon.icns +0 -0
  42. package/templates/.shared/src-tauri/icons/icon.ico +0 -0
  43. package/templates/.shared/src-tauri/icons/icon.png +0 -0
  44. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  45. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  46. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  47. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  48. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  49. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  50. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  51. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  52. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  53. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  54. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  55. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  56. package/templates/.shared/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  57. package/templates/.shared/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  58. package/templates/.shared/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  59. package/templates/.shared/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  60. package/templates/.shared/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  61. package/templates/.shared/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  62. package/templates/.shared/src-tauri/src/main.rs +0 -22
  63. package/templates/.shared/src-tauri/tauri.conf.json +0 -71
  64. package/templates/next/.env +0 -1
  65. package/templates/next/.github/workflows/release.yml +0 -108
  66. package/templates/next/.vscode/extensions.json +0 -3
  67. package/templates/next/LICENSE +0 -21
  68. package/templates/next/README.md +0 -95
  69. package/templates/next/app-icon.png +0 -0
  70. package/templates/next/components.json +0 -16
  71. package/templates/next/next-env.d.ts +0 -5
  72. package/templates/next/next.config.js +0 -14
  73. package/templates/next/package.json +0 -87
  74. package/templates/next/pnpm-lock.yaml +0 -4911
  75. package/templates/next/postcss.config.js +0 -6
  76. package/templates/next/prettier.config.js +0 -35
  77. package/templates/next/public/avatars/01.png +0 -0
  78. package/templates/next/public/avatars/02.png +0 -0
  79. package/templates/next/public/avatars/03.png +0 -0
  80. package/templates/next/public/avatars/04.png +0 -0
  81. package/templates/next/public/avatars/05.png +0 -0
  82. package/templates/next/src/app/examples/authentication/components/user-auth-form.tsx +0 -71
  83. package/templates/next/src/app/examples/authentication/page.tsx +0 -88
  84. package/templates/next/src/app/examples/cards/components/cookie-settings.tsx +0 -60
  85. package/templates/next/src/app/examples/cards/components/create-account.tsx +0 -60
  86. package/templates/next/src/app/examples/cards/components/date-picker.tsx +0 -20
  87. package/templates/next/src/app/examples/cards/components/github-card.tsx +0 -88
  88. package/templates/next/src/app/examples/cards/components/notifications.tsx +0 -53
  89. package/templates/next/src/app/examples/cards/components/payment-method.tsx +0 -129
  90. package/templates/next/src/app/examples/cards/components/report-an-issue.tsx +0 -85
  91. package/templates/next/src/app/examples/cards/components/share-document.tsx +0 -120
  92. package/templates/next/src/app/examples/cards/components/team-members.tsx +0 -149
  93. package/templates/next/src/app/examples/cards/page.tsx +0 -76
  94. package/templates/next/src/app/examples/dashboard/components/date-range-picker.tsx +0 -65
  95. package/templates/next/src/app/examples/dashboard/components/main-nav.tsx +0 -40
  96. package/templates/next/src/app/examples/dashboard/components/overview.tsx +0 -78
  97. package/templates/next/src/app/examples/dashboard/components/recent-sales.tsx +0 -71
  98. package/templates/next/src/app/examples/dashboard/components/search.tsx +0 -13
  99. package/templates/next/src/app/examples/dashboard/components/team-switcher.tsx +0 -213
  100. package/templates/next/src/app/examples/dashboard/components/user-nav.tsx +0 -62
  101. package/templates/next/src/app/examples/dashboard/page.tsx +0 -197
  102. package/templates/next/src/app/examples/forms/account/account-form.tsx +0 -219
  103. package/templates/next/src/app/examples/forms/account/page.tsx +0 -18
  104. package/templates/next/src/app/examples/forms/appearance/appearance-form.tsx +0 -164
  105. package/templates/next/src/app/examples/forms/appearance/page.tsx +0 -18
  106. package/templates/next/src/app/examples/forms/components/profile-form.tsx +0 -191
  107. package/templates/next/src/app/examples/forms/components/sidebar-nav.tsx +0 -44
  108. package/templates/next/src/app/examples/forms/display/display-form.tsx +0 -132
  109. package/templates/next/src/app/examples/forms/display/page.tsx +0 -17
  110. package/templates/next/src/app/examples/forms/layout.tsx +0 -59
  111. package/templates/next/src/app/examples/forms/notifications/notifications-form.tsx +0 -222
  112. package/templates/next/src/app/examples/forms/notifications/page.tsx +0 -17
  113. package/templates/next/src/app/examples/forms/page.tsx +0 -17
  114. package/templates/next/src/app/examples/layout.tsx +0 -7
  115. package/templates/next/src/app/examples/music/components/album-artwork.tsx +0 -95
  116. package/templates/next/src/app/examples/music/components/menu.tsx +0 -200
  117. package/templates/next/src/app/examples/music/components/podcast-empty-placeholder.tsx +0 -64
  118. package/templates/next/src/app/examples/music/components/sidebar.tsx +0 -204
  119. package/templates/next/src/app/examples/music/data/albums.ts +0 -71
  120. package/templates/next/src/app/examples/music/data/playlists.ts +0 -16
  121. package/templates/next/src/app/examples/music/page.tsx +0 -141
  122. package/templates/next/src/app/examples/playground/components/code-viewer.tsx +0 -89
  123. package/templates/next/src/app/examples/playground/components/maxlength-selector.tsx +0 -55
  124. package/templates/next/src/app/examples/playground/components/model-selector.tsx +0 -163
  125. package/templates/next/src/app/examples/playground/components/preset-actions.tsx +0 -122
  126. package/templates/next/src/app/examples/playground/components/preset-save.tsx +0 -44
  127. package/templates/next/src/app/examples/playground/components/preset-selector.tsx +0 -82
  128. package/templates/next/src/app/examples/playground/components/preset-share.tsx +0 -46
  129. package/templates/next/src/app/examples/playground/components/temperature-selector.tsx +0 -57
  130. package/templates/next/src/app/examples/playground/components/top-p-selector.tsx +0 -54
  131. package/templates/next/src/app/examples/playground/data/models.ts +0 -62
  132. package/templates/next/src/app/examples/playground/data/presets.ts +0 -47
  133. package/templates/next/src/app/examples/playground/page.tsx +0 -313
  134. package/templates/next/src/app/examples/tasks/components/columns.tsx +0 -120
  135. package/templates/next/src/app/examples/tasks/components/data-table-column-header.tsx +0 -71
  136. package/templates/next/src/app/examples/tasks/components/data-table-faceted-filter.tsx +0 -147
  137. package/templates/next/src/app/examples/tasks/components/data-table-pagination.tsx +0 -97
  138. package/templates/next/src/app/examples/tasks/components/data-table-row-actions.tsx +0 -69
  139. package/templates/next/src/app/examples/tasks/components/data-table-toolbar.tsx +0 -61
  140. package/templates/next/src/app/examples/tasks/components/data-table-view-options.tsx +0 -59
  141. package/templates/next/src/app/examples/tasks/components/data-table.tsx +0 -126
  142. package/templates/next/src/app/examples/tasks/components/user-nav.tsx +0 -62
  143. package/templates/next/src/app/examples/tasks/data/data.tsx +0 -71
  144. package/templates/next/src/app/examples/tasks/data/schema.ts +0 -13
  145. package/templates/next/src/app/examples/tasks/data/seed.ts +0 -20
  146. package/templates/next/src/app/examples/tasks/data/tasks.json +0 -702
  147. package/templates/next/src/app/examples/tasks/page.tsx +0 -49
  148. package/templates/next/src/app/layout.tsx +0 -47
  149. package/templates/next/src/app/page.tsx +0 -5
  150. package/templates/next/src/assets/Inter-VariableFont_slnt,wght.ttf +0 -0
  151. package/templates/next/src/assets/logo.png +0 -0
  152. package/templates/next/src/components/about-dialog.tsx +0 -111
  153. package/templates/next/src/components/example/date-picker-with-range.tsx +0 -65
  154. package/templates/next/src/components/examples-nav.tsx +0 -70
  155. package/templates/next/src/components/greeting.tsx +0 -21
  156. package/templates/next/src/components/icons.tsx +0 -156
  157. package/templates/next/src/components/menu-mode-toggle.tsx +0 -47
  158. package/templates/next/src/components/menu.tsx +0 -224
  159. package/templates/next/src/components/mode-toggle.tsx +0 -43
  160. package/templates/next/src/components/page-header.tsx +0 -52
  161. package/templates/next/src/components/style-switcher.tsx +0 -19
  162. package/templates/next/src/components/tailwind-indicator.tsx +0 -18
  163. package/templates/next/src/components/theme-provider.tsx +0 -9
  164. package/templates/next/src/components/ui/accordion.tsx +0 -60
  165. package/templates/next/src/components/ui/alert-dialog.tsx +0 -145
  166. package/templates/next/src/components/ui/alert.tsx +0 -59
  167. package/templates/next/src/components/ui/aspect-ratio.tsx +0 -7
  168. package/templates/next/src/components/ui/avatar.tsx +0 -50
  169. package/templates/next/src/components/ui/badge.tsx +0 -36
  170. package/templates/next/src/components/ui/button.tsx +0 -56
  171. package/templates/next/src/components/ui/calendar.tsx +0 -64
  172. package/templates/next/src/components/ui/card.tsx +0 -79
  173. package/templates/next/src/components/ui/checkbox.tsx +0 -30
  174. package/templates/next/src/components/ui/collapsible.tsx +0 -11
  175. package/templates/next/src/components/ui/command.tsx +0 -155
  176. package/templates/next/src/components/ui/context-menu.tsx +0 -200
  177. package/templates/next/src/components/ui/dialog.tsx +0 -123
  178. package/templates/next/src/components/ui/dropdown-menu.tsx +0 -200
  179. package/templates/next/src/components/ui/form.tsx +0 -176
  180. package/templates/next/src/components/ui/hover-card.tsx +0 -29
  181. package/templates/next/src/components/ui/input.tsx +0 -25
  182. package/templates/next/src/components/ui/label.tsx +0 -26
  183. package/templates/next/src/components/ui/menubar.tsx +0 -236
  184. package/templates/next/src/components/ui/navigation-menu.tsx +0 -128
  185. package/templates/next/src/components/ui/popover.tsx +0 -31
  186. package/templates/next/src/components/ui/progress.tsx +0 -28
  187. package/templates/next/src/components/ui/radio-group.tsx +0 -44
  188. package/templates/next/src/components/ui/scroll-area.tsx +0 -48
  189. package/templates/next/src/components/ui/select.tsx +0 -121
  190. package/templates/next/src/components/ui/separator.tsx +0 -31
  191. package/templates/next/src/components/ui/sheet.tsx +0 -144
  192. package/templates/next/src/components/ui/skeleton.tsx +0 -15
  193. package/templates/next/src/components/ui/slider.tsx +0 -28
  194. package/templates/next/src/components/ui/switch.tsx +0 -29
  195. package/templates/next/src/components/ui/table.tsx +0 -114
  196. package/templates/next/src/components/ui/tabs.tsx +0 -55
  197. package/templates/next/src/components/ui/textarea.tsx +0 -24
  198. package/templates/next/src/components/ui/toast.tsx +0 -127
  199. package/templates/next/src/components/ui/toaster.tsx +0 -35
  200. package/templates/next/src/components/ui/toggle.tsx +0 -45
  201. package/templates/next/src/components/ui/tooltip.tsx +0 -30
  202. package/templates/next/src/components/ui/use-toast.ts +0 -192
  203. package/templates/next/src/data/albums.ts +0 -71
  204. package/templates/next/src/data/playlists.ts +0 -16
  205. package/templates/next/src/hooks/use-lock-body.ts +0 -12
  206. package/templates/next/src/hooks/use-mounted.ts +0 -11
  207. package/templates/next/src/hooks/use-mutation-observer.ts +0 -20
  208. package/templates/next/src/lib/fonts.ts +0 -11
  209. package/templates/next/src/lib/utils.ts +0 -6
  210. package/templates/next/src/styles/globals.css +0 -88
  211. package/templates/next/src-tauri/Cargo.lock +0 -3835
  212. package/templates/next/src-tauri/Cargo.toml +0 -39
  213. package/templates/next/src-tauri/build.rs +0 -3
  214. package/templates/next/src-tauri/icons/128x128.png +0 -0
  215. package/templates/next/src-tauri/icons/128x128@2x.png +0 -0
  216. package/templates/next/src-tauri/icons/32x32.png +0 -0
  217. package/templates/next/src-tauri/icons/Square107x107Logo.png +0 -0
  218. package/templates/next/src-tauri/icons/Square142x142Logo.png +0 -0
  219. package/templates/next/src-tauri/icons/Square150x150Logo.png +0 -0
  220. package/templates/next/src-tauri/icons/Square284x284Logo.png +0 -0
  221. package/templates/next/src-tauri/icons/Square30x30Logo.png +0 -0
  222. package/templates/next/src-tauri/icons/Square310x310Logo.png +0 -0
  223. package/templates/next/src-tauri/icons/Square44x44Logo.png +0 -0
  224. package/templates/next/src-tauri/icons/Square71x71Logo.png +0 -0
  225. package/templates/next/src-tauri/icons/Square89x89Logo.png +0 -0
  226. package/templates/next/src-tauri/icons/StoreLogo.png +0 -0
  227. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  228. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  229. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  230. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  231. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  232. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  233. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  234. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  235. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  236. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  237. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  238. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  239. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  240. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  241. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  242. package/templates/next/src-tauri/icons/icon.icns +0 -0
  243. package/templates/next/src-tauri/icons/icon.ico +0 -0
  244. package/templates/next/src-tauri/icons/icon.png +0 -0
  245. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  246. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  247. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  248. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  249. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  250. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  251. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  252. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  253. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  254. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  255. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  256. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  257. package/templates/next/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  258. package/templates/next/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  259. package/templates/next/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  260. package/templates/next/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  261. package/templates/next/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  262. package/templates/next/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  263. package/templates/next/src-tauri/src/main.rs +0 -22
  264. package/templates/next/src-tauri/tauri.conf.json +0 -71
  265. package/templates/next/tailwind.config.js +0 -78
  266. package/templates/next/tsconfig.json +0 -35
  267. package/templates/sveltekit/.github/workflows/release.yml +0 -108
  268. package/templates/sveltekit/.prettierignore +0 -13
  269. package/templates/sveltekit/.prettierrc +0 -8
  270. package/templates/sveltekit/README.md +0 -1
  271. package/templates/sveltekit/app-icon.png +0 -0
  272. package/templates/sveltekit/package.json +0 -85
  273. package/templates/sveltekit/pnpm-lock.yaml +0 -4177
  274. package/templates/sveltekit/postcss.config.cjs +0 -13
  275. package/templates/sveltekit/src/app.d.ts +0 -18
  276. package/templates/sveltekit/src/app.html +0 -16
  277. package/templates/sveltekit/src/assets/Inter.var.woff2 +0 -0
  278. package/templates/sveltekit/src/index.test.ts +0 -7
  279. package/templates/sveltekit/src/lib/components/docs/TailwindIndicator.svelte +0 -10
  280. package/templates/sveltekit/src/lib/components/docs/charts/Bar.svelte +0 -152
  281. package/templates/sveltekit/src/lib/components/docs/dashboard/DashboardPage.svelte +0 -108
  282. package/templates/sveltekit/src/lib/components/docs/dashboard/MainNav.svelte +0 -31
  283. package/templates/sveltekit/src/lib/components/docs/dashboard/Overview.svelte +0 -5
  284. package/templates/sveltekit/src/lib/components/docs/dashboard/RecentSales.svelte +0 -61
  285. package/templates/sveltekit/src/lib/components/docs/dashboard/Search.svelte +0 -7
  286. package/templates/sveltekit/src/lib/components/docs/dashboard/index.ts +0 -1
  287. package/templates/sveltekit/src/lib/components/docs/examples-nav/ExampleCodeLink.svelte +0 -19
  288. package/templates/sveltekit/src/lib/components/docs/examples-nav/ExamplesNav.svelte +0 -27
  289. package/templates/sveltekit/src/lib/components/docs/examples-nav/index.ts +0 -2
  290. package/templates/sveltekit/src/lib/components/docs/icons/Apple.svelte +0 -12
  291. package/templates/sveltekit/src/lib/components/docs/icons/Aria.svelte +0 -11
  292. package/templates/sveltekit/src/lib/components/docs/icons/GitHub.svelte +0 -12
  293. package/templates/sveltekit/src/lib/components/docs/icons/Google.svelte +0 -12
  294. package/templates/sveltekit/src/lib/components/docs/icons/Logo.svelte +0 -17
  295. package/templates/sveltekit/src/lib/components/docs/icons/Minimize.svelte +0 -12
  296. package/templates/sveltekit/src/lib/components/docs/icons/Npm.svelte +0 -12
  297. package/templates/sveltekit/src/lib/components/docs/icons/PayPal.svelte +0 -12
  298. package/templates/sveltekit/src/lib/components/docs/icons/Pnpm.svelte +0 -12
  299. package/templates/sveltekit/src/lib/components/docs/icons/Radix.svelte +0 -14
  300. package/templates/sveltekit/src/lib/components/docs/icons/RadixSvelte.svelte +0 -14
  301. package/templates/sveltekit/src/lib/components/docs/icons/Tailwind.svelte +0 -12
  302. package/templates/sveltekit/src/lib/components/docs/icons/Yarn.svelte +0 -12
  303. package/templates/sveltekit/src/lib/components/docs/icons/index.ts +0 -78
  304. package/templates/sveltekit/src/lib/components/docs/index.ts +0 -6
  305. package/templates/sveltekit/src/lib/components/docs/light-switch/LightSwitch.svelte +0 -75
  306. package/templates/sveltekit/src/lib/components/docs/light-switch/index.ts +0 -1
  307. package/templates/sveltekit/src/lib/components/docs/light-switch/light-switch.ts +0 -87
  308. package/templates/sveltekit/src/lib/components/docs/light-switch/local-storage-store.ts +0 -81
  309. package/templates/sveltekit/src/lib/components/ui/accordion/Accordion.svelte +0 -11
  310. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionContent.svelte +0 -19
  311. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionItem.svelte +0 -13
  312. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionTrigger.svelte +0 -21
  313. package/templates/sveltekit/src/lib/components/ui/accordion/index.ts +0 -4
  314. package/templates/sveltekit/src/lib/components/ui/alert/Alert.svelte +0 -29
  315. package/templates/sveltekit/src/lib/components/ui/alert/AlertDescription.svelte +0 -10
  316. package/templates/sveltekit/src/lib/components/ui/alert/AlertTitle.svelte +0 -15
  317. package/templates/sveltekit/src/lib/components/ui/alert/index.ts +0 -3
  318. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogAction.svelte +0 -12
  319. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogCancel.svelte +0 -15
  320. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogContent.svelte +0 -22
  321. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogDescription.svelte +0 -14
  322. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogFooter.svelte +0 -13
  323. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogHeader.svelte +0 -10
  324. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogOverlay.svelte +0 -15
  325. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogPortal.svelte +0 -9
  326. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogTitle.svelte +0 -11
  327. package/templates/sveltekit/src/lib/components/ui/alert-dialog/index.ts +0 -12
  328. package/templates/sveltekit/src/lib/components/ui/aspect-ratio/AspectRatio.svelte +0 -13
  329. package/templates/sveltekit/src/lib/components/ui/aspect-ratio/index.ts +0 -1
  330. package/templates/sveltekit/src/lib/components/ui/avatar/Avatar.svelte +0 -14
  331. package/templates/sveltekit/src/lib/components/ui/avatar/AvatarFallback.svelte +0 -14
  332. package/templates/sveltekit/src/lib/components/ui/avatar/AvatarImage.svelte +0 -17
  333. package/templates/sveltekit/src/lib/components/ui/avatar/index.ts +0 -3
  334. package/templates/sveltekit/src/lib/components/ui/badge/Badge.svelte +0 -39
  335. package/templates/sveltekit/src/lib/components/ui/badge/index.ts +0 -21
  336. package/templates/sveltekit/src/lib/components/ui/button/Button.svelte +0 -47
  337. package/templates/sveltekit/src/lib/components/ui/button/index.ts +0 -28
  338. package/templates/sveltekit/src/lib/components/ui/card/Card.svelte +0 -18
  339. package/templates/sveltekit/src/lib/components/ui/card/CardContent.svelte +0 -10
  340. package/templates/sveltekit/src/lib/components/ui/card/CardDescription.svelte +0 -10
  341. package/templates/sveltekit/src/lib/components/ui/card/CardFooter.svelte +0 -10
  342. package/templates/sveltekit/src/lib/components/ui/card/CardHeader.svelte +0 -10
  343. package/templates/sveltekit/src/lib/components/ui/card/CardTitle.svelte +0 -16
  344. package/templates/sveltekit/src/lib/components/ui/card/index.ts +0 -6
  345. package/templates/sveltekit/src/lib/components/ui/checkbox/Checkbox.svelte +0 -23
  346. package/templates/sveltekit/src/lib/components/ui/checkbox/index.ts +0 -1
  347. package/templates/sveltekit/src/lib/components/ui/collapsible/index.ts +0 -7
  348. package/templates/sveltekit/src/lib/components/ui/dialog/DialogContent.svelte +0 -29
  349. package/templates/sveltekit/src/lib/components/ui/dialog/DialogDescription.svelte +0 -14
  350. package/templates/sveltekit/src/lib/components/ui/dialog/DialogFooter.svelte +0 -13
  351. package/templates/sveltekit/src/lib/components/ui/dialog/DialogHeader.svelte +0 -10
  352. package/templates/sveltekit/src/lib/components/ui/dialog/DialogOverlay.svelte +0 -15
  353. package/templates/sveltekit/src/lib/components/ui/dialog/DialogPortal.svelte +0 -13
  354. package/templates/sveltekit/src/lib/components/ui/dialog/DialogTitle.svelte +0 -14
  355. package/templates/sveltekit/src/lib/components/ui/dialog/index.ts +0 -12
  356. package/templates/sveltekit/src/lib/components/ui/hover-card/HoverCardContent.svelte +0 -24
  357. package/templates/sveltekit/src/lib/components/ui/hover-card/index.ts +0 -6
  358. package/templates/sveltekit/src/lib/components/ui/input/Input.svelte +0 -30
  359. package/templates/sveltekit/src/lib/components/ui/input/index.ts +0 -1
  360. package/templates/sveltekit/src/lib/components/ui/label/Label.svelte +0 -16
  361. package/templates/sveltekit/src/lib/components/ui/label/index.ts +0 -1
  362. package/templates/sveltekit/src/lib/components/ui/progress/Progress.svelte +0 -22
  363. package/templates/sveltekit/src/lib/components/ui/progress/index.ts +0 -1
  364. package/templates/sveltekit/src/lib/components/ui/radio-group/RadioGroup.svelte +0 -13
  365. package/templates/sveltekit/src/lib/components/ui/radio-group/RadioGroupItem.svelte +0 -23
  366. package/templates/sveltekit/src/lib/components/ui/radio-group/index.ts +0 -2
  367. package/templates/sveltekit/src/lib/components/ui/select/SelectContent.svelte +0 -26
  368. package/templates/sveltekit/src/lib/components/ui/select/SelectItem.svelte +0 -29
  369. package/templates/sveltekit/src/lib/components/ui/select/SelectLabel.svelte +0 -14
  370. package/templates/sveltekit/src/lib/components/ui/select/SelectSeparator.svelte +0 -9
  371. package/templates/sveltekit/src/lib/components/ui/select/SelectTrigger.svelte +0 -21
  372. package/templates/sveltekit/src/lib/components/ui/select/index.ts +0 -10
  373. package/templates/sveltekit/src/lib/components/ui/separator/Separator.svelte +0 -22
  374. package/templates/sveltekit/src/lib/components/ui/separator/index.ts +0 -1
  375. package/templates/sveltekit/src/lib/components/ui/sheet/SheetContent.svelte +0 -27
  376. package/templates/sveltekit/src/lib/components/ui/sheet/SheetDescription.svelte +0 -11
  377. package/templates/sveltekit/src/lib/components/ui/sheet/SheetFooter.svelte +0 -13
  378. package/templates/sveltekit/src/lib/components/ui/sheet/SheetHeader.svelte +0 -10
  379. package/templates/sveltekit/src/lib/components/ui/sheet/SheetOverlay.svelte +0 -15
  380. package/templates/sveltekit/src/lib/components/ui/sheet/SheetPortal.svelte +0 -28
  381. package/templates/sveltekit/src/lib/components/ui/sheet/SheetTitle.svelte +0 -14
  382. package/templates/sveltekit/src/lib/components/ui/sheet/index.ts +0 -102
  383. package/templates/sveltekit/src/lib/components/ui/skeleton/Skeleton.svelte +0 -8
  384. package/templates/sveltekit/src/lib/components/ui/skeleton/index.ts +0 -1
  385. package/templates/sveltekit/src/lib/components/ui/slider/Slider.svelte +0 -22
  386. package/templates/sveltekit/src/lib/components/ui/slider/index.ts +0 -1
  387. package/templates/sveltekit/src/lib/components/ui/switch/Switch.svelte +0 -32
  388. package/templates/sveltekit/src/lib/components/ui/switch/index.ts +0 -1
  389. package/templates/sveltekit/src/lib/components/ui/table/Table.svelte +0 -12
  390. package/templates/sveltekit/src/lib/components/ui/table/TableBody.svelte +0 -10
  391. package/templates/sveltekit/src/lib/components/ui/table/TableCaption.svelte +0 -10
  392. package/templates/sveltekit/src/lib/components/ui/table/TableCell.svelte +0 -10
  393. package/templates/sveltekit/src/lib/components/ui/table/TableFooter.svelte +0 -10
  394. package/templates/sveltekit/src/lib/components/ui/table/TableHead.svelte +0 -16
  395. package/templates/sveltekit/src/lib/components/ui/table/TableHeader.svelte +0 -10
  396. package/templates/sveltekit/src/lib/components/ui/table/TableRow.svelte +0 -16
  397. package/templates/sveltekit/src/lib/components/ui/table/index.ts +0 -8
  398. package/templates/sveltekit/src/lib/components/ui/tabs/TabsContent.svelte +0 -20
  399. package/templates/sveltekit/src/lib/components/ui/tabs/TabsList.svelte +0 -17
  400. package/templates/sveltekit/src/lib/components/ui/tabs/TabsTrigger.svelte +0 -20
  401. package/templates/sveltekit/src/lib/components/ui/tabs/index.ts +0 -7
  402. package/templates/sveltekit/src/lib/components/ui/textarea/Textarea.svelte +0 -30
  403. package/templates/sveltekit/src/lib/components/ui/textarea/index.ts +0 -1
  404. package/templates/sveltekit/src/lib/components/ui/toggle/Toggle.svelte +0 -44
  405. package/templates/sveltekit/src/lib/components/ui/toggle/index.ts +0 -1
  406. package/templates/sveltekit/src/lib/components/ui/tooltip/TooltipContent.svelte +0 -22
  407. package/templates/sveltekit/src/lib/components/ui/tooltip/index.ts +0 -6
  408. package/templates/sveltekit/src/lib/config/components.ts +0 -306
  409. package/templates/sveltekit/src/lib/config/docs.ts +0 -356
  410. package/templates/sveltekit/src/lib/config/site.ts +0 -15
  411. package/templates/sveltekit/src/lib/types/docs.ts +0 -50
  412. package/templates/sveltekit/src/lib/types/nav.ts +0 -18
  413. package/templates/sveltekit/src/lib/utils.ts +0 -75
  414. package/templates/sveltekit/src/routes/+layout.svelte +0 -48
  415. package/templates/sveltekit/src/routes/+layout.ts +0 -4
  416. package/templates/sveltekit/src/routes/+page.svelte +0 -0
  417. package/templates/sveltekit/src/routes/+page.ts +0 -6
  418. package/templates/sveltekit/src/routes/authentication/+page.svelte +0 -57
  419. package/templates/sveltekit/src/routes/authentication/+page.ts +0 -7
  420. package/templates/sveltekit/src/routes/authentication/UserAuthForm.svelte +0 -61
  421. package/templates/sveltekit/src/routes/cards/+page.svelte +0 -26
  422. package/templates/sveltekit/src/routes/cards/+page.ts +0 -7
  423. package/templates/sveltekit/src/routes/cards/CookieSettings.svelte +0 -52
  424. package/templates/sveltekit/src/routes/cards/CreateAccount.svelte +0 -52
  425. package/templates/sveltekit/src/routes/cards/DemoContainer.svelte +0 -10
  426. package/templates/sveltekit/src/routes/cards/Notifications.svelte +0 -38
  427. package/templates/sveltekit/src/routes/cards/PaymentMethod.svelte +0 -110
  428. package/templates/sveltekit/src/routes/cards/ReportAnIssue.svelte +0 -71
  429. package/templates/sveltekit/src/routes/cards/ShareDocument.svelte +0 -91
  430. package/templates/sveltekit/src/routes/dashboard/+page.svelte +0 -5
  431. package/templates/sveltekit/src/routes/dashboard/+page.ts +0 -7
  432. package/templates/sveltekit/src/routes/forms/+page.svelte +0 -0
  433. package/templates/sveltekit/src/routes/music/+page.svelte +0 -0
  434. package/templates/sveltekit/src/routes/music/albums.ts +0 -61
  435. package/templates/sveltekit/src/routes/music/playlists.ts +0 -16
  436. package/templates/sveltekit/src/routes/playground/+page.svelte +0 -0
  437. package/templates/sveltekit/src/routes/tasks/+page.svelte +0 -0
  438. package/templates/sveltekit/src/styles/globals.css +0 -125
  439. package/templates/sveltekit/src/styles/mdsvex.css +0 -80
  440. package/templates/sveltekit/src-tauri/Cargo.lock +0 -3835
  441. package/templates/sveltekit/src-tauri/Cargo.toml +0 -39
  442. package/templates/sveltekit/src-tauri/build.rs +0 -3
  443. package/templates/sveltekit/src-tauri/icons/128x128.png +0 -0
  444. package/templates/sveltekit/src-tauri/icons/128x128@2x.png +0 -0
  445. package/templates/sveltekit/src-tauri/icons/32x32.png +0 -0
  446. package/templates/sveltekit/src-tauri/icons/Square107x107Logo.png +0 -0
  447. package/templates/sveltekit/src-tauri/icons/Square142x142Logo.png +0 -0
  448. package/templates/sveltekit/src-tauri/icons/Square150x150Logo.png +0 -0
  449. package/templates/sveltekit/src-tauri/icons/Square284x284Logo.png +0 -0
  450. package/templates/sveltekit/src-tauri/icons/Square30x30Logo.png +0 -0
  451. package/templates/sveltekit/src-tauri/icons/Square310x310Logo.png +0 -0
  452. package/templates/sveltekit/src-tauri/icons/Square44x44Logo.png +0 -0
  453. package/templates/sveltekit/src-tauri/icons/Square71x71Logo.png +0 -0
  454. package/templates/sveltekit/src-tauri/icons/Square89x89Logo.png +0 -0
  455. package/templates/sveltekit/src-tauri/icons/StoreLogo.png +0 -0
  456. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  457. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  458. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  459. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  460. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  461. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  462. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  463. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  464. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  465. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  466. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  467. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  468. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  469. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  470. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  471. package/templates/sveltekit/src-tauri/icons/icon.icns +0 -0
  472. package/templates/sveltekit/src-tauri/icons/icon.ico +0 -0
  473. package/templates/sveltekit/src-tauri/icons/icon.png +0 -0
  474. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  475. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  476. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  477. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  478. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  479. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  480. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  481. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  482. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  483. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  484. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  485. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  486. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  487. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  488. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  489. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  490. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  491. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  492. package/templates/sveltekit/src-tauri/src/main.rs +0 -22
  493. package/templates/sveltekit/src-tauri/tauri.conf.json +0 -71
  494. package/templates/sveltekit/static/avatars/01.png +0 -0
  495. package/templates/sveltekit/static/avatars/02.png +0 -0
  496. package/templates/sveltekit/static/avatars/03.png +0 -0
  497. package/templates/sveltekit/static/avatars/04.png +0 -0
  498. package/templates/sveltekit/static/avatars/05.png +0 -0
  499. package/templates/sveltekit/static/favicon.ico +0 -0
  500. package/templates/sveltekit/svelte.config.js +0 -22
  501. package/templates/sveltekit/tailwind.config.js +0 -67
  502. package/templates/sveltekit/tsconfig.json +0 -13
  503. package/templates/sveltekit/vite.config.js +0 -12
  504. package/templates/vite/.github/workflows/release.yml +0 -108
  505. package/templates/vite/.vscode/extensions.json +0 -3
  506. package/templates/vite/README.md +0 -7
  507. package/templates/vite/app-icon.png +0 -0
  508. package/templates/vite/components.json +0 -16
  509. package/templates/vite/index.html +0 -16
  510. package/templates/vite/package.json +0 -83
  511. package/templates/vite/pnpm-lock.yaml +0 -5176
  512. package/templates/vite/postcss.config.js +0 -6
  513. package/templates/vite/prettier.config.cjs +0 -35
  514. package/templates/vite/public/avatars/01.png +0 -0
  515. package/templates/vite/public/avatars/02.png +0 -0
  516. package/templates/vite/public/avatars/03.png +0 -0
  517. package/templates/vite/public/avatars/04.png +0 -0
  518. package/templates/vite/public/avatars/05.png +0 -0
  519. package/templates/vite/src/App.tsx +0 -39
  520. package/templates/vite/src/assets/Inter-VariableFont_slnt,wght.ttf +0 -0
  521. package/templates/vite/src/components/about-dialog.tsx +0 -101
  522. package/templates/vite/src/components/icons.tsx +0 -154
  523. package/templates/vite/src/components/menu-mode-toggle.tsx +0 -47
  524. package/templates/vite/src/components/menu.tsx +0 -212
  525. package/templates/vite/src/components/tailwind-indicator.tsx +0 -18
  526. package/templates/vite/src/components/theme-provider.tsx +0 -9
  527. package/templates/vite/src/components/ui/accordion.tsx +0 -58
  528. package/templates/vite/src/components/ui/alert-dialog.tsx +0 -143
  529. package/templates/vite/src/components/ui/alert.tsx +0 -59
  530. package/templates/vite/src/components/ui/aspect-ratio.tsx +0 -5
  531. package/templates/vite/src/components/ui/avatar.tsx +0 -48
  532. package/templates/vite/src/components/ui/badge.tsx +0 -36
  533. package/templates/vite/src/components/ui/button.tsx +0 -56
  534. package/templates/vite/src/components/ui/calendar.tsx +0 -62
  535. package/templates/vite/src/components/ui/card.tsx +0 -79
  536. package/templates/vite/src/components/ui/checkbox.tsx +0 -28
  537. package/templates/vite/src/components/ui/collapsible.tsx +0 -9
  538. package/templates/vite/src/components/ui/command.tsx +0 -153
  539. package/templates/vite/src/components/ui/context-menu.tsx +0 -198
  540. package/templates/vite/src/components/ui/dialog.tsx +0 -121
  541. package/templates/vite/src/components/ui/dropdown-menu.tsx +0 -198
  542. package/templates/vite/src/components/ui/form.tsx +0 -176
  543. package/templates/vite/src/components/ui/hover-card.tsx +0 -27
  544. package/templates/vite/src/components/ui/input.tsx +0 -25
  545. package/templates/vite/src/components/ui/label.tsx +0 -24
  546. package/templates/vite/src/components/ui/menubar.tsx +0 -234
  547. package/templates/vite/src/components/ui/navigation-menu.tsx +0 -128
  548. package/templates/vite/src/components/ui/popover.tsx +0 -29
  549. package/templates/vite/src/components/ui/progress.tsx +0 -26
  550. package/templates/vite/src/components/ui/radio-group.tsx +0 -42
  551. package/templates/vite/src/components/ui/scroll-area.tsx +0 -46
  552. package/templates/vite/src/components/ui/select.tsx +0 -119
  553. package/templates/vite/src/components/ui/separator.tsx +0 -29
  554. package/templates/vite/src/components/ui/sheet.tsx +0 -142
  555. package/templates/vite/src/components/ui/skeleton.tsx +0 -15
  556. package/templates/vite/src/components/ui/slider.tsx +0 -26
  557. package/templates/vite/src/components/ui/switch.tsx +0 -27
  558. package/templates/vite/src/components/ui/table.tsx +0 -114
  559. package/templates/vite/src/components/ui/tabs.tsx +0 -53
  560. package/templates/vite/src/components/ui/textarea.tsx +0 -24
  561. package/templates/vite/src/components/ui/toast.tsx +0 -127
  562. package/templates/vite/src/components/ui/toaster.tsx +0 -33
  563. package/templates/vite/src/components/ui/toggle.tsx +0 -43
  564. package/templates/vite/src/components/ui/tooltip.tsx +0 -28
  565. package/templates/vite/src/components/ui/use-toast.ts +0 -192
  566. package/templates/vite/src/dashboard/components/date-range-picker.tsx +0 -65
  567. package/templates/vite/src/dashboard/components/main-nav.tsx +0 -38
  568. package/templates/vite/src/dashboard/components/overview.tsx +0 -78
  569. package/templates/vite/src/dashboard/components/recent-sales.tsx +0 -71
  570. package/templates/vite/src/dashboard/components/search.tsx +0 -13
  571. package/templates/vite/src/dashboard/components/team-switcher.tsx +0 -213
  572. package/templates/vite/src/dashboard/components/user-nav.tsx +0 -62
  573. package/templates/vite/src/dashboard/page.tsx +0 -191
  574. package/templates/vite/src/lib/utils.ts +0 -19
  575. package/templates/vite/src/main.tsx +0 -10
  576. package/templates/vite/src/styles/globals.css +0 -88
  577. package/templates/vite/src/vite-env.d.ts +0 -1
  578. package/templates/vite/src-tauri/Cargo.lock +0 -3835
  579. package/templates/vite/src-tauri/Cargo.toml +0 -39
  580. package/templates/vite/src-tauri/build.rs +0 -3
  581. package/templates/vite/src-tauri/icons/128x128.png +0 -0
  582. package/templates/vite/src-tauri/icons/128x128@2x.png +0 -0
  583. package/templates/vite/src-tauri/icons/32x32.png +0 -0
  584. package/templates/vite/src-tauri/icons/Square107x107Logo.png +0 -0
  585. package/templates/vite/src-tauri/icons/Square142x142Logo.png +0 -0
  586. package/templates/vite/src-tauri/icons/Square150x150Logo.png +0 -0
  587. package/templates/vite/src-tauri/icons/Square284x284Logo.png +0 -0
  588. package/templates/vite/src-tauri/icons/Square30x30Logo.png +0 -0
  589. package/templates/vite/src-tauri/icons/Square310x310Logo.png +0 -0
  590. package/templates/vite/src-tauri/icons/Square44x44Logo.png +0 -0
  591. package/templates/vite/src-tauri/icons/Square71x71Logo.png +0 -0
  592. package/templates/vite/src-tauri/icons/Square89x89Logo.png +0 -0
  593. package/templates/vite/src-tauri/icons/StoreLogo.png +0 -0
  594. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  595. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  596. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  597. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  598. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  599. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  600. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  601. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  602. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  603. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  604. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  605. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  606. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  607. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  608. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  609. package/templates/vite/src-tauri/icons/icon.icns +0 -0
  610. package/templates/vite/src-tauri/icons/icon.ico +0 -0
  611. package/templates/vite/src-tauri/icons/icon.png +0 -0
  612. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  613. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  614. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  615. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  616. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  617. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  618. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  619. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  620. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  621. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  622. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  623. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  624. package/templates/vite/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  625. package/templates/vite/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  626. package/templates/vite/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  627. package/templates/vite/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  628. package/templates/vite/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  629. package/templates/vite/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  630. package/templates/vite/src-tauri/src/main.rs +0 -22
  631. package/templates/vite/src-tauri/tauri.conf.json +0 -71
  632. package/templates/vite/tailwind.config.js +0 -78
  633. package/templates/vite/tsconfig.json +0 -26
  634. package/templates/vite/tsconfig.node.json +0 -9
  635. package/templates/vite/vite.config.ts +0 -33
  636. /package/{templates/.shared → assets}/app-icon.png +0 -0
@@ -1,3835 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 3
4
-
5
- [[package]]
6
- name = "addr2line"
7
- version = "0.20.0"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10
- dependencies = [
11
- "gimli",
12
- ]
13
-
14
- [[package]]
15
- name = "adler"
16
- version = "1.0.2"
17
- source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
-
20
- [[package]]
21
- name = "aho-corasick"
22
- version = "1.0.2"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
25
- dependencies = [
26
- "memchr",
27
- ]
28
-
29
- [[package]]
30
- name = "alloc-no-stdlib"
31
- version = "2.0.4"
32
- source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
34
-
35
- [[package]]
36
- name = "alloc-stdlib"
37
- version = "0.2.2"
38
- source = "registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
40
- dependencies = [
41
- "alloc-no-stdlib",
42
- ]
43
-
44
- [[package]]
45
- name = "android-tzdata"
46
- version = "0.1.1"
47
- source = "registry+https://github.com/rust-lang/crates.io-index"
48
- checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
49
-
50
- [[package]]
51
- name = "android_system_properties"
52
- version = "0.1.5"
53
- source = "registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
55
- dependencies = [
56
- "libc",
57
- ]
58
-
59
- [[package]]
60
- name = "anyhow"
61
- version = "1.0.72"
62
- source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
64
-
65
- [[package]]
66
- name = "atk"
67
- version = "0.16.0"
68
- source = "registry+https://github.com/rust-lang/crates.io-index"
69
- checksum = "39991bc421ddf72f70159011b323ff49b0f783cc676a7287c59453da2e2531cf"
70
- dependencies = [
71
- "atk-sys",
72
- "bitflags 1.3.2",
73
- "glib",
74
- "libc",
75
- ]
76
-
77
- [[package]]
78
- name = "atk-sys"
79
- version = "0.16.0"
80
- source = "registry+https://github.com/rust-lang/crates.io-index"
81
- checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
82
- dependencies = [
83
- "glib-sys",
84
- "gobject-sys",
85
- "libc",
86
- "system-deps",
87
- ]
88
-
89
- [[package]]
90
- name = "autocfg"
91
- version = "1.1.0"
92
- source = "registry+https://github.com/rust-lang/crates.io-index"
93
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
94
-
95
- [[package]]
96
- name = "backtrace"
97
- version = "0.3.68"
98
- source = "registry+https://github.com/rust-lang/crates.io-index"
99
- checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
100
- dependencies = [
101
- "addr2line",
102
- "cc",
103
- "cfg-if",
104
- "libc",
105
- "miniz_oxide",
106
- "object",
107
- "rustc-demangle",
108
- ]
109
-
110
- [[package]]
111
- name = "base64"
112
- version = "0.13.1"
113
- source = "registry+https://github.com/rust-lang/crates.io-index"
114
- checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
115
-
116
- [[package]]
117
- name = "base64"
118
- version = "0.21.2"
119
- source = "registry+https://github.com/rust-lang/crates.io-index"
120
- checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
121
-
122
- [[package]]
123
- name = "bitflags"
124
- version = "1.3.2"
125
- source = "registry+https://github.com/rust-lang/crates.io-index"
126
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
127
-
128
- [[package]]
129
- name = "bitflags"
130
- version = "2.3.3"
131
- source = "registry+https://github.com/rust-lang/crates.io-index"
132
- checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
133
-
134
- [[package]]
135
- name = "block"
136
- version = "0.1.6"
137
- source = "registry+https://github.com/rust-lang/crates.io-index"
138
- checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
139
-
140
- [[package]]
141
- name = "block-buffer"
142
- version = "0.10.4"
143
- source = "registry+https://github.com/rust-lang/crates.io-index"
144
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
145
- dependencies = [
146
- "generic-array",
147
- ]
148
-
149
- [[package]]
150
- name = "brotli"
151
- version = "3.3.4"
152
- source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
154
- dependencies = [
155
- "alloc-no-stdlib",
156
- "alloc-stdlib",
157
- "brotli-decompressor",
158
- ]
159
-
160
- [[package]]
161
- name = "brotli-decompressor"
162
- version = "2.3.4"
163
- source = "registry+https://github.com/rust-lang/crates.io-index"
164
- checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
165
- dependencies = [
166
- "alloc-no-stdlib",
167
- "alloc-stdlib",
168
- ]
169
-
170
- [[package]]
171
- name = "bumpalo"
172
- version = "3.13.0"
173
- source = "registry+https://github.com/rust-lang/crates.io-index"
174
- checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
175
-
176
- [[package]]
177
- name = "bytemuck"
178
- version = "1.13.1"
179
- source = "registry+https://github.com/rust-lang/crates.io-index"
180
- checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
181
-
182
- [[package]]
183
- name = "byteorder"
184
- version = "1.4.3"
185
- source = "registry+https://github.com/rust-lang/crates.io-index"
186
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
187
-
188
- [[package]]
189
- name = "bytes"
190
- version = "1.4.0"
191
- source = "registry+https://github.com/rust-lang/crates.io-index"
192
- checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
193
- dependencies = [
194
- "serde",
195
- ]
196
-
197
- [[package]]
198
- name = "cairo-rs"
199
- version = "0.16.7"
200
- source = "registry+https://github.com/rust-lang/crates.io-index"
201
- checksum = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d"
202
- dependencies = [
203
- "bitflags 1.3.2",
204
- "cairo-sys-rs",
205
- "glib",
206
- "libc",
207
- "once_cell",
208
- "thiserror",
209
- ]
210
-
211
- [[package]]
212
- name = "cairo-sys-rs"
213
- version = "0.16.3"
214
- source = "registry+https://github.com/rust-lang/crates.io-index"
215
- checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
216
- dependencies = [
217
- "glib-sys",
218
- "libc",
219
- "system-deps",
220
- ]
221
-
222
- [[package]]
223
- name = "cargo_toml"
224
- version = "0.15.3"
225
- source = "registry+https://github.com/rust-lang/crates.io-index"
226
- checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838"
227
- dependencies = [
228
- "serde",
229
- "toml",
230
- ]
231
-
232
- [[package]]
233
- name = "cc"
234
- version = "1.0.81"
235
- source = "registry+https://github.com/rust-lang/crates.io-index"
236
- checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
237
- dependencies = [
238
- "libc",
239
- ]
240
-
241
- [[package]]
242
- name = "cesu8"
243
- version = "1.1.0"
244
- source = "registry+https://github.com/rust-lang/crates.io-index"
245
- checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
246
-
247
- [[package]]
248
- name = "cfb"
249
- version = "0.7.3"
250
- source = "registry+https://github.com/rust-lang/crates.io-index"
251
- checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
252
- dependencies = [
253
- "byteorder",
254
- "fnv",
255
- "uuid",
256
- ]
257
-
258
- [[package]]
259
- name = "cfg-expr"
260
- version = "0.15.4"
261
- source = "registry+https://github.com/rust-lang/crates.io-index"
262
- checksum = "b40ccee03b5175c18cde8f37e7d2a33bcef6f8ec8f7cc0d81090d1bb380949c9"
263
- dependencies = [
264
- "smallvec",
265
- "target-lexicon",
266
- ]
267
-
268
- [[package]]
269
- name = "cfg-if"
270
- version = "1.0.0"
271
- source = "registry+https://github.com/rust-lang/crates.io-index"
272
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
273
-
274
- [[package]]
275
- name = "chrono"
276
- version = "0.4.26"
277
- source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
279
- dependencies = [
280
- "android-tzdata",
281
- "iana-time-zone",
282
- "num-traits",
283
- "serde",
284
- "winapi",
285
- ]
286
-
287
- [[package]]
288
- name = "cocoa"
289
- version = "0.24.1"
290
- source = "registry+https://github.com/rust-lang/crates.io-index"
291
- checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
292
- dependencies = [
293
- "bitflags 1.3.2",
294
- "block",
295
- "cocoa-foundation",
296
- "core-foundation",
297
- "core-graphics",
298
- "foreign-types",
299
- "libc",
300
- "objc",
301
- ]
302
-
303
- [[package]]
304
- name = "cocoa-foundation"
305
- version = "0.1.1"
306
- source = "registry+https://github.com/rust-lang/crates.io-index"
307
- checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
308
- dependencies = [
309
- "bitflags 1.3.2",
310
- "block",
311
- "core-foundation",
312
- "core-graphics-types",
313
- "foreign-types",
314
- "libc",
315
- "objc",
316
- ]
317
-
318
- [[package]]
319
- name = "color_quant"
320
- version = "1.1.0"
321
- source = "registry+https://github.com/rust-lang/crates.io-index"
322
- checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
323
-
324
- [[package]]
325
- name = "combine"
326
- version = "4.6.6"
327
- source = "registry+https://github.com/rust-lang/crates.io-index"
328
- checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
329
- dependencies = [
330
- "bytes",
331
- "memchr",
332
- ]
333
-
334
- [[package]]
335
- name = "convert_case"
336
- version = "0.4.0"
337
- source = "registry+https://github.com/rust-lang/crates.io-index"
338
- checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
339
-
340
- [[package]]
341
- name = "core-foundation"
342
- version = "0.9.3"
343
- source = "registry+https://github.com/rust-lang/crates.io-index"
344
- checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
345
- dependencies = [
346
- "core-foundation-sys",
347
- "libc",
348
- ]
349
-
350
- [[package]]
351
- name = "core-foundation-sys"
352
- version = "0.8.4"
353
- source = "registry+https://github.com/rust-lang/crates.io-index"
354
- checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
355
-
356
- [[package]]
357
- name = "core-graphics"
358
- version = "0.22.3"
359
- source = "registry+https://github.com/rust-lang/crates.io-index"
360
- checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
361
- dependencies = [
362
- "bitflags 1.3.2",
363
- "core-foundation",
364
- "core-graphics-types",
365
- "foreign-types",
366
- "libc",
367
- ]
368
-
369
- [[package]]
370
- name = "core-graphics-types"
371
- version = "0.1.2"
372
- source = "registry+https://github.com/rust-lang/crates.io-index"
373
- checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
374
- dependencies = [
375
- "bitflags 1.3.2",
376
- "core-foundation",
377
- "libc",
378
- ]
379
-
380
- [[package]]
381
- name = "cpufeatures"
382
- version = "0.2.9"
383
- source = "registry+https://github.com/rust-lang/crates.io-index"
384
- checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
385
- dependencies = [
386
- "libc",
387
- ]
388
-
389
- [[package]]
390
- name = "crc32fast"
391
- version = "1.3.2"
392
- source = "registry+https://github.com/rust-lang/crates.io-index"
393
- checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
394
- dependencies = [
395
- "cfg-if",
396
- ]
397
-
398
- [[package]]
399
- name = "crossbeam-channel"
400
- version = "0.5.8"
401
- source = "registry+https://github.com/rust-lang/crates.io-index"
402
- checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
403
- dependencies = [
404
- "cfg-if",
405
- "crossbeam-utils",
406
- ]
407
-
408
- [[package]]
409
- name = "crossbeam-utils"
410
- version = "0.8.16"
411
- source = "registry+https://github.com/rust-lang/crates.io-index"
412
- checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
413
- dependencies = [
414
- "cfg-if",
415
- ]
416
-
417
- [[package]]
418
- name = "crypto-common"
419
- version = "0.1.6"
420
- source = "registry+https://github.com/rust-lang/crates.io-index"
421
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
422
- dependencies = [
423
- "generic-array",
424
- "typenum",
425
- ]
426
-
427
- [[package]]
428
- name = "cssparser"
429
- version = "0.27.2"
430
- source = "registry+https://github.com/rust-lang/crates.io-index"
431
- checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
432
- dependencies = [
433
- "cssparser-macros",
434
- "dtoa-short",
435
- "itoa 0.4.8",
436
- "matches",
437
- "phf 0.8.0",
438
- "proc-macro2",
439
- "quote",
440
- "smallvec",
441
- "syn 1.0.109",
442
- ]
443
-
444
- [[package]]
445
- name = "cssparser-macros"
446
- version = "0.6.1"
447
- source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
449
- dependencies = [
450
- "quote",
451
- "syn 2.0.28",
452
- ]
453
-
454
- [[package]]
455
- name = "ctor"
456
- version = "0.1.26"
457
- source = "registry+https://github.com/rust-lang/crates.io-index"
458
- checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
459
- dependencies = [
460
- "quote",
461
- "syn 1.0.109",
462
- ]
463
-
464
- [[package]]
465
- name = "darling"
466
- version = "0.20.3"
467
- source = "registry+https://github.com/rust-lang/crates.io-index"
468
- checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
469
- dependencies = [
470
- "darling_core",
471
- "darling_macro",
472
- ]
473
-
474
- [[package]]
475
- name = "darling_core"
476
- version = "0.20.3"
477
- source = "registry+https://github.com/rust-lang/crates.io-index"
478
- checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
479
- dependencies = [
480
- "fnv",
481
- "ident_case",
482
- "proc-macro2",
483
- "quote",
484
- "strsim",
485
- "syn 2.0.28",
486
- ]
487
-
488
- [[package]]
489
- name = "darling_macro"
490
- version = "0.20.3"
491
- source = "registry+https://github.com/rust-lang/crates.io-index"
492
- checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
493
- dependencies = [
494
- "darling_core",
495
- "quote",
496
- "syn 2.0.28",
497
- ]
498
-
499
- [[package]]
500
- name = "deranged"
501
- version = "0.3.7"
502
- source = "registry+https://github.com/rust-lang/crates.io-index"
503
- checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
504
- dependencies = [
505
- "serde",
506
- ]
507
-
508
- [[package]]
509
- name = "derive_more"
510
- version = "0.99.17"
511
- source = "registry+https://github.com/rust-lang/crates.io-index"
512
- checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
513
- dependencies = [
514
- "convert_case",
515
- "proc-macro2",
516
- "quote",
517
- "rustc_version",
518
- "syn 1.0.109",
519
- ]
520
-
521
- [[package]]
522
- name = "digest"
523
- version = "0.10.7"
524
- source = "registry+https://github.com/rust-lang/crates.io-index"
525
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
526
- dependencies = [
527
- "block-buffer",
528
- "crypto-common",
529
- ]
530
-
531
- [[package]]
532
- name = "dirs-next"
533
- version = "2.0.0"
534
- source = "registry+https://github.com/rust-lang/crates.io-index"
535
- checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
536
- dependencies = [
537
- "cfg-if",
538
- "dirs-sys-next",
539
- ]
540
-
541
- [[package]]
542
- name = "dirs-sys-next"
543
- version = "0.1.2"
544
- source = "registry+https://github.com/rust-lang/crates.io-index"
545
- checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
546
- dependencies = [
547
- "libc",
548
- "redox_users",
549
- "winapi",
550
- ]
551
-
552
- [[package]]
553
- name = "dispatch"
554
- version = "0.2.0"
555
- source = "registry+https://github.com/rust-lang/crates.io-index"
556
- checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
557
-
558
- [[package]]
559
- name = "dtoa"
560
- version = "1.0.9"
561
- source = "registry+https://github.com/rust-lang/crates.io-index"
562
- checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
563
-
564
- [[package]]
565
- name = "dtoa-short"
566
- version = "0.3.4"
567
- source = "registry+https://github.com/rust-lang/crates.io-index"
568
- checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
569
- dependencies = [
570
- "dtoa",
571
- ]
572
-
573
- [[package]]
574
- name = "dunce"
575
- version = "1.0.4"
576
- source = "registry+https://github.com/rust-lang/crates.io-index"
577
- checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
578
-
579
- [[package]]
580
- name = "embed-resource"
581
- version = "2.2.0"
582
- source = "registry+https://github.com/rust-lang/crates.io-index"
583
- checksum = "f7f1e82a60222fc67bfd50d752a9c89da5cce4c39ed39decc84a443b07bbd69a"
584
- dependencies = [
585
- "cc",
586
- "rustc_version",
587
- "toml",
588
- "vswhom",
589
- "winreg 0.11.0",
590
- ]
591
-
592
- [[package]]
593
- name = "embed_plist"
594
- version = "1.2.2"
595
- source = "registry+https://github.com/rust-lang/crates.io-index"
596
- checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
597
-
598
- [[package]]
599
- name = "encoding_rs"
600
- version = "0.8.32"
601
- source = "registry+https://github.com/rust-lang/crates.io-index"
602
- checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
603
- dependencies = [
604
- "cfg-if",
605
- ]
606
-
607
- [[package]]
608
- name = "equivalent"
609
- version = "1.0.1"
610
- source = "registry+https://github.com/rust-lang/crates.io-index"
611
- checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
612
-
613
- [[package]]
614
- name = "errno"
615
- version = "0.3.2"
616
- source = "registry+https://github.com/rust-lang/crates.io-index"
617
- checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
618
- dependencies = [
619
- "errno-dragonfly",
620
- "libc",
621
- "windows-sys 0.48.0",
622
- ]
623
-
624
- [[package]]
625
- name = "errno-dragonfly"
626
- version = "0.1.2"
627
- source = "registry+https://github.com/rust-lang/crates.io-index"
628
- checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
629
- dependencies = [
630
- "cc",
631
- "libc",
632
- ]
633
-
634
- [[package]]
635
- name = "fastrand"
636
- version = "2.0.0"
637
- source = "registry+https://github.com/rust-lang/crates.io-index"
638
- checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
639
-
640
- [[package]]
641
- name = "fdeflate"
642
- version = "0.3.0"
643
- source = "registry+https://github.com/rust-lang/crates.io-index"
644
- checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
645
- dependencies = [
646
- "simd-adler32",
647
- ]
648
-
649
- [[package]]
650
- name = "field-offset"
651
- version = "0.3.6"
652
- source = "registry+https://github.com/rust-lang/crates.io-index"
653
- checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
654
- dependencies = [
655
- "memoffset",
656
- "rustc_version",
657
- ]
658
-
659
- [[package]]
660
- name = "flate2"
661
- version = "1.0.26"
662
- source = "registry+https://github.com/rust-lang/crates.io-index"
663
- checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
664
- dependencies = [
665
- "crc32fast",
666
- "miniz_oxide",
667
- ]
668
-
669
- [[package]]
670
- name = "fnv"
671
- version = "1.0.7"
672
- source = "registry+https://github.com/rust-lang/crates.io-index"
673
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
674
-
675
- [[package]]
676
- name = "foreign-types"
677
- version = "0.3.2"
678
- source = "registry+https://github.com/rust-lang/crates.io-index"
679
- checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
680
- dependencies = [
681
- "foreign-types-shared",
682
- ]
683
-
684
- [[package]]
685
- name = "foreign-types-shared"
686
- version = "0.1.1"
687
- source = "registry+https://github.com/rust-lang/crates.io-index"
688
- checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
689
-
690
- [[package]]
691
- name = "form_urlencoded"
692
- version = "1.2.0"
693
- source = "registry+https://github.com/rust-lang/crates.io-index"
694
- checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
695
- dependencies = [
696
- "percent-encoding",
697
- ]
698
-
699
- [[package]]
700
- name = "futf"
701
- version = "0.1.5"
702
- source = "registry+https://github.com/rust-lang/crates.io-index"
703
- checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
704
- dependencies = [
705
- "mac",
706
- "new_debug_unreachable",
707
- ]
708
-
709
- [[package]]
710
- name = "futures-channel"
711
- version = "0.3.28"
712
- source = "registry+https://github.com/rust-lang/crates.io-index"
713
- checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
714
- dependencies = [
715
- "futures-core",
716
- ]
717
-
718
- [[package]]
719
- name = "futures-core"
720
- version = "0.3.28"
721
- source = "registry+https://github.com/rust-lang/crates.io-index"
722
- checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
723
-
724
- [[package]]
725
- name = "futures-executor"
726
- version = "0.3.28"
727
- source = "registry+https://github.com/rust-lang/crates.io-index"
728
- checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
729
- dependencies = [
730
- "futures-core",
731
- "futures-task",
732
- "futures-util",
733
- ]
734
-
735
- [[package]]
736
- name = "futures-io"
737
- version = "0.3.28"
738
- source = "registry+https://github.com/rust-lang/crates.io-index"
739
- checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
740
-
741
- [[package]]
742
- name = "futures-macro"
743
- version = "0.3.28"
744
- source = "registry+https://github.com/rust-lang/crates.io-index"
745
- checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
746
- dependencies = [
747
- "proc-macro2",
748
- "quote",
749
- "syn 2.0.28",
750
- ]
751
-
752
- [[package]]
753
- name = "futures-sink"
754
- version = "0.3.28"
755
- source = "registry+https://github.com/rust-lang/crates.io-index"
756
- checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
757
-
758
- [[package]]
759
- name = "futures-task"
760
- version = "0.3.28"
761
- source = "registry+https://github.com/rust-lang/crates.io-index"
762
- checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
763
-
764
- [[package]]
765
- name = "futures-util"
766
- version = "0.3.28"
767
- source = "registry+https://github.com/rust-lang/crates.io-index"
768
- checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
769
- dependencies = [
770
- "futures-core",
771
- "futures-io",
772
- "futures-macro",
773
- "futures-sink",
774
- "futures-task",
775
- "memchr",
776
- "pin-project-lite",
777
- "pin-utils",
778
- "slab",
779
- ]
780
-
781
- [[package]]
782
- name = "fxhash"
783
- version = "0.2.1"
784
- source = "registry+https://github.com/rust-lang/crates.io-index"
785
- checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
786
- dependencies = [
787
- "byteorder",
788
- ]
789
-
790
- [[package]]
791
- name = "gdk"
792
- version = "0.16.2"
793
- source = "registry+https://github.com/rust-lang/crates.io-index"
794
- checksum = "aa9cb33da481c6c040404a11f8212d193889e9b435db2c14fd86987f630d3ce1"
795
- dependencies = [
796
- "bitflags 1.3.2",
797
- "cairo-rs",
798
- "gdk-pixbuf",
799
- "gdk-sys",
800
- "gio",
801
- "glib",
802
- "libc",
803
- "pango",
804
- ]
805
-
806
- [[package]]
807
- name = "gdk-pixbuf"
808
- version = "0.16.7"
809
- source = "registry+https://github.com/rust-lang/crates.io-index"
810
- checksum = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05"
811
- dependencies = [
812
- "bitflags 1.3.2",
813
- "gdk-pixbuf-sys",
814
- "gio",
815
- "glib",
816
- "libc",
817
- ]
818
-
819
- [[package]]
820
- name = "gdk-pixbuf-sys"
821
- version = "0.16.3"
822
- source = "registry+https://github.com/rust-lang/crates.io-index"
823
- checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
824
- dependencies = [
825
- "gio-sys",
826
- "glib-sys",
827
- "gobject-sys",
828
- "libc",
829
- "system-deps",
830
- ]
831
-
832
- [[package]]
833
- name = "gdk-sys"
834
- version = "0.16.0"
835
- source = "registry+https://github.com/rust-lang/crates.io-index"
836
- checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
837
- dependencies = [
838
- "cairo-sys-rs",
839
- "gdk-pixbuf-sys",
840
- "gio-sys",
841
- "glib-sys",
842
- "gobject-sys",
843
- "libc",
844
- "pango-sys",
845
- "pkg-config",
846
- "system-deps",
847
- ]
848
-
849
- [[package]]
850
- name = "gdkwayland-sys"
851
- version = "0.16.0"
852
- source = "registry+https://github.com/rust-lang/crates.io-index"
853
- checksum = "4511710212ed3020b61a8622a37aa6f0dd2a84516575da92e9b96928dcbe83ba"
854
- dependencies = [
855
- "gdk-sys",
856
- "glib-sys",
857
- "gobject-sys",
858
- "libc",
859
- "pkg-config",
860
- "system-deps",
861
- ]
862
-
863
- [[package]]
864
- name = "gdkx11-sys"
865
- version = "0.16.0"
866
- source = "registry+https://github.com/rust-lang/crates.io-index"
867
- checksum = "9fa2bf8b5b8c414bc5d05e48b271896d0fd3ddb57464a3108438082da61de6af"
868
- dependencies = [
869
- "gdk-sys",
870
- "glib-sys",
871
- "libc",
872
- "system-deps",
873
- "x11",
874
- ]
875
-
876
- [[package]]
877
- name = "generator"
878
- version = "0.7.5"
879
- source = "registry+https://github.com/rust-lang/crates.io-index"
880
- checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
881
- dependencies = [
882
- "cc",
883
- "libc",
884
- "log",
885
- "rustversion",
886
- "windows 0.48.0",
887
- ]
888
-
889
- [[package]]
890
- name = "generic-array"
891
- version = "0.14.7"
892
- source = "registry+https://github.com/rust-lang/crates.io-index"
893
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
894
- dependencies = [
895
- "typenum",
896
- "version_check",
897
- ]
898
-
899
- [[package]]
900
- name = "getrandom"
901
- version = "0.1.16"
902
- source = "registry+https://github.com/rust-lang/crates.io-index"
903
- checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
904
- dependencies = [
905
- "cfg-if",
906
- "libc",
907
- "wasi 0.9.0+wasi-snapshot-preview1",
908
- ]
909
-
910
- [[package]]
911
- name = "getrandom"
912
- version = "0.2.10"
913
- source = "registry+https://github.com/rust-lang/crates.io-index"
914
- checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
915
- dependencies = [
916
- "cfg-if",
917
- "libc",
918
- "wasi 0.11.0+wasi-snapshot-preview1",
919
- ]
920
-
921
- [[package]]
922
- name = "gimli"
923
- version = "0.27.3"
924
- source = "registry+https://github.com/rust-lang/crates.io-index"
925
- checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
926
-
927
- [[package]]
928
- name = "gio"
929
- version = "0.16.7"
930
- source = "registry+https://github.com/rust-lang/crates.io-index"
931
- checksum = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092"
932
- dependencies = [
933
- "bitflags 1.3.2",
934
- "futures-channel",
935
- "futures-core",
936
- "futures-io",
937
- "futures-util",
938
- "gio-sys",
939
- "glib",
940
- "libc",
941
- "once_cell",
942
- "pin-project-lite",
943
- "smallvec",
944
- "thiserror",
945
- ]
946
-
947
- [[package]]
948
- name = "gio-sys"
949
- version = "0.16.3"
950
- source = "registry+https://github.com/rust-lang/crates.io-index"
951
- checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
952
- dependencies = [
953
- "glib-sys",
954
- "gobject-sys",
955
- "libc",
956
- "system-deps",
957
- "winapi",
958
- ]
959
-
960
- [[package]]
961
- name = "glib"
962
- version = "0.16.9"
963
- source = "registry+https://github.com/rust-lang/crates.io-index"
964
- checksum = "16aa2475c9debed5a32832cb5ff2af5a3f9e1ab9e69df58eaadc1ab2004d6eba"
965
- dependencies = [
966
- "bitflags 1.3.2",
967
- "futures-channel",
968
- "futures-core",
969
- "futures-executor",
970
- "futures-task",
971
- "futures-util",
972
- "gio-sys",
973
- "glib-macros",
974
- "glib-sys",
975
- "gobject-sys",
976
- "libc",
977
- "once_cell",
978
- "smallvec",
979
- "thiserror",
980
- ]
981
-
982
- [[package]]
983
- name = "glib-macros"
984
- version = "0.16.8"
985
- source = "registry+https://github.com/rust-lang/crates.io-index"
986
- checksum = "fb1a9325847aa46f1e96ffea37611b9d51fc4827e67f79e7de502a297560a67b"
987
- dependencies = [
988
- "anyhow",
989
- "heck",
990
- "proc-macro-crate",
991
- "proc-macro-error",
992
- "proc-macro2",
993
- "quote",
994
- "syn 1.0.109",
995
- ]
996
-
997
- [[package]]
998
- name = "glib-sys"
999
- version = "0.16.3"
1000
- source = "registry+https://github.com/rust-lang/crates.io-index"
1001
- checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
1002
- dependencies = [
1003
- "libc",
1004
- "system-deps",
1005
- ]
1006
-
1007
- [[package]]
1008
- name = "glob"
1009
- version = "0.3.1"
1010
- source = "registry+https://github.com/rust-lang/crates.io-index"
1011
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1012
-
1013
- [[package]]
1014
- name = "gobject-sys"
1015
- version = "0.16.3"
1016
- source = "registry+https://github.com/rust-lang/crates.io-index"
1017
- checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
1018
- dependencies = [
1019
- "glib-sys",
1020
- "libc",
1021
- "system-deps",
1022
- ]
1023
-
1024
- [[package]]
1025
- name = "gtk"
1026
- version = "0.16.2"
1027
- source = "registry+https://github.com/rust-lang/crates.io-index"
1028
- checksum = "e4d3507d43908c866c805f74c9dd593c0ce7ba5c38e576e41846639cdcd4bee6"
1029
- dependencies = [
1030
- "atk",
1031
- "bitflags 1.3.2",
1032
- "cairo-rs",
1033
- "field-offset",
1034
- "futures-channel",
1035
- "gdk",
1036
- "gdk-pixbuf",
1037
- "gio",
1038
- "glib",
1039
- "gtk-sys",
1040
- "gtk3-macros",
1041
- "libc",
1042
- "once_cell",
1043
- "pango",
1044
- "pkg-config",
1045
- ]
1046
-
1047
- [[package]]
1048
- name = "gtk-sys"
1049
- version = "0.16.0"
1050
- source = "registry+https://github.com/rust-lang/crates.io-index"
1051
- checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
1052
- dependencies = [
1053
- "atk-sys",
1054
- "cairo-sys-rs",
1055
- "gdk-pixbuf-sys",
1056
- "gdk-sys",
1057
- "gio-sys",
1058
- "glib-sys",
1059
- "gobject-sys",
1060
- "libc",
1061
- "pango-sys",
1062
- "system-deps",
1063
- ]
1064
-
1065
- [[package]]
1066
- name = "gtk3-macros"
1067
- version = "0.16.3"
1068
- source = "registry+https://github.com/rust-lang/crates.io-index"
1069
- checksum = "096eb63c6fedf03bafe65e5924595785eaf1bcb7200dac0f2cbe9c9738f05ad8"
1070
- dependencies = [
1071
- "anyhow",
1072
- "proc-macro-crate",
1073
- "proc-macro-error",
1074
- "proc-macro2",
1075
- "quote",
1076
- "syn 1.0.109",
1077
- ]
1078
-
1079
- [[package]]
1080
- name = "h2"
1081
- version = "0.3.20"
1082
- source = "registry+https://github.com/rust-lang/crates.io-index"
1083
- checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
1084
- dependencies = [
1085
- "bytes",
1086
- "fnv",
1087
- "futures-core",
1088
- "futures-sink",
1089
- "futures-util",
1090
- "http",
1091
- "indexmap 1.9.3",
1092
- "slab",
1093
- "tokio",
1094
- "tokio-util",
1095
- "tracing",
1096
- ]
1097
-
1098
- [[package]]
1099
- name = "hashbrown"
1100
- version = "0.12.3"
1101
- source = "registry+https://github.com/rust-lang/crates.io-index"
1102
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1103
-
1104
- [[package]]
1105
- name = "hashbrown"
1106
- version = "0.14.0"
1107
- source = "registry+https://github.com/rust-lang/crates.io-index"
1108
- checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1109
-
1110
- [[package]]
1111
- name = "heck"
1112
- version = "0.4.1"
1113
- source = "registry+https://github.com/rust-lang/crates.io-index"
1114
- checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1115
-
1116
- [[package]]
1117
- name = "hermit-abi"
1118
- version = "0.3.2"
1119
- source = "registry+https://github.com/rust-lang/crates.io-index"
1120
- checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
1121
-
1122
- [[package]]
1123
- name = "hex"
1124
- version = "0.4.3"
1125
- source = "registry+https://github.com/rust-lang/crates.io-index"
1126
- checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1127
-
1128
- [[package]]
1129
- name = "html5ever"
1130
- version = "0.25.2"
1131
- source = "registry+https://github.com/rust-lang/crates.io-index"
1132
- checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
1133
- dependencies = [
1134
- "log",
1135
- "mac",
1136
- "markup5ever",
1137
- "proc-macro2",
1138
- "quote",
1139
- "syn 1.0.109",
1140
- ]
1141
-
1142
- [[package]]
1143
- name = "http"
1144
- version = "0.2.9"
1145
- source = "registry+https://github.com/rust-lang/crates.io-index"
1146
- checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1147
- dependencies = [
1148
- "bytes",
1149
- "fnv",
1150
- "itoa 1.0.9",
1151
- ]
1152
-
1153
- [[package]]
1154
- name = "http-body"
1155
- version = "0.4.5"
1156
- source = "registry+https://github.com/rust-lang/crates.io-index"
1157
- checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1158
- dependencies = [
1159
- "bytes",
1160
- "http",
1161
- "pin-project-lite",
1162
- ]
1163
-
1164
- [[package]]
1165
- name = "http-range"
1166
- version = "0.1.5"
1167
- source = "registry+https://github.com/rust-lang/crates.io-index"
1168
- checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1169
-
1170
- [[package]]
1171
- name = "httparse"
1172
- version = "1.8.0"
1173
- source = "registry+https://github.com/rust-lang/crates.io-index"
1174
- checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1175
-
1176
- [[package]]
1177
- name = "httpdate"
1178
- version = "1.0.2"
1179
- source = "registry+https://github.com/rust-lang/crates.io-index"
1180
- checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1181
-
1182
- [[package]]
1183
- name = "hyper"
1184
- version = "0.14.27"
1185
- source = "registry+https://github.com/rust-lang/crates.io-index"
1186
- checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1187
- dependencies = [
1188
- "bytes",
1189
- "futures-channel",
1190
- "futures-core",
1191
- "futures-util",
1192
- "h2",
1193
- "http",
1194
- "http-body",
1195
- "httparse",
1196
- "httpdate",
1197
- "itoa 1.0.9",
1198
- "pin-project-lite",
1199
- "socket2",
1200
- "tokio",
1201
- "tower-service",
1202
- "tracing",
1203
- "want",
1204
- ]
1205
-
1206
- [[package]]
1207
- name = "iana-time-zone"
1208
- version = "0.1.57"
1209
- source = "registry+https://github.com/rust-lang/crates.io-index"
1210
- checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
1211
- dependencies = [
1212
- "android_system_properties",
1213
- "core-foundation-sys",
1214
- "iana-time-zone-haiku",
1215
- "js-sys",
1216
- "wasm-bindgen",
1217
- "windows 0.48.0",
1218
- ]
1219
-
1220
- [[package]]
1221
- name = "iana-time-zone-haiku"
1222
- version = "0.1.2"
1223
- source = "registry+https://github.com/rust-lang/crates.io-index"
1224
- checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1225
- dependencies = [
1226
- "cc",
1227
- ]
1228
-
1229
- [[package]]
1230
- name = "ico"
1231
- version = "0.3.0"
1232
- source = "registry+https://github.com/rust-lang/crates.io-index"
1233
- checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
1234
- dependencies = [
1235
- "byteorder",
1236
- "png",
1237
- ]
1238
-
1239
- [[package]]
1240
- name = "ident_case"
1241
- version = "1.0.1"
1242
- source = "registry+https://github.com/rust-lang/crates.io-index"
1243
- checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1244
-
1245
- [[package]]
1246
- name = "idna"
1247
- version = "0.4.0"
1248
- source = "registry+https://github.com/rust-lang/crates.io-index"
1249
- checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1250
- dependencies = [
1251
- "unicode-bidi",
1252
- "unicode-normalization",
1253
- ]
1254
-
1255
- [[package]]
1256
- name = "image"
1257
- version = "0.24.6"
1258
- source = "registry+https://github.com/rust-lang/crates.io-index"
1259
- checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
1260
- dependencies = [
1261
- "bytemuck",
1262
- "byteorder",
1263
- "color_quant",
1264
- "num-rational",
1265
- "num-traits",
1266
- ]
1267
-
1268
- [[package]]
1269
- name = "indexmap"
1270
- version = "1.9.3"
1271
- source = "registry+https://github.com/rust-lang/crates.io-index"
1272
- checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1273
- dependencies = [
1274
- "autocfg",
1275
- "hashbrown 0.12.3",
1276
- "serde",
1277
- ]
1278
-
1279
- [[package]]
1280
- name = "indexmap"
1281
- version = "2.0.0"
1282
- source = "registry+https://github.com/rust-lang/crates.io-index"
1283
- checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
1284
- dependencies = [
1285
- "equivalent",
1286
- "hashbrown 0.14.0",
1287
- ]
1288
-
1289
- [[package]]
1290
- name = "infer"
1291
- version = "0.12.0"
1292
- source = "registry+https://github.com/rust-lang/crates.io-index"
1293
- checksum = "a898e4b7951673fce96614ce5751d13c40fc5674bc2d759288e46c3ab62598b3"
1294
- dependencies = [
1295
- "cfb",
1296
- ]
1297
-
1298
- [[package]]
1299
- name = "instant"
1300
- version = "0.1.12"
1301
- source = "registry+https://github.com/rust-lang/crates.io-index"
1302
- checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1303
- dependencies = [
1304
- "cfg-if",
1305
- ]
1306
-
1307
- [[package]]
1308
- name = "ipnet"
1309
- version = "2.8.0"
1310
- source = "registry+https://github.com/rust-lang/crates.io-index"
1311
- checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
1312
-
1313
- [[package]]
1314
- name = "is-docker"
1315
- version = "0.2.0"
1316
- source = "registry+https://github.com/rust-lang/crates.io-index"
1317
- checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
1318
- dependencies = [
1319
- "once_cell",
1320
- ]
1321
-
1322
- [[package]]
1323
- name = "is-wsl"
1324
- version = "0.4.0"
1325
- source = "registry+https://github.com/rust-lang/crates.io-index"
1326
- checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
1327
- dependencies = [
1328
- "is-docker",
1329
- "once_cell",
1330
- ]
1331
-
1332
- [[package]]
1333
- name = "itoa"
1334
- version = "0.4.8"
1335
- source = "registry+https://github.com/rust-lang/crates.io-index"
1336
- checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1337
-
1338
- [[package]]
1339
- name = "itoa"
1340
- version = "1.0.9"
1341
- source = "registry+https://github.com/rust-lang/crates.io-index"
1342
- checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
1343
-
1344
- [[package]]
1345
- name = "javascriptcore-rs"
1346
- version = "0.17.0"
1347
- source = "registry+https://github.com/rust-lang/crates.io-index"
1348
- checksum = "110b9902c80c12bf113c432d0b71c7a94490b294a8234f326fd0abca2fac0b00"
1349
- dependencies = [
1350
- "bitflags 1.3.2",
1351
- "glib",
1352
- "javascriptcore-rs-sys",
1353
- ]
1354
-
1355
- [[package]]
1356
- name = "javascriptcore-rs-sys"
1357
- version = "0.5.1"
1358
- source = "registry+https://github.com/rust-lang/crates.io-index"
1359
- checksum = "98a216519a52cd941a733a0ad3f1023cfdb1cd47f3955e8e863ed56f558f916c"
1360
- dependencies = [
1361
- "glib-sys",
1362
- "gobject-sys",
1363
- "libc",
1364
- "system-deps",
1365
- ]
1366
-
1367
- [[package]]
1368
- name = "jni"
1369
- version = "0.20.0"
1370
- source = "registry+https://github.com/rust-lang/crates.io-index"
1371
- checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
1372
- dependencies = [
1373
- "cesu8",
1374
- "combine",
1375
- "jni-sys",
1376
- "log",
1377
- "thiserror",
1378
- "walkdir",
1379
- ]
1380
-
1381
- [[package]]
1382
- name = "jni-sys"
1383
- version = "0.3.0"
1384
- source = "registry+https://github.com/rust-lang/crates.io-index"
1385
- checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1386
-
1387
- [[package]]
1388
- name = "js-sys"
1389
- version = "0.3.64"
1390
- source = "registry+https://github.com/rust-lang/crates.io-index"
1391
- checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
1392
- dependencies = [
1393
- "wasm-bindgen",
1394
- ]
1395
-
1396
- [[package]]
1397
- name = "json-patch"
1398
- version = "1.0.0"
1399
- source = "registry+https://github.com/rust-lang/crates.io-index"
1400
- checksum = "1f54898088ccb91df1b492cc80029a6fdf1c48ca0db7c6822a8babad69c94658"
1401
- dependencies = [
1402
- "serde",
1403
- "serde_json",
1404
- "thiserror",
1405
- "treediff",
1406
- ]
1407
-
1408
- [[package]]
1409
- name = "kuchiki"
1410
- version = "0.8.1"
1411
- source = "registry+https://github.com/rust-lang/crates.io-index"
1412
- checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
1413
- dependencies = [
1414
- "cssparser",
1415
- "html5ever",
1416
- "matches",
1417
- "selectors",
1418
- ]
1419
-
1420
- [[package]]
1421
- name = "lazy_static"
1422
- version = "1.4.0"
1423
- source = "registry+https://github.com/rust-lang/crates.io-index"
1424
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1425
-
1426
- [[package]]
1427
- name = "libc"
1428
- version = "0.2.147"
1429
- source = "registry+https://github.com/rust-lang/crates.io-index"
1430
- checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
1431
-
1432
- [[package]]
1433
- name = "line-wrap"
1434
- version = "0.1.1"
1435
- source = "registry+https://github.com/rust-lang/crates.io-index"
1436
- checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
1437
- dependencies = [
1438
- "safemem",
1439
- ]
1440
-
1441
- [[package]]
1442
- name = "linux-raw-sys"
1443
- version = "0.4.5"
1444
- source = "registry+https://github.com/rust-lang/crates.io-index"
1445
- checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
1446
-
1447
- [[package]]
1448
- name = "lock_api"
1449
- version = "0.4.10"
1450
- source = "registry+https://github.com/rust-lang/crates.io-index"
1451
- checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1452
- dependencies = [
1453
- "autocfg",
1454
- "scopeguard",
1455
- ]
1456
-
1457
- [[package]]
1458
- name = "log"
1459
- version = "0.4.19"
1460
- source = "registry+https://github.com/rust-lang/crates.io-index"
1461
- checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
1462
-
1463
- [[package]]
1464
- name = "loom"
1465
- version = "0.5.6"
1466
- source = "registry+https://github.com/rust-lang/crates.io-index"
1467
- checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
1468
- dependencies = [
1469
- "cfg-if",
1470
- "generator",
1471
- "scoped-tls",
1472
- "serde",
1473
- "serde_json",
1474
- "tracing",
1475
- "tracing-subscriber",
1476
- ]
1477
-
1478
- [[package]]
1479
- name = "mac"
1480
- version = "0.1.1"
1481
- source = "registry+https://github.com/rust-lang/crates.io-index"
1482
- checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1483
-
1484
- [[package]]
1485
- name = "malloc_buf"
1486
- version = "0.0.6"
1487
- source = "registry+https://github.com/rust-lang/crates.io-index"
1488
- checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1489
- dependencies = [
1490
- "libc",
1491
- ]
1492
-
1493
- [[package]]
1494
- name = "markup5ever"
1495
- version = "0.10.1"
1496
- source = "registry+https://github.com/rust-lang/crates.io-index"
1497
- checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
1498
- dependencies = [
1499
- "log",
1500
- "phf 0.8.0",
1501
- "phf_codegen",
1502
- "string_cache",
1503
- "string_cache_codegen",
1504
- "tendril",
1505
- ]
1506
-
1507
- [[package]]
1508
- name = "matchers"
1509
- version = "0.1.0"
1510
- source = "registry+https://github.com/rust-lang/crates.io-index"
1511
- checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1512
- dependencies = [
1513
- "regex-automata 0.1.10",
1514
- ]
1515
-
1516
- [[package]]
1517
- name = "matches"
1518
- version = "0.1.10"
1519
- source = "registry+https://github.com/rust-lang/crates.io-index"
1520
- checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1521
-
1522
- [[package]]
1523
- name = "memchr"
1524
- version = "2.5.0"
1525
- source = "registry+https://github.com/rust-lang/crates.io-index"
1526
- checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1527
-
1528
- [[package]]
1529
- name = "memoffset"
1530
- version = "0.9.0"
1531
- source = "registry+https://github.com/rust-lang/crates.io-index"
1532
- checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1533
- dependencies = [
1534
- "autocfg",
1535
- ]
1536
-
1537
- [[package]]
1538
- name = "mime"
1539
- version = "0.3.17"
1540
- source = "registry+https://github.com/rust-lang/crates.io-index"
1541
- checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1542
-
1543
- [[package]]
1544
- name = "miniz_oxide"
1545
- version = "0.7.1"
1546
- source = "registry+https://github.com/rust-lang/crates.io-index"
1547
- checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1548
- dependencies = [
1549
- "adler",
1550
- "simd-adler32",
1551
- ]
1552
-
1553
- [[package]]
1554
- name = "mio"
1555
- version = "0.8.8"
1556
- source = "registry+https://github.com/rust-lang/crates.io-index"
1557
- checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1558
- dependencies = [
1559
- "libc",
1560
- "wasi 0.11.0+wasi-snapshot-preview1",
1561
- "windows-sys 0.48.0",
1562
- ]
1563
-
1564
- [[package]]
1565
- name = "ndk"
1566
- version = "0.6.0"
1567
- source = "registry+https://github.com/rust-lang/crates.io-index"
1568
- checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
1569
- dependencies = [
1570
- "bitflags 1.3.2",
1571
- "jni-sys",
1572
- "ndk-sys",
1573
- "num_enum",
1574
- "thiserror",
1575
- ]
1576
-
1577
- [[package]]
1578
- name = "ndk-context"
1579
- version = "0.1.1"
1580
- source = "registry+https://github.com/rust-lang/crates.io-index"
1581
- checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1582
-
1583
- [[package]]
1584
- name = "ndk-sys"
1585
- version = "0.3.0"
1586
- source = "registry+https://github.com/rust-lang/crates.io-index"
1587
- checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
1588
- dependencies = [
1589
- "jni-sys",
1590
- ]
1591
-
1592
- [[package]]
1593
- name = "new_debug_unreachable"
1594
- version = "1.0.4"
1595
- source = "registry+https://github.com/rust-lang/crates.io-index"
1596
- checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1597
-
1598
- [[package]]
1599
- name = "nodrop"
1600
- version = "0.1.14"
1601
- source = "registry+https://github.com/rust-lang/crates.io-index"
1602
- checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
1603
-
1604
- [[package]]
1605
- name = "nu-ansi-term"
1606
- version = "0.46.0"
1607
- source = "registry+https://github.com/rust-lang/crates.io-index"
1608
- checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1609
- dependencies = [
1610
- "overload",
1611
- "winapi",
1612
- ]
1613
-
1614
- [[package]]
1615
- name = "num-integer"
1616
- version = "0.1.45"
1617
- source = "registry+https://github.com/rust-lang/crates.io-index"
1618
- checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1619
- dependencies = [
1620
- "autocfg",
1621
- "num-traits",
1622
- ]
1623
-
1624
- [[package]]
1625
- name = "num-rational"
1626
- version = "0.4.1"
1627
- source = "registry+https://github.com/rust-lang/crates.io-index"
1628
- checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1629
- dependencies = [
1630
- "autocfg",
1631
- "num-integer",
1632
- "num-traits",
1633
- ]
1634
-
1635
- [[package]]
1636
- name = "num-traits"
1637
- version = "0.2.16"
1638
- source = "registry+https://github.com/rust-lang/crates.io-index"
1639
- checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
1640
- dependencies = [
1641
- "autocfg",
1642
- ]
1643
-
1644
- [[package]]
1645
- name = "num_cpus"
1646
- version = "1.16.0"
1647
- source = "registry+https://github.com/rust-lang/crates.io-index"
1648
- checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1649
- dependencies = [
1650
- "hermit-abi",
1651
- "libc",
1652
- ]
1653
-
1654
- [[package]]
1655
- name = "num_enum"
1656
- version = "0.5.11"
1657
- source = "registry+https://github.com/rust-lang/crates.io-index"
1658
- checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
1659
- dependencies = [
1660
- "num_enum_derive",
1661
- ]
1662
-
1663
- [[package]]
1664
- name = "num_enum_derive"
1665
- version = "0.5.11"
1666
- source = "registry+https://github.com/rust-lang/crates.io-index"
1667
- checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
1668
- dependencies = [
1669
- "proc-macro-crate",
1670
- "proc-macro2",
1671
- "quote",
1672
- "syn 1.0.109",
1673
- ]
1674
-
1675
- [[package]]
1676
- name = "objc"
1677
- version = "0.2.7"
1678
- source = "registry+https://github.com/rust-lang/crates.io-index"
1679
- checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1680
- dependencies = [
1681
- "malloc_buf",
1682
- "objc_exception",
1683
- ]
1684
-
1685
- [[package]]
1686
- name = "objc_exception"
1687
- version = "0.1.2"
1688
- source = "registry+https://github.com/rust-lang/crates.io-index"
1689
- checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
1690
- dependencies = [
1691
- "cc",
1692
- ]
1693
-
1694
- [[package]]
1695
- name = "objc_id"
1696
- version = "0.1.1"
1697
- source = "registry+https://github.com/rust-lang/crates.io-index"
1698
- checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
1699
- dependencies = [
1700
- "objc",
1701
- ]
1702
-
1703
- [[package]]
1704
- name = "object"
1705
- version = "0.31.1"
1706
- source = "registry+https://github.com/rust-lang/crates.io-index"
1707
- checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
1708
- dependencies = [
1709
- "memchr",
1710
- ]
1711
-
1712
- [[package]]
1713
- name = "once_cell"
1714
- version = "1.18.0"
1715
- source = "registry+https://github.com/rust-lang/crates.io-index"
1716
- checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1717
-
1718
- [[package]]
1719
- name = "open"
1720
- version = "4.2.0"
1721
- source = "registry+https://github.com/rust-lang/crates.io-index"
1722
- checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
1723
- dependencies = [
1724
- "is-wsl",
1725
- "libc",
1726
- "pathdiff",
1727
- ]
1728
-
1729
- [[package]]
1730
- name = "os_info"
1731
- version = "3.7.0"
1732
- source = "registry+https://github.com/rust-lang/crates.io-index"
1733
- checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
1734
- dependencies = [
1735
- "log",
1736
- "serde",
1737
- "winapi",
1738
- ]
1739
-
1740
- [[package]]
1741
- name = "os_pipe"
1742
- version = "1.1.4"
1743
- source = "registry+https://github.com/rust-lang/crates.io-index"
1744
- checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
1745
- dependencies = [
1746
- "libc",
1747
- "windows-sys 0.48.0",
1748
- ]
1749
-
1750
- [[package]]
1751
- name = "overload"
1752
- version = "0.1.1"
1753
- source = "registry+https://github.com/rust-lang/crates.io-index"
1754
- checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1755
-
1756
- [[package]]
1757
- name = "pango"
1758
- version = "0.16.5"
1759
- source = "registry+https://github.com/rust-lang/crates.io-index"
1760
- checksum = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94"
1761
- dependencies = [
1762
- "bitflags 1.3.2",
1763
- "gio",
1764
- "glib",
1765
- "libc",
1766
- "once_cell",
1767
- "pango-sys",
1768
- ]
1769
-
1770
- [[package]]
1771
- name = "pango-sys"
1772
- version = "0.16.3"
1773
- source = "registry+https://github.com/rust-lang/crates.io-index"
1774
- checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
1775
- dependencies = [
1776
- "glib-sys",
1777
- "gobject-sys",
1778
- "libc",
1779
- "system-deps",
1780
- ]
1781
-
1782
- [[package]]
1783
- name = "parking_lot"
1784
- version = "0.12.1"
1785
- source = "registry+https://github.com/rust-lang/crates.io-index"
1786
- checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1787
- dependencies = [
1788
- "lock_api",
1789
- "parking_lot_core",
1790
- ]
1791
-
1792
- [[package]]
1793
- name = "parking_lot_core"
1794
- version = "0.9.8"
1795
- source = "registry+https://github.com/rust-lang/crates.io-index"
1796
- checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1797
- dependencies = [
1798
- "cfg-if",
1799
- "libc",
1800
- "redox_syscall 0.3.5",
1801
- "smallvec",
1802
- "windows-targets 0.48.1",
1803
- ]
1804
-
1805
- [[package]]
1806
- name = "pathdiff"
1807
- version = "0.2.1"
1808
- source = "registry+https://github.com/rust-lang/crates.io-index"
1809
- checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1810
-
1811
- [[package]]
1812
- name = "percent-encoding"
1813
- version = "2.3.0"
1814
- source = "registry+https://github.com/rust-lang/crates.io-index"
1815
- checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1816
-
1817
- [[package]]
1818
- name = "phf"
1819
- version = "0.8.0"
1820
- source = "registry+https://github.com/rust-lang/crates.io-index"
1821
- checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
1822
- dependencies = [
1823
- "phf_macros 0.8.0",
1824
- "phf_shared 0.8.0",
1825
- "proc-macro-hack",
1826
- ]
1827
-
1828
- [[package]]
1829
- name = "phf"
1830
- version = "0.10.1"
1831
- source = "registry+https://github.com/rust-lang/crates.io-index"
1832
- checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
1833
- dependencies = [
1834
- "phf_macros 0.10.0",
1835
- "phf_shared 0.10.0",
1836
- "proc-macro-hack",
1837
- ]
1838
-
1839
- [[package]]
1840
- name = "phf_codegen"
1841
- version = "0.8.0"
1842
- source = "registry+https://github.com/rust-lang/crates.io-index"
1843
- checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
1844
- dependencies = [
1845
- "phf_generator 0.8.0",
1846
- "phf_shared 0.8.0",
1847
- ]
1848
-
1849
- [[package]]
1850
- name = "phf_generator"
1851
- version = "0.8.0"
1852
- source = "registry+https://github.com/rust-lang/crates.io-index"
1853
- checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
1854
- dependencies = [
1855
- "phf_shared 0.8.0",
1856
- "rand 0.7.3",
1857
- ]
1858
-
1859
- [[package]]
1860
- name = "phf_generator"
1861
- version = "0.10.0"
1862
- source = "registry+https://github.com/rust-lang/crates.io-index"
1863
- checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1864
- dependencies = [
1865
- "phf_shared 0.10.0",
1866
- "rand 0.8.5",
1867
- ]
1868
-
1869
- [[package]]
1870
- name = "phf_macros"
1871
- version = "0.8.0"
1872
- source = "registry+https://github.com/rust-lang/crates.io-index"
1873
- checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
1874
- dependencies = [
1875
- "phf_generator 0.8.0",
1876
- "phf_shared 0.8.0",
1877
- "proc-macro-hack",
1878
- "proc-macro2",
1879
- "quote",
1880
- "syn 1.0.109",
1881
- ]
1882
-
1883
- [[package]]
1884
- name = "phf_macros"
1885
- version = "0.10.0"
1886
- source = "registry+https://github.com/rust-lang/crates.io-index"
1887
- checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
1888
- dependencies = [
1889
- "phf_generator 0.10.0",
1890
- "phf_shared 0.10.0",
1891
- "proc-macro-hack",
1892
- "proc-macro2",
1893
- "quote",
1894
- "syn 1.0.109",
1895
- ]
1896
-
1897
- [[package]]
1898
- name = "phf_shared"
1899
- version = "0.8.0"
1900
- source = "registry+https://github.com/rust-lang/crates.io-index"
1901
- checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
1902
- dependencies = [
1903
- "siphasher",
1904
- ]
1905
-
1906
- [[package]]
1907
- name = "phf_shared"
1908
- version = "0.10.0"
1909
- source = "registry+https://github.com/rust-lang/crates.io-index"
1910
- checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1911
- dependencies = [
1912
- "siphasher",
1913
- ]
1914
-
1915
- [[package]]
1916
- name = "pin-project-lite"
1917
- version = "0.2.10"
1918
- source = "registry+https://github.com/rust-lang/crates.io-index"
1919
- checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
1920
-
1921
- [[package]]
1922
- name = "pin-utils"
1923
- version = "0.1.0"
1924
- source = "registry+https://github.com/rust-lang/crates.io-index"
1925
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1926
-
1927
- [[package]]
1928
- name = "pkg-config"
1929
- version = "0.3.27"
1930
- source = "registry+https://github.com/rust-lang/crates.io-index"
1931
- checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1932
-
1933
- [[package]]
1934
- name = "plist"
1935
- version = "1.5.0"
1936
- source = "registry+https://github.com/rust-lang/crates.io-index"
1937
- checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
1938
- dependencies = [
1939
- "base64 0.21.2",
1940
- "indexmap 1.9.3",
1941
- "line-wrap",
1942
- "quick-xml",
1943
- "serde",
1944
- "time",
1945
- ]
1946
-
1947
- [[package]]
1948
- name = "png"
1949
- version = "0.17.9"
1950
- source = "registry+https://github.com/rust-lang/crates.io-index"
1951
- checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
1952
- dependencies = [
1953
- "bitflags 1.3.2",
1954
- "crc32fast",
1955
- "fdeflate",
1956
- "flate2",
1957
- "miniz_oxide",
1958
- ]
1959
-
1960
- [[package]]
1961
- name = "ppv-lite86"
1962
- version = "0.2.17"
1963
- source = "registry+https://github.com/rust-lang/crates.io-index"
1964
- checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1965
-
1966
- [[package]]
1967
- name = "precomputed-hash"
1968
- version = "0.1.1"
1969
- source = "registry+https://github.com/rust-lang/crates.io-index"
1970
- checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1971
-
1972
- [[package]]
1973
- name = "proc-macro-crate"
1974
- version = "1.3.1"
1975
- source = "registry+https://github.com/rust-lang/crates.io-index"
1976
- checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
1977
- dependencies = [
1978
- "once_cell",
1979
- "toml_edit",
1980
- ]
1981
-
1982
- [[package]]
1983
- name = "proc-macro-error"
1984
- version = "1.0.4"
1985
- source = "registry+https://github.com/rust-lang/crates.io-index"
1986
- checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1987
- dependencies = [
1988
- "proc-macro-error-attr",
1989
- "proc-macro2",
1990
- "quote",
1991
- "syn 1.0.109",
1992
- "version_check",
1993
- ]
1994
-
1995
- [[package]]
1996
- name = "proc-macro-error-attr"
1997
- version = "1.0.4"
1998
- source = "registry+https://github.com/rust-lang/crates.io-index"
1999
- checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2000
- dependencies = [
2001
- "proc-macro2",
2002
- "quote",
2003
- "version_check",
2004
- ]
2005
-
2006
- [[package]]
2007
- name = "proc-macro-hack"
2008
- version = "0.5.20+deprecated"
2009
- source = "registry+https://github.com/rust-lang/crates.io-index"
2010
- checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2011
-
2012
- [[package]]
2013
- name = "proc-macro2"
2014
- version = "1.0.66"
2015
- source = "registry+https://github.com/rust-lang/crates.io-index"
2016
- checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2017
- dependencies = [
2018
- "unicode-ident",
2019
- ]
2020
-
2021
- [[package]]
2022
- name = "quick-xml"
2023
- version = "0.29.0"
2024
- source = "registry+https://github.com/rust-lang/crates.io-index"
2025
- checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
2026
- dependencies = [
2027
- "memchr",
2028
- ]
2029
-
2030
- [[package]]
2031
- name = "quote"
2032
- version = "1.0.32"
2033
- source = "registry+https://github.com/rust-lang/crates.io-index"
2034
- checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
2035
- dependencies = [
2036
- "proc-macro2",
2037
- ]
2038
-
2039
- [[package]]
2040
- name = "rand"
2041
- version = "0.7.3"
2042
- source = "registry+https://github.com/rust-lang/crates.io-index"
2043
- checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2044
- dependencies = [
2045
- "getrandom 0.1.16",
2046
- "libc",
2047
- "rand_chacha 0.2.2",
2048
- "rand_core 0.5.1",
2049
- "rand_hc",
2050
- "rand_pcg",
2051
- ]
2052
-
2053
- [[package]]
2054
- name = "rand"
2055
- version = "0.8.5"
2056
- source = "registry+https://github.com/rust-lang/crates.io-index"
2057
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2058
- dependencies = [
2059
- "libc",
2060
- "rand_chacha 0.3.1",
2061
- "rand_core 0.6.4",
2062
- ]
2063
-
2064
- [[package]]
2065
- name = "rand_chacha"
2066
- version = "0.2.2"
2067
- source = "registry+https://github.com/rust-lang/crates.io-index"
2068
- checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2069
- dependencies = [
2070
- "ppv-lite86",
2071
- "rand_core 0.5.1",
2072
- ]
2073
-
2074
- [[package]]
2075
- name = "rand_chacha"
2076
- version = "0.3.1"
2077
- source = "registry+https://github.com/rust-lang/crates.io-index"
2078
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2079
- dependencies = [
2080
- "ppv-lite86",
2081
- "rand_core 0.6.4",
2082
- ]
2083
-
2084
- [[package]]
2085
- name = "rand_core"
2086
- version = "0.5.1"
2087
- source = "registry+https://github.com/rust-lang/crates.io-index"
2088
- checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2089
- dependencies = [
2090
- "getrandom 0.1.16",
2091
- ]
2092
-
2093
- [[package]]
2094
- name = "rand_core"
2095
- version = "0.6.4"
2096
- source = "registry+https://github.com/rust-lang/crates.io-index"
2097
- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2098
- dependencies = [
2099
- "getrandom 0.2.10",
2100
- ]
2101
-
2102
- [[package]]
2103
- name = "rand_hc"
2104
- version = "0.2.0"
2105
- source = "registry+https://github.com/rust-lang/crates.io-index"
2106
- checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2107
- dependencies = [
2108
- "rand_core 0.5.1",
2109
- ]
2110
-
2111
- [[package]]
2112
- name = "rand_pcg"
2113
- version = "0.2.1"
2114
- source = "registry+https://github.com/rust-lang/crates.io-index"
2115
- checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2116
- dependencies = [
2117
- "rand_core 0.5.1",
2118
- ]
2119
-
2120
- [[package]]
2121
- name = "raw-window-handle"
2122
- version = "0.5.2"
2123
- source = "registry+https://github.com/rust-lang/crates.io-index"
2124
- checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2125
-
2126
- [[package]]
2127
- name = "redox_syscall"
2128
- version = "0.2.16"
2129
- source = "registry+https://github.com/rust-lang/crates.io-index"
2130
- checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2131
- dependencies = [
2132
- "bitflags 1.3.2",
2133
- ]
2134
-
2135
- [[package]]
2136
- name = "redox_syscall"
2137
- version = "0.3.5"
2138
- source = "registry+https://github.com/rust-lang/crates.io-index"
2139
- checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2140
- dependencies = [
2141
- "bitflags 1.3.2",
2142
- ]
2143
-
2144
- [[package]]
2145
- name = "redox_users"
2146
- version = "0.4.3"
2147
- source = "registry+https://github.com/rust-lang/crates.io-index"
2148
- checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2149
- dependencies = [
2150
- "getrandom 0.2.10",
2151
- "redox_syscall 0.2.16",
2152
- "thiserror",
2153
- ]
2154
-
2155
- [[package]]
2156
- name = "regex"
2157
- version = "1.9.1"
2158
- source = "registry+https://github.com/rust-lang/crates.io-index"
2159
- checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
2160
- dependencies = [
2161
- "aho-corasick",
2162
- "memchr",
2163
- "regex-automata 0.3.4",
2164
- "regex-syntax 0.7.4",
2165
- ]
2166
-
2167
- [[package]]
2168
- name = "regex-automata"
2169
- version = "0.1.10"
2170
- source = "registry+https://github.com/rust-lang/crates.io-index"
2171
- checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2172
- dependencies = [
2173
- "regex-syntax 0.6.29",
2174
- ]
2175
-
2176
- [[package]]
2177
- name = "regex-automata"
2178
- version = "0.3.4"
2179
- source = "registry+https://github.com/rust-lang/crates.io-index"
2180
- checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294"
2181
- dependencies = [
2182
- "aho-corasick",
2183
- "memchr",
2184
- "regex-syntax 0.7.4",
2185
- ]
2186
-
2187
- [[package]]
2188
- name = "regex-syntax"
2189
- version = "0.6.29"
2190
- source = "registry+https://github.com/rust-lang/crates.io-index"
2191
- checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2192
-
2193
- [[package]]
2194
- name = "regex-syntax"
2195
- version = "0.7.4"
2196
- source = "registry+https://github.com/rust-lang/crates.io-index"
2197
- checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2198
-
2199
- [[package]]
2200
- name = "reqwest"
2201
- version = "0.11.18"
2202
- source = "registry+https://github.com/rust-lang/crates.io-index"
2203
- checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2204
- dependencies = [
2205
- "base64 0.21.2",
2206
- "bytes",
2207
- "encoding_rs",
2208
- "futures-core",
2209
- "futures-util",
2210
- "h2",
2211
- "http",
2212
- "http-body",
2213
- "hyper",
2214
- "ipnet",
2215
- "js-sys",
2216
- "log",
2217
- "mime",
2218
- "once_cell",
2219
- "percent-encoding",
2220
- "pin-project-lite",
2221
- "serde",
2222
- "serde_json",
2223
- "serde_urlencoded",
2224
- "tokio",
2225
- "tokio-util",
2226
- "tower-service",
2227
- "url",
2228
- "wasm-bindgen",
2229
- "wasm-bindgen-futures",
2230
- "wasm-streams",
2231
- "web-sys",
2232
- "winreg 0.10.1",
2233
- ]
2234
-
2235
- [[package]]
2236
- name = "rustc-demangle"
2237
- version = "0.1.23"
2238
- source = "registry+https://github.com/rust-lang/crates.io-index"
2239
- checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2240
-
2241
- [[package]]
2242
- name = "rustc_version"
2243
- version = "0.4.0"
2244
- source = "registry+https://github.com/rust-lang/crates.io-index"
2245
- checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2246
- dependencies = [
2247
- "semver",
2248
- ]
2249
-
2250
- [[package]]
2251
- name = "rustix"
2252
- version = "0.38.6"
2253
- source = "registry+https://github.com/rust-lang/crates.io-index"
2254
- checksum = "1ee020b1716f0a80e2ace9b03441a749e402e86712f15f16fe8a8f75afac732f"
2255
- dependencies = [
2256
- "bitflags 2.3.3",
2257
- "errno",
2258
- "libc",
2259
- "linux-raw-sys",
2260
- "windows-sys 0.48.0",
2261
- ]
2262
-
2263
- [[package]]
2264
- name = "rustversion"
2265
- version = "1.0.14"
2266
- source = "registry+https://github.com/rust-lang/crates.io-index"
2267
- checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2268
-
2269
- [[package]]
2270
- name = "ryu"
2271
- version = "1.0.15"
2272
- source = "registry+https://github.com/rust-lang/crates.io-index"
2273
- checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2274
-
2275
- [[package]]
2276
- name = "safemem"
2277
- version = "0.3.3"
2278
- source = "registry+https://github.com/rust-lang/crates.io-index"
2279
- checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2280
-
2281
- [[package]]
2282
- name = "same-file"
2283
- version = "1.0.6"
2284
- source = "registry+https://github.com/rust-lang/crates.io-index"
2285
- checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2286
- dependencies = [
2287
- "winapi-util",
2288
- ]
2289
-
2290
- [[package]]
2291
- name = "scoped-tls"
2292
- version = "1.0.1"
2293
- source = "registry+https://github.com/rust-lang/crates.io-index"
2294
- checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2295
-
2296
- [[package]]
2297
- name = "scopeguard"
2298
- version = "1.2.0"
2299
- source = "registry+https://github.com/rust-lang/crates.io-index"
2300
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2301
-
2302
- [[package]]
2303
- name = "selectors"
2304
- version = "0.22.0"
2305
- source = "registry+https://github.com/rust-lang/crates.io-index"
2306
- checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
2307
- dependencies = [
2308
- "bitflags 1.3.2",
2309
- "cssparser",
2310
- "derive_more",
2311
- "fxhash",
2312
- "log",
2313
- "matches",
2314
- "phf 0.8.0",
2315
- "phf_codegen",
2316
- "precomputed-hash",
2317
- "servo_arc",
2318
- "smallvec",
2319
- "thin-slice",
2320
- ]
2321
-
2322
- [[package]]
2323
- name = "semver"
2324
- version = "1.0.18"
2325
- source = "registry+https://github.com/rust-lang/crates.io-index"
2326
- checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2327
- dependencies = [
2328
- "serde",
2329
- ]
2330
-
2331
- [[package]]
2332
- name = "serde"
2333
- version = "1.0.180"
2334
- source = "registry+https://github.com/rust-lang/crates.io-index"
2335
- checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
2336
- dependencies = [
2337
- "serde_derive",
2338
- ]
2339
-
2340
- [[package]]
2341
- name = "serde_derive"
2342
- version = "1.0.180"
2343
- source = "registry+https://github.com/rust-lang/crates.io-index"
2344
- checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
2345
- dependencies = [
2346
- "proc-macro2",
2347
- "quote",
2348
- "syn 2.0.28",
2349
- ]
2350
-
2351
- [[package]]
2352
- name = "serde_json"
2353
- version = "1.0.104"
2354
- source = "registry+https://github.com/rust-lang/crates.io-index"
2355
- checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
2356
- dependencies = [
2357
- "itoa 1.0.9",
2358
- "ryu",
2359
- "serde",
2360
- ]
2361
-
2362
- [[package]]
2363
- name = "serde_repr"
2364
- version = "0.1.16"
2365
- source = "registry+https://github.com/rust-lang/crates.io-index"
2366
- checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
2367
- dependencies = [
2368
- "proc-macro2",
2369
- "quote",
2370
- "syn 2.0.28",
2371
- ]
2372
-
2373
- [[package]]
2374
- name = "serde_spanned"
2375
- version = "0.6.3"
2376
- source = "registry+https://github.com/rust-lang/crates.io-index"
2377
- checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2378
- dependencies = [
2379
- "serde",
2380
- ]
2381
-
2382
- [[package]]
2383
- name = "serde_urlencoded"
2384
- version = "0.7.1"
2385
- source = "registry+https://github.com/rust-lang/crates.io-index"
2386
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2387
- dependencies = [
2388
- "form_urlencoded",
2389
- "itoa 1.0.9",
2390
- "ryu",
2391
- "serde",
2392
- ]
2393
-
2394
- [[package]]
2395
- name = "serde_with"
2396
- version = "3.1.0"
2397
- source = "registry+https://github.com/rust-lang/crates.io-index"
2398
- checksum = "21e47d95bc83ed33b2ecf84f4187ad1ab9685d18ff28db000c99deac8ce180e3"
2399
- dependencies = [
2400
- "base64 0.21.2",
2401
- "chrono",
2402
- "hex",
2403
- "indexmap 1.9.3",
2404
- "serde",
2405
- "serde_json",
2406
- "serde_with_macros",
2407
- "time",
2408
- ]
2409
-
2410
- [[package]]
2411
- name = "serde_with_macros"
2412
- version = "3.1.0"
2413
- source = "registry+https://github.com/rust-lang/crates.io-index"
2414
- checksum = "ea3cee93715c2e266b9338b7544da68a9f24e227722ba482bd1c024367c77c65"
2415
- dependencies = [
2416
- "darling",
2417
- "proc-macro2",
2418
- "quote",
2419
- "syn 2.0.28",
2420
- ]
2421
-
2422
- [[package]]
2423
- name = "serialize-to-javascript"
2424
- version = "0.1.1"
2425
- source = "registry+https://github.com/rust-lang/crates.io-index"
2426
- checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
2427
- dependencies = [
2428
- "serde",
2429
- "serde_json",
2430
- "serialize-to-javascript-impl",
2431
- ]
2432
-
2433
- [[package]]
2434
- name = "serialize-to-javascript-impl"
2435
- version = "0.1.1"
2436
- source = "registry+https://github.com/rust-lang/crates.io-index"
2437
- checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
2438
- dependencies = [
2439
- "proc-macro2",
2440
- "quote",
2441
- "syn 1.0.109",
2442
- ]
2443
-
2444
- [[package]]
2445
- name = "servo_arc"
2446
- version = "0.1.1"
2447
- source = "registry+https://github.com/rust-lang/crates.io-index"
2448
- checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
2449
- dependencies = [
2450
- "nodrop",
2451
- "stable_deref_trait",
2452
- ]
2453
-
2454
- [[package]]
2455
- name = "sha2"
2456
- version = "0.10.7"
2457
- source = "registry+https://github.com/rust-lang/crates.io-index"
2458
- checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2459
- dependencies = [
2460
- "cfg-if",
2461
- "cpufeatures",
2462
- "digest",
2463
- ]
2464
-
2465
- [[package]]
2466
- name = "sharded-slab"
2467
- version = "0.1.4"
2468
- source = "registry+https://github.com/rust-lang/crates.io-index"
2469
- checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2470
- dependencies = [
2471
- "lazy_static",
2472
- ]
2473
-
2474
- [[package]]
2475
- name = "shared_child"
2476
- version = "1.0.0"
2477
- source = "registry+https://github.com/rust-lang/crates.io-index"
2478
- checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
2479
- dependencies = [
2480
- "libc",
2481
- "winapi",
2482
- ]
2483
-
2484
- [[package]]
2485
- name = "simd-adler32"
2486
- version = "0.3.7"
2487
- source = "registry+https://github.com/rust-lang/crates.io-index"
2488
- checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2489
-
2490
- [[package]]
2491
- name = "siphasher"
2492
- version = "0.3.10"
2493
- source = "registry+https://github.com/rust-lang/crates.io-index"
2494
- checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2495
-
2496
- [[package]]
2497
- name = "slab"
2498
- version = "0.4.8"
2499
- source = "registry+https://github.com/rust-lang/crates.io-index"
2500
- checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2501
- dependencies = [
2502
- "autocfg",
2503
- ]
2504
-
2505
- [[package]]
2506
- name = "smallvec"
2507
- version = "1.11.0"
2508
- source = "registry+https://github.com/rust-lang/crates.io-index"
2509
- checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2510
-
2511
- [[package]]
2512
- name = "socket2"
2513
- version = "0.4.9"
2514
- source = "registry+https://github.com/rust-lang/crates.io-index"
2515
- checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2516
- dependencies = [
2517
- "libc",
2518
- "winapi",
2519
- ]
2520
-
2521
- [[package]]
2522
- name = "soup3"
2523
- version = "0.3.2"
2524
- source = "registry+https://github.com/rust-lang/crates.io-index"
2525
- checksum = "82bc46048125fefd69d30b32b9d263d6556c9ffe82a7a7df181a86d912da5616"
2526
- dependencies = [
2527
- "bitflags 1.3.2",
2528
- "futures-channel",
2529
- "gio",
2530
- "glib",
2531
- "libc",
2532
- "once_cell",
2533
- "soup3-sys",
2534
- ]
2535
-
2536
- [[package]]
2537
- name = "soup3-sys"
2538
- version = "0.3.1"
2539
- source = "registry+https://github.com/rust-lang/crates.io-index"
2540
- checksum = "014bbeb1c4cdb30739dc181e8d98b7908f124d9555843afa89b5570aaf4ec62b"
2541
- dependencies = [
2542
- "gio-sys",
2543
- "glib-sys",
2544
- "gobject-sys",
2545
- "libc",
2546
- "system-deps",
2547
- ]
2548
-
2549
- [[package]]
2550
- name = "stable_deref_trait"
2551
- version = "1.2.0"
2552
- source = "registry+https://github.com/rust-lang/crates.io-index"
2553
- checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2554
-
2555
- [[package]]
2556
- name = "state"
2557
- version = "0.5.3"
2558
- source = "registry+https://github.com/rust-lang/crates.io-index"
2559
- checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
2560
- dependencies = [
2561
- "loom",
2562
- ]
2563
-
2564
- [[package]]
2565
- name = "string_cache"
2566
- version = "0.8.7"
2567
- source = "registry+https://github.com/rust-lang/crates.io-index"
2568
- checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2569
- dependencies = [
2570
- "new_debug_unreachable",
2571
- "once_cell",
2572
- "parking_lot",
2573
- "phf_shared 0.10.0",
2574
- "precomputed-hash",
2575
- "serde",
2576
- ]
2577
-
2578
- [[package]]
2579
- name = "string_cache_codegen"
2580
- version = "0.5.2"
2581
- source = "registry+https://github.com/rust-lang/crates.io-index"
2582
- checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2583
- dependencies = [
2584
- "phf_generator 0.10.0",
2585
- "phf_shared 0.10.0",
2586
- "proc-macro2",
2587
- "quote",
2588
- ]
2589
-
2590
- [[package]]
2591
- name = "strsim"
2592
- version = "0.10.0"
2593
- source = "registry+https://github.com/rust-lang/crates.io-index"
2594
- checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2595
-
2596
- [[package]]
2597
- name = "swift-rs"
2598
- version = "1.0.5"
2599
- source = "registry+https://github.com/rust-lang/crates.io-index"
2600
- checksum = "05e51d6f2b5fff4808614f429f8a7655ac8bcfe218185413f3a60c508482c2d6"
2601
- dependencies = [
2602
- "base64 0.21.2",
2603
- "serde",
2604
- "serde_json",
2605
- ]
2606
-
2607
- [[package]]
2608
- name = "syn"
2609
- version = "1.0.109"
2610
- source = "registry+https://github.com/rust-lang/crates.io-index"
2611
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2612
- dependencies = [
2613
- "proc-macro2",
2614
- "quote",
2615
- "unicode-ident",
2616
- ]
2617
-
2618
- [[package]]
2619
- name = "syn"
2620
- version = "2.0.28"
2621
- source = "registry+https://github.com/rust-lang/crates.io-index"
2622
- checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
2623
- dependencies = [
2624
- "proc-macro2",
2625
- "quote",
2626
- "unicode-ident",
2627
- ]
2628
-
2629
- [[package]]
2630
- name = "sys-locale"
2631
- version = "0.3.0"
2632
- source = "registry+https://github.com/rust-lang/crates.io-index"
2633
- checksum = "ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f"
2634
- dependencies = [
2635
- "libc",
2636
- "windows-sys 0.45.0",
2637
- ]
2638
-
2639
- [[package]]
2640
- name = "system-deps"
2641
- version = "6.1.1"
2642
- source = "registry+https://github.com/rust-lang/crates.io-index"
2643
- checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2644
- dependencies = [
2645
- "cfg-expr",
2646
- "heck",
2647
- "pkg-config",
2648
- "toml",
2649
- "version-compare",
2650
- ]
2651
-
2652
- [[package]]
2653
- name = "tao"
2654
- version = "0.19.1"
2655
- source = "registry+https://github.com/rust-lang/crates.io-index"
2656
- checksum = "746ae5d0ca57ae275a792f109f6e992e0b41a443abdf3f5c6eff179ef5b3443a"
2657
- dependencies = [
2658
- "bitflags 1.3.2",
2659
- "cairo-rs",
2660
- "cc",
2661
- "cocoa",
2662
- "core-foundation",
2663
- "core-graphics",
2664
- "crossbeam-channel",
2665
- "dispatch",
2666
- "gdk",
2667
- "gdk-pixbuf",
2668
- "gdk-sys",
2669
- "gdkwayland-sys",
2670
- "gdkx11-sys",
2671
- "gio",
2672
- "glib",
2673
- "glib-sys",
2674
- "gtk",
2675
- "image",
2676
- "instant",
2677
- "jni",
2678
- "lazy_static",
2679
- "libc",
2680
- "log",
2681
- "ndk",
2682
- "ndk-context",
2683
- "ndk-sys",
2684
- "objc",
2685
- "once_cell",
2686
- "parking_lot",
2687
- "png",
2688
- "raw-window-handle",
2689
- "scopeguard",
2690
- "serde",
2691
- "tao-macros",
2692
- "unicode-segmentation",
2693
- "uuid",
2694
- "windows 0.44.0",
2695
- "windows-implement",
2696
- "x11-dl",
2697
- ]
2698
-
2699
- [[package]]
2700
- name = "tao-macros"
2701
- version = "0.1.1"
2702
- source = "registry+https://github.com/rust-lang/crates.io-index"
2703
- checksum = "3b27a4bcc5eb524658234589bdffc7e7bfb996dbae6ce9393bfd39cb4159b445"
2704
- dependencies = [
2705
- "proc-macro2",
2706
- "quote",
2707
- "syn 1.0.109",
2708
- ]
2709
-
2710
- [[package]]
2711
- name = "target-lexicon"
2712
- version = "0.12.11"
2713
- source = "registry+https://github.com/rust-lang/crates.io-index"
2714
- checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2715
-
2716
- [[package]]
2717
- name = "tauri"
2718
- version = "2.0.0-alpha.10"
2719
- source = "registry+https://github.com/rust-lang/crates.io-index"
2720
- checksum = "2e18377a75e314aa1d476896af881ed63f57a78ca84889fe63e69067f0de158d"
2721
- dependencies = [
2722
- "anyhow",
2723
- "bytes",
2724
- "cocoa",
2725
- "dirs-next",
2726
- "embed_plist",
2727
- "futures-util",
2728
- "glib",
2729
- "glob",
2730
- "gtk",
2731
- "heck",
2732
- "http",
2733
- "jni",
2734
- "libc",
2735
- "log",
2736
- "objc",
2737
- "once_cell",
2738
- "percent-encoding",
2739
- "rand 0.8.5",
2740
- "raw-window-handle",
2741
- "reqwest",
2742
- "semver",
2743
- "serde",
2744
- "serde_json",
2745
- "serde_repr",
2746
- "serialize-to-javascript",
2747
- "state",
2748
- "swift-rs",
2749
- "tauri-build",
2750
- "tauri-macros",
2751
- "tauri-runtime",
2752
- "tauri-runtime-wry",
2753
- "tauri-utils",
2754
- "tempfile",
2755
- "thiserror",
2756
- "tokio",
2757
- "url",
2758
- "uuid",
2759
- "webkit2gtk",
2760
- "webview2-com",
2761
- "windows 0.44.0",
2762
- ]
2763
-
2764
- [[package]]
2765
- name = "tauri-build"
2766
- version = "2.0.0-alpha.6"
2767
- source = "registry+https://github.com/rust-lang/crates.io-index"
2768
- checksum = "a52990870fd043f1d3bd6719ae713ef2e0c50431334d7249f6ae8509d1b8c326"
2769
- dependencies = [
2770
- "anyhow",
2771
- "cargo_toml",
2772
- "heck",
2773
- "json-patch",
2774
- "semver",
2775
- "serde",
2776
- "serde_json",
2777
- "swift-rs",
2778
- "tauri-utils",
2779
- "tauri-winres",
2780
- "walkdir",
2781
- ]
2782
-
2783
- [[package]]
2784
- name = "tauri-codegen"
2785
- version = "2.0.0-alpha.6"
2786
- source = "registry+https://github.com/rust-lang/crates.io-index"
2787
- checksum = "5c1f1611ab0896f2693163ba4e8f3e39c02a1b70cdca4314286b5e365a5e08c6"
2788
- dependencies = [
2789
- "base64 0.21.2",
2790
- "brotli",
2791
- "ico",
2792
- "json-patch",
2793
- "plist",
2794
- "png",
2795
- "proc-macro2",
2796
- "quote",
2797
- "semver",
2798
- "serde",
2799
- "serde_json",
2800
- "sha2",
2801
- "tauri-utils",
2802
- "thiserror",
2803
- "time",
2804
- "url",
2805
- "uuid",
2806
- "walkdir",
2807
- ]
2808
-
2809
- [[package]]
2810
- name = "tauri-demo"
2811
- version = "0.1.0"
2812
- dependencies = [
2813
- "serde",
2814
- "serde_json",
2815
- "tauri",
2816
- "tauri-build",
2817
- "tauri-plugin-app",
2818
- "tauri-plugin-os",
2819
- "tauri-plugin-shell",
2820
- "tauri-plugin-window",
2821
- ]
2822
-
2823
- [[package]]
2824
- name = "tauri-macros"
2825
- version = "2.0.0-alpha.6"
2826
- source = "registry+https://github.com/rust-lang/crates.io-index"
2827
- checksum = "22752425c6dd6f3a058f376db7371f1d5bac250e340d40ba6c97ecf7182eef29"
2828
- dependencies = [
2829
- "heck",
2830
- "proc-macro2",
2831
- "quote",
2832
- "syn 1.0.109",
2833
- "tauri-codegen",
2834
- "tauri-utils",
2835
- ]
2836
-
2837
- [[package]]
2838
- name = "tauri-plugin-app"
2839
- version = "2.0.0-alpha.0"
2840
- source = "registry+https://github.com/rust-lang/crates.io-index"
2841
- checksum = "c88679f65ddc88b5d8b148d7713178a236dcc43d91063688a021d5a4c89ceaea"
2842
- dependencies = [
2843
- "tauri",
2844
- ]
2845
-
2846
- [[package]]
2847
- name = "tauri-plugin-os"
2848
- version = "2.0.0-alpha.0"
2849
- source = "registry+https://github.com/rust-lang/crates.io-index"
2850
- checksum = "78c8389ec68b426ff145f9520a718d1dcda4a4147ba4fea98b0dc71127992c10"
2851
- dependencies = [
2852
- "log",
2853
- "os_info",
2854
- "serde",
2855
- "serde_json",
2856
- "sys-locale",
2857
- "tauri",
2858
- "thiserror",
2859
- ]
2860
-
2861
- [[package]]
2862
- name = "tauri-plugin-shell"
2863
- version = "2.0.0-alpha.0"
2864
- source = "registry+https://github.com/rust-lang/crates.io-index"
2865
- checksum = "de1809a138afc1806b5b1b7af9469d4e5e119e59b598f014cee090f49909a17f"
2866
- dependencies = [
2867
- "encoding_rs",
2868
- "log",
2869
- "open",
2870
- "os_pipe",
2871
- "regex",
2872
- "serde",
2873
- "serde_json",
2874
- "shared_child",
2875
- "tauri",
2876
- "thiserror",
2877
- ]
2878
-
2879
- [[package]]
2880
- name = "tauri-plugin-window"
2881
- version = "2.0.0-alpha.0"
2882
- source = "registry+https://github.com/rust-lang/crates.io-index"
2883
- checksum = "209fef1a00a981949e2440924b4be267c7639daeba51b29179004fa1c6d74900"
2884
- dependencies = [
2885
- "serde",
2886
- "tauri",
2887
- "thiserror",
2888
- ]
2889
-
2890
- [[package]]
2891
- name = "tauri-runtime"
2892
- version = "0.13.0-alpha.6"
2893
- source = "registry+https://github.com/rust-lang/crates.io-index"
2894
- checksum = "d7ce19f1309299bbc38ee9236307fad4943bd8fb09dd3fea5e9dd93c1d0898d6"
2895
- dependencies = [
2896
- "gtk",
2897
- "http",
2898
- "http-range",
2899
- "jni",
2900
- "rand 0.8.5",
2901
- "raw-window-handle",
2902
- "serde",
2903
- "serde_json",
2904
- "tauri-utils",
2905
- "thiserror",
2906
- "url",
2907
- "uuid",
2908
- "windows 0.44.0",
2909
- ]
2910
-
2911
- [[package]]
2912
- name = "tauri-runtime-wry"
2913
- version = "0.13.0-alpha.6"
2914
- source = "registry+https://github.com/rust-lang/crates.io-index"
2915
- checksum = "1231be42085f3a8b150e615601f8a070bd16bf579771a5dafe2931970a05b518"
2916
- dependencies = [
2917
- "cocoa",
2918
- "gtk",
2919
- "jni",
2920
- "percent-encoding",
2921
- "rand 0.8.5",
2922
- "raw-window-handle",
2923
- "tauri-runtime",
2924
- "tauri-utils",
2925
- "uuid",
2926
- "webkit2gtk",
2927
- "webview2-com",
2928
- "windows 0.44.0",
2929
- "wry",
2930
- ]
2931
-
2932
- [[package]]
2933
- name = "tauri-utils"
2934
- version = "2.0.0-alpha.6"
2935
- source = "registry+https://github.com/rust-lang/crates.io-index"
2936
- checksum = "2e2812e0cdfffb892c654555b2f1b8c84a035b4c56eb1646cb3eb5a9d8164d8e"
2937
- dependencies = [
2938
- "brotli",
2939
- "ctor",
2940
- "dunce",
2941
- "glob",
2942
- "heck",
2943
- "html5ever",
2944
- "infer",
2945
- "json-patch",
2946
- "kuchiki",
2947
- "memchr",
2948
- "phf 0.10.1",
2949
- "proc-macro2",
2950
- "quote",
2951
- "semver",
2952
- "serde",
2953
- "serde_json",
2954
- "serde_with",
2955
- "thiserror",
2956
- "url",
2957
- "walkdir",
2958
- "windows 0.44.0",
2959
- ]
2960
-
2961
- [[package]]
2962
- name = "tauri-winres"
2963
- version = "0.1.1"
2964
- source = "registry+https://github.com/rust-lang/crates.io-index"
2965
- checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
2966
- dependencies = [
2967
- "embed-resource",
2968
- "toml",
2969
- ]
2970
-
2971
- [[package]]
2972
- name = "tempfile"
2973
- version = "3.7.0"
2974
- source = "registry+https://github.com/rust-lang/crates.io-index"
2975
- checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
2976
- dependencies = [
2977
- "cfg-if",
2978
- "fastrand",
2979
- "redox_syscall 0.3.5",
2980
- "rustix",
2981
- "windows-sys 0.48.0",
2982
- ]
2983
-
2984
- [[package]]
2985
- name = "tendril"
2986
- version = "0.4.3"
2987
- source = "registry+https://github.com/rust-lang/crates.io-index"
2988
- checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2989
- dependencies = [
2990
- "futf",
2991
- "mac",
2992
- "utf-8",
2993
- ]
2994
-
2995
- [[package]]
2996
- name = "thin-slice"
2997
- version = "0.1.1"
2998
- source = "registry+https://github.com/rust-lang/crates.io-index"
2999
- checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
3000
-
3001
- [[package]]
3002
- name = "thiserror"
3003
- version = "1.0.44"
3004
- source = "registry+https://github.com/rust-lang/crates.io-index"
3005
- checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
3006
- dependencies = [
3007
- "thiserror-impl",
3008
- ]
3009
-
3010
- [[package]]
3011
- name = "thiserror-impl"
3012
- version = "1.0.44"
3013
- source = "registry+https://github.com/rust-lang/crates.io-index"
3014
- checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
3015
- dependencies = [
3016
- "proc-macro2",
3017
- "quote",
3018
- "syn 2.0.28",
3019
- ]
3020
-
3021
- [[package]]
3022
- name = "thread_local"
3023
- version = "1.1.7"
3024
- source = "registry+https://github.com/rust-lang/crates.io-index"
3025
- checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
3026
- dependencies = [
3027
- "cfg-if",
3028
- "once_cell",
3029
- ]
3030
-
3031
- [[package]]
3032
- name = "time"
3033
- version = "0.3.25"
3034
- source = "registry+https://github.com/rust-lang/crates.io-index"
3035
- checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
3036
- dependencies = [
3037
- "deranged",
3038
- "itoa 1.0.9",
3039
- "serde",
3040
- "time-core",
3041
- "time-macros",
3042
- ]
3043
-
3044
- [[package]]
3045
- name = "time-core"
3046
- version = "0.1.1"
3047
- source = "registry+https://github.com/rust-lang/crates.io-index"
3048
- checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
3049
-
3050
- [[package]]
3051
- name = "time-macros"
3052
- version = "0.2.11"
3053
- source = "registry+https://github.com/rust-lang/crates.io-index"
3054
- checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
3055
- dependencies = [
3056
- "time-core",
3057
- ]
3058
-
3059
- [[package]]
3060
- name = "tinyvec"
3061
- version = "1.6.0"
3062
- source = "registry+https://github.com/rust-lang/crates.io-index"
3063
- checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3064
- dependencies = [
3065
- "tinyvec_macros",
3066
- ]
3067
-
3068
- [[package]]
3069
- name = "tinyvec_macros"
3070
- version = "0.1.1"
3071
- source = "registry+https://github.com/rust-lang/crates.io-index"
3072
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3073
-
3074
- [[package]]
3075
- name = "tokio"
3076
- version = "1.29.1"
3077
- source = "registry+https://github.com/rust-lang/crates.io-index"
3078
- checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
3079
- dependencies = [
3080
- "autocfg",
3081
- "backtrace",
3082
- "bytes",
3083
- "libc",
3084
- "mio",
3085
- "num_cpus",
3086
- "pin-project-lite",
3087
- "socket2",
3088
- "windows-sys 0.48.0",
3089
- ]
3090
-
3091
- [[package]]
3092
- name = "tokio-util"
3093
- version = "0.7.8"
3094
- source = "registry+https://github.com/rust-lang/crates.io-index"
3095
- checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
3096
- dependencies = [
3097
- "bytes",
3098
- "futures-core",
3099
- "futures-sink",
3100
- "pin-project-lite",
3101
- "tokio",
3102
- "tracing",
3103
- ]
3104
-
3105
- [[package]]
3106
- name = "toml"
3107
- version = "0.7.6"
3108
- source = "registry+https://github.com/rust-lang/crates.io-index"
3109
- checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
3110
- dependencies = [
3111
- "serde",
3112
- "serde_spanned",
3113
- "toml_datetime",
3114
- "toml_edit",
3115
- ]
3116
-
3117
- [[package]]
3118
- name = "toml_datetime"
3119
- version = "0.6.3"
3120
- source = "registry+https://github.com/rust-lang/crates.io-index"
3121
- checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
3122
- dependencies = [
3123
- "serde",
3124
- ]
3125
-
3126
- [[package]]
3127
- name = "toml_edit"
3128
- version = "0.19.14"
3129
- source = "registry+https://github.com/rust-lang/crates.io-index"
3130
- checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
3131
- dependencies = [
3132
- "indexmap 2.0.0",
3133
- "serde",
3134
- "serde_spanned",
3135
- "toml_datetime",
3136
- "winnow",
3137
- ]
3138
-
3139
- [[package]]
3140
- name = "tower-service"
3141
- version = "0.3.2"
3142
- source = "registry+https://github.com/rust-lang/crates.io-index"
3143
- checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3144
-
3145
- [[package]]
3146
- name = "tracing"
3147
- version = "0.1.37"
3148
- source = "registry+https://github.com/rust-lang/crates.io-index"
3149
- checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
3150
- dependencies = [
3151
- "cfg-if",
3152
- "pin-project-lite",
3153
- "tracing-attributes",
3154
- "tracing-core",
3155
- ]
3156
-
3157
- [[package]]
3158
- name = "tracing-attributes"
3159
- version = "0.1.26"
3160
- source = "registry+https://github.com/rust-lang/crates.io-index"
3161
- checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
3162
- dependencies = [
3163
- "proc-macro2",
3164
- "quote",
3165
- "syn 2.0.28",
3166
- ]
3167
-
3168
- [[package]]
3169
- name = "tracing-core"
3170
- version = "0.1.31"
3171
- source = "registry+https://github.com/rust-lang/crates.io-index"
3172
- checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
3173
- dependencies = [
3174
- "once_cell",
3175
- "valuable",
3176
- ]
3177
-
3178
- [[package]]
3179
- name = "tracing-log"
3180
- version = "0.1.3"
3181
- source = "registry+https://github.com/rust-lang/crates.io-index"
3182
- checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
3183
- dependencies = [
3184
- "lazy_static",
3185
- "log",
3186
- "tracing-core",
3187
- ]
3188
-
3189
- [[package]]
3190
- name = "tracing-subscriber"
3191
- version = "0.3.17"
3192
- source = "registry+https://github.com/rust-lang/crates.io-index"
3193
- checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
3194
- dependencies = [
3195
- "matchers",
3196
- "nu-ansi-term",
3197
- "once_cell",
3198
- "regex",
3199
- "sharded-slab",
3200
- "smallvec",
3201
- "thread_local",
3202
- "tracing",
3203
- "tracing-core",
3204
- "tracing-log",
3205
- ]
3206
-
3207
- [[package]]
3208
- name = "treediff"
3209
- version = "4.0.2"
3210
- source = "registry+https://github.com/rust-lang/crates.io-index"
3211
- checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303"
3212
- dependencies = [
3213
- "serde_json",
3214
- ]
3215
-
3216
- [[package]]
3217
- name = "try-lock"
3218
- version = "0.2.4"
3219
- source = "registry+https://github.com/rust-lang/crates.io-index"
3220
- checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
3221
-
3222
- [[package]]
3223
- name = "typenum"
3224
- version = "1.16.0"
3225
- source = "registry+https://github.com/rust-lang/crates.io-index"
3226
- checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
3227
-
3228
- [[package]]
3229
- name = "unicode-bidi"
3230
- version = "0.3.13"
3231
- source = "registry+https://github.com/rust-lang/crates.io-index"
3232
- checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
3233
-
3234
- [[package]]
3235
- name = "unicode-ident"
3236
- version = "1.0.11"
3237
- source = "registry+https://github.com/rust-lang/crates.io-index"
3238
- checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
3239
-
3240
- [[package]]
3241
- name = "unicode-normalization"
3242
- version = "0.1.22"
3243
- source = "registry+https://github.com/rust-lang/crates.io-index"
3244
- checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
3245
- dependencies = [
3246
- "tinyvec",
3247
- ]
3248
-
3249
- [[package]]
3250
- name = "unicode-segmentation"
3251
- version = "1.10.1"
3252
- source = "registry+https://github.com/rust-lang/crates.io-index"
3253
- checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3254
-
3255
- [[package]]
3256
- name = "url"
3257
- version = "2.4.0"
3258
- source = "registry+https://github.com/rust-lang/crates.io-index"
3259
- checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
3260
- dependencies = [
3261
- "form_urlencoded",
3262
- "idna",
3263
- "percent-encoding",
3264
- "serde",
3265
- ]
3266
-
3267
- [[package]]
3268
- name = "utf-8"
3269
- version = "0.7.6"
3270
- source = "registry+https://github.com/rust-lang/crates.io-index"
3271
- checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3272
-
3273
- [[package]]
3274
- name = "uuid"
3275
- version = "1.4.1"
3276
- source = "registry+https://github.com/rust-lang/crates.io-index"
3277
- checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
3278
- dependencies = [
3279
- "getrandom 0.2.10",
3280
- ]
3281
-
3282
- [[package]]
3283
- name = "valuable"
3284
- version = "0.1.0"
3285
- source = "registry+https://github.com/rust-lang/crates.io-index"
3286
- checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3287
-
3288
- [[package]]
3289
- name = "version-compare"
3290
- version = "0.1.1"
3291
- source = "registry+https://github.com/rust-lang/crates.io-index"
3292
- checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
3293
-
3294
- [[package]]
3295
- name = "version_check"
3296
- version = "0.9.4"
3297
- source = "registry+https://github.com/rust-lang/crates.io-index"
3298
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3299
-
3300
- [[package]]
3301
- name = "vswhom"
3302
- version = "0.1.0"
3303
- source = "registry+https://github.com/rust-lang/crates.io-index"
3304
- checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
3305
- dependencies = [
3306
- "libc",
3307
- "vswhom-sys",
3308
- ]
3309
-
3310
- [[package]]
3311
- name = "vswhom-sys"
3312
- version = "0.1.2"
3313
- source = "registry+https://github.com/rust-lang/crates.io-index"
3314
- checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
3315
- dependencies = [
3316
- "cc",
3317
- "libc",
3318
- ]
3319
-
3320
- [[package]]
3321
- name = "walkdir"
3322
- version = "2.3.3"
3323
- source = "registry+https://github.com/rust-lang/crates.io-index"
3324
- checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
3325
- dependencies = [
3326
- "same-file",
3327
- "winapi-util",
3328
- ]
3329
-
3330
- [[package]]
3331
- name = "want"
3332
- version = "0.3.1"
3333
- source = "registry+https://github.com/rust-lang/crates.io-index"
3334
- checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3335
- dependencies = [
3336
- "try-lock",
3337
- ]
3338
-
3339
- [[package]]
3340
- name = "wasi"
3341
- version = "0.9.0+wasi-snapshot-preview1"
3342
- source = "registry+https://github.com/rust-lang/crates.io-index"
3343
- checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3344
-
3345
- [[package]]
3346
- name = "wasi"
3347
- version = "0.11.0+wasi-snapshot-preview1"
3348
- source = "registry+https://github.com/rust-lang/crates.io-index"
3349
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3350
-
3351
- [[package]]
3352
- name = "wasm-bindgen"
3353
- version = "0.2.87"
3354
- source = "registry+https://github.com/rust-lang/crates.io-index"
3355
- checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
3356
- dependencies = [
3357
- "cfg-if",
3358
- "wasm-bindgen-macro",
3359
- ]
3360
-
3361
- [[package]]
3362
- name = "wasm-bindgen-backend"
3363
- version = "0.2.87"
3364
- source = "registry+https://github.com/rust-lang/crates.io-index"
3365
- checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
3366
- dependencies = [
3367
- "bumpalo",
3368
- "log",
3369
- "once_cell",
3370
- "proc-macro2",
3371
- "quote",
3372
- "syn 2.0.28",
3373
- "wasm-bindgen-shared",
3374
- ]
3375
-
3376
- [[package]]
3377
- name = "wasm-bindgen-futures"
3378
- version = "0.4.37"
3379
- source = "registry+https://github.com/rust-lang/crates.io-index"
3380
- checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
3381
- dependencies = [
3382
- "cfg-if",
3383
- "js-sys",
3384
- "wasm-bindgen",
3385
- "web-sys",
3386
- ]
3387
-
3388
- [[package]]
3389
- name = "wasm-bindgen-macro"
3390
- version = "0.2.87"
3391
- source = "registry+https://github.com/rust-lang/crates.io-index"
3392
- checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
3393
- dependencies = [
3394
- "quote",
3395
- "wasm-bindgen-macro-support",
3396
- ]
3397
-
3398
- [[package]]
3399
- name = "wasm-bindgen-macro-support"
3400
- version = "0.2.87"
3401
- source = "registry+https://github.com/rust-lang/crates.io-index"
3402
- checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
3403
- dependencies = [
3404
- "proc-macro2",
3405
- "quote",
3406
- "syn 2.0.28",
3407
- "wasm-bindgen-backend",
3408
- "wasm-bindgen-shared",
3409
- ]
3410
-
3411
- [[package]]
3412
- name = "wasm-bindgen-shared"
3413
- version = "0.2.87"
3414
- source = "registry+https://github.com/rust-lang/crates.io-index"
3415
- checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
3416
-
3417
- [[package]]
3418
- name = "wasm-streams"
3419
- version = "0.2.3"
3420
- source = "registry+https://github.com/rust-lang/crates.io-index"
3421
- checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
3422
- dependencies = [
3423
- "futures-util",
3424
- "js-sys",
3425
- "wasm-bindgen",
3426
- "wasm-bindgen-futures",
3427
- "web-sys",
3428
- ]
3429
-
3430
- [[package]]
3431
- name = "web-sys"
3432
- version = "0.3.64"
3433
- source = "registry+https://github.com/rust-lang/crates.io-index"
3434
- checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
3435
- dependencies = [
3436
- "js-sys",
3437
- "wasm-bindgen",
3438
- ]
3439
-
3440
- [[package]]
3441
- name = "webkit2gtk"
3442
- version = "0.19.2"
3443
- source = "registry+https://github.com/rust-lang/crates.io-index"
3444
- checksum = "d8eea819afe15eb8dcdff4f19d8bfda540bae84d874c10e6f4b8faf2d6704bd1"
3445
- dependencies = [
3446
- "bitflags 1.3.2",
3447
- "cairo-rs",
3448
- "gdk",
3449
- "gdk-sys",
3450
- "gio",
3451
- "gio-sys",
3452
- "glib",
3453
- "glib-sys",
3454
- "gobject-sys",
3455
- "gtk",
3456
- "gtk-sys",
3457
- "javascriptcore-rs",
3458
- "libc",
3459
- "once_cell",
3460
- "soup3",
3461
- "webkit2gtk-sys",
3462
- ]
3463
-
3464
- [[package]]
3465
- name = "webkit2gtk-sys"
3466
- version = "0.19.1"
3467
- source = "registry+https://github.com/rust-lang/crates.io-index"
3468
- checksum = "d0ac7a95ddd3fdfcaf83d8e513b4b1ad101b95b413b6aa6662ed95f284fc3d5b"
3469
- dependencies = [
3470
- "bitflags 1.3.2",
3471
- "cairo-sys-rs",
3472
- "gdk-sys",
3473
- "gio-sys",
3474
- "glib-sys",
3475
- "gobject-sys",
3476
- "gtk-sys",
3477
- "javascriptcore-rs-sys",
3478
- "libc",
3479
- "pkg-config",
3480
- "soup3-sys",
3481
- "system-deps",
3482
- ]
3483
-
3484
- [[package]]
3485
- name = "webview2-com"
3486
- version = "0.22.1"
3487
- source = "registry+https://github.com/rust-lang/crates.io-index"
3488
- checksum = "11296e5daf3a653b79bf47d66c380e4143d5b9c975818871179a3bda79499562"
3489
- dependencies = [
3490
- "webview2-com-macros",
3491
- "webview2-com-sys",
3492
- "windows 0.44.0",
3493
- "windows-implement",
3494
- ]
3495
-
3496
- [[package]]
3497
- name = "webview2-com-macros"
3498
- version = "0.6.0"
3499
- source = "registry+https://github.com/rust-lang/crates.io-index"
3500
- checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
3501
- dependencies = [
3502
- "proc-macro2",
3503
- "quote",
3504
- "syn 1.0.109",
3505
- ]
3506
-
3507
- [[package]]
3508
- name = "webview2-com-sys"
3509
- version = "0.22.1"
3510
- source = "registry+https://github.com/rust-lang/crates.io-index"
3511
- checksum = "cde542bed28058a5b028d459689ee57f1d06685bb6c266da3b91b1be6703952f"
3512
- dependencies = [
3513
- "regex",
3514
- "serde",
3515
- "serde_json",
3516
- "thiserror",
3517
- "windows 0.44.0",
3518
- "windows-bindgen",
3519
- "windows-metadata",
3520
- ]
3521
-
3522
- [[package]]
3523
- name = "winapi"
3524
- version = "0.3.9"
3525
- source = "registry+https://github.com/rust-lang/crates.io-index"
3526
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3527
- dependencies = [
3528
- "winapi-i686-pc-windows-gnu",
3529
- "winapi-x86_64-pc-windows-gnu",
3530
- ]
3531
-
3532
- [[package]]
3533
- name = "winapi-i686-pc-windows-gnu"
3534
- version = "0.4.0"
3535
- source = "registry+https://github.com/rust-lang/crates.io-index"
3536
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3537
-
3538
- [[package]]
3539
- name = "winapi-util"
3540
- version = "0.1.5"
3541
- source = "registry+https://github.com/rust-lang/crates.io-index"
3542
- checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3543
- dependencies = [
3544
- "winapi",
3545
- ]
3546
-
3547
- [[package]]
3548
- name = "winapi-x86_64-pc-windows-gnu"
3549
- version = "0.4.0"
3550
- source = "registry+https://github.com/rust-lang/crates.io-index"
3551
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3552
-
3553
- [[package]]
3554
- name = "windows"
3555
- version = "0.44.0"
3556
- source = "registry+https://github.com/rust-lang/crates.io-index"
3557
- checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
3558
- dependencies = [
3559
- "windows-implement",
3560
- "windows-interface",
3561
- "windows-targets 0.42.2",
3562
- ]
3563
-
3564
- [[package]]
3565
- name = "windows"
3566
- version = "0.48.0"
3567
- source = "registry+https://github.com/rust-lang/crates.io-index"
3568
- checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
3569
- dependencies = [
3570
- "windows-targets 0.48.1",
3571
- ]
3572
-
3573
- [[package]]
3574
- name = "windows-bindgen"
3575
- version = "0.44.0"
3576
- source = "registry+https://github.com/rust-lang/crates.io-index"
3577
- checksum = "222204ecf46521382a4d88b4a1bbefca9f8855697b4ab7d20803901425e061a3"
3578
- dependencies = [
3579
- "windows-metadata",
3580
- "windows-tokens",
3581
- ]
3582
-
3583
- [[package]]
3584
- name = "windows-implement"
3585
- version = "0.44.0"
3586
- source = "registry+https://github.com/rust-lang/crates.io-index"
3587
- checksum = "6ce87ca8e3417b02dc2a8a22769306658670ec92d78f1bd420d6310a67c245c6"
3588
- dependencies = [
3589
- "proc-macro2",
3590
- "quote",
3591
- "syn 1.0.109",
3592
- ]
3593
-
3594
- [[package]]
3595
- name = "windows-interface"
3596
- version = "0.44.0"
3597
- source = "registry+https://github.com/rust-lang/crates.io-index"
3598
- checksum = "853f69a591ecd4f810d29f17e902d40e349fb05b0b11fff63b08b826bfe39c7f"
3599
- dependencies = [
3600
- "proc-macro2",
3601
- "quote",
3602
- "syn 1.0.109",
3603
- ]
3604
-
3605
- [[package]]
3606
- name = "windows-metadata"
3607
- version = "0.44.0"
3608
- source = "registry+https://github.com/rust-lang/crates.io-index"
3609
- checksum = "ee78911e3f4ce32c1ad9d3c7b0bd95389662ad8d8f1a3155688fed70bd96e2b6"
3610
-
3611
- [[package]]
3612
- name = "windows-sys"
3613
- version = "0.45.0"
3614
- source = "registry+https://github.com/rust-lang/crates.io-index"
3615
- checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3616
- dependencies = [
3617
- "windows-targets 0.42.2",
3618
- ]
3619
-
3620
- [[package]]
3621
- name = "windows-sys"
3622
- version = "0.48.0"
3623
- source = "registry+https://github.com/rust-lang/crates.io-index"
3624
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3625
- dependencies = [
3626
- "windows-targets 0.48.1",
3627
- ]
3628
-
3629
- [[package]]
3630
- name = "windows-targets"
3631
- version = "0.42.2"
3632
- source = "registry+https://github.com/rust-lang/crates.io-index"
3633
- checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
3634
- dependencies = [
3635
- "windows_aarch64_gnullvm 0.42.2",
3636
- "windows_aarch64_msvc 0.42.2",
3637
- "windows_i686_gnu 0.42.2",
3638
- "windows_i686_msvc 0.42.2",
3639
- "windows_x86_64_gnu 0.42.2",
3640
- "windows_x86_64_gnullvm 0.42.2",
3641
- "windows_x86_64_msvc 0.42.2",
3642
- ]
3643
-
3644
- [[package]]
3645
- name = "windows-targets"
3646
- version = "0.48.1"
3647
- source = "registry+https://github.com/rust-lang/crates.io-index"
3648
- checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
3649
- dependencies = [
3650
- "windows_aarch64_gnullvm 0.48.0",
3651
- "windows_aarch64_msvc 0.48.0",
3652
- "windows_i686_gnu 0.48.0",
3653
- "windows_i686_msvc 0.48.0",
3654
- "windows_x86_64_gnu 0.48.0",
3655
- "windows_x86_64_gnullvm 0.48.0",
3656
- "windows_x86_64_msvc 0.48.0",
3657
- ]
3658
-
3659
- [[package]]
3660
- name = "windows-tokens"
3661
- version = "0.44.0"
3662
- source = "registry+https://github.com/rust-lang/crates.io-index"
3663
- checksum = "fa4251900975a0d10841c5d4bde79c56681543367ef811f3fabb8d1803b0959b"
3664
-
3665
- [[package]]
3666
- name = "windows_aarch64_gnullvm"
3667
- version = "0.42.2"
3668
- source = "registry+https://github.com/rust-lang/crates.io-index"
3669
- checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3670
-
3671
- [[package]]
3672
- name = "windows_aarch64_gnullvm"
3673
- version = "0.48.0"
3674
- source = "registry+https://github.com/rust-lang/crates.io-index"
3675
- checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
3676
-
3677
- [[package]]
3678
- name = "windows_aarch64_msvc"
3679
- version = "0.42.2"
3680
- source = "registry+https://github.com/rust-lang/crates.io-index"
3681
- checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3682
-
3683
- [[package]]
3684
- name = "windows_aarch64_msvc"
3685
- version = "0.48.0"
3686
- source = "registry+https://github.com/rust-lang/crates.io-index"
3687
- checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
3688
-
3689
- [[package]]
3690
- name = "windows_i686_gnu"
3691
- version = "0.42.2"
3692
- source = "registry+https://github.com/rust-lang/crates.io-index"
3693
- checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3694
-
3695
- [[package]]
3696
- name = "windows_i686_gnu"
3697
- version = "0.48.0"
3698
- source = "registry+https://github.com/rust-lang/crates.io-index"
3699
- checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
3700
-
3701
- [[package]]
3702
- name = "windows_i686_msvc"
3703
- version = "0.42.2"
3704
- source = "registry+https://github.com/rust-lang/crates.io-index"
3705
- checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3706
-
3707
- [[package]]
3708
- name = "windows_i686_msvc"
3709
- version = "0.48.0"
3710
- source = "registry+https://github.com/rust-lang/crates.io-index"
3711
- checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
3712
-
3713
- [[package]]
3714
- name = "windows_x86_64_gnu"
3715
- version = "0.42.2"
3716
- source = "registry+https://github.com/rust-lang/crates.io-index"
3717
- checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3718
-
3719
- [[package]]
3720
- name = "windows_x86_64_gnu"
3721
- version = "0.48.0"
3722
- source = "registry+https://github.com/rust-lang/crates.io-index"
3723
- checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
3724
-
3725
- [[package]]
3726
- name = "windows_x86_64_gnullvm"
3727
- version = "0.42.2"
3728
- source = "registry+https://github.com/rust-lang/crates.io-index"
3729
- checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3730
-
3731
- [[package]]
3732
- name = "windows_x86_64_gnullvm"
3733
- version = "0.48.0"
3734
- source = "registry+https://github.com/rust-lang/crates.io-index"
3735
- checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
3736
-
3737
- [[package]]
3738
- name = "windows_x86_64_msvc"
3739
- version = "0.42.2"
3740
- source = "registry+https://github.com/rust-lang/crates.io-index"
3741
- checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3742
-
3743
- [[package]]
3744
- name = "windows_x86_64_msvc"
3745
- version = "0.48.0"
3746
- source = "registry+https://github.com/rust-lang/crates.io-index"
3747
- checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
3748
-
3749
- [[package]]
3750
- name = "winnow"
3751
- version = "0.5.3"
3752
- source = "registry+https://github.com/rust-lang/crates.io-index"
3753
- checksum = "f46aab759304e4d7b2075a9aecba26228bb073ee8c50db796b2c72c676b5d807"
3754
- dependencies = [
3755
- "memchr",
3756
- ]
3757
-
3758
- [[package]]
3759
- name = "winreg"
3760
- version = "0.10.1"
3761
- source = "registry+https://github.com/rust-lang/crates.io-index"
3762
- checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
3763
- dependencies = [
3764
- "winapi",
3765
- ]
3766
-
3767
- [[package]]
3768
- name = "winreg"
3769
- version = "0.11.0"
3770
- source = "registry+https://github.com/rust-lang/crates.io-index"
3771
- checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189"
3772
- dependencies = [
3773
- "cfg-if",
3774
- "winapi",
3775
- ]
3776
-
3777
- [[package]]
3778
- name = "wry"
3779
- version = "0.28.3"
3780
- source = "registry+https://github.com/rust-lang/crates.io-index"
3781
- checksum = "7d15f9f827d537cefe6d047be3930f5d89b238dfb85e08ba6a319153217635aa"
3782
- dependencies = [
3783
- "base64 0.13.1",
3784
- "block",
3785
- "cocoa",
3786
- "core-graphics",
3787
- "crossbeam-channel",
3788
- "dunce",
3789
- "gdk",
3790
- "gio",
3791
- "glib",
3792
- "gtk",
3793
- "html5ever",
3794
- "http",
3795
- "javascriptcore-rs",
3796
- "kuchiki",
3797
- "libc",
3798
- "log",
3799
- "objc",
3800
- "objc_id",
3801
- "once_cell",
3802
- "serde",
3803
- "serde_json",
3804
- "sha2",
3805
- "soup3",
3806
- "tao",
3807
- "thiserror",
3808
- "url",
3809
- "webkit2gtk",
3810
- "webkit2gtk-sys",
3811
- "webview2-com",
3812
- "windows 0.44.0",
3813
- "windows-implement",
3814
- ]
3815
-
3816
- [[package]]
3817
- name = "x11"
3818
- version = "2.21.0"
3819
- source = "registry+https://github.com/rust-lang/crates.io-index"
3820
- checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
3821
- dependencies = [
3822
- "libc",
3823
- "pkg-config",
3824
- ]
3825
-
3826
- [[package]]
3827
- name = "x11-dl"
3828
- version = "2.21.0"
3829
- source = "registry+https://github.com/rust-lang/crates.io-index"
3830
- checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
3831
- dependencies = [
3832
- "libc",
3833
- "once_cell",
3834
- "pkg-config",
3835
- ]