tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9da170a1b25fa1614cafe5c5bcb47e4c89cc9abf 2428 lines 62 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "alloc-no-stdlib" 31version = "2.0.4" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 34 35[[package]] 36name = "alloc-stdlib" 37version = "0.2.2" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 40dependencies = [ 41 "alloc-no-stdlib", 42] 43 44[[package]] 45name = "anyhow" 46version = "1.0.98" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 49 50[[package]] 51name = "arc-swap" 52version = "1.7.1" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 55 56[[package]] 57name = "async-compression" 58version = "0.4.25" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4" 61dependencies = [ 62 "brotli", 63 "flate2", 64 "futures-core", 65 "memchr", 66 "pin-project-lite", 67 "tokio", 68 "zstd", 69 "zstd-safe", 70] 71 72[[package]] 73name = "async-trait" 74version = "0.1.88" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 77dependencies = [ 78 "proc-macro2", 79 "quote", 80 "syn", 81] 82 83[[package]] 84name = "atomic-waker" 85version = "1.1.2" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 88 89[[package]] 90name = "autocfg" 91version = "1.5.0" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 94 95[[package]] 96name = "axum" 97version = "0.8.4" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 100dependencies = [ 101 "axum-core", 102 "bytes", 103 "form_urlencoded", 104 "futures-util", 105 "http", 106 "http-body", 107 "http-body-util", 108 "hyper", 109 "hyper-util", 110 "itoa", 111 "matchit", 112 "memchr", 113 "mime", 114 "percent-encoding", 115 "pin-project-lite", 116 "rustversion", 117 "serde", 118 "serde_json", 119 "serde_path_to_error", 120 "serde_urlencoded", 121 "sync_wrapper", 122 "tokio", 123 "tower", 124 "tower-layer", 125 "tower-service", 126 "tracing", 127] 128 129[[package]] 130name = "axum-core" 131version = "0.5.2" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 134dependencies = [ 135 "bytes", 136 "futures-core", 137 "http", 138 "http-body", 139 "http-body-util", 140 "mime", 141 "pin-project-lite", 142 "rustversion", 143 "sync_wrapper", 144 "tower-layer", 145 "tower-service", 146 "tracing", 147] 148 149[[package]] 150name = "axum-tws" 151version = "0.5.0" 152source = "git+https://github.com/90-008/axum-tws.git#34b89132c5331d6faae9b10912977f9dae5d53ff" 153dependencies = [ 154 "axum-core", 155 "base64", 156 "bytes", 157 "futures-util", 158 "http", 159 "hyper", 160 "hyper-util", 161 "sha1", 162 "tokio", 163 "tokio-websockets", 164] 165 166[[package]] 167name = "backtrace" 168version = "0.3.75" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 171dependencies = [ 172 "addr2line", 173 "cfg-if", 174 "libc", 175 "miniz_oxide", 176 "object", 177 "rustc-demangle", 178 "windows-targets 0.52.6", 179] 180 181[[package]] 182name = "base64" 183version = "0.22.1" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 186 187[[package]] 188name = "bitflags" 189version = "2.9.1" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 192 193[[package]] 194name = "block-buffer" 195version = "0.10.4" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 198dependencies = [ 199 "generic-array", 200] 201 202[[package]] 203name = "borsh" 204version = "1.5.7" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 207dependencies = [ 208 "cfg_aliases", 209] 210 211[[package]] 212name = "branches" 213version = "0.2.2" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "a918aa7a861caeba57e502465c30e3a0d74ae02ee0b9db2933602fdb6a3a90e5" 216dependencies = [ 217 "rustc_version", 218] 219 220[[package]] 221name = "brotli" 222version = "8.0.1" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" 225dependencies = [ 226 "alloc-no-stdlib", 227 "alloc-stdlib", 228 "brotli-decompressor", 229] 230 231[[package]] 232name = "brotli-decompressor" 233version = "5.0.0" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 236dependencies = [ 237 "alloc-no-stdlib", 238 "alloc-stdlib", 239] 240 241[[package]] 242name = "bumpalo" 243version = "3.19.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 246 247[[package]] 248name = "bytecheck" 249version = "0.8.1" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "50690fb3370fb9fe3550372746084c46f2ac8c9685c583d2be10eefd89d3d1a3" 252dependencies = [ 253 "bytecheck_derive", 254 "ptr_meta", 255 "rancor", 256 "simdutf8", 257] 258 259[[package]] 260name = "bytecheck_derive" 261version = "0.8.1" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "efb7846e0cb180355c2dec69e721edafa36919850f1a9f52ffba4ebc0393cb71" 264dependencies = [ 265 "proc-macro2", 266 "quote", 267 "syn", 268] 269 270[[package]] 271name = "byteorder" 272version = "1.5.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 275 276[[package]] 277name = "bytes" 278version = "1.10.1" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 281 282[[package]] 283name = "byteview" 284version = "0.6.1" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "6236364b88b9b6d0bc181ba374cf1ab55ba3ef97a1cb6f8cddad48a273767fb5" 287 288[[package]] 289name = "cc" 290version = "1.2.30" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" 293dependencies = [ 294 "jobserver", 295 "libc", 296 "shlex", 297] 298 299[[package]] 300name = "cesu8" 301version = "1.1.0" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 304 305[[package]] 306name = "cfg-if" 307version = "1.0.1" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 310 311[[package]] 312name = "cfg_aliases" 313version = "0.2.1" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 316 317[[package]] 318name = "cmake" 319version = "0.1.54" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 322dependencies = [ 323 "cc", 324] 325 326[[package]] 327name = "combine" 328version = "4.6.7" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 331dependencies = [ 332 "bytes", 333 "memchr", 334] 335 336[[package]] 337name = "compare" 338version = "0.0.6" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7" 341 342[[package]] 343name = "core-foundation" 344version = "0.10.1" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 347dependencies = [ 348 "core-foundation-sys", 349 "libc", 350] 351 352[[package]] 353name = "core-foundation-sys" 354version = "0.8.7" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 357 358[[package]] 359name = "cpufeatures" 360version = "0.2.17" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 363dependencies = [ 364 "libc", 365] 366 367[[package]] 368name = "crc32fast" 369version = "1.5.0" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 372dependencies = [ 373 "cfg-if", 374] 375 376[[package]] 377name = "crossbeam-deque" 378version = "0.8.6" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 381dependencies = [ 382 "crossbeam-epoch", 383 "crossbeam-utils", 384] 385 386[[package]] 387name = "crossbeam-epoch" 388version = "0.9.18" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 391dependencies = [ 392 "crossbeam-utils", 393] 394 395[[package]] 396name = "crossbeam-skiplist" 397version = "0.1.3" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" 400dependencies = [ 401 "crossbeam-epoch", 402 "crossbeam-utils", 403] 404 405[[package]] 406name = "crossbeam-utils" 407version = "0.8.21" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 410 411[[package]] 412name = "crypto-common" 413version = "0.1.6" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 416dependencies = [ 417 "generic-array", 418 "typenum", 419] 420 421[[package]] 422name = "dashmap" 423version = "6.1.0" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 426dependencies = [ 427 "cfg-if", 428 "crossbeam-utils", 429 "hashbrown 0.14.5", 430 "lock_api", 431 "once_cell", 432 "parking_lot_core", 433] 434 435[[package]] 436name = "digest" 437version = "0.10.7" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 440dependencies = [ 441 "block-buffer", 442 "crypto-common", 443] 444 445[[package]] 446name = "double-ended-peekable" 447version = "0.1.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "c0d05e1c0dbad51b52c38bda7adceef61b9efc2baf04acfe8726a8c4630a6f57" 450 451[[package]] 452name = "either" 453version = "1.15.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 456 457[[package]] 458name = "enum_dispatch" 459version = "0.3.13" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 462dependencies = [ 463 "once_cell", 464 "proc-macro2", 465 "quote", 466 "syn", 467] 468 469[[package]] 470name = "equivalent" 471version = "1.0.2" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 474 475[[package]] 476name = "errno" 477version = "0.3.13" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 480dependencies = [ 481 "libc", 482 "windows-sys 0.60.2", 483] 484 485[[package]] 486name = "fastrand" 487version = "2.3.0" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 490 491[[package]] 492name = "fjall" 493version = "2.11.2" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "0b25ad44cd4360a0448a9b5a0a6f1c7a621101cca4578706d43c9a821418aebc" 496dependencies = [ 497 "byteorder", 498 "byteview", 499 "dashmap", 500 "log", 501 "lsm-tree", 502 "path-absolutize", 503 "std-semaphore", 504 "tempfile", 505 "xxhash-rust", 506] 507 508[[package]] 509name = "flate2" 510version = "1.1.2" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 513dependencies = [ 514 "crc32fast", 515 "miniz_oxide", 516] 517 518[[package]] 519name = "fnv" 520version = "1.0.7" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 523 524[[package]] 525name = "form_urlencoded" 526version = "1.2.1" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 529dependencies = [ 530 "percent-encoding", 531] 532 533[[package]] 534name = "futures-channel" 535version = "0.3.31" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 538dependencies = [ 539 "futures-core", 540] 541 542[[package]] 543name = "futures-core" 544version = "0.3.31" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 547 548[[package]] 549name = "futures-macro" 550version = "0.3.31" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 553dependencies = [ 554 "proc-macro2", 555 "quote", 556 "syn", 557] 558 559[[package]] 560name = "futures-sink" 561version = "0.3.31" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 564 565[[package]] 566name = "futures-task" 567version = "0.3.31" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 570 571[[package]] 572name = "futures-util" 573version = "0.3.31" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 576dependencies = [ 577 "futures-core", 578 "futures-macro", 579 "futures-sink", 580 "futures-task", 581 "pin-project-lite", 582 "pin-utils", 583 "slab", 584] 585 586[[package]] 587name = "generic-array" 588version = "0.14.7" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 591dependencies = [ 592 "typenum", 593 "version_check", 594] 595 596[[package]] 597name = "getrandom" 598version = "0.2.16" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 601dependencies = [ 602 "cfg-if", 603 "libc", 604 "wasi 0.11.1+wasi-snapshot-preview1", 605] 606 607[[package]] 608name = "getrandom" 609version = "0.3.3" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 612dependencies = [ 613 "cfg-if", 614 "libc", 615 "r-efi", 616 "wasi 0.14.2+wasi-0.2.4", 617] 618 619[[package]] 620name = "gimli" 621version = "0.31.1" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 624 625[[package]] 626name = "guardian" 627version = "1.3.0" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f" 630 631[[package]] 632name = "h2" 633version = "0.4.11" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" 636dependencies = [ 637 "atomic-waker", 638 "bytes", 639 "fnv", 640 "futures-core", 641 "futures-sink", 642 "http", 643 "indexmap", 644 "slab", 645 "tokio", 646 "tokio-util", 647 "tracing", 648] 649 650[[package]] 651name = "hashbrown" 652version = "0.14.5" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 655 656[[package]] 657name = "hashbrown" 658version = "0.15.4" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" 661 662[[package]] 663name = "hermit-abi" 664version = "0.5.2" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 667 668[[package]] 669name = "http" 670version = "1.3.1" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 673dependencies = [ 674 "bytes", 675 "fnv", 676 "itoa", 677] 678 679[[package]] 680name = "http-body" 681version = "1.0.1" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 684dependencies = [ 685 "bytes", 686 "http", 687] 688 689[[package]] 690name = "http-body-util" 691version = "0.1.3" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 694dependencies = [ 695 "bytes", 696 "futures-core", 697 "http", 698 "http-body", 699 "pin-project-lite", 700] 701 702[[package]] 703name = "httparse" 704version = "1.10.1" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 707 708[[package]] 709name = "httpdate" 710version = "1.0.3" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 713 714[[package]] 715name = "hyper" 716version = "1.6.0" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 719dependencies = [ 720 "bytes", 721 "futures-channel", 722 "futures-util", 723 "h2", 724 "http", 725 "http-body", 726 "httparse", 727 "httpdate", 728 "itoa", 729 "pin-project-lite", 730 "smallvec", 731 "tokio", 732] 733 734[[package]] 735name = "hyper-util" 736version = "0.1.16" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 739dependencies = [ 740 "bytes", 741 "futures-core", 742 "http", 743 "http-body", 744 "hyper", 745 "pin-project-lite", 746 "tokio", 747 "tower-service", 748] 749 750[[package]] 751name = "indexmap" 752version = "2.10.0" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 755dependencies = [ 756 "equivalent", 757 "hashbrown 0.15.4", 758] 759 760[[package]] 761name = "interval-heap" 762version = "0.0.5" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 765dependencies = [ 766 "compare", 767] 768 769[[package]] 770name = "io-uring" 771version = "0.7.9" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 774dependencies = [ 775 "bitflags", 776 "cfg-if", 777 "libc", 778] 779 780[[package]] 781name = "itertools" 782version = "0.14.0" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 785dependencies = [ 786 "either", 787] 788 789[[package]] 790name = "itoa" 791version = "1.0.15" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 794 795[[package]] 796name = "jni" 797version = "0.21.1" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 800dependencies = [ 801 "cesu8", 802 "cfg-if", 803 "combine", 804 "jni-sys", 805 "log", 806 "thiserror", 807 "walkdir", 808 "windows-sys 0.45.0", 809] 810 811[[package]] 812name = "jni-sys" 813version = "0.3.0" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 816 817[[package]] 818name = "jobserver" 819version = "0.1.33" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 822dependencies = [ 823 "getrandom 0.3.3", 824 "libc", 825] 826 827[[package]] 828name = "js-sys" 829version = "0.3.77" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 832dependencies = [ 833 "once_cell", 834 "wasm-bindgen", 835] 836 837[[package]] 838name = "lazy_static" 839version = "1.5.0" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 842 843[[package]] 844name = "libc" 845version = "0.2.174" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 848 849[[package]] 850name = "linux-raw-sys" 851version = "0.9.4" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 854 855[[package]] 856name = "lock_api" 857version = "0.4.13" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 860dependencies = [ 861 "autocfg", 862 "scopeguard", 863] 864 865[[package]] 866name = "log" 867version = "0.4.27" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 870 871[[package]] 872name = "lsm-tree" 873version = "2.10.2" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "55b6d7475a8dd22e749186968daacf8e2a77932b061b1bd263157987bbfc0c6c" 876dependencies = [ 877 "byteorder", 878 "crossbeam-skiplist", 879 "double-ended-peekable", 880 "enum_dispatch", 881 "guardian", 882 "interval-heap", 883 "log", 884 "lz4_flex", 885 "miniz_oxide", 886 "path-absolutize", 887 "quick_cache", 888 "rustc-hash", 889 "self_cell", 890 "tempfile", 891 "value-log", 892 "varint-rs", 893 "xxhash-rust", 894] 895 896[[package]] 897name = "lz4_flex" 898version = "0.11.3" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 901 902[[package]] 903name = "matchers" 904version = "0.1.0" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 907dependencies = [ 908 "regex-automata 0.1.10", 909] 910 911[[package]] 912name = "matchit" 913version = "0.8.4" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 916 917[[package]] 918name = "memchr" 919version = "2.7.5" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 922 923[[package]] 924name = "mime" 925version = "0.3.17" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 928 929[[package]] 930name = "miniz_oxide" 931version = "0.8.9" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 934dependencies = [ 935 "adler2", 936] 937 938[[package]] 939name = "mio" 940version = "1.0.4" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 943dependencies = [ 944 "libc", 945 "wasi 0.11.1+wasi-snapshot-preview1", 946 "windows-sys 0.59.0", 947] 948 949[[package]] 950name = "munge" 951version = "0.4.5" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "9cce144fab80fbb74ec5b89d1ca9d41ddf6b644ab7e986f7d3ed0aab31625cb1" 954dependencies = [ 955 "munge_macro", 956] 957 958[[package]] 959name = "munge_macro" 960version = "0.4.5" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "574af9cd5b9971cbfdf535d6a8d533778481b241c447826d976101e0149392a1" 963dependencies = [ 964 "proc-macro2", 965 "quote", 966 "syn", 967] 968 969[[package]] 970name = "nu-ansi-term" 971version = "0.46.0" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 974dependencies = [ 975 "overload", 976 "winapi", 977] 978 979[[package]] 980name = "num_cpus" 981version = "1.17.0" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 984dependencies = [ 985 "hermit-abi", 986 "libc", 987] 988 989[[package]] 990name = "object" 991version = "0.36.7" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 994dependencies = [ 995 "memchr", 996] 997 998[[package]] 999name = "once_cell" 1000version = "1.21.3" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1003 1004[[package]] 1005name = "openssl-probe" 1006version = "0.1.6" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1009 1010[[package]] 1011name = "ordered-varint" 1012version = "2.0.0" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "e9cc9f18ab4bad1e01726bda1259feb8f11e5e76308708a966b4c0136e9db34c" 1015 1016[[package]] 1017name = "overload" 1018version = "0.1.1" 1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1021 1022[[package]] 1023name = "parking_lot" 1024version = "0.12.4" 1025source = "registry+https://github.com/rust-lang/crates.io-index" 1026checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1027dependencies = [ 1028 "lock_api", 1029 "parking_lot_core", 1030] 1031 1032[[package]] 1033name = "parking_lot_core" 1034version = "0.9.11" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1037dependencies = [ 1038 "cfg-if", 1039 "libc", 1040 "redox_syscall", 1041 "smallvec", 1042 "windows-targets 0.52.6", 1043] 1044 1045[[package]] 1046name = "path-absolutize" 1047version = "3.1.1" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" 1050dependencies = [ 1051 "path-dedot", 1052] 1053 1054[[package]] 1055name = "path-dedot" 1056version = "3.1.1" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" 1059dependencies = [ 1060 "once_cell", 1061] 1062 1063[[package]] 1064name = "percent-encoding" 1065version = "2.3.1" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1068 1069[[package]] 1070name = "pin-project-lite" 1071version = "0.2.16" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1074 1075[[package]] 1076name = "pin-utils" 1077version = "0.1.0" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1080 1081[[package]] 1082name = "pkg-config" 1083version = "0.3.32" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1086 1087[[package]] 1088name = "proc-macro2" 1089version = "1.0.95" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1092dependencies = [ 1093 "unicode-ident", 1094] 1095 1096[[package]] 1097name = "ptr_meta" 1098version = "0.3.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90" 1101dependencies = [ 1102 "ptr_meta_derive", 1103] 1104 1105[[package]] 1106name = "ptr_meta_derive" 1107version = "0.3.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1" 1110dependencies = [ 1111 "proc-macro2", 1112 "quote", 1113 "syn", 1114] 1115 1116[[package]] 1117name = "quanta" 1118version = "0.12.6" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 1121dependencies = [ 1122 "crossbeam-utils", 1123 "libc", 1124 "once_cell", 1125 "raw-cpuid", 1126 "wasi 0.11.1+wasi-snapshot-preview1", 1127 "web-sys", 1128 "winapi", 1129] 1130 1131[[package]] 1132name = "quick_cache" 1133version = "0.6.15" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "8565e62e02af316570d4b492f17af1481d6c07cea60f4e7edd71700da5052ba9" 1136dependencies = [ 1137 "equivalent", 1138 "hashbrown 0.15.4", 1139] 1140 1141[[package]] 1142name = "quote" 1143version = "1.0.40" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1146dependencies = [ 1147 "proc-macro2", 1148] 1149 1150[[package]] 1151name = "r-efi" 1152version = "5.3.0" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1155 1156[[package]] 1157name = "rancor" 1158version = "0.1.0" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947" 1161dependencies = [ 1162 "ptr_meta", 1163] 1164 1165[[package]] 1166name = "raw-cpuid" 1167version = "11.5.0" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 1170dependencies = [ 1171 "bitflags", 1172] 1173 1174[[package]] 1175name = "rayon" 1176version = "1.10.0" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 1179dependencies = [ 1180 "either", 1181 "rayon-core", 1182] 1183 1184[[package]] 1185name = "rayon-core" 1186version = "1.12.1" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1189dependencies = [ 1190 "crossbeam-deque", 1191 "crossbeam-utils", 1192] 1193 1194[[package]] 1195name = "rclite" 1196version = "0.2.7" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "2f528dfeba924f5fc67bb84a17fe043451d1b392758016ce2d9e9116649b0f35" 1199dependencies = [ 1200 "branches", 1201] 1202 1203[[package]] 1204name = "redox_syscall" 1205version = "0.5.15" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec" 1208dependencies = [ 1209 "bitflags", 1210] 1211 1212[[package]] 1213name = "regex" 1214version = "1.11.1" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1217dependencies = [ 1218 "aho-corasick", 1219 "memchr", 1220 "regex-automata 0.4.9", 1221 "regex-syntax 0.8.5", 1222] 1223 1224[[package]] 1225name = "regex-automata" 1226version = "0.1.10" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1229dependencies = [ 1230 "regex-syntax 0.6.29", 1231] 1232 1233[[package]] 1234name = "regex-automata" 1235version = "0.4.9" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1238dependencies = [ 1239 "aho-corasick", 1240 "memchr", 1241 "regex-syntax 0.8.5", 1242] 1243 1244[[package]] 1245name = "regex-syntax" 1246version = "0.6.29" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1249 1250[[package]] 1251name = "regex-syntax" 1252version = "0.8.5" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1255 1256[[package]] 1257name = "rend" 1258version = "0.5.2" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215" 1261dependencies = [ 1262 "bytecheck", 1263] 1264 1265[[package]] 1266name = "ring" 1267version = "0.17.14" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1270dependencies = [ 1271 "cc", 1272 "cfg-if", 1273 "getrandom 0.2.16", 1274 "libc", 1275 "untrusted", 1276 "windows-sys 0.52.0", 1277] 1278 1279[[package]] 1280name = "rkyv" 1281version = "0.8.10" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "1e147371c75553e1e2fcdb483944a8540b8438c31426279553b9a8182a9b7b65" 1284dependencies = [ 1285 "bytecheck", 1286 "bytes", 1287 "hashbrown 0.15.4", 1288 "indexmap", 1289 "munge", 1290 "ptr_meta", 1291 "rancor", 1292 "rend", 1293 "rkyv_derive", 1294 "tinyvec", 1295 "uuid", 1296] 1297 1298[[package]] 1299name = "rkyv_derive" 1300version = "0.8.10" 1301source = "registry+https://github.com/rust-lang/crates.io-index" 1302checksum = "246b40ac189af6c675d124b802e8ef6d5246c53e17367ce9501f8f66a81abb7a" 1303dependencies = [ 1304 "proc-macro2", 1305 "quote", 1306 "syn", 1307] 1308 1309[[package]] 1310name = "rustc-demangle" 1311version = "0.1.25" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" 1314 1315[[package]] 1316name = "rustc-hash" 1317version = "2.1.1" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1320 1321[[package]] 1322name = "rustc_version" 1323version = "0.4.1" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1326dependencies = [ 1327 "semver", 1328] 1329 1330[[package]] 1331name = "rustix" 1332version = "1.0.8" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" 1335dependencies = [ 1336 "bitflags", 1337 "errno", 1338 "libc", 1339 "linux-raw-sys", 1340 "windows-sys 0.60.2", 1341] 1342 1343[[package]] 1344name = "rustls" 1345version = "0.23.29" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" 1348dependencies = [ 1349 "log", 1350 "once_cell", 1351 "ring", 1352 "rustls-pki-types", 1353 "rustls-webpki", 1354 "subtle", 1355 "zeroize", 1356] 1357 1358[[package]] 1359name = "rustls-native-certs" 1360version = "0.8.1" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 1363dependencies = [ 1364 "openssl-probe", 1365 "rustls-pki-types", 1366 "schannel", 1367 "security-framework", 1368] 1369 1370[[package]] 1371name = "rustls-pki-types" 1372version = "1.12.0" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1375dependencies = [ 1376 "zeroize", 1377] 1378 1379[[package]] 1380name = "rustls-platform-verifier" 1381version = "0.6.0" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "eda84358ed17f1f354cf4b1909ad346e6c7bc2513e8c40eb08e0157aa13a9070" 1384dependencies = [ 1385 "core-foundation", 1386 "core-foundation-sys", 1387 "jni", 1388 "log", 1389 "once_cell", 1390 "rustls", 1391 "rustls-native-certs", 1392 "rustls-platform-verifier-android", 1393 "rustls-webpki", 1394 "security-framework", 1395 "security-framework-sys", 1396 "webpki-root-certs", 1397 "windows-sys 0.59.0", 1398] 1399 1400[[package]] 1401name = "rustls-platform-verifier-android" 1402version = "0.1.1" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 1405 1406[[package]] 1407name = "rustls-webpki" 1408version = "0.103.4" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" 1411dependencies = [ 1412 "ring", 1413 "rustls-pki-types", 1414 "untrusted", 1415] 1416 1417[[package]] 1418name = "rustversion" 1419version = "1.0.21" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 1422 1423[[package]] 1424name = "ryu" 1425version = "1.0.20" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1428 1429[[package]] 1430name = "same-file" 1431version = "1.0.6" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1434dependencies = [ 1435 "winapi-util", 1436] 1437 1438[[package]] 1439name = "scc" 1440version = "2.3.4" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4" 1443dependencies = [ 1444 "sdd", 1445] 1446 1447[[package]] 1448name = "schannel" 1449version = "0.1.27" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 1452dependencies = [ 1453 "windows-sys 0.59.0", 1454] 1455 1456[[package]] 1457name = "scopeguard" 1458version = "1.2.0" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1461 1462[[package]] 1463name = "sdd" 1464version = "3.0.10" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca" 1467 1468[[package]] 1469name = "security-framework" 1470version = "3.2.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 1473dependencies = [ 1474 "bitflags", 1475 "core-foundation", 1476 "core-foundation-sys", 1477 "libc", 1478 "security-framework-sys", 1479] 1480 1481[[package]] 1482name = "security-framework-sys" 1483version = "2.14.0" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 1486dependencies = [ 1487 "core-foundation-sys", 1488 "libc", 1489] 1490 1491[[package]] 1492name = "self_cell" 1493version = "1.2.0" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" 1496 1497[[package]] 1498name = "semver" 1499version = "1.0.26" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 1502 1503[[package]] 1504name = "serde" 1505version = "1.0.219" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1508dependencies = [ 1509 "serde_derive", 1510] 1511 1512[[package]] 1513name = "serde_derive" 1514version = "1.0.219" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1517dependencies = [ 1518 "proc-macro2", 1519 "quote", 1520 "syn", 1521] 1522 1523[[package]] 1524name = "serde_json" 1525version = "1.0.141" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" 1528dependencies = [ 1529 "itoa", 1530 "memchr", 1531 "ryu", 1532 "serde", 1533] 1534 1535[[package]] 1536name = "serde_path_to_error" 1537version = "0.1.17" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 1540dependencies = [ 1541 "itoa", 1542 "serde", 1543] 1544 1545[[package]] 1546name = "serde_urlencoded" 1547version = "0.7.1" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1550dependencies = [ 1551 "form_urlencoded", 1552 "itoa", 1553 "ryu", 1554 "serde", 1555] 1556 1557[[package]] 1558name = "server" 1559version = "0.1.0" 1560dependencies = [ 1561 "anyhow", 1562 "arc-swap", 1563 "async-trait", 1564 "axum", 1565 "axum-tws", 1566 "byteview", 1567 "fjall", 1568 "futures-util", 1569 "itertools", 1570 "ordered-varint", 1571 "parking_lot", 1572 "quanta", 1573 "rayon", 1574 "rclite", 1575 "rkyv", 1576 "rustls", 1577 "scc", 1578 "serde", 1579 "serde_json", 1580 "smol_str", 1581 "snmalloc-rs", 1582 "threadpool", 1583 "tokio", 1584 "tokio-util", 1585 "tokio-websockets", 1586 "tower-http", 1587 "tracing", 1588 "tracing-subscriber", 1589] 1590 1591[[package]] 1592name = "sha1" 1593version = "0.10.6" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1596dependencies = [ 1597 "cfg-if", 1598 "cpufeatures", 1599 "digest", 1600] 1601 1602[[package]] 1603name = "sharded-slab" 1604version = "0.1.7" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1607dependencies = [ 1608 "lazy_static", 1609] 1610 1611[[package]] 1612name = "shlex" 1613version = "1.3.0" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1616 1617[[package]] 1618name = "signal-hook-registry" 1619version = "1.4.5" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 1622dependencies = [ 1623 "libc", 1624] 1625 1626[[package]] 1627name = "simdutf8" 1628version = "0.1.5" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 1631 1632[[package]] 1633name = "slab" 1634version = "0.4.10" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" 1637 1638[[package]] 1639name = "smallvec" 1640version = "1.15.1" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1643 1644[[package]] 1645name = "smol_str" 1646version = "0.3.2" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" 1649dependencies = [ 1650 "borsh", 1651 "serde", 1652] 1653 1654[[package]] 1655name = "snmalloc-rs" 1656version = "0.3.8" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "eb317153089fdfa4d8a2eec059d40a5a23c3bde43995ea23b19121c3f621e74a" 1659dependencies = [ 1660 "snmalloc-sys", 1661] 1662 1663[[package]] 1664name = "snmalloc-sys" 1665version = "0.3.8" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "065fea53d32bb77bc36cca466cb191f2e5216ebfd0ed360b1d64889ee6e559ea" 1668dependencies = [ 1669 "cmake", 1670] 1671 1672[[package]] 1673name = "socket2" 1674version = "0.5.10" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 1677dependencies = [ 1678 "libc", 1679 "windows-sys 0.52.0", 1680] 1681 1682[[package]] 1683name = "std-semaphore" 1684version = "0.1.0" 1685source = "registry+https://github.com/rust-lang/crates.io-index" 1686checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e" 1687 1688[[package]] 1689name = "subtle" 1690version = "2.6.1" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1693 1694[[package]] 1695name = "syn" 1696version = "2.0.104" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 1699dependencies = [ 1700 "proc-macro2", 1701 "quote", 1702 "unicode-ident", 1703] 1704 1705[[package]] 1706name = "sync_wrapper" 1707version = "1.0.2" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1710 1711[[package]] 1712name = "tempfile" 1713version = "3.20.0" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 1716dependencies = [ 1717 "fastrand", 1718 "getrandom 0.3.3", 1719 "once_cell", 1720 "rustix", 1721 "windows-sys 0.59.0", 1722] 1723 1724[[package]] 1725name = "thiserror" 1726version = "1.0.69" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1729dependencies = [ 1730 "thiserror-impl", 1731] 1732 1733[[package]] 1734name = "thiserror-impl" 1735version = "1.0.69" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1738dependencies = [ 1739 "proc-macro2", 1740 "quote", 1741 "syn", 1742] 1743 1744[[package]] 1745name = "thread_local" 1746version = "1.1.9" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1749dependencies = [ 1750 "cfg-if", 1751] 1752 1753[[package]] 1754name = "threadpool" 1755version = "1.8.1" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 1758dependencies = [ 1759 "num_cpus", 1760] 1761 1762[[package]] 1763name = "tinyvec" 1764version = "1.9.0" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 1767dependencies = [ 1768 "tinyvec_macros", 1769] 1770 1771[[package]] 1772name = "tinyvec_macros" 1773version = "0.1.1" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1776 1777[[package]] 1778name = "tokio" 1779version = "1.46.1" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" 1782dependencies = [ 1783 "backtrace", 1784 "bytes", 1785 "io-uring", 1786 "libc", 1787 "mio", 1788 "parking_lot", 1789 "pin-project-lite", 1790 "signal-hook-registry", 1791 "slab", 1792 "socket2", 1793 "tokio-macros", 1794 "windows-sys 0.52.0", 1795] 1796 1797[[package]] 1798name = "tokio-macros" 1799version = "2.5.0" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1802dependencies = [ 1803 "proc-macro2", 1804 "quote", 1805 "syn", 1806] 1807 1808[[package]] 1809name = "tokio-rustls" 1810version = "0.26.2" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 1813dependencies = [ 1814 "rustls", 1815 "tokio", 1816] 1817 1818[[package]] 1819name = "tokio-util" 1820version = "0.7.15" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 1823dependencies = [ 1824 "bytes", 1825 "futures-core", 1826 "futures-sink", 1827 "pin-project-lite", 1828 "tokio", 1829 "tracing", 1830] 1831 1832[[package]] 1833name = "tokio-websockets" 1834version = "0.12.0" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "3f29ba084eb43becc9864ba514b4a64f5f65b82f9a6ffbafa5436c1c80605f03" 1837dependencies = [ 1838 "base64", 1839 "bytes", 1840 "futures-core", 1841 "futures-sink", 1842 "getrandom 0.3.3", 1843 "http", 1844 "httparse", 1845 "ring", 1846 "rustls-pki-types", 1847 "rustls-platform-verifier", 1848 "simdutf8", 1849 "tokio", 1850 "tokio-rustls", 1851 "tokio-util", 1852] 1853 1854[[package]] 1855name = "tower" 1856version = "0.5.2" 1857source = "registry+https://github.com/rust-lang/crates.io-index" 1858checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1859dependencies = [ 1860 "futures-core", 1861 "futures-util", 1862 "pin-project-lite", 1863 "sync_wrapper", 1864 "tokio", 1865 "tower-layer", 1866 "tower-service", 1867] 1868 1869[[package]] 1870name = "tower-http" 1871version = "0.6.6" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 1874dependencies = [ 1875 "async-compression", 1876 "bitflags", 1877 "bytes", 1878 "futures-core", 1879 "http", 1880 "http-body", 1881 "pin-project-lite", 1882 "tokio", 1883 "tokio-util", 1884 "tower-layer", 1885 "tower-service", 1886 "tracing", 1887 "uuid", 1888] 1889 1890[[package]] 1891name = "tower-layer" 1892version = "0.3.3" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1895 1896[[package]] 1897name = "tower-service" 1898version = "0.3.3" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1901 1902[[package]] 1903name = "tracing" 1904version = "0.1.41" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1907dependencies = [ 1908 "pin-project-lite", 1909 "tracing-attributes", 1910 "tracing-core", 1911] 1912 1913[[package]] 1914name = "tracing-attributes" 1915version = "0.1.30" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1918dependencies = [ 1919 "proc-macro2", 1920 "quote", 1921 "syn", 1922] 1923 1924[[package]] 1925name = "tracing-core" 1926version = "0.1.34" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1929dependencies = [ 1930 "once_cell", 1931 "valuable", 1932] 1933 1934[[package]] 1935name = "tracing-log" 1936version = "0.2.0" 1937source = "registry+https://github.com/rust-lang/crates.io-index" 1938checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1939dependencies = [ 1940 "log", 1941 "once_cell", 1942 "tracing-core", 1943] 1944 1945[[package]] 1946name = "tracing-subscriber" 1947version = "0.3.19" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 1950dependencies = [ 1951 "matchers", 1952 "nu-ansi-term", 1953 "once_cell", 1954 "regex", 1955 "sharded-slab", 1956 "smallvec", 1957 "thread_local", 1958 "tracing", 1959 "tracing-core", 1960 "tracing-log", 1961] 1962 1963[[package]] 1964name = "typenum" 1965version = "1.18.0" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1968 1969[[package]] 1970name = "unicode-ident" 1971version = "1.0.18" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1974 1975[[package]] 1976name = "untrusted" 1977version = "0.9.0" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1980 1981[[package]] 1982name = "uuid" 1983version = "1.17.0" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 1986dependencies = [ 1987 "getrandom 0.3.3", 1988 "js-sys", 1989 "wasm-bindgen", 1990] 1991 1992[[package]] 1993name = "valuable" 1994version = "0.1.1" 1995source = "registry+https://github.com/rust-lang/crates.io-index" 1996checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1997 1998[[package]] 1999name = "value-log" 2000version = "1.9.0" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "62fc7c4ce161f049607ecea654dca3f2d727da5371ae85e2e4f14ce2b98ed67c" 2003dependencies = [ 2004 "byteorder", 2005 "byteview", 2006 "interval-heap", 2007 "log", 2008 "path-absolutize", 2009 "rustc-hash", 2010 "tempfile", 2011 "varint-rs", 2012 "xxhash-rust", 2013] 2014 2015[[package]] 2016name = "varint-rs" 2017version = "2.2.0" 2018source = "registry+https://github.com/rust-lang/crates.io-index" 2019checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 2020 2021[[package]] 2022name = "version_check" 2023version = "0.9.5" 2024source = "registry+https://github.com/rust-lang/crates.io-index" 2025checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2026 2027[[package]] 2028name = "walkdir" 2029version = "2.5.0" 2030source = "registry+https://github.com/rust-lang/crates.io-index" 2031checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2032dependencies = [ 2033 "same-file", 2034 "winapi-util", 2035] 2036 2037[[package]] 2038name = "wasi" 2039version = "0.11.1+wasi-snapshot-preview1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2042 2043[[package]] 2044name = "wasi" 2045version = "0.14.2+wasi-0.2.4" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2048dependencies = [ 2049 "wit-bindgen-rt", 2050] 2051 2052[[package]] 2053name = "wasm-bindgen" 2054version = "0.2.100" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2057dependencies = [ 2058 "cfg-if", 2059 "once_cell", 2060 "rustversion", 2061 "wasm-bindgen-macro", 2062] 2063 2064[[package]] 2065name = "wasm-bindgen-backend" 2066version = "0.2.100" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2069dependencies = [ 2070 "bumpalo", 2071 "log", 2072 "proc-macro2", 2073 "quote", 2074 "syn", 2075 "wasm-bindgen-shared", 2076] 2077 2078[[package]] 2079name = "wasm-bindgen-macro" 2080version = "0.2.100" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2083dependencies = [ 2084 "quote", 2085 "wasm-bindgen-macro-support", 2086] 2087 2088[[package]] 2089name = "wasm-bindgen-macro-support" 2090version = "0.2.100" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2093dependencies = [ 2094 "proc-macro2", 2095 "quote", 2096 "syn", 2097 "wasm-bindgen-backend", 2098 "wasm-bindgen-shared", 2099] 2100 2101[[package]] 2102name = "wasm-bindgen-shared" 2103version = "0.2.100" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2106dependencies = [ 2107 "unicode-ident", 2108] 2109 2110[[package]] 2111name = "web-sys" 2112version = "0.3.77" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2115dependencies = [ 2116 "js-sys", 2117 "wasm-bindgen", 2118] 2119 2120[[package]] 2121name = "webpki-root-certs" 2122version = "1.0.1" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "86138b15b2b7d561bc4469e77027b8dd005a43dc502e9031d1f5afc8ce1f280e" 2125dependencies = [ 2126 "rustls-pki-types", 2127] 2128 2129[[package]] 2130name = "winapi" 2131version = "0.3.9" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2134dependencies = [ 2135 "winapi-i686-pc-windows-gnu", 2136 "winapi-x86_64-pc-windows-gnu", 2137] 2138 2139[[package]] 2140name = "winapi-i686-pc-windows-gnu" 2141version = "0.4.0" 2142source = "registry+https://github.com/rust-lang/crates.io-index" 2143checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2144 2145[[package]] 2146name = "winapi-util" 2147version = "0.1.9" 2148source = "registry+https://github.com/rust-lang/crates.io-index" 2149checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 2150dependencies = [ 2151 "windows-sys 0.59.0", 2152] 2153 2154[[package]] 2155name = "winapi-x86_64-pc-windows-gnu" 2156version = "0.4.0" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2159 2160[[package]] 2161name = "windows-sys" 2162version = "0.45.0" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2165dependencies = [ 2166 "windows-targets 0.42.2", 2167] 2168 2169[[package]] 2170name = "windows-sys" 2171version = "0.52.0" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2174dependencies = [ 2175 "windows-targets 0.52.6", 2176] 2177 2178[[package]] 2179name = "windows-sys" 2180version = "0.59.0" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2183dependencies = [ 2184 "windows-targets 0.52.6", 2185] 2186 2187[[package]] 2188name = "windows-sys" 2189version = "0.60.2" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2192dependencies = [ 2193 "windows-targets 0.53.2", 2194] 2195 2196[[package]] 2197name = "windows-targets" 2198version = "0.42.2" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2201dependencies = [ 2202 "windows_aarch64_gnullvm 0.42.2", 2203 "windows_aarch64_msvc 0.42.2", 2204 "windows_i686_gnu 0.42.2", 2205 "windows_i686_msvc 0.42.2", 2206 "windows_x86_64_gnu 0.42.2", 2207 "windows_x86_64_gnullvm 0.42.2", 2208 "windows_x86_64_msvc 0.42.2", 2209] 2210 2211[[package]] 2212name = "windows-targets" 2213version = "0.52.6" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2216dependencies = [ 2217 "windows_aarch64_gnullvm 0.52.6", 2218 "windows_aarch64_msvc 0.52.6", 2219 "windows_i686_gnu 0.52.6", 2220 "windows_i686_gnullvm 0.52.6", 2221 "windows_i686_msvc 0.52.6", 2222 "windows_x86_64_gnu 0.52.6", 2223 "windows_x86_64_gnullvm 0.52.6", 2224 "windows_x86_64_msvc 0.52.6", 2225] 2226 2227[[package]] 2228name = "windows-targets" 2229version = "0.53.2" 2230source = "registry+https://github.com/rust-lang/crates.io-index" 2231checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" 2232dependencies = [ 2233 "windows_aarch64_gnullvm 0.53.0", 2234 "windows_aarch64_msvc 0.53.0", 2235 "windows_i686_gnu 0.53.0", 2236 "windows_i686_gnullvm 0.53.0", 2237 "windows_i686_msvc 0.53.0", 2238 "windows_x86_64_gnu 0.53.0", 2239 "windows_x86_64_gnullvm 0.53.0", 2240 "windows_x86_64_msvc 0.53.0", 2241] 2242 2243[[package]] 2244name = "windows_aarch64_gnullvm" 2245version = "0.42.2" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2248 2249[[package]] 2250name = "windows_aarch64_gnullvm" 2251version = "0.52.6" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2254 2255[[package]] 2256name = "windows_aarch64_gnullvm" 2257version = "0.53.0" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2260 2261[[package]] 2262name = "windows_aarch64_msvc" 2263version = "0.42.2" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2266 2267[[package]] 2268name = "windows_aarch64_msvc" 2269version = "0.52.6" 2270source = "registry+https://github.com/rust-lang/crates.io-index" 2271checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2272 2273[[package]] 2274name = "windows_aarch64_msvc" 2275version = "0.53.0" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2278 2279[[package]] 2280name = "windows_i686_gnu" 2281version = "0.42.2" 2282source = "registry+https://github.com/rust-lang/crates.io-index" 2283checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2284 2285[[package]] 2286name = "windows_i686_gnu" 2287version = "0.52.6" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2290 2291[[package]] 2292name = "windows_i686_gnu" 2293version = "0.53.0" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2296 2297[[package]] 2298name = "windows_i686_gnullvm" 2299version = "0.52.6" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2302 2303[[package]] 2304name = "windows_i686_gnullvm" 2305version = "0.53.0" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2308 2309[[package]] 2310name = "windows_i686_msvc" 2311version = "0.42.2" 2312source = "registry+https://github.com/rust-lang/crates.io-index" 2313checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2314 2315[[package]] 2316name = "windows_i686_msvc" 2317version = "0.52.6" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2320 2321[[package]] 2322name = "windows_i686_msvc" 2323version = "0.53.0" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2326 2327[[package]] 2328name = "windows_x86_64_gnu" 2329version = "0.42.2" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2332 2333[[package]] 2334name = "windows_x86_64_gnu" 2335version = "0.52.6" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2338 2339[[package]] 2340name = "windows_x86_64_gnu" 2341version = "0.53.0" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2344 2345[[package]] 2346name = "windows_x86_64_gnullvm" 2347version = "0.42.2" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2350 2351[[package]] 2352name = "windows_x86_64_gnullvm" 2353version = "0.52.6" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2356 2357[[package]] 2358name = "windows_x86_64_gnullvm" 2359version = "0.53.0" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2362 2363[[package]] 2364name = "windows_x86_64_msvc" 2365version = "0.42.2" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2368 2369[[package]] 2370name = "windows_x86_64_msvc" 2371version = "0.52.6" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2374 2375[[package]] 2376name = "windows_x86_64_msvc" 2377version = "0.53.0" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2380 2381[[package]] 2382name = "wit-bindgen-rt" 2383version = "0.39.0" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2386dependencies = [ 2387 "bitflags", 2388] 2389 2390[[package]] 2391name = "xxhash-rust" 2392version = "0.8.15" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 2395 2396[[package]] 2397name = "zeroize" 2398version = "1.8.1" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2401 2402[[package]] 2403name = "zstd" 2404version = "0.13.3" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 2407dependencies = [ 2408 "zstd-safe", 2409] 2410 2411[[package]] 2412name = "zstd-safe" 2413version = "7.2.4" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 2416dependencies = [ 2417 "zstd-sys", 2418] 2419 2420[[package]] 2421name = "zstd-sys" 2422version = "2.0.15+zstd.1.5.7" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" 2425dependencies = [ 2426 "cc", 2427 "pkg-config", 2428]