Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 6198 lines 152 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 11[[package]] 12name = "addr2line" 13version = "0.22.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 16dependencies = [ 17 "gimli", 18] 19 20[[package]] 21name = "adler" 22version = "1.0.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 25 26[[package]] 27name = "ahash" 28version = "0.7.8" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 31dependencies = [ 32 "getrandom 0.2.15", 33 "once_cell", 34 "version_check", 35] 36 37[[package]] 38name = "aho-corasick" 39version = "1.1.3" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 42dependencies = [ 43 "memchr", 44] 45 46[[package]] 47name = "alloc-no-stdlib" 48version = "2.0.4" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 51 52[[package]] 53name = "alloc-stdlib" 54version = "0.2.2" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 57dependencies = [ 58 "alloc-no-stdlib", 59] 60 61[[package]] 62name = "android-tzdata" 63version = "0.1.1" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 66 67[[package]] 68name = "android_system_properties" 69version = "0.1.5" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 72dependencies = [ 73 "libc", 74] 75 76[[package]] 77name = "anyhow" 78version = "1.0.86" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 81 82[[package]] 83name = "arboard" 84version = "3.4.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89" 87dependencies = [ 88 "clipboard-win", 89 "core-graphics 0.23.2", 90 "image 0.25.2", 91 "log", 92 "objc2 0.5.2", 93 "objc2-app-kit", 94 "objc2-foundation", 95 "parking_lot", 96 "windows-sys 0.48.0", 97 "wl-clipboard-rs", 98 "x11rb", 99] 100 101[[package]] 102name = "arrayvec" 103version = "0.5.2" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 106 107[[package]] 108name = "arrayvec" 109version = "0.7.4" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 112 113[[package]] 114name = "async-broadcast" 115version = "0.7.1" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 118dependencies = [ 119 "event-listener", 120 "event-listener-strategy", 121 "futures-core", 122 "pin-project-lite", 123] 124 125[[package]] 126name = "async-channel" 127version = "2.3.1" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 130dependencies = [ 131 "concurrent-queue", 132 "event-listener-strategy", 133 "futures-core", 134 "pin-project-lite", 135] 136 137[[package]] 138name = "async-executor" 139version = "1.13.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" 142dependencies = [ 143 "async-task", 144 "concurrent-queue", 145 "fastrand", 146 "futures-lite", 147 "slab", 148] 149 150[[package]] 151name = "async-fs" 152version = "2.1.2" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 155dependencies = [ 156 "async-lock", 157 "blocking", 158 "futures-lite", 159] 160 161[[package]] 162name = "async-io" 163version = "2.3.3" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" 166dependencies = [ 167 "async-lock", 168 "cfg-if", 169 "concurrent-queue", 170 "futures-io", 171 "futures-lite", 172 "parking", 173 "polling", 174 "rustix", 175 "slab", 176 "tracing", 177 "windows-sys 0.52.0", 178] 179 180[[package]] 181name = "async-lock" 182version = "3.4.0" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 185dependencies = [ 186 "event-listener", 187 "event-listener-strategy", 188 "pin-project-lite", 189] 190 191[[package]] 192name = "async-process" 193version = "2.2.3" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" 196dependencies = [ 197 "async-channel", 198 "async-io", 199 "async-lock", 200 "async-signal", 201 "async-task", 202 "blocking", 203 "cfg-if", 204 "event-listener", 205 "futures-lite", 206 "rustix", 207 "tracing", 208 "windows-sys 0.52.0", 209] 210 211[[package]] 212name = "async-recursion" 213version = "1.1.1" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 216dependencies = [ 217 "proc-macro2", 218 "quote", 219 "syn 2.0.72", 220] 221 222[[package]] 223name = "async-signal" 224version = "0.2.9" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32" 227dependencies = [ 228 "async-io", 229 "async-lock", 230 "atomic-waker", 231 "cfg-if", 232 "futures-core", 233 "futures-io", 234 "rustix", 235 "signal-hook-registry", 236 "slab", 237 "windows-sys 0.52.0", 238] 239 240[[package]] 241name = "async-task" 242version = "4.7.1" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 245 246[[package]] 247name = "async-trait" 248version = "0.1.81" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 251dependencies = [ 252 "proc-macro2", 253 "quote", 254 "syn 2.0.72", 255] 256 257[[package]] 258name = "atk" 259version = "0.15.1" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" 262dependencies = [ 263 "atk-sys", 264 "bitflags 1.3.2", 265 "glib", 266 "libc", 267] 268 269[[package]] 270name = "atk-sys" 271version = "0.15.1" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" 274dependencies = [ 275 "glib-sys", 276 "gobject-sys", 277 "libc", 278 "system-deps 6.2.2", 279] 280 281[[package]] 282name = "atomic-waker" 283version = "1.1.2" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 286 287[[package]] 288name = "autocfg" 289version = "1.3.0" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 292 293[[package]] 294name = "axum" 295version = "0.7.5" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" 298dependencies = [ 299 "async-trait", 300 "axum-core", 301 "base64 0.21.7", 302 "bytes", 303 "futures-util", 304 "http 1.1.0", 305 "http-body 1.0.1", 306 "http-body-util", 307 "hyper 1.4.1", 308 "hyper-util", 309 "itoa 1.0.11", 310 "matchit", 311 "memchr", 312 "mime", 313 "percent-encoding", 314 "pin-project-lite", 315 "rustversion", 316 "serde", 317 "serde_json", 318 "serde_path_to_error", 319 "serde_urlencoded", 320 "sha1", 321 "sync_wrapper 1.0.1", 322 "tokio", 323 "tokio-tungstenite", 324 "tower", 325 "tower-layer", 326 "tower-service", 327 "tracing", 328] 329 330[[package]] 331name = "axum-core" 332version = "0.4.3" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" 335dependencies = [ 336 "async-trait", 337 "bytes", 338 "futures-util", 339 "http 1.1.0", 340 "http-body 1.0.1", 341 "http-body-util", 342 "mime", 343 "pin-project-lite", 344 "rustversion", 345 "sync_wrapper 0.1.2", 346 "tower-layer", 347 "tower-service", 348 "tracing", 349] 350 351[[package]] 352name = "backtrace" 353version = "0.3.73" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 356dependencies = [ 357 "addr2line", 358 "cc", 359 "cfg-if", 360 "libc", 361 "miniz_oxide", 362 "object", 363 "rustc-demangle", 364] 365 366[[package]] 367name = "base64" 368version = "0.13.1" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 371 372[[package]] 373name = "base64" 374version = "0.21.7" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 377 378[[package]] 379name = "base64" 380version = "0.22.1" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 383 384[[package]] 385name = "bitflags" 386version = "1.3.2" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 389 390[[package]] 391name = "bitflags" 392version = "2.6.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 395 396[[package]] 397name = "bitvec" 398version = "1.0.1" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 401dependencies = [ 402 "funty", 403 "radium", 404 "tap", 405 "wyz", 406] 407 408[[package]] 409name = "block" 410version = "0.1.6" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 413 414[[package]] 415name = "block-buffer" 416version = "0.10.4" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 419dependencies = [ 420 "generic-array", 421] 422 423[[package]] 424name = "block2" 425version = "0.5.1" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 428dependencies = [ 429 "objc2 0.5.2", 430] 431 432[[package]] 433name = "blocking" 434version = "1.6.1" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 437dependencies = [ 438 "async-channel", 439 "async-task", 440 "futures-io", 441 "futures-lite", 442 "piper", 443] 444 445[[package]] 446name = "borsh" 447version = "1.5.1" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" 450dependencies = [ 451 "borsh-derive", 452 "cfg_aliases 0.2.1", 453] 454 455[[package]] 456name = "borsh-derive" 457version = "1.5.1" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" 460dependencies = [ 461 "once_cell", 462 "proc-macro-crate 3.1.0", 463 "proc-macro2", 464 "quote", 465 "syn 2.0.72", 466 "syn_derive", 467] 468 469[[package]] 470name = "brotli" 471version = "3.5.0" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 474dependencies = [ 475 "alloc-no-stdlib", 476 "alloc-stdlib", 477 "brotli-decompressor", 478] 479 480[[package]] 481name = "brotli-decompressor" 482version = "2.5.1" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 485dependencies = [ 486 "alloc-no-stdlib", 487 "alloc-stdlib", 488] 489 490[[package]] 491name = "bstr" 492version = "1.9.1" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 495dependencies = [ 496 "memchr", 497 "serde", 498] 499 500[[package]] 501name = "bumpalo" 502version = "3.16.0" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 505 506[[package]] 507name = "byte-unit" 508version = "5.1.4" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e" 511dependencies = [ 512 "rust_decimal", 513 "serde", 514 "utf8-width", 515] 516 517[[package]] 518name = "bytecheck" 519version = "0.6.12" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 522dependencies = [ 523 "bytecheck_derive", 524 "ptr_meta", 525 "simdutf8", 526] 527 528[[package]] 529name = "bytecheck_derive" 530version = "0.6.12" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 533dependencies = [ 534 "proc-macro2", 535 "quote", 536 "syn 1.0.109", 537] 538 539[[package]] 540name = "bytemuck" 541version = "1.16.1" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" 544 545[[package]] 546name = "byteorder" 547version = "1.5.0" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 550 551[[package]] 552name = "byteorder-lite" 553version = "0.1.0" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 556 557[[package]] 558name = "bytes" 559version = "1.6.1" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" 562dependencies = [ 563 "serde", 564] 565 566[[package]] 567name = "cairo-rs" 568version = "0.15.12" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" 571dependencies = [ 572 "bitflags 1.3.2", 573 "cairo-sys-rs", 574 "glib", 575 "libc", 576 "thiserror", 577] 578 579[[package]] 580name = "cairo-sys-rs" 581version = "0.15.1" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" 584dependencies = [ 585 "glib-sys", 586 "libc", 587 "system-deps 6.2.2", 588] 589 590[[package]] 591name = "cargo_toml" 592version = "0.15.3" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 595dependencies = [ 596 "serde", 597 "toml 0.7.8", 598] 599 600[[package]] 601name = "cc" 602version = "1.1.6" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" 605 606[[package]] 607name = "cesu8" 608version = "1.1.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 611 612[[package]] 613name = "cfb" 614version = "0.7.3" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 617dependencies = [ 618 "byteorder", 619 "fnv", 620 "uuid", 621] 622 623[[package]] 624name = "cfg-expr" 625version = "0.9.1" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" 628dependencies = [ 629 "smallvec", 630] 631 632[[package]] 633name = "cfg-expr" 634version = "0.15.8" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 637dependencies = [ 638 "smallvec", 639 "target-lexicon", 640] 641 642[[package]] 643name = "cfg-if" 644version = "1.0.0" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 647 648[[package]] 649name = "cfg_aliases" 650version = "0.1.1" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 653 654[[package]] 655name = "cfg_aliases" 656version = "0.2.1" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 659 660[[package]] 661name = "chrono" 662version = "0.4.38" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 665dependencies = [ 666 "android-tzdata", 667 "iana-time-zone", 668 "js-sys", 669 "num-traits", 670 "serde", 671 "wasm-bindgen", 672 "windows-targets 0.52.6", 673] 674 675[[package]] 676name = "clipboard-win" 677version = "5.4.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 680dependencies = [ 681 "error-code", 682] 683 684[[package]] 685name = "cocoa" 686version = "0.24.1" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 689dependencies = [ 690 "bitflags 1.3.2", 691 "block", 692 "cocoa-foundation", 693 "core-foundation", 694 "core-graphics 0.22.3", 695 "foreign-types 0.3.2", 696 "libc", 697 "objc", 698] 699 700[[package]] 701name = "cocoa-foundation" 702version = "0.1.2" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 705dependencies = [ 706 "bitflags 1.3.2", 707 "block", 708 "core-foundation", 709 "core-graphics-types", 710 "libc", 711 "objc", 712] 713 714[[package]] 715name = "color_quant" 716version = "1.1.0" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 719 720[[package]] 721name = "combine" 722version = "4.6.7" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 725dependencies = [ 726 "bytes", 727 "memchr", 728] 729 730[[package]] 731name = "concurrent-queue" 732version = "2.5.0" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 735dependencies = [ 736 "crossbeam-utils", 737] 738 739[[package]] 740name = "convert_case" 741version = "0.4.0" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 744 745[[package]] 746name = "core-foundation" 747version = "0.9.4" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 750dependencies = [ 751 "core-foundation-sys", 752 "libc", 753] 754 755[[package]] 756name = "core-foundation-sys" 757version = "0.8.6" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 760 761[[package]] 762name = "core-graphics" 763version = "0.22.3" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 766dependencies = [ 767 "bitflags 1.3.2", 768 "core-foundation", 769 "core-graphics-types", 770 "foreign-types 0.3.2", 771 "libc", 772] 773 774[[package]] 775name = "core-graphics" 776version = "0.23.2" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 779dependencies = [ 780 "bitflags 1.3.2", 781 "core-foundation", 782 "core-graphics-types", 783 "foreign-types 0.5.0", 784 "libc", 785] 786 787[[package]] 788name = "core-graphics-types" 789version = "0.1.3" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 792dependencies = [ 793 "bitflags 1.3.2", 794 "core-foundation", 795 "libc", 796] 797 798[[package]] 799name = "cpufeatures" 800version = "0.2.12" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 803dependencies = [ 804 "libc", 805] 806 807[[package]] 808name = "crc32fast" 809version = "1.4.2" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 812dependencies = [ 813 "cfg-if", 814] 815 816[[package]] 817name = "crossbeam-channel" 818version = "0.5.13" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 821dependencies = [ 822 "crossbeam-utils", 823] 824 825[[package]] 826name = "crossbeam-deque" 827version = "0.8.5" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 830dependencies = [ 831 "crossbeam-epoch", 832 "crossbeam-utils", 833] 834 835[[package]] 836name = "crossbeam-epoch" 837version = "0.9.18" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 840dependencies = [ 841 "crossbeam-utils", 842] 843 844[[package]] 845name = "crossbeam-utils" 846version = "0.8.20" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 849 850[[package]] 851name = "crypto-common" 852version = "0.1.6" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 855dependencies = [ 856 "generic-array", 857 "typenum", 858] 859 860[[package]] 861name = "cssparser" 862version = "0.27.2" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 865dependencies = [ 866 "cssparser-macros", 867 "dtoa-short", 868 "itoa 0.4.8", 869 "matches", 870 "phf 0.8.0", 871 "proc-macro2", 872 "quote", 873 "smallvec", 874 "syn 1.0.109", 875] 876 877[[package]] 878name = "cssparser-macros" 879version = "0.6.1" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 882dependencies = [ 883 "quote", 884 "syn 2.0.72", 885] 886 887[[package]] 888name = "ctor" 889version = "0.2.8" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 892dependencies = [ 893 "quote", 894 "syn 2.0.72", 895] 896 897[[package]] 898name = "darling" 899version = "0.20.10" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 902dependencies = [ 903 "darling_core", 904 "darling_macro", 905] 906 907[[package]] 908name = "darling_core" 909version = "0.20.10" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 912dependencies = [ 913 "fnv", 914 "ident_case", 915 "proc-macro2", 916 "quote", 917 "strsim", 918 "syn 2.0.72", 919] 920 921[[package]] 922name = "darling_macro" 923version = "0.20.10" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 926dependencies = [ 927 "darling_core", 928 "quote", 929 "syn 2.0.72", 930] 931 932[[package]] 933name = "data-encoding" 934version = "2.6.0" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 937 938[[package]] 939name = "deranged" 940version = "0.3.11" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 943dependencies = [ 944 "powerfmt", 945 "serde", 946] 947 948[[package]] 949name = "derive-new" 950version = "0.6.0" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad" 953dependencies = [ 954 "proc-macro2", 955 "quote", 956 "syn 2.0.72", 957] 958 959[[package]] 960name = "derive_more" 961version = "0.99.18" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 964dependencies = [ 965 "convert_case", 966 "proc-macro2", 967 "quote", 968 "rustc_version", 969 "syn 2.0.72", 970] 971 972[[package]] 973name = "devpod-desktop" 974version = "0.1.0" 975dependencies = [ 976 "anyhow", 977 "axum", 978 "chrono", 979 "cocoa", 980 "dirs", 981 "dispatch", 982 "http 1.1.0", 983 "lazy_static", 984 "log", 985 "objc", 986 "regex", 987 "reqwest", 988 "semver", 989 "serde", 990 "serde_json", 991 "serde_qs", 992 "serde_urlencoded", 993 "serde_yaml", 994 "strip-ansi-escapes", 995 "tauri", 996 "tauri-build", 997 "tauri-plugin-deep-link", 998 "tauri-plugin-log", 999 "tauri-plugin-store", 1000 "thiserror", 1001 "tokio", 1002 "tower-http", 1003 "ts-rs", 1004 "url", 1005 "window-vibrancy", 1006 "windows 0.48.0", 1007 "winreg 0.50.0", 1008] 1009 1010[[package]] 1011name = "digest" 1012version = "0.10.7" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1015dependencies = [ 1016 "block-buffer", 1017 "crypto-common", 1018] 1019 1020[[package]] 1021name = "dirs" 1022version = "5.0.1" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1025dependencies = [ 1026 "dirs-sys", 1027] 1028 1029[[package]] 1030name = "dirs-next" 1031version = "2.0.0" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1034dependencies = [ 1035 "cfg-if", 1036 "dirs-sys-next", 1037] 1038 1039[[package]] 1040name = "dirs-sys" 1041version = "0.4.1" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1044dependencies = [ 1045 "libc", 1046 "option-ext", 1047 "redox_users", 1048 "windows-sys 0.48.0", 1049] 1050 1051[[package]] 1052name = "dirs-sys-next" 1053version = "0.1.2" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1056dependencies = [ 1057 "libc", 1058 "redox_users", 1059 "winapi", 1060] 1061 1062[[package]] 1063name = "dispatch" 1064version = "0.2.0" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1067 1068[[package]] 1069name = "dlib" 1070version = "0.5.2" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1073dependencies = [ 1074 "libloading 0.8.5", 1075] 1076 1077[[package]] 1078name = "downcast-rs" 1079version = "1.2.1" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1082 1083[[package]] 1084name = "dtoa" 1085version = "1.0.9" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 1088 1089[[package]] 1090name = "dtoa-short" 1091version = "0.3.5" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 1094dependencies = [ 1095 "dtoa", 1096] 1097 1098[[package]] 1099name = "dunce" 1100version = "1.0.4" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 1103 1104[[package]] 1105name = "embed-resource" 1106version = "2.4.3" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602" 1109dependencies = [ 1110 "cc", 1111 "memchr", 1112 "rustc_version", 1113 "toml 0.8.15", 1114 "vswhom", 1115 "winreg 0.52.0", 1116] 1117 1118[[package]] 1119name = "embed_plist" 1120version = "1.2.2" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1123 1124[[package]] 1125name = "encoding_rs" 1126version = "0.8.34" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1129dependencies = [ 1130 "cfg-if", 1131] 1132 1133[[package]] 1134name = "endi" 1135version = "1.1.0" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1138 1139[[package]] 1140name = "enumflags2" 1141version = "0.7.10" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 1144dependencies = [ 1145 "enumflags2_derive", 1146 "serde", 1147] 1148 1149[[package]] 1150name = "enumflags2_derive" 1151version = "0.7.10" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 1154dependencies = [ 1155 "proc-macro2", 1156 "quote", 1157 "syn 2.0.72", 1158] 1159 1160[[package]] 1161name = "equivalent" 1162version = "1.0.1" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1165 1166[[package]] 1167name = "errno" 1168version = "0.3.9" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1171dependencies = [ 1172 "libc", 1173 "windows-sys 0.52.0", 1174] 1175 1176[[package]] 1177name = "error-code" 1178version = "3.2.0" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" 1181 1182[[package]] 1183name = "event-listener" 1184version = "5.3.1" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1187dependencies = [ 1188 "concurrent-queue", 1189 "parking", 1190 "pin-project-lite", 1191] 1192 1193[[package]] 1194name = "event-listener-strategy" 1195version = "0.5.2" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1198dependencies = [ 1199 "event-listener", 1200 "pin-project-lite", 1201] 1202 1203[[package]] 1204name = "fastrand" 1205version = "2.1.0" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1208 1209[[package]] 1210name = "fdeflate" 1211version = "0.3.4" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1214dependencies = [ 1215 "simd-adler32", 1216] 1217 1218[[package]] 1219name = "fern" 1220version = "0.6.2" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 1223dependencies = [ 1224 "log", 1225] 1226 1227[[package]] 1228name = "field-offset" 1229version = "0.3.6" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1232dependencies = [ 1233 "memoffset 0.9.1", 1234 "rustc_version", 1235] 1236 1237[[package]] 1238name = "filetime" 1239version = "0.2.23" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1242dependencies = [ 1243 "cfg-if", 1244 "libc", 1245 "redox_syscall 0.4.1", 1246 "windows-sys 0.52.0", 1247] 1248 1249[[package]] 1250name = "fixedbitset" 1251version = "0.4.2" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1254 1255[[package]] 1256name = "flate2" 1257version = "1.0.30" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 1260dependencies = [ 1261 "crc32fast", 1262 "miniz_oxide", 1263] 1264 1265[[package]] 1266name = "fnv" 1267version = "1.0.7" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1270 1271[[package]] 1272name = "foreign-types" 1273version = "0.3.2" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1276dependencies = [ 1277 "foreign-types-shared 0.1.1", 1278] 1279 1280[[package]] 1281name = "foreign-types" 1282version = "0.5.0" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1285dependencies = [ 1286 "foreign-types-macros", 1287 "foreign-types-shared 0.3.1", 1288] 1289 1290[[package]] 1291name = "foreign-types-macros" 1292version = "0.2.3" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1295dependencies = [ 1296 "proc-macro2", 1297 "quote", 1298 "syn 2.0.72", 1299] 1300 1301[[package]] 1302name = "foreign-types-shared" 1303version = "0.1.1" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1306 1307[[package]] 1308name = "foreign-types-shared" 1309version = "0.3.1" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1312 1313[[package]] 1314name = "form_urlencoded" 1315version = "1.2.1" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1318dependencies = [ 1319 "percent-encoding", 1320] 1321 1322[[package]] 1323name = "funty" 1324version = "2.0.0" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1327 1328[[package]] 1329name = "futf" 1330version = "0.1.5" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1333dependencies = [ 1334 "mac", 1335 "new_debug_unreachable", 1336] 1337 1338[[package]] 1339name = "futures-channel" 1340version = "0.3.30" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1343dependencies = [ 1344 "futures-core", 1345] 1346 1347[[package]] 1348name = "futures-core" 1349version = "0.3.30" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1352 1353[[package]] 1354name = "futures-executor" 1355version = "0.3.30" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1358dependencies = [ 1359 "futures-core", 1360 "futures-task", 1361 "futures-util", 1362] 1363 1364[[package]] 1365name = "futures-io" 1366version = "0.3.30" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1369 1370[[package]] 1371name = "futures-lite" 1372version = "2.3.0" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1375dependencies = [ 1376 "fastrand", 1377 "futures-core", 1378 "futures-io", 1379 "parking", 1380 "pin-project-lite", 1381] 1382 1383[[package]] 1384name = "futures-macro" 1385version = "0.3.30" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1388dependencies = [ 1389 "proc-macro2", 1390 "quote", 1391 "syn 2.0.72", 1392] 1393 1394[[package]] 1395name = "futures-sink" 1396version = "0.3.30" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1399 1400[[package]] 1401name = "futures-task" 1402version = "0.3.30" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1405 1406[[package]] 1407name = "futures-util" 1408version = "0.3.30" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1411dependencies = [ 1412 "futures-core", 1413 "futures-io", 1414 "futures-macro", 1415 "futures-sink", 1416 "futures-task", 1417 "memchr", 1418 "pin-project-lite", 1419 "pin-utils", 1420 "slab", 1421] 1422 1423[[package]] 1424name = "fxhash" 1425version = "0.2.1" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1428dependencies = [ 1429 "byteorder", 1430] 1431 1432[[package]] 1433name = "gdk" 1434version = "0.15.4" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" 1437dependencies = [ 1438 "bitflags 1.3.2", 1439 "cairo-rs", 1440 "gdk-pixbuf", 1441 "gdk-sys", 1442 "gio", 1443 "glib", 1444 "libc", 1445 "pango", 1446] 1447 1448[[package]] 1449name = "gdk-pixbuf" 1450version = "0.15.11" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" 1453dependencies = [ 1454 "bitflags 1.3.2", 1455 "gdk-pixbuf-sys", 1456 "gio", 1457 "glib", 1458 "libc", 1459] 1460 1461[[package]] 1462name = "gdk-pixbuf-sys" 1463version = "0.15.10" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" 1466dependencies = [ 1467 "gio-sys", 1468 "glib-sys", 1469 "gobject-sys", 1470 "libc", 1471 "system-deps 6.2.2", 1472] 1473 1474[[package]] 1475name = "gdk-sys" 1476version = "0.15.1" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" 1479dependencies = [ 1480 "cairo-sys-rs", 1481 "gdk-pixbuf-sys", 1482 "gio-sys", 1483 "glib-sys", 1484 "gobject-sys", 1485 "libc", 1486 "pango-sys", 1487 "pkg-config", 1488 "system-deps 6.2.2", 1489] 1490 1491[[package]] 1492name = "gdkwayland-sys" 1493version = "0.15.3" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2" 1496dependencies = [ 1497 "gdk-sys", 1498 "glib-sys", 1499 "gobject-sys", 1500 "libc", 1501 "pkg-config", 1502 "system-deps 6.2.2", 1503] 1504 1505[[package]] 1506name = "gdkx11-sys" 1507version = "0.15.1" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" 1510dependencies = [ 1511 "gdk-sys", 1512 "glib-sys", 1513 "libc", 1514 "system-deps 6.2.2", 1515 "x11", 1516] 1517 1518[[package]] 1519name = "generator" 1520version = "0.7.5" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 1523dependencies = [ 1524 "cc", 1525 "libc", 1526 "log", 1527 "rustversion", 1528 "windows 0.48.0", 1529] 1530 1531[[package]] 1532name = "generic-array" 1533version = "0.14.7" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1536dependencies = [ 1537 "typenum", 1538 "version_check", 1539] 1540 1541[[package]] 1542name = "gethostname" 1543version = "0.4.3" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1546dependencies = [ 1547 "libc", 1548 "windows-targets 0.48.5", 1549] 1550 1551[[package]] 1552name = "getrandom" 1553version = "0.1.16" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1556dependencies = [ 1557 "cfg-if", 1558 "libc", 1559 "wasi 0.9.0+wasi-snapshot-preview1", 1560] 1561 1562[[package]] 1563name = "getrandom" 1564version = "0.2.15" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1567dependencies = [ 1568 "cfg-if", 1569 "libc", 1570 "wasi 0.11.0+wasi-snapshot-preview1", 1571] 1572 1573[[package]] 1574name = "gimli" 1575version = "0.29.0" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1578 1579[[package]] 1580name = "gio" 1581version = "0.15.12" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" 1584dependencies = [ 1585 "bitflags 1.3.2", 1586 "futures-channel", 1587 "futures-core", 1588 "futures-io", 1589 "gio-sys", 1590 "glib", 1591 "libc", 1592 "once_cell", 1593 "thiserror", 1594] 1595 1596[[package]] 1597name = "gio-sys" 1598version = "0.15.10" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" 1601dependencies = [ 1602 "glib-sys", 1603 "gobject-sys", 1604 "libc", 1605 "system-deps 6.2.2", 1606 "winapi", 1607] 1608 1609[[package]] 1610name = "glib" 1611version = "0.15.12" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" 1614dependencies = [ 1615 "bitflags 1.3.2", 1616 "futures-channel", 1617 "futures-core", 1618 "futures-executor", 1619 "futures-task", 1620 "glib-macros", 1621 "glib-sys", 1622 "gobject-sys", 1623 "libc", 1624 "once_cell", 1625 "smallvec", 1626 "thiserror", 1627] 1628 1629[[package]] 1630name = "glib-macros" 1631version = "0.15.13" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" 1634dependencies = [ 1635 "anyhow", 1636 "heck 0.4.1", 1637 "proc-macro-crate 1.3.1", 1638 "proc-macro-error", 1639 "proc-macro2", 1640 "quote", 1641 "syn 1.0.109", 1642] 1643 1644[[package]] 1645name = "glib-sys" 1646version = "0.15.10" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" 1649dependencies = [ 1650 "libc", 1651 "system-deps 6.2.2", 1652] 1653 1654[[package]] 1655name = "glob" 1656version = "0.3.1" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1659 1660[[package]] 1661name = "globset" 1662version = "0.4.14" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 1665dependencies = [ 1666 "aho-corasick", 1667 "bstr", 1668 "log", 1669 "regex-automata 0.4.7", 1670 "regex-syntax 0.8.4", 1671] 1672 1673[[package]] 1674name = "gobject-sys" 1675version = "0.15.10" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" 1678dependencies = [ 1679 "glib-sys", 1680 "libc", 1681 "system-deps 6.2.2", 1682] 1683 1684[[package]] 1685name = "gtk" 1686version = "0.15.5" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" 1689dependencies = [ 1690 "atk", 1691 "bitflags 1.3.2", 1692 "cairo-rs", 1693 "field-offset", 1694 "futures-channel", 1695 "gdk", 1696 "gdk-pixbuf", 1697 "gio", 1698 "glib", 1699 "gtk-sys", 1700 "gtk3-macros", 1701 "libc", 1702 "once_cell", 1703 "pango", 1704 "pkg-config", 1705] 1706 1707[[package]] 1708name = "gtk-sys" 1709version = "0.15.3" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" 1712dependencies = [ 1713 "atk-sys", 1714 "cairo-sys-rs", 1715 "gdk-pixbuf-sys", 1716 "gdk-sys", 1717 "gio-sys", 1718 "glib-sys", 1719 "gobject-sys", 1720 "libc", 1721 "pango-sys", 1722 "system-deps 6.2.2", 1723] 1724 1725[[package]] 1726name = "gtk3-macros" 1727version = "0.15.6" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" 1730dependencies = [ 1731 "anyhow", 1732 "proc-macro-crate 1.3.1", 1733 "proc-macro-error", 1734 "proc-macro2", 1735 "quote", 1736 "syn 1.0.109", 1737] 1738 1739[[package]] 1740name = "h2" 1741version = "0.3.26" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 1744dependencies = [ 1745 "bytes", 1746 "fnv", 1747 "futures-core", 1748 "futures-sink", 1749 "futures-util", 1750 "http 0.2.12", 1751 "indexmap 2.2.6", 1752 "slab", 1753 "tokio", 1754 "tokio-util", 1755 "tracing", 1756] 1757 1758[[package]] 1759name = "hashbrown" 1760version = "0.12.3" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1763dependencies = [ 1764 "ahash", 1765] 1766 1767[[package]] 1768name = "hashbrown" 1769version = "0.14.5" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1772 1773[[package]] 1774name = "heck" 1775version = "0.3.3" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1778dependencies = [ 1779 "unicode-segmentation", 1780] 1781 1782[[package]] 1783name = "heck" 1784version = "0.4.1" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1787 1788[[package]] 1789name = "heck" 1790version = "0.5.0" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1793 1794[[package]] 1795name = "hermit-abi" 1796version = "0.3.9" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1799 1800[[package]] 1801name = "hermit-abi" 1802version = "0.4.0" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1805 1806[[package]] 1807name = "hex" 1808version = "0.4.3" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1811 1812[[package]] 1813name = "home" 1814version = "0.5.9" 1815source = "registry+https://github.com/rust-lang/crates.io-index" 1816checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1817dependencies = [ 1818 "windows-sys 0.52.0", 1819] 1820 1821[[package]] 1822name = "html5ever" 1823version = "0.26.0" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 1826dependencies = [ 1827 "log", 1828 "mac", 1829 "markup5ever", 1830 "proc-macro2", 1831 "quote", 1832 "syn 1.0.109", 1833] 1834 1835[[package]] 1836name = "http" 1837version = "0.2.12" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1840dependencies = [ 1841 "bytes", 1842 "fnv", 1843 "itoa 1.0.11", 1844] 1845 1846[[package]] 1847name = "http" 1848version = "1.1.0" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1851dependencies = [ 1852 "bytes", 1853 "fnv", 1854 "itoa 1.0.11", 1855] 1856 1857[[package]] 1858name = "http-body" 1859version = "0.4.6" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1862dependencies = [ 1863 "bytes", 1864 "http 0.2.12", 1865 "pin-project-lite", 1866] 1867 1868[[package]] 1869name = "http-body" 1870version = "1.0.1" 1871source = "registry+https://github.com/rust-lang/crates.io-index" 1872checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1873dependencies = [ 1874 "bytes", 1875 "http 1.1.0", 1876] 1877 1878[[package]] 1879name = "http-body-util" 1880version = "0.1.2" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1883dependencies = [ 1884 "bytes", 1885 "futures-util", 1886 "http 1.1.0", 1887 "http-body 1.0.1", 1888 "pin-project-lite", 1889] 1890 1891[[package]] 1892name = "http-range" 1893version = "0.1.5" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1896 1897[[package]] 1898name = "httparse" 1899version = "1.9.4" 1900source = "registry+https://github.com/rust-lang/crates.io-index" 1901checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 1902 1903[[package]] 1904name = "httpdate" 1905version = "1.0.3" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1908 1909[[package]] 1910name = "hyper" 1911version = "0.14.30" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 1914dependencies = [ 1915 "bytes", 1916 "futures-channel", 1917 "futures-core", 1918 "futures-util", 1919 "h2", 1920 "http 0.2.12", 1921 "http-body 0.4.6", 1922 "httparse", 1923 "httpdate", 1924 "itoa 1.0.11", 1925 "pin-project-lite", 1926 "socket2", 1927 "tokio", 1928 "tower-service", 1929 "tracing", 1930 "want", 1931] 1932 1933[[package]] 1934name = "hyper" 1935version = "1.4.1" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 1938dependencies = [ 1939 "bytes", 1940 "futures-channel", 1941 "futures-util", 1942 "http 1.1.0", 1943 "http-body 1.0.1", 1944 "httparse", 1945 "httpdate", 1946 "itoa 1.0.11", 1947 "pin-project-lite", 1948 "smallvec", 1949 "tokio", 1950] 1951 1952[[package]] 1953name = "hyper-tls" 1954version = "0.5.0" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1957dependencies = [ 1958 "bytes", 1959 "hyper 0.14.30", 1960 "native-tls", 1961 "tokio", 1962 "tokio-native-tls", 1963] 1964 1965[[package]] 1966name = "hyper-util" 1967version = "0.1.6" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" 1970dependencies = [ 1971 "bytes", 1972 "futures-util", 1973 "http 1.1.0", 1974 "http-body 1.0.1", 1975 "hyper 1.4.1", 1976 "pin-project-lite", 1977 "tokio", 1978] 1979 1980[[package]] 1981name = "iana-time-zone" 1982version = "0.1.60" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1985dependencies = [ 1986 "android_system_properties", 1987 "core-foundation-sys", 1988 "iana-time-zone-haiku", 1989 "js-sys", 1990 "wasm-bindgen", 1991 "windows-core 0.52.0", 1992] 1993 1994[[package]] 1995name = "iana-time-zone-haiku" 1996version = "0.1.2" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1999dependencies = [ 2000 "cc", 2001] 2002 2003[[package]] 2004name = "ico" 2005version = "0.2.0" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd" 2008dependencies = [ 2009 "byteorder", 2010 "png", 2011] 2012 2013[[package]] 2014name = "ico" 2015version = "0.3.0" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" 2018dependencies = [ 2019 "byteorder", 2020 "png", 2021] 2022 2023[[package]] 2024name = "ident_case" 2025version = "1.0.1" 2026source = "registry+https://github.com/rust-lang/crates.io-index" 2027checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2028 2029[[package]] 2030name = "idna" 2031version = "0.5.0" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2034dependencies = [ 2035 "unicode-bidi", 2036 "unicode-normalization", 2037] 2038 2039[[package]] 2040name = "ignore" 2041version = "0.4.22" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 2044dependencies = [ 2045 "crossbeam-deque", 2046 "globset", 2047 "log", 2048 "memchr", 2049 "regex-automata 0.4.7", 2050 "same-file", 2051 "walkdir", 2052 "winapi-util", 2053] 2054 2055[[package]] 2056name = "image" 2057version = "0.24.9" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2060dependencies = [ 2061 "bytemuck", 2062 "byteorder", 2063 "color_quant", 2064 "num-traits", 2065] 2066 2067[[package]] 2068name = "image" 2069version = "0.25.2" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10" 2072dependencies = [ 2073 "bytemuck", 2074 "byteorder-lite", 2075 "num-traits", 2076 "png", 2077 "tiff", 2078] 2079 2080[[package]] 2081name = "indexmap" 2082version = "1.9.3" 2083source = "registry+https://github.com/rust-lang/crates.io-index" 2084checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2085dependencies = [ 2086 "autocfg", 2087 "hashbrown 0.12.3", 2088 "serde", 2089] 2090 2091[[package]] 2092name = "indexmap" 2093version = "2.2.6" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 2096dependencies = [ 2097 "equivalent", 2098 "hashbrown 0.14.5", 2099 "serde", 2100] 2101 2102[[package]] 2103name = "infer" 2104version = "0.9.0" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a" 2107dependencies = [ 2108 "cfb", 2109] 2110 2111[[package]] 2112name = "infer" 2113version = "0.13.0" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" 2116dependencies = [ 2117 "cfb", 2118] 2119 2120[[package]] 2121name = "instant" 2122version = "0.1.13" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2125dependencies = [ 2126 "cfg-if", 2127] 2128 2129[[package]] 2130name = "interprocess" 2131version = "1.2.1" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb" 2134dependencies = [ 2135 "cfg-if", 2136 "libc", 2137 "rustc_version", 2138 "to_method", 2139 "winapi", 2140] 2141 2142[[package]] 2143name = "ipnet" 2144version = "2.9.0" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2147 2148[[package]] 2149name = "itoa" 2150version = "0.4.8" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 2153 2154[[package]] 2155name = "itoa" 2156version = "1.0.11" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2159 2160[[package]] 2161name = "javascriptcore-rs" 2162version = "0.16.0" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" 2165dependencies = [ 2166 "bitflags 1.3.2", 2167 "glib", 2168 "javascriptcore-rs-sys", 2169] 2170 2171[[package]] 2172name = "javascriptcore-rs-sys" 2173version = "0.4.0" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" 2176dependencies = [ 2177 "glib-sys", 2178 "gobject-sys", 2179 "libc", 2180 "system-deps 5.0.0", 2181] 2182 2183[[package]] 2184name = "jni" 2185version = "0.20.0" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 2188dependencies = [ 2189 "cesu8", 2190 "combine", 2191 "jni-sys", 2192 "log", 2193 "thiserror", 2194 "walkdir", 2195] 2196 2197[[package]] 2198name = "jni-sys" 2199version = "0.3.0" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2202 2203[[package]] 2204name = "jpeg-decoder" 2205version = "0.3.1" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 2208 2209[[package]] 2210name = "js-sys" 2211version = "0.3.69" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 2214dependencies = [ 2215 "wasm-bindgen", 2216] 2217 2218[[package]] 2219name = "json-patch" 2220version = "1.4.0" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" 2223dependencies = [ 2224 "serde", 2225 "serde_json", 2226 "thiserror", 2227] 2228 2229[[package]] 2230name = "kuchikiki" 2231version = "0.8.2" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" 2234dependencies = [ 2235 "cssparser", 2236 "html5ever", 2237 "indexmap 1.9.3", 2238 "matches", 2239 "selectors", 2240] 2241 2242[[package]] 2243name = "lazy_static" 2244version = "1.5.0" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2247 2248[[package]] 2249name = "libappindicator" 2250version = "0.7.1" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8" 2253dependencies = [ 2254 "glib", 2255 "gtk", 2256 "gtk-sys", 2257 "libappindicator-sys", 2258 "log", 2259] 2260 2261[[package]] 2262name = "libappindicator-sys" 2263version = "0.7.3" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa" 2266dependencies = [ 2267 "gtk-sys", 2268 "libloading 0.7.4", 2269 "once_cell", 2270] 2271 2272[[package]] 2273name = "libc" 2274version = "0.2.155" 2275source = "registry+https://github.com/rust-lang/crates.io-index" 2276checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 2277 2278[[package]] 2279name = "libloading" 2280version = "0.7.4" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2283dependencies = [ 2284 "cfg-if", 2285 "winapi", 2286] 2287 2288[[package]] 2289name = "libloading" 2290version = "0.8.5" 2291source = "registry+https://github.com/rust-lang/crates.io-index" 2292checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 2293dependencies = [ 2294 "cfg-if", 2295 "windows-targets 0.52.6", 2296] 2297 2298[[package]] 2299name = "libredox" 2300version = "0.1.3" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2303dependencies = [ 2304 "bitflags 2.6.0", 2305 "libc", 2306] 2307 2308[[package]] 2309name = "linux-raw-sys" 2310version = "0.4.14" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2313 2314[[package]] 2315name = "lock_api" 2316version = "0.4.12" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2319dependencies = [ 2320 "autocfg", 2321 "scopeguard", 2322] 2323 2324[[package]] 2325name = "log" 2326version = "0.4.22" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2329dependencies = [ 2330 "value-bag", 2331] 2332 2333[[package]] 2334name = "loom" 2335version = "0.5.6" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 2338dependencies = [ 2339 "cfg-if", 2340 "generator", 2341 "scoped-tls", 2342 "serde", 2343 "serde_json", 2344 "tracing", 2345 "tracing-subscriber", 2346] 2347 2348[[package]] 2349name = "mac" 2350version = "0.1.1" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2353 2354[[package]] 2355name = "mac-notification-sys" 2356version = "0.6.1" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64" 2359dependencies = [ 2360 "cc", 2361 "dirs-next", 2362 "objc-foundation", 2363 "objc_id", 2364 "time", 2365] 2366 2367[[package]] 2368name = "malloc_buf" 2369version = "0.0.6" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2372dependencies = [ 2373 "libc", 2374] 2375 2376[[package]] 2377name = "markup5ever" 2378version = "0.11.0" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 2381dependencies = [ 2382 "log", 2383 "phf 0.10.1", 2384 "phf_codegen 0.10.0", 2385 "string_cache", 2386 "string_cache_codegen", 2387 "tendril", 2388] 2389 2390[[package]] 2391name = "matchers" 2392version = "0.1.0" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2395dependencies = [ 2396 "regex-automata 0.1.10", 2397] 2398 2399[[package]] 2400name = "matches" 2401version = "0.1.10" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2404 2405[[package]] 2406name = "matchit" 2407version = "0.7.3" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 2410 2411[[package]] 2412name = "memchr" 2413version = "2.7.4" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2416 2417[[package]] 2418name = "memoffset" 2419version = "0.7.1" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2422dependencies = [ 2423 "autocfg", 2424] 2425 2426[[package]] 2427name = "memoffset" 2428version = "0.9.1" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2431dependencies = [ 2432 "autocfg", 2433] 2434 2435[[package]] 2436name = "mime" 2437version = "0.3.17" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2440 2441[[package]] 2442name = "minimal-lexical" 2443version = "0.2.1" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2446 2447[[package]] 2448name = "minisign-verify" 2449version = "0.2.1" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881" 2452 2453[[package]] 2454name = "miniz_oxide" 2455version = "0.7.4" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2458dependencies = [ 2459 "adler", 2460 "simd-adler32", 2461] 2462 2463[[package]] 2464name = "mio" 2465version = "0.8.11" 2466source = "registry+https://github.com/rust-lang/crates.io-index" 2467checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2468dependencies = [ 2469 "libc", 2470 "wasi 0.11.0+wasi-snapshot-preview1", 2471 "windows-sys 0.48.0", 2472] 2473 2474[[package]] 2475name = "native-tls" 2476version = "0.2.12" 2477source = "registry+https://github.com/rust-lang/crates.io-index" 2478checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 2479dependencies = [ 2480 "libc", 2481 "log", 2482 "openssl", 2483 "openssl-probe", 2484 "openssl-sys", 2485 "schannel", 2486 "security-framework", 2487 "security-framework-sys", 2488 "tempfile", 2489] 2490 2491[[package]] 2492name = "ndk" 2493version = "0.6.0" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 2496dependencies = [ 2497 "bitflags 1.3.2", 2498 "jni-sys", 2499 "ndk-sys", 2500 "num_enum", 2501 "thiserror", 2502] 2503 2504[[package]] 2505name = "ndk-context" 2506version = "0.1.1" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2509 2510[[package]] 2511name = "ndk-sys" 2512version = "0.3.0" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 2515dependencies = [ 2516 "jni-sys", 2517] 2518 2519[[package]] 2520name = "new_debug_unreachable" 2521version = "1.0.6" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2524 2525[[package]] 2526name = "nix" 2527version = "0.26.4" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 2530dependencies = [ 2531 "bitflags 1.3.2", 2532 "cfg-if", 2533 "libc", 2534 "memoffset 0.7.1", 2535] 2536 2537[[package]] 2538name = "nix" 2539version = "0.28.0" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 2542dependencies = [ 2543 "bitflags 2.6.0", 2544 "cfg-if", 2545 "cfg_aliases 0.1.1", 2546 "libc", 2547] 2548 2549[[package]] 2550name = "nix" 2551version = "0.29.0" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 2554dependencies = [ 2555 "bitflags 2.6.0", 2556 "cfg-if", 2557 "cfg_aliases 0.2.1", 2558 "libc", 2559 "memoffset 0.9.1", 2560] 2561 2562[[package]] 2563name = "nodrop" 2564version = "0.1.14" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2567 2568[[package]] 2569name = "nom" 2570version = "7.1.3" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2573dependencies = [ 2574 "memchr", 2575 "minimal-lexical", 2576] 2577 2578[[package]] 2579name = "notify-rust" 2580version = "4.11.0" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f" 2583dependencies = [ 2584 "log", 2585 "mac-notification-sys", 2586 "serde", 2587 "tauri-winrt-notification", 2588 "zbus", 2589] 2590 2591[[package]] 2592name = "nu-ansi-term" 2593version = "0.46.0" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2596dependencies = [ 2597 "overload", 2598 "winapi", 2599] 2600 2601[[package]] 2602name = "num-conv" 2603version = "0.1.0" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2606 2607[[package]] 2608name = "num-traits" 2609version = "0.2.19" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2612dependencies = [ 2613 "autocfg", 2614] 2615 2616[[package]] 2617name = "num_cpus" 2618version = "1.16.0" 2619source = "registry+https://github.com/rust-lang/crates.io-index" 2620checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2621dependencies = [ 2622 "hermit-abi 0.3.9", 2623 "libc", 2624] 2625 2626[[package]] 2627name = "num_enum" 2628version = "0.5.11" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2631dependencies = [ 2632 "num_enum_derive", 2633] 2634 2635[[package]] 2636name = "num_enum_derive" 2637version = "0.5.11" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2640dependencies = [ 2641 "proc-macro-crate 1.3.1", 2642 "proc-macro2", 2643 "quote", 2644 "syn 1.0.109", 2645] 2646 2647[[package]] 2648name = "num_threads" 2649version = "0.1.7" 2650source = "registry+https://github.com/rust-lang/crates.io-index" 2651checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2652dependencies = [ 2653 "libc", 2654] 2655 2656[[package]] 2657name = "objc" 2658version = "0.2.7" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2661dependencies = [ 2662 "malloc_buf", 2663 "objc_exception", 2664] 2665 2666[[package]] 2667name = "objc-foundation" 2668version = "0.1.1" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2671dependencies = [ 2672 "block", 2673 "objc", 2674 "objc_id", 2675] 2676 2677[[package]] 2678name = "objc-sys" 2679version = "0.3.5" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2682 2683[[package]] 2684name = "objc2" 2685version = "0.4.1" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 2688dependencies = [ 2689 "objc-sys", 2690 "objc2-encode 3.0.0", 2691] 2692 2693[[package]] 2694name = "objc2" 2695version = "0.5.2" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 2698dependencies = [ 2699 "objc-sys", 2700 "objc2-encode 4.0.3", 2701] 2702 2703[[package]] 2704name = "objc2-app-kit" 2705version = "0.2.2" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 2708dependencies = [ 2709 "bitflags 2.6.0", 2710 "block2", 2711 "libc", 2712 "objc2 0.5.2", 2713 "objc2-core-data", 2714 "objc2-core-image", 2715 "objc2-foundation", 2716 "objc2-quartz-core", 2717] 2718 2719[[package]] 2720name = "objc2-core-data" 2721version = "0.2.2" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 2724dependencies = [ 2725 "bitflags 2.6.0", 2726 "block2", 2727 "objc2 0.5.2", 2728 "objc2-foundation", 2729] 2730 2731[[package]] 2732name = "objc2-core-image" 2733version = "0.2.2" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 2736dependencies = [ 2737 "block2", 2738 "objc2 0.5.2", 2739 "objc2-foundation", 2740 "objc2-metal", 2741] 2742 2743[[package]] 2744name = "objc2-encode" 2745version = "3.0.0" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 2748 2749[[package]] 2750name = "objc2-encode" 2751version = "4.0.3" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 2754 2755[[package]] 2756name = "objc2-foundation" 2757version = "0.2.2" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 2760dependencies = [ 2761 "bitflags 2.6.0", 2762 "block2", 2763 "libc", 2764 "objc2 0.5.2", 2765] 2766 2767[[package]] 2768name = "objc2-metal" 2769version = "0.2.2" 2770source = "registry+https://github.com/rust-lang/crates.io-index" 2771checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 2772dependencies = [ 2773 "bitflags 2.6.0", 2774 "block2", 2775 "objc2 0.5.2", 2776 "objc2-foundation", 2777] 2778 2779[[package]] 2780name = "objc2-quartz-core" 2781version = "0.2.2" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 2784dependencies = [ 2785 "bitflags 2.6.0", 2786 "block2", 2787 "objc2 0.5.2", 2788 "objc2-foundation", 2789 "objc2-metal", 2790] 2791 2792[[package]] 2793name = "objc_exception" 2794version = "0.1.2" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2797dependencies = [ 2798 "cc", 2799] 2800 2801[[package]] 2802name = "objc_id" 2803version = "0.1.1" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2806dependencies = [ 2807 "objc", 2808] 2809 2810[[package]] 2811name = "object" 2812version = "0.36.1" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 2815dependencies = [ 2816 "memchr", 2817] 2818 2819[[package]] 2820name = "once_cell" 2821version = "1.19.0" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2824 2825[[package]] 2826name = "open" 2827version = "3.2.0" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 2830dependencies = [ 2831 "pathdiff", 2832 "windows-sys 0.42.0", 2833] 2834 2835[[package]] 2836name = "openssl" 2837version = "0.10.66" 2838source = "registry+https://github.com/rust-lang/crates.io-index" 2839checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 2840dependencies = [ 2841 "bitflags 2.6.0", 2842 "cfg-if", 2843 "foreign-types 0.3.2", 2844 "libc", 2845 "once_cell", 2846 "openssl-macros", 2847 "openssl-sys", 2848] 2849 2850[[package]] 2851name = "openssl-macros" 2852version = "0.1.1" 2853source = "registry+https://github.com/rust-lang/crates.io-index" 2854checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2855dependencies = [ 2856 "proc-macro2", 2857 "quote", 2858 "syn 2.0.72", 2859] 2860 2861[[package]] 2862name = "openssl-probe" 2863version = "0.1.5" 2864source = "registry+https://github.com/rust-lang/crates.io-index" 2865checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2866 2867[[package]] 2868name = "openssl-sys" 2869version = "0.9.103" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 2872dependencies = [ 2873 "cc", 2874 "libc", 2875 "pkg-config", 2876 "vcpkg", 2877] 2878 2879[[package]] 2880name = "option-ext" 2881version = "0.2.0" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2884 2885[[package]] 2886name = "ordered-stream" 2887version = "0.2.0" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2890dependencies = [ 2891 "futures-core", 2892 "pin-project-lite", 2893] 2894 2895[[package]] 2896name = "os_info" 2897version = "3.8.2" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 2900dependencies = [ 2901 "log", 2902 "serde", 2903 "windows-sys 0.52.0", 2904] 2905 2906[[package]] 2907name = "os_pipe" 2908version = "1.2.0" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209" 2911dependencies = [ 2912 "libc", 2913 "windows-sys 0.52.0", 2914] 2915 2916[[package]] 2917name = "overload" 2918version = "0.1.1" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2921 2922[[package]] 2923name = "pango" 2924version = "0.15.10" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" 2927dependencies = [ 2928 "bitflags 1.3.2", 2929 "glib", 2930 "libc", 2931 "once_cell", 2932 "pango-sys", 2933] 2934 2935[[package]] 2936name = "pango-sys" 2937version = "0.15.10" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" 2940dependencies = [ 2941 "glib-sys", 2942 "gobject-sys", 2943 "libc", 2944 "system-deps 6.2.2", 2945] 2946 2947[[package]] 2948name = "parking" 2949version = "2.2.0" 2950source = "registry+https://github.com/rust-lang/crates.io-index" 2951checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2952 2953[[package]] 2954name = "parking_lot" 2955version = "0.12.3" 2956source = "registry+https://github.com/rust-lang/crates.io-index" 2957checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2958dependencies = [ 2959 "lock_api", 2960 "parking_lot_core", 2961] 2962 2963[[package]] 2964name = "parking_lot_core" 2965version = "0.9.10" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2968dependencies = [ 2969 "cfg-if", 2970 "libc", 2971 "redox_syscall 0.5.3", 2972 "smallvec", 2973 "windows-targets 0.52.6", 2974] 2975 2976[[package]] 2977name = "pathdiff" 2978version = "0.2.1" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 2981 2982[[package]] 2983name = "percent-encoding" 2984version = "2.3.1" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2987 2988[[package]] 2989name = "petgraph" 2990version = "0.6.5" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 2993dependencies = [ 2994 "fixedbitset", 2995 "indexmap 2.2.6", 2996] 2997 2998[[package]] 2999name = "phf" 3000version = "0.8.0" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 3003dependencies = [ 3004 "phf_macros 0.8.0", 3005 "phf_shared 0.8.0", 3006 "proc-macro-hack", 3007] 3008 3009[[package]] 3010name = "phf" 3011version = "0.10.1" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3014dependencies = [ 3015 "phf_shared 0.10.0", 3016] 3017 3018[[package]] 3019name = "phf" 3020version = "0.11.2" 3021source = "registry+https://github.com/rust-lang/crates.io-index" 3022checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3023dependencies = [ 3024 "phf_macros 0.11.2", 3025 "phf_shared 0.11.2", 3026] 3027 3028[[package]] 3029name = "phf_codegen" 3030version = "0.8.0" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 3033dependencies = [ 3034 "phf_generator 0.8.0", 3035 "phf_shared 0.8.0", 3036] 3037 3038[[package]] 3039name = "phf_codegen" 3040version = "0.10.0" 3041source = "registry+https://github.com/rust-lang/crates.io-index" 3042checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 3043dependencies = [ 3044 "phf_generator 0.10.0", 3045 "phf_shared 0.10.0", 3046] 3047 3048[[package]] 3049name = "phf_generator" 3050version = "0.8.0" 3051source = "registry+https://github.com/rust-lang/crates.io-index" 3052checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 3053dependencies = [ 3054 "phf_shared 0.8.0", 3055 "rand 0.7.3", 3056] 3057 3058[[package]] 3059name = "phf_generator" 3060version = "0.10.0" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3063dependencies = [ 3064 "phf_shared 0.10.0", 3065 "rand 0.8.5", 3066] 3067 3068[[package]] 3069name = "phf_generator" 3070version = "0.11.2" 3071source = "registry+https://github.com/rust-lang/crates.io-index" 3072checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3073dependencies = [ 3074 "phf_shared 0.11.2", 3075 "rand 0.8.5", 3076] 3077 3078[[package]] 3079name = "phf_macros" 3080version = "0.8.0" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 3083dependencies = [ 3084 "phf_generator 0.8.0", 3085 "phf_shared 0.8.0", 3086 "proc-macro-hack", 3087 "proc-macro2", 3088 "quote", 3089 "syn 1.0.109", 3090] 3091 3092[[package]] 3093name = "phf_macros" 3094version = "0.11.2" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 3097dependencies = [ 3098 "phf_generator 0.11.2", 3099 "phf_shared 0.11.2", 3100 "proc-macro2", 3101 "quote", 3102 "syn 2.0.72", 3103] 3104 3105[[package]] 3106name = "phf_shared" 3107version = "0.8.0" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3110dependencies = [ 3111 "siphasher", 3112] 3113 3114[[package]] 3115name = "phf_shared" 3116version = "0.10.0" 3117source = "registry+https://github.com/rust-lang/crates.io-index" 3118checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3119dependencies = [ 3120 "siphasher", 3121] 3122 3123[[package]] 3124name = "phf_shared" 3125version = "0.11.2" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3128dependencies = [ 3129 "siphasher", 3130] 3131 3132[[package]] 3133name = "pin-project" 3134version = "1.1.5" 3135source = "registry+https://github.com/rust-lang/crates.io-index" 3136checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 3137dependencies = [ 3138 "pin-project-internal", 3139] 3140 3141[[package]] 3142name = "pin-project-internal" 3143version = "1.1.5" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 3146dependencies = [ 3147 "proc-macro2", 3148 "quote", 3149 "syn 2.0.72", 3150] 3151 3152[[package]] 3153name = "pin-project-lite" 3154version = "0.2.14" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3157 3158[[package]] 3159name = "pin-utils" 3160version = "0.1.0" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3163 3164[[package]] 3165name = "piper" 3166version = "0.2.3" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" 3169dependencies = [ 3170 "atomic-waker", 3171 "fastrand", 3172 "futures-io", 3173] 3174 3175[[package]] 3176name = "pkg-config" 3177version = "0.3.30" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 3180 3181[[package]] 3182name = "plist" 3183version = "1.7.0" 3184source = "registry+https://github.com/rust-lang/crates.io-index" 3185checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 3186dependencies = [ 3187 "base64 0.22.1", 3188 "indexmap 2.2.6", 3189 "quick-xml 0.32.0", 3190 "serde", 3191 "time", 3192] 3193 3194[[package]] 3195name = "png" 3196version = "0.17.13" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 3199dependencies = [ 3200 "bitflags 1.3.2", 3201 "crc32fast", 3202 "fdeflate", 3203 "flate2", 3204 "miniz_oxide", 3205] 3206 3207[[package]] 3208name = "polling" 3209version = "3.7.2" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" 3212dependencies = [ 3213 "cfg-if", 3214 "concurrent-queue", 3215 "hermit-abi 0.4.0", 3216 "pin-project-lite", 3217 "rustix", 3218 "tracing", 3219 "windows-sys 0.52.0", 3220] 3221 3222[[package]] 3223name = "powerfmt" 3224version = "0.2.0" 3225source = "registry+https://github.com/rust-lang/crates.io-index" 3226checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3227 3228[[package]] 3229name = "ppv-lite86" 3230version = "0.2.17" 3231source = "registry+https://github.com/rust-lang/crates.io-index" 3232checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3233 3234[[package]] 3235name = "precomputed-hash" 3236version = "0.1.1" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3239 3240[[package]] 3241name = "proc-macro-crate" 3242version = "1.3.1" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3245dependencies = [ 3246 "once_cell", 3247 "toml_edit 0.19.15", 3248] 3249 3250[[package]] 3251name = "proc-macro-crate" 3252version = "3.1.0" 3253source = "registry+https://github.com/rust-lang/crates.io-index" 3254checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 3255dependencies = [ 3256 "toml_edit 0.21.1", 3257] 3258 3259[[package]] 3260name = "proc-macro-error" 3261version = "1.0.4" 3262source = "registry+https://github.com/rust-lang/crates.io-index" 3263checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3264dependencies = [ 3265 "proc-macro-error-attr", 3266 "proc-macro2", 3267 "quote", 3268 "syn 1.0.109", 3269 "version_check", 3270] 3271 3272[[package]] 3273name = "proc-macro-error-attr" 3274version = "1.0.4" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3277dependencies = [ 3278 "proc-macro2", 3279 "quote", 3280 "version_check", 3281] 3282 3283[[package]] 3284name = "proc-macro-hack" 3285version = "0.5.20+deprecated" 3286source = "registry+https://github.com/rust-lang/crates.io-index" 3287checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3288 3289[[package]] 3290name = "proc-macro2" 3291version = "1.0.86" 3292source = "registry+https://github.com/rust-lang/crates.io-index" 3293checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 3294dependencies = [ 3295 "unicode-ident", 3296] 3297 3298[[package]] 3299name = "ptr_meta" 3300version = "0.1.4" 3301source = "registry+https://github.com/rust-lang/crates.io-index" 3302checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 3303dependencies = [ 3304 "ptr_meta_derive", 3305] 3306 3307[[package]] 3308name = "ptr_meta_derive" 3309version = "0.1.4" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 3312dependencies = [ 3313 "proc-macro2", 3314 "quote", 3315 "syn 1.0.109", 3316] 3317 3318[[package]] 3319name = "quick-xml" 3320version = "0.31.0" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 3323dependencies = [ 3324 "memchr", 3325] 3326 3327[[package]] 3328name = "quick-xml" 3329version = "0.32.0" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 3332dependencies = [ 3333 "memchr", 3334] 3335 3336[[package]] 3337name = "quick-xml" 3338version = "0.34.0" 3339source = "registry+https://github.com/rust-lang/crates.io-index" 3340checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4" 3341dependencies = [ 3342 "memchr", 3343] 3344 3345[[package]] 3346name = "quote" 3347version = "1.0.36" 3348source = "registry+https://github.com/rust-lang/crates.io-index" 3349checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 3350dependencies = [ 3351 "proc-macro2", 3352] 3353 3354[[package]] 3355name = "radium" 3356version = "0.7.0" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 3359 3360[[package]] 3361name = "rand" 3362version = "0.7.3" 3363source = "registry+https://github.com/rust-lang/crates.io-index" 3364checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3365dependencies = [ 3366 "getrandom 0.1.16", 3367 "libc", 3368 "rand_chacha 0.2.2", 3369 "rand_core 0.5.1", 3370 "rand_hc", 3371 "rand_pcg", 3372] 3373 3374[[package]] 3375name = "rand" 3376version = "0.8.5" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3379dependencies = [ 3380 "libc", 3381 "rand_chacha 0.3.1", 3382 "rand_core 0.6.4", 3383] 3384 3385[[package]] 3386name = "rand_chacha" 3387version = "0.2.2" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3390dependencies = [ 3391 "ppv-lite86", 3392 "rand_core 0.5.1", 3393] 3394 3395[[package]] 3396name = "rand_chacha" 3397version = "0.3.1" 3398source = "registry+https://github.com/rust-lang/crates.io-index" 3399checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3400dependencies = [ 3401 "ppv-lite86", 3402 "rand_core 0.6.4", 3403] 3404 3405[[package]] 3406name = "rand_core" 3407version = "0.5.1" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3410dependencies = [ 3411 "getrandom 0.1.16", 3412] 3413 3414[[package]] 3415name = "rand_core" 3416version = "0.6.4" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3419dependencies = [ 3420 "getrandom 0.2.15", 3421] 3422 3423[[package]] 3424name = "rand_hc" 3425version = "0.2.0" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3428dependencies = [ 3429 "rand_core 0.5.1", 3430] 3431 3432[[package]] 3433name = "rand_pcg" 3434version = "0.2.1" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 3437dependencies = [ 3438 "rand_core 0.5.1", 3439] 3440 3441[[package]] 3442name = "raw-window-handle" 3443version = "0.5.2" 3444source = "registry+https://github.com/rust-lang/crates.io-index" 3445checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 3446 3447[[package]] 3448name = "redox_syscall" 3449version = "0.4.1" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3452dependencies = [ 3453 "bitflags 1.3.2", 3454] 3455 3456[[package]] 3457name = "redox_syscall" 3458version = "0.5.3" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 3461dependencies = [ 3462 "bitflags 2.6.0", 3463] 3464 3465[[package]] 3466name = "redox_users" 3467version = "0.4.5" 3468source = "registry+https://github.com/rust-lang/crates.io-index" 3469checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 3470dependencies = [ 3471 "getrandom 0.2.15", 3472 "libredox", 3473 "thiserror", 3474] 3475 3476[[package]] 3477name = "regex" 3478version = "1.10.5" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 3481dependencies = [ 3482 "aho-corasick", 3483 "memchr", 3484 "regex-automata 0.4.7", 3485 "regex-syntax 0.8.4", 3486] 3487 3488[[package]] 3489name = "regex-automata" 3490version = "0.1.10" 3491source = "registry+https://github.com/rust-lang/crates.io-index" 3492checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3493dependencies = [ 3494 "regex-syntax 0.6.29", 3495] 3496 3497[[package]] 3498name = "regex-automata" 3499version = "0.4.7" 3500source = "registry+https://github.com/rust-lang/crates.io-index" 3501checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 3502dependencies = [ 3503 "aho-corasick", 3504 "memchr", 3505 "regex-syntax 0.8.4", 3506] 3507 3508[[package]] 3509name = "regex-syntax" 3510version = "0.6.29" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3513 3514[[package]] 3515name = "regex-syntax" 3516version = "0.8.4" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 3519 3520[[package]] 3521name = "rend" 3522version = "0.4.2" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 3525dependencies = [ 3526 "bytecheck", 3527] 3528 3529[[package]] 3530name = "reqwest" 3531version = "0.11.27" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 3534dependencies = [ 3535 "base64 0.21.7", 3536 "bytes", 3537 "encoding_rs", 3538 "futures-core", 3539 "futures-util", 3540 "h2", 3541 "http 0.2.12", 3542 "http-body 0.4.6", 3543 "hyper 0.14.30", 3544 "hyper-tls", 3545 "ipnet", 3546 "js-sys", 3547 "log", 3548 "mime", 3549 "native-tls", 3550 "once_cell", 3551 "percent-encoding", 3552 "pin-project-lite", 3553 "rustls-pemfile", 3554 "serde", 3555 "serde_json", 3556 "serde_urlencoded", 3557 "sync_wrapper 0.1.2", 3558 "system-configuration", 3559 "tokio", 3560 "tokio-native-tls", 3561 "tokio-util", 3562 "tower-service", 3563 "url", 3564 "wasm-bindgen", 3565 "wasm-bindgen-futures", 3566 "wasm-streams", 3567 "web-sys", 3568 "winreg 0.50.0", 3569] 3570 3571[[package]] 3572name = "rfd" 3573version = "0.10.0" 3574source = "registry+https://github.com/rust-lang/crates.io-index" 3575checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea" 3576dependencies = [ 3577 "block", 3578 "dispatch", 3579 "glib-sys", 3580 "gobject-sys", 3581 "gtk-sys", 3582 "js-sys", 3583 "lazy_static", 3584 "log", 3585 "objc", 3586 "objc-foundation", 3587 "objc_id", 3588 "raw-window-handle", 3589 "wasm-bindgen", 3590 "wasm-bindgen-futures", 3591 "web-sys", 3592 "windows 0.37.0", 3593] 3594 3595[[package]] 3596name = "rkyv" 3597version = "0.7.44" 3598source = "registry+https://github.com/rust-lang/crates.io-index" 3599checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" 3600dependencies = [ 3601 "bitvec", 3602 "bytecheck", 3603 "bytes", 3604 "hashbrown 0.12.3", 3605 "ptr_meta", 3606 "rend", 3607 "rkyv_derive", 3608 "seahash", 3609 "tinyvec", 3610 "uuid", 3611] 3612 3613[[package]] 3614name = "rkyv_derive" 3615version = "0.7.44" 3616source = "registry+https://github.com/rust-lang/crates.io-index" 3617checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" 3618dependencies = [ 3619 "proc-macro2", 3620 "quote", 3621 "syn 1.0.109", 3622] 3623 3624[[package]] 3625name = "rust_decimal" 3626version = "1.35.0" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" 3629dependencies = [ 3630 "arrayvec 0.7.4", 3631 "borsh", 3632 "bytes", 3633 "num-traits", 3634 "rand 0.8.5", 3635 "rkyv", 3636 "serde", 3637 "serde_json", 3638] 3639 3640[[package]] 3641name = "rustc-demangle" 3642version = "0.1.24" 3643source = "registry+https://github.com/rust-lang/crates.io-index" 3644checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3645 3646[[package]] 3647name = "rustc_version" 3648version = "0.4.0" 3649source = "registry+https://github.com/rust-lang/crates.io-index" 3650checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3651dependencies = [ 3652 "semver", 3653] 3654 3655[[package]] 3656name = "rustix" 3657version = "0.38.34" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 3660dependencies = [ 3661 "bitflags 2.6.0", 3662 "errno", 3663 "libc", 3664 "linux-raw-sys", 3665 "windows-sys 0.52.0", 3666] 3667 3668[[package]] 3669name = "rustls-pemfile" 3670version = "1.0.4" 3671source = "registry+https://github.com/rust-lang/crates.io-index" 3672checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3673dependencies = [ 3674 "base64 0.21.7", 3675] 3676 3677[[package]] 3678name = "rustversion" 3679version = "1.0.17" 3680source = "registry+https://github.com/rust-lang/crates.io-index" 3681checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 3682 3683[[package]] 3684name = "ryu" 3685version = "1.0.18" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3688 3689[[package]] 3690name = "same-file" 3691version = "1.0.6" 3692source = "registry+https://github.com/rust-lang/crates.io-index" 3693checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3694dependencies = [ 3695 "winapi-util", 3696] 3697 3698[[package]] 3699name = "schannel" 3700version = "0.1.23" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3703dependencies = [ 3704 "windows-sys 0.52.0", 3705] 3706 3707[[package]] 3708name = "scoped-tls" 3709version = "1.0.1" 3710source = "registry+https://github.com/rust-lang/crates.io-index" 3711checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3712 3713[[package]] 3714name = "scopeguard" 3715version = "1.2.0" 3716source = "registry+https://github.com/rust-lang/crates.io-index" 3717checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3718 3719[[package]] 3720name = "seahash" 3721version = "4.1.0" 3722source = "registry+https://github.com/rust-lang/crates.io-index" 3723checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 3724 3725[[package]] 3726name = "security-framework" 3727version = "2.11.1" 3728source = "registry+https://github.com/rust-lang/crates.io-index" 3729checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3730dependencies = [ 3731 "bitflags 2.6.0", 3732 "core-foundation", 3733 "core-foundation-sys", 3734 "libc", 3735 "security-framework-sys", 3736] 3737 3738[[package]] 3739name = "security-framework-sys" 3740version = "2.11.1" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" 3743dependencies = [ 3744 "core-foundation-sys", 3745 "libc", 3746] 3747 3748[[package]] 3749name = "selectors" 3750version = "0.22.0" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 3753dependencies = [ 3754 "bitflags 1.3.2", 3755 "cssparser", 3756 "derive_more", 3757 "fxhash", 3758 "log", 3759 "matches", 3760 "phf 0.8.0", 3761 "phf_codegen 0.8.0", 3762 "precomputed-hash", 3763 "servo_arc", 3764 "smallvec", 3765 "thin-slice", 3766] 3767 3768[[package]] 3769name = "semver" 3770version = "1.0.23" 3771source = "registry+https://github.com/rust-lang/crates.io-index" 3772checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3773dependencies = [ 3774 "serde", 3775] 3776 3777[[package]] 3778name = "serde" 3779version = "1.0.204" 3780source = "registry+https://github.com/rust-lang/crates.io-index" 3781checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 3782dependencies = [ 3783 "serde_derive", 3784] 3785 3786[[package]] 3787name = "serde_derive" 3788version = "1.0.204" 3789source = "registry+https://github.com/rust-lang/crates.io-index" 3790checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 3791dependencies = [ 3792 "proc-macro2", 3793 "quote", 3794 "syn 2.0.72", 3795] 3796 3797[[package]] 3798name = "serde_json" 3799version = "1.0.120" 3800source = "registry+https://github.com/rust-lang/crates.io-index" 3801checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 3802dependencies = [ 3803 "indexmap 2.2.6", 3804 "itoa 1.0.11", 3805 "ryu", 3806 "serde", 3807] 3808 3809[[package]] 3810name = "serde_path_to_error" 3811version = "0.1.16" 3812source = "registry+https://github.com/rust-lang/crates.io-index" 3813checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 3814dependencies = [ 3815 "itoa 1.0.11", 3816 "serde", 3817] 3818 3819[[package]] 3820name = "serde_qs" 3821version = "0.12.0" 3822source = "registry+https://github.com/rust-lang/crates.io-index" 3823checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c" 3824dependencies = [ 3825 "percent-encoding", 3826 "serde", 3827 "thiserror", 3828] 3829 3830[[package]] 3831name = "serde_repr" 3832version = "0.1.19" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 3835dependencies = [ 3836 "proc-macro2", 3837 "quote", 3838 "syn 2.0.72", 3839] 3840 3841[[package]] 3842name = "serde_spanned" 3843version = "0.6.6" 3844source = "registry+https://github.com/rust-lang/crates.io-index" 3845checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 3846dependencies = [ 3847 "serde", 3848] 3849 3850[[package]] 3851name = "serde_urlencoded" 3852version = "0.7.1" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3855dependencies = [ 3856 "form_urlencoded", 3857 "itoa 1.0.11", 3858 "ryu", 3859 "serde", 3860] 3861 3862[[package]] 3863name = "serde_with" 3864version = "3.9.0" 3865source = "registry+https://github.com/rust-lang/crates.io-index" 3866checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" 3867dependencies = [ 3868 "base64 0.22.1", 3869 "chrono", 3870 "hex", 3871 "indexmap 1.9.3", 3872 "indexmap 2.2.6", 3873 "serde", 3874 "serde_derive", 3875 "serde_json", 3876 "serde_with_macros", 3877 "time", 3878] 3879 3880[[package]] 3881name = "serde_with_macros" 3882version = "3.9.0" 3883source = "registry+https://github.com/rust-lang/crates.io-index" 3884checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" 3885dependencies = [ 3886 "darling", 3887 "proc-macro2", 3888 "quote", 3889 "syn 2.0.72", 3890] 3891 3892[[package]] 3893name = "serde_yaml" 3894version = "0.9.34+deprecated" 3895source = "registry+https://github.com/rust-lang/crates.io-index" 3896checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 3897dependencies = [ 3898 "indexmap 2.2.6", 3899 "itoa 1.0.11", 3900 "ryu", 3901 "serde", 3902 "unsafe-libyaml", 3903] 3904 3905[[package]] 3906name = "serialize-to-javascript" 3907version = "0.1.1" 3908source = "registry+https://github.com/rust-lang/crates.io-index" 3909checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 3910dependencies = [ 3911 "serde", 3912 "serde_json", 3913 "serialize-to-javascript-impl", 3914] 3915 3916[[package]] 3917name = "serialize-to-javascript-impl" 3918version = "0.1.1" 3919source = "registry+https://github.com/rust-lang/crates.io-index" 3920checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 3921dependencies = [ 3922 "proc-macro2", 3923 "quote", 3924 "syn 1.0.109", 3925] 3926 3927[[package]] 3928name = "servo_arc" 3929version = "0.1.1" 3930source = "registry+https://github.com/rust-lang/crates.io-index" 3931checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 3932dependencies = [ 3933 "nodrop", 3934 "stable_deref_trait", 3935] 3936 3937[[package]] 3938name = "sha1" 3939version = "0.10.6" 3940source = "registry+https://github.com/rust-lang/crates.io-index" 3941checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3942dependencies = [ 3943 "cfg-if", 3944 "cpufeatures", 3945 "digest", 3946] 3947 3948[[package]] 3949name = "sha2" 3950version = "0.10.8" 3951source = "registry+https://github.com/rust-lang/crates.io-index" 3952checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3953dependencies = [ 3954 "cfg-if", 3955 "cpufeatures", 3956 "digest", 3957] 3958 3959[[package]] 3960name = "sharded-slab" 3961version = "0.1.7" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3964dependencies = [ 3965 "lazy_static", 3966] 3967 3968[[package]] 3969name = "shared_child" 3970version = "1.0.0" 3971source = "registry+https://github.com/rust-lang/crates.io-index" 3972checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 3973dependencies = [ 3974 "libc", 3975 "winapi", 3976] 3977 3978[[package]] 3979name = "signal-hook-registry" 3980version = "1.4.2" 3981source = "registry+https://github.com/rust-lang/crates.io-index" 3982checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3983dependencies = [ 3984 "libc", 3985] 3986 3987[[package]] 3988name = "simd-adler32" 3989version = "0.3.7" 3990source = "registry+https://github.com/rust-lang/crates.io-index" 3991checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3992 3993[[package]] 3994name = "simdutf8" 3995version = "0.1.4" 3996source = "registry+https://github.com/rust-lang/crates.io-index" 3997checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 3998 3999[[package]] 4000name = "siphasher" 4001version = "0.3.11" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4004 4005[[package]] 4006name = "slab" 4007version = "0.4.9" 4008source = "registry+https://github.com/rust-lang/crates.io-index" 4009checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4010dependencies = [ 4011 "autocfg", 4012] 4013 4014[[package]] 4015name = "smallvec" 4016version = "1.13.2" 4017source = "registry+https://github.com/rust-lang/crates.io-index" 4018checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4019 4020[[package]] 4021name = "socket2" 4022version = "0.5.7" 4023source = "registry+https://github.com/rust-lang/crates.io-index" 4024checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4025dependencies = [ 4026 "libc", 4027 "windows-sys 0.52.0", 4028] 4029 4030[[package]] 4031name = "soup2" 4032version = "0.2.1" 4033source = "registry+https://github.com/rust-lang/crates.io-index" 4034checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" 4035dependencies = [ 4036 "bitflags 1.3.2", 4037 "gio", 4038 "glib", 4039 "libc", 4040 "once_cell", 4041 "soup2-sys", 4042] 4043 4044[[package]] 4045name = "soup2-sys" 4046version = "0.2.0" 4047source = "registry+https://github.com/rust-lang/crates.io-index" 4048checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" 4049dependencies = [ 4050 "bitflags 1.3.2", 4051 "gio-sys", 4052 "glib-sys", 4053 "gobject-sys", 4054 "libc", 4055 "system-deps 5.0.0", 4056] 4057 4058[[package]] 4059name = "stable_deref_trait" 4060version = "1.2.0" 4061source = "registry+https://github.com/rust-lang/crates.io-index" 4062checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4063 4064[[package]] 4065name = "state" 4066version = "0.5.3" 4067source = "registry+https://github.com/rust-lang/crates.io-index" 4068checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 4069dependencies = [ 4070 "loom", 4071] 4072 4073[[package]] 4074name = "static_assertions" 4075version = "1.1.0" 4076source = "registry+https://github.com/rust-lang/crates.io-index" 4077checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4078 4079[[package]] 4080name = "string_cache" 4081version = "0.8.7" 4082source = "registry+https://github.com/rust-lang/crates.io-index" 4083checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 4084dependencies = [ 4085 "new_debug_unreachable", 4086 "once_cell", 4087 "parking_lot", 4088 "phf_shared 0.10.0", 4089 "precomputed-hash", 4090 "serde", 4091] 4092 4093[[package]] 4094name = "string_cache_codegen" 4095version = "0.5.2" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 4098dependencies = [ 4099 "phf_generator 0.10.0", 4100 "phf_shared 0.10.0", 4101 "proc-macro2", 4102 "quote", 4103] 4104 4105[[package]] 4106name = "strip-ansi-escapes" 4107version = "0.1.1" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" 4110dependencies = [ 4111 "vte", 4112] 4113 4114[[package]] 4115name = "strsim" 4116version = "0.11.1" 4117source = "registry+https://github.com/rust-lang/crates.io-index" 4118checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4119 4120[[package]] 4121name = "syn" 4122version = "1.0.109" 4123source = "registry+https://github.com/rust-lang/crates.io-index" 4124checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4125dependencies = [ 4126 "proc-macro2", 4127 "quote", 4128 "unicode-ident", 4129] 4130 4131[[package]] 4132name = "syn" 4133version = "2.0.72" 4134source = "registry+https://github.com/rust-lang/crates.io-index" 4135checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" 4136dependencies = [ 4137 "proc-macro2", 4138 "quote", 4139 "unicode-ident", 4140] 4141 4142[[package]] 4143name = "syn_derive" 4144version = "0.1.8" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 4147dependencies = [ 4148 "proc-macro-error", 4149 "proc-macro2", 4150 "quote", 4151 "syn 2.0.72", 4152] 4153 4154[[package]] 4155name = "sync_wrapper" 4156version = "0.1.2" 4157source = "registry+https://github.com/rust-lang/crates.io-index" 4158checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4159 4160[[package]] 4161name = "sync_wrapper" 4162version = "1.0.1" 4163source = "registry+https://github.com/rust-lang/crates.io-index" 4164checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 4165 4166[[package]] 4167name = "sys-locale" 4168version = "0.2.4" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee" 4171dependencies = [ 4172 "js-sys", 4173 "libc", 4174 "wasm-bindgen", 4175 "web-sys", 4176 "windows-sys 0.45.0", 4177] 4178 4179[[package]] 4180name = "system-configuration" 4181version = "0.5.1" 4182source = "registry+https://github.com/rust-lang/crates.io-index" 4183checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4184dependencies = [ 4185 "bitflags 1.3.2", 4186 "core-foundation", 4187 "system-configuration-sys", 4188] 4189 4190[[package]] 4191name = "system-configuration-sys" 4192version = "0.5.0" 4193source = "registry+https://github.com/rust-lang/crates.io-index" 4194checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4195dependencies = [ 4196 "core-foundation-sys", 4197 "libc", 4198] 4199 4200[[package]] 4201name = "system-deps" 4202version = "5.0.0" 4203source = "registry+https://github.com/rust-lang/crates.io-index" 4204checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" 4205dependencies = [ 4206 "cfg-expr 0.9.1", 4207 "heck 0.3.3", 4208 "pkg-config", 4209 "toml 0.5.11", 4210 "version-compare 0.0.11", 4211] 4212 4213[[package]] 4214name = "system-deps" 4215version = "6.2.2" 4216source = "registry+https://github.com/rust-lang/crates.io-index" 4217checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 4218dependencies = [ 4219 "cfg-expr 0.15.8", 4220 "heck 0.5.0", 4221 "pkg-config", 4222 "toml 0.8.15", 4223 "version-compare 0.2.0", 4224] 4225 4226[[package]] 4227name = "tao" 4228version = "0.16.9" 4229source = "registry+https://github.com/rust-lang/crates.io-index" 4230checksum = "575c856fc21e551074869dcfaad8f706412bd5b803dfa0fbf6881c4ff4bfafab" 4231dependencies = [ 4232 "bitflags 1.3.2", 4233 "cairo-rs", 4234 "cc", 4235 "cocoa", 4236 "core-foundation", 4237 "core-graphics 0.22.3", 4238 "crossbeam-channel", 4239 "dirs-next", 4240 "dispatch", 4241 "gdk", 4242 "gdk-pixbuf", 4243 "gdk-sys", 4244 "gdkwayland-sys", 4245 "gdkx11-sys", 4246 "gio", 4247 "glib", 4248 "glib-sys", 4249 "gtk", 4250 "image 0.24.9", 4251 "instant", 4252 "jni", 4253 "lazy_static", 4254 "libappindicator", 4255 "libc", 4256 "log", 4257 "ndk", 4258 "ndk-context", 4259 "ndk-sys", 4260 "objc", 4261 "once_cell", 4262 "parking_lot", 4263 "png", 4264 "raw-window-handle", 4265 "scopeguard", 4266 "serde", 4267 "tao-macros", 4268 "unicode-segmentation", 4269 "uuid", 4270 "windows 0.39.0", 4271 "windows-implement 0.39.0", 4272 "x11-dl", 4273] 4274 4275[[package]] 4276name = "tao-macros" 4277version = "0.1.2" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" 4280dependencies = [ 4281 "proc-macro2", 4282 "quote", 4283 "syn 1.0.109", 4284] 4285 4286[[package]] 4287name = "tap" 4288version = "1.0.1" 4289source = "registry+https://github.com/rust-lang/crates.io-index" 4290checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 4291 4292[[package]] 4293name = "tar" 4294version = "0.4.41" 4295source = "registry+https://github.com/rust-lang/crates.io-index" 4296checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" 4297dependencies = [ 4298 "filetime", 4299 "libc", 4300 "xattr", 4301] 4302 4303[[package]] 4304name = "target-lexicon" 4305version = "0.12.15" 4306source = "registry+https://github.com/rust-lang/crates.io-index" 4307checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" 4308 4309[[package]] 4310name = "tauri" 4311version = "1.7.1" 4312source = "registry+https://github.com/rust-lang/crates.io-index" 4313checksum = "336bc661a3f3250853fa83c6e5245449ed1c26dce5dcb28bdee7efedf6278806" 4314dependencies = [ 4315 "anyhow", 4316 "base64 0.21.7", 4317 "bytes", 4318 "cocoa", 4319 "dirs-next", 4320 "dunce", 4321 "embed_plist", 4322 "encoding_rs", 4323 "flate2", 4324 "futures-util", 4325 "getrandom 0.2.15", 4326 "glib", 4327 "glob", 4328 "gtk", 4329 "heck 0.5.0", 4330 "http 0.2.12", 4331 "ico 0.2.0", 4332 "ignore", 4333 "indexmap 1.9.3", 4334 "infer 0.9.0", 4335 "minisign-verify", 4336 "nix 0.26.4", 4337 "notify-rust", 4338 "objc", 4339 "once_cell", 4340 "open", 4341 "os_info", 4342 "os_pipe", 4343 "percent-encoding", 4344 "rand 0.8.5", 4345 "raw-window-handle", 4346 "regex", 4347 "reqwest", 4348 "rfd", 4349 "semver", 4350 "serde", 4351 "serde_json", 4352 "serde_repr", 4353 "serialize-to-javascript", 4354 "shared_child", 4355 "state", 4356 "sys-locale", 4357 "tar", 4358 "tauri-macros", 4359 "tauri-runtime", 4360 "tauri-runtime-wry", 4361 "tauri-utils", 4362 "tempfile", 4363 "thiserror", 4364 "time", 4365 "tokio", 4366 "url", 4367 "uuid", 4368 "webkit2gtk", 4369 "webview2-com", 4370 "windows 0.39.0", 4371 "zip", 4372] 4373 4374[[package]] 4375name = "tauri-build" 4376version = "1.5.3" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "b0c6ec7a5c3296330c7818478948b422967ce4649094696c985f61d50076d29c" 4379dependencies = [ 4380 "anyhow", 4381 "cargo_toml", 4382 "dirs-next", 4383 "heck 0.5.0", 4384 "json-patch", 4385 "semver", 4386 "serde", 4387 "serde_json", 4388 "tauri-utils", 4389 "tauri-winres", 4390 "walkdir", 4391] 4392 4393[[package]] 4394name = "tauri-codegen" 4395version = "1.4.4" 4396source = "registry+https://github.com/rust-lang/crates.io-index" 4397checksum = "c1aed706708ff1200ec12de9cfbf2582b5d8ec05f6a7293911091effbd22036b" 4398dependencies = [ 4399 "base64 0.21.7", 4400 "brotli", 4401 "ico 0.3.0", 4402 "json-patch", 4403 "plist", 4404 "png", 4405 "proc-macro2", 4406 "quote", 4407 "regex", 4408 "semver", 4409 "serde", 4410 "serde_json", 4411 "sha2", 4412 "tauri-utils", 4413 "thiserror", 4414 "time", 4415 "uuid", 4416 "walkdir", 4417] 4418 4419[[package]] 4420name = "tauri-macros" 4421version = "1.4.5" 4422source = "registry+https://github.com/rust-lang/crates.io-index" 4423checksum = "b88f831d2973ae4f81a706a0004e67dac87f2e4439973bbe98efbd73825d8ede" 4424dependencies = [ 4425 "heck 0.5.0", 4426 "proc-macro2", 4427 "quote", 4428 "syn 1.0.109", 4429 "tauri-codegen", 4430 "tauri-utils", 4431] 4432 4433[[package]] 4434name = "tauri-plugin-deep-link" 4435version = "0.1.2" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "4536f5f6602e8fdfaa7b3b185076c2a0704f8eb7015f4e58461eb483ec3ed1f8" 4438dependencies = [ 4439 "dirs", 4440 "interprocess", 4441 "log", 4442 "objc2 0.4.1", 4443 "once_cell", 4444 "tauri-utils", 4445 "windows-sys 0.48.0", 4446 "winreg 0.50.0", 4447] 4448 4449[[package]] 4450name = "tauri-plugin-log" 4451version = "0.0.0" 4452source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#6ca80db9ac3ebd4031968f50a85f7df524d641a3" 4453dependencies = [ 4454 "byte-unit", 4455 "fern", 4456 "log", 4457 "serde", 4458 "serde_json", 4459 "serde_repr", 4460 "tauri", 4461 "time", 4462] 4463 4464[[package]] 4465name = "tauri-plugin-store" 4466version = "0.0.0" 4467source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#6ca80db9ac3ebd4031968f50a85f7df524d641a3" 4468dependencies = [ 4469 "log", 4470 "serde", 4471 "serde_json", 4472 "tauri", 4473 "thiserror", 4474] 4475 4476[[package]] 4477name = "tauri-runtime" 4478version = "0.14.4" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "3068ed62b63dedc705558f4248c7ecbd5561f0f8050949859ea0db2326f26012" 4481dependencies = [ 4482 "gtk", 4483 "http 0.2.12", 4484 "http-range", 4485 "rand 0.8.5", 4486 "raw-window-handle", 4487 "serde", 4488 "serde_json", 4489 "tauri-utils", 4490 "thiserror", 4491 "url", 4492 "uuid", 4493 "webview2-com", 4494 "windows 0.39.0", 4495] 4496 4497[[package]] 4498name = "tauri-runtime-wry" 4499version = "0.14.9" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "d4c3db170233096aa30330feadcd895bf9317be97e624458560a20e814db7955" 4502dependencies = [ 4503 "arboard", 4504 "cocoa", 4505 "gtk", 4506 "percent-encoding", 4507 "rand 0.8.5", 4508 "raw-window-handle", 4509 "tauri-runtime", 4510 "tauri-utils", 4511 "uuid", 4512 "webkit2gtk", 4513 "webview2-com", 4514 "windows 0.39.0", 4515 "wry", 4516] 4517 4518[[package]] 4519name = "tauri-utils" 4520version = "1.6.0" 4521source = "registry+https://github.com/rust-lang/crates.io-index" 4522checksum = "2826db448309d382dac14d520f0c0a40839b87b57b977e59cf5f296b3ace6a93" 4523dependencies = [ 4524 "brotli", 4525 "ctor", 4526 "dunce", 4527 "glob", 4528 "heck 0.5.0", 4529 "html5ever", 4530 "infer 0.13.0", 4531 "json-patch", 4532 "kuchikiki", 4533 "log", 4534 "memchr", 4535 "phf 0.11.2", 4536 "proc-macro2", 4537 "quote", 4538 "semver", 4539 "serde", 4540 "serde_json", 4541 "serde_with", 4542 "thiserror", 4543 "url", 4544 "walkdir", 4545 "windows-version", 4546] 4547 4548[[package]] 4549name = "tauri-winres" 4550version = "0.1.1" 4551source = "registry+https://github.com/rust-lang/crates.io-index" 4552checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 4553dependencies = [ 4554 "embed-resource", 4555 "toml 0.7.8", 4556] 4557 4558[[package]] 4559name = "tauri-winrt-notification" 4560version = "0.2.1" 4561source = "registry+https://github.com/rust-lang/crates.io-index" 4562checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871" 4563dependencies = [ 4564 "quick-xml 0.31.0", 4565 "windows 0.56.0", 4566 "windows-version", 4567] 4568 4569[[package]] 4570name = "tempfile" 4571version = "3.10.1" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 4574dependencies = [ 4575 "cfg-if", 4576 "fastrand", 4577 "rustix", 4578 "windows-sys 0.52.0", 4579] 4580 4581[[package]] 4582name = "tendril" 4583version = "0.4.3" 4584source = "registry+https://github.com/rust-lang/crates.io-index" 4585checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 4586dependencies = [ 4587 "futf", 4588 "mac", 4589 "utf-8", 4590] 4591 4592[[package]] 4593name = "termcolor" 4594version = "1.4.1" 4595source = "registry+https://github.com/rust-lang/crates.io-index" 4596checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4597dependencies = [ 4598 "winapi-util", 4599] 4600 4601[[package]] 4602name = "thin-slice" 4603version = "0.1.1" 4604source = "registry+https://github.com/rust-lang/crates.io-index" 4605checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 4606 4607[[package]] 4608name = "thiserror" 4609version = "1.0.63" 4610source = "registry+https://github.com/rust-lang/crates.io-index" 4611checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 4612dependencies = [ 4613 "thiserror-impl", 4614] 4615 4616[[package]] 4617name = "thiserror-impl" 4618version = "1.0.63" 4619source = "registry+https://github.com/rust-lang/crates.io-index" 4620checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 4621dependencies = [ 4622 "proc-macro2", 4623 "quote", 4624 "syn 2.0.72", 4625] 4626 4627[[package]] 4628name = "thread_local" 4629version = "1.1.8" 4630source = "registry+https://github.com/rust-lang/crates.io-index" 4631checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4632dependencies = [ 4633 "cfg-if", 4634 "once_cell", 4635] 4636 4637[[package]] 4638name = "tiff" 4639version = "0.9.1" 4640source = "registry+https://github.com/rust-lang/crates.io-index" 4641checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 4642dependencies = [ 4643 "flate2", 4644 "jpeg-decoder", 4645 "weezl", 4646] 4647 4648[[package]] 4649name = "time" 4650version = "0.3.36" 4651source = "registry+https://github.com/rust-lang/crates.io-index" 4652checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4653dependencies = [ 4654 "deranged", 4655 "itoa 1.0.11", 4656 "libc", 4657 "num-conv", 4658 "num_threads", 4659 "powerfmt", 4660 "serde", 4661 "time-core", 4662 "time-macros", 4663] 4664 4665[[package]] 4666name = "time-core" 4667version = "0.1.2" 4668source = "registry+https://github.com/rust-lang/crates.io-index" 4669checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4670 4671[[package]] 4672name = "time-macros" 4673version = "0.2.18" 4674source = "registry+https://github.com/rust-lang/crates.io-index" 4675checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 4676dependencies = [ 4677 "num-conv", 4678 "time-core", 4679] 4680 4681[[package]] 4682name = "tinyvec" 4683version = "1.8.0" 4684source = "registry+https://github.com/rust-lang/crates.io-index" 4685checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 4686dependencies = [ 4687 "tinyvec_macros", 4688] 4689 4690[[package]] 4691name = "tinyvec_macros" 4692version = "0.1.1" 4693source = "registry+https://github.com/rust-lang/crates.io-index" 4694checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4695 4696[[package]] 4697name = "to_method" 4698version = "1.1.0" 4699source = "registry+https://github.com/rust-lang/crates.io-index" 4700checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8" 4701 4702[[package]] 4703name = "tokio" 4704version = "1.38.1" 4705source = "registry+https://github.com/rust-lang/crates.io-index" 4706checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" 4707dependencies = [ 4708 "backtrace", 4709 "bytes", 4710 "libc", 4711 "mio", 4712 "num_cpus", 4713 "parking_lot", 4714 "pin-project-lite", 4715 "socket2", 4716 "tokio-macros", 4717 "windows-sys 0.48.0", 4718] 4719 4720[[package]] 4721name = "tokio-macros" 4722version = "2.3.0" 4723source = "registry+https://github.com/rust-lang/crates.io-index" 4724checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 4725dependencies = [ 4726 "proc-macro2", 4727 "quote", 4728 "syn 2.0.72", 4729] 4730 4731[[package]] 4732name = "tokio-native-tls" 4733version = "0.3.1" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4736dependencies = [ 4737 "native-tls", 4738 "tokio", 4739] 4740 4741[[package]] 4742name = "tokio-tungstenite" 4743version = "0.21.0" 4744source = "registry+https://github.com/rust-lang/crates.io-index" 4745checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 4746dependencies = [ 4747 "futures-util", 4748 "log", 4749 "tokio", 4750 "tungstenite", 4751] 4752 4753[[package]] 4754name = "tokio-util" 4755version = "0.7.11" 4756source = "registry+https://github.com/rust-lang/crates.io-index" 4757checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 4758dependencies = [ 4759 "bytes", 4760 "futures-core", 4761 "futures-sink", 4762 "pin-project-lite", 4763 "tokio", 4764] 4765 4766[[package]] 4767name = "toml" 4768version = "0.5.11" 4769source = "registry+https://github.com/rust-lang/crates.io-index" 4770checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4771dependencies = [ 4772 "serde", 4773] 4774 4775[[package]] 4776name = "toml" 4777version = "0.7.8" 4778source = "registry+https://github.com/rust-lang/crates.io-index" 4779checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 4780dependencies = [ 4781 "serde", 4782 "serde_spanned", 4783 "toml_datetime", 4784 "toml_edit 0.19.15", 4785] 4786 4787[[package]] 4788name = "toml" 4789version = "0.8.15" 4790source = "registry+https://github.com/rust-lang/crates.io-index" 4791checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28" 4792dependencies = [ 4793 "serde", 4794 "serde_spanned", 4795 "toml_datetime", 4796 "toml_edit 0.22.16", 4797] 4798 4799[[package]] 4800name = "toml_datetime" 4801version = "0.6.6" 4802source = "registry+https://github.com/rust-lang/crates.io-index" 4803checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 4804dependencies = [ 4805 "serde", 4806] 4807 4808[[package]] 4809name = "toml_edit" 4810version = "0.19.15" 4811source = "registry+https://github.com/rust-lang/crates.io-index" 4812checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4813dependencies = [ 4814 "indexmap 2.2.6", 4815 "serde", 4816 "serde_spanned", 4817 "toml_datetime", 4818 "winnow 0.5.40", 4819] 4820 4821[[package]] 4822name = "toml_edit" 4823version = "0.21.1" 4824source = "registry+https://github.com/rust-lang/crates.io-index" 4825checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 4826dependencies = [ 4827 "indexmap 2.2.6", 4828 "toml_datetime", 4829 "winnow 0.5.40", 4830] 4831 4832[[package]] 4833name = "toml_edit" 4834version = "0.22.16" 4835source = "registry+https://github.com/rust-lang/crates.io-index" 4836checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788" 4837dependencies = [ 4838 "indexmap 2.2.6", 4839 "serde", 4840 "serde_spanned", 4841 "toml_datetime", 4842 "winnow 0.6.14", 4843] 4844 4845[[package]] 4846name = "tower" 4847version = "0.4.13" 4848source = "registry+https://github.com/rust-lang/crates.io-index" 4849checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 4850dependencies = [ 4851 "futures-core", 4852 "futures-util", 4853 "pin-project", 4854 "pin-project-lite", 4855 "tokio", 4856 "tower-layer", 4857 "tower-service", 4858 "tracing", 4859] 4860 4861[[package]] 4862name = "tower-http" 4863version = "0.5.2" 4864source = "registry+https://github.com/rust-lang/crates.io-index" 4865checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 4866dependencies = [ 4867 "bitflags 2.6.0", 4868 "bytes", 4869 "http 1.1.0", 4870 "http-body 1.0.1", 4871 "http-body-util", 4872 "pin-project-lite", 4873 "tower-layer", 4874 "tower-service", 4875] 4876 4877[[package]] 4878name = "tower-layer" 4879version = "0.3.2" 4880source = "registry+https://github.com/rust-lang/crates.io-index" 4881checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 4882 4883[[package]] 4884name = "tower-service" 4885version = "0.3.2" 4886source = "registry+https://github.com/rust-lang/crates.io-index" 4887checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4888 4889[[package]] 4890name = "tracing" 4891version = "0.1.40" 4892source = "registry+https://github.com/rust-lang/crates.io-index" 4893checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4894dependencies = [ 4895 "log", 4896 "pin-project-lite", 4897 "tracing-attributes", 4898 "tracing-core", 4899] 4900 4901[[package]] 4902name = "tracing-attributes" 4903version = "0.1.27" 4904source = "registry+https://github.com/rust-lang/crates.io-index" 4905checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4906dependencies = [ 4907 "proc-macro2", 4908 "quote", 4909 "syn 2.0.72", 4910] 4911 4912[[package]] 4913name = "tracing-core" 4914version = "0.1.32" 4915source = "registry+https://github.com/rust-lang/crates.io-index" 4916checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4917dependencies = [ 4918 "once_cell", 4919 "valuable", 4920] 4921 4922[[package]] 4923name = "tracing-log" 4924version = "0.2.0" 4925source = "registry+https://github.com/rust-lang/crates.io-index" 4926checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4927dependencies = [ 4928 "log", 4929 "once_cell", 4930 "tracing-core", 4931] 4932 4933[[package]] 4934name = "tracing-subscriber" 4935version = "0.3.18" 4936source = "registry+https://github.com/rust-lang/crates.io-index" 4937checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 4938dependencies = [ 4939 "matchers", 4940 "nu-ansi-term", 4941 "once_cell", 4942 "regex", 4943 "sharded-slab", 4944 "smallvec", 4945 "thread_local", 4946 "tracing", 4947 "tracing-core", 4948 "tracing-log", 4949] 4950 4951[[package]] 4952name = "tree_magic_mini" 4953version = "3.1.5" 4954source = "registry+https://github.com/rust-lang/crates.io-index" 4955checksum = "469a727cac55b41448315cc10427c069c618ac59bb6a4480283fcd811749bdc2" 4956dependencies = [ 4957 "fnv", 4958 "home", 4959 "memchr", 4960 "nom", 4961 "once_cell", 4962 "petgraph", 4963] 4964 4965[[package]] 4966name = "try-lock" 4967version = "0.2.5" 4968source = "registry+https://github.com/rust-lang/crates.io-index" 4969checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4970 4971[[package]] 4972name = "ts-rs" 4973version = "6.2.1" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a" 4976dependencies = [ 4977 "chrono", 4978 "thiserror", 4979 "ts-rs-macros", 4980] 4981 4982[[package]] 4983name = "ts-rs-macros" 4984version = "6.2.0" 4985source = "registry+https://github.com/rust-lang/crates.io-index" 4986checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff" 4987dependencies = [ 4988 "Inflector", 4989 "proc-macro2", 4990 "quote", 4991 "syn 1.0.109", 4992 "termcolor", 4993] 4994 4995[[package]] 4996name = "tungstenite" 4997version = "0.21.0" 4998source = "registry+https://github.com/rust-lang/crates.io-index" 4999checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 5000dependencies = [ 5001 "byteorder", 5002 "bytes", 5003 "data-encoding", 5004 "http 1.1.0", 5005 "httparse", 5006 "log", 5007 "rand 0.8.5", 5008 "sha1", 5009 "thiserror", 5010 "url", 5011 "utf-8", 5012] 5013 5014[[package]] 5015name = "typenum" 5016version = "1.17.0" 5017source = "registry+https://github.com/rust-lang/crates.io-index" 5018checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5019 5020[[package]] 5021name = "uds_windows" 5022version = "1.1.0" 5023source = "registry+https://github.com/rust-lang/crates.io-index" 5024checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5025dependencies = [ 5026 "memoffset 0.9.1", 5027 "tempfile", 5028 "winapi", 5029] 5030 5031[[package]] 5032name = "unicode-bidi" 5033version = "0.3.15" 5034source = "registry+https://github.com/rust-lang/crates.io-index" 5035checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 5036 5037[[package]] 5038name = "unicode-ident" 5039version = "1.0.12" 5040source = "registry+https://github.com/rust-lang/crates.io-index" 5041checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 5042 5043[[package]] 5044name = "unicode-normalization" 5045version = "0.1.23" 5046source = "registry+https://github.com/rust-lang/crates.io-index" 5047checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 5048dependencies = [ 5049 "tinyvec", 5050] 5051 5052[[package]] 5053name = "unicode-segmentation" 5054version = "1.11.0" 5055source = "registry+https://github.com/rust-lang/crates.io-index" 5056checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 5057 5058[[package]] 5059name = "unsafe-libyaml" 5060version = "0.2.11" 5061source = "registry+https://github.com/rust-lang/crates.io-index" 5062checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5063 5064[[package]] 5065name = "url" 5066version = "2.5.2" 5067source = "registry+https://github.com/rust-lang/crates.io-index" 5068checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5069dependencies = [ 5070 "form_urlencoded", 5071 "idna", 5072 "percent-encoding", 5073 "serde", 5074] 5075 5076[[package]] 5077name = "utf-8" 5078version = "0.7.6" 5079source = "registry+https://github.com/rust-lang/crates.io-index" 5080checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5081 5082[[package]] 5083name = "utf8-width" 5084version = "0.1.7" 5085source = "registry+https://github.com/rust-lang/crates.io-index" 5086checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" 5087 5088[[package]] 5089name = "utf8parse" 5090version = "0.2.2" 5091source = "registry+https://github.com/rust-lang/crates.io-index" 5092checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5093 5094[[package]] 5095name = "uuid" 5096version = "1.10.0" 5097source = "registry+https://github.com/rust-lang/crates.io-index" 5098checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 5099dependencies = [ 5100 "getrandom 0.2.15", 5101] 5102 5103[[package]] 5104name = "valuable" 5105version = "0.1.0" 5106source = "registry+https://github.com/rust-lang/crates.io-index" 5107checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5108 5109[[package]] 5110name = "value-bag" 5111version = "1.9.0" 5112source = "registry+https://github.com/rust-lang/crates.io-index" 5113checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 5114 5115[[package]] 5116name = "vcpkg" 5117version = "0.2.15" 5118source = "registry+https://github.com/rust-lang/crates.io-index" 5119checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5120 5121[[package]] 5122name = "version-compare" 5123version = "0.0.11" 5124source = "registry+https://github.com/rust-lang/crates.io-index" 5125checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 5126 5127[[package]] 5128name = "version-compare" 5129version = "0.2.0" 5130source = "registry+https://github.com/rust-lang/crates.io-index" 5131checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 5132 5133[[package]] 5134name = "version_check" 5135version = "0.9.4" 5136source = "registry+https://github.com/rust-lang/crates.io-index" 5137checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5138 5139[[package]] 5140name = "vswhom" 5141version = "0.1.0" 5142source = "registry+https://github.com/rust-lang/crates.io-index" 5143checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 5144dependencies = [ 5145 "libc", 5146 "vswhom-sys", 5147] 5148 5149[[package]] 5150name = "vswhom-sys" 5151version = "0.1.2" 5152source = "registry+https://github.com/rust-lang/crates.io-index" 5153checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 5154dependencies = [ 5155 "cc", 5156 "libc", 5157] 5158 5159[[package]] 5160name = "vte" 5161version = "0.10.1" 5162source = "registry+https://github.com/rust-lang/crates.io-index" 5163checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" 5164dependencies = [ 5165 "arrayvec 0.5.2", 5166 "utf8parse", 5167 "vte_generate_state_changes", 5168] 5169 5170[[package]] 5171name = "vte_generate_state_changes" 5172version = "0.1.2" 5173source = "registry+https://github.com/rust-lang/crates.io-index" 5174checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 5175dependencies = [ 5176 "proc-macro2", 5177 "quote", 5178] 5179 5180[[package]] 5181name = "walkdir" 5182version = "2.5.0" 5183source = "registry+https://github.com/rust-lang/crates.io-index" 5184checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5185dependencies = [ 5186 "same-file", 5187 "winapi-util", 5188] 5189 5190[[package]] 5191name = "want" 5192version = "0.3.1" 5193source = "registry+https://github.com/rust-lang/crates.io-index" 5194checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5195dependencies = [ 5196 "try-lock", 5197] 5198 5199[[package]] 5200name = "wasi" 5201version = "0.9.0+wasi-snapshot-preview1" 5202source = "registry+https://github.com/rust-lang/crates.io-index" 5203checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5204 5205[[package]] 5206name = "wasi" 5207version = "0.11.0+wasi-snapshot-preview1" 5208source = "registry+https://github.com/rust-lang/crates.io-index" 5209checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5210 5211[[package]] 5212name = "wasm-bindgen" 5213version = "0.2.92" 5214source = "registry+https://github.com/rust-lang/crates.io-index" 5215checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 5216dependencies = [ 5217 "cfg-if", 5218 "wasm-bindgen-macro", 5219] 5220 5221[[package]] 5222name = "wasm-bindgen-backend" 5223version = "0.2.92" 5224source = "registry+https://github.com/rust-lang/crates.io-index" 5225checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 5226dependencies = [ 5227 "bumpalo", 5228 "log", 5229 "once_cell", 5230 "proc-macro2", 5231 "quote", 5232 "syn 2.0.72", 5233 "wasm-bindgen-shared", 5234] 5235 5236[[package]] 5237name = "wasm-bindgen-futures" 5238version = "0.4.42" 5239source = "registry+https://github.com/rust-lang/crates.io-index" 5240checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 5241dependencies = [ 5242 "cfg-if", 5243 "js-sys", 5244 "wasm-bindgen", 5245 "web-sys", 5246] 5247 5248[[package]] 5249name = "wasm-bindgen-macro" 5250version = "0.2.92" 5251source = "registry+https://github.com/rust-lang/crates.io-index" 5252checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 5253dependencies = [ 5254 "quote", 5255 "wasm-bindgen-macro-support", 5256] 5257 5258[[package]] 5259name = "wasm-bindgen-macro-support" 5260version = "0.2.92" 5261source = "registry+https://github.com/rust-lang/crates.io-index" 5262checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 5263dependencies = [ 5264 "proc-macro2", 5265 "quote", 5266 "syn 2.0.72", 5267 "wasm-bindgen-backend", 5268 "wasm-bindgen-shared", 5269] 5270 5271[[package]] 5272name = "wasm-bindgen-shared" 5273version = "0.2.92" 5274source = "registry+https://github.com/rust-lang/crates.io-index" 5275checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 5276 5277[[package]] 5278name = "wasm-streams" 5279version = "0.4.0" 5280source = "registry+https://github.com/rust-lang/crates.io-index" 5281checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 5282dependencies = [ 5283 "futures-util", 5284 "js-sys", 5285 "wasm-bindgen", 5286 "wasm-bindgen-futures", 5287 "web-sys", 5288] 5289 5290[[package]] 5291name = "wayland-backend" 5292version = "0.3.6" 5293source = "registry+https://github.com/rust-lang/crates.io-index" 5294checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993" 5295dependencies = [ 5296 "cc", 5297 "downcast-rs", 5298 "rustix", 5299 "scoped-tls", 5300 "smallvec", 5301 "wayland-sys", 5302] 5303 5304[[package]] 5305name = "wayland-client" 5306version = "0.31.5" 5307source = "registry+https://github.com/rust-lang/crates.io-index" 5308checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943" 5309dependencies = [ 5310 "bitflags 2.6.0", 5311 "rustix", 5312 "wayland-backend", 5313 "wayland-scanner", 5314] 5315 5316[[package]] 5317name = "wayland-protocols" 5318version = "0.31.2" 5319source = "registry+https://github.com/rust-lang/crates.io-index" 5320checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 5321dependencies = [ 5322 "bitflags 2.6.0", 5323 "wayland-backend", 5324 "wayland-client", 5325 "wayland-scanner", 5326] 5327 5328[[package]] 5329name = "wayland-protocols-wlr" 5330version = "0.2.0" 5331source = "registry+https://github.com/rust-lang/crates.io-index" 5332checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 5333dependencies = [ 5334 "bitflags 2.6.0", 5335 "wayland-backend", 5336 "wayland-client", 5337 "wayland-protocols", 5338 "wayland-scanner", 5339] 5340 5341[[package]] 5342name = "wayland-scanner" 5343version = "0.31.4" 5344source = "registry+https://github.com/rust-lang/crates.io-index" 5345checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6" 5346dependencies = [ 5347 "proc-macro2", 5348 "quick-xml 0.34.0", 5349 "quote", 5350] 5351 5352[[package]] 5353name = "wayland-sys" 5354version = "0.31.4" 5355source = "registry+https://github.com/rust-lang/crates.io-index" 5356checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148" 5357dependencies = [ 5358 "dlib", 5359 "log", 5360 "pkg-config", 5361] 5362 5363[[package]] 5364name = "web-sys" 5365version = "0.3.69" 5366source = "registry+https://github.com/rust-lang/crates.io-index" 5367checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 5368dependencies = [ 5369 "js-sys", 5370 "wasm-bindgen", 5371] 5372 5373[[package]] 5374name = "webkit2gtk" 5375version = "0.18.2" 5376source = "registry+https://github.com/rust-lang/crates.io-index" 5377checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" 5378dependencies = [ 5379 "bitflags 1.3.2", 5380 "cairo-rs", 5381 "gdk", 5382 "gdk-sys", 5383 "gio", 5384 "gio-sys", 5385 "glib", 5386 "glib-sys", 5387 "gobject-sys", 5388 "gtk", 5389 "gtk-sys", 5390 "javascriptcore-rs", 5391 "libc", 5392 "once_cell", 5393 "soup2", 5394 "webkit2gtk-sys", 5395] 5396 5397[[package]] 5398name = "webkit2gtk-sys" 5399version = "0.18.0" 5400source = "registry+https://github.com/rust-lang/crates.io-index" 5401checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" 5402dependencies = [ 5403 "atk-sys", 5404 "bitflags 1.3.2", 5405 "cairo-sys-rs", 5406 "gdk-pixbuf-sys", 5407 "gdk-sys", 5408 "gio-sys", 5409 "glib-sys", 5410 "gobject-sys", 5411 "gtk-sys", 5412 "javascriptcore-rs-sys", 5413 "libc", 5414 "pango-sys", 5415 "pkg-config", 5416 "soup2-sys", 5417 "system-deps 6.2.2", 5418] 5419 5420[[package]] 5421name = "webview2-com" 5422version = "0.19.1" 5423source = "registry+https://github.com/rust-lang/crates.io-index" 5424checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" 5425dependencies = [ 5426 "webview2-com-macros", 5427 "webview2-com-sys", 5428 "windows 0.39.0", 5429 "windows-implement 0.39.0", 5430] 5431 5432[[package]] 5433name = "webview2-com-macros" 5434version = "0.6.0" 5435source = "registry+https://github.com/rust-lang/crates.io-index" 5436checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" 5437dependencies = [ 5438 "proc-macro2", 5439 "quote", 5440 "syn 1.0.109", 5441] 5442 5443[[package]] 5444name = "webview2-com-sys" 5445version = "0.19.0" 5446source = "registry+https://github.com/rust-lang/crates.io-index" 5447checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" 5448dependencies = [ 5449 "regex", 5450 "serde", 5451 "serde_json", 5452 "thiserror", 5453 "windows 0.39.0", 5454 "windows-bindgen", 5455 "windows-metadata", 5456] 5457 5458[[package]] 5459name = "weezl" 5460version = "0.1.8" 5461source = "registry+https://github.com/rust-lang/crates.io-index" 5462checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 5463 5464[[package]] 5465name = "winapi" 5466version = "0.3.9" 5467source = "registry+https://github.com/rust-lang/crates.io-index" 5468checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5469dependencies = [ 5470 "winapi-i686-pc-windows-gnu", 5471 "winapi-x86_64-pc-windows-gnu", 5472] 5473 5474[[package]] 5475name = "winapi-i686-pc-windows-gnu" 5476version = "0.4.0" 5477source = "registry+https://github.com/rust-lang/crates.io-index" 5478checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5479 5480[[package]] 5481name = "winapi-util" 5482version = "0.1.8" 5483source = "registry+https://github.com/rust-lang/crates.io-index" 5484checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 5485dependencies = [ 5486 "windows-sys 0.52.0", 5487] 5488 5489[[package]] 5490name = "winapi-x86_64-pc-windows-gnu" 5491version = "0.4.0" 5492source = "registry+https://github.com/rust-lang/crates.io-index" 5493checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5494 5495[[package]] 5496name = "window-vibrancy" 5497version = "0.3.2" 5498source = "registry+https://github.com/rust-lang/crates.io-index" 5499checksum = "2f762d9cc392fb85e6b1b5eed1ef13d73fed5149a5cbb017a7137497d14ef612" 5500dependencies = [ 5501 "cocoa", 5502 "objc", 5503 "raw-window-handle", 5504 "windows-sys 0.42.0", 5505] 5506 5507[[package]] 5508name = "windows" 5509version = "0.37.0" 5510source = "registry+https://github.com/rust-lang/crates.io-index" 5511checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" 5512dependencies = [ 5513 "windows_aarch64_msvc 0.37.0", 5514 "windows_i686_gnu 0.37.0", 5515 "windows_i686_msvc 0.37.0", 5516 "windows_x86_64_gnu 0.37.0", 5517 "windows_x86_64_msvc 0.37.0", 5518] 5519 5520[[package]] 5521name = "windows" 5522version = "0.39.0" 5523source = "registry+https://github.com/rust-lang/crates.io-index" 5524checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 5525dependencies = [ 5526 "windows-implement 0.39.0", 5527 "windows_aarch64_msvc 0.39.0", 5528 "windows_i686_gnu 0.39.0", 5529 "windows_i686_msvc 0.39.0", 5530 "windows_x86_64_gnu 0.39.0", 5531 "windows_x86_64_msvc 0.39.0", 5532] 5533 5534[[package]] 5535name = "windows" 5536version = "0.48.0" 5537source = "registry+https://github.com/rust-lang/crates.io-index" 5538checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 5539dependencies = [ 5540 "windows-targets 0.48.5", 5541] 5542 5543[[package]] 5544name = "windows" 5545version = "0.56.0" 5546source = "registry+https://github.com/rust-lang/crates.io-index" 5547checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 5548dependencies = [ 5549 "windows-core 0.56.0", 5550 "windows-targets 0.52.6", 5551] 5552 5553[[package]] 5554name = "windows-bindgen" 5555version = "0.39.0" 5556source = "registry+https://github.com/rust-lang/crates.io-index" 5557checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" 5558dependencies = [ 5559 "windows-metadata", 5560 "windows-tokens", 5561] 5562 5563[[package]] 5564name = "windows-core" 5565version = "0.52.0" 5566source = "registry+https://github.com/rust-lang/crates.io-index" 5567checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5568dependencies = [ 5569 "windows-targets 0.52.6", 5570] 5571 5572[[package]] 5573name = "windows-core" 5574version = "0.56.0" 5575source = "registry+https://github.com/rust-lang/crates.io-index" 5576checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 5577dependencies = [ 5578 "windows-implement 0.56.0", 5579 "windows-interface", 5580 "windows-result", 5581 "windows-targets 0.52.6", 5582] 5583 5584[[package]] 5585name = "windows-implement" 5586version = "0.39.0" 5587source = "registry+https://github.com/rust-lang/crates.io-index" 5588checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" 5589dependencies = [ 5590 "syn 1.0.109", 5591 "windows-tokens", 5592] 5593 5594[[package]] 5595name = "windows-implement" 5596version = "0.56.0" 5597source = "registry+https://github.com/rust-lang/crates.io-index" 5598checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 5599dependencies = [ 5600 "proc-macro2", 5601 "quote", 5602 "syn 2.0.72", 5603] 5604 5605[[package]] 5606name = "windows-interface" 5607version = "0.56.0" 5608source = "registry+https://github.com/rust-lang/crates.io-index" 5609checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 5610dependencies = [ 5611 "proc-macro2", 5612 "quote", 5613 "syn 2.0.72", 5614] 5615 5616[[package]] 5617name = "windows-metadata" 5618version = "0.39.0" 5619source = "registry+https://github.com/rust-lang/crates.io-index" 5620checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" 5621 5622[[package]] 5623name = "windows-result" 5624version = "0.1.2" 5625source = "registry+https://github.com/rust-lang/crates.io-index" 5626checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 5627dependencies = [ 5628 "windows-targets 0.52.6", 5629] 5630 5631[[package]] 5632name = "windows-sys" 5633version = "0.42.0" 5634source = "registry+https://github.com/rust-lang/crates.io-index" 5635checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 5636dependencies = [ 5637 "windows_aarch64_gnullvm 0.42.2", 5638 "windows_aarch64_msvc 0.42.2", 5639 "windows_i686_gnu 0.42.2", 5640 "windows_i686_msvc 0.42.2", 5641 "windows_x86_64_gnu 0.42.2", 5642 "windows_x86_64_gnullvm 0.42.2", 5643 "windows_x86_64_msvc 0.42.2", 5644] 5645 5646[[package]] 5647name = "windows-sys" 5648version = "0.45.0" 5649source = "registry+https://github.com/rust-lang/crates.io-index" 5650checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5651dependencies = [ 5652 "windows-targets 0.42.2", 5653] 5654 5655[[package]] 5656name = "windows-sys" 5657version = "0.48.0" 5658source = "registry+https://github.com/rust-lang/crates.io-index" 5659checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5660dependencies = [ 5661 "windows-targets 0.48.5", 5662] 5663 5664[[package]] 5665name = "windows-sys" 5666version = "0.52.0" 5667source = "registry+https://github.com/rust-lang/crates.io-index" 5668checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5669dependencies = [ 5670 "windows-targets 0.52.6", 5671] 5672 5673[[package]] 5674name = "windows-targets" 5675version = "0.42.2" 5676source = "registry+https://github.com/rust-lang/crates.io-index" 5677checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5678dependencies = [ 5679 "windows_aarch64_gnullvm 0.42.2", 5680 "windows_aarch64_msvc 0.42.2", 5681 "windows_i686_gnu 0.42.2", 5682 "windows_i686_msvc 0.42.2", 5683 "windows_x86_64_gnu 0.42.2", 5684 "windows_x86_64_gnullvm 0.42.2", 5685 "windows_x86_64_msvc 0.42.2", 5686] 5687 5688[[package]] 5689name = "windows-targets" 5690version = "0.48.5" 5691source = "registry+https://github.com/rust-lang/crates.io-index" 5692checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5693dependencies = [ 5694 "windows_aarch64_gnullvm 0.48.5", 5695 "windows_aarch64_msvc 0.48.5", 5696 "windows_i686_gnu 0.48.5", 5697 "windows_i686_msvc 0.48.5", 5698 "windows_x86_64_gnu 0.48.5", 5699 "windows_x86_64_gnullvm 0.48.5", 5700 "windows_x86_64_msvc 0.48.5", 5701] 5702 5703[[package]] 5704name = "windows-targets" 5705version = "0.52.6" 5706source = "registry+https://github.com/rust-lang/crates.io-index" 5707checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5708dependencies = [ 5709 "windows_aarch64_gnullvm 0.52.6", 5710 "windows_aarch64_msvc 0.52.6", 5711 "windows_i686_gnu 0.52.6", 5712 "windows_i686_gnullvm", 5713 "windows_i686_msvc 0.52.6", 5714 "windows_x86_64_gnu 0.52.6", 5715 "windows_x86_64_gnullvm 0.52.6", 5716 "windows_x86_64_msvc 0.52.6", 5717] 5718 5719[[package]] 5720name = "windows-tokens" 5721version = "0.39.0" 5722source = "registry+https://github.com/rust-lang/crates.io-index" 5723checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" 5724 5725[[package]] 5726name = "windows-version" 5727version = "0.1.1" 5728source = "registry+https://github.com/rust-lang/crates.io-index" 5729checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515" 5730dependencies = [ 5731 "windows-targets 0.52.6", 5732] 5733 5734[[package]] 5735name = "windows_aarch64_gnullvm" 5736version = "0.42.2" 5737source = "registry+https://github.com/rust-lang/crates.io-index" 5738checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5739 5740[[package]] 5741name = "windows_aarch64_gnullvm" 5742version = "0.48.5" 5743source = "registry+https://github.com/rust-lang/crates.io-index" 5744checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5745 5746[[package]] 5747name = "windows_aarch64_gnullvm" 5748version = "0.52.6" 5749source = "registry+https://github.com/rust-lang/crates.io-index" 5750checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5751 5752[[package]] 5753name = "windows_aarch64_msvc" 5754version = "0.37.0" 5755source = "registry+https://github.com/rust-lang/crates.io-index" 5756checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" 5757 5758[[package]] 5759name = "windows_aarch64_msvc" 5760version = "0.39.0" 5761source = "registry+https://github.com/rust-lang/crates.io-index" 5762checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 5763 5764[[package]] 5765name = "windows_aarch64_msvc" 5766version = "0.42.2" 5767source = "registry+https://github.com/rust-lang/crates.io-index" 5768checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5769 5770[[package]] 5771name = "windows_aarch64_msvc" 5772version = "0.48.5" 5773source = "registry+https://github.com/rust-lang/crates.io-index" 5774checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5775 5776[[package]] 5777name = "windows_aarch64_msvc" 5778version = "0.52.6" 5779source = "registry+https://github.com/rust-lang/crates.io-index" 5780checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5781 5782[[package]] 5783name = "windows_i686_gnu" 5784version = "0.37.0" 5785source = "registry+https://github.com/rust-lang/crates.io-index" 5786checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" 5787 5788[[package]] 5789name = "windows_i686_gnu" 5790version = "0.39.0" 5791source = "registry+https://github.com/rust-lang/crates.io-index" 5792checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 5793 5794[[package]] 5795name = "windows_i686_gnu" 5796version = "0.42.2" 5797source = "registry+https://github.com/rust-lang/crates.io-index" 5798checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5799 5800[[package]] 5801name = "windows_i686_gnu" 5802version = "0.48.5" 5803source = "registry+https://github.com/rust-lang/crates.io-index" 5804checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5805 5806[[package]] 5807name = "windows_i686_gnu" 5808version = "0.52.6" 5809source = "registry+https://github.com/rust-lang/crates.io-index" 5810checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5811 5812[[package]] 5813name = "windows_i686_gnullvm" 5814version = "0.52.6" 5815source = "registry+https://github.com/rust-lang/crates.io-index" 5816checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5817 5818[[package]] 5819name = "windows_i686_msvc" 5820version = "0.37.0" 5821source = "registry+https://github.com/rust-lang/crates.io-index" 5822checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" 5823 5824[[package]] 5825name = "windows_i686_msvc" 5826version = "0.39.0" 5827source = "registry+https://github.com/rust-lang/crates.io-index" 5828checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 5829 5830[[package]] 5831name = "windows_i686_msvc" 5832version = "0.42.2" 5833source = "registry+https://github.com/rust-lang/crates.io-index" 5834checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5835 5836[[package]] 5837name = "windows_i686_msvc" 5838version = "0.48.5" 5839source = "registry+https://github.com/rust-lang/crates.io-index" 5840checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5841 5842[[package]] 5843name = "windows_i686_msvc" 5844version = "0.52.6" 5845source = "registry+https://github.com/rust-lang/crates.io-index" 5846checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5847 5848[[package]] 5849name = "windows_x86_64_gnu" 5850version = "0.37.0" 5851source = "registry+https://github.com/rust-lang/crates.io-index" 5852checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" 5853 5854[[package]] 5855name = "windows_x86_64_gnu" 5856version = "0.39.0" 5857source = "registry+https://github.com/rust-lang/crates.io-index" 5858checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 5859 5860[[package]] 5861name = "windows_x86_64_gnu" 5862version = "0.42.2" 5863source = "registry+https://github.com/rust-lang/crates.io-index" 5864checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5865 5866[[package]] 5867name = "windows_x86_64_gnu" 5868version = "0.48.5" 5869source = "registry+https://github.com/rust-lang/crates.io-index" 5870checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5871 5872[[package]] 5873name = "windows_x86_64_gnu" 5874version = "0.52.6" 5875source = "registry+https://github.com/rust-lang/crates.io-index" 5876checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5877 5878[[package]] 5879name = "windows_x86_64_gnullvm" 5880version = "0.42.2" 5881source = "registry+https://github.com/rust-lang/crates.io-index" 5882checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5883 5884[[package]] 5885name = "windows_x86_64_gnullvm" 5886version = "0.48.5" 5887source = "registry+https://github.com/rust-lang/crates.io-index" 5888checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5889 5890[[package]] 5891name = "windows_x86_64_gnullvm" 5892version = "0.52.6" 5893source = "registry+https://github.com/rust-lang/crates.io-index" 5894checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5895 5896[[package]] 5897name = "windows_x86_64_msvc" 5898version = "0.37.0" 5899source = "registry+https://github.com/rust-lang/crates.io-index" 5900checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" 5901 5902[[package]] 5903name = "windows_x86_64_msvc" 5904version = "0.39.0" 5905source = "registry+https://github.com/rust-lang/crates.io-index" 5906checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 5907 5908[[package]] 5909name = "windows_x86_64_msvc" 5910version = "0.42.2" 5911source = "registry+https://github.com/rust-lang/crates.io-index" 5912checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5913 5914[[package]] 5915name = "windows_x86_64_msvc" 5916version = "0.48.5" 5917source = "registry+https://github.com/rust-lang/crates.io-index" 5918checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5919 5920[[package]] 5921name = "windows_x86_64_msvc" 5922version = "0.52.6" 5923source = "registry+https://github.com/rust-lang/crates.io-index" 5924checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5925 5926[[package]] 5927name = "winnow" 5928version = "0.5.40" 5929source = "registry+https://github.com/rust-lang/crates.io-index" 5930checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 5931dependencies = [ 5932 "memchr", 5933] 5934 5935[[package]] 5936name = "winnow" 5937version = "0.6.14" 5938source = "registry+https://github.com/rust-lang/crates.io-index" 5939checksum = "374ec40a2d767a3c1b4972d9475ecd557356637be906f2cb3f7fe17a6eb5e22f" 5940dependencies = [ 5941 "memchr", 5942] 5943 5944[[package]] 5945name = "winreg" 5946version = "0.50.0" 5947source = "registry+https://github.com/rust-lang/crates.io-index" 5948checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5949dependencies = [ 5950 "cfg-if", 5951 "windows-sys 0.48.0", 5952] 5953 5954[[package]] 5955name = "winreg" 5956version = "0.52.0" 5957source = "registry+https://github.com/rust-lang/crates.io-index" 5958checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 5959dependencies = [ 5960 "cfg-if", 5961 "windows-sys 0.48.0", 5962] 5963 5964[[package]] 5965name = "wl-clipboard-rs" 5966version = "0.8.1" 5967source = "registry+https://github.com/rust-lang/crates.io-index" 5968checksum = "12b41773911497b18ca8553c3daaf8ec9fe9819caf93d451d3055f69de028adb" 5969dependencies = [ 5970 "derive-new", 5971 "libc", 5972 "log", 5973 "nix 0.28.0", 5974 "os_pipe", 5975 "tempfile", 5976 "thiserror", 5977 "tree_magic_mini", 5978 "wayland-backend", 5979 "wayland-client", 5980 "wayland-protocols", 5981 "wayland-protocols-wlr", 5982] 5983 5984[[package]] 5985name = "wry" 5986version = "0.24.10" 5987source = "registry+https://github.com/rust-lang/crates.io-index" 5988checksum = "00711278ed357350d44c749c286786ecac644e044e4da410d466212152383b45" 5989dependencies = [ 5990 "base64 0.13.1", 5991 "block", 5992 "cocoa", 5993 "core-graphics 0.22.3", 5994 "crossbeam-channel", 5995 "dunce", 5996 "gdk", 5997 "gio", 5998 "glib", 5999 "gtk", 6000 "html5ever", 6001 "http 0.2.12", 6002 "kuchikiki", 6003 "libc", 6004 "log", 6005 "objc", 6006 "objc_id", 6007 "once_cell", 6008 "serde", 6009 "serde_json", 6010 "sha2", 6011 "soup2", 6012 "tao", 6013 "thiserror", 6014 "url", 6015 "webkit2gtk", 6016 "webkit2gtk-sys", 6017 "webview2-com", 6018 "windows 0.39.0", 6019 "windows-implement 0.39.0", 6020] 6021 6022[[package]] 6023name = "wyz" 6024version = "0.5.1" 6025source = "registry+https://github.com/rust-lang/crates.io-index" 6026checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 6027dependencies = [ 6028 "tap", 6029] 6030 6031[[package]] 6032name = "x11" 6033version = "2.21.0" 6034source = "registry+https://github.com/rust-lang/crates.io-index" 6035checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 6036dependencies = [ 6037 "libc", 6038 "pkg-config", 6039] 6040 6041[[package]] 6042name = "x11-dl" 6043version = "2.21.0" 6044source = "registry+https://github.com/rust-lang/crates.io-index" 6045checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 6046dependencies = [ 6047 "libc", 6048 "once_cell", 6049 "pkg-config", 6050] 6051 6052[[package]] 6053name = "x11rb" 6054version = "0.13.1" 6055source = "registry+https://github.com/rust-lang/crates.io-index" 6056checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 6057dependencies = [ 6058 "gethostname", 6059 "rustix", 6060 "x11rb-protocol", 6061] 6062 6063[[package]] 6064name = "x11rb-protocol" 6065version = "0.13.1" 6066source = "registry+https://github.com/rust-lang/crates.io-index" 6067checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 6068 6069[[package]] 6070name = "xattr" 6071version = "1.3.1" 6072source = "registry+https://github.com/rust-lang/crates.io-index" 6073checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 6074dependencies = [ 6075 "libc", 6076 "linux-raw-sys", 6077 "rustix", 6078] 6079 6080[[package]] 6081name = "xdg-home" 6082version = "1.2.0" 6083source = "registry+https://github.com/rust-lang/crates.io-index" 6084checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8" 6085dependencies = [ 6086 "libc", 6087 "windows-sys 0.52.0", 6088] 6089 6090[[package]] 6091name = "zbus" 6092version = "4.3.1" 6093source = "registry+https://github.com/rust-lang/crates.io-index" 6094checksum = "851238c133804e0aa888edf4a0229481c753544ca12a60fd1c3230c8a500fe40" 6095dependencies = [ 6096 "async-broadcast", 6097 "async-executor", 6098 "async-fs", 6099 "async-io", 6100 "async-lock", 6101 "async-process", 6102 "async-recursion", 6103 "async-task", 6104 "async-trait", 6105 "blocking", 6106 "enumflags2", 6107 "event-listener", 6108 "futures-core", 6109 "futures-sink", 6110 "futures-util", 6111 "hex", 6112 "nix 0.29.0", 6113 "ordered-stream", 6114 "rand 0.8.5", 6115 "serde", 6116 "serde_repr", 6117 "sha1", 6118 "static_assertions", 6119 "tracing", 6120 "uds_windows", 6121 "windows-sys 0.52.0", 6122 "xdg-home", 6123 "zbus_macros", 6124 "zbus_names", 6125 "zvariant", 6126] 6127 6128[[package]] 6129name = "zbus_macros" 6130version = "4.3.1" 6131source = "registry+https://github.com/rust-lang/crates.io-index" 6132checksum = "8d5a3f12c20bd473be3194af6b49d50d7bb804ef3192dc70eddedb26b85d9da7" 6133dependencies = [ 6134 "proc-macro-crate 3.1.0", 6135 "proc-macro2", 6136 "quote", 6137 "syn 2.0.72", 6138 "zvariant_utils", 6139] 6140 6141[[package]] 6142name = "zbus_names" 6143version = "3.0.0" 6144source = "registry+https://github.com/rust-lang/crates.io-index" 6145checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 6146dependencies = [ 6147 "serde", 6148 "static_assertions", 6149 "zvariant", 6150] 6151 6152[[package]] 6153name = "zip" 6154version = "0.6.6" 6155source = "registry+https://github.com/rust-lang/crates.io-index" 6156checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 6157dependencies = [ 6158 "byteorder", 6159 "crc32fast", 6160 "crossbeam-utils", 6161] 6162 6163[[package]] 6164name = "zvariant" 6165version = "4.1.2" 6166source = "registry+https://github.com/rust-lang/crates.io-index" 6167checksum = "1724a2b330760dc7d2a8402d841119dc869ef120b139d29862d6980e9c75bfc9" 6168dependencies = [ 6169 "endi", 6170 "enumflags2", 6171 "serde", 6172 "static_assertions", 6173 "zvariant_derive", 6174] 6175 6176[[package]] 6177name = "zvariant_derive" 6178version = "4.1.2" 6179source = "registry+https://github.com/rust-lang/crates.io-index" 6180checksum = "55025a7a518ad14518fb243559c058a2e5b848b015e31f1d90414f36e3317859" 6181dependencies = [ 6182 "proc-macro-crate 3.1.0", 6183 "proc-macro2", 6184 "quote", 6185 "syn 2.0.72", 6186 "zvariant_utils", 6187] 6188 6189[[package]] 6190name = "zvariant_utils" 6191version = "2.0.0" 6192source = "registry+https://github.com/rust-lang/crates.io-index" 6193checksum = "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786" 6194dependencies = [ 6195 "proc-macro2", 6196 "quote", 6197 "syn 2.0.72", 6198]