mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
net/routinator: Update to 0.14.0
ChangeLog: https://nlnetlabs.nl/news/2024/Jun/20/routinator-0.14.0-released/ Breaking changes * Keep the content of an RRDP repository in a single file rather than as individual files under a directory. (#886) * Switched to the all-new version 0.4 of the Routinator UI. This also changes the way we import the UI into Routinator by simply including the built assets which means downloads are not necessary during the build process any more. (#952) * Changed the summary output format to have all lines end in a semicolon. (#907) * Changed the options used for rsync. The options -rtO --delete are now always used. The options set in the rsync-args are added or, if that is not used, -z and --no-motd, as well as --contimeout=10 if it is supported by the rsync command, and --max-size if the max-object-size option has not been set to 0. (#962) New * The chain_validity value in the jsonext format now considers the validity of the manifest EE certificates. A new stale value shows the time when any of the publication points along the way will become stale. (#945) * If a collected manifest has a lower manifest number or an older thisUpdate field than a stored manifest for the same CA, the collected manifest is ignored and the stored publication point is used instead. This implements a requirement added in RFC 9286. (#946, #954) * The number of delta entries in a RRDP notification file is now limited to 500 by default. If there are more entries, the deltas are ignored and the snapshot is used. The limit can be changed through the new rrdp-max-delta-list-len configuration value. (#961) * The RRDP collector now falls back to a snapshot update if the hash of a delta listed in the notification file has changed from the previous update. This implements draft-ietf-sidrops-rrdp-desynchronization-00. (#951) * The RRDP collector now enforces that all URIs referred to or redirected to by an RRDP server have the same origin as the rpkiNotify URI in the CA certificate. (#953) * The config file used is now printed for some commands. This should help with avoiding confusion when running Routinator as different users. (#959) Bug fixes * Fixed an issue where the refresh time was calculated as zero under certain conditions until the dataset was updated. (#940) * Add the current RRDP serial number to the RRDP server metrics when a Not Modified response is received so that Prometheus shows a constant valueg PR: 279937 Reported by: jaap@NLnetLabs.nl (maintainer)
This commit is contained in:
parent
efb3d925c8
commit
5f97239286
@ -1,10 +1,7 @@
|
||||
PORTNAME= routinator
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 0.14.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${ROUTINATOR_UI_URL}/v${ROUTINATOR_UI_VERSION}/:0
|
||||
DISTFILES+= routinator-ui-build.tar.gz:0
|
||||
|
||||
MAINTAINER= jaap@NLnetLabs.nl
|
||||
COMMENT= RPKI signed route collector and validator
|
||||
@ -25,8 +22,6 @@ GH_ACCOUNT= NLnetLabs
|
||||
|
||||
USE_RC_SUBR= routinator
|
||||
|
||||
CARGO_FEATURES= --no-default-features routinator-ui
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= GROUPS=${GROUPS} \
|
||||
USERS=${USERS}
|
||||
@ -43,10 +38,6 @@ OPTIONS_SUB= yes
|
||||
ASPA_DESC= (Experimental) enable aspa support
|
||||
ASPA_VARS= CARGO_FEATURES+=aspa
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|DISTDIR|${DISTDIR}|" \
|
||||
${WRKSRC}/cargo-crates/routinator-ui-${ROUTINATOR_UI_VERSION}/build.rs
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/routinator
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/routinator.1 \
|
||||
|
@ -1,46 +1,42 @@
|
||||
CARGO_CRATES= addr2line-0.21.0 \
|
||||
CARGO_CRATES= addr2line-0.22.0 \
|
||||
adler-1.0.2 \
|
||||
android-tzdata-0.1.1 \
|
||||
android_system_properties-0.1.5 \
|
||||
anstream-0.6.11 \
|
||||
anstyle-1.0.4 \
|
||||
anstyle-parse-0.2.3 \
|
||||
anstyle-query-1.0.2 \
|
||||
anstyle-wincon-3.0.2 \
|
||||
anstream-0.6.14 \
|
||||
anstyle-1.0.7 \
|
||||
anstyle-parse-0.2.4 \
|
||||
anstyle-query-1.1.0 \
|
||||
anstyle-wincon-3.0.3 \
|
||||
arbitrary-1.3.2 \
|
||||
autocfg-1.1.0 \
|
||||
backtrace-0.3.69 \
|
||||
base64-0.21.7 \
|
||||
autocfg-1.3.0 \
|
||||
backtrace-0.3.72 \
|
||||
base64-0.22.1 \
|
||||
bcder-0.7.4 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.4.2 \
|
||||
bumpalo-3.14.0 \
|
||||
bytes-1.5.0 \
|
||||
cc-1.0.83 \
|
||||
bitflags-2.5.0 \
|
||||
bumpalo-3.16.0 \
|
||||
bytes-1.6.0 \
|
||||
cc-1.0.99 \
|
||||
cfg-if-1.0.0 \
|
||||
chrono-0.4.32 \
|
||||
chrono-0.4.38 \
|
||||
clap-4.4.18 \
|
||||
clap_builder-4.4.18 \
|
||||
clap_derive-4.4.7 \
|
||||
clap_lex-0.6.0 \
|
||||
colorchoice-1.0.0 \
|
||||
colorchoice-1.0.1 \
|
||||
core-foundation-0.9.4 \
|
||||
core-foundation-sys-0.8.6 \
|
||||
crc32fast-1.3.2 \
|
||||
crossbeam-queue-0.3.11 \
|
||||
crossbeam-utils-0.8.19 \
|
||||
crossbeam-utils-0.8.20 \
|
||||
deranged-0.3.11 \
|
||||
derive_arbitrary-1.3.2 \
|
||||
dirs-5.0.1 \
|
||||
dirs-sys-0.4.1 \
|
||||
either-1.9.0 \
|
||||
encoding_rs-0.8.33 \
|
||||
displaydoc-0.2.4 \
|
||||
either-1.12.0 \
|
||||
equivalent-1.0.1 \
|
||||
errno-0.3.8 \
|
||||
errno-0.3.9 \
|
||||
error-chain-0.12.4 \
|
||||
fastrand-2.0.1 \
|
||||
filetime-0.2.23 \
|
||||
flate2-1.0.28 \
|
||||
fastrand-2.1.0 \
|
||||
fnv-1.0.7 \
|
||||
foreign-types-0.3.2 \
|
||||
foreign-types-shared-0.1.1 \
|
||||
@ -54,135 +50,149 @@ CARGO_CRATES= addr2line-0.21.0 \
|
||||
futures-sink-0.3.30 \
|
||||
futures-task-0.3.30 \
|
||||
futures-util-0.3.30 \
|
||||
getrandom-0.2.12 \
|
||||
gimli-0.28.1 \
|
||||
h2-0.3.24 \
|
||||
hashbrown-0.14.3 \
|
||||
getrandom-0.2.15 \
|
||||
gimli-0.29.0 \
|
||||
hashbrown-0.14.5 \
|
||||
heck-0.4.1 \
|
||||
hermit-abi-0.3.4 \
|
||||
hermit-abi-0.3.9 \
|
||||
hostname-0.3.1 \
|
||||
http-0.2.11 \
|
||||
http-body-0.4.6 \
|
||||
httparse-1.8.0 \
|
||||
http-1.1.0 \
|
||||
http-body-1.0.0 \
|
||||
http-body-util-0.1.1 \
|
||||
httparse-1.9.1 \
|
||||
httpdate-1.0.3 \
|
||||
hyper-0.14.28 \
|
||||
hyper-rustls-0.24.2 \
|
||||
hyper-tls-0.5.0 \
|
||||
iana-time-zone-0.1.59 \
|
||||
hyper-1.3.1 \
|
||||
hyper-rustls-0.26.0 \
|
||||
hyper-tls-0.6.0 \
|
||||
hyper-util-0.1.5 \
|
||||
iana-time-zone-0.1.60 \
|
||||
iana-time-zone-haiku-0.1.2 \
|
||||
idna-0.5.0 \
|
||||
indexmap-2.1.0 \
|
||||
icu_collections-1.5.0 \
|
||||
icu_locid-1.5.0 \
|
||||
icu_locid_transform-1.5.0 \
|
||||
icu_locid_transform_data-1.5.0 \
|
||||
icu_normalizer-1.5.0 \
|
||||
icu_normalizer_data-1.5.0 \
|
||||
icu_properties-1.5.0 \
|
||||
icu_properties_data-1.5.0 \
|
||||
icu_provider-1.5.0 \
|
||||
icu_provider_macros-1.5.0 \
|
||||
idna-1.0.0 \
|
||||
indexmap-2.2.6 \
|
||||
ipnet-2.9.0 \
|
||||
itoa-1.0.10 \
|
||||
js-sys-0.3.67 \
|
||||
lazy_static-1.4.0 \
|
||||
libc-0.2.152 \
|
||||
libredox-0.0.1 \
|
||||
linux-raw-sys-0.4.13 \
|
||||
is_terminal_polyfill-1.70.0 \
|
||||
itoa-1.0.11 \
|
||||
js-sys-0.3.69 \
|
||||
libc-0.2.155 \
|
||||
libredox-0.1.3 \
|
||||
linux-raw-sys-0.4.14 \
|
||||
listenfd-1.0.1 \
|
||||
log-0.4.20 \
|
||||
litemap-0.7.3 \
|
||||
log-0.4.21 \
|
||||
match_cfg-0.1.0 \
|
||||
memchr-2.7.1 \
|
||||
memoffset-0.9.0 \
|
||||
memchr-2.7.2 \
|
||||
memoffset-0.9.1 \
|
||||
mime-0.3.17 \
|
||||
miniz_oxide-0.7.1 \
|
||||
mio-0.8.10 \
|
||||
native-tls-0.2.11 \
|
||||
miniz_oxide-0.7.3 \
|
||||
mio-0.8.11 \
|
||||
native-tls-0.2.12 \
|
||||
nix-0.27.1 \
|
||||
num-traits-0.2.17 \
|
||||
num-conv-0.1.0 \
|
||||
num-traits-0.2.19 \
|
||||
num_cpus-1.16.0 \
|
||||
num_threads-0.1.6 \
|
||||
object-0.32.2 \
|
||||
num_threads-0.1.7 \
|
||||
object-0.35.0 \
|
||||
once_cell-1.19.0 \
|
||||
openssl-0.10.63 \
|
||||
openssl-0.10.64 \
|
||||
openssl-macros-0.1.1 \
|
||||
openssl-probe-0.1.5 \
|
||||
openssl-sys-0.9.99 \
|
||||
openssl-sys-0.9.102 \
|
||||
option-ext-0.2.0 \
|
||||
percent-encoding-2.3.1 \
|
||||
pin-project-lite-0.2.13 \
|
||||
pin-project-1.1.5 \
|
||||
pin-project-internal-1.1.5 \
|
||||
pin-project-lite-0.2.14 \
|
||||
pin-utils-0.1.0 \
|
||||
pkg-config-0.3.29 \
|
||||
pkg-config-0.3.30 \
|
||||
powerfmt-0.2.0 \
|
||||
ppv-lite86-0.2.17 \
|
||||
proc-macro2-1.0.78 \
|
||||
proc-macro2-1.0.85 \
|
||||
quick-xml-0.31.0 \
|
||||
quote-1.0.35 \
|
||||
quote-1.0.36 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
redox_syscall-0.4.1 \
|
||||
redox_users-0.4.4 \
|
||||
reqwest-0.11.23 \
|
||||
ring-0.17.7 \
|
||||
routinator-ui-0.3.4 \
|
||||
rpki-0.18.1 \
|
||||
rustc-demangle-0.1.23 \
|
||||
rustix-0.38.30 \
|
||||
rustls-0.21.10 \
|
||||
rustls-pemfile-1.0.4 \
|
||||
rustls-webpki-0.101.7 \
|
||||
ryu-1.0.16 \
|
||||
redox_users-0.4.5 \
|
||||
reqwest-0.12.4 \
|
||||
ring-0.17.8 \
|
||||
rpki-0.18.3 \
|
||||
rustc-demangle-0.1.24 \
|
||||
rustix-0.38.34 \
|
||||
rustls-0.22.4 \
|
||||
rustls-pemfile-2.1.2 \
|
||||
rustls-pki-types-1.7.0 \
|
||||
rustls-webpki-0.102.4 \
|
||||
ryu-1.0.18 \
|
||||
schannel-0.1.23 \
|
||||
sct-0.7.1 \
|
||||
security-framework-2.9.2 \
|
||||
security-framework-sys-2.9.1 \
|
||||
serde-1.0.195 \
|
||||
serde_derive-1.0.195 \
|
||||
serde_json-1.0.111 \
|
||||
security-framework-2.11.0 \
|
||||
security-framework-sys-2.11.0 \
|
||||
serde-1.0.203 \
|
||||
serde_derive-1.0.203 \
|
||||
serde_json-1.0.117 \
|
||||
serde_urlencoded-0.7.1 \
|
||||
signal-hook-registry-1.4.1 \
|
||||
signal-hook-registry-1.4.2 \
|
||||
siphasher-0.3.11 \
|
||||
slab-0.4.9 \
|
||||
smallvec-1.13.1 \
|
||||
socket2-0.5.5 \
|
||||
smallvec-1.13.2 \
|
||||
socket2-0.5.7 \
|
||||
spin-0.9.8 \
|
||||
stable_deref_trait-1.2.0 \
|
||||
strsim-0.10.0 \
|
||||
syn-2.0.48 \
|
||||
syslog-6.1.0 \
|
||||
system-configuration-0.5.1 \
|
||||
system-configuration-sys-0.5.0 \
|
||||
tar-0.4.40 \
|
||||
tempfile-3.9.0 \
|
||||
subtle-2.5.0 \
|
||||
syn-2.0.66 \
|
||||
sync_wrapper-0.1.2 \
|
||||
synstructure-0.13.1 \
|
||||
syslog-6.1.1 \
|
||||
tempfile-3.10.1 \
|
||||
terminal_size-0.3.0 \
|
||||
thiserror-1.0.56 \
|
||||
thiserror-impl-1.0.56 \
|
||||
time-0.3.31 \
|
||||
thiserror-1.0.61 \
|
||||
thiserror-impl-1.0.61 \
|
||||
time-0.3.36 \
|
||||
time-core-0.1.2 \
|
||||
time-macros-0.2.16 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec_macros-0.1.1 \
|
||||
tokio-1.35.1 \
|
||||
tokio-macros-2.2.0 \
|
||||
time-macros-0.2.18 \
|
||||
tinystr-0.7.6 \
|
||||
tokio-1.38.0 \
|
||||
tokio-macros-2.3.0 \
|
||||
tokio-native-tls-0.3.1 \
|
||||
tokio-rustls-0.24.1 \
|
||||
tokio-rustls-0.25.0 \
|
||||
tokio-socks-0.5.1 \
|
||||
tokio-stream-0.1.14 \
|
||||
tokio-util-0.7.10 \
|
||||
toml_datetime-0.6.5 \
|
||||
toml_edit-0.20.7 \
|
||||
toml_datetime-0.6.6 \
|
||||
toml_edit-0.22.14 \
|
||||
tower-0.4.13 \
|
||||
tower-layer-0.3.2 \
|
||||
tower-service-0.3.2 \
|
||||
tracing-0.1.40 \
|
||||
tracing-core-0.1.32 \
|
||||
try-lock-0.2.5 \
|
||||
unicode-bidi-0.3.15 \
|
||||
unicode-ident-1.0.12 \
|
||||
unicode-normalization-0.1.22 \
|
||||
untrusted-0.9.0 \
|
||||
url-2.5.0 \
|
||||
utf8parse-0.2.1 \
|
||||
uuid-1.7.0 \
|
||||
url-2.5.1 \
|
||||
utf16_iter-1.0.5 \
|
||||
utf8_iter-1.0.4 \
|
||||
utf8parse-0.2.2 \
|
||||
uuid-1.8.0 \
|
||||
vcpkg-0.2.15 \
|
||||
version_check-0.9.4 \
|
||||
want-0.3.1 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
wasm-bindgen-0.2.90 \
|
||||
wasm-bindgen-backend-0.2.90 \
|
||||
wasm-bindgen-futures-0.4.40 \
|
||||
wasm-bindgen-macro-0.2.90 \
|
||||
wasm-bindgen-macro-support-0.2.90 \
|
||||
wasm-bindgen-shared-0.2.90 \
|
||||
web-sys-0.3.67 \
|
||||
webpki-roots-0.25.3 \
|
||||
wasm-bindgen-0.2.92 \
|
||||
wasm-bindgen-backend-0.2.92 \
|
||||
wasm-bindgen-futures-0.4.42 \
|
||||
wasm-bindgen-macro-0.2.92 \
|
||||
wasm-bindgen-macro-support-0.2.92 \
|
||||
wasm-bindgen-shared-0.2.92 \
|
||||
web-sys-0.3.69 \
|
||||
webpki-roots-0.26.2 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
@ -190,21 +200,30 @@ CARGO_CRATES= addr2line-0.21.0 \
|
||||
windows-sys-0.48.0 \
|
||||
windows-sys-0.52.0 \
|
||||
windows-targets-0.48.5 \
|
||||
windows-targets-0.52.0 \
|
||||
windows-targets-0.52.5 \
|
||||
windows_aarch64_gnullvm-0.48.5 \
|
||||
windows_aarch64_gnullvm-0.52.0 \
|
||||
windows_aarch64_gnullvm-0.52.5 \
|
||||
windows_aarch64_msvc-0.48.5 \
|
||||
windows_aarch64_msvc-0.52.0 \
|
||||
windows_aarch64_msvc-0.52.5 \
|
||||
windows_i686_gnu-0.48.5 \
|
||||
windows_i686_gnu-0.52.0 \
|
||||
windows_i686_gnu-0.52.5 \
|
||||
windows_i686_gnullvm-0.52.5 \
|
||||
windows_i686_msvc-0.48.5 \
|
||||
windows_i686_msvc-0.52.0 \
|
||||
windows_i686_msvc-0.52.5 \
|
||||
windows_x86_64_gnu-0.48.5 \
|
||||
windows_x86_64_gnu-0.52.0 \
|
||||
windows_x86_64_gnu-0.52.5 \
|
||||
windows_x86_64_gnullvm-0.48.5 \
|
||||
windows_x86_64_gnullvm-0.52.0 \
|
||||
windows_x86_64_gnullvm-0.52.5 \
|
||||
windows_x86_64_msvc-0.48.5 \
|
||||
windows_x86_64_msvc-0.52.0 \
|
||||
winnow-0.5.34 \
|
||||
winreg-0.50.0 \
|
||||
xattr-1.3.1
|
||||
windows_x86_64_msvc-0.52.5 \
|
||||
winnow-0.6.13 \
|
||||
winreg-0.52.0 \
|
||||
write16-1.0.0 \
|
||||
writeable-0.5.5 \
|
||||
yoke-0.7.4 \
|
||||
yoke-derive-0.7.4 \
|
||||
zerofrom-0.1.4 \
|
||||
zerofrom-derive-0.1.4 \
|
||||
zeroize-1.8.1 \
|
||||
zerovec-0.10.2 \
|
||||
zerovec-derive-0.10.2
|
||||
|
@ -1,48 +1,44 @@
|
||||
TIMESTAMP = 1709146884
|
||||
SHA256 (routinator-ui-build.tar.gz) = 7079096b3fd986aa01b03cf3e743cf74d37b8441d312844c25e2b065deed8290
|
||||
SIZE (routinator-ui-build.tar.gz) = 756828
|
||||
SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb
|
||||
SIZE (rust/crates/addr2line-0.21.0.crate) = 40807
|
||||
TIMESTAMP = 1718884958
|
||||
SHA256 (rust/crates/addr2line-0.22.0.crate) = 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678
|
||||
SIZE (rust/crates/addr2line-0.22.0.crate) = 39156
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0
|
||||
SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674
|
||||
SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311
|
||||
SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243
|
||||
SHA256 (rust/crates/anstream-0.6.11.crate) = 6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5
|
||||
SIZE (rust/crates/anstream-0.6.11.crate) = 30239
|
||||
SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87
|
||||
SIZE (rust/crates/anstyle-1.0.4.crate) = 13998
|
||||
SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c
|
||||
SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699
|
||||
SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648
|
||||
SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739
|
||||
SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7
|
||||
SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272
|
||||
SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b
|
||||
SIZE (rust/crates/anstream-0.6.14.crate) = 29160
|
||||
SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b
|
||||
SIZE (rust/crates/anstyle-1.0.7.crate) = 15709
|
||||
SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4
|
||||
SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069
|
||||
SHA256 (rust/crates/anstyle-query-1.1.0.crate) = ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391
|
||||
SIZE (rust/crates/anstyle-query-1.1.0.crate) = 9832
|
||||
SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19
|
||||
SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179
|
||||
SHA256 (rust/crates/arbitrary-1.3.2.crate) = 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110
|
||||
SIZE (rust/crates/arbitrary-1.3.2.crate) = 32037
|
||||
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
|
||||
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
|
||||
SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837
|
||||
SIZE (rust/crates/backtrace-0.3.69.crate) = 77299
|
||||
SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567
|
||||
SIZE (rust/crates/base64-0.21.7.crate) = 82576
|
||||
SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0
|
||||
SIZE (rust/crates/autocfg-1.3.0.crate) = 16524
|
||||
SHA256 (rust/crates/backtrace-0.3.72.crate) = 17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11
|
||||
SIZE (rust/crates/backtrace-0.3.72.crate) = 87877
|
||||
SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6
|
||||
SIZE (rust/crates/base64-0.22.1.crate) = 81597
|
||||
SHA256 (rust/crates/bcder-0.7.4.crate) = c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0
|
||||
SIZE (rust/crates/bcder-0.7.4.crate) = 63648
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/bitflags-2.4.2.crate) = ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf
|
||||
SIZE (rust/crates/bitflags-2.4.2.crate) = 42602
|
||||
SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec
|
||||
SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400
|
||||
SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223
|
||||
SIZE (rust/crates/bytes-1.5.0.crate) = 58909
|
||||
SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0
|
||||
SIZE (rust/crates/cc-1.0.83.crate) = 68343
|
||||
SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1
|
||||
SIZE (rust/crates/bitflags-2.5.0.crate) = 43821
|
||||
SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c
|
||||
SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677
|
||||
SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9
|
||||
SIZE (rust/crates/bytes-1.6.0.crate) = 60605
|
||||
SHA256 (rust/crates/cc-1.0.99.crate) = 96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695
|
||||
SIZE (rust/crates/cc-1.0.99.crate) = 76961
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/chrono-0.4.32.crate) = 41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a
|
||||
SIZE (rust/crates/chrono-0.4.32.crate) = 221116
|
||||
SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401
|
||||
SIZE (rust/crates/chrono-0.4.38.crate) = 220559
|
||||
SHA256 (rust/crates/clap-4.4.18.crate) = 1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c
|
||||
SIZE (rust/crates/clap-4.4.18.crate) = 55269
|
||||
SHA256 (rust/crates/clap_builder-4.4.18.crate) = 4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7
|
||||
@ -51,18 +47,16 @@ SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a
|
||||
SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046
|
||||
SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1
|
||||
SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272
|
||||
SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7
|
||||
SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857
|
||||
SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422
|
||||
SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895
|
||||
SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f
|
||||
SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743
|
||||
SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f
|
||||
SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629
|
||||
SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d
|
||||
SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661
|
||||
SHA256 (rust/crates/crossbeam-queue-0.3.11.crate) = df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35
|
||||
SIZE (rust/crates/crossbeam-queue-0.3.11.crate) = 15581
|
||||
SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345
|
||||
SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328
|
||||
SHA256 (rust/crates/crossbeam-utils-0.8.20.crate) = 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80
|
||||
SIZE (rust/crates/crossbeam-utils-0.8.20.crate) = 42487
|
||||
SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4
|
||||
SIZE (rust/crates/deranged-0.3.11.crate) = 18043
|
||||
SHA256 (rust/crates/derive_arbitrary-1.3.2.crate) = 67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611
|
||||
@ -71,22 +65,18 @@ SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad2
|
||||
SIZE (rust/crates/dirs-5.0.1.crate) = 12255
|
||||
SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c
|
||||
SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719
|
||||
SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07
|
||||
SIZE (rust/crates/either-1.9.0.crate) = 16660
|
||||
SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1
|
||||
SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071
|
||||
SHA256 (rust/crates/displaydoc-0.2.4.crate) = 487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d
|
||||
SIZE (rust/crates/displaydoc-0.2.4.crate) = 23200
|
||||
SHA256 (rust/crates/either-1.12.0.crate) = 3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b
|
||||
SIZE (rust/crates/either-1.12.0.crate) = 18974
|
||||
SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5
|
||||
SIZE (rust/crates/equivalent-1.0.1.crate) = 6615
|
||||
SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245
|
||||
SIZE (rust/crates/errno-0.3.8.crate) = 10645
|
||||
SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba
|
||||
SIZE (rust/crates/errno-0.3.9.crate) = 10690
|
||||
SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc
|
||||
SIZE (rust/crates/error-chain-0.12.4.crate) = 29274
|
||||
SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5
|
||||
SIZE (rust/crates/fastrand-2.0.1.crate) = 14664
|
||||
SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd
|
||||
SIZE (rust/crates/filetime-0.2.23.crate) = 14942
|
||||
SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e
|
||||
SIZE (rust/crates/flate2-1.0.28.crate) = 73690
|
||||
SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a
|
||||
SIZE (rust/crates/fastrand-2.1.0.crate) = 14907
|
||||
SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
|
||||
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
|
||||
SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1
|
||||
@ -113,218 +103,246 @@ SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf3
|
||||
SIZE (rust/crates/futures-task-0.3.30.crate) = 11126
|
||||
SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48
|
||||
SIZE (rust/crates/futures-util-0.3.30.crate) = 159977
|
||||
SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5
|
||||
SIZE (rust/crates/getrandom-0.2.12.crate) = 36163
|
||||
SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253
|
||||
SIZE (rust/crates/gimli-0.28.1.crate) = 270497
|
||||
SHA256 (rust/crates/h2-0.3.24.crate) = bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9
|
||||
SIZE (rust/crates/h2-0.3.24.crate) = 167814
|
||||
SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604
|
||||
SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425
|
||||
SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7
|
||||
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
|
||||
SHA256 (rust/crates/gimli-0.29.0.crate) = 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd
|
||||
SIZE (rust/crates/gimli-0.29.0.crate) = 275756
|
||||
SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1
|
||||
SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498
|
||||
SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8
|
||||
SIZE (rust/crates/heck-0.4.1.crate) = 11567
|
||||
SHA256 (rust/crates/hermit-abi-0.3.4.crate) = 5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f
|
||||
SIZE (rust/crates/hermit-abi-0.3.4.crate) = 14445
|
||||
SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024
|
||||
SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165
|
||||
SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867
|
||||
SIZE (rust/crates/hostname-0.3.1.crate) = 9272
|
||||
SHA256 (rust/crates/http-0.2.11.crate) = 8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb
|
||||
SIZE (rust/crates/http-0.2.11.crate) = 100478
|
||||
SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2
|
||||
SIZE (rust/crates/http-body-0.4.6.crate) = 10773
|
||||
SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904
|
||||
SIZE (rust/crates/httparse-1.8.0.crate) = 29954
|
||||
SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258
|
||||
SIZE (rust/crates/http-1.1.0.crate) = 103144
|
||||
SHA256 (rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643
|
||||
SIZE (rust/crates/http-body-1.0.0.crate) = 5411
|
||||
SHA256 (rust/crates/http-body-util-0.1.1.crate) = 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d
|
||||
SIZE (rust/crates/http-body-util-0.1.1.crate) = 11930
|
||||
SHA256 (rust/crates/httparse-1.9.1.crate) = 8720bf4c5bfb5b6c350840c4cd14b787bf00ed51c148c857fbf7a6ddb7062764
|
||||
SIZE (rust/crates/httparse-1.9.1.crate) = 38096
|
||||
SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9
|
||||
SIZE (rust/crates/httpdate-1.0.3.crate) = 10639
|
||||
SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80
|
||||
SIZE (rust/crates/hyper-0.14.28.crate) = 197204
|
||||
SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590
|
||||
SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195
|
||||
SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905
|
||||
SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257
|
||||
SHA256 (rust/crates/iana-time-zone-0.1.59.crate) = b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539
|
||||
SIZE (rust/crates/iana-time-zone-0.1.59.crate) = 27033
|
||||
SHA256 (rust/crates/hyper-1.3.1.crate) = fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d
|
||||
SIZE (rust/crates/hyper-1.3.1.crate) = 148763
|
||||
SHA256 (rust/crates/hyper-rustls-0.26.0.crate) = a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c
|
||||
SIZE (rust/crates/hyper-rustls-0.26.0.crate) = 29538
|
||||
SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0
|
||||
SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052
|
||||
SHA256 (rust/crates/hyper-util-0.1.5.crate) = 7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56
|
||||
SIZE (rust/crates/hyper-util-0.1.5.crate) = 69740
|
||||
SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141
|
||||
SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074
|
||||
SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f
|
||||
SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185
|
||||
SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6
|
||||
SIZE (rust/crates/idna-0.5.0.crate) = 271940
|
||||
SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f
|
||||
SIZE (rust/crates/indexmap-2.1.0.crate) = 68224
|
||||
SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526
|
||||
SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762
|
||||
SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637
|
||||
SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131
|
||||
SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e
|
||||
SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094
|
||||
SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e
|
||||
SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727
|
||||
SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f
|
||||
SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113
|
||||
SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516
|
||||
SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561
|
||||
SHA256 (rust/crates/icu_properties-1.5.0.crate) = 1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036
|
||||
SIZE (rust/crates/icu_properties-1.5.0.crate) = 64474
|
||||
SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569
|
||||
SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993
|
||||
SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9
|
||||
SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722
|
||||
SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6
|
||||
SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436
|
||||
SHA256 (rust/crates/idna-1.0.0.crate) = 4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed
|
||||
SIZE (rust/crates/idna-1.0.0.crate) = 142693
|
||||
SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26
|
||||
SIZE (rust/crates/indexmap-2.2.6.crate) = 82420
|
||||
SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3
|
||||
SIZE (rust/crates/ipnet-2.9.0.crate) = 27627
|
||||
SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c
|
||||
SIZE (rust/crates/itoa-1.0.10.crate) = 10534
|
||||
SHA256 (rust/crates/js-sys-0.3.67.crate) = 9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1
|
||||
SIZE (rust/crates/js-sys-0.3.67.crate) = 80764
|
||||
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
|
||||
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
|
||||
SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7
|
||||
SIZE (rust/crates/libc-0.2.152.crate) = 740278
|
||||
SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8
|
||||
SIZE (rust/crates/libredox-0.0.1.crate) = 4212
|
||||
SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c
|
||||
SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855
|
||||
SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800
|
||||
SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451
|
||||
SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b
|
||||
SIZE (rust/crates/itoa-1.0.11.crate) = 10563
|
||||
SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d
|
||||
SIZE (rust/crates/js-sys-0.3.69.crate) = 81083
|
||||
SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c
|
||||
SIZE (rust/crates/libc-0.2.155.crate) = 743539
|
||||
SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d
|
||||
SIZE (rust/crates/libredox-0.1.3.crate) = 6068
|
||||
SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89
|
||||
SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665
|
||||
SHA256 (rust/crates/listenfd-1.0.1.crate) = e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96
|
||||
SIZE (rust/crates/listenfd-1.0.1.crate) = 18375
|
||||
SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f
|
||||
SIZE (rust/crates/log-0.4.20.crate) = 38307
|
||||
SHA256 (rust/crates/litemap-0.7.3.crate) = 643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704
|
||||
SIZE (rust/crates/litemap-0.7.3.crate) = 28728
|
||||
SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c
|
||||
SIZE (rust/crates/log-0.4.21.crate) = 43442
|
||||
SHA256 (rust/crates/match_cfg-0.1.0.crate) = ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4
|
||||
SIZE (rust/crates/match_cfg-0.1.0.crate) = 7153
|
||||
SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149
|
||||
SIZE (rust/crates/memchr-2.7.1.crate) = 96307
|
||||
SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c
|
||||
SIZE (rust/crates/memoffset-0.9.0.crate) = 9033
|
||||
SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d
|
||||
SIZE (rust/crates/memchr-2.7.2.crate) = 96220
|
||||
SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a
|
||||
SIZE (rust/crates/memoffset-0.9.1.crate) = 9032
|
||||
SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a
|
||||
SIZE (rust/crates/mime-0.3.17.crate) = 15712
|
||||
SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7
|
||||
SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194
|
||||
SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09
|
||||
SIZE (rust/crates/mio-0.8.10.crate) = 102345
|
||||
SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e
|
||||
SIZE (rust/crates/native-tls-0.2.11.crate) = 29008
|
||||
SHA256 (rust/crates/miniz_oxide-0.7.3.crate) = 87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae
|
||||
SIZE (rust/crates/miniz_oxide-0.7.3.crate) = 55774
|
||||
SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c
|
||||
SIZE (rust/crates/mio-0.8.11.crate) = 102983
|
||||
SHA256 (rust/crates/native-tls-0.2.12.crate) = a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466
|
||||
SIZE (rust/crates/native-tls-0.2.12.crate) = 29517
|
||||
SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053
|
||||
SIZE (rust/crates/nix-0.27.1.crate) = 286494
|
||||
SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c
|
||||
SIZE (rust/crates/num-traits-0.2.17.crate) = 50190
|
||||
SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9
|
||||
SIZE (rust/crates/num-conv-0.1.0.crate) = 7444
|
||||
SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841
|
||||
SIZE (rust/crates/num-traits-0.2.19.crate) = 51631
|
||||
SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43
|
||||
SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713
|
||||
SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44
|
||||
SIZE (rust/crates/num_threads-0.1.6.crate) = 7334
|
||||
SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441
|
||||
SIZE (rust/crates/object-0.32.2.crate) = 286994
|
||||
SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9
|
||||
SIZE (rust/crates/num_threads-0.1.7.crate) = 7455
|
||||
SHA256 (rust/crates/object-0.35.0.crate) = b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e
|
||||
SIZE (rust/crates/object-0.35.0.crate) = 317792
|
||||
SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92
|
||||
SIZE (rust/crates/once_cell-1.19.0.crate) = 33046
|
||||
SHA256 (rust/crates/openssl-0.10.63.crate) = 15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8
|
||||
SIZE (rust/crates/openssl-0.10.63.crate) = 270890
|
||||
SHA256 (rust/crates/openssl-0.10.64.crate) = 95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f
|
||||
SIZE (rust/crates/openssl-0.10.64.crate) = 272306
|
||||
SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c
|
||||
SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601
|
||||
SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf
|
||||
SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227
|
||||
SHA256 (rust/crates/openssl-sys-0.9.99.crate) = 22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae
|
||||
SIZE (rust/crates/openssl-sys-0.9.99.crate) = 68158
|
||||
SHA256 (rust/crates/openssl-sys-0.9.102.crate) = c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2
|
||||
SIZE (rust/crates/openssl-sys-0.9.102.crate) = 68622
|
||||
SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d
|
||||
SIZE (rust/crates/option-ext-0.2.0.crate) = 7345
|
||||
SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e
|
||||
SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235
|
||||
SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58
|
||||
SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141
|
||||
SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3
|
||||
SIZE (rust/crates/pin-project-1.1.5.crate) = 54214
|
||||
SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965
|
||||
SIZE (rust/crates/pin-project-internal-1.1.5.crate) = 28280
|
||||
SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02
|
||||
SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817
|
||||
SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184
|
||||
SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580
|
||||
SHA256 (rust/crates/pkg-config-0.3.29.crate) = 2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb
|
||||
SIZE (rust/crates/pkg-config-0.3.29.crate) = 20563
|
||||
SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec
|
||||
SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613
|
||||
SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391
|
||||
SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165
|
||||
SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
|
||||
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
|
||||
SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae
|
||||
SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158
|
||||
SHA256 (rust/crates/proc-macro2-1.0.85.crate) = 22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23
|
||||
SIZE (rust/crates/proc-macro2-1.0.85.crate) = 48988
|
||||
SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33
|
||||
SIZE (rust/crates/quick-xml-0.31.0.crate) = 172236
|
||||
SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef
|
||||
SIZE (rust/crates/quote-1.0.35.crate) = 28136
|
||||
SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7
|
||||
SIZE (rust/crates/quote-1.0.36.crate) = 28507
|
||||
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
|
||||
SIZE (rust/crates/rand-0.8.5.crate) = 87113
|
||||
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
|
||||
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
|
||||
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
|
||||
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
|
||||
SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa
|
||||
SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858
|
||||
SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4
|
||||
SIZE (rust/crates/redox_users-0.4.4.crate) = 15438
|
||||
SHA256 (rust/crates/reqwest-0.11.23.crate) = 37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41
|
||||
SIZE (rust/crates/reqwest-0.11.23.crate) = 158448
|
||||
SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74
|
||||
SIZE (rust/crates/ring-0.17.7.crate) = 4146482
|
||||
SHA256 (rust/crates/routinator-ui-0.3.4.crate) = f2b93eb434f0d58c19ab098008bda682fc2e8f2918f3b6f64dcb8c34c3fc8fba
|
||||
SIZE (rust/crates/routinator-ui-0.3.4.crate) = 12050
|
||||
SHA256 (rust/crates/rpki-0.18.1.crate) = 276d0592461d3b4f9fde0a5396586ab81ad02bb99ea694379d72c149b3970d55
|
||||
SIZE (rust/crates/rpki-0.18.1.crate) = 699639
|
||||
SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76
|
||||
SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970
|
||||
SHA256 (rust/crates/rustix-0.38.30.crate) = 322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca
|
||||
SIZE (rust/crates/rustix-0.38.30.crate) = 374744
|
||||
SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba
|
||||
SIZE (rust/crates/rustls-0.21.10.crate) = 284920
|
||||
SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c
|
||||
SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092
|
||||
SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765
|
||||
SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808
|
||||
SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c
|
||||
SIZE (rust/crates/ryu-1.0.16.crate) = 47351
|
||||
SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891
|
||||
SIZE (rust/crates/redox_users-0.4.5.crate) = 15514
|
||||
SHA256 (rust/crates/reqwest-0.12.4.crate) = 566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10
|
||||
SIZE (rust/crates/reqwest-0.12.4.crate) = 170627
|
||||
SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d
|
||||
SIZE (rust/crates/ring-0.17.8.crate) = 4188554
|
||||
SHA256 (rust/crates/rpki-0.18.3.crate) = 7102b9a305889ef344e7b010dd256a53055ea1d436a7414277db053000f250ad
|
||||
SIZE (rust/crates/rpki-0.18.3.crate) = 700853
|
||||
SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f
|
||||
SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047
|
||||
SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f
|
||||
SIZE (rust/crates/rustix-0.38.34.crate) = 365160
|
||||
SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432
|
||||
SIZE (rust/crates/rustls-0.22.4.crate) = 333681
|
||||
SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d
|
||||
SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928
|
||||
SHA256 (rust/crates/rustls-pki-types-1.7.0.crate) = 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d
|
||||
SIZE (rust/crates/rustls-pki-types-1.7.0.crate) = 29555
|
||||
SHA256 (rust/crates/rustls-webpki-0.102.4.crate) = ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e
|
||||
SIZE (rust/crates/rustls-webpki-0.102.4.crate) = 200657
|
||||
SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f
|
||||
SIZE (rust/crates/ryu-1.0.18.crate) = 47713
|
||||
SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534
|
||||
SIZE (rust/crates/schannel-0.1.23.crate) = 41667
|
||||
SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414
|
||||
SIZE (rust/crates/sct-0.7.1.crate) = 27501
|
||||
SHA256 (rust/crates/security-framework-2.9.2.crate) = 05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de
|
||||
SIZE (rust/crates/security-framework-2.9.2.crate) = 79295
|
||||
SHA256 (rust/crates/security-framework-sys-2.9.1.crate) = e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a
|
||||
SIZE (rust/crates/security-framework-sys-2.9.1.crate) = 18284
|
||||
SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02
|
||||
SIZE (rust/crates/serde-1.0.195.crate) = 76856
|
||||
SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c
|
||||
SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687
|
||||
SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4
|
||||
SIZE (rust/crates/serde_json-1.0.111.crate) = 146447
|
||||
SHA256 (rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0
|
||||
SIZE (rust/crates/security-framework-2.11.0.crate) = 80191
|
||||
SHA256 (rust/crates/security-framework-sys-2.11.0.crate) = 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7
|
||||
SIZE (rust/crates/security-framework-sys-2.11.0.crate) = 18718
|
||||
SHA256 (rust/crates/serde-1.0.203.crate) = 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094
|
||||
SIZE (rust/crates/serde-1.0.203.crate) = 77935
|
||||
SHA256 (rust/crates/serde_derive-1.0.203.crate) = 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba
|
||||
SIZE (rust/crates/serde_derive-1.0.203.crate) = 55867
|
||||
SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3
|
||||
SIZE (rust/crates/serde_json-1.0.117.crate) = 146921
|
||||
SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd
|
||||
SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822
|
||||
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/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1
|
||||
SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064
|
||||
SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d
|
||||
SIZE (rust/crates/siphasher-0.3.11.crate) = 10442
|
||||
SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67
|
||||
SIZE (rust/crates/slab-0.4.9.crate) = 17108
|
||||
SHA256 (rust/crates/smallvec-1.13.1.crate) = e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7
|
||||
SIZE (rust/crates/smallvec-1.13.1.crate) = 34952
|
||||
SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9
|
||||
SIZE (rust/crates/socket2-0.5.5.crate) = 54863
|
||||
SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67
|
||||
SIZE (rust/crates/smallvec-1.13.2.crate) = 35216
|
||||
SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c
|
||||
SIZE (rust/crates/socket2-0.5.7.crate) = 55758
|
||||
SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67
|
||||
SIZE (rust/crates/spin-0.9.8.crate) = 38958
|
||||
SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3
|
||||
SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054
|
||||
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
|
||||
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
|
||||
SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f
|
||||
SIZE (rust/crates/syn-2.0.48.crate) = 250566
|
||||
SHA256 (rust/crates/syslog-6.1.0.crate) = 7434e95bcccce1215d30f4bf84fe8c00e8de1b9be4fb736d747ca53d36e7f96f
|
||||
SIZE (rust/crates/syslog-6.1.0.crate) = 10000
|
||||
SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7
|
||||
SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618
|
||||
SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9
|
||||
SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730
|
||||
SHA256 (rust/crates/tar-0.4.40.crate) = b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb
|
||||
SIZE (rust/crates/tar-0.4.40.crate) = 51844
|
||||
SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa
|
||||
SIZE (rust/crates/tempfile-3.9.0.crate) = 32182
|
||||
SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc
|
||||
SIZE (rust/crates/subtle-2.5.0.crate) = 13909
|
||||
SHA256 (rust/crates/syn-2.0.66.crate) = c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5
|
||||
SIZE (rust/crates/syn-2.0.66.crate) = 264855
|
||||
SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160
|
||||
SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933
|
||||
SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971
|
||||
SIZE (rust/crates/synstructure-0.13.1.crate) = 18327
|
||||
SHA256 (rust/crates/syslog-6.1.1.crate) = dfc7e95b5b795122fafe6519e27629b5ab4232c73ebb2428f568e82b1a457ad3
|
||||
SIZE (rust/crates/syslog-6.1.1.crate) = 10017
|
||||
SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1
|
||||
SIZE (rust/crates/tempfile-3.10.1.crate) = 33653
|
||||
SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7
|
||||
SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096
|
||||
SHA256 (rust/crates/thiserror-1.0.56.crate) = d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad
|
||||
SIZE (rust/crates/thiserror-1.0.56.crate) = 20592
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.56.crate) = fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471
|
||||
SIZE (rust/crates/thiserror-impl-1.0.56.crate) = 15367
|
||||
SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e
|
||||
SIZE (rust/crates/time-0.3.31.crate) = 121762
|
||||
SHA256 (rust/crates/thiserror-1.0.61.crate) = c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709
|
||||
SIZE (rust/crates/thiserror-1.0.61.crate) = 21264
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.61.crate) = 46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533
|
||||
SIZE (rust/crates/thiserror-impl-1.0.61.crate) = 15786
|
||||
SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885
|
||||
SIZE (rust/crates/time-0.3.36.crate) = 119805
|
||||
SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3
|
||||
SIZE (rust/crates/time-core-0.1.2.crate) = 7191
|
||||
SHA256 (rust/crates/time-macros-0.2.16.crate) = 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f
|
||||
SIZE (rust/crates/time-macros-0.2.16.crate) = 24356
|
||||
SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50
|
||||
SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991
|
||||
SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20
|
||||
SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865
|
||||
SHA256 (rust/crates/tokio-1.35.1.crate) = c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104
|
||||
SIZE (rust/crates/tokio-1.35.1.crate) = 744407
|
||||
SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b
|
||||
SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520
|
||||
SHA256 (rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf
|
||||
SIZE (rust/crates/time-macros-0.2.18.crate) = 24361
|
||||
SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f
|
||||
SIZE (rust/crates/tinystr-0.7.6.crate) = 16971
|
||||
SHA256 (rust/crates/tokio-1.38.0.crate) = ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a
|
||||
SIZE (rust/crates/tokio-1.38.0.crate) = 774094
|
||||
SHA256 (rust/crates/tokio-macros-2.3.0.crate) = 5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a
|
||||
SIZE (rust/crates/tokio-macros-2.3.0.crate) = 11753
|
||||
SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2
|
||||
SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676
|
||||
SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081
|
||||
SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049
|
||||
SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f
|
||||
SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541
|
||||
SHA256 (rust/crates/tokio-socks-0.5.1.crate) = 51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0
|
||||
SIZE (rust/crates/tokio-socks-0.5.1.crate) = 16137
|
||||
SHA256 (rust/crates/tokio-stream-0.1.14.crate) = 397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842
|
||||
SIZE (rust/crates/tokio-stream-0.1.14.crate) = 35881
|
||||
SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15
|
||||
SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508
|
||||
SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1
|
||||
SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910
|
||||
SHA256 (rust/crates/toml_edit-0.20.7.crate) = 70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81
|
||||
SIZE (rust/crates/toml_edit-0.20.7.crate) = 101056
|
||||
SHA256 (rust/crates/toml_datetime-0.6.6.crate) = 4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf
|
||||
SIZE (rust/crates/toml_datetime-0.6.6.crate) = 11698
|
||||
SHA256 (rust/crates/toml_edit-0.22.14.crate) = f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38
|
||||
SIZE (rust/crates/toml_edit-0.22.14.crate) = 103761
|
||||
SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c
|
||||
SIZE (rust/crates/tower-0.4.13.crate) = 106906
|
||||
SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0
|
||||
SIZE (rust/crates/tower-layer-0.3.2.crate) = 6023
|
||||
SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52
|
||||
SIZE (rust/crates/tower-service-0.3.2.crate) = 6847
|
||||
SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef
|
||||
@ -333,20 +351,20 @@ SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d6011916
|
||||
SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221
|
||||
SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b
|
||||
SIZE (rust/crates/try-lock-0.2.5.crate) = 4314
|
||||
SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75
|
||||
SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811
|
||||
SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
|
||||
SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168
|
||||
SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921
|
||||
SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604
|
||||
SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1
|
||||
SIZE (rust/crates/untrusted-0.9.0.crate) = 14447
|
||||
SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633
|
||||
SIZE (rust/crates/url-2.5.0.crate) = 78605
|
||||
SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a
|
||||
SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435
|
||||
SHA256 (rust/crates/uuid-1.7.0.crate) = f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a
|
||||
SIZE (rust/crates/uuid-1.7.0.crate) = 42627
|
||||
SHA256 (rust/crates/url-2.5.1.crate) = f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56
|
||||
SIZE (rust/crates/url-2.5.1.crate) = 79677
|
||||
SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246
|
||||
SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736
|
||||
SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be
|
||||
SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437
|
||||
SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821
|
||||
SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499
|
||||
SHA256 (rust/crates/uuid-1.8.0.crate) = a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0
|
||||
SIZE (rust/crates/uuid-1.8.0.crate) = 44043
|
||||
SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426
|
||||
SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
@ -355,22 +373,22 @@ SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3da
|
||||
SIZE (rust/crates/want-0.3.1.crate) = 6398
|
||||
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/wasm-bindgen-0.2.90.crate) = b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406
|
||||
SIZE (rust/crates/wasm-bindgen-0.2.90.crate) = 182529
|
||||
SHA256 (rust/crates/wasm-bindgen-backend-0.2.90.crate) = fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd
|
||||
SIZE (rust/crates/wasm-bindgen-backend-0.2.90.crate) = 28348
|
||||
SHA256 (rust/crates/wasm-bindgen-futures-0.4.40.crate) = bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461
|
||||
SIZE (rust/crates/wasm-bindgen-futures-0.4.40.crate) = 15375
|
||||
SHA256 (rust/crates/wasm-bindgen-macro-0.2.90.crate) = 3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999
|
||||
SIZE (rust/crates/wasm-bindgen-macro-0.2.90.crate) = 13904
|
||||
SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.90.crate) = bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7
|
||||
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.90.crate) = 20008
|
||||
SHA256 (rust/crates/wasm-bindgen-shared-0.2.90.crate) = 4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b
|
||||
SIZE (rust/crates/wasm-bindgen-shared-0.2.90.crate) = 7264
|
||||
SHA256 (rust/crates/web-sys-0.3.67.crate) = 58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed
|
||||
SIZE (rust/crates/web-sys-0.3.67.crate) = 725967
|
||||
SHA256 (rust/crates/webpki-roots-0.25.3.crate) = 1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10
|
||||
SIZE (rust/crates/webpki-roots-0.25.3.crate) = 251565
|
||||
SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8
|
||||
SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119
|
||||
SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da
|
||||
SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348
|
||||
SHA256 (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0
|
||||
SIZE (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 15380
|
||||
SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726
|
||||
SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835
|
||||
SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7
|
||||
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092
|
||||
SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96
|
||||
SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263
|
||||
SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef
|
||||
SIZE (rust/crates/web-sys-0.3.69.crate) = 728877
|
||||
SHA256 (rust/crates/webpki-roots-0.26.2.crate) = 3c452ad30530b54a4d8e71952716a212b08efd0f3562baa66c29a618b07da7c3
|
||||
SIZE (rust/crates/webpki-roots-0.26.2.crate) = 250806
|
||||
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
|
||||
@ -385,41 +403,59 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b
|
||||
SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877
|
||||
SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c
|
||||
SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904
|
||||
SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd
|
||||
SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229
|
||||
SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb
|
||||
SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376
|
||||
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_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266
|
||||
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_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944
|
||||
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_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699
|
||||
SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9
|
||||
SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064
|
||||
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_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404
|
||||
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_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539
|
||||
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_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246
|
||||
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/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600
|
||||
SHA256 (rust/crates/winnow-0.5.34.crate) = b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16
|
||||
SIZE (rust/crates/winnow-0.5.34.crate) = 154055
|
||||
SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1
|
||||
SIZE (rust/crates/winreg-0.50.0.crate) = 29703
|
||||
SHA256 (rust/crates/xattr-1.3.1.crate) = 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f
|
||||
SIZE (rust/crates/xattr-1.3.1.crate) = 12580
|
||||
SHA256 (NLnetLabs-routinator-v0.13.2_GH0.tar.gz) = 77c3b74b508caabf4c59387480cda18b222d817fd70328f8c73a8fb45a774108
|
||||
SIZE (NLnetLabs-routinator-v0.13.2_GH0.tar.gz) = 5456095
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905
|
||||
SHA256 (rust/crates/winnow-0.6.13.crate) = 59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1
|
||||
SIZE (rust/crates/winnow-0.6.13.crate) = 162649
|
||||
SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5
|
||||
SIZE (rust/crates/winreg-0.52.0.crate) = 30148
|
||||
SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936
|
||||
SIZE (rust/crates/write16-1.0.0.crate) = 7218
|
||||
SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51
|
||||
SIZE (rust/crates/writeable-0.5.5.crate) = 22354
|
||||
SHA256 (rust/crates/yoke-0.7.4.crate) = 6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5
|
||||
SIZE (rust/crates/yoke-0.7.4.crate) = 27781
|
||||
SHA256 (rust/crates/yoke-derive-0.7.4.crate) = 28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95
|
||||
SIZE (rust/crates/yoke-derive-0.7.4.crate) = 7470
|
||||
SHA256 (rust/crates/zerofrom-0.1.4.crate) = 91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55
|
||||
SIZE (rust/crates/zerofrom-0.1.4.crate) = 5044
|
||||
SHA256 (rust/crates/zerofrom-derive-0.1.4.crate) = 0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5
|
||||
SIZE (rust/crates/zerofrom-derive-0.1.4.crate) = 8232
|
||||
SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde
|
||||
SIZE (rust/crates/zeroize-1.8.1.crate) = 20029
|
||||
SHA256 (rust/crates/zerovec-0.10.2.crate) = bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c
|
||||
SIZE (rust/crates/zerovec-0.10.2.crate) = 126403
|
||||
SHA256 (rust/crates/zerovec-derive-0.10.2.crate) = 97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7
|
||||
SIZE (rust/crates/zerovec-derive-0.10.2.crate) = 19366
|
||||
SHA256 (NLnetLabs-routinator-v0.14.0_GH0.tar.gz) = 861e90f395344be19880485185df47e8fd258cc583b82be702af660b466955cb
|
||||
SIZE (NLnetLabs-routinator-v0.14.0_GH0.tar.gz) = 5549551
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- cargo-crates/routinator-ui-0.3.4/build.rs.orig 2021-11-10 10:32:39 UTC
|
||||
+++ cargo-crates/routinator-ui-0.3.4/build.rs
|
||||
@@ -110,6 +110,8 @@ impl Assets {
|
||||
}
|
||||
|
||||
fn _download_ui_release_build() -> Result<Vec<u8>, reqwest::Error> {
|
||||
+ let fname = format!("{}/routinator-ui-build.tar.gz", "DISTDIR");
|
||||
+ return Ok(std::fs::read(&fname).expect("could not read routinator ui file"));
|
||||
let version = env!("CARGO_PKG_VERSION");
|
||||
let mut headers = header::HeaderMap::new();
|
||||
|
Loading…
Reference in New Issue
Block a user