| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "accesskit" |
| 7 |
version = "0.24.1" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "d3b7f7f85a7e5f68090000ed7622545829afd484d210358702ae4cb97dd0c320" |
| 10 |
dependencies = [ |
| 11 |
"uuid", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "adler2" |
| 16 |
version = "2.0.1" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "aead" |
| 22 |
version = "0.6.1" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99" |
| 25 |
dependencies = [ |
| 26 |
"crypto-common 0.2.2", |
| 27 |
"inout 0.2.2", |
| 28 |
] |
| 29 |
|
| 30 |
[[package]] |
| 31 |
name = "aes" |
| 32 |
version = "0.8.4" |
| 33 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 34 |
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 35 |
dependencies = [ |
| 36 |
"cfg-if", |
| 37 |
"cipher 0.4.4", |
| 38 |
"cpufeatures 0.2.17", |
| 39 |
] |
| 40 |
|
| 41 |
[[package]] |
| 42 |
name = "ahash" |
| 43 |
version = "0.8.12" |
| 44 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 |
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 46 |
dependencies = [ |
| 47 |
"cfg-if", |
| 48 |
"const-random", |
| 49 |
"getrandom 0.3.4", |
| 50 |
"once_cell", |
| 51 |
"version_check", |
| 52 |
"zerocopy", |
| 53 |
] |
| 54 |
|
| 55 |
[[package]] |
| 56 |
name = "aho-corasick" |
| 57 |
version = "1.1.5" |
| 58 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 |
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" |
| 60 |
dependencies = [ |
| 61 |
"memchr", |
| 62 |
] |
| 63 |
|
| 64 |
[[package]] |
| 65 |
name = "alsa" |
| 66 |
version = "0.11.0" |
| 67 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 |
checksum = "812947049edcd670a82cd5c73c3661d2e58468577ba8489de58e1a73c04cbd5d" |
| 69 |
dependencies = [ |
| 70 |
"alsa-sys", |
| 71 |
"bitflags 2.13.1", |
| 72 |
"cfg-if", |
| 73 |
"libc", |
| 74 |
] |
| 75 |
|
| 76 |
[[package]] |
| 77 |
name = "alsa-sys" |
| 78 |
version = "0.4.0" |
| 79 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 |
checksum = "ad7569085a265dd3f607ebecce7458eaab2132a84393534c95b18dcbc3f31e04" |
| 81 |
dependencies = [ |
| 82 |
"libc", |
| 83 |
"pkg-config", |
| 84 |
] |
| 85 |
|
| 86 |
[[package]] |
| 87 |
name = "ammonia" |
| 88 |
version = "4.1.4" |
| 89 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 |
checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d" |
| 91 |
dependencies = [ |
| 92 |
"cssparser", |
| 93 |
"html5ever", |
| 94 |
"maplit", |
| 95 |
"url", |
| 96 |
] |
| 97 |
|
| 98 |
[[package]] |
| 99 |
name = "android-activity" |
| 100 |
version = "0.6.1" |
| 101 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 |
checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd" |
| 103 |
dependencies = [ |
| 104 |
"android-properties", |
| 105 |
"bitflags 2.13.1", |
| 106 |
"cc", |
| 107 |
"jni 0.22.4", |
| 108 |
"libc", |
| 109 |
"log", |
| 110 |
"ndk", |
| 111 |
"ndk-context", |
| 112 |
"ndk-sys", |
| 113 |
"num_enum", |
| 114 |
"thiserror 2.0.20", |
| 115 |
] |
| 116 |
|
| 117 |
[[package]] |
| 118 |
name = "android-build" |
| 119 |
version = "0.1.4" |
| 120 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 |
checksum = "f9fc9904ad2ad097c3c1cfe2eacaaf0fc24710936fa9ed941cb310b7c6ed2ab7" |
| 122 |
dependencies = [ |
| 123 |
"windows-sys 0.52.0", |
| 124 |
] |
| 125 |
|
| 126 |
[[package]] |
| 127 |
name = "android-properties" |
| 128 |
version = "0.2.2" |
| 129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 |
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" |
| 131 |
|
| 132 |
[[package]] |
| 133 |
name = "android_system_properties" |
| 134 |
version = "0.1.6" |
| 135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 |
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc" |
| 137 |
dependencies = [ |
| 138 |
"libc", |
| 139 |
] |
| 140 |
|
| 141 |
[[package]] |
| 142 |
name = "apple-native-keyring-store" |
| 143 |
version = "1.0.2" |
| 144 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 |
checksum = "2b350bfd03649e07aa05c0a81b3e15934374e585c98204a57e20b9d49f49bb9a" |
| 146 |
dependencies = [ |
| 147 |
"keyring-core", |
| 148 |
"log", |
| 149 |
"security-framework", |
| 150 |
] |
| 151 |
|
| 152 |
[[package]] |
| 153 |
name = "arboard" |
| 154 |
version = "3.6.1" |
| 155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 |
checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" |
| 157 |
dependencies = [ |
| 158 |
"clipboard-win", |
| 159 |
"image", |
| 160 |
"log", |
| 161 |
"objc2 0.6.4", |
| 162 |
"objc2-app-kit 0.3.2", |
| 163 |
"objc2-core-foundation", |
| 164 |
"objc2-core-graphics", |
| 165 |
"objc2-foundation 0.3.2", |
| 166 |
"parking_lot", |
| 167 |
"percent-encoding", |
| 168 |
"windows-sys 0.60.2", |
| 169 |
"x11rb", |
| 170 |
] |
| 171 |
|
| 172 |
[[package]] |
| 173 |
name = "argon2" |
| 174 |
version = "0.5.3" |
| 175 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 |
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| 177 |
dependencies = [ |
| 178 |
"base64ct", |
| 179 |
"blake2", |
| 180 |
"cpufeatures 0.2.17", |
| 181 |
"password-hash", |
| 182 |
] |
| 183 |
|
| 184 |
[[package]] |
| 185 |
name = "arrayvec" |
| 186 |
version = "0.7.8" |
| 187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 |
checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" |
| 189 |
|
| 190 |
[[package]] |
| 191 |
name = "as-raw-xcb-connection" |
| 192 |
version = "1.0.1" |
| 193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 |
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 195 |
|
| 196 |
[[package]] |
| 197 |
name = "async-broadcast" |
| 198 |
version = "0.7.2" |
| 199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 |
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 201 |
dependencies = [ |
| 202 |
"event-listener", |
| 203 |
"event-listener-strategy", |
| 204 |
"futures-core", |
| 205 |
"pin-project-lite", |
| 206 |
] |
| 207 |
|
| 208 |
[[package]] |
| 209 |
name = "async-channel" |
| 210 |
version = "2.5.0" |
| 211 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 |
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 213 |
dependencies = [ |
| 214 |
"concurrent-queue", |
| 215 |
"event-listener-strategy", |
| 216 |
"futures-core", |
| 217 |
"pin-project-lite", |
| 218 |
] |
| 219 |
|
| 220 |
[[package]] |
| 221 |
name = "async-executor" |
| 222 |
version = "1.14.0" |
| 223 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 |
checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" |
| 225 |
dependencies = [ |
| 226 |
"async-task", |
| 227 |
"concurrent-queue", |
| 228 |
"fastrand", |
| 229 |
"futures-lite", |
| 230 |
"pin-project-lite", |
| 231 |
"slab", |
| 232 |
] |
| 233 |
|
| 234 |
[[package]] |
| 235 |
name = "async-io" |
| 236 |
version = "2.6.0" |
| 237 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 |
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 239 |
dependencies = [ |
| 240 |
"autocfg", |
| 241 |
"cfg-if", |
| 242 |
"concurrent-queue", |
| 243 |
"futures-io", |
| 244 |
"futures-lite", |
| 245 |
"parking", |
| 246 |
"polling", |
| 247 |
"rustix 1.1.4", |
| 248 |
"slab", |
| 249 |
"windows-sys 0.61.2", |
| 250 |
] |
| 251 |
|
| 252 |
[[package]] |
| 253 |
name = "async-lock" |
| 254 |
version = "3.4.2" |
| 255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 |
checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 257 |
dependencies = [ |
| 258 |
"event-listener", |
| 259 |
"event-listener-strategy", |
| 260 |
"pin-project-lite", |
| 261 |
] |
| 262 |
|
| 263 |
[[package]] |
| 264 |
name = "async-process" |
| 265 |
version = "2.5.0" |
| 266 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 267 |
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 268 |
dependencies = [ |
| 269 |
"async-channel", |
| 270 |
"async-io", |
| 271 |
"async-lock", |
| 272 |
"async-signal", |
| 273 |
"async-task", |
| 274 |
"blocking", |
| 275 |
"cfg-if", |
| 276 |
"event-listener", |
| 277 |
"futures-lite", |
| 278 |
"rustix 1.1.4", |
| 279 |
] |
| 280 |
|
| 281 |
[[package]] |
| 282 |
name = "async-recursion" |
| 283 |
version = "1.1.1" |
| 284 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 |
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 286 |
dependencies = [ |
| 287 |
"proc-macro2", |
| 288 |
"quote", |
| 289 |
"syn 2.0.119", |
| 290 |
] |
| 291 |
|
| 292 |
[[package]] |
| 293 |
name = "async-signal" |
| 294 |
version = "0.2.14" |
| 295 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 |
checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" |
| 297 |
dependencies = [ |
| 298 |
"async-io", |
| 299 |
"async-lock", |
| 300 |
"atomic-waker", |
| 301 |
"cfg-if", |
| 302 |
"futures-core", |
| 303 |
"futures-io", |
| 304 |
"rustix 1.1.4", |
| 305 |
"signal-hook-registry", |
| 306 |
"slab", |
| 307 |
"windows-sys 0.61.2", |
| 308 |
] |
| 309 |
|
| 310 |
[[package]] |
| 311 |
name = "async-task" |
| 312 |
version = "4.7.1" |
| 313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 |
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 315 |
|
| 316 |
[[package]] |
| 317 |
name = "async-trait" |
| 318 |
version = "0.1.92" |
| 319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 |
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" |
| 321 |
dependencies = [ |
| 322 |
"proc-macro2", |
| 323 |
"quote", |
| 324 |
"syn 3.0.3", |
| 325 |
] |
| 326 |
|
| 327 |
[[package]] |
| 328 |
name = "atk" |
| 329 |
version = "0.18.2" |
| 330 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 331 |
checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" |
| 332 |
dependencies = [ |
| 333 |
"atk-sys", |
| 334 |
"glib", |
| 335 |
"libc", |
| 336 |
] |
| 337 |
|
| 338 |
[[package]] |
| 339 |
name = "atk-sys" |
| 340 |
version = "0.18.2" |
| 341 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 |
checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" |
| 343 |
dependencies = [ |
| 344 |
"glib-sys", |
| 345 |
"gobject-sys", |
| 346 |
"libc", |
| 347 |
"system-deps", |
| 348 |
] |
| 349 |
|
| 350 |
[[package]] |
| 351 |
name = "atomic-waker" |
| 352 |
version = "1.1.2" |
| 353 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 354 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 355 |
|
| 356 |
[[package]] |
| 357 |
name = "audio-core" |
| 358 |
version = "0.2.1" |
| 359 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 360 |
checksum = "f93ebbf82d06013f4c41fe71303feb980cddd78496d904d06be627972de51a24" |
| 361 |
|
| 362 |
[[package]] |
| 363 |
name = "audioadapter" |
| 364 |
version = "4.0.0" |
| 365 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 |
checksum = "c75c3943c6c7279bb25a449a8d1727480730ab2efd7b6fd5d6ca51927096e6e4" |
| 367 |
dependencies = [ |
| 368 |
"audio-core", |
| 369 |
"num-traits", |
| 370 |
] |
| 371 |
|
| 372 |
[[package]] |
| 373 |
name = "audioadapter-buffers" |
| 374 |
version = "4.0.0" |
| 375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 376 |
checksum = "ece3390b6eb40379094843a1da5aaccc34bc0d85a8cbf68d09fe092fee6de29e" |
| 377 |
dependencies = [ |
| 378 |
"audioadapter", |
| 379 |
"audioadapter-sample", |
| 380 |
"num-traits", |
| 381 |
] |
| 382 |
|
| 383 |
[[package]] |
| 384 |
name = "audioadapter-sample" |
| 385 |
version = "4.0.0" |
| 386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 |
checksum = "1592f90413568e259413c21a41a3d571feb1774255c209e7966d98f9db708c90" |
| 388 |
dependencies = [ |
| 389 |
"audio-core", |
| 390 |
"num-traits", |
| 391 |
] |
| 392 |
|
| 393 |
[[package]] |
| 394 |
name = "audiofiles-app" |
| 395 |
version = "0.5.0" |
| 396 |
dependencies = [ |
| 397 |
"audiofiles-browser", |
| 398 |
"audiofiles-core", |
| 399 |
"audiofiles-sync", |
| 400 |
"chrono", |
| 401 |
"cpal", |
| 402 |
"dirs", |
| 403 |
"eframe", |
| 404 |
"gtk", |
| 405 |
"keyring", |
| 406 |
"makeover-immediate", |
| 407 |
"makeover-layout", |
| 408 |
"midir", |
| 409 |
"open", |
| 410 |
"parking_lot", |
| 411 |
"reqwest", |
| 412 |
"rfd", |
| 413 |
"rustls", |
| 414 |
"semver", |
| 415 |
"serde", |
| 416 |
"serde_json", |
| 417 |
"tempfile", |
| 418 |
"thiserror 2.0.20", |
| 419 |
"tokio", |
| 420 |
"toml 1.1.4+spec-1.1.0", |
| 421 |
"tracing", |
| 422 |
"tracing-subscriber", |
| 423 |
"tray-icon", |
| 424 |
"uuid", |
| 425 |
] |
| 426 |
|
| 427 |
[[package]] |
| 428 |
name = "audiofiles-bench" |
| 429 |
version = "0.5.0" |
| 430 |
dependencies = [ |
| 431 |
"audiofiles-core", |
| 432 |
"audiofiles-rhai", |
| 433 |
"rayon", |
| 434 |
"rusqlite", |
| 435 |
"serde_json", |
| 436 |
"tempfile", |
| 437 |
] |
| 438 |
|
| 439 |
[[package]] |
| 440 |
name = "audiofiles-browser" |
| 441 |
version = "0.5.0" |
| 442 |
dependencies = [ |
| 443 |
"audiofiles-core", |
| 444 |
"audiofiles-rhai", |
| 445 |
"audiofiles-sync", |
| 446 |
"block2 0.6.2", |
| 447 |
"dirs", |
| 448 |
"egui", |
| 449 |
"egui_extras", |
| 450 |
"hound", |
| 451 |
"libc", |
| 452 |
"makeover", |
| 453 |
"makeover-geometry", |
| 454 |
"makeover-immediate", |
| 455 |
"makeover-layout", |
| 456 |
"makeover-timing", |
| 457 |
"objc2 0.6.4", |
| 458 |
"objc2-app-kit 0.3.2", |
| 459 |
"objc2-foundation 0.3.2", |
| 460 |
"parking_lot", |
| 461 |
"pollster 1.0.1", |
| 462 |
"quasi-declare", |
| 463 |
"quasi-immediate", |
| 464 |
"quasi-router", |
| 465 |
"rayon", |
| 466 |
"rfd", |
| 467 |
"rusqlite", |
| 468 |
"serde", |
| 469 |
"serde_json", |
| 470 |
"symphonia 0.6.0", |
| 471 |
"tempfile", |
| 472 |
"thiserror 2.0.20", |
| 473 |
"toml 1.1.4+spec-1.1.0", |
| 474 |
"tracing", |
| 475 |
"windows", |
| 476 |
"windows-core", |
| 477 |
] |
| 478 |
|
| 479 |
[[package]] |
| 480 |
name = "audiofiles-core" |
| 481 |
version = "0.5.0" |
| 482 |
dependencies = [ |
| 483 |
"bs1770", |
| 484 |
"dirs", |
| 485 |
"hex", |
| 486 |
"hound", |
| 487 |
"rayon", |
| 488 |
"realfft", |
| 489 |
"rubato", |
| 490 |
"rusqlite", |
| 491 |
"serde", |
| 492 |
"serde_json", |
| 493 |
"sha2 0.11.0", |
| 494 |
"stratum-dsp", |
| 495 |
"symphonia 0.6.0", |
| 496 |
"synckit-config", |
| 497 |
"tagtree", |
| 498 |
"tempfile", |
| 499 |
"thiserror 2.0.20", |
| 500 |
"tracing", |
| 501 |
] |
| 502 |
|
| 503 |
[[package]] |
| 504 |
name = "audiofiles-rhai" |
| 505 |
version = "0.5.0" |
| 506 |
dependencies = [ |
| 507 |
"audiofiles-core", |
| 508 |
"dirs", |
| 509 |
"rhai", |
| 510 |
"serde", |
| 511 |
"tempfile", |
| 512 |
"thiserror 2.0.20", |
| 513 |
"toml 1.1.4+spec-1.1.0", |
| 514 |
"tracing", |
| 515 |
] |
| 516 |
|
| 517 |
[[package]] |
| 518 |
name = "audiofiles-sync" |
| 519 |
version = "0.5.0" |
| 520 |
dependencies = [ |
| 521 |
"audiofiles-core", |
| 522 |
"base64", |
| 523 |
"chrono", |
| 524 |
"hex", |
| 525 |
"open", |
| 526 |
"parking_lot", |
| 527 |
"rand", |
| 528 |
"rusqlite", |
| 529 |
"serde_json", |
| 530 |
"sha2 0.11.0", |
| 531 |
"synckit-client", |
| 532 |
"tempfile", |
| 533 |
"thiserror 2.0.20", |
| 534 |
"tokio", |
| 535 |
"tracing", |
| 536 |
"uuid", |
| 537 |
] |
| 538 |
|
| 539 |
[[package]] |
| 540 |
name = "autocfg" |
| 541 |
version = "1.5.1" |
| 542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 |
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 544 |
|
| 545 |
[[package]] |
| 546 |
name = "base64" |
| 547 |
version = "0.22.1" |
| 548 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 550 |
|
| 551 |
[[package]] |
| 552 |
name = "base64ct" |
| 553 |
version = "1.8.3" |
| 554 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 556 |
|
| 557 |
[[package]] |
| 558 |
name = "bit-set" |
| 559 |
version = "0.9.1" |
| 560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 561 |
checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd" |
| 562 |
dependencies = [ |
| 563 |
"bit-vec", |
| 564 |
] |
| 565 |
|
| 566 |
[[package]] |
| 567 |
name = "bit-vec" |
| 568 |
version = "0.9.1" |
| 569 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 |
checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" |
| 571 |
|
| 572 |
[[package]] |
| 573 |
name = "bitflags" |
| 574 |
version = "1.3.2" |
| 575 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 577 |
|
| 578 |
[[package]] |
| 579 |
name = "bitflags" |
| 580 |
version = "2.13.1" |
| 581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 |
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| 583 |
dependencies = [ |
| 584 |
"serde_core", |
| 585 |
] |
| 586 |
|
| 587 |
[[package]] |
| 588 |
name = "blake2" |
| 589 |
version = "0.10.6" |
| 590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 |
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| 592 |
dependencies = [ |
| 593 |
"digest 0.10.7", |
| 594 |
] |
| 595 |
|
| 596 |
[[package]] |
| 597 |
name = "block-buffer" |
| 598 |
version = "0.10.4" |
| 599 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 600 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 601 |
dependencies = [ |
| 602 |
"generic-array", |
| 603 |
] |
| 604 |
|
| 605 |
[[package]] |
| 606 |
name = "block-buffer" |
| 607 |
version = "0.12.1" |
| 608 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 609 |
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" |
| 610 |
dependencies = [ |
| 611 |
"hybrid-array", |
| 612 |
] |
| 613 |
|
| 614 |
[[package]] |
| 615 |
name = "block-padding" |
| 616 |
version = "0.3.3" |
| 617 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 618 |
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 619 |
dependencies = [ |
| 620 |
"generic-array", |
| 621 |
] |
| 622 |
|
| 623 |
[[package]] |
| 624 |
name = "block2" |
| 625 |
version = "0.5.1" |
| 626 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 627 |
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" |
| 628 |
dependencies = [ |
| 629 |
"objc2 0.5.2", |
| 630 |
] |
| 631 |
|
| 632 |
[[package]] |
| 633 |
name = "block2" |
| 634 |
version = "0.6.2" |
| 635 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 636 |
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 637 |
dependencies = [ |
| 638 |
"objc2 0.6.4", |
| 639 |
] |
| 640 |
|
| 641 |
[[package]] |
| 642 |
name = "blocking" |
| 643 |
version = "1.6.2" |
| 644 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 |
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 646 |
dependencies = [ |
| 647 |
"async-channel", |
| 648 |
"async-task", |
| 649 |
"futures-io", |
| 650 |
"futures-lite", |
| 651 |
"piper", |
| 652 |
] |
| 653 |
|
| 654 |
[[package]] |
| 655 |
name = "bs1770" |
| 656 |
version = "1.0.0" |
| 657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 |
checksum = "6332c61c205ff066246fff2cb876cdf9009557200f96e15d88d156193b16775b" |
| 659 |
|
| 660 |
[[package]] |
| 661 |
name = "bumpalo" |
| 662 |
version = "3.20.3" |
| 663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 |
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 665 |
|
| 666 |
[[package]] |
| 667 |
name = "bytemuck" |
| 668 |
version = "1.25.2" |
| 669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 |
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" |
| 671 |
dependencies = [ |
| 672 |
"bytemuck_derive", |
| 673 |
] |
| 674 |
|
| 675 |
[[package]] |
| 676 |
name = "bytemuck_derive" |
| 677 |
version = "1.12.0" |
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 |
checksum = "fc0e56a716f1e132ff6bf4bdac1c944a3fcdc1cae65f70a4a2a1ac3b401d2d1f" |
| 680 |
dependencies = [ |
| 681 |
"proc-macro2", |
| 682 |
"quote", |
| 683 |
"syn 3.0.3", |
| 684 |
] |
| 685 |
|
| 686 |
[[package]] |
| 687 |
name = "byteorder" |
| 688 |
version = "1.5.0" |
| 689 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 690 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 691 |
|
| 692 |
[[package]] |
| 693 |
name = "byteorder-lite" |
| 694 |
version = "0.1.0" |
| 695 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 |
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 697 |
|
| 698 |
[[package]] |
| 699 |
name = "bytes" |
| 700 |
version = "1.12.1" |
| 701 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 |
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| 703 |
|
| 704 |
[[package]] |
| 705 |
name = "cairo-rs" |
| 706 |
version = "0.18.5" |
| 707 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 |
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" |
| 709 |
dependencies = [ |
| 710 |
"bitflags 2.13.1", |
| 711 |
"cairo-sys-rs", |
| 712 |
"glib", |
| 713 |
"libc", |
| 714 |
"once_cell", |
| 715 |
"thiserror 1.0.69", |
| 716 |
] |
| 717 |
|
| 718 |
[[package]] |
| 719 |
name = "cairo-sys-rs" |
| 720 |
version = "0.18.2" |
| 721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 |
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" |
| 723 |
dependencies = [ |
| 724 |
"glib-sys", |
| 725 |
"libc", |
| 726 |
"system-deps", |
| 727 |
] |
| 728 |
|
| 729 |
[[package]] |
| 730 |
name = "calloop" |
| 731 |
version = "0.13.0" |
| 732 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 733 |
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" |
| 734 |
dependencies = [ |
| 735 |
"bitflags 2.13.1", |
| 736 |
"log", |
| 737 |
"polling", |
| 738 |
"rustix 0.38.44", |
| 739 |
"slab", |
| 740 |
"thiserror 1.0.69", |
| 741 |
] |
| 742 |
|
| 743 |
[[package]] |
| 744 |
name = "calloop" |
| 745 |
version = "0.14.4" |
| 746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 |
checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" |
| 748 |
dependencies = [ |
| 749 |
"bitflags 2.13.1", |
| 750 |
"polling", |
| 751 |
"rustix 1.1.4", |
| 752 |
"slab", |
| 753 |
"tracing", |
| 754 |
] |
| 755 |
|
| 756 |
[[package]] |
| 757 |
name = "calloop-wayland-source" |
| 758 |
version = "0.3.0" |
| 759 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 |
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" |
| 761 |
dependencies = [ |
| 762 |
"calloop 0.13.0", |
| 763 |
"rustix 0.38.44", |
| 764 |
"wayland-backend", |
| 765 |
"wayland-client", |
| 766 |
] |
| 767 |
|
| 768 |
[[package]] |
| 769 |
name = "calloop-wayland-source" |
| 770 |
version = "0.4.1" |
| 771 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 |
checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" |
| 773 |
dependencies = [ |
| 774 |
"calloop 0.14.4", |
| 775 |
"rustix 1.1.4", |
| 776 |
"wayland-backend", |
| 777 |
"wayland-client", |
| 778 |
] |
| 779 |
|
| 780 |
[[package]] |
| 781 |
name = "cbc" |
| 782 |
version = "0.1.2" |
| 783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 |
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| 785 |
dependencies = [ |
| 786 |
"cipher 0.4.4", |
| 787 |
] |
| 788 |
|
| 789 |
[[package]] |
| 790 |
name = "cc" |
| 791 |
version = "1.4.2" |
| 792 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 793 |
checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e" |
| 794 |
dependencies = [ |
| 795 |
"find-msvc-tools", |
| 796 |
"jobserver", |
| 797 |
"libc", |
| 798 |
"shlex", |
| 799 |
] |
| 800 |
|
| 801 |
[[package]] |
| 802 |
name = "cesu8" |
| 803 |
version = "1.1.0" |
| 804 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 805 |
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 806 |
|
| 807 |
[[package]] |
| 808 |
name = "cfg-expr" |
| 809 |
version = "0.15.8" |
| 810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 |
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" |
| 812 |
dependencies = [ |
| 813 |
"smallvec", |
| 814 |
"target-lexicon", |
| 815 |
] |
| 816 |
|
| 817 |
[[package]] |
| 818 |
name = "cfg-if" |
| 819 |
version = "1.0.4" |
| 820 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 821 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 822 |
|
| 823 |
[[package]] |
| 824 |
name = "cfg_aliases" |
| 825 |
version = "0.2.2" |
| 826 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 827 |
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| 828 |
|
| 829 |
[[package]] |
| 830 |
name = "cgl" |
| 831 |
version = "0.3.2" |
| 832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 |
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" |
| 834 |
dependencies = [ |
| 835 |
"libc", |
| 836 |
] |
| 837 |
|
| 838 |
[[package]] |
| 839 |
name = "chacha20" |
| 840 |
version = "0.10.1" |
| 841 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 |
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" |
| 843 |
dependencies = [ |
| 844 |
"cfg-if", |
| 845 |
"cipher 0.5.2", |
| 846 |
"cpufeatures 0.3.0", |
| 847 |
"rand_core 0.10.1", |
| 848 |
] |
| 849 |
|
| 850 |
[[package]] |
| 851 |
name = "chacha20poly1305" |
| 852 |
version = "0.11.0" |
| 853 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 854 |
checksum = "9b89e1c441e926b9c82a8d023f6e1b7ae0adcfaa7d621814e4d60789bac751cb" |
| 855 |
dependencies = [ |
| 856 |
"aead", |
| 857 |
"chacha20", |
| 858 |
"cipher 0.5.2", |
| 859 |
"poly1305", |
| 860 |
] |
| 861 |
|
| 862 |
[[package]] |
| 863 |
name = "chrono" |
| 864 |
version = "0.4.45" |
| 865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 866 |
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 867 |
dependencies = [ |
| 868 |
"iana-time-zone", |
| 869 |
"js-sys", |
| 870 |
"num-traits", |
| 871 |
"serde", |
| 872 |
"wasm-bindgen", |
| 873 |
"windows-link", |
| 874 |
] |
| 875 |
|
| 876 |
[[package]] |
| 877 |
name = "cipher" |
| 878 |
version = "0.4.4" |
| 879 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 880 |
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 881 |
dependencies = [ |
| 882 |
"crypto-common 0.1.7", |
| 883 |
"inout 0.1.4", |
| 884 |
] |
| 885 |
|
| 886 |
[[package]] |
| 887 |
name = "cipher" |
| 888 |
version = "0.5.2" |
| 889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 |
checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c" |
| 891 |
dependencies = [ |
| 892 |
"block-buffer 0.12.1", |
| 893 |
"crypto-common 0.2.2", |
| 894 |
"inout 0.2.2", |
| 895 |
] |
| 896 |
|
| 897 |
[[package]] |
| 898 |
name = "clipboard-win" |
| 899 |
version = "5.4.1" |
| 900 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 901 |
checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" |
| 902 |
dependencies = [ |
| 903 |
"error-code", |
| 904 |
] |
| 905 |
|
| 906 |
[[package]] |
| 907 |
name = "cmov" |
| 908 |
version = "0.5.4" |
| 909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 |
checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" |
| 911 |
|
| 912 |
[[package]] |
| 913 |
name = "codespan-reporting" |
| 914 |
version = "0.13.1" |
| 915 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 |
checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" |
| 917 |
dependencies = [ |
| 918 |
"unicode-width", |
| 919 |
] |
| 920 |
|
| 921 |
[[package]] |
| 922 |
name = "color" |
| 923 |
version = "0.3.3" |
| 924 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 |
checksum = "2ec7c5eb7a16992b1904d76c517d170ab353b0e0b3d5a0c81a8a0cd1037893cf" |
| 926 |
dependencies = [ |
| 927 |
"bytemuck", |
| 928 |
] |
| 929 |
|
| 930 |
[[package]] |
| 931 |
name = "combine" |
| 932 |
version = "4.6.7" |
| 933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 934 |
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 935 |
dependencies = [ |
| 936 |
"bytes", |
| 937 |
"memchr", |
| 938 |
] |
| 939 |
|
| 940 |
[[package]] |
| 941 |
name = "concurrent-queue" |
| 942 |
version = "2.5.0" |
| 943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 944 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 945 |
dependencies = [ |
| 946 |
"crossbeam-utils", |
| 947 |
] |
| 948 |
|
| 949 |
[[package]] |
| 950 |
name = "const-oid" |
| 951 |
version = "0.10.2" |
| 952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 953 |
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| 954 |
|
| 955 |
[[package]] |
| 956 |
name = "const-random" |
| 957 |
version = "0.1.18" |
| 958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 959 |
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| 960 |
dependencies = [ |
| 961 |
"const-random-macro", |
| 962 |
] |
| 963 |
|
| 964 |
[[package]] |
| 965 |
name = "const-random-macro" |
| 966 |
version = "0.1.16" |
| 967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 |
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| 969 |
dependencies = [ |
| 970 |
"getrandom 0.2.17", |
| 971 |
"once_cell", |
| 972 |
"tiny-keccak", |
| 973 |
] |
| 974 |
|
| 975 |
[[package]] |
| 976 |
name = "core-foundation" |
| 977 |
version = "0.9.4" |
| 978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 979 |
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 980 |
dependencies = [ |
| 981 |
"core-foundation-sys", |
| 982 |
"libc", |
| 983 |
] |
| 984 |
|
| 985 |
[[package]] |
| 986 |
name = "core-foundation" |
| 987 |
version = "0.10.1" |
| 988 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 989 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 990 |
dependencies = [ |
| 991 |
"core-foundation-sys", |
| 992 |
"libc", |
| 993 |
] |
| 994 |
|
| 995 |
[[package]] |
| 996 |
name = "core-foundation-sys" |
| 997 |
version = "0.8.7" |
| 998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 999 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 1000 |
|
| 1001 |
[[package]] |
| 1002 |
name = "core-graphics" |
| 1003 |
version = "0.23.2" |
| 1004 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 |
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" |
| 1006 |
dependencies = [ |
| 1007 |
"bitflags 1.3.2", |
| 1008 |
"core-foundation 0.9.4", |
| 1009 |
"core-graphics-types", |
| 1010 |
"foreign-types", |
| 1011 |
"libc", |
| 1012 |
] |
| 1013 |
|
| 1014 |
[[package]] |
| 1015 |
name = "core-graphics-types" |
| 1016 |
version = "0.1.3" |
| 1017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 |
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| 1019 |
dependencies = [ |
| 1020 |
"bitflags 1.3.2", |
| 1021 |
"core-foundation 0.9.4", |
| 1022 |
"libc", |
| 1023 |
] |
| 1024 |
|
| 1025 |
[[package]] |
| 1026 |
name = "coreaudio-rs" |
| 1027 |
version = "0.14.2" |
| 1028 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1029 |
checksum = "7d5d7dca3ebcf65a035582c9ad4385371a9d9ee6537474d2a278f4e1e475bb58" |
| 1030 |
dependencies = [ |
| 1031 |
"bitflags 2.13.1", |
| 1032 |
"libc", |
| 1033 |
"objc2-audio-toolbox", |
| 1034 |
"objc2-core-audio", |
| 1035 |
"objc2-core-audio-types", |
| 1036 |
"objc2-core-foundation", |
| 1037 |
] |
| 1038 |
|
| 1039 |
[[package]] |
| 1040 |
name = "coremidi" |
| 1041 |
version = "0.9.2" |
| 1042 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 |
checksum = "a57ede822fdaf19280cf1320a5a5d3a522c75c910d01750af1e8122b6ad2595b" |
| 1044 |
dependencies = [ |
| 1045 |
"block2 0.6.2", |
| 1046 |
"core-foundation 0.10.1", |
| 1047 |
"core-foundation-sys", |
| 1048 |
"coremidi-sys", |
| 1049 |
] |
| 1050 |
|
| 1051 |
[[package]] |
| 1052 |
name = "coremidi-sys" |
| 1053 |
version = "3.2.1" |
| 1054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 |
checksum = "1a2b8c2cefa9a8f712213c5a1383ffe428efc8f1a1fd1e2f757be94daf7e256a" |
| 1056 |
dependencies = [ |
| 1057 |
"core-foundation-sys", |
| 1058 |
] |
| 1059 |
|
| 1060 |
[[package]] |
| 1061 |
name = "cpal" |
| 1062 |
version = "0.18.1" |
| 1063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 |
checksum = "5f77b11176c37874be37e8d691c946e31b2b8c357abce9526f6a99eb469e1028" |
| 1065 |
dependencies = [ |
| 1066 |
"alsa", |
| 1067 |
"block2 0.6.2", |
| 1068 |
"coreaudio-rs", |
| 1069 |
"dasp_sample", |
| 1070 |
"jni 0.22.4", |
| 1071 |
"js-sys", |
| 1072 |
"libc", |
| 1073 |
"mach2", |
| 1074 |
"ndk", |
| 1075 |
"ndk-context", |
| 1076 |
"num-derive", |
| 1077 |
"num-traits", |
| 1078 |
"objc2 0.6.4", |
| 1079 |
"objc2-audio-toolbox", |
| 1080 |
"objc2-avf-audio", |
| 1081 |
"objc2-core-audio", |
| 1082 |
"objc2-core-audio-types", |
| 1083 |
"objc2-core-foundation", |
| 1084 |
"objc2-foundation 0.3.2", |
| 1085 |
"web-sys", |
| 1086 |
"windows", |
| 1087 |
"windows-core", |
| 1088 |
] |
| 1089 |
|
| 1090 |
[[package]] |
| 1091 |
name = "cpufeatures" |
| 1092 |
version = "0.2.17" |
| 1093 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1094 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 1095 |
dependencies = [ |
| 1096 |
"libc", |
| 1097 |
] |
| 1098 |
|
| 1099 |
[[package]] |
| 1100 |
name = "cpufeatures" |
| 1101 |
version = "0.3.0" |
| 1102 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1103 |
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 1104 |
dependencies = [ |
| 1105 |
"libc", |
| 1106 |
] |
| 1107 |
|
| 1108 |
[[package]] |
| 1109 |
name = "crc32fast" |
| 1110 |
version = "1.5.0" |
| 1111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 |
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 1113 |
dependencies = [ |
| 1114 |
"cfg-if", |
| 1115 |
] |
| 1116 |
|
| 1117 |
[[package]] |
| 1118 |
name = "crossbeam-channel" |
| 1119 |
version = "0.5.16" |
| 1120 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1121 |
checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" |
| 1122 |
dependencies = [ |
| 1123 |
"crossbeam-utils", |
| 1124 |
] |
| 1125 |
|
| 1126 |
[[package]] |
| 1127 |
name = "crossbeam-deque" |
| 1128 |
version = "0.8.7" |
| 1129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 |
checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" |
| 1131 |
dependencies = [ |
| 1132 |
"crossbeam-epoch", |
| 1133 |
"crossbeam-utils", |
| 1134 |
] |
| 1135 |
|
| 1136 |
[[package]] |
| 1137 |
name = "crossbeam-epoch" |
| 1138 |
version = "0.9.20" |
| 1139 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1140 |
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" |
| 1141 |
dependencies = [ |
| 1142 |
"crossbeam-utils", |
| 1143 |
] |
| 1144 |
|
| 1145 |
[[package]] |
| 1146 |
name = "crossbeam-utils" |
| 1147 |
version = "0.8.22" |
| 1148 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1149 |
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| 1150 |
|
| 1151 |
[[package]] |
| 1152 |
name = "crunchy" |
| 1153 |
version = "0.2.4" |
| 1154 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1155 |
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 1156 |
|
| 1157 |
[[package]] |
| 1158 |
name = "crypto-common" |
| 1159 |
version = "0.1.7" |
| 1160 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1161 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 1162 |
dependencies = [ |
| 1163 |
"generic-array", |
| 1164 |
"typenum", |
| 1165 |
] |
| 1166 |
|
| 1167 |
[[package]] |
| 1168 |
name = "crypto-common" |
| 1169 |
version = "0.2.2" |
| 1170 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1171 |
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" |
| 1172 |
dependencies = [ |
| 1173 |
"getrandom 0.4.3", |
| 1174 |
"hybrid-array", |
| 1175 |
"rand_core 0.10.1", |
| 1176 |
] |
| 1177 |
|
| 1178 |
[[package]] |
| 1179 |
name = "cssparser" |
| 1180 |
version = "0.37.0" |
| 1181 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1182 |
checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98" |
| 1183 |
dependencies = [ |
| 1184 |
"dtoa-short", |
| 1185 |
"itoa", |
| 1186 |
"smallvec", |
| 1187 |
] |
| 1188 |
|
| 1189 |
[[package]] |
| 1190 |
name = "ctutils" |
| 1191 |
version = "0.4.2" |
| 1192 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1193 |
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| 1194 |
dependencies = [ |
| 1195 |
"cmov", |
| 1196 |
] |
| 1197 |
|
| 1198 |
[[package]] |
| 1199 |
name = "cursor-icon" |
| 1200 |
version = "1.2.0" |
| 1201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 |
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| 1203 |
|
| 1204 |
[[package]] |
| 1205 |
name = "curve25519-dalek" |
| 1206 |
version = "4.1.3" |
| 1207 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1208 |
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| 1209 |
dependencies = [ |
| 1210 |
"cfg-if", |
| 1211 |
"cpufeatures 0.2.17", |
| 1212 |
"curve25519-dalek-derive", |
| 1213 |
"fiat-crypto", |
| 1214 |
"rustc_version", |
| 1215 |
"subtle", |
| 1216 |
"zeroize", |
| 1217 |
] |
| 1218 |
|
| 1219 |
[[package]] |
| 1220 |
name = "curve25519-dalek-derive" |
| 1221 |
version = "0.1.1" |
| 1222 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 |
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| 1224 |
dependencies = [ |
| 1225 |
"proc-macro2", |
| 1226 |
"quote", |
| 1227 |
"syn 2.0.119", |
| 1228 |
] |
| 1229 |
|
| 1230 |
[[package]] |
| 1231 |
name = "dasp_sample" |
| 1232 |
version = "0.11.0" |
| 1233 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 |
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" |
| 1235 |
|
| 1236 |
[[package]] |
| 1237 |
name = "digest" |
| 1238 |
version = "0.10.7" |
| 1239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1241 |
dependencies = [ |
| 1242 |
"block-buffer 0.10.4", |
| 1243 |
"crypto-common 0.1.7", |
| 1244 |
"subtle", |
| 1245 |
] |
| 1246 |
|
| 1247 |
[[package]] |
| 1248 |
name = "digest" |
| 1249 |
version = "0.11.3" |
| 1250 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 |
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| 1252 |
dependencies = [ |
| 1253 |
"block-buffer 0.12.1", |
| 1254 |
"const-oid", |
| 1255 |
"crypto-common 0.2.2", |
| 1256 |
] |
| 1257 |
|
| 1258 |
[[package]] |
| 1259 |
name = "dirs" |
| 1260 |
version = "6.0.0" |
| 1261 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1262 |
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 1263 |
dependencies = [ |
| 1264 |
"dirs-sys", |
| 1265 |
] |
| 1266 |
|
| 1267 |
[[package]] |
| 1268 |
name = "dirs-sys" |
| 1269 |
version = "0.5.0" |
| 1270 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 |
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 1272 |
dependencies = [ |
| 1273 |
"libc", |
| 1274 |
"option-ext", |
| 1275 |
"redox_users", |
| 1276 |
"windows-sys 0.61.2", |
| 1277 |
] |
| 1278 |
|
| 1279 |
[[package]] |
| 1280 |
name = "dispatch" |
| 1281 |
version = "0.2.0" |
| 1282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1283 |
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
| 1284 |
|
| 1285 |
[[package]] |
| 1286 |
name = "dispatch2" |
| 1287 |
version = "0.3.1" |
| 1288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1289 |
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| 1290 |
dependencies = [ |
| 1291 |
"bitflags 2.13.1", |
| 1292 |
"block2 0.6.2", |
| 1293 |
"libc", |
| 1294 |
"objc2 0.6.4", |
| 1295 |
] |
| 1296 |
|
| 1297 |
[[package]] |
| 1298 |
name = "displaydoc" |
| 1299 |
version = "0.2.7" |
| 1300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 |
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" |
| 1302 |
dependencies = [ |
| 1303 |
"proc-macro2", |
| 1304 |
"quote", |
| 1305 |
"syn 3.0.3", |
| 1306 |
] |
| 1307 |
|
| 1308 |
[[package]] |
| 1309 |
name = "dlib" |
| 1310 |
version = "0.5.3" |
| 1311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1312 |
checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" |
| 1313 |
dependencies = [ |
| 1314 |
"libloading 0.8.9", |
| 1315 |
] |
| 1316 |
|
| 1317 |
[[package]] |
| 1318 |
name = "dlopen2" |
| 1319 |
version = "0.9.0" |
| 1320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 |
checksum = "60768c353d76ba6dd1b6332a5dbbdd3bc2dddadc2935f4cc6a9d0f17ca8ecb6a" |
| 1322 |
dependencies = [ |
| 1323 |
"libc", |
| 1324 |
"windows-sys 0.61.2", |
| 1325 |
] |
| 1326 |
|
| 1327 |
[[package]] |
| 1328 |
name = "docengine" |
| 1329 |
version = "0.7.0" |
| 1330 |
dependencies = [ |
| 1331 |
"ammonia", |
| 1332 |
"pulldown-cmark", |
| 1333 |
"serde", |
| 1334 |
] |
| 1335 |
|
| 1336 |
[[package]] |
| 1337 |
name = "document-features" |
| 1338 |
version = "0.2.12" |
| 1339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1340 |
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 1341 |
dependencies = [ |
| 1342 |
"litrs", |
| 1343 |
] |
| 1344 |
|
| 1345 |
[[package]] |
| 1346 |
name = "downcast-rs" |
| 1347 |
version = "1.2.1" |
| 1348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1349 |
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 1350 |
|
| 1351 |
[[package]] |
| 1352 |
name = "dpi" |
| 1353 |
version = "0.1.2" |
| 1354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 |
checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" |
| 1356 |
|
| 1357 |
[[package]] |
| 1358 |
name = "dtoa" |
| 1359 |
version = "1.0.11" |
| 1360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 |
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 1362 |
|
| 1363 |
[[package]] |
| 1364 |
name = "dtoa-short" |
| 1365 |
version = "0.3.5" |
| 1366 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1367 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 1368 |
dependencies = [ |
| 1369 |
"dtoa", |
| 1370 |
] |
| 1371 |
|
| 1372 |
[[package]] |
| 1373 |
name = "ecolor" |
| 1374 |
version = "0.35.0" |
| 1375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 |
checksum = "6758be723a3f298bbfda4db75748bc2ba0abafe096b6383c7c32da264764fbc3" |
| 1377 |
dependencies = [ |
| 1378 |
"bytemuck", |
| 1379 |
"emath", |
| 1380 |
] |
| 1381 |
|
| 1382 |
[[package]] |
| 1383 |
name = "eframe" |
| 1384 |
version = "0.35.0" |
| 1385 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1386 |
checksum = "8dc8234e2f681b2afd2b2e8c332fa614de2fddbdcb28d0acf5c420449682ea90" |
| 1387 |
dependencies = [ |
| 1388 |
"ahash", |
| 1389 |
"bytemuck", |
| 1390 |
"document-features", |
| 1391 |
"egui", |
| 1392 |
"egui-wgpu", |
| 1393 |
"egui-winit", |
| 1394 |
"egui_glow", |
| 1395 |
"glow", |
| 1396 |
"glutin", |
| 1397 |
"glutin-winit", |
| 1398 |
"image", |
| 1399 |
"js-sys", |
| 1400 |
"log", |
| 1401 |
"objc2 0.6.4", |
| 1402 |
"objc2-app-kit 0.3.2", |
| 1403 |
"objc2-foundation 0.3.2", |
| 1404 |
"parking_lot", |
| 1405 |
"percent-encoding", |
| 1406 |
"profiling", |
| 1407 |
"raw-window-handle", |
| 1408 |
"static_assertions", |
| 1409 |
"wasm-bindgen", |
| 1410 |
"wasm-bindgen-futures", |
| 1411 |
"web-sys", |
| 1412 |
"web-time", |
| 1413 |
"windows-sys 0.61.2", |
| 1414 |
"winit", |
| 1415 |
] |
| 1416 |
|
| 1417 |
[[package]] |
| 1418 |
name = "egui" |
| 1419 |
version = "0.35.0" |
| 1420 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1421 |
checksum = "2796c98d50b79631281d516343a6f6e93c0666462ca36e2c93b39f25d7793325" |
| 1422 |
dependencies = [ |
| 1423 |
"accesskit", |
| 1424 |
"ahash", |
| 1425 |
"bitflags 2.13.1", |
| 1426 |
"emath", |
| 1427 |
"epaint", |
| 1428 |
"itertools", |
| 1429 |
"log", |
| 1430 |
"nohash-hasher", |
| 1431 |
"profiling", |
| 1432 |
"smallvec", |
| 1433 |
"unicode-segmentation", |
| 1434 |
] |
| 1435 |
|
| 1436 |
[[package]] |
| 1437 |
name = "egui-wgpu" |
| 1438 |
version = "0.35.0" |
| 1439 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1440 |
checksum = "d2e6cfac0725563555fa4f91e9f799b9d7c6c5dd831fca6abc8234afc64b7a34" |
| 1441 |
dependencies = [ |
| 1442 |
"ahash", |
| 1443 |
"bytemuck", |
| 1444 |
"document-features", |
| 1445 |
"egui", |
| 1446 |
"epaint", |
| 1447 |
"log", |
| 1448 |
"profiling", |
| 1449 |
"thiserror 2.0.20", |
| 1450 |
"type-map", |
| 1451 |
"web-time", |
| 1452 |
"wgpu", |
| 1453 |
"winit", |
| 1454 |
] |
| 1455 |
|
| 1456 |
[[package]] |
| 1457 |
name = "egui-winit" |
| 1458 |
version = "0.35.0" |
| 1459 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1460 |
checksum = "9ea6bf3608db949588b95b8b341ee358d0c3f95cf4dc3f53d8d76717edee87db" |
| 1461 |
dependencies = [ |
| 1462 |
"arboard", |
| 1463 |
"bytemuck", |
| 1464 |
"egui", |
| 1465 |
"log", |
| 1466 |
"objc2 0.6.4", |
| 1467 |
"objc2-foundation 0.3.2", |
| 1468 |
"objc2-ui-kit 0.3.2", |
| 1469 |
"profiling", |
| 1470 |
"raw-window-handle", |
| 1471 |
"smithay-clipboard", |
| 1472 |
"web-time", |
| 1473 |
"webbrowser", |
| 1474 |
"winit", |
| 1475 |
] |
| 1476 |
|
| 1477 |
[[package]] |
| 1478 |
name = "egui_extras" |
| 1479 |
version = "0.35.0" |
| 1480 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 |
checksum = "e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957" |
| 1482 |
dependencies = [ |
| 1483 |
"ahash", |
| 1484 |
"egui", |
| 1485 |
"enum-map", |
| 1486 |
"itertools", |
| 1487 |
"log", |
| 1488 |
"profiling", |
| 1489 |
] |
| 1490 |
|
| 1491 |
[[package]] |
| 1492 |
name = "egui_glow" |
| 1493 |
version = "0.35.0" |
| 1494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1495 |
checksum = "52274b9bfb8d8e252cd0f00c9f6214f360d75a0962baa77a2d62ddb002fe99d4" |
| 1496 |
dependencies = [ |
| 1497 |
"bytemuck", |
| 1498 |
"egui", |
| 1499 |
"glow", |
| 1500 |
"log", |
| 1501 |
"memoffset", |
| 1502 |
"profiling", |
| 1503 |
"winit", |
| 1504 |
] |
| 1505 |
|
| 1506 |
[[package]] |
| 1507 |
name = "either" |
| 1508 |
version = "1.17.0" |
| 1509 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1510 |
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" |
| 1511 |
|
| 1512 |
[[package]] |
| 1513 |
name = "emath" |
| 1514 |
version = "0.35.0" |
| 1515 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1516 |
checksum = "cd4ec073c9898516584d8c6cfdcee95b530b3d941cd5031ef4050aa36812308b" |
| 1517 |
dependencies = [ |
| 1518 |
"bytemuck", |
| 1519 |
] |
| 1520 |
|
| 1521 |
[[package]] |
| 1522 |
name = "encoding_rs" |
| 1523 |
version = "0.8.35" |
| 1524 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1526 |
dependencies = [ |
| 1527 |
"cfg-if", |
| 1528 |
] |
| 1529 |
|
| 1530 |
[[package]] |
| 1531 |
name = "endi" |
| 1532 |
version = "1.1.1" |
| 1533 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 |
checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 1535 |
|
| 1536 |
[[package]] |
| 1537 |
name = "enum-map" |
| 1538 |
version = "2.7.3" |
| 1539 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1540 |
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" |
| 1541 |
dependencies = [ |
| 1542 |
"enum-map-derive", |
| 1543 |
] |
| 1544 |
|
| 1545 |
[[package]] |
| 1546 |
name = "enum-map-derive" |
| 1547 |
version = "0.17.0" |
| 1548 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 |
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" |
| 1550 |
dependencies = [ |
| 1551 |
"proc-macro2", |
| 1552 |
"quote", |
| 1553 |
"syn 2.0.119", |
| 1554 |
] |
| 1555 |
|
| 1556 |
[[package]] |
| 1557 |
name = "enumflags2" |
| 1558 |
version = "0.7.12" |
| 1559 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 |
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 1561 |
dependencies = [ |
| 1562 |
"enumflags2_derive", |
| 1563 |
"serde", |
| 1564 |
] |
| 1565 |
|
| 1566 |
[[package]] |
| 1567 |
name = "enumflags2_derive" |
| 1568 |
version = "0.7.12" |
| 1569 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 |
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 1571 |
dependencies = [ |
| 1572 |
"proc-macro2", |
| 1573 |
"quote", |
| 1574 |
"syn 2.0.119", |
| 1575 |
] |
| 1576 |
|
| 1577 |
[[package]] |
| 1578 |
name = "epaint" |
| 1579 |
version = "0.35.0" |
| 1580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1581 |
checksum = "4e60a8888b51da911df23918fd7301359b1d43a406a0ff3b8863af093dd7fc6c" |
| 1582 |
dependencies = [ |
| 1583 |
"ahash", |
| 1584 |
"bytemuck", |
| 1585 |
"ecolor", |
| 1586 |
"emath", |
| 1587 |
"epaint_default_fonts", |
| 1588 |
"font-types", |
| 1589 |
"harfrust", |
| 1590 |
"log", |
| 1591 |
"nohash-hasher", |
| 1592 |
"parking_lot", |
| 1593 |
"profiling", |
| 1594 |
"self_cell", |
| 1595 |
"skrifa", |
| 1596 |
"smallvec", |
| 1597 |
"unicode-general-category", |
| 1598 |
"unicode-segmentation", |
| 1599 |
"vello_cpu", |
| 1600 |
] |
| 1601 |
|
| 1602 |
[[package]] |
| 1603 |
name = "epaint_default_fonts" |
| 1604 |
version = "0.35.0" |
| 1605 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1606 |
checksum = "13ee4e1f553a3584c301f3a56ff1a775f1384781396cea301c8d952e9b93f560" |
| 1607 |
|
| 1608 |
[[package]] |
| 1609 |
name = "equivalent" |
| 1610 |
version = "1.0.2" |
| 1611 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1612 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1613 |
|
| 1614 |
[[package]] |
| 1615 |
name = "errno" |
| 1616 |
version = "0.3.14" |
| 1617 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1618 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1619 |
dependencies = [ |
| 1620 |
"libc", |
| 1621 |
"windows-sys 0.61.2", |
| 1622 |
] |
| 1623 |
|
| 1624 |
[[package]] |
| 1625 |
name = "error-code" |
| 1626 |
version = "3.3.2" |
| 1627 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1628 |
checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" |
| 1629 |
|
| 1630 |
[[package]] |
| 1631 |
name = "euclid" |
| 1632 |
version = "0.22.14" |
| 1633 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1634 |
checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" |
| 1635 |
dependencies = [ |
| 1636 |
"num-traits", |
| 1637 |
] |
| 1638 |
|
| 1639 |
[[package]] |
| 1640 |
name = "event-listener" |
| 1641 |
version = "5.4.2" |
| 1642 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1643 |
checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" |
| 1644 |
dependencies = [ |
| 1645 |
"parking", |
| 1646 |
"pin-project-lite", |
| 1647 |
] |
| 1648 |
|
| 1649 |
[[package]] |
| 1650 |
name = "event-listener-strategy" |
| 1651 |
version = "0.5.4" |
| 1652 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1653 |
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 1654 |
dependencies = [ |
| 1655 |
"event-listener", |
| 1656 |
"pin-project-lite", |
| 1657 |
] |
| 1658 |
|
| 1659 |
[[package]] |
| 1660 |
name = "extended" |
| 1661 |
version = "0.1.0" |
| 1662 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1663 |
checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365" |
| 1664 |
|
| 1665 |
[[package]] |
| 1666 |
name = "fallible-iterator" |
| 1667 |
version = "0.3.0" |
| 1668 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1669 |
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| 1670 |
|
| 1671 |
[[package]] |
| 1672 |
name = "fallible-streaming-iterator" |
| 1673 |
version = "0.1.9" |
| 1674 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1675 |
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" |
| 1676 |
|
| 1677 |
[[package]] |
| 1678 |
name = "fastrand" |
| 1679 |
version = "2.5.0" |
| 1680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1681 |
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" |
| 1682 |
|
| 1683 |
[[package]] |
| 1684 |
name = "fax" |
| 1685 |
version = "0.2.7" |
| 1686 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1687 |
checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a" |
| 1688 |
|
| 1689 |
[[package]] |
| 1690 |
name = "fdeflate" |
| 1691 |
version = "0.3.7" |
| 1692 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1693 |
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 1694 |
dependencies = [ |
| 1695 |
"simd-adler32", |
| 1696 |
] |
| 1697 |
|
| 1698 |
[[package]] |
| 1699 |
name = "fearless_simd" |
| 1700 |
version = "0.4.1" |
| 1701 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1702 |
checksum = "b97b65636e5b9ef369943878ac74335ba1c55c1cb6adbf1e2c293c624248d693" |
| 1703 |
|
| 1704 |
[[package]] |
| 1705 |
name = "fiat-crypto" |
| 1706 |
version = "0.2.9" |
| 1707 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1708 |
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| 1709 |
|
| 1710 |
[[package]] |
| 1711 |
name = "field-offset" |
| 1712 |
version = "0.3.6" |
| 1713 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1714 |
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
| 1715 |
dependencies = [ |
| 1716 |
"memoffset", |
| 1717 |
"rustc_version", |
| 1718 |
] |
| 1719 |
|
| 1720 |
[[package]] |
| 1721 |
name = "find-msvc-tools" |
| 1722 |
version = "0.1.10" |
| 1723 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1724 |
checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de" |
| 1725 |
|
| 1726 |
[[package]] |
| 1727 |
name = "flate2" |
| 1728 |
version = "1.1.9" |
| 1729 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1730 |
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 1731 |
dependencies = [ |
| 1732 |
"crc32fast", |
| 1733 |
"miniz_oxide", |
| 1734 |
] |
| 1735 |
|
| 1736 |
[[package]] |
| 1737 |
name = "fnv" |
| 1738 |
version = "1.0.7" |
| 1739 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1740 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1741 |
|
| 1742 |
[[package]] |
| 1743 |
name = "foldhash" |
| 1744 |
version = "0.2.0" |
| 1745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1747 |
|
| 1748 |
[[package]] |
| 1749 |
name = "font-types" |
| 1750 |
version = "0.11.3" |
| 1751 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1752 |
checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7" |
| 1753 |
dependencies = [ |
| 1754 |
"bytemuck", |
| 1755 |
] |
| 1756 |
|
| 1757 |
[[package]] |
| 1758 |
name = "foreign-types" |
| 1759 |
version = "0.5.0" |
| 1760 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 |
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| 1762 |
dependencies = [ |
| 1763 |
"foreign-types-macros", |
| 1764 |
"foreign-types-shared", |
| 1765 |
] |
| 1766 |
|
| 1767 |
[[package]] |
| 1768 |
name = "foreign-types-macros" |
| 1769 |
version = "0.2.4" |
| 1770 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1771 |
checksum = "ea5190182e6915eb873ddbc16e23b711b6eb1f9c00a0d0a3a91b5f6228475225" |
| 1772 |
dependencies = [ |
| 1773 |
"proc-macro2", |
| 1774 |
"quote", |
| 1775 |
"syn 3.0.3", |
| 1776 |
] |
| 1777 |
|
| 1778 |
[[package]] |
| 1779 |
name = "foreign-types-shared" |
| 1780 |
version = "0.3.1" |
| 1781 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1782 |
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| 1783 |
|
| 1784 |
[[package]] |
| 1785 |
name = "form_urlencoded" |
| 1786 |
version = "1.2.2" |
| 1787 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1788 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1789 |
dependencies = [ |
| 1790 |
"percent-encoding", |
| 1791 |
] |
| 1792 |
|
| 1793 |
[[package]] |
| 1794 |
name = "futures-channel" |
| 1795 |
version = "0.3.33" |
| 1796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 |
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" |
| 1798 |
dependencies = [ |
| 1799 |
"futures-core", |
| 1800 |
] |
| 1801 |
|
| 1802 |
[[package]] |
| 1803 |
name = "futures-core" |
| 1804 |
version = "0.3.33" |
| 1805 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1806 |
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" |
| 1807 |
|
| 1808 |
[[package]] |
| 1809 |
name = "futures-executor" |
| 1810 |
version = "0.3.33" |
| 1811 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 |
checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" |
| 1813 |
dependencies = [ |
| 1814 |
"futures-core", |
| 1815 |
"futures-task", |
| 1816 |
"futures-util", |
| 1817 |
] |
| 1818 |
|
| 1819 |
[[package]] |
| 1820 |
name = "futures-io" |
| 1821 |
version = "0.3.33" |
| 1822 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1823 |
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" |
| 1824 |
|
| 1825 |
[[package]] |
| 1826 |
name = "futures-lite" |
| 1827 |
version = "2.6.1" |
| 1828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1829 |
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 1830 |
dependencies = [ |
| 1831 |
"fastrand", |
| 1832 |
"futures-core", |
| 1833 |
"futures-io", |
| 1834 |
"parking", |
| 1835 |
"pin-project-lite", |
| 1836 |
] |
| 1837 |
|
| 1838 |
[[package]] |
| 1839 |
name = "futures-macro" |
| 1840 |
version = "0.3.33" |
| 1841 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1842 |
checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" |
| 1843 |
dependencies = [ |
| 1844 |
"proc-macro2", |
| 1845 |
"quote", |
| 1846 |
"syn 2.0.119", |
| 1847 |
] |
| 1848 |
|
| 1849 |
[[package]] |
| 1850 |
name = "futures-sink" |
| 1851 |
version = "0.3.33" |
| 1852 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1853 |
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" |
| 1854 |
|
| 1855 |
[[package]] |
| 1856 |
name = "futures-task" |
| 1857 |
version = "0.3.33" |
| 1858 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1859 |
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" |
| 1860 |
|
| 1861 |
[[package]] |
| 1862 |
name = "futures-util" |
| 1863 |
version = "0.3.33" |
| 1864 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1865 |
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 1866 |
dependencies = [ |
| 1867 |
"futures-core", |
| 1868 |
"futures-io", |
| 1869 |
"futures-macro", |
| 1870 |
"futures-sink", |
| 1871 |
"futures-task", |
| 1872 |
"memchr", |
| 1873 |
"pin-project-lite", |
| 1874 |
"slab", |
| 1875 |
] |
| 1876 |
|
| 1877 |
[[package]] |
| 1878 |
name = "gdk" |
| 1879 |
version = "0.18.2" |
| 1880 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1881 |
checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" |
| 1882 |
dependencies = [ |
| 1883 |
"cairo-rs", |
| 1884 |
"gdk-pixbuf", |
| 1885 |
"gdk-sys", |
| 1886 |
"gio", |
| 1887 |
"glib", |
| 1888 |
"libc", |
| 1889 |
"pango", |
| 1890 |
] |
| 1891 |
|
| 1892 |
[[package]] |
| 1893 |
name = "gdk-pixbuf" |
| 1894 |
version = "0.18.5" |
| 1895 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1896 |
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" |
| 1897 |
dependencies = [ |
| 1898 |
"gdk-pixbuf-sys", |
| 1899 |
"gio", |
| 1900 |
"glib", |
| 1901 |
"libc", |
| 1902 |
"once_cell", |
| 1903 |
] |
| 1904 |
|
| 1905 |
[[package]] |
| 1906 |
name = "gdk-pixbuf-sys" |
| 1907 |
version = "0.18.0" |
| 1908 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1909 |
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" |
| 1910 |
dependencies = [ |
| 1911 |
"gio-sys", |
| 1912 |
"glib-sys", |
| 1913 |
"gobject-sys", |
| 1914 |
"libc", |
| 1915 |
"system-deps", |
| 1916 |
] |
| 1917 |
|
| 1918 |
[[package]] |
| 1919 |
name = "gdk-sys" |
| 1920 |
version = "0.18.2" |
| 1921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1922 |
checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" |
| 1923 |
dependencies = [ |
| 1924 |
"cairo-sys-rs", |
| 1925 |
"gdk-pixbuf-sys", |
| 1926 |
"gio-sys", |
| 1927 |
"glib-sys", |
| 1928 |
"gobject-sys", |
| 1929 |
"libc", |
| 1930 |
"pango-sys", |
| 1931 |
"pkg-config", |
| 1932 |
"system-deps", |
| 1933 |
] |
| 1934 |
|
| 1935 |
[[package]] |
| 1936 |
name = "generic-array" |
| 1937 |
version = "0.14.7" |
| 1938 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1939 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1940 |
dependencies = [ |
| 1941 |
"typenum", |
| 1942 |
"version_check", |
| 1943 |
] |
| 1944 |
|
| 1945 |
[[package]] |
| 1946 |
name = "gethostname" |
| 1947 |
version = "1.1.0" |
| 1948 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1949 |
checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 1950 |
dependencies = [ |
| 1951 |
"rustix 1.1.4", |
| 1952 |
"windows-link", |
| 1953 |
] |
| 1954 |
|
| 1955 |
[[package]] |
| 1956 |
name = "getopts" |
| 1957 |
version = "0.2.24" |
| 1958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1959 |
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 1960 |
dependencies = [ |
| 1961 |
"unicode-width", |
| 1962 |
] |
| 1963 |
|
| 1964 |
[[package]] |
| 1965 |
name = "getrandom" |
| 1966 |
version = "0.2.17" |
| 1967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1968 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1969 |
dependencies = [ |
| 1970 |
"cfg-if", |
| 1971 |
"libc", |
| 1972 |
"wasi", |
| 1973 |
] |
| 1974 |
|
| 1975 |
[[package]] |
| 1976 |
name = "getrandom" |
| 1977 |
version = "0.3.4" |
| 1978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1980 |
dependencies = [ |
| 1981 |
"cfg-if", |
| 1982 |
"libc", |
| 1983 |
"r-efi 5.3.0", |
| 1984 |
"wasip2", |
| 1985 |
] |
| 1986 |
|
| 1987 |
[[package]] |
| 1988 |
name = "getrandom" |
| 1989 |
version = "0.4.3" |
| 1990 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1991 |
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 1992 |
dependencies = [ |
| 1993 |
"cfg-if", |
| 1994 |
"libc", |
| 1995 |
"r-efi 6.0.0", |
| 1996 |
"rand_core 0.10.1", |
| 1997 |
] |
| 1998 |
|
| 1999 |
[[package]] |
| 2000 |
name = "gio" |
| 2001 |
version = "0.18.4" |
| 2002 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2003 |
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" |
| 2004 |
dependencies = [ |
| 2005 |
"futures-channel", |
| 2006 |
"futures-core", |
| 2007 |
"futures-io", |
| 2008 |
"futures-util", |
| 2009 |
"gio-sys", |
| 2010 |
"glib", |
| 2011 |
"libc", |
| 2012 |
"once_cell", |
| 2013 |
"pin-project-lite", |
| 2014 |
"smallvec", |
| 2015 |
"thiserror 1.0.69", |
| 2016 |
] |
| 2017 |
|
| 2018 |
[[package]] |
| 2019 |
name = "gio-sys" |
| 2020 |
version = "0.18.1" |
| 2021 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2022 |
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" |
| 2023 |
dependencies = [ |
| 2024 |
"glib-sys", |
| 2025 |
"gobject-sys", |
| 2026 |
"libc", |
| 2027 |
"system-deps", |
| 2028 |
"winapi", |
| 2029 |
] |
| 2030 |
|
| 2031 |
[[package]] |
| 2032 |
name = "gl_generator" |
| 2033 |
version = "0.14.0" |
| 2034 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2035 |
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
| 2036 |
dependencies = [ |
| 2037 |
"khronos_api", |
| 2038 |
"log", |
| 2039 |
"xml-rs", |
| 2040 |
] |
| 2041 |
|
| 2042 |
[[package]] |
| 2043 |
name = "glib" |
| 2044 |
version = "0.18.5" |
| 2045 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2046 |
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" |
| 2047 |
dependencies = [ |
| 2048 |
"bitflags 2.13.1", |
| 2049 |
"futures-channel", |
| 2050 |
"futures-core", |
| 2051 |
"futures-executor", |
| 2052 |
"futures-task", |
| 2053 |
"futures-util", |
| 2054 |
"gio-sys", |
| 2055 |
"glib-macros", |
| 2056 |
"glib-sys", |
| 2057 |
"gobject-sys", |
| 2058 |
"libc", |
| 2059 |
"memchr", |
| 2060 |
"once_cell", |
| 2061 |
"smallvec", |
| 2062 |
"thiserror 1.0.69", |
| 2063 |
] |
| 2064 |
|
| 2065 |
[[package]] |
| 2066 |
name = "glib-macros" |
| 2067 |
version = "0.18.5" |
| 2068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2069 |
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" |
| 2070 |
dependencies = [ |
| 2071 |
"heck 0.4.1", |
| 2072 |
"proc-macro-crate 2.0.2", |
| 2073 |
"proc-macro-error", |
| 2074 |
"proc-macro2", |
| 2075 |
"quote", |
| 2076 |
"syn 2.0.119", |
| 2077 |
] |
| 2078 |
|
| 2079 |
[[package]] |
| 2080 |
name = "glib-sys" |
| 2081 |
version = "0.18.1" |
| 2082 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2083 |
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" |
| 2084 |
dependencies = [ |
| 2085 |
"libc", |
| 2086 |
"system-deps", |
| 2087 |
] |
| 2088 |
|
| 2089 |
[[package]] |
| 2090 |
name = "glifo" |
| 2091 |
version = "0.1.1" |
| 2092 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2093 |
checksum = "d99fc21d493812643aae86d53b7bbd02f376434a90317e8a790bc209fdd6605e" |
| 2094 |
dependencies = [ |
| 2095 |
"bytemuck", |
| 2096 |
"foldhash", |
| 2097 |
"hashbrown 0.17.1", |
| 2098 |
"log", |
| 2099 |
"peniko", |
| 2100 |
"skrifa", |
| 2101 |
"smallvec", |
| 2102 |
"vello_common", |
| 2103 |
] |
| 2104 |
|
| 2105 |
[[package]] |
| 2106 |
name = "glob" |
| 2107 |
version = "0.3.4" |
| 2108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2109 |
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" |
| 2110 |
|
| 2111 |
[[package]] |
| 2112 |
name = "glow" |
| 2113 |
version = "0.17.0" |
| 2114 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2115 |
checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5" |
| 2116 |
dependencies = [ |
| 2117 |
"js-sys", |
| 2118 |
"slotmap", |
| 2119 |
"wasm-bindgen", |
| 2120 |
"web-sys", |
| 2121 |
] |
| 2122 |
|
| 2123 |
[[package]] |
| 2124 |
name = "glutin" |
| 2125 |
version = "0.32.3" |
| 2126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2127 |
checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325" |
| 2128 |
dependencies = [ |
| 2129 |
"bitflags 2.13.1", |
| 2130 |
"cfg_aliases", |
| 2131 |
"cgl", |
| 2132 |
"dispatch2", |
| 2133 |
"glutin_egl_sys", |
| 2134 |
"glutin_glx_sys", |
| 2135 |
"glutin_wgl_sys", |
| 2136 |
"libloading 0.8.9", |
| 2137 |
"objc2 0.6.4", |
| 2138 |
"objc2-app-kit 0.3.2", |
| 2139 |
"objc2-core-foundation", |
| 2140 |
"objc2-foundation 0.3.2", |
| 2141 |
"once_cell", |
| 2142 |
"raw-window-handle", |
| 2143 |
"wayland-sys", |
| 2144 |
"windows-sys 0.52.0", |
| 2145 |
"x11-dl", |
| 2146 |
] |
| 2147 |
|
| 2148 |
[[package]] |
| 2149 |
name = "glutin-winit" |
| 2150 |
version = "0.5.0" |
| 2151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2152 |
checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f" |
| 2153 |
dependencies = [ |
| 2154 |
"cfg_aliases", |
| 2155 |
"glutin", |
| 2156 |
"raw-window-handle", |
| 2157 |
"winit", |
| 2158 |
] |
| 2159 |
|
| 2160 |
[[package]] |
| 2161 |
name = "glutin_egl_sys" |
| 2162 |
version = "0.7.1" |
| 2163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2164 |
checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2" |
| 2165 |
dependencies = [ |
| 2166 |
"gl_generator", |
| 2167 |
"windows-sys 0.52.0", |
| 2168 |
] |
| 2169 |
|
| 2170 |
[[package]] |
| 2171 |
name = "glutin_glx_sys" |
| 2172 |
version = "0.6.1" |
| 2173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2174 |
checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" |
| 2175 |
dependencies = [ |
| 2176 |
"gl_generator", |
| 2177 |
"x11-dl", |
| 2178 |
] |
| 2179 |
|
| 2180 |
[[package]] |
| 2181 |
name = "glutin_wgl_sys" |
| 2182 |
version = "0.6.1" |
| 2183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2184 |
checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" |
| 2185 |
dependencies = [ |
| 2186 |
"gl_generator", |
| 2187 |
] |
| 2188 |
|
| 2189 |
[[package]] |
| 2190 |
name = "gobject-sys" |
| 2191 |
version = "0.18.0" |
| 2192 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2193 |
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" |
| 2194 |
dependencies = [ |
| 2195 |
"glib-sys", |
| 2196 |
"libc", |
| 2197 |
"system-deps", |
| 2198 |
] |
| 2199 |
|
| 2200 |
[[package]] |
| 2201 |
name = "gtk" |
| 2202 |
version = "0.18.2" |
| 2203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2204 |
checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" |
| 2205 |
dependencies = [ |
| 2206 |
"atk", |
| 2207 |
"cairo-rs", |
| 2208 |
"field-offset", |
| 2209 |
"futures-channel", |
| 2210 |
"gdk", |
| 2211 |
"gdk-pixbuf", |
| 2212 |
"gio", |
| 2213 |
"glib", |
| 2214 |
"gtk-sys", |
| 2215 |
"gtk3-macros", |
| 2216 |
"libc", |
| 2217 |
"pango", |
| 2218 |
"pkg-config", |
| 2219 |
] |
| 2220 |
|
| 2221 |
[[package]] |
| 2222 |
name = "gtk-sys" |
| 2223 |
version = "0.18.2" |
| 2224 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2225 |
checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" |
| 2226 |
dependencies = [ |
| 2227 |
"atk-sys", |
| 2228 |
"cairo-sys-rs", |
| 2229 |
"gdk-pixbuf-sys", |
| 2230 |
"gdk-sys", |
| 2231 |
"gio-sys", |
| 2232 |
"glib-sys", |
| 2233 |
"gobject-sys", |
| 2234 |
"libc", |
| 2235 |
"pango-sys", |
| 2236 |
"system-deps", |
| 2237 |
] |
| 2238 |
|
| 2239 |
[[package]] |
| 2240 |
name = "gtk3-macros" |
| 2241 |
version = "0.18.2" |
| 2242 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2243 |
checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" |
| 2244 |
dependencies = [ |
| 2245 |
"proc-macro-crate 1.3.1", |
| 2246 |
"proc-macro-error", |
| 2247 |
"proc-macro2", |
| 2248 |
"quote", |
| 2249 |
"syn 2.0.119", |
| 2250 |
] |
| 2251 |
|
| 2252 |
[[package]] |
| 2253 |
name = "guillotiere" |
| 2254 |
version = "0.7.0" |
| 2255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2256 |
checksum = "6b17e70c989c36bad147b27a58d148c0741c51448aa5653436547323e524d0ab" |
| 2257 |
dependencies = [ |
| 2258 |
"euclid", |
| 2259 |
] |
| 2260 |
|
| 2261 |
[[package]] |
| 2262 |
name = "h2" |
| 2263 |
version = "0.4.15" |
| 2264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2265 |
checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" |
| 2266 |
dependencies = [ |
| 2267 |
"atomic-waker", |
| 2268 |
"bytes", |
| 2269 |
"fnv", |
| 2270 |
"futures-core", |
| 2271 |
"futures-sink", |
| 2272 |
"http", |
| 2273 |
"indexmap", |
| 2274 |
"slab", |
| 2275 |
"tokio", |
| 2276 |
"tokio-util", |
| 2277 |
"tracing", |
| 2278 |
] |
| 2279 |
|
| 2280 |
[[package]] |
| 2281 |
name = "half" |
| 2282 |
version = "2.7.1" |
| 2283 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 |
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 2285 |
dependencies = [ |
| 2286 |
"cfg-if", |
| 2287 |
"crunchy", |
| 2288 |
"num-traits", |
| 2289 |
"zerocopy", |
| 2290 |
] |
| 2291 |
|
| 2292 |
[[package]] |
| 2293 |
name = "harfrust" |
| 2294 |
version = "0.7.0" |
| 2295 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2296 |
checksum = "0431e8e389aa0f1e72bb9d1c2db8957a1a7a3580e8ed97db819c14837aac9b3e" |
| 2297 |
dependencies = [ |
| 2298 |
"bitflags 2.13.1", |
| 2299 |
"bytemuck", |
| 2300 |
"read-fonts", |
| 2301 |
"smallvec", |
| 2302 |
] |
| 2303 |
|
| 2304 |
[[package]] |
| 2305 |
name = "hashbrown" |
| 2306 |
version = "0.16.1" |
| 2307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2308 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 2309 |
dependencies = [ |
| 2310 |
"foldhash", |
| 2311 |
] |
| 2312 |
|
| 2313 |
[[package]] |
| 2314 |
name = "hashbrown" |
| 2315 |
version = "0.17.1" |
| 2316 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2317 |
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 2318 |
dependencies = [ |
| 2319 |
"foldhash", |
| 2320 |
] |
| 2321 |
|
| 2322 |
[[package]] |
| 2323 |
name = "hashlink" |
| 2324 |
version = "0.12.1" |
| 2325 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2326 |
checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248" |
| 2327 |
dependencies = [ |
| 2328 |
"hashbrown 0.17.1", |
| 2329 |
] |
| 2330 |
|
| 2331 |
[[package]] |
| 2332 |
name = "heck" |
| 2333 |
version = "0.4.1" |
| 2334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2335 |
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 2336 |
|
| 2337 |
[[package]] |
| 2338 |
name = "heck" |
| 2339 |
version = "0.5.0" |
| 2340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2341 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 2342 |
|
| 2343 |
[[package]] |
| 2344 |
name = "hermit-abi" |
| 2345 |
version = "0.5.2" |
| 2346 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2347 |
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 2348 |
|
| 2349 |
[[package]] |
| 2350 |
name = "hex" |
| 2351 |
version = "0.4.3" |
| 2352 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2353 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 2354 |
|
| 2355 |
[[package]] |
| 2356 |
name = "hexf-parse" |
| 2357 |
version = "0.2.1" |
| 2358 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2359 |
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" |
| 2360 |
|
| 2361 |
[[package]] |
| 2362 |
name = "hkdf" |
| 2363 |
version = "0.12.4" |
| 2364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2365 |
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 2366 |
dependencies = [ |
| 2367 |
"hmac", |
| 2368 |
] |
| 2369 |
|
| 2370 |
[[package]] |
| 2371 |
name = "hmac" |
| 2372 |
version = "0.12.1" |
| 2373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2374 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 2375 |
dependencies = [ |
| 2376 |
"digest 0.10.7", |
| 2377 |
] |
| 2378 |
|
| 2379 |
[[package]] |
| 2380 |
name = "hound" |
| 2381 |
version = "3.5.1" |
| 2382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2383 |
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" |
| 2384 |
|
| 2385 |
[[package]] |
| 2386 |
name = "html5ever" |
| 2387 |
version = "0.39.0" |
| 2388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2389 |
checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8" |
| 2390 |
dependencies = [ |
| 2391 |
"log", |
| 2392 |
"markup5ever", |
| 2393 |
] |
| 2394 |
|
| 2395 |
[[package]] |
| 2396 |
name = "http" |
| 2397 |
version = "1.5.0" |
| 2398 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2399 |
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" |
| 2400 |
dependencies = [ |
| 2401 |
"bytes", |
| 2402 |
"itoa", |
| 2403 |
] |
| 2404 |
|
| 2405 |
[[package]] |
| 2406 |
name = "http-body" |
| 2407 |
version = "1.1.0" |
| 2408 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2409 |
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" |
| 2410 |
dependencies = [ |
| 2411 |
"bytes", |
| 2412 |
"http", |
| 2413 |
] |
| 2414 |
|
| 2415 |
[[package]] |
| 2416 |
name = "http-body-util" |
| 2417 |
version = "0.1.4" |
| 2418 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2419 |
checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" |
| 2420 |
dependencies = [ |
| 2421 |
"bytes", |
| 2422 |
"futures-core", |
| 2423 |
"http", |
| 2424 |
"http-body", |
| 2425 |
"pin-project-lite", |
| 2426 |
] |
| 2427 |
|
| 2428 |
[[package]] |
| 2429 |
name = "httparse" |
| 2430 |
version = "1.10.1" |
| 2431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2432 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 2433 |
|
| 2434 |
[[package]] |
| 2435 |
name = "hybrid-array" |
| 2436 |
version = "0.4.14" |
| 2437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2438 |
checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b" |
| 2439 |
dependencies = [ |
| 2440 |
"typenum", |
| 2441 |
] |
| 2442 |
|
| 2443 |
[[package]] |
| 2444 |
name = "hyper" |
| 2445 |
version = "1.11.0" |
| 2446 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2447 |
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" |
| 2448 |
dependencies = [ |
| 2449 |
"atomic-waker", |
| 2450 |
"bytes", |
| 2451 |
"futures-channel", |
| 2452 |
"futures-core", |
| 2453 |
"h2", |
| 2454 |
"http", |
| 2455 |
"http-body", |
| 2456 |
"httparse", |
| 2457 |
"itoa", |
| 2458 |
"pin-project-lite", |
| 2459 |
"smallvec", |
| 2460 |
"tokio", |
| 2461 |
"want", |
| 2462 |
] |
| 2463 |
|
| 2464 |
[[package]] |
| 2465 |
name = "hyper-rustls" |
| 2466 |
version = "0.27.9" |
| 2467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2468 |
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 2469 |
dependencies = [ |
| 2470 |
"http", |
| 2471 |
"hyper", |
| 2472 |
"hyper-util", |
| 2473 |
"rustls", |
| 2474 |
"tokio", |
| 2475 |
"tokio-rustls", |
| 2476 |
"tower-service", |
| 2477 |
] |
| 2478 |
|
| 2479 |
[[package]] |
| 2480 |
name = "hyper-util" |
| 2481 |
version = "0.1.20" |
| 2482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2483 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 2484 |
dependencies = [ |
| 2485 |
"base64", |
| 2486 |
"bytes", |
| 2487 |
"futures-channel", |
| 2488 |
"futures-util", |
| 2489 |
"http", |
| 2490 |
"http-body", |
| 2491 |
"hyper", |
| 2492 |
"ipnet", |
| 2493 |
"libc", |
| 2494 |
"percent-encoding", |
| 2495 |
"pin-project-lite", |
| 2496 |
"socket2", |
| 2497 |
"system-configuration", |
| 2498 |
"tokio", |
| 2499 |
"tower-service", |
| 2500 |
"tracing", |
| 2501 |
"windows-registry", |
| 2502 |
] |
| 2503 |
|
| 2504 |
[[package]] |
| 2505 |
name = "iana-time-zone" |
| 2506 |
version = "0.1.65" |
| 2507 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2508 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 2509 |
dependencies = [ |
| 2510 |
"android_system_properties", |
| 2511 |
"core-foundation-sys", |
| 2512 |
"iana-time-zone-haiku", |
| 2513 |
"js-sys", |
| 2514 |
"log", |
| 2515 |
"wasm-bindgen", |
| 2516 |
"windows-core", |
| 2517 |
] |
| 2518 |
|
| 2519 |
[[package]] |
| 2520 |
name = "iana-time-zone-haiku" |
| 2521 |
version = "0.1.2" |
| 2522 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2523 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 2524 |
dependencies = [ |
| 2525 |
"cc", |
| 2526 |
] |
| 2527 |
|
| 2528 |
[[package]] |
| 2529 |
name = "icu_collections" |
| 2530 |
version = "2.2.0" |
| 2531 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2532 |
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 2533 |
dependencies = [ |
| 2534 |
"displaydoc", |
| 2535 |
"potential_utf", |
| 2536 |
"utf8_iter", |
| 2537 |
"yoke", |
| 2538 |
"zerofrom", |
| 2539 |
"zerovec", |
| 2540 |
] |
| 2541 |
|
| 2542 |
[[package]] |
| 2543 |
name = "icu_locale_core" |
| 2544 |
version = "2.2.0" |
| 2545 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2546 |
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 2547 |
dependencies = [ |
| 2548 |
"displaydoc", |
| 2549 |
"litemap", |
| 2550 |
"tinystr", |
| 2551 |
"writeable", |
| 2552 |
"zerovec", |
| 2553 |
] |
| 2554 |
|
| 2555 |
[[package]] |
| 2556 |
name = "icu_normalizer" |
| 2557 |
version = "2.2.0" |
| 2558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2559 |
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 2560 |
dependencies = [ |
| 2561 |
"icu_collections", |
| 2562 |
"icu_normalizer_data", |
| 2563 |
"icu_properties", |
| 2564 |
"icu_provider", |
| 2565 |
"smallvec", |
| 2566 |
"zerovec", |
| 2567 |
] |
| 2568 |
|
| 2569 |
[[package]] |
| 2570 |
name = "icu_normalizer_data" |
| 2571 |
version = "2.2.0" |
| 2572 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 |
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 2574 |
|
| 2575 |
[[package]] |
| 2576 |
name = "icu_properties" |
| 2577 |
version = "2.2.0" |
| 2578 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2579 |
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 2580 |
dependencies = [ |
| 2581 |
"icu_collections", |
| 2582 |
"icu_locale_core", |
| 2583 |
"icu_properties_data", |
| 2584 |
"icu_provider", |
| 2585 |
"zerotrie", |
| 2586 |
"zerovec", |
| 2587 |
] |
| 2588 |
|
| 2589 |
[[package]] |
| 2590 |
name = "icu_properties_data" |
| 2591 |
version = "2.2.0" |
| 2592 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2593 |
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 2594 |
|
| 2595 |
[[package]] |
| 2596 |
name = "icu_provider" |
| 2597 |
version = "2.2.0" |
| 2598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2599 |
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 2600 |
dependencies = [ |
| 2601 |
"displaydoc", |
| 2602 |
"icu_locale_core", |
| 2603 |
"writeable", |
| 2604 |
"yoke", |
| 2605 |
"zerofrom", |
| 2606 |
"zerotrie", |
| 2607 |
"zerovec", |
| 2608 |
] |
| 2609 |
|
| 2610 |
[[package]] |
| 2611 |
name = "idna" |
| 2612 |
version = "1.1.0" |
| 2613 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2614 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 2615 |
dependencies = [ |
| 2616 |
"idna_adapter", |
| 2617 |
"smallvec", |
| 2618 |
"utf8_iter", |
| 2619 |
] |
| 2620 |
|
| 2621 |
[[package]] |
| 2622 |
name = "idna_adapter" |
| 2623 |
version = "1.2.2" |
| 2624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2625 |
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 2626 |
dependencies = [ |
| 2627 |
"icu_normalizer", |
| 2628 |
"icu_properties", |
| 2629 |
] |
| 2630 |
|
| 2631 |
[[package]] |
| 2632 |
name = "image" |
| 2633 |
version = "0.25.10" |
| 2634 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2635 |
checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 2636 |
dependencies = [ |
| 2637 |
"bytemuck", |
| 2638 |
"byteorder-lite", |
| 2639 |
"moxcms", |
| 2640 |
"num-traits", |
| 2641 |
"png", |
| 2642 |
"tiff", |
| 2643 |
] |
| 2644 |
|
| 2645 |
[[package]] |
| 2646 |
name = "include_dir" |
| 2647 |
version = "0.7.4" |
| 2648 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2649 |
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
| 2650 |
dependencies = [ |
| 2651 |
"include_dir_macros", |
| 2652 |
] |
| 2653 |
|
| 2654 |
[[package]] |
| 2655 |
name = "include_dir_macros" |
| 2656 |
version = "0.7.4" |
| 2657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2658 |
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
| 2659 |
dependencies = [ |
| 2660 |
"proc-macro2", |
| 2661 |
"quote", |
| 2662 |
] |
| 2663 |
|
| 2664 |
[[package]] |
| 2665 |
name = "indexmap" |
| 2666 |
version = "2.14.0" |
| 2667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 2669 |
dependencies = [ |
| 2670 |
"equivalent", |
| 2671 |
"hashbrown 0.17.1", |
| 2672 |
] |
| 2673 |
|
| 2674 |
[[package]] |
| 2675 |
name = "inout" |
| 2676 |
version = "0.1.4" |
| 2677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 |
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 2679 |
dependencies = [ |
| 2680 |
"block-padding", |
| 2681 |
"generic-array", |
| 2682 |
] |
| 2683 |
|
| 2684 |
[[package]] |
| 2685 |
name = "inout" |
| 2686 |
version = "0.2.2" |
| 2687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 |
checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" |
| 2689 |
dependencies = [ |
| 2690 |
"hybrid-array", |
| 2691 |
] |
| 2692 |
|
| 2693 |
[[package]] |
| 2694 |
name = "ipnet" |
| 2695 |
version = "2.12.1" |
| 2696 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2697 |
checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78" |
| 2698 |
|
| 2699 |
[[package]] |
| 2700 |
name = "is-docker" |
| 2701 |
version = "0.2.0" |
| 2702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2703 |
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" |
| 2704 |
dependencies = [ |
| 2705 |
"once_cell", |
| 2706 |
] |
| 2707 |
|
| 2708 |
[[package]] |
| 2709 |
name = "is-wsl" |
| 2710 |
version = "0.4.0" |
| 2711 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2712 |
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" |
| 2713 |
dependencies = [ |
| 2714 |
"is-docker", |
| 2715 |
"once_cell", |
| 2716 |
] |
| 2717 |
|
| 2718 |
[[package]] |
| 2719 |
name = "itertools" |
| 2720 |
version = "0.14.0" |
| 2721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2722 |
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 2723 |
dependencies = [ |
| 2724 |
"either", |
| 2725 |
] |
| 2726 |
|
| 2727 |
[[package]] |
| 2728 |
name = "itoa" |
| 2729 |
version = "1.0.18" |
| 2730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2731 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 2732 |
|
| 2733 |
[[package]] |
| 2734 |
name = "java-locator" |
| 2735 |
version = "0.1.9" |
| 2736 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2737 |
checksum = "09c46c1fe465c59b1474e665e85e1256c3893dd00927b8d55f63b09044c1e64f" |
| 2738 |
dependencies = [ |
| 2739 |
"glob", |
| 2740 |
] |
| 2741 |
|
| 2742 |
[[package]] |
| 2743 |
name = "jni" |
| 2744 |
version = "0.21.1" |
| 2745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2746 |
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 2747 |
dependencies = [ |
| 2748 |
"cesu8", |
| 2749 |
"cfg-if", |
| 2750 |
"combine", |
| 2751 |
"java-locator", |
| 2752 |
"jni-sys 0.3.1", |
| 2753 |
"libloading 0.7.4", |
| 2754 |
"log", |
| 2755 |
"thiserror 1.0.69", |
| 2756 |
"walkdir", |
| 2757 |
"windows-sys 0.45.0", |
| 2758 |
] |
| 2759 |
|
| 2760 |
[[package]] |
| 2761 |
name = "jni" |
| 2762 |
version = "0.22.4" |
| 2763 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2764 |
checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| 2765 |
dependencies = [ |
| 2766 |
"cfg-if", |
| 2767 |
"combine", |
| 2768 |
"jni-macros", |
| 2769 |
"jni-sys 0.4.1", |
| 2770 |
"log", |
| 2771 |
"simd_cesu8", |
| 2772 |
"thiserror 2.0.20", |
| 2773 |
"walkdir", |
| 2774 |
"windows-link", |
| 2775 |
] |
| 2776 |
|
| 2777 |
[[package]] |
| 2778 |
name = "jni-macros" |
| 2779 |
version = "0.22.4" |
| 2780 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2781 |
checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| 2782 |
dependencies = [ |
| 2783 |
"proc-macro2", |
| 2784 |
"quote", |
| 2785 |
"rustc_version", |
| 2786 |
"simd_cesu8", |
| 2787 |
"syn 2.0.119", |
| 2788 |
] |
| 2789 |
|
| 2790 |
[[package]] |
| 2791 |
name = "jni-min-helper" |
| 2792 |
version = "0.3.4" |
| 2793 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2794 |
checksum = "913370a00ba1851b0f3369b49d0f3e745da2d20d3f15ecc296a64234ccda45f7" |
| 2795 |
dependencies = [ |
| 2796 |
"android-build", |
| 2797 |
"dlopen2", |
| 2798 |
"jni 0.21.1", |
| 2799 |
"libc", |
| 2800 |
"log", |
| 2801 |
"ndk-context", |
| 2802 |
"process_path", |
| 2803 |
] |
| 2804 |
|
| 2805 |
[[package]] |
| 2806 |
name = "jni-sys" |
| 2807 |
version = "0.3.1" |
| 2808 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2809 |
checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" |
| 2810 |
dependencies = [ |
| 2811 |
"jni-sys 0.4.1", |
| 2812 |
] |
| 2813 |
|
| 2814 |
[[package]] |
| 2815 |
name = "jni-sys" |
| 2816 |
version = "0.4.1" |
| 2817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2818 |
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 2819 |
dependencies = [ |
| 2820 |
"jni-sys-macros", |
| 2821 |
] |
| 2822 |
|
| 2823 |
[[package]] |
| 2824 |
name = "jni-sys-macros" |
| 2825 |
version = "0.4.1" |
| 2826 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2827 |
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 2828 |
dependencies = [ |
| 2829 |
"quote", |
| 2830 |
"syn 2.0.119", |
| 2831 |
] |
| 2832 |
|
| 2833 |
[[package]] |
| 2834 |
name = "jobserver" |
| 2835 |
version = "0.1.35" |
| 2836 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2837 |
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| 2838 |
dependencies = [ |
| 2839 |
"getrandom 0.4.3", |
| 2840 |
"libc", |
| 2841 |
] |
| 2842 |
|
| 2843 |
[[package]] |
| 2844 |
name = "js-sys" |
| 2845 |
version = "0.3.104" |
| 2846 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2847 |
checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" |
| 2848 |
dependencies = [ |
| 2849 |
"cfg-if", |
| 2850 |
"futures-util", |
| 2851 |
"wasm-bindgen", |
| 2852 |
] |
| 2853 |
|
| 2854 |
[[package]] |
| 2855 |
name = "keyboard-types" |
| 2856 |
version = "0.7.0" |
| 2857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 |
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" |
| 2859 |
dependencies = [ |
| 2860 |
"bitflags 2.13.1", |
| 2861 |
"serde", |
| 2862 |
"unicode-segmentation", |
| 2863 |
] |
| 2864 |
|
| 2865 |
[[package]] |
| 2866 |
name = "keyring" |
| 2867 |
version = "4.1.6" |
| 2868 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2869 |
checksum = "72585bb6cc9bc370d1d545b7e23fcce71dfd4461c5e15275e3cf51bdfd9a980a" |
| 2870 |
dependencies = [ |
| 2871 |
"apple-native-keyring-store", |
| 2872 |
"keyring-core", |
| 2873 |
"windows-native-keyring-store", |
| 2874 |
"zbus-secret-service-keyring-store", |
| 2875 |
] |
| 2876 |
|
| 2877 |
[[package]] |
| 2878 |
name = "keyring-core" |
| 2879 |
version = "1.0.0" |
| 2880 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2881 |
checksum = "fb1e621458ca9c51aa110bd0339d4751a056b9576bf1253aee1aa560dda0fc9d" |
| 2882 |
dependencies = [ |
| 2883 |
"log", |
| 2884 |
] |
| 2885 |
|
| 2886 |
[[package]] |
| 2887 |
name = "khronos_api" |
| 2888 |
version = "3.1.0" |
| 2889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2890 |
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
| 2891 |
|
| 2892 |
[[package]] |
| 2893 |
name = "kurbo" |
| 2894 |
version = "0.13.1" |
| 2895 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2896 |
checksum = "4b60dfc32f652b926df6192e55525b16d186c69d47876c3ead4da5cc9f8450e2" |
| 2897 |
dependencies = [ |
| 2898 |
"arrayvec", |
| 2899 |
"euclid", |
| 2900 |
"polycool", |
| 2901 |
"smallvec", |
| 2902 |
] |
| 2903 |
|
| 2904 |
[[package]] |
| 2905 |
name = "lazy_static" |
| 2906 |
version = "1.5.0" |
| 2907 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2908 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2909 |
|
| 2910 |
[[package]] |
| 2911 |
name = "libappindicator" |
| 2912 |
version = "0.9.0" |
| 2913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2914 |
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" |
| 2915 |
dependencies = [ |
| 2916 |
"glib", |
| 2917 |
"gtk", |
| 2918 |
"gtk-sys", |
| 2919 |
"libappindicator-sys", |
| 2920 |
"log", |
| 2921 |
] |
| 2922 |
|
| 2923 |
[[package]] |
| 2924 |
name = "libappindicator-sys" |
| 2925 |
version = "0.9.0" |
| 2926 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2927 |
checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" |
| 2928 |
dependencies = [ |
| 2929 |
"gtk-sys", |
| 2930 |
"libloading 0.7.4", |
| 2931 |
"once_cell", |
| 2932 |
] |
| 2933 |
|
| 2934 |
[[package]] |
| 2935 |
name = "libc" |
| 2936 |
version = "0.2.189" |
| 2937 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2938 |
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 2939 |
|
| 2940 |
[[package]] |
| 2941 |
name = "libloading" |
| 2942 |
version = "0.7.4" |
| 2943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2944 |
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| 2945 |
dependencies = [ |
| 2946 |
"cfg-if", |
| 2947 |
"winapi", |
| 2948 |
] |
| 2949 |
|
| 2950 |
[[package]] |
| 2951 |
name = "libloading" |
| 2952 |
version = "0.8.9" |
| 2953 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2954 |
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 2955 |
dependencies = [ |
| 2956 |
"cfg-if", |
| 2957 |
"windows-link", |
| 2958 |
] |
| 2959 |
|
| 2960 |
[[package]] |
| 2961 |
name = "libm" |
| 2962 |
version = "0.2.16" |
| 2963 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2964 |
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 2965 |
|
| 2966 |
[[package]] |
| 2967 |
name = "libredox" |
| 2968 |
version = "0.1.19" |
| 2969 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2970 |
checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa" |
| 2971 |
dependencies = [ |
| 2972 |
"bitflags 2.13.1", |
| 2973 |
"libc", |
| 2974 |
"plain", |
| 2975 |
"redox_syscall 0.9.1", |
| 2976 |
] |
| 2977 |
|
| 2978 |
[[package]] |
| 2979 |
name = "libsqlite3-sys" |
| 2980 |
version = "0.38.2" |
| 2981 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2982 |
checksum = "f1d20bef17f513b9b3004532233187769cd072d790971f4e4da0e346eb6401e8" |
| 2983 |
dependencies = [ |
| 2984 |
"cc", |
| 2985 |
"pkg-config", |
| 2986 |
"vcpkg", |
| 2987 |
] |
| 2988 |
|
| 2989 |
[[package]] |
| 2990 |
name = "libxdo" |
| 2991 |
version = "0.6.0" |
| 2992 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2993 |
checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db" |
| 2994 |
dependencies = [ |
| 2995 |
"libxdo-sys", |
| 2996 |
] |
| 2997 |
|
| 2998 |
[[package]] |
| 2999 |
name = "libxdo-sys" |
| 3000 |
version = "0.11.0" |
| 3001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3002 |
checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212" |
| 3003 |
dependencies = [ |
| 3004 |
"libc", |
| 3005 |
"x11", |
| 3006 |
] |
| 3007 |
|
| 3008 |
[[package]] |
| 3009 |
name = "linebender_resource_handle" |
| 3010 |
version = "0.1.1" |
| 3011 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3012 |
checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" |
| 3013 |
|
| 3014 |
[[package]] |
| 3015 |
name = "linux-raw-sys" |
| 3016 |
version = "0.4.15" |
| 3017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3018 |
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 3019 |
|
| 3020 |
[[package]] |
| 3021 |
name = "linux-raw-sys" |
| 3022 |
version = "0.12.1" |
| 3023 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3024 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 3025 |
|
| 3026 |
[[package]] |
| 3027 |
name = "litemap" |
| 3028 |
version = "0.8.2" |
| 3029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3030 |
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 3031 |
|
| 3032 |
[[package]] |
| 3033 |
name = "litrs" |
| 3034 |
version = "1.0.0" |
| 3035 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3036 |
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 3037 |
|
| 3038 |
[[package]] |
| 3039 |
name = "lock_api" |
| 3040 |
version = "0.4.14" |
| 3041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3042 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 3043 |
dependencies = [ |
| 3044 |
"scopeguard", |
| 3045 |
] |
| 3046 |
|
| 3047 |
[[package]] |
| 3048 |
name = "log" |
| 3049 |
version = "0.4.33" |
| 3050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3051 |
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 3052 |
|
| 3053 |
[[package]] |
| 3054 |
name = "mach2" |
| 3055 |
version = "0.6.0" |
| 3056 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3057 |
checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" |
| 3058 |
|
| 3059 |
[[package]] |
| 3060 |
name = "makeover" |
| 3061 |
version = "3.1.0" |
| 3062 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3063 |
checksum = "d0fba4022268d1d73423bb16126dfdaa714a63bd4ff24f826dd645255eb0aad4" |
| 3064 |
dependencies = [ |
| 3065 |
"include_dir", |
| 3066 |
"serde", |
| 3067 |
"toml 1.1.4+spec-1.1.0", |
| 3068 |
] |
| 3069 |
|
| 3070 |
[[package]] |
| 3071 |
name = "makeover-geometry" |
| 3072 |
version = "0.7.0" |
| 3073 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3074 |
checksum = "91a82b16c4f5b66dd7e87ed92fff7d22185e4d88e5355de6166dd64450cf6a16" |
| 3075 |
|
| 3076 |
[[package]] |
| 3077 |
name = "makeover-immediate" |
| 3078 |
version = "0.46.0" |
| 3079 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3080 |
checksum = "a9868c94a16b8b32c2a30d1e89cc0715fc0044a9663ccb6dffd2dee2464f39fc" |
| 3081 |
dependencies = [ |
| 3082 |
"egui", |
| 3083 |
"egui_extras", |
| 3084 |
"makeover-layout", |
| 3085 |
"makeover-timing", |
| 3086 |
] |
| 3087 |
|
| 3088 |
[[package]] |
| 3089 |
name = "makeover-layout" |
| 3090 |
version = "0.44.2" |
| 3091 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3092 |
checksum = "49914ec86a7383c3f868c22befdca45cae1e72fdfdfb97f988e4075419e2800d" |
| 3093 |
|
| 3094 |
[[package]] |
| 3095 |
name = "makeover-timing" |
| 3096 |
version = "0.1.1" |
| 3097 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3098 |
checksum = "c83b1e0502c0179754752e59dd98fa4b15df8f9d0b454e0291b80c984aa2bd49" |
| 3099 |
dependencies = [ |
| 3100 |
"makeover-geometry", |
| 3101 |
] |
| 3102 |
|
| 3103 |
[[package]] |
| 3104 |
name = "maplit" |
| 3105 |
version = "1.0.2" |
| 3106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3107 |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 3108 |
|
| 3109 |
[[package]] |
| 3110 |
name = "markup5ever" |
| 3111 |
version = "0.39.0" |
| 3112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3113 |
checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de" |
| 3114 |
dependencies = [ |
| 3115 |
"log", |
| 3116 |
"tendril", |
| 3117 |
"web_atoms", |
| 3118 |
] |
| 3119 |
|
| 3120 |
[[package]] |
| 3121 |
name = "matchers" |
| 3122 |
version = "0.2.0" |
| 3123 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3124 |
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 3125 |
dependencies = [ |
| 3126 |
"regex-automata", |
| 3127 |
] |
| 3128 |
|
| 3129 |
[[package]] |
| 3130 |
name = "memchr" |
| 3131 |
version = "2.8.3" |
| 3132 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3133 |
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 3134 |
|
| 3135 |
[[package]] |
| 3136 |
name = "memmap2" |
| 3137 |
version = "0.9.11" |
| 3138 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3139 |
checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| 3140 |
dependencies = [ |
| 3141 |
"libc", |
| 3142 |
] |
| 3143 |
|
| 3144 |
[[package]] |
| 3145 |
name = "memoffset" |
| 3146 |
version = "0.9.1" |
| 3147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3148 |
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 3149 |
dependencies = [ |
| 3150 |
"autocfg", |
| 3151 |
] |
| 3152 |
|
| 3153 |
[[package]] |
| 3154 |
name = "midir" |
| 3155 |
version = "0.11.0" |
| 3156 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3157 |
checksum = "77c12e74a8604bc07f9a3fcf3d5889a81bc96ca6e07d6a114d63fc0371f3e5a4" |
| 3158 |
dependencies = [ |
| 3159 |
"alsa", |
| 3160 |
"cc", |
| 3161 |
"coremidi", |
| 3162 |
"jni 0.21.1", |
| 3163 |
"jni-min-helper", |
| 3164 |
"js-sys", |
| 3165 |
"libc", |
| 3166 |
"log", |
| 3167 |
"ndk-context", |
| 3168 |
"parking_lot", |
| 3169 |
"wasm-bindgen", |
| 3170 |
"web-sys", |
| 3171 |
"windows", |
| 3172 |
] |
| 3173 |
|
| 3174 |
[[package]] |
| 3175 |
name = "mime" |
| 3176 |
version = "0.3.17" |
| 3177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3178 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 3179 |
|
| 3180 |
[[package]] |
| 3181 |
name = "miniz_oxide" |
| 3182 |
version = "0.8.9" |
| 3183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3184 |
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 3185 |
dependencies = [ |
| 3186 |
"adler2", |
| 3187 |
"simd-adler32", |
| 3188 |
] |
| 3189 |
|
| 3190 |
[[package]] |
| 3191 |
name = "mio" |
| 3192 |
version = "1.2.2" |
| 3193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3194 |
checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" |
| 3195 |
dependencies = [ |
| 3196 |
"libc", |
| 3197 |
"wasi", |
| 3198 |
"windows-sys 0.61.2", |
| 3199 |
] |
| 3200 |
|
| 3201 |
[[package]] |
| 3202 |
name = "moxcms" |
| 3203 |
version = "0.8.1" |
| 3204 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3205 |
checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 3206 |
dependencies = [ |
| 3207 |
"num-traits", |
| 3208 |
"pxfm", |
| 3209 |
] |
| 3210 |
|
| 3211 |
[[package]] |
| 3212 |
name = "muda" |
| 3213 |
version = "0.19.3" |
| 3214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3215 |
checksum = "1dd04e60bc0b07438a6771710ee1698f98f6ebbc7f89b61264af1563b8aeb878" |
| 3216 |
dependencies = [ |
| 3217 |
"crossbeam-channel", |
| 3218 |
"dpi", |
| 3219 |
"gtk", |
| 3220 |
"keyboard-types", |
| 3221 |
"libxdo", |
| 3222 |
"objc2 0.6.4", |
| 3223 |
"objc2-app-kit 0.3.2", |
| 3224 |
"objc2-core-foundation", |
| 3225 |
"objc2-foundation 0.3.2", |
| 3226 |
"once_cell", |
| 3227 |
"png", |
| 3228 |
"thiserror 2.0.20", |
| 3229 |
"windows-sys 0.61.2", |
| 3230 |
] |
| 3231 |
|
| 3232 |
[[package]] |
| 3233 |
name = "naga" |
| 3234 |
version = "29.0.4" |
| 3235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3236 |
checksum = "b2bf919621e7975acb27d881bae2fb993e0d45c8e0446e85e6272971e00dc8df" |
| 3237 |
dependencies = [ |
| 3238 |
"arrayvec", |
| 3239 |
"bit-set", |
| 3240 |
"bitflags 2.13.1", |
| 3241 |
"cfg-if", |
| 3242 |
"cfg_aliases", |
| 3243 |
"codespan-reporting", |
| 3244 |
"half", |
| 3245 |
"hashbrown 0.16.1", |
| 3246 |
"hexf-parse", |
| 3247 |
"indexmap", |
| 3248 |
"libm", |
| 3249 |
"log", |
| 3250 |
"num-traits", |
| 3251 |
"once_cell", |
| 3252 |
"rustc-hash 1.1.0", |
| 3253 |
"thiserror 2.0.20", |
| 3254 |
"unicode-ident", |
| 3255 |
] |
| 3256 |
|
| 3257 |
[[package]] |
| 3258 |
name = "ndk" |
| 3259 |
version = "0.9.0" |
| 3260 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3261 |
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" |
| 3262 |
dependencies = [ |
| 3263 |
"bitflags 2.13.1", |
| 3264 |
"jni-sys 0.3.1", |
| 3265 |
"log", |
| 3266 |
"ndk-sys", |
| 3267 |
"num_enum", |
| 3268 |
"raw-window-handle", |
| 3269 |
"thiserror 1.0.69", |
| 3270 |
] |
| 3271 |
|
| 3272 |
[[package]] |
| 3273 |
name = "ndk-context" |
| 3274 |
version = "0.1.1" |
| 3275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3276 |
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| 3277 |
|
| 3278 |
[[package]] |
| 3279 |
name = "ndk-sys" |
| 3280 |
version = "0.6.0+11769913" |
| 3281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3282 |
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" |
| 3283 |
dependencies = [ |
| 3284 |
"jni-sys 0.3.1", |
| 3285 |
] |
| 3286 |
|
| 3287 |
[[package]] |
| 3288 |
name = "new_debug_unreachable" |
| 3289 |
version = "1.0.6" |
| 3290 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3291 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 3292 |
|
| 3293 |
[[package]] |
| 3294 |
name = "no-std-compat" |
| 3295 |
version = "0.4.1" |
| 3296 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3297 |
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" |
| 3298 |
dependencies = [ |
| 3299 |
"spin", |
| 3300 |
] |
| 3301 |
|
| 3302 |
[[package]] |
| 3303 |
name = "nohash-hasher" |
| 3304 |
version = "0.2.0" |
| 3305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3306 |
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| 3307 |
|
| 3308 |
[[package]] |
| 3309 |
name = "nu-ansi-term" |
| 3310 |
version = "0.50.3" |
| 3311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3312 |
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 3313 |
dependencies = [ |
| 3314 |
"windows-sys 0.61.2", |
| 3315 |
] |
| 3316 |
|
| 3317 |
[[package]] |
| 3318 |
name = "num" |
| 3319 |
version = "0.4.3" |
| 3320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3321 |
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 3322 |
dependencies = [ |
| 3323 |
"num-bigint", |
| 3324 |
"num-complex", |
| 3325 |
"num-integer", |
| 3326 |
"num-iter", |
| 3327 |
"num-rational", |
| 3328 |
"num-traits", |
| 3329 |
] |
| 3330 |
|
| 3331 |
[[package]] |
| 3332 |
name = "num-bigint" |
| 3333 |
version = "0.4.8" |
| 3334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3335 |
checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" |
| 3336 |
dependencies = [ |
| 3337 |
"num-integer", |
| 3338 |
"num-traits", |
| 3339 |
] |
| 3340 |
|
| 3341 |
[[package]] |
| 3342 |
name = "num-complex" |
| 3343 |
version = "0.4.6" |
| 3344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3345 |
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 3346 |
dependencies = [ |
| 3347 |
"num-traits", |
| 3348 |
] |
| 3349 |
|
| 3350 |
[[package]] |
| 3351 |
name = "num-derive" |
| 3352 |
version = "0.4.2" |
| 3353 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3354 |
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| 3355 |
dependencies = [ |
| 3356 |
"proc-macro2", |
| 3357 |
"quote", |
| 3358 |
"syn 2.0.119", |
| 3359 |
] |
| 3360 |
|
| 3361 |
[[package]] |
| 3362 |
name = "num-integer" |
| 3363 |
version = "0.1.46" |
| 3364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3365 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 3366 |
dependencies = [ |
| 3367 |
"num-traits", |
| 3368 |
] |
| 3369 |
|
| 3370 |
[[package]] |
| 3371 |
name = "num-iter" |
| 3372 |
version = "0.1.46" |
| 3373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3374 |
checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" |
| 3375 |
dependencies = [ |
| 3376 |
"num-integer", |
| 3377 |
"num-traits", |
| 3378 |
] |
| 3379 |
|
| 3380 |
[[package]] |
| 3381 |
name = "num-rational" |
| 3382 |
version = "0.4.2" |
| 3383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3384 |
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 3385 |
dependencies = [ |
| 3386 |
"num-bigint", |
| 3387 |
"num-integer", |
| 3388 |
"num-traits", |
| 3389 |
] |
| 3390 |
|
| 3391 |
[[package]] |
| 3392 |
name = "num-traits" |
| 3393 |
version = "0.2.19" |
| 3394 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3395 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 3396 |
dependencies = [ |
| 3397 |
"autocfg", |
| 3398 |
"libm", |
| 3399 |
] |
| 3400 |
|
| 3401 |
[[package]] |
| 3402 |
name = "num_enum" |
| 3403 |
version = "0.7.6" |
| 3404 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3405 |
checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" |
| 3406 |
dependencies = [ |
| 3407 |
"num_enum_derive", |
| 3408 |
"rustversion", |
| 3409 |
] |
| 3410 |
|
| 3411 |
[[package]] |
| 3412 |
name = "num_enum_derive" |
| 3413 |
version = "0.7.6" |
| 3414 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3415 |
checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" |
| 3416 |
dependencies = [ |
| 3417 |
"proc-macro-crate 3.5.0", |
| 3418 |
"proc-macro2", |
| 3419 |
"quote", |
| 3420 |
"syn 2.0.119", |
| 3421 |
] |
| 3422 |
|
| 3423 |
[[package]] |
| 3424 |
name = "objc-sys" |
| 3425 |
version = "0.3.5" |
| 3426 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3427 |
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" |
| 3428 |
|
| 3429 |
[[package]] |
| 3430 |
name = "objc2" |
| 3431 |
version = "0.5.2" |
| 3432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3433 |
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" |
| 3434 |
dependencies = [ |
| 3435 |
"objc-sys", |
| 3436 |
"objc2-encode", |
| 3437 |
] |
| 3438 |
|
| 3439 |
[[package]] |
| 3440 |
name = "objc2" |
| 3441 |
version = "0.6.4" |
| 3442 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3443 |
checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| 3444 |
dependencies = [ |
| 3445 |
"objc2-encode", |
| 3446 |
] |
| 3447 |
|
| 3448 |
[[package]] |
| 3449 |
name = "objc2-app-kit" |
| 3450 |
version = "0.2.2" |
| 3451 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3452 |
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" |
| 3453 |
dependencies = [ |
| 3454 |
"bitflags 2.13.1", |
| 3455 |
"block2 0.5.1", |
| 3456 |
"libc", |
| 3457 |
"objc2 0.5.2", |
| 3458 |
"objc2-core-data 0.2.2", |
| 3459 |
"objc2-core-image 0.2.2", |
| 3460 |
"objc2-foundation 0.2.2", |
| 3461 |
"objc2-quartz-core 0.2.2", |
| 3462 |
] |
| 3463 |
|
| 3464 |
[[package]] |
| 3465 |
name = "objc2-app-kit" |
| 3466 |
version = "0.3.2" |
| 3467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3468 |
checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" |
| 3469 |
dependencies = [ |
| 3470 |
"bitflags 2.13.1", |
| 3471 |
"block2 0.6.2", |
| 3472 |
"libc", |
| 3473 |
"objc2 0.6.4", |
| 3474 |
"objc2-cloud-kit 0.3.2", |
| 3475 |
"objc2-core-data 0.3.2", |
| 3476 |
"objc2-core-foundation", |
| 3477 |
"objc2-core-graphics", |
| 3478 |
"objc2-core-image 0.3.2", |
| 3479 |
"objc2-core-text", |
| 3480 |
"objc2-core-video", |
| 3481 |
"objc2-foundation 0.3.2", |
| 3482 |
"objc2-quartz-core 0.3.2", |
| 3483 |
] |
| 3484 |
|
| 3485 |
[[package]] |
| 3486 |
name = "objc2-audio-toolbox" |
| 3487 |
version = "0.3.2" |
| 3488 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3489 |
checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08" |
| 3490 |
dependencies = [ |
| 3491 |
"bitflags 2.13.1", |
| 3492 |
"libc", |
| 3493 |
"objc2 0.6.4", |
| 3494 |
"objc2-core-audio", |
| 3495 |
"objc2-core-audio-types", |
| 3496 |
"objc2-core-foundation", |
| 3497 |
"objc2-foundation 0.3.2", |
| 3498 |
] |
| 3499 |
|
| 3500 |
[[package]] |
| 3501 |
name = "objc2-avf-audio" |
| 3502 |
version = "0.3.2" |
| 3503 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3504 |
checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be" |
| 3505 |
dependencies = [ |
| 3506 |
"bitflags 2.13.1", |
| 3507 |
"objc2 0.6.4", |
| 3508 |
"objc2-foundation 0.3.2", |
| 3509 |
] |
| 3510 |
|
| 3511 |
[[package]] |
| 3512 |
name = "objc2-cloud-kit" |
| 3513 |
version = "0.2.2" |
| 3514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3515 |
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" |
| 3516 |
dependencies = [ |
| 3517 |
"bitflags 2.13.1", |
| 3518 |
"block2 0.5.1", |
| 3519 |
"objc2 0.5.2", |
| 3520 |
"objc2-core-location", |
| 3521 |
"objc2-foundation 0.2.2", |
| 3522 |
] |
| 3523 |
|
| 3524 |
[[package]] |
| 3525 |
name = "objc2-cloud-kit" |
| 3526 |
version = "0.3.2" |
| 3527 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3528 |
checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" |
| 3529 |
dependencies = [ |
| 3530 |
"bitflags 2.13.1", |
| 3531 |
"objc2 0.6.4", |
| 3532 |
"objc2-foundation 0.3.2", |
| 3533 |
] |
| 3534 |
|
| 3535 |
[[package]] |
| 3536 |
name = "objc2-contacts" |
| 3537 |
version = "0.2.2" |
| 3538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3539 |
checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" |
| 3540 |
dependencies = [ |
| 3541 |
"block2 0.5.1", |
| 3542 |
"objc2 0.5.2", |
| 3543 |
"objc2-foundation 0.2.2", |
| 3544 |
] |
| 3545 |
|
| 3546 |
[[package]] |
| 3547 |
name = "objc2-core-audio" |
| 3548 |
version = "0.3.2" |
| 3549 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3550 |
checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2" |
| 3551 |
dependencies = [ |
| 3552 |
"dispatch2", |
| 3553 |
"objc2 0.6.4", |
| 3554 |
"objc2-core-audio-types", |
| 3555 |
"objc2-core-foundation", |
| 3556 |
"objc2-foundation 0.3.2", |
| 3557 |
] |
| 3558 |
|
| 3559 |
[[package]] |
| 3560 |
name = "objc2-core-audio-types" |
| 3561 |
version = "0.3.2" |
| 3562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3563 |
checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c" |
| 3564 |
dependencies = [ |
| 3565 |
"bitflags 2.13.1", |
| 3566 |
"objc2 0.6.4", |
| 3567 |
] |
| 3568 |
|
| 3569 |
[[package]] |
| 3570 |
name = "objc2-core-data" |
| 3571 |
version = "0.2.2" |
| 3572 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3573 |
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" |
| 3574 |
dependencies = [ |
| 3575 |
"bitflags 2.13.1", |
| 3576 |
"block2 0.5.1", |
| 3577 |
"objc2 0.5.2", |
| 3578 |
"objc2-foundation 0.2.2", |
| 3579 |
] |
| 3580 |
|
| 3581 |
[[package]] |
| 3582 |
name = "objc2-core-data" |
| 3583 |
version = "0.3.2" |
| 3584 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3585 |
checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" |
| 3586 |
dependencies = [ |
| 3587 |
"bitflags 2.13.1", |
| 3588 |
"objc2 0.6.4", |
| 3589 |
"objc2-foundation 0.3.2", |
| 3590 |
] |
| 3591 |
|
| 3592 |
[[package]] |
| 3593 |
name = "objc2-core-foundation" |
| 3594 |
version = "0.3.2" |
| 3595 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3596 |
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 3597 |
dependencies = [ |
| 3598 |
"bitflags 2.13.1", |
| 3599 |
"block2 0.6.2", |
| 3600 |
"dispatch2", |
| 3601 |
"libc", |
| 3602 |
"objc2 0.6.4", |
| 3603 |
] |
| 3604 |
|
| 3605 |
[[package]] |
| 3606 |
name = "objc2-core-graphics" |
| 3607 |
version = "0.3.2" |
| 3608 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3609 |
checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
| 3610 |
dependencies = [ |
| 3611 |
"bitflags 2.13.1", |
| 3612 |
"dispatch2", |
| 3613 |
"objc2 0.6.4", |
| 3614 |
"objc2-core-foundation", |
| 3615 |
"objc2-io-surface", |
| 3616 |
] |
| 3617 |
|
| 3618 |
[[package]] |
| 3619 |
name = "objc2-core-image" |
| 3620 |
version = "0.2.2" |
| 3621 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3622 |
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" |
| 3623 |
dependencies = [ |
| 3624 |
"block2 0.5.1", |
| 3625 |
"objc2 0.5.2", |
| 3626 |
"objc2-foundation 0.2.2", |
| 3627 |
"objc2-metal", |
| 3628 |
] |
| 3629 |
|
| 3630 |
[[package]] |
| 3631 |
name = "objc2-core-image" |
| 3632 |
version = "0.3.2" |
| 3633 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3634 |
checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" |
| 3635 |
dependencies = [ |
| 3636 |
"objc2 0.6.4", |
| 3637 |
"objc2-foundation 0.3.2", |
| 3638 |
] |
| 3639 |
|
| 3640 |
[[package]] |
| 3641 |
name = "objc2-core-location" |
| 3642 |
version = "0.2.2" |
| 3643 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3644 |
checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" |
| 3645 |
dependencies = [ |
| 3646 |
"block2 0.5.1", |
| 3647 |
"objc2 0.5.2", |
| 3648 |
"objc2-contacts", |
| 3649 |
"objc2-foundation 0.2.2", |
| 3650 |
] |
| 3651 |
|
| 3652 |
[[package]] |
| 3653 |
name = "objc2-core-text" |
| 3654 |
version = "0.3.2" |
| 3655 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3656 |
checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" |
| 3657 |
dependencies = [ |
| 3658 |
"bitflags 2.13.1", |
| 3659 |
"objc2 0.6.4", |
| 3660 |
"objc2-core-foundation", |
| 3661 |
"objc2-core-graphics", |
| 3662 |
] |
| 3663 |
|
| 3664 |
[[package]] |
| 3665 |
name = "objc2-core-video" |
| 3666 |
version = "0.3.2" |
| 3667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3668 |
checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" |
| 3669 |
dependencies = [ |
| 3670 |
"bitflags 2.13.1", |
| 3671 |
"objc2 0.6.4", |
| 3672 |
"objc2-core-foundation", |
| 3673 |
"objc2-core-graphics", |
| 3674 |
"objc2-io-surface", |
| 3675 |
] |
| 3676 |
|
| 3677 |
[[package]] |
| 3678 |
name = "objc2-encode" |
| 3679 |
version = "4.1.0" |
| 3680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3681 |
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 3682 |
|
| 3683 |
[[package]] |
| 3684 |
name = "objc2-foundation" |
| 3685 |
version = "0.2.2" |
| 3686 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3687 |
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" |
| 3688 |
dependencies = [ |
| 3689 |
"bitflags 2.13.1", |
| 3690 |
"block2 0.5.1", |
| 3691 |
"dispatch", |
| 3692 |
"libc", |
| 3693 |
"objc2 0.5.2", |
| 3694 |
] |
| 3695 |
|
| 3696 |
[[package]] |
| 3697 |
name = "objc2-foundation" |
| 3698 |
version = "0.3.2" |
| 3699 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3700 |
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 3701 |
dependencies = [ |
| 3702 |
"bitflags 2.13.1", |
| 3703 |
"block2 0.6.2", |
| 3704 |
"libc", |
| 3705 |
"objc2 0.6.4", |
| 3706 |
"objc2-core-foundation", |
| 3707 |
] |
| 3708 |
|
| 3709 |
[[package]] |
| 3710 |
name = "objc2-io-surface" |
| 3711 |
version = "0.3.2" |
| 3712 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3713 |
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
| 3714 |
dependencies = [ |
| 3715 |
"bitflags 2.13.1", |
| 3716 |
"objc2 0.6.4", |
| 3717 |
"objc2-core-foundation", |
| 3718 |
] |
| 3719 |
|
| 3720 |
[[package]] |
| 3721 |
name = "objc2-link-presentation" |
| 3722 |
version = "0.2.2" |
| 3723 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3724 |
checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" |
| 3725 |
dependencies = [ |
| 3726 |
"block2 0.5.1", |
| 3727 |
"objc2 0.5.2", |
| 3728 |
"objc2-app-kit 0.2.2", |
| 3729 |
"objc2-foundation 0.2.2", |
| 3730 |
] |
| 3731 |
|
| 3732 |
[[package]] |
| 3733 |
name = "objc2-metal" |
| 3734 |
version = "0.2.2" |
| 3735 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3736 |
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" |
| 3737 |
dependencies = [ |
| 3738 |
"bitflags 2.13.1", |
| 3739 |
"block2 0.5.1", |
| 3740 |
"objc2 0.5.2", |
| 3741 |
"objc2-foundation 0.2.2", |
| 3742 |
] |
| 3743 |
|
| 3744 |
[[package]] |
| 3745 |
name = "objc2-quartz-core" |
| 3746 |
version = "0.2.2" |
| 3747 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3748 |
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" |
| 3749 |
dependencies = [ |
| 3750 |
"bitflags 2.13.1", |
| 3751 |
"block2 0.5.1", |
| 3752 |
"objc2 0.5.2", |
| 3753 |
"objc2-foundation 0.2.2", |
| 3754 |
"objc2-metal", |
| 3755 |
] |
| 3756 |
|
| 3757 |
[[package]] |
| 3758 |
name = "objc2-quartz-core" |
| 3759 |
version = "0.3.2" |
| 3760 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3761 |
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" |
| 3762 |
dependencies = [ |
| 3763 |
"bitflags 2.13.1", |
| 3764 |
"objc2 0.6.4", |
| 3765 |
"objc2-foundation 0.3.2", |
| 3766 |
] |
| 3767 |
|
| 3768 |
[[package]] |
| 3769 |
name = "objc2-symbols" |
| 3770 |
version = "0.2.2" |
| 3771 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3772 |
checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" |
| 3773 |
dependencies = [ |
| 3774 |
"objc2 0.5.2", |
| 3775 |
"objc2-foundation 0.2.2", |
| 3776 |
] |
| 3777 |
|
| 3778 |
[[package]] |
| 3779 |
name = "objc2-ui-kit" |
| 3780 |
version = "0.2.2" |
| 3781 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3782 |
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" |
| 3783 |
dependencies = [ |
| 3784 |
"bitflags 2.13.1", |
| 3785 |
"block2 0.5.1", |
| 3786 |
"objc2 0.5.2", |
| 3787 |
"objc2-cloud-kit 0.2.2", |
| 3788 |
"objc2-core-data 0.2.2", |
| 3789 |
"objc2-core-image 0.2.2", |
| 3790 |
"objc2-core-location", |
| 3791 |
"objc2-foundation 0.2.2", |
| 3792 |
"objc2-link-presentation", |
| 3793 |
"objc2-quartz-core 0.2.2", |
| 3794 |
"objc2-symbols", |
| 3795 |
"objc2-uniform-type-identifiers", |
| 3796 |
"objc2-user-notifications", |
| 3797 |
] |
| 3798 |
|
| 3799 |
[[package]] |
| 3800 |
name = "objc2-ui-kit" |
| 3801 |
version = "0.3.2" |
| 3802 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3803 |
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" |
| 3804 |
dependencies = [ |
| 3805 |
"bitflags 2.13.1", |
| 3806 |
"objc2 0.6.4", |
| 3807 |
"objc2-core-foundation", |
| 3808 |
"objc2-foundation 0.3.2", |
| 3809 |
] |
| 3810 |
|
| 3811 |
[[package]] |
| 3812 |
name = "objc2-uniform-type-identifiers" |
| 3813 |
version = "0.2.2" |
| 3814 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3815 |
checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" |
| 3816 |
dependencies = [ |
| 3817 |
"block2 0.5.1", |
| 3818 |
"objc2 0.5.2", |
| 3819 |
"objc2-foundation 0.2.2", |
| 3820 |
] |
| 3821 |
|
| 3822 |
[[package]] |
| 3823 |
name = "objc2-user-notifications" |
| 3824 |
version = "0.2.2" |
| 3825 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3826 |
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" |
| 3827 |
dependencies = [ |
| 3828 |
"bitflags 2.13.1", |
| 3829 |
"block2 0.5.1", |
| 3830 |
"objc2 0.5.2", |
| 3831 |
"objc2-core-location", |
| 3832 |
"objc2-foundation 0.2.2", |
| 3833 |
] |
| 3834 |
|
| 3835 |
[[package]] |
| 3836 |
name = "once_cell" |
| 3837 |
version = "1.21.4" |
| 3838 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3839 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 3840 |
dependencies = [ |
| 3841 |
"portable-atomic", |
| 3842 |
] |
| 3843 |
|
| 3844 |
[[package]] |
| 3845 |
name = "open" |
| 3846 |
version = "5.4.1" |
| 3847 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3848 |
checksum = "f9cfef937e9c486488c7e3d949ae31c0f1d06bdacd75b99c086cb35356e30408" |
| 3849 |
dependencies = [ |
| 3850 |
"is-wsl", |
| 3851 |
"libc", |
| 3852 |
] |
| 3853 |
|
| 3854 |
[[package]] |
| 3855 |
name = "openssl-probe" |
| 3856 |
version = "0.2.1" |
| 3857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3858 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 3859 |
|
| 3860 |
[[package]] |
| 3861 |
name = "option-ext" |
| 3862 |
version = "0.2.0" |
| 3863 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3864 |
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 3865 |
|
| 3866 |
[[package]] |
| 3867 |
name = "orbclient" |
| 3868 |
version = "0.3.55" |
| 3869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3870 |
checksum = "5df339f526ea9a60e371768d50efc2f2508c7203290731565d1f7a6f71d21747" |
| 3871 |
dependencies = [ |
| 3872 |
"libc", |
| 3873 |
"libredox", |
| 3874 |
] |
| 3875 |
|
| 3876 |
[[package]] |
| 3877 |
name = "ordered-stream" |
| 3878 |
version = "0.2.0" |
| 3879 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3880 |
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 3881 |
dependencies = [ |
| 3882 |
"futures-core", |
| 3883 |
"pin-project-lite", |
| 3884 |
] |
| 3885 |
|
| 3886 |
[[package]] |
| 3887 |
name = "pango" |
| 3888 |
version = "0.18.3" |
| 3889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3890 |
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" |
| 3891 |
dependencies = [ |
| 3892 |
"gio", |
| 3893 |
"glib", |
| 3894 |
"libc", |
| 3895 |
"once_cell", |
| 3896 |
"pango-sys", |
| 3897 |
] |
| 3898 |
|
| 3899 |
[[package]] |
| 3900 |
name = "pango-sys" |
| 3901 |
version = "0.18.0" |
| 3902 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3903 |
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" |
| 3904 |
dependencies = [ |
| 3905 |
"glib-sys", |
| 3906 |
"gobject-sys", |
| 3907 |
"libc", |
| 3908 |
"system-deps", |
| 3909 |
] |
| 3910 |
|
| 3911 |
[[package]] |
| 3912 |
name = "parking" |
| 3913 |
version = "2.2.1" |
| 3914 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3915 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 3916 |
|
| 3917 |
[[package]] |
| 3918 |
name = "parking_lot" |
| 3919 |
version = "0.12.5" |
| 3920 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3921 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 3922 |
dependencies = [ |
| 3923 |
"lock_api", |
| 3924 |
"parking_lot_core", |
| 3925 |
] |
| 3926 |
|
| 3927 |
[[package]] |
| 3928 |
name = "parking_lot_core" |
| 3929 |
version = "0.9.12" |
| 3930 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3931 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 3932 |
dependencies = [ |
| 3933 |
"cfg-if", |
| 3934 |
"libc", |
| 3935 |
"redox_syscall 0.5.18", |
| 3936 |
"smallvec", |
| 3937 |
"windows-link", |
| 3938 |
] |
| 3939 |
|
| 3940 |
[[package]] |
| 3941 |
name = "password-hash" |
| 3942 |
version = "0.5.0" |
| 3943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3944 |
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| 3945 |
dependencies = [ |
| 3946 |
"base64ct", |
| 3947 |
"rand_core 0.6.4", |
| 3948 |
"subtle", |
| 3949 |
] |
| 3950 |
|
| 3951 |
[[package]] |
| 3952 |
name = "peniko" |
| 3953 |
version = "0.6.1" |
| 3954 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3955 |
checksum = "839c8299360d2e998bdb106dc0a6cd71dcc5f4df51df1b620361bf50e283cca6" |
| 3956 |
dependencies = [ |
| 3957 |
"bytemuck", |
| 3958 |
"color", |
| 3959 |
"kurbo", |
| 3960 |
"linebender_resource_handle", |
| 3961 |
"smallvec", |
| 3962 |
] |
| 3963 |
|
| 3964 |
[[package]] |
| 3965 |
name = "percent-encoding" |
| 3966 |
version = "2.3.2" |
| 3967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3968 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 3969 |
|
| 3970 |
[[package]] |
| 3971 |
name = "phf" |
| 3972 |
version = "0.13.1" |
| 3973 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3974 |
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 3975 |
dependencies = [ |
| 3976 |
"phf_shared", |
| 3977 |
"serde", |
| 3978 |
] |
| 3979 |
|
| 3980 |
[[package]] |
| 3981 |
name = "phf_codegen" |
| 3982 |
version = "0.13.1" |
| 3983 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3984 |
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 3985 |
dependencies = [ |
| 3986 |
"phf_generator", |
| 3987 |
"phf_shared", |
| 3988 |
] |
| 3989 |
|
| 3990 |
[[package]] |
| 3991 |
name = "phf_generator" |
| 3992 |
version = "0.13.1" |
| 3993 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3994 |
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 3995 |
dependencies = [ |
| 3996 |
"fastrand", |
| 3997 |
"phf_shared", |
| 3998 |
] |
| 3999 |
|
| 4000 |
[[package]] |
| 4001 |
name = "phf_shared" |
| 4002 |
version = "0.13.1" |
| 4003 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4004 |
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 4005 |
dependencies = [ |
| 4006 |
"siphasher", |
| 4007 |
] |
| 4008 |
|
| 4009 |
[[package]] |
| 4010 |
name = "pin-project" |
| 4011 |
version = "1.1.13" |
| 4012 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4013 |
checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" |
| 4014 |
dependencies = [ |
| 4015 |
"pin-project-internal", |
| 4016 |
] |
| 4017 |
|
| 4018 |
[[package]] |
| 4019 |
name = "pin-project-internal" |
| 4020 |
version = "1.1.13" |
| 4021 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4022 |
checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" |
| 4023 |
dependencies = [ |
| 4024 |
"proc-macro2", |
| 4025 |
"quote", |
| 4026 |
"syn 2.0.119", |
| 4027 |
] |
| 4028 |
|
| 4029 |
[[package]] |
| 4030 |
name = "pin-project-lite" |
| 4031 |
version = "0.2.17" |
| 4032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4033 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 4034 |
|
| 4035 |
[[package]] |
| 4036 |
name = "piper" |
| 4037 |
version = "0.2.5" |
| 4038 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4039 |
checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| 4040 |
dependencies = [ |
| 4041 |
"atomic-waker", |
| 4042 |
"fastrand", |
| 4043 |
"futures-io", |
| 4044 |
] |
| 4045 |
|
| 4046 |
[[package]] |
| 4047 |
name = "pkg-config" |
| 4048 |
version = "0.3.33" |
| 4049 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4050 |
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 4051 |
|
| 4052 |
[[package]] |
| 4053 |
name = "plain" |
| 4054 |
version = "0.2.3" |
| 4055 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4056 |
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 4057 |
|
| 4058 |
[[package]] |
| 4059 |
name = "png" |
| 4060 |
version = "0.18.1" |
| 4061 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4062 |
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 4063 |
dependencies = [ |
| 4064 |
"bitflags 2.13.1", |
| 4065 |
"crc32fast", |
| 4066 |
"fdeflate", |
| 4067 |
"flate2", |
| 4068 |
"miniz_oxide", |
| 4069 |
] |
| 4070 |
|
| 4071 |
[[package]] |
| 4072 |
name = "polling" |
| 4073 |
version = "3.11.0" |
| 4074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4075 |
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 4076 |
dependencies = [ |
| 4077 |
"cfg-if", |
| 4078 |
"concurrent-queue", |
| 4079 |
"hermit-abi", |
| 4080 |
"pin-project-lite", |
| 4081 |
"rustix 1.1.4", |
| 4082 |
"windows-sys 0.61.2", |
| 4083 |
] |
| 4084 |
|
| 4085 |
[[package]] |
| 4086 |
name = "pollster" |
| 4087 |
version = "0.4.0" |
| 4088 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4089 |
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" |
| 4090 |
|
| 4091 |
[[package]] |
| 4092 |
name = "pollster" |
| 4093 |
version = "1.0.1" |
| 4094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4095 |
checksum = "bc6355899e1c9462875b6757c79f3caa011a1fdae12bbb1a2e72dd1f234f8336" |
| 4096 |
|
| 4097 |
[[package]] |
| 4098 |
name = "poly1305" |
| 4099 |
version = "0.9.1" |
| 4100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4101 |
checksum = "6e2d0073b297041425c7c3df6eb4792d598a15323fe63346852b092eca02904c" |
| 4102 |
dependencies = [ |
| 4103 |
"cpufeatures 0.3.0", |
| 4104 |
"universal-hash", |
| 4105 |
] |
| 4106 |
|
| 4107 |
[[package]] |
| 4108 |
name = "polycool" |
| 4109 |
version = "0.4.0" |
| 4110 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4111 |
checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6" |
| 4112 |
dependencies = [ |
| 4113 |
"arrayvec", |
| 4114 |
] |
| 4115 |
|
| 4116 |
[[package]] |
| 4117 |
name = "portable-atomic" |
| 4118 |
version = "1.15.0" |
| 4119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4120 |
checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" |
| 4121 |
|
| 4122 |
[[package]] |
| 4123 |
name = "portable-atomic-util" |
| 4124 |
version = "0.2.7" |
| 4125 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4126 |
checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" |
| 4127 |
dependencies = [ |
| 4128 |
"portable-atomic", |
| 4129 |
] |
| 4130 |
|
| 4131 |
[[package]] |
| 4132 |
name = "potential_utf" |
| 4133 |
version = "0.1.5" |
| 4134 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4135 |
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 4136 |
dependencies = [ |
| 4137 |
"zerovec", |
| 4138 |
] |
| 4139 |
|
| 4140 |
[[package]] |
| 4141 |
name = "precomputed-hash" |
| 4142 |
version = "0.1.1" |
| 4143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4144 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 4145 |
|
| 4146 |
[[package]] |
| 4147 |
name = "primal-check" |
| 4148 |
version = "0.3.4" |
| 4149 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4150 |
checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08" |
| 4151 |
dependencies = [ |
| 4152 |
"num-integer", |
| 4153 |
] |
| 4154 |
|
| 4155 |
[[package]] |
| 4156 |
name = "proc-macro-crate" |
| 4157 |
version = "1.3.1" |
| 4158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4159 |
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
| 4160 |
dependencies = [ |
| 4161 |
"once_cell", |
| 4162 |
"toml_edit 0.19.15", |
| 4163 |
] |
| 4164 |
|
| 4165 |
[[package]] |
| 4166 |
name = "proc-macro-crate" |
| 4167 |
version = "2.0.2" |
| 4168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4169 |
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" |
| 4170 |
dependencies = [ |
| 4171 |
"toml_datetime 0.6.3", |
| 4172 |
"toml_edit 0.20.2", |
| 4173 |
] |
| 4174 |
|
| 4175 |
[[package]] |
| 4176 |
name = "proc-macro-crate" |
| 4177 |
version = "3.5.0" |
| 4178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4179 |
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| 4180 |
dependencies = [ |
| 4181 |
"toml_edit 0.25.13+spec-1.1.0", |
| 4182 |
] |
| 4183 |
|
| 4184 |
[[package]] |
| 4185 |
name = "proc-macro-error" |
| 4186 |
version = "1.0.4" |
| 4187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4188 |
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 4189 |
dependencies = [ |
| 4190 |
"proc-macro-error-attr", |
| 4191 |
"proc-macro2", |
| 4192 |
"quote", |
| 4193 |
"syn 1.0.109", |
| 4194 |
"version_check", |
| 4195 |
] |
| 4196 |
|
| 4197 |
[[package]] |
| 4198 |
name = "proc-macro-error-attr" |
| 4199 |
version = "1.0.4" |
| 4200 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4201 |
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 4202 |
dependencies = [ |
| 4203 |
"proc-macro2", |
| 4204 |
"quote", |
| 4205 |
"version_check", |
| 4206 |
] |
| 4207 |
|
| 4208 |
[[package]] |
| 4209 |
name = "proc-macro2" |
| 4210 |
version = "1.0.107" |
| 4211 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4212 |
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 4213 |
dependencies = [ |
| 4214 |
"unicode-ident", |
| 4215 |
] |
| 4216 |
|
| 4217 |
[[package]] |
| 4218 |
name = "process_path" |
| 4219 |
version = "0.1.4" |
| 4220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4221 |
checksum = "f676f11eb0b3e2ea0fbaee218fa6b806689e2297b8c8adc5bf73df465c4f6171" |
| 4222 |
dependencies = [ |
| 4223 |
"libc", |
| 4224 |
"winapi", |
| 4225 |
] |
| 4226 |
|
| 4227 |
[[package]] |
| 4228 |
name = "profiling" |
| 4229 |
version = "1.0.18" |
| 4230 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4231 |
checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" |
| 4232 |
|
| 4233 |
[[package]] |
| 4234 |
name = "pulldown-cmark" |
| 4235 |
version = "0.13.4" |
| 4236 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4237 |
checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" |
| 4238 |
dependencies = [ |
| 4239 |
"bitflags 2.13.1", |
| 4240 |
"getopts", |
| 4241 |
"memchr", |
| 4242 |
"pulldown-cmark-escape", |
| 4243 |
"unicase", |
| 4244 |
] |
| 4245 |
|
| 4246 |
[[package]] |
| 4247 |
name = "pulldown-cmark-escape" |
| 4248 |
version = "0.11.0" |
| 4249 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4250 |
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 4251 |
|
| 4252 |
[[package]] |
| 4253 |
name = "pxfm" |
| 4254 |
version = "0.1.30" |
| 4255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4256 |
checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea" |
| 4257 |
|
| 4258 |
[[package]] |
| 4259 |
name = "quasi-declare" |
| 4260 |
version = "0.1.15" |
| 4261 |
dependencies = [ |
| 4262 |
"proc-macro2", |
| 4263 |
"quote", |
| 4264 |
"syn 2.0.119", |
| 4265 |
"toml 1.1.4+spec-1.1.0", |
| 4266 |
] |
| 4267 |
|
| 4268 |
[[package]] |
| 4269 |
name = "quasi-immediate" |
| 4270 |
version = "0.109.0" |
| 4271 |
dependencies = [ |
| 4272 |
"docengine", |
| 4273 |
"egui", |
| 4274 |
"makeover-immediate", |
| 4275 |
"makeover-timing", |
| 4276 |
"quasi-router", |
| 4277 |
] |
| 4278 |
|
| 4279 |
[[package]] |
| 4280 |
name = "quasi-router" |
| 4281 |
version = "0.109.0" |
| 4282 |
dependencies = [ |
| 4283 |
"makeover-layout", |
| 4284 |
] |
| 4285 |
|
| 4286 |
[[package]] |
| 4287 |
name = "quick-error" |
| 4288 |
version = "2.0.1" |
| 4289 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4290 |
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 4291 |
|
| 4292 |
[[package]] |
| 4293 |
name = "quick-xml" |
| 4294 |
version = "0.41.0" |
| 4295 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4296 |
checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" |
| 4297 |
dependencies = [ |
| 4298 |
"memchr", |
| 4299 |
] |
| 4300 |
|
| 4301 |
[[package]] |
| 4302 |
name = "quote" |
| 4303 |
version = "1.0.47" |
| 4304 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4305 |
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 4306 |
dependencies = [ |
| 4307 |
"proc-macro2", |
| 4308 |
] |
| 4309 |
|
| 4310 |
[[package]] |
| 4311 |
name = "r-efi" |
| 4312 |
version = "5.3.0" |
| 4313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4314 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 4315 |
|
| 4316 |
[[package]] |
| 4317 |
name = "r-efi" |
| 4318 |
version = "6.0.0" |
| 4319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4320 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 4321 |
|
| 4322 |
[[package]] |
| 4323 |
name = "rand" |
| 4324 |
version = "0.10.2" |
| 4325 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4326 |
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| 4327 |
dependencies = [ |
| 4328 |
"chacha20", |
| 4329 |
"getrandom 0.4.3", |
| 4330 |
"rand_core 0.10.1", |
| 4331 |
] |
| 4332 |
|
| 4333 |
[[package]] |
| 4334 |
name = "rand_core" |
| 4335 |
version = "0.6.4" |
| 4336 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4337 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 4338 |
|
| 4339 |
[[package]] |
| 4340 |
name = "rand_core" |
| 4341 |
version = "0.10.1" |
| 4342 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4343 |
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| 4344 |
|
| 4345 |
[[package]] |
| 4346 |
name = "raw-window-handle" |
| 4347 |
version = "0.6.2" |
| 4348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4349 |
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| 4350 |
|
| 4351 |
[[package]] |
| 4352 |
name = "rayon" |
| 4353 |
version = "1.12.0" |
| 4354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4355 |
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| 4356 |
dependencies = [ |
| 4357 |
"either", |
| 4358 |
"rayon-core", |
| 4359 |
] |
| 4360 |
|
| 4361 |
[[package]] |
| 4362 |
name = "rayon-core" |
| 4363 |
version = "1.13.0" |
| 4364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4365 |
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 4366 |
dependencies = [ |
| 4367 |
"crossbeam-deque", |
| 4368 |
"crossbeam-utils", |
| 4369 |
] |
| 4370 |
|
| 4371 |
[[package]] |
| 4372 |
name = "read-fonts" |
| 4373 |
version = "0.39.2" |
| 4374 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4375 |
checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81" |
| 4376 |
dependencies = [ |
| 4377 |
"bytemuck", |
| 4378 |
"font-types", |
| 4379 |
] |
| 4380 |
|
| 4381 |
[[package]] |
| 4382 |
name = "realfft" |
| 4383 |
version = "3.5.0" |
| 4384 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4385 |
checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677" |
| 4386 |
dependencies = [ |
| 4387 |
"rustfft", |
| 4388 |
] |
| 4389 |
|
| 4390 |
[[package]] |
| 4391 |
name = "redox_syscall" |
| 4392 |
version = "0.4.1" |
| 4393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4394 |
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| 4395 |
dependencies = [ |
| 4396 |
"bitflags 1.3.2", |
| 4397 |
] |
| 4398 |
|
| 4399 |
[[package]] |
| 4400 |
name = "redox_syscall" |
| 4401 |
version = "0.5.18" |
| 4402 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4403 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 4404 |
dependencies = [ |
| 4405 |
"bitflags 2.13.1", |
| 4406 |
] |
| 4407 |
|
| 4408 |
[[package]] |
| 4409 |
name = "redox_syscall" |
| 4410 |
version = "0.9.1" |
| 4411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4412 |
checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e" |
| 4413 |
dependencies = [ |
| 4414 |
"bitflags 2.13.1", |
| 4415 |
] |
| 4416 |
|
| 4417 |
[[package]] |
| 4418 |
name = "redox_users" |
| 4419 |
version = "0.5.2" |
| 4420 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4421 |
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 4422 |
dependencies = [ |
| 4423 |
"getrandom 0.2.17", |
| 4424 |
"libredox", |
| 4425 |
"thiserror 2.0.20", |
| 4426 |
] |
| 4427 |
|
| 4428 |
[[package]] |
| 4429 |
name = "regex" |
| 4430 |
version = "1.13.1" |
| 4431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4432 |
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| 4433 |
dependencies = [ |
| 4434 |
"aho-corasick", |
| 4435 |
"memchr", |
| 4436 |
"regex-automata", |
| 4437 |
"regex-syntax", |
| 4438 |
] |
| 4439 |
|
| 4440 |
[[package]] |
| 4441 |
name = "regex-automata" |
| 4442 |
version = "0.4.18" |
| 4443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4444 |
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" |
| 4445 |
dependencies = [ |
| 4446 |
"aho-corasick", |
| 4447 |
"memchr", |
| 4448 |
"regex-syntax", |
| 4449 |
] |
| 4450 |
|
| 4451 |
[[package]] |
| 4452 |
name = "regex-lite" |
| 4453 |
version = "0.1.9" |
| 4454 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4455 |
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| 4456 |
|
| 4457 |
[[package]] |
| 4458 |
name = "regex-syntax" |
| 4459 |
version = "0.8.11" |
| 4460 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4461 |
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 4462 |
|
| 4463 |
[[package]] |
| 4464 |
name = "renderdoc-sys" |
| 4465 |
version = "1.1.0" |
| 4466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4467 |
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" |
| 4468 |
|
| 4469 |
[[package]] |
| 4470 |
name = "reqwest" |
| 4471 |
version = "0.13.4" |
| 4472 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4473 |
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| 4474 |
dependencies = [ |
| 4475 |
"base64", |
| 4476 |
"bytes", |
| 4477 |
"encoding_rs", |
| 4478 |
"futures-core", |
| 4479 |
"futures-util", |
| 4480 |
"h2", |
| 4481 |
"http", |
| 4482 |
"http-body", |
| 4483 |
"http-body-util", |
| 4484 |
"hyper", |
| 4485 |
"hyper-rustls", |
| 4486 |
"hyper-util", |
| 4487 |
"js-sys", |
| 4488 |
"log", |
| 4489 |
"mime", |
| 4490 |
"percent-encoding", |
| 4491 |
"pin-project-lite", |
| 4492 |
"rustls", |
| 4493 |
"rustls-pki-types", |
| 4494 |
"rustls-platform-verifier", |
| 4495 |
"serde", |
| 4496 |
"serde_json", |
| 4497 |
"serde_urlencoded", |
| 4498 |
"sync_wrapper", |
| 4499 |
"tokio", |
| 4500 |
"tokio-rustls", |
| 4501 |
"tokio-util", |
| 4502 |
"tower", |
| 4503 |
"tower-http", |
| 4504 |
"tower-service", |
| 4505 |
"url", |
| 4506 |
"wasm-bindgen", |
| 4507 |
"wasm-bindgen-futures", |
| 4508 |
"wasm-streams", |
| 4509 |
"web-sys", |
| 4510 |
] |
| 4511 |
|
| 4512 |
[[package]] |
| 4513 |
name = "rfd" |
| 4514 |
version = "0.17.2" |
| 4515 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4516 |
checksum = "20dafead71c16a34e1ff357ddefc8afc11e7d51d6d2b9fbd07eaa48e3e540220" |
| 4517 |
dependencies = [ |
| 4518 |
"block2 0.6.2", |
| 4519 |
"dispatch2", |
| 4520 |
"js-sys", |
| 4521 |
"libc", |
| 4522 |
"log", |
| 4523 |
"objc2 0.6.4", |
| 4524 |
"objc2-app-kit 0.3.2", |
| 4525 |
"objc2-core-foundation", |
| 4526 |
"objc2-foundation 0.3.2", |
| 4527 |
"percent-encoding", |
| 4528 |
"pollster 0.4.0", |
| 4529 |
"raw-window-handle", |
| 4530 |
"wasm-bindgen", |
| 4531 |
"wasm-bindgen-futures", |
| 4532 |
"wayland-backend", |
| 4533 |
"wayland-client", |
| 4534 |
"wayland-protocols", |
| 4535 |
"web-sys", |
| 4536 |
"windows-sys 0.61.2", |
| 4537 |
] |
| 4538 |
|
| 4539 |
[[package]] |
| 4540 |
name = "rhai" |
| 4541 |
version = "1.25.1" |
| 4542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4543 |
checksum = "dd4dd0f8c36625202a4ba553c416c19b719947cd2a31d1bda06126e4a5727daf" |
| 4544 |
dependencies = [ |
| 4545 |
"ahash", |
| 4546 |
"bitflags 2.13.1", |
| 4547 |
"no-std-compat", |
| 4548 |
"num-traits", |
| 4549 |
"once_cell", |
| 4550 |
"rhai_codegen", |
| 4551 |
"smallvec", |
| 4552 |
"smartstring", |
| 4553 |
"thin-vec", |
| 4554 |
"web-time", |
| 4555 |
] |
| 4556 |
|
| 4557 |
[[package]] |
| 4558 |
name = "rhai_codegen" |
| 4559 |
version = "3.2.0" |
| 4560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4561 |
checksum = "3cd3a7535e50bf36857e7be7bec276d334e8c2dfa469c2201226fd01638ea5ca" |
| 4562 |
dependencies = [ |
| 4563 |
"proc-macro2", |
| 4564 |
"quote", |
| 4565 |
"syn 2.0.119", |
| 4566 |
] |
| 4567 |
|
| 4568 |
[[package]] |
| 4569 |
name = "ring" |
| 4570 |
version = "0.17.14" |
| 4571 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4572 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 4573 |
dependencies = [ |
| 4574 |
"cc", |
| 4575 |
"cfg-if", |
| 4576 |
"getrandom 0.2.17", |
| 4577 |
"libc", |
| 4578 |
"untrusted", |
| 4579 |
"windows-sys 0.52.0", |
| 4580 |
] |
| 4581 |
|
| 4582 |
[[package]] |
| 4583 |
name = "rsqlite-vfs" |
| 4584 |
version = "0.1.1" |
| 4585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4586 |
checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c" |
| 4587 |
dependencies = [ |
| 4588 |
"hashbrown 0.16.1", |
| 4589 |
"thiserror 2.0.20", |
| 4590 |
] |
| 4591 |
|
| 4592 |
[[package]] |
| 4593 |
name = "rubato" |
| 4594 |
version = "4.0.0" |
| 4595 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4596 |
checksum = "f57c655d11e929f05a8663b323ff553f8d9773be05dfdc087795955bedeb8d92" |
| 4597 |
dependencies = [ |
| 4598 |
"audioadapter", |
| 4599 |
"audioadapter-buffers", |
| 4600 |
"num-complex", |
| 4601 |
"num-integer", |
| 4602 |
"num-traits", |
| 4603 |
"realfft", |
| 4604 |
"visibility", |
| 4605 |
"windowfunctions", |
| 4606 |
] |
| 4607 |
|
| 4608 |
[[package]] |
| 4609 |
name = "rusqlite" |
| 4610 |
version = "0.40.2" |
| 4611 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4612 |
checksum = "23f2a97da3e3873c73cb2a2e71b35c40ff95e0b1eefa8d72d8499a6928c3b5b3" |
| 4613 |
dependencies = [ |
| 4614 |
"bitflags 2.13.1", |
| 4615 |
"fallible-iterator", |
| 4616 |
"fallible-streaming-iterator", |
| 4617 |
"hashlink", |
| 4618 |
"libsqlite3-sys", |
| 4619 |
"smallvec", |
| 4620 |
"sqlite-wasm-rs", |
| 4621 |
] |
| 4622 |
|
| 4623 |
[[package]] |
| 4624 |
name = "rustc-hash" |
| 4625 |
version = "1.1.0" |
| 4626 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4627 |
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 4628 |
|
| 4629 |
[[package]] |
| 4630 |
name = "rustc-hash" |
| 4631 |
version = "2.1.3" |
| 4632 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4633 |
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| 4634 |
|
| 4635 |
[[package]] |
| 4636 |
name = "rustc_version" |
| 4637 |
version = "0.4.1" |
| 4638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4639 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 4640 |
dependencies = [ |
| 4641 |
"semver", |
| 4642 |
] |
| 4643 |
|
| 4644 |
[[package]] |
| 4645 |
name = "rustfft" |
| 4646 |
version = "6.4.1" |
| 4647 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4648 |
checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89" |
| 4649 |
dependencies = [ |
| 4650 |
"num-complex", |
| 4651 |
"num-integer", |
| 4652 |
"num-traits", |
| 4653 |
"primal-check", |
| 4654 |
"strength_reduce", |
| 4655 |
"transpose", |
| 4656 |
] |
| 4657 |
|
| 4658 |
[[package]] |
| 4659 |
name = "rustix" |
| 4660 |
version = "0.38.44" |
| 4661 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4662 |
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 4663 |
dependencies = [ |
| 4664 |
"bitflags 2.13.1", |
| 4665 |
"errno", |
| 4666 |
"libc", |
| 4667 |
"linux-raw-sys 0.4.15", |
| 4668 |
"windows-sys 0.59.0", |
| 4669 |
] |
| 4670 |
|
| 4671 |
[[package]] |
| 4672 |
name = "rustix" |
| 4673 |
version = "1.1.4" |
| 4674 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4675 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 4676 |
dependencies = [ |
| 4677 |
"bitflags 2.13.1", |
| 4678 |
"errno", |
| 4679 |
"libc", |
| 4680 |
"linux-raw-sys 0.12.1", |
| 4681 |
"windows-sys 0.61.2", |
| 4682 |
] |
| 4683 |
|
| 4684 |
[[package]] |
| 4685 |
name = "rustls" |
| 4686 |
version = "0.23.43" |
| 4687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4688 |
checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" |
| 4689 |
dependencies = [ |
| 4690 |
"log", |
| 4691 |
"once_cell", |
| 4692 |
"ring", |
| 4693 |
"rustls-pki-types", |
| 4694 |
"rustls-webpki", |
| 4695 |
"subtle", |
| 4696 |
"zeroize", |
| 4697 |
] |
| 4698 |
|
| 4699 |
[[package]] |
| 4700 |
name = "rustls-native-certs" |
| 4701 |
version = "0.8.4" |
| 4702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4703 |
checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" |
| 4704 |
dependencies = [ |
| 4705 |
"openssl-probe", |
| 4706 |
"rustls-pki-types", |
| 4707 |
"schannel", |
| 4708 |
"security-framework", |
| 4709 |
] |
| 4710 |
|
| 4711 |
[[package]] |
| 4712 |
name = "rustls-pki-types" |
| 4713 |
version = "1.15.1" |
| 4714 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4715 |
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" |
| 4716 |
dependencies = [ |
| 4717 |
"zeroize", |
| 4718 |
] |
| 4719 |
|
| 4720 |
[[package]] |
| 4721 |
name = "rustls-platform-verifier" |
| 4722 |
version = "0.7.0" |
| 4723 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4724 |
checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| 4725 |
dependencies = [ |
| 4726 |
"core-foundation 0.10.1", |
| 4727 |
"core-foundation-sys", |
| 4728 |
"jni 0.22.4", |
| 4729 |
"log", |
| 4730 |
"once_cell", |
| 4731 |
"rustls", |
| 4732 |
"rustls-native-certs", |
| 4733 |
"rustls-platform-verifier-android", |
| 4734 |
"rustls-webpki", |
| 4735 |
"security-framework", |
| 4736 |
"security-framework-sys", |
| 4737 |
"webpki-root-certs", |
| 4738 |
"windows-sys 0.61.2", |
| 4739 |
] |
| 4740 |
|
| 4741 |
[[package]] |
| 4742 |
name = "rustls-platform-verifier-android" |
| 4743 |
version = "0.1.1" |
| 4744 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4745 |
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 4746 |
|
| 4747 |
[[package]] |
| 4748 |
name = "rustls-webpki" |
| 4749 |
version = "0.103.13" |
| 4750 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4751 |
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 4752 |
dependencies = [ |
| 4753 |
"ring", |
| 4754 |
"rustls-pki-types", |
| 4755 |
"untrusted", |
| 4756 |
] |
| 4757 |
|
| 4758 |
[[package]] |
| 4759 |
name = "rustversion" |
| 4760 |
version = "1.0.23" |
| 4761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4762 |
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 4763 |
|
| 4764 |
[[package]] |
| 4765 |
name = "ryu" |
| 4766 |
version = "1.0.23" |
| 4767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4768 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 4769 |
|
| 4770 |
[[package]] |
| 4771 |
name = "same-file" |
| 4772 |
version = "1.0.6" |
| 4773 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4774 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 4775 |
dependencies = [ |
| 4776 |
"winapi-util", |
| 4777 |
] |
| 4778 |
|
| 4779 |
[[package]] |
| 4780 |
name = "schannel" |
| 4781 |
version = "0.1.29" |
| 4782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4783 |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 4784 |
dependencies = [ |
| 4785 |
"windows-sys 0.61.2", |
| 4786 |
] |
| 4787 |
|
| 4788 |
[[package]] |
| 4789 |
name = "scoped-tls" |
| 4790 |
version = "1.0.1" |
| 4791 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4792 |
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| 4793 |
|
| 4794 |
[[package]] |
| 4795 |
name = "scopeguard" |
| 4796 |
version = "1.2.0" |
| 4797 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4798 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 4799 |
|
| 4800 |
[[package]] |
| 4801 |
name = "secret-service" |
| 4802 |
version = "5.1.0" |
| 4803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4804 |
checksum = "9a62d7f86047af0077255a29494136b9aaaf697c76ff70b8e49cded4e2623c14" |
| 4805 |
dependencies = [ |
| 4806 |
"aes", |
| 4807 |
"cbc", |
| 4808 |
"futures-util", |
| 4809 |
"generic-array", |
| 4810 |
"getrandom 0.2.17", |
| 4811 |
"hkdf", |
| 4812 |
"num", |
| 4813 |
"once_cell", |
| 4814 |
"serde", |
| 4815 |
"sha2 0.10.9", |
| 4816 |
"zbus", |
| 4817 |
] |
| 4818 |
|
| 4819 |
[[package]] |
| 4820 |
name = "security-framework" |
| 4821 |
version = "3.7.0" |
| 4822 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4823 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 4824 |
dependencies = [ |
| 4825 |
"bitflags 2.13.1", |
| 4826 |
"core-foundation 0.10.1", |
| 4827 |
"core-foundation-sys", |
| 4828 |
"libc", |
| 4829 |
"security-framework-sys", |
| 4830 |
] |
| 4831 |
|
| 4832 |
[[package]] |
| 4833 |
name = "security-framework-sys" |
| 4834 |
version = "2.17.0" |
| 4835 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4836 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 4837 |
dependencies = [ |
| 4838 |
"core-foundation-sys", |
| 4839 |
"libc", |
| 4840 |
] |
| 4841 |
|
| 4842 |
[[package]] |
| 4843 |
name = "self_cell" |
| 4844 |
version = "1.3.0" |
| 4845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4846 |
checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813" |
| 4847 |
|
| 4848 |
[[package]] |
| 4849 |
name = "semver" |
| 4850 |
version = "1.0.28" |
| 4851 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4852 |
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 4853 |
|
| 4854 |
[[package]] |
| 4855 |
name = "serde" |
| 4856 |
version = "1.0.229" |
| 4857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4858 |
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| 4859 |
dependencies = [ |
| 4860 |
"serde_core", |
| 4861 |
"serde_derive", |
| 4862 |
] |
| 4863 |
|
| 4864 |
[[package]] |
| 4865 |
name = "serde_core" |
| 4866 |
version = "1.0.229" |
| 4867 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4868 |
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| 4869 |
dependencies = [ |
| 4870 |
"serde_derive", |
| 4871 |
] |
| 4872 |
|
| 4873 |
[[package]] |
| 4874 |
name = "serde_derive" |
| 4875 |
version = "1.0.229" |
| 4876 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4877 |
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| 4878 |
dependencies = [ |
| 4879 |
"proc-macro2", |
| 4880 |
"quote", |
| 4881 |
"syn 3.0.3", |
| 4882 |
] |
| 4883 |
|
| 4884 |
[[package]] |
| 4885 |
name = "serde_json" |
| 4886 |
version = "1.0.151" |
| 4887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4888 |
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| 4889 |
dependencies = [ |
| 4890 |
"itoa", |
| 4891 |
"memchr", |
| 4892 |
"serde", |
| 4893 |
"serde_core", |
| 4894 |
"zmij", |
| 4895 |
] |
| 4896 |
|
| 4897 |
[[package]] |
| 4898 |
name = "serde_repr" |
| 4899 |
version = "0.1.21" |
| 4900 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4901 |
checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" |
| 4902 |
dependencies = [ |
| 4903 |
"proc-macro2", |
| 4904 |
"quote", |
| 4905 |
"syn 3.0.3", |
| 4906 |
] |
| 4907 |
|
| 4908 |
[[package]] |
| 4909 |
name = "serde_spanned" |
| 4910 |
version = "0.6.9" |
| 4911 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4912 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 4913 |
dependencies = [ |
| 4914 |
"serde", |
| 4915 |
] |
| 4916 |
|
| 4917 |
[[package]] |
| 4918 |
name = "serde_spanned" |
| 4919 |
version = "1.1.1" |
| 4920 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4921 |
checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 4922 |
dependencies = [ |
| 4923 |
"serde_core", |
| 4924 |
] |
| 4925 |
|
| 4926 |
[[package]] |
| 4927 |
name = "serde_urlencoded" |
| 4928 |
version = "0.7.1" |
| 4929 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4930 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 4931 |
dependencies = [ |
| 4932 |
"form_urlencoded", |
| 4933 |
"itoa", |
| 4934 |
"ryu", |
| 4935 |
"serde", |
| 4936 |
] |
| 4937 |
|
| 4938 |
[[package]] |
| 4939 |
name = "sha2" |
| 4940 |
version = "0.10.9" |
| 4941 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4942 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 4943 |
dependencies = [ |
| 4944 |
"cfg-if", |
| 4945 |
"cpufeatures 0.2.17", |
| 4946 |
"digest 0.10.7", |
| 4947 |
] |
| 4948 |
|
| 4949 |
[[package]] |
| 4950 |
name = "sha2" |
| 4951 |
version = "0.11.0" |
| 4952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4953 |
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 4954 |
dependencies = [ |
| 4955 |
"cfg-if", |
| 4956 |
"cpufeatures 0.3.0", |
| 4957 |
"digest 0.11.3", |
| 4958 |
] |
| 4959 |
|
| 4960 |
[[package]] |
| 4961 |
name = "sharded-slab" |
| 4962 |
version = "0.1.7" |
| 4963 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4964 |
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 4965 |
dependencies = [ |
| 4966 |
"lazy_static", |
| 4967 |
] |
| 4968 |
|
| 4969 |
[[package]] |
| 4970 |
name = "shlex" |
| 4971 |
version = "2.0.1" |
| 4972 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4973 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 4974 |
|
| 4975 |
[[package]] |
| 4976 |
name = "signal-hook-registry" |
| 4977 |
version = "1.4.8" |
| 4978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4979 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 4980 |
dependencies = [ |
| 4981 |
"errno", |
| 4982 |
"libc", |
| 4983 |
] |
| 4984 |
|
| 4985 |
[[package]] |
| 4986 |
name = "simd-adler32" |
| 4987 |
version = "0.3.10" |
| 4988 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4989 |
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" |
| 4990 |
|
| 4991 |
[[package]] |
| 4992 |
name = "simd_cesu8" |
| 4993 |
version = "1.2.0" |
| 4994 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4995 |
checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520" |
| 4996 |
dependencies = [ |
| 4997 |
"rustc_version", |
| 4998 |
"simdutf8", |
| 4999 |
] |
| 5000 |
|
| 5001 |
[[package]] |
| 5002 |
name = "simdutf8" |
| 5003 |
version = "0.1.5" |
| 5004 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5005 |
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 5006 |
|
| 5007 |
[[package]] |
| 5008 |
name = "siphasher" |
| 5009 |
version = "1.0.3" |
| 5010 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5011 |
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| 5012 |
|
| 5013 |
[[package]] |
| 5014 |
name = "skrifa" |
| 5015 |
version = "0.42.1" |
| 5016 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5017 |
checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564" |
| 5018 |
dependencies = [ |
| 5019 |
"bytemuck", |
| 5020 |
"read-fonts", |
| 5021 |
] |
| 5022 |
|
| 5023 |
[[package]] |
| 5024 |
name = "slab" |
| 5025 |
version = "0.4.12" |
| 5026 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5027 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 5028 |
|
| 5029 |
[[package]] |
| 5030 |
name = "slotmap" |
| 5031 |
version = "1.1.1" |
| 5032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5033 |
checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" |
| 5034 |
dependencies = [ |
| 5035 |
"version_check", |
| 5036 |
] |
| 5037 |
|
| 5038 |
[[package]] |
| 5039 |
name = "smallvec" |
| 5040 |
version = "1.15.2" |
| 5041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5042 |
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 5043 |
|
| 5044 |
[[package]] |
| 5045 |
name = "smartstring" |
| 5046 |
version = "1.0.1" |
| 5047 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5048 |
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" |
| 5049 |
dependencies = [ |
| 5050 |
"autocfg", |
| 5051 |
"static_assertions", |
| 5052 |
"version_check", |
| 5053 |
] |
| 5054 |
|
| 5055 |
[[package]] |
| 5056 |
name = "smithay-client-toolkit" |
| 5057 |
version = "0.19.2" |
| 5058 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5059 |
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" |
| 5060 |
dependencies = [ |
| 5061 |
"bitflags 2.13.1", |
| 5062 |
"calloop 0.13.0", |
| 5063 |
"calloop-wayland-source 0.3.0", |
| 5064 |
"cursor-icon", |
| 5065 |
"libc", |
| 5066 |
"log", |
| 5067 |
"memmap2", |
| 5068 |
"rustix 0.38.44", |
| 5069 |
"thiserror 1.0.69", |
| 5070 |
"wayland-backend", |
| 5071 |
"wayland-client", |
| 5072 |
"wayland-csd-frame", |
| 5073 |
"wayland-cursor", |
| 5074 |
"wayland-protocols", |
| 5075 |
"wayland-protocols-wlr", |
| 5076 |
"wayland-scanner", |
| 5077 |
"xkeysym", |
| 5078 |
] |
| 5079 |
|
| 5080 |
[[package]] |
| 5081 |
name = "smithay-client-toolkit" |
| 5082 |
version = "0.20.0" |
| 5083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5084 |
checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" |
| 5085 |
dependencies = [ |
| 5086 |
"bitflags 2.13.1", |
| 5087 |
"calloop 0.14.4", |
| 5088 |
"calloop-wayland-source 0.4.1", |
| 5089 |
"cursor-icon", |
| 5090 |
"libc", |
| 5091 |
"log", |
| 5092 |
"memmap2", |
| 5093 |
"rustix 1.1.4", |
| 5094 |
"thiserror 2.0.20", |
| 5095 |
"wayland-backend", |
| 5096 |
"wayland-client", |
| 5097 |
"wayland-csd-frame", |
| 5098 |
"wayland-cursor", |
| 5099 |
"wayland-protocols", |
| 5100 |
"wayland-protocols-experimental", |
| 5101 |
"wayland-protocols-misc", |
| 5102 |
"wayland-protocols-wlr", |
| 5103 |
"wayland-scanner", |
| 5104 |
"xkeysym", |
| 5105 |
] |
| 5106 |
|
| 5107 |
[[package]] |
| 5108 |
name = "smithay-clipboard" |
| 5109 |
version = "0.7.3" |
| 5110 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5111 |
checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" |
| 5112 |
dependencies = [ |
| 5113 |
"libc", |
| 5114 |
"smithay-client-toolkit 0.20.0", |
| 5115 |
"wayland-backend", |
| 5116 |
] |
| 5117 |
|
| 5118 |
[[package]] |
| 5119 |
name = "smol_str" |
| 5120 |
version = "0.2.2" |
| 5121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5122 |
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" |
| 5123 |
dependencies = [ |
| 5124 |
"serde", |
| 5125 |
] |
| 5126 |
|
| 5127 |
[[package]] |
| 5128 |
name = "socket2" |
| 5129 |
version = "0.6.5" |
| 5130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5131 |
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| 5132 |
dependencies = [ |
| 5133 |
"libc", |
| 5134 |
"windows-sys 0.61.2", |
| 5135 |
] |
| 5136 |
|
| 5137 |
[[package]] |
| 5138 |
name = "spin" |
| 5139 |
version = "0.5.2" |
| 5140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5141 |
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| 5142 |
|
| 5143 |
[[package]] |
| 5144 |
name = "sqlite-wasm-rs" |
| 5145 |
version = "0.5.5" |
| 5146 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5147 |
checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75" |
| 5148 |
dependencies = [ |
| 5149 |
"cc", |
| 5150 |
"js-sys", |
| 5151 |
"rsqlite-vfs", |
| 5152 |
"wasm-bindgen", |
| 5153 |
] |
| 5154 |
|
| 5155 |
[[package]] |
| 5156 |
name = "stable_deref_trait" |
| 5157 |
version = "1.2.1" |
| 5158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5159 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 5160 |
|
| 5161 |
[[package]] |
| 5162 |
name = "static_assertions" |
| 5163 |
version = "1.1.0" |
| 5164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5165 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5166 |
|
| 5167 |
[[package]] |
| 5168 |
name = "stratum-dsp" |
| 5169 |
version = "1.0.0" |
| 5170 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5171 |
checksum = "3307cfb4b43dc10db80f8e9b95079bf82288e0c2a4c6f4f811321f5cdc2818e7" |
| 5172 |
dependencies = [ |
| 5173 |
"log", |
| 5174 |
"rayon", |
| 5175 |
"rustfft", |
| 5176 |
"serde", |
| 5177 |
"serde_json", |
| 5178 |
"symphonia 0.5.5", |
| 5179 |
] |
| 5180 |
|
| 5181 |
[[package]] |
| 5182 |
name = "strength_reduce" |
| 5183 |
version = "0.2.4" |
| 5184 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5185 |
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" |
| 5186 |
|
| 5187 |
[[package]] |
| 5188 |
name = "string_cache" |
| 5189 |
version = "0.9.0" |
| 5190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5191 |
checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" |
| 5192 |
dependencies = [ |
| 5193 |
"new_debug_unreachable", |
| 5194 |
"parking_lot", |
| 5195 |
"phf_shared", |
| 5196 |
"precomputed-hash", |
| 5197 |
] |
| 5198 |
|
| 5199 |
[[package]] |
| 5200 |
name = "string_cache_codegen" |
| 5201 |
version = "0.6.1" |
| 5202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5203 |
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" |
| 5204 |
dependencies = [ |
| 5205 |
"phf_generator", |
| 5206 |
"phf_shared", |
| 5207 |
"proc-macro2", |
| 5208 |
"quote", |
| 5209 |
] |
| 5210 |
|
| 5211 |
[[package]] |
| 5212 |
name = "subtle" |
| 5213 |
version = "2.6.1" |
| 5214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5215 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 5216 |
|
| 5217 |
[[package]] |
| 5218 |
name = "symphonia" |
| 5219 |
version = "0.5.5" |
| 5220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5221 |
checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039" |
| 5222 |
dependencies = [ |
| 5223 |
"lazy_static", |
| 5224 |
"symphonia-bundle-flac 0.5.5", |
| 5225 |
"symphonia-bundle-mp3 0.5.5", |
| 5226 |
"symphonia-codec-aac 0.5.5", |
| 5227 |
"symphonia-codec-adpcm", |
| 5228 |
"symphonia-codec-alac 0.5.5", |
| 5229 |
"symphonia-codec-pcm 0.5.5", |
| 5230 |
"symphonia-codec-vorbis 0.5.5", |
| 5231 |
"symphonia-core 0.5.5", |
| 5232 |
"symphonia-format-caf 0.5.5", |
| 5233 |
"symphonia-format-isomp4 0.5.5", |
| 5234 |
"symphonia-format-mkv", |
| 5235 |
"symphonia-format-ogg 0.5.5", |
| 5236 |
"symphonia-format-riff 0.5.5", |
| 5237 |
"symphonia-metadata 0.5.5", |
| 5238 |
] |
| 5239 |
|
| 5240 |
[[package]] |
| 5241 |
name = "symphonia" |
| 5242 |
version = "0.6.0" |
| 5243 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5244 |
checksum = "1758d6c853020a7244de03cc3e0185eaea3f58715122422dd3cc7452e6d4c16a" |
| 5245 |
dependencies = [ |
| 5246 |
"lazy_static", |
| 5247 |
"symphonia-bundle-flac 0.6.0", |
| 5248 |
"symphonia-bundle-mp3 0.6.0", |
| 5249 |
"symphonia-codec-aac 0.6.0", |
| 5250 |
"symphonia-codec-alac 0.6.0", |
| 5251 |
"symphonia-codec-pcm 0.6.0", |
| 5252 |
"symphonia-codec-vorbis 0.6.0", |
| 5253 |
"symphonia-core 0.6.0", |
| 5254 |
"symphonia-format-caf 0.6.0", |
| 5255 |
"symphonia-format-isomp4 0.6.0", |
| 5256 |
"symphonia-format-ogg 0.6.0", |
| 5257 |
"symphonia-format-riff 0.6.0", |
| 5258 |
"symphonia-metadata 0.6.0", |
| 5259 |
] |
| 5260 |
|
| 5261 |
[[package]] |
| 5262 |
name = "symphonia-bundle-flac" |
| 5263 |
version = "0.5.5" |
| 5264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5265 |
checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976" |
| 5266 |
dependencies = [ |
| 5267 |
"log", |
| 5268 |
"symphonia-core 0.5.5", |
| 5269 |
"symphonia-metadata 0.5.5", |
| 5270 |
"symphonia-utils-xiph", |
| 5271 |
] |
| 5272 |
|
| 5273 |
[[package]] |
| 5274 |
name = "symphonia-bundle-flac" |
| 5275 |
version = "0.6.0" |
| 5276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5277 |
checksum = "ee69ad01236a67260b82fd1ff9790dd75ead29f2f46af145e63b7e72273e0e03" |
| 5278 |
dependencies = [ |
| 5279 |
"log", |
| 5280 |
"symphonia-common", |
| 5281 |
"symphonia-core 0.6.0", |
| 5282 |
"symphonia-metadata 0.6.0", |
| 5283 |
] |
| 5284 |
|
| 5285 |
[[package]] |
| 5286 |
name = "symphonia-bundle-mp3" |
| 5287 |
version = "0.5.5" |
| 5288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5289 |
checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed" |
| 5290 |
dependencies = [ |
| 5291 |
"lazy_static", |
| 5292 |
"log", |
| 5293 |
"symphonia-core 0.5.5", |
| 5294 |
"symphonia-metadata 0.5.5", |
| 5295 |
] |
| 5296 |
|
| 5297 |
[[package]] |
| 5298 |
name = "symphonia-bundle-mp3" |
| 5299 |
version = "0.6.0" |
| 5300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5301 |
checksum = "350f1f2f2e19ad4dd315db94304d1eb361b29af070681f94e51b8fdaad769546" |
| 5302 |
dependencies = [ |
| 5303 |
"lazy_static", |
| 5304 |
"log", |
| 5305 |
"symphonia-core 0.6.0", |
| 5306 |
] |
| 5307 |
|
| 5308 |
[[package]] |
| 5309 |
name = "symphonia-codec-aac" |
| 5310 |
version = "0.5.5" |
| 5311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5312 |
checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790" |
| 5313 |
dependencies = [ |
| 5314 |
"lazy_static", |
| 5315 |
"log", |
| 5316 |
"symphonia-core 0.5.5", |
| 5317 |
] |
| 5318 |
|
| 5319 |
[[package]] |
| 5320 |
name = "symphonia-codec-aac" |
| 5321 |
version = "0.6.0" |
| 5322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5323 |
checksum = "f1979c515a76371b186aad2feff5f23e21cbec775bf95de08bf1e3af92a2ad76" |
| 5324 |
dependencies = [ |
| 5325 |
"lazy_static", |
| 5326 |
"log", |
| 5327 |
"symphonia-common", |
| 5328 |
"symphonia-core 0.6.0", |
| 5329 |
] |
| 5330 |
|
| 5331 |
[[package]] |
| 5332 |
name = "symphonia-codec-adpcm" |
| 5333 |
version = "0.5.5" |
| 5334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5335 |
checksum = "2dddc50e2bbea4cfe027441eece77c46b9f319748605ab8f3443350129ddd07f" |
| 5336 |
dependencies = [ |
| 5337 |
"log", |
| 5338 |
"symphonia-core 0.5.5", |
| 5339 |
] |
| 5340 |
|
| 5341 |
[[package]] |
| 5342 |
name = "symphonia-codec-alac" |
| 5343 |
version = "0.5.5" |
| 5344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5345 |
checksum = "8413fa754942ac16a73634c9dfd1500ed5c61430956b33728567f667fdd393ab" |
| 5346 |
dependencies = [ |
| 5347 |
"log", |
| 5348 |
"symphonia-core 0.5.5", |
| 5349 |
] |
| 5350 |
|
| 5351 |
[[package]] |
| 5352 |
name = "symphonia-codec-alac" |
| 5353 |
version = "0.6.0" |
| 5354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5355 |
checksum = "3a149cbfc7fb5c405d123a273227d31de17138419552112bf1aa7b73e65827b8" |
| 5356 |
dependencies = [ |
| 5357 |
"log", |
| 5358 |
"symphonia-common", |
| 5359 |
"symphonia-core 0.6.0", |
| 5360 |
] |
| 5361 |
|
| 5362 |
[[package]] |
| 5363 |
name = "symphonia-codec-pcm" |
| 5364 |
version = "0.5.5" |
| 5365 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5366 |
checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95" |
| 5367 |
dependencies = [ |
| 5368 |
"log", |
| 5369 |
"symphonia-core 0.5.5", |
| 5370 |
] |
| 5371 |
|
| 5372 |
[[package]] |
| 5373 |
name = "symphonia-codec-pcm" |
| 5374 |
version = "0.6.0" |
| 5375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5376 |
checksum = "50baee168f0e9dcf6ba7fc06e8b57eb62072a4490cc7cf13af77e72baae5d328" |
| 5377 |
dependencies = [ |
| 5378 |
"log", |
| 5379 |
"symphonia-core 0.6.0", |
| 5380 |
] |
| 5381 |
|
| 5382 |
[[package]] |
| 5383 |
name = "symphonia-codec-vorbis" |
| 5384 |
version = "0.5.5" |
| 5385 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5386 |
checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73" |
| 5387 |
dependencies = [ |
| 5388 |
"log", |
| 5389 |
"symphonia-core 0.5.5", |
| 5390 |
"symphonia-utils-xiph", |
| 5391 |
] |
| 5392 |
|
| 5393 |
[[package]] |
| 5394 |
name = "symphonia-codec-vorbis" |
| 5395 |
version = "0.6.0" |
| 5396 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5397 |
checksum = "45b07b4423cd8e0fc472575909a5554b12c2f58e3c190b38c24f042e732fd8de" |
| 5398 |
dependencies = [ |
| 5399 |
"log", |
| 5400 |
"symphonia-common", |
| 5401 |
"symphonia-core 0.6.0", |
| 5402 |
] |
| 5403 |
|
| 5404 |
[[package]] |
| 5405 |
name = "symphonia-common" |
| 5406 |
version = "0.6.0" |
| 5407 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5408 |
checksum = "8257891ffa7f05e02b58f4761e2abf7e5278c8744fd59e981559e050f86eef55" |
| 5409 |
dependencies = [ |
| 5410 |
"log", |
| 5411 |
"symphonia-core 0.6.0", |
| 5412 |
"symphonia-metadata 0.6.0", |
| 5413 |
] |
| 5414 |
|
| 5415 |
[[package]] |
| 5416 |
name = "symphonia-core" |
| 5417 |
version = "0.5.5" |
| 5418 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5419 |
checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af" |
| 5420 |
dependencies = [ |
| 5421 |
"arrayvec", |
| 5422 |
"bitflags 1.3.2", |
| 5423 |
"bytemuck", |
| 5424 |
"lazy_static", |
| 5425 |
"log", |
| 5426 |
] |
| 5427 |
|
| 5428 |
[[package]] |
| 5429 |
name = "symphonia-core" |
| 5430 |
version = "0.6.0" |
| 5431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5432 |
checksum = "95ec293b5f288383b72a7bffcade6b2860b642cf66f28b3bd5967349a49938b1" |
| 5433 |
dependencies = [ |
| 5434 |
"bitflags 2.13.1", |
| 5435 |
"bytemuck", |
| 5436 |
"lazy_static", |
| 5437 |
"log", |
| 5438 |
"num-complex", |
| 5439 |
"smallvec", |
| 5440 |
] |
| 5441 |
|
| 5442 |
[[package]] |
| 5443 |
name = "symphonia-format-caf" |
| 5444 |
version = "0.5.5" |
| 5445 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5446 |
checksum = "b8faf379316b6b6e6bbc274d00e7a592e0d63ff1a7e182ce8ba25e24edd3d096" |
| 5447 |
dependencies = [ |
| 5448 |
"log", |
| 5449 |
"symphonia-core 0.5.5", |
| 5450 |
"symphonia-metadata 0.5.5", |
| 5451 |
] |
| 5452 |
|
| 5453 |
[[package]] |
| 5454 |
name = "symphonia-format-caf" |
| 5455 |
version = "0.6.0" |
| 5456 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5457 |
checksum = "cde3ca76633d3400ab57195456c09f8a58d775ff5452329f3f212b6efc8622f5" |
| 5458 |
dependencies = [ |
| 5459 |
"log", |
| 5460 |
"symphonia-common", |
| 5461 |
"symphonia-core 0.6.0", |
| 5462 |
] |
| 5463 |
|
| 5464 |
[[package]] |
| 5465 |
name = "symphonia-format-isomp4" |
| 5466 |
version = "0.5.5" |
| 5467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5468 |
checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5" |
| 5469 |
dependencies = [ |
| 5470 |
"encoding_rs", |
| 5471 |
"log", |
| 5472 |
"symphonia-core 0.5.5", |
| 5473 |
"symphonia-metadata 0.5.5", |
| 5474 |
"symphonia-utils-xiph", |
| 5475 |
] |
| 5476 |
|
| 5477 |
[[package]] |
| 5478 |
name = "symphonia-format-isomp4" |
| 5479 |
version = "0.6.0" |
| 5480 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5481 |
checksum = "2d179a01305b3505940135a9f0180d6ef4b487912748fe97554756f120fbd05e" |
| 5482 |
dependencies = [ |
| 5483 |
"log", |
| 5484 |
"symphonia-common", |
| 5485 |
"symphonia-core 0.6.0", |
| 5486 |
"symphonia-metadata 0.6.0", |
| 5487 |
] |
| 5488 |
|
| 5489 |
[[package]] |
| 5490 |
name = "symphonia-format-mkv" |
| 5491 |
version = "0.5.5" |
| 5492 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5493 |
checksum = "122d786d2c43a49beb6f397551b4a050d8229eaa54c7ddf9ee4b98899b8742d0" |
| 5494 |
dependencies = [ |
| 5495 |
"lazy_static", |
| 5496 |
"log", |
| 5497 |
"symphonia-core 0.5.5", |
| 5498 |
"symphonia-metadata 0.5.5", |
| 5499 |
"symphonia-utils-xiph", |
| 5500 |
] |
| 5501 |
|
| 5502 |
[[package]] |
| 5503 |
name = "symphonia-format-ogg" |
| 5504 |
version = "0.5.5" |
| 5505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5506 |
checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb" |
| 5507 |
dependencies = [ |
| 5508 |
"log", |
| 5509 |
"symphonia-core 0.5.5", |
| 5510 |
"symphonia-metadata 0.5.5", |
| 5511 |
"symphonia-utils-xiph", |
| 5512 |
] |
| 5513 |
|
| 5514 |
[[package]] |
| 5515 |
name = "symphonia-format-ogg" |
| 5516 |
version = "0.6.0" |
| 5517 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5518 |
checksum = "b05a67e02b1e4fca1a261ba4fe06910a9357489ad8c36aafdd2960e9c6559433" |
| 5519 |
dependencies = [ |
| 5520 |
"log", |
| 5521 |
"symphonia-common", |
| 5522 |
"symphonia-core 0.6.0", |
| 5523 |
"symphonia-metadata 0.6.0", |
| 5524 |
] |
| 5525 |
|
| 5526 |
[[package]] |
| 5527 |
name = "symphonia-format-riff" |
| 5528 |
version = "0.5.5" |
| 5529 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5530 |
checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f" |
| 5531 |
dependencies = [ |
| 5532 |
"extended", |
| 5533 |
"log", |
| 5534 |
"symphonia-core 0.5.5", |
| 5535 |
"symphonia-metadata 0.5.5", |
| 5536 |
] |
| 5537 |
|
| 5538 |
[[package]] |
| 5539 |
name = "symphonia-format-riff" |
| 5540 |
version = "0.6.0" |
| 5541 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5542 |
checksum = "17424452a777666d3eaf09a5c651029b15b6a333812fcc5b5474f2a3f0cff3f0" |
| 5543 |
dependencies = [ |
| 5544 |
"extended", |
| 5545 |
"log", |
| 5546 |
"symphonia-core 0.6.0", |
| 5547 |
"symphonia-metadata 0.6.0", |
| 5548 |
] |
| 5549 |
|
| 5550 |
[[package]] |
| 5551 |
name = "symphonia-metadata" |
| 5552 |
version = "0.5.5" |
| 5553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5554 |
checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16" |
| 5555 |
dependencies = [ |
| 5556 |
"encoding_rs", |
| 5557 |
"lazy_static", |
| 5558 |
"log", |
| 5559 |
"symphonia-core 0.5.5", |
| 5560 |
] |
| 5561 |
|
| 5562 |
[[package]] |
| 5563 |
name = "symphonia-metadata" |
| 5564 |
version = "0.6.0" |
| 5565 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5566 |
checksum = "a31acf5cd623398a6208e2225d18f4b20f761c55098a796a5247ad516a4a8681" |
| 5567 |
dependencies = [ |
| 5568 |
"lazy_static", |
| 5569 |
"log", |
| 5570 |
"regex-lite", |
| 5571 |
"smallvec", |
| 5572 |
"symphonia-core 0.6.0", |
| 5573 |
] |
| 5574 |
|
| 5575 |
[[package]] |
| 5576 |
name = "symphonia-utils-xiph" |
| 5577 |
version = "0.5.5" |
| 5578 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5579 |
checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16" |
| 5580 |
dependencies = [ |
| 5581 |
"symphonia-core 0.5.5", |
| 5582 |
"symphonia-metadata 0.5.5", |
| 5583 |
] |
| 5584 |
|
| 5585 |
[[package]] |
| 5586 |
name = "syn" |
| 5587 |
version = "1.0.109" |
| 5588 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5589 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 5590 |
dependencies = [ |
| 5591 |
"proc-macro2", |
| 5592 |
"unicode-ident", |
| 5593 |
] |
| 5594 |
|
| 5595 |
[[package]] |
| 5596 |
name = "syn" |
| 5597 |
version = "2.0.119" |
| 5598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5599 |
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 5600 |
dependencies = [ |
| 5601 |
"proc-macro2", |
| 5602 |
"quote", |
| 5603 |
"unicode-ident", |
| 5604 |
] |
| 5605 |
|
| 5606 |
[[package]] |
| 5607 |
name = "syn" |
| 5608 |
version = "3.0.3" |
| 5609 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5610 |
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" |
| 5611 |
dependencies = [ |
| 5612 |
"proc-macro2", |
| 5613 |
"quote", |
| 5614 |
"unicode-ident", |
| 5615 |
] |
| 5616 |
|
| 5617 |
[[package]] |
| 5618 |
name = "sync_wrapper" |
| 5619 |
version = "1.0.2" |
| 5620 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5621 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 5622 |
dependencies = [ |
| 5623 |
"futures-core", |
| 5624 |
] |
| 5625 |
|
| 5626 |
[[package]] |
| 5627 |
name = "synckit-client" |
| 5628 |
version = "0.10.0" |
| 5629 |
dependencies = [ |
| 5630 |
"apple-native-keyring-store", |
| 5631 |
"argon2", |
| 5632 |
"base64", |
| 5633 |
"bytes", |
| 5634 |
"chacha20poly1305", |
| 5635 |
"chrono", |
| 5636 |
"hex", |
| 5637 |
"keyring", |
| 5638 |
"keyring-core", |
| 5639 |
"parking_lot", |
| 5640 |
"rand", |
| 5641 |
"reqwest", |
| 5642 |
"rusqlite", |
| 5643 |
"serde", |
| 5644 |
"serde_json", |
| 5645 |
"sha2 0.11.0", |
| 5646 |
"synckit-config", |
| 5647 |
"thiserror 2.0.20", |
| 5648 |
"tokio", |
| 5649 |
"tokio-stream", |
| 5650 |
"tracing", |
| 5651 |
"unicode-normalization", |
| 5652 |
"urlencoding", |
| 5653 |
"uuid", |
| 5654 |
"x25519-dalek", |
| 5655 |
"zeroize", |
| 5656 |
] |
| 5657 |
|
| 5658 |
[[package]] |
| 5659 |
name = "synckit-config" |
| 5660 |
version = "0.2.0" |
| 5661 |
dependencies = [ |
| 5662 |
"rusqlite", |
| 5663 |
"thiserror 2.0.20", |
| 5664 |
] |
| 5665 |
|
| 5666 |
[[package]] |
| 5667 |
name = "synstructure" |
| 5668 |
version = "0.13.2" |
| 5669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5670 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 5671 |
dependencies = [ |
| 5672 |
"proc-macro2", |
| 5673 |
"quote", |
| 5674 |
"syn 2.0.119", |
| 5675 |
] |
| 5676 |
|
| 5677 |
[[package]] |
| 5678 |
name = "system-configuration" |
| 5679 |
version = "0.7.0" |
| 5680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5681 |
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" |
| 5682 |
dependencies = [ |
| 5683 |
"bitflags 2.13.1", |
| 5684 |
"core-foundation 0.9.4", |
| 5685 |
"system-configuration-sys", |
| 5686 |
] |
| 5687 |
|
| 5688 |
[[package]] |
| 5689 |
name = "system-configuration-sys" |
| 5690 |
version = "0.6.0" |
| 5691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5692 |
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 5693 |
dependencies = [ |
| 5694 |
"core-foundation-sys", |
| 5695 |
"libc", |
| 5696 |
] |
| 5697 |
|
| 5698 |
[[package]] |
| 5699 |
name = "system-deps" |
| 5700 |
version = "6.2.2" |
| 5701 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5702 |
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" |
| 5703 |
dependencies = [ |
| 5704 |
"cfg-expr", |
| 5705 |
"heck 0.5.0", |
| 5706 |
"pkg-config", |
| 5707 |
"toml 0.8.2", |
| 5708 |
"version-compare", |
| 5709 |
] |
| 5710 |
|
| 5711 |
[[package]] |
| 5712 |
name = "tagtree" |
| 5713 |
version = "0.4.1" |
| 5714 |
|
| 5715 |
[[package]] |
| 5716 |
name = "target-lexicon" |
| 5717 |
version = "0.12.16" |
| 5718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5719 |
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| 5720 |
|
| 5721 |
[[package]] |
| 5722 |
name = "tempfile" |
| 5723 |
version = "3.27.0" |
| 5724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5725 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 5726 |
dependencies = [ |
| 5727 |
"fastrand", |
| 5728 |
"getrandom 0.4.3", |
| 5729 |
"once_cell", |
| 5730 |
"rustix 1.1.4", |
| 5731 |
"windows-sys 0.61.2", |
| 5732 |
] |
| 5733 |
|
| 5734 |
[[package]] |
| 5735 |
name = "tendril" |
| 5736 |
version = "0.5.1" |
| 5737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5738 |
checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08" |
| 5739 |
dependencies = [ |
| 5740 |
"new_debug_unreachable", |
| 5741 |
] |
| 5742 |
|
| 5743 |
[[package]] |
| 5744 |
name = "thin-vec" |
| 5745 |
version = "0.2.19" |
| 5746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5747 |
checksum = "79def32ffcd477db1ff26f76dab9e3a91f0bd42a85ca96577089b24623056f9d" |
| 5748 |
|
| 5749 |
[[package]] |
| 5750 |
name = "thiserror" |
| 5751 |
version = "1.0.69" |
| 5752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5753 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 5754 |
dependencies = [ |
| 5755 |
"thiserror-impl 1.0.69", |
| 5756 |
] |
| 5757 |
|
| 5758 |
[[package]] |
| 5759 |
name = "thiserror" |
| 5760 |
version = "2.0.20" |
| 5761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5762 |
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" |
| 5763 |
dependencies = [ |
| 5764 |
"thiserror-impl 2.0.20", |
| 5765 |
] |
| 5766 |
|
| 5767 |
[[package]] |
| 5768 |
name = "thiserror-impl" |
| 5769 |
version = "1.0.69" |
| 5770 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5771 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 5772 |
dependencies = [ |
| 5773 |
"proc-macro2", |
| 5774 |
"quote", |
| 5775 |
"syn 2.0.119", |
| 5776 |
] |
| 5777 |
|
| 5778 |
[[package]] |
| 5779 |
name = "thiserror-impl" |
| 5780 |
version = "2.0.20" |
| 5781 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5782 |
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" |
| 5783 |
dependencies = [ |
| 5784 |
"proc-macro2", |
| 5785 |
"quote", |
| 5786 |
"syn 3.0.3", |
| 5787 |
] |
| 5788 |
|
| 5789 |
[[package]] |
| 5790 |
name = "thread_local" |
| 5791 |
version = "1.1.10" |
| 5792 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5793 |
checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" |
| 5794 |
dependencies = [ |
| 5795 |
"cfg-if", |
| 5796 |
] |
| 5797 |
|
| 5798 |
[[package]] |
| 5799 |
name = "tiff" |
| 5800 |
version = "0.11.3" |
| 5801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5802 |
checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" |
| 5803 |
dependencies = [ |
| 5804 |
"fax", |
| 5805 |
"flate2", |
| 5806 |
"half", |
| 5807 |
"quick-error", |
| 5808 |
"weezl", |
| 5809 |
"zune-jpeg", |
| 5810 |
] |
| 5811 |
|
| 5812 |
[[package]] |
| 5813 |
name = "tiny-keccak" |
| 5814 |
version = "2.0.2" |
| 5815 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5816 |
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| 5817 |
dependencies = [ |
| 5818 |
"crunchy", |
| 5819 |
] |
| 5820 |
|
| 5821 |
[[package]] |
| 5822 |
name = "tinystr" |
| 5823 |
version = "0.8.3" |
| 5824 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5825 |
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 5826 |
dependencies = [ |
| 5827 |
"displaydoc", |
| 5828 |
"zerovec", |
| 5829 |
] |
| 5830 |
|
| 5831 |
[[package]] |
| 5832 |
name = "tinyvec" |
| 5833 |
version = "1.12.0" |
| 5834 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5835 |
checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" |
| 5836 |
dependencies = [ |
| 5837 |
"tinyvec_macros", |
| 5838 |
] |
| 5839 |
|
| 5840 |
[[package]] |
| 5841 |
name = "tinyvec_macros" |
| 5842 |
version = "0.1.1" |
| 5843 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5844 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 5845 |
|
| 5846 |
[[package]] |
| 5847 |
name = "tokio" |
| 5848 |
version = "1.53.1" |
| 5849 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5850 |
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" |
| 5851 |
dependencies = [ |
| 5852 |
"bytes", |
| 5853 |
"libc", |
| 5854 |
"mio", |
| 5855 |
"pin-project-lite", |
| 5856 |
"socket2", |
| 5857 |
"tokio-macros", |
| 5858 |
"windows-sys 0.61.2", |
| 5859 |
] |
| 5860 |
|
| 5861 |
[[package]] |
| 5862 |
name = "tokio-macros" |
| 5863 |
version = "2.7.2" |
| 5864 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5865 |
checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" |
| 5866 |
dependencies = [ |
| 5867 |
"proc-macro2", |
| 5868 |
"quote", |
| 5869 |
"syn 3.0.3", |
| 5870 |
] |
| 5871 |
|
| 5872 |
[[package]] |
| 5873 |
name = "tokio-rustls" |
| 5874 |
version = "0.26.4" |
| 5875 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5876 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 5877 |
dependencies = [ |
| 5878 |
"rustls", |
| 5879 |
"tokio", |
| 5880 |
] |
| 5881 |
|
| 5882 |
[[package]] |
| 5883 |
name = "tokio-stream" |
| 5884 |
version = "0.1.19" |
| 5885 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5886 |
checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b" |
| 5887 |
dependencies = [ |
| 5888 |
"futures-core", |
| 5889 |
"pin-project-lite", |
| 5890 |
"tokio", |
| 5891 |
] |
| 5892 |
|
| 5893 |
[[package]] |
| 5894 |
name = "tokio-util" |
| 5895 |
version = "0.7.19" |
| 5896 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5897 |
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" |
| 5898 |
dependencies = [ |
| 5899 |
"bytes", |
| 5900 |
"futures-core", |
| 5901 |
"futures-sink", |
| 5902 |
"libc", |
| 5903 |
"pin-project-lite", |
| 5904 |
"tokio", |
| 5905 |
] |
| 5906 |
|
| 5907 |
[[package]] |
| 5908 |
name = "toml" |
| 5909 |
version = "0.8.2" |
| 5910 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5911 |
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" |
| 5912 |
dependencies = [ |
| 5913 |
"serde", |
| 5914 |
"serde_spanned 0.6.9", |
| 5915 |
"toml_datetime 0.6.3", |
| 5916 |
"toml_edit 0.20.2", |
| 5917 |
] |
| 5918 |
|
| 5919 |
[[package]] |
| 5920 |
name = "toml" |
| 5921 |
version = "1.1.4+spec-1.1.0" |
| 5922 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5923 |
checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" |
| 5924 |
dependencies = [ |
| 5925 |
"indexmap", |
| 5926 |
"serde_core", |
| 5927 |
"serde_spanned 1.1.1", |
| 5928 |
"toml_datetime 1.1.1+spec-1.1.0", |
| 5929 |
"toml_parser", |
| 5930 |
"toml_writer", |
| 5931 |
"winnow 1.0.4", |
| 5932 |
] |
| 5933 |
|
| 5934 |
[[package]] |
| 5935 |
name = "toml_datetime" |
| 5936 |
version = "0.6.3" |
| 5937 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5938 |
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
| 5939 |
dependencies = [ |
| 5940 |
"serde", |
| 5941 |
] |
| 5942 |
|
| 5943 |
[[package]] |
| 5944 |
name = "toml_datetime" |
| 5945 |
version = "1.1.1+spec-1.1.0" |
| 5946 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5947 |
checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 5948 |
dependencies = [ |
| 5949 |
"serde_core", |
| 5950 |
] |
| 5951 |
|
| 5952 |
[[package]] |
| 5953 |
name = "toml_edit" |
| 5954 |
version = "0.19.15" |
| 5955 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5956 |
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 5957 |
dependencies = [ |
| 5958 |
"indexmap", |
| 5959 |
"toml_datetime 0.6.3", |
| 5960 |
"winnow 0.5.40", |
| 5961 |
] |
| 5962 |
|
| 5963 |
[[package]] |
| 5964 |
name = "toml_edit" |
| 5965 |
version = "0.20.2" |
| 5966 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5967 |
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" |
| 5968 |
dependencies = [ |
| 5969 |
"indexmap", |
| 5970 |
"serde", |
| 5971 |
"serde_spanned 0.6.9", |
| 5972 |
"toml_datetime 0.6.3", |
| 5973 |
"winnow 0.5.40", |
| 5974 |
] |
| 5975 |
|
| 5976 |
[[package]] |
| 5977 |
name = "toml_edit" |
| 5978 |
version = "0.25.13+spec-1.1.0" |
| 5979 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5980 |
checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" |
| 5981 |
dependencies = [ |
| 5982 |
"indexmap", |
| 5983 |
"toml_datetime 1.1.1+spec-1.1.0", |
| 5984 |
"toml_parser", |
| 5985 |
"winnow 1.0.4", |
| 5986 |
] |
| 5987 |
|
| 5988 |
[[package]] |
| 5989 |
name = "toml_parser" |
| 5990 |
version = "1.1.3+spec-1.1.0" |
| 5991 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5992 |
checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" |
| 5993 |
dependencies = [ |
| 5994 |
"winnow 1.0.4", |
| 5995 |
] |
| 5996 |
|
| 5997 |
[[package]] |
| 5998 |
name = "toml_writer" |
| 5999 |
version = "1.1.2+spec-1.1.0" |
| 6000 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6001 |
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" |
| 6002 |
|
| 6003 |
[[package]] |
| 6004 |
name = "tower" |
| 6005 |
version = "0.5.3" |
| 6006 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6007 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 6008 |
dependencies = [ |
| 6009 |
"futures-core", |
| 6010 |
"futures-util", |
| 6011 |
"pin-project-lite", |
| 6012 |
"sync_wrapper", |
| 6013 |
"tokio", |
| 6014 |
"tower-layer", |
| 6015 |
"tower-service", |
| 6016 |
] |
| 6017 |
|
| 6018 |
[[package]] |
| 6019 |
name = "tower-http" |
| 6020 |
version = "0.6.11" |
| 6021 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6022 |
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 6023 |
dependencies = [ |
| 6024 |
"bitflags 2.13.1", |
| 6025 |
"bytes", |
| 6026 |
"futures-util", |
| 6027 |
"http", |
| 6028 |
"http-body", |
| 6029 |
"pin-project-lite", |
| 6030 |
"tower", |
| 6031 |
"tower-layer", |
| 6032 |
"tower-service", |
| 6033 |
"url", |
| 6034 |
] |
| 6035 |
|
| 6036 |
[[package]] |
| 6037 |
name = "tower-layer" |
| 6038 |
version = "0.3.3" |
| 6039 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6040 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 6041 |
|
| 6042 |
[[package]] |
| 6043 |
name = "tower-service" |
| 6044 |
version = "0.3.3" |
| 6045 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6046 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 6047 |
|
| 6048 |
[[package]] |
| 6049 |
name = "tracing" |
| 6050 |
version = "0.1.44" |
| 6051 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6052 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 6053 |
dependencies = [ |
| 6054 |
"log", |
| 6055 |
"pin-project-lite", |
| 6056 |
"tracing-attributes", |
| 6057 |
"tracing-core", |
| 6058 |
] |
| 6059 |
|
| 6060 |
[[package]] |
| 6061 |
name = "tracing-attributes" |
| 6062 |
version = "0.1.31" |
| 6063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6064 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 6065 |
dependencies = [ |
| 6066 |
"proc-macro2", |
| 6067 |
"quote", |
| 6068 |
"syn 2.0.119", |
| 6069 |
] |
| 6070 |
|
| 6071 |
[[package]] |
| 6072 |
name = "tracing-core" |
| 6073 |
version = "0.1.36" |
| 6074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6075 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 6076 |
dependencies = [ |
| 6077 |
"once_cell", |
| 6078 |
"valuable", |
| 6079 |
] |
| 6080 |
|
| 6081 |
[[package]] |
| 6082 |
name = "tracing-log" |
| 6083 |
version = "0.2.0" |
| 6084 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6085 |
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 6086 |
dependencies = [ |
| 6087 |
"log", |
| 6088 |
"once_cell", |
| 6089 |
"tracing-core", |
| 6090 |
] |
| 6091 |
|
| 6092 |
[[package]] |
| 6093 |
name = "tracing-subscriber" |
| 6094 |
version = "0.3.23" |
| 6095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6096 |
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 6097 |
dependencies = [ |
| 6098 |
"matchers", |
| 6099 |
"nu-ansi-term", |
| 6100 |
"once_cell", |
| 6101 |
"regex-automata", |
| 6102 |
"sharded-slab", |
| 6103 |
"smallvec", |
| 6104 |
"thread_local", |
| 6105 |
"tracing", |
| 6106 |
"tracing-core", |
| 6107 |
"tracing-log", |
| 6108 |
] |
| 6109 |
|
| 6110 |
[[package]] |
| 6111 |
name = "transpose" |
| 6112 |
version = "0.2.3" |
| 6113 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6114 |
checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e" |
| 6115 |
dependencies = [ |
| 6116 |
"num-integer", |
| 6117 |
"strength_reduce", |
| 6118 |
] |
| 6119 |
|
| 6120 |
[[package]] |
| 6121 |
name = "tray-icon" |
| 6122 |
version = "0.24.2" |
| 6123 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6124 |
checksum = "045979e3f037cd18ad1cb2a419dfda133c5c29c9f3453370079f2255d46c257e" |
| 6125 |
dependencies = [ |
| 6126 |
"crossbeam-channel", |
| 6127 |
"dirs", |
| 6128 |
"libappindicator", |
| 6129 |
"muda", |
| 6130 |
"objc2 0.6.4", |
| 6131 |
"objc2-app-kit 0.3.2", |
| 6132 |
"objc2-core-foundation", |
| 6133 |
"objc2-core-graphics", |
| 6134 |
"objc2-foundation 0.3.2", |
| 6135 |
"once_cell", |
| 6136 |
"png", |
| 6137 |
"thiserror 2.0.20", |
| 6138 |
"windows-sys 0.61.2", |
| 6139 |
] |
| 6140 |
|
| 6141 |
[[package]] |
| 6142 |
name = "try-lock" |
| 6143 |
version = "0.2.5" |
| 6144 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6145 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 6146 |
|
| 6147 |
[[package]] |
| 6148 |
name = "type-map" |
| 6149 |
version = "0.5.1" |
| 6150 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6151 |
checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" |
| 6152 |
dependencies = [ |
| 6153 |
"rustc-hash 2.1.3", |
| 6154 |
] |
| 6155 |
|
| 6156 |
[[package]] |
| 6157 |
name = "typenum" |
| 6158 |
version = "1.20.1" |
| 6159 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6160 |
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| 6161 |
|
| 6162 |
[[package]] |
| 6163 |
name = "uds_windows" |
| 6164 |
version = "1.2.1" |
| 6165 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6166 |
checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" |
| 6167 |
dependencies = [ |
| 6168 |
"memoffset", |
| 6169 |
"tempfile", |
| 6170 |
"windows-sys 0.61.2", |
| 6171 |
] |
| 6172 |
|
| 6173 |
[[package]] |
| 6174 |
name = "unicase" |
| 6175 |
version = "2.9.0" |
| 6176 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6177 |
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 6178 |
|
| 6179 |
[[package]] |
| 6180 |
name = "unicode-general-category" |
| 6181 |
version = "1.1.0" |
| 6182 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6183 |
checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" |
| 6184 |
|
| 6185 |
[[package]] |
| 6186 |
name = "unicode-ident" |
| 6187 |
version = "1.0.24" |
| 6188 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6189 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 6190 |
|
| 6191 |
[[package]] |
| 6192 |
name = "unicode-normalization" |
| 6193 |
version = "0.1.25" |
| 6194 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6195 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 6196 |
dependencies = [ |
| 6197 |
"tinyvec", |
| 6198 |
] |
| 6199 |
|
| 6200 |
[[package]] |
| 6201 |
name = "unicode-segmentation" |
| 6202 |
version = "1.13.3" |
| 6203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6204 |
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| 6205 |
|
| 6206 |
[[package]] |
| 6207 |
name = "unicode-width" |
| 6208 |
version = "0.2.2" |
| 6209 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6210 |
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 6211 |
|
| 6212 |
[[package]] |
| 6213 |
name = "universal-hash" |
| 6214 |
version = "0.6.1" |
| 6215 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6216 |
checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96" |
| 6217 |
dependencies = [ |
| 6218 |
"crypto-common 0.2.2", |
| 6219 |
"ctutils", |
| 6220 |
] |
| 6221 |
|
| 6222 |
[[package]] |
| 6223 |
name = "untrusted" |
| 6224 |
version = "0.9.0" |
| 6225 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6226 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 6227 |
|
| 6228 |
[[package]] |
| 6229 |
name = "url" |
| 6230 |
version = "2.5.8" |
| 6231 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6232 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 6233 |
dependencies = [ |
| 6234 |
"form_urlencoded", |
| 6235 |
"idna", |
| 6236 |
"percent-encoding", |
| 6237 |
"serde", |
| 6238 |
] |
| 6239 |
|
| 6240 |
[[package]] |
| 6241 |
name = "urlencoding" |
| 6242 |
version = "2.1.3" |
| 6243 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6244 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 6245 |
|
| 6246 |
[[package]] |
| 6247 |
name = "utf8_iter" |
| 6248 |
version = "1.0.4" |
| 6249 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6250 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 6251 |
|
| 6252 |
[[package]] |
| 6253 |
name = "uuid" |
| 6254 |
version = "1.24.0" |
| 6255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6256 |
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" |
| 6257 |
dependencies = [ |
| 6258 |
"getrandom 0.4.3", |
| 6259 |
"js-sys", |
| 6260 |
"serde_core", |
| 6261 |
"wasm-bindgen", |
| 6262 |
] |
| 6263 |
|
| 6264 |
[[package]] |
| 6265 |
name = "valuable" |
| 6266 |
version = "0.1.1" |
| 6267 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6268 |
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 6269 |
|
| 6270 |
[[package]] |
| 6271 |
name = "vcpkg" |
| 6272 |
version = "0.2.15" |
| 6273 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6274 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 6275 |
|
| 6276 |
[[package]] |
| 6277 |
name = "vello_common" |
| 6278 |
version = "0.0.9" |
| 6279 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6280 |
checksum = "19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750" |
| 6281 |
dependencies = [ |
| 6282 |
"bytemuck", |
| 6283 |
"fearless_simd", |
| 6284 |
"guillotiere", |
| 6285 |
"hashbrown 0.17.1", |
| 6286 |
"log", |
| 6287 |
"peniko", |
| 6288 |
"smallvec", |
| 6289 |
"thiserror 2.0.20", |
| 6290 |
] |
| 6291 |
|
| 6292 |
[[package]] |
| 6293 |
name = "vello_cpu" |
| 6294 |
version = "0.0.9" |
| 6295 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6296 |
checksum = "588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23" |
| 6297 |
dependencies = [ |
| 6298 |
"bytemuck", |
| 6299 |
"glifo", |
| 6300 |
"hashbrown 0.17.1", |
| 6301 |
"vello_common", |
| 6302 |
] |
| 6303 |
|
| 6304 |
[[package]] |
| 6305 |
name = "version-compare" |
| 6306 |
version = "0.2.1" |
| 6307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6308 |
checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 6309 |
|
| 6310 |
[[package]] |
| 6311 |
name = "version_check" |
| 6312 |
version = "0.9.5" |
| 6313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6314 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 6315 |
|
| 6316 |
[[package]] |
| 6317 |
name = "visibility" |
| 6318 |
version = "0.1.1" |
| 6319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6320 |
checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91" |
| 6321 |
dependencies = [ |
| 6322 |
"proc-macro2", |
| 6323 |
"quote", |
| 6324 |
"syn 2.0.119", |
| 6325 |
] |
| 6326 |
|
| 6327 |
[[package]] |
| 6328 |
name = "walkdir" |
| 6329 |
version = "2.5.0" |
| 6330 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6331 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 6332 |
dependencies = [ |
| 6333 |
"same-file", |
| 6334 |
"winapi-util", |
| 6335 |
] |
| 6336 |
|
| 6337 |
[[package]] |
| 6338 |
name = "want" |
| 6339 |
version = "0.3.1" |
| 6340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6341 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 6342 |
dependencies = [ |
| 6343 |
"try-lock", |
| 6344 |
] |
| 6345 |
|
| 6346 |
[[package]] |
| 6347 |
name = "wasi" |
| 6348 |
version = "0.11.1+wasi-snapshot-preview1" |
| 6349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6350 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 6351 |
|
| 6352 |
[[package]] |
| 6353 |
name = "wasip2" |
| 6354 |
version = "1.0.4+wasi-0.2.12" |
| 6355 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6356 |
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" |
| 6357 |
dependencies = [ |
| 6358 |
"wit-bindgen", |
| 6359 |
] |
| 6360 |
|
| 6361 |
[[package]] |
| 6362 |
name = "wasm-bindgen" |
| 6363 |
version = "0.2.127" |
| 6364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6365 |
checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" |
| 6366 |
dependencies = [ |
| 6367 |
"cfg-if", |
| 6368 |
"once_cell", |
| 6369 |
"rustversion", |
| 6370 |
"wasm-bindgen-macro", |
| 6371 |
"wasm-bindgen-shared", |
| 6372 |
] |
| 6373 |
|
| 6374 |
[[package]] |
| 6375 |
name = "wasm-bindgen-futures" |
| 6376 |
version = "0.4.77" |
| 6377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6378 |
checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950" |
| 6379 |
dependencies = [ |
| 6380 |
"js-sys", |
| 6381 |
"wasm-bindgen", |
| 6382 |
] |
| 6383 |
|
| 6384 |
[[package]] |
| 6385 |
name = "wasm-bindgen-macro" |
| 6386 |
version = "0.2.127" |
| 6387 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6388 |
checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" |
| 6389 |
dependencies = [ |
| 6390 |
"quote", |
| 6391 |
"wasm-bindgen-macro-support", |
| 6392 |
] |
| 6393 |
|
| 6394 |
[[package]] |
| 6395 |
name = "wasm-bindgen-macro-support" |
| 6396 |
version = "0.2.127" |
| 6397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6398 |
checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" |
| 6399 |
dependencies = [ |
| 6400 |
"bumpalo", |
| 6401 |
"proc-macro2", |
| 6402 |
"quote", |
| 6403 |
"syn 2.0.119", |
| 6404 |
"wasm-bindgen-shared", |
| 6405 |
] |
| 6406 |
|
| 6407 |
[[package]] |
| 6408 |
name = "wasm-bindgen-shared" |
| 6409 |
version = "0.2.127" |
| 6410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6411 |
checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" |
| 6412 |
dependencies = [ |
| 6413 |
"unicode-ident", |
| 6414 |
] |
| 6415 |
|
| 6416 |
[[package]] |
| 6417 |
name = "wasm-streams" |
| 6418 |
version = "0.5.0" |
| 6419 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6420 |
checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| 6421 |
dependencies = [ |
| 6422 |
"futures-util", |
| 6423 |
"js-sys", |
| 6424 |
"wasm-bindgen", |
| 6425 |
"wasm-bindgen-futures", |
| 6426 |
"web-sys", |
| 6427 |
] |
| 6428 |
|
| 6429 |
[[package]] |
| 6430 |
name = "wayland-backend" |
| 6431 |
version = "0.3.16" |
| 6432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6433 |
checksum = "016ccf01d1c58b6f8999612813e17c9b2390f7d70671428869913310f83f54b8" |
| 6434 |
dependencies = [ |
| 6435 |
"cc", |
| 6436 |
"downcast-rs", |
| 6437 |
"rustix 1.1.4", |
| 6438 |
"scoped-tls", |
| 6439 |
"smallvec", |
| 6440 |
"wayland-sys", |
| 6441 |
] |
| 6442 |
|
| 6443 |
[[package]] |
| 6444 |
name = "wayland-client" |
| 6445 |
version = "0.31.15" |
| 6446 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6447 |
checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073" |
| 6448 |
dependencies = [ |
| 6449 |
"bitflags 2.13.1", |
| 6450 |
"rustix 1.1.4", |
| 6451 |
"wayland-backend", |
| 6452 |
"wayland-scanner", |
| 6453 |
] |
| 6454 |
|
| 6455 |
[[package]] |
| 6456 |
name = "wayland-csd-frame" |
| 6457 |
version = "0.3.0" |
| 6458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6459 |
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| 6460 |
dependencies = [ |
| 6461 |
"bitflags 2.13.1", |
| 6462 |
"cursor-icon", |
| 6463 |
"wayland-backend", |
| 6464 |
] |
| 6465 |
|
| 6466 |
[[package]] |
| 6467 |
name = "wayland-cursor" |
| 6468 |
version = "0.31.14" |
| 6469 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6470 |
checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d" |
| 6471 |
dependencies = [ |
| 6472 |
"rustix 1.1.4", |
| 6473 |
"wayland-client", |
| 6474 |
"xcursor", |
| 6475 |
] |
| 6476 |
|
| 6477 |
[[package]] |
| 6478 |
name = "wayland-protocols" |
| 6479 |
version = "0.32.13" |
| 6480 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6481 |
checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6" |
| 6482 |
dependencies = [ |
| 6483 |
"bitflags 2.13.1", |
| 6484 |
"wayland-backend", |
| 6485 |
"wayland-client", |
| 6486 |
"wayland-scanner", |
| 6487 |
] |
| 6488 |
|
| 6489 |
[[package]] |
| 6490 |
name = "wayland-protocols-experimental" |
| 6491 |
version = "20250721.0.1" |
| 6492 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6493 |
checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" |
| 6494 |
dependencies = [ |
| 6495 |
"bitflags 2.13.1", |
| 6496 |
"wayland-backend", |
| 6497 |
"wayland-client", |
| 6498 |
"wayland-protocols", |
| 6499 |
"wayland-scanner", |
| 6500 |
] |
| 6501 |
|
| 6502 |
[[package]] |
| 6503 |
name = "wayland-protocols-misc" |
| 6504 |
version = "0.3.12" |
| 6505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6506 |
checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8" |
| 6507 |
dependencies = [ |
| 6508 |
"bitflags 2.13.1", |
| 6509 |
"wayland-backend", |
| 6510 |
"wayland-client", |
| 6511 |
"wayland-protocols", |
| 6512 |
"wayland-scanner", |
| 6513 |
] |
| 6514 |
|
| 6515 |
[[package]] |
| 6516 |
name = "wayland-protocols-plasma" |
| 6517 |
version = "0.3.12" |
| 6518 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6519 |
checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91" |
| 6520 |
dependencies = [ |
| 6521 |
"bitflags 2.13.1", |
| 6522 |
"wayland-backend", |
| 6523 |
"wayland-client", |
| 6524 |
"wayland-protocols", |
| 6525 |
"wayland-scanner", |
| 6526 |
] |
| 6527 |
|
| 6528 |
[[package]] |
| 6529 |
name = "wayland-protocols-wlr" |
| 6530 |
version = "0.3.12" |
| 6531 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6532 |
checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234" |
| 6533 |
dependencies = [ |
| 6534 |
"bitflags 2.13.1", |
| 6535 |
"wayland-backend", |
| 6536 |
"wayland-client", |
| 6537 |
"wayland-protocols", |
| 6538 |
"wayland-scanner", |
| 6539 |
] |
| 6540 |
|
| 6541 |
[[package]] |
| 6542 |
name = "wayland-scanner" |
| 6543 |
version = "0.31.11" |
| 6544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6545 |
checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0" |
| 6546 |
dependencies = [ |
| 6547 |
"proc-macro2", |
| 6548 |
"quick-xml", |
| 6549 |
"quote", |
| 6550 |
] |
| 6551 |
|
| 6552 |
[[package]] |
| 6553 |
name = "wayland-sys" |
| 6554 |
version = "0.31.11" |
| 6555 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6556 |
checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be" |
| 6557 |
dependencies = [ |
| 6558 |
"dlib", |
| 6559 |
"log", |
| 6560 |
"once_cell", |
| 6561 |
"pkg-config", |
| 6562 |
] |
| 6563 |
|
| 6564 |
[[package]] |
| 6565 |
name = "web-sys" |
| 6566 |
version = "0.3.104" |
| 6567 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6568 |
checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30" |
| 6569 |
dependencies = [ |
| 6570 |
"js-sys", |
| 6571 |
"wasm-bindgen", |
| 6572 |
] |
| 6573 |
|
| 6574 |
[[package]] |
| 6575 |
name = "web-time" |
| 6576 |
version = "1.1.0" |
| 6577 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6578 |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 6579 |
dependencies = [ |
| 6580 |
"js-sys", |
| 6581 |
"wasm-bindgen", |
| 6582 |
] |
| 6583 |
|
| 6584 |
[[package]] |
| 6585 |
name = "web_atoms" |
| 6586 |
version = "0.2.6" |
| 6587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6588 |
checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3" |
| 6589 |
dependencies = [ |
| 6590 |
"phf", |
| 6591 |
"phf_codegen", |
| 6592 |
"string_cache", |
| 6593 |
"string_cache_codegen", |
| 6594 |
] |
| 6595 |
|
| 6596 |
[[package]] |
| 6597 |
name = "webbrowser" |
| 6598 |
version = "1.2.4" |
| 6599 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6600 |
checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94" |
| 6601 |
dependencies = [ |
| 6602 |
"jni 0.22.4", |
| 6603 |
"log", |
| 6604 |
"ndk-context", |
| 6605 |
"objc2 0.6.4", |
| 6606 |
"objc2-app-kit 0.3.2", |
| 6607 |
"objc2-foundation 0.3.2", |
| 6608 |
"url", |
| 6609 |
"web-sys", |
| 6610 |
] |
| 6611 |
|
| 6612 |
[[package]] |
| 6613 |
name = "webpki-root-certs" |
| 6614 |
version = "1.0.9" |
| 6615 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6616 |
checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b" |
| 6617 |
dependencies = [ |
| 6618 |
"rustls-pki-types", |
| 6619 |
] |
| 6620 |
|
| 6621 |
[[package]] |
| 6622 |
name = "weezl" |
| 6623 |
version = "0.1.12" |
| 6624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6625 |
checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 6626 |
|
| 6627 |
[[package]] |
| 6628 |
name = "wgpu" |
| 6629 |
version = "29.0.4" |
| 6630 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6631 |
checksum = "76e8840e1ba2881d4cbb18d2147627a56af426ff064c0401eb0c8410c6325d07" |
| 6632 |
dependencies = [ |
| 6633 |
"arrayvec", |
| 6634 |
"bitflags 2.13.1", |
| 6635 |
"bytemuck", |
| 6636 |
"cfg-if", |
| 6637 |
"cfg_aliases", |
| 6638 |
"document-features", |
| 6639 |
"hashbrown 0.16.1", |
| 6640 |
"js-sys", |
| 6641 |
"log", |
| 6642 |
"portable-atomic", |
| 6643 |
"profiling", |
| 6644 |
"raw-window-handle", |
| 6645 |
"smallvec", |
| 6646 |
"static_assertions", |
| 6647 |
"wasm-bindgen", |
| 6648 |
"wasm-bindgen-futures", |
| 6649 |
"web-sys", |
| 6650 |
"wgpu-core", |
| 6651 |
"wgpu-hal", |
| 6652 |
"wgpu-types", |
| 6653 |
] |
| 6654 |
|
| 6655 |
[[package]] |
| 6656 |
name = "wgpu-core" |
| 6657 |
version = "29.0.4" |
| 6658 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6659 |
checksum = "2f519832254e56965a9940c4af57dcb75f702b6f6fa4a0b172f685395843a4d7" |
| 6660 |
dependencies = [ |
| 6661 |
"arrayvec", |
| 6662 |
"bit-set", |
| 6663 |
"bit-vec", |
| 6664 |
"bitflags 2.13.1", |
| 6665 |
"bytemuck", |
| 6666 |
"cfg_aliases", |
| 6667 |
"document-features", |
| 6668 |
"hashbrown 0.16.1", |
| 6669 |
"indexmap", |
| 6670 |
"log", |
| 6671 |
"naga", |
| 6672 |
"once_cell", |
| 6673 |
"parking_lot", |
| 6674 |
"portable-atomic", |
| 6675 |
"profiling", |
| 6676 |
"raw-window-handle", |
| 6677 |
"rustc-hash 1.1.0", |
| 6678 |
"smallvec", |
| 6679 |
"thiserror 2.0.20", |
| 6680 |
"wgpu-core-deps-windows-linux-android", |
| 6681 |
"wgpu-hal", |
| 6682 |
"wgpu-naga-bridge", |
| 6683 |
"wgpu-types", |
| 6684 |
] |
| 6685 |
|
| 6686 |
[[package]] |
| 6687 |
name = "wgpu-core-deps-windows-linux-android" |
| 6688 |
version = "29.0.4" |
| 6689 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6690 |
checksum = "4e592c1bbef6ad047647ae6e666ebd8cee7a32bb4544d9700ec96cbf73230257" |
| 6691 |
dependencies = [ |
| 6692 |
"wgpu-hal", |
| 6693 |
] |
| 6694 |
|
| 6695 |
[[package]] |
| 6696 |
name = "wgpu-hal" |
| 6697 |
version = "29.0.4" |
| 6698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6699 |
checksum = "97ace1c17727311c22a46e4e3faf56ea6de81af99dcc839bdfb54857b94d448d" |
| 6700 |
dependencies = [ |
| 6701 |
"bitflags 2.13.1", |
| 6702 |
"cfg-if", |
| 6703 |
"cfg_aliases", |
| 6704 |
"libloading 0.8.9", |
| 6705 |
"log", |
| 6706 |
"naga", |
| 6707 |
"portable-atomic", |
| 6708 |
"portable-atomic-util", |
| 6709 |
"raw-window-handle", |
| 6710 |
"renderdoc-sys", |
| 6711 |
"thiserror 2.0.20", |
| 6712 |
"wgpu-naga-bridge", |
| 6713 |
"wgpu-types", |
| 6714 |
] |
| 6715 |
|
| 6716 |
[[package]] |
| 6717 |
name = "wgpu-naga-bridge" |
| 6718 |
version = "29.0.4" |
| 6719 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6720 |
checksum = "95226013f547544b223281cd16a4fb549aa9dcb562adbda0faae4c73ffbbc161" |
| 6721 |
dependencies = [ |
| 6722 |
"naga", |
| 6723 |
"wgpu-types", |
| 6724 |
] |
| 6725 |
|
| 6726 |
[[package]] |
| 6727 |
name = "wgpu-types" |
| 6728 |
version = "29.0.4" |
| 6729 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6730 |
checksum = "84bf84cd9ca8ca45e2b223a3868f1adf9bfc0c66aeac212e76ee7e40fdadf8f5" |
| 6731 |
dependencies = [ |
| 6732 |
"bitflags 2.13.1", |
| 6733 |
"bytemuck", |
| 6734 |
"js-sys", |
| 6735 |
"log", |
| 6736 |
"raw-window-handle", |
| 6737 |
"web-sys", |
| 6738 |
] |
| 6739 |
|
| 6740 |
[[package]] |
| 6741 |
name = "winapi" |
| 6742 |
version = "0.3.9" |
| 6743 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6744 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 6745 |
dependencies = [ |
| 6746 |
"winapi-i686-pc-windows-gnu", |
| 6747 |
"winapi-x86_64-pc-windows-gnu", |
| 6748 |
] |
| 6749 |
|
| 6750 |
[[package]] |
| 6751 |
name = "winapi-i686-pc-windows-gnu" |
| 6752 |
version = "0.4.0" |
| 6753 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6754 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 6755 |
|
| 6756 |
[[package]] |
| 6757 |
name = "winapi-util" |
| 6758 |
version = "0.1.11" |
| 6759 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6760 |
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 6761 |
dependencies = [ |
| 6762 |
"windows-sys 0.61.2", |
| 6763 |
] |
| 6764 |
|
| 6765 |
[[package]] |
| 6766 |
name = "winapi-x86_64-pc-windows-gnu" |
| 6767 |
version = "0.4.0" |
| 6768 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6769 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 6770 |
|
| 6771 |
[[package]] |
| 6772 |
name = "windowfunctions" |
| 6773 |
version = "0.1.1" |
| 6774 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6775 |
checksum = "90628d739333b7c5d2ee0b70210b97b8cddc38440c682c96fd9e2c24c2db5f3a" |
| 6776 |
dependencies = [ |
| 6777 |
"num-traits", |
| 6778 |
] |
| 6779 |
|
| 6780 |
[[package]] |
| 6781 |
name = "windows" |
| 6782 |
version = "0.62.2" |
| 6783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6784 |
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| 6785 |
dependencies = [ |
| 6786 |
"windows-collections", |
| 6787 |
"windows-core", |
| 6788 |
"windows-future", |
| 6789 |
"windows-numerics", |
| 6790 |
] |
| 6791 |
|
| 6792 |
[[package]] |
| 6793 |
name = "windows-collections" |
| 6794 |
version = "0.3.2" |
| 6795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6796 |
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| 6797 |
dependencies = [ |
| 6798 |
"windows-core", |
| 6799 |
] |
| 6800 |
|
| 6801 |
[[package]] |
| 6802 |
name = "windows-core" |
| 6803 |
version = "0.62.2" |
| 6804 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6805 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 6806 |
dependencies = [ |
| 6807 |
"windows-implement", |
| 6808 |
"windows-interface", |
| 6809 |
"windows-link", |
| 6810 |
"windows-result", |
| 6811 |
"windows-strings", |
| 6812 |
] |
| 6813 |
|
| 6814 |
[[package]] |
| 6815 |
name = "windows-future" |
| 6816 |
version = "0.3.2" |
| 6817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6818 |
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| 6819 |
dependencies = [ |
| 6820 |
"windows-core", |
| 6821 |
"windows-link", |
| 6822 |
"windows-threading", |
| 6823 |
] |
| 6824 |
|
| 6825 |
[[package]] |
| 6826 |
name = "windows-implement" |
| 6827 |
version = "0.60.2" |
| 6828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6829 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 6830 |
dependencies = [ |
| 6831 |
"proc-macro2", |
| 6832 |
"quote", |
| 6833 |
"syn 2.0.119", |
| 6834 |
] |
| 6835 |
|
| 6836 |
[[package]] |
| 6837 |
name = "windows-interface" |
| 6838 |
version = "0.59.3" |
| 6839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6840 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 6841 |
dependencies = [ |
| 6842 |
"proc-macro2", |
| 6843 |
"quote", |
| 6844 |
"syn 2.0.119", |
| 6845 |
] |
| 6846 |
|
| 6847 |
[[package]] |
| 6848 |
name = "windows-link" |
| 6849 |
version = "0.2.1" |
| 6850 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6851 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 6852 |
|
| 6853 |
[[package]] |
| 6854 |
name = "windows-native-keyring-store" |
| 6855 |
version = "1.1.0" |
| 6856 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6857 |
checksum = "063426e76fdec7438d56bb777f67e318a84a25c707b07e575cb8b78e10c028f8" |
| 6858 |
dependencies = [ |
| 6859 |
"byteorder", |
| 6860 |
"keyring-core", |
| 6861 |
"regex", |
| 6862 |
"windows-sys 0.61.2", |
| 6863 |
"zeroize", |
| 6864 |
] |
| 6865 |
|
| 6866 |
[[package]] |
| 6867 |
name = "windows-numerics" |
| 6868 |
version = "0.3.1" |
| 6869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6870 |
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| 6871 |
dependencies = [ |
| 6872 |
"windows-core", |
| 6873 |
"windows-link", |
| 6874 |
] |
| 6875 |
|
| 6876 |
[[package]] |
| 6877 |
name = "windows-registry" |
| 6878 |
version = "0.6.1" |
| 6879 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6880 |
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
| 6881 |
dependencies = [ |
| 6882 |
"windows-link", |
| 6883 |
"windows-result", |
| 6884 |
"windows-strings", |
| 6885 |
] |
| 6886 |
|
| 6887 |
[[package]] |
| 6888 |
name = "windows-result" |
| 6889 |
version = "0.4.1" |
| 6890 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6891 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 6892 |
dependencies = [ |
| 6893 |
"windows-link", |
| 6894 |
] |
| 6895 |
|
| 6896 |
[[package]] |
| 6897 |
name = "windows-strings" |
| 6898 |
version = "0.5.1" |
| 6899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6900 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 6901 |
dependencies = [ |
| 6902 |
"windows-link", |
| 6903 |
] |
| 6904 |
|
| 6905 |
[[package]] |
| 6906 |
name = "windows-sys" |
| 6907 |
version = "0.45.0" |
| 6908 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6909 |
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 6910 |
dependencies = [ |
| 6911 |
"windows-targets 0.42.2", |
| 6912 |
] |
| 6913 |
|
| 6914 |
[[package]] |
| 6915 |
name = "windows-sys" |
| 6916 |
version = "0.52.0" |
| 6917 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6918 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6919 |
dependencies = [ |
| 6920 |
"windows-targets 0.52.6", |
| 6921 |
] |
| 6922 |
|
| 6923 |
[[package]] |
| 6924 |
name = "windows-sys" |
| 6925 |
version = "0.59.0" |
| 6926 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6927 |
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 6928 |
dependencies = [ |
| 6929 |
"windows-targets 0.52.6", |
| 6930 |
] |
| 6931 |
|
| 6932 |
[[package]] |
| 6933 |
name = "windows-sys" |
| 6934 |
version = "0.60.2" |
| 6935 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6936 |
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 6937 |
dependencies = [ |
| 6938 |
"windows-targets 0.53.5", |
| 6939 |
] |
| 6940 |
|
| 6941 |
[[package]] |
| 6942 |
name = "windows-sys" |
| 6943 |
version = "0.61.2" |
| 6944 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6945 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 6946 |
dependencies = [ |
| 6947 |
"windows-link", |
| 6948 |
] |
| 6949 |
|
| 6950 |
[[package]] |
| 6951 |
name = "windows-targets" |
| 6952 |
version = "0.42.2" |
| 6953 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6954 |
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 6955 |
dependencies = [ |
| 6956 |
"windows_aarch64_gnullvm 0.42.2", |
| 6957 |
"windows_aarch64_msvc 0.42.2", |
| 6958 |
"windows_i686_gnu 0.42.2", |
| 6959 |
"windows_i686_msvc 0.42.2", |
| 6960 |
"windows_x86_64_gnu 0.42.2", |
| 6961 |
"windows_x86_64_gnullvm 0.42.2", |
| 6962 |
"windows_x86_64_msvc 0.42.2", |
| 6963 |
] |
| 6964 |
|
| 6965 |
[[package]] |
| 6966 |
name = "windows-targets" |
| 6967 |
version = "0.52.6" |
| 6968 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6969 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 6970 |
dependencies = [ |
| 6971 |
"windows_aarch64_gnullvm 0.52.6", |
| 6972 |
"windows_aarch64_msvc 0.52.6", |
| 6973 |
"windows_i686_gnu 0.52.6", |
| 6974 |
"windows_i686_gnullvm 0.52.6", |
| 6975 |
"windows_i686_msvc 0.52.6", |
| 6976 |
"windows_x86_64_gnu 0.52.6", |
| 6977 |
"windows_x86_64_gnullvm 0.52.6", |
| 6978 |
"windows_x86_64_msvc 0.52.6", |
| 6979 |
] |
| 6980 |
|
| 6981 |
[[package]] |
| 6982 |
name = "windows-targets" |
| 6983 |
version = "0.53.5" |
| 6984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6985 |
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 6986 |
dependencies = [ |
| 6987 |
"windows-link", |
| 6988 |
"windows_aarch64_gnullvm 0.53.1", |
| 6989 |
"windows_aarch64_msvc 0.53.1", |
| 6990 |
"windows_i686_gnu 0.53.1", |
| 6991 |
"windows_i686_gnullvm 0.53.1", |
| 6992 |
"windows_i686_msvc 0.53.1", |
| 6993 |
"windows_x86_64_gnu 0.53.1", |
| 6994 |
"windows_x86_64_gnullvm 0.53.1", |
| 6995 |
"windows_x86_64_msvc 0.53.1", |
| 6996 |
] |
| 6997 |
|
| 6998 |
[[package]] |
| 6999 |
name = "windows-threading" |
| 7000 |
version = "0.2.1" |
| 7001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7002 |
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| 7003 |
dependencies = [ |
| 7004 |
"windows-link", |
| 7005 |
] |
| 7006 |
|
| 7007 |
[[package]] |
| 7008 |
name = "windows_aarch64_gnullvm" |
| 7009 |
version = "0.42.2" |
| 7010 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7011 |
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 7012 |
|
| 7013 |
[[package]] |
| 7014 |
name = "windows_aarch64_gnullvm" |
| 7015 |
version = "0.52.6" |
| 7016 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7017 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 7018 |
|
| 7019 |
[[package]] |
| 7020 |
name = "windows_aarch64_gnullvm" |
| 7021 |
version = "0.53.1" |
| 7022 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7023 |
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 7024 |
|
| 7025 |
[[package]] |
| 7026 |
name = "windows_aarch64_msvc" |
| 7027 |
version = "0.42.2" |
| 7028 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7029 |
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 7030 |
|
| 7031 |
[[package]] |
| 7032 |
name = "windows_aarch64_msvc" |
| 7033 |
version = "0.52.6" |
| 7034 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7035 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 7036 |
|
| 7037 |
[[package]] |
| 7038 |
name = "windows_aarch64_msvc" |
| 7039 |
version = "0.53.1" |
| 7040 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7041 |
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 7042 |
|
| 7043 |
[[package]] |
| 7044 |
name = "windows_i686_gnu" |
| 7045 |
version = "0.42.2" |
| 7046 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7047 |
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 7048 |
|
| 7049 |
[[package]] |
| 7050 |
name = "windows_i686_gnu" |
| 7051 |
version = "0.52.6" |
| 7052 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7053 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 7054 |
|
| 7055 |
[[package]] |
| 7056 |
name = "windows_i686_gnu" |
| 7057 |
version = "0.53.1" |
| 7058 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7059 |
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 7060 |
|
| 7061 |
[[package]] |
| 7062 |
name = "windows_i686_gnullvm" |
| 7063 |
version = "0.52.6" |
| 7064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7065 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 7066 |
|
| 7067 |
[[package]] |
| 7068 |
name = "windows_i686_gnullvm" |
| 7069 |
version = "0.53.1" |
| 7070 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7071 |
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 7072 |
|
| 7073 |
[[package]] |
| 7074 |
name = "windows_i686_msvc" |
| 7075 |
version = "0.42.2" |
| 7076 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7077 |
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 7078 |
|
| 7079 |
[[package]] |
| 7080 |
name = "windows_i686_msvc" |
| 7081 |
version = "0.52.6" |
| 7082 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7083 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 7084 |
|
| 7085 |
[[package]] |
| 7086 |
name = "windows_i686_msvc" |
| 7087 |
version = "0.53.1" |
| 7088 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7089 |
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 7090 |
|
| 7091 |
[[package]] |
| 7092 |
name = "windows_x86_64_gnu" |
| 7093 |
version = "0.42.2" |
| 7094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7095 |
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 7096 |
|
| 7097 |
[[package]] |
| 7098 |
name = "windows_x86_64_gnu" |
| 7099 |
version = "0.52.6" |
| 7100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7101 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 7102 |
|
| 7103 |
[[package]] |
| 7104 |
name = "windows_x86_64_gnu" |
| 7105 |
version = "0.53.1" |
| 7106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7107 |
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 7108 |
|
| 7109 |
[[package]] |
| 7110 |
name = "windows_x86_64_gnullvm" |
| 7111 |
version = "0.42.2" |
| 7112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7113 |
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 7114 |
|
| 7115 |
[[package]] |
| 7116 |
name = "windows_x86_64_gnullvm" |
| 7117 |
version = "0.52.6" |
| 7118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7119 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 7120 |
|
| 7121 |
[[package]] |
| 7122 |
name = "windows_x86_64_gnullvm" |
| 7123 |
version = "0.53.1" |
| 7124 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7125 |
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 7126 |
|
| 7127 |
[[package]] |
| 7128 |
name = "windows_x86_64_msvc" |
| 7129 |
version = "0.42.2" |
| 7130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7131 |
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 7132 |
|
| 7133 |
[[package]] |
| 7134 |
name = "windows_x86_64_msvc" |
| 7135 |
version = "0.52.6" |
| 7136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7137 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 7138 |
|
| 7139 |
[[package]] |
| 7140 |
name = "windows_x86_64_msvc" |
| 7141 |
version = "0.53.1" |
| 7142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7143 |
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 7144 |
|
| 7145 |
[[package]] |
| 7146 |
name = "winit" |
| 7147 |
version = "0.30.13" |
| 7148 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7149 |
checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" |
| 7150 |
dependencies = [ |
| 7151 |
"ahash", |
| 7152 |
"android-activity", |
| 7153 |
"atomic-waker", |
| 7154 |
"bitflags 2.13.1", |
| 7155 |
"block2 0.5.1", |
| 7156 |
"bytemuck", |
| 7157 |
"calloop 0.13.0", |
| 7158 |
"cfg_aliases", |
| 7159 |
"concurrent-queue", |
| 7160 |
"core-foundation 0.9.4", |
| 7161 |
"core-graphics", |
| 7162 |
"cursor-icon", |
| 7163 |
"dpi", |
| 7164 |
"js-sys", |
| 7165 |
"libc", |
| 7166 |
"memmap2", |
| 7167 |
"ndk", |
| 7168 |
"objc2 0.5.2", |
| 7169 |
"objc2-app-kit 0.2.2", |
| 7170 |
"objc2-foundation 0.2.2", |
| 7171 |
"objc2-ui-kit 0.2.2", |
| 7172 |
"orbclient", |
| 7173 |
"percent-encoding", |
| 7174 |
"pin-project", |
| 7175 |
"raw-window-handle", |
| 7176 |
"redox_syscall 0.4.1", |
| 7177 |
"rustix 0.38.44", |
| 7178 |
"smithay-client-toolkit 0.19.2", |
| 7179 |
"smol_str", |
| 7180 |
"tracing", |
| 7181 |
"unicode-segmentation", |
| 7182 |
"wasm-bindgen", |
| 7183 |
"wasm-bindgen-futures", |
| 7184 |
"wayland-backend", |
| 7185 |
"wayland-client", |
| 7186 |
"wayland-protocols", |
| 7187 |
"wayland-protocols-plasma", |
| 7188 |
"web-sys", |
| 7189 |
"web-time", |
| 7190 |
"windows-sys 0.52.0", |
| 7191 |
"x11-dl", |
| 7192 |
"x11rb", |
| 7193 |
"xkbcommon-dl", |
| 7194 |
] |
| 7195 |
|
| 7196 |
[[package]] |
| 7197 |
name = "winnow" |
| 7198 |
version = "0.5.40" |
| 7199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7200 |
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 7201 |
dependencies = [ |
| 7202 |
"memchr", |
| 7203 |
] |
| 7204 |
|
| 7205 |
[[package]] |
| 7206 |
name = "winnow" |
| 7207 |
version = "1.0.4" |
| 7208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7209 |
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" |
| 7210 |
dependencies = [ |
| 7211 |
"memchr", |
| 7212 |
] |
| 7213 |
|
| 7214 |
[[package]] |
| 7215 |
name = "wit-bindgen" |
| 7216 |
version = "0.57.1" |
| 7217 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7218 |
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 7219 |
|
| 7220 |
[[package]] |
| 7221 |
name = "writeable" |
| 7222 |
version = "0.6.3" |
| 7223 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7224 |
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 7225 |
|
| 7226 |
[[package]] |
| 7227 |
name = "x11" |
| 7228 |
version = "2.21.0" |
| 7229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7230 |
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" |
| 7231 |
dependencies = [ |
| 7232 |
"libc", |
| 7233 |
"pkg-config", |
| 7234 |
] |
| 7235 |
|
| 7236 |
[[package]] |
| 7237 |
name = "x11-dl" |
| 7238 |
version = "2.21.0" |
| 7239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7240 |
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| 7241 |
dependencies = [ |
| 7242 |
"libc", |
| 7243 |
"once_cell", |
| 7244 |
"pkg-config", |
| 7245 |
] |
| 7246 |
|
| 7247 |
[[package]] |
| 7248 |
name = "x11rb" |
| 7249 |
version = "0.13.2" |
| 7250 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7251 |
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 7252 |
dependencies = [ |
| 7253 |
"as-raw-xcb-connection", |
| 7254 |
"gethostname", |
| 7255 |
"libc", |
| 7256 |
"libloading 0.8.9", |
| 7257 |
"once_cell", |
| 7258 |
"rustix 1.1.4", |
| 7259 |
"x11rb-protocol", |
| 7260 |
] |
| 7261 |
|
| 7262 |
[[package]] |
| 7263 |
name = "x11rb-protocol" |
| 7264 |
version = "0.13.2" |
| 7265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7266 |
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 7267 |
|
| 7268 |
[[package]] |
| 7269 |
name = "x25519-dalek" |
| 7270 |
version = "2.0.1" |
| 7271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7272 |
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" |
| 7273 |
dependencies = [ |
| 7274 |
"curve25519-dalek", |
| 7275 |
"rand_core 0.6.4", |
| 7276 |
"zeroize", |
| 7277 |
] |
| 7278 |
|
| 7279 |
[[package]] |
| 7280 |
name = "xcursor" |
| 7281 |
version = "0.3.11" |
| 7282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7283 |
checksum = "163b33ed8786455e2fa5d72f554057ce3f3182425434f756cd39c99839d88e23" |
| 7284 |
|
| 7285 |
[[package]] |
| 7286 |
name = "xkbcommon-dl" |
| 7287 |
version = "0.4.2" |
| 7288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7289 |
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" |
| 7290 |
dependencies = [ |
| 7291 |
"bitflags 2.13.1", |
| 7292 |
"dlib", |
| 7293 |
"log", |
| 7294 |
"once_cell", |
| 7295 |
"xkeysym", |
| 7296 |
] |
| 7297 |
|
| 7298 |
[[package]] |
| 7299 |
name = "xkeysym" |
| 7300 |
version = "0.2.1" |
| 7301 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7302 |
checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| 7303 |
|
| 7304 |
[[package]] |
| 7305 |
name = "xml-rs" |
| 7306 |
version = "0.8.29" |
| 7307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7308 |
checksum = "e450f9b2ed1dff33c94c12589a87338689467b9c4f5d8a5710bd09a847d2c8a7" |
| 7309 |
|
| 7310 |
[[package]] |
| 7311 |
name = "yoke" |
| 7312 |
version = "0.8.3" |
| 7313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7314 |
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 7315 |
dependencies = [ |
| 7316 |
"stable_deref_trait", |
| 7317 |
"yoke-derive", |
| 7318 |
"zerofrom", |
| 7319 |
] |
| 7320 |
|
| 7321 |
[[package]] |
| 7322 |
name = "yoke-derive" |
| 7323 |
version = "0.8.2" |
| 7324 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7325 |
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 7326 |
dependencies = [ |
| 7327 |
"proc-macro2", |
| 7328 |
"quote", |
| 7329 |
"syn 2.0.119", |
| 7330 |
"synstructure", |
| 7331 |
] |
| 7332 |
|
| 7333 |
[[package]] |
| 7334 |
name = "zbus" |
| 7335 |
version = "5.19.0" |
| 7336 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7337 |
checksum = "5db4be7c075cb421e4b7ee645541604239bd243ba7c357511f4ff3a74b555907" |
| 7338 |
dependencies = [ |
| 7339 |
"async-broadcast", |
| 7340 |
"async-executor", |
| 7341 |
"async-io", |
| 7342 |
"async-lock", |
| 7343 |
"async-process", |
| 7344 |
"async-recursion", |
| 7345 |
"async-task", |
| 7346 |
"async-trait", |
| 7347 |
"blocking", |
| 7348 |
"enumflags2", |
| 7349 |
"event-listener", |
| 7350 |
"futures-core", |
| 7351 |
"futures-lite", |
| 7352 |
"hex", |
| 7353 |
"libc", |
| 7354 |
"ordered-stream", |
| 7355 |
"rustix 1.1.4", |
| 7356 |
"serde", |
| 7357 |
"serde_repr", |
| 7358 |
"tracing", |
| 7359 |
"uds_windows", |
| 7360 |
"uuid", |
| 7361 |
"windows-sys 0.61.2", |
| 7362 |
"winnow 1.0.4", |
| 7363 |
"zbus_macros", |
| 7364 |
"zbus_names", |
| 7365 |
"zvariant", |
| 7366 |
] |
| 7367 |
|
| 7368 |
[[package]] |
| 7369 |
name = "zbus-secret-service-keyring-store" |
| 7370 |
version = "1.0.0" |
| 7371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7372 |
checksum = "4ccede190ba363386a24e8021c7f3848393976609ec9f5d1f8c6c09ef37075b4" |
| 7373 |
dependencies = [ |
| 7374 |
"keyring-core", |
| 7375 |
"secret-service", |
| 7376 |
"zbus", |
| 7377 |
] |
| 7378 |
|
| 7379 |
[[package]] |
| 7380 |
name = "zbus_macros" |
| 7381 |
version = "5.19.0" |
| 7382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7383 |
checksum = "2990635d09ade6df1868f72f8cac69a876a90981e8bd3c40b1be413f8dc88f40" |
| 7384 |
dependencies = [ |
| 7385 |
"proc-macro-crate 3.5.0", |
| 7386 |
"proc-macro2", |
| 7387 |
"quote", |
| 7388 |
"syn 3.0.3", |
| 7389 |
"zbus_names", |
| 7390 |
"zvariant", |
| 7391 |
"zvariant_utils", |
| 7392 |
] |
| 7393 |
|
| 7394 |
[[package]] |
| 7395 |
name = "zbus_names" |
| 7396 |
version = "4.3.4" |
| 7397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7398 |
checksum = "d8bf88b4a3ff53e883001e0e0115b297a9d53c31b9c1edd2bfdd853e3428624e" |
| 7399 |
dependencies = [ |
| 7400 |
"serde", |
| 7401 |
"winnow 1.0.4", |
| 7402 |
"zvariant", |
| 7403 |
] |
| 7404 |
|
| 7405 |
[[package]] |
| 7406 |
name = "zcheapstr" |
| 7407 |
version = "1.1.0" |
| 7408 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7409 |
checksum = "d1afec51604565183aeb5c54c20aeab286120d4e4460f7f76e3e8bb8c0d99473" |
| 7410 |
dependencies = [ |
| 7411 |
"serde", |
| 7412 |
] |
| 7413 |
|
| 7414 |
[[package]] |
| 7415 |
name = "zerocopy" |
| 7416 |
version = "0.8.56" |
| 7417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7418 |
checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" |
| 7419 |
dependencies = [ |
| 7420 |
"zerocopy-derive", |
| 7421 |
] |
| 7422 |
|
| 7423 |
[[package]] |
| 7424 |
name = "zerocopy-derive" |
| 7425 |
version = "0.8.56" |
| 7426 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7427 |
checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" |
| 7428 |
dependencies = [ |
| 7429 |
"proc-macro2", |
| 7430 |
"quote", |
| 7431 |
"syn 2.0.119", |
| 7432 |
] |
| 7433 |
|
| 7434 |
[[package]] |
| 7435 |
name = "zerofrom" |
| 7436 |
version = "0.1.8" |
| 7437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7438 |
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 7439 |
dependencies = [ |
| 7440 |
"zerofrom-derive", |
| 7441 |
] |
| 7442 |
|
| 7443 |
[[package]] |
| 7444 |
name = "zerofrom-derive" |
| 7445 |
version = "0.1.7" |
| 7446 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7447 |
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 7448 |
dependencies = [ |
| 7449 |
"proc-macro2", |
| 7450 |
"quote", |
| 7451 |
"syn 2.0.119", |
| 7452 |
"synstructure", |
| 7453 |
] |
| 7454 |
|
| 7455 |
[[package]] |
| 7456 |
name = "zeroize" |
| 7457 |
version = "1.9.0" |
| 7458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7459 |
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" |
| 7460 |
dependencies = [ |
| 7461 |
"zeroize_derive", |
| 7462 |
] |
| 7463 |
|
| 7464 |
[[package]] |
| 7465 |
name = "zeroize_derive" |
| 7466 |
version = "1.5.0" |
| 7467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7468 |
checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328" |
| 7469 |
dependencies = [ |
| 7470 |
"proc-macro2", |
| 7471 |
"quote", |
| 7472 |
"syn 2.0.119", |
| 7473 |
] |
| 7474 |
|
| 7475 |
[[package]] |
| 7476 |
name = "zerotrie" |
| 7477 |
version = "0.2.4" |
| 7478 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7479 |
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 7480 |
dependencies = [ |
| 7481 |
"displaydoc", |
| 7482 |
"yoke", |
| 7483 |
"zerofrom", |
| 7484 |
] |
| 7485 |
|
| 7486 |
[[package]] |
| 7487 |
name = "zerovec" |
| 7488 |
version = "0.11.6" |
| 7489 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7490 |
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 7491 |
dependencies = [ |
| 7492 |
"yoke", |
| 7493 |
"zerofrom", |
| 7494 |
"zerovec-derive", |
| 7495 |
] |
| 7496 |
|
| 7497 |
[[package]] |
| 7498 |
name = "zerovec-derive" |
| 7499 |
version = "0.11.3" |
| 7500 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7501 |
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 7502 |
dependencies = [ |
| 7503 |
"proc-macro2", |
| 7504 |
"quote", |
| 7505 |
"syn 2.0.119", |
| 7506 |
] |
| 7507 |
|
| 7508 |
[[package]] |
| 7509 |
name = "zmij" |
| 7510 |
version = "1.0.23" |
| 7511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7512 |
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| 7513 |
|
| 7514 |
[[package]] |
| 7515 |
name = "zune-core" |
| 7516 |
version = "0.5.3" |
| 7517 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7518 |
checksum = "d56377fd46368984a170bc5aac5567e52ca5da874caa60bea39fcbca78fb658b" |
| 7519 |
|
| 7520 |
[[package]] |
| 7521 |
name = "zune-jpeg" |
| 7522 |
version = "0.5.15" |
| 7523 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7524 |
checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" |
| 7525 |
dependencies = [ |
| 7526 |
"zune-core", |
| 7527 |
] |
| 7528 |
|
| 7529 |
[[package]] |
| 7530 |
name = "zvariant" |
| 7531 |
version = "5.14.0" |
| 7532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7533 |
checksum = "b5e28c25bd8bb8da5a1f3e7065d0c156b9ee9a7973adf78b0e35eaefdf3b1b5c" |
| 7534 |
dependencies = [ |
| 7535 |
"endi", |
| 7536 |
"enumflags2", |
| 7537 |
"serde", |
| 7538 |
"winnow 1.0.4", |
| 7539 |
"zcheapstr", |
| 7540 |
"zvariant_derive", |
| 7541 |
"zvariant_utils", |
| 7542 |
] |
| 7543 |
|
| 7544 |
[[package]] |
| 7545 |
name = "zvariant_derive" |
| 7546 |
version = "5.14.0" |
| 7547 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7548 |
checksum = "d496a145685283b67e232bd9e47377f6b60ad9d51e3601b23867f77c42477f96" |
| 7549 |
dependencies = [ |
| 7550 |
"proc-macro-crate 3.5.0", |
| 7551 |
"proc-macro2", |
| 7552 |
"quote", |
| 7553 |
"syn 3.0.3", |
| 7554 |
"zvariant_utils", |
| 7555 |
] |
| 7556 |
|
| 7557 |
[[package]] |
| 7558 |
name = "zvariant_utils" |
| 7559 |
version = "4.0.0" |
| 7560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7561 |
checksum = "629d80ece222cad20fe0e8741be493c4ab166acf3b85341bdc2cdbcfd8f3c2d6" |
| 7562 |
dependencies = [ |
| 7563 |
"proc-macro2", |
| 7564 |
"quote", |
| 7565 |
"serde", |
| 7566 |
"syn 3.0.3", |
| 7567 |
"winnow 1.0.4", |
| 7568 |
] |
| 7569 |
|
| 7570 |
[[patch.unused]] |
| 7571 |
name = "quasi-axum" |
| 7572 |
version = "0.109.0" |
| 7573 |
|
| 7574 |
[[patch.unused]] |
| 7575 |
name = "quasi-basics" |
| 7576 |
version = "0.109.0" |
| 7577 |
|
| 7578 |
[[patch.unused]] |
| 7579 |
name = "quasi-http" |
| 7580 |
version = "0.109.0" |
| 7581 |
|
| 7582 |
[[patch.unused]] |
| 7583 |
name = "quasi-notifs" |
| 7584 |
version = "0.109.0" |
| 7585 |
|
| 7586 |
[[patch.unused]] |
| 7587 |
name = "quasi-store" |
| 7588 |
version = "0.1.0" |
| 7589 |
|
| 7590 |
[[patch.unused]] |
| 7591 |
name = "quasi-tauri" |
| 7592 |
version = "0.109.0" |
| 7593 |
|
| 7594 |
[[patch.unused]] |
| 7595 |
name = "quasi-webview" |
| 7596 |
version = "0.109.0" |
| 7597 |
|
| 7598 |
[[patch.unused]] |
| 7599 |
name = "quasi-type" |
| 7600 |
version = "0.1.3" |
| 7601 |
|
| 7602 |
[[patch.unused]] |
| 7603 |
name = "kberg" |
| 7604 |
version = "0.1.0" |
| 7605 |
|
| 7606 |
[[patch.unused]] |
| 7607 |
name = "ops-status" |
| 7608 |
version = "0.1.0" |
| 7609 |
|
| 7610 |
[[patch.unused]] |
| 7611 |
name = "painhours" |
| 7612 |
version = "0.1.0" |
| 7613 |
|