| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "aead" |
| 13 | version = "0.5.2" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| 16 | dependencies = [ |
| 17 | "crypto-common", |
| 18 | "generic-array", |
| 19 | ] |
| 20 | |
| 21 | [[package]] |
| 22 | name = "aes" |
| 23 | version = "0.8.4" |
| 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 25 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 26 | dependencies = [ |
| 27 | "cfg-if", |
| 28 | "cipher", |
| 29 | "cpufeatures 0.2.17", |
| 30 | ] |
| 31 | |
| 32 | [[package]] |
| 33 | name = "aes-gcm" |
| 34 | version = "0.10.3" |
| 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| 37 | dependencies = [ |
| 38 | "aead", |
| 39 | "aes", |
| 40 | "cipher", |
| 41 | "ctr", |
| 42 | "ghash", |
| 43 | "subtle", |
| 44 | ] |
| 45 | |
| 46 | [[package]] |
| 47 | name = "ahash" |
| 48 | version = "0.8.12" |
| 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 51 | dependencies = [ |
| 52 | "cfg-if", |
| 53 | "once_cell", |
| 54 | "version_check", |
| 55 | "zerocopy", |
| 56 | ] |
| 57 | |
| 58 | [[package]] |
| 59 | name = "aho-corasick" |
| 60 | version = "1.1.4" |
| 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 63 | dependencies = [ |
| 64 | "memchr", |
| 65 | ] |
| 66 | |
| 67 | [[package]] |
| 68 | name = "allocator-api2" |
| 69 | version = "0.2.21" |
| 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 72 | |
| 73 | [[package]] |
| 74 | name = "ammonia" |
| 75 | version = "4.1.4" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d" |
| 78 | dependencies = [ |
| 79 | "cssparser", |
| 80 | "html5ever", |
| 81 | "maplit", |
| 82 | "url", |
| 83 | ] |
| 84 | |
| 85 | [[package]] |
| 86 | name = "android_system_properties" |
| 87 | version = "0.1.5" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 90 | dependencies = [ |
| 91 | "libc", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "anstream" |
| 96 | version = "1.0.0" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 99 | dependencies = [ |
| 100 | "anstyle", |
| 101 | "anstyle-parse", |
| 102 | "anstyle-query", |
| 103 | "anstyle-wincon", |
| 104 | "colorchoice", |
| 105 | "is_terminal_polyfill", |
| 106 | "utf8parse", |
| 107 | ] |
| 108 | |
| 109 | [[package]] |
| 110 | name = "anstyle" |
| 111 | version = "1.0.14" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 114 | |
| 115 | [[package]] |
| 116 | name = "anstyle-parse" |
| 117 | version = "1.0.0" |
| 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 120 | dependencies = [ |
| 121 | "utf8parse", |
| 122 | ] |
| 123 | |
| 124 | [[package]] |
| 125 | name = "anstyle-query" |
| 126 | version = "1.1.5" |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 129 | dependencies = [ |
| 130 | "windows-sys 0.61.2", |
| 131 | ] |
| 132 | |
| 133 | [[package]] |
| 134 | name = "anstyle-wincon" |
| 135 | version = "3.0.11" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 138 | dependencies = [ |
| 139 | "anstyle", |
| 140 | "once_cell_polyfill", |
| 141 | "windows-sys 0.61.2", |
| 142 | ] |
| 143 | |
| 144 | [[package]] |
| 145 | name = "anyhow" |
| 146 | version = "1.0.104" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" |
| 149 | |
| 150 | [[package]] |
| 151 | name = "arc-swap" |
| 152 | version = "1.9.2" |
| 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 | checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b" |
| 155 | dependencies = [ |
| 156 | "rustversion", |
| 157 | ] |
| 158 | |
| 159 | [[package]] |
| 160 | name = "argon2" |
| 161 | version = "0.5.3" |
| 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 163 | checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| 164 | dependencies = [ |
| 165 | "base64ct", |
| 166 | "blake2", |
| 167 | "cpufeatures 0.2.17", |
| 168 | "password-hash", |
| 169 | ] |
| 170 | |
| 171 | [[package]] |
| 172 | name = "arrayvec" |
| 173 | version = "0.7.8" |
| 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 175 | checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" |
| 176 | |
| 177 | [[package]] |
| 178 | name = "async-compression" |
| 179 | version = "0.4.43" |
| 180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 181 | checksum = "3976abdc8fe7d1133d43d304afd42abdf5bc3e1319d263d223bde07b5efc4be8" |
| 182 | dependencies = [ |
| 183 | "compression-codecs", |
| 184 | "compression-core", |
| 185 | "pin-project-lite", |
| 186 | "tokio", |
| 187 | ] |
| 188 | |
| 189 | [[package]] |
| 190 | name = "async-trait" |
| 191 | version = "0.1.91" |
| 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" |
| 194 | dependencies = [ |
| 195 | "proc-macro2", |
| 196 | "quote", |
| 197 | "syn 3.0.3", |
| 198 | ] |
| 199 | |
| 200 | [[package]] |
| 201 | name = "atoi" |
| 202 | version = "2.0.0" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 205 | dependencies = [ |
| 206 | "num-traits", |
| 207 | ] |
| 208 | |
| 209 | [[package]] |
| 210 | name = "atomic-waker" |
| 211 | version = "1.1.2" |
| 212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 214 | |
| 215 | [[package]] |
| 216 | name = "autocfg" |
| 217 | version = "1.5.1" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 220 | |
| 221 | [[package]] |
| 222 | name = "aws-lc-rs" |
| 223 | version = "1.17.3" |
| 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 | checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" |
| 226 | dependencies = [ |
| 227 | "aws-lc-sys", |
| 228 | "zeroize", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
| 232 | name = "aws-lc-sys" |
| 233 | version = "0.43.0" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" |
| 236 | dependencies = [ |
| 237 | "cc", |
| 238 | "cmake", |
| 239 | "dunce", |
| 240 | "fs_extra", |
| 241 | "pkg-config", |
| 242 | ] |
| 243 | |
| 244 | [[package]] |
| 245 | name = "axum" |
| 246 | version = "0.8.9" |
| 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 | checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| 249 | dependencies = [ |
| 250 | "axum-core", |
| 251 | "axum-macros", |
| 252 | "bytes", |
| 253 | "form_urlencoded", |
| 254 | "futures-util", |
| 255 | "http", |
| 256 | "http-body", |
| 257 | "http-body-util", |
| 258 | "hyper", |
| 259 | "hyper-util", |
| 260 | "itoa", |
| 261 | "matchit", |
| 262 | "memchr", |
| 263 | "mime", |
| 264 | "percent-encoding", |
| 265 | "pin-project-lite", |
| 266 | "serde_core", |
| 267 | "serde_json", |
| 268 | "serde_path_to_error", |
| 269 | "serde_urlencoded", |
| 270 | "sync_wrapper", |
| 271 | "tokio", |
| 272 | "tower", |
| 273 | "tower-layer", |
| 274 | "tower-service", |
| 275 | "tracing", |
| 276 | ] |
| 277 | |
| 278 | [[package]] |
| 279 | name = "axum-core" |
| 280 | version = "0.5.6" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 283 | dependencies = [ |
| 284 | "bytes", |
| 285 | "futures-core", |
| 286 | "http", |
| 287 | "http-body", |
| 288 | "http-body-util", |
| 289 | "mime", |
| 290 | "pin-project-lite", |
| 291 | "sync_wrapper", |
| 292 | "tower-layer", |
| 293 | "tower-service", |
| 294 | "tracing", |
| 295 | ] |
| 296 | |
| 297 | [[package]] |
| 298 | name = "axum-extra" |
| 299 | version = "0.10.3" |
| 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" |
| 302 | dependencies = [ |
| 303 | "axum", |
| 304 | "axum-core", |
| 305 | "bytes", |
| 306 | "cookie", |
| 307 | "futures-util", |
| 308 | "headers", |
| 309 | "http", |
| 310 | "http-body", |
| 311 | "http-body-util", |
| 312 | "mime", |
| 313 | "pin-project-lite", |
| 314 | "rustversion", |
| 315 | "serde_core", |
| 316 | "tower-layer", |
| 317 | "tower-service", |
| 318 | "tracing", |
| 319 | ] |
| 320 | |
| 321 | [[package]] |
| 322 | name = "axum-macros" |
| 323 | version = "0.5.1" |
| 324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 325 | checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" |
| 326 | dependencies = [ |
| 327 | "proc-macro2", |
| 328 | "quote", |
| 329 | "syn 2.0.119", |
| 330 | ] |
| 331 | |
| 332 | [[package]] |
| 333 | name = "base16ct" |
| 334 | version = "0.2.0" |
| 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 336 | checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| 337 | |
| 338 | [[package]] |
| 339 | name = "base64" |
| 340 | version = "0.21.7" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 343 | |
| 344 | [[package]] |
| 345 | name = "base64" |
| 346 | version = "0.22.1" |
| 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 348 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 349 | |
| 350 | [[package]] |
| 351 | name = "base64ct" |
| 352 | version = "1.8.3" |
| 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 354 | checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 355 | |
| 356 | [[package]] |
| 357 | name = "bcrypt-pbkdf" |
| 358 | version = "0.10.0" |
| 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 360 | checksum = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2" |
| 361 | dependencies = [ |
| 362 | "blowfish", |
| 363 | "pbkdf2", |
| 364 | "sha2", |
| 365 | ] |
| 366 | |
| 367 | [[package]] |
| 368 | name = "bincode" |
| 369 | version = "1.3.3" |
| 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 371 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 372 | dependencies = [ |
| 373 | "serde", |
| 374 | ] |
| 375 | |
| 376 | [[package]] |
| 377 | name = "bit-set" |
| 378 | version = "0.8.0" |
| 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 380 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 381 | dependencies = [ |
| 382 | "bit-vec", |
| 383 | ] |
| 384 | |
| 385 | [[package]] |
| 386 | name = "bit-vec" |
| 387 | version = "0.8.0" |
| 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 390 | |
| 391 | [[package]] |
| 392 | name = "bitflags" |
| 393 | version = "1.3.2" |
| 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 396 | |
| 397 | [[package]] |
| 398 | name = "bitflags" |
| 399 | version = "2.13.1" |
| 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 401 | checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| 402 | dependencies = [ |
| 403 | "serde_core", |
| 404 | ] |
| 405 | |
| 406 | [[package]] |
| 407 | name = "blake2" |
| 408 | version = "0.10.6" |
| 409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 410 | checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| 411 | dependencies = [ |
| 412 | "digest", |
| 413 | ] |
| 414 | |
| 415 | [[package]] |
| 416 | name = "block-buffer" |
| 417 | version = "0.10.4" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 420 | dependencies = [ |
| 421 | "generic-array", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "block-padding" |
| 426 | version = "0.3.3" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 429 | dependencies = [ |
| 430 | "generic-array", |
| 431 | ] |
| 432 | |
| 433 | [[package]] |
| 434 | name = "blowfish" |
| 435 | version = "0.9.1" |
| 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 437 | checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" |
| 438 | dependencies = [ |
| 439 | "byteorder", |
| 440 | "cipher", |
| 441 | ] |
| 442 | |
| 443 | [[package]] |
| 444 | name = "bon" |
| 445 | version = "3.9.3" |
| 446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 | checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561" |
| 448 | dependencies = [ |
| 449 | "bon-macros", |
| 450 | "rustversion", |
| 451 | ] |
| 452 | |
| 453 | [[package]] |
| 454 | name = "bon-macros" |
| 455 | version = "3.9.3" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" |
| 458 | dependencies = [ |
| 459 | "darling", |
| 460 | "ident_case", |
| 461 | "prettyplease", |
| 462 | "proc-macro2", |
| 463 | "quote", |
| 464 | "rustversion", |
| 465 | "syn 2.0.119", |
| 466 | ] |
| 467 | |
| 468 | [[package]] |
| 469 | name = "bs58" |
| 470 | version = "0.5.1" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| 473 | dependencies = [ |
| 474 | "tinyvec", |
| 475 | ] |
| 476 | |
| 477 | [[package]] |
| 478 | name = "bstr" |
| 479 | version = "1.13.0" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 | checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530" |
| 482 | dependencies = [ |
| 483 | "memchr", |
| 484 | "regex-automata", |
| 485 | "serde_core", |
| 486 | ] |
| 487 | |
| 488 | [[package]] |
| 489 | name = "bumpalo" |
| 490 | version = "3.20.3" |
| 491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 492 | checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 493 | |
| 494 | [[package]] |
| 495 | name = "byteorder" |
| 496 | version = "1.5.0" |
| 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 499 | |
| 500 | [[package]] |
| 501 | name = "bytes" |
| 502 | version = "1.12.1" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| 505 | |
| 506 | [[package]] |
| 507 | name = "caseless" |
| 508 | version = "0.2.2" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8" |
| 511 | dependencies = [ |
| 512 | "unicode-normalization", |
| 513 | ] |
| 514 | |
| 515 | [[package]] |
| 516 | name = "cbc" |
| 517 | version = "0.1.2" |
| 518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 519 | checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| 520 | dependencies = [ |
| 521 | "cipher", |
| 522 | ] |
| 523 | |
| 524 | [[package]] |
| 525 | name = "cc" |
| 526 | version = "1.2.67" |
| 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 528 | checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38" |
| 529 | dependencies = [ |
| 530 | "find-msvc-tools", |
| 531 | "jobserver", |
| 532 | "libc", |
| 533 | "shlex", |
| 534 | ] |
| 535 | |
| 536 | [[package]] |
| 537 | name = "cfg-if" |
| 538 | version = "1.0.4" |
| 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 540 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 541 | |
| 542 | [[package]] |
| 543 | name = "cfg_aliases" |
| 544 | version = "0.2.2" |
| 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| 547 | |
| 548 | [[package]] |
| 549 | name = "chacha20" |
| 550 | version = "0.9.1" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" |
| 553 | dependencies = [ |
| 554 | "cfg-if", |
| 555 | "cipher", |
| 556 | "cpufeatures 0.2.17", |
| 557 | ] |
| 558 | |
| 559 | [[package]] |
| 560 | name = "chacha20" |
| 561 | version = "0.10.1" |
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" |
| 564 | dependencies = [ |
| 565 | "cfg-if", |
| 566 | "cpufeatures 0.3.0", |
| 567 | "rand_core 0.10.1", |
| 568 | ] |
| 569 | |
| 570 | [[package]] |
| 571 | name = "chrono" |
| 572 | version = "0.4.45" |
| 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 574 | checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 575 | dependencies = [ |
| 576 | "iana-time-zone", |
| 577 | "js-sys", |
| 578 | "num-traits", |
| 579 | "serde", |
| 580 | "wasm-bindgen", |
| 581 | "windows-link", |
| 582 | ] |
| 583 | |
| 584 | [[package]] |
| 585 | name = "cipher" |
| 586 | version = "0.4.4" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 589 | dependencies = [ |
| 590 | "crypto-common", |
| 591 | "inout", |
| 592 | ] |
| 593 | |
| 594 | [[package]] |
| 595 | name = "clap" |
| 596 | version = "4.6.4" |
| 597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 598 | checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" |
| 599 | dependencies = [ |
| 600 | "clap_builder", |
| 601 | "clap_derive", |
| 602 | ] |
| 603 | |
| 604 | [[package]] |
| 605 | name = "clap_builder" |
| 606 | version = "4.6.2" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" |
| 609 | dependencies = [ |
| 610 | "anstream", |
| 611 | "anstyle", |
| 612 | "clap_lex", |
| 613 | "strsim", |
| 614 | "terminal_size", |
| 615 | ] |
| 616 | |
| 617 | [[package]] |
| 618 | name = "clap_derive" |
| 619 | version = "4.6.4" |
| 620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 621 | checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" |
| 622 | dependencies = [ |
| 623 | "heck", |
| 624 | "proc-macro2", |
| 625 | "quote", |
| 626 | "syn 3.0.3", |
| 627 | ] |
| 628 | |
| 629 | [[package]] |
| 630 | name = "clap_lex" |
| 631 | version = "1.1.0" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 634 | |
| 635 | [[package]] |
| 636 | name = "clru" |
| 637 | version = "0.6.3" |
| 638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 | checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" |
| 640 | dependencies = [ |
| 641 | "hashbrown 0.16.1", |
| 642 | ] |
| 643 | |
| 644 | [[package]] |
| 645 | name = "cmake" |
| 646 | version = "0.1.58" |
| 647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 648 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 649 | dependencies = [ |
| 650 | "cc", |
| 651 | ] |
| 652 | |
| 653 | [[package]] |
| 654 | name = "colorchoice" |
| 655 | version = "1.0.5" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 658 | |
| 659 | [[package]] |
| 660 | name = "compression-codecs" |
| 661 | version = "0.4.38" |
| 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 | checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" |
| 664 | dependencies = [ |
| 665 | "compression-core", |
| 666 | "flate2", |
| 667 | "memchr", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
| 671 | name = "compression-core" |
| 672 | version = "0.4.32" |
| 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 | checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" |
| 675 | |
| 676 | [[package]] |
| 677 | name = "comrak" |
| 678 | version = "0.39.1" |
| 679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 680 | checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5" |
| 681 | dependencies = [ |
| 682 | "bon", |
| 683 | "caseless", |
| 684 | "clap", |
| 685 | "entities", |
| 686 | "memchr", |
| 687 | "shell-words", |
| 688 | "slug", |
| 689 | "syntect", |
| 690 | "typed-arena", |
| 691 | "unicode_categories", |
| 692 | "xdg", |
| 693 | ] |
| 694 | |
| 695 | [[package]] |
| 696 | name = "const-oid" |
| 697 | version = "0.9.6" |
| 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 700 | |
| 701 | [[package]] |
| 702 | name = "cookie" |
| 703 | version = "0.18.1" |
| 704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 705 | checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 706 | dependencies = [ |
| 707 | "percent-encoding", |
| 708 | "time", |
| 709 | "version_check", |
| 710 | ] |
| 711 | |
| 712 | [[package]] |
| 713 | name = "core-foundation-sys" |
| 714 | version = "0.8.7" |
| 715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 717 | |
| 718 | [[package]] |
| 719 | name = "cpufeatures" |
| 720 | version = "0.2.17" |
| 721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 723 | dependencies = [ |
| 724 | "libc", |
| 725 | ] |
| 726 | |
| 727 | [[package]] |
| 728 | name = "cpufeatures" |
| 729 | version = "0.3.0" |
| 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 732 | dependencies = [ |
| 733 | "libc", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "crc" |
| 738 | version = "3.4.0" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 741 | dependencies = [ |
| 742 | "crc-catalog", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
| 746 | name = "crc-catalog" |
| 747 | version = "2.5.0" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" |
| 750 | |
| 751 | [[package]] |
| 752 | name = "crc32fast" |
| 753 | version = "1.5.0" |
| 754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 756 | dependencies = [ |
| 757 | "cfg-if", |
| 758 | ] |
| 759 | |
| 760 | [[package]] |
| 761 | name = "crossbeam-channel" |
| 762 | version = "0.5.16" |
| 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 | checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" |
| 765 | dependencies = [ |
| 766 | "crossbeam-utils", |
| 767 | ] |
| 768 | |
| 769 | [[package]] |
| 770 | name = "crossbeam-queue" |
| 771 | version = "0.3.13" |
| 772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 | checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26" |
| 774 | dependencies = [ |
| 775 | "crossbeam-utils", |
| 776 | ] |
| 777 | |
| 778 | [[package]] |
| 779 | name = "crossbeam-utils" |
| 780 | version = "0.8.22" |
| 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 | checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| 783 | |
| 784 | [[package]] |
| 785 | name = "crypto-bigint" |
| 786 | version = "0.5.5" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 789 | dependencies = [ |
| 790 | "generic-array", |
| 791 | "rand_core 0.6.4", |
| 792 | "subtle", |
| 793 | "zeroize", |
| 794 | ] |
| 795 | |
| 796 | [[package]] |
| 797 | name = "crypto-common" |
| 798 | version = "0.1.7" |
| 799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 800 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 801 | dependencies = [ |
| 802 | "generic-array", |
| 803 | "rand_core 0.6.4", |
| 804 | "typenum", |
| 805 | ] |
| 806 | |
| 807 | [[package]] |
| 808 | name = "cssparser" |
| 809 | version = "0.37.0" |
| 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 | checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98" |
| 812 | dependencies = [ |
| 813 | "dtoa-short", |
| 814 | "itoa", |
| 815 | "smallvec", |
| 816 | ] |
| 817 | |
| 818 | [[package]] |
| 819 | name = "ctr" |
| 820 | version = "0.9.2" |
| 821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 822 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| 823 | dependencies = [ |
| 824 | "cipher", |
| 825 | ] |
| 826 | |
| 827 | [[package]] |
| 828 | name = "curve25519-dalek" |
| 829 | version = "4.1.3" |
| 830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 831 | checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| 832 | dependencies = [ |
| 833 | "cfg-if", |
| 834 | "cpufeatures 0.2.17", |
| 835 | "curve25519-dalek-derive", |
| 836 | "digest", |
| 837 | "fiat-crypto", |
| 838 | "rustc_version", |
| 839 | "subtle", |
| 840 | "zeroize", |
| 841 | ] |
| 842 | |
| 843 | [[package]] |
| 844 | name = "curve25519-dalek-derive" |
| 845 | version = "0.1.1" |
| 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 847 | checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| 848 | dependencies = [ |
| 849 | "proc-macro2", |
| 850 | "quote", |
| 851 | "syn 2.0.119", |
| 852 | ] |
| 853 | |
| 854 | [[package]] |
| 855 | name = "darling" |
| 856 | version = "0.23.0" |
| 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 859 | dependencies = [ |
| 860 | "darling_core", |
| 861 | "darling_macro", |
| 862 | ] |
| 863 | |
| 864 | [[package]] |
| 865 | name = "darling_core" |
| 866 | version = "0.23.0" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 869 | dependencies = [ |
| 870 | "ident_case", |
| 871 | "proc-macro2", |
| 872 | "quote", |
| 873 | "strsim", |
| 874 | "syn 2.0.119", |
| 875 | ] |
| 876 | |
| 877 | [[package]] |
| 878 | name = "darling_macro" |
| 879 | version = "0.23.0" |
| 880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 881 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 882 | dependencies = [ |
| 883 | "darling_core", |
| 884 | "quote", |
| 885 | "syn 2.0.119", |
| 886 | ] |
| 887 | |
| 888 | [[package]] |
| 889 | name = "dashmap" |
| 890 | version = "6.2.1" |
| 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 892 | checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" |
| 893 | dependencies = [ |
| 894 | "cfg-if", |
| 895 | "crossbeam-utils", |
| 896 | "hashbrown 0.14.5", |
| 897 | "lock_api", |
| 898 | "once_cell", |
| 899 | "parking_lot_core", |
| 900 | ] |
| 901 | |
| 902 | [[package]] |
| 903 | name = "data-encoding" |
| 904 | version = "2.11.0" |
| 905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 906 | checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| 907 | |
| 908 | [[package]] |
| 909 | name = "defmt" |
| 910 | version = "1.1.1" |
| 911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 912 | checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" |
| 913 | dependencies = [ |
| 914 | "bitflags 1.3.2", |
| 915 | "defmt-macros", |
| 916 | ] |
| 917 | |
| 918 | [[package]] |
| 919 | name = "defmt-macros" |
| 920 | version = "1.1.1" |
| 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 | checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" |
| 923 | dependencies = [ |
| 924 | "defmt-parser", |
| 925 | "proc-macro2", |
| 926 | "quote", |
| 927 | "syn 2.0.119", |
| 928 | ] |
| 929 | |
| 930 | [[package]] |
| 931 | name = "defmt-parser" |
| 932 | version = "1.0.0" |
| 933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 934 | checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" |
| 935 | dependencies = [ |
| 936 | "thiserror 2.0.19", |
| 937 | ] |
| 938 | |
| 939 | [[package]] |
| 940 | name = "delegate" |
| 941 | version = "0.13.5" |
| 942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 943 | checksum = "780eb241654bf097afb00fc5f054a09b687dad862e485fdcf8399bb056565370" |
| 944 | dependencies = [ |
| 945 | "proc-macro2", |
| 946 | "quote", |
| 947 | "syn 2.0.119", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "der" |
| 952 | version = "0.7.10" |
| 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 | checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 955 | dependencies = [ |
| 956 | "const-oid", |
| 957 | "pem-rfc7468", |
| 958 | "zeroize", |
| 959 | ] |
| 960 | |
| 961 | [[package]] |
| 962 | name = "deranged" |
| 963 | version = "0.5.8" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 966 | dependencies = [ |
| 967 | "serde_core", |
| 968 | ] |
| 969 | |
| 970 | [[package]] |
| 971 | name = "deunicode" |
| 972 | version = "1.6.2" |
| 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 974 | checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" |
| 975 | |
| 976 | [[package]] |
| 977 | name = "df-admin" |
| 978 | version = "0.1.0" |
| 979 | dependencies = [ |
| 980 | "anyhow", |
| 981 | "chrono", |
| 982 | "clap", |
| 983 | "df-auth", |
| 984 | "df-db", |
| 985 | "dotenvy", |
| 986 | "serde_json", |
| 987 | "sqlx", |
| 988 | "tokio", |
| 989 | "uuid", |
| 990 | ] |
| 991 | |
| 992 | [[package]] |
| 993 | name = "df-auth" |
| 994 | version = "0.1.0" |
| 995 | dependencies = [ |
| 996 | "anyhow", |
| 997 | "argon2", |
| 998 | "chrono", |
| 999 | "df-db", |
| 1000 | "hex", |
| 1001 | "hmac", |
| 1002 | "openidconnect", |
| 1003 | "rand 0.8.7", |
| 1004 | "serde", |
| 1005 | "serde_json", |
| 1006 | "sha2", |
| 1007 | "sqlx", |
| 1008 | "ssh-key", |
| 1009 | "subtle", |
| 1010 | "thiserror 2.0.19", |
| 1011 | "tracing", |
| 1012 | "uuid", |
| 1013 | ] |
| 1014 | |
| 1015 | [[package]] |
| 1016 | name = "df-db" |
| 1017 | version = "0.1.0" |
| 1018 | dependencies = [ |
| 1019 | "anyhow", |
| 1020 | "chrono", |
| 1021 | "futures", |
| 1022 | "serde", |
| 1023 | "serde_json", |
| 1024 | "sqlx", |
| 1025 | "thiserror 2.0.19", |
| 1026 | "tokio", |
| 1027 | "tracing", |
| 1028 | "uuid", |
| 1029 | ] |
| 1030 | |
| 1031 | [[package]] |
| 1032 | name = "df-hook" |
| 1033 | version = "0.1.0" |
| 1034 | dependencies = [ |
| 1035 | "df-db", |
| 1036 | "df-store", |
| 1037 | "sqlx", |
| 1038 | "tokio", |
| 1039 | "uuid", |
| 1040 | ] |
| 1041 | |
| 1042 | [[package]] |
| 1043 | name = "df-index" |
| 1044 | version = "0.1.0" |
| 1045 | dependencies = [ |
| 1046 | "chrono", |
| 1047 | "hex", |
| 1048 | "serde_json", |
| 1049 | "sha2", |
| 1050 | "similar", |
| 1051 | "thiserror 2.0.19", |
| 1052 | "tracing", |
| 1053 | ] |
| 1054 | |
| 1055 | [[package]] |
| 1056 | name = "df-render" |
| 1057 | version = "0.1.0" |
| 1058 | dependencies = [ |
| 1059 | "ammonia", |
| 1060 | "comrak", |
| 1061 | "tree-sitter", |
| 1062 | "tree-sitter-bash", |
| 1063 | "tree-sitter-c", |
| 1064 | "tree-sitter-c-sharp", |
| 1065 | "tree-sitter-cpp", |
| 1066 | "tree-sitter-css", |
| 1067 | "tree-sitter-elixir", |
| 1068 | "tree-sitter-go", |
| 1069 | "tree-sitter-haskell", |
| 1070 | "tree-sitter-highlight", |
| 1071 | "tree-sitter-html", |
| 1072 | "tree-sitter-java", |
| 1073 | "tree-sitter-javascript", |
| 1074 | "tree-sitter-json", |
| 1075 | "tree-sitter-lua", |
| 1076 | "tree-sitter-md", |
| 1077 | "tree-sitter-nix", |
| 1078 | "tree-sitter-php", |
| 1079 | "tree-sitter-python", |
| 1080 | "tree-sitter-ruby", |
| 1081 | "tree-sitter-rust", |
| 1082 | "tree-sitter-scala", |
| 1083 | "tree-sitter-sequel", |
| 1084 | "tree-sitter-swift", |
| 1085 | "tree-sitter-toml-ng", |
| 1086 | "tree-sitter-typescript", |
| 1087 | "tree-sitter-yaml", |
| 1088 | "tree-sitter-zig", |
| 1089 | ] |
| 1090 | |
| 1091 | [[package]] |
| 1092 | name = "df-ssh" |
| 1093 | version = "0.1.0" |
| 1094 | dependencies = [ |
| 1095 | "anyhow", |
| 1096 | "df-auth", |
| 1097 | "df-db", |
| 1098 | "dotenvy", |
| 1099 | "rand 0.8.7", |
| 1100 | "russh", |
| 1101 | "serde_json", |
| 1102 | "sqlx", |
| 1103 | "tokio", |
| 1104 | "tracing", |
| 1105 | "tracing-subscriber", |
| 1106 | "uuid", |
| 1107 | ] |
| 1108 | |
| 1109 | [[package]] |
| 1110 | name = "df-store" |
| 1111 | version = "0.1.0" |
| 1112 | dependencies = [ |
| 1113 | "anyhow", |
| 1114 | "async-trait", |
| 1115 | "chrono", |
| 1116 | "df-index", |
| 1117 | "gix", |
| 1118 | "lru", |
| 1119 | "serde_json", |
| 1120 | "similar", |
| 1121 | "tempfile", |
| 1122 | "thiserror 2.0.19", |
| 1123 | "tokio", |
| 1124 | "tracing", |
| 1125 | "uuid", |
| 1126 | ] |
| 1127 | |
| 1128 | [[package]] |
| 1129 | name = "df-web" |
| 1130 | version = "0.1.0" |
| 1131 | dependencies = [ |
| 1132 | "anyhow", |
| 1133 | "async-trait", |
| 1134 | "axum", |
| 1135 | "axum-extra", |
| 1136 | "base64 0.22.1", |
| 1137 | "chrono", |
| 1138 | "df-auth", |
| 1139 | "df-db", |
| 1140 | "df-render", |
| 1141 | "df-store", |
| 1142 | "dotenvy", |
| 1143 | "form_urlencoded", |
| 1144 | "futures", |
| 1145 | "hex", |
| 1146 | "hmac", |
| 1147 | "maud", |
| 1148 | "percent-encoding", |
| 1149 | "rand 0.8.7", |
| 1150 | "serde", |
| 1151 | "serde_json", |
| 1152 | "sha2", |
| 1153 | "sqlx", |
| 1154 | "subtle", |
| 1155 | "time", |
| 1156 | "tokio", |
| 1157 | "tower", |
| 1158 | "tower-http", |
| 1159 | "tracing", |
| 1160 | "tracing-subscriber", |
| 1161 | "uuid", |
| 1162 | ] |
| 1163 | |
| 1164 | [[package]] |
| 1165 | name = "df-worker" |
| 1166 | version = "0.1.0" |
| 1167 | dependencies = [ |
| 1168 | "anyhow", |
| 1169 | "chrono", |
| 1170 | "df-db", |
| 1171 | "df-index", |
| 1172 | "df-store", |
| 1173 | "dotenvy", |
| 1174 | "serde", |
| 1175 | "serde_json", |
| 1176 | "sqlx", |
| 1177 | "tokio", |
| 1178 | "tracing", |
| 1179 | "tracing-subscriber", |
| 1180 | "uuid", |
| 1181 | ] |
| 1182 | |
| 1183 | [[package]] |
| 1184 | name = "digest" |
| 1185 | version = "0.10.7" |
| 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1188 | dependencies = [ |
| 1189 | "block-buffer", |
| 1190 | "const-oid", |
| 1191 | "crypto-common", |
| 1192 | "subtle", |
| 1193 | ] |
| 1194 | |
| 1195 | [[package]] |
| 1196 | name = "displaydoc" |
| 1197 | version = "0.2.7" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" |
| 1200 | dependencies = [ |
| 1201 | "proc-macro2", |
| 1202 | "quote", |
| 1203 | "syn 3.0.3", |
| 1204 | ] |
| 1205 | |
| 1206 | [[package]] |
| 1207 | name = "dotenvy" |
| 1208 | version = "0.15.7" |
| 1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1210 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 1211 | |
| 1212 | [[package]] |
| 1213 | name = "dtoa" |
| 1214 | version = "1.0.11" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 1217 | |
| 1218 | [[package]] |
| 1219 | name = "dtoa-short" |
| 1220 | version = "0.3.5" |
| 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1222 | checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 1223 | dependencies = [ |
| 1224 | "dtoa", |
| 1225 | ] |
| 1226 | |
| 1227 | [[package]] |
| 1228 | name = "dunce" |
| 1229 | version = "1.0.5" |
| 1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1231 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1232 | |
| 1233 | [[package]] |
| 1234 | name = "dyn-clone" |
| 1235 | version = "1.0.20" |
| 1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1237 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1238 | |
| 1239 | [[package]] |
| 1240 | name = "ecdsa" |
| 1241 | version = "0.16.9" |
| 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 | checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" |
| 1244 | dependencies = [ |
| 1245 | "der", |
| 1246 | "digest", |
| 1247 | "elliptic-curve", |
| 1248 | "rfc6979", |
| 1249 | "signature", |
| 1250 | "spki", |
| 1251 | ] |
| 1252 | |
| 1253 | [[package]] |
| 1254 | name = "ed25519" |
| 1255 | version = "2.2.3" |
| 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1257 | checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
| 1258 | dependencies = [ |
| 1259 | "pkcs8", |
| 1260 | "signature", |
| 1261 | ] |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "ed25519-dalek" |
| 1265 | version = "2.2.0" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" |
| 1268 | dependencies = [ |
| 1269 | "curve25519-dalek", |
| 1270 | "ed25519", |
| 1271 | "rand_core 0.6.4", |
| 1272 | "serde", |
| 1273 | "sha2", |
| 1274 | "subtle", |
| 1275 | "zeroize", |
| 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
| 1279 | name = "either" |
| 1280 | version = "1.17.0" |
| 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" |
| 1283 | dependencies = [ |
| 1284 | "serde", |
| 1285 | ] |
| 1286 | |
| 1287 | [[package]] |
| 1288 | name = "elliptic-curve" |
| 1289 | version = "0.13.8" |
| 1290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1291 | checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
| 1292 | dependencies = [ |
| 1293 | "base16ct", |
| 1294 | "crypto-bigint", |
| 1295 | "digest", |
| 1296 | "ff", |
| 1297 | "generic-array", |
| 1298 | "group", |
| 1299 | "hkdf", |
| 1300 | "pem-rfc7468", |
| 1301 | "pkcs8", |
| 1302 | "rand_core 0.6.4", |
| 1303 | "sec1", |
| 1304 | "subtle", |
| 1305 | "zeroize", |
| 1306 | ] |
| 1307 | |
| 1308 | [[package]] |
| 1309 | name = "encoding_rs" |
| 1310 | version = "0.8.35" |
| 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1312 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1313 | dependencies = [ |
| 1314 | "cfg-if", |
| 1315 | ] |
| 1316 | |
| 1317 | [[package]] |
| 1318 | name = "entities" |
| 1319 | version = "1.0.1" |
| 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" |
| 1322 | |
| 1323 | [[package]] |
| 1324 | name = "enum_dispatch" |
| 1325 | version = "0.3.13" |
| 1326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1327 | checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" |
| 1328 | dependencies = [ |
| 1329 | "once_cell", |
| 1330 | "proc-macro2", |
| 1331 | "quote", |
| 1332 | "syn 2.0.119", |
| 1333 | ] |
| 1334 | |
| 1335 | [[package]] |
| 1336 | name = "equivalent" |
| 1337 | version = "1.0.2" |
| 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1340 | |
| 1341 | [[package]] |
| 1342 | name = "errno" |
| 1343 | version = "0.3.14" |
| 1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1345 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1346 | dependencies = [ |
| 1347 | "libc", |
| 1348 | "windows-sys 0.61.2", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "etcetera" |
| 1353 | version = "0.8.0" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 1356 | dependencies = [ |
| 1357 | "cfg-if", |
| 1358 | "home", |
| 1359 | "windows-sys 0.48.0", |
| 1360 | ] |
| 1361 | |
| 1362 | [[package]] |
| 1363 | name = "event-listener" |
| 1364 | version = "5.4.2" |
| 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1366 | checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" |
| 1367 | dependencies = [ |
| 1368 | "parking", |
| 1369 | "pin-project-lite", |
| 1370 | ] |
| 1371 | |
| 1372 | [[package]] |
| 1373 | name = "fancy-regex" |
| 1374 | version = "0.16.2" |
| 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" |
| 1377 | dependencies = [ |
| 1378 | "bit-set", |
| 1379 | "regex-automata", |
| 1380 | "regex-syntax", |
| 1381 | ] |
| 1382 | |
| 1383 | [[package]] |
| 1384 | name = "faster-hex" |
| 1385 | version = "0.9.0" |
| 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 | checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" |
| 1388 | dependencies = [ |
| 1389 | "serde", |
| 1390 | ] |
| 1391 | |
| 1392 | [[package]] |
| 1393 | name = "fastrand" |
| 1394 | version = "2.5.0" |
| 1395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1396 | checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" |
| 1397 | |
| 1398 | [[package]] |
| 1399 | name = "ff" |
| 1400 | version = "0.13.1" |
| 1401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1402 | checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" |
| 1403 | dependencies = [ |
| 1404 | "rand_core 0.6.4", |
| 1405 | "subtle", |
| 1406 | ] |
| 1407 | |
| 1408 | [[package]] |
| 1409 | name = "fiat-crypto" |
| 1410 | version = "0.2.9" |
| 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1412 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| 1413 | |
| 1414 | [[package]] |
| 1415 | name = "filetime" |
| 1416 | version = "0.2.29" |
| 1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1418 | checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" |
| 1419 | dependencies = [ |
| 1420 | "cfg-if", |
| 1421 | "libc", |
| 1422 | ] |
| 1423 | |
| 1424 | [[package]] |
| 1425 | name = "find-msvc-tools" |
| 1426 | version = "0.1.9" |
| 1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1428 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 1429 | |
| 1430 | [[package]] |
| 1431 | name = "flate2" |
| 1432 | version = "1.1.9" |
| 1433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1434 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 1435 | dependencies = [ |
| 1436 | "crc32fast", |
| 1437 | "miniz_oxide", |
| 1438 | ] |
| 1439 | |
| 1440 | [[package]] |
| 1441 | name = "flume" |
| 1442 | version = "0.11.1" |
| 1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1444 | checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 1445 | dependencies = [ |
| 1446 | "futures-core", |
| 1447 | "futures-sink", |
| 1448 | "spin", |
| 1449 | ] |
| 1450 | |
| 1451 | [[package]] |
| 1452 | name = "fnv" |
| 1453 | version = "1.0.7" |
| 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1455 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1456 | |
| 1457 | [[package]] |
| 1458 | name = "foldhash" |
| 1459 | version = "0.1.5" |
| 1460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1461 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1462 | |
| 1463 | [[package]] |
| 1464 | name = "foldhash" |
| 1465 | version = "0.2.0" |
| 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1468 | |
| 1469 | [[package]] |
| 1470 | name = "form_urlencoded" |
| 1471 | version = "1.2.2" |
| 1472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1474 | dependencies = [ |
| 1475 | "percent-encoding", |
| 1476 | ] |
| 1477 | |
| 1478 | [[package]] |
| 1479 | name = "fs_extra" |
| 1480 | version = "1.3.0" |
| 1481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1482 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1483 | |
| 1484 | [[package]] |
| 1485 | name = "futures" |
| 1486 | version = "0.3.33" |
| 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1488 | checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" |
| 1489 | dependencies = [ |
| 1490 | "futures-channel", |
| 1491 | "futures-core", |
| 1492 | "futures-executor", |
| 1493 | "futures-io", |
| 1494 | "futures-sink", |
| 1495 | "futures-task", |
| 1496 | "futures-util", |
| 1497 | ] |
| 1498 | |
| 1499 | [[package]] |
| 1500 | name = "futures-channel" |
| 1501 | version = "0.3.33" |
| 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" |
| 1504 | dependencies = [ |
| 1505 | "futures-core", |
| 1506 | "futures-sink", |
| 1507 | ] |
| 1508 | |
| 1509 | [[package]] |
| 1510 | name = "futures-core" |
| 1511 | version = "0.3.33" |
| 1512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1513 | checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" |
| 1514 | |
| 1515 | [[package]] |
| 1516 | name = "futures-executor" |
| 1517 | version = "0.3.33" |
| 1518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1519 | checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" |
| 1520 | dependencies = [ |
| 1521 | "futures-core", |
| 1522 | "futures-task", |
| 1523 | "futures-util", |
| 1524 | ] |
| 1525 | |
| 1526 | [[package]] |
| 1527 | name = "futures-intrusive" |
| 1528 | version = "0.5.0" |
| 1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1530 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 1531 | dependencies = [ |
| 1532 | "futures-core", |
| 1533 | "lock_api", |
| 1534 | "parking_lot", |
| 1535 | ] |
| 1536 | |
| 1537 | [[package]] |
| 1538 | name = "futures-io" |
| 1539 | version = "0.3.33" |
| 1540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1541 | checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" |
| 1542 | |
| 1543 | [[package]] |
| 1544 | name = "futures-macro" |
| 1545 | version = "0.3.33" |
| 1546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1547 | checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" |
| 1548 | dependencies = [ |
| 1549 | "proc-macro2", |
| 1550 | "quote", |
| 1551 | "syn 2.0.119", |
| 1552 | ] |
| 1553 | |
| 1554 | [[package]] |
| 1555 | name = "futures-sink" |
| 1556 | version = "0.3.33" |
| 1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 | checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" |
| 1559 | |
| 1560 | [[package]] |
| 1561 | name = "futures-task" |
| 1562 | version = "0.3.33" |
| 1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1564 | checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" |
| 1565 | |
| 1566 | [[package]] |
| 1567 | name = "futures-util" |
| 1568 | version = "0.3.33" |
| 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 1571 | dependencies = [ |
| 1572 | "futures-channel", |
| 1573 | "futures-core", |
| 1574 | "futures-io", |
| 1575 | "futures-macro", |
| 1576 | "futures-sink", |
| 1577 | "futures-task", |
| 1578 | "memchr", |
| 1579 | "pin-project-lite", |
| 1580 | "slab", |
| 1581 | ] |
| 1582 | |
| 1583 | [[package]] |
| 1584 | name = "generic-array" |
| 1585 | version = "0.14.7" |
| 1586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1587 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1588 | dependencies = [ |
| 1589 | "typenum", |
| 1590 | "version_check", |
| 1591 | "zeroize", |
| 1592 | ] |
| 1593 | |
| 1594 | [[package]] |
| 1595 | name = "getrandom" |
| 1596 | version = "0.2.17" |
| 1597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1598 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1599 | dependencies = [ |
| 1600 | "cfg-if", |
| 1601 | "js-sys", |
| 1602 | "libc", |
| 1603 | "wasi", |
| 1604 | "wasm-bindgen", |
| 1605 | ] |
| 1606 | |
| 1607 | [[package]] |
| 1608 | name = "getrandom" |
| 1609 | version = "0.4.3" |
| 1610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1611 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 1612 | dependencies = [ |
| 1613 | "cfg-if", |
| 1614 | "js-sys", |
| 1615 | "libc", |
| 1616 | "r-efi", |
| 1617 | "rand_core 0.10.1", |
| 1618 | "wasm-bindgen", |
| 1619 | ] |
| 1620 | |
| 1621 | [[package]] |
| 1622 | name = "ghash" |
| 1623 | version = "0.5.1" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" |
| 1626 | dependencies = [ |
| 1627 | "opaque-debug", |
| 1628 | "polyval", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "gix" |
| 1633 | version = "0.68.0" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "b04c66359b5e17f92395abc433861df0edf48f39f3f590818d1d7217327dd6a1" |
| 1636 | dependencies = [ |
| 1637 | "gix-actor", |
| 1638 | "gix-attributes", |
| 1639 | "gix-command", |
| 1640 | "gix-commitgraph", |
| 1641 | "gix-config", |
| 1642 | "gix-date", |
| 1643 | "gix-diff", |
| 1644 | "gix-discover", |
| 1645 | "gix-features", |
| 1646 | "gix-filter", |
| 1647 | "gix-fs", |
| 1648 | "gix-glob", |
| 1649 | "gix-hash", |
| 1650 | "gix-hashtable", |
| 1651 | "gix-ignore", |
| 1652 | "gix-index", |
| 1653 | "gix-lock", |
| 1654 | "gix-merge", |
| 1655 | "gix-object", |
| 1656 | "gix-odb", |
| 1657 | "gix-pack", |
| 1658 | "gix-path", |
| 1659 | "gix-pathspec", |
| 1660 | "gix-ref", |
| 1661 | "gix-refspec", |
| 1662 | "gix-revision", |
| 1663 | "gix-revwalk", |
| 1664 | "gix-sec", |
| 1665 | "gix-submodule", |
| 1666 | "gix-tempfile", |
| 1667 | "gix-trace", |
| 1668 | "gix-traverse", |
| 1669 | "gix-url", |
| 1670 | "gix-utils", |
| 1671 | "gix-validate 0.9.4", |
| 1672 | "gix-worktree", |
| 1673 | "once_cell", |
| 1674 | "smallvec", |
| 1675 | "thiserror 2.0.19", |
| 1676 | ] |
| 1677 | |
| 1678 | [[package]] |
| 1679 | name = "gix-actor" |
| 1680 | version = "0.33.2" |
| 1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1682 | checksum = "20018a1a6332e065f1fcc8305c1c932c6b8c9985edea2284b3c79dc6fa3ee4b2" |
| 1683 | dependencies = [ |
| 1684 | "bstr", |
| 1685 | "gix-date", |
| 1686 | "gix-utils", |
| 1687 | "itoa", |
| 1688 | "thiserror 2.0.19", |
| 1689 | "winnow", |
| 1690 | ] |
| 1691 | |
| 1692 | [[package]] |
| 1693 | name = "gix-attributes" |
| 1694 | version = "0.23.1" |
| 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1696 | checksum = "ddf9bf852194c0edfe699a2d36422d2c1f28f73b7c6d446c3f0ccd3ba232cadc" |
| 1697 | dependencies = [ |
| 1698 | "bstr", |
| 1699 | "gix-glob", |
| 1700 | "gix-path", |
| 1701 | "gix-quote", |
| 1702 | "gix-trace", |
| 1703 | "kstring", |
| 1704 | "smallvec", |
| 1705 | "thiserror 2.0.19", |
| 1706 | "unicode-bom", |
| 1707 | ] |
| 1708 | |
| 1709 | [[package]] |
| 1710 | name = "gix-bitmap" |
| 1711 | version = "0.2.16" |
| 1712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1713 | checksum = "d982fc7ef0608e669851d0d2a6141dae74c60d5a27e8daa451f2a4857bbf41e2" |
| 1714 | dependencies = [ |
| 1715 | "thiserror 2.0.19", |
| 1716 | ] |
| 1717 | |
| 1718 | [[package]] |
| 1719 | name = "gix-chunk" |
| 1720 | version = "0.4.12" |
| 1721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 | checksum = "5c356b3825677cb6ff579551bb8311a81821e184453cbd105e2fc5311b288eeb" |
| 1723 | dependencies = [ |
| 1724 | "thiserror 2.0.19", |
| 1725 | ] |
| 1726 | |
| 1727 | [[package]] |
| 1728 | name = "gix-command" |
| 1729 | version = "0.3.11" |
| 1730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1731 | checksum = "6d7d6b8f3a64453fd7e8191eb80b351eb7ac0839b40a1237cd2c137d5079fe53" |
| 1732 | dependencies = [ |
| 1733 | "bstr", |
| 1734 | "gix-path", |
| 1735 | "gix-trace", |
| 1736 | "shell-words", |
| 1737 | ] |
| 1738 | |
| 1739 | [[package]] |
| 1740 | name = "gix-commitgraph" |
| 1741 | version = "0.25.1" |
| 1742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1743 | checksum = "a8da6591a7868fb2b6dabddea6b09988b0b05e0213f938dbaa11a03dd7a48d85" |
| 1744 | dependencies = [ |
| 1745 | "bstr", |
| 1746 | "gix-chunk", |
| 1747 | "gix-features", |
| 1748 | "gix-hash", |
| 1749 | "memmap2", |
| 1750 | "thiserror 2.0.19", |
| 1751 | ] |
| 1752 | |
| 1753 | [[package]] |
| 1754 | name = "gix-config" |
| 1755 | version = "0.42.0" |
| 1756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1757 | checksum = "6649b406ca1f99cb148959cf00468b231f07950f8ec438cc0903cda563606f19" |
| 1758 | dependencies = [ |
| 1759 | "bstr", |
| 1760 | "gix-config-value", |
| 1761 | "gix-features", |
| 1762 | "gix-glob", |
| 1763 | "gix-path", |
| 1764 | "gix-ref", |
| 1765 | "gix-sec", |
| 1766 | "memchr", |
| 1767 | "once_cell", |
| 1768 | "smallvec", |
| 1769 | "thiserror 2.0.19", |
| 1770 | "unicode-bom", |
| 1771 | "winnow", |
| 1772 | ] |
| 1773 | |
| 1774 | [[package]] |
| 1775 | name = "gix-config-value" |
| 1776 | version = "0.14.12" |
| 1777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1778 | checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6" |
| 1779 | dependencies = [ |
| 1780 | "bitflags 2.13.1", |
| 1781 | "bstr", |
| 1782 | "gix-path", |
| 1783 | "libc", |
| 1784 | "thiserror 2.0.19", |
| 1785 | ] |
| 1786 | |
| 1787 | [[package]] |
| 1788 | name = "gix-date" |
| 1789 | version = "0.9.4" |
| 1790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 | checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4" |
| 1792 | dependencies = [ |
| 1793 | "bstr", |
| 1794 | "itoa", |
| 1795 | "jiff", |
| 1796 | "thiserror 2.0.19", |
| 1797 | ] |
| 1798 | |
| 1799 | [[package]] |
| 1800 | name = "gix-diff" |
| 1801 | version = "0.48.0" |
| 1802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1803 | checksum = "a327be31a392144b60ab0b1c863362c32a1c8f7effdfa2141d5d5b6b916ef3bf" |
| 1804 | dependencies = [ |
| 1805 | "bstr", |
| 1806 | "gix-command", |
| 1807 | "gix-filter", |
| 1808 | "gix-fs", |
| 1809 | "gix-hash", |
| 1810 | "gix-object", |
| 1811 | "gix-path", |
| 1812 | "gix-tempfile", |
| 1813 | "gix-trace", |
| 1814 | "gix-traverse", |
| 1815 | "gix-worktree", |
| 1816 | "imara-diff", |
| 1817 | "thiserror 2.0.19", |
| 1818 | ] |
| 1819 | |
| 1820 | [[package]] |
| 1821 | name = "gix-discover" |
| 1822 | version = "0.37.0" |
| 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | checksum = "83bf6dfa4e266a4a9becb4d18fc801f92c3f7cc6c433dd86fdadbcf315ffb6ef" |
| 1825 | dependencies = [ |
| 1826 | "bstr", |
| 1827 | "dunce", |
| 1828 | "gix-fs", |
| 1829 | "gix-hash", |
| 1830 | "gix-path", |
| 1831 | "gix-ref", |
| 1832 | "gix-sec", |
| 1833 | "thiserror 2.0.19", |
| 1834 | ] |
| 1835 | |
| 1836 | [[package]] |
| 1837 | name = "gix-features" |
| 1838 | version = "0.39.1" |
| 1839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 | checksum = "7d85d673f2e022a340dba4713bed77ef2cf4cd737d2f3e0f159d45e0935fd81f" |
| 1841 | dependencies = [ |
| 1842 | "crc32fast", |
| 1843 | "crossbeam-channel", |
| 1844 | "flate2", |
| 1845 | "gix-hash", |
| 1846 | "gix-trace", |
| 1847 | "gix-utils", |
| 1848 | "libc", |
| 1849 | "once_cell", |
| 1850 | "parking_lot", |
| 1851 | "prodash", |
| 1852 | "sha1_smol", |
| 1853 | "thiserror 2.0.19", |
| 1854 | "walkdir", |
| 1855 | ] |
| 1856 | |
| 1857 | [[package]] |
| 1858 | name = "gix-filter" |
| 1859 | version = "0.15.0" |
| 1860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1861 | checksum = "5108cc58d58b27df10ac4de7f31b2eb96d588a33e5eba23739b865f5d8db7995" |
| 1862 | dependencies = [ |
| 1863 | "bstr", |
| 1864 | "encoding_rs", |
| 1865 | "gix-attributes", |
| 1866 | "gix-command", |
| 1867 | "gix-hash", |
| 1868 | "gix-object", |
| 1869 | "gix-packetline-blocking", |
| 1870 | "gix-path", |
| 1871 | "gix-quote", |
| 1872 | "gix-trace", |
| 1873 | "gix-utils", |
| 1874 | "smallvec", |
| 1875 | "thiserror 2.0.19", |
| 1876 | ] |
| 1877 | |
| 1878 | [[package]] |
| 1879 | name = "gix-fs" |
| 1880 | version = "0.12.1" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "3b3d4fac505a621f97e5ce2c69fdc425742af00c0920363ca4074f0eb48b1db9" |
| 1883 | dependencies = [ |
| 1884 | "fastrand", |
| 1885 | "gix-features", |
| 1886 | "gix-utils", |
| 1887 | ] |
| 1888 | |
| 1889 | [[package]] |
| 1890 | name = "gix-glob" |
| 1891 | version = "0.17.1" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "aaf69a6bec0a3581567484bf99a4003afcaf6c469fd4214352517ea355cf3435" |
| 1894 | dependencies = [ |
| 1895 | "bitflags 2.13.1", |
| 1896 | "bstr", |
| 1897 | "gix-features", |
| 1898 | "gix-path", |
| 1899 | ] |
| 1900 | |
| 1901 | [[package]] |
| 1902 | name = "gix-hash" |
| 1903 | version = "0.15.1" |
| 1904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1905 | checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce" |
| 1906 | dependencies = [ |
| 1907 | "faster-hex", |
| 1908 | "thiserror 2.0.19", |
| 1909 | ] |
| 1910 | |
| 1911 | [[package]] |
| 1912 | name = "gix-hashtable" |
| 1913 | version = "0.6.0" |
| 1914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1915 | checksum = "0ef65b256631078ef733bc5530c4e6b1c2e7d5c2830b75d4e9034ab3997d18fe" |
| 1916 | dependencies = [ |
| 1917 | "gix-hash", |
| 1918 | "hashbrown 0.14.5", |
| 1919 | "parking_lot", |
| 1920 | ] |
| 1921 | |
| 1922 | [[package]] |
| 1923 | name = "gix-ignore" |
| 1924 | version = "0.12.1" |
| 1925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1926 | checksum = "b6b1fb24d2a4af0aa7438e2771d60c14a80cf2c9bd55c29cf1712b841f05bb8a" |
| 1927 | dependencies = [ |
| 1928 | "bstr", |
| 1929 | "gix-glob", |
| 1930 | "gix-path", |
| 1931 | "gix-trace", |
| 1932 | "unicode-bom", |
| 1933 | ] |
| 1934 | |
| 1935 | [[package]] |
| 1936 | name = "gix-index" |
| 1937 | version = "0.37.0" |
| 1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1939 | checksum = "270645fd20556b64c8ffa1540d921b281e6994413a0ca068596f97e9367a257a" |
| 1940 | dependencies = [ |
| 1941 | "bitflags 2.13.1", |
| 1942 | "bstr", |
| 1943 | "filetime", |
| 1944 | "fnv", |
| 1945 | "gix-bitmap", |
| 1946 | "gix-features", |
| 1947 | "gix-fs", |
| 1948 | "gix-hash", |
| 1949 | "gix-lock", |
| 1950 | "gix-object", |
| 1951 | "gix-traverse", |
| 1952 | "gix-utils", |
| 1953 | "gix-validate 0.9.4", |
| 1954 | "hashbrown 0.14.5", |
| 1955 | "itoa", |
| 1956 | "libc", |
| 1957 | "memmap2", |
| 1958 | "rustix 0.38.44", |
| 1959 | "smallvec", |
| 1960 | "thiserror 2.0.19", |
| 1961 | ] |
| 1962 | |
| 1963 | [[package]] |
| 1964 | name = "gix-lock" |
| 1965 | version = "15.0.1" |
| 1966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1967 | checksum = "1cd3ab68a452db63d9f3ebdacb10f30dba1fa0d31ac64f4203d395ed1102d940" |
| 1968 | dependencies = [ |
| 1969 | "gix-tempfile", |
| 1970 | "gix-utils", |
| 1971 | "thiserror 2.0.19", |
| 1972 | ] |
| 1973 | |
| 1974 | [[package]] |
| 1975 | name = "gix-merge" |
| 1976 | version = "0.1.0" |
| 1977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1978 | checksum = "08d4d0d11ac3fc1a3082f88b5e4cca706512f6b813154c4541264beed7850e62" |
| 1979 | dependencies = [ |
| 1980 | "bstr", |
| 1981 | "gix-command", |
| 1982 | "gix-diff", |
| 1983 | "gix-filter", |
| 1984 | "gix-fs", |
| 1985 | "gix-hash", |
| 1986 | "gix-index", |
| 1987 | "gix-object", |
| 1988 | "gix-path", |
| 1989 | "gix-quote", |
| 1990 | "gix-revision", |
| 1991 | "gix-revwalk", |
| 1992 | "gix-tempfile", |
| 1993 | "gix-trace", |
| 1994 | "gix-worktree", |
| 1995 | "imara-diff", |
| 1996 | "thiserror 2.0.19", |
| 1997 | ] |
| 1998 | |
| 1999 | [[package]] |
| 2000 | name = "gix-object" |
| 2001 | version = "0.46.1" |
| 2002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2003 | checksum = "e42d58010183ef033f31088479b4eb92b44fe341b35b62d39eb8b185573d77ea" |
| 2004 | dependencies = [ |
| 2005 | "bstr", |
| 2006 | "gix-actor", |
| 2007 | "gix-date", |
| 2008 | "gix-features", |
| 2009 | "gix-hash", |
| 2010 | "gix-hashtable", |
| 2011 | "gix-path", |
| 2012 | "gix-utils", |
| 2013 | "gix-validate 0.9.4", |
| 2014 | "itoa", |
| 2015 | "smallvec", |
| 2016 | "thiserror 2.0.19", |
| 2017 | "winnow", |
| 2018 | ] |
| 2019 | |
| 2020 | [[package]] |
| 2021 | name = "gix-odb" |
| 2022 | version = "0.65.0" |
| 2023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2024 | checksum = "93bed6e1b577c25a6bb8e6ecbf4df525f29a671ddf5f2221821a56a8dbeec4e3" |
| 2025 | dependencies = [ |
| 2026 | "arc-swap", |
| 2027 | "gix-date", |
| 2028 | "gix-features", |
| 2029 | "gix-fs", |
| 2030 | "gix-hash", |
| 2031 | "gix-hashtable", |
| 2032 | "gix-object", |
| 2033 | "gix-pack", |
| 2034 | "gix-path", |
| 2035 | "gix-quote", |
| 2036 | "parking_lot", |
| 2037 | "tempfile", |
| 2038 | "thiserror 2.0.19", |
| 2039 | ] |
| 2040 | |
| 2041 | [[package]] |
| 2042 | name = "gix-pack" |
| 2043 | version = "0.55.0" |
| 2044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2045 | checksum = "9b91fec04d359544fecbb8e85117ec746fbaa9046ebafcefb58cb74f20dc76d4" |
| 2046 | dependencies = [ |
| 2047 | "clru", |
| 2048 | "gix-chunk", |
| 2049 | "gix-features", |
| 2050 | "gix-hash", |
| 2051 | "gix-hashtable", |
| 2052 | "gix-object", |
| 2053 | "gix-path", |
| 2054 | "memmap2", |
| 2055 | "smallvec", |
| 2056 | "thiserror 2.0.19", |
| 2057 | "uluru", |
| 2058 | ] |
| 2059 | |
| 2060 | [[package]] |
| 2061 | name = "gix-packetline-blocking" |
| 2062 | version = "0.18.3" |
| 2063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2064 | checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3" |
| 2065 | dependencies = [ |
| 2066 | "bstr", |
| 2067 | "faster-hex", |
| 2068 | "gix-trace", |
| 2069 | "thiserror 2.0.19", |
| 2070 | ] |
| 2071 | |
| 2072 | [[package]] |
| 2073 | name = "gix-path" |
| 2074 | version = "0.10.22" |
| 2075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2076 | checksum = "7cb06c3e4f8eed6e24fd915fa93145e28a511f4ea0e768bae16673e05ed3f366" |
| 2077 | dependencies = [ |
| 2078 | "bstr", |
| 2079 | "gix-trace", |
| 2080 | "gix-validate 0.10.1", |
| 2081 | "thiserror 2.0.19", |
| 2082 | ] |
| 2083 | |
| 2084 | [[package]] |
| 2085 | name = "gix-pathspec" |
| 2086 | version = "0.8.1" |
| 2087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2088 | checksum = "4c472dfbe4a4e96fcf7efddcd4771c9037bb4fdea2faaabf2f4888210c75b81e" |
| 2089 | dependencies = [ |
| 2090 | "bitflags 2.13.1", |
| 2091 | "bstr", |
| 2092 | "gix-attributes", |
| 2093 | "gix-config-value", |
| 2094 | "gix-glob", |
| 2095 | "gix-path", |
| 2096 | "thiserror 2.0.19", |
| 2097 | ] |
| 2098 | |
| 2099 | [[package]] |
| 2100 | name = "gix-quote" |
| 2101 | version = "0.4.15" |
| 2102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2103 | checksum = "e49357fccdb0c85c0d3a3292a9f6db32d9b3535959b5471bb9624908f4a066c6" |
| 2104 | dependencies = [ |
| 2105 | "bstr", |
| 2106 | "gix-utils", |
| 2107 | "thiserror 2.0.19", |
| 2108 | ] |
| 2109 | |
| 2110 | [[package]] |
| 2111 | name = "gix-ref" |
| 2112 | version = "0.49.1" |
| 2113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2114 | checksum = "a91b61776c839d0f1b7114901179afb0947aa7f4d30793ca1c56d335dfef485f" |
| 2115 | dependencies = [ |
| 2116 | "gix-actor", |
| 2117 | "gix-features", |
| 2118 | "gix-fs", |
| 2119 | "gix-hash", |
| 2120 | "gix-lock", |
| 2121 | "gix-object", |
| 2122 | "gix-path", |
| 2123 | "gix-tempfile", |
| 2124 | "gix-utils", |
| 2125 | "gix-validate 0.9.4", |
| 2126 | "memmap2", |
| 2127 | "thiserror 2.0.19", |
| 2128 | "winnow", |
| 2129 | ] |
| 2130 | |
| 2131 | [[package]] |
| 2132 | name = "gix-refspec" |
| 2133 | version = "0.27.0" |
| 2134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2135 | checksum = "00c056bb747868c7eb0aeb352c9f9181ab8ca3d0a2550f16470803500c6c413d" |
| 2136 | dependencies = [ |
| 2137 | "bstr", |
| 2138 | "gix-hash", |
| 2139 | "gix-revision", |
| 2140 | "gix-validate 0.9.4", |
| 2141 | "smallvec", |
| 2142 | "thiserror 2.0.19", |
| 2143 | ] |
| 2144 | |
| 2145 | [[package]] |
| 2146 | name = "gix-revision" |
| 2147 | version = "0.31.1" |
| 2148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2149 | checksum = "61e1ddc474405a68d2ce8485705dd72fe6ce959f2f5fe718601ead5da2c8f9e7" |
| 2150 | dependencies = [ |
| 2151 | "bitflags 2.13.1", |
| 2152 | "bstr", |
| 2153 | "gix-commitgraph", |
| 2154 | "gix-date", |
| 2155 | "gix-hash", |
| 2156 | "gix-hashtable", |
| 2157 | "gix-object", |
| 2158 | "gix-revwalk", |
| 2159 | "gix-trace", |
| 2160 | "thiserror 2.0.19", |
| 2161 | ] |
| 2162 | |
| 2163 | [[package]] |
| 2164 | name = "gix-revwalk" |
| 2165 | version = "0.17.0" |
| 2166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2167 | checksum = "510026fc32f456f8f067d8f37c34088b97a36b2229d88a6a5023ef179fcb109d" |
| 2168 | dependencies = [ |
| 2169 | "gix-commitgraph", |
| 2170 | "gix-date", |
| 2171 | "gix-hash", |
| 2172 | "gix-hashtable", |
| 2173 | "gix-object", |
| 2174 | "smallvec", |
| 2175 | "thiserror 2.0.19", |
| 2176 | ] |
| 2177 | |
| 2178 | [[package]] |
| 2179 | name = "gix-sec" |
| 2180 | version = "0.10.12" |
| 2181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2182 | checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888" |
| 2183 | dependencies = [ |
| 2184 | "bitflags 2.13.1", |
| 2185 | "gix-path", |
| 2186 | "libc", |
| 2187 | "windows-sys 0.52.0", |
| 2188 | ] |
| 2189 | |
| 2190 | [[package]] |
| 2191 | name = "gix-submodule" |
| 2192 | version = "0.16.0" |
| 2193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2194 | checksum = "a2455f8c0fcb6ebe2a6e83c8f522d30615d763eb2ef7a23c7d929f9476e89f5c" |
| 2195 | dependencies = [ |
| 2196 | "bstr", |
| 2197 | "gix-config", |
| 2198 | "gix-path", |
| 2199 | "gix-pathspec", |
| 2200 | "gix-refspec", |
| 2201 | "gix-url", |
| 2202 | "thiserror 2.0.19", |
| 2203 | ] |
| 2204 | |
| 2205 | [[package]] |
| 2206 | name = "gix-tempfile" |
| 2207 | version = "15.0.0" |
| 2208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2209 | checksum = "2feb86ef094cc77a4a9a5afbfe5de626897351bbbd0de3cb9314baf3049adb82" |
| 2210 | dependencies = [ |
| 2211 | "dashmap", |
| 2212 | "gix-fs", |
| 2213 | "libc", |
| 2214 | "once_cell", |
| 2215 | "parking_lot", |
| 2216 | "tempfile", |
| 2217 | ] |
| 2218 | |
| 2219 | [[package]] |
| 2220 | name = "gix-trace" |
| 2221 | version = "0.1.21" |
| 2222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2223 | checksum = "be3eb81d9dc914335923e50d52829c551feefd6a72d176c4130c546b67a60814" |
| 2224 | |
| 2225 | [[package]] |
| 2226 | name = "gix-traverse" |
| 2227 | version = "0.43.1" |
| 2228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2229 | checksum = "6ed47d648619e23e93f971d2bba0d10c1100e54ef95d2981d609907a8cabac89" |
| 2230 | dependencies = [ |
| 2231 | "bitflags 2.13.1", |
| 2232 | "gix-commitgraph", |
| 2233 | "gix-date", |
| 2234 | "gix-hash", |
| 2235 | "gix-hashtable", |
| 2236 | "gix-object", |
| 2237 | "gix-revwalk", |
| 2238 | "smallvec", |
| 2239 | "thiserror 2.0.19", |
| 2240 | ] |
| 2241 | |
| 2242 | [[package]] |
| 2243 | name = "gix-url" |
| 2244 | version = "0.28.2" |
| 2245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2246 | checksum = "d096fb733ba6bd3f5403dba8bd72bdd8809fe2b347b57844040b8f49c93492d9" |
| 2247 | dependencies = [ |
| 2248 | "bstr", |
| 2249 | "gix-features", |
| 2250 | "gix-path", |
| 2251 | "percent-encoding", |
| 2252 | "thiserror 2.0.19", |
| 2253 | "url", |
| 2254 | ] |
| 2255 | |
| 2256 | [[package]] |
| 2257 | name = "gix-utils" |
| 2258 | version = "0.1.14" |
| 2259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 | checksum = "ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f" |
| 2261 | dependencies = [ |
| 2262 | "fastrand", |
| 2263 | "unicode-normalization", |
| 2264 | ] |
| 2265 | |
| 2266 | [[package]] |
| 2267 | name = "gix-validate" |
| 2268 | version = "0.9.4" |
| 2269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2270 | checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084" |
| 2271 | dependencies = [ |
| 2272 | "bstr", |
| 2273 | "thiserror 2.0.19", |
| 2274 | ] |
| 2275 | |
| 2276 | [[package]] |
| 2277 | name = "gix-validate" |
| 2278 | version = "0.10.1" |
| 2279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2280 | checksum = "5b1e63a5b516e970a594f870ed4571a8fdcb8a344e7bd407a20db8bd61dbfde4" |
| 2281 | dependencies = [ |
| 2282 | "bstr", |
| 2283 | "thiserror 2.0.19", |
| 2284 | ] |
| 2285 | |
| 2286 | [[package]] |
| 2287 | name = "gix-worktree" |
| 2288 | version = "0.38.0" |
| 2289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 | checksum = "756dbbe15188fa22540d5eab941f8f9cf511a5364d5aec34c88083c09f4bea13" |
| 2291 | dependencies = [ |
| 2292 | "bstr", |
| 2293 | "gix-attributes", |
| 2294 | "gix-features", |
| 2295 | "gix-fs", |
| 2296 | "gix-glob", |
| 2297 | "gix-hash", |
| 2298 | "gix-ignore", |
| 2299 | "gix-index", |
| 2300 | "gix-object", |
| 2301 | "gix-path", |
| 2302 | "gix-validate 0.9.4", |
| 2303 | ] |
| 2304 | |
| 2305 | [[package]] |
| 2306 | name = "group" |
| 2307 | version = "0.13.0" |
| 2308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2309 | checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
| 2310 | dependencies = [ |
| 2311 | "ff", |
| 2312 | "rand_core 0.6.4", |
| 2313 | "subtle", |
| 2314 | ] |
| 2315 | |
| 2316 | [[package]] |
| 2317 | name = "h2" |
| 2318 | version = "0.4.15" |
| 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2320 | checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" |
| 2321 | dependencies = [ |
| 2322 | "atomic-waker", |
| 2323 | "bytes", |
| 2324 | "fnv", |
| 2325 | "futures-core", |
| 2326 | "futures-sink", |
| 2327 | "http", |
| 2328 | "indexmap 2.14.0", |
| 2329 | "slab", |
| 2330 | "tokio", |
| 2331 | "tokio-util", |
| 2332 | "tracing", |
| 2333 | ] |
| 2334 | |
| 2335 | [[package]] |
| 2336 | name = "hashbrown" |
| 2337 | version = "0.12.3" |
| 2338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2339 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 2340 | |
| 2341 | [[package]] |
| 2342 | name = "hashbrown" |
| 2343 | version = "0.14.5" |
| 2344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2345 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| 2346 | dependencies = [ |
| 2347 | "ahash", |
| 2348 | "allocator-api2", |
| 2349 | ] |
| 2350 | |
| 2351 | [[package]] |
| 2352 | name = "hashbrown" |
| 2353 | version = "0.15.5" |
| 2354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2355 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 2356 | dependencies = [ |
| 2357 | "allocator-api2", |
| 2358 | "equivalent", |
| 2359 | "foldhash 0.1.5", |
| 2360 | ] |
| 2361 | |
| 2362 | [[package]] |
| 2363 | name = "hashbrown" |
| 2364 | version = "0.16.1" |
| 2365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2366 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 2367 | dependencies = [ |
| 2368 | "allocator-api2", |
| 2369 | "equivalent", |
| 2370 | "foldhash 0.2.0", |
| 2371 | ] |
| 2372 | |
| 2373 | [[package]] |
| 2374 | name = "hashbrown" |
| 2375 | version = "0.17.1" |
| 2376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2377 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 2378 | |
| 2379 | [[package]] |
| 2380 | name = "hashlink" |
| 2381 | version = "0.10.0" |
| 2382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2383 | checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 2384 | dependencies = [ |
| 2385 | "hashbrown 0.15.5", |
| 2386 | ] |
| 2387 | |
| 2388 | [[package]] |
| 2389 | name = "headers" |
| 2390 | version = "0.4.1" |
| 2391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2392 | checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" |
| 2393 | dependencies = [ |
| 2394 | "base64 0.22.1", |
| 2395 | "bytes", |
| 2396 | "headers-core", |
| 2397 | "http", |
| 2398 | "httpdate", |
| 2399 | "mime", |
| 2400 | "sha1", |
| 2401 | ] |
| 2402 | |
| 2403 | [[package]] |
| 2404 | name = "headers-core" |
| 2405 | version = "0.3.0" |
| 2406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2407 | checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" |
| 2408 | dependencies = [ |
| 2409 | "http", |
| 2410 | ] |
| 2411 | |
| 2412 | [[package]] |
| 2413 | name = "heck" |
| 2414 | version = "0.5.0" |
| 2415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2416 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 2417 | |
| 2418 | [[package]] |
| 2419 | name = "hex" |
| 2420 | version = "0.4.3" |
| 2421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2422 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 2423 | |
| 2424 | [[package]] |
| 2425 | name = "hex-literal" |
| 2426 | version = "0.4.1" |
| 2427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2428 | checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" |
| 2429 | |
| 2430 | [[package]] |
| 2431 | name = "hkdf" |
| 2432 | version = "0.12.4" |
| 2433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2434 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 2435 | dependencies = [ |
| 2436 | "hmac", |
| 2437 | ] |
| 2438 | |
| 2439 | [[package]] |
| 2440 | name = "hmac" |
| 2441 | version = "0.12.1" |
| 2442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2443 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 2444 | dependencies = [ |
| 2445 | "digest", |
| 2446 | ] |
| 2447 | |
| 2448 | [[package]] |
| 2449 | name = "home" |
| 2450 | version = "0.5.12" |
| 2451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2452 | checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 2453 | dependencies = [ |
| 2454 | "windows-sys 0.61.2", |
| 2455 | ] |
| 2456 | |
| 2457 | [[package]] |
| 2458 | name = "html5ever" |
| 2459 | version = "0.39.0" |
| 2460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2461 | checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8" |
| 2462 | dependencies = [ |
| 2463 | "log", |
| 2464 | "markup5ever", |
| 2465 | ] |
| 2466 | |
| 2467 | [[package]] |
| 2468 | name = "http" |
| 2469 | version = "1.5.0" |
| 2470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2471 | checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" |
| 2472 | dependencies = [ |
| 2473 | "bytes", |
| 2474 | "itoa", |
| 2475 | ] |
| 2476 | |
| 2477 | [[package]] |
| 2478 | name = "http-body" |
| 2479 | version = "1.1.0" |
| 2480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2481 | checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" |
| 2482 | dependencies = [ |
| 2483 | "bytes", |
| 2484 | "http", |
| 2485 | ] |
| 2486 | |
| 2487 | [[package]] |
| 2488 | name = "http-body-util" |
| 2489 | version = "0.1.4" |
| 2490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 | checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" |
| 2492 | dependencies = [ |
| 2493 | "bytes", |
| 2494 | "futures-core", |
| 2495 | "http", |
| 2496 | "http-body", |
| 2497 | "pin-project-lite", |
| 2498 | ] |
| 2499 | |
| 2500 | [[package]] |
| 2501 | name = "httparse" |
| 2502 | version = "1.10.1" |
| 2503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2504 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 2505 | |
| 2506 | [[package]] |
| 2507 | name = "httpdate" |
| 2508 | version = "1.0.3" |
| 2509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2510 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 2511 | |
| 2512 | [[package]] |
| 2513 | name = "hyper" |
| 2514 | version = "1.11.0" |
| 2515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2516 | checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" |
| 2517 | dependencies = [ |
| 2518 | "atomic-waker", |
| 2519 | "bytes", |
| 2520 | "futures-channel", |
| 2521 | "futures-core", |
| 2522 | "h2", |
| 2523 | "http", |
| 2524 | "http-body", |
| 2525 | "httparse", |
| 2526 | "httpdate", |
| 2527 | "itoa", |
| 2528 | "pin-project-lite", |
| 2529 | "smallvec", |
| 2530 | "tokio", |
| 2531 | "want", |
| 2532 | ] |
| 2533 | |
| 2534 | [[package]] |
| 2535 | name = "hyper-rustls" |
| 2536 | version = "0.27.9" |
| 2537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2538 | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 2539 | dependencies = [ |
| 2540 | "http", |
| 2541 | "hyper", |
| 2542 | "hyper-util", |
| 2543 | "rustls", |
| 2544 | "tokio", |
| 2545 | "tokio-rustls", |
| 2546 | "tower-service", |
| 2547 | "webpki-roots 1.0.9", |
| 2548 | ] |
| 2549 | |
| 2550 | [[package]] |
| 2551 | name = "hyper-util" |
| 2552 | version = "0.1.20" |
| 2553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2554 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 2555 | dependencies = [ |
| 2556 | "base64 0.22.1", |
| 2557 | "bytes", |
| 2558 | "futures-channel", |
| 2559 | "futures-util", |
| 2560 | "http", |
| 2561 | "http-body", |
| 2562 | "hyper", |
| 2563 | "ipnet", |
| 2564 | "libc", |
| 2565 | "percent-encoding", |
| 2566 | "pin-project-lite", |
| 2567 | "socket2", |
| 2568 | "tokio", |
| 2569 | "tower-service", |
| 2570 | "tracing", |
| 2571 | ] |
| 2572 | |
| 2573 | [[package]] |
| 2574 | name = "iana-time-zone" |
| 2575 | version = "0.1.65" |
| 2576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2577 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 2578 | dependencies = [ |
| 2579 | "android_system_properties", |
| 2580 | "core-foundation-sys", |
| 2581 | "iana-time-zone-haiku", |
| 2582 | "js-sys", |
| 2583 | "log", |
| 2584 | "wasm-bindgen", |
| 2585 | "windows-core 0.62.2", |
| 2586 | ] |
| 2587 | |
| 2588 | [[package]] |
| 2589 | name = "iana-time-zone-haiku" |
| 2590 | version = "0.1.2" |
| 2591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2592 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 2593 | dependencies = [ |
| 2594 | "cc", |
| 2595 | ] |
| 2596 | |
| 2597 | [[package]] |
| 2598 | name = "icu_collections" |
| 2599 | version = "2.2.0" |
| 2600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2601 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 2602 | dependencies = [ |
| 2603 | "displaydoc", |
| 2604 | "potential_utf", |
| 2605 | "utf8_iter", |
| 2606 | "yoke", |
| 2607 | "zerofrom", |
| 2608 | "zerovec", |
| 2609 | ] |
| 2610 | |
| 2611 | [[package]] |
| 2612 | name = "icu_locale_core" |
| 2613 | version = "2.2.0" |
| 2614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2615 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 2616 | dependencies = [ |
| 2617 | "displaydoc", |
| 2618 | "litemap", |
| 2619 | "tinystr", |
| 2620 | "writeable", |
| 2621 | "zerovec", |
| 2622 | ] |
| 2623 | |
| 2624 | [[package]] |
| 2625 | name = "icu_normalizer" |
| 2626 | version = "2.2.0" |
| 2627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2628 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 2629 | dependencies = [ |
| 2630 | "icu_collections", |
| 2631 | "icu_normalizer_data", |
| 2632 | "icu_properties", |
| 2633 | "icu_provider", |
| 2634 | "smallvec", |
| 2635 | "zerovec", |
| 2636 | ] |
| 2637 | |
| 2638 | [[package]] |
| 2639 | name = "icu_normalizer_data" |
| 2640 | version = "2.2.0" |
| 2641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2642 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 2643 | |
| 2644 | [[package]] |
| 2645 | name = "icu_properties" |
| 2646 | version = "2.2.0" |
| 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2648 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 2649 | dependencies = [ |
| 2650 | "icu_collections", |
| 2651 | "icu_locale_core", |
| 2652 | "icu_properties_data", |
| 2653 | "icu_provider", |
| 2654 | "zerotrie", |
| 2655 | "zerovec", |
| 2656 | ] |
| 2657 | |
| 2658 | [[package]] |
| 2659 | name = "icu_properties_data" |
| 2660 | version = "2.2.0" |
| 2661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2662 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 2663 | |
| 2664 | [[package]] |
| 2665 | name = "icu_provider" |
| 2666 | version = "2.2.0" |
| 2667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 2669 | dependencies = [ |
| 2670 | "displaydoc", |
| 2671 | "icu_locale_core", |
| 2672 | "writeable", |
| 2673 | "yoke", |
| 2674 | "zerofrom", |
| 2675 | "zerotrie", |
| 2676 | "zerovec", |
| 2677 | ] |
| 2678 | |
| 2679 | [[package]] |
| 2680 | name = "ident_case" |
| 2681 | version = "1.0.1" |
| 2682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2683 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 2684 | |
| 2685 | [[package]] |
| 2686 | name = "idna" |
| 2687 | version = "1.1.0" |
| 2688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2689 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 2690 | dependencies = [ |
| 2691 | "idna_adapter", |
| 2692 | "smallvec", |
| 2693 | "utf8_iter", |
| 2694 | ] |
| 2695 | |
| 2696 | [[package]] |
| 2697 | name = "idna_adapter" |
| 2698 | version = "1.2.2" |
| 2699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2700 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 2701 | dependencies = [ |
| 2702 | "icu_normalizer", |
| 2703 | "icu_properties", |
| 2704 | ] |
| 2705 | |
| 2706 | [[package]] |
| 2707 | name = "imara-diff" |
| 2708 | version = "0.1.8" |
| 2709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2710 | checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" |
| 2711 | dependencies = [ |
| 2712 | "hashbrown 0.15.5", |
| 2713 | ] |
| 2714 | |
| 2715 | [[package]] |
| 2716 | name = "indexmap" |
| 2717 | version = "1.9.3" |
| 2718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2719 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 2720 | dependencies = [ |
| 2721 | "autocfg", |
| 2722 | "hashbrown 0.12.3", |
| 2723 | "serde", |
| 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "indexmap" |
| 2728 | version = "2.14.0" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 2731 | dependencies = [ |
| 2732 | "equivalent", |
| 2733 | "hashbrown 0.17.1", |
| 2734 | "serde", |
| 2735 | "serde_core", |
| 2736 | ] |
| 2737 | |
| 2738 | [[package]] |
| 2739 | name = "inout" |
| 2740 | version = "0.1.4" |
| 2741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2742 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 2743 | dependencies = [ |
| 2744 | "block-padding", |
| 2745 | "generic-array", |
| 2746 | ] |
| 2747 | |
| 2748 | [[package]] |
| 2749 | name = "internal-russh-forked-ssh-key" |
| 2750 | version = "0.6.10+upstream-0.6.7" |
| 2751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2752 | checksum = "33555bd765ace379fe85d97bb6d48b5783054f6048a7d5ec24cd9155e490e266" |
| 2753 | dependencies = [ |
| 2754 | "argon2", |
| 2755 | "bcrypt-pbkdf", |
| 2756 | "ecdsa", |
| 2757 | "ed25519-dalek", |
| 2758 | "hex", |
| 2759 | "hmac", |
| 2760 | "num-bigint-dig", |
| 2761 | "p256", |
| 2762 | "p384", |
| 2763 | "p521", |
| 2764 | "rand_core 0.6.4", |
| 2765 | "rsa", |
| 2766 | "sec1", |
| 2767 | "sha1", |
| 2768 | "sha2", |
| 2769 | "signature", |
| 2770 | "ssh-cipher", |
| 2771 | "ssh-encoding", |
| 2772 | "subtle", |
| 2773 | "zeroize", |
| 2774 | ] |
| 2775 | |
| 2776 | [[package]] |
| 2777 | name = "ipnet" |
| 2778 | version = "2.12.0" |
| 2779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2780 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 2781 | |
| 2782 | [[package]] |
| 2783 | name = "ipnetwork" |
| 2784 | version = "0.20.0" |
| 2785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2786 | checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" |
| 2787 | dependencies = [ |
| 2788 | "serde", |
| 2789 | ] |
| 2790 | |
| 2791 | [[package]] |
| 2792 | name = "is_terminal_polyfill" |
| 2793 | version = "1.70.2" |
| 2794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2795 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 2796 | |
| 2797 | [[package]] |
| 2798 | name = "itertools" |
| 2799 | version = "0.10.5" |
| 2800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2801 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 2802 | dependencies = [ |
| 2803 | "either", |
| 2804 | ] |
| 2805 | |
| 2806 | [[package]] |
| 2807 | name = "itoa" |
| 2808 | version = "1.0.18" |
| 2809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2810 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 2811 | |
| 2812 | [[package]] |
| 2813 | name = "jiff" |
| 2814 | version = "0.2.35" |
| 2815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2816 | checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc" |
| 2817 | dependencies = [ |
| 2818 | "defmt", |
| 2819 | "jiff-core", |
| 2820 | "jiff-static", |
| 2821 | "jiff-tzdb-platform", |
| 2822 | "log", |
| 2823 | "portable-atomic", |
| 2824 | "portable-atomic-util", |
| 2825 | "serde_core", |
| 2826 | "windows-link", |
| 2827 | ] |
| 2828 | |
| 2829 | [[package]] |
| 2830 | name = "jiff-core" |
| 2831 | version = "0.1.0" |
| 2832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2833 | checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09" |
| 2834 | dependencies = [ |
| 2835 | "defmt", |
| 2836 | ] |
| 2837 | |
| 2838 | [[package]] |
| 2839 | name = "jiff-static" |
| 2840 | version = "0.2.35" |
| 2841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2842 | checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204" |
| 2843 | dependencies = [ |
| 2844 | "jiff-core", |
| 2845 | "proc-macro2", |
| 2846 | "quote", |
| 2847 | "syn 2.0.119", |
| 2848 | ] |
| 2849 | |
| 2850 | [[package]] |
| 2851 | name = "jiff-tzdb" |
| 2852 | version = "0.1.8" |
| 2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2854 | checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e" |
| 2855 | |
| 2856 | [[package]] |
| 2857 | name = "jiff-tzdb-platform" |
| 2858 | version = "0.1.3" |
| 2859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2860 | checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" |
| 2861 | dependencies = [ |
| 2862 | "jiff-tzdb", |
| 2863 | ] |
| 2864 | |
| 2865 | [[package]] |
| 2866 | name = "jobserver" |
| 2867 | version = "0.1.35" |
| 2868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2869 | checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| 2870 | dependencies = [ |
| 2871 | "getrandom 0.4.3", |
| 2872 | "libc", |
| 2873 | ] |
| 2874 | |
| 2875 | [[package]] |
| 2876 | name = "js-sys" |
| 2877 | version = "0.3.103" |
| 2878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2879 | checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" |
| 2880 | dependencies = [ |
| 2881 | "cfg-if", |
| 2882 | "futures-util", |
| 2883 | "wasm-bindgen", |
| 2884 | ] |
| 2885 | |
| 2886 | [[package]] |
| 2887 | name = "kstring" |
| 2888 | version = "2.0.4" |
| 2889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2890 | checksum = "b609e7ca5ea38f093c20a4a102335b247221c9643b7a6bc3510f196f99499a9e" |
| 2891 | dependencies = [ |
| 2892 | "static_assertions", |
| 2893 | ] |
| 2894 | |
| 2895 | [[package]] |
| 2896 | name = "lazy_static" |
| 2897 | version = "1.5.0" |
| 2898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2899 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2900 | dependencies = [ |
| 2901 | "spin", |
| 2902 | ] |
| 2903 | |
| 2904 | [[package]] |
| 2905 | name = "libc" |
| 2906 | version = "0.2.189" |
| 2907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2908 | checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 2909 | |
| 2910 | [[package]] |
| 2911 | name = "libm" |
| 2912 | version = "0.2.16" |
| 2913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2914 | checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 2915 | |
| 2916 | [[package]] |
| 2917 | name = "libredox" |
| 2918 | version = "0.1.18" |
| 2919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2920 | checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" |
| 2921 | dependencies = [ |
| 2922 | "bitflags 2.13.1", |
| 2923 | "libc", |
| 2924 | "plain", |
| 2925 | "redox_syscall 0.9.1", |
| 2926 | ] |
| 2927 | |
| 2928 | [[package]] |
| 2929 | name = "libsqlite3-sys" |
| 2930 | version = "0.30.1" |
| 2931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2932 | checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 2933 | dependencies = [ |
| 2934 | "pkg-config", |
| 2935 | "vcpkg", |
| 2936 | ] |
| 2937 | |
| 2938 | [[package]] |
| 2939 | name = "linked-hash-map" |
| 2940 | version = "0.5.6" |
| 2941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2942 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| 2943 | |
| 2944 | [[package]] |
| 2945 | name = "linux-raw-sys" |
| 2946 | version = "0.4.15" |
| 2947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2948 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 2949 | |
| 2950 | [[package]] |
| 2951 | name = "linux-raw-sys" |
| 2952 | version = "0.12.1" |
| 2953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2954 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 2955 | |
| 2956 | [[package]] |
| 2957 | name = "litemap" |
| 2958 | version = "0.8.2" |
| 2959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2960 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 2961 | |
| 2962 | [[package]] |
| 2963 | name = "lock_api" |
| 2964 | version = "0.4.14" |
| 2965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2966 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2967 | dependencies = [ |
| 2968 | "scopeguard", |
| 2969 | ] |
| 2970 | |
| 2971 | [[package]] |
| 2972 | name = "log" |
| 2973 | version = "0.4.33" |
| 2974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2975 | checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 2976 | |
| 2977 | [[package]] |
| 2978 | name = "lru" |
| 2979 | version = "0.12.5" |
| 2980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2981 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 2982 | dependencies = [ |
| 2983 | "hashbrown 0.15.5", |
| 2984 | ] |
| 2985 | |
| 2986 | [[package]] |
| 2987 | name = "lru-slab" |
| 2988 | version = "0.1.2" |
| 2989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2990 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 2991 | |
| 2992 | [[package]] |
| 2993 | name = "maplit" |
| 2994 | version = "1.0.2" |
| 2995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2996 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 2997 | |
| 2998 | [[package]] |
| 2999 | name = "markup5ever" |
| 3000 | version = "0.39.0" |
| 3001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3002 | checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de" |
| 3003 | dependencies = [ |
| 3004 | "log", |
| 3005 | "tendril", |
| 3006 | "web_atoms", |
| 3007 | ] |
| 3008 | |
| 3009 | [[package]] |
| 3010 | name = "matchers" |
| 3011 | version = "0.2.0" |
| 3012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3013 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 3014 | dependencies = [ |
| 3015 | "regex-automata", |
| 3016 | ] |
| 3017 | |
| 3018 | [[package]] |
| 3019 | name = "matchit" |
| 3020 | version = "0.8.4" |
| 3021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3022 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 3023 | |
| 3024 | [[package]] |
| 3025 | name = "maud" |
| 3026 | version = "0.27.0" |
| 3027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3028 | checksum = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e" |
| 3029 | dependencies = [ |
| 3030 | "axum-core", |
| 3031 | "http", |
| 3032 | "itoa", |
| 3033 | "maud_macros", |
| 3034 | ] |
| 3035 | |
| 3036 | [[package]] |
| 3037 | name = "maud_macros" |
| 3038 | version = "0.27.0" |
| 3039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3040 | checksum = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca" |
| 3041 | dependencies = [ |
| 3042 | "proc-macro2", |
| 3043 | "proc-macro2-diagnostics", |
| 3044 | "quote", |
| 3045 | "syn 2.0.119", |
| 3046 | ] |
| 3047 | |
| 3048 | [[package]] |
| 3049 | name = "md-5" |
| 3050 | version = "0.10.6" |
| 3051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3052 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 3053 | dependencies = [ |
| 3054 | "cfg-if", |
| 3055 | "digest", |
| 3056 | ] |
| 3057 | |
| 3058 | [[package]] |
| 3059 | name = "md5" |
| 3060 | version = "0.7.0" |
| 3061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3062 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
| 3063 | |
| 3064 | [[package]] |
| 3065 | name = "memchr" |
| 3066 | version = "2.8.3" |
| 3067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3068 | checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 3069 | |
| 3070 | [[package]] |
| 3071 | name = "memmap2" |
| 3072 | version = "0.9.11" |
| 3073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3074 | checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| 3075 | dependencies = [ |
| 3076 | "libc", |
| 3077 | ] |
| 3078 | |
| 3079 | [[package]] |
| 3080 | name = "mime" |
| 3081 | version = "0.3.17" |
| 3082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3083 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 3084 | |
| 3085 | [[package]] |
| 3086 | name = "miniz_oxide" |
| 3087 | version = "0.8.9" |
| 3088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3089 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 3090 | dependencies = [ |
| 3091 | "adler2", |
| 3092 | "simd-adler32", |
| 3093 | ] |
| 3094 | |
| 3095 | [[package]] |
| 3096 | name = "mio" |
| 3097 | version = "1.2.2" |
| 3098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3099 | checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" |
| 3100 | dependencies = [ |
| 3101 | "libc", |
| 3102 | "wasi", |
| 3103 | "windows-sys 0.61.2", |
| 3104 | ] |
| 3105 | |
| 3106 | [[package]] |
| 3107 | name = "new_debug_unreachable" |
| 3108 | version = "1.0.6" |
| 3109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3110 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 3111 | |
| 3112 | [[package]] |
| 3113 | name = "nix" |
| 3114 | version = "0.29.0" |
| 3115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3116 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 3117 | dependencies = [ |
| 3118 | "bitflags 2.13.1", |
| 3119 | "cfg-if", |
| 3120 | "cfg_aliases", |
| 3121 | "libc", |
| 3122 | ] |
| 3123 | |
| 3124 | [[package]] |
| 3125 | name = "nu-ansi-term" |
| 3126 | version = "0.50.3" |
| 3127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3128 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 3129 | dependencies = [ |
| 3130 | "windows-sys 0.61.2", |
| 3131 | ] |
| 3132 | |
| 3133 | [[package]] |
| 3134 | name = "num-bigint" |
| 3135 | version = "0.4.8" |
| 3136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3137 | checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" |
| 3138 | dependencies = [ |
| 3139 | "num-integer", |
| 3140 | "num-traits", |
| 3141 | "rand 0.8.7", |
| 3142 | ] |
| 3143 | |
| 3144 | [[package]] |
| 3145 | name = "num-bigint-dig" |
| 3146 | version = "0.8.6" |
| 3147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3148 | checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| 3149 | dependencies = [ |
| 3150 | "lazy_static", |
| 3151 | "libm", |
| 3152 | "num-integer", |
| 3153 | "num-iter", |
| 3154 | "num-traits", |
| 3155 | "rand 0.8.7", |
| 3156 | "smallvec", |
| 3157 | "zeroize", |
| 3158 | ] |
| 3159 | |
| 3160 | [[package]] |
| 3161 | name = "num-conv" |
| 3162 | version = "0.2.2" |
| 3163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3164 | checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| 3165 | |
| 3166 | [[package]] |
| 3167 | name = "num-integer" |
| 3168 | version = "0.1.46" |
| 3169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3170 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 3171 | dependencies = [ |
| 3172 | "num-traits", |
| 3173 | ] |
| 3174 | |
| 3175 | [[package]] |
| 3176 | name = "num-iter" |
| 3177 | version = "0.1.46" |
| 3178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3179 | checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" |
| 3180 | dependencies = [ |
| 3181 | "num-integer", |
| 3182 | "num-traits", |
| 3183 | ] |
| 3184 | |
| 3185 | [[package]] |
| 3186 | name = "num-traits" |
| 3187 | version = "0.2.19" |
| 3188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3189 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 3190 | dependencies = [ |
| 3191 | "autocfg", |
| 3192 | "libm", |
| 3193 | ] |
| 3194 | |
| 3195 | [[package]] |
| 3196 | name = "oauth2" |
| 3197 | version = "5.0.0" |
| 3198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3199 | checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" |
| 3200 | dependencies = [ |
| 3201 | "base64 0.22.1", |
| 3202 | "chrono", |
| 3203 | "getrandom 0.2.17", |
| 3204 | "http", |
| 3205 | "rand 0.8.7", |
| 3206 | "reqwest", |
| 3207 | "serde", |
| 3208 | "serde_json", |
| 3209 | "serde_path_to_error", |
| 3210 | "sha2", |
| 3211 | "thiserror 1.0.69", |
| 3212 | "url", |
| 3213 | ] |
| 3214 | |
| 3215 | [[package]] |
| 3216 | name = "once_cell" |
| 3217 | version = "1.21.4" |
| 3218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3219 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 3220 | |
| 3221 | [[package]] |
| 3222 | name = "once_cell_polyfill" |
| 3223 | version = "1.70.2" |
| 3224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3225 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 3226 | |
| 3227 | [[package]] |
| 3228 | name = "onig" |
| 3229 | version = "6.5.3" |
| 3230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3231 | checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2" |
| 3232 | dependencies = [ |
| 3233 | "bitflags 2.13.1", |
| 3234 | "libc", |
| 3235 | "once_cell", |
| 3236 | "onig_sys", |
| 3237 | ] |
| 3238 | |
| 3239 | [[package]] |
| 3240 | name = "onig_sys" |
| 3241 | version = "69.9.3" |
| 3242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3243 | checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7" |
| 3244 | dependencies = [ |
| 3245 | "cc", |
| 3246 | "pkg-config", |
| 3247 | ] |
| 3248 | |
| 3249 | [[package]] |
| 3250 | name = "opaque-debug" |
| 3251 | version = "0.3.1" |
| 3252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3253 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| 3254 | |
| 3255 | [[package]] |
| 3256 | name = "openidconnect" |
| 3257 | version = "4.0.1" |
| 3258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3259 | checksum = "0d8c6709ba2ea764bbed26bce1adf3c10517113ddea6f2d4196e4851757ef2b2" |
| 3260 | dependencies = [ |
| 3261 | "base64 0.21.7", |
| 3262 | "chrono", |
| 3263 | "dyn-clone", |
| 3264 | "ed25519-dalek", |
| 3265 | "hmac", |
| 3266 | "http", |
| 3267 | "itertools", |
| 3268 | "log", |
| 3269 | "oauth2", |
| 3270 | "p256", |
| 3271 | "p384", |
| 3272 | "rand 0.8.7", |
| 3273 | "rsa", |
| 3274 | "serde", |
| 3275 | "serde-value", |
| 3276 | "serde_json", |
| 3277 | "serde_path_to_error", |
| 3278 | "serde_plain", |
| 3279 | "serde_with", |
| 3280 | "sha2", |
| 3281 | "subtle", |
| 3282 | "thiserror 1.0.69", |
| 3283 | "url", |
| 3284 | ] |
| 3285 | |
| 3286 | [[package]] |
| 3287 | name = "ordered-float" |
| 3288 | version = "2.10.1" |
| 3289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3290 | checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| 3291 | dependencies = [ |
| 3292 | "num-traits", |
| 3293 | ] |
| 3294 | |
| 3295 | [[package]] |
| 3296 | name = "p256" |
| 3297 | version = "0.13.2" |
| 3298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3299 | checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
| 3300 | dependencies = [ |
| 3301 | "ecdsa", |
| 3302 | "elliptic-curve", |
| 3303 | "primeorder", |
| 3304 | "sha2", |
| 3305 | ] |
| 3306 | |
| 3307 | [[package]] |
| 3308 | name = "p384" |
| 3309 | version = "0.13.1" |
| 3310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3311 | checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" |
| 3312 | dependencies = [ |
| 3313 | "ecdsa", |
| 3314 | "elliptic-curve", |
| 3315 | "primeorder", |
| 3316 | "sha2", |
| 3317 | ] |
| 3318 | |
| 3319 | [[package]] |
| 3320 | name = "p521" |
| 3321 | version = "0.13.3" |
| 3322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3323 | checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" |
| 3324 | dependencies = [ |
| 3325 | "base16ct", |
| 3326 | "ecdsa", |
| 3327 | "elliptic-curve", |
| 3328 | "primeorder", |
| 3329 | "rand_core 0.6.4", |
| 3330 | "sha2", |
| 3331 | ] |
| 3332 | |
| 3333 | [[package]] |
| 3334 | name = "pageant" |
| 3335 | version = "0.0.3" |
| 3336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3337 | checksum = "bdd27df01428302f915ea74737fe88170dd1bab4cbd00ff9548ca85618fcd4e4" |
| 3338 | dependencies = [ |
| 3339 | "bytes", |
| 3340 | "delegate", |
| 3341 | "futures", |
| 3342 | "log", |
| 3343 | "rand 0.8.7", |
| 3344 | "thiserror 1.0.69", |
| 3345 | "tokio", |
| 3346 | "windows", |
| 3347 | ] |
| 3348 | |
| 3349 | [[package]] |
| 3350 | name = "parking" |
| 3351 | version = "2.2.1" |
| 3352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3353 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 3354 | |
| 3355 | [[package]] |
| 3356 | name = "parking_lot" |
| 3357 | version = "0.12.5" |
| 3358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3359 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 3360 | dependencies = [ |
| 3361 | "lock_api", |
| 3362 | "parking_lot_core", |
| 3363 | ] |
| 3364 | |
| 3365 | [[package]] |
| 3366 | name = "parking_lot_core" |
| 3367 | version = "0.9.12" |
| 3368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3369 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 3370 | dependencies = [ |
| 3371 | "cfg-if", |
| 3372 | "libc", |
| 3373 | "redox_syscall 0.5.18", |
| 3374 | "smallvec", |
| 3375 | "windows-link", |
| 3376 | ] |
| 3377 | |
| 3378 | [[package]] |
| 3379 | name = "password-hash" |
| 3380 | version = "0.5.0" |
| 3381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3382 | checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| 3383 | dependencies = [ |
| 3384 | "base64ct", |
| 3385 | "rand_core 0.6.4", |
| 3386 | "subtle", |
| 3387 | ] |
| 3388 | |
| 3389 | [[package]] |
| 3390 | name = "pbkdf2" |
| 3391 | version = "0.12.2" |
| 3392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3393 | checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| 3394 | dependencies = [ |
| 3395 | "digest", |
| 3396 | "hmac", |
| 3397 | ] |
| 3398 | |
| 3399 | [[package]] |
| 3400 | name = "pem-rfc7468" |
| 3401 | version = "0.7.0" |
| 3402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3403 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 3404 | dependencies = [ |
| 3405 | "base64ct", |
| 3406 | ] |
| 3407 | |
| 3408 | [[package]] |
| 3409 | name = "percent-encoding" |
| 3410 | version = "2.3.2" |
| 3411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3412 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 3413 | |
| 3414 | [[package]] |
| 3415 | name = "phf" |
| 3416 | version = "0.13.1" |
| 3417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3418 | checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 3419 | dependencies = [ |
| 3420 | "phf_shared", |
| 3421 | "serde", |
| 3422 | ] |
| 3423 | |
| 3424 | [[package]] |
| 3425 | name = "phf_codegen" |
| 3426 | version = "0.13.1" |
| 3427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3428 | checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 3429 | dependencies = [ |
| 3430 | "phf_generator", |
| 3431 | "phf_shared", |
| 3432 | ] |
| 3433 | |
| 3434 | [[package]] |
| 3435 | name = "phf_generator" |
| 3436 | version = "0.13.1" |
| 3437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3438 | checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 3439 | dependencies = [ |
| 3440 | "fastrand", |
| 3441 | "phf_shared", |
| 3442 | ] |
| 3443 | |
| 3444 | [[package]] |
| 3445 | name = "phf_shared" |
| 3446 | version = "0.13.1" |
| 3447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3448 | checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 3449 | dependencies = [ |
| 3450 | "siphasher", |
| 3451 | ] |
| 3452 | |
| 3453 | [[package]] |
| 3454 | name = "pin-project-lite" |
| 3455 | version = "0.2.17" |
| 3456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3457 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 3458 | |
| 3459 | [[package]] |
| 3460 | name = "pkcs1" |
| 3461 | version = "0.7.5" |
| 3462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3463 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 3464 | dependencies = [ |
| 3465 | "der", |
| 3466 | "pkcs8", |
| 3467 | "spki", |
| 3468 | ] |
| 3469 | |
| 3470 | [[package]] |
| 3471 | name = "pkcs5" |
| 3472 | version = "0.7.1" |
| 3473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3474 | checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" |
| 3475 | dependencies = [ |
| 3476 | "aes", |
| 3477 | "cbc", |
| 3478 | "der", |
| 3479 | "pbkdf2", |
| 3480 | "scrypt", |
| 3481 | "sha2", |
| 3482 | "spki", |
| 3483 | ] |
| 3484 | |
| 3485 | [[package]] |
| 3486 | name = "pkcs8" |
| 3487 | version = "0.10.2" |
| 3488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3489 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 3490 | dependencies = [ |
| 3491 | "der", |
| 3492 | "pkcs5", |
| 3493 | "rand_core 0.6.4", |
| 3494 | "spki", |
| 3495 | ] |
| 3496 | |
| 3497 | [[package]] |
| 3498 | name = "pkg-config" |
| 3499 | version = "0.3.33" |
| 3500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3501 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 3502 | |
| 3503 | [[package]] |
| 3504 | name = "plain" |
| 3505 | version = "0.2.3" |
| 3506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3507 | checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 3508 | |
| 3509 | [[package]] |
| 3510 | name = "plist" |
| 3511 | version = "1.10.0" |
| 3512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3513 | checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" |
| 3514 | dependencies = [ |
| 3515 | "base64 0.22.1", |
| 3516 | "indexmap 2.14.0", |
| 3517 | "quick-xml", |
| 3518 | "serde", |
| 3519 | "time", |
| 3520 | ] |
| 3521 | |
| 3522 | [[package]] |
| 3523 | name = "poly1305" |
| 3524 | version = "0.8.0" |
| 3525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3526 | checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" |
| 3527 | dependencies = [ |
| 3528 | "cpufeatures 0.2.17", |
| 3529 | "opaque-debug", |
| 3530 | "universal-hash", |
| 3531 | ] |
| 3532 | |
| 3533 | [[package]] |
| 3534 | name = "polyval" |
| 3535 | version = "0.6.2" |
| 3536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3537 | checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| 3538 | dependencies = [ |
| 3539 | "cfg-if", |
| 3540 | "cpufeatures 0.2.17", |
| 3541 | "opaque-debug", |
| 3542 | "universal-hash", |
| 3543 | ] |
| 3544 | |
| 3545 | [[package]] |
| 3546 | name = "portable-atomic" |
| 3547 | version = "1.14.0" |
| 3548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3549 | checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" |
| 3550 | |
| 3551 | [[package]] |
| 3552 | name = "portable-atomic-util" |
| 3553 | version = "0.2.7" |
| 3554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3555 | checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" |
| 3556 | dependencies = [ |
| 3557 | "portable-atomic", |
| 3558 | ] |
| 3559 | |
| 3560 | [[package]] |
| 3561 | name = "potential_utf" |
| 3562 | version = "0.1.5" |
| 3563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3564 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 3565 | dependencies = [ |
| 3566 | "zerovec", |
| 3567 | ] |
| 3568 | |
| 3569 | [[package]] |
| 3570 | name = "powerfmt" |
| 3571 | version = "0.2.0" |
| 3572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3573 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 3574 | |
| 3575 | [[package]] |
| 3576 | name = "ppv-lite86" |
| 3577 | version = "0.2.21" |
| 3578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3579 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 3580 | dependencies = [ |
| 3581 | "zerocopy", |
| 3582 | ] |
| 3583 | |
| 3584 | [[package]] |
| 3585 | name = "precomputed-hash" |
| 3586 | version = "0.1.1" |
| 3587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3588 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 3589 | |
| 3590 | [[package]] |
| 3591 | name = "prettyplease" |
| 3592 | version = "0.2.37" |
| 3593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3594 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 3595 | dependencies = [ |
| 3596 | "proc-macro2", |
| 3597 | "syn 2.0.119", |
| 3598 | ] |
| 3599 | |
| 3600 | [[package]] |
| 3601 | name = "primeorder" |
| 3602 | version = "0.13.6" |
| 3603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3604 | checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" |
| 3605 | dependencies = [ |
| 3606 | "elliptic-curve", |
| 3607 | ] |
| 3608 | |
| 3609 | [[package]] |
| 3610 | name = "proc-macro2" |
| 3611 | version = "1.0.107" |
| 3612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3613 | checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 3614 | dependencies = [ |
| 3615 | "unicode-ident", |
| 3616 | ] |
| 3617 | |
| 3618 | [[package]] |
| 3619 | name = "proc-macro2-diagnostics" |
| 3620 | version = "0.10.1" |
| 3621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3622 | checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" |
| 3623 | dependencies = [ |
| 3624 | "proc-macro2", |
| 3625 | "quote", |
| 3626 | "syn 2.0.119", |
| 3627 | "version_check", |
| 3628 | ] |
| 3629 | |
| 3630 | [[package]] |
| 3631 | name = "prodash" |
| 3632 | version = "29.0.2" |
| 3633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3634 | checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc" |
| 3635 | dependencies = [ |
| 3636 | "log", |
| 3637 | "parking_lot", |
| 3638 | ] |
| 3639 | |
| 3640 | [[package]] |
| 3641 | name = "quick-xml" |
| 3642 | version = "0.41.0" |
| 3643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3644 | checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" |
| 3645 | dependencies = [ |
| 3646 | "memchr", |
| 3647 | ] |
| 3648 | |
| 3649 | [[package]] |
| 3650 | name = "quinn" |
| 3651 | version = "0.11.11" |
| 3652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3653 | checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" |
| 3654 | dependencies = [ |
| 3655 | "bytes", |
| 3656 | "cfg_aliases", |
| 3657 | "pin-project-lite", |
| 3658 | "quinn-proto", |
| 3659 | "quinn-udp", |
| 3660 | "rustc-hash", |
| 3661 | "rustls", |
| 3662 | "socket2", |
| 3663 | "thiserror 2.0.19", |
| 3664 | "tokio", |
| 3665 | "tracing", |
| 3666 | "web-time", |
| 3667 | ] |
| 3668 | |
| 3669 | [[package]] |
| 3670 | name = "quinn-proto" |
| 3671 | version = "0.11.16" |
| 3672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3673 | checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" |
| 3674 | dependencies = [ |
| 3675 | "bytes", |
| 3676 | "getrandom 0.4.3", |
| 3677 | "lru-slab", |
| 3678 | "rand 0.10.2", |
| 3679 | "rand_pcg", |
| 3680 | "ring", |
| 3681 | "rustc-hash", |
| 3682 | "rustls", |
| 3683 | "rustls-pki-types", |
| 3684 | "slab", |
| 3685 | "thiserror 2.0.19", |
| 3686 | "tinyvec", |
| 3687 | "tracing", |
| 3688 | "web-time", |
| 3689 | ] |
| 3690 | |
| 3691 | [[package]] |
| 3692 | name = "quinn-udp" |
| 3693 | version = "0.5.15" |
| 3694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3695 | checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" |
| 3696 | dependencies = [ |
| 3697 | "cfg_aliases", |
| 3698 | "libc", |
| 3699 | "once_cell", |
| 3700 | "socket2", |
| 3701 | "tracing", |
| 3702 | "windows-sys 0.61.2", |
| 3703 | ] |
| 3704 | |
| 3705 | [[package]] |
| 3706 | name = "quote" |
| 3707 | version = "1.0.47" |
| 3708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3709 | checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 3710 | dependencies = [ |
| 3711 | "proc-macro2", |
| 3712 | ] |
| 3713 | |
| 3714 | [[package]] |
| 3715 | name = "r-efi" |
| 3716 | version = "6.0.0" |
| 3717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3718 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 3719 | |
| 3720 | [[package]] |
| 3721 | name = "rand" |
| 3722 | version = "0.8.7" |
| 3723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3724 | checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" |
| 3725 | dependencies = [ |
| 3726 | "libc", |
| 3727 | "rand_chacha", |
| 3728 | "rand_core 0.6.4", |
| 3729 | ] |
| 3730 | |
| 3731 | [[package]] |
| 3732 | name = "rand" |
| 3733 | version = "0.10.2" |
| 3734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3735 | checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| 3736 | dependencies = [ |
| 3737 | "chacha20 0.10.1", |
| 3738 | "getrandom 0.4.3", |
| 3739 | "rand_core 0.10.1", |
| 3740 | ] |
| 3741 | |
| 3742 | [[package]] |
| 3743 | name = "rand_chacha" |
| 3744 | version = "0.3.1" |
| 3745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3746 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 3747 | dependencies = [ |
| 3748 | "ppv-lite86", |
| 3749 | "rand_core 0.6.4", |
| 3750 | ] |
| 3751 | |
| 3752 | [[package]] |
| 3753 | name = "rand_core" |
| 3754 | version = "0.6.4" |
| 3755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3756 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 3757 | dependencies = [ |
| 3758 | "getrandom 0.2.17", |
| 3759 | ] |
| 3760 | |
| 3761 | [[package]] |
| 3762 | name = "rand_core" |
| 3763 | version = "0.10.1" |
| 3764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3765 | checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| 3766 | |
| 3767 | [[package]] |
| 3768 | name = "rand_pcg" |
| 3769 | version = "0.10.2" |
| 3770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3771 | checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" |
| 3772 | dependencies = [ |
| 3773 | "rand_core 0.10.1", |
| 3774 | ] |
| 3775 | |
| 3776 | [[package]] |
| 3777 | name = "redox_syscall" |
| 3778 | version = "0.5.18" |
| 3779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3780 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 3781 | dependencies = [ |
| 3782 | "bitflags 2.13.1", |
| 3783 | ] |
| 3784 | |
| 3785 | [[package]] |
| 3786 | name = "redox_syscall" |
| 3787 | version = "0.9.1" |
| 3788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3789 | checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e" |
| 3790 | dependencies = [ |
| 3791 | "bitflags 2.13.1", |
| 3792 | ] |
| 3793 | |
| 3794 | [[package]] |
| 3795 | name = "ref-cast" |
| 3796 | version = "1.0.26" |
| 3797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3798 | checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d" |
| 3799 | dependencies = [ |
| 3800 | "ref-cast-impl", |
| 3801 | ] |
| 3802 | |
| 3803 | [[package]] |
| 3804 | name = "ref-cast-impl" |
| 3805 | version = "1.0.26" |
| 3806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3807 | checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c" |
| 3808 | dependencies = [ |
| 3809 | "proc-macro2", |
| 3810 | "quote", |
| 3811 | "syn 3.0.3", |
| 3812 | ] |
| 3813 | |
| 3814 | [[package]] |
| 3815 | name = "regex" |
| 3816 | version = "1.13.1" |
| 3817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3818 | checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| 3819 | dependencies = [ |
| 3820 | "aho-corasick", |
| 3821 | "memchr", |
| 3822 | "regex-automata", |
| 3823 | "regex-syntax", |
| 3824 | ] |
| 3825 | |
| 3826 | [[package]] |
| 3827 | name = "regex-automata" |
| 3828 | version = "0.4.16" |
| 3829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3830 | checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" |
| 3831 | dependencies = [ |
| 3832 | "aho-corasick", |
| 3833 | "memchr", |
| 3834 | "regex-syntax", |
| 3835 | ] |
| 3836 | |
| 3837 | [[package]] |
| 3838 | name = "regex-syntax" |
| 3839 | version = "0.8.11" |
| 3840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3841 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 3842 | |
| 3843 | [[package]] |
| 3844 | name = "reqwest" |
| 3845 | version = "0.12.28" |
| 3846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3847 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 3848 | dependencies = [ |
| 3849 | "base64 0.22.1", |
| 3850 | "bytes", |
| 3851 | "futures-core", |
| 3852 | "http", |
| 3853 | "http-body", |
| 3854 | "http-body-util", |
| 3855 | "hyper", |
| 3856 | "hyper-rustls", |
| 3857 | "hyper-util", |
| 3858 | "js-sys", |
| 3859 | "log", |
| 3860 | "percent-encoding", |
| 3861 | "pin-project-lite", |
| 3862 | "quinn", |
| 3863 | "rustls", |
| 3864 | "rustls-pki-types", |
| 3865 | "serde", |
| 3866 | "serde_json", |
| 3867 | "serde_urlencoded", |
| 3868 | "sync_wrapper", |
| 3869 | "tokio", |
| 3870 | "tokio-rustls", |
| 3871 | "tower", |
| 3872 | "tower-http", |
| 3873 | "tower-service", |
| 3874 | "url", |
| 3875 | "wasm-bindgen", |
| 3876 | "wasm-bindgen-futures", |
| 3877 | "web-sys", |
| 3878 | "webpki-roots 1.0.9", |
| 3879 | ] |
| 3880 | |
| 3881 | [[package]] |
| 3882 | name = "rfc6979" |
| 3883 | version = "0.4.0" |
| 3884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3885 | checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
| 3886 | dependencies = [ |
| 3887 | "hmac", |
| 3888 | "subtle", |
| 3889 | ] |
| 3890 | |
| 3891 | [[package]] |
| 3892 | name = "ring" |
| 3893 | version = "0.17.14" |
| 3894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3895 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 3896 | dependencies = [ |
| 3897 | "cc", |
| 3898 | "cfg-if", |
| 3899 | "getrandom 0.2.17", |
| 3900 | "libc", |
| 3901 | "untrusted", |
| 3902 | "windows-sys 0.52.0", |
| 3903 | ] |
| 3904 | |
| 3905 | [[package]] |
| 3906 | name = "rsa" |
| 3907 | version = "0.9.10" |
| 3908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3909 | checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| 3910 | dependencies = [ |
| 3911 | "const-oid", |
| 3912 | "digest", |
| 3913 | "num-bigint-dig", |
| 3914 | "num-integer", |
| 3915 | "num-traits", |
| 3916 | "pkcs1", |
| 3917 | "pkcs8", |
| 3918 | "rand_core 0.6.4", |
| 3919 | "sha2", |
| 3920 | "signature", |
| 3921 | "spki", |
| 3922 | "subtle", |
| 3923 | "zeroize", |
| 3924 | ] |
| 3925 | |
| 3926 | [[package]] |
| 3927 | name = "russh" |
| 3928 | version = "0.51.1" |
| 3929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3930 | checksum = "c4816b748109d26daa30e72d231a3a6e42f9e2fffe6c08cbfed63113db0ce884" |
| 3931 | dependencies = [ |
| 3932 | "aes", |
| 3933 | "aes-gcm", |
| 3934 | "bitflags 2.13.1", |
| 3935 | "block-padding", |
| 3936 | "byteorder", |
| 3937 | "bytes", |
| 3938 | "cbc", |
| 3939 | "chacha20 0.9.1", |
| 3940 | "ctr", |
| 3941 | "curve25519-dalek", |
| 3942 | "data-encoding", |
| 3943 | "delegate", |
| 3944 | "der", |
| 3945 | "digest", |
| 3946 | "ecdsa", |
| 3947 | "ed25519-dalek", |
| 3948 | "elliptic-curve", |
| 3949 | "enum_dispatch", |
| 3950 | "flate2", |
| 3951 | "futures", |
| 3952 | "generic-array", |
| 3953 | "getrandom 0.2.17", |
| 3954 | "hex-literal", |
| 3955 | "hmac", |
| 3956 | "home", |
| 3957 | "inout", |
| 3958 | "internal-russh-forked-ssh-key", |
| 3959 | "log", |
| 3960 | "md5", |
| 3961 | "num-bigint", |
| 3962 | "once_cell", |
| 3963 | "p256", |
| 3964 | "p384", |
| 3965 | "p521", |
| 3966 | "pageant", |
| 3967 | "pbkdf2", |
| 3968 | "pkcs1", |
| 3969 | "pkcs5", |
| 3970 | "pkcs8", |
| 3971 | "poly1305", |
| 3972 | "rand 0.8.7", |
| 3973 | "rand_core 0.6.4", |
| 3974 | "rsa", |
| 3975 | "russh-cryptovec", |
| 3976 | "russh-util", |
| 3977 | "sec1", |
| 3978 | "sha1", |
| 3979 | "sha2", |
| 3980 | "signature", |
| 3981 | "spki", |
| 3982 | "ssh-encoding", |
| 3983 | "subtle", |
| 3984 | "thiserror 1.0.69", |
| 3985 | "tokio", |
| 3986 | "typenum", |
| 3987 | "zeroize", |
| 3988 | ] |
| 3989 | |
| 3990 | [[package]] |
| 3991 | name = "russh-cryptovec" |
| 3992 | version = "0.51.1" |
| 3993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3994 | checksum = "5b722480e7117893a8a14ba22298dca3387b24fa1c40eb06f3105b82875c7497" |
| 3995 | dependencies = [ |
| 3996 | "libc", |
| 3997 | "log", |
| 3998 | "nix", |
| 3999 | "ssh-encoding", |
| 4000 | "winapi", |
| 4001 | ] |
| 4002 | |
| 4003 | [[package]] |
| 4004 | name = "russh-util" |
| 4005 | version = "0.51.0" |
| 4006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4007 | checksum = "c0c3f1ba8f8ccbe1af83c1a5dc325ecb0b6e176d1444c241c1d684ab216d1b24" |
| 4008 | dependencies = [ |
| 4009 | "chrono", |
| 4010 | "tokio", |
| 4011 | "wasm-bindgen", |
| 4012 | "wasm-bindgen-futures", |
| 4013 | ] |
| 4014 | |
| 4015 | [[package]] |
| 4016 | name = "rustc-hash" |
| 4017 | version = "2.1.3" |
| 4018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4019 | checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| 4020 | |
| 4021 | [[package]] |
| 4022 | name = "rustc_version" |
| 4023 | version = "0.4.1" |
| 4024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4025 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 4026 | dependencies = [ |
| 4027 | "semver", |
| 4028 | ] |
| 4029 | |
| 4030 | [[package]] |
| 4031 | name = "rustix" |
| 4032 | version = "0.38.44" |
| 4033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4034 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 4035 | dependencies = [ |
| 4036 | "bitflags 2.13.1", |
| 4037 | "errno", |
| 4038 | "libc", |
| 4039 | "linux-raw-sys 0.4.15", |
| 4040 | "windows-sys 0.52.0", |
| 4041 | ] |
| 4042 | |
| 4043 | [[package]] |
| 4044 | name = "rustix" |
| 4045 | version = "1.1.4" |
| 4046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4047 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 4048 | dependencies = [ |
| 4049 | "bitflags 2.13.1", |
| 4050 | "errno", |
| 4051 | "libc", |
| 4052 | "linux-raw-sys 0.12.1", |
| 4053 | "windows-sys 0.61.2", |
| 4054 | ] |
| 4055 | |
| 4056 | [[package]] |
| 4057 | name = "rustls" |
| 4058 | version = "0.23.43" |
| 4059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4060 | checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" |
| 4061 | dependencies = [ |
| 4062 | "aws-lc-rs", |
| 4063 | "once_cell", |
| 4064 | "ring", |
| 4065 | "rustls-pki-types", |
| 4066 | "rustls-webpki", |
| 4067 | "subtle", |
| 4068 | "zeroize", |
| 4069 | ] |
| 4070 | |
| 4071 | [[package]] |
| 4072 | name = "rustls-pki-types" |
| 4073 | version = "1.15.1" |
| 4074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4075 | checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" |
| 4076 | dependencies = [ |
| 4077 | "web-time", |
| 4078 | "zeroize", |
| 4079 | ] |
| 4080 | |
| 4081 | [[package]] |
| 4082 | name = "rustls-webpki" |
| 4083 | version = "0.103.13" |
| 4084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4085 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 4086 | dependencies = [ |
| 4087 | "aws-lc-rs", |
| 4088 | "ring", |
| 4089 | "rustls-pki-types", |
| 4090 | "untrusted", |
| 4091 | ] |
| 4092 | |
| 4093 | [[package]] |
| 4094 | name = "rustversion" |
| 4095 | version = "1.0.23" |
| 4096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4097 | checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 4098 | |
| 4099 | [[package]] |
| 4100 | name = "ryu" |
| 4101 | version = "1.0.23" |
| 4102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4103 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 4104 | |
| 4105 | [[package]] |
| 4106 | name = "salsa20" |
| 4107 | version = "0.10.2" |
| 4108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4109 | checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" |
| 4110 | dependencies = [ |
| 4111 | "cipher", |
| 4112 | ] |
| 4113 | |
| 4114 | [[package]] |
| 4115 | name = "same-file" |
| 4116 | version = "1.0.6" |
| 4117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4118 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 4119 | dependencies = [ |
| 4120 | "winapi-util", |
| 4121 | ] |
| 4122 | |
| 4123 | [[package]] |
| 4124 | name = "schemars" |
| 4125 | version = "0.9.0" |
| 4126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4127 | checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| 4128 | dependencies = [ |
| 4129 | "dyn-clone", |
| 4130 | "ref-cast", |
| 4131 | "serde", |
| 4132 | "serde_json", |
| 4133 | ] |
| 4134 | |
| 4135 | [[package]] |
| 4136 | name = "schemars" |
| 4137 | version = "1.2.2" |
| 4138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4139 | checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a" |
| 4140 | dependencies = [ |
| 4141 | "dyn-clone", |
| 4142 | "ref-cast", |
| 4143 | "serde", |
| 4144 | "serde_json", |
| 4145 | ] |
| 4146 | |
| 4147 | [[package]] |
| 4148 | name = "scopeguard" |
| 4149 | version = "1.2.0" |
| 4150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4151 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 4152 | |
| 4153 | [[package]] |
| 4154 | name = "scrypt" |
| 4155 | version = "0.11.0" |
| 4156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4157 | checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" |
| 4158 | dependencies = [ |
| 4159 | "pbkdf2", |
| 4160 | "salsa20", |
| 4161 | "sha2", |
| 4162 | ] |
| 4163 | |
| 4164 | [[package]] |
| 4165 | name = "sec1" |
| 4166 | version = "0.7.3" |
| 4167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4168 | checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
| 4169 | dependencies = [ |
| 4170 | "base16ct", |
| 4171 | "der", |
| 4172 | "generic-array", |
| 4173 | "pkcs8", |
| 4174 | "subtle", |
| 4175 | "zeroize", |
| 4176 | ] |
| 4177 | |
| 4178 | [[package]] |
| 4179 | name = "semver" |
| 4180 | version = "1.0.28" |
| 4181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4182 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 4183 | |
| 4184 | [[package]] |
| 4185 | name = "serde" |
| 4186 | version = "1.0.229" |
| 4187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4188 | checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| 4189 | dependencies = [ |
| 4190 | "serde_core", |
| 4191 | "serde_derive", |
| 4192 | ] |
| 4193 | |
| 4194 | [[package]] |
| 4195 | name = "serde-value" |
| 4196 | version = "0.7.0" |
| 4197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4198 | checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| 4199 | dependencies = [ |
| 4200 | "ordered-float", |
| 4201 | "serde", |
| 4202 | ] |
| 4203 | |
| 4204 | [[package]] |
| 4205 | name = "serde_core" |
| 4206 | version = "1.0.229" |
| 4207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4208 | checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| 4209 | dependencies = [ |
| 4210 | "serde_derive", |
| 4211 | ] |
| 4212 | |
| 4213 | [[package]] |
| 4214 | name = "serde_derive" |
| 4215 | version = "1.0.229" |
| 4216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4217 | checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| 4218 | dependencies = [ |
| 4219 | "proc-macro2", |
| 4220 | "quote", |
| 4221 | "syn 3.0.3", |
| 4222 | ] |
| 4223 | |
| 4224 | [[package]] |
| 4225 | name = "serde_json" |
| 4226 | version = "1.0.151" |
| 4227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4228 | checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| 4229 | dependencies = [ |
| 4230 | "indexmap 2.14.0", |
| 4231 | "itoa", |
| 4232 | "memchr", |
| 4233 | "serde", |
| 4234 | "serde_core", |
| 4235 | "zmij", |
| 4236 | ] |
| 4237 | |
| 4238 | [[package]] |
| 4239 | name = "serde_path_to_error" |
| 4240 | version = "0.1.20" |
| 4241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4242 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 4243 | dependencies = [ |
| 4244 | "itoa", |
| 4245 | "serde", |
| 4246 | "serde_core", |
| 4247 | ] |
| 4248 | |
| 4249 | [[package]] |
| 4250 | name = "serde_plain" |
| 4251 | version = "1.0.2" |
| 4252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4253 | checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50" |
| 4254 | dependencies = [ |
| 4255 | "serde", |
| 4256 | ] |
| 4257 | |
| 4258 | [[package]] |
| 4259 | name = "serde_urlencoded" |
| 4260 | version = "0.7.1" |
| 4261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4262 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 4263 | dependencies = [ |
| 4264 | "form_urlencoded", |
| 4265 | "itoa", |
| 4266 | "ryu", |
| 4267 | "serde", |
| 4268 | ] |
| 4269 | |
| 4270 | [[package]] |
| 4271 | name = "serde_with" |
| 4272 | version = "3.21.0" |
| 4273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4274 | checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" |
| 4275 | dependencies = [ |
| 4276 | "base64 0.22.1", |
| 4277 | "bs58", |
| 4278 | "chrono", |
| 4279 | "hex", |
| 4280 | "indexmap 1.9.3", |
| 4281 | "indexmap 2.14.0", |
| 4282 | "schemars 0.9.0", |
| 4283 | "schemars 1.2.2", |
| 4284 | "serde_core", |
| 4285 | "serde_json", |
| 4286 | "serde_with_macros", |
| 4287 | "time", |
| 4288 | ] |
| 4289 | |
| 4290 | [[package]] |
| 4291 | name = "serde_with_macros" |
| 4292 | version = "3.21.0" |
| 4293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4294 | checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" |
| 4295 | dependencies = [ |
| 4296 | "darling", |
| 4297 | "proc-macro2", |
| 4298 | "quote", |
| 4299 | "syn 2.0.119", |
| 4300 | ] |
| 4301 | |
| 4302 | [[package]] |
| 4303 | name = "sha1" |
| 4304 | version = "0.10.7" |
| 4305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4306 | checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8" |
| 4307 | dependencies = [ |
| 4308 | "cfg-if", |
| 4309 | "cpufeatures 0.2.17", |
| 4310 | "digest", |
| 4311 | ] |
| 4312 | |
| 4313 | [[package]] |
| 4314 | name = "sha1_smol" |
| 4315 | version = "1.0.1" |
| 4316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4317 | checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" |
| 4318 | |
| 4319 | [[package]] |
| 4320 | name = "sha2" |
| 4321 | version = "0.10.9" |
| 4322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4323 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 4324 | dependencies = [ |
| 4325 | "cfg-if", |
| 4326 | "cpufeatures 0.2.17", |
| 4327 | "digest", |
| 4328 | ] |
| 4329 | |
| 4330 | [[package]] |
| 4331 | name = "sharded-slab" |
| 4332 | version = "0.1.7" |
| 4333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4334 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 4335 | dependencies = [ |
| 4336 | "lazy_static", |
| 4337 | ] |
| 4338 | |
| 4339 | [[package]] |
| 4340 | name = "shell-words" |
| 4341 | version = "1.1.1" |
| 4342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4343 | checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" |
| 4344 | |
| 4345 | [[package]] |
| 4346 | name = "shlex" |
| 4347 | version = "2.0.1" |
| 4348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4349 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 4350 | |
| 4351 | [[package]] |
| 4352 | name = "signal-hook-registry" |
| 4353 | version = "1.4.8" |
| 4354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4355 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 4356 | dependencies = [ |
| 4357 | "errno", |
| 4358 | "libc", |
| 4359 | ] |
| 4360 | |
| 4361 | [[package]] |
| 4362 | name = "signature" |
| 4363 | version = "2.2.0" |
| 4364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4365 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 4366 | dependencies = [ |
| 4367 | "digest", |
| 4368 | "rand_core 0.6.4", |
| 4369 | ] |
| 4370 | |
| 4371 | [[package]] |
| 4372 | name = "simd-adler32" |
| 4373 | version = "0.3.10" |
| 4374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4375 | checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" |
| 4376 | |
| 4377 | [[package]] |
| 4378 | name = "similar" |
| 4379 | version = "2.7.0" |
| 4380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4381 | checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" |
| 4382 | |
| 4383 | [[package]] |
| 4384 | name = "siphasher" |
| 4385 | version = "1.0.3" |
| 4386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4387 | checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| 4388 | |
| 4389 | [[package]] |
| 4390 | name = "slab" |
| 4391 | version = "0.4.12" |
| 4392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4393 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 4394 | |
| 4395 | [[package]] |
| 4396 | name = "slug" |
| 4397 | version = "0.1.6" |
| 4398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4399 | checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" |
| 4400 | dependencies = [ |
| 4401 | "deunicode", |
| 4402 | "wasm-bindgen", |
| 4403 | ] |
| 4404 | |
| 4405 | [[package]] |
| 4406 | name = "smallvec" |
| 4407 | version = "1.15.2" |
| 4408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4409 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 4410 | dependencies = [ |
| 4411 | "serde", |
| 4412 | ] |
| 4413 | |
| 4414 | [[package]] |
| 4415 | name = "socket2" |
| 4416 | version = "0.6.5" |
| 4417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4418 | checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| 4419 | dependencies = [ |
| 4420 | "libc", |
| 4421 | "windows-sys 0.61.2", |
| 4422 | ] |
| 4423 | |
| 4424 | [[package]] |
| 4425 | name = "spin" |
| 4426 | version = "0.9.9" |
| 4427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4428 | checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e" |
| 4429 | dependencies = [ |
| 4430 | "lock_api", |
| 4431 | ] |
| 4432 | |
| 4433 | [[package]] |
| 4434 | name = "spki" |
| 4435 | version = "0.7.3" |
| 4436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4437 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 4438 | dependencies = [ |
| 4439 | "base64ct", |
| 4440 | "der", |
| 4441 | ] |
| 4442 | |
| 4443 | [[package]] |
| 4444 | name = "sqlx" |
| 4445 | version = "0.8.6" |
| 4446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4447 | checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 4448 | dependencies = [ |
| 4449 | "sqlx-core", |
| 4450 | "sqlx-macros", |
| 4451 | "sqlx-mysql", |
| 4452 | "sqlx-postgres", |
| 4453 | "sqlx-sqlite", |
| 4454 | ] |
| 4455 | |
| 4456 | [[package]] |
| 4457 | name = "sqlx-core" |
| 4458 | version = "0.8.6" |
| 4459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4460 | checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 4461 | dependencies = [ |
| 4462 | "base64 0.22.1", |
| 4463 | "bytes", |
| 4464 | "chrono", |
| 4465 | "crc", |
| 4466 | "crossbeam-queue", |
| 4467 | "either", |
| 4468 | "event-listener", |
| 4469 | "futures-core", |
| 4470 | "futures-intrusive", |
| 4471 | "futures-io", |
| 4472 | "futures-util", |
| 4473 | "hashbrown 0.15.5", |
| 4474 | "hashlink", |
| 4475 | "indexmap 2.14.0", |
| 4476 | "ipnetwork", |
| 4477 | "log", |
| 4478 | "memchr", |
| 4479 | "once_cell", |
| 4480 | "percent-encoding", |
| 4481 | "rustls", |
| 4482 | "serde", |
| 4483 | "serde_json", |
| 4484 | "sha2", |
| 4485 | "smallvec", |
| 4486 | "thiserror 2.0.19", |
| 4487 | "tokio", |
| 4488 | "tokio-stream", |
| 4489 | "tracing", |
| 4490 | "url", |
| 4491 | "uuid", |
| 4492 | "webpki-roots 0.26.11", |
| 4493 | ] |
| 4494 | |
| 4495 | [[package]] |
| 4496 | name = "sqlx-macros" |
| 4497 | version = "0.8.6" |
| 4498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4499 | checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 4500 | dependencies = [ |
| 4501 | "proc-macro2", |
| 4502 | "quote", |
| 4503 | "sqlx-core", |
| 4504 | "sqlx-macros-core", |
| 4505 | "syn 2.0.119", |
| 4506 | ] |
| 4507 | |
| 4508 | [[package]] |
| 4509 | name = "sqlx-macros-core" |
| 4510 | version = "0.8.6" |
| 4511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4512 | checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 4513 | dependencies = [ |
| 4514 | "dotenvy", |
| 4515 | "either", |
| 4516 | "heck", |
| 4517 | "hex", |
| 4518 | "once_cell", |
| 4519 | "proc-macro2", |
| 4520 | "quote", |
| 4521 | "serde", |
| 4522 | "serde_json", |
| 4523 | "sha2", |
| 4524 | "sqlx-core", |
| 4525 | "sqlx-mysql", |
| 4526 | "sqlx-postgres", |
| 4527 | "sqlx-sqlite", |
| 4528 | "syn 2.0.119", |
| 4529 | "tokio", |
| 4530 | "url", |
| 4531 | ] |
| 4532 | |
| 4533 | [[package]] |
| 4534 | name = "sqlx-mysql" |
| 4535 | version = "0.8.6" |
| 4536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4537 | checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 4538 | dependencies = [ |
| 4539 | "atoi", |
| 4540 | "base64 0.22.1", |
| 4541 | "bitflags 2.13.1", |
| 4542 | "byteorder", |
| 4543 | "bytes", |
| 4544 | "chrono", |
| 4545 | "crc", |
| 4546 | "digest", |
| 4547 | "dotenvy", |
| 4548 | "either", |
| 4549 | "futures-channel", |
| 4550 | "futures-core", |
| 4551 | "futures-io", |
| 4552 | "futures-util", |
| 4553 | "generic-array", |
| 4554 | "hex", |
| 4555 | "hkdf", |
| 4556 | "hmac", |
| 4557 | "itoa", |
| 4558 | "log", |
| 4559 | "md-5", |
| 4560 | "memchr", |
| 4561 | "once_cell", |
| 4562 | "percent-encoding", |
| 4563 | "rand 0.8.7", |
| 4564 | "rsa", |
| 4565 | "serde", |
| 4566 | "sha1", |
| 4567 | "sha2", |
| 4568 | "smallvec", |
| 4569 | "sqlx-core", |
| 4570 | "stringprep", |
| 4571 | "thiserror 2.0.19", |
| 4572 | "tracing", |
| 4573 | "uuid", |
| 4574 | "whoami", |
| 4575 | ] |
| 4576 | |
| 4577 | [[package]] |
| 4578 | name = "sqlx-postgres" |
| 4579 | version = "0.8.6" |
| 4580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4581 | checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 4582 | dependencies = [ |
| 4583 | "atoi", |
| 4584 | "base64 0.22.1", |
| 4585 | "bitflags 2.13.1", |
| 4586 | "byteorder", |
| 4587 | "chrono", |
| 4588 | "crc", |
| 4589 | "dotenvy", |
| 4590 | "etcetera", |
| 4591 | "futures-channel", |
| 4592 | "futures-core", |
| 4593 | "futures-util", |
| 4594 | "hex", |
| 4595 | "hkdf", |
| 4596 | "hmac", |
| 4597 | "home", |
| 4598 | "ipnetwork", |
| 4599 | "itoa", |
| 4600 | "log", |
| 4601 | "md-5", |
| 4602 | "memchr", |
| 4603 | "once_cell", |
| 4604 | "rand 0.8.7", |
| 4605 | "serde", |
| 4606 | "serde_json", |
| 4607 | "sha2", |
| 4608 | "smallvec", |
| 4609 | "sqlx-core", |
| 4610 | "stringprep", |
| 4611 | "thiserror 2.0.19", |
| 4612 | "tracing", |
| 4613 | "uuid", |
| 4614 | "whoami", |
| 4615 | ] |
| 4616 | |
| 4617 | [[package]] |
| 4618 | name = "sqlx-sqlite" |
| 4619 | version = "0.8.6" |
| 4620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4621 | checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 4622 | dependencies = [ |
| 4623 | "atoi", |
| 4624 | "chrono", |
| 4625 | "flume", |
| 4626 | "futures-channel", |
| 4627 | "futures-core", |
| 4628 | "futures-executor", |
| 4629 | "futures-intrusive", |
| 4630 | "futures-util", |
| 4631 | "libsqlite3-sys", |
| 4632 | "log", |
| 4633 | "percent-encoding", |
| 4634 | "serde", |
| 4635 | "serde_urlencoded", |
| 4636 | "sqlx-core", |
| 4637 | "thiserror 2.0.19", |
| 4638 | "tracing", |
| 4639 | "url", |
| 4640 | "uuid", |
| 4641 | ] |
| 4642 | |
| 4643 | [[package]] |
| 4644 | name = "ssh-cipher" |
| 4645 | version = "0.2.0" |
| 4646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4647 | checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f" |
| 4648 | dependencies = [ |
| 4649 | "aes", |
| 4650 | "aes-gcm", |
| 4651 | "cbc", |
| 4652 | "chacha20 0.9.1", |
| 4653 | "cipher", |
| 4654 | "ctr", |
| 4655 | "poly1305", |
| 4656 | "ssh-encoding", |
| 4657 | "subtle", |
| 4658 | ] |
| 4659 | |
| 4660 | [[package]] |
| 4661 | name = "ssh-encoding" |
| 4662 | version = "0.2.0" |
| 4663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4664 | checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15" |
| 4665 | dependencies = [ |
| 4666 | "base64ct", |
| 4667 | "bytes", |
| 4668 | "pem-rfc7468", |
| 4669 | "sha2", |
| 4670 | ] |
| 4671 | |
| 4672 | [[package]] |
| 4673 | name = "ssh-key" |
| 4674 | version = "0.6.7" |
| 4675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4676 | checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3" |
| 4677 | dependencies = [ |
| 4678 | "ed25519-dalek", |
| 4679 | "num-bigint-dig", |
| 4680 | "p256", |
| 4681 | "p384", |
| 4682 | "p521", |
| 4683 | "rand_core 0.6.4", |
| 4684 | "rsa", |
| 4685 | "sec1", |
| 4686 | "sha2", |
| 4687 | "signature", |
| 4688 | "ssh-cipher", |
| 4689 | "ssh-encoding", |
| 4690 | "subtle", |
| 4691 | "zeroize", |
| 4692 | ] |
| 4693 | |
| 4694 | [[package]] |
| 4695 | name = "stable_deref_trait" |
| 4696 | version = "1.2.1" |
| 4697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4698 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 4699 | |
| 4700 | [[package]] |
| 4701 | name = "static_assertions" |
| 4702 | version = "1.1.0" |
| 4703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4704 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4705 | |
| 4706 | [[package]] |
| 4707 | name = "streaming-iterator" |
| 4708 | version = "0.1.9" |
| 4709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4710 | checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" |
| 4711 | |
| 4712 | [[package]] |
| 4713 | name = "string_cache" |
| 4714 | version = "0.9.0" |
| 4715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4716 | checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" |
| 4717 | dependencies = [ |
| 4718 | "new_debug_unreachable", |
| 4719 | "parking_lot", |
| 4720 | "phf_shared", |
| 4721 | "precomputed-hash", |
| 4722 | ] |
| 4723 | |
| 4724 | [[package]] |
| 4725 | name = "string_cache_codegen" |
| 4726 | version = "0.6.1" |
| 4727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4728 | checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" |
| 4729 | dependencies = [ |
| 4730 | "phf_generator", |
| 4731 | "phf_shared", |
| 4732 | "proc-macro2", |
| 4733 | "quote", |
| 4734 | ] |
| 4735 | |
| 4736 | [[package]] |
| 4737 | name = "stringprep" |
| 4738 | version = "0.1.5" |
| 4739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4740 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 4741 | dependencies = [ |
| 4742 | "unicode-bidi", |
| 4743 | "unicode-normalization", |
| 4744 | "unicode-properties", |
| 4745 | ] |
| 4746 | |
| 4747 | [[package]] |
| 4748 | name = "strsim" |
| 4749 | version = "0.11.1" |
| 4750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4751 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 4752 | |
| 4753 | [[package]] |
| 4754 | name = "subtle" |
| 4755 | version = "2.6.1" |
| 4756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4757 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 4758 | |
| 4759 | [[package]] |
| 4760 | name = "syn" |
| 4761 | version = "2.0.119" |
| 4762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4763 | checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 4764 | dependencies = [ |
| 4765 | "proc-macro2", |
| 4766 | "quote", |
| 4767 | "unicode-ident", |
| 4768 | ] |
| 4769 | |
| 4770 | [[package]] |
| 4771 | name = "syn" |
| 4772 | version = "3.0.3" |
| 4773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4774 | checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" |
| 4775 | dependencies = [ |
| 4776 | "proc-macro2", |
| 4777 | "quote", |
| 4778 | "unicode-ident", |
| 4779 | ] |
| 4780 | |
| 4781 | [[package]] |
| 4782 | name = "sync_wrapper" |
| 4783 | version = "1.0.2" |
| 4784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4785 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 4786 | dependencies = [ |
| 4787 | "futures-core", |
| 4788 | ] |
| 4789 | |
| 4790 | [[package]] |
| 4791 | name = "synstructure" |
| 4792 | version = "0.13.2" |
| 4793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4794 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 4795 | dependencies = [ |
| 4796 | "proc-macro2", |
| 4797 | "quote", |
| 4798 | "syn 2.0.119", |
| 4799 | ] |
| 4800 | |
| 4801 | [[package]] |
| 4802 | name = "syntect" |
| 4803 | version = "5.3.0" |
| 4804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4805 | checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" |
| 4806 | dependencies = [ |
| 4807 | "bincode", |
| 4808 | "fancy-regex", |
| 4809 | "flate2", |
| 4810 | "fnv", |
| 4811 | "once_cell", |
| 4812 | "onig", |
| 4813 | "plist", |
| 4814 | "regex-syntax", |
| 4815 | "serde", |
| 4816 | "serde_derive", |
| 4817 | "serde_json", |
| 4818 | "thiserror 2.0.19", |
| 4819 | "walkdir", |
| 4820 | "yaml-rust", |
| 4821 | ] |
| 4822 | |
| 4823 | [[package]] |
| 4824 | name = "tempfile" |
| 4825 | version = "3.27.0" |
| 4826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4827 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 4828 | dependencies = [ |
| 4829 | "fastrand", |
| 4830 | "getrandom 0.4.3", |
| 4831 | "once_cell", |
| 4832 | "rustix 1.1.4", |
| 4833 | "windows-sys 0.61.2", |
| 4834 | ] |
| 4835 | |
| 4836 | [[package]] |
| 4837 | name = "tendril" |
| 4838 | version = "0.5.1" |
| 4839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4840 | checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08" |
| 4841 | dependencies = [ |
| 4842 | "new_debug_unreachable", |
| 4843 | ] |
| 4844 | |
| 4845 | [[package]] |
| 4846 | name = "terminal_size" |
| 4847 | version = "0.4.4" |
| 4848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4849 | checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" |
| 4850 | dependencies = [ |
| 4851 | "rustix 1.1.4", |
| 4852 | "windows-sys 0.61.2", |
| 4853 | ] |
| 4854 | |
| 4855 | [[package]] |
| 4856 | name = "thiserror" |
| 4857 | version = "1.0.69" |
| 4858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4859 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 4860 | dependencies = [ |
| 4861 | "thiserror-impl 1.0.69", |
| 4862 | ] |
| 4863 | |
| 4864 | [[package]] |
| 4865 | name = "thiserror" |
| 4866 | version = "2.0.19" |
| 4867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4868 | checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" |
| 4869 | dependencies = [ |
| 4870 | "thiserror-impl 2.0.19", |
| 4871 | ] |
| 4872 | |
| 4873 | [[package]] |
| 4874 | name = "thiserror-impl" |
| 4875 | version = "1.0.69" |
| 4876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4877 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 4878 | dependencies = [ |
| 4879 | "proc-macro2", |
| 4880 | "quote", |
| 4881 | "syn 2.0.119", |
| 4882 | ] |
| 4883 | |
| 4884 | [[package]] |
| 4885 | name = "thiserror-impl" |
| 4886 | version = "2.0.19" |
| 4887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4888 | checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" |
| 4889 | dependencies = [ |
| 4890 | "proc-macro2", |
| 4891 | "quote", |
| 4892 | "syn 3.0.3", |
| 4893 | ] |
| 4894 | |
| 4895 | [[package]] |
| 4896 | name = "thread_local" |
| 4897 | version = "1.1.10" |
| 4898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4899 | checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" |
| 4900 | dependencies = [ |
| 4901 | "cfg-if", |
| 4902 | ] |
| 4903 | |
| 4904 | [[package]] |
| 4905 | name = "time" |
| 4906 | version = "0.3.54" |
| 4907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4908 | checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244" |
| 4909 | dependencies = [ |
| 4910 | "deranged", |
| 4911 | "num-conv", |
| 4912 | "powerfmt", |
| 4913 | "serde_core", |
| 4914 | "time-core", |
| 4915 | "time-macros", |
| 4916 | ] |
| 4917 | |
| 4918 | [[package]] |
| 4919 | name = "time-core" |
| 4920 | version = "0.1.9" |
| 4921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4922 | checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" |
| 4923 | |
| 4924 | [[package]] |
| 4925 | name = "time-macros" |
| 4926 | version = "0.2.32" |
| 4927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4928 | checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85" |
| 4929 | dependencies = [ |
| 4930 | "num-conv", |
| 4931 | "time-core", |
| 4932 | ] |
| 4933 | |
| 4934 | [[package]] |
| 4935 | name = "tinystr" |
| 4936 | version = "0.8.3" |
| 4937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4938 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 4939 | dependencies = [ |
| 4940 | "displaydoc", |
| 4941 | "zerovec", |
| 4942 | ] |
| 4943 | |
| 4944 | [[package]] |
| 4945 | name = "tinyvec" |
| 4946 | version = "1.12.0" |
| 4947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4948 | checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" |
| 4949 | dependencies = [ |
| 4950 | "tinyvec_macros", |
| 4951 | ] |
| 4952 | |
| 4953 | [[package]] |
| 4954 | name = "tinyvec_macros" |
| 4955 | version = "0.1.1" |
| 4956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4957 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 4958 | |
| 4959 | [[package]] |
| 4960 | name = "tokio" |
| 4961 | version = "1.53.1" |
| 4962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4963 | checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" |
| 4964 | dependencies = [ |
| 4965 | "bytes", |
| 4966 | "libc", |
| 4967 | "mio", |
| 4968 | "pin-project-lite", |
| 4969 | "signal-hook-registry", |
| 4970 | "socket2", |
| 4971 | "tokio-macros", |
| 4972 | "windows-sys 0.61.2", |
| 4973 | ] |
| 4974 | |
| 4975 | [[package]] |
| 4976 | name = "tokio-macros" |
| 4977 | version = "2.7.2" |
| 4978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4979 | checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" |
| 4980 | dependencies = [ |
| 4981 | "proc-macro2", |
| 4982 | "quote", |
| 4983 | "syn 3.0.3", |
| 4984 | ] |
| 4985 | |
| 4986 | [[package]] |
| 4987 | name = "tokio-rustls" |
| 4988 | version = "0.26.4" |
| 4989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4990 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 4991 | dependencies = [ |
| 4992 | "rustls", |
| 4993 | "tokio", |
| 4994 | ] |
| 4995 | |
| 4996 | [[package]] |
| 4997 | name = "tokio-stream" |
| 4998 | version = "0.1.19" |
| 4999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5000 | checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b" |
| 5001 | dependencies = [ |
| 5002 | "futures-core", |
| 5003 | "pin-project-lite", |
| 5004 | "tokio", |
| 5005 | ] |
| 5006 | |
| 5007 | [[package]] |
| 5008 | name = "tokio-util" |
| 5009 | version = "0.7.19" |
| 5010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5011 | checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" |
| 5012 | dependencies = [ |
| 5013 | "bytes", |
| 5014 | "futures-core", |
| 5015 | "futures-sink", |
| 5016 | "libc", |
| 5017 | "pin-project-lite", |
| 5018 | "tokio", |
| 5019 | ] |
| 5020 | |
| 5021 | [[package]] |
| 5022 | name = "tower" |
| 5023 | version = "0.5.3" |
| 5024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5025 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 5026 | dependencies = [ |
| 5027 | "futures-core", |
| 5028 | "futures-util", |
| 5029 | "pin-project-lite", |
| 5030 | "sync_wrapper", |
| 5031 | "tokio", |
| 5032 | "tokio-util", |
| 5033 | "tower-layer", |
| 5034 | "tower-service", |
| 5035 | "tracing", |
| 5036 | ] |
| 5037 | |
| 5038 | [[package]] |
| 5039 | name = "tower-http" |
| 5040 | version = "0.6.11" |
| 5041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5042 | checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 5043 | dependencies = [ |
| 5044 | "async-compression", |
| 5045 | "bitflags 2.13.1", |
| 5046 | "bytes", |
| 5047 | "futures-core", |
| 5048 | "futures-util", |
| 5049 | "http", |
| 5050 | "http-body", |
| 5051 | "http-body-util", |
| 5052 | "pin-project-lite", |
| 5053 | "tokio", |
| 5054 | "tokio-util", |
| 5055 | "tower", |
| 5056 | "tower-layer", |
| 5057 | "tower-service", |
| 5058 | "tracing", |
| 5059 | "url", |
| 5060 | ] |
| 5061 | |
| 5062 | [[package]] |
| 5063 | name = "tower-layer" |
| 5064 | version = "0.3.3" |
| 5065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5066 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 5067 | |
| 5068 | [[package]] |
| 5069 | name = "tower-service" |
| 5070 | version = "0.3.3" |
| 5071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5072 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 5073 | |
| 5074 | [[package]] |
| 5075 | name = "tracing" |
| 5076 | version = "0.1.44" |
| 5077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5078 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 5079 | dependencies = [ |
| 5080 | "log", |
| 5081 | "pin-project-lite", |
| 5082 | "tracing-attributes", |
| 5083 | "tracing-core", |
| 5084 | ] |
| 5085 | |
| 5086 | [[package]] |
| 5087 | name = "tracing-attributes" |
| 5088 | version = "0.1.31" |
| 5089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5090 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 5091 | dependencies = [ |
| 5092 | "proc-macro2", |
| 5093 | "quote", |
| 5094 | "syn 2.0.119", |
| 5095 | ] |
| 5096 | |
| 5097 | [[package]] |
| 5098 | name = "tracing-core" |
| 5099 | version = "0.1.36" |
| 5100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5101 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 5102 | dependencies = [ |
| 5103 | "once_cell", |
| 5104 | "valuable", |
| 5105 | ] |
| 5106 | |
| 5107 | [[package]] |
| 5108 | name = "tracing-log" |
| 5109 | version = "0.2.0" |
| 5110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5111 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5112 | dependencies = [ |
| 5113 | "log", |
| 5114 | "once_cell", |
| 5115 | "tracing-core", |
| 5116 | ] |
| 5117 | |
| 5118 | [[package]] |
| 5119 | name = "tracing-serde" |
| 5120 | version = "0.2.0" |
| 5121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5122 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" |
| 5123 | dependencies = [ |
| 5124 | "serde", |
| 5125 | "tracing-core", |
| 5126 | ] |
| 5127 | |
| 5128 | [[package]] |
| 5129 | name = "tracing-subscriber" |
| 5130 | version = "0.3.23" |
| 5131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5132 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 5133 | dependencies = [ |
| 5134 | "matchers", |
| 5135 | "nu-ansi-term", |
| 5136 | "once_cell", |
| 5137 | "regex-automata", |
| 5138 | "serde", |
| 5139 | "serde_json", |
| 5140 | "sharded-slab", |
| 5141 | "smallvec", |
| 5142 | "thread_local", |
| 5143 | "tracing", |
| 5144 | "tracing-core", |
| 5145 | "tracing-log", |
| 5146 | "tracing-serde", |
| 5147 | ] |
| 5148 | |
| 5149 | [[package]] |
| 5150 | name = "tree-sitter" |
| 5151 | version = "0.25.10" |
| 5152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5153 | checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87" |
| 5154 | dependencies = [ |
| 5155 | "cc", |
| 5156 | "regex", |
| 5157 | "regex-syntax", |
| 5158 | "serde_json", |
| 5159 | "streaming-iterator", |
| 5160 | "tree-sitter-language", |
| 5161 | ] |
| 5162 | |
| 5163 | [[package]] |
| 5164 | name = "tree-sitter-bash" |
| 5165 | version = "0.23.3" |
| 5166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5167 | checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e" |
| 5168 | dependencies = [ |
| 5169 | "cc", |
| 5170 | "tree-sitter-language", |
| 5171 | ] |
| 5172 | |
| 5173 | [[package]] |
| 5174 | name = "tree-sitter-c" |
| 5175 | version = "0.23.4" |
| 5176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5177 | checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71" |
| 5178 | dependencies = [ |
| 5179 | "cc", |
| 5180 | "tree-sitter-language", |
| 5181 | ] |
| 5182 | |
| 5183 | [[package]] |
| 5184 | name = "tree-sitter-c-sharp" |
| 5185 | version = "0.23.5" |
| 5186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5187 | checksum = "c1aac67f1ad71de1d6d39708d34811081c26dfa495658de6c14c34200849357c" |
| 5188 | dependencies = [ |
| 5189 | "cc", |
| 5190 | "tree-sitter-language", |
| 5191 | ] |
| 5192 | |
| 5193 | [[package]] |
| 5194 | name = "tree-sitter-cpp" |
| 5195 | version = "0.23.4" |
| 5196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5197 | checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743" |
| 5198 | dependencies = [ |
| 5199 | "cc", |
| 5200 | "tree-sitter-language", |
| 5201 | ] |
| 5202 | |
| 5203 | [[package]] |
| 5204 | name = "tree-sitter-css" |
| 5205 | version = "0.23.2" |
| 5206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5207 | checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e" |
| 5208 | dependencies = [ |
| 5209 | "cc", |
| 5210 | "tree-sitter-language", |
| 5211 | ] |
| 5212 | |
| 5213 | [[package]] |
| 5214 | name = "tree-sitter-elixir" |
| 5215 | version = "0.3.5" |
| 5216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5217 | checksum = "66dd064a762ed95bfc29857fa3cb7403bb1e5cb88112de0f6341b7e47284ba40" |
| 5218 | dependencies = [ |
| 5219 | "cc", |
| 5220 | "tree-sitter-language", |
| 5221 | ] |
| 5222 | |
| 5223 | [[package]] |
| 5224 | name = "tree-sitter-go" |
| 5225 | version = "0.23.4" |
| 5226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5227 | checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431" |
| 5228 | dependencies = [ |
| 5229 | "cc", |
| 5230 | "tree-sitter-language", |
| 5231 | ] |
| 5232 | |
| 5233 | [[package]] |
| 5234 | name = "tree-sitter-haskell" |
| 5235 | version = "0.23.1" |
| 5236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5237 | checksum = "977c51e504548cba13fc27cb5a2edab2124cf6716a1934915d07ab99523b05a4" |
| 5238 | dependencies = [ |
| 5239 | "cc", |
| 5240 | "tree-sitter-language", |
| 5241 | ] |
| 5242 | |
| 5243 | [[package]] |
| 5244 | name = "tree-sitter-highlight" |
| 5245 | version = "0.25.10" |
| 5246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5247 | checksum = "adc5f880ad8d8f94e88cb81c3557024cf1a8b75e3b504c50481ed4f5a6006ff3" |
| 5248 | dependencies = [ |
| 5249 | "regex", |
| 5250 | "streaming-iterator", |
| 5251 | "thiserror 2.0.19", |
| 5252 | "tree-sitter", |
| 5253 | ] |
| 5254 | |
| 5255 | [[package]] |
| 5256 | name = "tree-sitter-html" |
| 5257 | version = "0.23.2" |
| 5258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5259 | checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee" |
| 5260 | dependencies = [ |
| 5261 | "cc", |
| 5262 | "tree-sitter-language", |
| 5263 | ] |
| 5264 | |
| 5265 | [[package]] |
| 5266 | name = "tree-sitter-java" |
| 5267 | version = "0.23.5" |
| 5268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5269 | checksum = "0aa6cbcdc8c679b214e616fd3300da67da0e492e066df01bcf5a5921a71e90d6" |
| 5270 | dependencies = [ |
| 5271 | "cc", |
| 5272 | "tree-sitter-language", |
| 5273 | ] |
| 5274 | |
| 5275 | [[package]] |
| 5276 | name = "tree-sitter-javascript" |
| 5277 | version = "0.23.1" |
| 5278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5279 | checksum = "bf40bf599e0416c16c125c3cec10ee5ddc7d1bb8b0c60fa5c4de249ad34dc1b1" |
| 5280 | dependencies = [ |
| 5281 | "cc", |
| 5282 | "tree-sitter-language", |
| 5283 | ] |
| 5284 | |
| 5285 | [[package]] |
| 5286 | name = "tree-sitter-json" |
| 5287 | version = "0.24.8" |
| 5288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5289 | checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471" |
| 5290 | dependencies = [ |
| 5291 | "cc", |
| 5292 | "tree-sitter-language", |
| 5293 | ] |
| 5294 | |
| 5295 | [[package]] |
| 5296 | name = "tree-sitter-language" |
| 5297 | version = "0.1.7" |
| 5298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5299 | checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782" |
| 5300 | |
| 5301 | [[package]] |
| 5302 | name = "tree-sitter-lua" |
| 5303 | version = "0.2.0" |
| 5304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5305 | checksum = "5cdb9adf0965fec58e7660cbb3a059dbb12ebeec9459e6dcbae3db004739641e" |
| 5306 | dependencies = [ |
| 5307 | "cc", |
| 5308 | "tree-sitter-language", |
| 5309 | ] |
| 5310 | |
| 5311 | [[package]] |
| 5312 | name = "tree-sitter-md" |
| 5313 | version = "0.3.2" |
| 5314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5315 | checksum = "17f968c22a01010b83fc960455ae729db08dbeb6388617d9113897cb9204b030" |
| 5316 | dependencies = [ |
| 5317 | "cc", |
| 5318 | "tree-sitter-language", |
| 5319 | ] |
| 5320 | |
| 5321 | [[package]] |
| 5322 | name = "tree-sitter-nix" |
| 5323 | version = "0.3.0" |
| 5324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5325 | checksum = "4952a9733f3a98f6683a0ccd1035d84ab7a52f7e84eeed58548d86765ad92de3" |
| 5326 | dependencies = [ |
| 5327 | "cc", |
| 5328 | "tree-sitter-language", |
| 5329 | ] |
| 5330 | |
| 5331 | [[package]] |
| 5332 | name = "tree-sitter-php" |
| 5333 | version = "0.23.11" |
| 5334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5335 | checksum = "f066e94e9272cfe4f1dcb07a1c50c66097eca648f2d7233d299c8ae9ed8c130c" |
| 5336 | dependencies = [ |
| 5337 | "cc", |
| 5338 | "tree-sitter-language", |
| 5339 | ] |
| 5340 | |
| 5341 | [[package]] |
| 5342 | name = "tree-sitter-python" |
| 5343 | version = "0.23.6" |
| 5344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5345 | checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04" |
| 5346 | dependencies = [ |
| 5347 | "cc", |
| 5348 | "tree-sitter-language", |
| 5349 | ] |
| 5350 | |
| 5351 | [[package]] |
| 5352 | name = "tree-sitter-ruby" |
| 5353 | version = "0.23.1" |
| 5354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5355 | checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95" |
| 5356 | dependencies = [ |
| 5357 | "cc", |
| 5358 | "tree-sitter-language", |
| 5359 | ] |
| 5360 | |
| 5361 | [[package]] |
| 5362 | name = "tree-sitter-rust" |
| 5363 | version = "0.24.2" |
| 5364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5365 | checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45" |
| 5366 | dependencies = [ |
| 5367 | "cc", |
| 5368 | "tree-sitter-language", |
| 5369 | ] |
| 5370 | |
| 5371 | [[package]] |
| 5372 | name = "tree-sitter-scala" |
| 5373 | version = "0.23.4" |
| 5374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5375 | checksum = "efde5e68b4736e9eac17bfa296c6f104a26bffab363b365eb898c40a63c15d2f" |
| 5376 | dependencies = [ |
| 5377 | "cc", |
| 5378 | "tree-sitter-language", |
| 5379 | ] |
| 5380 | |
| 5381 | [[package]] |
| 5382 | name = "tree-sitter-sequel" |
| 5383 | version = "0.3.11" |
| 5384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5385 | checksum = "9d198ad3c319c02e43c21efa1ec796b837afcb96ffaef1a40c1978fbdcec7d17" |
| 5386 | dependencies = [ |
| 5387 | "cc", |
| 5388 | "tree-sitter-language", |
| 5389 | ] |
| 5390 | |
| 5391 | [[package]] |
| 5392 | name = "tree-sitter-swift" |
| 5393 | version = "0.7.3" |
| 5394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5395 | checksum = "fe36052155b9dd69ca82b3b8f1b4ccfb2d867125ac1a4db1dd7331829242668c" |
| 5396 | dependencies = [ |
| 5397 | "cc", |
| 5398 | "tree-sitter-language", |
| 5399 | ] |
| 5400 | |
| 5401 | [[package]] |
| 5402 | name = "tree-sitter-toml-ng" |
| 5403 | version = "0.7.0" |
| 5404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5405 | checksum = "e9adc2c898ae49730e857d75be403da3f92bb81d8e37a2f918a08dd10de5ebb1" |
| 5406 | dependencies = [ |
| 5407 | "cc", |
| 5408 | "tree-sitter-language", |
| 5409 | ] |
| 5410 | |
| 5411 | [[package]] |
| 5412 | name = "tree-sitter-typescript" |
| 5413 | version = "0.23.2" |
| 5414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5415 | checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff" |
| 5416 | dependencies = [ |
| 5417 | "cc", |
| 5418 | "tree-sitter-language", |
| 5419 | ] |
| 5420 | |
| 5421 | [[package]] |
| 5422 | name = "tree-sitter-yaml" |
| 5423 | version = "0.7.2" |
| 5424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5425 | checksum = "53c223db85f05e34794f065454843b0668ebc15d240ada63e2b5939f43ce7c97" |
| 5426 | dependencies = [ |
| 5427 | "cc", |
| 5428 | "tree-sitter-language", |
| 5429 | ] |
| 5430 | |
| 5431 | [[package]] |
| 5432 | name = "tree-sitter-zig" |
| 5433 | version = "1.1.2" |
| 5434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5435 | checksum = "ab11fc124851b0db4dd5e55983bbd9631192e93238389dcd44521715e5d53e28" |
| 5436 | dependencies = [ |
| 5437 | "cc", |
| 5438 | "tree-sitter-language", |
| 5439 | ] |
| 5440 | |
| 5441 | [[package]] |
| 5442 | name = "try-lock" |
| 5443 | version = "0.2.5" |
| 5444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5445 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 5446 | |
| 5447 | [[package]] |
| 5448 | name = "typed-arena" |
| 5449 | version = "2.0.2" |
| 5450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5451 | checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| 5452 | |
| 5453 | [[package]] |
| 5454 | name = "typenum" |
| 5455 | version = "1.20.1" |
| 5456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5457 | checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| 5458 | |
| 5459 | [[package]] |
| 5460 | name = "uluru" |
| 5461 | version = "3.1.0" |
| 5462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5463 | checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" |
| 5464 | dependencies = [ |
| 5465 | "arrayvec", |
| 5466 | ] |
| 5467 | |
| 5468 | [[package]] |
| 5469 | name = "unicode-bidi" |
| 5470 | version = "0.3.18" |
| 5471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5472 | checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 5473 | |
| 5474 | [[package]] |
| 5475 | name = "unicode-bom" |
| 5476 | version = "2.0.3" |
| 5477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5478 | checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" |
| 5479 | |
| 5480 | [[package]] |
| 5481 | name = "unicode-ident" |
| 5482 | version = "1.0.24" |
| 5483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5484 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 5485 | |
| 5486 | [[package]] |
| 5487 | name = "unicode-normalization" |
| 5488 | version = "0.1.25" |
| 5489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5490 | checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 5491 | dependencies = [ |
| 5492 | "tinyvec", |
| 5493 | ] |
| 5494 | |
| 5495 | [[package]] |
| 5496 | name = "unicode-properties" |
| 5497 | version = "0.1.4" |
| 5498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5499 | checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 5500 | |
| 5501 | [[package]] |
| 5502 | name = "unicode_categories" |
| 5503 | version = "0.1.1" |
| 5504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5505 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
| 5506 | |
| 5507 | [[package]] |
| 5508 | name = "universal-hash" |
| 5509 | version = "0.5.1" |
| 5510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5511 | checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| 5512 | dependencies = [ |
| 5513 | "crypto-common", |
| 5514 | "subtle", |
| 5515 | ] |
| 5516 | |
| 5517 | [[package]] |
| 5518 | name = "untrusted" |
| 5519 | version = "0.9.0" |
| 5520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5521 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 5522 | |
| 5523 | [[package]] |
| 5524 | name = "url" |
| 5525 | version = "2.5.8" |
| 5526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5527 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 5528 | dependencies = [ |
| 5529 | "form_urlencoded", |
| 5530 | "idna", |
| 5531 | "percent-encoding", |
| 5532 | "serde", |
| 5533 | "serde_derive", |
| 5534 | ] |
| 5535 | |
| 5536 | [[package]] |
| 5537 | name = "utf8_iter" |
| 5538 | version = "1.0.4" |
| 5539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5540 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 5541 | |
| 5542 | [[package]] |
| 5543 | name = "utf8parse" |
| 5544 | version = "0.2.2" |
| 5545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5546 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 5547 | |
| 5548 | [[package]] |
| 5549 | name = "uuid" |
| 5550 | version = "1.24.0" |
| 5551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5552 | checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" |
| 5553 | dependencies = [ |
| 5554 | "getrandom 0.4.3", |
| 5555 | "js-sys", |
| 5556 | "serde_core", |
| 5557 | "wasm-bindgen", |
| 5558 | ] |
| 5559 | |
| 5560 | [[package]] |
| 5561 | name = "valuable" |
| 5562 | version = "0.1.1" |
| 5563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5564 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 5565 | |
| 5566 | [[package]] |
| 5567 | name = "vcpkg" |
| 5568 | version = "0.2.15" |
| 5569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5570 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 5571 | |
| 5572 | [[package]] |
| 5573 | name = "version_check" |
| 5574 | version = "0.9.5" |
| 5575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5576 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 5577 | |
| 5578 | [[package]] |
| 5579 | name = "walkdir" |
| 5580 | version = "2.5.0" |
| 5581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5582 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 5583 | dependencies = [ |
| 5584 | "same-file", |
| 5585 | "winapi-util", |
| 5586 | ] |
| 5587 | |
| 5588 | [[package]] |
| 5589 | name = "want" |
| 5590 | version = "0.3.1" |
| 5591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5592 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 5593 | dependencies = [ |
| 5594 | "try-lock", |
| 5595 | ] |
| 5596 | |
| 5597 | [[package]] |
| 5598 | name = "wasi" |
| 5599 | version = "0.11.1+wasi-snapshot-preview1" |
| 5600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5601 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 5602 | |
| 5603 | [[package]] |
| 5604 | name = "wasite" |
| 5605 | version = "0.1.0" |
| 5606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5607 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 5608 | |
| 5609 | [[package]] |
| 5610 | name = "wasm-bindgen" |
| 5611 | version = "0.2.126" |
| 5612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5613 | checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" |
| 5614 | dependencies = [ |
| 5615 | "cfg-if", |
| 5616 | "once_cell", |
| 5617 | "rustversion", |
| 5618 | "wasm-bindgen-macro", |
| 5619 | "wasm-bindgen-shared", |
| 5620 | ] |
| 5621 | |
| 5622 | [[package]] |
| 5623 | name = "wasm-bindgen-futures" |
| 5624 | version = "0.4.76" |
| 5625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5626 | checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" |
| 5627 | dependencies = [ |
| 5628 | "js-sys", |
| 5629 | "wasm-bindgen", |
| 5630 | ] |
| 5631 | |
| 5632 | [[package]] |
| 5633 | name = "wasm-bindgen-macro" |
| 5634 | version = "0.2.126" |
| 5635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5636 | checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" |
| 5637 | dependencies = [ |
| 5638 | "quote", |
| 5639 | "wasm-bindgen-macro-support", |
| 5640 | ] |
| 5641 | |
| 5642 | [[package]] |
| 5643 | name = "wasm-bindgen-macro-support" |
| 5644 | version = "0.2.126" |
| 5645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5646 | checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" |
| 5647 | dependencies = [ |
| 5648 | "bumpalo", |
| 5649 | "proc-macro2", |
| 5650 | "quote", |
| 5651 | "syn 2.0.119", |
| 5652 | "wasm-bindgen-shared", |
| 5653 | ] |
| 5654 | |
| 5655 | [[package]] |
| 5656 | name = "wasm-bindgen-shared" |
| 5657 | version = "0.2.126" |
| 5658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5659 | checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" |
| 5660 | dependencies = [ |
| 5661 | "unicode-ident", |
| 5662 | ] |
| 5663 | |
| 5664 | [[package]] |
| 5665 | name = "web-sys" |
| 5666 | version = "0.3.103" |
| 5667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5668 | checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" |
| 5669 | dependencies = [ |
| 5670 | "js-sys", |
| 5671 | "wasm-bindgen", |
| 5672 | ] |
| 5673 | |
| 5674 | [[package]] |
| 5675 | name = "web-time" |
| 5676 | version = "1.1.0" |
| 5677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5678 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 5679 | dependencies = [ |
| 5680 | "js-sys", |
| 5681 | "wasm-bindgen", |
| 5682 | ] |
| 5683 | |
| 5684 | [[package]] |
| 5685 | name = "web_atoms" |
| 5686 | version = "0.2.5" |
| 5687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5688 | checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297" |
| 5689 | dependencies = [ |
| 5690 | "phf", |
| 5691 | "phf_codegen", |
| 5692 | "string_cache", |
| 5693 | "string_cache_codegen", |
| 5694 | ] |
| 5695 | |
| 5696 | [[package]] |
| 5697 | name = "webpki-roots" |
| 5698 | version = "0.26.11" |
| 5699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5700 | checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" |
| 5701 | dependencies = [ |
| 5702 | "webpki-roots 1.0.9", |
| 5703 | ] |
| 5704 | |
| 5705 | [[package]] |
| 5706 | name = "webpki-roots" |
| 5707 | version = "1.0.9" |
| 5708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5709 | checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a" |
| 5710 | dependencies = [ |
| 5711 | "rustls-pki-types", |
| 5712 | ] |
| 5713 | |
| 5714 | [[package]] |
| 5715 | name = "whoami" |
| 5716 | version = "1.6.1" |
| 5717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5718 | checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 5719 | dependencies = [ |
| 5720 | "libredox", |
| 5721 | "wasite", |
| 5722 | ] |
| 5723 | |
| 5724 | [[package]] |
| 5725 | name = "winapi" |
| 5726 | version = "0.3.9" |
| 5727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5728 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 5729 | dependencies = [ |
| 5730 | "winapi-i686-pc-windows-gnu", |
| 5731 | "winapi-x86_64-pc-windows-gnu", |
| 5732 | ] |
| 5733 | |
| 5734 | [[package]] |
| 5735 | name = "winapi-i686-pc-windows-gnu" |
| 5736 | version = "0.4.0" |
| 5737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5738 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 5739 | |
| 5740 | [[package]] |
| 5741 | name = "winapi-util" |
| 5742 | version = "0.1.11" |
| 5743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5744 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 5745 | dependencies = [ |
| 5746 | "windows-sys 0.61.2", |
| 5747 | ] |
| 5748 | |
| 5749 | [[package]] |
| 5750 | name = "winapi-x86_64-pc-windows-gnu" |
| 5751 | version = "0.4.0" |
| 5752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5753 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 5754 | |
| 5755 | [[package]] |
| 5756 | name = "windows" |
| 5757 | version = "0.58.0" |
| 5758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5759 | checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" |
| 5760 | dependencies = [ |
| 5761 | "windows-core 0.58.0", |
| 5762 | "windows-targets 0.52.6", |
| 5763 | ] |
| 5764 | |
| 5765 | [[package]] |
| 5766 | name = "windows-core" |
| 5767 | version = "0.58.0" |
| 5768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5769 | checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" |
| 5770 | dependencies = [ |
| 5771 | "windows-implement 0.58.0", |
| 5772 | "windows-interface 0.58.0", |
| 5773 | "windows-result 0.2.0", |
| 5774 | "windows-strings 0.1.0", |
| 5775 | "windows-targets 0.52.6", |
| 5776 | ] |
| 5777 | |
| 5778 | [[package]] |
| 5779 | name = "windows-core" |
| 5780 | version = "0.62.2" |
| 5781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5782 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 5783 | dependencies = [ |
| 5784 | "windows-implement 0.60.2", |
| 5785 | "windows-interface 0.59.3", |
| 5786 | "windows-link", |
| 5787 | "windows-result 0.4.1", |
| 5788 | "windows-strings 0.5.1", |
| 5789 | ] |
| 5790 | |
| 5791 | [[package]] |
| 5792 | name = "windows-implement" |
| 5793 | version = "0.58.0" |
| 5794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5795 | checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" |
| 5796 | dependencies = [ |
| 5797 | "proc-macro2", |
| 5798 | "quote", |
| 5799 | "syn 2.0.119", |
| 5800 | ] |
| 5801 | |
| 5802 | [[package]] |
| 5803 | name = "windows-implement" |
| 5804 | version = "0.60.2" |
| 5805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5806 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 5807 | dependencies = [ |
| 5808 | "proc-macro2", |
| 5809 | "quote", |
| 5810 | "syn 2.0.119", |
| 5811 | ] |
| 5812 | |
| 5813 | [[package]] |
| 5814 | name = "windows-interface" |
| 5815 | version = "0.58.0" |
| 5816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5817 | checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" |
| 5818 | dependencies = [ |
| 5819 | "proc-macro2", |
| 5820 | "quote", |
| 5821 | "syn 2.0.119", |
| 5822 | ] |
| 5823 | |
| 5824 | [[package]] |
| 5825 | name = "windows-interface" |
| 5826 | version = "0.59.3" |
| 5827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5828 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 5829 | dependencies = [ |
| 5830 | "proc-macro2", |
| 5831 | "quote", |
| 5832 | "syn 2.0.119", |
| 5833 | ] |
| 5834 | |
| 5835 | [[package]] |
| 5836 | name = "windows-link" |
| 5837 | version = "0.2.1" |
| 5838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5839 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 5840 | |
| 5841 | [[package]] |
| 5842 | name = "windows-result" |
| 5843 | version = "0.2.0" |
| 5844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5845 | checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| 5846 | dependencies = [ |
| 5847 | "windows-targets 0.52.6", |
| 5848 | ] |
| 5849 | |
| 5850 | [[package]] |
| 5851 | name = "windows-result" |
| 5852 | version = "0.4.1" |
| 5853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5854 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 5855 | dependencies = [ |
| 5856 | "windows-link", |
| 5857 | ] |
| 5858 | |
| 5859 | [[package]] |
| 5860 | name = "windows-strings" |
| 5861 | version = "0.1.0" |
| 5862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5863 | checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| 5864 | dependencies = [ |
| 5865 | "windows-result 0.2.0", |
| 5866 | "windows-targets 0.52.6", |
| 5867 | ] |
| 5868 | |
| 5869 | [[package]] |
| 5870 | name = "windows-strings" |
| 5871 | version = "0.5.1" |
| 5872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5873 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 5874 | dependencies = [ |
| 5875 | "windows-link", |
| 5876 | ] |
| 5877 | |
| 5878 | [[package]] |
| 5879 | name = "windows-sys" |
| 5880 | version = "0.48.0" |
| 5881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5882 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 5883 | dependencies = [ |
| 5884 | "windows-targets 0.48.5", |
| 5885 | ] |
| 5886 | |
| 5887 | [[package]] |
| 5888 | name = "windows-sys" |
| 5889 | version = "0.52.0" |
| 5890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5891 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 5892 | dependencies = [ |
| 5893 | "windows-targets 0.52.6", |
| 5894 | ] |
| 5895 | |
| 5896 | [[package]] |
| 5897 | name = "windows-sys" |
| 5898 | version = "0.61.2" |
| 5899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5900 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 5901 | dependencies = [ |
| 5902 | "windows-link", |
| 5903 | ] |
| 5904 | |
| 5905 | [[package]] |
| 5906 | name = "windows-targets" |
| 5907 | version = "0.48.5" |
| 5908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5909 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 5910 | dependencies = [ |
| 5911 | "windows_aarch64_gnullvm 0.48.5", |
| 5912 | "windows_aarch64_msvc 0.48.5", |
| 5913 | "windows_i686_gnu 0.48.5", |
| 5914 | "windows_i686_msvc 0.48.5", |
| 5915 | "windows_x86_64_gnu 0.48.5", |
| 5916 | "windows_x86_64_gnullvm 0.48.5", |
| 5917 | "windows_x86_64_msvc 0.48.5", |
| 5918 | ] |
| 5919 | |
| 5920 | [[package]] |
| 5921 | name = "windows-targets" |
| 5922 | version = "0.52.6" |
| 5923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5924 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 5925 | dependencies = [ |
| 5926 | "windows_aarch64_gnullvm 0.52.6", |
| 5927 | "windows_aarch64_msvc 0.52.6", |
| 5928 | "windows_i686_gnu 0.52.6", |
| 5929 | "windows_i686_gnullvm", |
| 5930 | "windows_i686_msvc 0.52.6", |
| 5931 | "windows_x86_64_gnu 0.52.6", |
| 5932 | "windows_x86_64_gnullvm 0.52.6", |
| 5933 | "windows_x86_64_msvc 0.52.6", |
| 5934 | ] |
| 5935 | |
| 5936 | [[package]] |
| 5937 | name = "windows_aarch64_gnullvm" |
| 5938 | version = "0.48.5" |
| 5939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5940 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 5941 | |
| 5942 | [[package]] |
| 5943 | name = "windows_aarch64_gnullvm" |
| 5944 | version = "0.52.6" |
| 5945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5946 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 5947 | |
| 5948 | [[package]] |
| 5949 | name = "windows_aarch64_msvc" |
| 5950 | version = "0.48.5" |
| 5951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5952 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 5953 | |
| 5954 | [[package]] |
| 5955 | name = "windows_aarch64_msvc" |
| 5956 | version = "0.52.6" |
| 5957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5958 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 5959 | |
| 5960 | [[package]] |
| 5961 | name = "windows_i686_gnu" |
| 5962 | version = "0.48.5" |
| 5963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5964 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 5965 | |
| 5966 | [[package]] |
| 5967 | name = "windows_i686_gnu" |
| 5968 | version = "0.52.6" |
| 5969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5970 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 5971 | |
| 5972 | [[package]] |
| 5973 | name = "windows_i686_gnullvm" |
| 5974 | version = "0.52.6" |
| 5975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5976 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 5977 | |
| 5978 | [[package]] |
| 5979 | name = "windows_i686_msvc" |
| 5980 | version = "0.48.5" |
| 5981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5982 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 5983 | |
| 5984 | [[package]] |
| 5985 | name = "windows_i686_msvc" |
| 5986 | version = "0.52.6" |
| 5987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5988 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 5989 | |
| 5990 | [[package]] |
| 5991 | name = "windows_x86_64_gnu" |
| 5992 | version = "0.48.5" |
| 5993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5994 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 5995 | |
| 5996 | [[package]] |
| 5997 | name = "windows_x86_64_gnu" |
| 5998 | version = "0.52.6" |
| 5999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6000 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 6001 | |
| 6002 | [[package]] |
| 6003 | name = "windows_x86_64_gnullvm" |
| 6004 | version = "0.48.5" |
| 6005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6006 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 6007 | |
| 6008 | [[package]] |
| 6009 | name = "windows_x86_64_gnullvm" |
| 6010 | version = "0.52.6" |
| 6011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6012 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 6013 | |
| 6014 | [[package]] |
| 6015 | name = "windows_x86_64_msvc" |
| 6016 | version = "0.48.5" |
| 6017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6018 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 6019 | |
| 6020 | [[package]] |
| 6021 | name = "windows_x86_64_msvc" |
| 6022 | version = "0.52.6" |
| 6023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6024 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 6025 | |
| 6026 | [[package]] |
| 6027 | name = "winnow" |
| 6028 | version = "0.6.26" |
| 6029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6030 | checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" |
| 6031 | dependencies = [ |
| 6032 | "memchr", |
| 6033 | ] |
| 6034 | |
| 6035 | [[package]] |
| 6036 | name = "writeable" |
| 6037 | version = "0.6.3" |
| 6038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6039 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 6040 | |
| 6041 | [[package]] |
| 6042 | name = "xdg" |
| 6043 | version = "2.5.2" |
| 6044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6045 | checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" |
| 6046 | |
| 6047 | [[package]] |
| 6048 | name = "yaml-rust" |
| 6049 | version = "0.4.5" |
| 6050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6051 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
| 6052 | dependencies = [ |
| 6053 | "linked-hash-map", |
| 6054 | ] |
| 6055 | |
| 6056 | [[package]] |
| 6057 | name = "yoke" |
| 6058 | version = "0.8.3" |
| 6059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6060 | checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 6061 | dependencies = [ |
| 6062 | "stable_deref_trait", |
| 6063 | "yoke-derive", |
| 6064 | "zerofrom", |
| 6065 | ] |
| 6066 | |
| 6067 | [[package]] |
| 6068 | name = "yoke-derive" |
| 6069 | version = "0.8.2" |
| 6070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6071 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 6072 | dependencies = [ |
| 6073 | "proc-macro2", |
| 6074 | "quote", |
| 6075 | "syn 2.0.119", |
| 6076 | "synstructure", |
| 6077 | ] |
| 6078 | |
| 6079 | [[package]] |
| 6080 | name = "zerocopy" |
| 6081 | version = "0.8.55" |
| 6082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6083 | checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb" |
| 6084 | dependencies = [ |
| 6085 | "zerocopy-derive", |
| 6086 | ] |
| 6087 | |
| 6088 | [[package]] |
| 6089 | name = "zerocopy-derive" |
| 6090 | version = "0.8.55" |
| 6091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6092 | checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb" |
| 6093 | dependencies = [ |
| 6094 | "proc-macro2", |
| 6095 | "quote", |
| 6096 | "syn 2.0.119", |
| 6097 | ] |
| 6098 | |
| 6099 | [[package]] |
| 6100 | name = "zerofrom" |
| 6101 | version = "0.1.8" |
| 6102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6103 | checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 6104 | dependencies = [ |
| 6105 | "zerofrom-derive", |
| 6106 | ] |
| 6107 | |
| 6108 | [[package]] |
| 6109 | name = "zerofrom-derive" |
| 6110 | version = "0.1.7" |
| 6111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6112 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 6113 | dependencies = [ |
| 6114 | "proc-macro2", |
| 6115 | "quote", |
| 6116 | "syn 2.0.119", |
| 6117 | "synstructure", |
| 6118 | ] |
| 6119 | |
| 6120 | [[package]] |
| 6121 | name = "zeroize" |
| 6122 | version = "1.9.0" |
| 6123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6124 | checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" |
| 6125 | |
| 6126 | [[package]] |
| 6127 | name = "zerotrie" |
| 6128 | version = "0.2.4" |
| 6129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6130 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 6131 | dependencies = [ |
| 6132 | "displaydoc", |
| 6133 | "yoke", |
| 6134 | "zerofrom", |
| 6135 | ] |
| 6136 | |
| 6137 | [[package]] |
| 6138 | name = "zerovec" |
| 6139 | version = "0.11.6" |
| 6140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6141 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 6142 | dependencies = [ |
| 6143 | "yoke", |
| 6144 | "zerofrom", |
| 6145 | "zerovec-derive", |
| 6146 | ] |
| 6147 | |
| 6148 | [[package]] |
| 6149 | name = "zerovec-derive" |
| 6150 | version = "0.11.3" |
| 6151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6152 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 6153 | dependencies = [ |
| 6154 | "proc-macro2", |
| 6155 | "quote", |
| 6156 | "syn 2.0.119", |
| 6157 | ] |
| 6158 | |
| 6159 | [[package]] |
| 6160 | name = "zmij" |
| 6161 | version = "1.0.23" |
| 6162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6163 | checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
6163 lines · TOML