cargo-tauri: 2.1.1 -> 2.2.0 (#370500)

authored by Yt and committed by GitHub efccd455 41f12076

+5 -11669
-11659
pkgs/by-name/ca/cargo-tauri/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 = "Inflector" 7 - version = "0.11.4" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 - 11 - [[package]] 12 - name = "acl-tests" 13 - version = "0.1.0" 14 - dependencies = [ 15 - "insta", 16 - "serde_json", 17 - "tauri-utils 2.1.0", 18 - ] 19 - 20 - [[package]] 21 - name = "addr2line" 22 - version = "0.24.1" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" 25 - dependencies = [ 26 - "gimli", 27 - ] 28 - 29 - [[package]] 30 - name = "adler" 31 - version = "1.0.2" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 34 - 35 - [[package]] 36 - name = "adler2" 37 - version = "2.0.0" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 40 - 41 - [[package]] 42 - name = "aead" 43 - version = "0.5.2" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 46 - dependencies = [ 47 - "crypto-common", 48 - "generic-array", 49 - ] 50 - 51 - [[package]] 52 - name = "aes" 53 - version = "0.8.4" 54 - source = "registry+https://github.com/rust-lang/crates.io-index" 55 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 56 - dependencies = [ 57 - "cfg-if", 58 - "cipher", 59 - "cpufeatures", 60 - ] 61 - 62 - [[package]] 63 - name = "aes-gcm" 64 - version = "0.10.3" 65 - source = "registry+https://github.com/rust-lang/crates.io-index" 66 - checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 67 - dependencies = [ 68 - "aead", 69 - "aes", 70 - "cipher", 71 - "ctr", 72 - "ghash", 73 - "subtle", 74 - ] 75 - 76 - [[package]] 77 - name = "ahash" 78 - version = "0.7.8" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 81 - dependencies = [ 82 - "getrandom 0.2.15", 83 - "once_cell", 84 - "version_check", 85 - ] 86 - 87 - [[package]] 88 - name = "ahash" 89 - version = "0.8.11" 90 - source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 92 - dependencies = [ 93 - "cfg-if", 94 - "getrandom 0.2.15", 95 - "once_cell", 96 - "serde", 97 - "version_check", 98 - "zerocopy", 99 - ] 100 - 101 - [[package]] 102 - name = "aho-corasick" 103 - version = "1.1.3" 104 - source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 106 - dependencies = [ 107 - "memchr", 108 - ] 109 - 110 - [[package]] 111 - name = "aligned-vec" 112 - version = "0.5.0" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" 115 - 116 - [[package]] 117 - name = "alloc-no-stdlib" 118 - version = "2.0.4" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 121 - 122 - [[package]] 123 - name = "alloc-stdlib" 124 - version = "0.2.2" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 127 - dependencies = [ 128 - "alloc-no-stdlib", 129 - ] 130 - 131 - [[package]] 132 - name = "allocator-api2" 133 - version = "0.2.18" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 136 - 137 - [[package]] 138 - name = "android-tzdata" 139 - version = "0.1.1" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 142 - 143 - [[package]] 144 - name = "android_log-sys" 145 - version = "0.3.1" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937" 148 - 149 - [[package]] 150 - name = "android_logger" 151 - version = "0.14.1" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "05b07e8e73d720a1f2e4b6014766e6039fd2e96a4fa44e2a78d0e1fa2ff49826" 154 - dependencies = [ 155 - "android_log-sys", 156 - "env_filter", 157 - "log", 158 - ] 159 - 160 - [[package]] 161 - name = "android_system_properties" 162 - version = "0.1.5" 163 - source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 165 - dependencies = [ 166 - "libc", 167 - ] 168 - 169 - [[package]] 170 - name = "anstream" 171 - version = "0.6.15" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 174 - dependencies = [ 175 - "anstyle", 176 - "anstyle-parse", 177 - "anstyle-query", 178 - "anstyle-wincon", 179 - "colorchoice", 180 - "is_terminal_polyfill", 181 - "utf8parse", 182 - ] 183 - 184 - [[package]] 185 - name = "anstyle" 186 - version = "1.0.8" 187 - source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 189 - 190 - [[package]] 191 - name = "anstyle-parse" 192 - version = "0.2.5" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 195 - dependencies = [ 196 - "utf8parse", 197 - ] 198 - 199 - [[package]] 200 - name = "anstyle-query" 201 - version = "1.1.1" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 204 - dependencies = [ 205 - "windows-sys 0.52.0", 206 - ] 207 - 208 - [[package]] 209 - name = "anstyle-wincon" 210 - version = "3.0.4" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 213 - dependencies = [ 214 - "anstyle", 215 - "windows-sys 0.52.0", 216 - ] 217 - 218 - [[package]] 219 - name = "anyhow" 220 - version = "1.0.93" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" 223 - 224 - [[package]] 225 - name = "api" 226 - version = "0.1.0" 227 - dependencies = [ 228 - "log", 229 - "serde", 230 - "serde_json", 231 - "tauri", 232 - "tauri-build", 233 - "tauri-plugin-log", 234 - "tauri-plugin-sample", 235 - "tiny_http", 236 - ] 237 - 238 - [[package]] 239 - name = "app-store-connect" 240 - version = "0.5.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "33fb5489b9bfcfa3aec2f68cc79eafb999b5af9b9d9d70ca8dfe36acdd1b2b05" 243 - dependencies = [ 244 - "anyhow", 245 - "base64 0.21.7", 246 - "clap", 247 - "dirs", 248 - "env_logger 0.10.2", 249 - "jsonwebtoken", 250 - "log", 251 - "pem", 252 - "rand 0.8.5", 253 - "reqwest 0.11.27", 254 - "rsa", 255 - "serde", 256 - "serde_json", 257 - "thiserror 1.0.68", 258 - "x509-certificate", 259 - ] 260 - 261 - [[package]] 262 - name = "apple-bundles" 263 - version = "0.19.0" 264 - source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "abb7c27ee2ca7826adfdc84228cd4c5a84ab57b0a11d269d1d7cd0615238e5a2" 266 - dependencies = [ 267 - "anyhow", 268 - "plist", 269 - "simple-file-manifest", 270 - "walkdir", 271 - ] 272 - 273 - [[package]] 274 - name = "apple-codesign" 275 - version = "0.27.0" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "329820aac7259ca0529d3cc21dd3b4c11651225dfce9e0ce25b121b23f923164" 278 - dependencies = [ 279 - "anyhow", 280 - "app-store-connect", 281 - "apple-bundles", 282 - "apple-flat-package", 283 - "apple-xar", 284 - "aws-config", 285 - "aws-sdk-s3", 286 - "aws-smithy-http", 287 - "aws-smithy-types", 288 - "base64 0.21.7", 289 - "bcder", 290 - "bitflags 2.6.0", 291 - "bytes", 292 - "chrono", 293 - "clap", 294 - "cryptographic-message-syntax", 295 - "der 0.7.9", 296 - "dialoguer", 297 - "difference", 298 - "digest", 299 - "dirs", 300 - "elliptic-curve 0.13.8", 301 - "env_logger 0.10.2", 302 - "figment", 303 - "filetime", 304 - "glob", 305 - "goblin", 306 - "hex", 307 - "log", 308 - "md-5", 309 - "minicbor", 310 - "num-traits", 311 - "object 0.32.2", 312 - "oid-registry", 313 - "once_cell", 314 - "p12", 315 - "p256 0.13.2", 316 - "pem", 317 - "pkcs1", 318 - "pkcs8 0.10.2", 319 - "plist", 320 - "rand 0.8.5", 321 - "rasn", 322 - "rayon", 323 - "regex", 324 - "reqwest 0.11.27", 325 - "ring", 326 - "rsa", 327 - "scroll", 328 - "security-framework", 329 - "security-framework-sys", 330 - "semver", 331 - "serde", 332 - "serde_json", 333 - "serde_yaml", 334 - "sha2", 335 - "signature 2.2.0", 336 - "simple-file-manifest", 337 - "spake2", 338 - "spki 0.7.3", 339 - "subtle", 340 - "tempfile", 341 - "thiserror 1.0.68", 342 - "tokio", 343 - "tungstenite 0.21.0", 344 - "uuid", 345 - "walkdir", 346 - "widestring", 347 - "windows-sys 0.52.0", 348 - "x509", 349 - "x509-certificate", 350 - "xml-rs", 351 - "yasna", 352 - "zeroize", 353 - "zip 0.6.6", 354 - "zip_structs", 355 - ] 356 - 357 - [[package]] 358 - name = "apple-flat-package" 359 - version = "0.18.0" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "b6adc520e05304de5ec383487786fa20e9c636fe972e59719cdd93621a2db6f1" 362 - dependencies = [ 363 - "apple-xar", 364 - "cpio-archive", 365 - "flate2", 366 - "scroll", 367 - "serde", 368 - "serde-xml-rs", 369 - "thiserror 1.0.68", 370 - ] 371 - 372 - [[package]] 373 - name = "apple-xar" 374 - version = "0.18.0" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "844e00dc1e665b3cf0bba745aa9c6464292ca512db0c11384511586701eb0335" 377 - dependencies = [ 378 - "base64 0.21.7", 379 - "bcder", 380 - "bzip2", 381 - "chrono", 382 - "cryptographic-message-syntax", 383 - "digest", 384 - "flate2", 385 - "log", 386 - "md-5", 387 - "rand 0.8.5", 388 - "reqwest 0.11.27", 389 - "scroll", 390 - "serde", 391 - "serde-xml-rs", 392 - "sha1", 393 - "sha2", 394 - "signature 2.2.0", 395 - "thiserror 1.0.68", 396 - "url", 397 - "x509-certificate", 398 - "xml-rs", 399 - "xz2", 400 - ] 401 - 402 - [[package]] 403 - name = "ar" 404 - version = "0.9.0" 405 - source = "registry+https://github.com/rust-lang/crates.io-index" 406 - checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69" 407 - 408 - [[package]] 409 - name = "arbitrary" 410 - version = "1.3.2" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 413 - dependencies = [ 414 - "derive_arbitrary", 415 - ] 416 - 417 - [[package]] 418 - name = "arg_enum_proc_macro" 419 - version = "0.3.4" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 422 - dependencies = [ 423 - "proc-macro2", 424 - "quote", 425 - "syn 2.0.87", 426 - ] 427 - 428 - [[package]] 429 - name = "argon2" 430 - version = "0.5.3" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" 433 - dependencies = [ 434 - "base64ct", 435 - "blake2", 436 - "cpufeatures", 437 - "password-hash", 438 - ] 439 - 440 - [[package]] 441 - name = "arrayref" 442 - version = "0.3.9" 443 - source = "registry+https://github.com/rust-lang/crates.io-index" 444 - checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 445 - 446 - [[package]] 447 - name = "arrayvec" 448 - version = "0.7.6" 449 - source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 451 - 452 - [[package]] 453 - name = "ascii" 454 - version = "1.1.0" 455 - source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 457 - 458 - [[package]] 459 - name = "asn1-rs" 460 - version = "0.5.2" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 463 - dependencies = [ 464 - "asn1-rs-derive", 465 - "asn1-rs-impl", 466 - "displaydoc", 467 - "nom", 468 - "num-traits", 469 - "rusticata-macros", 470 - "thiserror 1.0.68", 471 - ] 472 - 473 - [[package]] 474 - name = "asn1-rs-derive" 475 - version = "0.4.0" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 478 - dependencies = [ 479 - "proc-macro2", 480 - "quote", 481 - "syn 1.0.109", 482 - "synstructure 0.12.6", 483 - ] 484 - 485 - [[package]] 486 - name = "asn1-rs-impl" 487 - version = "0.1.0" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 490 - dependencies = [ 491 - "proc-macro2", 492 - "quote", 493 - "syn 1.0.109", 494 - ] 495 - 496 - [[package]] 497 - name = "assert-unchecked" 498 - version = "0.1.2" 499 - source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "7330592adf847ee2e3513587b4db2db410a0d751378654e7e993d9adcbe5c795" 501 - 502 - [[package]] 503 - name = "async-trait" 504 - version = "0.1.83" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 507 - dependencies = [ 508 - "proc-macro2", 509 - "quote", 510 - "syn 2.0.87", 511 - ] 512 - 513 - [[package]] 514 - name = "atk" 515 - version = "0.18.0" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4" 518 - dependencies = [ 519 - "atk-sys", 520 - "glib", 521 - "libc", 522 - ] 523 - 524 - [[package]] 525 - name = "atk-sys" 526 - version = "0.18.0" 527 - source = "registry+https://github.com/rust-lang/crates.io-index" 528 - checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009" 529 - dependencies = [ 530 - "glib-sys", 531 - "gobject-sys", 532 - "libc", 533 - "system-deps", 534 - ] 535 - 536 - [[package]] 537 - name = "atomic" 538 - version = "0.6.0" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 541 - dependencies = [ 542 - "bytemuck", 543 - ] 544 - 545 - [[package]] 546 - name = "atomic-waker" 547 - version = "1.1.2" 548 - source = "registry+https://github.com/rust-lang/crates.io-index" 549 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 550 - 551 - [[package]] 552 - name = "autocfg" 553 - version = "1.4.0" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 556 - 557 - [[package]] 558 - name = "av1-grain" 559 - version = "0.2.3" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf" 562 - dependencies = [ 563 - "anyhow", 564 - "arrayvec", 565 - "log", 566 - "nom", 567 - "num-rational", 568 - "v_frame", 569 - ] 570 - 571 - [[package]] 572 - name = "avif-serialize" 573 - version = "0.8.2" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62" 576 - dependencies = [ 577 - "arrayvec", 578 - ] 579 - 580 - [[package]] 581 - name = "aws-config" 582 - version = "1.5.9" 583 - source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "2d6448cfb224dd6a9b9ac734f58622dd0d4751f3589f3b777345745f46b2eb14" 585 - dependencies = [ 586 - "aws-credential-types", 587 - "aws-runtime", 588 - "aws-sdk-sso", 589 - "aws-sdk-ssooidc", 590 - "aws-sdk-sts", 591 - "aws-smithy-async", 592 - "aws-smithy-http", 593 - "aws-smithy-json", 594 - "aws-smithy-runtime", 595 - "aws-smithy-runtime-api", 596 - "aws-smithy-types", 597 - "aws-types", 598 - "bytes", 599 - "fastrand", 600 - "hex", 601 - "http 0.2.12", 602 - "ring", 603 - "time", 604 - "tokio", 605 - "tracing", 606 - "url", 607 - "zeroize", 608 - ] 609 - 610 - [[package]] 611 - name = "aws-credential-types" 612 - version = "1.2.1" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" 615 - dependencies = [ 616 - "aws-smithy-async", 617 - "aws-smithy-runtime-api", 618 - "aws-smithy-types", 619 - "zeroize", 620 - ] 621 - 622 - [[package]] 623 - name = "aws-runtime" 624 - version = "1.4.3" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" 627 - dependencies = [ 628 - "aws-credential-types", 629 - "aws-sigv4", 630 - "aws-smithy-async", 631 - "aws-smithy-eventstream", 632 - "aws-smithy-http", 633 - "aws-smithy-runtime", 634 - "aws-smithy-runtime-api", 635 - "aws-smithy-types", 636 - "aws-types", 637 - "bytes", 638 - "fastrand", 639 - "http 0.2.12", 640 - "http-body 0.4.6", 641 - "once_cell", 642 - "percent-encoding", 643 - "pin-project-lite", 644 - "tracing", 645 - "uuid", 646 - ] 647 - 648 - [[package]] 649 - name = "aws-sdk-s3" 650 - version = "1.46.0" 651 - source = "registry+https://github.com/rust-lang/crates.io-index" 652 - checksum = "4abf69a87be33b6f125a93d5046b5f7395c26d1f449bf8d3927f5577463b6de0" 653 - dependencies = [ 654 - "ahash 0.8.11", 655 - "aws-credential-types", 656 - "aws-runtime", 657 - "aws-sigv4", 658 - "aws-smithy-async", 659 - "aws-smithy-checksums", 660 - "aws-smithy-eventstream", 661 - "aws-smithy-http", 662 - "aws-smithy-json", 663 - "aws-smithy-runtime", 664 - "aws-smithy-runtime-api", 665 - "aws-smithy-types", 666 - "aws-smithy-xml", 667 - "aws-types", 668 - "bytes", 669 - "fastrand", 670 - "hex", 671 - "hmac", 672 - "http 0.2.12", 673 - "http-body 0.4.6", 674 - "lru", 675 - "once_cell", 676 - "percent-encoding", 677 - "regex-lite", 678 - "sha2", 679 - "tracing", 680 - "url", 681 - ] 682 - 683 - [[package]] 684 - name = "aws-sdk-sso" 685 - version = "1.48.0" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "ded855583fa1d22e88fe39fd6062b062376e50a8211989e07cf5e38d52eb3453" 688 - dependencies = [ 689 - "aws-credential-types", 690 - "aws-runtime", 691 - "aws-smithy-async", 692 - "aws-smithy-http", 693 - "aws-smithy-json", 694 - "aws-smithy-runtime", 695 - "aws-smithy-runtime-api", 696 - "aws-smithy-types", 697 - "aws-types", 698 - "bytes", 699 - "http 0.2.12", 700 - "once_cell", 701 - "regex-lite", 702 - "tracing", 703 - ] 704 - 705 - [[package]] 706 - name = "aws-sdk-ssooidc" 707 - version = "1.49.0" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "9177ea1192e6601ae16c7273385690d88a7ed386a00b74a6bc894d12103cd933" 710 - dependencies = [ 711 - "aws-credential-types", 712 - "aws-runtime", 713 - "aws-smithy-async", 714 - "aws-smithy-http", 715 - "aws-smithy-json", 716 - "aws-smithy-runtime", 717 - "aws-smithy-runtime-api", 718 - "aws-smithy-types", 719 - "aws-types", 720 - "bytes", 721 - "http 0.2.12", 722 - "once_cell", 723 - "regex-lite", 724 - "tracing", 725 - ] 726 - 727 - [[package]] 728 - name = "aws-sdk-sts" 729 - version = "1.48.0" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "823ef553cf36713c97453e2ddff1eb8f62be7f4523544e2a5db64caf80100f0a" 732 - dependencies = [ 733 - "aws-credential-types", 734 - "aws-runtime", 735 - "aws-smithy-async", 736 - "aws-smithy-http", 737 - "aws-smithy-json", 738 - "aws-smithy-query", 739 - "aws-smithy-runtime", 740 - "aws-smithy-runtime-api", 741 - "aws-smithy-types", 742 - "aws-smithy-xml", 743 - "aws-types", 744 - "http 0.2.12", 745 - "once_cell", 746 - "regex-lite", 747 - "tracing", 748 - ] 749 - 750 - [[package]] 751 - name = "aws-sigv4" 752 - version = "1.2.4" 753 - source = "registry+https://github.com/rust-lang/crates.io-index" 754 - checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" 755 - dependencies = [ 756 - "aws-credential-types", 757 - "aws-smithy-eventstream", 758 - "aws-smithy-http", 759 - "aws-smithy-runtime-api", 760 - "aws-smithy-types", 761 - "bytes", 762 - "crypto-bigint 0.5.5", 763 - "form_urlencoded", 764 - "hex", 765 - "hmac", 766 - "http 0.2.12", 767 - "http 1.1.0", 768 - "once_cell", 769 - "p256 0.11.1", 770 - "percent-encoding", 771 - "ring", 772 - "sha2", 773 - "subtle", 774 - "time", 775 - "tracing", 776 - "zeroize", 777 - ] 778 - 779 - [[package]] 780 - name = "aws-smithy-async" 781 - version = "1.2.1" 782 - source = "registry+https://github.com/rust-lang/crates.io-index" 783 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 784 - dependencies = [ 785 - "futures-util", 786 - "pin-project-lite", 787 - "tokio", 788 - ] 789 - 790 - [[package]] 791 - name = "aws-smithy-checksums" 792 - version = "0.60.12" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23" 795 - dependencies = [ 796 - "aws-smithy-http", 797 - "aws-smithy-types", 798 - "bytes", 799 - "crc32c", 800 - "crc32fast", 801 - "hex", 802 - "http 0.2.12", 803 - "http-body 0.4.6", 804 - "md-5", 805 - "pin-project-lite", 806 - "sha1", 807 - "sha2", 808 - "tracing", 809 - ] 810 - 811 - [[package]] 812 - name = "aws-smithy-eventstream" 813 - version = "0.60.5" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90" 816 - dependencies = [ 817 - "aws-smithy-types", 818 - "bytes", 819 - "crc32fast", 820 - ] 821 - 822 - [[package]] 823 - name = "aws-smithy-http" 824 - version = "0.60.11" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" 827 - dependencies = [ 828 - "aws-smithy-eventstream", 829 - "aws-smithy-runtime-api", 830 - "aws-smithy-types", 831 - "bytes", 832 - "bytes-utils", 833 - "futures-core", 834 - "http 0.2.12", 835 - "http-body 0.4.6", 836 - "once_cell", 837 - "percent-encoding", 838 - "pin-project-lite", 839 - "pin-utils", 840 - "tracing", 841 - ] 842 - 843 - [[package]] 844 - name = "aws-smithy-json" 845 - version = "0.60.7" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 848 - dependencies = [ 849 - "aws-smithy-types", 850 - ] 851 - 852 - [[package]] 853 - name = "aws-smithy-query" 854 - version = "0.60.7" 855 - source = "registry+https://github.com/rust-lang/crates.io-index" 856 - checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" 857 - dependencies = [ 858 - "aws-smithy-types", 859 - "urlencoding", 860 - ] 861 - 862 - [[package]] 863 - name = "aws-smithy-runtime" 864 - version = "1.7.3" 865 - source = "registry+https://github.com/rust-lang/crates.io-index" 866 - checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2" 867 - dependencies = [ 868 - "aws-smithy-async", 869 - "aws-smithy-http", 870 - "aws-smithy-runtime-api", 871 - "aws-smithy-types", 872 - "bytes", 873 - "fastrand", 874 - "h2 0.3.26", 875 - "http 0.2.12", 876 - "http-body 0.4.6", 877 - "http-body 1.0.1", 878 - "httparse", 879 - "hyper 0.14.30", 880 - "hyper-rustls 0.24.2", 881 - "once_cell", 882 - "pin-project-lite", 883 - "pin-utils", 884 - "rustls 0.21.12", 885 - "tokio", 886 - "tracing", 887 - ] 888 - 889 - [[package]] 890 - name = "aws-smithy-runtime-api" 891 - version = "1.7.2" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 894 - dependencies = [ 895 - "aws-smithy-async", 896 - "aws-smithy-types", 897 - "bytes", 898 - "http 0.2.12", 899 - "http 1.1.0", 900 - "pin-project-lite", 901 - "tokio", 902 - "tracing", 903 - "zeroize", 904 - ] 905 - 906 - [[package]] 907 - name = "aws-smithy-types" 908 - version = "1.2.9" 909 - source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510" 911 - dependencies = [ 912 - "base64-simd", 913 - "bytes", 914 - "bytes-utils", 915 - "futures-core", 916 - "http 0.2.12", 917 - "http 1.1.0", 918 - "http-body 0.4.6", 919 - "http-body 1.0.1", 920 - "http-body-util", 921 - "itoa 1.0.11", 922 - "num-integer", 923 - "pin-project-lite", 924 - "pin-utils", 925 - "ryu", 926 - "serde", 927 - "time", 928 - "tokio", 929 - "tokio-util", 930 - ] 931 - 932 - [[package]] 933 - name = "aws-smithy-xml" 934 - version = "0.60.9" 935 - source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc" 937 - dependencies = [ 938 - "xmlparser", 939 - ] 940 - 941 - [[package]] 942 - name = "aws-types" 943 - version = "1.3.3" 944 - source = "registry+https://github.com/rust-lang/crates.io-index" 945 - checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 946 - dependencies = [ 947 - "aws-credential-types", 948 - "aws-smithy-async", 949 - "aws-smithy-runtime-api", 950 - "aws-smithy-types", 951 - "rustc_version", 952 - "tracing", 953 - ] 954 - 955 - [[package]] 956 - name = "axum" 957 - version = "0.7.7" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" 960 - dependencies = [ 961 - "async-trait", 962 - "axum-core", 963 - "base64 0.22.1", 964 - "bytes", 965 - "futures-util", 966 - "http 1.1.0", 967 - "http-body 1.0.1", 968 - "http-body-util", 969 - "hyper 1.4.1", 970 - "hyper-util", 971 - "itoa 1.0.11", 972 - "matchit", 973 - "memchr", 974 - "mime", 975 - "percent-encoding", 976 - "pin-project-lite", 977 - "rustversion", 978 - "serde", 979 - "serde_json", 980 - "serde_path_to_error", 981 - "serde_urlencoded", 982 - "sha1", 983 - "sync_wrapper 1.0.1", 984 - "tokio", 985 - "tokio-tungstenite", 986 - "tower 0.5.1", 987 - "tower-layer", 988 - "tower-service", 989 - "tracing", 990 - ] 991 - 992 - [[package]] 993 - name = "axum-core" 994 - version = "0.4.5" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" 997 - dependencies = [ 998 - "async-trait", 999 - "bytes", 1000 - "futures-util", 1001 - "http 1.1.0", 1002 - "http-body 1.0.1", 1003 - "http-body-util", 1004 - "mime", 1005 - "pin-project-lite", 1006 - "rustversion", 1007 - "sync_wrapper 1.0.1", 1008 - "tower-layer", 1009 - "tower-service", 1010 - "tracing", 1011 - ] 1012 - 1013 - [[package]] 1014 - name = "backtrace" 1015 - version = "0.3.74" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 1018 - dependencies = [ 1019 - "addr2line", 1020 - "cfg-if", 1021 - "libc", 1022 - "miniz_oxide 0.8.0", 1023 - "object 0.36.5", 1024 - "rustc-demangle", 1025 - "windows-targets 0.52.6", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "base16ct" 1030 - version = "0.1.1" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 1033 - 1034 - [[package]] 1035 - name = "base16ct" 1036 - version = "0.2.0" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 1039 - 1040 - [[package]] 1041 - name = "base64" 1042 - version = "0.13.1" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 1045 - 1046 - [[package]] 1047 - name = "base64" 1048 - version = "0.21.7" 1049 - source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 1051 - 1052 - [[package]] 1053 - name = "base64" 1054 - version = "0.22.1" 1055 - source = "registry+https://github.com/rust-lang/crates.io-index" 1056 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 1057 - 1058 - [[package]] 1059 - name = "base64-simd" 1060 - version = "0.8.0" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 1063 - dependencies = [ 1064 - "outref", 1065 - "vsimd", 1066 - ] 1067 - 1068 - [[package]] 1069 - name = "base64ct" 1070 - version = "1.6.0" 1071 - source = "registry+https://github.com/rust-lang/crates.io-index" 1072 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1073 - 1074 - [[package]] 1075 - name = "bcder" 1076 - version = "0.7.4" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0" 1079 - dependencies = [ 1080 - "bytes", 1081 - "smallvec", 1082 - ] 1083 - 1084 - [[package]] 1085 - name = "bench_cpu_intensive" 1086 - version = "0.1.0" 1087 - dependencies = [ 1088 - "serde", 1089 - "serde_json", 1090 - "tauri", 1091 - "tauri-build", 1092 - ] 1093 - 1094 - [[package]] 1095 - name = "bench_files_transfer" 1096 - version = "0.1.0" 1097 - dependencies = [ 1098 - "serde", 1099 - "serde_json", 1100 - "tauri", 1101 - "tauri-build", 1102 - ] 1103 - 1104 - [[package]] 1105 - name = "bench_helloworld" 1106 - version = "0.1.0" 1107 - dependencies = [ 1108 - "serde", 1109 - "serde_json", 1110 - "tauri", 1111 - "tauri-build", 1112 - ] 1113 - 1114 - [[package]] 1115 - name = "bit-set" 1116 - version = "0.5.3" 1117 - source = "registry+https://github.com/rust-lang/crates.io-index" 1118 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 1119 - dependencies = [ 1120 - "bit-vec", 1121 - ] 1122 - 1123 - [[package]] 1124 - name = "bit-vec" 1125 - version = "0.6.3" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 1128 - 1129 - [[package]] 1130 - name = "bit_field" 1131 - version = "0.10.2" 1132 - source = "registry+https://github.com/rust-lang/crates.io-index" 1133 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 1134 - 1135 - [[package]] 1136 - name = "bitfield" 1137 - version = "0.14.0" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac" 1140 - 1141 - [[package]] 1142 - name = "bitflags" 1143 - version = "1.3.2" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1146 - 1147 - [[package]] 1148 - name = "bitflags" 1149 - version = "2.6.0" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 1152 - dependencies = [ 1153 - "serde", 1154 - ] 1155 - 1156 - [[package]] 1157 - name = "bitness" 1158 - version = "0.4.0" 1159 - source = "registry+https://github.com/rust-lang/crates.io-index" 1160 - checksum = "57792b99d555ebf109c83169228076f7d997e2b37ba1a653850ccd703ac7bab0" 1161 - dependencies = [ 1162 - "sysctl", 1163 - "thiserror 1.0.68", 1164 - "uname", 1165 - "winapi", 1166 - ] 1167 - 1168 - [[package]] 1169 - name = "bitstream-io" 1170 - version = "2.3.0" 1171 - source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "7c12d1856e42f0d817a835fe55853957c85c8c8a470114029143d3f12671446e" 1173 - 1174 - [[package]] 1175 - name = "bitvec" 1176 - version = "1.0.1" 1177 - source = "registry+https://github.com/rust-lang/crates.io-index" 1178 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 1179 - dependencies = [ 1180 - "funty", 1181 - "radium", 1182 - "tap", 1183 - "wyz", 1184 - ] 1185 - 1186 - [[package]] 1187 - name = "bitvec-nom2" 1188 - version = "0.2.1" 1189 - source = "registry+https://github.com/rust-lang/crates.io-index" 1190 - checksum = "d988fcc40055ceaa85edc55875a08f8abd29018582647fd82ad6128dba14a5f0" 1191 - dependencies = [ 1192 - "bitvec", 1193 - "nom", 1194 - ] 1195 - 1196 - [[package]] 1197 - name = "blake2" 1198 - version = "0.10.6" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 1201 - dependencies = [ 1202 - "digest", 1203 - ] 1204 - 1205 - [[package]] 1206 - name = "block" 1207 - version = "0.1.6" 1208 - source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 1210 - 1211 - [[package]] 1212 - name = "block-buffer" 1213 - version = "0.10.4" 1214 - source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 1216 - dependencies = [ 1217 - "generic-array", 1218 - ] 1219 - 1220 - [[package]] 1221 - name = "block-padding" 1222 - version = "0.3.3" 1223 - source = "registry+https://github.com/rust-lang/crates.io-index" 1224 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 1225 - dependencies = [ 1226 - "generic-array", 1227 - ] 1228 - 1229 - [[package]] 1230 - name = "block2" 1231 - version = "0.5.1" 1232 - source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 1234 - dependencies = [ 1235 - "objc2", 1236 - ] 1237 - 1238 - [[package]] 1239 - name = "blowfish" 1240 - version = "0.9.1" 1241 - source = "registry+https://github.com/rust-lang/crates.io-index" 1242 - checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" 1243 - dependencies = [ 1244 - "byteorder", 1245 - "cipher", 1246 - ] 1247 - 1248 - [[package]] 1249 - name = "borsh" 1250 - version = "1.5.1" 1251 - source = "registry+https://github.com/rust-lang/crates.io-index" 1252 - checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" 1253 - dependencies = [ 1254 - "borsh-derive", 1255 - "cfg_aliases", 1256 - ] 1257 - 1258 - [[package]] 1259 - name = "borsh-derive" 1260 - version = "1.5.1" 1261 - source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" 1263 - dependencies = [ 1264 - "once_cell", 1265 - "proc-macro-crate 3.2.0", 1266 - "proc-macro2", 1267 - "quote", 1268 - "syn 2.0.87", 1269 - "syn_derive", 1270 - ] 1271 - 1272 - [[package]] 1273 - name = "brotli" 1274 - version = "7.0.0" 1275 - source = "registry+https://github.com/rust-lang/crates.io-index" 1276 - checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" 1277 - dependencies = [ 1278 - "alloc-no-stdlib", 1279 - "alloc-stdlib", 1280 - "brotli-decompressor", 1281 - ] 1282 - 1283 - [[package]] 1284 - name = "brotli-decompressor" 1285 - version = "4.0.1" 1286 - source = "registry+https://github.com/rust-lang/crates.io-index" 1287 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 1288 - dependencies = [ 1289 - "alloc-no-stdlib", 1290 - "alloc-stdlib", 1291 - ] 1292 - 1293 - [[package]] 1294 - name = "bstr" 1295 - version = "1.10.0" 1296 - source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 1298 - dependencies = [ 1299 - "memchr", 1300 - "serde", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "buffer-redux" 1305 - version = "1.0.2" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "4e8acf87c5b9f5897cd3ebb9a327f420e0cae9dd4e5c1d2e36f2c84c571a58f1" 1308 - dependencies = [ 1309 - "memchr", 1310 - ] 1311 - 1312 - [[package]] 1313 - name = "built" 1314 - version = "0.7.4" 1315 - source = "registry+https://github.com/rust-lang/crates.io-index" 1316 - checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4" 1317 - 1318 - [[package]] 1319 - name = "bumpalo" 1320 - version = "3.16.0" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1323 - dependencies = [ 1324 - "allocator-api2", 1325 - ] 1326 - 1327 - [[package]] 1328 - name = "byte-unit" 1329 - version = "5.1.4" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e" 1332 - dependencies = [ 1333 - "rust_decimal", 1334 - "serde", 1335 - "utf8-width", 1336 - ] 1337 - 1338 - [[package]] 1339 - name = "bytecheck" 1340 - version = "0.6.12" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 1343 - dependencies = [ 1344 - "bytecheck_derive", 1345 - "ptr_meta", 1346 - "simdutf8", 1347 - ] 1348 - 1349 - [[package]] 1350 - name = "bytecheck_derive" 1351 - version = "0.6.12" 1352 - source = "registry+https://github.com/rust-lang/crates.io-index" 1353 - checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 1354 - dependencies = [ 1355 - "proc-macro2", 1356 - "quote", 1357 - "syn 1.0.109", 1358 - ] 1359 - 1360 - [[package]] 1361 - name = "bytecount" 1362 - version = "0.6.8" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 1365 - 1366 - [[package]] 1367 - name = "bytemuck" 1368 - version = "1.18.0" 1369 - source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" 1371 - 1372 - [[package]] 1373 - name = "byteorder" 1374 - version = "1.5.0" 1375 - source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1377 - 1378 - [[package]] 1379 - name = "byteorder-lite" 1380 - version = "0.1.0" 1381 - source = "registry+https://github.com/rust-lang/crates.io-index" 1382 - checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1383 - 1384 - [[package]] 1385 - name = "bytes" 1386 - version = "1.8.0" 1387 - source = "registry+https://github.com/rust-lang/crates.io-index" 1388 - checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 1389 - dependencies = [ 1390 - "serde", 1391 - ] 1392 - 1393 - [[package]] 1394 - name = "bytes-utils" 1395 - version = "0.1.4" 1396 - source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1398 - dependencies = [ 1399 - "bytes", 1400 - "either", 1401 - ] 1402 - 1403 - [[package]] 1404 - name = "bytesize" 1405 - version = "1.3.0" 1406 - source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" 1408 - 1409 - [[package]] 1410 - name = "bzip2" 1411 - version = "0.4.4" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 1414 - dependencies = [ 1415 - "bzip2-sys", 1416 - "libc", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "bzip2-sys" 1421 - version = "0.1.11+1.0.8" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1424 - dependencies = [ 1425 - "cc", 1426 - "libc", 1427 - "pkg-config", 1428 - ] 1429 - 1430 - [[package]] 1431 - name = "cairo-rs" 1432 - version = "0.18.5" 1433 - source = "registry+https://github.com/rust-lang/crates.io-index" 1434 - checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 1435 - dependencies = [ 1436 - "bitflags 2.6.0", 1437 - "cairo-sys-rs", 1438 - "glib", 1439 - "libc", 1440 - "once_cell", 1441 - "thiserror 1.0.68", 1442 - ] 1443 - 1444 - [[package]] 1445 - name = "cairo-sys-rs" 1446 - version = "0.18.2" 1447 - source = "registry+https://github.com/rust-lang/crates.io-index" 1448 - checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 1449 - dependencies = [ 1450 - "glib-sys", 1451 - "libc", 1452 - "system-deps", 1453 - ] 1454 - 1455 - [[package]] 1456 - name = "camellia" 1457 - version = "0.1.0" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30" 1460 - dependencies = [ 1461 - "byteorder", 1462 - "cipher", 1463 - ] 1464 - 1465 - [[package]] 1466 - name = "camino" 1467 - version = "1.1.9" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 1470 - dependencies = [ 1471 - "serde", 1472 - ] 1473 - 1474 - [[package]] 1475 - name = "cargo-mobile2" 1476 - version = "0.17.3" 1477 - source = "registry+https://github.com/rust-lang/crates.io-index" 1478 - checksum = "5c8052fc43184dc6c572437c2f8dae83e4ca9a5b27c790e269b90b080c1b9301" 1479 - dependencies = [ 1480 - "colored", 1481 - "core-foundation 0.10.0", 1482 - "deunicode", 1483 - "duct", 1484 - "dunce", 1485 - "embed-resource", 1486 - "english-numbers", 1487 - "freedesktop_entry_parser", 1488 - "handlebars", 1489 - "heck 0.5.0", 1490 - "home", 1491 - "ignore", 1492 - "java-properties", 1493 - "libc", 1494 - "log", 1495 - "once-cell-regex", 1496 - "os_info", 1497 - "os_pipe", 1498 - "path_abs", 1499 - "serde", 1500 - "serde_json", 1501 - "textwrap", 1502 - "thiserror 1.0.68", 1503 - "toml 0.8.19", 1504 - "ureq", 1505 - "which 6.0.3", 1506 - "windows", 1507 - "x509-certificate", 1508 - ] 1509 - 1510 - [[package]] 1511 - name = "cargo-platform" 1512 - version = "0.1.8" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 1515 - dependencies = [ 1516 - "serde", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "cargo_metadata" 1521 - version = "0.18.1" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" 1524 - dependencies = [ 1525 - "camino", 1526 - "cargo-platform", 1527 - "semver", 1528 - "serde", 1529 - "serde_json", 1530 - "thiserror 1.0.68", 1531 - ] 1532 - 1533 - [[package]] 1534 - name = "cargo_toml" 1535 - version = "0.17.2" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719" 1538 - dependencies = [ 1539 - "serde", 1540 - "toml 0.8.19", 1541 - ] 1542 - 1543 - [[package]] 1544 - name = "cast5" 1545 - version = "0.11.1" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "26b07d673db1ccf000e90f54b819db9e75a8348d6eb056e9b8ab53231b7a9911" 1548 - dependencies = [ 1549 - "cipher", 1550 - ] 1551 - 1552 - [[package]] 1553 - name = "castaway" 1554 - version = "0.2.3" 1555 - source = "registry+https://github.com/rust-lang/crates.io-index" 1556 - checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" 1557 - dependencies = [ 1558 - "rustversion", 1559 - ] 1560 - 1561 - [[package]] 1562 - name = "cbc" 1563 - version = "0.1.2" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 1566 - dependencies = [ 1567 - "cipher", 1568 - ] 1569 - 1570 - [[package]] 1571 - name = "cc" 1572 - version = "1.1.24" 1573 - source = "registry+https://github.com/rust-lang/crates.io-index" 1574 - checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938" 1575 - dependencies = [ 1576 - "jobserver", 1577 - "libc", 1578 - "shlex", 1579 - ] 1580 - 1581 - [[package]] 1582 - name = "cesu8" 1583 - version = "1.1.0" 1584 - source = "registry+https://github.com/rust-lang/crates.io-index" 1585 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1586 - 1587 - [[package]] 1588 - name = "cfb" 1589 - version = "0.7.3" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 1592 - dependencies = [ 1593 - "byteorder", 1594 - "fnv", 1595 - "uuid", 1596 - ] 1597 - 1598 - [[package]] 1599 - name = "cfb-mode" 1600 - version = "0.8.2" 1601 - source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330" 1603 - dependencies = [ 1604 - "cipher", 1605 - ] 1606 - 1607 - [[package]] 1608 - name = "cfg-expr" 1609 - version = "0.15.8" 1610 - source = "registry+https://github.com/rust-lang/crates.io-index" 1611 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 1612 - dependencies = [ 1613 - "smallvec", 1614 - "target-lexicon", 1615 - ] 1616 - 1617 - [[package]] 1618 - name = "cfg-if" 1619 - version = "1.0.0" 1620 - source = "registry+https://github.com/rust-lang/crates.io-index" 1621 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1622 - 1623 - [[package]] 1624 - name = "cfg_aliases" 1625 - version = "0.2.1" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1628 - 1629 - [[package]] 1630 - name = "chrono" 1631 - version = "0.4.38" 1632 - source = "registry+https://github.com/rust-lang/crates.io-index" 1633 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1634 - dependencies = [ 1635 - "android-tzdata", 1636 - "iana-time-zone", 1637 - "js-sys", 1638 - "num-traits", 1639 - "serde", 1640 - "wasm-bindgen", 1641 - "windows-targets 0.52.6", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "chunked_transfer" 1646 - version = "1.5.0" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 1649 - 1650 - [[package]] 1651 - name = "cipher" 1652 - version = "0.4.4" 1653 - source = "registry+https://github.com/rust-lang/crates.io-index" 1654 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1655 - dependencies = [ 1656 - "crypto-common", 1657 - "inout", 1658 - ] 1659 - 1660 - [[package]] 1661 - name = "clap" 1662 - version = "4.5.19" 1663 - source = "registry+https://github.com/rust-lang/crates.io-index" 1664 - checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" 1665 - dependencies = [ 1666 - "clap_builder", 1667 - "clap_derive", 1668 - ] 1669 - 1670 - [[package]] 1671 - name = "clap_builder" 1672 - version = "4.5.19" 1673 - source = "registry+https://github.com/rust-lang/crates.io-index" 1674 - checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" 1675 - dependencies = [ 1676 - "anstream", 1677 - "anstyle", 1678 - "clap_lex", 1679 - "strsim", 1680 - ] 1681 - 1682 - [[package]] 1683 - name = "clap_complete" 1684 - version = "4.5.29" 1685 - source = "registry+https://github.com/rust-lang/crates.io-index" 1686 - checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e" 1687 - dependencies = [ 1688 - "clap", 1689 - ] 1690 - 1691 - [[package]] 1692 - name = "clap_derive" 1693 - version = "4.5.18" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 1696 - dependencies = [ 1697 - "heck 0.5.0", 1698 - "proc-macro2", 1699 - "quote", 1700 - "syn 2.0.87", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "clap_lex" 1705 - version = "0.7.2" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 1708 - 1709 - [[package]] 1710 - name = "cmac" 1711 - version = "0.7.2" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa" 1714 - dependencies = [ 1715 - "cipher", 1716 - "dbl", 1717 - "digest", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "cocoa" 1722 - version = "0.25.0" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 1725 - dependencies = [ 1726 - "bitflags 1.3.2", 1727 - "block", 1728 - "cocoa-foundation 0.1.2", 1729 - "core-foundation 0.9.4", 1730 - "core-graphics 0.23.2", 1731 - "foreign-types 0.5.0", 1732 - "libc", 1733 - "objc", 1734 - ] 1735 - 1736 - [[package]] 1737 - name = "cocoa" 1738 - version = "0.26.0" 1739 - source = "registry+https://github.com/rust-lang/crates.io-index" 1740 - checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2" 1741 - dependencies = [ 1742 - "bitflags 2.6.0", 1743 - "block", 1744 - "cocoa-foundation 0.2.0", 1745 - "core-foundation 0.10.0", 1746 - "core-graphics 0.24.0", 1747 - "foreign-types 0.5.0", 1748 - "libc", 1749 - "objc", 1750 - ] 1751 - 1752 - [[package]] 1753 - name = "cocoa-foundation" 1754 - version = "0.1.2" 1755 - source = "registry+https://github.com/rust-lang/crates.io-index" 1756 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 1757 - dependencies = [ 1758 - "bitflags 1.3.2", 1759 - "block", 1760 - "core-foundation 0.9.4", 1761 - "core-graphics-types 0.1.3", 1762 - "libc", 1763 - "objc", 1764 - ] 1765 - 1766 - [[package]] 1767 - name = "cocoa-foundation" 1768 - version = "0.2.0" 1769 - source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d" 1771 - dependencies = [ 1772 - "bitflags 2.6.0", 1773 - "block", 1774 - "core-foundation 0.10.0", 1775 - "core-graphics-types 0.2.0", 1776 - "libc", 1777 - "objc", 1778 - ] 1779 - 1780 - [[package]] 1781 - name = "color_quant" 1782 - version = "1.1.0" 1783 - source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 1785 - 1786 - [[package]] 1787 - name = "colorchoice" 1788 - version = "1.0.2" 1789 - source = "registry+https://github.com/rust-lang/crates.io-index" 1790 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1791 - 1792 - [[package]] 1793 - name = "colored" 1794 - version = "2.1.0" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" 1797 - dependencies = [ 1798 - "lazy_static", 1799 - "windows-sys 0.48.0", 1800 - ] 1801 - 1802 - [[package]] 1803 - name = "combine" 1804 - version = "4.6.7" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1807 - dependencies = [ 1808 - "bytes", 1809 - "memchr", 1810 - ] 1811 - 1812 - [[package]] 1813 - name = "common-path" 1814 - version = "1.0.0" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" 1817 - 1818 - [[package]] 1819 - name = "compact_str" 1820 - version = "0.8.0" 1821 - source = "registry+https://github.com/rust-lang/crates.io-index" 1822 - checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644" 1823 - dependencies = [ 1824 - "castaway", 1825 - "cfg-if", 1826 - "itoa 1.0.11", 1827 - "rustversion", 1828 - "ryu", 1829 - "static_assertions", 1830 - ] 1831 - 1832 - [[package]] 1833 - name = "console" 1834 - version = "0.15.8" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 1837 - dependencies = [ 1838 - "encode_unicode", 1839 - "lazy_static", 1840 - "libc", 1841 - "unicode-width", 1842 - "windows-sys 0.52.0", 1843 - ] 1844 - 1845 - [[package]] 1846 - name = "console_error_panic_hook" 1847 - version = "0.1.7" 1848 - source = "registry+https://github.com/rust-lang/crates.io-index" 1849 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 1850 - dependencies = [ 1851 - "cfg-if", 1852 - "wasm-bindgen", 1853 - ] 1854 - 1855 - [[package]] 1856 - name = "const-oid" 1857 - version = "0.9.6" 1858 - source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1860 - 1861 - [[package]] 1862 - name = "const_panic" 1863 - version = "0.2.10" 1864 - source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "013b6c2c3a14d678f38cd23994b02da3a1a1b6a5d1eedddfe63a5a5f11b13a81" 1866 - 1867 - [[package]] 1868 - name = "convert_case" 1869 - version = "0.4.0" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 1872 - 1873 - [[package]] 1874 - name = "convert_case" 1875 - version = "0.6.0" 1876 - source = "registry+https://github.com/rust-lang/crates.io-index" 1877 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 1878 - dependencies = [ 1879 - "unicode-segmentation", 1880 - ] 1881 - 1882 - [[package]] 1883 - name = "cookie" 1884 - version = "0.18.1" 1885 - source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 1887 - dependencies = [ 1888 - "time", 1889 - "version_check", 1890 - ] 1891 - 1892 - [[package]] 1893 - name = "cookie-factory" 1894 - version = "0.3.3" 1895 - source = "registry+https://github.com/rust-lang/crates.io-index" 1896 - checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2" 1897 - dependencies = [ 1898 - "futures", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "core-foundation" 1903 - version = "0.9.4" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1906 - dependencies = [ 1907 - "core-foundation-sys", 1908 - "libc", 1909 - ] 1910 - 1911 - [[package]] 1912 - name = "core-foundation" 1913 - version = "0.10.0" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 1916 - dependencies = [ 1917 - "core-foundation-sys", 1918 - "libc", 1919 - ] 1920 - 1921 - [[package]] 1922 - name = "core-foundation-sys" 1923 - version = "0.8.7" 1924 - source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1926 - 1927 - [[package]] 1928 - name = "core-graphics" 1929 - version = "0.23.2" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1932 - dependencies = [ 1933 - "bitflags 1.3.2", 1934 - "core-foundation 0.9.4", 1935 - "core-graphics-types 0.1.3", 1936 - "foreign-types 0.5.0", 1937 - "libc", 1938 - ] 1939 - 1940 - [[package]] 1941 - name = "core-graphics" 1942 - version = "0.24.0" 1943 - source = "registry+https://github.com/rust-lang/crates.io-index" 1944 - checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 1945 - dependencies = [ 1946 - "bitflags 2.6.0", 1947 - "core-foundation 0.10.0", 1948 - "core-graphics-types 0.2.0", 1949 - "foreign-types 0.5.0", 1950 - "libc", 1951 - ] 1952 - 1953 - [[package]] 1954 - name = "core-graphics-types" 1955 - version = "0.1.3" 1956 - source = "registry+https://github.com/rust-lang/crates.io-index" 1957 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1958 - dependencies = [ 1959 - "bitflags 1.3.2", 1960 - "core-foundation 0.9.4", 1961 - "libc", 1962 - ] 1963 - 1964 - [[package]] 1965 - name = "core-graphics-types" 1966 - version = "0.2.0" 1967 - source = "registry+https://github.com/rust-lang/crates.io-index" 1968 - checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 1969 - dependencies = [ 1970 - "bitflags 2.6.0", 1971 - "core-foundation 0.10.0", 1972 - "libc", 1973 - ] 1974 - 1975 - [[package]] 1976 - name = "core_maths" 1977 - version = "0.1.0" 1978 - source = "registry+https://github.com/rust-lang/crates.io-index" 1979 - checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" 1980 - dependencies = [ 1981 - "libm", 1982 - ] 1983 - 1984 - [[package]] 1985 - name = "cpio" 1986 - version = "0.4.0" 1987 - source = "registry+https://github.com/rust-lang/crates.io-index" 1988 - checksum = "80e3adec7390c7643049466136117057188edf5f23efc5c8b4fc8079c8dc34a6" 1989 - 1990 - [[package]] 1991 - name = "cpio-archive" 1992 - version = "0.9.0" 1993 - source = "registry+https://github.com/rust-lang/crates.io-index" 1994 - checksum = "63d5133d716d3d82da8c76367ddb0ab1733e2629f1462e4f39947e13b8b4b741" 1995 - dependencies = [ 1996 - "chrono", 1997 - "is_executable", 1998 - "simple-file-manifest", 1999 - "thiserror 1.0.68", 2000 - ] 2001 - 2002 - [[package]] 2003 - name = "cpufeatures" 2004 - version = "0.2.14" 2005 - source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 2007 - dependencies = [ 2008 - "libc", 2009 - ] 2010 - 2011 - [[package]] 2012 - name = "crc24" 2013 - version = "0.1.6" 2014 - source = "registry+https://github.com/rust-lang/crates.io-index" 2015 - checksum = "fd121741cf3eb82c08dd3023eb55bf2665e5f60ec20f89760cf836ae4562e6a0" 2016 - 2017 - [[package]] 2018 - name = "crc32c" 2019 - version = "0.6.8" 2020 - source = "registry+https://github.com/rust-lang/crates.io-index" 2021 - checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 2022 - dependencies = [ 2023 - "rustc_version", 2024 - ] 2025 - 2026 - [[package]] 2027 - name = "crc32fast" 2028 - version = "1.4.2" 2029 - source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 2031 - dependencies = [ 2032 - "cfg-if", 2033 - ] 2034 - 2035 - [[package]] 2036 - name = "crossbeam-channel" 2037 - version = "0.5.13" 2038 - source = "registry+https://github.com/rust-lang/crates.io-index" 2039 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 2040 - dependencies = [ 2041 - "crossbeam-utils", 2042 - ] 2043 - 2044 - [[package]] 2045 - name = "crossbeam-deque" 2046 - version = "0.8.5" 2047 - source = "registry+https://github.com/rust-lang/crates.io-index" 2048 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 2049 - dependencies = [ 2050 - "crossbeam-epoch", 2051 - "crossbeam-utils", 2052 - ] 2053 - 2054 - [[package]] 2055 - name = "crossbeam-epoch" 2056 - version = "0.9.18" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 2059 - dependencies = [ 2060 - "crossbeam-utils", 2061 - ] 2062 - 2063 - [[package]] 2064 - name = "crossbeam-utils" 2065 - version = "0.8.20" 2066 - source = "registry+https://github.com/rust-lang/crates.io-index" 2067 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 2068 - 2069 - [[package]] 2070 - name = "crunchy" 2071 - version = "0.2.2" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 2074 - 2075 - [[package]] 2076 - name = "crypto-bigint" 2077 - version = "0.4.9" 2078 - source = "registry+https://github.com/rust-lang/crates.io-index" 2079 - checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 2080 - dependencies = [ 2081 - "generic-array", 2082 - "rand_core 0.6.4", 2083 - "subtle", 2084 - "zeroize", 2085 - ] 2086 - 2087 - [[package]] 2088 - name = "crypto-bigint" 2089 - version = "0.5.5" 2090 - source = "registry+https://github.com/rust-lang/crates.io-index" 2091 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 2092 - dependencies = [ 2093 - "generic-array", 2094 - "rand_core 0.6.4", 2095 - "subtle", 2096 - "zeroize", 2097 - ] 2098 - 2099 - [[package]] 2100 - name = "crypto-common" 2101 - version = "0.1.6" 2102 - source = "registry+https://github.com/rust-lang/crates.io-index" 2103 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 2104 - dependencies = [ 2105 - "generic-array", 2106 - "rand_core 0.6.4", 2107 - "typenum", 2108 - ] 2109 - 2110 - [[package]] 2111 - name = "cryptographic-message-syntax" 2112 - version = "0.26.0" 2113 - source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "43c324ba1028cef7e3a71a00cbf585637bb0215dec2f6a2b566d094190a1309b" 2115 - dependencies = [ 2116 - "bcder", 2117 - "bytes", 2118 - "chrono", 2119 - "hex", 2120 - "pem", 2121 - "reqwest 0.11.27", 2122 - "ring", 2123 - "signature 2.2.0", 2124 - "x509-certificate", 2125 - ] 2126 - 2127 - [[package]] 2128 - name = "css-color" 2129 - version = "0.2.8" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "42aaeae719fd78ce501d77c6cdf01f7e96f26bcd5617a4903a1c2b97e388543a" 2132 - 2133 - [[package]] 2134 - name = "cssparser" 2135 - version = "0.27.2" 2136 - source = "registry+https://github.com/rust-lang/crates.io-index" 2137 - checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 2138 - dependencies = [ 2139 - "cssparser-macros", 2140 - "dtoa-short", 2141 - "itoa 0.4.8", 2142 - "matches", 2143 - "phf 0.8.0", 2144 - "proc-macro2", 2145 - "quote", 2146 - "smallvec", 2147 - "syn 1.0.109", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "cssparser-macros" 2152 - version = "0.6.1" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 2155 - dependencies = [ 2156 - "quote", 2157 - "syn 2.0.87", 2158 - ] 2159 - 2160 - [[package]] 2161 - name = "ctor" 2162 - version = "0.2.8" 2163 - source = "registry+https://github.com/rust-lang/crates.io-index" 2164 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 2165 - dependencies = [ 2166 - "quote", 2167 - "syn 2.0.87", 2168 - ] 2169 - 2170 - [[package]] 2171 - name = "ctr" 2172 - version = "0.9.2" 2173 - source = "registry+https://github.com/rust-lang/crates.io-index" 2174 - checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 2175 - dependencies = [ 2176 - "cipher", 2177 - ] 2178 - 2179 - [[package]] 2180 - name = "ctrlc" 2181 - version = "3.4.5" 2182 - source = "registry+https://github.com/rust-lang/crates.io-index" 2183 - checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" 2184 - dependencies = [ 2185 - "nix", 2186 - "windows-sys 0.59.0", 2187 - ] 2188 - 2189 - [[package]] 2190 - name = "curve25519-dalek" 2191 - version = "4.1.3" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 2194 - dependencies = [ 2195 - "cfg-if", 2196 - "cpufeatures", 2197 - "curve25519-dalek-derive", 2198 - "digest", 2199 - "fiat-crypto", 2200 - "rand_core 0.6.4", 2201 - "rustc_version", 2202 - "subtle", 2203 - "zeroize", 2204 - ] 2205 - 2206 - [[package]] 2207 - name = "curve25519-dalek-derive" 2208 - version = "0.1.1" 2209 - source = "registry+https://github.com/rust-lang/crates.io-index" 2210 - checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 2211 - dependencies = [ 2212 - "proc-macro2", 2213 - "quote", 2214 - "syn 2.0.87", 2215 - ] 2216 - 2217 - [[package]] 2218 - name = "darling" 2219 - version = "0.20.10" 2220 - source = "registry+https://github.com/rust-lang/crates.io-index" 2221 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 2222 - dependencies = [ 2223 - "darling_core", 2224 - "darling_macro", 2225 - ] 2226 - 2227 - [[package]] 2228 - name = "darling_core" 2229 - version = "0.20.10" 2230 - source = "registry+https://github.com/rust-lang/crates.io-index" 2231 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 2232 - dependencies = [ 2233 - "fnv", 2234 - "ident_case", 2235 - "proc-macro2", 2236 - "quote", 2237 - "strsim", 2238 - "syn 2.0.87", 2239 - ] 2240 - 2241 - [[package]] 2242 - name = "darling_macro" 2243 - version = "0.20.10" 2244 - source = "registry+https://github.com/rust-lang/crates.io-index" 2245 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 2246 - dependencies = [ 2247 - "darling_core", 2248 - "quote", 2249 - "syn 2.0.87", 2250 - ] 2251 - 2252 - [[package]] 2253 - name = "dashmap" 2254 - version = "6.1.0" 2255 - source = "registry+https://github.com/rust-lang/crates.io-index" 2256 - checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 2257 - dependencies = [ 2258 - "cfg-if", 2259 - "crossbeam-utils", 2260 - "hashbrown 0.14.5", 2261 - "lock_api", 2262 - "once_cell", 2263 - "parking_lot_core", 2264 - ] 2265 - 2266 - [[package]] 2267 - name = "data-encoding" 2268 - version = "2.6.0" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 2271 - 2272 - [[package]] 2273 - name = "data-url" 2274 - version = "0.3.1" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 2277 - 2278 - [[package]] 2279 - name = "dbl" 2280 - version = "0.3.2" 2281 - source = "registry+https://github.com/rust-lang/crates.io-index" 2282 - checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9" 2283 - dependencies = [ 2284 - "generic-array", 2285 - ] 2286 - 2287 - [[package]] 2288 - name = "der" 2289 - version = "0.6.1" 2290 - source = "registry+https://github.com/rust-lang/crates.io-index" 2291 - checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 2292 - dependencies = [ 2293 - "const-oid", 2294 - "zeroize", 2295 - ] 2296 - 2297 - [[package]] 2298 - name = "der" 2299 - version = "0.7.9" 2300 - source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 2302 - dependencies = [ 2303 - "const-oid", 2304 - "pem-rfc7468", 2305 - "zeroize", 2306 - ] 2307 - 2308 - [[package]] 2309 - name = "deranged" 2310 - version = "0.3.11" 2311 - source = "registry+https://github.com/rust-lang/crates.io-index" 2312 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 2313 - dependencies = [ 2314 - "powerfmt", 2315 - "serde", 2316 - ] 2317 - 2318 - [[package]] 2319 - name = "derive_arbitrary" 2320 - version = "1.3.2" 2321 - source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 2323 - dependencies = [ 2324 - "proc-macro2", 2325 - "quote", 2326 - "syn 2.0.87", 2327 - ] 2328 - 2329 - [[package]] 2330 - name = "derive_builder" 2331 - version = "0.20.1" 2332 - source = "registry+https://github.com/rust-lang/crates.io-index" 2333 - checksum = "cd33f37ee6a119146a1781d3356a7c26028f83d779b2e04ecd45fdc75c76877b" 2334 - dependencies = [ 2335 - "derive_builder_macro", 2336 - ] 2337 - 2338 - [[package]] 2339 - name = "derive_builder_core" 2340 - version = "0.20.1" 2341 - source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "7431fa049613920234f22c47fdc33e6cf3ee83067091ea4277a3f8c4587aae38" 2343 - dependencies = [ 2344 - "darling", 2345 - "proc-macro2", 2346 - "quote", 2347 - "syn 2.0.87", 2348 - ] 2349 - 2350 - [[package]] 2351 - name = "derive_builder_macro" 2352 - version = "0.20.1" 2353 - source = "registry+https://github.com/rust-lang/crates.io-index" 2354 - checksum = "4abae7035bf79b9877b779505d8cf3749285b80c43941eda66604841889451dc" 2355 - dependencies = [ 2356 - "derive_builder_core", 2357 - "syn 2.0.87", 2358 - ] 2359 - 2360 - [[package]] 2361 - name = "derive_more" 2362 - version = "0.99.18" 2363 - source = "registry+https://github.com/rust-lang/crates.io-index" 2364 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 2365 - dependencies = [ 2366 - "convert_case 0.4.0", 2367 - "proc-macro2", 2368 - "quote", 2369 - "rustc_version", 2370 - "syn 2.0.87", 2371 - ] 2372 - 2373 - [[package]] 2374 - name = "des" 2375 - version = "0.8.1" 2376 - source = "registry+https://github.com/rust-lang/crates.io-index" 2377 - checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" 2378 - dependencies = [ 2379 - "cipher", 2380 - ] 2381 - 2382 - [[package]] 2383 - name = "deunicode" 2384 - version = "1.6.0" 2385 - source = "registry+https://github.com/rust-lang/crates.io-index" 2386 - checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" 2387 - 2388 - [[package]] 2389 - name = "dialoguer" 2390 - version = "0.11.0" 2391 - source = "registry+https://github.com/rust-lang/crates.io-index" 2392 - checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" 2393 - dependencies = [ 2394 - "console", 2395 - "shell-words", 2396 - "tempfile", 2397 - "thiserror 1.0.68", 2398 - "zeroize", 2399 - ] 2400 - 2401 - [[package]] 2402 - name = "diff" 2403 - version = "0.1.13" 2404 - source = "registry+https://github.com/rust-lang/crates.io-index" 2405 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 2406 - 2407 - [[package]] 2408 - name = "difference" 2409 - version = "2.0.0" 2410 - source = "registry+https://github.com/rust-lang/crates.io-index" 2411 - checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 2412 - 2413 - [[package]] 2414 - name = "digest" 2415 - version = "0.10.7" 2416 - source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 2418 - dependencies = [ 2419 - "block-buffer", 2420 - "const-oid", 2421 - "crypto-common", 2422 - "subtle", 2423 - ] 2424 - 2425 - [[package]] 2426 - name = "dirs" 2427 - version = "5.0.1" 2428 - source = "registry+https://github.com/rust-lang/crates.io-index" 2429 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 2430 - dependencies = [ 2431 - "dirs-sys", 2432 - ] 2433 - 2434 - [[package]] 2435 - name = "dirs-next" 2436 - version = "2.0.0" 2437 - source = "registry+https://github.com/rust-lang/crates.io-index" 2438 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 2439 - dependencies = [ 2440 - "cfg-if", 2441 - "dirs-sys-next", 2442 - ] 2443 - 2444 - [[package]] 2445 - name = "dirs-sys" 2446 - version = "0.4.1" 2447 - source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 2449 - dependencies = [ 2450 - "libc", 2451 - "option-ext", 2452 - "redox_users", 2453 - "windows-sys 0.48.0", 2454 - ] 2455 - 2456 - [[package]] 2457 - name = "dirs-sys-next" 2458 - version = "0.1.2" 2459 - source = "registry+https://github.com/rust-lang/crates.io-index" 2460 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 2461 - dependencies = [ 2462 - "libc", 2463 - "redox_users", 2464 - "winapi", 2465 - ] 2466 - 2467 - [[package]] 2468 - name = "dispatch" 2469 - version = "0.2.0" 2470 - source = "registry+https://github.com/rust-lang/crates.io-index" 2471 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 2472 - 2473 - [[package]] 2474 - name = "displaydoc" 2475 - version = "0.2.5" 2476 - source = "registry+https://github.com/rust-lang/crates.io-index" 2477 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 2478 - dependencies = [ 2479 - "proc-macro2", 2480 - "quote", 2481 - "syn 2.0.87", 2482 - ] 2483 - 2484 - [[package]] 2485 - name = "dlopen2" 2486 - version = "0.7.0" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6" 2489 - dependencies = [ 2490 - "dlopen2_derive", 2491 - "libc", 2492 - "once_cell", 2493 - "winapi", 2494 - ] 2495 - 2496 - [[package]] 2497 - name = "dlopen2_derive" 2498 - version = "0.4.0" 2499 - source = "registry+https://github.com/rust-lang/crates.io-index" 2500 - checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54" 2501 - dependencies = [ 2502 - "proc-macro2", 2503 - "quote", 2504 - "syn 2.0.87", 2505 - ] 2506 - 2507 - [[package]] 2508 - name = "doc-comment" 2509 - version = "0.3.3" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 2512 - 2513 - [[package]] 2514 - name = "dpi" 2515 - version = "0.1.1" 2516 - source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" 2518 - dependencies = [ 2519 - "serde", 2520 - ] 2521 - 2522 - [[package]] 2523 - name = "dsa" 2524 - version = "0.6.3" 2525 - source = "registry+https://github.com/rust-lang/crates.io-index" 2526 - checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689" 2527 - dependencies = [ 2528 - "digest", 2529 - "num-bigint-dig", 2530 - "num-traits", 2531 - "pkcs8 0.10.2", 2532 - "rfc6979 0.4.0", 2533 - "sha2", 2534 - "signature 2.2.0", 2535 - "zeroize", 2536 - ] 2537 - 2538 - [[package]] 2539 - name = "dtoa" 2540 - version = "1.0.9" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 2543 - 2544 - [[package]] 2545 - name = "dtoa-short" 2546 - version = "0.3.5" 2547 - source = "registry+https://github.com/rust-lang/crates.io-index" 2548 - checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 2549 - dependencies = [ 2550 - "dtoa", 2551 - ] 2552 - 2553 - [[package]] 2554 - name = "duct" 2555 - version = "0.13.7" 2556 - source = "registry+https://github.com/rust-lang/crates.io-index" 2557 - checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" 2558 - dependencies = [ 2559 - "libc", 2560 - "once_cell", 2561 - "os_pipe", 2562 - "shared_child", 2563 - ] 2564 - 2565 - [[package]] 2566 - name = "dunce" 2567 - version = "1.0.5" 2568 - source = "registry+https://github.com/rust-lang/crates.io-index" 2569 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 2570 - 2571 - [[package]] 2572 - name = "dyn-clone" 2573 - version = "1.0.17" 2574 - source = "registry+https://github.com/rust-lang/crates.io-index" 2575 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 2576 - 2577 - [[package]] 2578 - name = "eax" 2579 - version = "0.5.0" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "9954fabd903b82b9d7a68f65f97dc96dd9ad368e40ccc907a7c19d53e6bfac28" 2582 - dependencies = [ 2583 - "aead", 2584 - "cipher", 2585 - "cmac", 2586 - "ctr", 2587 - "subtle", 2588 - ] 2589 - 2590 - [[package]] 2591 - name = "ecdsa" 2592 - version = "0.14.8" 2593 - source = "registry+https://github.com/rust-lang/crates.io-index" 2594 - checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 2595 - dependencies = [ 2596 - "der 0.6.1", 2597 - "elliptic-curve 0.12.3", 2598 - "rfc6979 0.3.1", 2599 - "signature 1.6.4", 2600 - ] 2601 - 2602 - [[package]] 2603 - name = "ecdsa" 2604 - version = "0.16.9" 2605 - source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 2607 - dependencies = [ 2608 - "der 0.7.9", 2609 - "digest", 2610 - "elliptic-curve 0.13.8", 2611 - "rfc6979 0.4.0", 2612 - "signature 2.2.0", 2613 - "spki 0.7.3", 2614 - ] 2615 - 2616 - [[package]] 2617 - name = "ed25519" 2618 - version = "2.2.3" 2619 - source = "registry+https://github.com/rust-lang/crates.io-index" 2620 - checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 2621 - dependencies = [ 2622 - "pkcs8 0.10.2", 2623 - "signature 2.2.0", 2624 - ] 2625 - 2626 - [[package]] 2627 - name = "ed25519-dalek" 2628 - version = "2.1.1" 2629 - source = "registry+https://github.com/rust-lang/crates.io-index" 2630 - checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 2631 - dependencies = [ 2632 - "curve25519-dalek", 2633 - "ed25519", 2634 - "serde", 2635 - "sha2", 2636 - "subtle", 2637 - "zeroize", 2638 - ] 2639 - 2640 - [[package]] 2641 - name = "either" 2642 - version = "1.13.0" 2643 - source = "registry+https://github.com/rust-lang/crates.io-index" 2644 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 2645 - 2646 - [[package]] 2647 - name = "elf" 2648 - version = "0.7.4" 2649 - source = "registry+https://github.com/rust-lang/crates.io-index" 2650 - checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b" 2651 - 2652 - [[package]] 2653 - name = "elliptic-curve" 2654 - version = "0.12.3" 2655 - source = "registry+https://github.com/rust-lang/crates.io-index" 2656 - checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 2657 - dependencies = [ 2658 - "base16ct 0.1.1", 2659 - "crypto-bigint 0.4.9", 2660 - "der 0.6.1", 2661 - "digest", 2662 - "ff 0.12.1", 2663 - "generic-array", 2664 - "group 0.12.1", 2665 - "pkcs8 0.9.0", 2666 - "rand_core 0.6.4", 2667 - "sec1 0.3.0", 2668 - "subtle", 2669 - "zeroize", 2670 - ] 2671 - 2672 - [[package]] 2673 - name = "elliptic-curve" 2674 - version = "0.13.8" 2675 - source = "registry+https://github.com/rust-lang/crates.io-index" 2676 - checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 2677 - dependencies = [ 2678 - "base16ct 0.2.0", 2679 - "crypto-bigint 0.5.5", 2680 - "digest", 2681 - "ff 0.13.0", 2682 - "generic-array", 2683 - "group 0.13.0", 2684 - "hkdf", 2685 - "pem-rfc7468", 2686 - "pkcs8 0.10.2", 2687 - "rand_core 0.6.4", 2688 - "sec1 0.7.3", 2689 - "subtle", 2690 - "zeroize", 2691 - ] 2692 - 2693 - [[package]] 2694 - name = "embed-resource" 2695 - version = "2.5.0" 2696 - source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "f4e24052d7be71f0efb50c201557f6fe7d237cfd5a64fd5bcd7fd8fe32dbbffa" 2698 - dependencies = [ 2699 - "cc", 2700 - "memchr", 2701 - "rustc_version", 2702 - "toml 0.8.19", 2703 - "vswhom", 2704 - "winreg 0.52.0", 2705 - ] 2706 - 2707 - [[package]] 2708 - name = "embed_plist" 2709 - version = "1.2.2" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 2712 - 2713 - [[package]] 2714 - name = "encode_unicode" 2715 - version = "0.3.6" 2716 - source = "registry+https://github.com/rust-lang/crates.io-index" 2717 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 2718 - 2719 - [[package]] 2720 - name = "encoding_rs" 2721 - version = "0.8.34" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 2724 - dependencies = [ 2725 - "cfg-if", 2726 - ] 2727 - 2728 - [[package]] 2729 - name = "english-numbers" 2730 - version = "0.3.3" 2731 - source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "4e4f5d6e192964d498b45abee72ca445e91909094bc8e8791259e82c2a0d1aa6" 2733 - 2734 - [[package]] 2735 - name = "enum-display-derive" 2736 - version = "0.1.1" 2737 - source = "registry+https://github.com/rust-lang/crates.io-index" 2738 - checksum = "f16ef37b2a9b242295d61a154ee91ae884afff6b8b933b486b12481cc58310ca" 2739 - dependencies = [ 2740 - "proc-macro2", 2741 - "quote", 2742 - "syn 1.0.109", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "enum-primitive-derive" 2747 - version = "0.3.0" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "ba7795da175654fe16979af73f81f26a8ea27638d8d9823d317016888a63dc4c" 2750 - dependencies = [ 2751 - "num-traits", 2752 - "quote", 2753 - "syn 2.0.87", 2754 - ] 2755 - 2756 - [[package]] 2757 - name = "env_filter" 2758 - version = "0.1.2" 2759 - source = "registry+https://github.com/rust-lang/crates.io-index" 2760 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 2761 - dependencies = [ 2762 - "log", 2763 - "regex", 2764 - ] 2765 - 2766 - [[package]] 2767 - name = "env_logger" 2768 - version = "0.8.4" 2769 - source = "registry+https://github.com/rust-lang/crates.io-index" 2770 - checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 2771 - dependencies = [ 2772 - "log", 2773 - "regex", 2774 - ] 2775 - 2776 - [[package]] 2777 - name = "env_logger" 2778 - version = "0.10.2" 2779 - source = "registry+https://github.com/rust-lang/crates.io-index" 2780 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 2781 - dependencies = [ 2782 - "humantime", 2783 - "is-terminal", 2784 - "log", 2785 - "regex", 2786 - "termcolor", 2787 - ] 2788 - 2789 - [[package]] 2790 - name = "env_logger" 2791 - version = "0.11.5" 2792 - source = "registry+https://github.com/rust-lang/crates.io-index" 2793 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 2794 - dependencies = [ 2795 - "anstream", 2796 - "anstyle", 2797 - "env_filter", 2798 - "humantime", 2799 - "log", 2800 - ] 2801 - 2802 - [[package]] 2803 - name = "equivalent" 2804 - version = "1.0.1" 2805 - source = "registry+https://github.com/rust-lang/crates.io-index" 2806 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 2807 - 2808 - [[package]] 2809 - name = "erased-serde" 2810 - version = "0.4.5" 2811 - source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" 2813 - dependencies = [ 2814 - "serde", 2815 - "typeid", 2816 - ] 2817 - 2818 - [[package]] 2819 - name = "errno" 2820 - version = "0.3.9" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 2823 - dependencies = [ 2824 - "libc", 2825 - "windows-sys 0.52.0", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "exr" 2830 - version = "1.72.0" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 2833 - dependencies = [ 2834 - "bit_field", 2835 - "flume", 2836 - "half", 2837 - "lebe", 2838 - "miniz_oxide 0.7.4", 2839 - "rayon-core", 2840 - "smallvec", 2841 - "zune-inflate", 2842 - ] 2843 - 2844 - [[package]] 2845 - name = "fancy-regex" 2846 - version = "0.13.0" 2847 - source = "registry+https://github.com/rust-lang/crates.io-index" 2848 - checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" 2849 - dependencies = [ 2850 - "bit-set", 2851 - "regex-automata", 2852 - "regex-syntax", 2853 - ] 2854 - 2855 - [[package]] 2856 - name = "fastrand" 2857 - version = "2.1.1" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 2860 - 2861 - [[package]] 2862 - name = "fdeflate" 2863 - version = "0.3.5" 2864 - source = "registry+https://github.com/rust-lang/crates.io-index" 2865 - checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab" 2866 - dependencies = [ 2867 - "simd-adler32", 2868 - ] 2869 - 2870 - [[package]] 2871 - name = "fern" 2872 - version = "0.6.2" 2873 - source = "registry+https://github.com/rust-lang/crates.io-index" 2874 - checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 2875 - dependencies = [ 2876 - "log", 2877 - ] 2878 - 2879 - [[package]] 2880 - name = "ff" 2881 - version = "0.12.1" 2882 - source = "registry+https://github.com/rust-lang/crates.io-index" 2883 - checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 2884 - dependencies = [ 2885 - "rand_core 0.6.4", 2886 - "subtle", 2887 - ] 2888 - 2889 - [[package]] 2890 - name = "ff" 2891 - version = "0.13.0" 2892 - source = "registry+https://github.com/rust-lang/crates.io-index" 2893 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 2894 - dependencies = [ 2895 - "rand_core 0.6.4", 2896 - "subtle", 2897 - ] 2898 - 2899 - [[package]] 2900 - name = "fiat-crypto" 2901 - version = "0.2.9" 2902 - source = "registry+https://github.com/rust-lang/crates.io-index" 2903 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 2904 - 2905 - [[package]] 2906 - name = "field-offset" 2907 - version = "0.3.6" 2908 - source = "registry+https://github.com/rust-lang/crates.io-index" 2909 - checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 2910 - dependencies = [ 2911 - "memoffset", 2912 - "rustc_version", 2913 - ] 2914 - 2915 - [[package]] 2916 - name = "figment" 2917 - version = "0.10.19" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 2920 - dependencies = [ 2921 - "atomic", 2922 - "pear", 2923 - "serde", 2924 - "toml 0.8.19", 2925 - "uncased", 2926 - "version_check", 2927 - ] 2928 - 2929 - [[package]] 2930 - name = "filetime" 2931 - version = "0.2.25" 2932 - source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 2934 - dependencies = [ 2935 - "cfg-if", 2936 - "libc", 2937 - "libredox", 2938 - "windows-sys 0.59.0", 2939 - ] 2940 - 2941 - [[package]] 2942 - name = "flate2" 2943 - version = "1.0.34" 2944 - source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 2946 - dependencies = [ 2947 - "crc32fast", 2948 - "miniz_oxide 0.8.0", 2949 - ] 2950 - 2951 - [[package]] 2952 - name = "float-cmp" 2953 - version = "0.9.0" 2954 - source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 2956 - 2957 - [[package]] 2958 - name = "fluent-uri" 2959 - version = "0.1.4" 2960 - source = "registry+https://github.com/rust-lang/crates.io-index" 2961 - checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d" 2962 - dependencies = [ 2963 - "bitflags 1.3.2", 2964 - ] 2965 - 2966 - [[package]] 2967 - name = "flume" 2968 - version = "0.11.0" 2969 - source = "registry+https://github.com/rust-lang/crates.io-index" 2970 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 2971 - dependencies = [ 2972 - "spin", 2973 - ] 2974 - 2975 - [[package]] 2976 - name = "fnv" 2977 - version = "1.0.7" 2978 - source = "registry+https://github.com/rust-lang/crates.io-index" 2979 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2980 - 2981 - [[package]] 2982 - name = "fontconfig-parser" 2983 - version = "0.5.7" 2984 - source = "registry+https://github.com/rust-lang/crates.io-index" 2985 - checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7" 2986 - dependencies = [ 2987 - "roxmltree", 2988 - ] 2989 - 2990 - [[package]] 2991 - name = "fontdb" 2992 - version = "0.21.0" 2993 - source = "registry+https://github.com/rust-lang/crates.io-index" 2994 - checksum = "37be9fc20d966be438cd57a45767f73349477fb0f85ce86e000557f787298afb" 2995 - dependencies = [ 2996 - "fontconfig-parser", 2997 - "log", 2998 - "memmap2", 2999 - "slotmap", 3000 - "tinyvec", 3001 - "ttf-parser", 3002 - ] 3003 - 3004 - [[package]] 3005 - name = "foreign-types" 3006 - version = "0.3.2" 3007 - source = "registry+https://github.com/rust-lang/crates.io-index" 3008 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 3009 - dependencies = [ 3010 - "foreign-types-shared 0.1.1", 3011 - ] 3012 - 3013 - [[package]] 3014 - name = "foreign-types" 3015 - version = "0.5.0" 3016 - source = "registry+https://github.com/rust-lang/crates.io-index" 3017 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 3018 - dependencies = [ 3019 - "foreign-types-macros", 3020 - "foreign-types-shared 0.3.1", 3021 - ] 3022 - 3023 - [[package]] 3024 - name = "foreign-types-macros" 3025 - version = "0.2.3" 3026 - source = "registry+https://github.com/rust-lang/crates.io-index" 3027 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 3028 - dependencies = [ 3029 - "proc-macro2", 3030 - "quote", 3031 - "syn 2.0.87", 3032 - ] 3033 - 3034 - [[package]] 3035 - name = "foreign-types-shared" 3036 - version = "0.1.1" 3037 - source = "registry+https://github.com/rust-lang/crates.io-index" 3038 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 3039 - 3040 - [[package]] 3041 - name = "foreign-types-shared" 3042 - version = "0.3.1" 3043 - source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 3045 - 3046 - [[package]] 3047 - name = "form_urlencoded" 3048 - version = "1.2.1" 3049 - source = "registry+https://github.com/rust-lang/crates.io-index" 3050 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 3051 - dependencies = [ 3052 - "percent-encoding", 3053 - ] 3054 - 3055 - [[package]] 3056 - name = "fraction" 3057 - version = "0.15.3" 3058 - source = "registry+https://github.com/rust-lang/crates.io-index" 3059 - checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7" 3060 - dependencies = [ 3061 - "lazy_static", 3062 - "num", 3063 - ] 3064 - 3065 - [[package]] 3066 - name = "freedesktop_entry_parser" 3067 - version = "1.3.0" 3068 - source = "registry+https://github.com/rust-lang/crates.io-index" 3069 - checksum = "db9c27b72f19a99a895f8ca89e2d26e4ef31013376e56fdafef697627306c3e4" 3070 - dependencies = [ 3071 - "nom", 3072 - "thiserror 1.0.68", 3073 - ] 3074 - 3075 - [[package]] 3076 - name = "fsevent-sys" 3077 - version = "4.1.0" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 3080 - dependencies = [ 3081 - "libc", 3082 - ] 3083 - 3084 - [[package]] 3085 - name = "funty" 3086 - version = "2.0.0" 3087 - source = "registry+https://github.com/rust-lang/crates.io-index" 3088 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 3089 - 3090 - [[package]] 3091 - name = "futf" 3092 - version = "0.1.5" 3093 - source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 3095 - dependencies = [ 3096 - "mac", 3097 - "new_debug_unreachable", 3098 - ] 3099 - 3100 - [[package]] 3101 - name = "futures" 3102 - version = "0.3.30" 3103 - source = "registry+https://github.com/rust-lang/crates.io-index" 3104 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 3105 - dependencies = [ 3106 - "futures-channel", 3107 - "futures-core", 3108 - "futures-executor", 3109 - "futures-io", 3110 - "futures-sink", 3111 - "futures-task", 3112 - "futures-util", 3113 - ] 3114 - 3115 - [[package]] 3116 - name = "futures-channel" 3117 - version = "0.3.30" 3118 - source = "registry+https://github.com/rust-lang/crates.io-index" 3119 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 3120 - dependencies = [ 3121 - "futures-core", 3122 - "futures-sink", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "futures-core" 3127 - version = "0.3.30" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 3130 - 3131 - [[package]] 3132 - name = "futures-executor" 3133 - version = "0.3.30" 3134 - source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 3136 - dependencies = [ 3137 - "futures-core", 3138 - "futures-task", 3139 - "futures-util", 3140 - ] 3141 - 3142 - [[package]] 3143 - name = "futures-io" 3144 - version = "0.3.30" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 3147 - 3148 - [[package]] 3149 - name = "futures-macro" 3150 - version = "0.3.30" 3151 - source = "registry+https://github.com/rust-lang/crates.io-index" 3152 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 3153 - dependencies = [ 3154 - "proc-macro2", 3155 - "quote", 3156 - "syn 2.0.87", 3157 - ] 3158 - 3159 - [[package]] 3160 - name = "futures-sink" 3161 - version = "0.3.30" 3162 - source = "registry+https://github.com/rust-lang/crates.io-index" 3163 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 3164 - 3165 - [[package]] 3166 - name = "futures-task" 3167 - version = "0.3.30" 3168 - source = "registry+https://github.com/rust-lang/crates.io-index" 3169 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 3170 - 3171 - [[package]] 3172 - name = "futures-timer" 3173 - version = "3.0.3" 3174 - source = "registry+https://github.com/rust-lang/crates.io-index" 3175 - checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 3176 - 3177 - [[package]] 3178 - name = "futures-util" 3179 - version = "0.3.30" 3180 - source = "registry+https://github.com/rust-lang/crates.io-index" 3181 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 3182 - dependencies = [ 3183 - "futures-channel", 3184 - "futures-core", 3185 - "futures-io", 3186 - "futures-macro", 3187 - "futures-sink", 3188 - "futures-task", 3189 - "memchr", 3190 - "pin-project-lite", 3191 - "pin-utils", 3192 - "slab", 3193 - ] 3194 - 3195 - [[package]] 3196 - name = "fxhash" 3197 - version = "0.2.1" 3198 - source = "registry+https://github.com/rust-lang/crates.io-index" 3199 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 3200 - dependencies = [ 3201 - "byteorder", 3202 - ] 3203 - 3204 - [[package]] 3205 - name = "gdk" 3206 - version = "0.18.0" 3207 - source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646" 3209 - dependencies = [ 3210 - "cairo-rs", 3211 - "gdk-pixbuf", 3212 - "gdk-sys", 3213 - "gio", 3214 - "glib", 3215 - "libc", 3216 - "pango", 3217 - ] 3218 - 3219 - [[package]] 3220 - name = "gdk-pixbuf" 3221 - version = "0.18.5" 3222 - source = "registry+https://github.com/rust-lang/crates.io-index" 3223 - checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 3224 - dependencies = [ 3225 - "gdk-pixbuf-sys", 3226 - "gio", 3227 - "glib", 3228 - "libc", 3229 - "once_cell", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "gdk-pixbuf-sys" 3234 - version = "0.18.0" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 3237 - dependencies = [ 3238 - "gio-sys", 3239 - "glib-sys", 3240 - "gobject-sys", 3241 - "libc", 3242 - "system-deps", 3243 - ] 3244 - 3245 - [[package]] 3246 - name = "gdk-sys" 3247 - version = "0.18.0" 3248 - source = "registry+https://github.com/rust-lang/crates.io-index" 3249 - checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2" 3250 - dependencies = [ 3251 - "cairo-sys-rs", 3252 - "gdk-pixbuf-sys", 3253 - "gio-sys", 3254 - "glib-sys", 3255 - "gobject-sys", 3256 - "libc", 3257 - "pango-sys", 3258 - "pkg-config", 3259 - "system-deps", 3260 - ] 3261 - 3262 - [[package]] 3263 - name = "gdkwayland-sys" 3264 - version = "0.18.0" 3265 - source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "a90fbf5c033c65d93792192a49a8efb5bb1e640c419682a58bb96f5ae77f3d4a" 3267 - dependencies = [ 3268 - "gdk-sys", 3269 - "glib-sys", 3270 - "gobject-sys", 3271 - "libc", 3272 - "pkg-config", 3273 - "system-deps", 3274 - ] 3275 - 3276 - [[package]] 3277 - name = "gdkx11" 3278 - version = "0.18.0" 3279 - source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce" 3281 - dependencies = [ 3282 - "gdk", 3283 - "gdkx11-sys", 3284 - "gio", 3285 - "glib", 3286 - "libc", 3287 - "x11", 3288 - ] 3289 - 3290 - [[package]] 3291 - name = "gdkx11-sys" 3292 - version = "0.18.0" 3293 - source = "registry+https://github.com/rust-lang/crates.io-index" 3294 - checksum = "fee8f00f4ee46cad2939b8990f5c70c94ff882c3028f3cc5abf950fa4ab53043" 3295 - dependencies = [ 3296 - "gdk-sys", 3297 - "glib-sys", 3298 - "libc", 3299 - "system-deps", 3300 - "x11", 3301 - ] 3302 - 3303 - [[package]] 3304 - name = "generic-array" 3305 - version = "0.14.7" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 3308 - dependencies = [ 3309 - "typenum", 3310 - "version_check", 3311 - "zeroize", 3312 - ] 3313 - 3314 - [[package]] 3315 - name = "getrandom" 3316 - version = "0.1.16" 3317 - source = "registry+https://github.com/rust-lang/crates.io-index" 3318 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 3319 - dependencies = [ 3320 - "cfg-if", 3321 - "libc", 3322 - "wasi 0.9.0+wasi-snapshot-preview1", 3323 - ] 3324 - 3325 - [[package]] 3326 - name = "getrandom" 3327 - version = "0.2.15" 3328 - source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 3330 - dependencies = [ 3331 - "cfg-if", 3332 - "js-sys", 3333 - "libc", 3334 - "wasi 0.11.0+wasi-snapshot-preview1", 3335 - "wasm-bindgen", 3336 - ] 3337 - 3338 - [[package]] 3339 - name = "ghash" 3340 - version = "0.5.1" 3341 - source = "registry+https://github.com/rust-lang/crates.io-index" 3342 - checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 3343 - dependencies = [ 3344 - "opaque-debug", 3345 - "polyval", 3346 - ] 3347 - 3348 - [[package]] 3349 - name = "gif" 3350 - version = "0.13.1" 3351 - source = "registry+https://github.com/rust-lang/crates.io-index" 3352 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 3353 - dependencies = [ 3354 - "color_quant", 3355 - "weezl", 3356 - ] 3357 - 3358 - [[package]] 3359 - name = "gimli" 3360 - version = "0.31.0" 3361 - source = "registry+https://github.com/rust-lang/crates.io-index" 3362 - checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" 3363 - 3364 - [[package]] 3365 - name = "gio" 3366 - version = "0.18.4" 3367 - source = "registry+https://github.com/rust-lang/crates.io-index" 3368 - checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 3369 - dependencies = [ 3370 - "futures-channel", 3371 - "futures-core", 3372 - "futures-io", 3373 - "futures-util", 3374 - "gio-sys", 3375 - "glib", 3376 - "libc", 3377 - "once_cell", 3378 - "pin-project-lite", 3379 - "smallvec", 3380 - "thiserror 1.0.68", 3381 - ] 3382 - 3383 - [[package]] 3384 - name = "gio-sys" 3385 - version = "0.18.1" 3386 - source = "registry+https://github.com/rust-lang/crates.io-index" 3387 - checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 3388 - dependencies = [ 3389 - "glib-sys", 3390 - "gobject-sys", 3391 - "libc", 3392 - "system-deps", 3393 - "winapi", 3394 - ] 3395 - 3396 - [[package]] 3397 - name = "glib" 3398 - version = "0.18.5" 3399 - source = "registry+https://github.com/rust-lang/crates.io-index" 3400 - checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 3401 - dependencies = [ 3402 - "bitflags 2.6.0", 3403 - "futures-channel", 3404 - "futures-core", 3405 - "futures-executor", 3406 - "futures-task", 3407 - "futures-util", 3408 - "gio-sys", 3409 - "glib-macros", 3410 - "glib-sys", 3411 - "gobject-sys", 3412 - "libc", 3413 - "memchr", 3414 - "once_cell", 3415 - "smallvec", 3416 - "thiserror 1.0.68", 3417 - ] 3418 - 3419 - [[package]] 3420 - name = "glib-macros" 3421 - version = "0.18.5" 3422 - source = "registry+https://github.com/rust-lang/crates.io-index" 3423 - checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 3424 - dependencies = [ 3425 - "heck 0.4.1", 3426 - "proc-macro-crate 2.0.0", 3427 - "proc-macro-error", 3428 - "proc-macro2", 3429 - "quote", 3430 - "syn 2.0.87", 3431 - ] 3432 - 3433 - [[package]] 3434 - name = "glib-sys" 3435 - version = "0.18.1" 3436 - source = "registry+https://github.com/rust-lang/crates.io-index" 3437 - checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 3438 - dependencies = [ 3439 - "libc", 3440 - "system-deps", 3441 - ] 3442 - 3443 - [[package]] 3444 - name = "glob" 3445 - version = "0.3.1" 3446 - source = "registry+https://github.com/rust-lang/crates.io-index" 3447 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 3448 - 3449 - [[package]] 3450 - name = "globset" 3451 - version = "0.4.15" 3452 - source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" 3454 - dependencies = [ 3455 - "aho-corasick", 3456 - "bstr", 3457 - "log", 3458 - "regex-automata", 3459 - "regex-syntax", 3460 - ] 3461 - 3462 - [[package]] 3463 - name = "gobject-sys" 3464 - version = "0.18.0" 3465 - source = "registry+https://github.com/rust-lang/crates.io-index" 3466 - checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 3467 - dependencies = [ 3468 - "glib-sys", 3469 - "libc", 3470 - "system-deps", 3471 - ] 3472 - 3473 - [[package]] 3474 - name = "goblin" 3475 - version = "0.8.2" 3476 - source = "registry+https://github.com/rust-lang/crates.io-index" 3477 - checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" 3478 - dependencies = [ 3479 - "log", 3480 - "plain", 3481 - "scroll", 3482 - ] 3483 - 3484 - [[package]] 3485 - name = "group" 3486 - version = "0.12.1" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 3489 - dependencies = [ 3490 - "ff 0.12.1", 3491 - "rand_core 0.6.4", 3492 - "subtle", 3493 - ] 3494 - 3495 - [[package]] 3496 - name = "group" 3497 - version = "0.13.0" 3498 - source = "registry+https://github.com/rust-lang/crates.io-index" 3499 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 3500 - dependencies = [ 3501 - "ff 0.13.0", 3502 - "rand_core 0.6.4", 3503 - "subtle", 3504 - ] 3505 - 3506 - [[package]] 3507 - name = "gtk" 3508 - version = "0.18.1" 3509 - source = "registry+https://github.com/rust-lang/crates.io-index" 3510 - checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c" 3511 - dependencies = [ 3512 - "atk", 3513 - "cairo-rs", 3514 - "field-offset", 3515 - "futures-channel", 3516 - "gdk", 3517 - "gdk-pixbuf", 3518 - "gio", 3519 - "glib", 3520 - "gtk-sys", 3521 - "gtk3-macros", 3522 - "libc", 3523 - "pango", 3524 - "pkg-config", 3525 - ] 3526 - 3527 - [[package]] 3528 - name = "gtk-sys" 3529 - version = "0.18.0" 3530 - source = "registry+https://github.com/rust-lang/crates.io-index" 3531 - checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722" 3532 - dependencies = [ 3533 - "atk-sys", 3534 - "cairo-sys-rs", 3535 - "gdk-pixbuf-sys", 3536 - "gdk-sys", 3537 - "gio-sys", 3538 - "glib-sys", 3539 - "gobject-sys", 3540 - "libc", 3541 - "pango-sys", 3542 - "system-deps", 3543 - ] 3544 - 3545 - [[package]] 3546 - name = "gtk3-macros" 3547 - version = "0.18.0" 3548 - source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e" 3550 - dependencies = [ 3551 - "proc-macro-crate 1.3.1", 3552 - "proc-macro-error", 3553 - "proc-macro2", 3554 - "quote", 3555 - "syn 2.0.87", 3556 - ] 3557 - 3558 - [[package]] 3559 - name = "h2" 3560 - version = "0.3.26" 3561 - source = "registry+https://github.com/rust-lang/crates.io-index" 3562 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 3563 - dependencies = [ 3564 - "bytes", 3565 - "fnv", 3566 - "futures-core", 3567 - "futures-sink", 3568 - "futures-util", 3569 - "http 0.2.12", 3570 - "indexmap 2.6.0", 3571 - "slab", 3572 - "tokio", 3573 - "tokio-util", 3574 - "tracing", 3575 - ] 3576 - 3577 - [[package]] 3578 - name = "h2" 3579 - version = "0.4.6" 3580 - source = "registry+https://github.com/rust-lang/crates.io-index" 3581 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 3582 - dependencies = [ 3583 - "atomic-waker", 3584 - "bytes", 3585 - "fnv", 3586 - "futures-core", 3587 - "futures-sink", 3588 - "http 1.1.0", 3589 - "indexmap 2.6.0", 3590 - "slab", 3591 - "tokio", 3592 - "tokio-util", 3593 - "tracing", 3594 - ] 3595 - 3596 - [[package]] 3597 - name = "half" 3598 - version = "2.4.1" 3599 - source = "registry+https://github.com/rust-lang/crates.io-index" 3600 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 3601 - dependencies = [ 3602 - "cfg-if", 3603 - "crunchy", 3604 - ] 3605 - 3606 - [[package]] 3607 - name = "handlebars" 3608 - version = "6.2.0" 3609 - source = "registry+https://github.com/rust-lang/crates.io-index" 3610 - checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315" 3611 - dependencies = [ 3612 - "log", 3613 - "num-order", 3614 - "pest", 3615 - "pest_derive", 3616 - "serde", 3617 - "serde_json", 3618 - "thiserror 1.0.68", 3619 - ] 3620 - 3621 - [[package]] 3622 - name = "hashbrown" 3623 - version = "0.12.3" 3624 - source = "registry+https://github.com/rust-lang/crates.io-index" 3625 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 3626 - dependencies = [ 3627 - "ahash 0.7.8", 3628 - ] 3629 - 3630 - [[package]] 3631 - name = "hashbrown" 3632 - version = "0.14.5" 3633 - source = "registry+https://github.com/rust-lang/crates.io-index" 3634 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 3635 - dependencies = [ 3636 - "ahash 0.8.11", 3637 - "allocator-api2", 3638 - ] 3639 - 3640 - [[package]] 3641 - name = "hashbrown" 3642 - version = "0.15.0" 3643 - source = "registry+https://github.com/rust-lang/crates.io-index" 3644 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 3645 - 3646 - [[package]] 3647 - name = "heck" 3648 - version = "0.4.1" 3649 - source = "registry+https://github.com/rust-lang/crates.io-index" 3650 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 3651 - 3652 - [[package]] 3653 - name = "heck" 3654 - version = "0.5.0" 3655 - source = "registry+https://github.com/rust-lang/crates.io-index" 3656 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 3657 - 3658 - [[package]] 3659 - name = "hermit-abi" 3660 - version = "0.3.9" 3661 - source = "registry+https://github.com/rust-lang/crates.io-index" 3662 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 3663 - 3664 - [[package]] 3665 - name = "hermit-abi" 3666 - version = "0.4.0" 3667 - source = "registry+https://github.com/rust-lang/crates.io-index" 3668 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 3669 - 3670 - [[package]] 3671 - name = "hex" 3672 - version = "0.4.3" 3673 - source = "registry+https://github.com/rust-lang/crates.io-index" 3674 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 3675 - 3676 - [[package]] 3677 - name = "hkdf" 3678 - version = "0.12.4" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 3681 - dependencies = [ 3682 - "hmac", 3683 - ] 3684 - 3685 - [[package]] 3686 - name = "hmac" 3687 - version = "0.12.1" 3688 - source = "registry+https://github.com/rust-lang/crates.io-index" 3689 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 3690 - dependencies = [ 3691 - "digest", 3692 - ] 3693 - 3694 - [[package]] 3695 - name = "home" 3696 - version = "0.5.9" 3697 - source = "registry+https://github.com/rust-lang/crates.io-index" 3698 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 3699 - dependencies = [ 3700 - "windows-sys 0.52.0", 3701 - ] 3702 - 3703 - [[package]] 3704 - name = "html5ever" 3705 - version = "0.26.0" 3706 - source = "registry+https://github.com/rust-lang/crates.io-index" 3707 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 3708 - dependencies = [ 3709 - "log", 3710 - "mac", 3711 - "markup5ever", 3712 - "proc-macro2", 3713 - "quote", 3714 - "syn 1.0.109", 3715 - ] 3716 - 3717 - [[package]] 3718 - name = "http" 3719 - version = "0.2.12" 3720 - source = "registry+https://github.com/rust-lang/crates.io-index" 3721 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 3722 - dependencies = [ 3723 - "bytes", 3724 - "fnv", 3725 - "itoa 1.0.11", 3726 - ] 3727 - 3728 - [[package]] 3729 - name = "http" 3730 - version = "1.1.0" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 3733 - dependencies = [ 3734 - "bytes", 3735 - "fnv", 3736 - "itoa 1.0.11", 3737 - ] 3738 - 3739 - [[package]] 3740 - name = "http-body" 3741 - version = "0.4.6" 3742 - source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 3744 - dependencies = [ 3745 - "bytes", 3746 - "http 0.2.12", 3747 - "pin-project-lite", 3748 - ] 3749 - 3750 - [[package]] 3751 - name = "http-body" 3752 - version = "1.0.1" 3753 - source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 3755 - dependencies = [ 3756 - "bytes", 3757 - "http 1.1.0", 3758 - ] 3759 - 3760 - [[package]] 3761 - name = "http-body-util" 3762 - version = "0.1.2" 3763 - source = "registry+https://github.com/rust-lang/crates.io-index" 3764 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 3765 - dependencies = [ 3766 - "bytes", 3767 - "futures-util", 3768 - "http 1.1.0", 3769 - "http-body 1.0.1", 3770 - "pin-project-lite", 3771 - ] 3772 - 3773 - [[package]] 3774 - name = "http-range" 3775 - version = "0.1.5" 3776 - source = "registry+https://github.com/rust-lang/crates.io-index" 3777 - checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 3778 - 3779 - [[package]] 3780 - name = "httparse" 3781 - version = "1.9.5" 3782 - source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 3784 - 3785 - [[package]] 3786 - name = "httpdate" 3787 - version = "1.0.3" 3788 - source = "registry+https://github.com/rust-lang/crates.io-index" 3789 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 3790 - 3791 - [[package]] 3792 - name = "humantime" 3793 - version = "2.1.0" 3794 - source = "registry+https://github.com/rust-lang/crates.io-index" 3795 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 3796 - 3797 - [[package]] 3798 - name = "hyper" 3799 - version = "0.14.30" 3800 - source = "registry+https://github.com/rust-lang/crates.io-index" 3801 - checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 3802 - dependencies = [ 3803 - "bytes", 3804 - "futures-channel", 3805 - "futures-core", 3806 - "futures-util", 3807 - "h2 0.3.26", 3808 - "http 0.2.12", 3809 - "http-body 0.4.6", 3810 - "httparse", 3811 - "httpdate", 3812 - "itoa 1.0.11", 3813 - "pin-project-lite", 3814 - "socket2", 3815 - "tokio", 3816 - "tower-service", 3817 - "tracing", 3818 - "want", 3819 - ] 3820 - 3821 - [[package]] 3822 - name = "hyper" 3823 - version = "1.4.1" 3824 - source = "registry+https://github.com/rust-lang/crates.io-index" 3825 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 3826 - dependencies = [ 3827 - "bytes", 3828 - "futures-channel", 3829 - "futures-util", 3830 - "h2 0.4.6", 3831 - "http 1.1.0", 3832 - "http-body 1.0.1", 3833 - "httparse", 3834 - "httpdate", 3835 - "itoa 1.0.11", 3836 - "pin-project-lite", 3837 - "smallvec", 3838 - "tokio", 3839 - "want", 3840 - ] 3841 - 3842 - [[package]] 3843 - name = "hyper-rustls" 3844 - version = "0.24.2" 3845 - source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 3847 - dependencies = [ 3848 - "futures-util", 3849 - "http 0.2.12", 3850 - "hyper 0.14.30", 3851 - "log", 3852 - "rustls 0.21.12", 3853 - "rustls-native-certs 0.6.3", 3854 - "tokio", 3855 - "tokio-rustls 0.24.1", 3856 - ] 3857 - 3858 - [[package]] 3859 - name = "hyper-rustls" 3860 - version = "0.27.3" 3861 - source = "registry+https://github.com/rust-lang/crates.io-index" 3862 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 3863 - dependencies = [ 3864 - "futures-util", 3865 - "http 1.1.0", 3866 - "hyper 1.4.1", 3867 - "hyper-util", 3868 - "rustls 0.23.13", 3869 - "rustls-pki-types", 3870 - "tokio", 3871 - "tokio-rustls 0.26.0", 3872 - "tower-service", 3873 - "webpki-roots 0.26.6", 3874 - ] 3875 - 3876 - [[package]] 3877 - name = "hyper-tls" 3878 - version = "0.6.0" 3879 - source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 3881 - dependencies = [ 3882 - "bytes", 3883 - "http-body-util", 3884 - "hyper 1.4.1", 3885 - "hyper-util", 3886 - "native-tls", 3887 - "tokio", 3888 - "tokio-native-tls", 3889 - "tower-service", 3890 - ] 3891 - 3892 - [[package]] 3893 - name = "hyper-util" 3894 - version = "0.1.9" 3895 - source = "registry+https://github.com/rust-lang/crates.io-index" 3896 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 3897 - dependencies = [ 3898 - "bytes", 3899 - "futures-channel", 3900 - "futures-util", 3901 - "http 1.1.0", 3902 - "http-body 1.0.1", 3903 - "hyper 1.4.1", 3904 - "pin-project-lite", 3905 - "socket2", 3906 - "tokio", 3907 - "tower-service", 3908 - "tracing", 3909 - ] 3910 - 3911 - [[package]] 3912 - name = "iana-time-zone" 3913 - version = "0.1.61" 3914 - source = "registry+https://github.com/rust-lang/crates.io-index" 3915 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 3916 - dependencies = [ 3917 - "android_system_properties", 3918 - "core-foundation-sys", 3919 - "iana-time-zone-haiku", 3920 - "js-sys", 3921 - "wasm-bindgen", 3922 - "windows-core 0.52.0", 3923 - ] 3924 - 3925 - [[package]] 3926 - name = "iana-time-zone-haiku" 3927 - version = "0.1.2" 3928 - source = "registry+https://github.com/rust-lang/crates.io-index" 3929 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 3930 - dependencies = [ 3931 - "cc", 3932 - ] 3933 - 3934 - [[package]] 3935 - name = "ico" 3936 - version = "0.3.0" 3937 - source = "registry+https://github.com/rust-lang/crates.io-index" 3938 - checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" 3939 - dependencies = [ 3940 - "byteorder", 3941 - "png", 3942 - ] 3943 - 3944 - [[package]] 3945 - name = "icu_collections" 3946 - version = "1.5.0" 3947 - source = "registry+https://github.com/rust-lang/crates.io-index" 3948 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 3949 - dependencies = [ 3950 - "displaydoc", 3951 - "yoke", 3952 - "zerofrom", 3953 - "zerovec", 3954 - ] 3955 - 3956 - [[package]] 3957 - name = "icu_locid" 3958 - version = "1.5.0" 3959 - source = "registry+https://github.com/rust-lang/crates.io-index" 3960 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 3961 - dependencies = [ 3962 - "displaydoc", 3963 - "litemap", 3964 - "tinystr", 3965 - "writeable", 3966 - "zerovec", 3967 - ] 3968 - 3969 - [[package]] 3970 - name = "icu_locid_transform" 3971 - version = "1.5.0" 3972 - source = "registry+https://github.com/rust-lang/crates.io-index" 3973 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 3974 - dependencies = [ 3975 - "displaydoc", 3976 - "icu_locid", 3977 - "icu_locid_transform_data", 3978 - "icu_provider", 3979 - "tinystr", 3980 - "zerovec", 3981 - ] 3982 - 3983 - [[package]] 3984 - name = "icu_locid_transform_data" 3985 - version = "1.5.0" 3986 - source = "registry+https://github.com/rust-lang/crates.io-index" 3987 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 3988 - 3989 - [[package]] 3990 - name = "icu_normalizer" 3991 - version = "1.5.0" 3992 - source = "registry+https://github.com/rust-lang/crates.io-index" 3993 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 3994 - dependencies = [ 3995 - "displaydoc", 3996 - "icu_collections", 3997 - "icu_normalizer_data", 3998 - "icu_properties", 3999 - "icu_provider", 4000 - "smallvec", 4001 - "utf16_iter", 4002 - "utf8_iter", 4003 - "write16", 4004 - "zerovec", 4005 - ] 4006 - 4007 - [[package]] 4008 - name = "icu_normalizer_data" 4009 - version = "1.5.0" 4010 - source = "registry+https://github.com/rust-lang/crates.io-index" 4011 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 4012 - 4013 - [[package]] 4014 - name = "icu_properties" 4015 - version = "1.5.1" 4016 - source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 4018 - dependencies = [ 4019 - "displaydoc", 4020 - "icu_collections", 4021 - "icu_locid_transform", 4022 - "icu_properties_data", 4023 - "icu_provider", 4024 - "tinystr", 4025 - "zerovec", 4026 - ] 4027 - 4028 - [[package]] 4029 - name = "icu_properties_data" 4030 - version = "1.5.0" 4031 - source = "registry+https://github.com/rust-lang/crates.io-index" 4032 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 4033 - 4034 - [[package]] 4035 - name = "icu_provider" 4036 - version = "1.5.0" 4037 - source = "registry+https://github.com/rust-lang/crates.io-index" 4038 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 4039 - dependencies = [ 4040 - "displaydoc", 4041 - "icu_locid", 4042 - "icu_provider_macros", 4043 - "stable_deref_trait", 4044 - "tinystr", 4045 - "writeable", 4046 - "yoke", 4047 - "zerofrom", 4048 - "zerovec", 4049 - ] 4050 - 4051 - [[package]] 4052 - name = "icu_provider_macros" 4053 - version = "1.5.0" 4054 - source = "registry+https://github.com/rust-lang/crates.io-index" 4055 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 4056 - dependencies = [ 4057 - "proc-macro2", 4058 - "quote", 4059 - "syn 2.0.87", 4060 - ] 4061 - 4062 - [[package]] 4063 - name = "idea" 4064 - version = "0.5.1" 4065 - source = "registry+https://github.com/rust-lang/crates.io-index" 4066 - checksum = "075557004419d7f2031b8bb7f44bb43e55a83ca7b63076a8fb8fe75753836477" 4067 - dependencies = [ 4068 - "cipher", 4069 - ] 4070 - 4071 - [[package]] 4072 - name = "ident_case" 4073 - version = "1.0.1" 4074 - source = "registry+https://github.com/rust-lang/crates.io-index" 4075 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 4076 - 4077 - [[package]] 4078 - name = "idna" 4079 - version = "1.0.3" 4080 - source = "registry+https://github.com/rust-lang/crates.io-index" 4081 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 4082 - dependencies = [ 4083 - "idna_adapter", 4084 - "smallvec", 4085 - "utf8_iter", 4086 - ] 4087 - 4088 - [[package]] 4089 - name = "idna_adapter" 4090 - version = "1.2.0" 4091 - source = "registry+https://github.com/rust-lang/crates.io-index" 4092 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 4093 - dependencies = [ 4094 - "icu_normalizer", 4095 - "icu_properties", 4096 - ] 4097 - 4098 - [[package]] 4099 - name = "ignore" 4100 - version = "0.4.23" 4101 - source = "registry+https://github.com/rust-lang/crates.io-index" 4102 - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 4103 - dependencies = [ 4104 - "crossbeam-deque", 4105 - "globset", 4106 - "log", 4107 - "memchr", 4108 - "regex-automata", 4109 - "same-file", 4110 - "walkdir", 4111 - "winapi-util", 4112 - ] 4113 - 4114 - [[package]] 4115 - name = "image" 4116 - version = "0.25.5" 4117 - source = "registry+https://github.com/rust-lang/crates.io-index" 4118 - checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" 4119 - dependencies = [ 4120 - "bytemuck", 4121 - "byteorder-lite", 4122 - "color_quant", 4123 - "exr", 4124 - "gif", 4125 - "image-webp 0.2.0", 4126 - "num-traits", 4127 - "png", 4128 - "qoi", 4129 - "ravif", 4130 - "rayon", 4131 - "rgb", 4132 - "tiff", 4133 - "zune-core", 4134 - "zune-jpeg", 4135 - ] 4136 - 4137 - [[package]] 4138 - name = "image-webp" 4139 - version = "0.1.3" 4140 - source = "registry+https://github.com/rust-lang/crates.io-index" 4141 - checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904" 4142 - dependencies = [ 4143 - "byteorder-lite", 4144 - "quick-error 2.0.1", 4145 - ] 4146 - 4147 - [[package]] 4148 - name = "image-webp" 4149 - version = "0.2.0" 4150 - source = "registry+https://github.com/rust-lang/crates.io-index" 4151 - checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f" 4152 - dependencies = [ 4153 - "byteorder-lite", 4154 - "quick-error 2.0.1", 4155 - ] 4156 - 4157 - [[package]] 4158 - name = "imagesize" 4159 - version = "0.13.0" 4160 - source = "registry+https://github.com/rust-lang/crates.io-index" 4161 - checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" 4162 - 4163 - [[package]] 4164 - name = "imgref" 4165 - version = "1.10.1" 4166 - source = "registry+https://github.com/rust-lang/crates.io-index" 4167 - checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126" 4168 - 4169 - [[package]] 4170 - name = "include_dir" 4171 - version = "0.7.4" 4172 - source = "registry+https://github.com/rust-lang/crates.io-index" 4173 - checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" 4174 - dependencies = [ 4175 - "include_dir_macros", 4176 - ] 4177 - 4178 - [[package]] 4179 - name = "include_dir_macros" 4180 - version = "0.7.4" 4181 - source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" 4183 - dependencies = [ 4184 - "proc-macro2", 4185 - "quote", 4186 - ] 4187 - 4188 - [[package]] 4189 - name = "indexmap" 4190 - version = "1.9.3" 4191 - source = "registry+https://github.com/rust-lang/crates.io-index" 4192 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 4193 - dependencies = [ 4194 - "autocfg", 4195 - "hashbrown 0.12.3", 4196 - "serde", 4197 - ] 4198 - 4199 - [[package]] 4200 - name = "indexmap" 4201 - version = "2.6.0" 4202 - source = "registry+https://github.com/rust-lang/crates.io-index" 4203 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 4204 - dependencies = [ 4205 - "equivalent", 4206 - "hashbrown 0.15.0", 4207 - "serde", 4208 - ] 4209 - 4210 - [[package]] 4211 - name = "infer" 4212 - version = "0.13.0" 4213 - source = "registry+https://github.com/rust-lang/crates.io-index" 4214 - checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" 4215 - dependencies = [ 4216 - "cfb", 4217 - ] 4218 - 4219 - [[package]] 4220 - name = "infer" 4221 - version = "0.16.0" 4222 - source = "registry+https://github.com/rust-lang/crates.io-index" 4223 - checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847" 4224 - dependencies = [ 4225 - "cfb", 4226 - ] 4227 - 4228 - [[package]] 4229 - name = "inlinable_string" 4230 - version = "0.1.15" 4231 - source = "registry+https://github.com/rust-lang/crates.io-index" 4232 - checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 4233 - 4234 - [[package]] 4235 - name = "inotify" 4236 - version = "0.9.6" 4237 - source = "registry+https://github.com/rust-lang/crates.io-index" 4238 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 4239 - dependencies = [ 4240 - "bitflags 1.3.2", 4241 - "inotify-sys", 4242 - "libc", 4243 - ] 4244 - 4245 - [[package]] 4246 - name = "inotify-sys" 4247 - version = "0.1.5" 4248 - source = "registry+https://github.com/rust-lang/crates.io-index" 4249 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 4250 - dependencies = [ 4251 - "libc", 4252 - ] 4253 - 4254 - [[package]] 4255 - name = "inout" 4256 - version = "0.1.3" 4257 - source = "registry+https://github.com/rust-lang/crates.io-index" 4258 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 4259 - dependencies = [ 4260 - "block-padding", 4261 - "generic-array", 4262 - ] 4263 - 4264 - [[package]] 4265 - name = "insta" 4266 - version = "1.40.0" 4267 - source = "registry+https://github.com/rust-lang/crates.io-index" 4268 - checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" 4269 - dependencies = [ 4270 - "console", 4271 - "lazy_static", 4272 - "linked-hash-map", 4273 - "similar", 4274 - ] 4275 - 4276 - [[package]] 4277 - name = "instant" 4278 - version = "0.1.13" 4279 - source = "registry+https://github.com/rust-lang/crates.io-index" 4280 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 4281 - dependencies = [ 4282 - "cfg-if", 4283 - ] 4284 - 4285 - [[package]] 4286 - name = "interpolate_name" 4287 - version = "0.2.4" 4288 - source = "registry+https://github.com/rust-lang/crates.io-index" 4289 - checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 4290 - dependencies = [ 4291 - "proc-macro2", 4292 - "quote", 4293 - "syn 2.0.87", 4294 - ] 4295 - 4296 - [[package]] 4297 - name = "io-lifetimes" 4298 - version = "1.0.11" 4299 - source = "registry+https://github.com/rust-lang/crates.io-index" 4300 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 4301 - dependencies = [ 4302 - "hermit-abi 0.3.9", 4303 - "libc", 4304 - "windows-sys 0.48.0", 4305 - ] 4306 - 4307 - [[package]] 4308 - name = "ipnet" 4309 - version = "2.10.0" 4310 - source = "registry+https://github.com/rust-lang/crates.io-index" 4311 - checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" 4312 - 4313 - [[package]] 4314 - name = "is-terminal" 4315 - version = "0.4.13" 4316 - source = "registry+https://github.com/rust-lang/crates.io-index" 4317 - checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 4318 - dependencies = [ 4319 - "hermit-abi 0.4.0", 4320 - "libc", 4321 - "windows-sys 0.52.0", 4322 - ] 4323 - 4324 - [[package]] 4325 - name = "is_executable" 4326 - version = "1.0.4" 4327 - source = "registry+https://github.com/rust-lang/crates.io-index" 4328 - checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2" 4329 - dependencies = [ 4330 - "winapi", 4331 - ] 4332 - 4333 - [[package]] 4334 - name = "is_terminal_polyfill" 4335 - version = "1.70.1" 4336 - source = "registry+https://github.com/rust-lang/crates.io-index" 4337 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 4338 - 4339 - [[package]] 4340 - name = "iso8601" 4341 - version = "0.6.1" 4342 - source = "registry+https://github.com/rust-lang/crates.io-index" 4343 - checksum = "924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153" 4344 - dependencies = [ 4345 - "nom", 4346 - ] 4347 - 4348 - [[package]] 4349 - name = "iter-read" 4350 - version = "1.1.0" 4351 - source = "registry+https://github.com/rust-lang/crates.io-index" 4352 - checksum = "071ed4cc1afd86650602c7b11aa2e1ce30762a1c27193201cb5cee9c6ebb1294" 4353 - 4354 - [[package]] 4355 - name = "itertools" 4356 - version = "0.10.5" 4357 - source = "registry+https://github.com/rust-lang/crates.io-index" 4358 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 4359 - dependencies = [ 4360 - "either", 4361 - ] 4362 - 4363 - [[package]] 4364 - name = "itertools" 4365 - version = "0.12.1" 4366 - source = "registry+https://github.com/rust-lang/crates.io-index" 4367 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 4368 - dependencies = [ 4369 - "either", 4370 - ] 4371 - 4372 - [[package]] 4373 - name = "itertools" 4374 - version = "0.13.0" 4375 - source = "registry+https://github.com/rust-lang/crates.io-index" 4376 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 4377 - dependencies = [ 4378 - "either", 4379 - ] 4380 - 4381 - [[package]] 4382 - name = "itoa" 4383 - version = "0.4.8" 4384 - source = "registry+https://github.com/rust-lang/crates.io-index" 4385 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 4386 - 4387 - [[package]] 4388 - name = "itoa" 4389 - version = "1.0.11" 4390 - source = "registry+https://github.com/rust-lang/crates.io-index" 4391 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 4392 - 4393 - [[package]] 4394 - name = "java-properties" 4395 - version = "2.0.0" 4396 - source = "registry+https://github.com/rust-lang/crates.io-index" 4397 - checksum = "37bf6f484471c451f2b51eabd9e66b3fa7274550c5ec4b6c3d6070840945117f" 4398 - dependencies = [ 4399 - "encoding_rs", 4400 - "lazy_static", 4401 - "regex", 4402 - ] 4403 - 4404 - [[package]] 4405 - name = "javascriptcore-rs" 4406 - version = "1.1.2" 4407 - source = "registry+https://github.com/rust-lang/crates.io-index" 4408 - checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" 4409 - dependencies = [ 4410 - "bitflags 1.3.2", 4411 - "glib", 4412 - "javascriptcore-rs-sys", 4413 - ] 4414 - 4415 - [[package]] 4416 - name = "javascriptcore-rs-sys" 4417 - version = "1.1.1" 4418 - source = "registry+https://github.com/rust-lang/crates.io-index" 4419 - checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" 4420 - dependencies = [ 4421 - "glib-sys", 4422 - "gobject-sys", 4423 - "libc", 4424 - "system-deps", 4425 - ] 4426 - 4427 - [[package]] 4428 - name = "jni" 4429 - version = "0.21.1" 4430 - source = "registry+https://github.com/rust-lang/crates.io-index" 4431 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 4432 - dependencies = [ 4433 - "cesu8", 4434 - "cfg-if", 4435 - "combine", 4436 - "jni-sys", 4437 - "log", 4438 - "thiserror 1.0.68", 4439 - "walkdir", 4440 - "windows-sys 0.45.0", 4441 - ] 4442 - 4443 - [[package]] 4444 - name = "jni-sys" 4445 - version = "0.3.0" 4446 - source = "registry+https://github.com/rust-lang/crates.io-index" 4447 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 4448 - 4449 - [[package]] 4450 - name = "jobserver" 4451 - version = "0.1.32" 4452 - source = "registry+https://github.com/rust-lang/crates.io-index" 4453 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 4454 - dependencies = [ 4455 - "libc", 4456 - ] 4457 - 4458 - [[package]] 4459 - name = "jpeg-decoder" 4460 - version = "0.3.1" 4461 - source = "registry+https://github.com/rust-lang/crates.io-index" 4462 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 4463 - 4464 - [[package]] 4465 - name = "js-sys" 4466 - version = "0.3.70" 4467 - source = "registry+https://github.com/rust-lang/crates.io-index" 4468 - checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 4469 - dependencies = [ 4470 - "wasm-bindgen", 4471 - ] 4472 - 4473 - [[package]] 4474 - name = "json-patch" 4475 - version = "1.4.0" 4476 - source = "registry+https://github.com/rust-lang/crates.io-index" 4477 - checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" 4478 - dependencies = [ 4479 - "serde", 4480 - "serde_json", 4481 - "thiserror 1.0.68", 4482 - ] 4483 - 4484 - [[package]] 4485 - name = "json-patch" 4486 - version = "2.0.0" 4487 - source = "registry+https://github.com/rust-lang/crates.io-index" 4488 - checksum = "5b1fb8864823fad91877e6caea0baca82e49e8db50f8e5c9f9a453e27d3330fc" 4489 - dependencies = [ 4490 - "jsonptr 0.4.7", 4491 - "serde", 4492 - "serde_json", 4493 - "thiserror 1.0.68", 4494 - ] 4495 - 4496 - [[package]] 4497 - name = "json-patch" 4498 - version = "3.0.1" 4499 - source = "registry+https://github.com/rust-lang/crates.io-index" 4500 - checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" 4501 - dependencies = [ 4502 - "jsonptr 0.6.3", 4503 - "serde", 4504 - "serde_json", 4505 - "thiserror 1.0.68", 4506 - ] 4507 - 4508 - [[package]] 4509 - name = "json5" 4510 - version = "0.4.1" 4511 - source = "registry+https://github.com/rust-lang/crates.io-index" 4512 - checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" 4513 - dependencies = [ 4514 - "pest", 4515 - "pest_derive", 4516 - "serde", 4517 - ] 4518 - 4519 - [[package]] 4520 - name = "jsonptr" 4521 - version = "0.4.7" 4522 - source = "registry+https://github.com/rust-lang/crates.io-index" 4523 - checksum = "1c6e529149475ca0b2820835d3dce8fcc41c6b943ca608d32f35b449255e4627" 4524 - dependencies = [ 4525 - "fluent-uri", 4526 - "serde", 4527 - "serde_json", 4528 - ] 4529 - 4530 - [[package]] 4531 - name = "jsonptr" 4532 - version = "0.6.3" 4533 - source = "registry+https://github.com/rust-lang/crates.io-index" 4534 - checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" 4535 - dependencies = [ 4536 - "serde", 4537 - "serde_json", 4538 - ] 4539 - 4540 - [[package]] 4541 - name = "jsonrpsee" 4542 - version = "0.24.5" 4543 - source = "registry+https://github.com/rust-lang/crates.io-index" 4544 - checksum = "126b48a5acc3c52fbd5381a77898cb60e145123179588a29e7ac48f9c06e401b" 4545 - dependencies = [ 4546 - "jsonrpsee-core", 4547 - "jsonrpsee-server", 4548 - "jsonrpsee-types", 4549 - "tokio", 4550 - ] 4551 - 4552 - [[package]] 4553 - name = "jsonrpsee-client-transport" 4554 - version = "0.24.5" 4555 - source = "registry+https://github.com/rust-lang/crates.io-index" 4556 - checksum = "bf679a8e0e083c77997f7c4bb4ca826577105906027ae462aac70ff348d02c6a" 4557 - dependencies = [ 4558 - "base64 0.22.1", 4559 - "futures-util", 4560 - "http 1.1.0", 4561 - "jsonrpsee-core", 4562 - "pin-project", 4563 - "soketto", 4564 - "thiserror 1.0.68", 4565 - "tokio", 4566 - "tokio-util", 4567 - "tracing", 4568 - "url", 4569 - ] 4570 - 4571 - [[package]] 4572 - name = "jsonrpsee-core" 4573 - version = "0.24.5" 4574 - source = "registry+https://github.com/rust-lang/crates.io-index" 4575 - checksum = "b0e503369a76e195b65af35058add0e6900b794a4e9a9316900ddd3a87a80477" 4576 - dependencies = [ 4577 - "async-trait", 4578 - "bytes", 4579 - "futures-timer", 4580 - "futures-util", 4581 - "http 1.1.0", 4582 - "http-body 1.0.1", 4583 - "http-body-util", 4584 - "jsonrpsee-types", 4585 - "parking_lot", 4586 - "pin-project", 4587 - "rand 0.8.5", 4588 - "rustc-hash", 4589 - "serde", 4590 - "serde_json", 4591 - "thiserror 1.0.68", 4592 - "tokio", 4593 - "tokio-stream", 4594 - "tracing", 4595 - ] 4596 - 4597 - [[package]] 4598 - name = "jsonrpsee-server" 4599 - version = "0.24.5" 4600 - source = "registry+https://github.com/rust-lang/crates.io-index" 4601 - checksum = "af6e6c9b6d975edcb443565d648b605f3e85a04ec63aa6941811a8894cc9cded" 4602 - dependencies = [ 4603 - "futures-util", 4604 - "http 1.1.0", 4605 - "http-body 1.0.1", 4606 - "http-body-util", 4607 - "hyper 1.4.1", 4608 - "hyper-util", 4609 - "jsonrpsee-core", 4610 - "jsonrpsee-types", 4611 - "pin-project", 4612 - "route-recognizer", 4613 - "serde", 4614 - "serde_json", 4615 - "soketto", 4616 - "thiserror 1.0.68", 4617 - "tokio", 4618 - "tokio-stream", 4619 - "tokio-util", 4620 - "tower 0.4.13", 4621 - "tracing", 4622 - ] 4623 - 4624 - [[package]] 4625 - name = "jsonrpsee-types" 4626 - version = "0.24.5" 4627 - source = "registry+https://github.com/rust-lang/crates.io-index" 4628 - checksum = "d8fb16314327cbc94fdf7965ef7e4422509cd5597f76d137bd104eb34aeede67" 4629 - dependencies = [ 4630 - "http 1.1.0", 4631 - "serde", 4632 - "serde_json", 4633 - "thiserror 1.0.68", 4634 - ] 4635 - 4636 - [[package]] 4637 - name = "jsonrpsee-ws-client" 4638 - version = "0.24.5" 4639 - source = "registry+https://github.com/rust-lang/crates.io-index" 4640 - checksum = "39aabf5d6c6f22da8d5b808eea1fab0736059f11fb42f71f141b14f404e5046a" 4641 - dependencies = [ 4642 - "http 1.1.0", 4643 - "jsonrpsee-client-transport", 4644 - "jsonrpsee-core", 4645 - "jsonrpsee-types", 4646 - "url", 4647 - ] 4648 - 4649 - [[package]] 4650 - name = "jsonschema" 4651 - version = "0.18.3" 4652 - source = "registry+https://github.com/rust-lang/crates.io-index" 4653 - checksum = "fa0f4bea31643be4c6a678e9aa4ae44f0db9e5609d5ca9dc9083d06eb3e9a27a" 4654 - dependencies = [ 4655 - "ahash 0.8.11", 4656 - "anyhow", 4657 - "base64 0.22.1", 4658 - "bytecount", 4659 - "clap", 4660 - "fancy-regex", 4661 - "fraction", 4662 - "getrandom 0.2.15", 4663 - "iso8601", 4664 - "itoa 1.0.11", 4665 - "memchr", 4666 - "num-cmp", 4667 - "once_cell", 4668 - "parking_lot", 4669 - "percent-encoding", 4670 - "regex", 4671 - "reqwest 0.12.9", 4672 - "serde", 4673 - "serde_json", 4674 - "time", 4675 - "url", 4676 - "uuid", 4677 - ] 4678 - 4679 - [[package]] 4680 - name = "jsonwebtoken" 4681 - version = "9.3.0" 4682 - source = "registry+https://github.com/rust-lang/crates.io-index" 4683 - checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 4684 - dependencies = [ 4685 - "base64 0.21.7", 4686 - "js-sys", 4687 - "pem", 4688 - "ring", 4689 - "serde", 4690 - "serde_json", 4691 - "simple_asn1", 4692 - ] 4693 - 4694 - [[package]] 4695 - name = "jzon" 4696 - version = "0.12.5" 4697 - source = "registry+https://github.com/rust-lang/crates.io-index" 4698 - checksum = "17ab85f84ca42c5ec520e6f3c9966ba1fd62909ce260f8837e248857d2560509" 4699 - 4700 - [[package]] 4701 - name = "k256" 4702 - version = "0.13.4" 4703 - source = "registry+https://github.com/rust-lang/crates.io-index" 4704 - checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 4705 - dependencies = [ 4706 - "cfg-if", 4707 - "ecdsa 0.16.9", 4708 - "elliptic-curve 0.13.8", 4709 - "once_cell", 4710 - "sha2", 4711 - "signature 2.2.0", 4712 - ] 4713 - 4714 - [[package]] 4715 - name = "keccak" 4716 - version = "0.1.5" 4717 - source = "registry+https://github.com/rust-lang/crates.io-index" 4718 - checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 4719 - dependencies = [ 4720 - "cpufeatures", 4721 - ] 4722 - 4723 - [[package]] 4724 - name = "keyboard-types" 4725 - version = "0.7.0" 4726 - source = "registry+https://github.com/rust-lang/crates.io-index" 4727 - checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 4728 - dependencies = [ 4729 - "bitflags 2.6.0", 4730 - "serde", 4731 - "unicode-segmentation", 4732 - ] 4733 - 4734 - [[package]] 4735 - name = "konst" 4736 - version = "0.3.9" 4737 - source = "registry+https://github.com/rust-lang/crates.io-index" 4738 - checksum = "50a0ba6de5f7af397afff922f22c149ff605c766cd3269cf6c1cd5e466dbe3b9" 4739 - dependencies = [ 4740 - "const_panic", 4741 - "konst_kernel", 4742 - "typewit", 4743 - ] 4744 - 4745 - [[package]] 4746 - name = "konst_kernel" 4747 - version = "0.3.9" 4748 - source = "registry+https://github.com/rust-lang/crates.io-index" 4749 - checksum = "be0a455a1719220fd6adf756088e1c69a85bf14b6a9e24537a5cc04f503edb2b" 4750 - dependencies = [ 4751 - "typewit", 4752 - ] 4753 - 4754 - [[package]] 4755 - name = "kqueue" 4756 - version = "1.0.8" 4757 - source = "registry+https://github.com/rust-lang/crates.io-index" 4758 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 4759 - dependencies = [ 4760 - "kqueue-sys", 4761 - "libc", 4762 - ] 4763 - 4764 - [[package]] 4765 - name = "kqueue-sys" 4766 - version = "1.0.4" 4767 - source = "registry+https://github.com/rust-lang/crates.io-index" 4768 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 4769 - dependencies = [ 4770 - "bitflags 1.3.2", 4771 - "libc", 4772 - ] 4773 - 4774 - [[package]] 4775 - name = "kuchikiki" 4776 - version = "0.8.2" 4777 - source = "registry+https://github.com/rust-lang/crates.io-index" 4778 - checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" 4779 - dependencies = [ 4780 - "cssparser", 4781 - "html5ever", 4782 - "indexmap 1.9.3", 4783 - "matches", 4784 - "selectors", 4785 - ] 4786 - 4787 - [[package]] 4788 - name = "kurbo" 4789 - version = "0.11.1" 4790 - source = "registry+https://github.com/rust-lang/crates.io-index" 4791 - checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f" 4792 - dependencies = [ 4793 - "arrayvec", 4794 - "smallvec", 4795 - ] 4796 - 4797 - [[package]] 4798 - name = "lazy_static" 4799 - version = "1.5.0" 4800 - source = "registry+https://github.com/rust-lang/crates.io-index" 4801 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 4802 - dependencies = [ 4803 - "spin", 4804 - ] 4805 - 4806 - [[package]] 4807 - name = "lebe" 4808 - version = "0.5.2" 4809 - source = "registry+https://github.com/rust-lang/crates.io-index" 4810 - checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 4811 - 4812 - [[package]] 4813 - name = "libappindicator" 4814 - version = "0.9.0" 4815 - source = "registry+https://github.com/rust-lang/crates.io-index" 4816 - checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 4817 - dependencies = [ 4818 - "glib", 4819 - "gtk", 4820 - "gtk-sys", 4821 - "libappindicator-sys", 4822 - "log", 4823 - ] 4824 - 4825 - [[package]] 4826 - name = "libappindicator-sys" 4827 - version = "0.9.0" 4828 - source = "registry+https://github.com/rust-lang/crates.io-index" 4829 - checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 4830 - dependencies = [ 4831 - "gtk-sys", 4832 - "libloading 0.7.4", 4833 - "once_cell", 4834 - ] 4835 - 4836 - [[package]] 4837 - name = "libc" 4838 - version = "0.2.159" 4839 - source = "registry+https://github.com/rust-lang/crates.io-index" 4840 - checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" 4841 - 4842 - [[package]] 4843 - name = "libfuzzer-sys" 4844 - version = "0.4.7" 4845 - source = "registry+https://github.com/rust-lang/crates.io-index" 4846 - checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 4847 - dependencies = [ 4848 - "arbitrary", 4849 - "cc", 4850 - "once_cell", 4851 - ] 4852 - 4853 - [[package]] 4854 - name = "libloading" 4855 - version = "0.7.4" 4856 - source = "registry+https://github.com/rust-lang/crates.io-index" 4857 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 4858 - dependencies = [ 4859 - "cfg-if", 4860 - "winapi", 4861 - ] 4862 - 4863 - [[package]] 4864 - name = "libloading" 4865 - version = "0.8.5" 4866 - source = "registry+https://github.com/rust-lang/crates.io-index" 4867 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 4868 - dependencies = [ 4869 - "cfg-if", 4870 - "windows-targets 0.52.6", 4871 - ] 4872 - 4873 - [[package]] 4874 - name = "libm" 4875 - version = "0.2.8" 4876 - source = "registry+https://github.com/rust-lang/crates.io-index" 4877 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 4878 - 4879 - [[package]] 4880 - name = "libredox" 4881 - version = "0.1.3" 4882 - source = "registry+https://github.com/rust-lang/crates.io-index" 4883 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 4884 - dependencies = [ 4885 - "bitflags 2.6.0", 4886 - "libc", 4887 - "redox_syscall", 4888 - ] 4889 - 4890 - [[package]] 4891 - name = "libxdo" 4892 - version = "0.6.0" 4893 - source = "registry+https://github.com/rust-lang/crates.io-index" 4894 - checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db" 4895 - dependencies = [ 4896 - "libxdo-sys", 4897 - ] 4898 - 4899 - [[package]] 4900 - name = "libxdo-sys" 4901 - version = "0.11.0" 4902 - source = "registry+https://github.com/rust-lang/crates.io-index" 4903 - checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212" 4904 - dependencies = [ 4905 - "libc", 4906 - "x11", 4907 - ] 4908 - 4909 - [[package]] 4910 - name = "linked-hash-map" 4911 - version = "0.5.6" 4912 - source = "registry+https://github.com/rust-lang/crates.io-index" 4913 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 4914 - 4915 - [[package]] 4916 - name = "linux-raw-sys" 4917 - version = "0.3.8" 4918 - source = "registry+https://github.com/rust-lang/crates.io-index" 4919 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 4920 - 4921 - [[package]] 4922 - name = "linux-raw-sys" 4923 - version = "0.4.14" 4924 - source = "registry+https://github.com/rust-lang/crates.io-index" 4925 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 4926 - 4927 - [[package]] 4928 - name = "litemap" 4929 - version = "0.7.3" 4930 - source = "registry+https://github.com/rust-lang/crates.io-index" 4931 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 4932 - 4933 - [[package]] 4934 - name = "local-ip-address" 4935 - version = "0.6.3" 4936 - source = "registry+https://github.com/rust-lang/crates.io-index" 4937 - checksum = "3669cf5561f8d27e8fc84cc15e58350e70f557d4d65f70e3154e54cd2f8e1782" 4938 - dependencies = [ 4939 - "libc", 4940 - "neli", 4941 - "thiserror 1.0.68", 4942 - "windows-sys 0.59.0", 4943 - ] 4944 - 4945 - [[package]] 4946 - name = "lock_api" 4947 - version = "0.4.12" 4948 - source = "registry+https://github.com/rust-lang/crates.io-index" 4949 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 4950 - dependencies = [ 4951 - "autocfg", 4952 - "scopeguard", 4953 - ] 4954 - 4955 - [[package]] 4956 - name = "lockfree-object-pool" 4957 - version = "0.1.6" 4958 - source = "registry+https://github.com/rust-lang/crates.io-index" 4959 - checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" 4960 - 4961 - [[package]] 4962 - name = "log" 4963 - version = "0.4.22" 4964 - source = "registry+https://github.com/rust-lang/crates.io-index" 4965 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 4966 - dependencies = [ 4967 - "value-bag", 4968 - ] 4969 - 4970 - [[package]] 4971 - name = "loop9" 4972 - version = "0.1.5" 4973 - source = "registry+https://github.com/rust-lang/crates.io-index" 4974 - checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 4975 - dependencies = [ 4976 - "imgref", 4977 - ] 4978 - 4979 - [[package]] 4980 - name = "lru" 4981 - version = "0.12.4" 4982 - source = "registry+https://github.com/rust-lang/crates.io-index" 4983 - checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" 4984 - dependencies = [ 4985 - "hashbrown 0.14.5", 4986 - ] 4987 - 4988 - [[package]] 4989 - name = "lzma-sys" 4990 - version = "0.1.20" 4991 - source = "registry+https://github.com/rust-lang/crates.io-index" 4992 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 4993 - dependencies = [ 4994 - "cc", 4995 - "libc", 4996 - "pkg-config", 4997 - ] 4998 - 4999 - [[package]] 5000 - name = "mac" 5001 - version = "0.1.1" 5002 - source = "registry+https://github.com/rust-lang/crates.io-index" 5003 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 5004 - 5005 - [[package]] 5006 - name = "magic_string" 5007 - version = "0.3.4" 5008 - source = "registry+https://github.com/rust-lang/crates.io-index" 5009 - checksum = "6c8033ce8c43f7ccb207e4699f30eed50d7526379ee08fab47159f80b7934e18" 5010 - dependencies = [ 5011 - "base64 0.13.1", 5012 - "regex", 5013 - "serde", 5014 - "serde_json", 5015 - "vlq", 5016 - ] 5017 - 5018 - [[package]] 5019 - name = "malloc_buf" 5020 - version = "0.0.6" 5021 - source = "registry+https://github.com/rust-lang/crates.io-index" 5022 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 5023 - dependencies = [ 5024 - "libc", 5025 - ] 5026 - 5027 - [[package]] 5028 - name = "markup5ever" 5029 - version = "0.11.0" 5030 - source = "registry+https://github.com/rust-lang/crates.io-index" 5031 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 5032 - dependencies = [ 5033 - "log", 5034 - "phf 0.10.1", 5035 - "phf_codegen 0.10.0", 5036 - "string_cache", 5037 - "string_cache_codegen", 5038 - "tendril", 5039 - ] 5040 - 5041 - [[package]] 5042 - name = "matches" 5043 - version = "0.1.10" 5044 - source = "registry+https://github.com/rust-lang/crates.io-index" 5045 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 5046 - 5047 - [[package]] 5048 - name = "matchit" 5049 - version = "0.7.3" 5050 - source = "registry+https://github.com/rust-lang/crates.io-index" 5051 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 5052 - 5053 - [[package]] 5054 - name = "maybe-rayon" 5055 - version = "0.1.1" 5056 - source = "registry+https://github.com/rust-lang/crates.io-index" 5057 - checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 5058 - dependencies = [ 5059 - "cfg-if", 5060 - "rayon", 5061 - ] 5062 - 5063 - [[package]] 5064 - name = "md-5" 5065 - version = "0.10.6" 5066 - source = "registry+https://github.com/rust-lang/crates.io-index" 5067 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 5068 - dependencies = [ 5069 - "cfg-if", 5070 - "digest", 5071 - ] 5072 - 5073 - [[package]] 5074 - name = "md5" 5075 - version = "0.7.0" 5076 - source = "registry+https://github.com/rust-lang/crates.io-index" 5077 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 5078 - 5079 - [[package]] 5080 - name = "memchr" 5081 - version = "2.7.4" 5082 - source = "registry+https://github.com/rust-lang/crates.io-index" 5083 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 5084 - 5085 - [[package]] 5086 - name = "memmap2" 5087 - version = "0.9.5" 5088 - source = "registry+https://github.com/rust-lang/crates.io-index" 5089 - checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 5090 - dependencies = [ 5091 - "libc", 5092 - ] 5093 - 5094 - [[package]] 5095 - name = "memoffset" 5096 - version = "0.9.1" 5097 - source = "registry+https://github.com/rust-lang/crates.io-index" 5098 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 5099 - dependencies = [ 5100 - "autocfg", 5101 - ] 5102 - 5103 - [[package]] 5104 - name = "miette" 5105 - version = "7.2.0" 5106 - source = "registry+https://github.com/rust-lang/crates.io-index" 5107 - checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1" 5108 - dependencies = [ 5109 - "cfg-if", 5110 - "miette-derive", 5111 - "owo-colors", 5112 - "textwrap", 5113 - "thiserror 1.0.68", 5114 - "unicode-width", 5115 - ] 5116 - 5117 - [[package]] 5118 - name = "miette-derive" 5119 - version = "7.2.0" 5120 - source = "registry+https://github.com/rust-lang/crates.io-index" 5121 - checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c" 5122 - dependencies = [ 5123 - "proc-macro2", 5124 - "quote", 5125 - "syn 2.0.87", 5126 - ] 5127 - 5128 - [[package]] 5129 - name = "mime" 5130 - version = "0.3.17" 5131 - source = "registry+https://github.com/rust-lang/crates.io-index" 5132 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 5133 - 5134 - [[package]] 5135 - name = "minicbor" 5136 - version = "0.20.0" 5137 - source = "registry+https://github.com/rust-lang/crates.io-index" 5138 - checksum = "9d15f4203d71fdf90903c2696e55426ac97a363c67b218488a73b534ce7aca10" 5139 - dependencies = [ 5140 - "minicbor-derive", 5141 - ] 5142 - 5143 - [[package]] 5144 - name = "minicbor-derive" 5145 - version = "0.13.0" 5146 - source = "registry+https://github.com/rust-lang/crates.io-index" 5147 - checksum = "1154809406efdb7982841adb6311b3d095b46f78342dd646736122fe6b19e267" 5148 - dependencies = [ 5149 - "proc-macro2", 5150 - "quote", 5151 - "syn 1.0.109", 5152 - ] 5153 - 5154 - [[package]] 5155 - name = "minimal-lexical" 5156 - version = "0.2.1" 5157 - source = "registry+https://github.com/rust-lang/crates.io-index" 5158 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 5159 - 5160 - [[package]] 5161 - name = "minisign" 5162 - version = "0.7.3" 5163 - source = "registry+https://github.com/rust-lang/crates.io-index" 5164 - checksum = "b23ef13ff1d745b1e52397daaa247e333c607f3cff96d4df2b798dc252db974b" 5165 - dependencies = [ 5166 - "getrandom 0.2.15", 5167 - "rpassword", 5168 - "scrypt", 5169 - ] 5170 - 5171 - [[package]] 5172 - name = "miniz_oxide" 5173 - version = "0.7.4" 5174 - source = "registry+https://github.com/rust-lang/crates.io-index" 5175 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 5176 - dependencies = [ 5177 - "adler", 5178 - ] 5179 - 5180 - [[package]] 5181 - name = "miniz_oxide" 5182 - version = "0.8.0" 5183 - source = "registry+https://github.com/rust-lang/crates.io-index" 5184 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 5185 - dependencies = [ 5186 - "adler2", 5187 - "simd-adler32", 5188 - ] 5189 - 5190 - [[package]] 5191 - name = "mio" 5192 - version = "0.8.11" 5193 - source = "registry+https://github.com/rust-lang/crates.io-index" 5194 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 5195 - dependencies = [ 5196 - "libc", 5197 - "log", 5198 - "wasi 0.11.0+wasi-snapshot-preview1", 5199 - "windows-sys 0.48.0", 5200 - ] 5201 - 5202 - [[package]] 5203 - name = "mio" 5204 - version = "1.0.2" 5205 - source = "registry+https://github.com/rust-lang/crates.io-index" 5206 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 5207 - dependencies = [ 5208 - "hermit-abi 0.3.9", 5209 - "libc", 5210 - "wasi 0.11.0+wasi-snapshot-preview1", 5211 - "windows-sys 0.52.0", 5212 - ] 5213 - 5214 - [[package]] 5215 - name = "muda" 5216 - version = "0.15.1" 5217 - source = "registry+https://github.com/rust-lang/crates.io-index" 5218 - checksum = "b8123dfd4996055ac9b15a60ad263b44b01e539007523ad7a4a533a3d93b0591" 5219 - dependencies = [ 5220 - "crossbeam-channel", 5221 - "dpi", 5222 - "gtk", 5223 - "keyboard-types", 5224 - "libxdo", 5225 - "objc2", 5226 - "objc2-app-kit", 5227 - "objc2-foundation", 5228 - "once_cell", 5229 - "png", 5230 - "serde", 5231 - "thiserror 1.0.68", 5232 - "windows-sys 0.59.0", 5233 - ] 5234 - 5235 - [[package]] 5236 - name = "napi" 5237 - version = "2.16.11" 5238 - source = "registry+https://github.com/rust-lang/crates.io-index" 5239 - checksum = "53575dfa17f208dd1ce3a2da2da4659aae393b256a472f2738a8586a6c4107fd" 5240 - dependencies = [ 5241 - "bitflags 2.6.0", 5242 - "ctor", 5243 - "napi-derive", 5244 - "napi-sys", 5245 - "once_cell", 5246 - ] 5247 - 5248 - [[package]] 5249 - name = "napi-build" 5250 - version = "2.1.3" 5251 - source = "registry+https://github.com/rust-lang/crates.io-index" 5252 - checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a" 5253 - 5254 - [[package]] 5255 - name = "napi-derive" 5256 - version = "2.16.12" 5257 - source = "registry+https://github.com/rust-lang/crates.io-index" 5258 - checksum = "17435f7a00bfdab20b0c27d9c56f58f6499e418252253081bfff448099da31d1" 5259 - dependencies = [ 5260 - "cfg-if", 5261 - "convert_case 0.6.0", 5262 - "napi-derive-backend", 5263 - "proc-macro2", 5264 - "quote", 5265 - "syn 2.0.87", 5266 - ] 5267 - 5268 - [[package]] 5269 - name = "napi-derive-backend" 5270 - version = "1.0.74" 5271 - source = "registry+https://github.com/rust-lang/crates.io-index" 5272 - checksum = "967c485e00f0bf3b1bdbe510a38a4606919cf1d34d9a37ad41f25a81aa077abe" 5273 - dependencies = [ 5274 - "convert_case 0.6.0", 5275 - "once_cell", 5276 - "proc-macro2", 5277 - "quote", 5278 - "regex", 5279 - "semver", 5280 - "syn 2.0.87", 5281 - ] 5282 - 5283 - [[package]] 5284 - name = "napi-sys" 5285 - version = "2.4.0" 5286 - source = "registry+https://github.com/rust-lang/crates.io-index" 5287 - checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3" 5288 - dependencies = [ 5289 - "libloading 0.8.5", 5290 - ] 5291 - 5292 - [[package]] 5293 - name = "native-tls" 5294 - version = "0.2.12" 5295 - source = "registry+https://github.com/rust-lang/crates.io-index" 5296 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 5297 - dependencies = [ 5298 - "libc", 5299 - "log", 5300 - "openssl", 5301 - "openssl-probe", 5302 - "openssl-sys", 5303 - "schannel", 5304 - "security-framework", 5305 - "security-framework-sys", 5306 - "tempfile", 5307 - ] 5308 - 5309 - [[package]] 5310 - name = "ndk" 5311 - version = "0.9.0" 5312 - source = "registry+https://github.com/rust-lang/crates.io-index" 5313 - checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 5314 - dependencies = [ 5315 - "bitflags 2.6.0", 5316 - "jni-sys", 5317 - "log", 5318 - "ndk-sys", 5319 - "num_enum", 5320 - "raw-window-handle", 5321 - "thiserror 1.0.68", 5322 - ] 5323 - 5324 - [[package]] 5325 - name = "ndk-context" 5326 - version = "0.1.1" 5327 - source = "registry+https://github.com/rust-lang/crates.io-index" 5328 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 5329 - 5330 - [[package]] 5331 - name = "ndk-sys" 5332 - version = "0.6.0+11769913" 5333 - source = "registry+https://github.com/rust-lang/crates.io-index" 5334 - checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 5335 - dependencies = [ 5336 - "jni-sys", 5337 - ] 5338 - 5339 - [[package]] 5340 - name = "neli" 5341 - version = "0.6.4" 5342 - source = "registry+https://github.com/rust-lang/crates.io-index" 5343 - checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43" 5344 - dependencies = [ 5345 - "byteorder", 5346 - "libc", 5347 - "log", 5348 - "neli-proc-macros", 5349 - ] 5350 - 5351 - [[package]] 5352 - name = "neli-proc-macros" 5353 - version = "0.1.3" 5354 - source = "registry+https://github.com/rust-lang/crates.io-index" 5355 - checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4" 5356 - dependencies = [ 5357 - "either", 5358 - "proc-macro2", 5359 - "quote", 5360 - "serde", 5361 - "syn 1.0.109", 5362 - ] 5363 - 5364 - [[package]] 5365 - name = "new_debug_unreachable" 5366 - version = "1.0.6" 5367 - source = "registry+https://github.com/rust-lang/crates.io-index" 5368 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 5369 - 5370 - [[package]] 5371 - name = "nix" 5372 - version = "0.29.0" 5373 - source = "registry+https://github.com/rust-lang/crates.io-index" 5374 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 5375 - dependencies = [ 5376 - "bitflags 2.6.0", 5377 - "cfg-if", 5378 - "cfg_aliases", 5379 - "libc", 5380 - ] 5381 - 5382 - [[package]] 5383 - name = "nodrop" 5384 - version = "0.1.14" 5385 - source = "registry+https://github.com/rust-lang/crates.io-index" 5386 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 5387 - 5388 - [[package]] 5389 - name = "nom" 5390 - version = "7.1.3" 5391 - source = "registry+https://github.com/rust-lang/crates.io-index" 5392 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 5393 - dependencies = [ 5394 - "memchr", 5395 - "minimal-lexical", 5396 - ] 5397 - 5398 - [[package]] 5399 - name = "nonmax" 5400 - version = "0.5.5" 5401 - source = "registry+https://github.com/rust-lang/crates.io-index" 5402 - checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" 5403 - 5404 - [[package]] 5405 - name = "noop_proc_macro" 5406 - version = "0.3.0" 5407 - source = "registry+https://github.com/rust-lang/crates.io-index" 5408 - checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 5409 - 5410 - [[package]] 5411 - name = "notify" 5412 - version = "6.1.1" 5413 - source = "registry+https://github.com/rust-lang/crates.io-index" 5414 - checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 5415 - dependencies = [ 5416 - "bitflags 2.6.0", 5417 - "crossbeam-channel", 5418 - "filetime", 5419 - "fsevent-sys", 5420 - "inotify", 5421 - "kqueue", 5422 - "libc", 5423 - "log", 5424 - "mio 0.8.11", 5425 - "walkdir", 5426 - "windows-sys 0.48.0", 5427 - ] 5428 - 5429 - [[package]] 5430 - name = "notify-debouncer-mini" 5431 - version = "0.4.1" 5432 - source = "registry+https://github.com/rust-lang/crates.io-index" 5433 - checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43" 5434 - dependencies = [ 5435 - "crossbeam-channel", 5436 - "log", 5437 - "notify", 5438 - ] 5439 - 5440 - [[package]] 5441 - name = "num" 5442 - version = "0.4.3" 5443 - source = "registry+https://github.com/rust-lang/crates.io-index" 5444 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 5445 - dependencies = [ 5446 - "num-bigint", 5447 - "num-complex", 5448 - "num-integer", 5449 - "num-iter", 5450 - "num-rational", 5451 - "num-traits", 5452 - ] 5453 - 5454 - [[package]] 5455 - name = "num-bigint" 5456 - version = "0.4.6" 5457 - source = "registry+https://github.com/rust-lang/crates.io-index" 5458 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 5459 - dependencies = [ 5460 - "num-integer", 5461 - "num-traits", 5462 - ] 5463 - 5464 - [[package]] 5465 - name = "num-bigint-dig" 5466 - version = "0.8.4" 5467 - source = "registry+https://github.com/rust-lang/crates.io-index" 5468 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 5469 - dependencies = [ 5470 - "byteorder", 5471 - "lazy_static", 5472 - "libm", 5473 - "num-integer", 5474 - "num-iter", 5475 - "num-traits", 5476 - "rand 0.8.5", 5477 - "serde", 5478 - "smallvec", 5479 - "zeroize", 5480 - ] 5481 - 5482 - [[package]] 5483 - name = "num-cmp" 5484 - version = "0.1.0" 5485 - source = "registry+https://github.com/rust-lang/crates.io-index" 5486 - checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" 5487 - 5488 - [[package]] 5489 - name = "num-complex" 5490 - version = "0.4.6" 5491 - source = "registry+https://github.com/rust-lang/crates.io-index" 5492 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 5493 - dependencies = [ 5494 - "num-traits", 5495 - ] 5496 - 5497 - [[package]] 5498 - name = "num-conv" 5499 - version = "0.1.0" 5500 - source = "registry+https://github.com/rust-lang/crates.io-index" 5501 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 5502 - 5503 - [[package]] 5504 - name = "num-derive" 5505 - version = "0.4.2" 5506 - source = "registry+https://github.com/rust-lang/crates.io-index" 5507 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 5508 - dependencies = [ 5509 - "proc-macro2", 5510 - "quote", 5511 - "syn 2.0.87", 5512 - ] 5513 - 5514 - [[package]] 5515 - name = "num-integer" 5516 - version = "0.1.46" 5517 - source = "registry+https://github.com/rust-lang/crates.io-index" 5518 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 5519 - dependencies = [ 5520 - "num-traits", 5521 - ] 5522 - 5523 - [[package]] 5524 - name = "num-iter" 5525 - version = "0.1.45" 5526 - source = "registry+https://github.com/rust-lang/crates.io-index" 5527 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 5528 - dependencies = [ 5529 - "autocfg", 5530 - "num-integer", 5531 - "num-traits", 5532 - ] 5533 - 5534 - [[package]] 5535 - name = "num-modular" 5536 - version = "0.6.1" 5537 - source = "registry+https://github.com/rust-lang/crates.io-index" 5538 - checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" 5539 - 5540 - [[package]] 5541 - name = "num-order" 5542 - version = "1.2.0" 5543 - source = "registry+https://github.com/rust-lang/crates.io-index" 5544 - checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" 5545 - dependencies = [ 5546 - "num-modular", 5547 - ] 5548 - 5549 - [[package]] 5550 - name = "num-rational" 5551 - version = "0.4.2" 5552 - source = "registry+https://github.com/rust-lang/crates.io-index" 5553 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 5554 - dependencies = [ 5555 - "num-bigint", 5556 - "num-integer", 5557 - "num-traits", 5558 - ] 5559 - 5560 - [[package]] 5561 - name = "num-traits" 5562 - version = "0.2.19" 5563 - source = "registry+https://github.com/rust-lang/crates.io-index" 5564 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 5565 - dependencies = [ 5566 - "autocfg", 5567 - "libm", 5568 - ] 5569 - 5570 - [[package]] 5571 - name = "num_enum" 5572 - version = "0.7.3" 5573 - source = "registry+https://github.com/rust-lang/crates.io-index" 5574 - checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 5575 - dependencies = [ 5576 - "num_enum_derive", 5577 - ] 5578 - 5579 - [[package]] 5580 - name = "num_enum_derive" 5581 - version = "0.7.3" 5582 - source = "registry+https://github.com/rust-lang/crates.io-index" 5583 - checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 5584 - dependencies = [ 5585 - "proc-macro-crate 3.2.0", 5586 - "proc-macro2", 5587 - "quote", 5588 - "syn 2.0.87", 5589 - ] 5590 - 5591 - [[package]] 5592 - name = "num_threads" 5593 - version = "0.1.7" 5594 - source = "registry+https://github.com/rust-lang/crates.io-index" 5595 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 5596 - dependencies = [ 5597 - "libc", 5598 - ] 5599 - 5600 - [[package]] 5601 - name = "objc" 5602 - version = "0.2.7" 5603 - source = "registry+https://github.com/rust-lang/crates.io-index" 5604 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 5605 - dependencies = [ 5606 - "malloc_buf", 5607 - ] 5608 - 5609 - [[package]] 5610 - name = "objc-sys" 5611 - version = "0.3.5" 5612 - source = "registry+https://github.com/rust-lang/crates.io-index" 5613 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 5614 - dependencies = [ 5615 - "cc", 5616 - ] 5617 - 5618 - [[package]] 5619 - name = "objc2" 5620 - version = "0.5.2" 5621 - source = "registry+https://github.com/rust-lang/crates.io-index" 5622 - checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 5623 - dependencies = [ 5624 - "objc-sys", 5625 - "objc2-encode", 5626 - ] 5627 - 5628 - [[package]] 5629 - name = "objc2-app-kit" 5630 - version = "0.2.2" 5631 - source = "registry+https://github.com/rust-lang/crates.io-index" 5632 - checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 5633 - dependencies = [ 5634 - "bitflags 2.6.0", 5635 - "block2", 5636 - "libc", 5637 - "objc2", 5638 - "objc2-core-data", 5639 - "objc2-core-image", 5640 - "objc2-foundation", 5641 - "objc2-quartz-core", 5642 - ] 5643 - 5644 - [[package]] 5645 - name = "objc2-cloud-kit" 5646 - version = "0.2.2" 5647 - source = "registry+https://github.com/rust-lang/crates.io-index" 5648 - checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 5649 - dependencies = [ 5650 - "bitflags 2.6.0", 5651 - "block2", 5652 - "objc2", 5653 - "objc2-core-location", 5654 - "objc2-foundation", 5655 - ] 5656 - 5657 - [[package]] 5658 - name = "objc2-contacts" 5659 - version = "0.2.2" 5660 - source = "registry+https://github.com/rust-lang/crates.io-index" 5661 - checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 5662 - dependencies = [ 5663 - "block2", 5664 - "objc2", 5665 - "objc2-foundation", 5666 - ] 5667 - 5668 - [[package]] 5669 - name = "objc2-core-data" 5670 - version = "0.2.2" 5671 - source = "registry+https://github.com/rust-lang/crates.io-index" 5672 - checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 5673 - dependencies = [ 5674 - "bitflags 2.6.0", 5675 - "block2", 5676 - "objc2", 5677 - "objc2-foundation", 5678 - ] 5679 - 5680 - [[package]] 5681 - name = "objc2-core-image" 5682 - version = "0.2.2" 5683 - source = "registry+https://github.com/rust-lang/crates.io-index" 5684 - checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 5685 - dependencies = [ 5686 - "block2", 5687 - "objc2", 5688 - "objc2-foundation", 5689 - "objc2-metal", 5690 - ] 5691 - 5692 - [[package]] 5693 - name = "objc2-core-location" 5694 - version = "0.2.2" 5695 - source = "registry+https://github.com/rust-lang/crates.io-index" 5696 - checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 5697 - dependencies = [ 5698 - "block2", 5699 - "objc2", 5700 - "objc2-contacts", 5701 - "objc2-foundation", 5702 - ] 5703 - 5704 - [[package]] 5705 - name = "objc2-encode" 5706 - version = "4.0.3" 5707 - source = "registry+https://github.com/rust-lang/crates.io-index" 5708 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 5709 - 5710 - [[package]] 5711 - name = "objc2-foundation" 5712 - version = "0.2.2" 5713 - source = "registry+https://github.com/rust-lang/crates.io-index" 5714 - checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 5715 - dependencies = [ 5716 - "bitflags 2.6.0", 5717 - "block2", 5718 - "libc", 5719 - "objc2", 5720 - ] 5721 - 5722 - [[package]] 5723 - name = "objc2-link-presentation" 5724 - version = "0.2.2" 5725 - source = "registry+https://github.com/rust-lang/crates.io-index" 5726 - checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 5727 - dependencies = [ 5728 - "block2", 5729 - "objc2", 5730 - "objc2-app-kit", 5731 - "objc2-foundation", 5732 - ] 5733 - 5734 - [[package]] 5735 - name = "objc2-metal" 5736 - version = "0.2.2" 5737 - source = "registry+https://github.com/rust-lang/crates.io-index" 5738 - checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 5739 - dependencies = [ 5740 - "bitflags 2.6.0", 5741 - "block2", 5742 - "objc2", 5743 - "objc2-foundation", 5744 - ] 5745 - 5746 - [[package]] 5747 - name = "objc2-quartz-core" 5748 - version = "0.2.2" 5749 - source = "registry+https://github.com/rust-lang/crates.io-index" 5750 - checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 5751 - dependencies = [ 5752 - "bitflags 2.6.0", 5753 - "block2", 5754 - "objc2", 5755 - "objc2-foundation", 5756 - "objc2-metal", 5757 - ] 5758 - 5759 - [[package]] 5760 - name = "objc2-symbols" 5761 - version = "0.2.2" 5762 - source = "registry+https://github.com/rust-lang/crates.io-index" 5763 - checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 5764 - dependencies = [ 5765 - "objc2", 5766 - "objc2-foundation", 5767 - ] 5768 - 5769 - [[package]] 5770 - name = "objc2-ui-kit" 5771 - version = "0.2.2" 5772 - source = "registry+https://github.com/rust-lang/crates.io-index" 5773 - checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 5774 - dependencies = [ 5775 - "bitflags 2.6.0", 5776 - "block2", 5777 - "objc2", 5778 - "objc2-cloud-kit", 5779 - "objc2-core-data", 5780 - "objc2-core-image", 5781 - "objc2-core-location", 5782 - "objc2-foundation", 5783 - "objc2-link-presentation", 5784 - "objc2-quartz-core", 5785 - "objc2-symbols", 5786 - "objc2-uniform-type-identifiers", 5787 - "objc2-user-notifications", 5788 - ] 5789 - 5790 - [[package]] 5791 - name = "objc2-uniform-type-identifiers" 5792 - version = "0.2.2" 5793 - source = "registry+https://github.com/rust-lang/crates.io-index" 5794 - checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 5795 - dependencies = [ 5796 - "block2", 5797 - "objc2", 5798 - "objc2-foundation", 5799 - ] 5800 - 5801 - [[package]] 5802 - name = "objc2-user-notifications" 5803 - version = "0.2.2" 5804 - source = "registry+https://github.com/rust-lang/crates.io-index" 5805 - checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 5806 - dependencies = [ 5807 - "bitflags 2.6.0", 5808 - "block2", 5809 - "objc2", 5810 - "objc2-core-location", 5811 - "objc2-foundation", 5812 - ] 5813 - 5814 - [[package]] 5815 - name = "objc2-web-kit" 5816 - version = "0.2.2" 5817 - source = "registry+https://github.com/rust-lang/crates.io-index" 5818 - checksum = "68bc69301064cebefc6c4c90ce9cba69225239e4b8ff99d445a2b5563797da65" 5819 - dependencies = [ 5820 - "bitflags 2.6.0", 5821 - "block2", 5822 - "objc2", 5823 - "objc2-app-kit", 5824 - "objc2-foundation", 5825 - ] 5826 - 5827 - [[package]] 5828 - name = "object" 5829 - version = "0.32.2" 5830 - source = "registry+https://github.com/rust-lang/crates.io-index" 5831 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 5832 - dependencies = [ 5833 - "crc32fast", 5834 - "flate2", 5835 - "hashbrown 0.14.5", 5836 - "indexmap 2.6.0", 5837 - "memchr", 5838 - "ruzstd", 5839 - ] 5840 - 5841 - [[package]] 5842 - name = "object" 5843 - version = "0.36.5" 5844 - source = "registry+https://github.com/rust-lang/crates.io-index" 5845 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 5846 - dependencies = [ 5847 - "memchr", 5848 - ] 5849 - 5850 - [[package]] 5851 - name = "ocb3" 5852 - version = "0.1.0" 5853 - source = "registry+https://github.com/rust-lang/crates.io-index" 5854 - checksum = "c196e0276c471c843dd5777e7543a36a298a4be942a2a688d8111cd43390dedb" 5855 - dependencies = [ 5856 - "aead", 5857 - "cipher", 5858 - "ctr", 5859 - "subtle", 5860 - ] 5861 - 5862 - [[package]] 5863 - name = "oid-registry" 5864 - version = "0.6.1" 5865 - source = "registry+https://github.com/rust-lang/crates.io-index" 5866 - checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 5867 - dependencies = [ 5868 - "asn1-rs", 5869 - ] 5870 - 5871 - [[package]] 5872 - name = "once-cell-regex" 5873 - version = "0.2.1" 5874 - source = "registry+https://github.com/rust-lang/crates.io-index" 5875 - checksum = "b3de7e389a5043420c8f2b95ed03f3f104ad6f4c41f7d7e27298f033abc253e8" 5876 - dependencies = [ 5877 - "once_cell", 5878 - "regex", 5879 - ] 5880 - 5881 - [[package]] 5882 - name = "once_cell" 5883 - version = "1.20.2" 5884 - source = "registry+https://github.com/rust-lang/crates.io-index" 5885 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 5886 - 5887 - [[package]] 5888 - name = "opaque-debug" 5889 - version = "0.3.1" 5890 - source = "registry+https://github.com/rust-lang/crates.io-index" 5891 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 5892 - 5893 - [[package]] 5894 - name = "openssl" 5895 - version = "0.10.66" 5896 - source = "registry+https://github.com/rust-lang/crates.io-index" 5897 - checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 5898 - dependencies = [ 5899 - "bitflags 2.6.0", 5900 - "cfg-if", 5901 - "foreign-types 0.3.2", 5902 - "libc", 5903 - "once_cell", 5904 - "openssl-macros", 5905 - "openssl-sys", 5906 - ] 5907 - 5908 - [[package]] 5909 - name = "openssl-macros" 5910 - version = "0.1.1" 5911 - source = "registry+https://github.com/rust-lang/crates.io-index" 5912 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 5913 - dependencies = [ 5914 - "proc-macro2", 5915 - "quote", 5916 - "syn 2.0.87", 5917 - ] 5918 - 5919 - [[package]] 5920 - name = "openssl-probe" 5921 - version = "0.1.5" 5922 - source = "registry+https://github.com/rust-lang/crates.io-index" 5923 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 5924 - 5925 - [[package]] 5926 - name = "openssl-src" 5927 - version = "300.3.2+3.3.2" 5928 - source = "registry+https://github.com/rust-lang/crates.io-index" 5929 - checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b" 5930 - dependencies = [ 5931 - "cc", 5932 - ] 5933 - 5934 - [[package]] 5935 - name = "openssl-sys" 5936 - version = "0.9.103" 5937 - source = "registry+https://github.com/rust-lang/crates.io-index" 5938 - checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 5939 - dependencies = [ 5940 - "cc", 5941 - "libc", 5942 - "openssl-src", 5943 - "pkg-config", 5944 - "vcpkg", 5945 - ] 5946 - 5947 - [[package]] 5948 - name = "option-ext" 5949 - version = "0.2.0" 5950 - source = "registry+https://github.com/rust-lang/crates.io-index" 5951 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 5952 - 5953 - [[package]] 5954 - name = "ordered-float" 5955 - version = "2.10.1" 5956 - source = "registry+https://github.com/rust-lang/crates.io-index" 5957 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 5958 - dependencies = [ 5959 - "num-traits", 5960 - ] 5961 - 5962 - [[package]] 5963 - name = "os_info" 5964 - version = "3.8.2" 5965 - source = "registry+https://github.com/rust-lang/crates.io-index" 5966 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 5967 - dependencies = [ 5968 - "log", 5969 - "serde", 5970 - "windows-sys 0.52.0", 5971 - ] 5972 - 5973 - [[package]] 5974 - name = "os_pipe" 5975 - version = "1.2.1" 5976 - source = "registry+https://github.com/rust-lang/crates.io-index" 5977 - checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982" 5978 - dependencies = [ 5979 - "libc", 5980 - "windows-sys 0.59.0", 5981 - ] 5982 - 5983 - [[package]] 5984 - name = "outref" 5985 - version = "0.5.1" 5986 - source = "registry+https://github.com/rust-lang/crates.io-index" 5987 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 5988 - 5989 - [[package]] 5990 - name = "owo-colors" 5991 - version = "4.1.0" 5992 - source = "registry+https://github.com/rust-lang/crates.io-index" 5993 - checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" 5994 - 5995 - [[package]] 5996 - name = "oxc_allocator" 5997 - version = "0.25.0" 5998 - source = "registry+https://github.com/rust-lang/crates.io-index" 5999 - checksum = "466379b9ab2e05996bfedfae9c96753a633bb5a53aaf0898eb0e0ab09e169514" 6000 - dependencies = [ 6001 - "allocator-api2", 6002 - "bumpalo", 6003 - ] 6004 - 6005 - [[package]] 6006 - name = "oxc_ast" 6007 - version = "0.25.0" 6008 - source = "registry+https://github.com/rust-lang/crates.io-index" 6009 - checksum = "34bd4f56fe32adea489153f6d681d9ee01f0336b9b6a89f062611488d8f80797" 6010 - dependencies = [ 6011 - "bitflags 2.6.0", 6012 - "num-bigint", 6013 - "oxc_allocator", 6014 - "oxc_ast_macros", 6015 - "oxc_span", 6016 - "oxc_syntax", 6017 - ] 6018 - 6019 - [[package]] 6020 - name = "oxc_ast_macros" 6021 - version = "0.25.0" 6022 - source = "registry+https://github.com/rust-lang/crates.io-index" 6023 - checksum = "197b36739db0e80919e19a90785233eea5664697d4cd829bd49af34838ec43d2" 6024 - dependencies = [ 6025 - "proc-macro2", 6026 - "quote", 6027 - "syn 2.0.87", 6028 - ] 6029 - 6030 - [[package]] 6031 - name = "oxc_diagnostics" 6032 - version = "0.25.0" 6033 - source = "registry+https://github.com/rust-lang/crates.io-index" 6034 - checksum = "2cd4bb48b9527f5825c84acb688ec1485df4a5edadc17b3582626bb49736752b" 6035 - dependencies = [ 6036 - "miette", 6037 - "owo-colors", 6038 - "textwrap", 6039 - "unicode-width", 6040 - ] 6041 - 6042 - [[package]] 6043 - name = "oxc_index" 6044 - version = "0.25.0" 6045 - source = "registry+https://github.com/rust-lang/crates.io-index" 6046 - checksum = "bc9aa9446f6d2a64d0baa02fe20dc3d64e3e112083854b84fdacb82261be2b84" 6047 - 6048 - [[package]] 6049 - name = "oxc_parser" 6050 - version = "0.25.0" 6051 - source = "registry+https://github.com/rust-lang/crates.io-index" 6052 - checksum = "8f3432e80a58cfb38f9a138203e64d0f9a621d4c4e9d18e3e3bd870b51ce1f0e" 6053 - dependencies = [ 6054 - "assert-unchecked", 6055 - "bitflags 2.6.0", 6056 - "memchr", 6057 - "num-bigint", 6058 - "num-traits", 6059 - "oxc_allocator", 6060 - "oxc_ast", 6061 - "oxc_diagnostics", 6062 - "oxc_regular_expression", 6063 - "oxc_span", 6064 - "oxc_syntax", 6065 - "rustc-hash", 6066 - "seq-macro", 6067 - ] 6068 - 6069 - [[package]] 6070 - name = "oxc_regular_expression" 6071 - version = "0.25.0" 6072 - source = "registry+https://github.com/rust-lang/crates.io-index" 6073 - checksum = "8fc6d05fec98ad6cc864ba8cfe7ece2e258106059a9a57e35b02450650b06979" 6074 - dependencies = [ 6075 - "oxc_allocator", 6076 - "oxc_diagnostics", 6077 - "oxc_span", 6078 - "phf 0.11.2", 6079 - "rustc-hash", 6080 - "unicode-id-start", 6081 - ] 6082 - 6083 - [[package]] 6084 - name = "oxc_span" 6085 - version = "0.25.0" 6086 - source = "registry+https://github.com/rust-lang/crates.io-index" 6087 - checksum = "9a862a896ac3abd269863a19d4f77302b019458d90513705c7a017b138c8449b" 6088 - dependencies = [ 6089 - "compact_str", 6090 - "miette", 6091 - "oxc_allocator", 6092 - "oxc_ast_macros", 6093 - ] 6094 - 6095 - [[package]] 6096 - name = "oxc_syntax" 6097 - version = "0.25.0" 6098 - source = "registry+https://github.com/rust-lang/crates.io-index" 6099 - checksum = "d50c7ea034fb12f65376cfffc8ae4bfde3cda0a1e14407f82ffba1d26431703d" 6100 - dependencies = [ 6101 - "bitflags 2.6.0", 6102 - "dashmap", 6103 - "nonmax", 6104 - "oxc_allocator", 6105 - "oxc_ast_macros", 6106 - "oxc_index", 6107 - "oxc_span", 6108 - "phf 0.11.2", 6109 - "rustc-hash", 6110 - "unicode-id-start", 6111 - ] 6112 - 6113 - [[package]] 6114 - name = "p12" 6115 - version = "0.6.3" 6116 - source = "registry+https://github.com/rust-lang/crates.io-index" 6117 - checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224" 6118 - dependencies = [ 6119 - "cbc", 6120 - "cipher", 6121 - "des", 6122 - "getrandom 0.2.15", 6123 - "hmac", 6124 - "lazy_static", 6125 - "rc2", 6126 - "sha1", 6127 - "yasna", 6128 - ] 6129 - 6130 - [[package]] 6131 - name = "p256" 6132 - version = "0.11.1" 6133 - source = "registry+https://github.com/rust-lang/crates.io-index" 6134 - checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 6135 - dependencies = [ 6136 - "ecdsa 0.14.8", 6137 - "elliptic-curve 0.12.3", 6138 - "sha2", 6139 - ] 6140 - 6141 - [[package]] 6142 - name = "p256" 6143 - version = "0.13.2" 6144 - source = "registry+https://github.com/rust-lang/crates.io-index" 6145 - checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 6146 - dependencies = [ 6147 - "ecdsa 0.16.9", 6148 - "elliptic-curve 0.13.8", 6149 - "primeorder", 6150 - "sha2", 6151 - ] 6152 - 6153 - [[package]] 6154 - name = "p384" 6155 - version = "0.13.0" 6156 - source = "registry+https://github.com/rust-lang/crates.io-index" 6157 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 6158 - dependencies = [ 6159 - "ecdsa 0.16.9", 6160 - "elliptic-curve 0.13.8", 6161 - "primeorder", 6162 - "sha2", 6163 - ] 6164 - 6165 - [[package]] 6166 - name = "p521" 6167 - version = "0.13.3" 6168 - source = "registry+https://github.com/rust-lang/crates.io-index" 6169 - checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" 6170 - dependencies = [ 6171 - "base16ct 0.2.0", 6172 - "ecdsa 0.16.9", 6173 - "elliptic-curve 0.13.8", 6174 - "primeorder", 6175 - "rand_core 0.6.4", 6176 - "sha2", 6177 - ] 6178 - 6179 - [[package]] 6180 - name = "pango" 6181 - version = "0.18.3" 6182 - source = "registry+https://github.com/rust-lang/crates.io-index" 6183 - checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 6184 - dependencies = [ 6185 - "gio", 6186 - "glib", 6187 - "libc", 6188 - "once_cell", 6189 - "pango-sys", 6190 - ] 6191 - 6192 - [[package]] 6193 - name = "pango-sys" 6194 - version = "0.18.0" 6195 - source = "registry+https://github.com/rust-lang/crates.io-index" 6196 - checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 6197 - dependencies = [ 6198 - "glib-sys", 6199 - "gobject-sys", 6200 - "libc", 6201 - "system-deps", 6202 - ] 6203 - 6204 - [[package]] 6205 - name = "parking_lot" 6206 - version = "0.12.3" 6207 - source = "registry+https://github.com/rust-lang/crates.io-index" 6208 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 6209 - dependencies = [ 6210 - "lock_api", 6211 - "parking_lot_core", 6212 - ] 6213 - 6214 - [[package]] 6215 - name = "parking_lot_core" 6216 - version = "0.9.10" 6217 - source = "registry+https://github.com/rust-lang/crates.io-index" 6218 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 6219 - dependencies = [ 6220 - "cfg-if", 6221 - "libc", 6222 - "redox_syscall", 6223 - "smallvec", 6224 - "windows-targets 0.52.6", 6225 - ] 6226 - 6227 - [[package]] 6228 - name = "password-hash" 6229 - version = "0.5.0" 6230 - source = "registry+https://github.com/rust-lang/crates.io-index" 6231 - checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 6232 - dependencies = [ 6233 - "base64ct", 6234 - "rand_core 0.6.4", 6235 - "subtle", 6236 - ] 6237 - 6238 - [[package]] 6239 - name = "paste" 6240 - version = "1.0.15" 6241 - source = "registry+https://github.com/rust-lang/crates.io-index" 6242 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 6243 - 6244 - [[package]] 6245 - name = "path_abs" 6246 - version = "0.5.1" 6247 - source = "registry+https://github.com/rust-lang/crates.io-index" 6248 - checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3" 6249 - dependencies = [ 6250 - "serde", 6251 - "serde_derive", 6252 - "std_prelude", 6253 - "stfu8", 6254 - ] 6255 - 6256 - [[package]] 6257 - name = "pbkdf2" 6258 - version = "0.12.2" 6259 - source = "registry+https://github.com/rust-lang/crates.io-index" 6260 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 6261 - dependencies = [ 6262 - "digest", 6263 - "hmac", 6264 - ] 6265 - 6266 - [[package]] 6267 - name = "pear" 6268 - version = "0.2.9" 6269 - source = "registry+https://github.com/rust-lang/crates.io-index" 6270 - checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 6271 - dependencies = [ 6272 - "inlinable_string", 6273 - "pear_codegen", 6274 - "yansi", 6275 - ] 6276 - 6277 - [[package]] 6278 - name = "pear_codegen" 6279 - version = "0.2.9" 6280 - source = "registry+https://github.com/rust-lang/crates.io-index" 6281 - checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 6282 - dependencies = [ 6283 - "proc-macro2", 6284 - "proc-macro2-diagnostics", 6285 - "quote", 6286 - "syn 2.0.87", 6287 - ] 6288 - 6289 - [[package]] 6290 - name = "pem" 6291 - version = "3.0.4" 6292 - source = "registry+https://github.com/rust-lang/crates.io-index" 6293 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 6294 - dependencies = [ 6295 - "base64 0.22.1", 6296 - "serde", 6297 - ] 6298 - 6299 - [[package]] 6300 - name = "pem-rfc7468" 6301 - version = "0.7.0" 6302 - source = "registry+https://github.com/rust-lang/crates.io-index" 6303 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 6304 - dependencies = [ 6305 - "base64ct", 6306 - ] 6307 - 6308 - [[package]] 6309 - name = "percent-encoding" 6310 - version = "2.3.1" 6311 - source = "registry+https://github.com/rust-lang/crates.io-index" 6312 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 6313 - 6314 - [[package]] 6315 - name = "pest" 6316 - version = "2.7.13" 6317 - source = "registry+https://github.com/rust-lang/crates.io-index" 6318 - checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" 6319 - dependencies = [ 6320 - "memchr", 6321 - "thiserror 1.0.68", 6322 - "ucd-trie", 6323 - ] 6324 - 6325 - [[package]] 6326 - name = "pest_derive" 6327 - version = "2.7.13" 6328 - source = "registry+https://github.com/rust-lang/crates.io-index" 6329 - checksum = "4d3a6e3394ec80feb3b6393c725571754c6188490265c61aaf260810d6b95aa0" 6330 - dependencies = [ 6331 - "pest", 6332 - "pest_generator", 6333 - ] 6334 - 6335 - [[package]] 6336 - name = "pest_generator" 6337 - version = "2.7.13" 6338 - source = "registry+https://github.com/rust-lang/crates.io-index" 6339 - checksum = "94429506bde1ca69d1b5601962c73f4172ab4726571a59ea95931218cb0e930e" 6340 - dependencies = [ 6341 - "pest", 6342 - "pest_meta", 6343 - "proc-macro2", 6344 - "quote", 6345 - "syn 2.0.87", 6346 - ] 6347 - 6348 - [[package]] 6349 - name = "pest_meta" 6350 - version = "2.7.13" 6351 - source = "registry+https://github.com/rust-lang/crates.io-index" 6352 - checksum = "ac8a071862e93690b6e34e9a5fb8e33ff3734473ac0245b27232222c4906a33f" 6353 - dependencies = [ 6354 - "once_cell", 6355 - "pest", 6356 - "sha2", 6357 - ] 6358 - 6359 - [[package]] 6360 - name = "pgp" 6361 - version = "0.13.2" 6362 - source = "registry+https://github.com/rust-lang/crates.io-index" 6363 - checksum = "4a6c842436d5fa2b59eac1e9b3d142b50bfff99c1744c816b1f4c2ac55a20754" 6364 - dependencies = [ 6365 - "aes", 6366 - "aes-gcm", 6367 - "argon2", 6368 - "base64 0.22.1", 6369 - "bitfield", 6370 - "block-padding", 6371 - "blowfish", 6372 - "bstr", 6373 - "buffer-redux", 6374 - "byteorder", 6375 - "camellia", 6376 - "cast5", 6377 - "cfb-mode", 6378 - "chrono", 6379 - "cipher", 6380 - "const-oid", 6381 - "crc24", 6382 - "curve25519-dalek", 6383 - "derive_builder", 6384 - "des", 6385 - "digest", 6386 - "dsa", 6387 - "eax", 6388 - "ecdsa 0.16.9", 6389 - "ed25519-dalek", 6390 - "elliptic-curve 0.13.8", 6391 - "flate2", 6392 - "generic-array", 6393 - "hex", 6394 - "hkdf", 6395 - "idea", 6396 - "iter-read", 6397 - "k256", 6398 - "log", 6399 - "md-5", 6400 - "nom", 6401 - "num-bigint-dig", 6402 - "num-traits", 6403 - "num_enum", 6404 - "ocb3", 6405 - "p256 0.13.2", 6406 - "p384", 6407 - "p521", 6408 - "rand 0.8.5", 6409 - "ripemd", 6410 - "rsa", 6411 - "sha1", 6412 - "sha1-checked", 6413 - "sha2", 6414 - "sha3", 6415 - "signature 2.2.0", 6416 - "smallvec", 6417 - "thiserror 1.0.68", 6418 - "twofish", 6419 - "x25519-dalek", 6420 - "zeroize", 6421 - ] 6422 - 6423 - [[package]] 6424 - name = "phf" 6425 - version = "0.8.0" 6426 - source = "registry+https://github.com/rust-lang/crates.io-index" 6427 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 6428 - dependencies = [ 6429 - "phf_macros 0.8.0", 6430 - "phf_shared 0.8.0", 6431 - "proc-macro-hack", 6432 - ] 6433 - 6434 - [[package]] 6435 - name = "phf" 6436 - version = "0.10.1" 6437 - source = "registry+https://github.com/rust-lang/crates.io-index" 6438 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 6439 - dependencies = [ 6440 - "phf_shared 0.10.0", 6441 - ] 6442 - 6443 - [[package]] 6444 - name = "phf" 6445 - version = "0.11.2" 6446 - source = "registry+https://github.com/rust-lang/crates.io-index" 6447 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 6448 - dependencies = [ 6449 - "phf_macros 0.11.2", 6450 - "phf_shared 0.11.2", 6451 - ] 6452 - 6453 - [[package]] 6454 - name = "phf_codegen" 6455 - version = "0.8.0" 6456 - source = "registry+https://github.com/rust-lang/crates.io-index" 6457 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 6458 - dependencies = [ 6459 - "phf_generator 0.8.0", 6460 - "phf_shared 0.8.0", 6461 - ] 6462 - 6463 - [[package]] 6464 - name = "phf_codegen" 6465 - version = "0.10.0" 6466 - source = "registry+https://github.com/rust-lang/crates.io-index" 6467 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 6468 - dependencies = [ 6469 - "phf_generator 0.10.0", 6470 - "phf_shared 0.10.0", 6471 - ] 6472 - 6473 - [[package]] 6474 - name = "phf_generator" 6475 - version = "0.8.0" 6476 - source = "registry+https://github.com/rust-lang/crates.io-index" 6477 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 6478 - dependencies = [ 6479 - "phf_shared 0.8.0", 6480 - "rand 0.7.3", 6481 - ] 6482 - 6483 - [[package]] 6484 - name = "phf_generator" 6485 - version = "0.10.0" 6486 - source = "registry+https://github.com/rust-lang/crates.io-index" 6487 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 6488 - dependencies = [ 6489 - "phf_shared 0.10.0", 6490 - "rand 0.8.5", 6491 - ] 6492 - 6493 - [[package]] 6494 - name = "phf_generator" 6495 - version = "0.11.2" 6496 - source = "registry+https://github.com/rust-lang/crates.io-index" 6497 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 6498 - dependencies = [ 6499 - "phf_shared 0.11.2", 6500 - "rand 0.8.5", 6501 - ] 6502 - 6503 - [[package]] 6504 - name = "phf_macros" 6505 - version = "0.8.0" 6506 - source = "registry+https://github.com/rust-lang/crates.io-index" 6507 - checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 6508 - dependencies = [ 6509 - "phf_generator 0.8.0", 6510 - "phf_shared 0.8.0", 6511 - "proc-macro-hack", 6512 - "proc-macro2", 6513 - "quote", 6514 - "syn 1.0.109", 6515 - ] 6516 - 6517 - [[package]] 6518 - name = "phf_macros" 6519 - version = "0.11.2" 6520 - source = "registry+https://github.com/rust-lang/crates.io-index" 6521 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 6522 - dependencies = [ 6523 - "phf_generator 0.11.2", 6524 - "phf_shared 0.11.2", 6525 - "proc-macro2", 6526 - "quote", 6527 - "syn 2.0.87", 6528 - ] 6529 - 6530 - [[package]] 6531 - name = "phf_shared" 6532 - version = "0.8.0" 6533 - source = "registry+https://github.com/rust-lang/crates.io-index" 6534 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 6535 - dependencies = [ 6536 - "siphasher 0.3.11", 6537 - ] 6538 - 6539 - [[package]] 6540 - name = "phf_shared" 6541 - version = "0.10.0" 6542 - source = "registry+https://github.com/rust-lang/crates.io-index" 6543 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 6544 - dependencies = [ 6545 - "siphasher 0.3.11", 6546 - ] 6547 - 6548 - [[package]] 6549 - name = "phf_shared" 6550 - version = "0.11.2" 6551 - source = "registry+https://github.com/rust-lang/crates.io-index" 6552 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 6553 - dependencies = [ 6554 - "siphasher 0.3.11", 6555 - ] 6556 - 6557 - [[package]] 6558 - name = "pico-args" 6559 - version = "0.4.2" 6560 - source = "registry+https://github.com/rust-lang/crates.io-index" 6561 - checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" 6562 - 6563 - [[package]] 6564 - name = "pico-args" 6565 - version = "0.5.0" 6566 - source = "registry+https://github.com/rust-lang/crates.io-index" 6567 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 6568 - 6569 - [[package]] 6570 - name = "pin-project" 6571 - version = "1.1.5" 6572 - source = "registry+https://github.com/rust-lang/crates.io-index" 6573 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 6574 - dependencies = [ 6575 - "pin-project-internal", 6576 - ] 6577 - 6578 - [[package]] 6579 - name = "pin-project-internal" 6580 - version = "1.1.5" 6581 - source = "registry+https://github.com/rust-lang/crates.io-index" 6582 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 6583 - dependencies = [ 6584 - "proc-macro2", 6585 - "quote", 6586 - "syn 2.0.87", 6587 - ] 6588 - 6589 - [[package]] 6590 - name = "pin-project-lite" 6591 - version = "0.2.14" 6592 - source = "registry+https://github.com/rust-lang/crates.io-index" 6593 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 6594 - 6595 - [[package]] 6596 - name = "pin-utils" 6597 - version = "0.1.0" 6598 - source = "registry+https://github.com/rust-lang/crates.io-index" 6599 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 6600 - 6601 - [[package]] 6602 - name = "pkcs1" 6603 - version = "0.7.5" 6604 - source = "registry+https://github.com/rust-lang/crates.io-index" 6605 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 6606 - dependencies = [ 6607 - "der 0.7.9", 6608 - "pkcs8 0.10.2", 6609 - "spki 0.7.3", 6610 - ] 6611 - 6612 - [[package]] 6613 - name = "pkcs8" 6614 - version = "0.9.0" 6615 - source = "registry+https://github.com/rust-lang/crates.io-index" 6616 - checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 6617 - dependencies = [ 6618 - "der 0.6.1", 6619 - "spki 0.6.0", 6620 - ] 6621 - 6622 - [[package]] 6623 - name = "pkcs8" 6624 - version = "0.10.2" 6625 - source = "registry+https://github.com/rust-lang/crates.io-index" 6626 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 6627 - dependencies = [ 6628 - "der 0.7.9", 6629 - "spki 0.7.3", 6630 - ] 6631 - 6632 - [[package]] 6633 - name = "pkg-config" 6634 - version = "0.3.31" 6635 - source = "registry+https://github.com/rust-lang/crates.io-index" 6636 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 6637 - 6638 - [[package]] 6639 - name = "plain" 6640 - version = "0.2.3" 6641 - source = "registry+https://github.com/rust-lang/crates.io-index" 6642 - checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 6643 - 6644 - [[package]] 6645 - name = "plist" 6646 - version = "1.7.0" 6647 - source = "registry+https://github.com/rust-lang/crates.io-index" 6648 - checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 6649 - dependencies = [ 6650 - "base64 0.22.1", 6651 - "indexmap 2.6.0", 6652 - "quick-xml", 6653 - "serde", 6654 - "time", 6655 - ] 6656 - 6657 - [[package]] 6658 - name = "png" 6659 - version = "0.17.14" 6660 - source = "registry+https://github.com/rust-lang/crates.io-index" 6661 - checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 6662 - dependencies = [ 6663 - "bitflags 1.3.2", 6664 - "crc32fast", 6665 - "fdeflate", 6666 - "flate2", 6667 - "miniz_oxide 0.8.0", 6668 - ] 6669 - 6670 - [[package]] 6671 - name = "polyval" 6672 - version = "0.6.2" 6673 - source = "registry+https://github.com/rust-lang/crates.io-index" 6674 - checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 6675 - dependencies = [ 6676 - "cfg-if", 6677 - "cpufeatures", 6678 - "opaque-debug", 6679 - "universal-hash", 6680 - ] 6681 - 6682 - [[package]] 6683 - name = "powerfmt" 6684 - version = "0.2.0" 6685 - source = "registry+https://github.com/rust-lang/crates.io-index" 6686 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 6687 - 6688 - [[package]] 6689 - name = "ppv-lite86" 6690 - version = "0.2.20" 6691 - source = "registry+https://github.com/rust-lang/crates.io-index" 6692 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 6693 - dependencies = [ 6694 - "zerocopy", 6695 - ] 6696 - 6697 - [[package]] 6698 - name = "precomputed-hash" 6699 - version = "0.1.1" 6700 - source = "registry+https://github.com/rust-lang/crates.io-index" 6701 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 6702 - 6703 - [[package]] 6704 - name = "pretty_assertions" 6705 - version = "1.4.1" 6706 - source = "registry+https://github.com/rust-lang/crates.io-index" 6707 - checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 6708 - dependencies = [ 6709 - "diff", 6710 - "yansi", 6711 - ] 6712 - 6713 - [[package]] 6714 - name = "primeorder" 6715 - version = "0.13.6" 6716 - source = "registry+https://github.com/rust-lang/crates.io-index" 6717 - checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 6718 - dependencies = [ 6719 - "elliptic-curve 0.13.8", 6720 - ] 6721 - 6722 - [[package]] 6723 - name = "proc-macro-crate" 6724 - version = "1.3.1" 6725 - source = "registry+https://github.com/rust-lang/crates.io-index" 6726 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 6727 - dependencies = [ 6728 - "once_cell", 6729 - "toml_edit 0.19.15", 6730 - ] 6731 - 6732 - [[package]] 6733 - name = "proc-macro-crate" 6734 - version = "2.0.0" 6735 - source = "registry+https://github.com/rust-lang/crates.io-index" 6736 - checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" 6737 - dependencies = [ 6738 - "toml_edit 0.20.7", 6739 - ] 6740 - 6741 - [[package]] 6742 - name = "proc-macro-crate" 6743 - version = "3.2.0" 6744 - source = "registry+https://github.com/rust-lang/crates.io-index" 6745 - checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 6746 - dependencies = [ 6747 - "toml_edit 0.22.22", 6748 - ] 6749 - 6750 - [[package]] 6751 - name = "proc-macro-error" 6752 - version = "1.0.4" 6753 - source = "registry+https://github.com/rust-lang/crates.io-index" 6754 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 6755 - dependencies = [ 6756 - "proc-macro-error-attr", 6757 - "proc-macro2", 6758 - "quote", 6759 - "syn 1.0.109", 6760 - "version_check", 6761 - ] 6762 - 6763 - [[package]] 6764 - name = "proc-macro-error-attr" 6765 - version = "1.0.4" 6766 - source = "registry+https://github.com/rust-lang/crates.io-index" 6767 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 6768 - dependencies = [ 6769 - "proc-macro2", 6770 - "quote", 6771 - "version_check", 6772 - ] 6773 - 6774 - [[package]] 6775 - name = "proc-macro-hack" 6776 - version = "0.5.20+deprecated" 6777 - source = "registry+https://github.com/rust-lang/crates.io-index" 6778 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 6779 - 6780 - [[package]] 6781 - name = "proc-macro2" 6782 - version = "1.0.89" 6783 - source = "registry+https://github.com/rust-lang/crates.io-index" 6784 - checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 6785 - dependencies = [ 6786 - "unicode-ident", 6787 - ] 6788 - 6789 - [[package]] 6790 - name = "proc-macro2-diagnostics" 6791 - version = "0.10.1" 6792 - source = "registry+https://github.com/rust-lang/crates.io-index" 6793 - checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 6794 - dependencies = [ 6795 - "proc-macro2", 6796 - "quote", 6797 - "syn 2.0.87", 6798 - "version_check", 6799 - "yansi", 6800 - ] 6801 - 6802 - [[package]] 6803 - name = "profiling" 6804 - version = "1.0.15" 6805 - source = "registry+https://github.com/rust-lang/crates.io-index" 6806 - checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 6807 - dependencies = [ 6808 - "profiling-procmacros", 6809 - ] 6810 - 6811 - [[package]] 6812 - name = "profiling-procmacros" 6813 - version = "1.0.15" 6814 - source = "registry+https://github.com/rust-lang/crates.io-index" 6815 - checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" 6816 - dependencies = [ 6817 - "quote", 6818 - "syn 2.0.87", 6819 - ] 6820 - 6821 - [[package]] 6822 - name = "proptest" 6823 - version = "1.5.0" 6824 - source = "registry+https://github.com/rust-lang/crates.io-index" 6825 - checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" 6826 - dependencies = [ 6827 - "bit-set", 6828 - "bit-vec", 6829 - "bitflags 2.6.0", 6830 - "lazy_static", 6831 - "num-traits", 6832 - "rand 0.8.5", 6833 - "rand_chacha 0.3.1", 6834 - "rand_xorshift", 6835 - "regex-syntax", 6836 - "rusty-fork", 6837 - "tempfile", 6838 - "unarray", 6839 - ] 6840 - 6841 - [[package]] 6842 - name = "ptr_meta" 6843 - version = "0.1.4" 6844 - source = "registry+https://github.com/rust-lang/crates.io-index" 6845 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 6846 - dependencies = [ 6847 - "ptr_meta_derive", 6848 - ] 6849 - 6850 - [[package]] 6851 - name = "ptr_meta_derive" 6852 - version = "0.1.4" 6853 - source = "registry+https://github.com/rust-lang/crates.io-index" 6854 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 6855 - dependencies = [ 6856 - "proc-macro2", 6857 - "quote", 6858 - "syn 1.0.109", 6859 - ] 6860 - 6861 - [[package]] 6862 - name = "qoi" 6863 - version = "0.4.1" 6864 - source = "registry+https://github.com/rust-lang/crates.io-index" 6865 - checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 6866 - dependencies = [ 6867 - "bytemuck", 6868 - ] 6869 - 6870 - [[package]] 6871 - name = "quick-error" 6872 - version = "1.2.3" 6873 - source = "registry+https://github.com/rust-lang/crates.io-index" 6874 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 6875 - 6876 - [[package]] 6877 - name = "quick-error" 6878 - version = "2.0.1" 6879 - source = "registry+https://github.com/rust-lang/crates.io-index" 6880 - checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 6881 - 6882 - [[package]] 6883 - name = "quick-xml" 6884 - version = "0.32.0" 6885 - source = "registry+https://github.com/rust-lang/crates.io-index" 6886 - checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 6887 - dependencies = [ 6888 - "memchr", 6889 - ] 6890 - 6891 - [[package]] 6892 - name = "quickcheck" 6893 - version = "1.0.3" 6894 - source = "registry+https://github.com/rust-lang/crates.io-index" 6895 - checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 6896 - dependencies = [ 6897 - "env_logger 0.8.4", 6898 - "log", 6899 - "rand 0.8.5", 6900 - ] 6901 - 6902 - [[package]] 6903 - name = "quickcheck_macros" 6904 - version = "1.0.0" 6905 - source = "registry+https://github.com/rust-lang/crates.io-index" 6906 - checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9" 6907 - dependencies = [ 6908 - "proc-macro2", 6909 - "quote", 6910 - "syn 1.0.109", 6911 - ] 6912 - 6913 - [[package]] 6914 - name = "quinn" 6915 - version = "0.11.5" 6916 - source = "registry+https://github.com/rust-lang/crates.io-index" 6917 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 6918 - dependencies = [ 6919 - "bytes", 6920 - "pin-project-lite", 6921 - "quinn-proto", 6922 - "quinn-udp", 6923 - "rustc-hash", 6924 - "rustls 0.23.13", 6925 - "socket2", 6926 - "thiserror 1.0.68", 6927 - "tokio", 6928 - "tracing", 6929 - ] 6930 - 6931 - [[package]] 6932 - name = "quinn-proto" 6933 - version = "0.11.8" 6934 - source = "registry+https://github.com/rust-lang/crates.io-index" 6935 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 6936 - dependencies = [ 6937 - "bytes", 6938 - "rand 0.8.5", 6939 - "ring", 6940 - "rustc-hash", 6941 - "rustls 0.23.13", 6942 - "slab", 6943 - "thiserror 1.0.68", 6944 - "tinyvec", 6945 - "tracing", 6946 - ] 6947 - 6948 - [[package]] 6949 - name = "quinn-udp" 6950 - version = "0.5.5" 6951 - source = "registry+https://github.com/rust-lang/crates.io-index" 6952 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 6953 - dependencies = [ 6954 - "libc", 6955 - "once_cell", 6956 - "socket2", 6957 - "tracing", 6958 - "windows-sys 0.59.0", 6959 - ] 6960 - 6961 - [[package]] 6962 - name = "quote" 6963 - version = "1.0.37" 6964 - source = "registry+https://github.com/rust-lang/crates.io-index" 6965 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 6966 - dependencies = [ 6967 - "proc-macro2", 6968 - ] 6969 - 6970 - [[package]] 6971 - name = "radium" 6972 - version = "0.7.0" 6973 - source = "registry+https://github.com/rust-lang/crates.io-index" 6974 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 6975 - 6976 - [[package]] 6977 - name = "rand" 6978 - version = "0.7.3" 6979 - source = "registry+https://github.com/rust-lang/crates.io-index" 6980 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 6981 - dependencies = [ 6982 - "getrandom 0.1.16", 6983 - "libc", 6984 - "rand_chacha 0.2.2", 6985 - "rand_core 0.5.1", 6986 - "rand_hc", 6987 - "rand_pcg", 6988 - ] 6989 - 6990 - [[package]] 6991 - name = "rand" 6992 - version = "0.8.5" 6993 - source = "registry+https://github.com/rust-lang/crates.io-index" 6994 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 6995 - dependencies = [ 6996 - "libc", 6997 - "rand_chacha 0.3.1", 6998 - "rand_core 0.6.4", 6999 - ] 7000 - 7001 - [[package]] 7002 - name = "rand_chacha" 7003 - version = "0.2.2" 7004 - source = "registry+https://github.com/rust-lang/crates.io-index" 7005 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 7006 - dependencies = [ 7007 - "ppv-lite86", 7008 - "rand_core 0.5.1", 7009 - ] 7010 - 7011 - [[package]] 7012 - name = "rand_chacha" 7013 - version = "0.3.1" 7014 - source = "registry+https://github.com/rust-lang/crates.io-index" 7015 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 7016 - dependencies = [ 7017 - "ppv-lite86", 7018 - "rand_core 0.6.4", 7019 - ] 7020 - 7021 - [[package]] 7022 - name = "rand_core" 7023 - version = "0.5.1" 7024 - source = "registry+https://github.com/rust-lang/crates.io-index" 7025 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 7026 - dependencies = [ 7027 - "getrandom 0.1.16", 7028 - ] 7029 - 7030 - [[package]] 7031 - name = "rand_core" 7032 - version = "0.6.4" 7033 - source = "registry+https://github.com/rust-lang/crates.io-index" 7034 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 7035 - dependencies = [ 7036 - "getrandom 0.2.15", 7037 - ] 7038 - 7039 - [[package]] 7040 - name = "rand_hc" 7041 - version = "0.2.0" 7042 - source = "registry+https://github.com/rust-lang/crates.io-index" 7043 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 7044 - dependencies = [ 7045 - "rand_core 0.5.1", 7046 - ] 7047 - 7048 - [[package]] 7049 - name = "rand_pcg" 7050 - version = "0.2.1" 7051 - source = "registry+https://github.com/rust-lang/crates.io-index" 7052 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 7053 - dependencies = [ 7054 - "rand_core 0.5.1", 7055 - ] 7056 - 7057 - [[package]] 7058 - name = "rand_xorshift" 7059 - version = "0.3.0" 7060 - source = "registry+https://github.com/rust-lang/crates.io-index" 7061 - checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 7062 - dependencies = [ 7063 - "rand_core 0.6.4", 7064 - ] 7065 - 7066 - [[package]] 7067 - name = "rasn" 7068 - version = "0.12.5" 7069 - source = "registry+https://github.com/rust-lang/crates.io-index" 7070 - checksum = "cf9b0d03fbc7d2dcfdd35086c43ce30ac5ff62ed7eff4397e4f4f2995a2b0e2a" 7071 - dependencies = [ 7072 - "arrayvec", 7073 - "bitvec", 7074 - "bitvec-nom2", 7075 - "bytes", 7076 - "chrono", 7077 - "either", 7078 - "jzon", 7079 - "konst", 7080 - "nom", 7081 - "num-bigint", 7082 - "num-integer", 7083 - "num-traits", 7084 - "once_cell", 7085 - "rasn-derive", 7086 - "snafu", 7087 - ] 7088 - 7089 - [[package]] 7090 - name = "rasn-derive" 7091 - version = "0.12.5" 7092 - source = "registry+https://github.com/rust-lang/crates.io-index" 7093 - checksum = "cbaf7105cd254b632f4732fbcc243ce750cef87d8335826125ef6df5733b5a0c" 7094 - dependencies = [ 7095 - "either", 7096 - "itertools 0.10.5", 7097 - "proc-macro2", 7098 - "quote", 7099 - "rayon", 7100 - "syn 1.0.109", 7101 - "uuid", 7102 - ] 7103 - 7104 - [[package]] 7105 - name = "rav1e" 7106 - version = "0.7.1" 7107 - source = "registry+https://github.com/rust-lang/crates.io-index" 7108 - checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 7109 - dependencies = [ 7110 - "arbitrary", 7111 - "arg_enum_proc_macro", 7112 - "arrayvec", 7113 - "av1-grain", 7114 - "bitstream-io", 7115 - "built", 7116 - "cfg-if", 7117 - "interpolate_name", 7118 - "itertools 0.12.1", 7119 - "libc", 7120 - "libfuzzer-sys", 7121 - "log", 7122 - "maybe-rayon", 7123 - "new_debug_unreachable", 7124 - "noop_proc_macro", 7125 - "num-derive", 7126 - "num-traits", 7127 - "once_cell", 7128 - "paste", 7129 - "profiling", 7130 - "rand 0.8.5", 7131 - "rand_chacha 0.3.1", 7132 - "simd_helpers", 7133 - "system-deps", 7134 - "thiserror 1.0.68", 7135 - "v_frame", 7136 - "wasm-bindgen", 7137 - ] 7138 - 7139 - [[package]] 7140 - name = "ravif" 7141 - version = "0.11.11" 7142 - source = "registry+https://github.com/rust-lang/crates.io-index" 7143 - checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6" 7144 - dependencies = [ 7145 - "avif-serialize", 7146 - "imgref", 7147 - "loop9", 7148 - "quick-error 2.0.1", 7149 - "rav1e", 7150 - "rayon", 7151 - "rgb", 7152 - ] 7153 - 7154 - [[package]] 7155 - name = "raw-window-handle" 7156 - version = "0.6.2" 7157 - source = "registry+https://github.com/rust-lang/crates.io-index" 7158 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 7159 - 7160 - [[package]] 7161 - name = "rayon" 7162 - version = "1.10.0" 7163 - source = "registry+https://github.com/rust-lang/crates.io-index" 7164 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 7165 - dependencies = [ 7166 - "either", 7167 - "rayon-core", 7168 - ] 7169 - 7170 - [[package]] 7171 - name = "rayon-core" 7172 - version = "1.12.1" 7173 - source = "registry+https://github.com/rust-lang/crates.io-index" 7174 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 7175 - dependencies = [ 7176 - "crossbeam-deque", 7177 - "crossbeam-utils", 7178 - ] 7179 - 7180 - [[package]] 7181 - name = "rc2" 7182 - version = "0.8.1" 7183 - source = "registry+https://github.com/rust-lang/crates.io-index" 7184 - checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd" 7185 - dependencies = [ 7186 - "cipher", 7187 - ] 7188 - 7189 - [[package]] 7190 - name = "redox_syscall" 7191 - version = "0.5.7" 7192 - source = "registry+https://github.com/rust-lang/crates.io-index" 7193 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 7194 - dependencies = [ 7195 - "bitflags 2.6.0", 7196 - ] 7197 - 7198 - [[package]] 7199 - name = "redox_users" 7200 - version = "0.4.6" 7201 - source = "registry+https://github.com/rust-lang/crates.io-index" 7202 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 7203 - dependencies = [ 7204 - "getrandom 0.2.15", 7205 - "libredox", 7206 - "thiserror 1.0.68", 7207 - ] 7208 - 7209 - [[package]] 7210 - name = "regex" 7211 - version = "1.11.1" 7212 - source = "registry+https://github.com/rust-lang/crates.io-index" 7213 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 7214 - dependencies = [ 7215 - "aho-corasick", 7216 - "memchr", 7217 - "regex-automata", 7218 - "regex-syntax", 7219 - ] 7220 - 7221 - [[package]] 7222 - name = "regex-automata" 7223 - version = "0.4.8" 7224 - source = "registry+https://github.com/rust-lang/crates.io-index" 7225 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 7226 - dependencies = [ 7227 - "aho-corasick", 7228 - "memchr", 7229 - "regex-syntax", 7230 - ] 7231 - 7232 - [[package]] 7233 - name = "regex-lite" 7234 - version = "0.1.6" 7235 - source = "registry+https://github.com/rust-lang/crates.io-index" 7236 - checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 7237 - 7238 - [[package]] 7239 - name = "regex-syntax" 7240 - version = "0.8.5" 7241 - source = "registry+https://github.com/rust-lang/crates.io-index" 7242 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 7243 - 7244 - [[package]] 7245 - name = "rend" 7246 - version = "0.4.2" 7247 - source = "registry+https://github.com/rust-lang/crates.io-index" 7248 - checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 7249 - dependencies = [ 7250 - "bytecheck", 7251 - ] 7252 - 7253 - [[package]] 7254 - name = "reqwest" 7255 - version = "0.11.27" 7256 - source = "registry+https://github.com/rust-lang/crates.io-index" 7257 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 7258 - dependencies = [ 7259 - "base64 0.21.7", 7260 - "bytes", 7261 - "encoding_rs", 7262 - "futures-core", 7263 - "futures-util", 7264 - "h2 0.3.26", 7265 - "http 0.2.12", 7266 - "http-body 0.4.6", 7267 - "hyper 0.14.30", 7268 - "hyper-rustls 0.24.2", 7269 - "ipnet", 7270 - "js-sys", 7271 - "log", 7272 - "mime", 7273 - "once_cell", 7274 - "percent-encoding", 7275 - "pin-project-lite", 7276 - "rustls 0.21.12", 7277 - "rustls-native-certs 0.6.3", 7278 - "rustls-pemfile 1.0.4", 7279 - "serde", 7280 - "serde_json", 7281 - "serde_urlencoded", 7282 - "sync_wrapper 0.1.2", 7283 - "system-configuration", 7284 - "tokio", 7285 - "tokio-rustls 0.24.1", 7286 - "tower-service", 7287 - "url", 7288 - "wasm-bindgen", 7289 - "wasm-bindgen-futures", 7290 - "web-sys", 7291 - "webpki-roots 0.25.4", 7292 - "winreg 0.50.0", 7293 - ] 7294 - 7295 - [[package]] 7296 - name = "reqwest" 7297 - version = "0.12.9" 7298 - source = "registry+https://github.com/rust-lang/crates.io-index" 7299 - checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 7300 - dependencies = [ 7301 - "base64 0.22.1", 7302 - "bytes", 7303 - "futures-channel", 7304 - "futures-core", 7305 - "futures-util", 7306 - "http 1.1.0", 7307 - "http-body 1.0.1", 7308 - "http-body-util", 7309 - "hyper 1.4.1", 7310 - "hyper-rustls 0.27.3", 7311 - "hyper-tls", 7312 - "hyper-util", 7313 - "ipnet", 7314 - "js-sys", 7315 - "log", 7316 - "mime", 7317 - "native-tls", 7318 - "once_cell", 7319 - "percent-encoding", 7320 - "pin-project-lite", 7321 - "quinn", 7322 - "rustls 0.23.13", 7323 - "rustls-pemfile 2.2.0", 7324 - "rustls-pki-types", 7325 - "serde", 7326 - "serde_json", 7327 - "serde_urlencoded", 7328 - "sync_wrapper 1.0.1", 7329 - "tokio", 7330 - "tokio-native-tls", 7331 - "tokio-rustls 0.26.0", 7332 - "tokio-util", 7333 - "tower-service", 7334 - "url", 7335 - "wasm-bindgen", 7336 - "wasm-bindgen-futures", 7337 - "wasm-streams", 7338 - "web-sys", 7339 - "webpki-roots 0.26.6", 7340 - "windows-registry 0.2.0", 7341 - ] 7342 - 7343 - [[package]] 7344 - name = "resources" 7345 - version = "0.1.0" 7346 - dependencies = [ 7347 - "serde", 7348 - "serde_json", 7349 - "tauri", 7350 - "tauri-build", 7351 - ] 7352 - 7353 - [[package]] 7354 - name = "restart" 7355 - version = "0.1.0" 7356 - dependencies = [ 7357 - "tauri", 7358 - "tempfile", 7359 - ] 7360 - 7361 - [[package]] 7362 - name = "resvg" 7363 - version = "0.43.0" 7364 - source = "registry+https://github.com/rust-lang/crates.io-index" 7365 - checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1" 7366 - dependencies = [ 7367 - "gif", 7368 - "image-webp 0.1.3", 7369 - "log", 7370 - "pico-args 0.5.0", 7371 - "rgb", 7372 - "svgtypes", 7373 - "tiny-skia", 7374 - "usvg", 7375 - "zune-jpeg", 7376 - ] 7377 - 7378 - [[package]] 7379 - name = "rfc6979" 7380 - version = "0.3.1" 7381 - source = "registry+https://github.com/rust-lang/crates.io-index" 7382 - checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 7383 - dependencies = [ 7384 - "crypto-bigint 0.4.9", 7385 - "hmac", 7386 - "zeroize", 7387 - ] 7388 - 7389 - [[package]] 7390 - name = "rfc6979" 7391 - version = "0.4.0" 7392 - source = "registry+https://github.com/rust-lang/crates.io-index" 7393 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 7394 - dependencies = [ 7395 - "hmac", 7396 - "subtle", 7397 - ] 7398 - 7399 - [[package]] 7400 - name = "rgb" 7401 - version = "0.8.50" 7402 - source = "registry+https://github.com/rust-lang/crates.io-index" 7403 - checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" 7404 - dependencies = [ 7405 - "bytemuck", 7406 - ] 7407 - 7408 - [[package]] 7409 - name = "ring" 7410 - version = "0.17.8" 7411 - source = "registry+https://github.com/rust-lang/crates.io-index" 7412 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 7413 - dependencies = [ 7414 - "cc", 7415 - "cfg-if", 7416 - "getrandom 0.2.15", 7417 - "libc", 7418 - "spin", 7419 - "untrusted", 7420 - "windows-sys 0.52.0", 7421 - ] 7422 - 7423 - [[package]] 7424 - name = "ripemd" 7425 - version = "0.1.3" 7426 - source = "registry+https://github.com/rust-lang/crates.io-index" 7427 - checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" 7428 - dependencies = [ 7429 - "digest", 7430 - ] 7431 - 7432 - [[package]] 7433 - name = "rkyv" 7434 - version = "0.7.45" 7435 - source = "registry+https://github.com/rust-lang/crates.io-index" 7436 - checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" 7437 - dependencies = [ 7438 - "bitvec", 7439 - "bytecheck", 7440 - "bytes", 7441 - "hashbrown 0.12.3", 7442 - "ptr_meta", 7443 - "rend", 7444 - "rkyv_derive", 7445 - "seahash", 7446 - "tinyvec", 7447 - "uuid", 7448 - ] 7449 - 7450 - [[package]] 7451 - name = "rkyv_derive" 7452 - version = "0.7.45" 7453 - source = "registry+https://github.com/rust-lang/crates.io-index" 7454 - checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" 7455 - dependencies = [ 7456 - "proc-macro2", 7457 - "quote", 7458 - "syn 1.0.109", 7459 - ] 7460 - 7461 - [[package]] 7462 - name = "route-recognizer" 7463 - version = "0.3.1" 7464 - source = "registry+https://github.com/rust-lang/crates.io-index" 7465 - checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" 7466 - 7467 - [[package]] 7468 - name = "roxmltree" 7469 - version = "0.20.0" 7470 - source = "registry+https://github.com/rust-lang/crates.io-index" 7471 - checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 7472 - 7473 - [[package]] 7474 - name = "rpassword" 7475 - version = "7.3.1" 7476 - source = "registry+https://github.com/rust-lang/crates.io-index" 7477 - checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" 7478 - dependencies = [ 7479 - "libc", 7480 - "rtoolbox", 7481 - "windows-sys 0.48.0", 7482 - ] 7483 - 7484 - [[package]] 7485 - name = "rpm" 7486 - version = "0.15.1" 7487 - source = "registry+https://github.com/rust-lang/crates.io-index" 7488 - checksum = "95c49b6baaa0e8fa864b2069d1e94e7a132471da3ac26a132f3fa7e71416772c" 7489 - dependencies = [ 7490 - "bitflags 2.6.0", 7491 - "bzip2", 7492 - "chrono", 7493 - "cpio", 7494 - "digest", 7495 - "enum-display-derive", 7496 - "enum-primitive-derive", 7497 - "flate2", 7498 - "hex", 7499 - "itertools 0.13.0", 7500 - "log", 7501 - "md-5", 7502 - "nom", 7503 - "num", 7504 - "num-derive", 7505 - "num-traits", 7506 - "pgp", 7507 - "sha1", 7508 - "sha2", 7509 - "thiserror 1.0.68", 7510 - "xz2", 7511 - "zstd", 7512 - ] 7513 - 7514 - [[package]] 7515 - name = "rsa" 7516 - version = "0.9.6" 7517 - source = "registry+https://github.com/rust-lang/crates.io-index" 7518 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 7519 - dependencies = [ 7520 - "const-oid", 7521 - "digest", 7522 - "num-bigint-dig", 7523 - "num-integer", 7524 - "num-traits", 7525 - "pkcs1", 7526 - "pkcs8 0.10.2", 7527 - "rand_core 0.6.4", 7528 - "signature 2.2.0", 7529 - "spki 0.7.3", 7530 - "subtle", 7531 - "zeroize", 7532 - ] 7533 - 7534 - [[package]] 7535 - name = "rtoolbox" 7536 - version = "0.0.2" 7537 - source = "registry+https://github.com/rust-lang/crates.io-index" 7538 - checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" 7539 - dependencies = [ 7540 - "libc", 7541 - "windows-sys 0.48.0", 7542 - ] 7543 - 7544 - [[package]] 7545 - name = "rust_decimal" 7546 - version = "1.36.0" 7547 - source = "registry+https://github.com/rust-lang/crates.io-index" 7548 - checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555" 7549 - dependencies = [ 7550 - "arrayvec", 7551 - "borsh", 7552 - "bytes", 7553 - "num-traits", 7554 - "rand 0.8.5", 7555 - "rkyv", 7556 - "serde", 7557 - "serde_json", 7558 - ] 7559 - 7560 - [[package]] 7561 - name = "rustc-demangle" 7562 - version = "0.1.24" 7563 - source = "registry+https://github.com/rust-lang/crates.io-index" 7564 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 7565 - 7566 - [[package]] 7567 - name = "rustc-hash" 7568 - version = "2.0.0" 7569 - source = "registry+https://github.com/rust-lang/crates.io-index" 7570 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 7571 - 7572 - [[package]] 7573 - name = "rustc_version" 7574 - version = "0.4.1" 7575 - source = "registry+https://github.com/rust-lang/crates.io-index" 7576 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 7577 - dependencies = [ 7578 - "semver", 7579 - ] 7580 - 7581 - [[package]] 7582 - name = "rusticata-macros" 7583 - version = "4.1.0" 7584 - source = "registry+https://github.com/rust-lang/crates.io-index" 7585 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 7586 - dependencies = [ 7587 - "nom", 7588 - ] 7589 - 7590 - [[package]] 7591 - name = "rustix" 7592 - version = "0.37.27" 7593 - source = "registry+https://github.com/rust-lang/crates.io-index" 7594 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 7595 - dependencies = [ 7596 - "bitflags 1.3.2", 7597 - "errno", 7598 - "io-lifetimes", 7599 - "libc", 7600 - "linux-raw-sys 0.3.8", 7601 - "windows-sys 0.48.0", 7602 - ] 7603 - 7604 - [[package]] 7605 - name = "rustix" 7606 - version = "0.38.37" 7607 - source = "registry+https://github.com/rust-lang/crates.io-index" 7608 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 7609 - dependencies = [ 7610 - "bitflags 2.6.0", 7611 - "errno", 7612 - "libc", 7613 - "linux-raw-sys 0.4.14", 7614 - "windows-sys 0.52.0", 7615 - ] 7616 - 7617 - [[package]] 7618 - name = "rustls" 7619 - version = "0.21.12" 7620 - source = "registry+https://github.com/rust-lang/crates.io-index" 7621 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 7622 - dependencies = [ 7623 - "log", 7624 - "ring", 7625 - "rustls-webpki 0.101.7", 7626 - "sct", 7627 - ] 7628 - 7629 - [[package]] 7630 - name = "rustls" 7631 - version = "0.22.4" 7632 - source = "registry+https://github.com/rust-lang/crates.io-index" 7633 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 7634 - dependencies = [ 7635 - "log", 7636 - "ring", 7637 - "rustls-pki-types", 7638 - "rustls-webpki 0.102.8", 7639 - "subtle", 7640 - "zeroize", 7641 - ] 7642 - 7643 - [[package]] 7644 - name = "rustls" 7645 - version = "0.23.13" 7646 - source = "registry+https://github.com/rust-lang/crates.io-index" 7647 - checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" 7648 - dependencies = [ 7649 - "log", 7650 - "once_cell", 7651 - "ring", 7652 - "rustls-pki-types", 7653 - "rustls-webpki 0.102.8", 7654 - "subtle", 7655 - "zeroize", 7656 - ] 7657 - 7658 - [[package]] 7659 - name = "rustls-native-certs" 7660 - version = "0.6.3" 7661 - source = "registry+https://github.com/rust-lang/crates.io-index" 7662 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 7663 - dependencies = [ 7664 - "openssl-probe", 7665 - "rustls-pemfile 1.0.4", 7666 - "schannel", 7667 - "security-framework", 7668 - ] 7669 - 7670 - [[package]] 7671 - name = "rustls-native-certs" 7672 - version = "0.7.3" 7673 - source = "registry+https://github.com/rust-lang/crates.io-index" 7674 - checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" 7675 - dependencies = [ 7676 - "openssl-probe", 7677 - "rustls-pemfile 2.2.0", 7678 - "rustls-pki-types", 7679 - "schannel", 7680 - "security-framework", 7681 - ] 7682 - 7683 - [[package]] 7684 - name = "rustls-pemfile" 7685 - version = "1.0.4" 7686 - source = "registry+https://github.com/rust-lang/crates.io-index" 7687 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 7688 - dependencies = [ 7689 - "base64 0.21.7", 7690 - ] 7691 - 7692 - [[package]] 7693 - name = "rustls-pemfile" 7694 - version = "2.2.0" 7695 - source = "registry+https://github.com/rust-lang/crates.io-index" 7696 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 7697 - dependencies = [ 7698 - "rustls-pki-types", 7699 - ] 7700 - 7701 - [[package]] 7702 - name = "rustls-pki-types" 7703 - version = "1.9.0" 7704 - source = "registry+https://github.com/rust-lang/crates.io-index" 7705 - checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" 7706 - 7707 - [[package]] 7708 - name = "rustls-webpki" 7709 - version = "0.101.7" 7710 - source = "registry+https://github.com/rust-lang/crates.io-index" 7711 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 7712 - dependencies = [ 7713 - "ring", 7714 - "untrusted", 7715 - ] 7716 - 7717 - [[package]] 7718 - name = "rustls-webpki" 7719 - version = "0.102.8" 7720 - source = "registry+https://github.com/rust-lang/crates.io-index" 7721 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 7722 - dependencies = [ 7723 - "ring", 7724 - "rustls-pki-types", 7725 - "untrusted", 7726 - ] 7727 - 7728 - [[package]] 7729 - name = "rustversion" 7730 - version = "1.0.17" 7731 - source = "registry+https://github.com/rust-lang/crates.io-index" 7732 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 7733 - 7734 - [[package]] 7735 - name = "rusty-fork" 7736 - version = "0.3.0" 7737 - source = "registry+https://github.com/rust-lang/crates.io-index" 7738 - checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 7739 - dependencies = [ 7740 - "fnv", 7741 - "quick-error 1.2.3", 7742 - "tempfile", 7743 - "wait-timeout", 7744 - ] 7745 - 7746 - [[package]] 7747 - name = "rustybuzz" 7748 - version = "0.18.0" 7749 - source = "registry+https://github.com/rust-lang/crates.io-index" 7750 - checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181" 7751 - dependencies = [ 7752 - "bitflags 2.6.0", 7753 - "bytemuck", 7754 - "core_maths", 7755 - "log", 7756 - "smallvec", 7757 - "ttf-parser", 7758 - "unicode-bidi-mirroring", 7759 - "unicode-ccc", 7760 - "unicode-properties", 7761 - "unicode-script", 7762 - ] 7763 - 7764 - [[package]] 7765 - name = "ruzstd" 7766 - version = "0.5.0" 7767 - source = "registry+https://github.com/rust-lang/crates.io-index" 7768 - checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" 7769 - dependencies = [ 7770 - "byteorder", 7771 - "derive_more", 7772 - "twox-hash", 7773 - ] 7774 - 7775 - [[package]] 7776 - name = "ryu" 7777 - version = "1.0.18" 7778 - source = "registry+https://github.com/rust-lang/crates.io-index" 7779 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 7780 - 7781 - [[package]] 7782 - name = "salsa20" 7783 - version = "0.10.2" 7784 - source = "registry+https://github.com/rust-lang/crates.io-index" 7785 - checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 7786 - dependencies = [ 7787 - "cipher", 7788 - ] 7789 - 7790 - [[package]] 7791 - name = "same-file" 7792 - version = "1.0.6" 7793 - source = "registry+https://github.com/rust-lang/crates.io-index" 7794 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 7795 - dependencies = [ 7796 - "winapi-util", 7797 - ] 7798 - 7799 - [[package]] 7800 - name = "scc" 7801 - version = "2.2.0" 7802 - source = "registry+https://github.com/rust-lang/crates.io-index" 7803 - checksum = "836f1e0f4963ef5288b539b643b35e043e76a32d0f4e47e67febf69576527f50" 7804 - dependencies = [ 7805 - "sdd", 7806 - ] 7807 - 7808 - [[package]] 7809 - name = "schannel" 7810 - version = "0.1.24" 7811 - source = "registry+https://github.com/rust-lang/crates.io-index" 7812 - checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" 7813 - dependencies = [ 7814 - "windows-sys 0.59.0", 7815 - ] 7816 - 7817 - [[package]] 7818 - name = "schemars" 7819 - version = "0.8.21" 7820 - source = "registry+https://github.com/rust-lang/crates.io-index" 7821 - checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" 7822 - dependencies = [ 7823 - "dyn-clone", 7824 - "indexmap 1.9.3", 7825 - "schemars_derive", 7826 - "serde", 7827 - "serde_json", 7828 - "url", 7829 - "uuid", 7830 - ] 7831 - 7832 - [[package]] 7833 - name = "schemars_derive" 7834 - version = "0.8.21" 7835 - source = "git+https://github.com/tauri-apps/schemars.git?branch=feat/preserve-description-newlines#c30f98480e6e4742aa72202d55d5264c6b2e6476" 7836 - dependencies = [ 7837 - "proc-macro2", 7838 - "quote", 7839 - "serde_derive_internals", 7840 - "syn 2.0.87", 7841 - ] 7842 - 7843 - [[package]] 7844 - name = "scopeguard" 7845 - version = "1.2.0" 7846 - source = "registry+https://github.com/rust-lang/crates.io-index" 7847 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 7848 - 7849 - [[package]] 7850 - name = "scroll" 7851 - version = "0.12.0" 7852 - source = "registry+https://github.com/rust-lang/crates.io-index" 7853 - checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" 7854 - dependencies = [ 7855 - "scroll_derive", 7856 - ] 7857 - 7858 - [[package]] 7859 - name = "scroll_derive" 7860 - version = "0.12.0" 7861 - source = "registry+https://github.com/rust-lang/crates.io-index" 7862 - checksum = "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" 7863 - dependencies = [ 7864 - "proc-macro2", 7865 - "quote", 7866 - "syn 2.0.87", 7867 - ] 7868 - 7869 - [[package]] 7870 - name = "scrypt" 7871 - version = "0.11.0" 7872 - source = "registry+https://github.com/rust-lang/crates.io-index" 7873 - checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 7874 - dependencies = [ 7875 - "pbkdf2", 7876 - "salsa20", 7877 - "sha2", 7878 - ] 7879 - 7880 - [[package]] 7881 - name = "sct" 7882 - version = "0.7.1" 7883 - source = "registry+https://github.com/rust-lang/crates.io-index" 7884 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 7885 - dependencies = [ 7886 - "ring", 7887 - "untrusted", 7888 - ] 7889 - 7890 - [[package]] 7891 - name = "sdd" 7892 - version = "3.0.3" 7893 - source = "registry+https://github.com/rust-lang/crates.io-index" 7894 - checksum = "60a7b59a5d9b0099720b417b6325d91a52cbf5b3dcb5041d864be53eefa58abc" 7895 - 7896 - [[package]] 7897 - name = "seahash" 7898 - version = "4.1.0" 7899 - source = "registry+https://github.com/rust-lang/crates.io-index" 7900 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 7901 - 7902 - [[package]] 7903 - name = "sec1" 7904 - version = "0.3.0" 7905 - source = "registry+https://github.com/rust-lang/crates.io-index" 7906 - checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 7907 - dependencies = [ 7908 - "base16ct 0.1.1", 7909 - "der 0.6.1", 7910 - "generic-array", 7911 - "pkcs8 0.9.0", 7912 - "subtle", 7913 - "zeroize", 7914 - ] 7915 - 7916 - [[package]] 7917 - name = "sec1" 7918 - version = "0.7.3" 7919 - source = "registry+https://github.com/rust-lang/crates.io-index" 7920 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 7921 - dependencies = [ 7922 - "base16ct 0.2.0", 7923 - "der 0.7.9", 7924 - "generic-array", 7925 - "pkcs8 0.10.2", 7926 - "subtle", 7927 - "zeroize", 7928 - ] 7929 - 7930 - [[package]] 7931 - name = "security-framework" 7932 - version = "2.11.1" 7933 - source = "registry+https://github.com/rust-lang/crates.io-index" 7934 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 7935 - dependencies = [ 7936 - "bitflags 2.6.0", 7937 - "core-foundation 0.9.4", 7938 - "core-foundation-sys", 7939 - "libc", 7940 - "security-framework-sys", 7941 - ] 7942 - 7943 - [[package]] 7944 - name = "security-framework-sys" 7945 - version = "2.12.0" 7946 - source = "registry+https://github.com/rust-lang/crates.io-index" 7947 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 7948 - dependencies = [ 7949 - "core-foundation-sys", 7950 - "libc", 7951 - ] 7952 - 7953 - [[package]] 7954 - name = "selectors" 7955 - version = "0.22.0" 7956 - source = "registry+https://github.com/rust-lang/crates.io-index" 7957 - checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 7958 - dependencies = [ 7959 - "bitflags 1.3.2", 7960 - "cssparser", 7961 - "derive_more", 7962 - "fxhash", 7963 - "log", 7964 - "matches", 7965 - "phf 0.8.0", 7966 - "phf_codegen 0.8.0", 7967 - "precomputed-hash", 7968 - "servo_arc", 7969 - "smallvec", 7970 - "thin-slice", 7971 - ] 7972 - 7973 - [[package]] 7974 - name = "semver" 7975 - version = "1.0.23" 7976 - source = "registry+https://github.com/rust-lang/crates.io-index" 7977 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 7978 - dependencies = [ 7979 - "serde", 7980 - ] 7981 - 7982 - [[package]] 7983 - name = "seq-macro" 7984 - version = "0.3.5" 7985 - source = "registry+https://github.com/rust-lang/crates.io-index" 7986 - checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 7987 - 7988 - [[package]] 7989 - name = "serde" 7990 - version = "1.0.214" 7991 - source = "registry+https://github.com/rust-lang/crates.io-index" 7992 - checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" 7993 - dependencies = [ 7994 - "serde_derive", 7995 - ] 7996 - 7997 - [[package]] 7998 - name = "serde-untagged" 7999 - version = "0.1.6" 8000 - source = "registry+https://github.com/rust-lang/crates.io-index" 8001 - checksum = "2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6" 8002 - dependencies = [ 8003 - "erased-serde", 8004 - "serde", 8005 - "typeid", 8006 - ] 8007 - 8008 - [[package]] 8009 - name = "serde-value" 8010 - version = "0.7.0" 8011 - source = "registry+https://github.com/rust-lang/crates.io-index" 8012 - checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 8013 - dependencies = [ 8014 - "ordered-float", 8015 - "serde", 8016 - ] 8017 - 8018 - [[package]] 8019 - name = "serde-wasm-bindgen" 8020 - version = "0.5.0" 8021 - source = "registry+https://github.com/rust-lang/crates.io-index" 8022 - checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e" 8023 - dependencies = [ 8024 - "js-sys", 8025 - "serde", 8026 - "wasm-bindgen", 8027 - ] 8028 - 8029 - [[package]] 8030 - name = "serde-wasm-bindgen" 8031 - version = "0.6.5" 8032 - source = "registry+https://github.com/rust-lang/crates.io-index" 8033 - checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" 8034 - dependencies = [ 8035 - "js-sys", 8036 - "serde", 8037 - "wasm-bindgen", 8038 - ] 8039 - 8040 - [[package]] 8041 - name = "serde-xml-rs" 8042 - version = "0.6.0" 8043 - source = "registry+https://github.com/rust-lang/crates.io-index" 8044 - checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" 8045 - dependencies = [ 8046 - "log", 8047 - "serde", 8048 - "thiserror 1.0.68", 8049 - "xml-rs", 8050 - ] 8051 - 8052 - [[package]] 8053 - name = "serde_derive" 8054 - version = "1.0.214" 8055 - source = "registry+https://github.com/rust-lang/crates.io-index" 8056 - checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" 8057 - dependencies = [ 8058 - "proc-macro2", 8059 - "quote", 8060 - "syn 2.0.87", 8061 - ] 8062 - 8063 - [[package]] 8064 - name = "serde_derive_internals" 8065 - version = "0.29.1" 8066 - source = "registry+https://github.com/rust-lang/crates.io-index" 8067 - checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 8068 - dependencies = [ 8069 - "proc-macro2", 8070 - "quote", 8071 - "syn 2.0.87", 8072 - ] 8073 - 8074 - [[package]] 8075 - name = "serde_fmt" 8076 - version = "1.0.3" 8077 - source = "registry+https://github.com/rust-lang/crates.io-index" 8078 - checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4" 8079 - dependencies = [ 8080 - "serde", 8081 - ] 8082 - 8083 - [[package]] 8084 - name = "serde_json" 8085 - version = "1.0.132" 8086 - source = "registry+https://github.com/rust-lang/crates.io-index" 8087 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 8088 - dependencies = [ 8089 - "indexmap 2.6.0", 8090 - "itoa 1.0.11", 8091 - "memchr", 8092 - "ryu", 8093 - "serde", 8094 - ] 8095 - 8096 - [[package]] 8097 - name = "serde_path_to_error" 8098 - version = "0.1.16" 8099 - source = "registry+https://github.com/rust-lang/crates.io-index" 8100 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 8101 - dependencies = [ 8102 - "itoa 1.0.11", 8103 - "serde", 8104 - ] 8105 - 8106 - [[package]] 8107 - name = "serde_repr" 8108 - version = "0.1.19" 8109 - source = "registry+https://github.com/rust-lang/crates.io-index" 8110 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 8111 - dependencies = [ 8112 - "proc-macro2", 8113 - "quote", 8114 - "syn 2.0.87", 8115 - ] 8116 - 8117 - [[package]] 8118 - name = "serde_spanned" 8119 - version = "0.6.8" 8120 - source = "registry+https://github.com/rust-lang/crates.io-index" 8121 - checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 8122 - dependencies = [ 8123 - "serde", 8124 - ] 8125 - 8126 - [[package]] 8127 - name = "serde_urlencoded" 8128 - version = "0.7.1" 8129 - source = "registry+https://github.com/rust-lang/crates.io-index" 8130 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 8131 - dependencies = [ 8132 - "form_urlencoded", 8133 - "itoa 1.0.11", 8134 - "ryu", 8135 - "serde", 8136 - ] 8137 - 8138 - [[package]] 8139 - name = "serde_with" 8140 - version = "3.10.0" 8141 - source = "registry+https://github.com/rust-lang/crates.io-index" 8142 - checksum = "9720086b3357bcb44fce40117d769a4d068c70ecfa190850a980a71755f66fcc" 8143 - dependencies = [ 8144 - "base64 0.22.1", 8145 - "chrono", 8146 - "hex", 8147 - "indexmap 1.9.3", 8148 - "indexmap 2.6.0", 8149 - "serde", 8150 - "serde_derive", 8151 - "serde_json", 8152 - "serde_with_macros", 8153 - "time", 8154 - ] 8155 - 8156 - [[package]] 8157 - name = "serde_with_macros" 8158 - version = "3.10.0" 8159 - source = "registry+https://github.com/rust-lang/crates.io-index" 8160 - checksum = "5f1abbfe725f27678f4663bcacb75a83e829fd464c25d78dd038a3a29e307cec" 8161 - dependencies = [ 8162 - "darling", 8163 - "proc-macro2", 8164 - "quote", 8165 - "syn 2.0.87", 8166 - ] 8167 - 8168 - [[package]] 8169 - name = "serde_yaml" 8170 - version = "0.9.34+deprecated" 8171 - source = "registry+https://github.com/rust-lang/crates.io-index" 8172 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 8173 - dependencies = [ 8174 - "indexmap 2.6.0", 8175 - "itoa 1.0.11", 8176 - "ryu", 8177 - "serde", 8178 - "unsafe-libyaml", 8179 - ] 8180 - 8181 - [[package]] 8182 - name = "serial_test" 8183 - version = "3.1.1" 8184 - source = "registry+https://github.com/rust-lang/crates.io-index" 8185 - checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d" 8186 - dependencies = [ 8187 - "futures", 8188 - "log", 8189 - "once_cell", 8190 - "parking_lot", 8191 - "scc", 8192 - "serial_test_derive", 8193 - ] 8194 - 8195 - [[package]] 8196 - name = "serial_test_derive" 8197 - version = "3.1.1" 8198 - source = "registry+https://github.com/rust-lang/crates.io-index" 8199 - checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67" 8200 - dependencies = [ 8201 - "proc-macro2", 8202 - "quote", 8203 - "syn 2.0.87", 8204 - ] 8205 - 8206 - [[package]] 8207 - name = "serialize-to-javascript" 8208 - version = "0.1.1" 8209 - source = "registry+https://github.com/rust-lang/crates.io-index" 8210 - checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 8211 - dependencies = [ 8212 - "serde", 8213 - "serde_json", 8214 - "serialize-to-javascript-impl", 8215 - ] 8216 - 8217 - [[package]] 8218 - name = "serialize-to-javascript-impl" 8219 - version = "0.1.1" 8220 - source = "registry+https://github.com/rust-lang/crates.io-index" 8221 - checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 8222 - dependencies = [ 8223 - "proc-macro2", 8224 - "quote", 8225 - "syn 1.0.109", 8226 - ] 8227 - 8228 - [[package]] 8229 - name = "servo_arc" 8230 - version = "0.1.1" 8231 - source = "registry+https://github.com/rust-lang/crates.io-index" 8232 - checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 8233 - dependencies = [ 8234 - "nodrop", 8235 - "stable_deref_trait", 8236 - ] 8237 - 8238 - [[package]] 8239 - name = "sha1" 8240 - version = "0.10.6" 8241 - source = "registry+https://github.com/rust-lang/crates.io-index" 8242 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 8243 - dependencies = [ 8244 - "cfg-if", 8245 - "cpufeatures", 8246 - "digest", 8247 - ] 8248 - 8249 - [[package]] 8250 - name = "sha1-checked" 8251 - version = "0.10.0" 8252 - source = "registry+https://github.com/rust-lang/crates.io-index" 8253 - checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 8254 - dependencies = [ 8255 - "digest", 8256 - "sha1", 8257 - ] 8258 - 8259 - [[package]] 8260 - name = "sha1_smol" 8261 - version = "1.0.1" 8262 - source = "registry+https://github.com/rust-lang/crates.io-index" 8263 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 8264 - 8265 - [[package]] 8266 - name = "sha2" 8267 - version = "0.10.8" 8268 - source = "registry+https://github.com/rust-lang/crates.io-index" 8269 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 8270 - dependencies = [ 8271 - "cfg-if", 8272 - "cpufeatures", 8273 - "digest", 8274 - ] 8275 - 8276 - [[package]] 8277 - name = "sha3" 8278 - version = "0.10.8" 8279 - source = "registry+https://github.com/rust-lang/crates.io-index" 8280 - checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 8281 - dependencies = [ 8282 - "digest", 8283 - "keccak", 8284 - ] 8285 - 8286 - [[package]] 8287 - name = "shared_child" 8288 - version = "1.0.1" 8289 - source = "registry+https://github.com/rust-lang/crates.io-index" 8290 - checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c" 8291 - dependencies = [ 8292 - "libc", 8293 - "windows-sys 0.59.0", 8294 - ] 8295 - 8296 - [[package]] 8297 - name = "shell-words" 8298 - version = "1.1.0" 8299 - source = "registry+https://github.com/rust-lang/crates.io-index" 8300 - checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 8301 - 8302 - [[package]] 8303 - name = "shlex" 8304 - version = "1.3.0" 8305 - source = "registry+https://github.com/rust-lang/crates.io-index" 8306 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 8307 - 8308 - [[package]] 8309 - name = "signal-hook" 8310 - version = "0.3.17" 8311 - source = "registry+https://github.com/rust-lang/crates.io-index" 8312 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 8313 - dependencies = [ 8314 - "libc", 8315 - "signal-hook-registry", 8316 - ] 8317 - 8318 - [[package]] 8319 - name = "signal-hook-registry" 8320 - version = "1.4.2" 8321 - source = "registry+https://github.com/rust-lang/crates.io-index" 8322 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 8323 - dependencies = [ 8324 - "libc", 8325 - ] 8326 - 8327 - [[package]] 8328 - name = "signal-hook-tokio" 8329 - version = "0.3.1" 8330 - source = "registry+https://github.com/rust-lang/crates.io-index" 8331 - checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e" 8332 - dependencies = [ 8333 - "futures-core", 8334 - "libc", 8335 - "signal-hook", 8336 - "tokio", 8337 - ] 8338 - 8339 - [[package]] 8340 - name = "signature" 8341 - version = "1.6.4" 8342 - source = "registry+https://github.com/rust-lang/crates.io-index" 8343 - checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 8344 - dependencies = [ 8345 - "digest", 8346 - "rand_core 0.6.4", 8347 - ] 8348 - 8349 - [[package]] 8350 - name = "signature" 8351 - version = "2.2.0" 8352 - source = "registry+https://github.com/rust-lang/crates.io-index" 8353 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 8354 - dependencies = [ 8355 - "digest", 8356 - "rand_core 0.6.4", 8357 - ] 8358 - 8359 - [[package]] 8360 - name = "simd-adler32" 8361 - version = "0.3.7" 8362 - source = "registry+https://github.com/rust-lang/crates.io-index" 8363 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 8364 - 8365 - [[package]] 8366 - name = "simd_helpers" 8367 - version = "0.1.0" 8368 - source = "registry+https://github.com/rust-lang/crates.io-index" 8369 - checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 8370 - dependencies = [ 8371 - "quote", 8372 - ] 8373 - 8374 - [[package]] 8375 - name = "simdutf8" 8376 - version = "0.1.5" 8377 - source = "registry+https://github.com/rust-lang/crates.io-index" 8378 - checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 8379 - 8380 - [[package]] 8381 - name = "similar" 8382 - version = "2.6.0" 8383 - source = "registry+https://github.com/rust-lang/crates.io-index" 8384 - checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" 8385 - 8386 - [[package]] 8387 - name = "simple-file-manifest" 8388 - version = "0.11.0" 8389 - source = "registry+https://github.com/rust-lang/crates.io-index" 8390 - checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" 8391 - 8392 - [[package]] 8393 - name = "simple_asn1" 8394 - version = "0.6.2" 8395 - source = "registry+https://github.com/rust-lang/crates.io-index" 8396 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 8397 - dependencies = [ 8398 - "num-bigint", 8399 - "num-traits", 8400 - "thiserror 1.0.68", 8401 - "time", 8402 - ] 8403 - 8404 - [[package]] 8405 - name = "simplecss" 8406 - version = "0.2.1" 8407 - source = "registry+https://github.com/rust-lang/crates.io-index" 8408 - checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 8409 - dependencies = [ 8410 - "log", 8411 - ] 8412 - 8413 - [[package]] 8414 - name = "siphasher" 8415 - version = "0.3.11" 8416 - source = "registry+https://github.com/rust-lang/crates.io-index" 8417 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 8418 - 8419 - [[package]] 8420 - name = "siphasher" 8421 - version = "1.0.1" 8422 - source = "registry+https://github.com/rust-lang/crates.io-index" 8423 - checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 8424 - 8425 - [[package]] 8426 - name = "slab" 8427 - version = "0.4.9" 8428 - source = "registry+https://github.com/rust-lang/crates.io-index" 8429 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 8430 - dependencies = [ 8431 - "autocfg", 8432 - ] 8433 - 8434 - [[package]] 8435 - name = "slotmap" 8436 - version = "1.0.7" 8437 - source = "registry+https://github.com/rust-lang/crates.io-index" 8438 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 8439 - dependencies = [ 8440 - "version_check", 8441 - ] 8442 - 8443 - [[package]] 8444 - name = "smallvec" 8445 - version = "1.13.2" 8446 - source = "registry+https://github.com/rust-lang/crates.io-index" 8447 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 8448 - 8449 - [[package]] 8450 - name = "smawk" 8451 - version = "0.3.2" 8452 - source = "registry+https://github.com/rust-lang/crates.io-index" 8453 - checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 8454 - 8455 - [[package]] 8456 - name = "snafu" 8457 - version = "0.7.5" 8458 - source = "registry+https://github.com/rust-lang/crates.io-index" 8459 - checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 8460 - dependencies = [ 8461 - "backtrace", 8462 - "doc-comment", 8463 - "snafu-derive", 8464 - ] 8465 - 8466 - [[package]] 8467 - name = "snafu-derive" 8468 - version = "0.7.5" 8469 - source = "registry+https://github.com/rust-lang/crates.io-index" 8470 - checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 8471 - dependencies = [ 8472 - "heck 0.4.1", 8473 - "proc-macro2", 8474 - "quote", 8475 - "syn 1.0.109", 8476 - ] 8477 - 8478 - [[package]] 8479 - name = "socket2" 8480 - version = "0.5.7" 8481 - source = "registry+https://github.com/rust-lang/crates.io-index" 8482 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 8483 - dependencies = [ 8484 - "libc", 8485 - "windows-sys 0.52.0", 8486 - ] 8487 - 8488 - [[package]] 8489 - name = "socks" 8490 - version = "0.3.4" 8491 - source = "registry+https://github.com/rust-lang/crates.io-index" 8492 - checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 8493 - dependencies = [ 8494 - "byteorder", 8495 - "libc", 8496 - "winapi", 8497 - ] 8498 - 8499 - [[package]] 8500 - name = "softbuffer" 8501 - version = "0.4.6" 8502 - source = "registry+https://github.com/rust-lang/crates.io-index" 8503 - checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08" 8504 - dependencies = [ 8505 - "bytemuck", 8506 - "cfg_aliases", 8507 - "core-graphics 0.24.0", 8508 - "foreign-types 0.5.0", 8509 - "js-sys", 8510 - "log", 8511 - "objc2", 8512 - "objc2-foundation", 8513 - "objc2-quartz-core", 8514 - "raw-window-handle", 8515 - "redox_syscall", 8516 - "wasm-bindgen", 8517 - "web-sys", 8518 - "windows-sys 0.59.0", 8519 - ] 8520 - 8521 - [[package]] 8522 - name = "soketto" 8523 - version = "0.8.0" 8524 - source = "registry+https://github.com/rust-lang/crates.io-index" 8525 - checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" 8526 - dependencies = [ 8527 - "base64 0.22.1", 8528 - "bytes", 8529 - "futures", 8530 - "http 1.1.0", 8531 - "httparse", 8532 - "log", 8533 - "rand 0.8.5", 8534 - "sha1", 8535 - ] 8536 - 8537 - [[package]] 8538 - name = "soup3" 8539 - version = "0.5.0" 8540 - source = "registry+https://github.com/rust-lang/crates.io-index" 8541 - checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" 8542 - dependencies = [ 8543 - "futures-channel", 8544 - "gio", 8545 - "glib", 8546 - "libc", 8547 - "soup3-sys", 8548 - ] 8549 - 8550 - [[package]] 8551 - name = "soup3-sys" 8552 - version = "0.5.0" 8553 - source = "registry+https://github.com/rust-lang/crates.io-index" 8554 - checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" 8555 - dependencies = [ 8556 - "gio-sys", 8557 - "glib-sys", 8558 - "gobject-sys", 8559 - "libc", 8560 - "system-deps", 8561 - ] 8562 - 8563 - [[package]] 8564 - name = "spake2" 8565 - version = "0.4.0" 8566 - source = "registry+https://github.com/rust-lang/crates.io-index" 8567 - checksum = "c5482afe85a0b6ce956c945401598dbc527593c77ba51d0a87a586938b1b893a" 8568 - dependencies = [ 8569 - "curve25519-dalek", 8570 - "hkdf", 8571 - "rand_core 0.6.4", 8572 - "sha2", 8573 - ] 8574 - 8575 - [[package]] 8576 - name = "specta" 8577 - version = "2.0.0-rc.20" 8578 - source = "registry+https://github.com/rust-lang/crates.io-index" 8579 - checksum = "4ccbb212565d2dc177bc15ecb7b039d66c4490da892436a4eee5b394d620c9bc" 8580 - dependencies = [ 8581 - "paste", 8582 - "specta-macros", 8583 - "thiserror 1.0.68", 8584 - ] 8585 - 8586 - [[package]] 8587 - name = "specta-macros" 8588 - version = "2.0.0-rc.17" 8589 - source = "registry+https://github.com/rust-lang/crates.io-index" 8590 - checksum = "68999d29816965eb9e5201f60aec02a76512139811661a7e8e653abc810b8f72" 8591 - dependencies = [ 8592 - "Inflector", 8593 - "proc-macro2", 8594 - "quote", 8595 - "syn 2.0.87", 8596 - ] 8597 - 8598 - [[package]] 8599 - name = "spin" 8600 - version = "0.9.8" 8601 - source = "registry+https://github.com/rust-lang/crates.io-index" 8602 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 8603 - dependencies = [ 8604 - "lock_api", 8605 - ] 8606 - 8607 - [[package]] 8608 - name = "spki" 8609 - version = "0.6.0" 8610 - source = "registry+https://github.com/rust-lang/crates.io-index" 8611 - checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 8612 - dependencies = [ 8613 - "base64ct", 8614 - "der 0.6.1", 8615 - ] 8616 - 8617 - [[package]] 8618 - name = "spki" 8619 - version = "0.7.3" 8620 - source = "registry+https://github.com/rust-lang/crates.io-index" 8621 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 8622 - dependencies = [ 8623 - "base64ct", 8624 - "der 0.7.9", 8625 - ] 8626 - 8627 - [[package]] 8628 - name = "stable_deref_trait" 8629 - version = "1.2.0" 8630 - source = "registry+https://github.com/rust-lang/crates.io-index" 8631 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 8632 - 8633 - [[package]] 8634 - name = "static_assertions" 8635 - version = "1.1.0" 8636 - source = "registry+https://github.com/rust-lang/crates.io-index" 8637 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 8638 - 8639 - [[package]] 8640 - name = "std_prelude" 8641 - version = "0.2.12" 8642 - source = "registry+https://github.com/rust-lang/crates.io-index" 8643 - checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe" 8644 - 8645 - [[package]] 8646 - name = "stfu8" 8647 - version = "0.2.7" 8648 - source = "registry+https://github.com/rust-lang/crates.io-index" 8649 - checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978" 8650 - 8651 - [[package]] 8652 - name = "strict-num" 8653 - version = "0.1.1" 8654 - source = "registry+https://github.com/rust-lang/crates.io-index" 8655 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 8656 - dependencies = [ 8657 - "float-cmp", 8658 - ] 8659 - 8660 - [[package]] 8661 - name = "string_cache" 8662 - version = "0.8.7" 8663 - source = "registry+https://github.com/rust-lang/crates.io-index" 8664 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 8665 - dependencies = [ 8666 - "new_debug_unreachable", 8667 - "once_cell", 8668 - "parking_lot", 8669 - "phf_shared 0.10.0", 8670 - "precomputed-hash", 8671 - "serde", 8672 - ] 8673 - 8674 - [[package]] 8675 - name = "string_cache_codegen" 8676 - version = "0.5.2" 8677 - source = "registry+https://github.com/rust-lang/crates.io-index" 8678 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 8679 - dependencies = [ 8680 - "phf_generator 0.10.0", 8681 - "phf_shared 0.10.0", 8682 - "proc-macro2", 8683 - "quote", 8684 - ] 8685 - 8686 - [[package]] 8687 - name = "strsim" 8688 - version = "0.11.1" 8689 - source = "registry+https://github.com/rust-lang/crates.io-index" 8690 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 8691 - 8692 - [[package]] 8693 - name = "sublime_fuzzy" 8694 - version = "0.7.0" 8695 - source = "registry+https://github.com/rust-lang/crates.io-index" 8696 - checksum = "fa7986063f7c0ab374407e586d7048a3d5aac94f103f751088bf398e07cd5400" 8697 - 8698 - [[package]] 8699 - name = "subtle" 8700 - version = "2.6.1" 8701 - source = "registry+https://github.com/rust-lang/crates.io-index" 8702 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 8703 - 8704 - [[package]] 8705 - name = "sval" 8706 - version = "2.13.1" 8707 - source = "registry+https://github.com/rust-lang/crates.io-index" 8708 - checksum = "eaf38d1fa2ce984086ea42fb856a9f374d94680a4f796831a7fc868d7f2af1b9" 8709 - 8710 - [[package]] 8711 - name = "sval_buffer" 8712 - version = "2.13.1" 8713 - source = "registry+https://github.com/rust-lang/crates.io-index" 8714 - checksum = "81682ff859964ca1d7cf3d3d0f9ec7204ea04c2c32acb8cc2cf68ecbd3127354" 8715 - dependencies = [ 8716 - "sval", 8717 - "sval_ref", 8718 - ] 8719 - 8720 - [[package]] 8721 - name = "sval_dynamic" 8722 - version = "2.13.1" 8723 - source = "registry+https://github.com/rust-lang/crates.io-index" 8724 - checksum = "2a213b93bb4c6f4c9f9b17f2e740e077fd18746bbf7c80c72bbadcac68fa7ee4" 8725 - dependencies = [ 8726 - "sval", 8727 - ] 8728 - 8729 - [[package]] 8730 - name = "sval_fmt" 8731 - version = "2.13.1" 8732 - source = "registry+https://github.com/rust-lang/crates.io-index" 8733 - checksum = "6902c6d3fb52c89206fe0dc93546c0123f7d48b5997fd14e61c9e64ff0b63275" 8734 - dependencies = [ 8735 - "itoa 1.0.11", 8736 - "ryu", 8737 - "sval", 8738 - ] 8739 - 8740 - [[package]] 8741 - name = "sval_json" 8742 - version = "2.13.1" 8743 - source = "registry+https://github.com/rust-lang/crates.io-index" 8744 - checksum = "11a28041ea78cdc394b930ae6b897d36246dc240a29a6edf82d76562487fb0b4" 8745 - dependencies = [ 8746 - "itoa 1.0.11", 8747 - "ryu", 8748 - "sval", 8749 - ] 8750 - 8751 - [[package]] 8752 - name = "sval_nested" 8753 - version = "2.13.1" 8754 - source = "registry+https://github.com/rust-lang/crates.io-index" 8755 - checksum = "850346e4b0742a7f2fd2697d703ff80084d0b658f0f2e336d71b8a06abf9b68e" 8756 - dependencies = [ 8757 - "sval", 8758 - "sval_buffer", 8759 - "sval_ref", 8760 - ] 8761 - 8762 - [[package]] 8763 - name = "sval_ref" 8764 - version = "2.13.1" 8765 - source = "registry+https://github.com/rust-lang/crates.io-index" 8766 - checksum = "824afd97a8919f28a35b0fdea979845cc2ae461a8a3aaa129455cb89c88bb77a" 8767 - dependencies = [ 8768 - "sval", 8769 - ] 8770 - 8771 - [[package]] 8772 - name = "sval_serde" 8773 - version = "2.13.1" 8774 - source = "registry+https://github.com/rust-lang/crates.io-index" 8775 - checksum = "8ada7520dd719ed672c786c7db7de4f5230f4d504b0821bd8305cd30ca442315" 8776 - dependencies = [ 8777 - "serde", 8778 - "sval", 8779 - "sval_nested", 8780 - ] 8781 - 8782 - [[package]] 8783 - name = "svgtypes" 8784 - version = "0.15.2" 8785 - source = "registry+https://github.com/rust-lang/crates.io-index" 8786 - checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e" 8787 - dependencies = [ 8788 - "kurbo", 8789 - "siphasher 1.0.1", 8790 - ] 8791 - 8792 - [[package]] 8793 - name = "swift-rs" 8794 - version = "1.0.7" 8795 - source = "registry+https://github.com/rust-lang/crates.io-index" 8796 - checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" 8797 - dependencies = [ 8798 - "base64 0.21.7", 8799 - "serde", 8800 - "serde_json", 8801 - ] 8802 - 8803 - [[package]] 8804 - name = "syn" 8805 - version = "1.0.109" 8806 - source = "registry+https://github.com/rust-lang/crates.io-index" 8807 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 8808 - dependencies = [ 8809 - "proc-macro2", 8810 - "quote", 8811 - "unicode-ident", 8812 - ] 8813 - 8814 - [[package]] 8815 - name = "syn" 8816 - version = "2.0.87" 8817 - source = "registry+https://github.com/rust-lang/crates.io-index" 8818 - checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" 8819 - dependencies = [ 8820 - "proc-macro2", 8821 - "quote", 8822 - "unicode-ident", 8823 - ] 8824 - 8825 - [[package]] 8826 - name = "syn_derive" 8827 - version = "0.1.8" 8828 - source = "registry+https://github.com/rust-lang/crates.io-index" 8829 - checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 8830 - dependencies = [ 8831 - "proc-macro-error", 8832 - "proc-macro2", 8833 - "quote", 8834 - "syn 2.0.87", 8835 - ] 8836 - 8837 - [[package]] 8838 - name = "sync_wrapper" 8839 - version = "0.1.2" 8840 - source = "registry+https://github.com/rust-lang/crates.io-index" 8841 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 8842 - 8843 - [[package]] 8844 - name = "sync_wrapper" 8845 - version = "1.0.1" 8846 - source = "registry+https://github.com/rust-lang/crates.io-index" 8847 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 8848 - dependencies = [ 8849 - "futures-core", 8850 - ] 8851 - 8852 - [[package]] 8853 - name = "synstructure" 8854 - version = "0.12.6" 8855 - source = "registry+https://github.com/rust-lang/crates.io-index" 8856 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 8857 - dependencies = [ 8858 - "proc-macro2", 8859 - "quote", 8860 - "syn 1.0.109", 8861 - "unicode-xid", 8862 - ] 8863 - 8864 - [[package]] 8865 - name = "synstructure" 8866 - version = "0.13.1" 8867 - source = "registry+https://github.com/rust-lang/crates.io-index" 8868 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 8869 - dependencies = [ 8870 - "proc-macro2", 8871 - "quote", 8872 - "syn 2.0.87", 8873 - ] 8874 - 8875 - [[package]] 8876 - name = "sysctl" 8877 - version = "0.4.6" 8878 - source = "registry+https://github.com/rust-lang/crates.io-index" 8879 - checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8" 8880 - dependencies = [ 8881 - "bitflags 1.3.2", 8882 - "byteorder", 8883 - "libc", 8884 - "thiserror 1.0.68", 8885 - "walkdir", 8886 - ] 8887 - 8888 - [[package]] 8889 - name = "system-configuration" 8890 - version = "0.5.1" 8891 - source = "registry+https://github.com/rust-lang/crates.io-index" 8892 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 8893 - dependencies = [ 8894 - "bitflags 1.3.2", 8895 - "core-foundation 0.9.4", 8896 - "system-configuration-sys", 8897 - ] 8898 - 8899 - [[package]] 8900 - name = "system-configuration-sys" 8901 - version = "0.5.0" 8902 - source = "registry+https://github.com/rust-lang/crates.io-index" 8903 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 8904 - dependencies = [ 8905 - "core-foundation-sys", 8906 - "libc", 8907 - ] 8908 - 8909 - [[package]] 8910 - name = "system-deps" 8911 - version = "6.2.2" 8912 - source = "registry+https://github.com/rust-lang/crates.io-index" 8913 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 8914 - dependencies = [ 8915 - "cfg-expr", 8916 - "heck 0.5.0", 8917 - "pkg-config", 8918 - "toml 0.8.19", 8919 - "version-compare", 8920 - ] 8921 - 8922 - [[package]] 8923 - name = "tao" 8924 - version = "0.30.6" 8925 - source = "registry+https://github.com/rust-lang/crates.io-index" 8926 - checksum = "833b4d43383d76d5078d72f3acd977f47eb5b6751eb40baa665d13828e7b79df" 8927 - dependencies = [ 8928 - "bitflags 2.6.0", 8929 - "cocoa 0.26.0", 8930 - "core-foundation 0.10.0", 8931 - "core-graphics 0.24.0", 8932 - "crossbeam-channel", 8933 - "dispatch", 8934 - "dlopen2", 8935 - "dpi", 8936 - "gdkwayland-sys", 8937 - "gdkx11-sys", 8938 - "gtk", 8939 - "instant", 8940 - "jni", 8941 - "lazy_static", 8942 - "libc", 8943 - "log", 8944 - "ndk", 8945 - "ndk-context", 8946 - "ndk-sys", 8947 - "objc", 8948 - "once_cell", 8949 - "parking_lot", 8950 - "raw-window-handle", 8951 - "scopeguard", 8952 - "tao-macros", 8953 - "unicode-segmentation", 8954 - "url", 8955 - "windows", 8956 - "windows-core 0.58.0", 8957 - "windows-version", 8958 - "x11-dl", 8959 - ] 8960 - 8961 - [[package]] 8962 - name = "tao-macros" 8963 - version = "0.1.3" 8964 - source = "registry+https://github.com/rust-lang/crates.io-index" 8965 - checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" 8966 - dependencies = [ 8967 - "proc-macro2", 8968 - "quote", 8969 - "syn 2.0.87", 8970 - ] 8971 - 8972 - [[package]] 8973 - name = "tap" 8974 - version = "1.0.1" 8975 - source = "registry+https://github.com/rust-lang/crates.io-index" 8976 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 8977 - 8978 - [[package]] 8979 - name = "tar" 8980 - version = "0.4.43" 8981 - source = "registry+https://github.com/rust-lang/crates.io-index" 8982 - checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" 8983 - dependencies = [ 8984 - "filetime", 8985 - "libc", 8986 - "xattr", 8987 - ] 8988 - 8989 - [[package]] 8990 - name = "target-lexicon" 8991 - version = "0.12.16" 8992 - source = "registry+https://github.com/rust-lang/crates.io-index" 8993 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 8994 - 8995 - [[package]] 8996 - name = "tauri" 8997 - version = "2.1.1" 8998 - dependencies = [ 8999 - "anyhow", 9000 - "bytes", 9001 - "cargo_toml", 9002 - "data-url", 9003 - "dirs", 9004 - "dunce", 9005 - "embed_plist", 9006 - "futures-util", 9007 - "getrandom 0.2.15", 9008 - "glob", 9009 - "gtk", 9010 - "heck 0.5.0", 9011 - "http 1.1.0", 9012 - "http-range", 9013 - "image", 9014 - "jni", 9015 - "libc", 9016 - "log", 9017 - "mime", 9018 - "muda", 9019 - "objc2", 9020 - "objc2-app-kit", 9021 - "objc2-foundation", 9022 - "objc2-web-kit", 9023 - "percent-encoding", 9024 - "plist", 9025 - "proptest", 9026 - "quickcheck", 9027 - "quickcheck_macros", 9028 - "raw-window-handle", 9029 - "reqwest 0.12.9", 9030 - "serde", 9031 - "serde_json", 9032 - "serde_repr", 9033 - "serialize-to-javascript", 9034 - "specta", 9035 - "swift-rs", 9036 - "tauri", 9037 - "tauri-build", 9038 - "tauri-macros", 9039 - "tauri-runtime", 9040 - "tauri-runtime-wry", 9041 - "tauri-utils 2.1.0", 9042 - "thiserror 2.0.0", 9043 - "tokio", 9044 - "tracing", 9045 - "tray-icon", 9046 - "url", 9047 - "urlpattern", 9048 - "uuid", 9049 - "webkit2gtk", 9050 - "webview2-com", 9051 - "window-vibrancy", 9052 - "windows", 9053 - ] 9054 - 9055 - [[package]] 9056 - name = "tauri-build" 9057 - version = "2.0.3" 9058 - dependencies = [ 9059 - "anyhow", 9060 - "cargo_toml", 9061 - "dirs", 9062 - "glob", 9063 - "heck 0.5.0", 9064 - "json-patch 3.0.1", 9065 - "quote", 9066 - "schemars", 9067 - "semver", 9068 - "serde", 9069 - "serde_json", 9070 - "tauri-codegen", 9071 - "tauri-utils 2.1.0", 9072 - "tauri-winres", 9073 - "toml 0.8.19", 9074 - "walkdir", 9075 - ] 9076 - 9077 - [[package]] 9078 - name = "tauri-bundler" 9079 - version = "2.1.0" 9080 - dependencies = [ 9081 - "anyhow", 9082 - "ar", 9083 - "bitness", 9084 - "dirs", 9085 - "dunce", 9086 - "flate2", 9087 - "glob", 9088 - "handlebars", 9089 - "heck 0.5.0", 9090 - "hex", 9091 - "image", 9092 - "log", 9093 - "md5", 9094 - "native-tls", 9095 - "os_pipe", 9096 - "plist", 9097 - "regex", 9098 - "rpm", 9099 - "semver", 9100 - "serde", 9101 - "serde_json", 9102 - "sha1", 9103 - "sha2", 9104 - "strsim", 9105 - "tar", 9106 - "tauri-icns", 9107 - "tauri-macos-sign", 9108 - "tauri-utils 2.1.0", 9109 - "tempfile", 9110 - "thiserror 2.0.0", 9111 - "time", 9112 - "ureq", 9113 - "url", 9114 - "uuid", 9115 - "walkdir", 9116 - "windows-registry 0.3.0", 9117 - "windows-sys 0.59.0", 9118 - "zip 2.2.0", 9119 - ] 9120 - 9121 - [[package]] 9122 - name = "tauri-cli" 9123 - version = "2.1.0" 9124 - dependencies = [ 9125 - "anyhow", 9126 - "ar", 9127 - "axum", 9128 - "base64 0.22.1", 9129 - "cargo-mobile2", 9130 - "clap", 9131 - "clap_complete", 9132 - "colored", 9133 - "common-path", 9134 - "css-color", 9135 - "ctrlc", 9136 - "dialoguer", 9137 - "duct", 9138 - "dunce", 9139 - "elf", 9140 - "env_logger 0.11.5", 9141 - "glob", 9142 - "handlebars", 9143 - "heck 0.5.0", 9144 - "html5ever", 9145 - "ignore", 9146 - "image", 9147 - "include_dir", 9148 - "insta", 9149 - "itertools 0.13.0", 9150 - "json-patch 3.0.1", 9151 - "jsonrpsee", 9152 - "jsonrpsee-client-transport", 9153 - "jsonrpsee-core", 9154 - "jsonrpsee-ws-client", 9155 - "jsonschema", 9156 - "kuchikiki", 9157 - "libc", 9158 - "local-ip-address", 9159 - "log", 9160 - "magic_string", 9161 - "memchr", 9162 - "minisign", 9163 - "notify", 9164 - "notify-debouncer-mini", 9165 - "object 0.36.5", 9166 - "os_info", 9167 - "os_pipe", 9168 - "oxc_allocator", 9169 - "oxc_ast", 9170 - "oxc_parser", 9171 - "oxc_span", 9172 - "phf 0.11.2", 9173 - "plist", 9174 - "pretty_assertions", 9175 - "rand 0.8.5", 9176 - "regex", 9177 - "resvg", 9178 - "semver", 9179 - "serde", 9180 - "serde-value", 9181 - "serde_json", 9182 - "shared_child", 9183 - "sublime_fuzzy", 9184 - "tauri-bundler", 9185 - "tauri-icns", 9186 - "tauri-macos-sign", 9187 - "tauri-utils 1.6.0", 9188 - "tauri-utils 2.1.0", 9189 - "tempfile", 9190 - "tokio", 9191 - "toml 0.8.19", 9192 - "toml_edit 0.22.22", 9193 - "ureq", 9194 - "url", 9195 - "uuid", 9196 - "walkdir", 9197 - "windows-sys 0.59.0", 9198 - ] 9199 - 9200 - [[package]] 9201 - name = "tauri-cli-node" 9202 - version = "0.0.0" 9203 - dependencies = [ 9204 - "log", 9205 - "napi", 9206 - "napi-build", 9207 - "napi-derive", 9208 - "tauri-cli", 9209 - ] 9210 - 9211 - [[package]] 9212 - name = "tauri-codegen" 9213 - version = "2.0.3" 9214 - dependencies = [ 9215 - "base64 0.22.1", 9216 - "brotli", 9217 - "ico", 9218 - "json-patch 3.0.1", 9219 - "plist", 9220 - "png", 9221 - "proc-macro2", 9222 - "quote", 9223 - "regex", 9224 - "semver", 9225 - "serde", 9226 - "serde_json", 9227 - "sha2", 9228 - "syn 2.0.87", 9229 - "tauri-utils 2.1.0", 9230 - "thiserror 2.0.0", 9231 - "time", 9232 - "url", 9233 - "uuid", 9234 - "walkdir", 9235 - ] 9236 - 9237 - [[package]] 9238 - name = "tauri-driver" 9239 - version = "2.0.1" 9240 - dependencies = [ 9241 - "anyhow", 9242 - "futures", 9243 - "futures-util", 9244 - "hyper 0.14.30", 9245 - "pico-args 0.4.2", 9246 - "serde", 9247 - "serde_json", 9248 - "signal-hook", 9249 - "signal-hook-tokio", 9250 - "tokio", 9251 - "which 4.4.2", 9252 - ] 9253 - 9254 - [[package]] 9255 - name = "tauri-file-associations-demo" 9256 - version = "0.1.0" 9257 - dependencies = [ 9258 - "serde", 9259 - "serde_json", 9260 - "tauri", 9261 - "tauri-build", 9262 - "url", 9263 - ] 9264 - 9265 - [[package]] 9266 - name = "tauri-icns" 9267 - version = "0.1.0" 9268 - source = "registry+https://github.com/rust-lang/crates.io-index" 9269 - checksum = "03b7eb4d0d43724ba9ba6a6717420ee68aee377816a3edbb45db8c18862b1431" 9270 - dependencies = [ 9271 - "byteorder", 9272 - "png", 9273 - ] 9274 - 9275 - [[package]] 9276 - name = "tauri-macos-sign" 9277 - version = "2.0.1" 9278 - dependencies = [ 9279 - "anyhow", 9280 - "apple-codesign", 9281 - "chrono", 9282 - "dirs-next", 9283 - "log", 9284 - "once-cell-regex", 9285 - "os_pipe", 9286 - "p12", 9287 - "plist", 9288 - "rand 0.8.5", 9289 - "serde", 9290 - "serde_json", 9291 - "tempfile", 9292 - "x509-certificate", 9293 - ] 9294 - 9295 - [[package]] 9296 - name = "tauri-macros" 9297 - version = "2.0.3" 9298 - dependencies = [ 9299 - "heck 0.5.0", 9300 - "proc-macro2", 9301 - "quote", 9302 - "syn 2.0.87", 9303 - "tauri-codegen", 9304 - "tauri-utils 2.1.0", 9305 - ] 9306 - 9307 - [[package]] 9308 - name = "tauri-plugin" 9309 - version = "2.0.0-rc.13" 9310 - source = "registry+https://github.com/rust-lang/crates.io-index" 9311 - checksum = "6de7ffe64afa61c4cc13d450d64643b8db6cbb177a802beb88bf595594505ddf" 9312 - dependencies = [ 9313 - "anyhow", 9314 - "glob", 9315 - "plist", 9316 - "schemars", 9317 - "serde", 9318 - "serde_json", 9319 - "tauri-utils 2.0.0-rc.13", 9320 - "toml 0.8.19", 9321 - "walkdir", 9322 - ] 9323 - 9324 - [[package]] 9325 - name = "tauri-plugin" 9326 - version = "2.0.3" 9327 - dependencies = [ 9328 - "anyhow", 9329 - "glob", 9330 - "plist", 9331 - "schemars", 9332 - "serde", 9333 - "serde_json", 9334 - "tauri-utils 2.1.0", 9335 - "toml 0.8.19", 9336 - "walkdir", 9337 - ] 9338 - 9339 - [[package]] 9340 - name = "tauri-plugin-log" 9341 - version = "2.0.0-rc.2" 9342 - source = "registry+https://github.com/rust-lang/crates.io-index" 9343 - checksum = "b57e4666c4a5d81f81b7bb8eacf51ae32c4e69c35071aabb480ad20a80836e4e" 9344 - dependencies = [ 9345 - "android_logger", 9346 - "byte-unit", 9347 - "cocoa 0.25.0", 9348 - "fern", 9349 - "log", 9350 - "objc", 9351 - "serde", 9352 - "serde_json", 9353 - "serde_repr", 9354 - "swift-rs", 9355 - "tauri", 9356 - "tauri-plugin 2.0.0-rc.13", 9357 - "thiserror 1.0.68", 9358 - "time", 9359 - ] 9360 - 9361 - [[package]] 9362 - name = "tauri-plugin-sample" 9363 - version = "0.1.0" 9364 - dependencies = [ 9365 - "log", 9366 - "serde", 9367 - "tauri", 9368 - "tauri-plugin 2.0.3", 9369 - "thiserror 2.0.0", 9370 - ] 9371 - 9372 - [[package]] 9373 - name = "tauri-runtime" 9374 - version = "2.2.0" 9375 - dependencies = [ 9376 - "dpi", 9377 - "gtk", 9378 - "http 1.1.0", 9379 - "jni", 9380 - "raw-window-handle", 9381 - "serde", 9382 - "serde_json", 9383 - "tauri-utils 2.1.0", 9384 - "thiserror 2.0.0", 9385 - "url", 9386 - "windows", 9387 - ] 9388 - 9389 - [[package]] 9390 - name = "tauri-runtime-wry" 9391 - version = "2.2.0" 9392 - dependencies = [ 9393 - "gtk", 9394 - "http 1.1.0", 9395 - "jni", 9396 - "log", 9397 - "objc2", 9398 - "objc2-app-kit", 9399 - "objc2-foundation", 9400 - "percent-encoding", 9401 - "raw-window-handle", 9402 - "softbuffer", 9403 - "tao", 9404 - "tauri-runtime", 9405 - "tauri-utils 2.1.0", 9406 - "tracing", 9407 - "url", 9408 - "webkit2gtk", 9409 - "webview2-com", 9410 - "windows", 9411 - "wry", 9412 - ] 9413 - 9414 - [[package]] 9415 - name = "tauri-schema-generator" 9416 - version = "0.0.0" 9417 - dependencies = [ 9418 - "schemars", 9419 - "serde", 9420 - "serde_json", 9421 - "tauri-utils 2.1.0", 9422 - "url", 9423 - ] 9424 - 9425 - [[package]] 9426 - name = "tauri-schema-worker" 9427 - version = "0.0.0" 9428 - dependencies = [ 9429 - "anyhow", 9430 - "axum", 9431 - "console_error_panic_hook", 9432 - "semver", 9433 - "serde", 9434 - "tower-service", 9435 - "worker", 9436 - "worker-macros", 9437 - ] 9438 - 9439 - [[package]] 9440 - name = "tauri-utils" 9441 - version = "1.6.0" 9442 - source = "registry+https://github.com/rust-lang/crates.io-index" 9443 - checksum = "2826db448309d382dac14d520f0c0a40839b87b57b977e59cf5f296b3ace6a93" 9444 - dependencies = [ 9445 - "aes-gcm", 9446 - "ctor", 9447 - "dunce", 9448 - "getrandom 0.2.15", 9449 - "heck 0.5.0", 9450 - "html5ever", 9451 - "infer 0.13.0", 9452 - "json-patch 1.4.0", 9453 - "json5", 9454 - "kuchikiki", 9455 - "log", 9456 - "memchr", 9457 - "phf 0.11.2", 9458 - "schemars", 9459 - "semver", 9460 - "serde", 9461 - "serde_json", 9462 - "serde_with", 9463 - "serialize-to-javascript", 9464 - "thiserror 1.0.68", 9465 - "toml 0.7.8", 9466 - "url", 9467 - "windows-version", 9468 - ] 9469 - 9470 - [[package]] 9471 - name = "tauri-utils" 9472 - version = "2.0.0-rc.13" 9473 - source = "registry+https://github.com/rust-lang/crates.io-index" 9474 - checksum = "a271545e4c25b36b922d98cf7e0c1755f64e92355705f656893e352aef0331e3" 9475 - dependencies = [ 9476 - "cargo_metadata", 9477 - "ctor", 9478 - "dunce", 9479 - "glob", 9480 - "html5ever", 9481 - "infer 0.16.0", 9482 - "json-patch 2.0.0", 9483 - "kuchikiki", 9484 - "log", 9485 - "memchr", 9486 - "phf 0.11.2", 9487 - "proc-macro2", 9488 - "quote", 9489 - "regex", 9490 - "schemars", 9491 - "semver", 9492 - "serde", 9493 - "serde-untagged", 9494 - "serde_json", 9495 - "serde_with", 9496 - "swift-rs", 9497 - "thiserror 1.0.68", 9498 - "toml 0.8.19", 9499 - "url", 9500 - "urlpattern", 9501 - "uuid", 9502 - ] 9503 - 9504 - [[package]] 9505 - name = "tauri-utils" 9506 - version = "2.1.0" 9507 - dependencies = [ 9508 - "aes-gcm", 9509 - "brotli", 9510 - "cargo_metadata", 9511 - "ctor", 9512 - "dunce", 9513 - "getrandom 0.2.15", 9514 - "glob", 9515 - "html5ever", 9516 - "http 1.1.0", 9517 - "infer 0.16.0", 9518 - "json-patch 3.0.1", 9519 - "json5", 9520 - "kuchikiki", 9521 - "log", 9522 - "memchr", 9523 - "phf 0.11.2", 9524 - "proc-macro2", 9525 - "quote", 9526 - "regex", 9527 - "schemars", 9528 - "semver", 9529 - "serde", 9530 - "serde-untagged", 9531 - "serde_json", 9532 - "serde_with", 9533 - "serial_test", 9534 - "serialize-to-javascript", 9535 - "swift-rs", 9536 - "thiserror 2.0.0", 9537 - "toml 0.8.19", 9538 - "url", 9539 - "urlpattern", 9540 - "uuid", 9541 - "walkdir", 9542 - ] 9543 - 9544 - [[package]] 9545 - name = "tauri-winres" 9546 - version = "0.1.1" 9547 - source = "registry+https://github.com/rust-lang/crates.io-index" 9548 - checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 9549 - dependencies = [ 9550 - "embed-resource", 9551 - "toml 0.7.8", 9552 - ] 9553 - 9554 - [[package]] 9555 - name = "tauri_bench" 9556 - version = "0.1.0" 9557 - dependencies = [ 9558 - "anyhow", 9559 - "serde", 9560 - "serde_json", 9561 - "tempfile", 9562 - "time", 9563 - ] 9564 - 9565 - [[package]] 9566 - name = "tempfile" 9567 - version = "3.13.0" 9568 - source = "registry+https://github.com/rust-lang/crates.io-index" 9569 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 9570 - dependencies = [ 9571 - "cfg-if", 9572 - "fastrand", 9573 - "once_cell", 9574 - "rustix 0.38.37", 9575 - "windows-sys 0.59.0", 9576 - ] 9577 - 9578 - [[package]] 9579 - name = "tendril" 9580 - version = "0.4.3" 9581 - source = "registry+https://github.com/rust-lang/crates.io-index" 9582 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 9583 - dependencies = [ 9584 - "futf", 9585 - "mac", 9586 - "utf-8", 9587 - ] 9588 - 9589 - [[package]] 9590 - name = "termcolor" 9591 - version = "1.4.1" 9592 - source = "registry+https://github.com/rust-lang/crates.io-index" 9593 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 9594 - dependencies = [ 9595 - "winapi-util", 9596 - ] 9597 - 9598 - [[package]] 9599 - name = "terminal_size" 9600 - version = "0.2.6" 9601 - source = "registry+https://github.com/rust-lang/crates.io-index" 9602 - checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 9603 - dependencies = [ 9604 - "rustix 0.37.27", 9605 - "windows-sys 0.48.0", 9606 - ] 9607 - 9608 - [[package]] 9609 - name = "textwrap" 9610 - version = "0.16.1" 9611 - source = "registry+https://github.com/rust-lang/crates.io-index" 9612 - checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 9613 - dependencies = [ 9614 - "smawk", 9615 - "terminal_size", 9616 - "unicode-linebreak", 9617 - "unicode-width", 9618 - ] 9619 - 9620 - [[package]] 9621 - name = "thin-slice" 9622 - version = "0.1.1" 9623 - source = "registry+https://github.com/rust-lang/crates.io-index" 9624 - checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 9625 - 9626 - [[package]] 9627 - name = "thiserror" 9628 - version = "1.0.68" 9629 - source = "registry+https://github.com/rust-lang/crates.io-index" 9630 - checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" 9631 - dependencies = [ 9632 - "thiserror-impl 1.0.68", 9633 - ] 9634 - 9635 - [[package]] 9636 - name = "thiserror" 9637 - version = "2.0.0" 9638 - source = "registry+https://github.com/rust-lang/crates.io-index" 9639 - checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" 9640 - dependencies = [ 9641 - "thiserror-impl 2.0.0", 9642 - ] 9643 - 9644 - [[package]] 9645 - name = "thiserror-impl" 9646 - version = "1.0.68" 9647 - source = "registry+https://github.com/rust-lang/crates.io-index" 9648 - checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" 9649 - dependencies = [ 9650 - "proc-macro2", 9651 - "quote", 9652 - "syn 2.0.87", 9653 - ] 9654 - 9655 - [[package]] 9656 - name = "thiserror-impl" 9657 - version = "2.0.0" 9658 - source = "registry+https://github.com/rust-lang/crates.io-index" 9659 - checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" 9660 - dependencies = [ 9661 - "proc-macro2", 9662 - "quote", 9663 - "syn 2.0.87", 9664 - ] 9665 - 9666 - [[package]] 9667 - name = "tiff" 9668 - version = "0.9.1" 9669 - source = "registry+https://github.com/rust-lang/crates.io-index" 9670 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 9671 - dependencies = [ 9672 - "flate2", 9673 - "jpeg-decoder", 9674 - "weezl", 9675 - ] 9676 - 9677 - [[package]] 9678 - name = "time" 9679 - version = "0.3.36" 9680 - source = "registry+https://github.com/rust-lang/crates.io-index" 9681 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 9682 - dependencies = [ 9683 - "deranged", 9684 - "itoa 1.0.11", 9685 - "libc", 9686 - "num-conv", 9687 - "num_threads", 9688 - "powerfmt", 9689 - "serde", 9690 - "time-core", 9691 - "time-macros", 9692 - ] 9693 - 9694 - [[package]] 9695 - name = "time-core" 9696 - version = "0.1.2" 9697 - source = "registry+https://github.com/rust-lang/crates.io-index" 9698 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 9699 - 9700 - [[package]] 9701 - name = "time-macros" 9702 - version = "0.2.18" 9703 - source = "registry+https://github.com/rust-lang/crates.io-index" 9704 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 9705 - dependencies = [ 9706 - "num-conv", 9707 - "time-core", 9708 - ] 9709 - 9710 - [[package]] 9711 - name = "tiny-skia" 9712 - version = "0.11.4" 9713 - source = "registry+https://github.com/rust-lang/crates.io-index" 9714 - checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 9715 - dependencies = [ 9716 - "arrayref", 9717 - "arrayvec", 9718 - "bytemuck", 9719 - "cfg-if", 9720 - "log", 9721 - "png", 9722 - "tiny-skia-path", 9723 - ] 9724 - 9725 - [[package]] 9726 - name = "tiny-skia-path" 9727 - version = "0.11.4" 9728 - source = "registry+https://github.com/rust-lang/crates.io-index" 9729 - checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 9730 - dependencies = [ 9731 - "arrayref", 9732 - "bytemuck", 9733 - "strict-num", 9734 - ] 9735 - 9736 - [[package]] 9737 - name = "tiny_http" 9738 - version = "0.11.0" 9739 - source = "registry+https://github.com/rust-lang/crates.io-index" 9740 - checksum = "e0d6ef4e10d23c1efb862eecad25c5054429a71958b4eeef85eb5e7170b477ca" 9741 - dependencies = [ 9742 - "ascii", 9743 - "chunked_transfer", 9744 - "log", 9745 - "time", 9746 - "url", 9747 - ] 9748 - 9749 - [[package]] 9750 - name = "tinystr" 9751 - version = "0.7.6" 9752 - source = "registry+https://github.com/rust-lang/crates.io-index" 9753 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 9754 - dependencies = [ 9755 - "displaydoc", 9756 - "zerovec", 9757 - ] 9758 - 9759 - [[package]] 9760 - name = "tinyvec" 9761 - version = "1.8.0" 9762 - source = "registry+https://github.com/rust-lang/crates.io-index" 9763 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 9764 - dependencies = [ 9765 - "tinyvec_macros", 9766 - ] 9767 - 9768 - [[package]] 9769 - name = "tinyvec_macros" 9770 - version = "0.1.1" 9771 - source = "registry+https://github.com/rust-lang/crates.io-index" 9772 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 9773 - 9774 - [[package]] 9775 - name = "tokio" 9776 - version = "1.41.0" 9777 - source = "registry+https://github.com/rust-lang/crates.io-index" 9778 - checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" 9779 - dependencies = [ 9780 - "backtrace", 9781 - "bytes", 9782 - "libc", 9783 - "mio 1.0.2", 9784 - "parking_lot", 9785 - "pin-project-lite", 9786 - "signal-hook-registry", 9787 - "socket2", 9788 - "tokio-macros", 9789 - "windows-sys 0.52.0", 9790 - ] 9791 - 9792 - [[package]] 9793 - name = "tokio-macros" 9794 - version = "2.4.0" 9795 - source = "registry+https://github.com/rust-lang/crates.io-index" 9796 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 9797 - dependencies = [ 9798 - "proc-macro2", 9799 - "quote", 9800 - "syn 2.0.87", 9801 - ] 9802 - 9803 - [[package]] 9804 - name = "tokio-native-tls" 9805 - version = "0.3.1" 9806 - source = "registry+https://github.com/rust-lang/crates.io-index" 9807 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 9808 - dependencies = [ 9809 - "native-tls", 9810 - "tokio", 9811 - ] 9812 - 9813 - [[package]] 9814 - name = "tokio-rustls" 9815 - version = "0.24.1" 9816 - source = "registry+https://github.com/rust-lang/crates.io-index" 9817 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 9818 - dependencies = [ 9819 - "rustls 0.21.12", 9820 - "tokio", 9821 - ] 9822 - 9823 - [[package]] 9824 - name = "tokio-rustls" 9825 - version = "0.26.0" 9826 - source = "registry+https://github.com/rust-lang/crates.io-index" 9827 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 9828 - dependencies = [ 9829 - "rustls 0.23.13", 9830 - "rustls-pki-types", 9831 - "tokio", 9832 - ] 9833 - 9834 - [[package]] 9835 - name = "tokio-stream" 9836 - version = "0.1.16" 9837 - source = "registry+https://github.com/rust-lang/crates.io-index" 9838 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 9839 - dependencies = [ 9840 - "futures-core", 9841 - "pin-project-lite", 9842 - "tokio", 9843 - "tokio-util", 9844 - ] 9845 - 9846 - [[package]] 9847 - name = "tokio-tungstenite" 9848 - version = "0.24.0" 9849 - source = "registry+https://github.com/rust-lang/crates.io-index" 9850 - checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 9851 - dependencies = [ 9852 - "futures-util", 9853 - "log", 9854 - "tokio", 9855 - "tungstenite 0.24.0", 9856 - ] 9857 - 9858 - [[package]] 9859 - name = "tokio-util" 9860 - version = "0.7.12" 9861 - source = "registry+https://github.com/rust-lang/crates.io-index" 9862 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 9863 - dependencies = [ 9864 - "bytes", 9865 - "futures-core", 9866 - "futures-io", 9867 - "futures-sink", 9868 - "pin-project-lite", 9869 - "tokio", 9870 - ] 9871 - 9872 - [[package]] 9873 - name = "toml" 9874 - version = "0.7.8" 9875 - source = "registry+https://github.com/rust-lang/crates.io-index" 9876 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 9877 - dependencies = [ 9878 - "serde", 9879 - "serde_spanned", 9880 - "toml_datetime", 9881 - "toml_edit 0.19.15", 9882 - ] 9883 - 9884 - [[package]] 9885 - name = "toml" 9886 - version = "0.8.19" 9887 - source = "registry+https://github.com/rust-lang/crates.io-index" 9888 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 9889 - dependencies = [ 9890 - "indexmap 2.6.0", 9891 - "serde", 9892 - "serde_spanned", 9893 - "toml_datetime", 9894 - "toml_edit 0.22.22", 9895 - ] 9896 - 9897 - [[package]] 9898 - name = "toml_datetime" 9899 - version = "0.6.8" 9900 - source = "registry+https://github.com/rust-lang/crates.io-index" 9901 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 9902 - dependencies = [ 9903 - "serde", 9904 - ] 9905 - 9906 - [[package]] 9907 - name = "toml_edit" 9908 - version = "0.19.15" 9909 - source = "registry+https://github.com/rust-lang/crates.io-index" 9910 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 9911 - dependencies = [ 9912 - "indexmap 2.6.0", 9913 - "serde", 9914 - "serde_spanned", 9915 - "toml_datetime", 9916 - "winnow 0.5.40", 9917 - ] 9918 - 9919 - [[package]] 9920 - name = "toml_edit" 9921 - version = "0.20.7" 9922 - source = "registry+https://github.com/rust-lang/crates.io-index" 9923 - checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" 9924 - dependencies = [ 9925 - "indexmap 2.6.0", 9926 - "toml_datetime", 9927 - "winnow 0.5.40", 9928 - ] 9929 - 9930 - [[package]] 9931 - name = "toml_edit" 9932 - version = "0.22.22" 9933 - source = "registry+https://github.com/rust-lang/crates.io-index" 9934 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 9935 - dependencies = [ 9936 - "indexmap 2.6.0", 9937 - "serde", 9938 - "serde_spanned", 9939 - "toml_datetime", 9940 - "winnow 0.6.20", 9941 - ] 9942 - 9943 - [[package]] 9944 - name = "tower" 9945 - version = "0.4.13" 9946 - source = "registry+https://github.com/rust-lang/crates.io-index" 9947 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 9948 - dependencies = [ 9949 - "futures-core", 9950 - "futures-util", 9951 - "pin-project", 9952 - "pin-project-lite", 9953 - "tower-layer", 9954 - "tower-service", 9955 - "tracing", 9956 - ] 9957 - 9958 - [[package]] 9959 - name = "tower" 9960 - version = "0.5.1" 9961 - source = "registry+https://github.com/rust-lang/crates.io-index" 9962 - checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" 9963 - dependencies = [ 9964 - "futures-core", 9965 - "futures-util", 9966 - "pin-project-lite", 9967 - "sync_wrapper 0.1.2", 9968 - "tokio", 9969 - "tower-layer", 9970 - "tower-service", 9971 - "tracing", 9972 - ] 9973 - 9974 - [[package]] 9975 - name = "tower-layer" 9976 - version = "0.3.3" 9977 - source = "registry+https://github.com/rust-lang/crates.io-index" 9978 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 9979 - 9980 - [[package]] 9981 - name = "tower-service" 9982 - version = "0.3.3" 9983 - source = "registry+https://github.com/rust-lang/crates.io-index" 9984 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 9985 - 9986 - [[package]] 9987 - name = "tracing" 9988 - version = "0.1.40" 9989 - source = "registry+https://github.com/rust-lang/crates.io-index" 9990 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 9991 - dependencies = [ 9992 - "log", 9993 - "pin-project-lite", 9994 - "tracing-attributes", 9995 - "tracing-core", 9996 - ] 9997 - 9998 - [[package]] 9999 - name = "tracing-attributes" 10000 - version = "0.1.27" 10001 - source = "registry+https://github.com/rust-lang/crates.io-index" 10002 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 10003 - dependencies = [ 10004 - "proc-macro2", 10005 - "quote", 10006 - "syn 2.0.87", 10007 - ] 10008 - 10009 - [[package]] 10010 - name = "tracing-core" 10011 - version = "0.1.32" 10012 - source = "registry+https://github.com/rust-lang/crates.io-index" 10013 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 10014 - dependencies = [ 10015 - "once_cell", 10016 - ] 10017 - 10018 - [[package]] 10019 - name = "tray-icon" 10020 - version = "0.19.0" 10021 - source = "registry+https://github.com/rust-lang/crates.io-index" 10022 - checksum = "533fc2d4105e0e3d96ce1c71f2d308c9fbbe2ef9c587cab63dd627ab5bde218f" 10023 - dependencies = [ 10024 - "core-graphics 0.24.0", 10025 - "crossbeam-channel", 10026 - "dirs", 10027 - "libappindicator", 10028 - "muda", 10029 - "objc2", 10030 - "objc2-app-kit", 10031 - "objc2-foundation", 10032 - "once_cell", 10033 - "png", 10034 - "serde", 10035 - "thiserror 1.0.68", 10036 - "windows-sys 0.59.0", 10037 - ] 10038 - 10039 - [[package]] 10040 - name = "try-lock" 10041 - version = "0.2.5" 10042 - source = "registry+https://github.com/rust-lang/crates.io-index" 10043 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 10044 - 10045 - [[package]] 10046 - name = "ttf-parser" 10047 - version = "0.24.1" 10048 - source = "registry+https://github.com/rust-lang/crates.io-index" 10049 - checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" 10050 - dependencies = [ 10051 - "core_maths", 10052 - ] 10053 - 10054 - [[package]] 10055 - name = "tungstenite" 10056 - version = "0.21.0" 10057 - source = "registry+https://github.com/rust-lang/crates.io-index" 10058 - checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 10059 - dependencies = [ 10060 - "byteorder", 10061 - "bytes", 10062 - "data-encoding", 10063 - "http 1.1.0", 10064 - "httparse", 10065 - "log", 10066 - "rand 0.8.5", 10067 - "rustls 0.22.4", 10068 - "rustls-native-certs 0.7.3", 10069 - "rustls-pki-types", 10070 - "sha1", 10071 - "thiserror 1.0.68", 10072 - "url", 10073 - "utf-8", 10074 - ] 10075 - 10076 - [[package]] 10077 - name = "tungstenite" 10078 - version = "0.24.0" 10079 - source = "registry+https://github.com/rust-lang/crates.io-index" 10080 - checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 10081 - dependencies = [ 10082 - "byteorder", 10083 - "bytes", 10084 - "data-encoding", 10085 - "http 1.1.0", 10086 - "httparse", 10087 - "log", 10088 - "rand 0.8.5", 10089 - "sha1", 10090 - "thiserror 1.0.68", 10091 - "utf-8", 10092 - ] 10093 - 10094 - [[package]] 10095 - name = "twofish" 10096 - version = "0.7.1" 10097 - source = "registry+https://github.com/rust-lang/crates.io-index" 10098 - checksum = "a78e83a30223c757c3947cd144a31014ff04298d8719ae10d03c31c0448c8013" 10099 - dependencies = [ 10100 - "cipher", 10101 - ] 10102 - 10103 - [[package]] 10104 - name = "twox-hash" 10105 - version = "1.6.3" 10106 - source = "registry+https://github.com/rust-lang/crates.io-index" 10107 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 10108 - dependencies = [ 10109 - "cfg-if", 10110 - "static_assertions", 10111 - ] 10112 - 10113 - [[package]] 10114 - name = "typeid" 10115 - version = "1.0.2" 10116 - source = "registry+https://github.com/rust-lang/crates.io-index" 10117 - checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e" 10118 - 10119 - [[package]] 10120 - name = "typenum" 10121 - version = "1.17.0" 10122 - source = "registry+https://github.com/rust-lang/crates.io-index" 10123 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 10124 - 10125 - [[package]] 10126 - name = "typewit" 10127 - version = "1.9.0" 10128 - source = "registry+https://github.com/rust-lang/crates.io-index" 10129 - checksum = "c6fb9ae6a3cafaf0a5d14c2302ca525f9ae8e07a0f0e6949de88d882c37a6e24" 10130 - dependencies = [ 10131 - "typewit_proc_macros", 10132 - ] 10133 - 10134 - [[package]] 10135 - name = "typewit_proc_macros" 10136 - version = "1.8.1" 10137 - source = "registry+https://github.com/rust-lang/crates.io-index" 10138 - checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" 10139 - 10140 - [[package]] 10141 - name = "ucd-trie" 10142 - version = "0.1.7" 10143 - source = "registry+https://github.com/rust-lang/crates.io-index" 10144 - checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 10145 - 10146 - [[package]] 10147 - name = "uname" 10148 - version = "0.1.1" 10149 - source = "registry+https://github.com/rust-lang/crates.io-index" 10150 - checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8" 10151 - dependencies = [ 10152 - "libc", 10153 - ] 10154 - 10155 - [[package]] 10156 - name = "unarray" 10157 - version = "0.1.4" 10158 - source = "registry+https://github.com/rust-lang/crates.io-index" 10159 - checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 10160 - 10161 - [[package]] 10162 - name = "uncased" 10163 - version = "0.9.10" 10164 - source = "registry+https://github.com/rust-lang/crates.io-index" 10165 - checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 10166 - dependencies = [ 10167 - "version_check", 10168 - ] 10169 - 10170 - [[package]] 10171 - name = "unic-char-property" 10172 - version = "0.9.0" 10173 - source = "registry+https://github.com/rust-lang/crates.io-index" 10174 - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 10175 - dependencies = [ 10176 - "unic-char-range", 10177 - ] 10178 - 10179 - [[package]] 10180 - name = "unic-char-range" 10181 - version = "0.9.0" 10182 - source = "registry+https://github.com/rust-lang/crates.io-index" 10183 - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 10184 - 10185 - [[package]] 10186 - name = "unic-common" 10187 - version = "0.9.0" 10188 - source = "registry+https://github.com/rust-lang/crates.io-index" 10189 - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 10190 - 10191 - [[package]] 10192 - name = "unic-ucd-ident" 10193 - version = "0.9.0" 10194 - source = "registry+https://github.com/rust-lang/crates.io-index" 10195 - checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 10196 - dependencies = [ 10197 - "unic-char-property", 10198 - "unic-char-range", 10199 - "unic-ucd-version", 10200 - ] 10201 - 10202 - [[package]] 10203 - name = "unic-ucd-version" 10204 - version = "0.9.0" 10205 - source = "registry+https://github.com/rust-lang/crates.io-index" 10206 - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 10207 - dependencies = [ 10208 - "unic-common", 10209 - ] 10210 - 10211 - [[package]] 10212 - name = "unicode-bidi" 10213 - version = "0.3.15" 10214 - source = "registry+https://github.com/rust-lang/crates.io-index" 10215 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 10216 - 10217 - [[package]] 10218 - name = "unicode-bidi-mirroring" 10219 - version = "0.3.0" 10220 - source = "registry+https://github.com/rust-lang/crates.io-index" 10221 - checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f" 10222 - 10223 - [[package]] 10224 - name = "unicode-ccc" 10225 - version = "0.3.0" 10226 - source = "registry+https://github.com/rust-lang/crates.io-index" 10227 - checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42" 10228 - 10229 - [[package]] 10230 - name = "unicode-id-start" 10231 - version = "1.3.0" 10232 - source = "registry+https://github.com/rust-lang/crates.io-index" 10233 - checksum = "97e2a3c5fc9de285c0e805d98eba666adb4b2d9e1049ce44821ff7707cc34e91" 10234 - 10235 - [[package]] 10236 - name = "unicode-ident" 10237 - version = "1.0.13" 10238 - source = "registry+https://github.com/rust-lang/crates.io-index" 10239 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 10240 - 10241 - [[package]] 10242 - name = "unicode-linebreak" 10243 - version = "0.1.5" 10244 - source = "registry+https://github.com/rust-lang/crates.io-index" 10245 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 10246 - 10247 - [[package]] 10248 - name = "unicode-properties" 10249 - version = "0.1.3" 10250 - source = "registry+https://github.com/rust-lang/crates.io-index" 10251 - checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 10252 - 10253 - [[package]] 10254 - name = "unicode-script" 10255 - version = "0.5.7" 10256 - source = "registry+https://github.com/rust-lang/crates.io-index" 10257 - checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" 10258 - 10259 - [[package]] 10260 - name = "unicode-segmentation" 10261 - version = "1.12.0" 10262 - source = "registry+https://github.com/rust-lang/crates.io-index" 10263 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 10264 - 10265 - [[package]] 10266 - name = "unicode-vo" 10267 - version = "0.1.0" 10268 - source = "registry+https://github.com/rust-lang/crates.io-index" 10269 - checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 10270 - 10271 - [[package]] 10272 - name = "unicode-width" 10273 - version = "0.1.14" 10274 - source = "registry+https://github.com/rust-lang/crates.io-index" 10275 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 10276 - 10277 - [[package]] 10278 - name = "unicode-xid" 10279 - version = "0.2.6" 10280 - source = "registry+https://github.com/rust-lang/crates.io-index" 10281 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 10282 - 10283 - [[package]] 10284 - name = "universal-hash" 10285 - version = "0.5.1" 10286 - source = "registry+https://github.com/rust-lang/crates.io-index" 10287 - checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 10288 - dependencies = [ 10289 - "crypto-common", 10290 - "subtle", 10291 - ] 10292 - 10293 - [[package]] 10294 - name = "unsafe-libyaml" 10295 - version = "0.2.11" 10296 - source = "registry+https://github.com/rust-lang/crates.io-index" 10297 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 10298 - 10299 - [[package]] 10300 - name = "untrusted" 10301 - version = "0.9.0" 10302 - source = "registry+https://github.com/rust-lang/crates.io-index" 10303 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 10304 - 10305 - [[package]] 10306 - name = "ureq" 10307 - version = "2.10.1" 10308 - source = "registry+https://github.com/rust-lang/crates.io-index" 10309 - checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 10310 - dependencies = [ 10311 - "base64 0.22.1", 10312 - "flate2", 10313 - "log", 10314 - "native-tls", 10315 - "once_cell", 10316 - "rustls 0.23.13", 10317 - "rustls-pki-types", 10318 - "socks", 10319 - "url", 10320 - "webpki-roots 0.26.6", 10321 - ] 10322 - 10323 - [[package]] 10324 - name = "url" 10325 - version = "2.5.3" 10326 - source = "registry+https://github.com/rust-lang/crates.io-index" 10327 - checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" 10328 - dependencies = [ 10329 - "form_urlencoded", 10330 - "idna", 10331 - "percent-encoding", 10332 - "serde", 10333 - ] 10334 - 10335 - [[package]] 10336 - name = "urlencoding" 10337 - version = "2.1.3" 10338 - source = "registry+https://github.com/rust-lang/crates.io-index" 10339 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 10340 - 10341 - [[package]] 10342 - name = "urlpattern" 10343 - version = "0.3.0" 10344 - source = "registry+https://github.com/rust-lang/crates.io-index" 10345 - checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 10346 - dependencies = [ 10347 - "regex", 10348 - "serde", 10349 - "unic-ucd-ident", 10350 - "url", 10351 - ] 10352 - 10353 - [[package]] 10354 - name = "usvg" 10355 - version = "0.43.0" 10356 - source = "registry+https://github.com/rust-lang/crates.io-index" 10357 - checksum = "6803057b5cbb426e9fb8ce2216f3a9b4ca1dd2c705ba3cbebc13006e437735fd" 10358 - dependencies = [ 10359 - "base64 0.22.1", 10360 - "data-url", 10361 - "flate2", 10362 - "fontdb", 10363 - "imagesize", 10364 - "kurbo", 10365 - "log", 10366 - "pico-args 0.5.0", 10367 - "roxmltree", 10368 - "rustybuzz", 10369 - "simplecss", 10370 - "siphasher 1.0.1", 10371 - "strict-num", 10372 - "svgtypes", 10373 - "tiny-skia-path", 10374 - "unicode-bidi", 10375 - "unicode-script", 10376 - "unicode-vo", 10377 - "xmlwriter", 10378 - ] 10379 - 10380 - [[package]] 10381 - name = "utf-8" 10382 - version = "0.7.6" 10383 - source = "registry+https://github.com/rust-lang/crates.io-index" 10384 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 10385 - 10386 - [[package]] 10387 - name = "utf16_iter" 10388 - version = "1.0.5" 10389 - source = "registry+https://github.com/rust-lang/crates.io-index" 10390 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 10391 - 10392 - [[package]] 10393 - name = "utf8-width" 10394 - version = "0.1.7" 10395 - source = "registry+https://github.com/rust-lang/crates.io-index" 10396 - checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" 10397 - 10398 - [[package]] 10399 - name = "utf8_iter" 10400 - version = "1.0.4" 10401 - source = "registry+https://github.com/rust-lang/crates.io-index" 10402 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 10403 - 10404 - [[package]] 10405 - name = "utf8parse" 10406 - version = "0.2.2" 10407 - source = "registry+https://github.com/rust-lang/crates.io-index" 10408 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 10409 - 10410 - [[package]] 10411 - name = "uuid" 10412 - version = "1.11.0" 10413 - source = "registry+https://github.com/rust-lang/crates.io-index" 10414 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 10415 - dependencies = [ 10416 - "getrandom 0.2.15", 10417 - "serde", 10418 - "sha1_smol", 10419 - ] 10420 - 10421 - [[package]] 10422 - name = "v_frame" 10423 - version = "0.3.8" 10424 - source = "registry+https://github.com/rust-lang/crates.io-index" 10425 - checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b" 10426 - dependencies = [ 10427 - "aligned-vec", 10428 - "num-traits", 10429 - "wasm-bindgen", 10430 - ] 10431 - 10432 - [[package]] 10433 - name = "value-bag" 10434 - version = "1.9.0" 10435 - source = "registry+https://github.com/rust-lang/crates.io-index" 10436 - checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 10437 - dependencies = [ 10438 - "value-bag-serde1", 10439 - "value-bag-sval2", 10440 - ] 10441 - 10442 - [[package]] 10443 - name = "value-bag-serde1" 10444 - version = "1.9.0" 10445 - source = "registry+https://github.com/rust-lang/crates.io-index" 10446 - checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b" 10447 - dependencies = [ 10448 - "erased-serde", 10449 - "serde", 10450 - "serde_fmt", 10451 - ] 10452 - 10453 - [[package]] 10454 - name = "value-bag-sval2" 10455 - version = "1.9.0" 10456 - source = "registry+https://github.com/rust-lang/crates.io-index" 10457 - checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b" 10458 - dependencies = [ 10459 - "sval", 10460 - "sval_buffer", 10461 - "sval_dynamic", 10462 - "sval_fmt", 10463 - "sval_json", 10464 - "sval_ref", 10465 - "sval_serde", 10466 - ] 10467 - 10468 - [[package]] 10469 - name = "vcpkg" 10470 - version = "0.2.15" 10471 - source = "registry+https://github.com/rust-lang/crates.io-index" 10472 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 10473 - 10474 - [[package]] 10475 - name = "version-compare" 10476 - version = "0.2.0" 10477 - source = "registry+https://github.com/rust-lang/crates.io-index" 10478 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 10479 - 10480 - [[package]] 10481 - name = "version_check" 10482 - version = "0.9.5" 10483 - source = "registry+https://github.com/rust-lang/crates.io-index" 10484 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 10485 - 10486 - [[package]] 10487 - name = "vlq" 10488 - version = "0.5.1" 10489 - source = "registry+https://github.com/rust-lang/crates.io-index" 10490 - checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff" 10491 - 10492 - [[package]] 10493 - name = "vsimd" 10494 - version = "0.8.0" 10495 - source = "registry+https://github.com/rust-lang/crates.io-index" 10496 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 10497 - 10498 - [[package]] 10499 - name = "vswhom" 10500 - version = "0.1.0" 10501 - source = "registry+https://github.com/rust-lang/crates.io-index" 10502 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 10503 - dependencies = [ 10504 - "libc", 10505 - "vswhom-sys", 10506 - ] 10507 - 10508 - [[package]] 10509 - name = "vswhom-sys" 10510 - version = "0.1.2" 10511 - source = "registry+https://github.com/rust-lang/crates.io-index" 10512 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 10513 - dependencies = [ 10514 - "cc", 10515 - "libc", 10516 - ] 10517 - 10518 - [[package]] 10519 - name = "wait-timeout" 10520 - version = "0.2.0" 10521 - source = "registry+https://github.com/rust-lang/crates.io-index" 10522 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 10523 - dependencies = [ 10524 - "libc", 10525 - ] 10526 - 10527 - [[package]] 10528 - name = "walkdir" 10529 - version = "2.5.0" 10530 - source = "registry+https://github.com/rust-lang/crates.io-index" 10531 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 10532 - dependencies = [ 10533 - "same-file", 10534 - "winapi-util", 10535 - ] 10536 - 10537 - [[package]] 10538 - name = "want" 10539 - version = "0.3.1" 10540 - source = "registry+https://github.com/rust-lang/crates.io-index" 10541 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 10542 - dependencies = [ 10543 - "try-lock", 10544 - ] 10545 - 10546 - [[package]] 10547 - name = "wasi" 10548 - version = "0.9.0+wasi-snapshot-preview1" 10549 - source = "registry+https://github.com/rust-lang/crates.io-index" 10550 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 10551 - 10552 - [[package]] 10553 - name = "wasi" 10554 - version = "0.11.0+wasi-snapshot-preview1" 10555 - source = "registry+https://github.com/rust-lang/crates.io-index" 10556 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 10557 - 10558 - [[package]] 10559 - name = "wasm-bindgen" 10560 - version = "0.2.93" 10561 - source = "registry+https://github.com/rust-lang/crates.io-index" 10562 - checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 10563 - dependencies = [ 10564 - "cfg-if", 10565 - "once_cell", 10566 - "wasm-bindgen-macro", 10567 - ] 10568 - 10569 - [[package]] 10570 - name = "wasm-bindgen-backend" 10571 - version = "0.2.93" 10572 - source = "registry+https://github.com/rust-lang/crates.io-index" 10573 - checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 10574 - dependencies = [ 10575 - "bumpalo", 10576 - "log", 10577 - "once_cell", 10578 - "proc-macro2", 10579 - "quote", 10580 - "syn 2.0.87", 10581 - "wasm-bindgen-shared", 10582 - ] 10583 - 10584 - [[package]] 10585 - name = "wasm-bindgen-futures" 10586 - version = "0.4.43" 10587 - source = "registry+https://github.com/rust-lang/crates.io-index" 10588 - checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 10589 - dependencies = [ 10590 - "cfg-if", 10591 - "js-sys", 10592 - "wasm-bindgen", 10593 - "web-sys", 10594 - ] 10595 - 10596 - [[package]] 10597 - name = "wasm-bindgen-macro" 10598 - version = "0.2.93" 10599 - source = "registry+https://github.com/rust-lang/crates.io-index" 10600 - checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 10601 - dependencies = [ 10602 - "quote", 10603 - "wasm-bindgen-macro-support", 10604 - ] 10605 - 10606 - [[package]] 10607 - name = "wasm-bindgen-macro-support" 10608 - version = "0.2.93" 10609 - source = "registry+https://github.com/rust-lang/crates.io-index" 10610 - checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 10611 - dependencies = [ 10612 - "proc-macro2", 10613 - "quote", 10614 - "syn 2.0.87", 10615 - "wasm-bindgen-backend", 10616 - "wasm-bindgen-shared", 10617 - ] 10618 - 10619 - [[package]] 10620 - name = "wasm-bindgen-shared" 10621 - version = "0.2.93" 10622 - source = "registry+https://github.com/rust-lang/crates.io-index" 10623 - checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 10624 - 10625 - [[package]] 10626 - name = "wasm-streams" 10627 - version = "0.4.1" 10628 - source = "registry+https://github.com/rust-lang/crates.io-index" 10629 - checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 10630 - dependencies = [ 10631 - "futures-util", 10632 - "js-sys", 10633 - "wasm-bindgen", 10634 - "wasm-bindgen-futures", 10635 - "web-sys", 10636 - ] 10637 - 10638 - [[package]] 10639 - name = "web-sys" 10640 - version = "0.3.70" 10641 - source = "registry+https://github.com/rust-lang/crates.io-index" 10642 - checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 10643 - dependencies = [ 10644 - "js-sys", 10645 - "wasm-bindgen", 10646 - ] 10647 - 10648 - [[package]] 10649 - name = "webkit2gtk" 10650 - version = "2.0.1" 10651 - source = "registry+https://github.com/rust-lang/crates.io-index" 10652 - checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a" 10653 - dependencies = [ 10654 - "bitflags 1.3.2", 10655 - "cairo-rs", 10656 - "gdk", 10657 - "gdk-sys", 10658 - "gio", 10659 - "gio-sys", 10660 - "glib", 10661 - "glib-sys", 10662 - "gobject-sys", 10663 - "gtk", 10664 - "gtk-sys", 10665 - "javascriptcore-rs", 10666 - "libc", 10667 - "once_cell", 10668 - "soup3", 10669 - "webkit2gtk-sys", 10670 - ] 10671 - 10672 - [[package]] 10673 - name = "webkit2gtk-sys" 10674 - version = "2.0.1" 10675 - source = "registry+https://github.com/rust-lang/crates.io-index" 10676 - checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c" 10677 - dependencies = [ 10678 - "bitflags 1.3.2", 10679 - "cairo-sys-rs", 10680 - "gdk-sys", 10681 - "gio-sys", 10682 - "glib-sys", 10683 - "gobject-sys", 10684 - "gtk-sys", 10685 - "javascriptcore-rs-sys", 10686 - "libc", 10687 - "pkg-config", 10688 - "soup3-sys", 10689 - "system-deps", 10690 - ] 10691 - 10692 - [[package]] 10693 - name = "webpki-roots" 10694 - version = "0.25.4" 10695 - source = "registry+https://github.com/rust-lang/crates.io-index" 10696 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 10697 - 10698 - [[package]] 10699 - name = "webpki-roots" 10700 - version = "0.26.6" 10701 - source = "registry+https://github.com/rust-lang/crates.io-index" 10702 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 10703 - dependencies = [ 10704 - "rustls-pki-types", 10705 - ] 10706 - 10707 - [[package]] 10708 - name = "webview2-com" 10709 - version = "0.33.0" 10710 - source = "registry+https://github.com/rust-lang/crates.io-index" 10711 - checksum = "6f61ff3d9d0ee4efcb461b14eb3acfda2702d10dc329f339303fc3e57215ae2c" 10712 - dependencies = [ 10713 - "webview2-com-macros", 10714 - "webview2-com-sys", 10715 - "windows", 10716 - "windows-core 0.58.0", 10717 - "windows-implement", 10718 - "windows-interface", 10719 - ] 10720 - 10721 - [[package]] 10722 - name = "webview2-com-macros" 10723 - version = "0.8.0" 10724 - source = "registry+https://github.com/rust-lang/crates.io-index" 10725 - checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431" 10726 - dependencies = [ 10727 - "proc-macro2", 10728 - "quote", 10729 - "syn 2.0.87", 10730 - ] 10731 - 10732 - [[package]] 10733 - name = "webview2-com-sys" 10734 - version = "0.33.0" 10735 - source = "registry+https://github.com/rust-lang/crates.io-index" 10736 - checksum = "a3a3e2eeb58f82361c93f9777014668eb3d07e7d174ee4c819575a9208011886" 10737 - dependencies = [ 10738 - "thiserror 1.0.68", 10739 - "windows", 10740 - "windows-core 0.58.0", 10741 - ] 10742 - 10743 - [[package]] 10744 - name = "weezl" 10745 - version = "0.1.8" 10746 - source = "registry+https://github.com/rust-lang/crates.io-index" 10747 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 10748 - 10749 - [[package]] 10750 - name = "which" 10751 - version = "4.4.2" 10752 - source = "registry+https://github.com/rust-lang/crates.io-index" 10753 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 10754 - dependencies = [ 10755 - "either", 10756 - "home", 10757 - "once_cell", 10758 - "rustix 0.38.37", 10759 - ] 10760 - 10761 - [[package]] 10762 - name = "which" 10763 - version = "6.0.3" 10764 - source = "registry+https://github.com/rust-lang/crates.io-index" 10765 - checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" 10766 - dependencies = [ 10767 - "either", 10768 - "home", 10769 - "rustix 0.38.37", 10770 - "winsafe", 10771 - ] 10772 - 10773 - [[package]] 10774 - name = "widestring" 10775 - version = "1.1.0" 10776 - source = "registry+https://github.com/rust-lang/crates.io-index" 10777 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 10778 - 10779 - [[package]] 10780 - name = "winapi" 10781 - version = "0.3.9" 10782 - source = "registry+https://github.com/rust-lang/crates.io-index" 10783 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 10784 - dependencies = [ 10785 - "winapi-i686-pc-windows-gnu", 10786 - "winapi-x86_64-pc-windows-gnu", 10787 - ] 10788 - 10789 - [[package]] 10790 - name = "winapi-i686-pc-windows-gnu" 10791 - version = "0.4.0" 10792 - source = "registry+https://github.com/rust-lang/crates.io-index" 10793 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 10794 - 10795 - [[package]] 10796 - name = "winapi-util" 10797 - version = "0.1.9" 10798 - source = "registry+https://github.com/rust-lang/crates.io-index" 10799 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 10800 - dependencies = [ 10801 - "windows-sys 0.59.0", 10802 - ] 10803 - 10804 - [[package]] 10805 - name = "winapi-x86_64-pc-windows-gnu" 10806 - version = "0.4.0" 10807 - source = "registry+https://github.com/rust-lang/crates.io-index" 10808 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 10809 - 10810 - [[package]] 10811 - name = "window-vibrancy" 10812 - version = "0.5.2" 10813 - source = "registry+https://github.com/rust-lang/crates.io-index" 10814 - checksum = "3ea403deff7b51fff19e261330f71608ff2cdef5721d72b64180bb95be7c4150" 10815 - dependencies = [ 10816 - "objc2", 10817 - "objc2-app-kit", 10818 - "objc2-foundation", 10819 - "raw-window-handle", 10820 - "windows-sys 0.59.0", 10821 - "windows-version", 10822 - ] 10823 - 10824 - [[package]] 10825 - name = "windows" 10826 - version = "0.58.0" 10827 - source = "registry+https://github.com/rust-lang/crates.io-index" 10828 - checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 10829 - dependencies = [ 10830 - "windows-core 0.58.0", 10831 - "windows-targets 0.52.6", 10832 - ] 10833 - 10834 - [[package]] 10835 - name = "windows-core" 10836 - version = "0.52.0" 10837 - source = "registry+https://github.com/rust-lang/crates.io-index" 10838 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 10839 - dependencies = [ 10840 - "windows-targets 0.52.6", 10841 - ] 10842 - 10843 - [[package]] 10844 - name = "windows-core" 10845 - version = "0.58.0" 10846 - source = "registry+https://github.com/rust-lang/crates.io-index" 10847 - checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 10848 - dependencies = [ 10849 - "windows-implement", 10850 - "windows-interface", 10851 - "windows-result", 10852 - "windows-strings 0.1.0", 10853 - "windows-targets 0.52.6", 10854 - ] 10855 - 10856 - [[package]] 10857 - name = "windows-implement" 10858 - version = "0.58.0" 10859 - source = "registry+https://github.com/rust-lang/crates.io-index" 10860 - checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 10861 - dependencies = [ 10862 - "proc-macro2", 10863 - "quote", 10864 - "syn 2.0.87", 10865 - ] 10866 - 10867 - [[package]] 10868 - name = "windows-interface" 10869 - version = "0.58.0" 10870 - source = "registry+https://github.com/rust-lang/crates.io-index" 10871 - checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 10872 - dependencies = [ 10873 - "proc-macro2", 10874 - "quote", 10875 - "syn 2.0.87", 10876 - ] 10877 - 10878 - [[package]] 10879 - name = "windows-registry" 10880 - version = "0.2.0" 10881 - source = "registry+https://github.com/rust-lang/crates.io-index" 10882 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 10883 - dependencies = [ 10884 - "windows-result", 10885 - "windows-strings 0.1.0", 10886 - "windows-targets 0.52.6", 10887 - ] 10888 - 10889 - [[package]] 10890 - name = "windows-registry" 10891 - version = "0.3.0" 10892 - source = "registry+https://github.com/rust-lang/crates.io-index" 10893 - checksum = "bafa604f2104cf5ae2cc2db1dee84b7e6a5d11b05f737b60def0ffdc398cbc0a" 10894 - dependencies = [ 10895 - "windows-result", 10896 - "windows-strings 0.2.0", 10897 - "windows-targets 0.52.6", 10898 - ] 10899 - 10900 - [[package]] 10901 - name = "windows-result" 10902 - version = "0.2.0" 10903 - source = "registry+https://github.com/rust-lang/crates.io-index" 10904 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 10905 - dependencies = [ 10906 - "windows-targets 0.52.6", 10907 - ] 10908 - 10909 - [[package]] 10910 - name = "windows-strings" 10911 - version = "0.1.0" 10912 - source = "registry+https://github.com/rust-lang/crates.io-index" 10913 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 10914 - dependencies = [ 10915 - "windows-result", 10916 - "windows-targets 0.52.6", 10917 - ] 10918 - 10919 - [[package]] 10920 - name = "windows-strings" 10921 - version = "0.2.0" 10922 - source = "registry+https://github.com/rust-lang/crates.io-index" 10923 - checksum = "978d65aedf914c664c510d9de43c8fd85ca745eaff1ed53edf409b479e441663" 10924 - dependencies = [ 10925 - "windows-targets 0.52.6", 10926 - ] 10927 - 10928 - [[package]] 10929 - name = "windows-sys" 10930 - version = "0.45.0" 10931 - source = "registry+https://github.com/rust-lang/crates.io-index" 10932 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 10933 - dependencies = [ 10934 - "windows-targets 0.42.2", 10935 - ] 10936 - 10937 - [[package]] 10938 - name = "windows-sys" 10939 - version = "0.48.0" 10940 - source = "registry+https://github.com/rust-lang/crates.io-index" 10941 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 10942 - dependencies = [ 10943 - "windows-targets 0.48.5", 10944 - ] 10945 - 10946 - [[package]] 10947 - name = "windows-sys" 10948 - version = "0.52.0" 10949 - source = "registry+https://github.com/rust-lang/crates.io-index" 10950 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 10951 - dependencies = [ 10952 - "windows-targets 0.52.6", 10953 - ] 10954 - 10955 - [[package]] 10956 - name = "windows-sys" 10957 - version = "0.59.0" 10958 - source = "registry+https://github.com/rust-lang/crates.io-index" 10959 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 10960 - dependencies = [ 10961 - "windows-targets 0.52.6", 10962 - ] 10963 - 10964 - [[package]] 10965 - name = "windows-targets" 10966 - version = "0.42.2" 10967 - source = "registry+https://github.com/rust-lang/crates.io-index" 10968 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 10969 - dependencies = [ 10970 - "windows_aarch64_gnullvm 0.42.2", 10971 - "windows_aarch64_msvc 0.42.2", 10972 - "windows_i686_gnu 0.42.2", 10973 - "windows_i686_msvc 0.42.2", 10974 - "windows_x86_64_gnu 0.42.2", 10975 - "windows_x86_64_gnullvm 0.42.2", 10976 - "windows_x86_64_msvc 0.42.2", 10977 - ] 10978 - 10979 - [[package]] 10980 - name = "windows-targets" 10981 - version = "0.48.5" 10982 - source = "registry+https://github.com/rust-lang/crates.io-index" 10983 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 10984 - dependencies = [ 10985 - "windows_aarch64_gnullvm 0.48.5", 10986 - "windows_aarch64_msvc 0.48.5", 10987 - "windows_i686_gnu 0.48.5", 10988 - "windows_i686_msvc 0.48.5", 10989 - "windows_x86_64_gnu 0.48.5", 10990 - "windows_x86_64_gnullvm 0.48.5", 10991 - "windows_x86_64_msvc 0.48.5", 10992 - ] 10993 - 10994 - [[package]] 10995 - name = "windows-targets" 10996 - version = "0.52.6" 10997 - source = "registry+https://github.com/rust-lang/crates.io-index" 10998 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 10999 - dependencies = [ 11000 - "windows_aarch64_gnullvm 0.52.6", 11001 - "windows_aarch64_msvc 0.52.6", 11002 - "windows_i686_gnu 0.52.6", 11003 - "windows_i686_gnullvm", 11004 - "windows_i686_msvc 0.52.6", 11005 - "windows_x86_64_gnu 0.52.6", 11006 - "windows_x86_64_gnullvm 0.52.6", 11007 - "windows_x86_64_msvc 0.52.6", 11008 - ] 11009 - 11010 - [[package]] 11011 - name = "windows-version" 11012 - version = "0.1.1" 11013 - source = "registry+https://github.com/rust-lang/crates.io-index" 11014 - checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515" 11015 - dependencies = [ 11016 - "windows-targets 0.52.6", 11017 - ] 11018 - 11019 - [[package]] 11020 - name = "windows_aarch64_gnullvm" 11021 - version = "0.42.2" 11022 - source = "registry+https://github.com/rust-lang/crates.io-index" 11023 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 11024 - 11025 - [[package]] 11026 - name = "windows_aarch64_gnullvm" 11027 - version = "0.48.5" 11028 - source = "registry+https://github.com/rust-lang/crates.io-index" 11029 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 11030 - 11031 - [[package]] 11032 - name = "windows_aarch64_gnullvm" 11033 - version = "0.52.6" 11034 - source = "registry+https://github.com/rust-lang/crates.io-index" 11035 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 11036 - 11037 - [[package]] 11038 - name = "windows_aarch64_msvc" 11039 - version = "0.42.2" 11040 - source = "registry+https://github.com/rust-lang/crates.io-index" 11041 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 11042 - 11043 - [[package]] 11044 - name = "windows_aarch64_msvc" 11045 - version = "0.48.5" 11046 - source = "registry+https://github.com/rust-lang/crates.io-index" 11047 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 11048 - 11049 - [[package]] 11050 - name = "windows_aarch64_msvc" 11051 - version = "0.52.6" 11052 - source = "registry+https://github.com/rust-lang/crates.io-index" 11053 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 11054 - 11055 - [[package]] 11056 - name = "windows_i686_gnu" 11057 - version = "0.42.2" 11058 - source = "registry+https://github.com/rust-lang/crates.io-index" 11059 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 11060 - 11061 - [[package]] 11062 - name = "windows_i686_gnu" 11063 - version = "0.48.5" 11064 - source = "registry+https://github.com/rust-lang/crates.io-index" 11065 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 11066 - 11067 - [[package]] 11068 - name = "windows_i686_gnu" 11069 - version = "0.52.6" 11070 - source = "registry+https://github.com/rust-lang/crates.io-index" 11071 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 11072 - 11073 - [[package]] 11074 - name = "windows_i686_gnullvm" 11075 - version = "0.52.6" 11076 - source = "registry+https://github.com/rust-lang/crates.io-index" 11077 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 11078 - 11079 - [[package]] 11080 - name = "windows_i686_msvc" 11081 - version = "0.42.2" 11082 - source = "registry+https://github.com/rust-lang/crates.io-index" 11083 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 11084 - 11085 - [[package]] 11086 - name = "windows_i686_msvc" 11087 - version = "0.48.5" 11088 - source = "registry+https://github.com/rust-lang/crates.io-index" 11089 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 11090 - 11091 - [[package]] 11092 - name = "windows_i686_msvc" 11093 - version = "0.52.6" 11094 - source = "registry+https://github.com/rust-lang/crates.io-index" 11095 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 11096 - 11097 - [[package]] 11098 - name = "windows_x86_64_gnu" 11099 - version = "0.42.2" 11100 - source = "registry+https://github.com/rust-lang/crates.io-index" 11101 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 11102 - 11103 - [[package]] 11104 - name = "windows_x86_64_gnu" 11105 - version = "0.48.5" 11106 - source = "registry+https://github.com/rust-lang/crates.io-index" 11107 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 11108 - 11109 - [[package]] 11110 - name = "windows_x86_64_gnu" 11111 - version = "0.52.6" 11112 - source = "registry+https://github.com/rust-lang/crates.io-index" 11113 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 11114 - 11115 - [[package]] 11116 - name = "windows_x86_64_gnullvm" 11117 - version = "0.42.2" 11118 - source = "registry+https://github.com/rust-lang/crates.io-index" 11119 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 11120 - 11121 - [[package]] 11122 - name = "windows_x86_64_gnullvm" 11123 - version = "0.48.5" 11124 - source = "registry+https://github.com/rust-lang/crates.io-index" 11125 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 11126 - 11127 - [[package]] 11128 - name = "windows_x86_64_gnullvm" 11129 - version = "0.52.6" 11130 - source = "registry+https://github.com/rust-lang/crates.io-index" 11131 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 11132 - 11133 - [[package]] 11134 - name = "windows_x86_64_msvc" 11135 - version = "0.42.2" 11136 - source = "registry+https://github.com/rust-lang/crates.io-index" 11137 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 11138 - 11139 - [[package]] 11140 - name = "windows_x86_64_msvc" 11141 - version = "0.48.5" 11142 - source = "registry+https://github.com/rust-lang/crates.io-index" 11143 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 11144 - 11145 - [[package]] 11146 - name = "windows_x86_64_msvc" 11147 - version = "0.52.6" 11148 - source = "registry+https://github.com/rust-lang/crates.io-index" 11149 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 11150 - 11151 - [[package]] 11152 - name = "winnow" 11153 - version = "0.5.40" 11154 - source = "registry+https://github.com/rust-lang/crates.io-index" 11155 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 11156 - dependencies = [ 11157 - "memchr", 11158 - ] 11159 - 11160 - [[package]] 11161 - name = "winnow" 11162 - version = "0.6.20" 11163 - source = "registry+https://github.com/rust-lang/crates.io-index" 11164 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 11165 - dependencies = [ 11166 - "memchr", 11167 - ] 11168 - 11169 - [[package]] 11170 - name = "winreg" 11171 - version = "0.50.0" 11172 - source = "registry+https://github.com/rust-lang/crates.io-index" 11173 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 11174 - dependencies = [ 11175 - "cfg-if", 11176 - "windows-sys 0.48.0", 11177 - ] 11178 - 11179 - [[package]] 11180 - name = "winreg" 11181 - version = "0.52.0" 11182 - source = "registry+https://github.com/rust-lang/crates.io-index" 11183 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 11184 - dependencies = [ 11185 - "cfg-if", 11186 - "windows-sys 0.48.0", 11187 - ] 11188 - 11189 - [[package]] 11190 - name = "winsafe" 11191 - version = "0.0.19" 11192 - source = "registry+https://github.com/rust-lang/crates.io-index" 11193 - checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 11194 - 11195 - [[package]] 11196 - name = "worker" 11197 - version = "0.3.4" 11198 - source = "registry+https://github.com/rust-lang/crates.io-index" 11199 - checksum = "c3bd73bd2ea409ae91df99293cbed8b892d39c4c0df5039b646be7586df62c6b" 11200 - dependencies = [ 11201 - "async-trait", 11202 - "axum", 11203 - "bytes", 11204 - "chrono", 11205 - "futures-channel", 11206 - "futures-util", 11207 - "http 1.1.0", 11208 - "http-body 1.0.1", 11209 - "js-sys", 11210 - "matchit", 11211 - "pin-project", 11212 - "serde", 11213 - "serde-wasm-bindgen 0.6.5", 11214 - "serde_json", 11215 - "serde_urlencoded", 11216 - "tokio", 11217 - "url", 11218 - "wasm-bindgen", 11219 - "wasm-bindgen-futures", 11220 - "wasm-streams", 11221 - "web-sys", 11222 - "worker-kv", 11223 - "worker-macros", 11224 - "worker-sys", 11225 - ] 11226 - 11227 - [[package]] 11228 - name = "worker-kv" 11229 - version = "0.7.0" 11230 - source = "registry+https://github.com/rust-lang/crates.io-index" 11231 - checksum = "7f06d4d1416a9f8346ee9123b0d9a11b3cfa38e6cfb5a139698017d1597c4d41" 11232 - dependencies = [ 11233 - "js-sys", 11234 - "serde", 11235 - "serde-wasm-bindgen 0.5.0", 11236 - "serde_json", 11237 - "thiserror 1.0.68", 11238 - "wasm-bindgen", 11239 - "wasm-bindgen-futures", 11240 - ] 11241 - 11242 - [[package]] 11243 - name = "worker-macros" 11244 - version = "0.3.4" 11245 - source = "registry+https://github.com/rust-lang/crates.io-index" 11246 - checksum = "0bbf47d65e77652febb28abedac18b317d8dfe4e57f0d8d9998c4e991fca8e23" 11247 - dependencies = [ 11248 - "async-trait", 11249 - "proc-macro2", 11250 - "quote", 11251 - "syn 2.0.87", 11252 - "wasm-bindgen", 11253 - "wasm-bindgen-futures", 11254 - "wasm-bindgen-macro-support", 11255 - "worker-sys", 11256 - ] 11257 - 11258 - [[package]] 11259 - name = "worker-sys" 11260 - version = "0.3.4" 11261 - source = "registry+https://github.com/rust-lang/crates.io-index" 11262 - checksum = "a4fbb72a85a6509e5ac5dcd1361543468be089ff5ea5c932043b6d0aeac7b6a5" 11263 - dependencies = [ 11264 - "cfg-if", 11265 - "js-sys", 11266 - "wasm-bindgen", 11267 - "web-sys", 11268 - ] 11269 - 11270 - [[package]] 11271 - name = "write16" 11272 - version = "1.0.0" 11273 - source = "registry+https://github.com/rust-lang/crates.io-index" 11274 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 11275 - 11276 - [[package]] 11277 - name = "writeable" 11278 - version = "0.5.5" 11279 - source = "registry+https://github.com/rust-lang/crates.io-index" 11280 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 11281 - 11282 - [[package]] 11283 - name = "wry" 11284 - version = "0.47.0" 11285 - source = "registry+https://github.com/rust-lang/crates.io-index" 11286 - checksum = "553ca1ce149982123962fac2506aa75b8b76288779a77e72b12fa2fc34938647" 11287 - dependencies = [ 11288 - "base64 0.22.1", 11289 - "block2", 11290 - "cookie", 11291 - "crossbeam-channel", 11292 - "dpi", 11293 - "dunce", 11294 - "gdkx11", 11295 - "gtk", 11296 - "html5ever", 11297 - "http 1.1.0", 11298 - "javascriptcore-rs", 11299 - "jni", 11300 - "kuchikiki", 11301 - "libc", 11302 - "ndk", 11303 - "objc2", 11304 - "objc2-app-kit", 11305 - "objc2-foundation", 11306 - "objc2-ui-kit", 11307 - "objc2-web-kit", 11308 - "once_cell", 11309 - "percent-encoding", 11310 - "raw-window-handle", 11311 - "sha2", 11312 - "soup3", 11313 - "tao-macros", 11314 - "thiserror 1.0.68", 11315 - "tracing", 11316 - "url", 11317 - "webkit2gtk", 11318 - "webkit2gtk-sys", 11319 - "webview2-com", 11320 - "windows", 11321 - "windows-core 0.58.0", 11322 - "windows-version", 11323 - "x11-dl", 11324 - ] 11325 - 11326 - [[package]] 11327 - name = "wyz" 11328 - version = "0.5.1" 11329 - source = "registry+https://github.com/rust-lang/crates.io-index" 11330 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 11331 - dependencies = [ 11332 - "tap", 11333 - ] 11334 - 11335 - [[package]] 11336 - name = "x11" 11337 - version = "2.21.0" 11338 - source = "registry+https://github.com/rust-lang/crates.io-index" 11339 - checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 11340 - dependencies = [ 11341 - "libc", 11342 - "pkg-config", 11343 - ] 11344 - 11345 - [[package]] 11346 - name = "x11-dl" 11347 - version = "2.21.0" 11348 - source = "registry+https://github.com/rust-lang/crates.io-index" 11349 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 11350 - dependencies = [ 11351 - "libc", 11352 - "once_cell", 11353 - "pkg-config", 11354 - ] 11355 - 11356 - [[package]] 11357 - name = "x25519-dalek" 11358 - version = "2.0.1" 11359 - source = "registry+https://github.com/rust-lang/crates.io-index" 11360 - checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 11361 - dependencies = [ 11362 - "curve25519-dalek", 11363 - "rand_core 0.6.4", 11364 - "serde", 11365 - "zeroize", 11366 - ] 11367 - 11368 - [[package]] 11369 - name = "x509" 11370 - version = "0.2.0" 11371 - source = "registry+https://github.com/rust-lang/crates.io-index" 11372 - checksum = "ca3cec94c3999f31341553f358ef55f65fc031291a022cd42ec0ce7219560c76" 11373 - dependencies = [ 11374 - "chrono", 11375 - "cookie-factory", 11376 - ] 11377 - 11378 - [[package]] 11379 - name = "x509-certificate" 11380 - version = "0.23.1" 11381 - source = "registry+https://github.com/rust-lang/crates.io-index" 11382 - checksum = "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85" 11383 - dependencies = [ 11384 - "bcder", 11385 - "bytes", 11386 - "chrono", 11387 - "der 0.7.9", 11388 - "hex", 11389 - "pem", 11390 - "ring", 11391 - "signature 2.2.0", 11392 - "spki 0.7.3", 11393 - "thiserror 1.0.68", 11394 - "zeroize", 11395 - ] 11396 - 11397 - [[package]] 11398 - name = "xattr" 11399 - version = "1.3.1" 11400 - source = "registry+https://github.com/rust-lang/crates.io-index" 11401 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 11402 - dependencies = [ 11403 - "libc", 11404 - "linux-raw-sys 0.4.14", 11405 - "rustix 0.38.37", 11406 - ] 11407 - 11408 - [[package]] 11409 - name = "xml-rs" 11410 - version = "0.8.22" 11411 - source = "registry+https://github.com/rust-lang/crates.io-index" 11412 - checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" 11413 - 11414 - [[package]] 11415 - name = "xmlparser" 11416 - version = "0.13.6" 11417 - source = "registry+https://github.com/rust-lang/crates.io-index" 11418 - checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 11419 - 11420 - [[package]] 11421 - name = "xmlwriter" 11422 - version = "0.1.0" 11423 - source = "registry+https://github.com/rust-lang/crates.io-index" 11424 - checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 11425 - 11426 - [[package]] 11427 - name = "xz2" 11428 - version = "0.1.7" 11429 - source = "registry+https://github.com/rust-lang/crates.io-index" 11430 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 11431 - dependencies = [ 11432 - "lzma-sys", 11433 - ] 11434 - 11435 - [[package]] 11436 - name = "yansi" 11437 - version = "1.0.1" 11438 - source = "registry+https://github.com/rust-lang/crates.io-index" 11439 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 11440 - 11441 - [[package]] 11442 - name = "yasna" 11443 - version = "0.5.2" 11444 - source = "registry+https://github.com/rust-lang/crates.io-index" 11445 - checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 11446 - 11447 - [[package]] 11448 - name = "yoke" 11449 - version = "0.7.4" 11450 - source = "registry+https://github.com/rust-lang/crates.io-index" 11451 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 11452 - dependencies = [ 11453 - "serde", 11454 - "stable_deref_trait", 11455 - "yoke-derive", 11456 - "zerofrom", 11457 - ] 11458 - 11459 - [[package]] 11460 - name = "yoke-derive" 11461 - version = "0.7.4" 11462 - source = "registry+https://github.com/rust-lang/crates.io-index" 11463 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 11464 - dependencies = [ 11465 - "proc-macro2", 11466 - "quote", 11467 - "syn 2.0.87", 11468 - "synstructure 0.13.1", 11469 - ] 11470 - 11471 - [[package]] 11472 - name = "zerocopy" 11473 - version = "0.7.35" 11474 - source = "registry+https://github.com/rust-lang/crates.io-index" 11475 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 11476 - dependencies = [ 11477 - "byteorder", 11478 - "zerocopy-derive", 11479 - ] 11480 - 11481 - [[package]] 11482 - name = "zerocopy-derive" 11483 - version = "0.7.35" 11484 - source = "registry+https://github.com/rust-lang/crates.io-index" 11485 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 11486 - dependencies = [ 11487 - "proc-macro2", 11488 - "quote", 11489 - "syn 2.0.87", 11490 - ] 11491 - 11492 - [[package]] 11493 - name = "zerofrom" 11494 - version = "0.1.4" 11495 - source = "registry+https://github.com/rust-lang/crates.io-index" 11496 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 11497 - dependencies = [ 11498 - "zerofrom-derive", 11499 - ] 11500 - 11501 - [[package]] 11502 - name = "zerofrom-derive" 11503 - version = "0.1.4" 11504 - source = "registry+https://github.com/rust-lang/crates.io-index" 11505 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 11506 - dependencies = [ 11507 - "proc-macro2", 11508 - "quote", 11509 - "syn 2.0.87", 11510 - "synstructure 0.13.1", 11511 - ] 11512 - 11513 - [[package]] 11514 - name = "zeroize" 11515 - version = "1.8.1" 11516 - source = "registry+https://github.com/rust-lang/crates.io-index" 11517 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 11518 - dependencies = [ 11519 - "zeroize_derive", 11520 - ] 11521 - 11522 - [[package]] 11523 - name = "zeroize_derive" 11524 - version = "1.4.2" 11525 - source = "registry+https://github.com/rust-lang/crates.io-index" 11526 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 11527 - dependencies = [ 11528 - "proc-macro2", 11529 - "quote", 11530 - "syn 2.0.87", 11531 - ] 11532 - 11533 - [[package]] 11534 - name = "zerovec" 11535 - version = "0.10.4" 11536 - source = "registry+https://github.com/rust-lang/crates.io-index" 11537 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 11538 - dependencies = [ 11539 - "yoke", 11540 - "zerofrom", 11541 - "zerovec-derive", 11542 - ] 11543 - 11544 - [[package]] 11545 - name = "zerovec-derive" 11546 - version = "0.10.3" 11547 - source = "registry+https://github.com/rust-lang/crates.io-index" 11548 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 11549 - dependencies = [ 11550 - "proc-macro2", 11551 - "quote", 11552 - "syn 2.0.87", 11553 - ] 11554 - 11555 - [[package]] 11556 - name = "zip" 11557 - version = "0.6.6" 11558 - source = "registry+https://github.com/rust-lang/crates.io-index" 11559 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 11560 - dependencies = [ 11561 - "byteorder", 11562 - "crc32fast", 11563 - "crossbeam-utils", 11564 - "flate2", 11565 - ] 11566 - 11567 - [[package]] 11568 - name = "zip" 11569 - version = "2.2.0" 11570 - source = "registry+https://github.com/rust-lang/crates.io-index" 11571 - checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494" 11572 - dependencies = [ 11573 - "arbitrary", 11574 - "crc32fast", 11575 - "crossbeam-utils", 11576 - "displaydoc", 11577 - "flate2", 11578 - "indexmap 2.6.0", 11579 - "memchr", 11580 - "thiserror 1.0.68", 11581 - "zopfli", 11582 - ] 11583 - 11584 - [[package]] 11585 - name = "zip_structs" 11586 - version = "0.2.1" 11587 - source = "registry+https://github.com/rust-lang/crates.io-index" 11588 - checksum = "ce824a6bfffe8942820fa36d24973b7c83a40896749a42e33de0abdd11750ee5" 11589 - dependencies = [ 11590 - "byteorder", 11591 - "bytesize", 11592 - "thiserror 1.0.68", 11593 - ] 11594 - 11595 - [[package]] 11596 - name = "zopfli" 11597 - version = "0.8.1" 11598 - source = "registry+https://github.com/rust-lang/crates.io-index" 11599 - checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" 11600 - dependencies = [ 11601 - "bumpalo", 11602 - "crc32fast", 11603 - "lockfree-object-pool", 11604 - "log", 11605 - "once_cell", 11606 - "simd-adler32", 11607 - ] 11608 - 11609 - [[package]] 11610 - name = "zstd" 11611 - version = "0.13.2" 11612 - source = "registry+https://github.com/rust-lang/crates.io-index" 11613 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 11614 - dependencies = [ 11615 - "zstd-safe", 11616 - ] 11617 - 11618 - [[package]] 11619 - name = "zstd-safe" 11620 - version = "7.2.1" 11621 - source = "registry+https://github.com/rust-lang/crates.io-index" 11622 - checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 11623 - dependencies = [ 11624 - "zstd-sys", 11625 - ] 11626 - 11627 - [[package]] 11628 - name = "zstd-sys" 11629 - version = "2.0.13+zstd.1.5.6" 11630 - source = "registry+https://github.com/rust-lang/crates.io-index" 11631 - checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 11632 - dependencies = [ 11633 - "cc", 11634 - "pkg-config", 11635 - ] 11636 - 11637 - [[package]] 11638 - name = "zune-core" 11639 - version = "0.4.12" 11640 - source = "registry+https://github.com/rust-lang/crates.io-index" 11641 - checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 11642 - 11643 - [[package]] 11644 - name = "zune-inflate" 11645 - version = "0.2.54" 11646 - source = "registry+https://github.com/rust-lang/crates.io-index" 11647 - checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 11648 - dependencies = [ 11649 - "simd-adler32", 11650 - ] 11651 - 11652 - [[package]] 11653 - name = "zune-jpeg" 11654 - version = "0.4.13" 11655 - source = "registry+https://github.com/rust-lang/crates.io-index" 11656 - checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768" 11657 - dependencies = [ 11658 - "zune-core", 11659 - ]
···
+4 -9
pkgs/by-name/ca/cargo-tauri/package.nix
··· 4 callPackage, 5 rustPlatform, 6 fetchFromGitHub, 7 - cargo-tauri, 8 gtk4, 9 nix-update-script, 10 openssl, ··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "tauri"; 17 - version = "2.1.1"; 18 19 src = fetchFromGitHub { 20 owner = "tauri-apps"; 21 repo = "tauri"; 22 tag = "tauri-v${version}"; 23 - hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4="; 24 }; 25 26 - cargoLock = { 27 - lockFile = ./Cargo.lock; 28 - outputHashes = { 29 - "schemars_derive-0.8.21" = "sha256-AmxBKZXm2Eb+w8/hLQWTol5f22uP8UqaIh+LVLbS20g="; 30 - }; 31 - }; 32 33 nativeBuildInputs = [ pkg-config ]; 34
··· 4 callPackage, 5 rustPlatform, 6 fetchFromGitHub, 7 gtk4, 8 nix-update-script, 9 openssl, ··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "tauri"; 16 + version = "2.2.0"; 17 18 src = fetchFromGitHub { 19 owner = "tauri-apps"; 20 repo = "tauri"; 21 tag = "tauri-v${version}"; 22 + hash = "sha256-lkTkRNJIdGMJCkqxpBAM4r3JzO55nCjl2l+1xjsCtRI="; 23 }; 24 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-fZ3SGF+iIeu9TIyJvKm8vAo2PUT1VREyTKUpcqyC5vo="; 27 28 nativeBuildInputs = [ pkg-config ]; 29
+1 -1
pkgs/by-name/ca/cargo-tauri/test-app.nix
··· 34 src 35 ; 36 37 - hash = "sha256-kTr61DFPIIYceB8tZrKFaMG65CZ//djGEOQBLRNPotk="; 38 }; 39 40 nativeBuildInputs = [
··· 34 src 35 ; 36 37 + hash = "sha256-jrp7epYWnfyqQbNL+XhrO4NvSTt2NOMd/icfbUYLvpA="; 38 }; 39 40 nativeBuildInputs = [