Mercurial > crates > nonstick
annotate Cargo.lock @ 188:e9f224e52b3e
Added tag v0.1.0 for changeset 18e865d366ba
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Thu, 31 Jul 2025 15:23:22 -0400 |
| parents | 18e865d366ba |
| children | e915c54097d6 |
| 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]] | |
| 127 | 6 name = "bitflags" |
| 107 | 7 version = "2.9.1" |
| 8 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 9 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | |
| 10 | |
| 11 [[package]] | |
| 12 name = "libc" | |
| 13 version = "0.2.174" | |
| 14 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 15 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
| 16 | |
| 17 [[package]] | |
| 18 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
|
19 version = "0.1.0" |
| 107 | 20 dependencies = [ |
|
131
a632a8874131
Get all the Linux-PAM functions into libpam-sys, and get tests right.
Paul Fisher <paul@pfish.zone>
parents:
129
diff
changeset
|
21 "libc", |
|
136
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
22 "libpam-sys-helpers", |
|
176
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
23 "libpam-sys-impls", |
|
148
4b3a5095f68c
Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents:
138
diff
changeset
|
24 ] |
|
4b3a5095f68c
Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents:
138
diff
changeset
|
25 |
|
4b3a5095f68c
Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents:
138
diff
changeset
|
26 [[package]] |
|
136
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
27 name = "libpam-sys-helpers" |
|
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
28 version = "0.1.0" |
|
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
29 dependencies = [ |
|
176
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
30 "libpam-sys-impls", |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
31 ] |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
32 |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
33 [[package]] |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
34 name = "libpam-sys-impls" |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
35 version = "0.1.0" |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
36 dependencies = [ |
|
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
37 "libc", |
| 107 | 38 ] |
| 39 | |
| 40 [[package]] | |
| 41 name = "nonstick" | |
|
187
18e865d366ba
Update Cargo.toml files to set versions for release.
Paul Fisher <paul@pfish.zone>
parents:
184
diff
changeset
|
42 version = "0.1.0" |
| 107 | 43 dependencies = [ |
|
135
b52594841480
Split libpam-sys into its own sub-workspace.
Paul Fisher <paul@pfish.zone>
parents:
134
diff
changeset
|
44 "bitflags", |
| 107 | 45 "libc", |
|
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
46 "libpam-sys", |
|
136
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
47 "libpam-sys-helpers", |
|
176
0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
Paul Fisher <paul@pfish.zone>
parents:
148
diff
changeset
|
48 "libpam-sys-impls", |
| 107 | 49 ] |
| 50 | |
| 51 [[package]] | |
|
136
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
52 name = "nonstick-testharness" |
|
187
18e865d366ba
Update Cargo.toml files to set versions for release.
Paul Fisher <paul@pfish.zone>
parents:
184
diff
changeset
|
53 version = "0.1.0" |
|
136
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
54 dependencies = [ |
|
177
9925fa14021b
Fix testharness to build warning- and error-free.
Paul Fisher <paul@pfish.zone>
parents:
176
diff
changeset
|
55 "libpam-sys-impls", |
|
136
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
56 "nonstick", |
|
efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents:
135
diff
changeset
|
57 ] |
