Mercurial > crates > nonstick
annotate Cargo.lock @ 108:e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 28 Jun 2025 00:34:45 -0400 |
parents | 49c6633f6fd2 |
children | bb465393621f |
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.69.5" | |
29 source = "registry+https://github.com/rust-lang/crates.io-index" | |
30 checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" | |
31 dependencies = [ | |
32 "bitflags", | |
33 "cexpr", | |
34 "clang-sys", | |
35 "itertools 0.12.1", | |
36 "lazy_static", | |
37 "lazycell", | |
38 "log", | |
39 "prettyplease", | |
40 "proc-macro2", | |
41 "quote", | |
42 "regex", | |
43 "rustc-hash 1.1.0", | |
44 "shlex", | |
45 "syn", | |
46 "which", | |
47 ] | |
48 | |
49 [[package]] | |
50 name = "bindgen" | |
51 version = "0.72.0" | |
52 source = "registry+https://github.com/rust-lang/crates.io-index" | |
53 checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" | |
54 dependencies = [ | |
55 "bitflags", | |
56 "cexpr", | |
57 "clang-sys", | |
58 "itertools 0.13.0", | |
59 "log", | |
60 "prettyplease", | |
61 "proc-macro2", | |
62 "quote", | |
63 "regex", | |
64 "rustc-hash 2.1.1", | |
65 "shlex", | |
66 "syn", | |
67 ] | |
68 | |
69 [[package]] | |
70 name = "bitflags" | |
71 version = "2.9.1" | |
72 source = "registry+https://github.com/rust-lang/crates.io-index" | |
73 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | |
74 | |
75 [[package]] | |
76 name = "cargo_metadata" | |
77 version = "0.9.1" | |
78 source = "registry+https://github.com/rust-lang/crates.io-index" | |
79 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | |
80 dependencies = [ | |
81 "semver", | |
82 "serde", | |
83 "serde_derive", | |
84 "serde_json", | |
85 ] | |
86 | |
87 [[package]] | |
88 name = "cexpr" | |
89 version = "0.6.0" | |
90 source = "registry+https://github.com/rust-lang/crates.io-index" | |
91 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" | |
92 dependencies = [ | |
93 "nom", | |
94 ] | |
95 | |
96 [[package]] | |
97 name = "cfg-if" | |
98 version = "1.0.1" | |
99 source = "registry+https://github.com/rust-lang/crates.io-index" | |
100 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" | |
101 | |
102 [[package]] | |
103 name = "clang-sys" | |
104 version = "1.8.1" | |
105 source = "registry+https://github.com/rust-lang/crates.io-index" | |
106 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" | |
107 dependencies = [ | |
108 "glob", | |
109 "libc", | |
110 "libloading", | |
111 ] | |
112 | |
113 [[package]] | |
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 = "errno" | |
127 version = "0.3.13" | |
128 source = "registry+https://github.com/rust-lang/crates.io-index" | |
129 checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" | |
130 dependencies = [ | |
131 "libc", | |
132 "windows-sys 0.60.2", | |
133 ] | |
134 | |
135 [[package]] | |
136 name = "glob" | |
137 version = "0.3.2" | |
138 source = "registry+https://github.com/rust-lang/crates.io-index" | |
139 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | |
140 | |
141 [[package]] | |
142 name = "hashbrown" | |
143 version = "0.15.4" | |
144 source = "registry+https://github.com/rust-lang/crates.io-index" | |
145 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" | |
146 | |
147 [[package]] | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
148 name = "heck" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
149 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
|
150 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
|
151 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
152 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
153 [[package]] |
107 | 154 name = "home" |
155 version = "0.5.5" | |
156 source = "registry+https://github.com/rust-lang/crates.io-index" | |
157 checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" | |
158 dependencies = [ | |
159 "windows-sys 0.48.0", | |
160 ] | |
161 | |
162 [[package]] | |
163 name = "indexmap" | |
164 version = "2.10.0" | |
165 source = "registry+https://github.com/rust-lang/crates.io-index" | |
166 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" | |
167 dependencies = [ | |
168 "equivalent", | |
169 "hashbrown", | |
170 ] | |
171 | |
172 [[package]] | |
173 name = "itertools" | |
174 version = "0.12.1" | |
175 source = "registry+https://github.com/rust-lang/crates.io-index" | |
176 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" | |
177 dependencies = [ | |
178 "either", | |
179 ] | |
180 | |
181 [[package]] | |
182 name = "itertools" | |
183 version = "0.13.0" | |
184 source = "registry+https://github.com/rust-lang/crates.io-index" | |
185 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | |
186 dependencies = [ | |
187 "either", | |
188 ] | |
189 | |
190 [[package]] | |
191 name = "itoa" | |
192 version = "1.0.15" | |
193 source = "registry+https://github.com/rust-lang/crates.io-index" | |
194 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
195 | |
196 [[package]] | |
197 name = "lazy_static" | |
198 version = "1.5.0" | |
199 source = "registry+https://github.com/rust-lang/crates.io-index" | |
200 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |
201 | |
202 [[package]] | |
203 name = "lazycell" | |
204 version = "1.3.0" | |
205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" | |
207 | |
208 [[package]] | |
209 name = "libc" | |
210 version = "0.2.174" | |
211 source = "registry+https://github.com/rust-lang/crates.io-index" | |
212 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
213 | |
214 [[package]] | |
215 name = "libloading" | |
216 version = "0.8.8" | |
217 source = "registry+https://github.com/rust-lang/crates.io-index" | |
218 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" | |
219 dependencies = [ | |
220 "cfg-if", | |
221 "windows-targets 0.53.2", | |
222 ] | |
223 | |
224 [[package]] | |
225 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
|
226 version = "0.1.0" |
107 | 227 dependencies = [ |
228 "bindgen 0.69.5", | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
229 "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
|
230 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
231 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
232 [[package]] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
233 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
|
234 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
|
235 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
236 "bindgen 0.72.0", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
237 "proc-macro2", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
238 "quote", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
239 "strum", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
240 "syn", |
107 | 241 ] |
242 | |
243 [[package]] | |
244 name = "linux-raw-sys" | |
245 version = "0.4.15" | |
246 source = "registry+https://github.com/rust-lang/crates.io-index" | |
247 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" | |
248 | |
249 [[package]] | |
250 name = "log" | |
251 version = "0.4.27" | |
252 source = "registry+https://github.com/rust-lang/crates.io-index" | |
253 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |
254 | |
255 [[package]] | |
256 name = "memchr" | |
257 version = "2.7.5" | |
258 source = "registry+https://github.com/rust-lang/crates.io-index" | |
259 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
260 | |
261 [[package]] | |
262 name = "memoffset" | |
263 version = "0.9.1" | |
264 source = "registry+https://github.com/rust-lang/crates.io-index" | |
265 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
266 dependencies = [ | |
267 "autocfg", | |
268 ] | |
269 | |
270 [[package]] | |
271 name = "minimal-lexical" | |
272 version = "0.2.1" | |
273 source = "registry+https://github.com/rust-lang/crates.io-index" | |
274 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
275 | |
276 [[package]] | |
277 name = "nom" | |
278 version = "7.1.3" | |
279 source = "registry+https://github.com/rust-lang/crates.io-index" | |
280 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
281 dependencies = [ | |
282 "memchr", | |
283 "minimal-lexical", | |
284 ] | |
285 | |
286 [[package]] | |
287 name = "nonstick" | |
288 version = "0.0.8-alpha0" | |
289 dependencies = [ | |
290 "bindgen 0.72.0", | |
291 "bitflags", | |
292 "libc", | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
293 "libpam-sys", |
107 | 294 "memoffset", |
295 "num_enum", | |
296 "regex", | |
297 ] | |
298 | |
299 [[package]] | |
300 name = "nonstick-testharness" | |
301 version = "0.0.8-alpha0" | |
302 dependencies = [ | |
303 "anyhow", | |
304 "nonstick", | |
305 "test-cdylib", | |
306 "thiserror", | |
307 ] | |
308 | |
309 [[package]] | |
310 name = "num_enum" | |
311 version = "0.7.4" | |
312 source = "registry+https://github.com/rust-lang/crates.io-index" | |
313 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" | |
314 dependencies = [ | |
315 "num_enum_derive", | |
316 "rustversion", | |
317 ] | |
318 | |
319 [[package]] | |
320 name = "num_enum_derive" | |
321 version = "0.7.4" | |
322 source = "registry+https://github.com/rust-lang/crates.io-index" | |
323 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" | |
324 dependencies = [ | |
325 "proc-macro-crate", | |
326 "proc-macro2", | |
327 "quote", | |
328 "syn", | |
329 ] | |
330 | |
331 [[package]] | |
332 name = "once_cell" | |
333 version = "1.21.3" | |
334 source = "registry+https://github.com/rust-lang/crates.io-index" | |
335 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
336 | |
337 [[package]] | |
338 name = "prettyplease" | |
339 version = "0.2.35" | |
340 source = "registry+https://github.com/rust-lang/crates.io-index" | |
341 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" | |
342 dependencies = [ | |
343 "proc-macro2", | |
344 "syn", | |
345 ] | |
346 | |
347 [[package]] | |
348 name = "proc-macro-crate" | |
349 version = "3.3.0" | |
350 source = "registry+https://github.com/rust-lang/crates.io-index" | |
351 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" | |
352 dependencies = [ | |
353 "toml_edit", | |
354 ] | |
355 | |
356 [[package]] | |
357 name = "proc-macro2" | |
358 version = "1.0.95" | |
359 source = "registry+https://github.com/rust-lang/crates.io-index" | |
360 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | |
361 dependencies = [ | |
362 "unicode-ident", | |
363 ] | |
364 | |
365 [[package]] | |
366 name = "quote" | |
367 version = "1.0.40" | |
368 source = "registry+https://github.com/rust-lang/crates.io-index" | |
369 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
370 dependencies = [ | |
371 "proc-macro2", | |
372 ] | |
373 | |
374 [[package]] | |
375 name = "regex" | |
376 version = "1.11.1" | |
377 source = "registry+https://github.com/rust-lang/crates.io-index" | |
378 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
379 dependencies = [ | |
380 "aho-corasick", | |
381 "memchr", | |
382 "regex-automata", | |
383 "regex-syntax", | |
384 ] | |
385 | |
386 [[package]] | |
387 name = "regex-automata" | |
388 version = "0.4.9" | |
389 source = "registry+https://github.com/rust-lang/crates.io-index" | |
390 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
391 dependencies = [ | |
392 "aho-corasick", | |
393 "memchr", | |
394 "regex-syntax", | |
395 ] | |
396 | |
397 [[package]] | |
398 name = "regex-syntax" | |
399 version = "0.8.5" | |
400 source = "registry+https://github.com/rust-lang/crates.io-index" | |
401 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
402 | |
403 [[package]] | |
404 name = "rustc-hash" | |
405 version = "1.1.0" | |
406 source = "registry+https://github.com/rust-lang/crates.io-index" | |
407 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | |
408 | |
409 [[package]] | |
410 name = "rustc-hash" | |
411 version = "2.1.1" | |
412 source = "registry+https://github.com/rust-lang/crates.io-index" | |
413 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
414 | |
415 [[package]] | |
416 name = "rustix" | |
417 version = "0.38.44" | |
418 source = "registry+https://github.com/rust-lang/crates.io-index" | |
419 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" | |
420 dependencies = [ | |
421 "bitflags", | |
422 "errno", | |
423 "libc", | |
424 "linux-raw-sys", | |
425 "windows-sys 0.59.0", | |
426 ] | |
427 | |
428 [[package]] | |
429 name = "rustversion" | |
430 version = "1.0.21" | |
431 source = "registry+https://github.com/rust-lang/crates.io-index" | |
432 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" | |
433 | |
434 [[package]] | |
435 name = "ryu" | |
436 version = "1.0.20" | |
437 source = "registry+https://github.com/rust-lang/crates.io-index" | |
438 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
439 | |
440 [[package]] | |
441 name = "semver" | |
442 version = "0.9.0" | |
443 source = "registry+https://github.com/rust-lang/crates.io-index" | |
444 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
445 dependencies = [ | |
446 "semver-parser", | |
447 "serde", | |
448 ] | |
449 | |
450 [[package]] | |
451 name = "semver-parser" | |
452 version = "0.7.0" | |
453 source = "registry+https://github.com/rust-lang/crates.io-index" | |
454 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
455 | |
456 [[package]] | |
457 name = "serde" | |
458 version = "1.0.219" | |
459 source = "registry+https://github.com/rust-lang/crates.io-index" | |
460 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" | |
461 dependencies = [ | |
462 "serde_derive", | |
463 ] | |
464 | |
465 [[package]] | |
466 name = "serde_derive" | |
467 version = "1.0.219" | |
468 source = "registry+https://github.com/rust-lang/crates.io-index" | |
469 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" | |
470 dependencies = [ | |
471 "proc-macro2", | |
472 "quote", | |
473 "syn", | |
474 ] | |
475 | |
476 [[package]] | |
477 name = "serde_json" | |
478 version = "1.0.140" | |
479 source = "registry+https://github.com/rust-lang/crates.io-index" | |
480 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | |
481 dependencies = [ | |
482 "itoa", | |
483 "memchr", | |
484 "ryu", | |
485 "serde", | |
486 ] | |
487 | |
488 [[package]] | |
489 name = "shlex" | |
490 version = "1.3.0" | |
491 source = "registry+https://github.com/rust-lang/crates.io-index" | |
492 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
493 | |
494 [[package]] | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
495 name = "strum" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
496 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
|
497 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
|
498 checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
499 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
500 "strum_macros", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
501 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
502 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
503 [[package]] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
504 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
|
505 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
|
506 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
|
507 checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
508 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
509 "heck", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
510 "proc-macro2", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
511 "quote", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
512 "rustversion", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
513 "syn", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
514 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
515 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
516 [[package]] |
107 | 517 name = "syn" |
518 version = "2.0.104" | |
519 source = "registry+https://github.com/rust-lang/crates.io-index" | |
520 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | |
521 dependencies = [ | |
522 "proc-macro2", | |
523 "quote", | |
524 "unicode-ident", | |
525 ] | |
526 | |
527 [[package]] | |
528 name = "test-cdylib" | |
529 version = "1.1.0" | |
530 source = "registry+https://github.com/rust-lang/crates.io-index" | |
531 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d" | |
532 dependencies = [ | |
533 "cargo_metadata", | |
534 "serde", | |
535 "serde_json", | |
536 "toml", | |
537 ] | |
538 | |
539 [[package]] | |
540 name = "thiserror" | |
541 version = "2.0.12" | |
542 source = "registry+https://github.com/rust-lang/crates.io-index" | |
543 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" | |
544 dependencies = [ | |
545 "thiserror-impl", | |
546 ] | |
547 | |
548 [[package]] | |
549 name = "thiserror-impl" | |
550 version = "2.0.12" | |
551 source = "registry+https://github.com/rust-lang/crates.io-index" | |
552 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" | |
553 dependencies = [ | |
554 "proc-macro2", | |
555 "quote", | |
556 "syn", | |
557 ] | |
558 | |
559 [[package]] | |
560 name = "toml" | |
561 version = "0.5.11" | |
562 source = "registry+https://github.com/rust-lang/crates.io-index" | |
563 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" | |
564 dependencies = [ | |
565 "serde", | |
566 ] | |
567 | |
568 [[package]] | |
569 name = "toml_datetime" | |
570 version = "0.6.11" | |
571 source = "registry+https://github.com/rust-lang/crates.io-index" | |
572 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
573 | |
574 [[package]] | |
575 name = "toml_edit" | |
576 version = "0.22.27" | |
577 source = "registry+https://github.com/rust-lang/crates.io-index" | |
578 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
579 dependencies = [ | |
580 "indexmap", | |
581 "toml_datetime", | |
582 "winnow", | |
583 ] | |
584 | |
585 [[package]] | |
586 name = "unicode-ident" | |
587 version = "1.0.18" | |
588 source = "registry+https://github.com/rust-lang/crates.io-index" | |
589 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
590 | |
591 [[package]] | |
592 name = "which" | |
593 version = "4.4.2" | |
594 source = "registry+https://github.com/rust-lang/crates.io-index" | |
595 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" | |
596 dependencies = [ | |
597 "either", | |
598 "home", | |
599 "once_cell", | |
600 "rustix", | |
601 ] | |
602 | |
603 [[package]] | |
604 name = "windows-sys" | |
605 version = "0.48.0" | |
606 source = "registry+https://github.com/rust-lang/crates.io-index" | |
607 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
608 dependencies = [ | |
609 "windows-targets 0.48.5", | |
610 ] | |
611 | |
612 [[package]] | |
613 name = "windows-sys" | |
614 version = "0.59.0" | |
615 source = "registry+https://github.com/rust-lang/crates.io-index" | |
616 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | |
617 dependencies = [ | |
618 "windows-targets 0.52.6", | |
619 ] | |
620 | |
621 [[package]] | |
622 name = "windows-sys" | |
623 version = "0.60.2" | |
624 source = "registry+https://github.com/rust-lang/crates.io-index" | |
625 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | |
626 dependencies = [ | |
627 "windows-targets 0.53.2", | |
628 ] | |
629 | |
630 [[package]] | |
631 name = "windows-targets" | |
632 version = "0.48.5" | |
633 source = "registry+https://github.com/rust-lang/crates.io-index" | |
634 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
635 dependencies = [ | |
636 "windows_aarch64_gnullvm 0.48.5", | |
637 "windows_aarch64_msvc 0.48.5", | |
638 "windows_i686_gnu 0.48.5", | |
639 "windows_i686_msvc 0.48.5", | |
640 "windows_x86_64_gnu 0.48.5", | |
641 "windows_x86_64_gnullvm 0.48.5", | |
642 "windows_x86_64_msvc 0.48.5", | |
643 ] | |
644 | |
645 [[package]] | |
646 name = "windows-targets" | |
647 version = "0.52.6" | |
648 source = "registry+https://github.com/rust-lang/crates.io-index" | |
649 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
650 dependencies = [ | |
651 "windows_aarch64_gnullvm 0.52.6", | |
652 "windows_aarch64_msvc 0.52.6", | |
653 "windows_i686_gnu 0.52.6", | |
654 "windows_i686_gnullvm 0.52.6", | |
655 "windows_i686_msvc 0.52.6", | |
656 "windows_x86_64_gnu 0.52.6", | |
657 "windows_x86_64_gnullvm 0.52.6", | |
658 "windows_x86_64_msvc 0.52.6", | |
659 ] | |
660 | |
661 [[package]] | |
662 name = "windows-targets" | |
663 version = "0.53.2" | |
664 source = "registry+https://github.com/rust-lang/crates.io-index" | |
665 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" | |
666 dependencies = [ | |
667 "windows_aarch64_gnullvm 0.53.0", | |
668 "windows_aarch64_msvc 0.53.0", | |
669 "windows_i686_gnu 0.53.0", | |
670 "windows_i686_gnullvm 0.53.0", | |
671 "windows_i686_msvc 0.53.0", | |
672 "windows_x86_64_gnu 0.53.0", | |
673 "windows_x86_64_gnullvm 0.53.0", | |
674 "windows_x86_64_msvc 0.53.0", | |
675 ] | |
676 | |
677 [[package]] | |
678 name = "windows_aarch64_gnullvm" | |
679 version = "0.48.5" | |
680 source = "registry+https://github.com/rust-lang/crates.io-index" | |
681 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
682 | |
683 [[package]] | |
684 name = "windows_aarch64_gnullvm" | |
685 version = "0.52.6" | |
686 source = "registry+https://github.com/rust-lang/crates.io-index" | |
687 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
688 | |
689 [[package]] | |
690 name = "windows_aarch64_gnullvm" | |
691 version = "0.53.0" | |
692 source = "registry+https://github.com/rust-lang/crates.io-index" | |
693 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |
694 | |
695 [[package]] | |
696 name = "windows_aarch64_msvc" | |
697 version = "0.48.5" | |
698 source = "registry+https://github.com/rust-lang/crates.io-index" | |
699 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
700 | |
701 [[package]] | |
702 name = "windows_aarch64_msvc" | |
703 version = "0.52.6" | |
704 source = "registry+https://github.com/rust-lang/crates.io-index" | |
705 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
706 | |
707 [[package]] | |
708 name = "windows_aarch64_msvc" | |
709 version = "0.53.0" | |
710 source = "registry+https://github.com/rust-lang/crates.io-index" | |
711 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |
712 | |
713 [[package]] | |
714 name = "windows_i686_gnu" | |
715 version = "0.48.5" | |
716 source = "registry+https://github.com/rust-lang/crates.io-index" | |
717 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
718 | |
719 [[package]] | |
720 name = "windows_i686_gnu" | |
721 version = "0.52.6" | |
722 source = "registry+https://github.com/rust-lang/crates.io-index" | |
723 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
724 | |
725 [[package]] | |
726 name = "windows_i686_gnu" | |
727 version = "0.53.0" | |
728 source = "registry+https://github.com/rust-lang/crates.io-index" | |
729 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | |
730 | |
731 [[package]] | |
732 name = "windows_i686_gnullvm" | |
733 version = "0.52.6" | |
734 source = "registry+https://github.com/rust-lang/crates.io-index" | |
735 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
736 | |
737 [[package]] | |
738 name = "windows_i686_gnullvm" | |
739 version = "0.53.0" | |
740 source = "registry+https://github.com/rust-lang/crates.io-index" | |
741 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |
742 | |
743 [[package]] | |
744 name = "windows_i686_msvc" | |
745 version = "0.48.5" | |
746 source = "registry+https://github.com/rust-lang/crates.io-index" | |
747 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
748 | |
749 [[package]] | |
750 name = "windows_i686_msvc" | |
751 version = "0.52.6" | |
752 source = "registry+https://github.com/rust-lang/crates.io-index" | |
753 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
754 | |
755 [[package]] | |
756 name = "windows_i686_msvc" | |
757 version = "0.53.0" | |
758 source = "registry+https://github.com/rust-lang/crates.io-index" | |
759 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |
760 | |
761 [[package]] | |
762 name = "windows_x86_64_gnu" | |
763 version = "0.48.5" | |
764 source = "registry+https://github.com/rust-lang/crates.io-index" | |
765 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
766 | |
767 [[package]] | |
768 name = "windows_x86_64_gnu" | |
769 version = "0.52.6" | |
770 source = "registry+https://github.com/rust-lang/crates.io-index" | |
771 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
772 | |
773 [[package]] | |
774 name = "windows_x86_64_gnu" | |
775 version = "0.53.0" | |
776 source = "registry+https://github.com/rust-lang/crates.io-index" | |
777 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |
778 | |
779 [[package]] | |
780 name = "windows_x86_64_gnullvm" | |
781 version = "0.48.5" | |
782 source = "registry+https://github.com/rust-lang/crates.io-index" | |
783 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
784 | |
785 [[package]] | |
786 name = "windows_x86_64_gnullvm" | |
787 version = "0.52.6" | |
788 source = "registry+https://github.com/rust-lang/crates.io-index" | |
789 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
790 | |
791 [[package]] | |
792 name = "windows_x86_64_gnullvm" | |
793 version = "0.53.0" | |
794 source = "registry+https://github.com/rust-lang/crates.io-index" | |
795 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |
796 | |
797 [[package]] | |
798 name = "windows_x86_64_msvc" | |
799 version = "0.48.5" | |
800 source = "registry+https://github.com/rust-lang/crates.io-index" | |
801 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
802 | |
803 [[package]] | |
804 name = "windows_x86_64_msvc" | |
805 version = "0.52.6" | |
806 source = "registry+https://github.com/rust-lang/crates.io-index" | |
807 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | |
808 | |
809 [[package]] | |
810 name = "windows_x86_64_msvc" | |
811 version = "0.53.0" | |
812 source = "registry+https://github.com/rust-lang/crates.io-index" | |
813 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | |
814 | |
815 [[package]] | |
816 name = "winnow" | |
817 version = "0.7.11" | |
818 source = "registry+https://github.com/rust-lang/crates.io-index" | |
819 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" | |
820 dependencies = [ | |
821 "memchr", | |
822 ] |