mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/py-qh3: New port: Lightway and fast implementation of QUIC and HTTP/3
This commit is contained in:
parent
20f7942a5e
commit
e67ab459cb
4 changed files with 588 additions and 0 deletions
|
@ -1763,6 +1763,7 @@
|
|||
SUBDIR += py-pyweblib
|
||||
SUBDIR += py-pywikibot
|
||||
SUBDIR += py-pywry
|
||||
SUBDIR += py-qh3
|
||||
SUBDIR += py-qt5-webengine
|
||||
SUBDIR += py-qt6-webengine
|
||||
SUBDIR += py-quilt3
|
||||
|
|
217
www/py-qh3/Makefile
Normal file
217
www/py-qh3/Makefile
Normal file
|
@ -0,0 +1,217 @@
|
|||
PORTNAME= qh3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.8
|
||||
CATEGORIES= www python
|
||||
#MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Lightway and fast implementation of QUIC and HTTP/3
|
||||
WWW= https://qh3.readthedocs.io/en/latest/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.2:devel/py-maturin@${PY_FLAVOR} \
|
||||
bash:shells/bash \
|
||||
cmake:devel/cmake-core
|
||||
|
||||
USES= cargo llvm:build python shebangfix
|
||||
USE_PYTHON= pep517 autoplist pytest # tests fail to run because they can't find qh3._hazmat for some reason
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jawah
|
||||
GH_TUPLE= litespeedtech:ls-qpack:8ff2bf6:ls_qpack/../ls-qpack-rs-86a836850b45593a1635e757439e291214573828/ls-qpack-sys/deps/ls-qpack # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279865
|
||||
|
||||
SHEBANG_GLOB= *.sh
|
||||
|
||||
CARGO_CRATES= aead-0.5.2 \
|
||||
aes-0.8.4 \
|
||||
aho-corasick-1.1.3 \
|
||||
asn1-rs-0.6.1 \
|
||||
asn1-rs-derive-0.5.0 \
|
||||
asn1-rs-impl-0.2.0 \
|
||||
autocfg-1.2.0 \
|
||||
aws-lc-fips-sys-0.12.7 \
|
||||
aws-lc-rs-1.7.3 \
|
||||
aws-lc-sys-0.18.0 \
|
||||
base64-0.22.0 \
|
||||
base64ct-1.6.0 \
|
||||
bindgen-0.66.1 \
|
||||
bindgen-0.69.4 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.5.0 \
|
||||
block-buffer-0.10.4 \
|
||||
block-padding-0.3.3 \
|
||||
byteorder-1.5.0 \
|
||||
cbc-0.1.2 \
|
||||
cc-1.0.90 \
|
||||
cexpr-0.6.0 \
|
||||
cfg-if-1.0.0 \
|
||||
chacha20-0.9.1 \
|
||||
chacha20poly1305-0.10.1 \
|
||||
cipher-0.4.4 \
|
||||
clang-sys-1.7.0 \
|
||||
cmake-0.1.50 \
|
||||
const-oid-0.9.6 \
|
||||
cpufeatures-0.2.12 \
|
||||
crypto-common-0.1.6 \
|
||||
curve25519-dalek-4.1.2 \
|
||||
curve25519-dalek-derive-0.1.1 \
|
||||
data-encoding-2.5.0 \
|
||||
der-0.7.9 \
|
||||
der-parser-9.0.0 \
|
||||
der_derive-0.7.2 \
|
||||
deranged-0.3.11 \
|
||||
digest-0.10.7 \
|
||||
displaydoc-0.2.4 \
|
||||
dsa-0.6.3 \
|
||||
dunce-1.0.4 \
|
||||
ed25519-2.2.3 \
|
||||
ed25519-dalek-2.1.1 \
|
||||
either-1.10.0 \
|
||||
errno-0.3.8 \
|
||||
fiat-crypto-0.2.7 \
|
||||
flagset-0.4.5 \
|
||||
fs_extra-1.3.0 \
|
||||
generic-array-0.14.7 \
|
||||
getrandom-0.2.13 \
|
||||
glob-0.3.1 \
|
||||
heck-0.4.1 \
|
||||
hmac-0.12.1 \
|
||||
home-0.5.9 \
|
||||
indoc-2.0.5 \
|
||||
inout-0.1.3 \
|
||||
itertools-0.12.1 \
|
||||
itoa-1.0.11 \
|
||||
jobserver-0.1.30 \
|
||||
lazy_static-1.4.0 \
|
||||
lazycell-1.3.0 \
|
||||
libc-0.2.153 \
|
||||
libloading-0.8.3 \
|
||||
libm-0.2.8 \
|
||||
linux-raw-sys-0.4.13 \
|
||||
lock_api-0.4.11 \
|
||||
log-0.4.21 \
|
||||
memchr-2.7.2 \
|
||||
memoffset-0.9.1 \
|
||||
minimal-lexical-0.2.1 \
|
||||
mirai-annotations-1.12.0 \
|
||||
nom-7.1.3 \
|
||||
num-bigint-0.4.4 \
|
||||
num-bigint-dig-0.8.4 \
|
||||
num-conv-0.1.0 \
|
||||
num-integer-0.1.46 \
|
||||
num-iter-0.1.44 \
|
||||
num-traits-0.2.18 \
|
||||
oid-registry-0.7.0 \
|
||||
once_cell-1.19.0 \
|
||||
opaque-debug-0.3.1 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.9.9 \
|
||||
paste-1.0.14 \
|
||||
pbkdf2-0.12.2 \
|
||||
peeking_take_while-0.1.2 \
|
||||
pem-rfc7468-0.7.0 \
|
||||
pkcs1-0.7.5 \
|
||||
pkcs5-0.7.1 \
|
||||
pkcs8-0.10.2 \
|
||||
platforms-3.4.0 \
|
||||
poly1305-0.8.0 \
|
||||
portable-atomic-1.6.0 \
|
||||
powerfmt-0.2.0 \
|
||||
ppv-lite86-0.2.17 \
|
||||
prettyplease-0.2.17 \
|
||||
proc-macro2-1.0.79 \
|
||||
pyo3-0.20.3 \
|
||||
pyo3-build-config-0.20.3 \
|
||||
pyo3-ffi-0.20.3 \
|
||||
pyo3-macros-0.20.3 \
|
||||
pyo3-macros-backend-0.20.3 \
|
||||
quote-1.0.35 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
redox_syscall-0.4.1 \
|
||||
regex-1.10.4 \
|
||||
regex-automata-0.4.6 \
|
||||
regex-syntax-0.8.3 \
|
||||
rfc6979-0.4.0 \
|
||||
ring-0.17.8 \
|
||||
rsa-0.9.6 \
|
||||
rustc-hash-1.1.0 \
|
||||
rustc_version-0.4.0 \
|
||||
rusticata-macros-4.1.0 \
|
||||
rustix-0.38.32 \
|
||||
rustls-0.23.8 \
|
||||
rustls-pemfile-2.1.2 \
|
||||
rustls-pki-types-1.7.0 \
|
||||
rustls-webpki-0.102.4 \
|
||||
salsa20-0.10.2 \
|
||||
scopeguard-1.2.0 \
|
||||
scrypt-0.11.0 \
|
||||
semver-1.0.22 \
|
||||
serde-1.0.197 \
|
||||
serde_derive-1.0.197 \
|
||||
sha1-0.10.6 \
|
||||
sha2-0.10.8 \
|
||||
shlex-1.3.0 \
|
||||
signature-2.2.0 \
|
||||
smallvec-1.13.2 \
|
||||
spin-0.5.2 \
|
||||
spin-0.9.8 \
|
||||
spki-0.7.3 \
|
||||
subtle-2.5.0 \
|
||||
syn-2.0.58 \
|
||||
synstructure-0.13.1 \
|
||||
target-lexicon-0.12.14 \
|
||||
thiserror-1.0.58 \
|
||||
thiserror-impl-1.0.58 \
|
||||
time-0.3.34 \
|
||||
time-core-0.1.2 \
|
||||
time-macros-0.2.17 \
|
||||
tls_codec-0.4.1 \
|
||||
tls_codec_derive-0.4.1 \
|
||||
typenum-1.17.0 \
|
||||
unicode-ident-1.0.12 \
|
||||
unindent-0.2.3 \
|
||||
universal-hash-0.5.1 \
|
||||
untrusted-0.7.1 \
|
||||
untrusted-0.9.0 \
|
||||
version_check-0.9.4 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
which-4.4.2 \
|
||||
windows-sys-0.52.0 \
|
||||
windows-targets-0.48.5 \
|
||||
windows-targets-0.52.4 \
|
||||
windows_aarch64_gnullvm-0.48.5 \
|
||||
windows_aarch64_gnullvm-0.52.4 \
|
||||
windows_aarch64_msvc-0.48.5 \
|
||||
windows_aarch64_msvc-0.52.4 \
|
||||
windows_i686_gnu-0.48.5 \
|
||||
windows_i686_gnu-0.52.4 \
|
||||
windows_i686_msvc-0.48.5 \
|
||||
windows_i686_msvc-0.52.4 \
|
||||
windows_x86_64_gnu-0.48.5 \
|
||||
windows_x86_64_gnu-0.52.4 \
|
||||
windows_x86_64_gnullvm-0.48.5 \
|
||||
windows_x86_64_gnullvm-0.52.4 \
|
||||
windows_x86_64_msvc-0.48.5 \
|
||||
windows_x86_64_msvc-0.52.4 \
|
||||
x509-cert-0.2.5 \
|
||||
x509-ocsp-0.2.1 \
|
||||
x509-parser-0.16.0 \
|
||||
zeroize-1.7.0 \
|
||||
zeroize_derive-1.4.2 \
|
||||
ls-qpack,ls-qpack-sys@git+https://github.com/Ousret/ls-qpack-rs.git\#86a836850b45593a1635e757439e291214573828
|
||||
CARGO_CRATES+= python3-dll-a-0.2.9
|
||||
|
||||
CARGO_BUILD= no
|
||||
CARGO_INSTALL= no
|
||||
CARGO_TEST= no
|
||||
CARGO_TARGET_DIR= ${WRKSRC}/target
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
TEST_WRKSRC= ${WRKSRC}/tests
|
||||
|
||||
.include <bsd.port.mk>
|
365
www/py-qh3/distinfo
Normal file
365
www/py-qh3/distinfo
Normal file
|
@ -0,0 +1,365 @@
|
|||
TIMESTAMP = 1718826943
|
||||
SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0
|
||||
SIZE (rust/crates/aead-0.5.2.crate) = 15509
|
||||
SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0
|
||||
SIZE (rust/crates/aes-0.8.4.crate) = 124812
|
||||
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
|
||||
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
|
||||
SHA256 (rust/crates/asn1-rs-0.6.1.crate) = 22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d
|
||||
SIZE (rust/crates/asn1-rs-0.6.1.crate) = 84743
|
||||
SHA256 (rust/crates/asn1-rs-derive-0.5.0.crate) = 7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1
|
||||
SIZE (rust/crates/asn1-rs-derive-0.5.0.crate) = 5234
|
||||
SHA256 (rust/crates/asn1-rs-impl-0.2.0.crate) = 7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7
|
||||
SIZE (rust/crates/asn1-rs-impl-0.2.0.crate) = 2261
|
||||
SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80
|
||||
SIZE (rust/crates/autocfg-1.2.0.crate) = 14808
|
||||
SHA256 (rust/crates/aws-lc-fips-sys-0.12.7.crate) = ae2108c0c026115b1bbc2e779aab668e802e98ae5f843b8cb470d8fc169db32e
|
||||
SIZE (rust/crates/aws-lc-fips-sys-0.12.7.crate) = 6791331
|
||||
SHA256 (rust/crates/aws-lc-rs-1.7.3.crate) = bf7d844e282b4b56750b2d4e893b2205581ded8709fddd2b6aa5418c150ca877
|
||||
SIZE (rust/crates/aws-lc-rs-1.7.3.crate) = 176441
|
||||
SHA256 (rust/crates/aws-lc-sys-0.18.0.crate) = c3a2c29203f6bf296d01141cc8bb9dbd5ecd4c27843f2ee0767bcd5985a927da
|
||||
SIZE (rust/crates/aws-lc-sys-0.18.0.crate) = 7888978
|
||||
SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51
|
||||
SIZE (rust/crates/base64-0.22.0.crate) = 81568
|
||||
SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b
|
||||
SIZE (rust/crates/base64ct-1.6.0.crate) = 28870
|
||||
SHA256 (rust/crates/bindgen-0.66.1.crate) = f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7
|
||||
SIZE (rust/crates/bindgen-0.66.1.crate) = 218860
|
||||
SHA256 (rust/crates/bindgen-0.69.4.crate) = a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0
|
||||
SIZE (rust/crates/bindgen-0.69.4.crate) = 221092
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1
|
||||
SIZE (rust/crates/bitflags-2.5.0.crate) = 43821
|
||||
SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71
|
||||
SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538
|
||||
SHA256 (rust/crates/block-padding-0.3.3.crate) = a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93
|
||||
SIZE (rust/crates/block-padding-0.3.3.crate) = 8504
|
||||
SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b
|
||||
SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
|
||||
SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6
|
||||
SIZE (rust/crates/cbc-0.1.2.crate) = 23501
|
||||
SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5
|
||||
SIZE (rust/crates/cc-1.0.90.crate) = 73954
|
||||
SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766
|
||||
SIZE (rust/crates/cexpr-0.6.0.crate) = 17966
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/chacha20-0.9.1.crate) = c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818
|
||||
SIZE (rust/crates/chacha20-0.9.1.crate) = 23424
|
||||
SHA256 (rust/crates/chacha20poly1305-0.10.1.crate) = 10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35
|
||||
SIZE (rust/crates/chacha20poly1305-0.10.1.crate) = 68485
|
||||
SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad
|
||||
SIZE (rust/crates/cipher-0.4.4.crate) = 19073
|
||||
SHA256 (rust/crates/clang-sys-1.7.0.crate) = 67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1
|
||||
SIZE (rust/crates/clang-sys-1.7.0.crate) = 42088
|
||||
SHA256 (rust/crates/cmake-0.1.50.crate) = a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130
|
||||
SIZE (rust/crates/cmake-0.1.50.crate) = 16748
|
||||
SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8
|
||||
SIZE (rust/crates/const-oid-0.9.6.crate) = 45382
|
||||
SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504
|
||||
SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837
|
||||
SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3
|
||||
SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760
|
||||
SHA256 (rust/crates/curve25519-dalek-4.1.2.crate) = 0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348
|
||||
SIZE (rust/crates/curve25519-dalek-4.1.2.crate) = 305477
|
||||
SHA256 (rust/crates/curve25519-dalek-derive-0.1.1.crate) = f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3
|
||||
SIZE (rust/crates/curve25519-dalek-derive-0.1.1.crate) = 11723
|
||||
SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5
|
||||
SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632
|
||||
SHA256 (rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0
|
||||
SIZE (rust/crates/der-0.7.9.crate) = 85173
|
||||
SHA256 (rust/crates/der-parser-9.0.0.crate) = 5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553
|
||||
SIZE (rust/crates/der-parser-9.0.0.crate) = 63191
|
||||
SHA256 (rust/crates/der_derive-0.7.2.crate) = 5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049
|
||||
SIZE (rust/crates/der_derive-0.7.2.crate) = 24601
|
||||
SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4
|
||||
SIZE (rust/crates/deranged-0.3.11.crate) = 18043
|
||||
SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292
|
||||
SIZE (rust/crates/digest-0.10.7.crate) = 19557
|
||||
SHA256 (rust/crates/displaydoc-0.2.4.crate) = 487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d
|
||||
SIZE (rust/crates/displaydoc-0.2.4.crate) = 23200
|
||||
SHA256 (rust/crates/dsa-0.6.3.crate) = 48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689
|
||||
SIZE (rust/crates/dsa-0.6.3.crate) = 25991
|
||||
SHA256 (rust/crates/dunce-1.0.4.crate) = 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b
|
||||
SIZE (rust/crates/dunce-1.0.4.crate) = 8034
|
||||
SHA256 (rust/crates/ed25519-2.2.3.crate) = 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53
|
||||
SIZE (rust/crates/ed25519-2.2.3.crate) = 17802
|
||||
SHA256 (rust/crates/ed25519-dalek-2.1.1.crate) = 4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871
|
||||
SIZE (rust/crates/ed25519-dalek-2.1.1.crate) = 85736
|
||||
SHA256 (rust/crates/either-1.10.0.crate) = 11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a
|
||||
SIZE (rust/crates/either-1.10.0.crate) = 18334
|
||||
SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245
|
||||
SIZE (rust/crates/errno-0.3.8.crate) = 10645
|
||||
SHA256 (rust/crates/fiat-crypto-0.2.7.crate) = c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f
|
||||
SIZE (rust/crates/fiat-crypto-0.2.7.crate) = 495388
|
||||
SHA256 (rust/crates/flagset-0.4.5.crate) = cdeb3aa5e95cf9aabc17f060cfa0ced7b83f042390760ca53bf09df9968acaa1
|
||||
SIZE (rust/crates/flagset-0.4.5.crate) = 13612
|
||||
SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c
|
||||
SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298
|
||||
SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a
|
||||
SIZE (rust/crates/generic-array-0.14.7.crate) = 15950
|
||||
SHA256 (rust/crates/getrandom-0.2.13.crate) = a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6
|
||||
SIZE (rust/crates/getrandom-0.2.13.crate) = 37133
|
||||
SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b
|
||||
SIZE (rust/crates/glob-0.3.1.crate) = 18880
|
||||
SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8
|
||||
SIZE (rust/crates/heck-0.4.1.crate) = 11567
|
||||
SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e
|
||||
SIZE (rust/crates/hmac-0.12.1.crate) = 42657
|
||||
SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5
|
||||
SIZE (rust/crates/home-0.5.9.crate) = 8760
|
||||
SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5
|
||||
SIZE (rust/crates/indoc-2.0.5.crate) = 14396
|
||||
SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5
|
||||
SIZE (rust/crates/inout-0.1.3.crate) = 10743
|
||||
SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569
|
||||
SIZE (rust/crates/itertools-0.12.1.crate) = 137761
|
||||
SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b
|
||||
SIZE (rust/crates/itoa-1.0.11.crate) = 10563
|
||||
SHA256 (rust/crates/jobserver-0.1.30.crate) = 685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2
|
||||
SIZE (rust/crates/jobserver-0.1.30.crate) = 27687
|
||||
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
|
||||
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
|
||||
SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55
|
||||
SIZE (rust/crates/lazycell-1.3.0.crate) = 12502
|
||||
SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd
|
||||
SIZE (rust/crates/libc-0.2.153.crate) = 740614
|
||||
SHA256 (rust/crates/libloading-0.8.3.crate) = 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19
|
||||
SIZE (rust/crates/libloading-0.8.3.crate) = 28480
|
||||
SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058
|
||||
SIZE (rust/crates/libm-0.2.8.crate) = 113450
|
||||
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/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45
|
||||
SIZE (rust/crates/lock_api-0.4.11.crate) = 27487
|
||||
SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c
|
||||
SIZE (rust/crates/log-0.4.21.crate) = 43442
|
||||
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/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a
|
||||
SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841
|
||||
SHA256 (rust/crates/mirai-annotations-1.12.0.crate) = c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1
|
||||
SIZE (rust/crates/mirai-annotations-1.12.0.crate) = 5721
|
||||
SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a
|
||||
SIZE (rust/crates/nom-7.1.3.crate) = 117570
|
||||
SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0
|
||||
SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369
|
||||
SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151
|
||||
SIZE (rust/crates/num-bigint-dig-0.8.4.crate) = 123825
|
||||
SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9
|
||||
SIZE (rust/crates/num-conv-0.1.0.crate) = 7444
|
||||
SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f
|
||||
SIZE (rust/crates/num-integer-0.1.46.crate) = 22331
|
||||
SHA256 (rust/crates/num-iter-0.1.44.crate) = d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9
|
||||
SIZE (rust/crates/num-iter-0.1.44.crate) = 10249
|
||||
SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a
|
||||
SIZE (rust/crates/num-traits-0.2.18.crate) = 51930
|
||||
SHA256 (rust/crates/oid-registry-0.7.0.crate) = 1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d
|
||||
SIZE (rust/crates/oid-registry-0.7.0.crate) = 15115
|
||||
SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92
|
||||
SIZE (rust/crates/once_cell-1.19.0.crate) = 33046
|
||||
SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381
|
||||
SIZE (rust/crates/opaque-debug-0.3.1.crate) = 7066
|
||||
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/pbkdf2-0.12.2.crate) = f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2
|
||||
SIZE (rust/crates/pbkdf2-0.12.2.crate) = 13906
|
||||
SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099
|
||||
SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697
|
||||
SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412
|
||||
SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159
|
||||
SHA256 (rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f
|
||||
SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790
|
||||
SHA256 (rust/crates/pkcs5-0.7.1.crate) = e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6
|
||||
SIZE (rust/crates/pkcs5-0.7.1.crate) = 41902
|
||||
SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7
|
||||
SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360
|
||||
SHA256 (rust/crates/platforms-3.4.0.crate) = db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7
|
||||
SIZE (rust/crates/platforms-3.4.0.crate) = 29298
|
||||
SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf
|
||||
SIZE (rust/crates/poly1305-0.8.0.crate) = 32633
|
||||
SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0
|
||||
SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689
|
||||
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/prettyplease-0.2.17.crate) = 8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7
|
||||
SIZE (rust/crates/prettyplease-0.2.17.crate) = 57713
|
||||
SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e
|
||||
SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200
|
||||
SHA256 (rust/crates/pyo3-0.20.3.crate) = 53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233
|
||||
SIZE (rust/crates/pyo3-0.20.3.crate) = 434673
|
||||
SHA256 (rust/crates/pyo3-build-config-0.20.3.crate) = deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7
|
||||
SIZE (rust/crates/pyo3-build-config-0.20.3.crate) = 30060
|
||||
SHA256 (rust/crates/pyo3-ffi-0.20.3.crate) = 62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa
|
||||
SIZE (rust/crates/pyo3-ffi-0.20.3.crate) = 65024
|
||||
SHA256 (rust/crates/pyo3-macros-0.20.3.crate) = 7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158
|
||||
SIZE (rust/crates/pyo3-macros-0.20.3.crate) = 7920
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.20.3.crate) = 7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.20.3.crate) = 49797
|
||||
SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef
|
||||
SIZE (rust/crates/quote-1.0.35.crate) = 28136
|
||||
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/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c
|
||||
SIZE (rust/crates/regex-1.10.4.crate) = 253191
|
||||
SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea
|
||||
SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565
|
||||
SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56
|
||||
SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497
|
||||
SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2
|
||||
SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140
|
||||
SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d
|
||||
SIZE (rust/crates/ring-0.17.8.crate) = 4188554
|
||||
SHA256 (rust/crates/rsa-0.9.6.crate) = 5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc
|
||||
SIZE (rust/crates/rsa-0.9.6.crate) = 80048
|
||||
SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2
|
||||
SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331
|
||||
SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366
|
||||
SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175
|
||||
SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632
|
||||
SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746
|
||||
SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89
|
||||
SIZE (rust/crates/rustix-0.38.32.crate) = 376999
|
||||
SHA256 (rust/crates/rustls-0.23.8.crate) = 79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740
|
||||
SIZE (rust/crates/rustls-0.23.8.crate) = 382764
|
||||
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/salsa20-0.10.2.crate) = 97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213
|
||||
SIZE (rust/crates/salsa20-0.10.2.crate) = 12780
|
||||
SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49
|
||||
SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619
|
||||
SHA256 (rust/crates/scrypt-0.11.0.crate) = 0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f
|
||||
SIZE (rust/crates/scrypt-0.11.0.crate) = 13440
|
||||
SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca
|
||||
SIZE (rust/crates/semver-1.0.22.crate) = 30446
|
||||
SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2
|
||||
SIZE (rust/crates/serde-1.0.197.crate) = 77087
|
||||
SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b
|
||||
SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771
|
||||
SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba
|
||||
SIZE (rust/crates/sha1-0.10.6.crate) = 13517
|
||||
SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8
|
||||
SIZE (rust/crates/sha2-0.10.8.crate) = 26357
|
||||
SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64
|
||||
SIZE (rust/crates/shlex-1.3.0.crate) = 18713
|
||||
SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de
|
||||
SIZE (rust/crates/signature-2.2.0.crate) = 15531
|
||||
SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67
|
||||
SIZE (rust/crates/smallvec-1.13.2.crate) = 35216
|
||||
SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d
|
||||
SIZE (rust/crates/spin-0.5.2.crate) = 12004
|
||||
SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67
|
||||
SIZE (rust/crates/spin-0.9.8.crate) = 38958
|
||||
SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d
|
||||
SIZE (rust/crates/spki-0.7.3.crate) = 16409
|
||||
SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc
|
||||
SIZE (rust/crates/subtle-2.5.0.crate) = 13909
|
||||
SHA256 (rust/crates/syn-2.0.58.crate) = 44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687
|
||||
SIZE (rust/crates/syn-2.0.58.crate) = 254920
|
||||
SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971
|
||||
SIZE (rust/crates/synstructure-0.13.1.crate) = 18327
|
||||
SHA256 (rust/crates/target-lexicon-0.12.14.crate) = e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f
|
||||
SIZE (rust/crates/target-lexicon-0.12.14.crate) = 25508
|
||||
SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297
|
||||
SIZE (rust/crates/thiserror-1.0.58.crate) = 21025
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7
|
||||
SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645
|
||||
SHA256 (rust/crates/time-0.3.34.crate) = c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749
|
||||
SIZE (rust/crates/time-0.3.34.crate) = 118430
|
||||
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.17.crate) = 7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774
|
||||
SIZE (rust/crates/time-macros-0.2.17.crate) = 24443
|
||||
SHA256 (rust/crates/tls_codec-0.4.1.crate) = b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a
|
||||
SIZE (rust/crates/tls_codec-0.4.1.crate) = 23077
|
||||
SHA256 (rust/crates/tls_codec_derive-0.4.1.crate) = 8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c
|
||||
SIZE (rust/crates/tls_codec_derive-0.4.1.crate) = 18463
|
||||
SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825
|
||||
SIZE (rust/crates/typenum-1.17.0.crate) = 42849
|
||||
SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
|
||||
SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168
|
||||
SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce
|
||||
SIZE (rust/crates/unindent-0.2.3.crate) = 7306
|
||||
SHA256 (rust/crates/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea
|
||||
SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146
|
||||
SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a
|
||||
SIZE (rust/crates/untrusted-0.7.1.crate) = 7924
|
||||
SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1
|
||||
SIZE (rust/crates/untrusted-0.9.0.crate) = 14447
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
|
||||
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/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7
|
||||
SIZE (rust/crates/which-4.4.2.crate) = 15953
|
||||
SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d
|
||||
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.4.crate) = 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b
|
||||
SIZE (rust/crates/windows-targets-0.52.4.crate) = 6310
|
||||
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.4.crate) = bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = 433373
|
||||
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.4.crate) = da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.4.crate) = 828055
|
||||
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.4.crate) = b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.4.crate) = 875736
|
||||
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.4.crate) = 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.4.crate) = 895530
|
||||
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.4.crate) = 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 831627
|
||||
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.4.crate) = 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 433358
|
||||
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.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019
|
||||
SHA256 (rust/crates/x509-cert-0.2.5.crate) = 1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94
|
||||
SIZE (rust/crates/x509-cert-0.2.5.crate) = 99819
|
||||
SHA256 (rust/crates/x509-ocsp-0.2.1.crate) = 5e54e695a31f0fecb826cf59ae2093c941d7ef932a1f8508185dd23b29ce2e2e
|
||||
SIZE (rust/crates/x509-ocsp-0.2.1.crate) = 44037
|
||||
SHA256 (rust/crates/x509-parser-0.16.0.crate) = fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69
|
||||
SIZE (rust/crates/x509-parser-0.16.0.crate) = 92925
|
||||
SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d
|
||||
SIZE (rust/crates/zeroize-1.7.0.crate) = 19039
|
||||
SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69
|
||||
SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141
|
||||
SHA256 (rust/crates/python3-dll-a-0.2.9.crate) = d5f07cd4412be8fa09a721d40007c483981bbe072cd6a21f2e83e04ec8f8343f
|
||||
SIZE (rust/crates/python3-dll-a-0.2.9.crate) = 66092
|
||||
SHA256 (Ousret-ls-qpack-rs-86a836850b45593a1635e757439e291214573828_GH0.tar.gz) = 03965a61c98f536d97de763c7058b6f03c0dcd0d7e4a964ed7ffd29b0a95446c
|
||||
SIZE (Ousret-ls-qpack-rs-86a836850b45593a1635e757439e291214573828_GH0.tar.gz) = 14571
|
||||
SHA256 (jawah-qh3-v1.0.8_GH0.tar.gz) = f2d4a830226c1af1ed323f58c332a300d67552517dc10e24745d4a2299e30d52
|
||||
SIZE (jawah-qh3-v1.0.8_GH0.tar.gz) = 177638
|
||||
SHA256 (litespeedtech-ls-qpack-8ff2bf6_GH0.tar.gz) = 5c5353d3aacd3acc0081315b8e3161fb64df4c9d95db12ac8f01ddf95083fef6
|
||||
SIZE (litespeedtech-ls-qpack-8ff2bf6_GH0.tar.gz) = 708577
|
5
www/py-qh3/pkg-descr
Normal file
5
www/py-qh3/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
qh3 is a library for the QUIC network protocol in Python. It features a minimal
|
||||
TLS 1.3 implementation, a QUIC stack, and an HTTP/3 stack.
|
||||
|
||||
QUIC was standardized in RFC 9000 and HTTP/3 in RFC 9114. qh3 follow the
|
||||
standardized version of QUIC and HTTP/3.
|
Loading…
Add table
Reference in a new issue