Mercurial > crates > nonstick
annotate Cargo.lock @ 124:f469b8d9ad78 default tip
Add tests for the original X/SSO constants list.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 04:54:38 -0400 |
parents | a12706e42c9d |
children |
rev | line source |
---|---|
107 | 1 # This file is automatically @generated by Cargo. |
2 # It is not intended for manual editing. | |
3 version = 3 | |
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 = "anyhow" | |
16 version = "1.0.98" | |
17 source = "registry+https://github.com/rust-lang/crates.io-index" | |
18 checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" | |
19 | |
20 [[package]] | |
21 name = "autocfg" | |
22 version = "1.5.0" | |
23 source = "registry+https://github.com/rust-lang/crates.io-index" | |
24 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
25 | |
26 [[package]] | |
27 name = "bindgen" | |
28 version = "0.72.0" | |
29 source = "registry+https://github.com/rust-lang/crates.io-index" | |
30 checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" | |
31 dependencies = [ | |
32 "bitflags", | |
33 "cexpr", | |
34 "clang-sys", | |
109 | 35 "itertools", |
107 | 36 "log", |
37 "prettyplease", | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
38 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
39 "quote 1.0.40", |
107 | 40 "regex", |
109 | 41 "rustc-hash", |
107 | 42 "shlex", |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
43 "syn 2.0.104", |
107 | 44 ] |
45 | |
46 [[package]] | |
47 name = "bitflags" | |
48 version = "2.9.1" | |
49 source = "registry+https://github.com/rust-lang/crates.io-index" | |
50 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | |
51 | |
52 [[package]] | |
53 name = "cargo_metadata" | |
54 version = "0.9.1" | |
55 source = "registry+https://github.com/rust-lang/crates.io-index" | |
56 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | |
57 dependencies = [ | |
58 "semver", | |
59 "serde", | |
60 "serde_derive", | |
61 "serde_json", | |
62 ] | |
63 | |
64 [[package]] | |
65 name = "cexpr" | |
66 version = "0.6.0" | |
67 source = "registry+https://github.com/rust-lang/crates.io-index" | |
68 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" | |
69 dependencies = [ | |
70 "nom", | |
71 ] | |
72 | |
73 [[package]] | |
74 name = "cfg-if" | |
75 version = "1.0.1" | |
76 source = "registry+https://github.com/rust-lang/crates.io-index" | |
77 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" | |
78 | |
79 [[package]] | |
80 name = "clang-sys" | |
81 version = "1.8.1" | |
82 source = "registry+https://github.com/rust-lang/crates.io-index" | |
83 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" | |
84 dependencies = [ | |
85 "glob", | |
86 "libc", | |
87 "libloading", | |
88 ] | |
89 | |
90 [[package]] | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
91 name = "dlopen" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
92 version = "0.1.8" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
93 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
94 checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
95 dependencies = [ |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
96 "dlopen_derive", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
97 "lazy_static", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
98 "libc", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
99 "winapi", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
100 ] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
101 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
102 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
103 name = "dlopen_derive" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
104 version = "0.1.4" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
105 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
106 checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
107 dependencies = [ |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
108 "libc", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
109 "quote 0.6.13", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
110 "syn 0.15.44", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
111 ] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
112 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
113 [[package]] |
107 | 114 name = "either" |
115 version = "1.15.0" | |
116 source = "registry+https://github.com/rust-lang/crates.io-index" | |
117 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
118 | |
119 [[package]] | |
120 name = "equivalent" | |
121 version = "1.0.2" | |
122 source = "registry+https://github.com/rust-lang/crates.io-index" | |
123 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
124 | |
125 [[package]] | |
126 name = "glob" | |
127 version = "0.3.2" | |
128 source = "registry+https://github.com/rust-lang/crates.io-index" | |
129 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | |
130 | |
131 [[package]] | |
132 name = "hashbrown" | |
133 version = "0.15.4" | |
134 source = "registry+https://github.com/rust-lang/crates.io-index" | |
135 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" | |
136 | |
137 [[package]] | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
138 name = "heck" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
139 version = "0.5.0" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
140 source = "registry+https://github.com/rust-lang/crates.io-index" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
141 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
142 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
143 [[package]] |
107 | 144 name = "indexmap" |
145 version = "2.10.0" | |
146 source = "registry+https://github.com/rust-lang/crates.io-index" | |
147 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" | |
148 dependencies = [ | |
149 "equivalent", | |
150 "hashbrown", | |
151 ] | |
152 | |
153 [[package]] | |
154 name = "itertools" | |
155 version = "0.13.0" | |
156 source = "registry+https://github.com/rust-lang/crates.io-index" | |
157 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | |
158 dependencies = [ | |
159 "either", | |
160 ] | |
161 | |
162 [[package]] | |
163 name = "itoa" | |
164 version = "1.0.15" | |
165 source = "registry+https://github.com/rust-lang/crates.io-index" | |
166 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
167 | |
168 [[package]] | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
169 name = "lazy_static" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
170 version = "1.5.0" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
171 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
172 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
173 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
174 [[package]] |
107 | 175 name = "libc" |
176 version = "0.2.174" | |
177 source = "registry+https://github.com/rust-lang/crates.io-index" | |
178 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
179 | |
180 [[package]] | |
181 name = "libloading" | |
182 version = "0.8.8" | |
183 source = "registry+https://github.com/rust-lang/crates.io-index" | |
184 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" | |
185 dependencies = [ | |
186 "cfg-if", | |
109 | 187 "windows-targets", |
107 | 188 ] |
189 | |
190 [[package]] | |
191 name = "libpam-sys" | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
192 version = "0.1.0" |
107 | 193 dependencies = [ |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
194 "libpam-sys-impls", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
195 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
196 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
197 [[package]] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
198 name = "libpam-sys-impls" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
199 version = "0.0.1" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
200 dependencies = [ |
109 | 201 "bindgen", |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
202 "dlopen", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
203 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
204 "quote 1.0.40", |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
205 "strum", |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
206 "syn 2.0.104", |
107 | 207 ] |
208 | |
209 [[package]] | |
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
210 name = "libpam-sys-test" |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
211 version = "0.0.0" |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
212 dependencies = [ |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
213 "bindgen", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
214 "libpam-sys", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
215 "libpam-sys-impls", |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
216 "quote 1.0.40", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
217 "syn 2.0.104", |
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
218 ] |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
219 |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
220 [[package]] |
107 | 221 name = "log" |
222 version = "0.4.27" | |
223 source = "registry+https://github.com/rust-lang/crates.io-index" | |
224 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |
225 | |
226 [[package]] | |
227 name = "memchr" | |
228 version = "2.7.5" | |
229 source = "registry+https://github.com/rust-lang/crates.io-index" | |
230 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
231 | |
232 [[package]] | |
233 name = "memoffset" | |
234 version = "0.9.1" | |
235 source = "registry+https://github.com/rust-lang/crates.io-index" | |
236 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
237 dependencies = [ | |
238 "autocfg", | |
239 ] | |
240 | |
241 [[package]] | |
242 name = "minimal-lexical" | |
243 version = "0.2.1" | |
244 source = "registry+https://github.com/rust-lang/crates.io-index" | |
245 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
246 | |
247 [[package]] | |
248 name = "nom" | |
249 version = "7.1.3" | |
250 source = "registry+https://github.com/rust-lang/crates.io-index" | |
251 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
252 dependencies = [ | |
253 "memchr", | |
254 "minimal-lexical", | |
255 ] | |
256 | |
257 [[package]] | |
258 name = "nonstick" | |
259 version = "0.0.8-alpha0" | |
260 dependencies = [ | |
109 | 261 "bindgen", |
107 | 262 "bitflags", |
263 "libc", | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
264 "libpam-sys", |
107 | 265 "memoffset", |
266 "num_enum", | |
267 "regex", | |
268 ] | |
269 | |
270 [[package]] | |
271 name = "nonstick-testharness" | |
272 version = "0.0.8-alpha0" | |
273 dependencies = [ | |
274 "anyhow", | |
275 "nonstick", | |
276 "test-cdylib", | |
277 "thiserror", | |
278 ] | |
279 | |
280 [[package]] | |
281 name = "num_enum" | |
282 version = "0.7.4" | |
283 source = "registry+https://github.com/rust-lang/crates.io-index" | |
284 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" | |
285 dependencies = [ | |
286 "num_enum_derive", | |
287 "rustversion", | |
288 ] | |
289 | |
290 [[package]] | |
291 name = "num_enum_derive" | |
292 version = "0.7.4" | |
293 source = "registry+https://github.com/rust-lang/crates.io-index" | |
294 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" | |
295 dependencies = [ | |
296 "proc-macro-crate", | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
297 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
298 "quote 1.0.40", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
299 "syn 2.0.104", |
107 | 300 ] |
301 | |
302 [[package]] | |
303 name = "prettyplease" | |
304 version = "0.2.35" | |
305 source = "registry+https://github.com/rust-lang/crates.io-index" | |
306 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" | |
307 dependencies = [ | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
308 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
309 "syn 2.0.104", |
107 | 310 ] |
311 | |
312 [[package]] | |
313 name = "proc-macro-crate" | |
314 version = "3.3.0" | |
315 source = "registry+https://github.com/rust-lang/crates.io-index" | |
316 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" | |
317 dependencies = [ | |
318 "toml_edit", | |
319 ] | |
320 | |
321 [[package]] | |
322 name = "proc-macro2" | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
323 version = "0.4.30" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
324 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
325 checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
326 dependencies = [ |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
327 "unicode-xid", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
328 ] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
329 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
330 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
331 name = "proc-macro2" |
107 | 332 version = "1.0.95" |
333 source = "registry+https://github.com/rust-lang/crates.io-index" | |
334 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | |
335 dependencies = [ | |
336 "unicode-ident", | |
337 ] | |
338 | |
339 [[package]] | |
340 name = "quote" | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
341 version = "0.6.13" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
342 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
343 checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
344 dependencies = [ |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
345 "proc-macro2 0.4.30", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
346 ] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
347 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
348 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
349 name = "quote" |
107 | 350 version = "1.0.40" |
351 source = "registry+https://github.com/rust-lang/crates.io-index" | |
352 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
353 dependencies = [ | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
354 "proc-macro2 1.0.95", |
107 | 355 ] |
356 | |
357 [[package]] | |
358 name = "regex" | |
359 version = "1.11.1" | |
360 source = "registry+https://github.com/rust-lang/crates.io-index" | |
361 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
362 dependencies = [ | |
363 "aho-corasick", | |
364 "memchr", | |
365 "regex-automata", | |
366 "regex-syntax", | |
367 ] | |
368 | |
369 [[package]] | |
370 name = "regex-automata" | |
371 version = "0.4.9" | |
372 source = "registry+https://github.com/rust-lang/crates.io-index" | |
373 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
374 dependencies = [ | |
375 "aho-corasick", | |
376 "memchr", | |
377 "regex-syntax", | |
378 ] | |
379 | |
380 [[package]] | |
381 name = "regex-syntax" | |
382 version = "0.8.5" | |
383 source = "registry+https://github.com/rust-lang/crates.io-index" | |
384 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
385 | |
386 [[package]] | |
387 name = "rustc-hash" | |
388 version = "2.1.1" | |
389 source = "registry+https://github.com/rust-lang/crates.io-index" | |
390 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
391 | |
392 [[package]] | |
393 name = "rustversion" | |
394 version = "1.0.21" | |
395 source = "registry+https://github.com/rust-lang/crates.io-index" | |
396 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" | |
397 | |
398 [[package]] | |
399 name = "ryu" | |
400 version = "1.0.20" | |
401 source = "registry+https://github.com/rust-lang/crates.io-index" | |
402 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
403 | |
404 [[package]] | |
405 name = "semver" | |
406 version = "0.9.0" | |
407 source = "registry+https://github.com/rust-lang/crates.io-index" | |
408 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
409 dependencies = [ | |
410 "semver-parser", | |
411 "serde", | |
412 ] | |
413 | |
414 [[package]] | |
415 name = "semver-parser" | |
416 version = "0.7.0" | |
417 source = "registry+https://github.com/rust-lang/crates.io-index" | |
418 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
419 | |
420 [[package]] | |
421 name = "serde" | |
422 version = "1.0.219" | |
423 source = "registry+https://github.com/rust-lang/crates.io-index" | |
424 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" | |
425 dependencies = [ | |
426 "serde_derive", | |
427 ] | |
428 | |
429 [[package]] | |
430 name = "serde_derive" | |
431 version = "1.0.219" | |
432 source = "registry+https://github.com/rust-lang/crates.io-index" | |
433 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" | |
434 dependencies = [ | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
435 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
436 "quote 1.0.40", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
437 "syn 2.0.104", |
107 | 438 ] |
439 | |
440 [[package]] | |
441 name = "serde_json" | |
442 version = "1.0.140" | |
443 source = "registry+https://github.com/rust-lang/crates.io-index" | |
444 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | |
445 dependencies = [ | |
446 "itoa", | |
447 "memchr", | |
448 "ryu", | |
449 "serde", | |
450 ] | |
451 | |
452 [[package]] | |
453 name = "shlex" | |
454 version = "1.3.0" | |
455 source = "registry+https://github.com/rust-lang/crates.io-index" | |
456 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
457 | |
458 [[package]] | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
459 name = "strum" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
460 version = "0.27.1" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
461 source = "registry+https://github.com/rust-lang/crates.io-index" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
462 checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
463 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
464 "strum_macros", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
465 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
466 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
467 [[package]] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
468 name = "strum_macros" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
469 version = "0.27.1" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
470 source = "registry+https://github.com/rust-lang/crates.io-index" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
471 checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
472 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
473 "heck", |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
474 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
475 "quote 1.0.40", |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
476 "rustversion", |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
477 "syn 2.0.104", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
478 ] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
479 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
480 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
481 name = "syn" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
482 version = "0.15.44" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
483 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
484 checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
485 dependencies = [ |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
486 "proc-macro2 0.4.30", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
487 "quote 0.6.13", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
488 "unicode-xid", |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
489 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
490 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
491 [[package]] |
107 | 492 name = "syn" |
493 version = "2.0.104" | |
494 source = "registry+https://github.com/rust-lang/crates.io-index" | |
495 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | |
496 dependencies = [ | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
497 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
498 "quote 1.0.40", |
107 | 499 "unicode-ident", |
500 ] | |
501 | |
502 [[package]] | |
503 name = "test-cdylib" | |
504 version = "1.1.0" | |
505 source = "registry+https://github.com/rust-lang/crates.io-index" | |
506 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d" | |
507 dependencies = [ | |
508 "cargo_metadata", | |
509 "serde", | |
510 "serde_json", | |
511 "toml", | |
512 ] | |
513 | |
514 [[package]] | |
515 name = "thiserror" | |
516 version = "2.0.12" | |
517 source = "registry+https://github.com/rust-lang/crates.io-index" | |
518 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" | |
519 dependencies = [ | |
520 "thiserror-impl", | |
521 ] | |
522 | |
523 [[package]] | |
524 name = "thiserror-impl" | |
525 version = "2.0.12" | |
526 source = "registry+https://github.com/rust-lang/crates.io-index" | |
527 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" | |
528 dependencies = [ | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
529 "proc-macro2 1.0.95", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
530 "quote 1.0.40", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
531 "syn 2.0.104", |
107 | 532 ] |
533 | |
534 [[package]] | |
535 name = "toml" | |
536 version = "0.5.11" | |
537 source = "registry+https://github.com/rust-lang/crates.io-index" | |
538 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" | |
539 dependencies = [ | |
540 "serde", | |
541 ] | |
542 | |
543 [[package]] | |
544 name = "toml_datetime" | |
545 version = "0.6.11" | |
546 source = "registry+https://github.com/rust-lang/crates.io-index" | |
547 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
548 | |
549 [[package]] | |
550 name = "toml_edit" | |
551 version = "0.22.27" | |
552 source = "registry+https://github.com/rust-lang/crates.io-index" | |
553 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
554 dependencies = [ | |
555 "indexmap", | |
556 "toml_datetime", | |
557 "winnow", | |
558 ] | |
559 | |
560 [[package]] | |
561 name = "unicode-ident" | |
562 version = "1.0.18" | |
563 source = "registry+https://github.com/rust-lang/crates.io-index" | |
564 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
565 | |
566 [[package]] | |
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
567 name = "unicode-xid" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
568 version = "0.1.0" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
569 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
570 checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
571 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
572 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
573 name = "winapi" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
574 version = "0.3.9" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
575 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
576 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
577 dependencies = [ |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
578 "winapi-i686-pc-windows-gnu", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
579 "winapi-x86_64-pc-windows-gnu", |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
580 ] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
581 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
582 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
583 name = "winapi-i686-pc-windows-gnu" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
584 version = "0.4.0" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
585 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
586 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
587 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
588 [[package]] |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
589 name = "winapi-x86_64-pc-windows-gnu" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
590 version = "0.4.0" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
591 source = "registry+https://github.com/rust-lang/crates.io-index" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
592 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
593 |
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
594 [[package]] |
107 | 595 name = "windows-targets" |
596 version = "0.53.2" | |
597 source = "registry+https://github.com/rust-lang/crates.io-index" | |
598 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" | |
599 dependencies = [ | |
109 | 600 "windows_aarch64_gnullvm", |
601 "windows_aarch64_msvc", | |
602 "windows_i686_gnu", | |
603 "windows_i686_gnullvm", | |
604 "windows_i686_msvc", | |
605 "windows_x86_64_gnu", | |
606 "windows_x86_64_gnullvm", | |
607 "windows_x86_64_msvc", | |
107 | 608 ] |
609 | |
610 [[package]] | |
611 name = "windows_aarch64_gnullvm" | |
612 version = "0.53.0" | |
613 source = "registry+https://github.com/rust-lang/crates.io-index" | |
614 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |
615 | |
616 [[package]] | |
617 name = "windows_aarch64_msvc" | |
618 version = "0.53.0" | |
619 source = "registry+https://github.com/rust-lang/crates.io-index" | |
620 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |
621 | |
622 [[package]] | |
623 name = "windows_i686_gnu" | |
624 version = "0.53.0" | |
625 source = "registry+https://github.com/rust-lang/crates.io-index" | |
626 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | |
627 | |
628 [[package]] | |
629 name = "windows_i686_gnullvm" | |
630 version = "0.53.0" | |
631 source = "registry+https://github.com/rust-lang/crates.io-index" | |
632 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |
633 | |
634 [[package]] | |
635 name = "windows_i686_msvc" | |
636 version = "0.53.0" | |
637 source = "registry+https://github.com/rust-lang/crates.io-index" | |
638 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |
639 | |
640 [[package]] | |
641 name = "windows_x86_64_gnu" | |
642 version = "0.53.0" | |
643 source = "registry+https://github.com/rust-lang/crates.io-index" | |
644 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |
645 | |
646 [[package]] | |
647 name = "windows_x86_64_gnullvm" | |
648 version = "0.53.0" | |
649 source = "registry+https://github.com/rust-lang/crates.io-index" | |
650 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |
651 | |
652 [[package]] | |
653 name = "windows_x86_64_msvc" | |
654 version = "0.53.0" | |
655 source = "registry+https://github.com/rust-lang/crates.io-index" | |
656 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | |
657 | |
658 [[package]] | |
659 name = "winnow" | |
660 version = "0.7.11" | |
661 source = "registry+https://github.com/rust-lang/crates.io-index" | |
662 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" | |
663 dependencies = [ | |
664 "memchr", | |
665 ] |