⭐️ A friendly language for building type-safe, scalable systems!
0

Configure Feed

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

Remove default featurs for zip

+22 -496
+21 -429
Cargo.lock
··· 14 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 15 checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 16 16 dependencies = [ 17 - "crypto-common 0.1.6", 17 + "crypto-common", 18 18 "generic-array", 19 19 ] 20 20 21 21 [[package]] 22 - name = "aes" 23 - version = "0.9.0" 24 - source = "registry+https://github.com/rust-lang/crates.io-index" 25 - checksum = "66bd29a732b644c0431c6140f370d097879203d79b80c94a6747ba0872adaef8" 26 - dependencies = [ 27 - "cipher 0.5.1", 28 - "cpubits", 29 - "cpufeatures 0.3.0", 30 - ] 31 - 32 - [[package]] 33 22 name = "age" 34 23 version = "0.11.3" 35 24 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 40 29 "bech32", 41 30 "chacha20poly1305", 42 31 "cookie-factory", 43 - "hmac 0.12.1", 32 + "hmac", 44 33 "i18n-embed", 45 34 "i18n-embed-fl", 46 35 "lazy_static", ··· 386 375 ] 387 376 388 377 [[package]] 389 - name = "block-buffer" 390 - version = "0.12.0" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" 393 - dependencies = [ 394 - "hybrid-array", 395 - "zeroize", 396 - ] 397 - 398 - [[package]] 399 378 name = "block2" 400 379 version = "0.6.2" 401 380 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 428 407 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 429 408 430 409 [[package]] 431 - name = "bzip2" 432 - version = "0.6.1" 433 - source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" 435 - dependencies = [ 436 - "libbz2-rs-sys", 437 - ] 438 - 439 - [[package]] 440 410 name = "camino" 441 411 version = "1.2.2" 442 412 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 476 446 checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 477 447 dependencies = [ 478 448 "cfg-if", 479 - "cipher 0.4.4", 480 - "cpufeatures 0.2.12", 449 + "cipher", 450 + "cpufeatures", 481 451 ] 482 452 483 453 [[package]] ··· 488 458 dependencies = [ 489 459 "aead", 490 460 "chacha20", 491 - "cipher 0.4.4", 461 + "cipher", 492 462 "poly1305", 493 463 "zeroize", 494 464 ] ··· 499 469 source = "registry+https://github.com/rust-lang/crates.io-index" 500 470 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 501 471 dependencies = [ 502 - "crypto-common 0.1.6", 503 - "inout 0.1.3", 472 + "crypto-common", 473 + "inout", 504 474 "zeroize", 505 - ] 506 - 507 - [[package]] 508 - name = "cipher" 509 - version = "0.5.1" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "e34d8227fe1ba289043aeb13792056ff80fd6de1a9f49137a5f499de8e8c78ea" 512 - dependencies = [ 513 - "crypto-common 0.2.1", 514 - "inout 0.2.2", 515 475 ] 516 476 517 477 [[package]] ··· 564 524 ] 565 525 566 526 [[package]] 567 - name = "cmov" 568 - version = "0.5.3" 569 - source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746" 571 - 572 - [[package]] 573 527 name = "codespan-reporting" 574 528 version = "0.12.0" 575 529 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 618 572 ] 619 573 620 574 [[package]] 621 - name = "const-oid" 622 - version = "0.10.2" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 625 - 626 - [[package]] 627 - name = "constant_time_eq" 628 - version = "0.4.2" 629 - source = "registry+https://github.com/rust-lang/crates.io-index" 630 - checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 631 - 632 - [[package]] 633 575 name = "cookie-factory" 634 576 version = "0.3.3" 635 577 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 655 597 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 656 598 657 599 [[package]] 658 - name = "cpubits" 659 - version = "0.1.1" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" 662 - 663 - [[package]] 664 600 name = "cpufeatures" 665 601 version = "0.2.12" 666 602 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 670 606 ] 671 607 672 608 [[package]] 673 - name = "cpufeatures" 674 - version = "0.3.0" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 677 - dependencies = [ 678 - "libc", 679 - ] 680 - 681 - [[package]] 682 609 name = "crc32fast" 683 610 version = "1.5.0" 684 611 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 732 659 ] 733 660 734 661 [[package]] 735 - name = "crypto-common" 736 - version = "0.2.1" 737 - source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" 739 - dependencies = [ 740 - "hybrid-array", 741 - ] 742 - 743 - [[package]] 744 662 name = "ctrlc" 745 663 version = "3.5.2" 746 664 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 752 670 ] 753 671 754 672 [[package]] 755 - name = "ctutils" 756 - version = "0.4.2" 757 - source = "registry+https://github.com/rust-lang/crates.io-index" 758 - checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" 759 - dependencies = [ 760 - "cmov", 761 - ] 762 - 763 - [[package]] 764 673 name = "curve25519-dalek" 765 674 version = "4.1.3" 766 675 source = "registry+https://github.com/rust-lang/crates.io-index" 767 676 checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 768 677 dependencies = [ 769 678 "cfg-if", 770 - "cpufeatures 0.2.12", 679 + "cpufeatures", 771 680 "curve25519-dalek-derive", 772 681 "fiat-crypto", 773 682 "rustc_version 0.4.1", ··· 821 730 "serde", 822 731 "uuid", 823 732 ] 824 - 825 - [[package]] 826 - name = "deflate64" 827 - version = "0.1.12" 828 - source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "ac6b926516df9c60bfa16e107b21086399f8285a44ca9711344b9e553c5146e2" 830 733 831 734 [[package]] 832 735 name = "der-parser" ··· 863 766 source = "registry+https://github.com/rust-lang/crates.io-index" 864 767 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 865 768 dependencies = [ 866 - "block-buffer 0.10.4", 867 - "crypto-common 0.1.6", 769 + "block-buffer", 770 + "crypto-common", 868 771 "subtle", 869 - ] 870 - 871 - [[package]] 872 - name = "digest" 873 - version = "0.11.3" 874 - source = "registry+https://github.com/rust-lang/crates.io-index" 875 - checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" 876 - dependencies = [ 877 - "block-buffer 0.12.0", 878 - "const-oid", 879 - "crypto-common 0.2.1", 880 - "ctutils", 881 - "zeroize", 882 772 ] 883 773 884 774 [[package]] ··· 1242 1132 "cfg-if", 1243 1133 "js-sys", 1244 1134 "libc", 1245 - "r-efi 5.2.0", 1135 + "r-efi", 1246 1136 "wasi 0.14.2+wasi-0.2.4", 1247 1137 "wasm-bindgen", 1248 1138 ] 1249 1139 1250 1140 [[package]] 1251 - name = "getrandom" 1252 - version = "0.4.2" 1253 - source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1255 - dependencies = [ 1256 - "cfg-if", 1257 - "js-sys", 1258 - "libc", 1259 - "r-efi 6.0.0", 1260 - "wasip2", 1261 - "wasip3", 1262 - "wasm-bindgen", 1263 - ] 1264 - 1265 - [[package]] 1266 1141 name = "gleam" 1267 1142 version = "1.16.0" 1268 1143 dependencies = [ ··· 1495 1370 source = "registry+https://github.com/rust-lang/crates.io-index" 1496 1371 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1497 1372 dependencies = [ 1498 - "hmac 0.12.1", 1373 + "hmac", 1499 1374 ] 1500 1375 1501 1376 [[package]] ··· 1504 1379 source = "registry+https://github.com/rust-lang/crates.io-index" 1505 1380 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1506 1381 dependencies = [ 1507 - "digest 0.10.7", 1508 - ] 1509 - 1510 - [[package]] 1511 - name = "hmac" 1512 - version = "0.13.0" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" 1515 - dependencies = [ 1516 - "digest 0.11.3", 1382 + "digest", 1517 1383 ] 1518 1384 1519 1385 [[package]] ··· 1592 1458 checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 1593 1459 dependencies = [ 1594 1460 "libm", 1595 - ] 1596 - 1597 - [[package]] 1598 - name = "hybrid-array" 1599 - version = "0.4.10" 1600 - source = "registry+https://github.com/rust-lang/crates.io-index" 1601 - checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" 1602 - dependencies = [ 1603 - "typenum", 1604 1461 ] 1605 1462 1606 1463 [[package]] ··· 1886 1743 dependencies = [ 1887 1744 "equivalent", 1888 1745 "hashbrown 0.16.1", 1889 - "serde", 1890 - "serde_core", 1891 1746 ] 1892 1747 1893 1748 [[package]] ··· 1897 1752 checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1898 1753 dependencies = [ 1899 1754 "generic-array", 1900 - ] 1901 - 1902 - [[package]] 1903 - name = "inout" 1904 - version = "0.2.2" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" 1907 - dependencies = [ 1908 - "hybrid-array", 1909 1755 ] 1910 1756 1911 1757 [[package]] ··· 2060 1906 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2061 1907 2062 1908 [[package]] 2063 - name = "leb128fmt" 2064 - version = "0.1.0" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 2067 - 2068 - [[package]] 2069 - name = "libbz2-rs-sys" 2070 - version = "0.2.3" 2071 - source = "registry+https://github.com/rust-lang/crates.io-index" 2072 - checksum = "b3a6a8c165077efc8f3a971534c50ea6a1a18b329ef4a66e897a7e3a1494565f" 2073 - 2074 - [[package]] 2075 1909 name = "libc" 2076 1910 version = "0.2.184" 2077 1911 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2151 1985 ] 2152 1986 2153 1987 [[package]] 2154 - name = "lzma-rust2" 2155 - version = "0.16.2" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "47bb1e988e6fb779cf720ad431242d3f03167c1b3f2b1aae7f1a94b2495b36ae" 2158 - dependencies = [ 2159 - "sha2", 2160 - ] 2161 - 2162 - [[package]] 2163 1988 name = "matchers" 2164 1989 version = "0.2.0" 2165 1990 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2410 2235 source = "registry+https://github.com/rust-lang/crates.io-index" 2411 2236 checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 2412 2237 dependencies = [ 2413 - "digest 0.10.7", 2414 - "hmac 0.12.1", 2415 - ] 2416 - 2417 - [[package]] 2418 - name = "pbkdf2" 2419 - version = "0.13.0" 2420 - source = "registry+https://github.com/rust-lang/crates.io-index" 2421 - checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629" 2422 - dependencies = [ 2423 - "digest 0.11.3", 2424 - "hmac 0.13.0", 2238 + "digest", 2239 + "hmac", 2425 2240 ] 2426 2241 2427 2242 [[package]] ··· 2475 2290 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2476 2291 2477 2292 [[package]] 2478 - name = "pkg-config" 2479 - version = "0.3.33" 2480 - source = "registry+https://github.com/rust-lang/crates.io-index" 2481 - checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 2482 - 2483 - [[package]] 2484 2293 name = "poly1305" 2485 2294 version = "0.8.0" 2486 2295 source = "registry+https://github.com/rust-lang/crates.io-index" 2487 2296 checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 2488 2297 dependencies = [ 2489 - "cpufeatures 0.2.12", 2298 + "cpufeatures", 2490 2299 "opaque-debug", 2491 2300 "universal-hash", 2492 2301 ] ··· 2507 2316 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2508 2317 2509 2318 [[package]] 2510 - name = "ppmd-rust" 2511 - version = "1.4.0" 2512 - source = "registry+https://github.com/rust-lang/crates.io-index" 2513 - checksum = "efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24" 2514 - 2515 - [[package]] 2516 2319 name = "ppv-lite86" 2517 2320 version = "0.2.17" 2518 2321 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2766 2569 checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 2767 2570 2768 2571 [[package]] 2769 - name = "r-efi" 2770 - version = "6.0.0" 2771 - source = "registry+https://github.com/rust-lang/crates.io-index" 2772 - checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 2773 - 2774 - [[package]] 2775 2572 name = "radium" 2776 2573 version = "0.7.0" 2777 2574 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3147 2944 source = "registry+https://github.com/rust-lang/crates.io-index" 3148 2945 checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 3149 2946 dependencies = [ 3150 - "cipher 0.4.4", 2947 + "cipher", 3151 2948 ] 3152 2949 3153 2950 [[package]] ··· 3186 2983 source = "registry+https://github.com/rust-lang/crates.io-index" 3187 2984 checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 3188 2985 dependencies = [ 3189 - "pbkdf2 0.12.2", 2986 + "pbkdf2", 3190 2987 "salsa20", 3191 2988 "sha2", 3192 2989 ] ··· 3332 3129 ] 3333 3130 3334 3131 [[package]] 3335 - name = "sha1" 3336 - version = "0.11.0" 3337 - source = "registry+https://github.com/rust-lang/crates.io-index" 3338 - checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" 3339 - dependencies = [ 3340 - "cfg-if", 3341 - "cpufeatures 0.3.0", 3342 - "digest 0.11.3", 3343 - ] 3344 - 3345 - [[package]] 3346 3132 name = "sha2" 3347 3133 version = "0.10.9" 3348 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3349 3135 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3350 3136 dependencies = [ 3351 3137 "cfg-if", 3352 - "cpufeatures 0.2.12", 3353 - "digest 0.10.7", 3138 + "cpufeatures", 3139 + "digest", 3354 3140 ] 3355 3141 3356 3142 [[package]] ··· 3727 3513 dependencies = [ 3728 3514 "deranged", 3729 3515 "itoa", 3730 - "js-sys", 3731 3516 "num-conv", 3732 3517 "powerfmt", 3733 3518 "serde_core", ··· 4109 3894 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 4110 3895 4111 3896 [[package]] 4112 - name = "unicode-xid" 4113 - version = "0.2.6" 4114 - source = "registry+https://github.com/rust-lang/crates.io-index" 4115 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4116 - 4117 - [[package]] 4118 3897 name = "universal-hash" 4119 3898 version = "0.5.1" 4120 3899 source = "registry+https://github.com/rust-lang/crates.io-index" 4121 3900 checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 4122 3901 dependencies = [ 4123 - "crypto-common 0.1.6", 3902 + "crypto-common", 4124 3903 "subtle", 4125 3904 ] 4126 3905 ··· 4239 4018 ] 4240 4019 4241 4020 [[package]] 4242 - name = "wasip2" 4243 - version = "1.0.3+wasi-0.2.9" 4244 - source = "registry+https://github.com/rust-lang/crates.io-index" 4245 - checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 4246 - dependencies = [ 4247 - "wit-bindgen 0.57.1", 4248 - ] 4249 - 4250 - [[package]] 4251 - name = "wasip3" 4252 - version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4253 - source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4255 - dependencies = [ 4256 - "wit-bindgen 0.51.0", 4257 - ] 4258 - 4259 - [[package]] 4260 4021 name = "wasm-bindgen" 4261 4022 version = "0.2.106" 4262 4023 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4341 4102 ] 4342 4103 4343 4104 [[package]] 4344 - name = "wasm-encoder" 4345 - version = "0.244.0" 4346 - source = "registry+https://github.com/rust-lang/crates.io-index" 4347 - checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4348 - dependencies = [ 4349 - "leb128fmt", 4350 - "wasmparser", 4351 - ] 4352 - 4353 - [[package]] 4354 - name = "wasm-metadata" 4355 - version = "0.244.0" 4356 - source = "registry+https://github.com/rust-lang/crates.io-index" 4357 - checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4358 - dependencies = [ 4359 - "anyhow", 4360 - "indexmap", 4361 - "wasm-encoder", 4362 - "wasmparser", 4363 - ] 4364 - 4365 - [[package]] 4366 - name = "wasmparser" 4367 - version = "0.244.0" 4368 - source = "registry+https://github.com/rust-lang/crates.io-index" 4369 - checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4370 - dependencies = [ 4371 - "bitflags", 4372 - "hashbrown 0.15.3", 4373 - "indexmap", 4374 - "semver 1.0.23", 4375 - ] 4376 - 4377 - [[package]] 4378 4105 name = "web-sys" 4379 4106 version = "0.3.69" 4380 4107 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4607 4334 ] 4608 4335 4609 4336 [[package]] 4610 - name = "wit-bindgen" 4611 - version = "0.51.0" 4612 - source = "registry+https://github.com/rust-lang/crates.io-index" 4613 - checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4614 - dependencies = [ 4615 - "wit-bindgen-rust-macro", 4616 - ] 4617 - 4618 - [[package]] 4619 - name = "wit-bindgen" 4620 - version = "0.57.1" 4621 - source = "registry+https://github.com/rust-lang/crates.io-index" 4622 - checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4623 - 4624 - [[package]] 4625 - name = "wit-bindgen-core" 4626 - version = "0.51.0" 4627 - source = "registry+https://github.com/rust-lang/crates.io-index" 4628 - checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4629 - dependencies = [ 4630 - "anyhow", 4631 - "heck", 4632 - "wit-parser", 4633 - ] 4634 - 4635 - [[package]] 4636 4337 name = "wit-bindgen-rt" 4637 4338 version = "0.39.0" 4638 4339 source = "registry+https://github.com/rust-lang/crates.io-index" 4639 4340 checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4640 4341 dependencies = [ 4641 4342 "bitflags", 4642 - ] 4643 - 4644 - [[package]] 4645 - name = "wit-bindgen-rust" 4646 - version = "0.51.0" 4647 - source = "registry+https://github.com/rust-lang/crates.io-index" 4648 - checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4649 - dependencies = [ 4650 - "anyhow", 4651 - "heck", 4652 - "indexmap", 4653 - "prettyplease", 4654 - "syn", 4655 - "wasm-metadata", 4656 - "wit-bindgen-core", 4657 - "wit-component", 4658 - ] 4659 - 4660 - [[package]] 4661 - name = "wit-bindgen-rust-macro" 4662 - version = "0.51.0" 4663 - source = "registry+https://github.com/rust-lang/crates.io-index" 4664 - checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4665 - dependencies = [ 4666 - "anyhow", 4667 - "prettyplease", 4668 - "proc-macro2", 4669 - "quote", 4670 - "syn", 4671 - "wit-bindgen-core", 4672 - "wit-bindgen-rust", 4673 - ] 4674 - 4675 - [[package]] 4676 - name = "wit-component" 4677 - version = "0.244.0" 4678 - source = "registry+https://github.com/rust-lang/crates.io-index" 4679 - checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4680 - dependencies = [ 4681 - "anyhow", 4682 - "bitflags", 4683 - "indexmap", 4684 - "log", 4685 - "serde", 4686 - "serde_derive", 4687 - "serde_json", 4688 - "wasm-encoder", 4689 - "wasm-metadata", 4690 - "wasmparser", 4691 - "wit-parser", 4692 - ] 4693 - 4694 - [[package]] 4695 - name = "wit-parser" 4696 - version = "0.244.0" 4697 - source = "registry+https://github.com/rust-lang/crates.io-index" 4698 - checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4699 - dependencies = [ 4700 - "anyhow", 4701 - "id-arena", 4702 - "indexmap", 4703 - "log", 4704 - "semver 1.0.23", 4705 - "serde", 4706 - "serde_derive", 4707 - "serde_json", 4708 - "unicode-xid", 4709 - "wasmparser", 4710 4343 ] 4711 4344 4712 4345 [[package]] ··· 4879 4512 source = "registry+https://github.com/rust-lang/crates.io-index" 4880 4513 checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b" 4881 4514 dependencies = [ 4882 - "aes", 4883 - "bzip2", 4884 - "constant_time_eq", 4885 4515 "crc32fast", 4886 - "deflate64", 4887 4516 "flate2", 4888 - "getrandom 0.4.2", 4889 - "hmac 0.13.0", 4890 4517 "indexmap", 4891 - "lzma-rust2", 4892 4518 "memchr", 4893 - "pbkdf2 0.13.0", 4894 - "ppmd-rust", 4895 - "sha1", 4896 - "time", 4897 4519 "typed-path", 4898 - "zeroize", 4899 4520 "zopfli", 4900 - "zstd", 4901 4521 ] 4902 4522 4903 4523 [[package]] ··· 4923 4543 "log", 4924 4544 "simd-adler32", 4925 4545 ] 4926 - 4927 - [[package]] 4928 - name = "zstd" 4929 - version = "0.13.3" 4930 - source = "registry+https://github.com/rust-lang/crates.io-index" 4931 - checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4932 - dependencies = [ 4933 - "zstd-safe", 4934 - ] 4935 - 4936 - [[package]] 4937 - name = "zstd-safe" 4938 - version = "7.2.4" 4939 - source = "registry+https://github.com/rust-lang/crates.io-index" 4940 - checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4941 - dependencies = [ 4942 - "zstd-sys", 4943 - ] 4944 - 4945 - [[package]] 4946 - name = "zstd-sys" 4947 - version = "2.0.16+zstd.1.5.7" 4948 - source = "registry+https://github.com/rust-lang/crates.io-index" 4949 - checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 4950 - dependencies = [ 4951 - "cc", 4952 - "pkg-config", 4953 - ]
+1 -1
compiler-cli/Cargo.toml
··· 34 34 # Provides a way to determine if two files are the same using filesystem node ids 35 35 same-file = "1" 36 36 # Creation of zip files 37 - zip = { version = "8", features = ["deflate"] } 37 + zip = { version = "8", features = ["deflate"], default-features = false } 38 38 39 39 async-trait.workspace = true 40 40 base16.workspace = true
-28
compiler-core/src/paths.rs
··· 124 124 .join("ebin") 125 125 } 126 126 127 - pub fn build_package_dot_app( 128 - &self, 129 - mode: Mode, 130 - target: Target, 131 - package_name: &str, 132 - ) -> Utf8PathBuf { 133 - self.build_package_ebin(mode, target, package_name) 134 - .join(package_name) 135 - .with_extension("app") 136 - } 137 - 138 - pub fn build_package_beam( 139 - &self, 140 - mode: Mode, 141 - target: Target, 142 - package_name: &str, 143 - module_name: &str, 144 - ) -> Utf8PathBuf { 145 - self.build_package_ebin(mode, target, package_name) 146 - .join(module_name.replace('/', "@")) 147 - .with_extension("beam") 148 - } 149 - 150 - fn build_package_ebin(&self, mode: Mode, target: Target, package_name: &str) -> Utf8PathBuf { 151 - self.build_directory_for_package(mode, target, package_name) 152 - .join("ebin") 153 - } 154 - 155 127 /// A path to a special file that contains the version of gleam 156 128 /// that last built the artifacts along with build-impacting 157 129 /// configuration, such as whether to generate source maps. If
-1
deny.toml
··· 12 12 "Apache-2.0", 13 13 "BSD-3-Clause", 14 14 "BSL-1.0", 15 - "bzip2-1.0.6", 16 15 "CC0-1.0", 17 16 "CDLA-Permissive-2.0", 18 17 "ISC",
-37
licences/bzip2-1.0.6.txt
··· 1 - This program, "bzip2", the associated library "libbzip2", and all 2 - documentation, are copyright (C) 1996-2010 Julian R Seward. All 3 - rights reserved. 4 - 5 - Redistribution and use in source and binary forms, with or without 6 - modification, are permitted provided that the following conditions 7 - are met: 8 - 9 - 1. Redistributions of source code must retain the above copyright 10 - notice, this list of conditions and the following disclaimer. 11 - 12 - 2. The origin of this software must not be misrepresented; you must 13 - not claim that you wrote the original software. If you use this 14 - software in a product, an acknowledgment in the product 15 - documentation would be appreciated but is not required. 16 - 17 - 3. Altered source versions must be plainly marked as such, and must 18 - not be misrepresented as being the original software. 19 - 20 - 4. The name of the author may not be used to endorse or promote 21 - products derived from this software without specific prior written 22 - permission. 23 - 24 - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 25 - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 26 - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27 - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 28 - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 29 - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 30 - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 31 - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 32 - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 33 - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 34 - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 - 36 - Julian Seward, jseward@bzip.org 37 - bzip2/libbzip2 version 1.0.6 of 6 September 2010