| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "aho-corasick" |
| 7 | version = "1.1.5" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" |
| 10 | dependencies = [ |
| 11 | "memchr", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "allocator-api2" |
| 16 | version = "0.2.21" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "anstream" |
| 22 | version = "1.0.0" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 25 | dependencies = [ |
| 26 | "anstyle", |
| 27 | "anstyle-parse", |
| 28 | "anstyle-query", |
| 29 | "anstyle-wincon", |
| 30 | "colorchoice", |
| 31 | "is_terminal_polyfill", |
| 32 | "utf8parse", |
| 33 | ] |
| 34 | |
| 35 | [[package]] |
| 36 | name = "anstyle" |
| 37 | version = "1.0.14" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 40 | |
| 41 | [[package]] |
| 42 | name = "anstyle-parse" |
| 43 | version = "1.0.0" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 46 | dependencies = [ |
| 47 | "utf8parse", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "anstyle-query" |
| 52 | version = "1.1.5" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 55 | dependencies = [ |
| 56 | "windows-sys 0.61.2", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "anstyle-wincon" |
| 61 | version = "3.0.11" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 64 | dependencies = [ |
| 65 | "anstyle", |
| 66 | "once_cell_polyfill", |
| 67 | "windows-sys 0.61.2", |
| 68 | ] |
| 69 | |
| 70 | [[package]] |
| 71 | name = "anyhow" |
| 72 | version = "1.0.104" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" |
| 75 | |
| 76 | [[package]] |
| 77 | name = "assert-json-diff" |
| 78 | version = "2.0.2" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" |
| 81 | dependencies = [ |
| 82 | "serde", |
| 83 | "serde_json", |
| 84 | ] |
| 85 | |
| 86 | [[package]] |
| 87 | name = "atomic-waker" |
| 88 | version = "1.1.2" |
| 89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 91 | |
| 92 | [[package]] |
| 93 | name = "aws-lc-rs" |
| 94 | version = "1.17.3" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" |
| 97 | dependencies = [ |
| 98 | "aws-lc-sys", |
| 99 | "zeroize", |
| 100 | ] |
| 101 | |
| 102 | [[package]] |
| 103 | name = "aws-lc-sys" |
| 104 | version = "0.43.0" |
| 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 | checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" |
| 107 | dependencies = [ |
| 108 | "cc", |
| 109 | "cmake", |
| 110 | "dunce", |
| 111 | "fs_extra", |
| 112 | "pkg-config", |
| 113 | ] |
| 114 | |
| 115 | [[package]] |
| 116 | name = "base64" |
| 117 | version = "0.22.1" |
| 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 120 | |
| 121 | [[package]] |
| 122 | name = "bitflags" |
| 123 | version = "2.13.1" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| 126 | |
| 127 | [[package]] |
| 128 | name = "bumpalo" |
| 129 | version = "3.20.3" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 132 | |
| 133 | [[package]] |
| 134 | name = "bytes" |
| 135 | version = "1.12.1" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| 138 | |
| 139 | [[package]] |
| 140 | name = "cassowary" |
| 141 | version = "0.3.0" |
| 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 | checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| 144 | |
| 145 | [[package]] |
| 146 | name = "castaway" |
| 147 | version = "0.2.4" |
| 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 150 | dependencies = [ |
| 151 | "rustversion", |
| 152 | ] |
| 153 | |
| 154 | [[package]] |
| 155 | name = "cc" |
| 156 | version = "1.4.1" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "9066c49992464636f92905fa096ec58baaa4d57ec19a5c096c68d3e25ef3d136" |
| 159 | dependencies = [ |
| 160 | "find-msvc-tools", |
| 161 | "jobserver", |
| 162 | "libc", |
| 163 | "shlex", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "cfg-if" |
| 168 | version = "1.0.4" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 171 | |
| 172 | [[package]] |
| 173 | name = "cfg_aliases" |
| 174 | version = "0.2.2" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| 177 | |
| 178 | [[package]] |
| 179 | name = "chacha20" |
| 180 | version = "0.10.1" |
| 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 182 | checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" |
| 183 | dependencies = [ |
| 184 | "cfg-if", |
| 185 | "cpufeatures", |
| 186 | "rand_core", |
| 187 | ] |
| 188 | |
| 189 | [[package]] |
| 190 | name = "cielago" |
| 191 | version = "0.1.0" |
| 192 | dependencies = [ |
| 193 | "anyhow", |
| 194 | "clap", |
| 195 | "crossterm", |
| 196 | "dirs", |
| 197 | "ratatui", |
| 198 | "reqwest", |
| 199 | "serde", |
| 200 | "serde_json", |
| 201 | "serde_yaml", |
| 202 | "tempfile", |
| 203 | "thiserror", |
| 204 | "tokio", |
| 205 | "tui-textarea", |
| 206 | "url", |
| 207 | "uuid", |
| 208 | "wiremock", |
| 209 | ] |
| 210 | |
| 211 | [[package]] |
| 212 | name = "clap" |
| 213 | version = "4.6.6" |
| 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 215 | checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" |
| 216 | dependencies = [ |
| 217 | "clap_builder", |
| 218 | "clap_derive", |
| 219 | ] |
| 220 | |
| 221 | [[package]] |
| 222 | name = "clap_builder" |
| 223 | version = "4.6.6" |
| 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 | checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" |
| 226 | dependencies = [ |
| 227 | "anstream", |
| 228 | "anstyle", |
| 229 | "clap_lex", |
| 230 | "strsim", |
| 231 | ] |
| 232 | |
| 233 | [[package]] |
| 234 | name = "clap_derive" |
| 235 | version = "4.6.4" |
| 236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 237 | checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" |
| 238 | dependencies = [ |
| 239 | "heck", |
| 240 | "proc-macro2", |
| 241 | "quote", |
| 242 | "syn 3.0.3", |
| 243 | ] |
| 244 | |
| 245 | [[package]] |
| 246 | name = "clap_lex" |
| 247 | version = "1.1.0" |
| 248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 249 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 250 | |
| 251 | [[package]] |
| 252 | name = "cmake" |
| 253 | version = "0.1.58" |
| 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 256 | dependencies = [ |
| 257 | "cc", |
| 258 | ] |
| 259 | |
| 260 | [[package]] |
| 261 | name = "colorchoice" |
| 262 | version = "1.0.5" |
| 263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 | checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 265 | |
| 266 | [[package]] |
| 267 | name = "combine" |
| 268 | version = "4.6.7" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 271 | dependencies = [ |
| 272 | "bytes", |
| 273 | "memchr", |
| 274 | ] |
| 275 | |
| 276 | [[package]] |
| 277 | name = "compact_str" |
| 278 | version = "0.8.2" |
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 280 | checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e" |
| 281 | dependencies = [ |
| 282 | "castaway", |
| 283 | "cfg-if", |
| 284 | "itoa", |
| 285 | "rustversion", |
| 286 | "ryu", |
| 287 | "static_assertions", |
| 288 | ] |
| 289 | |
| 290 | [[package]] |
| 291 | name = "core-foundation" |
| 292 | version = "0.10.1" |
| 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 295 | dependencies = [ |
| 296 | "core-foundation-sys", |
| 297 | "libc", |
| 298 | ] |
| 299 | |
| 300 | [[package]] |
| 301 | name = "core-foundation-sys" |
| 302 | version = "0.8.7" |
| 303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 304 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 305 | |
| 306 | [[package]] |
| 307 | name = "cpufeatures" |
| 308 | version = "0.3.0" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 311 | dependencies = [ |
| 312 | "libc", |
| 313 | ] |
| 314 | |
| 315 | [[package]] |
| 316 | name = "crossterm" |
| 317 | version = "0.28.1" |
| 318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 | checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
| 320 | dependencies = [ |
| 321 | "bitflags", |
| 322 | "crossterm_winapi", |
| 323 | "mio", |
| 324 | "parking_lot", |
| 325 | "rustix 0.38.44", |
| 326 | "signal-hook", |
| 327 | "signal-hook-mio", |
| 328 | "winapi", |
| 329 | ] |
| 330 | |
| 331 | [[package]] |
| 332 | name = "crossterm_winapi" |
| 333 | version = "0.9.1" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 336 | dependencies = [ |
| 337 | "winapi", |
| 338 | ] |
| 339 | |
| 340 | [[package]] |
| 341 | name = "darling" |
| 342 | version = "0.24.0" |
| 343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 344 | checksum = "88490bf1b990d87eaaa7ac8aa887f629a08e7359765b4911faf63c3763347d23" |
| 345 | dependencies = [ |
| 346 | "darling_core", |
| 347 | "darling_macro", |
| 348 | ] |
| 349 | |
| 350 | [[package]] |
| 351 | name = "darling_core" |
| 352 | version = "0.24.0" |
| 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 354 | checksum = "084e274f91c482280130e1e34e0b8d6e66776a060d7b6de7b84289ca778868c4" |
| 355 | dependencies = [ |
| 356 | "ident_case", |
| 357 | "proc-macro2", |
| 358 | "quote", |
| 359 | "strsim", |
| 360 | "syn 3.0.3", |
| 361 | ] |
| 362 | |
| 363 | [[package]] |
| 364 | name = "darling_macro" |
| 365 | version = "0.24.0" |
| 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 367 | checksum = "68f5792fa0d41cd2325ce0ffa64f0a340eaebd4971a3a0c5e1ffd2cc488a355e" |
| 368 | dependencies = [ |
| 369 | "darling_core", |
| 370 | "quote", |
| 371 | "syn 3.0.3", |
| 372 | ] |
| 373 | |
| 374 | [[package]] |
| 375 | name = "deadpool" |
| 376 | version = "0.12.3" |
| 377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 | checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" |
| 379 | dependencies = [ |
| 380 | "deadpool-runtime", |
| 381 | "lazy_static", |
| 382 | "num_cpus", |
| 383 | "tokio", |
| 384 | ] |
| 385 | |
| 386 | [[package]] |
| 387 | name = "deadpool-runtime" |
| 388 | version = "0.1.4" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
| 391 | |
| 392 | [[package]] |
| 393 | name = "dirs" |
| 394 | version = "6.0.0" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 397 | dependencies = [ |
| 398 | "dirs-sys", |
| 399 | ] |
| 400 | |
| 401 | [[package]] |
| 402 | name = "dirs-sys" |
| 403 | version = "0.5.0" |
| 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 406 | dependencies = [ |
| 407 | "libc", |
| 408 | "option-ext", |
| 409 | "redox_users", |
| 410 | "windows-sys 0.61.2", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
| 414 | name = "displaydoc" |
| 415 | version = "0.2.7" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" |
| 418 | dependencies = [ |
| 419 | "proc-macro2", |
| 420 | "quote", |
| 421 | "syn 3.0.3", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "dunce" |
| 426 | version = "1.0.5" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 429 | |
| 430 | [[package]] |
| 431 | name = "either" |
| 432 | version = "1.17.0" |
| 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 434 | checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" |
| 435 | |
| 436 | [[package]] |
| 437 | name = "equivalent" |
| 438 | version = "1.0.2" |
| 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 441 | |
| 442 | [[package]] |
| 443 | name = "errno" |
| 444 | version = "0.3.14" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 447 | dependencies = [ |
| 448 | "libc", |
| 449 | "windows-sys 0.61.2", |
| 450 | ] |
| 451 | |
| 452 | [[package]] |
| 453 | name = "fastrand" |
| 454 | version = "2.5.0" |
| 455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 456 | checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" |
| 457 | |
| 458 | [[package]] |
| 459 | name = "find-msvc-tools" |
| 460 | version = "0.1.10" |
| 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 | checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de" |
| 463 | |
| 464 | [[package]] |
| 465 | name = "fnv" |
| 466 | version = "1.0.7" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 469 | |
| 470 | [[package]] |
| 471 | name = "foldhash" |
| 472 | version = "0.1.5" |
| 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 475 | |
| 476 | [[package]] |
| 477 | name = "form_urlencoded" |
| 478 | version = "1.2.2" |
| 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 481 | dependencies = [ |
| 482 | "percent-encoding", |
| 483 | ] |
| 484 | |
| 485 | [[package]] |
| 486 | name = "fs_extra" |
| 487 | version = "1.3.0" |
| 488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 490 | |
| 491 | [[package]] |
| 492 | name = "futures" |
| 493 | version = "0.3.33" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" |
| 496 | dependencies = [ |
| 497 | "futures-channel", |
| 498 | "futures-core", |
| 499 | "futures-executor", |
| 500 | "futures-io", |
| 501 | "futures-sink", |
| 502 | "futures-task", |
| 503 | "futures-util", |
| 504 | ] |
| 505 | |
| 506 | [[package]] |
| 507 | name = "futures-channel" |
| 508 | version = "0.3.33" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" |
| 511 | dependencies = [ |
| 512 | "futures-core", |
| 513 | "futures-sink", |
| 514 | ] |
| 515 | |
| 516 | [[package]] |
| 517 | name = "futures-core" |
| 518 | version = "0.3.33" |
| 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 | checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" |
| 521 | |
| 522 | [[package]] |
| 523 | name = "futures-executor" |
| 524 | version = "0.3.33" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 | checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" |
| 527 | dependencies = [ |
| 528 | "futures-core", |
| 529 | "futures-task", |
| 530 | "futures-util", |
| 531 | ] |
| 532 | |
| 533 | [[package]] |
| 534 | name = "futures-io" |
| 535 | version = "0.3.33" |
| 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 | checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" |
| 538 | |
| 539 | [[package]] |
| 540 | name = "futures-macro" |
| 541 | version = "0.3.33" |
| 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" |
| 544 | dependencies = [ |
| 545 | "proc-macro2", |
| 546 | "quote", |
| 547 | "syn 2.0.119", |
| 548 | ] |
| 549 | |
| 550 | [[package]] |
| 551 | name = "futures-sink" |
| 552 | version = "0.3.33" |
| 553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 | checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" |
| 555 | |
| 556 | [[package]] |
| 557 | name = "futures-task" |
| 558 | version = "0.3.33" |
| 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 560 | checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" |
| 561 | |
| 562 | [[package]] |
| 563 | name = "futures-util" |
| 564 | version = "0.3.33" |
| 565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 566 | checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 567 | dependencies = [ |
| 568 | "futures-channel", |
| 569 | "futures-core", |
| 570 | "futures-io", |
| 571 | "futures-macro", |
| 572 | "futures-sink", |
| 573 | "futures-task", |
| 574 | "memchr", |
| 575 | "pin-project-lite", |
| 576 | "slab", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
| 580 | name = "getrandom" |
| 581 | version = "0.2.17" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 584 | dependencies = [ |
| 585 | "cfg-if", |
| 586 | "js-sys", |
| 587 | "libc", |
| 588 | "wasi", |
| 589 | "wasm-bindgen", |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
| 593 | name = "getrandom" |
| 594 | version = "0.4.3" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 597 | dependencies = [ |
| 598 | "cfg-if", |
| 599 | "js-sys", |
| 600 | "libc", |
| 601 | "r-efi", |
| 602 | "rand_core", |
| 603 | "wasm-bindgen", |
| 604 | ] |
| 605 | |
| 606 | [[package]] |
| 607 | name = "h2" |
| 608 | version = "0.4.15" |
| 609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 | checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" |
| 611 | dependencies = [ |
| 612 | "atomic-waker", |
| 613 | "bytes", |
| 614 | "fnv", |
| 615 | "futures-core", |
| 616 | "futures-sink", |
| 617 | "http", |
| 618 | "indexmap", |
| 619 | "slab", |
| 620 | "tokio", |
| 621 | "tokio-util", |
| 622 | "tracing", |
| 623 | ] |
| 624 | |
| 625 | [[package]] |
| 626 | name = "hashbrown" |
| 627 | version = "0.15.5" |
| 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 630 | dependencies = [ |
| 631 | "allocator-api2", |
| 632 | "equivalent", |
| 633 | "foldhash", |
| 634 | ] |
| 635 | |
| 636 | [[package]] |
| 637 | name = "hashbrown" |
| 638 | version = "0.17.1" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 641 | |
| 642 | [[package]] |
| 643 | name = "heck" |
| 644 | version = "0.5.0" |
| 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 647 | |
| 648 | [[package]] |
| 649 | name = "hermit-abi" |
| 650 | version = "0.5.2" |
| 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 653 | |
| 654 | [[package]] |
| 655 | name = "http" |
| 656 | version = "1.5.0" |
| 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 | checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" |
| 659 | dependencies = [ |
| 660 | "bytes", |
| 661 | "itoa", |
| 662 | ] |
| 663 | |
| 664 | [[package]] |
| 665 | name = "http-body" |
| 666 | version = "1.1.0" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" |
| 669 | dependencies = [ |
| 670 | "bytes", |
| 671 | "http", |
| 672 | ] |
| 673 | |
| 674 | [[package]] |
| 675 | name = "http-body-util" |
| 676 | version = "0.1.4" |
| 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 678 | checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" |
| 679 | dependencies = [ |
| 680 | "bytes", |
| 681 | "futures-core", |
| 682 | "http", |
| 683 | "http-body", |
| 684 | "pin-project-lite", |
| 685 | ] |
| 686 | |
| 687 | [[package]] |
| 688 | name = "httparse" |
| 689 | version = "1.10.1" |
| 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 691 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 692 | |
| 693 | [[package]] |
| 694 | name = "httpdate" |
| 695 | version = "1.0.3" |
| 696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 697 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 698 | |
| 699 | [[package]] |
| 700 | name = "hyper" |
| 701 | version = "1.11.0" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" |
| 704 | dependencies = [ |
| 705 | "atomic-waker", |
| 706 | "bytes", |
| 707 | "futures-channel", |
| 708 | "futures-core", |
| 709 | "h2", |
| 710 | "http", |
| 711 | "http-body", |
| 712 | "httparse", |
| 713 | "httpdate", |
| 714 | "itoa", |
| 715 | "pin-project-lite", |
| 716 | "smallvec", |
| 717 | "tokio", |
| 718 | "want", |
| 719 | ] |
| 720 | |
| 721 | [[package]] |
| 722 | name = "hyper-rustls" |
| 723 | version = "0.27.9" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 726 | dependencies = [ |
| 727 | "http", |
| 728 | "hyper", |
| 729 | "hyper-util", |
| 730 | "rustls", |
| 731 | "tokio", |
| 732 | "tokio-rustls", |
| 733 | "tower-service", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "hyper-util" |
| 738 | version = "0.1.20" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 741 | dependencies = [ |
| 742 | "base64", |
| 743 | "bytes", |
| 744 | "futures-channel", |
| 745 | "futures-util", |
| 746 | "http", |
| 747 | "http-body", |
| 748 | "hyper", |
| 749 | "ipnet", |
| 750 | "libc", |
| 751 | "percent-encoding", |
| 752 | "pin-project-lite", |
| 753 | "socket2", |
| 754 | "tokio", |
| 755 | "tower-service", |
| 756 | "tracing", |
| 757 | ] |
| 758 | |
| 759 | [[package]] |
| 760 | name = "icu_collections" |
| 761 | version = "2.2.0" |
| 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 763 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 764 | dependencies = [ |
| 765 | "displaydoc", |
| 766 | "potential_utf", |
| 767 | "utf8_iter", |
| 768 | "yoke", |
| 769 | "zerofrom", |
| 770 | "zerovec", |
| 771 | ] |
| 772 | |
| 773 | [[package]] |
| 774 | name = "icu_locale_core" |
| 775 | version = "2.2.0" |
| 776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 777 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 778 | dependencies = [ |
| 779 | "displaydoc", |
| 780 | "litemap", |
| 781 | "tinystr", |
| 782 | "writeable", |
| 783 | "zerovec", |
| 784 | ] |
| 785 | |
| 786 | [[package]] |
| 787 | name = "icu_normalizer" |
| 788 | version = "2.2.0" |
| 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 790 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 791 | dependencies = [ |
| 792 | "icu_collections", |
| 793 | "icu_normalizer_data", |
| 794 | "icu_properties", |
| 795 | "icu_provider", |
| 796 | "smallvec", |
| 797 | "zerovec", |
| 798 | ] |
| 799 | |
| 800 | [[package]] |
| 801 | name = "icu_normalizer_data" |
| 802 | version = "2.2.0" |
| 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 804 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 805 | |
| 806 | [[package]] |
| 807 | name = "icu_properties" |
| 808 | version = "2.2.0" |
| 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 811 | dependencies = [ |
| 812 | "icu_collections", |
| 813 | "icu_locale_core", |
| 814 | "icu_properties_data", |
| 815 | "icu_provider", |
| 816 | "zerotrie", |
| 817 | "zerovec", |
| 818 | ] |
| 819 | |
| 820 | [[package]] |
| 821 | name = "icu_properties_data" |
| 822 | version = "2.2.0" |
| 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 825 | |
| 826 | [[package]] |
| 827 | name = "icu_provider" |
| 828 | version = "2.2.0" |
| 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 831 | dependencies = [ |
| 832 | "displaydoc", |
| 833 | "icu_locale_core", |
| 834 | "writeable", |
| 835 | "yoke", |
| 836 | "zerofrom", |
| 837 | "zerotrie", |
| 838 | "zerovec", |
| 839 | ] |
| 840 | |
| 841 | [[package]] |
| 842 | name = "ident_case" |
| 843 | version = "1.0.1" |
| 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 845 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 846 | |
| 847 | [[package]] |
| 848 | name = "idna" |
| 849 | version = "1.1.0" |
| 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 852 | dependencies = [ |
| 853 | "idna_adapter", |
| 854 | "smallvec", |
| 855 | "utf8_iter", |
| 856 | ] |
| 857 | |
| 858 | [[package]] |
| 859 | name = "idna_adapter" |
| 860 | version = "1.2.2" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 863 | dependencies = [ |
| 864 | "icu_normalizer", |
| 865 | "icu_properties", |
| 866 | ] |
| 867 | |
| 868 | [[package]] |
| 869 | name = "indexmap" |
| 870 | version = "2.14.0" |
| 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 873 | dependencies = [ |
| 874 | "equivalent", |
| 875 | "hashbrown 0.17.1", |
| 876 | ] |
| 877 | |
| 878 | [[package]] |
| 879 | name = "indoc" |
| 880 | version = "2.0.7" |
| 881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 883 | dependencies = [ |
| 884 | "rustversion", |
| 885 | ] |
| 886 | |
| 887 | [[package]] |
| 888 | name = "instability" |
| 889 | version = "0.3.13" |
| 890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 891 | checksum = "2bf84e73fa6f27f299dec58e13223cf70db80da872eb921d4f6138342a0eabc8" |
| 892 | dependencies = [ |
| 893 | "darling", |
| 894 | "indoc", |
| 895 | "proc-macro2", |
| 896 | "quote", |
| 897 | "syn 3.0.3", |
| 898 | ] |
| 899 | |
| 900 | [[package]] |
| 901 | name = "ipnet" |
| 902 | version = "2.12.1" |
| 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 904 | checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78" |
| 905 | |
| 906 | [[package]] |
| 907 | name = "is_terminal_polyfill" |
| 908 | version = "1.70.2" |
| 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 911 | |
| 912 | [[package]] |
| 913 | name = "itertools" |
| 914 | version = "0.13.0" |
| 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 917 | dependencies = [ |
| 918 | "either", |
| 919 | ] |
| 920 | |
| 921 | [[package]] |
| 922 | name = "itoa" |
| 923 | version = "1.0.18" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 926 | |
| 927 | [[package]] |
| 928 | name = "jni" |
| 929 | version = "0.22.4" |
| 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 931 | checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| 932 | dependencies = [ |
| 933 | "cfg-if", |
| 934 | "combine", |
| 935 | "jni-macros", |
| 936 | "jni-sys", |
| 937 | "log", |
| 938 | "simd_cesu8", |
| 939 | "thiserror", |
| 940 | "walkdir", |
| 941 | "windows-link", |
| 942 | ] |
| 943 | |
| 944 | [[package]] |
| 945 | name = "jni-macros" |
| 946 | version = "0.22.4" |
| 947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 948 | checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| 949 | dependencies = [ |
| 950 | "proc-macro2", |
| 951 | "quote", |
| 952 | "rustc_version", |
| 953 | "simd_cesu8", |
| 954 | "syn 2.0.119", |
| 955 | ] |
| 956 | |
| 957 | [[package]] |
| 958 | name = "jni-sys" |
| 959 | version = "0.4.1" |
| 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 | checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 962 | dependencies = [ |
| 963 | "jni-sys-macros", |
| 964 | ] |
| 965 | |
| 966 | [[package]] |
| 967 | name = "jni-sys-macros" |
| 968 | version = "0.4.1" |
| 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 | checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 971 | dependencies = [ |
| 972 | "quote", |
| 973 | "syn 2.0.119", |
| 974 | ] |
| 975 | |
| 976 | [[package]] |
| 977 | name = "jobserver" |
| 978 | version = "0.1.35" |
| 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| 981 | dependencies = [ |
| 982 | "getrandom 0.4.3", |
| 983 | "libc", |
| 984 | ] |
| 985 | |
| 986 | [[package]] |
| 987 | name = "js-sys" |
| 988 | version = "0.3.103" |
| 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 990 | checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" |
| 991 | dependencies = [ |
| 992 | "cfg-if", |
| 993 | "futures-util", |
| 994 | "wasm-bindgen", |
| 995 | ] |
| 996 | |
| 997 | [[package]] |
| 998 | name = "lazy_static" |
| 999 | version = "1.5.0" |
| 1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1001 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1002 | |
| 1003 | [[package]] |
| 1004 | name = "libc" |
| 1005 | version = "0.2.189" |
| 1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1007 | checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 1008 | |
| 1009 | [[package]] |
| 1010 | name = "libredox" |
| 1011 | version = "0.1.19" |
| 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1013 | checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa" |
| 1014 | dependencies = [ |
| 1015 | "libc", |
| 1016 | ] |
| 1017 | |
| 1018 | [[package]] |
| 1019 | name = "linux-raw-sys" |
| 1020 | version = "0.4.15" |
| 1021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1022 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 1023 | |
| 1024 | [[package]] |
| 1025 | name = "linux-raw-sys" |
| 1026 | version = "0.12.1" |
| 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 1029 | |
| 1030 | [[package]] |
| 1031 | name = "litemap" |
| 1032 | version = "0.8.2" |
| 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1034 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 1035 | |
| 1036 | [[package]] |
| 1037 | name = "lock_api" |
| 1038 | version = "0.4.14" |
| 1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1040 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1041 | dependencies = [ |
| 1042 | "scopeguard", |
| 1043 | ] |
| 1044 | |
| 1045 | [[package]] |
| 1046 | name = "log" |
| 1047 | version = "0.4.33" |
| 1048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 | checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 1050 | |
| 1051 | [[package]] |
| 1052 | name = "lru" |
| 1053 | version = "0.12.5" |
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 1056 | dependencies = [ |
| 1057 | "hashbrown 0.15.5", |
| 1058 | ] |
| 1059 | |
| 1060 | [[package]] |
| 1061 | name = "lru-slab" |
| 1062 | version = "0.1.2" |
| 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 1065 | |
| 1066 | [[package]] |
| 1067 | name = "memchr" |
| 1068 | version = "2.8.3" |
| 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1070 | checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 1071 | |
| 1072 | [[package]] |
| 1073 | name = "mio" |
| 1074 | version = "1.2.2" |
| 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1076 | checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" |
| 1077 | dependencies = [ |
| 1078 | "libc", |
| 1079 | "log", |
| 1080 | "wasi", |
| 1081 | "windows-sys 0.61.2", |
| 1082 | ] |
| 1083 | |
| 1084 | [[package]] |
| 1085 | name = "num_cpus" |
| 1086 | version = "1.17.0" |
| 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1088 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 1089 | dependencies = [ |
| 1090 | "hermit-abi", |
| 1091 | "libc", |
| 1092 | ] |
| 1093 | |
| 1094 | [[package]] |
| 1095 | name = "once_cell" |
| 1096 | version = "1.21.4" |
| 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 1099 | |
| 1100 | [[package]] |
| 1101 | name = "once_cell_polyfill" |
| 1102 | version = "1.70.2" |
| 1103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1104 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 1105 | |
| 1106 | [[package]] |
| 1107 | name = "openssl-probe" |
| 1108 | version = "0.2.1" |
| 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 1111 | |
| 1112 | [[package]] |
| 1113 | name = "option-ext" |
| 1114 | version = "0.2.0" |
| 1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1116 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1117 | |
| 1118 | [[package]] |
| 1119 | name = "parking_lot" |
| 1120 | version = "0.12.5" |
| 1121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1122 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1123 | dependencies = [ |
| 1124 | "lock_api", |
| 1125 | "parking_lot_core", |
| 1126 | ] |
| 1127 | |
| 1128 | [[package]] |
| 1129 | name = "parking_lot_core" |
| 1130 | version = "0.9.12" |
| 1131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1132 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1133 | dependencies = [ |
| 1134 | "cfg-if", |
| 1135 | "libc", |
| 1136 | "redox_syscall", |
| 1137 | "smallvec", |
| 1138 | "windows-link", |
| 1139 | ] |
| 1140 | |
| 1141 | [[package]] |
| 1142 | name = "paste" |
| 1143 | version = "1.0.15" |
| 1144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1145 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 1146 | |
| 1147 | [[package]] |
| 1148 | name = "percent-encoding" |
| 1149 | version = "2.3.2" |
| 1150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1152 | |
| 1153 | [[package]] |
| 1154 | name = "pin-project-lite" |
| 1155 | version = "0.2.17" |
| 1156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1157 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 1158 | |
| 1159 | [[package]] |
| 1160 | name = "pkg-config" |
| 1161 | version = "0.3.33" |
| 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1163 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 1164 | |
| 1165 | [[package]] |
| 1166 | name = "potential_utf" |
| 1167 | version = "0.1.5" |
| 1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 1170 | dependencies = [ |
| 1171 | "zerovec", |
| 1172 | ] |
| 1173 | |
| 1174 | [[package]] |
| 1175 | name = "proc-macro2" |
| 1176 | version = "1.0.107" |
| 1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1178 | checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 1179 | dependencies = [ |
| 1180 | "unicode-ident", |
| 1181 | ] |
| 1182 | |
| 1183 | [[package]] |
| 1184 | name = "quinn" |
| 1185 | version = "0.11.11" |
| 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 | checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" |
| 1188 | dependencies = [ |
| 1189 | "bytes", |
| 1190 | "cfg_aliases", |
| 1191 | "pin-project-lite", |
| 1192 | "quinn-proto", |
| 1193 | "quinn-udp", |
| 1194 | "rustc-hash", |
| 1195 | "rustls", |
| 1196 | "socket2", |
| 1197 | "thiserror", |
| 1198 | "tokio", |
| 1199 | "tracing", |
| 1200 | "web-time", |
| 1201 | ] |
| 1202 | |
| 1203 | [[package]] |
| 1204 | name = "quinn-proto" |
| 1205 | version = "0.11.16" |
| 1206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1207 | checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" |
| 1208 | dependencies = [ |
| 1209 | "aws-lc-rs", |
| 1210 | "bytes", |
| 1211 | "getrandom 0.4.3", |
| 1212 | "lru-slab", |
| 1213 | "rand", |
| 1214 | "rand_pcg", |
| 1215 | "ring", |
| 1216 | "rustc-hash", |
| 1217 | "rustls", |
| 1218 | "rustls-pki-types", |
| 1219 | "slab", |
| 1220 | "thiserror", |
| 1221 | "tinyvec", |
| 1222 | "tracing", |
| 1223 | "web-time", |
| 1224 | ] |
| 1225 | |
| 1226 | [[package]] |
| 1227 | name = "quinn-udp" |
| 1228 | version = "0.5.15" |
| 1229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1230 | checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" |
| 1231 | dependencies = [ |
| 1232 | "cfg_aliases", |
| 1233 | "libc", |
| 1234 | "once_cell", |
| 1235 | "socket2", |
| 1236 | "tracing", |
| 1237 | "windows-sys 0.61.2", |
| 1238 | ] |
| 1239 | |
| 1240 | [[package]] |
| 1241 | name = "quote" |
| 1242 | version = "1.0.47" |
| 1243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1244 | checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 1245 | dependencies = [ |
| 1246 | "proc-macro2", |
| 1247 | ] |
| 1248 | |
| 1249 | [[package]] |
| 1250 | name = "r-efi" |
| 1251 | version = "6.0.0" |
| 1252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1253 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 1254 | |
| 1255 | [[package]] |
| 1256 | name = "rand" |
| 1257 | version = "0.10.2" |
| 1258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1259 | checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| 1260 | dependencies = [ |
| 1261 | "chacha20", |
| 1262 | "getrandom 0.4.3", |
| 1263 | "rand_core", |
| 1264 | ] |
| 1265 | |
| 1266 | [[package]] |
| 1267 | name = "rand_core" |
| 1268 | version = "0.10.1" |
| 1269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1270 | checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| 1271 | |
| 1272 | [[package]] |
| 1273 | name = "rand_pcg" |
| 1274 | version = "0.10.2" |
| 1275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1276 | checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" |
| 1277 | dependencies = [ |
| 1278 | "rand_core", |
| 1279 | ] |
| 1280 | |
| 1281 | [[package]] |
| 1282 | name = "ratatui" |
| 1283 | version = "0.29.0" |
| 1284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1285 | checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" |
| 1286 | dependencies = [ |
| 1287 | "bitflags", |
| 1288 | "cassowary", |
| 1289 | "compact_str", |
| 1290 | "crossterm", |
| 1291 | "indoc", |
| 1292 | "instability", |
| 1293 | "itertools", |
| 1294 | "lru", |
| 1295 | "paste", |
| 1296 | "strum", |
| 1297 | "unicode-segmentation", |
| 1298 | "unicode-truncate", |
| 1299 | "unicode-width 0.2.0", |
| 1300 | ] |
| 1301 | |
| 1302 | [[package]] |
| 1303 | name = "redox_syscall" |
| 1304 | version = "0.5.18" |
| 1305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1306 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1307 | dependencies = [ |
| 1308 | "bitflags", |
| 1309 | ] |
| 1310 | |
| 1311 | [[package]] |
| 1312 | name = "redox_users" |
| 1313 | version = "0.5.2" |
| 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1315 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 1316 | dependencies = [ |
| 1317 | "getrandom 0.2.17", |
| 1318 | "libredox", |
| 1319 | "thiserror", |
| 1320 | ] |
| 1321 | |
| 1322 | [[package]] |
| 1323 | name = "regex" |
| 1324 | version = "1.13.1" |
| 1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1326 | checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| 1327 | dependencies = [ |
| 1328 | "aho-corasick", |
| 1329 | "memchr", |
| 1330 | "regex-automata", |
| 1331 | "regex-syntax", |
| 1332 | ] |
| 1333 | |
| 1334 | [[package]] |
| 1335 | name = "regex-automata" |
| 1336 | version = "0.4.18" |
| 1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 | checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" |
| 1339 | dependencies = [ |
| 1340 | "aho-corasick", |
| 1341 | "memchr", |
| 1342 | "regex-syntax", |
| 1343 | ] |
| 1344 | |
| 1345 | [[package]] |
| 1346 | name = "regex-syntax" |
| 1347 | version = "0.8.11" |
| 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1349 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "reqwest" |
| 1353 | version = "0.13.4" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| 1356 | dependencies = [ |
| 1357 | "base64", |
| 1358 | "bytes", |
| 1359 | "futures-core", |
| 1360 | "http", |
| 1361 | "http-body", |
| 1362 | "http-body-util", |
| 1363 | "hyper", |
| 1364 | "hyper-rustls", |
| 1365 | "hyper-util", |
| 1366 | "js-sys", |
| 1367 | "log", |
| 1368 | "percent-encoding", |
| 1369 | "pin-project-lite", |
| 1370 | "quinn", |
| 1371 | "rustls", |
| 1372 | "rustls-pki-types", |
| 1373 | "rustls-platform-verifier", |
| 1374 | "serde", |
| 1375 | "serde_json", |
| 1376 | "serde_urlencoded", |
| 1377 | "sync_wrapper", |
| 1378 | "tokio", |
| 1379 | "tokio-rustls", |
| 1380 | "tower", |
| 1381 | "tower-http", |
| 1382 | "tower-service", |
| 1383 | "url", |
| 1384 | "wasm-bindgen", |
| 1385 | "wasm-bindgen-futures", |
| 1386 | "web-sys", |
| 1387 | ] |
| 1388 | |
| 1389 | [[package]] |
| 1390 | name = "ring" |
| 1391 | version = "0.17.14" |
| 1392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1393 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1394 | dependencies = [ |
| 1395 | "cc", |
| 1396 | "cfg-if", |
| 1397 | "getrandom 0.2.17", |
| 1398 | "libc", |
| 1399 | "untrusted", |
| 1400 | "windows-sys 0.52.0", |
| 1401 | ] |
| 1402 | |
| 1403 | [[package]] |
| 1404 | name = "rustc-hash" |
| 1405 | version = "2.1.3" |
| 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 | checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| 1408 | |
| 1409 | [[package]] |
| 1410 | name = "rustc_version" |
| 1411 | version = "0.4.1" |
| 1412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1413 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 1414 | dependencies = [ |
| 1415 | "semver", |
| 1416 | ] |
| 1417 | |
| 1418 | [[package]] |
| 1419 | name = "rustix" |
| 1420 | version = "0.38.44" |
| 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 1423 | dependencies = [ |
| 1424 | "bitflags", |
| 1425 | "errno", |
| 1426 | "libc", |
| 1427 | "linux-raw-sys 0.4.15", |
| 1428 | "windows-sys 0.59.0", |
| 1429 | ] |
| 1430 | |
| 1431 | [[package]] |
| 1432 | name = "rustix" |
| 1433 | version = "1.1.4" |
| 1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1435 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 1436 | dependencies = [ |
| 1437 | "bitflags", |
| 1438 | "errno", |
| 1439 | "libc", |
| 1440 | "linux-raw-sys 0.12.1", |
| 1441 | "windows-sys 0.61.2", |
| 1442 | ] |
| 1443 | |
| 1444 | [[package]] |
| 1445 | name = "rustls" |
| 1446 | version = "0.23.43" |
| 1447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 | checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" |
| 1449 | dependencies = [ |
| 1450 | "aws-lc-rs", |
| 1451 | "once_cell", |
| 1452 | "rustls-pki-types", |
| 1453 | "rustls-webpki", |
| 1454 | "subtle", |
| 1455 | "zeroize", |
| 1456 | ] |
| 1457 | |
| 1458 | [[package]] |
| 1459 | name = "rustls-native-certs" |
| 1460 | version = "0.8.4" |
| 1461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 | checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" |
| 1463 | dependencies = [ |
| 1464 | "openssl-probe", |
| 1465 | "rustls-pki-types", |
| 1466 | "schannel", |
| 1467 | "security-framework", |
| 1468 | ] |
| 1469 | |
| 1470 | [[package]] |
| 1471 | name = "rustls-pki-types" |
| 1472 | version = "1.15.1" |
| 1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1474 | checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" |
| 1475 | dependencies = [ |
| 1476 | "web-time", |
| 1477 | "zeroize", |
| 1478 | ] |
| 1479 | |
| 1480 | [[package]] |
| 1481 | name = "rustls-platform-verifier" |
| 1482 | version = "0.7.0" |
| 1483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1484 | checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| 1485 | dependencies = [ |
| 1486 | "core-foundation", |
| 1487 | "core-foundation-sys", |
| 1488 | "jni", |
| 1489 | "log", |
| 1490 | "once_cell", |
| 1491 | "rustls", |
| 1492 | "rustls-native-certs", |
| 1493 | "rustls-platform-verifier-android", |
| 1494 | "rustls-webpki", |
| 1495 | "security-framework", |
| 1496 | "security-framework-sys", |
| 1497 | "webpki-root-certs", |
| 1498 | "windows-sys 0.61.2", |
| 1499 | ] |
| 1500 | |
| 1501 | [[package]] |
| 1502 | name = "rustls-platform-verifier-android" |
| 1503 | version = "0.1.1" |
| 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1505 | checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 1506 | |
| 1507 | [[package]] |
| 1508 | name = "rustls-webpki" |
| 1509 | version = "0.103.13" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 1512 | dependencies = [ |
| 1513 | "aws-lc-rs", |
| 1514 | "ring", |
| 1515 | "rustls-pki-types", |
| 1516 | "untrusted", |
| 1517 | ] |
| 1518 | |
| 1519 | [[package]] |
| 1520 | name = "rustversion" |
| 1521 | version = "1.0.23" |
| 1522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1523 | checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 1524 | |
| 1525 | [[package]] |
| 1526 | name = "ryu" |
| 1527 | version = "1.0.23" |
| 1528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1529 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 1530 | |
| 1531 | [[package]] |
| 1532 | name = "same-file" |
| 1533 | version = "1.0.6" |
| 1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1535 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 1536 | dependencies = [ |
| 1537 | "winapi-util", |
| 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
| 1541 | name = "schannel" |
| 1542 | version = "0.1.29" |
| 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1544 | checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 1545 | dependencies = [ |
| 1546 | "windows-sys 0.61.2", |
| 1547 | ] |
| 1548 | |
| 1549 | [[package]] |
| 1550 | name = "scopeguard" |
| 1551 | version = "1.2.0" |
| 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1553 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1554 | |
| 1555 | [[package]] |
| 1556 | name = "security-framework" |
| 1557 | version = "3.7.0" |
| 1558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1559 | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 1560 | dependencies = [ |
| 1561 | "bitflags", |
| 1562 | "core-foundation", |
| 1563 | "core-foundation-sys", |
| 1564 | "libc", |
| 1565 | "security-framework-sys", |
| 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
| 1569 | name = "security-framework-sys" |
| 1570 | version = "2.17.0" |
| 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 1573 | dependencies = [ |
| 1574 | "core-foundation-sys", |
| 1575 | "libc", |
| 1576 | ] |
| 1577 | |
| 1578 | [[package]] |
| 1579 | name = "semver" |
| 1580 | version = "1.0.28" |
| 1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1582 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 1583 | |
| 1584 | [[package]] |
| 1585 | name = "serde" |
| 1586 | version = "1.0.229" |
| 1587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1588 | checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| 1589 | dependencies = [ |
| 1590 | "serde_core", |
| 1591 | "serde_derive", |
| 1592 | ] |
| 1593 | |
| 1594 | [[package]] |
| 1595 | name = "serde_core" |
| 1596 | version = "1.0.229" |
| 1597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1598 | checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| 1599 | dependencies = [ |
| 1600 | "serde_derive", |
| 1601 | ] |
| 1602 | |
| 1603 | [[package]] |
| 1604 | name = "serde_derive" |
| 1605 | version = "1.0.229" |
| 1606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1607 | checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| 1608 | dependencies = [ |
| 1609 | "proc-macro2", |
| 1610 | "quote", |
| 1611 | "syn 3.0.3", |
| 1612 | ] |
| 1613 | |
| 1614 | [[package]] |
| 1615 | name = "serde_json" |
| 1616 | version = "1.0.151" |
| 1617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1618 | checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| 1619 | dependencies = [ |
| 1620 | "indexmap", |
| 1621 | "itoa", |
| 1622 | "memchr", |
| 1623 | "serde", |
| 1624 | "serde_core", |
| 1625 | "zmij", |
| 1626 | ] |
| 1627 | |
| 1628 | [[package]] |
| 1629 | name = "serde_urlencoded" |
| 1630 | version = "0.7.1" |
| 1631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1632 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 1633 | dependencies = [ |
| 1634 | "form_urlencoded", |
| 1635 | "itoa", |
| 1636 | "ryu", |
| 1637 | "serde", |
| 1638 | ] |
| 1639 | |
| 1640 | [[package]] |
| 1641 | name = "serde_yaml" |
| 1642 | version = "0.9.34+deprecated" |
| 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1644 | checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| 1645 | dependencies = [ |
| 1646 | "indexmap", |
| 1647 | "itoa", |
| 1648 | "ryu", |
| 1649 | "serde", |
| 1650 | "unsafe-libyaml", |
| 1651 | ] |
| 1652 | |
| 1653 | [[package]] |
| 1654 | name = "shlex" |
| 1655 | version = "2.0.1" |
| 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1657 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 1658 | |
| 1659 | [[package]] |
| 1660 | name = "signal-hook" |
| 1661 | version = "0.3.18" |
| 1662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1663 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 1664 | dependencies = [ |
| 1665 | "libc", |
| 1666 | "signal-hook-registry", |
| 1667 | ] |
| 1668 | |
| 1669 | [[package]] |
| 1670 | name = "signal-hook-mio" |
| 1671 | version = "0.2.5" |
| 1672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1673 | checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 1674 | dependencies = [ |
| 1675 | "libc", |
| 1676 | "mio", |
| 1677 | "signal-hook", |
| 1678 | ] |
| 1679 | |
| 1680 | [[package]] |
| 1681 | name = "signal-hook-registry" |
| 1682 | version = "1.4.8" |
| 1683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1684 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1685 | dependencies = [ |
| 1686 | "errno", |
| 1687 | "libc", |
| 1688 | ] |
| 1689 | |
| 1690 | [[package]] |
| 1691 | name = "simd_cesu8" |
| 1692 | version = "1.2.0" |
| 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1694 | checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520" |
| 1695 | dependencies = [ |
| 1696 | "rustc_version", |
| 1697 | "simdutf8", |
| 1698 | ] |
| 1699 | |
| 1700 | [[package]] |
| 1701 | name = "simdutf8" |
| 1702 | version = "0.1.5" |
| 1703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1704 | checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 1705 | |
| 1706 | [[package]] |
| 1707 | name = "slab" |
| 1708 | version = "0.4.12" |
| 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1711 | |
| 1712 | [[package]] |
| 1713 | name = "smallvec" |
| 1714 | version = "1.15.2" |
| 1715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1716 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 1717 | |
| 1718 | [[package]] |
| 1719 | name = "socket2" |
| 1720 | version = "0.6.5" |
| 1721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 | checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| 1723 | dependencies = [ |
| 1724 | "libc", |
| 1725 | "windows-sys 0.61.2", |
| 1726 | ] |
| 1727 | |
| 1728 | [[package]] |
| 1729 | name = "stable_deref_trait" |
| 1730 | version = "1.2.1" |
| 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1733 | |
| 1734 | [[package]] |
| 1735 | name = "static_assertions" |
| 1736 | version = "1.1.0" |
| 1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1738 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1739 | |
| 1740 | [[package]] |
| 1741 | name = "strsim" |
| 1742 | version = "0.11.1" |
| 1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1744 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "strum" |
| 1748 | version = "0.26.3" |
| 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1750 | checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 1751 | dependencies = [ |
| 1752 | "strum_macros", |
| 1753 | ] |
| 1754 | |
| 1755 | [[package]] |
| 1756 | name = "strum_macros" |
| 1757 | version = "0.26.4" |
| 1758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1759 | checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 1760 | dependencies = [ |
| 1761 | "heck", |
| 1762 | "proc-macro2", |
| 1763 | "quote", |
| 1764 | "rustversion", |
| 1765 | "syn 2.0.119", |
| 1766 | ] |
| 1767 | |
| 1768 | [[package]] |
| 1769 | name = "subtle" |
| 1770 | version = "2.6.1" |
| 1771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1772 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 1773 | |
| 1774 | [[package]] |
| 1775 | name = "syn" |
| 1776 | version = "2.0.119" |
| 1777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1778 | checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 1779 | dependencies = [ |
| 1780 | "proc-macro2", |
| 1781 | "quote", |
| 1782 | "unicode-ident", |
| 1783 | ] |
| 1784 | |
| 1785 | [[package]] |
| 1786 | name = "syn" |
| 1787 | version = "3.0.3" |
| 1788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1789 | checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" |
| 1790 | dependencies = [ |
| 1791 | "proc-macro2", |
| 1792 | "quote", |
| 1793 | "unicode-ident", |
| 1794 | ] |
| 1795 | |
| 1796 | [[package]] |
| 1797 | name = "sync_wrapper" |
| 1798 | version = "1.0.2" |
| 1799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1800 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 1801 | dependencies = [ |
| 1802 | "futures-core", |
| 1803 | ] |
| 1804 | |
| 1805 | [[package]] |
| 1806 | name = "synstructure" |
| 1807 | version = "0.13.2" |
| 1808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1809 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1810 | dependencies = [ |
| 1811 | "proc-macro2", |
| 1812 | "quote", |
| 1813 | "syn 2.0.119", |
| 1814 | ] |
| 1815 | |
| 1816 | [[package]] |
| 1817 | name = "tempfile" |
| 1818 | version = "3.27.0" |
| 1819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1820 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 1821 | dependencies = [ |
| 1822 | "fastrand", |
| 1823 | "getrandom 0.4.3", |
| 1824 | "once_cell", |
| 1825 | "rustix 1.1.4", |
| 1826 | "windows-sys 0.61.2", |
| 1827 | ] |
| 1828 | |
| 1829 | [[package]] |
| 1830 | name = "thiserror" |
| 1831 | version = "2.0.19" |
| 1832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 | checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" |
| 1834 | dependencies = [ |
| 1835 | "thiserror-impl", |
| 1836 | ] |
| 1837 | |
| 1838 | [[package]] |
| 1839 | name = "thiserror-impl" |
| 1840 | version = "2.0.19" |
| 1841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1842 | checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" |
| 1843 | dependencies = [ |
| 1844 | "proc-macro2", |
| 1845 | "quote", |
| 1846 | "syn 3.0.3", |
| 1847 | ] |
| 1848 | |
| 1849 | [[package]] |
| 1850 | name = "tinystr" |
| 1851 | version = "0.8.3" |
| 1852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1853 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 1854 | dependencies = [ |
| 1855 | "displaydoc", |
| 1856 | "zerovec", |
| 1857 | ] |
| 1858 | |
| 1859 | [[package]] |
| 1860 | name = "tinyvec" |
| 1861 | version = "1.12.0" |
| 1862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1863 | checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" |
| 1864 | dependencies = [ |
| 1865 | "tinyvec_macros", |
| 1866 | ] |
| 1867 | |
| 1868 | [[package]] |
| 1869 | name = "tinyvec_macros" |
| 1870 | version = "0.1.1" |
| 1871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1872 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 1873 | |
| 1874 | [[package]] |
| 1875 | name = "tokio" |
| 1876 | version = "1.53.1" |
| 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1878 | checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" |
| 1879 | dependencies = [ |
| 1880 | "bytes", |
| 1881 | "libc", |
| 1882 | "mio", |
| 1883 | "pin-project-lite", |
| 1884 | "socket2", |
| 1885 | "tokio-macros", |
| 1886 | "windows-sys 0.61.2", |
| 1887 | ] |
| 1888 | |
| 1889 | [[package]] |
| 1890 | name = "tokio-macros" |
| 1891 | version = "2.7.2" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" |
| 1894 | dependencies = [ |
| 1895 | "proc-macro2", |
| 1896 | "quote", |
| 1897 | "syn 3.0.3", |
| 1898 | ] |
| 1899 | |
| 1900 | [[package]] |
| 1901 | name = "tokio-rustls" |
| 1902 | version = "0.26.4" |
| 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 1905 | dependencies = [ |
| 1906 | "rustls", |
| 1907 | "tokio", |
| 1908 | ] |
| 1909 | |
| 1910 | [[package]] |
| 1911 | name = "tokio-util" |
| 1912 | version = "0.7.19" |
| 1913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1914 | checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" |
| 1915 | dependencies = [ |
| 1916 | "bytes", |
| 1917 | "futures-core", |
| 1918 | "futures-sink", |
| 1919 | "libc", |
| 1920 | "pin-project-lite", |
| 1921 | "tokio", |
| 1922 | ] |
| 1923 | |
| 1924 | [[package]] |
| 1925 | name = "tower" |
| 1926 | version = "0.5.3" |
| 1927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1928 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 1929 | dependencies = [ |
| 1930 | "futures-core", |
| 1931 | "futures-util", |
| 1932 | "pin-project-lite", |
| 1933 | "sync_wrapper", |
| 1934 | "tokio", |
| 1935 | "tower-layer", |
| 1936 | "tower-service", |
| 1937 | ] |
| 1938 | |
| 1939 | [[package]] |
| 1940 | name = "tower-http" |
| 1941 | version = "0.6.11" |
| 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 1944 | dependencies = [ |
| 1945 | "bitflags", |
| 1946 | "bytes", |
| 1947 | "futures-util", |
| 1948 | "http", |
| 1949 | "http-body", |
| 1950 | "pin-project-lite", |
| 1951 | "tower", |
| 1952 | "tower-layer", |
| 1953 | "tower-service", |
| 1954 | "url", |
| 1955 | ] |
| 1956 | |
| 1957 | [[package]] |
| 1958 | name = "tower-layer" |
| 1959 | version = "0.3.3" |
| 1960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1961 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 1962 | |
| 1963 | [[package]] |
| 1964 | name = "tower-service" |
| 1965 | version = "0.3.3" |
| 1966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1967 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "tracing" |
| 1971 | version = "0.1.44" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1974 | dependencies = [ |
| 1975 | "pin-project-lite", |
| 1976 | "tracing-core", |
| 1977 | ] |
| 1978 | |
| 1979 | [[package]] |
| 1980 | name = "tracing-core" |
| 1981 | version = "0.1.36" |
| 1982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1983 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1984 | dependencies = [ |
| 1985 | "once_cell", |
| 1986 | ] |
| 1987 | |
| 1988 | [[package]] |
| 1989 | name = "try-lock" |
| 1990 | version = "0.2.5" |
| 1991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1992 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 1993 | |
| 1994 | [[package]] |
| 1995 | name = "tui-textarea" |
| 1996 | version = "0.7.0" |
| 1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1998 | checksum = "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae" |
| 1999 | dependencies = [ |
| 2000 | "crossterm", |
| 2001 | "ratatui", |
| 2002 | "unicode-width 0.2.0", |
| 2003 | ] |
| 2004 | |
| 2005 | [[package]] |
| 2006 | name = "unicode-ident" |
| 2007 | version = "1.0.24" |
| 2008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2009 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 2010 | |
| 2011 | [[package]] |
| 2012 | name = "unicode-segmentation" |
| 2013 | version = "1.13.3" |
| 2014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2015 | checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| 2016 | |
| 2017 | [[package]] |
| 2018 | name = "unicode-truncate" |
| 2019 | version = "1.1.0" |
| 2020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2021 | checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" |
| 2022 | dependencies = [ |
| 2023 | "itertools", |
| 2024 | "unicode-segmentation", |
| 2025 | "unicode-width 0.1.14", |
| 2026 | ] |
| 2027 | |
| 2028 | [[package]] |
| 2029 | name = "unicode-width" |
| 2030 | version = "0.1.14" |
| 2031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2032 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 2033 | |
| 2034 | [[package]] |
| 2035 | name = "unicode-width" |
| 2036 | version = "0.2.0" |
| 2037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2038 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 2039 | |
| 2040 | [[package]] |
| 2041 | name = "unsafe-libyaml" |
| 2042 | version = "0.2.11" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| 2045 | |
| 2046 | [[package]] |
| 2047 | name = "untrusted" |
| 2048 | version = "0.9.0" |
| 2049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2050 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2051 | |
| 2052 | [[package]] |
| 2053 | name = "url" |
| 2054 | version = "2.5.8" |
| 2055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2056 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 2057 | dependencies = [ |
| 2058 | "form_urlencoded", |
| 2059 | "idna", |
| 2060 | "percent-encoding", |
| 2061 | "serde", |
| 2062 | ] |
| 2063 | |
| 2064 | [[package]] |
| 2065 | name = "utf8_iter" |
| 2066 | version = "1.0.4" |
| 2067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2068 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2069 | |
| 2070 | [[package]] |
| 2071 | name = "utf8parse" |
| 2072 | version = "0.2.2" |
| 2073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2074 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 2075 | |
| 2076 | [[package]] |
| 2077 | name = "uuid" |
| 2078 | version = "1.24.0" |
| 2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2080 | checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" |
| 2081 | dependencies = [ |
| 2082 | "getrandom 0.4.3", |
| 2083 | "js-sys", |
| 2084 | "serde_core", |
| 2085 | "wasm-bindgen", |
| 2086 | ] |
| 2087 | |
| 2088 | [[package]] |
| 2089 | name = "walkdir" |
| 2090 | version = "2.5.0" |
| 2091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2092 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 2093 | dependencies = [ |
| 2094 | "same-file", |
| 2095 | "winapi-util", |
| 2096 | ] |
| 2097 | |
| 2098 | [[package]] |
| 2099 | name = "want" |
| 2100 | version = "0.3.1" |
| 2101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2102 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 2103 | dependencies = [ |
| 2104 | "try-lock", |
| 2105 | ] |
| 2106 | |
| 2107 | [[package]] |
| 2108 | name = "wasi" |
| 2109 | version = "0.11.1+wasi-snapshot-preview1" |
| 2110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2111 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2112 | |
| 2113 | [[package]] |
| 2114 | name = "wasm-bindgen" |
| 2115 | version = "0.2.126" |
| 2116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2117 | checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" |
| 2118 | dependencies = [ |
| 2119 | "cfg-if", |
| 2120 | "once_cell", |
| 2121 | "rustversion", |
| 2122 | "wasm-bindgen-macro", |
| 2123 | "wasm-bindgen-shared", |
| 2124 | ] |
| 2125 | |
| 2126 | [[package]] |
| 2127 | name = "wasm-bindgen-futures" |
| 2128 | version = "0.4.76" |
| 2129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2130 | checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" |
| 2131 | dependencies = [ |
| 2132 | "js-sys", |
| 2133 | "wasm-bindgen", |
| 2134 | ] |
| 2135 | |
| 2136 | [[package]] |
| 2137 | name = "wasm-bindgen-macro" |
| 2138 | version = "0.2.126" |
| 2139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2140 | checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" |
| 2141 | dependencies = [ |
| 2142 | "quote", |
| 2143 | "wasm-bindgen-macro-support", |
| 2144 | ] |
| 2145 | |
| 2146 | [[package]] |
| 2147 | name = "wasm-bindgen-macro-support" |
| 2148 | version = "0.2.126" |
| 2149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2150 | checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" |
| 2151 | dependencies = [ |
| 2152 | "bumpalo", |
| 2153 | "proc-macro2", |
| 2154 | "quote", |
| 2155 | "syn 2.0.119", |
| 2156 | "wasm-bindgen-shared", |
| 2157 | ] |
| 2158 | |
| 2159 | [[package]] |
| 2160 | name = "wasm-bindgen-shared" |
| 2161 | version = "0.2.126" |
| 2162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2163 | checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" |
| 2164 | dependencies = [ |
| 2165 | "unicode-ident", |
| 2166 | ] |
| 2167 | |
| 2168 | [[package]] |
| 2169 | name = "web-sys" |
| 2170 | version = "0.3.103" |
| 2171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2172 | checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" |
| 2173 | dependencies = [ |
| 2174 | "js-sys", |
| 2175 | "wasm-bindgen", |
| 2176 | ] |
| 2177 | |
| 2178 | [[package]] |
| 2179 | name = "web-time" |
| 2180 | version = "1.1.0" |
| 2181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2182 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 2183 | dependencies = [ |
| 2184 | "js-sys", |
| 2185 | "wasm-bindgen", |
| 2186 | ] |
| 2187 | |
| 2188 | [[package]] |
| 2189 | name = "webpki-root-certs" |
| 2190 | version = "1.0.9" |
| 2191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2192 | checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b" |
| 2193 | dependencies = [ |
| 2194 | "rustls-pki-types", |
| 2195 | ] |
| 2196 | |
| 2197 | [[package]] |
| 2198 | name = "winapi" |
| 2199 | version = "0.3.9" |
| 2200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2201 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 2202 | dependencies = [ |
| 2203 | "winapi-i686-pc-windows-gnu", |
| 2204 | "winapi-x86_64-pc-windows-gnu", |
| 2205 | ] |
| 2206 | |
| 2207 | [[package]] |
| 2208 | name = "winapi-i686-pc-windows-gnu" |
| 2209 | version = "0.4.0" |
| 2210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2211 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 2212 | |
| 2213 | [[package]] |
| 2214 | name = "winapi-util" |
| 2215 | version = "0.1.11" |
| 2216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2217 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 2218 | dependencies = [ |
| 2219 | "windows-sys 0.61.2", |
| 2220 | ] |
| 2221 | |
| 2222 | [[package]] |
| 2223 | name = "winapi-x86_64-pc-windows-gnu" |
| 2224 | version = "0.4.0" |
| 2225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2226 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2227 | |
| 2228 | [[package]] |
| 2229 | name = "windows-link" |
| 2230 | version = "0.2.1" |
| 2231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2232 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 2233 | |
| 2234 | [[package]] |
| 2235 | name = "windows-sys" |
| 2236 | version = "0.52.0" |
| 2237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2238 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2239 | dependencies = [ |
| 2240 | "windows-targets", |
| 2241 | ] |
| 2242 | |
| 2243 | [[package]] |
| 2244 | name = "windows-sys" |
| 2245 | version = "0.59.0" |
| 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2247 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 2248 | dependencies = [ |
| 2249 | "windows-targets", |
| 2250 | ] |
| 2251 | |
| 2252 | [[package]] |
| 2253 | name = "windows-sys" |
| 2254 | version = "0.61.2" |
| 2255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2256 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2257 | dependencies = [ |
| 2258 | "windows-link", |
| 2259 | ] |
| 2260 | |
| 2261 | [[package]] |
| 2262 | name = "windows-targets" |
| 2263 | version = "0.52.6" |
| 2264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2265 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2266 | dependencies = [ |
| 2267 | "windows_aarch64_gnullvm", |
| 2268 | "windows_aarch64_msvc", |
| 2269 | "windows_i686_gnu", |
| 2270 | "windows_i686_gnullvm", |
| 2271 | "windows_i686_msvc", |
| 2272 | "windows_x86_64_gnu", |
| 2273 | "windows_x86_64_gnullvm", |
| 2274 | "windows_x86_64_msvc", |
| 2275 | ] |
| 2276 | |
| 2277 | [[package]] |
| 2278 | name = "windows_aarch64_gnullvm" |
| 2279 | version = "0.52.6" |
| 2280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2281 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2282 | |
| 2283 | [[package]] |
| 2284 | name = "windows_aarch64_msvc" |
| 2285 | version = "0.52.6" |
| 2286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2287 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2288 | |
| 2289 | [[package]] |
| 2290 | name = "windows_i686_gnu" |
| 2291 | version = "0.52.6" |
| 2292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2293 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2294 | |
| 2295 | [[package]] |
| 2296 | name = "windows_i686_gnullvm" |
| 2297 | version = "0.52.6" |
| 2298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2299 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2300 | |
| 2301 | [[package]] |
| 2302 | name = "windows_i686_msvc" |
| 2303 | version = "0.52.6" |
| 2304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2305 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2306 | |
| 2307 | [[package]] |
| 2308 | name = "windows_x86_64_gnu" |
| 2309 | version = "0.52.6" |
| 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2311 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2312 | |
| 2313 | [[package]] |
| 2314 | name = "windows_x86_64_gnullvm" |
| 2315 | version = "0.52.6" |
| 2316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2317 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2318 | |
| 2319 | [[package]] |
| 2320 | name = "windows_x86_64_msvc" |
| 2321 | version = "0.52.6" |
| 2322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2323 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2324 | |
| 2325 | [[package]] |
| 2326 | name = "wiremock" |
| 2327 | version = "0.6.5" |
| 2328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2329 | checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" |
| 2330 | dependencies = [ |
| 2331 | "assert-json-diff", |
| 2332 | "base64", |
| 2333 | "deadpool", |
| 2334 | "futures", |
| 2335 | "http", |
| 2336 | "http-body-util", |
| 2337 | "hyper", |
| 2338 | "hyper-util", |
| 2339 | "log", |
| 2340 | "once_cell", |
| 2341 | "regex", |
| 2342 | "serde", |
| 2343 | "serde_json", |
| 2344 | "tokio", |
| 2345 | "url", |
| 2346 | ] |
| 2347 | |
| 2348 | [[package]] |
| 2349 | name = "writeable" |
| 2350 | version = "0.6.3" |
| 2351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2352 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 2353 | |
| 2354 | [[package]] |
| 2355 | name = "yoke" |
| 2356 | version = "0.8.3" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 2359 | dependencies = [ |
| 2360 | "stable_deref_trait", |
| 2361 | "yoke-derive", |
| 2362 | "zerofrom", |
| 2363 | ] |
| 2364 | |
| 2365 | [[package]] |
| 2366 | name = "yoke-derive" |
| 2367 | version = "0.8.2" |
| 2368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2369 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 2370 | dependencies = [ |
| 2371 | "proc-macro2", |
| 2372 | "quote", |
| 2373 | "syn 2.0.119", |
| 2374 | "synstructure", |
| 2375 | ] |
| 2376 | |
| 2377 | [[package]] |
| 2378 | name = "zerofrom" |
| 2379 | version = "0.1.8" |
| 2380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2381 | checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 2382 | dependencies = [ |
| 2383 | "zerofrom-derive", |
| 2384 | ] |
| 2385 | |
| 2386 | [[package]] |
| 2387 | name = "zerofrom-derive" |
| 2388 | version = "0.1.7" |
| 2389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2390 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 2391 | dependencies = [ |
| 2392 | "proc-macro2", |
| 2393 | "quote", |
| 2394 | "syn 2.0.119", |
| 2395 | "synstructure", |
| 2396 | ] |
| 2397 | |
| 2398 | [[package]] |
| 2399 | name = "zeroize" |
| 2400 | version = "1.9.0" |
| 2401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2402 | checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" |
| 2403 | |
| 2404 | [[package]] |
| 2405 | name = "zerotrie" |
| 2406 | version = "0.2.4" |
| 2407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2408 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 2409 | dependencies = [ |
| 2410 | "displaydoc", |
| 2411 | "yoke", |
| 2412 | "zerofrom", |
| 2413 | ] |
| 2414 | |
| 2415 | [[package]] |
| 2416 | name = "zerovec" |
| 2417 | version = "0.11.6" |
| 2418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2419 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 2420 | dependencies = [ |
| 2421 | "yoke", |
| 2422 | "zerofrom", |
| 2423 | "zerovec-derive", |
| 2424 | ] |
| 2425 | |
| 2426 | [[package]] |
| 2427 | name = "zerovec-derive" |
| 2428 | version = "0.11.3" |
| 2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2430 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 2431 | dependencies = [ |
| 2432 | "proc-macro2", |
| 2433 | "quote", |
| 2434 | "syn 2.0.119", |
| 2435 | ] |
| 2436 | |
| 2437 | [[package]] |
| 2438 | name = "zmij" |
| 2439 | version = "1.0.23" |
| 2440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2441 | checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |