| 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.4" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 |
dependencies = [ |
| 11 |
"memchr", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "anyhow" |
| 16 |
version = "1.0.102" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "async-trait" |
| 22 |
version = "0.1.89" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 25 |
dependencies = [ |
| 26 |
"proc-macro2", |
| 27 |
"quote", |
| 28 |
"syn", |
| 29 |
] |
| 30 |
|
| 31 |
[[package]] |
| 32 |
name = "atomic-waker" |
| 33 |
version = "1.1.2" |
| 34 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 36 |
|
| 37 |
[[package]] |
| 38 |
name = "axum" |
| 39 |
version = "0.8.9" |
| 40 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 41 |
checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| 42 |
dependencies = [ |
| 43 |
"axum-core", |
| 44 |
"bytes", |
| 45 |
"form_urlencoded", |
| 46 |
"futures-util", |
| 47 |
"http", |
| 48 |
"http-body", |
| 49 |
"http-body-util", |
| 50 |
"hyper", |
| 51 |
"hyper-util", |
| 52 |
"itoa", |
| 53 |
"matchit", |
| 54 |
"memchr", |
| 55 |
"mime", |
| 56 |
"percent-encoding", |
| 57 |
"pin-project-lite", |
| 58 |
"serde_core", |
| 59 |
"serde_json", |
| 60 |
"serde_path_to_error", |
| 61 |
"serde_urlencoded", |
| 62 |
"sync_wrapper", |
| 63 |
"tokio", |
| 64 |
"tower", |
| 65 |
"tower-layer", |
| 66 |
"tower-service", |
| 67 |
"tracing", |
| 68 |
] |
| 69 |
|
| 70 |
[[package]] |
| 71 |
name = "axum-core" |
| 72 |
version = "0.5.6" |
| 73 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 |
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 75 |
dependencies = [ |
| 76 |
"bytes", |
| 77 |
"futures-core", |
| 78 |
"http", |
| 79 |
"http-body", |
| 80 |
"http-body-util", |
| 81 |
"mime", |
| 82 |
"pin-project-lite", |
| 83 |
"sync_wrapper", |
| 84 |
"tower-layer", |
| 85 |
"tower-service", |
| 86 |
"tracing", |
| 87 |
] |
| 88 |
|
| 89 |
[[package]] |
| 90 |
name = "base64" |
| 91 |
version = "0.22.1" |
| 92 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 94 |
|
| 95 |
[[package]] |
| 96 |
name = "bitflags" |
| 97 |
version = "2.13.0" |
| 98 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 99 |
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 100 |
|
| 101 |
[[package]] |
| 102 |
name = "bumpalo" |
| 103 |
version = "3.20.3" |
| 104 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 |
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 106 |
|
| 107 |
[[package]] |
| 108 |
name = "bytes" |
| 109 |
version = "1.11.1" |
| 110 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 112 |
|
| 113 |
[[package]] |
| 114 |
name = "cc" |
| 115 |
version = "1.2.63" |
| 116 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 |
checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" |
| 118 |
dependencies = [ |
| 119 |
"find-msvc-tools", |
| 120 |
"shlex", |
| 121 |
] |
| 122 |
|
| 123 |
[[package]] |
| 124 |
name = "cfg-if" |
| 125 |
version = "1.0.4" |
| 126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 128 |
|
| 129 |
[[package]] |
| 130 |
name = "combine" |
| 131 |
version = "4.6.7" |
| 132 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 133 |
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 134 |
dependencies = [ |
| 135 |
"bytes", |
| 136 |
"memchr", |
| 137 |
] |
| 138 |
|
| 139 |
[[package]] |
| 140 |
name = "core-foundation" |
| 141 |
version = "0.10.1" |
| 142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 144 |
dependencies = [ |
| 145 |
"core-foundation-sys", |
| 146 |
"libc", |
| 147 |
] |
| 148 |
|
| 149 |
[[package]] |
| 150 |
name = "core-foundation-sys" |
| 151 |
version = "0.8.7" |
| 152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 154 |
|
| 155 |
[[package]] |
| 156 |
name = "displaydoc" |
| 157 |
version = "0.2.6" |
| 158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 |
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 160 |
dependencies = [ |
| 161 |
"proc-macro2", |
| 162 |
"quote", |
| 163 |
"syn", |
| 164 |
] |
| 165 |
|
| 166 |
[[package]] |
| 167 |
name = "equivalent" |
| 168 |
version = "1.0.2" |
| 169 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 171 |
|
| 172 |
[[package]] |
| 173 |
name = "errno" |
| 174 |
version = "0.3.14" |
| 175 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 177 |
dependencies = [ |
| 178 |
"libc", |
| 179 |
"windows-sys 0.61.2", |
| 180 |
] |
| 181 |
|
| 182 |
[[package]] |
| 183 |
name = "fastrand" |
| 184 |
version = "2.4.1" |
| 185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 |
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 187 |
|
| 188 |
[[package]] |
| 189 |
name = "find-msvc-tools" |
| 190 |
version = "0.1.9" |
| 191 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 193 |
|
| 194 |
[[package]] |
| 195 |
name = "foldhash" |
| 196 |
version = "0.1.5" |
| 197 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 198 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 199 |
|
| 200 |
[[package]] |
| 201 |
name = "form_urlencoded" |
| 202 |
version = "1.2.2" |
| 203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 205 |
dependencies = [ |
| 206 |
"percent-encoding", |
| 207 |
] |
| 208 |
|
| 209 |
[[package]] |
| 210 |
name = "futures-channel" |
| 211 |
version = "0.3.32" |
| 212 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 214 |
dependencies = [ |
| 215 |
"futures-core", |
| 216 |
] |
| 217 |
|
| 218 |
[[package]] |
| 219 |
name = "futures-core" |
| 220 |
version = "0.3.32" |
| 221 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 222 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 223 |
|
| 224 |
[[package]] |
| 225 |
name = "futures-io" |
| 226 |
version = "0.3.32" |
| 227 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 229 |
|
| 230 |
[[package]] |
| 231 |
name = "futures-macro" |
| 232 |
version = "0.3.32" |
| 233 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 |
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 235 |
dependencies = [ |
| 236 |
"proc-macro2", |
| 237 |
"quote", |
| 238 |
"syn", |
| 239 |
] |
| 240 |
|
| 241 |
[[package]] |
| 242 |
name = "futures-sink" |
| 243 |
version = "0.3.32" |
| 244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 245 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 246 |
|
| 247 |
[[package]] |
| 248 |
name = "futures-task" |
| 249 |
version = "0.3.32" |
| 250 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 252 |
|
| 253 |
[[package]] |
| 254 |
name = "futures-util" |
| 255 |
version = "0.3.32" |
| 256 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 257 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 258 |
dependencies = [ |
| 259 |
"futures-core", |
| 260 |
"futures-io", |
| 261 |
"futures-macro", |
| 262 |
"futures-sink", |
| 263 |
"futures-task", |
| 264 |
"memchr", |
| 265 |
"pin-project-lite", |
| 266 |
"slab", |
| 267 |
] |
| 268 |
|
| 269 |
[[package]] |
| 270 |
name = "getrandom" |
| 271 |
version = "0.2.17" |
| 272 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 273 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 274 |
dependencies = [ |
| 275 |
"cfg-if", |
| 276 |
"libc", |
| 277 |
"wasi", |
| 278 |
] |
| 279 |
|
| 280 |
[[package]] |
| 281 |
name = "getrandom" |
| 282 |
version = "0.4.2" |
| 283 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 285 |
dependencies = [ |
| 286 |
"cfg-if", |
| 287 |
"libc", |
| 288 |
"r-efi", |
| 289 |
"wasip2", |
| 290 |
"wasip3", |
| 291 |
] |
| 292 |
|
| 293 |
[[package]] |
| 294 |
name = "glob" |
| 295 |
version = "0.3.3" |
| 296 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 297 |
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 298 |
|
| 299 |
[[package]] |
| 300 |
name = "hashbrown" |
| 301 |
version = "0.15.5" |
| 302 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 304 |
dependencies = [ |
| 305 |
"foldhash", |
| 306 |
] |
| 307 |
|
| 308 |
[[package]] |
| 309 |
name = "hashbrown" |
| 310 |
version = "0.17.1" |
| 311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 |
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 313 |
|
| 314 |
[[package]] |
| 315 |
name = "heck" |
| 316 |
version = "0.5.0" |
| 317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 319 |
|
| 320 |
[[package]] |
| 321 |
name = "http" |
| 322 |
version = "1.4.1" |
| 323 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 |
checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" |
| 325 |
dependencies = [ |
| 326 |
"bytes", |
| 327 |
"itoa", |
| 328 |
] |
| 329 |
|
| 330 |
[[package]] |
| 331 |
name = "http-body" |
| 332 |
version = "1.0.1" |
| 333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 335 |
dependencies = [ |
| 336 |
"bytes", |
| 337 |
"http", |
| 338 |
] |
| 339 |
|
| 340 |
[[package]] |
| 341 |
name = "http-body-util" |
| 342 |
version = "0.1.3" |
| 343 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 344 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 345 |
dependencies = [ |
| 346 |
"bytes", |
| 347 |
"futures-core", |
| 348 |
"http", |
| 349 |
"http-body", |
| 350 |
"pin-project-lite", |
| 351 |
] |
| 352 |
|
| 353 |
[[package]] |
| 354 |
name = "httparse" |
| 355 |
version = "1.10.1" |
| 356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 358 |
|
| 359 |
[[package]] |
| 360 |
name = "httpdate" |
| 361 |
version = "1.0.3" |
| 362 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 364 |
|
| 365 |
[[package]] |
| 366 |
name = "hyper" |
| 367 |
version = "1.10.1" |
| 368 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 369 |
checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" |
| 370 |
dependencies = [ |
| 371 |
"atomic-waker", |
| 372 |
"bytes", |
| 373 |
"futures-channel", |
| 374 |
"futures-core", |
| 375 |
"http", |
| 376 |
"http-body", |
| 377 |
"httparse", |
| 378 |
"httpdate", |
| 379 |
"itoa", |
| 380 |
"pin-project-lite", |
| 381 |
"smallvec", |
| 382 |
"tokio", |
| 383 |
"want", |
| 384 |
] |
| 385 |
|
| 386 |
[[package]] |
| 387 |
name = "hyper-rustls" |
| 388 |
version = "0.27.9" |
| 389 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 |
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 391 |
dependencies = [ |
| 392 |
"http", |
| 393 |
"hyper", |
| 394 |
"hyper-util", |
| 395 |
"rustls", |
| 396 |
"tokio", |
| 397 |
"tokio-rustls", |
| 398 |
"tower-service", |
| 399 |
] |
| 400 |
|
| 401 |
[[package]] |
| 402 |
name = "hyper-util" |
| 403 |
version = "0.1.20" |
| 404 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 406 |
dependencies = [ |
| 407 |
"base64", |
| 408 |
"bytes", |
| 409 |
"futures-channel", |
| 410 |
"futures-util", |
| 411 |
"http", |
| 412 |
"http-body", |
| 413 |
"hyper", |
| 414 |
"ipnet", |
| 415 |
"libc", |
| 416 |
"percent-encoding", |
| 417 |
"pin-project-lite", |
| 418 |
"socket2", |
| 419 |
"tokio", |
| 420 |
"tower-service", |
| 421 |
"tracing", |
| 422 |
] |
| 423 |
|
| 424 |
[[package]] |
| 425 |
name = "icu_collections" |
| 426 |
version = "2.2.0" |
| 427 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 |
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 429 |
dependencies = [ |
| 430 |
"displaydoc", |
| 431 |
"potential_utf", |
| 432 |
"utf8_iter", |
| 433 |
"yoke", |
| 434 |
"zerofrom", |
| 435 |
"zerovec", |
| 436 |
] |
| 437 |
|
| 438 |
[[package]] |
| 439 |
name = "icu_locale_core" |
| 440 |
version = "2.2.0" |
| 441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 |
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 443 |
dependencies = [ |
| 444 |
"displaydoc", |
| 445 |
"litemap", |
| 446 |
"tinystr", |
| 447 |
"writeable", |
| 448 |
"zerovec", |
| 449 |
] |
| 450 |
|
| 451 |
[[package]] |
| 452 |
name = "icu_normalizer" |
| 453 |
version = "2.2.0" |
| 454 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 |
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 456 |
dependencies = [ |
| 457 |
"icu_collections", |
| 458 |
"icu_normalizer_data", |
| 459 |
"icu_properties", |
| 460 |
"icu_provider", |
| 461 |
"smallvec", |
| 462 |
"zerovec", |
| 463 |
] |
| 464 |
|
| 465 |
[[package]] |
| 466 |
name = "icu_normalizer_data" |
| 467 |
version = "2.2.0" |
| 468 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 469 |
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 470 |
|
| 471 |
[[package]] |
| 472 |
name = "icu_properties" |
| 473 |
version = "2.2.0" |
| 474 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 |
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 476 |
dependencies = [ |
| 477 |
"icu_collections", |
| 478 |
"icu_locale_core", |
| 479 |
"icu_properties_data", |
| 480 |
"icu_provider", |
| 481 |
"zerotrie", |
| 482 |
"zerovec", |
| 483 |
] |
| 484 |
|
| 485 |
[[package]] |
| 486 |
name = "icu_properties_data" |
| 487 |
version = "2.2.0" |
| 488 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 |
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 490 |
|
| 491 |
[[package]] |
| 492 |
name = "icu_provider" |
| 493 |
version = "2.2.0" |
| 494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 |
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 496 |
dependencies = [ |
| 497 |
"displaydoc", |
| 498 |
"icu_locale_core", |
| 499 |
"writeable", |
| 500 |
"yoke", |
| 501 |
"zerofrom", |
| 502 |
"zerotrie", |
| 503 |
"zerovec", |
| 504 |
] |
| 505 |
|
| 506 |
[[package]] |
| 507 |
name = "id-arena" |
| 508 |
version = "2.3.0" |
| 509 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 511 |
|
| 512 |
[[package]] |
| 513 |
name = "idna" |
| 514 |
version = "1.1.0" |
| 515 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 517 |
dependencies = [ |
| 518 |
"idna_adapter", |
| 519 |
"smallvec", |
| 520 |
"utf8_iter", |
| 521 |
] |
| 522 |
|
| 523 |
[[package]] |
| 524 |
name = "idna_adapter" |
| 525 |
version = "1.2.2" |
| 526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 |
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 528 |
dependencies = [ |
| 529 |
"icu_normalizer", |
| 530 |
"icu_properties", |
| 531 |
] |
| 532 |
|
| 533 |
[[package]] |
| 534 |
name = "indexmap" |
| 535 |
version = "2.14.0" |
| 536 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 538 |
dependencies = [ |
| 539 |
"equivalent", |
| 540 |
"hashbrown 0.17.1", |
| 541 |
"serde", |
| 542 |
"serde_core", |
| 543 |
] |
| 544 |
|
| 545 |
[[package]] |
| 546 |
name = "ipnet" |
| 547 |
version = "2.12.0" |
| 548 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 |
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 550 |
|
| 551 |
[[package]] |
| 552 |
name = "itoa" |
| 553 |
version = "1.0.18" |
| 554 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 556 |
|
| 557 |
[[package]] |
| 558 |
name = "jni" |
| 559 |
version = "0.22.4" |
| 560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 561 |
checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| 562 |
dependencies = [ |
| 563 |
"cfg-if", |
| 564 |
"combine", |
| 565 |
"jni-macros", |
| 566 |
"jni-sys", |
| 567 |
"log", |
| 568 |
"simd_cesu8", |
| 569 |
"thiserror", |
| 570 |
"walkdir", |
| 571 |
"windows-link", |
| 572 |
] |
| 573 |
|
| 574 |
[[package]] |
| 575 |
name = "jni-macros" |
| 576 |
version = "0.22.4" |
| 577 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 |
checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| 579 |
dependencies = [ |
| 580 |
"proc-macro2", |
| 581 |
"quote", |
| 582 |
"rustc_version", |
| 583 |
"simd_cesu8", |
| 584 |
"syn", |
| 585 |
] |
| 586 |
|
| 587 |
[[package]] |
| 588 |
name = "jni-sys" |
| 589 |
version = "0.4.1" |
| 590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 |
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 592 |
dependencies = [ |
| 593 |
"jni-sys-macros", |
| 594 |
] |
| 595 |
|
| 596 |
[[package]] |
| 597 |
name = "jni-sys-macros" |
| 598 |
version = "0.4.1" |
| 599 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 600 |
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 601 |
dependencies = [ |
| 602 |
"quote", |
| 603 |
"syn", |
| 604 |
] |
| 605 |
|
| 606 |
[[package]] |
| 607 |
name = "js-sys" |
| 608 |
version = "0.3.99" |
| 609 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 |
checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" |
| 611 |
dependencies = [ |
| 612 |
"cfg-if", |
| 613 |
"futures-util", |
| 614 |
"once_cell", |
| 615 |
"wasm-bindgen", |
| 616 |
] |
| 617 |
|
| 618 |
[[package]] |
| 619 |
name = "lazy_static" |
| 620 |
version = "1.5.0" |
| 621 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 622 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 623 |
|
| 624 |
[[package]] |
| 625 |
name = "leb128fmt" |
| 626 |
version = "0.1.0" |
| 627 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 629 |
|
| 630 |
[[package]] |
| 631 |
name = "libc" |
| 632 |
version = "0.2.186" |
| 633 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 634 |
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 635 |
|
| 636 |
[[package]] |
| 637 |
name = "linux-raw-sys" |
| 638 |
version = "0.12.1" |
| 639 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 641 |
|
| 642 |
[[package]] |
| 643 |
name = "litemap" |
| 644 |
version = "0.8.2" |
| 645 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 |
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 647 |
|
| 648 |
[[package]] |
| 649 |
name = "log" |
| 650 |
version = "0.4.32" |
| 651 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 |
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 653 |
|
| 654 |
[[package]] |
| 655 |
name = "matchers" |
| 656 |
version = "0.2.0" |
| 657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 |
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 659 |
dependencies = [ |
| 660 |
"regex-automata", |
| 661 |
] |
| 662 |
|
| 663 |
[[package]] |
| 664 |
name = "matchit" |
| 665 |
version = "0.8.4" |
| 666 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 667 |
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 668 |
|
| 669 |
[[package]] |
| 670 |
name = "memchr" |
| 671 |
version = "2.8.1" |
| 672 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 673 |
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" |
| 674 |
|
| 675 |
[[package]] |
| 676 |
name = "mime" |
| 677 |
version = "0.3.17" |
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 680 |
|
| 681 |
[[package]] |
| 682 |
name = "mio" |
| 683 |
version = "1.2.1" |
| 684 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 685 |
checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| 686 |
dependencies = [ |
| 687 |
"libc", |
| 688 |
"wasi", |
| 689 |
"windows-sys 0.61.2", |
| 690 |
] |
| 691 |
|
| 692 |
[[package]] |
| 693 |
name = "nu-ansi-term" |
| 694 |
version = "0.50.3" |
| 695 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 |
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 697 |
dependencies = [ |
| 698 |
"windows-sys 0.61.2", |
| 699 |
] |
| 700 |
|
| 701 |
[[package]] |
| 702 |
name = "once_cell" |
| 703 |
version = "1.21.4" |
| 704 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 705 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 706 |
|
| 707 |
[[package]] |
| 708 |
name = "openssl-probe" |
| 709 |
version = "0.2.1" |
| 710 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 711 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 712 |
|
| 713 |
[[package]] |
| 714 |
name = "ops-exec" |
| 715 |
version = "0.1.0" |
| 716 |
dependencies = [ |
| 717 |
"anyhow", |
| 718 |
"async-trait", |
| 719 |
"axum", |
| 720 |
"futures-util", |
| 721 |
"glob", |
| 722 |
"reqwest", |
| 723 |
"rustls", |
| 724 |
"serde", |
| 725 |
"serde_json", |
| 726 |
"tempfile", |
| 727 |
"thiserror", |
| 728 |
"tokio", |
| 729 |
"tokio-stream", |
| 730 |
"toml", |
| 731 |
"tracing", |
| 732 |
"tracing-subscriber", |
| 733 |
] |
| 734 |
|
| 735 |
[[package]] |
| 736 |
name = "percent-encoding" |
| 737 |
version = "2.3.2" |
| 738 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 740 |
|
| 741 |
[[package]] |
| 742 |
name = "pin-project-lite" |
| 743 |
version = "0.2.17" |
| 744 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 746 |
|
| 747 |
[[package]] |
| 748 |
name = "potential_utf" |
| 749 |
version = "0.1.5" |
| 750 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 |
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 752 |
dependencies = [ |
| 753 |
"zerovec", |
| 754 |
] |
| 755 |
|
| 756 |
[[package]] |
| 757 |
name = "prettyplease" |
| 758 |
version = "0.2.37" |
| 759 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 761 |
dependencies = [ |
| 762 |
"proc-macro2", |
| 763 |
"syn", |
| 764 |
] |
| 765 |
|
| 766 |
[[package]] |
| 767 |
name = "proc-macro2" |
| 768 |
version = "1.0.106" |
| 769 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 770 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 771 |
dependencies = [ |
| 772 |
"unicode-ident", |
| 773 |
] |
| 774 |
|
| 775 |
[[package]] |
| 776 |
name = "quote" |
| 777 |
version = "1.0.45" |
| 778 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 779 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 780 |
dependencies = [ |
| 781 |
"proc-macro2", |
| 782 |
] |
| 783 |
|
| 784 |
[[package]] |
| 785 |
name = "r-efi" |
| 786 |
version = "6.0.0" |
| 787 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 789 |
|
| 790 |
[[package]] |
| 791 |
name = "regex-automata" |
| 792 |
version = "0.4.14" |
| 793 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 795 |
dependencies = [ |
| 796 |
"aho-corasick", |
| 797 |
"memchr", |
| 798 |
"regex-syntax", |
| 799 |
] |
| 800 |
|
| 801 |
[[package]] |
| 802 |
name = "regex-syntax" |
| 803 |
version = "0.8.10" |
| 804 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 805 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 806 |
|
| 807 |
[[package]] |
| 808 |
name = "reqwest" |
| 809 |
version = "0.13.4" |
| 810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 |
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| 812 |
dependencies = [ |
| 813 |
"base64", |
| 814 |
"bytes", |
| 815 |
"futures-core", |
| 816 |
"futures-util", |
| 817 |
"http", |
| 818 |
"http-body", |
| 819 |
"http-body-util", |
| 820 |
"hyper", |
| 821 |
"hyper-rustls", |
| 822 |
"hyper-util", |
| 823 |
"js-sys", |
| 824 |
"log", |
| 825 |
"percent-encoding", |
| 826 |
"pin-project-lite", |
| 827 |
"rustls", |
| 828 |
"rustls-pki-types", |
| 829 |
"rustls-platform-verifier", |
| 830 |
"serde", |
| 831 |
"serde_json", |
| 832 |
"serde_urlencoded", |
| 833 |
"sync_wrapper", |
| 834 |
"tokio", |
| 835 |
"tokio-rustls", |
| 836 |
"tokio-util", |
| 837 |
"tower", |
| 838 |
"tower-http", |
| 839 |
"tower-service", |
| 840 |
"url", |
| 841 |
"wasm-bindgen", |
| 842 |
"wasm-bindgen-futures", |
| 843 |
"wasm-streams", |
| 844 |
"web-sys", |
| 845 |
] |
| 846 |
|
| 847 |
[[package]] |
| 848 |
name = "ring" |
| 849 |
version = "0.17.14" |
| 850 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 852 |
dependencies = [ |
| 853 |
"cc", |
| 854 |
"cfg-if", |
| 855 |
"getrandom 0.2.17", |
| 856 |
"libc", |
| 857 |
"untrusted", |
| 858 |
"windows-sys 0.52.0", |
| 859 |
] |
| 860 |
|
| 861 |
[[package]] |
| 862 |
name = "rustc_version" |
| 863 |
version = "0.4.1" |
| 864 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 865 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 866 |
dependencies = [ |
| 867 |
"semver", |
| 868 |
] |
| 869 |
|
| 870 |
[[package]] |
| 871 |
name = "rustix" |
| 872 |
version = "1.1.4" |
| 873 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 874 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 875 |
dependencies = [ |
| 876 |
"bitflags", |
| 877 |
"errno", |
| 878 |
"libc", |
| 879 |
"linux-raw-sys", |
| 880 |
"windows-sys 0.61.2", |
| 881 |
] |
| 882 |
|
| 883 |
[[package]] |
| 884 |
name = "rustls" |
| 885 |
version = "0.23.40" |
| 886 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 |
checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" |
| 888 |
dependencies = [ |
| 889 |
"log", |
| 890 |
"once_cell", |
| 891 |
"ring", |
| 892 |
"rustls-pki-types", |
| 893 |
"rustls-webpki", |
| 894 |
"subtle", |
| 895 |
"zeroize", |
| 896 |
] |
| 897 |
|
| 898 |
[[package]] |
| 899 |
name = "rustls-native-certs" |
| 900 |
version = "0.8.4" |
| 901 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 |
checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" |
| 903 |
dependencies = [ |
| 904 |
"openssl-probe", |
| 905 |
"rustls-pki-types", |
| 906 |
"schannel", |
| 907 |
"security-framework", |
| 908 |
] |
| 909 |
|
| 910 |
[[package]] |
| 911 |
name = "rustls-pki-types" |
| 912 |
version = "1.14.1" |
| 913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 |
checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" |
| 915 |
dependencies = [ |
| 916 |
"zeroize", |
| 917 |
] |
| 918 |
|
| 919 |
[[package]] |
| 920 |
name = "rustls-platform-verifier" |
| 921 |
version = "0.7.0" |
| 922 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 |
checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| 924 |
dependencies = [ |
| 925 |
"core-foundation", |
| 926 |
"core-foundation-sys", |
| 927 |
"jni", |
| 928 |
"log", |
| 929 |
"once_cell", |
| 930 |
"rustls", |
| 931 |
"rustls-native-certs", |
| 932 |
"rustls-platform-verifier-android", |
| 933 |
"rustls-webpki", |
| 934 |
"security-framework", |
| 935 |
"security-framework-sys", |
| 936 |
"webpki-root-certs", |
| 937 |
"windows-sys 0.61.2", |
| 938 |
] |
| 939 |
|
| 940 |
[[package]] |
| 941 |
name = "rustls-platform-verifier-android" |
| 942 |
version = "0.1.1" |
| 943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 944 |
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 945 |
|
| 946 |
[[package]] |
| 947 |
name = "rustls-webpki" |
| 948 |
version = "0.103.13" |
| 949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 |
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 951 |
dependencies = [ |
| 952 |
"ring", |
| 953 |
"rustls-pki-types", |
| 954 |
"untrusted", |
| 955 |
] |
| 956 |
|
| 957 |
[[package]] |
| 958 |
name = "rustversion" |
| 959 |
version = "1.0.22" |
| 960 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 962 |
|
| 963 |
[[package]] |
| 964 |
name = "ryu" |
| 965 |
version = "1.0.23" |
| 966 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 967 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 968 |
|
| 969 |
[[package]] |
| 970 |
name = "same-file" |
| 971 |
version = "1.0.6" |
| 972 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 973 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 974 |
dependencies = [ |
| 975 |
"winapi-util", |
| 976 |
] |
| 977 |
|
| 978 |
[[package]] |
| 979 |
name = "schannel" |
| 980 |
version = "0.1.29" |
| 981 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 983 |
dependencies = [ |
| 984 |
"windows-sys 0.61.2", |
| 985 |
] |
| 986 |
|
| 987 |
[[package]] |
| 988 |
name = "security-framework" |
| 989 |
version = "3.7.0" |
| 990 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 992 |
dependencies = [ |
| 993 |
"bitflags", |
| 994 |
"core-foundation", |
| 995 |
"core-foundation-sys", |
| 996 |
"libc", |
| 997 |
"security-framework-sys", |
| 998 |
] |
| 999 |
|
| 1000 |
[[package]] |
| 1001 |
name = "security-framework-sys" |
| 1002 |
version = "2.17.0" |
| 1003 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 1005 |
dependencies = [ |
| 1006 |
"core-foundation-sys", |
| 1007 |
"libc", |
| 1008 |
] |
| 1009 |
|
| 1010 |
[[package]] |
| 1011 |
name = "semver" |
| 1012 |
version = "1.0.28" |
| 1013 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 |
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 1015 |
|
| 1016 |
[[package]] |
| 1017 |
name = "serde" |
| 1018 |
version = "1.0.228" |
| 1019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1021 |
dependencies = [ |
| 1022 |
"serde_core", |
| 1023 |
"serde_derive", |
| 1024 |
] |
| 1025 |
|
| 1026 |
[[package]] |
| 1027 |
name = "serde_core" |
| 1028 |
version = "1.0.228" |
| 1029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1031 |
dependencies = [ |
| 1032 |
"serde_derive", |
| 1033 |
] |
| 1034 |
|
| 1035 |
[[package]] |
| 1036 |
name = "serde_derive" |
| 1037 |
version = "1.0.228" |
| 1038 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1039 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1040 |
dependencies = [ |
| 1041 |
"proc-macro2", |
| 1042 |
"quote", |
| 1043 |
"syn", |
| 1044 |
] |
| 1045 |
|
| 1046 |
[[package]] |
| 1047 |
name = "serde_json" |
| 1048 |
version = "1.0.150" |
| 1049 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 |
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| 1051 |
dependencies = [ |
| 1052 |
"itoa", |
| 1053 |
"memchr", |
| 1054 |
"serde", |
| 1055 |
"serde_core", |
| 1056 |
"zmij", |
| 1057 |
] |
| 1058 |
|
| 1059 |
[[package]] |
| 1060 |
name = "serde_path_to_error" |
| 1061 |
version = "0.1.20" |
| 1062 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 |
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 1064 |
dependencies = [ |
| 1065 |
"itoa", |
| 1066 |
"serde", |
| 1067 |
"serde_core", |
| 1068 |
] |
| 1069 |
|
| 1070 |
[[package]] |
| 1071 |
name = "serde_spanned" |
| 1072 |
version = "1.1.1" |
| 1073 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 |
checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 1075 |
dependencies = [ |
| 1076 |
"serde_core", |
| 1077 |
] |
| 1078 |
|
| 1079 |
[[package]] |
| 1080 |
name = "serde_urlencoded" |
| 1081 |
version = "0.7.1" |
| 1082 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1083 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 1084 |
dependencies = [ |
| 1085 |
"form_urlencoded", |
| 1086 |
"itoa", |
| 1087 |
"ryu", |
| 1088 |
"serde", |
| 1089 |
] |
| 1090 |
|
| 1091 |
[[package]] |
| 1092 |
name = "sharded-slab" |
| 1093 |
version = "0.1.7" |
| 1094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1095 |
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1096 |
dependencies = [ |
| 1097 |
"lazy_static", |
| 1098 |
] |
| 1099 |
|
| 1100 |
[[package]] |
| 1101 |
name = "shlex" |
| 1102 |
version = "2.0.1" |
| 1103 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1104 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 1105 |
|
| 1106 |
[[package]] |
| 1107 |
name = "signal-hook-registry" |
| 1108 |
version = "1.4.8" |
| 1109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1111 |
dependencies = [ |
| 1112 |
"errno", |
| 1113 |
"libc", |
| 1114 |
] |
| 1115 |
|
| 1116 |
[[package]] |
| 1117 |
name = "simd_cesu8" |
| 1118 |
version = "1.2.0" |
| 1119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 |
checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520" |
| 1121 |
dependencies = [ |
| 1122 |
"rustc_version", |
| 1123 |
"simdutf8", |
| 1124 |
] |
| 1125 |
|
| 1126 |
[[package]] |
| 1127 |
name = "simdutf8" |
| 1128 |
version = "0.1.5" |
| 1129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 |
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 1131 |
|
| 1132 |
[[package]] |
| 1133 |
name = "slab" |
| 1134 |
version = "0.4.12" |
| 1135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1137 |
|
| 1138 |
[[package]] |
| 1139 |
name = "smallvec" |
| 1140 |
version = "1.15.1" |
| 1141 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1143 |
|
| 1144 |
[[package]] |
| 1145 |
name = "socket2" |
| 1146 |
version = "0.6.4" |
| 1147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1148 |
checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" |
| 1149 |
dependencies = [ |
| 1150 |
"libc", |
| 1151 |
"windows-sys 0.61.2", |
| 1152 |
] |
| 1153 |
|
| 1154 |
[[package]] |
| 1155 |
name = "stable_deref_trait" |
| 1156 |
version = "1.2.1" |
| 1157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1159 |
|
| 1160 |
[[package]] |
| 1161 |
name = "subtle" |
| 1162 |
version = "2.6.1" |
| 1163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 1165 |
|
| 1166 |
[[package]] |
| 1167 |
name = "syn" |
| 1168 |
version = "2.0.117" |
| 1169 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1170 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 1171 |
dependencies = [ |
| 1172 |
"proc-macro2", |
| 1173 |
"quote", |
| 1174 |
"unicode-ident", |
| 1175 |
] |
| 1176 |
|
| 1177 |
[[package]] |
| 1178 |
name = "sync_wrapper" |
| 1179 |
version = "1.0.2" |
| 1180 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1181 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 1182 |
dependencies = [ |
| 1183 |
"futures-core", |
| 1184 |
] |
| 1185 |
|
| 1186 |
[[package]] |
| 1187 |
name = "synstructure" |
| 1188 |
version = "0.13.2" |
| 1189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1191 |
dependencies = [ |
| 1192 |
"proc-macro2", |
| 1193 |
"quote", |
| 1194 |
"syn", |
| 1195 |
] |
| 1196 |
|
| 1197 |
[[package]] |
| 1198 |
name = "tempfile" |
| 1199 |
version = "3.27.0" |
| 1200 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1201 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 1202 |
dependencies = [ |
| 1203 |
"fastrand", |
| 1204 |
"getrandom 0.4.2", |
| 1205 |
"once_cell", |
| 1206 |
"rustix", |
| 1207 |
"windows-sys 0.61.2", |
| 1208 |
] |
| 1209 |
|
| 1210 |
[[package]] |
| 1211 |
name = "thiserror" |
| 1212 |
version = "2.0.18" |
| 1213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1214 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1215 |
dependencies = [ |
| 1216 |
"thiserror-impl", |
| 1217 |
] |
| 1218 |
|
| 1219 |
[[package]] |
| 1220 |
name = "thiserror-impl" |
| 1221 |
version = "2.0.18" |
| 1222 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1224 |
dependencies = [ |
| 1225 |
"proc-macro2", |
| 1226 |
"quote", |
| 1227 |
"syn", |
| 1228 |
] |
| 1229 |
|
| 1230 |
[[package]] |
| 1231 |
name = "thread_local" |
| 1232 |
version = "1.1.9" |
| 1233 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 |
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1235 |
dependencies = [ |
| 1236 |
"cfg-if", |
| 1237 |
] |
| 1238 |
|
| 1239 |
[[package]] |
| 1240 |
name = "tinystr" |
| 1241 |
version = "0.8.3" |
| 1242 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 |
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 1244 |
dependencies = [ |
| 1245 |
"displaydoc", |
| 1246 |
"zerovec", |
| 1247 |
] |
| 1248 |
|
| 1249 |
[[package]] |
| 1250 |
name = "tokio" |
| 1251 |
version = "1.52.3" |
| 1252 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1253 |
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| 1254 |
dependencies = [ |
| 1255 |
"bytes", |
| 1256 |
"libc", |
| 1257 |
"mio", |
| 1258 |
"pin-project-lite", |
| 1259 |
"signal-hook-registry", |
| 1260 |
"socket2", |
| 1261 |
"tokio-macros", |
| 1262 |
"windows-sys 0.61.2", |
| 1263 |
] |
| 1264 |
|
| 1265 |
[[package]] |
| 1266 |
name = "tokio-macros" |
| 1267 |
version = "2.7.0" |
| 1268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1269 |
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 1270 |
dependencies = [ |
| 1271 |
"proc-macro2", |
| 1272 |
"quote", |
| 1273 |
"syn", |
| 1274 |
] |
| 1275 |
|
| 1276 |
[[package]] |
| 1277 |
name = "tokio-rustls" |
| 1278 |
version = "0.26.4" |
| 1279 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1280 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 1281 |
dependencies = [ |
| 1282 |
"rustls", |
| 1283 |
"tokio", |
| 1284 |
] |
| 1285 |
|
| 1286 |
[[package]] |
| 1287 |
name = "tokio-stream" |
| 1288 |
version = "0.1.18" |
| 1289 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1290 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 1291 |
dependencies = [ |
| 1292 |
"futures-core", |
| 1293 |
"pin-project-lite", |
| 1294 |
"tokio", |
| 1295 |
] |
| 1296 |
|
| 1297 |
[[package]] |
| 1298 |
name = "tokio-util" |
| 1299 |
version = "0.7.18" |
| 1300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 |
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 1302 |
dependencies = [ |
| 1303 |
"bytes", |
| 1304 |
"futures-core", |
| 1305 |
"futures-sink", |
| 1306 |
"pin-project-lite", |
| 1307 |
"tokio", |
| 1308 |
] |
| 1309 |
|
| 1310 |
[[package]] |
| 1311 |
name = "toml" |
| 1312 |
version = "1.1.3+spec-1.1.0" |
| 1313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1314 |
checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c" |
| 1315 |
dependencies = [ |
| 1316 |
"indexmap", |
| 1317 |
"serde_core", |
| 1318 |
"serde_spanned", |
| 1319 |
"toml_datetime", |
| 1320 |
"toml_parser", |
| 1321 |
"toml_writer", |
| 1322 |
"winnow", |
| 1323 |
] |
| 1324 |
|
| 1325 |
[[package]] |
| 1326 |
name = "toml_datetime" |
| 1327 |
version = "1.1.1+spec-1.1.0" |
| 1328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1329 |
checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 1330 |
dependencies = [ |
| 1331 |
"serde_core", |
| 1332 |
] |
| 1333 |
|
| 1334 |
[[package]] |
| 1335 |
name = "toml_parser" |
| 1336 |
version = "1.1.2+spec-1.1.0" |
| 1337 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 |
checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 1339 |
dependencies = [ |
| 1340 |
"winnow", |
| 1341 |
] |
| 1342 |
|
| 1343 |
[[package]] |
| 1344 |
name = "toml_writer" |
| 1345 |
version = "1.1.2+spec-1.1.0" |
| 1346 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1347 |
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" |
| 1348 |
|
| 1349 |
[[package]] |
| 1350 |
name = "tower" |
| 1351 |
version = "0.5.3" |
| 1352 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1353 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 1354 |
dependencies = [ |
| 1355 |
"futures-core", |
| 1356 |
"futures-util", |
| 1357 |
"pin-project-lite", |
| 1358 |
"sync_wrapper", |
| 1359 |
"tokio", |
| 1360 |
"tower-layer", |
| 1361 |
"tower-service", |
| 1362 |
"tracing", |
| 1363 |
] |
| 1364 |
|
| 1365 |
[[package]] |
| 1366 |
name = "tower-http" |
| 1367 |
version = "0.6.11" |
| 1368 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 |
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 1370 |
dependencies = [ |
| 1371 |
"bitflags", |
| 1372 |
"bytes", |
| 1373 |
"futures-util", |
| 1374 |
"http", |
| 1375 |
"http-body", |
| 1376 |
"pin-project-lite", |
| 1377 |
"tower", |
| 1378 |
"tower-layer", |
| 1379 |
"tower-service", |
| 1380 |
"url", |
| 1381 |
] |
| 1382 |
|
| 1383 |
[[package]] |
| 1384 |
name = "tower-layer" |
| 1385 |
version = "0.3.3" |
| 1386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 1388 |
|
| 1389 |
[[package]] |
| 1390 |
name = "tower-service" |
| 1391 |
version = "0.3.3" |
| 1392 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1393 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 1394 |
|
| 1395 |
[[package]] |
| 1396 |
name = "tracing" |
| 1397 |
version = "0.1.44" |
| 1398 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1400 |
dependencies = [ |
| 1401 |
"log", |
| 1402 |
"pin-project-lite", |
| 1403 |
"tracing-attributes", |
| 1404 |
"tracing-core", |
| 1405 |
] |
| 1406 |
|
| 1407 |
[[package]] |
| 1408 |
name = "tracing-attributes" |
| 1409 |
version = "0.1.31" |
| 1410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1412 |
dependencies = [ |
| 1413 |
"proc-macro2", |
| 1414 |
"quote", |
| 1415 |
"syn", |
| 1416 |
] |
| 1417 |
|
| 1418 |
[[package]] |
| 1419 |
name = "tracing-core" |
| 1420 |
version = "0.1.36" |
| 1421 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1423 |
dependencies = [ |
| 1424 |
"once_cell", |
| 1425 |
"valuable", |
| 1426 |
] |
| 1427 |
|
| 1428 |
[[package]] |
| 1429 |
name = "tracing-log" |
| 1430 |
version = "0.2.0" |
| 1431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1432 |
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1433 |
dependencies = [ |
| 1434 |
"log", |
| 1435 |
"once_cell", |
| 1436 |
"tracing-core", |
| 1437 |
] |
| 1438 |
|
| 1439 |
[[package]] |
| 1440 |
name = "tracing-subscriber" |
| 1441 |
version = "0.3.23" |
| 1442 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1443 |
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 1444 |
dependencies = [ |
| 1445 |
"matchers", |
| 1446 |
"nu-ansi-term", |
| 1447 |
"once_cell", |
| 1448 |
"regex-automata", |
| 1449 |
"sharded-slab", |
| 1450 |
"smallvec", |
| 1451 |
"thread_local", |
| 1452 |
"tracing", |
| 1453 |
"tracing-core", |
| 1454 |
"tracing-log", |
| 1455 |
] |
| 1456 |
|
| 1457 |
[[package]] |
| 1458 |
name = "try-lock" |
| 1459 |
version = "0.2.5" |
| 1460 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1461 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 1462 |
|
| 1463 |
[[package]] |
| 1464 |
name = "unicode-ident" |
| 1465 |
version = "1.0.24" |
| 1466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1468 |
|
| 1469 |
[[package]] |
| 1470 |
name = "unicode-xid" |
| 1471 |
version = "0.2.6" |
| 1472 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 1474 |
|
| 1475 |
[[package]] |
| 1476 |
name = "untrusted" |
| 1477 |
version = "0.9.0" |
| 1478 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1479 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 1480 |
|
| 1481 |
[[package]] |
| 1482 |
name = "url" |
| 1483 |
version = "2.5.8" |
| 1484 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1485 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 1486 |
dependencies = [ |
| 1487 |
"form_urlencoded", |
| 1488 |
"idna", |
| 1489 |
"percent-encoding", |
| 1490 |
"serde", |
| 1491 |
] |
| 1492 |
|
| 1493 |
[[package]] |
| 1494 |
name = "utf8_iter" |
| 1495 |
version = "1.0.4" |
| 1496 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1497 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 1498 |
|
| 1499 |
[[package]] |
| 1500 |
name = "valuable" |
| 1501 |
version = "0.1.1" |
| 1502 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 |
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1504 |
|
| 1505 |
[[package]] |
| 1506 |
name = "walkdir" |
| 1507 |
version = "2.5.0" |
| 1508 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1509 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 1510 |
dependencies = [ |
| 1511 |
"same-file", |
| 1512 |
"winapi-util", |
| 1513 |
] |
| 1514 |
|
| 1515 |
[[package]] |
| 1516 |
name = "want" |
| 1517 |
version = "0.3.1" |
| 1518 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1519 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 1520 |
dependencies = [ |
| 1521 |
"try-lock", |
| 1522 |
] |
| 1523 |
|
| 1524 |
[[package]] |
| 1525 |
name = "wasi" |
| 1526 |
version = "0.11.1+wasi-snapshot-preview1" |
| 1527 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1528 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1529 |
|
| 1530 |
[[package]] |
| 1531 |
name = "wasip2" |
| 1532 |
version = "1.0.3+wasi-0.2.9" |
| 1533 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 |
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 1535 |
dependencies = [ |
| 1536 |
"wit-bindgen 0.57.1", |
| 1537 |
] |
| 1538 |
|
| 1539 |
[[package]] |
| 1540 |
name = "wasip3" |
| 1541 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 1542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1543 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 1544 |
dependencies = [ |
| 1545 |
"wit-bindgen 0.51.0", |
| 1546 |
] |
| 1547 |
|
| 1548 |
[[package]] |
| 1549 |
name = "wasm-bindgen" |
| 1550 |
version = "0.2.122" |
| 1551 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 |
checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" |
| 1553 |
dependencies = [ |
| 1554 |
"cfg-if", |
| 1555 |
"once_cell", |
| 1556 |
"rustversion", |
| 1557 |
"wasm-bindgen-macro", |
| 1558 |
"wasm-bindgen-shared", |
| 1559 |
] |
| 1560 |
|
| 1561 |
[[package]] |
| 1562 |
name = "wasm-bindgen-futures" |
| 1563 |
version = "0.4.72" |
| 1564 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1565 |
checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f" |
| 1566 |
dependencies = [ |
| 1567 |
"js-sys", |
| 1568 |
"wasm-bindgen", |
| 1569 |
] |
| 1570 |
|
| 1571 |
[[package]] |
| 1572 |
name = "wasm-bindgen-macro" |
| 1573 |
version = "0.2.122" |
| 1574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1575 |
checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" |
| 1576 |
dependencies = [ |
| 1577 |
"quote", |
| 1578 |
"wasm-bindgen-macro-support", |
| 1579 |
] |
| 1580 |
|
| 1581 |
[[package]] |
| 1582 |
name = "wasm-bindgen-macro-support" |
| 1583 |
version = "0.2.122" |
| 1584 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 |
checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" |
| 1586 |
dependencies = [ |
| 1587 |
"bumpalo", |
| 1588 |
"proc-macro2", |
| 1589 |
"quote", |
| 1590 |
"syn", |
| 1591 |
"wasm-bindgen-shared", |
| 1592 |
] |
| 1593 |
|
| 1594 |
[[package]] |
| 1595 |
name = "wasm-bindgen-shared" |
| 1596 |
version = "0.2.122" |
| 1597 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1598 |
checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" |
| 1599 |
dependencies = [ |
| 1600 |
"unicode-ident", |
| 1601 |
] |
| 1602 |
|
| 1603 |
[[package]] |
| 1604 |
name = "wasm-encoder" |
| 1605 |
version = "0.244.0" |
| 1606 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1607 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 1608 |
dependencies = [ |
| 1609 |
"leb128fmt", |
| 1610 |
"wasmparser", |
| 1611 |
] |
| 1612 |
|
| 1613 |
[[package]] |
| 1614 |
name = "wasm-metadata" |
| 1615 |
version = "0.244.0" |
| 1616 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1617 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 1618 |
dependencies = [ |
| 1619 |
"anyhow", |
| 1620 |
"indexmap", |
| 1621 |
"wasm-encoder", |
| 1622 |
"wasmparser", |
| 1623 |
] |
| 1624 |
|
| 1625 |
[[package]] |
| 1626 |
name = "wasm-streams" |
| 1627 |
version = "0.5.0" |
| 1628 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1629 |
checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| 1630 |
dependencies = [ |
| 1631 |
"futures-util", |
| 1632 |
"js-sys", |
| 1633 |
"wasm-bindgen", |
| 1634 |
"wasm-bindgen-futures", |
| 1635 |
"web-sys", |
| 1636 |
] |
| 1637 |
|
| 1638 |
[[package]] |
| 1639 |
name = "wasmparser" |
| 1640 |
version = "0.244.0" |
| 1641 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1642 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 1643 |
dependencies = [ |
| 1644 |
"bitflags", |
| 1645 |
"hashbrown 0.15.5", |
| 1646 |
"indexmap", |
| 1647 |
"semver", |
| 1648 |
] |
| 1649 |
|
| 1650 |
[[package]] |
| 1651 |
name = "web-sys" |
| 1652 |
version = "0.3.99" |
| 1653 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 |
checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" |
| 1655 |
dependencies = [ |
| 1656 |
"js-sys", |
| 1657 |
"wasm-bindgen", |
| 1658 |
] |
| 1659 |
|
| 1660 |
[[package]] |
| 1661 |
name = "webpki-root-certs" |
| 1662 |
version = "1.0.9" |
| 1663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1664 |
checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b" |
| 1665 |
dependencies = [ |
| 1666 |
"rustls-pki-types", |
| 1667 |
] |
| 1668 |
|
| 1669 |
[[package]] |
| 1670 |
name = "winapi-util" |
| 1671 |
version = "0.1.11" |
| 1672 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1673 |
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 1674 |
dependencies = [ |
| 1675 |
"windows-sys 0.61.2", |
| 1676 |
] |
| 1677 |
|
| 1678 |
[[package]] |
| 1679 |
name = "windows-link" |
| 1680 |
version = "0.2.1" |
| 1681 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1682 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1683 |
|
| 1684 |
[[package]] |
| 1685 |
name = "windows-sys" |
| 1686 |
version = "0.52.0" |
| 1687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1688 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 1689 |
dependencies = [ |
| 1690 |
"windows-targets", |
| 1691 |
] |
| 1692 |
|
| 1693 |
[[package]] |
| 1694 |
name = "windows-sys" |
| 1695 |
version = "0.61.2" |
| 1696 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1697 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1698 |
dependencies = [ |
| 1699 |
"windows-link", |
| 1700 |
] |
| 1701 |
|
| 1702 |
[[package]] |
| 1703 |
name = "windows-targets" |
| 1704 |
version = "0.52.6" |
| 1705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1707 |
dependencies = [ |
| 1708 |
"windows_aarch64_gnullvm", |
| 1709 |
"windows_aarch64_msvc", |
| 1710 |
"windows_i686_gnu", |
| 1711 |
"windows_i686_gnullvm", |
| 1712 |
"windows_i686_msvc", |
| 1713 |
"windows_x86_64_gnu", |
| 1714 |
"windows_x86_64_gnullvm", |
| 1715 |
"windows_x86_64_msvc", |
| 1716 |
] |
| 1717 |
|
| 1718 |
[[package]] |
| 1719 |
name = "windows_aarch64_gnullvm" |
| 1720 |
version = "0.52.6" |
| 1721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1723 |
|
| 1724 |
[[package]] |
| 1725 |
name = "windows_aarch64_msvc" |
| 1726 |
version = "0.52.6" |
| 1727 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1728 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1729 |
|
| 1730 |
[[package]] |
| 1731 |
name = "windows_i686_gnu" |
| 1732 |
version = "0.52.6" |
| 1733 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1735 |
|
| 1736 |
[[package]] |
| 1737 |
name = "windows_i686_gnullvm" |
| 1738 |
version = "0.52.6" |
| 1739 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1740 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1741 |
|
| 1742 |
[[package]] |
| 1743 |
name = "windows_i686_msvc" |
| 1744 |
version = "0.52.6" |
| 1745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1747 |
|
| 1748 |
[[package]] |
| 1749 |
name = "windows_x86_64_gnu" |
| 1750 |
version = "0.52.6" |
| 1751 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1752 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1753 |
|
| 1754 |
[[package]] |
| 1755 |
name = "windows_x86_64_gnullvm" |
| 1756 |
version = "0.52.6" |
| 1757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1758 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1759 |
|
| 1760 |
[[package]] |
| 1761 |
name = "windows_x86_64_msvc" |
| 1762 |
version = "0.52.6" |
| 1763 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1764 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1765 |
|
| 1766 |
[[package]] |
| 1767 |
name = "winnow" |
| 1768 |
version = "1.0.4" |
| 1769 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1770 |
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" |
| 1771 |
|
| 1772 |
[[package]] |
| 1773 |
name = "wit-bindgen" |
| 1774 |
version = "0.51.0" |
| 1775 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1776 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 1777 |
dependencies = [ |
| 1778 |
"wit-bindgen-rust-macro", |
| 1779 |
] |
| 1780 |
|
| 1781 |
[[package]] |
| 1782 |
name = "wit-bindgen" |
| 1783 |
version = "0.57.1" |
| 1784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 |
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 1786 |
|
| 1787 |
[[package]] |
| 1788 |
name = "wit-bindgen-core" |
| 1789 |
version = "0.51.0" |
| 1790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 1792 |
dependencies = [ |
| 1793 |
"anyhow", |
| 1794 |
"heck", |
| 1795 |
"wit-parser", |
| 1796 |
] |
| 1797 |
|
| 1798 |
[[package]] |
| 1799 |
name = "wit-bindgen-rust" |
| 1800 |
version = "0.51.0" |
| 1801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 1803 |
dependencies = [ |
| 1804 |
"anyhow", |
| 1805 |
"heck", |
| 1806 |
"indexmap", |
| 1807 |
"prettyplease", |
| 1808 |
"syn", |
| 1809 |
"wasm-metadata", |
| 1810 |
"wit-bindgen-core", |
| 1811 |
"wit-component", |
| 1812 |
] |
| 1813 |
|
| 1814 |
[[package]] |
| 1815 |
name = "wit-bindgen-rust-macro" |
| 1816 |
version = "0.51.0" |
| 1817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 1819 |
dependencies = [ |
| 1820 |
"anyhow", |
| 1821 |
"prettyplease", |
| 1822 |
"proc-macro2", |
| 1823 |
"quote", |
| 1824 |
"syn", |
| 1825 |
"wit-bindgen-core", |
| 1826 |
"wit-bindgen-rust", |
| 1827 |
] |
| 1828 |
|
| 1829 |
[[package]] |
| 1830 |
name = "wit-component" |
| 1831 |
version = "0.244.0" |
| 1832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 1834 |
dependencies = [ |
| 1835 |
"anyhow", |
| 1836 |
"bitflags", |
| 1837 |
"indexmap", |
| 1838 |
"log", |
| 1839 |
"serde", |
| 1840 |
"serde_derive", |
| 1841 |
"serde_json", |
| 1842 |
"wasm-encoder", |
| 1843 |
"wasm-metadata", |
| 1844 |
"wasmparser", |
| 1845 |
"wit-parser", |
| 1846 |
] |
| 1847 |
|
| 1848 |
[[package]] |
| 1849 |
name = "wit-parser" |
| 1850 |
version = "0.244.0" |
| 1851 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1852 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 1853 |
dependencies = [ |
| 1854 |
"anyhow", |
| 1855 |
"id-arena", |
| 1856 |
"indexmap", |
| 1857 |
"log", |
| 1858 |
"semver", |
| 1859 |
"serde", |
| 1860 |
"serde_derive", |
| 1861 |
"serde_json", |
| 1862 |
"unicode-xid", |
| 1863 |
"wasmparser", |
| 1864 |
] |
| 1865 |
|
| 1866 |
[[package]] |
| 1867 |
name = "writeable" |
| 1868 |
version = "0.6.3" |
| 1869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 |
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 1871 |
|
| 1872 |
[[package]] |
| 1873 |
name = "yoke" |
| 1874 |
version = "0.8.3" |
| 1875 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 |
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 1877 |
dependencies = [ |
| 1878 |
"stable_deref_trait", |
| 1879 |
"yoke-derive", |
| 1880 |
"zerofrom", |
| 1881 |
] |
| 1882 |
|
| 1883 |
[[package]] |
| 1884 |
name = "yoke-derive" |
| 1885 |
version = "0.8.2" |
| 1886 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1887 |
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 1888 |
dependencies = [ |
| 1889 |
"proc-macro2", |
| 1890 |
"quote", |
| 1891 |
"syn", |
| 1892 |
"synstructure", |
| 1893 |
] |
| 1894 |
|
| 1895 |
[[package]] |
| 1896 |
name = "zerofrom" |
| 1897 |
version = "0.1.8" |
| 1898 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 |
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 1900 |
dependencies = [ |
| 1901 |
"zerofrom-derive", |
| 1902 |
] |
| 1903 |
|
| 1904 |
[[package]] |
| 1905 |
name = "zerofrom-derive" |
| 1906 |
version = "0.1.7" |
| 1907 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 |
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 1909 |
dependencies = [ |
| 1910 |
"proc-macro2", |
| 1911 |
"quote", |
| 1912 |
"syn", |
| 1913 |
"synstructure", |
| 1914 |
] |
| 1915 |
|
| 1916 |
[[package]] |
| 1917 |
name = "zeroize" |
| 1918 |
version = "1.8.2" |
| 1919 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1920 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 1921 |
|
| 1922 |
[[package]] |
| 1923 |
name = "zerotrie" |
| 1924 |
version = "0.2.4" |
| 1925 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1926 |
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 1927 |
dependencies = [ |
| 1928 |
"displaydoc", |
| 1929 |
"yoke", |
| 1930 |
"zerofrom", |
| 1931 |
] |
| 1932 |
|
| 1933 |
[[package]] |
| 1934 |
name = "zerovec" |
| 1935 |
version = "0.11.6" |
| 1936 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1937 |
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 1938 |
dependencies = [ |
| 1939 |
"yoke", |
| 1940 |
"zerofrom", |
| 1941 |
"zerovec-derive", |
| 1942 |
] |
| 1943 |
|
| 1944 |
[[package]] |
| 1945 |
name = "zerovec-derive" |
| 1946 |
version = "0.11.3" |
| 1947 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1948 |
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 1949 |
dependencies = [ |
| 1950 |
"proc-macro2", |
| 1951 |
"quote", |
| 1952 |
"syn", |
| 1953 |
] |
| 1954 |
|
| 1955 |
[[package]] |
| 1956 |
name = "zmij" |
| 1957 |
version = "1.0.21" |
| 1958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1959 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 1960 |
|
| 1961 |
[[patch.unused]] |
| 1962 |
name = "kberg" |
| 1963 |
version = "0.1.0" |
| 1964 |
|
| 1965 |
[[patch.unused]] |
| 1966 |
name = "painhours" |
| 1967 |
version = "0.1.0" |
| 1968 |
|
| 1969 |
[[patch.unused]] |
| 1970 |
name = "tagtree" |
| 1971 |
version = "0.4.0" |
| 1972 |
|
| 1973 |
[[patch.unused]] |
| 1974 |
name = "synckit-client" |
| 1975 |
version = "0.8.0" |
| 1976 |
|
| 1977 |
[[patch.unused]] |
| 1978 |
name = "synckit-config" |
| 1979 |
version = "0.2.0" |
| 1980 |
|
| 1981 |
[[patch.unused]] |
| 1982 |
name = "quasi-http" |
| 1983 |
version = "0.1.0" |
| 1984 |
|
| 1985 |
[[patch.unused]] |
| 1986 |
name = "quasi-router" |
| 1987 |
version = "0.1.0" |
| 1988 |
|
| 1989 |
[[patch.unused]] |
| 1990 |
name = "quasi-tauri" |
| 1991 |
version = "0.1.0" |
| 1992 |
|
| 1993 |
[[patch.unused]] |
| 1994 |
name = "quasi-webview" |
| 1995 |
version = "0.1.0" |
| 1996 |
|
| 1997 |
[[patch.unused]] |
| 1998 |
name = "docengine" |
| 1999 |
version = "0.4.0" |
| 2000 |
|