| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "adler2" |
| 7 |
version = "2.0.1" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 |
|
| 11 |
[[package]] |
| 12 |
name = "aead" |
| 13 |
version = "0.5.2" |
| 14 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 |
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| 16 |
dependencies = [ |
| 17 |
"crypto-common", |
| 18 |
"generic-array", |
| 19 |
] |
| 20 |
|
| 21 |
[[package]] |
| 22 |
name = "ahash" |
| 23 |
version = "0.8.12" |
| 24 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 25 |
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 26 |
dependencies = [ |
| 27 |
"cfg-if", |
| 28 |
"const-random", |
| 29 |
"getrandom 0.3.4", |
| 30 |
"once_cell", |
| 31 |
"version_check", |
| 32 |
"zerocopy", |
| 33 |
] |
| 34 |
|
| 35 |
[[package]] |
| 36 |
name = "aho-corasick" |
| 37 |
version = "1.1.4" |
| 38 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 40 |
dependencies = [ |
| 41 |
"memchr", |
| 42 |
] |
| 43 |
|
| 44 |
[[package]] |
| 45 |
name = "alloc-no-stdlib" |
| 46 |
version = "2.0.4" |
| 47 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 |
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| 49 |
|
| 50 |
[[package]] |
| 51 |
name = "alloc-stdlib" |
| 52 |
version = "0.2.2" |
| 53 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 |
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| 55 |
dependencies = [ |
| 56 |
"alloc-no-stdlib", |
| 57 |
] |
| 58 |
|
| 59 |
[[package]] |
| 60 |
name = "allocator-api2" |
| 61 |
version = "0.2.21" |
| 62 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 64 |
|
| 65 |
[[package]] |
| 66 |
name = "ammonia" |
| 67 |
version = "4.1.2" |
| 68 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 |
checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6" |
| 70 |
dependencies = [ |
| 71 |
"cssparser 0.35.0", |
| 72 |
"html5ever 0.35.0", |
| 73 |
"maplit", |
| 74 |
"tendril 0.4.3", |
| 75 |
"url", |
| 76 |
] |
| 77 |
|
| 78 |
[[package]] |
| 79 |
name = "android_system_properties" |
| 80 |
version = "0.1.5" |
| 81 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 82 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 83 |
dependencies = [ |
| 84 |
"libc", |
| 85 |
] |
| 86 |
|
| 87 |
[[package]] |
| 88 |
name = "anyhow" |
| 89 |
version = "1.0.102" |
| 90 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 91 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 92 |
|
| 93 |
[[package]] |
| 94 |
name = "arbitrary" |
| 95 |
version = "1.4.2" |
| 96 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 97 |
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| 98 |
dependencies = [ |
| 99 |
"derive_arbitrary", |
| 100 |
] |
| 101 |
|
| 102 |
[[package]] |
| 103 |
name = "argon2" |
| 104 |
version = "0.5.3" |
| 105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 |
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| 107 |
dependencies = [ |
| 108 |
"base64ct", |
| 109 |
"blake2", |
| 110 |
"cpufeatures", |
| 111 |
"password-hash", |
| 112 |
] |
| 113 |
|
| 114 |
[[package]] |
| 115 |
name = "async-broadcast" |
| 116 |
version = "0.7.2" |
| 117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 |
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 119 |
dependencies = [ |
| 120 |
"event-listener 5.4.1", |
| 121 |
"event-listener-strategy", |
| 122 |
"futures-core", |
| 123 |
"pin-project-lite", |
| 124 |
] |
| 125 |
|
| 126 |
[[package]] |
| 127 |
name = "async-channel" |
| 128 |
version = "1.9.0" |
| 129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 |
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" |
| 131 |
dependencies = [ |
| 132 |
"concurrent-queue", |
| 133 |
"event-listener 2.5.3", |
| 134 |
"futures-core", |
| 135 |
] |
| 136 |
|
| 137 |
[[package]] |
| 138 |
name = "async-channel" |
| 139 |
version = "2.5.0" |
| 140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 |
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 142 |
dependencies = [ |
| 143 |
"concurrent-queue", |
| 144 |
"event-listener-strategy", |
| 145 |
"futures-core", |
| 146 |
"pin-project-lite", |
| 147 |
] |
| 148 |
|
| 149 |
[[package]] |
| 150 |
name = "async-compression" |
| 151 |
version = "0.4.41" |
| 152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 |
checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" |
| 154 |
dependencies = [ |
| 155 |
"compression-codecs", |
| 156 |
"compression-core", |
| 157 |
"pin-project-lite", |
| 158 |
"tokio", |
| 159 |
] |
| 160 |
|
| 161 |
[[package]] |
| 162 |
name = "async-executor" |
| 163 |
version = "1.14.0" |
| 164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 |
checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" |
| 166 |
dependencies = [ |
| 167 |
"async-task", |
| 168 |
"concurrent-queue", |
| 169 |
"fastrand", |
| 170 |
"futures-lite", |
| 171 |
"pin-project-lite", |
| 172 |
"slab", |
| 173 |
] |
| 174 |
|
| 175 |
[[package]] |
| 176 |
name = "async-imap" |
| 177 |
version = "0.11.2" |
| 178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 |
checksum = "a78dceaba06f029d8f4d7df20addd4b7370a30206e3926267ecda2915b0f3f66" |
| 180 |
dependencies = [ |
| 181 |
"async-channel 2.5.0", |
| 182 |
"async-compression", |
| 183 |
"base64 0.22.1", |
| 184 |
"bytes", |
| 185 |
"chrono", |
| 186 |
"futures", |
| 187 |
"imap-proto", |
| 188 |
"log", |
| 189 |
"nom 7.1.3", |
| 190 |
"pin-project", |
| 191 |
"pin-utils", |
| 192 |
"self_cell", |
| 193 |
"stop-token", |
| 194 |
"thiserror 1.0.69", |
| 195 |
"tokio", |
| 196 |
] |
| 197 |
|
| 198 |
[[package]] |
| 199 |
name = "async-io" |
| 200 |
version = "2.6.0" |
| 201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 |
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 203 |
dependencies = [ |
| 204 |
"autocfg", |
| 205 |
"cfg-if", |
| 206 |
"concurrent-queue", |
| 207 |
"futures-io", |
| 208 |
"futures-lite", |
| 209 |
"parking", |
| 210 |
"polling", |
| 211 |
"rustix", |
| 212 |
"slab", |
| 213 |
"windows-sys 0.61.2", |
| 214 |
] |
| 215 |
|
| 216 |
[[package]] |
| 217 |
name = "async-lock" |
| 218 |
version = "3.4.2" |
| 219 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 |
checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 221 |
dependencies = [ |
| 222 |
"event-listener 5.4.1", |
| 223 |
"event-listener-strategy", |
| 224 |
"pin-project-lite", |
| 225 |
] |
| 226 |
|
| 227 |
[[package]] |
| 228 |
name = "async-process" |
| 229 |
version = "2.5.0" |
| 230 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 231 |
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 232 |
dependencies = [ |
| 233 |
"async-channel 2.5.0", |
| 234 |
"async-io", |
| 235 |
"async-lock", |
| 236 |
"async-signal", |
| 237 |
"async-task", |
| 238 |
"blocking", |
| 239 |
"cfg-if", |
| 240 |
"event-listener 5.4.1", |
| 241 |
"futures-lite", |
| 242 |
"rustix", |
| 243 |
] |
| 244 |
|
| 245 |
[[package]] |
| 246 |
name = "async-recursion" |
| 247 |
version = "1.1.1" |
| 248 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 249 |
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 250 |
dependencies = [ |
| 251 |
"proc-macro2", |
| 252 |
"quote", |
| 253 |
"syn 2.0.117", |
| 254 |
] |
| 255 |
|
| 256 |
[[package]] |
| 257 |
name = "async-signal" |
| 258 |
version = "0.2.13" |
| 259 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 |
checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" |
| 261 |
dependencies = [ |
| 262 |
"async-io", |
| 263 |
"async-lock", |
| 264 |
"atomic-waker", |
| 265 |
"cfg-if", |
| 266 |
"futures-core", |
| 267 |
"futures-io", |
| 268 |
"rustix", |
| 269 |
"signal-hook-registry", |
| 270 |
"slab", |
| 271 |
"windows-sys 0.61.2", |
| 272 |
] |
| 273 |
|
| 274 |
[[package]] |
| 275 |
name = "async-task" |
| 276 |
version = "4.7.1" |
| 277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 |
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 279 |
|
| 280 |
[[package]] |
| 281 |
name = "async-trait" |
| 282 |
version = "0.1.89" |
| 283 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 |
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 285 |
dependencies = [ |
| 286 |
"proc-macro2", |
| 287 |
"quote", |
| 288 |
"syn 2.0.117", |
| 289 |
] |
| 290 |
|
| 291 |
[[package]] |
| 292 |
name = "atk" |
| 293 |
version = "0.18.2" |
| 294 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 |
checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" |
| 296 |
dependencies = [ |
| 297 |
"atk-sys", |
| 298 |
"glib", |
| 299 |
"libc", |
| 300 |
] |
| 301 |
|
| 302 |
[[package]] |
| 303 |
name = "atk-sys" |
| 304 |
version = "0.18.2" |
| 305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 |
checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" |
| 307 |
dependencies = [ |
| 308 |
"glib-sys", |
| 309 |
"gobject-sys", |
| 310 |
"libc", |
| 311 |
"system-deps", |
| 312 |
] |
| 313 |
|
| 314 |
[[package]] |
| 315 |
name = "atoi" |
| 316 |
version = "2.0.0" |
| 317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 |
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 319 |
dependencies = [ |
| 320 |
"num-traits", |
| 321 |
] |
| 322 |
|
| 323 |
[[package]] |
| 324 |
name = "atomic-waker" |
| 325 |
version = "1.1.2" |
| 326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 327 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 328 |
|
| 329 |
[[package]] |
| 330 |
name = "autocfg" |
| 331 |
version = "1.5.0" |
| 332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 334 |
|
| 335 |
[[package]] |
| 336 |
name = "base64" |
| 337 |
version = "0.21.7" |
| 338 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 |
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 340 |
|
| 341 |
[[package]] |
| 342 |
name = "base64" |
| 343 |
version = "0.22.1" |
| 344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 346 |
|
| 347 |
[[package]] |
| 348 |
name = "base64ct" |
| 349 |
version = "1.8.3" |
| 350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 352 |
|
| 353 |
[[package]] |
| 354 |
name = "bit-set" |
| 355 |
version = "0.8.0" |
| 356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 |
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 358 |
dependencies = [ |
| 359 |
"bit-vec", |
| 360 |
] |
| 361 |
|
| 362 |
[[package]] |
| 363 |
name = "bit-vec" |
| 364 |
version = "0.8.0" |
| 365 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 |
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 367 |
|
| 368 |
[[package]] |
| 369 |
name = "bitflags" |
| 370 |
version = "1.3.2" |
| 371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 372 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 373 |
|
| 374 |
[[package]] |
| 375 |
name = "bitflags" |
| 376 |
version = "2.11.0" |
| 377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 379 |
dependencies = [ |
| 380 |
"serde_core", |
| 381 |
] |
| 382 |
|
| 383 |
[[package]] |
| 384 |
name = "blake2" |
| 385 |
version = "0.10.6" |
| 386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 |
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| 388 |
dependencies = [ |
| 389 |
"digest", |
| 390 |
] |
| 391 |
|
| 392 |
[[package]] |
| 393 |
name = "block-buffer" |
| 394 |
version = "0.10.4" |
| 395 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 397 |
dependencies = [ |
| 398 |
"generic-array", |
| 399 |
] |
| 400 |
|
| 401 |
[[package]] |
| 402 |
name = "block2" |
| 403 |
version = "0.6.2" |
| 404 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 |
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 406 |
dependencies = [ |
| 407 |
"objc2", |
| 408 |
] |
| 409 |
|
| 410 |
[[package]] |
| 411 |
name = "blocking" |
| 412 |
version = "1.6.2" |
| 413 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 |
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 415 |
dependencies = [ |
| 416 |
"async-channel 2.5.0", |
| 417 |
"async-task", |
| 418 |
"futures-io", |
| 419 |
"futures-lite", |
| 420 |
"piper", |
| 421 |
] |
| 422 |
|
| 423 |
[[package]] |
| 424 |
name = "brotli" |
| 425 |
version = "8.0.2" |
| 426 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 427 |
checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" |
| 428 |
dependencies = [ |
| 429 |
"alloc-no-stdlib", |
| 430 |
"alloc-stdlib", |
| 431 |
"brotli-decompressor", |
| 432 |
] |
| 433 |
|
| 434 |
[[package]] |
| 435 |
name = "brotli-decompressor" |
| 436 |
version = "5.0.0" |
| 437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 |
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" |
| 439 |
dependencies = [ |
| 440 |
"alloc-no-stdlib", |
| 441 |
"alloc-stdlib", |
| 442 |
] |
| 443 |
|
| 444 |
[[package]] |
| 445 |
name = "bumpalo" |
| 446 |
version = "3.20.2" |
| 447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 449 |
|
| 450 |
[[package]] |
| 451 |
name = "bytemuck" |
| 452 |
version = "1.25.0" |
| 453 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 |
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 455 |
|
| 456 |
[[package]] |
| 457 |
name = "byteorder" |
| 458 |
version = "1.5.0" |
| 459 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 461 |
|
| 462 |
[[package]] |
| 463 |
name = "byteorder-lite" |
| 464 |
version = "0.1.0" |
| 465 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 466 |
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 467 |
|
| 468 |
[[package]] |
| 469 |
name = "bytes" |
| 470 |
version = "1.11.1" |
| 471 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 473 |
dependencies = [ |
| 474 |
"serde", |
| 475 |
] |
| 476 |
|
| 477 |
[[package]] |
| 478 |
name = "cairo-rs" |
| 479 |
version = "0.18.5" |
| 480 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 |
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" |
| 482 |
dependencies = [ |
| 483 |
"bitflags 2.11.0", |
| 484 |
"cairo-sys-rs", |
| 485 |
"glib", |
| 486 |
"libc", |
| 487 |
"once_cell", |
| 488 |
"thiserror 1.0.69", |
| 489 |
] |
| 490 |
|
| 491 |
[[package]] |
| 492 |
name = "cairo-sys-rs" |
| 493 |
version = "0.18.2" |
| 494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 |
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" |
| 496 |
dependencies = [ |
| 497 |
"glib-sys", |
| 498 |
"libc", |
| 499 |
"system-deps", |
| 500 |
] |
| 501 |
|
| 502 |
[[package]] |
| 503 |
name = "camino" |
| 504 |
version = "1.2.2" |
| 505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 506 |
checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" |
| 507 |
dependencies = [ |
| 508 |
"serde_core", |
| 509 |
] |
| 510 |
|
| 511 |
[[package]] |
| 512 |
name = "cargo-platform" |
| 513 |
version = "0.1.9" |
| 514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 |
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| 516 |
dependencies = [ |
| 517 |
"serde", |
| 518 |
] |
| 519 |
|
| 520 |
[[package]] |
| 521 |
name = "cargo_metadata" |
| 522 |
version = "0.19.2" |
| 523 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 524 |
checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" |
| 525 |
dependencies = [ |
| 526 |
"camino", |
| 527 |
"cargo-platform", |
| 528 |
"semver", |
| 529 |
"serde", |
| 530 |
"serde_json", |
| 531 |
"thiserror 2.0.18", |
| 532 |
] |
| 533 |
|
| 534 |
[[package]] |
| 535 |
name = "cargo_toml" |
| 536 |
version = "0.22.3" |
| 537 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 |
checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" |
| 539 |
dependencies = [ |
| 540 |
"serde", |
| 541 |
"toml 0.9.12+spec-1.1.0", |
| 542 |
] |
| 543 |
|
| 544 |
[[package]] |
| 545 |
name = "cc" |
| 546 |
version = "1.2.58" |
| 547 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 548 |
checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" |
| 549 |
dependencies = [ |
| 550 |
"find-msvc-tools", |
| 551 |
"shlex", |
| 552 |
] |
| 553 |
|
| 554 |
[[package]] |
| 555 |
name = "cesu8" |
| 556 |
version = "1.1.0" |
| 557 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 |
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 559 |
|
| 560 |
[[package]] |
| 561 |
name = "cfb" |
| 562 |
version = "0.7.3" |
| 563 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 |
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" |
| 565 |
dependencies = [ |
| 566 |
"byteorder", |
| 567 |
"fnv", |
| 568 |
"uuid", |
| 569 |
] |
| 570 |
|
| 571 |
[[package]] |
| 572 |
name = "cfg-expr" |
| 573 |
version = "0.15.8" |
| 574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 575 |
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" |
| 576 |
dependencies = [ |
| 577 |
"smallvec", |
| 578 |
"target-lexicon", |
| 579 |
] |
| 580 |
|
| 581 |
[[package]] |
| 582 |
name = "cfg-if" |
| 583 |
version = "1.0.4" |
| 584 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 585 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 586 |
|
| 587 |
[[package]] |
| 588 |
name = "chacha20" |
| 589 |
version = "0.9.1" |
| 590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 |
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" |
| 592 |
dependencies = [ |
| 593 |
"cfg-if", |
| 594 |
"cipher", |
| 595 |
"cpufeatures", |
| 596 |
] |
| 597 |
|
| 598 |
[[package]] |
| 599 |
name = "chacha20poly1305" |
| 600 |
version = "0.10.1" |
| 601 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 |
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" |
| 603 |
dependencies = [ |
| 604 |
"aead", |
| 605 |
"chacha20", |
| 606 |
"cipher", |
| 607 |
"poly1305", |
| 608 |
"zeroize", |
| 609 |
] |
| 610 |
|
| 611 |
[[package]] |
| 612 |
name = "charset" |
| 613 |
version = "0.1.5" |
| 614 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 615 |
checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e" |
| 616 |
dependencies = [ |
| 617 |
"base64 0.22.1", |
| 618 |
"encoding_rs", |
| 619 |
] |
| 620 |
|
| 621 |
[[package]] |
| 622 |
name = "chrono" |
| 623 |
version = "0.4.44" |
| 624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 |
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 626 |
dependencies = [ |
| 627 |
"iana-time-zone", |
| 628 |
"js-sys", |
| 629 |
"num-traits", |
| 630 |
"serde", |
| 631 |
"wasm-bindgen", |
| 632 |
"windows-link 0.2.1", |
| 633 |
] |
| 634 |
|
| 635 |
[[package]] |
| 636 |
name = "chrono-tz" |
| 637 |
version = "0.10.4" |
| 638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 |
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" |
| 640 |
dependencies = [ |
| 641 |
"chrono", |
| 642 |
"phf 0.12.1", |
| 643 |
] |
| 644 |
|
| 645 |
[[package]] |
| 646 |
name = "cipher" |
| 647 |
version = "0.4.4" |
| 648 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 |
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 650 |
dependencies = [ |
| 651 |
"crypto-common", |
| 652 |
"inout", |
| 653 |
"zeroize", |
| 654 |
] |
| 655 |
|
| 656 |
[[package]] |
| 657 |
name = "combine" |
| 658 |
version = "4.6.7" |
| 659 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 |
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 661 |
dependencies = [ |
| 662 |
"bytes", |
| 663 |
"memchr", |
| 664 |
] |
| 665 |
|
| 666 |
[[package]] |
| 667 |
name = "compression-codecs" |
| 668 |
version = "0.4.37" |
| 669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 |
checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" |
| 671 |
dependencies = [ |
| 672 |
"compression-core", |
| 673 |
"flate2", |
| 674 |
] |
| 675 |
|
| 676 |
[[package]] |
| 677 |
name = "compression-core" |
| 678 |
version = "0.4.31" |
| 679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 680 |
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" |
| 681 |
|
| 682 |
[[package]] |
| 683 |
name = "concurrent-queue" |
| 684 |
version = "2.5.0" |
| 685 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 687 |
dependencies = [ |
| 688 |
"crossbeam-utils", |
| 689 |
] |
| 690 |
|
| 691 |
[[package]] |
| 692 |
name = "const-oid" |
| 693 |
version = "0.9.6" |
| 694 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 695 |
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 696 |
|
| 697 |
[[package]] |
| 698 |
name = "const-random" |
| 699 |
version = "0.1.18" |
| 700 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 |
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| 702 |
dependencies = [ |
| 703 |
"const-random-macro", |
| 704 |
] |
| 705 |
|
| 706 |
[[package]] |
| 707 |
name = "const-random-macro" |
| 708 |
version = "0.1.16" |
| 709 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 |
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| 711 |
dependencies = [ |
| 712 |
"getrandom 0.2.17", |
| 713 |
"once_cell", |
| 714 |
"tiny-keccak", |
| 715 |
] |
| 716 |
|
| 717 |
[[package]] |
| 718 |
name = "convert_case" |
| 719 |
version = "0.4.0" |
| 720 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 |
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| 722 |
|
| 723 |
[[package]] |
| 724 |
name = "cookie" |
| 725 |
version = "0.18.1" |
| 726 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 727 |
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 728 |
dependencies = [ |
| 729 |
"time", |
| 730 |
"version_check", |
| 731 |
] |
| 732 |
|
| 733 |
[[package]] |
| 734 |
name = "core-foundation" |
| 735 |
version = "0.9.4" |
| 736 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 737 |
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 738 |
dependencies = [ |
| 739 |
"core-foundation-sys", |
| 740 |
"libc", |
| 741 |
] |
| 742 |
|
| 743 |
[[package]] |
| 744 |
name = "core-foundation" |
| 745 |
version = "0.10.1" |
| 746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 748 |
dependencies = [ |
| 749 |
"core-foundation-sys", |
| 750 |
"libc", |
| 751 |
] |
| 752 |
|
| 753 |
[[package]] |
| 754 |
name = "core-foundation-sys" |
| 755 |
version = "0.8.7" |
| 756 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 758 |
|
| 759 |
[[package]] |
| 760 |
name = "core-graphics" |
| 761 |
version = "0.25.0" |
| 762 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 763 |
checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" |
| 764 |
dependencies = [ |
| 765 |
"bitflags 2.11.0", |
| 766 |
"core-foundation 0.10.1", |
| 767 |
"core-graphics-types", |
| 768 |
"foreign-types 0.5.0", |
| 769 |
"libc", |
| 770 |
] |
| 771 |
|
| 772 |
[[package]] |
| 773 |
name = "core-graphics-types" |
| 774 |
version = "0.2.0" |
| 775 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 |
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" |
| 777 |
dependencies = [ |
| 778 |
"bitflags 2.11.0", |
| 779 |
"core-foundation 0.10.1", |
| 780 |
"libc", |
| 781 |
] |
| 782 |
|
| 783 |
[[package]] |
| 784 |
name = "cpufeatures" |
| 785 |
version = "0.2.17" |
| 786 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 787 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 788 |
dependencies = [ |
| 789 |
"libc", |
| 790 |
] |
| 791 |
|
| 792 |
[[package]] |
| 793 |
name = "crc" |
| 794 |
version = "3.4.0" |
| 795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 |
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 797 |
dependencies = [ |
| 798 |
"crc-catalog", |
| 799 |
] |
| 800 |
|
| 801 |
[[package]] |
| 802 |
name = "crc-catalog" |
| 803 |
version = "2.4.0" |
| 804 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 805 |
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 806 |
|
| 807 |
[[package]] |
| 808 |
name = "crc32fast" |
| 809 |
version = "1.5.0" |
| 810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 |
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 812 |
dependencies = [ |
| 813 |
"cfg-if", |
| 814 |
] |
| 815 |
|
| 816 |
[[package]] |
| 817 |
name = "crossbeam-channel" |
| 818 |
version = "0.5.15" |
| 819 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 820 |
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| 821 |
dependencies = [ |
| 822 |
"crossbeam-utils", |
| 823 |
] |
| 824 |
|
| 825 |
[[package]] |
| 826 |
name = "crossbeam-queue" |
| 827 |
version = "0.3.12" |
| 828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 829 |
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 830 |
dependencies = [ |
| 831 |
"crossbeam-utils", |
| 832 |
] |
| 833 |
|
| 834 |
[[package]] |
| 835 |
name = "crossbeam-utils" |
| 836 |
version = "0.8.21" |
| 837 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 839 |
|
| 840 |
[[package]] |
| 841 |
name = "crunchy" |
| 842 |
version = "0.2.4" |
| 843 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 844 |
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 845 |
|
| 846 |
[[package]] |
| 847 |
name = "crypto-common" |
| 848 |
version = "0.1.7" |
| 849 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 851 |
dependencies = [ |
| 852 |
"generic-array", |
| 853 |
"rand_core 0.6.4", |
| 854 |
"typenum", |
| 855 |
] |
| 856 |
|
| 857 |
[[package]] |
| 858 |
name = "cssparser" |
| 859 |
version = "0.29.6" |
| 860 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 |
checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" |
| 862 |
dependencies = [ |
| 863 |
"cssparser-macros", |
| 864 |
"dtoa-short", |
| 865 |
"itoa", |
| 866 |
"matches", |
| 867 |
"phf 0.10.1", |
| 868 |
"proc-macro2", |
| 869 |
"quote", |
| 870 |
"smallvec", |
| 871 |
"syn 1.0.109", |
| 872 |
] |
| 873 |
|
| 874 |
[[package]] |
| 875 |
name = "cssparser" |
| 876 |
version = "0.35.0" |
| 877 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 878 |
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" |
| 879 |
dependencies = [ |
| 880 |
"cssparser-macros", |
| 881 |
"dtoa-short", |
| 882 |
"itoa", |
| 883 |
"phf 0.11.3", |
| 884 |
"smallvec", |
| 885 |
] |
| 886 |
|
| 887 |
[[package]] |
| 888 |
name = "cssparser" |
| 889 |
version = "0.36.0" |
| 890 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 891 |
checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" |
| 892 |
dependencies = [ |
| 893 |
"cssparser-macros", |
| 894 |
"dtoa-short", |
| 895 |
"itoa", |
| 896 |
"phf 0.13.1", |
| 897 |
"smallvec", |
| 898 |
] |
| 899 |
|
| 900 |
[[package]] |
| 901 |
name = "cssparser-macros" |
| 902 |
version = "0.6.1" |
| 903 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 904 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 905 |
dependencies = [ |
| 906 |
"quote", |
| 907 |
"syn 2.0.117", |
| 908 |
] |
| 909 |
|
| 910 |
[[package]] |
| 911 |
name = "csv" |
| 912 |
version = "1.4.0" |
| 913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 |
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" |
| 915 |
dependencies = [ |
| 916 |
"csv-core", |
| 917 |
"itoa", |
| 918 |
"ryu", |
| 919 |
"serde_core", |
| 920 |
] |
| 921 |
|
| 922 |
[[package]] |
| 923 |
name = "csv-core" |
| 924 |
version = "0.1.13" |
| 925 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 926 |
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" |
| 927 |
dependencies = [ |
| 928 |
"memchr", |
| 929 |
] |
| 930 |
|
| 931 |
[[package]] |
| 932 |
name = "ctor" |
| 933 |
version = "0.2.9" |
| 934 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 |
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" |
| 936 |
dependencies = [ |
| 937 |
"quote", |
| 938 |
"syn 2.0.117", |
| 939 |
] |
| 940 |
|
| 941 |
[[package]] |
| 942 |
name = "darling" |
| 943 |
version = "0.23.0" |
| 944 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 945 |
checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 946 |
dependencies = [ |
| 947 |
"darling_core", |
| 948 |
"darling_macro", |
| 949 |
] |
| 950 |
|
| 951 |
[[package]] |
| 952 |
name = "darling_core" |
| 953 |
version = "0.23.0" |
| 954 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 955 |
checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 956 |
dependencies = [ |
| 957 |
"ident_case", |
| 958 |
"proc-macro2", |
| 959 |
"quote", |
| 960 |
"strsim", |
| 961 |
"syn 2.0.117", |
| 962 |
] |
| 963 |
|
| 964 |
[[package]] |
| 965 |
name = "darling_macro" |
| 966 |
version = "0.23.0" |
| 967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 |
checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 969 |
dependencies = [ |
| 970 |
"darling_core", |
| 971 |
"quote", |
| 972 |
"syn 2.0.117", |
| 973 |
] |
| 974 |
|
| 975 |
[[package]] |
| 976 |
name = "data-encoding" |
| 977 |
version = "2.10.0" |
| 978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 979 |
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" |
| 980 |
|
| 981 |
[[package]] |
| 982 |
name = "der" |
| 983 |
version = "0.7.10" |
| 984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 985 |
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 986 |
dependencies = [ |
| 987 |
"const-oid", |
| 988 |
"pem-rfc7468", |
| 989 |
"zeroize", |
| 990 |
] |
| 991 |
|
| 992 |
[[package]] |
| 993 |
name = "deranged" |
| 994 |
version = "0.5.8" |
| 995 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 996 |
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 997 |
dependencies = [ |
| 998 |
"powerfmt", |
| 999 |
"serde_core", |
| 1000 |
] |
| 1001 |
|
| 1002 |
[[package]] |
| 1003 |
name = "derive_arbitrary" |
| 1004 |
version = "1.4.2" |
| 1005 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1006 |
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" |
| 1007 |
dependencies = [ |
| 1008 |
"proc-macro2", |
| 1009 |
"quote", |
| 1010 |
"syn 2.0.117", |
| 1011 |
] |
| 1012 |
|
| 1013 |
[[package]] |
| 1014 |
name = "derive_more" |
| 1015 |
version = "0.99.20" |
| 1016 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1017 |
checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" |
| 1018 |
dependencies = [ |
| 1019 |
"convert_case", |
| 1020 |
"proc-macro2", |
| 1021 |
"quote", |
| 1022 |
"rustc_version", |
| 1023 |
"syn 2.0.117", |
| 1024 |
] |
| 1025 |
|
| 1026 |
[[package]] |
| 1027 |
name = "derive_more" |
| 1028 |
version = "2.1.1" |
| 1029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 |
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 1031 |
dependencies = [ |
| 1032 |
"derive_more-impl", |
| 1033 |
] |
| 1034 |
|
| 1035 |
[[package]] |
| 1036 |
name = "derive_more-impl" |
| 1037 |
version = "2.1.1" |
| 1038 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1039 |
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 1040 |
dependencies = [ |
| 1041 |
"proc-macro2", |
| 1042 |
"quote", |
| 1043 |
"rustc_version", |
| 1044 |
"syn 2.0.117", |
| 1045 |
] |
| 1046 |
|
| 1047 |
[[package]] |
| 1048 |
name = "digest" |
| 1049 |
version = "0.10.7" |
| 1050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1052 |
dependencies = [ |
| 1053 |
"block-buffer", |
| 1054 |
"const-oid", |
| 1055 |
"crypto-common", |
| 1056 |
"subtle", |
| 1057 |
] |
| 1058 |
|
| 1059 |
[[package]] |
| 1060 |
name = "dirs" |
| 1061 |
version = "6.0.0" |
| 1062 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 |
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 1064 |
dependencies = [ |
| 1065 |
"dirs-sys", |
| 1066 |
] |
| 1067 |
|
| 1068 |
[[package]] |
| 1069 |
name = "dirs-sys" |
| 1070 |
version = "0.5.0" |
| 1071 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1072 |
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 1073 |
dependencies = [ |
| 1074 |
"libc", |
| 1075 |
"option-ext", |
| 1076 |
"redox_users", |
| 1077 |
"windows-sys 0.61.2", |
| 1078 |
] |
| 1079 |
|
| 1080 |
[[package]] |
| 1081 |
name = "dispatch2" |
| 1082 |
version = "0.3.1" |
| 1083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 |
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| 1085 |
dependencies = [ |
| 1086 |
"bitflags 2.11.0", |
| 1087 |
"block2", |
| 1088 |
"libc", |
| 1089 |
"objc2", |
| 1090 |
] |
| 1091 |
|
| 1092 |
[[package]] |
| 1093 |
name = "displaydoc" |
| 1094 |
version = "0.2.5" |
| 1095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 1097 |
dependencies = [ |
| 1098 |
"proc-macro2", |
| 1099 |
"quote", |
| 1100 |
"syn 2.0.117", |
| 1101 |
] |
| 1102 |
|
| 1103 |
[[package]] |
| 1104 |
name = "dlopen2" |
| 1105 |
version = "0.8.2" |
| 1106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1107 |
checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" |
| 1108 |
dependencies = [ |
| 1109 |
"dlopen2_derive", |
| 1110 |
"libc", |
| 1111 |
"once_cell", |
| 1112 |
"winapi", |
| 1113 |
] |
| 1114 |
|
| 1115 |
[[package]] |
| 1116 |
name = "dlopen2_derive" |
| 1117 |
version = "0.4.3" |
| 1118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1119 |
checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" |
| 1120 |
dependencies = [ |
| 1121 |
"proc-macro2", |
| 1122 |
"quote", |
| 1123 |
"syn 2.0.117", |
| 1124 |
] |
| 1125 |
|
| 1126 |
[[package]] |
| 1127 |
name = "docengine" |
| 1128 |
version = "0.3.5" |
| 1129 |
dependencies = [ |
| 1130 |
"ammonia", |
| 1131 |
"pulldown-cmark", |
| 1132 |
"serde", |
| 1133 |
] |
| 1134 |
|
| 1135 |
[[package]] |
| 1136 |
name = "dom_query" |
| 1137 |
version = "0.27.0" |
| 1138 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1139 |
checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89" |
| 1140 |
dependencies = [ |
| 1141 |
"bit-set", |
| 1142 |
"cssparser 0.36.0", |
| 1143 |
"foldhash 0.2.0", |
| 1144 |
"html5ever 0.38.0", |
| 1145 |
"precomputed-hash", |
| 1146 |
"selectors 0.36.1", |
| 1147 |
"tendril 0.5.0", |
| 1148 |
] |
| 1149 |
|
| 1150 |
[[package]] |
| 1151 |
name = "dotenvy" |
| 1152 |
version = "0.15.7" |
| 1153 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1154 |
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 1155 |
|
| 1156 |
[[package]] |
| 1157 |
name = "dpi" |
| 1158 |
version = "0.1.2" |
| 1159 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1160 |
checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" |
| 1161 |
dependencies = [ |
| 1162 |
"serde", |
| 1163 |
] |
| 1164 |
|
| 1165 |
[[package]] |
| 1166 |
name = "dtoa" |
| 1167 |
version = "1.0.11" |
| 1168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 |
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 1170 |
|
| 1171 |
[[package]] |
| 1172 |
name = "dtoa-short" |
| 1173 |
version = "0.3.5" |
| 1174 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1175 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 1176 |
dependencies = [ |
| 1177 |
"dtoa", |
| 1178 |
] |
| 1179 |
|
| 1180 |
[[package]] |
| 1181 |
name = "dunce" |
| 1182 |
version = "1.0.5" |
| 1183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1184 |
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1185 |
|
| 1186 |
[[package]] |
| 1187 |
name = "dyn-clone" |
| 1188 |
version = "1.0.20" |
| 1189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 |
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1191 |
|
| 1192 |
[[package]] |
| 1193 |
name = "ego-tree" |
| 1194 |
version = "0.11.0" |
| 1195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1196 |
checksum = "b04dc5a38e4f151a79d9f2451ae6037fb6eaf5cba34771f44781f80e508498e3" |
| 1197 |
|
| 1198 |
[[package]] |
| 1199 |
name = "either" |
| 1200 |
version = "1.15.0" |
| 1201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1203 |
dependencies = [ |
| 1204 |
"serde", |
| 1205 |
] |
| 1206 |
|
| 1207 |
[[package]] |
| 1208 |
name = "email-encoding" |
| 1209 |
version = "0.4.1" |
| 1210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 |
checksum = "9298e6504d9b9e780ed3f7dfd43a61be8cd0e09eb07f7706a945b0072b6670b6" |
| 1212 |
dependencies = [ |
| 1213 |
"base64 0.22.1", |
| 1214 |
"memchr", |
| 1215 |
] |
| 1216 |
|
| 1217 |
[[package]] |
| 1218 |
name = "email_address" |
| 1219 |
version = "0.2.9" |
| 1220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1221 |
checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" |
| 1222 |
|
| 1223 |
[[package]] |
| 1224 |
name = "embed-resource" |
| 1225 |
version = "3.0.8" |
| 1226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1227 |
checksum = "63a1d0de4f2249aa0ff5884d7080814f446bb241a559af6c170a41e878ed2d45" |
| 1228 |
dependencies = [ |
| 1229 |
"cc", |
| 1230 |
"memchr", |
| 1231 |
"rustc_version", |
| 1232 |
"toml 0.9.12+spec-1.1.0", |
| 1233 |
"vswhom", |
| 1234 |
"winreg", |
| 1235 |
] |
| 1236 |
|
| 1237 |
[[package]] |
| 1238 |
name = "embed_plist" |
| 1239 |
version = "1.2.2" |
| 1240 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1241 |
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" |
| 1242 |
|
| 1243 |
[[package]] |
| 1244 |
name = "encoding_rs" |
| 1245 |
version = "0.8.35" |
| 1246 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1247 |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1248 |
dependencies = [ |
| 1249 |
"cfg-if", |
| 1250 |
] |
| 1251 |
|
| 1252 |
[[package]] |
| 1253 |
name = "endi" |
| 1254 |
version = "1.1.1" |
| 1255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1256 |
checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 1257 |
|
| 1258 |
[[package]] |
| 1259 |
name = "enumflags2" |
| 1260 |
version = "0.7.12" |
| 1261 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1262 |
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 1263 |
dependencies = [ |
| 1264 |
"enumflags2_derive", |
| 1265 |
"serde", |
| 1266 |
] |
| 1267 |
|
| 1268 |
[[package]] |
| 1269 |
name = "enumflags2_derive" |
| 1270 |
version = "0.7.12" |
| 1271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1272 |
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 1273 |
dependencies = [ |
| 1274 |
"proc-macro2", |
| 1275 |
"quote", |
| 1276 |
"syn 2.0.117", |
| 1277 |
] |
| 1278 |
|
| 1279 |
[[package]] |
| 1280 |
name = "equivalent" |
| 1281 |
version = "1.0.2" |
| 1282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1283 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1284 |
|
| 1285 |
[[package]] |
| 1286 |
name = "erased-serde" |
| 1287 |
version = "0.4.10" |
| 1288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1289 |
checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" |
| 1290 |
dependencies = [ |
| 1291 |
"serde", |
| 1292 |
"serde_core", |
| 1293 |
"typeid", |
| 1294 |
] |
| 1295 |
|
| 1296 |
[[package]] |
| 1297 |
name = "errno" |
| 1298 |
version = "0.3.14" |
| 1299 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1300 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1301 |
dependencies = [ |
| 1302 |
"libc", |
| 1303 |
"windows-sys 0.61.2", |
| 1304 |
] |
| 1305 |
|
| 1306 |
[[package]] |
| 1307 |
name = "etcetera" |
| 1308 |
version = "0.8.0" |
| 1309 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1310 |
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 1311 |
dependencies = [ |
| 1312 |
"cfg-if", |
| 1313 |
"home", |
| 1314 |
"windows-sys 0.48.0", |
| 1315 |
] |
| 1316 |
|
| 1317 |
[[package]] |
| 1318 |
name = "event-listener" |
| 1319 |
version = "2.5.3" |
| 1320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 |
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
| 1322 |
|
| 1323 |
[[package]] |
| 1324 |
name = "event-listener" |
| 1325 |
version = "5.4.1" |
| 1326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1327 |
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 1328 |
dependencies = [ |
| 1329 |
"concurrent-queue", |
| 1330 |
"parking", |
| 1331 |
"pin-project-lite", |
| 1332 |
] |
| 1333 |
|
| 1334 |
[[package]] |
| 1335 |
name = "event-listener-strategy" |
| 1336 |
version = "0.5.4" |
| 1337 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 |
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 1339 |
dependencies = [ |
| 1340 |
"event-listener 5.4.1", |
| 1341 |
"pin-project-lite", |
| 1342 |
] |
| 1343 |
|
| 1344 |
[[package]] |
| 1345 |
name = "fastrand" |
| 1346 |
version = "2.3.0" |
| 1347 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1348 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 1349 |
|
| 1350 |
[[package]] |
| 1351 |
name = "fdeflate" |
| 1352 |
version = "0.3.7" |
| 1353 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1354 |
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 1355 |
dependencies = [ |
| 1356 |
"simd-adler32", |
| 1357 |
] |
| 1358 |
|
| 1359 |
[[package]] |
| 1360 |
name = "field-offset" |
| 1361 |
version = "0.3.6" |
| 1362 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1363 |
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
| 1364 |
dependencies = [ |
| 1365 |
"memoffset", |
| 1366 |
"rustc_version", |
| 1367 |
] |
| 1368 |
|
| 1369 |
[[package]] |
| 1370 |
name = "filetime" |
| 1371 |
version = "0.2.27" |
| 1372 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1373 |
checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" |
| 1374 |
dependencies = [ |
| 1375 |
"cfg-if", |
| 1376 |
"libc", |
| 1377 |
"libredox", |
| 1378 |
] |
| 1379 |
|
| 1380 |
[[package]] |
| 1381 |
name = "find-msvc-tools" |
| 1382 |
version = "0.1.9" |
| 1383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1384 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 1385 |
|
| 1386 |
[[package]] |
| 1387 |
name = "flate2" |
| 1388 |
version = "1.1.9" |
| 1389 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 |
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 1391 |
dependencies = [ |
| 1392 |
"crc32fast", |
| 1393 |
"miniz_oxide", |
| 1394 |
] |
| 1395 |
|
| 1396 |
[[package]] |
| 1397 |
name = "flume" |
| 1398 |
version = "0.11.1" |
| 1399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1400 |
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 1401 |
dependencies = [ |
| 1402 |
"futures-core", |
| 1403 |
"futures-sink", |
| 1404 |
"spin 0.9.8", |
| 1405 |
] |
| 1406 |
|
| 1407 |
[[package]] |
| 1408 |
name = "fnv" |
| 1409 |
version = "1.0.7" |
| 1410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1412 |
|
| 1413 |
[[package]] |
| 1414 |
name = "foldhash" |
| 1415 |
version = "0.1.5" |
| 1416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1418 |
|
| 1419 |
[[package]] |
| 1420 |
name = "foldhash" |
| 1421 |
version = "0.2.0" |
| 1422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1423 |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1424 |
|
| 1425 |
[[package]] |
| 1426 |
name = "foreign-types" |
| 1427 |
version = "0.3.2" |
| 1428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1429 |
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 1430 |
dependencies = [ |
| 1431 |
"foreign-types-shared 0.1.1", |
| 1432 |
] |
| 1433 |
|
| 1434 |
[[package]] |
| 1435 |
name = "foreign-types" |
| 1436 |
version = "0.5.0" |
| 1437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1438 |
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| 1439 |
dependencies = [ |
| 1440 |
"foreign-types-macros", |
| 1441 |
"foreign-types-shared 0.3.1", |
| 1442 |
] |
| 1443 |
|
| 1444 |
[[package]] |
| 1445 |
name = "foreign-types-macros" |
| 1446 |
version = "0.2.3" |
| 1447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 |
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| 1449 |
dependencies = [ |
| 1450 |
"proc-macro2", |
| 1451 |
"quote", |
| 1452 |
"syn 2.0.117", |
| 1453 |
] |
| 1454 |
|
| 1455 |
[[package]] |
| 1456 |
name = "foreign-types-shared" |
| 1457 |
version = "0.1.1" |
| 1458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 |
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 1460 |
|
| 1461 |
[[package]] |
| 1462 |
name = "foreign-types-shared" |
| 1463 |
version = "0.3.1" |
| 1464 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 |
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| 1466 |
|
| 1467 |
[[package]] |
| 1468 |
name = "form_urlencoded" |
| 1469 |
version = "1.2.2" |
| 1470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1472 |
dependencies = [ |
| 1473 |
"percent-encoding", |
| 1474 |
] |
| 1475 |
|
| 1476 |
[[package]] |
| 1477 |
name = "fsevent-sys" |
| 1478 |
version = "4.1.0" |
| 1479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1480 |
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| 1481 |
dependencies = [ |
| 1482 |
"libc", |
| 1483 |
] |
| 1484 |
|
| 1485 |
[[package]] |
| 1486 |
name = "futf" |
| 1487 |
version = "0.1.5" |
| 1488 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1489 |
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 1490 |
dependencies = [ |
| 1491 |
"mac", |
| 1492 |
"new_debug_unreachable", |
| 1493 |
] |
| 1494 |
|
| 1495 |
[[package]] |
| 1496 |
name = "futures" |
| 1497 |
version = "0.3.32" |
| 1498 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1499 |
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 1500 |
dependencies = [ |
| 1501 |
"futures-channel", |
| 1502 |
"futures-core", |
| 1503 |
"futures-executor", |
| 1504 |
"futures-io", |
| 1505 |
"futures-sink", |
| 1506 |
"futures-task", |
| 1507 |
"futures-util", |
| 1508 |
] |
| 1509 |
|
| 1510 |
[[package]] |
| 1511 |
name = "futures-channel" |
| 1512 |
version = "0.3.32" |
| 1513 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1514 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 1515 |
dependencies = [ |
| 1516 |
"futures-core", |
| 1517 |
"futures-sink", |
| 1518 |
] |
| 1519 |
|
| 1520 |
[[package]] |
| 1521 |
name = "futures-core" |
| 1522 |
version = "0.3.32" |
| 1523 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 1525 |
|
| 1526 |
[[package]] |
| 1527 |
name = "futures-executor" |
| 1528 |
version = "0.3.32" |
| 1529 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1530 |
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 1531 |
dependencies = [ |
| 1532 |
"futures-core", |
| 1533 |
"futures-task", |
| 1534 |
"futures-util", |
| 1535 |
] |
| 1536 |
|
| 1537 |
[[package]] |
| 1538 |
name = "futures-intrusive" |
| 1539 |
version = "0.5.0" |
| 1540 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1541 |
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 1542 |
dependencies = [ |
| 1543 |
"futures-core", |
| 1544 |
"lock_api", |
| 1545 |
"parking_lot", |
| 1546 |
] |
| 1547 |
|
| 1548 |
[[package]] |
| 1549 |
name = "futures-io" |
| 1550 |
version = "0.3.32" |
| 1551 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 1553 |
|
| 1554 |
[[package]] |
| 1555 |
name = "futures-lite" |
| 1556 |
version = "2.6.1" |
| 1557 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 |
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 1559 |
dependencies = [ |
| 1560 |
"fastrand", |
| 1561 |
"futures-core", |
| 1562 |
"futures-io", |
| 1563 |
"parking", |
| 1564 |
"pin-project-lite", |
| 1565 |
] |
| 1566 |
|
| 1567 |
[[package]] |
| 1568 |
name = "futures-macro" |
| 1569 |
version = "0.3.32" |
| 1570 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1571 |
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 1572 |
dependencies = [ |
| 1573 |
"proc-macro2", |
| 1574 |
"quote", |
| 1575 |
"syn 2.0.117", |
| 1576 |
] |
| 1577 |
|
| 1578 |
[[package]] |
| 1579 |
name = "futures-sink" |
| 1580 |
version = "0.3.32" |
| 1581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1582 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 1583 |
|
| 1584 |
[[package]] |
| 1585 |
name = "futures-task" |
| 1586 |
version = "0.3.32" |
| 1587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1588 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 1589 |
|
| 1590 |
[[package]] |
| 1591 |
name = "futures-util" |
| 1592 |
version = "0.3.32" |
| 1593 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1594 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 1595 |
dependencies = [ |
| 1596 |
"futures-channel", |
| 1597 |
"futures-core", |
| 1598 |
"futures-io", |
| 1599 |
"futures-macro", |
| 1600 |
"futures-sink", |
| 1601 |
"futures-task", |
| 1602 |
"memchr", |
| 1603 |
"pin-project-lite", |
| 1604 |
"slab", |
| 1605 |
] |
| 1606 |
|
| 1607 |
[[package]] |
| 1608 |
name = "fxhash" |
| 1609 |
version = "0.2.1" |
| 1610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1611 |
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| 1612 |
dependencies = [ |
| 1613 |
"byteorder", |
| 1614 |
] |
| 1615 |
|
| 1616 |
[[package]] |
| 1617 |
name = "gdk" |
| 1618 |
version = "0.18.2" |
| 1619 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1620 |
checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" |
| 1621 |
dependencies = [ |
| 1622 |
"cairo-rs", |
| 1623 |
"gdk-pixbuf", |
| 1624 |
"gdk-sys", |
| 1625 |
"gio", |
| 1626 |
"glib", |
| 1627 |
"libc", |
| 1628 |
"pango", |
| 1629 |
] |
| 1630 |
|
| 1631 |
[[package]] |
| 1632 |
name = "gdk-pixbuf" |
| 1633 |
version = "0.18.5" |
| 1634 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 |
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" |
| 1636 |
dependencies = [ |
| 1637 |
"gdk-pixbuf-sys", |
| 1638 |
"gio", |
| 1639 |
"glib", |
| 1640 |
"libc", |
| 1641 |
"once_cell", |
| 1642 |
] |
| 1643 |
|
| 1644 |
[[package]] |
| 1645 |
name = "gdk-pixbuf-sys" |
| 1646 |
version = "0.18.0" |
| 1647 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1648 |
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" |
| 1649 |
dependencies = [ |
| 1650 |
"gio-sys", |
| 1651 |
"glib-sys", |
| 1652 |
"gobject-sys", |
| 1653 |
"libc", |
| 1654 |
"system-deps", |
| 1655 |
] |
| 1656 |
|
| 1657 |
[[package]] |
| 1658 |
name = "gdk-sys" |
| 1659 |
version = "0.18.2" |
| 1660 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1661 |
checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" |
| 1662 |
dependencies = [ |
| 1663 |
"cairo-sys-rs", |
| 1664 |
"gdk-pixbuf-sys", |
| 1665 |
"gio-sys", |
| 1666 |
"glib-sys", |
| 1667 |
"gobject-sys", |
| 1668 |
"libc", |
| 1669 |
"pango-sys", |
| 1670 |
"pkg-config", |
| 1671 |
"system-deps", |
| 1672 |
] |
| 1673 |
|
| 1674 |
[[package]] |
| 1675 |
name = "gdkwayland-sys" |
| 1676 |
version = "0.18.2" |
| 1677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1678 |
checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" |
| 1679 |
dependencies = [ |
| 1680 |
"gdk-sys", |
| 1681 |
"glib-sys", |
| 1682 |
"gobject-sys", |
| 1683 |
"libc", |
| 1684 |
"pkg-config", |
| 1685 |
"system-deps", |
| 1686 |
] |
| 1687 |
|
| 1688 |
[[package]] |
| 1689 |
name = "gdkx11" |
| 1690 |
version = "0.18.2" |
| 1691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1692 |
checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" |
| 1693 |
dependencies = [ |
| 1694 |
"gdk", |
| 1695 |
"gdkx11-sys", |
| 1696 |
"gio", |
| 1697 |
"glib", |
| 1698 |
"libc", |
| 1699 |
"x11", |
| 1700 |
] |
| 1701 |
|
| 1702 |
[[package]] |
| 1703 |
name = "gdkx11-sys" |
| 1704 |
version = "0.18.2" |
| 1705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 |
checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" |
| 1707 |
dependencies = [ |
| 1708 |
"gdk-sys", |
| 1709 |
"glib-sys", |
| 1710 |
"libc", |
| 1711 |
"system-deps", |
| 1712 |
"x11", |
| 1713 |
] |
| 1714 |
|
| 1715 |
[[package]] |
| 1716 |
name = "generic-array" |
| 1717 |
version = "0.14.7" |
| 1718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1719 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1720 |
dependencies = [ |
| 1721 |
"typenum", |
| 1722 |
"version_check", |
| 1723 |
] |
| 1724 |
|
| 1725 |
[[package]] |
| 1726 |
name = "getopts" |
| 1727 |
version = "0.2.24" |
| 1728 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1729 |
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 1730 |
dependencies = [ |
| 1731 |
"unicode-width", |
| 1732 |
] |
| 1733 |
|
| 1734 |
[[package]] |
| 1735 |
name = "getrandom" |
| 1736 |
version = "0.1.16" |
| 1737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1738 |
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
| 1739 |
dependencies = [ |
| 1740 |
"cfg-if", |
| 1741 |
"libc", |
| 1742 |
"wasi 0.9.0+wasi-snapshot-preview1", |
| 1743 |
] |
| 1744 |
|
| 1745 |
[[package]] |
| 1746 |
name = "getrandom" |
| 1747 |
version = "0.2.17" |
| 1748 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1750 |
dependencies = [ |
| 1751 |
"cfg-if", |
| 1752 |
"libc", |
| 1753 |
"wasi 0.11.1+wasi-snapshot-preview1", |
| 1754 |
] |
| 1755 |
|
| 1756 |
[[package]] |
| 1757 |
name = "getrandom" |
| 1758 |
version = "0.3.4" |
| 1759 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1760 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1761 |
dependencies = [ |
| 1762 |
"cfg-if", |
| 1763 |
"libc", |
| 1764 |
"r-efi 5.3.0", |
| 1765 |
"wasip2", |
| 1766 |
] |
| 1767 |
|
| 1768 |
[[package]] |
| 1769 |
name = "getrandom" |
| 1770 |
version = "0.4.2" |
| 1771 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1772 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 1773 |
dependencies = [ |
| 1774 |
"cfg-if", |
| 1775 |
"libc", |
| 1776 |
"r-efi 6.0.0", |
| 1777 |
"wasip2", |
| 1778 |
"wasip3", |
| 1779 |
] |
| 1780 |
|
| 1781 |
[[package]] |
| 1782 |
name = "gio" |
| 1783 |
version = "0.18.4" |
| 1784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 |
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" |
| 1786 |
dependencies = [ |
| 1787 |
"futures-channel", |
| 1788 |
"futures-core", |
| 1789 |
"futures-io", |
| 1790 |
"futures-util", |
| 1791 |
"gio-sys", |
| 1792 |
"glib", |
| 1793 |
"libc", |
| 1794 |
"once_cell", |
| 1795 |
"pin-project-lite", |
| 1796 |
"smallvec", |
| 1797 |
"thiserror 1.0.69", |
| 1798 |
] |
| 1799 |
|
| 1800 |
[[package]] |
| 1801 |
name = "gio-sys" |
| 1802 |
version = "0.18.1" |
| 1803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1804 |
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" |
| 1805 |
dependencies = [ |
| 1806 |
"glib-sys", |
| 1807 |
"gobject-sys", |
| 1808 |
"libc", |
| 1809 |
"system-deps", |
| 1810 |
"winapi", |
| 1811 |
] |
| 1812 |
|
| 1813 |
[[package]] |
| 1814 |
name = "glib" |
| 1815 |
version = "0.18.5" |
| 1816 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1817 |
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" |
| 1818 |
dependencies = [ |
| 1819 |
"bitflags 2.11.0", |
| 1820 |
"futures-channel", |
| 1821 |
"futures-core", |
| 1822 |
"futures-executor", |
| 1823 |
"futures-task", |
| 1824 |
"futures-util", |
| 1825 |
"gio-sys", |
| 1826 |
"glib-macros", |
| 1827 |
"glib-sys", |
| 1828 |
"gobject-sys", |
| 1829 |
"libc", |
| 1830 |
"memchr", |
| 1831 |
"once_cell", |
| 1832 |
"smallvec", |
| 1833 |
"thiserror 1.0.69", |
| 1834 |
] |
| 1835 |
|
| 1836 |
[[package]] |
| 1837 |
name = "glib-macros" |
| 1838 |
version = "0.18.5" |
| 1839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 |
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" |
| 1841 |
dependencies = [ |
| 1842 |
"heck 0.4.1", |
| 1843 |
"proc-macro-crate 2.0.2", |
| 1844 |
"proc-macro-error", |
| 1845 |
"proc-macro2", |
| 1846 |
"quote", |
| 1847 |
"syn 2.0.117", |
| 1848 |
] |
| 1849 |
|
| 1850 |
[[package]] |
| 1851 |
name = "glib-sys" |
| 1852 |
version = "0.18.1" |
| 1853 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1854 |
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" |
| 1855 |
dependencies = [ |
| 1856 |
"libc", |
| 1857 |
"system-deps", |
| 1858 |
] |
| 1859 |
|
| 1860 |
[[package]] |
| 1861 |
name = "glob" |
| 1862 |
version = "0.3.3" |
| 1863 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1864 |
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 1865 |
|
| 1866 |
[[package]] |
| 1867 |
name = "gobject-sys" |
| 1868 |
version = "0.18.0" |
| 1869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 |
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" |
| 1871 |
dependencies = [ |
| 1872 |
"glib-sys", |
| 1873 |
"libc", |
| 1874 |
"system-deps", |
| 1875 |
] |
| 1876 |
|
| 1877 |
[[package]] |
| 1878 |
name = "goingson-core" |
| 1879 |
version = "0.4.0" |
| 1880 |
dependencies = [ |
| 1881 |
"async-trait", |
| 1882 |
"chrono", |
| 1883 |
"serde", |
| 1884 |
"serde_json", |
| 1885 |
"sha2", |
| 1886 |
"sqlx", |
| 1887 |
"strum", |
| 1888 |
"strum_macros", |
| 1889 |
"tagtree", |
| 1890 |
"thiserror 2.0.18", |
| 1891 |
"uuid", |
| 1892 |
] |
| 1893 |
|
| 1894 |
[[package]] |
| 1895 |
name = "goingson-db-sqlite" |
| 1896 |
version = "0.4.0" |
| 1897 |
dependencies = [ |
| 1898 |
"argon2", |
| 1899 |
"async-trait", |
| 1900 |
"chrono", |
| 1901 |
"goingson-core", |
| 1902 |
"serde_json", |
| 1903 |
"sqlx", |
| 1904 |
"tokio", |
| 1905 |
"tracing", |
| 1906 |
"uuid", |
| 1907 |
] |
| 1908 |
|
| 1909 |
[[package]] |
| 1910 |
name = "goingson-desktop" |
| 1911 |
version = "0.4.2" |
| 1912 |
dependencies = [ |
| 1913 |
"async-imap", |
| 1914 |
"async-trait", |
| 1915 |
"base64 0.22.1", |
| 1916 |
"chrono", |
| 1917 |
"chrono-tz", |
| 1918 |
"csv", |
| 1919 |
"docengine", |
| 1920 |
"flate2", |
| 1921 |
"futures-util", |
| 1922 |
"goingson-core", |
| 1923 |
"goingson-db-sqlite", |
| 1924 |
"goingson-plugin-runtime", |
| 1925 |
"ical", |
| 1926 |
"icalendar", |
| 1927 |
"keyring", |
| 1928 |
"lettre", |
| 1929 |
"libsqlite3-sys", |
| 1930 |
"mailparse", |
| 1931 |
"notify", |
| 1932 |
"notify-debouncer-mini", |
| 1933 |
"open", |
| 1934 |
"openssl", |
| 1935 |
"pter", |
| 1936 |
"rand 0.9.2", |
| 1937 |
"reqwest 0.12.28", |
| 1938 |
"serde", |
| 1939 |
"serde_json", |
| 1940 |
"sha2", |
| 1941 |
"sqlx", |
| 1942 |
"synckit-client", |
| 1943 |
"tauri", |
| 1944 |
"tauri-build", |
| 1945 |
"tauri-plugin-dialog", |
| 1946 |
"tauri-plugin-notification", |
| 1947 |
"tauri-plugin-process", |
| 1948 |
"tauri-plugin-shell", |
| 1949 |
"tauri-plugin-updater", |
| 1950 |
"tauri-plugin-window-state", |
| 1951 |
"tempfile", |
| 1952 |
"theme-common", |
| 1953 |
"thiserror 2.0.18", |
| 1954 |
"tokio", |
| 1955 |
"tokio-native-tls", |
| 1956 |
"tokio-util", |
| 1957 |
"toml 0.8.2", |
| 1958 |
"tracing", |
| 1959 |
"tracing-subscriber", |
| 1960 |
"uuid", |
| 1961 |
] |
| 1962 |
|
| 1963 |
[[package]] |
| 1964 |
name = "goingson-plugin-runtime" |
| 1965 |
version = "0.4.0" |
| 1966 |
dependencies = [ |
| 1967 |
"async-trait", |
| 1968 |
"chrono", |
| 1969 |
"csv", |
| 1970 |
"goingson-core", |
| 1971 |
"notify", |
| 1972 |
"rhai", |
| 1973 |
"serde", |
| 1974 |
"serde_json", |
| 1975 |
"tempfile", |
| 1976 |
"thiserror 2.0.18", |
| 1977 |
"tokio", |
| 1978 |
"toml 0.8.2", |
| 1979 |
"tracing", |
| 1980 |
"uuid", |
| 1981 |
] |
| 1982 |
|
| 1983 |
[[package]] |
| 1984 |
name = "gtk" |
| 1985 |
version = "0.18.2" |
| 1986 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1987 |
checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" |
| 1988 |
dependencies = [ |
| 1989 |
"atk", |
| 1990 |
"cairo-rs", |
| 1991 |
"field-offset", |
| 1992 |
"futures-channel", |
| 1993 |
"gdk", |
| 1994 |
"gdk-pixbuf", |
| 1995 |
"gio", |
| 1996 |
"glib", |
| 1997 |
"gtk-sys", |
| 1998 |
"gtk3-macros", |
| 1999 |
"libc", |
| 2000 |
"pango", |
| 2001 |
"pkg-config", |
| 2002 |
] |
| 2003 |
|
| 2004 |
[[package]] |
| 2005 |
name = "gtk-sys" |
| 2006 |
version = "0.18.2" |
| 2007 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2008 |
checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" |
| 2009 |
dependencies = [ |
| 2010 |
"atk-sys", |
| 2011 |
"cairo-sys-rs", |
| 2012 |
"gdk-pixbuf-sys", |
| 2013 |
"gdk-sys", |
| 2014 |
"gio-sys", |
| 2015 |
"glib-sys", |
| 2016 |
"gobject-sys", |
| 2017 |
"libc", |
| 2018 |
"pango-sys", |
| 2019 |
"system-deps", |
| 2020 |
] |
| 2021 |
|
| 2022 |
[[package]] |
| 2023 |
name = "gtk3-macros" |
| 2024 |
version = "0.18.2" |
| 2025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2026 |
checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" |
| 2027 |
dependencies = [ |
| 2028 |
"proc-macro-crate 1.3.1", |
| 2029 |
"proc-macro-error", |
| 2030 |
"proc-macro2", |
| 2031 |
"quote", |
| 2032 |
"syn 2.0.117", |
| 2033 |
] |
| 2034 |
|
| 2035 |
[[package]] |
| 2036 |
name = "h2" |
| 2037 |
version = "0.4.13" |
| 2038 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2039 |
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 2040 |
dependencies = [ |
| 2041 |
"atomic-waker", |
| 2042 |
"bytes", |
| 2043 |
"fnv", |
| 2044 |
"futures-core", |
| 2045 |
"futures-sink", |
| 2046 |
"http", |
| 2047 |
"indexmap 2.13.0", |
| 2048 |
"slab", |
| 2049 |
"tokio", |
| 2050 |
"tokio-util", |
| 2051 |
"tracing", |
| 2052 |
] |
| 2053 |
|
| 2054 |
[[package]] |
| 2055 |
name = "hashbrown" |
| 2056 |
version = "0.12.3" |
| 2057 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2058 |
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 2059 |
|
| 2060 |
[[package]] |
| 2061 |
name = "hashbrown" |
| 2062 |
version = "0.15.5" |
| 2063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2064 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 2065 |
dependencies = [ |
| 2066 |
"allocator-api2", |
| 2067 |
"equivalent", |
| 2068 |
"foldhash 0.1.5", |
| 2069 |
] |
| 2070 |
|
| 2071 |
[[package]] |
| 2072 |
name = "hashbrown" |
| 2073 |
version = "0.16.1" |
| 2074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2075 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 2076 |
|
| 2077 |
[[package]] |
| 2078 |
name = "hashlink" |
| 2079 |
version = "0.10.0" |
| 2080 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2081 |
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 2082 |
dependencies = [ |
| 2083 |
"hashbrown 0.15.5", |
| 2084 |
] |
| 2085 |
|
| 2086 |
[[package]] |
| 2087 |
name = "heck" |
| 2088 |
version = "0.4.1" |
| 2089 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2090 |
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 2091 |
|
| 2092 |
[[package]] |
| 2093 |
name = "heck" |
| 2094 |
version = "0.5.0" |
| 2095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2096 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 2097 |
|
| 2098 |
[[package]] |
| 2099 |
name = "hermit-abi" |
| 2100 |
version = "0.5.2" |
| 2101 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2102 |
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 2103 |
|
| 2104 |
[[package]] |
| 2105 |
name = "hex" |
| 2106 |
version = "0.4.3" |
| 2107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 2109 |
|
| 2110 |
[[package]] |
| 2111 |
name = "hkdf" |
| 2112 |
version = "0.12.4" |
| 2113 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2114 |
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 2115 |
dependencies = [ |
| 2116 |
"hmac", |
| 2117 |
] |
| 2118 |
|
| 2119 |
[[package]] |
| 2120 |
name = "hmac" |
| 2121 |
version = "0.12.1" |
| 2122 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2123 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 2124 |
dependencies = [ |
| 2125 |
"digest", |
| 2126 |
] |
| 2127 |
|
| 2128 |
[[package]] |
| 2129 |
name = "home" |
| 2130 |
version = "0.5.12" |
| 2131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 |
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 2133 |
dependencies = [ |
| 2134 |
"windows-sys 0.61.2", |
| 2135 |
] |
| 2136 |
|
| 2137 |
[[package]] |
| 2138 |
name = "html5ever" |
| 2139 |
version = "0.29.1" |
| 2140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 |
checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" |
| 2142 |
dependencies = [ |
| 2143 |
"log", |
| 2144 |
"mac", |
| 2145 |
"markup5ever 0.14.1", |
| 2146 |
"match_token 0.1.0", |
| 2147 |
] |
| 2148 |
|
| 2149 |
[[package]] |
| 2150 |
name = "html5ever" |
| 2151 |
version = "0.35.0" |
| 2152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2153 |
checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" |
| 2154 |
dependencies = [ |
| 2155 |
"log", |
| 2156 |
"markup5ever 0.35.0", |
| 2157 |
"match_token 0.35.0", |
| 2158 |
] |
| 2159 |
|
| 2160 |
[[package]] |
| 2161 |
name = "html5ever" |
| 2162 |
version = "0.38.0" |
| 2163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2164 |
checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" |
| 2165 |
dependencies = [ |
| 2166 |
"log", |
| 2167 |
"markup5ever 0.38.0", |
| 2168 |
] |
| 2169 |
|
| 2170 |
[[package]] |
| 2171 |
name = "html5ever" |
| 2172 |
version = "0.39.0" |
| 2173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2174 |
checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8" |
| 2175 |
dependencies = [ |
| 2176 |
"log", |
| 2177 |
"markup5ever 0.39.0", |
| 2178 |
] |
| 2179 |
|
| 2180 |
[[package]] |
| 2181 |
name = "http" |
| 2182 |
version = "1.4.0" |
| 2183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2184 |
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 2185 |
dependencies = [ |
| 2186 |
"bytes", |
| 2187 |
"itoa", |
| 2188 |
] |
| 2189 |
|
| 2190 |
[[package]] |
| 2191 |
name = "http-body" |
| 2192 |
version = "1.0.1" |
| 2193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2194 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 2195 |
dependencies = [ |
| 2196 |
"bytes", |
| 2197 |
"http", |
| 2198 |
] |
| 2199 |
|
| 2200 |
[[package]] |
| 2201 |
name = "http-body-util" |
| 2202 |
version = "0.1.3" |
| 2203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2204 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 2205 |
dependencies = [ |
| 2206 |
"bytes", |
| 2207 |
"futures-core", |
| 2208 |
"http", |
| 2209 |
"http-body", |
| 2210 |
"pin-project-lite", |
| 2211 |
] |
| 2212 |
|
| 2213 |
[[package]] |
| 2214 |
name = "httparse" |
| 2215 |
version = "1.10.1" |
| 2216 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2217 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 2218 |
|
| 2219 |
[[package]] |
| 2220 |
name = "httpdate" |
| 2221 |
version = "1.0.3" |
| 2222 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2223 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 2224 |
|
| 2225 |
[[package]] |
| 2226 |
name = "hyper" |
| 2227 |
version = "1.8.1" |
| 2228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2229 |
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 2230 |
dependencies = [ |
| 2231 |
"atomic-waker", |
| 2232 |
"bytes", |
| 2233 |
"futures-channel", |
| 2234 |
"futures-core", |
| 2235 |
"h2", |
| 2236 |
"http", |
| 2237 |
"http-body", |
| 2238 |
"httparse", |
| 2239 |
"itoa", |
| 2240 |
"pin-project-lite", |
| 2241 |
"pin-utils", |
| 2242 |
"smallvec", |
| 2243 |
"tokio", |
| 2244 |
"want", |
| 2245 |
] |
| 2246 |
|
| 2247 |
[[package]] |
| 2248 |
name = "hyper-rustls" |
| 2249 |
version = "0.27.7" |
| 2250 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2251 |
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 2252 |
dependencies = [ |
| 2253 |
"http", |
| 2254 |
"hyper", |
| 2255 |
"hyper-util", |
| 2256 |
"rustls", |
| 2257 |
"rustls-pki-types", |
| 2258 |
"tokio", |
| 2259 |
"tokio-rustls", |
| 2260 |
"tower-service", |
| 2261 |
] |
| 2262 |
|
| 2263 |
[[package]] |
| 2264 |
name = "hyper-tls" |
| 2265 |
version = "0.6.0" |
| 2266 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2267 |
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 2268 |
dependencies = [ |
| 2269 |
"bytes", |
| 2270 |
"http-body-util", |
| 2271 |
"hyper", |
| 2272 |
"hyper-util", |
| 2273 |
"native-tls", |
| 2274 |
"tokio", |
| 2275 |
"tokio-native-tls", |
| 2276 |
"tower-service", |
| 2277 |
] |
| 2278 |
|
| 2279 |
[[package]] |
| 2280 |
name = "hyper-util" |
| 2281 |
version = "0.1.20" |
| 2282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2283 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 2284 |
dependencies = [ |
| 2285 |
"base64 0.22.1", |
| 2286 |
"bytes", |
| 2287 |
"futures-channel", |
| 2288 |
"futures-util", |
| 2289 |
"http", |
| 2290 |
"http-body", |
| 2291 |
"hyper", |
| 2292 |
"ipnet", |
| 2293 |
"libc", |
| 2294 |
"percent-encoding", |
| 2295 |
"pin-project-lite", |
| 2296 |
"socket2", |
| 2297 |
"system-configuration", |
| 2298 |
"tokio", |
| 2299 |
"tower-service", |
| 2300 |
"tracing", |
| 2301 |
"windows-registry", |
| 2302 |
] |
| 2303 |
|
| 2304 |
[[package]] |
| 2305 |
name = "iana-time-zone" |
| 2306 |
version = "0.1.65" |
| 2307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2308 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 2309 |
dependencies = [ |
| 2310 |
"android_system_properties", |
| 2311 |
"core-foundation-sys", |
| 2312 |
"iana-time-zone-haiku", |
| 2313 |
"js-sys", |
| 2314 |
"log", |
| 2315 |
"wasm-bindgen", |
| 2316 |
"windows-core 0.62.2", |
| 2317 |
] |
| 2318 |
|
| 2319 |
[[package]] |
| 2320 |
name = "iana-time-zone-haiku" |
| 2321 |
version = "0.1.2" |
| 2322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2323 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 2324 |
dependencies = [ |
| 2325 |
"cc", |
| 2326 |
] |
| 2327 |
|
| 2328 |
[[package]] |
| 2329 |
name = "ical" |
| 2330 |
version = "0.11.0" |
| 2331 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2332 |
checksum = "9b7cab7543a8b7729a19e2c04309f902861293dcdae6558dfbeb634454d279f6" |
| 2333 |
dependencies = [ |
| 2334 |
"thiserror 1.0.69", |
| 2335 |
] |
| 2336 |
|
| 2337 |
[[package]] |
| 2338 |
name = "icalendar" |
| 2339 |
version = "0.16.17" |
| 2340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2341 |
checksum = "48c81bcf05f183477037d33785dd7670d32170b7e96270a9e475c8adee0140a0" |
| 2342 |
dependencies = [ |
| 2343 |
"chrono", |
| 2344 |
"iso8601", |
| 2345 |
"nom 8.0.0", |
| 2346 |
"nom-language", |
| 2347 |
"uuid", |
| 2348 |
] |
| 2349 |
|
| 2350 |
[[package]] |
| 2351 |
name = "ico" |
| 2352 |
version = "0.5.0" |
| 2353 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2354 |
checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" |
| 2355 |
dependencies = [ |
| 2356 |
"byteorder", |
| 2357 |
"png 0.17.16", |
| 2358 |
] |
| 2359 |
|
| 2360 |
[[package]] |
| 2361 |
name = "icu_collections" |
| 2362 |
version = "2.1.1" |
| 2363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2364 |
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 2365 |
dependencies = [ |
| 2366 |
"displaydoc", |
| 2367 |
"potential_utf", |
| 2368 |
"yoke", |
| 2369 |
"zerofrom", |
| 2370 |
"zerovec", |
| 2371 |
] |
| 2372 |
|
| 2373 |
[[package]] |
| 2374 |
name = "icu_locale_core" |
| 2375 |
version = "2.1.1" |
| 2376 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2377 |
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 2378 |
dependencies = [ |
| 2379 |
"displaydoc", |
| 2380 |
"litemap", |
| 2381 |
"tinystr", |
| 2382 |
"writeable", |
| 2383 |
"zerovec", |
| 2384 |
] |
| 2385 |
|
| 2386 |
[[package]] |
| 2387 |
name = "icu_normalizer" |
| 2388 |
version = "2.1.1" |
| 2389 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2390 |
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 2391 |
dependencies = [ |
| 2392 |
"icu_collections", |
| 2393 |
"icu_normalizer_data", |
| 2394 |
"icu_properties", |
| 2395 |
"icu_provider", |
| 2396 |
"smallvec", |
| 2397 |
"zerovec", |
| 2398 |
] |
| 2399 |
|
| 2400 |
[[package]] |
| 2401 |
name = "icu_normalizer_data" |
| 2402 |
version = "2.1.1" |
| 2403 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2404 |
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 2405 |
|
| 2406 |
[[package]] |
| 2407 |
name = "icu_properties" |
| 2408 |
version = "2.1.2" |
| 2409 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2410 |
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 2411 |
dependencies = [ |
| 2412 |
"icu_collections", |
| 2413 |
"icu_locale_core", |
| 2414 |
"icu_properties_data", |
| 2415 |
"icu_provider", |
| 2416 |
"zerotrie", |
| 2417 |
"zerovec", |
| 2418 |
] |
| 2419 |
|
| 2420 |
[[package]] |
| 2421 |
name = "icu_properties_data" |
| 2422 |
version = "2.1.2" |
| 2423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2424 |
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 2425 |
|
| 2426 |
[[package]] |
| 2427 |
name = "icu_provider" |
| 2428 |
version = "2.1.1" |
| 2429 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2430 |
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 2431 |
dependencies = [ |
| 2432 |
"displaydoc", |
| 2433 |
"icu_locale_core", |
| 2434 |
"writeable", |
| 2435 |
"yoke", |
| 2436 |
"zerofrom", |
| 2437 |
"zerotrie", |
| 2438 |
"zerovec", |
| 2439 |
] |
| 2440 |
|
| 2441 |
[[package]] |
| 2442 |
name = "id-arena" |
| 2443 |
version = "2.3.0" |
| 2444 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2445 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 2446 |
|
| 2447 |
[[package]] |
| 2448 |
name = "ident_case" |
| 2449 |
version = "1.0.1" |
| 2450 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2451 |
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 2452 |
|
| 2453 |
[[package]] |
| 2454 |
name = "idna" |
| 2455 |
version = "1.1.0" |
| 2456 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2457 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 2458 |
dependencies = [ |
| 2459 |
"idna_adapter", |
| 2460 |
"smallvec", |
| 2461 |
"utf8_iter", |
| 2462 |
] |
| 2463 |
|
| 2464 |
[[package]] |
| 2465 |
name = "idna_adapter" |
| 2466 |
version = "1.2.1" |
| 2467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2468 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 2469 |
dependencies = [ |
| 2470 |
"icu_normalizer", |
| 2471 |
"icu_properties", |
| 2472 |
] |
| 2473 |
|
| 2474 |
[[package]] |
| 2475 |
name = "image" |
| 2476 |
version = "0.25.10" |
| 2477 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2478 |
checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 2479 |
dependencies = [ |
| 2480 |
"bytemuck", |
| 2481 |
"byteorder-lite", |
| 2482 |
"moxcms", |
| 2483 |
"num-traits", |
| 2484 |
"png 0.18.1", |
| 2485 |
] |
| 2486 |
|
| 2487 |
[[package]] |
| 2488 |
name = "imap-proto" |
| 2489 |
version = "0.16.6" |
| 2490 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 |
checksum = "ba1f9b30846c3d04371159ef3a0413ce7c1ae0a8c619cd255c60b3d902553f22" |
| 2492 |
dependencies = [ |
| 2493 |
"nom 7.1.3", |
| 2494 |
] |
| 2495 |
|
| 2496 |
[[package]] |
| 2497 |
name = "indexmap" |
| 2498 |
version = "1.9.3" |
| 2499 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 |
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 2501 |
dependencies = [ |
| 2502 |
"autocfg", |
| 2503 |
"hashbrown 0.12.3", |
| 2504 |
"serde", |
| 2505 |
] |
| 2506 |
|
| 2507 |
[[package]] |
| 2508 |
name = "indexmap" |
| 2509 |
version = "2.13.0" |
| 2510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2511 |
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 2512 |
dependencies = [ |
| 2513 |
"equivalent", |
| 2514 |
"hashbrown 0.16.1", |
| 2515 |
"serde", |
| 2516 |
"serde_core", |
| 2517 |
] |
| 2518 |
|
| 2519 |
[[package]] |
| 2520 |
name = "infer" |
| 2521 |
version = "0.19.0" |
| 2522 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2523 |
checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" |
| 2524 |
dependencies = [ |
| 2525 |
"cfb", |
| 2526 |
] |
| 2527 |
|
| 2528 |
[[package]] |
| 2529 |
name = "inotify" |
| 2530 |
version = "0.9.6" |
| 2531 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2532 |
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" |
| 2533 |
dependencies = [ |
| 2534 |
"bitflags 1.3.2", |
| 2535 |
"inotify-sys", |
| 2536 |
"libc", |
| 2537 |
] |
| 2538 |
|
| 2539 |
[[package]] |
| 2540 |
name = "inotify-sys" |
| 2541 |
version = "0.1.5" |
| 2542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2543 |
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| 2544 |
dependencies = [ |
| 2545 |
"libc", |
| 2546 |
] |
| 2547 |
|
| 2548 |
[[package]] |
| 2549 |
name = "inout" |
| 2550 |
version = "0.1.4" |
| 2551 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 |
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 2553 |
dependencies = [ |
| 2554 |
"generic-array", |
| 2555 |
] |
| 2556 |
|
| 2557 |
[[package]] |
| 2558 |
name = "ipnet" |
| 2559 |
version = "2.12.0" |
| 2560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2561 |
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 2562 |
|
| 2563 |
[[package]] |
| 2564 |
name = "iri-string" |
| 2565 |
version = "0.7.11" |
| 2566 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2567 |
checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb" |
| 2568 |
dependencies = [ |
| 2569 |
"memchr", |
| 2570 |
"serde", |
| 2571 |
] |
| 2572 |
|
| 2573 |
[[package]] |
| 2574 |
name = "is-docker" |
| 2575 |
version = "0.2.0" |
| 2576 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2577 |
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" |
| 2578 |
dependencies = [ |
| 2579 |
"once_cell", |
| 2580 |
] |
| 2581 |
|
| 2582 |
[[package]] |
| 2583 |
name = "is-wsl" |
| 2584 |
version = "0.4.0" |
| 2585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2586 |
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" |
| 2587 |
dependencies = [ |
| 2588 |
"is-docker", |
| 2589 |
"once_cell", |
| 2590 |
] |
| 2591 |
|
| 2592 |
[[package]] |
| 2593 |
name = "iso8601" |
| 2594 |
version = "0.6.3" |
| 2595 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2596 |
checksum = "e1082f0c48f143442a1ac6122f67e360ceee130b967af4d50996e5154a45df46" |
| 2597 |
dependencies = [ |
| 2598 |
"nom 8.0.0", |
| 2599 |
] |
| 2600 |
|
| 2601 |
[[package]] |
| 2602 |
name = "itoa" |
| 2603 |
version = "1.0.18" |
| 2604 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2605 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 2606 |
|
| 2607 |
[[package]] |
| 2608 |
name = "javascriptcore-rs" |
| 2609 |
version = "1.1.2" |
| 2610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2611 |
checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" |
| 2612 |
dependencies = [ |
| 2613 |
"bitflags 1.3.2", |
| 2614 |
"glib", |
| 2615 |
"javascriptcore-rs-sys", |
| 2616 |
] |
| 2617 |
|
| 2618 |
[[package]] |
| 2619 |
name = "javascriptcore-rs-sys" |
| 2620 |
version = "1.1.1" |
| 2621 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2622 |
checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" |
| 2623 |
dependencies = [ |
| 2624 |
"glib-sys", |
| 2625 |
"gobject-sys", |
| 2626 |
"libc", |
| 2627 |
"system-deps", |
| 2628 |
] |
| 2629 |
|
| 2630 |
[[package]] |
| 2631 |
name = "jni" |
| 2632 |
version = "0.21.1" |
| 2633 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2634 |
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 2635 |
dependencies = [ |
| 2636 |
"cesu8", |
| 2637 |
"cfg-if", |
| 2638 |
"combine", |
| 2639 |
"jni-sys 0.3.1", |
| 2640 |
"log", |
| 2641 |
"thiserror 1.0.69", |
| 2642 |
"walkdir", |
| 2643 |
"windows-sys 0.45.0", |
| 2644 |
] |
| 2645 |
|
| 2646 |
[[package]] |
| 2647 |
name = "jni-sys" |
| 2648 |
version = "0.3.1" |
| 2649 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2650 |
checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" |
| 2651 |
dependencies = [ |
| 2652 |
"jni-sys 0.4.1", |
| 2653 |
] |
| 2654 |
|
| 2655 |
[[package]] |
| 2656 |
name = "jni-sys" |
| 2657 |
version = "0.4.1" |
| 2658 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2659 |
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 2660 |
dependencies = [ |
| 2661 |
"jni-sys-macros", |
| 2662 |
] |
| 2663 |
|
| 2664 |
[[package]] |
| 2665 |
name = "jni-sys-macros" |
| 2666 |
version = "0.4.1" |
| 2667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 |
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 2669 |
dependencies = [ |
| 2670 |
"quote", |
| 2671 |
"syn 2.0.117", |
| 2672 |
] |
| 2673 |
|
| 2674 |
[[package]] |
| 2675 |
name = "js-sys" |
| 2676 |
version = "0.3.92" |
| 2677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 |
checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995" |
| 2679 |
dependencies = [ |
| 2680 |
"cfg-if", |
| 2681 |
"futures-util", |
| 2682 |
"once_cell", |
| 2683 |
"wasm-bindgen", |
| 2684 |
] |
| 2685 |
|
| 2686 |
[[package]] |
| 2687 |
name = "json-patch" |
| 2688 |
version = "3.0.1" |
| 2689 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2690 |
checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" |
| 2691 |
dependencies = [ |
| 2692 |
"jsonptr", |
| 2693 |
"serde", |
| 2694 |
"serde_json", |
| 2695 |
"thiserror 1.0.69", |
| 2696 |
] |
| 2697 |
|
| 2698 |
[[package]] |
| 2699 |
name = "jsonptr" |
| 2700 |
version = "0.6.3" |
| 2701 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2702 |
checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" |
| 2703 |
dependencies = [ |
| 2704 |
"serde", |
| 2705 |
"serde_json", |
| 2706 |
] |
| 2707 |
|
| 2708 |
[[package]] |
| 2709 |
name = "keyboard-types" |
| 2710 |
version = "0.7.0" |
| 2711 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2712 |
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" |
| 2713 |
dependencies = [ |
| 2714 |
"bitflags 2.11.0", |
| 2715 |
"serde", |
| 2716 |
"unicode-segmentation", |
| 2717 |
] |
| 2718 |
|
| 2719 |
[[package]] |
| 2720 |
name = "keyring" |
| 2721 |
version = "3.6.3" |
| 2722 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2723 |
checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" |
| 2724 |
dependencies = [ |
| 2725 |
"byteorder", |
| 2726 |
"linux-keyutils", |
| 2727 |
"log", |
| 2728 |
"security-framework 2.11.1", |
| 2729 |
"security-framework 3.7.0", |
| 2730 |
"windows-sys 0.60.2", |
| 2731 |
"zeroize", |
| 2732 |
] |
| 2733 |
|
| 2734 |
[[package]] |
| 2735 |
name = "kqueue" |
| 2736 |
version = "1.1.1" |
| 2737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2738 |
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| 2739 |
dependencies = [ |
| 2740 |
"kqueue-sys", |
| 2741 |
"libc", |
| 2742 |
] |
| 2743 |
|
| 2744 |
[[package]] |
| 2745 |
name = "kqueue-sys" |
| 2746 |
version = "1.0.4" |
| 2747 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2748 |
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| 2749 |
dependencies = [ |
| 2750 |
"bitflags 1.3.2", |
| 2751 |
"libc", |
| 2752 |
] |
| 2753 |
|
| 2754 |
[[package]] |
| 2755 |
name = "kuchikiki" |
| 2756 |
version = "0.8.8-speedreader" |
| 2757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2758 |
checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" |
| 2759 |
dependencies = [ |
| 2760 |
"cssparser 0.29.6", |
| 2761 |
"html5ever 0.29.1", |
| 2762 |
"indexmap 2.13.0", |
| 2763 |
"selectors 0.24.0", |
| 2764 |
] |
| 2765 |
|
| 2766 |
[[package]] |
| 2767 |
name = "lazy_static" |
| 2768 |
version = "1.5.0" |
| 2769 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2770 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2771 |
dependencies = [ |
| 2772 |
"spin 0.9.8", |
| 2773 |
] |
| 2774 |
|
| 2775 |
[[package]] |
| 2776 |
name = "leb128fmt" |
| 2777 |
version = "0.1.0" |
| 2778 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2779 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 2780 |
|
| 2781 |
[[package]] |
| 2782 |
name = "lettre" |
| 2783 |
version = "0.11.20" |
| 2784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2785 |
checksum = "471816f3e24b85e820dee02cde962379ea1a669e5242f19c61bcbcffedf4c4fb" |
| 2786 |
dependencies = [ |
| 2787 |
"async-trait", |
| 2788 |
"base64 0.22.1", |
| 2789 |
"email-encoding", |
| 2790 |
"email_address", |
| 2791 |
"fastrand", |
| 2792 |
"futures-io", |
| 2793 |
"futures-util", |
| 2794 |
"httpdate", |
| 2795 |
"idna", |
| 2796 |
"mime", |
| 2797 |
"native-tls", |
| 2798 |
"nom 8.0.0", |
| 2799 |
"percent-encoding", |
| 2800 |
"quoted_printable", |
| 2801 |
"socket2", |
| 2802 |
"tokio", |
| 2803 |
"tokio-native-tls", |
| 2804 |
"url", |
| 2805 |
] |
| 2806 |
|
| 2807 |
[[package]] |
| 2808 |
name = "libappindicator" |
| 2809 |
version = "0.9.0" |
| 2810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2811 |
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" |
| 2812 |
dependencies = [ |
| 2813 |
"glib", |
| 2814 |
"gtk", |
| 2815 |
"gtk-sys", |
| 2816 |
"libappindicator-sys", |
| 2817 |
"log", |
| 2818 |
] |
| 2819 |
|
| 2820 |
[[package]] |
| 2821 |
name = "libappindicator-sys" |
| 2822 |
version = "0.9.0" |
| 2823 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2824 |
checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" |
| 2825 |
dependencies = [ |
| 2826 |
"gtk-sys", |
| 2827 |
"libloading", |
| 2828 |
"once_cell", |
| 2829 |
] |
| 2830 |
|
| 2831 |
[[package]] |
| 2832 |
name = "libc" |
| 2833 |
version = "0.2.183" |
| 2834 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2835 |
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 2836 |
|
| 2837 |
[[package]] |
| 2838 |
name = "libloading" |
| 2839 |
version = "0.7.4" |
| 2840 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2841 |
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| 2842 |
dependencies = [ |
| 2843 |
"cfg-if", |
| 2844 |
"winapi", |
| 2845 |
] |
| 2846 |
|
| 2847 |
[[package]] |
| 2848 |
name = "libm" |
| 2849 |
version = "0.2.16" |
| 2850 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2851 |
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 2852 |
|
| 2853 |
[[package]] |
| 2854 |
name = "libredox" |
| 2855 |
version = "0.1.15" |
| 2856 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2857 |
checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08" |
| 2858 |
dependencies = [ |
| 2859 |
"bitflags 2.11.0", |
| 2860 |
"libc", |
| 2861 |
"plain", |
| 2862 |
"redox_syscall 0.7.3", |
| 2863 |
] |
| 2864 |
|
| 2865 |
[[package]] |
| 2866 |
name = "libsqlite3-sys" |
| 2867 |
version = "0.30.1" |
| 2868 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2869 |
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 2870 |
dependencies = [ |
| 2871 |
"cc", |
| 2872 |
"pkg-config", |
| 2873 |
"vcpkg", |
| 2874 |
] |
| 2875 |
|
| 2876 |
[[package]] |
| 2877 |
name = "linux-keyutils" |
| 2878 |
version = "0.2.5" |
| 2879 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2880 |
checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590" |
| 2881 |
dependencies = [ |
| 2882 |
"bitflags 2.11.0", |
| 2883 |
"libc", |
| 2884 |
] |
| 2885 |
|
| 2886 |
[[package]] |
| 2887 |
name = "linux-raw-sys" |
| 2888 |
version = "0.12.1" |
| 2889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2890 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 2891 |
|
| 2892 |
[[package]] |
| 2893 |
name = "litemap" |
| 2894 |
version = "0.8.1" |
| 2895 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2896 |
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 2897 |
|
| 2898 |
[[package]] |
| 2899 |
name = "lock_api" |
| 2900 |
version = "0.4.14" |
| 2901 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2902 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2903 |
dependencies = [ |
| 2904 |
"scopeguard", |
| 2905 |
] |
| 2906 |
|
| 2907 |
[[package]] |
| 2908 |
name = "log" |
| 2909 |
version = "0.4.29" |
| 2910 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2911 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 2912 |
|
| 2913 |
[[package]] |
| 2914 |
name = "mac" |
| 2915 |
version = "0.1.1" |
| 2916 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2917 |
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 2918 |
|
| 2919 |
[[package]] |
| 2920 |
name = "mac-notification-sys" |
| 2921 |
version = "0.6.12" |
| 2922 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2923 |
checksum = "29a16783dd1a47849b8c8133c9cd3eb2112cfbc6901670af3dba47c8bbfb07d3" |
| 2924 |
dependencies = [ |
| 2925 |
"cc", |
| 2926 |
"objc2", |
| 2927 |
"objc2-foundation", |
| 2928 |
"time", |
| 2929 |
] |
| 2930 |
|
| 2931 |
[[package]] |
| 2932 |
name = "mailparse" |
| 2933 |
version = "0.16.1" |
| 2934 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2935 |
checksum = "60819a97ddcb831a5614eb3b0174f3620e793e97e09195a395bfa948fd68ed2f" |
| 2936 |
dependencies = [ |
| 2937 |
"charset", |
| 2938 |
"data-encoding", |
| 2939 |
"quoted_printable", |
| 2940 |
] |
| 2941 |
|
| 2942 |
[[package]] |
| 2943 |
name = "maplit" |
| 2944 |
version = "1.0.2" |
| 2945 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2946 |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 2947 |
|
| 2948 |
[[package]] |
| 2949 |
name = "markup5ever" |
| 2950 |
version = "0.14.1" |
| 2951 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2952 |
checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" |
| 2953 |
dependencies = [ |
| 2954 |
"log", |
| 2955 |
"phf 0.11.3", |
| 2956 |
"phf_codegen 0.11.3", |
| 2957 |
"string_cache 0.8.9", |
| 2958 |
"string_cache_codegen 0.5.4", |
| 2959 |
"tendril 0.4.3", |
| 2960 |
] |
| 2961 |
|
| 2962 |
[[package]] |
| 2963 |
name = "markup5ever" |
| 2964 |
version = "0.35.0" |
| 2965 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2966 |
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" |
| 2967 |
dependencies = [ |
| 2968 |
"log", |
| 2969 |
"tendril 0.4.3", |
| 2970 |
"web_atoms 0.1.3", |
| 2971 |
] |
| 2972 |
|
| 2973 |
[[package]] |
| 2974 |
name = "markup5ever" |
| 2975 |
version = "0.38.0" |
| 2976 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2977 |
checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" |
| 2978 |
dependencies = [ |
| 2979 |
"log", |
| 2980 |
"tendril 0.5.0", |
| 2981 |
"web_atoms 0.2.3", |
| 2982 |
] |
| 2983 |
|
| 2984 |
[[package]] |
| 2985 |
name = "markup5ever" |
| 2986 |
version = "0.39.0" |
| 2987 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2988 |
checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de" |
| 2989 |
dependencies = [ |
| 2990 |
"log", |
| 2991 |
"tendril 0.5.0", |
| 2992 |
"web_atoms 0.2.3", |
| 2993 |
] |
| 2994 |
|
| 2995 |
[[package]] |
| 2996 |
name = "match_token" |
| 2997 |
version = "0.1.0" |
| 2998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2999 |
checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" |
| 3000 |
dependencies = [ |
| 3001 |
"proc-macro2", |
| 3002 |
"quote", |
| 3003 |
"syn 2.0.117", |
| 3004 |
] |
| 3005 |
|
| 3006 |
[[package]] |
| 3007 |
name = "match_token" |
| 3008 |
version = "0.35.0" |
| 3009 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3010 |
checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" |
| 3011 |
dependencies = [ |
| 3012 |
"proc-macro2", |
| 3013 |
"quote", |
| 3014 |
"syn 2.0.117", |
| 3015 |
] |
| 3016 |
|
| 3017 |
[[package]] |
| 3018 |
name = "matchers" |
| 3019 |
version = "0.2.0" |
| 3020 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3021 |
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 3022 |
dependencies = [ |
| 3023 |
"regex-automata", |
| 3024 |
] |
| 3025 |
|
| 3026 |
[[package]] |
| 3027 |
name = "matches" |
| 3028 |
version = "0.1.10" |
| 3029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3030 |
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" |
| 3031 |
|
| 3032 |
[[package]] |
| 3033 |
name = "md-5" |
| 3034 |
version = "0.10.6" |
| 3035 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3036 |
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 3037 |
dependencies = [ |
| 3038 |
"cfg-if", |
| 3039 |
"digest", |
| 3040 |
] |
| 3041 |
|
| 3042 |
[[package]] |
| 3043 |
name = "memchr" |
| 3044 |
version = "2.8.0" |
| 3045 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3046 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 3047 |
|
| 3048 |
[[package]] |
| 3049 |
name = "memoffset" |
| 3050 |
version = "0.9.1" |
| 3051 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3052 |
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 3053 |
dependencies = [ |
| 3054 |
"autocfg", |
| 3055 |
] |
| 3056 |
|
| 3057 |
[[package]] |
| 3058 |
name = "mime" |
| 3059 |
version = "0.3.17" |
| 3060 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3061 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 3062 |
|
| 3063 |
[[package]] |
| 3064 |
name = "minimal-lexical" |
| 3065 |
version = "0.2.1" |
| 3066 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3067 |
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 3068 |
|
| 3069 |
[[package]] |
| 3070 |
name = "minisign-verify" |
| 3071 |
version = "0.2.5" |
| 3072 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3073 |
checksum = "22f9645cb765ea72b8111f36c522475d2daa0d22c957a9826437e97534bc4e9e" |
| 3074 |
|
| 3075 |
[[package]] |
| 3076 |
name = "miniz_oxide" |
| 3077 |
version = "0.8.9" |
| 3078 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3079 |
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 3080 |
dependencies = [ |
| 3081 |
"adler2", |
| 3082 |
"simd-adler32", |
| 3083 |
] |
| 3084 |
|
| 3085 |
[[package]] |
| 3086 |
name = "mio" |
| 3087 |
version = "0.8.11" |
| 3088 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3089 |
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
| 3090 |
dependencies = [ |
| 3091 |
"libc", |
| 3092 |
"log", |
| 3093 |
"wasi 0.11.1+wasi-snapshot-preview1", |
| 3094 |
"windows-sys 0.48.0", |
| 3095 |
] |
| 3096 |
|
| 3097 |
[[package]] |
| 3098 |
name = "mio" |
| 3099 |
version = "1.2.0" |
| 3100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3101 |
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 3102 |
dependencies = [ |
| 3103 |
"libc", |
| 3104 |
"wasi 0.11.1+wasi-snapshot-preview1", |
| 3105 |
"windows-sys 0.61.2", |
| 3106 |
] |
| 3107 |
|
| 3108 |
[[package]] |
| 3109 |
name = "moxcms" |
| 3110 |
version = "0.8.1" |
| 3111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3112 |
checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 3113 |
dependencies = [ |
| 3114 |
"num-traits", |
| 3115 |
"pxfm", |
| 3116 |
] |
| 3117 |
|
| 3118 |
[[package]] |
| 3119 |
name = "muda" |
| 3120 |
version = "0.17.1" |
| 3121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3122 |
checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" |
| 3123 |
dependencies = [ |
| 3124 |
"crossbeam-channel", |
| 3125 |
"dpi", |
| 3126 |
"gtk", |
| 3127 |
"keyboard-types", |
| 3128 |
"objc2", |
| 3129 |
"objc2-app-kit", |
| 3130 |
"objc2-core-foundation", |
| 3131 |
"objc2-foundation", |
| 3132 |
"once_cell", |
| 3133 |
"png 0.17.16", |
| 3134 |
"serde", |
| 3135 |
"thiserror 2.0.18", |
| 3136 |
"windows-sys 0.60.2", |
| 3137 |
] |
| 3138 |
|
| 3139 |
[[package]] |
| 3140 |
name = "native-tls" |
| 3141 |
version = "0.2.18" |
| 3142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3143 |
checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" |
| 3144 |
dependencies = [ |
| 3145 |
"libc", |
| 3146 |
"log", |
| 3147 |
"openssl", |
| 3148 |
"openssl-probe", |
| 3149 |
"openssl-sys", |
| 3150 |
"schannel", |
| 3151 |
"security-framework 3.7.0", |
| 3152 |
"security-framework-sys", |
| 3153 |
"tempfile", |
| 3154 |
] |
| 3155 |
|
| 3156 |
[[package]] |
| 3157 |
name = "ndk" |
| 3158 |
version = "0.9.0" |
| 3159 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3160 |
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" |
| 3161 |
dependencies = [ |
| 3162 |
"bitflags 2.11.0", |
| 3163 |
"jni-sys 0.3.1", |
| 3164 |
"log", |
| 3165 |
"ndk-sys", |
| 3166 |
"num_enum", |
| 3167 |
"raw-window-handle", |
| 3168 |
"thiserror 1.0.69", |
| 3169 |
] |
| 3170 |
|
| 3171 |
[[package]] |
| 3172 |
name = "ndk-context" |
| 3173 |
version = "0.1.1" |
| 3174 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3175 |
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| 3176 |
|
| 3177 |
[[package]] |
| 3178 |
name = "ndk-sys" |
| 3179 |
version = "0.6.0+11769913" |
| 3180 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3181 |
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" |
| 3182 |
dependencies = [ |
| 3183 |
"jni-sys 0.3.1", |
| 3184 |
] |
| 3185 |
|
| 3186 |
[[package]] |
| 3187 |
name = "new_debug_unreachable" |
| 3188 |
version = "1.0.6" |
| 3189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3190 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 3191 |
|
| 3192 |
[[package]] |
| 3193 |
name = "no-std-compat" |
| 3194 |
version = "0.4.1" |
| 3195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3196 |
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" |
| 3197 |
dependencies = [ |
| 3198 |
"spin 0.5.2", |
| 3199 |
] |
| 3200 |
|
| 3201 |
[[package]] |
| 3202 |
name = "nodrop" |
| 3203 |
version = "0.1.14" |
| 3204 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3205 |
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
| 3206 |
|
| 3207 |
[[package]] |
| 3208 |
name = "nom" |
| 3209 |
version = "7.1.3" |
| 3210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3211 |
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 3212 |
dependencies = [ |
| 3213 |
"memchr", |
| 3214 |
"minimal-lexical", |
| 3215 |
] |
| 3216 |
|
| 3217 |
[[package]] |
| 3218 |
name = "nom" |
| 3219 |
version = "8.0.0" |
| 3220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3221 |
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" |
| 3222 |
dependencies = [ |
| 3223 |
"memchr", |
| 3224 |
] |
| 3225 |
|
| 3226 |
[[package]] |
| 3227 |
name = "nom-language" |
| 3228 |
version = "0.1.0" |
| 3229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3230 |
checksum = "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29" |
| 3231 |
dependencies = [ |
| 3232 |
"nom 8.0.0", |
| 3233 |
] |
| 3234 |
|
| 3235 |
[[package]] |
| 3236 |
name = "notify" |
| 3237 |
version = "6.1.1" |
| 3238 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3239 |
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" |
| 3240 |
dependencies = [ |
| 3241 |
"bitflags 2.11.0", |
| 3242 |
"crossbeam-channel", |
| 3243 |
"filetime", |
| 3244 |
"fsevent-sys", |
| 3245 |
"inotify", |
| 3246 |
"kqueue", |
| 3247 |
"libc", |
| 3248 |
"log", |
| 3249 |
"mio 0.8.11", |
| 3250 |
"walkdir", |
| 3251 |
"windows-sys 0.48.0", |
| 3252 |
] |
| 3253 |
|
| 3254 |
[[package]] |
| 3255 |
name = "notify-debouncer-mini" |
| 3256 |
version = "0.4.1" |
| 3257 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3258 |
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43" |
| 3259 |
dependencies = [ |
| 3260 |
"crossbeam-channel", |
| 3261 |
"log", |
| 3262 |
"notify", |
| 3263 |
] |
| 3264 |
|
| 3265 |
[[package]] |
| 3266 |
name = "notify-rust" |
| 3267 |
version = "4.12.0" |
| 3268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3269 |
checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" |
| 3270 |
dependencies = [ |
| 3271 |
"futures-lite", |
| 3272 |
"log", |
| 3273 |
"mac-notification-sys", |
| 3274 |
"serde", |
| 3275 |
"tauri-winrt-notification", |
| 3276 |
"zbus", |
| 3277 |
] |
| 3278 |
|
| 3279 |
[[package]] |
| 3280 |
name = "nu-ansi-term" |
| 3281 |
version = "0.50.3" |
| 3282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3283 |
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 3284 |
dependencies = [ |
| 3285 |
"windows-sys 0.61.2", |
| 3286 |
] |
| 3287 |
|
| 3288 |
[[package]] |
| 3289 |
name = "num-bigint-dig" |
| 3290 |
version = "0.8.6" |
| 3291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3292 |
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| 3293 |
dependencies = [ |
| 3294 |
"lazy_static", |
| 3295 |
"libm", |
| 3296 |
"num-integer", |
| 3297 |
"num-iter", |
| 3298 |
"num-traits", |
| 3299 |
"rand 0.8.5", |
| 3300 |
"smallvec", |
| 3301 |
"zeroize", |
| 3302 |
] |
| 3303 |
|
| 3304 |
[[package]] |
| 3305 |
name = "num-conv" |
| 3306 |
version = "0.2.1" |
| 3307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3308 |
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" |
| 3309 |
|
| 3310 |
[[package]] |
| 3311 |
name = "num-integer" |
| 3312 |
version = "0.1.46" |
| 3313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3314 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 3315 |
dependencies = [ |
| 3316 |
"num-traits", |
| 3317 |
] |
| 3318 |
|
| 3319 |
[[package]] |
| 3320 |
name = "num-iter" |
| 3321 |
version = "0.1.45" |
| 3322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3323 |
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 3324 |
dependencies = [ |
| 3325 |
"autocfg", |
| 3326 |
"num-integer", |
| 3327 |
"num-traits", |
| 3328 |
] |
| 3329 |
|
| 3330 |
[[package]] |
| 3331 |
name = "num-traits" |
| 3332 |
version = "0.2.19" |
| 3333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3334 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 3335 |
dependencies = [ |
| 3336 |
"autocfg", |
| 3337 |
"libm", |
| 3338 |
] |
| 3339 |
|
| 3340 |
[[package]] |
| 3341 |
name = "num_enum" |
| 3342 |
version = "0.7.6" |
| 3343 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3344 |
checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" |
| 3345 |
dependencies = [ |
| 3346 |
"num_enum_derive", |
| 3347 |
"rustversion", |
| 3348 |
] |
| 3349 |
|
| 3350 |
[[package]] |
| 3351 |
name = "num_enum_derive" |
| 3352 |
version = "0.7.6" |
| 3353 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3354 |
checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" |
| 3355 |
dependencies = [ |
| 3356 |
"proc-macro-crate 3.5.0", |
| 3357 |
"proc-macro2", |
| 3358 |
"quote", |
| 3359 |
"syn 2.0.117", |
| 3360 |
] |
| 3361 |
|
| 3362 |
[[package]] |
| 3363 |
name = "objc2" |
| 3364 |
version = "0.6.4" |
| 3365 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3366 |
checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| 3367 |
dependencies = [ |
| 3368 |
"objc2-encode", |
| 3369 |
"objc2-exception-helper", |
| 3370 |
] |
| 3371 |
|
| 3372 |
[[package]] |
| 3373 |
name = "objc2-app-kit" |
| 3374 |
version = "0.3.2" |
| 3375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3376 |
checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" |
| 3377 |
dependencies = [ |
| 3378 |
"bitflags 2.11.0", |
| 3379 |
"block2", |
| 3380 |
"objc2", |
| 3381 |
"objc2-core-foundation", |
| 3382 |
"objc2-foundation", |
| 3383 |
] |
| 3384 |
|
| 3385 |
[[package]] |
| 3386 |
name = "objc2-core-foundation" |
| 3387 |
version = "0.3.2" |
| 3388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3389 |
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 3390 |
dependencies = [ |
| 3391 |
"bitflags 2.11.0", |
| 3392 |
"dispatch2", |
| 3393 |
"objc2", |
| 3394 |
] |
| 3395 |
|
| 3396 |
[[package]] |
| 3397 |
name = "objc2-core-graphics" |
| 3398 |
version = "0.3.2" |
| 3399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3400 |
checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
| 3401 |
dependencies = [ |
| 3402 |
"bitflags 2.11.0", |
| 3403 |
"dispatch2", |
| 3404 |
"objc2", |
| 3405 |
"objc2-core-foundation", |
| 3406 |
"objc2-io-surface", |
| 3407 |
] |
| 3408 |
|
| 3409 |
[[package]] |
| 3410 |
name = "objc2-encode" |
| 3411 |
version = "4.1.0" |
| 3412 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3413 |
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 3414 |
|
| 3415 |
[[package]] |
| 3416 |
name = "objc2-exception-helper" |
| 3417 |
version = "0.1.1" |
| 3418 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3419 |
checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" |
| 3420 |
dependencies = [ |
| 3421 |
"cc", |
| 3422 |
] |
| 3423 |
|
| 3424 |
[[package]] |
| 3425 |
name = "objc2-foundation" |
| 3426 |
version = "0.3.2" |
| 3427 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3428 |
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 3429 |
dependencies = [ |
| 3430 |
"bitflags 2.11.0", |
| 3431 |
"block2", |
| 3432 |
"libc", |
| 3433 |
"objc2", |
| 3434 |
"objc2-core-foundation", |
| 3435 |
] |
| 3436 |
|
| 3437 |
[[package]] |
| 3438 |
name = "objc2-io-surface" |
| 3439 |
version = "0.3.2" |
| 3440 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3441 |
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
| 3442 |
dependencies = [ |
| 3443 |
"bitflags 2.11.0", |
| 3444 |
"objc2", |
| 3445 |
"objc2-core-foundation", |
| 3446 |
] |
| 3447 |
|
| 3448 |
[[package]] |
| 3449 |
name = "objc2-osa-kit" |
| 3450 |
version = "0.3.2" |
| 3451 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3452 |
checksum = "f112d1746737b0da274ef79a23aac283376f335f4095a083a267a082f21db0c0" |
| 3453 |
dependencies = [ |
| 3454 |
"bitflags 2.11.0", |
| 3455 |
"objc2", |
| 3456 |
"objc2-app-kit", |
| 3457 |
"objc2-foundation", |
| 3458 |
] |
| 3459 |
|
| 3460 |
[[package]] |
| 3461 |
name = "objc2-quartz-core" |
| 3462 |
version = "0.3.2" |
| 3463 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3464 |
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" |
| 3465 |
dependencies = [ |
| 3466 |
"bitflags 2.11.0", |
| 3467 |
"objc2", |
| 3468 |
"objc2-core-foundation", |
| 3469 |
"objc2-foundation", |
| 3470 |
] |
| 3471 |
|
| 3472 |
[[package]] |
| 3473 |
name = "objc2-ui-kit" |
| 3474 |
version = "0.3.2" |
| 3475 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3476 |
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" |
| 3477 |
dependencies = [ |
| 3478 |
"bitflags 2.11.0", |
| 3479 |
"objc2", |
| 3480 |
"objc2-core-foundation", |
| 3481 |
"objc2-foundation", |
| 3482 |
] |
| 3483 |
|
| 3484 |
[[package]] |
| 3485 |
name = "objc2-web-kit" |
| 3486 |
version = "0.3.2" |
| 3487 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3488 |
checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" |
| 3489 |
dependencies = [ |
| 3490 |
"bitflags 2.11.0", |
| 3491 |
"block2", |
| 3492 |
"objc2", |
| 3493 |
"objc2-app-kit", |
| 3494 |
"objc2-core-foundation", |
| 3495 |
"objc2-foundation", |
| 3496 |
] |
| 3497 |
|
| 3498 |
[[package]] |
| 3499 |
name = "once_cell" |
| 3500 |
version = "1.21.4" |
| 3501 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3502 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 3503 |
dependencies = [ |
| 3504 |
"portable-atomic", |
| 3505 |
] |
| 3506 |
|
| 3507 |
[[package]] |
| 3508 |
name = "opaque-debug" |
| 3509 |
version = "0.3.1" |
| 3510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3511 |
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| 3512 |
|
| 3513 |
[[package]] |
| 3514 |
name = "open" |
| 3515 |
version = "5.3.3" |
| 3516 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3517 |
checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" |
| 3518 |
dependencies = [ |
| 3519 |
"dunce", |
| 3520 |
"is-wsl", |
| 3521 |
"libc", |
| 3522 |
"pathdiff", |
| 3523 |
] |
| 3524 |
|
| 3525 |
[[package]] |
| 3526 |
name = "openssl" |
| 3527 |
version = "0.10.76" |
| 3528 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3529 |
checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" |
| 3530 |
dependencies = [ |
| 3531 |
"bitflags 2.11.0", |
| 3532 |
"cfg-if", |
| 3533 |
"foreign-types 0.3.2", |
| 3534 |
"libc", |
| 3535 |
"once_cell", |
| 3536 |
"openssl-macros", |
| 3537 |
"openssl-sys", |
| 3538 |
] |
| 3539 |
|
| 3540 |
[[package]] |
| 3541 |
name = "openssl-macros" |
| 3542 |
version = "0.1.1" |
| 3543 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3544 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 3545 |
dependencies = [ |
| 3546 |
"proc-macro2", |
| 3547 |
"quote", |
| 3548 |
"syn 2.0.117", |
| 3549 |
] |
| 3550 |
|
| 3551 |
[[package]] |
| 3552 |
name = "openssl-probe" |
| 3553 |
version = "0.2.1" |
| 3554 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3555 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 3556 |
|
| 3557 |
[[package]] |
| 3558 |
name = "openssl-src" |
| 3559 |
version = "300.5.5+3.5.5" |
| 3560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3561 |
checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709" |
| 3562 |
dependencies = [ |
| 3563 |
"cc", |
| 3564 |
] |
| 3565 |
|
| 3566 |
[[package]] |
| 3567 |
name = "openssl-sys" |
| 3568 |
version = "0.9.112" |
| 3569 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3570 |
checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb" |
| 3571 |
dependencies = [ |
| 3572 |
"cc", |
| 3573 |
"libc", |
| 3574 |
"openssl-src", |
| 3575 |
"pkg-config", |
| 3576 |
"vcpkg", |
| 3577 |
] |
| 3578 |
|
| 3579 |
[[package]] |
| 3580 |
name = "option-ext" |
| 3581 |
version = "0.2.0" |
| 3582 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3583 |
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 3584 |
|
| 3585 |
[[package]] |
| 3586 |
name = "ordered-stream" |
| 3587 |
version = "0.2.0" |
| 3588 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3589 |
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 3590 |
dependencies = [ |
| 3591 |
"futures-core", |
| 3592 |
"pin-project-lite", |
| 3593 |
] |
| 3594 |
|
| 3595 |
[[package]] |
| 3596 |
name = "os_pipe" |
| 3597 |
version = "1.2.3" |
| 3598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3599 |
checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" |
| 3600 |
dependencies = [ |
| 3601 |
"libc", |
| 3602 |
"windows-sys 0.61.2", |
| 3603 |
] |
| 3604 |
|
| 3605 |
[[package]] |
| 3606 |
name = "osakit" |
| 3607 |
version = "0.3.1" |
| 3608 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3609 |
checksum = "732c71caeaa72c065bb69d7ea08717bd3f4863a4f451402fc9513e29dbd5261b" |
| 3610 |
dependencies = [ |
| 3611 |
"objc2", |
| 3612 |
"objc2-foundation", |
| 3613 |
"objc2-osa-kit", |
| 3614 |
"serde", |
| 3615 |
"serde_json", |
| 3616 |
"thiserror 2.0.18", |
| 3617 |
] |
| 3618 |
|
| 3619 |
[[package]] |
| 3620 |
name = "pango" |
| 3621 |
version = "0.18.3" |
| 3622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3623 |
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" |
| 3624 |
dependencies = [ |
| 3625 |
"gio", |
| 3626 |
"glib", |
| 3627 |
"libc", |
| 3628 |
"once_cell", |
| 3629 |
"pango-sys", |
| 3630 |
] |
| 3631 |
|
| 3632 |
[[package]] |
| 3633 |
name = "pango-sys" |
| 3634 |
version = "0.18.0" |
| 3635 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3636 |
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" |
| 3637 |
dependencies = [ |
| 3638 |
"glib-sys", |
| 3639 |
"gobject-sys", |
| 3640 |
"libc", |
| 3641 |
"system-deps", |
| 3642 |
] |
| 3643 |
|
| 3644 |
[[package]] |
| 3645 |
name = "parking" |
| 3646 |
version = "2.2.1" |
| 3647 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3648 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 3649 |
|
| 3650 |
[[package]] |
| 3651 |
name = "parking_lot" |
| 3652 |
version = "0.12.5" |
| 3653 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3654 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 3655 |
dependencies = [ |
| 3656 |
"lock_api", |
| 3657 |
"parking_lot_core", |
| 3658 |
] |
| 3659 |
|
| 3660 |
[[package]] |
| 3661 |
name = "parking_lot_core" |
| 3662 |
version = "0.9.12" |
| 3663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3664 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 3665 |
dependencies = [ |
| 3666 |
"cfg-if", |
| 3667 |
"libc", |
| 3668 |
"redox_syscall 0.5.18", |
| 3669 |
"smallvec", |
| 3670 |
"windows-link 0.2.1", |
| 3671 |
] |
| 3672 |
|
| 3673 |
[[package]] |
| 3674 |
name = "password-hash" |
| 3675 |
version = "0.5.0" |
| 3676 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3677 |
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| 3678 |
dependencies = [ |
| 3679 |
"base64ct", |
| 3680 |
"rand_core 0.6.4", |
| 3681 |
"subtle", |
| 3682 |
] |
| 3683 |
|
| 3684 |
[[package]] |
| 3685 |
name = "pathdiff" |
| 3686 |
version = "0.2.3" |
| 3687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3688 |
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
| 3689 |
|
| 3690 |
[[package]] |
| 3691 |
name = "pem-rfc7468" |
| 3692 |
version = "0.7.0" |
| 3693 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3694 |
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 3695 |
dependencies = [ |
| 3696 |
"base64ct", |
| 3697 |
] |
| 3698 |
|
| 3699 |
[[package]] |
| 3700 |
name = "percent-encoding" |
| 3701 |
version = "2.3.2" |
| 3702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3703 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 3704 |
|
| 3705 |
[[package]] |
| 3706 |
name = "phf" |
| 3707 |
version = "0.8.0" |
| 3708 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3709 |
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" |
| 3710 |
dependencies = [ |
| 3711 |
"phf_shared 0.8.0", |
| 3712 |
] |
| 3713 |
|
| 3714 |
[[package]] |
| 3715 |
name = "phf" |
| 3716 |
version = "0.10.1" |
| 3717 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3718 |
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
| 3719 |
dependencies = [ |
| 3720 |
"phf_macros 0.10.0", |
| 3721 |
"phf_shared 0.10.0", |
| 3722 |
"proc-macro-hack", |
| 3723 |
] |
| 3724 |
|
| 3725 |
[[package]] |
| 3726 |
name = "phf" |
| 3727 |
version = "0.11.3" |
| 3728 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3729 |
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 3730 |
dependencies = [ |
| 3731 |
"phf_macros 0.11.3", |
| 3732 |
"phf_shared 0.11.3", |
| 3733 |
] |
| 3734 |
|
| 3735 |
[[package]] |
| 3736 |
name = "phf" |
| 3737 |
version = "0.12.1" |
| 3738 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3739 |
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" |
| 3740 |
dependencies = [ |
| 3741 |
"phf_shared 0.12.1", |
| 3742 |
] |
| 3743 |
|
| 3744 |
[[package]] |
| 3745 |
name = "phf" |
| 3746 |
version = "0.13.1" |
| 3747 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3748 |
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 3749 |
dependencies = [ |
| 3750 |
"phf_macros 0.13.1", |
| 3751 |
"phf_shared 0.13.1", |
| 3752 |
"serde", |
| 3753 |
] |
| 3754 |
|
| 3755 |
[[package]] |
| 3756 |
name = "phf_codegen" |
| 3757 |
version = "0.8.0" |
| 3758 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3759 |
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" |
| 3760 |
dependencies = [ |
| 3761 |
"phf_generator 0.8.0", |
| 3762 |
"phf_shared 0.8.0", |
| 3763 |
] |
| 3764 |
|
| 3765 |
[[package]] |
| 3766 |
name = "phf_codegen" |
| 3767 |
version = "0.11.3" |
| 3768 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3769 |
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 3770 |
dependencies = [ |
| 3771 |
"phf_generator 0.11.3", |
| 3772 |
"phf_shared 0.11.3", |
| 3773 |
] |
| 3774 |
|
| 3775 |
[[package]] |
| 3776 |
name = "phf_codegen" |
| 3777 |
version = "0.13.1" |
| 3778 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3779 |
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 3780 |
dependencies = [ |
| 3781 |
"phf_generator 0.13.1", |
| 3782 |
"phf_shared 0.13.1", |
| 3783 |
] |
| 3784 |
|
| 3785 |
[[package]] |
| 3786 |
name = "phf_generator" |
| 3787 |
version = "0.8.0" |
| 3788 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3789 |
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" |
| 3790 |
dependencies = [ |
| 3791 |
"phf_shared 0.8.0", |
| 3792 |
"rand 0.7.3", |
| 3793 |
] |
| 3794 |
|
| 3795 |
[[package]] |
| 3796 |
name = "phf_generator" |
| 3797 |
version = "0.10.0" |
| 3798 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3799 |
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| 3800 |
dependencies = [ |
| 3801 |
"phf_shared 0.10.0", |
| 3802 |
"rand 0.8.5", |
| 3803 |
] |
| 3804 |
|
| 3805 |
[[package]] |
| 3806 |
name = "phf_generator" |
| 3807 |
version = "0.11.3" |
| 3808 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3809 |
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 3810 |
dependencies = [ |
| 3811 |
"phf_shared 0.11.3", |
| 3812 |
"rand 0.8.5", |
| 3813 |
] |
| 3814 |
|
| 3815 |
[[package]] |
| 3816 |
name = "phf_generator" |
| 3817 |
version = "0.13.1" |
| 3818 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3819 |
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 3820 |
dependencies = [ |
| 3821 |
"fastrand", |
| 3822 |
"phf_shared 0.13.1", |
| 3823 |
] |
| 3824 |
|
| 3825 |
[[package]] |
| 3826 |
name = "phf_macros" |
| 3827 |
version = "0.10.0" |
| 3828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3829 |
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" |
| 3830 |
dependencies = [ |
| 3831 |
"phf_generator 0.10.0", |
| 3832 |
"phf_shared 0.10.0", |
| 3833 |
"proc-macro-hack", |
| 3834 |
"proc-macro2", |
| 3835 |
"quote", |
| 3836 |
"syn 1.0.109", |
| 3837 |
] |
| 3838 |
|
| 3839 |
[[package]] |
| 3840 |
name = "phf_macros" |
| 3841 |
version = "0.11.3" |
| 3842 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3843 |
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 3844 |
dependencies = [ |
| 3845 |
"phf_generator 0.11.3", |
| 3846 |
"phf_shared 0.11.3", |
| 3847 |
"proc-macro2", |
| 3848 |
"quote", |
| 3849 |
"syn 2.0.117", |
| 3850 |
] |
| 3851 |
|
| 3852 |
[[package]] |
| 3853 |
name = "phf_macros" |
| 3854 |
version = "0.13.1" |
| 3855 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3856 |
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" |
| 3857 |
dependencies = [ |
| 3858 |
"phf_generator 0.13.1", |
| 3859 |
"phf_shared 0.13.1", |
| 3860 |
"proc-macro2", |
| 3861 |
"quote", |
| 3862 |
"syn 2.0.117", |
| 3863 |
] |
| 3864 |
|
| 3865 |
[[package]] |
| 3866 |
name = "phf_shared" |
| 3867 |
version = "0.8.0" |
| 3868 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3869 |
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" |
| 3870 |
dependencies = [ |
| 3871 |
"siphasher 0.3.11", |
| 3872 |
] |
| 3873 |
|
| 3874 |
[[package]] |
| 3875 |
name = "phf_shared" |
| 3876 |
version = "0.10.0" |
| 3877 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3878 |
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
| 3879 |
dependencies = [ |
| 3880 |
"siphasher 0.3.11", |
| 3881 |
] |
| 3882 |
|
| 3883 |
[[package]] |
| 3884 |
name = "phf_shared" |
| 3885 |
version = "0.11.3" |
| 3886 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3887 |
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 3888 |
dependencies = [ |
| 3889 |
"siphasher 1.0.2", |
| 3890 |
] |
| 3891 |
|
| 3892 |
[[package]] |
| 3893 |
name = "phf_shared" |
| 3894 |
version = "0.12.1" |
| 3895 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3896 |
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" |
| 3897 |
dependencies = [ |
| 3898 |
"siphasher 1.0.2", |
| 3899 |
] |
| 3900 |
|
| 3901 |
[[package]] |
| 3902 |
name = "phf_shared" |
| 3903 |
version = "0.13.1" |
| 3904 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3905 |
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 3906 |
dependencies = [ |
| 3907 |
"siphasher 1.0.2", |
| 3908 |
] |
| 3909 |
|
| 3910 |
[[package]] |
| 3911 |
name = "pin-project" |
| 3912 |
version = "1.1.11" |
| 3913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3914 |
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" |
| 3915 |
dependencies = [ |
| 3916 |
"pin-project-internal", |
| 3917 |
] |
| 3918 |
|
| 3919 |
[[package]] |
| 3920 |
name = "pin-project-internal" |
| 3921 |
version = "1.1.11" |
| 3922 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3923 |
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" |
| 3924 |
dependencies = [ |
| 3925 |
"proc-macro2", |
| 3926 |
"quote", |
| 3927 |
"syn 2.0.117", |
| 3928 |
] |
| 3929 |
|
| 3930 |
[[package]] |
| 3931 |
name = "pin-project-lite" |
| 3932 |
version = "0.2.17" |
| 3933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3934 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 3935 |
|
| 3936 |
[[package]] |
| 3937 |
name = "pin-utils" |
| 3938 |
version = "0.1.0" |
| 3939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3940 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 3941 |
|
| 3942 |
[[package]] |
| 3943 |
name = "piper" |
| 3944 |
version = "0.2.5" |
| 3945 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3946 |
checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| 3947 |
dependencies = [ |
| 3948 |
"atomic-waker", |
| 3949 |
"fastrand", |
| 3950 |
"futures-io", |
| 3951 |
] |
| 3952 |
|
| 3953 |
[[package]] |
| 3954 |
name = "pkcs1" |
| 3955 |
version = "0.7.5" |
| 3956 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3957 |
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 3958 |
dependencies = [ |
| 3959 |
"der", |
| 3960 |
"pkcs8", |
| 3961 |
"spki", |
| 3962 |
] |
| 3963 |
|
| 3964 |
[[package]] |
| 3965 |
name = "pkcs8" |
| 3966 |
version = "0.10.2" |
| 3967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3968 |
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 3969 |
dependencies = [ |
| 3970 |
"der", |
| 3971 |
"spki", |
| 3972 |
] |
| 3973 |
|
| 3974 |
[[package]] |
| 3975 |
name = "pkg-config" |
| 3976 |
version = "0.3.32" |
| 3977 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3978 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 3979 |
|
| 3980 |
[[package]] |
| 3981 |
name = "plain" |
| 3982 |
version = "0.2.3" |
| 3983 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3984 |
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 3985 |
|
| 3986 |
[[package]] |
| 3987 |
name = "plist" |
| 3988 |
version = "1.8.0" |
| 3989 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3990 |
checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" |
| 3991 |
dependencies = [ |
| 3992 |
"base64 0.22.1", |
| 3993 |
"indexmap 2.13.0", |
| 3994 |
"quick-xml 0.38.4", |
| 3995 |
"serde", |
| 3996 |
"time", |
| 3997 |
] |
| 3998 |
|
| 3999 |
[[package]] |
| 4000 |
name = "png" |
| 4001 |
version = "0.17.16" |
| 4002 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4003 |
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| 4004 |
dependencies = [ |
| 4005 |
"bitflags 1.3.2", |
| 4006 |
"crc32fast", |
| 4007 |
"fdeflate", |
| 4008 |
"flate2", |
| 4009 |
"miniz_oxide", |
| 4010 |
] |
| 4011 |
|
| 4012 |
[[package]] |
| 4013 |
name = "png" |
| 4014 |
version = "0.18.1" |
| 4015 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4016 |
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 4017 |
dependencies = [ |
| 4018 |
"bitflags 2.11.0", |
| 4019 |
"crc32fast", |
| 4020 |
"fdeflate", |
| 4021 |
"flate2", |
| 4022 |
"miniz_oxide", |
| 4023 |
] |
| 4024 |
|
| 4025 |
[[package]] |
| 4026 |
name = "polling" |
| 4027 |
version = "3.11.0" |
| 4028 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4029 |
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 4030 |
dependencies = [ |
| 4031 |
"cfg-if", |
| 4032 |
"concurrent-queue", |
| 4033 |
"hermit-abi", |
| 4034 |
"pin-project-lite", |
| 4035 |
"rustix", |
| 4036 |
"windows-sys 0.61.2", |
| 4037 |
] |
| 4038 |
|
| 4039 |
[[package]] |
| 4040 |
name = "poly1305" |
| 4041 |
version = "0.8.0" |
| 4042 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4043 |
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" |
| 4044 |
dependencies = [ |
| 4045 |
"cpufeatures", |
| 4046 |
"opaque-debug", |
| 4047 |
"universal-hash", |
| 4048 |
] |
| 4049 |
|
| 4050 |
[[package]] |
| 4051 |
name = "portable-atomic" |
| 4052 |
version = "1.13.1" |
| 4053 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4054 |
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 4055 |
|
| 4056 |
[[package]] |
| 4057 |
name = "potential_utf" |
| 4058 |
version = "0.1.4" |
| 4059 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4060 |
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 4061 |
dependencies = [ |
| 4062 |
"zerovec", |
| 4063 |
] |
| 4064 |
|
| 4065 |
[[package]] |
| 4066 |
name = "powerfmt" |
| 4067 |
version = "0.2.0" |
| 4068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4069 |
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 4070 |
|
| 4071 |
[[package]] |
| 4072 |
name = "ppv-lite86" |
| 4073 |
version = "0.2.21" |
| 4074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4075 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 4076 |
dependencies = [ |
| 4077 |
"zerocopy", |
| 4078 |
] |
| 4079 |
|
| 4080 |
[[package]] |
| 4081 |
name = "precomputed-hash" |
| 4082 |
version = "0.1.1" |
| 4083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4084 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 4085 |
|
| 4086 |
[[package]] |
| 4087 |
name = "prettyplease" |
| 4088 |
version = "0.2.37" |
| 4089 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4090 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 4091 |
dependencies = [ |
| 4092 |
"proc-macro2", |
| 4093 |
"syn 2.0.117", |
| 4094 |
] |
| 4095 |
|
| 4096 |
[[package]] |
| 4097 |
name = "proc-macro-crate" |
| 4098 |
version = "1.3.1" |
| 4099 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4100 |
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
| 4101 |
dependencies = [ |
| 4102 |
"once_cell", |
| 4103 |
"toml_edit 0.19.15", |
| 4104 |
] |
| 4105 |
|
| 4106 |
[[package]] |
| 4107 |
name = "proc-macro-crate" |
| 4108 |
version = "2.0.2" |
| 4109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4110 |
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" |
| 4111 |
dependencies = [ |
| 4112 |
"toml_datetime 0.6.3", |
| 4113 |
"toml_edit 0.20.2", |
| 4114 |
] |
| 4115 |
|
| 4116 |
[[package]] |
| 4117 |
name = "proc-macro-crate" |
| 4118 |
version = "3.5.0" |
| 4119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4120 |
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| 4121 |
dependencies = [ |
| 4122 |
"toml_edit 0.25.8+spec-1.1.0", |
| 4123 |
] |
| 4124 |
|
| 4125 |
[[package]] |
| 4126 |
name = "proc-macro-error" |
| 4127 |
version = "1.0.4" |
| 4128 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4129 |
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 4130 |
dependencies = [ |
| 4131 |
"proc-macro-error-attr", |
| 4132 |
"proc-macro2", |
| 4133 |
"quote", |
| 4134 |
"syn 1.0.109", |
| 4135 |
"version_check", |
| 4136 |
] |
| 4137 |
|
| 4138 |
[[package]] |
| 4139 |
name = "proc-macro-error-attr" |
| 4140 |
version = "1.0.4" |
| 4141 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4142 |
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 4143 |
dependencies = [ |
| 4144 |
"proc-macro2", |
| 4145 |
"quote", |
| 4146 |
"version_check", |
| 4147 |
] |
| 4148 |
|
| 4149 |
[[package]] |
| 4150 |
name = "proc-macro-hack" |
| 4151 |
version = "0.5.20+deprecated" |
| 4152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4153 |
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
| 4154 |
|
| 4155 |
[[package]] |
| 4156 |
name = "proc-macro2" |
| 4157 |
version = "1.0.106" |
| 4158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4159 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 4160 |
dependencies = [ |
| 4161 |
"unicode-ident", |
| 4162 |
] |
| 4163 |
|
| 4164 |
[[package]] |
| 4165 |
name = "pter" |
| 4166 |
version = "0.1.0" |
| 4167 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4168 |
checksum = "ecc3629f628e0e8d975cd206ef331ce598dd457d94cd609c96a6809934732859" |
| 4169 |
dependencies = [ |
| 4170 |
"scraper", |
| 4171 |
] |
| 4172 |
|
| 4173 |
[[package]] |
| 4174 |
name = "pulldown-cmark" |
| 4175 |
version = "0.12.2" |
| 4176 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4177 |
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" |
| 4178 |
dependencies = [ |
| 4179 |
"bitflags 2.11.0", |
| 4180 |
"getopts", |
| 4181 |
"memchr", |
| 4182 |
"pulldown-cmark-escape", |
| 4183 |
"unicase", |
| 4184 |
] |
| 4185 |
|
| 4186 |
[[package]] |
| 4187 |
name = "pulldown-cmark-escape" |
| 4188 |
version = "0.11.0" |
| 4189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4190 |
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 4191 |
|
| 4192 |
[[package]] |
| 4193 |
name = "pxfm" |
| 4194 |
version = "0.1.28" |
| 4195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4196 |
checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" |
| 4197 |
|
| 4198 |
[[package]] |
| 4199 |
name = "quick-xml" |
| 4200 |
version = "0.37.5" |
| 4201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4202 |
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| 4203 |
dependencies = [ |
| 4204 |
"memchr", |
| 4205 |
] |
| 4206 |
|
| 4207 |
[[package]] |
| 4208 |
name = "quick-xml" |
| 4209 |
version = "0.38.4" |
| 4210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4211 |
checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" |
| 4212 |
dependencies = [ |
| 4213 |
"memchr", |
| 4214 |
] |
| 4215 |
|
| 4216 |
[[package]] |
| 4217 |
name = "quote" |
| 4218 |
version = "1.0.45" |
| 4219 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4220 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 4221 |
dependencies = [ |
| 4222 |
"proc-macro2", |
| 4223 |
] |
| 4224 |
|
| 4225 |
[[package]] |
| 4226 |
name = "quoted_printable" |
| 4227 |
version = "0.5.2" |
| 4228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4229 |
checksum = "478e0585659a122aa407eb7e3c0e1fa51b1d8a870038bd29f0cf4a8551eea972" |
| 4230 |
|
| 4231 |
[[package]] |
| 4232 |
name = "r-efi" |
| 4233 |
version = "5.3.0" |
| 4234 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4235 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 4236 |
|
| 4237 |
[[package]] |
| 4238 |
name = "r-efi" |
| 4239 |
version = "6.0.0" |
| 4240 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4241 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 4242 |
|
| 4243 |
[[package]] |
| 4244 |
name = "rand" |
| 4245 |
version = "0.7.3" |
| 4246 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4247 |
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| 4248 |
dependencies = [ |
| 4249 |
"getrandom 0.1.16", |
| 4250 |
"libc", |
| 4251 |
"rand_chacha 0.2.2", |
| 4252 |
"rand_core 0.5.1", |
| 4253 |
"rand_hc", |
| 4254 |
"rand_pcg", |
| 4255 |
] |
| 4256 |
|
| 4257 |
[[package]] |
| 4258 |
name = "rand" |
| 4259 |
version = "0.8.5" |
| 4260 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4261 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 4262 |
dependencies = [ |
| 4263 |
"libc", |
| 4264 |
"rand_chacha 0.3.1", |
| 4265 |
"rand_core 0.6.4", |
| 4266 |
] |
| 4267 |
|
| 4268 |
[[package]] |
| 4269 |
name = "rand" |
| 4270 |
version = "0.9.2" |
| 4271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4272 |
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 4273 |
dependencies = [ |
| 4274 |
"rand_chacha 0.9.0", |
| 4275 |
"rand_core 0.9.5", |
| 4276 |
] |
| 4277 |
|
| 4278 |
[[package]] |
| 4279 |
name = "rand_chacha" |
| 4280 |
version = "0.2.2" |
| 4281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4282 |
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| 4283 |
dependencies = [ |
| 4284 |
"ppv-lite86", |
| 4285 |
"rand_core 0.5.1", |
| 4286 |
] |
| 4287 |
|
| 4288 |
[[package]] |
| 4289 |
name = "rand_chacha" |
| 4290 |
version = "0.3.1" |
| 4291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4292 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 4293 |
dependencies = [ |
| 4294 |
"ppv-lite86", |
| 4295 |
"rand_core 0.6.4", |
| 4296 |
] |
| 4297 |
|
| 4298 |
[[package]] |
| 4299 |
name = "rand_chacha" |
| 4300 |
version = "0.9.0" |
| 4301 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4302 |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 4303 |
dependencies = [ |
| 4304 |
"ppv-lite86", |
| 4305 |
"rand_core 0.9.5", |
| 4306 |
] |
| 4307 |
|
| 4308 |
[[package]] |
| 4309 |
name = "rand_core" |
| 4310 |
version = "0.5.1" |
| 4311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4312 |
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| 4313 |
dependencies = [ |
| 4314 |
"getrandom 0.1.16", |
| 4315 |
] |
| 4316 |
|
| 4317 |
[[package]] |
| 4318 |
name = "rand_core" |
| 4319 |
version = "0.6.4" |
| 4320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4321 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 4322 |
dependencies = [ |
| 4323 |
"getrandom 0.2.17", |
| 4324 |
] |
| 4325 |
|
| 4326 |
[[package]] |
| 4327 |
name = "rand_core" |
| 4328 |
version = "0.9.5" |
| 4329 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4330 |
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 4331 |
dependencies = [ |
| 4332 |
"getrandom 0.3.4", |
| 4333 |
] |
| 4334 |
|
| 4335 |
[[package]] |
| 4336 |
name = "rand_hc" |
| 4337 |
version = "0.2.0" |
| 4338 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4339 |
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| 4340 |
dependencies = [ |
| 4341 |
"rand_core 0.5.1", |
| 4342 |
] |
| 4343 |
|
| 4344 |
[[package]] |
| 4345 |
name = "rand_pcg" |
| 4346 |
version = "0.2.1" |
| 4347 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4348 |
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
| 4349 |
dependencies = [ |
| 4350 |
"rand_core 0.5.1", |
| 4351 |
] |
| 4352 |
|
| 4353 |
[[package]] |
| 4354 |
name = "raw-window-handle" |
| 4355 |
version = "0.6.2" |
| 4356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4357 |
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| 4358 |
|
| 4359 |
[[package]] |
| 4360 |
name = "redox_syscall" |
| 4361 |
version = "0.5.18" |
| 4362 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4363 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 4364 |
dependencies = [ |
| 4365 |
"bitflags 2.11.0", |
| 4366 |
] |
| 4367 |
|
| 4368 |
[[package]] |
| 4369 |
name = "redox_syscall" |
| 4370 |
version = "0.7.3" |
| 4371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4372 |
checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" |
| 4373 |
dependencies = [ |
| 4374 |
"bitflags 2.11.0", |
| 4375 |
] |
| 4376 |
|
| 4377 |
[[package]] |
| 4378 |
name = "redox_users" |
| 4379 |
version = "0.5.2" |
| 4380 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4381 |
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 4382 |
dependencies = [ |
| 4383 |
"getrandom 0.2.17", |
| 4384 |
"libredox", |
| 4385 |
"thiserror 2.0.18", |
| 4386 |
] |
| 4387 |
|
| 4388 |
[[package]] |
| 4389 |
name = "ref-cast" |
| 4390 |
version = "1.0.25" |
| 4391 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4392 |
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 4393 |
dependencies = [ |
| 4394 |
"ref-cast-impl", |
| 4395 |
] |
| 4396 |
|
| 4397 |
[[package]] |
| 4398 |
name = "ref-cast-impl" |
| 4399 |
version = "1.0.25" |
| 4400 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4401 |
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 4402 |
dependencies = [ |
| 4403 |
"proc-macro2", |
| 4404 |
"quote", |
| 4405 |
"syn 2.0.117", |
| 4406 |
] |
| 4407 |
|
| 4408 |
[[package]] |
| 4409 |
name = "regex" |
| 4410 |
version = "1.12.3" |
| 4411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4412 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 4413 |
dependencies = [ |
| 4414 |
"aho-corasick", |
| 4415 |
"memchr", |
| 4416 |
"regex-automata", |
| 4417 |
"regex-syntax", |
| 4418 |
] |
| 4419 |
|
| 4420 |
[[package]] |
| 4421 |
name = "regex-automata" |
| 4422 |
version = "0.4.14" |
| 4423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4424 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 4425 |
dependencies = [ |
| 4426 |
"aho-corasick", |
| 4427 |
"memchr", |
| 4428 |
"regex-syntax", |
| 4429 |
] |
| 4430 |
|
| 4431 |
[[package]] |
| 4432 |
name = "regex-syntax" |
| 4433 |
version = "0.8.10" |
| 4434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4435 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 4436 |
|
| 4437 |
[[package]] |
| 4438 |
name = "reqwest" |
| 4439 |
version = "0.12.28" |
| 4440 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4441 |
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 4442 |
dependencies = [ |
| 4443 |
"base64 0.22.1", |
| 4444 |
"bytes", |
| 4445 |
"encoding_rs", |
| 4446 |
"futures-core", |
| 4447 |
"h2", |
| 4448 |
"http", |
| 4449 |
"http-body", |
| 4450 |
"http-body-util", |
| 4451 |
"hyper", |
| 4452 |
"hyper-rustls", |
| 4453 |
"hyper-tls", |
| 4454 |
"hyper-util", |
| 4455 |
"js-sys", |
| 4456 |
"log", |
| 4457 |
"mime", |
| 4458 |
"native-tls", |
| 4459 |
"percent-encoding", |
| 4460 |
"pin-project-lite", |
| 4461 |
"rustls-pki-types", |
| 4462 |
"serde", |
| 4463 |
"serde_json", |
| 4464 |
"serde_urlencoded", |
| 4465 |
"sync_wrapper", |
| 4466 |
"tokio", |
| 4467 |
"tokio-native-tls", |
| 4468 |
"tower", |
| 4469 |
"tower-http", |
| 4470 |
"tower-service", |
| 4471 |
"url", |
| 4472 |
"wasm-bindgen", |
| 4473 |
"wasm-bindgen-futures", |
| 4474 |
"web-sys", |
| 4475 |
] |
| 4476 |
|
| 4477 |
[[package]] |
| 4478 |
name = "reqwest" |
| 4479 |
version = "0.13.2" |
| 4480 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4481 |
checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" |
| 4482 |
dependencies = [ |
| 4483 |
"base64 0.22.1", |
| 4484 |
"bytes", |
| 4485 |
"futures-core", |
| 4486 |
"futures-util", |
| 4487 |
"http", |
| 4488 |
"http-body", |
| 4489 |
"http-body-util", |
| 4490 |
"hyper", |
| 4491 |
"hyper-rustls", |
| 4492 |
"hyper-util", |
| 4493 |
"js-sys", |
| 4494 |
"log", |
| 4495 |
"percent-encoding", |
| 4496 |
"pin-project-lite", |
| 4497 |
"rustls", |
| 4498 |
"rustls-pki-types", |
| 4499 |
"rustls-platform-verifier", |
| 4500 |
"serde", |
| 4501 |
"serde_json", |
| 4502 |
"sync_wrapper", |
| 4503 |
"tokio", |
| 4504 |
"tokio-rustls", |
| 4505 |
"tokio-util", |
| 4506 |
"tower", |
| 4507 |
"tower-http", |
| 4508 |
"tower-service", |
| 4509 |
"url", |
| 4510 |
"wasm-bindgen", |
| 4511 |
"wasm-bindgen-futures", |
| 4512 |
"wasm-streams", |
| 4513 |
"web-sys", |
| 4514 |
] |
| 4515 |
|
| 4516 |
[[package]] |
| 4517 |
name = "rfd" |
| 4518 |
version = "0.16.0" |
| 4519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4520 |
checksum = "a15ad77d9e70a92437d8f74c35d99b4e4691128df018833e99f90bcd36152672" |
| 4521 |
dependencies = [ |
| 4522 |
"block2", |
| 4523 |
"dispatch2", |
| 4524 |
"glib-sys", |
| 4525 |
"gobject-sys", |
| 4526 |
"gtk-sys", |
| 4527 |
"js-sys", |
| 4528 |
"log", |
| 4529 |
"objc2", |
| 4530 |
"objc2-app-kit", |
| 4531 |
"objc2-core-foundation", |
| 4532 |
"objc2-foundation", |
| 4533 |
"raw-window-handle", |
| 4534 |
"wasm-bindgen", |
| 4535 |
"wasm-bindgen-futures", |
| 4536 |
"web-sys", |
| 4537 |
"windows-sys 0.60.2", |
| 4538 |
] |
| 4539 |
|
| 4540 |
[[package]] |
| 4541 |
name = "rhai" |
| 4542 |
version = "1.24.0" |
| 4543 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4544 |
checksum = "1f9ef5dabe4c0b43d8f1187dc6beb67b53fe607fff7e30c5eb7f71b814b8c2c1" |
| 4545 |
dependencies = [ |
| 4546 |
"ahash", |
| 4547 |
"bitflags 2.11.0", |
| 4548 |
"no-std-compat", |
| 4549 |
"num-traits", |
| 4550 |
"once_cell", |
| 4551 |
"rhai_codegen", |
| 4552 |
"serde", |
| 4553 |
"smallvec", |
| 4554 |
"smartstring", |
| 4555 |
"thin-vec", |
| 4556 |
"web-time", |
| 4557 |
] |
| 4558 |
|
| 4559 |
[[package]] |
| 4560 |
name = "rhai_codegen" |
| 4561 |
version = "3.1.0" |
| 4562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4563 |
checksum = "d4322a2a4e8cf30771dd9f27f7f37ca9ac8fe812dddd811096a98483080dabe6" |
| 4564 |
dependencies = [ |
| 4565 |
"proc-macro2", |
| 4566 |
"quote", |
| 4567 |
"syn 2.0.117", |
| 4568 |
] |
| 4569 |
|
| 4570 |
[[package]] |
| 4571 |
name = "ring" |
| 4572 |
version = "0.17.14" |
| 4573 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4574 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 4575 |
dependencies = [ |
| 4576 |
"cc", |
| 4577 |
"cfg-if", |
| 4578 |
"getrandom 0.2.17", |
| 4579 |
"libc", |
| 4580 |
"untrusted", |
| 4581 |
"windows-sys 0.52.0", |
| 4582 |
] |
| 4583 |
|
| 4584 |
[[package]] |
| 4585 |
name = "rsa" |
| 4586 |
version = "0.9.10" |
| 4587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4588 |
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| 4589 |
dependencies = [ |
| 4590 |
"const-oid", |
| 4591 |
"digest", |
| 4592 |
"num-bigint-dig", |
| 4593 |
"num-integer", |
| 4594 |
"num-traits", |
| 4595 |
"pkcs1", |
| 4596 |
"pkcs8", |
| 4597 |
"rand_core 0.6.4", |
| 4598 |
"signature", |
| 4599 |
"spki", |
| 4600 |
"subtle", |
| 4601 |
"zeroize", |
| 4602 |
] |
| 4603 |
|
| 4604 |
[[package]] |
| 4605 |
name = "rustc-hash" |
| 4606 |
version = "2.1.2" |
| 4607 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4608 |
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 4609 |
|
| 4610 |
[[package]] |
| 4611 |
name = "rustc_version" |
| 4612 |
version = "0.4.1" |
| 4613 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4614 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 4615 |
dependencies = [ |
| 4616 |
"semver", |
| 4617 |
] |
| 4618 |
|
| 4619 |
[[package]] |
| 4620 |
name = "rustix" |
| 4621 |
version = "1.1.4" |
| 4622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4623 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 4624 |
dependencies = [ |
| 4625 |
"bitflags 2.11.0", |
| 4626 |
"errno", |
| 4627 |
"libc", |
| 4628 |
"linux-raw-sys", |
| 4629 |
"windows-sys 0.61.2", |
| 4630 |
] |
| 4631 |
|
| 4632 |
[[package]] |
| 4633 |
name = "rustls" |
| 4634 |
version = "0.23.37" |
| 4635 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4636 |
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 4637 |
dependencies = [ |
| 4638 |
"once_cell", |
| 4639 |
"ring", |
| 4640 |
"rustls-pki-types", |
| 4641 |
"rustls-webpki", |
| 4642 |
"subtle", |
| 4643 |
"zeroize", |
| 4644 |
] |
| 4645 |
|
| 4646 |
[[package]] |
| 4647 |
name = "rustls-native-certs" |
| 4648 |
version = "0.8.3" |
| 4649 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4650 |
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 4651 |
dependencies = [ |
| 4652 |
"openssl-probe", |
| 4653 |
"rustls-pki-types", |
| 4654 |
"schannel", |
| 4655 |
"security-framework 3.7.0", |
| 4656 |
] |
| 4657 |
|
| 4658 |
[[package]] |
| 4659 |
name = "rustls-pki-types" |
| 4660 |
version = "1.14.0" |
| 4661 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4662 |
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 4663 |
dependencies = [ |
| 4664 |
"zeroize", |
| 4665 |
] |
| 4666 |
|
| 4667 |
[[package]] |
| 4668 |
name = "rustls-platform-verifier" |
| 4669 |
version = "0.6.2" |
| 4670 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4671 |
checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" |
| 4672 |
dependencies = [ |
| 4673 |
"core-foundation 0.10.1", |
| 4674 |
"core-foundation-sys", |
| 4675 |
"jni", |
| 4676 |
"log", |
| 4677 |
"once_cell", |
| 4678 |
"rustls", |
| 4679 |
"rustls-native-certs", |
| 4680 |
"rustls-platform-verifier-android", |
| 4681 |
"rustls-webpki", |
| 4682 |
"security-framework 3.7.0", |
| 4683 |
"security-framework-sys", |
| 4684 |
"webpki-root-certs", |
| 4685 |
"windows-sys 0.61.2", |
| 4686 |
] |
| 4687 |
|
| 4688 |
[[package]] |
| 4689 |
name = "rustls-platform-verifier-android" |
| 4690 |
version = "0.1.1" |
| 4691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4692 |
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 4693 |
|
| 4694 |
[[package]] |
| 4695 |
name = "rustls-webpki" |
| 4696 |
version = "0.103.13" |
| 4697 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4698 |
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 4699 |
dependencies = [ |
| 4700 |
"ring", |
| 4701 |
"rustls-pki-types", |
| 4702 |
"untrusted", |
| 4703 |
] |
| 4704 |
|
| 4705 |
[[package]] |
| 4706 |
name = "rustversion" |
| 4707 |
version = "1.0.22" |
| 4708 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4709 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 4710 |
|
| 4711 |
[[package]] |
| 4712 |
name = "ryu" |
| 4713 |
version = "1.0.23" |
| 4714 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4715 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 4716 |
|
| 4717 |
[[package]] |
| 4718 |
name = "same-file" |
| 4719 |
version = "1.0.6" |
| 4720 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4721 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 4722 |
dependencies = [ |
| 4723 |
"winapi-util", |
| 4724 |
] |
| 4725 |
|
| 4726 |
[[package]] |
| 4727 |
name = "schannel" |
| 4728 |
version = "0.1.29" |
| 4729 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4730 |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 4731 |
dependencies = [ |
| 4732 |
"windows-sys 0.61.2", |
| 4733 |
] |
| 4734 |
|
| 4735 |
[[package]] |
| 4736 |
name = "schemars" |
| 4737 |
version = "0.8.22" |
| 4738 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4739 |
checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
| 4740 |
dependencies = [ |
| 4741 |
"dyn-clone", |
| 4742 |
"indexmap 1.9.3", |
| 4743 |
"schemars_derive", |
| 4744 |
"serde", |
| 4745 |
"serde_json", |
| 4746 |
"url", |
| 4747 |
"uuid", |
| 4748 |
] |
| 4749 |
|
| 4750 |
[[package]] |
| 4751 |
name = "schemars" |
| 4752 |
version = "0.9.0" |
| 4753 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4754 |
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| 4755 |
dependencies = [ |
| 4756 |
"dyn-clone", |
| 4757 |
"ref-cast", |
| 4758 |
"serde", |
| 4759 |
"serde_json", |
| 4760 |
] |
| 4761 |
|
| 4762 |
[[package]] |
| 4763 |
name = "schemars" |
| 4764 |
version = "1.2.1" |
| 4765 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4766 |
checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 4767 |
dependencies = [ |
| 4768 |
"dyn-clone", |
| 4769 |
"ref-cast", |
| 4770 |
"serde", |
| 4771 |
"serde_json", |
| 4772 |
] |
| 4773 |
|
| 4774 |
[[package]] |
| 4775 |
name = "schemars_derive" |
| 4776 |
version = "0.8.22" |
| 4777 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4778 |
checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
| 4779 |
dependencies = [ |
| 4780 |
"proc-macro2", |
| 4781 |
"quote", |
| 4782 |
"serde_derive_internals", |
| 4783 |
"syn 2.0.117", |
| 4784 |
] |
| 4785 |
|
| 4786 |
[[package]] |
| 4787 |
name = "scopeguard" |
| 4788 |
version = "1.2.0" |
| 4789 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4790 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 4791 |
|
| 4792 |
[[package]] |
| 4793 |
name = "scraper" |
| 4794 |
version = "0.26.0" |
| 4795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4796 |
checksum = "f0f5297102b8b62b4454ee8561601b2d551b4913148feb4241ca9d1a04bf4526" |
| 4797 |
dependencies = [ |
| 4798 |
"cssparser 0.36.0", |
| 4799 |
"ego-tree", |
| 4800 |
"getopts", |
| 4801 |
"html5ever 0.39.0", |
| 4802 |
"precomputed-hash", |
| 4803 |
"selectors 0.36.1", |
| 4804 |
"tendril 0.5.0", |
| 4805 |
] |
| 4806 |
|
| 4807 |
[[package]] |
| 4808 |
name = "security-framework" |
| 4809 |
version = "2.11.1" |
| 4810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4811 |
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 4812 |
dependencies = [ |
| 4813 |
"bitflags 2.11.0", |
| 4814 |
"core-foundation 0.9.4", |
| 4815 |
"core-foundation-sys", |
| 4816 |
"libc", |
| 4817 |
"security-framework-sys", |
| 4818 |
] |
| 4819 |
|
| 4820 |
[[package]] |
| 4821 |
name = "security-framework" |
| 4822 |
version = "3.7.0" |
| 4823 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4824 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 4825 |
dependencies = [ |
| 4826 |
"bitflags 2.11.0", |
| 4827 |
"core-foundation 0.10.1", |
| 4828 |
"core-foundation-sys", |
| 4829 |
"libc", |
| 4830 |
"security-framework-sys", |
| 4831 |
] |
| 4832 |
|
| 4833 |
[[package]] |
| 4834 |
name = "security-framework-sys" |
| 4835 |
version = "2.17.0" |
| 4836 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4837 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 4838 |
dependencies = [ |
| 4839 |
"core-foundation-sys", |
| 4840 |
"libc", |
| 4841 |
] |
| 4842 |
|
| 4843 |
[[package]] |
| 4844 |
name = "selectors" |
| 4845 |
version = "0.24.0" |
| 4846 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4847 |
checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" |
| 4848 |
dependencies = [ |
| 4849 |
"bitflags 1.3.2", |
| 4850 |
"cssparser 0.29.6", |
| 4851 |
"derive_more 0.99.20", |
| 4852 |
"fxhash", |
| 4853 |
"log", |
| 4854 |
"phf 0.8.0", |
| 4855 |
"phf_codegen 0.8.0", |
| 4856 |
"precomputed-hash", |
| 4857 |
"servo_arc 0.2.0", |
| 4858 |
"smallvec", |
| 4859 |
] |
| 4860 |
|
| 4861 |
[[package]] |
| 4862 |
name = "selectors" |
| 4863 |
version = "0.36.1" |
| 4864 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4865 |
checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c" |
| 4866 |
dependencies = [ |
| 4867 |
"bitflags 2.11.0", |
| 4868 |
"cssparser 0.36.0", |
| 4869 |
"derive_more 2.1.1", |
| 4870 |
"log", |
| 4871 |
"new_debug_unreachable", |
| 4872 |
"phf 0.13.1", |
| 4873 |
"phf_codegen 0.13.1", |
| 4874 |
"precomputed-hash", |
| 4875 |
"rustc-hash", |
| 4876 |
"servo_arc 0.4.3", |
| 4877 |
"smallvec", |
| 4878 |
] |
| 4879 |
|
| 4880 |
[[package]] |
| 4881 |
name = "self_cell" |
| 4882 |
version = "1.2.2" |
| 4883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4884 |
checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" |
| 4885 |
|
| 4886 |
[[package]] |
| 4887 |
name = "semver" |
| 4888 |
version = "1.0.27" |
| 4889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4890 |
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 4891 |
dependencies = [ |
| 4892 |
"serde", |
| 4893 |
"serde_core", |
| 4894 |
] |
| 4895 |
|
| 4896 |
[[package]] |
| 4897 |
name = "serde" |
| 4898 |
version = "1.0.228" |
| 4899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4900 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 4901 |
dependencies = [ |
| 4902 |
"serde_core", |
| 4903 |
"serde_derive", |
| 4904 |
] |
| 4905 |
|
| 4906 |
[[package]] |
| 4907 |
name = "serde-untagged" |
| 4908 |
version = "0.1.9" |
| 4909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4910 |
checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" |
| 4911 |
dependencies = [ |
| 4912 |
"erased-serde", |
| 4913 |
"serde", |
| 4914 |
"serde_core", |
| 4915 |
"typeid", |
| 4916 |
] |
| 4917 |
|
| 4918 |
[[package]] |
| 4919 |
name = "serde_core" |
| 4920 |
version = "1.0.228" |
| 4921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4922 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 4923 |
dependencies = [ |
| 4924 |
"serde_derive", |
| 4925 |
] |
| 4926 |
|
| 4927 |
[[package]] |
| 4928 |
name = "serde_derive" |
| 4929 |
version = "1.0.228" |
| 4930 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4931 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 4932 |
dependencies = [ |
| 4933 |
"proc-macro2", |
| 4934 |
"quote", |
| 4935 |
"syn 2.0.117", |
| 4936 |
] |
| 4937 |
|
| 4938 |
[[package]] |
| 4939 |
name = "serde_derive_internals" |
| 4940 |
version = "0.29.1" |
| 4941 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4942 |
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| 4943 |
dependencies = [ |
| 4944 |
"proc-macro2", |
| 4945 |
"quote", |
| 4946 |
"syn 2.0.117", |
| 4947 |
] |
| 4948 |
|
| 4949 |
[[package]] |
| 4950 |
name = "serde_json" |
| 4951 |
version = "1.0.149" |
| 4952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4953 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 4954 |
dependencies = [ |
| 4955 |
"itoa", |
| 4956 |
"memchr", |
| 4957 |
"serde", |
| 4958 |
"serde_core", |
| 4959 |
"zmij", |
| 4960 |
] |
| 4961 |
|
| 4962 |
[[package]] |
| 4963 |
name = "serde_repr" |
| 4964 |
version = "0.1.20" |
| 4965 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4966 |
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 4967 |
dependencies = [ |
| 4968 |
"proc-macro2", |
| 4969 |
"quote", |
| 4970 |
"syn 2.0.117", |
| 4971 |
] |
| 4972 |
|
| 4973 |
[[package]] |
| 4974 |
name = "serde_spanned" |
| 4975 |
version = "0.6.9" |
| 4976 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4977 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 4978 |
dependencies = [ |
| 4979 |
"serde", |
| 4980 |
] |
| 4981 |
|
| 4982 |
[[package]] |
| 4983 |
name = "serde_spanned" |
| 4984 |
version = "1.1.0" |
| 4985 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4986 |
checksum = "876ac351060d4f882bb1032b6369eb0aef79ad9df1ea8bc404874d8cc3d0cd98" |
| 4987 |
dependencies = [ |
| 4988 |
"serde_core", |
| 4989 |
] |
| 4990 |
|
| 4991 |
[[package]] |
| 4992 |
name = "serde_urlencoded" |
| 4993 |
version = "0.7.1" |
| 4994 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4995 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 4996 |
dependencies = [ |
| 4997 |
"form_urlencoded", |
| 4998 |
"itoa", |
| 4999 |
"ryu", |
| 5000 |
"serde", |
| 5001 |
] |
| 5002 |
|
| 5003 |
[[package]] |
| 5004 |
name = "serde_with" |
| 5005 |
version = "3.18.0" |
| 5006 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5007 |
checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" |
| 5008 |
dependencies = [ |
| 5009 |
"base64 0.22.1", |
| 5010 |
"chrono", |
| 5011 |
"hex", |
| 5012 |
"indexmap 1.9.3", |
| 5013 |
"indexmap 2.13.0", |
| 5014 |
"schemars 0.9.0", |
| 5015 |
"schemars 1.2.1", |
| 5016 |
"serde_core", |
| 5017 |
"serde_json", |
| 5018 |
"serde_with_macros", |
| 5019 |
"time", |
| 5020 |
] |
| 5021 |
|
| 5022 |
[[package]] |
| 5023 |
name = "serde_with_macros" |
| 5024 |
version = "3.18.0" |
| 5025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5026 |
checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" |
| 5027 |
dependencies = [ |
| 5028 |
"darling", |
| 5029 |
"proc-macro2", |
| 5030 |
"quote", |
| 5031 |
"syn 2.0.117", |
| 5032 |
] |
| 5033 |
|
| 5034 |
[[package]] |
| 5035 |
name = "serialize-to-javascript" |
| 5036 |
version = "0.1.2" |
| 5037 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5038 |
checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" |
| 5039 |
dependencies = [ |
| 5040 |
"serde", |
| 5041 |
"serde_json", |
| 5042 |
"serialize-to-javascript-impl", |
| 5043 |
] |
| 5044 |
|
| 5045 |
[[package]] |
| 5046 |
name = "serialize-to-javascript-impl" |
| 5047 |
version = "0.1.2" |
| 5048 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5049 |
checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" |
| 5050 |
dependencies = [ |
| 5051 |
"proc-macro2", |
| 5052 |
"quote", |
| 5053 |
"syn 2.0.117", |
| 5054 |
] |
| 5055 |
|
| 5056 |
[[package]] |
| 5057 |
name = "servo_arc" |
| 5058 |
version = "0.2.0" |
| 5059 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5060 |
checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" |
| 5061 |
dependencies = [ |
| 5062 |
"nodrop", |
| 5063 |
"stable_deref_trait", |
| 5064 |
] |
| 5065 |
|
| 5066 |
[[package]] |
| 5067 |
name = "servo_arc" |
| 5068 |
version = "0.4.3" |
| 5069 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5070 |
checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" |
| 5071 |
dependencies = [ |
| 5072 |
"stable_deref_trait", |
| 5073 |
] |
| 5074 |
|
| 5075 |
[[package]] |
| 5076 |
name = "sha1" |
| 5077 |
version = "0.10.6" |
| 5078 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5079 |
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 5080 |
dependencies = [ |
| 5081 |
"cfg-if", |
| 5082 |
"cpufeatures", |
| 5083 |
"digest", |
| 5084 |
] |
| 5085 |
|
| 5086 |
[[package]] |
| 5087 |
name = "sha1_smol" |
| 5088 |
version = "1.0.1" |
| 5089 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5090 |
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" |
| 5091 |
|
| 5092 |
[[package]] |
| 5093 |
name = "sha2" |
| 5094 |
version = "0.10.9" |
| 5095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5096 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 5097 |
dependencies = [ |
| 5098 |
"cfg-if", |
| 5099 |
"cpufeatures", |
| 5100 |
"digest", |
| 5101 |
] |
| 5102 |
|
| 5103 |
[[package]] |
| 5104 |
name = "sharded-slab" |
| 5105 |
version = "0.1.7" |
| 5106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5107 |
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 5108 |
dependencies = [ |
| 5109 |
"lazy_static", |
| 5110 |
] |
| 5111 |
|
| 5112 |
[[package]] |
| 5113 |
name = "shared_child" |
| 5114 |
version = "1.1.1" |
| 5115 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5116 |
checksum = "1e362d9935bc50f019969e2f9ecd66786612daae13e8f277be7bfb66e8bed3f7" |
| 5117 |
dependencies = [ |
| 5118 |
"libc", |
| 5119 |
"sigchld", |
| 5120 |
"windows-sys 0.60.2", |
| 5121 |
] |
| 5122 |
|
| 5123 |
[[package]] |
| 5124 |
name = "shlex" |
| 5125 |
version = "1.3.0" |
| 5126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5127 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 5128 |
|
| 5129 |
[[package]] |
| 5130 |
name = "sigchld" |
| 5131 |
version = "0.2.4" |
| 5132 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5133 |
checksum = "47106eded3c154e70176fc83df9737335c94ce22f821c32d17ed1db1f83badb1" |
| 5134 |
dependencies = [ |
| 5135 |
"libc", |
| 5136 |
"os_pipe", |
| 5137 |
"signal-hook", |
| 5138 |
] |
| 5139 |
|
| 5140 |
[[package]] |
| 5141 |
name = "signal-hook" |
| 5142 |
version = "0.3.18" |
| 5143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5144 |
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 5145 |
dependencies = [ |
| 5146 |
"libc", |
| 5147 |
"signal-hook-registry", |
| 5148 |
] |
| 5149 |
|
| 5150 |
[[package]] |
| 5151 |
name = "signal-hook-registry" |
| 5152 |
version = "1.4.8" |
| 5153 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5154 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 5155 |
dependencies = [ |
| 5156 |
"errno", |
| 5157 |
"libc", |
| 5158 |
] |
| 5159 |
|
| 5160 |
[[package]] |
| 5161 |
name = "signature" |
| 5162 |
version = "2.2.0" |
| 5163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5164 |
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 5165 |
dependencies = [ |
| 5166 |
"digest", |
| 5167 |
"rand_core 0.6.4", |
| 5168 |
] |
| 5169 |
|
| 5170 |
[[package]] |
| 5171 |
name = "simd-adler32" |
| 5172 |
version = "0.3.9" |
| 5173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5174 |
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| 5175 |
|
| 5176 |
[[package]] |
| 5177 |
name = "siphasher" |
| 5178 |
version = "0.3.11" |
| 5179 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5180 |
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| 5181 |
|
| 5182 |
[[package]] |
| 5183 |
name = "siphasher" |
| 5184 |
version = "1.0.2" |
| 5185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5186 |
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 5187 |
|
| 5188 |
[[package]] |
| 5189 |
name = "slab" |
| 5190 |
version = "0.4.12" |
| 5191 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5192 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 5193 |
|
| 5194 |
[[package]] |
| 5195 |
name = "smallvec" |
| 5196 |
version = "1.15.1" |
| 5197 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5198 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 5199 |
dependencies = [ |
| 5200 |
"serde", |
| 5201 |
] |
| 5202 |
|
| 5203 |
[[package]] |
| 5204 |
name = "smartstring" |
| 5205 |
version = "1.0.1" |
| 5206 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5207 |
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" |
| 5208 |
dependencies = [ |
| 5209 |
"autocfg", |
| 5210 |
"serde", |
| 5211 |
"static_assertions", |
| 5212 |
"version_check", |
| 5213 |
] |
| 5214 |
|
| 5215 |
[[package]] |
| 5216 |
name = "socket2" |
| 5217 |
version = "0.6.3" |
| 5218 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5219 |
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 5220 |
dependencies = [ |
| 5221 |
"libc", |
| 5222 |
"windows-sys 0.61.2", |
| 5223 |
] |
| 5224 |
|
| 5225 |
[[package]] |
| 5226 |
name = "softbuffer" |
| 5227 |
version = "0.4.8" |
| 5228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5229 |
checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" |
| 5230 |
dependencies = [ |
| 5231 |
"bytemuck", |
| 5232 |
"js-sys", |
| 5233 |
"ndk", |
| 5234 |
"objc2", |
| 5235 |
"objc2-core-foundation", |
| 5236 |
"objc2-core-graphics", |
| 5237 |
"objc2-foundation", |
| 5238 |
"objc2-quartz-core", |
| 5239 |
"raw-window-handle", |
| 5240 |
"redox_syscall 0.5.18", |
| 5241 |
"tracing", |
| 5242 |
"wasm-bindgen", |
| 5243 |
"web-sys", |
| 5244 |
"windows-sys 0.61.2", |
| 5245 |
] |
| 5246 |
|
| 5247 |
[[package]] |
| 5248 |
name = "soup3" |
| 5249 |
version = "0.5.0" |
| 5250 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5251 |
checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" |
| 5252 |
dependencies = [ |
| 5253 |
"futures-channel", |
| 5254 |
"gio", |
| 5255 |
"glib", |
| 5256 |
"libc", |
| 5257 |
"soup3-sys", |
| 5258 |
] |
| 5259 |
|
| 5260 |
[[package]] |
| 5261 |
name = "soup3-sys" |
| 5262 |
version = "0.5.0" |
| 5263 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5264 |
checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" |
| 5265 |
dependencies = [ |
| 5266 |
"gio-sys", |
| 5267 |
"glib-sys", |
| 5268 |
"gobject-sys", |
| 5269 |
"libc", |
| 5270 |
"system-deps", |
| 5271 |
] |
| 5272 |
|
| 5273 |
[[package]] |
| 5274 |
name = "spin" |
| 5275 |
version = "0.5.2" |
| 5276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5277 |
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| 5278 |
|
| 5279 |
[[package]] |
| 5280 |
name = "spin" |
| 5281 |
version = "0.9.8" |
| 5282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5283 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 5284 |
dependencies = [ |
| 5285 |
"lock_api", |
| 5286 |
] |
| 5287 |
|
| 5288 |
[[package]] |
| 5289 |
name = "spki" |
| 5290 |
version = "0.7.3" |
| 5291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5292 |
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 5293 |
dependencies = [ |
| 5294 |
"base64ct", |
| 5295 |
"der", |
| 5296 |
] |
| 5297 |
|
| 5298 |
[[package]] |
| 5299 |
name = "sqlx" |
| 5300 |
version = "0.8.6" |
| 5301 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5302 |
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 5303 |
dependencies = [ |
| 5304 |
"sqlx-core", |
| 5305 |
"sqlx-macros", |
| 5306 |
"sqlx-mysql", |
| 5307 |
"sqlx-postgres", |
| 5308 |
"sqlx-sqlite", |
| 5309 |
] |
| 5310 |
|
| 5311 |
[[package]] |
| 5312 |
name = "sqlx-core" |
| 5313 |
version = "0.8.6" |
| 5314 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5315 |
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 5316 |
dependencies = [ |
| 5317 |
"base64 0.22.1", |
| 5318 |
"bytes", |
| 5319 |
"chrono", |
| 5320 |
"crc", |
| 5321 |
"crossbeam-queue", |
| 5322 |
"either", |
| 5323 |
"event-listener 5.4.1", |
| 5324 |
"futures-core", |
| 5325 |
"futures-intrusive", |
| 5326 |
"futures-io", |
| 5327 |
"futures-util", |
| 5328 |
"hashbrown 0.15.5", |
| 5329 |
"hashlink", |
| 5330 |
"indexmap 2.13.0", |
| 5331 |
"log", |
| 5332 |
"memchr", |
| 5333 |
"once_cell", |
| 5334 |
"percent-encoding", |
| 5335 |
"serde", |
| 5336 |
"serde_json", |
| 5337 |
"sha2", |
| 5338 |
"smallvec", |
| 5339 |
"thiserror 2.0.18", |
| 5340 |
"tokio", |
| 5341 |
"tokio-stream", |
| 5342 |
"tracing", |
| 5343 |
"url", |
| 5344 |
"uuid", |
| 5345 |
] |
| 5346 |
|
| 5347 |
[[package]] |
| 5348 |
name = "sqlx-macros" |
| 5349 |
version = "0.8.6" |
| 5350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5351 |
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 5352 |
dependencies = [ |
| 5353 |
"proc-macro2", |
| 5354 |
"quote", |
| 5355 |
"sqlx-core", |
| 5356 |
"sqlx-macros-core", |
| 5357 |
"syn 2.0.117", |
| 5358 |
] |
| 5359 |
|
| 5360 |
[[package]] |
| 5361 |
name = "sqlx-macros-core" |
| 5362 |
version = "0.8.6" |
| 5363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5364 |
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 5365 |
dependencies = [ |
| 5366 |
"dotenvy", |
| 5367 |
"either", |
| 5368 |
"heck 0.5.0", |
| 5369 |
"hex", |
| 5370 |
"once_cell", |
| 5371 |
"proc-macro2", |
| 5372 |
"quote", |
| 5373 |
"serde", |
| 5374 |
"serde_json", |
| 5375 |
"sha2", |
| 5376 |
"sqlx-core", |
| 5377 |
"sqlx-mysql", |
| 5378 |
"sqlx-postgres", |
| 5379 |
"sqlx-sqlite", |
| 5380 |
"syn 2.0.117", |
| 5381 |
"tokio", |
| 5382 |
"url", |
| 5383 |
] |
| 5384 |
|
| 5385 |
[[package]] |
| 5386 |
name = "sqlx-mysql" |
| 5387 |
version = "0.8.6" |
| 5388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5389 |
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 5390 |
dependencies = [ |
| 5391 |
"atoi", |
| 5392 |
"base64 0.22.1", |
| 5393 |
"bitflags 2.11.0", |
| 5394 |
"byteorder", |
| 5395 |
"bytes", |
| 5396 |
"chrono", |
| 5397 |
"crc", |
| 5398 |
"digest", |
| 5399 |
"dotenvy", |
| 5400 |
"either", |
| 5401 |
"futures-channel", |
| 5402 |
"futures-core", |
| 5403 |
"futures-io", |
| 5404 |
"futures-util", |
| 5405 |
"generic-array", |
| 5406 |
"hex", |
| 5407 |
"hkdf", |
| 5408 |
"hmac", |
| 5409 |
"itoa", |
| 5410 |
"log", |
| 5411 |
"md-5", |
| 5412 |
"memchr", |
| 5413 |
"once_cell", |
| 5414 |
"percent-encoding", |
| 5415 |
"rand 0.8.5", |
| 5416 |
"rsa", |
| 5417 |
"serde", |
| 5418 |
"sha1", |
| 5419 |
"sha2", |
| 5420 |
"smallvec", |
| 5421 |
"sqlx-core", |
| 5422 |
"stringprep", |
| 5423 |
"thiserror 2.0.18", |
| 5424 |
"tracing", |
| 5425 |
"uuid", |
| 5426 |
"whoami", |
| 5427 |
] |
| 5428 |
|
| 5429 |
[[package]] |
| 5430 |
name = "sqlx-postgres" |
| 5431 |
version = "0.8.6" |
| 5432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5433 |
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 5434 |
dependencies = [ |
| 5435 |
"atoi", |
| 5436 |
"base64 0.22.1", |
| 5437 |
"bitflags 2.11.0", |
| 5438 |
"byteorder", |
| 5439 |
"chrono", |
| 5440 |
"crc", |
| 5441 |
"dotenvy", |
| 5442 |
"etcetera", |
| 5443 |
"futures-channel", |
| 5444 |
"futures-core", |
| 5445 |
"futures-util", |
| 5446 |
"hex", |
| 5447 |
"hkdf", |
| 5448 |
"hmac", |
| 5449 |
"home", |
| 5450 |
"itoa", |
| 5451 |
"log", |
| 5452 |
"md-5", |
| 5453 |
"memchr", |
| 5454 |
"once_cell", |
| 5455 |
"rand 0.8.5", |
| 5456 |
"serde", |
| 5457 |
"serde_json", |
| 5458 |
"sha2", |
| 5459 |
"smallvec", |
| 5460 |
"sqlx-core", |
| 5461 |
"stringprep", |
| 5462 |
"thiserror 2.0.18", |
| 5463 |
"tracing", |
| 5464 |
"uuid", |
| 5465 |
"whoami", |
| 5466 |
] |
| 5467 |
|
| 5468 |
[[package]] |
| 5469 |
name = "sqlx-sqlite" |
| 5470 |
version = "0.8.6" |
| 5471 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5472 |
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 5473 |
dependencies = [ |
| 5474 |
"atoi", |
| 5475 |
"chrono", |
| 5476 |
"flume", |
| 5477 |
"futures-channel", |
| 5478 |
"futures-core", |
| 5479 |
"futures-executor", |
| 5480 |
"futures-intrusive", |
| 5481 |
"futures-util", |
| 5482 |
"libsqlite3-sys", |
| 5483 |
"log", |
| 5484 |
"percent-encoding", |
| 5485 |
"serde", |
| 5486 |
"serde_urlencoded", |
| 5487 |
"sqlx-core", |
| 5488 |
"thiserror 2.0.18", |
| 5489 |
"tracing", |
| 5490 |
"url", |
| 5491 |
"uuid", |
| 5492 |
] |
| 5493 |
|
| 5494 |
[[package]] |
| 5495 |
name = "stable_deref_trait" |
| 5496 |
version = "1.2.1" |
| 5497 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5498 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 5499 |
|
| 5500 |
[[package]] |
| 5501 |
name = "static_assertions" |
| 5502 |
version = "1.1.0" |
| 5503 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5504 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5505 |
|
| 5506 |
[[package]] |
| 5507 |
name = "stop-token" |
| 5508 |
version = "0.7.0" |
| 5509 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5510 |
checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b" |
| 5511 |
dependencies = [ |
| 5512 |
"async-channel 1.9.0", |
| 5513 |
"cfg-if", |
| 5514 |
"futures-core", |
| 5515 |
"pin-project-lite", |
| 5516 |
] |
| 5517 |
|
| 5518 |
[[package]] |
| 5519 |
name = "string_cache" |
| 5520 |
version = "0.8.9" |
| 5521 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5522 |
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 5523 |
dependencies = [ |
| 5524 |
"new_debug_unreachable", |
| 5525 |
"parking_lot", |
| 5526 |
"phf_shared 0.11.3", |
| 5527 |
"precomputed-hash", |
| 5528 |
"serde", |
| 5529 |
] |
| 5530 |
|
| 5531 |
[[package]] |
| 5532 |
name = "string_cache" |
| 5533 |
version = "0.9.0" |
| 5534 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5535 |
checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" |
| 5536 |
dependencies = [ |
| 5537 |
"new_debug_unreachable", |
| 5538 |
"parking_lot", |
| 5539 |
"phf_shared 0.13.1", |
| 5540 |
"precomputed-hash", |
| 5541 |
] |
| 5542 |
|
| 5543 |
[[package]] |
| 5544 |
name = "string_cache_codegen" |
| 5545 |
version = "0.5.4" |
| 5546 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5547 |
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| 5548 |
dependencies = [ |
| 5549 |
"phf_generator 0.11.3", |
| 5550 |
"phf_shared 0.11.3", |
| 5551 |
"proc-macro2", |
| 5552 |
"quote", |
| 5553 |
] |
| 5554 |
|
| 5555 |
[[package]] |
| 5556 |
name = "string_cache_codegen" |
| 5557 |
version = "0.6.1" |
| 5558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5559 |
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" |
| 5560 |
dependencies = [ |
| 5561 |
"phf_generator 0.13.1", |
| 5562 |
"phf_shared 0.13.1", |
| 5563 |
"proc-macro2", |
| 5564 |
"quote", |
| 5565 |
] |
| 5566 |
|
| 5567 |
[[package]] |
| 5568 |
name = "stringprep" |
| 5569 |
version = "0.1.5" |
| 5570 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5571 |
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 5572 |
dependencies = [ |
| 5573 |
"unicode-bidi", |
| 5574 |
"unicode-normalization", |
| 5575 |
"unicode-properties", |
| 5576 |
] |
| 5577 |
|
| 5578 |
[[package]] |
| 5579 |
name = "strsim" |
| 5580 |
version = "0.11.1" |
| 5581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5582 |
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 5583 |
|
| 5584 |
[[package]] |
| 5585 |
name = "strum" |
| 5586 |
version = "0.26.3" |
| 5587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5588 |
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 5589 |
|
| 5590 |
[[package]] |
| 5591 |
name = "strum_macros" |
| 5592 |
version = "0.26.4" |
| 5593 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5594 |
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 5595 |
dependencies = [ |
| 5596 |
"heck 0.5.0", |
| 5597 |
"proc-macro2", |
| 5598 |
"quote", |
| 5599 |
"rustversion", |
| 5600 |
"syn 2.0.117", |
| 5601 |
] |
| 5602 |
|
| 5603 |
[[package]] |
| 5604 |
name = "subtle" |
| 5605 |
version = "2.6.1" |
| 5606 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5607 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 5608 |
|
| 5609 |
[[package]] |
| 5610 |
name = "swift-rs" |
| 5611 |
version = "1.0.7" |
| 5612 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5613 |
checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" |
| 5614 |
dependencies = [ |
| 5615 |
"base64 0.21.7", |
| 5616 |
"serde", |
| 5617 |
"serde_json", |
| 5618 |
] |
| 5619 |
|
| 5620 |
[[package]] |
| 5621 |
name = "syn" |
| 5622 |
version = "1.0.109" |
| 5623 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5624 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 5625 |
dependencies = [ |
| 5626 |
"proc-macro2", |
| 5627 |
"quote", |
| 5628 |
"unicode-ident", |
| 5629 |
] |
| 5630 |
|
| 5631 |
[[package]] |
| 5632 |
name = "syn" |
| 5633 |
version = "2.0.117" |
| 5634 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5635 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 5636 |
dependencies = [ |
| 5637 |
"proc-macro2", |
| 5638 |
"quote", |
| 5639 |
"unicode-ident", |
| 5640 |
] |
| 5641 |
|
| 5642 |
[[package]] |
| 5643 |
name = "sync_wrapper" |
| 5644 |
version = "1.0.2" |
| 5645 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5646 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 5647 |
dependencies = [ |
| 5648 |
"futures-core", |
| 5649 |
] |
| 5650 |
|
| 5651 |
[[package]] |
| 5652 |
name = "synckit-client" |
| 5653 |
version = "0.4.0" |
| 5654 |
dependencies = [ |
| 5655 |
"argon2", |
| 5656 |
"base64 0.22.1", |
| 5657 |
"bytes", |
| 5658 |
"chacha20poly1305", |
| 5659 |
"chrono", |
| 5660 |
"keyring", |
| 5661 |
"parking_lot", |
| 5662 |
"rand 0.9.2", |
| 5663 |
"reqwest 0.12.28", |
| 5664 |
"serde", |
| 5665 |
"serde_json", |
| 5666 |
"sha2", |
| 5667 |
"thiserror 2.0.18", |
| 5668 |
"tokio", |
| 5669 |
"tokio-stream", |
| 5670 |
"tracing", |
| 5671 |
"unicode-normalization", |
| 5672 |
"urlencoding", |
| 5673 |
"uuid", |
| 5674 |
"zeroize", |
| 5675 |
] |
| 5676 |
|
| 5677 |
[[package]] |
| 5678 |
name = "synstructure" |
| 5679 |
version = "0.13.2" |
| 5680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5681 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 5682 |
dependencies = [ |
| 5683 |
"proc-macro2", |
| 5684 |
"quote", |
| 5685 |
"syn 2.0.117", |
| 5686 |
] |
| 5687 |
|
| 5688 |
[[package]] |
| 5689 |
name = "system-configuration" |
| 5690 |
version = "0.7.0" |
| 5691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5692 |
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" |
| 5693 |
dependencies = [ |
| 5694 |
"bitflags 2.11.0", |
| 5695 |
"core-foundation 0.9.4", |
| 5696 |
"system-configuration-sys", |
| 5697 |
] |
| 5698 |
|
| 5699 |
[[package]] |
| 5700 |
name = "system-configuration-sys" |
| 5701 |
version = "0.6.0" |
| 5702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5703 |
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 5704 |
dependencies = [ |
| 5705 |
"core-foundation-sys", |
| 5706 |
"libc", |
| 5707 |
] |
| 5708 |
|
| 5709 |
[[package]] |
| 5710 |
name = "system-deps" |
| 5711 |
version = "6.2.2" |
| 5712 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5713 |
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" |
| 5714 |
dependencies = [ |
| 5715 |
"cfg-expr", |
| 5716 |
"heck 0.5.0", |
| 5717 |
"pkg-config", |
| 5718 |
"toml 0.8.2", |
| 5719 |
"version-compare", |
| 5720 |
] |
| 5721 |
|
| 5722 |
[[package]] |
| 5723 |
name = "tagtree" |
| 5724 |
version = "0.3.1" |
| 5725 |
|
| 5726 |
[[package]] |
| 5727 |
name = "tao" |
| 5728 |
version = "0.34.8" |
| 5729 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5730 |
checksum = "9103edf55f2da3c82aea4c7fab7c4241032bfeea0e71fa557d98e00e7ce7cc20" |
| 5731 |
dependencies = [ |
| 5732 |
"bitflags 2.11.0", |
| 5733 |
"block2", |
| 5734 |
"core-foundation 0.10.1", |
| 5735 |
"core-graphics", |
| 5736 |
"crossbeam-channel", |
| 5737 |
"dispatch2", |
| 5738 |
"dlopen2", |
| 5739 |
"dpi", |
| 5740 |
"gdkwayland-sys", |
| 5741 |
"gdkx11-sys", |
| 5742 |
"gtk", |
| 5743 |
"jni", |
| 5744 |
"libc", |
| 5745 |
"log", |
| 5746 |
"ndk", |
| 5747 |
"ndk-context", |
| 5748 |
"ndk-sys", |
| 5749 |
"objc2", |
| 5750 |
"objc2-app-kit", |
| 5751 |
"objc2-foundation", |
| 5752 |
"once_cell", |
| 5753 |
"parking_lot", |
| 5754 |
"raw-window-handle", |
| 5755 |
"tao-macros", |
| 5756 |
"unicode-segmentation", |
| 5757 |
"url", |
| 5758 |
"windows", |
| 5759 |
"windows-core 0.61.2", |
| 5760 |
"windows-version", |
| 5761 |
"x11-dl", |
| 5762 |
] |
| 5763 |
|
| 5764 |
[[package]] |
| 5765 |
name = "tao-macros" |
| 5766 |
version = "0.1.3" |
| 5767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5768 |
checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" |
| 5769 |
dependencies = [ |
| 5770 |
"proc-macro2", |
| 5771 |
"quote", |
| 5772 |
"syn 2.0.117", |
| 5773 |
] |
| 5774 |
|
| 5775 |
[[package]] |
| 5776 |
name = "tar" |
| 5777 |
version = "0.4.45" |
| 5778 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5779 |
checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" |
| 5780 |
dependencies = [ |
| 5781 |
"filetime", |
| 5782 |
"libc", |
| 5783 |
"xattr", |
| 5784 |
] |
| 5785 |
|
| 5786 |
[[package]] |
| 5787 |
name = "target-lexicon" |
| 5788 |
version = "0.12.16" |
| 5789 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5790 |
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| 5791 |
|
| 5792 |
[[package]] |
| 5793 |
name = "tauri" |
| 5794 |
version = "2.10.3" |
| 5795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5796 |
checksum = "da77cc00fb9028caf5b5d4650f75e31f1ef3693459dfca7f7e506d1ecef0ba2d" |
| 5797 |
dependencies = [ |
| 5798 |
"anyhow", |
| 5799 |
"bytes", |
| 5800 |
"cookie", |
| 5801 |
"dirs", |
| 5802 |
"dunce", |
| 5803 |
"embed_plist", |
| 5804 |
"getrandom 0.3.4", |
| 5805 |
"glob", |
| 5806 |
"gtk", |
| 5807 |
"heck 0.5.0", |
| 5808 |
"http", |
| 5809 |
"image", |
| 5810 |
"jni", |
| 5811 |
"libc", |
| 5812 |
"log", |
| 5813 |
"mime", |
| 5814 |
"muda", |
| 5815 |
"objc2", |
| 5816 |
"objc2-app-kit", |
| 5817 |
"objc2-foundation", |
| 5818 |
"objc2-ui-kit", |
| 5819 |
"objc2-web-kit", |
| 5820 |
"percent-encoding", |
| 5821 |
"plist", |
| 5822 |
"raw-window-handle", |
| 5823 |
"reqwest 0.13.2", |
| 5824 |
"serde", |
| 5825 |
"serde_json", |
| 5826 |
"serde_repr", |
| 5827 |
"serialize-to-javascript", |
| 5828 |
"swift-rs", |
| 5829 |
"tauri-build", |
| 5830 |
"tauri-macros", |
| 5831 |
"tauri-runtime", |
| 5832 |
"tauri-runtime-wry", |
| 5833 |
"tauri-utils", |
| 5834 |
"thiserror 2.0.18", |
| 5835 |
"tokio", |
| 5836 |
"tray-icon", |
| 5837 |
"url", |
| 5838 |
"webkit2gtk", |
| 5839 |
"webview2-com", |
| 5840 |
"window-vibrancy", |
| 5841 |
"windows", |
| 5842 |
] |
| 5843 |
|
| 5844 |
[[package]] |
| 5845 |
name = "tauri-build" |
| 5846 |
version = "2.5.6" |
| 5847 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5848 |
checksum = "4bbc990d1dbf57a8e1c7fa2327f2a614d8b757805603c1b9ba5c81bade09fd4d" |
| 5849 |
dependencies = [ |
| 5850 |
"anyhow", |
| 5851 |
"cargo_toml", |
| 5852 |
"dirs", |
| 5853 |
"glob", |
| 5854 |
"heck 0.5.0", |
| 5855 |
"json-patch", |
| 5856 |
"schemars 0.8.22", |
| 5857 |
"semver", |
| 5858 |
"serde", |
| 5859 |
"serde_json", |
| 5860 |
"tauri-utils", |
| 5861 |
"tauri-winres", |
| 5862 |
"toml 0.9.12+spec-1.1.0", |
| 5863 |
"walkdir", |
| 5864 |
] |
| 5865 |
|
| 5866 |
[[package]] |
| 5867 |
name = "tauri-codegen" |
| 5868 |
version = "2.5.5" |
| 5869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5870 |
checksum = "d4a24476afd977c5d5d169f72425868613d82747916dd29e0a357c84c4bd6d29" |
| 5871 |
dependencies = [ |
| 5872 |
"base64 0.22.1", |
| 5873 |
"brotli", |
| 5874 |
"ico", |
| 5875 |
"json-patch", |
| 5876 |
"plist", |
| 5877 |
"png 0.17.16", |
| 5878 |
"proc-macro2", |
| 5879 |
"quote", |
| 5880 |
"semver", |
| 5881 |
"serde", |
| 5882 |
"serde_json", |
| 5883 |
"sha2", |
| 5884 |
"syn 2.0.117", |
| 5885 |
"tauri-utils", |
| 5886 |
"thiserror 2.0.18", |
| 5887 |
"time", |
| 5888 |
"url", |
| 5889 |
"uuid", |
| 5890 |
"walkdir", |
| 5891 |
] |
| 5892 |
|
| 5893 |
[[package]] |
| 5894 |
name = "tauri-macros" |
| 5895 |
version = "2.5.5" |
| 5896 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5897 |
checksum = "d39b349a98dadaffebb73f0a40dcd1f23c999211e5a2e744403db384d0c33de7" |
| 5898 |
dependencies = [ |
| 5899 |
"heck 0.5.0", |
| 5900 |
"proc-macro2", |
| 5901 |
"quote", |
| 5902 |
"syn 2.0.117", |
| 5903 |
"tauri-codegen", |
| 5904 |
"tauri-utils", |
| 5905 |
] |
| 5906 |
|
| 5907 |
[[package]] |
| 5908 |
name = "tauri-plugin" |
| 5909 |
version = "2.5.4" |
| 5910 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5911 |
checksum = "ddde7d51c907b940fb573006cdda9a642d6a7c8153657e88f8a5c3c9290cd4aa" |
| 5912 |
dependencies = [ |
| 5913 |
"anyhow", |
| 5914 |
"glob", |
| 5915 |
"plist", |
| 5916 |
"schemars 0.8.22", |
| 5917 |
"serde", |
| 5918 |
"serde_json", |
| 5919 |
"tauri-utils", |
| 5920 |
"toml 0.9.12+spec-1.1.0", |
| 5921 |
"walkdir", |
| 5922 |
] |
| 5923 |
|
| 5924 |
[[package]] |
| 5925 |
name = "tauri-plugin-dialog" |
| 5926 |
version = "2.6.0" |
| 5927 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5928 |
checksum = "9204b425d9be8d12aa60c2a83a289cf7d1caae40f57f336ed1155b3a5c0e359b" |
| 5929 |
dependencies = [ |
| 5930 |
"log", |
| 5931 |
"raw-window-handle", |
| 5932 |
"rfd", |
| 5933 |
"serde", |
| 5934 |
"serde_json", |
| 5935 |
"tauri", |
| 5936 |
"tauri-plugin", |
| 5937 |
"tauri-plugin-fs", |
| 5938 |
"thiserror 2.0.18", |
| 5939 |
"url", |
| 5940 |
] |
| 5941 |
|
| 5942 |
[[package]] |
| 5943 |
name = "tauri-plugin-fs" |
| 5944 |
version = "2.4.5" |
| 5945 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5946 |
checksum = "ed390cc669f937afeb8b28032ce837bac8ea023d975a2e207375ec05afaf1804" |
| 5947 |
dependencies = [ |
| 5948 |
"anyhow", |
| 5949 |
"dunce", |
| 5950 |
"glob", |
| 5951 |
"percent-encoding", |
| 5952 |
"schemars 0.8.22", |
| 5953 |
"serde", |
| 5954 |
"serde_json", |
| 5955 |
"serde_repr", |
| 5956 |
"tauri", |
| 5957 |
"tauri-plugin", |
| 5958 |
"tauri-utils", |
| 5959 |
"thiserror 2.0.18", |
| 5960 |
"toml 0.9.12+spec-1.1.0", |
| 5961 |
"url", |
| 5962 |
] |
| 5963 |
|
| 5964 |
[[package]] |
| 5965 |
name = "tauri-plugin-notification" |
| 5966 |
version = "2.3.3" |
| 5967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5968 |
checksum = "01fc2c5ff41105bd1f7242d8201fdf3efd70749b82fa013a17f2126357d194cc" |
| 5969 |
dependencies = [ |
| 5970 |
"log", |
| 5971 |
"notify-rust", |
| 5972 |
"rand 0.9.2", |
| 5973 |
"serde", |
| 5974 |
"serde_json", |
| 5975 |
"serde_repr", |
| 5976 |
"tauri", |
| 5977 |
"tauri-plugin", |
| 5978 |
"thiserror 2.0.18", |
| 5979 |
"time", |
| 5980 |
"url", |
| 5981 |
] |
| 5982 |
|
| 5983 |
[[package]] |
| 5984 |
name = "tauri-plugin-process" |
| 5985 |
version = "2.3.1" |
| 5986 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5987 |
checksum = "d55511a7bf6cd70c8767b02c97bf8134fa434daf3926cfc1be0a0f94132d165a" |
| 5988 |
dependencies = [ |
| 5989 |
"tauri", |
| 5990 |
"tauri-plugin", |
| 5991 |
] |
| 5992 |
|
| 5993 |
[[package]] |
| 5994 |
name = "tauri-plugin-shell" |
| 5995 |
version = "2.3.5" |
| 5996 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5997 |
checksum = "8457dbf9e2bab1edd8df22bb2c20857a59a9868e79cb3eac5ed639eec4d0c73b" |
| 5998 |
dependencies = [ |
| 5999 |
"encoding_rs", |
| 6000 |
"log", |
| 6001 |
"open", |
| 6002 |
"os_pipe", |
| 6003 |
"regex", |
| 6004 |
"schemars 0.8.22", |
| 6005 |
"serde", |
| 6006 |
"serde_json", |
| 6007 |
"shared_child", |
| 6008 |
"tauri", |
| 6009 |
"tauri-plugin", |
| 6010 |
"thiserror 2.0.18", |
| 6011 |
"tokio", |
| 6012 |
] |
| 6013 |
|
| 6014 |
[[package]] |
| 6015 |
name = "tauri-plugin-updater" |
| 6016 |
version = "2.10.0" |
| 6017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6018 |
checksum = "3fe8e9bebd88fc222938ffdfbdcfa0307081423bd01e3252fc337d8bde81fc61" |
| 6019 |
dependencies = [ |
| 6020 |
"base64 0.22.1", |
| 6021 |
"dirs", |
| 6022 |
"flate2", |
| 6023 |
"futures-util", |
| 6024 |
"http", |
| 6025 |
"infer", |
| 6026 |
"log", |
| 6027 |
"minisign-verify", |
| 6028 |
"osakit", |
| 6029 |
"percent-encoding", |
| 6030 |
"reqwest 0.13.2", |
| 6031 |
"rustls", |
| 6032 |
"semver", |
| 6033 |
"serde", |
| 6034 |
"serde_json", |
| 6035 |
"tar", |
| 6036 |
"tauri", |
| 6037 |
"tauri-plugin", |
| 6038 |
"tempfile", |
| 6039 |
"thiserror 2.0.18", |
| 6040 |
"time", |
| 6041 |
"tokio", |
| 6042 |
"url", |
| 6043 |
"windows-sys 0.60.2", |
| 6044 |
"zip", |
| 6045 |
] |
| 6046 |
|
| 6047 |
[[package]] |
| 6048 |
name = "tauri-plugin-window-state" |
| 6049 |
version = "2.4.1" |
| 6050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6051 |
checksum = "73736611e14142408d15353e21e3cca2f12a3cfb523ad0ce85999b6d2ef1a704" |
| 6052 |
dependencies = [ |
| 6053 |
"bitflags 2.11.0", |
| 6054 |
"log", |
| 6055 |
"serde", |
| 6056 |
"serde_json", |
| 6057 |
"tauri", |
| 6058 |
"tauri-plugin", |
| 6059 |
"thiserror 2.0.18", |
| 6060 |
] |
| 6061 |
|
| 6062 |
[[package]] |
| 6063 |
name = "tauri-runtime" |
| 6064 |
version = "2.10.1" |
| 6065 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6066 |
checksum = "2826d79a3297ed08cd6ea7f412644ef58e32969504bc4fbd8d7dbeabc4445ea2" |
| 6067 |
dependencies = [ |
| 6068 |
"cookie", |
| 6069 |
"dpi", |
| 6070 |
"gtk", |
| 6071 |
"http", |
| 6072 |
"jni", |
| 6073 |
"objc2", |
| 6074 |
"objc2-ui-kit", |
| 6075 |
"objc2-web-kit", |
| 6076 |
"raw-window-handle", |
| 6077 |
"serde", |
| 6078 |
"serde_json", |
| 6079 |
"tauri-utils", |
| 6080 |
"thiserror 2.0.18", |
| 6081 |
"url", |
| 6082 |
"webkit2gtk", |
| 6083 |
"webview2-com", |
| 6084 |
"windows", |
| 6085 |
] |
| 6086 |
|
| 6087 |
[[package]] |
| 6088 |
name = "tauri-runtime-wry" |
| 6089 |
version = "2.10.1" |
| 6090 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6091 |
checksum = "e11ea2e6f801d275fdd890d6c9603736012742a1c33b96d0db788c9cdebf7f9e" |
| 6092 |
dependencies = [ |
| 6093 |
"gtk", |
| 6094 |
"http", |
| 6095 |
"jni", |
| 6096 |
"log", |
| 6097 |
"objc2", |
| 6098 |
"objc2-app-kit", |
| 6099 |
"once_cell", |
| 6100 |
"percent-encoding", |
| 6101 |
"raw-window-handle", |
| 6102 |
"softbuffer", |
| 6103 |
"tao", |
| 6104 |
"tauri-runtime", |
| 6105 |
"tauri-utils", |
| 6106 |
"url", |
| 6107 |
"webkit2gtk", |
| 6108 |
"webview2-com", |
| 6109 |
"windows", |
| 6110 |
"wry", |
| 6111 |
] |
| 6112 |
|
| 6113 |
[[package]] |
| 6114 |
name = "tauri-utils" |
| 6115 |
version = "2.8.3" |
| 6116 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6117 |
checksum = "219a1f983a2af3653f75b5747f76733b0da7ff03069c7a41901a5eb3ace4557d" |
| 6118 |
dependencies = [ |
| 6119 |
"anyhow", |
| 6120 |
"brotli", |
| 6121 |
"cargo_metadata", |
| 6122 |
"ctor", |
| 6123 |
"dunce", |
| 6124 |
"glob", |
| 6125 |
"html5ever 0.29.1", |
| 6126 |
"http", |
| 6127 |
"infer", |
| 6128 |
"json-patch", |
| 6129 |
"kuchikiki", |
| 6130 |
"log", |
| 6131 |
"memchr", |
| 6132 |
"phf 0.11.3", |
| 6133 |
"proc-macro2", |
| 6134 |
"quote", |
| 6135 |
"regex", |
| 6136 |
"schemars 0.8.22", |
| 6137 |
"semver", |
| 6138 |
"serde", |
| 6139 |
"serde-untagged", |
| 6140 |
"serde_json", |
| 6141 |
"serde_with", |
| 6142 |
"swift-rs", |
| 6143 |
"thiserror 2.0.18", |
| 6144 |
"toml 0.9.12+spec-1.1.0", |
| 6145 |
"url", |
| 6146 |
"urlpattern", |
| 6147 |
"uuid", |
| 6148 |
"walkdir", |
| 6149 |
] |
| 6150 |
|
| 6151 |
[[package]] |
| 6152 |
name = "tauri-winres" |
| 6153 |
version = "0.3.5" |
| 6154 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6155 |
checksum = "1087b111fe2b005e42dbdc1990fc18593234238d47453b0c99b7de1c9ab2c1e0" |
| 6156 |
dependencies = [ |
| 6157 |
"dunce", |
| 6158 |
"embed-resource", |
| 6159 |
"toml 0.9.12+spec-1.1.0", |
| 6160 |
] |
| 6161 |
|
| 6162 |
[[package]] |
| 6163 |
name = "tauri-winrt-notification" |
| 6164 |
version = "0.7.2" |
| 6165 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6166 |
checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9" |
| 6167 |
dependencies = [ |
| 6168 |
"quick-xml 0.37.5", |
| 6169 |
"thiserror 2.0.18", |
| 6170 |
"windows", |
| 6171 |
"windows-version", |
| 6172 |
] |
| 6173 |
|
| 6174 |
[[package]] |
| 6175 |
name = "tempfile" |
| 6176 |
version = "3.27.0" |
| 6177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6178 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 6179 |
dependencies = [ |
| 6180 |
"fastrand", |
| 6181 |
"getrandom 0.4.2", |
| 6182 |
"once_cell", |
| 6183 |
"rustix", |
| 6184 |
"windows-sys 0.61.2", |
| 6185 |
] |
| 6186 |
|
| 6187 |
[[package]] |
| 6188 |
name = "tendril" |
| 6189 |
version = "0.4.3" |
| 6190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6191 |
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 6192 |
dependencies = [ |
| 6193 |
"futf", |
| 6194 |
"mac", |
| 6195 |
"utf-8", |
| 6196 |
] |
| 6197 |
|
| 6198 |
[[package]] |
| 6199 |
name = "tendril" |
| 6200 |
version = "0.5.0" |
| 6201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6202 |
checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24" |
| 6203 |
dependencies = [ |
| 6204 |
"new_debug_unreachable", |
| 6205 |
"utf-8", |
| 6206 |
] |
| 6207 |
|
| 6208 |
[[package]] |
| 6209 |
name = "theme-common" |
| 6210 |
version = "0.3.1" |
| 6211 |
dependencies = [ |
| 6212 |
"serde", |
| 6213 |
"toml 0.8.2", |
| 6214 |
] |
| 6215 |
|
| 6216 |
[[package]] |
| 6217 |
name = "thin-vec" |
| 6218 |
version = "0.2.14" |
| 6219 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6220 |
checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" |
| 6221 |
dependencies = [ |
| 6222 |
"serde", |
| 6223 |
] |
| 6224 |
|
| 6225 |
[[package]] |
| 6226 |
name = "thiserror" |
| 6227 |
version = "1.0.69" |
| 6228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6229 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 6230 |
dependencies = [ |
| 6231 |
"thiserror-impl 1.0.69", |
| 6232 |
] |
| 6233 |
|
| 6234 |
[[package]] |
| 6235 |
name = "thiserror" |
| 6236 |
version = "2.0.18" |
| 6237 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6238 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 6239 |
dependencies = [ |
| 6240 |
"thiserror-impl 2.0.18", |
| 6241 |
] |
| 6242 |
|
| 6243 |
[[package]] |
| 6244 |
name = "thiserror-impl" |
| 6245 |
version = "1.0.69" |
| 6246 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6247 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 6248 |
dependencies = [ |
| 6249 |
"proc-macro2", |
| 6250 |
"quote", |
| 6251 |
"syn 2.0.117", |
| 6252 |
] |
| 6253 |
|
| 6254 |
[[package]] |
| 6255 |
name = "thiserror-impl" |
| 6256 |
version = "2.0.18" |
| 6257 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6258 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 6259 |
dependencies = [ |
| 6260 |
"proc-macro2", |
| 6261 |
"quote", |
| 6262 |
"syn 2.0.117", |
| 6263 |
] |
| 6264 |
|
| 6265 |
[[package]] |
| 6266 |
name = "thread_local" |
| 6267 |
version = "1.1.9" |
| 6268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6269 |
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 6270 |
dependencies = [ |
| 6271 |
"cfg-if", |
| 6272 |
] |
| 6273 |
|
| 6274 |
[[package]] |
| 6275 |
name = "time" |
| 6276 |
version = "0.3.47" |
| 6277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6278 |
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 6279 |
dependencies = [ |
| 6280 |
"deranged", |
| 6281 |
"itoa", |
| 6282 |
"num-conv", |
| 6283 |
"powerfmt", |
| 6284 |
"serde_core", |
| 6285 |
"time-core", |
| 6286 |
"time-macros", |
| 6287 |
] |
| 6288 |
|
| 6289 |
[[package]] |
| 6290 |
name = "time-core" |
| 6291 |
version = "0.1.8" |
| 6292 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6293 |
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 6294 |
|
| 6295 |
[[package]] |
| 6296 |
name = "time-macros" |
| 6297 |
version = "0.2.27" |
| 6298 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6299 |
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 6300 |
dependencies = [ |
| 6301 |
"num-conv", |
| 6302 |
"time-core", |
| 6303 |
] |
| 6304 |
|
| 6305 |
[[package]] |
| 6306 |
name = "tiny-keccak" |
| 6307 |
version = "2.0.2" |
| 6308 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6309 |
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| 6310 |
dependencies = [ |
| 6311 |
"crunchy", |
| 6312 |
] |
| 6313 |
|
| 6314 |
[[package]] |
| 6315 |
name = "tinystr" |
| 6316 |
version = "0.8.2" |
| 6317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6318 |
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 6319 |
dependencies = [ |
| 6320 |
"displaydoc", |
| 6321 |
"zerovec", |
| 6322 |
] |
| 6323 |
|
| 6324 |
[[package]] |
| 6325 |
name = "tinyvec" |
| 6326 |
version = "1.11.0" |
| 6327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6328 |
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 6329 |
dependencies = [ |
| 6330 |
"tinyvec_macros", |
| 6331 |
] |
| 6332 |
|
| 6333 |
[[package]] |
| 6334 |
name = "tinyvec_macros" |
| 6335 |
version = "0.1.1" |
| 6336 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6337 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 6338 |
|
| 6339 |
[[package]] |
| 6340 |
name = "tokio" |
| 6341 |
version = "1.50.0" |
| 6342 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6343 |
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" |
| 6344 |
dependencies = [ |
| 6345 |
"bytes", |
| 6346 |
"libc", |
| 6347 |
"mio 1.2.0", |
| 6348 |
"pin-project-lite", |
| 6349 |
"socket2", |
| 6350 |
"tokio-macros", |
| 6351 |
"windows-sys 0.61.2", |
| 6352 |
] |
| 6353 |
|
| 6354 |
[[package]] |
| 6355 |
name = "tokio-macros" |
| 6356 |
version = "2.6.1" |
| 6357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6358 |
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" |
| 6359 |
dependencies = [ |
| 6360 |
"proc-macro2", |
| 6361 |
"quote", |
| 6362 |
"syn 2.0.117", |
| 6363 |
] |
| 6364 |
|
| 6365 |
[[package]] |
| 6366 |
name = "tokio-native-tls" |
| 6367 |
version = "0.3.1" |
| 6368 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6369 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 6370 |
dependencies = [ |
| 6371 |
"native-tls", |
| 6372 |
"tokio", |
| 6373 |
] |
| 6374 |
|
| 6375 |
[[package]] |
| 6376 |
name = "tokio-rustls" |
| 6377 |
version = "0.26.4" |
| 6378 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6379 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 6380 |
dependencies = [ |
| 6381 |
"rustls", |
| 6382 |
"tokio", |
| 6383 |
] |
| 6384 |
|
| 6385 |
[[package]] |
| 6386 |
name = "tokio-stream" |
| 6387 |
version = "0.1.18" |
| 6388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6389 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 6390 |
dependencies = [ |
| 6391 |
"futures-core", |
| 6392 |
"pin-project-lite", |
| 6393 |
"tokio", |
| 6394 |
] |
| 6395 |
|
| 6396 |
[[package]] |
| 6397 |
name = "tokio-util" |
| 6398 |
version = "0.7.18" |
| 6399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6400 |
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 6401 |
dependencies = [ |
| 6402 |
"bytes", |
| 6403 |
"futures-core", |
| 6404 |
"futures-sink", |
| 6405 |
"pin-project-lite", |
| 6406 |
"tokio", |
| 6407 |
] |
| 6408 |
|
| 6409 |
[[package]] |
| 6410 |
name = "toml" |
| 6411 |
version = "0.8.2" |
| 6412 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6413 |
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" |
| 6414 |
dependencies = [ |
| 6415 |
"serde", |
| 6416 |
"serde_spanned 0.6.9", |
| 6417 |
"toml_datetime 0.6.3", |
| 6418 |
"toml_edit 0.20.2", |
| 6419 |
] |
| 6420 |
|
| 6421 |
[[package]] |
| 6422 |
name = "toml" |
| 6423 |
version = "0.9.12+spec-1.1.0" |
| 6424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6425 |
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 6426 |
dependencies = [ |
| 6427 |
"indexmap 2.13.0", |
| 6428 |
"serde_core", |
| 6429 |
"serde_spanned 1.1.0", |
| 6430 |
"toml_datetime 0.7.5+spec-1.1.0", |
| 6431 |
"toml_parser", |
| 6432 |
"toml_writer", |
| 6433 |
"winnow 0.7.15", |
| 6434 |
] |
| 6435 |
|
| 6436 |
[[package]] |
| 6437 |
name = "toml_datetime" |
| 6438 |
version = "0.6.3" |
| 6439 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6440 |
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
| 6441 |
dependencies = [ |
| 6442 |
"serde", |
| 6443 |
] |
| 6444 |
|
| 6445 |
[[package]] |
| 6446 |
name = "toml_datetime" |
| 6447 |
version = "0.7.5+spec-1.1.0" |
| 6448 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6449 |
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 6450 |
dependencies = [ |
| 6451 |
"serde_core", |
| 6452 |
] |
| 6453 |
|
| 6454 |
[[package]] |
| 6455 |
name = "toml_datetime" |
| 6456 |
version = "1.1.0+spec-1.1.0" |
| 6457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6458 |
checksum = "97251a7c317e03ad83774a8752a7e81fb6067740609f75ea2b585b569a59198f" |
| 6459 |
dependencies = [ |
| 6460 |
"serde_core", |
| 6461 |
] |
| 6462 |
|
| 6463 |
[[package]] |
| 6464 |
name = "toml_edit" |
| 6465 |
version = "0.19.15" |
| 6466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6467 |
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 6468 |
dependencies = [ |
| 6469 |
"indexmap 2.13.0", |
| 6470 |
"toml_datetime 0.6.3", |
| 6471 |
"winnow 0.5.40", |
| 6472 |
] |
| 6473 |
|
| 6474 |
[[package]] |
| 6475 |
name = "toml_edit" |
| 6476 |
version = "0.20.2" |
| 6477 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6478 |
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" |
| 6479 |
dependencies = [ |
| 6480 |
"indexmap 2.13.0", |
| 6481 |
"serde", |
| 6482 |
"serde_spanned 0.6.9", |
| 6483 |
"toml_datetime 0.6.3", |
| 6484 |
"winnow 0.5.40", |
| 6485 |
] |
| 6486 |
|
| 6487 |
[[package]] |
| 6488 |
name = "toml_edit" |
| 6489 |
version = "0.25.8+spec-1.1.0" |
| 6490 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6491 |
checksum = "16bff38f1d86c47f9ff0647e6838d7bb362522bdf44006c7068c2b1e606f1f3c" |
| 6492 |
dependencies = [ |
| 6493 |
"indexmap 2.13.0", |
| 6494 |
"toml_datetime 1.1.0+spec-1.1.0", |
| 6495 |
"toml_parser", |
| 6496 |
"winnow 1.0.0", |
| 6497 |
] |
| 6498 |
|
| 6499 |
[[package]] |
| 6500 |
name = "toml_parser" |
| 6501 |
version = "1.1.0+spec-1.1.0" |
| 6502 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6503 |
checksum = "2334f11ee363607eb04df9b8fc8a13ca1715a72ba8662a26ac285c98aabb4011" |
| 6504 |
dependencies = [ |
| 6505 |
"winnow 1.0.0", |
| 6506 |
] |
| 6507 |
|
| 6508 |
[[package]] |
| 6509 |
name = "toml_writer" |
| 6510 |
version = "1.1.0+spec-1.1.0" |
| 6511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6512 |
checksum = "d282ade6016312faf3e41e57ebbba0c073e4056dab1232ab1cb624199648f8ed" |
| 6513 |
|
| 6514 |
[[package]] |
| 6515 |
name = "tower" |
| 6516 |
version = "0.5.3" |
| 6517 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6518 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 6519 |
dependencies = [ |
| 6520 |
"futures-core", |
| 6521 |
"futures-util", |
| 6522 |
"pin-project-lite", |
| 6523 |
"sync_wrapper", |
| 6524 |
"tokio", |
| 6525 |
"tower-layer", |
| 6526 |
"tower-service", |
| 6527 |
] |
| 6528 |
|
| 6529 |
[[package]] |
| 6530 |
name = "tower-http" |
| 6531 |
version = "0.6.8" |
| 6532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6533 |
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 6534 |
dependencies = [ |
| 6535 |
"bitflags 2.11.0", |
| 6536 |
"bytes", |
| 6537 |
"futures-util", |
| 6538 |
"http", |
| 6539 |
"http-body", |
| 6540 |
"iri-string", |
| 6541 |
"pin-project-lite", |
| 6542 |
"tower", |
| 6543 |
"tower-layer", |
| 6544 |
"tower-service", |
| 6545 |
] |
| 6546 |
|
| 6547 |
[[package]] |
| 6548 |
name = "tower-layer" |
| 6549 |
version = "0.3.3" |
| 6550 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6551 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 6552 |
|
| 6553 |
[[package]] |
| 6554 |
name = "tower-service" |
| 6555 |
version = "0.3.3" |
| 6556 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6557 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 6558 |
|
| 6559 |
[[package]] |
| 6560 |
name = "tracing" |
| 6561 |
version = "0.1.44" |
| 6562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6563 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 6564 |
dependencies = [ |
| 6565 |
"log", |
| 6566 |
"pin-project-lite", |
| 6567 |
"tracing-attributes", |
| 6568 |
"tracing-core", |
| 6569 |
] |
| 6570 |
|
| 6571 |
[[package]] |
| 6572 |
name = "tracing-attributes" |
| 6573 |
version = "0.1.31" |
| 6574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6575 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 6576 |
dependencies = [ |
| 6577 |
"proc-macro2", |
| 6578 |
"quote", |
| 6579 |
"syn 2.0.117", |
| 6580 |
] |
| 6581 |
|
| 6582 |
[[package]] |
| 6583 |
name = "tracing-core" |
| 6584 |
version = "0.1.36" |
| 6585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6586 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 6587 |
dependencies = [ |
| 6588 |
"once_cell", |
| 6589 |
"valuable", |
| 6590 |
] |
| 6591 |
|
| 6592 |
[[package]] |
| 6593 |
name = "tracing-log" |
| 6594 |
version = "0.2.0" |
| 6595 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6596 |
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 6597 |
dependencies = [ |
| 6598 |
"log", |
| 6599 |
"once_cell", |
| 6600 |
"tracing-core", |
| 6601 |
] |
| 6602 |
|
| 6603 |
[[package]] |
| 6604 |
name = "tracing-subscriber" |
| 6605 |
version = "0.3.23" |
| 6606 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6607 |
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 6608 |
dependencies = [ |
| 6609 |
"matchers", |
| 6610 |
"nu-ansi-term", |
| 6611 |
"once_cell", |
| 6612 |
"regex-automata", |
| 6613 |
"sharded-slab", |
| 6614 |
"smallvec", |
| 6615 |
"thread_local", |
| 6616 |
"tracing", |
| 6617 |
"tracing-core", |
| 6618 |
"tracing-log", |
| 6619 |
] |
| 6620 |
|
| 6621 |
[[package]] |
| 6622 |
name = "tray-icon" |
| 6623 |
version = "0.21.3" |
| 6624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6625 |
checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" |
| 6626 |
dependencies = [ |
| 6627 |
"crossbeam-channel", |
| 6628 |
"dirs", |
| 6629 |
"libappindicator", |
| 6630 |
"muda", |
| 6631 |
"objc2", |
| 6632 |
"objc2-app-kit", |
| 6633 |
"objc2-core-foundation", |
| 6634 |
"objc2-core-graphics", |
| 6635 |
"objc2-foundation", |
| 6636 |
"once_cell", |
| 6637 |
"png 0.17.16", |
| 6638 |
"serde", |
| 6639 |
"thiserror 2.0.18", |
| 6640 |
"windows-sys 0.60.2", |
| 6641 |
] |
| 6642 |
|
| 6643 |
[[package]] |
| 6644 |
name = "try-lock" |
| 6645 |
version = "0.2.5" |
| 6646 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6647 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 6648 |
|
| 6649 |
[[package]] |
| 6650 |
name = "typeid" |
| 6651 |
version = "1.0.3" |
| 6652 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6653 |
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| 6654 |
|
| 6655 |
[[package]] |
| 6656 |
name = "typenum" |
| 6657 |
version = "1.19.0" |
| 6658 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6659 |
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 6660 |
|
| 6661 |
[[package]] |
| 6662 |
name = "uds_windows" |
| 6663 |
version = "1.2.1" |
| 6664 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6665 |
checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" |
| 6666 |
dependencies = [ |
| 6667 |
"memoffset", |
| 6668 |
"tempfile", |
| 6669 |
"windows-sys 0.61.2", |
| 6670 |
] |
| 6671 |
|
| 6672 |
[[package]] |
| 6673 |
name = "unic-char-property" |
| 6674 |
version = "0.9.0" |
| 6675 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6676 |
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 6677 |
dependencies = [ |
| 6678 |
"unic-char-range", |
| 6679 |
] |
| 6680 |
|
| 6681 |
[[package]] |
| 6682 |
name = "unic-char-range" |
| 6683 |
version = "0.9.0" |
| 6684 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6685 |
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 6686 |
|
| 6687 |
[[package]] |
| 6688 |
name = "unic-common" |
| 6689 |
version = "0.9.0" |
| 6690 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6691 |
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 6692 |
|
| 6693 |
[[package]] |
| 6694 |
name = "unic-ucd-ident" |
| 6695 |
version = "0.9.0" |
| 6696 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6697 |
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" |
| 6698 |
dependencies = [ |
| 6699 |
"unic-char-property", |
| 6700 |
"unic-char-range", |
| 6701 |
"unic-ucd-version", |
| 6702 |
] |
| 6703 |
|
| 6704 |
[[package]] |
| 6705 |
name = "unic-ucd-version" |
| 6706 |
version = "0.9.0" |
| 6707 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6708 |
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 6709 |
dependencies = [ |
| 6710 |
"unic-common", |
| 6711 |
] |
| 6712 |
|
| 6713 |
[[package]] |
| 6714 |
name = "unicase" |
| 6715 |
version = "2.9.0" |
| 6716 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6717 |
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 6718 |
|
| 6719 |
[[package]] |
| 6720 |
name = "unicode-bidi" |
| 6721 |
version = "0.3.18" |
| 6722 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6723 |
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 6724 |
|
| 6725 |
[[package]] |
| 6726 |
name = "unicode-ident" |
| 6727 |
version = "1.0.24" |
| 6728 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6729 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 6730 |
|
| 6731 |
[[package]] |
| 6732 |
name = "unicode-normalization" |
| 6733 |
version = "0.1.25" |
| 6734 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6735 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 6736 |
dependencies = [ |
| 6737 |
"tinyvec", |
| 6738 |
] |
| 6739 |
|
| 6740 |
[[package]] |
| 6741 |
name = "unicode-properties" |
| 6742 |
version = "0.1.4" |
| 6743 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6744 |
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 6745 |
|
| 6746 |
[[package]] |
| 6747 |
name = "unicode-segmentation" |
| 6748 |
version = "1.13.2" |
| 6749 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6750 |
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" |
| 6751 |
|
| 6752 |
[[package]] |
| 6753 |
name = "unicode-width" |
| 6754 |
version = "0.2.2" |
| 6755 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6756 |
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 6757 |
|
| 6758 |
[[package]] |
| 6759 |
name = "unicode-xid" |
| 6760 |
version = "0.2.6" |
| 6761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6762 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 6763 |
|
| 6764 |
[[package]] |
| 6765 |
name = "universal-hash" |
| 6766 |
version = "0.5.1" |
| 6767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6768 |
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| 6769 |
dependencies = [ |
| 6770 |
"crypto-common", |
| 6771 |
"subtle", |
| 6772 |
] |
| 6773 |
|
| 6774 |
[[package]] |
| 6775 |
name = "untrusted" |
| 6776 |
version = "0.9.0" |
| 6777 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6778 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 6779 |
|
| 6780 |
[[package]] |
| 6781 |
name = "url" |
| 6782 |
version = "2.5.8" |
| 6783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6784 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 6785 |
dependencies = [ |
| 6786 |
"form_urlencoded", |
| 6787 |
"idna", |
| 6788 |
"percent-encoding", |
| 6789 |
"serde", |
| 6790 |
"serde_derive", |
| 6791 |
] |
| 6792 |
|
| 6793 |
[[package]] |
| 6794 |
name = "urlencoding" |
| 6795 |
version = "2.1.3" |
| 6796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6797 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 6798 |
|
| 6799 |
[[package]] |
| 6800 |
name = "urlpattern" |
| 6801 |
version = "0.3.0" |
| 6802 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6803 |
checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" |
| 6804 |
dependencies = [ |
| 6805 |
"regex", |
| 6806 |
"serde", |
| 6807 |
"unic-ucd-ident", |
| 6808 |
"url", |
| 6809 |
] |
| 6810 |
|
| 6811 |
[[package]] |
| 6812 |
name = "utf-8" |
| 6813 |
version = "0.7.6" |
| 6814 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6815 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 6816 |
|
| 6817 |
[[package]] |
| 6818 |
name = "utf8_iter" |
| 6819 |
version = "1.0.4" |
| 6820 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6821 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 6822 |
|
| 6823 |
[[package]] |
| 6824 |
name = "uuid" |
| 6825 |
version = "1.23.0" |
| 6826 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6827 |
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" |
| 6828 |
dependencies = [ |
| 6829 |
"getrandom 0.4.2", |
| 6830 |
"js-sys", |
| 6831 |
"serde_core", |
| 6832 |
"sha1_smol", |
| 6833 |
"wasm-bindgen", |
| 6834 |
] |
| 6835 |
|
| 6836 |
[[package]] |
| 6837 |
name = "valuable" |
| 6838 |
version = "0.1.1" |
| 6839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6840 |
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 6841 |
|
| 6842 |
[[package]] |
| 6843 |
name = "vcpkg" |
| 6844 |
version = "0.2.15" |
| 6845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6846 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 6847 |
|
| 6848 |
[[package]] |
| 6849 |
name = "version-compare" |
| 6850 |
version = "0.2.1" |
| 6851 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6852 |
checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 6853 |
|
| 6854 |
[[package]] |
| 6855 |
name = "version_check" |
| 6856 |
version = "0.9.5" |
| 6857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6858 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 6859 |
|
| 6860 |
[[package]] |
| 6861 |
name = "vswhom" |
| 6862 |
version = "0.1.0" |
| 6863 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6864 |
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" |
| 6865 |
dependencies = [ |
| 6866 |
"libc", |
| 6867 |
"vswhom-sys", |
| 6868 |
] |
| 6869 |
|
| 6870 |
[[package]] |
| 6871 |
name = "vswhom-sys" |
| 6872 |
version = "0.1.3" |
| 6873 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6874 |
checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" |
| 6875 |
dependencies = [ |
| 6876 |
"cc", |
| 6877 |
"libc", |
| 6878 |
] |
| 6879 |
|
| 6880 |
[[package]] |
| 6881 |
name = "walkdir" |
| 6882 |
version = "2.5.0" |
| 6883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6884 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 6885 |
dependencies = [ |
| 6886 |
"same-file", |
| 6887 |
"winapi-util", |
| 6888 |
] |
| 6889 |
|
| 6890 |
[[package]] |
| 6891 |
name = "want" |
| 6892 |
version = "0.3.1" |
| 6893 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6894 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 6895 |
dependencies = [ |
| 6896 |
"try-lock", |
| 6897 |
] |
| 6898 |
|
| 6899 |
[[package]] |
| 6900 |
name = "wasi" |
| 6901 |
version = "0.9.0+wasi-snapshot-preview1" |
| 6902 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6903 |
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
| 6904 |
|
| 6905 |
[[package]] |
| 6906 |
name = "wasi" |
| 6907 |
version = "0.11.1+wasi-snapshot-preview1" |
| 6908 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6909 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 6910 |
|
| 6911 |
[[package]] |
| 6912 |
name = "wasip2" |
| 6913 |
version = "1.0.2+wasi-0.2.9" |
| 6914 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6915 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 6916 |
dependencies = [ |
| 6917 |
"wit-bindgen", |
| 6918 |
] |
| 6919 |
|
| 6920 |
[[package]] |
| 6921 |
name = "wasip3" |
| 6922 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 6923 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6924 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 6925 |
dependencies = [ |
| 6926 |
"wit-bindgen", |
| 6927 |
] |
| 6928 |
|
| 6929 |
[[package]] |
| 6930 |
name = "wasite" |
| 6931 |
version = "0.1.0" |
| 6932 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6933 |
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 6934 |
|
| 6935 |
[[package]] |
| 6936 |
name = "wasm-bindgen" |
| 6937 |
version = "0.2.115" |
| 6938 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6939 |
checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a" |
| 6940 |
dependencies = [ |
| 6941 |
"cfg-if", |
| 6942 |
"once_cell", |
| 6943 |
"rustversion", |
| 6944 |
"wasm-bindgen-macro", |
| 6945 |
"wasm-bindgen-shared", |
| 6946 |
] |
| 6947 |
|
| 6948 |
[[package]] |
| 6949 |
name = "wasm-bindgen-futures" |
| 6950 |
version = "0.4.65" |
| 6951 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6952 |
checksum = "2d1faf851e778dfa54db7cd438b70758eba9755cb47403f3496edd7c8fc212f0" |
| 6953 |
dependencies = [ |
| 6954 |
"js-sys", |
| 6955 |
"wasm-bindgen", |
| 6956 |
] |
| 6957 |
|
| 6958 |
[[package]] |
| 6959 |
name = "wasm-bindgen-macro" |
| 6960 |
version = "0.2.115" |
| 6961 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6962 |
checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67" |
| 6963 |
dependencies = [ |
| 6964 |
"quote", |
| 6965 |
"wasm-bindgen-macro-support", |
| 6966 |
] |
| 6967 |
|
| 6968 |
[[package]] |
| 6969 |
name = "wasm-bindgen-macro-support" |
| 6970 |
version = "0.2.115" |
| 6971 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6972 |
checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf" |
| 6973 |
dependencies = [ |
| 6974 |
"bumpalo", |
| 6975 |
"proc-macro2", |
| 6976 |
"quote", |
| 6977 |
"syn 2.0.117", |
| 6978 |
"wasm-bindgen-shared", |
| 6979 |
] |
| 6980 |
|
| 6981 |
[[package]] |
| 6982 |
name = "wasm-bindgen-shared" |
| 6983 |
version = "0.2.115" |
| 6984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6985 |
checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93" |
| 6986 |
dependencies = [ |
| 6987 |
"unicode-ident", |
| 6988 |
] |
| 6989 |
|
| 6990 |
[[package]] |
| 6991 |
name = "wasm-encoder" |
| 6992 |
version = "0.244.0" |
| 6993 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6994 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 6995 |
dependencies = [ |
| 6996 |
"leb128fmt", |
| 6997 |
"wasmparser", |
| 6998 |
] |
| 6999 |
|
| 7000 |
[[package]] |
| 7001 |
name = "wasm-metadata" |
| 7002 |
version = "0.244.0" |
| 7003 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7004 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 7005 |
dependencies = [ |
| 7006 |
"anyhow", |
| 7007 |
"indexmap 2.13.0", |
| 7008 |
"wasm-encoder", |
| 7009 |
"wasmparser", |
| 7010 |
] |
| 7011 |
|
| 7012 |
[[package]] |
| 7013 |
name = "wasm-streams" |
| 7014 |
version = "0.5.0" |
| 7015 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7016 |
checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| 7017 |
dependencies = [ |
| 7018 |
"futures-util", |
| 7019 |
"js-sys", |
| 7020 |
"wasm-bindgen", |
| 7021 |
"wasm-bindgen-futures", |
| 7022 |
"web-sys", |
| 7023 |
] |
| 7024 |
|
| 7025 |
[[package]] |
| 7026 |
name = "wasmparser" |
| 7027 |
version = "0.244.0" |
| 7028 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7029 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 7030 |
dependencies = [ |
| 7031 |
"bitflags 2.11.0", |
| 7032 |
"hashbrown 0.15.5", |
| 7033 |
"indexmap 2.13.0", |
| 7034 |
"semver", |
| 7035 |
] |
| 7036 |
|
| 7037 |
[[package]] |
| 7038 |
name = "web-sys" |
| 7039 |
version = "0.3.92" |
| 7040 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7041 |
checksum = "84cde8507f4d7cfcb1185b8cb5890c494ffea65edbe1ba82cfd63661c805ed94" |
| 7042 |
dependencies = [ |
| 7043 |
"js-sys", |
| 7044 |
"wasm-bindgen", |
| 7045 |
] |
| 7046 |
|
| 7047 |
[[package]] |
| 7048 |
name = "web-time" |
| 7049 |
version = "1.1.0" |
| 7050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7051 |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 7052 |
dependencies = [ |
| 7053 |
"js-sys", |
| 7054 |
"wasm-bindgen", |
| 7055 |
] |
| 7056 |
|
| 7057 |
[[package]] |
| 7058 |
name = "web_atoms" |
| 7059 |
version = "0.1.3" |
| 7060 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7061 |
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" |
| 7062 |
dependencies = [ |
| 7063 |
"phf 0.11.3", |
| 7064 |
"phf_codegen 0.11.3", |
| 7065 |
"string_cache 0.8.9", |
| 7066 |
"string_cache_codegen 0.5.4", |
| 7067 |
] |
| 7068 |
|
| 7069 |
[[package]] |
| 7070 |
name = "web_atoms" |
| 7071 |
version = "0.2.3" |
| 7072 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7073 |
checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576" |
| 7074 |
dependencies = [ |
| 7075 |
"phf 0.13.1", |
| 7076 |
"phf_codegen 0.13.1", |
| 7077 |
"string_cache 0.9.0", |
| 7078 |
"string_cache_codegen 0.6.1", |
| 7079 |
] |
| 7080 |
|
| 7081 |
[[package]] |
| 7082 |
name = "webkit2gtk" |
| 7083 |
version = "2.0.2" |
| 7084 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7085 |
checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" |
| 7086 |
dependencies = [ |
| 7087 |
"bitflags 1.3.2", |
| 7088 |
"cairo-rs", |
| 7089 |
"gdk", |
| 7090 |
"gdk-sys", |
| 7091 |
"gio", |
| 7092 |
"gio-sys", |
| 7093 |
"glib", |
| 7094 |
"glib-sys", |
| 7095 |
"gobject-sys", |
| 7096 |
"gtk", |
| 7097 |
"gtk-sys", |
| 7098 |
"javascriptcore-rs", |
| 7099 |
"libc", |
| 7100 |
"once_cell", |
| 7101 |
"soup3", |
| 7102 |
"webkit2gtk-sys", |
| 7103 |
] |
| 7104 |
|
| 7105 |
[[package]] |
| 7106 |
name = "webkit2gtk-sys" |
| 7107 |
version = "2.0.2" |
| 7108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7109 |
checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" |
| 7110 |
dependencies = [ |
| 7111 |
"bitflags 1.3.2", |
| 7112 |
"cairo-sys-rs", |
| 7113 |
"gdk-sys", |
| 7114 |
"gio-sys", |
| 7115 |
"glib-sys", |
| 7116 |
"gobject-sys", |
| 7117 |
"gtk-sys", |
| 7118 |
"javascriptcore-rs-sys", |
| 7119 |
"libc", |
| 7120 |
"pkg-config", |
| 7121 |
"soup3-sys", |
| 7122 |
"system-deps", |
| 7123 |
] |
| 7124 |
|
| 7125 |
[[package]] |
| 7126 |
name = "webpki-root-certs" |
| 7127 |
version = "1.0.6" |
| 7128 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7129 |
checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" |
| 7130 |
dependencies = [ |
| 7131 |
"rustls-pki-types", |
| 7132 |
] |
| 7133 |
|
| 7134 |
[[package]] |
| 7135 |
name = "webview2-com" |
| 7136 |
version = "0.38.2" |
| 7137 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7138 |
checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" |
| 7139 |
dependencies = [ |
| 7140 |
"webview2-com-macros", |
| 7141 |
"webview2-com-sys", |
| 7142 |
"windows", |
| 7143 |
"windows-core 0.61.2", |
| 7144 |
"windows-implement", |
| 7145 |
"windows-interface", |
| 7146 |
] |
| 7147 |
|
| 7148 |
[[package]] |
| 7149 |
name = "webview2-com-macros" |
| 7150 |
version = "0.8.1" |
| 7151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7152 |
checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" |
| 7153 |
dependencies = [ |
| 7154 |
"proc-macro2", |
| 7155 |
"quote", |
| 7156 |
"syn 2.0.117", |
| 7157 |
] |
| 7158 |
|
| 7159 |
[[package]] |
| 7160 |
name = "webview2-com-sys" |
| 7161 |
version = "0.38.2" |
| 7162 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7163 |
checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" |
| 7164 |
dependencies = [ |
| 7165 |
"thiserror 2.0.18", |
| 7166 |
"windows", |
| 7167 |
"windows-core 0.61.2", |
| 7168 |
] |
| 7169 |
|
| 7170 |
[[package]] |
| 7171 |
name = "whoami" |
| 7172 |
version = "1.6.1" |
| 7173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7174 |
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 7175 |
dependencies = [ |
| 7176 |
"libredox", |
| 7177 |
"wasite", |
| 7178 |
] |
| 7179 |
|
| 7180 |
[[package]] |
| 7181 |
name = "winapi" |
| 7182 |
version = "0.3.9" |
| 7183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7184 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 7185 |
dependencies = [ |
| 7186 |
"winapi-i686-pc-windows-gnu", |
| 7187 |
"winapi-x86_64-pc-windows-gnu", |
| 7188 |
] |
| 7189 |
|
| 7190 |
[[package]] |
| 7191 |
name = "winapi-i686-pc-windows-gnu" |
| 7192 |
version = "0.4.0" |
| 7193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7194 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 7195 |
|
| 7196 |
[[package]] |
| 7197 |
name = "winapi-util" |
| 7198 |
version = "0.1.11" |
| 7199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7200 |
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 7201 |
dependencies = [ |
| 7202 |
"windows-sys 0.61.2", |
| 7203 |
] |
| 7204 |
|
| 7205 |
[[package]] |
| 7206 |
name = "winapi-x86_64-pc-windows-gnu" |
| 7207 |
version = "0.4.0" |
| 7208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7209 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 7210 |
|
| 7211 |
[[package]] |
| 7212 |
name = "window-vibrancy" |
| 7213 |
version = "0.6.0" |
| 7214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7215 |
checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" |
| 7216 |
dependencies = [ |
| 7217 |
"objc2", |
| 7218 |
"objc2-app-kit", |
| 7219 |
"objc2-core-foundation", |
| 7220 |
"objc2-foundation", |
| 7221 |
"raw-window-handle", |
| 7222 |
"windows-sys 0.59.0", |
| 7223 |
"windows-version", |
| 7224 |
] |
| 7225 |
|
| 7226 |
[[package]] |
| 7227 |
name = "windows" |
| 7228 |
version = "0.61.3" |
| 7229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7230 |
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| 7231 |
dependencies = [ |
| 7232 |
"windows-collections", |
| 7233 |
"windows-core 0.61.2", |
| 7234 |
"windows-future", |
| 7235 |
"windows-link 0.1.3", |
| 7236 |
"windows-numerics", |
| 7237 |
] |
| 7238 |
|
| 7239 |
[[package]] |
| 7240 |
name = "windows-collections" |
| 7241 |
version = "0.2.0" |
| 7242 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7243 |
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| 7244 |
dependencies = [ |
| 7245 |
"windows-core 0.61.2", |
| 7246 |
] |
| 7247 |
|
| 7248 |
[[package]] |
| 7249 |
name = "windows-core" |
| 7250 |
version = "0.61.2" |
| 7251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7252 |
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| 7253 |
dependencies = [ |
| 7254 |
"windows-implement", |
| 7255 |
"windows-interface", |
| 7256 |
"windows-link 0.1.3", |
| 7257 |
"windows-result 0.3.4", |
| 7258 |
"windows-strings 0.4.2", |
| 7259 |
] |
| 7260 |
|
| 7261 |
[[package]] |
| 7262 |
name = "windows-core" |
| 7263 |
version = "0.62.2" |
| 7264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7265 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 7266 |
dependencies = [ |
| 7267 |
"windows-implement", |
| 7268 |
"windows-interface", |
| 7269 |
"windows-link 0.2.1", |
| 7270 |
"windows-result 0.4.1", |
| 7271 |
"windows-strings 0.5.1", |
| 7272 |
] |
| 7273 |
|
| 7274 |
[[package]] |
| 7275 |
name = "windows-future" |
| 7276 |
version = "0.2.1" |
| 7277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7278 |
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| 7279 |
dependencies = [ |
| 7280 |
"windows-core 0.61.2", |
| 7281 |
"windows-link 0.1.3", |
| 7282 |
"windows-threading", |
| 7283 |
] |
| 7284 |
|
| 7285 |
[[package]] |
| 7286 |
name = "windows-implement" |
| 7287 |
version = "0.60.2" |
| 7288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7289 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 7290 |
dependencies = [ |
| 7291 |
"proc-macro2", |
| 7292 |
"quote", |
| 7293 |
"syn 2.0.117", |
| 7294 |
] |
| 7295 |
|
| 7296 |
[[package]] |
| 7297 |
name = "windows-interface" |
| 7298 |
version = "0.59.3" |
| 7299 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7300 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 7301 |
dependencies = [ |
| 7302 |
"proc-macro2", |
| 7303 |
"quote", |
| 7304 |
"syn 2.0.117", |
| 7305 |
] |
| 7306 |
|
| 7307 |
[[package]] |
| 7308 |
name = "windows-link" |
| 7309 |
version = "0.1.3" |
| 7310 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7311 |
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| 7312 |
|
| 7313 |
[[package]] |
| 7314 |
name = "windows-link" |
| 7315 |
version = "0.2.1" |
| 7316 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7317 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 7318 |
|
| 7319 |
[[package]] |
| 7320 |
name = "windows-numerics" |
| 7321 |
version = "0.2.0" |
| 7322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7323 |
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| 7324 |
dependencies = [ |
| 7325 |
"windows-core 0.61.2", |
| 7326 |
"windows-link 0.1.3", |
| 7327 |
] |
| 7328 |
|
| 7329 |
[[package]] |
| 7330 |
name = "windows-registry" |
| 7331 |
version = "0.6.1" |
| 7332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7333 |
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
| 7334 |
dependencies = [ |
| 7335 |
"windows-link 0.2.1", |
| 7336 |
"windows-result 0.4.1", |
| 7337 |
"windows-strings 0.5.1", |
| 7338 |
] |
| 7339 |
|
| 7340 |
[[package]] |
| 7341 |
name = "windows-result" |
| 7342 |
version = "0.3.4" |
| 7343 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7344 |
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| 7345 |
dependencies = [ |
| 7346 |
"windows-link 0.1.3", |
| 7347 |
] |
| 7348 |
|
| 7349 |
[[package]] |
| 7350 |
name = "windows-result" |
| 7351 |
version = "0.4.1" |
| 7352 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7353 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 7354 |
dependencies = [ |
| 7355 |
"windows-link 0.2.1", |
| 7356 |
] |
| 7357 |
|
| 7358 |
[[package]] |
| 7359 |
name = "windows-strings" |
| 7360 |
version = "0.4.2" |
| 7361 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7362 |
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| 7363 |
dependencies = [ |
| 7364 |
"windows-link 0.1.3", |
| 7365 |
] |
| 7366 |
|
| 7367 |
[[package]] |
| 7368 |
name = "windows-strings" |
| 7369 |
version = "0.5.1" |
| 7370 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7371 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 7372 |
dependencies = [ |
| 7373 |
"windows-link 0.2.1", |
| 7374 |
] |
| 7375 |
|
| 7376 |
[[package]] |
| 7377 |
name = "windows-sys" |
| 7378 |
version = "0.45.0" |
| 7379 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7380 |
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 7381 |
dependencies = [ |
| 7382 |
"windows-targets 0.42.2", |
| 7383 |
] |
| 7384 |
|
| 7385 |
[[package]] |
| 7386 |
name = "windows-sys" |
| 7387 |
version = "0.48.0" |
| 7388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7389 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 7390 |
dependencies = [ |
| 7391 |
"windows-targets 0.48.5", |
| 7392 |
] |
| 7393 |
|
| 7394 |
[[package]] |
| 7395 |
name = "windows-sys" |
| 7396 |
version = "0.52.0" |
| 7397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7398 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 7399 |
dependencies = [ |
| 7400 |
"windows-targets 0.52.6", |
| 7401 |
] |
| 7402 |
|
| 7403 |
[[package]] |
| 7404 |
name = "windows-sys" |
| 7405 |
version = "0.59.0" |
| 7406 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7407 |
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 7408 |
dependencies = [ |
| 7409 |
"windows-targets 0.52.6", |
| 7410 |
] |
| 7411 |
|
| 7412 |
[[package]] |
| 7413 |
name = "windows-sys" |
| 7414 |
version = "0.60.2" |
| 7415 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7416 |
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 7417 |
dependencies = [ |
| 7418 |
"windows-targets 0.53.5", |
| 7419 |
] |
| 7420 |
|
| 7421 |
[[package]] |
| 7422 |
name = "windows-sys" |
| 7423 |
version = "0.61.2" |
| 7424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7425 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 7426 |
dependencies = [ |
| 7427 |
"windows-link 0.2.1", |
| 7428 |
] |
| 7429 |
|
| 7430 |
[[package]] |
| 7431 |
name = "windows-targets" |
| 7432 |
version = "0.42.2" |
| 7433 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7434 |
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 7435 |
dependencies = [ |
| 7436 |
"windows_aarch64_gnullvm 0.42.2", |
| 7437 |
"windows_aarch64_msvc 0.42.2", |
| 7438 |
"windows_i686_gnu 0.42.2", |
| 7439 |
"windows_i686_msvc 0.42.2", |
| 7440 |
"windows_x86_64_gnu 0.42.2", |
| 7441 |
"windows_x86_64_gnullvm 0.42.2", |
| 7442 |
"windows_x86_64_msvc 0.42.2", |
| 7443 |
] |
| 7444 |
|
| 7445 |
[[package]] |
| 7446 |
name = "windows-targets" |
| 7447 |
version = "0.48.5" |
| 7448 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7449 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 7450 |
dependencies = [ |
| 7451 |
"windows_aarch64_gnullvm 0.48.5", |
| 7452 |
"windows_aarch64_msvc 0.48.5", |
| 7453 |
"windows_i686_gnu 0.48.5", |
| 7454 |
"windows_i686_msvc 0.48.5", |
| 7455 |
"windows_x86_64_gnu 0.48.5", |
| 7456 |
"windows_x86_64_gnullvm 0.48.5", |
| 7457 |
"windows_x86_64_msvc 0.48.5", |
| 7458 |
] |
| 7459 |
|
| 7460 |
[[package]] |
| 7461 |
name = "windows-targets" |
| 7462 |
version = "0.52.6" |
| 7463 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7464 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 7465 |
dependencies = [ |
| 7466 |
"windows_aarch64_gnullvm 0.52.6", |
| 7467 |
"windows_aarch64_msvc 0.52.6", |
| 7468 |
"windows_i686_gnu 0.52.6", |
| 7469 |
"windows_i686_gnullvm 0.52.6", |
| 7470 |
"windows_i686_msvc 0.52.6", |
| 7471 |
"windows_x86_64_gnu 0.52.6", |
| 7472 |
"windows_x86_64_gnullvm 0.52.6", |
| 7473 |
"windows_x86_64_msvc 0.52.6", |
| 7474 |
] |
| 7475 |
|
| 7476 |
[[package]] |
| 7477 |
name = "windows-targets" |
| 7478 |
version = "0.53.5" |
| 7479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7480 |
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 7481 |
dependencies = [ |
| 7482 |
"windows-link 0.2.1", |
| 7483 |
"windows_aarch64_gnullvm 0.53.1", |
| 7484 |
"windows_aarch64_msvc 0.53.1", |
| 7485 |
"windows_i686_gnu 0.53.1", |
| 7486 |
"windows_i686_gnullvm 0.53.1", |
| 7487 |
"windows_i686_msvc 0.53.1", |
| 7488 |
"windows_x86_64_gnu 0.53.1", |
| 7489 |
"windows_x86_64_gnullvm 0.53.1", |
| 7490 |
"windows_x86_64_msvc 0.53.1", |
| 7491 |
] |
| 7492 |
|
| 7493 |
[[package]] |
| 7494 |
name = "windows-threading" |
| 7495 |
version = "0.1.0" |
| 7496 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7497 |
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| 7498 |
dependencies = [ |
| 7499 |
"windows-link 0.1.3", |
| 7500 |
] |
| 7501 |
|
| 7502 |
[[package]] |
| 7503 |
name = "windows-version" |
| 7504 |
version = "0.1.7" |
| 7505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7506 |
checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" |
| 7507 |
dependencies = [ |
| 7508 |
"windows-link 0.2.1", |
| 7509 |
] |
| 7510 |
|
| 7511 |
[[package]] |
| 7512 |
name = "windows_aarch64_gnullvm" |
| 7513 |
version = "0.42.2" |
| 7514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7515 |
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 7516 |
|
| 7517 |
[[package]] |
| 7518 |
name = "windows_aarch64_gnullvm" |
| 7519 |
version = "0.48.5" |
| 7520 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7521 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 7522 |
|
| 7523 |
[[package]] |
| 7524 |
name = "windows_aarch64_gnullvm" |
| 7525 |
version = "0.52.6" |
| 7526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7527 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 7528 |
|
| 7529 |
[[package]] |
| 7530 |
name = "windows_aarch64_gnullvm" |
| 7531 |
version = "0.53.1" |
| 7532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7533 |
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 7534 |
|
| 7535 |
[[package]] |
| 7536 |
name = "windows_aarch64_msvc" |
| 7537 |
version = "0.42.2" |
| 7538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7539 |
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 7540 |
|
| 7541 |
[[package]] |
| 7542 |
name = "windows_aarch64_msvc" |
| 7543 |
version = "0.48.5" |
| 7544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7545 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 7546 |
|
| 7547 |
[[package]] |
| 7548 |
name = "windows_aarch64_msvc" |
| 7549 |
version = "0.52.6" |
| 7550 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7551 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 7552 |
|
| 7553 |
[[package]] |
| 7554 |
name = "windows_aarch64_msvc" |
| 7555 |
version = "0.53.1" |
| 7556 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7557 |
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 7558 |
|
| 7559 |
[[package]] |
| 7560 |
name = "windows_i686_gnu" |
| 7561 |
version = "0.42.2" |
| 7562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7563 |
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 7564 |
|
| 7565 |
[[package]] |
| 7566 |
name = "windows_i686_gnu" |
| 7567 |
version = "0.48.5" |
| 7568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7569 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 7570 |
|
| 7571 |
[[package]] |
| 7572 |
name = "windows_i686_gnu" |
| 7573 |
version = "0.52.6" |
| 7574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7575 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 7576 |
|
| 7577 |
[[package]] |
| 7578 |
name = "windows_i686_gnu" |
| 7579 |
version = "0.53.1" |
| 7580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7581 |
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 7582 |
|
| 7583 |
[[package]] |
| 7584 |
name = "windows_i686_gnullvm" |
| 7585 |
version = "0.52.6" |
| 7586 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7587 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 7588 |
|
| 7589 |
[[package]] |
| 7590 |
name = "windows_i686_gnullvm" |
| 7591 |
version = "0.53.1" |
| 7592 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7593 |
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 7594 |
|
| 7595 |
[[package]] |
| 7596 |
name = "windows_i686_msvc" |
| 7597 |
version = "0.42.2" |
| 7598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7599 |
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 7600 |
|
| 7601 |
[[package]] |
| 7602 |
name = "windows_i686_msvc" |
| 7603 |
version = "0.48.5" |
| 7604 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7605 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 7606 |
|
| 7607 |
[[package]] |
| 7608 |
name = "windows_i686_msvc" |
| 7609 |
version = "0.52.6" |
| 7610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7611 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 7612 |
|
| 7613 |
[[package]] |
| 7614 |
name = "windows_i686_msvc" |
| 7615 |
version = "0.53.1" |
| 7616 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7617 |
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 7618 |
|
| 7619 |
[[package]] |
| 7620 |
name = "windows_x86_64_gnu" |
| 7621 |
version = "0.42.2" |
| 7622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7623 |
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 7624 |
|
| 7625 |
[[package]] |
| 7626 |
name = "windows_x86_64_gnu" |
| 7627 |
version = "0.48.5" |
| 7628 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7629 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 7630 |
|
| 7631 |
[[package]] |
| 7632 |
name = "windows_x86_64_gnu" |
| 7633 |
version = "0.52.6" |
| 7634 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7635 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 7636 |
|
| 7637 |
[[package]] |
| 7638 |
name = "windows_x86_64_gnu" |
| 7639 |
version = "0.53.1" |
| 7640 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7641 |
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 7642 |
|
| 7643 |
[[package]] |
| 7644 |
name = "windows_x86_64_gnullvm" |
| 7645 |
version = "0.42.2" |
| 7646 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7647 |
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 7648 |
|
| 7649 |
[[package]] |
| 7650 |
name = "windows_x86_64_gnullvm" |
| 7651 |
version = "0.48.5" |
| 7652 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7653 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 7654 |
|
| 7655 |
[[package]] |
| 7656 |
name = "windows_x86_64_gnullvm" |
| 7657 |
version = "0.52.6" |
| 7658 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7659 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 7660 |
|
| 7661 |
[[package]] |
| 7662 |
name = "windows_x86_64_gnullvm" |
| 7663 |
version = "0.53.1" |
| 7664 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7665 |
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 7666 |
|
| 7667 |
[[package]] |
| 7668 |
name = "windows_x86_64_msvc" |
| 7669 |
version = "0.42.2" |
| 7670 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7671 |
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 7672 |
|
| 7673 |
[[package]] |
| 7674 |
name = "windows_x86_64_msvc" |
| 7675 |
version = "0.48.5" |
| 7676 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7677 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 7678 |
|
| 7679 |
[[package]] |
| 7680 |
name = "windows_x86_64_msvc" |
| 7681 |
version = "0.52.6" |
| 7682 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7683 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 7684 |
|
| 7685 |
[[package]] |
| 7686 |
name = "windows_x86_64_msvc" |
| 7687 |
version = "0.53.1" |
| 7688 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7689 |
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 7690 |
|
| 7691 |
[[package]] |
| 7692 |
name = "winnow" |
| 7693 |
version = "0.5.40" |
| 7694 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7695 |
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 7696 |
dependencies = [ |
| 7697 |
"memchr", |
| 7698 |
] |
| 7699 |
|
| 7700 |
[[package]] |
| 7701 |
name = "winnow" |
| 7702 |
version = "0.7.15" |
| 7703 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7704 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 7705 |
dependencies = [ |
| 7706 |
"memchr", |
| 7707 |
] |
| 7708 |
|
| 7709 |
[[package]] |
| 7710 |
name = "winnow" |
| 7711 |
version = "1.0.0" |
| 7712 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7713 |
checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" |
| 7714 |
dependencies = [ |
| 7715 |
"memchr", |
| 7716 |
] |
| 7717 |
|
| 7718 |
[[package]] |
| 7719 |
name = "winreg" |
| 7720 |
version = "0.55.0" |
| 7721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7722 |
checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" |
| 7723 |
dependencies = [ |
| 7724 |
"cfg-if", |
| 7725 |
"windows-sys 0.59.0", |
| 7726 |
] |
| 7727 |
|
| 7728 |
[[package]] |
| 7729 |
name = "wit-bindgen" |
| 7730 |
version = "0.51.0" |
| 7731 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7732 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 7733 |
dependencies = [ |
| 7734 |
"wit-bindgen-rust-macro", |
| 7735 |
] |
| 7736 |
|
| 7737 |
[[package]] |
| 7738 |
name = "wit-bindgen-core" |
| 7739 |
version = "0.51.0" |
| 7740 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7741 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 7742 |
dependencies = [ |
| 7743 |
"anyhow", |
| 7744 |
"heck 0.5.0", |
| 7745 |
"wit-parser", |
| 7746 |
] |
| 7747 |
|
| 7748 |
[[package]] |
| 7749 |
name = "wit-bindgen-rust" |
| 7750 |
version = "0.51.0" |
| 7751 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7752 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 7753 |
dependencies = [ |
| 7754 |
"anyhow", |
| 7755 |
"heck 0.5.0", |
| 7756 |
"indexmap 2.13.0", |
| 7757 |
"prettyplease", |
| 7758 |
"syn 2.0.117", |
| 7759 |
"wasm-metadata", |
| 7760 |
"wit-bindgen-core", |
| 7761 |
"wit-component", |
| 7762 |
] |
| 7763 |
|
| 7764 |
[[package]] |
| 7765 |
name = "wit-bindgen-rust-macro" |
| 7766 |
version = "0.51.0" |
| 7767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7768 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 7769 |
dependencies = [ |
| 7770 |
"anyhow", |
| 7771 |
"prettyplease", |
| 7772 |
"proc-macro2", |
| 7773 |
"quote", |
| 7774 |
"syn 2.0.117", |
| 7775 |
"wit-bindgen-core", |
| 7776 |
"wit-bindgen-rust", |
| 7777 |
] |
| 7778 |
|
| 7779 |
[[package]] |
| 7780 |
name = "wit-component" |
| 7781 |
version = "0.244.0" |
| 7782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7783 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 7784 |
dependencies = [ |
| 7785 |
"anyhow", |
| 7786 |
"bitflags 2.11.0", |
| 7787 |
"indexmap 2.13.0", |
| 7788 |
"log", |
| 7789 |
"serde", |
| 7790 |
"serde_derive", |
| 7791 |
"serde_json", |
| 7792 |
"wasm-encoder", |
| 7793 |
"wasm-metadata", |
| 7794 |
"wasmparser", |
| 7795 |
"wit-parser", |
| 7796 |
] |
| 7797 |
|
| 7798 |
[[package]] |
| 7799 |
name = "wit-parser" |
| 7800 |
version = "0.244.0" |
| 7801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7802 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 7803 |
dependencies = [ |
| 7804 |
"anyhow", |
| 7805 |
"id-arena", |
| 7806 |
"indexmap 2.13.0", |
| 7807 |
"log", |
| 7808 |
"semver", |
| 7809 |
"serde", |
| 7810 |
"serde_derive", |
| 7811 |
"serde_json", |
| 7812 |
"unicode-xid", |
| 7813 |
"wasmparser", |
| 7814 |
] |
| 7815 |
|
| 7816 |
[[package]] |
| 7817 |
name = "writeable" |
| 7818 |
version = "0.6.2" |
| 7819 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7820 |
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 7821 |
|
| 7822 |
[[package]] |
| 7823 |
name = "wry" |
| 7824 |
version = "0.54.4" |
| 7825 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7826 |
checksum = "e5a8135d8676225e5744de000d4dff5a082501bf7db6a1c1495034f8c314edbc" |
| 7827 |
dependencies = [ |
| 7828 |
"base64 0.22.1", |
| 7829 |
"block2", |
| 7830 |
"cookie", |
| 7831 |
"crossbeam-channel", |
| 7832 |
"dirs", |
| 7833 |
"dom_query", |
| 7834 |
"dpi", |
| 7835 |
"dunce", |
| 7836 |
"gdkx11", |
| 7837 |
"gtk", |
| 7838 |
"http", |
| 7839 |
"javascriptcore-rs", |
| 7840 |
"jni", |
| 7841 |
"libc", |
| 7842 |
"ndk", |
| 7843 |
"objc2", |
| 7844 |
"objc2-app-kit", |
| 7845 |
"objc2-core-foundation", |
| 7846 |
"objc2-foundation", |
| 7847 |
"objc2-ui-kit", |
| 7848 |
"objc2-web-kit", |
| 7849 |
"once_cell", |
| 7850 |
"percent-encoding", |
| 7851 |
"raw-window-handle", |
| 7852 |
"sha2", |
| 7853 |
"soup3", |
| 7854 |
"tao-macros", |
| 7855 |
"thiserror 2.0.18", |
| 7856 |
"url", |
| 7857 |
"webkit2gtk", |
| 7858 |
"webkit2gtk-sys", |
| 7859 |
"webview2-com", |
| 7860 |
"windows", |
| 7861 |
"windows-core 0.61.2", |
| 7862 |
"windows-version", |
| 7863 |
"x11-dl", |
| 7864 |
] |
| 7865 |
|
| 7866 |
[[package]] |
| 7867 |
name = "x11" |
| 7868 |
version = "2.21.0" |
| 7869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7870 |
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" |
| 7871 |
dependencies = [ |
| 7872 |
"libc", |
| 7873 |
"pkg-config", |
| 7874 |
] |
| 7875 |
|
| 7876 |
[[package]] |
| 7877 |
name = "x11-dl" |
| 7878 |
version = "2.21.0" |
| 7879 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7880 |
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| 7881 |
dependencies = [ |
| 7882 |
"libc", |
| 7883 |
"once_cell", |
| 7884 |
"pkg-config", |
| 7885 |
] |
| 7886 |
|
| 7887 |
[[package]] |
| 7888 |
name = "xattr" |
| 7889 |
version = "1.6.1" |
| 7890 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7891 |
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| 7892 |
dependencies = [ |
| 7893 |
"libc", |
| 7894 |
"rustix", |
| 7895 |
] |
| 7896 |
|
| 7897 |
[[package]] |
| 7898 |
name = "yoke" |
| 7899 |
version = "0.8.1" |
| 7900 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7901 |
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 7902 |
dependencies = [ |
| 7903 |
"stable_deref_trait", |
| 7904 |
"yoke-derive", |
| 7905 |
"zerofrom", |
| 7906 |
] |
| 7907 |
|
| 7908 |
[[package]] |
| 7909 |
name = "yoke-derive" |
| 7910 |
version = "0.8.1" |
| 7911 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7912 |
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 7913 |
dependencies = [ |
| 7914 |
"proc-macro2", |
| 7915 |
"quote", |
| 7916 |
"syn 2.0.117", |
| 7917 |
"synstructure", |
| 7918 |
] |
| 7919 |
|
| 7920 |
[[package]] |
| 7921 |
name = "zbus" |
| 7922 |
version = "5.14.0" |
| 7923 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7924 |
checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" |
| 7925 |
dependencies = [ |
| 7926 |
"async-broadcast", |
| 7927 |
"async-executor", |
| 7928 |
"async-io", |
| 7929 |
"async-lock", |
| 7930 |
"async-process", |
| 7931 |
"async-recursion", |
| 7932 |
"async-task", |
| 7933 |
"async-trait", |
| 7934 |
"blocking", |
| 7935 |
"enumflags2", |
| 7936 |
"event-listener 5.4.1", |
| 7937 |
"futures-core", |
| 7938 |
"futures-lite", |
| 7939 |
"hex", |
| 7940 |
"libc", |
| 7941 |
"ordered-stream", |
| 7942 |
"rustix", |
| 7943 |
"serde", |
| 7944 |
"serde_repr", |
| 7945 |
"tracing", |
| 7946 |
"uds_windows", |
| 7947 |
"uuid", |
| 7948 |
"windows-sys 0.61.2", |
| 7949 |
"winnow 0.7.15", |
| 7950 |
"zbus_macros", |
| 7951 |
"zbus_names", |
| 7952 |
"zvariant", |
| 7953 |
] |
| 7954 |
|
| 7955 |
[[package]] |
| 7956 |
name = "zbus_macros" |
| 7957 |
version = "5.14.0" |
| 7958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7959 |
checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" |
| 7960 |
dependencies = [ |
| 7961 |
"proc-macro-crate 3.5.0", |
| 7962 |
"proc-macro2", |
| 7963 |
"quote", |
| 7964 |
"syn 2.0.117", |
| 7965 |
"zbus_names", |
| 7966 |
"zvariant", |
| 7967 |
"zvariant_utils", |
| 7968 |
] |
| 7969 |
|
| 7970 |
[[package]] |
| 7971 |
name = "zbus_names" |
| 7972 |
version = "4.3.1" |
| 7973 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7974 |
checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" |
| 7975 |
dependencies = [ |
| 7976 |
"serde", |
| 7977 |
"winnow 0.7.15", |
| 7978 |
"zvariant", |
| 7979 |
] |
| 7980 |
|
| 7981 |
[[package]] |
| 7982 |
name = "zerocopy" |
| 7983 |
version = "0.8.48" |
| 7984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7985 |
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" |
| 7986 |
dependencies = [ |
| 7987 |
"zerocopy-derive", |
| 7988 |
] |
| 7989 |
|
| 7990 |
[[package]] |
| 7991 |
name = "zerocopy-derive" |
| 7992 |
version = "0.8.48" |
| 7993 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7994 |
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" |
| 7995 |
dependencies = [ |
| 7996 |
"proc-macro2", |
| 7997 |
"quote", |
| 7998 |
"syn 2.0.117", |
| 7999 |
] |
| 8000 |
|
| 8001 |
[[package]] |
| 8002 |
name = "zerofrom" |
| 8003 |
version = "0.1.6" |
| 8004 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8005 |
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 8006 |
dependencies = [ |
| 8007 |
"zerofrom-derive", |
| 8008 |
] |
| 8009 |
|
| 8010 |
[[package]] |
| 8011 |
name = "zerofrom-derive" |
| 8012 |
version = "0.1.6" |
| 8013 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8014 |
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 8015 |
dependencies = [ |
| 8016 |
"proc-macro2", |
| 8017 |
"quote", |
| 8018 |
"syn 2.0.117", |
| 8019 |
"synstructure", |
| 8020 |
] |
| 8021 |
|
| 8022 |
[[package]] |
| 8023 |
name = "zeroize" |
| 8024 |
version = "1.8.2" |
| 8025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8026 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 8027 |
|
| 8028 |
[[package]] |
| 8029 |
name = "zerotrie" |
| 8030 |
version = "0.2.3" |
| 8031 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8032 |
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 8033 |
dependencies = [ |
| 8034 |
"displaydoc", |
| 8035 |
"yoke", |
| 8036 |
"zerofrom", |
| 8037 |
] |
| 8038 |
|
| 8039 |
[[package]] |
| 8040 |
name = "zerovec" |
| 8041 |
version = "0.11.5" |
| 8042 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8043 |
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 8044 |
dependencies = [ |
| 8045 |
"yoke", |
| 8046 |
"zerofrom", |
| 8047 |
"zerovec-derive", |
| 8048 |
] |
| 8049 |
|
| 8050 |
[[package]] |
| 8051 |
name = "zerovec-derive" |
| 8052 |
version = "0.11.2" |
| 8053 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8054 |
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 8055 |
dependencies = [ |
| 8056 |
"proc-macro2", |
| 8057 |
"quote", |
| 8058 |
"syn 2.0.117", |
| 8059 |
] |
| 8060 |
|
| 8061 |
[[package]] |
| 8062 |
name = "zip" |
| 8063 |
version = "4.6.1" |
| 8064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8065 |
checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" |
| 8066 |
dependencies = [ |
| 8067 |
"arbitrary", |
| 8068 |
"crc32fast", |
| 8069 |
"indexmap 2.13.0", |
| 8070 |
"memchr", |
| 8071 |
] |
| 8072 |
|
| 8073 |
[[package]] |
| 8074 |
name = "zmij" |
| 8075 |
version = "1.0.21" |
| 8076 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8077 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 8078 |
|
| 8079 |
[[package]] |
| 8080 |
name = "zvariant" |
| 8081 |
version = "5.10.0" |
| 8082 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8083 |
checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" |
| 8084 |
dependencies = [ |
| 8085 |
"endi", |
| 8086 |
"enumflags2", |
| 8087 |
"serde", |
| 8088 |
"winnow 0.7.15", |
| 8089 |
"zvariant_derive", |
| 8090 |
"zvariant_utils", |
| 8091 |
] |
| 8092 |
|
| 8093 |
[[package]] |
| 8094 |
name = "zvariant_derive" |
| 8095 |
version = "5.10.0" |
| 8096 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8097 |
checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" |
| 8098 |
dependencies = [ |
| 8099 |
"proc-macro-crate 3.5.0", |
| 8100 |
"proc-macro2", |
| 8101 |
"quote", |
| 8102 |
"syn 2.0.117", |
| 8103 |
"zvariant_utils", |
| 8104 |
] |
| 8105 |
|
| 8106 |
[[package]] |
| 8107 |
name = "zvariant_utils" |
| 8108 |
version = "3.3.0" |
| 8109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8110 |
checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" |
| 8111 |
dependencies = [ |
| 8112 |
"proc-macro2", |
| 8113 |
"quote", |
| 8114 |
"serde", |
| 8115 |
"syn 2.0.117", |
| 8116 |
"winnow 0.7.15", |
| 8117 |
] |
| 8118 |
|