A small, fast, static site generator
0
fork

Configure Feed

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

at main 1325 lines 34 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 = "android_system_properties" 7version = "0.1.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 10dependencies = [ 11 "libc", 12] 13 14[[package]] 15name = "anstream" 16version = "0.6.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 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.13" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 34 35[[package]] 36name = "anstyle-parse" 37version = "0.2.7" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 40dependencies = [ 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle-query" 46version = "1.1.4" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 49dependencies = [ 50 "windows-sys 0.60.2", 51] 52 53[[package]] 54name = "anstyle-wincon" 55version = "3.0.10" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 58dependencies = [ 59 "anstyle", 60 "once_cell_polyfill", 61 "windows-sys 0.60.2", 62] 63 64[[package]] 65name = "anyhow" 66version = "1.0.100" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 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.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 81 82[[package]] 83name = "base64" 84version = "0.22.1" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 87 88[[package]] 89name = "bitflags" 90version = "1.3.2" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 93 94[[package]] 95name = "bitflags" 96version = "2.10.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 99 100[[package]] 101name = "block-buffer" 102version = "0.10.4" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 105dependencies = [ 106 "generic-array", 107] 108 109[[package]] 110name = "bumpalo" 111version = "3.19.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 114 115[[package]] 116name = "bytes" 117version = "1.10.1" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 120 121[[package]] 122name = "cc" 123version = "1.2.41" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" 126dependencies = [ 127 "find-msvc-tools", 128 "shlex", 129] 130 131[[package]] 132name = "cfg-if" 133version = "1.0.4" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 136 137[[package]] 138name = "chrono" 139version = "0.4.42" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 142dependencies = [ 143 "iana-time-zone", 144 "js-sys", 145 "num-traits", 146 "serde", 147 "wasm-bindgen", 148 "windows-link", 149] 150 151[[package]] 152name = "clap" 153version = "4.5.51" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" 156dependencies = [ 157 "clap_builder", 158] 159 160[[package]] 161name = "clap_builder" 162version = "4.5.51" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" 165dependencies = [ 166 "anstream", 167 "anstyle", 168 "clap_lex", 169 "strsim", 170] 171 172[[package]] 173name = "clap_lex" 174version = "0.7.6" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 177 178[[package]] 179name = "colorchoice" 180version = "1.0.4" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 183 184[[package]] 185name = "copy_dir" 186version = "0.1.3" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "543d1dd138ef086e2ff05e3a48cf9da045da2033d16f8538fd76b86cd49b2ca3" 189dependencies = [ 190 "walkdir", 191] 192 193[[package]] 194name = "core-foundation-sys" 195version = "0.8.7" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 198 199[[package]] 200name = "cpufeatures" 201version = "0.2.17" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 204dependencies = [ 205 "libc", 206] 207 208[[package]] 209name = "crypto-common" 210version = "0.1.6" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 213dependencies = [ 214 "generic-array", 215 "typenum", 216] 217 218[[package]] 219name = "digest" 220version = "0.10.7" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 223dependencies = [ 224 "block-buffer", 225 "crypto-common", 226] 227 228[[package]] 229name = "equivalent" 230version = "1.0.2" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 233 234[[package]] 235name = "find-msvc-tools" 236version = "0.1.4" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 239 240[[package]] 241name = "fnv" 242version = "1.0.7" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 245 246[[package]] 247name = "form_urlencoded" 248version = "1.2.2" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 251dependencies = [ 252 "percent-encoding", 253] 254 255[[package]] 256name = "fsevent-sys" 257version = "4.1.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 260dependencies = [ 261 "libc", 262] 263 264[[package]] 265name = "futures-channel" 266version = "0.3.31" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 269dependencies = [ 270 "futures-core", 271] 272 273[[package]] 274name = "futures-core" 275version = "0.3.31" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 278 279[[package]] 280name = "futures-sink" 281version = "0.3.31" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 284 285[[package]] 286name = "futures-task" 287version = "0.3.31" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 290 291[[package]] 292name = "futures-util" 293version = "0.3.31" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 296dependencies = [ 297 "futures-core", 298 "futures-sink", 299 "futures-task", 300 "pin-project-lite", 301 "pin-utils", 302] 303 304[[package]] 305name = "generic-array" 306version = "0.14.9" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 309dependencies = [ 310 "typenum", 311 "version_check", 312] 313 314[[package]] 315name = "getopts" 316version = "0.2.24" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 319dependencies = [ 320 "unicode-width", 321] 322 323[[package]] 324name = "h2" 325version = "0.4.12" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 328dependencies = [ 329 "atomic-waker", 330 "bytes", 331 "fnv", 332 "futures-core", 333 "futures-sink", 334 "http", 335 "indexmap", 336 "slab", 337 "tokio", 338 "tokio-util", 339 "tracing", 340] 341 342[[package]] 343name = "hashbrown" 344version = "0.16.0" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 347 348[[package]] 349name = "headers" 350version = "0.4.1" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" 353dependencies = [ 354 "base64", 355 "bytes", 356 "headers-core", 357 "http", 358 "httpdate", 359 "mime", 360 "sha1", 361] 362 363[[package]] 364name = "headers-core" 365version = "0.3.0" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 368dependencies = [ 369 "http", 370] 371 372[[package]] 373name = "http" 374version = "1.3.1" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 377dependencies = [ 378 "bytes", 379 "fnv", 380 "itoa", 381] 382 383[[package]] 384name = "http-body" 385version = "1.0.1" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 388dependencies = [ 389 "bytes", 390 "http", 391] 392 393[[package]] 394name = "http-body-util" 395version = "0.1.3" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 398dependencies = [ 399 "bytes", 400 "futures-core", 401 "http", 402 "http-body", 403 "pin-project-lite", 404] 405 406[[package]] 407name = "httparse" 408version = "1.10.1" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 411 412[[package]] 413name = "httpdate" 414version = "1.0.3" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 417 418[[package]] 419name = "hyper" 420version = "1.7.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 423dependencies = [ 424 "atomic-waker", 425 "bytes", 426 "futures-channel", 427 "futures-core", 428 "h2", 429 "http", 430 "http-body", 431 "httparse", 432 "httpdate", 433 "itoa", 434 "pin-project-lite", 435 "pin-utils", 436 "smallvec", 437 "tokio", 438] 439 440[[package]] 441name = "hyper-util" 442version = "0.1.17" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 445dependencies = [ 446 "bytes", 447 "futures-core", 448 "http", 449 "http-body", 450 "hyper", 451 "pin-project-lite", 452 "tokio", 453 "tower-service", 454] 455 456[[package]] 457name = "iana-time-zone" 458version = "0.1.64" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 461dependencies = [ 462 "android_system_properties", 463 "core-foundation-sys", 464 "iana-time-zone-haiku", 465 "js-sys", 466 "log", 467 "wasm-bindgen", 468 "windows-core", 469] 470 471[[package]] 472name = "iana-time-zone-haiku" 473version = "0.1.2" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 476dependencies = [ 477 "cc", 478] 479 480[[package]] 481name = "indexmap" 482version = "2.12.0" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 485dependencies = [ 486 "equivalent", 487 "hashbrown", 488] 489 490[[package]] 491name = "inotify" 492version = "0.11.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 495dependencies = [ 496 "bitflags 2.10.0", 497 "inotify-sys", 498 "libc", 499] 500 501[[package]] 502name = "inotify-sys" 503version = "0.1.5" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 506dependencies = [ 507 "libc", 508] 509 510[[package]] 511name = "is_terminal_polyfill" 512version = "1.70.2" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 515 516[[package]] 517name = "itoa" 518version = "1.0.15" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 521 522[[package]] 523name = "js-sys" 524version = "0.3.81" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 527dependencies = [ 528 "once_cell", 529 "wasm-bindgen", 530] 531 532[[package]] 533name = "kqueue" 534version = "1.1.1" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 537dependencies = [ 538 "kqueue-sys", 539 "libc", 540] 541 542[[package]] 543name = "kqueue-sys" 544version = "1.0.4" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 547dependencies = [ 548 "bitflags 1.3.2", 549 "libc", 550] 551 552[[package]] 553name = "libc" 554version = "0.2.177" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 557 558[[package]] 559name = "log" 560version = "0.4.28" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 563 564[[package]] 565name = "memchr" 566version = "2.7.6" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 569 570[[package]] 571name = "memo-map" 572version = "0.3.3" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b" 575 576[[package]] 577name = "mime" 578version = "0.3.17" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 581 582[[package]] 583name = "mime_guess" 584version = "2.0.5" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 587dependencies = [ 588 "mime", 589 "unicase", 590] 591 592[[package]] 593name = "minijinja" 594version = "2.12.0" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "a9f264d75233323f4b7d2f03aefe8a990690cdebfbfe26ea86bcbaec5e9ac990" 597dependencies = [ 598 "memo-map", 599 "self_cell", 600 "serde", 601] 602 603[[package]] 604name = "mio" 605version = "1.1.0" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 608dependencies = [ 609 "libc", 610 "log", 611 "wasi", 612 "windows-sys 0.61.2", 613] 614 615[[package]] 616name = "notify" 617version = "8.2.0" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 620dependencies = [ 621 "bitflags 2.10.0", 622 "fsevent-sys", 623 "inotify", 624 "kqueue", 625 "libc", 626 "log", 627 "mio", 628 "notify-types", 629 "walkdir", 630 "windows-sys 0.60.2", 631] 632 633[[package]] 634name = "notify-types" 635version = "2.0.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" 638 639[[package]] 640name = "num-traits" 641version = "0.2.19" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 644dependencies = [ 645 "autocfg", 646] 647 648[[package]] 649name = "once_cell" 650version = "1.21.3" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 653 654[[package]] 655name = "once_cell_polyfill" 656version = "1.70.2" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 659 660[[package]] 661name = "percent-encoding" 662version = "2.3.2" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 665 666[[package]] 667name = "pin-project" 668version = "1.1.10" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 671dependencies = [ 672 "pin-project-internal", 673] 674 675[[package]] 676name = "pin-project-internal" 677version = "1.1.10" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 680dependencies = [ 681 "proc-macro2", 682 "quote", 683 "syn", 684] 685 686[[package]] 687name = "pin-project-lite" 688version = "0.2.16" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 691 692[[package]] 693name = "pin-utils" 694version = "0.1.0" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 697 698[[package]] 699name = "proc-macro2" 700version = "1.0.101" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 703dependencies = [ 704 "unicode-ident", 705] 706 707[[package]] 708name = "pulldown-cmark" 709version = "0.13.0" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" 712dependencies = [ 713 "bitflags 2.10.0", 714 "getopts", 715 "memchr", 716 "pulldown-cmark-escape", 717 "unicase", 718] 719 720[[package]] 721name = "pulldown-cmark-escape" 722version = "0.11.0" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 725 726[[package]] 727name = "quote" 728version = "1.0.41" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 731dependencies = [ 732 "proc-macro2", 733] 734 735[[package]] 736name = "rustversion" 737version = "1.0.22" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 740 741[[package]] 742name = "ryu" 743version = "1.0.20" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 746 747[[package]] 748name = "same-file" 749version = "1.0.6" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 752dependencies = [ 753 "winapi-util", 754] 755 756[[package]] 757name = "scoped-tls" 758version = "1.0.1" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 761 762[[package]] 763name = "self_cell" 764version = "1.2.1" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33" 767 768[[package]] 769name = "serde" 770version = "1.0.228" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 773dependencies = [ 774 "serde_core", 775 "serde_derive", 776] 777 778[[package]] 779name = "serde_core" 780version = "1.0.228" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 783dependencies = [ 784 "serde_derive", 785] 786 787[[package]] 788name = "serde_derive" 789version = "1.0.228" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 792dependencies = [ 793 "proc-macro2", 794 "quote", 795 "syn", 796] 797 798[[package]] 799name = "serde_json" 800version = "1.0.145" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 803dependencies = [ 804 "itoa", 805 "memchr", 806 "ryu", 807 "serde", 808 "serde_core", 809] 810 811[[package]] 812name = "serde_spanned" 813version = "1.0.3" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 816dependencies = [ 817 "serde_core", 818] 819 820[[package]] 821name = "serde_urlencoded" 822version = "0.7.1" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 825dependencies = [ 826 "form_urlencoded", 827 "itoa", 828 "ryu", 829 "serde", 830] 831 832[[package]] 833name = "serde_yaml" 834version = "0.9.34+deprecated" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 837dependencies = [ 838 "indexmap", 839 "itoa", 840 "ryu", 841 "serde", 842 "unsafe-libyaml", 843] 844 845[[package]] 846name = "sha1" 847version = "0.10.6" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 850dependencies = [ 851 "cfg-if", 852 "cpufeatures", 853 "digest", 854] 855 856[[package]] 857name = "shlex" 858version = "1.3.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 861 862[[package]] 863name = "slab" 864version = "0.4.11" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 867 868[[package]] 869name = "smallvec" 870version = "1.15.1" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 873 874[[package]] 875name = "socket2" 876version = "0.6.1" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 879dependencies = [ 880 "libc", 881 "windows-sys 0.60.2", 882] 883 884[[package]] 885name = "strsim" 886version = "0.11.1" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 889 890[[package]] 891name = "syn" 892version = "2.0.107" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b" 895dependencies = [ 896 "proc-macro2", 897 "quote", 898 "unicode-ident", 899] 900 901[[package]] 902name = "tars-bin" 903version = "0.2.0" 904dependencies = [ 905 "anyhow", 906 "chrono", 907 "clap", 908 "copy_dir", 909 "minijinja", 910 "notify", 911 "pulldown-cmark", 912 "serde", 913 "serde_yaml", 914 "tokio", 915 "toml", 916 "walkdir", 917 "warp", 918] 919 920[[package]] 921name = "tokio" 922version = "1.48.0" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 925dependencies = [ 926 "bytes", 927 "libc", 928 "mio", 929 "pin-project-lite", 930 "socket2", 931 "tokio-macros", 932 "windows-sys 0.61.2", 933] 934 935[[package]] 936name = "tokio-macros" 937version = "2.6.0" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 940dependencies = [ 941 "proc-macro2", 942 "quote", 943 "syn", 944] 945 946[[package]] 947name = "tokio-util" 948version = "0.7.17" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 951dependencies = [ 952 "bytes", 953 "futures-core", 954 "futures-sink", 955 "pin-project-lite", 956 "tokio", 957] 958 959[[package]] 960name = "toml" 961version = "0.9.8" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 964dependencies = [ 965 "indexmap", 966 "serde_core", 967 "serde_spanned", 968 "toml_datetime", 969 "toml_parser", 970 "toml_writer", 971 "winnow", 972] 973 974[[package]] 975name = "toml_datetime" 976version = "0.7.3" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 979dependencies = [ 980 "serde_core", 981] 982 983[[package]] 984name = "toml_parser" 985version = "1.0.4" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 988dependencies = [ 989 "winnow", 990] 991 992[[package]] 993name = "toml_writer" 994version = "1.0.4" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" 997 998[[package]] 999name = "tower-service" 1000version = "0.3.3" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1003 1004[[package]] 1005name = "tracing" 1006version = "0.1.41" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1009dependencies = [ 1010 "log", 1011 "pin-project-lite", 1012 "tracing-core", 1013] 1014 1015[[package]] 1016name = "tracing-core" 1017version = "0.1.34" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1020dependencies = [ 1021 "once_cell", 1022] 1023 1024[[package]] 1025name = "typenum" 1026version = "1.19.0" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1029 1030[[package]] 1031name = "unicase" 1032version = "2.8.1" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 1035 1036[[package]] 1037name = "unicode-ident" 1038version = "1.0.20" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" 1041 1042[[package]] 1043name = "unicode-width" 1044version = "0.2.2" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 1047 1048[[package]] 1049name = "unsafe-libyaml" 1050version = "0.2.11" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 1053 1054[[package]] 1055name = "utf8parse" 1056version = "0.2.2" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1059 1060[[package]] 1061name = "version_check" 1062version = "0.9.5" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1065 1066[[package]] 1067name = "walkdir" 1068version = "2.5.0" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1071dependencies = [ 1072 "same-file", 1073 "winapi-util", 1074] 1075 1076[[package]] 1077name = "warp" 1078version = "0.4.2" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "51d06d9202adc1f15d709c4f4a2069be5428aa912cc025d6f268ac441ab066b0" 1081dependencies = [ 1082 "bytes", 1083 "futures-util", 1084 "headers", 1085 "http", 1086 "http-body", 1087 "http-body-util", 1088 "hyper", 1089 "hyper-util", 1090 "log", 1091 "mime", 1092 "mime_guess", 1093 "percent-encoding", 1094 "pin-project", 1095 "scoped-tls", 1096 "serde", 1097 "serde_json", 1098 "serde_urlencoded", 1099 "tokio", 1100 "tokio-util", 1101 "tower-service", 1102 "tracing", 1103] 1104 1105[[package]] 1106name = "wasi" 1107version = "0.11.1+wasi-snapshot-preview1" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1110 1111[[package]] 1112name = "wasm-bindgen" 1113version = "0.2.104" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 1116dependencies = [ 1117 "cfg-if", 1118 "once_cell", 1119 "rustversion", 1120 "wasm-bindgen-macro", 1121 "wasm-bindgen-shared", 1122] 1123 1124[[package]] 1125name = "wasm-bindgen-backend" 1126version = "0.2.104" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 1129dependencies = [ 1130 "bumpalo", 1131 "log", 1132 "proc-macro2", 1133 "quote", 1134 "syn", 1135 "wasm-bindgen-shared", 1136] 1137 1138[[package]] 1139name = "wasm-bindgen-macro" 1140version = "0.2.104" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 1143dependencies = [ 1144 "quote", 1145 "wasm-bindgen-macro-support", 1146] 1147 1148[[package]] 1149name = "wasm-bindgen-macro-support" 1150version = "0.2.104" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 1153dependencies = [ 1154 "proc-macro2", 1155 "quote", 1156 "syn", 1157 "wasm-bindgen-backend", 1158 "wasm-bindgen-shared", 1159] 1160 1161[[package]] 1162name = "wasm-bindgen-shared" 1163version = "0.2.104" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 1166dependencies = [ 1167 "unicode-ident", 1168] 1169 1170[[package]] 1171name = "winapi-util" 1172version = "0.1.11" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1175dependencies = [ 1176 "windows-sys 0.61.2", 1177] 1178 1179[[package]] 1180name = "windows-core" 1181version = "0.62.2" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 1184dependencies = [ 1185 "windows-implement", 1186 "windows-interface", 1187 "windows-link", 1188 "windows-result", 1189 "windows-strings", 1190] 1191 1192[[package]] 1193name = "windows-implement" 1194version = "0.60.2" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 1197dependencies = [ 1198 "proc-macro2", 1199 "quote", 1200 "syn", 1201] 1202 1203[[package]] 1204name = "windows-interface" 1205version = "0.59.3" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 1208dependencies = [ 1209 "proc-macro2", 1210 "quote", 1211 "syn", 1212] 1213 1214[[package]] 1215name = "windows-link" 1216version = "0.2.1" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1219 1220[[package]] 1221name = "windows-result" 1222version = "0.4.1" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 1225dependencies = [ 1226 "windows-link", 1227] 1228 1229[[package]] 1230name = "windows-strings" 1231version = "0.5.1" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 1234dependencies = [ 1235 "windows-link", 1236] 1237 1238[[package]] 1239name = "windows-sys" 1240version = "0.60.2" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1243dependencies = [ 1244 "windows-targets", 1245] 1246 1247[[package]] 1248name = "windows-sys" 1249version = "0.61.2" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1252dependencies = [ 1253 "windows-link", 1254] 1255 1256[[package]] 1257name = "windows-targets" 1258version = "0.53.5" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 1261dependencies = [ 1262 "windows-link", 1263 "windows_aarch64_gnullvm", 1264 "windows_aarch64_msvc", 1265 "windows_i686_gnu", 1266 "windows_i686_gnullvm", 1267 "windows_i686_msvc", 1268 "windows_x86_64_gnu", 1269 "windows_x86_64_gnullvm", 1270 "windows_x86_64_msvc", 1271] 1272 1273[[package]] 1274name = "windows_aarch64_gnullvm" 1275version = "0.53.1" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 1278 1279[[package]] 1280name = "windows_aarch64_msvc" 1281version = "0.53.1" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 1284 1285[[package]] 1286name = "windows_i686_gnu" 1287version = "0.53.1" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 1290 1291[[package]] 1292name = "windows_i686_gnullvm" 1293version = "0.53.1" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 1296 1297[[package]] 1298name = "windows_i686_msvc" 1299version = "0.53.1" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 1302 1303[[package]] 1304name = "windows_x86_64_gnu" 1305version = "0.53.1" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 1308 1309[[package]] 1310name = "windows_x86_64_gnullvm" 1311version = "0.53.1" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 1314 1315[[package]] 1316name = "windows_x86_64_msvc" 1317version = "0.53.1" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 1320 1321[[package]] 1322name = "winnow" 1323version = "0.7.13" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"