@super-protocol/addons-tee 0.9.10 → 2.0.0
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.
- package/bindings/nvidia-native/README.md +174 -0
- package/bindings/nvidia-native/package.json +26 -0
- package/bindings/nvidia-native/postinstall.js +40 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -28
- package/package.json +4 -2
- package/.editorconfig +0 -15
- package/.eslintrc.json +0 -61
- package/.prettierignore +0 -3
- package/.prettierrc +0 -15
- package/bindings/amd-sev-snp-napi-rs/amd-sev-snp-napi-rs.linux-x64-gnu.node +0 -0
- package/bindings/amd-sev-snp-napi-rs/index.d.ts +0 -51
- package/bindings/amd-sev-snp-napi-rs/index.js +0 -339
- package/bindings/amd-sev-snp-napi-rs/package-lock.json +0 -40
- package/bindings/sgx-native/build/Release/libmbedcrypto_gramine.so.15 +0 -0
- package/bindings/sgx-native/build/Release/libmbedx509_gramine.so.6 +0 -0
- package/bindings/sgx-native/build/Release/libsgx_dcap_quoteverify.so.1 +0 -0
- package/bindings/sgx-native/build/Release/libtdx_attest.so.1 +0 -0
- package/bindings/sgx-native/build/Release/sgx_native.node +0 -0
- package/bindings/sgx-native/package-lock.json +0 -23
- package/bindings/sp-sev/.github/auto_assign-issues.yml +0 -5
- package/bindings/sp-sev/.github/auto_assign.yml +0 -21
- package/bindings/sp-sev/.github/dependabot.yml +0 -6
- package/bindings/sp-sev/.github/workflows/dco.yml +0 -10
- package/bindings/sp-sev/.github/workflows/lint.yml +0 -56
- package/bindings/sp-sev/.github/workflows/test.yml +0 -215
- package/bindings/sp-sev/.rustfmt.toml +0 -2
- package/bindings/sp-sev/CODEOWNERS +0 -1
- package/bindings/sp-sev/Cargo.lock +0 -2461
- package/bindings/sp-sev/Cargo.toml +0 -80
- package/bindings/sp-sev/LICENSE +0 -201
- package/bindings/sp-sev/README.md +0 -82
- package/bindings/sp-sev/build.rs +0 -17
- package/bindings/sp-sev/docs/attestation/README.md +0 -239
- package/bindings/sp-sev/docs/attestation/certchain.dot +0 -14
- package/bindings/sp-sev/docs/attestation/certchain.dot.png +0 -0
- package/bindings/sp-sev/docs/attestation/prerequisites.md +0 -6
- package/bindings/sp-sev/docs/attestation/process.msc +0 -60
- package/bindings/sp-sev/docs/attestation/process.msc.png +0 -0
- package/bindings/sp-sev/docs/attestation/protections.md +0 -53
- package/bindings/sp-sev/package-version.py +0 -11
- package/bindings/sp-sev/tests/api.rs +0 -194
- package/bindings/sp-sev/tests/certs.rs +0 -142
- package/bindings/sp-sev/tests/certs_data/cert_chain_milan +0 -74
- package/bindings/sp-sev/tests/certs_data/cert_chain_turin +0 -74
- package/bindings/sp-sev/tests/certs_data/report_milan.hex +0 -1
- package/bindings/sp-sev/tests/certs_data/vcek_milan.der +0 -0
- package/bindings/sp-sev/tests/certs_data/vcek_turin.der +0 -0
- package/bindings/sp-sev/tests/guest.rs +0 -57
- package/bindings/sp-sev/tests/id-block.rs +0 -172
- package/bindings/sp-sev/tests/measurement/ovmf_AmdSev_suffix.bin +0 -0
- package/bindings/sp-sev/tests/measurement/ovmf_OvmfX64_suffix.bin +0 -0
- package/bindings/sp-sev/tests/measurement/test_auth_block.bin +0 -0
- package/bindings/sp-sev/tests/measurement/test_auth_key.pem +0 -6
- package/bindings/sp-sev/tests/measurement/test_auth_sig.bin +0 -0
- package/bindings/sp-sev/tests/measurement/test_id_key.pem +0 -6
- package/bindings/sp-sev/tests/measurement/test_id_sig.bin +0 -0
- package/bindings/sp-sev/tests/measurement.rs +0 -510
- package/bindings/sp-sev/tests/naples/ark.cert.bad +0 -0
- package/bindings/sp-sev/tests/naples/ark.cert.sig +0 -0
- package/bindings/sp-sev/tests/naples/ark.rs +0 -38
- package/bindings/sp-sev/tests/naples/ask.rs +0 -29
- package/bindings/sp-sev/tests/naples/cek.cert +0 -0
- package/bindings/sp-sev/tests/naples/cek.rs +0 -30
- package/bindings/sp-sev/tests/naples/mod.rs +0 -20
- package/bindings/sp-sev/tests/naples/oca.cert +0 -0
- package/bindings/sp-sev/tests/naples/oca.rs +0 -45
- package/bindings/sp-sev/tests/naples/pdh.cert +0 -0
- package/bindings/sp-sev/tests/naples/pdh.rs +0 -28
- package/bindings/sp-sev/tests/naples/pek.cert +0 -0
- package/bindings/sp-sev/tests/naples/pek.rs +0 -32
- package/bindings/sp-sev/tests/rome/ark.rs +0 -33
- package/bindings/sp-sev/tests/rome/ask.rs +0 -29
- package/bindings/sp-sev/tests/rome/cek.cert +0 -0
- package/bindings/sp-sev/tests/rome/cek.rs +0 -29
- package/bindings/sp-sev/tests/rome/mod.rs +0 -16
- package/bindings/sp-sev/tests/rome/oca.cert +0 -0
- package/bindings/sp-sev/tests/rome/oca.rs +0 -45
- package/bindings/sp-sev/tests/rome/pdh.cert +0 -0
- package/bindings/sp-sev/tests/rome/pdh.rs +0 -28
- package/bindings/sp-sev/tests/rome/pek.cert +0 -0
- package/bindings/sp-sev/tests/rome/pek.rs +0 -32
- package/bindings/sp-sev/tests/session.rs +0 -39
- package/bindings/sp-sev/tests/sev_launch.rs +0 -120
- package/bindings/sp-sev/tests/snp_launch.rs +0 -108
- package/bindings/utils/virtee/LICENSE +0 -201
- package/bindings/utils/virtee/libsev.so +0 -0
- package/bindings/utils/virtee/snpguest +0 -0
- package/dist/proto/AmdSevSnp.d.ts +0 -194
- package/dist/proto/AmdSevSnp.js +0 -363
- package/dist/sgx-native-module/consts.d.ts +0 -24
- package/dist/sgx-native-module/consts.js +0 -38
- package/dist/sgx-native-module/dcap-quote-verify.service.d.ts +0 -12
- package/dist/sgx-native-module/dcap-quote-verify.service.js +0 -84
- package/dist/sgx-native-module/enclave.service.d.ts +0 -93
- package/dist/sgx-native-module/enclave.service.js +0 -211
- package/dist/sgx-native-module/errors.d.ts +0 -19
- package/dist/sgx-native-module/errors.js +0 -69
- package/dist/sgx-native-module/helpers.d.ts +0 -1
- package/dist/sgx-native-module/helpers.js +0 -50
- package/dist/sgx-native-module/index.d.ts +0 -9
- package/dist/sgx-native-module/index.js +0 -26
- package/dist/sgx-native-module/pki.service.d.ts +0 -52
- package/dist/sgx-native-module/pki.service.js +0 -89
- package/dist/sgx-native-module/sev-snp-mrenclave.d.ts +0 -59
- package/dist/sgx-native-module/sev-snp-mrenclave.js +0 -323
- package/dist/sgx-native-module/sev-snp-schema.d.ts +0 -22
- package/dist/sgx-native-module/sev-snp-schema.js +0 -24
- package/dist/sgx-native-module/sev-snp.d.ts +0 -126
- package/dist/sgx-native-module/sev-snp.js +0 -491
- package/dto/src/AmdSevSnp.proto +0 -31
- package/dto/src/Compression.proto +0 -11
- package/dto/src/Hash.proto +0 -6
- package/dto/src/OrderReport.proto +0 -21
- package/dto/src/TRI.proto +0 -22
- package/dto/src/TeeDeviceInfo.proto +0 -46
|
@@ -1,2461 +0,0 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 3
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "addr2line"
|
|
7
|
-
version = "0.24.2"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"gimli",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
[[package]]
|
|
15
|
-
name = "adler2"
|
|
16
|
-
version = "2.0.0"
|
|
17
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
19
|
-
|
|
20
|
-
[[package]]
|
|
21
|
-
name = "atomic-waker"
|
|
22
|
-
version = "1.1.2"
|
|
23
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
25
|
-
|
|
26
|
-
[[package]]
|
|
27
|
-
name = "autocfg"
|
|
28
|
-
version = "1.4.0"
|
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
-
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
31
|
-
|
|
32
|
-
[[package]]
|
|
33
|
-
name = "backtrace"
|
|
34
|
-
version = "0.3.74"
|
|
35
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
37
|
-
dependencies = [
|
|
38
|
-
"addr2line",
|
|
39
|
-
"cfg-if",
|
|
40
|
-
"libc",
|
|
41
|
-
"miniz_oxide",
|
|
42
|
-
"object",
|
|
43
|
-
"rustc-demangle",
|
|
44
|
-
"windows-targets 0.52.6",
|
|
45
|
-
]
|
|
46
|
-
|
|
47
|
-
[[package]]
|
|
48
|
-
name = "base16ct"
|
|
49
|
-
version = "0.2.0"
|
|
50
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
51
|
-
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
52
|
-
|
|
53
|
-
[[package]]
|
|
54
|
-
name = "base64"
|
|
55
|
-
version = "0.22.1"
|
|
56
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
-
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
58
|
-
|
|
59
|
-
[[package]]
|
|
60
|
-
name = "base64ct"
|
|
61
|
-
version = "1.6.0"
|
|
62
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
-
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
64
|
-
|
|
65
|
-
[[package]]
|
|
66
|
-
name = "bincode"
|
|
67
|
-
version = "2.0.1"
|
|
68
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
-
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
|
70
|
-
dependencies = [
|
|
71
|
-
"bincode_derive",
|
|
72
|
-
"serde",
|
|
73
|
-
"unty",
|
|
74
|
-
]
|
|
75
|
-
|
|
76
|
-
[[package]]
|
|
77
|
-
name = "bincode_derive"
|
|
78
|
-
version = "2.0.1"
|
|
79
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
80
|
-
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
|
81
|
-
dependencies = [
|
|
82
|
-
"virtue",
|
|
83
|
-
]
|
|
84
|
-
|
|
85
|
-
[[package]]
|
|
86
|
-
name = "bitfield"
|
|
87
|
-
version = "0.19.0"
|
|
88
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
89
|
-
checksum = "786e53b0c071573a28956cec19a92653e42de34c683e2f6e86c197a349fba318"
|
|
90
|
-
dependencies = [
|
|
91
|
-
"bitfield-macros",
|
|
92
|
-
]
|
|
93
|
-
|
|
94
|
-
[[package]]
|
|
95
|
-
name = "bitfield-macros"
|
|
96
|
-
version = "0.19.0"
|
|
97
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
98
|
-
checksum = "07805405d3f1f3a55aab895718b488821d40458f9188059909091ae0935c344a"
|
|
99
|
-
dependencies = [
|
|
100
|
-
"proc-macro2",
|
|
101
|
-
"quote",
|
|
102
|
-
"syn",
|
|
103
|
-
]
|
|
104
|
-
|
|
105
|
-
[[package]]
|
|
106
|
-
name = "bitflags"
|
|
107
|
-
version = "1.3.2"
|
|
108
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
110
|
-
|
|
111
|
-
[[package]]
|
|
112
|
-
name = "bitflags"
|
|
113
|
-
version = "2.9.0"
|
|
114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
-
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
116
|
-
|
|
117
|
-
[[package]]
|
|
118
|
-
name = "block-buffer"
|
|
119
|
-
version = "0.10.4"
|
|
120
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
-
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
122
|
-
dependencies = [
|
|
123
|
-
"generic-array",
|
|
124
|
-
]
|
|
125
|
-
|
|
126
|
-
[[package]]
|
|
127
|
-
name = "bumpalo"
|
|
128
|
-
version = "3.17.0"
|
|
129
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
130
|
-
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
131
|
-
|
|
132
|
-
[[package]]
|
|
133
|
-
name = "byteorder"
|
|
134
|
-
version = "1.5.0"
|
|
135
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
136
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
137
|
-
|
|
138
|
-
[[package]]
|
|
139
|
-
name = "bytes"
|
|
140
|
-
version = "1.10.1"
|
|
141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
142
|
-
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
143
|
-
|
|
144
|
-
[[package]]
|
|
145
|
-
name = "cc"
|
|
146
|
-
version = "1.2.18"
|
|
147
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
148
|
-
checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c"
|
|
149
|
-
dependencies = [
|
|
150
|
-
"shlex",
|
|
151
|
-
]
|
|
152
|
-
|
|
153
|
-
[[package]]
|
|
154
|
-
name = "cfg-if"
|
|
155
|
-
version = "1.0.0"
|
|
156
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
157
|
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
158
|
-
|
|
159
|
-
[[package]]
|
|
160
|
-
name = "codicon"
|
|
161
|
-
version = "3.0.0"
|
|
162
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
-
checksum = "12170080f3533d6f09a19f81596f836854d0fa4867dc32c8172b8474b4e9de61"
|
|
164
|
-
|
|
165
|
-
[[package]]
|
|
166
|
-
name = "const-oid"
|
|
167
|
-
version = "0.9.6"
|
|
168
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
170
|
-
|
|
171
|
-
[[package]]
|
|
172
|
-
name = "core-foundation"
|
|
173
|
-
version = "0.9.4"
|
|
174
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
176
|
-
dependencies = [
|
|
177
|
-
"core-foundation-sys",
|
|
178
|
-
"libc",
|
|
179
|
-
]
|
|
180
|
-
|
|
181
|
-
[[package]]
|
|
182
|
-
name = "core-foundation-sys"
|
|
183
|
-
version = "0.8.7"
|
|
184
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
-
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
186
|
-
|
|
187
|
-
[[package]]
|
|
188
|
-
name = "cpufeatures"
|
|
189
|
-
version = "0.2.17"
|
|
190
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
192
|
-
dependencies = [
|
|
193
|
-
"libc",
|
|
194
|
-
]
|
|
195
|
-
|
|
196
|
-
[[package]]
|
|
197
|
-
name = "crypto-bigint"
|
|
198
|
-
version = "0.5.5"
|
|
199
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
-
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
201
|
-
dependencies = [
|
|
202
|
-
"generic-array",
|
|
203
|
-
"rand_core",
|
|
204
|
-
"subtle",
|
|
205
|
-
"zeroize",
|
|
206
|
-
]
|
|
207
|
-
|
|
208
|
-
[[package]]
|
|
209
|
-
name = "crypto-common"
|
|
210
|
-
version = "0.1.6"
|
|
211
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
-
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
213
|
-
dependencies = [
|
|
214
|
-
"generic-array",
|
|
215
|
-
"typenum",
|
|
216
|
-
]
|
|
217
|
-
|
|
218
|
-
[[package]]
|
|
219
|
-
name = "der"
|
|
220
|
-
version = "0.7.9"
|
|
221
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
222
|
-
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
|
223
|
-
dependencies = [
|
|
224
|
-
"const-oid",
|
|
225
|
-
"der_derive",
|
|
226
|
-
"flagset",
|
|
227
|
-
"pem-rfc7468",
|
|
228
|
-
"zeroize",
|
|
229
|
-
]
|
|
230
|
-
|
|
231
|
-
[[package]]
|
|
232
|
-
name = "der_derive"
|
|
233
|
-
version = "0.7.3"
|
|
234
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
235
|
-
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
|
|
236
|
-
dependencies = [
|
|
237
|
-
"proc-macro2",
|
|
238
|
-
"quote",
|
|
239
|
-
"syn",
|
|
240
|
-
]
|
|
241
|
-
|
|
242
|
-
[[package]]
|
|
243
|
-
name = "digest"
|
|
244
|
-
version = "0.10.7"
|
|
245
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
-
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
247
|
-
dependencies = [
|
|
248
|
-
"block-buffer",
|
|
249
|
-
"const-oid",
|
|
250
|
-
"crypto-common",
|
|
251
|
-
"subtle",
|
|
252
|
-
]
|
|
253
|
-
|
|
254
|
-
[[package]]
|
|
255
|
-
name = "dirs"
|
|
256
|
-
version = "6.0.0"
|
|
257
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
258
|
-
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
259
|
-
dependencies = [
|
|
260
|
-
"dirs-sys",
|
|
261
|
-
]
|
|
262
|
-
|
|
263
|
-
[[package]]
|
|
264
|
-
name = "dirs-sys"
|
|
265
|
-
version = "0.5.0"
|
|
266
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
267
|
-
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
268
|
-
dependencies = [
|
|
269
|
-
"libc",
|
|
270
|
-
"option-ext",
|
|
271
|
-
"redox_users",
|
|
272
|
-
"windows-sys 0.59.0",
|
|
273
|
-
]
|
|
274
|
-
|
|
275
|
-
[[package]]
|
|
276
|
-
name = "displaydoc"
|
|
277
|
-
version = "0.2.5"
|
|
278
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
-
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
280
|
-
dependencies = [
|
|
281
|
-
"proc-macro2",
|
|
282
|
-
"quote",
|
|
283
|
-
"syn",
|
|
284
|
-
]
|
|
285
|
-
|
|
286
|
-
[[package]]
|
|
287
|
-
name = "ecdsa"
|
|
288
|
-
version = "0.16.9"
|
|
289
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
290
|
-
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
291
|
-
dependencies = [
|
|
292
|
-
"der",
|
|
293
|
-
"digest",
|
|
294
|
-
"elliptic-curve",
|
|
295
|
-
"rfc6979",
|
|
296
|
-
"signature",
|
|
297
|
-
"spki",
|
|
298
|
-
]
|
|
299
|
-
|
|
300
|
-
[[package]]
|
|
301
|
-
name = "elliptic-curve"
|
|
302
|
-
version = "0.13.8"
|
|
303
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
304
|
-
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
305
|
-
dependencies = [
|
|
306
|
-
"base16ct",
|
|
307
|
-
"crypto-bigint",
|
|
308
|
-
"digest",
|
|
309
|
-
"ff",
|
|
310
|
-
"generic-array",
|
|
311
|
-
"group",
|
|
312
|
-
"hkdf",
|
|
313
|
-
"pem-rfc7468",
|
|
314
|
-
"pkcs8",
|
|
315
|
-
"rand_core",
|
|
316
|
-
"sec1",
|
|
317
|
-
"subtle",
|
|
318
|
-
"zeroize",
|
|
319
|
-
]
|
|
320
|
-
|
|
321
|
-
[[package]]
|
|
322
|
-
name = "encoding_rs"
|
|
323
|
-
version = "0.8.35"
|
|
324
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
325
|
-
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
326
|
-
dependencies = [
|
|
327
|
-
"cfg-if",
|
|
328
|
-
]
|
|
329
|
-
|
|
330
|
-
[[package]]
|
|
331
|
-
name = "equivalent"
|
|
332
|
-
version = "1.0.2"
|
|
333
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
335
|
-
|
|
336
|
-
[[package]]
|
|
337
|
-
name = "errno"
|
|
338
|
-
version = "0.3.11"
|
|
339
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
340
|
-
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
|
341
|
-
dependencies = [
|
|
342
|
-
"libc",
|
|
343
|
-
"windows-sys 0.59.0",
|
|
344
|
-
]
|
|
345
|
-
|
|
346
|
-
[[package]]
|
|
347
|
-
name = "fastrand"
|
|
348
|
-
version = "2.3.0"
|
|
349
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
-
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
351
|
-
|
|
352
|
-
[[package]]
|
|
353
|
-
name = "ff"
|
|
354
|
-
version = "0.13.1"
|
|
355
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
356
|
-
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
|
|
357
|
-
dependencies = [
|
|
358
|
-
"rand_core",
|
|
359
|
-
"subtle",
|
|
360
|
-
]
|
|
361
|
-
|
|
362
|
-
[[package]]
|
|
363
|
-
name = "flagset"
|
|
364
|
-
version = "0.4.7"
|
|
365
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
366
|
-
checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe"
|
|
367
|
-
|
|
368
|
-
[[package]]
|
|
369
|
-
name = "fnv"
|
|
370
|
-
version = "1.0.7"
|
|
371
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
372
|
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
373
|
-
|
|
374
|
-
[[package]]
|
|
375
|
-
name = "foreign-types"
|
|
376
|
-
version = "0.3.2"
|
|
377
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
379
|
-
dependencies = [
|
|
380
|
-
"foreign-types-shared",
|
|
381
|
-
]
|
|
382
|
-
|
|
383
|
-
[[package]]
|
|
384
|
-
name = "foreign-types-shared"
|
|
385
|
-
version = "0.1.1"
|
|
386
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
387
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
388
|
-
|
|
389
|
-
[[package]]
|
|
390
|
-
name = "form_urlencoded"
|
|
391
|
-
version = "1.2.1"
|
|
392
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
393
|
-
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
394
|
-
dependencies = [
|
|
395
|
-
"percent-encoding",
|
|
396
|
-
]
|
|
397
|
-
|
|
398
|
-
[[package]]
|
|
399
|
-
name = "futures"
|
|
400
|
-
version = "0.3.31"
|
|
401
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
403
|
-
dependencies = [
|
|
404
|
-
"futures-channel",
|
|
405
|
-
"futures-core",
|
|
406
|
-
"futures-executor",
|
|
407
|
-
"futures-io",
|
|
408
|
-
"futures-sink",
|
|
409
|
-
"futures-task",
|
|
410
|
-
"futures-util",
|
|
411
|
-
]
|
|
412
|
-
|
|
413
|
-
[[package]]
|
|
414
|
-
name = "futures-channel"
|
|
415
|
-
version = "0.3.31"
|
|
416
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
-
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
418
|
-
dependencies = [
|
|
419
|
-
"futures-core",
|
|
420
|
-
"futures-sink",
|
|
421
|
-
]
|
|
422
|
-
|
|
423
|
-
[[package]]
|
|
424
|
-
name = "futures-core"
|
|
425
|
-
version = "0.3.31"
|
|
426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
427
|
-
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
428
|
-
|
|
429
|
-
[[package]]
|
|
430
|
-
name = "futures-executor"
|
|
431
|
-
version = "0.3.31"
|
|
432
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
433
|
-
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
434
|
-
dependencies = [
|
|
435
|
-
"futures-core",
|
|
436
|
-
"futures-task",
|
|
437
|
-
"futures-util",
|
|
438
|
-
]
|
|
439
|
-
|
|
440
|
-
[[package]]
|
|
441
|
-
name = "futures-io"
|
|
442
|
-
version = "0.3.31"
|
|
443
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
444
|
-
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
445
|
-
|
|
446
|
-
[[package]]
|
|
447
|
-
name = "futures-sink"
|
|
448
|
-
version = "0.3.31"
|
|
449
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
-
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
451
|
-
|
|
452
|
-
[[package]]
|
|
453
|
-
name = "futures-task"
|
|
454
|
-
version = "0.3.31"
|
|
455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
456
|
-
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
457
|
-
|
|
458
|
-
[[package]]
|
|
459
|
-
name = "futures-util"
|
|
460
|
-
version = "0.3.31"
|
|
461
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
|
-
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
463
|
-
dependencies = [
|
|
464
|
-
"futures-channel",
|
|
465
|
-
"futures-core",
|
|
466
|
-
"futures-io",
|
|
467
|
-
"futures-sink",
|
|
468
|
-
"futures-task",
|
|
469
|
-
"memchr",
|
|
470
|
-
"pin-project-lite",
|
|
471
|
-
"pin-utils",
|
|
472
|
-
"slab",
|
|
473
|
-
]
|
|
474
|
-
|
|
475
|
-
[[package]]
|
|
476
|
-
name = "generic-array"
|
|
477
|
-
version = "0.14.7"
|
|
478
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
479
|
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
480
|
-
dependencies = [
|
|
481
|
-
"typenum",
|
|
482
|
-
"version_check",
|
|
483
|
-
"zeroize",
|
|
484
|
-
]
|
|
485
|
-
|
|
486
|
-
[[package]]
|
|
487
|
-
name = "getrandom"
|
|
488
|
-
version = "0.2.15"
|
|
489
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
490
|
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
491
|
-
dependencies = [
|
|
492
|
-
"cfg-if",
|
|
493
|
-
"libc",
|
|
494
|
-
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
495
|
-
]
|
|
496
|
-
|
|
497
|
-
[[package]]
|
|
498
|
-
name = "getrandom"
|
|
499
|
-
version = "0.3.2"
|
|
500
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
501
|
-
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
|
502
|
-
dependencies = [
|
|
503
|
-
"cfg-if",
|
|
504
|
-
"libc",
|
|
505
|
-
"r-efi",
|
|
506
|
-
"wasi 0.14.2+wasi-0.2.4",
|
|
507
|
-
]
|
|
508
|
-
|
|
509
|
-
[[package]]
|
|
510
|
-
name = "gimli"
|
|
511
|
-
version = "0.31.1"
|
|
512
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
|
-
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
514
|
-
|
|
515
|
-
[[package]]
|
|
516
|
-
name = "group"
|
|
517
|
-
version = "0.13.0"
|
|
518
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
-
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
520
|
-
dependencies = [
|
|
521
|
-
"ff",
|
|
522
|
-
"rand_core",
|
|
523
|
-
"subtle",
|
|
524
|
-
]
|
|
525
|
-
|
|
526
|
-
[[package]]
|
|
527
|
-
name = "h2"
|
|
528
|
-
version = "0.4.8"
|
|
529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
-
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
|
|
531
|
-
dependencies = [
|
|
532
|
-
"atomic-waker",
|
|
533
|
-
"bytes",
|
|
534
|
-
"fnv",
|
|
535
|
-
"futures-core",
|
|
536
|
-
"futures-sink",
|
|
537
|
-
"http",
|
|
538
|
-
"indexmap",
|
|
539
|
-
"slab",
|
|
540
|
-
"tokio",
|
|
541
|
-
"tokio-util",
|
|
542
|
-
"tracing",
|
|
543
|
-
]
|
|
544
|
-
|
|
545
|
-
[[package]]
|
|
546
|
-
name = "hashbrown"
|
|
547
|
-
version = "0.15.2"
|
|
548
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
549
|
-
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
550
|
-
|
|
551
|
-
[[package]]
|
|
552
|
-
name = "hex"
|
|
553
|
-
version = "0.4.3"
|
|
554
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
555
|
-
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
556
|
-
|
|
557
|
-
[[package]]
|
|
558
|
-
name = "hkdf"
|
|
559
|
-
version = "0.12.4"
|
|
560
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
562
|
-
dependencies = [
|
|
563
|
-
"hmac",
|
|
564
|
-
]
|
|
565
|
-
|
|
566
|
-
[[package]]
|
|
567
|
-
name = "hmac"
|
|
568
|
-
version = "0.12.1"
|
|
569
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
570
|
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
571
|
-
dependencies = [
|
|
572
|
-
"digest",
|
|
573
|
-
]
|
|
574
|
-
|
|
575
|
-
[[package]]
|
|
576
|
-
name = "http"
|
|
577
|
-
version = "1.3.1"
|
|
578
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
-
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
580
|
-
dependencies = [
|
|
581
|
-
"bytes",
|
|
582
|
-
"fnv",
|
|
583
|
-
"itoa",
|
|
584
|
-
]
|
|
585
|
-
|
|
586
|
-
[[package]]
|
|
587
|
-
name = "http-body"
|
|
588
|
-
version = "1.0.1"
|
|
589
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
590
|
-
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
591
|
-
dependencies = [
|
|
592
|
-
"bytes",
|
|
593
|
-
"http",
|
|
594
|
-
]
|
|
595
|
-
|
|
596
|
-
[[package]]
|
|
597
|
-
name = "http-body-util"
|
|
598
|
-
version = "0.1.3"
|
|
599
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
601
|
-
dependencies = [
|
|
602
|
-
"bytes",
|
|
603
|
-
"futures-core",
|
|
604
|
-
"http",
|
|
605
|
-
"http-body",
|
|
606
|
-
"pin-project-lite",
|
|
607
|
-
]
|
|
608
|
-
|
|
609
|
-
[[package]]
|
|
610
|
-
name = "httparse"
|
|
611
|
-
version = "1.10.1"
|
|
612
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
613
|
-
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
614
|
-
|
|
615
|
-
[[package]]
|
|
616
|
-
name = "hyper"
|
|
617
|
-
version = "1.6.0"
|
|
618
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
619
|
-
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
|
620
|
-
dependencies = [
|
|
621
|
-
"bytes",
|
|
622
|
-
"futures-channel",
|
|
623
|
-
"futures-util",
|
|
624
|
-
"h2",
|
|
625
|
-
"http",
|
|
626
|
-
"http-body",
|
|
627
|
-
"httparse",
|
|
628
|
-
"itoa",
|
|
629
|
-
"pin-project-lite",
|
|
630
|
-
"smallvec",
|
|
631
|
-
"tokio",
|
|
632
|
-
"want",
|
|
633
|
-
]
|
|
634
|
-
|
|
635
|
-
[[package]]
|
|
636
|
-
name = "hyper-rustls"
|
|
637
|
-
version = "0.27.5"
|
|
638
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
639
|
-
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
|
640
|
-
dependencies = [
|
|
641
|
-
"futures-util",
|
|
642
|
-
"http",
|
|
643
|
-
"hyper",
|
|
644
|
-
"hyper-util",
|
|
645
|
-
"rustls",
|
|
646
|
-
"rustls-pki-types",
|
|
647
|
-
"tokio",
|
|
648
|
-
"tokio-rustls",
|
|
649
|
-
"tower-service",
|
|
650
|
-
]
|
|
651
|
-
|
|
652
|
-
[[package]]
|
|
653
|
-
name = "hyper-tls"
|
|
654
|
-
version = "0.6.0"
|
|
655
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
656
|
-
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
657
|
-
dependencies = [
|
|
658
|
-
"bytes",
|
|
659
|
-
"http-body-util",
|
|
660
|
-
"hyper",
|
|
661
|
-
"hyper-util",
|
|
662
|
-
"native-tls",
|
|
663
|
-
"tokio",
|
|
664
|
-
"tokio-native-tls",
|
|
665
|
-
"tower-service",
|
|
666
|
-
]
|
|
667
|
-
|
|
668
|
-
[[package]]
|
|
669
|
-
name = "hyper-util"
|
|
670
|
-
version = "0.1.11"
|
|
671
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
|
673
|
-
dependencies = [
|
|
674
|
-
"bytes",
|
|
675
|
-
"futures-channel",
|
|
676
|
-
"futures-util",
|
|
677
|
-
"http",
|
|
678
|
-
"http-body",
|
|
679
|
-
"hyper",
|
|
680
|
-
"libc",
|
|
681
|
-
"pin-project-lite",
|
|
682
|
-
"socket2",
|
|
683
|
-
"tokio",
|
|
684
|
-
"tower-service",
|
|
685
|
-
"tracing",
|
|
686
|
-
]
|
|
687
|
-
|
|
688
|
-
[[package]]
|
|
689
|
-
name = "icu_collections"
|
|
690
|
-
version = "1.5.0"
|
|
691
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
692
|
-
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
693
|
-
dependencies = [
|
|
694
|
-
"displaydoc",
|
|
695
|
-
"yoke",
|
|
696
|
-
"zerofrom",
|
|
697
|
-
"zerovec",
|
|
698
|
-
]
|
|
699
|
-
|
|
700
|
-
[[package]]
|
|
701
|
-
name = "icu_locid"
|
|
702
|
-
version = "1.5.0"
|
|
703
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
704
|
-
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
705
|
-
dependencies = [
|
|
706
|
-
"displaydoc",
|
|
707
|
-
"litemap",
|
|
708
|
-
"tinystr",
|
|
709
|
-
"writeable",
|
|
710
|
-
"zerovec",
|
|
711
|
-
]
|
|
712
|
-
|
|
713
|
-
[[package]]
|
|
714
|
-
name = "icu_locid_transform"
|
|
715
|
-
version = "1.5.0"
|
|
716
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
717
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
718
|
-
dependencies = [
|
|
719
|
-
"displaydoc",
|
|
720
|
-
"icu_locid",
|
|
721
|
-
"icu_locid_transform_data",
|
|
722
|
-
"icu_provider",
|
|
723
|
-
"tinystr",
|
|
724
|
-
"zerovec",
|
|
725
|
-
]
|
|
726
|
-
|
|
727
|
-
[[package]]
|
|
728
|
-
name = "icu_locid_transform_data"
|
|
729
|
-
version = "1.5.1"
|
|
730
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
731
|
-
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
732
|
-
|
|
733
|
-
[[package]]
|
|
734
|
-
name = "icu_normalizer"
|
|
735
|
-
version = "1.5.0"
|
|
736
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
-
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
738
|
-
dependencies = [
|
|
739
|
-
"displaydoc",
|
|
740
|
-
"icu_collections",
|
|
741
|
-
"icu_normalizer_data",
|
|
742
|
-
"icu_properties",
|
|
743
|
-
"icu_provider",
|
|
744
|
-
"smallvec",
|
|
745
|
-
"utf16_iter",
|
|
746
|
-
"utf8_iter",
|
|
747
|
-
"write16",
|
|
748
|
-
"zerovec",
|
|
749
|
-
]
|
|
750
|
-
|
|
751
|
-
[[package]]
|
|
752
|
-
name = "icu_normalizer_data"
|
|
753
|
-
version = "1.5.1"
|
|
754
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
755
|
-
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
|
756
|
-
|
|
757
|
-
[[package]]
|
|
758
|
-
name = "icu_properties"
|
|
759
|
-
version = "1.5.1"
|
|
760
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
761
|
-
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
762
|
-
dependencies = [
|
|
763
|
-
"displaydoc",
|
|
764
|
-
"icu_collections",
|
|
765
|
-
"icu_locid_transform",
|
|
766
|
-
"icu_properties_data",
|
|
767
|
-
"icu_provider",
|
|
768
|
-
"tinystr",
|
|
769
|
-
"zerovec",
|
|
770
|
-
]
|
|
771
|
-
|
|
772
|
-
[[package]]
|
|
773
|
-
name = "icu_properties_data"
|
|
774
|
-
version = "1.5.1"
|
|
775
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
776
|
-
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
|
777
|
-
|
|
778
|
-
[[package]]
|
|
779
|
-
name = "icu_provider"
|
|
780
|
-
version = "1.5.0"
|
|
781
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
-
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
783
|
-
dependencies = [
|
|
784
|
-
"displaydoc",
|
|
785
|
-
"icu_locid",
|
|
786
|
-
"icu_provider_macros",
|
|
787
|
-
"stable_deref_trait",
|
|
788
|
-
"tinystr",
|
|
789
|
-
"writeable",
|
|
790
|
-
"yoke",
|
|
791
|
-
"zerofrom",
|
|
792
|
-
"zerovec",
|
|
793
|
-
]
|
|
794
|
-
|
|
795
|
-
[[package]]
|
|
796
|
-
name = "icu_provider_macros"
|
|
797
|
-
version = "1.5.0"
|
|
798
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
799
|
-
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
800
|
-
dependencies = [
|
|
801
|
-
"proc-macro2",
|
|
802
|
-
"quote",
|
|
803
|
-
"syn",
|
|
804
|
-
]
|
|
805
|
-
|
|
806
|
-
[[package]]
|
|
807
|
-
name = "idna"
|
|
808
|
-
version = "1.0.3"
|
|
809
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
810
|
-
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
811
|
-
dependencies = [
|
|
812
|
-
"idna_adapter",
|
|
813
|
-
"smallvec",
|
|
814
|
-
"utf8_iter",
|
|
815
|
-
]
|
|
816
|
-
|
|
817
|
-
[[package]]
|
|
818
|
-
name = "idna_adapter"
|
|
819
|
-
version = "1.2.0"
|
|
820
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
821
|
-
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
822
|
-
dependencies = [
|
|
823
|
-
"icu_normalizer",
|
|
824
|
-
"icu_properties",
|
|
825
|
-
]
|
|
826
|
-
|
|
827
|
-
[[package]]
|
|
828
|
-
name = "indexmap"
|
|
829
|
-
version = "2.9.0"
|
|
830
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
831
|
-
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
832
|
-
dependencies = [
|
|
833
|
-
"equivalent",
|
|
834
|
-
"hashbrown",
|
|
835
|
-
]
|
|
836
|
-
|
|
837
|
-
[[package]]
|
|
838
|
-
name = "iocuddle"
|
|
839
|
-
version = "0.1.1"
|
|
840
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
|
-
checksum = "d8972d5be69940353d5347a1344cb375d9b457d6809b428b05bb1ca2fb9ce007"
|
|
842
|
-
|
|
843
|
-
[[package]]
|
|
844
|
-
name = "ipnet"
|
|
845
|
-
version = "2.11.0"
|
|
846
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
-
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
848
|
-
|
|
849
|
-
[[package]]
|
|
850
|
-
name = "itoa"
|
|
851
|
-
version = "1.0.15"
|
|
852
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
853
|
-
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
854
|
-
|
|
855
|
-
[[package]]
|
|
856
|
-
name = "js-sys"
|
|
857
|
-
version = "0.3.77"
|
|
858
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
-
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
860
|
-
dependencies = [
|
|
861
|
-
"once_cell",
|
|
862
|
-
"wasm-bindgen",
|
|
863
|
-
]
|
|
864
|
-
|
|
865
|
-
[[package]]
|
|
866
|
-
name = "kvm-bindings"
|
|
867
|
-
version = "0.11.1"
|
|
868
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
-
checksum = "3b13baf7bdfda2e10bcb109fcb099ef40cff82374eb6b7cdcf4695bdec4e522c"
|
|
870
|
-
dependencies = [
|
|
871
|
-
"vmm-sys-util",
|
|
872
|
-
]
|
|
873
|
-
|
|
874
|
-
[[package]]
|
|
875
|
-
name = "kvm-ioctls"
|
|
876
|
-
version = "0.21.0"
|
|
877
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
878
|
-
checksum = "083c460d5a272c2f22205973e319147b791d92a288d7d7a8d4c6194f95229440"
|
|
879
|
-
dependencies = [
|
|
880
|
-
"bitflags 2.9.0",
|
|
881
|
-
"kvm-bindings",
|
|
882
|
-
"libc",
|
|
883
|
-
"vmm-sys-util",
|
|
884
|
-
]
|
|
885
|
-
|
|
886
|
-
[[package]]
|
|
887
|
-
name = "lazy_static"
|
|
888
|
-
version = "1.5.0"
|
|
889
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
890
|
-
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
891
|
-
dependencies = [
|
|
892
|
-
"spin",
|
|
893
|
-
]
|
|
894
|
-
|
|
895
|
-
[[package]]
|
|
896
|
-
name = "libc"
|
|
897
|
-
version = "0.2.171"
|
|
898
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
899
|
-
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
|
900
|
-
|
|
901
|
-
[[package]]
|
|
902
|
-
name = "libm"
|
|
903
|
-
version = "0.2.11"
|
|
904
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
905
|
-
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
906
|
-
|
|
907
|
-
[[package]]
|
|
908
|
-
name = "libredox"
|
|
909
|
-
version = "0.1.3"
|
|
910
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
911
|
-
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
912
|
-
dependencies = [
|
|
913
|
-
"bitflags 2.9.0",
|
|
914
|
-
"libc",
|
|
915
|
-
]
|
|
916
|
-
|
|
917
|
-
[[package]]
|
|
918
|
-
name = "linux-raw-sys"
|
|
919
|
-
version = "0.9.3"
|
|
920
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
921
|
-
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
|
|
922
|
-
|
|
923
|
-
[[package]]
|
|
924
|
-
name = "litemap"
|
|
925
|
-
version = "0.7.4"
|
|
926
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
927
|
-
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
928
|
-
|
|
929
|
-
[[package]]
|
|
930
|
-
name = "lock_api"
|
|
931
|
-
version = "0.4.12"
|
|
932
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
-
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
934
|
-
dependencies = [
|
|
935
|
-
"autocfg",
|
|
936
|
-
"scopeguard",
|
|
937
|
-
]
|
|
938
|
-
|
|
939
|
-
[[package]]
|
|
940
|
-
name = "log"
|
|
941
|
-
version = "0.4.27"
|
|
942
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
-
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
944
|
-
|
|
945
|
-
[[package]]
|
|
946
|
-
name = "memchr"
|
|
947
|
-
version = "2.7.4"
|
|
948
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
949
|
-
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
950
|
-
|
|
951
|
-
[[package]]
|
|
952
|
-
name = "mime"
|
|
953
|
-
version = "0.3.17"
|
|
954
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
955
|
-
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
956
|
-
|
|
957
|
-
[[package]]
|
|
958
|
-
name = "miniz_oxide"
|
|
959
|
-
version = "0.8.8"
|
|
960
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
961
|
-
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
962
|
-
dependencies = [
|
|
963
|
-
"adler2",
|
|
964
|
-
]
|
|
965
|
-
|
|
966
|
-
[[package]]
|
|
967
|
-
name = "mio"
|
|
968
|
-
version = "1.0.3"
|
|
969
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
970
|
-
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
971
|
-
dependencies = [
|
|
972
|
-
"libc",
|
|
973
|
-
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
974
|
-
"windows-sys 0.52.0",
|
|
975
|
-
]
|
|
976
|
-
|
|
977
|
-
[[package]]
|
|
978
|
-
name = "native-tls"
|
|
979
|
-
version = "0.2.14"
|
|
980
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
981
|
-
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
982
|
-
dependencies = [
|
|
983
|
-
"libc",
|
|
984
|
-
"log",
|
|
985
|
-
"openssl",
|
|
986
|
-
"openssl-probe",
|
|
987
|
-
"openssl-sys",
|
|
988
|
-
"schannel",
|
|
989
|
-
"security-framework",
|
|
990
|
-
"security-framework-sys",
|
|
991
|
-
"tempfile",
|
|
992
|
-
]
|
|
993
|
-
|
|
994
|
-
[[package]]
|
|
995
|
-
name = "num-bigint-dig"
|
|
996
|
-
version = "0.8.4"
|
|
997
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
-
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
999
|
-
dependencies = [
|
|
1000
|
-
"byteorder",
|
|
1001
|
-
"lazy_static",
|
|
1002
|
-
"libm",
|
|
1003
|
-
"num-integer",
|
|
1004
|
-
"num-iter",
|
|
1005
|
-
"num-traits",
|
|
1006
|
-
"rand",
|
|
1007
|
-
"smallvec",
|
|
1008
|
-
"zeroize",
|
|
1009
|
-
]
|
|
1010
|
-
|
|
1011
|
-
[[package]]
|
|
1012
|
-
name = "num-integer"
|
|
1013
|
-
version = "0.1.46"
|
|
1014
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1015
|
-
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
1016
|
-
dependencies = [
|
|
1017
|
-
"num-traits",
|
|
1018
|
-
]
|
|
1019
|
-
|
|
1020
|
-
[[package]]
|
|
1021
|
-
name = "num-iter"
|
|
1022
|
-
version = "0.1.45"
|
|
1023
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1024
|
-
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
1025
|
-
dependencies = [
|
|
1026
|
-
"autocfg",
|
|
1027
|
-
"num-integer",
|
|
1028
|
-
"num-traits",
|
|
1029
|
-
]
|
|
1030
|
-
|
|
1031
|
-
[[package]]
|
|
1032
|
-
name = "num-traits"
|
|
1033
|
-
version = "0.2.19"
|
|
1034
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1035
|
-
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1036
|
-
dependencies = [
|
|
1037
|
-
"autocfg",
|
|
1038
|
-
"libm",
|
|
1039
|
-
]
|
|
1040
|
-
|
|
1041
|
-
[[package]]
|
|
1042
|
-
name = "object"
|
|
1043
|
-
version = "0.36.7"
|
|
1044
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045
|
-
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
1046
|
-
dependencies = [
|
|
1047
|
-
"memchr",
|
|
1048
|
-
]
|
|
1049
|
-
|
|
1050
|
-
[[package]]
|
|
1051
|
-
name = "once_cell"
|
|
1052
|
-
version = "1.21.3"
|
|
1053
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
-
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
1055
|
-
|
|
1056
|
-
[[package]]
|
|
1057
|
-
name = "openssl"
|
|
1058
|
-
version = "0.10.72"
|
|
1059
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1060
|
-
checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
|
|
1061
|
-
dependencies = [
|
|
1062
|
-
"bitflags 2.9.0",
|
|
1063
|
-
"cfg-if",
|
|
1064
|
-
"foreign-types",
|
|
1065
|
-
"libc",
|
|
1066
|
-
"once_cell",
|
|
1067
|
-
"openssl-macros",
|
|
1068
|
-
"openssl-sys",
|
|
1069
|
-
]
|
|
1070
|
-
|
|
1071
|
-
[[package]]
|
|
1072
|
-
name = "openssl-macros"
|
|
1073
|
-
version = "0.1.1"
|
|
1074
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1075
|
-
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
1076
|
-
dependencies = [
|
|
1077
|
-
"proc-macro2",
|
|
1078
|
-
"quote",
|
|
1079
|
-
"syn",
|
|
1080
|
-
]
|
|
1081
|
-
|
|
1082
|
-
[[package]]
|
|
1083
|
-
name = "openssl-probe"
|
|
1084
|
-
version = "0.1.6"
|
|
1085
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1086
|
-
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1087
|
-
|
|
1088
|
-
[[package]]
|
|
1089
|
-
name = "openssl-src"
|
|
1090
|
-
version = "300.4.2+3.4.1"
|
|
1091
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
-
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
|
|
1093
|
-
dependencies = [
|
|
1094
|
-
"cc",
|
|
1095
|
-
]
|
|
1096
|
-
|
|
1097
|
-
[[package]]
|
|
1098
|
-
name = "openssl-sys"
|
|
1099
|
-
version = "0.9.107"
|
|
1100
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1101
|
-
checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
|
|
1102
|
-
dependencies = [
|
|
1103
|
-
"cc",
|
|
1104
|
-
"libc",
|
|
1105
|
-
"openssl-src",
|
|
1106
|
-
"pkg-config",
|
|
1107
|
-
"vcpkg",
|
|
1108
|
-
]
|
|
1109
|
-
|
|
1110
|
-
[[package]]
|
|
1111
|
-
name = "option-ext"
|
|
1112
|
-
version = "0.2.0"
|
|
1113
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1114
|
-
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
1115
|
-
|
|
1116
|
-
[[package]]
|
|
1117
|
-
name = "p384"
|
|
1118
|
-
version = "0.13.1"
|
|
1119
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1120
|
-
checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
|
|
1121
|
-
dependencies = [
|
|
1122
|
-
"ecdsa",
|
|
1123
|
-
"elliptic-curve",
|
|
1124
|
-
"primeorder",
|
|
1125
|
-
"sha2",
|
|
1126
|
-
]
|
|
1127
|
-
|
|
1128
|
-
[[package]]
|
|
1129
|
-
name = "parking_lot"
|
|
1130
|
-
version = "0.12.3"
|
|
1131
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1132
|
-
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
1133
|
-
dependencies = [
|
|
1134
|
-
"lock_api",
|
|
1135
|
-
"parking_lot_core",
|
|
1136
|
-
]
|
|
1137
|
-
|
|
1138
|
-
[[package]]
|
|
1139
|
-
name = "parking_lot_core"
|
|
1140
|
-
version = "0.9.10"
|
|
1141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1142
|
-
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
1143
|
-
dependencies = [
|
|
1144
|
-
"cfg-if",
|
|
1145
|
-
"libc",
|
|
1146
|
-
"redox_syscall",
|
|
1147
|
-
"smallvec",
|
|
1148
|
-
"windows-targets 0.52.6",
|
|
1149
|
-
]
|
|
1150
|
-
|
|
1151
|
-
[[package]]
|
|
1152
|
-
name = "pem-rfc7468"
|
|
1153
|
-
version = "0.7.0"
|
|
1154
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
1156
|
-
dependencies = [
|
|
1157
|
-
"base64ct",
|
|
1158
|
-
]
|
|
1159
|
-
|
|
1160
|
-
[[package]]
|
|
1161
|
-
name = "percent-encoding"
|
|
1162
|
-
version = "2.3.1"
|
|
1163
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1164
|
-
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
1165
|
-
|
|
1166
|
-
[[package]]
|
|
1167
|
-
name = "pin-project-lite"
|
|
1168
|
-
version = "0.2.16"
|
|
1169
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1170
|
-
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
1171
|
-
|
|
1172
|
-
[[package]]
|
|
1173
|
-
name = "pin-utils"
|
|
1174
|
-
version = "0.1.0"
|
|
1175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1176
|
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1177
|
-
|
|
1178
|
-
[[package]]
|
|
1179
|
-
name = "pkcs1"
|
|
1180
|
-
version = "0.7.5"
|
|
1181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1182
|
-
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
1183
|
-
dependencies = [
|
|
1184
|
-
"der",
|
|
1185
|
-
"pkcs8",
|
|
1186
|
-
"spki",
|
|
1187
|
-
]
|
|
1188
|
-
|
|
1189
|
-
[[package]]
|
|
1190
|
-
name = "pkcs8"
|
|
1191
|
-
version = "0.10.2"
|
|
1192
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1193
|
-
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
1194
|
-
dependencies = [
|
|
1195
|
-
"der",
|
|
1196
|
-
"spki",
|
|
1197
|
-
]
|
|
1198
|
-
|
|
1199
|
-
[[package]]
|
|
1200
|
-
name = "pkg-config"
|
|
1201
|
-
version = "0.3.32"
|
|
1202
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1203
|
-
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1204
|
-
|
|
1205
|
-
[[package]]
|
|
1206
|
-
name = "ppv-lite86"
|
|
1207
|
-
version = "0.2.21"
|
|
1208
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1209
|
-
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
1210
|
-
dependencies = [
|
|
1211
|
-
"zerocopy",
|
|
1212
|
-
]
|
|
1213
|
-
|
|
1214
|
-
[[package]]
|
|
1215
|
-
name = "primeorder"
|
|
1216
|
-
version = "0.13.6"
|
|
1217
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
-
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
|
1219
|
-
dependencies = [
|
|
1220
|
-
"elliptic-curve",
|
|
1221
|
-
]
|
|
1222
|
-
|
|
1223
|
-
[[package]]
|
|
1224
|
-
name = "proc-macro2"
|
|
1225
|
-
version = "1.0.94"
|
|
1226
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1227
|
-
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
|
1228
|
-
dependencies = [
|
|
1229
|
-
"unicode-ident",
|
|
1230
|
-
]
|
|
1231
|
-
|
|
1232
|
-
[[package]]
|
|
1233
|
-
name = "quote"
|
|
1234
|
-
version = "1.0.40"
|
|
1235
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1236
|
-
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
1237
|
-
dependencies = [
|
|
1238
|
-
"proc-macro2",
|
|
1239
|
-
]
|
|
1240
|
-
|
|
1241
|
-
[[package]]
|
|
1242
|
-
name = "r-efi"
|
|
1243
|
-
version = "5.2.0"
|
|
1244
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1245
|
-
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
1246
|
-
|
|
1247
|
-
[[package]]
|
|
1248
|
-
name = "rand"
|
|
1249
|
-
version = "0.8.5"
|
|
1250
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1251
|
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1252
|
-
dependencies = [
|
|
1253
|
-
"rand_chacha",
|
|
1254
|
-
"rand_core",
|
|
1255
|
-
]
|
|
1256
|
-
|
|
1257
|
-
[[package]]
|
|
1258
|
-
name = "rand_chacha"
|
|
1259
|
-
version = "0.3.1"
|
|
1260
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
1262
|
-
dependencies = [
|
|
1263
|
-
"ppv-lite86",
|
|
1264
|
-
"rand_core",
|
|
1265
|
-
]
|
|
1266
|
-
|
|
1267
|
-
[[package]]
|
|
1268
|
-
name = "rand_core"
|
|
1269
|
-
version = "0.6.4"
|
|
1270
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1271
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1272
|
-
dependencies = [
|
|
1273
|
-
"getrandom 0.2.15",
|
|
1274
|
-
]
|
|
1275
|
-
|
|
1276
|
-
[[package]]
|
|
1277
|
-
name = "rdrand"
|
|
1278
|
-
version = "0.8.3"
|
|
1279
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1280
|
-
checksum = "d92195228612ac8eed47adbc2ed0f04e513a4ccb98175b6f2bd04d963b533655"
|
|
1281
|
-
dependencies = [
|
|
1282
|
-
"rand_core",
|
|
1283
|
-
]
|
|
1284
|
-
|
|
1285
|
-
[[package]]
|
|
1286
|
-
name = "redox_syscall"
|
|
1287
|
-
version = "0.5.11"
|
|
1288
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1289
|
-
checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
|
|
1290
|
-
dependencies = [
|
|
1291
|
-
"bitflags 2.9.0",
|
|
1292
|
-
]
|
|
1293
|
-
|
|
1294
|
-
[[package]]
|
|
1295
|
-
name = "redox_users"
|
|
1296
|
-
version = "0.5.0"
|
|
1297
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1298
|
-
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
|
1299
|
-
dependencies = [
|
|
1300
|
-
"getrandom 0.2.15",
|
|
1301
|
-
"libredox",
|
|
1302
|
-
"thiserror",
|
|
1303
|
-
]
|
|
1304
|
-
|
|
1305
|
-
[[package]]
|
|
1306
|
-
name = "reqwest"
|
|
1307
|
-
version = "0.12.15"
|
|
1308
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1309
|
-
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
1310
|
-
dependencies = [
|
|
1311
|
-
"base64",
|
|
1312
|
-
"bytes",
|
|
1313
|
-
"encoding_rs",
|
|
1314
|
-
"futures-channel",
|
|
1315
|
-
"futures-core",
|
|
1316
|
-
"futures-util",
|
|
1317
|
-
"h2",
|
|
1318
|
-
"http",
|
|
1319
|
-
"http-body",
|
|
1320
|
-
"http-body-util",
|
|
1321
|
-
"hyper",
|
|
1322
|
-
"hyper-rustls",
|
|
1323
|
-
"hyper-tls",
|
|
1324
|
-
"hyper-util",
|
|
1325
|
-
"ipnet",
|
|
1326
|
-
"js-sys",
|
|
1327
|
-
"log",
|
|
1328
|
-
"mime",
|
|
1329
|
-
"native-tls",
|
|
1330
|
-
"once_cell",
|
|
1331
|
-
"percent-encoding",
|
|
1332
|
-
"pin-project-lite",
|
|
1333
|
-
"rustls-pemfile",
|
|
1334
|
-
"serde",
|
|
1335
|
-
"serde_json",
|
|
1336
|
-
"serde_urlencoded",
|
|
1337
|
-
"sync_wrapper",
|
|
1338
|
-
"system-configuration",
|
|
1339
|
-
"tokio",
|
|
1340
|
-
"tokio-native-tls",
|
|
1341
|
-
"tower",
|
|
1342
|
-
"tower-service",
|
|
1343
|
-
"url",
|
|
1344
|
-
"wasm-bindgen",
|
|
1345
|
-
"wasm-bindgen-futures",
|
|
1346
|
-
"web-sys",
|
|
1347
|
-
"windows-registry",
|
|
1348
|
-
]
|
|
1349
|
-
|
|
1350
|
-
[[package]]
|
|
1351
|
-
name = "rfc6979"
|
|
1352
|
-
version = "0.4.0"
|
|
1353
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1354
|
-
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
1355
|
-
dependencies = [
|
|
1356
|
-
"hmac",
|
|
1357
|
-
"subtle",
|
|
1358
|
-
]
|
|
1359
|
-
|
|
1360
|
-
[[package]]
|
|
1361
|
-
name = "ring"
|
|
1362
|
-
version = "0.17.14"
|
|
1363
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1364
|
-
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
1365
|
-
dependencies = [
|
|
1366
|
-
"cc",
|
|
1367
|
-
"cfg-if",
|
|
1368
|
-
"getrandom 0.2.15",
|
|
1369
|
-
"libc",
|
|
1370
|
-
"untrusted",
|
|
1371
|
-
"windows-sys 0.52.0",
|
|
1372
|
-
]
|
|
1373
|
-
|
|
1374
|
-
[[package]]
|
|
1375
|
-
name = "rsa"
|
|
1376
|
-
version = "0.9.8"
|
|
1377
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1378
|
-
checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
|
|
1379
|
-
dependencies = [
|
|
1380
|
-
"const-oid",
|
|
1381
|
-
"digest",
|
|
1382
|
-
"num-bigint-dig",
|
|
1383
|
-
"num-integer",
|
|
1384
|
-
"num-traits",
|
|
1385
|
-
"pkcs1",
|
|
1386
|
-
"pkcs8",
|
|
1387
|
-
"rand_core",
|
|
1388
|
-
"signature",
|
|
1389
|
-
"spki",
|
|
1390
|
-
"subtle",
|
|
1391
|
-
"zeroize",
|
|
1392
|
-
]
|
|
1393
|
-
|
|
1394
|
-
[[package]]
|
|
1395
|
-
name = "rustc-demangle"
|
|
1396
|
-
version = "0.1.24"
|
|
1397
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1398
|
-
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
1399
|
-
|
|
1400
|
-
[[package]]
|
|
1401
|
-
name = "rustix"
|
|
1402
|
-
version = "1.0.5"
|
|
1403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1404
|
-
checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
|
|
1405
|
-
dependencies = [
|
|
1406
|
-
"bitflags 2.9.0",
|
|
1407
|
-
"errno",
|
|
1408
|
-
"libc",
|
|
1409
|
-
"linux-raw-sys",
|
|
1410
|
-
"windows-sys 0.59.0",
|
|
1411
|
-
]
|
|
1412
|
-
|
|
1413
|
-
[[package]]
|
|
1414
|
-
name = "rustls"
|
|
1415
|
-
version = "0.23.25"
|
|
1416
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1417
|
-
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
|
|
1418
|
-
dependencies = [
|
|
1419
|
-
"once_cell",
|
|
1420
|
-
"rustls-pki-types",
|
|
1421
|
-
"rustls-webpki",
|
|
1422
|
-
"subtle",
|
|
1423
|
-
"zeroize",
|
|
1424
|
-
]
|
|
1425
|
-
|
|
1426
|
-
[[package]]
|
|
1427
|
-
name = "rustls-pemfile"
|
|
1428
|
-
version = "2.2.0"
|
|
1429
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
1431
|
-
dependencies = [
|
|
1432
|
-
"rustls-pki-types",
|
|
1433
|
-
]
|
|
1434
|
-
|
|
1435
|
-
[[package]]
|
|
1436
|
-
name = "rustls-pki-types"
|
|
1437
|
-
version = "1.11.0"
|
|
1438
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1439
|
-
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
|
1440
|
-
|
|
1441
|
-
[[package]]
|
|
1442
|
-
name = "rustls-webpki"
|
|
1443
|
-
version = "0.103.1"
|
|
1444
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1445
|
-
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
|
|
1446
|
-
dependencies = [
|
|
1447
|
-
"ring",
|
|
1448
|
-
"rustls-pki-types",
|
|
1449
|
-
"untrusted",
|
|
1450
|
-
]
|
|
1451
|
-
|
|
1452
|
-
[[package]]
|
|
1453
|
-
name = "rustversion"
|
|
1454
|
-
version = "1.0.20"
|
|
1455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1456
|
-
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
1457
|
-
|
|
1458
|
-
[[package]]
|
|
1459
|
-
name = "ryu"
|
|
1460
|
-
version = "1.0.20"
|
|
1461
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1462
|
-
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
1463
|
-
|
|
1464
|
-
[[package]]
|
|
1465
|
-
name = "scc"
|
|
1466
|
-
version = "2.3.3"
|
|
1467
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1468
|
-
checksum = "ea091f6cac2595aa38993f04f4ee692ed43757035c36e67c180b6828356385b1"
|
|
1469
|
-
dependencies = [
|
|
1470
|
-
"sdd",
|
|
1471
|
-
]
|
|
1472
|
-
|
|
1473
|
-
[[package]]
|
|
1474
|
-
name = "schannel"
|
|
1475
|
-
version = "0.1.27"
|
|
1476
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1477
|
-
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
1478
|
-
dependencies = [
|
|
1479
|
-
"windows-sys 0.59.0",
|
|
1480
|
-
]
|
|
1481
|
-
|
|
1482
|
-
[[package]]
|
|
1483
|
-
name = "scopeguard"
|
|
1484
|
-
version = "1.2.0"
|
|
1485
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1486
|
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1487
|
-
|
|
1488
|
-
[[package]]
|
|
1489
|
-
name = "sdd"
|
|
1490
|
-
version = "3.0.8"
|
|
1491
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1492
|
-
checksum = "584e070911c7017da6cb2eb0788d09f43d789029b5877d3e5ecc8acf86ceee21"
|
|
1493
|
-
|
|
1494
|
-
[[package]]
|
|
1495
|
-
name = "sec1"
|
|
1496
|
-
version = "0.7.3"
|
|
1497
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1498
|
-
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
1499
|
-
dependencies = [
|
|
1500
|
-
"base16ct",
|
|
1501
|
-
"der",
|
|
1502
|
-
"generic-array",
|
|
1503
|
-
"pkcs8",
|
|
1504
|
-
"subtle",
|
|
1505
|
-
"zeroize",
|
|
1506
|
-
]
|
|
1507
|
-
|
|
1508
|
-
[[package]]
|
|
1509
|
-
name = "security-framework"
|
|
1510
|
-
version = "2.11.1"
|
|
1511
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1512
|
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
1513
|
-
dependencies = [
|
|
1514
|
-
"bitflags 2.9.0",
|
|
1515
|
-
"core-foundation",
|
|
1516
|
-
"core-foundation-sys",
|
|
1517
|
-
"libc",
|
|
1518
|
-
"security-framework-sys",
|
|
1519
|
-
]
|
|
1520
|
-
|
|
1521
|
-
[[package]]
|
|
1522
|
-
name = "security-framework-sys"
|
|
1523
|
-
version = "2.14.0"
|
|
1524
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1525
|
-
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
1526
|
-
dependencies = [
|
|
1527
|
-
"core-foundation-sys",
|
|
1528
|
-
"libc",
|
|
1529
|
-
]
|
|
1530
|
-
|
|
1531
|
-
[[package]]
|
|
1532
|
-
name = "serde"
|
|
1533
|
-
version = "1.0.219"
|
|
1534
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1535
|
-
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
1536
|
-
dependencies = [
|
|
1537
|
-
"serde_derive",
|
|
1538
|
-
]
|
|
1539
|
-
|
|
1540
|
-
[[package]]
|
|
1541
|
-
name = "serde-big-array"
|
|
1542
|
-
version = "0.5.1"
|
|
1543
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
-
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
|
|
1545
|
-
dependencies = [
|
|
1546
|
-
"serde",
|
|
1547
|
-
]
|
|
1548
|
-
|
|
1549
|
-
[[package]]
|
|
1550
|
-
name = "serde_bytes"
|
|
1551
|
-
version = "0.11.17"
|
|
1552
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1553
|
-
checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
|
|
1554
|
-
dependencies = [
|
|
1555
|
-
"serde",
|
|
1556
|
-
]
|
|
1557
|
-
|
|
1558
|
-
[[package]]
|
|
1559
|
-
name = "serde_derive"
|
|
1560
|
-
version = "1.0.219"
|
|
1561
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1562
|
-
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
1563
|
-
dependencies = [
|
|
1564
|
-
"proc-macro2",
|
|
1565
|
-
"quote",
|
|
1566
|
-
"syn",
|
|
1567
|
-
]
|
|
1568
|
-
|
|
1569
|
-
[[package]]
|
|
1570
|
-
name = "serde_json"
|
|
1571
|
-
version = "1.0.140"
|
|
1572
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1573
|
-
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
1574
|
-
dependencies = [
|
|
1575
|
-
"itoa",
|
|
1576
|
-
"memchr",
|
|
1577
|
-
"ryu",
|
|
1578
|
-
"serde",
|
|
1579
|
-
]
|
|
1580
|
-
|
|
1581
|
-
[[package]]
|
|
1582
|
-
name = "serde_urlencoded"
|
|
1583
|
-
version = "0.7.1"
|
|
1584
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1585
|
-
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
1586
|
-
dependencies = [
|
|
1587
|
-
"form_urlencoded",
|
|
1588
|
-
"itoa",
|
|
1589
|
-
"ryu",
|
|
1590
|
-
"serde",
|
|
1591
|
-
]
|
|
1592
|
-
|
|
1593
|
-
[[package]]
|
|
1594
|
-
name = "serial_test"
|
|
1595
|
-
version = "3.2.0"
|
|
1596
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1597
|
-
checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
|
1598
|
-
dependencies = [
|
|
1599
|
-
"futures",
|
|
1600
|
-
"log",
|
|
1601
|
-
"once_cell",
|
|
1602
|
-
"parking_lot",
|
|
1603
|
-
"scc",
|
|
1604
|
-
"serial_test_derive",
|
|
1605
|
-
]
|
|
1606
|
-
|
|
1607
|
-
[[package]]
|
|
1608
|
-
name = "serial_test_derive"
|
|
1609
|
-
version = "3.2.0"
|
|
1610
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
-
checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
|
1612
|
-
dependencies = [
|
|
1613
|
-
"proc-macro2",
|
|
1614
|
-
"quote",
|
|
1615
|
-
"syn",
|
|
1616
|
-
]
|
|
1617
|
-
|
|
1618
|
-
[[package]]
|
|
1619
|
-
name = "sev"
|
|
1620
|
-
version = "6.2.1"
|
|
1621
|
-
dependencies = [
|
|
1622
|
-
"base64",
|
|
1623
|
-
"bincode",
|
|
1624
|
-
"bitfield",
|
|
1625
|
-
"bitflags 2.9.0",
|
|
1626
|
-
"byteorder",
|
|
1627
|
-
"codicon",
|
|
1628
|
-
"dirs",
|
|
1629
|
-
"hex",
|
|
1630
|
-
"iocuddle",
|
|
1631
|
-
"kvm-bindings",
|
|
1632
|
-
"kvm-ioctls",
|
|
1633
|
-
"lazy_static",
|
|
1634
|
-
"libc",
|
|
1635
|
-
"openssl",
|
|
1636
|
-
"p384",
|
|
1637
|
-
"rdrand",
|
|
1638
|
-
"reqwest",
|
|
1639
|
-
"rsa",
|
|
1640
|
-
"serde",
|
|
1641
|
-
"serde-big-array",
|
|
1642
|
-
"serde_bytes",
|
|
1643
|
-
"serial_test",
|
|
1644
|
-
"sha2",
|
|
1645
|
-
"static_assertions",
|
|
1646
|
-
"tokio",
|
|
1647
|
-
"uuid",
|
|
1648
|
-
"x509-cert",
|
|
1649
|
-
]
|
|
1650
|
-
|
|
1651
|
-
[[package]]
|
|
1652
|
-
name = "sha2"
|
|
1653
|
-
version = "0.10.8"
|
|
1654
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1655
|
-
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
1656
|
-
dependencies = [
|
|
1657
|
-
"cfg-if",
|
|
1658
|
-
"cpufeatures",
|
|
1659
|
-
"digest",
|
|
1660
|
-
]
|
|
1661
|
-
|
|
1662
|
-
[[package]]
|
|
1663
|
-
name = "shlex"
|
|
1664
|
-
version = "1.3.0"
|
|
1665
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1666
|
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1667
|
-
|
|
1668
|
-
[[package]]
|
|
1669
|
-
name = "signature"
|
|
1670
|
-
version = "2.2.0"
|
|
1671
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1672
|
-
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
1673
|
-
dependencies = [
|
|
1674
|
-
"digest",
|
|
1675
|
-
"rand_core",
|
|
1676
|
-
]
|
|
1677
|
-
|
|
1678
|
-
[[package]]
|
|
1679
|
-
name = "slab"
|
|
1680
|
-
version = "0.4.9"
|
|
1681
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1682
|
-
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
1683
|
-
dependencies = [
|
|
1684
|
-
"autocfg",
|
|
1685
|
-
]
|
|
1686
|
-
|
|
1687
|
-
[[package]]
|
|
1688
|
-
name = "smallvec"
|
|
1689
|
-
version = "1.15.0"
|
|
1690
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1691
|
-
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
1692
|
-
|
|
1693
|
-
[[package]]
|
|
1694
|
-
name = "socket2"
|
|
1695
|
-
version = "0.5.9"
|
|
1696
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1697
|
-
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
|
1698
|
-
dependencies = [
|
|
1699
|
-
"libc",
|
|
1700
|
-
"windows-sys 0.52.0",
|
|
1701
|
-
]
|
|
1702
|
-
|
|
1703
|
-
[[package]]
|
|
1704
|
-
name = "spin"
|
|
1705
|
-
version = "0.9.8"
|
|
1706
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1707
|
-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
1708
|
-
|
|
1709
|
-
[[package]]
|
|
1710
|
-
name = "spki"
|
|
1711
|
-
version = "0.7.3"
|
|
1712
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1713
|
-
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
1714
|
-
dependencies = [
|
|
1715
|
-
"base64ct",
|
|
1716
|
-
"der",
|
|
1717
|
-
]
|
|
1718
|
-
|
|
1719
|
-
[[package]]
|
|
1720
|
-
name = "stable_deref_trait"
|
|
1721
|
-
version = "1.2.0"
|
|
1722
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1723
|
-
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
1724
|
-
|
|
1725
|
-
[[package]]
|
|
1726
|
-
name = "static_assertions"
|
|
1727
|
-
version = "1.1.0"
|
|
1728
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1729
|
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
1730
|
-
|
|
1731
|
-
[[package]]
|
|
1732
|
-
name = "subtle"
|
|
1733
|
-
version = "2.6.1"
|
|
1734
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1735
|
-
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1736
|
-
|
|
1737
|
-
[[package]]
|
|
1738
|
-
name = "syn"
|
|
1739
|
-
version = "2.0.100"
|
|
1740
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1741
|
-
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
|
1742
|
-
dependencies = [
|
|
1743
|
-
"proc-macro2",
|
|
1744
|
-
"quote",
|
|
1745
|
-
"unicode-ident",
|
|
1746
|
-
]
|
|
1747
|
-
|
|
1748
|
-
[[package]]
|
|
1749
|
-
name = "sync_wrapper"
|
|
1750
|
-
version = "1.0.2"
|
|
1751
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1752
|
-
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
1753
|
-
dependencies = [
|
|
1754
|
-
"futures-core",
|
|
1755
|
-
]
|
|
1756
|
-
|
|
1757
|
-
[[package]]
|
|
1758
|
-
name = "synstructure"
|
|
1759
|
-
version = "0.13.1"
|
|
1760
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1761
|
-
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
1762
|
-
dependencies = [
|
|
1763
|
-
"proc-macro2",
|
|
1764
|
-
"quote",
|
|
1765
|
-
"syn",
|
|
1766
|
-
]
|
|
1767
|
-
|
|
1768
|
-
[[package]]
|
|
1769
|
-
name = "system-configuration"
|
|
1770
|
-
version = "0.6.1"
|
|
1771
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1772
|
-
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
1773
|
-
dependencies = [
|
|
1774
|
-
"bitflags 2.9.0",
|
|
1775
|
-
"core-foundation",
|
|
1776
|
-
"system-configuration-sys",
|
|
1777
|
-
]
|
|
1778
|
-
|
|
1779
|
-
[[package]]
|
|
1780
|
-
name = "system-configuration-sys"
|
|
1781
|
-
version = "0.6.0"
|
|
1782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
|
-
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
1784
|
-
dependencies = [
|
|
1785
|
-
"core-foundation-sys",
|
|
1786
|
-
"libc",
|
|
1787
|
-
]
|
|
1788
|
-
|
|
1789
|
-
[[package]]
|
|
1790
|
-
name = "tempfile"
|
|
1791
|
-
version = "3.19.1"
|
|
1792
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1793
|
-
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
|
1794
|
-
dependencies = [
|
|
1795
|
-
"fastrand",
|
|
1796
|
-
"getrandom 0.3.2",
|
|
1797
|
-
"once_cell",
|
|
1798
|
-
"rustix",
|
|
1799
|
-
"windows-sys 0.59.0",
|
|
1800
|
-
]
|
|
1801
|
-
|
|
1802
|
-
[[package]]
|
|
1803
|
-
name = "thiserror"
|
|
1804
|
-
version = "2.0.12"
|
|
1805
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1806
|
-
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
1807
|
-
dependencies = [
|
|
1808
|
-
"thiserror-impl",
|
|
1809
|
-
]
|
|
1810
|
-
|
|
1811
|
-
[[package]]
|
|
1812
|
-
name = "thiserror-impl"
|
|
1813
|
-
version = "2.0.12"
|
|
1814
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
-
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
1816
|
-
dependencies = [
|
|
1817
|
-
"proc-macro2",
|
|
1818
|
-
"quote",
|
|
1819
|
-
"syn",
|
|
1820
|
-
]
|
|
1821
|
-
|
|
1822
|
-
[[package]]
|
|
1823
|
-
name = "tinystr"
|
|
1824
|
-
version = "0.7.6"
|
|
1825
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1826
|
-
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
1827
|
-
dependencies = [
|
|
1828
|
-
"displaydoc",
|
|
1829
|
-
"zerovec",
|
|
1830
|
-
]
|
|
1831
|
-
|
|
1832
|
-
[[package]]
|
|
1833
|
-
name = "tls_codec"
|
|
1834
|
-
version = "0.4.2"
|
|
1835
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1836
|
-
checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b"
|
|
1837
|
-
dependencies = [
|
|
1838
|
-
"tls_codec_derive",
|
|
1839
|
-
"zeroize",
|
|
1840
|
-
]
|
|
1841
|
-
|
|
1842
|
-
[[package]]
|
|
1843
|
-
name = "tls_codec_derive"
|
|
1844
|
-
version = "0.4.2"
|
|
1845
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1846
|
-
checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd"
|
|
1847
|
-
dependencies = [
|
|
1848
|
-
"proc-macro2",
|
|
1849
|
-
"quote",
|
|
1850
|
-
"syn",
|
|
1851
|
-
]
|
|
1852
|
-
|
|
1853
|
-
[[package]]
|
|
1854
|
-
name = "tokio"
|
|
1855
|
-
version = "1.44.2"
|
|
1856
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1857
|
-
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
|
1858
|
-
dependencies = [
|
|
1859
|
-
"backtrace",
|
|
1860
|
-
"bytes",
|
|
1861
|
-
"libc",
|
|
1862
|
-
"mio",
|
|
1863
|
-
"pin-project-lite",
|
|
1864
|
-
"socket2",
|
|
1865
|
-
"windows-sys 0.52.0",
|
|
1866
|
-
]
|
|
1867
|
-
|
|
1868
|
-
[[package]]
|
|
1869
|
-
name = "tokio-native-tls"
|
|
1870
|
-
version = "0.3.1"
|
|
1871
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1872
|
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
1873
|
-
dependencies = [
|
|
1874
|
-
"native-tls",
|
|
1875
|
-
"tokio",
|
|
1876
|
-
]
|
|
1877
|
-
|
|
1878
|
-
[[package]]
|
|
1879
|
-
name = "tokio-rustls"
|
|
1880
|
-
version = "0.26.2"
|
|
1881
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1882
|
-
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
1883
|
-
dependencies = [
|
|
1884
|
-
"rustls",
|
|
1885
|
-
"tokio",
|
|
1886
|
-
]
|
|
1887
|
-
|
|
1888
|
-
[[package]]
|
|
1889
|
-
name = "tokio-util"
|
|
1890
|
-
version = "0.7.14"
|
|
1891
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1892
|
-
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
|
|
1893
|
-
dependencies = [
|
|
1894
|
-
"bytes",
|
|
1895
|
-
"futures-core",
|
|
1896
|
-
"futures-sink",
|
|
1897
|
-
"pin-project-lite",
|
|
1898
|
-
"tokio",
|
|
1899
|
-
]
|
|
1900
|
-
|
|
1901
|
-
[[package]]
|
|
1902
|
-
name = "tower"
|
|
1903
|
-
version = "0.5.2"
|
|
1904
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1905
|
-
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
1906
|
-
dependencies = [
|
|
1907
|
-
"futures-core",
|
|
1908
|
-
"futures-util",
|
|
1909
|
-
"pin-project-lite",
|
|
1910
|
-
"sync_wrapper",
|
|
1911
|
-
"tokio",
|
|
1912
|
-
"tower-layer",
|
|
1913
|
-
"tower-service",
|
|
1914
|
-
]
|
|
1915
|
-
|
|
1916
|
-
[[package]]
|
|
1917
|
-
name = "tower-layer"
|
|
1918
|
-
version = "0.3.3"
|
|
1919
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1920
|
-
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
1921
|
-
|
|
1922
|
-
[[package]]
|
|
1923
|
-
name = "tower-service"
|
|
1924
|
-
version = "0.3.3"
|
|
1925
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
-
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
1927
|
-
|
|
1928
|
-
[[package]]
|
|
1929
|
-
name = "tracing"
|
|
1930
|
-
version = "0.1.41"
|
|
1931
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1932
|
-
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
1933
|
-
dependencies = [
|
|
1934
|
-
"pin-project-lite",
|
|
1935
|
-
"tracing-core",
|
|
1936
|
-
]
|
|
1937
|
-
|
|
1938
|
-
[[package]]
|
|
1939
|
-
name = "tracing-core"
|
|
1940
|
-
version = "0.1.33"
|
|
1941
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1942
|
-
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
1943
|
-
dependencies = [
|
|
1944
|
-
"once_cell",
|
|
1945
|
-
]
|
|
1946
|
-
|
|
1947
|
-
[[package]]
|
|
1948
|
-
name = "try-lock"
|
|
1949
|
-
version = "0.2.5"
|
|
1950
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1951
|
-
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
1952
|
-
|
|
1953
|
-
[[package]]
|
|
1954
|
-
name = "typenum"
|
|
1955
|
-
version = "1.18.0"
|
|
1956
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1957
|
-
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
1958
|
-
|
|
1959
|
-
[[package]]
|
|
1960
|
-
name = "unicode-ident"
|
|
1961
|
-
version = "1.0.18"
|
|
1962
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1963
|
-
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
1964
|
-
|
|
1965
|
-
[[package]]
|
|
1966
|
-
name = "untrusted"
|
|
1967
|
-
version = "0.9.0"
|
|
1968
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1969
|
-
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
1970
|
-
|
|
1971
|
-
[[package]]
|
|
1972
|
-
name = "unty"
|
|
1973
|
-
version = "0.0.4"
|
|
1974
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1975
|
-
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
|
1976
|
-
|
|
1977
|
-
[[package]]
|
|
1978
|
-
name = "url"
|
|
1979
|
-
version = "2.5.4"
|
|
1980
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1981
|
-
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
1982
|
-
dependencies = [
|
|
1983
|
-
"form_urlencoded",
|
|
1984
|
-
"idna",
|
|
1985
|
-
"percent-encoding",
|
|
1986
|
-
]
|
|
1987
|
-
|
|
1988
|
-
[[package]]
|
|
1989
|
-
name = "utf16_iter"
|
|
1990
|
-
version = "1.0.5"
|
|
1991
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1992
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
1993
|
-
|
|
1994
|
-
[[package]]
|
|
1995
|
-
name = "utf8_iter"
|
|
1996
|
-
version = "1.0.4"
|
|
1997
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1998
|
-
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1999
|
-
|
|
2000
|
-
[[package]]
|
|
2001
|
-
name = "uuid"
|
|
2002
|
-
version = "1.16.0"
|
|
2003
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2004
|
-
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
|
2005
|
-
dependencies = [
|
|
2006
|
-
"serde",
|
|
2007
|
-
]
|
|
2008
|
-
|
|
2009
|
-
[[package]]
|
|
2010
|
-
name = "vcpkg"
|
|
2011
|
-
version = "0.2.15"
|
|
2012
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2013
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
2014
|
-
|
|
2015
|
-
[[package]]
|
|
2016
|
-
name = "version_check"
|
|
2017
|
-
version = "0.9.5"
|
|
2018
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2019
|
-
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
2020
|
-
|
|
2021
|
-
[[package]]
|
|
2022
|
-
name = "virtue"
|
|
2023
|
-
version = "0.0.18"
|
|
2024
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2025
|
-
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
|
2026
|
-
|
|
2027
|
-
[[package]]
|
|
2028
|
-
name = "vmm-sys-util"
|
|
2029
|
-
version = "0.12.1"
|
|
2030
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2031
|
-
checksum = "1d1435039746e20da4f8d507a72ee1b916f7b4b05af7a91c093d2c6561934ede"
|
|
2032
|
-
dependencies = [
|
|
2033
|
-
"bitflags 1.3.2",
|
|
2034
|
-
"libc",
|
|
2035
|
-
]
|
|
2036
|
-
|
|
2037
|
-
[[package]]
|
|
2038
|
-
name = "want"
|
|
2039
|
-
version = "0.3.1"
|
|
2040
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
-
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
2042
|
-
dependencies = [
|
|
2043
|
-
"try-lock",
|
|
2044
|
-
]
|
|
2045
|
-
|
|
2046
|
-
[[package]]
|
|
2047
|
-
name = "wasi"
|
|
2048
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
|
2049
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
2051
|
-
|
|
2052
|
-
[[package]]
|
|
2053
|
-
name = "wasi"
|
|
2054
|
-
version = "0.14.2+wasi-0.2.4"
|
|
2055
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2056
|
-
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
2057
|
-
dependencies = [
|
|
2058
|
-
"wit-bindgen-rt",
|
|
2059
|
-
]
|
|
2060
|
-
|
|
2061
|
-
[[package]]
|
|
2062
|
-
name = "wasm-bindgen"
|
|
2063
|
-
version = "0.2.100"
|
|
2064
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2065
|
-
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
2066
|
-
dependencies = [
|
|
2067
|
-
"cfg-if",
|
|
2068
|
-
"once_cell",
|
|
2069
|
-
"rustversion",
|
|
2070
|
-
"wasm-bindgen-macro",
|
|
2071
|
-
]
|
|
2072
|
-
|
|
2073
|
-
[[package]]
|
|
2074
|
-
name = "wasm-bindgen-backend"
|
|
2075
|
-
version = "0.2.100"
|
|
2076
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2077
|
-
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
2078
|
-
dependencies = [
|
|
2079
|
-
"bumpalo",
|
|
2080
|
-
"log",
|
|
2081
|
-
"proc-macro2",
|
|
2082
|
-
"quote",
|
|
2083
|
-
"syn",
|
|
2084
|
-
"wasm-bindgen-shared",
|
|
2085
|
-
]
|
|
2086
|
-
|
|
2087
|
-
[[package]]
|
|
2088
|
-
name = "wasm-bindgen-futures"
|
|
2089
|
-
version = "0.4.50"
|
|
2090
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2091
|
-
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
2092
|
-
dependencies = [
|
|
2093
|
-
"cfg-if",
|
|
2094
|
-
"js-sys",
|
|
2095
|
-
"once_cell",
|
|
2096
|
-
"wasm-bindgen",
|
|
2097
|
-
"web-sys",
|
|
2098
|
-
]
|
|
2099
|
-
|
|
2100
|
-
[[package]]
|
|
2101
|
-
name = "wasm-bindgen-macro"
|
|
2102
|
-
version = "0.2.100"
|
|
2103
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2104
|
-
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
2105
|
-
dependencies = [
|
|
2106
|
-
"quote",
|
|
2107
|
-
"wasm-bindgen-macro-support",
|
|
2108
|
-
]
|
|
2109
|
-
|
|
2110
|
-
[[package]]
|
|
2111
|
-
name = "wasm-bindgen-macro-support"
|
|
2112
|
-
version = "0.2.100"
|
|
2113
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2114
|
-
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
2115
|
-
dependencies = [
|
|
2116
|
-
"proc-macro2",
|
|
2117
|
-
"quote",
|
|
2118
|
-
"syn",
|
|
2119
|
-
"wasm-bindgen-backend",
|
|
2120
|
-
"wasm-bindgen-shared",
|
|
2121
|
-
]
|
|
2122
|
-
|
|
2123
|
-
[[package]]
|
|
2124
|
-
name = "wasm-bindgen-shared"
|
|
2125
|
-
version = "0.2.100"
|
|
2126
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2127
|
-
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
2128
|
-
dependencies = [
|
|
2129
|
-
"unicode-ident",
|
|
2130
|
-
]
|
|
2131
|
-
|
|
2132
|
-
[[package]]
|
|
2133
|
-
name = "web-sys"
|
|
2134
|
-
version = "0.3.77"
|
|
2135
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2136
|
-
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
2137
|
-
dependencies = [
|
|
2138
|
-
"js-sys",
|
|
2139
|
-
"wasm-bindgen",
|
|
2140
|
-
]
|
|
2141
|
-
|
|
2142
|
-
[[package]]
|
|
2143
|
-
name = "windows-link"
|
|
2144
|
-
version = "0.1.1"
|
|
2145
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2146
|
-
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
2147
|
-
|
|
2148
|
-
[[package]]
|
|
2149
|
-
name = "windows-registry"
|
|
2150
|
-
version = "0.4.0"
|
|
2151
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2152
|
-
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
2153
|
-
dependencies = [
|
|
2154
|
-
"windows-result",
|
|
2155
|
-
"windows-strings",
|
|
2156
|
-
"windows-targets 0.53.0",
|
|
2157
|
-
]
|
|
2158
|
-
|
|
2159
|
-
[[package]]
|
|
2160
|
-
name = "windows-result"
|
|
2161
|
-
version = "0.3.2"
|
|
2162
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
|
-
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
2164
|
-
dependencies = [
|
|
2165
|
-
"windows-link",
|
|
2166
|
-
]
|
|
2167
|
-
|
|
2168
|
-
[[package]]
|
|
2169
|
-
name = "windows-strings"
|
|
2170
|
-
version = "0.3.1"
|
|
2171
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
|
-
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
2173
|
-
dependencies = [
|
|
2174
|
-
"windows-link",
|
|
2175
|
-
]
|
|
2176
|
-
|
|
2177
|
-
[[package]]
|
|
2178
|
-
name = "windows-sys"
|
|
2179
|
-
version = "0.52.0"
|
|
2180
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2182
|
-
dependencies = [
|
|
2183
|
-
"windows-targets 0.52.6",
|
|
2184
|
-
]
|
|
2185
|
-
|
|
2186
|
-
[[package]]
|
|
2187
|
-
name = "windows-sys"
|
|
2188
|
-
version = "0.59.0"
|
|
2189
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2190
|
-
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
2191
|
-
dependencies = [
|
|
2192
|
-
"windows-targets 0.52.6",
|
|
2193
|
-
]
|
|
2194
|
-
|
|
2195
|
-
[[package]]
|
|
2196
|
-
name = "windows-targets"
|
|
2197
|
-
version = "0.52.6"
|
|
2198
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2199
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2200
|
-
dependencies = [
|
|
2201
|
-
"windows_aarch64_gnullvm 0.52.6",
|
|
2202
|
-
"windows_aarch64_msvc 0.52.6",
|
|
2203
|
-
"windows_i686_gnu 0.52.6",
|
|
2204
|
-
"windows_i686_gnullvm 0.52.6",
|
|
2205
|
-
"windows_i686_msvc 0.52.6",
|
|
2206
|
-
"windows_x86_64_gnu 0.52.6",
|
|
2207
|
-
"windows_x86_64_gnullvm 0.52.6",
|
|
2208
|
-
"windows_x86_64_msvc 0.52.6",
|
|
2209
|
-
]
|
|
2210
|
-
|
|
2211
|
-
[[package]]
|
|
2212
|
-
name = "windows-targets"
|
|
2213
|
-
version = "0.53.0"
|
|
2214
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2215
|
-
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
2216
|
-
dependencies = [
|
|
2217
|
-
"windows_aarch64_gnullvm 0.53.0",
|
|
2218
|
-
"windows_aarch64_msvc 0.53.0",
|
|
2219
|
-
"windows_i686_gnu 0.53.0",
|
|
2220
|
-
"windows_i686_gnullvm 0.53.0",
|
|
2221
|
-
"windows_i686_msvc 0.53.0",
|
|
2222
|
-
"windows_x86_64_gnu 0.53.0",
|
|
2223
|
-
"windows_x86_64_gnullvm 0.53.0",
|
|
2224
|
-
"windows_x86_64_msvc 0.53.0",
|
|
2225
|
-
]
|
|
2226
|
-
|
|
2227
|
-
[[package]]
|
|
2228
|
-
name = "windows_aarch64_gnullvm"
|
|
2229
|
-
version = "0.52.6"
|
|
2230
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2231
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2232
|
-
|
|
2233
|
-
[[package]]
|
|
2234
|
-
name = "windows_aarch64_gnullvm"
|
|
2235
|
-
version = "0.53.0"
|
|
2236
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2237
|
-
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
2238
|
-
|
|
2239
|
-
[[package]]
|
|
2240
|
-
name = "windows_aarch64_msvc"
|
|
2241
|
-
version = "0.52.6"
|
|
2242
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2243
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2244
|
-
|
|
2245
|
-
[[package]]
|
|
2246
|
-
name = "windows_aarch64_msvc"
|
|
2247
|
-
version = "0.53.0"
|
|
2248
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2249
|
-
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
2250
|
-
|
|
2251
|
-
[[package]]
|
|
2252
|
-
name = "windows_i686_gnu"
|
|
2253
|
-
version = "0.52.6"
|
|
2254
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2255
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
2256
|
-
|
|
2257
|
-
[[package]]
|
|
2258
|
-
name = "windows_i686_gnu"
|
|
2259
|
-
version = "0.53.0"
|
|
2260
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2261
|
-
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
2262
|
-
|
|
2263
|
-
[[package]]
|
|
2264
|
-
name = "windows_i686_gnullvm"
|
|
2265
|
-
version = "0.52.6"
|
|
2266
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2267
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2268
|
-
|
|
2269
|
-
[[package]]
|
|
2270
|
-
name = "windows_i686_gnullvm"
|
|
2271
|
-
version = "0.53.0"
|
|
2272
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2273
|
-
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
2274
|
-
|
|
2275
|
-
[[package]]
|
|
2276
|
-
name = "windows_i686_msvc"
|
|
2277
|
-
version = "0.52.6"
|
|
2278
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2279
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2280
|
-
|
|
2281
|
-
[[package]]
|
|
2282
|
-
name = "windows_i686_msvc"
|
|
2283
|
-
version = "0.53.0"
|
|
2284
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2285
|
-
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
2286
|
-
|
|
2287
|
-
[[package]]
|
|
2288
|
-
name = "windows_x86_64_gnu"
|
|
2289
|
-
version = "0.52.6"
|
|
2290
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2291
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2292
|
-
|
|
2293
|
-
[[package]]
|
|
2294
|
-
name = "windows_x86_64_gnu"
|
|
2295
|
-
version = "0.53.0"
|
|
2296
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2297
|
-
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
2298
|
-
|
|
2299
|
-
[[package]]
|
|
2300
|
-
name = "windows_x86_64_gnullvm"
|
|
2301
|
-
version = "0.52.6"
|
|
2302
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2303
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2304
|
-
|
|
2305
|
-
[[package]]
|
|
2306
|
-
name = "windows_x86_64_gnullvm"
|
|
2307
|
-
version = "0.53.0"
|
|
2308
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2309
|
-
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
2310
|
-
|
|
2311
|
-
[[package]]
|
|
2312
|
-
name = "windows_x86_64_msvc"
|
|
2313
|
-
version = "0.52.6"
|
|
2314
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2315
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2316
|
-
|
|
2317
|
-
[[package]]
|
|
2318
|
-
name = "windows_x86_64_msvc"
|
|
2319
|
-
version = "0.53.0"
|
|
2320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2321
|
-
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
2322
|
-
|
|
2323
|
-
[[package]]
|
|
2324
|
-
name = "wit-bindgen-rt"
|
|
2325
|
-
version = "0.39.0"
|
|
2326
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2327
|
-
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
2328
|
-
dependencies = [
|
|
2329
|
-
"bitflags 2.9.0",
|
|
2330
|
-
]
|
|
2331
|
-
|
|
2332
|
-
[[package]]
|
|
2333
|
-
name = "write16"
|
|
2334
|
-
version = "1.0.0"
|
|
2335
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2336
|
-
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
2337
|
-
|
|
2338
|
-
[[package]]
|
|
2339
|
-
name = "writeable"
|
|
2340
|
-
version = "0.5.5"
|
|
2341
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2342
|
-
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
2343
|
-
|
|
2344
|
-
[[package]]
|
|
2345
|
-
name = "x509-cert"
|
|
2346
|
-
version = "0.2.5"
|
|
2347
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2348
|
-
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
|
|
2349
|
-
dependencies = [
|
|
2350
|
-
"const-oid",
|
|
2351
|
-
"der",
|
|
2352
|
-
"spki",
|
|
2353
|
-
"tls_codec",
|
|
2354
|
-
]
|
|
2355
|
-
|
|
2356
|
-
[[package]]
|
|
2357
|
-
name = "yoke"
|
|
2358
|
-
version = "0.7.5"
|
|
2359
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2360
|
-
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
2361
|
-
dependencies = [
|
|
2362
|
-
"serde",
|
|
2363
|
-
"stable_deref_trait",
|
|
2364
|
-
"yoke-derive",
|
|
2365
|
-
"zerofrom",
|
|
2366
|
-
]
|
|
2367
|
-
|
|
2368
|
-
[[package]]
|
|
2369
|
-
name = "yoke-derive"
|
|
2370
|
-
version = "0.7.5"
|
|
2371
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2372
|
-
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
2373
|
-
dependencies = [
|
|
2374
|
-
"proc-macro2",
|
|
2375
|
-
"quote",
|
|
2376
|
-
"syn",
|
|
2377
|
-
"synstructure",
|
|
2378
|
-
]
|
|
2379
|
-
|
|
2380
|
-
[[package]]
|
|
2381
|
-
name = "zerocopy"
|
|
2382
|
-
version = "0.8.24"
|
|
2383
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2384
|
-
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
|
2385
|
-
dependencies = [
|
|
2386
|
-
"zerocopy-derive",
|
|
2387
|
-
]
|
|
2388
|
-
|
|
2389
|
-
[[package]]
|
|
2390
|
-
name = "zerocopy-derive"
|
|
2391
|
-
version = "0.8.24"
|
|
2392
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2393
|
-
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
|
|
2394
|
-
dependencies = [
|
|
2395
|
-
"proc-macro2",
|
|
2396
|
-
"quote",
|
|
2397
|
-
"syn",
|
|
2398
|
-
]
|
|
2399
|
-
|
|
2400
|
-
[[package]]
|
|
2401
|
-
name = "zerofrom"
|
|
2402
|
-
version = "0.1.5"
|
|
2403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
2405
|
-
dependencies = [
|
|
2406
|
-
"zerofrom-derive",
|
|
2407
|
-
]
|
|
2408
|
-
|
|
2409
|
-
[[package]]
|
|
2410
|
-
name = "zerofrom-derive"
|
|
2411
|
-
version = "0.1.6"
|
|
2412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2413
|
-
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
2414
|
-
dependencies = [
|
|
2415
|
-
"proc-macro2",
|
|
2416
|
-
"quote",
|
|
2417
|
-
"syn",
|
|
2418
|
-
"synstructure",
|
|
2419
|
-
]
|
|
2420
|
-
|
|
2421
|
-
[[package]]
|
|
2422
|
-
name = "zeroize"
|
|
2423
|
-
version = "1.8.1"
|
|
2424
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2425
|
-
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
2426
|
-
dependencies = [
|
|
2427
|
-
"zeroize_derive",
|
|
2428
|
-
]
|
|
2429
|
-
|
|
2430
|
-
[[package]]
|
|
2431
|
-
name = "zeroize_derive"
|
|
2432
|
-
version = "1.4.2"
|
|
2433
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2434
|
-
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
2435
|
-
dependencies = [
|
|
2436
|
-
"proc-macro2",
|
|
2437
|
-
"quote",
|
|
2438
|
-
"syn",
|
|
2439
|
-
]
|
|
2440
|
-
|
|
2441
|
-
[[package]]
|
|
2442
|
-
name = "zerovec"
|
|
2443
|
-
version = "0.10.4"
|
|
2444
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2445
|
-
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
2446
|
-
dependencies = [
|
|
2447
|
-
"yoke",
|
|
2448
|
-
"zerofrom",
|
|
2449
|
-
"zerovec-derive",
|
|
2450
|
-
]
|
|
2451
|
-
|
|
2452
|
-
[[package]]
|
|
2453
|
-
name = "zerovec-derive"
|
|
2454
|
-
version = "0.10.3"
|
|
2455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2456
|
-
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
2457
|
-
dependencies = [
|
|
2458
|
-
"proc-macro2",
|
|
2459
|
-
"quote",
|
|
2460
|
-
"syn",
|
|
2461
|
-
]
|