A public mirror for the whole atmosphere hubble.microcosm.blue
27
fork

Configure Feed

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

at main 1556 lines 40 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 = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstream" 16version = "1.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon", 24 "colorchoice", 25 "is_terminal_polyfill", 26 "utf8parse", 27] 28 29[[package]] 30name = "anstyle" 31version = "1.0.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 34 35[[package]] 36name = "anstyle-parse" 37version = "1.0.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 40dependencies = [ 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle-query" 46version = "1.1.5" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 49dependencies = [ 50 "windows-sys", 51] 52 53[[package]] 54name = "anstyle-wincon" 55version = "3.0.11" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 58dependencies = [ 59 "anstyle", 60 "once_cell_polyfill", 61 "windows-sys", 62] 63 64[[package]] 65name = "anyhow" 66version = "1.0.102" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 69 70[[package]] 71name = "async-channel" 72version = "2.5.0" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 75dependencies = [ 76 "concurrent-queue", 77 "event-listener-strategy", 78 "futures-core", 79 "pin-project-lite", 80] 81 82[[package]] 83name = "base-x" 84version = "0.2.11" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 87 88[[package]] 89name = "base256emoji" 90version = "1.0.2" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 93dependencies = [ 94 "const-str", 95 "match-lookup", 96] 97 98[[package]] 99name = "bindgen" 100version = "0.72.1" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 103dependencies = [ 104 "bitflags", 105 "cexpr", 106 "clang-sys", 107 "itertools", 108 "proc-macro2", 109 "quote", 110 "regex", 111 "rustc-hash", 112 "shlex", 113 "syn", 114] 115 116[[package]] 117name = "bitflags" 118version = "2.11.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 121 122[[package]] 123name = "block-buffer" 124version = "0.10.4" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 127dependencies = [ 128 "generic-array", 129] 130 131[[package]] 132name = "byteorder-lite" 133version = "0.1.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 136 137[[package]] 138name = "bytes" 139version = "1.11.1" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 142 143[[package]] 144name = "byteview" 145version = "0.10.1" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "1c53ba0f290bfc610084c05582d9c5d421662128fc69f4bf236707af6fd321b9" 148 149[[package]] 150name = "bzip2-sys" 151version = "0.1.13+1.0.8" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" 154dependencies = [ 155 "cc", 156 "pkg-config", 157] 158 159[[package]] 160name = "cbor4ii" 161version = "0.2.14" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 164dependencies = [ 165 "serde", 166] 167 168[[package]] 169name = "cc" 170version = "1.2.59" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" 173dependencies = [ 174 "find-msvc-tools", 175 "jobserver", 176 "libc", 177 "shlex", 178] 179 180[[package]] 181name = "cexpr" 182version = "0.6.0" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 185dependencies = [ 186 "nom", 187] 188 189[[package]] 190name = "cfg-if" 191version = "1.0.4" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 194 195[[package]] 196name = "cid" 197version = "0.11.1" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 200dependencies = [ 201 "core2", 202 "multibase", 203 "multihash", 204 "serde", 205 "serde_bytes", 206 "unsigned-varint 0.8.0", 207] 208 209[[package]] 210name = "clang-sys" 211version = "1.8.1" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 214dependencies = [ 215 "glob", 216 "libc", 217 "libloading", 218] 219 220[[package]] 221name = "clap" 222version = "4.6.0" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 225dependencies = [ 226 "clap_builder", 227 "clap_derive", 228] 229 230[[package]] 231name = "clap_builder" 232version = "4.6.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 235dependencies = [ 236 "anstream", 237 "anstyle", 238 "clap_lex", 239 "strsim", 240] 241 242[[package]] 243name = "clap_derive" 244version = "4.6.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 247dependencies = [ 248 "heck", 249 "proc-macro2", 250 "quote", 251 "syn", 252] 253 254[[package]] 255name = "clap_lex" 256version = "1.1.0" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 259 260[[package]] 261name = "colorchoice" 262version = "1.0.5" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 265 266[[package]] 267name = "compare" 268version = "0.0.6" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7" 271 272[[package]] 273name = "concurrent-queue" 274version = "2.5.0" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 277dependencies = [ 278 "crossbeam-utils", 279] 280 281[[package]] 282name = "const-str" 283version = "0.4.3" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 286 287[[package]] 288name = "core2" 289version = "0.4.0" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 292dependencies = [ 293 "memchr", 294] 295 296[[package]] 297name = "cpufeatures" 298version = "0.2.17" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 301dependencies = [ 302 "libc", 303] 304 305[[package]] 306name = "crossbeam-epoch" 307version = "0.9.18" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 310dependencies = [ 311 "crossbeam-utils", 312] 313 314[[package]] 315name = "crossbeam-skiplist" 316version = "0.1.3" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" 319dependencies = [ 320 "crossbeam-epoch", 321 "crossbeam-utils", 322] 323 324[[package]] 325name = "crossbeam-utils" 326version = "0.8.21" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 329 330[[package]] 331name = "crypto-common" 332version = "0.1.7" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 335dependencies = [ 336 "generic-array", 337 "typenum", 338] 339 340[[package]] 341name = "csv" 342version = "1.4.0" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" 345dependencies = [ 346 "csv-core", 347 "itoa", 348 "ryu", 349 "serde_core", 350] 351 352[[package]] 353name = "csv-core" 354version = "0.1.13" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" 357dependencies = [ 358 "memchr", 359] 360 361[[package]] 362name = "dashmap" 363version = "6.1.0" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 366dependencies = [ 367 "cfg-if", 368 "crossbeam-utils", 369 "hashbrown 0.14.5", 370 "lock_api", 371 "once_cell", 372 "parking_lot_core", 373] 374 375[[package]] 376name = "data-encoding" 377version = "2.10.0" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 380 381[[package]] 382name = "data-encoding-macro" 383version = "0.1.19" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" 386dependencies = [ 387 "data-encoding", 388 "data-encoding-macro-internal", 389] 390 391[[package]] 392name = "data-encoding-macro-internal" 393version = "0.1.17" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 396dependencies = [ 397 "data-encoding", 398 "syn", 399] 400 401[[package]] 402name = "digest" 403version = "0.10.7" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 406dependencies = [ 407 "block-buffer", 408 "crypto-common", 409] 410 411[[package]] 412name = "either" 413version = "1.15.0" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 416 417[[package]] 418name = "enum_dispatch" 419version = "0.3.13" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 422dependencies = [ 423 "once_cell", 424 "proc-macro2", 425 "quote", 426 "syn", 427] 428 429[[package]] 430name = "equivalent" 431version = "1.0.2" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 434 435[[package]] 436name = "errno" 437version = "0.3.14" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 440dependencies = [ 441 "libc", 442 "windows-sys", 443] 444 445[[package]] 446name = "event-listener" 447version = "5.4.1" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 450dependencies = [ 451 "concurrent-queue", 452 "parking", 453 "pin-project-lite", 454] 455 456[[package]] 457name = "event-listener-strategy" 458version = "0.5.4" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 461dependencies = [ 462 "event-listener", 463 "pin-project-lite", 464] 465 466[[package]] 467name = "fastrand" 468version = "2.4.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 471 472[[package]] 473name = "find-msvc-tools" 474version = "0.1.9" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 477 478[[package]] 479name = "fjall" 480version = "3.1.3" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "fdf46551c9abc5fb0e0d540da36c875197285af2a29833892d7d3434b8617343" 483dependencies = [ 484 "byteorder-lite", 485 "byteview", 486 "dashmap", 487 "flume", 488 "log", 489 "lsm-tree", 490 "tempfile", 491 "xxhash-rust", 492] 493 494[[package]] 495name = "flume" 496version = "0.12.0" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be" 499dependencies = [ 500 "spin", 501] 502 503[[package]] 504name = "futures" 505version = "0.3.32" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 508dependencies = [ 509 "futures-channel", 510 "futures-core", 511 "futures-executor", 512 "futures-io", 513 "futures-sink", 514 "futures-task", 515 "futures-util", 516] 517 518[[package]] 519name = "futures-channel" 520version = "0.3.32" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 523dependencies = [ 524 "futures-core", 525 "futures-sink", 526] 527 528[[package]] 529name = "futures-core" 530version = "0.3.32" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 533 534[[package]] 535name = "futures-executor" 536version = "0.3.32" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 539dependencies = [ 540 "futures-core", 541 "futures-task", 542 "futures-util", 543] 544 545[[package]] 546name = "futures-io" 547version = "0.3.32" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 550 551[[package]] 552name = "futures-macro" 553version = "0.3.32" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 556dependencies = [ 557 "proc-macro2", 558 "quote", 559 "syn", 560] 561 562[[package]] 563name = "futures-sink" 564version = "0.3.32" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 567 568[[package]] 569name = "futures-task" 570version = "0.3.32" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 573 574[[package]] 575name = "futures-util" 576version = "0.3.32" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 579dependencies = [ 580 "futures-channel", 581 "futures-core", 582 "futures-io", 583 "futures-macro", 584 "futures-sink", 585 "futures-task", 586 "memchr", 587 "pin-project-lite", 588 "slab", 589] 590 591[[package]] 592name = "generic-array" 593version = "0.14.7" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 596dependencies = [ 597 "typenum", 598 "version_check", 599] 600 601[[package]] 602name = "getrandom" 603version = "0.3.4" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 606dependencies = [ 607 "cfg-if", 608 "libc", 609 "r-efi", 610 "wasip2", 611] 612 613[[package]] 614name = "glob" 615version = "0.3.3" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 618 619[[package]] 620name = "hashbrown" 621version = "0.14.5" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 624 625[[package]] 626name = "hashbrown" 627version = "0.16.1" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 630 631[[package]] 632name = "heck" 633version = "0.5.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 636 637[[package]] 638name = "interval-heap" 639version = "0.0.5" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 642dependencies = [ 643 "compare", 644] 645 646[[package]] 647name = "ipld-core" 648version = "0.4.3" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 651dependencies = [ 652 "cid", 653 "serde", 654 "serde_bytes", 655] 656 657[[package]] 658name = "iroh-car" 659version = "0.5.1" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 662dependencies = [ 663 "anyhow", 664 "cid", 665 "futures", 666 "serde", 667 "serde_ipld_dagcbor", 668 "thiserror 1.0.69", 669 "tokio", 670 "unsigned-varint 0.7.2", 671] 672 673[[package]] 674name = "is_terminal_polyfill" 675version = "1.70.2" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 678 679[[package]] 680name = "itertools" 681version = "0.13.0" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 684dependencies = [ 685 "either", 686] 687 688[[package]] 689name = "itoa" 690version = "1.0.18" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 693 694[[package]] 695name = "jobserver" 696version = "0.1.34" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 699dependencies = [ 700 "getrandom", 701 "libc", 702] 703 704[[package]] 705name = "lazy_static" 706version = "1.5.0" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 709 710[[package]] 711name = "libc" 712version = "0.2.184" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" 715 716[[package]] 717name = "libloading" 718version = "0.8.9" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 721dependencies = [ 722 "cfg-if", 723 "windows-link", 724] 725 726[[package]] 727name = "librocksdb-sys" 728version = "0.17.3+10.4.2" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" 731dependencies = [ 732 "bindgen", 733 "bzip2-sys", 734 "cc", 735 "libc", 736 "libz-sys", 737 "lz4-sys", 738 "zstd-sys", 739] 740 741[[package]] 742name = "libz-sys" 743version = "1.1.28" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "fc3a226e576f50782b3305c5ccf458698f92798987f551c6a02efe8276721e22" 746dependencies = [ 747 "cc", 748 "pkg-config", 749 "vcpkg", 750] 751 752[[package]] 753name = "linux-raw-sys" 754version = "0.12.1" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 757 758[[package]] 759name = "lock_api" 760version = "0.4.14" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 763dependencies = [ 764 "scopeguard", 765] 766 767[[package]] 768name = "log" 769version = "0.4.29" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 772 773[[package]] 774name = "lsm-tree" 775version = "3.1.3" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "f38ed727e0965f218f4e419231b9ecacc1db8fb5066cf1df0d2bafeef88459d4" 778dependencies = [ 779 "byteorder-lite", 780 "byteview", 781 "crossbeam-skiplist", 782 "enum_dispatch", 783 "interval-heap", 784 "log", 785 "quick_cache", 786 "rustc-hash", 787 "self_cell", 788 "sfa", 789 "tempfile", 790 "varint-rs", 791 "xxhash-rust", 792] 793 794[[package]] 795name = "lz4-sys" 796version = "1.11.1+lz4-1.10.0" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" 799dependencies = [ 800 "cc", 801 "libc", 802] 803 804[[package]] 805name = "match-lookup" 806version = "0.1.2" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 809dependencies = [ 810 "proc-macro2", 811 "quote", 812 "syn", 813] 814 815[[package]] 816name = "matchers" 817version = "0.2.0" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 820dependencies = [ 821 "regex-automata", 822] 823 824[[package]] 825name = "memchr" 826version = "2.8.0" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 829 830[[package]] 831name = "minimal-lexical" 832version = "0.2.1" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 835 836[[package]] 837name = "mio" 838version = "1.2.0" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 841dependencies = [ 842 "libc", 843 "wasi", 844 "windows-sys", 845] 846 847[[package]] 848name = "multibase" 849version = "0.9.2" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 852dependencies = [ 853 "base-x", 854 "base256emoji", 855 "data-encoding", 856 "data-encoding-macro", 857] 858 859[[package]] 860name = "multihash" 861version = "0.19.3" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 864dependencies = [ 865 "core2", 866 "serde", 867 "unsigned-varint 0.8.0", 868] 869 870[[package]] 871name = "nom" 872version = "7.1.3" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 875dependencies = [ 876 "memchr", 877 "minimal-lexical", 878] 879 880[[package]] 881name = "nu-ansi-term" 882version = "0.50.3" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 885dependencies = [ 886 "windows-sys", 887] 888 889[[package]] 890name = "once_cell" 891version = "1.21.4" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 894 895[[package]] 896name = "once_cell_polyfill" 897version = "1.70.2" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 900 901[[package]] 902name = "parking" 903version = "2.2.1" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 906 907[[package]] 908name = "parking_lot" 909version = "0.12.5" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 912dependencies = [ 913 "lock_api", 914 "parking_lot_core", 915] 916 917[[package]] 918name = "parking_lot_core" 919version = "0.9.12" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 922dependencies = [ 923 "cfg-if", 924 "libc", 925 "redox_syscall", 926 "smallvec", 927 "windows-link", 928] 929 930[[package]] 931name = "pin-project-lite" 932version = "0.2.17" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 935 936[[package]] 937name = "pkg-config" 938version = "0.3.32" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 941 942[[package]] 943name = "ppv-lite86" 944version = "0.2.21" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 947dependencies = [ 948 "zerocopy", 949] 950 951[[package]] 952name = "proc-macro2" 953version = "1.0.106" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 956dependencies = [ 957 "unicode-ident", 958] 959 960[[package]] 961name = "quick_cache" 962version = "0.6.21" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3" 965dependencies = [ 966 "equivalent", 967 "hashbrown 0.16.1", 968] 969 970[[package]] 971name = "quote" 972version = "1.0.45" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 975dependencies = [ 976 "proc-macro2", 977] 978 979[[package]] 980name = "r-efi" 981version = "5.3.0" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 984 985[[package]] 986name = "rand" 987version = "0.9.2" 988source = "registry+https://github.com/rust-lang/crates.io-index" 989checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 990dependencies = [ 991 "rand_chacha", 992 "rand_core", 993] 994 995[[package]] 996name = "rand_chacha" 997version = "0.9.0" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1000dependencies = [ 1001 "ppv-lite86", 1002 "rand_core", 1003] 1004 1005[[package]] 1006name = "rand_core" 1007version = "0.9.5" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1010dependencies = [ 1011 "getrandom", 1012] 1013 1014[[package]] 1015name = "redox_syscall" 1016version = "0.5.18" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1019dependencies = [ 1020 "bitflags", 1021] 1022 1023[[package]] 1024name = "regex" 1025version = "1.12.3" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1028dependencies = [ 1029 "aho-corasick", 1030 "memchr", 1031 "regex-automata", 1032 "regex-syntax", 1033] 1034 1035[[package]] 1036name = "regex-automata" 1037version = "0.4.14" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1040dependencies = [ 1041 "aho-corasick", 1042 "memchr", 1043 "regex-syntax", 1044] 1045 1046[[package]] 1047name = "regex-syntax" 1048version = "0.8.10" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 1051 1052[[package]] 1053name = "repo-stream" 1054version = "0.5.0-alpha.5" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "c885e481796dcf2662a515dd76719120160c399de7fac74809c2f56e354fee41" 1057dependencies = [ 1058 "cid", 1059 "fjall", 1060 "iroh-car", 1061 "log", 1062 "serde", 1063 "serde_bytes", 1064 "serde_ipld_dagcbor", 1065 "sha2", 1066 "thiserror 2.0.18", 1067 "tokio", 1068] 1069 1070[[package]] 1071name = "rocksdb" 1072version = "0.24.0" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" 1075dependencies = [ 1076 "libc", 1077 "librocksdb-sys", 1078] 1079 1080[[package]] 1081name = "rustc-hash" 1082version = "2.1.2" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 1085 1086[[package]] 1087name = "rustix" 1088version = "1.1.4" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1091dependencies = [ 1092 "bitflags", 1093 "errno", 1094 "libc", 1095 "linux-raw-sys", 1096 "windows-sys", 1097] 1098 1099[[package]] 1100name = "ryu" 1101version = "1.0.23" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1104 1105[[package]] 1106name = "scopeguard" 1107version = "1.2.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1110 1111[[package]] 1112name = "self_cell" 1113version = "1.2.2" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 1116 1117[[package]] 1118name = "serde" 1119version = "1.0.228" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1122dependencies = [ 1123 "serde_core", 1124 "serde_derive", 1125] 1126 1127[[package]] 1128name = "serde_bytes" 1129version = "0.11.19" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 1132dependencies = [ 1133 "serde", 1134 "serde_core", 1135] 1136 1137[[package]] 1138name = "serde_core" 1139version = "1.0.228" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1142dependencies = [ 1143 "serde_derive", 1144] 1145 1146[[package]] 1147name = "serde_derive" 1148version = "1.0.228" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1151dependencies = [ 1152 "proc-macro2", 1153 "quote", 1154 "syn", 1155] 1156 1157[[package]] 1158name = "serde_ipld_dagcbor" 1159version = "0.6.4" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 1162dependencies = [ 1163 "cbor4ii", 1164 "ipld-core", 1165 "scopeguard", 1166 "serde", 1167] 1168 1169[[package]] 1170name = "sfa" 1171version = "1.0.0" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175" 1174dependencies = [ 1175 "byteorder-lite", 1176 "log", 1177 "xxhash-rust", 1178] 1179 1180[[package]] 1181name = "sha2" 1182version = "0.10.9" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1185dependencies = [ 1186 "cfg-if", 1187 "cpufeatures", 1188 "digest", 1189] 1190 1191[[package]] 1192name = "sharded-slab" 1193version = "0.1.7" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1196dependencies = [ 1197 "lazy_static", 1198] 1199 1200[[package]] 1201name = "shlex" 1202version = "1.3.0" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1205 1206[[package]] 1207name = "signal-hook-registry" 1208version = "1.4.8" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1211dependencies = [ 1212 "errno", 1213 "libc", 1214] 1215 1216[[package]] 1217name = "slab" 1218version = "0.4.12" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1221 1222[[package]] 1223name = "smallvec" 1224version = "1.15.1" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1227 1228[[package]] 1229name = "socket2" 1230version = "0.6.3" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 1233dependencies = [ 1234 "libc", 1235 "windows-sys", 1236] 1237 1238[[package]] 1239name = "space-efficiency-check" 1240version = "0.1.0" 1241dependencies = [ 1242 "async-channel", 1243 "clap", 1244 "csv", 1245 "rand", 1246 "repo-stream", 1247 "rocksdb", 1248 "serde", 1249 "thiserror 2.0.18", 1250 "tokio", 1251 "tracing", 1252 "tracing-subscriber", 1253] 1254 1255[[package]] 1256name = "spin" 1257version = "0.9.8" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1260dependencies = [ 1261 "lock_api", 1262] 1263 1264[[package]] 1265name = "strsim" 1266version = "0.11.1" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1269 1270[[package]] 1271name = "syn" 1272version = "2.0.117" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1275dependencies = [ 1276 "proc-macro2", 1277 "quote", 1278 "unicode-ident", 1279] 1280 1281[[package]] 1282name = "tempfile" 1283version = "3.27.0" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1286dependencies = [ 1287 "fastrand", 1288 "getrandom", 1289 "once_cell", 1290 "rustix", 1291 "windows-sys", 1292] 1293 1294[[package]] 1295name = "thiserror" 1296version = "1.0.69" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1299dependencies = [ 1300 "thiserror-impl 1.0.69", 1301] 1302 1303[[package]] 1304name = "thiserror" 1305version = "2.0.18" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1308dependencies = [ 1309 "thiserror-impl 2.0.18", 1310] 1311 1312[[package]] 1313name = "thiserror-impl" 1314version = "1.0.69" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1317dependencies = [ 1318 "proc-macro2", 1319 "quote", 1320 "syn", 1321] 1322 1323[[package]] 1324name = "thiserror-impl" 1325version = "2.0.18" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1328dependencies = [ 1329 "proc-macro2", 1330 "quote", 1331 "syn", 1332] 1333 1334[[package]] 1335name = "thread_local" 1336version = "1.1.9" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1339dependencies = [ 1340 "cfg-if", 1341] 1342 1343[[package]] 1344name = "tokio" 1345version = "1.51.0" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" 1348dependencies = [ 1349 "bytes", 1350 "libc", 1351 "mio", 1352 "parking_lot", 1353 "pin-project-lite", 1354 "signal-hook-registry", 1355 "socket2", 1356 "tokio-macros", 1357 "windows-sys", 1358] 1359 1360[[package]] 1361name = "tokio-macros" 1362version = "2.7.0" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 1365dependencies = [ 1366 "proc-macro2", 1367 "quote", 1368 "syn", 1369] 1370 1371[[package]] 1372name = "tracing" 1373version = "0.1.44" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1376dependencies = [ 1377 "pin-project-lite", 1378 "tracing-attributes", 1379 "tracing-core", 1380] 1381 1382[[package]] 1383name = "tracing-attributes" 1384version = "0.1.31" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1387dependencies = [ 1388 "proc-macro2", 1389 "quote", 1390 "syn", 1391] 1392 1393[[package]] 1394name = "tracing-core" 1395version = "0.1.36" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1398dependencies = [ 1399 "once_cell", 1400 "valuable", 1401] 1402 1403[[package]] 1404name = "tracing-log" 1405version = "0.2.0" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1408dependencies = [ 1409 "log", 1410 "once_cell", 1411 "tracing-core", 1412] 1413 1414[[package]] 1415name = "tracing-subscriber" 1416version = "0.3.23" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 1419dependencies = [ 1420 "matchers", 1421 "nu-ansi-term", 1422 "once_cell", 1423 "regex-automata", 1424 "sharded-slab", 1425 "smallvec", 1426 "thread_local", 1427 "tracing", 1428 "tracing-core", 1429 "tracing-log", 1430] 1431 1432[[package]] 1433name = "typenum" 1434version = "1.19.0" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1437 1438[[package]] 1439name = "unicode-ident" 1440version = "1.0.24" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1443 1444[[package]] 1445name = "unsigned-varint" 1446version = "0.7.2" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 1449 1450[[package]] 1451name = "unsigned-varint" 1452version = "0.8.0" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 1455 1456[[package]] 1457name = "utf8parse" 1458version = "0.2.2" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1461 1462[[package]] 1463name = "valuable" 1464version = "0.1.1" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1467 1468[[package]] 1469name = "varint-rs" 1470version = "2.2.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 1473 1474[[package]] 1475name = "vcpkg" 1476version = "0.2.15" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1479 1480[[package]] 1481name = "version_check" 1482version = "0.9.5" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1485 1486[[package]] 1487name = "wasi" 1488version = "0.11.1+wasi-snapshot-preview1" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1491 1492[[package]] 1493name = "wasip2" 1494version = "1.0.2+wasi-0.2.9" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1497dependencies = [ 1498 "wit-bindgen", 1499] 1500 1501[[package]] 1502name = "windows-link" 1503version = "0.2.1" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1506 1507[[package]] 1508name = "windows-sys" 1509version = "0.61.2" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1512dependencies = [ 1513 "windows-link", 1514] 1515 1516[[package]] 1517name = "wit-bindgen" 1518version = "0.51.0" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 1521 1522[[package]] 1523name = "xxhash-rust" 1524version = "0.8.15" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 1527 1528[[package]] 1529name = "zerocopy" 1530version = "0.8.48" 1531source = "registry+https://github.com/rust-lang/crates.io-index" 1532checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 1533dependencies = [ 1534 "zerocopy-derive", 1535] 1536 1537[[package]] 1538name = "zerocopy-derive" 1539version = "0.8.48" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 1542dependencies = [ 1543 "proc-macro2", 1544 "quote", 1545 "syn", 1546] 1547 1548[[package]] 1549name = "zstd-sys" 1550version = "2.0.16+zstd.1.5.7" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 1553dependencies = [ 1554 "cc", 1555 "pkg-config", 1556]