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