| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "anstream" |
| 7 | version = "0.6.21" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 10 | dependencies = [ |
| 11 | "anstyle", |
| 12 | "anstyle-parse", |
| 13 | "anstyle-query", |
| 14 | "anstyle-wincon", |
| 15 | "colorchoice", |
| 16 | "is_terminal_polyfill", |
| 17 | "utf8parse", |
| 18 | ] |
| 19 | |
| 20 | [[package]] |
| 21 | name = "anstyle" |
| 22 | version = "1.0.13" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 25 | |
| 26 | [[package]] |
| 27 | name = "anstyle-parse" |
| 28 | version = "0.2.7" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 31 | dependencies = [ |
| 32 | "utf8parse", |
| 33 | ] |
| 34 | |
| 35 | [[package]] |
| 36 | name = "anstyle-query" |
| 37 | version = "1.1.5" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 40 | dependencies = [ |
| 41 | "windows-sys", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
| 45 | name = "anstyle-wincon" |
| 46 | version = "3.0.11" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 49 | dependencies = [ |
| 50 | "anstyle", |
| 51 | "once_cell_polyfill", |
| 52 | "windows-sys", |
| 53 | ] |
| 54 | |
| 55 | [[package]] |
| 56 | name = "anyhow" |
| 57 | version = "1.0.101" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 60 | |
| 61 | [[package]] |
| 62 | name = "bitflags" |
| 63 | version = "2.10.0" |
| 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 66 | |
| 67 | [[package]] |
| 68 | name = "block-buffer" |
| 69 | version = "0.10.4" |
| 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 72 | dependencies = [ |
| 73 | "generic-array", |
| 74 | ] |
| 75 | |
| 76 | [[package]] |
| 77 | name = "byteorder" |
| 78 | version = "1.5.0" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "cbindgen" |
| 84 | version = "0.28.0" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff" |
| 87 | dependencies = [ |
| 88 | "clap", |
| 89 | "heck 0.4.1", |
| 90 | "indexmap", |
| 91 | "log", |
| 92 | "proc-macro2", |
| 93 | "quote", |
| 94 | "serde", |
| 95 | "serde_json", |
| 96 | "syn", |
| 97 | "tempfile", |
| 98 | "toml", |
| 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 = "clap" |
| 109 | version = "4.5.57" |
| 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 | checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" |
| 112 | dependencies = [ |
| 113 | "clap_builder", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
| 117 | name = "clap_builder" |
| 118 | version = "4.5.57" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" |
| 121 | dependencies = [ |
| 122 | "anstream", |
| 123 | "anstyle", |
| 124 | "clap_lex", |
| 125 | "strsim", |
| 126 | ] |
| 127 | |
| 128 | [[package]] |
| 129 | name = "clap_lex" |
| 130 | version = "0.7.7" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 133 | |
| 134 | [[package]] |
| 135 | name = "colorchoice" |
| 136 | version = "1.0.4" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 139 | |
| 140 | [[package]] |
| 141 | name = "cpufeatures" |
| 142 | version = "0.2.17" |
| 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 145 | dependencies = [ |
| 146 | "libc", |
| 147 | ] |
| 148 | |
| 149 | [[package]] |
| 150 | name = "crc" |
| 151 | version = "3.3.0" |
| 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" |
| 154 | dependencies = [ |
| 155 | "crc-catalog", |
| 156 | ] |
| 157 | |
| 158 | [[package]] |
| 159 | name = "crc-catalog" |
| 160 | version = "2.5.0" |
| 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 162 | checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" |
| 163 | |
| 164 | [[package]] |
| 165 | name = "crypto-common" |
| 166 | version = "0.1.7" |
| 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 169 | dependencies = [ |
| 170 | "generic-array", |
| 171 | "typenum", |
| 172 | ] |
| 173 | |
| 174 | [[package]] |
| 175 | name = "digest" |
| 176 | version = "0.10.7" |
| 177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 179 | dependencies = [ |
| 180 | "block-buffer", |
| 181 | "crypto-common", |
| 182 | ] |
| 183 | |
| 184 | [[package]] |
| 185 | name = "equivalent" |
| 186 | version = "1.0.2" |
| 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 189 | |
| 190 | [[package]] |
| 191 | name = "errno" |
| 192 | version = "0.3.14" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 195 | dependencies = [ |
| 196 | "libc", |
| 197 | "windows-sys", |
| 198 | ] |
| 199 | |
| 200 | [[package]] |
| 201 | name = "error" |
| 202 | version = "0.1.0" |
| 203 | dependencies = [ |
| 204 | "static_assertions", |
| 205 | "thiserror", |
| 206 | "zerocopy 0.9.0-alpha.0", |
| 207 | ] |
| 208 | |
| 209 | [[package]] |
| 210 | name = "fastrand" |
| 211 | version = "2.3.0" |
| 212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 214 | |
| 215 | [[package]] |
| 216 | name = "foldhash" |
| 217 | version = "0.1.5" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 220 | |
| 221 | [[package]] |
| 222 | name = "fxhash" |
| 223 | version = "0.2.1" |
| 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| 226 | dependencies = [ |
| 227 | "byteorder", |
| 228 | ] |
| 229 | |
| 230 | [[package]] |
| 231 | name = "generic-array" |
| 232 | version = "0.14.7" |
| 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 235 | dependencies = [ |
| 236 | "typenum", |
| 237 | "version_check", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "getrandom" |
| 242 | version = "0.3.4" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 245 | dependencies = [ |
| 246 | "cfg-if", |
| 247 | "libc", |
| 248 | "r-efi", |
| 249 | "wasip2", |
| 250 | ] |
| 251 | |
| 252 | [[package]] |
| 253 | name = "getrandom" |
| 254 | version = "0.4.1" |
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" |
| 257 | dependencies = [ |
| 258 | "cfg-if", |
| 259 | "libc", |
| 260 | "r-efi", |
| 261 | "wasip2", |
| 262 | "wasip3", |
| 263 | ] |
| 264 | |
| 265 | [[package]] |
| 266 | name = "hashbrown" |
| 267 | version = "0.15.5" |
| 268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 270 | dependencies = [ |
| 271 | "foldhash", |
| 272 | ] |
| 273 | |
| 274 | [[package]] |
| 275 | name = "hashbrown" |
| 276 | version = "0.16.1" |
| 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 279 | |
| 280 | [[package]] |
| 281 | name = "hashers" |
| 282 | version = "1.0.1" |
| 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" |
| 285 | dependencies = [ |
| 286 | "fxhash", |
| 287 | ] |
| 288 | |
| 289 | [[package]] |
| 290 | name = "heck" |
| 291 | version = "0.4.1" |
| 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 294 | |
| 295 | [[package]] |
| 296 | name = "heck" |
| 297 | version = "0.5.0" |
| 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 300 | |
| 301 | [[package]] |
| 302 | name = "hex" |
| 303 | version = "0.4.3" |
| 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 306 | |
| 307 | [[package]] |
| 308 | name = "id-arena" |
| 309 | version = "2.3.0" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 312 | |
| 313 | [[package]] |
| 314 | name = "indexmap" |
| 315 | version = "2.13.0" |
| 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 318 | dependencies = [ |
| 319 | "equivalent", |
| 320 | "hashbrown 0.16.1", |
| 321 | "serde", |
| 322 | "serde_core", |
| 323 | ] |
| 324 | |
| 325 | [[package]] |
| 326 | name = "is_terminal_polyfill" |
| 327 | version = "1.70.2" |
| 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 330 | |
| 331 | [[package]] |
| 332 | name = "itoa" |
| 333 | version = "1.0.17" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 336 | |
| 337 | [[package]] |
| 338 | name = "journal_file" |
| 339 | version = "0.1.0" |
| 340 | dependencies = [ |
| 341 | "error", |
| 342 | "hashers", |
| 343 | "hex", |
| 344 | "lz4_flex", |
| 345 | "lzma-rust2", |
| 346 | "memmap2", |
| 347 | "rand", |
| 348 | "ruzstd", |
| 349 | "siphasher", |
| 350 | "tempfile", |
| 351 | "window_manager", |
| 352 | "zerocopy 0.9.0-alpha.0", |
| 353 | ] |
| 354 | |
| 355 | [[package]] |
| 356 | name = "journal_reader_ffi" |
| 357 | version = "0.1.0" |
| 358 | dependencies = [ |
| 359 | "cbindgen", |
| 360 | "error", |
| 361 | "journal_file", |
| 362 | "memmap2", |
| 363 | "serde_json", |
| 364 | "sigbus", |
| 365 | ] |
| 366 | |
| 367 | [[package]] |
| 368 | name = "leb128fmt" |
| 369 | version = "0.1.0" |
| 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 371 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 372 | |
| 373 | [[package]] |
| 374 | name = "libc" |
| 375 | version = "0.2.181" |
| 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 377 | checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" |
| 378 | |
| 379 | [[package]] |
| 380 | name = "linux-raw-sys" |
| 381 | version = "0.11.0" |
| 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 384 | |
| 385 | [[package]] |
| 386 | name = "log" |
| 387 | version = "0.4.29" |
| 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 390 | |
| 391 | [[package]] |
| 392 | name = "lz4_flex" |
| 393 | version = "0.12.1" |
| 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 | checksum = "98c23545df7ecf1b16c303910a69b079e8e251d60f7dd2cc9b4177f2afaf1746" |
| 396 | |
| 397 | [[package]] |
| 398 | name = "lzma-rust2" |
| 399 | version = "0.15.7" |
| 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 401 | checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69" |
| 402 | dependencies = [ |
| 403 | "crc", |
| 404 | "sha2", |
| 405 | ] |
| 406 | |
| 407 | [[package]] |
| 408 | name = "memchr" |
| 409 | version = "2.8.0" |
| 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 412 | |
| 413 | [[package]] |
| 414 | name = "memmap2" |
| 415 | version = "0.9.9" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" |
| 418 | dependencies = [ |
| 419 | "libc", |
| 420 | ] |
| 421 | |
| 422 | [[package]] |
| 423 | name = "once_cell" |
| 424 | version = "1.21.3" |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 427 | |
| 428 | [[package]] |
| 429 | name = "once_cell_polyfill" |
| 430 | version = "1.70.2" |
| 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 433 | |
| 434 | [[package]] |
| 435 | name = "ppv-lite86" |
| 436 | version = "0.2.21" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 439 | dependencies = [ |
| 440 | "zerocopy 0.8.39", |
| 441 | ] |
| 442 | |
| 443 | [[package]] |
| 444 | name = "prettyplease" |
| 445 | version = "0.2.37" |
| 446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 448 | dependencies = [ |
| 449 | "proc-macro2", |
| 450 | "syn", |
| 451 | ] |
| 452 | |
| 453 | [[package]] |
| 454 | name = "proc-macro2" |
| 455 | version = "1.0.106" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 458 | dependencies = [ |
| 459 | "unicode-ident", |
| 460 | ] |
| 461 | |
| 462 | [[package]] |
| 463 | name = "quote" |
| 464 | version = "1.0.44" |
| 465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 466 | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 467 | dependencies = [ |
| 468 | "proc-macro2", |
| 469 | ] |
| 470 | |
| 471 | [[package]] |
| 472 | name = "r-efi" |
| 473 | version = "5.3.0" |
| 474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 476 | |
| 477 | [[package]] |
| 478 | name = "rand" |
| 479 | version = "0.9.2" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 482 | dependencies = [ |
| 483 | "rand_chacha", |
| 484 | "rand_core", |
| 485 | ] |
| 486 | |
| 487 | [[package]] |
| 488 | name = "rand_chacha" |
| 489 | version = "0.9.0" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 492 | dependencies = [ |
| 493 | "ppv-lite86", |
| 494 | "rand_core", |
| 495 | ] |
| 496 | |
| 497 | [[package]] |
| 498 | name = "rand_core" |
| 499 | version = "0.9.5" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 502 | dependencies = [ |
| 503 | "getrandom 0.3.4", |
| 504 | ] |
| 505 | |
| 506 | [[package]] |
| 507 | name = "rustix" |
| 508 | version = "1.1.3" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 511 | dependencies = [ |
| 512 | "bitflags", |
| 513 | "errno", |
| 514 | "libc", |
| 515 | "linux-raw-sys", |
| 516 | "windows-sys", |
| 517 | ] |
| 518 | |
| 519 | [[package]] |
| 520 | name = "ruzstd" |
| 521 | version = "0.8.2" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" |
| 524 | dependencies = [ |
| 525 | "twox-hash", |
| 526 | ] |
| 527 | |
| 528 | [[package]] |
| 529 | name = "semver" |
| 530 | version = "1.0.27" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 533 | |
| 534 | [[package]] |
| 535 | name = "serde" |
| 536 | version = "1.0.228" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 539 | dependencies = [ |
| 540 | "serde_core", |
| 541 | "serde_derive", |
| 542 | ] |
| 543 | |
| 544 | [[package]] |
| 545 | name = "serde_core" |
| 546 | version = "1.0.228" |
| 547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 548 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 549 | dependencies = [ |
| 550 | "serde_derive", |
| 551 | ] |
| 552 | |
| 553 | [[package]] |
| 554 | name = "serde_derive" |
| 555 | version = "1.0.228" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 558 | dependencies = [ |
| 559 | "proc-macro2", |
| 560 | "quote", |
| 561 | "syn", |
| 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "serde_json" |
| 566 | version = "1.0.149" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 569 | dependencies = [ |
| 570 | "itoa", |
| 571 | "memchr", |
| 572 | "serde", |
| 573 | "serde_core", |
| 574 | "zmij", |
| 575 | ] |
| 576 | |
| 577 | [[package]] |
| 578 | name = "serde_spanned" |
| 579 | version = "0.6.9" |
| 580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 581 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 582 | dependencies = [ |
| 583 | "serde", |
| 584 | ] |
| 585 | |
| 586 | [[package]] |
| 587 | name = "sha2" |
| 588 | version = "0.10.9" |
| 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 590 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 591 | dependencies = [ |
| 592 | "cfg-if", |
| 593 | "cpufeatures", |
| 594 | "digest", |
| 595 | ] |
| 596 | |
| 597 | [[package]] |
| 598 | name = "sigbus" |
| 599 | version = "0.1.0" |
| 600 | dependencies = [ |
| 601 | "error", |
| 602 | "libc", |
| 603 | ] |
| 604 | |
| 605 | [[package]] |
| 606 | name = "siphasher" |
| 607 | version = "1.0.2" |
| 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 609 | checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 610 | |
| 611 | [[package]] |
| 612 | name = "static_assertions" |
| 613 | version = "1.1.0" |
| 614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 615 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 616 | |
| 617 | [[package]] |
| 618 | name = "strsim" |
| 619 | version = "0.11.1" |
| 620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 621 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 622 | |
| 623 | [[package]] |
| 624 | name = "syn" |
| 625 | version = "2.0.114" |
| 626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 627 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 628 | dependencies = [ |
| 629 | "proc-macro2", |
| 630 | "quote", |
| 631 | "unicode-ident", |
| 632 | ] |
| 633 | |
| 634 | [[package]] |
| 635 | name = "tempfile" |
| 636 | version = "3.25.0" |
| 637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 638 | checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" |
| 639 | dependencies = [ |
| 640 | "fastrand", |
| 641 | "getrandom 0.4.1", |
| 642 | "once_cell", |
| 643 | "rustix", |
| 644 | "windows-sys", |
| 645 | ] |
| 646 | |
| 647 | [[package]] |
| 648 | name = "thiserror" |
| 649 | version = "2.0.18" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 652 | dependencies = [ |
| 653 | "thiserror-impl", |
| 654 | ] |
| 655 | |
| 656 | [[package]] |
| 657 | name = "thiserror-impl" |
| 658 | version = "2.0.18" |
| 659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 661 | dependencies = [ |
| 662 | "proc-macro2", |
| 663 | "quote", |
| 664 | "syn", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "toml" |
| 669 | version = "0.8.23" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 672 | dependencies = [ |
| 673 | "serde", |
| 674 | "serde_spanned", |
| 675 | "toml_datetime", |
| 676 | "toml_edit", |
| 677 | ] |
| 678 | |
| 679 | [[package]] |
| 680 | name = "toml_datetime" |
| 681 | version = "0.6.11" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 684 | dependencies = [ |
| 685 | "serde", |
| 686 | ] |
| 687 | |
| 688 | [[package]] |
| 689 | name = "toml_edit" |
| 690 | version = "0.22.27" |
| 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 693 | dependencies = [ |
| 694 | "indexmap", |
| 695 | "serde", |
| 696 | "serde_spanned", |
| 697 | "toml_datetime", |
| 698 | "toml_write", |
| 699 | "winnow", |
| 700 | ] |
| 701 | |
| 702 | [[package]] |
| 703 | name = "toml_write" |
| 704 | version = "0.1.2" |
| 705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 707 | |
| 708 | [[package]] |
| 709 | name = "twox-hash" |
| 710 | version = "2.1.2" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" |
| 713 | |
| 714 | [[package]] |
| 715 | name = "typenum" |
| 716 | version = "1.20.0" |
| 717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 718 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 719 | |
| 720 | [[package]] |
| 721 | name = "unicode-ident" |
| 722 | version = "1.0.23" |
| 723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 724 | checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" |
| 725 | |
| 726 | [[package]] |
| 727 | name = "unicode-xid" |
| 728 | version = "0.2.6" |
| 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 731 | |
| 732 | [[package]] |
| 733 | name = "utf8parse" |
| 734 | version = "0.2.2" |
| 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 736 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 737 | |
| 738 | [[package]] |
| 739 | name = "version_check" |
| 740 | version = "0.9.5" |
| 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 742 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 743 | |
| 744 | [[package]] |
| 745 | name = "wasip2" |
| 746 | version = "1.0.2+wasi-0.2.9" |
| 747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 748 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 749 | dependencies = [ |
| 750 | "wit-bindgen", |
| 751 | ] |
| 752 | |
| 753 | [[package]] |
| 754 | name = "wasip3" |
| 755 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 758 | dependencies = [ |
| 759 | "wit-bindgen", |
| 760 | ] |
| 761 | |
| 762 | [[package]] |
| 763 | name = "wasm-encoder" |
| 764 | version = "0.244.0" |
| 765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 766 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 767 | dependencies = [ |
| 768 | "leb128fmt", |
| 769 | "wasmparser", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "wasm-metadata" |
| 774 | version = "0.244.0" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 777 | dependencies = [ |
| 778 | "anyhow", |
| 779 | "indexmap", |
| 780 | "wasm-encoder", |
| 781 | "wasmparser", |
| 782 | ] |
| 783 | |
| 784 | [[package]] |
| 785 | name = "wasmparser" |
| 786 | version = "0.244.0" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 789 | dependencies = [ |
| 790 | "bitflags", |
| 791 | "hashbrown 0.15.5", |
| 792 | "indexmap", |
| 793 | "semver", |
| 794 | ] |
| 795 | |
| 796 | [[package]] |
| 797 | name = "window_manager" |
| 798 | version = "0.1.0" |
| 799 | dependencies = [ |
| 800 | "error", |
| 801 | "memmap2", |
| 802 | ] |
| 803 | |
| 804 | [[package]] |
| 805 | name = "windows-link" |
| 806 | version = "0.2.1" |
| 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 809 | |
| 810 | [[package]] |
| 811 | name = "windows-sys" |
| 812 | version = "0.61.2" |
| 813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 814 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 815 | dependencies = [ |
| 816 | "windows-link", |
| 817 | ] |
| 818 | |
| 819 | [[package]] |
| 820 | name = "winnow" |
| 821 | version = "0.7.14" |
| 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 824 | dependencies = [ |
| 825 | "memchr", |
| 826 | ] |
| 827 | |
| 828 | [[package]] |
| 829 | name = "wit-bindgen" |
| 830 | version = "0.51.0" |
| 831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 832 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 833 | dependencies = [ |
| 834 | "wit-bindgen-rust-macro", |
| 835 | ] |
| 836 | |
| 837 | [[package]] |
| 838 | name = "wit-bindgen-core" |
| 839 | version = "0.51.0" |
| 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 841 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 842 | dependencies = [ |
| 843 | "anyhow", |
| 844 | "heck 0.5.0", |
| 845 | "wit-parser", |
| 846 | ] |
| 847 | |
| 848 | [[package]] |
| 849 | name = "wit-bindgen-rust" |
| 850 | version = "0.51.0" |
| 851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 852 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 853 | dependencies = [ |
| 854 | "anyhow", |
| 855 | "heck 0.5.0", |
| 856 | "indexmap", |
| 857 | "prettyplease", |
| 858 | "syn", |
| 859 | "wasm-metadata", |
| 860 | "wit-bindgen-core", |
| 861 | "wit-component", |
| 862 | ] |
| 863 | |
| 864 | [[package]] |
| 865 | name = "wit-bindgen-rust-macro" |
| 866 | version = "0.51.0" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 869 | dependencies = [ |
| 870 | "anyhow", |
| 871 | "prettyplease", |
| 872 | "proc-macro2", |
| 873 | "quote", |
| 874 | "syn", |
| 875 | "wit-bindgen-core", |
| 876 | "wit-bindgen-rust", |
| 877 | ] |
| 878 | |
| 879 | [[package]] |
| 880 | name = "wit-component" |
| 881 | version = "0.244.0" |
| 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 883 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 884 | dependencies = [ |
| 885 | "anyhow", |
| 886 | "bitflags", |
| 887 | "indexmap", |
| 888 | "log", |
| 889 | "serde", |
| 890 | "serde_derive", |
| 891 | "serde_json", |
| 892 | "wasm-encoder", |
| 893 | "wasm-metadata", |
| 894 | "wasmparser", |
| 895 | "wit-parser", |
| 896 | ] |
| 897 | |
| 898 | [[package]] |
| 899 | name = "wit-parser" |
| 900 | version = "0.244.0" |
| 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 903 | dependencies = [ |
| 904 | "anyhow", |
| 905 | "id-arena", |
| 906 | "indexmap", |
| 907 | "log", |
| 908 | "semver", |
| 909 | "serde", |
| 910 | "serde_derive", |
| 911 | "serde_json", |
| 912 | "unicode-xid", |
| 913 | "wasmparser", |
| 914 | ] |
| 915 | |
| 916 | [[package]] |
| 917 | name = "zerocopy" |
| 918 | version = "0.8.39" |
| 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" |
| 921 | dependencies = [ |
| 922 | "zerocopy-derive 0.8.39", |
| 923 | ] |
| 924 | |
| 925 | [[package]] |
| 926 | name = "zerocopy" |
| 927 | version = "0.9.0-alpha.0" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "3c9c378180b968f2e98efa0c4bba8c49fd4cd247dc82a7f01e72dc137d447d8c" |
| 930 | dependencies = [ |
| 931 | "zerocopy-derive 0.9.0-alpha.0", |
| 932 | ] |
| 933 | |
| 934 | [[package]] |
| 935 | name = "zerocopy-derive" |
| 936 | version = "0.8.39" |
| 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 938 | checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" |
| 939 | dependencies = [ |
| 940 | "proc-macro2", |
| 941 | "quote", |
| 942 | "syn", |
| 943 | ] |
| 944 | |
| 945 | [[package]] |
| 946 | name = "zerocopy-derive" |
| 947 | version = "0.9.0-alpha.0" |
| 948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 949 | checksum = "36811c5ea90dd441f941919fc99163e702f150a8e1495d72a268106a0100df09" |
| 950 | dependencies = [ |
| 951 | "proc-macro2", |
| 952 | "quote", |
| 953 | "syn", |
| 954 | ] |
| 955 | |
| 956 | [[package]] |
| 957 | name = "zmij" |
| 958 | version = "1.0.20" |
| 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 960 | checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" |