mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
sysutils/ztop: upgrade to 0.2.3
https://github.com/asomers/ztop/blob/master/CHANGELOG.md#023---2023-12-18 PR: 275832 Sponsored by: Axcient Approved by: fuz (ports)
This commit is contained in:
parent
72cdec82a4
commit
12a4d6ea50
3 changed files with 215 additions and 111 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= ztop
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.1
|
||||
PORTREVISION= 12
|
||||
DISTVERSION= 0.2.3
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= asomers@FreeBSD.org
|
||||
|
@ -14,54 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
USES= cargo
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= asomers
|
||||
CARGO_CRATES= aho-corasick-0.7.18 \
|
||||
atty-0.2.14 \
|
||||
autocfg-1.1.0 \
|
||||
bitflags-1.3.2 \
|
||||
byteorder-1.4.3 \
|
||||
cassowary-0.3.0 \
|
||||
cfg-if-1.0.0 \
|
||||
clap-3.2.22 \
|
||||
clap_derive-3.2.18 \
|
||||
clap_lex-0.2.4 \
|
||||
hashbrown-0.12.3 \
|
||||
heck-0.4.0 \
|
||||
hermit-abi-0.1.19 \
|
||||
humanize-rs-0.1.5 \
|
||||
indexmap-1.9.1 \
|
||||
libc-0.2.124 \
|
||||
memchr-2.4.1 \
|
||||
nix-0.24.0 \
|
||||
numtoa-0.1.0 \
|
||||
once_cell-1.15.0 \
|
||||
os_str_bytes-6.3.0 \
|
||||
proc-macro-error-1.0.4 \
|
||||
proc-macro-error-attr-1.0.4 \
|
||||
proc-macro2-1.0.36 \
|
||||
quote-1.0.15 \
|
||||
redox_syscall-0.2.11 \
|
||||
redox_termios-0.1.2 \
|
||||
regex-1.5.5 \
|
||||
regex-syntax-0.6.25 \
|
||||
same-file-1.0.6 \
|
||||
strsim-0.10.0 \
|
||||
syn-1.0.89 \
|
||||
sysctl-0.4.4 \
|
||||
termcolor-1.1.3 \
|
||||
termion-1.5.6 \
|
||||
textwrap-0.15.1 \
|
||||
thiserror-1.0.30 \
|
||||
thiserror-impl-1.0.30 \
|
||||
tui-0.15.0 \
|
||||
unicode-segmentation-1.9.0 \
|
||||
unicode-width-0.1.9 \
|
||||
unicode-xid-0.2.2 \
|
||||
version_check-0.9.4 \
|
||||
walkdir-2.3.2 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
|
|
83
sysutils/ztop/Makefile.crates
Normal file
83
sysutils/ztop/Makefile.crates
Normal file
|
@ -0,0 +1,83 @@
|
|||
CARGO_CRATES= ahash-0.8.6 \
|
||||
aho-corasick-0.7.18 \
|
||||
allocator-api2-0.2.16 \
|
||||
anstream-0.5.0 \
|
||||
anstyle-1.0.3 \
|
||||
anstyle-parse-0.2.1 \
|
||||
anstyle-query-1.0.0 \
|
||||
anstyle-wincon-2.1.0 \
|
||||
autocfg-1.1.0 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.4.0 \
|
||||
byteorder-1.4.3 \
|
||||
cassowary-0.3.0 \
|
||||
cfg-if-1.0.0 \
|
||||
clap-4.4.4 \
|
||||
clap_builder-4.4.4 \
|
||||
clap_derive-4.4.2 \
|
||||
clap_lex-0.5.1 \
|
||||
colorchoice-1.0.0 \
|
||||
crossterm-0.27.0 \
|
||||
crossterm_winapi-0.9.1 \
|
||||
either-1.9.0 \
|
||||
glob-0.3.0 \
|
||||
hashbrown-0.14.3 \
|
||||
heck-0.4.1 \
|
||||
humanize-rs-0.1.5 \
|
||||
indoc-2.0.4 \
|
||||
itertools-0.12.0 \
|
||||
libc-0.2.148 \
|
||||
lock_api-0.4.11 \
|
||||
log-0.4.20 \
|
||||
lru-0.12.1 \
|
||||
memchr-2.4.1 \
|
||||
mio-0.8.8 \
|
||||
nix-0.27.1 \
|
||||
once_cell-1.18.0 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.9.9 \
|
||||
paste-1.0.14 \
|
||||
proc-macro2-1.0.67 \
|
||||
quote-1.0.33 \
|
||||
ratatui-0.25.0 \
|
||||
redox_syscall-0.4.1 \
|
||||
regex-1.5.5 \
|
||||
regex-syntax-0.6.25 \
|
||||
rustversion-1.0.14 \
|
||||
same-file-1.0.6 \
|
||||
scopeguard-1.2.0 \
|
||||
signal-hook-0.3.17 \
|
||||
signal-hook-mio-0.2.3 \
|
||||
signal-hook-registry-1.4.1 \
|
||||
smallvec-1.11.2 \
|
||||
stability-0.1.1 \
|
||||
strsim-0.10.0 \
|
||||
strum-0.25.0 \
|
||||
strum_macros-0.25.2 \
|
||||
syn-1.0.109 \
|
||||
syn-2.0.37 \
|
||||
sysctl-0.4.6 \
|
||||
thiserror-1.0.48 \
|
||||
thiserror-impl-1.0.48 \
|
||||
unicode-ident-1.0.12 \
|
||||
unicode-segmentation-1.10.1 \
|
||||
unicode-width-0.1.9 \
|
||||
utf8parse-0.2.1 \
|
||||
version_check-0.9.4 \
|
||||
walkdir-2.3.2 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
windows-sys-0.48.0 \
|
||||
windows-targets-0.48.5 \
|
||||
windows_aarch64_gnullvm-0.48.5 \
|
||||
windows_aarch64_msvc-0.48.5 \
|
||||
windows_i686_gnu-0.48.5 \
|
||||
windows_i686_msvc-0.48.5 \
|
||||
windows_x86_64_gnu-0.48.5 \
|
||||
windows_x86_64_gnullvm-0.48.5 \
|
||||
windows_x86_64_msvc-0.48.5 \
|
||||
zerocopy-0.7.31 \
|
||||
zerocopy-derive-0.7.31
|
|
@ -1,92 +1,140 @@
|
|||
TIMESTAMP = 1664316334
|
||||
TIMESTAMP = 1702931273
|
||||
SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a
|
||||
SIZE (rust/crates/ahash-0.8.6.crate) = 42780
|
||||
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
|
||||
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
|
||||
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
|
||||
SIZE (rust/crates/atty-0.2.14.crate) = 5470
|
||||
SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5
|
||||
SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025
|
||||
SHA256 (rust/crates/anstream-0.5.0.crate) = b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c
|
||||
SIZE (rust/crates/anstream-0.5.0.crate) = 19646
|
||||
SHA256 (rust/crates/anstyle-1.0.3.crate) = b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46
|
||||
SIZE (rust/crates/anstyle-1.0.3.crate) = 13986
|
||||
SHA256 (rust/crates/anstyle-parse-0.2.1.crate) = 938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333
|
||||
SIZE (rust/crates/anstyle-parse-0.2.1.crate) = 24802
|
||||
SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b
|
||||
SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620
|
||||
SHA256 (rust/crates/anstyle-wincon-2.1.0.crate) = 58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd
|
||||
SIZE (rust/crates/anstyle-wincon-2.1.0.crate) = 11757
|
||||
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
|
||||
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/bitflags-2.4.0.crate) = b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635
|
||||
SIZE (rust/crates/bitflags-2.4.0.crate) = 36954
|
||||
SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610
|
||||
SIZE (rust/crates/byteorder-1.4.3.crate) = 22512
|
||||
SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53
|
||||
SIZE (rust/crates/cassowary-0.3.0.crate) = 22876
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/clap-3.2.22.crate) = 86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750
|
||||
SIZE (rust/crates/clap-3.2.22.crate) = 219438
|
||||
SHA256 (rust/crates/clap_derive-3.2.18.crate) = ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65
|
||||
SIZE (rust/crates/clap_derive-3.2.18.crate) = 28208
|
||||
SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5
|
||||
SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652
|
||||
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
|
||||
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
|
||||
SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9
|
||||
SIZE (rust/crates/heck-0.4.0.crate) = 11161
|
||||
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
|
||||
SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979
|
||||
SHA256 (rust/crates/clap-4.4.4.crate) = b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136
|
||||
SIZE (rust/crates/clap-4.4.4.crate) = 54812
|
||||
SHA256 (rust/crates/clap_builder-4.4.4.crate) = 5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56
|
||||
SIZE (rust/crates/clap_builder-4.4.4.crate) = 162344
|
||||
SHA256 (rust/crates/clap_derive-4.4.2.crate) = 0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873
|
||||
SIZE (rust/crates/clap_derive-4.4.2.crate) = 29019
|
||||
SHA256 (rust/crates/clap_lex-0.5.1.crate) = cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961
|
||||
SIZE (rust/crates/clap_lex-0.5.1.crate) = 11793
|
||||
SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7
|
||||
SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857
|
||||
SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df
|
||||
SIZE (rust/crates/crossterm-0.27.0.crate) = 125311
|
||||
SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b
|
||||
SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027
|
||||
SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07
|
||||
SIZE (rust/crates/either-1.9.0.crate) = 16660
|
||||
SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574
|
||||
SIZE (rust/crates/glob-0.3.0.crate) = 18724
|
||||
SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604
|
||||
SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425
|
||||
SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8
|
||||
SIZE (rust/crates/heck-0.4.1.crate) = 11567
|
||||
SHA256 (rust/crates/humanize-rs-0.1.5.crate) = 016b02deb8b0c415d8d56a6f0ab265e50c22df61194e37f9be75ed3a722de8a6
|
||||
SIZE (rust/crates/humanize-rs-0.1.5.crate) = 10538
|
||||
SHA256 (rust/crates/indexmap-1.9.1.crate) = 10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e
|
||||
SIZE (rust/crates/indexmap-1.9.1.crate) = 54114
|
||||
SHA256 (rust/crates/libc-0.2.124.crate) = 21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50
|
||||
SIZE (rust/crates/libc-0.2.124.crate) = 577742
|
||||
SHA256 (rust/crates/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8
|
||||
SIZE (rust/crates/indoc-2.0.4.crate) = 14311
|
||||
SHA256 (rust/crates/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0
|
||||
SIZE (rust/crates/itertools-0.12.0.crate) = 133620
|
||||
SHA256 (rust/crates/libc-0.2.148.crate) = 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b
|
||||
SIZE (rust/crates/libc-0.2.148.crate) = 690988
|
||||
SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45
|
||||
SIZE (rust/crates/lock_api-0.4.11.crate) = 27487
|
||||
SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f
|
||||
SIZE (rust/crates/log-0.4.20.crate) = 38307
|
||||
SHA256 (rust/crates/lru-0.12.1.crate) = 2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7
|
||||
SIZE (rust/crates/lru-0.12.1.crate) = 14583
|
||||
SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a
|
||||
SIZE (rust/crates/memchr-2.4.1.crate) = 64977
|
||||
SHA256 (rust/crates/nix-0.24.0.crate) = 8f6d99b651ff9697d6710f9613a07c5b4e0d655040faf56b3b471af108d55597
|
||||
SIZE (rust/crates/nix-0.24.0.crate) = 263382
|
||||
SHA256 (rust/crates/numtoa-0.1.0.crate) = b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef
|
||||
SIZE (rust/crates/numtoa-0.1.0.crate) = 8999
|
||||
SHA256 (rust/crates/once_cell-1.15.0.crate) = e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1
|
||||
SIZE (rust/crates/once_cell-1.15.0.crate) = 31460
|
||||
SHA256 (rust/crates/os_str_bytes-6.3.0.crate) = 9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff
|
||||
SIZE (rust/crates/os_str_bytes-6.3.0.crate) = 22928
|
||||
SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
|
||||
SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293
|
||||
SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
|
||||
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
|
||||
SHA256 (rust/crates/proc-macro2-1.0.36.crate) = c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029
|
||||
SIZE (rust/crates/proc-macro2-1.0.36.crate) = 41411
|
||||
SHA256 (rust/crates/quote-1.0.15.crate) = 864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145
|
||||
SIZE (rust/crates/quote-1.0.15.crate) = 27281
|
||||
SHA256 (rust/crates/redox_syscall-0.2.11.crate) = 8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c
|
||||
SIZE (rust/crates/redox_syscall-0.2.11.crate) = 24032
|
||||
SHA256 (rust/crates/redox_termios-0.1.2.crate) = 8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f
|
||||
SIZE (rust/crates/redox_termios-0.1.2.crate) = 3268
|
||||
SHA256 (rust/crates/mio-0.8.8.crate) = 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2
|
||||
SIZE (rust/crates/mio-0.8.8.crate) = 94264
|
||||
SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053
|
||||
SIZE (rust/crates/nix-0.27.1.crate) = 286494
|
||||
SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d
|
||||
SIZE (rust/crates/once_cell-1.18.0.crate) = 32969
|
||||
SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f
|
||||
SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967
|
||||
SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e
|
||||
SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445
|
||||
SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c
|
||||
SIZE (rust/crates/paste-1.0.14.crate) = 18157
|
||||
SHA256 (rust/crates/proc-macro2-1.0.67.crate) = 3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328
|
||||
SIZE (rust/crates/proc-macro2-1.0.67.crate) = 43683
|
||||
SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
|
||||
SIZE (rust/crates/quote-1.0.33.crate) = 28090
|
||||
SHA256 (rust/crates/ratatui-0.25.0.crate) = a5659e52e4ba6e07b2dad9f1158f578ef84a73762625ddb51536019f34d180eb
|
||||
SIZE (rust/crates/ratatui-0.25.0.crate) = 341858
|
||||
SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa
|
||||
SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858
|
||||
SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286
|
||||
SIZE (rust/crates/regex-1.5.5.crate) = 238119
|
||||
SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
|
||||
SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293
|
||||
SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4
|
||||
SIZE (rust/crates/rustversion-1.0.14.crate) = 17261
|
||||
SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
|
||||
SIZE (rust/crates/same-file-1.0.6.crate) = 10183
|
||||
SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49
|
||||
SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619
|
||||
SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801
|
||||
SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296
|
||||
SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af
|
||||
SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064
|
||||
SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1
|
||||
SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987
|
||||
SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970
|
||||
SIZE (rust/crates/smallvec-1.11.2.crate) = 34801
|
||||
SHA256 (rust/crates/stability-0.1.1.crate) = ebd1b177894da2a2d9120208c3386066af06a488255caabc5de8ddca22dbc3ce
|
||||
SIZE (rust/crates/stability-0.1.1.crate) = 4753
|
||||
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
|
||||
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
|
||||
SHA256 (rust/crates/syn-1.0.89.crate) = ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54
|
||||
SIZE (rust/crates/syn-1.0.89.crate) = 235966
|
||||
SHA256 (rust/crates/sysctl-0.4.4.crate) = 1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4
|
||||
SIZE (rust/crates/sysctl-0.4.4.crate) = 16920
|
||||
SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755
|
||||
SIZE (rust/crates/termcolor-1.1.3.crate) = 17242
|
||||
SHA256 (rust/crates/termion-1.5.6.crate) = 077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e
|
||||
SIZE (rust/crates/termion-1.5.6.crate) = 22677
|
||||
SHA256 (rust/crates/textwrap-0.15.1.crate) = 949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16
|
||||
SIZE (rust/crates/textwrap-0.15.1.crate) = 55940
|
||||
SHA256 (rust/crates/thiserror-1.0.30.crate) = 854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417
|
||||
SIZE (rust/crates/thiserror-1.0.30.crate) = 17748
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.30.crate) = aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b
|
||||
SIZE (rust/crates/thiserror-impl-1.0.30.crate) = 15230
|
||||
SHA256 (rust/crates/tui-0.15.0.crate) = 861d8f3ad314ede6219bcb2ab844054b1de279ee37a9bc38e3d606f9d3fb2a71
|
||||
SIZE (rust/crates/tui-0.15.0.crate) = 139975
|
||||
SHA256 (rust/crates/unicode-segmentation-1.9.0.crate) = 7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99
|
||||
SIZE (rust/crates/unicode-segmentation-1.9.0.crate) = 93241
|
||||
SHA256 (rust/crates/strum-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125
|
||||
SIZE (rust/crates/strum-0.25.0.crate) = 5539
|
||||
SHA256 (rust/crates/strum_macros-0.25.2.crate) = ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059
|
||||
SIZE (rust/crates/strum_macros-0.25.2.crate) = 21964
|
||||
SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237
|
||||
SIZE (rust/crates/syn-1.0.109.crate) = 237611
|
||||
SHA256 (rust/crates/syn-2.0.37.crate) = 7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8
|
||||
SIZE (rust/crates/syn-2.0.37.crate) = 243250
|
||||
SHA256 (rust/crates/sysctl-0.4.6.crate) = 225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8
|
||||
SIZE (rust/crates/sysctl-0.4.6.crate) = 17222
|
||||
SHA256 (rust/crates/thiserror-1.0.48.crate) = 9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7
|
||||
SIZE (rust/crates/thiserror-1.0.48.crate) = 18862
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.48.crate) = 49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35
|
||||
SIZE (rust/crates/thiserror-impl-1.0.48.crate) = 15096
|
||||
SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
|
||||
SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168
|
||||
SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36
|
||||
SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416
|
||||
SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973
|
||||
SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745
|
||||
SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3
|
||||
SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955
|
||||
SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a
|
||||
SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
|
||||
SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56
|
||||
SIZE (rust/crates/walkdir-2.3.2.crate) = 23516
|
||||
SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423
|
||||
SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131
|
||||
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
|
||||
SIZE (rust/crates/winapi-0.3.9.crate) = 1200382
|
||||
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
|
||||
|
@ -95,5 +143,27 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9
|
|||
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
|
||||
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
|
||||
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
|
||||
SHA256 (asomers-ztop-v0.2.1_GH0.tar.gz) = c2cbbc79242b9faf585640f16d39a6ff1e02a1e5fdae6c0c372746fbb587ffcf
|
||||
SIZE (asomers-ztop-v0.2.1_GH0.tar.gz) = 53118
|
||||
SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9
|
||||
SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884
|
||||
SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c
|
||||
SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e
|
||||
SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406
|
||||
SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412
|
||||
SHA256 (rust/crates/zerocopy-0.7.31.crate) = 1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d
|
||||
SIZE (rust/crates/zerocopy-0.7.31.crate) = 151100
|
||||
SHA256 (rust/crates/zerocopy-derive-0.7.31.crate) = b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a
|
||||
SIZE (rust/crates/zerocopy-derive-0.7.31.crate) = 533507
|
||||
SHA256 (asomers-ztop-v0.2.3_GH0.tar.gz) = 19b872578d84af5d3dd9cbb2e4b5a9d6d58c0b7331c895694d0cfe367d1336bd
|
||||
SIZE (asomers-ztop-v0.2.3_GH0.tar.gz) = 56023
|
||||
|
|
Loading…
Add table
Reference in a new issue