1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aarch64-paging" 7version = "0.7.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a72425af5ca5fea30463427958c9fdc07ac24e58d0edafb7cb14ebf7706f2350" 10dependencies = [ 11 "bitflags 2.6.0", 12] 13 14[[package]] 15name = "acpi" 16version = "5.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "e248409195304021f61b39ba2628f62a45a3abf6119669d44b3399d60eabe4c3" 19dependencies = [ 20 "bit_field", 21 "log", 22] 23 24[[package]] 25name = "addr2line" 26version = "0.21.0" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 29dependencies = [ 30 "gimli", 31] 32 33[[package]] 34name = "adler" 35version = "1.0.2" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 38 39[[package]] 40name = "adler2" 41version = "2.0.0" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 44 45[[package]] 46name = "aes" 47version = "0.8.4" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 50dependencies = [ 51 "cfg-if", 52 "cipher", 53 "cpufeatures", 54] 55 56[[package]] 57name = "ahash" 58version = "0.7.8" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 61dependencies = [ 62 "getrandom", 63 "once_cell", 64 "version_check", 65] 66 67[[package]] 68name = "ahash" 69version = "0.8.11" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 72dependencies = [ 73 "cfg-if", 74 "getrandom", 75 "once_cell", 76 "version_check", 77 "zerocopy", 78] 79 80[[package]] 81name = "aho-corasick" 82version = "0.7.20" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 85dependencies = [ 86 "memchr", 87] 88 89[[package]] 90name = "android-pseudo-crate" 91version = "0.1.0" 92dependencies = [ 93 "aarch64-paging", 94 "acpi", 95 "ahash 0.8.11", 96 "aho-corasick", 97 "android_log-sys", 98 "android_logger", 99 "anes 0.2.0", 100 "annotate-snippets", 101 "anstyle", 102 "anyhow", 103 "arbitrary", 104 "arc-swap", 105 "argh", 106 "argh_derive", 107 "argh_shared", 108 "arrayvec", 109 "ash", 110 "async-stream", 111 "async-stream-impl", 112 "async-task", 113 "async-trait", 114 "atomic", 115 "atty", 116 "axum", 117 "axum-core", 118 "base64 0.22.1", 119 "bencher", 120 "bincode", 121 "bindgen 0.69.5", 122 "bindgen-cli", 123 "bit_field", 124 "bitflags 2.6.0", 125 "bitreader", 126 "bstr", 127 "buddy_system_allocator", 128 "bytemuck", 129 "bytemuck_derive", 130 "byteorder", 131 "bytes", 132 "camino", 133 "cast", 134 "cesu8", 135 "cexpr", 136 "cfg-if", 137 "chrono", 138 "ciborium", 139 "ciborium-io", 140 "ciborium-ll", 141 "clang-sys", 142 "clap 4.5.0", 143 "clap_builder", 144 "clap_complete", 145 "clap_derive", 146 "clap_lex 0.7.2", 147 "codespan-reporting", 148 "combine", 149 "command-fds", 150 "config", 151 "configparser", 152 "const-oid", 153 "coset", 154 "cov-mark", 155 "crc32fast", 156 "criterion", 157 "criterion-plot", 158 "crossbeam-channel", 159 "crossbeam-deque", 160 "crossbeam-epoch", 161 "crossbeam-queue", 162 "crossbeam-utils", 163 "csv", 164 "csv-core", 165 "darling", 166 "darling_core", 167 "darling_macro", 168 "dashmap", 169 "data-encoding", 170 "debug_tree", 171 "der", 172 "der_derive", 173 "derive_arbitrary", 174 "displaydoc", 175 "document-features", 176 "downcast", 177 "downcast-rs", 178 "drm", 179 "drm-ffi", 180 "drm-fourcc", 181 "either", 182 "enumn", 183 "env_logger 0.10.2", 184 "epoll", 185 "equivalent", 186 "errno", 187 "etherparse", 188 "fallible-iterator 0.3.0", 189 "fallible-streaming-iterator", 190 "fastrand", 191 "fixedbitset 0.5.7", 192 "flagset", 193 "flate2", 194 "fnv", 195 "foreign-types", 196 "foreign-types-shared", 197 "form_urlencoded", 198 "fragile", 199 "fs-err", 200 "futures", 201 "futures-channel", 202 "futures-core", 203 "futures-executor", 204 "futures-io", 205 "futures-macro", 206 "futures-sink", 207 "futures-task", 208 "futures-test", 209 "futures-util", 210 "fxhash", 211 "gbm", 212 "gdbstub", 213 "gdbstub_arch", 214 "getrandom", 215 "glam", 216 "glob", 217 "googletest", 218 "googletest_macro", 219 "gpio-cdev", 220 "grpcio", 221 "grpcio-compiler", 222 "grpcio-sys", 223 "h2 0.4.4", 224 "half 2.2.1", 225 "hashbrown 0.12.3", 226 "hashlink", 227 "heck", 228 "hex", 229 "hound", 230 "http 0.2.9", 231 "http-body", 232 "httparse", 233 "httpdate", 234 "hyper", 235 "hyper-timeout", 236 "ident_case", 237 "idna 0.5.0", 238 "indexmap 1.9.2", 239 "instant", 240 "intrusive-collections", 241 "itertools 0.13.0", 242 "itoa", 243 "jni", 244 "jni-sys", 245 "kernlog", 246 "lazy_static", 247 "lazycell", 248 "libbpf-rs", 249 "libbpf-sys", 250 "libc", 251 "libfuzzer-sys", 252 "libloading 0.8.3", 253 "libm", 254 "libtest-mimic", 255 "libusb1-sys", 256 "libz-sys", 257 "linked-hash-map", 258 "linkme", 259 "linkme-impl", 260 "litrs 0.3.0", 261 "lock_api", 262 "log", 263 "lru-cache", 264 "lz4_flex", 265 "macaddr", 266 "managed", 267 "matches", 268 "matchit", 269 "maybe-async", 270 "memchr", 271 "memmap2", 272 "memoffset", 273 "merge", 274 "merge_derive", 275 "miette", 276 "miette-derive", 277 "mime", 278 "minimal-lexical", 279 "mio", 280 "mls-rs", 281 "mls-rs-codec", 282 "mls-rs-codec-derive", 283 "mls-rs-core", 284 "mls-rs-crypto-traits", 285 "mockall", 286 "mockall_derive", 287 "moveit", 288 "named-lock", 289 "nix 0.28.0", 290 "no-panic", 291 "nom", 292 "num-bigint", 293 "num-complex", 294 "num-derive", 295 "num-integer", 296 "num-traits", 297 "num_cpus", 298 "num_enum", 299 "num_enum_derive", 300 "octets", 301 "once_cell", 302 "oneshot-uniffi", 303 "oorandom", 304 "openssl-macros", 305 "os_str_bytes", 306 "p9", 307 "p9_wire_format_derive", 308 "parking_lot", 309 "parking_lot_core", 310 "paste", 311 "pathdiff", 312 "pdl-compiler", 313 "pdl-runtime", 314 "percent-encoding", 315 "percore", 316 "pest", 317 "pest_derive", 318 "pest_generator", 319 "pest_meta", 320 "petgraph", 321 "pin-project", 322 "pin-project-internal", 323 "pin-project-lite", 324 "pin-utils", 325 "pkcs1", 326 "pkcs8", 327 "plotters", 328 "plotters-backend", 329 "plotters-svg", 330 "poll_token_derive", 331 "ppv-lite86", 332 "predicates", 333 "predicates-core", 334 "predicates-tree", 335 "prettyplease 0.2.17", 336 "proc-macro2 1.0.75", 337 "protobuf 3.2.0", 338 "protobuf-codegen", 339 "protobuf-json-mapping", 340 "protobuf-parse", 341 "protobuf-support", 342 "ptr_meta", 343 "ptr_meta_derive", 344 "quiche", 345 "quickcheck", 346 "quote 1.0.36", 347 "rand", 348 "rand_chacha", 349 "rand_core", 350 "rand_xorshift", 351 "rayon", 352 "rayon-core", 353 "regex", 354 "regex-automata", 355 "regex-syntax", 356 "remain", 357 "ring 0.17.2", 358 "rusb", 359 "rusqlite", 360 "rustc-demangle", 361 "rustc-demangle-capi", 362 "rustc-hash", 363 "rustix", 364 "rustversion", 365 "ryu", 366 "same-file", 367 "scopeguard", 368 "sec1", 369 "semver", 370 "serde", 371 "serde-xml-rs", 372 "serde_cbor", 373 "serde_derive", 374 "serde_json", 375 "serde_spanned", 376 "serde_test", 377 "serde_yaml", 378 "sharded-slab", 379 "shared_child", 380 "shared_library", 381 "shlex", 382 "siphasher 1.0.1", 383 "slab", 384 "smallvec", 385 "smccc", 386 "socket2", 387 "spin 0.9.8", 388 "spki", 389 "static_assertions", 390 "strsim 0.11.1", 391 "strum", 392 "strum_macros", 393 "syn 2.0.58", 394 "syn-mid", 395 "sync_wrapper 1.0.1", 396 "synstructure", 397 "tempfile", 398 "termcolor", 399 "termtree", 400 "textwrap 0.16.0", 401 "thiserror", 402 "thiserror-impl", 403 "thread_local", 404 "threadpool", 405 "tikv-jemalloc-sys", 406 "tikv-jemallocator", 407 "tinytemplate", 408 "tinyvec", 409 "tinyvec_macros", 410 "tokio", 411 "tokio-io-timeout", 412 "tokio-macros", 413 "tokio-openssl", 414 "tokio-stream", 415 "tokio-test", 416 "tokio-util", 417 "toml 0.8.10", 418 "toml_datetime", 419 "toml_edit 0.22.4", 420 "tonic", 421 "tower", 422 "tower-layer", 423 "tower-service", 424 "tracing", 425 "tracing-attributes", 426 "tracing-core", 427 "tracing-subscriber", 428 "try-lock", 429 "tungstenite", 430 "twox-hash", 431 "ucd-trie", 432 "ucs2", 433 "uefi", 434 "uefi-macros", 435 "uefi-raw", 436 "uguid", 437 "unicode-bidi", 438 "unicode-ident", 439 "unicode-normalization", 440 "unicode-segmentation", 441 "unicode-width", 442 "unicode-xid 0.2.4", 443 "uniffi", 444 "uniffi_checksum_derive", 445 "uniffi_core", 446 "uniffi_macros", 447 "uniffi_meta", 448 "unsafe-libyaml", 449 "untrusted 0.7.1", 450 "url", 451 "userfaultfd", 452 "userfaultfd-sys", 453 "utf-8", 454 "uuid", 455 "vhost", 456 "vhost-user-backend", 457 "virtio-bindings", 458 "virtio-drivers", 459 "virtio-queue 0.11.0", 460 "virtio-vsock", 461 "vm-memory 0.12.2", 462 "vmm-sys-util 0.12.1", 463 "vsock", 464 "vsprintf", 465 "vulkano", 466 "walkdir", 467 "want", 468 "weak-table", 469 "webpki", 470 "which", 471 "winnow", 472 "x509-cert", 473 "xml-rs", 474 "yaml-rust", 475 "zerocopy", 476 "zerocopy-derive", 477 "zeroize", 478 "zeroize_derive", 479 "zip", 480] 481 482[[package]] 483name = "android-tzdata" 484version = "0.1.1" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 487 488[[package]] 489name = "android_log-sys" 490version = "0.3.1" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937" 493 494[[package]] 495name = "android_logger" 496version = "0.13.3" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "c494134f746c14dc653a35a4ea5aca24ac368529da5370ecf41fe0341c35772f" 499dependencies = [ 500 "android_log-sys", 501 "env_logger 0.10.2", 502 "log", 503 "once_cell", 504] 505 506[[package]] 507name = "android_system_properties" 508version = "0.1.5" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 511dependencies = [ 512 "libc", 513] 514 515[[package]] 516name = "anes" 517version = "0.1.6" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 520 521[[package]] 522name = "anes" 523version = "0.2.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "735d4f398ca57cfa2880225c2bf81c3b9af3be5bb22e44ae70118dad38713e84" 526 527[[package]] 528name = "annotate-snippets" 529version = "0.9.2" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" 532dependencies = [ 533 "unicode-width", 534 "yansi-term", 535] 536 537[[package]] 538name = "ansi_term" 539version = "0.12.1" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 542dependencies = [ 543 "winapi", 544] 545 546[[package]] 547name = "anstream" 548version = "0.6.15" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 551dependencies = [ 552 "anstyle", 553 "anstyle-parse", 554 "anstyle-query", 555 "anstyle-wincon", 556 "colorchoice", 557 "is_terminal_polyfill", 558 "utf8parse", 559] 560 561[[package]] 562name = "anstyle" 563version = "1.0.10" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 566 567[[package]] 568name = "anstyle-parse" 569version = "0.2.5" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 572dependencies = [ 573 "utf8parse", 574] 575 576[[package]] 577name = "anstyle-query" 578version = "1.1.1" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 581dependencies = [ 582 "windows-sys 0.52.0", 583] 584 585[[package]] 586name = "anstyle-wincon" 587version = "3.0.4" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 590dependencies = [ 591 "anstyle", 592 "windows-sys 0.52.0", 593] 594 595[[package]] 596name = "anyhow" 597version = "1.0.79" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 600 601[[package]] 602name = "arbitrary" 603version = "1.2.3" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "3e90af4de65aa7b293ef2d09daff88501eb254f58edde2e1ac02c82d873eadad" 606 607[[package]] 608name = "arc-swap" 609version = "1.6.0" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 612 613[[package]] 614name = "argh" 615version = "0.1.12" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219" 618dependencies = [ 619 "argh_derive", 620 "argh_shared", 621] 622 623[[package]] 624name = "argh_derive" 625version = "0.1.12" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a" 628dependencies = [ 629 "argh_shared", 630 "proc-macro2 1.0.75", 631 "quote 1.0.36", 632 "syn 2.0.58", 633] 634 635[[package]] 636name = "argh_shared" 637version = "0.1.12" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531" 640dependencies = [ 641 "serde", 642] 643 644[[package]] 645name = "arrayvec" 646version = "0.7.4" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 649 650[[package]] 651name = "ash" 652version = "0.37.3+1.3.251" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 655dependencies = [ 656 "libloading 0.7.4", 657] 658 659[[package]] 660name = "async-stream" 661version = "0.3.5" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 664dependencies = [ 665 "async-stream-impl", 666 "futures-core", 667 "pin-project-lite", 668] 669 670[[package]] 671name = "async-stream-impl" 672version = "0.3.5" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 675dependencies = [ 676 "proc-macro2 1.0.75", 677 "quote 1.0.36", 678 "syn 2.0.58", 679] 680 681[[package]] 682name = "async-task" 683version = "4.7.1" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 686 687[[package]] 688name = "async-trait" 689version = "0.1.83" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 692dependencies = [ 693 "proc-macro2 1.0.75", 694 "quote 1.0.36", 695 "syn 2.0.58", 696] 697 698[[package]] 699name = "atomic" 700version = "0.6.0" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 703dependencies = [ 704 "bytemuck", 705] 706 707[[package]] 708name = "atty" 709version = "0.2.14" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 712dependencies = [ 713 "hermit-abi 0.1.19", 714 "libc", 715 "winapi", 716] 717 718[[package]] 719name = "autocfg" 720version = "1.3.0" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 723 724[[package]] 725name = "axum" 726version = "0.6.20" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 729dependencies = [ 730 "async-trait", 731 "axum-core", 732 "bitflags 1.3.2", 733 "bytes", 734 "futures-util", 735 "http 0.2.9", 736 "http-body", 737 "hyper", 738 "itoa", 739 "matchit", 740 "memchr", 741 "mime", 742 "percent-encoding", 743 "pin-project-lite", 744 "rustversion", 745 "serde", 746 "serde_json", 747 "serde_path_to_error", 748 "serde_urlencoded", 749 "sync_wrapper 0.1.2", 750 "tokio", 751 "tower", 752 "tower-layer", 753 "tower-service", 754] 755 756[[package]] 757name = "axum-core" 758version = "0.3.4" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 761dependencies = [ 762 "async-trait", 763 "bytes", 764 "futures-util", 765 "http 0.2.9", 766 "http-body", 767 "mime", 768 "rustversion", 769 "tower-layer", 770 "tower-service", 771] 772 773[[package]] 774name = "backtrace" 775version = "0.3.71" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 778dependencies = [ 779 "addr2line", 780 "cc", 781 "cfg-if", 782 "libc", 783 "miniz_oxide 0.7.4", 784 "object", 785 "rustc-demangle", 786] 787 788[[package]] 789name = "base16ct" 790version = "0.2.0" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 793 794[[package]] 795name = "base64" 796version = "0.13.1" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 799 800[[package]] 801name = "base64" 802version = "0.21.7" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 805 806[[package]] 807name = "base64" 808version = "0.22.1" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 811 812[[package]] 813name = "base64ct" 814version = "1.6.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 817 818[[package]] 819name = "bencher" 820version = "0.1.5" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5" 823 824[[package]] 825name = "bincode" 826version = "1.3.3" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 829dependencies = [ 830 "serde", 831] 832 833[[package]] 834name = "bindgen" 835version = "0.59.2" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8" 838dependencies = [ 839 "bitflags 1.3.2", 840 "cexpr", 841 "clang-sys", 842 "clap 2.34.0", 843 "env_logger 0.9.3", 844 "lazy_static", 845 "lazycell", 846 "log", 847 "peeking_take_while", 848 "proc-macro2 1.0.75", 849 "quote 1.0.36", 850 "regex", 851 "rustc-hash", 852 "shlex", 853 "which", 854] 855 856[[package]] 857name = "bindgen" 858version = "0.68.1" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" 861dependencies = [ 862 "bitflags 2.6.0", 863 "cexpr", 864 "clang-sys", 865 "lazy_static", 866 "lazycell", 867 "peeking_take_while", 868 "proc-macro2 1.0.75", 869 "quote 1.0.36", 870 "regex", 871 "rustc-hash", 872 "shlex", 873 "syn 2.0.58", 874] 875 876[[package]] 877name = "bindgen" 878version = "0.69.5" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 881dependencies = [ 882 "annotate-snippets", 883 "bitflags 2.6.0", 884 "cexpr", 885 "clang-sys", 886 "itertools 0.12.1", 887 "lazy_static", 888 "lazycell", 889 "log", 890 "prettyplease 0.2.17", 891 "proc-macro2 1.0.75", 892 "quote 1.0.36", 893 "regex", 894 "rustc-hash", 895 "shlex", 896 "syn 2.0.58", 897 "which", 898] 899 900[[package]] 901name = "bindgen-cli" 902version = "0.69.5" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "15712870dbb0b31da9d8827128b99765c1ac01e10b92bf2a7dcbc8e20a2628bd" 905dependencies = [ 906 "bindgen 0.69.5", 907 "clap 4.5.0", 908 "clap_complete", 909 "env_logger 0.10.2", 910 "log", 911 "shlex", 912] 913 914[[package]] 915name = "bit_field" 916version = "0.10.2" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 919 920[[package]] 921name = "bitflags" 922version = "1.3.2" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 925 926[[package]] 927name = "bitflags" 928version = "2.6.0" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 931 932[[package]] 933name = "bitreader" 934version = "0.3.8" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "bdd859c9d97f7c468252795b35aeccc412bdbb1e90ee6969c4fa6328272eaeff" 937dependencies = [ 938 "cfg-if", 939] 940 941[[package]] 942name = "block-buffer" 943version = "0.10.4" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 946dependencies = [ 947 "generic-array", 948] 949 950[[package]] 951name = "boringssl-src" 952version = "0.6.0+e46383f" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "5edec42197c014d84ea2396589f0da14b2257f63f319442b5e8475a077b90457" 955dependencies = [ 956 "cmake", 957] 958 959[[package]] 960name = "bstr" 961version = "1.3.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 964dependencies = [ 965 "memchr", 966 "once_cell", 967 "regex-automata", 968 "serde", 969] 970 971[[package]] 972name = "buddy_system_allocator" 973version = "0.11.0" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "a1a0108968a3a2dab95b089c0fc3f1afa7759aa5ebe6f1d86d206d6f7ba726eb" 976dependencies = [ 977 "spin 0.9.8", 978] 979 980[[package]] 981name = "bumpalo" 982version = "3.16.0" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 985 986[[package]] 987name = "bytemuck" 988version = "1.19.0" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 991dependencies = [ 992 "bytemuck_derive", 993] 994 995[[package]] 996name = "bytemuck_derive" 997version = "1.7.1" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26" 1000dependencies = [ 1001 "proc-macro2 1.0.75", 1002 "quote 1.0.36", 1003 "syn 2.0.58", 1004] 1005 1006[[package]] 1007name = "byteorder" 1008version = "1.5.0" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1011 1012[[package]] 1013name = "bytes" 1014version = "1.9.0" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 1017 1018[[package]] 1019name = "bzip2" 1020version = "0.4.4" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 1023dependencies = [ 1024 "bzip2-sys", 1025 "libc", 1026] 1027 1028[[package]] 1029name = "bzip2-sys" 1030version = "0.1.11+1.0.8" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1033dependencies = [ 1034 "cc", 1035 "libc", 1036 "pkg-config", 1037] 1038 1039[[package]] 1040name = "camino" 1041version = "1.1.9" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 1044 1045[[package]] 1046name = "cast" 1047version = "0.3.0" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 1050 1051[[package]] 1052name = "cc" 1053version = "1.1.11" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" 1056dependencies = [ 1057 "jobserver", 1058 "libc", 1059 "shlex", 1060] 1061 1062[[package]] 1063name = "cesu8" 1064version = "1.1.0" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1067 1068[[package]] 1069name = "cexpr" 1070version = "0.6.0" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1073dependencies = [ 1074 "nom", 1075] 1076 1077[[package]] 1078name = "cfg-if" 1079version = "1.0.0" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1082 1083[[package]] 1084name = "cfg_aliases" 1085version = "0.1.1" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 1088 1089[[package]] 1090name = "cfg_aliases" 1091version = "0.2.1" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1094 1095[[package]] 1096name = "chrono" 1097version = "0.4.34" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" 1100dependencies = [ 1101 "android-tzdata", 1102 "iana-time-zone", 1103 "js-sys", 1104 "num-traits", 1105 "wasm-bindgen", 1106 "windows-targets 0.52.6", 1107] 1108 1109[[package]] 1110name = "ciborium" 1111version = "0.2.2" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 1114dependencies = [ 1115 "ciborium-io", 1116 "ciborium-ll", 1117 "serde", 1118] 1119 1120[[package]] 1121name = "ciborium-io" 1122version = "0.2.2" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 1125 1126[[package]] 1127name = "ciborium-ll" 1128version = "0.2.2" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 1131dependencies = [ 1132 "ciborium-io", 1133 "half 2.2.1", 1134] 1135 1136[[package]] 1137name = "cipher" 1138version = "0.4.4" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1141dependencies = [ 1142 "crypto-common", 1143 "inout", 1144] 1145 1146[[package]] 1147name = "clang-sys" 1148version = "1.7.0" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" 1151dependencies = [ 1152 "glob", 1153 "libc", 1154 "libloading 0.8.3", 1155] 1156 1157[[package]] 1158name = "clap" 1159version = "2.34.0" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 1162dependencies = [ 1163 "ansi_term", 1164 "atty", 1165 "bitflags 1.3.2", 1166 "strsim 0.8.0", 1167 "textwrap 0.11.0", 1168 "unicode-width", 1169 "vec_map", 1170] 1171 1172[[package]] 1173name = "clap" 1174version = "3.2.25" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 1177dependencies = [ 1178 "bitflags 1.3.2", 1179 "clap_lex 0.2.4", 1180 "indexmap 1.9.2", 1181 "textwrap 0.16.0", 1182] 1183 1184[[package]] 1185name = "clap" 1186version = "4.5.0" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f" 1189dependencies = [ 1190 "clap_builder", 1191 "clap_derive", 1192] 1193 1194[[package]] 1195name = "clap_builder" 1196version = "4.5.0" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" 1199dependencies = [ 1200 "anstream", 1201 "anstyle", 1202 "clap_lex 0.7.2", 1203 "strsim 0.11.1", 1204] 1205 1206[[package]] 1207name = "clap_complete" 1208version = "4.5.3" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "b5a2d6eec27fce550d708b2be5d798797e5a55b246b323ef36924a0001996352" 1211dependencies = [ 1212 "clap 4.5.0", 1213] 1214 1215[[package]] 1216name = "clap_derive" 1217version = "4.5.0" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" 1220dependencies = [ 1221 "heck", 1222 "proc-macro2 1.0.75", 1223 "quote 1.0.36", 1224 "syn 2.0.58", 1225] 1226 1227[[package]] 1228name = "clap_lex" 1229version = "0.2.4" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 1232dependencies = [ 1233 "os_str_bytes", 1234] 1235 1236[[package]] 1237name = "clap_lex" 1238version = "0.7.2" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 1241 1242[[package]] 1243name = "cmake" 1244version = "0.1.51" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" 1247dependencies = [ 1248 "cc", 1249] 1250 1251[[package]] 1252name = "codespan-reporting" 1253version = "0.11.1" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1256dependencies = [ 1257 "termcolor", 1258 "unicode-width", 1259] 1260 1261[[package]] 1262name = "color_quant" 1263version = "1.1.0" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 1266 1267[[package]] 1268name = "colorchoice" 1269version = "1.0.2" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1272 1273[[package]] 1274name = "combine" 1275version = "4.6.7" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1278dependencies = [ 1279 "bytes", 1280 "memchr", 1281] 1282 1283[[package]] 1284name = "command-fds" 1285version = "0.3.0" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "7bb11bd1378bf3731b182997b40cefe00aba6a6cc74042c8318c1b271d3badf7" 1288dependencies = [ 1289 "nix 0.27.1", 1290 "thiserror", 1291] 1292 1293[[package]] 1294name = "config" 1295version = "0.13.4" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" 1298dependencies = [ 1299 "async-trait", 1300 "json5", 1301 "lazy_static", 1302 "nom", 1303 "pathdiff", 1304 "ron", 1305 "rust-ini", 1306 "serde", 1307 "serde_json", 1308 "toml 0.5.11", 1309 "yaml-rust", 1310] 1311 1312[[package]] 1313name = "configparser" 1314version = "3.0.4" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "4ec6d3da8e550377a85339063af6e3735f4b1d9392108da4e083a1b3b9820288" 1317 1318[[package]] 1319name = "const-cstr" 1320version = "0.3.0" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6" 1323 1324[[package]] 1325name = "const-oid" 1326version = "0.9.6" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1329 1330[[package]] 1331name = "constant_time_eq" 1332version = "0.1.5" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 1335 1336[[package]] 1337name = "core-foundation" 1338version = "0.9.4" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1341dependencies = [ 1342 "core-foundation-sys", 1343 "libc", 1344] 1345 1346[[package]] 1347name = "core-foundation-sys" 1348version = "0.8.7" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1351 1352[[package]] 1353name = "core-graphics" 1354version = "0.22.3" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 1357dependencies = [ 1358 "bitflags 1.3.2", 1359 "core-foundation", 1360 "core-graphics-types", 1361 "foreign-types", 1362 "libc", 1363] 1364 1365[[package]] 1366name = "core-graphics-types" 1367version = "0.1.3" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1370dependencies = [ 1371 "bitflags 1.3.2", 1372 "core-foundation", 1373 "libc", 1374] 1375 1376[[package]] 1377name = "core-text" 1378version = "19.2.0" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" 1381dependencies = [ 1382 "core-foundation", 1383 "core-graphics", 1384 "foreign-types", 1385 "libc", 1386] 1387 1388[[package]] 1389name = "coset" 1390version = "0.3.8" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "f4c8cc80f631f8307b887faca24dcc3abc427cd0367f6eb6188f6e8f5b7ad8fb" 1393dependencies = [ 1394 "ciborium", 1395 "ciborium-io", 1396] 1397 1398[[package]] 1399name = "cov-mark" 1400version = "2.0.0" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "0570650661aa447e7335f1d5e4f499d8e58796e617bedc9267d971e51c8b49d4" 1403 1404[[package]] 1405name = "cpufeatures" 1406version = "0.2.12" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 1409dependencies = [ 1410 "libc", 1411] 1412 1413[[package]] 1414name = "crc32fast" 1415version = "1.4.2" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1418dependencies = [ 1419 "cfg-if", 1420] 1421 1422[[package]] 1423name = "criterion" 1424version = "0.4.0" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 1427dependencies = [ 1428 "anes 0.1.6", 1429 "atty", 1430 "cast", 1431 "ciborium", 1432 "clap 3.2.25", 1433 "criterion-plot", 1434 "itertools 0.10.5", 1435 "lazy_static", 1436 "num-traits", 1437 "oorandom", 1438 "plotters", 1439 "rayon", 1440 "regex", 1441 "serde", 1442 "serde_derive", 1443 "serde_json", 1444 "tinytemplate", 1445 "walkdir", 1446] 1447 1448[[package]] 1449name = "criterion-plot" 1450version = "0.5.0" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1453dependencies = [ 1454 "cast", 1455 "itertools 0.10.5", 1456] 1457 1458[[package]] 1459name = "critical-section" 1460version = "1.1.3" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "f64009896348fc5af4222e9cf7d7d82a95a256c634ebcf61c53e4ea461422242" 1463 1464[[package]] 1465name = "crossbeam-channel" 1466version = "0.5.13" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1469dependencies = [ 1470 "crossbeam-utils", 1471] 1472 1473[[package]] 1474name = "crossbeam-deque" 1475version = "0.8.5" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1478dependencies = [ 1479 "crossbeam-epoch", 1480 "crossbeam-utils", 1481] 1482 1483[[package]] 1484name = "crossbeam-epoch" 1485version = "0.9.18" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1488dependencies = [ 1489 "crossbeam-utils", 1490] 1491 1492[[package]] 1493name = "crossbeam-queue" 1494version = "0.3.11" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1497dependencies = [ 1498 "crossbeam-utils", 1499] 1500 1501[[package]] 1502name = "crossbeam-utils" 1503version = "0.8.20" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1506 1507[[package]] 1508name = "crunchy" 1509version = "0.2.2" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1512 1513[[package]] 1514name = "crypto-common" 1515version = "0.1.6" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1518dependencies = [ 1519 "generic-array", 1520 "typenum", 1521] 1522 1523[[package]] 1524name = "csv" 1525version = "1.3.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1528dependencies = [ 1529 "csv-core", 1530 "itoa", 1531 "ryu", 1532 "serde", 1533] 1534 1535[[package]] 1536name = "csv-core" 1537version = "0.1.11" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1540dependencies = [ 1541 "memchr", 1542] 1543 1544[[package]] 1545name = "darling" 1546version = "0.20.10" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1549dependencies = [ 1550 "darling_core", 1551 "darling_macro", 1552] 1553 1554[[package]] 1555name = "darling_core" 1556version = "0.20.10" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1559dependencies = [ 1560 "fnv", 1561 "ident_case", 1562 "proc-macro2 1.0.75", 1563 "quote 1.0.36", 1564 "strsim 0.11.1", 1565 "syn 2.0.58", 1566] 1567 1568[[package]] 1569name = "darling_macro" 1570version = "0.20.10" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1573dependencies = [ 1574 "darling_core", 1575 "quote 1.0.36", 1576 "syn 2.0.58", 1577] 1578 1579[[package]] 1580name = "dashmap" 1581version = "5.5.3" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1584dependencies = [ 1585 "cfg-if", 1586 "hashbrown 0.14.5", 1587 "lock_api", 1588 "once_cell", 1589 "parking_lot_core", 1590] 1591 1592[[package]] 1593name = "data-encoding" 1594version = "2.6.0" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 1597 1598[[package]] 1599name = "debug_tree" 1600version = "0.4.0" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "2d1ec383f2d844902d3c34e4253ba11ae48513cdaddc565cf1a6518db09a8e57" 1603dependencies = [ 1604 "once_cell", 1605] 1606 1607[[package]] 1608name = "der" 1609version = "0.7.9" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 1612dependencies = [ 1613 "const-oid", 1614 "der_derive", 1615 "flagset", 1616 "pem-rfc7468", 1617 "zeroize", 1618] 1619 1620[[package]] 1621name = "der_derive" 1622version = "0.7.3" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" 1625dependencies = [ 1626 "proc-macro2 1.0.75", 1627 "quote 1.0.36", 1628 "syn 2.0.58", 1629] 1630 1631[[package]] 1632name = "deranged" 1633version = "0.3.11" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1636dependencies = [ 1637 "powerfmt", 1638] 1639 1640[[package]] 1641name = "derive_arbitrary" 1642version = "1.3.2" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 1645dependencies = [ 1646 "proc-macro2 1.0.75", 1647 "quote 1.0.36", 1648 "syn 2.0.58", 1649] 1650 1651[[package]] 1652name = "difflib" 1653version = "0.4.0" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 1656 1657[[package]] 1658name = "digest" 1659version = "0.10.7" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1662dependencies = [ 1663 "block-buffer", 1664 "crypto-common", 1665 "subtle", 1666] 1667 1668[[package]] 1669name = "dirs-next" 1670version = "2.0.0" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1673dependencies = [ 1674 "cfg-if", 1675 "dirs-sys-next", 1676] 1677 1678[[package]] 1679name = "dirs-sys-next" 1680version = "0.1.2" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1683dependencies = [ 1684 "libc", 1685 "redox_users", 1686 "winapi", 1687] 1688 1689[[package]] 1690name = "displaydoc" 1691version = "0.2.5" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1694dependencies = [ 1695 "proc-macro2 1.0.75", 1696 "quote 1.0.36", 1697 "syn 2.0.58", 1698] 1699 1700[[package]] 1701name = "dlib" 1702version = "0.5.2" 1703source = "registry+https://github.com/rust-lang/crates.io-index" 1704checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1705dependencies = [ 1706 "libloading 0.8.3", 1707] 1708 1709[[package]] 1710name = "dlv-list" 1711version = "0.3.0" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" 1714 1715[[package]] 1716name = "document-features" 1717version = "0.2.10" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 1720dependencies = [ 1721 "litrs 0.4.1", 1722] 1723 1724[[package]] 1725name = "downcast" 1726version = "0.11.0" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" 1729 1730[[package]] 1731name = "downcast-rs" 1732version = "1.2.1" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1735 1736[[package]] 1737name = "drm" 1738version = "0.12.0" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1" 1741dependencies = [ 1742 "bitflags 2.6.0", 1743 "bytemuck", 1744 "drm-ffi", 1745 "drm-fourcc", 1746 "rustix", 1747] 1748 1749[[package]] 1750name = "drm-ffi" 1751version = "0.8.0" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53" 1754dependencies = [ 1755 "drm-sys", 1756 "rustix", 1757] 1758 1759[[package]] 1760name = "drm-fourcc" 1761version = "2.2.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 1764 1765[[package]] 1766name = "drm-sys" 1767version = "0.7.0" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986" 1770dependencies = [ 1771 "libc", 1772 "linux-raw-sys 0.6.5", 1773] 1774 1775[[package]] 1776name = "dwrote" 1777version = "0.11.1" 1778source = "registry+https://github.com/rust-lang/crates.io-index" 1779checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c" 1780dependencies = [ 1781 "lazy_static", 1782 "libc", 1783 "winapi", 1784 "wio", 1785] 1786 1787[[package]] 1788name = "either" 1789version = "1.13.0" 1790source = "registry+https://github.com/rust-lang/crates.io-index" 1791checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1792 1793[[package]] 1794name = "enumn" 1795version = "0.1.14" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 1798dependencies = [ 1799 "proc-macro2 1.0.75", 1800 "quote 1.0.36", 1801 "syn 2.0.58", 1802] 1803 1804[[package]] 1805name = "env_logger" 1806version = "0.8.4" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 1809dependencies = [ 1810 "log", 1811 "regex", 1812] 1813 1814[[package]] 1815name = "env_logger" 1816version = "0.9.3" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 1819dependencies = [ 1820 "atty", 1821 "humantime", 1822 "log", 1823 "regex", 1824 "termcolor", 1825] 1826 1827[[package]] 1828name = "env_logger" 1829version = "0.10.2" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 1832dependencies = [ 1833 "humantime", 1834 "is-terminal", 1835 "log", 1836 "regex", 1837 "termcolor", 1838] 1839 1840[[package]] 1841name = "epoll" 1842version = "4.3.3" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "74351c3392ea1ff6cd2628e0042d268ac2371cb613252ff383b6dfa50d22fa79" 1845dependencies = [ 1846 "bitflags 2.6.0", 1847 "libc", 1848] 1849 1850[[package]] 1851name = "equivalent" 1852version = "1.0.1" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1855 1856[[package]] 1857name = "errno" 1858version = "0.3.9" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1861dependencies = [ 1862 "libc", 1863 "windows-sys 0.52.0", 1864] 1865 1866[[package]] 1867name = "etherparse" 1868version = "0.16.0" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "b8d8a704b617484e9d867a0423cd45f7577f008c4068e2e33378f8d3860a6d73" 1871dependencies = [ 1872 "arrayvec", 1873] 1874 1875[[package]] 1876name = "ext-trait" 1877version = "1.0.1" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5" 1880dependencies = [ 1881 "ext-trait-proc_macros", 1882] 1883 1884[[package]] 1885name = "ext-trait-proc_macros" 1886version = "1.0.1" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a" 1889dependencies = [ 1890 "proc-macro2 1.0.75", 1891 "quote 1.0.36", 1892 "syn 1.0.109", 1893] 1894 1895[[package]] 1896name = "extension-traits" 1897version = "1.0.1" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537" 1900dependencies = [ 1901 "ext-trait", 1902] 1903 1904[[package]] 1905name = "fallible-iterator" 1906version = "0.2.0" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1909 1910[[package]] 1911name = "fallible-iterator" 1912version = "0.3.0" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 1915 1916[[package]] 1917name = "fallible-streaming-iterator" 1918version = "0.1.9" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1921 1922[[package]] 1923name = "fastrand" 1924version = "2.0.2" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 1927 1928[[package]] 1929name = "fdeflate" 1930version = "0.3.5" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab" 1933dependencies = [ 1934 "simd-adler32", 1935] 1936 1937[[package]] 1938name = "fixedbitset" 1939version = "0.4.2" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1942 1943[[package]] 1944name = "fixedbitset" 1945version = "0.5.7" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 1948 1949[[package]] 1950name = "flagset" 1951version = "0.4.6" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec" 1954 1955[[package]] 1956name = "flate2" 1957version = "1.0.28" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1960dependencies = [ 1961 "crc32fast", 1962 "miniz_oxide 0.7.4", 1963] 1964 1965[[package]] 1966name = "float-cmp" 1967version = "0.9.0" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1970dependencies = [ 1971 "num-traits", 1972] 1973 1974[[package]] 1975name = "float-ord" 1976version = "0.2.0" 1977source = "registry+https://github.com/rust-lang/crates.io-index" 1978checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e" 1979 1980[[package]] 1981name = "fnv" 1982version = "1.0.7" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1985 1986[[package]] 1987name = "font-kit" 1988version = "0.11.0" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "21fe28504d371085fae9ac7a3450f0b289ab71e07c8e57baa3fb68b9e57d6ce5" 1991dependencies = [ 1992 "bitflags 1.3.2", 1993 "byteorder", 1994 "core-foundation", 1995 "core-graphics", 1996 "core-text", 1997 "dirs-next", 1998 "dwrote", 1999 "float-ord", 2000 "freetype", 2001 "lazy_static", 2002 "libc", 2003 "log", 2004 "pathfinder_geometry", 2005 "pathfinder_simd", 2006 "walkdir", 2007 "winapi", 2008 "yeslogic-fontconfig-sys", 2009] 2010 2011[[package]] 2012name = "foreign-types" 2013version = "0.3.1" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "a21b40436003b2a1e22483c5ed6c3d25e755b6b3120f601cc22aa57e25dc9065" 2016dependencies = [ 2017 "foreign-types-shared", 2018] 2019 2020[[package]] 2021name = "foreign-types-shared" 2022version = "0.1.0" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "baa1839fc3c5487b5e129ea4f774e3fd84e6c4607127315521bc014a722ebc9e" 2025 2026[[package]] 2027name = "form_urlencoded" 2028version = "1.2.1" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 2031dependencies = [ 2032 "percent-encoding", 2033] 2034 2035[[package]] 2036name = "fragile" 2037version = "2.0.0" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" 2040 2041[[package]] 2042name = "freetype" 2043version = "0.7.2" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "5a440748e063798e4893ceb877151e84acef9bea9a8c6800645cf3f1b3a7806e" 2046dependencies = [ 2047 "freetype-sys", 2048 "libc", 2049] 2050 2051[[package]] 2052name = "freetype-sys" 2053version = "0.20.1" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" 2056dependencies = [ 2057 "cc", 2058 "libc", 2059 "pkg-config", 2060] 2061 2062[[package]] 2063name = "fs-err" 2064version = "2.11.0" 2065source = "registry+https://github.com/rust-lang/crates.io-index" 2066checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" 2067dependencies = [ 2068 "autocfg", 2069] 2070 2071[[package]] 2072name = "futures" 2073version = "0.3.31" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 2076dependencies = [ 2077 "futures-channel", 2078 "futures-core", 2079 "futures-executor", 2080 "futures-io", 2081 "futures-sink", 2082 "futures-task", 2083 "futures-util", 2084] 2085 2086[[package]] 2087name = "futures-channel" 2088version = "0.3.31" 2089source = "registry+https://github.com/rust-lang/crates.io-index" 2090checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2091dependencies = [ 2092 "futures-core", 2093 "futures-sink", 2094] 2095 2096[[package]] 2097name = "futures-core" 2098version = "0.3.31" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2101 2102[[package]] 2103name = "futures-executor" 2104version = "0.3.31" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2107dependencies = [ 2108 "futures-core", 2109 "futures-task", 2110 "futures-util", 2111] 2112 2113[[package]] 2114name = "futures-io" 2115version = "0.3.31" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2118 2119[[package]] 2120name = "futures-macro" 2121version = "0.3.31" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2124dependencies = [ 2125 "proc-macro2 1.0.75", 2126 "quote 1.0.36", 2127 "syn 2.0.58", 2128] 2129 2130[[package]] 2131name = "futures-sink" 2132version = "0.3.31" 2133source = "registry+https://github.com/rust-lang/crates.io-index" 2134checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2135 2136[[package]] 2137name = "futures-task" 2138version = "0.3.31" 2139source = "registry+https://github.com/rust-lang/crates.io-index" 2140checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2141 2142[[package]] 2143name = "futures-test" 2144version = "0.3.31" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "5961fb6311645f46e2cdc2964a8bfae6743fd72315eaec181a71ae3eb2467113" 2147dependencies = [ 2148 "futures-core", 2149 "futures-executor", 2150 "futures-io", 2151 "futures-macro", 2152 "futures-sink", 2153 "futures-task", 2154 "futures-util", 2155 "pin-project", 2156] 2157 2158[[package]] 2159name = "futures-util" 2160version = "0.3.31" 2161source = "registry+https://github.com/rust-lang/crates.io-index" 2162checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2163dependencies = [ 2164 "futures-channel", 2165 "futures-core", 2166 "futures-io", 2167 "futures-macro", 2168 "futures-sink", 2169 "futures-task", 2170 "memchr", 2171 "pin-project-lite", 2172 "pin-utils", 2173 "slab", 2174] 2175 2176[[package]] 2177name = "fxhash" 2178version = "0.2.1" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 2181dependencies = [ 2182 "byteorder", 2183] 2184 2185[[package]] 2186name = "gbm" 2187version = "0.15.0" 2188source = "registry+https://github.com/rust-lang/crates.io-index" 2189checksum = "45bf55ba6dd53ad0ac115046ff999c5324c283444ee6e0be82454c4e8eb2f36a" 2190dependencies = [ 2191 "bitflags 2.6.0", 2192 "drm", 2193 "drm-fourcc", 2194 "gbm-sys", 2195 "libc", 2196 "wayland-backend", 2197 "wayland-server", 2198] 2199 2200[[package]] 2201name = "gbm-sys" 2202version = "0.3.0" 2203source = "registry+https://github.com/rust-lang/crates.io-index" 2204checksum = "6fd2d6bf7c0143b38beece05f9a5c4c851a49a8434f62bf58ff28da92b0ddc58" 2205dependencies = [ 2206 "libc", 2207] 2208 2209[[package]] 2210name = "gdbstub" 2211version = "0.7.2" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "fbcc892208d6998fb57e7c3e05883def66f8130924bba066beb0cfe71566a9f6" 2214dependencies = [ 2215 "bitflags 2.6.0", 2216 "cfg-if", 2217 "log", 2218 "managed", 2219 "num-traits", 2220 "paste", 2221] 2222 2223[[package]] 2224name = "gdbstub_arch" 2225version = "0.3.0" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "4e3b1357bd3203fc09a6601327ae0ab38865d14231d0b65d3143f5762cc7977d" 2228dependencies = [ 2229 "gdbstub", 2230 "num-traits", 2231] 2232 2233[[package]] 2234name = "generic-array" 2235version = "0.14.7" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2238dependencies = [ 2239 "typenum", 2240 "version_check", 2241] 2242 2243[[package]] 2244name = "getrandom" 2245version = "0.2.12" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 2248dependencies = [ 2249 "cfg-if", 2250 "js-sys", 2251 "libc", 2252 "wasi", 2253 "wasm-bindgen", 2254] 2255 2256[[package]] 2257name = "gif" 2258version = "0.12.0" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 2261dependencies = [ 2262 "color_quant", 2263 "weezl", 2264] 2265 2266[[package]] 2267name = "gimli" 2268version = "0.28.1" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 2271 2272[[package]] 2273name = "glam" 2274version = "0.25.0" 2275source = "registry+https://github.com/rust-lang/crates.io-index" 2276checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" 2277 2278[[package]] 2279name = "glob" 2280version = "0.3.1" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2283 2284[[package]] 2285name = "googletest" 2286version = "0.11.0" 2287source = "registry+https://github.com/rust-lang/crates.io-index" 2288checksum = "ee44a233e2e661240ef77ed5de92ea9ecf70d4832963a8582a6681e1517f3673" 2289dependencies = [ 2290 "googletest_macro", 2291 "num-traits", 2292 "regex", 2293 "rustversion", 2294] 2295 2296[[package]] 2297name = "googletest_macro" 2298version = "0.11.0" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "ed3057b7d1e628480193188ccb1a7850d034a3add3a350f4ed921b48e287ada9" 2301dependencies = [ 2302 "quote 1.0.36", 2303 "syn 2.0.58", 2304] 2305 2306[[package]] 2307name = "gpio-cdev" 2308version = "0.6.0" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "09831ec59b80be69e75d29cf36e16afbbe5fd1af9c1bf4689ad91c77db5aa6a6" 2311dependencies = [ 2312 "bitflags 2.6.0", 2313 "libc", 2314 "nix 0.27.1", 2315] 2316 2317[[package]] 2318name = "grpcio" 2319version = "0.13.0" 2320source = "registry+https://github.com/rust-lang/crates.io-index" 2321checksum = "9e398946b5721d72478eb647260a1b7c1d5f70f0de35399846c3913bd369a33e" 2322dependencies = [ 2323 "futures-executor", 2324 "futures-util", 2325 "grpcio-sys", 2326 "libc", 2327 "log", 2328 "parking_lot", 2329 "protobuf 2.28.0", 2330] 2331 2332[[package]] 2333name = "grpcio-compiler" 2334version = "0.12.1" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "da3d0613473597a01860f0f802ab18bb019b1d21e33d6a9a0b3c8870084893e5" 2337dependencies = [ 2338 "protobuf 2.28.0", 2339] 2340 2341[[package]] 2342name = "grpcio-sys" 2343version = "0.13.0+1.56.2-patched" 2344source = "registry+https://github.com/rust-lang/crates.io-index" 2345checksum = "b3dae9132320ae1b03ea55b5ddc88ca72a31fb85fa631a241a40157f5feffe43" 2346dependencies = [ 2347 "bindgen 0.59.2", 2348 "boringssl-src", 2349 "cc", 2350 "cmake", 2351 "libc", 2352 "libz-sys", 2353 "pkg-config", 2354 "walkdir", 2355] 2356 2357[[package]] 2358name = "h2" 2359version = "0.3.26" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2362dependencies = [ 2363 "bytes", 2364 "fnv", 2365 "futures-core", 2366 "futures-sink", 2367 "futures-util", 2368 "http 0.2.9", 2369 "indexmap 2.4.0", 2370 "slab", 2371 "tokio", 2372 "tokio-util", 2373 "tracing", 2374] 2375 2376[[package]] 2377name = "h2" 2378version = "0.4.4" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" 2381dependencies = [ 2382 "bytes", 2383 "fnv", 2384 "futures-core", 2385 "futures-sink", 2386 "futures-util", 2387 "http 1.1.0", 2388 "indexmap 2.4.0", 2389 "slab", 2390 "tokio", 2391 "tokio-util", 2392 "tracing", 2393] 2394 2395[[package]] 2396name = "half" 2397version = "1.8.3" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" 2400 2401[[package]] 2402name = "half" 2403version = "2.2.1" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" 2406dependencies = [ 2407 "bytemuck", 2408 "crunchy", 2409] 2410 2411[[package]] 2412name = "hashbrown" 2413version = "0.12.3" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2416dependencies = [ 2417 "ahash 0.7.8", 2418] 2419 2420[[package]] 2421name = "hashbrown" 2422version = "0.14.5" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2425 2426[[package]] 2427name = "hashlink" 2428version = "0.8.1" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa" 2431dependencies = [ 2432 "hashbrown 0.12.3", 2433] 2434 2435[[package]] 2436name = "heck" 2437version = "0.4.1" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2440 2441[[package]] 2442name = "hermit-abi" 2443version = "0.1.19" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 2446dependencies = [ 2447 "libc", 2448] 2449 2450[[package]] 2451name = "hermit-abi" 2452version = "0.3.9" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2455 2456[[package]] 2457name = "hermit-abi" 2458version = "0.4.0" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2461 2462[[package]] 2463name = "hex" 2464version = "0.4.3" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2467dependencies = [ 2468 "serde", 2469] 2470 2471[[package]] 2472name = "hmac" 2473version = "0.12.1" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2476dependencies = [ 2477 "digest", 2478] 2479 2480[[package]] 2481name = "hound" 2482version = "3.5.1" 2483source = "registry+https://github.com/rust-lang/crates.io-index" 2484checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" 2485 2486[[package]] 2487name = "http" 2488version = "0.2.9" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2491dependencies = [ 2492 "bytes", 2493 "fnv", 2494 "itoa", 2495] 2496 2497[[package]] 2498name = "http" 2499version = "1.1.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2502dependencies = [ 2503 "bytes", 2504 "fnv", 2505 "itoa", 2506] 2507 2508[[package]] 2509name = "http-body" 2510version = "0.4.6" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2513dependencies = [ 2514 "bytes", 2515 "http 0.2.9", 2516 "pin-project-lite", 2517] 2518 2519[[package]] 2520name = "httparse" 2521version = "1.9.5" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2524 2525[[package]] 2526name = "httpdate" 2527version = "1.0.3" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2530 2531[[package]] 2532name = "humantime" 2533version = "2.1.0" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2536 2537[[package]] 2538name = "hyper" 2539version = "0.14.28" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 2542dependencies = [ 2543 "bytes", 2544 "futures-channel", 2545 "futures-core", 2546 "futures-util", 2547 "h2 0.3.26", 2548 "http 0.2.9", 2549 "http-body", 2550 "httparse", 2551 "httpdate", 2552 "itoa", 2553 "pin-project-lite", 2554 "socket2", 2555 "tokio", 2556 "tower-service", 2557 "tracing", 2558 "want", 2559] 2560 2561[[package]] 2562name = "hyper-timeout" 2563version = "0.4.1" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 2566dependencies = [ 2567 "hyper", 2568 "pin-project-lite", 2569 "tokio", 2570 "tokio-io-timeout", 2571] 2572 2573[[package]] 2574name = "iana-time-zone" 2575version = "0.1.61" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2578dependencies = [ 2579 "android_system_properties", 2580 "core-foundation-sys", 2581 "iana-time-zone-haiku", 2582 "js-sys", 2583 "wasm-bindgen", 2584 "windows-core", 2585] 2586 2587[[package]] 2588name = "iana-time-zone-haiku" 2589version = "0.1.2" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2592dependencies = [ 2593 "cc", 2594] 2595 2596[[package]] 2597name = "ident_case" 2598version = "1.0.1" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2601 2602[[package]] 2603name = "idna" 2604version = "0.3.0" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2607dependencies = [ 2608 "unicode-bidi", 2609 "unicode-normalization", 2610] 2611 2612[[package]] 2613name = "idna" 2614version = "0.5.0" 2615source = "registry+https://github.com/rust-lang/crates.io-index" 2616checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2617dependencies = [ 2618 "unicode-bidi", 2619 "unicode-normalization", 2620] 2621 2622[[package]] 2623name = "image" 2624version = "0.24.9" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2627dependencies = [ 2628 "bytemuck", 2629 "byteorder", 2630 "color_quant", 2631 "jpeg-decoder", 2632 "num-traits", 2633 "png", 2634] 2635 2636[[package]] 2637name = "indexmap" 2638version = "1.9.2" 2639source = "registry+https://github.com/rust-lang/crates.io-index" 2640checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 2641dependencies = [ 2642 "autocfg", 2643 "hashbrown 0.12.3", 2644] 2645 2646[[package]] 2647name = "indexmap" 2648version = "2.4.0" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" 2651dependencies = [ 2652 "equivalent", 2653 "hashbrown 0.14.5", 2654] 2655 2656[[package]] 2657name = "inout" 2658version = "0.1.3" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2661dependencies = [ 2662 "generic-array", 2663] 2664 2665[[package]] 2666name = "instant" 2667version = "0.1.12" 2668source = "registry+https://github.com/rust-lang/crates.io-index" 2669checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2670dependencies = [ 2671 "cfg-if", 2672] 2673 2674[[package]] 2675name = "intrusive-collections" 2676version = "0.9.6" 2677source = "registry+https://github.com/rust-lang/crates.io-index" 2678checksum = "b694dc9f70c3bda874626d2aed13b780f137aab435f4e9814121955cf706122e" 2679dependencies = [ 2680 "memoffset", 2681] 2682 2683[[package]] 2684name = "io-lifetimes" 2685version = "2.0.3" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c" 2688 2689[[package]] 2690name = "is-terminal" 2691version = "0.4.13" 2692source = "registry+https://github.com/rust-lang/crates.io-index" 2693checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 2694dependencies = [ 2695 "hermit-abi 0.4.0", 2696 "libc", 2697 "windows-sys 0.52.0", 2698] 2699 2700[[package]] 2701name = "is_terminal_polyfill" 2702version = "1.70.1" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2705 2706[[package]] 2707name = "itertools" 2708version = "0.10.5" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2711dependencies = [ 2712 "either", 2713] 2714 2715[[package]] 2716name = "itertools" 2717version = "0.11.0" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 2720dependencies = [ 2721 "either", 2722] 2723 2724[[package]] 2725name = "itertools" 2726version = "0.12.1" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2729dependencies = [ 2730 "either", 2731] 2732 2733[[package]] 2734name = "itertools" 2735version = "0.13.0" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2738dependencies = [ 2739 "either", 2740] 2741 2742[[package]] 2743name = "itoa" 2744version = "1.0.10" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 2747 2748[[package]] 2749name = "jni" 2750version = "0.21.1" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2753dependencies = [ 2754 "cesu8", 2755 "cfg-if", 2756 "combine", 2757 "jni-sys", 2758 "log", 2759 "thiserror", 2760 "walkdir", 2761 "windows-sys 0.45.0", 2762] 2763 2764[[package]] 2765name = "jni-sys" 2766version = "0.3.0" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2769 2770[[package]] 2771name = "jobserver" 2772version = "0.1.32" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2775dependencies = [ 2776 "libc", 2777] 2778 2779[[package]] 2780name = "jpeg-decoder" 2781version = "0.3.1" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 2784 2785[[package]] 2786name = "js-sys" 2787version = "0.3.70" 2788source = "registry+https://github.com/rust-lang/crates.io-index" 2789checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 2790dependencies = [ 2791 "wasm-bindgen", 2792] 2793 2794[[package]] 2795name = "json5" 2796version = "0.4.1" 2797source = "registry+https://github.com/rust-lang/crates.io-index" 2798checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" 2799dependencies = [ 2800 "pest", 2801 "pest_derive", 2802 "serde", 2803] 2804 2805[[package]] 2806name = "kernlog" 2807version = "0.3.1" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "f0dd79b6ea06a97c93bc5587fba4c2ed6d723b939d35d5e3fb3c6870d12e6d17" 2810dependencies = [ 2811 "libc", 2812 "log", 2813] 2814 2815[[package]] 2816name = "lazy_static" 2817version = "1.4.0" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2820 2821[[package]] 2822name = "lazycell" 2823version = "1.3.0" 2824source = "registry+https://github.com/rust-lang/crates.io-index" 2825checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2826 2827[[package]] 2828name = "libbpf-rs" 2829version = "0.24.2" 2830source = "registry+https://github.com/rust-lang/crates.io-index" 2831checksum = "ecc6eb0468f4b691117c49673da2b833bd2fefbf05a4876a86ad93defd088f12" 2832dependencies = [ 2833 "bitflags 2.6.0", 2834 "libbpf-sys", 2835 "libc", 2836 "vsprintf", 2837] 2838 2839[[package]] 2840name = "libbpf-sys" 2841version = "1.4.3+v1.4.5" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "ef4996061dea5bd75d12b149b37d84ce7bfd0246997aa5ccc4fdd97ea8f72ee3" 2844dependencies = [ 2845 "cc", 2846 "nix 0.29.0", 2847 "pkg-config", 2848] 2849 2850[[package]] 2851name = "libc" 2852version = "0.2.161" 2853source = "registry+https://github.com/rust-lang/crates.io-index" 2854checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 2855 2856[[package]] 2857name = "libfuzzer-sys" 2858version = "0.4.7" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 2861dependencies = [ 2862 "arbitrary", 2863 "cc", 2864 "once_cell", 2865] 2866 2867[[package]] 2868name = "libloading" 2869version = "0.7.4" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2872dependencies = [ 2873 "cfg-if", 2874 "winapi", 2875] 2876 2877[[package]] 2878name = "libloading" 2879version = "0.8.3" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 2882dependencies = [ 2883 "cfg-if", 2884 "windows-targets 0.52.6", 2885] 2886 2887[[package]] 2888name = "libm" 2889version = "0.2.8" 2890source = "registry+https://github.com/rust-lang/crates.io-index" 2891checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 2892 2893[[package]] 2894name = "libredox" 2895version = "0.1.3" 2896source = "registry+https://github.com/rust-lang/crates.io-index" 2897checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2898dependencies = [ 2899 "bitflags 2.6.0", 2900 "libc", 2901] 2902 2903[[package]] 2904name = "libsqlite3-sys" 2905version = "0.26.0" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" 2908dependencies = [ 2909 "pkg-config", 2910 "vcpkg", 2911] 2912 2913[[package]] 2914name = "libtest-mimic" 2915version = "0.6.0" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa" 2918dependencies = [ 2919 "clap 4.5.0", 2920 "termcolor", 2921 "threadpool", 2922] 2923 2924[[package]] 2925name = "libusb1-sys" 2926version = "0.7.0" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f" 2929dependencies = [ 2930 "cc", 2931 "libc", 2932 "pkg-config", 2933 "vcpkg", 2934] 2935 2936[[package]] 2937name = "libz-sys" 2938version = "1.1.8" 2939source = "registry+https://github.com/rust-lang/crates.io-index" 2940checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 2941dependencies = [ 2942 "cc", 2943 "libc", 2944 "pkg-config", 2945 "vcpkg", 2946] 2947 2948[[package]] 2949name = "linked-hash-map" 2950version = "0.5.6" 2951source = "registry+https://github.com/rust-lang/crates.io-index" 2952checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2953 2954[[package]] 2955name = "linkme" 2956version = "0.3.10" 2957source = "registry+https://github.com/rust-lang/crates.io-index" 2958checksum = "97f3302efc6ebb7b5f0810a1096dbbb44a536711a4576bc89264a8f9a1d634d8" 2959dependencies = [ 2960 "linkme-impl", 2961] 2962 2963[[package]] 2964name = "linkme-impl" 2965version = "0.3.10" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "279a77bf40c85a08513aca203635b96610ebf0e37a92cb0cee76e04da100a426" 2968dependencies = [ 2969 "proc-macro2 1.0.75", 2970 "quote 1.0.36", 2971 "syn 2.0.58", 2972] 2973 2974[[package]] 2975name = "linux-raw-sys" 2976version = "0.4.14" 2977source = "registry+https://github.com/rust-lang/crates.io-index" 2978checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2979 2980[[package]] 2981name = "linux-raw-sys" 2982version = "0.6.5" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7" 2985 2986[[package]] 2987name = "litrs" 2988version = "0.3.0" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "b487d13a3f4b465df87895a37b24e364907019afa12d943528df5b7abe0836f1" 2991dependencies = [ 2992 "proc-macro2 1.0.75", 2993] 2994 2995[[package]] 2996name = "litrs" 2997version = "0.4.1" 2998source = "registry+https://github.com/rust-lang/crates.io-index" 2999checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 3000 3001[[package]] 3002name = "lock_api" 3003version = "0.4.11" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 3006dependencies = [ 3007 "autocfg", 3008 "scopeguard", 3009] 3010 3011[[package]] 3012name = "log" 3013version = "0.4.22" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 3016 3017[[package]] 3018name = "lru-cache" 3019version = "0.1.2" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 3022dependencies = [ 3023 "linked-hash-map", 3024] 3025 3026[[package]] 3027name = "lz4_flex" 3028version = "0.11.2" 3029source = "registry+https://github.com/rust-lang/crates.io-index" 3030checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15" 3031dependencies = [ 3032 "twox-hash", 3033] 3034 3035[[package]] 3036name = "macaddr" 3037version = "1.0.1" 3038source = "registry+https://github.com/rust-lang/crates.io-index" 3039checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8" 3040 3041[[package]] 3042name = "macro_rules_attribute" 3043version = "0.1.3" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862" 3046dependencies = [ 3047 "macro_rules_attribute-proc_macro", 3048 "paste", 3049] 3050 3051[[package]] 3052name = "macro_rules_attribute-proc_macro" 3053version = "0.1.3" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d" 3056 3057[[package]] 3058name = "malloc_buf" 3059version = "0.0.6" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3062dependencies = [ 3063 "libc", 3064] 3065 3066[[package]] 3067name = "managed" 3068version = "0.8.0" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d" 3071 3072[[package]] 3073name = "matches" 3074version = "0.1.9" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 3077 3078[[package]] 3079name = "matchit" 3080version = "0.7.3" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 3083 3084[[package]] 3085name = "maybe-async" 3086version = "0.2.10" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 3089dependencies = [ 3090 "proc-macro2 1.0.75", 3091 "quote 1.0.36", 3092 "syn 2.0.58", 3093] 3094 3095[[package]] 3096name = "memchr" 3097version = "2.7.1" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 3100 3101[[package]] 3102name = "memmap2" 3103version = "0.8.0" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" 3106dependencies = [ 3107 "libc", 3108] 3109 3110[[package]] 3111name = "memoffset" 3112version = "0.9.0" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 3115dependencies = [ 3116 "autocfg", 3117] 3118 3119[[package]] 3120name = "merge" 3121version = "0.1.0" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9" 3124dependencies = [ 3125 "merge_derive", 3126 "num-traits", 3127] 3128 3129[[package]] 3130name = "merge_derive" 3131version = "0.1.0" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07" 3134dependencies = [ 3135 "proc-macro-error", 3136 "proc-macro2 1.0.75", 3137 "quote 1.0.36", 3138 "syn 1.0.109", 3139] 3140 3141[[package]] 3142name = "miette" 3143version = "5.10.0" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" 3146dependencies = [ 3147 "miette-derive", 3148 "once_cell", 3149 "thiserror", 3150 "unicode-width", 3151] 3152 3153[[package]] 3154name = "miette-derive" 3155version = "5.10.0" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" 3158dependencies = [ 3159 "proc-macro2 1.0.75", 3160 "quote 1.0.36", 3161 "syn 2.0.58", 3162] 3163 3164[[package]] 3165name = "mime" 3166version = "0.3.17" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3169 3170[[package]] 3171name = "minimal-lexical" 3172version = "0.2.1" 3173source = "registry+https://github.com/rust-lang/crates.io-index" 3174checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3175 3176[[package]] 3177name = "miniz_oxide" 3178version = "0.7.4" 3179source = "registry+https://github.com/rust-lang/crates.io-index" 3180checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 3181dependencies = [ 3182 "adler", 3183] 3184 3185[[package]] 3186name = "miniz_oxide" 3187version = "0.8.0" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 3190dependencies = [ 3191 "adler2", 3192 "simd-adler32", 3193] 3194 3195[[package]] 3196name = "mio" 3197version = "1.0.3" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 3200dependencies = [ 3201 "libc", 3202 "log", 3203 "wasi", 3204 "windows-sys 0.52.0", 3205] 3206 3207[[package]] 3208name = "mls-rs" 3209version = "0.39.1" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "99ef7ad3540089cdcb3b39e2f53ba98a14fb420c549dac71af6046b618e53ac7" 3212dependencies = [ 3213 "async-trait", 3214 "cfg-if", 3215 "debug_tree", 3216 "futures", 3217 "getrandom", 3218 "hex", 3219 "itertools 0.12.1", 3220 "maybe-async", 3221 "mls-rs-codec", 3222 "mls-rs-core", 3223 "mls-rs-identity-x509", 3224 "portable-atomic", 3225 "portable-atomic-util", 3226 "rand_core", 3227 "rayon", 3228 "safer-ffi-gen", 3229 "serde", 3230 "spin 0.9.8", 3231 "thiserror", 3232 "wasm-bindgen", 3233 "zeroize", 3234] 3235 3236[[package]] 3237name = "mls-rs-codec" 3238version = "0.5.3" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "1f84f5344d759b6f5e64870845b90f0829a3402534582be354deb12e23de8741" 3241dependencies = [ 3242 "mls-rs-codec-derive", 3243 "thiserror", 3244 "wasm-bindgen", 3245] 3246 3247[[package]] 3248name = "mls-rs-codec-derive" 3249version = "0.1.1" 3250source = "registry+https://github.com/rust-lang/crates.io-index" 3251checksum = "264e7261ff5d3d0d0bbc3af01df1d294727440861bf9ce3d30e93c90191ab9f3" 3252dependencies = [ 3253 "darling", 3254 "proc-macro2 1.0.75", 3255 "quote 1.0.36", 3256 "syn 2.0.58", 3257] 3258 3259[[package]] 3260name = "mls-rs-core" 3261version = "0.18.0" 3262source = "registry+https://github.com/rust-lang/crates.io-index" 3263checksum = "55cdac7a57ab7953e63ee1c6a05d273ca435a32c149968d11d8aba300cb4143f" 3264dependencies = [ 3265 "async-trait", 3266 "hex", 3267 "maybe-async", 3268 "mls-rs-codec", 3269 "safer-ffi-gen", 3270 "serde", 3271 "thiserror", 3272 "wasm-bindgen", 3273 "zeroize", 3274] 3275 3276[[package]] 3277name = "mls-rs-crypto-traits" 3278version = "0.10.0" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "af670b03ef8413b9bf7af33cd921ac87ef4e9daa26e4eaf0200b2e8954471d43" 3281dependencies = [ 3282 "async-trait", 3283 "maybe-async", 3284 "mls-rs-core", 3285] 3286 3287[[package]] 3288name = "mls-rs-identity-x509" 3289version = "0.11.0" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "8da83f76a159e3828350d3a5279e911cacf18ec83998008c922781904da1a6f8" 3292dependencies = [ 3293 "async-trait", 3294 "maybe-async", 3295 "mls-rs-core", 3296 "thiserror", 3297 "wasm-bindgen", 3298] 3299 3300[[package]] 3301name = "mockall" 3302version = "0.12.1" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" 3305dependencies = [ 3306 "cfg-if", 3307 "downcast", 3308 "fragile", 3309 "lazy_static", 3310 "mockall_derive", 3311 "predicates", 3312 "predicates-tree", 3313] 3314 3315[[package]] 3316name = "mockall_derive" 3317version = "0.12.1" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" 3320dependencies = [ 3321 "cfg-if", 3322 "proc-macro2 1.0.75", 3323 "quote 1.0.36", 3324 "syn 2.0.58", 3325] 3326 3327[[package]] 3328name = "moveit" 3329version = "0.6.0" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "87d7335204cb6ef7bd647fa6db0be3e4d7aa25b5823a7aa030027ddf512cefba" 3332 3333[[package]] 3334name = "named-lock" 3335version = "0.3.0" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "0b4a84f3731e71a5792fca72324356bf700c8959d31a2ac34134b25989f254c3" 3338dependencies = [ 3339 "libc", 3340 "once_cell", 3341 "parking_lot", 3342 "thiserror", 3343 "widestring", 3344 "winapi", 3345] 3346 3347[[package]] 3348name = "nix" 3349version = "0.27.1" 3350source = "registry+https://github.com/rust-lang/crates.io-index" 3351checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 3352dependencies = [ 3353 "bitflags 2.6.0", 3354 "cfg-if", 3355 "libc", 3356] 3357 3358[[package]] 3359name = "nix" 3360version = "0.28.0" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 3363dependencies = [ 3364 "bitflags 2.6.0", 3365 "cfg-if", 3366 "cfg_aliases 0.1.1", 3367 "libc", 3368 "memoffset", 3369] 3370 3371[[package]] 3372name = "nix" 3373version = "0.29.0" 3374source = "registry+https://github.com/rust-lang/crates.io-index" 3375checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 3376dependencies = [ 3377 "bitflags 2.6.0", 3378 "cfg-if", 3379 "cfg_aliases 0.2.1", 3380 "libc", 3381] 3382 3383[[package]] 3384name = "no-panic" 3385version = "0.1.26" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "71a6d126424f5ce0bb4587ff4561421d44aeede520541cc66f1bb912506ae46a" 3388dependencies = [ 3389 "proc-macro2 1.0.75", 3390 "quote 1.0.36", 3391 "syn 2.0.58", 3392] 3393 3394[[package]] 3395name = "nom" 3396version = "7.1.3" 3397source = "registry+https://github.com/rust-lang/crates.io-index" 3398checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3399dependencies = [ 3400 "memchr", 3401 "minimal-lexical", 3402] 3403 3404[[package]] 3405name = "normalize-line-endings" 3406version = "0.3.0" 3407source = "registry+https://github.com/rust-lang/crates.io-index" 3408checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 3409 3410[[package]] 3411name = "nu-ansi-term" 3412version = "0.46.0" 3413source = "registry+https://github.com/rust-lang/crates.io-index" 3414checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3415dependencies = [ 3416 "overload", 3417 "winapi", 3418] 3419 3420[[package]] 3421name = "num-bigint" 3422version = "0.4.4" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 3425dependencies = [ 3426 "autocfg", 3427 "num-integer", 3428 "num-traits", 3429] 3430 3431[[package]] 3432name = "num-complex" 3433version = "0.4.6" 3434source = "registry+https://github.com/rust-lang/crates.io-index" 3435checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3436dependencies = [ 3437 "num-traits", 3438] 3439 3440[[package]] 3441name = "num-conv" 3442version = "0.1.0" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3445 3446[[package]] 3447name = "num-derive" 3448version = "0.3.3" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 3451dependencies = [ 3452 "proc-macro2 1.0.75", 3453 "quote 1.0.36", 3454 "syn 1.0.109", 3455] 3456 3457[[package]] 3458name = "num-integer" 3459version = "0.1.45" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3462dependencies = [ 3463 "autocfg", 3464 "num-traits", 3465] 3466 3467[[package]] 3468name = "num-traits" 3469version = "0.2.19" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3472dependencies = [ 3473 "autocfg", 3474] 3475 3476[[package]] 3477name = "num_cpus" 3478version = "1.16.0" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3481dependencies = [ 3482 "hermit-abi 0.3.9", 3483 "libc", 3484] 3485 3486[[package]] 3487name = "num_enum" 3488version = "0.7.3" 3489source = "registry+https://github.com/rust-lang/crates.io-index" 3490checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 3491dependencies = [ 3492 "num_enum_derive", 3493] 3494 3495[[package]] 3496name = "num_enum_derive" 3497version = "0.7.3" 3498source = "registry+https://github.com/rust-lang/crates.io-index" 3499checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 3500dependencies = [ 3501 "proc-macro-crate 3.1.0", 3502 "proc-macro2 1.0.75", 3503 "quote 1.0.36", 3504 "syn 2.0.58", 3505] 3506 3507[[package]] 3508name = "objc" 3509version = "0.2.7" 3510source = "registry+https://github.com/rust-lang/crates.io-index" 3511checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3512dependencies = [ 3513 "malloc_buf", 3514] 3515 3516[[package]] 3517name = "object" 3518version = "0.32.2" 3519source = "registry+https://github.com/rust-lang/crates.io-index" 3520checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 3521dependencies = [ 3522 "memchr", 3523] 3524 3525[[package]] 3526name = "octets" 3527version = "0.2.0" 3528source = "registry+https://github.com/rust-lang/crates.io-index" 3529checksum = "3a74f2cda724d43a0a63140af89836d4e7db6138ef67c9f96d3a0f0150d05000" 3530 3531[[package]] 3532name = "once_cell" 3533version = "1.19.0" 3534source = "registry+https://github.com/rust-lang/crates.io-index" 3535checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 3536dependencies = [ 3537 "critical-section", 3538 "portable-atomic", 3539] 3540 3541[[package]] 3542name = "oneshot-uniffi" 3543version = "0.1.6" 3544source = "registry+https://github.com/rust-lang/crates.io-index" 3545checksum = "6c548d5c78976f6955d72d0ced18c48ca07030f7a1d4024529fedd7c1c01b29c" 3546 3547[[package]] 3548name = "oorandom" 3549version = "11.1.3" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 3552 3553[[package]] 3554name = "openssl" 3555version = "0.10.68" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 3558dependencies = [ 3559 "bitflags 2.6.0", 3560 "cfg-if", 3561 "foreign-types", 3562 "libc", 3563 "once_cell", 3564 "openssl-macros", 3565 "openssl-sys", 3566] 3567 3568[[package]] 3569name = "openssl-macros" 3570version = "0.1.0" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 3573dependencies = [ 3574 "proc-macro2 1.0.75", 3575 "quote 1.0.36", 3576 "syn 1.0.109", 3577] 3578 3579[[package]] 3580name = "openssl-sys" 3581version = "0.9.104" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 3584dependencies = [ 3585 "cc", 3586 "libc", 3587 "pkg-config", 3588 "vcpkg", 3589] 3590 3591[[package]] 3592name = "ordered-multimap" 3593version = "0.4.3" 3594source = "registry+https://github.com/rust-lang/crates.io-index" 3595checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" 3596dependencies = [ 3597 "dlv-list", 3598 "hashbrown 0.12.3", 3599] 3600 3601[[package]] 3602name = "os_str_bytes" 3603version = "6.4.1" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 3606dependencies = [ 3607 "memchr", 3608] 3609 3610[[package]] 3611name = "overload" 3612version = "0.1.1" 3613source = "registry+https://github.com/rust-lang/crates.io-index" 3614checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3615 3616[[package]] 3617name = "p9" 3618version = "0.2.3" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "4838a2d89bdcbcad051f18347ed6cbe3e5b9b09fb0019e1a6ec4bb2bb1d29481" 3621dependencies = [ 3622 "libc", 3623 "p9_wire_format_derive", 3624 "serde", 3625] 3626 3627[[package]] 3628name = "p9_wire_format_derive" 3629version = "0.2.3" 3630source = "registry+https://github.com/rust-lang/crates.io-index" 3631checksum = "e6085210d8ec9bcbdf38b5c8e97bccef1877f3f291eae48b65388ca979f5314e" 3632dependencies = [ 3633 "proc-macro2 1.0.75", 3634 "quote 1.0.36", 3635 "syn 1.0.109", 3636] 3637 3638[[package]] 3639name = "parking_lot" 3640version = "0.12.1" 3641source = "registry+https://github.com/rust-lang/crates.io-index" 3642checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3643dependencies = [ 3644 "lock_api", 3645 "parking_lot_core", 3646] 3647 3648[[package]] 3649name = "parking_lot_core" 3650version = "0.9.9" 3651source = "registry+https://github.com/rust-lang/crates.io-index" 3652checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 3653dependencies = [ 3654 "cfg-if", 3655 "libc", 3656 "redox_syscall", 3657 "smallvec", 3658 "windows-targets 0.48.5", 3659] 3660 3661[[package]] 3662name = "password-hash" 3663version = "0.4.2" 3664source = "registry+https://github.com/rust-lang/crates.io-index" 3665checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 3666dependencies = [ 3667 "base64ct", 3668 "rand_core", 3669 "subtle", 3670] 3671 3672[[package]] 3673name = "paste" 3674version = "1.0.14" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 3677 3678[[package]] 3679name = "pathdiff" 3680version = "0.2.1" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3683 3684[[package]] 3685name = "pathfinder_geometry" 3686version = "0.5.1" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3" 3689dependencies = [ 3690 "log", 3691 "pathfinder_simd", 3692] 3693 3694[[package]] 3695name = "pathfinder_simd" 3696version = "0.5.4" 3697source = "registry+https://github.com/rust-lang/crates.io-index" 3698checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2" 3699dependencies = [ 3700 "rustc_version", 3701] 3702 3703[[package]] 3704name = "pbkdf2" 3705version = "0.11.0" 3706source = "registry+https://github.com/rust-lang/crates.io-index" 3707checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 3708dependencies = [ 3709 "digest", 3710 "hmac", 3711 "password-hash", 3712 "sha2", 3713] 3714 3715[[package]] 3716name = "pdl-compiler" 3717version = "0.3.1" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "bb6114f8249f6d767f90884bfc4305b2e392b1bd70c2f1660a891959f3c8029f" 3720dependencies = [ 3721 "argh", 3722 "codespan-reporting", 3723 "heck", 3724 "pest", 3725 "pest_derive", 3726 "prettyplease 0.2.17", 3727 "proc-macro2 1.0.75", 3728 "quote 1.0.36", 3729 "serde", 3730 "serde_json", 3731 "syn 2.0.58", 3732] 3733 3734[[package]] 3735name = "pdl-runtime" 3736version = "0.3.1" 3737source = "registry+https://github.com/rust-lang/crates.io-index" 3738checksum = "ba0db8e089042439da5fd81b6be7c741bf7217502fb1c03646fc0ea998a09405" 3739dependencies = [ 3740 "bytes", 3741 "thiserror", 3742] 3743 3744[[package]] 3745name = "peeking_take_while" 3746version = "0.1.2" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 3749 3750[[package]] 3751name = "pem-rfc7468" 3752version = "0.7.0" 3753source = "registry+https://github.com/rust-lang/crates.io-index" 3754checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3755dependencies = [ 3756 "base64ct", 3757] 3758 3759[[package]] 3760name = "percent-encoding" 3761version = "2.3.1" 3762source = "registry+https://github.com/rust-lang/crates.io-index" 3763checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3764 3765[[package]] 3766name = "percore" 3767version = "0.1.0" 3768source = "registry+https://github.com/rust-lang/crates.io-index" 3769checksum = "37f3b91128b19c0e881596447f5e0da98ab04214b1ecdc9237f0650e64e05181" 3770 3771[[package]] 3772name = "pest" 3773version = "2.7.6" 3774source = "registry+https://github.com/rust-lang/crates.io-index" 3775checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06" 3776dependencies = [ 3777 "memchr", 3778 "thiserror", 3779 "ucd-trie", 3780] 3781 3782[[package]] 3783name = "pest_derive" 3784version = "2.7.6" 3785source = "registry+https://github.com/rust-lang/crates.io-index" 3786checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde" 3787dependencies = [ 3788 "pest", 3789 "pest_generator", 3790] 3791 3792[[package]] 3793name = "pest_generator" 3794version = "2.7.6" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275" 3797dependencies = [ 3798 "pest", 3799 "pest_meta", 3800 "proc-macro2 1.0.75", 3801 "quote 1.0.36", 3802 "syn 2.0.58", 3803] 3804 3805[[package]] 3806name = "pest_meta" 3807version = "2.7.6" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d" 3810dependencies = [ 3811 "once_cell", 3812 "pest", 3813 "sha2", 3814] 3815 3816[[package]] 3817name = "petgraph" 3818version = "0.6.5" 3819source = "registry+https://github.com/rust-lang/crates.io-index" 3820checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 3821dependencies = [ 3822 "fixedbitset 0.4.2", 3823 "indexmap 2.4.0", 3824] 3825 3826[[package]] 3827name = "pin-project" 3828version = "1.1.3" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 3831dependencies = [ 3832 "pin-project-internal", 3833] 3834 3835[[package]] 3836name = "pin-project-internal" 3837version = "1.1.3" 3838source = "registry+https://github.com/rust-lang/crates.io-index" 3839checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 3840dependencies = [ 3841 "proc-macro2 1.0.75", 3842 "quote 1.0.36", 3843 "syn 2.0.58", 3844] 3845 3846[[package]] 3847name = "pin-project-lite" 3848version = "0.2.13" 3849source = "registry+https://github.com/rust-lang/crates.io-index" 3850checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3851 3852[[package]] 3853name = "pin-utils" 3854version = "0.1.0" 3855source = "registry+https://github.com/rust-lang/crates.io-index" 3856checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3857 3858[[package]] 3859name = "pkcs1" 3860version = "0.7.5" 3861source = "registry+https://github.com/rust-lang/crates.io-index" 3862checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3863dependencies = [ 3864 "der", 3865 "spki", 3866] 3867 3868[[package]] 3869name = "pkcs8" 3870version = "0.10.2" 3871source = "registry+https://github.com/rust-lang/crates.io-index" 3872checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3873dependencies = [ 3874 "der", 3875 "spki", 3876] 3877 3878[[package]] 3879name = "pkg-config" 3880version = "0.3.30" 3881source = "registry+https://github.com/rust-lang/crates.io-index" 3882checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 3883 3884[[package]] 3885name = "plotters" 3886version = "0.3.5" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" 3889dependencies = [ 3890 "chrono", 3891 "font-kit", 3892 "image", 3893 "lazy_static", 3894 "num-traits", 3895 "pathfinder_geometry", 3896 "plotters-backend", 3897 "plotters-bitmap", 3898 "plotters-svg", 3899 "ttf-parser", 3900 "wasm-bindgen", 3901 "web-sys", 3902] 3903 3904[[package]] 3905name = "plotters-backend" 3906version = "0.3.5" 3907source = "registry+https://github.com/rust-lang/crates.io-index" 3908checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" 3909 3910[[package]] 3911name = "plotters-bitmap" 3912version = "0.3.3" 3913source = "registry+https://github.com/rust-lang/crates.io-index" 3914checksum = "0cebbe1f70205299abc69e8b295035bb52a6a70ee35474ad10011f0a4efb8543" 3915dependencies = [ 3916 "gif", 3917 "image", 3918 "plotters-backend", 3919] 3920 3921[[package]] 3922name = "plotters-svg" 3923version = "0.3.5" 3924source = "registry+https://github.com/rust-lang/crates.io-index" 3925checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" 3926dependencies = [ 3927 "plotters-backend", 3928] 3929 3930[[package]] 3931name = "png" 3932version = "0.17.14" 3933source = "registry+https://github.com/rust-lang/crates.io-index" 3934checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 3935dependencies = [ 3936 "bitflags 1.3.2", 3937 "crc32fast", 3938 "fdeflate", 3939 "flate2", 3940 "miniz_oxide 0.8.0", 3941] 3942 3943[[package]] 3944name = "poll_token_derive" 3945version = "0.1.0" 3946source = "registry+https://github.com/rust-lang/crates.io-index" 3947checksum = "cdb419a9f5d14041365a655a4747ff17be0bdb494bf467affedade4dfc3a4683" 3948dependencies = [ 3949 "proc-macro2 0.4.30", 3950 "quote 0.6.13", 3951 "syn 0.15.44", 3952] 3953 3954[[package]] 3955name = "portable-atomic" 3956version = "1.7.0" 3957source = "registry+https://github.com/rust-lang/crates.io-index" 3958checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" 3959dependencies = [ 3960 "critical-section", 3961] 3962 3963[[package]] 3964name = "portable-atomic-util" 3965version = "0.1.5" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "a1a7411625b38d51b41421c6333976adffd4674a925a978856734a2dc853449b" 3968dependencies = [ 3969 "portable-atomic", 3970] 3971 3972[[package]] 3973name = "powerfmt" 3974version = "0.2.0" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3977 3978[[package]] 3979name = "ppv-lite86" 3980version = "0.2.17" 3981source = "registry+https://github.com/rust-lang/crates.io-index" 3982checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3983 3984[[package]] 3985name = "predicates" 3986version = "3.0.4" 3987source = "registry+https://github.com/rust-lang/crates.io-index" 3988checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" 3989dependencies = [ 3990 "anstyle", 3991 "difflib", 3992 "float-cmp", 3993 "itertools 0.11.0", 3994 "normalize-line-endings", 3995 "predicates-core", 3996 "regex", 3997] 3998 3999[[package]] 4000name = "predicates-core" 4001version = "1.0.6" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 4004 4005[[package]] 4006name = "predicates-tree" 4007version = "1.0.9" 4008source = "registry+https://github.com/rust-lang/crates.io-index" 4009checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 4010dependencies = [ 4011 "predicates-core", 4012 "termtree", 4013] 4014 4015[[package]] 4016name = "prettyplease" 4017version = "0.1.25" 4018source = "registry+https://github.com/rust-lang/crates.io-index" 4019checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 4020dependencies = [ 4021 "proc-macro2 1.0.75", 4022 "syn 1.0.109", 4023] 4024 4025[[package]] 4026name = "prettyplease" 4027version = "0.2.17" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" 4030dependencies = [ 4031 "proc-macro2 1.0.75", 4032 "syn 2.0.58", 4033] 4034 4035[[package]] 4036name = "proc-macro-crate" 4037version = "1.3.1" 4038source = "registry+https://github.com/rust-lang/crates.io-index" 4039checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 4040dependencies = [ 4041 "once_cell", 4042 "toml_edit 0.19.15", 4043] 4044 4045[[package]] 4046name = "proc-macro-crate" 4047version = "3.1.0" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 4050dependencies = [ 4051 "toml_edit 0.21.1", 4052] 4053 4054[[package]] 4055name = "proc-macro-error" 4056version = "1.0.4" 4057source = "registry+https://github.com/rust-lang/crates.io-index" 4058checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4059dependencies = [ 4060 "proc-macro-error-attr", 4061 "proc-macro2 1.0.75", 4062 "quote 1.0.36", 4063 "syn 1.0.109", 4064 "version_check", 4065] 4066 4067[[package]] 4068name = "proc-macro-error-attr" 4069version = "1.0.4" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4072dependencies = [ 4073 "proc-macro2 1.0.75", 4074 "quote 1.0.36", 4075 "version_check", 4076] 4077 4078[[package]] 4079name = "proc-macro2" 4080version = "0.4.30" 4081source = "registry+https://github.com/rust-lang/crates.io-index" 4082checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 4083dependencies = [ 4084 "unicode-xid 0.1.0", 4085] 4086 4087[[package]] 4088name = "proc-macro2" 4089version = "1.0.75" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708" 4092dependencies = [ 4093 "unicode-ident", 4094] 4095 4096[[package]] 4097name = "prost" 4098version = "0.12.6" 4099source = "registry+https://github.com/rust-lang/crates.io-index" 4100checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 4101dependencies = [ 4102 "bytes", 4103] 4104 4105[[package]] 4106name = "protobuf" 4107version = "2.28.0" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" 4110 4111[[package]] 4112name = "protobuf" 4113version = "3.2.0" 4114source = "registry+https://github.com/rust-lang/crates.io-index" 4115checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e" 4116dependencies = [ 4117 "once_cell", 4118 "protobuf-support", 4119 "thiserror", 4120] 4121 4122[[package]] 4123name = "protobuf-codegen" 4124version = "3.2.0" 4125source = "registry+https://github.com/rust-lang/crates.io-index" 4126checksum = "0dd418ac3c91caa4032d37cb80ff0d44e2ebe637b2fb243b6234bf89cdac4901" 4127dependencies = [ 4128 "anyhow", 4129 "once_cell", 4130 "protobuf 3.2.0", 4131 "protobuf-parse", 4132 "regex", 4133 "tempfile", 4134 "thiserror", 4135] 4136 4137[[package]] 4138name = "protobuf-json-mapping" 4139version = "3.2.0" 4140source = "registry+https://github.com/rust-lang/crates.io-index" 4141checksum = "ce19fee00c35e62179f79d622f440c27466c9f8dff68ca907d8f59dfc8a88adb" 4142dependencies = [ 4143 "protobuf 3.2.0", 4144 "protobuf-support", 4145 "thiserror", 4146] 4147 4148[[package]] 4149name = "protobuf-parse" 4150version = "3.2.0" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49" 4153dependencies = [ 4154 "anyhow", 4155 "indexmap 1.9.2", 4156 "log", 4157 "protobuf 3.2.0", 4158 "protobuf-support", 4159 "tempfile", 4160 "thiserror", 4161 "which", 4162] 4163 4164[[package]] 4165name = "protobuf-support" 4166version = "3.2.0" 4167source = "registry+https://github.com/rust-lang/crates.io-index" 4168checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372" 4169dependencies = [ 4170 "thiserror", 4171] 4172 4173[[package]] 4174name = "ptr_meta" 4175version = "0.2.0" 4176source = "registry+https://github.com/rust-lang/crates.io-index" 4177checksum = "bcada80daa06c42ed5f48c9a043865edea5dc44cbf9ac009fda3b89526e28607" 4178dependencies = [ 4179 "ptr_meta_derive", 4180] 4181 4182[[package]] 4183name = "ptr_meta_derive" 4184version = "0.2.0" 4185source = "registry+https://github.com/rust-lang/crates.io-index" 4186checksum = "bca9224df2e20e7c5548aeb5f110a0f3b77ef05f8585139b7148b59056168ed2" 4187dependencies = [ 4188 "proc-macro2 1.0.75", 4189 "quote 1.0.36", 4190 "syn 1.0.109", 4191] 4192 4193[[package]] 4194name = "quiche" 4195version = "0.17.1" 4196source = "registry+https://github.com/rust-lang/crates.io-index" 4197checksum = "e8f75b639dc0dc928f02d8b5eb2e5fa3c212e3f4988eb7cf1cf0abdd93c8e67e" 4198dependencies = [ 4199 "cmake", 4200 "lazy_static", 4201 "libc", 4202 "libm", 4203 "log", 4204 "octets", 4205 "ring 0.16.20", 4206 "slab", 4207 "smallvec", 4208 "winapi", 4209] 4210 4211[[package]] 4212name = "quick-xml" 4213version = "0.34.0" 4214source = "registry+https://github.com/rust-lang/crates.io-index" 4215checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4" 4216dependencies = [ 4217 "memchr", 4218] 4219 4220[[package]] 4221name = "quickcheck" 4222version = "1.0.3" 4223source = "registry+https://github.com/rust-lang/crates.io-index" 4224checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 4225dependencies = [ 4226 "env_logger 0.8.4", 4227 "log", 4228 "rand", 4229] 4230 4231[[package]] 4232name = "quote" 4233version = "0.6.13" 4234source = "registry+https://github.com/rust-lang/crates.io-index" 4235checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 4236dependencies = [ 4237 "proc-macro2 0.4.30", 4238] 4239 4240[[package]] 4241name = "quote" 4242version = "1.0.36" 4243source = "registry+https://github.com/rust-lang/crates.io-index" 4244checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 4245dependencies = [ 4246 "proc-macro2 1.0.75", 4247] 4248 4249[[package]] 4250name = "rand" 4251version = "0.8.5" 4252source = "registry+https://github.com/rust-lang/crates.io-index" 4253checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4254dependencies = [ 4255 "libc", 4256 "rand_chacha", 4257 "rand_core", 4258] 4259 4260[[package]] 4261name = "rand_chacha" 4262version = "0.3.1" 4263source = "registry+https://github.com/rust-lang/crates.io-index" 4264checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4265dependencies = [ 4266 "ppv-lite86", 4267 "rand_core", 4268] 4269 4270[[package]] 4271name = "rand_core" 4272version = "0.6.4" 4273source = "registry+https://github.com/rust-lang/crates.io-index" 4274checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4275dependencies = [ 4276 "getrandom", 4277] 4278 4279[[package]] 4280name = "rand_xorshift" 4281version = "0.3.0" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 4284dependencies = [ 4285 "rand_core", 4286] 4287 4288[[package]] 4289name = "rayon" 4290version = "1.8.1" 4291source = "registry+https://github.com/rust-lang/crates.io-index" 4292checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" 4293dependencies = [ 4294 "either", 4295 "rayon-core", 4296] 4297 4298[[package]] 4299name = "rayon-core" 4300version = "1.12.1" 4301source = "registry+https://github.com/rust-lang/crates.io-index" 4302checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4303dependencies = [ 4304 "crossbeam-deque", 4305 "crossbeam-utils", 4306] 4307 4308[[package]] 4309name = "redox_syscall" 4310version = "0.4.1" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 4313dependencies = [ 4314 "bitflags 1.3.2", 4315] 4316 4317[[package]] 4318name = "redox_users" 4319version = "0.4.6" 4320source = "registry+https://github.com/rust-lang/crates.io-index" 4321checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4322dependencies = [ 4323 "getrandom", 4324 "libredox", 4325 "thiserror", 4326] 4327 4328[[package]] 4329name = "regex" 4330version = "1.7.3" 4331source = "registry+https://github.com/rust-lang/crates.io-index" 4332checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 4333dependencies = [ 4334 "aho-corasick", 4335 "memchr", 4336 "regex-syntax", 4337] 4338 4339[[package]] 4340name = "regex-automata" 4341version = "0.1.10" 4342source = "registry+https://github.com/rust-lang/crates.io-index" 4343checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4344dependencies = [ 4345 "regex-syntax", 4346] 4347 4348[[package]] 4349name = "regex-syntax" 4350version = "0.6.29" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4353 4354[[package]] 4355name = "remain" 4356version = "0.2.12" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "1ad5e011230cad274d0532460c5ab69828ea47ae75681b42a841663efffaf794" 4359dependencies = [ 4360 "proc-macro2 1.0.75", 4361 "quote 1.0.36", 4362 "syn 2.0.58", 4363] 4364 4365[[package]] 4366name = "ring" 4367version = "0.16.20" 4368source = "registry+https://github.com/rust-lang/crates.io-index" 4369checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 4370dependencies = [ 4371 "cc", 4372 "libc", 4373 "once_cell", 4374 "spin 0.5.2", 4375 "untrusted 0.7.1", 4376 "web-sys", 4377 "winapi", 4378] 4379 4380[[package]] 4381name = "ring" 4382version = "0.17.2" 4383source = "registry+https://github.com/rust-lang/crates.io-index" 4384checksum = "911b295d2d302948838c8ac142da1ee09fa7863163b44e6715bc9357905878b8" 4385dependencies = [ 4386 "cc", 4387 "getrandom", 4388 "libc", 4389 "spin 0.9.8", 4390 "untrusted 0.9.0", 4391 "windows-sys 0.48.0", 4392] 4393 4394[[package]] 4395name = "ron" 4396version = "0.7.1" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" 4399dependencies = [ 4400 "base64 0.13.1", 4401 "bitflags 1.3.2", 4402 "serde", 4403] 4404 4405[[package]] 4406name = "rusb" 4407version = "0.9.4" 4408source = "registry+https://github.com/rust-lang/crates.io-index" 4409checksum = "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4" 4410dependencies = [ 4411 "libc", 4412 "libusb1-sys", 4413] 4414 4415[[package]] 4416name = "rusqlite" 4417version = "0.29.0" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2" 4420dependencies = [ 4421 "bitflags 2.6.0", 4422 "fallible-iterator 0.2.0", 4423 "fallible-streaming-iterator", 4424 "hashlink", 4425 "libsqlite3-sys", 4426 "smallvec", 4427] 4428 4429[[package]] 4430name = "rust-ini" 4431version = "0.18.0" 4432source = "registry+https://github.com/rust-lang/crates.io-index" 4433checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" 4434dependencies = [ 4435 "cfg-if", 4436 "ordered-multimap", 4437] 4438 4439[[package]] 4440name = "rustc-demangle" 4441version = "0.1.23" 4442source = "registry+https://github.com/rust-lang/crates.io-index" 4443checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 4444 4445[[package]] 4446name = "rustc-demangle-capi" 4447version = "0.1.0" 4448source = "registry+https://github.com/rust-lang/crates.io-index" 4449checksum = "db0fd3421ec63f68efc971ed1242ca54f4a1750aedd68909ed3ac0ecc3274fe8" 4450dependencies = [ 4451 "rustc-demangle", 4452] 4453 4454[[package]] 4455name = "rustc-hash" 4456version = "1.1.0" 4457source = "registry+https://github.com/rust-lang/crates.io-index" 4458checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4459 4460[[package]] 4461name = "rustc_version" 4462version = "0.4.1" 4463source = "registry+https://github.com/rust-lang/crates.io-index" 4464checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4465dependencies = [ 4466 "semver", 4467] 4468 4469[[package]] 4470name = "rustix" 4471version = "0.38.31" 4472source = "registry+https://github.com/rust-lang/crates.io-index" 4473checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 4474dependencies = [ 4475 "bitflags 2.6.0", 4476 "errno", 4477 "libc", 4478 "linux-raw-sys 0.4.14", 4479 "windows-sys 0.52.0", 4480] 4481 4482[[package]] 4483name = "rustversion" 4484version = "1.0.14" 4485source = "registry+https://github.com/rust-lang/crates.io-index" 4486checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 4487 4488[[package]] 4489name = "ryu" 4490version = "1.0.16" 4491source = "registry+https://github.com/rust-lang/crates.io-index" 4492checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 4493 4494[[package]] 4495name = "safer-ffi" 4496version = "0.1.12" 4497source = "registry+https://github.com/rust-lang/crates.io-index" 4498checksum = "614978f55c6e885794b44afb2e2378fe61b104ec4391f310d879edf3df9d874c" 4499dependencies = [ 4500 "libc", 4501 "macro_rules_attribute", 4502 "paste", 4503 "safer_ffi-proc_macros", 4504 "scopeguard", 4505 "stabby", 4506 "uninit", 4507 "unwind_safe", 4508 "with_builtin_macros", 4509] 4510 4511[[package]] 4512name = "safer-ffi-gen" 4513version = "0.9.2" 4514source = "registry+https://github.com/rust-lang/crates.io-index" 4515checksum = "bdc3e72a8e99de537461ab5e9331d32c08dd558493e844cb70753a9890fdbc48" 4516dependencies = [ 4517 "once_cell", 4518 "safer-ffi", 4519 "safer-ffi-gen-macro", 4520] 4521 4522[[package]] 4523name = "safer-ffi-gen-macro" 4524version = "0.9.2" 4525source = "registry+https://github.com/rust-lang/crates.io-index" 4526checksum = "836aa8cd7b269dcdd3d81cca1ddc136aa1d2b05f30b6a34c0ff075152b2e3771" 4527dependencies = [ 4528 "heck", 4529 "proc-macro-error", 4530 "proc-macro2 1.0.75", 4531 "quote 1.0.36", 4532 "syn 2.0.58", 4533 "thiserror", 4534] 4535 4536[[package]] 4537name = "safer_ffi-proc_macros" 4538version = "0.1.12" 4539source = "registry+https://github.com/rust-lang/crates.io-index" 4540checksum = "7cdcb365894c49e42b5413def59ac644ea085bbbdee535d7c80b2b008a345686" 4541dependencies = [ 4542 "macro_rules_attribute", 4543 "prettyplease 0.1.25", 4544 "proc-macro2 1.0.75", 4545 "quote 1.0.36", 4546 "syn 1.0.109", 4547] 4548 4549[[package]] 4550name = "same-file" 4551version = "1.0.6" 4552source = "registry+https://github.com/rust-lang/crates.io-index" 4553checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4554dependencies = [ 4555 "winapi-util", 4556] 4557 4558[[package]] 4559name = "scoped-tls" 4560version = "1.0.1" 4561source = "registry+https://github.com/rust-lang/crates.io-index" 4562checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4563 4564[[package]] 4565name = "scopeguard" 4566version = "1.2.0" 4567source = "registry+https://github.com/rust-lang/crates.io-index" 4568checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4569 4570[[package]] 4571name = "sec1" 4572version = "0.7.3" 4573source = "registry+https://github.com/rust-lang/crates.io-index" 4574checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4575dependencies = [ 4576 "base16ct", 4577 "der", 4578 "generic-array", 4579 "zeroize", 4580] 4581 4582[[package]] 4583name = "semver" 4584version = "1.0.23" 4585source = "registry+https://github.com/rust-lang/crates.io-index" 4586checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4587 4588[[package]] 4589name = "serde" 4590version = "1.0.195" 4591source = "registry+https://github.com/rust-lang/crates.io-index" 4592checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" 4593dependencies = [ 4594 "serde_derive", 4595] 4596 4597[[package]] 4598name = "serde-xml-rs" 4599version = "0.6.0" 4600source = "registry+https://github.com/rust-lang/crates.io-index" 4601checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" 4602dependencies = [ 4603 "log", 4604 "serde", 4605 "thiserror", 4606 "xml-rs", 4607] 4608 4609[[package]] 4610name = "serde_cbor" 4611version = "0.11.2" 4612source = "registry+https://github.com/rust-lang/crates.io-index" 4613checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 4614dependencies = [ 4615 "half 1.8.3", 4616 "serde", 4617] 4618 4619[[package]] 4620name = "serde_derive" 4621version = "1.0.195" 4622source = "registry+https://github.com/rust-lang/crates.io-index" 4623checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" 4624dependencies = [ 4625 "proc-macro2 1.0.75", 4626 "quote 1.0.36", 4627 "syn 2.0.58", 4628] 4629 4630[[package]] 4631name = "serde_json" 4632version = "1.0.94" 4633source = "registry+https://github.com/rust-lang/crates.io-index" 4634checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 4635dependencies = [ 4636 "itoa", 4637 "ryu", 4638 "serde", 4639] 4640 4641[[package]] 4642name = "serde_path_to_error" 4643version = "0.1.12" 4644source = "registry+https://github.com/rust-lang/crates.io-index" 4645checksum = "0b1b6471d7496b051e03f1958802a73f88b947866f5146f329e47e36554f4e55" 4646dependencies = [ 4647 "itoa", 4648 "serde", 4649] 4650 4651[[package]] 4652name = "serde_spanned" 4653version = "0.6.5" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 4656dependencies = [ 4657 "serde", 4658] 4659 4660[[package]] 4661name = "serde_test" 4662version = "1.0.176" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" 4665dependencies = [ 4666 "serde", 4667] 4668 4669[[package]] 4670name = "serde_urlencoded" 4671version = "0.7.1" 4672source = "registry+https://github.com/rust-lang/crates.io-index" 4673checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4674dependencies = [ 4675 "form_urlencoded", 4676 "itoa", 4677 "ryu", 4678 "serde", 4679] 4680 4681[[package]] 4682name = "serde_yaml" 4683version = "0.9.31" 4684source = "registry+https://github.com/rust-lang/crates.io-index" 4685checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" 4686dependencies = [ 4687 "indexmap 2.4.0", 4688 "itoa", 4689 "ryu", 4690 "serde", 4691 "unsafe-libyaml", 4692] 4693 4694[[package]] 4695name = "sha1" 4696version = "0.10.6" 4697source = "registry+https://github.com/rust-lang/crates.io-index" 4698checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4699dependencies = [ 4700 "cfg-if", 4701 "cpufeatures", 4702 "digest", 4703] 4704 4705[[package]] 4706name = "sha2" 4707version = "0.10.8" 4708source = "registry+https://github.com/rust-lang/crates.io-index" 4709checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4710dependencies = [ 4711 "cfg-if", 4712 "cpufeatures", 4713 "digest", 4714] 4715 4716[[package]] 4717name = "sha2-const-stable" 4718version = "0.1.0" 4719source = "registry+https://github.com/rust-lang/crates.io-index" 4720checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9" 4721 4722[[package]] 4723name = "sharded-slab" 4724version = "0.1.7" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4727dependencies = [ 4728 "lazy_static", 4729] 4730 4731[[package]] 4732name = "shared_child" 4733version = "1.0.0" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 4736dependencies = [ 4737 "libc", 4738 "winapi", 4739] 4740 4741[[package]] 4742name = "shared_library" 4743version = "0.1.9" 4744source = "registry+https://github.com/rust-lang/crates.io-index" 4745checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" 4746dependencies = [ 4747 "lazy_static", 4748 "libc", 4749] 4750 4751[[package]] 4752name = "shlex" 4753version = "1.3.0" 4754source = "registry+https://github.com/rust-lang/crates.io-index" 4755checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4756 4757[[package]] 4758name = "simd-adler32" 4759version = "0.3.7" 4760source = "registry+https://github.com/rust-lang/crates.io-index" 4761checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4762 4763[[package]] 4764name = "siphasher" 4765version = "0.3.11" 4766source = "registry+https://github.com/rust-lang/crates.io-index" 4767checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4768 4769[[package]] 4770name = "siphasher" 4771version = "1.0.1" 4772source = "registry+https://github.com/rust-lang/crates.io-index" 4773checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 4774 4775[[package]] 4776name = "slab" 4777version = "0.4.9" 4778source = "registry+https://github.com/rust-lang/crates.io-index" 4779checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4780dependencies = [ 4781 "autocfg", 4782] 4783 4784[[package]] 4785name = "smallvec" 4786version = "1.13.1" 4787source = "registry+https://github.com/rust-lang/crates.io-index" 4788checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 4789dependencies = [ 4790 "serde", 4791] 4792 4793[[package]] 4794name = "smawk" 4795version = "0.3.2" 4796source = "registry+https://github.com/rust-lang/crates.io-index" 4797checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 4798 4799[[package]] 4800name = "smccc" 4801version = "0.1.1" 4802source = "registry+https://github.com/rust-lang/crates.io-index" 4803checksum = "617d17f088ec733e5a6b86da6ce4cce1414e6e856d6061c16dda51cceae6f68c" 4804 4805[[package]] 4806name = "socket2" 4807version = "0.5.5" 4808source = "registry+https://github.com/rust-lang/crates.io-index" 4809checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 4810dependencies = [ 4811 "libc", 4812 "windows-sys 0.48.0", 4813] 4814 4815[[package]] 4816name = "spin" 4817version = "0.5.2" 4818source = "registry+https://github.com/rust-lang/crates.io-index" 4819checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4820 4821[[package]] 4822name = "spin" 4823version = "0.9.8" 4824source = "registry+https://github.com/rust-lang/crates.io-index" 4825checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4826dependencies = [ 4827 "lock_api", 4828 "portable-atomic", 4829] 4830 4831[[package]] 4832name = "spki" 4833version = "0.7.3" 4834source = "registry+https://github.com/rust-lang/crates.io-index" 4835checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4836dependencies = [ 4837 "base64ct", 4838 "der", 4839] 4840 4841[[package]] 4842name = "stabby" 4843version = "36.1.1" 4844source = "registry+https://github.com/rust-lang/crates.io-index" 4845checksum = "311d6bcf0070c462ff626122ec2246f42bd2acd44b28908eedbfd07d500c7d99" 4846dependencies = [ 4847 "rustversion", 4848 "stabby-abi", 4849] 4850 4851[[package]] 4852name = "stabby-abi" 4853version = "36.1.1" 4854source = "registry+https://github.com/rust-lang/crates.io-index" 4855checksum = "e6daae1a0707399f56d27fce7f212e50e31d215112a447e1bbcd837ae1bf5f49" 4856dependencies = [ 4857 "rustversion", 4858 "sha2-const-stable", 4859 "stabby-macros", 4860] 4861 4862[[package]] 4863name = "stabby-macros" 4864version = "36.1.1" 4865source = "registry+https://github.com/rust-lang/crates.io-index" 4866checksum = "43cf89a0cc9131279235baf8599b0e073fbcb096419204de0cc5d1a48ae73f74" 4867dependencies = [ 4868 "proc-macro-crate 3.1.0", 4869 "proc-macro2 1.0.75", 4870 "quote 1.0.36", 4871 "rand", 4872 "syn 1.0.109", 4873] 4874 4875[[package]] 4876name = "static_assertions" 4877version = "1.1.0" 4878source = "registry+https://github.com/rust-lang/crates.io-index" 4879checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4880 4881[[package]] 4882name = "strsim" 4883version = "0.8.0" 4884source = "registry+https://github.com/rust-lang/crates.io-index" 4885checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 4886 4887[[package]] 4888name = "strsim" 4889version = "0.11.1" 4890source = "registry+https://github.com/rust-lang/crates.io-index" 4891checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4892 4893[[package]] 4894name = "strum" 4895version = "0.25.0" 4896source = "registry+https://github.com/rust-lang/crates.io-index" 4897checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 4898 4899[[package]] 4900name = "strum_macros" 4901version = "0.25.3" 4902source = "registry+https://github.com/rust-lang/crates.io-index" 4903checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 4904dependencies = [ 4905 "heck", 4906 "proc-macro2 1.0.75", 4907 "quote 1.0.36", 4908 "rustversion", 4909 "syn 2.0.58", 4910] 4911 4912[[package]] 4913name = "subtle" 4914version = "2.6.1" 4915source = "registry+https://github.com/rust-lang/crates.io-index" 4916checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4917 4918[[package]] 4919name = "syn" 4920version = "0.15.44" 4921source = "registry+https://github.com/rust-lang/crates.io-index" 4922checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 4923dependencies = [ 4924 "proc-macro2 0.4.30", 4925 "quote 0.6.13", 4926 "unicode-xid 0.1.0", 4927] 4928 4929[[package]] 4930name = "syn" 4931version = "1.0.109" 4932source = "registry+https://github.com/rust-lang/crates.io-index" 4933checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4934dependencies = [ 4935 "proc-macro2 1.0.75", 4936 "quote 1.0.36", 4937 "unicode-ident", 4938] 4939 4940[[package]] 4941name = "syn" 4942version = "2.0.58" 4943source = "registry+https://github.com/rust-lang/crates.io-index" 4944checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" 4945dependencies = [ 4946 "proc-macro2 1.0.75", 4947 "quote 1.0.36", 4948 "unicode-ident", 4949] 4950 4951[[package]] 4952name = "syn-mid" 4953version = "0.6.0" 4954source = "registry+https://github.com/rust-lang/crates.io-index" 4955checksum = "b5dc35bb08dd1ca3dfb09dce91fd2d13294d6711c88897d9a9d60acf39bce049" 4956dependencies = [ 4957 "proc-macro2 1.0.75", 4958 "quote 1.0.36", 4959 "syn 2.0.58", 4960] 4961 4962[[package]] 4963name = "sync_wrapper" 4964version = "0.1.2" 4965source = "registry+https://github.com/rust-lang/crates.io-index" 4966checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4967 4968[[package]] 4969name = "sync_wrapper" 4970version = "1.0.1" 4971source = "registry+https://github.com/rust-lang/crates.io-index" 4972checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 4973 4974[[package]] 4975name = "synstructure" 4976version = "0.12.6" 4977source = "registry+https://github.com/rust-lang/crates.io-index" 4978checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 4979dependencies = [ 4980 "proc-macro2 1.0.75", 4981 "quote 1.0.36", 4982 "syn 1.0.109", 4983 "unicode-xid 0.2.4", 4984] 4985 4986[[package]] 4987name = "tempfile" 4988version = "3.12.0" 4989source = "registry+https://github.com/rust-lang/crates.io-index" 4990checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 4991dependencies = [ 4992 "cfg-if", 4993 "fastrand", 4994 "once_cell", 4995 "rustix", 4996 "windows-sys 0.59.0", 4997] 4998 4999[[package]] 5000name = "termcolor" 5001version = "1.4.1" 5002source = "registry+https://github.com/rust-lang/crates.io-index" 5003checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 5004dependencies = [ 5005 "winapi-util", 5006] 5007 5008[[package]] 5009name = "termtree" 5010version = "0.4.1" 5011source = "registry+https://github.com/rust-lang/crates.io-index" 5012checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 5013 5014[[package]] 5015name = "textwrap" 5016version = "0.11.0" 5017source = "registry+https://github.com/rust-lang/crates.io-index" 5018checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 5019dependencies = [ 5020 "unicode-width", 5021] 5022 5023[[package]] 5024name = "textwrap" 5025version = "0.16.0" 5026source = "registry+https://github.com/rust-lang/crates.io-index" 5027checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 5028dependencies = [ 5029 "smawk", 5030 "unicode-linebreak", 5031 "unicode-width", 5032] 5033 5034[[package]] 5035name = "thiserror" 5036version = "1.0.49" 5037source = "registry+https://github.com/rust-lang/crates.io-index" 5038checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" 5039dependencies = [ 5040 "thiserror-impl", 5041] 5042 5043[[package]] 5044name = "thiserror-impl" 5045version = "1.0.49" 5046source = "registry+https://github.com/rust-lang/crates.io-index" 5047checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" 5048dependencies = [ 5049 "proc-macro2 1.0.75", 5050 "quote 1.0.36", 5051 "syn 2.0.58", 5052] 5053 5054[[package]] 5055name = "thread_local" 5056version = "1.1.7" 5057source = "registry+https://github.com/rust-lang/crates.io-index" 5058checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 5059dependencies = [ 5060 "cfg-if", 5061 "once_cell", 5062] 5063 5064[[package]] 5065name = "threadpool" 5066version = "1.8.1" 5067source = "registry+https://github.com/rust-lang/crates.io-index" 5068checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 5069dependencies = [ 5070 "num_cpus", 5071] 5072 5073[[package]] 5074name = "tikv-jemalloc-sys" 5075version = "0.5.4+5.3.0-patched" 5076source = "registry+https://github.com/rust-lang/crates.io-index" 5077checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" 5078dependencies = [ 5079 "cc", 5080 "libc", 5081] 5082 5083[[package]] 5084name = "tikv-jemallocator" 5085version = "0.5.4" 5086source = "registry+https://github.com/rust-lang/crates.io-index" 5087checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" 5088dependencies = [ 5089 "libc", 5090 "tikv-jemalloc-sys", 5091] 5092 5093[[package]] 5094name = "time" 5095version = "0.3.36" 5096source = "registry+https://github.com/rust-lang/crates.io-index" 5097checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5098dependencies = [ 5099 "deranged", 5100 "num-conv", 5101 "powerfmt", 5102 "serde", 5103 "time-core", 5104] 5105 5106[[package]] 5107name = "time-core" 5108version = "0.1.2" 5109source = "registry+https://github.com/rust-lang/crates.io-index" 5110checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5111 5112[[package]] 5113name = "tinytemplate" 5114version = "1.2.1" 5115source = "registry+https://github.com/rust-lang/crates.io-index" 5116checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 5117dependencies = [ 5118 "serde", 5119 "serde_json", 5120] 5121 5122[[package]] 5123name = "tinyvec" 5124version = "1.6.0" 5125source = "registry+https://github.com/rust-lang/crates.io-index" 5126checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 5127dependencies = [ 5128 "tinyvec_macros", 5129] 5130 5131[[package]] 5132name = "tinyvec_macros" 5133version = "0.1.1" 5134source = "registry+https://github.com/rust-lang/crates.io-index" 5135checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5136 5137[[package]] 5138name = "tokio" 5139version = "1.42.0" 5140source = "registry+https://github.com/rust-lang/crates.io-index" 5141checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" 5142dependencies = [ 5143 "backtrace", 5144 "bytes", 5145 "libc", 5146 "mio", 5147 "pin-project-lite", 5148 "socket2", 5149 "windows-sys 0.52.0", 5150] 5151 5152[[package]] 5153name = "tokio-io-timeout" 5154version = "1.2.0" 5155source = "registry+https://github.com/rust-lang/crates.io-index" 5156checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 5157dependencies = [ 5158 "pin-project-lite", 5159 "tokio", 5160] 5161 5162[[package]] 5163name = "tokio-macros" 5164version = "2.4.0" 5165source = "registry+https://github.com/rust-lang/crates.io-index" 5166checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5167dependencies = [ 5168 "proc-macro2 1.0.75", 5169 "quote 1.0.36", 5170 "syn 2.0.58", 5171] 5172 5173[[package]] 5174name = "tokio-openssl" 5175version = "0.6.5" 5176source = "registry+https://github.com/rust-lang/crates.io-index" 5177checksum = "59df6849caa43bb7567f9a36f863c447d95a11d5903c9cc334ba32576a27eadd" 5178dependencies = [ 5179 "openssl", 5180 "openssl-sys", 5181 "tokio", 5182] 5183 5184[[package]] 5185name = "tokio-stream" 5186version = "0.1.16" 5187source = "registry+https://github.com/rust-lang/crates.io-index" 5188checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 5189dependencies = [ 5190 "futures-core", 5191 "pin-project-lite", 5192 "tokio", 5193] 5194 5195[[package]] 5196name = "tokio-test" 5197version = "0.4.2" 5198source = "registry+https://github.com/rust-lang/crates.io-index" 5199checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" 5200dependencies = [ 5201 "async-stream", 5202 "bytes", 5203 "futures-core", 5204 "tokio", 5205 "tokio-stream", 5206] 5207 5208[[package]] 5209name = "tokio-util" 5210version = "0.7.13" 5211source = "registry+https://github.com/rust-lang/crates.io-index" 5212checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" 5213dependencies = [ 5214 "bytes", 5215 "futures-core", 5216 "futures-sink", 5217 "pin-project-lite", 5218 "tokio", 5219] 5220 5221[[package]] 5222name = "toml" 5223version = "0.5.11" 5224source = "registry+https://github.com/rust-lang/crates.io-index" 5225checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 5226dependencies = [ 5227 "serde", 5228] 5229 5230[[package]] 5231name = "toml" 5232version = "0.8.10" 5233source = "registry+https://github.com/rust-lang/crates.io-index" 5234checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 5235dependencies = [ 5236 "serde", 5237 "serde_spanned", 5238 "toml_datetime", 5239 "toml_edit 0.22.4", 5240] 5241 5242[[package]] 5243name = "toml_datetime" 5244version = "0.6.5" 5245source = "registry+https://github.com/rust-lang/crates.io-index" 5246checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 5247dependencies = [ 5248 "serde", 5249] 5250 5251[[package]] 5252name = "toml_edit" 5253version = "0.19.15" 5254source = "registry+https://github.com/rust-lang/crates.io-index" 5255checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5256dependencies = [ 5257 "indexmap 2.4.0", 5258 "toml_datetime", 5259 "winnow", 5260] 5261 5262[[package]] 5263name = "toml_edit" 5264version = "0.21.1" 5265source = "registry+https://github.com/rust-lang/crates.io-index" 5266checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 5267dependencies = [ 5268 "indexmap 2.4.0", 5269 "toml_datetime", 5270 "winnow", 5271] 5272 5273[[package]] 5274name = "toml_edit" 5275version = "0.22.4" 5276source = "registry+https://github.com/rust-lang/crates.io-index" 5277checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" 5278dependencies = [ 5279 "indexmap 2.4.0", 5280 "serde", 5281 "serde_spanned", 5282 "toml_datetime", 5283 "winnow", 5284] 5285 5286[[package]] 5287name = "tonic" 5288version = "0.11.0" 5289source = "registry+https://github.com/rust-lang/crates.io-index" 5290checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" 5291dependencies = [ 5292 "async-stream", 5293 "async-trait", 5294 "axum", 5295 "base64 0.21.7", 5296 "bytes", 5297 "h2 0.3.26", 5298 "http 0.2.9", 5299 "http-body", 5300 "hyper", 5301 "hyper-timeout", 5302 "percent-encoding", 5303 "pin-project", 5304 "prost", 5305 "tokio", 5306 "tokio-stream", 5307 "tower", 5308 "tower-layer", 5309 "tower-service", 5310 "tracing", 5311] 5312 5313[[package]] 5314name = "tower" 5315version = "0.4.13" 5316source = "registry+https://github.com/rust-lang/crates.io-index" 5317checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 5318dependencies = [ 5319 "futures-core", 5320 "futures-util", 5321 "indexmap 1.9.2", 5322 "pin-project", 5323 "pin-project-lite", 5324 "rand", 5325 "slab", 5326 "tokio", 5327 "tokio-util", 5328 "tower-layer", 5329 "tower-service", 5330 "tracing", 5331] 5332 5333[[package]] 5334name = "tower-layer" 5335version = "0.3.2" 5336source = "registry+https://github.com/rust-lang/crates.io-index" 5337checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 5338 5339[[package]] 5340name = "tower-service" 5341version = "0.3.2" 5342source = "registry+https://github.com/rust-lang/crates.io-index" 5343checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 5344 5345[[package]] 5346name = "tracing" 5347version = "0.1.40" 5348source = "registry+https://github.com/rust-lang/crates.io-index" 5349checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5350dependencies = [ 5351 "log", 5352 "pin-project-lite", 5353 "tracing-attributes", 5354 "tracing-core", 5355] 5356 5357[[package]] 5358name = "tracing-attributes" 5359version = "0.1.27" 5360source = "registry+https://github.com/rust-lang/crates.io-index" 5361checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5362dependencies = [ 5363 "proc-macro2 1.0.75", 5364 "quote 1.0.36", 5365 "syn 2.0.58", 5366] 5367 5368[[package]] 5369name = "tracing-core" 5370version = "0.1.32" 5371source = "registry+https://github.com/rust-lang/crates.io-index" 5372checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5373dependencies = [ 5374 "once_cell", 5375 "valuable", 5376] 5377 5378[[package]] 5379name = "tracing-log" 5380version = "0.2.0" 5381source = "registry+https://github.com/rust-lang/crates.io-index" 5382checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5383dependencies = [ 5384 "log", 5385 "once_cell", 5386 "tracing-core", 5387] 5388 5389[[package]] 5390name = "tracing-subscriber" 5391version = "0.3.18" 5392source = "registry+https://github.com/rust-lang/crates.io-index" 5393checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5394dependencies = [ 5395 "nu-ansi-term", 5396 "sharded-slab", 5397 "smallvec", 5398 "thread_local", 5399 "tracing-core", 5400 "tracing-log", 5401] 5402 5403[[package]] 5404name = "try-lock" 5405version = "0.2.5" 5406source = "registry+https://github.com/rust-lang/crates.io-index" 5407checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5408 5409[[package]] 5410name = "ttf-parser" 5411version = "0.17.1" 5412source = "registry+https://github.com/rust-lang/crates.io-index" 5413checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff" 5414 5415[[package]] 5416name = "tungstenite" 5417version = "0.21.0" 5418source = "registry+https://github.com/rust-lang/crates.io-index" 5419checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 5420dependencies = [ 5421 "byteorder", 5422 "bytes", 5423 "data-encoding", 5424 "http 1.1.0", 5425 "httparse", 5426 "log", 5427 "rand", 5428 "sha1", 5429 "thiserror", 5430 "url", 5431 "utf-8", 5432] 5433 5434[[package]] 5435name = "twox-hash" 5436version = "1.6.3" 5437source = "registry+https://github.com/rust-lang/crates.io-index" 5438checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 5439dependencies = [ 5440 "cfg-if", 5441 "rand", 5442 "static_assertions", 5443] 5444 5445[[package]] 5446name = "typenum" 5447version = "1.17.0" 5448source = "registry+https://github.com/rust-lang/crates.io-index" 5449checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5450 5451[[package]] 5452name = "ucd-trie" 5453version = "0.1.6" 5454source = "registry+https://github.com/rust-lang/crates.io-index" 5455checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 5456 5457[[package]] 5458name = "ucs2" 5459version = "0.3.3" 5460source = "registry+https://github.com/rust-lang/crates.io-index" 5461checksum = "df79298e11f316400c57ec268f3c2c29ac3c4d4777687955cd3d4f3a35ce7eba" 5462dependencies = [ 5463 "bit_field", 5464] 5465 5466[[package]] 5467name = "uefi" 5468version = "0.33.0" 5469source = "registry+https://github.com/rust-lang/crates.io-index" 5470checksum = "6679b7fc2f6d6d2ea2f67555ef3ed9d71d30c5021faf9193091a5192db7dc468" 5471dependencies = [ 5472 "bitflags 2.6.0", 5473 "cfg-if", 5474 "log", 5475 "ptr_meta", 5476 "ucs2", 5477 "uefi-macros", 5478 "uefi-raw", 5479 "uguid", 5480] 5481 5482[[package]] 5483name = "uefi-macros" 5484version = "0.17.0" 5485source = "registry+https://github.com/rust-lang/crates.io-index" 5486checksum = "9b24e77d3fc1e617051e630f99da24bcae6328abab37b8f9216bb68d06804f9a" 5487dependencies = [ 5488 "proc-macro2 1.0.75", 5489 "quote 1.0.36", 5490 "syn 2.0.58", 5491] 5492 5493[[package]] 5494name = "uefi-raw" 5495version = "0.9.0" 5496source = "registry+https://github.com/rust-lang/crates.io-index" 5497checksum = "7f6d465de2c918779dafb769a5a4fe8d6e4fb7cc4cc6cb1a735f2f6ec68beea4" 5498dependencies = [ 5499 "bitflags 2.6.0", 5500 "ptr_meta", 5501 "uguid", 5502] 5503 5504[[package]] 5505name = "uguid" 5506version = "2.2.0" 5507source = "registry+https://github.com/rust-lang/crates.io-index" 5508checksum = "ab14ea9660d240e7865ce9d54ecdbd1cd9fa5802ae6f4512f093c7907e921533" 5509 5510[[package]] 5511name = "unicode-bidi" 5512version = "0.3.15" 5513source = "registry+https://github.com/rust-lang/crates.io-index" 5514checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 5515 5516[[package]] 5517name = "unicode-ident" 5518version = "1.0.8" 5519source = "registry+https://github.com/rust-lang/crates.io-index" 5520checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 5521 5522[[package]] 5523name = "unicode-linebreak" 5524version = "0.1.5" 5525source = "registry+https://github.com/rust-lang/crates.io-index" 5526checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 5527 5528[[package]] 5529name = "unicode-normalization" 5530version = "0.1.22" 5531source = "registry+https://github.com/rust-lang/crates.io-index" 5532checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 5533dependencies = [ 5534 "tinyvec", 5535] 5536 5537[[package]] 5538name = "unicode-segmentation" 5539version = "1.10.1" 5540source = "registry+https://github.com/rust-lang/crates.io-index" 5541checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 5542 5543[[package]] 5544name = "unicode-width" 5545version = "0.1.11" 5546source = "registry+https://github.com/rust-lang/crates.io-index" 5547checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 5548 5549[[package]] 5550name = "unicode-xid" 5551version = "0.1.0" 5552source = "registry+https://github.com/rust-lang/crates.io-index" 5553checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 5554 5555[[package]] 5556name = "unicode-xid" 5557version = "0.2.4" 5558source = "registry+https://github.com/rust-lang/crates.io-index" 5559checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 5560 5561[[package]] 5562name = "uniffi" 5563version = "0.27.1" 5564source = "registry+https://github.com/rust-lang/crates.io-index" 5565checksum = "a5566fae48a5cb017005bf9cd622af5236b2a203a13fb548afde3506d3c68277" 5566dependencies = [ 5567 "anyhow", 5568 "uniffi_core", 5569 "uniffi_macros", 5570] 5571 5572[[package]] 5573name = "uniffi_checksum_derive" 5574version = "0.27.1" 5575source = "registry+https://github.com/rust-lang/crates.io-index" 5576checksum = "ae7e5a6c33b1dec3f255f57ec0b6af0f0b2bb3021868be1d5eec7a38e2905ebc" 5577dependencies = [ 5578 "quote 1.0.36", 5579 "syn 2.0.58", 5580] 5581 5582[[package]] 5583name = "uniffi_core" 5584version = "0.27.1" 5585source = "registry+https://github.com/rust-lang/crates.io-index" 5586checksum = "0ea3eb5474d50fc149b7e4d86b9c5bd4a61dcc167f0683902bf18ae7bbb3deef" 5587dependencies = [ 5588 "anyhow", 5589 "bytes", 5590 "camino", 5591 "log", 5592 "once_cell", 5593 "oneshot-uniffi", 5594 "paste", 5595 "static_assertions", 5596] 5597 5598[[package]] 5599name = "uniffi_macros" 5600version = "0.27.1" 5601source = "registry+https://github.com/rust-lang/crates.io-index" 5602checksum = "18331d35003f46f0d04047fbe4227291815b83a937a8c32bc057f990962182c4" 5603dependencies = [ 5604 "bincode", 5605 "camino", 5606 "fs-err", 5607 "once_cell", 5608 "proc-macro2 1.0.75", 5609 "quote 1.0.36", 5610 "serde", 5611 "syn 2.0.58", 5612 "toml 0.5.11", 5613 "uniffi_meta", 5614] 5615 5616[[package]] 5617name = "uniffi_meta" 5618version = "0.27.1" 5619source = "registry+https://github.com/rust-lang/crates.io-index" 5620checksum = "f7224422c4cfd181c7ca9fca2154abca4d21db962f926f270f996edd38b0c4b8" 5621dependencies = [ 5622 "anyhow", 5623 "bytes", 5624 "siphasher 0.3.11", 5625 "uniffi_checksum_derive", 5626] 5627 5628[[package]] 5629name = "uninit" 5630version = "0.5.1" 5631source = "registry+https://github.com/rust-lang/crates.io-index" 5632checksum = "3e130f2ed46ca5d8ec13c7ff95836827f92f5f5f37fd2b2bf16f33c408d98bb6" 5633dependencies = [ 5634 "extension-traits", 5635] 5636 5637[[package]] 5638name = "unsafe-libyaml" 5639version = "0.2.10" 5640source = "registry+https://github.com/rust-lang/crates.io-index" 5641checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" 5642 5643[[package]] 5644name = "untrusted" 5645version = "0.7.1" 5646source = "registry+https://github.com/rust-lang/crates.io-index" 5647checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 5648 5649[[package]] 5650name = "untrusted" 5651version = "0.9.0" 5652source = "registry+https://github.com/rust-lang/crates.io-index" 5653checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5654 5655[[package]] 5656name = "unwind_safe" 5657version = "0.1.0" 5658source = "registry+https://github.com/rust-lang/crates.io-index" 5659checksum = "0976c77def3f1f75c4ef892a292c31c0bbe9e3d0702c63044d7c76db298171a3" 5660 5661[[package]] 5662name = "url" 5663version = "2.3.1" 5664source = "registry+https://github.com/rust-lang/crates.io-index" 5665checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 5666dependencies = [ 5667 "form_urlencoded", 5668 "idna 0.3.0", 5669 "percent-encoding", 5670] 5671 5672[[package]] 5673name = "userfaultfd" 5674version = "0.7.0" 5675source = "registry+https://github.com/rust-lang/crates.io-index" 5676checksum = "b6a38c7e24af201e66f02659492f86ccd5efa9fd62f2c851fff3961a60e81966" 5677dependencies = [ 5678 "bitflags 2.6.0", 5679 "cfg-if", 5680 "libc", 5681 "nix 0.27.1", 5682 "thiserror", 5683 "userfaultfd-sys", 5684] 5685 5686[[package]] 5687name = "userfaultfd-sys" 5688version = "0.5.0" 5689source = "registry+https://github.com/rust-lang/crates.io-index" 5690checksum = "d75595d2a62b7db16bd47f5a1ce14e1fe05ccbe27d6c96721a958e0a027cad41" 5691dependencies = [ 5692 "bindgen 0.68.1", 5693 "cc", 5694 "cfg-if", 5695] 5696 5697[[package]] 5698name = "utf-8" 5699version = "0.7.6" 5700source = "registry+https://github.com/rust-lang/crates.io-index" 5701checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5702 5703[[package]] 5704name = "utf8parse" 5705version = "0.2.2" 5706source = "registry+https://github.com/rust-lang/crates.io-index" 5707checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5708 5709[[package]] 5710name = "uuid" 5711version = "1.7.0" 5712source = "registry+https://github.com/rust-lang/crates.io-index" 5713checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" 5714 5715[[package]] 5716name = "valuable" 5717version = "0.1.0" 5718source = "registry+https://github.com/rust-lang/crates.io-index" 5719checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5720 5721[[package]] 5722name = "vcpkg" 5723version = "0.2.15" 5724source = "registry+https://github.com/rust-lang/crates.io-index" 5725checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5726 5727[[package]] 5728name = "vec_map" 5729version = "0.8.2" 5730source = "registry+https://github.com/rust-lang/crates.io-index" 5731checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 5732 5733[[package]] 5734name = "version_check" 5735version = "0.9.5" 5736source = "registry+https://github.com/rust-lang/crates.io-index" 5737checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5738 5739[[package]] 5740name = "vhost" 5741version = "0.8.1" 5742source = "registry+https://github.com/rust-lang/crates.io-index" 5743checksum = "61957aeb36daf0b00b87fff9c10dd28a161bd35ab157553d340d183b3d8756e6" 5744dependencies = [ 5745 "bitflags 1.3.2", 5746 "libc", 5747 "vm-memory 0.12.2", 5748 "vmm-sys-util 0.11.2", 5749] 5750 5751[[package]] 5752name = "vhost-user-backend" 5753version = "0.10.1" 5754source = "registry+https://github.com/rust-lang/crates.io-index" 5755checksum = "ab069cdedaf18a0673766eb0a07a0f4ee3ed1b8e17fbfe4aafe5b988e2de1d01" 5756dependencies = [ 5757 "libc", 5758 "log", 5759 "vhost", 5760 "virtio-bindings", 5761 "virtio-queue 0.9.0", 5762 "vm-memory 0.12.2", 5763 "vmm-sys-util 0.11.2", 5764] 5765 5766[[package]] 5767name = "virtio-bindings" 5768version = "0.2.2" 5769source = "registry+https://github.com/rust-lang/crates.io-index" 5770checksum = "878bcb1b2812a10c30d53b0ed054999de3d98f25ece91fc173973f9c57aaae86" 5771 5772[[package]] 5773name = "virtio-drivers" 5774version = "0.7.4" 5775source = "registry+https://github.com/rust-lang/crates.io-index" 5776checksum = "aa40e09453618c7a927c08c5a990497a2954da7c2aaa6c65e0d4f0fc975f6114" 5777dependencies = [ 5778 "bitflags 2.6.0", 5779 "log", 5780 "zerocopy", 5781] 5782 5783[[package]] 5784name = "virtio-queue" 5785version = "0.9.0" 5786source = "registry+https://github.com/rust-lang/crates.io-index" 5787checksum = "35aca00da06841bd99162c381ec65893cace23ca0fb89254302cfe4bec4c300f" 5788dependencies = [ 5789 "log", 5790 "virtio-bindings", 5791 "vm-memory 0.12.2", 5792 "vmm-sys-util 0.11.2", 5793] 5794 5795[[package]] 5796name = "virtio-queue" 5797version = "0.11.0" 5798source = "registry+https://github.com/rust-lang/crates.io-index" 5799checksum = "e3f69a13d6610db9312acbb438b0390362af905d37634a2106be70c0f734986d" 5800dependencies = [ 5801 "log", 5802 "virtio-bindings", 5803 "vm-memory 0.14.1", 5804 "vmm-sys-util 0.12.1", 5805] 5806 5807[[package]] 5808name = "virtio-vsock" 5809version = "0.5.0" 5810source = "registry+https://github.com/rust-lang/crates.io-index" 5811checksum = "cac6563c0154c034d102324fc43cea7815140947217a418dce92c6797371c325" 5812dependencies = [ 5813 "virtio-bindings", 5814 "virtio-queue 0.11.0", 5815 "vm-memory 0.14.1", 5816] 5817 5818[[package]] 5819name = "vk-parse" 5820version = "0.8.0" 5821source = "registry+https://github.com/rust-lang/crates.io-index" 5822checksum = "4c6a0bda9bbe6b9e50e6456c80aa8fe4cca3b21e4311a1130c41e4915ec2e32a" 5823dependencies = [ 5824 "xml-rs", 5825] 5826 5827[[package]] 5828name = "vm-memory" 5829version = "0.12.2" 5830source = "registry+https://github.com/rust-lang/crates.io-index" 5831checksum = "9dc276f0d00c17b9aeb584da0f1e1c673df0d183cc2539e3636ec8cbc5eae99b" 5832dependencies = [ 5833 "arc-swap", 5834 "libc", 5835 "thiserror", 5836 "winapi", 5837] 5838 5839[[package]] 5840name = "vm-memory" 5841version = "0.14.1" 5842source = "registry+https://github.com/rust-lang/crates.io-index" 5843checksum = "3c3aba5064cc5f6f7740cddc8dae34d2d9a311cac69b60d942af7f3ab8fc49f4" 5844dependencies = [ 5845 "libc", 5846 "thiserror", 5847 "winapi", 5848] 5849 5850[[package]] 5851name = "vmm-sys-util" 5852version = "0.11.2" 5853source = "registry+https://github.com/rust-lang/crates.io-index" 5854checksum = "48b7b084231214f7427041e4220d77dfe726897a6d41fddee450696e66ff2a29" 5855dependencies = [ 5856 "bitflags 1.3.2", 5857 "libc", 5858] 5859 5860[[package]] 5861name = "vmm-sys-util" 5862version = "0.12.1" 5863source = "registry+https://github.com/rust-lang/crates.io-index" 5864checksum = "1d1435039746e20da4f8d507a72ee1b916f7b4b05af7a91c093d2c6561934ede" 5865dependencies = [ 5866 "bitflags 1.3.2", 5867 "libc", 5868] 5869 5870[[package]] 5871name = "vsock" 5872version = "0.5.0" 5873source = "registry+https://github.com/rust-lang/crates.io-index" 5874checksum = "f82e291049535877d607cd861b6820eb622538c88853c1c01df72b1dbed4e32d" 5875dependencies = [ 5876 "libc", 5877 "nix 0.28.0", 5878] 5879 5880[[package]] 5881name = "vsprintf" 5882version = "2.0.0" 5883source = "registry+https://github.com/rust-lang/crates.io-index" 5884checksum = "aec2f81b75ca063294776b4f7e8da71d1d5ae81c2b1b149c8d89969230265d63" 5885dependencies = [ 5886 "cc", 5887 "libc", 5888] 5889 5890[[package]] 5891name = "vulkano" 5892version = "0.33.0" 5893source = "registry+https://github.com/rust-lang/crates.io-index" 5894checksum = "1e1f15eeb9d93a05eb3c237332a10806eac1eb82444e54485bfcc1859c483c23" 5895dependencies = [ 5896 "ahash 0.8.11", 5897 "ash", 5898 "bytemuck", 5899 "core-graphics-types", 5900 "crossbeam-queue", 5901 "half 2.2.1", 5902 "heck", 5903 "indexmap 1.9.2", 5904 "libloading 0.7.4", 5905 "objc", 5906 "once_cell", 5907 "parking_lot", 5908 "proc-macro2 1.0.75", 5909 "quote 1.0.36", 5910 "regex", 5911 "serde", 5912 "serde_json", 5913 "smallvec", 5914 "thread_local", 5915 "vk-parse", 5916 "vulkano-macros", 5917] 5918 5919[[package]] 5920name = "vulkano-macros" 5921version = "0.33.0" 5922source = "registry+https://github.com/rust-lang/crates.io-index" 5923checksum = "895b8a2cac1e7650d2d0552f2392da0970a358515ac11a34adaf19bfdc771b98" 5924dependencies = [ 5925 "proc-macro-crate 1.3.1", 5926 "proc-macro2 1.0.75", 5927 "quote 1.0.36", 5928 "syn 1.0.109", 5929] 5930 5931[[package]] 5932name = "walkdir" 5933version = "2.4.0" 5934source = "registry+https://github.com/rust-lang/crates.io-index" 5935checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 5936dependencies = [ 5937 "same-file", 5938 "winapi-util", 5939] 5940 5941[[package]] 5942name = "want" 5943version = "0.3.1" 5944source = "registry+https://github.com/rust-lang/crates.io-index" 5945checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5946dependencies = [ 5947 "try-lock", 5948] 5949 5950[[package]] 5951name = "wasi" 5952version = "0.11.0+wasi-snapshot-preview1" 5953source = "registry+https://github.com/rust-lang/crates.io-index" 5954checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5955 5956[[package]] 5957name = "wasm-bindgen" 5958version = "0.2.93" 5959source = "registry+https://github.com/rust-lang/crates.io-index" 5960checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 5961dependencies = [ 5962 "cfg-if", 5963 "once_cell", 5964 "wasm-bindgen-macro", 5965] 5966 5967[[package]] 5968name = "wasm-bindgen-backend" 5969version = "0.2.93" 5970source = "registry+https://github.com/rust-lang/crates.io-index" 5971checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 5972dependencies = [ 5973 "bumpalo", 5974 "log", 5975 "once_cell", 5976 "proc-macro2 1.0.75", 5977 "quote 1.0.36", 5978 "syn 2.0.58", 5979 "wasm-bindgen-shared", 5980] 5981 5982[[package]] 5983name = "wasm-bindgen-macro" 5984version = "0.2.93" 5985source = "registry+https://github.com/rust-lang/crates.io-index" 5986checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 5987dependencies = [ 5988 "quote 1.0.36", 5989 "wasm-bindgen-macro-support", 5990] 5991 5992[[package]] 5993name = "wasm-bindgen-macro-support" 5994version = "0.2.93" 5995source = "registry+https://github.com/rust-lang/crates.io-index" 5996checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 5997dependencies = [ 5998 "proc-macro2 1.0.75", 5999 "quote 1.0.36", 6000 "syn 2.0.58", 6001 "wasm-bindgen-backend", 6002 "wasm-bindgen-shared", 6003] 6004 6005[[package]] 6006name = "wasm-bindgen-shared" 6007version = "0.2.93" 6008source = "registry+https://github.com/rust-lang/crates.io-index" 6009checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 6010 6011[[package]] 6012name = "wayland-backend" 6013version = "0.3.6" 6014source = "registry+https://github.com/rust-lang/crates.io-index" 6015checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993" 6016dependencies = [ 6017 "cc", 6018 "downcast-rs", 6019 "rustix", 6020 "scoped-tls", 6021 "smallvec", 6022 "wayland-sys", 6023] 6024 6025[[package]] 6026name = "wayland-scanner" 6027version = "0.31.4" 6028source = "registry+https://github.com/rust-lang/crates.io-index" 6029checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6" 6030dependencies = [ 6031 "proc-macro2 1.0.75", 6032 "quick-xml", 6033 "quote 1.0.36", 6034] 6035 6036[[package]] 6037name = "wayland-server" 6038version = "0.31.4" 6039source = "registry+https://github.com/rust-lang/crates.io-index" 6040checksum = "2f0a4bab6d420ee4a609b63ef4d5f9b5d309c6b93a029fccab70f2594c0cb3ae" 6041dependencies = [ 6042 "bitflags 2.6.0", 6043 "downcast-rs", 6044 "io-lifetimes", 6045 "rustix", 6046 "wayland-backend", 6047 "wayland-scanner", 6048] 6049 6050[[package]] 6051name = "wayland-sys" 6052version = "0.31.4" 6053source = "registry+https://github.com/rust-lang/crates.io-index" 6054checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148" 6055dependencies = [ 6056 "dlib", 6057 "libc", 6058 "log", 6059 "memoffset", 6060 "pkg-config", 6061] 6062 6063[[package]] 6064name = "weak-table" 6065version = "0.3.2" 6066source = "registry+https://github.com/rust-lang/crates.io-index" 6067checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549" 6068 6069[[package]] 6070name = "web-sys" 6071version = "0.3.70" 6072source = "registry+https://github.com/rust-lang/crates.io-index" 6073checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 6074dependencies = [ 6075 "js-sys", 6076 "wasm-bindgen", 6077] 6078 6079[[package]] 6080name = "webpki" 6081version = "0.22.4" 6082source = "registry+https://github.com/rust-lang/crates.io-index" 6083checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 6084dependencies = [ 6085 "ring 0.17.2", 6086 "untrusted 0.9.0", 6087] 6088 6089[[package]] 6090name = "weezl" 6091version = "0.1.8" 6092source = "registry+https://github.com/rust-lang/crates.io-index" 6093checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 6094 6095[[package]] 6096name = "which" 6097version = "4.4.0" 6098source = "registry+https://github.com/rust-lang/crates.io-index" 6099checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 6100dependencies = [ 6101 "either", 6102 "libc", 6103 "once_cell", 6104] 6105 6106[[package]] 6107name = "widestring" 6108version = "1.1.0" 6109source = "registry+https://github.com/rust-lang/crates.io-index" 6110checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 6111 6112[[package]] 6113name = "winapi" 6114version = "0.3.9" 6115source = "registry+https://github.com/rust-lang/crates.io-index" 6116checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6117dependencies = [ 6118 "winapi-i686-pc-windows-gnu", 6119 "winapi-x86_64-pc-windows-gnu", 6120] 6121 6122[[package]] 6123name = "winapi-i686-pc-windows-gnu" 6124version = "0.4.0" 6125source = "registry+https://github.com/rust-lang/crates.io-index" 6126checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6127 6128[[package]] 6129name = "winapi-util" 6130version = "0.1.9" 6131source = "registry+https://github.com/rust-lang/crates.io-index" 6132checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 6133dependencies = [ 6134 "windows-sys 0.59.0", 6135] 6136 6137[[package]] 6138name = "winapi-x86_64-pc-windows-gnu" 6139version = "0.4.0" 6140source = "registry+https://github.com/rust-lang/crates.io-index" 6141checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6142 6143[[package]] 6144name = "windows-core" 6145version = "0.52.0" 6146source = "registry+https://github.com/rust-lang/crates.io-index" 6147checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6148dependencies = [ 6149 "windows-targets 0.52.6", 6150] 6151 6152[[package]] 6153name = "windows-sys" 6154version = "0.45.0" 6155source = "registry+https://github.com/rust-lang/crates.io-index" 6156checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6157dependencies = [ 6158 "windows-targets 0.42.2", 6159] 6160 6161[[package]] 6162name = "windows-sys" 6163version = "0.48.0" 6164source = "registry+https://github.com/rust-lang/crates.io-index" 6165checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6166dependencies = [ 6167 "windows-targets 0.48.5", 6168] 6169 6170[[package]] 6171name = "windows-sys" 6172version = "0.52.0" 6173source = "registry+https://github.com/rust-lang/crates.io-index" 6174checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6175dependencies = [ 6176 "windows-targets 0.52.6", 6177] 6178 6179[[package]] 6180name = "windows-sys" 6181version = "0.59.0" 6182source = "registry+https://github.com/rust-lang/crates.io-index" 6183checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6184dependencies = [ 6185 "windows-targets 0.52.6", 6186] 6187 6188[[package]] 6189name = "windows-targets" 6190version = "0.42.2" 6191source = "registry+https://github.com/rust-lang/crates.io-index" 6192checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6193dependencies = [ 6194 "windows_aarch64_gnullvm 0.42.2", 6195 "windows_aarch64_msvc 0.42.2", 6196 "windows_i686_gnu 0.42.2", 6197 "windows_i686_msvc 0.42.2", 6198 "windows_x86_64_gnu 0.42.2", 6199 "windows_x86_64_gnullvm 0.42.2", 6200 "windows_x86_64_msvc 0.42.2", 6201] 6202 6203[[package]] 6204name = "windows-targets" 6205version = "0.48.5" 6206source = "registry+https://github.com/rust-lang/crates.io-index" 6207checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6208dependencies = [ 6209 "windows_aarch64_gnullvm 0.48.5", 6210 "windows_aarch64_msvc 0.48.5", 6211 "windows_i686_gnu 0.48.5", 6212 "windows_i686_msvc 0.48.5", 6213 "windows_x86_64_gnu 0.48.5", 6214 "windows_x86_64_gnullvm 0.48.5", 6215 "windows_x86_64_msvc 0.48.5", 6216] 6217 6218[[package]] 6219name = "windows-targets" 6220version = "0.52.6" 6221source = "registry+https://github.com/rust-lang/crates.io-index" 6222checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6223dependencies = [ 6224 "windows_aarch64_gnullvm 0.52.6", 6225 "windows_aarch64_msvc 0.52.6", 6226 "windows_i686_gnu 0.52.6", 6227 "windows_i686_gnullvm", 6228 "windows_i686_msvc 0.52.6", 6229 "windows_x86_64_gnu 0.52.6", 6230 "windows_x86_64_gnullvm 0.52.6", 6231 "windows_x86_64_msvc 0.52.6", 6232] 6233 6234[[package]] 6235name = "windows_aarch64_gnullvm" 6236version = "0.42.2" 6237source = "registry+https://github.com/rust-lang/crates.io-index" 6238checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6239 6240[[package]] 6241name = "windows_aarch64_gnullvm" 6242version = "0.48.5" 6243source = "registry+https://github.com/rust-lang/crates.io-index" 6244checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6245 6246[[package]] 6247name = "windows_aarch64_gnullvm" 6248version = "0.52.6" 6249source = "registry+https://github.com/rust-lang/crates.io-index" 6250checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6251 6252[[package]] 6253name = "windows_aarch64_msvc" 6254version = "0.42.2" 6255source = "registry+https://github.com/rust-lang/crates.io-index" 6256checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6257 6258[[package]] 6259name = "windows_aarch64_msvc" 6260version = "0.48.5" 6261source = "registry+https://github.com/rust-lang/crates.io-index" 6262checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6263 6264[[package]] 6265name = "windows_aarch64_msvc" 6266version = "0.52.6" 6267source = "registry+https://github.com/rust-lang/crates.io-index" 6268checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6269 6270[[package]] 6271name = "windows_i686_gnu" 6272version = "0.42.2" 6273source = "registry+https://github.com/rust-lang/crates.io-index" 6274checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6275 6276[[package]] 6277name = "windows_i686_gnu" 6278version = "0.48.5" 6279source = "registry+https://github.com/rust-lang/crates.io-index" 6280checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6281 6282[[package]] 6283name = "windows_i686_gnu" 6284version = "0.52.6" 6285source = "registry+https://github.com/rust-lang/crates.io-index" 6286checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6287 6288[[package]] 6289name = "windows_i686_gnullvm" 6290version = "0.52.6" 6291source = "registry+https://github.com/rust-lang/crates.io-index" 6292checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6293 6294[[package]] 6295name = "windows_i686_msvc" 6296version = "0.42.2" 6297source = "registry+https://github.com/rust-lang/crates.io-index" 6298checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6299 6300[[package]] 6301name = "windows_i686_msvc" 6302version = "0.48.5" 6303source = "registry+https://github.com/rust-lang/crates.io-index" 6304checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6305 6306[[package]] 6307name = "windows_i686_msvc" 6308version = "0.52.6" 6309source = "registry+https://github.com/rust-lang/crates.io-index" 6310checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6311 6312[[package]] 6313name = "windows_x86_64_gnu" 6314version = "0.42.2" 6315source = "registry+https://github.com/rust-lang/crates.io-index" 6316checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6317 6318[[package]] 6319name = "windows_x86_64_gnu" 6320version = "0.48.5" 6321source = "registry+https://github.com/rust-lang/crates.io-index" 6322checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6323 6324[[package]] 6325name = "windows_x86_64_gnu" 6326version = "0.52.6" 6327source = "registry+https://github.com/rust-lang/crates.io-index" 6328checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6329 6330[[package]] 6331name = "windows_x86_64_gnullvm" 6332version = "0.42.2" 6333source = "registry+https://github.com/rust-lang/crates.io-index" 6334checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6335 6336[[package]] 6337name = "windows_x86_64_gnullvm" 6338version = "0.48.5" 6339source = "registry+https://github.com/rust-lang/crates.io-index" 6340checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6341 6342[[package]] 6343name = "windows_x86_64_gnullvm" 6344version = "0.52.6" 6345source = "registry+https://github.com/rust-lang/crates.io-index" 6346checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6347 6348[[package]] 6349name = "windows_x86_64_msvc" 6350version = "0.42.2" 6351source = "registry+https://github.com/rust-lang/crates.io-index" 6352checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6353 6354[[package]] 6355name = "windows_x86_64_msvc" 6356version = "0.48.5" 6357source = "registry+https://github.com/rust-lang/crates.io-index" 6358checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6359 6360[[package]] 6361name = "windows_x86_64_msvc" 6362version = "0.52.6" 6363source = "registry+https://github.com/rust-lang/crates.io-index" 6364checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6365 6366[[package]] 6367name = "winnow" 6368version = "0.5.37" 6369source = "registry+https://github.com/rust-lang/crates.io-index" 6370checksum = "a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5" 6371dependencies = [ 6372 "memchr", 6373] 6374 6375[[package]] 6376name = "wio" 6377version = "0.2.2" 6378source = "registry+https://github.com/rust-lang/crates.io-index" 6379checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 6380dependencies = [ 6381 "winapi", 6382] 6383 6384[[package]] 6385name = "with_builtin_macros" 6386version = "0.0.3" 6387source = "registry+https://github.com/rust-lang/crates.io-index" 6388checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da" 6389dependencies = [ 6390 "with_builtin_macros-proc_macros", 6391] 6392 6393[[package]] 6394name = "with_builtin_macros-proc_macros" 6395version = "0.0.3" 6396source = "registry+https://github.com/rust-lang/crates.io-index" 6397checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42" 6398dependencies = [ 6399 "proc-macro2 1.0.75", 6400 "quote 1.0.36", 6401 "syn 1.0.109", 6402] 6403 6404[[package]] 6405name = "x509-cert" 6406version = "0.2.4" 6407source = "registry+https://github.com/rust-lang/crates.io-index" 6408checksum = "25eefca1d99701da3a57feb07e5079fc62abba059fc139e98c13bbb250f3ef29" 6409dependencies = [ 6410 "const-oid", 6411 "der", 6412 "spki", 6413] 6414 6415[[package]] 6416name = "xml-rs" 6417version = "0.8.19" 6418source = "registry+https://github.com/rust-lang/crates.io-index" 6419checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 6420 6421[[package]] 6422name = "yaml-rust" 6423version = "0.4.5" 6424source = "registry+https://github.com/rust-lang/crates.io-index" 6425checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 6426dependencies = [ 6427 "linked-hash-map", 6428] 6429 6430[[package]] 6431name = "yansi-term" 6432version = "0.1.2" 6433source = "registry+https://github.com/rust-lang/crates.io-index" 6434checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" 6435dependencies = [ 6436 "winapi", 6437] 6438 6439[[package]] 6440name = "yeslogic-fontconfig-sys" 6441version = "3.2.0" 6442source = "registry+https://github.com/rust-lang/crates.io-index" 6443checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386" 6444dependencies = [ 6445 "const-cstr", 6446 "dlib", 6447 "once_cell", 6448 "pkg-config", 6449] 6450 6451[[package]] 6452name = "zerocopy" 6453version = "0.7.35" 6454source = "registry+https://github.com/rust-lang/crates.io-index" 6455checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6456dependencies = [ 6457 "byteorder", 6458 "zerocopy-derive", 6459] 6460 6461[[package]] 6462name = "zerocopy-derive" 6463version = "0.7.35" 6464source = "registry+https://github.com/rust-lang/crates.io-index" 6465checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6466dependencies = [ 6467 "proc-macro2 1.0.75", 6468 "quote 1.0.36", 6469 "syn 2.0.58", 6470] 6471 6472[[package]] 6473name = "zeroize" 6474version = "1.6.0" 6475source = "registry+https://github.com/rust-lang/crates.io-index" 6476checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" 6477dependencies = [ 6478 "zeroize_derive", 6479] 6480 6481[[package]] 6482name = "zeroize_derive" 6483version = "1.4.2" 6484source = "registry+https://github.com/rust-lang/crates.io-index" 6485checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 6486dependencies = [ 6487 "proc-macro2 1.0.75", 6488 "quote 1.0.36", 6489 "syn 2.0.58", 6490] 6491 6492[[package]] 6493name = "zip" 6494version = "0.6.6" 6495source = "registry+https://github.com/rust-lang/crates.io-index" 6496checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 6497dependencies = [ 6498 "aes", 6499 "byteorder", 6500 "bzip2", 6501 "constant_time_eq", 6502 "crc32fast", 6503 "crossbeam-utils", 6504 "flate2", 6505 "hmac", 6506 "pbkdf2", 6507 "sha1", 6508 "time", 6509 "zstd", 6510] 6511 6512[[package]] 6513name = "zstd" 6514version = "0.11.2+zstd.1.5.2" 6515source = "registry+https://github.com/rust-lang/crates.io-index" 6516checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 6517dependencies = [ 6518 "zstd-safe", 6519] 6520 6521[[package]] 6522name = "zstd-safe" 6523version = "5.0.2+zstd.1.5.2" 6524source = "registry+https://github.com/rust-lang/crates.io-index" 6525checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 6526dependencies = [ 6527 "libc", 6528 "zstd-sys", 6529] 6530 6531[[package]] 6532name = "zstd-sys" 6533version = "2.0.13+zstd.1.5.6" 6534source = "registry+https://github.com/rust-lang/crates.io-index" 6535checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 6536dependencies = [ 6537 "cc", 6538 "pkg-config", 6539] 6540