main
1286 lines · 32 KBRaw
| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "aho-corasick" |
| 13 | version = "1.1.4" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 16 | dependencies = [ |
| 17 | "memchr", |
| 18 | ] |
| 19 | |
| 20 | [[package]] |
| 21 | name = "android_system_properties" |
| 22 | version = "0.1.5" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 25 | dependencies = [ |
| 26 | "libc", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "anstyle" |
| 31 | version = "1.0.14" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "anyhow" |
| 37 | version = "1.0.103" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" |
| 40 | |
| 41 | [[package]] |
| 42 | name = "arbitrary" |
| 43 | version = "1.4.2" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| 46 | dependencies = [ |
| 47 | "derive_arbitrary", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "askama" |
| 52 | version = "0.16.0" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "f1bf825125edd887a019d0a3a837dcc5499a68b0d034cc3eb594070c3e18addc" |
| 55 | dependencies = [ |
| 56 | "askama_macros", |
| 57 | "itoa", |
| 58 | "percent-encoding", |
| 59 | "serde", |
| 60 | "serde_json", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
| 64 | name = "askama_derive" |
| 65 | version = "0.16.0" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | checksum = "e1c7065972a130eafa84215f21352ae15b4a7393da48c1f5e103904490736738" |
| 68 | dependencies = [ |
| 69 | "askama_parser", |
| 70 | "basic-toml", |
| 71 | "glob", |
| 72 | "memchr", |
| 73 | "proc-macro2", |
| 74 | "quote", |
| 75 | "rustc-hash", |
| 76 | "serde", |
| 77 | "serde_derive", |
| 78 | "syn", |
| 79 | ] |
| 80 | |
| 81 | [[package]] |
| 82 | name = "askama_macros" |
| 83 | version = "0.16.0" |
| 84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 85 | checksum = "0e23b1d2c4bd39a41971f6124cef4cc6fd0540913ecb90919b69ab3bbe44ae1a" |
| 86 | dependencies = [ |
| 87 | "askama_derive", |
| 88 | ] |
| 89 | |
| 90 | [[package]] |
| 91 | name = "askama_parser" |
| 92 | version = "0.16.0" |
| 93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 | checksum = "7db09fde9143e7ac4513358fb32ee32847125b63b18ea715afd487956da715da" |
| 95 | dependencies = [ |
| 96 | "rustc-hash", |
| 97 | "serde", |
| 98 | "serde_derive", |
| 99 | "unicode-ident", |
| 100 | "winnow", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "autocfg" |
| 105 | version = "1.5.1" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 108 | |
| 109 | [[package]] |
| 110 | name = "basic-toml" |
| 111 | version = "0.1.10" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 114 | dependencies = [ |
| 115 | "serde", |
| 116 | ] |
| 117 | |
| 118 | [[package]] |
| 119 | name = "bit-set" |
| 120 | version = "0.8.0" |
| 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 123 | dependencies = [ |
| 124 | "bit-vec", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "bit-vec" |
| 129 | version = "0.8.0" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 132 | |
| 133 | [[package]] |
| 134 | name = "bitflags" |
| 135 | version = "2.13.1" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| 138 | |
| 139 | [[package]] |
| 140 | name = "bumpalo" |
| 141 | version = "3.20.3" |
| 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 | checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 144 | |
| 145 | [[package]] |
| 146 | name = "bytemuck" |
| 147 | version = "1.25.1" |
| 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424" |
| 150 | |
| 151 | [[package]] |
| 152 | name = "byteorder" |
| 153 | version = "1.5.0" |
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 156 | |
| 157 | [[package]] |
| 158 | name = "bytes" |
| 159 | version = "1.12.1" |
| 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 161 | checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| 162 | |
| 163 | [[package]] |
| 164 | name = "camino" |
| 165 | version = "1.2.4" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0" |
| 168 | dependencies = [ |
| 169 | "serde_core", |
| 170 | ] |
| 171 | |
| 172 | [[package]] |
| 173 | name = "cargo-platform" |
| 174 | version = "0.3.3" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | checksum = "dd0061da739915fae12ea00e16397555ed4371a6bb285431aab930f61b0aa4ba" |
| 177 | dependencies = [ |
| 178 | "serde", |
| 179 | "serde_core", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "cargo_metadata" |
| 184 | version = "0.23.1" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" |
| 187 | dependencies = [ |
| 188 | "camino", |
| 189 | "cargo-platform", |
| 190 | "semver", |
| 191 | "serde", |
| 192 | "serde_json", |
| 193 | "thiserror", |
| 194 | ] |
| 195 | |
| 196 | [[package]] |
| 197 | name = "cc" |
| 198 | version = "1.2.67" |
| 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 | checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38" |
| 201 | dependencies = [ |
| 202 | "find-msvc-tools", |
| 203 | "shlex", |
| 204 | ] |
| 205 | |
| 206 | [[package]] |
| 207 | name = "cfg-if" |
| 208 | version = "1.0.4" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 211 | |
| 212 | [[package]] |
| 213 | name = "chrono" |
| 214 | version = "0.4.45" |
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 217 | dependencies = [ |
| 218 | "iana-time-zone", |
| 219 | "js-sys", |
| 220 | "num-traits", |
| 221 | "wasm-bindgen", |
| 222 | "windows-link", |
| 223 | ] |
| 224 | |
| 225 | [[package]] |
| 226 | name = "clap" |
| 227 | version = "4.6.1" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| 230 | dependencies = [ |
| 231 | "clap_builder", |
| 232 | "clap_derive", |
| 233 | ] |
| 234 | |
| 235 | [[package]] |
| 236 | name = "clap_builder" |
| 237 | version = "4.6.0" |
| 238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 239 | checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 240 | dependencies = [ |
| 241 | "anstyle", |
| 242 | "clap_lex", |
| 243 | "strsim", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
| 247 | name = "clap_derive" |
| 248 | version = "4.6.1" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" |
| 251 | dependencies = [ |
| 252 | "heck", |
| 253 | "proc-macro2", |
| 254 | "quote", |
| 255 | "syn", |
| 256 | ] |
| 257 | |
| 258 | [[package]] |
| 259 | name = "clap_lex" |
| 260 | version = "1.1.0" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 263 | |
| 264 | [[package]] |
| 265 | name = "console_error_panic_hook" |
| 266 | version = "0.1.7" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
| 269 | dependencies = [ |
| 270 | "cfg-if", |
| 271 | "wasm-bindgen", |
| 272 | ] |
| 273 | |
| 274 | [[package]] |
| 275 | name = "console_log" |
| 276 | version = "1.1.0" |
| 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 | checksum = "86919cef3e37b9356ccf54d4421208c17ecfda01beae61393e7ffd72916c0ef1" |
| 279 | dependencies = [ |
| 280 | "log", |
| 281 | "web-sys", |
| 282 | ] |
| 283 | |
| 284 | [[package]] |
| 285 | name = "core-foundation-sys" |
| 286 | version = "0.8.7" |
| 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 288 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 289 | |
| 290 | [[package]] |
| 291 | name = "crc32fast" |
| 292 | version = "1.5.0" |
| 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 295 | dependencies = [ |
| 296 | "cfg-if", |
| 297 | ] |
| 298 | |
| 299 | [[package]] |
| 300 | name = "crossbeam-utils" |
| 301 | version = "0.8.22" |
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 | checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| 304 | |
| 305 | [[package]] |
| 306 | name = "derive_arbitrary" |
| 307 | version = "1.4.2" |
| 308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 309 | checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" |
| 310 | dependencies = [ |
| 311 | "proc-macro2", |
| 312 | "quote", |
| 313 | "syn", |
| 314 | ] |
| 315 | |
| 316 | [[package]] |
| 317 | name = "displaydoc" |
| 318 | version = "0.2.6" |
| 319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 | checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 321 | dependencies = [ |
| 322 | "proc-macro2", |
| 323 | "quote", |
| 324 | "syn", |
| 325 | ] |
| 326 | |
| 327 | [[package]] |
| 328 | name = "either" |
| 329 | version = "1.16.0" |
| 330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 331 | checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| 332 | |
| 333 | [[package]] |
| 334 | name = "equivalent" |
| 335 | version = "1.0.2" |
| 336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 337 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 338 | |
| 339 | [[package]] |
| 340 | name = "errno" |
| 341 | version = "0.3.14" |
| 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 344 | dependencies = [ |
| 345 | "libc", |
| 346 | "windows-sys", |
| 347 | ] |
| 348 | |
| 349 | [[package]] |
| 350 | name = "fancy-regex" |
| 351 | version = "0.16.2" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" |
| 354 | dependencies = [ |
| 355 | "bit-set", |
| 356 | "regex-automata", |
| 357 | "regex-syntax", |
| 358 | ] |
| 359 | |
| 360 | [[package]] |
| 361 | name = "fastrand" |
| 362 | version = "2.4.1" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 365 | |
| 366 | [[package]] |
| 367 | name = "find-msvc-tools" |
| 368 | version = "0.1.9" |
| 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 370 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 371 | |
| 372 | [[package]] |
| 373 | name = "flate2" |
| 374 | version = "1.1.9" |
| 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 376 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 377 | dependencies = [ |
| 378 | "crc32fast", |
| 379 | "miniz_oxide", |
| 380 | ] |
| 381 | |
| 382 | [[package]] |
| 383 | name = "fs-err" |
| 384 | version = "3.3.1" |
| 385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 386 | checksum = "b91aa448ca50d7e79433bdf3ee8d99215430d2ec02ade5aefab2a073a1822e8a" |
| 387 | dependencies = [ |
| 388 | "autocfg", |
| 389 | ] |
| 390 | |
| 391 | [[package]] |
| 392 | name = "futures-core" |
| 393 | version = "0.3.32" |
| 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 396 | |
| 397 | [[package]] |
| 398 | name = "futures-task" |
| 399 | version = "0.3.32" |
| 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 401 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 402 | |
| 403 | [[package]] |
| 404 | name = "futures-util" |
| 405 | version = "0.3.32" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 408 | dependencies = [ |
| 409 | "futures-core", |
| 410 | "futures-task", |
| 411 | "pin-project-lite", |
| 412 | "slab", |
| 413 | ] |
| 414 | |
| 415 | [[package]] |
| 416 | name = "getrandom" |
| 417 | version = "0.4.3" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 420 | dependencies = [ |
| 421 | "cfg-if", |
| 422 | "libc", |
| 423 | "r-efi", |
| 424 | ] |
| 425 | |
| 426 | [[package]] |
| 427 | name = "glob" |
| 428 | version = "0.3.3" |
| 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 430 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 431 | |
| 432 | [[package]] |
| 433 | name = "goblin" |
| 434 | version = "0.8.2" |
| 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" |
| 437 | dependencies = [ |
| 438 | "log", |
| 439 | "plain", |
| 440 | "scroll", |
| 441 | ] |
| 442 | |
| 443 | [[package]] |
| 444 | name = "hashbrown" |
| 445 | version = "0.17.1" |
| 446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 448 | |
| 449 | [[package]] |
| 450 | name = "heck" |
| 451 | version = "0.5.0" |
| 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 453 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 454 | |
| 455 | [[package]] |
| 456 | name = "iana-time-zone" |
| 457 | version = "0.1.65" |
| 458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 459 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 460 | dependencies = [ |
| 461 | "android_system_properties", |
| 462 | "core-foundation-sys", |
| 463 | "iana-time-zone-haiku", |
| 464 | "js-sys", |
| 465 | "log", |
| 466 | "wasm-bindgen", |
| 467 | "windows-core", |
| 468 | ] |
| 469 | |
| 470 | [[package]] |
| 471 | name = "iana-time-zone-haiku" |
| 472 | version = "0.1.2" |
| 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 475 | dependencies = [ |
| 476 | "cc", |
| 477 | ] |
| 478 | |
| 479 | [[package]] |
| 480 | name = "indexmap" |
| 481 | version = "2.14.0" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 484 | dependencies = [ |
| 485 | "equivalent", |
| 486 | "hashbrown", |
| 487 | "serde", |
| 488 | "serde_core", |
| 489 | ] |
| 490 | |
| 491 | [[package]] |
| 492 | name = "itertools" |
| 493 | version = "0.15.0" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" |
| 496 | dependencies = [ |
| 497 | "either", |
| 498 | ] |
| 499 | |
| 500 | [[package]] |
| 501 | name = "itoa" |
| 502 | version = "1.0.18" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 505 | |
| 506 | [[package]] |
| 507 | name = "js-sys" |
| 508 | version = "0.3.103" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" |
| 511 | dependencies = [ |
| 512 | "cfg-if", |
| 513 | "futures-util", |
| 514 | "wasm-bindgen", |
| 515 | ] |
| 516 | |
| 517 | [[package]] |
| 518 | name = "libc" |
| 519 | version = "0.2.186" |
| 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 522 | |
| 523 | [[package]] |
| 524 | name = "libloading" |
| 525 | version = "0.9.0" |
| 526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 | checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" |
| 528 | dependencies = [ |
| 529 | "cfg-if", |
| 530 | "windows-link", |
| 531 | ] |
| 532 | |
| 533 | [[package]] |
| 534 | name = "linux-raw-sys" |
| 535 | version = "0.12.1" |
| 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 538 | |
| 539 | [[package]] |
| 540 | name = "log" |
| 541 | version = "0.4.33" |
| 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 544 | |
| 545 | [[package]] |
| 546 | name = "maybe-owned" |
| 547 | version = "0.3.4" |
| 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 | checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" |
| 550 | |
| 551 | [[package]] |
| 552 | name = "memchr" |
| 553 | version = "2.8.3" |
| 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 | checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 556 | |
| 557 | [[package]] |
| 558 | name = "minimal-lexical" |
| 559 | version = "0.2.1" |
| 560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 561 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 562 | |
| 563 | [[package]] |
| 564 | name = "miniz_oxide" |
| 565 | version = "0.8.9" |
| 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 568 | dependencies = [ |
| 569 | "adler2", |
| 570 | "simd-adler32", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
| 574 | name = "nom" |
| 575 | version = "7.1.3" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 578 | dependencies = [ |
| 579 | "memchr", |
| 580 | "minimal-lexical", |
| 581 | ] |
| 582 | |
| 583 | [[package]] |
| 584 | name = "num-traits" |
| 585 | version = "0.2.19" |
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 587 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 588 | dependencies = [ |
| 589 | "autocfg", |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
| 593 | name = "once_cell" |
| 594 | version = "1.21.4" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 597 | |
| 598 | [[package]] |
| 599 | name = "pdfium-render" |
| 600 | version = "0.8.37" |
| 601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 | checksum = "6553f6604a52b3203db7b4e9d51eb4dd193cf455af9e56d40cab6575b547b679" |
| 603 | dependencies = [ |
| 604 | "bitflags", |
| 605 | "bytemuck", |
| 606 | "bytes", |
| 607 | "chrono", |
| 608 | "console_error_panic_hook", |
| 609 | "console_log", |
| 610 | "itertools", |
| 611 | "js-sys", |
| 612 | "libloading", |
| 613 | "log", |
| 614 | "maybe-owned", |
| 615 | "once_cell", |
| 616 | "utf16string", |
| 617 | "vecmath", |
| 618 | "wasm-bindgen", |
| 619 | "wasm-bindgen-futures", |
| 620 | "web-sys", |
| 621 | ] |
| 622 | |
| 623 | [[package]] |
| 624 | name = "percent-encoding" |
| 625 | version = "2.3.2" |
| 626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 627 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 628 | |
| 629 | [[package]] |
| 630 | name = "pin-project-lite" |
| 631 | version = "0.2.17" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 634 | |
| 635 | [[package]] |
| 636 | name = "piston-float" |
| 637 | version = "1.0.1" |
| 638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 | checksum = "ad78bf43dcf80e8f950c92b84f938a0fc7590b7f6866fbcbeca781609c115590" |
| 640 | |
| 641 | [[package]] |
| 642 | name = "plain" |
| 643 | version = "0.2.3" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 646 | |
| 647 | [[package]] |
| 648 | name = "proc-macro2" |
| 649 | version = "1.0.106" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 652 | dependencies = [ |
| 653 | "unicode-ident", |
| 654 | ] |
| 655 | |
| 656 | [[package]] |
| 657 | name = "quote" |
| 658 | version = "1.0.46" |
| 659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 | checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" |
| 661 | dependencies = [ |
| 662 | "proc-macro2", |
| 663 | ] |
| 664 | |
| 665 | [[package]] |
| 666 | name = "r-efi" |
| 667 | version = "6.0.0" |
| 668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 669 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 670 | |
| 671 | [[package]] |
| 672 | name = "regex" |
| 673 | version = "1.13.1" |
| 674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 675 | checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| 676 | dependencies = [ |
| 677 | "aho-corasick", |
| 678 | "memchr", |
| 679 | "regex-automata", |
| 680 | "regex-syntax", |
| 681 | ] |
| 682 | |
| 683 | [[package]] |
| 684 | name = "regex-automata" |
| 685 | version = "0.4.16" |
| 686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 687 | checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" |
| 688 | dependencies = [ |
| 689 | "aho-corasick", |
| 690 | "memchr", |
| 691 | "regex-syntax", |
| 692 | ] |
| 693 | |
| 694 | [[package]] |
| 695 | name = "regex-syntax" |
| 696 | version = "0.8.11" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 699 | |
| 700 | [[package]] |
| 701 | name = "rustc-hash" |
| 702 | version = "2.1.3" |
| 703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 704 | checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| 705 | |
| 706 | [[package]] |
| 707 | name = "rustix" |
| 708 | version = "1.1.4" |
| 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 711 | dependencies = [ |
| 712 | "bitflags", |
| 713 | "errno", |
| 714 | "libc", |
| 715 | "linux-raw-sys", |
| 716 | "windows-sys", |
| 717 | ] |
| 718 | |
| 719 | [[package]] |
| 720 | name = "rustversion" |
| 721 | version = "1.0.23" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 724 | |
| 725 | [[package]] |
| 726 | name = "scroll" |
| 727 | version = "0.12.0" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" |
| 730 | dependencies = [ |
| 731 | "scroll_derive", |
| 732 | ] |
| 733 | |
| 734 | [[package]] |
| 735 | name = "scroll_derive" |
| 736 | version = "0.12.1" |
| 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d" |
| 739 | dependencies = [ |
| 740 | "proc-macro2", |
| 741 | "quote", |
| 742 | "syn", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
| 746 | name = "semver" |
| 747 | version = "1.0.28" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 750 | dependencies = [ |
| 751 | "serde", |
| 752 | "serde_core", |
| 753 | ] |
| 754 | |
| 755 | [[package]] |
| 756 | name = "serde" |
| 757 | version = "1.0.228" |
| 758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 760 | dependencies = [ |
| 761 | "serde_core", |
| 762 | "serde_derive", |
| 763 | ] |
| 764 | |
| 765 | [[package]] |
| 766 | name = "serde_core" |
| 767 | version = "1.0.228" |
| 768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 769 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 770 | dependencies = [ |
| 771 | "serde_derive", |
| 772 | ] |
| 773 | |
| 774 | [[package]] |
| 775 | name = "serde_derive" |
| 776 | version = "1.0.228" |
| 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 779 | dependencies = [ |
| 780 | "proc-macro2", |
| 781 | "quote", |
| 782 | "syn", |
| 783 | ] |
| 784 | |
| 785 | [[package]] |
| 786 | name = "serde_json" |
| 787 | version = "1.0.150" |
| 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 789 | checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| 790 | dependencies = [ |
| 791 | "itoa", |
| 792 | "memchr", |
| 793 | "serde", |
| 794 | "serde_core", |
| 795 | "zmij", |
| 796 | ] |
| 797 | |
| 798 | [[package]] |
| 799 | name = "serde_spanned" |
| 800 | version = "1.1.1" |
| 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 802 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 803 | dependencies = [ |
| 804 | "serde_core", |
| 805 | ] |
| 806 | |
| 807 | [[package]] |
| 808 | name = "shlex" |
| 809 | version = "2.0.1" |
| 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 812 | |
| 813 | [[package]] |
| 814 | name = "simd-adler32" |
| 815 | version = "0.3.10" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" |
| 818 | |
| 819 | [[package]] |
| 820 | name = "siphasher" |
| 821 | version = "1.0.3" |
| 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| 824 | |
| 825 | [[package]] |
| 826 | name = "slab" |
| 827 | version = "0.4.12" |
| 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 829 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 830 | |
| 831 | [[package]] |
| 832 | name = "smawk" |
| 833 | version = "0.3.3" |
| 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 835 | checksum = "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100" |
| 836 | |
| 837 | [[package]] |
| 838 | name = "soma_chat_history_parser" |
| 839 | version = "0.1.0" |
| 840 | dependencies = [ |
| 841 | "chrono", |
| 842 | "fancy-regex", |
| 843 | "pdfium-render", |
| 844 | "regex", |
| 845 | "serde", |
| 846 | "serde_json", |
| 847 | "tempfile", |
| 848 | "uniffi", |
| 849 | "zip", |
| 850 | ] |
| 851 | |
| 852 | [[package]] |
| 853 | name = "static_assertions" |
| 854 | version = "1.1.0" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 857 | |
| 858 | [[package]] |
| 859 | name = "strsim" |
| 860 | version = "0.11.1" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 863 | |
| 864 | [[package]] |
| 865 | name = "syn" |
| 866 | version = "2.0.119" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 869 | dependencies = [ |
| 870 | "proc-macro2", |
| 871 | "quote", |
| 872 | "unicode-ident", |
| 873 | ] |
| 874 | |
| 875 | [[package]] |
| 876 | name = "tempfile" |
| 877 | version = "3.27.0" |
| 878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 879 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 880 | dependencies = [ |
| 881 | "fastrand", |
| 882 | "getrandom", |
| 883 | "once_cell", |
| 884 | "rustix", |
| 885 | "windows-sys", |
| 886 | ] |
| 887 | |
| 888 | [[package]] |
| 889 | name = "textwrap" |
| 890 | version = "0.16.2" |
| 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 892 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" |
| 893 | dependencies = [ |
| 894 | "smawk", |
| 895 | ] |
| 896 | |
| 897 | [[package]] |
| 898 | name = "thiserror" |
| 899 | version = "2.0.18" |
| 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 901 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 902 | dependencies = [ |
| 903 | "thiserror-impl", |
| 904 | ] |
| 905 | |
| 906 | [[package]] |
| 907 | name = "thiserror-impl" |
| 908 | version = "2.0.18" |
| 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 911 | dependencies = [ |
| 912 | "proc-macro2", |
| 913 | "quote", |
| 914 | "syn", |
| 915 | ] |
| 916 | |
| 917 | [[package]] |
| 918 | name = "toml" |
| 919 | version = "1.1.3+spec-1.1.0" |
| 920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 921 | checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c" |
| 922 | dependencies = [ |
| 923 | "indexmap", |
| 924 | "serde_core", |
| 925 | "serde_spanned", |
| 926 | "toml_datetime", |
| 927 | "toml_parser", |
| 928 | "toml_writer", |
| 929 | "winnow", |
| 930 | ] |
| 931 | |
| 932 | [[package]] |
| 933 | name = "toml_datetime" |
| 934 | version = "1.1.1+spec-1.1.0" |
| 935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 936 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 937 | dependencies = [ |
| 938 | "serde_core", |
| 939 | ] |
| 940 | |
| 941 | [[package]] |
| 942 | name = "toml_parser" |
| 943 | version = "1.1.2+spec-1.1.0" |
| 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 945 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 946 | dependencies = [ |
| 947 | "winnow", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "toml_writer" |
| 952 | version = "1.1.2+spec-1.1.0" |
| 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 | checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" |
| 955 | |
| 956 | [[package]] |
| 957 | name = "unicode-ident" |
| 958 | version = "1.0.24" |
| 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 960 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 961 | |
| 962 | [[package]] |
| 963 | name = "uniffi" |
| 964 | version = "0.32.0" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | checksum = "a782a48d72cfd7a2d65cfc7c691dbf5375c43104b3c195f7eccc716dcc3540c8" |
| 967 | dependencies = [ |
| 968 | "anyhow", |
| 969 | "camino", |
| 970 | "cargo_metadata", |
| 971 | "clap", |
| 972 | "uniffi_bindgen", |
| 973 | "uniffi_core", |
| 974 | "uniffi_macros", |
| 975 | "uniffi_pipeline", |
| 976 | ] |
| 977 | |
| 978 | [[package]] |
| 979 | name = "uniffi_bindgen" |
| 980 | version = "0.32.0" |
| 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | checksum = "533b0312c73e3b54eb78a4b257ceae390962dd4767995778309a74644643f9ac" |
| 983 | dependencies = [ |
| 984 | "anyhow", |
| 985 | "askama", |
| 986 | "camino", |
| 987 | "cargo_metadata", |
| 988 | "fs-err", |
| 989 | "glob", |
| 990 | "goblin", |
| 991 | "heck", |
| 992 | "indexmap", |
| 993 | "once_cell", |
| 994 | "serde", |
| 995 | "tempfile", |
| 996 | "textwrap", |
| 997 | "toml", |
| 998 | "uniffi_internal_macros", |
| 999 | "uniffi_meta", |
| 1000 | "uniffi_pipeline", |
| 1001 | "uniffi_udl", |
| 1002 | ] |
| 1003 | |
| 1004 | [[package]] |
| 1005 | name = "uniffi_core" |
| 1006 | version = "0.32.0" |
| 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1008 | checksum = "8e32e261c5b0dfaba6488f536e71957dddd6b1a498ac7eb791bee56b60a086be" |
| 1009 | dependencies = [ |
| 1010 | "anyhow", |
| 1011 | "bytes", |
| 1012 | "once_cell", |
| 1013 | "static_assertions", |
| 1014 | ] |
| 1015 | |
| 1016 | [[package]] |
| 1017 | name = "uniffi_internal_macros" |
| 1018 | version = "0.32.0" |
| 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 | checksum = "84ae78069a5e6772ef694fd5bdb628532c88d2c2f0e7142bf6a384636eadb1af" |
| 1021 | dependencies = [ |
| 1022 | "anyhow", |
| 1023 | "indexmap", |
| 1024 | "proc-macro2", |
| 1025 | "quote", |
| 1026 | "syn", |
| 1027 | ] |
| 1028 | |
| 1029 | [[package]] |
| 1030 | name = "uniffi_macros" |
| 1031 | version = "0.32.0" |
| 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 | checksum = "330be6770532e86320df31f54c70bb0be67588594e8e77fa56e9083a3fed5d0d" |
| 1034 | dependencies = [ |
| 1035 | "camino", |
| 1036 | "fs-err", |
| 1037 | "once_cell", |
| 1038 | "proc-macro2", |
| 1039 | "quote", |
| 1040 | "serde", |
| 1041 | "syn", |
| 1042 | "toml", |
| 1043 | "uniffi_meta", |
| 1044 | ] |
| 1045 | |
| 1046 | [[package]] |
| 1047 | name = "uniffi_meta" |
| 1048 | version = "0.32.0" |
| 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 | checksum = "78de021f5547e56ab16c665a49d67d4fd3d31e77422f7739a2e9359d328cd9e7" |
| 1051 | dependencies = [ |
| 1052 | "anyhow", |
| 1053 | "siphasher", |
| 1054 | "uniffi_internal_macros", |
| 1055 | "uniffi_pipeline", |
| 1056 | ] |
| 1057 | |
| 1058 | [[package]] |
| 1059 | name = "uniffi_pipeline" |
| 1060 | version = "0.32.0" |
| 1061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1062 | checksum = "3f8201bb1907ed8a42d80e11cbc25c8a033e7a31c3cff1d911f56eedb81d4948" |
| 1063 | dependencies = [ |
| 1064 | "anyhow", |
| 1065 | "heck", |
| 1066 | "indexmap", |
| 1067 | "tempfile", |
| 1068 | "uniffi_internal_macros", |
| 1069 | ] |
| 1070 | |
| 1071 | [[package]] |
| 1072 | name = "uniffi_udl" |
| 1073 | version = "0.32.0" |
| 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1075 | checksum = "a6e57996bc58009cc29bf04845d627ae313c2547b87171c1c349d6c51a1656c0" |
| 1076 | dependencies = [ |
| 1077 | "anyhow", |
| 1078 | "textwrap", |
| 1079 | "uniffi_meta", |
| 1080 | "weedle2", |
| 1081 | ] |
| 1082 | |
| 1083 | [[package]] |
| 1084 | name = "utf16string" |
| 1085 | version = "0.2.0" |
| 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | checksum = "0b62a1e85e12d5d712bf47a85f426b73d303e2d00a90de5f3004df3596e9d216" |
| 1088 | dependencies = [ |
| 1089 | "byteorder", |
| 1090 | ] |
| 1091 | |
| 1092 | [[package]] |
| 1093 | name = "vecmath" |
| 1094 | version = "1.0.0" |
| 1095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 | checksum = "956ae1e0d85bca567dee1dcf87fb1ca2e792792f66f87dced8381f99cd91156a" |
| 1097 | dependencies = [ |
| 1098 | "piston-float", |
| 1099 | ] |
| 1100 | |
| 1101 | [[package]] |
| 1102 | name = "wasm-bindgen" |
| 1103 | version = "0.2.126" |
| 1104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1105 | checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" |
| 1106 | dependencies = [ |
| 1107 | "cfg-if", |
| 1108 | "once_cell", |
| 1109 | "rustversion", |
| 1110 | "wasm-bindgen-macro", |
| 1111 | "wasm-bindgen-shared", |
| 1112 | ] |
| 1113 | |
| 1114 | [[package]] |
| 1115 | name = "wasm-bindgen-futures" |
| 1116 | version = "0.4.76" |
| 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 | checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" |
| 1119 | dependencies = [ |
| 1120 | "js-sys", |
| 1121 | "wasm-bindgen", |
| 1122 | ] |
| 1123 | |
| 1124 | [[package]] |
| 1125 | name = "wasm-bindgen-macro" |
| 1126 | version = "0.2.126" |
| 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1128 | checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" |
| 1129 | dependencies = [ |
| 1130 | "quote", |
| 1131 | "wasm-bindgen-macro-support", |
| 1132 | ] |
| 1133 | |
| 1134 | [[package]] |
| 1135 | name = "wasm-bindgen-macro-support" |
| 1136 | version = "0.2.126" |
| 1137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1138 | checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" |
| 1139 | dependencies = [ |
| 1140 | "bumpalo", |
| 1141 | "proc-macro2", |
| 1142 | "quote", |
| 1143 | "syn", |
| 1144 | "wasm-bindgen-shared", |
| 1145 | ] |
| 1146 | |
| 1147 | [[package]] |
| 1148 | name = "wasm-bindgen-shared" |
| 1149 | version = "0.2.126" |
| 1150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 | checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" |
| 1152 | dependencies = [ |
| 1153 | "unicode-ident", |
| 1154 | ] |
| 1155 | |
| 1156 | [[package]] |
| 1157 | name = "web-sys" |
| 1158 | version = "0.3.103" |
| 1159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1160 | checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" |
| 1161 | dependencies = [ |
| 1162 | "js-sys", |
| 1163 | "wasm-bindgen", |
| 1164 | ] |
| 1165 | |
| 1166 | [[package]] |
| 1167 | name = "weedle2" |
| 1168 | version = "5.0.0" |
| 1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1170 | checksum = "998d2c24ec099a87daf9467808859f9d82b61f1d9c9701251aea037f514eae0e" |
| 1171 | dependencies = [ |
| 1172 | "nom", |
| 1173 | ] |
| 1174 | |
| 1175 | [[package]] |
| 1176 | name = "windows-core" |
| 1177 | version = "0.62.2" |
| 1178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1179 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 1180 | dependencies = [ |
| 1181 | "windows-implement", |
| 1182 | "windows-interface", |
| 1183 | "windows-link", |
| 1184 | "windows-result", |
| 1185 | "windows-strings", |
| 1186 | ] |
| 1187 | |
| 1188 | [[package]] |
| 1189 | name = "windows-implement" |
| 1190 | version = "0.60.2" |
| 1191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1192 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 1193 | dependencies = [ |
| 1194 | "proc-macro2", |
| 1195 | "quote", |
| 1196 | "syn", |
| 1197 | ] |
| 1198 | |
| 1199 | [[package]] |
| 1200 | name = "windows-interface" |
| 1201 | version = "0.59.3" |
| 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1203 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 1204 | dependencies = [ |
| 1205 | "proc-macro2", |
| 1206 | "quote", |
| 1207 | "syn", |
| 1208 | ] |
| 1209 | |
| 1210 | [[package]] |
| 1211 | name = "windows-link" |
| 1212 | version = "0.2.1" |
| 1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1214 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1215 | |
| 1216 | [[package]] |
| 1217 | name = "windows-result" |
| 1218 | version = "0.4.1" |
| 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 1221 | dependencies = [ |
| 1222 | "windows-link", |
| 1223 | ] |
| 1224 | |
| 1225 | [[package]] |
| 1226 | name = "windows-strings" |
| 1227 | version = "0.5.1" |
| 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 1230 | dependencies = [ |
| 1231 | "windows-link", |
| 1232 | ] |
| 1233 | |
| 1234 | [[package]] |
| 1235 | name = "windows-sys" |
| 1236 | version = "0.61.2" |
| 1237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1238 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1239 | dependencies = [ |
| 1240 | "windows-link", |
| 1241 | ] |
| 1242 | |
| 1243 | [[package]] |
| 1244 | name = "winnow" |
| 1245 | version = "1.0.4" |
| 1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1247 | checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" |
| 1248 | dependencies = [ |
| 1249 | "memchr", |
| 1250 | ] |
| 1251 | |
| 1252 | [[package]] |
| 1253 | name = "zip" |
| 1254 | version = "2.4.2" |
| 1255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1256 | checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50" |
| 1257 | dependencies = [ |
| 1258 | "arbitrary", |
| 1259 | "crc32fast", |
| 1260 | "crossbeam-utils", |
| 1261 | "displaydoc", |
| 1262 | "flate2", |
| 1263 | "indexmap", |
| 1264 | "memchr", |
| 1265 | "thiserror", |
| 1266 | "zopfli", |
| 1267 | ] |
| 1268 | |
| 1269 | [[package]] |
| 1270 | name = "zmij" |
| 1271 | version = "1.0.23" |
| 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1273 | checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| 1274 | |
| 1275 | [[package]] |
| 1276 | name = "zopfli" |
| 1277 | version = "0.8.3" |
| 1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1279 | checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" |
| 1280 | dependencies = [ |
| 1281 | "bumpalo", |
| 1282 | "crc32fast", |
| 1283 | "log", |
| 1284 | "simd-adler32", |
| 1285 | ] |
| 1286 |