turbo: 1.8.8 -> 1.10.7

authored by

happysalada and committed by
Yt
eaeb62a8 b6ce42c9

+94 -9049
-9034
pkgs/tools/misc/turbo/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "Inflector" 7 - version = "0.11.4" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 - dependencies = [ 11 - "lazy_static", 12 - "regex", 13 - ] 14 - 15 - [[package]] 16 - name = "addr2line" 17 - version = "0.19.0" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 20 - dependencies = [ 21 - "gimli 0.27.2", 22 - ] 23 - 24 - [[package]] 25 - name = "adler" 26 - version = "1.0.2" 27 - source = "registry+https://github.com/rust-lang/crates.io-index" 28 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 29 - 30 - [[package]] 31 - name = "ahash" 32 - version = "0.7.6" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 35 - dependencies = [ 36 - "getrandom", 37 - "once_cell", 38 - "serde", 39 - "version_check", 40 - ] 41 - 42 - [[package]] 43 - name = "aho-corasick" 44 - version = "0.7.20" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 47 - dependencies = [ 48 - "memchr", 49 - ] 50 - 51 - [[package]] 52 - name = "allocative" 53 - version = "0.2.0" 54 - source = "registry+https://github.com/rust-lang/crates.io-index" 55 - checksum = "2e99be155533c99b299ea3b05243b1e7c1747d250d61f92e68452cf8d21f3cab" 56 - dependencies = [ 57 - "allocative_derive", 58 - ] 59 - 60 - [[package]] 61 - name = "allocative_derive" 62 - version = "0.2.0" 63 - source = "registry+https://github.com/rust-lang/crates.io-index" 64 - checksum = "8e80c214d3f3f8a93eb62ce1406047e249ef2467e7bc290b88c08fad7e06f34a" 65 - dependencies = [ 66 - "proc-macro2", 67 - "quote", 68 - "syn 1.0.109", 69 - ] 70 - 71 - [[package]] 72 - name = "android_system_properties" 73 - version = "0.1.5" 74 - source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 76 - dependencies = [ 77 - "libc", 78 - ] 79 - 80 - [[package]] 81 - name = "anes" 82 - version = "0.1.6" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 85 - 86 - [[package]] 87 - name = "ansi-str" 88 - version = "0.5.0" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "84252a7e1a0df81706ce70bbad85ed1e4916448a4093ccd52dd98c6a44a477cd" 91 - dependencies = [ 92 - "ansitok", 93 - ] 94 - 95 - [[package]] 96 - name = "ansi_term" 97 - version = "0.12.1" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 100 - dependencies = [ 101 - "winapi 0.3.9", 102 - ] 103 - 104 - [[package]] 105 - name = "ansitok" 106 - version = "0.2.0" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83" 109 - dependencies = [ 110 - "nom", 111 - "vte", 112 - ] 113 - 114 - [[package]] 115 - name = "anyhow" 116 - version = "1.0.70" 117 - source = "registry+https://github.com/rust-lang/crates.io-index" 118 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 119 - dependencies = [ 120 - "backtrace", 121 - ] 122 - 123 - [[package]] 124 - name = "arrayref" 125 - version = "0.3.7" 126 - source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 128 - 129 - [[package]] 130 - name = "arrayvec" 131 - version = "0.5.2" 132 - source = "registry+https://github.com/rust-lang/crates.io-index" 133 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 134 - 135 - [[package]] 136 - name = "arrayvec" 137 - version = "0.7.2" 138 - source = "registry+https://github.com/rust-lang/crates.io-index" 139 - checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 140 - 141 - [[package]] 142 - name = "assert-json-diff" 143 - version = "2.0.2" 144 - source = "registry+https://github.com/rust-lang/crates.io-index" 145 - checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 146 - dependencies = [ 147 - "serde", 148 - "serde_json", 149 - ] 150 - 151 - [[package]] 152 - name = "assert_cmd" 153 - version = "2.0.8" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e" 156 - dependencies = [ 157 - "bstr", 158 - "doc-comment", 159 - "predicates", 160 - "predicates-core", 161 - "predicates-tree", 162 - "wait-timeout", 163 - ] 164 - 165 - [[package]] 166 - name = "assert_matches" 167 - version = "1.5.0" 168 - source = "registry+https://github.com/rust-lang/crates.io-index" 169 - checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 170 - 171 - [[package]] 172 - name = "ast_node" 173 - version = "0.8.6" 174 - source = "registry+https://github.com/rust-lang/crates.io-index" 175 - checksum = "cf94863c5fdfee166d0907c44e5fee970123b2b7307046d35d1e671aa93afbba" 176 - dependencies = [ 177 - "darling 0.13.4", 178 - "pmutil", 179 - "proc-macro2", 180 - "quote", 181 - "swc_macros_common", 182 - "syn 1.0.109", 183 - ] 184 - 185 - [[package]] 186 - name = "async-channel" 187 - version = "1.8.0" 188 - source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 190 - dependencies = [ 191 - "concurrent-queue", 192 - "event-listener", 193 - "futures-core", 194 - ] 195 - 196 - [[package]] 197 - name = "async-compression" 198 - version = "0.3.15" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 201 - dependencies = [ 202 - "flate2", 203 - "futures-core", 204 - "memchr", 205 - "pin-project-lite", 206 - "tokio", 207 - ] 208 - 209 - [[package]] 210 - name = "async-executor" 211 - version = "1.5.0" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 214 - dependencies = [ 215 - "async-lock", 216 - "async-task", 217 - "concurrent-queue", 218 - "fastrand", 219 - "futures-lite", 220 - "slab", 221 - ] 222 - 223 - [[package]] 224 - name = "async-global-executor" 225 - version = "2.3.1" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 228 - dependencies = [ 229 - "async-channel", 230 - "async-executor", 231 - "async-io", 232 - "async-lock", 233 - "blocking", 234 - "futures-lite", 235 - "once_cell", 236 - ] 237 - 238 - [[package]] 239 - name = "async-io" 240 - version = "1.13.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 243 - dependencies = [ 244 - "async-lock", 245 - "autocfg", 246 - "cfg-if 1.0.0", 247 - "concurrent-queue", 248 - "futures-lite", 249 - "log", 250 - "parking", 251 - "polling", 252 - "rustix 0.37.3", 253 - "slab", 254 - "socket2", 255 - "waker-fn", 256 - ] 257 - 258 - [[package]] 259 - name = "async-lock" 260 - version = "2.7.0" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 263 - dependencies = [ 264 - "event-listener", 265 - ] 266 - 267 - [[package]] 268 - name = "async-object-pool" 269 - version = "0.1.4" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc" 272 - dependencies = [ 273 - "async-std", 274 - ] 275 - 276 - [[package]] 277 - name = "async-process" 278 - version = "1.6.0" 279 - source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" 281 - dependencies = [ 282 - "async-io", 283 - "async-lock", 284 - "autocfg", 285 - "blocking", 286 - "cfg-if 1.0.0", 287 - "event-listener", 288 - "futures-lite", 289 - "libc", 290 - "signal-hook", 291 - "windows-sys 0.42.0", 292 - ] 293 - 294 - [[package]] 295 - name = "async-recursion" 296 - version = "1.0.4" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 299 - dependencies = [ 300 - "proc-macro2", 301 - "quote", 302 - "syn 2.0.8", 303 - ] 304 - 305 - [[package]] 306 - name = "async-std" 307 - version = "1.12.0" 308 - source = "registry+https://github.com/rust-lang/crates.io-index" 309 - checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 310 - dependencies = [ 311 - "async-channel", 312 - "async-global-executor", 313 - "async-io", 314 - "async-lock", 315 - "async-process", 316 - "crossbeam-utils", 317 - "futures-channel", 318 - "futures-core", 319 - "futures-io", 320 - "futures-lite", 321 - "gloo-timers", 322 - "kv-log-macro", 323 - "log", 324 - "memchr", 325 - "once_cell", 326 - "pin-project-lite", 327 - "pin-utils", 328 - "slab", 329 - "wasm-bindgen-futures", 330 - ] 331 - 332 - [[package]] 333 - name = "async-stream" 334 - version = "0.3.4" 335 - source = "registry+https://github.com/rust-lang/crates.io-index" 336 - checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e" 337 - dependencies = [ 338 - "async-stream-impl", 339 - "futures-core", 340 - "pin-project-lite", 341 - ] 342 - 343 - [[package]] 344 - name = "async-stream-impl" 345 - version = "0.3.4" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" 348 - dependencies = [ 349 - "proc-macro2", 350 - "quote", 351 - "syn 1.0.109", 352 - ] 353 - 354 - [[package]] 355 - name = "async-task" 356 - version = "4.3.0" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 359 - 360 - [[package]] 361 - name = "async-trait" 362 - version = "0.1.67" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" 365 - dependencies = [ 366 - "proc-macro2", 367 - "quote", 368 - "syn 2.0.8", 369 - ] 370 - 371 - [[package]] 372 - name = "atomic-waker" 373 - version = "1.1.0" 374 - source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" 376 - 377 - [[package]] 378 - name = "atty" 379 - version = "0.2.14" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 382 - dependencies = [ 383 - "hermit-abi 0.1.19", 384 - "libc", 385 - "winapi 0.3.9", 386 - ] 387 - 388 - [[package]] 389 - name = "auto-hash-map" 390 - version = "0.1.0" 391 - dependencies = [ 392 - "serde", 393 - ] 394 - 395 - [[package]] 396 - name = "auto_impl" 397 - version = "0.5.0" 398 - source = "registry+https://github.com/rust-lang/crates.io-index" 399 - checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4" 400 - dependencies = [ 401 - "proc-macro-error", 402 - "proc-macro2", 403 - "quote", 404 - "syn 1.0.109", 405 - ] 406 - 407 - [[package]] 408 - name = "autocfg" 409 - version = "1.1.0" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 412 - 413 - [[package]] 414 - name = "axum" 415 - version = "0.6.12" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "349f8ccfd9221ee7d1f3d4b33e1f8319b3a81ed8f61f2ea40b37b859794b4491" 418 - dependencies = [ 419 - "async-trait", 420 - "axum-core", 421 - "bitflags 1.3.2", 422 - "bytes", 423 - "futures-util", 424 - "http", 425 - "http-body", 426 - "hyper", 427 - "itoa", 428 - "matchit", 429 - "memchr", 430 - "mime", 431 - "percent-encoding", 432 - "pin-project-lite", 433 - "rustversion", 434 - "serde", 435 - "serde_json", 436 - "serde_path_to_error", 437 - "serde_urlencoded", 438 - "sync_wrapper", 439 - "tokio", 440 - "tower", 441 - "tower-layer", 442 - "tower-service", 443 - ] 444 - 445 - [[package]] 446 - name = "axum-core" 447 - version = "0.3.3" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e" 450 - dependencies = [ 451 - "async-trait", 452 - "bytes", 453 - "futures-util", 454 - "http", 455 - "http-body", 456 - "mime", 457 - "rustversion", 458 - "tower-layer", 459 - "tower-service", 460 - ] 461 - 462 - [[package]] 463 - name = "axum-server" 464 - version = "0.4.6" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "25e4a990e1593e286b1b96e6df76da9dbcb84945a810287ca8101f1a4f000f61" 467 - dependencies = [ 468 - "bytes", 469 - "futures-util", 470 - "http", 471 - "http-body", 472 - "hyper", 473 - "tokio", 474 - "tower-service", 475 - ] 476 - 477 - [[package]] 478 - name = "backtrace" 479 - version = "0.3.67" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 482 - dependencies = [ 483 - "addr2line", 484 - "cc", 485 - "cfg-if 1.0.0", 486 - "libc", 487 - "miniz_oxide", 488 - "object 0.30.3", 489 - "rustc-demangle", 490 - ] 491 - 492 - [[package]] 493 - name = "base-x" 494 - version = "0.2.11" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 497 - 498 - [[package]] 499 - name = "base16" 500 - version = "0.2.1" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" 503 - 504 - [[package]] 505 - name = "base64" 506 - version = "0.13.1" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 509 - 510 - [[package]] 511 - name = "base64" 512 - version = "0.21.0" 513 - source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 515 - 516 - [[package]] 517 - name = "better_scoped_tls" 518 - version = "0.1.0" 519 - source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123" 521 - dependencies = [ 522 - "scoped-tls", 523 - ] 524 - 525 - [[package]] 526 - name = "binding_macros" 527 - version = "0.44.23" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "df018ae4a80a06cef289384bf89614451c4f30c6238976ce5c00c1f4379b8eca" 530 - dependencies = [ 531 - "anyhow", 532 - "console_error_panic_hook", 533 - "js-sys", 534 - "once_cell", 535 - "serde", 536 - "serde-wasm-bindgen", 537 - "swc", 538 - "swc_common", 539 - "swc_ecma_ast", 540 - "swc_ecma_transforms", 541 - "swc_ecma_visit", 542 - "wasm-bindgen", 543 - "wasm-bindgen-futures", 544 - ] 545 - 546 - [[package]] 547 - name = "bitflags" 548 - version = "1.3.2" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 551 - 552 - [[package]] 553 - name = "bitflags" 554 - version = "2.0.2" 555 - source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" 557 - 558 - [[package]] 559 - name = "blake3" 560 - version = "1.3.3" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" 563 - dependencies = [ 564 - "arrayref", 565 - "arrayvec 0.7.2", 566 - "cc", 567 - "cfg-if 1.0.0", 568 - "constant_time_eq", 569 - "digest", 570 - ] 571 - 572 - [[package]] 573 - name = "block-buffer" 574 - version = "0.10.4" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 577 - dependencies = [ 578 - "generic-array", 579 - ] 580 - 581 - [[package]] 582 - name = "blocking" 583 - version = "1.3.0" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" 586 - dependencies = [ 587 - "async-channel", 588 - "async-lock", 589 - "async-task", 590 - "atomic-waker", 591 - "fastrand", 592 - "futures-lite", 593 - ] 594 - 595 - [[package]] 596 - name = "browserslist-rs" 597 - version = "0.12.3" 598 - source = "registry+https://github.com/rust-lang/crates.io-index" 599 - checksum = "ef956561c9a03c35af46714efd0c135e21768a2a012f900ca8a59b28e75d0cd1" 600 - dependencies = [ 601 - "ahash", 602 - "anyhow", 603 - "chrono", 604 - "either", 605 - "itertools", 606 - "js-sys", 607 - "nom", 608 - "once_cell", 609 - "quote", 610 - "serde", 611 - "serde-wasm-bindgen", 612 - "serde_json", 613 - "string_cache", 614 - "string_cache_codegen", 615 - "thiserror", 616 - "wasm-bindgen", 617 - ] 618 - 619 - [[package]] 620 - name = "bstr" 621 - version = "1.3.0" 622 - source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 624 - dependencies = [ 625 - "memchr", 626 - "once_cell", 627 - "regex-automata", 628 - "serde", 629 - ] 630 - 631 - [[package]] 632 - name = "build-target" 633 - version = "0.4.0" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "832133bbabbbaa9fbdba793456a2827627a7d2b8fb96032fa1e7666d7895832b" 636 - 637 - [[package]] 638 - name = "bumpalo" 639 - version = "3.12.0" 640 - source = "registry+https://github.com/rust-lang/crates.io-index" 641 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 642 - 643 - [[package]] 644 - name = "bytecheck" 645 - version = "0.6.10" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f" 648 - dependencies = [ 649 - "bytecheck_derive", 650 - "ptr_meta", 651 - "simdutf8", 652 - ] 653 - 654 - [[package]] 655 - name = "bytecheck_derive" 656 - version = "0.6.10" 657 - source = "registry+https://github.com/rust-lang/crates.io-index" 658 - checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5" 659 - dependencies = [ 660 - "proc-macro2", 661 - "quote", 662 - "syn 1.0.109", 663 - ] 664 - 665 - [[package]] 666 - name = "bytecount" 667 - version = "0.6.3" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 670 - 671 - [[package]] 672 - name = "bytemuck" 673 - version = "1.13.1" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 676 - 677 - [[package]] 678 - name = "byteorder" 679 - version = "1.4.3" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 682 - 683 - [[package]] 684 - name = "bytes" 685 - version = "1.4.0" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 688 - 689 - [[package]] 690 - name = "cargo-lock" 691 - version = "8.0.3" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" 694 - dependencies = [ 695 - "semver 1.0.17", 696 - "serde", 697 - "toml", 698 - "url", 699 - ] 700 - 701 - [[package]] 702 - name = "cast" 703 - version = "0.3.0" 704 - source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 706 - 707 - [[package]] 708 - name = "castaway" 709 - version = "0.1.2" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" 712 - 713 - [[package]] 714 - name = "castaway" 715 - version = "0.2.2" 716 - source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc" 718 - dependencies = [ 719 - "rustversion", 720 - ] 721 - 722 - [[package]] 723 - name = "cbindgen" 724 - version = "0.24.3" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb" 727 - dependencies = [ 728 - "clap 3.2.23", 729 - "heck", 730 - "indexmap", 731 - "log", 732 - "proc-macro2", 733 - "quote", 734 - "serde", 735 - "serde_json", 736 - "syn 1.0.109", 737 - "tempfile", 738 - "toml", 739 - ] 740 - 741 - [[package]] 742 - name = "cc" 743 - version = "1.0.79" 744 - source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 746 - dependencies = [ 747 - "jobserver", 748 - ] 749 - 750 - [[package]] 751 - name = "cesu8" 752 - version = "1.1.0" 753 - source = "registry+https://github.com/rust-lang/crates.io-index" 754 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 755 - 756 - [[package]] 757 - name = "cfg-if" 758 - version = "0.1.10" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 761 - 762 - [[package]] 763 - name = "cfg-if" 764 - version = "1.0.0" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 767 - 768 - [[package]] 769 - name = "chrono" 770 - version = "0.4.24" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 773 - dependencies = [ 774 - "iana-time-zone", 775 - "js-sys", 776 - "num-integer", 777 - "num-traits", 778 - "serde", 779 - "time 0.1.45", 780 - "wasm-bindgen", 781 - "winapi 0.3.9", 782 - ] 783 - 784 - [[package]] 785 - name = "ciborium" 786 - version = "0.2.0" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 789 - dependencies = [ 790 - "ciborium-io", 791 - "ciborium-ll", 792 - "serde", 793 - ] 794 - 795 - [[package]] 796 - name = "ciborium-io" 797 - version = "0.2.0" 798 - source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 800 - 801 - [[package]] 802 - name = "ciborium-ll" 803 - version = "0.2.0" 804 - source = "registry+https://github.com/rust-lang/crates.io-index" 805 - checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 806 - dependencies = [ 807 - "ciborium-io", 808 - "half", 809 - ] 810 - 811 - [[package]] 812 - name = "clap" 813 - version = "3.2.23" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 816 - dependencies = [ 817 - "atty", 818 - "bitflags 1.3.2", 819 - "clap_lex 0.2.4", 820 - "indexmap", 821 - "strsim", 822 - "termcolor", 823 - "textwrap 0.16.0", 824 - ] 825 - 826 - [[package]] 827 - name = "clap" 828 - version = "4.1.11" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098" 831 - dependencies = [ 832 - "bitflags 2.0.2", 833 - "clap_derive", 834 - "clap_lex 0.3.3", 835 - "is-terminal", 836 - "once_cell", 837 - "strsim", 838 - "termcolor", 839 - ] 840 - 841 - [[package]] 842 - name = "clap_complete" 843 - version = "4.1.4" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "501ff0a401473ea1d4c3b125ff95506b62c5bc5768d818634195fbb7c4ad5ff4" 846 - dependencies = [ 847 - "clap 4.1.11", 848 - ] 849 - 850 - [[package]] 851 - name = "clap_derive" 852 - version = "4.1.9" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" 855 - dependencies = [ 856 - "heck", 857 - "proc-macro-error", 858 - "proc-macro2", 859 - "quote", 860 - "syn 1.0.109", 861 - ] 862 - 863 - [[package]] 864 - name = "clap_lex" 865 - version = "0.2.4" 866 - source = "registry+https://github.com/rust-lang/crates.io-index" 867 - checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 868 - dependencies = [ 869 - "os_str_bytes", 870 - ] 871 - 872 - [[package]] 873 - name = "clap_lex" 874 - version = "0.3.3" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" 877 - dependencies = [ 878 - "os_str_bytes", 879 - ] 880 - 881 - [[package]] 882 - name = "cmake" 883 - version = "0.1.49" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c" 886 - dependencies = [ 887 - "cc", 888 - ] 889 - 890 - [[package]] 891 - name = "codespan-reporting" 892 - version = "0.11.1" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 895 - dependencies = [ 896 - "termcolor", 897 - "unicode-width", 898 - ] 899 - 900 - [[package]] 901 - name = "color_quant" 902 - version = "1.1.0" 903 - source = "registry+https://github.com/rust-lang/crates.io-index" 904 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 905 - 906 - [[package]] 907 - name = "combine" 908 - version = "4.6.6" 909 - source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 911 - dependencies = [ 912 - "bytes", 913 - "memchr", 914 - ] 915 - 916 - [[package]] 917 - name = "command-group" 918 - version = "2.1.0" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916" 921 - dependencies = [ 922 - "async-trait", 923 - "nix", 924 - "tokio", 925 - "winapi 0.3.9", 926 - ] 927 - 928 - [[package]] 929 - name = "common-path" 930 - version = "1.0.0" 931 - source = "registry+https://github.com/rust-lang/crates.io-index" 932 - checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" 933 - 934 - [[package]] 935 - name = "compact_str" 936 - version = "0.7.0" 937 - source = "registry+https://github.com/rust-lang/crates.io-index" 938 - checksum = "bff0805f79ecb1b35163f3957a6934ea8d04fcd36ef98b52e7316f63e72e73d1" 939 - dependencies = [ 940 - "castaway 0.2.2", 941 - "cfg-if 1.0.0", 942 - "itoa", 943 - "ryu", 944 - "static_assertions", 945 - ] 946 - 947 - [[package]] 948 - name = "concurrent-queue" 949 - version = "2.1.0" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 952 - dependencies = [ 953 - "crossbeam-utils", 954 - ] 955 - 956 - [[package]] 957 - name = "config" 958 - version = "0.13.3" 959 - source = "registry+https://github.com/rust-lang/crates.io-index" 960 - checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" 961 - dependencies = [ 962 - "async-trait", 963 - "json5", 964 - "lazy_static", 965 - "nom", 966 - "pathdiff", 967 - "ron", 968 - "rust-ini", 969 - "serde", 970 - "serde_json", 971 - "toml", 972 - "yaml-rust", 973 - ] 974 - 975 - [[package]] 976 - name = "console" 977 - version = "0.15.5" 978 - source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 980 - dependencies = [ 981 - "encode_unicode", 982 - "lazy_static", 983 - "libc", 984 - "unicode-width", 985 - "windows-sys 0.42.0", 986 - ] 987 - 988 - [[package]] 989 - name = "console-api" 990 - version = "0.4.0" 991 - source = "registry+https://github.com/rust-lang/crates.io-index" 992 - checksum = "e57ff02e8ad8e06ab9731d5dc72dc23bef9200778eae1a89d555d8c42e5d4a86" 993 - dependencies = [ 994 - "prost", 995 - "prost-types", 996 - "tonic", 997 - "tracing-core", 998 - ] 999 - 1000 - [[package]] 1001 - name = "console-subscriber" 1002 - version = "0.1.8" 1003 - source = "registry+https://github.com/rust-lang/crates.io-index" 1004 - checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be" 1005 - dependencies = [ 1006 - "console-api", 1007 - "crossbeam-channel", 1008 - "crossbeam-utils", 1009 - "futures", 1010 - "hdrhistogram", 1011 - "humantime", 1012 - "prost-types", 1013 - "serde", 1014 - "serde_json", 1015 - "thread_local", 1016 - "tokio", 1017 - "tokio-stream", 1018 - "tonic", 1019 - "tracing", 1020 - "tracing-core", 1021 - "tracing-subscriber", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "console_error_panic_hook" 1026 - version = "0.1.7" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 1029 - dependencies = [ 1030 - "cfg-if 1.0.0", 1031 - "wasm-bindgen", 1032 - ] 1033 - 1034 - [[package]] 1035 - name = "const-cstr" 1036 - version = "0.3.0" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6" 1039 - 1040 - [[package]] 1041 - name = "const_fn" 1042 - version = "0.4.9" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" 1045 - 1046 - [[package]] 1047 - name = "const_format" 1048 - version = "0.2.30" 1049 - source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e" 1051 - dependencies = [ 1052 - "const_format_proc_macros", 1053 - ] 1054 - 1055 - [[package]] 1056 - name = "const_format_proc_macros" 1057 - version = "0.2.29" 1058 - source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650" 1060 - dependencies = [ 1061 - "proc-macro2", 1062 - "quote", 1063 - "unicode-xid", 1064 - ] 1065 - 1066 - [[package]] 1067 - name = "constant_time_eq" 1068 - version = "0.2.5" 1069 - source = "registry+https://github.com/rust-lang/crates.io-index" 1070 - checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" 1071 - 1072 - [[package]] 1073 - name = "convert_case" 1074 - version = "0.4.0" 1075 - source = "registry+https://github.com/rust-lang/crates.io-index" 1076 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 1077 - 1078 - [[package]] 1079 - name = "convert_case" 1080 - version = "0.5.0" 1081 - source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" 1083 - 1084 - [[package]] 1085 - name = "convert_case" 1086 - version = "0.6.0" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 1089 - dependencies = [ 1090 - "unicode-segmentation", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "core-foundation" 1095 - version = "0.9.3" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 1098 - dependencies = [ 1099 - "core-foundation-sys", 1100 - "libc", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "core-foundation-sys" 1105 - version = "0.8.3" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 1108 - 1109 - [[package]] 1110 - name = "core-graphics" 1111 - version = "0.22.3" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 1114 - dependencies = [ 1115 - "bitflags 1.3.2", 1116 - "core-foundation", 1117 - "core-graphics-types", 1118 - "foreign-types", 1119 - "libc", 1120 - ] 1121 - 1122 - [[package]] 1123 - name = "core-graphics-types" 1124 - version = "0.1.1" 1125 - source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 1127 - dependencies = [ 1128 - "bitflags 1.3.2", 1129 - "core-foundation", 1130 - "foreign-types", 1131 - "libc", 1132 - ] 1133 - 1134 - [[package]] 1135 - name = "core-text" 1136 - version = "19.2.0" 1137 - source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" 1139 - dependencies = [ 1140 - "core-foundation", 1141 - "core-graphics", 1142 - "foreign-types", 1143 - "libc", 1144 - ] 1145 - 1146 - [[package]] 1147 - name = "corosensei" 1148 - version = "0.1.3" 1149 - source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "9847f90f32a50b0dcbd68bc23ff242798b13080b97b0569f6ed96a45ce4cf2cd" 1151 - dependencies = [ 1152 - "autocfg", 1153 - "cfg-if 1.0.0", 1154 - "libc", 1155 - "scopeguard", 1156 - "windows-sys 0.33.0", 1157 - ] 1158 - 1159 - [[package]] 1160 - name = "cpufeatures" 1161 - version = "0.2.5" 1162 - source = "registry+https://github.com/rust-lang/crates.io-index" 1163 - checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 1164 - dependencies = [ 1165 - "libc", 1166 - ] 1167 - 1168 - [[package]] 1169 - name = "cranelift-bforest" 1170 - version = "0.82.3" 1171 - source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75" 1173 - dependencies = [ 1174 - "cranelift-entity", 1175 - ] 1176 - 1177 - [[package]] 1178 - name = "cranelift-codegen" 1179 - version = "0.82.3" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b" 1182 - dependencies = [ 1183 - "cranelift-bforest", 1184 - "cranelift-codegen-meta", 1185 - "cranelift-codegen-shared", 1186 - "cranelift-entity", 1187 - "gimli 0.26.2", 1188 - "log", 1189 - "regalloc", 1190 - "smallvec", 1191 - "target-lexicon", 1192 - ] 1193 - 1194 - [[package]] 1195 - name = "cranelift-codegen-meta" 1196 - version = "0.82.3" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24" 1199 - dependencies = [ 1200 - "cranelift-codegen-shared", 1201 - ] 1202 - 1203 - [[package]] 1204 - name = "cranelift-codegen-shared" 1205 - version = "0.82.3" 1206 - source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc" 1208 - 1209 - [[package]] 1210 - name = "cranelift-entity" 1211 - version = "0.82.3" 1212 - source = "registry+https://github.com/rust-lang/crates.io-index" 1213 - checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf" 1214 - 1215 - [[package]] 1216 - name = "cranelift-frontend" 1217 - version = "0.82.3" 1218 - source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce" 1220 - dependencies = [ 1221 - "cranelift-codegen", 1222 - "log", 1223 - "smallvec", 1224 - "target-lexicon", 1225 - ] 1226 - 1227 - [[package]] 1228 - name = "crc" 1229 - version = "2.1.0" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" 1232 - dependencies = [ 1233 - "crc-catalog", 1234 - ] 1235 - 1236 - [[package]] 1237 - name = "crc-catalog" 1238 - version = "1.1.1" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" 1241 - 1242 - [[package]] 1243 - name = "crc32fast" 1244 - version = "1.3.2" 1245 - source = "registry+https://github.com/rust-lang/crates.io-index" 1246 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 1247 - dependencies = [ 1248 - "cfg-if 1.0.0", 1249 - ] 1250 - 1251 - [[package]] 1252 - name = "criterion" 1253 - version = "0.4.0" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 1256 - dependencies = [ 1257 - "anes", 1258 - "atty", 1259 - "cast", 1260 - "ciborium", 1261 - "clap 3.2.23", 1262 - "criterion-plot", 1263 - "futures", 1264 - "itertools", 1265 - "lazy_static", 1266 - "num-traits", 1267 - "oorandom", 1268 - "plotters", 1269 - "rayon", 1270 - "regex", 1271 - "serde", 1272 - "serde_derive", 1273 - "serde_json", 1274 - "tinytemplate", 1275 - "tokio", 1276 - "walkdir", 1277 - ] 1278 - 1279 - [[package]] 1280 - name = "criterion-plot" 1281 - version = "0.5.0" 1282 - source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1284 - dependencies = [ 1285 - "cast", 1286 - "itertools", 1287 - ] 1288 - 1289 - [[package]] 1290 - name = "crossbeam-channel" 1291 - version = "0.5.7" 1292 - source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 1294 - dependencies = [ 1295 - "cfg-if 1.0.0", 1296 - "crossbeam-utils", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "crossbeam-deque" 1301 - version = "0.8.3" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1304 - dependencies = [ 1305 - "cfg-if 1.0.0", 1306 - "crossbeam-epoch", 1307 - "crossbeam-utils", 1308 - ] 1309 - 1310 - [[package]] 1311 - name = "crossbeam-epoch" 1312 - version = "0.9.14" 1313 - source = "registry+https://github.com/rust-lang/crates.io-index" 1314 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 1315 - dependencies = [ 1316 - "autocfg", 1317 - "cfg-if 1.0.0", 1318 - "crossbeam-utils", 1319 - "memoffset 0.8.0", 1320 - "scopeguard", 1321 - ] 1322 - 1323 - [[package]] 1324 - name = "crossbeam-utils" 1325 - version = "0.8.15" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 1328 - dependencies = [ 1329 - "cfg-if 1.0.0", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "crossterm" 1334 - version = "0.25.0" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 1337 - dependencies = [ 1338 - "bitflags 1.3.2", 1339 - "crossterm_winapi", 1340 - "libc", 1341 - "mio 0.8.6", 1342 - "parking_lot", 1343 - "signal-hook", 1344 - "signal-hook-mio", 1345 - "winapi 0.3.9", 1346 - ] 1347 - 1348 - [[package]] 1349 - name = "crossterm" 1350 - version = "0.26.1" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 1353 - dependencies = [ 1354 - "bitflags 1.3.2", 1355 - "crossterm_winapi", 1356 - "libc", 1357 - "mio 0.8.6", 1358 - "parking_lot", 1359 - "signal-hook", 1360 - "signal-hook-mio", 1361 - "winapi 0.3.9", 1362 - ] 1363 - 1364 - [[package]] 1365 - name = "crossterm_winapi" 1366 - version = "0.9.0" 1367 - source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 1369 - dependencies = [ 1370 - "winapi 0.3.9", 1371 - ] 1372 - 1373 - [[package]] 1374 - name = "crypto-common" 1375 - version = "0.1.6" 1376 - source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1378 - dependencies = [ 1379 - "generic-array", 1380 - "typenum", 1381 - ] 1382 - 1383 - [[package]] 1384 - name = "ctor" 1385 - version = "0.1.26" 1386 - source = "registry+https://github.com/rust-lang/crates.io-index" 1387 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 1388 - dependencies = [ 1389 - "quote", 1390 - "syn 1.0.109", 1391 - ] 1392 - 1393 - [[package]] 1394 - name = "ctrlc" 1395 - version = "3.2.5" 1396 - source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639" 1398 - dependencies = [ 1399 - "nix", 1400 - "windows-sys 0.45.0", 1401 - ] 1402 - 1403 - [[package]] 1404 - name = "cty" 1405 - version = "0.2.2" 1406 - source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 1408 - 1409 - [[package]] 1410 - name = "curl" 1411 - version = "0.4.44" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 1414 - dependencies = [ 1415 - "curl-sys", 1416 - "libc", 1417 - "openssl-probe", 1418 - "openssl-sys", 1419 - "schannel", 1420 - "socket2", 1421 - "winapi 0.3.9", 1422 - ] 1423 - 1424 - [[package]] 1425 - name = "curl-sys" 1426 - version = "0.4.60+curl-7.88.1" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f" 1429 - dependencies = [ 1430 - "cc", 1431 - "libc", 1432 - "libnghttp2-sys", 1433 - "libz-sys", 1434 - "openssl-sys", 1435 - "pkg-config", 1436 - "vcpkg", 1437 - "winapi 0.3.9", 1438 - ] 1439 - 1440 - [[package]] 1441 - name = "cxx" 1442 - version = "1.0.93" 1443 - source = "registry+https://github.com/rust-lang/crates.io-index" 1444 - checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" 1445 - dependencies = [ 1446 - "cc", 1447 - "cxxbridge-flags", 1448 - "cxxbridge-macro", 1449 - "link-cplusplus", 1450 - ] 1451 - 1452 - [[package]] 1453 - name = "cxx-build" 1454 - version = "1.0.93" 1455 - source = "registry+https://github.com/rust-lang/crates.io-index" 1456 - checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" 1457 - dependencies = [ 1458 - "cc", 1459 - "codespan-reporting", 1460 - "once_cell", 1461 - "proc-macro2", 1462 - "quote", 1463 - "scratch", 1464 - "syn 2.0.8", 1465 - ] 1466 - 1467 - [[package]] 1468 - name = "cxxbridge-flags" 1469 - version = "1.0.93" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" 1472 - 1473 - [[package]] 1474 - name = "cxxbridge-macro" 1475 - version = "1.0.93" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" 1478 - dependencies = [ 1479 - "proc-macro2", 1480 - "quote", 1481 - "syn 2.0.8", 1482 - ] 1483 - 1484 - [[package]] 1485 - name = "darling" 1486 - version = "0.13.4" 1487 - source = "registry+https://github.com/rust-lang/crates.io-index" 1488 - checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 1489 - dependencies = [ 1490 - "darling_core 0.13.4", 1491 - "darling_macro 0.13.4", 1492 - ] 1493 - 1494 - [[package]] 1495 - name = "darling" 1496 - version = "0.14.4" 1497 - source = "registry+https://github.com/rust-lang/crates.io-index" 1498 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 1499 - dependencies = [ 1500 - "darling_core 0.14.4", 1501 - "darling_macro 0.14.4", 1502 - ] 1503 - 1504 - [[package]] 1505 - name = "darling_core" 1506 - version = "0.13.4" 1507 - source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 1509 - dependencies = [ 1510 - "fnv", 1511 - "ident_case", 1512 - "proc-macro2", 1513 - "quote", 1514 - "strsim", 1515 - "syn 1.0.109", 1516 - ] 1517 - 1518 - [[package]] 1519 - name = "darling_core" 1520 - version = "0.14.4" 1521 - source = "registry+https://github.com/rust-lang/crates.io-index" 1522 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 1523 - dependencies = [ 1524 - "fnv", 1525 - "ident_case", 1526 - "proc-macro2", 1527 - "quote", 1528 - "syn 1.0.109", 1529 - ] 1530 - 1531 - [[package]] 1532 - name = "darling_macro" 1533 - version = "0.13.4" 1534 - source = "registry+https://github.com/rust-lang/crates.io-index" 1535 - checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 1536 - dependencies = [ 1537 - "darling_core 0.13.4", 1538 - "quote", 1539 - "syn 1.0.109", 1540 - ] 1541 - 1542 - [[package]] 1543 - name = "darling_macro" 1544 - version = "0.14.4" 1545 - source = "registry+https://github.com/rust-lang/crates.io-index" 1546 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 1547 - dependencies = [ 1548 - "darling_core 0.14.4", 1549 - "quote", 1550 - "syn 1.0.109", 1551 - ] 1552 - 1553 - [[package]] 1554 - name = "dashmap" 1555 - version = "5.4.0" 1556 - source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 1558 - dependencies = [ 1559 - "cfg-if 1.0.0", 1560 - "hashbrown 0.12.3", 1561 - "lock_api", 1562 - "once_cell", 1563 - "parking_lot_core", 1564 - ] 1565 - 1566 - [[package]] 1567 - name = "data-encoding" 1568 - version = "2.3.3" 1569 - source = "registry+https://github.com/rust-lang/crates.io-index" 1570 - checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 1571 - 1572 - [[package]] 1573 - name = "derivative" 1574 - version = "2.2.0" 1575 - source = "registry+https://github.com/rust-lang/crates.io-index" 1576 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1577 - dependencies = [ 1578 - "proc-macro2", 1579 - "quote", 1580 - "syn 1.0.109", 1581 - ] 1582 - 1583 - [[package]] 1584 - name = "derive_more" 1585 - version = "0.99.17" 1586 - source = "registry+https://github.com/rust-lang/crates.io-index" 1587 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 1588 - dependencies = [ 1589 - "convert_case 0.4.0", 1590 - "proc-macro2", 1591 - "quote", 1592 - "rustc_version 0.4.0", 1593 - "syn 1.0.109", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "dialoguer" 1598 - version = "0.10.3" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "af3c796f3b0b408d9fd581611b47fa850821fcb84aa640b83a3c1a5be2d691f2" 1601 - dependencies = [ 1602 - "console", 1603 - "fuzzy-matcher", 1604 - "shell-words", 1605 - "tempfile", 1606 - "zeroize", 1607 - ] 1608 - 1609 - [[package]] 1610 - name = "diff" 1611 - version = "0.1.13" 1612 - source = "registry+https://github.com/rust-lang/crates.io-index" 1613 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1614 - 1615 - [[package]] 1616 - name = "difference" 1617 - version = "2.0.0" 1618 - source = "registry+https://github.com/rust-lang/crates.io-index" 1619 - checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 1620 - 1621 - [[package]] 1622 - name = "difflib" 1623 - version = "0.4.0" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 1626 - 1627 - [[package]] 1628 - name = "digest" 1629 - version = "0.10.6" 1630 - source = "registry+https://github.com/rust-lang/crates.io-index" 1631 - checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 1632 - dependencies = [ 1633 - "block-buffer", 1634 - "crypto-common", 1635 - "subtle", 1636 - ] 1637 - 1638 - [[package]] 1639 - name = "directories" 1640 - version = "4.0.1" 1641 - source = "registry+https://github.com/rust-lang/crates.io-index" 1642 - checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" 1643 - dependencies = [ 1644 - "dirs-sys", 1645 - ] 1646 - 1647 - [[package]] 1648 - name = "dirs" 1649 - version = "4.0.0" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1652 - dependencies = [ 1653 - "dirs-sys", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "dirs-next" 1658 - version = "2.0.0" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1661 - dependencies = [ 1662 - "cfg-if 1.0.0", 1663 - "dirs-sys-next", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "dirs-sys" 1668 - version = "0.3.7" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1671 - dependencies = [ 1672 - "libc", 1673 - "redox_users", 1674 - "winapi 0.3.9", 1675 - ] 1676 - 1677 - [[package]] 1678 - name = "dirs-sys-next" 1679 - version = "0.1.2" 1680 - source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1682 - dependencies = [ 1683 - "libc", 1684 - "redox_users", 1685 - "winapi 0.3.9", 1686 - ] 1687 - 1688 - [[package]] 1689 - name = "discard" 1690 - version = "1.0.4" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 1693 - 1694 - [[package]] 1695 - name = "dlib" 1696 - version = "0.5.0" 1697 - source = "registry+https://github.com/rust-lang/crates.io-index" 1698 - checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 1699 - dependencies = [ 1700 - "libloading", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "dlv-list" 1705 - version = "0.3.0" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" 1708 - 1709 - [[package]] 1710 - name = "doc-comment" 1711 - version = "0.3.3" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1714 - 1715 - [[package]] 1716 - name = "dotenvy" 1717 - version = "0.15.7" 1718 - source = "registry+https://github.com/rust-lang/crates.io-index" 1719 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1720 - 1721 - [[package]] 1722 - name = "dunce" 1723 - version = "1.0.3" 1724 - source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" 1726 - 1727 - [[package]] 1728 - name = "dwrote" 1729 - version = "0.11.0" 1730 - source = "registry+https://github.com/rust-lang/crates.io-index" 1731 - checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 1732 - dependencies = [ 1733 - "lazy_static", 1734 - "libc", 1735 - "winapi 0.3.9", 1736 - "wio", 1737 - ] 1738 - 1739 - [[package]] 1740 - name = "dyn-clone" 1741 - version = "1.0.11" 1742 - source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 1744 - 1745 - [[package]] 1746 - name = "easy-error" 1747 - version = "1.0.0" 1748 - source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "04cc9717c61d2908f50d16ebb5677c7e82ea2bdf7cb52f66b30fe079f3212e16" 1750 - 1751 - [[package]] 1752 - name = "either" 1753 - version = "1.8.1" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1756 - 1757 - [[package]] 1758 - name = "encode_unicode" 1759 - version = "0.3.6" 1760 - source = "registry+https://github.com/rust-lang/crates.io-index" 1761 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1762 - 1763 - [[package]] 1764 - name = "encoding_rs" 1765 - version = "0.8.32" 1766 - source = "registry+https://github.com/rust-lang/crates.io-index" 1767 - checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 1768 - dependencies = [ 1769 - "cfg-if 1.0.0", 1770 - ] 1771 - 1772 - [[package]] 1773 - name = "enum-iterator" 1774 - version = "0.7.0" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6" 1777 - dependencies = [ 1778 - "enum-iterator-derive 0.7.0", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "enum-iterator" 1783 - version = "1.4.0" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "706d9e7cf1c7664859d79cd524e4e53ea2b67ea03c98cc2870c5e539695d597e" 1786 - dependencies = [ 1787 - "enum-iterator-derive 1.2.0", 1788 - ] 1789 - 1790 - [[package]] 1791 - name = "enum-iterator-derive" 1792 - version = "0.7.0" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159" 1795 - dependencies = [ 1796 - "proc-macro2", 1797 - "quote", 1798 - "syn 1.0.109", 1799 - ] 1800 - 1801 - [[package]] 1802 - name = "enum-iterator-derive" 1803 - version = "1.2.0" 1804 - source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "355f93763ef7b0ae1c43c4d8eccc9d5848d84ad1a1d8ce61c421d1ac85a19d05" 1806 - dependencies = [ 1807 - "proc-macro2", 1808 - "quote", 1809 - "syn 1.0.109", 1810 - ] 1811 - 1812 - [[package]] 1813 - name = "enum_kind" 1814 - version = "0.2.1" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99" 1817 - dependencies = [ 1818 - "pmutil", 1819 - "proc-macro2", 1820 - "swc_macros_common", 1821 - "syn 1.0.109", 1822 - ] 1823 - 1824 - [[package]] 1825 - name = "enumset" 1826 - version = "1.0.12" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753" 1829 - dependencies = [ 1830 - "enumset_derive", 1831 - ] 1832 - 1833 - [[package]] 1834 - name = "enumset_derive" 1835 - version = "0.6.1" 1836 - source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0" 1838 - dependencies = [ 1839 - "darling 0.14.4", 1840 - "proc-macro2", 1841 - "quote", 1842 - "syn 1.0.109", 1843 - ] 1844 - 1845 - [[package]] 1846 - name = "env_logger" 1847 - version = "0.10.0" 1848 - source = "registry+https://github.com/rust-lang/crates.io-index" 1849 - checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1850 - dependencies = [ 1851 - "humantime", 1852 - "is-terminal", 1853 - "log", 1854 - "regex", 1855 - "termcolor", 1856 - ] 1857 - 1858 - [[package]] 1859 - name = "erased-serde" 1860 - version = "0.3.25" 1861 - source = "registry+https://github.com/rust-lang/crates.io-index" 1862 - checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" 1863 - dependencies = [ 1864 - "serde", 1865 - ] 1866 - 1867 - [[package]] 1868 - name = "errno" 1869 - version = "0.2.8" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1872 - dependencies = [ 1873 - "errno-dragonfly", 1874 - "libc", 1875 - "winapi 0.3.9", 1876 - ] 1877 - 1878 - [[package]] 1879 - name = "errno" 1880 - version = "0.3.0" 1881 - source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 1883 - dependencies = [ 1884 - "errno-dragonfly", 1885 - "libc", 1886 - "windows-sys 0.45.0", 1887 - ] 1888 - 1889 - [[package]] 1890 - name = "errno-dragonfly" 1891 - version = "0.1.2" 1892 - source = "registry+https://github.com/rust-lang/crates.io-index" 1893 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1894 - dependencies = [ 1895 - "cc", 1896 - "libc", 1897 - ] 1898 - 1899 - [[package]] 1900 - name = "event-listener" 1901 - version = "2.5.3" 1902 - source = "registry+https://github.com/rust-lang/crates.io-index" 1903 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1904 - 1905 - [[package]] 1906 - name = "fallible-iterator" 1907 - version = "0.2.0" 1908 - source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1910 - 1911 - [[package]] 1912 - name = "fastrand" 1913 - version = "1.9.0" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1916 - dependencies = [ 1917 - "instant", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "filetime" 1922 - version = "0.2.20" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 1925 - dependencies = [ 1926 - "cfg-if 1.0.0", 1927 - "libc", 1928 - "redox_syscall", 1929 - "windows-sys 0.45.0", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "fixedbitset" 1934 - version = "0.4.2" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1937 - 1938 - [[package]] 1939 - name = "flate2" 1940 - version = "1.0.25" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 1943 - dependencies = [ 1944 - "crc32fast", 1945 - "miniz_oxide", 1946 - ] 1947 - 1948 - [[package]] 1949 - name = "float-ord" 1950 - version = "0.2.0" 1951 - source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e" 1953 - 1954 - [[package]] 1955 - name = "fnv" 1956 - version = "1.0.7" 1957 - source = "registry+https://github.com/rust-lang/crates.io-index" 1958 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1959 - 1960 - [[package]] 1961 - name = "font-kit" 1962 - version = "0.11.0" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "21fe28504d371085fae9ac7a3450f0b289ab71e07c8e57baa3fb68b9e57d6ce5" 1965 - dependencies = [ 1966 - "bitflags 1.3.2", 1967 - "byteorder", 1968 - "core-foundation", 1969 - "core-graphics", 1970 - "core-text", 1971 - "dirs-next", 1972 - "dwrote", 1973 - "float-ord", 1974 - "freetype", 1975 - "lazy_static", 1976 - "libc", 1977 - "log", 1978 - "pathfinder_geometry", 1979 - "pathfinder_simd", 1980 - "walkdir", 1981 - "winapi 0.3.9", 1982 - "yeslogic-fontconfig-sys", 1983 - ] 1984 - 1985 - [[package]] 1986 - name = "foreign-types" 1987 - version = "0.3.2" 1988 - source = "registry+https://github.com/rust-lang/crates.io-index" 1989 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1990 - dependencies = [ 1991 - "foreign-types-shared", 1992 - ] 1993 - 1994 - [[package]] 1995 - name = "foreign-types-shared" 1996 - version = "0.1.1" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1999 - 2000 - [[package]] 2001 - name = "form_urlencoded" 2002 - version = "1.1.0" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 2005 - dependencies = [ 2006 - "percent-encoding", 2007 - ] 2008 - 2009 - [[package]] 2010 - name = "freetype" 2011 - version = "0.7.0" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6" 2014 - dependencies = [ 2015 - "freetype-sys", 2016 - "libc", 2017 - ] 2018 - 2019 - [[package]] 2020 - name = "freetype-sys" 2021 - version = "0.13.1" 2022 - source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 2024 - dependencies = [ 2025 - "cmake", 2026 - "libc", 2027 - "pkg-config", 2028 - ] 2029 - 2030 - [[package]] 2031 - name = "from_variant" 2032 - version = "0.1.4" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "f0981e470d2ab9f643df3921d54f1952ea100c39fdb6a3fdc820e20d2291df6c" 2035 - dependencies = [ 2036 - "pmutil", 2037 - "proc-macro2", 2038 - "swc_macros_common", 2039 - "syn 1.0.109", 2040 - ] 2041 - 2042 - [[package]] 2043 - name = "fs_extra" 2044 - version = "1.3.0" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 2047 - 2048 - [[package]] 2049 - name = "fsevent" 2050 - version = "0.4.0" 2051 - source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 2053 - dependencies = [ 2054 - "bitflags 1.3.2", 2055 - "fsevent-sys", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "fsevent-sys" 2060 - version = "2.0.1" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 2063 - dependencies = [ 2064 - "libc", 2065 - ] 2066 - 2067 - [[package]] 2068 - name = "fuchsia-cprng" 2069 - version = "0.1.1" 2070 - source = "registry+https://github.com/rust-lang/crates.io-index" 2071 - checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 2072 - 2073 - [[package]] 2074 - name = "fuchsia-zircon" 2075 - version = "0.3.3" 2076 - source = "registry+https://github.com/rust-lang/crates.io-index" 2077 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 2078 - dependencies = [ 2079 - "bitflags 1.3.2", 2080 - "fuchsia-zircon-sys", 2081 - ] 2082 - 2083 - [[package]] 2084 - name = "fuchsia-zircon-sys" 2085 - version = "0.3.3" 2086 - source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 2088 - 2089 - [[package]] 2090 - name = "futures" 2091 - version = "0.3.27" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" 2094 - dependencies = [ 2095 - "futures-channel", 2096 - "futures-core", 2097 - "futures-executor", 2098 - "futures-io", 2099 - "futures-sink", 2100 - "futures-task", 2101 - "futures-util", 2102 - ] 2103 - 2104 - [[package]] 2105 - name = "futures-channel" 2106 - version = "0.3.27" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" 2109 - dependencies = [ 2110 - "futures-core", 2111 - "futures-sink", 2112 - ] 2113 - 2114 - [[package]] 2115 - name = "futures-core" 2116 - version = "0.3.27" 2117 - source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 2119 - 2120 - [[package]] 2121 - name = "futures-executor" 2122 - version = "0.3.27" 2123 - source = "registry+https://github.com/rust-lang/crates.io-index" 2124 - checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" 2125 - dependencies = [ 2126 - "futures-core", 2127 - "futures-task", 2128 - "futures-util", 2129 - ] 2130 - 2131 - [[package]] 2132 - name = "futures-io" 2133 - version = "0.3.27" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" 2136 - 2137 - [[package]] 2138 - name = "futures-lite" 2139 - version = "1.12.0" 2140 - source = "registry+https://github.com/rust-lang/crates.io-index" 2141 - checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 2142 - dependencies = [ 2143 - "fastrand", 2144 - "futures-core", 2145 - "futures-io", 2146 - "memchr", 2147 - "parking", 2148 - "pin-project-lite", 2149 - "waker-fn", 2150 - ] 2151 - 2152 - [[package]] 2153 - name = "futures-macro" 2154 - version = "0.3.27" 2155 - source = "registry+https://github.com/rust-lang/crates.io-index" 2156 - checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" 2157 - dependencies = [ 2158 - "proc-macro2", 2159 - "quote", 2160 - "syn 1.0.109", 2161 - ] 2162 - 2163 - [[package]] 2164 - name = "futures-retry" 2165 - version = "0.6.0" 2166 - source = "registry+https://github.com/rust-lang/crates.io-index" 2167 - checksum = "fde5a672a61f96552aa5ed9fd9c81c3fbdae4be9b1e205d6eaf17c83705adc0f" 2168 - dependencies = [ 2169 - "futures", 2170 - "pin-project-lite", 2171 - "tokio", 2172 - ] 2173 - 2174 - [[package]] 2175 - name = "futures-sink" 2176 - version = "0.3.27" 2177 - source = "registry+https://github.com/rust-lang/crates.io-index" 2178 - checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" 2179 - 2180 - [[package]] 2181 - name = "futures-task" 2182 - version = "0.3.27" 2183 - source = "registry+https://github.com/rust-lang/crates.io-index" 2184 - checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 2185 - 2186 - [[package]] 2187 - name = "futures-timer" 2188 - version = "3.0.2" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 2191 - 2192 - [[package]] 2193 - name = "futures-util" 2194 - version = "0.3.27" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 2197 - dependencies = [ 2198 - "futures-channel", 2199 - "futures-core", 2200 - "futures-io", 2201 - "futures-macro", 2202 - "futures-sink", 2203 - "futures-task", 2204 - "memchr", 2205 - "pin-project-lite", 2206 - "pin-utils", 2207 - "slab", 2208 - ] 2209 - 2210 - [[package]] 2211 - name = "fuzzy-matcher" 2212 - version = "0.3.7" 2213 - source = "registry+https://github.com/rust-lang/crates.io-index" 2214 - checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" 2215 - dependencies = [ 2216 - "thread_local", 2217 - ] 2218 - 2219 - [[package]] 2220 - name = "fxhash" 2221 - version = "0.2.1" 2222 - source = "registry+https://github.com/rust-lang/crates.io-index" 2223 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 2224 - dependencies = [ 2225 - "byteorder", 2226 - ] 2227 - 2228 - [[package]] 2229 - name = "gazebo" 2230 - version = "0.8.1" 2231 - source = "registry+https://github.com/rust-lang/crates.io-index" 2232 - checksum = "d4cfd241cd4d34c5f96bacd2b6ead66171c835713b848162dfedb52d38bf1416" 2233 - dependencies = [ 2234 - "gazebo_derive", 2235 - ] 2236 - 2237 - [[package]] 2238 - name = "gazebo_derive" 2239 - version = "0.8.0" 2240 - source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "a4afe97206e1db9c227c539f9757fb8e8197cb44e380231de1eb5b75fdea7267" 2242 - dependencies = [ 2243 - "proc-macro2", 2244 - "quote", 2245 - "syn 1.0.109", 2246 - ] 2247 - 2248 - [[package]] 2249 - name = "generational-arena" 2250 - version = "0.2.8" 2251 - source = "registry+https://github.com/rust-lang/crates.io-index" 2252 - checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601" 2253 - dependencies = [ 2254 - "cfg-if 0.1.10", 2255 - ] 2256 - 2257 - [[package]] 2258 - name = "generic-array" 2259 - version = "0.14.6" 2260 - source = "registry+https://github.com/rust-lang/crates.io-index" 2261 - checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 2262 - dependencies = [ 2263 - "typenum", 2264 - "version_check", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "getrandom" 2269 - version = "0.2.8" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 2272 - dependencies = [ 2273 - "cfg-if 1.0.0", 2274 - "js-sys", 2275 - "libc", 2276 - "wasi 0.11.0+wasi-snapshot-preview1", 2277 - "wasm-bindgen", 2278 - ] 2279 - 2280 - [[package]] 2281 - name = "getset" 2282 - version = "0.1.2" 2283 - source = "registry+https://github.com/rust-lang/crates.io-index" 2284 - checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9" 2285 - dependencies = [ 2286 - "proc-macro-error", 2287 - "proc-macro2", 2288 - "quote", 2289 - "syn 1.0.109", 2290 - ] 2291 - 2292 - [[package]] 2293 - name = "gif" 2294 - version = "0.11.4" 2295 - source = "registry+https://github.com/rust-lang/crates.io-index" 2296 - checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 2297 - dependencies = [ 2298 - "color_quant", 2299 - "weezl", 2300 - ] 2301 - 2302 - [[package]] 2303 - name = "gimli" 2304 - version = "0.26.2" 2305 - source = "registry+https://github.com/rust-lang/crates.io-index" 2306 - checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 2307 - dependencies = [ 2308 - "fallible-iterator", 2309 - "indexmap", 2310 - "stable_deref_trait", 2311 - ] 2312 - 2313 - [[package]] 2314 - name = "gimli" 2315 - version = "0.27.2" 2316 - source = "registry+https://github.com/rust-lang/crates.io-index" 2317 - checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 2318 - 2319 - [[package]] 2320 - name = "git2" 2321 - version = "0.16.1" 2322 - source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" 2324 - dependencies = [ 2325 - "bitflags 1.3.2", 2326 - "libc", 2327 - "libgit2-sys", 2328 - "log", 2329 - "url", 2330 - ] 2331 - 2332 - [[package]] 2333 - name = "glob" 2334 - version = "0.3.1" 2335 - source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2337 - 2338 - [[package]] 2339 - name = "glob-match" 2340 - version = "0.2.1" 2341 - source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "9985c9503b412198aa4197559e9a318524ebc4519c229bfa05a535828c950b9d" 2343 - 2344 - [[package]] 2345 - name = "gloo-timers" 2346 - version = "0.2.6" 2347 - source = "registry+https://github.com/rust-lang/crates.io-index" 2348 - checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 2349 - dependencies = [ 2350 - "futures-channel", 2351 - "futures-core", 2352 - "js-sys", 2353 - "wasm-bindgen", 2354 - ] 2355 - 2356 - [[package]] 2357 - name = "h2" 2358 - version = "0.3.16" 2359 - source = "registry+https://github.com/rust-lang/crates.io-index" 2360 - checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 2361 - dependencies = [ 2362 - "bytes", 2363 - "fnv", 2364 - "futures-core", 2365 - "futures-sink", 2366 - "futures-util", 2367 - "http", 2368 - "indexmap", 2369 - "slab", 2370 - "tokio", 2371 - "tokio-util", 2372 - "tracing", 2373 - ] 2374 - 2375 - [[package]] 2376 - name = "half" 2377 - version = "1.8.2" 2378 - source = "registry+https://github.com/rust-lang/crates.io-index" 2379 - checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 2380 - 2381 - [[package]] 2382 - name = "handlebars" 2383 - version = "4.3.6" 2384 - source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" 2386 - dependencies = [ 2387 - "log", 2388 - "pest", 2389 - "pest_derive", 2390 - "serde", 2391 - "serde_json", 2392 - "thiserror", 2393 - ] 2394 - 2395 - [[package]] 2396 - name = "hashbrown" 2397 - version = "0.11.2" 2398 - source = "registry+https://github.com/rust-lang/crates.io-index" 2399 - checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 2400 - dependencies = [ 2401 - "ahash", 2402 - ] 2403 - 2404 - [[package]] 2405 - name = "hashbrown" 2406 - version = "0.12.3" 2407 - source = "registry+https://github.com/rust-lang/crates.io-index" 2408 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2409 - dependencies = [ 2410 - "ahash", 2411 - ] 2412 - 2413 - [[package]] 2414 - name = "hdrhistogram" 2415 - version = "7.5.2" 2416 - source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" 2418 - dependencies = [ 2419 - "base64 0.13.1", 2420 - "byteorder", 2421 - "flate2", 2422 - "nom", 2423 - "num-traits", 2424 - ] 2425 - 2426 - [[package]] 2427 - name = "heck" 2428 - version = "0.4.1" 2429 - source = "registry+https://github.com/rust-lang/crates.io-index" 2430 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2431 - 2432 - [[package]] 2433 - name = "hermit-abi" 2434 - version = "0.1.19" 2435 - source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 2437 - dependencies = [ 2438 - "libc", 2439 - ] 2440 - 2441 - [[package]] 2442 - name = "hermit-abi" 2443 - version = "0.2.6" 2444 - source = "registry+https://github.com/rust-lang/crates.io-index" 2445 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 2446 - dependencies = [ 2447 - "libc", 2448 - ] 2449 - 2450 - [[package]] 2451 - name = "hermit-abi" 2452 - version = "0.3.1" 2453 - source = "registry+https://github.com/rust-lang/crates.io-index" 2454 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 2455 - 2456 - [[package]] 2457 - name = "hex" 2458 - version = "0.4.3" 2459 - source = "registry+https://github.com/rust-lang/crates.io-index" 2460 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2461 - 2462 - [[package]] 2463 - name = "hostname" 2464 - version = "0.3.1" 2465 - source = "registry+https://github.com/rust-lang/crates.io-index" 2466 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 2467 - dependencies = [ 2468 - "libc", 2469 - "match_cfg", 2470 - "winapi 0.3.9", 2471 - ] 2472 - 2473 - [[package]] 2474 - name = "http" 2475 - version = "0.2.9" 2476 - source = "registry+https://github.com/rust-lang/crates.io-index" 2477 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2478 - dependencies = [ 2479 - "bytes", 2480 - "fnv", 2481 - "itoa", 2482 - ] 2483 - 2484 - [[package]] 2485 - name = "http-body" 2486 - version = "0.4.5" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 2489 - dependencies = [ 2490 - "bytes", 2491 - "http", 2492 - "pin-project-lite", 2493 - ] 2494 - 2495 - [[package]] 2496 - name = "httparse" 2497 - version = "1.8.0" 2498 - source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 2500 - 2501 - [[package]] 2502 - name = "httpdate" 2503 - version = "1.0.2" 2504 - source = "registry+https://github.com/rust-lang/crates.io-index" 2505 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 2506 - 2507 - [[package]] 2508 - name = "httpmock" 2509 - version = "0.6.7" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "c6b56b6265f15908780cbee987912c1e98dbca675361f748291605a8a3a1df09" 2512 - dependencies = [ 2513 - "assert-json-diff", 2514 - "async-object-pool", 2515 - "async-trait", 2516 - "base64 0.13.1", 2517 - "crossbeam-utils", 2518 - "form_urlencoded", 2519 - "futures-util", 2520 - "hyper", 2521 - "isahc", 2522 - "lazy_static", 2523 - "levenshtein", 2524 - "log", 2525 - "regex", 2526 - "serde", 2527 - "serde_json", 2528 - "serde_regex", 2529 - "similar", 2530 - "tokio", 2531 - "url", 2532 - ] 2533 - 2534 - [[package]] 2535 - name = "humantime" 2536 - version = "2.1.0" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2539 - 2540 - [[package]] 2541 - name = "hyper" 2542 - version = "0.14.25" 2543 - source = "registry+https://github.com/rust-lang/crates.io-index" 2544 - checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 2545 - dependencies = [ 2546 - "bytes", 2547 - "futures-channel", 2548 - "futures-core", 2549 - "futures-util", 2550 - "h2", 2551 - "http", 2552 - "http-body", 2553 - "httparse", 2554 - "httpdate", 2555 - "itoa", 2556 - "pin-project-lite", 2557 - "socket2", 2558 - "tokio", 2559 - "tower-service", 2560 - "tracing", 2561 - "want", 2562 - ] 2563 - 2564 - [[package]] 2565 - name = "hyper-rustls" 2566 - version = "0.23.2" 2567 - source = "registry+https://github.com/rust-lang/crates.io-index" 2568 - checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 2569 - dependencies = [ 2570 - "http", 2571 - "hyper", 2572 - "rustls", 2573 - "tokio", 2574 - "tokio-rustls", 2575 - ] 2576 - 2577 - [[package]] 2578 - name = "hyper-timeout" 2579 - version = "0.4.1" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 2582 - dependencies = [ 2583 - "hyper", 2584 - "pin-project-lite", 2585 - "tokio", 2586 - "tokio-io-timeout", 2587 - ] 2588 - 2589 - [[package]] 2590 - name = "hyper-tls" 2591 - version = "0.5.0" 2592 - source = "registry+https://github.com/rust-lang/crates.io-index" 2593 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2594 - dependencies = [ 2595 - "bytes", 2596 - "hyper", 2597 - "native-tls", 2598 - "tokio", 2599 - "tokio-native-tls", 2600 - ] 2601 - 2602 - [[package]] 2603 - name = "hyper-tungstenite" 2604 - version = "0.9.0" 2605 - source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "880b8b1c98a5ec2a505c7c90db6d3f6f1f480af5655d9c5b55facc9382a5a5b5" 2607 - dependencies = [ 2608 - "hyper", 2609 - "pin-project", 2610 - "tokio", 2611 - "tokio-tungstenite", 2612 - "tungstenite", 2613 - ] 2614 - 2615 - [[package]] 2616 - name = "iana-time-zone" 2617 - version = "0.1.54" 2618 - source = "registry+https://github.com/rust-lang/crates.io-index" 2619 - checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" 2620 - dependencies = [ 2621 - "android_system_properties", 2622 - "core-foundation-sys", 2623 - "iana-time-zone-haiku", 2624 - "js-sys", 2625 - "wasm-bindgen", 2626 - "windows", 2627 - ] 2628 - 2629 - [[package]] 2630 - name = "iana-time-zone-haiku" 2631 - version = "0.1.1" 2632 - source = "registry+https://github.com/rust-lang/crates.io-index" 2633 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 2634 - dependencies = [ 2635 - "cxx", 2636 - "cxx-build", 2637 - ] 2638 - 2639 - [[package]] 2640 - name = "ident_case" 2641 - version = "1.0.1" 2642 - source = "registry+https://github.com/rust-lang/crates.io-index" 2643 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2644 - 2645 - [[package]] 2646 - name = "idna" 2647 - version = "0.3.0" 2648 - source = "registry+https://github.com/rust-lang/crates.io-index" 2649 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2650 - dependencies = [ 2651 - "unicode-bidi", 2652 - "unicode-normalization", 2653 - ] 2654 - 2655 - [[package]] 2656 - name = "if_chain" 2657 - version = "1.0.2" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 2660 - 2661 - [[package]] 2662 - name = "image" 2663 - version = "0.24.5" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945" 2666 - dependencies = [ 2667 - "bytemuck", 2668 - "byteorder", 2669 - "color_quant", 2670 - "jpeg-decoder", 2671 - "num-rational", 2672 - "num-traits", 2673 - "png", 2674 - ] 2675 - 2676 - [[package]] 2677 - name = "include_dir" 2678 - version = "0.7.3" 2679 - source = "registry+https://github.com/rust-lang/crates.io-index" 2680 - checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" 2681 - dependencies = [ 2682 - "include_dir_macros", 2683 - ] 2684 - 2685 - [[package]] 2686 - name = "include_dir_macros" 2687 - version = "0.7.3" 2688 - source = "registry+https://github.com/rust-lang/crates.io-index" 2689 - checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" 2690 - dependencies = [ 2691 - "proc-macro2", 2692 - "quote", 2693 - ] 2694 - 2695 - [[package]] 2696 - name = "indexmap" 2697 - version = "1.9.2" 2698 - source = "registry+https://github.com/rust-lang/crates.io-index" 2699 - checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 2700 - dependencies = [ 2701 - "autocfg", 2702 - "hashbrown 0.12.3", 2703 - "rayon", 2704 - "serde", 2705 - ] 2706 - 2707 - [[package]] 2708 - name = "indicatif" 2709 - version = "0.17.3" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" 2712 - dependencies = [ 2713 - "console", 2714 - "number_prefix", 2715 - "portable-atomic", 2716 - "unicode-width", 2717 - ] 2718 - 2719 - [[package]] 2720 - name = "indoc" 2721 - version = "2.0.1" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" 2724 - 2725 - [[package]] 2726 - name = "inotify" 2727 - version = "0.7.1" 2728 - source = "registry+https://github.com/rust-lang/crates.io-index" 2729 - checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 2730 - dependencies = [ 2731 - "bitflags 1.3.2", 2732 - "inotify-sys", 2733 - "libc", 2734 - ] 2735 - 2736 - [[package]] 2737 - name = "inotify" 2738 - version = "0.9.6" 2739 - source = "registry+https://github.com/rust-lang/crates.io-index" 2740 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2741 - dependencies = [ 2742 - "bitflags 1.3.2", 2743 - "inotify-sys", 2744 - "libc", 2745 - ] 2746 - 2747 - [[package]] 2748 - name = "inotify-sys" 2749 - version = "0.1.5" 2750 - source = "registry+https://github.com/rust-lang/crates.io-index" 2751 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2752 - dependencies = [ 2753 - "libc", 2754 - ] 2755 - 2756 - [[package]] 2757 - name = "inquire" 2758 - version = "0.5.3" 2759 - source = "registry+https://github.com/rust-lang/crates.io-index" 2760 - checksum = "f3a94f0659efe59329832ba0452d3ec753145fc1fb12a8e1d60de4ccf99f5364" 2761 - dependencies = [ 2762 - "bitflags 1.3.2", 2763 - "crossterm 0.25.0", 2764 - "dyn-clone", 2765 - "lazy_static", 2766 - "newline-converter", 2767 - "thiserror", 2768 - "unicode-segmentation", 2769 - "unicode-width", 2770 - ] 2771 - 2772 - [[package]] 2773 - name = "instant" 2774 - version = "0.1.12" 2775 - source = "registry+https://github.com/rust-lang/crates.io-index" 2776 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2777 - dependencies = [ 2778 - "cfg-if 1.0.0", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "io-lifetimes" 2783 - version = "1.0.9" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 2786 - dependencies = [ 2787 - "hermit-abi 0.3.1", 2788 - "libc", 2789 - "windows-sys 0.45.0", 2790 - ] 2791 - 2792 - [[package]] 2793 - name = "iovec" 2794 - version = "0.1.4" 2795 - source = "registry+https://github.com/rust-lang/crates.io-index" 2796 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 2797 - dependencies = [ 2798 - "libc", 2799 - ] 2800 - 2801 - [[package]] 2802 - name = "ipnet" 2803 - version = "2.7.1" 2804 - source = "registry+https://github.com/rust-lang/crates.io-index" 2805 - checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 2806 - 2807 - [[package]] 2808 - name = "is-macro" 2809 - version = "0.2.2" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20" 2812 - dependencies = [ 2813 - "Inflector", 2814 - "pmutil", 2815 - "proc-macro2", 2816 - "quote", 2817 - "syn 1.0.109", 2818 - ] 2819 - 2820 - [[package]] 2821 - name = "is-terminal" 2822 - version = "0.4.5" 2823 - source = "registry+https://github.com/rust-lang/crates.io-index" 2824 - checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" 2825 - dependencies = [ 2826 - "hermit-abi 0.3.1", 2827 - "io-lifetimes", 2828 - "rustix 0.36.11", 2829 - "windows-sys 0.45.0", 2830 - ] 2831 - 2832 - [[package]] 2833 - name = "is_ci" 2834 - version = "1.1.1" 2835 - source = "registry+https://github.com/rust-lang/crates.io-index" 2836 - checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" 2837 - 2838 - [[package]] 2839 - name = "isahc" 2840 - version = "1.7.2" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" 2843 - dependencies = [ 2844 - "async-channel", 2845 - "castaway 0.1.2", 2846 - "crossbeam-utils", 2847 - "curl", 2848 - "curl-sys", 2849 - "encoding_rs", 2850 - "event-listener", 2851 - "futures-lite", 2852 - "http", 2853 - "log", 2854 - "mime", 2855 - "once_cell", 2856 - "polling", 2857 - "slab", 2858 - "sluice", 2859 - "tracing", 2860 - "tracing-futures", 2861 - "url", 2862 - "waker-fn", 2863 - ] 2864 - 2865 - [[package]] 2866 - name = "itertools" 2867 - version = "0.10.5" 2868 - source = "registry+https://github.com/rust-lang/crates.io-index" 2869 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2870 - dependencies = [ 2871 - "either", 2872 - ] 2873 - 2874 - [[package]] 2875 - name = "itoa" 2876 - version = "1.0.6" 2877 - source = "registry+https://github.com/rust-lang/crates.io-index" 2878 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 2879 - 2880 - [[package]] 2881 - name = "jni" 2882 - version = "0.20.0" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 2885 - dependencies = [ 2886 - "cesu8", 2887 - "combine", 2888 - "jni-sys", 2889 - "log", 2890 - "thiserror", 2891 - "walkdir", 2892 - ] 2893 - 2894 - [[package]] 2895 - name = "jni-sys" 2896 - version = "0.3.0" 2897 - source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2899 - 2900 - [[package]] 2901 - name = "jobserver" 2902 - version = "0.1.26" 2903 - source = "registry+https://github.com/rust-lang/crates.io-index" 2904 - checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 2905 - dependencies = [ 2906 - "libc", 2907 - ] 2908 - 2909 - [[package]] 2910 - name = "jpeg-decoder" 2911 - version = "0.3.0" 2912 - source = "registry+https://github.com/rust-lang/crates.io-index" 2913 - checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2914 - 2915 - [[package]] 2916 - name = "js-sys" 2917 - version = "0.3.61" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 2920 - dependencies = [ 2921 - "wasm-bindgen", 2922 - ] 2923 - 2924 - [[package]] 2925 - name = "json5" 2926 - version = "0.4.1" 2927 - source = "registry+https://github.com/rust-lang/crates.io-index" 2928 - checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" 2929 - dependencies = [ 2930 - "pest", 2931 - "pest_derive", 2932 - "serde", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "jsonc-parser" 2937 - version = "0.21.0" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "3a1853e40333206f9a685358046d13ab200169e3ee573019bddf0ede0dc29307" 2940 - dependencies = [ 2941 - "serde_json", 2942 - ] 2943 - 2944 - [[package]] 2945 - name = "kernel32-sys" 2946 - version = "0.2.2" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 2949 - dependencies = [ 2950 - "winapi 0.2.8", 2951 - "winapi-build", 2952 - ] 2953 - 2954 - [[package]] 2955 - name = "kqueue" 2956 - version = "1.0.7" 2957 - source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 2959 - dependencies = [ 2960 - "kqueue-sys", 2961 - "libc", 2962 - ] 2963 - 2964 - [[package]] 2965 - name = "kqueue-sys" 2966 - version = "1.0.3" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 2969 - dependencies = [ 2970 - "bitflags 1.3.2", 2971 - "libc", 2972 - ] 2973 - 2974 - [[package]] 2975 - name = "kv-log-macro" 2976 - version = "1.0.7" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2979 - dependencies = [ 2980 - "log", 2981 - ] 2982 - 2983 - [[package]] 2984 - name = "lazy_static" 2985 - version = "1.4.0" 2986 - source = "registry+https://github.com/rust-lang/crates.io-index" 2987 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2988 - 2989 - [[package]] 2990 - name = "lazycell" 2991 - version = "1.3.0" 2992 - source = "registry+https://github.com/rust-lang/crates.io-index" 2993 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2994 - 2995 - [[package]] 2996 - name = "leb128" 2997 - version = "0.2.5" 2998 - source = "registry+https://github.com/rust-lang/crates.io-index" 2999 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 3000 - 3001 - [[package]] 3002 - name = "levenshtein" 3003 - version = "1.0.5" 3004 - source = "registry+https://github.com/rust-lang/crates.io-index" 3005 - checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 3006 - 3007 - [[package]] 3008 - name = "lexical" 3009 - version = "6.1.1" 3010 - source = "registry+https://github.com/rust-lang/crates.io-index" 3011 - checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" 3012 - dependencies = [ 3013 - "lexical-core", 3014 - ] 3015 - 3016 - [[package]] 3017 - name = "lexical-core" 3018 - version = "0.8.5" 3019 - source = "registry+https://github.com/rust-lang/crates.io-index" 3020 - checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 3021 - dependencies = [ 3022 - "lexical-parse-float", 3023 - "lexical-parse-integer", 3024 - "lexical-util", 3025 - "lexical-write-float", 3026 - "lexical-write-integer", 3027 - ] 3028 - 3029 - [[package]] 3030 - name = "lexical-parse-float" 3031 - version = "0.8.5" 3032 - source = "registry+https://github.com/rust-lang/crates.io-index" 3033 - checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 3034 - dependencies = [ 3035 - "lexical-parse-integer", 3036 - "lexical-util", 3037 - "static_assertions", 3038 - ] 3039 - 3040 - [[package]] 3041 - name = "lexical-parse-integer" 3042 - version = "0.8.6" 3043 - source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 3045 - dependencies = [ 3046 - "lexical-util", 3047 - "static_assertions", 3048 - ] 3049 - 3050 - [[package]] 3051 - name = "lexical-util" 3052 - version = "0.8.5" 3053 - source = "registry+https://github.com/rust-lang/crates.io-index" 3054 - checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 3055 - dependencies = [ 3056 - "static_assertions", 3057 - ] 3058 - 3059 - [[package]] 3060 - name = "lexical-write-float" 3061 - version = "0.8.5" 3062 - source = "registry+https://github.com/rust-lang/crates.io-index" 3063 - checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 3064 - dependencies = [ 3065 - "lexical-util", 3066 - "lexical-write-integer", 3067 - "static_assertions", 3068 - ] 3069 - 3070 - [[package]] 3071 - name = "lexical-write-integer" 3072 - version = "0.8.5" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 3075 - dependencies = [ 3076 - "lexical-util", 3077 - "static_assertions", 3078 - ] 3079 - 3080 - [[package]] 3081 - name = "libc" 3082 - version = "0.2.140" 3083 - source = "registry+https://github.com/rust-lang/crates.io-index" 3084 - checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 3085 - 3086 - [[package]] 3087 - name = "libgit2-sys" 3088 - version = "0.14.2+1.5.1" 3089 - source = "registry+https://github.com/rust-lang/crates.io-index" 3090 - checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 3091 - dependencies = [ 3092 - "cc", 3093 - "libc", 3094 - "libz-sys", 3095 - "pkg-config", 3096 - ] 3097 - 3098 - [[package]] 3099 - name = "libloading" 3100 - version = "0.7.4" 3101 - source = "registry+https://github.com/rust-lang/crates.io-index" 3102 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3103 - dependencies = [ 3104 - "cfg-if 1.0.0", 3105 - "winapi 0.3.9", 3106 - ] 3107 - 3108 - [[package]] 3109 - name = "libm" 3110 - version = "0.2.6" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 3113 - 3114 - [[package]] 3115 - name = "libmimalloc-sys" 3116 - version = "0.1.30" 3117 - source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174" 3119 - dependencies = [ 3120 - "cc", 3121 - "libc", 3122 - ] 3123 - 3124 - [[package]] 3125 - name = "libnghttp2-sys" 3126 - version = "0.1.7+1.45.0" 3127 - source = "registry+https://github.com/rust-lang/crates.io-index" 3128 - checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" 3129 - dependencies = [ 3130 - "cc", 3131 - "libc", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "libz-sys" 3136 - version = "1.1.8" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 3139 - dependencies = [ 3140 - "cc", 3141 - "libc", 3142 - "pkg-config", 3143 - "vcpkg", 3144 - ] 3145 - 3146 - [[package]] 3147 - name = "link-cplusplus" 3148 - version = "1.0.8" 3149 - source = "registry+https://github.com/rust-lang/crates.io-index" 3150 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 3151 - dependencies = [ 3152 - "cc", 3153 - ] 3154 - 3155 - [[package]] 3156 - name = "linked-hash-map" 3157 - version = "0.5.6" 3158 - source = "registry+https://github.com/rust-lang/crates.io-index" 3159 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 3160 - 3161 - [[package]] 3162 - name = "linux-raw-sys" 3163 - version = "0.1.4" 3164 - source = "registry+https://github.com/rust-lang/crates.io-index" 3165 - checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 3166 - 3167 - [[package]] 3168 - name = "linux-raw-sys" 3169 - version = "0.3.0" 3170 - source = "registry+https://github.com/rust-lang/crates.io-index" 3171 - checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" 3172 - 3173 - [[package]] 3174 - name = "lock_api" 3175 - version = "0.4.9" 3176 - source = "registry+https://github.com/rust-lang/crates.io-index" 3177 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 3178 - dependencies = [ 3179 - "autocfg", 3180 - "scopeguard", 3181 - ] 3182 - 3183 - [[package]] 3184 - name = "log" 3185 - version = "0.4.17" 3186 - source = "registry+https://github.com/rust-lang/crates.io-index" 3187 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 3188 - dependencies = [ 3189 - "cfg-if 1.0.0", 3190 - "value-bag", 3191 - ] 3192 - 3193 - [[package]] 3194 - name = "loupe" 3195 - version = "0.1.3" 3196 - source = "registry+https://github.com/rust-lang/crates.io-index" 3197 - checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d" 3198 - dependencies = [ 3199 - "indexmap", 3200 - "loupe-derive", 3201 - "rustversion", 3202 - ] 3203 - 3204 - [[package]] 3205 - name = "loupe-derive" 3206 - version = "0.1.3" 3207 - source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952" 3209 - dependencies = [ 3210 - "quote", 3211 - "syn 1.0.109", 3212 - ] 3213 - 3214 - [[package]] 3215 - name = "lru" 3216 - version = "0.7.8" 3217 - source = "registry+https://github.com/rust-lang/crates.io-index" 3218 - checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" 3219 - dependencies = [ 3220 - "hashbrown 0.12.3", 3221 - ] 3222 - 3223 - [[package]] 3224 - name = "mach" 3225 - version = "0.3.2" 3226 - source = "registry+https://github.com/rust-lang/crates.io-index" 3227 - checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 3228 - dependencies = [ 3229 - "libc", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "malloc_buf" 3234 - version = "0.0.6" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3237 - dependencies = [ 3238 - "libc", 3239 - ] 3240 - 3241 - [[package]] 3242 - name = "markdown" 3243 - version = "1.0.0-alpha.7" 3244 - source = "registry+https://github.com/rust-lang/crates.io-index" 3245 - checksum = "98de49c677e95e00eaa74c42a0b07ea55e1e0b1ebca5b2cbc7657f288cd714eb" 3246 - dependencies = [ 3247 - "unicode-id", 3248 - ] 3249 - 3250 - [[package]] 3251 - name = "match_cfg" 3252 - version = "0.1.0" 3253 - source = "registry+https://github.com/rust-lang/crates.io-index" 3254 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 3255 - 3256 - [[package]] 3257 - name = "matchers" 3258 - version = "0.1.0" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3261 - dependencies = [ 3262 - "regex-automata", 3263 - ] 3264 - 3265 - [[package]] 3266 - name = "matchit" 3267 - version = "0.7.0" 3268 - source = "registry+https://github.com/rust-lang/crates.io-index" 3269 - checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 3270 - 3271 - [[package]] 3272 - name = "md4" 3273 - version = "0.10.2" 3274 - source = "registry+https://github.com/rust-lang/crates.io-index" 3275 - checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda" 3276 - dependencies = [ 3277 - "digest", 3278 - ] 3279 - 3280 - [[package]] 3281 - name = "mdxjs" 3282 - version = "0.1.8" 3283 - source = "registry+https://github.com/rust-lang/crates.io-index" 3284 - checksum = "fe25a3b6ba9aad427fa5ef59c99506bb6954748dd82211223dfd8a40dd75ae80" 3285 - dependencies = [ 3286 - "markdown", 3287 - "serde", 3288 - "swc_core", 3289 - ] 3290 - 3291 - [[package]] 3292 - name = "memchr" 3293 - version = "2.5.0" 3294 - source = "registry+https://github.com/rust-lang/crates.io-index" 3295 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 3296 - 3297 - [[package]] 3298 - name = "memmap2" 3299 - version = "0.5.10" 3300 - source = "registry+https://github.com/rust-lang/crates.io-index" 3301 - checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 3302 - dependencies = [ 3303 - "libc", 3304 - ] 3305 - 3306 - [[package]] 3307 - name = "memoffset" 3308 - version = "0.6.5" 3309 - source = "registry+https://github.com/rust-lang/crates.io-index" 3310 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 3311 - dependencies = [ 3312 - "autocfg", 3313 - ] 3314 - 3315 - [[package]] 3316 - name = "memoffset" 3317 - version = "0.8.0" 3318 - source = "registry+https://github.com/rust-lang/crates.io-index" 3319 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 3320 - dependencies = [ 3321 - "autocfg", 3322 - ] 3323 - 3324 - [[package]] 3325 - name = "miette" 3326 - version = "4.7.1" 3327 - source = "registry+https://github.com/rust-lang/crates.io-index" 3328 - checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c" 3329 - dependencies = [ 3330 - "atty", 3331 - "backtrace", 3332 - "miette-derive", 3333 - "once_cell", 3334 - "owo-colors", 3335 - "supports-color", 3336 - "supports-hyperlinks", 3337 - "supports-unicode", 3338 - "terminal_size", 3339 - "textwrap 0.15.2", 3340 - "thiserror", 3341 - "unicode-width", 3342 - ] 3343 - 3344 - [[package]] 3345 - name = "miette-derive" 3346 - version = "4.7.1" 3347 - source = "registry+https://github.com/rust-lang/crates.io-index" 3348 - checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c" 3349 - dependencies = [ 3350 - "proc-macro2", 3351 - "quote", 3352 - "syn 1.0.109", 3353 - ] 3354 - 3355 - [[package]] 3356 - name = "mimalloc" 3357 - version = "0.1.34" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1" 3360 - dependencies = [ 3361 - "libmimalloc-sys", 3362 - ] 3363 - 3364 - [[package]] 3365 - name = "mimalloc-rust" 3366 - version = "0.2.0" 3367 - source = "registry+https://github.com/rust-lang/crates.io-index" 3368 - checksum = "6973866e0bc6504c03a16b6817b7e70839cc8a1dbd5d6dab00c65d8034868d8b" 3369 - dependencies = [ 3370 - "cty", 3371 - "mimalloc-rust-sys", 3372 - ] 3373 - 3374 - [[package]] 3375 - name = "mimalloc-rust-sys" 3376 - version = "1.7.6-source" 3377 - source = "registry+https://github.com/rust-lang/crates.io-index" 3378 - checksum = "7a50daf45336b979a202a19f53b4b382f2c4bd50f392a8dbdb4c6c56ba5dfa64" 3379 - dependencies = [ 3380 - "cc", 3381 - "cty", 3382 - ] 3383 - 3384 - [[package]] 3385 - name = "mime" 3386 - version = "0.3.17" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3389 - 3390 - [[package]] 3391 - name = "mime_guess" 3392 - version = "2.0.4" 3393 - source = "registry+https://github.com/rust-lang/crates.io-index" 3394 - checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 3395 - dependencies = [ 3396 - "mime", 3397 - "unicase", 3398 - ] 3399 - 3400 - [[package]] 3401 - name = "minimal-lexical" 3402 - version = "0.2.1" 3403 - source = "registry+https://github.com/rust-lang/crates.io-index" 3404 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3405 - 3406 - [[package]] 3407 - name = "miniz_oxide" 3408 - version = "0.6.2" 3409 - source = "registry+https://github.com/rust-lang/crates.io-index" 3410 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 3411 - dependencies = [ 3412 - "adler", 3413 - ] 3414 - 3415 - [[package]] 3416 - name = "mio" 3417 - version = "0.6.23" 3418 - source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 3420 - dependencies = [ 3421 - "cfg-if 0.1.10", 3422 - "fuchsia-zircon", 3423 - "fuchsia-zircon-sys", 3424 - "iovec", 3425 - "kernel32-sys", 3426 - "libc", 3427 - "log", 3428 - "miow", 3429 - "net2", 3430 - "slab", 3431 - "winapi 0.2.8", 3432 - ] 3433 - 3434 - [[package]] 3435 - name = "mio" 3436 - version = "0.8.6" 3437 - source = "registry+https://github.com/rust-lang/crates.io-index" 3438 - checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 3439 - dependencies = [ 3440 - "libc", 3441 - "log", 3442 - "wasi 0.11.0+wasi-snapshot-preview1", 3443 - "windows-sys 0.45.0", 3444 - ] 3445 - 3446 - [[package]] 3447 - name = "mio-extras" 3448 - version = "2.0.6" 3449 - source = "registry+https://github.com/rust-lang/crates.io-index" 3450 - checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 3451 - dependencies = [ 3452 - "lazycell", 3453 - "log", 3454 - "mio 0.6.23", 3455 - "slab", 3456 - ] 3457 - 3458 - [[package]] 3459 - name = "miow" 3460 - version = "0.2.2" 3461 - source = "registry+https://github.com/rust-lang/crates.io-index" 3462 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 3463 - dependencies = [ 3464 - "kernel32-sys", 3465 - "net2", 3466 - "winapi 0.2.8", 3467 - "ws2_32-sys", 3468 - ] 3469 - 3470 - [[package]] 3471 - name = "modularize_imports" 3472 - version = "0.26.12" 3473 - source = "registry+https://github.com/rust-lang/crates.io-index" 3474 - checksum = "555492806309a91524a65d75d0336c5aebb1b1d40039efb9a6f33f78397d3a0e" 3475 - dependencies = [ 3476 - "convert_case 0.5.0", 3477 - "handlebars", 3478 - "once_cell", 3479 - "regex", 3480 - "serde", 3481 - "swc_core", 3482 - ] 3483 - 3484 - [[package]] 3485 - name = "mopa" 3486 - version = "0.2.2" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "a785740271256c230f57462d3b83e52f998433a7062fc18f96d5999474a9f915" 3489 - 3490 - [[package]] 3491 - name = "more-asserts" 3492 - version = "0.2.2" 3493 - source = "registry+https://github.com/rust-lang/crates.io-index" 3494 - checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389" 3495 - 3496 - [[package]] 3497 - name = "multimap" 3498 - version = "0.8.3" 3499 - source = "registry+https://github.com/rust-lang/crates.io-index" 3500 - checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 3501 - 3502 - [[package]] 3503 - name = "napi" 3504 - version = "2.12.1" 3505 - source = "registry+https://github.com/rust-lang/crates.io-index" 3506 - checksum = "8de689526aff547ad70ad7feef42f1a5ccaa6f768910fd93984dae25a3fc9699" 3507 - dependencies = [ 3508 - "bitflags 2.0.2", 3509 - "ctor", 3510 - "napi-derive", 3511 - "napi-sys", 3512 - "once_cell", 3513 - "serde", 3514 - "serde_json", 3515 - ] 3516 - 3517 - [[package]] 3518 - name = "napi-derive" 3519 - version = "2.12.2" 3520 - source = "registry+https://github.com/rust-lang/crates.io-index" 3521 - checksum = "a6bd0beb0ac7e8576bc92d293361a461b42eaf41740bbdec7e0cbf64d8dc89f7" 3522 - dependencies = [ 3523 - "convert_case 0.6.0", 3524 - "napi-derive-backend", 3525 - "proc-macro2", 3526 - "quote", 3527 - "syn 1.0.109", 3528 - ] 3529 - 3530 - [[package]] 3531 - name = "napi-derive-backend" 3532 - version = "1.0.48" 3533 - source = "registry+https://github.com/rust-lang/crates.io-index" 3534 - checksum = "c713ff9ff5baa6d6ad9aedc46fad73c91e2f16ebe5ece0f41983d4e70e020c7c" 3535 - dependencies = [ 3536 - "convert_case 0.6.0", 3537 - "once_cell", 3538 - "proc-macro2", 3539 - "quote", 3540 - "regex", 3541 - "semver 1.0.17", 3542 - "syn 1.0.109", 3543 - ] 3544 - 3545 - [[package]] 3546 - name = "napi-sys" 3547 - version = "2.2.3" 3548 - source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3" 3550 - dependencies = [ 3551 - "libloading", 3552 - ] 3553 - 3554 - [[package]] 3555 - name = "native-tls" 3556 - version = "0.2.11" 3557 - source = "registry+https://github.com/rust-lang/crates.io-index" 3558 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 3559 - dependencies = [ 3560 - "lazy_static", 3561 - "libc", 3562 - "log", 3563 - "openssl", 3564 - "openssl-probe", 3565 - "openssl-sys", 3566 - "schannel", 3567 - "security-framework", 3568 - "security-framework-sys", 3569 - "tempfile", 3570 - ] 3571 - 3572 - [[package]] 3573 - name = "ndk-context" 3574 - version = "0.1.1" 3575 - source = "registry+https://github.com/rust-lang/crates.io-index" 3576 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3577 - 3578 - [[package]] 3579 - name = "net2" 3580 - version = "0.2.38" 3581 - source = "registry+https://github.com/rust-lang/crates.io-index" 3582 - checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 3583 - dependencies = [ 3584 - "cfg-if 0.1.10", 3585 - "libc", 3586 - "winapi 0.3.9", 3587 - ] 3588 - 3589 - [[package]] 3590 - name = "new_debug_unreachable" 3591 - version = "1.0.4" 3592 - source = "registry+https://github.com/rust-lang/crates.io-index" 3593 - checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 3594 - 3595 - [[package]] 3596 - name = "newline-converter" 3597 - version = "0.2.2" 3598 - source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f" 3600 - dependencies = [ 3601 - "unicode-segmentation", 3602 - ] 3603 - 3604 - [[package]] 3605 - name = "nix" 3606 - version = "0.26.2" 3607 - source = "registry+https://github.com/rust-lang/crates.io-index" 3608 - checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 3609 - dependencies = [ 3610 - "bitflags 1.3.2", 3611 - "cfg-if 1.0.0", 3612 - "libc", 3613 - "static_assertions", 3614 - ] 3615 - 3616 - [[package]] 3617 - name = "node-file-trace" 3618 - version = "0.1.0" 3619 - dependencies = [ 3620 - "anyhow", 3621 - "clap 4.1.11", 3622 - "console-subscriber", 3623 - "serde", 3624 - "serde_json", 3625 - "tokio", 3626 - "turbo-malloc", 3627 - "turbo-tasks", 3628 - "turbo-tasks-build", 3629 - "turbo-tasks-fs", 3630 - "turbo-tasks-memory", 3631 - "turbopack", 3632 - "turbopack-cli-utils", 3633 - "turbopack-core", 3634 - ] 3635 - 3636 - [[package]] 3637 - name = "nohash-hasher" 3638 - version = "0.2.0" 3639 - source = "registry+https://github.com/rust-lang/crates.io-index" 3640 - checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 3641 - 3642 - [[package]] 3643 - name = "nom" 3644 - version = "7.1.3" 3645 - source = "registry+https://github.com/rust-lang/crates.io-index" 3646 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3647 - dependencies = [ 3648 - "memchr", 3649 - "minimal-lexical", 3650 - ] 3651 - 3652 - [[package]] 3653 - name = "normpath" 3654 - version = "0.2.0" 3655 - source = "registry+https://github.com/rust-lang/crates.io-index" 3656 - checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578" 3657 - dependencies = [ 3658 - "winapi 0.3.9", 3659 - ] 3660 - 3661 - [[package]] 3662 - name = "notify" 3663 - version = "4.0.17" 3664 - source = "registry+https://github.com/rust-lang/crates.io-index" 3665 - checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 3666 - dependencies = [ 3667 - "bitflags 1.3.2", 3668 - "filetime", 3669 - "fsevent", 3670 - "fsevent-sys", 3671 - "inotify 0.7.1", 3672 - "libc", 3673 - "mio 0.6.23", 3674 - "mio-extras", 3675 - "walkdir", 3676 - "winapi 0.3.9", 3677 - ] 3678 - 3679 - [[package]] 3680 - name = "notify" 3681 - version = "5.1.0" 3682 - source = "registry+https://github.com/rust-lang/crates.io-index" 3683 - checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" 3684 - dependencies = [ 3685 - "bitflags 1.3.2", 3686 - "filetime", 3687 - "inotify 0.9.6", 3688 - "kqueue", 3689 - "libc", 3690 - "mio 0.8.6", 3691 - "walkdir", 3692 - "windows-sys 0.42.0", 3693 - ] 3694 - 3695 - [[package]] 3696 - name = "ntapi" 3697 - version = "0.4.0" 3698 - source = "registry+https://github.com/rust-lang/crates.io-index" 3699 - checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" 3700 - dependencies = [ 3701 - "winapi 0.3.9", 3702 - ] 3703 - 3704 - [[package]] 3705 - name = "nu-ansi-term" 3706 - version = "0.46.0" 3707 - source = "registry+https://github.com/rust-lang/crates.io-index" 3708 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3709 - dependencies = [ 3710 - "overload", 3711 - "winapi 0.3.9", 3712 - ] 3713 - 3714 - [[package]] 3715 - name = "num-bigint" 3716 - version = "0.4.3" 3717 - source = "registry+https://github.com/rust-lang/crates.io-index" 3718 - checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 3719 - dependencies = [ 3720 - "autocfg", 3721 - "num-integer", 3722 - "num-traits", 3723 - "serde", 3724 - ] 3725 - 3726 - [[package]] 3727 - name = "num-format" 3728 - version = "0.4.4" 3729 - source = "registry+https://github.com/rust-lang/crates.io-index" 3730 - checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3731 - dependencies = [ 3732 - "arrayvec 0.7.2", 3733 - "itoa", 3734 - ] 3735 - 3736 - [[package]] 3737 - name = "num-integer" 3738 - version = "0.1.45" 3739 - source = "registry+https://github.com/rust-lang/crates.io-index" 3740 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3741 - dependencies = [ 3742 - "autocfg", 3743 - "num-traits", 3744 - ] 3745 - 3746 - [[package]] 3747 - name = "num-rational" 3748 - version = "0.4.1" 3749 - source = "registry+https://github.com/rust-lang/crates.io-index" 3750 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 3751 - dependencies = [ 3752 - "autocfg", 3753 - "num-integer", 3754 - "num-traits", 3755 - ] 3756 - 3757 - [[package]] 3758 - name = "num-traits" 3759 - version = "0.2.15" 3760 - source = "registry+https://github.com/rust-lang/crates.io-index" 3761 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3762 - dependencies = [ 3763 - "autocfg", 3764 - ] 3765 - 3766 - [[package]] 3767 - name = "num_cpus" 3768 - version = "1.15.0" 3769 - source = "registry+https://github.com/rust-lang/crates.io-index" 3770 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 3771 - dependencies = [ 3772 - "hermit-abi 0.2.6", 3773 - "libc", 3774 - ] 3775 - 3776 - [[package]] 3777 - name = "number_prefix" 3778 - version = "0.4.0" 3779 - source = "registry+https://github.com/rust-lang/crates.io-index" 3780 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 3781 - 3782 - [[package]] 3783 - name = "objc" 3784 - version = "0.2.7" 3785 - source = "registry+https://github.com/rust-lang/crates.io-index" 3786 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3787 - dependencies = [ 3788 - "malloc_buf", 3789 - ] 3790 - 3791 - [[package]] 3792 - name = "object" 3793 - version = "0.28.4" 3794 - source = "registry+https://github.com/rust-lang/crates.io-index" 3795 - checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" 3796 - dependencies = [ 3797 - "crc32fast", 3798 - "hashbrown 0.11.2", 3799 - "indexmap", 3800 - "memchr", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "object" 3805 - version = "0.30.3" 3806 - source = "registry+https://github.com/rust-lang/crates.io-index" 3807 - checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 3808 - dependencies = [ 3809 - "memchr", 3810 - ] 3811 - 3812 - [[package]] 3813 - name = "once_cell" 3814 - version = "1.17.1" 3815 - source = "registry+https://github.com/rust-lang/crates.io-index" 3816 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 3817 - 3818 - [[package]] 3819 - name = "oorandom" 3820 - version = "11.1.3" 3821 - source = "registry+https://github.com/rust-lang/crates.io-index" 3822 - checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 3823 - 3824 - [[package]] 3825 - name = "openssl" 3826 - version = "0.10.47" 3827 - source = "registry+https://github.com/rust-lang/crates.io-index" 3828 - checksum = "d8b277f87dacc05a6b709965d1cbafac4649d6ce9f3ce9ceb88508b5666dfec9" 3829 - dependencies = [ 3830 - "bitflags 1.3.2", 3831 - "cfg-if 1.0.0", 3832 - "foreign-types", 3833 - "libc", 3834 - "once_cell", 3835 - "openssl-macros", 3836 - "openssl-sys", 3837 - ] 3838 - 3839 - [[package]] 3840 - name = "openssl-macros" 3841 - version = "0.1.0" 3842 - source = "registry+https://github.com/rust-lang/crates.io-index" 3843 - checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 3844 - dependencies = [ 3845 - "proc-macro2", 3846 - "quote", 3847 - "syn 1.0.109", 3848 - ] 3849 - 3850 - [[package]] 3851 - name = "openssl-probe" 3852 - version = "0.1.5" 3853 - source = "registry+https://github.com/rust-lang/crates.io-index" 3854 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3855 - 3856 - [[package]] 3857 - name = "openssl-sys" 3858 - version = "0.9.82" 3859 - source = "registry+https://github.com/rust-lang/crates.io-index" 3860 - checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04" 3861 - dependencies = [ 3862 - "autocfg", 3863 - "cc", 3864 - "libc", 3865 - "pkg-config", 3866 - "vcpkg", 3867 - ] 3868 - 3869 - [[package]] 3870 - name = "ordered-multimap" 3871 - version = "0.4.3" 3872 - source = "registry+https://github.com/rust-lang/crates.io-index" 3873 - checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" 3874 - dependencies = [ 3875 - "dlv-list", 3876 - "hashbrown 0.12.3", 3877 - ] 3878 - 3879 - [[package]] 3880 - name = "os_str_bytes" 3881 - version = "6.5.0" 3882 - source = "registry+https://github.com/rust-lang/crates.io-index" 3883 - checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 3884 - 3885 - [[package]] 3886 - name = "output_vt100" 3887 - version = "0.1.3" 3888 - source = "registry+https://github.com/rust-lang/crates.io-index" 3889 - checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 3890 - dependencies = [ 3891 - "winapi 0.3.9", 3892 - ] 3893 - 3894 - [[package]] 3895 - name = "overload" 3896 - version = "0.1.1" 3897 - source = "registry+https://github.com/rust-lang/crates.io-index" 3898 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3899 - 3900 - [[package]] 3901 - name = "owo-colors" 3902 - version = "3.5.0" 3903 - source = "registry+https://github.com/rust-lang/crates.io-index" 3904 - checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 3905 - 3906 - [[package]] 3907 - name = "papergrid" 3908 - version = "0.7.1" 3909 - source = "registry+https://github.com/rust-lang/crates.io-index" 3910 - checksum = "1526bb6aa9f10ec339fb10360f22c57edf81d5678d0278e93bc12a47ffbe4b01" 3911 - dependencies = [ 3912 - "ansi-str", 3913 - "ansitok", 3914 - "bytecount", 3915 - "fnv", 3916 - "unicode-width", 3917 - ] 3918 - 3919 - [[package]] 3920 - name = "parking" 3921 - version = "2.0.0" 3922 - source = "registry+https://github.com/rust-lang/crates.io-index" 3923 - checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 3924 - 3925 - [[package]] 3926 - name = "parking_lot" 3927 - version = "0.12.1" 3928 - source = "registry+https://github.com/rust-lang/crates.io-index" 3929 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3930 - dependencies = [ 3931 - "lock_api", 3932 - "parking_lot_core", 3933 - ] 3934 - 3935 - [[package]] 3936 - name = "parking_lot_core" 3937 - version = "0.9.7" 3938 - source = "registry+https://github.com/rust-lang/crates.io-index" 3939 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 3940 - dependencies = [ 3941 - "cfg-if 1.0.0", 3942 - "libc", 3943 - "redox_syscall", 3944 - "smallvec", 3945 - "windows-sys 0.45.0", 3946 - ] 3947 - 3948 - [[package]] 3949 - name = "path-clean" 3950 - version = "0.1.0" 3951 - source = "registry+https://github.com/rust-lang/crates.io-index" 3952 - checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" 3953 - 3954 - [[package]] 3955 - name = "pathdiff" 3956 - version = "0.2.1" 3957 - source = "registry+https://github.com/rust-lang/crates.io-index" 3958 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3959 - 3960 - [[package]] 3961 - name = "pathfinder_geometry" 3962 - version = "0.5.1" 3963 - source = "registry+https://github.com/rust-lang/crates.io-index" 3964 - checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3" 3965 - dependencies = [ 3966 - "log", 3967 - "pathfinder_simd", 3968 - ] 3969 - 3970 - [[package]] 3971 - name = "pathfinder_simd" 3972 - version = "0.5.1" 3973 - source = "registry+https://github.com/rust-lang/crates.io-index" 3974 - checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff" 3975 - dependencies = [ 3976 - "rustc_version 0.3.3", 3977 - ] 3978 - 3979 - [[package]] 3980 - name = "patricia_tree" 3981 - version = "0.5.5" 3982 - source = "registry+https://github.com/rust-lang/crates.io-index" 3983 - checksum = "062a6297f2cd3969a780156ccb288eafb34bb5ed0f3c9a2b4500dbde869d4b86" 3984 - dependencies = [ 3985 - "bitflags 1.3.2", 3986 - ] 3987 - 3988 - [[package]] 3989 - name = "percent-encoding" 3990 - version = "2.2.0" 3991 - source = "registry+https://github.com/rust-lang/crates.io-index" 3992 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 3993 - 3994 - [[package]] 3995 - name = "pest" 3996 - version = "2.5.6" 3997 - source = "registry+https://github.com/rust-lang/crates.io-index" 3998 - checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7" 3999 - dependencies = [ 4000 - "thiserror", 4001 - "ucd-trie", 4002 - ] 4003 - 4004 - [[package]] 4005 - name = "pest_derive" 4006 - version = "2.5.6" 4007 - source = "registry+https://github.com/rust-lang/crates.io-index" 4008 - checksum = "a81186863f3d0a27340815be8f2078dd8050b14cd71913db9fbda795e5f707d7" 4009 - dependencies = [ 4010 - "pest", 4011 - "pest_generator", 4012 - ] 4013 - 4014 - [[package]] 4015 - name = "pest_generator" 4016 - version = "2.5.6" 4017 - source = "registry+https://github.com/rust-lang/crates.io-index" 4018 - checksum = "75a1ef20bf3193c15ac345acb32e26b3dc3223aff4d77ae4fc5359567683796b" 4019 - dependencies = [ 4020 - "pest", 4021 - "pest_meta", 4022 - "proc-macro2", 4023 - "quote", 4024 - "syn 1.0.109", 4025 - ] 4026 - 4027 - [[package]] 4028 - name = "pest_meta" 4029 - version = "2.5.6" 4030 - source = "registry+https://github.com/rust-lang/crates.io-index" 4031 - checksum = "5e3b284b1f13a20dc5ebc90aff59a51b8d7137c221131b52a7260c08cbc1cc80" 4032 - dependencies = [ 4033 - "once_cell", 4034 - "pest", 4035 - "sha2", 4036 - ] 4037 - 4038 - [[package]] 4039 - name = "petgraph" 4040 - version = "0.6.3" 4041 - source = "registry+https://github.com/rust-lang/crates.io-index" 4042 - checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" 4043 - dependencies = [ 4044 - "fixedbitset", 4045 - "indexmap", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "phf" 4050 - version = "0.10.1" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 4053 - dependencies = [ 4054 - "phf_macros", 4055 - "phf_shared", 4056 - "proc-macro-hack", 4057 - ] 4058 - 4059 - [[package]] 4060 - name = "phf_generator" 4061 - version = "0.10.0" 4062 - source = "registry+https://github.com/rust-lang/crates.io-index" 4063 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 4064 - dependencies = [ 4065 - "phf_shared", 4066 - "rand 0.8.5", 4067 - ] 4068 - 4069 - [[package]] 4070 - name = "phf_macros" 4071 - version = "0.10.0" 4072 - source = "registry+https://github.com/rust-lang/crates.io-index" 4073 - checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 4074 - dependencies = [ 4075 - "phf_generator", 4076 - "phf_shared", 4077 - "proc-macro-hack", 4078 - "proc-macro2", 4079 - "quote", 4080 - "syn 1.0.109", 4081 - ] 4082 - 4083 - [[package]] 4084 - name = "phf_shared" 4085 - version = "0.10.0" 4086 - source = "registry+https://github.com/rust-lang/crates.io-index" 4087 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 4088 - dependencies = [ 4089 - "siphasher", 4090 - ] 4091 - 4092 - [[package]] 4093 - name = "pidlock" 4094 - version = "0.1.4" 4095 - dependencies = [ 4096 - "libc", 4097 - "log", 4098 - "rand 0.8.5", 4099 - "tempdir", 4100 - "windows-sys 0.45.0", 4101 - ] 4102 - 4103 - [[package]] 4104 - name = "pin-project" 4105 - version = "1.0.12" 4106 - source = "registry+https://github.com/rust-lang/crates.io-index" 4107 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 4108 - dependencies = [ 4109 - "pin-project-internal", 4110 - ] 4111 - 4112 - [[package]] 4113 - name = "pin-project-internal" 4114 - version = "1.0.12" 4115 - source = "registry+https://github.com/rust-lang/crates.io-index" 4116 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 4117 - dependencies = [ 4118 - "proc-macro2", 4119 - "quote", 4120 - "syn 1.0.109", 4121 - ] 4122 - 4123 - [[package]] 4124 - name = "pin-project-lite" 4125 - version = "0.2.9" 4126 - source = "registry+https://github.com/rust-lang/crates.io-index" 4127 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 4128 - 4129 - [[package]] 4130 - name = "pin-utils" 4131 - version = "0.1.0" 4132 - source = "registry+https://github.com/rust-lang/crates.io-index" 4133 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4134 - 4135 - [[package]] 4136 - name = "pkg-config" 4137 - version = "0.3.26" 4138 - source = "registry+https://github.com/rust-lang/crates.io-index" 4139 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 4140 - 4141 - [[package]] 4142 - name = "plotters" 4143 - version = "0.3.4" 4144 - source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 4146 - dependencies = [ 4147 - "chrono", 4148 - "font-kit", 4149 - "image", 4150 - "lazy_static", 4151 - "num-traits", 4152 - "pathfinder_geometry", 4153 - "plotters-backend", 4154 - "plotters-bitmap", 4155 - "plotters-svg", 4156 - "ttf-parser", 4157 - "wasm-bindgen", 4158 - "web-sys", 4159 - ] 4160 - 4161 - [[package]] 4162 - name = "plotters-backend" 4163 - version = "0.3.4" 4164 - source = "registry+https://github.com/rust-lang/crates.io-index" 4165 - checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 4166 - 4167 - [[package]] 4168 - name = "plotters-bitmap" 4169 - version = "0.3.2" 4170 - source = "registry+https://github.com/rust-lang/crates.io-index" 4171 - checksum = "0c4a1f21490a6cf4a84c272ad20bd7844ed99a3178187a4c5ab7f2051295beef" 4172 - dependencies = [ 4173 - "gif", 4174 - "image", 4175 - "plotters-backend", 4176 - ] 4177 - 4178 - [[package]] 4179 - name = "plotters-svg" 4180 - version = "0.3.3" 4181 - source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 4183 - dependencies = [ 4184 - "plotters-backend", 4185 - ] 4186 - 4187 - [[package]] 4188 - name = "pmutil" 4189 - version = "0.5.3" 4190 - source = "registry+https://github.com/rust-lang/crates.io-index" 4191 - checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" 4192 - dependencies = [ 4193 - "proc-macro2", 4194 - "quote", 4195 - "syn 1.0.109", 4196 - ] 4197 - 4198 - [[package]] 4199 - name = "png" 4200 - version = "0.17.7" 4201 - source = "registry+https://github.com/rust-lang/crates.io-index" 4202 - checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" 4203 - dependencies = [ 4204 - "bitflags 1.3.2", 4205 - "crc32fast", 4206 - "flate2", 4207 - "miniz_oxide", 4208 - ] 4209 - 4210 - [[package]] 4211 - name = "polling" 4212 - version = "2.6.0" 4213 - source = "registry+https://github.com/rust-lang/crates.io-index" 4214 - checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" 4215 - dependencies = [ 4216 - "autocfg", 4217 - "bitflags 1.3.2", 4218 - "cfg-if 1.0.0", 4219 - "concurrent-queue", 4220 - "libc", 4221 - "log", 4222 - "pin-project-lite", 4223 - "windows-sys 0.45.0", 4224 - ] 4225 - 4226 - [[package]] 4227 - name = "portable-atomic" 4228 - version = "0.3.19" 4229 - source = "registry+https://github.com/rust-lang/crates.io-index" 4230 - checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" 4231 - 4232 - [[package]] 4233 - name = "ppv-lite86" 4234 - version = "0.2.17" 4235 - source = "registry+https://github.com/rust-lang/crates.io-index" 4236 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 4237 - 4238 - [[package]] 4239 - name = "precomputed-hash" 4240 - version = "0.1.1" 4241 - source = "registry+https://github.com/rust-lang/crates.io-index" 4242 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4243 - 4244 - [[package]] 4245 - name = "predicates" 4246 - version = "2.1.5" 4247 - source = "registry+https://github.com/rust-lang/crates.io-index" 4248 - checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 4249 - dependencies = [ 4250 - "difflib", 4251 - "itertools", 4252 - "predicates-core", 4253 - ] 4254 - 4255 - [[package]] 4256 - name = "predicates-core" 4257 - version = "1.0.5" 4258 - source = "registry+https://github.com/rust-lang/crates.io-index" 4259 - checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2" 4260 - 4261 - [[package]] 4262 - name = "predicates-tree" 4263 - version = "1.0.7" 4264 - source = "registry+https://github.com/rust-lang/crates.io-index" 4265 - checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d" 4266 - dependencies = [ 4267 - "predicates-core", 4268 - "termtree", 4269 - ] 4270 - 4271 - [[package]] 4272 - name = "preset_env_base" 4273 - version = "0.4.0" 4274 - source = "registry+https://github.com/rust-lang/crates.io-index" 4275 - checksum = "db4a43af74678e784b17db952b7fd726937b0a058c7c972624ddfd366e7603e4" 4276 - dependencies = [ 4277 - "ahash", 4278 - "anyhow", 4279 - "browserslist-rs", 4280 - "dashmap", 4281 - "from_variant", 4282 - "once_cell", 4283 - "semver 1.0.17", 4284 - "serde", 4285 - "st-map", 4286 - "tracing", 4287 - ] 4288 - 4289 - [[package]] 4290 - name = "pretty_assertions" 4291 - version = "1.3.0" 4292 - source = "registry+https://github.com/rust-lang/crates.io-index" 4293 - checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 4294 - dependencies = [ 4295 - "ctor", 4296 - "diff", 4297 - "output_vt100", 4298 - "yansi", 4299 - ] 4300 - 4301 - [[package]] 4302 - name = "prettyplease" 4303 - version = "0.1.24" 4304 - source = "registry+https://github.com/rust-lang/crates.io-index" 4305 - checksum = "4ebcd279d20a4a0a2404a33056388e950504d891c855c7975b9a8fef75f3bf04" 4306 - dependencies = [ 4307 - "proc-macro2", 4308 - "syn 1.0.109", 4309 - ] 4310 - 4311 - [[package]] 4312 - name = "priority-queue" 4313 - version = "1.3.1" 4314 - source = "registry+https://github.com/rust-lang/crates.io-index" 4315 - checksum = "5ca9c6be70d989d21a136eb86c2d83e4b328447fac4a88dace2143c179c86267" 4316 - dependencies = [ 4317 - "autocfg", 4318 - "indexmap", 4319 - ] 4320 - 4321 - [[package]] 4322 - name = "proc-macro-error" 4323 - version = "1.0.4" 4324 - source = "registry+https://github.com/rust-lang/crates.io-index" 4325 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4326 - dependencies = [ 4327 - "proc-macro-error-attr", 4328 - "proc-macro2", 4329 - "quote", 4330 - "syn 1.0.109", 4331 - "version_check", 4332 - ] 4333 - 4334 - [[package]] 4335 - name = "proc-macro-error-attr" 4336 - version = "1.0.4" 4337 - source = "registry+https://github.com/rust-lang/crates.io-index" 4338 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4339 - dependencies = [ 4340 - "proc-macro2", 4341 - "quote", 4342 - "version_check", 4343 - ] 4344 - 4345 - [[package]] 4346 - name = "proc-macro-hack" 4347 - version = "0.5.20+deprecated" 4348 - source = "registry+https://github.com/rust-lang/crates.io-index" 4349 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 4350 - 4351 - [[package]] 4352 - name = "proc-macro2" 4353 - version = "1.0.53" 4354 - source = "registry+https://github.com/rust-lang/crates.io-index" 4355 - checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" 4356 - dependencies = [ 4357 - "unicode-ident", 4358 - ] 4359 - 4360 - [[package]] 4361 - name = "prost" 4362 - version = "0.11.8" 4363 - source = "registry+https://github.com/rust-lang/crates.io-index" 4364 - checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537" 4365 - dependencies = [ 4366 - "bytes", 4367 - "prost-derive", 4368 - ] 4369 - 4370 - [[package]] 4371 - name = "prost-build" 4372 - version = "0.11.8" 4373 - source = "registry+https://github.com/rust-lang/crates.io-index" 4374 - checksum = "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12" 4375 - dependencies = [ 4376 - "bytes", 4377 - "heck", 4378 - "itertools", 4379 - "lazy_static", 4380 - "log", 4381 - "multimap", 4382 - "petgraph", 4383 - "prettyplease", 4384 - "prost", 4385 - "prost-types", 4386 - "regex", 4387 - "syn 1.0.109", 4388 - "tempfile", 4389 - "which", 4390 - ] 4391 - 4392 - [[package]] 4393 - name = "prost-derive" 4394 - version = "0.11.8" 4395 - source = "registry+https://github.com/rust-lang/crates.io-index" 4396 - checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b" 4397 - dependencies = [ 4398 - "anyhow", 4399 - "itertools", 4400 - "proc-macro2", 4401 - "quote", 4402 - "syn 1.0.109", 4403 - ] 4404 - 4405 - [[package]] 4406 - name = "prost-types" 4407 - version = "0.11.8" 4408 - source = "registry+https://github.com/rust-lang/crates.io-index" 4409 - checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88" 4410 - dependencies = [ 4411 - "prost", 4412 - ] 4413 - 4414 - [[package]] 4415 - name = "psm" 4416 - version = "0.1.21" 4417 - source = "registry+https://github.com/rust-lang/crates.io-index" 4418 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 4419 - dependencies = [ 4420 - "cc", 4421 - ] 4422 - 4423 - [[package]] 4424 - name = "ptr_meta" 4425 - version = "0.1.4" 4426 - source = "registry+https://github.com/rust-lang/crates.io-index" 4427 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 4428 - dependencies = [ 4429 - "ptr_meta_derive", 4430 - ] 4431 - 4432 - [[package]] 4433 - name = "ptr_meta_derive" 4434 - version = "0.1.4" 4435 - source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 4437 - dependencies = [ 4438 - "proc-macro2", 4439 - "quote", 4440 - "syn 1.0.109", 4441 - ] 4442 - 4443 - [[package]] 4444 - name = "qstring" 4445 - version = "0.7.2" 4446 - source = "registry+https://github.com/rust-lang/crates.io-index" 4447 - checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e" 4448 - dependencies = [ 4449 - "percent-encoding", 4450 - ] 4451 - 4452 - [[package]] 4453 - name = "quote" 4454 - version = "1.0.26" 4455 - source = "registry+https://github.com/rust-lang/crates.io-index" 4456 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 4457 - dependencies = [ 4458 - "proc-macro2", 4459 - ] 4460 - 4461 - [[package]] 4462 - name = "radix_fmt" 4463 - version = "1.0.0" 4464 - source = "registry+https://github.com/rust-lang/crates.io-index" 4465 - checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" 4466 - 4467 - [[package]] 4468 - name = "rand" 4469 - version = "0.4.6" 4470 - source = "registry+https://github.com/rust-lang/crates.io-index" 4471 - checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 4472 - dependencies = [ 4473 - "fuchsia-cprng", 4474 - "libc", 4475 - "rand_core 0.3.1", 4476 - "rdrand", 4477 - "winapi 0.3.9", 4478 - ] 4479 - 4480 - [[package]] 4481 - name = "rand" 4482 - version = "0.8.5" 4483 - source = "registry+https://github.com/rust-lang/crates.io-index" 4484 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4485 - dependencies = [ 4486 - "libc", 4487 - "rand_chacha", 4488 - "rand_core 0.6.4", 4489 - ] 4490 - 4491 - [[package]] 4492 - name = "rand_chacha" 4493 - version = "0.3.1" 4494 - source = "registry+https://github.com/rust-lang/crates.io-index" 4495 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4496 - dependencies = [ 4497 - "ppv-lite86", 4498 - "rand_core 0.6.4", 4499 - ] 4500 - 4501 - [[package]] 4502 - name = "rand_core" 4503 - version = "0.3.1" 4504 - source = "registry+https://github.com/rust-lang/crates.io-index" 4505 - checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 4506 - dependencies = [ 4507 - "rand_core 0.4.2", 4508 - ] 4509 - 4510 - [[package]] 4511 - name = "rand_core" 4512 - version = "0.4.2" 4513 - source = "registry+https://github.com/rust-lang/crates.io-index" 4514 - checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 4515 - 4516 - [[package]] 4517 - name = "rand_core" 4518 - version = "0.6.4" 4519 - source = "registry+https://github.com/rust-lang/crates.io-index" 4520 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4521 - dependencies = [ 4522 - "getrandom", 4523 - ] 4524 - 4525 - [[package]] 4526 - name = "raw-window-handle" 4527 - version = "0.5.1" 4528 - source = "registry+https://github.com/rust-lang/crates.io-index" 4529 - checksum = "4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559" 4530 - 4531 - [[package]] 4532 - name = "rayon" 4533 - version = "1.7.0" 4534 - source = "registry+https://github.com/rust-lang/crates.io-index" 4535 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 4536 - dependencies = [ 4537 - "either", 4538 - "rayon-core", 4539 - ] 4540 - 4541 - [[package]] 4542 - name = "rayon-core" 4543 - version = "1.11.0" 4544 - source = "registry+https://github.com/rust-lang/crates.io-index" 4545 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 4546 - dependencies = [ 4547 - "crossbeam-channel", 4548 - "crossbeam-deque", 4549 - "crossbeam-utils", 4550 - "num_cpus", 4551 - ] 4552 - 4553 - [[package]] 4554 - name = "rdrand" 4555 - version = "0.4.0" 4556 - source = "registry+https://github.com/rust-lang/crates.io-index" 4557 - checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 4558 - dependencies = [ 4559 - "rand_core 0.3.1", 4560 - ] 4561 - 4562 - [[package]] 4563 - name = "redox_syscall" 4564 - version = "0.2.16" 4565 - source = "registry+https://github.com/rust-lang/crates.io-index" 4566 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 4567 - dependencies = [ 4568 - "bitflags 1.3.2", 4569 - ] 4570 - 4571 - [[package]] 4572 - name = "redox_users" 4573 - version = "0.4.3" 4574 - source = "registry+https://github.com/rust-lang/crates.io-index" 4575 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 4576 - dependencies = [ 4577 - "getrandom", 4578 - "redox_syscall", 4579 - "thiserror", 4580 - ] 4581 - 4582 - [[package]] 4583 - name = "ref-cast" 4584 - version = "1.0.14" 4585 - source = "registry+https://github.com/rust-lang/crates.io-index" 4586 - checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed" 4587 - dependencies = [ 4588 - "ref-cast-impl", 4589 - ] 4590 - 4591 - [[package]] 4592 - name = "ref-cast-impl" 4593 - version = "1.0.14" 4594 - source = "registry+https://github.com/rust-lang/crates.io-index" 4595 - checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f" 4596 - dependencies = [ 4597 - "proc-macro2", 4598 - "quote", 4599 - "syn 1.0.109", 4600 - ] 4601 - 4602 - [[package]] 4603 - name = "regalloc" 4604 - version = "0.0.34" 4605 - source = "registry+https://github.com/rust-lang/crates.io-index" 4606 - checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02" 4607 - dependencies = [ 4608 - "log", 4609 - "rustc-hash", 4610 - "smallvec", 4611 - ] 4612 - 4613 - [[package]] 4614 - name = "regex" 4615 - version = "1.7.2" 4616 - source = "registry+https://github.com/rust-lang/crates.io-index" 4617 - checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" 4618 - dependencies = [ 4619 - "aho-corasick", 4620 - "memchr", 4621 - "regex-syntax", 4622 - ] 4623 - 4624 - [[package]] 4625 - name = "regex-automata" 4626 - version = "0.1.10" 4627 - source = "registry+https://github.com/rust-lang/crates.io-index" 4628 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4629 - dependencies = [ 4630 - "regex-syntax", 4631 - ] 4632 - 4633 - [[package]] 4634 - name = "regex-syntax" 4635 - version = "0.6.29" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4638 - 4639 - [[package]] 4640 - name = "region" 4641 - version = "3.0.0" 4642 - source = "registry+https://github.com/rust-lang/crates.io-index" 4643 - checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" 4644 - dependencies = [ 4645 - "bitflags 1.3.2", 4646 - "libc", 4647 - "mach", 4648 - "winapi 0.3.9", 4649 - ] 4650 - 4651 - [[package]] 4652 - name = "relative-path" 4653 - version = "1.8.0" 4654 - source = "registry+https://github.com/rust-lang/crates.io-index" 4655 - checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" 4656 - 4657 - [[package]] 4658 - name = "remove_dir_all" 4659 - version = "0.5.3" 4660 - source = "registry+https://github.com/rust-lang/crates.io-index" 4661 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 4662 - dependencies = [ 4663 - "winapi 0.3.9", 4664 - ] 4665 - 4666 - [[package]] 4667 - name = "rend" 4668 - version = "0.3.6" 4669 - source = "registry+https://github.com/rust-lang/crates.io-index" 4670 - checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95" 4671 - dependencies = [ 4672 - "bytecheck", 4673 - ] 4674 - 4675 - [[package]] 4676 - name = "reqwest" 4677 - version = "0.11.15" 4678 - source = "registry+https://github.com/rust-lang/crates.io-index" 4679 - checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" 4680 - dependencies = [ 4681 - "base64 0.21.0", 4682 - "bytes", 4683 - "encoding_rs", 4684 - "futures-core", 4685 - "futures-util", 4686 - "h2", 4687 - "http", 4688 - "http-body", 4689 - "hyper", 4690 - "hyper-rustls", 4691 - "hyper-tls", 4692 - "ipnet", 4693 - "js-sys", 4694 - "log", 4695 - "mime", 4696 - "native-tls", 4697 - "once_cell", 4698 - "percent-encoding", 4699 - "pin-project-lite", 4700 - "rustls", 4701 - "rustls-pemfile", 4702 - "serde", 4703 - "serde_json", 4704 - "serde_urlencoded", 4705 - "tokio", 4706 - "tokio-native-tls", 4707 - "tokio-rustls", 4708 - "tower-service", 4709 - "url", 4710 - "wasm-bindgen", 4711 - "wasm-bindgen-futures", 4712 - "web-sys", 4713 - "webpki-roots", 4714 - "winreg", 4715 - ] 4716 - 4717 - [[package]] 4718 - name = "ring" 4719 - version = "0.16.20" 4720 - source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 4722 - dependencies = [ 4723 - "cc", 4724 - "libc", 4725 - "once_cell", 4726 - "spin", 4727 - "untrusted", 4728 - "web-sys", 4729 - "winapi 0.3.9", 4730 - ] 4731 - 4732 - [[package]] 4733 - name = "rkyv" 4734 - version = "0.7.37" 4735 - source = "registry+https://github.com/rust-lang/crates.io-index" 4736 - checksum = "1f08c8062c1fe1253064043b8fc07bfea1b9702b71b4a86c11ea3588183b12e1" 4737 - dependencies = [ 4738 - "bytecheck", 4739 - "hashbrown 0.12.3", 4740 - "ptr_meta", 4741 - "rend", 4742 - "rkyv_derive", 4743 - "seahash", 4744 - ] 4745 - 4746 - [[package]] 4747 - name = "rkyv_derive" 4748 - version = "0.7.37" 4749 - source = "registry+https://github.com/rust-lang/crates.io-index" 4750 - checksum = "e289706df51226e84814bf6ba1a9e1013112ae29bc7a9878f73fce360520c403" 4751 - dependencies = [ 4752 - "proc-macro2", 4753 - "quote", 4754 - "syn 1.0.109", 4755 - ] 4756 - 4757 - [[package]] 4758 - name = "ron" 4759 - version = "0.7.1" 4760 - source = "registry+https://github.com/rust-lang/crates.io-index" 4761 - checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" 4762 - dependencies = [ 4763 - "base64 0.13.1", 4764 - "bitflags 1.3.2", 4765 - "serde", 4766 - ] 4767 - 4768 - [[package]] 4769 - name = "rstest" 4770 - version = "0.16.0" 4771 - source = "registry+https://github.com/rust-lang/crates.io-index" 4772 - checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf" 4773 - dependencies = [ 4774 - "futures", 4775 - "futures-timer", 4776 - "rstest_macros", 4777 - "rustc_version 0.4.0", 4778 - ] 4779 - 4780 - [[package]] 4781 - name = "rstest_macros" 4782 - version = "0.16.0" 4783 - source = "registry+https://github.com/rust-lang/crates.io-index" 4784 - checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7" 4785 - dependencies = [ 4786 - "cfg-if 1.0.0", 4787 - "proc-macro2", 4788 - "quote", 4789 - "rustc_version 0.4.0", 4790 - "syn 1.0.109", 4791 - "unicode-ident", 4792 - ] 4793 - 4794 - [[package]] 4795 - name = "rstest_reuse" 4796 - version = "0.5.0" 4797 - source = "registry+https://github.com/rust-lang/crates.io-index" 4798 - checksum = "45f80dcc84beab3a327bbe161f77db25f336a1452428176787c8c79ac79d7073" 4799 - dependencies = [ 4800 - "quote", 4801 - "rand 0.8.5", 4802 - "rustc_version 0.4.0", 4803 - "syn 1.0.109", 4804 - ] 4805 - 4806 - [[package]] 4807 - name = "rust-ini" 4808 - version = "0.18.0" 4809 - source = "registry+https://github.com/rust-lang/crates.io-index" 4810 - checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" 4811 - dependencies = [ 4812 - "cfg-if 1.0.0", 4813 - "ordered-multimap", 4814 - ] 4815 - 4816 - [[package]] 4817 - name = "rustc-demangle" 4818 - version = "0.1.21" 4819 - source = "registry+https://github.com/rust-lang/crates.io-index" 4820 - checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 4821 - 4822 - [[package]] 4823 - name = "rustc-hash" 4824 - version = "1.1.0" 4825 - source = "registry+https://github.com/rust-lang/crates.io-index" 4826 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4827 - 4828 - [[package]] 4829 - name = "rustc_version" 4830 - version = "0.2.3" 4831 - source = "registry+https://github.com/rust-lang/crates.io-index" 4832 - checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 4833 - dependencies = [ 4834 - "semver 0.9.0", 4835 - ] 4836 - 4837 - [[package]] 4838 - name = "rustc_version" 4839 - version = "0.3.3" 4840 - source = "registry+https://github.com/rust-lang/crates.io-index" 4841 - checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" 4842 - dependencies = [ 4843 - "semver 0.11.0", 4844 - ] 4845 - 4846 - [[package]] 4847 - name = "rustc_version" 4848 - version = "0.4.0" 4849 - source = "registry+https://github.com/rust-lang/crates.io-index" 4850 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 4851 - dependencies = [ 4852 - "semver 1.0.17", 4853 - ] 4854 - 4855 - [[package]] 4856 - name = "rustc_version_runtime" 4857 - version = "0.2.1" 4858 - source = "registry+https://github.com/rust-lang/crates.io-index" 4859 - checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f" 4860 - dependencies = [ 4861 - "rustc_version 0.2.3", 4862 - "semver 0.9.0", 4863 - ] 4864 - 4865 - [[package]] 4866 - name = "rustix" 4867 - version = "0.36.11" 4868 - source = "registry+https://github.com/rust-lang/crates.io-index" 4869 - checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 4870 - dependencies = [ 4871 - "bitflags 1.3.2", 4872 - "errno 0.2.8", 4873 - "io-lifetimes", 4874 - "libc", 4875 - "linux-raw-sys 0.1.4", 4876 - "windows-sys 0.45.0", 4877 - ] 4878 - 4879 - [[package]] 4880 - name = "rustix" 4881 - version = "0.37.3" 4882 - source = "registry+https://github.com/rust-lang/crates.io-index" 4883 - checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" 4884 - dependencies = [ 4885 - "bitflags 1.3.2", 4886 - "errno 0.3.0", 4887 - "io-lifetimes", 4888 - "libc", 4889 - "linux-raw-sys 0.3.0", 4890 - "windows-sys 0.45.0", 4891 - ] 4892 - 4893 - [[package]] 4894 - name = "rustls" 4895 - version = "0.20.8" 4896 - source = "registry+https://github.com/rust-lang/crates.io-index" 4897 - checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 4898 - dependencies = [ 4899 - "log", 4900 - "ring", 4901 - "sct", 4902 - "webpki", 4903 - ] 4904 - 4905 - [[package]] 4906 - name = "rustls-pemfile" 4907 - version = "1.0.2" 4908 - source = "registry+https://github.com/rust-lang/crates.io-index" 4909 - checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 4910 - dependencies = [ 4911 - "base64 0.21.0", 4912 - ] 4913 - 4914 - [[package]] 4915 - name = "rustversion" 4916 - version = "1.0.12" 4917 - source = "registry+https://github.com/rust-lang/crates.io-index" 4918 - checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 4919 - 4920 - [[package]] 4921 - name = "ryu" 4922 - version = "1.0.13" 4923 - source = "registry+https://github.com/rust-lang/crates.io-index" 4924 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 4925 - 4926 - [[package]] 4927 - name = "ryu-js" 4928 - version = "0.2.2" 4929 - source = "registry+https://github.com/rust-lang/crates.io-index" 4930 - checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" 4931 - 4932 - [[package]] 4933 - name = "same-file" 4934 - version = "1.0.6" 4935 - source = "registry+https://github.com/rust-lang/crates.io-index" 4936 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4937 - dependencies = [ 4938 - "winapi-util", 4939 - ] 4940 - 4941 - [[package]] 4942 - name = "schannel" 4943 - version = "0.1.21" 4944 - source = "registry+https://github.com/rust-lang/crates.io-index" 4945 - checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 4946 - dependencies = [ 4947 - "windows-sys 0.42.0", 4948 - ] 4949 - 4950 - [[package]] 4951 - name = "scoped-tls" 4952 - version = "1.0.1" 4953 - source = "registry+https://github.com/rust-lang/crates.io-index" 4954 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4955 - 4956 - [[package]] 4957 - name = "scopeguard" 4958 - version = "1.1.0" 4959 - source = "registry+https://github.com/rust-lang/crates.io-index" 4960 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 4961 - 4962 - [[package]] 4963 - name = "scratch" 4964 - version = "1.0.5" 4965 - source = "registry+https://github.com/rust-lang/crates.io-index" 4966 - checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 4967 - 4968 - [[package]] 4969 - name = "sct" 4970 - version = "0.7.0" 4971 - source = "registry+https://github.com/rust-lang/crates.io-index" 4972 - checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 4973 - dependencies = [ 4974 - "ring", 4975 - "untrusted", 4976 - ] 4977 - 4978 - [[package]] 4979 - name = "seahash" 4980 - version = "4.1.0" 4981 - source = "registry+https://github.com/rust-lang/crates.io-index" 4982 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 4983 - 4984 - [[package]] 4985 - name = "security-framework" 4986 - version = "2.8.2" 4987 - source = "registry+https://github.com/rust-lang/crates.io-index" 4988 - checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 4989 - dependencies = [ 4990 - "bitflags 1.3.2", 4991 - "core-foundation", 4992 - "core-foundation-sys", 4993 - "libc", 4994 - "security-framework-sys", 4995 - ] 4996 - 4997 - [[package]] 4998 - name = "security-framework-sys" 4999 - version = "2.8.0" 5000 - source = "registry+https://github.com/rust-lang/crates.io-index" 5001 - checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 5002 - dependencies = [ 5003 - "core-foundation-sys", 5004 - "libc", 5005 - ] 5006 - 5007 - [[package]] 5008 - name = "semver" 5009 - version = "0.9.0" 5010 - source = "registry+https://github.com/rust-lang/crates.io-index" 5011 - checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 5012 - dependencies = [ 5013 - "semver-parser 0.7.0", 5014 - ] 5015 - 5016 - [[package]] 5017 - name = "semver" 5018 - version = "0.11.0" 5019 - source = "registry+https://github.com/rust-lang/crates.io-index" 5020 - checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 5021 - dependencies = [ 5022 - "semver-parser 0.10.2", 5023 - ] 5024 - 5025 - [[package]] 5026 - name = "semver" 5027 - version = "1.0.17" 5028 - source = "registry+https://github.com/rust-lang/crates.io-index" 5029 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 5030 - dependencies = [ 5031 - "serde", 5032 - ] 5033 - 5034 - [[package]] 5035 - name = "semver-parser" 5036 - version = "0.7.0" 5037 - source = "registry+https://github.com/rust-lang/crates.io-index" 5038 - checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 5039 - 5040 - [[package]] 5041 - name = "semver-parser" 5042 - version = "0.10.2" 5043 - source = "registry+https://github.com/rust-lang/crates.io-index" 5044 - checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 5045 - dependencies = [ 5046 - "pest", 5047 - ] 5048 - 5049 - [[package]] 5050 - name = "serde" 5051 - version = "1.0.158" 5052 - source = "registry+https://github.com/rust-lang/crates.io-index" 5053 - checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 5054 - dependencies = [ 5055 - "serde_derive", 5056 - ] 5057 - 5058 - [[package]] 5059 - name = "serde-wasm-bindgen" 5060 - version = "0.4.5" 5061 - source = "registry+https://github.com/rust-lang/crates.io-index" 5062 - checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf" 5063 - dependencies = [ 5064 - "js-sys", 5065 - "serde", 5066 - "wasm-bindgen", 5067 - ] 5068 - 5069 - [[package]] 5070 - name = "serde_bytes" 5071 - version = "0.11.9" 5072 - source = "registry+https://github.com/rust-lang/crates.io-index" 5073 - checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 5074 - dependencies = [ 5075 - "serde", 5076 - ] 5077 - 5078 - [[package]] 5079 - name = "serde_derive" 5080 - version = "1.0.158" 5081 - source = "registry+https://github.com/rust-lang/crates.io-index" 5082 - checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 5083 - dependencies = [ 5084 - "proc-macro2", 5085 - "quote", 5086 - "syn 2.0.8", 5087 - ] 5088 - 5089 - [[package]] 5090 - name = "serde_json" 5091 - version = "1.0.94" 5092 - source = "registry+https://github.com/rust-lang/crates.io-index" 5093 - checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 5094 - dependencies = [ 5095 - "indexmap", 5096 - "itoa", 5097 - "ryu", 5098 - "serde", 5099 - ] 5100 - 5101 - [[package]] 5102 - name = "serde_path_to_error" 5103 - version = "0.1.11" 5104 - source = "registry+https://github.com/rust-lang/crates.io-index" 5105 - checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 5106 - dependencies = [ 5107 - "serde", 5108 - ] 5109 - 5110 - [[package]] 5111 - name = "serde_qs" 5112 - version = "0.11.0" 5113 - source = "registry+https://github.com/rust-lang/crates.io-index" 5114 - checksum = "c679fa27b429f2bb57fd4710257e643e86c966e716037259f8baa33de594a1b6" 5115 - dependencies = [ 5116 - "percent-encoding", 5117 - "serde", 5118 - "thiserror", 5119 - ] 5120 - 5121 - [[package]] 5122 - name = "serde_regex" 5123 - version = "1.1.0" 5124 - source = "registry+https://github.com/rust-lang/crates.io-index" 5125 - checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" 5126 - dependencies = [ 5127 - "regex", 5128 - "serde", 5129 - ] 5130 - 5131 - [[package]] 5132 - name = "serde_test" 5133 - version = "1.0.157" 5134 - source = "registry+https://github.com/rust-lang/crates.io-index" 5135 - checksum = "4231c6fab29d02b3cc705db3422aa36f7d23f1e1c096c947c8b8816d7c43dd45" 5136 - dependencies = [ 5137 - "serde", 5138 - ] 5139 - 5140 - [[package]] 5141 - name = "serde_urlencoded" 5142 - version = "0.7.1" 5143 - source = "registry+https://github.com/rust-lang/crates.io-index" 5144 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5145 - dependencies = [ 5146 - "form_urlencoded", 5147 - "itoa", 5148 - "ryu", 5149 - "serde", 5150 - ] 5151 - 5152 - [[package]] 5153 - name = "serde_yaml" 5154 - version = "0.9.19" 5155 - source = "registry+https://github.com/rust-lang/crates.io-index" 5156 - checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10" 5157 - dependencies = [ 5158 - "indexmap", 5159 - "itoa", 5160 - "ryu", 5161 - "serde", 5162 - "unsafe-libyaml", 5163 - ] 5164 - 5165 - [[package]] 5166 - name = "sha-1" 5167 - version = "0.10.0" 5168 - source = "registry+https://github.com/rust-lang/crates.io-index" 5169 - checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" 5170 - dependencies = [ 5171 - "cfg-if 1.0.0", 5172 - "cpufeatures", 5173 - "digest", 5174 - ] 5175 - 5176 - [[package]] 5177 - name = "sha1" 5178 - version = "0.6.1" 5179 - source = "registry+https://github.com/rust-lang/crates.io-index" 5180 - checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" 5181 - dependencies = [ 5182 - "sha1_smol", 5183 - ] 5184 - 5185 - [[package]] 5186 - name = "sha1" 5187 - version = "0.10.5" 5188 - source = "registry+https://github.com/rust-lang/crates.io-index" 5189 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 5190 - dependencies = [ 5191 - "cfg-if 1.0.0", 5192 - "cpufeatures", 5193 - "digest", 5194 - ] 5195 - 5196 - [[package]] 5197 - name = "sha1_smol" 5198 - version = "1.0.0" 5199 - source = "registry+https://github.com/rust-lang/crates.io-index" 5200 - checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 5201 - 5202 - [[package]] 5203 - name = "sha2" 5204 - version = "0.10.6" 5205 - source = "registry+https://github.com/rust-lang/crates.io-index" 5206 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 5207 - dependencies = [ 5208 - "cfg-if 1.0.0", 5209 - "cpufeatures", 5210 - "digest", 5211 - ] 5212 - 5213 - [[package]] 5214 - name = "sharded-slab" 5215 - version = "0.1.4" 5216 - source = "registry+https://github.com/rust-lang/crates.io-index" 5217 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 5218 - dependencies = [ 5219 - "lazy_static", 5220 - ] 5221 - 5222 - [[package]] 5223 - name = "shared_child" 5224 - version = "1.0.0" 5225 - source = "registry+https://github.com/rust-lang/crates.io-index" 5226 - checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 5227 - dependencies = [ 5228 - "libc", 5229 - "winapi 0.3.9", 5230 - ] 5231 - 5232 - [[package]] 5233 - name = "shell-words" 5234 - version = "1.1.0" 5235 - source = "registry+https://github.com/rust-lang/crates.io-index" 5236 - checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 5237 - 5238 - [[package]] 5239 - name = "signal-hook" 5240 - version = "0.3.15" 5241 - source = "registry+https://github.com/rust-lang/crates.io-index" 5242 - checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 5243 - dependencies = [ 5244 - "libc", 5245 - "signal-hook-registry", 5246 - ] 5247 - 5248 - [[package]] 5249 - name = "signal-hook-mio" 5250 - version = "0.2.3" 5251 - source = "registry+https://github.com/rust-lang/crates.io-index" 5252 - checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 5253 - dependencies = [ 5254 - "libc", 5255 - "mio 0.8.6", 5256 - "signal-hook", 5257 - ] 5258 - 5259 - [[package]] 5260 - name = "signal-hook-registry" 5261 - version = "1.4.1" 5262 - source = "registry+https://github.com/rust-lang/crates.io-index" 5263 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 5264 - dependencies = [ 5265 - "libc", 5266 - ] 5267 - 5268 - [[package]] 5269 - name = "simdutf8" 5270 - version = "0.1.4" 5271 - source = "registry+https://github.com/rust-lang/crates.io-index" 5272 - checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 5273 - 5274 - [[package]] 5275 - name = "similar" 5276 - version = "2.2.1" 5277 - source = "registry+https://github.com/rust-lang/crates.io-index" 5278 - checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 5279 - 5280 - [[package]] 5281 - name = "siphasher" 5282 - version = "0.3.10" 5283 - source = "registry+https://github.com/rust-lang/crates.io-index" 5284 - checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 5285 - 5286 - [[package]] 5287 - name = "slab" 5288 - version = "0.4.8" 5289 - source = "registry+https://github.com/rust-lang/crates.io-index" 5290 - checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 5291 - dependencies = [ 5292 - "autocfg", 5293 - ] 5294 - 5295 - [[package]] 5296 - name = "sluice" 5297 - version = "0.5.5" 5298 - source = "registry+https://github.com/rust-lang/crates.io-index" 5299 - checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 5300 - dependencies = [ 5301 - "async-channel", 5302 - "futures-core", 5303 - "futures-io", 5304 - ] 5305 - 5306 - [[package]] 5307 - name = "smallvec" 5308 - version = "1.10.0" 5309 - source = "registry+https://github.com/rust-lang/crates.io-index" 5310 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 5311 - 5312 - [[package]] 5313 - name = "smartstring" 5314 - version = "1.0.1" 5315 - source = "registry+https://github.com/rust-lang/crates.io-index" 5316 - checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 5317 - dependencies = [ 5318 - "autocfg", 5319 - "static_assertions", 5320 - "version_check", 5321 - ] 5322 - 5323 - [[package]] 5324 - name = "smawk" 5325 - version = "0.3.1" 5326 - source = "registry+https://github.com/rust-lang/crates.io-index" 5327 - checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 5328 - 5329 - [[package]] 5330 - name = "socket2" 5331 - version = "0.4.9" 5332 - source = "registry+https://github.com/rust-lang/crates.io-index" 5333 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 5334 - dependencies = [ 5335 - "libc", 5336 - "winapi 0.3.9", 5337 - ] 5338 - 5339 - [[package]] 5340 - name = "sourcemap" 5341 - version = "6.2.3" 5342 - source = "registry+https://github.com/rust-lang/crates.io-index" 5343 - checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" 5344 - dependencies = [ 5345 - "data-encoding", 5346 - "if_chain", 5347 - "rustc_version 0.2.3", 5348 - "serde", 5349 - "serde_json", 5350 - "unicode-id", 5351 - "url", 5352 - ] 5353 - 5354 - [[package]] 5355 - name = "spin" 5356 - version = "0.5.2" 5357 - source = "registry+https://github.com/rust-lang/crates.io-index" 5358 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 5359 - 5360 - [[package]] 5361 - name = "st-map" 5362 - version = "0.1.6" 5363 - source = "registry+https://github.com/rust-lang/crates.io-index" 5364 - checksum = "bc9c9f3a1df5f73b7392bd9773108fef41ad9126f0282412fd5904389f0c0c4f" 5365 - dependencies = [ 5366 - "arrayvec 0.7.2", 5367 - "static-map-macro", 5368 - ] 5369 - 5370 - [[package]] 5371 - name = "stable_deref_trait" 5372 - version = "1.2.0" 5373 - source = "registry+https://github.com/rust-lang/crates.io-index" 5374 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 5375 - 5376 - [[package]] 5377 - name = "stacker" 5378 - version = "0.1.15" 5379 - source = "registry+https://github.com/rust-lang/crates.io-index" 5380 - checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" 5381 - dependencies = [ 5382 - "cc", 5383 - "cfg-if 1.0.0", 5384 - "libc", 5385 - "psm", 5386 - "winapi 0.3.9", 5387 - ] 5388 - 5389 - [[package]] 5390 - name = "standback" 5391 - version = "0.2.17" 5392 - source = "registry+https://github.com/rust-lang/crates.io-index" 5393 - checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" 5394 - dependencies = [ 5395 - "version_check", 5396 - ] 5397 - 5398 - [[package]] 5399 - name = "static-map-macro" 5400 - version = "0.2.3" 5401 - source = "registry+https://github.com/rust-lang/crates.io-index" 5402 - checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b" 5403 - dependencies = [ 5404 - "pmutil", 5405 - "proc-macro2", 5406 - "quote", 5407 - "syn 1.0.109", 5408 - ] 5409 - 5410 - [[package]] 5411 - name = "static_assertions" 5412 - version = "1.1.0" 5413 - source = "registry+https://github.com/rust-lang/crates.io-index" 5414 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5415 - 5416 - [[package]] 5417 - name = "stdweb" 5418 - version = "0.4.20" 5419 - source = "registry+https://github.com/rust-lang/crates.io-index" 5420 - checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" 5421 - dependencies = [ 5422 - "discard", 5423 - "rustc_version 0.2.3", 5424 - "stdweb-derive", 5425 - "stdweb-internal-macros", 5426 - "stdweb-internal-runtime", 5427 - "wasm-bindgen", 5428 - ] 5429 - 5430 - [[package]] 5431 - name = "stdweb-derive" 5432 - version = "0.5.3" 5433 - source = "registry+https://github.com/rust-lang/crates.io-index" 5434 - checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" 5435 - dependencies = [ 5436 - "proc-macro2", 5437 - "quote", 5438 - "serde", 5439 - "serde_derive", 5440 - "syn 1.0.109", 5441 - ] 5442 - 5443 - [[package]] 5444 - name = "stdweb-internal-macros" 5445 - version = "0.2.9" 5446 - source = "registry+https://github.com/rust-lang/crates.io-index" 5447 - checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" 5448 - dependencies = [ 5449 - "base-x", 5450 - "proc-macro2", 5451 - "quote", 5452 - "serde", 5453 - "serde_derive", 5454 - "serde_json", 5455 - "sha1 0.6.1", 5456 - "syn 1.0.109", 5457 - ] 5458 - 5459 - [[package]] 5460 - name = "stdweb-internal-runtime" 5461 - version = "0.1.5" 5462 - source = "registry+https://github.com/rust-lang/crates.io-index" 5463 - checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" 5464 - 5465 - [[package]] 5466 - name = "string_cache" 5467 - version = "0.8.7" 5468 - source = "registry+https://github.com/rust-lang/crates.io-index" 5469 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 5470 - dependencies = [ 5471 - "new_debug_unreachable", 5472 - "once_cell", 5473 - "parking_lot", 5474 - "phf_shared", 5475 - "precomputed-hash", 5476 - "serde", 5477 - ] 5478 - 5479 - [[package]] 5480 - name = "string_cache_codegen" 5481 - version = "0.5.2" 5482 - source = "registry+https://github.com/rust-lang/crates.io-index" 5483 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 5484 - dependencies = [ 5485 - "phf_generator", 5486 - "phf_shared", 5487 - "proc-macro2", 5488 - "quote", 5489 - ] 5490 - 5491 - [[package]] 5492 - name = "string_enum" 5493 - version = "0.3.3" 5494 - source = "registry+https://github.com/rust-lang/crates.io-index" 5495 - checksum = "41491e23e7db79343236a6ced96325ff132eb09e29ac4c5b8132b9c55aaaae89" 5496 - dependencies = [ 5497 - "pmutil", 5498 - "proc-macro2", 5499 - "quote", 5500 - "swc_macros_common", 5501 - "syn 1.0.109", 5502 - ] 5503 - 5504 - [[package]] 5505 - name = "strsim" 5506 - version = "0.10.0" 5507 - source = "registry+https://github.com/rust-lang/crates.io-index" 5508 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 5509 - 5510 - [[package]] 5511 - name = "styled_components" 5512 - version = "0.53.11" 5513 - source = "registry+https://github.com/rust-lang/crates.io-index" 5514 - checksum = "d5e4d3762e21cd415d838b60b9007e2de112203f096f1c68aef32eb3465ef5d8" 5515 - dependencies = [ 5516 - "Inflector", 5517 - "once_cell", 5518 - "regex", 5519 - "serde", 5520 - "swc_core", 5521 - "tracing", 5522 - ] 5523 - 5524 - [[package]] 5525 - name = "styled_jsx" 5526 - version = "0.30.11" 5527 - source = "registry+https://github.com/rust-lang/crates.io-index" 5528 - checksum = "a95db8d0df1301fa85243cbd0fbe3328a12d1e0d48eac0638d3dc295d4d7811c" 5529 - dependencies = [ 5530 - "easy-error", 5531 - "swc_core", 5532 - "tracing", 5533 - ] 5534 - 5535 - [[package]] 5536 - name = "subtle" 5537 - version = "2.4.1" 5538 - source = "registry+https://github.com/rust-lang/crates.io-index" 5539 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 5540 - 5541 - [[package]] 5542 - name = "supports-color" 5543 - version = "1.3.1" 5544 - source = "registry+https://github.com/rust-lang/crates.io-index" 5545 - checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f" 5546 - dependencies = [ 5547 - "atty", 5548 - "is_ci", 5549 - ] 5550 - 5551 - [[package]] 5552 - name = "supports-hyperlinks" 5553 - version = "1.2.0" 5554 - source = "registry+https://github.com/rust-lang/crates.io-index" 5555 - checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406" 5556 - dependencies = [ 5557 - "atty", 5558 - ] 5559 - 5560 - [[package]] 5561 - name = "supports-unicode" 5562 - version = "1.0.2" 5563 - source = "registry+https://github.com/rust-lang/crates.io-index" 5564 - checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2" 5565 - dependencies = [ 5566 - "atty", 5567 - ] 5568 - 5569 - [[package]] 5570 - name = "swc" 5571 - version = "0.255.23" 5572 - source = "registry+https://github.com/rust-lang/crates.io-index" 5573 - checksum = "23d93b381ac343f8548ef10a400aaf91604e94258e5c11753cece061275ed4c1" 5574 - dependencies = [ 5575 - "ahash", 5576 - "anyhow", 5577 - "base64 0.13.1", 5578 - "dashmap", 5579 - "either", 5580 - "indexmap", 5581 - "jsonc-parser", 5582 - "lru", 5583 - "napi", 5584 - "napi-derive", 5585 - "once_cell", 5586 - "parking_lot", 5587 - "pathdiff", 5588 - "regex", 5589 - "rustc-hash", 5590 - "serde", 5591 - "serde_json", 5592 - "sourcemap", 5593 - "swc_atoms", 5594 - "swc_cached", 5595 - "swc_common", 5596 - "swc_config", 5597 - "swc_ecma_ast", 5598 - "swc_ecma_codegen", 5599 - "swc_ecma_ext_transforms", 5600 - "swc_ecma_lints", 5601 - "swc_ecma_loader", 5602 - "swc_ecma_minifier", 5603 - "swc_ecma_parser", 5604 - "swc_ecma_preset_env", 5605 - "swc_ecma_transforms", 5606 - "swc_ecma_transforms_base", 5607 - "swc_ecma_transforms_compat", 5608 - "swc_ecma_transforms_optimization", 5609 - "swc_ecma_utils", 5610 - "swc_ecma_visit", 5611 - "swc_error_reporters", 5612 - "swc_node_comments", 5613 - "swc_plugin_proxy", 5614 - "swc_plugin_runner", 5615 - "swc_timer", 5616 - "swc_visit", 5617 - "tracing", 5618 - "url", 5619 - ] 5620 - 5621 - [[package]] 5622 - name = "swc-ast-explorer" 5623 - version = "0.1.0" 5624 - dependencies = [ 5625 - "anyhow", 5626 - "clap 4.1.11", 5627 - "owo-colors", 5628 - "regex", 5629 - "swc_core", 5630 - ] 5631 - 5632 - [[package]] 5633 - name = "swc_atoms" 5634 - version = "0.4.39" 5635 - source = "registry+https://github.com/rust-lang/crates.io-index" 5636 - checksum = "2ebef84c2948cd0d1ba25acbf1b4bd9d80ab6f057efdbe35d8449b8d54699401" 5637 - dependencies = [ 5638 - "once_cell", 5639 - "rkyv", 5640 - "rustc-hash", 5641 - "serde", 5642 - "string_cache", 5643 - "string_cache_codegen", 5644 - "triomphe", 5645 - ] 5646 - 5647 - [[package]] 5648 - name = "swc_bundler" 5649 - version = "0.208.19" 5650 - source = "registry+https://github.com/rust-lang/crates.io-index" 5651 - checksum = "30d90393e5ac143a687f422f288bc706e3139a862d4c790cf301086aabd0cdf9" 5652 - dependencies = [ 5653 - "ahash", 5654 - "anyhow", 5655 - "crc", 5656 - "dashmap", 5657 - "indexmap", 5658 - "is-macro", 5659 - "once_cell", 5660 - "parking_lot", 5661 - "petgraph", 5662 - "radix_fmt", 5663 - "rayon", 5664 - "relative-path", 5665 - "swc_atoms", 5666 - "swc_common", 5667 - "swc_ecma_ast", 5668 - "swc_ecma_codegen", 5669 - "swc_ecma_loader", 5670 - "swc_ecma_parser", 5671 - "swc_ecma_transforms_base", 5672 - "swc_ecma_transforms_optimization", 5673 - "swc_ecma_utils", 5674 - "swc_ecma_visit", 5675 - "swc_fast_graph", 5676 - "swc_graph_analyzer", 5677 - "tracing", 5678 - ] 5679 - 5680 - [[package]] 5681 - name = "swc_cached" 5682 - version = "0.3.15" 5683 - source = "registry+https://github.com/rust-lang/crates.io-index" 5684 - checksum = "9745d42d167cb60aeb1e85d2ee813ca455c3185bf7417f11fd102d745ae2b9e1" 5685 - dependencies = [ 5686 - "ahash", 5687 - "anyhow", 5688 - "dashmap", 5689 - "once_cell", 5690 - "regex", 5691 - "serde", 5692 - ] 5693 - 5694 - [[package]] 5695 - name = "swc_common" 5696 - version = "0.29.37" 5697 - source = "registry+https://github.com/rust-lang/crates.io-index" 5698 - checksum = "5005cd73617e18592faa31298225b26f1c407b84a681d67efb735c3d3458e101" 5699 - dependencies = [ 5700 - "ahash", 5701 - "anyhow", 5702 - "ast_node", 5703 - "atty", 5704 - "better_scoped_tls", 5705 - "cfg-if 1.0.0", 5706 - "either", 5707 - "from_variant", 5708 - "new_debug_unreachable", 5709 - "num-bigint", 5710 - "once_cell", 5711 - "parking_lot", 5712 - "rkyv", 5713 - "rustc-hash", 5714 - "serde", 5715 - "siphasher", 5716 - "sourcemap", 5717 - "string_cache", 5718 - "swc_atoms", 5719 - "swc_eq_ignore_macros", 5720 - "swc_visit", 5721 - "termcolor", 5722 - "tracing", 5723 - "unicode-width", 5724 - "url", 5725 - ] 5726 - 5727 - [[package]] 5728 - name = "swc_config" 5729 - version = "0.1.4" 5730 - source = "registry+https://github.com/rust-lang/crates.io-index" 5731 - checksum = "b4de36224eb9498fccd4e68971f0b83326ccf8592c2d424f257f3a1c76b2b211" 5732 - dependencies = [ 5733 - "indexmap", 5734 - "serde", 5735 - "serde_json", 5736 - "swc_config_macro", 5737 - ] 5738 - 5739 - [[package]] 5740 - name = "swc_config_macro" 5741 - version = "0.1.0" 5742 - source = "registry+https://github.com/rust-lang/crates.io-index" 5743 - checksum = "fb64bc03d90fd5c90d6ab917bb2b1d7fbd31957df39e31ea24a3f554b4372251" 5744 - dependencies = [ 5745 - "pmutil", 5746 - "proc-macro2", 5747 - "quote", 5748 - "swc_macros_common", 5749 - "syn 1.0.109", 5750 - ] 5751 - 5752 - [[package]] 5753 - name = "swc_core" 5754 - version = "0.69.23" 5755 - source = "registry+https://github.com/rust-lang/crates.io-index" 5756 - checksum = "9d13d1df11c7a0c2876ccf36bda91da3686310fb0ab853a22aac5496e02e5e9f" 5757 - dependencies = [ 5758 - "binding_macros", 5759 - "swc", 5760 - "swc_atoms", 5761 - "swc_bundler", 5762 - "swc_cached", 5763 - "swc_common", 5764 - "swc_css_ast", 5765 - "swc_css_codegen", 5766 - "swc_css_compat", 5767 - "swc_css_modules", 5768 - "swc_css_parser", 5769 - "swc_css_prefixer", 5770 - "swc_css_utils", 5771 - "swc_css_visit", 5772 - "swc_ecma_ast", 5773 - "swc_ecma_codegen", 5774 - "swc_ecma_loader", 5775 - "swc_ecma_minifier", 5776 - "swc_ecma_parser", 5777 - "swc_ecma_preset_env", 5778 - "swc_ecma_quote_macros", 5779 - "swc_ecma_transforms_base", 5780 - "swc_ecma_transforms_module", 5781 - "swc_ecma_transforms_optimization", 5782 - "swc_ecma_transforms_proposal", 5783 - "swc_ecma_transforms_react", 5784 - "swc_ecma_transforms_testing", 5785 - "swc_ecma_transforms_typescript", 5786 - "swc_ecma_utils", 5787 - "swc_ecma_visit", 5788 - "swc_node_base", 5789 - "swc_nodejs_common", 5790 - "swc_plugin_proxy", 5791 - "swc_plugin_runner", 5792 - "swc_trace_macro", 5793 - "testing", 5794 - "vergen", 5795 - "wasmer", 5796 - "wasmer-wasi", 5797 - ] 5798 - 5799 - [[package]] 5800 - name = "swc_css_ast" 5801 - version = "0.134.11" 5802 - source = "registry+https://github.com/rust-lang/crates.io-index" 5803 - checksum = "b00eeb01472c11945107c881525e6ce89c2596cf7965e51f847a8029916ce7e9" 5804 - dependencies = [ 5805 - "is-macro", 5806 - "serde", 5807 - "string_enum", 5808 - "swc_atoms", 5809 - "swc_common", 5810 - ] 5811 - 5812 - [[package]] 5813 - name = "swc_css_codegen" 5814 - version = "0.144.14" 5815 - source = "registry+https://github.com/rust-lang/crates.io-index" 5816 - checksum = "bbfa6ae6065fa3a75c3bd9d4e8747d692a57ab5ac3259c5b3e5811965cce92d4" 5817 - dependencies = [ 5818 - "auto_impl", 5819 - "bitflags 1.3.2", 5820 - "rustc-hash", 5821 - "serde", 5822 - "swc_atoms", 5823 - "swc_common", 5824 - "swc_css_ast", 5825 - "swc_css_codegen_macros", 5826 - "swc_css_utils", 5827 - ] 5828 - 5829 - [[package]] 5830 - name = "swc_css_codegen_macros" 5831 - version = "0.2.0" 5832 - source = "registry+https://github.com/rust-lang/crates.io-index" 5833 - checksum = "fe27425548d11afee43ddbe1d0cd882cb5e042f61b1503651dae2219c92333f5" 5834 - dependencies = [ 5835 - "pmutil", 5836 - "proc-macro2", 5837 - "quote", 5838 - "swc_macros_common", 5839 - "syn 1.0.109", 5840 - ] 5841 - 5842 - [[package]] 5843 - name = "swc_css_compat" 5844 - version = "0.20.14" 5845 - source = "registry+https://github.com/rust-lang/crates.io-index" 5846 - checksum = "608c5e294e2fcbea240831e02863c68e765d2508c42cc3bda492a18198e3081f" 5847 - dependencies = [ 5848 - "bitflags 1.3.2", 5849 - "once_cell", 5850 - "serde", 5851 - "serde_json", 5852 - "swc_atoms", 5853 - "swc_common", 5854 - "swc_css_ast", 5855 - "swc_css_utils", 5856 - "swc_css_visit", 5857 - ] 5858 - 5859 - [[package]] 5860 - name = "swc_css_modules" 5861 - version = "0.21.16" 5862 - source = "registry+https://github.com/rust-lang/crates.io-index" 5863 - checksum = "1d3b768156027bb4f57cefa4eec66d2f2b122eb81937c62f2f820123b7617727" 5864 - dependencies = [ 5865 - "rustc-hash", 5866 - "serde", 5867 - "swc_atoms", 5868 - "swc_common", 5869 - "swc_css_ast", 5870 - "swc_css_codegen", 5871 - "swc_css_parser", 5872 - "swc_css_visit", 5873 - ] 5874 - 5875 - [[package]] 5876 - name = "swc_css_parser" 5877 - version = "0.143.12" 5878 - source = "registry+https://github.com/rust-lang/crates.io-index" 5879 - checksum = "ab4dc464bb7b97db5cb057164af91d1a374bffa48170d67604c7f3158639ed27" 5880 - dependencies = [ 5881 - "bitflags 1.3.2", 5882 - "lexical", 5883 - "serde", 5884 - "swc_atoms", 5885 - "swc_common", 5886 - "swc_css_ast", 5887 - ] 5888 - 5889 - [[package]] 5890 - name = "swc_css_prefixer" 5891 - version = "0.146.14" 5892 - source = "registry+https://github.com/rust-lang/crates.io-index" 5893 - checksum = "97fb14aeb39b8b43c2c84b4ec8ed3d7af419204385621dcd837a9d0cf8da9cbb" 5894 - dependencies = [ 5895 - "once_cell", 5896 - "preset_env_base", 5897 - "serde", 5898 - "serde_json", 5899 - "swc_atoms", 5900 - "swc_common", 5901 - "swc_css_ast", 5902 - "swc_css_utils", 5903 - "swc_css_visit", 5904 - ] 5905 - 5906 - [[package]] 5907 - name = "swc_css_utils" 5908 - version = "0.131.12" 5909 - source = "registry+https://github.com/rust-lang/crates.io-index" 5910 - checksum = "7a18df9c717eec8ff9760a27c7337c507a10b23ec301dbc23249dadf7ba78524" 5911 - dependencies = [ 5912 - "once_cell", 5913 - "serde", 5914 - "serde_json", 5915 - "swc_atoms", 5916 - "swc_common", 5917 - "swc_css_ast", 5918 - "swc_css_visit", 5919 - ] 5920 - 5921 - [[package]] 5922 - name = "swc_css_visit" 5923 - version = "0.133.11" 5924 - source = "registry+https://github.com/rust-lang/crates.io-index" 5925 - checksum = "bc2080e5a67f015365661e5bd26cd7d8cf766395eaa9c4dc95ef58054af624e3" 5926 - dependencies = [ 5927 - "serde", 5928 - "swc_atoms", 5929 - "swc_common", 5930 - "swc_css_ast", 5931 - "swc_visit", 5932 - ] 5933 - 5934 - [[package]] 5935 - name = "swc_ecma_ast" 5936 - version = "0.100.3" 5937 - source = "registry+https://github.com/rust-lang/crates.io-index" 5938 - checksum = "6b135a8de6b20bcc99711a95e6c7c2ffd75e2ce7ef530e67eec4093bd3d063e0" 5939 - dependencies = [ 5940 - "bitflags 1.3.2", 5941 - "is-macro", 5942 - "num-bigint", 5943 - "rkyv", 5944 - "scoped-tls", 5945 - "serde", 5946 - "string_enum", 5947 - "swc_atoms", 5948 - "swc_common", 5949 - "unicode-id", 5950 - ] 5951 - 5952 - [[package]] 5953 - name = "swc_ecma_codegen" 5954 - version = "0.135.8" 5955 - source = "registry+https://github.com/rust-lang/crates.io-index" 5956 - checksum = "5eea38f0aa2bdafb48927cb30a714ad6cc27c17cd40a867ab1f2c0782e6080e6" 5957 - dependencies = [ 5958 - "memchr", 5959 - "num-bigint", 5960 - "once_cell", 5961 - "rustc-hash", 5962 - "serde", 5963 - "sourcemap", 5964 - "swc_atoms", 5965 - "swc_common", 5966 - "swc_ecma_ast", 5967 - "swc_ecma_codegen_macros", 5968 - "tracing", 5969 - ] 5970 - 5971 - [[package]] 5972 - name = "swc_ecma_codegen_macros" 5973 - version = "0.7.1" 5974 - source = "registry+https://github.com/rust-lang/crates.io-index" 5975 - checksum = "0159c99f81f52e48fe692ef7af1b0990b45d3006b14c6629be0b1ffee1b23aea" 5976 - dependencies = [ 5977 - "pmutil", 5978 - "proc-macro2", 5979 - "quote", 5980 - "swc_macros_common", 5981 - "syn 1.0.109", 5982 - ] 5983 - 5984 - [[package]] 5985 - name = "swc_ecma_ext_transforms" 5986 - version = "0.99.8" 5987 - source = "registry+https://github.com/rust-lang/crates.io-index" 5988 - checksum = "bdc9c335e425617120ec2f2af01c59541571afd7d834b9d7c312faf9d8acc7c4" 5989 - dependencies = [ 5990 - "phf", 5991 - "swc_atoms", 5992 - "swc_common", 5993 - "swc_ecma_ast", 5994 - "swc_ecma_utils", 5995 - "swc_ecma_visit", 5996 - ] 5997 - 5998 - [[package]] 5999 - name = "swc_ecma_lints" 6000 - version = "0.77.13" 6001 - source = "registry+https://github.com/rust-lang/crates.io-index" 6002 - checksum = "463fd2faab68aad3197670627ec7d9a9250cfe28641afa8a8c7aa8d21d6014df" 6003 - dependencies = [ 6004 - "ahash", 6005 - "auto_impl", 6006 - "dashmap", 6007 - "parking_lot", 6008 - "rayon", 6009 - "regex", 6010 - "serde", 6011 - "swc_atoms", 6012 - "swc_common", 6013 - "swc_config", 6014 - "swc_ecma_ast", 6015 - "swc_ecma_utils", 6016 - "swc_ecma_visit", 6017 - ] 6018 - 6019 - [[package]] 6020 - name = "swc_ecma_loader" 6021 - version = "0.41.39" 6022 - source = "registry+https://github.com/rust-lang/crates.io-index" 6023 - checksum = "681c1fbb762c82700a5bd23dc39bad892a287ea9fb2121cf56e77f1ddc89afeb" 6024 - dependencies = [ 6025 - "ahash", 6026 - "anyhow", 6027 - "dashmap", 6028 - "lru", 6029 - "normpath", 6030 - "once_cell", 6031 - "parking_lot", 6032 - "path-clean", 6033 - "pathdiff", 6034 - "serde", 6035 - "serde_json", 6036 - "swc_cached", 6037 - "swc_common", 6038 - "tracing", 6039 - ] 6040 - 6041 - [[package]] 6042 - name = "swc_ecma_minifier" 6043 - version = "0.175.19" 6044 - source = "registry+https://github.com/rust-lang/crates.io-index" 6045 - checksum = "89c2cd0cb9f66b75be8ba3ae6122a7989afe0f45af5ea72a1ab6755240e6183c" 6046 - dependencies = [ 6047 - "ahash", 6048 - "arrayvec 0.7.2", 6049 - "indexmap", 6050 - "num-bigint", 6051 - "num_cpus", 6052 - "once_cell", 6053 - "parking_lot", 6054 - "radix_fmt", 6055 - "rayon", 6056 - "regex", 6057 - "rustc-hash", 6058 - "ryu-js", 6059 - "serde", 6060 - "serde_json", 6061 - "swc_atoms", 6062 - "swc_cached", 6063 - "swc_common", 6064 - "swc_config", 6065 - "swc_ecma_ast", 6066 - "swc_ecma_codegen", 6067 - "swc_ecma_parser", 6068 - "swc_ecma_transforms_base", 6069 - "swc_ecma_transforms_optimization", 6070 - "swc_ecma_usage_analyzer", 6071 - "swc_ecma_utils", 6072 - "swc_ecma_visit", 6073 - "swc_timer", 6074 - "tracing", 6075 - ] 6076 - 6077 - [[package]] 6078 - name = "swc_ecma_parser" 6079 - version = "0.130.7" 6080 - source = "registry+https://github.com/rust-lang/crates.io-index" 6081 - checksum = "b79a4d3b941551a586d2dc06bd05ef654e500ce1e1da2425a3a97b98cecd282b" 6082 - dependencies = [ 6083 - "either", 6084 - "enum_kind", 6085 - "lexical", 6086 - "num-bigint", 6087 - "serde", 6088 - "smallvec", 6089 - "smartstring", 6090 - "stacker", 6091 - "swc_atoms", 6092 - "swc_common", 6093 - "swc_ecma_ast", 6094 - "tracing", 6095 - "typed-arena", 6096 - ] 6097 - 6098 - [[package]] 6099 - name = "swc_ecma_preset_env" 6100 - version = "0.189.17" 6101 - source = "registry+https://github.com/rust-lang/crates.io-index" 6102 - checksum = "33f5d2be1bdf27dec511d2108c0bc25f0f955a248b2d307b352a45eac7fcf117" 6103 - dependencies = [ 6104 - "ahash", 6105 - "anyhow", 6106 - "dashmap", 6107 - "indexmap", 6108 - "once_cell", 6109 - "preset_env_base", 6110 - "semver 1.0.17", 6111 - "serde", 6112 - "serde_json", 6113 - "st-map", 6114 - "string_enum", 6115 - "swc_atoms", 6116 - "swc_common", 6117 - "swc_ecma_ast", 6118 - "swc_ecma_transforms", 6119 - "swc_ecma_utils", 6120 - "swc_ecma_visit", 6121 - ] 6122 - 6123 - [[package]] 6124 - name = "swc_ecma_quote_macros" 6125 - version = "0.41.7" 6126 - source = "registry+https://github.com/rust-lang/crates.io-index" 6127 - checksum = "0bf398b83e9b77ee80fca2bb079cd3495f3d2e1b52ccb7645f1b33b395d6410e" 6128 - dependencies = [ 6129 - "anyhow", 6130 - "pmutil", 6131 - "proc-macro2", 6132 - "quote", 6133 - "swc_atoms", 6134 - "swc_common", 6135 - "swc_ecma_ast", 6136 - "swc_ecma_parser", 6137 - "swc_macros_common", 6138 - "syn 1.0.109", 6139 - ] 6140 - 6141 - [[package]] 6142 - name = "swc_ecma_testing" 6143 - version = "0.20.8" 6144 - source = "registry+https://github.com/rust-lang/crates.io-index" 6145 - checksum = "25198f96ef93c4bb4cc8fa13c9b22a018cf2c0c7609ee91f7abc7968ebc2e2df" 6146 - dependencies = [ 6147 - "anyhow", 6148 - "hex", 6149 - "sha-1", 6150 - "tracing", 6151 - ] 6152 - 6153 - [[package]] 6154 - name = "swc_ecma_transforms" 6155 - version = "0.212.17" 6156 - source = "registry+https://github.com/rust-lang/crates.io-index" 6157 - checksum = "ad7490393ee05987fe77719bd965ce853f760e20dac1dab53129b8d636dc46c1" 6158 - dependencies = [ 6159 - "swc_atoms", 6160 - "swc_common", 6161 - "swc_ecma_ast", 6162 - "swc_ecma_transforms_base", 6163 - "swc_ecma_transforms_compat", 6164 - "swc_ecma_transforms_module", 6165 - "swc_ecma_transforms_optimization", 6166 - "swc_ecma_transforms_proposal", 6167 - "swc_ecma_transforms_react", 6168 - "swc_ecma_transforms_typescript", 6169 - "swc_ecma_utils", 6170 - "swc_ecma_visit", 6171 - ] 6172 - 6173 - [[package]] 6174 - name = "swc_ecma_transforms_base" 6175 - version = "0.122.13" 6176 - source = "registry+https://github.com/rust-lang/crates.io-index" 6177 - checksum = "96253f9d410d18a9aae6c7f59ddc697dd78dcd130f5d1a8750cc5b8f5d71472e" 6178 - dependencies = [ 6179 - "better_scoped_tls", 6180 - "bitflags 1.3.2", 6181 - "indexmap", 6182 - "once_cell", 6183 - "phf", 6184 - "rayon", 6185 - "rustc-hash", 6186 - "serde", 6187 - "smallvec", 6188 - "swc_atoms", 6189 - "swc_common", 6190 - "swc_ecma_ast", 6191 - "swc_ecma_parser", 6192 - "swc_ecma_utils", 6193 - "swc_ecma_visit", 6194 - "tracing", 6195 - ] 6196 - 6197 - [[package]] 6198 - name = "swc_ecma_transforms_classes" 6199 - version = "0.111.13" 6200 - source = "registry+https://github.com/rust-lang/crates.io-index" 6201 - checksum = "3fc315b53be4d9004134001b46258b32fee64ebc5dd964f72c2b1258324246a7" 6202 - dependencies = [ 6203 - "swc_atoms", 6204 - "swc_common", 6205 - "swc_ecma_ast", 6206 - "swc_ecma_transforms_base", 6207 - "swc_ecma_utils", 6208 - "swc_ecma_visit", 6209 - ] 6210 - 6211 - [[package]] 6212 - name = "swc_ecma_transforms_compat" 6213 - version = "0.148.15" 6214 - source = "registry+https://github.com/rust-lang/crates.io-index" 6215 - checksum = "b5a1a4a3c413bfd03e38e8ee9fb9bb761f478ebe4f8b1f51e154375fcc1ca17a" 6216 - dependencies = [ 6217 - "ahash", 6218 - "arrayvec 0.7.2", 6219 - "indexmap", 6220 - "is-macro", 6221 - "num-bigint", 6222 - "rayon", 6223 - "serde", 6224 - "smallvec", 6225 - "swc_atoms", 6226 - "swc_common", 6227 - "swc_config", 6228 - "swc_ecma_ast", 6229 - "swc_ecma_transforms_base", 6230 - "swc_ecma_transforms_classes", 6231 - "swc_ecma_transforms_macros", 6232 - "swc_ecma_utils", 6233 - "swc_ecma_visit", 6234 - "swc_trace_macro", 6235 - "tracing", 6236 - ] 6237 - 6238 - [[package]] 6239 - name = "swc_ecma_transforms_macros" 6240 - version = "0.5.0" 6241 - source = "registry+https://github.com/rust-lang/crates.io-index" 6242 - checksum = "ebf907935ec5492256b523ae7935a824d9fdc0368dcadc41375bad0dca91cd8b" 6243 - dependencies = [ 6244 - "pmutil", 6245 - "proc-macro2", 6246 - "quote", 6247 - "swc_macros_common", 6248 - "syn 1.0.109", 6249 - ] 6250 - 6251 - [[package]] 6252 - name = "swc_ecma_transforms_module" 6253 - version = "0.165.15" 6254 - source = "registry+https://github.com/rust-lang/crates.io-index" 6255 - checksum = "8f53c50506abc0db9a768b190d28dbc6968844d6f6f7fe98967f01bf4c0890ba" 6256 - dependencies = [ 6257 - "Inflector", 6258 - "ahash", 6259 - "anyhow", 6260 - "bitflags 1.3.2", 6261 - "indexmap", 6262 - "is-macro", 6263 - "path-clean", 6264 - "pathdiff", 6265 - "regex", 6266 - "serde", 6267 - "swc_atoms", 6268 - "swc_cached", 6269 - "swc_common", 6270 - "swc_ecma_ast", 6271 - "swc_ecma_loader", 6272 - "swc_ecma_parser", 6273 - "swc_ecma_transforms_base", 6274 - "swc_ecma_utils", 6275 - "swc_ecma_visit", 6276 - "tracing", 6277 - ] 6278 - 6279 - [[package]] 6280 - name = "swc_ecma_transforms_optimization" 6281 - version = "0.181.17" 6282 - source = "registry+https://github.com/rust-lang/crates.io-index" 6283 - checksum = "08181f21f6bafb718ef3bed83817545f53af69852550177de19cc20d618a95b7" 6284 - dependencies = [ 6285 - "ahash", 6286 - "dashmap", 6287 - "indexmap", 6288 - "once_cell", 6289 - "petgraph", 6290 - "rayon", 6291 - "rustc-hash", 6292 - "serde_json", 6293 - "swc_atoms", 6294 - "swc_common", 6295 - "swc_ecma_ast", 6296 - "swc_ecma_parser", 6297 - "swc_ecma_transforms_base", 6298 - "swc_ecma_transforms_macros", 6299 - "swc_ecma_utils", 6300 - "swc_ecma_visit", 6301 - "swc_fast_graph", 6302 - "tracing", 6303 - ] 6304 - 6305 - [[package]] 6306 - name = "swc_ecma_transforms_proposal" 6307 - version = "0.156.15" 6308 - source = "registry+https://github.com/rust-lang/crates.io-index" 6309 - checksum = "478c09b747e7829d22f6fe393fb002487133483967d4bd051d9b69a1d5d65a8a" 6310 - dependencies = [ 6311 - "either", 6312 - "serde", 6313 - "smallvec", 6314 - "swc_atoms", 6315 - "swc_common", 6316 - "swc_ecma_ast", 6317 - "swc_ecma_transforms_base", 6318 - "swc_ecma_transforms_classes", 6319 - "swc_ecma_transforms_macros", 6320 - "swc_ecma_utils", 6321 - "swc_ecma_visit", 6322 - ] 6323 - 6324 - [[package]] 6325 - name = "swc_ecma_transforms_react" 6326 - version = "0.167.17" 6327 - source = "registry+https://github.com/rust-lang/crates.io-index" 6328 - checksum = "a423b55598ab93ecd4e2a232b9f9a33a0e742b9ba2229a00972ead82bf0a6693" 6329 - dependencies = [ 6330 - "ahash", 6331 - "base64 0.13.1", 6332 - "dashmap", 6333 - "indexmap", 6334 - "once_cell", 6335 - "rayon", 6336 - "regex", 6337 - "serde", 6338 - "sha-1", 6339 - "string_enum", 6340 - "swc_atoms", 6341 - "swc_common", 6342 - "swc_config", 6343 - "swc_ecma_ast", 6344 - "swc_ecma_parser", 6345 - "swc_ecma_transforms_base", 6346 - "swc_ecma_transforms_macros", 6347 - "swc_ecma_utils", 6348 - "swc_ecma_visit", 6349 - ] 6350 - 6351 - [[package]] 6352 - name = "swc_ecma_transforms_testing" 6353 - version = "0.125.13" 6354 - source = "registry+https://github.com/rust-lang/crates.io-index" 6355 - checksum = "f07bfbd7b8739ad54b564b2c19476978cd4d48ada980307a20469021c3343938" 6356 - dependencies = [ 6357 - "ansi_term", 6358 - "anyhow", 6359 - "base64 0.13.1", 6360 - "hex", 6361 - "serde", 6362 - "serde_json", 6363 - "sha-1", 6364 - "sourcemap", 6365 - "swc_common", 6366 - "swc_ecma_ast", 6367 - "swc_ecma_codegen", 6368 - "swc_ecma_parser", 6369 - "swc_ecma_testing", 6370 - "swc_ecma_transforms_base", 6371 - "swc_ecma_utils", 6372 - "swc_ecma_visit", 6373 - "tempfile", 6374 - "testing", 6375 - ] 6376 - 6377 - [[package]] 6378 - name = "swc_ecma_transforms_typescript" 6379 - version = "0.171.17" 6380 - source = "registry+https://github.com/rust-lang/crates.io-index" 6381 - checksum = "39ba6c548f2b4ad7e1b71c85c4771242a800886547933129f41a7877a5c47332" 6382 - dependencies = [ 6383 - "serde", 6384 - "swc_atoms", 6385 - "swc_common", 6386 - "swc_ecma_ast", 6387 - "swc_ecma_transforms_base", 6388 - "swc_ecma_transforms_react", 6389 - "swc_ecma_utils", 6390 - "swc_ecma_visit", 6391 - ] 6392 - 6393 - [[package]] 6394 - name = "swc_ecma_usage_analyzer" 6395 - version = "0.9.9" 6396 - source = "registry+https://github.com/rust-lang/crates.io-index" 6397 - checksum = "0ab0dcc471e8a980062c21257070ed522f48e77f83e61f2522f8a26f96f6ce89" 6398 - dependencies = [ 6399 - "ahash", 6400 - "indexmap", 6401 - "rustc-hash", 6402 - "swc_atoms", 6403 - "swc_common", 6404 - "swc_ecma_ast", 6405 - "swc_ecma_utils", 6406 - "swc_ecma_visit", 6407 - "swc_timer", 6408 - "tracing", 6409 - ] 6410 - 6411 - [[package]] 6412 - name = "swc_ecma_utils" 6413 - version = "0.113.8" 6414 - source = "registry+https://github.com/rust-lang/crates.io-index" 6415 - checksum = "6d422284424a29a95ce5d896ab4f8da35316cd0291e15759c0aae30abd2947be" 6416 - dependencies = [ 6417 - "indexmap", 6418 - "num_cpus", 6419 - "once_cell", 6420 - "rayon", 6421 - "rustc-hash", 6422 - "swc_atoms", 6423 - "swc_common", 6424 - "swc_ecma_ast", 6425 - "swc_ecma_visit", 6426 - "tracing", 6427 - "unicode-id", 6428 - ] 6429 - 6430 - [[package]] 6431 - name = "swc_ecma_visit" 6432 - version = "0.86.4" 6433 - source = "registry+https://github.com/rust-lang/crates.io-index" 6434 - checksum = "2cb3aaa504f9a520cb73e8d361d30aaceeb8643cc2f048e0dc1808d213ef76a9" 6435 - dependencies = [ 6436 - "num-bigint", 6437 - "swc_atoms", 6438 - "swc_common", 6439 - "swc_ecma_ast", 6440 - "swc_visit", 6441 - "tracing", 6442 - ] 6443 - 6444 - [[package]] 6445 - name = "swc_emotion" 6446 - version = "0.29.11" 6447 - source = "registry+https://github.com/rust-lang/crates.io-index" 6448 - checksum = "4b32d130dc10d63b2f6ccf8d59c693748f0b41ed80ae79df56476f69ac687c9b" 6449 - dependencies = [ 6450 - "base64 0.13.1", 6451 - "byteorder", 6452 - "fxhash", 6453 - "once_cell", 6454 - "radix_fmt", 6455 - "regex", 6456 - "serde", 6457 - "sourcemap", 6458 - "swc_core", 6459 - "tracing", 6460 - ] 6461 - 6462 - [[package]] 6463 - name = "swc_eq_ignore_macros" 6464 - version = "0.1.1" 6465 - source = "registry+https://github.com/rust-lang/crates.io-index" 6466 - checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6" 6467 - dependencies = [ 6468 - "pmutil", 6469 - "proc-macro2", 6470 - "quote", 6471 - "syn 1.0.109", 6472 - ] 6473 - 6474 - [[package]] 6475 - name = "swc_error_reporters" 6476 - version = "0.13.38" 6477 - source = "registry+https://github.com/rust-lang/crates.io-index" 6478 - checksum = "e5652942f29f76b08bc2a23228e87c8dff1f037de17d18166753e90f4baacf61" 6479 - dependencies = [ 6480 - "anyhow", 6481 - "miette", 6482 - "once_cell", 6483 - "parking_lot", 6484 - "swc_common", 6485 - ] 6486 - 6487 - [[package]] 6488 - name = "swc_fast_graph" 6489 - version = "0.17.38" 6490 - source = "registry+https://github.com/rust-lang/crates.io-index" 6491 - checksum = "e3a720ad8028d6c6e992039c862ed7318d143dee3994929793f59067fd69600b" 6492 - dependencies = [ 6493 - "ahash", 6494 - "indexmap", 6495 - "petgraph", 6496 - "swc_common", 6497 - ] 6498 - 6499 - [[package]] 6500 - name = "swc_graph_analyzer" 6501 - version = "0.18.41" 6502 - source = "registry+https://github.com/rust-lang/crates.io-index" 6503 - checksum = "b25ac475500b0776f1bb82da02eff867819b3c653130023ea957cbd1e91befa8" 6504 - dependencies = [ 6505 - "ahash", 6506 - "auto_impl", 6507 - "petgraph", 6508 - "swc_fast_graph", 6509 - "tracing", 6510 - ] 6511 - 6512 - [[package]] 6513 - name = "swc_macros_common" 6514 - version = "0.3.6" 6515 - source = "registry+https://github.com/rust-lang/crates.io-index" 6516 - checksum = "a4be988307882648d9bc7c71a6a73322b7520ef0211e920489a98f8391d8caa2" 6517 - dependencies = [ 6518 - "pmutil", 6519 - "proc-macro2", 6520 - "quote", 6521 - "syn 1.0.109", 6522 - ] 6523 - 6524 - [[package]] 6525 - name = "swc_node_base" 6526 - version = "0.5.8" 6527 - source = "registry+https://github.com/rust-lang/crates.io-index" 6528 - checksum = "6065892f97ac3f42280d0f3eadc351aeff552e8de4d459604bcd9c56eb799ade" 6529 - dependencies = [ 6530 - "mimalloc-rust", 6531 - "tikv-jemallocator", 6532 - ] 6533 - 6534 - [[package]] 6535 - name = "swc_node_comments" 6536 - version = "0.16.37" 6537 - source = "registry+https://github.com/rust-lang/crates.io-index" 6538 - checksum = "c762f79bc1f940df95655603298b3ea382765185e091360d7f895475a5437a92" 6539 - dependencies = [ 6540 - "ahash", 6541 - "dashmap", 6542 - "swc_atoms", 6543 - "swc_common", 6544 - ] 6545 - 6546 - [[package]] 6547 - name = "swc_nodejs_common" 6548 - version = "0.0.5" 6549 - source = "registry+https://github.com/rust-lang/crates.io-index" 6550 - checksum = "5c00871ef9d32aad437acced2eeffc96a97c5f2776bb90ad6497968a8d626b04" 6551 - dependencies = [ 6552 - "anyhow", 6553 - "napi", 6554 - "serde", 6555 - "serde_json", 6556 - "tracing", 6557 - "tracing-subscriber", 6558 - ] 6559 - 6560 - [[package]] 6561 - name = "swc_plugin_proxy" 6562 - version = "0.29.3" 6563 - source = "registry+https://github.com/rust-lang/crates.io-index" 6564 - checksum = "eb64bf10458ef02e97ca7e43b75a3519373f97bf77728c50148799d87a14658c" 6565 - dependencies = [ 6566 - "better_scoped_tls", 6567 - "rkyv", 6568 - "swc_common", 6569 - "swc_ecma_ast", 6570 - "swc_trace_macro", 6571 - "tracing", 6572 - ] 6573 - 6574 - [[package]] 6575 - name = "swc_plugin_runner" 6576 - version = "0.91.7" 6577 - source = "registry+https://github.com/rust-lang/crates.io-index" 6578 - checksum = "1c790a1870b2f5460f72622ff7a2f72c16597608683e3bfa7feb762bc6392df0" 6579 - dependencies = [ 6580 - "anyhow", 6581 - "enumset", 6582 - "once_cell", 6583 - "parking_lot", 6584 - "serde", 6585 - "serde_json", 6586 - "swc_common", 6587 - "swc_ecma_ast", 6588 - "swc_plugin_proxy", 6589 - "tracing", 6590 - "wasmer", 6591 - "wasmer-cache", 6592 - "wasmer-compiler-cranelift", 6593 - "wasmer-engine-universal", 6594 - "wasmer-wasi", 6595 - ] 6596 - 6597 - [[package]] 6598 - name = "swc_relay" 6599 - version = "0.1.0" 6600 - source = "registry+https://github.com/rust-lang/crates.io-index" 6601 - checksum = "21d7489319dc3cbf645a0c01f7f79b3f7600ff4a806305f47e7fc7847cf90f11" 6602 - dependencies = [ 6603 - "once_cell", 6604 - "regex", 6605 - "serde", 6606 - "serde_json", 6607 - "swc_common", 6608 - "swc_core", 6609 - "tracing", 6610 - ] 6611 - 6612 - [[package]] 6613 - name = "swc_timer" 6614 - version = "0.17.42" 6615 - source = "registry+https://github.com/rust-lang/crates.io-index" 6616 - checksum = "d11afada7873b24725061271e1b3e49f2f8f625535fee2b4c55603b6f1a5fa0b" 6617 - dependencies = [ 6618 - "tracing", 6619 - ] 6620 - 6621 - [[package]] 6622 - name = "swc_trace_macro" 6623 - version = "0.1.2" 6624 - source = "registry+https://github.com/rust-lang/crates.io-index" 6625 - checksum = "a4795c8d23e0de62eef9cac0a20ae52429ee2ffc719768e838490f195b7d7267" 6626 - dependencies = [ 6627 - "proc-macro2", 6628 - "quote", 6629 - "syn 1.0.109", 6630 - ] 6631 - 6632 - [[package]] 6633 - name = "swc_visit" 6634 - version = "0.5.4" 6635 - source = "registry+https://github.com/rust-lang/crates.io-index" 6636 - checksum = "470a1963cf182fdcbbac46e3a7fd2caf7329da0e568d3668202da9501c880e16" 6637 - dependencies = [ 6638 - "either", 6639 - "swc_visit_macros", 6640 - ] 6641 - 6642 - [[package]] 6643 - name = "swc_visit_macros" 6644 - version = "0.5.5" 6645 - source = "registry+https://github.com/rust-lang/crates.io-index" 6646 - checksum = "6098b717cfd4c85f5cddec734af191dbce461c39975ed567c32ac6d0c6d61a6d" 6647 - dependencies = [ 6648 - "Inflector", 6649 - "pmutil", 6650 - "proc-macro2", 6651 - "quote", 6652 - "swc_macros_common", 6653 - "syn 1.0.109", 6654 - ] 6655 - 6656 - [[package]] 6657 - name = "syn" 6658 - version = "1.0.109" 6659 - source = "registry+https://github.com/rust-lang/crates.io-index" 6660 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 6661 - dependencies = [ 6662 - "proc-macro2", 6663 - "quote", 6664 - "unicode-ident", 6665 - ] 6666 - 6667 - [[package]] 6668 - name = "syn" 6669 - version = "2.0.8" 6670 - source = "registry+https://github.com/rust-lang/crates.io-index" 6671 - checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9" 6672 - dependencies = [ 6673 - "proc-macro2", 6674 - "quote", 6675 - "unicode-ident", 6676 - ] 6677 - 6678 - [[package]] 6679 - name = "sync_wrapper" 6680 - version = "0.1.2" 6681 - source = "registry+https://github.com/rust-lang/crates.io-index" 6682 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 6683 - 6684 - [[package]] 6685 - name = "sysinfo" 6686 - version = "0.27.8" 6687 - source = "registry+https://github.com/rust-lang/crates.io-index" 6688 - checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33" 6689 - dependencies = [ 6690 - "cfg-if 1.0.0", 6691 - "core-foundation-sys", 6692 - "libc", 6693 - "ntapi", 6694 - "once_cell", 6695 - "rayon", 6696 - "winapi 0.3.9", 6697 - ] 6698 - 6699 - [[package]] 6700 - name = "tabled" 6701 - version = "0.10.0" 6702 - source = "registry+https://github.com/rust-lang/crates.io-index" 6703 - checksum = "56c3ee73732ffceaea7b8f6b719ce3bb17f253fa27461ffeaf568ebd0cdb4b85" 6704 - dependencies = [ 6705 - "ansi-str", 6706 - "papergrid", 6707 - "tabled_derive", 6708 - "unicode-width", 6709 - ] 6710 - 6711 - [[package]] 6712 - name = "tabled_derive" 6713 - version = "0.5.0" 6714 - source = "registry+https://github.com/rust-lang/crates.io-index" 6715 - checksum = "beca1b4eaceb4f2755df858b88d9b9315b7ccfd1ffd0d7a48a52602301f01a57" 6716 - dependencies = [ 6717 - "heck", 6718 - "proc-macro-error", 6719 - "proc-macro2", 6720 - "quote", 6721 - "syn 1.0.109", 6722 - ] 6723 - 6724 - [[package]] 6725 - name = "target-lexicon" 6726 - version = "0.12.6" 6727 - source = "registry+https://github.com/rust-lang/crates.io-index" 6728 - checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" 6729 - 6730 - [[package]] 6731 - name = "tempdir" 6732 - version = "0.3.7" 6733 - source = "registry+https://github.com/rust-lang/crates.io-index" 6734 - checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 6735 - dependencies = [ 6736 - "rand 0.4.6", 6737 - "remove_dir_all", 6738 - ] 6739 - 6740 - [[package]] 6741 - name = "tempfile" 6742 - version = "3.4.0" 6743 - source = "registry+https://github.com/rust-lang/crates.io-index" 6744 - checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 6745 - dependencies = [ 6746 - "cfg-if 1.0.0", 6747 - "fastrand", 6748 - "redox_syscall", 6749 - "rustix 0.36.11", 6750 - "windows-sys 0.42.0", 6751 - ] 6752 - 6753 - [[package]] 6754 - name = "termcolor" 6755 - version = "1.2.0" 6756 - source = "registry+https://github.com/rust-lang/crates.io-index" 6757 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 6758 - dependencies = [ 6759 - "winapi-util", 6760 - ] 6761 - 6762 - [[package]] 6763 - name = "terminal_size" 6764 - version = "0.1.17" 6765 - source = "registry+https://github.com/rust-lang/crates.io-index" 6766 - checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 6767 - dependencies = [ 6768 - "libc", 6769 - "winapi 0.3.9", 6770 - ] 6771 - 6772 - [[package]] 6773 - name = "termtree" 6774 - version = "0.4.0" 6775 - source = "registry+https://github.com/rust-lang/crates.io-index" 6776 - checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" 6777 - 6778 - [[package]] 6779 - name = "test-case" 6780 - version = "3.0.0" 6781 - source = "registry+https://github.com/rust-lang/crates.io-index" 6782 - checksum = "679b019fb241da62cc449b33b224d19ebe1c6767b495569765115dd7f7f9fba4" 6783 - dependencies = [ 6784 - "test-case-macros", 6785 - ] 6786 - 6787 - [[package]] 6788 - name = "test-case-core" 6789 - version = "3.0.0" 6790 - source = "registry+https://github.com/rust-lang/crates.io-index" 6791 - checksum = "72dc21b5887f4032c4656502d085dc28f2afbb686f25f216472bb0526f4b1b88" 6792 - dependencies = [ 6793 - "cfg-if 1.0.0", 6794 - "proc-macro-error", 6795 - "proc-macro2", 6796 - "quote", 6797 - "syn 1.0.109", 6798 - ] 6799 - 6800 - [[package]] 6801 - name = "test-case-macros" 6802 - version = "3.0.0" 6803 - source = "registry+https://github.com/rust-lang/crates.io-index" 6804 - checksum = "f3786898e0be151a96f730fd529b0e8a10f5990fa2a7ea14e37ca27613c05190" 6805 - dependencies = [ 6806 - "proc-macro-error", 6807 - "proc-macro2", 6808 - "quote", 6809 - "syn 1.0.109", 6810 - "test-case-core", 6811 - ] 6812 - 6813 - [[package]] 6814 - name = "testing" 6815 - version = "0.31.40" 6816 - source = "registry+https://github.com/rust-lang/crates.io-index" 6817 - checksum = "dda8d4f62089d08b0575a92273f2c824ca6e3958cd23ad2a0eb3f25438a0e9c9" 6818 - dependencies = [ 6819 - "ansi_term", 6820 - "difference", 6821 - "once_cell", 6822 - "pretty_assertions", 6823 - "regex", 6824 - "serde_json", 6825 - "swc_common", 6826 - "swc_error_reporters", 6827 - "testing_macros", 6828 - "tracing", 6829 - "tracing-subscriber", 6830 - ] 6831 - 6832 - [[package]] 6833 - name = "testing_macros" 6834 - version = "0.2.9" 6835 - source = "registry+https://github.com/rust-lang/crates.io-index" 6836 - checksum = "a5315a85a7262fe1a8898890b616de62c152dd43cb5974752c0927aaabe48891" 6837 - dependencies = [ 6838 - "anyhow", 6839 - "glob", 6840 - "once_cell", 6841 - "pmutil", 6842 - "proc-macro2", 6843 - "quote", 6844 - "regex", 6845 - "relative-path", 6846 - "syn 1.0.109", 6847 - ] 6848 - 6849 - [[package]] 6850 - name = "textwrap" 6851 - version = "0.15.2" 6852 - source = "registry+https://github.com/rust-lang/crates.io-index" 6853 - checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" 6854 - dependencies = [ 6855 - "smawk", 6856 - "unicode-linebreak", 6857 - "unicode-width", 6858 - ] 6859 - 6860 - [[package]] 6861 - name = "textwrap" 6862 - version = "0.16.0" 6863 - source = "registry+https://github.com/rust-lang/crates.io-index" 6864 - checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 6865 - 6866 - [[package]] 6867 - name = "thiserror" 6868 - version = "1.0.40" 6869 - source = "registry+https://github.com/rust-lang/crates.io-index" 6870 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 6871 - dependencies = [ 6872 - "thiserror-impl", 6873 - ] 6874 - 6875 - [[package]] 6876 - name = "thiserror-impl" 6877 - version = "1.0.40" 6878 - source = "registry+https://github.com/rust-lang/crates.io-index" 6879 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 6880 - dependencies = [ 6881 - "proc-macro2", 6882 - "quote", 6883 - "syn 2.0.8", 6884 - ] 6885 - 6886 - [[package]] 6887 - name = "thread_local" 6888 - version = "1.1.7" 6889 - source = "registry+https://github.com/rust-lang/crates.io-index" 6890 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 6891 - dependencies = [ 6892 - "cfg-if 1.0.0", 6893 - "once_cell", 6894 - ] 6895 - 6896 - [[package]] 6897 - name = "tikv-jemalloc-sys" 6898 - version = "0.4.3+5.2.1-patched.2" 6899 - source = "registry+https://github.com/rust-lang/crates.io-index" 6900 - checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49" 6901 - dependencies = [ 6902 - "cc", 6903 - "fs_extra", 6904 - "libc", 6905 - ] 6906 - 6907 - [[package]] 6908 - name = "tikv-jemallocator" 6909 - version = "0.4.3" 6910 - source = "registry+https://github.com/rust-lang/crates.io-index" 6911 - checksum = "a5b7bcecfafe4998587d636f9ae9d55eb9d0499877b88757767c346875067098" 6912 - dependencies = [ 6913 - "libc", 6914 - "tikv-jemalloc-sys", 6915 - ] 6916 - 6917 - [[package]] 6918 - name = "time" 6919 - version = "0.1.45" 6920 - source = "registry+https://github.com/rust-lang/crates.io-index" 6921 - checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 6922 - dependencies = [ 6923 - "libc", 6924 - "wasi 0.10.0+wasi-snapshot-preview1", 6925 - "winapi 0.3.9", 6926 - ] 6927 - 6928 - [[package]] 6929 - name = "time" 6930 - version = "0.2.27" 6931 - source = "registry+https://github.com/rust-lang/crates.io-index" 6932 - checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" 6933 - dependencies = [ 6934 - "const_fn", 6935 - "libc", 6936 - "standback", 6937 - "stdweb", 6938 - "time-macros 0.1.1", 6939 - "version_check", 6940 - "winapi 0.3.9", 6941 - ] 6942 - 6943 - [[package]] 6944 - name = "time" 6945 - version = "0.3.20" 6946 - source = "registry+https://github.com/rust-lang/crates.io-index" 6947 - checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 6948 - dependencies = [ 6949 - "itoa", 6950 - "serde", 6951 - "time-core", 6952 - "time-macros 0.2.8", 6953 - ] 6954 - 6955 - [[package]] 6956 - name = "time-core" 6957 - version = "0.1.0" 6958 - source = "registry+https://github.com/rust-lang/crates.io-index" 6959 - checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 6960 - 6961 - [[package]] 6962 - name = "time-macros" 6963 - version = "0.1.1" 6964 - source = "registry+https://github.com/rust-lang/crates.io-index" 6965 - checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" 6966 - dependencies = [ 6967 - "proc-macro-hack", 6968 - "time-macros-impl", 6969 - ] 6970 - 6971 - [[package]] 6972 - name = "time-macros" 6973 - version = "0.2.8" 6974 - source = "registry+https://github.com/rust-lang/crates.io-index" 6975 - checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 6976 - dependencies = [ 6977 - "time-core", 6978 - ] 6979 - 6980 - [[package]] 6981 - name = "time-macros-impl" 6982 - version = "0.1.2" 6983 - source = "registry+https://github.com/rust-lang/crates.io-index" 6984 - checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" 6985 - dependencies = [ 6986 - "proc-macro-hack", 6987 - "proc-macro2", 6988 - "quote", 6989 - "standback", 6990 - "syn 1.0.109", 6991 - ] 6992 - 6993 - [[package]] 6994 - name = "tiny-gradient" 6995 - version = "0.1.0" 6996 - source = "registry+https://github.com/rust-lang/crates.io-index" 6997 - checksum = "8063c572fcc935676f1e01615f201f355a053e88525ec41c1b0c4884ce104847" 6998 - dependencies = [ 6999 - "libm", 7000 - ] 7001 - 7002 - [[package]] 7003 - name = "tinytemplate" 7004 - version = "1.2.1" 7005 - source = "registry+https://github.com/rust-lang/crates.io-index" 7006 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 7007 - dependencies = [ 7008 - "serde", 7009 - "serde_json", 7010 - ] 7011 - 7012 - [[package]] 7013 - name = "tinyvec" 7014 - version = "1.6.0" 7015 - source = "registry+https://github.com/rust-lang/crates.io-index" 7016 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 7017 - dependencies = [ 7018 - "tinyvec_macros", 7019 - ] 7020 - 7021 - [[package]] 7022 - name = "tinyvec_macros" 7023 - version = "0.1.1" 7024 - source = "registry+https://github.com/rust-lang/crates.io-index" 7025 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 7026 - 7027 - [[package]] 7028 - name = "tokio" 7029 - version = "1.26.0" 7030 - source = "registry+https://github.com/rust-lang/crates.io-index" 7031 - checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 7032 - dependencies = [ 7033 - "autocfg", 7034 - "bytes", 7035 - "libc", 7036 - "memchr", 7037 - "mio 0.8.6", 7038 - "num_cpus", 7039 - "parking_lot", 7040 - "pin-project-lite", 7041 - "signal-hook-registry", 7042 - "socket2", 7043 - "tokio-macros", 7044 - "tracing", 7045 - "windows-sys 0.45.0", 7046 - ] 7047 - 7048 - [[package]] 7049 - name = "tokio-io-timeout" 7050 - version = "1.2.0" 7051 - source = "registry+https://github.com/rust-lang/crates.io-index" 7052 - checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 7053 - dependencies = [ 7054 - "pin-project-lite", 7055 - "tokio", 7056 - ] 7057 - 7058 - [[package]] 7059 - name = "tokio-macros" 7060 - version = "1.8.2" 7061 - source = "registry+https://github.com/rust-lang/crates.io-index" 7062 - checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 7063 - dependencies = [ 7064 - "proc-macro2", 7065 - "quote", 7066 - "syn 1.0.109", 7067 - ] 7068 - 7069 - [[package]] 7070 - name = "tokio-native-tls" 7071 - version = "0.3.1" 7072 - source = "registry+https://github.com/rust-lang/crates.io-index" 7073 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 7074 - dependencies = [ 7075 - "native-tls", 7076 - "tokio", 7077 - ] 7078 - 7079 - [[package]] 7080 - name = "tokio-rustls" 7081 - version = "0.23.4" 7082 - source = "registry+https://github.com/rust-lang/crates.io-index" 7083 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 7084 - dependencies = [ 7085 - "rustls", 7086 - "tokio", 7087 - "webpki", 7088 - ] 7089 - 7090 - [[package]] 7091 - name = "tokio-stream" 7092 - version = "0.1.12" 7093 - source = "registry+https://github.com/rust-lang/crates.io-index" 7094 - checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 7095 - dependencies = [ 7096 - "futures-core", 7097 - "pin-project-lite", 7098 - "tokio", 7099 - ] 7100 - 7101 - [[package]] 7102 - name = "tokio-tungstenite" 7103 - version = "0.18.0" 7104 - source = "registry+https://github.com/rust-lang/crates.io-index" 7105 - checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" 7106 - dependencies = [ 7107 - "futures-util", 7108 - "log", 7109 - "tokio", 7110 - "tungstenite", 7111 - ] 7112 - 7113 - [[package]] 7114 - name = "tokio-util" 7115 - version = "0.7.7" 7116 - source = "registry+https://github.com/rust-lang/crates.io-index" 7117 - checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 7118 - dependencies = [ 7119 - "bytes", 7120 - "futures-core", 7121 - "futures-io", 7122 - "futures-sink", 7123 - "pin-project-lite", 7124 - "tokio", 7125 - "tracing", 7126 - ] 7127 - 7128 - [[package]] 7129 - name = "toml" 7130 - version = "0.5.11" 7131 - source = "registry+https://github.com/rust-lang/crates.io-index" 7132 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 7133 - dependencies = [ 7134 - "serde", 7135 - ] 7136 - 7137 - [[package]] 7138 - name = "tonic" 7139 - version = "0.8.3" 7140 - source = "registry+https://github.com/rust-lang/crates.io-index" 7141 - checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb" 7142 - dependencies = [ 7143 - "async-stream", 7144 - "async-trait", 7145 - "axum", 7146 - "base64 0.13.1", 7147 - "bytes", 7148 - "futures-core", 7149 - "futures-util", 7150 - "h2", 7151 - "http", 7152 - "http-body", 7153 - "hyper", 7154 - "hyper-timeout", 7155 - "percent-encoding", 7156 - "pin-project", 7157 - "prost", 7158 - "prost-derive", 7159 - "tokio", 7160 - "tokio-stream", 7161 - "tokio-util", 7162 - "tower", 7163 - "tower-layer", 7164 - "tower-service", 7165 - "tracing", 7166 - "tracing-futures", 7167 - ] 7168 - 7169 - [[package]] 7170 - name = "tonic-build" 7171 - version = "0.8.4" 7172 - source = "registry+https://github.com/rust-lang/crates.io-index" 7173 - checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" 7174 - dependencies = [ 7175 - "prettyplease", 7176 - "proc-macro2", 7177 - "prost-build", 7178 - "quote", 7179 - "syn 1.0.109", 7180 - ] 7181 - 7182 - [[package]] 7183 - name = "tower" 7184 - version = "0.4.13" 7185 - source = "registry+https://github.com/rust-lang/crates.io-index" 7186 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 7187 - dependencies = [ 7188 - "futures-core", 7189 - "futures-util", 7190 - "indexmap", 7191 - "pin-project", 7192 - "pin-project-lite", 7193 - "rand 0.8.5", 7194 - "slab", 7195 - "tokio", 7196 - "tokio-util", 7197 - "tower-layer", 7198 - "tower-service", 7199 - "tracing", 7200 - ] 7201 - 7202 - [[package]] 7203 - name = "tower-layer" 7204 - version = "0.3.2" 7205 - source = "registry+https://github.com/rust-lang/crates.io-index" 7206 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 7207 - 7208 - [[package]] 7209 - name = "tower-service" 7210 - version = "0.3.2" 7211 - source = "registry+https://github.com/rust-lang/crates.io-index" 7212 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 7213 - 7214 - [[package]] 7215 - name = "tracing" 7216 - version = "0.1.37" 7217 - source = "registry+https://github.com/rust-lang/crates.io-index" 7218 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 7219 - dependencies = [ 7220 - "cfg-if 1.0.0", 7221 - "log", 7222 - "pin-project-lite", 7223 - "tracing-attributes", 7224 - "tracing-core", 7225 - ] 7226 - 7227 - [[package]] 7228 - name = "tracing-attributes" 7229 - version = "0.1.23" 7230 - source = "registry+https://github.com/rust-lang/crates.io-index" 7231 - checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 7232 - dependencies = [ 7233 - "proc-macro2", 7234 - "quote", 7235 - "syn 1.0.109", 7236 - ] 7237 - 7238 - [[package]] 7239 - name = "tracing-core" 7240 - version = "0.1.30" 7241 - source = "registry+https://github.com/rust-lang/crates.io-index" 7242 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 7243 - dependencies = [ 7244 - "once_cell", 7245 - "valuable", 7246 - ] 7247 - 7248 - [[package]] 7249 - name = "tracing-futures" 7250 - version = "0.2.5" 7251 - source = "registry+https://github.com/rust-lang/crates.io-index" 7252 - checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 7253 - dependencies = [ 7254 - "pin-project", 7255 - "tracing", 7256 - ] 7257 - 7258 - [[package]] 7259 - name = "tracing-log" 7260 - version = "0.1.3" 7261 - source = "registry+https://github.com/rust-lang/crates.io-index" 7262 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 7263 - dependencies = [ 7264 - "lazy_static", 7265 - "log", 7266 - "tracing-core", 7267 - ] 7268 - 7269 - [[package]] 7270 - name = "tracing-subscriber" 7271 - version = "0.3.16" 7272 - source = "registry+https://github.com/rust-lang/crates.io-index" 7273 - checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 7274 - dependencies = [ 7275 - "matchers", 7276 - "nu-ansi-term", 7277 - "once_cell", 7278 - "regex", 7279 - "sharded-slab", 7280 - "smallvec", 7281 - "thread_local", 7282 - "tracing", 7283 - "tracing-core", 7284 - "tracing-log", 7285 - ] 7286 - 7287 - [[package]] 7288 - name = "triomphe" 7289 - version = "0.1.8" 7290 - source = "registry+https://github.com/rust-lang/crates.io-index" 7291 - checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db" 7292 - dependencies = [ 7293 - "serde", 7294 - "stable_deref_trait", 7295 - ] 7296 - 7297 - [[package]] 7298 - name = "try-lock" 7299 - version = "0.2.4" 7300 - source = "registry+https://github.com/rust-lang/crates.io-index" 7301 - checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 7302 - 7303 - [[package]] 7304 - name = "ttf-parser" 7305 - version = "0.15.2" 7306 - source = "registry+https://github.com/rust-lang/crates.io-index" 7307 - checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd" 7308 - 7309 - [[package]] 7310 - name = "tungstenite" 7311 - version = "0.18.0" 7312 - source = "registry+https://github.com/rust-lang/crates.io-index" 7313 - checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" 7314 - dependencies = [ 7315 - "base64 0.13.1", 7316 - "byteorder", 7317 - "bytes", 7318 - "http", 7319 - "httparse", 7320 - "log", 7321 - "rand 0.8.5", 7322 - "sha1 0.10.5", 7323 - "thiserror", 7324 - "url", 7325 - "utf-8", 7326 - ] 7327 - 7328 - [[package]] 7329 - name = "turbo" 7330 - version = "0.1.0" 7331 - dependencies = [ 7332 - "anyhow", 7333 - "assert_cmd", 7334 - "build-target", 7335 - "clap 4.1.11", 7336 - "clap_complete", 7337 - "command-group", 7338 - "ctrlc", 7339 - "dunce", 7340 - "itertools", 7341 - "libc", 7342 - "log", 7343 - "pretty_assertions", 7344 - "serde", 7345 - "serde_json", 7346 - "serde_yaml", 7347 - "shared_child", 7348 - "tiny-gradient", 7349 - "tokio-util", 7350 - "turborepo-lib", 7351 - "winapi 0.3.9", 7352 - ] 7353 - 7354 - [[package]] 7355 - name = "turbo-binding" 7356 - version = "0.1.0" 7357 - dependencies = [ 7358 - "auto-hash-map", 7359 - "mdxjs", 7360 - "modularize_imports", 7361 - "node-file-trace", 7362 - "styled_components", 7363 - "styled_jsx", 7364 - "swc-ast-explorer", 7365 - "swc_core", 7366 - "swc_emotion", 7367 - "swc_relay", 7368 - "testing", 7369 - "turbo-malloc", 7370 - "turbo-tasks", 7371 - "turbo-tasks-build", 7372 - "turbo-tasks-bytes", 7373 - "turbo-tasks-env", 7374 - "turbo-tasks-fetch", 7375 - "turbo-tasks-fs", 7376 - "turbo-tasks-hash", 7377 - "turbo-tasks-macros", 7378 - "turbo-tasks-macros-shared", 7379 - "turbo-tasks-memory", 7380 - "turbo-tasks-testing", 7381 - "turbo-updater", 7382 - "turbopack", 7383 - "turbopack-cli-utils", 7384 - "turbopack-core", 7385 - "turbopack-create-test-app", 7386 - "turbopack-css", 7387 - "turbopack-dev", 7388 - "turbopack-dev-server", 7389 - "turbopack-ecmascript", 7390 - "turbopack-env", 7391 - "turbopack-json", 7392 - "turbopack-mdx", 7393 - "turbopack-node", 7394 - "turbopack-static", 7395 - "turbopack-swc-utils", 7396 - "turbopack-test-utils", 7397 - "turbopack-tests", 7398 - ] 7399 - 7400 - [[package]] 7401 - name = "turbo-malloc" 7402 - version = "0.1.0" 7403 - dependencies = [ 7404 - "mimalloc", 7405 - ] 7406 - 7407 - [[package]] 7408 - name = "turbo-tasks" 7409 - version = "0.1.0" 7410 - dependencies = [ 7411 - "anyhow", 7412 - "auto-hash-map", 7413 - "concurrent-queue", 7414 - "dashmap", 7415 - "erased-serde", 7416 - "event-listener", 7417 - "futures", 7418 - "indexmap", 7419 - "mopa", 7420 - "nohash-hasher", 7421 - "once_cell", 7422 - "parking_lot", 7423 - "pin-project-lite", 7424 - "regex", 7425 - "serde", 7426 - "serde_json", 7427 - "serde_regex", 7428 - "stable_deref_trait", 7429 - "thiserror", 7430 - "tokio", 7431 - "turbo-tasks-build", 7432 - "turbo-tasks-hash", 7433 - "turbo-tasks-macros", 7434 - ] 7435 - 7436 - [[package]] 7437 - name = "turbo-tasks-build" 7438 - version = "0.1.0" 7439 - dependencies = [ 7440 - "anyhow", 7441 - "cargo-lock", 7442 - "glob", 7443 - "syn 1.0.109", 7444 - "turbo-tasks-macros-shared", 7445 - ] 7446 - 7447 - [[package]] 7448 - name = "turbo-tasks-bytes" 7449 - version = "0.1.0" 7450 - dependencies = [ 7451 - "anyhow", 7452 - "bytes", 7453 - "futures", 7454 - "serde", 7455 - "serde_bytes", 7456 - "serde_test", 7457 - "tokio", 7458 - "turbo-tasks", 7459 - "turbo-tasks-build", 7460 - ] 7461 - 7462 - [[package]] 7463 - name = "turbo-tasks-env" 7464 - version = "0.1.0" 7465 - dependencies = [ 7466 - "anyhow", 7467 - "dotenvy", 7468 - "indexmap", 7469 - "serde", 7470 - "turbo-tasks", 7471 - "turbo-tasks-build", 7472 - "turbo-tasks-fs", 7473 - ] 7474 - 7475 - [[package]] 7476 - name = "turbo-tasks-fetch" 7477 - version = "0.1.0" 7478 - dependencies = [ 7479 - "anyhow", 7480 - "httpmock", 7481 - "indexmap", 7482 - "lazy_static", 7483 - "reqwest", 7484 - "serde", 7485 - "tokio", 7486 - "turbo-tasks", 7487 - "turbo-tasks-build", 7488 - "turbo-tasks-fs", 7489 - "turbo-tasks-memory", 7490 - "turbo-tasks-testing", 7491 - "turbopack-core", 7492 - ] 7493 - 7494 - [[package]] 7495 - name = "turbo-tasks-fs" 7496 - version = "0.1.0" 7497 - dependencies = [ 7498 - "anyhow", 7499 - "auto-hash-map", 7500 - "bitflags 1.3.2", 7501 - "bytes", 7502 - "concurrent-queue", 7503 - "criterion", 7504 - "dashmap", 7505 - "dunce", 7506 - "futures", 7507 - "futures-retry", 7508 - "include_dir", 7509 - "indexmap", 7510 - "jsonc-parser", 7511 - "mime", 7512 - "notify 4.0.17", 7513 - "parking_lot", 7514 - "rstest", 7515 - "serde", 7516 - "serde_json", 7517 - "serde_path_to_error", 7518 - "sha2", 7519 - "tempfile", 7520 - "tokio", 7521 - "turbo-tasks", 7522 - "turbo-tasks-build", 7523 - "turbo-tasks-hash", 7524 - "turbo-tasks-memory", 7525 - ] 7526 - 7527 - [[package]] 7528 - name = "turbo-tasks-hash" 7529 - version = "0.1.0" 7530 - dependencies = [ 7531 - "base16", 7532 - "hex", 7533 - "md4", 7534 - "turbo-tasks-macros", 7535 - "twox-hash", 7536 - ] 7537 - 7538 - [[package]] 7539 - name = "turbo-tasks-macros" 7540 - version = "0.1.0" 7541 - dependencies = [ 7542 - "anyhow", 7543 - "convert_case 0.6.0", 7544 - "proc-macro-error", 7545 - "proc-macro2", 7546 - "quote", 7547 - "syn 1.0.109", 7548 - "turbo-tasks-macros-shared", 7549 - ] 7550 - 7551 - [[package]] 7552 - name = "turbo-tasks-macros-shared" 7553 - version = "0.1.0" 7554 - dependencies = [ 7555 - "proc-macro2", 7556 - "quote", 7557 - "syn 1.0.109", 7558 - ] 7559 - 7560 - [[package]] 7561 - name = "turbo-tasks-memory" 7562 - version = "0.1.0" 7563 - dependencies = [ 7564 - "anyhow", 7565 - "auto-hash-map", 7566 - "concurrent-queue", 7567 - "criterion", 7568 - "dashmap", 7569 - "lazy_static", 7570 - "nohash-hasher", 7571 - "num_cpus", 7572 - "once_cell", 7573 - "parking_lot", 7574 - "priority-queue", 7575 - "rustc-hash", 7576 - "serde", 7577 - "tokio", 7578 - "turbo-malloc", 7579 - "turbo-tasks", 7580 - "turbo-tasks-build", 7581 - "turbo-tasks-hash", 7582 - "turbo-tasks-testing", 7583 - ] 7584 - 7585 - [[package]] 7586 - name = "turbo-tasks-testing" 7587 - version = "0.1.0" 7588 - dependencies = [ 7589 - "anyhow", 7590 - "auto-hash-map", 7591 - "lazy_static", 7592 - "tokio", 7593 - "turbo-tasks", 7594 - ] 7595 - 7596 - [[package]] 7597 - name = "turbo-updater" 7598 - version = "0.1.0" 7599 - dependencies = [ 7600 - "atty", 7601 - "console", 7602 - "reqwest", 7603 - "semver 1.0.17", 7604 - "serde", 7605 - "thiserror", 7606 - "update-informer", 7607 - ] 7608 - 7609 - [[package]] 7610 - name = "turbopack" 7611 - version = "0.1.0" 7612 - dependencies = [ 7613 - "anyhow", 7614 - "async-recursion", 7615 - "criterion", 7616 - "difference", 7617 - "futures", 7618 - "indexmap", 7619 - "lazy_static", 7620 - "regex", 7621 - "rstest", 7622 - "rstest_reuse", 7623 - "serde", 7624 - "serde_json", 7625 - "tokio", 7626 - "turbo-malloc", 7627 - "turbo-tasks", 7628 - "turbo-tasks-build", 7629 - "turbo-tasks-fs", 7630 - "turbo-tasks-memory", 7631 - "turbopack-core", 7632 - "turbopack-css", 7633 - "turbopack-ecmascript", 7634 - "turbopack-env", 7635 - "turbopack-json", 7636 - "turbopack-mdx", 7637 - "turbopack-node", 7638 - "turbopack-static", 7639 - ] 7640 - 7641 - [[package]] 7642 - name = "turbopack-cli-utils" 7643 - version = "0.1.0" 7644 - dependencies = [ 7645 - "anyhow", 7646 - "clap 4.1.11", 7647 - "crossterm 0.26.1", 7648 - "owo-colors", 7649 - "serde", 7650 - "turbo-tasks", 7651 - "turbo-tasks-build", 7652 - "turbo-tasks-fs", 7653 - "turbopack-core", 7654 - ] 7655 - 7656 - [[package]] 7657 - name = "turbopack-core" 7658 - version = "0.1.0" 7659 - dependencies = [ 7660 - "anyhow", 7661 - "async-trait", 7662 - "auto-hash-map", 7663 - "browserslist-rs", 7664 - "futures", 7665 - "indexmap", 7666 - "lazy_static", 7667 - "patricia_tree", 7668 - "qstring", 7669 - "regex", 7670 - "rstest", 7671 - "serde", 7672 - "serde_json", 7673 - "serde_qs", 7674 - "sourcemap", 7675 - "swc_core", 7676 - "turbo-tasks", 7677 - "turbo-tasks-build", 7678 - "turbo-tasks-env", 7679 - "turbo-tasks-fs", 7680 - "turbo-tasks-hash", 7681 - ] 7682 - 7683 - [[package]] 7684 - name = "turbopack-create-test-app" 7685 - version = "0.1.0" 7686 - dependencies = [ 7687 - "anyhow", 7688 - "clap 4.1.11", 7689 - "indoc", 7690 - "pathdiff", 7691 - "serde_json", 7692 - "tempfile", 7693 - ] 7694 - 7695 - [[package]] 7696 - name = "turbopack-css" 7697 - version = "0.1.0" 7698 - dependencies = [ 7699 - "anyhow", 7700 - "async-trait", 7701 - "indexmap", 7702 - "indoc", 7703 - "once_cell", 7704 - "regex", 7705 - "serde", 7706 - "swc_core", 7707 - "turbo-tasks", 7708 - "turbo-tasks-build", 7709 - "turbo-tasks-fs", 7710 - "turbo-tasks-hash", 7711 - "turbopack-core", 7712 - "turbopack-ecmascript", 7713 - "turbopack-swc-utils", 7714 - ] 7715 - 7716 - [[package]] 7717 - name = "turbopack-dev" 7718 - version = "0.1.0" 7719 - dependencies = [ 7720 - "anyhow", 7721 - "indexmap", 7722 - "indoc", 7723 - "serde", 7724 - "serde_json", 7725 - "serde_qs", 7726 - "turbo-tasks", 7727 - "turbo-tasks-build", 7728 - "turbo-tasks-fs", 7729 - "turbo-tasks-hash", 7730 - "turbopack-core", 7731 - "turbopack-ecmascript", 7732 - ] 7733 - 7734 - [[package]] 7735 - name = "turbopack-dev-server" 7736 - version = "0.1.0" 7737 - dependencies = [ 7738 - "anyhow", 7739 - "async-compression", 7740 - "futures", 7741 - "hyper", 7742 - "hyper-tungstenite", 7743 - "indexmap", 7744 - "mime", 7745 - "mime_guess", 7746 - "once_cell", 7747 - "parking_lot", 7748 - "pin-project-lite", 7749 - "serde", 7750 - "serde_json", 7751 - "serde_qs", 7752 - "thiserror", 7753 - "tokio", 7754 - "tokio-stream", 7755 - "tokio-util", 7756 - "turbo-tasks", 7757 - "turbo-tasks-build", 7758 - "turbo-tasks-bytes", 7759 - "turbo-tasks-fs", 7760 - "turbo-tasks-hash", 7761 - "turbopack-cli-utils", 7762 - "turbopack-core", 7763 - "turbopack-ecmascript", 7764 - "urlencoding", 7765 - ] 7766 - 7767 - [[package]] 7768 - name = "turbopack-ecmascript" 7769 - version = "0.1.0" 7770 - dependencies = [ 7771 - "anyhow", 7772 - "async-trait", 7773 - "criterion", 7774 - "indexmap", 7775 - "indoc", 7776 - "lazy_static", 7777 - "num-bigint", 7778 - "num-traits", 7779 - "once_cell", 7780 - "parking_lot", 7781 - "petgraph", 7782 - "pin-project-lite", 7783 - "regex", 7784 - "rstest", 7785 - "rustc-hash", 7786 - "serde", 7787 - "serde_json", 7788 - "serde_qs", 7789 - "styled_components", 7790 - "styled_jsx", 7791 - "swc_core", 7792 - "swc_emotion", 7793 - "tokio", 7794 - "tracing", 7795 - "turbo-tasks", 7796 - "turbo-tasks-build", 7797 - "turbo-tasks-fs", 7798 - "turbo-tasks-hash", 7799 - "turbo-tasks-memory", 7800 - "turbo-tasks-testing", 7801 - "turbopack-core", 7802 - "turbopack-swc-utils", 7803 - "url", 7804 - ] 7805 - 7806 - [[package]] 7807 - name = "turbopack-env" 7808 - version = "0.1.0" 7809 - dependencies = [ 7810 - "anyhow", 7811 - "serde", 7812 - "turbo-tasks", 7813 - "turbo-tasks-build", 7814 - "turbo-tasks-env", 7815 - "turbo-tasks-fs", 7816 - "turbopack-core", 7817 - "turbopack-ecmascript", 7818 - ] 7819 - 7820 - [[package]] 7821 - name = "turbopack-json" 7822 - version = "0.1.0" 7823 - dependencies = [ 7824 - "anyhow", 7825 - "serde", 7826 - "serde_json", 7827 - "turbo-tasks", 7828 - "turbo-tasks-build", 7829 - "turbo-tasks-fs", 7830 - "turbopack-core", 7831 - "turbopack-ecmascript", 7832 - ] 7833 - 7834 - [[package]] 7835 - name = "turbopack-mdx" 7836 - version = "0.1.0" 7837 - dependencies = [ 7838 - "anyhow", 7839 - "mdxjs", 7840 - "serde", 7841 - "turbo-tasks", 7842 - "turbo-tasks-build", 7843 - "turbo-tasks-fs", 7844 - "turbopack-core", 7845 - "turbopack-ecmascript", 7846 - ] 7847 - 7848 - [[package]] 7849 - name = "turbopack-node" 7850 - version = "0.1.0" 7851 - dependencies = [ 7852 - "anyhow", 7853 - "async-stream", 7854 - "bytes", 7855 - "const_format", 7856 - "futures", 7857 - "futures-retry", 7858 - "indexmap", 7859 - "mime", 7860 - "once_cell", 7861 - "owo-colors", 7862 - "parking_lot", 7863 - "regex", 7864 - "serde", 7865 - "serde_json", 7866 - "serde_qs", 7867 - "tokio", 7868 - "turbo-tasks", 7869 - "turbo-tasks-build", 7870 - "turbo-tasks-bytes", 7871 - "turbo-tasks-env", 7872 - "turbo-tasks-fs", 7873 - "turbo-tasks-hash", 7874 - "turbopack-cli-utils", 7875 - "turbopack-core", 7876 - "turbopack-dev-server", 7877 - "turbopack-ecmascript", 7878 - "url", 7879 - "urlencoding", 7880 - ] 7881 - 7882 - [[package]] 7883 - name = "turbopack-static" 7884 - version = "0.1.0" 7885 - dependencies = [ 7886 - "anyhow", 7887 - "serde", 7888 - "turbo-tasks", 7889 - "turbo-tasks-build", 7890 - "turbo-tasks-fs", 7891 - "turbo-tasks-hash", 7892 - "turbopack-core", 7893 - "turbopack-css", 7894 - "turbopack-ecmascript", 7895 - ] 7896 - 7897 - [[package]] 7898 - name = "turbopack-swc-utils" 7899 - version = "0.1.0" 7900 - dependencies = [ 7901 - "swc_core", 7902 - "turbo-tasks", 7903 - "turbo-tasks-build", 7904 - "turbopack-core", 7905 - ] 7906 - 7907 - [[package]] 7908 - name = "turbopack-test-utils" 7909 - version = "0.1.0" 7910 - dependencies = [ 7911 - "anyhow", 7912 - "once_cell", 7913 - "similar", 7914 - "turbo-tasks", 7915 - "turbo-tasks-build", 7916 - "turbo-tasks-fs", 7917 - "turbo-tasks-hash", 7918 - "turbopack-core", 7919 - ] 7920 - 7921 - [[package]] 7922 - name = "turbopack-tests" 7923 - version = "0.1.0" 7924 - dependencies = [ 7925 - "anyhow", 7926 - "dunce", 7927 - "once_cell", 7928 - "serde", 7929 - "serde_json", 7930 - "testing", 7931 - "tokio", 7932 - "turbo-tasks", 7933 - "turbo-tasks-build", 7934 - "turbo-tasks-env", 7935 - "turbo-tasks-fs", 7936 - "turbo-tasks-memory", 7937 - "turbopack", 7938 - "turbopack-core", 7939 - "turbopack-dev", 7940 - "turbopack-env", 7941 - "turbopack-test-utils", 7942 - ] 7943 - 7944 - [[package]] 7945 - name = "turborepo-ffi" 7946 - version = "0.1.0" 7947 - dependencies = [ 7948 - "cbindgen", 7949 - "directories", 7950 - "prost", 7951 - "prost-build", 7952 - "thiserror", 7953 - "turborepo-lockfiles", 7954 - "turborepo-scm", 7955 - ] 7956 - 7957 - [[package]] 7958 - name = "turborepo-lib" 7959 - version = "0.1.0" 7960 - dependencies = [ 7961 - "anyhow", 7962 - "assert_cmd", 7963 - "async-io", 7964 - "async-stream", 7965 - "atty", 7966 - "axum", 7967 - "axum-server", 7968 - "chrono", 7969 - "clap 4.1.11", 7970 - "clap_complete", 7971 - "command-group", 7972 - "config", 7973 - "console", 7974 - "const_format", 7975 - "dialoguer", 7976 - "dirs-next", 7977 - "dunce", 7978 - "env_logger", 7979 - "futures", 7980 - "glob-match", 7981 - "hex", 7982 - "hostname", 7983 - "humantime", 7984 - "indicatif", 7985 - "itertools", 7986 - "lazy_static", 7987 - "log", 7988 - "notify 5.1.0", 7989 - "pidlock", 7990 - "pretty_assertions", 7991 - "prost", 7992 - "rand 0.8.5", 7993 - "reqwest", 7994 - "rustc_version_runtime", 7995 - "semver 1.0.17", 7996 - "serde", 7997 - "serde_json", 7998 - "serde_yaml", 7999 - "sha2", 8000 - "sysinfo", 8001 - "tempfile", 8002 - "test-case", 8003 - "thiserror", 8004 - "tiny-gradient", 8005 - "tokio", 8006 - "tokio-stream", 8007 - "tokio-util", 8008 - "tonic", 8009 - "tonic-build", 8010 - "tower", 8011 - "turbo-updater", 8012 - "turborepo-paths", 8013 - "uds_windows", 8014 - "url", 8015 - "webbrowser", 8016 - ] 8017 - 8018 - [[package]] 8019 - name = "turborepo-lockfiles" 8020 - version = "0.1.0" 8021 - dependencies = [ 8022 - "serde", 8023 - "serde_json", 8024 - "thiserror", 8025 - ] 8026 - 8027 - [[package]] 8028 - name = "turborepo-paths" 8029 - version = "0.1.0" 8030 - dependencies = [ 8031 - "allocative", 8032 - "anyhow", 8033 - "assert_matches", 8034 - "common-path", 8035 - "compact_str", 8036 - "derivative", 8037 - "derive_more", 8038 - "dunce", 8039 - "gazebo", 8040 - "itertools", 8041 - "memchr", 8042 - "ref-cast", 8043 - "relative-path", 8044 - "serde", 8045 - "smallvec", 8046 - "tempfile", 8047 - "thiserror", 8048 - ] 8049 - 8050 - [[package]] 8051 - name = "turborepo-scm" 8052 - version = "0.1.0" 8053 - dependencies = [ 8054 - "anyhow", 8055 - "dunce", 8056 - "git2", 8057 - "tempfile", 8058 - "thiserror", 8059 - "turborepo-paths", 8060 - ] 8061 - 8062 - [[package]] 8063 - name = "twox-hash" 8064 - version = "1.6.3" 8065 - source = "registry+https://github.com/rust-lang/crates.io-index" 8066 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 8067 - dependencies = [ 8068 - "cfg-if 1.0.0", 8069 - "rand 0.8.5", 8070 - "static_assertions", 8071 - ] 8072 - 8073 - [[package]] 8074 - name = "typed-arena" 8075 - version = "2.0.2" 8076 - source = "registry+https://github.com/rust-lang/crates.io-index" 8077 - checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 8078 - 8079 - [[package]] 8080 - name = "typenum" 8081 - version = "1.16.0" 8082 - source = "registry+https://github.com/rust-lang/crates.io-index" 8083 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 8084 - 8085 - [[package]] 8086 - name = "ucd-trie" 8087 - version = "0.1.5" 8088 - source = "registry+https://github.com/rust-lang/crates.io-index" 8089 - checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 8090 - 8091 - [[package]] 8092 - name = "uds_windows" 8093 - version = "1.0.2" 8094 - source = "registry+https://github.com/rust-lang/crates.io-index" 8095 - checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 8096 - dependencies = [ 8097 - "tempfile", 8098 - "winapi 0.3.9", 8099 - ] 8100 - 8101 - [[package]] 8102 - name = "unicase" 8103 - version = "2.6.0" 8104 - source = "registry+https://github.com/rust-lang/crates.io-index" 8105 - checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 8106 - dependencies = [ 8107 - "version_check", 8108 - ] 8109 - 8110 - [[package]] 8111 - name = "unicode-bidi" 8112 - version = "0.3.13" 8113 - source = "registry+https://github.com/rust-lang/crates.io-index" 8114 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 8115 - 8116 - [[package]] 8117 - name = "unicode-id" 8118 - version = "0.3.3" 8119 - source = "registry+https://github.com/rust-lang/crates.io-index" 8120 - checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a" 8121 - 8122 - [[package]] 8123 - name = "unicode-ident" 8124 - version = "1.0.8" 8125 - source = "registry+https://github.com/rust-lang/crates.io-index" 8126 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 8127 - 8128 - [[package]] 8129 - name = "unicode-linebreak" 8130 - version = "0.1.4" 8131 - source = "registry+https://github.com/rust-lang/crates.io-index" 8132 - checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" 8133 - dependencies = [ 8134 - "hashbrown 0.12.3", 8135 - "regex", 8136 - ] 8137 - 8138 - [[package]] 8139 - name = "unicode-normalization" 8140 - version = "0.1.22" 8141 - source = "registry+https://github.com/rust-lang/crates.io-index" 8142 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 8143 - dependencies = [ 8144 - "tinyvec", 8145 - ] 8146 - 8147 - [[package]] 8148 - name = "unicode-segmentation" 8149 - version = "1.10.1" 8150 - source = "registry+https://github.com/rust-lang/crates.io-index" 8151 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 8152 - 8153 - [[package]] 8154 - name = "unicode-width" 8155 - version = "0.1.10" 8156 - source = "registry+https://github.com/rust-lang/crates.io-index" 8157 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 8158 - 8159 - [[package]] 8160 - name = "unicode-xid" 8161 - version = "0.2.4" 8162 - source = "registry+https://github.com/rust-lang/crates.io-index" 8163 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 8164 - 8165 - [[package]] 8166 - name = "unsafe-libyaml" 8167 - version = "0.2.7" 8168 - source = "registry+https://github.com/rust-lang/crates.io-index" 8169 - checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c" 8170 - 8171 - [[package]] 8172 - name = "untrusted" 8173 - version = "0.7.1" 8174 - source = "registry+https://github.com/rust-lang/crates.io-index" 8175 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 8176 - 8177 - [[package]] 8178 - name = "update-informer" 8179 - version = "0.6.0" 8180 - source = "git+https://github.com/mgrachev/update-informer?rev=b7a415ac2276e857167b9fe8282044f93155878a#b7a415ac2276e857167b9fe8282044f93155878a" 8181 - dependencies = [ 8182 - "directories", 8183 - "semver 1.0.17", 8184 - "serde", 8185 - "serde_json", 8186 - ] 8187 - 8188 - [[package]] 8189 - name = "url" 8190 - version = "2.3.1" 8191 - source = "registry+https://github.com/rust-lang/crates.io-index" 8192 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 8193 - dependencies = [ 8194 - "form_urlencoded", 8195 - "idna", 8196 - "percent-encoding", 8197 - ] 8198 - 8199 - [[package]] 8200 - name = "urlencoding" 8201 - version = "2.1.2" 8202 - source = "registry+https://github.com/rust-lang/crates.io-index" 8203 - checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 8204 - 8205 - [[package]] 8206 - name = "utf-8" 8207 - version = "0.7.6" 8208 - source = "registry+https://github.com/rust-lang/crates.io-index" 8209 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 8210 - 8211 - [[package]] 8212 - name = "utf8parse" 8213 - version = "0.2.0" 8214 - source = "registry+https://github.com/rust-lang/crates.io-index" 8215 - checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 8216 - 8217 - [[package]] 8218 - name = "valuable" 8219 - version = "0.1.0" 8220 - source = "registry+https://github.com/rust-lang/crates.io-index" 8221 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 8222 - 8223 - [[package]] 8224 - name = "value-bag" 8225 - version = "1.0.0-alpha.9" 8226 - source = "registry+https://github.com/rust-lang/crates.io-index" 8227 - checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 8228 - dependencies = [ 8229 - "ctor", 8230 - "version_check", 8231 - ] 8232 - 8233 - [[package]] 8234 - name = "vcpkg" 8235 - version = "0.2.15" 8236 - source = "registry+https://github.com/rust-lang/crates.io-index" 8237 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 8238 - 8239 - [[package]] 8240 - name = "vergen" 8241 - version = "7.5.1" 8242 - source = "registry+https://github.com/rust-lang/crates.io-index" 8243 - checksum = "f21b881cd6636ece9735721cf03c1fe1e774fe258683d084bb2812ab67435749" 8244 - dependencies = [ 8245 - "anyhow", 8246 - "cfg-if 1.0.0", 8247 - "enum-iterator 1.4.0", 8248 - "getset", 8249 - "rustversion", 8250 - "thiserror", 8251 - "time 0.3.20", 8252 - ] 8253 - 8254 - [[package]] 8255 - name = "version_check" 8256 - version = "0.9.4" 8257 - source = "registry+https://github.com/rust-lang/crates.io-index" 8258 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 8259 - 8260 - [[package]] 8261 - name = "vte" 8262 - version = "0.10.1" 8263 - source = "registry+https://github.com/rust-lang/crates.io-index" 8264 - checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" 8265 - dependencies = [ 8266 - "arrayvec 0.5.2", 8267 - "utf8parse", 8268 - "vte_generate_state_changes", 8269 - ] 8270 - 8271 - [[package]] 8272 - name = "vte_generate_state_changes" 8273 - version = "0.1.1" 8274 - source = "registry+https://github.com/rust-lang/crates.io-index" 8275 - checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 8276 - dependencies = [ 8277 - "proc-macro2", 8278 - "quote", 8279 - ] 8280 - 8281 - [[package]] 8282 - name = "wait-timeout" 8283 - version = "0.2.0" 8284 - source = "registry+https://github.com/rust-lang/crates.io-index" 8285 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 8286 - dependencies = [ 8287 - "libc", 8288 - ] 8289 - 8290 - [[package]] 8291 - name = "waker-fn" 8292 - version = "1.1.0" 8293 - source = "registry+https://github.com/rust-lang/crates.io-index" 8294 - checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 8295 - 8296 - [[package]] 8297 - name = "walkdir" 8298 - version = "2.3.3" 8299 - source = "registry+https://github.com/rust-lang/crates.io-index" 8300 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 8301 - dependencies = [ 8302 - "same-file", 8303 - "winapi-util", 8304 - ] 8305 - 8306 - [[package]] 8307 - name = "want" 8308 - version = "0.3.0" 8309 - source = "registry+https://github.com/rust-lang/crates.io-index" 8310 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 8311 - dependencies = [ 8312 - "log", 8313 - "try-lock", 8314 - ] 8315 - 8316 - [[package]] 8317 - name = "wasi" 8318 - version = "0.10.0+wasi-snapshot-preview1" 8319 - source = "registry+https://github.com/rust-lang/crates.io-index" 8320 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 8321 - 8322 - [[package]] 8323 - name = "wasi" 8324 - version = "0.11.0+wasi-snapshot-preview1" 8325 - source = "registry+https://github.com/rust-lang/crates.io-index" 8326 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 8327 - 8328 - [[package]] 8329 - name = "wasm-bindgen" 8330 - version = "0.2.84" 8331 - source = "registry+https://github.com/rust-lang/crates.io-index" 8332 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 8333 - dependencies = [ 8334 - "cfg-if 1.0.0", 8335 - "wasm-bindgen-macro", 8336 - ] 8337 - 8338 - [[package]] 8339 - name = "wasm-bindgen-backend" 8340 - version = "0.2.84" 8341 - source = "registry+https://github.com/rust-lang/crates.io-index" 8342 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 8343 - dependencies = [ 8344 - "bumpalo", 8345 - "log", 8346 - "once_cell", 8347 - "proc-macro2", 8348 - "quote", 8349 - "syn 1.0.109", 8350 - "wasm-bindgen-shared", 8351 - ] 8352 - 8353 - [[package]] 8354 - name = "wasm-bindgen-futures" 8355 - version = "0.4.34" 8356 - source = "registry+https://github.com/rust-lang/crates.io-index" 8357 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 8358 - dependencies = [ 8359 - "cfg-if 1.0.0", 8360 - "js-sys", 8361 - "wasm-bindgen", 8362 - "web-sys", 8363 - ] 8364 - 8365 - [[package]] 8366 - name = "wasm-bindgen-macro" 8367 - version = "0.2.84" 8368 - source = "registry+https://github.com/rust-lang/crates.io-index" 8369 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 8370 - dependencies = [ 8371 - "quote", 8372 - "wasm-bindgen-macro-support", 8373 - ] 8374 - 8375 - [[package]] 8376 - name = "wasm-bindgen-macro-support" 8377 - version = "0.2.84" 8378 - source = "registry+https://github.com/rust-lang/crates.io-index" 8379 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 8380 - dependencies = [ 8381 - "proc-macro2", 8382 - "quote", 8383 - "syn 1.0.109", 8384 - "wasm-bindgen-backend", 8385 - "wasm-bindgen-shared", 8386 - ] 8387 - 8388 - [[package]] 8389 - name = "wasm-bindgen-shared" 8390 - version = "0.2.84" 8391 - source = "registry+https://github.com/rust-lang/crates.io-index" 8392 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 8393 - 8394 - [[package]] 8395 - name = "wasm-encoder" 8396 - version = "0.25.0" 8397 - source = "registry+https://github.com/rust-lang/crates.io-index" 8398 - checksum = "4eff853c4f09eec94d76af527eddad4e9de13b11d6286a1ef7134bc30135a2b7" 8399 - dependencies = [ 8400 - "leb128", 8401 - ] 8402 - 8403 - [[package]] 8404 - name = "wasmer" 8405 - version = "2.3.0" 8406 - source = "registry+https://github.com/rust-lang/crates.io-index" 8407 - checksum = "ea8d8361c9d006ea3d7797de7bd6b1492ffd0f91a22430cfda6c1658ad57bedf" 8408 - dependencies = [ 8409 - "cfg-if 1.0.0", 8410 - "indexmap", 8411 - "js-sys", 8412 - "loupe", 8413 - "more-asserts", 8414 - "target-lexicon", 8415 - "thiserror", 8416 - "wasm-bindgen", 8417 - "wasmer-artifact", 8418 - "wasmer-compiler", 8419 - "wasmer-compiler-cranelift", 8420 - "wasmer-derive", 8421 - "wasmer-engine", 8422 - "wasmer-engine-dylib", 8423 - "wasmer-engine-universal", 8424 - "wasmer-types", 8425 - "wasmer-vm", 8426 - "wasmparser", 8427 - "wat", 8428 - "winapi 0.3.9", 8429 - ] 8430 - 8431 - [[package]] 8432 - name = "wasmer-artifact" 8433 - version = "2.3.0" 8434 - source = "registry+https://github.com/rust-lang/crates.io-index" 8435 - checksum = "7aaf9428c29c1d8ad2ac0e45889ba8a568a835e33fd058964e5e500f2f7ce325" 8436 - dependencies = [ 8437 - "enumset", 8438 - "loupe", 8439 - "thiserror", 8440 - "wasmer-compiler", 8441 - "wasmer-types", 8442 - ] 8443 - 8444 - [[package]] 8445 - name = "wasmer-cache" 8446 - version = "2.3.0" 8447 - source = "registry+https://github.com/rust-lang/crates.io-index" 8448 - checksum = "0def391ee1631deac5ac1e6ce919c07a5ccb936ad0fd44708cdc2365c49561a4" 8449 - dependencies = [ 8450 - "blake3", 8451 - "hex", 8452 - "thiserror", 8453 - "wasmer", 8454 - ] 8455 - 8456 - [[package]] 8457 - name = "wasmer-compiler" 8458 - version = "2.3.0" 8459 - source = "registry+https://github.com/rust-lang/crates.io-index" 8460 - checksum = "e67a6cd866aed456656db2cfea96c18baabbd33f676578482b85c51e1ee19d2c" 8461 - dependencies = [ 8462 - "enumset", 8463 - "loupe", 8464 - "rkyv", 8465 - "serde", 8466 - "serde_bytes", 8467 - "smallvec", 8468 - "target-lexicon", 8469 - "thiserror", 8470 - "wasmer-types", 8471 - "wasmparser", 8472 - ] 8473 - 8474 - [[package]] 8475 - name = "wasmer-compiler-cranelift" 8476 - version = "2.3.0" 8477 - source = "registry+https://github.com/rust-lang/crates.io-index" 8478 - checksum = "48be2f9f6495f08649e4f8b946a2cbbe119faf5a654aa1457f9504a99d23dae0" 8479 - dependencies = [ 8480 - "cranelift-codegen", 8481 - "cranelift-entity", 8482 - "cranelift-frontend", 8483 - "gimli 0.26.2", 8484 - "loupe", 8485 - "more-asserts", 8486 - "rayon", 8487 - "smallvec", 8488 - "target-lexicon", 8489 - "tracing", 8490 - "wasmer-compiler", 8491 - "wasmer-types", 8492 - ] 8493 - 8494 - [[package]] 8495 - name = "wasmer-derive" 8496 - version = "2.3.0" 8497 - source = "registry+https://github.com/rust-lang/crates.io-index" 8498 - checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51" 8499 - dependencies = [ 8500 - "proc-macro-error", 8501 - "proc-macro2", 8502 - "quote", 8503 - "syn 1.0.109", 8504 - ] 8505 - 8506 - [[package]] 8507 - name = "wasmer-engine" 8508 - version = "2.3.0" 8509 - source = "registry+https://github.com/rust-lang/crates.io-index" 8510 - checksum = "3f98f010978c244db431b392aeab0661df7ea0822343334f8f2a920763548e45" 8511 - dependencies = [ 8512 - "backtrace", 8513 - "enumset", 8514 - "lazy_static", 8515 - "loupe", 8516 - "memmap2", 8517 - "more-asserts", 8518 - "rustc-demangle", 8519 - "serde", 8520 - "serde_bytes", 8521 - "target-lexicon", 8522 - "thiserror", 8523 - "wasmer-artifact", 8524 - "wasmer-compiler", 8525 - "wasmer-types", 8526 - "wasmer-vm", 8527 - ] 8528 - 8529 - [[package]] 8530 - name = "wasmer-engine-dylib" 8531 - version = "2.3.0" 8532 - source = "registry+https://github.com/rust-lang/crates.io-index" 8533 - checksum = "ad0358af9c154724587731175553805648d9acb8f6657880d165e378672b7e53" 8534 - dependencies = [ 8535 - "cfg-if 1.0.0", 8536 - "enum-iterator 0.7.0", 8537 - "enumset", 8538 - "leb128", 8539 - "libloading", 8540 - "loupe", 8541 - "object 0.28.4", 8542 - "rkyv", 8543 - "serde", 8544 - "tempfile", 8545 - "tracing", 8546 - "wasmer-artifact", 8547 - "wasmer-compiler", 8548 - "wasmer-engine", 8549 - "wasmer-object", 8550 - "wasmer-types", 8551 - "wasmer-vm", 8552 - "which", 8553 - ] 8554 - 8555 - [[package]] 8556 - name = "wasmer-engine-universal" 8557 - version = "2.3.0" 8558 - source = "registry+https://github.com/rust-lang/crates.io-index" 8559 - checksum = "440dc3d93c9ca47865a4f4edd037ea81bf983b5796b59b3d712d844b32dbef15" 8560 - dependencies = [ 8561 - "cfg-if 1.0.0", 8562 - "enumset", 8563 - "leb128", 8564 - "loupe", 8565 - "region", 8566 - "rkyv", 8567 - "wasmer-compiler", 8568 - "wasmer-engine", 8569 - "wasmer-engine-universal-artifact", 8570 - "wasmer-types", 8571 - "wasmer-vm", 8572 - "winapi 0.3.9", 8573 - ] 8574 - 8575 - [[package]] 8576 - name = "wasmer-engine-universal-artifact" 8577 - version = "2.3.0" 8578 - source = "registry+https://github.com/rust-lang/crates.io-index" 8579 - checksum = "68f1db3f54152657eb6e86c44b66525ff7801dad8328fe677da48dd06af9ad41" 8580 - dependencies = [ 8581 - "enum-iterator 0.7.0", 8582 - "enumset", 8583 - "loupe", 8584 - "rkyv", 8585 - "thiserror", 8586 - "wasmer-artifact", 8587 - "wasmer-compiler", 8588 - "wasmer-types", 8589 - ] 8590 - 8591 - [[package]] 8592 - name = "wasmer-object" 8593 - version = "2.3.0" 8594 - source = "registry+https://github.com/rust-lang/crates.io-index" 8595 - checksum = "8d831335ff3a44ecf451303f6f891175c642488036b92ceceb24ac8623a8fa8b" 8596 - dependencies = [ 8597 - "object 0.28.4", 8598 - "thiserror", 8599 - "wasmer-compiler", 8600 - "wasmer-types", 8601 - ] 8602 - 8603 - [[package]] 8604 - name = "wasmer-types" 8605 - version = "2.3.0" 8606 - source = "registry+https://github.com/rust-lang/crates.io-index" 8607 - checksum = "39df01ea05dc0a9bab67e054c7cb01521e53b35a7bb90bd02eca564ed0b2667f" 8608 - dependencies = [ 8609 - "backtrace", 8610 - "enum-iterator 0.7.0", 8611 - "indexmap", 8612 - "loupe", 8613 - "more-asserts", 8614 - "rkyv", 8615 - "serde", 8616 - "thiserror", 8617 - ] 8618 - 8619 - [[package]] 8620 - name = "wasmer-vfs" 8621 - version = "2.3.0" 8622 - source = "registry+https://github.com/rust-lang/crates.io-index" 8623 - checksum = "9302eae3edc53cb540c2d681e7f16d8274918c1ce207591f04fed351649e97c0" 8624 - dependencies = [ 8625 - "libc", 8626 - "slab", 8627 - "thiserror", 8628 - "tracing", 8629 - ] 8630 - 8631 - [[package]] 8632 - name = "wasmer-vm" 8633 - version = "2.3.0" 8634 - source = "registry+https://github.com/rust-lang/crates.io-index" 8635 - checksum = "30d965fa61f4dc4cdb35a54daaf7ecec3563fbb94154a6c35433f879466247dd" 8636 - dependencies = [ 8637 - "backtrace", 8638 - "cc", 8639 - "cfg-if 1.0.0", 8640 - "corosensei", 8641 - "enum-iterator 0.7.0", 8642 - "indexmap", 8643 - "lazy_static", 8644 - "libc", 8645 - "loupe", 8646 - "mach", 8647 - "memoffset 0.6.5", 8648 - "more-asserts", 8649 - "region", 8650 - "rkyv", 8651 - "scopeguard", 8652 - "serde", 8653 - "thiserror", 8654 - "wasmer-artifact", 8655 - "wasmer-types", 8656 - "winapi 0.3.9", 8657 - ] 8658 - 8659 - [[package]] 8660 - name = "wasmer-wasi" 8661 - version = "2.3.0" 8662 - source = "registry+https://github.com/rust-lang/crates.io-index" 8663 - checksum = "fadbe31e3c1b6f3e398ad172b169152ae1a743ae6efd5f9ffb34019983319d99" 8664 - dependencies = [ 8665 - "cfg-if 1.0.0", 8666 - "generational-arena", 8667 - "getrandom", 8668 - "libc", 8669 - "thiserror", 8670 - "tracing", 8671 - "wasm-bindgen", 8672 - "wasmer", 8673 - "wasmer-vfs", 8674 - "wasmer-wasi-types", 8675 - "winapi 0.3.9", 8676 - ] 8677 - 8678 - [[package]] 8679 - name = "wasmer-wasi-types" 8680 - version = "2.3.0" 8681 - source = "registry+https://github.com/rust-lang/crates.io-index" 8682 - checksum = "22dc83aadbdf97388de3211cb6f105374f245a3cf2a5c65a16776e7a087a8468" 8683 - dependencies = [ 8684 - "byteorder", 8685 - "time 0.2.27", 8686 - "wasmer-types", 8687 - ] 8688 - 8689 - [[package]] 8690 - name = "wasmparser" 8691 - version = "0.83.0" 8692 - source = "registry+https://github.com/rust-lang/crates.io-index" 8693 - checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" 8694 - 8695 - [[package]] 8696 - name = "wast" 8697 - version = "55.0.0" 8698 - source = "registry+https://github.com/rust-lang/crates.io-index" 8699 - checksum = "4984d3e1406571f4930ba5cf79bd70f75f41d0e87e17506e0bd19b0e5d085f05" 8700 - dependencies = [ 8701 - "leb128", 8702 - "memchr", 8703 - "unicode-width", 8704 - "wasm-encoder", 8705 - ] 8706 - 8707 - [[package]] 8708 - name = "wat" 8709 - version = "1.0.61" 8710 - source = "registry+https://github.com/rust-lang/crates.io-index" 8711 - checksum = "af2b53f4da14db05d32e70e9c617abdf6620c575bd5dd972b7400037b4df2091" 8712 - dependencies = [ 8713 - "wast", 8714 - ] 8715 - 8716 - [[package]] 8717 - name = "web-sys" 8718 - version = "0.3.61" 8719 - source = "registry+https://github.com/rust-lang/crates.io-index" 8720 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 8721 - dependencies = [ 8722 - "js-sys", 8723 - "wasm-bindgen", 8724 - ] 8725 - 8726 - [[package]] 8727 - name = "webbrowser" 8728 - version = "0.8.7" 8729 - source = "registry+https://github.com/rust-lang/crates.io-index" 8730 - checksum = "97d1fa1e5c829b2bf9eb1e28fb950248b797cd6a04866fbdfa8bc31e5eef4c78" 8731 - dependencies = [ 8732 - "core-foundation", 8733 - "dirs", 8734 - "jni", 8735 - "log", 8736 - "ndk-context", 8737 - "objc", 8738 - "raw-window-handle", 8739 - "url", 8740 - "web-sys", 8741 - ] 8742 - 8743 - [[package]] 8744 - name = "webpki" 8745 - version = "0.22.0" 8746 - source = "registry+https://github.com/rust-lang/crates.io-index" 8747 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 8748 - dependencies = [ 8749 - "ring", 8750 - "untrusted", 8751 - ] 8752 - 8753 - [[package]] 8754 - name = "webpki-roots" 8755 - version = "0.22.6" 8756 - source = "registry+https://github.com/rust-lang/crates.io-index" 8757 - checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 8758 - dependencies = [ 8759 - "webpki", 8760 - ] 8761 - 8762 - [[package]] 8763 - name = "weezl" 8764 - version = "0.1.7" 8765 - source = "registry+https://github.com/rust-lang/crates.io-index" 8766 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 8767 - 8768 - [[package]] 8769 - name = "which" 8770 - version = "4.4.0" 8771 - source = "registry+https://github.com/rust-lang/crates.io-index" 8772 - checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 8773 - dependencies = [ 8774 - "either", 8775 - "libc", 8776 - "once_cell", 8777 - ] 8778 - 8779 - [[package]] 8780 - name = "winapi" 8781 - version = "0.2.8" 8782 - source = "registry+https://github.com/rust-lang/crates.io-index" 8783 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 8784 - 8785 - [[package]] 8786 - name = "winapi" 8787 - version = "0.3.9" 8788 - source = "registry+https://github.com/rust-lang/crates.io-index" 8789 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 8790 - dependencies = [ 8791 - "winapi-i686-pc-windows-gnu", 8792 - "winapi-x86_64-pc-windows-gnu", 8793 - ] 8794 - 8795 - [[package]] 8796 - name = "winapi-build" 8797 - version = "0.1.1" 8798 - source = "registry+https://github.com/rust-lang/crates.io-index" 8799 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 8800 - 8801 - [[package]] 8802 - name = "winapi-i686-pc-windows-gnu" 8803 - version = "0.4.0" 8804 - source = "registry+https://github.com/rust-lang/crates.io-index" 8805 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 8806 - 8807 - [[package]] 8808 - name = "winapi-util" 8809 - version = "0.1.5" 8810 - source = "registry+https://github.com/rust-lang/crates.io-index" 8811 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 8812 - dependencies = [ 8813 - "winapi 0.3.9", 8814 - ] 8815 - 8816 - [[package]] 8817 - name = "winapi-x86_64-pc-windows-gnu" 8818 - version = "0.4.0" 8819 - source = "registry+https://github.com/rust-lang/crates.io-index" 8820 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 8821 - 8822 - [[package]] 8823 - name = "windows" 8824 - version = "0.46.0" 8825 - source = "registry+https://github.com/rust-lang/crates.io-index" 8826 - checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 8827 - dependencies = [ 8828 - "windows-targets", 8829 - ] 8830 - 8831 - [[package]] 8832 - name = "windows-sys" 8833 - version = "0.33.0" 8834 - source = "registry+https://github.com/rust-lang/crates.io-index" 8835 - checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75" 8836 - dependencies = [ 8837 - "windows_aarch64_msvc 0.33.0", 8838 - "windows_i686_gnu 0.33.0", 8839 - "windows_i686_msvc 0.33.0", 8840 - "windows_x86_64_gnu 0.33.0", 8841 - "windows_x86_64_msvc 0.33.0", 8842 - ] 8843 - 8844 - [[package]] 8845 - name = "windows-sys" 8846 - version = "0.42.0" 8847 - source = "registry+https://github.com/rust-lang/crates.io-index" 8848 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 8849 - dependencies = [ 8850 - "windows_aarch64_gnullvm", 8851 - "windows_aarch64_msvc 0.42.2", 8852 - "windows_i686_gnu 0.42.2", 8853 - "windows_i686_msvc 0.42.2", 8854 - "windows_x86_64_gnu 0.42.2", 8855 - "windows_x86_64_gnullvm", 8856 - "windows_x86_64_msvc 0.42.2", 8857 - ] 8858 - 8859 - [[package]] 8860 - name = "windows-sys" 8861 - version = "0.45.0" 8862 - source = "registry+https://github.com/rust-lang/crates.io-index" 8863 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 8864 - dependencies = [ 8865 - "windows-targets", 8866 - ] 8867 - 8868 - [[package]] 8869 - name = "windows-targets" 8870 - version = "0.42.2" 8871 - source = "registry+https://github.com/rust-lang/crates.io-index" 8872 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 8873 - dependencies = [ 8874 - "windows_aarch64_gnullvm", 8875 - "windows_aarch64_msvc 0.42.2", 8876 - "windows_i686_gnu 0.42.2", 8877 - "windows_i686_msvc 0.42.2", 8878 - "windows_x86_64_gnu 0.42.2", 8879 - "windows_x86_64_gnullvm", 8880 - "windows_x86_64_msvc 0.42.2", 8881 - ] 8882 - 8883 - [[package]] 8884 - name = "windows_aarch64_gnullvm" 8885 - version = "0.42.2" 8886 - source = "registry+https://github.com/rust-lang/crates.io-index" 8887 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 8888 - 8889 - [[package]] 8890 - name = "windows_aarch64_msvc" 8891 - version = "0.33.0" 8892 - source = "registry+https://github.com/rust-lang/crates.io-index" 8893 - checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807" 8894 - 8895 - [[package]] 8896 - name = "windows_aarch64_msvc" 8897 - version = "0.42.2" 8898 - source = "registry+https://github.com/rust-lang/crates.io-index" 8899 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 8900 - 8901 - [[package]] 8902 - name = "windows_i686_gnu" 8903 - version = "0.33.0" 8904 - source = "registry+https://github.com/rust-lang/crates.io-index" 8905 - checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e" 8906 - 8907 - [[package]] 8908 - name = "windows_i686_gnu" 8909 - version = "0.42.2" 8910 - source = "registry+https://github.com/rust-lang/crates.io-index" 8911 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 8912 - 8913 - [[package]] 8914 - name = "windows_i686_msvc" 8915 - version = "0.33.0" 8916 - source = "registry+https://github.com/rust-lang/crates.io-index" 8917 - checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0" 8918 - 8919 - [[package]] 8920 - name = "windows_i686_msvc" 8921 - version = "0.42.2" 8922 - source = "registry+https://github.com/rust-lang/crates.io-index" 8923 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 8924 - 8925 - [[package]] 8926 - name = "windows_x86_64_gnu" 8927 - version = "0.33.0" 8928 - source = "registry+https://github.com/rust-lang/crates.io-index" 8929 - checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784" 8930 - 8931 - [[package]] 8932 - name = "windows_x86_64_gnu" 8933 - version = "0.42.2" 8934 - source = "registry+https://github.com/rust-lang/crates.io-index" 8935 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 8936 - 8937 - [[package]] 8938 - name = "windows_x86_64_gnullvm" 8939 - version = "0.42.2" 8940 - source = "registry+https://github.com/rust-lang/crates.io-index" 8941 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 8942 - 8943 - [[package]] 8944 - name = "windows_x86_64_msvc" 8945 - version = "0.33.0" 8946 - source = "registry+https://github.com/rust-lang/crates.io-index" 8947 - checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa" 8948 - 8949 - [[package]] 8950 - name = "windows_x86_64_msvc" 8951 - version = "0.42.2" 8952 - source = "registry+https://github.com/rust-lang/crates.io-index" 8953 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 8954 - 8955 - [[package]] 8956 - name = "winreg" 8957 - version = "0.10.1" 8958 - source = "registry+https://github.com/rust-lang/crates.io-index" 8959 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 8960 - dependencies = [ 8961 - "winapi 0.3.9", 8962 - ] 8963 - 8964 - [[package]] 8965 - name = "wio" 8966 - version = "0.2.2" 8967 - source = "registry+https://github.com/rust-lang/crates.io-index" 8968 - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 8969 - dependencies = [ 8970 - "winapi 0.3.9", 8971 - ] 8972 - 8973 - [[package]] 8974 - name = "ws2_32-sys" 8975 - version = "0.2.1" 8976 - source = "registry+https://github.com/rust-lang/crates.io-index" 8977 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 8978 - dependencies = [ 8979 - "winapi 0.2.8", 8980 - "winapi-build", 8981 - ] 8982 - 8983 - [[package]] 8984 - name = "xtask" 8985 - version = "0.1.0" 8986 - dependencies = [ 8987 - "anyhow", 8988 - "cargo-lock", 8989 - "chrono", 8990 - "clap 4.1.11", 8991 - "indexmap", 8992 - "inquire", 8993 - "num-format", 8994 - "owo-colors", 8995 - "plotters", 8996 - "semver 1.0.17", 8997 - "serde", 8998 - "serde_json", 8999 - "tabled", 9000 - "walkdir", 9001 - ] 9002 - 9003 - [[package]] 9004 - name = "yaml-rust" 9005 - version = "0.4.5" 9006 - source = "registry+https://github.com/rust-lang/crates.io-index" 9007 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 9008 - dependencies = [ 9009 - "linked-hash-map", 9010 - ] 9011 - 9012 - [[package]] 9013 - name = "yansi" 9014 - version = "0.5.1" 9015 - source = "registry+https://github.com/rust-lang/crates.io-index" 9016 - checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 9017 - 9018 - [[package]] 9019 - name = "yeslogic-fontconfig-sys" 9020 - version = "3.2.0" 9021 - source = "registry+https://github.com/rust-lang/crates.io-index" 9022 - checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386" 9023 - dependencies = [ 9024 - "const-cstr", 9025 - "dlib", 9026 - "once_cell", 9027 - "pkg-config", 9028 - ] 9029 - 9030 - [[package]] 9031 - name = "zeroize" 9032 - version = "1.5.7" 9033 - source = "registry+https://github.com/rust-lang/crates.io-index" 9034 - checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
···
+91 -14
pkgs/tools/misc/turbo/default.nix
··· 1 - { lib 2 , fetchFromGitHub 3 , buildGoModule 4 , git ··· 11 , openssl 12 , extra-cmake-modules 13 , fontconfig 14 - , go 15 , testers 16 , turbo 17 }: 18 let 19 - version = "1.8.8"; 20 src = fetchFromGitHub { 21 owner = "vercel"; 22 repo = "turbo"; 23 rev = "v${version}"; 24 - sha256 = "sha256-Qn1qAdhzQrkdMbZs9zqZA0k7UTig39ljJ3DQn49pJf8="; 25 }; 26 27 - go-turbo = buildGoModule rec { 28 inherit src version; 29 pname = "go-turbo"; 30 modRoot = "cli"; 31 32 - vendorSha256 = "sha256-/C5zUQk8bJPBu1L9RYJh74haGkB+37fWldeg/2U8X9I="; 33 34 nativeBuildInputs = [ 35 git ··· 39 protoc-gen-go-grpc 40 ]; 41 42 preBuild = '' 43 make compile-protos 44 ''; 45 46 preCheck = '' ··· 53 git config --global init.defaultBranch main 54 git init 55 popd 56 ''; 57 58 }; 59 in 60 - rustPlatform.buildRustPackage rec { 61 pname = "turbo"; 62 inherit src version; 63 cargoBuildFlags = [ ··· 66 ]; 67 RELEASE_TURBO_CLI = "true"; 68 69 - cargoLock = { 70 - lockFile = ./Cargo.lock; 71 - outputHashes = { 72 - "update-informer-0.6.0" = "sha256-uMp6PE4ccNGflbYz5WbLBKDtTlXNjOPA3vAnIMSdMEs="; 73 - }; 74 - }; 75 RUSTC_BOOTSTRAP = 1; 76 nativeBuildInputs = [ 77 pkg-config ··· 81 buildInputs = [ 82 openssl 83 fontconfig 84 ]; 85 86 postInstall = '' ··· 90 # Browser tests time out with chromium and google-chrome 91 doCheck = false; 92 93 - passthru.tests.version = testers.testVersion { package = turbo; }; 94 95 meta = with lib; { 96 description = "High-performance build system for JavaScript and TypeScript codebases";
··· 1 + { stdenv 2 + , lib 3 , fetchFromGitHub 4 , buildGoModule 5 , git ··· 12 , openssl 13 , extra-cmake-modules 14 , fontconfig 15 , testers 16 , turbo 17 + , nix-update-script 18 + , go 19 + , zlib 20 + , libiconv 21 + , Security 22 + , IOKit 23 + , CoreServices 24 + , CoreFoundation 25 }: 26 let 27 + version = "1.10.7"; 28 src = fetchFromGitHub { 29 owner = "vercel"; 30 repo = "turbo"; 31 rev = "v${version}"; 32 + sha256 = "sha256-AkrwaaXUiFPZqOO1mX/1XBOZRFRtCdgI7glzdv8ZOfU="; 33 + }; 34 + 35 + ffi = rustPlatform.buildRustPackage { 36 + pname = "turbo-ffi"; 37 + inherit src version; 38 + cargoBuildFlags = [ "--package" "turborepo-ffi" ]; 39 + 40 + cargoHash = "sha256-j+r1irE0OGMfr9TAYhTOsFjBNzxjmF5/e7EebtshuG8="; 41 + 42 + RUSTC_BOOTSTRAP = 1; 43 + nativeBuildInputs = [ 44 + pkg-config 45 + extra-cmake-modules 46 + protobuf 47 + ]; 48 + buildInputs = [ 49 + openssl 50 + fontconfig 51 + ]; 52 + 53 + doCheck = false; 54 + 55 + postInstall = '' 56 + cp target/release-tmp/libturborepo_ffi.a $out/lib 57 + ''; 58 }; 59 60 + 61 + go-turbo = buildGoModule { 62 inherit src version; 63 pname = "go-turbo"; 64 modRoot = "cli"; 65 66 + vendorSha256 = "sha256-8quDuT8VwT3B56jykkbX8ov+DNFZwxPf31+NLdfX1p0="; 67 68 nativeBuildInputs = [ 69 git ··· 73 protoc-gen-go-grpc 74 ]; 75 76 + buildInputs = [zlib ] ++ lib.optionals stdenv.isDarwin [ 77 + Security 78 + libiconv 79 + ]; 80 + 81 + ldFlags = [ 82 + "-s -w" 83 + "-X main.version=${version}" 84 + "-X main.commit=${src.rev}" 85 + "-X main.date=1970-01-01-00:00:01" 86 + "-X main.builtBy=goreleaser" 87 + ]; 88 + 89 preBuild = '' 90 make compile-protos 91 + cp ${ffi}/lib/libturborepo_ffi.a ./internal/ffi/libturborepo_ffi_${go.GOOS}_${go.GOARCH}.a 92 ''; 93 94 preCheck = '' ··· 101 git config --global init.defaultBranch main 102 git init 103 popd 104 + 105 + # package_deps_hash_test.go:492: hash of child-dir/libA/pkgignorethisdir/file, got 67aed78ea231bdee3de45b6d47d8f32a0a792f6d want go-turbo> package_deps_hash_test.go:499: found extra hashes in map[.gitignore:3237694bc3312ded18386964 a855074af7b066af some-dir/another-one:7e59c6a6ea9098c6d3beb00e753e2c54ea502311 some-dir/excluded-file:7e59 c6a6ea9098c6d3beb00e753e2c54ea502311 some-dir/other-file:7e59c6a6ea9098c6d3beb00e753e2c54ea502311 some-fil e:7e59c6a6ea9098c6d3beb00e753e2c54ea502311] 106 + rm ./internal/hashing/package_deps_hash_test.go 107 + rm ./internal/hashing/package_deps_hash_go_test.go 108 + # Error: Not equal: 109 + # expected: env.DetailedMap{All:env.EnvironmentVariableMap(nil), BySource:env.BySource{Explicit:env.EnvironmentVariableMap{}, Matching:env.EnvironmentVariableMap{}}} 110 + # actual : env.DetailedMap{All:env.EnvironmentVariableMap{}, BySource:env.BySource{Explicit:env.EnvironmentVariableMap{}, Matching:env.EnvironmentVariableMap{}}} 111 + rm ./internal/run/global_hash_test.go 112 + '' + lib.optionalString stdenv.isLinux '' 113 + # filewatcher_test.go:122: got event {/build/TestFileWatching1921149570/001/test-1689172679812 1} 114 + # filewatcher_test.go:122: got event {/build/TestFileWatching1921149570/001/parent/test-1689172679812 1} 115 + # filewatcher_test.go:122: got event {/build/TestFileWatching1921149570/001/parent/child/test-1689172679812 1} 116 + # filewatcher_test.go:122: got event {/build/TestFileWatching1921149570/001/parent/sibling/test-1689172679812 1} 117 + # filewatcher_test.go:127: got event {/build/TestFileWatching1921149570/001/parent/child/foo 1} 118 + # filewatcher_test.go:137: got event {/build/TestFileWatching1921149570/001/parent/sibling/deep 1} 119 + # filewatcher_test.go:141: got event {/build/TestFileWatching1921149570/001/parent/sibling/deep/path 1} 120 + # filewatcher_test.go:146: got event {/build/TestFileWatching1921149570/001/parent/sibling/deep 1} 121 + # filewatcher_test.go:146: Timed out waiting for filesystem event at /build/TestFileWatching1921149570/001/test-1689172679812 122 + # filewatcher_test.go:146: Timed out waiting for filesystem event at /build/TestFileWatching1921149570/001/parent/test-1689172679812 123 + # filewatcher_test.go:146: Timed out waiting for filesystem event at /build/TestFileWatching1921149570/001/parent/child/test-1689172679812 124 + # filewatcher_test.go:146: Timed out waiting for filesystem event at /build/TestFileWatching1921149570/001/parent/sibling/test-1689172679812 125 + # filewatcher_test.go:146: got event {/build/TestFileWatching1921149570/001/parent/sibling/deep/path/test-1689172679812 1} 126 + # filewatcher_test.go:146: got event {/build/TestFileWatching1921149570/001/parent/sibling/deep/test-1689172679812 1} 127 + rm ./internal/filewatcher/filewatcher_test.go 128 ''; 129 130 }; 131 in 132 + rustPlatform.buildRustPackage { 133 pname = "turbo"; 134 inherit src version; 135 cargoBuildFlags = [ ··· 138 ]; 139 RELEASE_TURBO_CLI = "true"; 140 141 + cargoHash = "sha256-GCo1PRB4JkHSXz7nBiKhJsC1xhMTlA136gGpUblPpVk="; 142 + 143 RUSTC_BOOTSTRAP = 1; 144 nativeBuildInputs = [ 145 pkg-config ··· 149 buildInputs = [ 150 openssl 151 fontconfig 152 + ] ++ lib.optionals stdenv.isDarwin [ 153 + IOKit 154 + CoreServices 155 + CoreFoundation 156 ]; 157 158 postInstall = '' ··· 162 # Browser tests time out with chromium and google-chrome 163 doCheck = false; 164 165 + passthru = { 166 + updateScript = nix-update-script { 167 + extraArgs = [ "--version-regex" "^\d+\.\d+\.\d+$" ]; 168 + }; 169 + tests.version = testers.testVersion { package = turbo; }; 170 + }; 171 172 meta = with lib; { 173 description = "High-performance build system for JavaScript and TypeScript codebases";
+3 -1
pkgs/top-level/all-packages.nix
··· 13604 13605 tuptime = callPackage ../tools/system/tuptime { }; 13606 13607 - turbo = callPackage ../tools/misc/turbo { }; 13608 13609 turses = callPackage ../applications/networking/instant-messengers/turses { }; 13610
··· 13604 13605 tuptime = callPackage ../tools/system/tuptime { }; 13606 13607 + turbo = callPackage ../tools/misc/turbo { 13608 + inherit (darwin.apple_sdk_11_0.frameworks) Security IOKit CoreServices CoreFoundation; 13609 + }; 13610 13611 turses = callPackage ../applications/networking/instant-messengers/turses { }; 13612