rubydex 0.1.0.beta1-x86_64-linux → 0.1.0.beta2-x86_64-linux
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.
- checksums.yaml +4 -4
- data/ext/rubydex/declaration.c +146 -0
- data/ext/rubydex/declaration.h +10 -0
- data/ext/rubydex/definition.c +234 -0
- data/ext/rubydex/definition.h +28 -0
- data/ext/rubydex/diagnostic.c +6 -0
- data/ext/rubydex/diagnostic.h +11 -0
- data/ext/rubydex/document.c +98 -0
- data/ext/rubydex/document.h +10 -0
- data/ext/rubydex/extconf.rb +36 -15
- data/ext/rubydex/graph.c +405 -0
- data/ext/rubydex/graph.h +10 -0
- data/ext/rubydex/handle.h +44 -0
- data/ext/rubydex/location.c +22 -0
- data/ext/rubydex/location.h +15 -0
- data/ext/rubydex/reference.c +104 -0
- data/ext/rubydex/reference.h +16 -0
- data/ext/rubydex/rubydex.c +22 -0
- data/ext/rubydex/utils.c +27 -0
- data/ext/rubydex/utils.h +13 -0
- data/lib/rubydex/3.2/rubydex.so +0 -0
- data/lib/rubydex/3.3/rubydex.so +0 -0
- data/lib/rubydex/3.4/rubydex.so +0 -0
- data/lib/rubydex/4.0/rubydex.so +0 -0
- data/lib/rubydex/librubydex_sys.so +0 -0
- data/lib/rubydex/version.rb +1 -1
- data/rust/Cargo.lock +1275 -0
- data/rust/Cargo.toml +23 -0
- data/rust/about.hbs +78 -0
- data/rust/about.toml +9 -0
- data/rust/rubydex/Cargo.toml +41 -0
- data/rust/rubydex/src/diagnostic.rs +108 -0
- data/rust/rubydex/src/errors.rs +28 -0
- data/rust/rubydex/src/indexing/local_graph.rs +172 -0
- data/rust/rubydex/src/indexing/ruby_indexer.rs +5397 -0
- data/rust/rubydex/src/indexing.rs +128 -0
- data/rust/rubydex/src/job_queue.rs +186 -0
- data/rust/rubydex/src/lib.rs +15 -0
- data/rust/rubydex/src/listing.rs +249 -0
- data/rust/rubydex/src/main.rs +116 -0
- data/rust/rubydex/src/model/comment.rs +24 -0
- data/rust/rubydex/src/model/declaration.rs +541 -0
- data/rust/rubydex/src/model/definitions.rs +1475 -0
- data/rust/rubydex/src/model/document.rs +111 -0
- data/rust/rubydex/src/model/encoding.rs +22 -0
- data/rust/rubydex/src/model/graph.rs +1387 -0
- data/rust/rubydex/src/model/id.rs +90 -0
- data/rust/rubydex/src/model/identity_maps.rs +54 -0
- data/rust/rubydex/src/model/ids.rs +32 -0
- data/rust/rubydex/src/model/name.rs +188 -0
- data/rust/rubydex/src/model/references.rs +129 -0
- data/rust/rubydex/src/model/string_ref.rs +44 -0
- data/rust/rubydex/src/model/visibility.rs +41 -0
- data/rust/rubydex/src/model.rs +13 -0
- data/rust/rubydex/src/offset.rs +70 -0
- data/rust/rubydex/src/position.rs +6 -0
- data/rust/rubydex/src/query.rs +103 -0
- data/rust/rubydex/src/resolution.rs +4421 -0
- data/rust/rubydex/src/stats/memory.rs +71 -0
- data/rust/rubydex/src/stats/timer.rs +126 -0
- data/rust/rubydex/src/stats.rs +9 -0
- data/rust/rubydex/src/test_utils/context.rs +226 -0
- data/rust/rubydex/src/test_utils/graph_test.rs +229 -0
- data/rust/rubydex/src/test_utils/local_graph_test.rs +166 -0
- data/rust/rubydex/src/test_utils.rs +52 -0
- data/rust/rubydex/src/visualization/dot.rs +176 -0
- data/rust/rubydex/src/visualization.rs +6 -0
- data/rust/rubydex/tests/cli.rs +167 -0
- data/rust/rubydex-sys/Cargo.toml +20 -0
- data/rust/rubydex-sys/build.rs +14 -0
- data/rust/rubydex-sys/cbindgen.toml +12 -0
- data/rust/rubydex-sys/src/declaration_api.rs +114 -0
- data/rust/rubydex-sys/src/definition_api.rs +350 -0
- data/rust/rubydex-sys/src/diagnostic_api.rs +99 -0
- data/rust/rubydex-sys/src/document_api.rs +54 -0
- data/rust/rubydex-sys/src/graph_api.rs +493 -0
- data/rust/rubydex-sys/src/lib.rs +9 -0
- data/rust/rubydex-sys/src/location_api.rs +79 -0
- data/rust/rubydex-sys/src/name_api.rs +81 -0
- data/rust/rubydex-sys/src/reference_api.rs +191 -0
- data/rust/rubydex-sys/src/utils.rs +50 -0
- data/rust/rustfmt.toml +2 -0
- metadata +77 -2
data/rust/Cargo.lock
ADDED
|
@@ -0,0 +1,1275 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aho-corasick"
|
|
7
|
+
version = "1.1.3"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"memchr",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "anstream"
|
|
16
|
+
version = "0.6.19"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
|
|
19
|
+
dependencies = [
|
|
20
|
+
"anstyle",
|
|
21
|
+
"anstyle-parse",
|
|
22
|
+
"anstyle-query",
|
|
23
|
+
"anstyle-wincon",
|
|
24
|
+
"colorchoice",
|
|
25
|
+
"is_terminal_polyfill",
|
|
26
|
+
"utf8parse",
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "anstyle"
|
|
31
|
+
version = "1.0.11"
|
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
+
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "anstyle-parse"
|
|
37
|
+
version = "0.2.7"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
40
|
+
dependencies = [
|
|
41
|
+
"utf8parse",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "anstyle-query"
|
|
46
|
+
version = "1.1.3"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
|
|
49
|
+
dependencies = [
|
|
50
|
+
"windows-sys 0.59.0",
|
|
51
|
+
]
|
|
52
|
+
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "anstyle-wincon"
|
|
55
|
+
version = "3.0.9"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
|
|
58
|
+
dependencies = [
|
|
59
|
+
"anstyle",
|
|
60
|
+
"once_cell_polyfill",
|
|
61
|
+
"windows-sys 0.59.0",
|
|
62
|
+
]
|
|
63
|
+
|
|
64
|
+
[[package]]
|
|
65
|
+
name = "assert_cmd"
|
|
66
|
+
version = "2.0.17"
|
|
67
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
68
|
+
checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66"
|
|
69
|
+
dependencies = [
|
|
70
|
+
"anstyle",
|
|
71
|
+
"bstr",
|
|
72
|
+
"doc-comment",
|
|
73
|
+
"libc",
|
|
74
|
+
"predicates",
|
|
75
|
+
"predicates-core",
|
|
76
|
+
"predicates-tree",
|
|
77
|
+
"wait-timeout",
|
|
78
|
+
]
|
|
79
|
+
|
|
80
|
+
[[package]]
|
|
81
|
+
name = "autocfg"
|
|
82
|
+
version = "1.5.0"
|
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
85
|
+
|
|
86
|
+
[[package]]
|
|
87
|
+
name = "bindgen"
|
|
88
|
+
version = "0.72.1"
|
|
89
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
90
|
+
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
91
|
+
dependencies = [
|
|
92
|
+
"bitflags",
|
|
93
|
+
"cexpr",
|
|
94
|
+
"clang-sys",
|
|
95
|
+
"itertools",
|
|
96
|
+
"log",
|
|
97
|
+
"prettyplease",
|
|
98
|
+
"proc-macro2",
|
|
99
|
+
"quote",
|
|
100
|
+
"regex",
|
|
101
|
+
"rustc-hash",
|
|
102
|
+
"shlex",
|
|
103
|
+
"syn",
|
|
104
|
+
]
|
|
105
|
+
|
|
106
|
+
[[package]]
|
|
107
|
+
name = "bitflags"
|
|
108
|
+
version = "2.9.1"
|
|
109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
110
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
|
111
|
+
|
|
112
|
+
[[package]]
|
|
113
|
+
name = "bstr"
|
|
114
|
+
version = "1.12.0"
|
|
115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
116
|
+
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
|
117
|
+
dependencies = [
|
|
118
|
+
"memchr",
|
|
119
|
+
"regex-automata",
|
|
120
|
+
"serde",
|
|
121
|
+
]
|
|
122
|
+
|
|
123
|
+
[[package]]
|
|
124
|
+
name = "bytecount"
|
|
125
|
+
version = "0.6.9"
|
|
126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
+
checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
|
|
128
|
+
|
|
129
|
+
[[package]]
|
|
130
|
+
name = "cbindgen"
|
|
131
|
+
version = "0.29.0"
|
|
132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
+
checksum = "975982cdb7ad6a142be15bdf84aea7ec6a9e5d4d797c004d43185b24cfe4e684"
|
|
134
|
+
dependencies = [
|
|
135
|
+
"clap",
|
|
136
|
+
"heck",
|
|
137
|
+
"indexmap",
|
|
138
|
+
"log",
|
|
139
|
+
"proc-macro2",
|
|
140
|
+
"quote",
|
|
141
|
+
"serde",
|
|
142
|
+
"serde_json",
|
|
143
|
+
"syn",
|
|
144
|
+
"tempfile",
|
|
145
|
+
"toml",
|
|
146
|
+
]
|
|
147
|
+
|
|
148
|
+
[[package]]
|
|
149
|
+
name = "cc"
|
|
150
|
+
version = "1.2.30"
|
|
151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
+
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
|
|
153
|
+
dependencies = [
|
|
154
|
+
"shlex",
|
|
155
|
+
]
|
|
156
|
+
|
|
157
|
+
[[package]]
|
|
158
|
+
name = "cexpr"
|
|
159
|
+
version = "0.6.0"
|
|
160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
162
|
+
dependencies = [
|
|
163
|
+
"nom",
|
|
164
|
+
]
|
|
165
|
+
|
|
166
|
+
[[package]]
|
|
167
|
+
name = "cfg-if"
|
|
168
|
+
version = "1.0.1"
|
|
169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
170
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
|
171
|
+
|
|
172
|
+
[[package]]
|
|
173
|
+
name = "clang-sys"
|
|
174
|
+
version = "1.8.1"
|
|
175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
177
|
+
dependencies = [
|
|
178
|
+
"glob",
|
|
179
|
+
"libc",
|
|
180
|
+
"libloading",
|
|
181
|
+
]
|
|
182
|
+
|
|
183
|
+
[[package]]
|
|
184
|
+
name = "clap"
|
|
185
|
+
version = "4.5.41"
|
|
186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
+
checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
|
|
188
|
+
dependencies = [
|
|
189
|
+
"clap_builder",
|
|
190
|
+
"clap_derive",
|
|
191
|
+
]
|
|
192
|
+
|
|
193
|
+
[[package]]
|
|
194
|
+
name = "clap_builder"
|
|
195
|
+
version = "4.5.41"
|
|
196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
+
checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
|
|
198
|
+
dependencies = [
|
|
199
|
+
"anstream",
|
|
200
|
+
"anstyle",
|
|
201
|
+
"clap_lex",
|
|
202
|
+
"strsim",
|
|
203
|
+
]
|
|
204
|
+
|
|
205
|
+
[[package]]
|
|
206
|
+
name = "clap_derive"
|
|
207
|
+
version = "4.5.41"
|
|
208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
+
checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
|
|
210
|
+
dependencies = [
|
|
211
|
+
"heck",
|
|
212
|
+
"proc-macro2",
|
|
213
|
+
"quote",
|
|
214
|
+
"syn",
|
|
215
|
+
]
|
|
216
|
+
|
|
217
|
+
[[package]]
|
|
218
|
+
name = "clap_lex"
|
|
219
|
+
version = "0.7.5"
|
|
220
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
221
|
+
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
|
222
|
+
|
|
223
|
+
[[package]]
|
|
224
|
+
name = "colorchoice"
|
|
225
|
+
version = "1.0.4"
|
|
226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
228
|
+
|
|
229
|
+
[[package]]
|
|
230
|
+
name = "crossbeam-channel"
|
|
231
|
+
version = "0.5.15"
|
|
232
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
234
|
+
dependencies = [
|
|
235
|
+
"crossbeam-utils",
|
|
236
|
+
]
|
|
237
|
+
|
|
238
|
+
[[package]]
|
|
239
|
+
name = "crossbeam-deque"
|
|
240
|
+
version = "0.8.6"
|
|
241
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
242
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
243
|
+
dependencies = [
|
|
244
|
+
"crossbeam-epoch",
|
|
245
|
+
"crossbeam-utils",
|
|
246
|
+
]
|
|
247
|
+
|
|
248
|
+
[[package]]
|
|
249
|
+
name = "crossbeam-epoch"
|
|
250
|
+
version = "0.9.18"
|
|
251
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
252
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
253
|
+
dependencies = [
|
|
254
|
+
"crossbeam-utils",
|
|
255
|
+
]
|
|
256
|
+
|
|
257
|
+
[[package]]
|
|
258
|
+
name = "crossbeam-utils"
|
|
259
|
+
version = "0.8.21"
|
|
260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
262
|
+
|
|
263
|
+
[[package]]
|
|
264
|
+
name = "difflib"
|
|
265
|
+
version = "0.4.0"
|
|
266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
267
|
+
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
268
|
+
|
|
269
|
+
[[package]]
|
|
270
|
+
name = "displaydoc"
|
|
271
|
+
version = "0.2.5"
|
|
272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
274
|
+
dependencies = [
|
|
275
|
+
"proc-macro2",
|
|
276
|
+
"quote",
|
|
277
|
+
"syn",
|
|
278
|
+
]
|
|
279
|
+
|
|
280
|
+
[[package]]
|
|
281
|
+
name = "doc-comment"
|
|
282
|
+
version = "0.3.3"
|
|
283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
284
|
+
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
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 = "equivalent"
|
|
294
|
+
version = "1.0.2"
|
|
295
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
296
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
297
|
+
|
|
298
|
+
[[package]]
|
|
299
|
+
name = "errno"
|
|
300
|
+
version = "0.3.13"
|
|
301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
302
|
+
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
|
303
|
+
dependencies = [
|
|
304
|
+
"libc",
|
|
305
|
+
"windows-sys 0.60.2",
|
|
306
|
+
]
|
|
307
|
+
|
|
308
|
+
[[package]]
|
|
309
|
+
name = "fastrand"
|
|
310
|
+
version = "2.3.0"
|
|
311
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
313
|
+
|
|
314
|
+
[[package]]
|
|
315
|
+
name = "float-cmp"
|
|
316
|
+
version = "0.10.0"
|
|
317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318
|
+
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
|
|
319
|
+
dependencies = [
|
|
320
|
+
"num-traits",
|
|
321
|
+
]
|
|
322
|
+
|
|
323
|
+
[[package]]
|
|
324
|
+
name = "form_urlencoded"
|
|
325
|
+
version = "1.2.1"
|
|
326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
328
|
+
dependencies = [
|
|
329
|
+
"percent-encoding",
|
|
330
|
+
]
|
|
331
|
+
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "getrandom"
|
|
334
|
+
version = "0.3.3"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
|
337
|
+
dependencies = [
|
|
338
|
+
"cfg-if",
|
|
339
|
+
"libc",
|
|
340
|
+
"r-efi",
|
|
341
|
+
"wasi",
|
|
342
|
+
]
|
|
343
|
+
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "glob"
|
|
346
|
+
version = "0.3.2"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
349
|
+
|
|
350
|
+
[[package]]
|
|
351
|
+
name = "hashbrown"
|
|
352
|
+
version = "0.15.4"
|
|
353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
+
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
|
355
|
+
|
|
356
|
+
[[package]]
|
|
357
|
+
name = "heck"
|
|
358
|
+
version = "0.5.0"
|
|
359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
361
|
+
|
|
362
|
+
[[package]]
|
|
363
|
+
name = "icu_collections"
|
|
364
|
+
version = "2.0.0"
|
|
365
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
366
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
|
367
|
+
dependencies = [
|
|
368
|
+
"displaydoc",
|
|
369
|
+
"potential_utf",
|
|
370
|
+
"yoke",
|
|
371
|
+
"zerofrom",
|
|
372
|
+
"zerovec",
|
|
373
|
+
]
|
|
374
|
+
|
|
375
|
+
[[package]]
|
|
376
|
+
name = "icu_locale_core"
|
|
377
|
+
version = "2.0.0"
|
|
378
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
|
380
|
+
dependencies = [
|
|
381
|
+
"displaydoc",
|
|
382
|
+
"litemap",
|
|
383
|
+
"tinystr",
|
|
384
|
+
"writeable",
|
|
385
|
+
"zerovec",
|
|
386
|
+
]
|
|
387
|
+
|
|
388
|
+
[[package]]
|
|
389
|
+
name = "icu_normalizer"
|
|
390
|
+
version = "2.0.0"
|
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
|
393
|
+
dependencies = [
|
|
394
|
+
"displaydoc",
|
|
395
|
+
"icu_collections",
|
|
396
|
+
"icu_normalizer_data",
|
|
397
|
+
"icu_properties",
|
|
398
|
+
"icu_provider",
|
|
399
|
+
"smallvec",
|
|
400
|
+
"zerovec",
|
|
401
|
+
]
|
|
402
|
+
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "icu_normalizer_data"
|
|
405
|
+
version = "2.0.0"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
|
408
|
+
|
|
409
|
+
[[package]]
|
|
410
|
+
name = "icu_properties"
|
|
411
|
+
version = "2.0.1"
|
|
412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
|
414
|
+
dependencies = [
|
|
415
|
+
"displaydoc",
|
|
416
|
+
"icu_collections",
|
|
417
|
+
"icu_locale_core",
|
|
418
|
+
"icu_properties_data",
|
|
419
|
+
"icu_provider",
|
|
420
|
+
"potential_utf",
|
|
421
|
+
"zerotrie",
|
|
422
|
+
"zerovec",
|
|
423
|
+
]
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "icu_properties_data"
|
|
427
|
+
version = "2.0.1"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "icu_provider"
|
|
433
|
+
version = "2.0.0"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
|
436
|
+
dependencies = [
|
|
437
|
+
"displaydoc",
|
|
438
|
+
"icu_locale_core",
|
|
439
|
+
"stable_deref_trait",
|
|
440
|
+
"tinystr",
|
|
441
|
+
"writeable",
|
|
442
|
+
"yoke",
|
|
443
|
+
"zerofrom",
|
|
444
|
+
"zerotrie",
|
|
445
|
+
"zerovec",
|
|
446
|
+
]
|
|
447
|
+
|
|
448
|
+
[[package]]
|
|
449
|
+
name = "idna"
|
|
450
|
+
version = "1.0.3"
|
|
451
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
452
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
453
|
+
dependencies = [
|
|
454
|
+
"idna_adapter",
|
|
455
|
+
"smallvec",
|
|
456
|
+
"utf8_iter",
|
|
457
|
+
]
|
|
458
|
+
|
|
459
|
+
[[package]]
|
|
460
|
+
name = "idna_adapter"
|
|
461
|
+
version = "1.2.1"
|
|
462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
463
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
464
|
+
dependencies = [
|
|
465
|
+
"icu_normalizer",
|
|
466
|
+
"icu_properties",
|
|
467
|
+
]
|
|
468
|
+
|
|
469
|
+
[[package]]
|
|
470
|
+
name = "indexmap"
|
|
471
|
+
version = "2.10.0"
|
|
472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
+
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
474
|
+
dependencies = [
|
|
475
|
+
"equivalent",
|
|
476
|
+
"hashbrown",
|
|
477
|
+
]
|
|
478
|
+
|
|
479
|
+
[[package]]
|
|
480
|
+
name = "is_terminal_polyfill"
|
|
481
|
+
version = "1.70.1"
|
|
482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
483
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
484
|
+
|
|
485
|
+
[[package]]
|
|
486
|
+
name = "itertools"
|
|
487
|
+
version = "0.13.0"
|
|
488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
489
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
490
|
+
dependencies = [
|
|
491
|
+
"either",
|
|
492
|
+
]
|
|
493
|
+
|
|
494
|
+
[[package]]
|
|
495
|
+
name = "itoa"
|
|
496
|
+
version = "1.0.15"
|
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
499
|
+
|
|
500
|
+
[[package]]
|
|
501
|
+
name = "libc"
|
|
502
|
+
version = "0.2.174"
|
|
503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
504
|
+
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
|
505
|
+
|
|
506
|
+
[[package]]
|
|
507
|
+
name = "libloading"
|
|
508
|
+
version = "0.8.8"
|
|
509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
510
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
|
511
|
+
dependencies = [
|
|
512
|
+
"cfg-if",
|
|
513
|
+
"windows-targets 0.53.3",
|
|
514
|
+
]
|
|
515
|
+
|
|
516
|
+
[[package]]
|
|
517
|
+
name = "line-index"
|
|
518
|
+
version = "0.1.2"
|
|
519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
520
|
+
checksum = "3e27e0ed5a392a7f5ba0b3808a2afccff16c64933312c84b57618b49d1209bd2"
|
|
521
|
+
dependencies = [
|
|
522
|
+
"nohash-hasher",
|
|
523
|
+
"text-size",
|
|
524
|
+
]
|
|
525
|
+
|
|
526
|
+
[[package]]
|
|
527
|
+
name = "linux-raw-sys"
|
|
528
|
+
version = "0.9.4"
|
|
529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
531
|
+
|
|
532
|
+
[[package]]
|
|
533
|
+
name = "litemap"
|
|
534
|
+
version = "0.8.0"
|
|
535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|
537
|
+
|
|
538
|
+
[[package]]
|
|
539
|
+
name = "log"
|
|
540
|
+
version = "0.4.27"
|
|
541
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
542
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
543
|
+
|
|
544
|
+
[[package]]
|
|
545
|
+
name = "memchr"
|
|
546
|
+
version = "2.7.5"
|
|
547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
|
549
|
+
|
|
550
|
+
[[package]]
|
|
551
|
+
name = "minimal-lexical"
|
|
552
|
+
version = "0.2.1"
|
|
553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
555
|
+
|
|
556
|
+
[[package]]
|
|
557
|
+
name = "nohash-hasher"
|
|
558
|
+
version = "0.2.0"
|
|
559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
560
|
+
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
561
|
+
|
|
562
|
+
[[package]]
|
|
563
|
+
name = "nom"
|
|
564
|
+
version = "7.1.3"
|
|
565
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
566
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
567
|
+
dependencies = [
|
|
568
|
+
"memchr",
|
|
569
|
+
"minimal-lexical",
|
|
570
|
+
]
|
|
571
|
+
|
|
572
|
+
[[package]]
|
|
573
|
+
name = "normalize-line-endings"
|
|
574
|
+
version = "0.3.0"
|
|
575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
576
|
+
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
577
|
+
|
|
578
|
+
[[package]]
|
|
579
|
+
name = "num-traits"
|
|
580
|
+
version = "0.2.19"
|
|
581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
583
|
+
dependencies = [
|
|
584
|
+
"autocfg",
|
|
585
|
+
]
|
|
586
|
+
|
|
587
|
+
[[package]]
|
|
588
|
+
name = "once_cell"
|
|
589
|
+
version = "1.21.3"
|
|
590
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
591
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
592
|
+
|
|
593
|
+
[[package]]
|
|
594
|
+
name = "once_cell_polyfill"
|
|
595
|
+
version = "1.70.1"
|
|
596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
+
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
|
|
598
|
+
|
|
599
|
+
[[package]]
|
|
600
|
+
name = "percent-encoding"
|
|
601
|
+
version = "2.3.1"
|
|
602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
604
|
+
|
|
605
|
+
[[package]]
|
|
606
|
+
name = "potential_utf"
|
|
607
|
+
version = "0.1.2"
|
|
608
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
+
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
|
610
|
+
dependencies = [
|
|
611
|
+
"zerovec",
|
|
612
|
+
]
|
|
613
|
+
|
|
614
|
+
[[package]]
|
|
615
|
+
name = "predicates"
|
|
616
|
+
version = "3.1.3"
|
|
617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
618
|
+
checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
|
|
619
|
+
dependencies = [
|
|
620
|
+
"anstyle",
|
|
621
|
+
"difflib",
|
|
622
|
+
"float-cmp",
|
|
623
|
+
"normalize-line-endings",
|
|
624
|
+
"predicates-core",
|
|
625
|
+
"regex",
|
|
626
|
+
]
|
|
627
|
+
|
|
628
|
+
[[package]]
|
|
629
|
+
name = "predicates-core"
|
|
630
|
+
version = "1.0.9"
|
|
631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
632
|
+
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
|
|
633
|
+
|
|
634
|
+
[[package]]
|
|
635
|
+
name = "predicates-tree"
|
|
636
|
+
version = "1.0.12"
|
|
637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
638
|
+
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
|
|
639
|
+
dependencies = [
|
|
640
|
+
"predicates-core",
|
|
641
|
+
"termtree",
|
|
642
|
+
]
|
|
643
|
+
|
|
644
|
+
[[package]]
|
|
645
|
+
name = "prettyplease"
|
|
646
|
+
version = "0.2.36"
|
|
647
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
648
|
+
checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
|
|
649
|
+
dependencies = [
|
|
650
|
+
"proc-macro2",
|
|
651
|
+
"syn",
|
|
652
|
+
]
|
|
653
|
+
|
|
654
|
+
[[package]]
|
|
655
|
+
name = "proc-macro2"
|
|
656
|
+
version = "1.0.95"
|
|
657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
659
|
+
dependencies = [
|
|
660
|
+
"unicode-ident",
|
|
661
|
+
]
|
|
662
|
+
|
|
663
|
+
[[package]]
|
|
664
|
+
name = "quote"
|
|
665
|
+
version = "1.0.40"
|
|
666
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
667
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
668
|
+
dependencies = [
|
|
669
|
+
"proc-macro2",
|
|
670
|
+
]
|
|
671
|
+
|
|
672
|
+
[[package]]
|
|
673
|
+
name = "r-efi"
|
|
674
|
+
version = "5.3.0"
|
|
675
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
677
|
+
|
|
678
|
+
[[package]]
|
|
679
|
+
name = "regex"
|
|
680
|
+
version = "1.11.1"
|
|
681
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
682
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
683
|
+
dependencies = [
|
|
684
|
+
"aho-corasick",
|
|
685
|
+
"memchr",
|
|
686
|
+
"regex-automata",
|
|
687
|
+
"regex-syntax",
|
|
688
|
+
]
|
|
689
|
+
|
|
690
|
+
[[package]]
|
|
691
|
+
name = "regex-automata"
|
|
692
|
+
version = "0.4.9"
|
|
693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
695
|
+
dependencies = [
|
|
696
|
+
"aho-corasick",
|
|
697
|
+
"memchr",
|
|
698
|
+
"regex-syntax",
|
|
699
|
+
]
|
|
700
|
+
|
|
701
|
+
[[package]]
|
|
702
|
+
name = "regex-syntax"
|
|
703
|
+
version = "0.8.5"
|
|
704
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
705
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
706
|
+
|
|
707
|
+
[[package]]
|
|
708
|
+
name = "ruby-prism"
|
|
709
|
+
version = "1.6.0"
|
|
710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
711
|
+
checksum = "f2486ac87dae4e4cbc31f5b7a5aa711a51d3c3fcd412d88745a34fa2f4721df8"
|
|
712
|
+
dependencies = [
|
|
713
|
+
"ruby-prism-sys",
|
|
714
|
+
"serde",
|
|
715
|
+
"serde_yaml",
|
|
716
|
+
]
|
|
717
|
+
|
|
718
|
+
[[package]]
|
|
719
|
+
name = "ruby-prism-sys"
|
|
720
|
+
version = "1.6.0"
|
|
721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
722
|
+
checksum = "2646504a4f369cad36018453a60b1b69b8068ae054db40fdb343e224b86d8061"
|
|
723
|
+
dependencies = [
|
|
724
|
+
"bindgen",
|
|
725
|
+
"cc",
|
|
726
|
+
]
|
|
727
|
+
|
|
728
|
+
[[package]]
|
|
729
|
+
name = "rubydex"
|
|
730
|
+
version = "0.1.0"
|
|
731
|
+
dependencies = [
|
|
732
|
+
"assert_cmd",
|
|
733
|
+
"bitflags",
|
|
734
|
+
"bytecount",
|
|
735
|
+
"clap",
|
|
736
|
+
"crossbeam-channel",
|
|
737
|
+
"crossbeam-deque",
|
|
738
|
+
"crossbeam-utils",
|
|
739
|
+
"glob",
|
|
740
|
+
"libc",
|
|
741
|
+
"line-index",
|
|
742
|
+
"predicates",
|
|
743
|
+
"regex",
|
|
744
|
+
"ruby-prism",
|
|
745
|
+
"rubydex",
|
|
746
|
+
"tempfile",
|
|
747
|
+
"url",
|
|
748
|
+
"xxhash-rust",
|
|
749
|
+
]
|
|
750
|
+
|
|
751
|
+
[[package]]
|
|
752
|
+
name = "rubydex-sys"
|
|
753
|
+
version = "0.1.0"
|
|
754
|
+
dependencies = [
|
|
755
|
+
"cbindgen",
|
|
756
|
+
"libc",
|
|
757
|
+
"line-index",
|
|
758
|
+
"rubydex",
|
|
759
|
+
"url",
|
|
760
|
+
]
|
|
761
|
+
|
|
762
|
+
[[package]]
|
|
763
|
+
name = "rustc-hash"
|
|
764
|
+
version = "2.1.1"
|
|
765
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
766
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
767
|
+
|
|
768
|
+
[[package]]
|
|
769
|
+
name = "rustix"
|
|
770
|
+
version = "1.0.8"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
|
773
|
+
dependencies = [
|
|
774
|
+
"bitflags",
|
|
775
|
+
"errno",
|
|
776
|
+
"libc",
|
|
777
|
+
"linux-raw-sys",
|
|
778
|
+
"windows-sys 0.60.2",
|
|
779
|
+
]
|
|
780
|
+
|
|
781
|
+
[[package]]
|
|
782
|
+
name = "ryu"
|
|
783
|
+
version = "1.0.20"
|
|
784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
785
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
786
|
+
|
|
787
|
+
[[package]]
|
|
788
|
+
name = "serde"
|
|
789
|
+
version = "1.0.219"
|
|
790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
792
|
+
dependencies = [
|
|
793
|
+
"serde_derive",
|
|
794
|
+
]
|
|
795
|
+
|
|
796
|
+
[[package]]
|
|
797
|
+
name = "serde_derive"
|
|
798
|
+
version = "1.0.219"
|
|
799
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
801
|
+
dependencies = [
|
|
802
|
+
"proc-macro2",
|
|
803
|
+
"quote",
|
|
804
|
+
"syn",
|
|
805
|
+
]
|
|
806
|
+
|
|
807
|
+
[[package]]
|
|
808
|
+
name = "serde_json"
|
|
809
|
+
version = "1.0.141"
|
|
810
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
811
|
+
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
|
|
812
|
+
dependencies = [
|
|
813
|
+
"itoa",
|
|
814
|
+
"memchr",
|
|
815
|
+
"ryu",
|
|
816
|
+
"serde",
|
|
817
|
+
]
|
|
818
|
+
|
|
819
|
+
[[package]]
|
|
820
|
+
name = "serde_spanned"
|
|
821
|
+
version = "0.6.9"
|
|
822
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
+
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
824
|
+
dependencies = [
|
|
825
|
+
"serde",
|
|
826
|
+
]
|
|
827
|
+
|
|
828
|
+
[[package]]
|
|
829
|
+
name = "serde_yaml"
|
|
830
|
+
version = "0.9.34+deprecated"
|
|
831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
832
|
+
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
833
|
+
dependencies = [
|
|
834
|
+
"indexmap",
|
|
835
|
+
"itoa",
|
|
836
|
+
"ryu",
|
|
837
|
+
"serde",
|
|
838
|
+
"unsafe-libyaml",
|
|
839
|
+
]
|
|
840
|
+
|
|
841
|
+
[[package]]
|
|
842
|
+
name = "shlex"
|
|
843
|
+
version = "1.3.0"
|
|
844
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
846
|
+
|
|
847
|
+
[[package]]
|
|
848
|
+
name = "smallvec"
|
|
849
|
+
version = "1.15.1"
|
|
850
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
851
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
852
|
+
|
|
853
|
+
[[package]]
|
|
854
|
+
name = "stable_deref_trait"
|
|
855
|
+
version = "1.2.0"
|
|
856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
857
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
858
|
+
|
|
859
|
+
[[package]]
|
|
860
|
+
name = "strsim"
|
|
861
|
+
version = "0.11.1"
|
|
862
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
863
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
864
|
+
|
|
865
|
+
[[package]]
|
|
866
|
+
name = "syn"
|
|
867
|
+
version = "2.0.104"
|
|
868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
+
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
|
870
|
+
dependencies = [
|
|
871
|
+
"proc-macro2",
|
|
872
|
+
"quote",
|
|
873
|
+
"unicode-ident",
|
|
874
|
+
]
|
|
875
|
+
|
|
876
|
+
[[package]]
|
|
877
|
+
name = "synstructure"
|
|
878
|
+
version = "0.13.2"
|
|
879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
880
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
881
|
+
dependencies = [
|
|
882
|
+
"proc-macro2",
|
|
883
|
+
"quote",
|
|
884
|
+
"syn",
|
|
885
|
+
]
|
|
886
|
+
|
|
887
|
+
[[package]]
|
|
888
|
+
name = "tempfile"
|
|
889
|
+
version = "3.20.0"
|
|
890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891
|
+
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
|
892
|
+
dependencies = [
|
|
893
|
+
"fastrand",
|
|
894
|
+
"getrandom",
|
|
895
|
+
"once_cell",
|
|
896
|
+
"rustix",
|
|
897
|
+
"windows-sys 0.59.0",
|
|
898
|
+
]
|
|
899
|
+
|
|
900
|
+
[[package]]
|
|
901
|
+
name = "termtree"
|
|
902
|
+
version = "0.5.1"
|
|
903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
904
|
+
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
905
|
+
|
|
906
|
+
[[package]]
|
|
907
|
+
name = "text-size"
|
|
908
|
+
version = "1.1.1"
|
|
909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
910
|
+
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
|
|
911
|
+
|
|
912
|
+
[[package]]
|
|
913
|
+
name = "tinystr"
|
|
914
|
+
version = "0.8.1"
|
|
915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
916
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
|
917
|
+
dependencies = [
|
|
918
|
+
"displaydoc",
|
|
919
|
+
"zerovec",
|
|
920
|
+
]
|
|
921
|
+
|
|
922
|
+
[[package]]
|
|
923
|
+
name = "toml"
|
|
924
|
+
version = "0.8.23"
|
|
925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
926
|
+
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
927
|
+
dependencies = [
|
|
928
|
+
"serde",
|
|
929
|
+
"serde_spanned",
|
|
930
|
+
"toml_datetime",
|
|
931
|
+
"toml_edit",
|
|
932
|
+
]
|
|
933
|
+
|
|
934
|
+
[[package]]
|
|
935
|
+
name = "toml_datetime"
|
|
936
|
+
version = "0.6.11"
|
|
937
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
938
|
+
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
939
|
+
dependencies = [
|
|
940
|
+
"serde",
|
|
941
|
+
]
|
|
942
|
+
|
|
943
|
+
[[package]]
|
|
944
|
+
name = "toml_edit"
|
|
945
|
+
version = "0.22.27"
|
|
946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
947
|
+
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
948
|
+
dependencies = [
|
|
949
|
+
"indexmap",
|
|
950
|
+
"serde",
|
|
951
|
+
"serde_spanned",
|
|
952
|
+
"toml_datetime",
|
|
953
|
+
"toml_write",
|
|
954
|
+
"winnow",
|
|
955
|
+
]
|
|
956
|
+
|
|
957
|
+
[[package]]
|
|
958
|
+
name = "toml_write"
|
|
959
|
+
version = "0.1.2"
|
|
960
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
961
|
+
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
962
|
+
|
|
963
|
+
[[package]]
|
|
964
|
+
name = "unicode-ident"
|
|
965
|
+
version = "1.0.18"
|
|
966
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
968
|
+
|
|
969
|
+
[[package]]
|
|
970
|
+
name = "unsafe-libyaml"
|
|
971
|
+
version = "0.2.11"
|
|
972
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
973
|
+
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
974
|
+
|
|
975
|
+
[[package]]
|
|
976
|
+
name = "url"
|
|
977
|
+
version = "2.5.4"
|
|
978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
980
|
+
dependencies = [
|
|
981
|
+
"form_urlencoded",
|
|
982
|
+
"idna",
|
|
983
|
+
"percent-encoding",
|
|
984
|
+
]
|
|
985
|
+
|
|
986
|
+
[[package]]
|
|
987
|
+
name = "utf8_iter"
|
|
988
|
+
version = "1.0.4"
|
|
989
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
990
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
991
|
+
|
|
992
|
+
[[package]]
|
|
993
|
+
name = "utf8parse"
|
|
994
|
+
version = "0.2.2"
|
|
995
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
996
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
997
|
+
|
|
998
|
+
[[package]]
|
|
999
|
+
name = "wait-timeout"
|
|
1000
|
+
version = "0.2.1"
|
|
1001
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1002
|
+
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
1003
|
+
dependencies = [
|
|
1004
|
+
"libc",
|
|
1005
|
+
]
|
|
1006
|
+
|
|
1007
|
+
[[package]]
|
|
1008
|
+
name = "wasi"
|
|
1009
|
+
version = "0.14.2+wasi-0.2.4"
|
|
1010
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
1012
|
+
dependencies = [
|
|
1013
|
+
"wit-bindgen-rt",
|
|
1014
|
+
]
|
|
1015
|
+
|
|
1016
|
+
[[package]]
|
|
1017
|
+
name = "windows-link"
|
|
1018
|
+
version = "0.1.3"
|
|
1019
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1020
|
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
1021
|
+
|
|
1022
|
+
[[package]]
|
|
1023
|
+
name = "windows-sys"
|
|
1024
|
+
version = "0.59.0"
|
|
1025
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1026
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
1027
|
+
dependencies = [
|
|
1028
|
+
"windows-targets 0.52.6",
|
|
1029
|
+
]
|
|
1030
|
+
|
|
1031
|
+
[[package]]
|
|
1032
|
+
name = "windows-sys"
|
|
1033
|
+
version = "0.60.2"
|
|
1034
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1035
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1036
|
+
dependencies = [
|
|
1037
|
+
"windows-targets 0.53.3",
|
|
1038
|
+
]
|
|
1039
|
+
|
|
1040
|
+
[[package]]
|
|
1041
|
+
name = "windows-targets"
|
|
1042
|
+
version = "0.52.6"
|
|
1043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
1045
|
+
dependencies = [
|
|
1046
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
1047
|
+
"windows_aarch64_msvc 0.52.6",
|
|
1048
|
+
"windows_i686_gnu 0.52.6",
|
|
1049
|
+
"windows_i686_gnullvm 0.52.6",
|
|
1050
|
+
"windows_i686_msvc 0.52.6",
|
|
1051
|
+
"windows_x86_64_gnu 0.52.6",
|
|
1052
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
1053
|
+
"windows_x86_64_msvc 0.52.6",
|
|
1054
|
+
]
|
|
1055
|
+
|
|
1056
|
+
[[package]]
|
|
1057
|
+
name = "windows-targets"
|
|
1058
|
+
version = "0.53.3"
|
|
1059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1060
|
+
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
|
1061
|
+
dependencies = [
|
|
1062
|
+
"windows-link",
|
|
1063
|
+
"windows_aarch64_gnullvm 0.53.0",
|
|
1064
|
+
"windows_aarch64_msvc 0.53.0",
|
|
1065
|
+
"windows_i686_gnu 0.53.0",
|
|
1066
|
+
"windows_i686_gnullvm 0.53.0",
|
|
1067
|
+
"windows_i686_msvc 0.53.0",
|
|
1068
|
+
"windows_x86_64_gnu 0.53.0",
|
|
1069
|
+
"windows_x86_64_gnullvm 0.53.0",
|
|
1070
|
+
"windows_x86_64_msvc 0.53.0",
|
|
1071
|
+
]
|
|
1072
|
+
|
|
1073
|
+
[[package]]
|
|
1074
|
+
name = "windows_aarch64_gnullvm"
|
|
1075
|
+
version = "0.52.6"
|
|
1076
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1077
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1078
|
+
|
|
1079
|
+
[[package]]
|
|
1080
|
+
name = "windows_aarch64_gnullvm"
|
|
1081
|
+
version = "0.53.0"
|
|
1082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1083
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
1084
|
+
|
|
1085
|
+
[[package]]
|
|
1086
|
+
name = "windows_aarch64_msvc"
|
|
1087
|
+
version = "0.52.6"
|
|
1088
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1089
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1090
|
+
|
|
1091
|
+
[[package]]
|
|
1092
|
+
name = "windows_aarch64_msvc"
|
|
1093
|
+
version = "0.53.0"
|
|
1094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1095
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
1096
|
+
|
|
1097
|
+
[[package]]
|
|
1098
|
+
name = "windows_i686_gnu"
|
|
1099
|
+
version = "0.52.6"
|
|
1100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1101
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1102
|
+
|
|
1103
|
+
[[package]]
|
|
1104
|
+
name = "windows_i686_gnu"
|
|
1105
|
+
version = "0.53.0"
|
|
1106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1107
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
1108
|
+
|
|
1109
|
+
[[package]]
|
|
1110
|
+
name = "windows_i686_gnullvm"
|
|
1111
|
+
version = "0.52.6"
|
|
1112
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1114
|
+
|
|
1115
|
+
[[package]]
|
|
1116
|
+
name = "windows_i686_gnullvm"
|
|
1117
|
+
version = "0.53.0"
|
|
1118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1119
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
1120
|
+
|
|
1121
|
+
[[package]]
|
|
1122
|
+
name = "windows_i686_msvc"
|
|
1123
|
+
version = "0.52.6"
|
|
1124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1126
|
+
|
|
1127
|
+
[[package]]
|
|
1128
|
+
name = "windows_i686_msvc"
|
|
1129
|
+
version = "0.53.0"
|
|
1130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
1132
|
+
|
|
1133
|
+
[[package]]
|
|
1134
|
+
name = "windows_x86_64_gnu"
|
|
1135
|
+
version = "0.52.6"
|
|
1136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1137
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1138
|
+
|
|
1139
|
+
[[package]]
|
|
1140
|
+
name = "windows_x86_64_gnu"
|
|
1141
|
+
version = "0.53.0"
|
|
1142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1143
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
1144
|
+
|
|
1145
|
+
[[package]]
|
|
1146
|
+
name = "windows_x86_64_gnullvm"
|
|
1147
|
+
version = "0.52.6"
|
|
1148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1149
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1150
|
+
|
|
1151
|
+
[[package]]
|
|
1152
|
+
name = "windows_x86_64_gnullvm"
|
|
1153
|
+
version = "0.53.0"
|
|
1154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
1156
|
+
|
|
1157
|
+
[[package]]
|
|
1158
|
+
name = "windows_x86_64_msvc"
|
|
1159
|
+
version = "0.52.6"
|
|
1160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1162
|
+
|
|
1163
|
+
[[package]]
|
|
1164
|
+
name = "windows_x86_64_msvc"
|
|
1165
|
+
version = "0.53.0"
|
|
1166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1167
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
1168
|
+
|
|
1169
|
+
[[package]]
|
|
1170
|
+
name = "winnow"
|
|
1171
|
+
version = "0.7.12"
|
|
1172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173
|
+
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
|
|
1174
|
+
dependencies = [
|
|
1175
|
+
"memchr",
|
|
1176
|
+
]
|
|
1177
|
+
|
|
1178
|
+
[[package]]
|
|
1179
|
+
name = "wit-bindgen-rt"
|
|
1180
|
+
version = "0.39.0"
|
|
1181
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1182
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
1183
|
+
dependencies = [
|
|
1184
|
+
"bitflags",
|
|
1185
|
+
]
|
|
1186
|
+
|
|
1187
|
+
[[package]]
|
|
1188
|
+
name = "writeable"
|
|
1189
|
+
version = "0.6.1"
|
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1191
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
|
1192
|
+
|
|
1193
|
+
[[package]]
|
|
1194
|
+
name = "xxhash-rust"
|
|
1195
|
+
version = "0.8.15"
|
|
1196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1197
|
+
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
|
|
1198
|
+
|
|
1199
|
+
[[package]]
|
|
1200
|
+
name = "yoke"
|
|
1201
|
+
version = "0.8.0"
|
|
1202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1203
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
|
1204
|
+
dependencies = [
|
|
1205
|
+
"serde",
|
|
1206
|
+
"stable_deref_trait",
|
|
1207
|
+
"yoke-derive",
|
|
1208
|
+
"zerofrom",
|
|
1209
|
+
]
|
|
1210
|
+
|
|
1211
|
+
[[package]]
|
|
1212
|
+
name = "yoke-derive"
|
|
1213
|
+
version = "0.8.0"
|
|
1214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1215
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
|
1216
|
+
dependencies = [
|
|
1217
|
+
"proc-macro2",
|
|
1218
|
+
"quote",
|
|
1219
|
+
"syn",
|
|
1220
|
+
"synstructure",
|
|
1221
|
+
]
|
|
1222
|
+
|
|
1223
|
+
[[package]]
|
|
1224
|
+
name = "zerofrom"
|
|
1225
|
+
version = "0.1.6"
|
|
1226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1227
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
1228
|
+
dependencies = [
|
|
1229
|
+
"zerofrom-derive",
|
|
1230
|
+
]
|
|
1231
|
+
|
|
1232
|
+
[[package]]
|
|
1233
|
+
name = "zerofrom-derive"
|
|
1234
|
+
version = "0.1.6"
|
|
1235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1236
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
1237
|
+
dependencies = [
|
|
1238
|
+
"proc-macro2",
|
|
1239
|
+
"quote",
|
|
1240
|
+
"syn",
|
|
1241
|
+
"synstructure",
|
|
1242
|
+
]
|
|
1243
|
+
|
|
1244
|
+
[[package]]
|
|
1245
|
+
name = "zerotrie"
|
|
1246
|
+
version = "0.2.2"
|
|
1247
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1248
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
|
1249
|
+
dependencies = [
|
|
1250
|
+
"displaydoc",
|
|
1251
|
+
"yoke",
|
|
1252
|
+
"zerofrom",
|
|
1253
|
+
]
|
|
1254
|
+
|
|
1255
|
+
[[package]]
|
|
1256
|
+
name = "zerovec"
|
|
1257
|
+
version = "0.11.2"
|
|
1258
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1259
|
+
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
|
1260
|
+
dependencies = [
|
|
1261
|
+
"yoke",
|
|
1262
|
+
"zerofrom",
|
|
1263
|
+
"zerovec-derive",
|
|
1264
|
+
]
|
|
1265
|
+
|
|
1266
|
+
[[package]]
|
|
1267
|
+
name = "zerovec-derive"
|
|
1268
|
+
version = "0.11.1"
|
|
1269
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1270
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
|
1271
|
+
dependencies = [
|
|
1272
|
+
"proc-macro2",
|
|
1273
|
+
"quote",
|
|
1274
|
+
"syn",
|
|
1275
|
+
]
|