annotate Cargo.lock @ 171:e27c5c667a5a

Create full new types for return code and flags, separate end to end. This plumbs the ReturnCode and RawFlags types through the places where we call into or are called from PAM. Also adds Sun documentation to the project.
author Paul Fisher <paul@pfish.zone>
date Fri, 25 Jul 2025 20:52:14 -0400
parents 4b3a5095f68c
children 0730f5f2ee2a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
1 # This file is automatically @generated by Cargo.
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
2 # It is not intended for manual editing.
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
3 version = 3
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
4
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
5 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
6 name = "anyhow"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
7 version = "1.0.98"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
8 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
9 checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
10
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
11 [[package]]
127
c77846f3a979 GET CTEST WORKING.
Paul Fisher <paul@pfish.zone>
parents: 116
diff changeset
12 name = "bitflags"
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
13 version = "2.9.1"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
14 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
15 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
16
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
17 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
18 name = "cargo_metadata"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
19 version = "0.9.1"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
20 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
21 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
22 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
23 "semver",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
24 "serde",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
25 "serde_derive",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
26 "serde_json",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
27 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
28
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
29 [[package]]
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
30 name = "equivalent"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
31 version = "1.0.2"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
32 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
33 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
34
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
35 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
36 name = "hashbrown"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
37 version = "0.15.4"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
38 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
39 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
40
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
41 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
42 name = "indexmap"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
43 version = "2.10.0"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
44 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
45 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
46 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
47 "equivalent",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
48 "hashbrown",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
49 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
50
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
51 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
52 name = "itoa"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
53 version = "1.0.15"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
54 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
55 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
56
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
57 [[package]]
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
58 name = "libc"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
59 version = "0.2.174"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
60 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
61 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
62
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
63 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
64 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
65 version = "0.1.0"
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
66 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
67 "libc",
148
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
68 "libpam-sys-consts",
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
69 "libpam-sys-helpers",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
70 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
71
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
72 [[package]]
148
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
73 name = "libpam-sys-consts"
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
74 version = "0.1.0"
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
75 dependencies = [
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
76 "libc",
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
77 ]
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
78
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
79 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
80 name = "libpam-sys-helpers"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
81 version = "0.1.0"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
82 dependencies = [
148
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
83 "libpam-sys-consts",
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
84 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
85
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
86 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
87 name = "memchr"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
88 version = "2.7.5"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
89 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
90 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
91
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
92 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
93 name = "nonstick"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
94 version = "0.0.8-alpha0"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
95 dependencies = [
135
b52594841480 Split libpam-sys into its own sub-workspace.
Paul Fisher <paul@pfish.zone>
parents: 134
diff changeset
96 "bitflags",
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
97 "libc",
108
e97534be35e3 Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents: 107
diff changeset
98 "libpam-sys",
148
4b3a5095f68c Move libpam-sys helpers into their own library.
Paul Fisher <paul@pfish.zone>
parents: 138
diff changeset
99 "libpam-sys-consts",
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
100 "libpam-sys-helpers",
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
101 "num_enum",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
102 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
103
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
104 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
105 name = "nonstick-testharness"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
106 version = "0.0.8-alpha0"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
107 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
108 "anyhow",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
109 "nonstick",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
110 "test-cdylib",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
111 "thiserror",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
112 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
113
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
114 [[package]]
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
115 name = "num_enum"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
116 version = "0.7.4"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
117 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
118 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
119 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
120 "num_enum_derive",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
121 "rustversion",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
122 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
123
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
124 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
125 name = "num_enum_derive"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
126 version = "0.7.4"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
127 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
128 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
129 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
130 "proc-macro-crate",
134
6c1e1bdb4164 Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents: 131
diff changeset
131 "proc-macro2",
6c1e1bdb4164 Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents: 131
diff changeset
132 "quote",
6c1e1bdb4164 Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents: 131
diff changeset
133 "syn",
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
134 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
135
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
136 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
137 name = "proc-macro-crate"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
138 version = "3.3.0"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
139 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
140 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
141 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
142 "toml_edit",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
143 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
144
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
145 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
146 name = "proc-macro2"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
147 version = "1.0.95"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
148 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
149 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
150 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
151 "unicode-ident",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
152 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
153
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
154 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
155 name = "quote"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
156 version = "1.0.40"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
157 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
158 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
159 dependencies = [
134
6c1e1bdb4164 Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents: 131
diff changeset
160 "proc-macro2",
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
161 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
162
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
163 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
164 name = "rustversion"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
165 version = "1.0.21"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
166 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
167 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
168
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
169 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
170 name = "ryu"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
171 version = "1.0.20"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
172 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
173 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
174
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
175 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
176 name = "semver"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
177 version = "0.9.0"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
178 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
179 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
180 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
181 "semver-parser",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
182 "serde",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
183 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
184
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
185 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
186 name = "semver-parser"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
187 version = "0.7.0"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
188 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
189 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
190
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
191 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
192 name = "serde"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
193 version = "1.0.219"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
194 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
195 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
196 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
197 "serde_derive",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
198 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
199
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
200 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
201 name = "serde_derive"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
202 version = "1.0.219"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
203 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
204 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
205 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
206 "proc-macro2",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
207 "quote",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
208 "syn",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
209 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
210
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
211 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
212 name = "serde_json"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
213 version = "1.0.140"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
214 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
215 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
216 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
217 "itoa",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
218 "memchr",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
219 "ryu",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
220 "serde",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
221 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
222
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
223 [[package]]
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
224 name = "syn"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
225 version = "2.0.104"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
226 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
227 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
228 dependencies = [
134
6c1e1bdb4164 Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents: 131
diff changeset
229 "proc-macro2",
6c1e1bdb4164 Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents: 131
diff changeset
230 "quote",
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
231 "unicode-ident",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
232 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
233
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
234 [[package]]
136
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
235 name = "test-cdylib"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
236 version = "1.1.0"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
237 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
238 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
239 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
240 "cargo_metadata",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
241 "serde",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
242 "serde_json",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
243 "toml",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
244 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
245
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
246 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
247 name = "thiserror"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
248 version = "2.0.12"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
249 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
250 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
251 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
252 "thiserror-impl",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
253 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
254
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
255 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
256 name = "thiserror-impl"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
257 version = "2.0.12"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
258 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
259 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
260 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
261 "proc-macro2",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
262 "quote",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
263 "syn",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
264 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
265
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
266 [[package]]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
267 name = "toml"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
268 version = "0.5.11"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
269 source = "registry+https://github.com/rust-lang/crates.io-index"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
270 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
271 dependencies = [
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
272 "serde",
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
273 ]
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
274
efbc235f01d3 Separate libpam-sys-helpers from libpam-sys.
Paul Fisher <paul@pfish.zone>
parents: 135
diff changeset
275 [[package]]
107
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
276 name = "toml_datetime"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
277 version = "0.6.11"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
278 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
279 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
280
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
281 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
282 name = "toml_edit"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
283 version = "0.22.27"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
284 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
285 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
286 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
287 "indexmap",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
288 "toml_datetime",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
289 "winnow",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
290 ]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
291
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
292 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
293 name = "unicode-ident"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
294 version = "1.0.18"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
295 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
296 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
297
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
298 [[package]]
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
299 name = "winnow"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
300 version = "0.7.11"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
301 source = "registry+https://github.com/rust-lang/crates.io-index"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
302 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
303 dependencies = [
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
304 "memchr",
49c6633f6fd2 Add Cargo.lock file.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
305 ]