Mercurial > crates > nonstick
annotate Cargo.lock @ 110:2346fd501b7a
Add tests for constants and do other macro niceties.
- Adds tests for all the constants. Pretty sweet.
- Moves documentation for cfg-pam-impl macro to `libpam-sys`.
- Renames `Illumos` to `Sun`.
- other stuff
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 02:15:46 -0400 |
parents | bb465393621f |
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", | |
38 "proc-macro2", | |
39 "quote", | |
40 "regex", | |
109 | 41 "rustc-hash", |
107 | 42 "shlex", |
43 "syn", | |
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]] | |
91 name = "either" | |
92 version = "1.15.0" | |
93 source = "registry+https://github.com/rust-lang/crates.io-index" | |
94 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
95 | |
96 [[package]] | |
97 name = "equivalent" | |
98 version = "1.0.2" | |
99 source = "registry+https://github.com/rust-lang/crates.io-index" | |
100 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
101 | |
102 [[package]] | |
103 name = "glob" | |
104 version = "0.3.2" | |
105 source = "registry+https://github.com/rust-lang/crates.io-index" | |
106 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | |
107 | |
108 [[package]] | |
109 name = "hashbrown" | |
110 version = "0.15.4" | |
111 source = "registry+https://github.com/rust-lang/crates.io-index" | |
112 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" | |
113 | |
114 [[package]] | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
115 name = "heck" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
116 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
|
117 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
|
118 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
119 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
120 [[package]] |
107 | 121 name = "indexmap" |
122 version = "2.10.0" | |
123 source = "registry+https://github.com/rust-lang/crates.io-index" | |
124 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" | |
125 dependencies = [ | |
126 "equivalent", | |
127 "hashbrown", | |
128 ] | |
129 | |
130 [[package]] | |
131 name = "itertools" | |
132 version = "0.13.0" | |
133 source = "registry+https://github.com/rust-lang/crates.io-index" | |
134 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | |
135 dependencies = [ | |
136 "either", | |
137 ] | |
138 | |
139 [[package]] | |
140 name = "itoa" | |
141 version = "1.0.15" | |
142 source = "registry+https://github.com/rust-lang/crates.io-index" | |
143 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
144 | |
145 [[package]] | |
146 name = "libc" | |
147 version = "0.2.174" | |
148 source = "registry+https://github.com/rust-lang/crates.io-index" | |
149 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
150 | |
151 [[package]] | |
152 name = "libloading" | |
153 version = "0.8.8" | |
154 source = "registry+https://github.com/rust-lang/crates.io-index" | |
155 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" | |
156 dependencies = [ | |
157 "cfg-if", | |
109 | 158 "windows-targets", |
107 | 159 ] |
160 | |
161 [[package]] | |
162 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
|
163 version = "0.1.0" |
107 | 164 dependencies = [ |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
165 "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
|
166 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
167 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
168 [[package]] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
169 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
|
170 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
|
171 dependencies = [ |
109 | 172 "bindgen", |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
173 "proc-macro2", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
174 "quote", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
175 "strum", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
176 "syn", |
107 | 177 ] |
178 | |
179 [[package]] | |
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
180 name = "libpam-sys-test" |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
181 version = "0.0.0" |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
182 dependencies = [ |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
183 "bindgen", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
184 "libpam-sys", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
185 "libpam-sys-impls", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
186 "quote", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
187 "syn", |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
188 ] |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
189 |
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
190 [[package]] |
107 | 191 name = "log" |
192 version = "0.4.27" | |
193 source = "registry+https://github.com/rust-lang/crates.io-index" | |
194 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |
195 | |
196 [[package]] | |
197 name = "memchr" | |
198 version = "2.7.5" | |
199 source = "registry+https://github.com/rust-lang/crates.io-index" | |
200 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
201 | |
202 [[package]] | |
203 name = "memoffset" | |
204 version = "0.9.1" | |
205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
207 dependencies = [ | |
208 "autocfg", | |
209 ] | |
210 | |
211 [[package]] | |
212 name = "minimal-lexical" | |
213 version = "0.2.1" | |
214 source = "registry+https://github.com/rust-lang/crates.io-index" | |
215 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
216 | |
217 [[package]] | |
218 name = "nom" | |
219 version = "7.1.3" | |
220 source = "registry+https://github.com/rust-lang/crates.io-index" | |
221 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
222 dependencies = [ | |
223 "memchr", | |
224 "minimal-lexical", | |
225 ] | |
226 | |
227 [[package]] | |
228 name = "nonstick" | |
229 version = "0.0.8-alpha0" | |
230 dependencies = [ | |
109 | 231 "bindgen", |
107 | 232 "bitflags", |
233 "libc", | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
234 "libpam-sys", |
107 | 235 "memoffset", |
236 "num_enum", | |
237 "regex", | |
238 ] | |
239 | |
240 [[package]] | |
241 name = "nonstick-testharness" | |
242 version = "0.0.8-alpha0" | |
243 dependencies = [ | |
244 "anyhow", | |
245 "nonstick", | |
246 "test-cdylib", | |
247 "thiserror", | |
248 ] | |
249 | |
250 [[package]] | |
251 name = "num_enum" | |
252 version = "0.7.4" | |
253 source = "registry+https://github.com/rust-lang/crates.io-index" | |
254 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" | |
255 dependencies = [ | |
256 "num_enum_derive", | |
257 "rustversion", | |
258 ] | |
259 | |
260 [[package]] | |
261 name = "num_enum_derive" | |
262 version = "0.7.4" | |
263 source = "registry+https://github.com/rust-lang/crates.io-index" | |
264 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" | |
265 dependencies = [ | |
266 "proc-macro-crate", | |
267 "proc-macro2", | |
268 "quote", | |
269 "syn", | |
270 ] | |
271 | |
272 [[package]] | |
273 name = "prettyplease" | |
274 version = "0.2.35" | |
275 source = "registry+https://github.com/rust-lang/crates.io-index" | |
276 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" | |
277 dependencies = [ | |
278 "proc-macro2", | |
279 "syn", | |
280 ] | |
281 | |
282 [[package]] | |
283 name = "proc-macro-crate" | |
284 version = "3.3.0" | |
285 source = "registry+https://github.com/rust-lang/crates.io-index" | |
286 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" | |
287 dependencies = [ | |
288 "toml_edit", | |
289 ] | |
290 | |
291 [[package]] | |
292 name = "proc-macro2" | |
293 version = "1.0.95" | |
294 source = "registry+https://github.com/rust-lang/crates.io-index" | |
295 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | |
296 dependencies = [ | |
297 "unicode-ident", | |
298 ] | |
299 | |
300 [[package]] | |
301 name = "quote" | |
302 version = "1.0.40" | |
303 source = "registry+https://github.com/rust-lang/crates.io-index" | |
304 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
305 dependencies = [ | |
306 "proc-macro2", | |
307 ] | |
308 | |
309 [[package]] | |
310 name = "regex" | |
311 version = "1.11.1" | |
312 source = "registry+https://github.com/rust-lang/crates.io-index" | |
313 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
314 dependencies = [ | |
315 "aho-corasick", | |
316 "memchr", | |
317 "regex-automata", | |
318 "regex-syntax", | |
319 ] | |
320 | |
321 [[package]] | |
322 name = "regex-automata" | |
323 version = "0.4.9" | |
324 source = "registry+https://github.com/rust-lang/crates.io-index" | |
325 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
326 dependencies = [ | |
327 "aho-corasick", | |
328 "memchr", | |
329 "regex-syntax", | |
330 ] | |
331 | |
332 [[package]] | |
333 name = "regex-syntax" | |
334 version = "0.8.5" | |
335 source = "registry+https://github.com/rust-lang/crates.io-index" | |
336 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
337 | |
338 [[package]] | |
339 name = "rustc-hash" | |
340 version = "2.1.1" | |
341 source = "registry+https://github.com/rust-lang/crates.io-index" | |
342 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
343 | |
344 [[package]] | |
345 name = "rustversion" | |
346 version = "1.0.21" | |
347 source = "registry+https://github.com/rust-lang/crates.io-index" | |
348 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" | |
349 | |
350 [[package]] | |
351 name = "ryu" | |
352 version = "1.0.20" | |
353 source = "registry+https://github.com/rust-lang/crates.io-index" | |
354 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
355 | |
356 [[package]] | |
357 name = "semver" | |
358 version = "0.9.0" | |
359 source = "registry+https://github.com/rust-lang/crates.io-index" | |
360 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
361 dependencies = [ | |
362 "semver-parser", | |
363 "serde", | |
364 ] | |
365 | |
366 [[package]] | |
367 name = "semver-parser" | |
368 version = "0.7.0" | |
369 source = "registry+https://github.com/rust-lang/crates.io-index" | |
370 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
371 | |
372 [[package]] | |
373 name = "serde" | |
374 version = "1.0.219" | |
375 source = "registry+https://github.com/rust-lang/crates.io-index" | |
376 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" | |
377 dependencies = [ | |
378 "serde_derive", | |
379 ] | |
380 | |
381 [[package]] | |
382 name = "serde_derive" | |
383 version = "1.0.219" | |
384 source = "registry+https://github.com/rust-lang/crates.io-index" | |
385 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" | |
386 dependencies = [ | |
387 "proc-macro2", | |
388 "quote", | |
389 "syn", | |
390 ] | |
391 | |
392 [[package]] | |
393 name = "serde_json" | |
394 version = "1.0.140" | |
395 source = "registry+https://github.com/rust-lang/crates.io-index" | |
396 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | |
397 dependencies = [ | |
398 "itoa", | |
399 "memchr", | |
400 "ryu", | |
401 "serde", | |
402 ] | |
403 | |
404 [[package]] | |
405 name = "shlex" | |
406 version = "1.3.0" | |
407 source = "registry+https://github.com/rust-lang/crates.io-index" | |
408 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
409 | |
410 [[package]] | |
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
411 name = "strum" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
412 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
|
413 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
|
414 checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
415 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
416 "strum_macros", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
417 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
418 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
419 [[package]] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
420 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
|
421 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
|
422 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
|
423 checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
424 dependencies = [ |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
425 "heck", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
426 "proc-macro2", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
427 "quote", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
428 "rustversion", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
429 "syn", |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
430 ] |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
431 |
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
432 [[package]] |
107 | 433 name = "syn" |
434 version = "2.0.104" | |
435 source = "registry+https://github.com/rust-lang/crates.io-index" | |
436 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | |
437 dependencies = [ | |
438 "proc-macro2", | |
439 "quote", | |
440 "unicode-ident", | |
441 ] | |
442 | |
443 [[package]] | |
444 name = "test-cdylib" | |
445 version = "1.1.0" | |
446 source = "registry+https://github.com/rust-lang/crates.io-index" | |
447 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d" | |
448 dependencies = [ | |
449 "cargo_metadata", | |
450 "serde", | |
451 "serde_json", | |
452 "toml", | |
453 ] | |
454 | |
455 [[package]] | |
456 name = "thiserror" | |
457 version = "2.0.12" | |
458 source = "registry+https://github.com/rust-lang/crates.io-index" | |
459 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" | |
460 dependencies = [ | |
461 "thiserror-impl", | |
462 ] | |
463 | |
464 [[package]] | |
465 name = "thiserror-impl" | |
466 version = "2.0.12" | |
467 source = "registry+https://github.com/rust-lang/crates.io-index" | |
468 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" | |
469 dependencies = [ | |
470 "proc-macro2", | |
471 "quote", | |
472 "syn", | |
473 ] | |
474 | |
475 [[package]] | |
476 name = "toml" | |
477 version = "0.5.11" | |
478 source = "registry+https://github.com/rust-lang/crates.io-index" | |
479 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" | |
480 dependencies = [ | |
481 "serde", | |
482 ] | |
483 | |
484 [[package]] | |
485 name = "toml_datetime" | |
486 version = "0.6.11" | |
487 source = "registry+https://github.com/rust-lang/crates.io-index" | |
488 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
489 | |
490 [[package]] | |
491 name = "toml_edit" | |
492 version = "0.22.27" | |
493 source = "registry+https://github.com/rust-lang/crates.io-index" | |
494 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
495 dependencies = [ | |
496 "indexmap", | |
497 "toml_datetime", | |
498 "winnow", | |
499 ] | |
500 | |
501 [[package]] | |
502 name = "unicode-ident" | |
503 version = "1.0.18" | |
504 source = "registry+https://github.com/rust-lang/crates.io-index" | |
505 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
506 | |
507 [[package]] | |
508 name = "windows-targets" | |
509 version = "0.53.2" | |
510 source = "registry+https://github.com/rust-lang/crates.io-index" | |
511 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" | |
512 dependencies = [ | |
109 | 513 "windows_aarch64_gnullvm", |
514 "windows_aarch64_msvc", | |
515 "windows_i686_gnu", | |
516 "windows_i686_gnullvm", | |
517 "windows_i686_msvc", | |
518 "windows_x86_64_gnu", | |
519 "windows_x86_64_gnullvm", | |
520 "windows_x86_64_msvc", | |
107 | 521 ] |
522 | |
523 [[package]] | |
524 name = "windows_aarch64_gnullvm" | |
525 version = "0.53.0" | |
526 source = "registry+https://github.com/rust-lang/crates.io-index" | |
527 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |
528 | |
529 [[package]] | |
530 name = "windows_aarch64_msvc" | |
531 version = "0.53.0" | |
532 source = "registry+https://github.com/rust-lang/crates.io-index" | |
533 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |
534 | |
535 [[package]] | |
536 name = "windows_i686_gnu" | |
537 version = "0.53.0" | |
538 source = "registry+https://github.com/rust-lang/crates.io-index" | |
539 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | |
540 | |
541 [[package]] | |
542 name = "windows_i686_gnullvm" | |
543 version = "0.53.0" | |
544 source = "registry+https://github.com/rust-lang/crates.io-index" | |
545 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |
546 | |
547 [[package]] | |
548 name = "windows_i686_msvc" | |
549 version = "0.53.0" | |
550 source = "registry+https://github.com/rust-lang/crates.io-index" | |
551 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |
552 | |
553 [[package]] | |
554 name = "windows_x86_64_gnu" | |
555 version = "0.53.0" | |
556 source = "registry+https://github.com/rust-lang/crates.io-index" | |
557 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |
558 | |
559 [[package]] | |
560 name = "windows_x86_64_gnullvm" | |
561 version = "0.53.0" | |
562 source = "registry+https://github.com/rust-lang/crates.io-index" | |
563 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |
564 | |
565 [[package]] | |
566 name = "windows_x86_64_msvc" | |
567 version = "0.53.0" | |
568 source = "registry+https://github.com/rust-lang/crates.io-index" | |
569 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | |
570 | |
571 [[package]] | |
572 name = "winnow" | |
573 version = "0.7.11" | |
574 source = "registry+https://github.com/rust-lang/crates.io-index" | |
575 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" | |
576 dependencies = [ | |
577 "memchr", | |
578 ] |