| 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", |
| 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 | "const-random", |
| 54 | "once_cell", |
| 55 | "version_check", |
| 56 | "zerocopy", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "aho-corasick" |
| 61 | version = "1.1.4" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 64 | dependencies = [ |
| 65 | "memchr", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "allocator-api2" |
| 70 | version = "0.2.21" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 73 | |
| 74 | [[package]] |
| 75 | name = "android_system_properties" |
| 76 | version = "0.1.5" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 79 | dependencies = [ |
| 80 | "libc", |
| 81 | ] |
| 82 | |
| 83 | [[package]] |
| 84 | name = "anstream" |
| 85 | version = "0.6.21" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 88 | dependencies = [ |
| 89 | "anstyle", |
| 90 | "anstyle-parse", |
| 91 | "anstyle-query", |
| 92 | "anstyle-wincon", |
| 93 | "colorchoice", |
| 94 | "is_terminal_polyfill", |
| 95 | "utf8parse", |
| 96 | ] |
| 97 | |
| 98 | [[package]] |
| 99 | name = "anstyle" |
| 100 | version = "1.0.13" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 103 | |
| 104 | [[package]] |
| 105 | name = "anstyle-parse" |
| 106 | version = "0.2.7" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 109 | dependencies = [ |
| 110 | "utf8parse", |
| 111 | ] |
| 112 | |
| 113 | [[package]] |
| 114 | name = "anstyle-query" |
| 115 | version = "1.1.5" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 118 | dependencies = [ |
| 119 | "windows-sys 0.61.2", |
| 120 | ] |
| 121 | |
| 122 | [[package]] |
| 123 | name = "anstyle-wincon" |
| 124 | version = "3.0.11" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 127 | dependencies = [ |
| 128 | "anstyle", |
| 129 | "once_cell_polyfill", |
| 130 | "windows-sys 0.61.2", |
| 131 | ] |
| 132 | |
| 133 | [[package]] |
| 134 | name = "anyhow" |
| 135 | version = "1.0.101" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 138 | |
| 139 | [[package]] |
| 140 | name = "askama" |
| 141 | version = "0.13.1" |
| 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 | checksum = "5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7" |
| 144 | dependencies = [ |
| 145 | "askama_derive", |
| 146 | "itoa", |
| 147 | "percent-encoding", |
| 148 | "serde", |
| 149 | "serde_json", |
| 150 | ] |
| 151 | |
| 152 | [[package]] |
| 153 | name = "askama_derive" |
| 154 | version = "0.13.1" |
| 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac" |
| 157 | dependencies = [ |
| 158 | "askama_parser", |
| 159 | "basic-toml", |
| 160 | "memchr", |
| 161 | "proc-macro2", |
| 162 | "quote", |
| 163 | "rustc-hash", |
| 164 | "serde", |
| 165 | "serde_derive", |
| 166 | "syn", |
| 167 | ] |
| 168 | |
| 169 | [[package]] |
| 170 | name = "askama_parser" |
| 171 | version = "0.13.0" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 | checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f" |
| 174 | dependencies = [ |
| 175 | "memchr", |
| 176 | "serde", |
| 177 | "serde_derive", |
| 178 | "winnow", |
| 179 | ] |
| 180 | |
| 181 | [[package]] |
| 182 | name = "async-trait" |
| 183 | version = "0.1.89" |
| 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 186 | dependencies = [ |
| 187 | "proc-macro2", |
| 188 | "quote", |
| 189 | "syn", |
| 190 | ] |
| 191 | |
| 192 | [[package]] |
| 193 | name = "atoi" |
| 194 | version = "2.0.0" |
| 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 197 | dependencies = [ |
| 198 | "num-traits", |
| 199 | ] |
| 200 | |
| 201 | [[package]] |
| 202 | name = "atomic-waker" |
| 203 | version = "1.1.2" |
| 204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 206 | |
| 207 | [[package]] |
| 208 | name = "autocfg" |
| 209 | version = "1.5.0" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 212 | |
| 213 | [[package]] |
| 214 | name = "axum" |
| 215 | version = "0.7.9" |
| 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 | checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" |
| 218 | dependencies = [ |
| 219 | "async-trait", |
| 220 | "axum-core", |
| 221 | "bytes", |
| 222 | "futures-util", |
| 223 | "http", |
| 224 | "http-body", |
| 225 | "http-body-util", |
| 226 | "hyper", |
| 227 | "hyper-util", |
| 228 | "itoa", |
| 229 | "matchit", |
| 230 | "memchr", |
| 231 | "mime", |
| 232 | "percent-encoding", |
| 233 | "pin-project-lite", |
| 234 | "rustversion", |
| 235 | "serde", |
| 236 | "serde_json", |
| 237 | "serde_path_to_error", |
| 238 | "serde_urlencoded", |
| 239 | "sync_wrapper", |
| 240 | "tokio", |
| 241 | "tower", |
| 242 | "tower-layer", |
| 243 | "tower-service", |
| 244 | "tracing", |
| 245 | ] |
| 246 | |
| 247 | [[package]] |
| 248 | name = "axum-core" |
| 249 | version = "0.4.5" |
| 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" |
| 252 | dependencies = [ |
| 253 | "async-trait", |
| 254 | "bytes", |
| 255 | "futures-util", |
| 256 | "http", |
| 257 | "http-body", |
| 258 | "http-body-util", |
| 259 | "mime", |
| 260 | "pin-project-lite", |
| 261 | "rustversion", |
| 262 | "sync_wrapper", |
| 263 | "tower-layer", |
| 264 | "tower-service", |
| 265 | "tracing", |
| 266 | ] |
| 267 | |
| 268 | [[package]] |
| 269 | name = "base16ct" |
| 270 | version = "0.2.0" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| 273 | |
| 274 | [[package]] |
| 275 | name = "base64" |
| 276 | version = "0.22.1" |
| 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 279 | |
| 280 | [[package]] |
| 281 | name = "base64ct" |
| 282 | version = "1.8.3" |
| 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 285 | |
| 286 | [[package]] |
| 287 | name = "basic-toml" |
| 288 | version = "0.1.10" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 291 | dependencies = [ |
| 292 | "serde", |
| 293 | ] |
| 294 | |
| 295 | [[package]] |
| 296 | name = "bcrypt-pbkdf" |
| 297 | version = "0.10.0" |
| 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 | checksum = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2" |
| 300 | dependencies = [ |
| 301 | "blowfish", |
| 302 | "pbkdf2", |
| 303 | "sha2", |
| 304 | ] |
| 305 | |
| 306 | [[package]] |
| 307 | name = "bitflags" |
| 308 | version = "2.11.0" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 311 | dependencies = [ |
| 312 | "serde_core", |
| 313 | ] |
| 314 | |
| 315 | [[package]] |
| 316 | name = "block-buffer" |
| 317 | version = "0.10.4" |
| 318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 320 | dependencies = [ |
| 321 | "generic-array", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "block-padding" |
| 326 | version = "0.3.3" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 329 | dependencies = [ |
| 330 | "generic-array", |
| 331 | ] |
| 332 | |
| 333 | [[package]] |
| 334 | name = "blowfish" |
| 335 | version = "0.9.1" |
| 336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 337 | checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" |
| 338 | dependencies = [ |
| 339 | "byteorder", |
| 340 | "cipher", |
| 341 | ] |
| 342 | |
| 343 | [[package]] |
| 344 | name = "bumpalo" |
| 345 | version = "3.19.1" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 348 | |
| 349 | [[package]] |
| 350 | name = "byteorder" |
| 351 | version = "1.5.0" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 354 | |
| 355 | [[package]] |
| 356 | name = "bytes" |
| 357 | version = "1.11.1" |
| 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 359 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 360 | |
| 361 | [[package]] |
| 362 | name = "cbc" |
| 363 | version = "0.1.2" |
| 364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 365 | checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| 366 | dependencies = [ |
| 367 | "cipher", |
| 368 | ] |
| 369 | |
| 370 | [[package]] |
| 371 | name = "cc" |
| 372 | version = "1.2.56" |
| 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" |
| 375 | dependencies = [ |
| 376 | "find-msvc-tools", |
| 377 | "shlex", |
| 378 | ] |
| 379 | |
| 380 | [[package]] |
| 381 | name = "cfg-if" |
| 382 | version = "1.0.4" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 385 | |
| 386 | [[package]] |
| 387 | name = "chacha20" |
| 388 | version = "0.9.1" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" |
| 391 | dependencies = [ |
| 392 | "cfg-if", |
| 393 | "cipher", |
| 394 | "cpufeatures", |
| 395 | ] |
| 396 | |
| 397 | [[package]] |
| 398 | name = "chrono" |
| 399 | version = "0.4.43" |
| 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 401 | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" |
| 402 | dependencies = [ |
| 403 | "iana-time-zone", |
| 404 | "js-sys", |
| 405 | "num-traits", |
| 406 | "wasm-bindgen", |
| 407 | "windows-link", |
| 408 | ] |
| 409 | |
| 410 | [[package]] |
| 411 | name = "cipher" |
| 412 | version = "0.4.4" |
| 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 415 | dependencies = [ |
| 416 | "crypto-common", |
| 417 | "inout", |
| 418 | ] |
| 419 | |
| 420 | [[package]] |
| 421 | name = "clap" |
| 422 | version = "4.5.58" |
| 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 | checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" |
| 425 | dependencies = [ |
| 426 | "clap_builder", |
| 427 | "clap_derive", |
| 428 | ] |
| 429 | |
| 430 | [[package]] |
| 431 | name = "clap_builder" |
| 432 | version = "4.5.58" |
| 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 434 | checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" |
| 435 | dependencies = [ |
| 436 | "anstream", |
| 437 | "anstyle", |
| 438 | "clap_lex", |
| 439 | "strsim", |
| 440 | ] |
| 441 | |
| 442 | [[package]] |
| 443 | name = "clap_derive" |
| 444 | version = "4.5.55" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" |
| 447 | dependencies = [ |
| 448 | "heck", |
| 449 | "proc-macro2", |
| 450 | "quote", |
| 451 | "syn", |
| 452 | ] |
| 453 | |
| 454 | [[package]] |
| 455 | name = "clap_lex" |
| 456 | version = "1.0.0" |
| 457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 | checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" |
| 459 | |
| 460 | [[package]] |
| 461 | name = "colorchoice" |
| 462 | version = "1.0.4" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 465 | |
| 466 | [[package]] |
| 467 | name = "concurrent-queue" |
| 468 | version = "2.5.0" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 471 | dependencies = [ |
| 472 | "crossbeam-utils", |
| 473 | ] |
| 474 | |
| 475 | [[package]] |
| 476 | name = "const-oid" |
| 477 | version = "0.9.6" |
| 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 480 | |
| 481 | [[package]] |
| 482 | name = "const-random" |
| 483 | version = "0.1.18" |
| 484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 | checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| 486 | dependencies = [ |
| 487 | "const-random-macro", |
| 488 | ] |
| 489 | |
| 490 | [[package]] |
| 491 | name = "const-random-macro" |
| 492 | version = "0.1.16" |
| 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 | checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| 495 | dependencies = [ |
| 496 | "getrandom 0.2.17", |
| 497 | "once_cell", |
| 498 | "tiny-keccak", |
| 499 | ] |
| 500 | |
| 501 | [[package]] |
| 502 | name = "core-foundation" |
| 503 | version = "0.9.4" |
| 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 506 | dependencies = [ |
| 507 | "core-foundation-sys", |
| 508 | "libc", |
| 509 | ] |
| 510 | |
| 511 | [[package]] |
| 512 | name = "core-foundation" |
| 513 | version = "0.10.1" |
| 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 516 | dependencies = [ |
| 517 | "core-foundation-sys", |
| 518 | "libc", |
| 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "core-foundation-sys" |
| 523 | version = "0.8.7" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 526 | |
| 527 | [[package]] |
| 528 | name = "cpufeatures" |
| 529 | version = "0.2.17" |
| 530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 531 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 532 | dependencies = [ |
| 533 | "libc", |
| 534 | ] |
| 535 | |
| 536 | [[package]] |
| 537 | name = "crc" |
| 538 | version = "3.4.0" |
| 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 540 | checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 541 | dependencies = [ |
| 542 | "crc-catalog", |
| 543 | ] |
| 544 | |
| 545 | [[package]] |
| 546 | name = "crc-catalog" |
| 547 | version = "2.4.0" |
| 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 550 | |
| 551 | [[package]] |
| 552 | name = "crc32fast" |
| 553 | version = "1.5.0" |
| 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 556 | dependencies = [ |
| 557 | "cfg-if", |
| 558 | ] |
| 559 | |
| 560 | [[package]] |
| 561 | name = "crossbeam-queue" |
| 562 | version = "0.3.12" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 565 | dependencies = [ |
| 566 | "crossbeam-utils", |
| 567 | ] |
| 568 | |
| 569 | [[package]] |
| 570 | name = "crossbeam-utils" |
| 571 | version = "0.8.21" |
| 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 574 | |
| 575 | [[package]] |
| 576 | name = "crunchy" |
| 577 | version = "0.2.4" |
| 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 580 | |
| 581 | [[package]] |
| 582 | name = "crypto-bigint" |
| 583 | version = "0.5.5" |
| 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 585 | checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 586 | dependencies = [ |
| 587 | "generic-array", |
| 588 | "rand_core", |
| 589 | "subtle", |
| 590 | "zeroize", |
| 591 | ] |
| 592 | |
| 593 | [[package]] |
| 594 | name = "crypto-common" |
| 595 | version = "0.1.7" |
| 596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 597 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 598 | dependencies = [ |
| 599 | "generic-array", |
| 600 | "rand_core", |
| 601 | "typenum", |
| 602 | ] |
| 603 | |
| 604 | [[package]] |
| 605 | name = "ctr" |
| 606 | version = "0.9.2" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| 609 | dependencies = [ |
| 610 | "cipher", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
| 614 | name = "curve25519-dalek" |
| 615 | version = "4.1.3" |
| 616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| 618 | dependencies = [ |
| 619 | "cfg-if", |
| 620 | "cpufeatures", |
| 621 | "curve25519-dalek-derive", |
| 622 | "digest", |
| 623 | "fiat-crypto", |
| 624 | "rustc_version", |
| 625 | "subtle", |
| 626 | "zeroize", |
| 627 | ] |
| 628 | |
| 629 | [[package]] |
| 630 | name = "curve25519-dalek-derive" |
| 631 | version = "0.1.1" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| 634 | dependencies = [ |
| 635 | "proc-macro2", |
| 636 | "quote", |
| 637 | "syn", |
| 638 | ] |
| 639 | |
| 640 | [[package]] |
| 641 | name = "data-encoding" |
| 642 | version = "2.10.0" |
| 643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" |
| 645 | |
| 646 | [[package]] |
| 647 | name = "delegate" |
| 648 | version = "0.13.5" |
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | checksum = "780eb241654bf097afb00fc5f054a09b687dad862e485fdcf8399bb056565370" |
| 651 | dependencies = [ |
| 652 | "proc-macro2", |
| 653 | "quote", |
| 654 | "syn", |
| 655 | ] |
| 656 | |
| 657 | [[package]] |
| 658 | name = "der" |
| 659 | version = "0.7.10" |
| 660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 661 | checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 662 | dependencies = [ |
| 663 | "const-oid", |
| 664 | "pem-rfc7468", |
| 665 | "zeroize", |
| 666 | ] |
| 667 | |
| 668 | [[package]] |
| 669 | name = "des" |
| 670 | version = "0.8.1" |
| 671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 672 | checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" |
| 673 | dependencies = [ |
| 674 | "cipher", |
| 675 | ] |
| 676 | |
| 677 | [[package]] |
| 678 | name = "digest" |
| 679 | version = "0.10.7" |
| 680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 681 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 682 | dependencies = [ |
| 683 | "block-buffer", |
| 684 | "const-oid", |
| 685 | "crypto-common", |
| 686 | "subtle", |
| 687 | ] |
| 688 | |
| 689 | [[package]] |
| 690 | name = "dirs" |
| 691 | version = "5.0.1" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 694 | dependencies = [ |
| 695 | "dirs-sys", |
| 696 | ] |
| 697 | |
| 698 | [[package]] |
| 699 | name = "dirs-sys" |
| 700 | version = "0.4.1" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 703 | dependencies = [ |
| 704 | "libc", |
| 705 | "option-ext", |
| 706 | "redox_users", |
| 707 | "windows-sys 0.48.0", |
| 708 | ] |
| 709 | |
| 710 | [[package]] |
| 711 | name = "displaydoc" |
| 712 | version = "0.2.5" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 715 | dependencies = [ |
| 716 | "proc-macro2", |
| 717 | "quote", |
| 718 | "syn", |
| 719 | ] |
| 720 | |
| 721 | [[package]] |
| 722 | name = "dotenvy" |
| 723 | version = "0.15.7" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 726 | |
| 727 | [[package]] |
| 728 | name = "ecdsa" |
| 729 | version = "0.16.9" |
| 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" |
| 732 | dependencies = [ |
| 733 | "der", |
| 734 | "digest", |
| 735 | "elliptic-curve", |
| 736 | "rfc6979", |
| 737 | "signature", |
| 738 | "spki", |
| 739 | ] |
| 740 | |
| 741 | [[package]] |
| 742 | name = "ed25519" |
| 743 | version = "2.2.3" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
| 746 | dependencies = [ |
| 747 | "pkcs8", |
| 748 | "signature", |
| 749 | ] |
| 750 | |
| 751 | [[package]] |
| 752 | name = "ed25519-dalek" |
| 753 | version = "2.2.0" |
| 754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 | checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" |
| 756 | dependencies = [ |
| 757 | "curve25519-dalek", |
| 758 | "ed25519", |
| 759 | "rand_core", |
| 760 | "serde", |
| 761 | "sha2", |
| 762 | "subtle", |
| 763 | "zeroize", |
| 764 | ] |
| 765 | |
| 766 | [[package]] |
| 767 | name = "either" |
| 768 | version = "1.15.0" |
| 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 770 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 771 | dependencies = [ |
| 772 | "serde", |
| 773 | ] |
| 774 | |
| 775 | [[package]] |
| 776 | name = "elliptic-curve" |
| 777 | version = "0.13.8" |
| 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 779 | checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
| 780 | dependencies = [ |
| 781 | "base16ct", |
| 782 | "crypto-bigint", |
| 783 | "digest", |
| 784 | "ff", |
| 785 | "generic-array", |
| 786 | "group", |
| 787 | "hkdf", |
| 788 | "pem-rfc7468", |
| 789 | "pkcs8", |
| 790 | "rand_core", |
| 791 | "sec1", |
| 792 | "subtle", |
| 793 | "zeroize", |
| 794 | ] |
| 795 | |
| 796 | [[package]] |
| 797 | name = "encoding_rs" |
| 798 | version = "0.8.35" |
| 799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 800 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 801 | dependencies = [ |
| 802 | "cfg-if", |
| 803 | ] |
| 804 | |
| 805 | [[package]] |
| 806 | name = "equivalent" |
| 807 | version = "1.0.2" |
| 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 809 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 810 | |
| 811 | [[package]] |
| 812 | name = "errno" |
| 813 | version = "0.3.14" |
| 814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 815 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 816 | dependencies = [ |
| 817 | "libc", |
| 818 | "windows-sys 0.61.2", |
| 819 | ] |
| 820 | |
| 821 | [[package]] |
| 822 | name = "etcetera" |
| 823 | version = "0.8.0" |
| 824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 825 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 826 | dependencies = [ |
| 827 | "cfg-if", |
| 828 | "home", |
| 829 | "windows-sys 0.48.0", |
| 830 | ] |
| 831 | |
| 832 | [[package]] |
| 833 | name = "event-listener" |
| 834 | version = "5.4.1" |
| 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 836 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 837 | dependencies = [ |
| 838 | "concurrent-queue", |
| 839 | "parking", |
| 840 | "pin-project-lite", |
| 841 | ] |
| 842 | |
| 843 | [[package]] |
| 844 | name = "fastrand" |
| 845 | version = "2.3.0" |
| 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 847 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 848 | |
| 849 | [[package]] |
| 850 | name = "ff" |
| 851 | version = "0.13.1" |
| 852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" |
| 854 | dependencies = [ |
| 855 | "rand_core", |
| 856 | "subtle", |
| 857 | ] |
| 858 | |
| 859 | [[package]] |
| 860 | name = "fiat-crypto" |
| 861 | version = "0.2.9" |
| 862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 863 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| 864 | |
| 865 | [[package]] |
| 866 | name = "find-msvc-tools" |
| 867 | version = "0.1.9" |
| 868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 869 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 870 | |
| 871 | [[package]] |
| 872 | name = "flate2" |
| 873 | version = "1.1.9" |
| 874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 875 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 876 | dependencies = [ |
| 877 | "crc32fast", |
| 878 | "miniz_oxide", |
| 879 | ] |
| 880 | |
| 881 | [[package]] |
| 882 | name = "flume" |
| 883 | version = "0.11.1" |
| 884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 | checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 886 | dependencies = [ |
| 887 | "futures-core", |
| 888 | "futures-sink", |
| 889 | "spin", |
| 890 | ] |
| 891 | |
| 892 | [[package]] |
| 893 | name = "flurry" |
| 894 | version = "0.5.2" |
| 895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 896 | checksum = "cf5efcf77a4da27927d3ab0509dec5b0954bb3bc59da5a1de9e52642ebd4cdf9" |
| 897 | dependencies = [ |
| 898 | "ahash", |
| 899 | "num_cpus", |
| 900 | "parking_lot", |
| 901 | "seize", |
| 902 | ] |
| 903 | |
| 904 | [[package]] |
| 905 | name = "fnv" |
| 906 | version = "1.0.7" |
| 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 909 | |
| 910 | [[package]] |
| 911 | name = "foldhash" |
| 912 | version = "0.1.5" |
| 913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 915 | |
| 916 | [[package]] |
| 917 | name = "foreign-types" |
| 918 | version = "0.3.2" |
| 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 921 | dependencies = [ |
| 922 | "foreign-types-shared", |
| 923 | ] |
| 924 | |
| 925 | [[package]] |
| 926 | name = "foreign-types-shared" |
| 927 | version = "0.1.1" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 930 | |
| 931 | [[package]] |
| 932 | name = "form_urlencoded" |
| 933 | version = "1.2.2" |
| 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 936 | dependencies = [ |
| 937 | "percent-encoding", |
| 938 | ] |
| 939 | |
| 940 | [[package]] |
| 941 | name = "futures" |
| 942 | version = "0.3.32" |
| 943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 944 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 945 | dependencies = [ |
| 946 | "futures-channel", |
| 947 | "futures-core", |
| 948 | "futures-executor", |
| 949 | "futures-io", |
| 950 | "futures-sink", |
| 951 | "futures-task", |
| 952 | "futures-util", |
| 953 | ] |
| 954 | |
| 955 | [[package]] |
| 956 | name = "futures-channel" |
| 957 | version = "0.3.32" |
| 958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 959 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 960 | dependencies = [ |
| 961 | "futures-core", |
| 962 | "futures-sink", |
| 963 | ] |
| 964 | |
| 965 | [[package]] |
| 966 | name = "futures-core" |
| 967 | version = "0.3.32" |
| 968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 969 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 970 | |
| 971 | [[package]] |
| 972 | name = "futures-executor" |
| 973 | version = "0.3.32" |
| 974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 976 | dependencies = [ |
| 977 | "futures-core", |
| 978 | "futures-task", |
| 979 | "futures-util", |
| 980 | ] |
| 981 | |
| 982 | [[package]] |
| 983 | name = "futures-intrusive" |
| 984 | version = "0.5.0" |
| 985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 986 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 987 | dependencies = [ |
| 988 | "futures-core", |
| 989 | "lock_api", |
| 990 | "parking_lot", |
| 991 | ] |
| 992 | |
| 993 | [[package]] |
| 994 | name = "futures-io" |
| 995 | version = "0.3.32" |
| 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 998 | |
| 999 | [[package]] |
| 1000 | name = "futures-macro" |
| 1001 | version = "0.3.32" |
| 1002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1003 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 1004 | dependencies = [ |
| 1005 | "proc-macro2", |
| 1006 | "quote", |
| 1007 | "syn", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "futures-sink" |
| 1012 | version = "0.3.32" |
| 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 1015 | |
| 1016 | [[package]] |
| 1017 | name = "futures-task" |
| 1018 | version = "0.3.32" |
| 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 1021 | |
| 1022 | [[package]] |
| 1023 | name = "futures-util" |
| 1024 | version = "0.3.32" |
| 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1026 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 1027 | dependencies = [ |
| 1028 | "futures-channel", |
| 1029 | "futures-core", |
| 1030 | "futures-io", |
| 1031 | "futures-macro", |
| 1032 | "futures-sink", |
| 1033 | "futures-task", |
| 1034 | "memchr", |
| 1035 | "pin-project-lite", |
| 1036 | "slab", |
| 1037 | ] |
| 1038 | |
| 1039 | [[package]] |
| 1040 | name = "generic-array" |
| 1041 | version = "0.14.7" |
| 1042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1044 | dependencies = [ |
| 1045 | "typenum", |
| 1046 | "version_check", |
| 1047 | "zeroize", |
| 1048 | ] |
| 1049 | |
| 1050 | [[package]] |
| 1051 | name = "getopts" |
| 1052 | version = "0.2.24" |
| 1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1054 | checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 1055 | dependencies = [ |
| 1056 | "unicode-width", |
| 1057 | ] |
| 1058 | |
| 1059 | [[package]] |
| 1060 | name = "getrandom" |
| 1061 | version = "0.2.17" |
| 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1064 | dependencies = [ |
| 1065 | "cfg-if", |
| 1066 | "js-sys", |
| 1067 | "libc", |
| 1068 | "wasi", |
| 1069 | "wasm-bindgen", |
| 1070 | ] |
| 1071 | |
| 1072 | [[package]] |
| 1073 | name = "getrandom" |
| 1074 | version = "0.4.1" |
| 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1076 | checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" |
| 1077 | dependencies = [ |
| 1078 | "cfg-if", |
| 1079 | "libc", |
| 1080 | "r-efi", |
| 1081 | "wasip2", |
| 1082 | "wasip3", |
| 1083 | ] |
| 1084 | |
| 1085 | [[package]] |
| 1086 | name = "ghash" |
| 1087 | version = "0.5.1" |
| 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1089 | checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" |
| 1090 | dependencies = [ |
| 1091 | "opaque-debug", |
| 1092 | "polyval", |
| 1093 | ] |
| 1094 | |
| 1095 | [[package]] |
| 1096 | name = "git-quota-hook" |
| 1097 | version = "0.1.0" |
| 1098 | dependencies = [ |
| 1099 | "walkdir", |
| 1100 | ] |
| 1101 | |
| 1102 | [[package]] |
| 1103 | name = "group" |
| 1104 | version = "0.13.0" |
| 1105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1106 | checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
| 1107 | dependencies = [ |
| 1108 | "ff", |
| 1109 | "rand_core", |
| 1110 | "subtle", |
| 1111 | ] |
| 1112 | |
| 1113 | [[package]] |
| 1114 | name = "h2" |
| 1115 | version = "0.4.13" |
| 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1117 | checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 1118 | dependencies = [ |
| 1119 | "atomic-waker", |
| 1120 | "bytes", |
| 1121 | "fnv", |
| 1122 | "futures-core", |
| 1123 | "futures-sink", |
| 1124 | "http", |
| 1125 | "indexmap", |
| 1126 | "slab", |
| 1127 | "tokio", |
| 1128 | "tokio-util", |
| 1129 | "tracing", |
| 1130 | ] |
| 1131 | |
| 1132 | [[package]] |
| 1133 | name = "hashbrown" |
| 1134 | version = "0.15.5" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 1137 | dependencies = [ |
| 1138 | "allocator-api2", |
| 1139 | "equivalent", |
| 1140 | "foldhash", |
| 1141 | ] |
| 1142 | |
| 1143 | [[package]] |
| 1144 | name = "hashbrown" |
| 1145 | version = "0.16.1" |
| 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1147 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 1148 | |
| 1149 | [[package]] |
| 1150 | name = "hashlink" |
| 1151 | version = "0.10.0" |
| 1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1153 | checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 1154 | dependencies = [ |
| 1155 | "hashbrown 0.15.5", |
| 1156 | ] |
| 1157 | |
| 1158 | [[package]] |
| 1159 | name = "heck" |
| 1160 | version = "0.5.0" |
| 1161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1162 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1163 | |
| 1164 | [[package]] |
| 1165 | name = "hermit-abi" |
| 1166 | version = "0.5.2" |
| 1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1168 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 1169 | |
| 1170 | [[package]] |
| 1171 | name = "hex" |
| 1172 | version = "0.4.3" |
| 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1174 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1175 | |
| 1176 | [[package]] |
| 1177 | name = "hex-literal" |
| 1178 | version = "0.4.1" |
| 1179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1180 | checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" |
| 1181 | |
| 1182 | [[package]] |
| 1183 | name = "hkdf" |
| 1184 | version = "0.12.4" |
| 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 1187 | dependencies = [ |
| 1188 | "hmac", |
| 1189 | ] |
| 1190 | |
| 1191 | [[package]] |
| 1192 | name = "hmac" |
| 1193 | version = "0.12.1" |
| 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1195 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 1196 | dependencies = [ |
| 1197 | "digest", |
| 1198 | ] |
| 1199 | |
| 1200 | [[package]] |
| 1201 | name = "home" |
| 1202 | version = "0.5.12" |
| 1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1204 | checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 1205 | dependencies = [ |
| 1206 | "windows-sys 0.61.2", |
| 1207 | ] |
| 1208 | |
| 1209 | [[package]] |
| 1210 | name = "http" |
| 1211 | version = "1.4.0" |
| 1212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 1214 | dependencies = [ |
| 1215 | "bytes", |
| 1216 | "itoa", |
| 1217 | ] |
| 1218 | |
| 1219 | [[package]] |
| 1220 | name = "http-body" |
| 1221 | version = "1.0.1" |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1224 | dependencies = [ |
| 1225 | "bytes", |
| 1226 | "http", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "http-body-util" |
| 1231 | version = "0.1.3" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1234 | dependencies = [ |
| 1235 | "bytes", |
| 1236 | "futures-core", |
| 1237 | "http", |
| 1238 | "http-body", |
| 1239 | "pin-project-lite", |
| 1240 | ] |
| 1241 | |
| 1242 | [[package]] |
| 1243 | name = "httparse" |
| 1244 | version = "1.10.1" |
| 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1246 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1247 | |
| 1248 | [[package]] |
| 1249 | name = "httpdate" |
| 1250 | version = "1.0.3" |
| 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1253 | |
| 1254 | [[package]] |
| 1255 | name = "hyper" |
| 1256 | version = "1.8.1" |
| 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1258 | checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 1259 | dependencies = [ |
| 1260 | "atomic-waker", |
| 1261 | "bytes", |
| 1262 | "futures-channel", |
| 1263 | "futures-core", |
| 1264 | "h2", |
| 1265 | "http", |
| 1266 | "http-body", |
| 1267 | "httparse", |
| 1268 | "httpdate", |
| 1269 | "itoa", |
| 1270 | "pin-project-lite", |
| 1271 | "pin-utils", |
| 1272 | "smallvec", |
| 1273 | "tokio", |
| 1274 | "want", |
| 1275 | ] |
| 1276 | |
| 1277 | [[package]] |
| 1278 | name = "hyper-rustls" |
| 1279 | version = "0.27.7" |
| 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1281 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 1282 | dependencies = [ |
| 1283 | "http", |
| 1284 | "hyper", |
| 1285 | "hyper-util", |
| 1286 | "rustls", |
| 1287 | "rustls-pki-types", |
| 1288 | "tokio", |
| 1289 | "tokio-rustls", |
| 1290 | "tower-service", |
| 1291 | ] |
| 1292 | |
| 1293 | [[package]] |
| 1294 | name = "hyper-tls" |
| 1295 | version = "0.6.0" |
| 1296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1297 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 1298 | dependencies = [ |
| 1299 | "bytes", |
| 1300 | "http-body-util", |
| 1301 | "hyper", |
| 1302 | "hyper-util", |
| 1303 | "native-tls", |
| 1304 | "tokio", |
| 1305 | "tokio-native-tls", |
| 1306 | "tower-service", |
| 1307 | ] |
| 1308 | |
| 1309 | [[package]] |
| 1310 | name = "hyper-util" |
| 1311 | version = "0.1.20" |
| 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 1314 | dependencies = [ |
| 1315 | "base64", |
| 1316 | "bytes", |
| 1317 | "futures-channel", |
| 1318 | "futures-util", |
| 1319 | "http", |
| 1320 | "http-body", |
| 1321 | "hyper", |
| 1322 | "ipnet", |
| 1323 | "libc", |
| 1324 | "percent-encoding", |
| 1325 | "pin-project-lite", |
| 1326 | "socket2", |
| 1327 | "system-configuration", |
| 1328 | "tokio", |
| 1329 | "tower-service", |
| 1330 | "tracing", |
| 1331 | "windows-registry", |
| 1332 | ] |
| 1333 | |
| 1334 | [[package]] |
| 1335 | name = "iana-time-zone" |
| 1336 | version = "0.1.65" |
| 1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 1339 | dependencies = [ |
| 1340 | "android_system_properties", |
| 1341 | "core-foundation-sys", |
| 1342 | "iana-time-zone-haiku", |
| 1343 | "js-sys", |
| 1344 | "log", |
| 1345 | "wasm-bindgen", |
| 1346 | "windows-core 0.62.2", |
| 1347 | ] |
| 1348 | |
| 1349 | [[package]] |
| 1350 | name = "iana-time-zone-haiku" |
| 1351 | version = "0.1.2" |
| 1352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1353 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1354 | dependencies = [ |
| 1355 | "cc", |
| 1356 | ] |
| 1357 | |
| 1358 | [[package]] |
| 1359 | name = "icu_collections" |
| 1360 | version = "2.1.1" |
| 1361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1362 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 1363 | dependencies = [ |
| 1364 | "displaydoc", |
| 1365 | "potential_utf", |
| 1366 | "yoke", |
| 1367 | "zerofrom", |
| 1368 | "zerovec", |
| 1369 | ] |
| 1370 | |
| 1371 | [[package]] |
| 1372 | name = "icu_locale_core" |
| 1373 | version = "2.1.1" |
| 1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1375 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 1376 | dependencies = [ |
| 1377 | "displaydoc", |
| 1378 | "litemap", |
| 1379 | "tinystr", |
| 1380 | "writeable", |
| 1381 | "zerovec", |
| 1382 | ] |
| 1383 | |
| 1384 | [[package]] |
| 1385 | name = "icu_normalizer" |
| 1386 | version = "2.1.1" |
| 1387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1388 | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 1389 | dependencies = [ |
| 1390 | "icu_collections", |
| 1391 | "icu_normalizer_data", |
| 1392 | "icu_properties", |
| 1393 | "icu_provider", |
| 1394 | "smallvec", |
| 1395 | "zerovec", |
| 1396 | ] |
| 1397 | |
| 1398 | [[package]] |
| 1399 | name = "icu_normalizer_data" |
| 1400 | version = "2.1.1" |
| 1401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1402 | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 1403 | |
| 1404 | [[package]] |
| 1405 | name = "icu_properties" |
| 1406 | version = "2.1.2" |
| 1407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1408 | checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 1409 | dependencies = [ |
| 1410 | "icu_collections", |
| 1411 | "icu_locale_core", |
| 1412 | "icu_properties_data", |
| 1413 | "icu_provider", |
| 1414 | "zerotrie", |
| 1415 | "zerovec", |
| 1416 | ] |
| 1417 | |
| 1418 | [[package]] |
| 1419 | name = "icu_properties_data" |
| 1420 | version = "2.1.2" |
| 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 | checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 1423 | |
| 1424 | [[package]] |
| 1425 | name = "icu_provider" |
| 1426 | version = "2.1.1" |
| 1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1428 | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 1429 | dependencies = [ |
| 1430 | "displaydoc", |
| 1431 | "icu_locale_core", |
| 1432 | "writeable", |
| 1433 | "yoke", |
| 1434 | "zerofrom", |
| 1435 | "zerotrie", |
| 1436 | "zerovec", |
| 1437 | ] |
| 1438 | |
| 1439 | [[package]] |
| 1440 | name = "id-arena" |
| 1441 | version = "2.3.0" |
| 1442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1443 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 1444 | |
| 1445 | [[package]] |
| 1446 | name = "idna" |
| 1447 | version = "1.1.0" |
| 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1449 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1450 | dependencies = [ |
| 1451 | "idna_adapter", |
| 1452 | "smallvec", |
| 1453 | "utf8_iter", |
| 1454 | ] |
| 1455 | |
| 1456 | [[package]] |
| 1457 | name = "idna_adapter" |
| 1458 | version = "1.2.1" |
| 1459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1460 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1461 | dependencies = [ |
| 1462 | "icu_normalizer", |
| 1463 | "icu_properties", |
| 1464 | ] |
| 1465 | |
| 1466 | [[package]] |
| 1467 | name = "indexmap" |
| 1468 | version = "2.13.0" |
| 1469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1470 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 1471 | dependencies = [ |
| 1472 | "equivalent", |
| 1473 | "hashbrown 0.16.1", |
| 1474 | "serde", |
| 1475 | "serde_core", |
| 1476 | ] |
| 1477 | |
| 1478 | [[package]] |
| 1479 | name = "inout" |
| 1480 | version = "0.1.4" |
| 1481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1482 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 1483 | dependencies = [ |
| 1484 | "block-padding", |
| 1485 | "generic-array", |
| 1486 | ] |
| 1487 | |
| 1488 | [[package]] |
| 1489 | name = "ipnet" |
| 1490 | version = "2.11.0" |
| 1491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1492 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 1493 | |
| 1494 | [[package]] |
| 1495 | name = "iri-string" |
| 1496 | version = "0.7.10" |
| 1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1498 | checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" |
| 1499 | dependencies = [ |
| 1500 | "memchr", |
| 1501 | "serde", |
| 1502 | ] |
| 1503 | |
| 1504 | [[package]] |
| 1505 | name = "is_terminal_polyfill" |
| 1506 | version = "1.70.2" |
| 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1508 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 1509 | |
| 1510 | [[package]] |
| 1511 | name = "itoa" |
| 1512 | version = "1.0.17" |
| 1513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1514 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 1515 | |
| 1516 | [[package]] |
| 1517 | name = "js-sys" |
| 1518 | version = "0.3.85" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" |
| 1521 | dependencies = [ |
| 1522 | "once_cell", |
| 1523 | "wasm-bindgen", |
| 1524 | ] |
| 1525 | |
| 1526 | [[package]] |
| 1527 | name = "lazy_static" |
| 1528 | version = "1.5.0" |
| 1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1530 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1531 | dependencies = [ |
| 1532 | "spin", |
| 1533 | ] |
| 1534 | |
| 1535 | [[package]] |
| 1536 | name = "leb128fmt" |
| 1537 | version = "0.1.0" |
| 1538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1539 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 1540 | |
| 1541 | [[package]] |
| 1542 | name = "libc" |
| 1543 | version = "0.2.182" |
| 1544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1545 | checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" |
| 1546 | |
| 1547 | [[package]] |
| 1548 | name = "libm" |
| 1549 | version = "0.2.16" |
| 1550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1551 | checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 1552 | |
| 1553 | [[package]] |
| 1554 | name = "libredox" |
| 1555 | version = "0.1.12" |
| 1556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1557 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 1558 | dependencies = [ |
| 1559 | "bitflags", |
| 1560 | "libc", |
| 1561 | "redox_syscall 0.7.1", |
| 1562 | ] |
| 1563 | |
| 1564 | [[package]] |
| 1565 | name = "libsqlite3-sys" |
| 1566 | version = "0.30.1" |
| 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1568 | checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 1569 | dependencies = [ |
| 1570 | "cc", |
| 1571 | "pkg-config", |
| 1572 | "vcpkg", |
| 1573 | ] |
| 1574 | |
| 1575 | [[package]] |
| 1576 | name = "linux-raw-sys" |
| 1577 | version = "0.11.0" |
| 1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1579 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 1580 | |
| 1581 | [[package]] |
| 1582 | name = "litemap" |
| 1583 | version = "0.8.1" |
| 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 1586 | |
| 1587 | [[package]] |
| 1588 | name = "lock_api" |
| 1589 | version = "0.4.14" |
| 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1592 | dependencies = [ |
| 1593 | "scopeguard", |
| 1594 | ] |
| 1595 | |
| 1596 | [[package]] |
| 1597 | name = "log" |
| 1598 | version = "0.4.29" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 1601 | |
| 1602 | [[package]] |
| 1603 | name = "matchers" |
| 1604 | version = "0.2.0" |
| 1605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1606 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 1607 | dependencies = [ |
| 1608 | "regex-automata", |
| 1609 | ] |
| 1610 | |
| 1611 | [[package]] |
| 1612 | name = "matchit" |
| 1613 | version = "0.7.3" |
| 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 | checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
| 1616 | |
| 1617 | [[package]] |
| 1618 | name = "md-5" |
| 1619 | version = "0.10.6" |
| 1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1621 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 1622 | dependencies = [ |
| 1623 | "cfg-if", |
| 1624 | "digest", |
| 1625 | ] |
| 1626 | |
| 1627 | [[package]] |
| 1628 | name = "md5" |
| 1629 | version = "0.7.0" |
| 1630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1631 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
| 1632 | |
| 1633 | [[package]] |
| 1634 | name = "memchr" |
| 1635 | version = "2.8.0" |
| 1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1637 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 1638 | |
| 1639 | [[package]] |
| 1640 | name = "mime" |
| 1641 | version = "0.3.17" |
| 1642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1643 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1644 | |
| 1645 | [[package]] |
| 1646 | name = "miniz_oxide" |
| 1647 | version = "0.8.9" |
| 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1649 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1650 | dependencies = [ |
| 1651 | "adler2", |
| 1652 | "simd-adler32", |
| 1653 | ] |
| 1654 | |
| 1655 | [[package]] |
| 1656 | name = "mio" |
| 1657 | version = "1.1.1" |
| 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 1660 | dependencies = [ |
| 1661 | "libc", |
| 1662 | "wasi", |
| 1663 | "windows-sys 0.61.2", |
| 1664 | ] |
| 1665 | |
| 1666 | [[package]] |
| 1667 | name = "native-tls" |
| 1668 | version = "0.2.16" |
| 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1670 | checksum = "9d5d26952a508f321b4d3d2e80e78fc2603eaefcdf0c30783867f19586518bdc" |
| 1671 | dependencies = [ |
| 1672 | "libc", |
| 1673 | "log", |
| 1674 | "openssl", |
| 1675 | "openssl-probe", |
| 1676 | "openssl-sys", |
| 1677 | "schannel", |
| 1678 | "security-framework", |
| 1679 | "security-framework-sys", |
| 1680 | "tempfile", |
| 1681 | ] |
| 1682 | |
| 1683 | [[package]] |
| 1684 | name = "nu-ansi-term" |
| 1685 | version = "0.50.3" |
| 1686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1687 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 1688 | dependencies = [ |
| 1689 | "windows-sys 0.61.2", |
| 1690 | ] |
| 1691 | |
| 1692 | [[package]] |
| 1693 | name = "num-bigint" |
| 1694 | version = "0.4.6" |
| 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1696 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 1697 | dependencies = [ |
| 1698 | "num-integer", |
| 1699 | "num-traits", |
| 1700 | "rand", |
| 1701 | ] |
| 1702 | |
| 1703 | [[package]] |
| 1704 | name = "num-bigint-dig" |
| 1705 | version = "0.8.6" |
| 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| 1708 | dependencies = [ |
| 1709 | "lazy_static", |
| 1710 | "libm", |
| 1711 | "num-integer", |
| 1712 | "num-iter", |
| 1713 | "num-traits", |
| 1714 | "rand", |
| 1715 | "smallvec", |
| 1716 | "zeroize", |
| 1717 | ] |
| 1718 | |
| 1719 | [[package]] |
| 1720 | name = "num-integer" |
| 1721 | version = "0.1.46" |
| 1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1723 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 1724 | dependencies = [ |
| 1725 | "num-traits", |
| 1726 | ] |
| 1727 | |
| 1728 | [[package]] |
| 1729 | name = "num-iter" |
| 1730 | version = "0.1.45" |
| 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 1733 | dependencies = [ |
| 1734 | "autocfg", |
| 1735 | "num-integer", |
| 1736 | "num-traits", |
| 1737 | ] |
| 1738 | |
| 1739 | [[package]] |
| 1740 | name = "num-traits" |
| 1741 | version = "0.2.19" |
| 1742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1743 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1744 | dependencies = [ |
| 1745 | "autocfg", |
| 1746 | "libm", |
| 1747 | ] |
| 1748 | |
| 1749 | [[package]] |
| 1750 | name = "num_cpus" |
| 1751 | version = "1.17.0" |
| 1752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1753 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 1754 | dependencies = [ |
| 1755 | "hermit-abi", |
| 1756 | "libc", |
| 1757 | ] |
| 1758 | |
| 1759 | [[package]] |
| 1760 | name = "once_cell" |
| 1761 | version = "1.21.3" |
| 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1763 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 1764 | |
| 1765 | [[package]] |
| 1766 | name = "once_cell_polyfill" |
| 1767 | version = "1.70.2" |
| 1768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1769 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 1770 | |
| 1771 | [[package]] |
| 1772 | name = "opaque-debug" |
| 1773 | version = "0.3.1" |
| 1774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1775 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| 1776 | |
| 1777 | [[package]] |
| 1778 | name = "openhub" |
| 1779 | version = "0.1.0" |
| 1780 | dependencies = [ |
| 1781 | "anyhow", |
| 1782 | "askama", |
| 1783 | "async-trait", |
| 1784 | "axum", |
| 1785 | "base64", |
| 1786 | "chrono", |
| 1787 | "hex", |
| 1788 | "http-body-util", |
| 1789 | "pulldown-cmark", |
| 1790 | "rand", |
| 1791 | "russh", |
| 1792 | "serde", |
| 1793 | "serde_json", |
| 1794 | "sha2", |
| 1795 | "sqlx", |
| 1796 | "ssh-key", |
| 1797 | "thiserror 1.0.69", |
| 1798 | "tokio", |
| 1799 | "tokio-util", |
| 1800 | "tower", |
| 1801 | "tower-http", |
| 1802 | "tracing", |
| 1803 | "tracing-subscriber", |
| 1804 | ] |
| 1805 | |
| 1806 | [[package]] |
| 1807 | name = "openhub-cli" |
| 1808 | version = "0.1.0" |
| 1809 | dependencies = [ |
| 1810 | "clap", |
| 1811 | "dirs", |
| 1812 | "reqwest", |
| 1813 | "serde", |
| 1814 | "serde_json", |
| 1815 | "ssh-key", |
| 1816 | ] |
| 1817 | |
| 1818 | [[package]] |
| 1819 | name = "openssl" |
| 1820 | version = "0.10.75" |
| 1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1822 | checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" |
| 1823 | dependencies = [ |
| 1824 | "bitflags", |
| 1825 | "cfg-if", |
| 1826 | "foreign-types", |
| 1827 | "libc", |
| 1828 | "once_cell", |
| 1829 | "openssl-macros", |
| 1830 | "openssl-sys", |
| 1831 | ] |
| 1832 | |
| 1833 | [[package]] |
| 1834 | name = "openssl-macros" |
| 1835 | version = "0.1.1" |
| 1836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1837 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 1838 | dependencies = [ |
| 1839 | "proc-macro2", |
| 1840 | "quote", |
| 1841 | "syn", |
| 1842 | ] |
| 1843 | |
| 1844 | [[package]] |
| 1845 | name = "openssl-probe" |
| 1846 | version = "0.2.1" |
| 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1848 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 1849 | |
| 1850 | [[package]] |
| 1851 | name = "openssl-sys" |
| 1852 | version = "0.9.111" |
| 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1854 | checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" |
| 1855 | dependencies = [ |
| 1856 | "cc", |
| 1857 | "libc", |
| 1858 | "pkg-config", |
| 1859 | "vcpkg", |
| 1860 | ] |
| 1861 | |
| 1862 | [[package]] |
| 1863 | name = "option-ext" |
| 1864 | version = "0.2.0" |
| 1865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1866 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1867 | |
| 1868 | [[package]] |
| 1869 | name = "p256" |
| 1870 | version = "0.13.2" |
| 1871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1872 | checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
| 1873 | dependencies = [ |
| 1874 | "ecdsa", |
| 1875 | "elliptic-curve", |
| 1876 | "primeorder", |
| 1877 | "sha2", |
| 1878 | ] |
| 1879 | |
| 1880 | [[package]] |
| 1881 | name = "p384" |
| 1882 | version = "0.13.1" |
| 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1884 | checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" |
| 1885 | dependencies = [ |
| 1886 | "ecdsa", |
| 1887 | "elliptic-curve", |
| 1888 | "primeorder", |
| 1889 | "sha2", |
| 1890 | ] |
| 1891 | |
| 1892 | [[package]] |
| 1893 | name = "p521" |
| 1894 | version = "0.13.3" |
| 1895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1896 | checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" |
| 1897 | dependencies = [ |
| 1898 | "base16ct", |
| 1899 | "ecdsa", |
| 1900 | "elliptic-curve", |
| 1901 | "primeorder", |
| 1902 | "rand_core", |
| 1903 | "sha2", |
| 1904 | ] |
| 1905 | |
| 1906 | [[package]] |
| 1907 | name = "pageant" |
| 1908 | version = "0.0.1" |
| 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 | checksum = "032d6201d2fb765158455ae0d5a510c016bb6da7232e5040e39e9c8db12b0afc" |
| 1911 | dependencies = [ |
| 1912 | "bytes", |
| 1913 | "delegate", |
| 1914 | "futures", |
| 1915 | "rand", |
| 1916 | "thiserror 1.0.69", |
| 1917 | "tokio", |
| 1918 | "windows", |
| 1919 | ] |
| 1920 | |
| 1921 | [[package]] |
| 1922 | name = "parking" |
| 1923 | version = "2.2.1" |
| 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1925 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1926 | |
| 1927 | [[package]] |
| 1928 | name = "parking_lot" |
| 1929 | version = "0.12.5" |
| 1930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1931 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1932 | dependencies = [ |
| 1933 | "lock_api", |
| 1934 | "parking_lot_core", |
| 1935 | ] |
| 1936 | |
| 1937 | [[package]] |
| 1938 | name = "parking_lot_core" |
| 1939 | version = "0.9.12" |
| 1940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1941 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1942 | dependencies = [ |
| 1943 | "cfg-if", |
| 1944 | "libc", |
| 1945 | "redox_syscall 0.5.18", |
| 1946 | "smallvec", |
| 1947 | "windows-link", |
| 1948 | ] |
| 1949 | |
| 1950 | [[package]] |
| 1951 | name = "pbkdf2" |
| 1952 | version = "0.12.2" |
| 1953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1954 | checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| 1955 | dependencies = [ |
| 1956 | "digest", |
| 1957 | "hmac", |
| 1958 | ] |
| 1959 | |
| 1960 | [[package]] |
| 1961 | name = "pem-rfc7468" |
| 1962 | version = "0.7.0" |
| 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 1965 | dependencies = [ |
| 1966 | "base64ct", |
| 1967 | ] |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "percent-encoding" |
| 1971 | version = "2.3.2" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1974 | |
| 1975 | [[package]] |
| 1976 | name = "pin-project-lite" |
| 1977 | version = "0.2.16" |
| 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1980 | |
| 1981 | [[package]] |
| 1982 | name = "pin-utils" |
| 1983 | version = "0.1.0" |
| 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1986 | |
| 1987 | [[package]] |
| 1988 | name = "pkcs1" |
| 1989 | version = "0.7.5" |
| 1990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1991 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 1992 | dependencies = [ |
| 1993 | "der", |
| 1994 | "pkcs8", |
| 1995 | "spki", |
| 1996 | ] |
| 1997 | |
| 1998 | [[package]] |
| 1999 | name = "pkcs5" |
| 2000 | version = "0.7.1" |
| 2001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2002 | checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" |
| 2003 | dependencies = [ |
| 2004 | "aes", |
| 2005 | "cbc", |
| 2006 | "der", |
| 2007 | "pbkdf2", |
| 2008 | "scrypt", |
| 2009 | "sha2", |
| 2010 | "spki", |
| 2011 | ] |
| 2012 | |
| 2013 | [[package]] |
| 2014 | name = "pkcs8" |
| 2015 | version = "0.10.2" |
| 2016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2017 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 2018 | dependencies = [ |
| 2019 | "der", |
| 2020 | "pkcs5", |
| 2021 | "rand_core", |
| 2022 | "spki", |
| 2023 | ] |
| 2024 | |
| 2025 | [[package]] |
| 2026 | name = "pkg-config" |
| 2027 | version = "0.3.32" |
| 2028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2029 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 2030 | |
| 2031 | [[package]] |
| 2032 | name = "poly1305" |
| 2033 | version = "0.8.0" |
| 2034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2035 | checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" |
| 2036 | dependencies = [ |
| 2037 | "cpufeatures", |
| 2038 | "opaque-debug", |
| 2039 | "universal-hash", |
| 2040 | ] |
| 2041 | |
| 2042 | [[package]] |
| 2043 | name = "polyval" |
| 2044 | version = "0.6.2" |
| 2045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2046 | checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| 2047 | dependencies = [ |
| 2048 | "cfg-if", |
| 2049 | "cpufeatures", |
| 2050 | "opaque-debug", |
| 2051 | "universal-hash", |
| 2052 | ] |
| 2053 | |
| 2054 | [[package]] |
| 2055 | name = "potential_utf" |
| 2056 | version = "0.1.4" |
| 2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2058 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 2059 | dependencies = [ |
| 2060 | "zerovec", |
| 2061 | ] |
| 2062 | |
| 2063 | [[package]] |
| 2064 | name = "ppv-lite86" |
| 2065 | version = "0.2.21" |
| 2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2067 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 2068 | dependencies = [ |
| 2069 | "zerocopy", |
| 2070 | ] |
| 2071 | |
| 2072 | [[package]] |
| 2073 | name = "prettyplease" |
| 2074 | version = "0.2.37" |
| 2075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2076 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 2077 | dependencies = [ |
| 2078 | "proc-macro2", |
| 2079 | "syn", |
| 2080 | ] |
| 2081 | |
| 2082 | [[package]] |
| 2083 | name = "primeorder" |
| 2084 | version = "0.13.6" |
| 2085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2086 | checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" |
| 2087 | dependencies = [ |
| 2088 | "elliptic-curve", |
| 2089 | ] |
| 2090 | |
| 2091 | [[package]] |
| 2092 | name = "proc-macro2" |
| 2093 | version = "1.0.106" |
| 2094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2095 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 2096 | dependencies = [ |
| 2097 | "unicode-ident", |
| 2098 | ] |
| 2099 | |
| 2100 | [[package]] |
| 2101 | name = "pulldown-cmark" |
| 2102 | version = "0.12.2" |
| 2103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2104 | checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" |
| 2105 | dependencies = [ |
| 2106 | "bitflags", |
| 2107 | "getopts", |
| 2108 | "memchr", |
| 2109 | "pulldown-cmark-escape", |
| 2110 | "unicase", |
| 2111 | ] |
| 2112 | |
| 2113 | [[package]] |
| 2114 | name = "pulldown-cmark-escape" |
| 2115 | version = "0.11.0" |
| 2116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2117 | checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 2118 | |
| 2119 | [[package]] |
| 2120 | name = "quote" |
| 2121 | version = "1.0.44" |
| 2122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2123 | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 2124 | dependencies = [ |
| 2125 | "proc-macro2", |
| 2126 | ] |
| 2127 | |
| 2128 | [[package]] |
| 2129 | name = "r-efi" |
| 2130 | version = "5.3.0" |
| 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 2133 | |
| 2134 | [[package]] |
| 2135 | name = "rand" |
| 2136 | version = "0.8.5" |
| 2137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2138 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 2139 | dependencies = [ |
| 2140 | "libc", |
| 2141 | "rand_chacha", |
| 2142 | "rand_core", |
| 2143 | ] |
| 2144 | |
| 2145 | [[package]] |
| 2146 | name = "rand_chacha" |
| 2147 | version = "0.3.1" |
| 2148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2149 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 2150 | dependencies = [ |
| 2151 | "ppv-lite86", |
| 2152 | "rand_core", |
| 2153 | ] |
| 2154 | |
| 2155 | [[package]] |
| 2156 | name = "rand_core" |
| 2157 | version = "0.6.4" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 2160 | dependencies = [ |
| 2161 | "getrandom 0.2.17", |
| 2162 | ] |
| 2163 | |
| 2164 | [[package]] |
| 2165 | name = "redox_syscall" |
| 2166 | version = "0.5.18" |
| 2167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2168 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 2169 | dependencies = [ |
| 2170 | "bitflags", |
| 2171 | ] |
| 2172 | |
| 2173 | [[package]] |
| 2174 | name = "redox_syscall" |
| 2175 | version = "0.7.1" |
| 2176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2177 | checksum = "35985aa610addc02e24fc232012c86fd11f14111180f902b67e2d5331f8ebf2b" |
| 2178 | dependencies = [ |
| 2179 | "bitflags", |
| 2180 | ] |
| 2181 | |
| 2182 | [[package]] |
| 2183 | name = "redox_users" |
| 2184 | version = "0.4.6" |
| 2185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2186 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 2187 | dependencies = [ |
| 2188 | "getrandom 0.2.17", |
| 2189 | "libredox", |
| 2190 | "thiserror 1.0.69", |
| 2191 | ] |
| 2192 | |
| 2193 | [[package]] |
| 2194 | name = "regex-automata" |
| 2195 | version = "0.4.14" |
| 2196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2197 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 2198 | dependencies = [ |
| 2199 | "aho-corasick", |
| 2200 | "memchr", |
| 2201 | "regex-syntax", |
| 2202 | ] |
| 2203 | |
| 2204 | [[package]] |
| 2205 | name = "regex-syntax" |
| 2206 | version = "0.8.9" |
| 2207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2208 | checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" |
| 2209 | |
| 2210 | [[package]] |
| 2211 | name = "reqwest" |
| 2212 | version = "0.12.28" |
| 2213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2214 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 2215 | dependencies = [ |
| 2216 | "base64", |
| 2217 | "bytes", |
| 2218 | "encoding_rs", |
| 2219 | "futures-channel", |
| 2220 | "futures-core", |
| 2221 | "futures-util", |
| 2222 | "h2", |
| 2223 | "http", |
| 2224 | "http-body", |
| 2225 | "http-body-util", |
| 2226 | "hyper", |
| 2227 | "hyper-rustls", |
| 2228 | "hyper-tls", |
| 2229 | "hyper-util", |
| 2230 | "js-sys", |
| 2231 | "log", |
| 2232 | "mime", |
| 2233 | "native-tls", |
| 2234 | "percent-encoding", |
| 2235 | "pin-project-lite", |
| 2236 | "rustls-pki-types", |
| 2237 | "serde", |
| 2238 | "serde_json", |
| 2239 | "serde_urlencoded", |
| 2240 | "sync_wrapper", |
| 2241 | "tokio", |
| 2242 | "tokio-native-tls", |
| 2243 | "tower", |
| 2244 | "tower-http", |
| 2245 | "tower-service", |
| 2246 | "url", |
| 2247 | "wasm-bindgen", |
| 2248 | "wasm-bindgen-futures", |
| 2249 | "web-sys", |
| 2250 | ] |
| 2251 | |
| 2252 | [[package]] |
| 2253 | name = "rfc6979" |
| 2254 | version = "0.4.0" |
| 2255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2256 | checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
| 2257 | dependencies = [ |
| 2258 | "hmac", |
| 2259 | "subtle", |
| 2260 | ] |
| 2261 | |
| 2262 | [[package]] |
| 2263 | name = "ring" |
| 2264 | version = "0.17.14" |
| 2265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 2267 | dependencies = [ |
| 2268 | "cc", |
| 2269 | "cfg-if", |
| 2270 | "getrandom 0.2.17", |
| 2271 | "libc", |
| 2272 | "untrusted", |
| 2273 | "windows-sys 0.52.0", |
| 2274 | ] |
| 2275 | |
| 2276 | [[package]] |
| 2277 | name = "rsa" |
| 2278 | version = "0.9.10" |
| 2279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2280 | checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| 2281 | dependencies = [ |
| 2282 | "const-oid", |
| 2283 | "digest", |
| 2284 | "num-bigint-dig", |
| 2285 | "num-integer", |
| 2286 | "num-traits", |
| 2287 | "pkcs1", |
| 2288 | "pkcs8", |
| 2289 | "rand_core", |
| 2290 | "sha2", |
| 2291 | "signature", |
| 2292 | "spki", |
| 2293 | "subtle", |
| 2294 | "zeroize", |
| 2295 | ] |
| 2296 | |
| 2297 | [[package]] |
| 2298 | name = "russh" |
| 2299 | version = "0.46.0" |
| 2300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2301 | checksum = "c536b90d8e2468d8dedc8de2369383c101325e23fffa3a30de713032862a11d4" |
| 2302 | dependencies = [ |
| 2303 | "aes", |
| 2304 | "aes-gcm", |
| 2305 | "async-trait", |
| 2306 | "bitflags", |
| 2307 | "byteorder", |
| 2308 | "cbc", |
| 2309 | "chacha20", |
| 2310 | "ctr", |
| 2311 | "curve25519-dalek", |
| 2312 | "des", |
| 2313 | "digest", |
| 2314 | "elliptic-curve", |
| 2315 | "flate2", |
| 2316 | "futures", |
| 2317 | "generic-array", |
| 2318 | "hex-literal", |
| 2319 | "hmac", |
| 2320 | "log", |
| 2321 | "num-bigint", |
| 2322 | "once_cell", |
| 2323 | "p256", |
| 2324 | "p384", |
| 2325 | "p521", |
| 2326 | "poly1305", |
| 2327 | "rand", |
| 2328 | "rand_core", |
| 2329 | "russh-cryptovec", |
| 2330 | "russh-keys", |
| 2331 | "russh-sftp", |
| 2332 | "russh-util", |
| 2333 | "sha1", |
| 2334 | "sha2", |
| 2335 | "ssh-encoding", |
| 2336 | "ssh-key", |
| 2337 | "subtle", |
| 2338 | "thiserror 1.0.69", |
| 2339 | "tokio", |
| 2340 | ] |
| 2341 | |
| 2342 | [[package]] |
| 2343 | name = "russh-cryptovec" |
| 2344 | version = "0.7.3" |
| 2345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2346 | checksum = "fadd2c0ab350e21c66556f94ee06f766d8bdae3213857ba7610bfd8e10e51880" |
| 2347 | dependencies = [ |
| 2348 | "libc", |
| 2349 | "winapi", |
| 2350 | ] |
| 2351 | |
| 2352 | [[package]] |
| 2353 | name = "russh-keys" |
| 2354 | version = "0.46.0" |
| 2355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2356 | checksum = "6e3db166c8678c824627c2c46f619ed5ce4ae33f38a35403c62f6ab8f3985867" |
| 2357 | dependencies = [ |
| 2358 | "aes", |
| 2359 | "async-trait", |
| 2360 | "bcrypt-pbkdf", |
| 2361 | "block-padding", |
| 2362 | "byteorder", |
| 2363 | "cbc", |
| 2364 | "ctr", |
| 2365 | "data-encoding", |
| 2366 | "der", |
| 2367 | "digest", |
| 2368 | "ecdsa", |
| 2369 | "ed25519-dalek", |
| 2370 | "elliptic-curve", |
| 2371 | "futures", |
| 2372 | "getrandom 0.2.17", |
| 2373 | "hmac", |
| 2374 | "home", |
| 2375 | "inout", |
| 2376 | "log", |
| 2377 | "md5", |
| 2378 | "num-integer", |
| 2379 | "p256", |
| 2380 | "p384", |
| 2381 | "p521", |
| 2382 | "pageant", |
| 2383 | "pbkdf2", |
| 2384 | "pkcs1", |
| 2385 | "pkcs5", |
| 2386 | "pkcs8", |
| 2387 | "rand", |
| 2388 | "rand_core", |
| 2389 | "rsa", |
| 2390 | "russh-cryptovec", |
| 2391 | "russh-util", |
| 2392 | "sec1", |
| 2393 | "serde", |
| 2394 | "sha1", |
| 2395 | "sha2", |
| 2396 | "spki", |
| 2397 | "ssh-encoding", |
| 2398 | "ssh-key", |
| 2399 | "thiserror 1.0.69", |
| 2400 | "tokio", |
| 2401 | "tokio-stream", |
| 2402 | "typenum", |
| 2403 | "zeroize", |
| 2404 | ] |
| 2405 | |
| 2406 | [[package]] |
| 2407 | name = "russh-sftp" |
| 2408 | version = "2.1.1" |
| 2409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2410 | checksum = "3bb94393cafad0530145b8f626d8687f1ee1dedb93d7ba7740d6ae81868b13b5" |
| 2411 | dependencies = [ |
| 2412 | "bitflags", |
| 2413 | "bytes", |
| 2414 | "chrono", |
| 2415 | "flurry", |
| 2416 | "log", |
| 2417 | "serde", |
| 2418 | "thiserror 2.0.18", |
| 2419 | "tokio", |
| 2420 | "tokio-util", |
| 2421 | ] |
| 2422 | |
| 2423 | [[package]] |
| 2424 | name = "russh-util" |
| 2425 | version = "0.46.0" |
| 2426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2427 | checksum = "63aeb9d2b74f8f38befdc0c5172d5ffcf58f3d2ffcb423f3b6cdfe2c2d747b80" |
| 2428 | dependencies = [ |
| 2429 | "chrono", |
| 2430 | "tokio", |
| 2431 | "wasm-bindgen", |
| 2432 | "wasm-bindgen-futures", |
| 2433 | ] |
| 2434 | |
| 2435 | [[package]] |
| 2436 | name = "rustc-hash" |
| 2437 | version = "2.1.1" |
| 2438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2439 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 2440 | |
| 2441 | [[package]] |
| 2442 | name = "rustc_version" |
| 2443 | version = "0.4.1" |
| 2444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2445 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2446 | dependencies = [ |
| 2447 | "semver", |
| 2448 | ] |
| 2449 | |
| 2450 | [[package]] |
| 2451 | name = "rustix" |
| 2452 | version = "1.1.3" |
| 2453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2454 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 2455 | dependencies = [ |
| 2456 | "bitflags", |
| 2457 | "errno", |
| 2458 | "libc", |
| 2459 | "linux-raw-sys", |
| 2460 | "windows-sys 0.61.2", |
| 2461 | ] |
| 2462 | |
| 2463 | [[package]] |
| 2464 | name = "rustls" |
| 2465 | version = "0.23.36" |
| 2466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2467 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" |
| 2468 | dependencies = [ |
| 2469 | "once_cell", |
| 2470 | "rustls-pki-types", |
| 2471 | "rustls-webpki", |
| 2472 | "subtle", |
| 2473 | "zeroize", |
| 2474 | ] |
| 2475 | |
| 2476 | [[package]] |
| 2477 | name = "rustls-pki-types" |
| 2478 | version = "1.14.0" |
| 2479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2480 | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 2481 | dependencies = [ |
| 2482 | "zeroize", |
| 2483 | ] |
| 2484 | |
| 2485 | [[package]] |
| 2486 | name = "rustls-webpki" |
| 2487 | version = "0.103.9" |
| 2488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2489 | checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" |
| 2490 | dependencies = [ |
| 2491 | "ring", |
| 2492 | "rustls-pki-types", |
| 2493 | "untrusted", |
| 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
| 2497 | name = "rustversion" |
| 2498 | version = "1.0.22" |
| 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 2501 | |
| 2502 | [[package]] |
| 2503 | name = "ryu" |
| 2504 | version = "1.0.23" |
| 2505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2506 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 2507 | |
| 2508 | [[package]] |
| 2509 | name = "salsa20" |
| 2510 | version = "0.10.2" |
| 2511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2512 | checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" |
| 2513 | dependencies = [ |
| 2514 | "cipher", |
| 2515 | ] |
| 2516 | |
| 2517 | [[package]] |
| 2518 | name = "same-file" |
| 2519 | version = "1.0.6" |
| 2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2521 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 2522 | dependencies = [ |
| 2523 | "winapi-util", |
| 2524 | ] |
| 2525 | |
| 2526 | [[package]] |
| 2527 | name = "schannel" |
| 2528 | version = "0.1.28" |
| 2529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2530 | checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| 2531 | dependencies = [ |
| 2532 | "windows-sys 0.61.2", |
| 2533 | ] |
| 2534 | |
| 2535 | [[package]] |
| 2536 | name = "scopeguard" |
| 2537 | version = "1.2.0" |
| 2538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2539 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2540 | |
| 2541 | [[package]] |
| 2542 | name = "scrypt" |
| 2543 | version = "0.11.0" |
| 2544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2545 | checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" |
| 2546 | dependencies = [ |
| 2547 | "pbkdf2", |
| 2548 | "salsa20", |
| 2549 | "sha2", |
| 2550 | ] |
| 2551 | |
| 2552 | [[package]] |
| 2553 | name = "sec1" |
| 2554 | version = "0.7.3" |
| 2555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2556 | checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
| 2557 | dependencies = [ |
| 2558 | "base16ct", |
| 2559 | "der", |
| 2560 | "generic-array", |
| 2561 | "pkcs8", |
| 2562 | "subtle", |
| 2563 | "zeroize", |
| 2564 | ] |
| 2565 | |
| 2566 | [[package]] |
| 2567 | name = "security-framework" |
| 2568 | version = "3.6.0" |
| 2569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2570 | checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38" |
| 2571 | dependencies = [ |
| 2572 | "bitflags", |
| 2573 | "core-foundation 0.10.1", |
| 2574 | "core-foundation-sys", |
| 2575 | "libc", |
| 2576 | "security-framework-sys", |
| 2577 | ] |
| 2578 | |
| 2579 | [[package]] |
| 2580 | name = "security-framework-sys" |
| 2581 | version = "2.16.0" |
| 2582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2583 | checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a" |
| 2584 | dependencies = [ |
| 2585 | "core-foundation-sys", |
| 2586 | "libc", |
| 2587 | ] |
| 2588 | |
| 2589 | [[package]] |
| 2590 | name = "seize" |
| 2591 | version = "0.3.3" |
| 2592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2593 | checksum = "689224d06523904ebcc9b482c6a3f4f7fb396096645c4cd10c0d2ff7371a34d3" |
| 2594 | |
| 2595 | [[package]] |
| 2596 | name = "semver" |
| 2597 | version = "1.0.27" |
| 2598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2599 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 2600 | |
| 2601 | [[package]] |
| 2602 | name = "serde" |
| 2603 | version = "1.0.228" |
| 2604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2605 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 2606 | dependencies = [ |
| 2607 | "serde_core", |
| 2608 | "serde_derive", |
| 2609 | ] |
| 2610 | |
| 2611 | [[package]] |
| 2612 | name = "serde_core" |
| 2613 | version = "1.0.228" |
| 2614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2615 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 2616 | dependencies = [ |
| 2617 | "serde_derive", |
| 2618 | ] |
| 2619 | |
| 2620 | [[package]] |
| 2621 | name = "serde_derive" |
| 2622 | version = "1.0.228" |
| 2623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2624 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 2625 | dependencies = [ |
| 2626 | "proc-macro2", |
| 2627 | "quote", |
| 2628 | "syn", |
| 2629 | ] |
| 2630 | |
| 2631 | [[package]] |
| 2632 | name = "serde_json" |
| 2633 | version = "1.0.149" |
| 2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2635 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 2636 | dependencies = [ |
| 2637 | "itoa", |
| 2638 | "memchr", |
| 2639 | "serde", |
| 2640 | "serde_core", |
| 2641 | "zmij", |
| 2642 | ] |
| 2643 | |
| 2644 | [[package]] |
| 2645 | name = "serde_path_to_error" |
| 2646 | version = "0.1.20" |
| 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2648 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 2649 | dependencies = [ |
| 2650 | "itoa", |
| 2651 | "serde", |
| 2652 | "serde_core", |
| 2653 | ] |
| 2654 | |
| 2655 | [[package]] |
| 2656 | name = "serde_urlencoded" |
| 2657 | version = "0.7.1" |
| 2658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2659 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 2660 | dependencies = [ |
| 2661 | "form_urlencoded", |
| 2662 | "itoa", |
| 2663 | "ryu", |
| 2664 | "serde", |
| 2665 | ] |
| 2666 | |
| 2667 | [[package]] |
| 2668 | name = "sha1" |
| 2669 | version = "0.10.6" |
| 2670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2671 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 2672 | dependencies = [ |
| 2673 | "cfg-if", |
| 2674 | "cpufeatures", |
| 2675 | "digest", |
| 2676 | ] |
| 2677 | |
| 2678 | [[package]] |
| 2679 | name = "sha2" |
| 2680 | version = "0.10.9" |
| 2681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2682 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 2683 | dependencies = [ |
| 2684 | "cfg-if", |
| 2685 | "cpufeatures", |
| 2686 | "digest", |
| 2687 | ] |
| 2688 | |
| 2689 | [[package]] |
| 2690 | name = "sharded-slab" |
| 2691 | version = "0.1.7" |
| 2692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2693 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 2694 | dependencies = [ |
| 2695 | "lazy_static", |
| 2696 | ] |
| 2697 | |
| 2698 | [[package]] |
| 2699 | name = "shlex" |
| 2700 | version = "1.3.0" |
| 2701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2702 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 2703 | |
| 2704 | [[package]] |
| 2705 | name = "signal-hook-registry" |
| 2706 | version = "1.4.8" |
| 2707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2708 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 2709 | dependencies = [ |
| 2710 | "errno", |
| 2711 | "libc", |
| 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "signature" |
| 2716 | version = "2.2.0" |
| 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2718 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 2719 | dependencies = [ |
| 2720 | "digest", |
| 2721 | "rand_core", |
| 2722 | ] |
| 2723 | |
| 2724 | [[package]] |
| 2725 | name = "simd-adler32" |
| 2726 | version = "0.3.8" |
| 2727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2728 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 2729 | |
| 2730 | [[package]] |
| 2731 | name = "slab" |
| 2732 | version = "0.4.12" |
| 2733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2734 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 2735 | |
| 2736 | [[package]] |
| 2737 | name = "smallvec" |
| 2738 | version = "1.15.1" |
| 2739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2740 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 2741 | dependencies = [ |
| 2742 | "serde", |
| 2743 | ] |
| 2744 | |
| 2745 | [[package]] |
| 2746 | name = "socket2" |
| 2747 | version = "0.6.2" |
| 2748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2749 | checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" |
| 2750 | dependencies = [ |
| 2751 | "libc", |
| 2752 | "windows-sys 0.60.2", |
| 2753 | ] |
| 2754 | |
| 2755 | [[package]] |
| 2756 | name = "spin" |
| 2757 | version = "0.9.8" |
| 2758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2759 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 2760 | dependencies = [ |
| 2761 | "lock_api", |
| 2762 | ] |
| 2763 | |
| 2764 | [[package]] |
| 2765 | name = "spki" |
| 2766 | version = "0.7.3" |
| 2767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2768 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 2769 | dependencies = [ |
| 2770 | "base64ct", |
| 2771 | "der", |
| 2772 | ] |
| 2773 | |
| 2774 | [[package]] |
| 2775 | name = "sqlx" |
| 2776 | version = "0.8.6" |
| 2777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2778 | checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 2779 | dependencies = [ |
| 2780 | "sqlx-core", |
| 2781 | "sqlx-macros", |
| 2782 | "sqlx-mysql", |
| 2783 | "sqlx-postgres", |
| 2784 | "sqlx-sqlite", |
| 2785 | ] |
| 2786 | |
| 2787 | [[package]] |
| 2788 | name = "sqlx-core" |
| 2789 | version = "0.8.6" |
| 2790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2791 | checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 2792 | dependencies = [ |
| 2793 | "base64", |
| 2794 | "bytes", |
| 2795 | "crc", |
| 2796 | "crossbeam-queue", |
| 2797 | "either", |
| 2798 | "event-listener", |
| 2799 | "futures-core", |
| 2800 | "futures-intrusive", |
| 2801 | "futures-io", |
| 2802 | "futures-util", |
| 2803 | "hashbrown 0.15.5", |
| 2804 | "hashlink", |
| 2805 | "indexmap", |
| 2806 | "log", |
| 2807 | "memchr", |
| 2808 | "once_cell", |
| 2809 | "percent-encoding", |
| 2810 | "serde", |
| 2811 | "serde_json", |
| 2812 | "sha2", |
| 2813 | "smallvec", |
| 2814 | "thiserror 2.0.18", |
| 2815 | "tokio", |
| 2816 | "tokio-stream", |
| 2817 | "tracing", |
| 2818 | "url", |
| 2819 | ] |
| 2820 | |
| 2821 | [[package]] |
| 2822 | name = "sqlx-macros" |
| 2823 | version = "0.8.6" |
| 2824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2825 | checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 2826 | dependencies = [ |
| 2827 | "proc-macro2", |
| 2828 | "quote", |
| 2829 | "sqlx-core", |
| 2830 | "sqlx-macros-core", |
| 2831 | "syn", |
| 2832 | ] |
| 2833 | |
| 2834 | [[package]] |
| 2835 | name = "sqlx-macros-core" |
| 2836 | version = "0.8.6" |
| 2837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2838 | checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 2839 | dependencies = [ |
| 2840 | "dotenvy", |
| 2841 | "either", |
| 2842 | "heck", |
| 2843 | "hex", |
| 2844 | "once_cell", |
| 2845 | "proc-macro2", |
| 2846 | "quote", |
| 2847 | "serde", |
| 2848 | "serde_json", |
| 2849 | "sha2", |
| 2850 | "sqlx-core", |
| 2851 | "sqlx-mysql", |
| 2852 | "sqlx-postgres", |
| 2853 | "sqlx-sqlite", |
| 2854 | "syn", |
| 2855 | "tokio", |
| 2856 | "url", |
| 2857 | ] |
| 2858 | |
| 2859 | [[package]] |
| 2860 | name = "sqlx-mysql" |
| 2861 | version = "0.8.6" |
| 2862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2863 | checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 2864 | dependencies = [ |
| 2865 | "atoi", |
| 2866 | "base64", |
| 2867 | "bitflags", |
| 2868 | "byteorder", |
| 2869 | "bytes", |
| 2870 | "crc", |
| 2871 | "digest", |
| 2872 | "dotenvy", |
| 2873 | "either", |
| 2874 | "futures-channel", |
| 2875 | "futures-core", |
| 2876 | "futures-io", |
| 2877 | "futures-util", |
| 2878 | "generic-array", |
| 2879 | "hex", |
| 2880 | "hkdf", |
| 2881 | "hmac", |
| 2882 | "itoa", |
| 2883 | "log", |
| 2884 | "md-5", |
| 2885 | "memchr", |
| 2886 | "once_cell", |
| 2887 | "percent-encoding", |
| 2888 | "rand", |
| 2889 | "rsa", |
| 2890 | "serde", |
| 2891 | "sha1", |
| 2892 | "sha2", |
| 2893 | "smallvec", |
| 2894 | "sqlx-core", |
| 2895 | "stringprep", |
| 2896 | "thiserror 2.0.18", |
| 2897 | "tracing", |
| 2898 | "whoami", |
| 2899 | ] |
| 2900 | |
| 2901 | [[package]] |
| 2902 | name = "sqlx-postgres" |
| 2903 | version = "0.8.6" |
| 2904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2905 | checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 2906 | dependencies = [ |
| 2907 | "atoi", |
| 2908 | "base64", |
| 2909 | "bitflags", |
| 2910 | "byteorder", |
| 2911 | "crc", |
| 2912 | "dotenvy", |
| 2913 | "etcetera", |
| 2914 | "futures-channel", |
| 2915 | "futures-core", |
| 2916 | "futures-util", |
| 2917 | "hex", |
| 2918 | "hkdf", |
| 2919 | "hmac", |
| 2920 | "home", |
| 2921 | "itoa", |
| 2922 | "log", |
| 2923 | "md-5", |
| 2924 | "memchr", |
| 2925 | "once_cell", |
| 2926 | "rand", |
| 2927 | "serde", |
| 2928 | "serde_json", |
| 2929 | "sha2", |
| 2930 | "smallvec", |
| 2931 | "sqlx-core", |
| 2932 | "stringprep", |
| 2933 | "thiserror 2.0.18", |
| 2934 | "tracing", |
| 2935 | "whoami", |
| 2936 | ] |
| 2937 | |
| 2938 | [[package]] |
| 2939 | name = "sqlx-sqlite" |
| 2940 | version = "0.8.6" |
| 2941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2942 | checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 2943 | dependencies = [ |
| 2944 | "atoi", |
| 2945 | "flume", |
| 2946 | "futures-channel", |
| 2947 | "futures-core", |
| 2948 | "futures-executor", |
| 2949 | "futures-intrusive", |
| 2950 | "futures-util", |
| 2951 | "libsqlite3-sys", |
| 2952 | "log", |
| 2953 | "percent-encoding", |
| 2954 | "serde", |
| 2955 | "serde_urlencoded", |
| 2956 | "sqlx-core", |
| 2957 | "thiserror 2.0.18", |
| 2958 | "tracing", |
| 2959 | "url", |
| 2960 | ] |
| 2961 | |
| 2962 | [[package]] |
| 2963 | name = "ssh-cipher" |
| 2964 | version = "0.2.0" |
| 2965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2966 | checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f" |
| 2967 | dependencies = [ |
| 2968 | "aes", |
| 2969 | "aes-gcm", |
| 2970 | "cbc", |
| 2971 | "chacha20", |
| 2972 | "cipher", |
| 2973 | "ctr", |
| 2974 | "poly1305", |
| 2975 | "ssh-encoding", |
| 2976 | "subtle", |
| 2977 | ] |
| 2978 | |
| 2979 | [[package]] |
| 2980 | name = "ssh-encoding" |
| 2981 | version = "0.2.0" |
| 2982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2983 | checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15" |
| 2984 | dependencies = [ |
| 2985 | "base64ct", |
| 2986 | "pem-rfc7468", |
| 2987 | "sha2", |
| 2988 | ] |
| 2989 | |
| 2990 | [[package]] |
| 2991 | name = "ssh-key" |
| 2992 | version = "0.6.7" |
| 2993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2994 | checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3" |
| 2995 | dependencies = [ |
| 2996 | "bcrypt-pbkdf", |
| 2997 | "ed25519-dalek", |
| 2998 | "num-bigint-dig", |
| 2999 | "p256", |
| 3000 | "p384", |
| 3001 | "p521", |
| 3002 | "rand_core", |
| 3003 | "rsa", |
| 3004 | "sec1", |
| 3005 | "sha2", |
| 3006 | "signature", |
| 3007 | "ssh-cipher", |
| 3008 | "ssh-encoding", |
| 3009 | "subtle", |
| 3010 | "zeroize", |
| 3011 | ] |
| 3012 | |
| 3013 | [[package]] |
| 3014 | name = "stable_deref_trait" |
| 3015 | version = "1.2.1" |
| 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3017 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 3018 | |
| 3019 | [[package]] |
| 3020 | name = "stringprep" |
| 3021 | version = "0.1.5" |
| 3022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3023 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 3024 | dependencies = [ |
| 3025 | "unicode-bidi", |
| 3026 | "unicode-normalization", |
| 3027 | "unicode-properties", |
| 3028 | ] |
| 3029 | |
| 3030 | [[package]] |
| 3031 | name = "strsim" |
| 3032 | version = "0.11.1" |
| 3033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3034 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 3035 | |
| 3036 | [[package]] |
| 3037 | name = "subtle" |
| 3038 | version = "2.6.1" |
| 3039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3040 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 3041 | |
| 3042 | [[package]] |
| 3043 | name = "syn" |
| 3044 | version = "2.0.116" |
| 3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3046 | checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" |
| 3047 | dependencies = [ |
| 3048 | "proc-macro2", |
| 3049 | "quote", |
| 3050 | "unicode-ident", |
| 3051 | ] |
| 3052 | |
| 3053 | [[package]] |
| 3054 | name = "sync_wrapper" |
| 3055 | version = "1.0.2" |
| 3056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3057 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 3058 | dependencies = [ |
| 3059 | "futures-core", |
| 3060 | ] |
| 3061 | |
| 3062 | [[package]] |
| 3063 | name = "synstructure" |
| 3064 | version = "0.13.2" |
| 3065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3066 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 3067 | dependencies = [ |
| 3068 | "proc-macro2", |
| 3069 | "quote", |
| 3070 | "syn", |
| 3071 | ] |
| 3072 | |
| 3073 | [[package]] |
| 3074 | name = "system-configuration" |
| 3075 | version = "0.7.0" |
| 3076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3077 | checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" |
| 3078 | dependencies = [ |
| 3079 | "bitflags", |
| 3080 | "core-foundation 0.9.4", |
| 3081 | "system-configuration-sys", |
| 3082 | ] |
| 3083 | |
| 3084 | [[package]] |
| 3085 | name = "system-configuration-sys" |
| 3086 | version = "0.6.0" |
| 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3088 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 3089 | dependencies = [ |
| 3090 | "core-foundation-sys", |
| 3091 | "libc", |
| 3092 | ] |
| 3093 | |
| 3094 | [[package]] |
| 3095 | name = "tempfile" |
| 3096 | version = "3.25.0" |
| 3097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3098 | checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" |
| 3099 | dependencies = [ |
| 3100 | "fastrand", |
| 3101 | "getrandom 0.4.1", |
| 3102 | "once_cell", |
| 3103 | "rustix", |
| 3104 | "windows-sys 0.61.2", |
| 3105 | ] |
| 3106 | |
| 3107 | [[package]] |
| 3108 | name = "thiserror" |
| 3109 | version = "1.0.69" |
| 3110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3111 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 3112 | dependencies = [ |
| 3113 | "thiserror-impl 1.0.69", |
| 3114 | ] |
| 3115 | |
| 3116 | [[package]] |
| 3117 | name = "thiserror" |
| 3118 | version = "2.0.18" |
| 3119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3120 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 3121 | dependencies = [ |
| 3122 | "thiserror-impl 2.0.18", |
| 3123 | ] |
| 3124 | |
| 3125 | [[package]] |
| 3126 | name = "thiserror-impl" |
| 3127 | version = "1.0.69" |
| 3128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3129 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 3130 | dependencies = [ |
| 3131 | "proc-macro2", |
| 3132 | "quote", |
| 3133 | "syn", |
| 3134 | ] |
| 3135 | |
| 3136 | [[package]] |
| 3137 | name = "thiserror-impl" |
| 3138 | version = "2.0.18" |
| 3139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3140 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 3141 | dependencies = [ |
| 3142 | "proc-macro2", |
| 3143 | "quote", |
| 3144 | "syn", |
| 3145 | ] |
| 3146 | |
| 3147 | [[package]] |
| 3148 | name = "thread_local" |
| 3149 | version = "1.1.9" |
| 3150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3151 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 3152 | dependencies = [ |
| 3153 | "cfg-if", |
| 3154 | ] |
| 3155 | |
| 3156 | [[package]] |
| 3157 | name = "tiny-keccak" |
| 3158 | version = "2.0.2" |
| 3159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3160 | checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| 3161 | dependencies = [ |
| 3162 | "crunchy", |
| 3163 | ] |
| 3164 | |
| 3165 | [[package]] |
| 3166 | name = "tinystr" |
| 3167 | version = "0.8.2" |
| 3168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3169 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 3170 | dependencies = [ |
| 3171 | "displaydoc", |
| 3172 | "zerovec", |
| 3173 | ] |
| 3174 | |
| 3175 | [[package]] |
| 3176 | name = "tinyvec" |
| 3177 | version = "1.10.0" |
| 3178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3179 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 3180 | dependencies = [ |
| 3181 | "tinyvec_macros", |
| 3182 | ] |
| 3183 | |
| 3184 | [[package]] |
| 3185 | name = "tinyvec_macros" |
| 3186 | version = "0.1.1" |
| 3187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3188 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 3189 | |
| 3190 | [[package]] |
| 3191 | name = "tokio" |
| 3192 | version = "1.49.0" |
| 3193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3194 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 3195 | dependencies = [ |
| 3196 | "bytes", |
| 3197 | "libc", |
| 3198 | "mio", |
| 3199 | "parking_lot", |
| 3200 | "pin-project-lite", |
| 3201 | "signal-hook-registry", |
| 3202 | "socket2", |
| 3203 | "tokio-macros", |
| 3204 | "windows-sys 0.61.2", |
| 3205 | ] |
| 3206 | |
| 3207 | [[package]] |
| 3208 | name = "tokio-macros" |
| 3209 | version = "2.6.0" |
| 3210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3211 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 3212 | dependencies = [ |
| 3213 | "proc-macro2", |
| 3214 | "quote", |
| 3215 | "syn", |
| 3216 | ] |
| 3217 | |
| 3218 | [[package]] |
| 3219 | name = "tokio-native-tls" |
| 3220 | version = "0.3.1" |
| 3221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3222 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 3223 | dependencies = [ |
| 3224 | "native-tls", |
| 3225 | "tokio", |
| 3226 | ] |
| 3227 | |
| 3228 | [[package]] |
| 3229 | name = "tokio-rustls" |
| 3230 | version = "0.26.4" |
| 3231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3232 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 3233 | dependencies = [ |
| 3234 | "rustls", |
| 3235 | "tokio", |
| 3236 | ] |
| 3237 | |
| 3238 | [[package]] |
| 3239 | name = "tokio-stream" |
| 3240 | version = "0.1.18" |
| 3241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3242 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 3243 | dependencies = [ |
| 3244 | "futures-core", |
| 3245 | "pin-project-lite", |
| 3246 | "tokio", |
| 3247 | "tokio-util", |
| 3248 | ] |
| 3249 | |
| 3250 | [[package]] |
| 3251 | name = "tokio-util" |
| 3252 | version = "0.7.18" |
| 3253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3254 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 3255 | dependencies = [ |
| 3256 | "bytes", |
| 3257 | "futures-core", |
| 3258 | "futures-sink", |
| 3259 | "pin-project-lite", |
| 3260 | "tokio", |
| 3261 | ] |
| 3262 | |
| 3263 | [[package]] |
| 3264 | name = "tower" |
| 3265 | version = "0.5.3" |
| 3266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3267 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 3268 | dependencies = [ |
| 3269 | "futures-core", |
| 3270 | "futures-util", |
| 3271 | "pin-project-lite", |
| 3272 | "sync_wrapper", |
| 3273 | "tokio", |
| 3274 | "tower-layer", |
| 3275 | "tower-service", |
| 3276 | "tracing", |
| 3277 | ] |
| 3278 | |
| 3279 | [[package]] |
| 3280 | name = "tower-http" |
| 3281 | version = "0.6.8" |
| 3282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3283 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 3284 | dependencies = [ |
| 3285 | "bitflags", |
| 3286 | "bytes", |
| 3287 | "futures-util", |
| 3288 | "http", |
| 3289 | "http-body", |
| 3290 | "http-body-util", |
| 3291 | "iri-string", |
| 3292 | "pin-project-lite", |
| 3293 | "tokio", |
| 3294 | "tower", |
| 3295 | "tower-layer", |
| 3296 | "tower-service", |
| 3297 | "tracing", |
| 3298 | ] |
| 3299 | |
| 3300 | [[package]] |
| 3301 | name = "tower-layer" |
| 3302 | version = "0.3.3" |
| 3303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3304 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 3305 | |
| 3306 | [[package]] |
| 3307 | name = "tower-service" |
| 3308 | version = "0.3.3" |
| 3309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3310 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 3311 | |
| 3312 | [[package]] |
| 3313 | name = "tracing" |
| 3314 | version = "0.1.44" |
| 3315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3316 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 3317 | dependencies = [ |
| 3318 | "log", |
| 3319 | "pin-project-lite", |
| 3320 | "tracing-attributes", |
| 3321 | "tracing-core", |
| 3322 | ] |
| 3323 | |
| 3324 | [[package]] |
| 3325 | name = "tracing-attributes" |
| 3326 | version = "0.1.31" |
| 3327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3328 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 3329 | dependencies = [ |
| 3330 | "proc-macro2", |
| 3331 | "quote", |
| 3332 | "syn", |
| 3333 | ] |
| 3334 | |
| 3335 | [[package]] |
| 3336 | name = "tracing-core" |
| 3337 | version = "0.1.36" |
| 3338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3339 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 3340 | dependencies = [ |
| 3341 | "once_cell", |
| 3342 | "valuable", |
| 3343 | ] |
| 3344 | |
| 3345 | [[package]] |
| 3346 | name = "tracing-log" |
| 3347 | version = "0.2.0" |
| 3348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3349 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 3350 | dependencies = [ |
| 3351 | "log", |
| 3352 | "once_cell", |
| 3353 | "tracing-core", |
| 3354 | ] |
| 3355 | |
| 3356 | [[package]] |
| 3357 | name = "tracing-subscriber" |
| 3358 | version = "0.3.22" |
| 3359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3360 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 3361 | dependencies = [ |
| 3362 | "matchers", |
| 3363 | "nu-ansi-term", |
| 3364 | "once_cell", |
| 3365 | "regex-automata", |
| 3366 | "sharded-slab", |
| 3367 | "smallvec", |
| 3368 | "thread_local", |
| 3369 | "tracing", |
| 3370 | "tracing-core", |
| 3371 | "tracing-log", |
| 3372 | ] |
| 3373 | |
| 3374 | [[package]] |
| 3375 | name = "try-lock" |
| 3376 | version = "0.2.5" |
| 3377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3378 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 3379 | |
| 3380 | [[package]] |
| 3381 | name = "typenum" |
| 3382 | version = "1.19.0" |
| 3383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3384 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 3385 | |
| 3386 | [[package]] |
| 3387 | name = "unicase" |
| 3388 | version = "2.9.0" |
| 3389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3390 | checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 3391 | |
| 3392 | [[package]] |
| 3393 | name = "unicode-bidi" |
| 3394 | version = "0.3.18" |
| 3395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3396 | checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 3397 | |
| 3398 | [[package]] |
| 3399 | name = "unicode-ident" |
| 3400 | version = "1.0.23" |
| 3401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3402 | checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" |
| 3403 | |
| 3404 | [[package]] |
| 3405 | name = "unicode-normalization" |
| 3406 | version = "0.1.25" |
| 3407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3408 | checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 3409 | dependencies = [ |
| 3410 | "tinyvec", |
| 3411 | ] |
| 3412 | |
| 3413 | [[package]] |
| 3414 | name = "unicode-properties" |
| 3415 | version = "0.1.4" |
| 3416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 | checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 3418 | |
| 3419 | [[package]] |
| 3420 | name = "unicode-width" |
| 3421 | version = "0.2.2" |
| 3422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3423 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 3424 | |
| 3425 | [[package]] |
| 3426 | name = "unicode-xid" |
| 3427 | version = "0.2.6" |
| 3428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3429 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 3430 | |
| 3431 | [[package]] |
| 3432 | name = "universal-hash" |
| 3433 | version = "0.5.1" |
| 3434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3435 | checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| 3436 | dependencies = [ |
| 3437 | "crypto-common", |
| 3438 | "subtle", |
| 3439 | ] |
| 3440 | |
| 3441 | [[package]] |
| 3442 | name = "untrusted" |
| 3443 | version = "0.9.0" |
| 3444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3445 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 3446 | |
| 3447 | [[package]] |
| 3448 | name = "url" |
| 3449 | version = "2.5.8" |
| 3450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3451 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 3452 | dependencies = [ |
| 3453 | "form_urlencoded", |
| 3454 | "idna", |
| 3455 | "percent-encoding", |
| 3456 | "serde", |
| 3457 | ] |
| 3458 | |
| 3459 | [[package]] |
| 3460 | name = "utf8_iter" |
| 3461 | version = "1.0.4" |
| 3462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3463 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 3464 | |
| 3465 | [[package]] |
| 3466 | name = "utf8parse" |
| 3467 | version = "0.2.2" |
| 3468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3469 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 3470 | |
| 3471 | [[package]] |
| 3472 | name = "valuable" |
| 3473 | version = "0.1.1" |
| 3474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3475 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 3476 | |
| 3477 | [[package]] |
| 3478 | name = "vcpkg" |
| 3479 | version = "0.2.15" |
| 3480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3481 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 3482 | |
| 3483 | [[package]] |
| 3484 | name = "version_check" |
| 3485 | version = "0.9.5" |
| 3486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3487 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 3488 | |
| 3489 | [[package]] |
| 3490 | name = "walkdir" |
| 3491 | version = "2.5.0" |
| 3492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3493 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 3494 | dependencies = [ |
| 3495 | "same-file", |
| 3496 | "winapi-util", |
| 3497 | ] |
| 3498 | |
| 3499 | [[package]] |
| 3500 | name = "want" |
| 3501 | version = "0.3.1" |
| 3502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3503 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 3504 | dependencies = [ |
| 3505 | "try-lock", |
| 3506 | ] |
| 3507 | |
| 3508 | [[package]] |
| 3509 | name = "wasi" |
| 3510 | version = "0.11.1+wasi-snapshot-preview1" |
| 3511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3512 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 3513 | |
| 3514 | [[package]] |
| 3515 | name = "wasip2" |
| 3516 | version = "1.0.2+wasi-0.2.9" |
| 3517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3518 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 3519 | dependencies = [ |
| 3520 | "wit-bindgen", |
| 3521 | ] |
| 3522 | |
| 3523 | [[package]] |
| 3524 | name = "wasip3" |
| 3525 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 3526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3527 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 3528 | dependencies = [ |
| 3529 | "wit-bindgen", |
| 3530 | ] |
| 3531 | |
| 3532 | [[package]] |
| 3533 | name = "wasite" |
| 3534 | version = "0.1.0" |
| 3535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3536 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 3537 | |
| 3538 | [[package]] |
| 3539 | name = "wasm-bindgen" |
| 3540 | version = "0.2.108" |
| 3541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3542 | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" |
| 3543 | dependencies = [ |
| 3544 | "cfg-if", |
| 3545 | "once_cell", |
| 3546 | "rustversion", |
| 3547 | "wasm-bindgen-macro", |
| 3548 | "wasm-bindgen-shared", |
| 3549 | ] |
| 3550 | |
| 3551 | [[package]] |
| 3552 | name = "wasm-bindgen-futures" |
| 3553 | version = "0.4.58" |
| 3554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3555 | checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" |
| 3556 | dependencies = [ |
| 3557 | "cfg-if", |
| 3558 | "futures-util", |
| 3559 | "js-sys", |
| 3560 | "once_cell", |
| 3561 | "wasm-bindgen", |
| 3562 | "web-sys", |
| 3563 | ] |
| 3564 | |
| 3565 | [[package]] |
| 3566 | name = "wasm-bindgen-macro" |
| 3567 | version = "0.2.108" |
| 3568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3569 | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" |
| 3570 | dependencies = [ |
| 3571 | "quote", |
| 3572 | "wasm-bindgen-macro-support", |
| 3573 | ] |
| 3574 | |
| 3575 | [[package]] |
| 3576 | name = "wasm-bindgen-macro-support" |
| 3577 | version = "0.2.108" |
| 3578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3579 | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" |
| 3580 | dependencies = [ |
| 3581 | "bumpalo", |
| 3582 | "proc-macro2", |
| 3583 | "quote", |
| 3584 | "syn", |
| 3585 | "wasm-bindgen-shared", |
| 3586 | ] |
| 3587 | |
| 3588 | [[package]] |
| 3589 | name = "wasm-bindgen-shared" |
| 3590 | version = "0.2.108" |
| 3591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3592 | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" |
| 3593 | dependencies = [ |
| 3594 | "unicode-ident", |
| 3595 | ] |
| 3596 | |
| 3597 | [[package]] |
| 3598 | name = "wasm-encoder" |
| 3599 | version = "0.244.0" |
| 3600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3601 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 3602 | dependencies = [ |
| 3603 | "leb128fmt", |
| 3604 | "wasmparser", |
| 3605 | ] |
| 3606 | |
| 3607 | [[package]] |
| 3608 | name = "wasm-metadata" |
| 3609 | version = "0.244.0" |
| 3610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3611 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 3612 | dependencies = [ |
| 3613 | "anyhow", |
| 3614 | "indexmap", |
| 3615 | "wasm-encoder", |
| 3616 | "wasmparser", |
| 3617 | ] |
| 3618 | |
| 3619 | [[package]] |
| 3620 | name = "wasmparser" |
| 3621 | version = "0.244.0" |
| 3622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3623 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 3624 | dependencies = [ |
| 3625 | "bitflags", |
| 3626 | "hashbrown 0.15.5", |
| 3627 | "indexmap", |
| 3628 | "semver", |
| 3629 | ] |
| 3630 | |
| 3631 | [[package]] |
| 3632 | name = "web-sys" |
| 3633 | version = "0.3.85" |
| 3634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3635 | checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" |
| 3636 | dependencies = [ |
| 3637 | "js-sys", |
| 3638 | "wasm-bindgen", |
| 3639 | ] |
| 3640 | |
| 3641 | [[package]] |
| 3642 | name = "whoami" |
| 3643 | version = "1.6.1" |
| 3644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3645 | checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 3646 | dependencies = [ |
| 3647 | "libredox", |
| 3648 | "wasite", |
| 3649 | ] |
| 3650 | |
| 3651 | [[package]] |
| 3652 | name = "winapi" |
| 3653 | version = "0.3.9" |
| 3654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3655 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 3656 | dependencies = [ |
| 3657 | "winapi-i686-pc-windows-gnu", |
| 3658 | "winapi-x86_64-pc-windows-gnu", |
| 3659 | ] |
| 3660 | |
| 3661 | [[package]] |
| 3662 | name = "winapi-i686-pc-windows-gnu" |
| 3663 | version = "0.4.0" |
| 3664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3665 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 3666 | |
| 3667 | [[package]] |
| 3668 | name = "winapi-util" |
| 3669 | version = "0.1.11" |
| 3670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3671 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 3672 | dependencies = [ |
| 3673 | "windows-sys 0.61.2", |
| 3674 | ] |
| 3675 | |
| 3676 | [[package]] |
| 3677 | name = "winapi-x86_64-pc-windows-gnu" |
| 3678 | version = "0.4.0" |
| 3679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3680 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 3681 | |
| 3682 | [[package]] |
| 3683 | name = "windows" |
| 3684 | version = "0.58.0" |
| 3685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3686 | checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" |
| 3687 | dependencies = [ |
| 3688 | "windows-core 0.58.0", |
| 3689 | "windows-targets 0.52.6", |
| 3690 | ] |
| 3691 | |
| 3692 | [[package]] |
| 3693 | name = "windows-core" |
| 3694 | version = "0.58.0" |
| 3695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3696 | checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" |
| 3697 | dependencies = [ |
| 3698 | "windows-implement 0.58.0", |
| 3699 | "windows-interface 0.58.0", |
| 3700 | "windows-result 0.2.0", |
| 3701 | "windows-strings 0.1.0", |
| 3702 | "windows-targets 0.52.6", |
| 3703 | ] |
| 3704 | |
| 3705 | [[package]] |
| 3706 | name = "windows-core" |
| 3707 | version = "0.62.2" |
| 3708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3709 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 3710 | dependencies = [ |
| 3711 | "windows-implement 0.60.2", |
| 3712 | "windows-interface 0.59.3", |
| 3713 | "windows-link", |
| 3714 | "windows-result 0.4.1", |
| 3715 | "windows-strings 0.5.1", |
| 3716 | ] |
| 3717 | |
| 3718 | [[package]] |
| 3719 | name = "windows-implement" |
| 3720 | version = "0.58.0" |
| 3721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3722 | checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" |
| 3723 | dependencies = [ |
| 3724 | "proc-macro2", |
| 3725 | "quote", |
| 3726 | "syn", |
| 3727 | ] |
| 3728 | |
| 3729 | [[package]] |
| 3730 | name = "windows-implement" |
| 3731 | version = "0.60.2" |
| 3732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3733 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 3734 | dependencies = [ |
| 3735 | "proc-macro2", |
| 3736 | "quote", |
| 3737 | "syn", |
| 3738 | ] |
| 3739 | |
| 3740 | [[package]] |
| 3741 | name = "windows-interface" |
| 3742 | version = "0.58.0" |
| 3743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3744 | checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" |
| 3745 | dependencies = [ |
| 3746 | "proc-macro2", |
| 3747 | "quote", |
| 3748 | "syn", |
| 3749 | ] |
| 3750 | |
| 3751 | [[package]] |
| 3752 | name = "windows-interface" |
| 3753 | version = "0.59.3" |
| 3754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3755 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 3756 | dependencies = [ |
| 3757 | "proc-macro2", |
| 3758 | "quote", |
| 3759 | "syn", |
| 3760 | ] |
| 3761 | |
| 3762 | [[package]] |
| 3763 | name = "windows-link" |
| 3764 | version = "0.2.1" |
| 3765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3766 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 3767 | |
| 3768 | [[package]] |
| 3769 | name = "windows-registry" |
| 3770 | version = "0.6.1" |
| 3771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3772 | checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
| 3773 | dependencies = [ |
| 3774 | "windows-link", |
| 3775 | "windows-result 0.4.1", |
| 3776 | "windows-strings 0.5.1", |
| 3777 | ] |
| 3778 | |
| 3779 | [[package]] |
| 3780 | name = "windows-result" |
| 3781 | version = "0.2.0" |
| 3782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3783 | checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| 3784 | dependencies = [ |
| 3785 | "windows-targets 0.52.6", |
| 3786 | ] |
| 3787 | |
| 3788 | [[package]] |
| 3789 | name = "windows-result" |
| 3790 | version = "0.4.1" |
| 3791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3792 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 3793 | dependencies = [ |
| 3794 | "windows-link", |
| 3795 | ] |
| 3796 | |
| 3797 | [[package]] |
| 3798 | name = "windows-strings" |
| 3799 | version = "0.1.0" |
| 3800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3801 | checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| 3802 | dependencies = [ |
| 3803 | "windows-result 0.2.0", |
| 3804 | "windows-targets 0.52.6", |
| 3805 | ] |
| 3806 | |
| 3807 | [[package]] |
| 3808 | name = "windows-strings" |
| 3809 | version = "0.5.1" |
| 3810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3811 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 3812 | dependencies = [ |
| 3813 | "windows-link", |
| 3814 | ] |
| 3815 | |
| 3816 | [[package]] |
| 3817 | name = "windows-sys" |
| 3818 | version = "0.48.0" |
| 3819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3820 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 3821 | dependencies = [ |
| 3822 | "windows-targets 0.48.5", |
| 3823 | ] |
| 3824 | |
| 3825 | [[package]] |
| 3826 | name = "windows-sys" |
| 3827 | version = "0.52.0" |
| 3828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3829 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 3830 | dependencies = [ |
| 3831 | "windows-targets 0.52.6", |
| 3832 | ] |
| 3833 | |
| 3834 | [[package]] |
| 3835 | name = "windows-sys" |
| 3836 | version = "0.60.2" |
| 3837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3838 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 3839 | dependencies = [ |
| 3840 | "windows-targets 0.53.5", |
| 3841 | ] |
| 3842 | |
| 3843 | [[package]] |
| 3844 | name = "windows-sys" |
| 3845 | version = "0.61.2" |
| 3846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3847 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 3848 | dependencies = [ |
| 3849 | "windows-link", |
| 3850 | ] |
| 3851 | |
| 3852 | [[package]] |
| 3853 | name = "windows-targets" |
| 3854 | version = "0.48.5" |
| 3855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3856 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 3857 | dependencies = [ |
| 3858 | "windows_aarch64_gnullvm 0.48.5", |
| 3859 | "windows_aarch64_msvc 0.48.5", |
| 3860 | "windows_i686_gnu 0.48.5", |
| 3861 | "windows_i686_msvc 0.48.5", |
| 3862 | "windows_x86_64_gnu 0.48.5", |
| 3863 | "windows_x86_64_gnullvm 0.48.5", |
| 3864 | "windows_x86_64_msvc 0.48.5", |
| 3865 | ] |
| 3866 | |
| 3867 | [[package]] |
| 3868 | name = "windows-targets" |
| 3869 | version = "0.52.6" |
| 3870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3871 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 3872 | dependencies = [ |
| 3873 | "windows_aarch64_gnullvm 0.52.6", |
| 3874 | "windows_aarch64_msvc 0.52.6", |
| 3875 | "windows_i686_gnu 0.52.6", |
| 3876 | "windows_i686_gnullvm 0.52.6", |
| 3877 | "windows_i686_msvc 0.52.6", |
| 3878 | "windows_x86_64_gnu 0.52.6", |
| 3879 | "windows_x86_64_gnullvm 0.52.6", |
| 3880 | "windows_x86_64_msvc 0.52.6", |
| 3881 | ] |
| 3882 | |
| 3883 | [[package]] |
| 3884 | name = "windows-targets" |
| 3885 | version = "0.53.5" |
| 3886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3887 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 3888 | dependencies = [ |
| 3889 | "windows-link", |
| 3890 | "windows_aarch64_gnullvm 0.53.1", |
| 3891 | "windows_aarch64_msvc 0.53.1", |
| 3892 | "windows_i686_gnu 0.53.1", |
| 3893 | "windows_i686_gnullvm 0.53.1", |
| 3894 | "windows_i686_msvc 0.53.1", |
| 3895 | "windows_x86_64_gnu 0.53.1", |
| 3896 | "windows_x86_64_gnullvm 0.53.1", |
| 3897 | "windows_x86_64_msvc 0.53.1", |
| 3898 | ] |
| 3899 | |
| 3900 | [[package]] |
| 3901 | name = "windows_aarch64_gnullvm" |
| 3902 | version = "0.48.5" |
| 3903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3904 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 3905 | |
| 3906 | [[package]] |
| 3907 | name = "windows_aarch64_gnullvm" |
| 3908 | version = "0.52.6" |
| 3909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3910 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 3911 | |
| 3912 | [[package]] |
| 3913 | name = "windows_aarch64_gnullvm" |
| 3914 | version = "0.53.1" |
| 3915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3916 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 3917 | |
| 3918 | [[package]] |
| 3919 | name = "windows_aarch64_msvc" |
| 3920 | version = "0.48.5" |
| 3921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3922 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 3923 | |
| 3924 | [[package]] |
| 3925 | name = "windows_aarch64_msvc" |
| 3926 | version = "0.52.6" |
| 3927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3928 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 3929 | |
| 3930 | [[package]] |
| 3931 | name = "windows_aarch64_msvc" |
| 3932 | version = "0.53.1" |
| 3933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3934 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 3935 | |
| 3936 | [[package]] |
| 3937 | name = "windows_i686_gnu" |
| 3938 | version = "0.48.5" |
| 3939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3940 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 3941 | |
| 3942 | [[package]] |
| 3943 | name = "windows_i686_gnu" |
| 3944 | version = "0.52.6" |
| 3945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3946 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 3947 | |
| 3948 | [[package]] |
| 3949 | name = "windows_i686_gnu" |
| 3950 | version = "0.53.1" |
| 3951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3952 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 3953 | |
| 3954 | [[package]] |
| 3955 | name = "windows_i686_gnullvm" |
| 3956 | version = "0.52.6" |
| 3957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3958 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 3959 | |
| 3960 | [[package]] |
| 3961 | name = "windows_i686_gnullvm" |
| 3962 | version = "0.53.1" |
| 3963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3964 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 3965 | |
| 3966 | [[package]] |
| 3967 | name = "windows_i686_msvc" |
| 3968 | version = "0.48.5" |
| 3969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3970 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 3971 | |
| 3972 | [[package]] |
| 3973 | name = "windows_i686_msvc" |
| 3974 | version = "0.52.6" |
| 3975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3976 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 3977 | |
| 3978 | [[package]] |
| 3979 | name = "windows_i686_msvc" |
| 3980 | version = "0.53.1" |
| 3981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3982 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 3983 | |
| 3984 | [[package]] |
| 3985 | name = "windows_x86_64_gnu" |
| 3986 | version = "0.48.5" |
| 3987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3988 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 3989 | |
| 3990 | [[package]] |
| 3991 | name = "windows_x86_64_gnu" |
| 3992 | version = "0.52.6" |
| 3993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3994 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 3995 | |
| 3996 | [[package]] |
| 3997 | name = "windows_x86_64_gnu" |
| 3998 | version = "0.53.1" |
| 3999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4000 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 4001 | |
| 4002 | [[package]] |
| 4003 | name = "windows_x86_64_gnullvm" |
| 4004 | version = "0.48.5" |
| 4005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4006 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 4007 | |
| 4008 | [[package]] |
| 4009 | name = "windows_x86_64_gnullvm" |
| 4010 | version = "0.52.6" |
| 4011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4012 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 4013 | |
| 4014 | [[package]] |
| 4015 | name = "windows_x86_64_gnullvm" |
| 4016 | version = "0.53.1" |
| 4017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4018 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 4019 | |
| 4020 | [[package]] |
| 4021 | name = "windows_x86_64_msvc" |
| 4022 | version = "0.48.5" |
| 4023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4024 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 4025 | |
| 4026 | [[package]] |
| 4027 | name = "windows_x86_64_msvc" |
| 4028 | version = "0.52.6" |
| 4029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4030 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 4031 | |
| 4032 | [[package]] |
| 4033 | name = "windows_x86_64_msvc" |
| 4034 | version = "0.53.1" |
| 4035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4036 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 4037 | |
| 4038 | [[package]] |
| 4039 | name = "winnow" |
| 4040 | version = "0.7.14" |
| 4041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4042 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 4043 | dependencies = [ |
| 4044 | "memchr", |
| 4045 | ] |
| 4046 | |
| 4047 | [[package]] |
| 4048 | name = "wit-bindgen" |
| 4049 | version = "0.51.0" |
| 4050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4051 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 4052 | dependencies = [ |
| 4053 | "wit-bindgen-rust-macro", |
| 4054 | ] |
| 4055 | |
| 4056 | [[package]] |
| 4057 | name = "wit-bindgen-core" |
| 4058 | version = "0.51.0" |
| 4059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4060 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 4061 | dependencies = [ |
| 4062 | "anyhow", |
| 4063 | "heck", |
| 4064 | "wit-parser", |
| 4065 | ] |
| 4066 | |
| 4067 | [[package]] |
| 4068 | name = "wit-bindgen-rust" |
| 4069 | version = "0.51.0" |
| 4070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4071 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 4072 | dependencies = [ |
| 4073 | "anyhow", |
| 4074 | "heck", |
| 4075 | "indexmap", |
| 4076 | "prettyplease", |
| 4077 | "syn", |
| 4078 | "wasm-metadata", |
| 4079 | "wit-bindgen-core", |
| 4080 | "wit-component", |
| 4081 | ] |
| 4082 | |
| 4083 | [[package]] |
| 4084 | name = "wit-bindgen-rust-macro" |
| 4085 | version = "0.51.0" |
| 4086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4087 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 4088 | dependencies = [ |
| 4089 | "anyhow", |
| 4090 | "prettyplease", |
| 4091 | "proc-macro2", |
| 4092 | "quote", |
| 4093 | "syn", |
| 4094 | "wit-bindgen-core", |
| 4095 | "wit-bindgen-rust", |
| 4096 | ] |
| 4097 | |
| 4098 | [[package]] |
| 4099 | name = "wit-component" |
| 4100 | version = "0.244.0" |
| 4101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4102 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 4103 | dependencies = [ |
| 4104 | "anyhow", |
| 4105 | "bitflags", |
| 4106 | "indexmap", |
| 4107 | "log", |
| 4108 | "serde", |
| 4109 | "serde_derive", |
| 4110 | "serde_json", |
| 4111 | "wasm-encoder", |
| 4112 | "wasm-metadata", |
| 4113 | "wasmparser", |
| 4114 | "wit-parser", |
| 4115 | ] |
| 4116 | |
| 4117 | [[package]] |
| 4118 | name = "wit-parser" |
| 4119 | version = "0.244.0" |
| 4120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4121 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 4122 | dependencies = [ |
| 4123 | "anyhow", |
| 4124 | "id-arena", |
| 4125 | "indexmap", |
| 4126 | "log", |
| 4127 | "semver", |
| 4128 | "serde", |
| 4129 | "serde_derive", |
| 4130 | "serde_json", |
| 4131 | "unicode-xid", |
| 4132 | "wasmparser", |
| 4133 | ] |
| 4134 | |
| 4135 | [[package]] |
| 4136 | name = "writeable" |
| 4137 | version = "0.6.2" |
| 4138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4139 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 4140 | |
| 4141 | [[package]] |
| 4142 | name = "yoke" |
| 4143 | version = "0.8.1" |
| 4144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4145 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 4146 | dependencies = [ |
| 4147 | "stable_deref_trait", |
| 4148 | "yoke-derive", |
| 4149 | "zerofrom", |
| 4150 | ] |
| 4151 | |
| 4152 | [[package]] |
| 4153 | name = "yoke-derive" |
| 4154 | version = "0.8.1" |
| 4155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4156 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 4157 | dependencies = [ |
| 4158 | "proc-macro2", |
| 4159 | "quote", |
| 4160 | "syn", |
| 4161 | "synstructure", |
| 4162 | ] |
| 4163 | |
| 4164 | [[package]] |
| 4165 | name = "zerocopy" |
| 4166 | version = "0.8.39" |
| 4167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4168 | checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" |
| 4169 | dependencies = [ |
| 4170 | "zerocopy-derive", |
| 4171 | ] |
| 4172 | |
| 4173 | [[package]] |
| 4174 | name = "zerocopy-derive" |
| 4175 | version = "0.8.39" |
| 4176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4177 | checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" |
| 4178 | dependencies = [ |
| 4179 | "proc-macro2", |
| 4180 | "quote", |
| 4181 | "syn", |
| 4182 | ] |
| 4183 | |
| 4184 | [[package]] |
| 4185 | name = "zerofrom" |
| 4186 | version = "0.1.6" |
| 4187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4188 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 4189 | dependencies = [ |
| 4190 | "zerofrom-derive", |
| 4191 | ] |
| 4192 | |
| 4193 | [[package]] |
| 4194 | name = "zerofrom-derive" |
| 4195 | version = "0.1.6" |
| 4196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4197 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 4198 | dependencies = [ |
| 4199 | "proc-macro2", |
| 4200 | "quote", |
| 4201 | "syn", |
| 4202 | "synstructure", |
| 4203 | ] |
| 4204 | |
| 4205 | [[package]] |
| 4206 | name = "zeroize" |
| 4207 | version = "1.8.2" |
| 4208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4209 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 4210 | |
| 4211 | [[package]] |
| 4212 | name = "zerotrie" |
| 4213 | version = "0.2.3" |
| 4214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4215 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 4216 | dependencies = [ |
| 4217 | "displaydoc", |
| 4218 | "yoke", |
| 4219 | "zerofrom", |
| 4220 | ] |
| 4221 | |
| 4222 | [[package]] |
| 4223 | name = "zerovec" |
| 4224 | version = "0.11.5" |
| 4225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4226 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 4227 | dependencies = [ |
| 4228 | "yoke", |
| 4229 | "zerofrom", |
| 4230 | "zerovec-derive", |
| 4231 | ] |
| 4232 | |
| 4233 | [[package]] |
| 4234 | name = "zerovec-derive" |
| 4235 | version = "0.11.2" |
| 4236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4237 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 4238 | dependencies = [ |
| 4239 | "proc-macro2", |
| 4240 | "quote", |
| 4241 | "syn", |
| 4242 | ] |
| 4243 | |
| 4244 | [[package]] |
| 4245 | name = "zmij" |
| 4246 | version = "1.0.21" |
| 4247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4248 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |