Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: avoid having two rolldown versions

+199 -967
+196 -964
Cargo.lock
··· 458 458 459 459 [[package]] 460 460 name = "brk_rolldown" 461 - version = "0.1.5" 462 - source = "registry+https://github.com/rust-lang/crates.io-index" 463 - checksum = "c0dfb4767a625199016aa5be14edc12e63e7a3b22e9b7d5cc37582f76d1d7d24" 464 - dependencies = [ 465 - "anyhow", 466 - "append-only-vec", 467 - "arcstr", 468 - "bitflags 2.9.4", 469 - "brk_rolldown_common 0.1.5", 470 - "brk_rolldown_debug 0.1.5", 471 - "brk_rolldown_ecmascript 0.1.5", 472 - "brk_rolldown_ecmascript_utils 0.1.5", 473 - "brk_rolldown_error 0.1.5", 474 - "brk_rolldown_fs 0.1.5", 475 - "brk_rolldown_plugin 0.1.5", 476 - "brk_rolldown_plugin_chunk_import_map 0.1.5", 477 - "brk_rolldown_plugin_data_uri 0.1.5", 478 - "brk_rolldown_plugin_hmr 0.1.5", 479 - "brk_rolldown_resolver 0.1.5", 480 - "brk_rolldown_sourcemap 0.1.5", 481 - "brk_rolldown_std_utils 0.1.5", 482 - "brk_rolldown_tracing 0.1.5", 483 - "brk_rolldown_utils 0.1.5", 484 - "brk_rolldown_watcher 0.1.5", 485 - "brk_string_wizard 0.1.5", 486 - "commondir", 487 - "css-module-lexer", 488 - "dunce", 489 - "futures", 490 - "indexmap", 491 - "itertools 0.14.0", 492 - "itoa", 493 - "memchr", 494 - "notify 8.2.0", 495 - "oxc 0.87.0", 496 - "oxc_allocator 0.87.0", 497 - "oxc_ecmascript 0.87.0", 498 - "oxc_index", 499 - "oxc_traverse 0.87.0", 500 - "petgraph", 501 - "rayon", 502 - "rustc-hash", 503 - "serde", 504 - "serde_json", 505 - "sugar_path", 506 - "tokio", 507 - "tracing", 508 - "url", 509 - "xxhash-rust", 510 - ] 511 - 512 - [[package]] 513 - name = "brk_rolldown" 514 461 version = "0.2.3" 515 462 source = "registry+https://github.com/rust-lang/crates.io-index" 516 463 checksum = "76d5237104ef0c275a1c50354392a7edb45fc736998479530c231d811a0a38e0" ··· 520 467 "arcstr", 521 468 "bitflags 2.9.4", 522 469 "brk-notify", 523 - "brk_rolldown_common 0.2.3", 524 - "brk_rolldown_debug 0.2.3", 525 - "brk_rolldown_ecmascript 0.2.3", 526 - "brk_rolldown_ecmascript_utils 0.2.3", 527 - "brk_rolldown_error 0.2.3", 528 - "brk_rolldown_fs 0.2.3", 529 - "brk_rolldown_plugin 0.2.3", 530 - "brk_rolldown_plugin_chunk_import_map 0.2.3", 531 - "brk_rolldown_plugin_data_uri 0.2.3", 532 - "brk_rolldown_plugin_hmr 0.2.3", 470 + "brk_rolldown_common", 471 + "brk_rolldown_debug", 472 + "brk_rolldown_ecmascript", 473 + "brk_rolldown_ecmascript_utils", 474 + "brk_rolldown_error", 475 + "brk_rolldown_fs", 476 + "brk_rolldown_plugin", 477 + "brk_rolldown_plugin_chunk_import_map", 478 + "brk_rolldown_plugin_data_uri", 479 + "brk_rolldown_plugin_hmr", 533 480 "brk_rolldown_plugin_oxc_runtime", 534 - "brk_rolldown_resolver 0.2.3", 535 - "brk_rolldown_sourcemap 0.2.3", 536 - "brk_rolldown_std_utils 0.2.3", 537 - "brk_rolldown_tracing 0.2.3", 538 - "brk_rolldown_utils 0.2.3", 539 - "brk_rolldown_watcher 0.2.3", 540 - "brk_string_wizard 0.2.3", 481 + "brk_rolldown_resolver", 482 + "brk_rolldown_sourcemap", 483 + "brk_rolldown_std_utils", 484 + "brk_rolldown_tracing", 485 + "brk_rolldown_utils", 486 + "brk_rolldown_watcher", 487 + "brk_string_wizard", 541 488 "commondir", 542 489 "css-module-lexer", 543 490 "derive_more", ··· 547 494 "itertools 0.14.0", 548 495 "itoa", 549 496 "memchr", 550 - "oxc 0.92.0", 551 - "oxc_allocator 0.92.0", 552 - "oxc_ecmascript 0.92.0", 497 + "oxc", 498 + "oxc_allocator", 499 + "oxc_ecmascript", 553 500 "oxc_index", 554 - "oxc_traverse 0.92.0", 501 + "oxc_traverse", 555 502 "petgraph", 556 503 "rayon", 557 504 "rustc-hash", ··· 566 513 567 514 [[package]] 568 515 name = "brk_rolldown_common" 569 - version = "0.1.5" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "e3412bb06f9eef1d34ad8d8decd55f7625db7852d440e3fececafdaddac367b0" 572 - dependencies = [ 573 - "anyhow", 574 - "arcstr", 575 - "bitflags 2.9.4", 576 - "brk_rolldown_ecmascript 0.1.5", 577 - "brk_rolldown_error 0.1.5", 578 - "brk_rolldown_sourcemap 0.1.5", 579 - "brk_rolldown_std_utils 0.1.5", 580 - "brk_rolldown_utils 0.1.5", 581 - "brk_string_wizard 0.1.5", 582 - "dashmap", 583 - "derive_more", 584 - "fast-glob", 585 - "itertools 0.14.0", 586 - "num-bigint", 587 - "oxc 0.87.0", 588 - "oxc_ecmascript 0.87.0", 589 - "oxc_index", 590 - "oxc_resolver", 591 - "rustc-hash", 592 - "serde", 593 - "serde_json", 594 - "sugar_path", 595 - "tokio", 596 - ] 597 - 598 - [[package]] 599 - name = "brk_rolldown_common" 600 516 version = "0.2.3" 601 517 source = "registry+https://github.com/rust-lang/crates.io-index" 602 518 checksum = "80d4461576c24766fdea280ce888e6d8dc36f50161e2615fd6a698511d623f36" ··· 604 520 "anyhow", 605 521 "arcstr", 606 522 "bitflags 2.9.4", 607 - "brk_rolldown_ecmascript 0.2.3", 608 - "brk_rolldown_error 0.2.3", 609 - "brk_rolldown_sourcemap 0.2.3", 610 - "brk_rolldown_std_utils 0.2.3", 611 - "brk_rolldown_utils 0.2.3", 612 - "brk_string_wizard 0.2.3", 523 + "brk_rolldown_ecmascript", 524 + "brk_rolldown_error", 525 + "brk_rolldown_sourcemap", 526 + "brk_rolldown_std_utils", 527 + "brk_rolldown_utils", 528 + "brk_string_wizard", 613 529 "dashmap", 614 530 "derive_more", 615 531 "fast-glob", 616 532 "itertools 0.14.0", 617 533 "num-bigint", 618 - "oxc 0.92.0", 619 - "oxc_ecmascript 0.92.0", 534 + "oxc", 535 + "oxc_ecmascript", 620 536 "oxc_index", 621 537 "oxc_resolver", 622 538 "rustc-hash", ··· 629 545 630 546 [[package]] 631 547 name = "brk_rolldown_debug" 632 - version = "0.1.5" 633 - source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "0e28020dcca285e50003eab2faed661a3f147e5c3b7b103ac7fa46f3d9811656" 635 - dependencies = [ 636 - "blake3", 637 - "brk_rolldown_debug_action 0.1.5", 638 - "dashmap", 639 - "rustc-hash", 640 - "serde", 641 - "serde_json", 642 - "tracing", 643 - "tracing-subscriber", 644 - ] 645 - 646 - [[package]] 647 - name = "brk_rolldown_debug" 648 548 version = "0.2.3" 649 549 source = "registry+https://github.com/rust-lang/crates.io-index" 650 550 checksum = "e6d03984d81260c4d9d068431eda178b59a3eaf539d67d1cc6cd2b0dc28140d5" 651 551 dependencies = [ 652 552 "blake3", 653 - "brk_rolldown_debug_action 0.2.3", 553 + "brk_rolldown_debug_action", 654 554 "dashmap", 655 555 "rustc-hash", 656 556 "serde", ··· 661 561 662 562 [[package]] 663 563 name = "brk_rolldown_debug_action" 664 - version = "0.1.5" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "b55010d6b5a8dcf3524ca8b504680a9387dd5709c555fe6e1c87fca3f77b5b89" 667 - dependencies = [ 668 - "serde", 669 - "ts-rs", 670 - ] 671 - 672 - [[package]] 673 - name = "brk_rolldown_debug_action" 674 564 version = "0.2.3" 675 565 source = "registry+https://github.com/rust-lang/crates.io-index" 676 566 checksum = "e03dc81df86ed78c962fb675bc4d3ecf5988ec8813dddc41701b3c496e29514b" ··· 681 571 682 572 [[package]] 683 573 name = "brk_rolldown_ecmascript" 684 - version = "0.1.5" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "9e5f4324e457d930dc61bc2fa1ec6ca006ab8f1b25b3a7d4e89e64b009a92244" 687 - dependencies = [ 688 - "arcstr", 689 - "brk_rolldown_error 0.1.5", 690 - "oxc 0.87.0", 691 - "oxc_sourcemap", 692 - "self_cell", 693 - ] 694 - 695 - [[package]] 696 - name = "brk_rolldown_ecmascript" 697 574 version = "0.2.3" 698 575 source = "registry+https://github.com/rust-lang/crates.io-index" 699 576 checksum = "4c5f433cfd8f7d5b9a054422770e7477a24c398493e8cd42e15f712dbda9d280" 700 577 dependencies = [ 701 578 "arcstr", 702 - "brk_rolldown_error 0.2.3", 703 - "oxc 0.92.0", 579 + "brk_rolldown_error", 580 + "oxc", 704 581 "oxc_sourcemap", 705 582 "self_cell", 706 583 ] 707 584 708 585 [[package]] 709 586 name = "brk_rolldown_ecmascript_utils" 710 - version = "0.1.5" 711 - source = "registry+https://github.com/rust-lang/crates.io-index" 712 - checksum = "d4e67014dd9afcc8982f3e03d0f6f0389e8f8e38aed8130368678f2599d18630" 713 - dependencies = [ 714 - "brk_rolldown_common 0.1.5", 715 - "oxc 0.87.0", 716 - "smallvec", 717 - ] 718 - 719 - [[package]] 720 - name = "brk_rolldown_ecmascript_utils" 721 587 version = "0.2.3" 722 588 source = "registry+https://github.com/rust-lang/crates.io-index" 723 589 checksum = "4358a13b70a7a647f61ba95caae66e6c747b10d5cba784e6c38636b2011267a0" 724 590 dependencies = [ 725 - "brk_rolldown_common 0.2.3", 726 - "oxc 0.92.0", 591 + "brk_rolldown_common", 592 + "oxc", 727 593 "smallvec", 728 594 ] 729 595 730 596 [[package]] 731 597 name = "brk_rolldown_error" 732 - version = "0.1.5" 733 - source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "d7b1666952fcfc93fb494638c26be72aae73cca2267834fa3fd9657e32fdbb8f" 735 - dependencies = [ 736 - "anyhow", 737 - "arcstr", 738 - "bitflags 2.9.4", 739 - "brk_rolldown_utils 0.1.5", 740 - "derive_more", 741 - "heck", 742 - "oxc 0.87.0", 743 - "oxc_resolver", 744 - "rolldown-ariadne", 745 - "ropey", 746 - "rustc-hash", 747 - "sugar_path", 748 - ] 749 - 750 - [[package]] 751 - name = "brk_rolldown_error" 752 598 version = "0.2.3" 753 599 source = "registry+https://github.com/rust-lang/crates.io-index" 754 600 checksum = "fd9a2e23e1e5dfbfacfaa01fd6adbb05511233ca7c128dde3f4b38d74de0a3b9" ··· 756 602 "anyhow", 757 603 "arcstr", 758 604 "bitflags 2.9.4", 759 - "brk_rolldown_utils 0.2.3", 605 + "brk_rolldown_utils", 760 606 "derive_more", 761 607 "heck", 762 - "oxc 0.92.0", 608 + "oxc", 763 609 "oxc_resolver", 764 610 "rolldown-ariadne", 765 611 "ropey", 766 612 "rustc-hash", 767 613 "sugar_path", 768 - ] 769 - 770 - [[package]] 771 - name = "brk_rolldown_fs" 772 - version = "0.1.5" 773 - source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "364160f3619b61db2dba73539ca9df72326bcf6516eedb84479f9aec7ff916a3" 775 - dependencies = [ 776 - "oxc_resolver", 777 - "vfs", 778 614 ] 779 615 780 616 [[package]] ··· 789 625 790 626 [[package]] 791 627 name = "brk_rolldown_plugin" 792 - version = "0.1.5" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "57211c1b798955a934c68c3d5288df64c5215f9bf8117371aa229eb8284048d8" 795 - dependencies = [ 796 - "anyhow", 797 - "arcstr", 798 - "async-trait", 799 - "bitflags 2.9.4", 800 - "brk_rolldown_common 0.1.5", 801 - "brk_rolldown_debug 0.1.5", 802 - "brk_rolldown_ecmascript 0.1.5", 803 - "brk_rolldown_error 0.1.5", 804 - "brk_rolldown_resolver 0.1.5", 805 - "brk_rolldown_sourcemap 0.1.5", 806 - "brk_rolldown_utils 0.1.5", 807 - "brk_string_wizard 0.1.5", 808 - "dashmap", 809 - "derive_more", 810 - "oxc_index", 811 - "rustc-hash", 812 - "serde", 813 - "serde_json", 814 - "sugar_path", 815 - "tokio", 816 - "tracing", 817 - "typedmap", 818 - ] 819 - 820 - [[package]] 821 - name = "brk_rolldown_plugin" 822 628 version = "0.2.3" 823 629 source = "registry+https://github.com/rust-lang/crates.io-index" 824 630 checksum = "79b87d794281878edb320543a514a6d25b47d4f78a2744b674a19db01e10c0d2" ··· 827 633 "arcstr", 828 634 "async-trait", 829 635 "bitflags 2.9.4", 830 - "brk_rolldown_common 0.2.3", 831 - "brk_rolldown_debug 0.2.3", 832 - "brk_rolldown_ecmascript 0.2.3", 833 - "brk_rolldown_error 0.2.3", 834 - "brk_rolldown_resolver 0.2.3", 835 - "brk_rolldown_sourcemap 0.2.3", 836 - "brk_rolldown_utils 0.2.3", 837 - "brk_string_wizard 0.2.3", 636 + "brk_rolldown_common", 637 + "brk_rolldown_debug", 638 + "brk_rolldown_ecmascript", 639 + "brk_rolldown_error", 640 + "brk_rolldown_resolver", 641 + "brk_rolldown_sourcemap", 642 + "brk_rolldown_utils", 643 + "brk_string_wizard", 838 644 "dashmap", 839 645 "derive_more", 840 646 "oxc_index", ··· 849 655 850 656 [[package]] 851 657 name = "brk_rolldown_plugin_chunk_import_map" 852 - version = "0.1.5" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "e312f5953e7dcfb1d7bdb02cf996e0c83fc0bb27601681836b53973755bad18e" 855 - dependencies = [ 856 - "arcstr", 857 - "brk_rolldown_common 0.1.5", 858 - "brk_rolldown_plugin 0.1.5", 859 - "brk_rolldown_utils 0.1.5", 860 - "rustc-hash", 861 - "serde_json", 862 - "xxhash-rust", 863 - ] 864 - 865 - [[package]] 866 - name = "brk_rolldown_plugin_chunk_import_map" 867 658 version = "0.2.3" 868 659 source = "registry+https://github.com/rust-lang/crates.io-index" 869 660 checksum = "17b70821f39dc678e05d16e75e7549b90acdd6f87d408b42120e586850ee6014" 870 661 dependencies = [ 871 662 "arcstr", 872 - "brk_rolldown_common 0.2.3", 873 - "brk_rolldown_plugin 0.2.3", 874 - "brk_rolldown_utils 0.2.3", 663 + "brk_rolldown_common", 664 + "brk_rolldown_plugin", 665 + "brk_rolldown_utils", 875 666 "rustc-hash", 876 667 "serde_json", 877 668 "xxhash-rust", ··· 879 670 880 671 [[package]] 881 672 name = "brk_rolldown_plugin_data_uri" 882 - version = "0.1.5" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "75d9bfa5cda344f58deff64c9da579edfa51d78f340b92faac08c201cc642ee9" 885 - dependencies = [ 886 - "arcstr", 887 - "base64-simd", 888 - "brk_rolldown_common 0.1.5", 889 - "brk_rolldown_plugin 0.1.5", 890 - "brk_rolldown_utils 0.1.5", 891 - "urlencoding", 892 - ] 893 - 894 - [[package]] 895 - name = "brk_rolldown_plugin_data_uri" 896 673 version = "0.2.3" 897 674 source = "registry+https://github.com/rust-lang/crates.io-index" 898 675 checksum = "d1012b5c731c4c1e21169997a115d6273f6cc10d01726eb58509fa58dec39aa7" 899 676 dependencies = [ 900 677 "arcstr", 901 678 "base64-simd", 902 - "brk_rolldown_common 0.2.3", 903 - "brk_rolldown_plugin 0.2.3", 904 - "brk_rolldown_utils 0.2.3", 679 + "brk_rolldown_common", 680 + "brk_rolldown_plugin", 681 + "brk_rolldown_utils", 905 682 "simdutf8", 906 683 "urlencoding", 907 684 ] 908 685 909 686 [[package]] 910 687 name = "brk_rolldown_plugin_hmr" 911 - version = "0.1.5" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "ed08c47846e429ffe87a047206ac3a2251659d01e28b4fecb0a5fc1881624a7b" 914 - dependencies = [ 915 - "arcstr", 916 - "brk_rolldown_common 0.1.5", 917 - "brk_rolldown_plugin 0.1.5", 918 - "oxc 0.87.0", 919 - ] 920 - 921 - [[package]] 922 - name = "brk_rolldown_plugin_hmr" 923 688 version = "0.2.3" 924 689 source = "registry+https://github.com/rust-lang/crates.io-index" 925 690 checksum = "94bf2c1f5735ad763df8805d47fbb04af7bd622be89abac7339e04415b3a69a9" 926 691 dependencies = [ 927 692 "arcstr", 928 - "brk_rolldown_common 0.2.3", 929 - "brk_rolldown_plugin 0.2.3", 930 - "oxc 0.92.0", 693 + "brk_rolldown_common", 694 + "brk_rolldown_plugin", 695 + "oxc", 931 696 ] 932 697 933 698 [[package]] ··· 937 702 checksum = "7631bc3c34d8c95ed2fdcc10fd53e761fec6509b2f7804cbde800ca813e8c32d" 938 703 dependencies = [ 939 704 "arcstr", 940 - "brk_rolldown_plugin 0.2.3", 941 - "brk_rolldown_utils 0.2.3", 705 + "brk_rolldown_plugin", 706 + "brk_rolldown_utils", 942 707 "phf 0.13.1", 943 708 ] 944 709 945 710 [[package]] 946 711 name = "brk_rolldown_resolver" 947 - version = "0.1.5" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "d99246fc977891718c909a99330f58d80ea4fa079cab4acf37bf58055e0bbeb4" 950 - dependencies = [ 951 - "arcstr", 952 - "brk_rolldown_common 0.1.5", 953 - "brk_rolldown_fs 0.1.5", 954 - "brk_rolldown_utils 0.1.5", 955 - "dashmap", 956 - "itertools 0.14.0", 957 - "oxc_resolver", 958 - "sugar_path", 959 - ] 960 - 961 - [[package]] 962 - name = "brk_rolldown_resolver" 963 712 version = "0.2.3" 964 713 source = "registry+https://github.com/rust-lang/crates.io-index" 965 714 checksum = "7c08ca0eac64956b1b81af47f360a7c2107292475efe4e04605a20257753fde5" 966 715 dependencies = [ 967 716 "arcstr", 968 - "brk_rolldown_common 0.2.3", 969 - "brk_rolldown_fs 0.2.3", 970 - "brk_rolldown_utils 0.2.3", 717 + "brk_rolldown_common", 718 + "brk_rolldown_fs", 719 + "brk_rolldown_utils", 971 720 "dashmap", 972 721 "itertools 0.14.0", 973 722 "oxc_resolver", ··· 976 725 977 726 [[package]] 978 727 name = "brk_rolldown_sourcemap" 979 - version = "0.1.5" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "a0e238138ca5395313ca4376d3b412450653cf701935e6c05ad32e1c317598ca" 982 - dependencies = [ 983 - "brk_rolldown_utils 0.1.5", 984 - "memchr", 985 - "oxc 0.87.0", 986 - "oxc_sourcemap", 987 - "rustc-hash", 988 - ] 989 - 990 - [[package]] 991 - name = "brk_rolldown_sourcemap" 992 728 version = "0.2.3" 993 729 source = "registry+https://github.com/rust-lang/crates.io-index" 994 730 checksum = "63859586276da70f2f8239ca558a0fc6f047fdea2c6856cca9c5056cd6a8963a" 995 731 dependencies = [ 996 - "brk_rolldown_utils 0.2.3", 732 + "brk_rolldown_utils", 997 733 "memchr", 998 - "oxc 0.92.0", 734 + "oxc", 999 735 "oxc_sourcemap", 1000 736 "rustc-hash", 1001 737 ] 1002 738 1003 739 [[package]] 1004 740 name = "brk_rolldown_std_utils" 1005 - version = "0.1.5" 1006 - source = "registry+https://github.com/rust-lang/crates.io-index" 1007 - checksum = "9672fb5d256a9c944b4050cbf69f06f68274264aaa97d45d25b2f226a05ed269" 1008 - dependencies = [ 1009 - "regex", 1010 - ] 1011 - 1012 - [[package]] 1013 - name = "brk_rolldown_std_utils" 1014 741 version = "0.2.3" 1015 742 source = "registry+https://github.com/rust-lang/crates.io-index" 1016 743 checksum = "754a91681b732fdc7e0118f8f356e1f7428b66ce00339688a1c2e8591b98edb2" ··· 1020 747 1021 748 [[package]] 1022 749 name = "brk_rolldown_tracing" 1023 - version = "0.1.5" 1024 - source = "registry+https://github.com/rust-lang/crates.io-index" 1025 - checksum = "b33f1e5d84a5f6a065dc35db551ebedb20501d95955c76b110439965d2e1c14d" 1026 - dependencies = [ 1027 - "tracing", 1028 - "tracing-chrome", 1029 - "tracing-subscriber", 1030 - ] 1031 - 1032 - [[package]] 1033 - name = "brk_rolldown_tracing" 1034 750 version = "0.2.3" 1035 751 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 752 checksum = "da33c2b40ddb7390f299fa7ff7bd74d2ecd80dd57ad2a4cdef131412605090c4" ··· 1042 758 1043 759 [[package]] 1044 760 name = "brk_rolldown_utils" 1045 - version = "0.1.5" 1046 - source = "registry+https://github.com/rust-lang/crates.io-index" 1047 - checksum = "f39314bf9875e0b461aadc293b3156063ecc2e4fcdb76decb5d051b1c32f0449" 1048 - dependencies = [ 1049 - "anyhow", 1050 - "arcstr", 1051 - "async-scoped", 1052 - "base-encode", 1053 - "base64-simd", 1054 - "brk_rolldown_std_utils 0.1.5", 1055 - "cow-utils", 1056 - "dashmap", 1057 - "fast-glob", 1058 - "form_urlencoded", 1059 - "futures", 1060 - "indexmap", 1061 - "infer", 1062 - "itoa", 1063 - "memchr", 1064 - "mime", 1065 - "nom 8.0.0", 1066 - "oxc 0.87.0", 1067 - "oxc_index", 1068 - "phf 0.13.1", 1069 - "rayon", 1070 - "regex", 1071 - "regress", 1072 - "rustc-hash", 1073 - "serde_json", 1074 - "simdutf8", 1075 - "sugar_path", 1076 - "tokio", 1077 - "uuid", 1078 - "xxhash-rust", 1079 - ] 1080 - 1081 - [[package]] 1082 - name = "brk_rolldown_utils" 1083 761 version = "0.2.3" 1084 762 source = "registry+https://github.com/rust-lang/crates.io-index" 1085 763 checksum = "aeb807d38d854c3f71c7640b31961da59de3bff3f9498b79e31570debaf74a4f" ··· 1089 767 "async-scoped", 1090 768 "base-encode", 1091 769 "base64-simd", 1092 - "brk_rolldown_std_utils 0.2.3", 770 + "brk_rolldown_std_utils", 1093 771 "cow-utils", 1094 772 "dashmap", 1095 773 "fast-glob", ··· 1101 779 "memchr", 1102 780 "mime", 1103 781 "nom 8.0.0", 1104 - "oxc 0.92.0", 782 + "oxc", 1105 783 "oxc_index", 1106 784 "phf 0.13.1", 1107 785 "rayon", ··· 1114 792 "tokio", 1115 793 "uuid", 1116 794 "xxhash-rust", 1117 - ] 1118 - 1119 - [[package]] 1120 - name = "brk_rolldown_watcher" 1121 - version = "0.1.5" 1122 - source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - checksum = "53159dd01ed61374892e101ea5afe34862fade82ae8aedc17a36c1664923a2ac" 1124 - dependencies = [ 1125 - "brk_rolldown_error 0.1.5", 1126 - "notify 8.2.0", 1127 - "notify-debouncer-full 0.6.0", 1128 795 ] 1129 796 1130 797 [[package]] ··· 1135 802 dependencies = [ 1136 803 "brk-notify", 1137 804 "brk-notify-debouncer-full", 1138 - "brk_rolldown_error 0.2.3", 1139 - ] 1140 - 1141 - [[package]] 1142 - name = "brk_string_wizard" 1143 - version = "0.1.5" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "c40057b36de33ed24a8b78e81e190e134f4cb6f85e25d5a133536c40ab4ddb6d" 1146 - dependencies = [ 1147 - "oxc_index", 1148 - "oxc_sourcemap", 1149 - "rustc-hash", 1150 - "serde", 805 + "brk_rolldown_error", 1151 806 ] 1152 807 1153 808 [[package]] ··· 2803 2458 version = "0.6.0" 2804 2459 dependencies = [ 2805 2460 "base64", 2806 - "brk_rolldown 0.2.3", 2461 + "brk_rolldown", 2807 2462 "chrono", 2808 2463 "colored", 2809 2464 "env_logger", ··· 2834 2489 version = "0.5.1" 2835 2490 dependencies = [ 2836 2491 "axum", 2837 - "brk_rolldown 0.1.5", 2492 + "brk_rolldown", 2838 2493 "chrono", 2839 2494 "clap", 2840 2495 "colored", ··· 2842 2497 "futures", 2843 2498 "inquire", 2844 2499 "local-ip-address", 2845 - "notify 6.1.1", 2846 - "notify-debouncer-full 0.3.2", 2500 + "notify", 2501 + "notify-debouncer-full", 2847 2502 "quanta", 2848 2503 "rand 0.9.2", 2849 2504 "serde_json", ··· 3135 2790 ] 3136 2791 3137 2792 [[package]] 3138 - name = "notify" 3139 - version = "8.2.0" 3140 - source = "registry+https://github.com/rust-lang/crates.io-index" 3141 - checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 3142 - dependencies = [ 3143 - "bitflags 2.9.4", 3144 - "fsevent-sys", 3145 - "inotify 0.11.0", 3146 - "kqueue", 3147 - "libc", 3148 - "log", 3149 - "mio 1.0.4", 3150 - "notify-types", 3151 - "walkdir", 3152 - "windows-sys 0.60.2", 3153 - ] 3154 - 3155 - [[package]] 3156 2793 name = "notify-debouncer-full" 3157 2794 version = "0.3.2" 3158 2795 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3161 2798 "crossbeam-channel", 3162 2799 "file-id", 3163 2800 "log", 3164 - "notify 6.1.1", 2801 + "notify", 3165 2802 "parking_lot", 3166 2803 "walkdir", 3167 2804 ] 3168 - 3169 - [[package]] 3170 - name = "notify-debouncer-full" 3171 - version = "0.6.0" 3172 - source = "registry+https://github.com/rust-lang/crates.io-index" 3173 - checksum = "375bd3a138be7bfeff3480e4a623df4cbfb55b79df617c055cd810ba466fa078" 3174 - dependencies = [ 3175 - "file-id", 3176 - "log", 3177 - "notify 8.2.0", 3178 - "notify-types", 3179 - "walkdir", 3180 - ] 3181 - 3182 - [[package]] 3183 - name = "notify-types" 3184 - version = "2.0.0" 3185 - source = "registry+https://github.com/rust-lang/crates.io-index" 3186 - checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" 3187 2805 3188 2806 [[package]] 3189 2807 name = "nu-ansi-term" ··· 3347 2965 3348 2966 [[package]] 3349 2967 name = "oxc" 3350 - version = "0.87.0" 3351 - source = "registry+https://github.com/rust-lang/crates.io-index" 3352 - checksum = "1273a1f856d670d49d62ac0e362a6989ea3be208f6846aab85f34383a04b0fae" 3353 - dependencies = [ 3354 - "oxc_allocator 0.87.0", 3355 - "oxc_ast 0.87.0", 3356 - "oxc_ast_visit 0.87.0", 3357 - "oxc_cfg 0.87.0", 3358 - "oxc_codegen 0.87.0", 3359 - "oxc_diagnostics 0.87.0", 3360 - "oxc_isolated_declarations 0.87.0", 3361 - "oxc_mangler 0.87.0", 3362 - "oxc_minifier 0.87.0", 3363 - "oxc_parser 0.87.0", 3364 - "oxc_regular_expression 0.87.0", 3365 - "oxc_semantic 0.87.0", 3366 - "oxc_span 0.87.0", 3367 - "oxc_syntax 0.87.0", 3368 - "oxc_transformer 0.87.0", 3369 - "oxc_transformer_plugins 0.87.0", 3370 - ] 3371 - 3372 - [[package]] 3373 - name = "oxc" 3374 2968 version = "0.92.0" 3375 2969 source = "registry+https://github.com/rust-lang/crates.io-index" 3376 2970 checksum = "514174b0464005dd95e873f5236089949ab77c79cc8a8e9352721f06d45a0b8d" 3377 2971 dependencies = [ 3378 - "oxc_allocator 0.92.0", 3379 - "oxc_ast 0.92.0", 3380 - "oxc_ast_visit 0.92.0", 3381 - "oxc_cfg 0.92.0", 3382 - "oxc_codegen 0.92.0", 3383 - "oxc_diagnostics 0.92.0", 3384 - "oxc_isolated_declarations 0.92.0", 3385 - "oxc_mangler 0.92.0", 3386 - "oxc_minifier 0.92.0", 3387 - "oxc_parser 0.92.0", 3388 - "oxc_regular_expression 0.92.0", 3389 - "oxc_semantic 0.92.0", 3390 - "oxc_span 0.92.0", 3391 - "oxc_syntax 0.92.0", 3392 - "oxc_transformer 0.92.0", 3393 - "oxc_transformer_plugins 0.92.0", 2972 + "oxc_allocator", 2973 + "oxc_ast", 2974 + "oxc_ast_visit", 2975 + "oxc_cfg", 2976 + "oxc_codegen", 2977 + "oxc_diagnostics", 2978 + "oxc_isolated_declarations", 2979 + "oxc_mangler", 2980 + "oxc_minifier", 2981 + "oxc_parser", 2982 + "oxc_regular_expression", 2983 + "oxc_semantic", 2984 + "oxc_span", 2985 + "oxc_syntax", 2986 + "oxc_transformer", 2987 + "oxc_transformer_plugins", 3394 2988 ] 3395 2989 3396 2990 [[package]] ··· 3437 3031 3438 3032 [[package]] 3439 3033 name = "oxc_allocator" 3440 - version = "0.87.0" 3441 - source = "registry+https://github.com/rust-lang/crates.io-index" 3442 - checksum = "90237f36cf0cd3ea2dcf9682b48fa0c1762a4b407fdcc630f60a72c277877c9f" 3443 - dependencies = [ 3444 - "allocator-api2", 3445 - "bumpalo", 3446 - "hashbrown 0.16.0", 3447 - "oxc_data_structures 0.87.0", 3448 - "oxc_estree 0.87.0", 3449 - "rustc-hash", 3450 - "serde", 3451 - ] 3452 - 3453 - [[package]] 3454 - name = "oxc_allocator" 3455 3034 version = "0.92.0" 3456 3035 source = "registry+https://github.com/rust-lang/crates.io-index" 3457 3036 checksum = "79d9ac4e239df6f418d86176aa4af85f850f60823a8708fd50a6f7d6f475a07d" ··· 3459 3038 "allocator-api2", 3460 3039 "bumpalo", 3461 3040 "hashbrown 0.16.0", 3462 - "oxc_data_structures 0.92.0", 3463 - "oxc_estree 0.92.0", 3041 + "oxc_data_structures", 3042 + "oxc_estree", 3464 3043 "rustc-hash", 3465 3044 "serde", 3466 3045 ] 3467 3046 3468 3047 [[package]] 3469 3048 name = "oxc_ast" 3470 - version = "0.87.0" 3471 - source = "registry+https://github.com/rust-lang/crates.io-index" 3472 - checksum = "a73ff824d44e51ac6c20381b644d48db4326935e811eeab29d52ca45e4d19670" 3473 - dependencies = [ 3474 - "bitflags 2.9.4", 3475 - "oxc_allocator 0.87.0", 3476 - "oxc_ast_macros 0.87.0", 3477 - "oxc_data_structures 0.87.0", 3478 - "oxc_diagnostics 0.87.0", 3479 - "oxc_estree 0.87.0", 3480 - "oxc_regular_expression 0.87.0", 3481 - "oxc_span 0.87.0", 3482 - "oxc_syntax 0.87.0", 3483 - ] 3484 - 3485 - [[package]] 3486 - name = "oxc_ast" 3487 3049 version = "0.92.0" 3488 3050 source = "registry+https://github.com/rust-lang/crates.io-index" 3489 3051 checksum = "013500b777b89130b5f79b545d252d9a147db7ef91f07954da394400ae7f14c9" 3490 3052 dependencies = [ 3491 3053 "bitflags 2.9.4", 3492 - "oxc_allocator 0.92.0", 3493 - "oxc_ast_macros 0.92.0", 3494 - "oxc_data_structures 0.92.0", 3495 - "oxc_diagnostics 0.92.0", 3496 - "oxc_estree 0.92.0", 3497 - "oxc_regular_expression 0.92.0", 3498 - "oxc_span 0.92.0", 3499 - "oxc_syntax 0.92.0", 3500 - ] 3501 - 3502 - [[package]] 3503 - name = "oxc_ast_macros" 3504 - version = "0.87.0" 3505 - source = "registry+https://github.com/rust-lang/crates.io-index" 3506 - checksum = "4f6af164ffae11248f32c449dad6a15f85d2154fe398bfec75502e0e2af5767a" 3507 - dependencies = [ 3508 - "phf 0.13.1", 3509 - "proc-macro2", 3510 - "quote", 3511 - "syn 2.0.106", 3054 + "oxc_allocator", 3055 + "oxc_ast_macros", 3056 + "oxc_data_structures", 3057 + "oxc_diagnostics", 3058 + "oxc_estree", 3059 + "oxc_regular_expression", 3060 + "oxc_span", 3061 + "oxc_syntax", 3512 3062 ] 3513 3063 3514 3064 [[package]] ··· 3525 3075 3526 3076 [[package]] 3527 3077 name = "oxc_ast_visit" 3528 - version = "0.87.0" 3529 - source = "registry+https://github.com/rust-lang/crates.io-index" 3530 - checksum = "a0ff52052e2cfb72fff062d4b7a393f9e9bded601dc16df796e3e460e17a9031" 3531 - dependencies = [ 3532 - "oxc_allocator 0.87.0", 3533 - "oxc_ast 0.87.0", 3534 - "oxc_span 0.87.0", 3535 - "oxc_syntax 0.87.0", 3536 - ] 3537 - 3538 - [[package]] 3539 - name = "oxc_ast_visit" 3540 3078 version = "0.92.0" 3541 3079 source = "registry+https://github.com/rust-lang/crates.io-index" 3542 3080 checksum = "95f0e1f45a19d14d9e4660f426fb8abe31c86b43a43c426a6d182e786994b0bb" 3543 3081 dependencies = [ 3544 - "oxc_allocator 0.92.0", 3545 - "oxc_ast 0.92.0", 3546 - "oxc_span 0.92.0", 3547 - "oxc_syntax 0.92.0", 3548 - ] 3549 - 3550 - [[package]] 3551 - name = "oxc_cfg" 3552 - version = "0.87.0" 3553 - source = "registry+https://github.com/rust-lang/crates.io-index" 3554 - checksum = "859f43d20760f159a0b94264bd4d1d0b3c062b69c074d894e80e65295117719b" 3555 - dependencies = [ 3556 - "bitflags 2.9.4", 3557 - "itertools 0.14.0", 3558 - "nonmax", 3559 - "oxc_index", 3560 - "oxc_syntax 0.87.0", 3561 - "petgraph", 3562 - "rustc-hash", 3082 + "oxc_allocator", 3083 + "oxc_ast", 3084 + "oxc_span", 3085 + "oxc_syntax", 3563 3086 ] 3564 3087 3565 3088 [[package]] ··· 3572 3095 "itertools 0.14.0", 3573 3096 "nonmax", 3574 3097 "oxc_index", 3575 - "oxc_syntax 0.92.0", 3098 + "oxc_syntax", 3576 3099 "petgraph", 3577 3100 "rustc-hash", 3578 3101 ] 3579 3102 3580 3103 [[package]] 3581 3104 name = "oxc_codegen" 3582 - version = "0.87.0" 3583 - source = "registry+https://github.com/rust-lang/crates.io-index" 3584 - checksum = "08e84ab41c9f848471f206674c94781bdc0364699fb14574a3d26dd2a2985844" 3585 - dependencies = [ 3586 - "bitflags 2.9.4", 3587 - "cow-utils", 3588 - "dragonbox_ecma", 3589 - "itoa", 3590 - "nonmax", 3591 - "oxc_allocator 0.87.0", 3592 - "oxc_ast 0.87.0", 3593 - "oxc_data_structures 0.87.0", 3594 - "oxc_index", 3595 - "oxc_semantic 0.87.0", 3596 - "oxc_sourcemap", 3597 - "oxc_span 0.87.0", 3598 - "oxc_syntax 0.87.0", 3599 - "rustc-hash", 3600 - ] 3601 - 3602 - [[package]] 3603 - name = "oxc_codegen" 3604 3105 version = "0.92.0" 3605 3106 source = "registry+https://github.com/rust-lang/crates.io-index" 3606 3107 checksum = "b9e9e29e30d2252903c4c5e1104fb7542365d57ceba83e16d4f52b436f7ffa5d" ··· 3610 3111 "dragonbox_ecma", 3611 3112 "itoa", 3612 3113 "nonmax", 3613 - "oxc_allocator 0.92.0", 3614 - "oxc_ast 0.92.0", 3615 - "oxc_data_structures 0.92.0", 3114 + "oxc_allocator", 3115 + "oxc_ast", 3116 + "oxc_data_structures", 3616 3117 "oxc_index", 3617 - "oxc_semantic 0.92.0", 3118 + "oxc_semantic", 3618 3119 "oxc_sourcemap", 3619 - "oxc_span 0.92.0", 3620 - "oxc_syntax 0.92.0", 3120 + "oxc_span", 3121 + "oxc_syntax", 3621 3122 "rustc-hash", 3622 3123 ] 3623 3124 ··· 3629 3130 dependencies = [ 3630 3131 "cow-utils", 3631 3132 "oxc-browserslist", 3632 - "oxc_syntax 0.92.0", 3133 + "oxc_syntax", 3633 3134 "rustc-hash", 3634 3135 "serde", 3635 3136 ] 3636 3137 3637 3138 [[package]] 3638 3139 name = "oxc_data_structures" 3639 - version = "0.87.0" 3640 - source = "registry+https://github.com/rust-lang/crates.io-index" 3641 - checksum = "7f048c4ae3569bcc9dbbed29730b5c5f6dd3a35e9f5c3750cd4b3ed72381fbd0" 3642 - dependencies = [ 3643 - "ropey", 3644 - ] 3645 - 3646 - [[package]] 3647 - name = "oxc_data_structures" 3648 3140 version = "0.92.0" 3649 3141 source = "registry+https://github.com/rust-lang/crates.io-index" 3650 3142 checksum = "5bccdfe08b75babe4944aefcc84f8d795d48a0155fcb20c4855c46eabf6e5d49" ··· 3654 3146 3655 3147 [[package]] 3656 3148 name = "oxc_diagnostics" 3657 - version = "0.87.0" 3658 - source = "registry+https://github.com/rust-lang/crates.io-index" 3659 - checksum = "7d96c95294deec2f038e8c7749a751f929c263da34cc68a621472c57c916c14e" 3660 - dependencies = [ 3661 - "cow-utils", 3662 - "oxc-miette", 3663 - "percent-encoding", 3664 - ] 3665 - 3666 - [[package]] 3667 - name = "oxc_diagnostics" 3668 3149 version = "0.92.0" 3669 3150 source = "registry+https://github.com/rust-lang/crates.io-index" 3670 3151 checksum = "e710dd26a2946f906ccd449a2d34f195b0461e5a8776db067ed207189f0213f3" ··· 3676 3157 3677 3158 [[package]] 3678 3159 name = "oxc_ecmascript" 3679 - version = "0.87.0" 3680 - source = "registry+https://github.com/rust-lang/crates.io-index" 3681 - checksum = "aa7b86782020722b3190c083dfc3de59cb73425d1fa275ff6f91b5b4ee509550" 3682 - dependencies = [ 3683 - "cow-utils", 3684 - "num-bigint", 3685 - "num-traits", 3686 - "oxc_allocator 0.87.0", 3687 - "oxc_ast 0.87.0", 3688 - "oxc_span 0.87.0", 3689 - "oxc_syntax 0.87.0", 3690 - ] 3691 - 3692 - [[package]] 3693 - name = "oxc_ecmascript" 3694 3160 version = "0.92.0" 3695 3161 source = "registry+https://github.com/rust-lang/crates.io-index" 3696 3162 checksum = "80c03f1a2246f422197c317585b056dbc283a4cfb10c8058cb3296b87cb835da" ··· 3698 3164 "cow-utils", 3699 3165 "num-bigint", 3700 3166 "num-traits", 3701 - "oxc_allocator 0.92.0", 3702 - "oxc_ast 0.92.0", 3703 - "oxc_span 0.92.0", 3704 - "oxc_syntax 0.92.0", 3705 - ] 3706 - 3707 - [[package]] 3708 - name = "oxc_estree" 3709 - version = "0.87.0" 3710 - source = "registry+https://github.com/rust-lang/crates.io-index" 3711 - checksum = "97f7078ef0c6da21657f5dcade4540c65a460d2a26a42e4418d12ecac860143a" 3712 - dependencies = [ 3713 - "dragonbox_ecma", 3714 - "itoa", 3715 - "oxc_data_structures 0.87.0", 3167 + "oxc_allocator", 3168 + "oxc_ast", 3169 + "oxc_span", 3170 + "oxc_syntax", 3716 3171 ] 3717 3172 3718 3173 [[package]] ··· 3723 3178 dependencies = [ 3724 3179 "dragonbox_ecma", 3725 3180 "itoa", 3726 - "oxc_data_structures 0.92.0", 3181 + "oxc_data_structures", 3727 3182 ] 3728 3183 3729 3184 [[package]] ··· 3738 3193 3739 3194 [[package]] 3740 3195 name = "oxc_isolated_declarations" 3741 - version = "0.87.0" 3742 - source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "75e6efdb4f6d09772773cc254caed257270b2b32ee4df21dac196dfb0d966c1e" 3744 - dependencies = [ 3745 - "bitflags 2.9.4", 3746 - "oxc_allocator 0.87.0", 3747 - "oxc_ast 0.87.0", 3748 - "oxc_ast_visit 0.87.0", 3749 - "oxc_diagnostics 0.87.0", 3750 - "oxc_ecmascript 0.87.0", 3751 - "oxc_span 0.87.0", 3752 - "oxc_syntax 0.87.0", 3753 - "rustc-hash", 3754 - ] 3755 - 3756 - [[package]] 3757 - name = "oxc_isolated_declarations" 3758 3196 version = "0.92.0" 3759 3197 source = "registry+https://github.com/rust-lang/crates.io-index" 3760 3198 checksum = "132bb2006e95e63c0b07cc45c30e6d0de6bb643036d7b6316f7c1398a72c1c42" 3761 3199 dependencies = [ 3762 3200 "bitflags 2.9.4", 3763 - "oxc_allocator 0.92.0", 3764 - "oxc_ast 0.92.0", 3765 - "oxc_ast_visit 0.92.0", 3766 - "oxc_diagnostics 0.92.0", 3767 - "oxc_ecmascript 0.92.0", 3768 - "oxc_span 0.92.0", 3769 - "oxc_syntax 0.92.0", 3770 - "rustc-hash", 3771 - ] 3772 - 3773 - [[package]] 3774 - name = "oxc_mangler" 3775 - version = "0.87.0" 3776 - source = "registry+https://github.com/rust-lang/crates.io-index" 3777 - checksum = "401c8ff0fc5e60c94a5821b768bf019a42a0d058469dd26e604dda57723bc404" 3778 - dependencies = [ 3779 - "itertools 0.14.0", 3780 - "oxc_allocator 0.87.0", 3781 - "oxc_ast 0.87.0", 3782 - "oxc_data_structures 0.87.0", 3783 - "oxc_index", 3784 - "oxc_semantic 0.87.0", 3785 - "oxc_span 0.87.0", 3201 + "oxc_allocator", 3202 + "oxc_ast", 3203 + "oxc_ast_visit", 3204 + "oxc_diagnostics", 3205 + "oxc_ecmascript", 3206 + "oxc_span", 3207 + "oxc_syntax", 3786 3208 "rustc-hash", 3787 3209 ] 3788 3210 ··· 3793 3215 checksum = "cb797e995b53f0e112b0a1359f967de7cb3a702b46fa2492d6025be4de175a65" 3794 3216 dependencies = [ 3795 3217 "itertools 0.14.0", 3796 - "oxc_allocator 0.92.0", 3797 - "oxc_ast 0.92.0", 3798 - "oxc_data_structures 0.92.0", 3218 + "oxc_allocator", 3219 + "oxc_ast", 3220 + "oxc_data_structures", 3799 3221 "oxc_index", 3800 - "oxc_semantic 0.92.0", 3801 - "oxc_span 0.92.0", 3802 - "rustc-hash", 3803 - ] 3804 - 3805 - [[package]] 3806 - name = "oxc_minifier" 3807 - version = "0.87.0" 3808 - source = "registry+https://github.com/rust-lang/crates.io-index" 3809 - checksum = "cd50617ac26b8cd1e6788dbb527ce16704f47fd5e8e6d87fee4a5e63224a71e8" 3810 - dependencies = [ 3811 - "cow-utils", 3812 - "oxc_allocator 0.87.0", 3813 - "oxc_ast 0.87.0", 3814 - "oxc_ast_visit 0.87.0", 3815 - "oxc_codegen 0.87.0", 3816 - "oxc_ecmascript 0.87.0", 3817 - "oxc_mangler 0.87.0", 3818 - "oxc_parser 0.87.0", 3819 - "oxc_regular_expression 0.87.0", 3820 - "oxc_semantic 0.87.0", 3821 - "oxc_span 0.87.0", 3822 - "oxc_syntax 0.87.0", 3823 - "oxc_traverse 0.87.0", 3222 + "oxc_semantic", 3223 + "oxc_span", 3824 3224 "rustc-hash", 3825 3225 ] 3826 3226 ··· 3831 3231 checksum = "61dfdcff432cacd8257093842d1494225f72cbea8286610b86abfbad59a16003" 3832 3232 dependencies = [ 3833 3233 "cow-utils", 3834 - "oxc_allocator 0.92.0", 3835 - "oxc_ast 0.92.0", 3836 - "oxc_ast_visit 0.92.0", 3837 - "oxc_codegen 0.92.0", 3234 + "oxc_allocator", 3235 + "oxc_ast", 3236 + "oxc_ast_visit", 3237 + "oxc_codegen", 3838 3238 "oxc_compat", 3839 - "oxc_data_structures 0.92.0", 3840 - "oxc_ecmascript 0.92.0", 3841 - "oxc_mangler 0.92.0", 3842 - "oxc_parser 0.92.0", 3843 - "oxc_regular_expression 0.92.0", 3844 - "oxc_semantic 0.92.0", 3845 - "oxc_span 0.92.0", 3846 - "oxc_syntax 0.92.0", 3847 - "oxc_traverse 0.92.0", 3848 - "rustc-hash", 3849 - ] 3850 - 3851 - [[package]] 3852 - name = "oxc_parser" 3853 - version = "0.87.0" 3854 - source = "registry+https://github.com/rust-lang/crates.io-index" 3855 - checksum = "ef71ea1e9bde8ff15f89b60874363359fc7e9796de7bf6cdff69fa54f6869bba" 3856 - dependencies = [ 3857 - "bitflags 2.9.4", 3858 - "cow-utils", 3859 - "memchr", 3860 - "num-bigint", 3861 - "num-traits", 3862 - "oxc_allocator 0.87.0", 3863 - "oxc_ast 0.87.0", 3864 - "oxc_data_structures 0.87.0", 3865 - "oxc_diagnostics 0.87.0", 3866 - "oxc_ecmascript 0.87.0", 3867 - "oxc_regular_expression 0.87.0", 3868 - "oxc_span 0.87.0", 3869 - "oxc_syntax 0.87.0", 3239 + "oxc_data_structures", 3240 + "oxc_ecmascript", 3241 + "oxc_mangler", 3242 + "oxc_parser", 3243 + "oxc_regular_expression", 3244 + "oxc_semantic", 3245 + "oxc_span", 3246 + "oxc_syntax", 3247 + "oxc_traverse", 3870 3248 "rustc-hash", 3871 - "seq-macro", 3872 3249 ] 3873 3250 3874 3251 [[package]] ··· 3882 3259 "memchr", 3883 3260 "num-bigint", 3884 3261 "num-traits", 3885 - "oxc_allocator 0.92.0", 3886 - "oxc_ast 0.92.0", 3887 - "oxc_data_structures 0.92.0", 3888 - "oxc_diagnostics 0.92.0", 3889 - "oxc_ecmascript 0.92.0", 3890 - "oxc_regular_expression 0.92.0", 3891 - "oxc_span 0.92.0", 3892 - "oxc_syntax 0.92.0", 3262 + "oxc_allocator", 3263 + "oxc_ast", 3264 + "oxc_data_structures", 3265 + "oxc_diagnostics", 3266 + "oxc_ecmascript", 3267 + "oxc_regular_expression", 3268 + "oxc_span", 3269 + "oxc_syntax", 3893 3270 "rustc-hash", 3894 3271 "seq-macro", 3895 3272 ] 3896 3273 3897 3274 [[package]] 3898 3275 name = "oxc_regular_expression" 3899 - version = "0.87.0" 3900 - source = "registry+https://github.com/rust-lang/crates.io-index" 3901 - checksum = "60a4df17b1c47c7fe749208f3a32158dfe90dca5ce630ce86cb9415521f87eb3" 3902 - dependencies = [ 3903 - "bitflags 2.9.4", 3904 - "oxc_allocator 0.87.0", 3905 - "oxc_ast_macros 0.87.0", 3906 - "oxc_diagnostics 0.87.0", 3907 - "oxc_span 0.87.0", 3908 - "phf 0.13.1", 3909 - "rustc-hash", 3910 - "unicode-id-start", 3911 - ] 3912 - 3913 - [[package]] 3914 - name = "oxc_regular_expression" 3915 3276 version = "0.92.0" 3916 3277 source = "registry+https://github.com/rust-lang/crates.io-index" 3917 3278 checksum = "e7dc07d4e5d8337f5b6bbadadf1787d2a320f99969c9602ed03c823babd0084a" 3918 3279 dependencies = [ 3919 3280 "bitflags 2.9.4", 3920 - "oxc_allocator 0.92.0", 3921 - "oxc_ast_macros 0.92.0", 3922 - "oxc_diagnostics 0.92.0", 3923 - "oxc_span 0.92.0", 3281 + "oxc_allocator", 3282 + "oxc_ast_macros", 3283 + "oxc_diagnostics", 3284 + "oxc_span", 3924 3285 "phf 0.13.1", 3925 3286 "rustc-hash", 3926 3287 "unicode-id-start", ··· 3951 3312 3952 3313 [[package]] 3953 3314 name = "oxc_semantic" 3954 - version = "0.87.0" 3955 - source = "registry+https://github.com/rust-lang/crates.io-index" 3956 - checksum = "8239fa4e6eaee7a16039a3292a3adbaa645ba3013bf2f801517d8fadc4396557" 3957 - dependencies = [ 3958 - "itertools 0.14.0", 3959 - "oxc_allocator 0.87.0", 3960 - "oxc_ast 0.87.0", 3961 - "oxc_ast_visit 0.87.0", 3962 - "oxc_cfg 0.87.0", 3963 - "oxc_data_structures 0.87.0", 3964 - "oxc_diagnostics 0.87.0", 3965 - "oxc_ecmascript 0.87.0", 3966 - "oxc_index", 3967 - "oxc_span 0.87.0", 3968 - "oxc_syntax 0.87.0", 3969 - "phf 0.13.1", 3970 - "rustc-hash", 3971 - "self_cell", 3972 - ] 3973 - 3974 - [[package]] 3975 - name = "oxc_semantic" 3976 3315 version = "0.92.0" 3977 3316 source = "registry+https://github.com/rust-lang/crates.io-index" 3978 3317 checksum = "f9ce8984f6054d3deafebff4e318fea5a38d281905be8bf555e625a7d7c63220" 3979 3318 dependencies = [ 3980 3319 "itertools 0.14.0", 3981 - "oxc_allocator 0.92.0", 3982 - "oxc_ast 0.92.0", 3983 - "oxc_ast_visit 0.92.0", 3984 - "oxc_cfg 0.92.0", 3985 - "oxc_data_structures 0.92.0", 3986 - "oxc_diagnostics 0.92.0", 3987 - "oxc_ecmascript 0.92.0", 3320 + "oxc_allocator", 3321 + "oxc_ast", 3322 + "oxc_ast_visit", 3323 + "oxc_cfg", 3324 + "oxc_data_structures", 3325 + "oxc_diagnostics", 3326 + "oxc_ecmascript", 3988 3327 "oxc_index", 3989 - "oxc_span 0.92.0", 3990 - "oxc_syntax 0.92.0", 3328 + "oxc_span", 3329 + "oxc_syntax", 3991 3330 "phf 0.13.1", 3992 3331 "rustc-hash", 3993 3332 "self_cell", ··· 4008 3347 4009 3348 [[package]] 4010 3349 name = "oxc_span" 4011 - version = "0.87.0" 4012 - source = "registry+https://github.com/rust-lang/crates.io-index" 4013 - checksum = "7d88265af3fb8fc2a2317144dfc40b5e120e0ebe21693cfbf7508d4d3ec6d74f" 4014 - dependencies = [ 4015 - "compact_str", 4016 - "oxc-miette", 4017 - "oxc_allocator 0.87.0", 4018 - "oxc_ast_macros 0.87.0", 4019 - "oxc_estree 0.87.0", 4020 - "serde", 4021 - ] 4022 - 4023 - [[package]] 4024 - name = "oxc_span" 4025 3350 version = "0.92.0" 4026 3351 source = "registry+https://github.com/rust-lang/crates.io-index" 4027 3352 checksum = "be7ea89d6e858be16ef14f9a9be81ee210c17cb29bb95d5c86881251075071af" 4028 3353 dependencies = [ 4029 3354 "compact_str", 4030 3355 "oxc-miette", 4031 - "oxc_allocator 0.92.0", 4032 - "oxc_ast_macros 0.92.0", 4033 - "oxc_estree 0.92.0", 4034 - "serde", 4035 - ] 4036 - 4037 - [[package]] 4038 - name = "oxc_syntax" 4039 - version = "0.87.0" 4040 - source = "registry+https://github.com/rust-lang/crates.io-index" 4041 - checksum = "b2596e7891b08899f7b74a1fb87b5f5c14153918bb2966648c84581f0a7e6795" 4042 - dependencies = [ 4043 - "bitflags 2.9.4", 4044 - "cow-utils", 4045 - "dragonbox_ecma", 4046 - "nonmax", 4047 - "oxc_allocator 0.87.0", 4048 - "oxc_ast_macros 0.87.0", 4049 - "oxc_data_structures 0.87.0", 4050 - "oxc_estree 0.87.0", 4051 - "oxc_index", 4052 - "oxc_span 0.87.0", 4053 - "phf 0.13.1", 4054 - "rustc-hash", 3356 + "oxc_allocator", 3357 + "oxc_ast_macros", 3358 + "oxc_estree", 4055 3359 "serde", 4056 - "unicode-id-start", 4057 3360 ] 4058 3361 4059 3362 [[package]] ··· 4066 3369 "cow-utils", 4067 3370 "dragonbox_ecma", 4068 3371 "nonmax", 4069 - "oxc_allocator 0.92.0", 4070 - "oxc_ast_macros 0.92.0", 4071 - "oxc_data_structures 0.92.0", 4072 - "oxc_estree 0.92.0", 3372 + "oxc_allocator", 3373 + "oxc_ast_macros", 3374 + "oxc_data_structures", 3375 + "oxc_estree", 4073 3376 "oxc_index", 4074 - "oxc_span 0.92.0", 3377 + "oxc_span", 4075 3378 "phf 0.13.1", 4076 3379 "rustc-hash", 4077 3380 "serde", ··· 4080 3383 4081 3384 [[package]] 4082 3385 name = "oxc_transformer" 4083 - version = "0.87.0" 4084 - source = "registry+https://github.com/rust-lang/crates.io-index" 4085 - checksum = "bd3cadde4466d8b059bd5032e248a172dfd1dfdcdf82388d3d87bc36b023e895" 4086 - dependencies = [ 4087 - "base64", 4088 - "compact_str", 4089 - "cow-utils", 4090 - "indexmap", 4091 - "itoa", 4092 - "memchr", 4093 - "oxc-browserslist", 4094 - "oxc_allocator 0.87.0", 4095 - "oxc_ast 0.87.0", 4096 - "oxc_ast_visit 0.87.0", 4097 - "oxc_data_structures 0.87.0", 4098 - "oxc_diagnostics 0.87.0", 4099 - "oxc_ecmascript 0.87.0", 4100 - "oxc_parser 0.87.0", 4101 - "oxc_regular_expression 0.87.0", 4102 - "oxc_semantic 0.87.0", 4103 - "oxc_span 0.87.0", 4104 - "oxc_syntax 0.87.0", 4105 - "oxc_traverse 0.87.0", 4106 - "rustc-hash", 4107 - "serde", 4108 - "serde_json", 4109 - "sha1", 4110 - ] 4111 - 4112 - [[package]] 4113 - name = "oxc_transformer" 4114 3386 version = "0.92.0" 4115 3387 source = "registry+https://github.com/rust-lang/crates.io-index" 4116 3388 checksum = "7c10b7504559c08191c3881ef53fb671619c62c9cc26bd5e66274c68057e6ad3" ··· 4120 3392 "indexmap", 4121 3393 "itoa", 4122 3394 "memchr", 4123 - "oxc_allocator 0.92.0", 4124 - "oxc_ast 0.92.0", 4125 - "oxc_ast_visit 0.92.0", 3395 + "oxc_allocator", 3396 + "oxc_ast", 3397 + "oxc_ast_visit", 4126 3398 "oxc_compat", 4127 - "oxc_data_structures 0.92.0", 4128 - "oxc_diagnostics 0.92.0", 4129 - "oxc_ecmascript 0.92.0", 4130 - "oxc_parser 0.92.0", 4131 - "oxc_regular_expression 0.92.0", 4132 - "oxc_semantic 0.92.0", 4133 - "oxc_span 0.92.0", 4134 - "oxc_syntax 0.92.0", 4135 - "oxc_traverse 0.92.0", 3399 + "oxc_data_structures", 3400 + "oxc_diagnostics", 3401 + "oxc_ecmascript", 3402 + "oxc_parser", 3403 + "oxc_regular_expression", 3404 + "oxc_semantic", 3405 + "oxc_span", 3406 + "oxc_syntax", 3407 + "oxc_traverse", 4136 3408 "rustc-hash", 4137 3409 "serde", 4138 3410 "serde_json", ··· 4141 3413 4142 3414 [[package]] 4143 3415 name = "oxc_transformer_plugins" 4144 - version = "0.87.0" 4145 - source = "registry+https://github.com/rust-lang/crates.io-index" 4146 - checksum = "633645296d62b4550dcf3a28ef08a21055b09b6966feae36043c367b1f511345" 4147 - dependencies = [ 4148 - "cow-utils", 4149 - "itoa", 4150 - "oxc_allocator 0.87.0", 4151 - "oxc_ast 0.87.0", 4152 - "oxc_ast_visit 0.87.0", 4153 - "oxc_diagnostics 0.87.0", 4154 - "oxc_ecmascript 0.87.0", 4155 - "oxc_parser 0.87.0", 4156 - "oxc_semantic 0.87.0", 4157 - "oxc_span 0.87.0", 4158 - "oxc_syntax 0.87.0", 4159 - "oxc_transformer 0.87.0", 4160 - "oxc_traverse 0.87.0", 4161 - "rustc-hash", 4162 - ] 4163 - 4164 - [[package]] 4165 - name = "oxc_transformer_plugins" 4166 3416 version = "0.92.0" 4167 3417 source = "registry+https://github.com/rust-lang/crates.io-index" 4168 3418 checksum = "1592bc6214448a4986e72e1f7a71ca52e5b7135e831e806eb09bb9a29343dbaf" 4169 3419 dependencies = [ 4170 3420 "cow-utils", 4171 3421 "itoa", 4172 - "oxc_allocator 0.92.0", 4173 - "oxc_ast 0.92.0", 4174 - "oxc_ast_visit 0.92.0", 4175 - "oxc_diagnostics 0.92.0", 4176 - "oxc_ecmascript 0.92.0", 4177 - "oxc_parser 0.92.0", 4178 - "oxc_semantic 0.92.0", 4179 - "oxc_span 0.92.0", 4180 - "oxc_syntax 0.92.0", 4181 - "oxc_transformer 0.92.0", 4182 - "oxc_traverse 0.92.0", 4183 - "rustc-hash", 4184 - ] 4185 - 4186 - [[package]] 4187 - name = "oxc_traverse" 4188 - version = "0.87.0" 4189 - source = "registry+https://github.com/rust-lang/crates.io-index" 4190 - checksum = "6d4dfe9de6b462cb2b2e8e1040b912233781dbb4032c8266f30297a9e2cf4155" 4191 - dependencies = [ 4192 - "itoa", 4193 - "oxc_allocator 0.87.0", 4194 - "oxc_ast 0.87.0", 4195 - "oxc_ast_visit 0.87.0", 4196 - "oxc_data_structures 0.87.0", 4197 - "oxc_ecmascript 0.87.0", 4198 - "oxc_semantic 0.87.0", 4199 - "oxc_span 0.87.0", 4200 - "oxc_syntax 0.87.0", 3422 + "oxc_allocator", 3423 + "oxc_ast", 3424 + "oxc_ast_visit", 3425 + "oxc_diagnostics", 3426 + "oxc_ecmascript", 3427 + "oxc_parser", 3428 + "oxc_semantic", 3429 + "oxc_span", 3430 + "oxc_syntax", 3431 + "oxc_transformer", 3432 + "oxc_traverse", 4201 3433 "rustc-hash", 4202 3434 ] 4203 3435 ··· 4208 3440 checksum = "8bc2faa1b10f9044f0ef34cb3959684836733d0168ce98504e47010e000ee62e" 4209 3441 dependencies = [ 4210 3442 "itoa", 4211 - "oxc_allocator 0.92.0", 4212 - "oxc_ast 0.92.0", 4213 - "oxc_ast_visit 0.92.0", 4214 - "oxc_data_structures 0.92.0", 4215 - "oxc_ecmascript 0.92.0", 4216 - "oxc_semantic 0.92.0", 4217 - "oxc_span 0.92.0", 4218 - "oxc_syntax 0.92.0", 3443 + "oxc_allocator", 3444 + "oxc_ast", 3445 + "oxc_ast_visit", 3446 + "oxc_data_structures", 3447 + "oxc_ecmascript", 3448 + "oxc_semantic", 3449 + "oxc_span", 3450 + "oxc_syntax", 4219 3451 "rustc-hash", 4220 3452 ] 4221 3453
+2 -2
crates/maudit-cli/Cargo.toml
··· 37 37 tokio-util = "0.7" 38 38 39 39 [build-dependencies] 40 - rolldown = { package = "brk_rolldown", version = "0.1.4" } 41 - tokio = { version = "1", features = ["rt"] } 40 + rolldown = { package = "brk_rolldown", version = "0.2.3" } 41 + tokio = { version = "1", features = ["rt"] }
+1 -1
crates/maudit-cli/build.rs
··· 35 35 let runtime = tokio::runtime::Runtime::new().expect("Failed to create tokio runtime"); 36 36 37 37 runtime.block_on(async { 38 - let mut bundler = Bundler::new(bundler_options); 38 + let mut bundler = Bundler::new(bundler_options).unwrap(); 39 39 if let Err(e) = bundler.write().await { 40 40 panic!("Failed to bundle JavaScript: {:?}", e); 41 41 }