Just the source code for my personal website.
at dev 60 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 = "android-tzdata" 16version = "0.1.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 19 20[[package]] 21name = "android_system_properties" 22version = "0.1.5" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25dependencies = [ 26 "libc", 27] 28 29[[package]] 30name = "async-stream" 31version = "0.3.6" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 34dependencies = [ 35 "async-stream-impl", 36 "futures-core", 37 "pin-project-lite", 38] 39 40[[package]] 41name = "async-stream-impl" 42version = "0.3.6" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 45dependencies = [ 46 "proc-macro2", 47 "quote", 48 "syn", 49] 50 51[[package]] 52name = "async-trait" 53version = "0.1.89" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 56dependencies = [ 57 "proc-macro2", 58 "quote", 59 "syn", 60] 61 62[[package]] 63name = "atomic" 64version = "0.5.3" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" 67 68[[package]] 69name = "atomic" 70version = "0.6.1" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" 73dependencies = [ 74 "bytemuck", 75] 76 77[[package]] 78name = "audsite" 79version = "0.1.0" 80dependencies = [ 81 "rocket", 82 "rocket_dyn_templates", 83] 84 85[[package]] 86name = "autocfg" 87version = "1.5.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 90 91[[package]] 92name = "binascii" 93version = "0.1.4" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" 96 97[[package]] 98name = "bitflags" 99version = "1.3.2" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 102 103[[package]] 104name = "bitflags" 105version = "2.10.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 108 109[[package]] 110name = "block-buffer" 111version = "0.10.4" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 114dependencies = [ 115 "generic-array", 116] 117 118[[package]] 119name = "bstr" 120version = "1.12.0" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" 123dependencies = [ 124 "memchr", 125 "serde", 126] 127 128[[package]] 129name = "bumpalo" 130version = "3.19.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 133 134[[package]] 135name = "bytemuck" 136version = "1.24.0" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 139 140[[package]] 141name = "bytes" 142version = "1.10.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 145 146[[package]] 147name = "cc" 148version = "1.2.44" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3" 151dependencies = [ 152 "find-msvc-tools", 153 "shlex", 154] 155 156[[package]] 157name = "cfg-if" 158version = "1.0.4" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 161 162[[package]] 163name = "chrono" 164version = "0.4.41" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 167dependencies = [ 168 "android-tzdata", 169 "iana-time-zone", 170 "num-traits", 171 "windows-link 0.1.3", 172] 173 174[[package]] 175name = "chrono-tz" 176version = "0.9.0" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 179dependencies = [ 180 "chrono", 181 "chrono-tz-build", 182 "phf", 183] 184 185[[package]] 186name = "chrono-tz-build" 187version = "0.3.0" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 190dependencies = [ 191 "parse-zoneinfo", 192 "phf", 193 "phf_codegen", 194] 195 196[[package]] 197name = "cookie" 198version = "0.18.1" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 201dependencies = [ 202 "percent-encoding", 203 "time", 204 "version_check", 205] 206 207[[package]] 208name = "core-foundation-sys" 209version = "0.8.7" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 212 213[[package]] 214name = "cpufeatures" 215version = "0.2.17" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 218dependencies = [ 219 "libc", 220] 221 222[[package]] 223name = "crossbeam-channel" 224version = "0.5.15" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 227dependencies = [ 228 "crossbeam-utils", 229] 230 231[[package]] 232name = "crossbeam-deque" 233version = "0.8.6" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 236dependencies = [ 237 "crossbeam-epoch", 238 "crossbeam-utils", 239] 240 241[[package]] 242name = "crossbeam-epoch" 243version = "0.9.18" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 246dependencies = [ 247 "crossbeam-utils", 248] 249 250[[package]] 251name = "crossbeam-utils" 252version = "0.8.21" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 255 256[[package]] 257name = "crypto-common" 258version = "0.1.6" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 261dependencies = [ 262 "generic-array", 263 "typenum", 264] 265 266[[package]] 267name = "deranged" 268version = "0.5.5" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 271dependencies = [ 272 "powerfmt", 273] 274 275[[package]] 276name = "deunicode" 277version = "1.6.2" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" 280 281[[package]] 282name = "devise" 283version = "0.4.2" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d" 286dependencies = [ 287 "devise_codegen", 288 "devise_core", 289] 290 291[[package]] 292name = "devise_codegen" 293version = "0.4.2" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867" 296dependencies = [ 297 "devise_core", 298 "quote", 299] 300 301[[package]] 302name = "devise_core" 303version = "0.4.2" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7" 306dependencies = [ 307 "bitflags 2.10.0", 308 "proc-macro2", 309 "proc-macro2-diagnostics", 310 "quote", 311 "syn", 312] 313 314[[package]] 315name = "digest" 316version = "0.10.7" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 319dependencies = [ 320 "block-buffer", 321 "crypto-common", 322] 323 324[[package]] 325name = "either" 326version = "1.15.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 329 330[[package]] 331name = "encoding_rs" 332version = "0.8.35" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 335dependencies = [ 336 "cfg-if", 337] 338 339[[package]] 340name = "equivalent" 341version = "1.0.2" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 344 345[[package]] 346name = "errno" 347version = "0.3.14" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 350dependencies = [ 351 "libc", 352 "windows-sys 0.61.2", 353] 354 355[[package]] 356name = "fastrand" 357version = "2.3.0" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 360 361[[package]] 362name = "figment" 363version = "0.10.19" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 366dependencies = [ 367 "atomic 0.6.1", 368 "pear", 369 "serde", 370 "toml", 371 "uncased", 372 "version_check", 373] 374 375[[package]] 376name = "filetime" 377version = "0.2.26" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 380dependencies = [ 381 "cfg-if", 382 "libc", 383 "libredox", 384 "windows-sys 0.60.2", 385] 386 387[[package]] 388name = "find-msvc-tools" 389version = "0.1.4" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 392 393[[package]] 394name = "fnv" 395version = "1.0.7" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 398 399[[package]] 400name = "fsevent-sys" 401version = "4.1.0" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 404dependencies = [ 405 "libc", 406] 407 408[[package]] 409name = "futures" 410version = "0.3.31" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 413dependencies = [ 414 "futures-channel", 415 "futures-core", 416 "futures-io", 417 "futures-sink", 418 "futures-task", 419 "futures-util", 420] 421 422[[package]] 423name = "futures-channel" 424version = "0.3.31" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 427dependencies = [ 428 "futures-core", 429 "futures-sink", 430] 431 432[[package]] 433name = "futures-core" 434version = "0.3.31" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 437 438[[package]] 439name = "futures-io" 440version = "0.3.31" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 443 444[[package]] 445name = "futures-sink" 446version = "0.3.31" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 449 450[[package]] 451name = "futures-task" 452version = "0.3.31" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 455 456[[package]] 457name = "futures-util" 458version = "0.3.31" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 461dependencies = [ 462 "futures-channel", 463 "futures-core", 464 "futures-io", 465 "futures-sink", 466 "futures-task", 467 "memchr", 468 "pin-project-lite", 469 "pin-utils", 470 "slab", 471] 472 473[[package]] 474name = "generator" 475version = "0.7.5" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 478dependencies = [ 479 "cc", 480 "libc", 481 "log", 482 "rustversion", 483 "windows", 484] 485 486[[package]] 487name = "generic-array" 488version = "0.14.7" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 491dependencies = [ 492 "typenum", 493 "version_check", 494] 495 496[[package]] 497name = "getrandom" 498version = "0.2.16" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 501dependencies = [ 502 "cfg-if", 503 "libc", 504 "wasi", 505] 506 507[[package]] 508name = "getrandom" 509version = "0.3.4" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 512dependencies = [ 513 "cfg-if", 514 "libc", 515 "r-efi", 516 "wasip2", 517] 518 519[[package]] 520name = "glob" 521version = "0.3.3" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 524 525[[package]] 526name = "globset" 527version = "0.4.16" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" 530dependencies = [ 531 "aho-corasick", 532 "bstr", 533 "log", 534 "regex-automata", 535 "regex-syntax", 536] 537 538[[package]] 539name = "globwalk" 540version = "0.9.1" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" 543dependencies = [ 544 "bitflags 2.10.0", 545 "ignore", 546 "walkdir", 547] 548 549[[package]] 550name = "h2" 551version = "0.3.27" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" 554dependencies = [ 555 "bytes", 556 "fnv", 557 "futures-core", 558 "futures-sink", 559 "futures-util", 560 "http 0.2.12", 561 "indexmap", 562 "slab", 563 "tokio", 564 "tokio-util", 565 "tracing", 566] 567 568[[package]] 569name = "hashbrown" 570version = "0.16.0" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 573 574[[package]] 575name = "hermit-abi" 576version = "0.5.2" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 579 580[[package]] 581name = "http" 582version = "0.2.12" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 585dependencies = [ 586 "bytes", 587 "fnv", 588 "itoa", 589] 590 591[[package]] 592name = "http" 593version = "1.3.1" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 596dependencies = [ 597 "bytes", 598 "fnv", 599 "itoa", 600] 601 602[[package]] 603name = "http-body" 604version = "0.4.6" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 607dependencies = [ 608 "bytes", 609 "http 0.2.12", 610 "pin-project-lite", 611] 612 613[[package]] 614name = "httparse" 615version = "1.10.1" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 618 619[[package]] 620name = "httpdate" 621version = "1.0.3" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 624 625[[package]] 626name = "humansize" 627version = "2.1.3" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 630dependencies = [ 631 "libm", 632] 633 634[[package]] 635name = "hyper" 636version = "0.14.32" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 639dependencies = [ 640 "bytes", 641 "futures-channel", 642 "futures-core", 643 "futures-util", 644 "h2", 645 "http 0.2.12", 646 "http-body", 647 "httparse", 648 "httpdate", 649 "itoa", 650 "pin-project-lite", 651 "socket2 0.5.10", 652 "tokio", 653 "tower-service", 654 "tracing", 655 "want", 656] 657 658[[package]] 659name = "iana-time-zone" 660version = "0.1.63" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 663dependencies = [ 664 "android_system_properties", 665 "core-foundation-sys", 666 "iana-time-zone-haiku", 667 "js-sys", 668 "log", 669 "wasm-bindgen", 670 "windows-core", 671] 672 673[[package]] 674name = "iana-time-zone-haiku" 675version = "0.1.2" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 678dependencies = [ 679 "cc", 680] 681 682[[package]] 683name = "ignore" 684version = "0.4.23" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 687dependencies = [ 688 "crossbeam-deque", 689 "globset", 690 "log", 691 "memchr", 692 "regex-automata", 693 "same-file", 694 "walkdir", 695 "winapi-util", 696] 697 698[[package]] 699name = "indexmap" 700version = "2.12.0" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 703dependencies = [ 704 "equivalent", 705 "hashbrown", 706 "serde", 707 "serde_core", 708] 709 710[[package]] 711name = "inlinable_string" 712version = "0.1.15" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 715 716[[package]] 717name = "inotify" 718version = "0.9.6" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 721dependencies = [ 722 "bitflags 1.3.2", 723 "inotify-sys", 724 "libc", 725] 726 727[[package]] 728name = "inotify-sys" 729version = "0.1.5" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 732dependencies = [ 733 "libc", 734] 735 736[[package]] 737name = "is-terminal" 738version = "0.4.17" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" 741dependencies = [ 742 "hermit-abi", 743 "libc", 744 "windows-sys 0.61.2", 745] 746 747[[package]] 748name = "itoa" 749version = "1.0.15" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 752 753[[package]] 754name = "js-sys" 755version = "0.3.81" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 758dependencies = [ 759 "once_cell", 760 "wasm-bindgen", 761] 762 763[[package]] 764name = "kqueue" 765version = "1.1.1" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 768dependencies = [ 769 "kqueue-sys", 770 "libc", 771] 772 773[[package]] 774name = "kqueue-sys" 775version = "1.0.4" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 778dependencies = [ 779 "bitflags 1.3.2", 780 "libc", 781] 782 783[[package]] 784name = "lazy_static" 785version = "1.5.0" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 788 789[[package]] 790name = "libc" 791version = "0.2.177" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 794 795[[package]] 796name = "libm" 797version = "0.2.15" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 800 801[[package]] 802name = "libredox" 803version = "0.1.10" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 806dependencies = [ 807 "bitflags 2.10.0", 808 "libc", 809 "redox_syscall", 810] 811 812[[package]] 813name = "linux-raw-sys" 814version = "0.11.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 817 818[[package]] 819name = "lock_api" 820version = "0.4.14" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 823dependencies = [ 824 "scopeguard", 825] 826 827[[package]] 828name = "log" 829version = "0.4.28" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 832 833[[package]] 834name = "loom" 835version = "0.5.6" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 838dependencies = [ 839 "cfg-if", 840 "generator", 841 "scoped-tls", 842 "serde", 843 "serde_json", 844 "tracing", 845 "tracing-subscriber", 846] 847 848[[package]] 849name = "matchers" 850version = "0.2.0" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 853dependencies = [ 854 "regex-automata", 855] 856 857[[package]] 858name = "memchr" 859version = "2.7.6" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 862 863[[package]] 864name = "mime" 865version = "0.3.17" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 868 869[[package]] 870name = "mio" 871version = "0.8.11" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 874dependencies = [ 875 "libc", 876 "log", 877 "wasi", 878 "windows-sys 0.48.0", 879] 880 881[[package]] 882name = "mio" 883version = "1.1.0" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 886dependencies = [ 887 "libc", 888 "wasi", 889 "windows-sys 0.61.2", 890] 891 892[[package]] 893name = "multer" 894version = "3.1.0" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 897dependencies = [ 898 "bytes", 899 "encoding_rs", 900 "futures-util", 901 "http 1.3.1", 902 "httparse", 903 "memchr", 904 "mime", 905 "spin", 906 "tokio", 907 "tokio-util", 908 "version_check", 909] 910 911[[package]] 912name = "normpath" 913version = "1.5.0" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b" 916dependencies = [ 917 "windows-sys 0.61.2", 918] 919 920[[package]] 921name = "notify" 922version = "6.1.1" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 925dependencies = [ 926 "bitflags 2.10.0", 927 "crossbeam-channel", 928 "filetime", 929 "fsevent-sys", 930 "inotify", 931 "kqueue", 932 "libc", 933 "log", 934 "mio 0.8.11", 935 "walkdir", 936 "windows-sys 0.48.0", 937] 938 939[[package]] 940name = "nu-ansi-term" 941version = "0.50.3" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 944dependencies = [ 945 "windows-sys 0.61.2", 946] 947 948[[package]] 949name = "num-conv" 950version = "0.1.0" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 953 954[[package]] 955name = "num-traits" 956version = "0.2.19" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 959dependencies = [ 960 "autocfg", 961] 962 963[[package]] 964name = "num_cpus" 965version = "1.17.0" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 968dependencies = [ 969 "hermit-abi", 970 "libc", 971] 972 973[[package]] 974name = "once_cell" 975version = "1.21.3" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 978 979[[package]] 980name = "parking_lot" 981version = "0.12.5" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 984dependencies = [ 985 "lock_api", 986 "parking_lot_core", 987] 988 989[[package]] 990name = "parking_lot_core" 991version = "0.9.12" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 994dependencies = [ 995 "cfg-if", 996 "libc", 997 "redox_syscall", 998 "smallvec", 999 "windows-link 0.2.1", 1000] 1001 1002[[package]] 1003name = "parse-zoneinfo" 1004version = "0.3.1" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" 1007dependencies = [ 1008 "regex", 1009] 1010 1011[[package]] 1012name = "pear" 1013version = "0.2.9" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 1016dependencies = [ 1017 "inlinable_string", 1018 "pear_codegen", 1019 "yansi", 1020] 1021 1022[[package]] 1023name = "pear_codegen" 1024version = "0.2.9" 1025source = "registry+https://github.com/rust-lang/crates.io-index" 1026checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 1027dependencies = [ 1028 "proc-macro2", 1029 "proc-macro2-diagnostics", 1030 "quote", 1031 "syn", 1032] 1033 1034[[package]] 1035name = "percent-encoding" 1036version = "2.3.2" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1039 1040[[package]] 1041name = "pest" 1042version = "2.8.0" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" 1045dependencies = [ 1046 "memchr", 1047 "thiserror", 1048 "ucd-trie", 1049] 1050 1051[[package]] 1052name = "pest_derive" 1053version = "2.8.0" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" 1056dependencies = [ 1057 "pest", 1058 "pest_generator", 1059] 1060 1061[[package]] 1062name = "pest_generator" 1063version = "2.8.0" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" 1066dependencies = [ 1067 "pest", 1068 "pest_meta", 1069 "proc-macro2", 1070 "quote", 1071 "syn", 1072] 1073 1074[[package]] 1075name = "pest_meta" 1076version = "2.8.0" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" 1079dependencies = [ 1080 "once_cell", 1081 "pest", 1082 "sha2", 1083] 1084 1085[[package]] 1086name = "phf" 1087version = "0.11.3" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1090dependencies = [ 1091 "phf_shared", 1092] 1093 1094[[package]] 1095name = "phf_codegen" 1096version = "0.11.3" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 1099dependencies = [ 1100 "phf_generator", 1101 "phf_shared", 1102] 1103 1104[[package]] 1105name = "phf_generator" 1106version = "0.11.3" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 1109dependencies = [ 1110 "phf_shared", 1111 "rand", 1112] 1113 1114[[package]] 1115name = "phf_shared" 1116version = "0.11.3" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1119dependencies = [ 1120 "siphasher", 1121] 1122 1123[[package]] 1124name = "pin-project-lite" 1125version = "0.2.16" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1128 1129[[package]] 1130name = "pin-utils" 1131version = "0.1.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1134 1135[[package]] 1136name = "powerfmt" 1137version = "0.2.0" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1140 1141[[package]] 1142name = "ppv-lite86" 1143version = "0.2.21" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1146dependencies = [ 1147 "zerocopy", 1148] 1149 1150[[package]] 1151name = "proc-macro2" 1152version = "1.0.103" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1155dependencies = [ 1156 "unicode-ident", 1157] 1158 1159[[package]] 1160name = "proc-macro2-diagnostics" 1161version = "0.10.1" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1164dependencies = [ 1165 "proc-macro2", 1166 "quote", 1167 "syn", 1168 "version_check", 1169 "yansi", 1170] 1171 1172[[package]] 1173name = "quote" 1174version = "1.0.41" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1177dependencies = [ 1178 "proc-macro2", 1179] 1180 1181[[package]] 1182name = "r-efi" 1183version = "5.3.0" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1186 1187[[package]] 1188name = "rand" 1189version = "0.8.5" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1192dependencies = [ 1193 "libc", 1194 "rand_chacha", 1195 "rand_core", 1196] 1197 1198[[package]] 1199name = "rand_chacha" 1200version = "0.3.1" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1203dependencies = [ 1204 "ppv-lite86", 1205 "rand_core", 1206] 1207 1208[[package]] 1209name = "rand_core" 1210version = "0.6.4" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1213dependencies = [ 1214 "getrandom 0.2.16", 1215] 1216 1217[[package]] 1218name = "redox_syscall" 1219version = "0.5.18" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1222dependencies = [ 1223 "bitflags 2.10.0", 1224] 1225 1226[[package]] 1227name = "ref-cast" 1228version = "1.0.25" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 1231dependencies = [ 1232 "ref-cast-impl", 1233] 1234 1235[[package]] 1236name = "ref-cast-impl" 1237version = "1.0.25" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 1240dependencies = [ 1241 "proc-macro2", 1242 "quote", 1243 "syn", 1244] 1245 1246[[package]] 1247name = "regex" 1248version = "1.11.3" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 1251dependencies = [ 1252 "aho-corasick", 1253 "memchr", 1254 "regex-automata", 1255 "regex-syntax", 1256] 1257 1258[[package]] 1259name = "regex-automata" 1260version = "0.4.13" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1263dependencies = [ 1264 "aho-corasick", 1265 "memchr", 1266 "regex-syntax", 1267] 1268 1269[[package]] 1270name = "regex-syntax" 1271version = "0.8.8" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1274 1275[[package]] 1276name = "rocket" 1277version = "0.5.1" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f" 1280dependencies = [ 1281 "async-stream", 1282 "async-trait", 1283 "atomic 0.5.3", 1284 "binascii", 1285 "bytes", 1286 "either", 1287 "figment", 1288 "futures", 1289 "indexmap", 1290 "log", 1291 "memchr", 1292 "multer", 1293 "num_cpus", 1294 "parking_lot", 1295 "pin-project-lite", 1296 "rand", 1297 "ref-cast", 1298 "rocket_codegen", 1299 "rocket_http", 1300 "serde", 1301 "state", 1302 "tempfile", 1303 "time", 1304 "tokio", 1305 "tokio-stream", 1306 "tokio-util", 1307 "ubyte", 1308 "version_check", 1309 "yansi", 1310] 1311 1312[[package]] 1313name = "rocket_codegen" 1314version = "0.5.1" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46" 1317dependencies = [ 1318 "devise", 1319 "glob", 1320 "indexmap", 1321 "proc-macro2", 1322 "quote", 1323 "rocket_http", 1324 "syn", 1325 "unicode-xid", 1326 "version_check", 1327] 1328 1329[[package]] 1330name = "rocket_dyn_templates" 1331version = "0.2.0" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "5bbab919c9e67df3f7ac6624a32ef897df4cd61c0969f4d66f3ced0534660d7a" 1334dependencies = [ 1335 "normpath", 1336 "notify", 1337 "rocket", 1338 "tera", 1339 "walkdir", 1340] 1341 1342[[package]] 1343name = "rocket_http" 1344version = "0.5.1" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9" 1347dependencies = [ 1348 "cookie", 1349 "either", 1350 "futures", 1351 "http 0.2.12", 1352 "hyper", 1353 "indexmap", 1354 "log", 1355 "memchr", 1356 "pear", 1357 "percent-encoding", 1358 "pin-project-lite", 1359 "ref-cast", 1360 "serde", 1361 "smallvec", 1362 "stable-pattern", 1363 "state", 1364 "time", 1365 "tokio", 1366 "uncased", 1367] 1368 1369[[package]] 1370name = "rustix" 1371version = "1.1.2" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1374dependencies = [ 1375 "bitflags 2.10.0", 1376 "errno", 1377 "libc", 1378 "linux-raw-sys", 1379 "windows-sys 0.61.2", 1380] 1381 1382[[package]] 1383name = "rustversion" 1384version = "1.0.22" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1387 1388[[package]] 1389name = "ryu" 1390version = "1.0.20" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1393 1394[[package]] 1395name = "same-file" 1396version = "1.0.6" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1399dependencies = [ 1400 "winapi-util", 1401] 1402 1403[[package]] 1404name = "scoped-tls" 1405version = "1.0.1" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1408 1409[[package]] 1410name = "scopeguard" 1411version = "1.2.0" 1412source = "registry+https://github.com/rust-lang/crates.io-index" 1413checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1414 1415[[package]] 1416name = "serde" 1417version = "1.0.228" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1420dependencies = [ 1421 "serde_core", 1422 "serde_derive", 1423] 1424 1425[[package]] 1426name = "serde_core" 1427version = "1.0.228" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1430dependencies = [ 1431 "serde_derive", 1432] 1433 1434[[package]] 1435name = "serde_derive" 1436version = "1.0.228" 1437source = "registry+https://github.com/rust-lang/crates.io-index" 1438checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1439dependencies = [ 1440 "proc-macro2", 1441 "quote", 1442 "syn", 1443] 1444 1445[[package]] 1446name = "serde_json" 1447version = "1.0.145" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1450dependencies = [ 1451 "itoa", 1452 "memchr", 1453 "ryu", 1454 "serde", 1455 "serde_core", 1456] 1457 1458[[package]] 1459name = "serde_spanned" 1460version = "0.6.9" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 1463dependencies = [ 1464 "serde", 1465] 1466 1467[[package]] 1468name = "sha2" 1469version = "0.10.9" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1472dependencies = [ 1473 "cfg-if", 1474 "cpufeatures", 1475 "digest", 1476] 1477 1478[[package]] 1479name = "sharded-slab" 1480version = "0.1.7" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1483dependencies = [ 1484 "lazy_static", 1485] 1486 1487[[package]] 1488name = "shlex" 1489version = "1.3.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1492 1493[[package]] 1494name = "signal-hook-registry" 1495version = "1.4.6" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 1498dependencies = [ 1499 "libc", 1500] 1501 1502[[package]] 1503name = "siphasher" 1504version = "1.0.1" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 1507 1508[[package]] 1509name = "slab" 1510version = "0.4.11" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1513 1514[[package]] 1515name = "slug" 1516version = "0.1.6" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" 1519dependencies = [ 1520 "deunicode", 1521 "wasm-bindgen", 1522] 1523 1524[[package]] 1525name = "smallvec" 1526version = "1.15.1" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1529 1530[[package]] 1531name = "socket2" 1532version = "0.5.10" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 1535dependencies = [ 1536 "libc", 1537 "windows-sys 0.52.0", 1538] 1539 1540[[package]] 1541name = "socket2" 1542version = "0.6.1" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1545dependencies = [ 1546 "libc", 1547 "windows-sys 0.60.2", 1548] 1549 1550[[package]] 1551name = "spin" 1552version = "0.9.8" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1555 1556[[package]] 1557name = "stable-pattern" 1558version = "0.1.0" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" 1561dependencies = [ 1562 "memchr", 1563] 1564 1565[[package]] 1566name = "state" 1567version = "0.6.0" 1568source = "registry+https://github.com/rust-lang/crates.io-index" 1569checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8" 1570dependencies = [ 1571 "loom", 1572] 1573 1574[[package]] 1575name = "syn" 1576version = "2.0.108" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" 1579dependencies = [ 1580 "proc-macro2", 1581 "quote", 1582 "unicode-ident", 1583] 1584 1585[[package]] 1586name = "tempfile" 1587version = "3.23.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 1590dependencies = [ 1591 "fastrand", 1592 "getrandom 0.3.4", 1593 "once_cell", 1594 "rustix", 1595 "windows-sys 0.61.2", 1596] 1597 1598[[package]] 1599name = "tera" 1600version = "1.20.1" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722" 1603dependencies = [ 1604 "chrono", 1605 "chrono-tz", 1606 "globwalk", 1607 "humansize", 1608 "lazy_static", 1609 "percent-encoding", 1610 "pest", 1611 "pest_derive", 1612 "rand", 1613 "regex", 1614 "serde", 1615 "serde_json", 1616 "slug", 1617 "unicode-segmentation", 1618] 1619 1620[[package]] 1621name = "thiserror" 1622version = "2.0.17" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1625dependencies = [ 1626 "thiserror-impl", 1627] 1628 1629[[package]] 1630name = "thiserror-impl" 1631version = "2.0.17" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1634dependencies = [ 1635 "proc-macro2", 1636 "quote", 1637 "syn", 1638] 1639 1640[[package]] 1641name = "thread_local" 1642version = "1.1.9" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1645dependencies = [ 1646 "cfg-if", 1647] 1648 1649[[package]] 1650name = "time" 1651version = "0.3.44" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 1654dependencies = [ 1655 "deranged", 1656 "itoa", 1657 "num-conv", 1658 "powerfmt", 1659 "serde", 1660 "time-core", 1661 "time-macros", 1662] 1663 1664[[package]] 1665name = "time-core" 1666version = "0.1.6" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 1669 1670[[package]] 1671name = "time-macros" 1672version = "0.2.24" 1673source = "registry+https://github.com/rust-lang/crates.io-index" 1674checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 1675dependencies = [ 1676 "num-conv", 1677 "time-core", 1678] 1679 1680[[package]] 1681name = "tokio" 1682version = "1.48.0" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 1685dependencies = [ 1686 "bytes", 1687 "libc", 1688 "mio 1.1.0", 1689 "pin-project-lite", 1690 "signal-hook-registry", 1691 "socket2 0.6.1", 1692 "tokio-macros", 1693 "windows-sys 0.61.2", 1694] 1695 1696[[package]] 1697name = "tokio-macros" 1698version = "2.6.0" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 1701dependencies = [ 1702 "proc-macro2", 1703 "quote", 1704 "syn", 1705] 1706 1707[[package]] 1708name = "tokio-stream" 1709version = "0.1.17" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 1712dependencies = [ 1713 "futures-core", 1714 "pin-project-lite", 1715 "tokio", 1716] 1717 1718[[package]] 1719name = "tokio-util" 1720version = "0.7.17" 1721source = "registry+https://github.com/rust-lang/crates.io-index" 1722checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 1723dependencies = [ 1724 "bytes", 1725 "futures-core", 1726 "futures-sink", 1727 "pin-project-lite", 1728 "tokio", 1729] 1730 1731[[package]] 1732name = "toml" 1733version = "0.8.23" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 1736dependencies = [ 1737 "serde", 1738 "serde_spanned", 1739 "toml_datetime", 1740 "toml_edit", 1741] 1742 1743[[package]] 1744name = "toml_datetime" 1745version = "0.6.11" 1746source = "registry+https://github.com/rust-lang/crates.io-index" 1747checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 1748dependencies = [ 1749 "serde", 1750] 1751 1752[[package]] 1753name = "toml_edit" 1754version = "0.22.27" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 1757dependencies = [ 1758 "indexmap", 1759 "serde", 1760 "serde_spanned", 1761 "toml_datetime", 1762 "toml_write", 1763 "winnow", 1764] 1765 1766[[package]] 1767name = "toml_write" 1768version = "0.1.2" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 1771 1772[[package]] 1773name = "tower-service" 1774version = "0.3.3" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1777 1778[[package]] 1779name = "tracing" 1780version = "0.1.41" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1783dependencies = [ 1784 "pin-project-lite", 1785 "tracing-attributes", 1786 "tracing-core", 1787] 1788 1789[[package]] 1790name = "tracing-attributes" 1791version = "0.1.30" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1794dependencies = [ 1795 "proc-macro2", 1796 "quote", 1797 "syn", 1798] 1799 1800[[package]] 1801name = "tracing-core" 1802version = "0.1.34" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1805dependencies = [ 1806 "once_cell", 1807 "valuable", 1808] 1809 1810[[package]] 1811name = "tracing-log" 1812version = "0.2.0" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1815dependencies = [ 1816 "log", 1817 "once_cell", 1818 "tracing-core", 1819] 1820 1821[[package]] 1822name = "tracing-subscriber" 1823version = "0.3.20" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 1826dependencies = [ 1827 "matchers", 1828 "nu-ansi-term", 1829 "once_cell", 1830 "regex-automata", 1831 "sharded-slab", 1832 "smallvec", 1833 "thread_local", 1834 "tracing", 1835 "tracing-core", 1836 "tracing-log", 1837] 1838 1839[[package]] 1840name = "try-lock" 1841version = "0.2.5" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1844 1845[[package]] 1846name = "typenum" 1847version = "1.19.0" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1850 1851[[package]] 1852name = "ubyte" 1853version = "0.10.4" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea" 1856dependencies = [ 1857 "serde", 1858] 1859 1860[[package]] 1861name = "ucd-trie" 1862version = "0.1.7" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 1865 1866[[package]] 1867name = "uncased" 1868version = "0.9.10" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 1871dependencies = [ 1872 "serde", 1873 "version_check", 1874] 1875 1876[[package]] 1877name = "unicode-ident" 1878version = "1.0.22" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 1881 1882[[package]] 1883name = "unicode-segmentation" 1884version = "1.12.0" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1887 1888[[package]] 1889name = "unicode-xid" 1890version = "0.2.6" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 1893 1894[[package]] 1895name = "valuable" 1896version = "0.1.1" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1899 1900[[package]] 1901name = "version_check" 1902version = "0.9.5" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1905 1906[[package]] 1907name = "walkdir" 1908version = "2.5.0" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1911dependencies = [ 1912 "same-file", 1913 "winapi-util", 1914] 1915 1916[[package]] 1917name = "want" 1918version = "0.3.1" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1921dependencies = [ 1922 "try-lock", 1923] 1924 1925[[package]] 1926name = "wasi" 1927version = "0.11.1+wasi-snapshot-preview1" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1930 1931[[package]] 1932name = "wasip2" 1933version = "1.0.1+wasi-0.2.4" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 1936dependencies = [ 1937 "wit-bindgen", 1938] 1939 1940[[package]] 1941name = "wasm-bindgen" 1942version = "0.2.104" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 1945dependencies = [ 1946 "cfg-if", 1947 "once_cell", 1948 "rustversion", 1949 "wasm-bindgen-macro", 1950 "wasm-bindgen-shared", 1951] 1952 1953[[package]] 1954name = "wasm-bindgen-backend" 1955version = "0.2.104" 1956source = "registry+https://github.com/rust-lang/crates.io-index" 1957checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 1958dependencies = [ 1959 "bumpalo", 1960 "log", 1961 "proc-macro2", 1962 "quote", 1963 "syn", 1964 "wasm-bindgen-shared", 1965] 1966 1967[[package]] 1968name = "wasm-bindgen-macro" 1969version = "0.2.104" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 1972dependencies = [ 1973 "quote", 1974 "wasm-bindgen-macro-support", 1975] 1976 1977[[package]] 1978name = "wasm-bindgen-macro-support" 1979version = "0.2.104" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 1982dependencies = [ 1983 "proc-macro2", 1984 "quote", 1985 "syn", 1986 "wasm-bindgen-backend", 1987 "wasm-bindgen-shared", 1988] 1989 1990[[package]] 1991name = "wasm-bindgen-shared" 1992version = "0.2.104" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 1995dependencies = [ 1996 "unicode-ident", 1997] 1998 1999[[package]] 2000name = "winapi-util" 2001version = "0.1.11" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2004dependencies = [ 2005 "windows-sys 0.61.2", 2006] 2007 2008[[package]] 2009name = "windows" 2010version = "0.48.0" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2013dependencies = [ 2014 "windows-targets 0.48.5", 2015] 2016 2017[[package]] 2018name = "windows-core" 2019version = "0.61.2" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 2022dependencies = [ 2023 "windows-implement", 2024 "windows-interface", 2025 "windows-link 0.1.3", 2026 "windows-result", 2027 "windows-strings", 2028] 2029 2030[[package]] 2031name = "windows-implement" 2032version = "0.60.2" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2035dependencies = [ 2036 "proc-macro2", 2037 "quote", 2038 "syn", 2039] 2040 2041[[package]] 2042name = "windows-interface" 2043version = "0.59.3" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2046dependencies = [ 2047 "proc-macro2", 2048 "quote", 2049 "syn", 2050] 2051 2052[[package]] 2053name = "windows-link" 2054version = "0.1.3" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2057 2058[[package]] 2059name = "windows-link" 2060version = "0.2.1" 2061source = "registry+https://github.com/rust-lang/crates.io-index" 2062checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2063 2064[[package]] 2065name = "windows-result" 2066version = "0.3.4" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2069dependencies = [ 2070 "windows-link 0.1.3", 2071] 2072 2073[[package]] 2074name = "windows-strings" 2075version = "0.4.2" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2078dependencies = [ 2079 "windows-link 0.1.3", 2080] 2081 2082[[package]] 2083name = "windows-sys" 2084version = "0.48.0" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2087dependencies = [ 2088 "windows-targets 0.48.5", 2089] 2090 2091[[package]] 2092name = "windows-sys" 2093version = "0.52.0" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2096dependencies = [ 2097 "windows-targets 0.52.6", 2098] 2099 2100[[package]] 2101name = "windows-sys" 2102version = "0.60.2" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2105dependencies = [ 2106 "windows-targets 0.53.5", 2107] 2108 2109[[package]] 2110name = "windows-sys" 2111version = "0.61.2" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2114dependencies = [ 2115 "windows-link 0.2.1", 2116] 2117 2118[[package]] 2119name = "windows-targets" 2120version = "0.48.5" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2123dependencies = [ 2124 "windows_aarch64_gnullvm 0.48.5", 2125 "windows_aarch64_msvc 0.48.5", 2126 "windows_i686_gnu 0.48.5", 2127 "windows_i686_msvc 0.48.5", 2128 "windows_x86_64_gnu 0.48.5", 2129 "windows_x86_64_gnullvm 0.48.5", 2130 "windows_x86_64_msvc 0.48.5", 2131] 2132 2133[[package]] 2134name = "windows-targets" 2135version = "0.52.6" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2138dependencies = [ 2139 "windows_aarch64_gnullvm 0.52.6", 2140 "windows_aarch64_msvc 0.52.6", 2141 "windows_i686_gnu 0.52.6", 2142 "windows_i686_gnullvm 0.52.6", 2143 "windows_i686_msvc 0.52.6", 2144 "windows_x86_64_gnu 0.52.6", 2145 "windows_x86_64_gnullvm 0.52.6", 2146 "windows_x86_64_msvc 0.52.6", 2147] 2148 2149[[package]] 2150name = "windows-targets" 2151version = "0.53.5" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2154dependencies = [ 2155 "windows-link 0.2.1", 2156 "windows_aarch64_gnullvm 0.53.1", 2157 "windows_aarch64_msvc 0.53.1", 2158 "windows_i686_gnu 0.53.1", 2159 "windows_i686_gnullvm 0.53.1", 2160 "windows_i686_msvc 0.53.1", 2161 "windows_x86_64_gnu 0.53.1", 2162 "windows_x86_64_gnullvm 0.53.1", 2163 "windows_x86_64_msvc 0.53.1", 2164] 2165 2166[[package]] 2167name = "windows_aarch64_gnullvm" 2168version = "0.48.5" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2171 2172[[package]] 2173name = "windows_aarch64_gnullvm" 2174version = "0.52.6" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2177 2178[[package]] 2179name = "windows_aarch64_gnullvm" 2180version = "0.53.1" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2183 2184[[package]] 2185name = "windows_aarch64_msvc" 2186version = "0.48.5" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2189 2190[[package]] 2191name = "windows_aarch64_msvc" 2192version = "0.52.6" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2195 2196[[package]] 2197name = "windows_aarch64_msvc" 2198version = "0.53.1" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2201 2202[[package]] 2203name = "windows_i686_gnu" 2204version = "0.48.5" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2207 2208[[package]] 2209name = "windows_i686_gnu" 2210version = "0.52.6" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2213 2214[[package]] 2215name = "windows_i686_gnu" 2216version = "0.53.1" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2219 2220[[package]] 2221name = "windows_i686_gnullvm" 2222version = "0.52.6" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2225 2226[[package]] 2227name = "windows_i686_gnullvm" 2228version = "0.53.1" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2231 2232[[package]] 2233name = "windows_i686_msvc" 2234version = "0.48.5" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2237 2238[[package]] 2239name = "windows_i686_msvc" 2240version = "0.52.6" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2243 2244[[package]] 2245name = "windows_i686_msvc" 2246version = "0.53.1" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2249 2250[[package]] 2251name = "windows_x86_64_gnu" 2252version = "0.48.5" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2255 2256[[package]] 2257name = "windows_x86_64_gnu" 2258version = "0.52.6" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2261 2262[[package]] 2263name = "windows_x86_64_gnu" 2264version = "0.53.1" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2267 2268[[package]] 2269name = "windows_x86_64_gnullvm" 2270version = "0.48.5" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2273 2274[[package]] 2275name = "windows_x86_64_gnullvm" 2276version = "0.52.6" 2277source = "registry+https://github.com/rust-lang/crates.io-index" 2278checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2279 2280[[package]] 2281name = "windows_x86_64_gnullvm" 2282version = "0.53.1" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2285 2286[[package]] 2287name = "windows_x86_64_msvc" 2288version = "0.48.5" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2291 2292[[package]] 2293name = "windows_x86_64_msvc" 2294version = "0.52.6" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2297 2298[[package]] 2299name = "windows_x86_64_msvc" 2300version = "0.53.1" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2303 2304[[package]] 2305name = "winnow" 2306version = "0.7.13" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 2309dependencies = [ 2310 "memchr", 2311] 2312 2313[[package]] 2314name = "wit-bindgen" 2315version = "0.46.0" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2318 2319[[package]] 2320name = "yansi" 2321version = "1.0.1" 2322source = "registry+https://github.com/rust-lang/crates.io-index" 2323checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 2324dependencies = [ 2325 "is-terminal", 2326] 2327 2328[[package]] 2329name = "zerocopy" 2330version = "0.8.27" 2331source = "registry+https://github.com/rust-lang/crates.io-index" 2332checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 2333dependencies = [ 2334 "zerocopy-derive", 2335] 2336 2337[[package]] 2338name = "zerocopy-derive" 2339version = "0.8.27" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 2342dependencies = [ 2343 "proc-macro2", 2344 "quote", 2345 "syn", 2346]