Self-hosted fleet management platform for Linux
0
fork

Configure Feed

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

at main 1227 lines 31 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 = "atomic-waker" 66version = "1.1.2" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 69 70[[package]] 71name = "axum" 72version = "0.8.9" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 75dependencies = [ 76 "axum-core", 77 "axum-macros", 78 "bytes", 79 "form_urlencoded", 80 "futures-util", 81 "http", 82 "http-body", 83 "http-body-util", 84 "hyper", 85 "hyper-util", 86 "itoa", 87 "matchit", 88 "memchr", 89 "mime", 90 "percent-encoding", 91 "pin-project-lite", 92 "serde_core", 93 "serde_json", 94 "serde_path_to_error", 95 "serde_urlencoded", 96 "sync_wrapper", 97 "tokio", 98 "tower", 99 "tower-layer", 100 "tower-service", 101 "tracing", 102] 103 104[[package]] 105name = "axum-core" 106version = "0.5.6" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 109dependencies = [ 110 "bytes", 111 "futures-core", 112 "http", 113 "http-body", 114 "http-body-util", 115 "mime", 116 "pin-project-lite", 117 "sync_wrapper", 118 "tower-layer", 119 "tower-service", 120 "tracing", 121] 122 123[[package]] 124name = "axum-macros" 125version = "0.5.1" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" 128dependencies = [ 129 "proc-macro2", 130 "quote", 131 "syn", 132] 133 134[[package]] 135name = "base64" 136version = "0.22.1" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 139 140[[package]] 141name = "base64ct" 142version = "1.8.3" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 145 146[[package]] 147name = "block-buffer" 148version = "0.10.4" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 151dependencies = [ 152 "generic-array", 153] 154 155[[package]] 156name = "bytes" 157version = "1.11.1" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 160 161[[package]] 162name = "cfg-if" 163version = "1.0.4" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 166 167[[package]] 168name = "clap" 169version = "4.6.1" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 172dependencies = [ 173 "clap_builder", 174 "clap_derive", 175] 176 177[[package]] 178name = "clap_builder" 179version = "4.6.0" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 182dependencies = [ 183 "anstream", 184 "anstyle", 185 "clap_lex", 186 "strsim", 187] 188 189[[package]] 190name = "clap_derive" 191version = "4.6.1" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" 194dependencies = [ 195 "heck", 196 "proc-macro2", 197 "quote", 198 "syn", 199] 200 201[[package]] 202name = "clap_lex" 203version = "1.1.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 206 207[[package]] 208name = "colorchoice" 209version = "1.0.5" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 212 213[[package]] 214name = "confique" 215version = "0.4.0" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "06b4f5ec222421e22bb0a8cbaa36b1d2b50fd45cdd30c915ded34108da78b29f" 218dependencies = [ 219 "confique-macro", 220 "serde", 221 "toml", 222] 223 224[[package]] 225name = "confique-macro" 226version = "0.0.13" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "e4d1754680cd218e7bcb4c960cc9bae3444b5197d64563dccccfdf83cab9e1a7" 229dependencies = [ 230 "heck", 231 "proc-macro2", 232 "quote", 233 "syn", 234] 235 236[[package]] 237name = "const-oid" 238version = "0.9.6" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 241 242[[package]] 243name = "cpufeatures" 244version = "0.2.17" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 247dependencies = [ 248 "libc", 249] 250 251[[package]] 252name = "crypto-common" 253version = "0.1.7" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 256dependencies = [ 257 "generic-array", 258 "typenum", 259] 260 261[[package]] 262name = "curve25519-dalek" 263version = "4.1.3" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 266dependencies = [ 267 "cfg-if", 268 "cpufeatures", 269 "curve25519-dalek-derive", 270 "digest", 271 "fiat-crypto", 272 "rustc_version", 273 "subtle", 274 "zeroize", 275] 276 277[[package]] 278name = "curve25519-dalek-derive" 279version = "0.1.1" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 282dependencies = [ 283 "proc-macro2", 284 "quote", 285 "syn", 286] 287 288[[package]] 289name = "der" 290version = "0.7.10" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 293dependencies = [ 294 "const-oid", 295 "pem-rfc7468", 296 "zeroize", 297] 298 299[[package]] 300name = "digest" 301version = "0.10.7" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 304dependencies = [ 305 "block-buffer", 306 "crypto-common", 307] 308 309[[package]] 310name = "ed25519" 311version = "2.2.3" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 314dependencies = [ 315 "pkcs8", 316 "signature", 317] 318 319[[package]] 320name = "ed25519-dalek" 321version = "2.2.0" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 324dependencies = [ 325 "curve25519-dalek", 326 "ed25519", 327 "rand_core", 328 "serde", 329 "sha2", 330 "subtle", 331 "zeroize", 332] 333 334[[package]] 335name = "equivalent" 336version = "1.0.2" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 339 340[[package]] 341name = "errno" 342version = "0.3.14" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 345dependencies = [ 346 "libc", 347 "windows-sys", 348] 349 350[[package]] 351name = "fiat-crypto" 352version = "0.2.9" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 355 356[[package]] 357name = "form_urlencoded" 358version = "1.2.2" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 361dependencies = [ 362 "percent-encoding", 363] 364 365[[package]] 366name = "futures-channel" 367version = "0.3.32" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 370dependencies = [ 371 "futures-core", 372] 373 374[[package]] 375name = "futures-core" 376version = "0.3.32" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 379 380[[package]] 381name = "futures-sink" 382version = "0.3.32" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 385 386[[package]] 387name = "futures-task" 388version = "0.3.32" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 391 392[[package]] 393name = "futures-util" 394version = "0.3.32" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 397dependencies = [ 398 "futures-core", 399 "futures-task", 400 "pin-project-lite", 401 "slab", 402] 403 404[[package]] 405name = "generic-array" 406version = "0.14.7" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 409dependencies = [ 410 "typenum", 411 "version_check", 412] 413 414[[package]] 415name = "getrandom" 416version = "0.2.17" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 419dependencies = [ 420 "cfg-if", 421 "libc", 422 "wasi", 423] 424 425[[package]] 426name = "hashbrown" 427version = "0.17.0" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 430 431[[package]] 432name = "heck" 433version = "0.5.0" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 436 437[[package]] 438name = "hex" 439version = "0.4.3" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 442 443[[package]] 444name = "http" 445version = "1.4.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 448dependencies = [ 449 "bytes", 450 "itoa", 451] 452 453[[package]] 454name = "http-body" 455version = "1.0.1" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 458dependencies = [ 459 "bytes", 460 "http", 461] 462 463[[package]] 464name = "http-body-util" 465version = "0.1.3" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 468dependencies = [ 469 "bytes", 470 "futures-core", 471 "http", 472 "http-body", 473 "pin-project-lite", 474] 475 476[[package]] 477name = "httparse" 478version = "1.10.1" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 481 482[[package]] 483name = "httpdate" 484version = "1.0.3" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 487 488[[package]] 489name = "hyper" 490version = "1.9.0" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 493dependencies = [ 494 "atomic-waker", 495 "bytes", 496 "futures-channel", 497 "futures-core", 498 "http", 499 "http-body", 500 "httparse", 501 "httpdate", 502 "itoa", 503 "pin-project-lite", 504 "smallvec", 505 "tokio", 506] 507 508[[package]] 509name = "hyper-util" 510version = "0.1.20" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 513dependencies = [ 514 "bytes", 515 "http", 516 "http-body", 517 "hyper", 518 "pin-project-lite", 519 "tokio", 520 "tower-service", 521] 522 523[[package]] 524name = "indexmap" 525version = "2.14.0" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 528dependencies = [ 529 "equivalent", 530 "hashbrown", 531] 532 533[[package]] 534name = "is_terminal_polyfill" 535version = "1.70.2" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 538 539[[package]] 540name = "itoa" 541version = "1.0.18" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 544 545[[package]] 546name = "lazy_static" 547version = "1.5.0" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 550 551[[package]] 552name = "libc" 553version = "0.2.185" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" 556 557[[package]] 558name = "log" 559version = "0.4.29" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 562 563[[package]] 564name = "lucid-api" 565version = "0.1.0-alpha.0" 566dependencies = [ 567 "axum", 568 "http", 569 "lucid-crypto", 570 "lucid-server-config", 571 "serde", 572 "serde_json", 573 "tokio-util", 574 "tracing", 575] 576 577[[package]] 578name = "lucid-auth" 579version = "0.1.0-alpha.0" 580 581[[package]] 582name = "lucid-core" 583version = "0.1.0-alpha.0" 584dependencies = [ 585 "confique", 586] 587 588[[package]] 589name = "lucid-crypto" 590version = "0.1.0-alpha.0" 591dependencies = [ 592 "base64", 593 "ed25519-dalek", 594 "hex", 595 "serde", 596 "thiserror", 597] 598 599[[package]] 600name = "lucid-database" 601version = "0.1.0-alpha.0" 602 603[[package]] 604name = "lucid-server" 605version = "0.1.0-alpha.0" 606dependencies = [ 607 "axum", 608 "clap", 609 "lucid-api", 610 "lucid-core", 611 "lucid-crypto", 612 "lucid-server-config", 613 "tokio", 614 "tokio-util", 615 "tracing", 616 "tracing-subscriber", 617] 618 619[[package]] 620name = "lucid-server-config" 621version = "0.1.0-alpha.0" 622dependencies = [ 623 "confique", 624 "serde", 625] 626 627[[package]] 628name = "matchers" 629version = "0.2.0" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 632dependencies = [ 633 "regex-automata", 634] 635 636[[package]] 637name = "matchit" 638version = "0.8.4" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 641 642[[package]] 643name = "memchr" 644version = "2.8.0" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 647 648[[package]] 649name = "mime" 650version = "0.3.17" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 653 654[[package]] 655name = "mio" 656version = "1.2.0" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 659dependencies = [ 660 "libc", 661 "wasi", 662 "windows-sys", 663] 664 665[[package]] 666name = "nu-ansi-term" 667version = "0.50.3" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 670dependencies = [ 671 "windows-sys", 672] 673 674[[package]] 675name = "once_cell" 676version = "1.21.4" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 679 680[[package]] 681name = "once_cell_polyfill" 682version = "1.70.2" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 685 686[[package]] 687name = "pem-rfc7468" 688version = "0.7.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 691dependencies = [ 692 "base64ct", 693] 694 695[[package]] 696name = "percent-encoding" 697version = "2.3.2" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 700 701[[package]] 702name = "pin-project-lite" 703version = "0.2.17" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 706 707[[package]] 708name = "pkcs8" 709version = "0.10.2" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 712dependencies = [ 713 "der", 714 "spki", 715] 716 717[[package]] 718name = "proc-macro2" 719version = "1.0.106" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 722dependencies = [ 723 "unicode-ident", 724] 725 726[[package]] 727name = "quote" 728version = "1.0.45" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 731dependencies = [ 732 "proc-macro2", 733] 734 735[[package]] 736name = "rand_core" 737version = "0.6.4" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 740dependencies = [ 741 "getrandom", 742] 743 744[[package]] 745name = "regex-automata" 746version = "0.4.14" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 749dependencies = [ 750 "aho-corasick", 751 "memchr", 752 "regex-syntax", 753] 754 755[[package]] 756name = "regex-syntax" 757version = "0.8.10" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 760 761[[package]] 762name = "rustc_version" 763version = "0.4.1" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 766dependencies = [ 767 "semver", 768] 769 770[[package]] 771name = "ryu" 772version = "1.0.23" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 775 776[[package]] 777name = "semver" 778version = "1.0.28" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 781 782[[package]] 783name = "serde" 784version = "1.0.228" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 787dependencies = [ 788 "serde_core", 789 "serde_derive", 790] 791 792[[package]] 793name = "serde_core" 794version = "1.0.228" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 797dependencies = [ 798 "serde_derive", 799] 800 801[[package]] 802name = "serde_derive" 803version = "1.0.228" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 806dependencies = [ 807 "proc-macro2", 808 "quote", 809 "syn", 810] 811 812[[package]] 813name = "serde_json" 814version = "1.0.149" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 817dependencies = [ 818 "itoa", 819 "memchr", 820 "serde", 821 "serde_core", 822 "zmij", 823] 824 825[[package]] 826name = "serde_path_to_error" 827version = "0.1.20" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 830dependencies = [ 831 "itoa", 832 "serde", 833 "serde_core", 834] 835 836[[package]] 837name = "serde_spanned" 838version = "1.1.1" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" 841dependencies = [ 842 "serde_core", 843] 844 845[[package]] 846name = "serde_urlencoded" 847version = "0.7.1" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 850dependencies = [ 851 "form_urlencoded", 852 "itoa", 853 "ryu", 854 "serde", 855] 856 857[[package]] 858name = "sha2" 859version = "0.10.9" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 862dependencies = [ 863 "cfg-if", 864 "cpufeatures", 865 "digest", 866] 867 868[[package]] 869name = "sharded-slab" 870version = "0.1.7" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 873dependencies = [ 874 "lazy_static", 875] 876 877[[package]] 878name = "signal-hook-registry" 879version = "1.4.8" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 882dependencies = [ 883 "errno", 884 "libc", 885] 886 887[[package]] 888name = "signature" 889version = "2.2.0" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 892dependencies = [ 893 "rand_core", 894] 895 896[[package]] 897name = "slab" 898version = "0.4.12" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 901 902[[package]] 903name = "smallvec" 904version = "1.15.1" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 907 908[[package]] 909name = "socket2" 910version = "0.6.3" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 913dependencies = [ 914 "libc", 915 "windows-sys", 916] 917 918[[package]] 919name = "spki" 920version = "0.7.3" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 923dependencies = [ 924 "base64ct", 925 "der", 926] 927 928[[package]] 929name = "strsim" 930version = "0.11.1" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 933 934[[package]] 935name = "subtle" 936version = "2.6.1" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 939 940[[package]] 941name = "syn" 942version = "2.0.117" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 945dependencies = [ 946 "proc-macro2", 947 "quote", 948 "unicode-ident", 949] 950 951[[package]] 952name = "sync_wrapper" 953version = "1.0.2" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 956 957[[package]] 958name = "thiserror" 959version = "2.0.18" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 962dependencies = [ 963 "thiserror-impl", 964] 965 966[[package]] 967name = "thiserror-impl" 968version = "2.0.18" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 971dependencies = [ 972 "proc-macro2", 973 "quote", 974 "syn", 975] 976 977[[package]] 978name = "thread_local" 979version = "1.1.9" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 982dependencies = [ 983 "cfg-if", 984] 985 986[[package]] 987name = "tokio" 988version = "1.52.1" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" 991dependencies = [ 992 "libc", 993 "mio", 994 "pin-project-lite", 995 "signal-hook-registry", 996 "socket2", 997 "tokio-macros", 998 "windows-sys", 999] 1000 1001[[package]] 1002name = "tokio-macros" 1003version = "2.7.0" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 1006dependencies = [ 1007 "proc-macro2", 1008 "quote", 1009 "syn", 1010] 1011 1012[[package]] 1013name = "tokio-util" 1014version = "0.7.18" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 1017dependencies = [ 1018 "bytes", 1019 "futures-core", 1020 "futures-sink", 1021 "pin-project-lite", 1022 "tokio", 1023] 1024 1025[[package]] 1026name = "toml" 1027version = "0.9.12+spec-1.1.0" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 1030dependencies = [ 1031 "indexmap", 1032 "serde_core", 1033 "serde_spanned", 1034 "toml_datetime", 1035 "toml_parser", 1036 "toml_writer", 1037 "winnow 0.7.15", 1038] 1039 1040[[package]] 1041name = "toml_datetime" 1042version = "0.7.5+spec-1.1.0" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 1045dependencies = [ 1046 "serde_core", 1047] 1048 1049[[package]] 1050name = "toml_parser" 1051version = "1.1.2+spec-1.1.0" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" 1054dependencies = [ 1055 "winnow 1.0.1", 1056] 1057 1058[[package]] 1059name = "toml_writer" 1060version = "1.1.1+spec-1.1.0" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" 1063 1064[[package]] 1065name = "tower" 1066version = "0.5.3" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1069dependencies = [ 1070 "futures-core", 1071 "futures-util", 1072 "pin-project-lite", 1073 "sync_wrapper", 1074 "tokio", 1075 "tower-layer", 1076 "tower-service", 1077 "tracing", 1078] 1079 1080[[package]] 1081name = "tower-layer" 1082version = "0.3.3" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1085 1086[[package]] 1087name = "tower-service" 1088version = "0.3.3" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1091 1092[[package]] 1093name = "tracing" 1094version = "0.1.44" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1097dependencies = [ 1098 "log", 1099 "pin-project-lite", 1100 "tracing-attributes", 1101 "tracing-core", 1102] 1103 1104[[package]] 1105name = "tracing-attributes" 1106version = "0.1.31" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1109dependencies = [ 1110 "proc-macro2", 1111 "quote", 1112 "syn", 1113] 1114 1115[[package]] 1116name = "tracing-core" 1117version = "0.1.36" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1120dependencies = [ 1121 "once_cell", 1122 "valuable", 1123] 1124 1125[[package]] 1126name = "tracing-log" 1127version = "0.2.0" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1130dependencies = [ 1131 "log", 1132 "once_cell", 1133 "tracing-core", 1134] 1135 1136[[package]] 1137name = "tracing-subscriber" 1138version = "0.3.23" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 1141dependencies = [ 1142 "matchers", 1143 "nu-ansi-term", 1144 "once_cell", 1145 "regex-automata", 1146 "sharded-slab", 1147 "smallvec", 1148 "thread_local", 1149 "tracing", 1150 "tracing-core", 1151 "tracing-log", 1152] 1153 1154[[package]] 1155name = "typenum" 1156version = "1.19.0" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1159 1160[[package]] 1161name = "unicode-ident" 1162version = "1.0.24" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1165 1166[[package]] 1167name = "utf8parse" 1168version = "0.2.2" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1171 1172[[package]] 1173name = "valuable" 1174version = "0.1.1" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1177 1178[[package]] 1179name = "version_check" 1180version = "0.9.5" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1183 1184[[package]] 1185name = "wasi" 1186version = "0.11.1+wasi-snapshot-preview1" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1189 1190[[package]] 1191name = "windows-link" 1192version = "0.2.1" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1195 1196[[package]] 1197name = "windows-sys" 1198version = "0.61.2" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1201dependencies = [ 1202 "windows-link", 1203] 1204 1205[[package]] 1206name = "winnow" 1207version = "0.7.15" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 1210 1211[[package]] 1212name = "winnow" 1213version = "1.0.1" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" 1216 1217[[package]] 1218name = "zeroize" 1219version = "1.8.2" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 1222 1223[[package]] 1224name = "zmij" 1225version = "1.0.21" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"