char/plc-mirror
git clone https://git.t4t.associates/char/plc-mirror
c2f2166
main
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.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" 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.104" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" 69 70[[package]] 71name = "atomic-waker" 72version = "1.1.2" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 75 76[[package]] 77name = "autocfg" 78version = "1.5.1" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 81 82[[package]] 83name = "axum" 84version = "0.8.9" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 87dependencies = [ 88 "axum-core", 89 "bytes", 90 "form_urlencoded", 91 "futures-util", 92 "http", 93 "http-body", 94 "http-body-util", 95 "hyper", 96 "hyper-util", 97 "itoa", 98 "matchit", 99 "memchr", 100 "mime", 101 "percent-encoding", 102 "pin-project-lite", 103 "serde_core", 104 "serde_json", 105 "serde_path_to_error", 106 "serde_urlencoded", 107 "sync_wrapper", 108 "tokio", 109 "tower", 110 "tower-layer", 111 "tower-service", 112 "tracing", 113] 114 115[[package]] 116name = "axum-core" 117version = "0.5.6" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 120dependencies = [ 121 "bytes", 122 "futures-core", 123 "http", 124 "http-body", 125 "http-body-util", 126 "mime", 127 "pin-project-lite", 128 "sync_wrapper", 129 "tower-layer", 130 "tower-service", 131 "tracing", 132] 133 134[[package]] 135name = "base-x" 136version = "0.2.11" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 139 140[[package]] 141name = "base256emoji" 142version = "1.0.2" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 145dependencies = [ 146 "const-str", 147 "match-lookup", 148] 149 150[[package]] 151name = "base45" 152version = "3.2.0" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03" 155 156[[package]] 157name = "base64" 158version = "0.22.1" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 161 162[[package]] 163name = "bitflags" 164version = "2.13.1" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" 167 168[[package]] 169name = "bumpalo" 170version = "3.20.3" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 173 174[[package]] 175name = "bytes" 176version = "1.12.1" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" 179 180[[package]] 181name = "cbor4ii" 182version = "0.2.14" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 185dependencies = [ 186 "serde", 187] 188 189[[package]] 190name = "cc" 191version = "1.4.2" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e" 194dependencies = [ 195 "find-msvc-tools", 196 "shlex", 197] 198 199[[package]] 200name = "cfg-if" 201version = "1.0.4" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 204 205[[package]] 206name = "chrono" 207version = "0.4.45" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 210dependencies = [ 211 "num-traits", 212] 213 214[[package]] 215name = "cid" 216version = "0.11.3" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 219dependencies = [ 220 "multibase", 221 "multihash", 222 "serde", 223 "serde_bytes", 224 "unsigned-varint", 225] 226 227[[package]] 228name = "clap" 229version = "4.6.6" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" 232dependencies = [ 233 "clap_builder", 234 "clap_derive", 235] 236 237[[package]] 238name = "clap_builder" 239version = "4.6.6" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" 242dependencies = [ 243 "anstream", 244 "anstyle", 245 "clap_lex", 246 "strsim", 247] 248 249[[package]] 250name = "clap_derive" 251version = "4.6.4" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" 254dependencies = [ 255 "heck", 256 "proc-macro2", 257 "quote", 258 "syn 3.0.3", 259] 260 261[[package]] 262name = "clap_lex" 263version = "1.1.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 266 267[[package]] 268name = "colorchoice" 269version = "1.0.5" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 272 273[[package]] 274name = "const-str" 275version = "0.4.3" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 278 279[[package]] 280name = "data-encoding" 281version = "2.11.1" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "4583a4551df46e2792f82ceeac45e850d2e2d5debba0b91f102385cda5b11f06" 284 285[[package]] 286name = "data-encoding-macro" 287version = "0.1.21" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "c6a127ecbb3c4632e1525380e04c0c3fcf8dcb44d32a79ea290d8a36906edcd8" 290dependencies = [ 291 "data-encoding", 292 "data-encoding-macro-internal", 293] 294 295[[package]] 296name = "data-encoding-macro-internal" 297version = "0.1.19" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "c54e03a951783e8b327515db3f2a2fd0e3bed362a96b066f341ce66ed49b4ead" 300dependencies = [ 301 "data-encoding", 302 "syn 3.0.3", 303] 304 305[[package]] 306name = "deadpool" 307version = "0.13.0" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "883466cb8db62725aee5f4a6011e8a5d42912b42632df32aad57fc91127c6e04" 310dependencies = [ 311 "deadpool-runtime", 312 "num_cpus", 313 "tokio", 314] 315 316[[package]] 317name = "deadpool-runtime" 318version = "0.3.1" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "2657f61fb1dd8bf37a8d51093cc7cee4e77125b22f7753f49b289f831bec2bae" 321dependencies = [ 322 "tokio", 323] 324 325[[package]] 326name = "deadpool-sqlite" 327version = "0.13.0" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "9cea80311362fbc476e1f9568f50d5ec576a8bbb9375b7cdc1856e3216870440" 330dependencies = [ 331 "deadpool", 332 "deadpool-sync", 333 "rusqlite", 334] 335 336[[package]] 337name = "deadpool-sync" 338version = "0.2.0" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "e385cc95d3d582c328b36d1ff90feac061102b001894b555e6b465a2e0eaabbf" 341dependencies = [ 342 "deadpool-runtime", 343] 344 345[[package]] 346name = "equivalent" 347version = "1.0.2" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 350 351[[package]] 352name = "errno" 353version = "0.3.14" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 356dependencies = [ 357 "libc", 358 "windows-sys", 359] 360 361[[package]] 362name = "fallible-iterator" 363version = "0.3.0" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 366 367[[package]] 368name = "fallible-streaming-iterator" 369version = "0.1.9" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 372 373[[package]] 374name = "fastrand" 375version = "2.5.0" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" 378 379[[package]] 380name = "find-msvc-tools" 381version = "0.1.10" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de" 384 385[[package]] 386name = "foldhash" 387version = "0.2.0" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 390 391[[package]] 392name = "form_urlencoded" 393version = "1.2.2" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 396dependencies = [ 397 "percent-encoding", 398] 399 400[[package]] 401name = "futures-channel" 402version = "0.3.33" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" 405dependencies = [ 406 "futures-core", 407] 408 409[[package]] 410name = "futures-core" 411version = "0.3.33" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" 414 415[[package]] 416name = "futures-task" 417version = "0.3.33" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" 420 421[[package]] 422name = "futures-util" 423version = "0.3.33" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" 426dependencies = [ 427 "futures-core", 428 "futures-task", 429 "pin-project-lite", 430 "slab", 431] 432 433[[package]] 434name = "getrandom" 435version = "0.4.3" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 438dependencies = [ 439 "cfg-if", 440 "libc", 441 "r-efi", 442] 443 444[[package]] 445name = "hashbrown" 446version = "0.16.1" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 449dependencies = [ 450 "foldhash", 451] 452 453[[package]] 454name = "hashbrown" 455version = "0.17.1" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 458 459[[package]] 460name = "hashlink" 461version = "0.11.1" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" 464dependencies = [ 465 "hashbrown 0.16.1", 466] 467 468[[package]] 469name = "heck" 470version = "0.5.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 473 474[[package]] 475name = "hermit-abi" 476version = "0.5.2" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 479 480[[package]] 481name = "http" 482version = "1.5.0" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" 485dependencies = [ 486 "bytes", 487 "itoa", 488] 489 490[[package]] 491name = "http-body" 492version = "1.1.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" 495dependencies = [ 496 "bytes", 497 "http", 498] 499 500[[package]] 501name = "http-body-util" 502version = "0.1.4" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" 505dependencies = [ 506 "bytes", 507 "futures-core", 508 "http", 509 "http-body", 510 "pin-project-lite", 511] 512 513[[package]] 514name = "httparse" 515version = "1.10.1" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 518 519[[package]] 520name = "httpdate" 521version = "1.0.3" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 524 525[[package]] 526name = "hyper" 527version = "1.11.0" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" 530dependencies = [ 531 "atomic-waker", 532 "bytes", 533 "futures-channel", 534 "futures-core", 535 "http", 536 "http-body", 537 "httparse", 538 "httpdate", 539 "itoa", 540 "pin-project-lite", 541 "smallvec", 542 "tokio", 543] 544 545[[package]] 546name = "hyper-util" 547version = "0.1.20" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 550dependencies = [ 551 "bytes", 552 "http", 553 "http-body", 554 "hyper", 555 "pin-project-lite", 556 "tokio", 557 "tower-service", 558] 559 560[[package]] 561name = "indexmap" 562version = "2.14.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 565dependencies = [ 566 "equivalent", 567 "hashbrown 0.17.1", 568 "serde", 569 "serde_core", 570] 571 572[[package]] 573name = "ipld-core" 574version = "0.4.3" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 577dependencies = [ 578 "cid", 579 "serde", 580 "serde_bytes", 581] 582 583[[package]] 584name = "is_terminal_polyfill" 585version = "1.70.2" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 588 589[[package]] 590name = "itoa" 591version = "1.0.18" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 594 595[[package]] 596name = "js-sys" 597version = "0.3.104" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" 600dependencies = [ 601 "cfg-if", 602 "wasm-bindgen", 603] 604 605[[package]] 606name = "lazy_static" 607version = "1.5.0" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 610 611[[package]] 612name = "libc" 613version = "0.2.189" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" 616 617[[package]] 618name = "libsqlite3-sys" 619version = "0.36.0" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "95b4103cffefa72eb8428cb6b47d6627161e51c2739fc5e3b734584157bc642a" 622dependencies = [ 623 "cc", 624 "pkg-config", 625 "vcpkg", 626] 627 628[[package]] 629name = "linux-raw-sys" 630version = "0.12.1" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 633 634[[package]] 635name = "log" 636version = "0.4.33" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 639 640[[package]] 641name = "match-lookup" 642version = "0.1.3" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "549e39695cc0b640f3cb378053832db3d2133422d49e8dcae5c866a2aaf1f730" 645dependencies = [ 646 "proc-macro2", 647 "quote", 648 "syn 2.0.119", 649] 650 651[[package]] 652name = "matchers" 653version = "0.2.0" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 656dependencies = [ 657 "regex-automata", 658] 659 660[[package]] 661name = "matchit" 662version = "0.8.4" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 665 666[[package]] 667name = "memchr" 668version = "2.8.3" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" 671 672[[package]] 673name = "mime" 674version = "0.3.17" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 677 678[[package]] 679name = "mio" 680version = "1.2.2" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" 683dependencies = [ 684 "libc", 685 "wasi", 686 "windows-sys", 687] 688 689[[package]] 690name = "multibase" 691version = "0.9.3" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6" 694dependencies = [ 695 "base-x", 696 "base256emoji", 697 "base45", 698 "data-encoding", 699 "data-encoding-macro", 700] 701 702[[package]] 703name = "multihash" 704version = "0.19.5" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 707dependencies = [ 708 "serde", 709 "unsigned-varint", 710] 711 712[[package]] 713name = "nu-ansi-term" 714version = "0.50.3" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 717dependencies = [ 718 "windows-sys", 719] 720 721[[package]] 722name = "num-traits" 723version = "0.2.19" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 726dependencies = [ 727 "autocfg", 728] 729 730[[package]] 731name = "num_cpus" 732version = "1.17.0" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 735dependencies = [ 736 "hermit-abi", 737 "libc", 738] 739 740[[package]] 741name = "once_cell" 742version = "1.21.4" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 745 746[[package]] 747name = "once_cell_polyfill" 748version = "1.70.2" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 751 752[[package]] 753name = "percent-encoding" 754version = "2.3.2" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 757 758[[package]] 759name = "pin-project-lite" 760version = "0.2.17" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 763 764[[package]] 765name = "pkg-config" 766version = "0.3.33" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 769 770[[package]] 771name = "plc-mirror" 772version = "0.1.0" 773dependencies = [ 774 "anyhow", 775 "axum", 776 "base64", 777 "chrono", 778 "cid", 779 "clap", 780 "deadpool-sqlite", 781 "indexmap", 782 "rusqlite", 783 "serde", 784 "serde_ipld_dagcbor", 785 "serde_json", 786 "tempfile", 787 "tokio", 788 "tracing", 789 "tracing-subscriber", 790] 791 792[[package]] 793name = "proc-macro2" 794version = "1.0.107" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" 797dependencies = [ 798 "unicode-ident", 799] 800 801[[package]] 802name = "quote" 803version = "1.0.47" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" 806dependencies = [ 807 "proc-macro2", 808] 809 810[[package]] 811name = "r-efi" 812version = "6.0.0" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 815 816[[package]] 817name = "regex-automata" 818version = "0.4.18" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" 821dependencies = [ 822 "aho-corasick", 823 "memchr", 824 "regex-syntax", 825] 826 827[[package]] 828name = "regex-syntax" 829version = "0.8.11" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 832 833[[package]] 834name = "rsqlite-vfs" 835version = "0.1.1" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c" 838dependencies = [ 839 "hashbrown 0.16.1", 840 "thiserror", 841] 842 843[[package]] 844name = "rusqlite" 845version = "0.38.0" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3" 848dependencies = [ 849 "bitflags", 850 "fallible-iterator", 851 "fallible-streaming-iterator", 852 "hashlink", 853 "libsqlite3-sys", 854 "smallvec", 855 "sqlite-wasm-rs", 856] 857 858[[package]] 859name = "rustix" 860version = "1.1.4" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 863dependencies = [ 864 "bitflags", 865 "errno", 866 "libc", 867 "linux-raw-sys", 868 "windows-sys", 869] 870 871[[package]] 872name = "rustversion" 873version = "1.0.23" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" 876 877[[package]] 878name = "ryu" 879version = "1.0.23" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 882 883[[package]] 884name = "scopeguard" 885version = "1.2.0" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 888 889[[package]] 890name = "serde" 891version = "1.0.229" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" 894dependencies = [ 895 "serde_core", 896 "serde_derive", 897] 898 899[[package]] 900name = "serde_bytes" 901version = "0.11.19" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 904dependencies = [ 905 "serde", 906 "serde_core", 907] 908 909[[package]] 910name = "serde_core" 911version = "1.0.229" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" 914dependencies = [ 915 "serde_derive", 916] 917 918[[package]] 919name = "serde_derive" 920version = "1.0.229" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" 923dependencies = [ 924 "proc-macro2", 925 "quote", 926 "syn 3.0.3", 927] 928 929[[package]] 930name = "serde_ipld_dagcbor" 931version = "0.6.4" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 934dependencies = [ 935 "cbor4ii", 936 "ipld-core", 937 "scopeguard", 938 "serde", 939] 940 941[[package]] 942name = "serde_json" 943version = "1.0.151" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" 946dependencies = [ 947 "itoa", 948 "memchr", 949 "serde", 950 "serde_core", 951 "zmij", 952] 953 954[[package]] 955name = "serde_path_to_error" 956version = "0.1.20" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 959dependencies = [ 960 "itoa", 961 "serde", 962 "serde_core", 963] 964 965[[package]] 966name = "serde_urlencoded" 967version = "0.7.1" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 970dependencies = [ 971 "form_urlencoded", 972 "itoa", 973 "ryu", 974 "serde", 975] 976 977[[package]] 978name = "sharded-slab" 979version = "0.1.7" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 982dependencies = [ 983 "lazy_static", 984] 985 986[[package]] 987name = "shlex" 988version = "2.0.1" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 991 992[[package]] 993name = "signal-hook-registry" 994version = "1.4.8" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 997dependencies = [ 998 "errno", 999 "libc", 1000] 1001 1002[[package]] 1003name = "slab" 1004version = "0.4.12" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1007 1008[[package]] 1009name = "smallvec" 1010version = "1.15.2" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 1013 1014[[package]] 1015name = "socket2" 1016version = "0.6.5" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" 1019dependencies = [ 1020 "libc", 1021 "windows-sys", 1022] 1023 1024[[package]] 1025name = "sqlite-wasm-rs" 1026version = "0.5.5" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75" 1029dependencies = [ 1030 "cc", 1031 "js-sys", 1032 "rsqlite-vfs", 1033 "wasm-bindgen", 1034] 1035 1036[[package]] 1037name = "strsim" 1038version = "0.11.1" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1041 1042[[package]] 1043name = "syn" 1044version = "2.0.119" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" 1047dependencies = [ 1048 "proc-macro2", 1049 "quote", 1050 "unicode-ident", 1051] 1052 1053[[package]] 1054name = "syn" 1055version = "3.0.3" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" 1058dependencies = [ 1059 "proc-macro2", 1060 "quote", 1061 "unicode-ident", 1062] 1063 1064[[package]] 1065name = "sync_wrapper" 1066version = "1.0.2" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1069 1070[[package]] 1071name = "tempfile" 1072version = "3.27.0" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1075dependencies = [ 1076 "fastrand", 1077 "getrandom", 1078 "once_cell", 1079 "rustix", 1080 "windows-sys", 1081] 1082 1083[[package]] 1084name = "thiserror" 1085version = "2.0.20" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" 1088dependencies = [ 1089 "thiserror-impl", 1090] 1091 1092[[package]] 1093name = "thiserror-impl" 1094version = "2.0.20" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" 1097dependencies = [ 1098 "proc-macro2", 1099 "quote", 1100 "syn 3.0.3", 1101] 1102 1103[[package]] 1104name = "thread_local" 1105version = "1.1.10" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" 1108dependencies = [ 1109 "cfg-if", 1110] 1111 1112[[package]] 1113name = "tokio" 1114version = "1.53.1" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" 1117dependencies = [ 1118 "libc", 1119 "mio", 1120 "pin-project-lite", 1121 "signal-hook-registry", 1122 "socket2", 1123 "tokio-macros", 1124 "windows-sys", 1125] 1126 1127[[package]] 1128name = "tokio-macros" 1129version = "2.7.2" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" 1132dependencies = [ 1133 "proc-macro2", 1134 "quote", 1135 "syn 3.0.3", 1136] 1137 1138[[package]] 1139name = "tower" 1140version = "0.5.3" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1143dependencies = [ 1144 "futures-core", 1145 "futures-util", 1146 "pin-project-lite", 1147 "sync_wrapper", 1148 "tokio", 1149 "tower-layer", 1150 "tower-service", 1151 "tracing", 1152] 1153 1154[[package]] 1155name = "tower-layer" 1156version = "0.3.3" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1159 1160[[package]] 1161name = "tower-service" 1162version = "0.3.3" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1165 1166[[package]] 1167name = "tracing" 1168version = "0.1.44" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1171dependencies = [ 1172 "log", 1173 "pin-project-lite", 1174 "tracing-attributes", 1175 "tracing-core", 1176] 1177 1178[[package]] 1179name = "tracing-attributes" 1180version = "0.1.31" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1183dependencies = [ 1184 "proc-macro2", 1185 "quote", 1186 "syn 2.0.119", 1187] 1188 1189[[package]] 1190name = "tracing-core" 1191version = "0.1.36" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1194dependencies = [ 1195 "once_cell", 1196 "valuable", 1197] 1198 1199[[package]] 1200name = "tracing-log" 1201version = "0.2.0" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1204dependencies = [ 1205 "log", 1206 "once_cell", 1207 "tracing-core", 1208] 1209 1210[[package]] 1211name = "tracing-subscriber" 1212version = "0.3.23" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 1215dependencies = [ 1216 "matchers", 1217 "nu-ansi-term", 1218 "once_cell", 1219 "regex-automata", 1220 "sharded-slab", 1221 "smallvec", 1222 "thread_local", 1223 "tracing", 1224 "tracing-core", 1225 "tracing-log", 1226] 1227 1228[[package]] 1229name = "unicode-ident" 1230version = "1.0.24" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1233 1234[[package]] 1235name = "unsigned-varint" 1236version = "0.8.0" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 1239 1240[[package]] 1241name = "utf8parse" 1242version = "0.2.2" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1245 1246[[package]] 1247name = "valuable" 1248version = "0.1.1" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1251 1252[[package]] 1253name = "vcpkg" 1254version = "0.2.15" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1257 1258[[package]] 1259name = "wasi" 1260version = "0.11.1+wasi-snapshot-preview1" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1263 1264[[package]] 1265name = "wasm-bindgen" 1266version = "0.2.127" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" 1269dependencies = [ 1270 "cfg-if", 1271 "once_cell", 1272 "rustversion", 1273 "wasm-bindgen-macro", 1274 "wasm-bindgen-shared", 1275] 1276 1277[[package]] 1278name = "wasm-bindgen-macro" 1279version = "0.2.127" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" 1282dependencies = [ 1283 "quote", 1284 "wasm-bindgen-macro-support", 1285] 1286 1287[[package]] 1288name = "wasm-bindgen-macro-support" 1289version = "0.2.127" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" 1292dependencies = [ 1293 "bumpalo", 1294 "proc-macro2", 1295 "quote", 1296 "syn 2.0.119", 1297 "wasm-bindgen-shared", 1298] 1299 1300[[package]] 1301name = "wasm-bindgen-shared" 1302version = "0.2.127" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" 1305dependencies = [ 1306 "unicode-ident", 1307] 1308 1309[[package]] 1310name = "windows-link" 1311version = "0.2.1" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1314 1315[[package]] 1316name = "windows-sys" 1317version = "0.61.2" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1320dependencies = [ 1321 "windows-link", 1322] 1323 1324[[package]] 1325name = "zmij" 1326version = "1.0.23" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"