doppy 0.5.4__tar.gz → 0.5.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of doppy might be problematic. Click here for more details.
- doppy-0.5.6/Cargo.lock +2239 -0
- {doppy-0.5.4 → doppy-0.5.6}/Cargo.toml +2 -2
- {doppy-0.5.4 → doppy-0.5.6}/PKG-INFO +2 -2
- {doppy-0.5.4 → doppy-0.5.6}/crates/doppy_rs/src/raw/halo_hpl.rs +2 -4
- {doppy-0.5.4 → doppy-0.5.6}/crates/doppy_rs/src/raw/wls70.rs +2 -4
- {doppy-0.5.4 → doppy-0.5.6}/crates/doppy_rs/src/raw/wls77.rs +2 -4
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/Cargo.toml +1 -0
- doppy-0.5.6/crates/doprs/README.md +5 -0
- doppy-0.5.6/crates/doprs/src/bin/parse_halo.rs +8 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/raw/halo_hpl.rs +28 -8
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/raw/wls77.rs +3 -3
- {doppy-0.5.4 → doppy-0.5.6}/pyproject.toml +1 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/product/stare.py +1 -1
- doppy-0.5.6/src/doppy/product/utils.py +12 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/product/wind.py +40 -97
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/windcube.py +1 -1
- doppy-0.5.4/Cargo.lock +0 -678
- {doppy-0.5.4 → doppy-0.5.6}/LICENSE +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/README.md +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doppy_rs/Cargo.toml +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doppy_rs/src/lib.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doppy_rs/src/raw.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/.gitignore +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/bin/parse_wls70.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/bin/parse_wls77.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/lib.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/raw/error.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/raw/wls70.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/crates/doprs/src/raw.rs +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/__init__.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/__main__.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/bench.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/data/__init__.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/data/api.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/data/cache.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/data/exceptions.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/defaults.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/exceptions.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/netcdf.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/options.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/product/__init__.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/product/noise_utils.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/product/stare_depol.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/product/turbulence.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/py.typed +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/__init__.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/halo_bg.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/halo_hpl.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/halo_sys_params.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/utils.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/wls70.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/raw/wls77.py +0 -0
- {doppy-0.5.4 → doppy-0.5.6}/src/doppy/utils.py +0 -0
doppy-0.5.6/Cargo.lock
ADDED
|
@@ -0,0 +1,2239 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
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.1"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "aho-corasick"
|
|
22
|
+
version = "1.1.3"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"memchr",
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "android_system_properties"
|
|
31
|
+
version = "0.1.5"
|
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
34
|
+
dependencies = [
|
|
35
|
+
"libc",
|
|
36
|
+
]
|
|
37
|
+
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "anstream"
|
|
40
|
+
version = "0.6.20"
|
|
41
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
+
checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
|
|
43
|
+
dependencies = [
|
|
44
|
+
"anstyle",
|
|
45
|
+
"anstyle-parse",
|
|
46
|
+
"anstyle-query",
|
|
47
|
+
"anstyle-wincon",
|
|
48
|
+
"colorchoice",
|
|
49
|
+
"is_terminal_polyfill",
|
|
50
|
+
"utf8parse",
|
|
51
|
+
]
|
|
52
|
+
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "anstyle"
|
|
55
|
+
version = "1.0.11"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
|
|
58
|
+
|
|
59
|
+
[[package]]
|
|
60
|
+
name = "anstyle-parse"
|
|
61
|
+
version = "0.2.7"
|
|
62
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
64
|
+
dependencies = [
|
|
65
|
+
"utf8parse",
|
|
66
|
+
]
|
|
67
|
+
|
|
68
|
+
[[package]]
|
|
69
|
+
name = "anstyle-query"
|
|
70
|
+
version = "1.1.4"
|
|
71
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
72
|
+
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
|
|
73
|
+
dependencies = [
|
|
74
|
+
"windows-sys 0.60.2",
|
|
75
|
+
]
|
|
76
|
+
|
|
77
|
+
[[package]]
|
|
78
|
+
name = "anstyle-wincon"
|
|
79
|
+
version = "3.0.10"
|
|
80
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
+
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
|
|
82
|
+
dependencies = [
|
|
83
|
+
"anstyle",
|
|
84
|
+
"once_cell_polyfill",
|
|
85
|
+
"windows-sys 0.60.2",
|
|
86
|
+
]
|
|
87
|
+
|
|
88
|
+
[[package]]
|
|
89
|
+
name = "atomic-waker"
|
|
90
|
+
version = "1.1.2"
|
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
93
|
+
|
|
94
|
+
[[package]]
|
|
95
|
+
name = "autocfg"
|
|
96
|
+
version = "1.4.0"
|
|
97
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
98
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
99
|
+
|
|
100
|
+
[[package]]
|
|
101
|
+
name = "backtrace"
|
|
102
|
+
version = "0.3.75"
|
|
103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
104
|
+
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
|
105
|
+
dependencies = [
|
|
106
|
+
"addr2line",
|
|
107
|
+
"cfg-if",
|
|
108
|
+
"libc",
|
|
109
|
+
"miniz_oxide",
|
|
110
|
+
"object",
|
|
111
|
+
"rustc-demangle",
|
|
112
|
+
"windows-targets 0.52.6",
|
|
113
|
+
]
|
|
114
|
+
|
|
115
|
+
[[package]]
|
|
116
|
+
name = "base64"
|
|
117
|
+
version = "0.22.1"
|
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
120
|
+
|
|
121
|
+
[[package]]
|
|
122
|
+
name = "bitflags"
|
|
123
|
+
version = "2.9.0"
|
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
126
|
+
|
|
127
|
+
[[package]]
|
|
128
|
+
name = "bumpalo"
|
|
129
|
+
version = "3.17.0"
|
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
132
|
+
|
|
133
|
+
[[package]]
|
|
134
|
+
name = "bytes"
|
|
135
|
+
version = "1.10.1"
|
|
136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
137
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
138
|
+
|
|
139
|
+
[[package]]
|
|
140
|
+
name = "cc"
|
|
141
|
+
version = "1.2.16"
|
|
142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143
|
+
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
|
144
|
+
dependencies = [
|
|
145
|
+
"shlex",
|
|
146
|
+
]
|
|
147
|
+
|
|
148
|
+
[[package]]
|
|
149
|
+
name = "cfg-if"
|
|
150
|
+
version = "1.0.0"
|
|
151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
153
|
+
|
|
154
|
+
[[package]]
|
|
155
|
+
name = "chrono"
|
|
156
|
+
version = "0.4.42"
|
|
157
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
|
159
|
+
dependencies = [
|
|
160
|
+
"iana-time-zone",
|
|
161
|
+
"js-sys",
|
|
162
|
+
"num-traits",
|
|
163
|
+
"serde",
|
|
164
|
+
"wasm-bindgen",
|
|
165
|
+
"windows-link 0.2.0",
|
|
166
|
+
]
|
|
167
|
+
|
|
168
|
+
[[package]]
|
|
169
|
+
name = "clap"
|
|
170
|
+
version = "4.5.47"
|
|
171
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
172
|
+
checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
|
|
173
|
+
dependencies = [
|
|
174
|
+
"clap_builder",
|
|
175
|
+
"clap_derive",
|
|
176
|
+
]
|
|
177
|
+
|
|
178
|
+
[[package]]
|
|
179
|
+
name = "clap_builder"
|
|
180
|
+
version = "4.5.47"
|
|
181
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
+
checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
|
|
183
|
+
dependencies = [
|
|
184
|
+
"anstream",
|
|
185
|
+
"anstyle",
|
|
186
|
+
"clap_lex",
|
|
187
|
+
"strsim",
|
|
188
|
+
]
|
|
189
|
+
|
|
190
|
+
[[package]]
|
|
191
|
+
name = "clap_derive"
|
|
192
|
+
version = "4.5.47"
|
|
193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
+
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
|
|
195
|
+
dependencies = [
|
|
196
|
+
"heck 0.5.0",
|
|
197
|
+
"proc-macro2",
|
|
198
|
+
"quote",
|
|
199
|
+
"syn",
|
|
200
|
+
]
|
|
201
|
+
|
|
202
|
+
[[package]]
|
|
203
|
+
name = "clap_lex"
|
|
204
|
+
version = "0.7.5"
|
|
205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
+
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
|
207
|
+
|
|
208
|
+
[[package]]
|
|
209
|
+
name = "colorchoice"
|
|
210
|
+
version = "1.0.4"
|
|
211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
213
|
+
|
|
214
|
+
[[package]]
|
|
215
|
+
name = "core-foundation"
|
|
216
|
+
version = "0.9.4"
|
|
217
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
|
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
219
|
+
dependencies = [
|
|
220
|
+
"core-foundation-sys",
|
|
221
|
+
"libc",
|
|
222
|
+
]
|
|
223
|
+
|
|
224
|
+
[[package]]
|
|
225
|
+
name = "core-foundation-sys"
|
|
226
|
+
version = "0.8.7"
|
|
227
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
228
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
229
|
+
|
|
230
|
+
[[package]]
|
|
231
|
+
name = "crossbeam-deque"
|
|
232
|
+
version = "0.8.6"
|
|
233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
234
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
235
|
+
dependencies = [
|
|
236
|
+
"crossbeam-epoch",
|
|
237
|
+
"crossbeam-utils",
|
|
238
|
+
]
|
|
239
|
+
|
|
240
|
+
[[package]]
|
|
241
|
+
name = "crossbeam-epoch"
|
|
242
|
+
version = "0.9.18"
|
|
243
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
244
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
245
|
+
dependencies = [
|
|
246
|
+
"crossbeam-utils",
|
|
247
|
+
]
|
|
248
|
+
|
|
249
|
+
[[package]]
|
|
250
|
+
name = "crossbeam-utils"
|
|
251
|
+
version = "0.8.21"
|
|
252
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
253
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
254
|
+
|
|
255
|
+
[[package]]
|
|
256
|
+
name = "displaydoc"
|
|
257
|
+
version = "0.2.5"
|
|
258
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
259
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
260
|
+
dependencies = [
|
|
261
|
+
"proc-macro2",
|
|
262
|
+
"quote",
|
|
263
|
+
"syn",
|
|
264
|
+
]
|
|
265
|
+
|
|
266
|
+
[[package]]
|
|
267
|
+
name = "doppy_rs"
|
|
268
|
+
version = "0.5.6"
|
|
269
|
+
dependencies = [
|
|
270
|
+
"doprs",
|
|
271
|
+
"ndarray 0.16.1",
|
|
272
|
+
"numpy",
|
|
273
|
+
"pyo3",
|
|
274
|
+
]
|
|
275
|
+
|
|
276
|
+
[[package]]
|
|
277
|
+
name = "doprs"
|
|
278
|
+
version = "0.5.6"
|
|
279
|
+
dependencies = [
|
|
280
|
+
"chrono",
|
|
281
|
+
"ndarray 0.16.1",
|
|
282
|
+
"rayon",
|
|
283
|
+
"regex",
|
|
284
|
+
]
|
|
285
|
+
|
|
286
|
+
[[package]]
|
|
287
|
+
name = "either"
|
|
288
|
+
version = "1.15.0"
|
|
289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
290
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
291
|
+
|
|
292
|
+
[[package]]
|
|
293
|
+
name = "encoding_rs"
|
|
294
|
+
version = "0.8.35"
|
|
295
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
296
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
297
|
+
dependencies = [
|
|
298
|
+
"cfg-if",
|
|
299
|
+
]
|
|
300
|
+
|
|
301
|
+
[[package]]
|
|
302
|
+
name = "equivalent"
|
|
303
|
+
version = "1.0.2"
|
|
304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
305
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
306
|
+
|
|
307
|
+
[[package]]
|
|
308
|
+
name = "errno"
|
|
309
|
+
version = "0.3.14"
|
|
310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
311
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
312
|
+
dependencies = [
|
|
313
|
+
"libc",
|
|
314
|
+
"windows-sys 0.61.0",
|
|
315
|
+
]
|
|
316
|
+
|
|
317
|
+
[[package]]
|
|
318
|
+
name = "fastrand"
|
|
319
|
+
version = "2.3.0"
|
|
320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
322
|
+
|
|
323
|
+
[[package]]
|
|
324
|
+
name = "fnv"
|
|
325
|
+
version = "1.0.7"
|
|
326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
328
|
+
|
|
329
|
+
[[package]]
|
|
330
|
+
name = "foreign-types"
|
|
331
|
+
version = "0.3.2"
|
|
332
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
333
|
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
334
|
+
dependencies = [
|
|
335
|
+
"foreign-types-shared",
|
|
336
|
+
]
|
|
337
|
+
|
|
338
|
+
[[package]]
|
|
339
|
+
name = "foreign-types-shared"
|
|
340
|
+
version = "0.1.1"
|
|
341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
343
|
+
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "form_urlencoded"
|
|
346
|
+
version = "1.2.2"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
349
|
+
dependencies = [
|
|
350
|
+
"percent-encoding",
|
|
351
|
+
]
|
|
352
|
+
|
|
353
|
+
[[package]]
|
|
354
|
+
name = "futures-channel"
|
|
355
|
+
version = "0.3.31"
|
|
356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
358
|
+
dependencies = [
|
|
359
|
+
"futures-core",
|
|
360
|
+
"futures-sink",
|
|
361
|
+
]
|
|
362
|
+
|
|
363
|
+
[[package]]
|
|
364
|
+
name = "futures-core"
|
|
365
|
+
version = "0.3.31"
|
|
366
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
367
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
368
|
+
|
|
369
|
+
[[package]]
|
|
370
|
+
name = "futures-io"
|
|
371
|
+
version = "0.3.31"
|
|
372
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
374
|
+
|
|
375
|
+
[[package]]
|
|
376
|
+
name = "futures-sink"
|
|
377
|
+
version = "0.3.31"
|
|
378
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
380
|
+
|
|
381
|
+
[[package]]
|
|
382
|
+
name = "futures-task"
|
|
383
|
+
version = "0.3.31"
|
|
384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
385
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
386
|
+
|
|
387
|
+
[[package]]
|
|
388
|
+
name = "futures-util"
|
|
389
|
+
version = "0.3.31"
|
|
390
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
391
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
392
|
+
dependencies = [
|
|
393
|
+
"futures-core",
|
|
394
|
+
"futures-io",
|
|
395
|
+
"futures-sink",
|
|
396
|
+
"futures-task",
|
|
397
|
+
"memchr",
|
|
398
|
+
"pin-project-lite",
|
|
399
|
+
"pin-utils",
|
|
400
|
+
"slab",
|
|
401
|
+
]
|
|
402
|
+
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "getrandom"
|
|
405
|
+
version = "0.2.16"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
408
|
+
dependencies = [
|
|
409
|
+
"cfg-if",
|
|
410
|
+
"libc",
|
|
411
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
412
|
+
]
|
|
413
|
+
|
|
414
|
+
[[package]]
|
|
415
|
+
name = "getrandom"
|
|
416
|
+
version = "0.3.3"
|
|
417
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
|
419
|
+
dependencies = [
|
|
420
|
+
"cfg-if",
|
|
421
|
+
"libc",
|
|
422
|
+
"r-efi",
|
|
423
|
+
"wasi 0.14.3+wasi-0.2.4",
|
|
424
|
+
]
|
|
425
|
+
|
|
426
|
+
[[package]]
|
|
427
|
+
name = "gimli"
|
|
428
|
+
version = "0.31.1"
|
|
429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
431
|
+
|
|
432
|
+
[[package]]
|
|
433
|
+
name = "h2"
|
|
434
|
+
version = "0.4.12"
|
|
435
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
436
|
+
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
|
|
437
|
+
dependencies = [
|
|
438
|
+
"atomic-waker",
|
|
439
|
+
"bytes",
|
|
440
|
+
"fnv",
|
|
441
|
+
"futures-core",
|
|
442
|
+
"futures-sink",
|
|
443
|
+
"http",
|
|
444
|
+
"indexmap",
|
|
445
|
+
"slab",
|
|
446
|
+
"tokio",
|
|
447
|
+
"tokio-util",
|
|
448
|
+
"tracing",
|
|
449
|
+
]
|
|
450
|
+
|
|
451
|
+
[[package]]
|
|
452
|
+
name = "hashbrown"
|
|
453
|
+
version = "0.15.5"
|
|
454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
456
|
+
|
|
457
|
+
[[package]]
|
|
458
|
+
name = "heck"
|
|
459
|
+
version = "0.4.1"
|
|
460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
461
|
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
462
|
+
|
|
463
|
+
[[package]]
|
|
464
|
+
name = "heck"
|
|
465
|
+
version = "0.5.0"
|
|
466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
468
|
+
|
|
469
|
+
[[package]]
|
|
470
|
+
name = "http"
|
|
471
|
+
version = "1.3.1"
|
|
472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
+
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
474
|
+
dependencies = [
|
|
475
|
+
"bytes",
|
|
476
|
+
"fnv",
|
|
477
|
+
"itoa",
|
|
478
|
+
]
|
|
479
|
+
|
|
480
|
+
[[package]]
|
|
481
|
+
name = "http-body"
|
|
482
|
+
version = "1.0.1"
|
|
483
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
485
|
+
dependencies = [
|
|
486
|
+
"bytes",
|
|
487
|
+
"http",
|
|
488
|
+
]
|
|
489
|
+
|
|
490
|
+
[[package]]
|
|
491
|
+
name = "http-body-util"
|
|
492
|
+
version = "0.1.3"
|
|
493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
495
|
+
dependencies = [
|
|
496
|
+
"bytes",
|
|
497
|
+
"futures-core",
|
|
498
|
+
"http",
|
|
499
|
+
"http-body",
|
|
500
|
+
"pin-project-lite",
|
|
501
|
+
]
|
|
502
|
+
|
|
503
|
+
[[package]]
|
|
504
|
+
name = "httparse"
|
|
505
|
+
version = "1.10.1"
|
|
506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
508
|
+
|
|
509
|
+
[[package]]
|
|
510
|
+
name = "hyper"
|
|
511
|
+
version = "1.7.0"
|
|
512
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
|
+
checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
|
|
514
|
+
dependencies = [
|
|
515
|
+
"atomic-waker",
|
|
516
|
+
"bytes",
|
|
517
|
+
"futures-channel",
|
|
518
|
+
"futures-core",
|
|
519
|
+
"h2",
|
|
520
|
+
"http",
|
|
521
|
+
"http-body",
|
|
522
|
+
"httparse",
|
|
523
|
+
"itoa",
|
|
524
|
+
"pin-project-lite",
|
|
525
|
+
"pin-utils",
|
|
526
|
+
"smallvec",
|
|
527
|
+
"tokio",
|
|
528
|
+
"want",
|
|
529
|
+
]
|
|
530
|
+
|
|
531
|
+
[[package]]
|
|
532
|
+
name = "hyper-rustls"
|
|
533
|
+
version = "0.27.7"
|
|
534
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
535
|
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
536
|
+
dependencies = [
|
|
537
|
+
"http",
|
|
538
|
+
"hyper",
|
|
539
|
+
"hyper-util",
|
|
540
|
+
"rustls",
|
|
541
|
+
"rustls-pki-types",
|
|
542
|
+
"tokio",
|
|
543
|
+
"tokio-rustls",
|
|
544
|
+
"tower-service",
|
|
545
|
+
]
|
|
546
|
+
|
|
547
|
+
[[package]]
|
|
548
|
+
name = "hyper-tls"
|
|
549
|
+
version = "0.6.0"
|
|
550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
551
|
+
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
552
|
+
dependencies = [
|
|
553
|
+
"bytes",
|
|
554
|
+
"http-body-util",
|
|
555
|
+
"hyper",
|
|
556
|
+
"hyper-util",
|
|
557
|
+
"native-tls",
|
|
558
|
+
"tokio",
|
|
559
|
+
"tokio-native-tls",
|
|
560
|
+
"tower-service",
|
|
561
|
+
]
|
|
562
|
+
|
|
563
|
+
[[package]]
|
|
564
|
+
name = "hyper-util"
|
|
565
|
+
version = "0.1.16"
|
|
566
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
+
checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
|
|
568
|
+
dependencies = [
|
|
569
|
+
"base64",
|
|
570
|
+
"bytes",
|
|
571
|
+
"futures-channel",
|
|
572
|
+
"futures-core",
|
|
573
|
+
"futures-util",
|
|
574
|
+
"http",
|
|
575
|
+
"http-body",
|
|
576
|
+
"hyper",
|
|
577
|
+
"ipnet",
|
|
578
|
+
"libc",
|
|
579
|
+
"percent-encoding",
|
|
580
|
+
"pin-project-lite",
|
|
581
|
+
"socket2",
|
|
582
|
+
"system-configuration",
|
|
583
|
+
"tokio",
|
|
584
|
+
"tower-service",
|
|
585
|
+
"tracing",
|
|
586
|
+
"windows-registry",
|
|
587
|
+
]
|
|
588
|
+
|
|
589
|
+
[[package]]
|
|
590
|
+
name = "iana-time-zone"
|
|
591
|
+
version = "0.1.61"
|
|
592
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
|
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
594
|
+
dependencies = [
|
|
595
|
+
"android_system_properties",
|
|
596
|
+
"core-foundation-sys",
|
|
597
|
+
"iana-time-zone-haiku",
|
|
598
|
+
"js-sys",
|
|
599
|
+
"wasm-bindgen",
|
|
600
|
+
"windows-core",
|
|
601
|
+
]
|
|
602
|
+
|
|
603
|
+
[[package]]
|
|
604
|
+
name = "iana-time-zone-haiku"
|
|
605
|
+
version = "0.1.2"
|
|
606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
607
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
608
|
+
dependencies = [
|
|
609
|
+
"cc",
|
|
610
|
+
]
|
|
611
|
+
|
|
612
|
+
[[package]]
|
|
613
|
+
name = "icu_collections"
|
|
614
|
+
version = "2.0.0"
|
|
615
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
616
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
|
617
|
+
dependencies = [
|
|
618
|
+
"displaydoc",
|
|
619
|
+
"potential_utf",
|
|
620
|
+
"yoke",
|
|
621
|
+
"zerofrom",
|
|
622
|
+
"zerovec",
|
|
623
|
+
]
|
|
624
|
+
|
|
625
|
+
[[package]]
|
|
626
|
+
name = "icu_locale_core"
|
|
627
|
+
version = "2.0.0"
|
|
628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
629
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
|
630
|
+
dependencies = [
|
|
631
|
+
"displaydoc",
|
|
632
|
+
"litemap",
|
|
633
|
+
"tinystr",
|
|
634
|
+
"writeable",
|
|
635
|
+
"zerovec",
|
|
636
|
+
]
|
|
637
|
+
|
|
638
|
+
[[package]]
|
|
639
|
+
name = "icu_normalizer"
|
|
640
|
+
version = "2.0.0"
|
|
641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
|
643
|
+
dependencies = [
|
|
644
|
+
"displaydoc",
|
|
645
|
+
"icu_collections",
|
|
646
|
+
"icu_normalizer_data",
|
|
647
|
+
"icu_properties",
|
|
648
|
+
"icu_provider",
|
|
649
|
+
"smallvec",
|
|
650
|
+
"zerovec",
|
|
651
|
+
]
|
|
652
|
+
|
|
653
|
+
[[package]]
|
|
654
|
+
name = "icu_normalizer_data"
|
|
655
|
+
version = "2.0.0"
|
|
656
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
657
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
|
658
|
+
|
|
659
|
+
[[package]]
|
|
660
|
+
name = "icu_properties"
|
|
661
|
+
version = "2.0.1"
|
|
662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
663
|
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
|
664
|
+
dependencies = [
|
|
665
|
+
"displaydoc",
|
|
666
|
+
"icu_collections",
|
|
667
|
+
"icu_locale_core",
|
|
668
|
+
"icu_properties_data",
|
|
669
|
+
"icu_provider",
|
|
670
|
+
"potential_utf",
|
|
671
|
+
"zerotrie",
|
|
672
|
+
"zerovec",
|
|
673
|
+
]
|
|
674
|
+
|
|
675
|
+
[[package]]
|
|
676
|
+
name = "icu_properties_data"
|
|
677
|
+
version = "2.0.1"
|
|
678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
679
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "icu_provider"
|
|
683
|
+
version = "2.0.0"
|
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
|
686
|
+
dependencies = [
|
|
687
|
+
"displaydoc",
|
|
688
|
+
"icu_locale_core",
|
|
689
|
+
"stable_deref_trait",
|
|
690
|
+
"tinystr",
|
|
691
|
+
"writeable",
|
|
692
|
+
"yoke",
|
|
693
|
+
"zerofrom",
|
|
694
|
+
"zerotrie",
|
|
695
|
+
"zerovec",
|
|
696
|
+
]
|
|
697
|
+
|
|
698
|
+
[[package]]
|
|
699
|
+
name = "idna"
|
|
700
|
+
version = "1.1.0"
|
|
701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
703
|
+
dependencies = [
|
|
704
|
+
"idna_adapter",
|
|
705
|
+
"smallvec",
|
|
706
|
+
"utf8_iter",
|
|
707
|
+
]
|
|
708
|
+
|
|
709
|
+
[[package]]
|
|
710
|
+
name = "idna_adapter"
|
|
711
|
+
version = "1.2.1"
|
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
714
|
+
dependencies = [
|
|
715
|
+
"icu_normalizer",
|
|
716
|
+
"icu_properties",
|
|
717
|
+
]
|
|
718
|
+
|
|
719
|
+
[[package]]
|
|
720
|
+
name = "indexmap"
|
|
721
|
+
version = "2.11.1"
|
|
722
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
723
|
+
checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921"
|
|
724
|
+
dependencies = [
|
|
725
|
+
"equivalent",
|
|
726
|
+
"hashbrown",
|
|
727
|
+
]
|
|
728
|
+
|
|
729
|
+
[[package]]
|
|
730
|
+
name = "indoc"
|
|
731
|
+
version = "2.0.6"
|
|
732
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
|
+
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
734
|
+
|
|
735
|
+
[[package]]
|
|
736
|
+
name = "io-uring"
|
|
737
|
+
version = "0.7.10"
|
|
738
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
739
|
+
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
|
|
740
|
+
dependencies = [
|
|
741
|
+
"bitflags",
|
|
742
|
+
"cfg-if",
|
|
743
|
+
"libc",
|
|
744
|
+
]
|
|
745
|
+
|
|
746
|
+
[[package]]
|
|
747
|
+
name = "ipnet"
|
|
748
|
+
version = "2.11.0"
|
|
749
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
750
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
751
|
+
|
|
752
|
+
[[package]]
|
|
753
|
+
name = "iri-string"
|
|
754
|
+
version = "0.7.8"
|
|
755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
+
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
|
|
757
|
+
dependencies = [
|
|
758
|
+
"memchr",
|
|
759
|
+
"serde",
|
|
760
|
+
]
|
|
761
|
+
|
|
762
|
+
[[package]]
|
|
763
|
+
name = "is_terminal_polyfill"
|
|
764
|
+
version = "1.70.1"
|
|
765
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
766
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
767
|
+
|
|
768
|
+
[[package]]
|
|
769
|
+
name = "itoa"
|
|
770
|
+
version = "1.0.15"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "js-sys"
|
|
776
|
+
version = "0.3.77"
|
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
779
|
+
dependencies = [
|
|
780
|
+
"once_cell",
|
|
781
|
+
"wasm-bindgen",
|
|
782
|
+
]
|
|
783
|
+
|
|
784
|
+
[[package]]
|
|
785
|
+
name = "libc"
|
|
786
|
+
version = "0.2.175"
|
|
787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
+
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
|
789
|
+
|
|
790
|
+
[[package]]
|
|
791
|
+
name = "linux-raw-sys"
|
|
792
|
+
version = "0.11.0"
|
|
793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
794
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
795
|
+
|
|
796
|
+
[[package]]
|
|
797
|
+
name = "litemap"
|
|
798
|
+
version = "0.8.0"
|
|
799
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|
801
|
+
|
|
802
|
+
[[package]]
|
|
803
|
+
name = "lock_api"
|
|
804
|
+
version = "0.4.12"
|
|
805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
807
|
+
dependencies = [
|
|
808
|
+
"autocfg",
|
|
809
|
+
"scopeguard",
|
|
810
|
+
]
|
|
811
|
+
|
|
812
|
+
[[package]]
|
|
813
|
+
name = "log"
|
|
814
|
+
version = "0.4.26"
|
|
815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
816
|
+
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
|
817
|
+
|
|
818
|
+
[[package]]
|
|
819
|
+
name = "matrixmultiply"
|
|
820
|
+
version = "0.3.9"
|
|
821
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
822
|
+
checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a"
|
|
823
|
+
dependencies = [
|
|
824
|
+
"autocfg",
|
|
825
|
+
"rawpointer",
|
|
826
|
+
]
|
|
827
|
+
|
|
828
|
+
[[package]]
|
|
829
|
+
name = "memchr"
|
|
830
|
+
version = "2.7.4"
|
|
831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
832
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
833
|
+
|
|
834
|
+
[[package]]
|
|
835
|
+
name = "memoffset"
|
|
836
|
+
version = "0.9.1"
|
|
837
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
839
|
+
dependencies = [
|
|
840
|
+
"autocfg",
|
|
841
|
+
]
|
|
842
|
+
|
|
843
|
+
[[package]]
|
|
844
|
+
name = "mime"
|
|
845
|
+
version = "0.3.17"
|
|
846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
848
|
+
|
|
849
|
+
[[package]]
|
|
850
|
+
name = "miniz_oxide"
|
|
851
|
+
version = "0.8.9"
|
|
852
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
853
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
854
|
+
dependencies = [
|
|
855
|
+
"adler2",
|
|
856
|
+
]
|
|
857
|
+
|
|
858
|
+
[[package]]
|
|
859
|
+
name = "mio"
|
|
860
|
+
version = "1.0.4"
|
|
861
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
862
|
+
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
|
863
|
+
dependencies = [
|
|
864
|
+
"libc",
|
|
865
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
866
|
+
"windows-sys 0.59.0",
|
|
867
|
+
]
|
|
868
|
+
|
|
869
|
+
[[package]]
|
|
870
|
+
name = "native-tls"
|
|
871
|
+
version = "0.2.14"
|
|
872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
873
|
+
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
874
|
+
dependencies = [
|
|
875
|
+
"libc",
|
|
876
|
+
"log",
|
|
877
|
+
"openssl",
|
|
878
|
+
"openssl-probe",
|
|
879
|
+
"openssl-sys",
|
|
880
|
+
"schannel",
|
|
881
|
+
"security-framework",
|
|
882
|
+
"security-framework-sys",
|
|
883
|
+
"tempfile",
|
|
884
|
+
]
|
|
885
|
+
|
|
886
|
+
[[package]]
|
|
887
|
+
name = "ndarray"
|
|
888
|
+
version = "0.15.6"
|
|
889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
890
|
+
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
|
|
891
|
+
dependencies = [
|
|
892
|
+
"matrixmultiply",
|
|
893
|
+
"num-complex",
|
|
894
|
+
"num-integer",
|
|
895
|
+
"num-traits",
|
|
896
|
+
"rawpointer",
|
|
897
|
+
]
|
|
898
|
+
|
|
899
|
+
[[package]]
|
|
900
|
+
name = "ndarray"
|
|
901
|
+
version = "0.16.1"
|
|
902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
|
+
checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
|
|
904
|
+
dependencies = [
|
|
905
|
+
"matrixmultiply",
|
|
906
|
+
"num-complex",
|
|
907
|
+
"num-integer",
|
|
908
|
+
"num-traits",
|
|
909
|
+
"portable-atomic",
|
|
910
|
+
"portable-atomic-util",
|
|
911
|
+
"rawpointer",
|
|
912
|
+
]
|
|
913
|
+
|
|
914
|
+
[[package]]
|
|
915
|
+
name = "num-complex"
|
|
916
|
+
version = "0.4.6"
|
|
917
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
918
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
919
|
+
dependencies = [
|
|
920
|
+
"num-traits",
|
|
921
|
+
]
|
|
922
|
+
|
|
923
|
+
[[package]]
|
|
924
|
+
name = "num-integer"
|
|
925
|
+
version = "0.1.46"
|
|
926
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
927
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
928
|
+
dependencies = [
|
|
929
|
+
"num-traits",
|
|
930
|
+
]
|
|
931
|
+
|
|
932
|
+
[[package]]
|
|
933
|
+
name = "num-traits"
|
|
934
|
+
version = "0.2.19"
|
|
935
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
936
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
937
|
+
dependencies = [
|
|
938
|
+
"autocfg",
|
|
939
|
+
]
|
|
940
|
+
|
|
941
|
+
[[package]]
|
|
942
|
+
name = "numpy"
|
|
943
|
+
version = "0.20.0"
|
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
+
checksum = "bef41cbb417ea83b30525259e30ccef6af39b31c240bda578889494c5392d331"
|
|
946
|
+
dependencies = [
|
|
947
|
+
"libc",
|
|
948
|
+
"ndarray 0.15.6",
|
|
949
|
+
"num-complex",
|
|
950
|
+
"num-integer",
|
|
951
|
+
"num-traits",
|
|
952
|
+
"pyo3",
|
|
953
|
+
"rustc-hash",
|
|
954
|
+
]
|
|
955
|
+
|
|
956
|
+
[[package]]
|
|
957
|
+
name = "object"
|
|
958
|
+
version = "0.36.7"
|
|
959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
960
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
961
|
+
dependencies = [
|
|
962
|
+
"memchr",
|
|
963
|
+
]
|
|
964
|
+
|
|
965
|
+
[[package]]
|
|
966
|
+
name = "once_cell"
|
|
967
|
+
version = "1.21.0"
|
|
968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
+
checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad"
|
|
970
|
+
|
|
971
|
+
[[package]]
|
|
972
|
+
name = "once_cell_polyfill"
|
|
973
|
+
version = "1.70.1"
|
|
974
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
975
|
+
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
|
|
976
|
+
|
|
977
|
+
[[package]]
|
|
978
|
+
name = "openssl"
|
|
979
|
+
version = "0.10.73"
|
|
980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
981
|
+
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
|
|
982
|
+
dependencies = [
|
|
983
|
+
"bitflags",
|
|
984
|
+
"cfg-if",
|
|
985
|
+
"foreign-types",
|
|
986
|
+
"libc",
|
|
987
|
+
"once_cell",
|
|
988
|
+
"openssl-macros",
|
|
989
|
+
"openssl-sys",
|
|
990
|
+
]
|
|
991
|
+
|
|
992
|
+
[[package]]
|
|
993
|
+
name = "openssl-macros"
|
|
994
|
+
version = "0.1.1"
|
|
995
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
996
|
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
997
|
+
dependencies = [
|
|
998
|
+
"proc-macro2",
|
|
999
|
+
"quote",
|
|
1000
|
+
"syn",
|
|
1001
|
+
]
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "openssl-probe"
|
|
1005
|
+
version = "0.1.6"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "openssl-sys"
|
|
1011
|
+
version = "0.9.109"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
|
|
1014
|
+
dependencies = [
|
|
1015
|
+
"cc",
|
|
1016
|
+
"libc",
|
|
1017
|
+
"pkg-config",
|
|
1018
|
+
"vcpkg",
|
|
1019
|
+
]
|
|
1020
|
+
|
|
1021
|
+
[[package]]
|
|
1022
|
+
name = "parking_lot"
|
|
1023
|
+
version = "0.12.3"
|
|
1024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1025
|
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
1026
|
+
dependencies = [
|
|
1027
|
+
"lock_api",
|
|
1028
|
+
"parking_lot_core",
|
|
1029
|
+
]
|
|
1030
|
+
|
|
1031
|
+
[[package]]
|
|
1032
|
+
name = "parking_lot_core"
|
|
1033
|
+
version = "0.9.10"
|
|
1034
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1035
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
1036
|
+
dependencies = [
|
|
1037
|
+
"cfg-if",
|
|
1038
|
+
"libc",
|
|
1039
|
+
"redox_syscall",
|
|
1040
|
+
"smallvec",
|
|
1041
|
+
"windows-targets 0.52.6",
|
|
1042
|
+
]
|
|
1043
|
+
|
|
1044
|
+
[[package]]
|
|
1045
|
+
name = "percent-encoding"
|
|
1046
|
+
version = "2.3.2"
|
|
1047
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1048
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1049
|
+
|
|
1050
|
+
[[package]]
|
|
1051
|
+
name = "pin-project-lite"
|
|
1052
|
+
version = "0.2.16"
|
|
1053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
1055
|
+
|
|
1056
|
+
[[package]]
|
|
1057
|
+
name = "pin-utils"
|
|
1058
|
+
version = "0.1.0"
|
|
1059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1060
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1061
|
+
|
|
1062
|
+
[[package]]
|
|
1063
|
+
name = "pkg-config"
|
|
1064
|
+
version = "0.3.32"
|
|
1065
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1066
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1067
|
+
|
|
1068
|
+
[[package]]
|
|
1069
|
+
name = "portable-atomic"
|
|
1070
|
+
version = "1.11.0"
|
|
1071
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1072
|
+
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
|
1073
|
+
|
|
1074
|
+
[[package]]
|
|
1075
|
+
name = "portable-atomic-util"
|
|
1076
|
+
version = "0.2.4"
|
|
1077
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1078
|
+
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
|
1079
|
+
dependencies = [
|
|
1080
|
+
"portable-atomic",
|
|
1081
|
+
]
|
|
1082
|
+
|
|
1083
|
+
[[package]]
|
|
1084
|
+
name = "potential_utf"
|
|
1085
|
+
version = "0.1.3"
|
|
1086
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1087
|
+
checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
|
|
1088
|
+
dependencies = [
|
|
1089
|
+
"zerovec",
|
|
1090
|
+
]
|
|
1091
|
+
|
|
1092
|
+
[[package]]
|
|
1093
|
+
name = "proc-macro2"
|
|
1094
|
+
version = "1.0.94"
|
|
1095
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1096
|
+
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
|
1097
|
+
dependencies = [
|
|
1098
|
+
"unicode-ident",
|
|
1099
|
+
]
|
|
1100
|
+
|
|
1101
|
+
[[package]]
|
|
1102
|
+
name = "provare"
|
|
1103
|
+
version = "0.5.6"
|
|
1104
|
+
dependencies = [
|
|
1105
|
+
"chrono",
|
|
1106
|
+
"clap",
|
|
1107
|
+
"regex",
|
|
1108
|
+
"reqwest",
|
|
1109
|
+
"serde",
|
|
1110
|
+
"toml",
|
|
1111
|
+
"uuid",
|
|
1112
|
+
]
|
|
1113
|
+
|
|
1114
|
+
[[package]]
|
|
1115
|
+
name = "pyo3"
|
|
1116
|
+
version = "0.20.3"
|
|
1117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1118
|
+
checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
|
1119
|
+
dependencies = [
|
|
1120
|
+
"cfg-if",
|
|
1121
|
+
"indoc",
|
|
1122
|
+
"libc",
|
|
1123
|
+
"memoffset",
|
|
1124
|
+
"parking_lot",
|
|
1125
|
+
"portable-atomic",
|
|
1126
|
+
"pyo3-build-config",
|
|
1127
|
+
"pyo3-ffi",
|
|
1128
|
+
"pyo3-macros",
|
|
1129
|
+
"unindent",
|
|
1130
|
+
]
|
|
1131
|
+
|
|
1132
|
+
[[package]]
|
|
1133
|
+
name = "pyo3-build-config"
|
|
1134
|
+
version = "0.20.3"
|
|
1135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
+
checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
|
1137
|
+
dependencies = [
|
|
1138
|
+
"once_cell",
|
|
1139
|
+
"target-lexicon",
|
|
1140
|
+
]
|
|
1141
|
+
|
|
1142
|
+
[[package]]
|
|
1143
|
+
name = "pyo3-ffi"
|
|
1144
|
+
version = "0.20.3"
|
|
1145
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146
|
+
checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
|
1147
|
+
dependencies = [
|
|
1148
|
+
"libc",
|
|
1149
|
+
"pyo3-build-config",
|
|
1150
|
+
]
|
|
1151
|
+
|
|
1152
|
+
[[package]]
|
|
1153
|
+
name = "pyo3-macros"
|
|
1154
|
+
version = "0.20.3"
|
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1156
|
+
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
|
1157
|
+
dependencies = [
|
|
1158
|
+
"proc-macro2",
|
|
1159
|
+
"pyo3-macros-backend",
|
|
1160
|
+
"quote",
|
|
1161
|
+
"syn",
|
|
1162
|
+
]
|
|
1163
|
+
|
|
1164
|
+
[[package]]
|
|
1165
|
+
name = "pyo3-macros-backend"
|
|
1166
|
+
version = "0.20.3"
|
|
1167
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1168
|
+
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
|
1169
|
+
dependencies = [
|
|
1170
|
+
"heck 0.4.1",
|
|
1171
|
+
"proc-macro2",
|
|
1172
|
+
"pyo3-build-config",
|
|
1173
|
+
"quote",
|
|
1174
|
+
"syn",
|
|
1175
|
+
]
|
|
1176
|
+
|
|
1177
|
+
[[package]]
|
|
1178
|
+
name = "quote"
|
|
1179
|
+
version = "1.0.40"
|
|
1180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
1182
|
+
dependencies = [
|
|
1183
|
+
"proc-macro2",
|
|
1184
|
+
]
|
|
1185
|
+
|
|
1186
|
+
[[package]]
|
|
1187
|
+
name = "r-efi"
|
|
1188
|
+
version = "5.3.0"
|
|
1189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1190
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1191
|
+
|
|
1192
|
+
[[package]]
|
|
1193
|
+
name = "rawpointer"
|
|
1194
|
+
version = "0.2.1"
|
|
1195
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1196
|
+
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
1197
|
+
|
|
1198
|
+
[[package]]
|
|
1199
|
+
name = "rayon"
|
|
1200
|
+
version = "1.10.0"
|
|
1201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1202
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
1203
|
+
dependencies = [
|
|
1204
|
+
"either",
|
|
1205
|
+
"rayon-core",
|
|
1206
|
+
]
|
|
1207
|
+
|
|
1208
|
+
[[package]]
|
|
1209
|
+
name = "rayon-core"
|
|
1210
|
+
version = "1.12.1"
|
|
1211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
1213
|
+
dependencies = [
|
|
1214
|
+
"crossbeam-deque",
|
|
1215
|
+
"crossbeam-utils",
|
|
1216
|
+
]
|
|
1217
|
+
|
|
1218
|
+
[[package]]
|
|
1219
|
+
name = "redox_syscall"
|
|
1220
|
+
version = "0.5.10"
|
|
1221
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1222
|
+
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
|
1223
|
+
dependencies = [
|
|
1224
|
+
"bitflags",
|
|
1225
|
+
]
|
|
1226
|
+
|
|
1227
|
+
[[package]]
|
|
1228
|
+
name = "regex"
|
|
1229
|
+
version = "1.11.2"
|
|
1230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
+
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
|
1232
|
+
dependencies = [
|
|
1233
|
+
"aho-corasick",
|
|
1234
|
+
"memchr",
|
|
1235
|
+
"regex-automata",
|
|
1236
|
+
"regex-syntax",
|
|
1237
|
+
]
|
|
1238
|
+
|
|
1239
|
+
[[package]]
|
|
1240
|
+
name = "regex-automata"
|
|
1241
|
+
version = "0.4.9"
|
|
1242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1243
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
1244
|
+
dependencies = [
|
|
1245
|
+
"aho-corasick",
|
|
1246
|
+
"memchr",
|
|
1247
|
+
"regex-syntax",
|
|
1248
|
+
]
|
|
1249
|
+
|
|
1250
|
+
[[package]]
|
|
1251
|
+
name = "regex-syntax"
|
|
1252
|
+
version = "0.8.5"
|
|
1253
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
1255
|
+
|
|
1256
|
+
[[package]]
|
|
1257
|
+
name = "reqwest"
|
|
1258
|
+
version = "0.12.23"
|
|
1259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1260
|
+
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
|
|
1261
|
+
dependencies = [
|
|
1262
|
+
"base64",
|
|
1263
|
+
"bytes",
|
|
1264
|
+
"encoding_rs",
|
|
1265
|
+
"futures-channel",
|
|
1266
|
+
"futures-core",
|
|
1267
|
+
"futures-util",
|
|
1268
|
+
"h2",
|
|
1269
|
+
"http",
|
|
1270
|
+
"http-body",
|
|
1271
|
+
"http-body-util",
|
|
1272
|
+
"hyper",
|
|
1273
|
+
"hyper-rustls",
|
|
1274
|
+
"hyper-tls",
|
|
1275
|
+
"hyper-util",
|
|
1276
|
+
"js-sys",
|
|
1277
|
+
"log",
|
|
1278
|
+
"mime",
|
|
1279
|
+
"native-tls",
|
|
1280
|
+
"percent-encoding",
|
|
1281
|
+
"pin-project-lite",
|
|
1282
|
+
"rustls-pki-types",
|
|
1283
|
+
"serde",
|
|
1284
|
+
"serde_json",
|
|
1285
|
+
"serde_urlencoded",
|
|
1286
|
+
"sync_wrapper",
|
|
1287
|
+
"tokio",
|
|
1288
|
+
"tokio-native-tls",
|
|
1289
|
+
"tower",
|
|
1290
|
+
"tower-http",
|
|
1291
|
+
"tower-service",
|
|
1292
|
+
"url",
|
|
1293
|
+
"wasm-bindgen",
|
|
1294
|
+
"wasm-bindgen-futures",
|
|
1295
|
+
"web-sys",
|
|
1296
|
+
]
|
|
1297
|
+
|
|
1298
|
+
[[package]]
|
|
1299
|
+
name = "ring"
|
|
1300
|
+
version = "0.17.14"
|
|
1301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1302
|
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
1303
|
+
dependencies = [
|
|
1304
|
+
"cc",
|
|
1305
|
+
"cfg-if",
|
|
1306
|
+
"getrandom 0.2.16",
|
|
1307
|
+
"libc",
|
|
1308
|
+
"untrusted",
|
|
1309
|
+
"windows-sys 0.52.0",
|
|
1310
|
+
]
|
|
1311
|
+
|
|
1312
|
+
[[package]]
|
|
1313
|
+
name = "rustc-demangle"
|
|
1314
|
+
version = "0.1.26"
|
|
1315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1316
|
+
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
|
1317
|
+
|
|
1318
|
+
[[package]]
|
|
1319
|
+
name = "rustc-hash"
|
|
1320
|
+
version = "1.1.0"
|
|
1321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1322
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1323
|
+
|
|
1324
|
+
[[package]]
|
|
1325
|
+
name = "rustix"
|
|
1326
|
+
version = "1.1.2"
|
|
1327
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1328
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
1329
|
+
dependencies = [
|
|
1330
|
+
"bitflags",
|
|
1331
|
+
"errno",
|
|
1332
|
+
"libc",
|
|
1333
|
+
"linux-raw-sys",
|
|
1334
|
+
"windows-sys 0.61.0",
|
|
1335
|
+
]
|
|
1336
|
+
|
|
1337
|
+
[[package]]
|
|
1338
|
+
name = "rustls"
|
|
1339
|
+
version = "0.23.31"
|
|
1340
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1341
|
+
checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
|
|
1342
|
+
dependencies = [
|
|
1343
|
+
"once_cell",
|
|
1344
|
+
"rustls-pki-types",
|
|
1345
|
+
"rustls-webpki",
|
|
1346
|
+
"subtle",
|
|
1347
|
+
"zeroize",
|
|
1348
|
+
]
|
|
1349
|
+
|
|
1350
|
+
[[package]]
|
|
1351
|
+
name = "rustls-pki-types"
|
|
1352
|
+
version = "1.12.0"
|
|
1353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1354
|
+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
|
1355
|
+
dependencies = [
|
|
1356
|
+
"zeroize",
|
|
1357
|
+
]
|
|
1358
|
+
|
|
1359
|
+
[[package]]
|
|
1360
|
+
name = "rustls-webpki"
|
|
1361
|
+
version = "0.103.4"
|
|
1362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1363
|
+
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
|
1364
|
+
dependencies = [
|
|
1365
|
+
"ring",
|
|
1366
|
+
"rustls-pki-types",
|
|
1367
|
+
"untrusted",
|
|
1368
|
+
]
|
|
1369
|
+
|
|
1370
|
+
[[package]]
|
|
1371
|
+
name = "rustversion"
|
|
1372
|
+
version = "1.0.20"
|
|
1373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1374
|
+
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
1375
|
+
|
|
1376
|
+
[[package]]
|
|
1377
|
+
name = "ryu"
|
|
1378
|
+
version = "1.0.20"
|
|
1379
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
1381
|
+
|
|
1382
|
+
[[package]]
|
|
1383
|
+
name = "schannel"
|
|
1384
|
+
version = "0.1.28"
|
|
1385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1386
|
+
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
1387
|
+
dependencies = [
|
|
1388
|
+
"windows-sys 0.61.0",
|
|
1389
|
+
]
|
|
1390
|
+
|
|
1391
|
+
[[package]]
|
|
1392
|
+
name = "scopeguard"
|
|
1393
|
+
version = "1.2.0"
|
|
1394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1395
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1396
|
+
|
|
1397
|
+
[[package]]
|
|
1398
|
+
name = "security-framework"
|
|
1399
|
+
version = "2.11.1"
|
|
1400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1401
|
+
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
1402
|
+
dependencies = [
|
|
1403
|
+
"bitflags",
|
|
1404
|
+
"core-foundation",
|
|
1405
|
+
"core-foundation-sys",
|
|
1406
|
+
"libc",
|
|
1407
|
+
"security-framework-sys",
|
|
1408
|
+
]
|
|
1409
|
+
|
|
1410
|
+
[[package]]
|
|
1411
|
+
name = "security-framework-sys"
|
|
1412
|
+
version = "2.15.0"
|
|
1413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1414
|
+
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
1415
|
+
dependencies = [
|
|
1416
|
+
"core-foundation-sys",
|
|
1417
|
+
"libc",
|
|
1418
|
+
]
|
|
1419
|
+
|
|
1420
|
+
[[package]]
|
|
1421
|
+
name = "serde"
|
|
1422
|
+
version = "1.0.219"
|
|
1423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1424
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
1425
|
+
dependencies = [
|
|
1426
|
+
"serde_derive",
|
|
1427
|
+
]
|
|
1428
|
+
|
|
1429
|
+
[[package]]
|
|
1430
|
+
name = "serde_derive"
|
|
1431
|
+
version = "1.0.219"
|
|
1432
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1433
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
1434
|
+
dependencies = [
|
|
1435
|
+
"proc-macro2",
|
|
1436
|
+
"quote",
|
|
1437
|
+
"syn",
|
|
1438
|
+
]
|
|
1439
|
+
|
|
1440
|
+
[[package]]
|
|
1441
|
+
name = "serde_json"
|
|
1442
|
+
version = "1.0.143"
|
|
1443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1444
|
+
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
|
|
1445
|
+
dependencies = [
|
|
1446
|
+
"itoa",
|
|
1447
|
+
"memchr",
|
|
1448
|
+
"ryu",
|
|
1449
|
+
"serde",
|
|
1450
|
+
]
|
|
1451
|
+
|
|
1452
|
+
[[package]]
|
|
1453
|
+
name = "serde_spanned"
|
|
1454
|
+
version = "1.0.0"
|
|
1455
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1456
|
+
checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
|
|
1457
|
+
dependencies = [
|
|
1458
|
+
"serde",
|
|
1459
|
+
]
|
|
1460
|
+
|
|
1461
|
+
[[package]]
|
|
1462
|
+
name = "serde_urlencoded"
|
|
1463
|
+
version = "0.7.1"
|
|
1464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1465
|
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
1466
|
+
dependencies = [
|
|
1467
|
+
"form_urlencoded",
|
|
1468
|
+
"itoa",
|
|
1469
|
+
"ryu",
|
|
1470
|
+
"serde",
|
|
1471
|
+
]
|
|
1472
|
+
|
|
1473
|
+
[[package]]
|
|
1474
|
+
name = "shlex"
|
|
1475
|
+
version = "1.3.0"
|
|
1476
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1477
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1478
|
+
|
|
1479
|
+
[[package]]
|
|
1480
|
+
name = "slab"
|
|
1481
|
+
version = "0.4.11"
|
|
1482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1483
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
1484
|
+
|
|
1485
|
+
[[package]]
|
|
1486
|
+
name = "smallvec"
|
|
1487
|
+
version = "1.14.0"
|
|
1488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1489
|
+
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|
1490
|
+
|
|
1491
|
+
[[package]]
|
|
1492
|
+
name = "socket2"
|
|
1493
|
+
version = "0.6.0"
|
|
1494
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1495
|
+
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
|
|
1496
|
+
dependencies = [
|
|
1497
|
+
"libc",
|
|
1498
|
+
"windows-sys 0.59.0",
|
|
1499
|
+
]
|
|
1500
|
+
|
|
1501
|
+
[[package]]
|
|
1502
|
+
name = "stable_deref_trait"
|
|
1503
|
+
version = "1.2.0"
|
|
1504
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
1506
|
+
|
|
1507
|
+
[[package]]
|
|
1508
|
+
name = "strsim"
|
|
1509
|
+
version = "0.11.1"
|
|
1510
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1511
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
1512
|
+
|
|
1513
|
+
[[package]]
|
|
1514
|
+
name = "subtle"
|
|
1515
|
+
version = "2.6.1"
|
|
1516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1517
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1518
|
+
|
|
1519
|
+
[[package]]
|
|
1520
|
+
name = "syn"
|
|
1521
|
+
version = "2.0.100"
|
|
1522
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1523
|
+
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
|
1524
|
+
dependencies = [
|
|
1525
|
+
"proc-macro2",
|
|
1526
|
+
"quote",
|
|
1527
|
+
"unicode-ident",
|
|
1528
|
+
]
|
|
1529
|
+
|
|
1530
|
+
[[package]]
|
|
1531
|
+
name = "sync_wrapper"
|
|
1532
|
+
version = "1.0.2"
|
|
1533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1534
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
1535
|
+
dependencies = [
|
|
1536
|
+
"futures-core",
|
|
1537
|
+
]
|
|
1538
|
+
|
|
1539
|
+
[[package]]
|
|
1540
|
+
name = "synstructure"
|
|
1541
|
+
version = "0.13.2"
|
|
1542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1543
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
1544
|
+
dependencies = [
|
|
1545
|
+
"proc-macro2",
|
|
1546
|
+
"quote",
|
|
1547
|
+
"syn",
|
|
1548
|
+
]
|
|
1549
|
+
|
|
1550
|
+
[[package]]
|
|
1551
|
+
name = "system-configuration"
|
|
1552
|
+
version = "0.6.1"
|
|
1553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1554
|
+
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
1555
|
+
dependencies = [
|
|
1556
|
+
"bitflags",
|
|
1557
|
+
"core-foundation",
|
|
1558
|
+
"system-configuration-sys",
|
|
1559
|
+
]
|
|
1560
|
+
|
|
1561
|
+
[[package]]
|
|
1562
|
+
name = "system-configuration-sys"
|
|
1563
|
+
version = "0.6.0"
|
|
1564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1565
|
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
1566
|
+
dependencies = [
|
|
1567
|
+
"core-foundation-sys",
|
|
1568
|
+
"libc",
|
|
1569
|
+
]
|
|
1570
|
+
|
|
1571
|
+
[[package]]
|
|
1572
|
+
name = "target-lexicon"
|
|
1573
|
+
version = "0.12.16"
|
|
1574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1575
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
1576
|
+
|
|
1577
|
+
[[package]]
|
|
1578
|
+
name = "tempfile"
|
|
1579
|
+
version = "3.22.0"
|
|
1580
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1581
|
+
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
|
|
1582
|
+
dependencies = [
|
|
1583
|
+
"fastrand",
|
|
1584
|
+
"getrandom 0.3.3",
|
|
1585
|
+
"once_cell",
|
|
1586
|
+
"rustix",
|
|
1587
|
+
"windows-sys 0.61.0",
|
|
1588
|
+
]
|
|
1589
|
+
|
|
1590
|
+
[[package]]
|
|
1591
|
+
name = "tinystr"
|
|
1592
|
+
version = "0.8.1"
|
|
1593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1594
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
|
1595
|
+
dependencies = [
|
|
1596
|
+
"displaydoc",
|
|
1597
|
+
"zerovec",
|
|
1598
|
+
]
|
|
1599
|
+
|
|
1600
|
+
[[package]]
|
|
1601
|
+
name = "tokio"
|
|
1602
|
+
version = "1.47.1"
|
|
1603
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1604
|
+
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
|
|
1605
|
+
dependencies = [
|
|
1606
|
+
"backtrace",
|
|
1607
|
+
"bytes",
|
|
1608
|
+
"io-uring",
|
|
1609
|
+
"libc",
|
|
1610
|
+
"mio",
|
|
1611
|
+
"pin-project-lite",
|
|
1612
|
+
"slab",
|
|
1613
|
+
"socket2",
|
|
1614
|
+
"windows-sys 0.59.0",
|
|
1615
|
+
]
|
|
1616
|
+
|
|
1617
|
+
[[package]]
|
|
1618
|
+
name = "tokio-native-tls"
|
|
1619
|
+
version = "0.3.1"
|
|
1620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1621
|
+
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
1622
|
+
dependencies = [
|
|
1623
|
+
"native-tls",
|
|
1624
|
+
"tokio",
|
|
1625
|
+
]
|
|
1626
|
+
|
|
1627
|
+
[[package]]
|
|
1628
|
+
name = "tokio-rustls"
|
|
1629
|
+
version = "0.26.2"
|
|
1630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1631
|
+
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
1632
|
+
dependencies = [
|
|
1633
|
+
"rustls",
|
|
1634
|
+
"tokio",
|
|
1635
|
+
]
|
|
1636
|
+
|
|
1637
|
+
[[package]]
|
|
1638
|
+
name = "tokio-util"
|
|
1639
|
+
version = "0.7.16"
|
|
1640
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1641
|
+
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
|
|
1642
|
+
dependencies = [
|
|
1643
|
+
"bytes",
|
|
1644
|
+
"futures-core",
|
|
1645
|
+
"futures-sink",
|
|
1646
|
+
"pin-project-lite",
|
|
1647
|
+
"tokio",
|
|
1648
|
+
]
|
|
1649
|
+
|
|
1650
|
+
[[package]]
|
|
1651
|
+
name = "toml"
|
|
1652
|
+
version = "0.9.5"
|
|
1653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
+
checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
|
|
1655
|
+
dependencies = [
|
|
1656
|
+
"indexmap",
|
|
1657
|
+
"serde",
|
|
1658
|
+
"serde_spanned",
|
|
1659
|
+
"toml_datetime",
|
|
1660
|
+
"toml_parser",
|
|
1661
|
+
"toml_writer",
|
|
1662
|
+
"winnow",
|
|
1663
|
+
]
|
|
1664
|
+
|
|
1665
|
+
[[package]]
|
|
1666
|
+
name = "toml_datetime"
|
|
1667
|
+
version = "0.7.0"
|
|
1668
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1669
|
+
checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
|
|
1670
|
+
dependencies = [
|
|
1671
|
+
"serde",
|
|
1672
|
+
]
|
|
1673
|
+
|
|
1674
|
+
[[package]]
|
|
1675
|
+
name = "toml_parser"
|
|
1676
|
+
version = "1.0.2"
|
|
1677
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1678
|
+
checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
|
|
1679
|
+
dependencies = [
|
|
1680
|
+
"winnow",
|
|
1681
|
+
]
|
|
1682
|
+
|
|
1683
|
+
[[package]]
|
|
1684
|
+
name = "toml_writer"
|
|
1685
|
+
version = "1.0.2"
|
|
1686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1687
|
+
checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
|
|
1688
|
+
|
|
1689
|
+
[[package]]
|
|
1690
|
+
name = "tower"
|
|
1691
|
+
version = "0.5.2"
|
|
1692
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1693
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
1694
|
+
dependencies = [
|
|
1695
|
+
"futures-core",
|
|
1696
|
+
"futures-util",
|
|
1697
|
+
"pin-project-lite",
|
|
1698
|
+
"sync_wrapper",
|
|
1699
|
+
"tokio",
|
|
1700
|
+
"tower-layer",
|
|
1701
|
+
"tower-service",
|
|
1702
|
+
]
|
|
1703
|
+
|
|
1704
|
+
[[package]]
|
|
1705
|
+
name = "tower-http"
|
|
1706
|
+
version = "0.6.6"
|
|
1707
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1708
|
+
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
|
|
1709
|
+
dependencies = [
|
|
1710
|
+
"bitflags",
|
|
1711
|
+
"bytes",
|
|
1712
|
+
"futures-util",
|
|
1713
|
+
"http",
|
|
1714
|
+
"http-body",
|
|
1715
|
+
"iri-string",
|
|
1716
|
+
"pin-project-lite",
|
|
1717
|
+
"tower",
|
|
1718
|
+
"tower-layer",
|
|
1719
|
+
"tower-service",
|
|
1720
|
+
]
|
|
1721
|
+
|
|
1722
|
+
[[package]]
|
|
1723
|
+
name = "tower-layer"
|
|
1724
|
+
version = "0.3.3"
|
|
1725
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1726
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
1727
|
+
|
|
1728
|
+
[[package]]
|
|
1729
|
+
name = "tower-service"
|
|
1730
|
+
version = "0.3.3"
|
|
1731
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1732
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
1733
|
+
|
|
1734
|
+
[[package]]
|
|
1735
|
+
name = "tracing"
|
|
1736
|
+
version = "0.1.41"
|
|
1737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1738
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
1739
|
+
dependencies = [
|
|
1740
|
+
"pin-project-lite",
|
|
1741
|
+
"tracing-core",
|
|
1742
|
+
]
|
|
1743
|
+
|
|
1744
|
+
[[package]]
|
|
1745
|
+
name = "tracing-core"
|
|
1746
|
+
version = "0.1.34"
|
|
1747
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1748
|
+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
|
1749
|
+
dependencies = [
|
|
1750
|
+
"once_cell",
|
|
1751
|
+
]
|
|
1752
|
+
|
|
1753
|
+
[[package]]
|
|
1754
|
+
name = "try-lock"
|
|
1755
|
+
version = "0.2.5"
|
|
1756
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1757
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
1758
|
+
|
|
1759
|
+
[[package]]
|
|
1760
|
+
name = "unicode-ident"
|
|
1761
|
+
version = "1.0.18"
|
|
1762
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1763
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
1764
|
+
|
|
1765
|
+
[[package]]
|
|
1766
|
+
name = "unindent"
|
|
1767
|
+
version = "0.2.4"
|
|
1768
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1769
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
1770
|
+
|
|
1771
|
+
[[package]]
|
|
1772
|
+
name = "untrusted"
|
|
1773
|
+
version = "0.9.0"
|
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
1776
|
+
|
|
1777
|
+
[[package]]
|
|
1778
|
+
name = "url"
|
|
1779
|
+
version = "2.5.7"
|
|
1780
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1781
|
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
1782
|
+
dependencies = [
|
|
1783
|
+
"form_urlencoded",
|
|
1784
|
+
"idna",
|
|
1785
|
+
"percent-encoding",
|
|
1786
|
+
"serde",
|
|
1787
|
+
]
|
|
1788
|
+
|
|
1789
|
+
[[package]]
|
|
1790
|
+
name = "utf8_iter"
|
|
1791
|
+
version = "1.0.4"
|
|
1792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1793
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1794
|
+
|
|
1795
|
+
[[package]]
|
|
1796
|
+
name = "utf8parse"
|
|
1797
|
+
version = "0.2.2"
|
|
1798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1799
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1800
|
+
|
|
1801
|
+
[[package]]
|
|
1802
|
+
name = "uuid"
|
|
1803
|
+
version = "1.18.1"
|
|
1804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1805
|
+
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
1806
|
+
dependencies = [
|
|
1807
|
+
"getrandom 0.3.3",
|
|
1808
|
+
"js-sys",
|
|
1809
|
+
"serde",
|
|
1810
|
+
"wasm-bindgen",
|
|
1811
|
+
]
|
|
1812
|
+
|
|
1813
|
+
[[package]]
|
|
1814
|
+
name = "vcpkg"
|
|
1815
|
+
version = "0.2.15"
|
|
1816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1817
|
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
1818
|
+
|
|
1819
|
+
[[package]]
|
|
1820
|
+
name = "want"
|
|
1821
|
+
version = "0.3.1"
|
|
1822
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1823
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
1824
|
+
dependencies = [
|
|
1825
|
+
"try-lock",
|
|
1826
|
+
]
|
|
1827
|
+
|
|
1828
|
+
[[package]]
|
|
1829
|
+
name = "wasi"
|
|
1830
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
1831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1832
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1833
|
+
|
|
1834
|
+
[[package]]
|
|
1835
|
+
name = "wasi"
|
|
1836
|
+
version = "0.14.3+wasi-0.2.4"
|
|
1837
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1838
|
+
checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"
|
|
1839
|
+
dependencies = [
|
|
1840
|
+
"wit-bindgen",
|
|
1841
|
+
]
|
|
1842
|
+
|
|
1843
|
+
[[package]]
|
|
1844
|
+
name = "wasm-bindgen"
|
|
1845
|
+
version = "0.2.100"
|
|
1846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1847
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
1848
|
+
dependencies = [
|
|
1849
|
+
"cfg-if",
|
|
1850
|
+
"once_cell",
|
|
1851
|
+
"rustversion",
|
|
1852
|
+
"wasm-bindgen-macro",
|
|
1853
|
+
]
|
|
1854
|
+
|
|
1855
|
+
[[package]]
|
|
1856
|
+
name = "wasm-bindgen-backend"
|
|
1857
|
+
version = "0.2.100"
|
|
1858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1859
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
1860
|
+
dependencies = [
|
|
1861
|
+
"bumpalo",
|
|
1862
|
+
"log",
|
|
1863
|
+
"proc-macro2",
|
|
1864
|
+
"quote",
|
|
1865
|
+
"syn",
|
|
1866
|
+
"wasm-bindgen-shared",
|
|
1867
|
+
]
|
|
1868
|
+
|
|
1869
|
+
[[package]]
|
|
1870
|
+
name = "wasm-bindgen-futures"
|
|
1871
|
+
version = "0.4.50"
|
|
1872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1873
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
1874
|
+
dependencies = [
|
|
1875
|
+
"cfg-if",
|
|
1876
|
+
"js-sys",
|
|
1877
|
+
"once_cell",
|
|
1878
|
+
"wasm-bindgen",
|
|
1879
|
+
"web-sys",
|
|
1880
|
+
]
|
|
1881
|
+
|
|
1882
|
+
[[package]]
|
|
1883
|
+
name = "wasm-bindgen-macro"
|
|
1884
|
+
version = "0.2.100"
|
|
1885
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1886
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
1887
|
+
dependencies = [
|
|
1888
|
+
"quote",
|
|
1889
|
+
"wasm-bindgen-macro-support",
|
|
1890
|
+
]
|
|
1891
|
+
|
|
1892
|
+
[[package]]
|
|
1893
|
+
name = "wasm-bindgen-macro-support"
|
|
1894
|
+
version = "0.2.100"
|
|
1895
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1896
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
1897
|
+
dependencies = [
|
|
1898
|
+
"proc-macro2",
|
|
1899
|
+
"quote",
|
|
1900
|
+
"syn",
|
|
1901
|
+
"wasm-bindgen-backend",
|
|
1902
|
+
"wasm-bindgen-shared",
|
|
1903
|
+
]
|
|
1904
|
+
|
|
1905
|
+
[[package]]
|
|
1906
|
+
name = "wasm-bindgen-shared"
|
|
1907
|
+
version = "0.2.100"
|
|
1908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1909
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
1910
|
+
dependencies = [
|
|
1911
|
+
"unicode-ident",
|
|
1912
|
+
]
|
|
1913
|
+
|
|
1914
|
+
[[package]]
|
|
1915
|
+
name = "web-sys"
|
|
1916
|
+
version = "0.3.77"
|
|
1917
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1918
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
1919
|
+
dependencies = [
|
|
1920
|
+
"js-sys",
|
|
1921
|
+
"wasm-bindgen",
|
|
1922
|
+
]
|
|
1923
|
+
|
|
1924
|
+
[[package]]
|
|
1925
|
+
name = "windows-core"
|
|
1926
|
+
version = "0.52.0"
|
|
1927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1928
|
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
1929
|
+
dependencies = [
|
|
1930
|
+
"windows-targets 0.52.6",
|
|
1931
|
+
]
|
|
1932
|
+
|
|
1933
|
+
[[package]]
|
|
1934
|
+
name = "windows-link"
|
|
1935
|
+
version = "0.1.3"
|
|
1936
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1937
|
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
1938
|
+
|
|
1939
|
+
[[package]]
|
|
1940
|
+
name = "windows-link"
|
|
1941
|
+
version = "0.2.0"
|
|
1942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1943
|
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
|
1944
|
+
|
|
1945
|
+
[[package]]
|
|
1946
|
+
name = "windows-registry"
|
|
1947
|
+
version = "0.5.3"
|
|
1948
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1949
|
+
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
|
|
1950
|
+
dependencies = [
|
|
1951
|
+
"windows-link 0.1.3",
|
|
1952
|
+
"windows-result",
|
|
1953
|
+
"windows-strings",
|
|
1954
|
+
]
|
|
1955
|
+
|
|
1956
|
+
[[package]]
|
|
1957
|
+
name = "windows-result"
|
|
1958
|
+
version = "0.3.4"
|
|
1959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1960
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
1961
|
+
dependencies = [
|
|
1962
|
+
"windows-link 0.1.3",
|
|
1963
|
+
]
|
|
1964
|
+
|
|
1965
|
+
[[package]]
|
|
1966
|
+
name = "windows-strings"
|
|
1967
|
+
version = "0.4.2"
|
|
1968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1969
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
1970
|
+
dependencies = [
|
|
1971
|
+
"windows-link 0.1.3",
|
|
1972
|
+
]
|
|
1973
|
+
|
|
1974
|
+
[[package]]
|
|
1975
|
+
name = "windows-sys"
|
|
1976
|
+
version = "0.52.0"
|
|
1977
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1978
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1979
|
+
dependencies = [
|
|
1980
|
+
"windows-targets 0.52.6",
|
|
1981
|
+
]
|
|
1982
|
+
|
|
1983
|
+
[[package]]
|
|
1984
|
+
name = "windows-sys"
|
|
1985
|
+
version = "0.59.0"
|
|
1986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1987
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
1988
|
+
dependencies = [
|
|
1989
|
+
"windows-targets 0.52.6",
|
|
1990
|
+
]
|
|
1991
|
+
|
|
1992
|
+
[[package]]
|
|
1993
|
+
name = "windows-sys"
|
|
1994
|
+
version = "0.60.2"
|
|
1995
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1996
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1997
|
+
dependencies = [
|
|
1998
|
+
"windows-targets 0.53.3",
|
|
1999
|
+
]
|
|
2000
|
+
|
|
2001
|
+
[[package]]
|
|
2002
|
+
name = "windows-sys"
|
|
2003
|
+
version = "0.61.0"
|
|
2004
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2005
|
+
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
|
2006
|
+
dependencies = [
|
|
2007
|
+
"windows-link 0.2.0",
|
|
2008
|
+
]
|
|
2009
|
+
|
|
2010
|
+
[[package]]
|
|
2011
|
+
name = "windows-targets"
|
|
2012
|
+
version = "0.52.6"
|
|
2013
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2014
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2015
|
+
dependencies = [
|
|
2016
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
2017
|
+
"windows_aarch64_msvc 0.52.6",
|
|
2018
|
+
"windows_i686_gnu 0.52.6",
|
|
2019
|
+
"windows_i686_gnullvm 0.52.6",
|
|
2020
|
+
"windows_i686_msvc 0.52.6",
|
|
2021
|
+
"windows_x86_64_gnu 0.52.6",
|
|
2022
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
2023
|
+
"windows_x86_64_msvc 0.52.6",
|
|
2024
|
+
]
|
|
2025
|
+
|
|
2026
|
+
[[package]]
|
|
2027
|
+
name = "windows-targets"
|
|
2028
|
+
version = "0.53.3"
|
|
2029
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2030
|
+
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
|
2031
|
+
dependencies = [
|
|
2032
|
+
"windows-link 0.1.3",
|
|
2033
|
+
"windows_aarch64_gnullvm 0.53.0",
|
|
2034
|
+
"windows_aarch64_msvc 0.53.0",
|
|
2035
|
+
"windows_i686_gnu 0.53.0",
|
|
2036
|
+
"windows_i686_gnullvm 0.53.0",
|
|
2037
|
+
"windows_i686_msvc 0.53.0",
|
|
2038
|
+
"windows_x86_64_gnu 0.53.0",
|
|
2039
|
+
"windows_x86_64_gnullvm 0.53.0",
|
|
2040
|
+
"windows_x86_64_msvc 0.53.0",
|
|
2041
|
+
]
|
|
2042
|
+
|
|
2043
|
+
[[package]]
|
|
2044
|
+
name = "windows_aarch64_gnullvm"
|
|
2045
|
+
version = "0.52.6"
|
|
2046
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2047
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2048
|
+
|
|
2049
|
+
[[package]]
|
|
2050
|
+
name = "windows_aarch64_gnullvm"
|
|
2051
|
+
version = "0.53.0"
|
|
2052
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2053
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
2054
|
+
|
|
2055
|
+
[[package]]
|
|
2056
|
+
name = "windows_aarch64_msvc"
|
|
2057
|
+
version = "0.52.6"
|
|
2058
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2059
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2060
|
+
|
|
2061
|
+
[[package]]
|
|
2062
|
+
name = "windows_aarch64_msvc"
|
|
2063
|
+
version = "0.53.0"
|
|
2064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2065
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
2066
|
+
|
|
2067
|
+
[[package]]
|
|
2068
|
+
name = "windows_i686_gnu"
|
|
2069
|
+
version = "0.52.6"
|
|
2070
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
2072
|
+
|
|
2073
|
+
[[package]]
|
|
2074
|
+
name = "windows_i686_gnu"
|
|
2075
|
+
version = "0.53.0"
|
|
2076
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2077
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
2078
|
+
|
|
2079
|
+
[[package]]
|
|
2080
|
+
name = "windows_i686_gnullvm"
|
|
2081
|
+
version = "0.52.6"
|
|
2082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2083
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2084
|
+
|
|
2085
|
+
[[package]]
|
|
2086
|
+
name = "windows_i686_gnullvm"
|
|
2087
|
+
version = "0.53.0"
|
|
2088
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2089
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
2090
|
+
|
|
2091
|
+
[[package]]
|
|
2092
|
+
name = "windows_i686_msvc"
|
|
2093
|
+
version = "0.52.6"
|
|
2094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2095
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2096
|
+
|
|
2097
|
+
[[package]]
|
|
2098
|
+
name = "windows_i686_msvc"
|
|
2099
|
+
version = "0.53.0"
|
|
2100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2101
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
2102
|
+
|
|
2103
|
+
[[package]]
|
|
2104
|
+
name = "windows_x86_64_gnu"
|
|
2105
|
+
version = "0.52.6"
|
|
2106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2107
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2108
|
+
|
|
2109
|
+
[[package]]
|
|
2110
|
+
name = "windows_x86_64_gnu"
|
|
2111
|
+
version = "0.53.0"
|
|
2112
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2113
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
2114
|
+
|
|
2115
|
+
[[package]]
|
|
2116
|
+
name = "windows_x86_64_gnullvm"
|
|
2117
|
+
version = "0.52.6"
|
|
2118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2119
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2120
|
+
|
|
2121
|
+
[[package]]
|
|
2122
|
+
name = "windows_x86_64_gnullvm"
|
|
2123
|
+
version = "0.53.0"
|
|
2124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2125
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
2126
|
+
|
|
2127
|
+
[[package]]
|
|
2128
|
+
name = "windows_x86_64_msvc"
|
|
2129
|
+
version = "0.52.6"
|
|
2130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2131
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2132
|
+
|
|
2133
|
+
[[package]]
|
|
2134
|
+
name = "windows_x86_64_msvc"
|
|
2135
|
+
version = "0.53.0"
|
|
2136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2137
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
2138
|
+
|
|
2139
|
+
[[package]]
|
|
2140
|
+
name = "winnow"
|
|
2141
|
+
version = "0.7.13"
|
|
2142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2143
|
+
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
|
|
2144
|
+
|
|
2145
|
+
[[package]]
|
|
2146
|
+
name = "wit-bindgen"
|
|
2147
|
+
version = "0.45.0"
|
|
2148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2149
|
+
checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814"
|
|
2150
|
+
|
|
2151
|
+
[[package]]
|
|
2152
|
+
name = "writeable"
|
|
2153
|
+
version = "0.6.1"
|
|
2154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2155
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
|
2156
|
+
|
|
2157
|
+
[[package]]
|
|
2158
|
+
name = "yoke"
|
|
2159
|
+
version = "0.8.0"
|
|
2160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2161
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
|
2162
|
+
dependencies = [
|
|
2163
|
+
"serde",
|
|
2164
|
+
"stable_deref_trait",
|
|
2165
|
+
"yoke-derive",
|
|
2166
|
+
"zerofrom",
|
|
2167
|
+
]
|
|
2168
|
+
|
|
2169
|
+
[[package]]
|
|
2170
|
+
name = "yoke-derive"
|
|
2171
|
+
version = "0.8.0"
|
|
2172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2173
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
|
2174
|
+
dependencies = [
|
|
2175
|
+
"proc-macro2",
|
|
2176
|
+
"quote",
|
|
2177
|
+
"syn",
|
|
2178
|
+
"synstructure",
|
|
2179
|
+
]
|
|
2180
|
+
|
|
2181
|
+
[[package]]
|
|
2182
|
+
name = "zerofrom"
|
|
2183
|
+
version = "0.1.6"
|
|
2184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2185
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
2186
|
+
dependencies = [
|
|
2187
|
+
"zerofrom-derive",
|
|
2188
|
+
]
|
|
2189
|
+
|
|
2190
|
+
[[package]]
|
|
2191
|
+
name = "zerofrom-derive"
|
|
2192
|
+
version = "0.1.6"
|
|
2193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2194
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
2195
|
+
dependencies = [
|
|
2196
|
+
"proc-macro2",
|
|
2197
|
+
"quote",
|
|
2198
|
+
"syn",
|
|
2199
|
+
"synstructure",
|
|
2200
|
+
]
|
|
2201
|
+
|
|
2202
|
+
[[package]]
|
|
2203
|
+
name = "zeroize"
|
|
2204
|
+
version = "1.8.1"
|
|
2205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2206
|
+
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
2207
|
+
|
|
2208
|
+
[[package]]
|
|
2209
|
+
name = "zerotrie"
|
|
2210
|
+
version = "0.2.2"
|
|
2211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2212
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
|
2213
|
+
dependencies = [
|
|
2214
|
+
"displaydoc",
|
|
2215
|
+
"yoke",
|
|
2216
|
+
"zerofrom",
|
|
2217
|
+
]
|
|
2218
|
+
|
|
2219
|
+
[[package]]
|
|
2220
|
+
name = "zerovec"
|
|
2221
|
+
version = "0.11.4"
|
|
2222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2223
|
+
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
|
|
2224
|
+
dependencies = [
|
|
2225
|
+
"yoke",
|
|
2226
|
+
"zerofrom",
|
|
2227
|
+
"zerovec-derive",
|
|
2228
|
+
]
|
|
2229
|
+
|
|
2230
|
+
[[package]]
|
|
2231
|
+
name = "zerovec-derive"
|
|
2232
|
+
version = "0.11.1"
|
|
2233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2234
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
|
2235
|
+
dependencies = [
|
|
2236
|
+
"proc-macro2",
|
|
2237
|
+
"quote",
|
|
2238
|
+
"syn",
|
|
2239
|
+
]
|