| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "ahash" |
| 7 | version = "0.7.8" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
| 10 | dependencies = [ |
| 11 | "getrandom 0.2.17", |
| 12 | "once_cell", |
| 13 | "version_check", |
| 14 | ] |
| 15 | |
| 16 | [[package]] |
| 17 | name = "anyhow" |
| 18 | version = "1.0.102" |
| 19 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 20 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 21 | |
| 22 | [[package]] |
| 23 | name = "arrayvec" |
| 24 | version = "0.7.6" |
| 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 26 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 27 | |
| 28 | [[package]] |
| 29 | name = "autocfg" |
| 30 | version = "1.5.0" |
| 31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 32 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 33 | |
| 34 | [[package]] |
| 35 | name = "bitflags" |
| 36 | version = "2.11.1" |
| 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 | checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" |
| 39 | |
| 40 | [[package]] |
| 41 | name = "bitvec" |
| 42 | version = "1.0.1" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| 45 | dependencies = [ |
| 46 | "funty", |
| 47 | "radium", |
| 48 | "tap", |
| 49 | "wyz", |
| 50 | ] |
| 51 | |
| 52 | [[package]] |
| 53 | name = "borsh" |
| 54 | version = "1.6.1" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" |
| 57 | dependencies = [ |
| 58 | "borsh-derive", |
| 59 | "bytes", |
| 60 | "cfg_aliases", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
| 64 | name = "borsh-derive" |
| 65 | version = "1.6.1" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59" |
| 68 | dependencies = [ |
| 69 | "once_cell", |
| 70 | "proc-macro-crate", |
| 71 | "proc-macro2", |
| 72 | "quote", |
| 73 | "syn 2.0.117", |
| 74 | ] |
| 75 | |
| 76 | [[package]] |
| 77 | name = "bumpalo" |
| 78 | version = "3.20.2" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "byte-unit" |
| 84 | version = "5.2.0" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d" |
| 87 | dependencies = [ |
| 88 | "rust_decimal", |
| 89 | "schemars", |
| 90 | "serde", |
| 91 | "utf8-width", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "bytecheck" |
| 96 | version = "0.6.12" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" |
| 99 | dependencies = [ |
| 100 | "bytecheck_derive", |
| 101 | "ptr_meta", |
| 102 | "simdutf8", |
| 103 | ] |
| 104 | |
| 105 | [[package]] |
| 106 | name = "bytecheck_derive" |
| 107 | version = "0.6.12" |
| 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 109 | checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" |
| 110 | dependencies = [ |
| 111 | "proc-macro2", |
| 112 | "quote", |
| 113 | "syn 1.0.109", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
| 117 | name = "bytes" |
| 118 | version = "1.11.1" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 121 | |
| 122 | [[package]] |
| 123 | name = "cfg-if" |
| 124 | version = "1.0.4" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 127 | |
| 128 | [[package]] |
| 129 | name = "cfg_aliases" |
| 130 | version = "0.2.1" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 133 | |
| 134 | [[package]] |
| 135 | name = "dyn-clone" |
| 136 | version = "1.0.20" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 139 | |
| 140 | [[package]] |
| 141 | name = "equivalent" |
| 142 | version = "1.0.2" |
| 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 145 | |
| 146 | [[package]] |
| 147 | name = "foldhash" |
| 148 | version = "0.1.5" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 151 | |
| 152 | [[package]] |
| 153 | name = "funty" |
| 154 | version = "2.0.0" |
| 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| 157 | |
| 158 | [[package]] |
| 159 | name = "getrandom" |
| 160 | version = "0.2.17" |
| 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 162 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 163 | dependencies = [ |
| 164 | "cfg-if", |
| 165 | "libc", |
| 166 | "wasi", |
| 167 | ] |
| 168 | |
| 169 | [[package]] |
| 170 | name = "getrandom" |
| 171 | version = "0.4.2" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 174 | dependencies = [ |
| 175 | "cfg-if", |
| 176 | "libc", |
| 177 | "r-efi", |
| 178 | "wasip2", |
| 179 | "wasip3", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "hashbrown" |
| 184 | version = "0.12.3" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 187 | dependencies = [ |
| 188 | "ahash", |
| 189 | ] |
| 190 | |
| 191 | [[package]] |
| 192 | name = "hashbrown" |
| 193 | version = "0.15.5" |
| 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 195 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 196 | dependencies = [ |
| 197 | "foldhash", |
| 198 | ] |
| 199 | |
| 200 | [[package]] |
| 201 | name = "hashbrown" |
| 202 | version = "0.17.0" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 205 | |
| 206 | [[package]] |
| 207 | name = "heck" |
| 208 | version = "0.5.0" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 211 | |
| 212 | [[package]] |
| 213 | name = "id-arena" |
| 214 | version = "2.3.0" |
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 217 | |
| 218 | [[package]] |
| 219 | name = "indexmap" |
| 220 | version = "2.14.0" |
| 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 222 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 223 | dependencies = [ |
| 224 | "equivalent", |
| 225 | "hashbrown 0.17.0", |
| 226 | "serde", |
| 227 | "serde_core", |
| 228 | ] |
| 229 | |
| 230 | [[package]] |
| 231 | name = "itoa" |
| 232 | version = "1.0.18" |
| 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 235 | |
| 236 | [[package]] |
| 237 | name = "js-sys" |
| 238 | version = "0.3.95" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" |
| 241 | dependencies = [ |
| 242 | "once_cell", |
| 243 | "wasm-bindgen", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
| 247 | name = "leb128fmt" |
| 248 | version = "0.1.0" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 251 | |
| 252 | [[package]] |
| 253 | name = "libc" |
| 254 | version = "0.2.185" |
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" |
| 257 | |
| 258 | [[package]] |
| 259 | name = "log" |
| 260 | version = "0.4.29" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 263 | |
| 264 | [[package]] |
| 265 | name = "memchr" |
| 266 | version = "2.8.0" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 269 | |
| 270 | [[package]] |
| 271 | name = "num-traits" |
| 272 | version = "0.2.19" |
| 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 274 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 275 | dependencies = [ |
| 276 | "autocfg", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "once_cell" |
| 281 | version = "1.21.4" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 284 | |
| 285 | [[package]] |
| 286 | name = "ppv-lite86" |
| 287 | version = "0.2.21" |
| 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 289 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 290 | dependencies = [ |
| 291 | "zerocopy", |
| 292 | ] |
| 293 | |
| 294 | [[package]] |
| 295 | name = "prettyplease" |
| 296 | version = "0.2.37" |
| 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 298 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 299 | dependencies = [ |
| 300 | "proc-macro2", |
| 301 | "syn 2.0.117", |
| 302 | ] |
| 303 | |
| 304 | [[package]] |
| 305 | name = "proc-macro-crate" |
| 306 | version = "3.5.0" |
| 307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 | checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| 309 | dependencies = [ |
| 310 | "toml_edit", |
| 311 | ] |
| 312 | |
| 313 | [[package]] |
| 314 | name = "proc-macro2" |
| 315 | version = "1.0.106" |
| 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 318 | dependencies = [ |
| 319 | "unicode-ident", |
| 320 | ] |
| 321 | |
| 322 | [[package]] |
| 323 | name = "ptr_meta" |
| 324 | version = "0.1.4" |
| 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 326 | checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
| 327 | dependencies = [ |
| 328 | "ptr_meta_derive", |
| 329 | ] |
| 330 | |
| 331 | [[package]] |
| 332 | name = "ptr_meta_derive" |
| 333 | version = "0.1.4" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
| 336 | dependencies = [ |
| 337 | "proc-macro2", |
| 338 | "quote", |
| 339 | "syn 1.0.109", |
| 340 | ] |
| 341 | |
| 342 | [[package]] |
| 343 | name = "quote" |
| 344 | version = "1.0.45" |
| 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 346 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 347 | dependencies = [ |
| 348 | "proc-macro2", |
| 349 | ] |
| 350 | |
| 351 | [[package]] |
| 352 | name = "r-efi" |
| 353 | version = "6.0.0" |
| 354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 355 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 356 | |
| 357 | [[package]] |
| 358 | name = "radium" |
| 359 | version = "0.7.0" |
| 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| 362 | |
| 363 | [[package]] |
| 364 | name = "rand" |
| 365 | version = "0.8.6" |
| 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 367 | checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| 368 | dependencies = [ |
| 369 | "libc", |
| 370 | "rand_chacha", |
| 371 | "rand_core", |
| 372 | ] |
| 373 | |
| 374 | [[package]] |
| 375 | name = "rand_chacha" |
| 376 | version = "0.3.1" |
| 377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 379 | dependencies = [ |
| 380 | "ppv-lite86", |
| 381 | "rand_core", |
| 382 | ] |
| 383 | |
| 384 | [[package]] |
| 385 | name = "rand_core" |
| 386 | version = "0.6.4" |
| 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 388 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 389 | dependencies = [ |
| 390 | "getrandom 0.2.17", |
| 391 | ] |
| 392 | |
| 393 | [[package]] |
| 394 | name = "ref-cast" |
| 395 | version = "1.0.25" |
| 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 398 | dependencies = [ |
| 399 | "ref-cast-impl", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "ref-cast-impl" |
| 404 | version = "1.0.25" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 407 | dependencies = [ |
| 408 | "proc-macro2", |
| 409 | "quote", |
| 410 | "syn 2.0.117", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
| 414 | name = "rend" |
| 415 | version = "0.4.2" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" |
| 418 | dependencies = [ |
| 419 | "bytecheck", |
| 420 | ] |
| 421 | |
| 422 | [[package]] |
| 423 | name = "rkyv" |
| 424 | version = "0.7.46" |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" |
| 427 | dependencies = [ |
| 428 | "bitvec", |
| 429 | "bytecheck", |
| 430 | "bytes", |
| 431 | "hashbrown 0.12.3", |
| 432 | "ptr_meta", |
| 433 | "rend", |
| 434 | "rkyv_derive", |
| 435 | "seahash", |
| 436 | "tinyvec", |
| 437 | "uuid", |
| 438 | ] |
| 439 | |
| 440 | [[package]] |
| 441 | name = "rkyv_derive" |
| 442 | version = "0.7.46" |
| 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 | checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" |
| 445 | dependencies = [ |
| 446 | "proc-macro2", |
| 447 | "quote", |
| 448 | "syn 1.0.109", |
| 449 | ] |
| 450 | |
| 451 | [[package]] |
| 452 | name = "rust_decimal" |
| 453 | version = "1.41.0" |
| 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" |
| 456 | dependencies = [ |
| 457 | "arrayvec", |
| 458 | "borsh", |
| 459 | "bytes", |
| 460 | "num-traits", |
| 461 | "rand", |
| 462 | "rkyv", |
| 463 | "serde", |
| 464 | "serde_json", |
| 465 | "wasm-bindgen", |
| 466 | ] |
| 467 | |
| 468 | [[package]] |
| 469 | name = "rustversion" |
| 470 | version = "1.0.22" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 473 | |
| 474 | [[package]] |
| 475 | name = "schemars" |
| 476 | version = "1.2.1" |
| 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 478 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 479 | dependencies = [ |
| 480 | "dyn-clone", |
| 481 | "ref-cast", |
| 482 | "serde", |
| 483 | "serde_json", |
| 484 | ] |
| 485 | |
| 486 | [[package]] |
| 487 | name = "seahash" |
| 488 | version = "4.1.0" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| 491 | |
| 492 | [[package]] |
| 493 | name = "semver" |
| 494 | version = "1.0.28" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 497 | |
| 498 | [[package]] |
| 499 | name = "serde" |
| 500 | version = "1.0.228" |
| 501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 503 | dependencies = [ |
| 504 | "serde_core", |
| 505 | "serde_derive", |
| 506 | ] |
| 507 | |
| 508 | [[package]] |
| 509 | name = "serde_core" |
| 510 | version = "1.0.228" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 513 | dependencies = [ |
| 514 | "serde_derive", |
| 515 | ] |
| 516 | |
| 517 | [[package]] |
| 518 | name = "serde_derive" |
| 519 | version = "1.0.228" |
| 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 522 | dependencies = [ |
| 523 | "proc-macro2", |
| 524 | "quote", |
| 525 | "syn 2.0.117", |
| 526 | ] |
| 527 | |
| 528 | [[package]] |
| 529 | name = "serde_json" |
| 530 | version = "1.0.149" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 533 | dependencies = [ |
| 534 | "itoa", |
| 535 | "memchr", |
| 536 | "serde", |
| 537 | "serde_core", |
| 538 | "zmij", |
| 539 | ] |
| 540 | |
| 541 | [[package]] |
| 542 | name = "session-sharing-protocol" |
| 543 | version = "0.0.0" |
| 544 | dependencies = [ |
| 545 | "byte-unit", |
| 546 | "serde", |
| 547 | "serde_json", |
| 548 | "uuid", |
| 549 | ] |
| 550 | |
| 551 | [[package]] |
| 552 | name = "simdutf8" |
| 553 | version = "0.1.5" |
| 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 | checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 556 | |
| 557 | [[package]] |
| 558 | name = "syn" |
| 559 | version = "1.0.109" |
| 560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 561 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 562 | dependencies = [ |
| 563 | "proc-macro2", |
| 564 | "quote", |
| 565 | "unicode-ident", |
| 566 | ] |
| 567 | |
| 568 | [[package]] |
| 569 | name = "syn" |
| 570 | version = "2.0.117" |
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 573 | dependencies = [ |
| 574 | "proc-macro2", |
| 575 | "quote", |
| 576 | "unicode-ident", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
| 580 | name = "tap" |
| 581 | version = "1.0.1" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| 584 | |
| 585 | [[package]] |
| 586 | name = "tinyvec" |
| 587 | version = "1.11.0" |
| 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 590 | dependencies = [ |
| 591 | "tinyvec_macros", |
| 592 | ] |
| 593 | |
| 594 | [[package]] |
| 595 | name = "tinyvec_macros" |
| 596 | version = "0.1.1" |
| 597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 598 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 599 | |
| 600 | [[package]] |
| 601 | name = "toml_datetime" |
| 602 | version = "1.1.1+spec-1.1.0" |
| 603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 604 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 605 | dependencies = [ |
| 606 | "serde_core", |
| 607 | ] |
| 608 | |
| 609 | [[package]] |
| 610 | name = "toml_edit" |
| 611 | version = "0.25.11+spec-1.1.0" |
| 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 | checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" |
| 614 | dependencies = [ |
| 615 | "indexmap", |
| 616 | "toml_datetime", |
| 617 | "toml_parser", |
| 618 | "winnow", |
| 619 | ] |
| 620 | |
| 621 | [[package]] |
| 622 | name = "toml_parser" |
| 623 | version = "1.1.2+spec-1.1.0" |
| 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 626 | dependencies = [ |
| 627 | "winnow", |
| 628 | ] |
| 629 | |
| 630 | [[package]] |
| 631 | name = "unicode-ident" |
| 632 | version = "1.0.24" |
| 633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 634 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 635 | |
| 636 | [[package]] |
| 637 | name = "unicode-xid" |
| 638 | version = "0.2.6" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 641 | |
| 642 | [[package]] |
| 643 | name = "utf8-width" |
| 644 | version = "0.1.8" |
| 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 | checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" |
| 647 | |
| 648 | [[package]] |
| 649 | name = "uuid" |
| 650 | version = "1.23.1" |
| 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 | checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" |
| 653 | dependencies = [ |
| 654 | "getrandom 0.4.2", |
| 655 | "js-sys", |
| 656 | "serde_core", |
| 657 | "wasm-bindgen", |
| 658 | ] |
| 659 | |
| 660 | [[package]] |
| 661 | name = "version_check" |
| 662 | version = "0.9.5" |
| 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 665 | |
| 666 | [[package]] |
| 667 | name = "wasi" |
| 668 | version = "0.11.1+wasi-snapshot-preview1" |
| 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 671 | |
| 672 | [[package]] |
| 673 | name = "wasip2" |
| 674 | version = "1.0.3+wasi-0.2.9" |
| 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 677 | dependencies = [ |
| 678 | "wit-bindgen 0.57.1", |
| 679 | ] |
| 680 | |
| 681 | [[package]] |
| 682 | name = "wasip3" |
| 683 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 685 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 686 | dependencies = [ |
| 687 | "wit-bindgen 0.51.0", |
| 688 | ] |
| 689 | |
| 690 | [[package]] |
| 691 | name = "wasm-bindgen" |
| 692 | version = "0.2.118" |
| 693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 694 | checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" |
| 695 | dependencies = [ |
| 696 | "cfg-if", |
| 697 | "once_cell", |
| 698 | "rustversion", |
| 699 | "wasm-bindgen-macro", |
| 700 | "wasm-bindgen-shared", |
| 701 | ] |
| 702 | |
| 703 | [[package]] |
| 704 | name = "wasm-bindgen-macro" |
| 705 | version = "0.2.118" |
| 706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 707 | checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" |
| 708 | dependencies = [ |
| 709 | "quote", |
| 710 | "wasm-bindgen-macro-support", |
| 711 | ] |
| 712 | |
| 713 | [[package]] |
| 714 | name = "wasm-bindgen-macro-support" |
| 715 | version = "0.2.118" |
| 716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 717 | checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" |
| 718 | dependencies = [ |
| 719 | "bumpalo", |
| 720 | "proc-macro2", |
| 721 | "quote", |
| 722 | "syn 2.0.117", |
| 723 | "wasm-bindgen-shared", |
| 724 | ] |
| 725 | |
| 726 | [[package]] |
| 727 | name = "wasm-bindgen-shared" |
| 728 | version = "0.2.118" |
| 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 | checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" |
| 731 | dependencies = [ |
| 732 | "unicode-ident", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
| 736 | name = "wasm-encoder" |
| 737 | version = "0.244.0" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 740 | dependencies = [ |
| 741 | "leb128fmt", |
| 742 | "wasmparser", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
| 746 | name = "wasm-metadata" |
| 747 | version = "0.244.0" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 750 | dependencies = [ |
| 751 | "anyhow", |
| 752 | "indexmap", |
| 753 | "wasm-encoder", |
| 754 | "wasmparser", |
| 755 | ] |
| 756 | |
| 757 | [[package]] |
| 758 | name = "wasmparser" |
| 759 | version = "0.244.0" |
| 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 761 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 762 | dependencies = [ |
| 763 | "bitflags", |
| 764 | "hashbrown 0.15.5", |
| 765 | "indexmap", |
| 766 | "semver", |
| 767 | ] |
| 768 | |
| 769 | [[package]] |
| 770 | name = "winnow" |
| 771 | version = "1.0.1" |
| 772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 | checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" |
| 774 | dependencies = [ |
| 775 | "memchr", |
| 776 | ] |
| 777 | |
| 778 | [[package]] |
| 779 | name = "wit-bindgen" |
| 780 | version = "0.51.0" |
| 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 783 | dependencies = [ |
| 784 | "wit-bindgen-rust-macro", |
| 785 | ] |
| 786 | |
| 787 | [[package]] |
| 788 | name = "wit-bindgen" |
| 789 | version = "0.57.1" |
| 790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 | checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 792 | |
| 793 | [[package]] |
| 794 | name = "wit-bindgen-core" |
| 795 | version = "0.51.0" |
| 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 798 | dependencies = [ |
| 799 | "anyhow", |
| 800 | "heck", |
| 801 | "wit-parser", |
| 802 | ] |
| 803 | |
| 804 | [[package]] |
| 805 | name = "wit-bindgen-rust" |
| 806 | version = "0.51.0" |
| 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 809 | dependencies = [ |
| 810 | "anyhow", |
| 811 | "heck", |
| 812 | "indexmap", |
| 813 | "prettyplease", |
| 814 | "syn 2.0.117", |
| 815 | "wasm-metadata", |
| 816 | "wit-bindgen-core", |
| 817 | "wit-component", |
| 818 | ] |
| 819 | |
| 820 | [[package]] |
| 821 | name = "wit-bindgen-rust-macro" |
| 822 | version = "0.51.0" |
| 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 825 | dependencies = [ |
| 826 | "anyhow", |
| 827 | "prettyplease", |
| 828 | "proc-macro2", |
| 829 | "quote", |
| 830 | "syn 2.0.117", |
| 831 | "wit-bindgen-core", |
| 832 | "wit-bindgen-rust", |
| 833 | ] |
| 834 | |
| 835 | [[package]] |
| 836 | name = "wit-component" |
| 837 | version = "0.244.0" |
| 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 840 | dependencies = [ |
| 841 | "anyhow", |
| 842 | "bitflags", |
| 843 | "indexmap", |
| 844 | "log", |
| 845 | "serde", |
| 846 | "serde_derive", |
| 847 | "serde_json", |
| 848 | "wasm-encoder", |
| 849 | "wasm-metadata", |
| 850 | "wasmparser", |
| 851 | "wit-parser", |
| 852 | ] |
| 853 | |
| 854 | [[package]] |
| 855 | name = "wit-parser" |
| 856 | version = "0.244.0" |
| 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 859 | dependencies = [ |
| 860 | "anyhow", |
| 861 | "id-arena", |
| 862 | "indexmap", |
| 863 | "log", |
| 864 | "semver", |
| 865 | "serde", |
| 866 | "serde_derive", |
| 867 | "serde_json", |
| 868 | "unicode-xid", |
| 869 | "wasmparser", |
| 870 | ] |
| 871 | |
| 872 | [[package]] |
| 873 | name = "wyz" |
| 874 | version = "0.5.1" |
| 875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| 877 | dependencies = [ |
| 878 | "tap", |
| 879 | ] |
| 880 | |
| 881 | [[package]] |
| 882 | name = "zerocopy" |
| 883 | version = "0.8.48" |
| 884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 | checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" |
| 886 | dependencies = [ |
| 887 | "zerocopy-derive", |
| 888 | ] |
| 889 | |
| 890 | [[package]] |
| 891 | name = "zerocopy-derive" |
| 892 | version = "0.8.48" |
| 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 | checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" |
| 895 | dependencies = [ |
| 896 | "proc-macro2", |
| 897 | "quote", |
| 898 | "syn 2.0.117", |
| 899 | ] |
| 900 | |
| 901 | [[package]] |
| 902 | name = "zmij" |
| 903 | version = "1.0.21" |
| 904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 905 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |