| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "ahash" |
| 7 | version = "0.8.12" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 10 | dependencies = [ |
| 11 | "cfg-if", |
| 12 | "getrandom 0.3.4", |
| 13 | "once_cell", |
| 14 | "serde", |
| 15 | "version_check", |
| 16 | "zerocopy", |
| 17 | ] |
| 18 | |
| 19 | [[package]] |
| 20 | name = "aho-corasick" |
| 21 | version = "1.1.4" |
| 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 23 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 24 | dependencies = [ |
| 25 | "memchr", |
| 26 | ] |
| 27 | |
| 28 | [[package]] |
| 29 | name = "allocator-api2" |
| 30 | version = "0.2.21" |
| 31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 32 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 33 | |
| 34 | [[package]] |
| 35 | name = "anyhow" |
| 36 | version = "1.0.102" |
| 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 39 | |
| 40 | [[package]] |
| 41 | name = "atomic-waker" |
| 42 | version = "1.1.2" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 45 | |
| 46 | [[package]] |
| 47 | name = "autocfg" |
| 48 | version = "1.5.0" |
| 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 51 | |
| 52 | [[package]] |
| 53 | name = "axum" |
| 54 | version = "0.8.9" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| 57 | dependencies = [ |
| 58 | "axum-core", |
| 59 | "bytes", |
| 60 | "futures-util", |
| 61 | "http", |
| 62 | "http-body", |
| 63 | "http-body-util", |
| 64 | "hyper", |
| 65 | "hyper-util", |
| 66 | "itoa", |
| 67 | "matchit", |
| 68 | "memchr", |
| 69 | "mime", |
| 70 | "percent-encoding", |
| 71 | "pin-project-lite", |
| 72 | "serde_core", |
| 73 | "serde_json", |
| 74 | "serde_path_to_error", |
| 75 | "sync_wrapper", |
| 76 | "tokio", |
| 77 | "tower", |
| 78 | "tower-layer", |
| 79 | "tower-service", |
| 80 | ] |
| 81 | |
| 82 | [[package]] |
| 83 | name = "axum-core" |
| 84 | version = "0.5.6" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 87 | dependencies = [ |
| 88 | "bytes", |
| 89 | "futures-core", |
| 90 | "http", |
| 91 | "http-body", |
| 92 | "http-body-util", |
| 93 | "mime", |
| 94 | "pin-project-lite", |
| 95 | "sync_wrapper", |
| 96 | "tower-layer", |
| 97 | "tower-service", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
| 101 | name = "base64" |
| 102 | version = "0.22.1" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 105 | |
| 106 | [[package]] |
| 107 | name = "bit-set" |
| 108 | version = "0.8.0" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 111 | dependencies = [ |
| 112 | "bit-vec", |
| 113 | ] |
| 114 | |
| 115 | [[package]] |
| 116 | name = "bit-vec" |
| 117 | version = "0.8.0" |
| 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 120 | |
| 121 | [[package]] |
| 122 | name = "bitflags" |
| 123 | version = "2.11.1" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" |
| 126 | |
| 127 | [[package]] |
| 128 | name = "block-buffer" |
| 129 | version = "0.12.0" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" |
| 132 | dependencies = [ |
| 133 | "hybrid-array", |
| 134 | ] |
| 135 | |
| 136 | [[package]] |
| 137 | name = "borrow-or-share" |
| 138 | version = "0.2.4" |
| 139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 140 | checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" |
| 141 | |
| 142 | [[package]] |
| 143 | name = "bumpalo" |
| 144 | version = "3.20.2" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 147 | |
| 148 | [[package]] |
| 149 | name = "bytecount" |
| 150 | version = "0.6.9" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| 153 | |
| 154 | [[package]] |
| 155 | name = "bytes" |
| 156 | version = "1.11.1" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 159 | |
| 160 | [[package]] |
| 161 | name = "castaway" |
| 162 | version = "0.2.4" |
| 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 165 | dependencies = [ |
| 166 | "rustversion", |
| 167 | ] |
| 168 | |
| 169 | [[package]] |
| 170 | name = "cc" |
| 171 | version = "1.2.61" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 | checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" |
| 174 | dependencies = [ |
| 175 | "find-msvc-tools", |
| 176 | "shlex", |
| 177 | ] |
| 178 | |
| 179 | [[package]] |
| 180 | name = "cfg-if" |
| 181 | version = "1.0.4" |
| 182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 183 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 184 | |
| 185 | [[package]] |
| 186 | name = "compact_str" |
| 187 | version = "0.9.0" |
| 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 189 | checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" |
| 190 | dependencies = [ |
| 191 | "castaway", |
| 192 | "cfg-if", |
| 193 | "itoa", |
| 194 | "rustversion", |
| 195 | "ryu", |
| 196 | "static_assertions", |
| 197 | ] |
| 198 | |
| 199 | [[package]] |
| 200 | name = "convert_case" |
| 201 | version = "0.10.0" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" |
| 204 | dependencies = [ |
| 205 | "unicode-segmentation", |
| 206 | ] |
| 207 | |
| 208 | [[package]] |
| 209 | name = "cpufeatures" |
| 210 | version = "0.3.0" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 213 | dependencies = [ |
| 214 | "libc", |
| 215 | ] |
| 216 | |
| 217 | [[package]] |
| 218 | name = "crossterm" |
| 219 | version = "0.29.0" |
| 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 | checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" |
| 222 | dependencies = [ |
| 223 | "bitflags", |
| 224 | "crossterm_winapi", |
| 225 | "derive_more", |
| 226 | "document-features", |
| 227 | "mio", |
| 228 | "parking_lot", |
| 229 | "rustix", |
| 230 | "signal-hook", |
| 231 | "signal-hook-mio", |
| 232 | "winapi", |
| 233 | ] |
| 234 | |
| 235 | [[package]] |
| 236 | name = "crossterm_winapi" |
| 237 | version = "0.9.1" |
| 238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 239 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 240 | dependencies = [ |
| 241 | "winapi", |
| 242 | ] |
| 243 | |
| 244 | [[package]] |
| 245 | name = "crypto-common" |
| 246 | version = "0.2.1" |
| 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 | checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| 249 | dependencies = [ |
| 250 | "hybrid-array", |
| 251 | ] |
| 252 | |
| 253 | [[package]] |
| 254 | name = "darling" |
| 255 | version = "0.23.0" |
| 256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 257 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 258 | dependencies = [ |
| 259 | "darling_core", |
| 260 | "darling_macro", |
| 261 | ] |
| 262 | |
| 263 | [[package]] |
| 264 | name = "darling_core" |
| 265 | version = "0.23.0" |
| 266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 267 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 268 | dependencies = [ |
| 269 | "ident_case", |
| 270 | "proc-macro2", |
| 271 | "quote", |
| 272 | "strsim", |
| 273 | "syn", |
| 274 | ] |
| 275 | |
| 276 | [[package]] |
| 277 | name = "darling_macro" |
| 278 | version = "0.23.0" |
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 280 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 281 | dependencies = [ |
| 282 | "darling_core", |
| 283 | "quote", |
| 284 | "syn", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
| 288 | name = "data-encoding" |
| 289 | version = "2.11.0" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| 292 | |
| 293 | [[package]] |
| 294 | name = "deranged" |
| 295 | version = "0.5.8" |
| 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 297 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 298 | dependencies = [ |
| 299 | "powerfmt", |
| 300 | ] |
| 301 | |
| 302 | [[package]] |
| 303 | name = "derive_more" |
| 304 | version = "2.1.1" |
| 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 307 | dependencies = [ |
| 308 | "derive_more-impl", |
| 309 | ] |
| 310 | |
| 311 | [[package]] |
| 312 | name = "derive_more-impl" |
| 313 | version = "2.1.1" |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 316 | dependencies = [ |
| 317 | "convert_case", |
| 318 | "proc-macro2", |
| 319 | "quote", |
| 320 | "rustc_version", |
| 321 | "syn", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "digest" |
| 326 | version = "0.11.2" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" |
| 329 | dependencies = [ |
| 330 | "block-buffer", |
| 331 | "crypto-common", |
| 332 | ] |
| 333 | |
| 334 | [[package]] |
| 335 | name = "displaydoc" |
| 336 | version = "0.2.5" |
| 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 339 | dependencies = [ |
| 340 | "proc-macro2", |
| 341 | "quote", |
| 342 | "syn", |
| 343 | ] |
| 344 | |
| 345 | [[package]] |
| 346 | name = "document-features" |
| 347 | version = "0.2.12" |
| 348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 349 | checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 350 | dependencies = [ |
| 351 | "litrs", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "either" |
| 356 | version = "1.15.0" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 359 | |
| 360 | [[package]] |
| 361 | name = "email_address" |
| 362 | version = "0.2.9" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" |
| 365 | dependencies = [ |
| 366 | "serde", |
| 367 | ] |
| 368 | |
| 369 | [[package]] |
| 370 | name = "equivalent" |
| 371 | version = "1.0.2" |
| 372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 374 | |
| 375 | [[package]] |
| 376 | name = "errno" |
| 377 | version = "0.3.14" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 380 | dependencies = [ |
| 381 | "libc", |
| 382 | "windows-sys 0.61.2", |
| 383 | ] |
| 384 | |
| 385 | [[package]] |
| 386 | name = "fancy-regex" |
| 387 | version = "0.18.0" |
| 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 | checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277" |
| 390 | dependencies = [ |
| 391 | "bit-set", |
| 392 | "regex-automata", |
| 393 | "regex-syntax", |
| 394 | ] |
| 395 | |
| 396 | [[package]] |
| 397 | name = "find-msvc-tools" |
| 398 | version = "0.1.9" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 401 | |
| 402 | [[package]] |
| 403 | name = "fluent-uri" |
| 404 | version = "0.4.1" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" |
| 407 | dependencies = [ |
| 408 | "borrow-or-share", |
| 409 | "ref-cast", |
| 410 | "serde", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
| 414 | name = "foldhash" |
| 415 | version = "0.2.0" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 418 | |
| 419 | [[package]] |
| 420 | name = "fraction" |
| 421 | version = "0.15.4" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "e076045bb43dac435333ed5f04caf35c7463631d0dae2deb2638d94dd0a5b872" |
| 424 | dependencies = [ |
| 425 | "lazy_static", |
| 426 | "num", |
| 427 | ] |
| 428 | |
| 429 | [[package]] |
| 430 | name = "futures-channel" |
| 431 | version = "0.3.32" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 434 | dependencies = [ |
| 435 | "futures-core", |
| 436 | ] |
| 437 | |
| 438 | [[package]] |
| 439 | name = "futures-core" |
| 440 | version = "0.3.32" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 443 | |
| 444 | [[package]] |
| 445 | name = "futures-task" |
| 446 | version = "0.3.32" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 449 | |
| 450 | [[package]] |
| 451 | name = "futures-util" |
| 452 | version = "0.3.32" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 455 | dependencies = [ |
| 456 | "futures-core", |
| 457 | "futures-task", |
| 458 | "pin-project-lite", |
| 459 | "slab", |
| 460 | ] |
| 461 | |
| 462 | [[package]] |
| 463 | name = "getrandom" |
| 464 | version = "0.2.17" |
| 465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 466 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 467 | dependencies = [ |
| 468 | "cfg-if", |
| 469 | "libc", |
| 470 | "wasi", |
| 471 | ] |
| 472 | |
| 473 | [[package]] |
| 474 | name = "getrandom" |
| 475 | version = "0.3.4" |
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 478 | dependencies = [ |
| 479 | "cfg-if", |
| 480 | "js-sys", |
| 481 | "libc", |
| 482 | "r-efi", |
| 483 | "wasip2", |
| 484 | "wasm-bindgen", |
| 485 | ] |
| 486 | |
| 487 | [[package]] |
| 488 | name = "hashbrown" |
| 489 | version = "0.16.1" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 492 | dependencies = [ |
| 493 | "allocator-api2", |
| 494 | "equivalent", |
| 495 | "foldhash", |
| 496 | ] |
| 497 | |
| 498 | [[package]] |
| 499 | name = "hashbrown" |
| 500 | version = "0.17.0" |
| 501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 503 | |
| 504 | [[package]] |
| 505 | name = "heck" |
| 506 | version = "0.5.0" |
| 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 509 | |
| 510 | [[package]] |
| 511 | name = "http" |
| 512 | version = "1.4.0" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 515 | dependencies = [ |
| 516 | "bytes", |
| 517 | "itoa", |
| 518 | ] |
| 519 | |
| 520 | [[package]] |
| 521 | name = "http-body" |
| 522 | version = "1.0.1" |
| 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 524 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 525 | dependencies = [ |
| 526 | "bytes", |
| 527 | "http", |
| 528 | ] |
| 529 | |
| 530 | [[package]] |
| 531 | name = "http-body-util" |
| 532 | version = "0.1.3" |
| 533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 534 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 535 | dependencies = [ |
| 536 | "bytes", |
| 537 | "futures-core", |
| 538 | "http", |
| 539 | "http-body", |
| 540 | "pin-project-lite", |
| 541 | ] |
| 542 | |
| 543 | [[package]] |
| 544 | name = "httparse" |
| 545 | version = "1.10.1" |
| 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 548 | |
| 549 | [[package]] |
| 550 | name = "httpdate" |
| 551 | version = "1.0.3" |
| 552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 553 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 554 | |
| 555 | [[package]] |
| 556 | name = "hybrid-array" |
| 557 | version = "0.4.11" |
| 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" |
| 560 | dependencies = [ |
| 561 | "typenum", |
| 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "hyper" |
| 566 | version = "1.9.0" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" |
| 569 | dependencies = [ |
| 570 | "atomic-waker", |
| 571 | "bytes", |
| 572 | "futures-channel", |
| 573 | "futures-core", |
| 574 | "http", |
| 575 | "http-body", |
| 576 | "httparse", |
| 577 | "httpdate", |
| 578 | "itoa", |
| 579 | "pin-project-lite", |
| 580 | "smallvec", |
| 581 | "tokio", |
| 582 | ] |
| 583 | |
| 584 | [[package]] |
| 585 | name = "hyper-util" |
| 586 | version = "0.1.20" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 589 | dependencies = [ |
| 590 | "bytes", |
| 591 | "http", |
| 592 | "http-body", |
| 593 | "hyper", |
| 594 | "pin-project-lite", |
| 595 | "tokio", |
| 596 | "tower-service", |
| 597 | ] |
| 598 | |
| 599 | [[package]] |
| 600 | name = "icu_collections" |
| 601 | version = "2.2.0" |
| 602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 603 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 604 | dependencies = [ |
| 605 | "displaydoc", |
| 606 | "potential_utf", |
| 607 | "utf8_iter", |
| 608 | "yoke", |
| 609 | "zerofrom", |
| 610 | "zerovec", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
| 614 | name = "icu_locale_core" |
| 615 | version = "2.2.0" |
| 616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 618 | dependencies = [ |
| 619 | "displaydoc", |
| 620 | "litemap", |
| 621 | "tinystr", |
| 622 | "writeable", |
| 623 | "zerovec", |
| 624 | ] |
| 625 | |
| 626 | [[package]] |
| 627 | name = "icu_normalizer" |
| 628 | version = "2.2.0" |
| 629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 630 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 631 | dependencies = [ |
| 632 | "icu_collections", |
| 633 | "icu_normalizer_data", |
| 634 | "icu_properties", |
| 635 | "icu_provider", |
| 636 | "smallvec", |
| 637 | "zerovec", |
| 638 | ] |
| 639 | |
| 640 | [[package]] |
| 641 | name = "icu_normalizer_data" |
| 642 | version = "2.2.0" |
| 643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 645 | |
| 646 | [[package]] |
| 647 | name = "icu_properties" |
| 648 | version = "2.2.0" |
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 651 | dependencies = [ |
| 652 | "icu_collections", |
| 653 | "icu_locale_core", |
| 654 | "icu_properties_data", |
| 655 | "icu_provider", |
| 656 | "zerotrie", |
| 657 | "zerovec", |
| 658 | ] |
| 659 | |
| 660 | [[package]] |
| 661 | name = "icu_properties_data" |
| 662 | version = "2.2.0" |
| 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 665 | |
| 666 | [[package]] |
| 667 | name = "icu_provider" |
| 668 | version = "2.2.0" |
| 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 671 | dependencies = [ |
| 672 | "displaydoc", |
| 673 | "icu_locale_core", |
| 674 | "writeable", |
| 675 | "yoke", |
| 676 | "zerofrom", |
| 677 | "zerotrie", |
| 678 | "zerovec", |
| 679 | ] |
| 680 | |
| 681 | [[package]] |
| 682 | name = "ident_case" |
| 683 | version = "1.0.1" |
| 684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 685 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 686 | |
| 687 | [[package]] |
| 688 | name = "idna" |
| 689 | version = "1.1.0" |
| 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 691 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 692 | dependencies = [ |
| 693 | "idna_adapter", |
| 694 | "smallvec", |
| 695 | "utf8_iter", |
| 696 | ] |
| 697 | |
| 698 | [[package]] |
| 699 | name = "idna_adapter" |
| 700 | version = "1.2.2" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 703 | dependencies = [ |
| 704 | "icu_normalizer", |
| 705 | "icu_properties", |
| 706 | ] |
| 707 | |
| 708 | [[package]] |
| 709 | name = "include_dir" |
| 710 | version = "0.7.4" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
| 713 | dependencies = [ |
| 714 | "include_dir_macros", |
| 715 | ] |
| 716 | |
| 717 | [[package]] |
| 718 | name = "include_dir_macros" |
| 719 | version = "0.7.4" |
| 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
| 722 | dependencies = [ |
| 723 | "proc-macro2", |
| 724 | "quote", |
| 725 | ] |
| 726 | |
| 727 | [[package]] |
| 728 | name = "indexmap" |
| 729 | version = "2.14.0" |
| 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 732 | dependencies = [ |
| 733 | "equivalent", |
| 734 | "hashbrown 0.17.0", |
| 735 | "serde", |
| 736 | "serde_core", |
| 737 | ] |
| 738 | |
| 739 | [[package]] |
| 740 | name = "indoc" |
| 741 | version = "2.0.7" |
| 742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 743 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 744 | dependencies = [ |
| 745 | "rustversion", |
| 746 | ] |
| 747 | |
| 748 | [[package]] |
| 749 | name = "instability" |
| 750 | version = "0.3.12" |
| 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 752 | checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" |
| 753 | dependencies = [ |
| 754 | "darling", |
| 755 | "indoc", |
| 756 | "proc-macro2", |
| 757 | "quote", |
| 758 | "syn", |
| 759 | ] |
| 760 | |
| 761 | [[package]] |
| 762 | name = "itertools" |
| 763 | version = "0.14.0" |
| 764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 765 | checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 766 | dependencies = [ |
| 767 | "either", |
| 768 | ] |
| 769 | |
| 770 | [[package]] |
| 771 | name = "itoa" |
| 772 | version = "1.0.18" |
| 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 775 | |
| 776 | [[package]] |
| 777 | name = "js-sys" |
| 778 | version = "0.3.97" |
| 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf" |
| 781 | dependencies = [ |
| 782 | "cfg-if", |
| 783 | "once_cell", |
| 784 | "wasm-bindgen", |
| 785 | ] |
| 786 | |
| 787 | [[package]] |
| 788 | name = "jsonschema" |
| 789 | version = "0.46.3" |
| 790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 | checksum = "cbe92a2f8b00686061eab5cdcfd6f382c27f2084456e7be90ae9f0fe4a30552a" |
| 792 | dependencies = [ |
| 793 | "ahash", |
| 794 | "bytecount", |
| 795 | "data-encoding", |
| 796 | "email_address", |
| 797 | "fancy-regex", |
| 798 | "fraction", |
| 799 | "getrandom 0.3.4", |
| 800 | "idna", |
| 801 | "itoa", |
| 802 | "num-cmp", |
| 803 | "num-traits", |
| 804 | "percent-encoding", |
| 805 | "referencing", |
| 806 | "regex", |
| 807 | "regex-syntax", |
| 808 | "serde", |
| 809 | "serde_json", |
| 810 | "unicode-general-category", |
| 811 | "uuid-simd", |
| 812 | ] |
| 813 | |
| 814 | [[package]] |
| 815 | name = "kasuari" |
| 816 | version = "0.4.12" |
| 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 818 | checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" |
| 819 | dependencies = [ |
| 820 | "hashbrown 0.16.1", |
| 821 | "portable-atomic", |
| 822 | "thiserror", |
| 823 | ] |
| 824 | |
| 825 | [[package]] |
| 826 | name = "lazy_static" |
| 827 | version = "1.5.0" |
| 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 829 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 830 | |
| 831 | [[package]] |
| 832 | name = "libc" |
| 833 | version = "0.2.186" |
| 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 835 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 836 | |
| 837 | [[package]] |
| 838 | name = "line-clipping" |
| 839 | version = "0.3.7" |
| 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 841 | checksum = "3f50e8f47623268b5407192d26876c4d7f89d686ca130fdc53bced4814cd29f8" |
| 842 | dependencies = [ |
| 843 | "bitflags", |
| 844 | ] |
| 845 | |
| 846 | [[package]] |
| 847 | name = "linux-raw-sys" |
| 848 | version = "0.12.1" |
| 849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 851 | |
| 852 | [[package]] |
| 853 | name = "litemap" |
| 854 | version = "0.8.2" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 857 | |
| 858 | [[package]] |
| 859 | name = "litrs" |
| 860 | version = "1.0.0" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 863 | |
| 864 | [[package]] |
| 865 | name = "lock_api" |
| 866 | version = "0.4.14" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 869 | dependencies = [ |
| 870 | "scopeguard", |
| 871 | ] |
| 872 | |
| 873 | [[package]] |
| 874 | name = "log" |
| 875 | version = "0.4.29" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 878 | |
| 879 | [[package]] |
| 880 | name = "lru" |
| 881 | version = "0.16.4" |
| 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 883 | checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" |
| 884 | dependencies = [ |
| 885 | "hashbrown 0.16.1", |
| 886 | ] |
| 887 | |
| 888 | [[package]] |
| 889 | name = "matchit" |
| 890 | version = "0.8.4" |
| 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 892 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 893 | |
| 894 | [[package]] |
| 895 | name = "memchr" |
| 896 | version = "2.8.0" |
| 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 899 | |
| 900 | [[package]] |
| 901 | name = "micromap" |
| 902 | version = "0.3.0" |
| 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 904 | checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74" |
| 905 | |
| 906 | [[package]] |
| 907 | name = "mime" |
| 908 | version = "0.3.17" |
| 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 911 | |
| 912 | [[package]] |
| 913 | name = "mio" |
| 914 | version = "1.2.0" |
| 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 | checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 917 | dependencies = [ |
| 918 | "libc", |
| 919 | "log", |
| 920 | "wasi", |
| 921 | "windows-sys 0.61.2", |
| 922 | ] |
| 923 | |
| 924 | [[package]] |
| 925 | name = "num" |
| 926 | version = "0.4.3" |
| 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 928 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 929 | dependencies = [ |
| 930 | "num-bigint", |
| 931 | "num-complex", |
| 932 | "num-integer", |
| 933 | "num-iter", |
| 934 | "num-rational", |
| 935 | "num-traits", |
| 936 | ] |
| 937 | |
| 938 | [[package]] |
| 939 | name = "num-bigint" |
| 940 | version = "0.4.6" |
| 941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 942 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 943 | dependencies = [ |
| 944 | "num-integer", |
| 945 | "num-traits", |
| 946 | ] |
| 947 | |
| 948 | [[package]] |
| 949 | name = "num-cmp" |
| 950 | version = "0.1.0" |
| 951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 952 | checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" |
| 953 | |
| 954 | [[package]] |
| 955 | name = "num-complex" |
| 956 | version = "0.4.6" |
| 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 959 | dependencies = [ |
| 960 | "num-traits", |
| 961 | ] |
| 962 | |
| 963 | [[package]] |
| 964 | name = "num-conv" |
| 965 | version = "0.2.1" |
| 966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 967 | checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" |
| 968 | |
| 969 | [[package]] |
| 970 | name = "num-integer" |
| 971 | version = "0.1.46" |
| 972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 973 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 974 | dependencies = [ |
| 975 | "num-traits", |
| 976 | ] |
| 977 | |
| 978 | [[package]] |
| 979 | name = "num-iter" |
| 980 | version = "0.1.45" |
| 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 983 | dependencies = [ |
| 984 | "autocfg", |
| 985 | "num-integer", |
| 986 | "num-traits", |
| 987 | ] |
| 988 | |
| 989 | [[package]] |
| 990 | name = "num-rational" |
| 991 | version = "0.4.2" |
| 992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 993 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 994 | dependencies = [ |
| 995 | "num-bigint", |
| 996 | "num-integer", |
| 997 | "num-traits", |
| 998 | ] |
| 999 | |
| 1000 | [[package]] |
| 1001 | name = "num-traits" |
| 1002 | version = "0.2.19" |
| 1003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1005 | dependencies = [ |
| 1006 | "autocfg", |
| 1007 | ] |
| 1008 | |
| 1009 | [[package]] |
| 1010 | name = "num_threads" |
| 1011 | version = "0.1.7" |
| 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1013 | checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| 1014 | dependencies = [ |
| 1015 | "libc", |
| 1016 | ] |
| 1017 | |
| 1018 | [[package]] |
| 1019 | name = "once_cell" |
| 1020 | version = "1.21.4" |
| 1021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1022 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 1023 | |
| 1024 | [[package]] |
| 1025 | name = "outref" |
| 1026 | version = "0.5.2" |
| 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 1029 | |
| 1030 | [[package]] |
| 1031 | name = "parking_lot" |
| 1032 | version = "0.12.5" |
| 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1034 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1035 | dependencies = [ |
| 1036 | "lock_api", |
| 1037 | "parking_lot_core", |
| 1038 | ] |
| 1039 | |
| 1040 | [[package]] |
| 1041 | name = "parking_lot_core" |
| 1042 | version = "0.9.12" |
| 1043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1044 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1045 | dependencies = [ |
| 1046 | "cfg-if", |
| 1047 | "libc", |
| 1048 | "redox_syscall", |
| 1049 | "smallvec", |
| 1050 | "windows-link", |
| 1051 | ] |
| 1052 | |
| 1053 | [[package]] |
| 1054 | name = "percent-encoding" |
| 1055 | version = "2.3.2" |
| 1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1057 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1058 | |
| 1059 | [[package]] |
| 1060 | name = "pin-project-lite" |
| 1061 | version = "0.2.17" |
| 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 1064 | |
| 1065 | [[package]] |
| 1066 | name = "portable-atomic" |
| 1067 | version = "1.13.1" |
| 1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1069 | checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 1070 | |
| 1071 | [[package]] |
| 1072 | name = "potential_utf" |
| 1073 | version = "0.1.5" |
| 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1075 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 1076 | dependencies = [ |
| 1077 | "zerovec", |
| 1078 | ] |
| 1079 | |
| 1080 | [[package]] |
| 1081 | name = "powerfmt" |
| 1082 | version = "0.2.0" |
| 1083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 1085 | |
| 1086 | [[package]] |
| 1087 | name = "proc-macro2" |
| 1088 | version = "1.0.106" |
| 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1090 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1091 | dependencies = [ |
| 1092 | "unicode-ident", |
| 1093 | ] |
| 1094 | |
| 1095 | [[package]] |
| 1096 | name = "quote" |
| 1097 | version = "1.0.45" |
| 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1099 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 1100 | dependencies = [ |
| 1101 | "proc-macro2", |
| 1102 | ] |
| 1103 | |
| 1104 | [[package]] |
| 1105 | name = "r-efi" |
| 1106 | version = "5.3.0" |
| 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1109 | |
| 1110 | [[package]] |
| 1111 | name = "ratatui" |
| 1112 | version = "0.30.0" |
| 1113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" |
| 1115 | dependencies = [ |
| 1116 | "instability", |
| 1117 | "ratatui-core", |
| 1118 | "ratatui-crossterm", |
| 1119 | "ratatui-widgets", |
| 1120 | ] |
| 1121 | |
| 1122 | [[package]] |
| 1123 | name = "ratatui-core" |
| 1124 | version = "0.1.0" |
| 1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1126 | checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" |
| 1127 | dependencies = [ |
| 1128 | "bitflags", |
| 1129 | "compact_str", |
| 1130 | "hashbrown 0.16.1", |
| 1131 | "indoc", |
| 1132 | "itertools", |
| 1133 | "kasuari", |
| 1134 | "lru", |
| 1135 | "strum", |
| 1136 | "thiserror", |
| 1137 | "unicode-segmentation", |
| 1138 | "unicode-truncate", |
| 1139 | "unicode-width", |
| 1140 | ] |
| 1141 | |
| 1142 | [[package]] |
| 1143 | name = "ratatui-crossterm" |
| 1144 | version = "0.1.0" |
| 1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1146 | checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" |
| 1147 | dependencies = [ |
| 1148 | "cfg-if", |
| 1149 | "crossterm", |
| 1150 | "instability", |
| 1151 | "ratatui-core", |
| 1152 | ] |
| 1153 | |
| 1154 | [[package]] |
| 1155 | name = "ratatui-widgets" |
| 1156 | version = "0.3.0" |
| 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" |
| 1159 | dependencies = [ |
| 1160 | "bitflags", |
| 1161 | "hashbrown 0.16.1", |
| 1162 | "indoc", |
| 1163 | "instability", |
| 1164 | "itertools", |
| 1165 | "line-clipping", |
| 1166 | "ratatui-core", |
| 1167 | "strum", |
| 1168 | "time", |
| 1169 | "unicode-segmentation", |
| 1170 | "unicode-width", |
| 1171 | ] |
| 1172 | |
| 1173 | [[package]] |
| 1174 | name = "redox_syscall" |
| 1175 | version = "0.5.18" |
| 1176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1177 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1178 | dependencies = [ |
| 1179 | "bitflags", |
| 1180 | ] |
| 1181 | |
| 1182 | [[package]] |
| 1183 | name = "ref-cast" |
| 1184 | version = "1.0.25" |
| 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 1187 | dependencies = [ |
| 1188 | "ref-cast-impl", |
| 1189 | ] |
| 1190 | |
| 1191 | [[package]] |
| 1192 | name = "ref-cast-impl" |
| 1193 | version = "1.0.25" |
| 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1195 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 1196 | dependencies = [ |
| 1197 | "proc-macro2", |
| 1198 | "quote", |
| 1199 | "syn", |
| 1200 | ] |
| 1201 | |
| 1202 | [[package]] |
| 1203 | name = "referencing" |
| 1204 | version = "0.46.3" |
| 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1206 | checksum = "e125f10bdcd507598c702daada18c47fe5bfba4d7a9545b015b5d432f7168ca3" |
| 1207 | dependencies = [ |
| 1208 | "ahash", |
| 1209 | "fluent-uri", |
| 1210 | "getrandom 0.3.4", |
| 1211 | "hashbrown 0.16.1", |
| 1212 | "itoa", |
| 1213 | "micromap", |
| 1214 | "parking_lot", |
| 1215 | "percent-encoding", |
| 1216 | "serde_json", |
| 1217 | ] |
| 1218 | |
| 1219 | [[package]] |
| 1220 | name = "regex" |
| 1221 | version = "1.12.3" |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 1224 | dependencies = [ |
| 1225 | "aho-corasick", |
| 1226 | "memchr", |
| 1227 | "regex-automata", |
| 1228 | "regex-syntax", |
| 1229 | ] |
| 1230 | |
| 1231 | [[package]] |
| 1232 | name = "regex-automata" |
| 1233 | version = "0.4.14" |
| 1234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1235 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 1236 | dependencies = [ |
| 1237 | "aho-corasick", |
| 1238 | "memchr", |
| 1239 | "regex-syntax", |
| 1240 | ] |
| 1241 | |
| 1242 | [[package]] |
| 1243 | name = "regex-syntax" |
| 1244 | version = "0.8.10" |
| 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1246 | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 1247 | |
| 1248 | [[package]] |
| 1249 | name = "ring" |
| 1250 | version = "0.17.14" |
| 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1253 | dependencies = [ |
| 1254 | "cc", |
| 1255 | "cfg-if", |
| 1256 | "getrandom 0.2.17", |
| 1257 | "libc", |
| 1258 | "untrusted", |
| 1259 | "windows-sys 0.52.0", |
| 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
| 1263 | name = "rustc_version" |
| 1264 | version = "0.4.1" |
| 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 1267 | dependencies = [ |
| 1268 | "semver", |
| 1269 | ] |
| 1270 | |
| 1271 | [[package]] |
| 1272 | name = "rustix" |
| 1273 | version = "1.1.4" |
| 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 1276 | dependencies = [ |
| 1277 | "bitflags", |
| 1278 | "errno", |
| 1279 | "libc", |
| 1280 | "linux-raw-sys", |
| 1281 | "windows-sys 0.61.2", |
| 1282 | ] |
| 1283 | |
| 1284 | [[package]] |
| 1285 | name = "rustls" |
| 1286 | version = "0.23.40" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" |
| 1289 | dependencies = [ |
| 1290 | "log", |
| 1291 | "once_cell", |
| 1292 | "ring", |
| 1293 | "rustls-pki-types", |
| 1294 | "rustls-webpki", |
| 1295 | "subtle", |
| 1296 | "zeroize", |
| 1297 | ] |
| 1298 | |
| 1299 | [[package]] |
| 1300 | name = "rustls-pki-types" |
| 1301 | version = "1.14.1" |
| 1302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1303 | checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" |
| 1304 | dependencies = [ |
| 1305 | "zeroize", |
| 1306 | ] |
| 1307 | |
| 1308 | [[package]] |
| 1309 | name = "rustls-webpki" |
| 1310 | version = "0.103.13" |
| 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1312 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 1313 | dependencies = [ |
| 1314 | "ring", |
| 1315 | "rustls-pki-types", |
| 1316 | "untrusted", |
| 1317 | ] |
| 1318 | |
| 1319 | [[package]] |
| 1320 | name = "rustversion" |
| 1321 | version = "1.0.22" |
| 1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1323 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1324 | |
| 1325 | [[package]] |
| 1326 | name = "ryu" |
| 1327 | version = "1.0.23" |
| 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1329 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 1330 | |
| 1331 | [[package]] |
| 1332 | name = "schemaui" |
| 1333 | version = "0.12.0" |
| 1334 | dependencies = [ |
| 1335 | "anyhow", |
| 1336 | "axum", |
| 1337 | "crossterm", |
| 1338 | "include_dir", |
| 1339 | "indexmap", |
| 1340 | "jsonschema", |
| 1341 | "percent-encoding", |
| 1342 | "ratatui", |
| 1343 | "regex", |
| 1344 | "serde", |
| 1345 | "serde_json", |
| 1346 | "serde_yaml", |
| 1347 | "sha2", |
| 1348 | "tokio", |
| 1349 | "toml", |
| 1350 | "ts-rs", |
| 1351 | "unicode-width", |
| 1352 | "ureq", |
| 1353 | ] |
| 1354 | |
| 1355 | [[package]] |
| 1356 | name = "scopeguard" |
| 1357 | version = "1.2.0" |
| 1358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1359 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1360 | |
| 1361 | [[package]] |
| 1362 | name = "semver" |
| 1363 | version = "1.0.28" |
| 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 1366 | |
| 1367 | [[package]] |
| 1368 | name = "serde" |
| 1369 | version = "1.0.228" |
| 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1371 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1372 | dependencies = [ |
| 1373 | "serde_core", |
| 1374 | "serde_derive", |
| 1375 | ] |
| 1376 | |
| 1377 | [[package]] |
| 1378 | name = "serde_core" |
| 1379 | version = "1.0.228" |
| 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1381 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1382 | dependencies = [ |
| 1383 | "serde_derive", |
| 1384 | ] |
| 1385 | |
| 1386 | [[package]] |
| 1387 | name = "serde_derive" |
| 1388 | version = "1.0.228" |
| 1389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1391 | dependencies = [ |
| 1392 | "proc-macro2", |
| 1393 | "quote", |
| 1394 | "syn", |
| 1395 | ] |
| 1396 | |
| 1397 | [[package]] |
| 1398 | name = "serde_json" |
| 1399 | version = "1.0.149" |
| 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1401 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1402 | dependencies = [ |
| 1403 | "indexmap", |
| 1404 | "itoa", |
| 1405 | "memchr", |
| 1406 | "serde", |
| 1407 | "serde_core", |
| 1408 | "zmij", |
| 1409 | ] |
| 1410 | |
| 1411 | [[package]] |
| 1412 | name = "serde_path_to_error" |
| 1413 | version = "0.1.20" |
| 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1415 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 1416 | dependencies = [ |
| 1417 | "itoa", |
| 1418 | "serde", |
| 1419 | "serde_core", |
| 1420 | ] |
| 1421 | |
| 1422 | [[package]] |
| 1423 | name = "serde_spanned" |
| 1424 | version = "1.1.1" |
| 1425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1426 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 1427 | dependencies = [ |
| 1428 | "serde_core", |
| 1429 | ] |
| 1430 | |
| 1431 | [[package]] |
| 1432 | name = "serde_yaml" |
| 1433 | version = "0.9.34+deprecated" |
| 1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1435 | checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| 1436 | dependencies = [ |
| 1437 | "indexmap", |
| 1438 | "itoa", |
| 1439 | "ryu", |
| 1440 | "serde", |
| 1441 | "unsafe-libyaml", |
| 1442 | ] |
| 1443 | |
| 1444 | [[package]] |
| 1445 | name = "sha2" |
| 1446 | version = "0.11.0" |
| 1447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 | checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 1449 | dependencies = [ |
| 1450 | "cfg-if", |
| 1451 | "cpufeatures", |
| 1452 | "digest", |
| 1453 | ] |
| 1454 | |
| 1455 | [[package]] |
| 1456 | name = "shlex" |
| 1457 | version = "1.3.0" |
| 1458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1460 | |
| 1461 | [[package]] |
| 1462 | name = "signal-hook" |
| 1463 | version = "0.3.18" |
| 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 1466 | dependencies = [ |
| 1467 | "libc", |
| 1468 | "signal-hook-registry", |
| 1469 | ] |
| 1470 | |
| 1471 | [[package]] |
| 1472 | name = "signal-hook-mio" |
| 1473 | version = "0.2.5" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 1476 | dependencies = [ |
| 1477 | "libc", |
| 1478 | "mio", |
| 1479 | "signal-hook", |
| 1480 | ] |
| 1481 | |
| 1482 | [[package]] |
| 1483 | name = "signal-hook-registry" |
| 1484 | version = "1.4.8" |
| 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1487 | dependencies = [ |
| 1488 | "errno", |
| 1489 | "libc", |
| 1490 | ] |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "slab" |
| 1494 | version = "0.4.12" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1497 | |
| 1498 | [[package]] |
| 1499 | name = "smallvec" |
| 1500 | version = "1.15.1" |
| 1501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1502 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1503 | |
| 1504 | [[package]] |
| 1505 | name = "socket2" |
| 1506 | version = "0.6.3" |
| 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1508 | checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 1509 | dependencies = [ |
| 1510 | "libc", |
| 1511 | "windows-sys 0.61.2", |
| 1512 | ] |
| 1513 | |
| 1514 | [[package]] |
| 1515 | name = "stable_deref_trait" |
| 1516 | version = "1.2.1" |
| 1517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1518 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1519 | |
| 1520 | [[package]] |
| 1521 | name = "static_assertions" |
| 1522 | version = "1.1.0" |
| 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1525 | |
| 1526 | [[package]] |
| 1527 | name = "strsim" |
| 1528 | version = "0.11.1" |
| 1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1530 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1531 | |
| 1532 | [[package]] |
| 1533 | name = "strum" |
| 1534 | version = "0.27.2" |
| 1535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1536 | checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| 1537 | dependencies = [ |
| 1538 | "strum_macros", |
| 1539 | ] |
| 1540 | |
| 1541 | [[package]] |
| 1542 | name = "strum_macros" |
| 1543 | version = "0.27.2" |
| 1544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1545 | checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| 1546 | dependencies = [ |
| 1547 | "heck", |
| 1548 | "proc-macro2", |
| 1549 | "quote", |
| 1550 | "syn", |
| 1551 | ] |
| 1552 | |
| 1553 | [[package]] |
| 1554 | name = "subtle" |
| 1555 | version = "2.6.1" |
| 1556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1557 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 1558 | |
| 1559 | [[package]] |
| 1560 | name = "syn" |
| 1561 | version = "2.0.117" |
| 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1563 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 1564 | dependencies = [ |
| 1565 | "proc-macro2", |
| 1566 | "quote", |
| 1567 | "unicode-ident", |
| 1568 | ] |
| 1569 | |
| 1570 | [[package]] |
| 1571 | name = "sync_wrapper" |
| 1572 | version = "1.0.2" |
| 1573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1574 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 1575 | |
| 1576 | [[package]] |
| 1577 | name = "synstructure" |
| 1578 | version = "0.13.2" |
| 1579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1580 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1581 | dependencies = [ |
| 1582 | "proc-macro2", |
| 1583 | "quote", |
| 1584 | "syn", |
| 1585 | ] |
| 1586 | |
| 1587 | [[package]] |
| 1588 | name = "termcolor" |
| 1589 | version = "1.4.1" |
| 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 1592 | dependencies = [ |
| 1593 | "winapi-util", |
| 1594 | ] |
| 1595 | |
| 1596 | [[package]] |
| 1597 | name = "thiserror" |
| 1598 | version = "2.0.18" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1601 | dependencies = [ |
| 1602 | "thiserror-impl", |
| 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "thiserror-impl" |
| 1607 | version = "2.0.18" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1610 | dependencies = [ |
| 1611 | "proc-macro2", |
| 1612 | "quote", |
| 1613 | "syn", |
| 1614 | ] |
| 1615 | |
| 1616 | [[package]] |
| 1617 | name = "time" |
| 1618 | version = "0.3.47" |
| 1619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1620 | checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 1621 | dependencies = [ |
| 1622 | "deranged", |
| 1623 | "libc", |
| 1624 | "num-conv", |
| 1625 | "num_threads", |
| 1626 | "powerfmt", |
| 1627 | "serde_core", |
| 1628 | "time-core", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "time-core" |
| 1633 | version = "0.1.8" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 1636 | |
| 1637 | [[package]] |
| 1638 | name = "tinystr" |
| 1639 | version = "0.8.3" |
| 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1641 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 1642 | dependencies = [ |
| 1643 | "displaydoc", |
| 1644 | "zerovec", |
| 1645 | ] |
| 1646 | |
| 1647 | [[package]] |
| 1648 | name = "tokio" |
| 1649 | version = "1.52.1" |
| 1650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1651 | checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" |
| 1652 | dependencies = [ |
| 1653 | "libc", |
| 1654 | "mio", |
| 1655 | "pin-project-lite", |
| 1656 | "socket2", |
| 1657 | "tokio-macros", |
| 1658 | "windows-sys 0.61.2", |
| 1659 | ] |
| 1660 | |
| 1661 | [[package]] |
| 1662 | name = "tokio-macros" |
| 1663 | version = "2.7.0" |
| 1664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1665 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 1666 | dependencies = [ |
| 1667 | "proc-macro2", |
| 1668 | "quote", |
| 1669 | "syn", |
| 1670 | ] |
| 1671 | |
| 1672 | [[package]] |
| 1673 | name = "toml" |
| 1674 | version = "1.1.2+spec-1.1.0" |
| 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1676 | checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| 1677 | dependencies = [ |
| 1678 | "indexmap", |
| 1679 | "serde_core", |
| 1680 | "serde_spanned", |
| 1681 | "toml_datetime", |
| 1682 | "toml_parser", |
| 1683 | "toml_writer", |
| 1684 | "winnow", |
| 1685 | ] |
| 1686 | |
| 1687 | [[package]] |
| 1688 | name = "toml_datetime" |
| 1689 | version = "1.1.1+spec-1.1.0" |
| 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1691 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 1692 | dependencies = [ |
| 1693 | "serde_core", |
| 1694 | ] |
| 1695 | |
| 1696 | [[package]] |
| 1697 | name = "toml_parser" |
| 1698 | version = "1.1.2+spec-1.1.0" |
| 1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1700 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 1701 | dependencies = [ |
| 1702 | "winnow", |
| 1703 | ] |
| 1704 | |
| 1705 | [[package]] |
| 1706 | name = "toml_writer" |
| 1707 | version = "1.1.1+spec-1.1.0" |
| 1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1709 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 1710 | |
| 1711 | [[package]] |
| 1712 | name = "tower" |
| 1713 | version = "0.5.3" |
| 1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1715 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 1716 | dependencies = [ |
| 1717 | "futures-core", |
| 1718 | "futures-util", |
| 1719 | "pin-project-lite", |
| 1720 | "sync_wrapper", |
| 1721 | "tokio", |
| 1722 | "tower-layer", |
| 1723 | "tower-service", |
| 1724 | ] |
| 1725 | |
| 1726 | [[package]] |
| 1727 | name = "tower-layer" |
| 1728 | version = "0.3.3" |
| 1729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1730 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 1731 | |
| 1732 | [[package]] |
| 1733 | name = "tower-service" |
| 1734 | version = "0.3.3" |
| 1735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1736 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 1737 | |
| 1738 | [[package]] |
| 1739 | name = "ts-rs" |
| 1740 | version = "12.0.1" |
| 1741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1742 | checksum = "756050066659291d47a554a9f558125db17428b073c5ffce1daf5dcb0f7231d8" |
| 1743 | dependencies = [ |
| 1744 | "thiserror", |
| 1745 | "ts-rs-macros", |
| 1746 | ] |
| 1747 | |
| 1748 | [[package]] |
| 1749 | name = "ts-rs-macros" |
| 1750 | version = "12.0.1" |
| 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1752 | checksum = "38d90eea51bc7988ef9e674bf80a85ba6804739e535e9cab48e4bb34a8b652aa" |
| 1753 | dependencies = [ |
| 1754 | "proc-macro2", |
| 1755 | "quote", |
| 1756 | "syn", |
| 1757 | "termcolor", |
| 1758 | ] |
| 1759 | |
| 1760 | [[package]] |
| 1761 | name = "typenum" |
| 1762 | version = "1.20.0" |
| 1763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1764 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 1765 | |
| 1766 | [[package]] |
| 1767 | name = "unicode-general-category" |
| 1768 | version = "1.1.0" |
| 1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1770 | checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" |
| 1771 | |
| 1772 | [[package]] |
| 1773 | name = "unicode-ident" |
| 1774 | version = "1.0.24" |
| 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1776 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1777 | |
| 1778 | [[package]] |
| 1779 | name = "unicode-segmentation" |
| 1780 | version = "1.13.2" |
| 1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1782 | checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" |
| 1783 | |
| 1784 | [[package]] |
| 1785 | name = "unicode-truncate" |
| 1786 | version = "2.0.1" |
| 1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1788 | checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" |
| 1789 | dependencies = [ |
| 1790 | "itertools", |
| 1791 | "unicode-segmentation", |
| 1792 | "unicode-width", |
| 1793 | ] |
| 1794 | |
| 1795 | [[package]] |
| 1796 | name = "unicode-width" |
| 1797 | version = "0.2.2" |
| 1798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1799 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 1800 | |
| 1801 | [[package]] |
| 1802 | name = "unsafe-libyaml" |
| 1803 | version = "0.2.11" |
| 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1805 | checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| 1806 | |
| 1807 | [[package]] |
| 1808 | name = "untrusted" |
| 1809 | version = "0.9.0" |
| 1810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1811 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 1812 | |
| 1813 | [[package]] |
| 1814 | name = "ureq" |
| 1815 | version = "3.3.0" |
| 1816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1817 | checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" |
| 1818 | dependencies = [ |
| 1819 | "base64", |
| 1820 | "log", |
| 1821 | "percent-encoding", |
| 1822 | "rustls", |
| 1823 | "rustls-pki-types", |
| 1824 | "ureq-proto", |
| 1825 | "utf8-zero", |
| 1826 | "webpki-roots", |
| 1827 | ] |
| 1828 | |
| 1829 | [[package]] |
| 1830 | name = "ureq-proto" |
| 1831 | version = "0.6.0" |
| 1832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 | checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" |
| 1834 | dependencies = [ |
| 1835 | "base64", |
| 1836 | "http", |
| 1837 | "httparse", |
| 1838 | "log", |
| 1839 | ] |
| 1840 | |
| 1841 | [[package]] |
| 1842 | name = "utf8-zero" |
| 1843 | version = "0.8.1" |
| 1844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1845 | checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e" |
| 1846 | |
| 1847 | [[package]] |
| 1848 | name = "utf8_iter" |
| 1849 | version = "1.0.4" |
| 1850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1851 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 1852 | |
| 1853 | [[package]] |
| 1854 | name = "uuid-simd" |
| 1855 | version = "0.8.0" |
| 1856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1857 | checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8" |
| 1858 | dependencies = [ |
| 1859 | "outref", |
| 1860 | "vsimd", |
| 1861 | ] |
| 1862 | |
| 1863 | [[package]] |
| 1864 | name = "version_check" |
| 1865 | version = "0.9.5" |
| 1866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1867 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1868 | |
| 1869 | [[package]] |
| 1870 | name = "vsimd" |
| 1871 | version = "0.8.0" |
| 1872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1873 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 1874 | |
| 1875 | [[package]] |
| 1876 | name = "wasi" |
| 1877 | version = "0.11.1+wasi-snapshot-preview1" |
| 1878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1879 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1880 | |
| 1881 | [[package]] |
| 1882 | name = "wasip2" |
| 1883 | version = "1.0.3+wasi-0.2.9" |
| 1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1885 | checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 1886 | dependencies = [ |
| 1887 | "wit-bindgen", |
| 1888 | ] |
| 1889 | |
| 1890 | [[package]] |
| 1891 | name = "wasm-bindgen" |
| 1892 | version = "0.2.120" |
| 1893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1894 | checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1" |
| 1895 | dependencies = [ |
| 1896 | "cfg-if", |
| 1897 | "once_cell", |
| 1898 | "rustversion", |
| 1899 | "wasm-bindgen-macro", |
| 1900 | "wasm-bindgen-shared", |
| 1901 | ] |
| 1902 | |
| 1903 | [[package]] |
| 1904 | name = "wasm-bindgen-macro" |
| 1905 | version = "0.2.120" |
| 1906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1907 | checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103" |
| 1908 | dependencies = [ |
| 1909 | "quote", |
| 1910 | "wasm-bindgen-macro-support", |
| 1911 | ] |
| 1912 | |
| 1913 | [[package]] |
| 1914 | name = "wasm-bindgen-macro-support" |
| 1915 | version = "0.2.120" |
| 1916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1917 | checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41" |
| 1918 | dependencies = [ |
| 1919 | "bumpalo", |
| 1920 | "proc-macro2", |
| 1921 | "quote", |
| 1922 | "syn", |
| 1923 | "wasm-bindgen-shared", |
| 1924 | ] |
| 1925 | |
| 1926 | [[package]] |
| 1927 | name = "wasm-bindgen-shared" |
| 1928 | version = "0.2.120" |
| 1929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1930 | checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea" |
| 1931 | dependencies = [ |
| 1932 | "unicode-ident", |
| 1933 | ] |
| 1934 | |
| 1935 | [[package]] |
| 1936 | name = "webpki-roots" |
| 1937 | version = "1.0.7" |
| 1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1939 | checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" |
| 1940 | dependencies = [ |
| 1941 | "rustls-pki-types", |
| 1942 | ] |
| 1943 | |
| 1944 | [[package]] |
| 1945 | name = "winapi" |
| 1946 | version = "0.3.9" |
| 1947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1948 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1949 | dependencies = [ |
| 1950 | "winapi-i686-pc-windows-gnu", |
| 1951 | "winapi-x86_64-pc-windows-gnu", |
| 1952 | ] |
| 1953 | |
| 1954 | [[package]] |
| 1955 | name = "winapi-i686-pc-windows-gnu" |
| 1956 | version = "0.4.0" |
| 1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1958 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1959 | |
| 1960 | [[package]] |
| 1961 | name = "winapi-util" |
| 1962 | version = "0.1.11" |
| 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 1965 | dependencies = [ |
| 1966 | "windows-sys 0.61.2", |
| 1967 | ] |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "winapi-x86_64-pc-windows-gnu" |
| 1971 | version = "0.4.0" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1974 | |
| 1975 | [[package]] |
| 1976 | name = "windows-link" |
| 1977 | version = "0.2.1" |
| 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1980 | |
| 1981 | [[package]] |
| 1982 | name = "windows-sys" |
| 1983 | version = "0.52.0" |
| 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 1986 | dependencies = [ |
| 1987 | "windows-targets", |
| 1988 | ] |
| 1989 | |
| 1990 | [[package]] |
| 1991 | name = "windows-sys" |
| 1992 | version = "0.61.2" |
| 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1994 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1995 | dependencies = [ |
| 1996 | "windows-link", |
| 1997 | ] |
| 1998 | |
| 1999 | [[package]] |
| 2000 | name = "windows-targets" |
| 2001 | version = "0.52.6" |
| 2002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2003 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2004 | dependencies = [ |
| 2005 | "windows_aarch64_gnullvm", |
| 2006 | "windows_aarch64_msvc", |
| 2007 | "windows_i686_gnu", |
| 2008 | "windows_i686_gnullvm", |
| 2009 | "windows_i686_msvc", |
| 2010 | "windows_x86_64_gnu", |
| 2011 | "windows_x86_64_gnullvm", |
| 2012 | "windows_x86_64_msvc", |
| 2013 | ] |
| 2014 | |
| 2015 | [[package]] |
| 2016 | name = "windows_aarch64_gnullvm" |
| 2017 | version = "0.52.6" |
| 2018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2019 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2020 | |
| 2021 | [[package]] |
| 2022 | name = "windows_aarch64_msvc" |
| 2023 | version = "0.52.6" |
| 2024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2025 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2026 | |
| 2027 | [[package]] |
| 2028 | name = "windows_i686_gnu" |
| 2029 | version = "0.52.6" |
| 2030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2031 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2032 | |
| 2033 | [[package]] |
| 2034 | name = "windows_i686_gnullvm" |
| 2035 | version = "0.52.6" |
| 2036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2037 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2038 | |
| 2039 | [[package]] |
| 2040 | name = "windows_i686_msvc" |
| 2041 | version = "0.52.6" |
| 2042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2043 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2044 | |
| 2045 | [[package]] |
| 2046 | name = "windows_x86_64_gnu" |
| 2047 | version = "0.52.6" |
| 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2050 | |
| 2051 | [[package]] |
| 2052 | name = "windows_x86_64_gnullvm" |
| 2053 | version = "0.52.6" |
| 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2055 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2056 | |
| 2057 | [[package]] |
| 2058 | name = "windows_x86_64_msvc" |
| 2059 | version = "0.52.6" |
| 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2061 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2062 | |
| 2063 | [[package]] |
| 2064 | name = "winnow" |
| 2065 | version = "1.0.2" |
| 2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2067 | checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" |
| 2068 | |
| 2069 | [[package]] |
| 2070 | name = "wit-bindgen" |
| 2071 | version = "0.57.1" |
| 2072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2073 | checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 2074 | |
| 2075 | [[package]] |
| 2076 | name = "writeable" |
| 2077 | version = "0.6.3" |
| 2078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2079 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 2080 | |
| 2081 | [[package]] |
| 2082 | name = "yoke" |
| 2083 | version = "0.8.2" |
| 2084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2085 | checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" |
| 2086 | dependencies = [ |
| 2087 | "stable_deref_trait", |
| 2088 | "yoke-derive", |
| 2089 | "zerofrom", |
| 2090 | ] |
| 2091 | |
| 2092 | [[package]] |
| 2093 | name = "yoke-derive" |
| 2094 | version = "0.8.2" |
| 2095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2096 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 2097 | dependencies = [ |
| 2098 | "proc-macro2", |
| 2099 | "quote", |
| 2100 | "syn", |
| 2101 | "synstructure", |
| 2102 | ] |
| 2103 | |
| 2104 | [[package]] |
| 2105 | name = "zerocopy" |
| 2106 | version = "0.8.48" |
| 2107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 | checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" |
| 2109 | dependencies = [ |
| 2110 | "zerocopy-derive", |
| 2111 | ] |
| 2112 | |
| 2113 | [[package]] |
| 2114 | name = "zerocopy-derive" |
| 2115 | version = "0.8.48" |
| 2116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2117 | checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" |
| 2118 | dependencies = [ |
| 2119 | "proc-macro2", |
| 2120 | "quote", |
| 2121 | "syn", |
| 2122 | ] |
| 2123 | |
| 2124 | [[package]] |
| 2125 | name = "zerofrom" |
| 2126 | version = "0.1.7" |
| 2127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2128 | checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" |
| 2129 | dependencies = [ |
| 2130 | "zerofrom-derive", |
| 2131 | ] |
| 2132 | |
| 2133 | [[package]] |
| 2134 | name = "zerofrom-derive" |
| 2135 | version = "0.1.7" |
| 2136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2137 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 2138 | dependencies = [ |
| 2139 | "proc-macro2", |
| 2140 | "quote", |
| 2141 | "syn", |
| 2142 | "synstructure", |
| 2143 | ] |
| 2144 | |
| 2145 | [[package]] |
| 2146 | name = "zeroize" |
| 2147 | version = "1.8.2" |
| 2148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2149 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 2150 | |
| 2151 | [[package]] |
| 2152 | name = "zerotrie" |
| 2153 | version = "0.2.4" |
| 2154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2155 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 2156 | dependencies = [ |
| 2157 | "displaydoc", |
| 2158 | "yoke", |
| 2159 | "zerofrom", |
| 2160 | ] |
| 2161 | |
| 2162 | [[package]] |
| 2163 | name = "zerovec" |
| 2164 | version = "0.11.6" |
| 2165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2166 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 2167 | dependencies = [ |
| 2168 | "yoke", |
| 2169 | "zerofrom", |
| 2170 | "zerovec-derive", |
| 2171 | ] |
| 2172 | |
| 2173 | [[package]] |
| 2174 | name = "zerovec-derive" |
| 2175 | version = "0.11.3" |
| 2176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2177 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 2178 | dependencies = [ |
| 2179 | "proc-macro2", |
| 2180 | "quote", |
| 2181 | "syn", |
| 2182 | ] |
| 2183 | |
| 2184 | [[package]] |
| 2185 | name = "zmij" |
| 2186 | version = "1.0.21" |
| 2187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2188 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 2189 |