For now? I'm experimenting on an old concept.
1
fork

Configure Feed

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

Clean up cargo files


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

-3441
-2
.cargo/config.toml
··· 1 - [env] 2 - CARGO_WORKSPACE_DIR = { value = "", relative = true }
-3424
Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 4 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 - 20 - [[package]] 21 - name = "aho-corasick" 22 - version = "1.1.3" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "allocator-api2" 31 - version = "0.2.21" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 - 35 - [[package]] 36 - name = "anyhow" 37 - version = "1.0.101" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 40 - 41 - [[package]] 42 - name = "arc-swap" 43 - version = "1.7.1" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 46 - 47 - [[package]] 48 - name = "async-stream" 49 - version = "0.3.6" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 52 - dependencies = [ 53 - "async-stream-impl", 54 - "futures-core", 55 - "pin-project-lite", 56 - ] 57 - 58 - [[package]] 59 - name = "async-stream-impl" 60 - version = "0.3.6" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 63 - dependencies = [ 64 - "proc-macro2", 65 - "quote", 66 - "syn", 67 - ] 68 - 69 - [[package]] 70 - name = "async-trait" 71 - version = "0.1.88" 72 - source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 74 - dependencies = [ 75 - "proc-macro2", 76 - "quote", 77 - "syn", 78 - ] 79 - 80 - [[package]] 81 - name = "atoi" 82 - version = "2.0.0" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 85 - dependencies = [ 86 - "num-traits", 87 - ] 88 - 89 - [[package]] 90 - name = "atomic" 91 - version = "0.5.3" 92 - source = "registry+https://github.com/rust-lang/crates.io-index" 93 - checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" 94 - 95 - [[package]] 96 - name = "atomic" 97 - version = "0.6.0" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 100 - dependencies = [ 101 - "bytemuck", 102 - ] 103 - 104 - [[package]] 105 - name = "autocfg" 106 - version = "1.4.0" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 109 - 110 - [[package]] 111 - name = "backon" 112 - version = "1.6.0" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" 115 - dependencies = [ 116 - "fastrand", 117 - ] 118 - 119 - [[package]] 120 - name = "backtrace" 121 - version = "0.3.74" 122 - source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 124 - dependencies = [ 125 - "addr2line", 126 - "cfg-if", 127 - "libc", 128 - "miniz_oxide", 129 - "object", 130 - "rustc-demangle", 131 - "windows-targets 0.52.6", 132 - ] 133 - 134 - [[package]] 135 - name = "base64" 136 - version = "0.22.1" 137 - source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 139 - 140 - [[package]] 141 - name = "base64ct" 142 - version = "1.8.3" 143 - source = "registry+https://github.com/rust-lang/crates.io-index" 144 - checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 145 - 146 - [[package]] 147 - name = "bb8" 148 - version = "0.8.6" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "d89aabfae550a5c44b43ab941844ffcd2e993cb6900b342debf59e9ea74acdb8" 151 - dependencies = [ 152 - "async-trait", 153 - "futures-util", 154 - "parking_lot", 155 - "tokio", 156 - ] 157 - 158 - [[package]] 159 - name = "bb8-postgres" 160 - version = "0.8.1" 161 - source = "registry+https://github.com/rust-lang/crates.io-index" 162 - checksum = "56ac82c42eb30889b5c4ee4763a24b8c566518171ebea648cd7e3bc532c60680" 163 - dependencies = [ 164 - "async-trait", 165 - "bb8", 166 - "tokio", 167 - "tokio-postgres", 168 - ] 169 - 170 - [[package]] 171 - name = "bb8-redis" 172 - version = "0.17.0" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "1781f22daa0ae97d934fdf04a5c66646f154a164c4bdc157ec8d3c11166c05cc" 175 - dependencies = [ 176 - "async-trait", 177 - "bb8", 178 - "redis", 179 - ] 180 - 181 - [[package]] 182 - name = "bcrypt" 183 - version = "0.17.0" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f" 186 - dependencies = [ 187 - "base64", 188 - "blowfish", 189 - "getrandom 0.3.2", 190 - "subtle", 191 - "zeroize", 192 - ] 193 - 194 - [[package]] 195 - name = "binascii" 196 - version = "0.1.4" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" 199 - 200 - [[package]] 201 - name = "bitflags" 202 - version = "2.11.0" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 205 - dependencies = [ 206 - "serde_core", 207 - ] 208 - 209 - [[package]] 210 - name = "block-buffer" 211 - version = "0.10.4" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 214 - dependencies = [ 215 - "generic-array", 216 - ] 217 - 218 - [[package]] 219 - name = "blowfish" 220 - version = "0.9.1" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" 223 - dependencies = [ 224 - "byteorder", 225 - "cipher", 226 - ] 227 - 228 - [[package]] 229 - name = "bumpalo" 230 - version = "3.17.0" 231 - source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 233 - 234 - [[package]] 235 - name = "bytecount" 236 - version = "0.6.8" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 239 - 240 - [[package]] 241 - name = "bytemuck" 242 - version = "1.22.0" 243 - source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" 245 - 246 - [[package]] 247 - name = "byteorder" 248 - version = "1.5.0" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 251 - 252 - [[package]] 253 - name = "bytes" 254 - version = "1.10.1" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 257 - 258 - [[package]] 259 - name = "cc" 260 - version = "1.2.19" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362" 263 - dependencies = [ 264 - "shlex", 265 - ] 266 - 267 - [[package]] 268 - name = "cfg-if" 269 - version = "1.0.0" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 272 - 273 - [[package]] 274 - name = "cipher" 275 - version = "0.4.4" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 278 - dependencies = [ 279 - "crypto-common", 280 - "inout", 281 - ] 282 - 283 - [[package]] 284 - name = "combine" 285 - version = "4.6.7" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 288 - dependencies = [ 289 - "bytes", 290 - "futures-core", 291 - "memchr", 292 - "pin-project-lite", 293 - "tokio", 294 - "tokio-util", 295 - ] 296 - 297 - [[package]] 298 - name = "concurrent-queue" 299 - version = "2.5.0" 300 - source = "registry+https://github.com/rust-lang/crates.io-index" 301 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 302 - dependencies = [ 303 - "crossbeam-utils", 304 - ] 305 - 306 - [[package]] 307 - name = "const-oid" 308 - version = "0.9.6" 309 - source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 311 - 312 - [[package]] 313 - name = "cookie" 314 - version = "0.18.1" 315 - source = "registry+https://github.com/rust-lang/crates.io-index" 316 - checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 317 - dependencies = [ 318 - "percent-encoding", 319 - "time", 320 - "version_check", 321 - ] 322 - 323 - [[package]] 324 - name = "core-foundation" 325 - version = "0.10.1" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 328 - dependencies = [ 329 - "core-foundation-sys", 330 - "libc", 331 - ] 332 - 333 - [[package]] 334 - name = "core-foundation-sys" 335 - version = "0.8.7" 336 - source = "registry+https://github.com/rust-lang/crates.io-index" 337 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 338 - 339 - [[package]] 340 - name = "cpufeatures" 341 - version = "0.2.17" 342 - source = "registry+https://github.com/rust-lang/crates.io-index" 343 - checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 344 - dependencies = [ 345 - "libc", 346 - ] 347 - 348 - [[package]] 349 - name = "crc" 350 - version = "3.4.0" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 353 - dependencies = [ 354 - "crc-catalog", 355 - ] 356 - 357 - [[package]] 358 - name = "crc-catalog" 359 - version = "2.4.0" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 362 - 363 - [[package]] 364 - name = "crossbeam-queue" 365 - version = "0.3.12" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 368 - dependencies = [ 369 - "crossbeam-utils", 370 - ] 371 - 372 - [[package]] 373 - name = "crossbeam-utils" 374 - version = "0.8.21" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 377 - 378 - [[package]] 379 - name = "crypto-common" 380 - version = "0.1.6" 381 - source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 383 - dependencies = [ 384 - "generic-array", 385 - "typenum", 386 - ] 387 - 388 - [[package]] 389 - name = "cynthia_con" 390 - version = "0.1.4" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "888624dbb81bb9beb266af908f26fd3a97255ff0a687f7f26edaaa5f1de69bbb" 393 - dependencies = [ 394 - "termsize", 395 - ] 396 - 397 - [[package]] 398 - name = "data-encoding" 399 - version = "2.9.0" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 402 - 403 - [[package]] 404 - name = "der" 405 - version = "0.7.10" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 408 - dependencies = [ 409 - "const-oid", 410 - "pem-rfc7468", 411 - "zeroize", 412 - ] 413 - 414 - [[package]] 415 - name = "deranged" 416 - version = "0.4.0" 417 - source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 419 - dependencies = [ 420 - "powerfmt", 421 - ] 422 - 423 - [[package]] 424 - name = "devise" 425 - version = "0.4.2" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d" 428 - dependencies = [ 429 - "devise_codegen", 430 - "devise_core", 431 - ] 432 - 433 - [[package]] 434 - name = "devise_codegen" 435 - version = "0.4.2" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867" 438 - dependencies = [ 439 - "devise_core", 440 - "quote", 441 - ] 442 - 443 - [[package]] 444 - name = "devise_core" 445 - version = "0.4.2" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7" 448 - dependencies = [ 449 - "bitflags", 450 - "proc-macro2", 451 - "proc-macro2-diagnostics", 452 - "quote", 453 - "syn", 454 - ] 455 - 456 - [[package]] 457 - name = "digest" 458 - version = "0.10.7" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 461 - dependencies = [ 462 - "block-buffer", 463 - "const-oid", 464 - "crypto-common", 465 - "subtle", 466 - ] 467 - 468 - [[package]] 469 - name = "displaydoc" 470 - version = "0.2.5" 471 - source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 473 - dependencies = [ 474 - "proc-macro2", 475 - "quote", 476 - "syn", 477 - ] 478 - 479 - [[package]] 480 - name = "dotenv" 481 - version = "0.15.0" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 484 - 485 - [[package]] 486 - name = "dotenvy" 487 - version = "0.15.7" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 490 - 491 - [[package]] 492 - name = "either" 493 - version = "1.15.0" 494 - source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 496 - dependencies = [ 497 - "serde", 498 - ] 499 - 500 - [[package]] 501 - name = "encoding_rs" 502 - version = "0.8.35" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 505 - dependencies = [ 506 - "cfg-if", 507 - ] 508 - 509 - [[package]] 510 - name = "equivalent" 511 - version = "1.0.2" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 514 - 515 - [[package]] 516 - name = "errno" 517 - version = "0.3.11" 518 - source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 520 - dependencies = [ 521 - "libc", 522 - "windows-sys 0.59.0", 523 - ] 524 - 525 - [[package]] 526 - name = "etcetera" 527 - version = "0.8.0" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 530 - dependencies = [ 531 - "cfg-if", 532 - "home", 533 - "windows-sys 0.48.0", 534 - ] 535 - 536 - [[package]] 537 - name = "event-listener" 538 - version = "5.4.1" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 541 - dependencies = [ 542 - "concurrent-queue", 543 - "parking", 544 - "pin-project-lite", 545 - ] 546 - 547 - [[package]] 548 - name = "fallible-iterator" 549 - version = "0.2.0" 550 - source = "registry+https://github.com/rust-lang/crates.io-index" 551 - checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 552 - 553 - [[package]] 554 - name = "fastrand" 555 - version = "2.3.0" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 558 - 559 - [[package]] 560 - name = "figment" 561 - version = "0.10.19" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 564 - dependencies = [ 565 - "atomic 0.6.0", 566 - "pear", 567 - "serde", 568 - "toml", 569 - "uncased", 570 - "version_check", 571 - ] 572 - 573 - [[package]] 574 - name = "flume" 575 - version = "0.11.1" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 578 - dependencies = [ 579 - "futures-core", 580 - "futures-sink", 581 - "spin", 582 - ] 583 - 584 - [[package]] 585 - name = "fnv" 586 - version = "1.0.7" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 589 - 590 - [[package]] 591 - name = "foldhash" 592 - version = "0.1.5" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 595 - 596 - [[package]] 597 - name = "foreign-types" 598 - version = "0.3.2" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 601 - dependencies = [ 602 - "foreign-types-shared", 603 - ] 604 - 605 - [[package]] 606 - name = "foreign-types-shared" 607 - version = "0.1.1" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 610 - 611 - [[package]] 612 - name = "form_urlencoded" 613 - version = "1.2.1" 614 - source = "registry+https://github.com/rust-lang/crates.io-index" 615 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 616 - dependencies = [ 617 - "percent-encoding", 618 - ] 619 - 620 - [[package]] 621 - name = "futures" 622 - version = "0.3.31" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 625 - dependencies = [ 626 - "futures-channel", 627 - "futures-core", 628 - "futures-executor", 629 - "futures-io", 630 - "futures-sink", 631 - "futures-task", 632 - "futures-util", 633 - ] 634 - 635 - [[package]] 636 - name = "futures-channel" 637 - version = "0.3.31" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 640 - dependencies = [ 641 - "futures-core", 642 - "futures-sink", 643 - ] 644 - 645 - [[package]] 646 - name = "futures-core" 647 - version = "0.3.31" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 650 - 651 - [[package]] 652 - name = "futures-executor" 653 - version = "0.3.31" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 656 - dependencies = [ 657 - "futures-core", 658 - "futures-task", 659 - "futures-util", 660 - ] 661 - 662 - [[package]] 663 - name = "futures-intrusive" 664 - version = "0.5.0" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 667 - dependencies = [ 668 - "futures-core", 669 - "lock_api", 670 - "parking_lot", 671 - ] 672 - 673 - [[package]] 674 - name = "futures-io" 675 - version = "0.3.31" 676 - source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 678 - 679 - [[package]] 680 - name = "futures-macro" 681 - version = "0.3.31" 682 - source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 684 - dependencies = [ 685 - "proc-macro2", 686 - "quote", 687 - "syn", 688 - ] 689 - 690 - [[package]] 691 - name = "futures-sink" 692 - version = "0.3.31" 693 - source = "registry+https://github.com/rust-lang/crates.io-index" 694 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 695 - 696 - [[package]] 697 - name = "futures-task" 698 - version = "0.3.31" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 701 - 702 - [[package]] 703 - name = "futures-util" 704 - version = "0.3.31" 705 - source = "registry+https://github.com/rust-lang/crates.io-index" 706 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 707 - dependencies = [ 708 - "futures-channel", 709 - "futures-core", 710 - "futures-io", 711 - "futures-macro", 712 - "futures-sink", 713 - "futures-task", 714 - "memchr", 715 - "pin-project-lite", 716 - "pin-utils", 717 - "slab", 718 - ] 719 - 720 - [[package]] 721 - name = "generator" 722 - version = "0.7.5" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 725 - dependencies = [ 726 - "cc", 727 - "libc", 728 - "log", 729 - "rustversion", 730 - "windows", 731 - ] 732 - 733 - [[package]] 734 - name = "generic-array" 735 - version = "0.14.7" 736 - source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 738 - dependencies = [ 739 - "typenum", 740 - "version_check", 741 - ] 742 - 743 - [[package]] 744 - name = "getrandom" 745 - version = "0.2.16" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 748 - dependencies = [ 749 - "cfg-if", 750 - "libc", 751 - "wasi 0.11.0+wasi-snapshot-preview1", 752 - ] 753 - 754 - [[package]] 755 - name = "getrandom" 756 - version = "0.3.2" 757 - source = "registry+https://github.com/rust-lang/crates.io-index" 758 - checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 759 - dependencies = [ 760 - "cfg-if", 761 - "libc", 762 - "r-efi", 763 - "wasi 0.14.2+wasi-0.2.4", 764 - ] 765 - 766 - [[package]] 767 - name = "gimli" 768 - version = "0.31.1" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 771 - 772 - [[package]] 773 - name = "glob" 774 - version = "0.3.2" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 777 - 778 - [[package]] 779 - name = "h2" 780 - version = "0.3.26" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 783 - dependencies = [ 784 - "bytes", 785 - "fnv", 786 - "futures-core", 787 - "futures-sink", 788 - "futures-util", 789 - "http 0.2.12", 790 - "indexmap", 791 - "slab", 792 - "tokio", 793 - "tokio-util", 794 - "tracing", 795 - ] 796 - 797 - [[package]] 798 - name = "hashbrown" 799 - version = "0.15.2" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 802 - dependencies = [ 803 - "allocator-api2", 804 - "equivalent", 805 - "foldhash", 806 - ] 807 - 808 - [[package]] 809 - name = "hashlink" 810 - version = "0.10.0" 811 - source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 813 - dependencies = [ 814 - "hashbrown", 815 - ] 816 - 817 - [[package]] 818 - name = "heck" 819 - version = "0.5.0" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 822 - 823 - [[package]] 824 - name = "hermit-abi" 825 - version = "0.3.9" 826 - source = "registry+https://github.com/rust-lang/crates.io-index" 827 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 828 - 829 - [[package]] 830 - name = "hermit-abi" 831 - version = "0.5.0" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" 834 - 835 - [[package]] 836 - name = "hex" 837 - version = "0.4.3" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 840 - 841 - [[package]] 842 - name = "hkdf" 843 - version = "0.12.4" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 846 - dependencies = [ 847 - "hmac", 848 - ] 849 - 850 - [[package]] 851 - name = "hmac" 852 - version = "0.12.1" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 855 - dependencies = [ 856 - "digest", 857 - ] 858 - 859 - [[package]] 860 - name = "home" 861 - version = "0.5.12" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 864 - dependencies = [ 865 - "windows-sys 0.61.2", 866 - ] 867 - 868 - [[package]] 869 - name = "http" 870 - version = "0.2.12" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 873 - dependencies = [ 874 - "bytes", 875 - "fnv", 876 - "itoa", 877 - ] 878 - 879 - [[package]] 880 - name = "http" 881 - version = "1.3.1" 882 - source = "registry+https://github.com/rust-lang/crates.io-index" 883 - checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 884 - dependencies = [ 885 - "bytes", 886 - "fnv", 887 - "itoa", 888 - ] 889 - 890 - [[package]] 891 - name = "http-body" 892 - version = "0.4.6" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 895 - dependencies = [ 896 - "bytes", 897 - "http 0.2.12", 898 - "pin-project-lite", 899 - ] 900 - 901 - [[package]] 902 - name = "httparse" 903 - version = "1.10.1" 904 - source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 906 - 907 - [[package]] 908 - name = "httpdate" 909 - version = "1.0.3" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 912 - 913 - [[package]] 914 - name = "hyper" 915 - version = "0.14.32" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 918 - dependencies = [ 919 - "bytes", 920 - "futures-channel", 921 - "futures-core", 922 - "futures-util", 923 - "h2", 924 - "http 0.2.12", 925 - "http-body", 926 - "httparse", 927 - "httpdate", 928 - "itoa", 929 - "pin-project-lite", 930 - "socket2", 931 - "tokio", 932 - "tower-service", 933 - "tracing", 934 - "want", 935 - ] 936 - 937 - [[package]] 938 - name = "icu_collections" 939 - version = "1.5.0" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 942 - dependencies = [ 943 - "displaydoc", 944 - "yoke", 945 - "zerofrom", 946 - "zerovec", 947 - ] 948 - 949 - [[package]] 950 - name = "icu_locid" 951 - version = "1.5.0" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 954 - dependencies = [ 955 - "displaydoc", 956 - "litemap", 957 - "tinystr", 958 - "writeable", 959 - "zerovec", 960 - ] 961 - 962 - [[package]] 963 - name = "icu_locid_transform" 964 - version = "1.5.0" 965 - source = "registry+https://github.com/rust-lang/crates.io-index" 966 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 967 - dependencies = [ 968 - "displaydoc", 969 - "icu_locid", 970 - "icu_locid_transform_data", 971 - "icu_provider", 972 - "tinystr", 973 - "zerovec", 974 - ] 975 - 976 - [[package]] 977 - name = "icu_locid_transform_data" 978 - version = "1.5.1" 979 - source = "registry+https://github.com/rust-lang/crates.io-index" 980 - checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 981 - 982 - [[package]] 983 - name = "icu_normalizer" 984 - version = "1.5.0" 985 - source = "registry+https://github.com/rust-lang/crates.io-index" 986 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 987 - dependencies = [ 988 - "displaydoc", 989 - "icu_collections", 990 - "icu_normalizer_data", 991 - "icu_properties", 992 - "icu_provider", 993 - "smallvec", 994 - "utf16_iter", 995 - "utf8_iter", 996 - "write16", 997 - "zerovec", 998 - ] 999 - 1000 - [[package]] 1001 - name = "icu_normalizer_data" 1002 - version = "1.5.1" 1003 - source = "registry+https://github.com/rust-lang/crates.io-index" 1004 - checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 1005 - 1006 - [[package]] 1007 - name = "icu_properties" 1008 - version = "1.5.1" 1009 - source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1011 - dependencies = [ 1012 - "displaydoc", 1013 - "icu_collections", 1014 - "icu_locid_transform", 1015 - "icu_properties_data", 1016 - "icu_provider", 1017 - "tinystr", 1018 - "zerovec", 1019 - ] 1020 - 1021 - [[package]] 1022 - name = "icu_properties_data" 1023 - version = "1.5.1" 1024 - source = "registry+https://github.com/rust-lang/crates.io-index" 1025 - checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 1026 - 1027 - [[package]] 1028 - name = "icu_provider" 1029 - version = "1.5.0" 1030 - source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1032 - dependencies = [ 1033 - "displaydoc", 1034 - "icu_locid", 1035 - "icu_provider_macros", 1036 - "stable_deref_trait", 1037 - "tinystr", 1038 - "writeable", 1039 - "yoke", 1040 - "zerofrom", 1041 - "zerovec", 1042 - ] 1043 - 1044 - [[package]] 1045 - name = "icu_provider_macros" 1046 - version = "1.5.0" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1049 - dependencies = [ 1050 - "proc-macro2", 1051 - "quote", 1052 - "syn", 1053 - ] 1054 - 1055 - [[package]] 1056 - name = "idna" 1057 - version = "1.0.3" 1058 - source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1060 - dependencies = [ 1061 - "idna_adapter", 1062 - "smallvec", 1063 - "utf8_iter", 1064 - ] 1065 - 1066 - [[package]] 1067 - name = "idna_adapter" 1068 - version = "1.2.0" 1069 - source = "registry+https://github.com/rust-lang/crates.io-index" 1070 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1071 - dependencies = [ 1072 - "icu_normalizer", 1073 - "icu_properties", 1074 - ] 1075 - 1076 - [[package]] 1077 - name = "indexmap" 1078 - version = "2.9.0" 1079 - source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1081 - dependencies = [ 1082 - "equivalent", 1083 - "hashbrown", 1084 - "serde", 1085 - ] 1086 - 1087 - [[package]] 1088 - name = "inlinable_string" 1089 - version = "0.1.15" 1090 - source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 1092 - 1093 - [[package]] 1094 - name = "inout" 1095 - version = "0.1.4" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 1098 - dependencies = [ 1099 - "generic-array", 1100 - ] 1101 - 1102 - [[package]] 1103 - name = "is-terminal" 1104 - version = "0.4.16" 1105 - source = "registry+https://github.com/rust-lang/crates.io-index" 1106 - checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 1107 - dependencies = [ 1108 - "hermit-abi 0.5.0", 1109 - "libc", 1110 - "windows-sys 0.59.0", 1111 - ] 1112 - 1113 - [[package]] 1114 - name = "itertools" 1115 - version = "0.13.0" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1118 - dependencies = [ 1119 - "either", 1120 - ] 1121 - 1122 - [[package]] 1123 - name = "itoa" 1124 - version = "1.0.15" 1125 - source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1127 - 1128 - [[package]] 1129 - name = "js-sys" 1130 - version = "0.3.77" 1131 - source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1133 - dependencies = [ 1134 - "once_cell", 1135 - "wasm-bindgen", 1136 - ] 1137 - 1138 - [[package]] 1139 - name = "lazy_static" 1140 - version = "1.5.0" 1141 - source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1143 - dependencies = [ 1144 - "spin", 1145 - ] 1146 - 1147 - [[package]] 1148 - name = "libc" 1149 - version = "0.2.172" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 1152 - 1153 - [[package]] 1154 - name = "libm" 1155 - version = "0.2.16" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1158 - 1159 - [[package]] 1160 - name = "libsqlite3-sys" 1161 - version = "0.30.1" 1162 - source = "registry+https://github.com/rust-lang/crates.io-index" 1163 - checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1164 - dependencies = [ 1165 - "pkg-config", 1166 - "vcpkg", 1167 - ] 1168 - 1169 - [[package]] 1170 - name = "linux-raw-sys" 1171 - version = "0.9.4" 1172 - source = "registry+https://github.com/rust-lang/crates.io-index" 1173 - checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1174 - 1175 - [[package]] 1176 - name = "litemap" 1177 - version = "0.7.5" 1178 - source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 1180 - 1181 - [[package]] 1182 - name = "lock_api" 1183 - version = "0.4.12" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1186 - dependencies = [ 1187 - "autocfg", 1188 - "scopeguard", 1189 - ] 1190 - 1191 - [[package]] 1192 - name = "log" 1193 - version = "0.4.27" 1194 - source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1196 - 1197 - [[package]] 1198 - name = "loom" 1199 - version = "0.5.6" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1202 - dependencies = [ 1203 - "cfg-if", 1204 - "generator", 1205 - "scoped-tls", 1206 - "serde", 1207 - "serde_json", 1208 - "tracing", 1209 - "tracing-subscriber", 1210 - ] 1211 - 1212 - [[package]] 1213 - name = "lumina-server" 1214 - version = "0.1.0" 1215 - dependencies = [ 1216 - "anyhow", 1217 - "base64", 1218 - "bb8", 1219 - "bb8-postgres", 1220 - "bb8-redis", 1221 - "bcrypt", 1222 - "cynthia_con", 1223 - "dotenv", 1224 - "redis", 1225 - "regex", 1226 - "rocket", 1227 - "rocket_ws", 1228 - "serde", 1229 - "serde_json", 1230 - "sqlx", 1231 - "tabled", 1232 - "time", 1233 - "tokio", 1234 - "uuid", 1235 - ] 1236 - 1237 - [[package]] 1238 - name = "matchers" 1239 - version = "0.1.0" 1240 - source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1242 - dependencies = [ 1243 - "regex-automata 0.1.10", 1244 - ] 1245 - 1246 - [[package]] 1247 - name = "md-5" 1248 - version = "0.10.6" 1249 - source = "registry+https://github.com/rust-lang/crates.io-index" 1250 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1251 - dependencies = [ 1252 - "cfg-if", 1253 - "digest", 1254 - ] 1255 - 1256 - [[package]] 1257 - name = "memchr" 1258 - version = "2.7.4" 1259 - source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1261 - 1262 - [[package]] 1263 - name = "mime" 1264 - version = "0.3.17" 1265 - source = "registry+https://github.com/rust-lang/crates.io-index" 1266 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1267 - 1268 - [[package]] 1269 - name = "miniz_oxide" 1270 - version = "0.8.8" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 1273 - dependencies = [ 1274 - "adler2", 1275 - ] 1276 - 1277 - [[package]] 1278 - name = "mio" 1279 - version = "1.0.3" 1280 - source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1282 - dependencies = [ 1283 - "libc", 1284 - "wasi 0.11.0+wasi-snapshot-preview1", 1285 - "windows-sys 0.52.0", 1286 - ] 1287 - 1288 - [[package]] 1289 - name = "multer" 1290 - version = "3.1.0" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 1293 - dependencies = [ 1294 - "bytes", 1295 - "encoding_rs", 1296 - "futures-util", 1297 - "http 1.3.1", 1298 - "httparse", 1299 - "memchr", 1300 - "mime", 1301 - "spin", 1302 - "tokio", 1303 - "tokio-util", 1304 - "version_check", 1305 - ] 1306 - 1307 - [[package]] 1308 - name = "native-tls" 1309 - version = "0.2.18" 1310 - source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 1312 - dependencies = [ 1313 - "libc", 1314 - "log", 1315 - "openssl", 1316 - "openssl-probe", 1317 - "openssl-sys", 1318 - "schannel", 1319 - "security-framework", 1320 - "security-framework-sys", 1321 - "tempfile", 1322 - ] 1323 - 1324 - [[package]] 1325 - name = "nu-ansi-term" 1326 - version = "0.46.0" 1327 - source = "registry+https://github.com/rust-lang/crates.io-index" 1328 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1329 - dependencies = [ 1330 - "overload", 1331 - "winapi", 1332 - ] 1333 - 1334 - [[package]] 1335 - name = "num-bigint" 1336 - version = "0.4.6" 1337 - source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1339 - dependencies = [ 1340 - "num-integer", 1341 - "num-traits", 1342 - ] 1343 - 1344 - [[package]] 1345 - name = "num-bigint-dig" 1346 - version = "0.8.6" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 1349 - dependencies = [ 1350 - "lazy_static", 1351 - "libm", 1352 - "num-integer", 1353 - "num-iter", 1354 - "num-traits", 1355 - "rand 0.8.5", 1356 - "smallvec", 1357 - "zeroize", 1358 - ] 1359 - 1360 - [[package]] 1361 - name = "num-conv" 1362 - version = "0.1.0" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1365 - 1366 - [[package]] 1367 - name = "num-integer" 1368 - version = "0.1.46" 1369 - source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1371 - dependencies = [ 1372 - "num-traits", 1373 - ] 1374 - 1375 - [[package]] 1376 - name = "num-iter" 1377 - version = "0.1.45" 1378 - source = "registry+https://github.com/rust-lang/crates.io-index" 1379 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1380 - dependencies = [ 1381 - "autocfg", 1382 - "num-integer", 1383 - "num-traits", 1384 - ] 1385 - 1386 - [[package]] 1387 - name = "num-traits" 1388 - version = "0.2.19" 1389 - source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1391 - dependencies = [ 1392 - "autocfg", 1393 - "libm", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "num_cpus" 1398 - version = "1.16.0" 1399 - source = "registry+https://github.com/rust-lang/crates.io-index" 1400 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1401 - dependencies = [ 1402 - "hermit-abi 0.3.9", 1403 - "libc", 1404 - ] 1405 - 1406 - [[package]] 1407 - name = "object" 1408 - version = "0.36.7" 1409 - source = "registry+https://github.com/rust-lang/crates.io-index" 1410 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1411 - dependencies = [ 1412 - "memchr", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "once_cell" 1417 - version = "1.21.3" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1420 - 1421 - [[package]] 1422 - name = "openssl" 1423 - version = "0.10.75" 1424 - source = "registry+https://github.com/rust-lang/crates.io-index" 1425 - checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1426 - dependencies = [ 1427 - "bitflags", 1428 - "cfg-if", 1429 - "foreign-types", 1430 - "libc", 1431 - "once_cell", 1432 - "openssl-macros", 1433 - "openssl-sys", 1434 - ] 1435 - 1436 - [[package]] 1437 - name = "openssl-macros" 1438 - version = "0.1.1" 1439 - source = "registry+https://github.com/rust-lang/crates.io-index" 1440 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1441 - dependencies = [ 1442 - "proc-macro2", 1443 - "quote", 1444 - "syn", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "openssl-probe" 1449 - version = "0.2.1" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1452 - 1453 - [[package]] 1454 - name = "openssl-sys" 1455 - version = "0.9.111" 1456 - source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1458 - dependencies = [ 1459 - "cc", 1460 - "libc", 1461 - "pkg-config", 1462 - "vcpkg", 1463 - ] 1464 - 1465 - [[package]] 1466 - name = "overload" 1467 - version = "0.1.1" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1470 - 1471 - [[package]] 1472 - name = "papergrid" 1473 - version = "0.17.0" 1474 - source = "registry+https://github.com/rust-lang/crates.io-index" 1475 - checksum = "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1" 1476 - dependencies = [ 1477 - "bytecount", 1478 - "fnv", 1479 - "unicode-width", 1480 - ] 1481 - 1482 - [[package]] 1483 - name = "parking" 1484 - version = "2.2.1" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1487 - 1488 - [[package]] 1489 - name = "parking_lot" 1490 - version = "0.12.3" 1491 - source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1493 - dependencies = [ 1494 - "lock_api", 1495 - "parking_lot_core", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "parking_lot_core" 1500 - version = "0.9.10" 1501 - source = "registry+https://github.com/rust-lang/crates.io-index" 1502 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1503 - dependencies = [ 1504 - "cfg-if", 1505 - "libc", 1506 - "redox_syscall", 1507 - "smallvec", 1508 - "windows-targets 0.52.6", 1509 - ] 1510 - 1511 - [[package]] 1512 - name = "pear" 1513 - version = "0.2.9" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 1516 - dependencies = [ 1517 - "inlinable_string", 1518 - "pear_codegen", 1519 - "yansi", 1520 - ] 1521 - 1522 - [[package]] 1523 - name = "pear_codegen" 1524 - version = "0.2.9" 1525 - source = "registry+https://github.com/rust-lang/crates.io-index" 1526 - checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 1527 - dependencies = [ 1528 - "proc-macro2", 1529 - "proc-macro2-diagnostics", 1530 - "quote", 1531 - "syn", 1532 - ] 1533 - 1534 - [[package]] 1535 - name = "pem-rfc7468" 1536 - version = "0.7.0" 1537 - source = "registry+https://github.com/rust-lang/crates.io-index" 1538 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1539 - dependencies = [ 1540 - "base64ct", 1541 - ] 1542 - 1543 - [[package]] 1544 - name = "percent-encoding" 1545 - version = "2.3.1" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1548 - 1549 - [[package]] 1550 - name = "phf" 1551 - version = "0.11.3" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1554 - dependencies = [ 1555 - "phf_shared", 1556 - ] 1557 - 1558 - [[package]] 1559 - name = "phf_shared" 1560 - version = "0.11.3" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1563 - dependencies = [ 1564 - "siphasher", 1565 - ] 1566 - 1567 - [[package]] 1568 - name = "pin-project-lite" 1569 - version = "0.2.16" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1572 - 1573 - [[package]] 1574 - name = "pin-utils" 1575 - version = "0.1.0" 1576 - source = "registry+https://github.com/rust-lang/crates.io-index" 1577 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1578 - 1579 - [[package]] 1580 - name = "pkcs1" 1581 - version = "0.7.5" 1582 - source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1584 - dependencies = [ 1585 - "der", 1586 - "pkcs8", 1587 - "spki", 1588 - ] 1589 - 1590 - [[package]] 1591 - name = "pkcs8" 1592 - version = "0.10.2" 1593 - source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1595 - dependencies = [ 1596 - "der", 1597 - "spki", 1598 - ] 1599 - 1600 - [[package]] 1601 - name = "pkg-config" 1602 - version = "0.3.32" 1603 - source = "registry+https://github.com/rust-lang/crates.io-index" 1604 - checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1605 - 1606 - [[package]] 1607 - name = "postgres-protocol" 1608 - version = "0.6.8" 1609 - source = "registry+https://github.com/rust-lang/crates.io-index" 1610 - checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54" 1611 - dependencies = [ 1612 - "base64", 1613 - "byteorder", 1614 - "bytes", 1615 - "fallible-iterator", 1616 - "hmac", 1617 - "md-5", 1618 - "memchr", 1619 - "rand 0.9.1", 1620 - "sha2", 1621 - "stringprep", 1622 - ] 1623 - 1624 - [[package]] 1625 - name = "postgres-types" 1626 - version = "0.2.9" 1627 - source = "registry+https://github.com/rust-lang/crates.io-index" 1628 - checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48" 1629 - dependencies = [ 1630 - "bytes", 1631 - "fallible-iterator", 1632 - "postgres-protocol", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "powerfmt" 1637 - version = "0.2.0" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1640 - 1641 - [[package]] 1642 - name = "ppv-lite86" 1643 - version = "0.2.21" 1644 - source = "registry+https://github.com/rust-lang/crates.io-index" 1645 - checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1646 - dependencies = [ 1647 - "zerocopy", 1648 - ] 1649 - 1650 - [[package]] 1651 - name = "proc-macro-error-attr2" 1652 - version = "2.0.0" 1653 - source = "registry+https://github.com/rust-lang/crates.io-index" 1654 - checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 1655 - dependencies = [ 1656 - "proc-macro2", 1657 - "quote", 1658 - ] 1659 - 1660 - [[package]] 1661 - name = "proc-macro-error2" 1662 - version = "2.0.1" 1663 - source = "registry+https://github.com/rust-lang/crates.io-index" 1664 - checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 1665 - dependencies = [ 1666 - "proc-macro-error-attr2", 1667 - "proc-macro2", 1668 - "quote", 1669 - "syn", 1670 - ] 1671 - 1672 - [[package]] 1673 - name = "proc-macro2" 1674 - version = "1.0.95" 1675 - source = "registry+https://github.com/rust-lang/crates.io-index" 1676 - checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1677 - dependencies = [ 1678 - "unicode-ident", 1679 - ] 1680 - 1681 - [[package]] 1682 - name = "proc-macro2-diagnostics" 1683 - version = "0.10.1" 1684 - source = "registry+https://github.com/rust-lang/crates.io-index" 1685 - checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1686 - dependencies = [ 1687 - "proc-macro2", 1688 - "quote", 1689 - "syn", 1690 - "version_check", 1691 - "yansi", 1692 - ] 1693 - 1694 - [[package]] 1695 - name = "quote" 1696 - version = "1.0.40" 1697 - source = "registry+https://github.com/rust-lang/crates.io-index" 1698 - checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1699 - dependencies = [ 1700 - "proc-macro2", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "r-efi" 1705 - version = "5.2.0" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1708 - 1709 - [[package]] 1710 - name = "rand" 1711 - version = "0.8.5" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1714 - dependencies = [ 1715 - "libc", 1716 - "rand_chacha 0.3.1", 1717 - "rand_core 0.6.4", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "rand" 1722 - version = "0.9.1" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1725 - dependencies = [ 1726 - "rand_chacha 0.9.0", 1727 - "rand_core 0.9.3", 1728 - ] 1729 - 1730 - [[package]] 1731 - name = "rand_chacha" 1732 - version = "0.3.1" 1733 - source = "registry+https://github.com/rust-lang/crates.io-index" 1734 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1735 - dependencies = [ 1736 - "ppv-lite86", 1737 - "rand_core 0.6.4", 1738 - ] 1739 - 1740 - [[package]] 1741 - name = "rand_chacha" 1742 - version = "0.9.0" 1743 - source = "registry+https://github.com/rust-lang/crates.io-index" 1744 - checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1745 - dependencies = [ 1746 - "ppv-lite86", 1747 - "rand_core 0.9.3", 1748 - ] 1749 - 1750 - [[package]] 1751 - name = "rand_core" 1752 - version = "0.6.4" 1753 - source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1755 - dependencies = [ 1756 - "getrandom 0.2.16", 1757 - ] 1758 - 1759 - [[package]] 1760 - name = "rand_core" 1761 - version = "0.9.3" 1762 - source = "registry+https://github.com/rust-lang/crates.io-index" 1763 - checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1764 - dependencies = [ 1765 - "getrandom 0.3.2", 1766 - ] 1767 - 1768 - [[package]] 1769 - name = "redis" 1770 - version = "0.27.6" 1771 - source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc" 1773 - dependencies = [ 1774 - "arc-swap", 1775 - "async-trait", 1776 - "backon", 1777 - "bytes", 1778 - "combine", 1779 - "futures", 1780 - "futures-util", 1781 - "itertools", 1782 - "itoa", 1783 - "num-bigint", 1784 - "percent-encoding", 1785 - "pin-project-lite", 1786 - "ryu", 1787 - "sha1_smol", 1788 - "socket2", 1789 - "tokio", 1790 - "tokio-util", 1791 - "url", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "redox_syscall" 1796 - version = "0.5.11" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 1799 - dependencies = [ 1800 - "bitflags", 1801 - ] 1802 - 1803 - [[package]] 1804 - name = "ref-cast" 1805 - version = "1.0.24" 1806 - source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 1808 - dependencies = [ 1809 - "ref-cast-impl", 1810 - ] 1811 - 1812 - [[package]] 1813 - name = "ref-cast-impl" 1814 - version = "1.0.24" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 1817 - dependencies = [ 1818 - "proc-macro2", 1819 - "quote", 1820 - "syn", 1821 - ] 1822 - 1823 - [[package]] 1824 - name = "regex" 1825 - version = "1.11.1" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1828 - dependencies = [ 1829 - "aho-corasick", 1830 - "memchr", 1831 - "regex-automata 0.4.9", 1832 - "regex-syntax 0.8.5", 1833 - ] 1834 - 1835 - [[package]] 1836 - name = "regex-automata" 1837 - version = "0.1.10" 1838 - source = "registry+https://github.com/rust-lang/crates.io-index" 1839 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1840 - dependencies = [ 1841 - "regex-syntax 0.6.29", 1842 - ] 1843 - 1844 - [[package]] 1845 - name = "regex-automata" 1846 - version = "0.4.9" 1847 - source = "registry+https://github.com/rust-lang/crates.io-index" 1848 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1849 - dependencies = [ 1850 - "aho-corasick", 1851 - "memchr", 1852 - "regex-syntax 0.8.5", 1853 - ] 1854 - 1855 - [[package]] 1856 - name = "regex-syntax" 1857 - version = "0.6.29" 1858 - source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1860 - 1861 - [[package]] 1862 - name = "regex-syntax" 1863 - version = "0.8.5" 1864 - source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1866 - 1867 - [[package]] 1868 - name = "rocket" 1869 - version = "0.5.1" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f" 1872 - dependencies = [ 1873 - "async-stream", 1874 - "async-trait", 1875 - "atomic 0.5.3", 1876 - "binascii", 1877 - "bytes", 1878 - "either", 1879 - "figment", 1880 - "futures", 1881 - "indexmap", 1882 - "log", 1883 - "memchr", 1884 - "multer", 1885 - "num_cpus", 1886 - "parking_lot", 1887 - "pin-project-lite", 1888 - "rand 0.8.5", 1889 - "ref-cast", 1890 - "rocket_codegen", 1891 - "rocket_http", 1892 - "serde", 1893 - "state", 1894 - "tempfile", 1895 - "time", 1896 - "tokio", 1897 - "tokio-stream", 1898 - "tokio-util", 1899 - "ubyte", 1900 - "version_check", 1901 - "yansi", 1902 - ] 1903 - 1904 - [[package]] 1905 - name = "rocket_codegen" 1906 - version = "0.5.1" 1907 - source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46" 1909 - dependencies = [ 1910 - "devise", 1911 - "glob", 1912 - "indexmap", 1913 - "proc-macro2", 1914 - "quote", 1915 - "rocket_http", 1916 - "syn", 1917 - "unicode-xid", 1918 - "version_check", 1919 - ] 1920 - 1921 - [[package]] 1922 - name = "rocket_http" 1923 - version = "0.5.1" 1924 - source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9" 1926 - dependencies = [ 1927 - "cookie", 1928 - "either", 1929 - "futures", 1930 - "http 0.2.12", 1931 - "hyper", 1932 - "indexmap", 1933 - "log", 1934 - "memchr", 1935 - "pear", 1936 - "percent-encoding", 1937 - "pin-project-lite", 1938 - "ref-cast", 1939 - "serde", 1940 - "smallvec", 1941 - "stable-pattern", 1942 - "state", 1943 - "time", 1944 - "tokio", 1945 - "uncased", 1946 - ] 1947 - 1948 - [[package]] 1949 - name = "rocket_ws" 1950 - version = "0.1.1" 1951 - source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "25f1877668c937b701177c349f21383c556cd3bb4ba8fa1d07fa96ccb3a8782e" 1953 - dependencies = [ 1954 - "rocket", 1955 - "tokio-tungstenite", 1956 - ] 1957 - 1958 - [[package]] 1959 - name = "rsa" 1960 - version = "0.9.10" 1961 - source = "registry+https://github.com/rust-lang/crates.io-index" 1962 - checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 1963 - dependencies = [ 1964 - "const-oid", 1965 - "digest", 1966 - "num-bigint-dig", 1967 - "num-integer", 1968 - "num-traits", 1969 - "pkcs1", 1970 - "pkcs8", 1971 - "rand_core 0.6.4", 1972 - "signature", 1973 - "spki", 1974 - "subtle", 1975 - "zeroize", 1976 - ] 1977 - 1978 - [[package]] 1979 - name = "rustc-demangle" 1980 - version = "0.1.24" 1981 - source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1983 - 1984 - [[package]] 1985 - name = "rustix" 1986 - version = "1.0.5" 1987 - source = "registry+https://github.com/rust-lang/crates.io-index" 1988 - checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 1989 - dependencies = [ 1990 - "bitflags", 1991 - "errno", 1992 - "libc", 1993 - "linux-raw-sys", 1994 - "windows-sys 0.59.0", 1995 - ] 1996 - 1997 - [[package]] 1998 - name = "rustversion" 1999 - version = "1.0.20" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 2002 - 2003 - [[package]] 2004 - name = "ryu" 2005 - version = "1.0.20" 2006 - source = "registry+https://github.com/rust-lang/crates.io-index" 2007 - checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2008 - 2009 - [[package]] 2010 - name = "schannel" 2011 - version = "0.1.28" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2014 - dependencies = [ 2015 - "windows-sys 0.61.2", 2016 - ] 2017 - 2018 - [[package]] 2019 - name = "scoped-tls" 2020 - version = "1.0.1" 2021 - source = "registry+https://github.com/rust-lang/crates.io-index" 2022 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2023 - 2024 - [[package]] 2025 - name = "scopeguard" 2026 - version = "1.2.0" 2027 - source = "registry+https://github.com/rust-lang/crates.io-index" 2028 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2029 - 2030 - [[package]] 2031 - name = "security-framework" 2032 - version = "3.7.0" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 2035 - dependencies = [ 2036 - "bitflags", 2037 - "core-foundation", 2038 - "core-foundation-sys", 2039 - "libc", 2040 - "security-framework-sys", 2041 - ] 2042 - 2043 - [[package]] 2044 - name = "security-framework-sys" 2045 - version = "2.17.0" 2046 - source = "registry+https://github.com/rust-lang/crates.io-index" 2047 - checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 2048 - dependencies = [ 2049 - "core-foundation-sys", 2050 - "libc", 2051 - ] 2052 - 2053 - [[package]] 2054 - name = "serde" 2055 - version = "1.0.228" 2056 - source = "registry+https://github.com/rust-lang/crates.io-index" 2057 - checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2058 - dependencies = [ 2059 - "serde_core", 2060 - "serde_derive", 2061 - ] 2062 - 2063 - [[package]] 2064 - name = "serde_core" 2065 - version = "1.0.228" 2066 - source = "registry+https://github.com/rust-lang/crates.io-index" 2067 - checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2068 - dependencies = [ 2069 - "serde_derive", 2070 - ] 2071 - 2072 - [[package]] 2073 - name = "serde_derive" 2074 - version = "1.0.228" 2075 - source = "registry+https://github.com/rust-lang/crates.io-index" 2076 - checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2077 - dependencies = [ 2078 - "proc-macro2", 2079 - "quote", 2080 - "syn", 2081 - ] 2082 - 2083 - [[package]] 2084 - name = "serde_json" 2085 - version = "1.0.140" 2086 - source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2088 - dependencies = [ 2089 - "itoa", 2090 - "memchr", 2091 - "ryu", 2092 - "serde", 2093 - ] 2094 - 2095 - [[package]] 2096 - name = "serde_spanned" 2097 - version = "0.6.8" 2098 - source = "registry+https://github.com/rust-lang/crates.io-index" 2099 - checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 2100 - dependencies = [ 2101 - "serde", 2102 - ] 2103 - 2104 - [[package]] 2105 - name = "serde_urlencoded" 2106 - version = "0.7.1" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2109 - dependencies = [ 2110 - "form_urlencoded", 2111 - "itoa", 2112 - "ryu", 2113 - "serde", 2114 - ] 2115 - 2116 - [[package]] 2117 - name = "sha1" 2118 - version = "0.10.6" 2119 - source = "registry+https://github.com/rust-lang/crates.io-index" 2120 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2121 - dependencies = [ 2122 - "cfg-if", 2123 - "cpufeatures", 2124 - "digest", 2125 - ] 2126 - 2127 - [[package]] 2128 - name = "sha1_smol" 2129 - version = "1.0.1" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 2132 - 2133 - [[package]] 2134 - name = "sha2" 2135 - version = "0.10.8" 2136 - source = "registry+https://github.com/rust-lang/crates.io-index" 2137 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2138 - dependencies = [ 2139 - "cfg-if", 2140 - "cpufeatures", 2141 - "digest", 2142 - ] 2143 - 2144 - [[package]] 2145 - name = "sharded-slab" 2146 - version = "0.1.7" 2147 - source = "registry+https://github.com/rust-lang/crates.io-index" 2148 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2149 - dependencies = [ 2150 - "lazy_static", 2151 - ] 2152 - 2153 - [[package]] 2154 - name = "shlex" 2155 - version = "1.3.0" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2158 - 2159 - [[package]] 2160 - name = "signal-hook-registry" 2161 - version = "1.4.5" 2162 - source = "registry+https://github.com/rust-lang/crates.io-index" 2163 - checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 2164 - dependencies = [ 2165 - "libc", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "signature" 2170 - version = "2.2.0" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2173 - dependencies = [ 2174 - "digest", 2175 - "rand_core 0.6.4", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "siphasher" 2180 - version = "1.0.1" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 2183 - 2184 - [[package]] 2185 - name = "slab" 2186 - version = "0.4.9" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2189 - dependencies = [ 2190 - "autocfg", 2191 - ] 2192 - 2193 - [[package]] 2194 - name = "smallvec" 2195 - version = "1.15.0" 2196 - source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 2198 - dependencies = [ 2199 - "serde", 2200 - ] 2201 - 2202 - [[package]] 2203 - name = "socket2" 2204 - version = "0.5.9" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 2207 - dependencies = [ 2208 - "libc", 2209 - "windows-sys 0.52.0", 2210 - ] 2211 - 2212 - [[package]] 2213 - name = "spin" 2214 - version = "0.9.8" 2215 - source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2217 - dependencies = [ 2218 - "lock_api", 2219 - ] 2220 - 2221 - [[package]] 2222 - name = "spki" 2223 - version = "0.7.3" 2224 - source = "registry+https://github.com/rust-lang/crates.io-index" 2225 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2226 - dependencies = [ 2227 - "base64ct", 2228 - "der", 2229 - ] 2230 - 2231 - [[package]] 2232 - name = "sqlx" 2233 - version = "0.8.6" 2234 - source = "registry+https://github.com/rust-lang/crates.io-index" 2235 - checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 2236 - dependencies = [ 2237 - "sqlx-core", 2238 - "sqlx-macros", 2239 - "sqlx-mysql", 2240 - "sqlx-postgres", 2241 - "sqlx-sqlite", 2242 - ] 2243 - 2244 - [[package]] 2245 - name = "sqlx-core" 2246 - version = "0.8.6" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 2249 - dependencies = [ 2250 - "base64", 2251 - "bytes", 2252 - "crc", 2253 - "crossbeam-queue", 2254 - "either", 2255 - "event-listener", 2256 - "futures-core", 2257 - "futures-intrusive", 2258 - "futures-io", 2259 - "futures-util", 2260 - "hashbrown", 2261 - "hashlink", 2262 - "indexmap", 2263 - "log", 2264 - "memchr", 2265 - "native-tls", 2266 - "once_cell", 2267 - "percent-encoding", 2268 - "serde", 2269 - "serde_json", 2270 - "sha2", 2271 - "smallvec", 2272 - "thiserror 2.0.18", 2273 - "time", 2274 - "tokio", 2275 - "tokio-stream", 2276 - "tracing", 2277 - "url", 2278 - "uuid", 2279 - ] 2280 - 2281 - [[package]] 2282 - name = "sqlx-macros" 2283 - version = "0.8.6" 2284 - source = "registry+https://github.com/rust-lang/crates.io-index" 2285 - checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 2286 - dependencies = [ 2287 - "proc-macro2", 2288 - "quote", 2289 - "sqlx-core", 2290 - "sqlx-macros-core", 2291 - "syn", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "sqlx-macros-core" 2296 - version = "0.8.6" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 2299 - dependencies = [ 2300 - "dotenvy", 2301 - "either", 2302 - "heck", 2303 - "hex", 2304 - "once_cell", 2305 - "proc-macro2", 2306 - "quote", 2307 - "serde", 2308 - "serde_json", 2309 - "sha2", 2310 - "sqlx-core", 2311 - "sqlx-mysql", 2312 - "sqlx-postgres", 2313 - "sqlx-sqlite", 2314 - "syn", 2315 - "tokio", 2316 - "url", 2317 - ] 2318 - 2319 - [[package]] 2320 - name = "sqlx-mysql" 2321 - version = "0.8.6" 2322 - source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 2324 - dependencies = [ 2325 - "atoi", 2326 - "base64", 2327 - "bitflags", 2328 - "byteorder", 2329 - "bytes", 2330 - "crc", 2331 - "digest", 2332 - "dotenvy", 2333 - "either", 2334 - "futures-channel", 2335 - "futures-core", 2336 - "futures-io", 2337 - "futures-util", 2338 - "generic-array", 2339 - "hex", 2340 - "hkdf", 2341 - "hmac", 2342 - "itoa", 2343 - "log", 2344 - "md-5", 2345 - "memchr", 2346 - "once_cell", 2347 - "percent-encoding", 2348 - "rand 0.8.5", 2349 - "rsa", 2350 - "serde", 2351 - "sha1", 2352 - "sha2", 2353 - "smallvec", 2354 - "sqlx-core", 2355 - "stringprep", 2356 - "thiserror 2.0.18", 2357 - "time", 2358 - "tracing", 2359 - "uuid", 2360 - "whoami", 2361 - ] 2362 - 2363 - [[package]] 2364 - name = "sqlx-postgres" 2365 - version = "0.8.6" 2366 - source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 2368 - dependencies = [ 2369 - "atoi", 2370 - "base64", 2371 - "bitflags", 2372 - "byteorder", 2373 - "crc", 2374 - "dotenvy", 2375 - "etcetera", 2376 - "futures-channel", 2377 - "futures-core", 2378 - "futures-util", 2379 - "hex", 2380 - "hkdf", 2381 - "hmac", 2382 - "home", 2383 - "itoa", 2384 - "log", 2385 - "md-5", 2386 - "memchr", 2387 - "once_cell", 2388 - "rand 0.8.5", 2389 - "serde", 2390 - "serde_json", 2391 - "sha2", 2392 - "smallvec", 2393 - "sqlx-core", 2394 - "stringprep", 2395 - "thiserror 2.0.18", 2396 - "time", 2397 - "tracing", 2398 - "uuid", 2399 - "whoami", 2400 - ] 2401 - 2402 - [[package]] 2403 - name = "sqlx-sqlite" 2404 - version = "0.8.6" 2405 - source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 2407 - dependencies = [ 2408 - "atoi", 2409 - "flume", 2410 - "futures-channel", 2411 - "futures-core", 2412 - "futures-executor", 2413 - "futures-intrusive", 2414 - "futures-util", 2415 - "libsqlite3-sys", 2416 - "log", 2417 - "percent-encoding", 2418 - "serde", 2419 - "serde_urlencoded", 2420 - "sqlx-core", 2421 - "thiserror 2.0.18", 2422 - "time", 2423 - "tracing", 2424 - "url", 2425 - "uuid", 2426 - ] 2427 - 2428 - [[package]] 2429 - name = "stable-pattern" 2430 - version = "0.1.0" 2431 - source = "registry+https://github.com/rust-lang/crates.io-index" 2432 - checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" 2433 - dependencies = [ 2434 - "memchr", 2435 - ] 2436 - 2437 - [[package]] 2438 - name = "stable_deref_trait" 2439 - version = "1.2.0" 2440 - source = "registry+https://github.com/rust-lang/crates.io-index" 2441 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2442 - 2443 - [[package]] 2444 - name = "state" 2445 - version = "0.6.0" 2446 - source = "registry+https://github.com/rust-lang/crates.io-index" 2447 - checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8" 2448 - dependencies = [ 2449 - "loom", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "stringprep" 2454 - version = "0.1.5" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2457 - dependencies = [ 2458 - "unicode-bidi", 2459 - "unicode-normalization", 2460 - "unicode-properties", 2461 - ] 2462 - 2463 - [[package]] 2464 - name = "subtle" 2465 - version = "2.6.1" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2468 - 2469 - [[package]] 2470 - name = "syn" 2471 - version = "2.0.100" 2472 - source = "registry+https://github.com/rust-lang/crates.io-index" 2473 - checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 2474 - dependencies = [ 2475 - "proc-macro2", 2476 - "quote", 2477 - "unicode-ident", 2478 - ] 2479 - 2480 - [[package]] 2481 - name = "synstructure" 2482 - version = "0.13.1" 2483 - source = "registry+https://github.com/rust-lang/crates.io-index" 2484 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2485 - dependencies = [ 2486 - "proc-macro2", 2487 - "quote", 2488 - "syn", 2489 - ] 2490 - 2491 - [[package]] 2492 - name = "tabled" 2493 - version = "0.20.0" 2494 - source = "registry+https://github.com/rust-lang/crates.io-index" 2495 - checksum = "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d" 2496 - dependencies = [ 2497 - "papergrid", 2498 - "tabled_derive", 2499 - "testing_table", 2500 - ] 2501 - 2502 - [[package]] 2503 - name = "tabled_derive" 2504 - version = "0.11.0" 2505 - source = "registry+https://github.com/rust-lang/crates.io-index" 2506 - checksum = "0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846" 2507 - dependencies = [ 2508 - "heck", 2509 - "proc-macro-error2", 2510 - "proc-macro2", 2511 - "quote", 2512 - "syn", 2513 - ] 2514 - 2515 - [[package]] 2516 - name = "tempfile" 2517 - version = "3.19.1" 2518 - source = "registry+https://github.com/rust-lang/crates.io-index" 2519 - checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 2520 - dependencies = [ 2521 - "fastrand", 2522 - "getrandom 0.3.2", 2523 - "once_cell", 2524 - "rustix", 2525 - "windows-sys 0.59.0", 2526 - ] 2527 - 2528 - [[package]] 2529 - name = "termsize" 2530 - version = "0.1.9" 2531 - source = "registry+https://github.com/rust-lang/crates.io-index" 2532 - checksum = "6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd" 2533 - dependencies = [ 2534 - "libc", 2535 - "winapi", 2536 - ] 2537 - 2538 - [[package]] 2539 - name = "testing_table" 2540 - version = "0.3.0" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc" 2543 - dependencies = [ 2544 - "unicode-width", 2545 - ] 2546 - 2547 - [[package]] 2548 - name = "thiserror" 2549 - version = "1.0.69" 2550 - source = "registry+https://github.com/rust-lang/crates.io-index" 2551 - checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2552 - dependencies = [ 2553 - "thiserror-impl 1.0.69", 2554 - ] 2555 - 2556 - [[package]] 2557 - name = "thiserror" 2558 - version = "2.0.18" 2559 - source = "registry+https://github.com/rust-lang/crates.io-index" 2560 - checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2561 - dependencies = [ 2562 - "thiserror-impl 2.0.18", 2563 - ] 2564 - 2565 - [[package]] 2566 - name = "thiserror-impl" 2567 - version = "1.0.69" 2568 - source = "registry+https://github.com/rust-lang/crates.io-index" 2569 - checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2570 - dependencies = [ 2571 - "proc-macro2", 2572 - "quote", 2573 - "syn", 2574 - ] 2575 - 2576 - [[package]] 2577 - name = "thiserror-impl" 2578 - version = "2.0.18" 2579 - source = "registry+https://github.com/rust-lang/crates.io-index" 2580 - checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2581 - dependencies = [ 2582 - "proc-macro2", 2583 - "quote", 2584 - "syn", 2585 - ] 2586 - 2587 - [[package]] 2588 - name = "thread_local" 2589 - version = "1.1.8" 2590 - source = "registry+https://github.com/rust-lang/crates.io-index" 2591 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2592 - dependencies = [ 2593 - "cfg-if", 2594 - "once_cell", 2595 - ] 2596 - 2597 - [[package]] 2598 - name = "time" 2599 - version = "0.3.41" 2600 - source = "registry+https://github.com/rust-lang/crates.io-index" 2601 - checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 2602 - dependencies = [ 2603 - "deranged", 2604 - "itoa", 2605 - "num-conv", 2606 - "powerfmt", 2607 - "serde", 2608 - "time-core", 2609 - "time-macros", 2610 - ] 2611 - 2612 - [[package]] 2613 - name = "time-core" 2614 - version = "0.1.4" 2615 - source = "registry+https://github.com/rust-lang/crates.io-index" 2616 - checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 2617 - 2618 - [[package]] 2619 - name = "time-macros" 2620 - version = "0.2.22" 2621 - source = "registry+https://github.com/rust-lang/crates.io-index" 2622 - checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 2623 - dependencies = [ 2624 - "num-conv", 2625 - "time-core", 2626 - ] 2627 - 2628 - [[package]] 2629 - name = "tinystr" 2630 - version = "0.7.6" 2631 - source = "registry+https://github.com/rust-lang/crates.io-index" 2632 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2633 - dependencies = [ 2634 - "displaydoc", 2635 - "zerovec", 2636 - ] 2637 - 2638 - [[package]] 2639 - name = "tinyvec" 2640 - version = "1.9.0" 2641 - source = "registry+https://github.com/rust-lang/crates.io-index" 2642 - checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 2643 - dependencies = [ 2644 - "tinyvec_macros", 2645 - ] 2646 - 2647 - [[package]] 2648 - name = "tinyvec_macros" 2649 - version = "0.1.1" 2650 - source = "registry+https://github.com/rust-lang/crates.io-index" 2651 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2652 - 2653 - [[package]] 2654 - name = "tokio" 2655 - version = "1.44.2" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 2658 - dependencies = [ 2659 - "backtrace", 2660 - "bytes", 2661 - "libc", 2662 - "mio", 2663 - "parking_lot", 2664 - "pin-project-lite", 2665 - "signal-hook-registry", 2666 - "socket2", 2667 - "tokio-macros", 2668 - "windows-sys 0.52.0", 2669 - ] 2670 - 2671 - [[package]] 2672 - name = "tokio-macros" 2673 - version = "2.5.0" 2674 - source = "registry+https://github.com/rust-lang/crates.io-index" 2675 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2676 - dependencies = [ 2677 - "proc-macro2", 2678 - "quote", 2679 - "syn", 2680 - ] 2681 - 2682 - [[package]] 2683 - name = "tokio-postgres" 2684 - version = "0.7.13" 2685 - source = "registry+https://github.com/rust-lang/crates.io-index" 2686 - checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0" 2687 - dependencies = [ 2688 - "async-trait", 2689 - "byteorder", 2690 - "bytes", 2691 - "fallible-iterator", 2692 - "futures-channel", 2693 - "futures-util", 2694 - "log", 2695 - "parking_lot", 2696 - "percent-encoding", 2697 - "phf", 2698 - "pin-project-lite", 2699 - "postgres-protocol", 2700 - "postgres-types", 2701 - "rand 0.9.1", 2702 - "socket2", 2703 - "tokio", 2704 - "tokio-util", 2705 - "whoami", 2706 - ] 2707 - 2708 - [[package]] 2709 - name = "tokio-stream" 2710 - version = "0.1.17" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 2713 - dependencies = [ 2714 - "futures-core", 2715 - "pin-project-lite", 2716 - "tokio", 2717 - ] 2718 - 2719 - [[package]] 2720 - name = "tokio-tungstenite" 2721 - version = "0.21.0" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 2724 - dependencies = [ 2725 - "futures-util", 2726 - "log", 2727 - "tokio", 2728 - "tungstenite", 2729 - ] 2730 - 2731 - [[package]] 2732 - name = "tokio-util" 2733 - version = "0.7.15" 2734 - source = "registry+https://github.com/rust-lang/crates.io-index" 2735 - checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 2736 - dependencies = [ 2737 - "bytes", 2738 - "futures-core", 2739 - "futures-sink", 2740 - "pin-project-lite", 2741 - "tokio", 2742 - ] 2743 - 2744 - [[package]] 2745 - name = "toml" 2746 - version = "0.8.20" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" 2749 - dependencies = [ 2750 - "serde", 2751 - "serde_spanned", 2752 - "toml_datetime", 2753 - "toml_edit", 2754 - ] 2755 - 2756 - [[package]] 2757 - name = "toml_datetime" 2758 - version = "0.6.8" 2759 - source = "registry+https://github.com/rust-lang/crates.io-index" 2760 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 2761 - dependencies = [ 2762 - "serde", 2763 - ] 2764 - 2765 - [[package]] 2766 - name = "toml_edit" 2767 - version = "0.22.24" 2768 - source = "registry+https://github.com/rust-lang/crates.io-index" 2769 - checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" 2770 - dependencies = [ 2771 - "indexmap", 2772 - "serde", 2773 - "serde_spanned", 2774 - "toml_datetime", 2775 - "winnow", 2776 - ] 2777 - 2778 - [[package]] 2779 - name = "tower-service" 2780 - version = "0.3.3" 2781 - source = "registry+https://github.com/rust-lang/crates.io-index" 2782 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2783 - 2784 - [[package]] 2785 - name = "tracing" 2786 - version = "0.1.41" 2787 - source = "registry+https://github.com/rust-lang/crates.io-index" 2788 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2789 - dependencies = [ 2790 - "log", 2791 - "pin-project-lite", 2792 - "tracing-attributes", 2793 - "tracing-core", 2794 - ] 2795 - 2796 - [[package]] 2797 - name = "tracing-attributes" 2798 - version = "0.1.28" 2799 - source = "registry+https://github.com/rust-lang/crates.io-index" 2800 - checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2801 - dependencies = [ 2802 - "proc-macro2", 2803 - "quote", 2804 - "syn", 2805 - ] 2806 - 2807 - [[package]] 2808 - name = "tracing-core" 2809 - version = "0.1.33" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2812 - dependencies = [ 2813 - "once_cell", 2814 - "valuable", 2815 - ] 2816 - 2817 - [[package]] 2818 - name = "tracing-log" 2819 - version = "0.2.0" 2820 - source = "registry+https://github.com/rust-lang/crates.io-index" 2821 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2822 - dependencies = [ 2823 - "log", 2824 - "once_cell", 2825 - "tracing-core", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "tracing-subscriber" 2830 - version = "0.3.19" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 2833 - dependencies = [ 2834 - "matchers", 2835 - "nu-ansi-term", 2836 - "once_cell", 2837 - "regex", 2838 - "sharded-slab", 2839 - "smallvec", 2840 - "thread_local", 2841 - "tracing", 2842 - "tracing-core", 2843 - "tracing-log", 2844 - ] 2845 - 2846 - [[package]] 2847 - name = "try-lock" 2848 - version = "0.2.5" 2849 - source = "registry+https://github.com/rust-lang/crates.io-index" 2850 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2851 - 2852 - [[package]] 2853 - name = "tungstenite" 2854 - version = "0.21.0" 2855 - source = "registry+https://github.com/rust-lang/crates.io-index" 2856 - checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 2857 - dependencies = [ 2858 - "byteorder", 2859 - "bytes", 2860 - "data-encoding", 2861 - "http 1.3.1", 2862 - "httparse", 2863 - "log", 2864 - "rand 0.8.5", 2865 - "sha1", 2866 - "thiserror 1.0.69", 2867 - "url", 2868 - "utf-8", 2869 - ] 2870 - 2871 - [[package]] 2872 - name = "typenum" 2873 - version = "1.18.0" 2874 - source = "registry+https://github.com/rust-lang/crates.io-index" 2875 - checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2876 - 2877 - [[package]] 2878 - name = "ubyte" 2879 - version = "0.10.4" 2880 - source = "registry+https://github.com/rust-lang/crates.io-index" 2881 - checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea" 2882 - dependencies = [ 2883 - "serde", 2884 - ] 2885 - 2886 - [[package]] 2887 - name = "uncased" 2888 - version = "0.9.10" 2889 - source = "registry+https://github.com/rust-lang/crates.io-index" 2890 - checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 2891 - dependencies = [ 2892 - "serde", 2893 - "version_check", 2894 - ] 2895 - 2896 - [[package]] 2897 - name = "unicode-bidi" 2898 - version = "0.3.18" 2899 - source = "registry+https://github.com/rust-lang/crates.io-index" 2900 - checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2901 - 2902 - [[package]] 2903 - name = "unicode-ident" 2904 - version = "1.0.18" 2905 - source = "registry+https://github.com/rust-lang/crates.io-index" 2906 - checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2907 - 2908 - [[package]] 2909 - name = "unicode-normalization" 2910 - version = "0.1.24" 2911 - source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 2913 - dependencies = [ 2914 - "tinyvec", 2915 - ] 2916 - 2917 - [[package]] 2918 - name = "unicode-properties" 2919 - version = "0.1.3" 2920 - source = "registry+https://github.com/rust-lang/crates.io-index" 2921 - checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 2922 - 2923 - [[package]] 2924 - name = "unicode-width" 2925 - version = "0.2.0" 2926 - source = "registry+https://github.com/rust-lang/crates.io-index" 2927 - checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2928 - 2929 - [[package]] 2930 - name = "unicode-xid" 2931 - version = "0.2.6" 2932 - source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 2934 - 2935 - [[package]] 2936 - name = "url" 2937 - version = "2.5.4" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 2940 - dependencies = [ 2941 - "form_urlencoded", 2942 - "idna", 2943 - "percent-encoding", 2944 - ] 2945 - 2946 - [[package]] 2947 - name = "utf-8" 2948 - version = "0.7.6" 2949 - source = "registry+https://github.com/rust-lang/crates.io-index" 2950 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2951 - 2952 - [[package]] 2953 - name = "utf16_iter" 2954 - version = "1.0.5" 2955 - source = "registry+https://github.com/rust-lang/crates.io-index" 2956 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2957 - 2958 - [[package]] 2959 - name = "utf8_iter" 2960 - version = "1.0.4" 2961 - source = "registry+https://github.com/rust-lang/crates.io-index" 2962 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2963 - 2964 - [[package]] 2965 - name = "uuid" 2966 - version = "1.16.0" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 2969 - dependencies = [ 2970 - "getrandom 0.3.2", 2971 - "serde", 2972 - ] 2973 - 2974 - [[package]] 2975 - name = "valuable" 2976 - version = "0.1.1" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2979 - 2980 - [[package]] 2981 - name = "vcpkg" 2982 - version = "0.2.15" 2983 - source = "registry+https://github.com/rust-lang/crates.io-index" 2984 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2985 - 2986 - [[package]] 2987 - name = "version_check" 2988 - version = "0.9.5" 2989 - source = "registry+https://github.com/rust-lang/crates.io-index" 2990 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2991 - 2992 - [[package]] 2993 - name = "want" 2994 - version = "0.3.1" 2995 - source = "registry+https://github.com/rust-lang/crates.io-index" 2996 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2997 - dependencies = [ 2998 - "try-lock", 2999 - ] 3000 - 3001 - [[package]] 3002 - name = "wasi" 3003 - version = "0.11.0+wasi-snapshot-preview1" 3004 - source = "registry+https://github.com/rust-lang/crates.io-index" 3005 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3006 - 3007 - [[package]] 3008 - name = "wasi" 3009 - version = "0.14.2+wasi-0.2.4" 3010 - source = "registry+https://github.com/rust-lang/crates.io-index" 3011 - checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 3012 - dependencies = [ 3013 - "wit-bindgen-rt", 3014 - ] 3015 - 3016 - [[package]] 3017 - name = "wasite" 3018 - version = "0.1.0" 3019 - source = "registry+https://github.com/rust-lang/crates.io-index" 3020 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3021 - 3022 - [[package]] 3023 - name = "wasm-bindgen" 3024 - version = "0.2.100" 3025 - source = "registry+https://github.com/rust-lang/crates.io-index" 3026 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 3027 - dependencies = [ 3028 - "cfg-if", 3029 - "once_cell", 3030 - "wasm-bindgen-macro", 3031 - ] 3032 - 3033 - [[package]] 3034 - name = "wasm-bindgen-backend" 3035 - version = "0.2.100" 3036 - source = "registry+https://github.com/rust-lang/crates.io-index" 3037 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 3038 - dependencies = [ 3039 - "bumpalo", 3040 - "log", 3041 - "proc-macro2", 3042 - "quote", 3043 - "syn", 3044 - "wasm-bindgen-shared", 3045 - ] 3046 - 3047 - [[package]] 3048 - name = "wasm-bindgen-macro" 3049 - version = "0.2.100" 3050 - source = "registry+https://github.com/rust-lang/crates.io-index" 3051 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 3052 - dependencies = [ 3053 - "quote", 3054 - "wasm-bindgen-macro-support", 3055 - ] 3056 - 3057 - [[package]] 3058 - name = "wasm-bindgen-macro-support" 3059 - version = "0.2.100" 3060 - source = "registry+https://github.com/rust-lang/crates.io-index" 3061 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 3062 - dependencies = [ 3063 - "proc-macro2", 3064 - "quote", 3065 - "syn", 3066 - "wasm-bindgen-backend", 3067 - "wasm-bindgen-shared", 3068 - ] 3069 - 3070 - [[package]] 3071 - name = "wasm-bindgen-shared" 3072 - version = "0.2.100" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 3075 - dependencies = [ 3076 - "unicode-ident", 3077 - ] 3078 - 3079 - [[package]] 3080 - name = "web-sys" 3081 - version = "0.3.77" 3082 - source = "registry+https://github.com/rust-lang/crates.io-index" 3083 - checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 3084 - dependencies = [ 3085 - "js-sys", 3086 - "wasm-bindgen", 3087 - ] 3088 - 3089 - [[package]] 3090 - name = "whoami" 3091 - version = "1.6.0" 3092 - source = "registry+https://github.com/rust-lang/crates.io-index" 3093 - checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" 3094 - dependencies = [ 3095 - "redox_syscall", 3096 - "wasite", 3097 - "web-sys", 3098 - ] 3099 - 3100 - [[package]] 3101 - name = "winapi" 3102 - version = "0.3.9" 3103 - source = "registry+https://github.com/rust-lang/crates.io-index" 3104 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3105 - dependencies = [ 3106 - "winapi-i686-pc-windows-gnu", 3107 - "winapi-x86_64-pc-windows-gnu", 3108 - ] 3109 - 3110 - [[package]] 3111 - name = "winapi-i686-pc-windows-gnu" 3112 - version = "0.4.0" 3113 - source = "registry+https://github.com/rust-lang/crates.io-index" 3114 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3115 - 3116 - [[package]] 3117 - name = "winapi-x86_64-pc-windows-gnu" 3118 - version = "0.4.0" 3119 - source = "registry+https://github.com/rust-lang/crates.io-index" 3120 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3121 - 3122 - [[package]] 3123 - name = "windows" 3124 - version = "0.48.0" 3125 - source = "registry+https://github.com/rust-lang/crates.io-index" 3126 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3127 - dependencies = [ 3128 - "windows-targets 0.48.5", 3129 - ] 3130 - 3131 - [[package]] 3132 - name = "windows-link" 3133 - version = "0.2.1" 3134 - source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3136 - 3137 - [[package]] 3138 - name = "windows-sys" 3139 - version = "0.48.0" 3140 - source = "registry+https://github.com/rust-lang/crates.io-index" 3141 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3142 - dependencies = [ 3143 - "windows-targets 0.48.5", 3144 - ] 3145 - 3146 - [[package]] 3147 - name = "windows-sys" 3148 - version = "0.52.0" 3149 - source = "registry+https://github.com/rust-lang/crates.io-index" 3150 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3151 - dependencies = [ 3152 - "windows-targets 0.52.6", 3153 - ] 3154 - 3155 - [[package]] 3156 - name = "windows-sys" 3157 - version = "0.59.0" 3158 - source = "registry+https://github.com/rust-lang/crates.io-index" 3159 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3160 - dependencies = [ 3161 - "windows-targets 0.52.6", 3162 - ] 3163 - 3164 - [[package]] 3165 - name = "windows-sys" 3166 - version = "0.61.2" 3167 - source = "registry+https://github.com/rust-lang/crates.io-index" 3168 - checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3169 - dependencies = [ 3170 - "windows-link", 3171 - ] 3172 - 3173 - [[package]] 3174 - name = "windows-targets" 3175 - version = "0.48.5" 3176 - source = "registry+https://github.com/rust-lang/crates.io-index" 3177 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3178 - dependencies = [ 3179 - "windows_aarch64_gnullvm 0.48.5", 3180 - "windows_aarch64_msvc 0.48.5", 3181 - "windows_i686_gnu 0.48.5", 3182 - "windows_i686_msvc 0.48.5", 3183 - "windows_x86_64_gnu 0.48.5", 3184 - "windows_x86_64_gnullvm 0.48.5", 3185 - "windows_x86_64_msvc 0.48.5", 3186 - ] 3187 - 3188 - [[package]] 3189 - name = "windows-targets" 3190 - version = "0.52.6" 3191 - source = "registry+https://github.com/rust-lang/crates.io-index" 3192 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3193 - dependencies = [ 3194 - "windows_aarch64_gnullvm 0.52.6", 3195 - "windows_aarch64_msvc 0.52.6", 3196 - "windows_i686_gnu 0.52.6", 3197 - "windows_i686_gnullvm", 3198 - "windows_i686_msvc 0.52.6", 3199 - "windows_x86_64_gnu 0.52.6", 3200 - "windows_x86_64_gnullvm 0.52.6", 3201 - "windows_x86_64_msvc 0.52.6", 3202 - ] 3203 - 3204 - [[package]] 3205 - name = "windows_aarch64_gnullvm" 3206 - version = "0.48.5" 3207 - source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3209 - 3210 - [[package]] 3211 - name = "windows_aarch64_gnullvm" 3212 - version = "0.52.6" 3213 - source = "registry+https://github.com/rust-lang/crates.io-index" 3214 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3215 - 3216 - [[package]] 3217 - name = "windows_aarch64_msvc" 3218 - version = "0.48.5" 3219 - source = "registry+https://github.com/rust-lang/crates.io-index" 3220 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3221 - 3222 - [[package]] 3223 - name = "windows_aarch64_msvc" 3224 - version = "0.52.6" 3225 - source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3227 - 3228 - [[package]] 3229 - name = "windows_i686_gnu" 3230 - version = "0.48.5" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3233 - 3234 - [[package]] 3235 - name = "windows_i686_gnu" 3236 - version = "0.52.6" 3237 - source = "registry+https://github.com/rust-lang/crates.io-index" 3238 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3239 - 3240 - [[package]] 3241 - name = "windows_i686_gnullvm" 3242 - version = "0.52.6" 3243 - source = "registry+https://github.com/rust-lang/crates.io-index" 3244 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3245 - 3246 - [[package]] 3247 - name = "windows_i686_msvc" 3248 - version = "0.48.5" 3249 - source = "registry+https://github.com/rust-lang/crates.io-index" 3250 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3251 - 3252 - [[package]] 3253 - name = "windows_i686_msvc" 3254 - version = "0.52.6" 3255 - source = "registry+https://github.com/rust-lang/crates.io-index" 3256 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3257 - 3258 - [[package]] 3259 - name = "windows_x86_64_gnu" 3260 - version = "0.48.5" 3261 - source = "registry+https://github.com/rust-lang/crates.io-index" 3262 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3263 - 3264 - [[package]] 3265 - name = "windows_x86_64_gnu" 3266 - version = "0.52.6" 3267 - source = "registry+https://github.com/rust-lang/crates.io-index" 3268 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3269 - 3270 - [[package]] 3271 - name = "windows_x86_64_gnullvm" 3272 - version = "0.48.5" 3273 - source = "registry+https://github.com/rust-lang/crates.io-index" 3274 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3275 - 3276 - [[package]] 3277 - name = "windows_x86_64_gnullvm" 3278 - version = "0.52.6" 3279 - source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3281 - 3282 - [[package]] 3283 - name = "windows_x86_64_msvc" 3284 - version = "0.48.5" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3287 - 3288 - [[package]] 3289 - name = "windows_x86_64_msvc" 3290 - version = "0.52.6" 3291 - source = "registry+https://github.com/rust-lang/crates.io-index" 3292 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3293 - 3294 - [[package]] 3295 - name = "winnow" 3296 - version = "0.7.6" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" 3299 - dependencies = [ 3300 - "memchr", 3301 - ] 3302 - 3303 - [[package]] 3304 - name = "wit-bindgen-rt" 3305 - version = "0.39.0" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 3308 - dependencies = [ 3309 - "bitflags", 3310 - ] 3311 - 3312 - [[package]] 3313 - name = "write16" 3314 - version = "1.0.0" 3315 - source = "registry+https://github.com/rust-lang/crates.io-index" 3316 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3317 - 3318 - [[package]] 3319 - name = "writeable" 3320 - version = "0.5.5" 3321 - source = "registry+https://github.com/rust-lang/crates.io-index" 3322 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3323 - 3324 - [[package]] 3325 - name = "yansi" 3326 - version = "1.0.1" 3327 - source = "registry+https://github.com/rust-lang/crates.io-index" 3328 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3329 - dependencies = [ 3330 - "is-terminal", 3331 - ] 3332 - 3333 - [[package]] 3334 - name = "yoke" 3335 - version = "0.7.5" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 3338 - dependencies = [ 3339 - "serde", 3340 - "stable_deref_trait", 3341 - "yoke-derive", 3342 - "zerofrom", 3343 - ] 3344 - 3345 - [[package]] 3346 - name = "yoke-derive" 3347 - version = "0.7.5" 3348 - source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 3350 - dependencies = [ 3351 - "proc-macro2", 3352 - "quote", 3353 - "syn", 3354 - "synstructure", 3355 - ] 3356 - 3357 - [[package]] 3358 - name = "zerocopy" 3359 - version = "0.8.24" 3360 - source = "registry+https://github.com/rust-lang/crates.io-index" 3361 - checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 3362 - dependencies = [ 3363 - "zerocopy-derive", 3364 - ] 3365 - 3366 - [[package]] 3367 - name = "zerocopy-derive" 3368 - version = "0.8.24" 3369 - source = "registry+https://github.com/rust-lang/crates.io-index" 3370 - checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 3371 - dependencies = [ 3372 - "proc-macro2", 3373 - "quote", 3374 - "syn", 3375 - ] 3376 - 3377 - [[package]] 3378 - name = "zerofrom" 3379 - version = "0.1.6" 3380 - source = "registry+https://github.com/rust-lang/crates.io-index" 3381 - checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3382 - dependencies = [ 3383 - "zerofrom-derive", 3384 - ] 3385 - 3386 - [[package]] 3387 - name = "zerofrom-derive" 3388 - version = "0.1.6" 3389 - source = "registry+https://github.com/rust-lang/crates.io-index" 3390 - checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3391 - dependencies = [ 3392 - "proc-macro2", 3393 - "quote", 3394 - "syn", 3395 - "synstructure", 3396 - ] 3397 - 3398 - [[package]] 3399 - name = "zeroize" 3400 - version = "1.8.1" 3401 - source = "registry+https://github.com/rust-lang/crates.io-index" 3402 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3403 - 3404 - [[package]] 3405 - name = "zerovec" 3406 - version = "0.10.4" 3407 - source = "registry+https://github.com/rust-lang/crates.io-index" 3408 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3409 - dependencies = [ 3410 - "yoke", 3411 - "zerofrom", 3412 - "zerovec-derive", 3413 - ] 3414 - 3415 - [[package]] 3416 - name = "zerovec-derive" 3417 - version = "0.10.3" 3418 - source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3420 - dependencies = [ 3421 - "proc-macro2", 3422 - "quote", 3423 - "syn", 3424 - ]
-15
Cargo.toml
··· 1 - [workspace] 2 - resolver = "3" 3 - members = ["./server"] 4 - license = "EUPL-1.2" 5 - default-members = ["./server"] 6 - 7 - [workspace.lints.clippy] 8 - expect_used = { level = "deny", priority = 0 } 9 - panic_in_result_fn = { level = "deny", priority = 0 } 10 - useless_attribute = "deny" 11 - arithmetic_side_effects = "warn" 12 - missing_docs = "forbid" 13 - style = { level = "warn", priority = -1 } 14 - missing_panics_doc = "warn" 15 - pedantic = { level = "warn", priority = -1 }