treedome: 0.5.1 -> 0.5.4 (#360651)

authored by

Arne Keller and committed by
GitHub
cf795d55 490913d5

+26 -5216
-5133
pkgs/by-name/tr/treedome/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.22.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aead" 22 - version = "0.5.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 25 - dependencies = [ 26 - "crypto-common", 27 - "generic-array 0.14.7", 28 - ] 29 - 30 - [[package]] 31 - name = "ahash" 32 - version = "0.8.11" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 35 - dependencies = [ 36 - "cfg-if", 37 - "getrandom 0.2.15", 38 - "once_cell", 39 - "version_check", 40 - "zerocopy", 41 - ] 42 - 43 - [[package]] 44 - name = "aho-corasick" 45 - version = "1.1.3" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 48 - dependencies = [ 49 - "memchr", 50 - ] 51 - 52 - [[package]] 53 - name = "alloc-no-stdlib" 54 - version = "2.0.4" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 57 - 58 - [[package]] 59 - name = "alloc-stdlib" 60 - version = "0.2.2" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 63 - dependencies = [ 64 - "alloc-no-stdlib", 65 - ] 66 - 67 - [[package]] 68 - name = "allocator-api2" 69 - version = "0.2.18" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 72 - 73 - [[package]] 74 - name = "android-tzdata" 75 - version = "0.1.1" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 78 - 79 - [[package]] 80 - name = "android_system_properties" 81 - version = "0.1.5" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 84 - dependencies = [ 85 - "libc", 86 - ] 87 - 88 - [[package]] 89 - name = "anyhow" 90 - version = "1.0.86" 91 - source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 93 - 94 - [[package]] 95 - name = "arrayvec" 96 - version = "0.5.2" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 99 - 100 - [[package]] 101 - name = "async-trait" 102 - version = "0.1.81" 103 - source = "registry+https://github.com/rust-lang/crates.io-index" 104 - checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 105 - dependencies = [ 106 - "proc-macro2", 107 - "quote", 108 - "syn 2.0.75", 109 - ] 110 - 111 - [[package]] 112 - name = "atk" 113 - version = "0.15.1" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" 116 - dependencies = [ 117 - "atk-sys", 118 - "bitflags 1.3.2", 119 - "glib", 120 - "libc", 121 - ] 122 - 123 - [[package]] 124 - name = "atk-sys" 125 - version = "0.15.1" 126 - source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" 128 - dependencies = [ 129 - "glib-sys", 130 - "gobject-sys", 131 - "libc", 132 - "system-deps 6.2.2", 133 - ] 134 - 135 - [[package]] 136 - name = "atoi" 137 - version = "2.0.0" 138 - source = "registry+https://github.com/rust-lang/crates.io-index" 139 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 140 - dependencies = [ 141 - "num-traits", 142 - ] 143 - 144 - [[package]] 145 - name = "autocfg" 146 - version = "1.3.0" 147 - source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 149 - 150 - [[package]] 151 - name = "backtrace" 152 - version = "0.3.73" 153 - source = "registry+https://github.com/rust-lang/crates.io-index" 154 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 155 - dependencies = [ 156 - "addr2line", 157 - "cc", 158 - "cfg-if", 159 - "libc", 160 - "miniz_oxide", 161 - "object", 162 - "rustc-demangle", 163 - ] 164 - 165 - [[package]] 166 - name = "base64" 167 - version = "0.13.1" 168 - source = "registry+https://github.com/rust-lang/crates.io-index" 169 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 170 - 171 - [[package]] 172 - name = "base64" 173 - version = "0.21.7" 174 - source = "registry+https://github.com/rust-lang/crates.io-index" 175 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 176 - 177 - [[package]] 178 - name = "base64" 179 - version = "0.22.1" 180 - source = "registry+https://github.com/rust-lang/crates.io-index" 181 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 182 - 183 - [[package]] 184 - name = "base64ct" 185 - version = "1.6.0" 186 - source = "registry+https://github.com/rust-lang/crates.io-index" 187 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 188 - 189 - [[package]] 190 - name = "bit-set" 191 - version = "0.5.3" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 194 - dependencies = [ 195 - "bit-vec", 196 - ] 197 - 198 - [[package]] 199 - name = "bit-vec" 200 - version = "0.6.3" 201 - source = "registry+https://github.com/rust-lang/crates.io-index" 202 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 203 - 204 - [[package]] 205 - name = "bitflags" 206 - version = "1.3.2" 207 - source = "registry+https://github.com/rust-lang/crates.io-index" 208 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 209 - 210 - [[package]] 211 - name = "bitflags" 212 - version = "2.6.0" 213 - source = "registry+https://github.com/rust-lang/crates.io-index" 214 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 215 - dependencies = [ 216 - "serde", 217 - ] 218 - 219 - [[package]] 220 - name = "block" 221 - version = "0.1.6" 222 - source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 224 - 225 - [[package]] 226 - name = "block-buffer" 227 - version = "0.10.4" 228 - source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 230 - dependencies = [ 231 - "generic-array 0.14.7", 232 - ] 233 - 234 - [[package]] 235 - name = "brotli" 236 - version = "3.5.0" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 239 - dependencies = [ 240 - "alloc-no-stdlib", 241 - "alloc-stdlib", 242 - "brotli-decompressor", 243 - ] 244 - 245 - [[package]] 246 - name = "brotli-decompressor" 247 - version = "2.5.1" 248 - source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 250 - dependencies = [ 251 - "alloc-no-stdlib", 252 - "alloc-stdlib", 253 - ] 254 - 255 - [[package]] 256 - name = "bstr" 257 - version = "1.10.0" 258 - source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 260 - dependencies = [ 261 - "memchr", 262 - "serde", 263 - ] 264 - 265 - [[package]] 266 - name = "bumpalo" 267 - version = "3.16.0" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 270 - 271 - [[package]] 272 - name = "bytemuck" 273 - version = "1.17.0" 274 - source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31" 276 - 277 - [[package]] 278 - name = "byteorder" 279 - version = "1.5.0" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 282 - 283 - [[package]] 284 - name = "bytes" 285 - version = "1.7.1" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" 288 - 289 - [[package]] 290 - name = "cairo-rs" 291 - version = "0.15.12" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" 294 - dependencies = [ 295 - "bitflags 1.3.2", 296 - "cairo-sys-rs", 297 - "glib", 298 - "libc", 299 - "thiserror", 300 - ] 301 - 302 - [[package]] 303 - name = "cairo-sys-rs" 304 - version = "0.15.1" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" 307 - dependencies = [ 308 - "glib-sys", 309 - "libc", 310 - "system-deps 6.2.2", 311 - ] 312 - 313 - [[package]] 314 - name = "cargo_toml" 315 - version = "0.15.3" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 318 - dependencies = [ 319 - "serde", 320 - "toml 0.7.8", 321 - ] 322 - 323 - [[package]] 324 - name = "cc" 325 - version = "1.1.13" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48" 328 - dependencies = [ 329 - "shlex", 330 - ] 331 - 332 - [[package]] 333 - name = "cesu8" 334 - version = "1.1.0" 335 - source = "registry+https://github.com/rust-lang/crates.io-index" 336 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 337 - 338 - [[package]] 339 - name = "cfb" 340 - version = "0.7.3" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 343 - dependencies = [ 344 - "byteorder", 345 - "fnv", 346 - "uuid", 347 - ] 348 - 349 - [[package]] 350 - name = "cfg-expr" 351 - version = "0.9.1" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" 354 - dependencies = [ 355 - "smallvec", 356 - ] 357 - 358 - [[package]] 359 - name = "cfg-expr" 360 - version = "0.15.8" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 363 - dependencies = [ 364 - "smallvec", 365 - "target-lexicon", 366 - ] 367 - 368 - [[package]] 369 - name = "cfg-if" 370 - version = "1.0.0" 371 - source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 373 - 374 - [[package]] 375 - name = "chacha20" 376 - version = "0.9.1" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 379 - dependencies = [ 380 - "cfg-if", 381 - "cipher", 382 - "cpufeatures", 383 - ] 384 - 385 - [[package]] 386 - name = "chacha20poly1305" 387 - version = "0.10.1" 388 - source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 390 - dependencies = [ 391 - "aead", 392 - "chacha20", 393 - "cipher", 394 - "poly1305", 395 - "zeroize", 396 - ] 397 - 398 - [[package]] 399 - name = "chrono" 400 - version = "0.4.38" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 403 - dependencies = [ 404 - "android-tzdata", 405 - "iana-time-zone", 406 - "js-sys", 407 - "num-traits", 408 - "serde", 409 - "wasm-bindgen", 410 - "windows-targets 0.52.6", 411 - ] 412 - 413 - [[package]] 414 - name = "ciborium" 415 - version = "0.2.2" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 418 - dependencies = [ 419 - "ciborium-io", 420 - "ciborium-ll", 421 - "serde", 422 - ] 423 - 424 - [[package]] 425 - name = "ciborium-io" 426 - version = "0.2.2" 427 - source = "registry+https://github.com/rust-lang/crates.io-index" 428 - checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 429 - 430 - [[package]] 431 - name = "ciborium-ll" 432 - version = "0.2.2" 433 - source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 435 - dependencies = [ 436 - "ciborium-io", 437 - "half", 438 - ] 439 - 440 - [[package]] 441 - name = "cipher" 442 - version = "0.4.4" 443 - source = "registry+https://github.com/rust-lang/crates.io-index" 444 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 445 - dependencies = [ 446 - "crypto-common", 447 - "inout", 448 - "zeroize", 449 - ] 450 - 451 - [[package]] 452 - name = "cocoa" 453 - version = "0.24.1" 454 - source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 456 - dependencies = [ 457 - "bitflags 1.3.2", 458 - "block", 459 - "cocoa-foundation", 460 - "core-foundation", 461 - "core-graphics", 462 - "foreign-types", 463 - "libc", 464 - "objc", 465 - ] 466 - 467 - [[package]] 468 - name = "cocoa-foundation" 469 - version = "0.1.2" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 472 - dependencies = [ 473 - "bitflags 1.3.2", 474 - "block", 475 - "core-foundation", 476 - "core-graphics-types", 477 - "libc", 478 - "objc", 479 - ] 480 - 481 - [[package]] 482 - name = "color_quant" 483 - version = "1.1.0" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 486 - 487 - [[package]] 488 - name = "combine" 489 - version = "4.6.7" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 492 - dependencies = [ 493 - "bytes", 494 - "memchr", 495 - ] 496 - 497 - [[package]] 498 - name = "const-oid" 499 - version = "0.9.6" 500 - source = "registry+https://github.com/rust-lang/crates.io-index" 501 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 502 - 503 - [[package]] 504 - name = "convert_case" 505 - version = "0.4.0" 506 - source = "registry+https://github.com/rust-lang/crates.io-index" 507 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 508 - 509 - [[package]] 510 - name = "core-foundation" 511 - version = "0.9.4" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 514 - dependencies = [ 515 - "core-foundation-sys", 516 - "libc", 517 - ] 518 - 519 - [[package]] 520 - name = "core-foundation-sys" 521 - version = "0.8.7" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 524 - 525 - [[package]] 526 - name = "core-graphics" 527 - version = "0.22.3" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 530 - dependencies = [ 531 - "bitflags 1.3.2", 532 - "core-foundation", 533 - "core-graphics-types", 534 - "foreign-types", 535 - "libc", 536 - ] 537 - 538 - [[package]] 539 - name = "core-graphics-types" 540 - version = "0.1.3" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 543 - dependencies = [ 544 - "bitflags 1.3.2", 545 - "core-foundation", 546 - "libc", 547 - ] 548 - 549 - [[package]] 550 - name = "cpufeatures" 551 - version = "0.2.13" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" 554 - dependencies = [ 555 - "libc", 556 - ] 557 - 558 - [[package]] 559 - name = "crc" 560 - version = "3.2.1" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 563 - dependencies = [ 564 - "crc-catalog", 565 - ] 566 - 567 - [[package]] 568 - name = "crc-catalog" 569 - version = "2.4.0" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 572 - 573 - [[package]] 574 - name = "crc32fast" 575 - version = "1.4.2" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 578 - dependencies = [ 579 - "cfg-if", 580 - ] 581 - 582 - [[package]] 583 - name = "crossbeam-channel" 584 - version = "0.5.13" 585 - source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 587 - dependencies = [ 588 - "crossbeam-utils", 589 - ] 590 - 591 - [[package]] 592 - name = "crossbeam-deque" 593 - version = "0.8.5" 594 - source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 596 - dependencies = [ 597 - "crossbeam-epoch", 598 - "crossbeam-utils", 599 - ] 600 - 601 - [[package]] 602 - name = "crossbeam-epoch" 603 - version = "0.9.18" 604 - source = "registry+https://github.com/rust-lang/crates.io-index" 605 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 606 - dependencies = [ 607 - "crossbeam-utils", 608 - ] 609 - 610 - [[package]] 611 - name = "crossbeam-queue" 612 - version = "0.3.11" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 615 - dependencies = [ 616 - "crossbeam-utils", 617 - ] 618 - 619 - [[package]] 620 - name = "crossbeam-utils" 621 - version = "0.8.20" 622 - source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 624 - 625 - [[package]] 626 - name = "crunchy" 627 - version = "0.2.2" 628 - source = "registry+https://github.com/rust-lang/crates.io-index" 629 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 630 - 631 - [[package]] 632 - name = "crypto-common" 633 - version = "0.1.6" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 636 - dependencies = [ 637 - "generic-array 0.14.7", 638 - "rand_core 0.6.4", 639 - "typenum", 640 - ] 641 - 642 - [[package]] 643 - name = "cssparser" 644 - version = "0.27.2" 645 - source = "registry+https://github.com/rust-lang/crates.io-index" 646 - checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 647 - dependencies = [ 648 - "cssparser-macros", 649 - "dtoa-short", 650 - "itoa 0.4.8", 651 - "matches", 652 - "phf 0.8.0", 653 - "proc-macro2", 654 - "quote", 655 - "smallvec", 656 - "syn 1.0.109", 657 - ] 658 - 659 - [[package]] 660 - name = "cssparser-macros" 661 - version = "0.6.1" 662 - source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 664 - dependencies = [ 665 - "quote", 666 - "syn 2.0.75", 667 - ] 668 - 669 - [[package]] 670 - name = "ctor" 671 - version = "0.2.8" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 674 - dependencies = [ 675 - "quote", 676 - "syn 2.0.75", 677 - ] 678 - 679 - [[package]] 680 - name = "darling" 681 - version = "0.14.4" 682 - source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 684 - dependencies = [ 685 - "darling_core 0.14.4", 686 - "darling_macro 0.14.4", 687 - ] 688 - 689 - [[package]] 690 - name = "darling" 691 - version = "0.20.10" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 694 - dependencies = [ 695 - "darling_core 0.20.10", 696 - "darling_macro 0.20.10", 697 - ] 698 - 699 - [[package]] 700 - name = "darling_core" 701 - version = "0.14.4" 702 - source = "registry+https://github.com/rust-lang/crates.io-index" 703 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 704 - dependencies = [ 705 - "fnv", 706 - "ident_case", 707 - "proc-macro2", 708 - "quote", 709 - "strsim 0.10.0", 710 - "syn 1.0.109", 711 - ] 712 - 713 - [[package]] 714 - name = "darling_core" 715 - version = "0.20.10" 716 - source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 718 - dependencies = [ 719 - "fnv", 720 - "ident_case", 721 - "proc-macro2", 722 - "quote", 723 - "strsim 0.11.1", 724 - "syn 2.0.75", 725 - ] 726 - 727 - [[package]] 728 - name = "darling_macro" 729 - version = "0.14.4" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 732 - dependencies = [ 733 - "darling_core 0.14.4", 734 - "quote", 735 - "syn 1.0.109", 736 - ] 737 - 738 - [[package]] 739 - name = "darling_macro" 740 - version = "0.20.10" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 743 - dependencies = [ 744 - "darling_core 0.20.10", 745 - "quote", 746 - "syn 2.0.75", 747 - ] 748 - 749 - [[package]] 750 - name = "dashmap" 751 - version = "5.5.3" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 754 - dependencies = [ 755 - "cfg-if", 756 - "hashbrown 0.14.5", 757 - "lock_api", 758 - "once_cell", 759 - "parking_lot_core", 760 - ] 761 - 762 - [[package]] 763 - name = "der" 764 - version = "0.7.9" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 767 - dependencies = [ 768 - "const-oid", 769 - "pem-rfc7468", 770 - "zeroize", 771 - ] 772 - 773 - [[package]] 774 - name = "deranged" 775 - version = "0.3.11" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 778 - dependencies = [ 779 - "powerfmt", 780 - "serde", 781 - ] 782 - 783 - [[package]] 784 - name = "derive_builder" 785 - version = "0.12.0" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" 788 - dependencies = [ 789 - "derive_builder_macro", 790 - ] 791 - 792 - [[package]] 793 - name = "derive_builder_core" 794 - version = "0.12.0" 795 - source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" 797 - dependencies = [ 798 - "darling 0.14.4", 799 - "proc-macro2", 800 - "quote", 801 - "syn 1.0.109", 802 - ] 803 - 804 - [[package]] 805 - name = "derive_builder_macro" 806 - version = "0.12.0" 807 - source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" 809 - dependencies = [ 810 - "derive_builder_core", 811 - "syn 1.0.109", 812 - ] 813 - 814 - [[package]] 815 - name = "derive_more" 816 - version = "0.99.18" 817 - source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 819 - dependencies = [ 820 - "convert_case", 821 - "proc-macro2", 822 - "quote", 823 - "rustc_version", 824 - "syn 2.0.75", 825 - ] 826 - 827 - [[package]] 828 - name = "digest" 829 - version = "0.10.7" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 832 - dependencies = [ 833 - "block-buffer", 834 - "const-oid", 835 - "crypto-common", 836 - "subtle", 837 - ] 838 - 839 - [[package]] 840 - name = "dirs-next" 841 - version = "2.0.0" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 844 - dependencies = [ 845 - "cfg-if", 846 - "dirs-sys-next", 847 - ] 848 - 849 - [[package]] 850 - name = "dirs-sys-next" 851 - version = "0.1.2" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 854 - dependencies = [ 855 - "libc", 856 - "redox_users", 857 - "winapi", 858 - ] 859 - 860 - [[package]] 861 - name = "dispatch" 862 - version = "0.2.0" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 865 - 866 - [[package]] 867 - name = "dotenvy" 868 - version = "0.15.7" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 871 - 872 - [[package]] 873 - name = "dtoa" 874 - version = "1.0.9" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 877 - 878 - [[package]] 879 - name = "dtoa-short" 880 - version = "0.3.5" 881 - source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 883 - dependencies = [ 884 - "dtoa", 885 - ] 886 - 887 - [[package]] 888 - name = "dunce" 889 - version = "1.0.5" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 892 - 893 - [[package]] 894 - name = "either" 895 - version = "1.13.0" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 898 - dependencies = [ 899 - "serde", 900 - ] 901 - 902 - [[package]] 903 - name = "embed-resource" 904 - version = "2.4.3" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602" 907 - dependencies = [ 908 - "cc", 909 - "memchr", 910 - "rustc_version", 911 - "toml 0.8.19", 912 - "vswhom", 913 - "winreg", 914 - ] 915 - 916 - [[package]] 917 - name = "embed_plist" 918 - version = "1.2.2" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 921 - 922 - [[package]] 923 - name = "encoding_rs" 924 - version = "0.8.34" 925 - source = "registry+https://github.com/rust-lang/crates.io-index" 926 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 927 - dependencies = [ 928 - "cfg-if", 929 - ] 930 - 931 - [[package]] 932 - name = "equivalent" 933 - version = "1.0.1" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 936 - 937 - [[package]] 938 - name = "errno" 939 - version = "0.3.9" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 942 - dependencies = [ 943 - "libc", 944 - "windows-sys 0.52.0", 945 - ] 946 - 947 - [[package]] 948 - name = "etcetera" 949 - version = "0.8.0" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 952 - dependencies = [ 953 - "cfg-if", 954 - "home", 955 - "windows-sys 0.48.0", 956 - ] 957 - 958 - [[package]] 959 - name = "event-listener" 960 - version = "2.5.3" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 963 - 964 - [[package]] 965 - name = "execute" 966 - version = "0.2.13" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "3a82608ee96ce76aeab659e9b8d3c2b787bffd223199af88c674923d861ada10" 969 - dependencies = [ 970 - "execute-command-macro", 971 - "execute-command-tokens", 972 - "generic-array 1.1.0", 973 - ] 974 - 975 - [[package]] 976 - name = "execute-command-macro" 977 - version = "0.1.9" 978 - source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "90dec53d547564e911dc4ff3ecb726a64cf41a6fa01a2370ebc0d95175dd08bd" 980 - dependencies = [ 981 - "execute-command-macro-impl", 982 - ] 983 - 984 - [[package]] 985 - name = "execute-command-macro-impl" 986 - version = "0.1.10" 987 - source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "ce8cd46a041ad005ab9c71263f9a0ff5b529eac0fe4cc9b4a20f4f0765d8cf4b" 989 - dependencies = [ 990 - "execute-command-tokens", 991 - "quote", 992 - "syn 2.0.75", 993 - ] 994 - 995 - [[package]] 996 - name = "execute-command-tokens" 997 - version = "0.1.7" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "69dc321eb6be977f44674620ca3aa21703cb20ffbe560e1ae97da08401ffbcad" 1000 - 1001 - [[package]] 1002 - name = "fancy-regex" 1003 - version = "0.11.0" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 1006 - dependencies = [ 1007 - "bit-set", 1008 - "regex", 1009 - ] 1010 - 1011 - [[package]] 1012 - name = "fastrand" 1013 - version = "2.1.0" 1014 - source = "registry+https://github.com/rust-lang/crates.io-index" 1015 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1016 - 1017 - [[package]] 1018 - name = "fdeflate" 1019 - version = "0.3.4" 1020 - source = "registry+https://github.com/rust-lang/crates.io-index" 1021 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1022 - dependencies = [ 1023 - "simd-adler32", 1024 - ] 1025 - 1026 - [[package]] 1027 - name = "field-offset" 1028 - version = "0.3.6" 1029 - source = "registry+https://github.com/rust-lang/crates.io-index" 1030 - checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1031 - dependencies = [ 1032 - "memoffset", 1033 - "rustc_version", 1034 - ] 1035 - 1036 - [[package]] 1037 - name = "filetime" 1038 - version = "0.2.24" 1039 - source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" 1041 - dependencies = [ 1042 - "cfg-if", 1043 - "libc", 1044 - "libredox", 1045 - "windows-sys 0.59.0", 1046 - ] 1047 - 1048 - [[package]] 1049 - name = "fix-path-env" 1050 - version = "0.0.0" 1051 - source = "git+https://github.com/tauri-apps/fix-path-env-rs?rev=a355f9da4ee628404c8f884fed5dfb2bd1876488#a355f9da4ee628404c8f884fed5dfb2bd1876488" 1052 - dependencies = [ 1053 - "strip-ansi-escapes", 1054 - "thiserror", 1055 - ] 1056 - 1057 - [[package]] 1058 - name = "flate2" 1059 - version = "1.0.31" 1060 - source = "registry+https://github.com/rust-lang/crates.io-index" 1061 - checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" 1062 - dependencies = [ 1063 - "crc32fast", 1064 - "miniz_oxide", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "flume" 1069 - version = "0.11.0" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1072 - dependencies = [ 1073 - "futures-core", 1074 - "futures-sink", 1075 - "spin", 1076 - ] 1077 - 1078 - [[package]] 1079 - name = "fnv" 1080 - version = "1.0.7" 1081 - source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1083 - 1084 - [[package]] 1085 - name = "foreign-types" 1086 - version = "0.3.2" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1089 - dependencies = [ 1090 - "foreign-types-shared", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "foreign-types-shared" 1095 - version = "0.1.1" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1098 - 1099 - [[package]] 1100 - name = "form_urlencoded" 1101 - version = "1.2.1" 1102 - source = "registry+https://github.com/rust-lang/crates.io-index" 1103 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1104 - dependencies = [ 1105 - "percent-encoding", 1106 - ] 1107 - 1108 - [[package]] 1109 - name = "futf" 1110 - version = "0.1.5" 1111 - source = "registry+https://github.com/rust-lang/crates.io-index" 1112 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1113 - dependencies = [ 1114 - "mac", 1115 - "new_debug_unreachable", 1116 - ] 1117 - 1118 - [[package]] 1119 - name = "futures" 1120 - version = "0.3.30" 1121 - source = "registry+https://github.com/rust-lang/crates.io-index" 1122 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1123 - dependencies = [ 1124 - "futures-channel", 1125 - "futures-core", 1126 - "futures-executor", 1127 - "futures-io", 1128 - "futures-sink", 1129 - "futures-task", 1130 - "futures-util", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "futures-channel" 1135 - version = "0.3.30" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1138 - dependencies = [ 1139 - "futures-core", 1140 - "futures-sink", 1141 - ] 1142 - 1143 - [[package]] 1144 - name = "futures-core" 1145 - version = "0.3.30" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1148 - 1149 - [[package]] 1150 - name = "futures-executor" 1151 - version = "0.3.30" 1152 - source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1154 - dependencies = [ 1155 - "futures-core", 1156 - "futures-task", 1157 - "futures-util", 1158 - ] 1159 - 1160 - [[package]] 1161 - name = "futures-intrusive" 1162 - version = "0.5.0" 1163 - source = "registry+https://github.com/rust-lang/crates.io-index" 1164 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1165 - dependencies = [ 1166 - "futures-core", 1167 - "lock_api", 1168 - "parking_lot", 1169 - ] 1170 - 1171 - [[package]] 1172 - name = "futures-io" 1173 - version = "0.3.30" 1174 - source = "registry+https://github.com/rust-lang/crates.io-index" 1175 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1176 - 1177 - [[package]] 1178 - name = "futures-macro" 1179 - version = "0.3.30" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1182 - dependencies = [ 1183 - "proc-macro2", 1184 - "quote", 1185 - "syn 2.0.75", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "futures-sink" 1190 - version = "0.3.30" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1193 - 1194 - [[package]] 1195 - name = "futures-task" 1196 - version = "0.3.30" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1199 - 1200 - [[package]] 1201 - name = "futures-util" 1202 - version = "0.3.30" 1203 - source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1205 - dependencies = [ 1206 - "futures-channel", 1207 - "futures-core", 1208 - "futures-io", 1209 - "futures-macro", 1210 - "futures-sink", 1211 - "futures-task", 1212 - "memchr", 1213 - "pin-project-lite", 1214 - "pin-utils", 1215 - "slab", 1216 - ] 1217 - 1218 - [[package]] 1219 - name = "fxhash" 1220 - version = "0.2.1" 1221 - source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1223 - dependencies = [ 1224 - "byteorder", 1225 - ] 1226 - 1227 - [[package]] 1228 - name = "gdk" 1229 - version = "0.15.4" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" 1232 - dependencies = [ 1233 - "bitflags 1.3.2", 1234 - "cairo-rs", 1235 - "gdk-pixbuf", 1236 - "gdk-sys", 1237 - "gio", 1238 - "glib", 1239 - "libc", 1240 - "pango", 1241 - ] 1242 - 1243 - [[package]] 1244 - name = "gdk-pixbuf" 1245 - version = "0.15.11" 1246 - source = "registry+https://github.com/rust-lang/crates.io-index" 1247 - checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" 1248 - dependencies = [ 1249 - "bitflags 1.3.2", 1250 - "gdk-pixbuf-sys", 1251 - "gio", 1252 - "glib", 1253 - "libc", 1254 - ] 1255 - 1256 - [[package]] 1257 - name = "gdk-pixbuf-sys" 1258 - version = "0.15.10" 1259 - source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" 1261 - dependencies = [ 1262 - "gio-sys", 1263 - "glib-sys", 1264 - "gobject-sys", 1265 - "libc", 1266 - "system-deps 6.2.2", 1267 - ] 1268 - 1269 - [[package]] 1270 - name = "gdk-sys" 1271 - version = "0.15.1" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" 1274 - dependencies = [ 1275 - "cairo-sys-rs", 1276 - "gdk-pixbuf-sys", 1277 - "gio-sys", 1278 - "glib-sys", 1279 - "gobject-sys", 1280 - "libc", 1281 - "pango-sys", 1282 - "pkg-config", 1283 - "system-deps 6.2.2", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "gdkwayland-sys" 1288 - version = "0.15.3" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2" 1291 - dependencies = [ 1292 - "gdk-sys", 1293 - "glib-sys", 1294 - "gobject-sys", 1295 - "libc", 1296 - "pkg-config", 1297 - "system-deps 6.2.2", 1298 - ] 1299 - 1300 - [[package]] 1301 - name = "gdkx11-sys" 1302 - version = "0.15.1" 1303 - source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" 1305 - dependencies = [ 1306 - "gdk-sys", 1307 - "glib-sys", 1308 - "libc", 1309 - "system-deps 6.2.2", 1310 - "x11", 1311 - ] 1312 - 1313 - [[package]] 1314 - name = "generator" 1315 - version = "0.7.5" 1316 - source = "registry+https://github.com/rust-lang/crates.io-index" 1317 - checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 1318 - dependencies = [ 1319 - "cc", 1320 - "libc", 1321 - "log", 1322 - "rustversion", 1323 - "windows 0.48.0", 1324 - ] 1325 - 1326 - [[package]] 1327 - name = "generic-array" 1328 - version = "0.14.7" 1329 - source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1331 - dependencies = [ 1332 - "typenum", 1333 - "version_check", 1334 - ] 1335 - 1336 - [[package]] 1337 - name = "generic-array" 1338 - version = "1.1.0" 1339 - source = "registry+https://github.com/rust-lang/crates.io-index" 1340 - checksum = "96512db27971c2c3eece70a1e106fbe6c87760234e31e8f7e5634912fe52794a" 1341 - dependencies = [ 1342 - "typenum", 1343 - ] 1344 - 1345 - [[package]] 1346 - name = "getrandom" 1347 - version = "0.1.16" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1350 - dependencies = [ 1351 - "cfg-if", 1352 - "libc", 1353 - "wasi 0.9.0+wasi-snapshot-preview1", 1354 - ] 1355 - 1356 - [[package]] 1357 - name = "getrandom" 1358 - version = "0.2.15" 1359 - source = "registry+https://github.com/rust-lang/crates.io-index" 1360 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1361 - dependencies = [ 1362 - "cfg-if", 1363 - "libc", 1364 - "wasi 0.11.0+wasi-snapshot-preview1", 1365 - ] 1366 - 1367 - [[package]] 1368 - name = "gimli" 1369 - version = "0.29.0" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1372 - 1373 - [[package]] 1374 - name = "gio" 1375 - version = "0.15.12" 1376 - source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" 1378 - dependencies = [ 1379 - "bitflags 1.3.2", 1380 - "futures-channel", 1381 - "futures-core", 1382 - "futures-io", 1383 - "gio-sys", 1384 - "glib", 1385 - "libc", 1386 - "once_cell", 1387 - "thiserror", 1388 - ] 1389 - 1390 - [[package]] 1391 - name = "gio-sys" 1392 - version = "0.15.10" 1393 - source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" 1395 - dependencies = [ 1396 - "glib-sys", 1397 - "gobject-sys", 1398 - "libc", 1399 - "system-deps 6.2.2", 1400 - "winapi", 1401 - ] 1402 - 1403 - [[package]] 1404 - name = "glib" 1405 - version = "0.15.12" 1406 - source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" 1408 - dependencies = [ 1409 - "bitflags 1.3.2", 1410 - "futures-channel", 1411 - "futures-core", 1412 - "futures-executor", 1413 - "futures-task", 1414 - "glib-macros", 1415 - "glib-sys", 1416 - "gobject-sys", 1417 - "libc", 1418 - "once_cell", 1419 - "smallvec", 1420 - "thiserror", 1421 - ] 1422 - 1423 - [[package]] 1424 - name = "glib-macros" 1425 - version = "0.15.13" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" 1428 - dependencies = [ 1429 - "anyhow", 1430 - "heck 0.4.1", 1431 - "proc-macro-crate", 1432 - "proc-macro-error", 1433 - "proc-macro2", 1434 - "quote", 1435 - "syn 1.0.109", 1436 - ] 1437 - 1438 - [[package]] 1439 - name = "glib-sys" 1440 - version = "0.15.10" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" 1443 - dependencies = [ 1444 - "libc", 1445 - "system-deps 6.2.2", 1446 - ] 1447 - 1448 - [[package]] 1449 - name = "glob" 1450 - version = "0.3.1" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1453 - 1454 - [[package]] 1455 - name = "globset" 1456 - version = "0.4.14" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 1459 - dependencies = [ 1460 - "aho-corasick", 1461 - "bstr", 1462 - "log", 1463 - "regex-automata 0.4.7", 1464 - "regex-syntax 0.8.4", 1465 - ] 1466 - 1467 - [[package]] 1468 - name = "gobject-sys" 1469 - version = "0.15.10" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" 1472 - dependencies = [ 1473 - "glib-sys", 1474 - "libc", 1475 - "system-deps 6.2.2", 1476 - ] 1477 - 1478 - [[package]] 1479 - name = "gtk" 1480 - version = "0.15.5" 1481 - source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" 1483 - dependencies = [ 1484 - "atk", 1485 - "bitflags 1.3.2", 1486 - "cairo-rs", 1487 - "field-offset", 1488 - "futures-channel", 1489 - "gdk", 1490 - "gdk-pixbuf", 1491 - "gio", 1492 - "glib", 1493 - "gtk-sys", 1494 - "gtk3-macros", 1495 - "libc", 1496 - "once_cell", 1497 - "pango", 1498 - "pkg-config", 1499 - ] 1500 - 1501 - [[package]] 1502 - name = "gtk-sys" 1503 - version = "0.15.3" 1504 - source = "registry+https://github.com/rust-lang/crates.io-index" 1505 - checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" 1506 - dependencies = [ 1507 - "atk-sys", 1508 - "cairo-sys-rs", 1509 - "gdk-pixbuf-sys", 1510 - "gdk-sys", 1511 - "gio-sys", 1512 - "glib-sys", 1513 - "gobject-sys", 1514 - "libc", 1515 - "pango-sys", 1516 - "system-deps 6.2.2", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "gtk3-macros" 1521 - version = "0.15.6" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" 1524 - dependencies = [ 1525 - "anyhow", 1526 - "proc-macro-crate", 1527 - "proc-macro-error", 1528 - "proc-macro2", 1529 - "quote", 1530 - "syn 1.0.109", 1531 - ] 1532 - 1533 - [[package]] 1534 - name = "half" 1535 - version = "2.4.1" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 1538 - dependencies = [ 1539 - "cfg-if", 1540 - "crunchy", 1541 - ] 1542 - 1543 - [[package]] 1544 - name = "hashbrown" 1545 - version = "0.12.3" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1548 - 1549 - [[package]] 1550 - name = "hashbrown" 1551 - version = "0.14.5" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1554 - dependencies = [ 1555 - "ahash", 1556 - "allocator-api2", 1557 - ] 1558 - 1559 - [[package]] 1560 - name = "hashlink" 1561 - version = "0.8.4" 1562 - source = "registry+https://github.com/rust-lang/crates.io-index" 1563 - checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 1564 - dependencies = [ 1565 - "hashbrown 0.14.5", 1566 - ] 1567 - 1568 - [[package]] 1569 - name = "heck" 1570 - version = "0.3.3" 1571 - source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1573 - dependencies = [ 1574 - "unicode-segmentation", 1575 - ] 1576 - 1577 - [[package]] 1578 - name = "heck" 1579 - version = "0.4.1" 1580 - source = "registry+https://github.com/rust-lang/crates.io-index" 1581 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1582 - dependencies = [ 1583 - "unicode-segmentation", 1584 - ] 1585 - 1586 - [[package]] 1587 - name = "heck" 1588 - version = "0.5.0" 1589 - source = "registry+https://github.com/rust-lang/crates.io-index" 1590 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1591 - 1592 - [[package]] 1593 - name = "hermit-abi" 1594 - version = "0.3.9" 1595 - source = "registry+https://github.com/rust-lang/crates.io-index" 1596 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1597 - 1598 - [[package]] 1599 - name = "hex" 1600 - version = "0.4.3" 1601 - source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1603 - 1604 - [[package]] 1605 - name = "hkdf" 1606 - version = "0.12.4" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1609 - dependencies = [ 1610 - "hmac", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "hmac" 1615 - version = "0.12.1" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1618 - dependencies = [ 1619 - "digest", 1620 - ] 1621 - 1622 - [[package]] 1623 - name = "home" 1624 - version = "0.5.9" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1627 - dependencies = [ 1628 - "windows-sys 0.52.0", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "html5ever" 1633 - version = "0.26.0" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 1636 - dependencies = [ 1637 - "log", 1638 - "mac", 1639 - "markup5ever", 1640 - "proc-macro2", 1641 - "quote", 1642 - "syn 1.0.109", 1643 - ] 1644 - 1645 - [[package]] 1646 - name = "http" 1647 - version = "0.2.12" 1648 - source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1650 - dependencies = [ 1651 - "bytes", 1652 - "fnv", 1653 - "itoa 1.0.11", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "http-range" 1658 - version = "0.1.5" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1661 - 1662 - [[package]] 1663 - name = "iana-time-zone" 1664 - version = "0.1.60" 1665 - source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1667 - dependencies = [ 1668 - "android_system_properties", 1669 - "core-foundation-sys", 1670 - "iana-time-zone-haiku", 1671 - "js-sys", 1672 - "wasm-bindgen", 1673 - "windows-core", 1674 - ] 1675 - 1676 - [[package]] 1677 - name = "iana-time-zone-haiku" 1678 - version = "0.1.2" 1679 - source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1681 - dependencies = [ 1682 - "cc", 1683 - ] 1684 - 1685 - [[package]] 1686 - name = "ico" 1687 - version = "0.3.0" 1688 - source = "registry+https://github.com/rust-lang/crates.io-index" 1689 - checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" 1690 - dependencies = [ 1691 - "byteorder", 1692 - "png", 1693 - ] 1694 - 1695 - [[package]] 1696 - name = "ident_case" 1697 - version = "1.0.1" 1698 - source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1700 - 1701 - [[package]] 1702 - name = "idna" 1703 - version = "0.5.0" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1706 - dependencies = [ 1707 - "unicode-bidi", 1708 - "unicode-normalization", 1709 - ] 1710 - 1711 - [[package]] 1712 - name = "ignore" 1713 - version = "0.4.22" 1714 - source = "registry+https://github.com/rust-lang/crates.io-index" 1715 - checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 1716 - dependencies = [ 1717 - "crossbeam-deque", 1718 - "globset", 1719 - "log", 1720 - "memchr", 1721 - "regex-automata 0.4.7", 1722 - "same-file", 1723 - "walkdir", 1724 - "winapi-util", 1725 - ] 1726 - 1727 - [[package]] 1728 - name = "image" 1729 - version = "0.24.9" 1730 - source = "registry+https://github.com/rust-lang/crates.io-index" 1731 - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 1732 - dependencies = [ 1733 - "bytemuck", 1734 - "byteorder", 1735 - "color_quant", 1736 - "num-traits", 1737 - ] 1738 - 1739 - [[package]] 1740 - name = "indexmap" 1741 - version = "1.9.3" 1742 - source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1744 - dependencies = [ 1745 - "autocfg", 1746 - "hashbrown 0.12.3", 1747 - "serde", 1748 - ] 1749 - 1750 - [[package]] 1751 - name = "indexmap" 1752 - version = "2.4.0" 1753 - source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" 1755 - dependencies = [ 1756 - "equivalent", 1757 - "hashbrown 0.14.5", 1758 - "serde", 1759 - ] 1760 - 1761 - [[package]] 1762 - name = "infer" 1763 - version = "0.13.0" 1764 - source = "registry+https://github.com/rust-lang/crates.io-index" 1765 - checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" 1766 - dependencies = [ 1767 - "cfb", 1768 - ] 1769 - 1770 - [[package]] 1771 - name = "inout" 1772 - version = "0.1.3" 1773 - source = "registry+https://github.com/rust-lang/crates.io-index" 1774 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1775 - dependencies = [ 1776 - "generic-array 0.14.7", 1777 - ] 1778 - 1779 - [[package]] 1780 - name = "instant" 1781 - version = "0.1.13" 1782 - source = "registry+https://github.com/rust-lang/crates.io-index" 1783 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1784 - dependencies = [ 1785 - "cfg-if", 1786 - ] 1787 - 1788 - [[package]] 1789 - name = "itertools" 1790 - version = "0.10.5" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1793 - dependencies = [ 1794 - "either", 1795 - ] 1796 - 1797 - [[package]] 1798 - name = "itoa" 1799 - version = "0.4.8" 1800 - source = "registry+https://github.com/rust-lang/crates.io-index" 1801 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1802 - 1803 - [[package]] 1804 - name = "itoa" 1805 - version = "1.0.11" 1806 - source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1808 - 1809 - [[package]] 1810 - name = "javascriptcore-rs" 1811 - version = "0.16.0" 1812 - source = "registry+https://github.com/rust-lang/crates.io-index" 1813 - checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" 1814 - dependencies = [ 1815 - "bitflags 1.3.2", 1816 - "glib", 1817 - "javascriptcore-rs-sys", 1818 - ] 1819 - 1820 - [[package]] 1821 - name = "javascriptcore-rs-sys" 1822 - version = "0.4.0" 1823 - source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" 1825 - dependencies = [ 1826 - "glib-sys", 1827 - "gobject-sys", 1828 - "libc", 1829 - "system-deps 5.0.0", 1830 - ] 1831 - 1832 - [[package]] 1833 - name = "jni" 1834 - version = "0.20.0" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 1837 - dependencies = [ 1838 - "cesu8", 1839 - "combine", 1840 - "jni-sys", 1841 - "log", 1842 - "thiserror", 1843 - "walkdir", 1844 - ] 1845 - 1846 - [[package]] 1847 - name = "jni-sys" 1848 - version = "0.3.0" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1851 - 1852 - [[package]] 1853 - name = "js-sys" 1854 - version = "0.3.70" 1855 - source = "registry+https://github.com/rust-lang/crates.io-index" 1856 - checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 1857 - dependencies = [ 1858 - "wasm-bindgen", 1859 - ] 1860 - 1861 - [[package]] 1862 - name = "json-patch" 1863 - version = "1.4.0" 1864 - source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" 1866 - dependencies = [ 1867 - "serde", 1868 - "serde_json", 1869 - "thiserror", 1870 - ] 1871 - 1872 - [[package]] 1873 - name = "kuchikiki" 1874 - version = "0.8.2" 1875 - source = "registry+https://github.com/rust-lang/crates.io-index" 1876 - checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" 1877 - dependencies = [ 1878 - "cssparser", 1879 - "html5ever", 1880 - "indexmap 1.9.3", 1881 - "matches", 1882 - "selectors", 1883 - ] 1884 - 1885 - [[package]] 1886 - name = "lazy_static" 1887 - version = "1.5.0" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1890 - dependencies = [ 1891 - "spin", 1892 - ] 1893 - 1894 - [[package]] 1895 - name = "libc" 1896 - version = "0.2.157" 1897 - source = "registry+https://github.com/rust-lang/crates.io-index" 1898 - checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86" 1899 - 1900 - [[package]] 1901 - name = "libm" 1902 - version = "0.2.8" 1903 - source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1905 - 1906 - [[package]] 1907 - name = "libredox" 1908 - version = "0.1.3" 1909 - source = "registry+https://github.com/rust-lang/crates.io-index" 1910 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1911 - dependencies = [ 1912 - "bitflags 2.6.0", 1913 - "libc", 1914 - "redox_syscall 0.5.3", 1915 - ] 1916 - 1917 - [[package]] 1918 - name = "libsqlite3-sys" 1919 - version = "0.27.0" 1920 - source = "registry+https://github.com/rust-lang/crates.io-index" 1921 - checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 1922 - dependencies = [ 1923 - "cc", 1924 - "pkg-config", 1925 - "vcpkg", 1926 - ] 1927 - 1928 - [[package]] 1929 - name = "linux-raw-sys" 1930 - version = "0.4.14" 1931 - source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1933 - 1934 - [[package]] 1935 - name = "lock_api" 1936 - version = "0.4.12" 1937 - source = "registry+https://github.com/rust-lang/crates.io-index" 1938 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1939 - dependencies = [ 1940 - "autocfg", 1941 - "scopeguard", 1942 - ] 1943 - 1944 - [[package]] 1945 - name = "log" 1946 - version = "0.4.22" 1947 - source = "registry+https://github.com/rust-lang/crates.io-index" 1948 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1949 - 1950 - [[package]] 1951 - name = "loom" 1952 - version = "0.5.6" 1953 - source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1955 - dependencies = [ 1956 - "cfg-if", 1957 - "generator", 1958 - "scoped-tls", 1959 - "serde", 1960 - "serde_json", 1961 - "tracing", 1962 - "tracing-subscriber", 1963 - ] 1964 - 1965 - [[package]] 1966 - name = "mac" 1967 - version = "0.1.1" 1968 - source = "registry+https://github.com/rust-lang/crates.io-index" 1969 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1970 - 1971 - [[package]] 1972 - name = "malloc_buf" 1973 - version = "0.0.6" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1976 - dependencies = [ 1977 - "libc", 1978 - ] 1979 - 1980 - [[package]] 1981 - name = "markup5ever" 1982 - version = "0.11.0" 1983 - source = "registry+https://github.com/rust-lang/crates.io-index" 1984 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 1985 - dependencies = [ 1986 - "log", 1987 - "phf 0.10.1", 1988 - "phf_codegen 0.10.0", 1989 - "string_cache", 1990 - "string_cache_codegen", 1991 - "tendril", 1992 - ] 1993 - 1994 - [[package]] 1995 - name = "matchers" 1996 - version = "0.1.0" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1999 - dependencies = [ 2000 - "regex-automata 0.1.10", 2001 - ] 2002 - 2003 - [[package]] 2004 - name = "matches" 2005 - version = "0.1.10" 2006 - source = "registry+https://github.com/rust-lang/crates.io-index" 2007 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2008 - 2009 - [[package]] 2010 - name = "md-5" 2011 - version = "0.10.6" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2014 - dependencies = [ 2015 - "cfg-if", 2016 - "digest", 2017 - ] 2018 - 2019 - [[package]] 2020 - name = "memchr" 2021 - version = "2.7.4" 2022 - source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2024 - 2025 - [[package]] 2026 - name = "memoffset" 2027 - version = "0.9.1" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2030 - dependencies = [ 2031 - "autocfg", 2032 - ] 2033 - 2034 - [[package]] 2035 - name = "minimal-lexical" 2036 - version = "0.2.1" 2037 - source = "registry+https://github.com/rust-lang/crates.io-index" 2038 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2039 - 2040 - [[package]] 2041 - name = "miniz_oxide" 2042 - version = "0.7.4" 2043 - source = "registry+https://github.com/rust-lang/crates.io-index" 2044 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2045 - dependencies = [ 2046 - "adler", 2047 - "simd-adler32", 2048 - ] 2049 - 2050 - [[package]] 2051 - name = "mio" 2052 - version = "1.0.2" 2053 - source = "registry+https://github.com/rust-lang/crates.io-index" 2054 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 2055 - dependencies = [ 2056 - "hermit-abi", 2057 - "libc", 2058 - "wasi 0.11.0+wasi-snapshot-preview1", 2059 - "windows-sys 0.52.0", 2060 - ] 2061 - 2062 - [[package]] 2063 - name = "ndk" 2064 - version = "0.6.0" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 2067 - dependencies = [ 2068 - "bitflags 1.3.2", 2069 - "jni-sys", 2070 - "ndk-sys", 2071 - "num_enum", 2072 - "thiserror", 2073 - ] 2074 - 2075 - [[package]] 2076 - name = "ndk-context" 2077 - version = "0.1.1" 2078 - source = "registry+https://github.com/rust-lang/crates.io-index" 2079 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2080 - 2081 - [[package]] 2082 - name = "ndk-sys" 2083 - version = "0.3.0" 2084 - source = "registry+https://github.com/rust-lang/crates.io-index" 2085 - checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 2086 - dependencies = [ 2087 - "jni-sys", 2088 - ] 2089 - 2090 - [[package]] 2091 - name = "new_debug_unreachable" 2092 - version = "1.0.6" 2093 - source = "registry+https://github.com/rust-lang/crates.io-index" 2094 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2095 - 2096 - [[package]] 2097 - name = "nodrop" 2098 - version = "0.1.14" 2099 - source = "registry+https://github.com/rust-lang/crates.io-index" 2100 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2101 - 2102 - [[package]] 2103 - name = "nom" 2104 - version = "7.1.3" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2107 - dependencies = [ 2108 - "memchr", 2109 - "minimal-lexical", 2110 - ] 2111 - 2112 - [[package]] 2113 - name = "nu-ansi-term" 2114 - version = "0.46.0" 2115 - source = "registry+https://github.com/rust-lang/crates.io-index" 2116 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2117 - dependencies = [ 2118 - "overload", 2119 - "winapi", 2120 - ] 2121 - 2122 - [[package]] 2123 - name = "num-bigint-dig" 2124 - version = "0.8.4" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2127 - dependencies = [ 2128 - "byteorder", 2129 - "lazy_static", 2130 - "libm", 2131 - "num-integer", 2132 - "num-iter", 2133 - "num-traits", 2134 - "rand 0.8.5", 2135 - "smallvec", 2136 - "zeroize", 2137 - ] 2138 - 2139 - [[package]] 2140 - name = "num-conv" 2141 - version = "0.1.0" 2142 - source = "registry+https://github.com/rust-lang/crates.io-index" 2143 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2144 - 2145 - [[package]] 2146 - name = "num-integer" 2147 - version = "0.1.46" 2148 - source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2150 - dependencies = [ 2151 - "num-traits", 2152 - ] 2153 - 2154 - [[package]] 2155 - name = "num-iter" 2156 - version = "0.1.45" 2157 - source = "registry+https://github.com/rust-lang/crates.io-index" 2158 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2159 - dependencies = [ 2160 - "autocfg", 2161 - "num-integer", 2162 - "num-traits", 2163 - ] 2164 - 2165 - [[package]] 2166 - name = "num-traits" 2167 - version = "0.2.19" 2168 - source = "registry+https://github.com/rust-lang/crates.io-index" 2169 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2170 - dependencies = [ 2171 - "autocfg", 2172 - "libm", 2173 - ] 2174 - 2175 - [[package]] 2176 - name = "num_enum" 2177 - version = "0.5.11" 2178 - source = "registry+https://github.com/rust-lang/crates.io-index" 2179 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2180 - dependencies = [ 2181 - "num_enum_derive", 2182 - ] 2183 - 2184 - [[package]] 2185 - name = "num_enum_derive" 2186 - version = "0.5.11" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2189 - dependencies = [ 2190 - "proc-macro-crate", 2191 - "proc-macro2", 2192 - "quote", 2193 - "syn 1.0.109", 2194 - ] 2195 - 2196 - [[package]] 2197 - name = "num_threads" 2198 - version = "0.1.7" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2201 - dependencies = [ 2202 - "libc", 2203 - ] 2204 - 2205 - [[package]] 2206 - name = "objc" 2207 - version = "0.2.7" 2208 - source = "registry+https://github.com/rust-lang/crates.io-index" 2209 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2210 - dependencies = [ 2211 - "malloc_buf", 2212 - "objc_exception", 2213 - ] 2214 - 2215 - [[package]] 2216 - name = "objc-foundation" 2217 - version = "0.1.1" 2218 - source = "registry+https://github.com/rust-lang/crates.io-index" 2219 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2220 - dependencies = [ 2221 - "block", 2222 - "objc", 2223 - "objc_id", 2224 - ] 2225 - 2226 - [[package]] 2227 - name = "objc_exception" 2228 - version = "0.1.2" 2229 - source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2231 - dependencies = [ 2232 - "cc", 2233 - ] 2234 - 2235 - [[package]] 2236 - name = "objc_id" 2237 - version = "0.1.1" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2240 - dependencies = [ 2241 - "objc", 2242 - ] 2243 - 2244 - [[package]] 2245 - name = "object" 2246 - version = "0.36.3" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" 2249 - dependencies = [ 2250 - "memchr", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "once_cell" 2255 - version = "1.19.0" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2258 - 2259 - [[package]] 2260 - name = "opaque-debug" 2261 - version = "0.3.1" 2262 - source = "registry+https://github.com/rust-lang/crates.io-index" 2263 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 2264 - 2265 - [[package]] 2266 - name = "open" 2267 - version = "3.2.0" 2268 - source = "registry+https://github.com/rust-lang/crates.io-index" 2269 - checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 2270 - dependencies = [ 2271 - "pathdiff", 2272 - "windows-sys 0.42.0", 2273 - ] 2274 - 2275 - [[package]] 2276 - name = "os_info" 2277 - version = "3.8.2" 2278 - source = "registry+https://github.com/rust-lang/crates.io-index" 2279 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 2280 - dependencies = [ 2281 - "log", 2282 - "serde", 2283 - "windows-sys 0.52.0", 2284 - ] 2285 - 2286 - [[package]] 2287 - name = "overload" 2288 - version = "0.1.1" 2289 - source = "registry+https://github.com/rust-lang/crates.io-index" 2290 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2291 - 2292 - [[package]] 2293 - name = "pango" 2294 - version = "0.15.10" 2295 - source = "registry+https://github.com/rust-lang/crates.io-index" 2296 - checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" 2297 - dependencies = [ 2298 - "bitflags 1.3.2", 2299 - "glib", 2300 - "libc", 2301 - "once_cell", 2302 - "pango-sys", 2303 - ] 2304 - 2305 - [[package]] 2306 - name = "pango-sys" 2307 - version = "0.15.10" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" 2310 - dependencies = [ 2311 - "glib-sys", 2312 - "gobject-sys", 2313 - "libc", 2314 - "system-deps 6.2.2", 2315 - ] 2316 - 2317 - [[package]] 2318 - name = "parking_lot" 2319 - version = "0.12.3" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2322 - dependencies = [ 2323 - "lock_api", 2324 - "parking_lot_core", 2325 - ] 2326 - 2327 - [[package]] 2328 - name = "parking_lot_core" 2329 - version = "0.9.10" 2330 - source = "registry+https://github.com/rust-lang/crates.io-index" 2331 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2332 - dependencies = [ 2333 - "cfg-if", 2334 - "libc", 2335 - "redox_syscall 0.5.3", 2336 - "smallvec", 2337 - "windows-targets 0.52.6", 2338 - ] 2339 - 2340 - [[package]] 2341 - name = "password-hash" 2342 - version = "0.5.0" 2343 - source = "registry+https://github.com/rust-lang/crates.io-index" 2344 - checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 2345 - dependencies = [ 2346 - "base64ct", 2347 - "rand_core 0.6.4", 2348 - "subtle", 2349 - ] 2350 - 2351 - [[package]] 2352 - name = "paste" 2353 - version = "1.0.15" 2354 - source = "registry+https://github.com/rust-lang/crates.io-index" 2355 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2356 - 2357 - [[package]] 2358 - name = "pathdiff" 2359 - version = "0.2.1" 2360 - source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 2362 - 2363 - [[package]] 2364 - name = "pbkdf2" 2365 - version = "0.12.2" 2366 - source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 2368 - dependencies = [ 2369 - "digest", 2370 - "hmac", 2371 - ] 2372 - 2373 - [[package]] 2374 - name = "pem-rfc7468" 2375 - version = "0.7.0" 2376 - source = "registry+https://github.com/rust-lang/crates.io-index" 2377 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2378 - dependencies = [ 2379 - "base64ct", 2380 - ] 2381 - 2382 - [[package]] 2383 - name = "percent-encoding" 2384 - version = "2.3.1" 2385 - source = "registry+https://github.com/rust-lang/crates.io-index" 2386 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2387 - 2388 - [[package]] 2389 - name = "phf" 2390 - version = "0.8.0" 2391 - source = "registry+https://github.com/rust-lang/crates.io-index" 2392 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2393 - dependencies = [ 2394 - "phf_macros 0.8.0", 2395 - "phf_shared 0.8.0", 2396 - "proc-macro-hack", 2397 - ] 2398 - 2399 - [[package]] 2400 - name = "phf" 2401 - version = "0.10.1" 2402 - source = "registry+https://github.com/rust-lang/crates.io-index" 2403 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 2404 - dependencies = [ 2405 - "phf_shared 0.10.0", 2406 - ] 2407 - 2408 - [[package]] 2409 - name = "phf" 2410 - version = "0.11.2" 2411 - source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2413 - dependencies = [ 2414 - "phf_macros 0.11.2", 2415 - "phf_shared 0.11.2", 2416 - ] 2417 - 2418 - [[package]] 2419 - name = "phf_codegen" 2420 - version = "0.8.0" 2421 - source = "registry+https://github.com/rust-lang/crates.io-index" 2422 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2423 - dependencies = [ 2424 - "phf_generator 0.8.0", 2425 - "phf_shared 0.8.0", 2426 - ] 2427 - 2428 - [[package]] 2429 - name = "phf_codegen" 2430 - version = "0.10.0" 2431 - source = "registry+https://github.com/rust-lang/crates.io-index" 2432 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 2433 - dependencies = [ 2434 - "phf_generator 0.10.0", 2435 - "phf_shared 0.10.0", 2436 - ] 2437 - 2438 - [[package]] 2439 - name = "phf_generator" 2440 - version = "0.8.0" 2441 - source = "registry+https://github.com/rust-lang/crates.io-index" 2442 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2443 - dependencies = [ 2444 - "phf_shared 0.8.0", 2445 - "rand 0.7.3", 2446 - ] 2447 - 2448 - [[package]] 2449 - name = "phf_generator" 2450 - version = "0.10.0" 2451 - source = "registry+https://github.com/rust-lang/crates.io-index" 2452 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 2453 - dependencies = [ 2454 - "phf_shared 0.10.0", 2455 - "rand 0.8.5", 2456 - ] 2457 - 2458 - [[package]] 2459 - name = "phf_generator" 2460 - version = "0.11.2" 2461 - source = "registry+https://github.com/rust-lang/crates.io-index" 2462 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2463 - dependencies = [ 2464 - "phf_shared 0.11.2", 2465 - "rand 0.8.5", 2466 - ] 2467 - 2468 - [[package]] 2469 - name = "phf_macros" 2470 - version = "0.8.0" 2471 - source = "registry+https://github.com/rust-lang/crates.io-index" 2472 - checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 2473 - dependencies = [ 2474 - "phf_generator 0.8.0", 2475 - "phf_shared 0.8.0", 2476 - "proc-macro-hack", 2477 - "proc-macro2", 2478 - "quote", 2479 - "syn 1.0.109", 2480 - ] 2481 - 2482 - [[package]] 2483 - name = "phf_macros" 2484 - version = "0.11.2" 2485 - source = "registry+https://github.com/rust-lang/crates.io-index" 2486 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 2487 - dependencies = [ 2488 - "phf_generator 0.11.2", 2489 - "phf_shared 0.11.2", 2490 - "proc-macro2", 2491 - "quote", 2492 - "syn 2.0.75", 2493 - ] 2494 - 2495 - [[package]] 2496 - name = "phf_shared" 2497 - version = "0.8.0" 2498 - source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2500 - dependencies = [ 2501 - "siphasher", 2502 - ] 2503 - 2504 - [[package]] 2505 - name = "phf_shared" 2506 - version = "0.10.0" 2507 - source = "registry+https://github.com/rust-lang/crates.io-index" 2508 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 2509 - dependencies = [ 2510 - "siphasher", 2511 - ] 2512 - 2513 - [[package]] 2514 - name = "phf_shared" 2515 - version = "0.11.2" 2516 - source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2518 - dependencies = [ 2519 - "siphasher", 2520 - ] 2521 - 2522 - [[package]] 2523 - name = "pin-project-lite" 2524 - version = "0.2.14" 2525 - source = "registry+https://github.com/rust-lang/crates.io-index" 2526 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2527 - 2528 - [[package]] 2529 - name = "pin-utils" 2530 - version = "0.1.0" 2531 - source = "registry+https://github.com/rust-lang/crates.io-index" 2532 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2533 - 2534 - [[package]] 2535 - name = "pkcs1" 2536 - version = "0.7.5" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2539 - dependencies = [ 2540 - "der", 2541 - "pkcs8", 2542 - "spki", 2543 - ] 2544 - 2545 - [[package]] 2546 - name = "pkcs8" 2547 - version = "0.10.2" 2548 - source = "registry+https://github.com/rust-lang/crates.io-index" 2549 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2550 - dependencies = [ 2551 - "der", 2552 - "spki", 2553 - ] 2554 - 2555 - [[package]] 2556 - name = "pkg-config" 2557 - version = "0.3.30" 2558 - source = "registry+https://github.com/rust-lang/crates.io-index" 2559 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2560 - 2561 - [[package]] 2562 - name = "plist" 2563 - version = "1.7.0" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 2566 - dependencies = [ 2567 - "base64 0.22.1", 2568 - "indexmap 2.4.0", 2569 - "quick-xml", 2570 - "serde", 2571 - "time", 2572 - ] 2573 - 2574 - [[package]] 2575 - name = "png" 2576 - version = "0.17.13" 2577 - source = "registry+https://github.com/rust-lang/crates.io-index" 2578 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 2579 - dependencies = [ 2580 - "bitflags 1.3.2", 2581 - "crc32fast", 2582 - "fdeflate", 2583 - "flate2", 2584 - "miniz_oxide", 2585 - ] 2586 - 2587 - [[package]] 2588 - name = "poly1305" 2589 - version = "0.8.0" 2590 - source = "registry+https://github.com/rust-lang/crates.io-index" 2591 - checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 2592 - dependencies = [ 2593 - "cpufeatures", 2594 - "opaque-debug", 2595 - "universal-hash", 2596 - ] 2597 - 2598 - [[package]] 2599 - name = "powerfmt" 2600 - version = "0.2.0" 2601 - source = "registry+https://github.com/rust-lang/crates.io-index" 2602 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2603 - 2604 - [[package]] 2605 - name = "ppv-lite86" 2606 - version = "0.2.20" 2607 - source = "registry+https://github.com/rust-lang/crates.io-index" 2608 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 2609 - dependencies = [ 2610 - "zerocopy", 2611 - ] 2612 - 2613 - [[package]] 2614 - name = "precomputed-hash" 2615 - version = "0.1.1" 2616 - source = "registry+https://github.com/rust-lang/crates.io-index" 2617 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2618 - 2619 - [[package]] 2620 - name = "proc-macro-crate" 2621 - version = "1.3.1" 2622 - source = "registry+https://github.com/rust-lang/crates.io-index" 2623 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2624 - dependencies = [ 2625 - "once_cell", 2626 - "toml_edit 0.19.15", 2627 - ] 2628 - 2629 - [[package]] 2630 - name = "proc-macro-error" 2631 - version = "1.0.4" 2632 - source = "registry+https://github.com/rust-lang/crates.io-index" 2633 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2634 - dependencies = [ 2635 - "proc-macro-error-attr", 2636 - "proc-macro2", 2637 - "quote", 2638 - "syn 1.0.109", 2639 - "version_check", 2640 - ] 2641 - 2642 - [[package]] 2643 - name = "proc-macro-error-attr" 2644 - version = "1.0.4" 2645 - source = "registry+https://github.com/rust-lang/crates.io-index" 2646 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2647 - dependencies = [ 2648 - "proc-macro2", 2649 - "quote", 2650 - "version_check", 2651 - ] 2652 - 2653 - [[package]] 2654 - name = "proc-macro-hack" 2655 - version = "0.5.20+deprecated" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 2658 - 2659 - [[package]] 2660 - name = "proc-macro2" 2661 - version = "1.0.86" 2662 - source = "registry+https://github.com/rust-lang/crates.io-index" 2663 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 2664 - dependencies = [ 2665 - "unicode-ident", 2666 - ] 2667 - 2668 - [[package]] 2669 - name = "quick-error" 2670 - version = "2.0.1" 2671 - source = "registry+https://github.com/rust-lang/crates.io-index" 2672 - checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 2673 - 2674 - [[package]] 2675 - name = "quick-xml" 2676 - version = "0.32.0" 2677 - source = "registry+https://github.com/rust-lang/crates.io-index" 2678 - checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 2679 - dependencies = [ 2680 - "memchr", 2681 - ] 2682 - 2683 - [[package]] 2684 - name = "quote" 2685 - version = "1.0.36" 2686 - source = "registry+https://github.com/rust-lang/crates.io-index" 2687 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 2688 - dependencies = [ 2689 - "proc-macro2", 2690 - ] 2691 - 2692 - [[package]] 2693 - name = "rand" 2694 - version = "0.7.3" 2695 - source = "registry+https://github.com/rust-lang/crates.io-index" 2696 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2697 - dependencies = [ 2698 - "getrandom 0.1.16", 2699 - "libc", 2700 - "rand_chacha 0.2.2", 2701 - "rand_core 0.5.1", 2702 - "rand_hc", 2703 - "rand_pcg", 2704 - ] 2705 - 2706 - [[package]] 2707 - name = "rand" 2708 - version = "0.8.5" 2709 - source = "registry+https://github.com/rust-lang/crates.io-index" 2710 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2711 - dependencies = [ 2712 - "libc", 2713 - "rand_chacha 0.3.1", 2714 - "rand_core 0.6.4", 2715 - ] 2716 - 2717 - [[package]] 2718 - name = "rand_chacha" 2719 - version = "0.2.2" 2720 - source = "registry+https://github.com/rust-lang/crates.io-index" 2721 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2722 - dependencies = [ 2723 - "ppv-lite86", 2724 - "rand_core 0.5.1", 2725 - ] 2726 - 2727 - [[package]] 2728 - name = "rand_chacha" 2729 - version = "0.3.1" 2730 - source = "registry+https://github.com/rust-lang/crates.io-index" 2731 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2732 - dependencies = [ 2733 - "ppv-lite86", 2734 - "rand_core 0.6.4", 2735 - ] 2736 - 2737 - [[package]] 2738 - name = "rand_core" 2739 - version = "0.5.1" 2740 - source = "registry+https://github.com/rust-lang/crates.io-index" 2741 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2742 - dependencies = [ 2743 - "getrandom 0.1.16", 2744 - ] 2745 - 2746 - [[package]] 2747 - name = "rand_core" 2748 - version = "0.6.4" 2749 - source = "registry+https://github.com/rust-lang/crates.io-index" 2750 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2751 - dependencies = [ 2752 - "getrandom 0.2.15", 2753 - ] 2754 - 2755 - [[package]] 2756 - name = "rand_hc" 2757 - version = "0.2.0" 2758 - source = "registry+https://github.com/rust-lang/crates.io-index" 2759 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2760 - dependencies = [ 2761 - "rand_core 0.5.1", 2762 - ] 2763 - 2764 - [[package]] 2765 - name = "rand_pcg" 2766 - version = "0.2.1" 2767 - source = "registry+https://github.com/rust-lang/crates.io-index" 2768 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2769 - dependencies = [ 2770 - "rand_core 0.5.1", 2771 - ] 2772 - 2773 - [[package]] 2774 - name = "raw-window-handle" 2775 - version = "0.5.2" 2776 - source = "registry+https://github.com/rust-lang/crates.io-index" 2777 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2778 - 2779 - [[package]] 2780 - name = "rayon" 2781 - version = "1.10.0" 2782 - source = "registry+https://github.com/rust-lang/crates.io-index" 2783 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 2784 - dependencies = [ 2785 - "either", 2786 - "rayon-core", 2787 - ] 2788 - 2789 - [[package]] 2790 - name = "rayon-core" 2791 - version = "1.12.1" 2792 - source = "registry+https://github.com/rust-lang/crates.io-index" 2793 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 2794 - dependencies = [ 2795 - "crossbeam-deque", 2796 - "crossbeam-utils", 2797 - ] 2798 - 2799 - [[package]] 2800 - name = "redox_syscall" 2801 - version = "0.4.1" 2802 - source = "registry+https://github.com/rust-lang/crates.io-index" 2803 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2804 - dependencies = [ 2805 - "bitflags 1.3.2", 2806 - ] 2807 - 2808 - [[package]] 2809 - name = "redox_syscall" 2810 - version = "0.5.3" 2811 - source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 2813 - dependencies = [ 2814 - "bitflags 2.6.0", 2815 - ] 2816 - 2817 - [[package]] 2818 - name = "redox_users" 2819 - version = "0.4.5" 2820 - source = "registry+https://github.com/rust-lang/crates.io-index" 2821 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 2822 - dependencies = [ 2823 - "getrandom 0.2.15", 2824 - "libredox", 2825 - "thiserror", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "regex" 2830 - version = "1.10.6" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 2833 - dependencies = [ 2834 - "aho-corasick", 2835 - "memchr", 2836 - "regex-automata 0.4.7", 2837 - "regex-syntax 0.8.4", 2838 - ] 2839 - 2840 - [[package]] 2841 - name = "regex-automata" 2842 - version = "0.1.10" 2843 - source = "registry+https://github.com/rust-lang/crates.io-index" 2844 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2845 - dependencies = [ 2846 - "regex-syntax 0.6.29", 2847 - ] 2848 - 2849 - [[package]] 2850 - name = "regex-automata" 2851 - version = "0.4.7" 2852 - source = "registry+https://github.com/rust-lang/crates.io-index" 2853 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 2854 - dependencies = [ 2855 - "aho-corasick", 2856 - "memchr", 2857 - "regex-syntax 0.8.4", 2858 - ] 2859 - 2860 - [[package]] 2861 - name = "regex-syntax" 2862 - version = "0.6.29" 2863 - source = "registry+https://github.com/rust-lang/crates.io-index" 2864 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2865 - 2866 - [[package]] 2867 - name = "regex-syntax" 2868 - version = "0.8.4" 2869 - source = "registry+https://github.com/rust-lang/crates.io-index" 2870 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 2871 - 2872 - [[package]] 2873 - name = "rfd" 2874 - version = "0.10.0" 2875 - source = "registry+https://github.com/rust-lang/crates.io-index" 2876 - checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea" 2877 - dependencies = [ 2878 - "block", 2879 - "dispatch", 2880 - "glib-sys", 2881 - "gobject-sys", 2882 - "gtk-sys", 2883 - "js-sys", 2884 - "lazy_static", 2885 - "log", 2886 - "objc", 2887 - "objc-foundation", 2888 - "objc_id", 2889 - "raw-window-handle", 2890 - "wasm-bindgen", 2891 - "wasm-bindgen-futures", 2892 - "web-sys", 2893 - "windows 0.37.0", 2894 - ] 2895 - 2896 - [[package]] 2897 - name = "rsa" 2898 - version = "0.9.6" 2899 - source = "registry+https://github.com/rust-lang/crates.io-index" 2900 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 2901 - dependencies = [ 2902 - "const-oid", 2903 - "digest", 2904 - "num-bigint-dig", 2905 - "num-integer", 2906 - "num-traits", 2907 - "pkcs1", 2908 - "pkcs8", 2909 - "rand_core 0.6.4", 2910 - "signature", 2911 - "spki", 2912 - "subtle", 2913 - "zeroize", 2914 - ] 2915 - 2916 - [[package]] 2917 - name = "rustc-demangle" 2918 - version = "0.1.24" 2919 - source = "registry+https://github.com/rust-lang/crates.io-index" 2920 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2921 - 2922 - [[package]] 2923 - name = "rustc_version" 2924 - version = "0.4.0" 2925 - source = "registry+https://github.com/rust-lang/crates.io-index" 2926 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2927 - dependencies = [ 2928 - "semver", 2929 - ] 2930 - 2931 - [[package]] 2932 - name = "rustix" 2933 - version = "0.38.34" 2934 - source = "registry+https://github.com/rust-lang/crates.io-index" 2935 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 2936 - dependencies = [ 2937 - "bitflags 2.6.0", 2938 - "errno", 2939 - "libc", 2940 - "linux-raw-sys", 2941 - "windows-sys 0.52.0", 2942 - ] 2943 - 2944 - [[package]] 2945 - name = "rustversion" 2946 - version = "1.0.17" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 2949 - 2950 - [[package]] 2951 - name = "ryu" 2952 - version = "1.0.18" 2953 - source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2955 - 2956 - [[package]] 2957 - name = "salsa20" 2958 - version = "0.10.2" 2959 - source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 2961 - dependencies = [ 2962 - "cipher", 2963 - ] 2964 - 2965 - [[package]] 2966 - name = "same-file" 2967 - version = "1.0.6" 2968 - source = "registry+https://github.com/rust-lang/crates.io-index" 2969 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2970 - dependencies = [ 2971 - "winapi-util", 2972 - ] 2973 - 2974 - [[package]] 2975 - name = "scoped-tls" 2976 - version = "1.0.1" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2979 - 2980 - [[package]] 2981 - name = "scopeguard" 2982 - version = "1.2.0" 2983 - source = "registry+https://github.com/rust-lang/crates.io-index" 2984 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2985 - 2986 - [[package]] 2987 - name = "scrypt" 2988 - version = "0.11.0" 2989 - source = "registry+https://github.com/rust-lang/crates.io-index" 2990 - checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 2991 - dependencies = [ 2992 - "password-hash", 2993 - "pbkdf2", 2994 - "salsa20", 2995 - "sha2", 2996 - ] 2997 - 2998 - [[package]] 2999 - name = "selectors" 3000 - version = "0.22.0" 3001 - source = "registry+https://github.com/rust-lang/crates.io-index" 3002 - checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 3003 - dependencies = [ 3004 - "bitflags 1.3.2", 3005 - "cssparser", 3006 - "derive_more", 3007 - "fxhash", 3008 - "log", 3009 - "matches", 3010 - "phf 0.8.0", 3011 - "phf_codegen 0.8.0", 3012 - "precomputed-hash", 3013 - "servo_arc", 3014 - "smallvec", 3015 - "thin-slice", 3016 - ] 3017 - 3018 - [[package]] 3019 - name = "semver" 3020 - version = "1.0.23" 3021 - source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3023 - dependencies = [ 3024 - "serde", 3025 - ] 3026 - 3027 - [[package]] 3028 - name = "serde" 3029 - version = "1.0.208" 3030 - source = "registry+https://github.com/rust-lang/crates.io-index" 3031 - checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" 3032 - dependencies = [ 3033 - "serde_derive", 3034 - ] 3035 - 3036 - [[package]] 3037 - name = "serde_derive" 3038 - version = "1.0.208" 3039 - source = "registry+https://github.com/rust-lang/crates.io-index" 3040 - checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf" 3041 - dependencies = [ 3042 - "proc-macro2", 3043 - "quote", 3044 - "syn 2.0.75", 3045 - ] 3046 - 3047 - [[package]] 3048 - name = "serde_json" 3049 - version = "1.0.125" 3050 - source = "registry+https://github.com/rust-lang/crates.io-index" 3051 - checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" 3052 - dependencies = [ 3053 - "indexmap 2.4.0", 3054 - "itoa 1.0.11", 3055 - "memchr", 3056 - "ryu", 3057 - "serde", 3058 - ] 3059 - 3060 - [[package]] 3061 - name = "serde_repr" 3062 - version = "0.1.19" 3063 - source = "registry+https://github.com/rust-lang/crates.io-index" 3064 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 3065 - dependencies = [ 3066 - "proc-macro2", 3067 - "quote", 3068 - "syn 2.0.75", 3069 - ] 3070 - 3071 - [[package]] 3072 - name = "serde_spanned" 3073 - version = "0.6.7" 3074 - source = "registry+https://github.com/rust-lang/crates.io-index" 3075 - checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 3076 - dependencies = [ 3077 - "serde", 3078 - ] 3079 - 3080 - [[package]] 3081 - name = "serde_with" 3082 - version = "3.9.0" 3083 - source = "registry+https://github.com/rust-lang/crates.io-index" 3084 - checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" 3085 - dependencies = [ 3086 - "base64 0.22.1", 3087 - "chrono", 3088 - "hex", 3089 - "indexmap 1.9.3", 3090 - "indexmap 2.4.0", 3091 - "serde", 3092 - "serde_derive", 3093 - "serde_json", 3094 - "serde_with_macros", 3095 - "time", 3096 - ] 3097 - 3098 - [[package]] 3099 - name = "serde_with_macros" 3100 - version = "3.9.0" 3101 - source = "registry+https://github.com/rust-lang/crates.io-index" 3102 - checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" 3103 - dependencies = [ 3104 - "darling 0.20.10", 3105 - "proc-macro2", 3106 - "quote", 3107 - "syn 2.0.75", 3108 - ] 3109 - 3110 - [[package]] 3111 - name = "serial_test" 3112 - version = "2.0.0" 3113 - source = "registry+https://github.com/rust-lang/crates.io-index" 3114 - checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" 3115 - dependencies = [ 3116 - "dashmap", 3117 - "futures", 3118 - "lazy_static", 3119 - "log", 3120 - "parking_lot", 3121 - "serial_test_derive", 3122 - ] 3123 - 3124 - [[package]] 3125 - name = "serial_test_derive" 3126 - version = "2.0.0" 3127 - source = "registry+https://github.com/rust-lang/crates.io-index" 3128 - checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" 3129 - dependencies = [ 3130 - "proc-macro2", 3131 - "quote", 3132 - "syn 2.0.75", 3133 - ] 3134 - 3135 - [[package]] 3136 - name = "serialize-to-javascript" 3137 - version = "0.1.1" 3138 - source = "registry+https://github.com/rust-lang/crates.io-index" 3139 - checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 3140 - dependencies = [ 3141 - "serde", 3142 - "serde_json", 3143 - "serialize-to-javascript-impl", 3144 - ] 3145 - 3146 - [[package]] 3147 - name = "serialize-to-javascript-impl" 3148 - version = "0.1.1" 3149 - source = "registry+https://github.com/rust-lang/crates.io-index" 3150 - checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 3151 - dependencies = [ 3152 - "proc-macro2", 3153 - "quote", 3154 - "syn 1.0.109", 3155 - ] 3156 - 3157 - [[package]] 3158 - name = "servo_arc" 3159 - version = "0.1.1" 3160 - source = "registry+https://github.com/rust-lang/crates.io-index" 3161 - checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 3162 - dependencies = [ 3163 - "nodrop", 3164 - "stable_deref_trait", 3165 - ] 3166 - 3167 - [[package]] 3168 - name = "sha1" 3169 - version = "0.10.6" 3170 - source = "registry+https://github.com/rust-lang/crates.io-index" 3171 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3172 - dependencies = [ 3173 - "cfg-if", 3174 - "cpufeatures", 3175 - "digest", 3176 - ] 3177 - 3178 - [[package]] 3179 - name = "sha2" 3180 - version = "0.10.8" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3183 - dependencies = [ 3184 - "cfg-if", 3185 - "cpufeatures", 3186 - "digest", 3187 - ] 3188 - 3189 - [[package]] 3190 - name = "sharded-slab" 3191 - version = "0.1.7" 3192 - source = "registry+https://github.com/rust-lang/crates.io-index" 3193 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3194 - dependencies = [ 3195 - "lazy_static", 3196 - ] 3197 - 3198 - [[package]] 3199 - name = "shlex" 3200 - version = "1.3.0" 3201 - source = "registry+https://github.com/rust-lang/crates.io-index" 3202 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3203 - 3204 - [[package]] 3205 - name = "signature" 3206 - version = "2.2.0" 3207 - source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3209 - dependencies = [ 3210 - "digest", 3211 - "rand_core 0.6.4", 3212 - ] 3213 - 3214 - [[package]] 3215 - name = "simd-adler32" 3216 - version = "0.3.7" 3217 - source = "registry+https://github.com/rust-lang/crates.io-index" 3218 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3219 - 3220 - [[package]] 3221 - name = "siphasher" 3222 - version = "0.3.11" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3225 - 3226 - [[package]] 3227 - name = "slab" 3228 - version = "0.4.9" 3229 - source = "registry+https://github.com/rust-lang/crates.io-index" 3230 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3231 - dependencies = [ 3232 - "autocfg", 3233 - ] 3234 - 3235 - [[package]] 3236 - name = "smallvec" 3237 - version = "1.13.2" 3238 - source = "registry+https://github.com/rust-lang/crates.io-index" 3239 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 3240 - 3241 - [[package]] 3242 - name = "socket2" 3243 - version = "0.5.7" 3244 - source = "registry+https://github.com/rust-lang/crates.io-index" 3245 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 3246 - dependencies = [ 3247 - "libc", 3248 - "windows-sys 0.52.0", 3249 - ] 3250 - 3251 - [[package]] 3252 - name = "soup2" 3253 - version = "0.2.1" 3254 - source = "registry+https://github.com/rust-lang/crates.io-index" 3255 - checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" 3256 - dependencies = [ 3257 - "bitflags 1.3.2", 3258 - "gio", 3259 - "glib", 3260 - "libc", 3261 - "once_cell", 3262 - "soup2-sys", 3263 - ] 3264 - 3265 - [[package]] 3266 - name = "soup2-sys" 3267 - version = "0.2.0" 3268 - source = "registry+https://github.com/rust-lang/crates.io-index" 3269 - checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" 3270 - dependencies = [ 3271 - "bitflags 1.3.2", 3272 - "gio-sys", 3273 - "glib-sys", 3274 - "gobject-sys", 3275 - "libc", 3276 - "system-deps 5.0.0", 3277 - ] 3278 - 3279 - [[package]] 3280 - name = "spin" 3281 - version = "0.9.8" 3282 - source = "registry+https://github.com/rust-lang/crates.io-index" 3283 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3284 - dependencies = [ 3285 - "lock_api", 3286 - ] 3287 - 3288 - [[package]] 3289 - name = "spki" 3290 - version = "0.7.3" 3291 - source = "registry+https://github.com/rust-lang/crates.io-index" 3292 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3293 - dependencies = [ 3294 - "base64ct", 3295 - "der", 3296 - ] 3297 - 3298 - [[package]] 3299 - name = "sqlformat" 3300 - version = "0.2.4" 3301 - source = "registry+https://github.com/rust-lang/crates.io-index" 3302 - checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" 3303 - dependencies = [ 3304 - "nom", 3305 - "unicode_categories", 3306 - ] 3307 - 3308 - [[package]] 3309 - name = "sqlx" 3310 - version = "0.7.4" 3311 - source = "registry+https://github.com/rust-lang/crates.io-index" 3312 - checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" 3313 - dependencies = [ 3314 - "sqlx-core", 3315 - "sqlx-macros", 3316 - "sqlx-mysql", 3317 - "sqlx-postgres", 3318 - "sqlx-sqlite", 3319 - ] 3320 - 3321 - [[package]] 3322 - name = "sqlx-core" 3323 - version = "0.7.4" 3324 - source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" 3326 - dependencies = [ 3327 - "ahash", 3328 - "atoi", 3329 - "byteorder", 3330 - "bytes", 3331 - "crc", 3332 - "crossbeam-queue", 3333 - "either", 3334 - "event-listener", 3335 - "futures-channel", 3336 - "futures-core", 3337 - "futures-intrusive", 3338 - "futures-io", 3339 - "futures-util", 3340 - "hashlink", 3341 - "hex", 3342 - "indexmap 2.4.0", 3343 - "log", 3344 - "memchr", 3345 - "once_cell", 3346 - "paste", 3347 - "percent-encoding", 3348 - "serde", 3349 - "serde_json", 3350 - "sha2", 3351 - "smallvec", 3352 - "sqlformat", 3353 - "thiserror", 3354 - "tokio", 3355 - "tokio-stream", 3356 - "tracing", 3357 - "url", 3358 - ] 3359 - 3360 - [[package]] 3361 - name = "sqlx-macros" 3362 - version = "0.7.4" 3363 - source = "registry+https://github.com/rust-lang/crates.io-index" 3364 - checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" 3365 - dependencies = [ 3366 - "proc-macro2", 3367 - "quote", 3368 - "sqlx-core", 3369 - "sqlx-macros-core", 3370 - "syn 1.0.109", 3371 - ] 3372 - 3373 - [[package]] 3374 - name = "sqlx-macros-core" 3375 - version = "0.7.4" 3376 - source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" 3378 - dependencies = [ 3379 - "dotenvy", 3380 - "either", 3381 - "heck 0.4.1", 3382 - "hex", 3383 - "once_cell", 3384 - "proc-macro2", 3385 - "quote", 3386 - "serde", 3387 - "serde_json", 3388 - "sha2", 3389 - "sqlx-core", 3390 - "sqlx-mysql", 3391 - "sqlx-sqlite", 3392 - "syn 1.0.109", 3393 - "tempfile", 3394 - "tokio", 3395 - "url", 3396 - ] 3397 - 3398 - [[package]] 3399 - name = "sqlx-mysql" 3400 - version = "0.7.4" 3401 - source = "registry+https://github.com/rust-lang/crates.io-index" 3402 - checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" 3403 - dependencies = [ 3404 - "atoi", 3405 - "base64 0.21.7", 3406 - "bitflags 2.6.0", 3407 - "byteorder", 3408 - "bytes", 3409 - "crc", 3410 - "digest", 3411 - "dotenvy", 3412 - "either", 3413 - "futures-channel", 3414 - "futures-core", 3415 - "futures-io", 3416 - "futures-util", 3417 - "generic-array 0.14.7", 3418 - "hex", 3419 - "hkdf", 3420 - "hmac", 3421 - "itoa 1.0.11", 3422 - "log", 3423 - "md-5", 3424 - "memchr", 3425 - "once_cell", 3426 - "percent-encoding", 3427 - "rand 0.8.5", 3428 - "rsa", 3429 - "serde", 3430 - "sha1", 3431 - "sha2", 3432 - "smallvec", 3433 - "sqlx-core", 3434 - "stringprep", 3435 - "thiserror", 3436 - "tracing", 3437 - "whoami", 3438 - ] 3439 - 3440 - [[package]] 3441 - name = "sqlx-postgres" 3442 - version = "0.7.4" 3443 - source = "registry+https://github.com/rust-lang/crates.io-index" 3444 - checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" 3445 - dependencies = [ 3446 - "atoi", 3447 - "base64 0.21.7", 3448 - "bitflags 2.6.0", 3449 - "byteorder", 3450 - "crc", 3451 - "dotenvy", 3452 - "etcetera", 3453 - "futures-channel", 3454 - "futures-core", 3455 - "futures-io", 3456 - "futures-util", 3457 - "hex", 3458 - "hkdf", 3459 - "hmac", 3460 - "home", 3461 - "itoa 1.0.11", 3462 - "log", 3463 - "md-5", 3464 - "memchr", 3465 - "once_cell", 3466 - "rand 0.8.5", 3467 - "serde", 3468 - "serde_json", 3469 - "sha2", 3470 - "smallvec", 3471 - "sqlx-core", 3472 - "stringprep", 3473 - "thiserror", 3474 - "tracing", 3475 - "whoami", 3476 - ] 3477 - 3478 - [[package]] 3479 - name = "sqlx-sqlite" 3480 - version = "0.7.4" 3481 - source = "registry+https://github.com/rust-lang/crates.io-index" 3482 - checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" 3483 - dependencies = [ 3484 - "atoi", 3485 - "flume", 3486 - "futures-channel", 3487 - "futures-core", 3488 - "futures-executor", 3489 - "futures-intrusive", 3490 - "futures-util", 3491 - "libsqlite3-sys", 3492 - "log", 3493 - "percent-encoding", 3494 - "serde", 3495 - "sqlx-core", 3496 - "tracing", 3497 - "url", 3498 - "urlencoding", 3499 - ] 3500 - 3501 - [[package]] 3502 - name = "stable_deref_trait" 3503 - version = "1.2.0" 3504 - source = "registry+https://github.com/rust-lang/crates.io-index" 3505 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3506 - 3507 - [[package]] 3508 - name = "state" 3509 - version = "0.5.3" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 3512 - dependencies = [ 3513 - "loom", 3514 - ] 3515 - 3516 - [[package]] 3517 - name = "string_cache" 3518 - version = "0.8.7" 3519 - source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 3521 - dependencies = [ 3522 - "new_debug_unreachable", 3523 - "once_cell", 3524 - "parking_lot", 3525 - "phf_shared 0.10.0", 3526 - "precomputed-hash", 3527 - "serde", 3528 - ] 3529 - 3530 - [[package]] 3531 - name = "string_cache_codegen" 3532 - version = "0.5.2" 3533 - source = "registry+https://github.com/rust-lang/crates.io-index" 3534 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 3535 - dependencies = [ 3536 - "phf_generator 0.10.0", 3537 - "phf_shared 0.10.0", 3538 - "proc-macro2", 3539 - "quote", 3540 - ] 3541 - 3542 - [[package]] 3543 - name = "stringprep" 3544 - version = "0.1.5" 3545 - source = "registry+https://github.com/rust-lang/crates.io-index" 3546 - checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3547 - dependencies = [ 3548 - "unicode-bidi", 3549 - "unicode-normalization", 3550 - "unicode-properties", 3551 - ] 3552 - 3553 - [[package]] 3554 - name = "strip-ansi-escapes" 3555 - version = "0.1.1" 3556 - source = "registry+https://github.com/rust-lang/crates.io-index" 3557 - checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" 3558 - dependencies = [ 3559 - "vte", 3560 - ] 3561 - 3562 - [[package]] 3563 - name = "strsim" 3564 - version = "0.10.0" 3565 - source = "registry+https://github.com/rust-lang/crates.io-index" 3566 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3567 - 3568 - [[package]] 3569 - name = "strsim" 3570 - version = "0.11.1" 3571 - source = "registry+https://github.com/rust-lang/crates.io-index" 3572 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3573 - 3574 - [[package]] 3575 - name = "subtle" 3576 - version = "2.6.1" 3577 - source = "registry+https://github.com/rust-lang/crates.io-index" 3578 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3579 - 3580 - [[package]] 3581 - name = "syn" 3582 - version = "1.0.109" 3583 - source = "registry+https://github.com/rust-lang/crates.io-index" 3584 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3585 - dependencies = [ 3586 - "proc-macro2", 3587 - "quote", 3588 - "unicode-ident", 3589 - ] 3590 - 3591 - [[package]] 3592 - name = "syn" 3593 - version = "2.0.75" 3594 - source = "registry+https://github.com/rust-lang/crates.io-index" 3595 - checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9" 3596 - dependencies = [ 3597 - "proc-macro2", 3598 - "quote", 3599 - "unicode-ident", 3600 - ] 3601 - 3602 - [[package]] 3603 - name = "sys-locale" 3604 - version = "0.2.4" 3605 - source = "registry+https://github.com/rust-lang/crates.io-index" 3606 - checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee" 3607 - dependencies = [ 3608 - "js-sys", 3609 - "libc", 3610 - "wasm-bindgen", 3611 - "web-sys", 3612 - "windows-sys 0.45.0", 3613 - ] 3614 - 3615 - [[package]] 3616 - name = "system-deps" 3617 - version = "5.0.0" 3618 - source = "registry+https://github.com/rust-lang/crates.io-index" 3619 - checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" 3620 - dependencies = [ 3621 - "cfg-expr 0.9.1", 3622 - "heck 0.3.3", 3623 - "pkg-config", 3624 - "toml 0.5.11", 3625 - "version-compare 0.0.11", 3626 - ] 3627 - 3628 - [[package]] 3629 - name = "system-deps" 3630 - version = "6.2.2" 3631 - source = "registry+https://github.com/rust-lang/crates.io-index" 3632 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 3633 - dependencies = [ 3634 - "cfg-expr 0.15.8", 3635 - "heck 0.5.0", 3636 - "pkg-config", 3637 - "toml 0.8.19", 3638 - "version-compare 0.2.0", 3639 - ] 3640 - 3641 - [[package]] 3642 - name = "tao" 3643 - version = "0.16.9" 3644 - source = "registry+https://github.com/rust-lang/crates.io-index" 3645 - checksum = "575c856fc21e551074869dcfaad8f706412bd5b803dfa0fbf6881c4ff4bfafab" 3646 - dependencies = [ 3647 - "bitflags 1.3.2", 3648 - "cairo-rs", 3649 - "cc", 3650 - "cocoa", 3651 - "core-foundation", 3652 - "core-graphics", 3653 - "crossbeam-channel", 3654 - "dispatch", 3655 - "gdk", 3656 - "gdk-pixbuf", 3657 - "gdk-sys", 3658 - "gdkwayland-sys", 3659 - "gdkx11-sys", 3660 - "gio", 3661 - "glib", 3662 - "glib-sys", 3663 - "gtk", 3664 - "image", 3665 - "instant", 3666 - "jni", 3667 - "lazy_static", 3668 - "libc", 3669 - "log", 3670 - "ndk", 3671 - "ndk-context", 3672 - "ndk-sys", 3673 - "objc", 3674 - "once_cell", 3675 - "parking_lot", 3676 - "png", 3677 - "raw-window-handle", 3678 - "scopeguard", 3679 - "serde", 3680 - "tao-macros", 3681 - "unicode-segmentation", 3682 - "uuid", 3683 - "windows 0.39.0", 3684 - "windows-implement", 3685 - "x11-dl", 3686 - ] 3687 - 3688 - [[package]] 3689 - name = "tao-macros" 3690 - version = "0.1.2" 3691 - source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" 3693 - dependencies = [ 3694 - "proc-macro2", 3695 - "quote", 3696 - "syn 1.0.109", 3697 - ] 3698 - 3699 - [[package]] 3700 - name = "tar" 3701 - version = "0.4.41" 3702 - source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" 3704 - dependencies = [ 3705 - "filetime", 3706 - "libc", 3707 - "xattr", 3708 - ] 3709 - 3710 - [[package]] 3711 - name = "target-lexicon" 3712 - version = "0.12.16" 3713 - source = "registry+https://github.com/rust-lang/crates.io-index" 3714 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 3715 - 3716 - [[package]] 3717 - name = "tauri" 3718 - version = "1.7.1" 3719 - source = "registry+https://github.com/rust-lang/crates.io-index" 3720 - checksum = "336bc661a3f3250853fa83c6e5245449ed1c26dce5dcb28bdee7efedf6278806" 3721 - dependencies = [ 3722 - "anyhow", 3723 - "cocoa", 3724 - "dirs-next", 3725 - "dunce", 3726 - "embed_plist", 3727 - "encoding_rs", 3728 - "flate2", 3729 - "futures-util", 3730 - "getrandom 0.2.15", 3731 - "glib", 3732 - "glob", 3733 - "gtk", 3734 - "heck 0.5.0", 3735 - "http", 3736 - "ignore", 3737 - "objc", 3738 - "once_cell", 3739 - "open", 3740 - "os_info", 3741 - "percent-encoding", 3742 - "rand 0.8.5", 3743 - "raw-window-handle", 3744 - "regex", 3745 - "rfd", 3746 - "semver", 3747 - "serde", 3748 - "serde_json", 3749 - "serde_repr", 3750 - "serialize-to-javascript", 3751 - "state", 3752 - "sys-locale", 3753 - "tar", 3754 - "tauri-macros", 3755 - "tauri-runtime", 3756 - "tauri-runtime-wry", 3757 - "tauri-utils", 3758 - "tempfile", 3759 - "thiserror", 3760 - "tokio", 3761 - "url", 3762 - "uuid", 3763 - "webkit2gtk", 3764 - "webview2-com", 3765 - "windows 0.39.0", 3766 - ] 3767 - 3768 - [[package]] 3769 - name = "tauri-build" 3770 - version = "1.5.3" 3771 - source = "registry+https://github.com/rust-lang/crates.io-index" 3772 - checksum = "b0c6ec7a5c3296330c7818478948b422967ce4649094696c985f61d50076d29c" 3773 - dependencies = [ 3774 - "anyhow", 3775 - "cargo_toml", 3776 - "dirs-next", 3777 - "heck 0.5.0", 3778 - "json-patch", 3779 - "semver", 3780 - "serde", 3781 - "serde_json", 3782 - "tauri-utils", 3783 - "tauri-winres", 3784 - "walkdir", 3785 - ] 3786 - 3787 - [[package]] 3788 - name = "tauri-codegen" 3789 - version = "1.4.4" 3790 - source = "registry+https://github.com/rust-lang/crates.io-index" 3791 - checksum = "c1aed706708ff1200ec12de9cfbf2582b5d8ec05f6a7293911091effbd22036b" 3792 - dependencies = [ 3793 - "base64 0.21.7", 3794 - "brotli", 3795 - "ico", 3796 - "json-patch", 3797 - "plist", 3798 - "png", 3799 - "proc-macro2", 3800 - "quote", 3801 - "regex", 3802 - "semver", 3803 - "serde", 3804 - "serde_json", 3805 - "sha2", 3806 - "tauri-utils", 3807 - "thiserror", 3808 - "time", 3809 - "uuid", 3810 - "walkdir", 3811 - ] 3812 - 3813 - [[package]] 3814 - name = "tauri-macros" 3815 - version = "1.4.5" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "b88f831d2973ae4f81a706a0004e67dac87f2e4439973bbe98efbd73825d8ede" 3818 - dependencies = [ 3819 - "heck 0.5.0", 3820 - "proc-macro2", 3821 - "quote", 3822 - "syn 1.0.109", 3823 - "tauri-codegen", 3824 - "tauri-utils", 3825 - ] 3826 - 3827 - [[package]] 3828 - name = "tauri-runtime" 3829 - version = "0.14.4" 3830 - source = "registry+https://github.com/rust-lang/crates.io-index" 3831 - checksum = "3068ed62b63dedc705558f4248c7ecbd5561f0f8050949859ea0db2326f26012" 3832 - dependencies = [ 3833 - "gtk", 3834 - "http", 3835 - "http-range", 3836 - "rand 0.8.5", 3837 - "raw-window-handle", 3838 - "serde", 3839 - "serde_json", 3840 - "tauri-utils", 3841 - "thiserror", 3842 - "url", 3843 - "uuid", 3844 - "webview2-com", 3845 - "windows 0.39.0", 3846 - ] 3847 - 3848 - [[package]] 3849 - name = "tauri-runtime-wry" 3850 - version = "0.14.9" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "d4c3db170233096aa30330feadcd895bf9317be97e624458560a20e814db7955" 3853 - dependencies = [ 3854 - "cocoa", 3855 - "gtk", 3856 - "percent-encoding", 3857 - "rand 0.8.5", 3858 - "raw-window-handle", 3859 - "tauri-runtime", 3860 - "tauri-utils", 3861 - "uuid", 3862 - "webkit2gtk", 3863 - "webview2-com", 3864 - "windows 0.39.0", 3865 - "wry", 3866 - ] 3867 - 3868 - [[package]] 3869 - name = "tauri-utils" 3870 - version = "1.6.0" 3871 - source = "registry+https://github.com/rust-lang/crates.io-index" 3872 - checksum = "2826db448309d382dac14d520f0c0a40839b87b57b977e59cf5f296b3ace6a93" 3873 - dependencies = [ 3874 - "brotli", 3875 - "ctor", 3876 - "dunce", 3877 - "glob", 3878 - "heck 0.5.0", 3879 - "html5ever", 3880 - "infer", 3881 - "json-patch", 3882 - "kuchikiki", 3883 - "log", 3884 - "memchr", 3885 - "phf 0.11.2", 3886 - "proc-macro2", 3887 - "quote", 3888 - "semver", 3889 - "serde", 3890 - "serde_json", 3891 - "serde_with", 3892 - "thiserror", 3893 - "url", 3894 - "walkdir", 3895 - "windows-version", 3896 - ] 3897 - 3898 - [[package]] 3899 - name = "tauri-winres" 3900 - version = "0.1.1" 3901 - source = "registry+https://github.com/rust-lang/crates.io-index" 3902 - checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 3903 - dependencies = [ 3904 - "embed-resource", 3905 - "toml 0.7.8", 3906 - ] 3907 - 3908 - [[package]] 3909 - name = "tempfile" 3910 - version = "3.12.0" 3911 - source = "registry+https://github.com/rust-lang/crates.io-index" 3912 - checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 3913 - dependencies = [ 3914 - "cfg-if", 3915 - "fastrand", 3916 - "once_cell", 3917 - "rustix", 3918 - "windows-sys 0.59.0", 3919 - ] 3920 - 3921 - [[package]] 3922 - name = "tendril" 3923 - version = "0.4.3" 3924 - source = "registry+https://github.com/rust-lang/crates.io-index" 3925 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 3926 - dependencies = [ 3927 - "futf", 3928 - "mac", 3929 - "utf-8", 3930 - ] 3931 - 3932 - [[package]] 3933 - name = "thin-slice" 3934 - version = "0.1.1" 3935 - source = "registry+https://github.com/rust-lang/crates.io-index" 3936 - checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 3937 - 3938 - [[package]] 3939 - name = "thiserror" 3940 - version = "1.0.63" 3941 - source = "registry+https://github.com/rust-lang/crates.io-index" 3942 - checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 3943 - dependencies = [ 3944 - "thiserror-impl", 3945 - ] 3946 - 3947 - [[package]] 3948 - name = "thiserror-impl" 3949 - version = "1.0.63" 3950 - source = "registry+https://github.com/rust-lang/crates.io-index" 3951 - checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 3952 - dependencies = [ 3953 - "proc-macro2", 3954 - "quote", 3955 - "syn 2.0.75", 3956 - ] 3957 - 3958 - [[package]] 3959 - name = "thread_local" 3960 - version = "1.1.8" 3961 - source = "registry+https://github.com/rust-lang/crates.io-index" 3962 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3963 - dependencies = [ 3964 - "cfg-if", 3965 - "once_cell", 3966 - ] 3967 - 3968 - [[package]] 3969 - name = "time" 3970 - version = "0.3.36" 3971 - source = "registry+https://github.com/rust-lang/crates.io-index" 3972 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 3973 - dependencies = [ 3974 - "deranged", 3975 - "itoa 1.0.11", 3976 - "libc", 3977 - "num-conv", 3978 - "num_threads", 3979 - "powerfmt", 3980 - "serde", 3981 - "time-core", 3982 - "time-macros", 3983 - ] 3984 - 3985 - [[package]] 3986 - name = "time-core" 3987 - version = "0.1.2" 3988 - source = "registry+https://github.com/rust-lang/crates.io-index" 3989 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3990 - 3991 - [[package]] 3992 - name = "time-macros" 3993 - version = "0.2.18" 3994 - source = "registry+https://github.com/rust-lang/crates.io-index" 3995 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3996 - dependencies = [ 3997 - "num-conv", 3998 - "time-core", 3999 - ] 4000 - 4001 - [[package]] 4002 - name = "tinytemplate" 4003 - version = "1.2.1" 4004 - source = "registry+https://github.com/rust-lang/crates.io-index" 4005 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 4006 - dependencies = [ 4007 - "serde", 4008 - "serde_json", 4009 - ] 4010 - 4011 - [[package]] 4012 - name = "tinyvec" 4013 - version = "1.8.0" 4014 - source = "registry+https://github.com/rust-lang/crates.io-index" 4015 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 4016 - dependencies = [ 4017 - "tinyvec_macros", 4018 - ] 4019 - 4020 - [[package]] 4021 - name = "tinyvec_macros" 4022 - version = "0.1.1" 4023 - source = "registry+https://github.com/rust-lang/crates.io-index" 4024 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4025 - 4026 - [[package]] 4027 - name = "tokio" 4028 - version = "1.39.3" 4029 - source = "registry+https://github.com/rust-lang/crates.io-index" 4030 - checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" 4031 - dependencies = [ 4032 - "backtrace", 4033 - "bytes", 4034 - "libc", 4035 - "mio", 4036 - "pin-project-lite", 4037 - "socket2", 4038 - "windows-sys 0.52.0", 4039 - ] 4040 - 4041 - [[package]] 4042 - name = "tokio-stream" 4043 - version = "0.1.15" 4044 - source = "registry+https://github.com/rust-lang/crates.io-index" 4045 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 4046 - dependencies = [ 4047 - "futures-core", 4048 - "pin-project-lite", 4049 - "tokio", 4050 - ] 4051 - 4052 - [[package]] 4053 - name = "toml" 4054 - version = "0.5.11" 4055 - source = "registry+https://github.com/rust-lang/crates.io-index" 4056 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4057 - dependencies = [ 4058 - "serde", 4059 - ] 4060 - 4061 - [[package]] 4062 - name = "toml" 4063 - version = "0.7.8" 4064 - source = "registry+https://github.com/rust-lang/crates.io-index" 4065 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 4066 - dependencies = [ 4067 - "serde", 4068 - "serde_spanned", 4069 - "toml_datetime", 4070 - "toml_edit 0.19.15", 4071 - ] 4072 - 4073 - [[package]] 4074 - name = "toml" 4075 - version = "0.8.19" 4076 - source = "registry+https://github.com/rust-lang/crates.io-index" 4077 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 4078 - dependencies = [ 4079 - "serde", 4080 - "serde_spanned", 4081 - "toml_datetime", 4082 - "toml_edit 0.22.20", 4083 - ] 4084 - 4085 - [[package]] 4086 - name = "toml_datetime" 4087 - version = "0.6.8" 4088 - source = "registry+https://github.com/rust-lang/crates.io-index" 4089 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 4090 - dependencies = [ 4091 - "serde", 4092 - ] 4093 - 4094 - [[package]] 4095 - name = "toml_edit" 4096 - version = "0.19.15" 4097 - source = "registry+https://github.com/rust-lang/crates.io-index" 4098 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4099 - dependencies = [ 4100 - "indexmap 2.4.0", 4101 - "serde", 4102 - "serde_spanned", 4103 - "toml_datetime", 4104 - "winnow 0.5.40", 4105 - ] 4106 - 4107 - [[package]] 4108 - name = "toml_edit" 4109 - version = "0.22.20" 4110 - source = "registry+https://github.com/rust-lang/crates.io-index" 4111 - checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" 4112 - dependencies = [ 4113 - "indexmap 2.4.0", 4114 - "serde", 4115 - "serde_spanned", 4116 - "toml_datetime", 4117 - "winnow 0.6.18", 4118 - ] 4119 - 4120 - [[package]] 4121 - name = "tracing" 4122 - version = "0.1.40" 4123 - source = "registry+https://github.com/rust-lang/crates.io-index" 4124 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4125 - dependencies = [ 4126 - "log", 4127 - "pin-project-lite", 4128 - "tracing-attributes", 4129 - "tracing-core", 4130 - ] 4131 - 4132 - [[package]] 4133 - name = "tracing-attributes" 4134 - version = "0.1.27" 4135 - source = "registry+https://github.com/rust-lang/crates.io-index" 4136 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4137 - dependencies = [ 4138 - "proc-macro2", 4139 - "quote", 4140 - "syn 2.0.75", 4141 - ] 4142 - 4143 - [[package]] 4144 - name = "tracing-core" 4145 - version = "0.1.32" 4146 - source = "registry+https://github.com/rust-lang/crates.io-index" 4147 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4148 - dependencies = [ 4149 - "once_cell", 4150 - "valuable", 4151 - ] 4152 - 4153 - [[package]] 4154 - name = "tracing-log" 4155 - version = "0.2.0" 4156 - source = "registry+https://github.com/rust-lang/crates.io-index" 4157 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4158 - dependencies = [ 4159 - "log", 4160 - "once_cell", 4161 - "tracing-core", 4162 - ] 4163 - 4164 - [[package]] 4165 - name = "tracing-subscriber" 4166 - version = "0.3.18" 4167 - source = "registry+https://github.com/rust-lang/crates.io-index" 4168 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 4169 - dependencies = [ 4170 - "matchers", 4171 - "nu-ansi-term", 4172 - "once_cell", 4173 - "regex", 4174 - "sharded-slab", 4175 - "smallvec", 4176 - "thread_local", 4177 - "tracing", 4178 - "tracing-core", 4179 - "tracing-log", 4180 - ] 4181 - 4182 - [[package]] 4183 - name = "treedome" 4184 - version = "0.0.0" 4185 - dependencies = [ 4186 - "async-trait", 4187 - "chacha20poly1305", 4188 - "chrono", 4189 - "ciborium", 4190 - "execute", 4191 - "fix-path-env", 4192 - "futures", 4193 - "parking_lot", 4194 - "rayon", 4195 - "scrypt", 4196 - "serde", 4197 - "serde_json", 4198 - "serial_test", 4199 - "sqlx", 4200 - "tauri", 4201 - "tauri-build", 4202 - "thiserror", 4203 - "tinytemplate", 4204 - "tracing", 4205 - "tracing-subscriber", 4206 - "uuid", 4207 - "vergen", 4208 - "zxcvbn", 4209 - ] 4210 - 4211 - [[package]] 4212 - name = "typenum" 4213 - version = "1.17.0" 4214 - source = "registry+https://github.com/rust-lang/crates.io-index" 4215 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4216 - 4217 - [[package]] 4218 - name = "unicode-bidi" 4219 - version = "0.3.15" 4220 - source = "registry+https://github.com/rust-lang/crates.io-index" 4221 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 4222 - 4223 - [[package]] 4224 - name = "unicode-ident" 4225 - version = "1.0.12" 4226 - source = "registry+https://github.com/rust-lang/crates.io-index" 4227 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 4228 - 4229 - [[package]] 4230 - name = "unicode-normalization" 4231 - version = "0.1.23" 4232 - source = "registry+https://github.com/rust-lang/crates.io-index" 4233 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 4234 - dependencies = [ 4235 - "tinyvec", 4236 - ] 4237 - 4238 - [[package]] 4239 - name = "unicode-properties" 4240 - version = "0.1.1" 4241 - source = "registry+https://github.com/rust-lang/crates.io-index" 4242 - checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 4243 - 4244 - [[package]] 4245 - name = "unicode-segmentation" 4246 - version = "1.11.0" 4247 - source = "registry+https://github.com/rust-lang/crates.io-index" 4248 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 4249 - 4250 - [[package]] 4251 - name = "unicode_categories" 4252 - version = "0.1.1" 4253 - source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 4255 - 4256 - [[package]] 4257 - name = "universal-hash" 4258 - version = "0.5.1" 4259 - source = "registry+https://github.com/rust-lang/crates.io-index" 4260 - checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 4261 - dependencies = [ 4262 - "crypto-common", 4263 - "subtle", 4264 - ] 4265 - 4266 - [[package]] 4267 - name = "url" 4268 - version = "2.5.2" 4269 - source = "registry+https://github.com/rust-lang/crates.io-index" 4270 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 4271 - dependencies = [ 4272 - "form_urlencoded", 4273 - "idna", 4274 - "percent-encoding", 4275 - "serde", 4276 - ] 4277 - 4278 - [[package]] 4279 - name = "urlencoding" 4280 - version = "2.1.3" 4281 - source = "registry+https://github.com/rust-lang/crates.io-index" 4282 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4283 - 4284 - [[package]] 4285 - name = "utf-8" 4286 - version = "0.7.6" 4287 - source = "registry+https://github.com/rust-lang/crates.io-index" 4288 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4289 - 4290 - [[package]] 4291 - name = "utf8parse" 4292 - version = "0.2.2" 4293 - source = "registry+https://github.com/rust-lang/crates.io-index" 4294 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4295 - 4296 - [[package]] 4297 - name = "uuid" 4298 - version = "1.10.0" 4299 - source = "registry+https://github.com/rust-lang/crates.io-index" 4300 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 4301 - dependencies = [ 4302 - "getrandom 0.2.15", 4303 - ] 4304 - 4305 - [[package]] 4306 - name = "valuable" 4307 - version = "0.1.0" 4308 - source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4310 - 4311 - [[package]] 4312 - name = "vcpkg" 4313 - version = "0.2.15" 4314 - source = "registry+https://github.com/rust-lang/crates.io-index" 4315 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4316 - 4317 - [[package]] 4318 - name = "vergen" 4319 - version = "8.3.2" 4320 - source = "registry+https://github.com/rust-lang/crates.io-index" 4321 - checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" 4322 - dependencies = [ 4323 - "anyhow", 4324 - "cfg-if", 4325 - "rustversion", 4326 - "time", 4327 - ] 4328 - 4329 - [[package]] 4330 - name = "version-compare" 4331 - version = "0.0.11" 4332 - source = "registry+https://github.com/rust-lang/crates.io-index" 4333 - checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 4334 - 4335 - [[package]] 4336 - name = "version-compare" 4337 - version = "0.2.0" 4338 - source = "registry+https://github.com/rust-lang/crates.io-index" 4339 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 4340 - 4341 - [[package]] 4342 - name = "version_check" 4343 - version = "0.9.5" 4344 - source = "registry+https://github.com/rust-lang/crates.io-index" 4345 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4346 - 4347 - [[package]] 4348 - name = "vswhom" 4349 - version = "0.1.0" 4350 - source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 4352 - dependencies = [ 4353 - "libc", 4354 - "vswhom-sys", 4355 - ] 4356 - 4357 - [[package]] 4358 - name = "vswhom-sys" 4359 - version = "0.1.2" 4360 - source = "registry+https://github.com/rust-lang/crates.io-index" 4361 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 4362 - dependencies = [ 4363 - "cc", 4364 - "libc", 4365 - ] 4366 - 4367 - [[package]] 4368 - name = "vte" 4369 - version = "0.10.1" 4370 - source = "registry+https://github.com/rust-lang/crates.io-index" 4371 - checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" 4372 - dependencies = [ 4373 - "arrayvec", 4374 - "utf8parse", 4375 - "vte_generate_state_changes", 4376 - ] 4377 - 4378 - [[package]] 4379 - name = "vte_generate_state_changes" 4380 - version = "0.1.2" 4381 - source = "registry+https://github.com/rust-lang/crates.io-index" 4382 - checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 4383 - dependencies = [ 4384 - "proc-macro2", 4385 - "quote", 4386 - ] 4387 - 4388 - [[package]] 4389 - name = "walkdir" 4390 - version = "2.5.0" 4391 - source = "registry+https://github.com/rust-lang/crates.io-index" 4392 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4393 - dependencies = [ 4394 - "same-file", 4395 - "winapi-util", 4396 - ] 4397 - 4398 - [[package]] 4399 - name = "wasi" 4400 - version = "0.9.0+wasi-snapshot-preview1" 4401 - source = "registry+https://github.com/rust-lang/crates.io-index" 4402 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4403 - 4404 - [[package]] 4405 - name = "wasi" 4406 - version = "0.11.0+wasi-snapshot-preview1" 4407 - source = "registry+https://github.com/rust-lang/crates.io-index" 4408 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4409 - 4410 - [[package]] 4411 - name = "wasite" 4412 - version = "0.1.0" 4413 - source = "registry+https://github.com/rust-lang/crates.io-index" 4414 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 4415 - 4416 - [[package]] 4417 - name = "wasm-bindgen" 4418 - version = "0.2.93" 4419 - source = "registry+https://github.com/rust-lang/crates.io-index" 4420 - checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 4421 - dependencies = [ 4422 - "cfg-if", 4423 - "once_cell", 4424 - "wasm-bindgen-macro", 4425 - ] 4426 - 4427 - [[package]] 4428 - name = "wasm-bindgen-backend" 4429 - version = "0.2.93" 4430 - source = "registry+https://github.com/rust-lang/crates.io-index" 4431 - checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 4432 - dependencies = [ 4433 - "bumpalo", 4434 - "log", 4435 - "once_cell", 4436 - "proc-macro2", 4437 - "quote", 4438 - "syn 2.0.75", 4439 - "wasm-bindgen-shared", 4440 - ] 4441 - 4442 - [[package]] 4443 - name = "wasm-bindgen-futures" 4444 - version = "0.4.43" 4445 - source = "registry+https://github.com/rust-lang/crates.io-index" 4446 - checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 4447 - dependencies = [ 4448 - "cfg-if", 4449 - "js-sys", 4450 - "wasm-bindgen", 4451 - "web-sys", 4452 - ] 4453 - 4454 - [[package]] 4455 - name = "wasm-bindgen-macro" 4456 - version = "0.2.93" 4457 - source = "registry+https://github.com/rust-lang/crates.io-index" 4458 - checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 4459 - dependencies = [ 4460 - "quote", 4461 - "wasm-bindgen-macro-support", 4462 - ] 4463 - 4464 - [[package]] 4465 - name = "wasm-bindgen-macro-support" 4466 - version = "0.2.93" 4467 - source = "registry+https://github.com/rust-lang/crates.io-index" 4468 - checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 4469 - dependencies = [ 4470 - "proc-macro2", 4471 - "quote", 4472 - "syn 2.0.75", 4473 - "wasm-bindgen-backend", 4474 - "wasm-bindgen-shared", 4475 - ] 4476 - 4477 - [[package]] 4478 - name = "wasm-bindgen-shared" 4479 - version = "0.2.93" 4480 - source = "registry+https://github.com/rust-lang/crates.io-index" 4481 - checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 4482 - 4483 - [[package]] 4484 - name = "web-sys" 4485 - version = "0.3.70" 4486 - source = "registry+https://github.com/rust-lang/crates.io-index" 4487 - checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 4488 - dependencies = [ 4489 - "js-sys", 4490 - "wasm-bindgen", 4491 - ] 4492 - 4493 - [[package]] 4494 - name = "webkit2gtk" 4495 - version = "0.18.2" 4496 - source = "registry+https://github.com/rust-lang/crates.io-index" 4497 - checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" 4498 - dependencies = [ 4499 - "bitflags 1.3.2", 4500 - "cairo-rs", 4501 - "gdk", 4502 - "gdk-sys", 4503 - "gio", 4504 - "gio-sys", 4505 - "glib", 4506 - "glib-sys", 4507 - "gobject-sys", 4508 - "gtk", 4509 - "gtk-sys", 4510 - "javascriptcore-rs", 4511 - "libc", 4512 - "once_cell", 4513 - "soup2", 4514 - "webkit2gtk-sys", 4515 - ] 4516 - 4517 - [[package]] 4518 - name = "webkit2gtk-sys" 4519 - version = "0.18.0" 4520 - source = "registry+https://github.com/rust-lang/crates.io-index" 4521 - checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" 4522 - dependencies = [ 4523 - "atk-sys", 4524 - "bitflags 1.3.2", 4525 - "cairo-sys-rs", 4526 - "gdk-pixbuf-sys", 4527 - "gdk-sys", 4528 - "gio-sys", 4529 - "glib-sys", 4530 - "gobject-sys", 4531 - "gtk-sys", 4532 - "javascriptcore-rs-sys", 4533 - "libc", 4534 - "pango-sys", 4535 - "pkg-config", 4536 - "soup2-sys", 4537 - "system-deps 6.2.2", 4538 - ] 4539 - 4540 - [[package]] 4541 - name = "webview2-com" 4542 - version = "0.19.1" 4543 - source = "registry+https://github.com/rust-lang/crates.io-index" 4544 - checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" 4545 - dependencies = [ 4546 - "webview2-com-macros", 4547 - "webview2-com-sys", 4548 - "windows 0.39.0", 4549 - "windows-implement", 4550 - ] 4551 - 4552 - [[package]] 4553 - name = "webview2-com-macros" 4554 - version = "0.6.0" 4555 - source = "registry+https://github.com/rust-lang/crates.io-index" 4556 - checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" 4557 - dependencies = [ 4558 - "proc-macro2", 4559 - "quote", 4560 - "syn 1.0.109", 4561 - ] 4562 - 4563 - [[package]] 4564 - name = "webview2-com-sys" 4565 - version = "0.19.0" 4566 - source = "registry+https://github.com/rust-lang/crates.io-index" 4567 - checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" 4568 - dependencies = [ 4569 - "regex", 4570 - "serde", 4571 - "serde_json", 4572 - "thiserror", 4573 - "windows 0.39.0", 4574 - "windows-bindgen", 4575 - "windows-metadata", 4576 - ] 4577 - 4578 - [[package]] 4579 - name = "whoami" 4580 - version = "1.5.1" 4581 - source = "registry+https://github.com/rust-lang/crates.io-index" 4582 - checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" 4583 - dependencies = [ 4584 - "redox_syscall 0.4.1", 4585 - "wasite", 4586 - ] 4587 - 4588 - [[package]] 4589 - name = "winapi" 4590 - version = "0.3.9" 4591 - source = "registry+https://github.com/rust-lang/crates.io-index" 4592 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4593 - dependencies = [ 4594 - "winapi-i686-pc-windows-gnu", 4595 - "winapi-x86_64-pc-windows-gnu", 4596 - ] 4597 - 4598 - [[package]] 4599 - name = "winapi-i686-pc-windows-gnu" 4600 - version = "0.4.0" 4601 - source = "registry+https://github.com/rust-lang/crates.io-index" 4602 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4603 - 4604 - [[package]] 4605 - name = "winapi-util" 4606 - version = "0.1.9" 4607 - source = "registry+https://github.com/rust-lang/crates.io-index" 4608 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 4609 - dependencies = [ 4610 - "windows-sys 0.59.0", 4611 - ] 4612 - 4613 - [[package]] 4614 - name = "winapi-x86_64-pc-windows-gnu" 4615 - version = "0.4.0" 4616 - source = "registry+https://github.com/rust-lang/crates.io-index" 4617 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4618 - 4619 - [[package]] 4620 - name = "windows" 4621 - version = "0.37.0" 4622 - source = "registry+https://github.com/rust-lang/crates.io-index" 4623 - checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" 4624 - dependencies = [ 4625 - "windows_aarch64_msvc 0.37.0", 4626 - "windows_i686_gnu 0.37.0", 4627 - "windows_i686_msvc 0.37.0", 4628 - "windows_x86_64_gnu 0.37.0", 4629 - "windows_x86_64_msvc 0.37.0", 4630 - ] 4631 - 4632 - [[package]] 4633 - name = "windows" 4634 - version = "0.39.0" 4635 - source = "registry+https://github.com/rust-lang/crates.io-index" 4636 - checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 4637 - dependencies = [ 4638 - "windows-implement", 4639 - "windows_aarch64_msvc 0.39.0", 4640 - "windows_i686_gnu 0.39.0", 4641 - "windows_i686_msvc 0.39.0", 4642 - "windows_x86_64_gnu 0.39.0", 4643 - "windows_x86_64_msvc 0.39.0", 4644 - ] 4645 - 4646 - [[package]] 4647 - name = "windows" 4648 - version = "0.48.0" 4649 - source = "registry+https://github.com/rust-lang/crates.io-index" 4650 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4651 - dependencies = [ 4652 - "windows-targets 0.48.5", 4653 - ] 4654 - 4655 - [[package]] 4656 - name = "windows-bindgen" 4657 - version = "0.39.0" 4658 - source = "registry+https://github.com/rust-lang/crates.io-index" 4659 - checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" 4660 - dependencies = [ 4661 - "windows-metadata", 4662 - "windows-tokens", 4663 - ] 4664 - 4665 - [[package]] 4666 - name = "windows-core" 4667 - version = "0.52.0" 4668 - source = "registry+https://github.com/rust-lang/crates.io-index" 4669 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4670 - dependencies = [ 4671 - "windows-targets 0.52.6", 4672 - ] 4673 - 4674 - [[package]] 4675 - name = "windows-implement" 4676 - version = "0.39.0" 4677 - source = "registry+https://github.com/rust-lang/crates.io-index" 4678 - checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" 4679 - dependencies = [ 4680 - "syn 1.0.109", 4681 - "windows-tokens", 4682 - ] 4683 - 4684 - [[package]] 4685 - name = "windows-metadata" 4686 - version = "0.39.0" 4687 - source = "registry+https://github.com/rust-lang/crates.io-index" 4688 - checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" 4689 - 4690 - [[package]] 4691 - name = "windows-sys" 4692 - version = "0.42.0" 4693 - source = "registry+https://github.com/rust-lang/crates.io-index" 4694 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4695 - dependencies = [ 4696 - "windows_aarch64_gnullvm 0.42.2", 4697 - "windows_aarch64_msvc 0.42.2", 4698 - "windows_i686_gnu 0.42.2", 4699 - "windows_i686_msvc 0.42.2", 4700 - "windows_x86_64_gnu 0.42.2", 4701 - "windows_x86_64_gnullvm 0.42.2", 4702 - "windows_x86_64_msvc 0.42.2", 4703 - ] 4704 - 4705 - [[package]] 4706 - name = "windows-sys" 4707 - version = "0.45.0" 4708 - source = "registry+https://github.com/rust-lang/crates.io-index" 4709 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4710 - dependencies = [ 4711 - "windows-targets 0.42.2", 4712 - ] 4713 - 4714 - [[package]] 4715 - name = "windows-sys" 4716 - version = "0.48.0" 4717 - source = "registry+https://github.com/rust-lang/crates.io-index" 4718 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4719 - dependencies = [ 4720 - "windows-targets 0.48.5", 4721 - ] 4722 - 4723 - [[package]] 4724 - name = "windows-sys" 4725 - version = "0.52.0" 4726 - source = "registry+https://github.com/rust-lang/crates.io-index" 4727 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4728 - dependencies = [ 4729 - "windows-targets 0.52.6", 4730 - ] 4731 - 4732 - [[package]] 4733 - name = "windows-sys" 4734 - version = "0.59.0" 4735 - source = "registry+https://github.com/rust-lang/crates.io-index" 4736 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4737 - dependencies = [ 4738 - "windows-targets 0.52.6", 4739 - ] 4740 - 4741 - [[package]] 4742 - name = "windows-targets" 4743 - version = "0.42.2" 4744 - source = "registry+https://github.com/rust-lang/crates.io-index" 4745 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4746 - dependencies = [ 4747 - "windows_aarch64_gnullvm 0.42.2", 4748 - "windows_aarch64_msvc 0.42.2", 4749 - "windows_i686_gnu 0.42.2", 4750 - "windows_i686_msvc 0.42.2", 4751 - "windows_x86_64_gnu 0.42.2", 4752 - "windows_x86_64_gnullvm 0.42.2", 4753 - "windows_x86_64_msvc 0.42.2", 4754 - ] 4755 - 4756 - [[package]] 4757 - name = "windows-targets" 4758 - version = "0.48.5" 4759 - source = "registry+https://github.com/rust-lang/crates.io-index" 4760 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4761 - dependencies = [ 4762 - "windows_aarch64_gnullvm 0.48.5", 4763 - "windows_aarch64_msvc 0.48.5", 4764 - "windows_i686_gnu 0.48.5", 4765 - "windows_i686_msvc 0.48.5", 4766 - "windows_x86_64_gnu 0.48.5", 4767 - "windows_x86_64_gnullvm 0.48.5", 4768 - "windows_x86_64_msvc 0.48.5", 4769 - ] 4770 - 4771 - [[package]] 4772 - name = "windows-targets" 4773 - version = "0.52.6" 4774 - source = "registry+https://github.com/rust-lang/crates.io-index" 4775 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4776 - dependencies = [ 4777 - "windows_aarch64_gnullvm 0.52.6", 4778 - "windows_aarch64_msvc 0.52.6", 4779 - "windows_i686_gnu 0.52.6", 4780 - "windows_i686_gnullvm", 4781 - "windows_i686_msvc 0.52.6", 4782 - "windows_x86_64_gnu 0.52.6", 4783 - "windows_x86_64_gnullvm 0.52.6", 4784 - "windows_x86_64_msvc 0.52.6", 4785 - ] 4786 - 4787 - [[package]] 4788 - name = "windows-tokens" 4789 - version = "0.39.0" 4790 - source = "registry+https://github.com/rust-lang/crates.io-index" 4791 - checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" 4792 - 4793 - [[package]] 4794 - name = "windows-version" 4795 - version = "0.1.1" 4796 - source = "registry+https://github.com/rust-lang/crates.io-index" 4797 - checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515" 4798 - dependencies = [ 4799 - "windows-targets 0.52.6", 4800 - ] 4801 - 4802 - [[package]] 4803 - name = "windows_aarch64_gnullvm" 4804 - version = "0.42.2" 4805 - source = "registry+https://github.com/rust-lang/crates.io-index" 4806 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4807 - 4808 - [[package]] 4809 - name = "windows_aarch64_gnullvm" 4810 - version = "0.48.5" 4811 - source = "registry+https://github.com/rust-lang/crates.io-index" 4812 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4813 - 4814 - [[package]] 4815 - name = "windows_aarch64_gnullvm" 4816 - version = "0.52.6" 4817 - source = "registry+https://github.com/rust-lang/crates.io-index" 4818 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4819 - 4820 - [[package]] 4821 - name = "windows_aarch64_msvc" 4822 - version = "0.37.0" 4823 - source = "registry+https://github.com/rust-lang/crates.io-index" 4824 - checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" 4825 - 4826 - [[package]] 4827 - name = "windows_aarch64_msvc" 4828 - version = "0.39.0" 4829 - source = "registry+https://github.com/rust-lang/crates.io-index" 4830 - checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 4831 - 4832 - [[package]] 4833 - name = "windows_aarch64_msvc" 4834 - version = "0.42.2" 4835 - source = "registry+https://github.com/rust-lang/crates.io-index" 4836 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4837 - 4838 - [[package]] 4839 - name = "windows_aarch64_msvc" 4840 - version = "0.48.5" 4841 - source = "registry+https://github.com/rust-lang/crates.io-index" 4842 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4843 - 4844 - [[package]] 4845 - name = "windows_aarch64_msvc" 4846 - version = "0.52.6" 4847 - source = "registry+https://github.com/rust-lang/crates.io-index" 4848 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4849 - 4850 - [[package]] 4851 - name = "windows_i686_gnu" 4852 - version = "0.37.0" 4853 - source = "registry+https://github.com/rust-lang/crates.io-index" 4854 - checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" 4855 - 4856 - [[package]] 4857 - name = "windows_i686_gnu" 4858 - version = "0.39.0" 4859 - source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 4861 - 4862 - [[package]] 4863 - name = "windows_i686_gnu" 4864 - version = "0.42.2" 4865 - source = "registry+https://github.com/rust-lang/crates.io-index" 4866 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4867 - 4868 - [[package]] 4869 - name = "windows_i686_gnu" 4870 - version = "0.48.5" 4871 - source = "registry+https://github.com/rust-lang/crates.io-index" 4872 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4873 - 4874 - [[package]] 4875 - name = "windows_i686_gnu" 4876 - version = "0.52.6" 4877 - source = "registry+https://github.com/rust-lang/crates.io-index" 4878 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4879 - 4880 - [[package]] 4881 - name = "windows_i686_gnullvm" 4882 - version = "0.52.6" 4883 - source = "registry+https://github.com/rust-lang/crates.io-index" 4884 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4885 - 4886 - [[package]] 4887 - name = "windows_i686_msvc" 4888 - version = "0.37.0" 4889 - source = "registry+https://github.com/rust-lang/crates.io-index" 4890 - checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" 4891 - 4892 - [[package]] 4893 - name = "windows_i686_msvc" 4894 - version = "0.39.0" 4895 - source = "registry+https://github.com/rust-lang/crates.io-index" 4896 - checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 4897 - 4898 - [[package]] 4899 - name = "windows_i686_msvc" 4900 - version = "0.42.2" 4901 - source = "registry+https://github.com/rust-lang/crates.io-index" 4902 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4903 - 4904 - [[package]] 4905 - name = "windows_i686_msvc" 4906 - version = "0.48.5" 4907 - source = "registry+https://github.com/rust-lang/crates.io-index" 4908 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4909 - 4910 - [[package]] 4911 - name = "windows_i686_msvc" 4912 - version = "0.52.6" 4913 - source = "registry+https://github.com/rust-lang/crates.io-index" 4914 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4915 - 4916 - [[package]] 4917 - name = "windows_x86_64_gnu" 4918 - version = "0.37.0" 4919 - source = "registry+https://github.com/rust-lang/crates.io-index" 4920 - checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" 4921 - 4922 - [[package]] 4923 - name = "windows_x86_64_gnu" 4924 - version = "0.39.0" 4925 - source = "registry+https://github.com/rust-lang/crates.io-index" 4926 - checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 4927 - 4928 - [[package]] 4929 - name = "windows_x86_64_gnu" 4930 - version = "0.42.2" 4931 - source = "registry+https://github.com/rust-lang/crates.io-index" 4932 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4933 - 4934 - [[package]] 4935 - name = "windows_x86_64_gnu" 4936 - version = "0.48.5" 4937 - source = "registry+https://github.com/rust-lang/crates.io-index" 4938 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4939 - 4940 - [[package]] 4941 - name = "windows_x86_64_gnu" 4942 - version = "0.52.6" 4943 - source = "registry+https://github.com/rust-lang/crates.io-index" 4944 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4945 - 4946 - [[package]] 4947 - name = "windows_x86_64_gnullvm" 4948 - version = "0.42.2" 4949 - source = "registry+https://github.com/rust-lang/crates.io-index" 4950 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4951 - 4952 - [[package]] 4953 - name = "windows_x86_64_gnullvm" 4954 - version = "0.48.5" 4955 - source = "registry+https://github.com/rust-lang/crates.io-index" 4956 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4957 - 4958 - [[package]] 4959 - name = "windows_x86_64_gnullvm" 4960 - version = "0.52.6" 4961 - source = "registry+https://github.com/rust-lang/crates.io-index" 4962 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4963 - 4964 - [[package]] 4965 - name = "windows_x86_64_msvc" 4966 - version = "0.37.0" 4967 - source = "registry+https://github.com/rust-lang/crates.io-index" 4968 - checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" 4969 - 4970 - [[package]] 4971 - name = "windows_x86_64_msvc" 4972 - version = "0.39.0" 4973 - source = "registry+https://github.com/rust-lang/crates.io-index" 4974 - checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 4975 - 4976 - [[package]] 4977 - name = "windows_x86_64_msvc" 4978 - version = "0.42.2" 4979 - source = "registry+https://github.com/rust-lang/crates.io-index" 4980 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4981 - 4982 - [[package]] 4983 - name = "windows_x86_64_msvc" 4984 - version = "0.48.5" 4985 - source = "registry+https://github.com/rust-lang/crates.io-index" 4986 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4987 - 4988 - [[package]] 4989 - name = "windows_x86_64_msvc" 4990 - version = "0.52.6" 4991 - source = "registry+https://github.com/rust-lang/crates.io-index" 4992 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4993 - 4994 - [[package]] 4995 - name = "winnow" 4996 - version = "0.5.40" 4997 - source = "registry+https://github.com/rust-lang/crates.io-index" 4998 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4999 - dependencies = [ 5000 - "memchr", 5001 - ] 5002 - 5003 - [[package]] 5004 - name = "winnow" 5005 - version = "0.6.18" 5006 - source = "registry+https://github.com/rust-lang/crates.io-index" 5007 - checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 5008 - dependencies = [ 5009 - "memchr", 5010 - ] 5011 - 5012 - [[package]] 5013 - name = "winreg" 5014 - version = "0.52.0" 5015 - source = "registry+https://github.com/rust-lang/crates.io-index" 5016 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 5017 - dependencies = [ 5018 - "cfg-if", 5019 - "windows-sys 0.48.0", 5020 - ] 5021 - 5022 - [[package]] 5023 - name = "wry" 5024 - version = "0.24.10" 5025 - source = "registry+https://github.com/rust-lang/crates.io-index" 5026 - checksum = "00711278ed357350d44c749c286786ecac644e044e4da410d466212152383b45" 5027 - dependencies = [ 5028 - "base64 0.13.1", 5029 - "block", 5030 - "cocoa", 5031 - "core-graphics", 5032 - "crossbeam-channel", 5033 - "dunce", 5034 - "gdk", 5035 - "gio", 5036 - "glib", 5037 - "gtk", 5038 - "html5ever", 5039 - "http", 5040 - "kuchikiki", 5041 - "libc", 5042 - "log", 5043 - "objc", 5044 - "objc_id", 5045 - "once_cell", 5046 - "serde", 5047 - "serde_json", 5048 - "sha2", 5049 - "soup2", 5050 - "tao", 5051 - "thiserror", 5052 - "url", 5053 - "webkit2gtk", 5054 - "webkit2gtk-sys", 5055 - "webview2-com", 5056 - "windows 0.39.0", 5057 - "windows-implement", 5058 - ] 5059 - 5060 - [[package]] 5061 - name = "x11" 5062 - version = "2.21.0" 5063 - source = "registry+https://github.com/rust-lang/crates.io-index" 5064 - checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 5065 - dependencies = [ 5066 - "libc", 5067 - "pkg-config", 5068 - ] 5069 - 5070 - [[package]] 5071 - name = "x11-dl" 5072 - version = "2.21.0" 5073 - source = "registry+https://github.com/rust-lang/crates.io-index" 5074 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5075 - dependencies = [ 5076 - "libc", 5077 - "once_cell", 5078 - "pkg-config", 5079 - ] 5080 - 5081 - [[package]] 5082 - name = "xattr" 5083 - version = "1.3.1" 5084 - source = "registry+https://github.com/rust-lang/crates.io-index" 5085 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 5086 - dependencies = [ 5087 - "libc", 5088 - "linux-raw-sys", 5089 - "rustix", 5090 - ] 5091 - 5092 - [[package]] 5093 - name = "zerocopy" 5094 - version = "0.7.35" 5095 - source = "registry+https://github.com/rust-lang/crates.io-index" 5096 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 5097 - dependencies = [ 5098 - "byteorder", 5099 - "zerocopy-derive", 5100 - ] 5101 - 5102 - [[package]] 5103 - name = "zerocopy-derive" 5104 - version = "0.7.35" 5105 - source = "registry+https://github.com/rust-lang/crates.io-index" 5106 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 5107 - dependencies = [ 5108 - "proc-macro2", 5109 - "quote", 5110 - "syn 2.0.75", 5111 - ] 5112 - 5113 - [[package]] 5114 - name = "zeroize" 5115 - version = "1.8.1" 5116 - source = "registry+https://github.com/rust-lang/crates.io-index" 5117 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 5118 - 5119 - [[package]] 5120 - name = "zxcvbn" 5121 - version = "2.2.2" 5122 - source = "registry+https://github.com/rust-lang/crates.io-index" 5123 - checksum = "103fa851fff70ea29af380e87c25c48ff7faac5c530c70bd0e65366d4e0c94e4" 5124 - dependencies = [ 5125 - "derive_builder", 5126 - "fancy-regex", 5127 - "itertools", 5128 - "js-sys", 5129 - "lazy_static", 5130 - "quick-error", 5131 - "regex", 5132 - "time", 5133 - ]
···
+26 -83
pkgs/by-name/tr/treedome/package.nix
··· 1 { 2 lib, 3 - cargo-tauri_1, 4 - cmake, 5 dbus, 6 fetchgit, 7 fetchYarnDeps, 8 freetype, 9 gsettings-desktop-schemas, 10 - gtk3, 11 - libsoup_2_4, 12 - stdenv, 13 yarnConfigHook, 14 - yarnBuildHook, 15 nodejs, 16 openssl, 17 pkg-config, 18 rustPlatform, 19 - webkitgtk_4_0, 20 - wrapGAppsHook3, 21 sqlite, 22 }: 23 24 - let 25 pname = "treedome"; 26 - version = "0.5.1"; 27 28 src = fetchgit { 29 url = "https://codeberg.org/solver-orgz/treedome"; 30 rev = version; 31 - hash = "sha256-EYSB9BJhk0yIwT1h8cIo6fpDI10av6yCtOR4FuAY5dM="; 32 fetchLFS = true; 33 }; 34 35 - frontend-build = stdenv.mkDerivation (finalAttrs: { 36 - pname = "treedome-ui"; 37 - inherit version src; 38 39 - offlineCache = fetchYarnDeps { 40 - yarnLock = "${src}/yarn.lock"; 41 - hash = "sha256-H9Y/heYEPU5LvIZAgVn0FhiNQ0QKAQEDQ1/oFogi9vc="; 42 - }; 43 - 44 - nativeBuildInputs = [ 45 - yarnConfigHook 46 - yarnBuildHook 47 - nodejs 48 - ]; 49 - 50 - installPhase = '' 51 - runHook preInstall 52 - 53 - mkdir -p $out/dist 54 - cp -r dist/** $out/dist 55 - 56 - runHook postInstall 57 - ''; 58 - }); 59 - in 60 - rustPlatform.buildRustPackage { 61 - inherit version pname src; 62 - sourceRoot = "${src.name}/src-tauri"; 63 - 64 - cargoLock = { 65 - lockFile = ./Cargo.lock; 66 - outputHashes = { 67 - "fix-path-env-0.0.0" = "sha256-ewE3CwqLC8dvi94UrQsWbp0mjmrzEJIGPDYtdmQ/sGs="; 68 - }; 69 }; 70 71 - env = { 72 - VERGEN_GIT_DESCRIBE = version; 73 - }; 74 - 75 - preConfigure = '' 76 - mkdir -p dist 77 - cp -R ${frontend-build}/dist/** dist 78 - ''; 79 - 80 - # copy the frontend static resources to final build directory 81 - # Also modify tauri.conf.json so that it expects the resources at the new location 82 postPatch = '' 83 - substituteInPlace ./tauri.conf.json \ 84 - --replace '"distDir": "../dist",' '"distDir": "dist",' \ 85 - --replace '"beforeBuildCommand": "yarn run build",' '"beforeBuildCommand": "",' 86 ''; 87 88 nativeBuildInputs = [ 89 - cmake 90 pkg-config 91 - cargo-tauri_1 92 - wrapGAppsHook3 93 ]; 94 95 buildInputs = [ 96 dbus 97 openssl 98 freetype 99 - libsoup_2_4 100 - gtk3 101 - webkitgtk_4_0 102 gsettings-desktop-schemas 103 sqlite 104 ]; 105 106 - buildPhase = '' 107 - runHook preBuild 108 - 109 - cargo tauri build 110 111 - runHook postBuild 112 - ''; 113 - 114 - installPhase = '' 115 - runHook preInstall 116 - 117 - mkdir -p $out/bin/ 118 - mkdir -p $out/share/ 119 - 120 - cp target/release/bundle/deb/treedome_0.0.0_amd64/data/usr/bin/treedome $out/bin/treedome 121 - cp -R target/release/bundle/deb/treedome_0.0.0_amd64/data/usr/share/** $out/share/ 122 - 123 - runHook postInstall 124 - ''; 125 126 # WEBKIT_DISABLE_COMPOSITING_MODE essential in NVIDIA + compositor https://github.com/NixOS/nixpkgs/issues/212064#issuecomment-1400202079 127 postFixup = '' ··· 132 meta = with lib; { 133 description = "Local-first, encrypted, note taking application organized in tree-like structures"; 134 homepage = " https://codeberg.org/solver-orgz/treedome"; 135 - license = licenses.agpl3Only; 136 platforms = [ "x86_64-linux" ]; 137 mainProgram = "treedome"; 138 maintainers = with maintainers; [ tengkuizdihar ];
··· 1 { 2 lib, 3 + cargo-tauri, 4 dbus, 5 fetchgit, 6 fetchYarnDeps, 7 freetype, 8 gsettings-desktop-schemas, 9 yarnConfigHook, 10 nodejs, 11 openssl, 12 pkg-config, 13 rustPlatform, 14 + webkitgtk_4_1, 15 + libayatana-appindicator, 16 + wrapGAppsHook4, 17 sqlite, 18 }: 19 20 + rustPlatform.buildRustPackage rec { 21 pname = "treedome"; 22 + version = "0.5.4"; 23 24 src = fetchgit { 25 url = "https://codeberg.org/solver-orgz/treedome"; 26 rev = version; 27 + hash = "sha256-fJnrM9I11JKqzrprXa51mJiz9oO5hDp6u69FqJs5l8o="; 28 fetchLFS = true; 29 }; 30 31 + useFetchCargoVendor = true; 32 + cargoHash = "sha256-scCF4xpc1COdlg57/eNTPdgY7/cJkdcc2s1YNraXzXk="; 33 34 + offlineCache = fetchYarnDeps { 35 + yarnLock = "${src}/yarn.lock"; 36 + hash = "sha256-in1A1XcfZK5F/EV5CYgfqig+8vKsxd6XhzfSv7Z0nNQ="; 37 }; 38 39 postPatch = '' 40 + substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \ 41 + --replace-fail "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1" 42 ''; 43 44 nativeBuildInputs = [ 45 + cargo-tauri.hook 46 + nodejs 47 pkg-config 48 + wrapGAppsHook4 49 + yarnConfigHook 50 ]; 51 52 buildInputs = [ 53 dbus 54 openssl 55 freetype 56 + webkitgtk_4_1 57 + libayatana-appindicator 58 gsettings-desktop-schemas 59 sqlite 60 ]; 61 62 + cargoRoot = "src-tauri"; 63 + buildAndTestSubdir = cargoRoot; 64 65 + env = { 66 + VERGEN_GIT_DESCRIBE = version; 67 + }; 68 69 # WEBKIT_DISABLE_COMPOSITING_MODE essential in NVIDIA + compositor https://github.com/NixOS/nixpkgs/issues/212064#issuecomment-1400202079 70 postFixup = '' ··· 75 meta = with lib; { 76 description = "Local-first, encrypted, note taking application organized in tree-like structures"; 77 homepage = " https://codeberg.org/solver-orgz/treedome"; 78 + license = licenses.agpl3Plus; 79 platforms = [ "x86_64-linux" ]; 80 mainProgram = "treedome"; 81 maintainers = with maintainers; [ tengkuizdihar ];