| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "anyhow" |
| 7 |
version = "1.0.102" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 10 |
|
| 11 |
[[package]] |
| 12 |
name = "bitflags" |
| 13 |
version = "2.11.0" |
| 14 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 16 |
|
| 17 |
[[package]] |
| 18 |
name = "cfg-if" |
| 19 |
version = "1.0.4" |
| 20 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 22 |
|
| 23 |
[[package]] |
| 24 |
name = "equivalent" |
| 25 |
version = "1.0.2" |
| 26 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 28 |
|
| 29 |
[[package]] |
| 30 |
name = "errno" |
| 31 |
version = "0.3.14" |
| 32 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 34 |
dependencies = [ |
| 35 |
"libc", |
| 36 |
"windows-sys", |
| 37 |
] |
| 38 |
|
| 39 |
[[package]] |
| 40 |
name = "fastrand" |
| 41 |
version = "2.3.0" |
| 42 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 44 |
|
| 45 |
[[package]] |
| 46 |
name = "foldhash" |
| 47 |
version = "0.1.5" |
| 48 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 50 |
|
| 51 |
[[package]] |
| 52 |
name = "getrandom" |
| 53 |
version = "0.4.2" |
| 54 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 55 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 56 |
dependencies = [ |
| 57 |
"cfg-if", |
| 58 |
"libc", |
| 59 |
"r-efi", |
| 60 |
"wasip2", |
| 61 |
"wasip3", |
| 62 |
] |
| 63 |
|
| 64 |
[[package]] |
| 65 |
name = "hashbrown" |
| 66 |
version = "0.15.5" |
| 67 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 69 |
dependencies = [ |
| 70 |
"foldhash", |
| 71 |
] |
| 72 |
|
| 73 |
[[package]] |
| 74 |
name = "hashbrown" |
| 75 |
version = "0.16.1" |
| 76 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 78 |
|
| 79 |
[[package]] |
| 80 |
name = "heck" |
| 81 |
version = "0.5.0" |
| 82 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 84 |
|
| 85 |
[[package]] |
| 86 |
name = "id-arena" |
| 87 |
version = "2.3.0" |
| 88 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 90 |
|
| 91 |
[[package]] |
| 92 |
name = "indexmap" |
| 93 |
version = "2.13.0" |
| 94 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 |
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 96 |
dependencies = [ |
| 97 |
"equivalent", |
| 98 |
"hashbrown 0.16.1", |
| 99 |
"serde", |
| 100 |
"serde_core", |
| 101 |
] |
| 102 |
|
| 103 |
[[package]] |
| 104 |
name = "itoa" |
| 105 |
version = "1.0.18" |
| 106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 108 |
|
| 109 |
[[package]] |
| 110 |
name = "leb128fmt" |
| 111 |
version = "0.1.0" |
| 112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 114 |
|
| 115 |
[[package]] |
| 116 |
name = "libc" |
| 117 |
version = "0.2.183" |
| 118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 |
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 120 |
|
| 121 |
[[package]] |
| 122 |
name = "linux-raw-sys" |
| 123 |
version = "0.12.1" |
| 124 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 126 |
|
| 127 |
[[package]] |
| 128 |
name = "log" |
| 129 |
version = "0.4.29" |
| 130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 132 |
|
| 133 |
[[package]] |
| 134 |
name = "memchr" |
| 135 |
version = "2.8.0" |
| 136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 138 |
|
| 139 |
[[package]] |
| 140 |
name = "once_cell" |
| 141 |
version = "1.21.4" |
| 142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 144 |
|
| 145 |
[[package]] |
| 146 |
name = "prettyplease" |
| 147 |
version = "0.2.37" |
| 148 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 150 |
dependencies = [ |
| 151 |
"proc-macro2", |
| 152 |
"syn", |
| 153 |
] |
| 154 |
|
| 155 |
[[package]] |
| 156 |
name = "proc-macro2" |
| 157 |
version = "1.0.106" |
| 158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 160 |
dependencies = [ |
| 161 |
"unicode-ident", |
| 162 |
] |
| 163 |
|
| 164 |
[[package]] |
| 165 |
name = "quote" |
| 166 |
version = "1.0.45" |
| 167 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 169 |
dependencies = [ |
| 170 |
"proc-macro2", |
| 171 |
] |
| 172 |
|
| 173 |
[[package]] |
| 174 |
name = "r-efi" |
| 175 |
version = "6.0.0" |
| 176 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 178 |
|
| 179 |
[[package]] |
| 180 |
name = "rustix" |
| 181 |
version = "1.1.4" |
| 182 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 183 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 184 |
dependencies = [ |
| 185 |
"bitflags", |
| 186 |
"errno", |
| 187 |
"libc", |
| 188 |
"linux-raw-sys", |
| 189 |
"windows-sys", |
| 190 |
] |
| 191 |
|
| 192 |
[[package]] |
| 193 |
name = "semver" |
| 194 |
version = "1.0.27" |
| 195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 |
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 197 |
|
| 198 |
[[package]] |
| 199 |
name = "serde" |
| 200 |
version = "1.0.228" |
| 201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 203 |
dependencies = [ |
| 204 |
"serde_core", |
| 205 |
"serde_derive", |
| 206 |
] |
| 207 |
|
| 208 |
[[package]] |
| 209 |
name = "serde_core" |
| 210 |
version = "1.0.228" |
| 211 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 213 |
dependencies = [ |
| 214 |
"serde_derive", |
| 215 |
] |
| 216 |
|
| 217 |
[[package]] |
| 218 |
name = "serde_derive" |
| 219 |
version = "1.0.228" |
| 220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 222 |
dependencies = [ |
| 223 |
"proc-macro2", |
| 224 |
"quote", |
| 225 |
"syn", |
| 226 |
] |
| 227 |
|
| 228 |
[[package]] |
| 229 |
name = "serde_json" |
| 230 |
version = "1.0.149" |
| 231 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 233 |
dependencies = [ |
| 234 |
"itoa", |
| 235 |
"memchr", |
| 236 |
"serde", |
| 237 |
"serde_core", |
| 238 |
"zmij", |
| 239 |
] |
| 240 |
|
| 241 |
[[package]] |
| 242 |
name = "serde_spanned" |
| 243 |
version = "0.6.9" |
| 244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 245 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 246 |
dependencies = [ |
| 247 |
"serde", |
| 248 |
] |
| 249 |
|
| 250 |
[[package]] |
| 251 |
name = "syn" |
| 252 |
version = "2.0.117" |
| 253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 254 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 255 |
dependencies = [ |
| 256 |
"proc-macro2", |
| 257 |
"quote", |
| 258 |
"unicode-ident", |
| 259 |
] |
| 260 |
|
| 261 |
[[package]] |
| 262 |
name = "tempfile" |
| 263 |
version = "3.27.0" |
| 264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 266 |
dependencies = [ |
| 267 |
"fastrand", |
| 268 |
"getrandom", |
| 269 |
"once_cell", |
| 270 |
"rustix", |
| 271 |
"windows-sys", |
| 272 |
] |
| 273 |
|
| 274 |
[[package]] |
| 275 |
name = "theme-common" |
| 276 |
version = "0.3.1" |
| 277 |
dependencies = [ |
| 278 |
"serde", |
| 279 |
"tempfile", |
| 280 |
"toml", |
| 281 |
] |
| 282 |
|
| 283 |
[[package]] |
| 284 |
name = "toml" |
| 285 |
version = "0.8.23" |
| 286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 |
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 288 |
dependencies = [ |
| 289 |
"serde", |
| 290 |
"serde_spanned", |
| 291 |
"toml_datetime", |
| 292 |
"toml_edit", |
| 293 |
] |
| 294 |
|
| 295 |
[[package]] |
| 296 |
name = "toml_datetime" |
| 297 |
version = "0.6.11" |
| 298 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 |
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 300 |
dependencies = [ |
| 301 |
"serde", |
| 302 |
] |
| 303 |
|
| 304 |
[[package]] |
| 305 |
name = "toml_edit" |
| 306 |
version = "0.22.27" |
| 307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 |
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 309 |
dependencies = [ |
| 310 |
"indexmap", |
| 311 |
"serde", |
| 312 |
"serde_spanned", |
| 313 |
"toml_datetime", |
| 314 |
"toml_write", |
| 315 |
"winnow", |
| 316 |
] |
| 317 |
|
| 318 |
[[package]] |
| 319 |
name = "toml_write" |
| 320 |
version = "0.1.2" |
| 321 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 |
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 323 |
|
| 324 |
[[package]] |
| 325 |
name = "unicode-ident" |
| 326 |
version = "1.0.24" |
| 327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 329 |
|
| 330 |
[[package]] |
| 331 |
name = "unicode-xid" |
| 332 |
version = "0.2.6" |
| 333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 335 |
|
| 336 |
[[package]] |
| 337 |
name = "wasip2" |
| 338 |
version = "1.0.2+wasi-0.2.9" |
| 339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 341 |
dependencies = [ |
| 342 |
"wit-bindgen", |
| 343 |
] |
| 344 |
|
| 345 |
[[package]] |
| 346 |
name = "wasip3" |
| 347 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 349 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 350 |
dependencies = [ |
| 351 |
"wit-bindgen", |
| 352 |
] |
| 353 |
|
| 354 |
[[package]] |
| 355 |
name = "wasm-encoder" |
| 356 |
version = "0.244.0" |
| 357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 359 |
dependencies = [ |
| 360 |
"leb128fmt", |
| 361 |
"wasmparser", |
| 362 |
] |
| 363 |
|
| 364 |
[[package]] |
| 365 |
name = "wasm-metadata" |
| 366 |
version = "0.244.0" |
| 367 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 369 |
dependencies = [ |
| 370 |
"anyhow", |
| 371 |
"indexmap", |
| 372 |
"wasm-encoder", |
| 373 |
"wasmparser", |
| 374 |
] |
| 375 |
|
| 376 |
[[package]] |
| 377 |
name = "wasmparser" |
| 378 |
version = "0.244.0" |
| 379 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 380 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 381 |
dependencies = [ |
| 382 |
"bitflags", |
| 383 |
"hashbrown 0.15.5", |
| 384 |
"indexmap", |
| 385 |
"semver", |
| 386 |
] |
| 387 |
|
| 388 |
[[package]] |
| 389 |
name = "windows-link" |
| 390 |
version = "0.2.1" |
| 391 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 392 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 393 |
|
| 394 |
[[package]] |
| 395 |
name = "windows-sys" |
| 396 |
version = "0.61.2" |
| 397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 398 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 399 |
dependencies = [ |
| 400 |
"windows-link", |
| 401 |
] |
| 402 |
|
| 403 |
[[package]] |
| 404 |
name = "winnow" |
| 405 |
version = "0.7.15" |
| 406 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 408 |
dependencies = [ |
| 409 |
"memchr", |
| 410 |
] |
| 411 |
|
| 412 |
[[package]] |
| 413 |
name = "wit-bindgen" |
| 414 |
version = "0.51.0" |
| 415 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 416 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 417 |
dependencies = [ |
| 418 |
"wit-bindgen-rust-macro", |
| 419 |
] |
| 420 |
|
| 421 |
[[package]] |
| 422 |
name = "wit-bindgen-core" |
| 423 |
version = "0.51.0" |
| 424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 426 |
dependencies = [ |
| 427 |
"anyhow", |
| 428 |
"heck", |
| 429 |
"wit-parser", |
| 430 |
] |
| 431 |
|
| 432 |
[[package]] |
| 433 |
name = "wit-bindgen-rust" |
| 434 |
version = "0.51.0" |
| 435 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 437 |
dependencies = [ |
| 438 |
"anyhow", |
| 439 |
"heck", |
| 440 |
"indexmap", |
| 441 |
"prettyplease", |
| 442 |
"syn", |
| 443 |
"wasm-metadata", |
| 444 |
"wit-bindgen-core", |
| 445 |
"wit-component", |
| 446 |
] |
| 447 |
|
| 448 |
[[package]] |
| 449 |
name = "wit-bindgen-rust-macro" |
| 450 |
version = "0.51.0" |
| 451 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 453 |
dependencies = [ |
| 454 |
"anyhow", |
| 455 |
"prettyplease", |
| 456 |
"proc-macro2", |
| 457 |
"quote", |
| 458 |
"syn", |
| 459 |
"wit-bindgen-core", |
| 460 |
"wit-bindgen-rust", |
| 461 |
] |
| 462 |
|
| 463 |
[[package]] |
| 464 |
name = "wit-component" |
| 465 |
version = "0.244.0" |
| 466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 468 |
dependencies = [ |
| 469 |
"anyhow", |
| 470 |
"bitflags", |
| 471 |
"indexmap", |
| 472 |
"log", |
| 473 |
"serde", |
| 474 |
"serde_derive", |
| 475 |
"serde_json", |
| 476 |
"wasm-encoder", |
| 477 |
"wasm-metadata", |
| 478 |
"wasmparser", |
| 479 |
"wit-parser", |
| 480 |
] |
| 481 |
|
| 482 |
[[package]] |
| 483 |
name = "wit-parser" |
| 484 |
version = "0.244.0" |
| 485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 487 |
dependencies = [ |
| 488 |
"anyhow", |
| 489 |
"id-arena", |
| 490 |
"indexmap", |
| 491 |
"log", |
| 492 |
"semver", |
| 493 |
"serde", |
| 494 |
"serde_derive", |
| 495 |
"serde_json", |
| 496 |
"unicode-xid", |
| 497 |
"wasmparser", |
| 498 |
] |
| 499 |
|
| 500 |
[[package]] |
| 501 |
name = "zmij" |
| 502 |
version = "1.0.21" |
| 503 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 505 |
|