| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "android_system_properties" |
| 7 | version = "0.1.5" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 10 | dependencies = [ |
| 11 | "libc", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "anstream" |
| 16 | version = "0.6.21" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 19 | dependencies = [ |
| 20 | "anstyle", |
| 21 | "anstyle-parse", |
| 22 | "anstyle-query", |
| 23 | "anstyle-wincon", |
| 24 | "colorchoice", |
| 25 | "is_terminal_polyfill", |
| 26 | "utf8parse", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "anstyle" |
| 31 | version = "1.0.13" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "anstyle-parse" |
| 37 | version = "0.2.7" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 40 | dependencies = [ |
| 41 | "utf8parse", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
| 45 | name = "anstyle-query" |
| 46 | version = "1.1.5" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 49 | dependencies = [ |
| 50 | "windows-sys 0.61.2", |
| 51 | ] |
| 52 | |
| 53 | [[package]] |
| 54 | name = "anstyle-wincon" |
| 55 | version = "3.0.11" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 58 | dependencies = [ |
| 59 | "anstyle", |
| 60 | "once_cell_polyfill", |
| 61 | "windows-sys 0.61.2", |
| 62 | ] |
| 63 | |
| 64 | [[package]] |
| 65 | name = "autocfg" |
| 66 | version = "1.5.0" |
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 69 | |
| 70 | [[package]] |
| 71 | name = "bincode" |
| 72 | version = "1.3.3" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 75 | dependencies = [ |
| 76 | "serde", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | name = "bitflags" |
| 81 | version = "2.10.0" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "bumpalo" |
| 87 | version = "3.19.1" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "cc" |
| 93 | version = "1.2.53" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" |
| 96 | dependencies = [ |
| 97 | "find-msvc-tools", |
| 98 | "shlex", |
| 99 | ] |
| 100 | |
| 101 | [[package]] |
| 102 | name = "cfg-if" |
| 103 | version = "1.0.4" |
| 104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 106 | |
| 107 | [[package]] |
| 108 | name = "chrono" |
| 109 | version = "0.4.43" |
| 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" |
| 112 | dependencies = [ |
| 113 | "iana-time-zone", |
| 114 | "js-sys", |
| 115 | "num-traits", |
| 116 | "serde", |
| 117 | "wasm-bindgen", |
| 118 | "windows-link", |
| 119 | ] |
| 120 | |
| 121 | [[package]] |
| 122 | name = "clap" |
| 123 | version = "4.5.54" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 126 | dependencies = [ |
| 127 | "clap_builder", |
| 128 | "clap_derive", |
| 129 | ] |
| 130 | |
| 131 | [[package]] |
| 132 | name = "clap_builder" |
| 133 | version = "4.5.54" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 136 | dependencies = [ |
| 137 | "anstream", |
| 138 | "anstyle", |
| 139 | "clap_lex", |
| 140 | "strsim", |
| 141 | ] |
| 142 | |
| 143 | [[package]] |
| 144 | name = "clap_derive" |
| 145 | version = "4.5.49" |
| 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 148 | dependencies = [ |
| 149 | "heck", |
| 150 | "proc-macro2", |
| 151 | "quote", |
| 152 | "syn", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
| 156 | name = "clap_lex" |
| 157 | version = "0.7.7" |
| 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 160 | |
| 161 | [[package]] |
| 162 | name = "colorchoice" |
| 163 | version = "1.0.4" |
| 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 166 | |
| 167 | [[package]] |
| 168 | name = "core-foundation-sys" |
| 169 | version = "0.8.7" |
| 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 171 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 172 | |
| 173 | [[package]] |
| 174 | name = "crossbeam-deque" |
| 175 | version = "0.8.6" |
| 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 178 | dependencies = [ |
| 179 | "crossbeam-epoch", |
| 180 | "crossbeam-utils", |
| 181 | ] |
| 182 | |
| 183 | [[package]] |
| 184 | name = "crossbeam-epoch" |
| 185 | version = "0.9.18" |
| 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 187 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 188 | dependencies = [ |
| 189 | "crossbeam-utils", |
| 190 | ] |
| 191 | |
| 192 | [[package]] |
| 193 | name = "crossbeam-utils" |
| 194 | version = "0.8.21" |
| 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 197 | |
| 198 | [[package]] |
| 199 | name = "directories" |
| 200 | version = "5.0.1" |
| 201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
| 203 | dependencies = [ |
| 204 | "dirs-sys 0.4.1", |
| 205 | ] |
| 206 | |
| 207 | [[package]] |
| 208 | name = "dirs" |
| 209 | version = "6.0.0" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 212 | dependencies = [ |
| 213 | "dirs-sys 0.5.0", |
| 214 | ] |
| 215 | |
| 216 | [[package]] |
| 217 | name = "dirs-sys" |
| 218 | version = "0.4.1" |
| 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 221 | dependencies = [ |
| 222 | "libc", |
| 223 | "option-ext", |
| 224 | "redox_users 0.4.6", |
| 225 | "windows-sys 0.48.0", |
| 226 | ] |
| 227 | |
| 228 | [[package]] |
| 229 | name = "dirs-sys" |
| 230 | version = "0.5.0" |
| 231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 233 | dependencies = [ |
| 234 | "libc", |
| 235 | "option-ext", |
| 236 | "redox_users 0.5.2", |
| 237 | "windows-sys 0.61.2", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "either" |
| 242 | version = "1.15.0" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 245 | |
| 246 | [[package]] |
| 247 | name = "errno" |
| 248 | version = "0.3.14" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 251 | dependencies = [ |
| 252 | "libc", |
| 253 | "windows-sys 0.61.2", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "fastrand" |
| 258 | version = "2.3.0" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 261 | |
| 262 | [[package]] |
| 263 | name = "find-msvc-tools" |
| 264 | version = "0.1.8" |
| 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 | checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" |
| 267 | |
| 268 | [[package]] |
| 269 | name = "getrandom" |
| 270 | version = "0.2.17" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 273 | dependencies = [ |
| 274 | "cfg-if", |
| 275 | "libc", |
| 276 | "wasi", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "getrandom" |
| 281 | version = "0.3.4" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 284 | dependencies = [ |
| 285 | "cfg-if", |
| 286 | "libc", |
| 287 | "r-efi", |
| 288 | "wasip2", |
| 289 | ] |
| 290 | |
| 291 | [[package]] |
| 292 | name = "gump" |
| 293 | version = "0.2.1" |
| 294 | dependencies = [ |
| 295 | "bincode", |
| 296 | "chrono", |
| 297 | "clap", |
| 298 | "directories", |
| 299 | "dirs", |
| 300 | "nucleo", |
| 301 | "serde", |
| 302 | "serde_json", |
| 303 | "tempfile", |
| 304 | "thiserror 2.0.17", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
| 308 | name = "heck" |
| 309 | version = "0.5.0" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 312 | |
| 313 | [[package]] |
| 314 | name = "iana-time-zone" |
| 315 | version = "0.1.64" |
| 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 318 | dependencies = [ |
| 319 | "android_system_properties", |
| 320 | "core-foundation-sys", |
| 321 | "iana-time-zone-haiku", |
| 322 | "js-sys", |
| 323 | "log", |
| 324 | "wasm-bindgen", |
| 325 | "windows-core", |
| 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "iana-time-zone-haiku" |
| 330 | version = "0.1.2" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 333 | dependencies = [ |
| 334 | "cc", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | name = "is_terminal_polyfill" |
| 339 | version = "1.70.2" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 342 | |
| 343 | [[package]] |
| 344 | name = "itoa" |
| 345 | version = "1.0.17" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 348 | |
| 349 | [[package]] |
| 350 | name = "js-sys" |
| 351 | version = "0.3.85" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" |
| 354 | dependencies = [ |
| 355 | "once_cell", |
| 356 | "wasm-bindgen", |
| 357 | ] |
| 358 | |
| 359 | [[package]] |
| 360 | name = "libc" |
| 361 | version = "0.2.180" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 364 | |
| 365 | [[package]] |
| 366 | name = "libredox" |
| 367 | version = "0.1.12" |
| 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 369 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 370 | dependencies = [ |
| 371 | "bitflags", |
| 372 | "libc", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
| 376 | name = "linux-raw-sys" |
| 377 | version = "0.11.0" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 380 | |
| 381 | [[package]] |
| 382 | name = "lock_api" |
| 383 | version = "0.4.14" |
| 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 386 | dependencies = [ |
| 387 | "scopeguard", |
| 388 | ] |
| 389 | |
| 390 | [[package]] |
| 391 | name = "log" |
| 392 | version = "0.4.29" |
| 393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 395 | |
| 396 | [[package]] |
| 397 | name = "memchr" |
| 398 | version = "2.7.6" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 401 | |
| 402 | [[package]] |
| 403 | name = "nucleo" |
| 404 | version = "0.5.0" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4" |
| 407 | dependencies = [ |
| 408 | "nucleo-matcher", |
| 409 | "parking_lot", |
| 410 | "rayon", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
| 414 | name = "nucleo-matcher" |
| 415 | version = "0.3.1" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" |
| 418 | dependencies = [ |
| 419 | "memchr", |
| 420 | "unicode-segmentation", |
| 421 | ] |
| 422 | |
| 423 | [[package]] |
| 424 | name = "num-traits" |
| 425 | version = "0.2.19" |
| 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 427 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 428 | dependencies = [ |
| 429 | "autocfg", |
| 430 | ] |
| 431 | |
| 432 | [[package]] |
| 433 | name = "once_cell" |
| 434 | version = "1.21.3" |
| 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 437 | |
| 438 | [[package]] |
| 439 | name = "once_cell_polyfill" |
| 440 | version = "1.70.2" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 443 | |
| 444 | [[package]] |
| 445 | name = "option-ext" |
| 446 | version = "0.2.0" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 449 | |
| 450 | [[package]] |
| 451 | name = "parking_lot" |
| 452 | version = "0.12.5" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 455 | dependencies = [ |
| 456 | "lock_api", |
| 457 | "parking_lot_core", |
| 458 | ] |
| 459 | |
| 460 | [[package]] |
| 461 | name = "parking_lot_core" |
| 462 | version = "0.9.12" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 465 | dependencies = [ |
| 466 | "cfg-if", |
| 467 | "libc", |
| 468 | "redox_syscall", |
| 469 | "smallvec", |
| 470 | "windows-link", |
| 471 | ] |
| 472 | |
| 473 | [[package]] |
| 474 | name = "proc-macro2" |
| 475 | version = "1.0.105" |
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" |
| 478 | dependencies = [ |
| 479 | "unicode-ident", |
| 480 | ] |
| 481 | |
| 482 | [[package]] |
| 483 | name = "quote" |
| 484 | version = "1.0.43" |
| 485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 487 | dependencies = [ |
| 488 | "proc-macro2", |
| 489 | ] |
| 490 | |
| 491 | [[package]] |
| 492 | name = "r-efi" |
| 493 | version = "5.3.0" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 496 | |
| 497 | [[package]] |
| 498 | name = "rayon" |
| 499 | version = "1.11.0" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 502 | dependencies = [ |
| 503 | "either", |
| 504 | "rayon-core", |
| 505 | ] |
| 506 | |
| 507 | [[package]] |
| 508 | name = "rayon-core" |
| 509 | version = "1.13.0" |
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 512 | dependencies = [ |
| 513 | "crossbeam-deque", |
| 514 | "crossbeam-utils", |
| 515 | ] |
| 516 | |
| 517 | [[package]] |
| 518 | name = "redox_syscall" |
| 519 | version = "0.5.18" |
| 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 522 | dependencies = [ |
| 523 | "bitflags", |
| 524 | ] |
| 525 | |
| 526 | [[package]] |
| 527 | name = "redox_users" |
| 528 | version = "0.4.6" |
| 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 531 | dependencies = [ |
| 532 | "getrandom 0.2.17", |
| 533 | "libredox", |
| 534 | "thiserror 1.0.69", |
| 535 | ] |
| 536 | |
| 537 | [[package]] |
| 538 | name = "redox_users" |
| 539 | version = "0.5.2" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 542 | dependencies = [ |
| 543 | "getrandom 0.2.17", |
| 544 | "libredox", |
| 545 | "thiserror 2.0.17", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
| 549 | name = "rustix" |
| 550 | version = "1.1.3" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 553 | dependencies = [ |
| 554 | "bitflags", |
| 555 | "errno", |
| 556 | "libc", |
| 557 | "linux-raw-sys", |
| 558 | "windows-sys 0.61.2", |
| 559 | ] |
| 560 | |
| 561 | [[package]] |
| 562 | name = "rustversion" |
| 563 | version = "1.0.22" |
| 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 566 | |
| 567 | [[package]] |
| 568 | name = "scopeguard" |
| 569 | version = "1.2.0" |
| 570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 571 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 572 | |
| 573 | [[package]] |
| 574 | name = "serde" |
| 575 | version = "1.0.228" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 578 | dependencies = [ |
| 579 | "serde_core", |
| 580 | "serde_derive", |
| 581 | ] |
| 582 | |
| 583 | [[package]] |
| 584 | name = "serde_core" |
| 585 | version = "1.0.228" |
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 587 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 588 | dependencies = [ |
| 589 | "serde_derive", |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
| 593 | name = "serde_derive" |
| 594 | version = "1.0.228" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 597 | dependencies = [ |
| 598 | "proc-macro2", |
| 599 | "quote", |
| 600 | "syn", |
| 601 | ] |
| 602 | |
| 603 | [[package]] |
| 604 | name = "serde_json" |
| 605 | version = "1.0.149" |
| 606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 607 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 608 | dependencies = [ |
| 609 | "itoa", |
| 610 | "memchr", |
| 611 | "serde", |
| 612 | "serde_core", |
| 613 | "zmij", |
| 614 | ] |
| 615 | |
| 616 | [[package]] |
| 617 | name = "shlex" |
| 618 | version = "1.3.0" |
| 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 621 | |
| 622 | [[package]] |
| 623 | name = "smallvec" |
| 624 | version = "1.15.1" |
| 625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 626 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 627 | |
| 628 | [[package]] |
| 629 | name = "strsim" |
| 630 | version = "0.11.1" |
| 631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 632 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 633 | |
| 634 | [[package]] |
| 635 | name = "syn" |
| 636 | version = "2.0.114" |
| 637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 638 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 639 | dependencies = [ |
| 640 | "proc-macro2", |
| 641 | "quote", |
| 642 | "unicode-ident", |
| 643 | ] |
| 644 | |
| 645 | [[package]] |
| 646 | name = "tempfile" |
| 647 | version = "3.24.0" |
| 648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 | checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 650 | dependencies = [ |
| 651 | "fastrand", |
| 652 | "getrandom 0.3.4", |
| 653 | "once_cell", |
| 654 | "rustix", |
| 655 | "windows-sys 0.61.2", |
| 656 | ] |
| 657 | |
| 658 | [[package]] |
| 659 | name = "thiserror" |
| 660 | version = "1.0.69" |
| 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 663 | dependencies = [ |
| 664 | "thiserror-impl 1.0.69", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "thiserror" |
| 669 | version = "2.0.17" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 672 | dependencies = [ |
| 673 | "thiserror-impl 2.0.17", |
| 674 | ] |
| 675 | |
| 676 | [[package]] |
| 677 | name = "thiserror-impl" |
| 678 | version = "1.0.69" |
| 679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 680 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 681 | dependencies = [ |
| 682 | "proc-macro2", |
| 683 | "quote", |
| 684 | "syn", |
| 685 | ] |
| 686 | |
| 687 | [[package]] |
| 688 | name = "thiserror-impl" |
| 689 | version = "2.0.17" |
| 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 691 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 692 | dependencies = [ |
| 693 | "proc-macro2", |
| 694 | "quote", |
| 695 | "syn", |
| 696 | ] |
| 697 | |
| 698 | [[package]] |
| 699 | name = "unicode-ident" |
| 700 | version = "1.0.22" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 703 | |
| 704 | [[package]] |
| 705 | name = "unicode-segmentation" |
| 706 | version = "1.12.0" |
| 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 709 | |
| 710 | [[package]] |
| 711 | name = "utf8parse" |
| 712 | version = "0.2.2" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 715 | |
| 716 | [[package]] |
| 717 | name = "wasi" |
| 718 | version = "0.11.1+wasi-snapshot-preview1" |
| 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 721 | |
| 722 | [[package]] |
| 723 | name = "wasip2" |
| 724 | version = "1.0.2+wasi-0.2.9" |
| 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 726 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 727 | dependencies = [ |
| 728 | "wit-bindgen", |
| 729 | ] |
| 730 | |
| 731 | [[package]] |
| 732 | name = "wasm-bindgen" |
| 733 | version = "0.2.108" |
| 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" |
| 736 | dependencies = [ |
| 737 | "cfg-if", |
| 738 | "once_cell", |
| 739 | "rustversion", |
| 740 | "wasm-bindgen-macro", |
| 741 | "wasm-bindgen-shared", |
| 742 | ] |
| 743 | |
| 744 | [[package]] |
| 745 | name = "wasm-bindgen-macro" |
| 746 | version = "0.2.108" |
| 747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 748 | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" |
| 749 | dependencies = [ |
| 750 | "quote", |
| 751 | "wasm-bindgen-macro-support", |
| 752 | ] |
| 753 | |
| 754 | [[package]] |
| 755 | name = "wasm-bindgen-macro-support" |
| 756 | version = "0.2.108" |
| 757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 758 | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" |
| 759 | dependencies = [ |
| 760 | "bumpalo", |
| 761 | "proc-macro2", |
| 762 | "quote", |
| 763 | "syn", |
| 764 | "wasm-bindgen-shared", |
| 765 | ] |
| 766 | |
| 767 | [[package]] |
| 768 | name = "wasm-bindgen-shared" |
| 769 | version = "0.2.108" |
| 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" |
| 772 | dependencies = [ |
| 773 | "unicode-ident", |
| 774 | ] |
| 775 | |
| 776 | [[package]] |
| 777 | name = "windows-core" |
| 778 | version = "0.62.2" |
| 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 781 | dependencies = [ |
| 782 | "windows-implement", |
| 783 | "windows-interface", |
| 784 | "windows-link", |
| 785 | "windows-result", |
| 786 | "windows-strings", |
| 787 | ] |
| 788 | |
| 789 | [[package]] |
| 790 | name = "windows-implement" |
| 791 | version = "0.60.2" |
| 792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 793 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 794 | dependencies = [ |
| 795 | "proc-macro2", |
| 796 | "quote", |
| 797 | "syn", |
| 798 | ] |
| 799 | |
| 800 | [[package]] |
| 801 | name = "windows-interface" |
| 802 | version = "0.59.3" |
| 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 804 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 805 | dependencies = [ |
| 806 | "proc-macro2", |
| 807 | "quote", |
| 808 | "syn", |
| 809 | ] |
| 810 | |
| 811 | [[package]] |
| 812 | name = "windows-link" |
| 813 | version = "0.2.1" |
| 814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 815 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 816 | |
| 817 | [[package]] |
| 818 | name = "windows-result" |
| 819 | version = "0.4.1" |
| 820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 821 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 822 | dependencies = [ |
| 823 | "windows-link", |
| 824 | ] |
| 825 | |
| 826 | [[package]] |
| 827 | name = "windows-strings" |
| 828 | version = "0.5.1" |
| 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 831 | dependencies = [ |
| 832 | "windows-link", |
| 833 | ] |
| 834 | |
| 835 | [[package]] |
| 836 | name = "windows-sys" |
| 837 | version = "0.48.0" |
| 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 840 | dependencies = [ |
| 841 | "windows-targets", |
| 842 | ] |
| 843 | |
| 844 | [[package]] |
| 845 | name = "windows-sys" |
| 846 | version = "0.61.2" |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 849 | dependencies = [ |
| 850 | "windows-link", |
| 851 | ] |
| 852 | |
| 853 | [[package]] |
| 854 | name = "windows-targets" |
| 855 | version = "0.48.5" |
| 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 857 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 858 | dependencies = [ |
| 859 | "windows_aarch64_gnullvm", |
| 860 | "windows_aarch64_msvc", |
| 861 | "windows_i686_gnu", |
| 862 | "windows_i686_msvc", |
| 863 | "windows_x86_64_gnu", |
| 864 | "windows_x86_64_gnullvm", |
| 865 | "windows_x86_64_msvc", |
| 866 | ] |
| 867 | |
| 868 | [[package]] |
| 869 | name = "windows_aarch64_gnullvm" |
| 870 | version = "0.48.5" |
| 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 873 | |
| 874 | [[package]] |
| 875 | name = "windows_aarch64_msvc" |
| 876 | version = "0.48.5" |
| 877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 878 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 879 | |
| 880 | [[package]] |
| 881 | name = "windows_i686_gnu" |
| 882 | version = "0.48.5" |
| 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 884 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 885 | |
| 886 | [[package]] |
| 887 | name = "windows_i686_msvc" |
| 888 | version = "0.48.5" |
| 889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 891 | |
| 892 | [[package]] |
| 893 | name = "windows_x86_64_gnu" |
| 894 | version = "0.48.5" |
| 895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 896 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 897 | |
| 898 | [[package]] |
| 899 | name = "windows_x86_64_gnullvm" |
| 900 | version = "0.48.5" |
| 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 903 | |
| 904 | [[package]] |
| 905 | name = "windows_x86_64_msvc" |
| 906 | version = "0.48.5" |
| 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 909 | |
| 910 | [[package]] |
| 911 | name = "wit-bindgen" |
| 912 | version = "0.51.0" |
| 913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 915 | |
| 916 | [[package]] |
| 917 | name = "zmij" |
| 918 | version = "1.0.14" |
| 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea" |