cloudcheck 9.0.0__tar.gz → 9.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/.github/workflows/docker-tests.yml +2 -2
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/.github/workflows/python-tests.yml +9 -9
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/Cargo.lock +225 -10
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/Cargo.toml +2 -2
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/PKG-INFO +1 -1
- cloudcheck-9.1.0/dist/cloudcheck-9.1.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/pyproject.toml +1 -1
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/uv.lock +16 -16
- cloudcheck-9.0.0/dist/cloudcheck-9.0.0-cp314-cp314-manylinux_2_34_x86_64.whl +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/.github/dependabot.yml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/.gitignore +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/Dockerfile +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/README.md +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloud_providers.json +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloud_providers_v2.json +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/__init__.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/helpers.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/helm/Chart.yaml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/helm/cloudcheck/values.yaml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/helm/values.yaml +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/pytest.ini +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/scripts/update_readme_table.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/src/api.rs +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/src/lib.rs +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/src/main.rs +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/src/python.rs +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/test_cloudcheck.py +0 -0
- {cloudcheck-9.0.0 → cloudcheck-9.1.0}/test_docker.py +0 -0
|
@@ -61,8 +61,8 @@ jobs:
|
|
|
61
61
|
type=sha,prefix=sha-
|
|
62
62
|
type=raw,value=latest,enable={{is_default_branch}}
|
|
63
63
|
type=raw,value=v9
|
|
64
|
-
type=raw,value=v9.
|
|
65
|
-
type=raw,value=v9.
|
|
64
|
+
type=raw,value=v9.1
|
|
65
|
+
type=raw,value=v9.1.0
|
|
66
66
|
|
|
67
67
|
- name: Build and push Docker image
|
|
68
68
|
uses: docker/build-push-action@v6
|
|
@@ -62,7 +62,6 @@ jobs:
|
|
|
62
62
|
- name: Publish PyPi package
|
|
63
63
|
# TODO: Remove || true
|
|
64
64
|
run: uv run maturin publish --username __token__ --password ${{ secrets.PYPI_TOKEN }} || true
|
|
65
|
-
|
|
66
65
|
linux:
|
|
67
66
|
runs-on: ${{ matrix.platform.runner }}
|
|
68
67
|
needs: publish
|
|
@@ -78,7 +77,7 @@ jobs:
|
|
|
78
77
|
target: aarch64
|
|
79
78
|
- runner: ubuntu-22.04
|
|
80
79
|
target: armv7
|
|
81
|
-
# get
|
|
80
|
+
# get rekt ibm
|
|
82
81
|
# - runner: ubuntu-22.04
|
|
83
82
|
# target: s390x
|
|
84
83
|
- runner: ubuntu-22.04
|
|
@@ -93,7 +92,7 @@ jobs:
|
|
|
93
92
|
with:
|
|
94
93
|
target: ${{ matrix.platform.target }}
|
|
95
94
|
args: --release --out dist --find-interpreter
|
|
96
|
-
sccache:
|
|
95
|
+
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
97
96
|
manylinux: auto
|
|
98
97
|
before-script-linux: |
|
|
99
98
|
if command -v apt-get >/dev/null 2>&1; then
|
|
@@ -101,7 +100,7 @@ jobs:
|
|
|
101
100
|
sudo apt-get update
|
|
102
101
|
sudo apt-get install -y pkg-config libssl-dev perl make gcc g++ binutils
|
|
103
102
|
elif command -v yum >/dev/null 2>&1; then
|
|
104
|
-
# CentOS-based
|
|
103
|
+
# CentOS-based
|
|
105
104
|
yum update -y
|
|
106
105
|
yum install -y openssl openssl-devel perl perl-core make gcc gcc-c++ binutils
|
|
107
106
|
else
|
|
@@ -139,7 +138,7 @@ jobs:
|
|
|
139
138
|
with:
|
|
140
139
|
target: ${{ matrix.platform.target }}
|
|
141
140
|
args: --release --out dist --find-interpreter
|
|
142
|
-
sccache:
|
|
141
|
+
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
143
142
|
manylinux: musllinux_1_2
|
|
144
143
|
before-script-linux: |
|
|
145
144
|
if command -v apt-get >/dev/null 2>&1; then
|
|
@@ -154,6 +153,7 @@ jobs:
|
|
|
154
153
|
echo "Error: Neither apt-get nor yum found"
|
|
155
154
|
exit 1
|
|
156
155
|
fi
|
|
156
|
+
|
|
157
157
|
- name: Upload wheels
|
|
158
158
|
uses: actions/upload-artifact@v6
|
|
159
159
|
with:
|
|
@@ -182,7 +182,7 @@ jobs:
|
|
|
182
182
|
with:
|
|
183
183
|
target: ${{ matrix.platform.target }}
|
|
184
184
|
args: --release --out dist --find-interpreter
|
|
185
|
-
sccache:
|
|
185
|
+
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
186
186
|
- name: Upload wheels
|
|
187
187
|
uses: actions/upload-artifact@v6
|
|
188
188
|
with:
|
|
@@ -210,7 +210,7 @@ jobs:
|
|
|
210
210
|
with:
|
|
211
211
|
target: ${{ matrix.platform.target }}
|
|
212
212
|
args: --release --out dist --find-interpreter
|
|
213
|
-
sccache:
|
|
213
|
+
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
214
214
|
- name: Upload wheels
|
|
215
215
|
uses: actions/upload-artifact@v6
|
|
216
216
|
with:
|
|
@@ -252,10 +252,10 @@ jobs:
|
|
|
252
252
|
uses: actions/attest-build-provenance@v3
|
|
253
253
|
with:
|
|
254
254
|
subject-path: 'wheels-*/*'
|
|
255
|
-
- name: Publish
|
|
255
|
+
- name: Publish to PyPI
|
|
256
256
|
uses: PyO3/maturin-action@v1
|
|
257
257
|
env:
|
|
258
258
|
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
|
|
259
259
|
with:
|
|
260
260
|
command: upload
|
|
261
|
-
args: --non-interactive --skip-existing wheels-*/*
|
|
261
|
+
args: --non-interactive --skip-existing wheels-*/*
|
|
@@ -88,6 +88,28 @@ version = "1.5.0"
|
|
|
88
88
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
89
89
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
90
90
|
|
|
91
|
+
[[package]]
|
|
92
|
+
name = "aws-lc-rs"
|
|
93
|
+
version = "1.15.4"
|
|
94
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
+
checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
|
|
96
|
+
dependencies = [
|
|
97
|
+
"aws-lc-sys",
|
|
98
|
+
"zeroize",
|
|
99
|
+
]
|
|
100
|
+
|
|
101
|
+
[[package]]
|
|
102
|
+
name = "aws-lc-sys"
|
|
103
|
+
version = "0.37.0"
|
|
104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
105
|
+
checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
|
|
106
|
+
dependencies = [
|
|
107
|
+
"cc",
|
|
108
|
+
"cmake",
|
|
109
|
+
"dunce",
|
|
110
|
+
"fs_extra",
|
|
111
|
+
]
|
|
112
|
+
|
|
91
113
|
[[package]]
|
|
92
114
|
name = "axum"
|
|
93
115
|
version = "0.8.8"
|
|
@@ -180,9 +202,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
180
202
|
checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
|
|
181
203
|
dependencies = [
|
|
182
204
|
"find-msvc-tools",
|
|
205
|
+
"jobserver",
|
|
206
|
+
"libc",
|
|
183
207
|
"shlex",
|
|
184
208
|
]
|
|
185
209
|
|
|
210
|
+
[[package]]
|
|
211
|
+
name = "cesu8"
|
|
212
|
+
version = "1.1.0"
|
|
213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
+
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
215
|
+
|
|
186
216
|
[[package]]
|
|
187
217
|
name = "cfg-if"
|
|
188
218
|
version = "1.0.4"
|
|
@@ -237,7 +267,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
237
267
|
|
|
238
268
|
[[package]]
|
|
239
269
|
name = "cloudcheck"
|
|
240
|
-
version = "9.
|
|
270
|
+
version = "9.1.0"
|
|
241
271
|
dependencies = [
|
|
242
272
|
"axum",
|
|
243
273
|
"clap",
|
|
@@ -254,12 +284,31 @@ dependencies = [
|
|
|
254
284
|
"utoipa-swagger-ui",
|
|
255
285
|
]
|
|
256
286
|
|
|
287
|
+
[[package]]
|
|
288
|
+
name = "cmake"
|
|
289
|
+
version = "0.1.57"
|
|
290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
+
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
|
292
|
+
dependencies = [
|
|
293
|
+
"cc",
|
|
294
|
+
]
|
|
295
|
+
|
|
257
296
|
[[package]]
|
|
258
297
|
name = "colorchoice"
|
|
259
298
|
version = "1.0.4"
|
|
260
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
300
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
262
301
|
|
|
302
|
+
[[package]]
|
|
303
|
+
name = "combine"
|
|
304
|
+
version = "4.6.7"
|
|
305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
306
|
+
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
307
|
+
dependencies = [
|
|
308
|
+
"bytes",
|
|
309
|
+
"memchr",
|
|
310
|
+
]
|
|
311
|
+
|
|
263
312
|
[[package]]
|
|
264
313
|
name = "core-foundation"
|
|
265
314
|
version = "0.10.1"
|
|
@@ -336,6 +385,12 @@ dependencies = [
|
|
|
336
385
|
"syn",
|
|
337
386
|
]
|
|
338
387
|
|
|
388
|
+
[[package]]
|
|
389
|
+
name = "dunce"
|
|
390
|
+
version = "1.0.5"
|
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
393
|
+
|
|
339
394
|
[[package]]
|
|
340
395
|
name = "env_filter"
|
|
341
396
|
version = "0.1.4"
|
|
@@ -401,6 +456,12 @@ dependencies = [
|
|
|
401
456
|
"percent-encoding",
|
|
402
457
|
]
|
|
403
458
|
|
|
459
|
+
[[package]]
|
|
460
|
+
name = "fs_extra"
|
|
461
|
+
version = "1.3.0"
|
|
462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
463
|
+
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
464
|
+
|
|
404
465
|
[[package]]
|
|
405
466
|
name = "futures"
|
|
406
467
|
version = "0.3.31"
|
|
@@ -616,7 +677,6 @@ dependencies = [
|
|
|
616
677
|
"hyper",
|
|
617
678
|
"hyper-util",
|
|
618
679
|
"rustls",
|
|
619
|
-
"rustls-native-certs",
|
|
620
680
|
"rustls-pki-types",
|
|
621
681
|
"tokio",
|
|
622
682
|
"tokio-rustls",
|
|
@@ -822,6 +882,38 @@ dependencies = [
|
|
|
822
882
|
"syn",
|
|
823
883
|
]
|
|
824
884
|
|
|
885
|
+
[[package]]
|
|
886
|
+
name = "jni"
|
|
887
|
+
version = "0.21.1"
|
|
888
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
889
|
+
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
890
|
+
dependencies = [
|
|
891
|
+
"cesu8",
|
|
892
|
+
"cfg-if",
|
|
893
|
+
"combine",
|
|
894
|
+
"jni-sys",
|
|
895
|
+
"log",
|
|
896
|
+
"thiserror 1.0.69",
|
|
897
|
+
"walkdir",
|
|
898
|
+
"windows-sys 0.45.0",
|
|
899
|
+
]
|
|
900
|
+
|
|
901
|
+
[[package]]
|
|
902
|
+
name = "jni-sys"
|
|
903
|
+
version = "0.3.0"
|
|
904
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
905
|
+
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
906
|
+
|
|
907
|
+
[[package]]
|
|
908
|
+
name = "jobserver"
|
|
909
|
+
version = "0.1.34"
|
|
910
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
911
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
912
|
+
dependencies = [
|
|
913
|
+
"getrandom 0.3.4",
|
|
914
|
+
"libc",
|
|
915
|
+
]
|
|
916
|
+
|
|
825
917
|
[[package]]
|
|
826
918
|
name = "js-sys"
|
|
827
919
|
version = "0.3.85"
|
|
@@ -1112,7 +1204,7 @@ dependencies = [
|
|
|
1112
1204
|
"rustc-hash",
|
|
1113
1205
|
"rustls",
|
|
1114
1206
|
"socket2",
|
|
1115
|
-
"thiserror",
|
|
1207
|
+
"thiserror 2.0.18",
|
|
1116
1208
|
"tokio",
|
|
1117
1209
|
"tracing",
|
|
1118
1210
|
"web-time",
|
|
@@ -1124,6 +1216,7 @@ version = "0.11.13"
|
|
|
1124
1216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
1217
|
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
1126
1218
|
dependencies = [
|
|
1219
|
+
"aws-lc-rs",
|
|
1127
1220
|
"bytes",
|
|
1128
1221
|
"getrandom 0.3.4",
|
|
1129
1222
|
"lru-slab",
|
|
@@ -1133,7 +1226,7 @@ dependencies = [
|
|
|
1133
1226
|
"rustls",
|
|
1134
1227
|
"rustls-pki-types",
|
|
1135
1228
|
"slab",
|
|
1136
|
-
"thiserror",
|
|
1229
|
+
"thiserror 2.0.18",
|
|
1137
1230
|
"tinyvec",
|
|
1138
1231
|
"tracing",
|
|
1139
1232
|
"web-time",
|
|
@@ -1248,9 +1341,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
|
1248
1341
|
|
|
1249
1342
|
[[package]]
|
|
1250
1343
|
name = "reqwest"
|
|
1251
|
-
version = "0.
|
|
1344
|
+
version = "0.13.1"
|
|
1252
1345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1253
|
-
checksum = "
|
|
1346
|
+
checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
|
|
1254
1347
|
dependencies = [
|
|
1255
1348
|
"base64",
|
|
1256
1349
|
"bytes",
|
|
@@ -1267,11 +1360,10 @@ dependencies = [
|
|
|
1267
1360
|
"pin-project-lite",
|
|
1268
1361
|
"quinn",
|
|
1269
1362
|
"rustls",
|
|
1270
|
-
"rustls-native-certs",
|
|
1271
1363
|
"rustls-pki-types",
|
|
1364
|
+
"rustls-platform-verifier",
|
|
1272
1365
|
"serde",
|
|
1273
1366
|
"serde_json",
|
|
1274
|
-
"serde_urlencoded",
|
|
1275
1367
|
"sync_wrapper",
|
|
1276
1368
|
"tokio",
|
|
1277
1369
|
"tokio-rustls",
|
|
@@ -1344,8 +1436,8 @@ version = "0.23.36"
|
|
|
1344
1436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1345
1437
|
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
|
1346
1438
|
dependencies = [
|
|
1439
|
+
"aws-lc-rs",
|
|
1347
1440
|
"once_cell",
|
|
1348
|
-
"ring",
|
|
1349
1441
|
"rustls-pki-types",
|
|
1350
1442
|
"rustls-webpki",
|
|
1351
1443
|
"subtle",
|
|
@@ -1374,12 +1466,40 @@ dependencies = [
|
|
|
1374
1466
|
"zeroize",
|
|
1375
1467
|
]
|
|
1376
1468
|
|
|
1469
|
+
[[package]]
|
|
1470
|
+
name = "rustls-platform-verifier"
|
|
1471
|
+
version = "0.6.2"
|
|
1472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1473
|
+
checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
|
|
1474
|
+
dependencies = [
|
|
1475
|
+
"core-foundation",
|
|
1476
|
+
"core-foundation-sys",
|
|
1477
|
+
"jni",
|
|
1478
|
+
"log",
|
|
1479
|
+
"once_cell",
|
|
1480
|
+
"rustls",
|
|
1481
|
+
"rustls-native-certs",
|
|
1482
|
+
"rustls-platform-verifier-android",
|
|
1483
|
+
"rustls-webpki",
|
|
1484
|
+
"security-framework",
|
|
1485
|
+
"security-framework-sys",
|
|
1486
|
+
"webpki-root-certs",
|
|
1487
|
+
"windows-sys 0.61.2",
|
|
1488
|
+
]
|
|
1489
|
+
|
|
1490
|
+
[[package]]
|
|
1491
|
+
name = "rustls-platform-verifier-android"
|
|
1492
|
+
version = "0.1.1"
|
|
1493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1494
|
+
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
1495
|
+
|
|
1377
1496
|
[[package]]
|
|
1378
1497
|
name = "rustls-webpki"
|
|
1379
1498
|
version = "0.103.9"
|
|
1380
1499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1381
1500
|
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
1382
1501
|
dependencies = [
|
|
1502
|
+
"aws-lc-rs",
|
|
1383
1503
|
"ring",
|
|
1384
1504
|
"rustls-pki-types",
|
|
1385
1505
|
"untrusted",
|
|
@@ -1626,13 +1746,33 @@ version = "0.13.4"
|
|
|
1626
1746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1627
1747
|
checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
1628
1748
|
|
|
1749
|
+
[[package]]
|
|
1750
|
+
name = "thiserror"
|
|
1751
|
+
version = "1.0.69"
|
|
1752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1753
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
1754
|
+
dependencies = [
|
|
1755
|
+
"thiserror-impl 1.0.69",
|
|
1756
|
+
]
|
|
1757
|
+
|
|
1629
1758
|
[[package]]
|
|
1630
1759
|
name = "thiserror"
|
|
1631
1760
|
version = "2.0.18"
|
|
1632
1761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1633
1762
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
1634
1763
|
dependencies = [
|
|
1635
|
-
"thiserror-impl",
|
|
1764
|
+
"thiserror-impl 2.0.18",
|
|
1765
|
+
]
|
|
1766
|
+
|
|
1767
|
+
[[package]]
|
|
1768
|
+
name = "thiserror-impl"
|
|
1769
|
+
version = "1.0.69"
|
|
1770
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1771
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
1772
|
+
dependencies = [
|
|
1773
|
+
"proc-macro2",
|
|
1774
|
+
"quote",
|
|
1775
|
+
"syn",
|
|
1636
1776
|
]
|
|
1637
1777
|
|
|
1638
1778
|
[[package]]
|
|
@@ -1996,6 +2136,15 @@ dependencies = [
|
|
|
1996
2136
|
"wasm-bindgen",
|
|
1997
2137
|
]
|
|
1998
2138
|
|
|
2139
|
+
[[package]]
|
|
2140
|
+
name = "webpki-root-certs"
|
|
2141
|
+
version = "1.0.5"
|
|
2142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2143
|
+
checksum = "36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc"
|
|
2144
|
+
dependencies = [
|
|
2145
|
+
"rustls-pki-types",
|
|
2146
|
+
]
|
|
2147
|
+
|
|
1999
2148
|
[[package]]
|
|
2000
2149
|
name = "winapi-util"
|
|
2001
2150
|
version = "0.1.11"
|
|
@@ -2011,6 +2160,15 @@ version = "0.2.1"
|
|
|
2011
2160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2012
2161
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2013
2162
|
|
|
2163
|
+
[[package]]
|
|
2164
|
+
name = "windows-sys"
|
|
2165
|
+
version = "0.45.0"
|
|
2166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2167
|
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
2168
|
+
dependencies = [
|
|
2169
|
+
"windows-targets 0.42.2",
|
|
2170
|
+
]
|
|
2171
|
+
|
|
2014
2172
|
[[package]]
|
|
2015
2173
|
name = "windows-sys"
|
|
2016
2174
|
version = "0.52.0"
|
|
@@ -2038,6 +2196,21 @@ dependencies = [
|
|
|
2038
2196
|
"windows-link",
|
|
2039
2197
|
]
|
|
2040
2198
|
|
|
2199
|
+
[[package]]
|
|
2200
|
+
name = "windows-targets"
|
|
2201
|
+
version = "0.42.2"
|
|
2202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2203
|
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
2204
|
+
dependencies = [
|
|
2205
|
+
"windows_aarch64_gnullvm 0.42.2",
|
|
2206
|
+
"windows_aarch64_msvc 0.42.2",
|
|
2207
|
+
"windows_i686_gnu 0.42.2",
|
|
2208
|
+
"windows_i686_msvc 0.42.2",
|
|
2209
|
+
"windows_x86_64_gnu 0.42.2",
|
|
2210
|
+
"windows_x86_64_gnullvm 0.42.2",
|
|
2211
|
+
"windows_x86_64_msvc 0.42.2",
|
|
2212
|
+
]
|
|
2213
|
+
|
|
2041
2214
|
[[package]]
|
|
2042
2215
|
name = "windows-targets"
|
|
2043
2216
|
version = "0.52.6"
|
|
@@ -2071,6 +2244,12 @@ dependencies = [
|
|
|
2071
2244
|
"windows_x86_64_msvc 0.53.1",
|
|
2072
2245
|
]
|
|
2073
2246
|
|
|
2247
|
+
[[package]]
|
|
2248
|
+
name = "windows_aarch64_gnullvm"
|
|
2249
|
+
version = "0.42.2"
|
|
2250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2251
|
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
2252
|
+
|
|
2074
2253
|
[[package]]
|
|
2075
2254
|
name = "windows_aarch64_gnullvm"
|
|
2076
2255
|
version = "0.52.6"
|
|
@@ -2083,6 +2262,12 @@ version = "0.53.1"
|
|
|
2083
2262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2084
2263
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
2085
2264
|
|
|
2265
|
+
[[package]]
|
|
2266
|
+
name = "windows_aarch64_msvc"
|
|
2267
|
+
version = "0.42.2"
|
|
2268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2269
|
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
2270
|
+
|
|
2086
2271
|
[[package]]
|
|
2087
2272
|
name = "windows_aarch64_msvc"
|
|
2088
2273
|
version = "0.52.6"
|
|
@@ -2095,6 +2280,12 @@ version = "0.53.1"
|
|
|
2095
2280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2096
2281
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
2097
2282
|
|
|
2283
|
+
[[package]]
|
|
2284
|
+
name = "windows_i686_gnu"
|
|
2285
|
+
version = "0.42.2"
|
|
2286
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2287
|
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
2288
|
+
|
|
2098
2289
|
[[package]]
|
|
2099
2290
|
name = "windows_i686_gnu"
|
|
2100
2291
|
version = "0.52.6"
|
|
@@ -2119,6 +2310,12 @@ version = "0.53.1"
|
|
|
2119
2310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2120
2311
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
2121
2312
|
|
|
2313
|
+
[[package]]
|
|
2314
|
+
name = "windows_i686_msvc"
|
|
2315
|
+
version = "0.42.2"
|
|
2316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2317
|
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
2318
|
+
|
|
2122
2319
|
[[package]]
|
|
2123
2320
|
name = "windows_i686_msvc"
|
|
2124
2321
|
version = "0.52.6"
|
|
@@ -2131,6 +2328,12 @@ version = "0.53.1"
|
|
|
2131
2328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2132
2329
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
2133
2330
|
|
|
2331
|
+
[[package]]
|
|
2332
|
+
name = "windows_x86_64_gnu"
|
|
2333
|
+
version = "0.42.2"
|
|
2334
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2335
|
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
2336
|
+
|
|
2134
2337
|
[[package]]
|
|
2135
2338
|
name = "windows_x86_64_gnu"
|
|
2136
2339
|
version = "0.52.6"
|
|
@@ -2143,6 +2346,12 @@ version = "0.53.1"
|
|
|
2143
2346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2144
2347
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
2145
2348
|
|
|
2349
|
+
[[package]]
|
|
2350
|
+
name = "windows_x86_64_gnullvm"
|
|
2351
|
+
version = "0.42.2"
|
|
2352
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2353
|
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
2354
|
+
|
|
2146
2355
|
[[package]]
|
|
2147
2356
|
name = "windows_x86_64_gnullvm"
|
|
2148
2357
|
version = "0.52.6"
|
|
@@ -2155,6 +2364,12 @@ version = "0.53.1"
|
|
|
2155
2364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2156
2365
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
2157
2366
|
|
|
2367
|
+
[[package]]
|
|
2368
|
+
name = "windows_x86_64_msvc"
|
|
2369
|
+
version = "0.42.2"
|
|
2370
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2371
|
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
2372
|
+
|
|
2158
2373
|
[[package]]
|
|
2159
2374
|
name = "windows_x86_64_msvc"
|
|
2160
2375
|
version = "0.52.6"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "cloudcheck"
|
|
3
|
-
version = "9.
|
|
3
|
+
version = "9.1.0"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
|
|
6
6
|
license = "GPL-3.0"
|
|
@@ -10,7 +10,7 @@ readme = "README.md"
|
|
|
10
10
|
serde = { version = "1.0", features = ["derive"] }
|
|
11
11
|
serde_json = "1.0"
|
|
12
12
|
tokio = { version = "1", features = ["full"] }
|
|
13
|
-
reqwest = { version = "0.
|
|
13
|
+
reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] }
|
|
14
14
|
pyo3 = { version = "0.27", optional = true }
|
|
15
15
|
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
|
|
16
16
|
radixtarget = "4.2"
|
|
@@ -49,7 +49,7 @@ wheels = [
|
|
|
49
49
|
|
|
50
50
|
[[package]]
|
|
51
51
|
name = "cloudcheck"
|
|
52
|
-
version = "9.
|
|
52
|
+
version = "9.1.0"
|
|
53
53
|
source = { editable = "." }
|
|
54
54
|
|
|
55
55
|
[package.dev-dependencies]
|
|
@@ -153,26 +153,26 @@ wheels = [
|
|
|
153
153
|
|
|
154
154
|
[[package]]
|
|
155
155
|
name = "maturin"
|
|
156
|
-
version = "1.
|
|
156
|
+
version = "1.11.5"
|
|
157
157
|
source = { registry = "https://pypi.org/simple" }
|
|
158
158
|
dependencies = [
|
|
159
159
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
160
160
|
]
|
|
161
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
161
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a4/84/bfed8cc10e2d8b6656cf0f0ca6609218e6fcb45a62929f5094e1063570f7/maturin-1.11.5.tar.gz", hash = "sha256:7579cf47640fb9595a19fe83a742cbf63203f0343055c349c1cab39045a30c29", size = 226885, upload-time = "2026-01-09T11:06:13.801Z" }
|
|
162
162
|
wheels = [
|
|
163
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
164
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
165
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
166
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
167
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
168
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
169
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
170
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
171
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
172
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
173
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
174
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
175
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
163
|
+
{ url = "https://files.pythonhosted.org/packages/d2/6c/3443d2f8c6d4eae5fc7479cd4053542aff4c1a8566d0019d0612d241b15a/maturin-1.11.5-py3-none-linux_armv6l.whl", hash = "sha256:edd1d4d35050ea2b9ef42aa01e87fe019a1e822940346b35ccb973e0aa8f6d82", size = 8845897, upload-time = "2026-01-09T11:06:17.327Z" },
|
|
164
|
+
{ url = "https://files.pythonhosted.org/packages/c5/03/abf1826d8aebc0d47ef6d21bdd752d98d63ac4372ad2b115db9cd5176229/maturin-1.11.5-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:2a596eab137cb3e169b97e89a739515abfa7a8755e2e5f0fc91432ef446f74f4", size = 17233855, upload-time = "2026-01-09T11:06:04.272Z" },
|
|
165
|
+
{ url = "https://files.pythonhosted.org/packages/90/a1/5ad62913271724035a7e4bcf796d7c95b4119317ae5f8cb034844aa99bc4/maturin-1.11.5-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:1c27a2eb47821edf26c75d100b3150b52dca2c1a5f074d7514af06f7a7acb9d5", size = 8881776, upload-time = "2026-01-09T11:06:10.24Z" },
|
|
166
|
+
{ url = "https://files.pythonhosted.org/packages/c6/66/997974b44f8d3de641281ec04fbf5b6ca821bdc8291a2fa73305978db74d/maturin-1.11.5-py3-none-manylinux_2_12_i686.manylinux2010_i686.musllinux_1_1_i686.whl", hash = "sha256:f1320dacddcd3aa84a4bdfc77ee6fdb60e4c3835c853d7eb79c09473628b0498", size = 8870347, upload-time = "2026-01-09T11:06:12.178Z" },
|
|
167
|
+
{ url = "https://files.pythonhosted.org/packages/58/e0/c8fa042daf0608cc2e9a59b6df3a9e287bfc7f229136f17727f4118bac2d/maturin-1.11.5-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl", hash = "sha256:ffe7418834ff3b4a6c987187b7abb85ba033f4733e089d77d84e2de87057b4e7", size = 9291396, upload-time = "2026-01-09T11:06:02.05Z" },
|
|
168
|
+
{ url = "https://files.pythonhosted.org/packages/99/af/9d3edc8375efc8d435d5f24794bc4de234d4e743447592da970d53b31361/maturin-1.11.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:c739b243d012386902f112ea63a54a94848932b70ae3565fa5e121fd1c0200e0", size = 8827831, upload-time = "2026-01-09T11:06:19.523Z" },
|
|
169
|
+
{ url = "https://files.pythonhosted.org/packages/8a/12/cc341f6abbf9005f90935a4ee5dc7b30e2df7d1bb90b96d48b756b2c0ee7/maturin-1.11.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl", hash = "sha256:8127d2cd25950bacbcdc8a2ec6daab1d4d27200f7d73964392680ad64d27f7f0", size = 8718895, upload-time = "2026-01-09T11:06:21.617Z" },
|
|
170
|
+
{ url = "https://files.pythonhosted.org/packages/76/17/654a59c66287e287373f2a0086e4fc8a23f0545a81c2bd6e324db26a5801/maturin-1.11.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.musllinux_1_1_ppc64le.whl", hash = "sha256:2a4e872fb78e77748217084ffeb59de565d08a86ccefdace054520aaa7b66db4", size = 11384741, upload-time = "2026-01-09T11:06:15.261Z" },
|
|
171
|
+
{ url = "https://files.pythonhosted.org/packages/2e/da/7118de648182971d723ea99d79c55007f96cdafc95f5322cc1ad15f6683e/maturin-1.11.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2079447967819b5cf615e5b5b99a406d662effdc8d6afd493dcd253c6afc3707", size = 9423814, upload-time = "2026-01-09T11:05:57.242Z" },
|
|
172
|
+
{ url = "https://files.pythonhosted.org/packages/cf/8f/be14395c6e23b19ddaa0c171e68915bdcd1ef61ad1f411739c6721196903/maturin-1.11.5-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:50f6c668c1d5d4d4dc1c3ffec7b4270dab493e5b2368f8e4213f4bcde6a50eea", size = 9104378, upload-time = "2026-01-09T11:05:59.835Z" },
|
|
173
|
+
{ url = "https://files.pythonhosted.org/packages/77/83/53ea82a2f42a03930ea5545673d11a4ef49bb886827353a701f41a5f11c4/maturin-1.11.5-py3-none-win32.whl", hash = "sha256:49f85ce6cbe478e9743ecddd6da2964afc0ded57013aa4d054256be702d23d40", size = 7738696, upload-time = "2026-01-09T11:06:06.651Z" },
|
|
174
|
+
{ url = "https://files.pythonhosted.org/packages/3c/41/353a26d49aa80081c514a6354d429efbecedb90d0153ec598cece3baa607/maturin-1.11.5-py3-none-win_amd64.whl", hash = "sha256:70d3e5beffb9ef9dfae5f3c1a7eeb572091505eb8cb076e9434518df1c42a73b", size = 9029838, upload-time = "2026-01-09T11:05:54.543Z" },
|
|
175
|
+
{ url = "https://files.pythonhosted.org/packages/15/67/c94f8f5440bc42d54113a2d99de0d6107f06b5a33f31823e52b2715d856f/maturin-1.11.5-py3-none-win_arm64.whl", hash = "sha256:9348f7f0a346108e0c96e6719be91da4470bd43c15802435e9f4157f5cca43d4", size = 7624029, upload-time = "2026-01-09T11:06:08.728Z" },
|
|
176
176
|
]
|
|
177
177
|
|
|
178
178
|
[[package]]
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|