Mercurial > crates > nonstick
annotate Cargo.lock @ 134:6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Instead of having to do a bunch of custom parsing and other logic
that tools often choke on, this change introduces an easy way
to depend upon custom #[cfg]s provided by the libpam-sys crate.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Thu, 03 Jul 2025 11:03:36 -0400 |
| parents | a632a8874131 |
| children | b52594841480 |
| 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 = [ | |
| 127 | 32 "bitflags 2.9.1", |
| 107 | 33 "cexpr", |
| 34 "clang-sys", | |
| 109 | 35 "itertools", |
| 107 | 36 "log", |
| 37 "prettyplease", | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
38 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
39 "quote", |
| 107 | 40 "regex", |
| 109 | 41 "rustc-hash", |
| 107 | 42 "shlex", |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
43 "syn", |
| 107 | 44 ] |
| 45 | |
| 46 [[package]] | |
| 47 name = "bitflags" | |
| 127 | 48 version = "1.3.2" |
| 49 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 50 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
| 51 | |
| 52 [[package]] | |
| 53 name = "bitflags" | |
| 107 | 54 version = "2.9.1" |
| 55 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 56 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | |
| 57 | |
| 58 [[package]] | |
| 59 name = "cargo_metadata" | |
| 60 version = "0.9.1" | |
| 61 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 62 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | |
| 63 dependencies = [ | |
| 127 | 64 "semver 0.9.0", |
| 107 | 65 "serde", |
| 66 "serde_derive", | |
| 67 "serde_json", | |
| 68 ] | |
| 69 | |
| 70 [[package]] | |
| 127 | 71 name = "cc" |
| 72 version = "1.2.27" | |
| 73 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 74 checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" | |
| 75 dependencies = [ | |
| 76 "shlex", | |
| 77 ] | |
| 78 | |
| 79 [[package]] | |
| 107 | 80 name = "cexpr" |
| 81 version = "0.6.0" | |
| 82 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 83 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" | |
| 84 dependencies = [ | |
| 85 "nom", | |
| 86 ] | |
| 87 | |
| 88 [[package]] | |
| 89 name = "cfg-if" | |
| 127 | 90 version = "0.1.10" |
| 91 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 92 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
| 93 | |
| 94 [[package]] | |
| 95 name = "cfg-if" | |
| 107 | 96 version = "1.0.1" |
| 97 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 98 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" | |
| 99 | |
| 100 [[package]] | |
| 101 name = "clang-sys" | |
| 102 version = "1.8.1" | |
| 103 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 104 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" | |
| 105 dependencies = [ | |
| 106 "glob", | |
| 107 "libc", | |
| 108 "libloading", | |
| 109 ] | |
| 110 | |
| 111 [[package]] | |
| 127 | 112 name = "ctest" |
| 113 version = "0.4.11" | |
| 114 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 115 checksum = "2f18c94d081f9a0355affbeee3f8e677ce206e9aea89b952421f0be6bc588dde" | |
| 116 dependencies = [ | |
| 117 "cc", | |
| 118 "garando_syntax", | |
| 119 "indoc", | |
| 120 "rustc_version", | |
| 121 ] | |
| 122 | |
| 123 [[package]] | |
| 124 name = "dirs" | |
| 125 version = "2.0.2" | |
| 126 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 127 checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" | |
| 128 dependencies = [ | |
| 129 "cfg-if 0.1.10", | |
| 130 "dirs-sys", | |
| 131 ] | |
| 132 | |
| 133 [[package]] | |
| 134 name = "dirs-sys" | |
| 135 version = "0.3.7" | |
| 136 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 137 checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" | |
| 138 dependencies = [ | |
| 139 "libc", | |
| 140 "redox_users", | |
| 141 "winapi", | |
| 142 ] | |
| 143 | |
| 144 [[package]] | |
| 107 | 145 name = "either" |
| 146 version = "1.15.0" | |
| 147 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 148 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
| 149 | |
| 150 [[package]] | |
| 151 name = "equivalent" | |
| 152 version = "1.0.2" | |
| 153 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 154 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| 155 | |
| 156 [[package]] | |
| 127 | 157 name = "garando_errors" |
| 158 version = "0.1.0" | |
| 159 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 160 checksum = "18495ec4aced5922809efe4d2862918ff0e8d75e122bde57bba9bae45965256a" | |
| 161 dependencies = [ | |
| 162 "garando_pos", | |
| 163 "libc", | |
| 164 "serde", | |
| 165 "term", | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
166 "unicode-xid", |
| 127 | 167 ] |
| 168 | |
| 169 [[package]] | |
| 170 name = "garando_pos" | |
| 171 version = "0.1.0" | |
| 172 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 173 checksum = "0c9386fc75dca486daefbbf5a8d2ea6f379237f95c9b982776159cd66f220aaf" | |
| 174 dependencies = [ | |
| 175 "serde", | |
| 176 ] | |
| 177 | |
| 178 [[package]] | |
| 179 name = "garando_syntax" | |
| 180 version = "0.1.1" | |
| 181 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 182 checksum = "1d8a383861d12fc78c251bbcb1ec252dd8338714ce02ab0cc393cfd02f40d32b" | |
| 183 dependencies = [ | |
| 184 "bitflags 1.3.2", | |
| 185 "garando_errors", | |
| 186 "garando_pos", | |
| 187 "log", | |
| 188 "serde", | |
| 189 "serde_json", | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
190 "unicode-xid", |
| 127 | 191 ] |
| 192 | |
| 193 [[package]] | |
| 194 name = "getrandom" | |
| 195 version = "0.2.16" | |
| 196 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 197 checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" | |
| 198 dependencies = [ | |
| 199 "cfg-if 1.0.1", | |
| 200 "libc", | |
| 201 "wasi", | |
| 202 ] | |
| 203 | |
| 204 [[package]] | |
| 107 | 205 name = "glob" |
| 206 version = "0.3.2" | |
| 207 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 208 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | |
| 209 | |
| 210 [[package]] | |
| 211 name = "hashbrown" | |
| 212 version = "0.15.4" | |
| 213 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 214 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" | |
| 215 | |
| 216 [[package]] | |
| 217 name = "indexmap" | |
| 218 version = "2.10.0" | |
| 219 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 220 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" | |
| 221 dependencies = [ | |
| 222 "equivalent", | |
| 223 "hashbrown", | |
| 224 ] | |
| 225 | |
| 226 [[package]] | |
| 127 | 227 name = "indoc" |
| 228 version = "2.0.6" | |
| 229 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 230 checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" | |
| 231 | |
| 232 [[package]] | |
| 107 | 233 name = "itertools" |
| 234 version = "0.13.0" | |
| 235 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 236 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | |
| 237 dependencies = [ | |
| 238 "either", | |
| 239 ] | |
| 240 | |
| 241 [[package]] | |
| 242 name = "itoa" | |
| 243 version = "1.0.15" | |
| 244 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 245 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
| 246 | |
| 247 [[package]] | |
| 248 name = "libc" | |
| 249 version = "0.2.174" | |
| 250 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 251 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
| 252 | |
| 253 [[package]] | |
| 254 name = "libloading" | |
| 255 version = "0.8.8" | |
| 256 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 257 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" | |
| 258 dependencies = [ | |
| 127 | 259 "cfg-if 1.0.1", |
| 109 | 260 "windows-targets", |
| 107 | 261 ] |
| 262 | |
| 263 [[package]] | |
| 264 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
|
265 version = "0.1.0" |
| 107 | 266 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
|
267 "libc", |
|
a632a8874131
Get all the Linux-PAM functions into libpam-sys, and get tests right.
Paul Fisher <paul@pfish.zone>
parents:
129
diff
changeset
|
268 "num_enum", |
| 107 | 269 ] |
| 270 | |
| 271 [[package]] | |
|
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
272 name = "libpam-sys-test" |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
273 version = "0.0.0" |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
274 dependencies = [ |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
275 "bindgen", |
| 127 | 276 "ctest", |
| 277 "libc", | |
|
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
278 "libpam-sys", |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
279 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
280 "quote", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
281 "syn", |
|
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
282 ] |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
283 |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
109
diff
changeset
|
284 [[package]] |
| 127 | 285 name = "libredox" |
| 286 version = "0.1.4" | |
| 287 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 288 checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" | |
| 289 dependencies = [ | |
| 290 "bitflags 2.9.1", | |
| 291 "libc", | |
| 292 ] | |
| 293 | |
| 294 [[package]] | |
| 107 | 295 name = "log" |
| 296 version = "0.4.27" | |
| 297 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 298 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |
| 299 | |
| 300 [[package]] | |
| 301 name = "memchr" | |
| 302 version = "2.7.5" | |
| 303 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 304 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
| 305 | |
| 306 [[package]] | |
| 307 name = "memoffset" | |
| 308 version = "0.9.1" | |
| 309 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 310 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
| 311 dependencies = [ | |
| 312 "autocfg", | |
| 313 ] | |
| 314 | |
| 315 [[package]] | |
| 316 name = "minimal-lexical" | |
| 317 version = "0.2.1" | |
| 318 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 319 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
| 320 | |
| 321 [[package]] | |
| 322 name = "nom" | |
| 323 version = "7.1.3" | |
| 324 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 325 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
| 326 dependencies = [ | |
| 327 "memchr", | |
| 328 "minimal-lexical", | |
| 329 ] | |
| 330 | |
| 331 [[package]] | |
| 332 name = "nonstick" | |
| 333 version = "0.0.8-alpha0" | |
| 334 dependencies = [ | |
| 127 | 335 "bitflags 2.9.1", |
| 107 | 336 "libc", |
|
108
e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
Paul Fisher <paul@pfish.zone>
parents:
107
diff
changeset
|
337 "libpam-sys", |
| 107 | 338 "memoffset", |
| 339 "num_enum", | |
| 340 ] | |
| 341 | |
| 342 [[package]] | |
| 343 name = "nonstick-testharness" | |
| 344 version = "0.0.8-alpha0" | |
| 345 dependencies = [ | |
| 346 "anyhow", | |
| 347 "nonstick", | |
| 348 "test-cdylib", | |
| 127 | 349 "thiserror 2.0.12", |
| 107 | 350 ] |
| 351 | |
| 352 [[package]] | |
| 353 name = "num_enum" | |
| 354 version = "0.7.4" | |
| 355 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 356 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" | |
| 357 dependencies = [ | |
| 358 "num_enum_derive", | |
| 359 "rustversion", | |
| 360 ] | |
| 361 | |
| 362 [[package]] | |
| 363 name = "num_enum_derive" | |
| 364 version = "0.7.4" | |
| 365 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 366 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" | |
| 367 dependencies = [ | |
| 368 "proc-macro-crate", | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
369 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
370 "quote", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
371 "syn", |
| 107 | 372 ] |
| 373 | |
| 374 [[package]] | |
| 375 name = "prettyplease" | |
| 376 version = "0.2.35" | |
| 377 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 378 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" | |
| 379 dependencies = [ | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
380 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
381 "syn", |
| 107 | 382 ] |
| 383 | |
| 384 [[package]] | |
| 385 name = "proc-macro-crate" | |
| 386 version = "3.3.0" | |
| 387 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 388 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" | |
| 389 dependencies = [ | |
| 390 "toml_edit", | |
| 391 ] | |
| 392 | |
| 393 [[package]] | |
| 394 name = "proc-macro2" | |
| 395 version = "1.0.95" | |
| 396 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 397 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | |
| 398 dependencies = [ | |
| 399 "unicode-ident", | |
| 400 ] | |
| 401 | |
| 402 [[package]] | |
| 403 name = "quote" | |
| 404 version = "1.0.40" | |
| 405 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 406 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
| 407 dependencies = [ | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
408 "proc-macro2", |
| 107 | 409 ] |
| 410 | |
| 411 [[package]] | |
| 127 | 412 name = "redox_users" |
| 413 version = "0.4.6" | |
| 414 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 415 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" | |
| 416 dependencies = [ | |
| 417 "getrandom", | |
| 418 "libredox", | |
| 419 "thiserror 1.0.69", | |
| 420 ] | |
| 421 | |
| 422 [[package]] | |
| 107 | 423 name = "regex" |
| 424 version = "1.11.1" | |
| 425 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 426 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
| 427 dependencies = [ | |
| 428 "aho-corasick", | |
| 429 "memchr", | |
| 430 "regex-automata", | |
| 431 "regex-syntax", | |
| 432 ] | |
| 433 | |
| 434 [[package]] | |
| 435 name = "regex-automata" | |
| 436 version = "0.4.9" | |
| 437 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 438 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
| 439 dependencies = [ | |
| 440 "aho-corasick", | |
| 441 "memchr", | |
| 442 "regex-syntax", | |
| 443 ] | |
| 444 | |
| 445 [[package]] | |
| 446 name = "regex-syntax" | |
| 447 version = "0.8.5" | |
| 448 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 449 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
| 450 | |
| 451 [[package]] | |
| 452 name = "rustc-hash" | |
| 453 version = "2.1.1" | |
| 454 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 455 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
| 456 | |
| 457 [[package]] | |
| 127 | 458 name = "rustc_version" |
| 459 version = "0.4.1" | |
| 460 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 461 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" | |
| 462 dependencies = [ | |
| 463 "semver 1.0.26", | |
| 464 ] | |
| 465 | |
| 466 [[package]] | |
| 107 | 467 name = "rustversion" |
| 468 version = "1.0.21" | |
| 469 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 470 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" | |
| 471 | |
| 472 [[package]] | |
| 473 name = "ryu" | |
| 474 version = "1.0.20" | |
| 475 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 476 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
| 477 | |
| 478 [[package]] | |
| 479 name = "semver" | |
| 480 version = "0.9.0" | |
| 481 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 482 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
| 483 dependencies = [ | |
| 484 "semver-parser", | |
| 485 "serde", | |
| 486 ] | |
| 487 | |
| 488 [[package]] | |
| 127 | 489 name = "semver" |
| 490 version = "1.0.26" | |
| 491 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 492 checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" | |
| 493 | |
| 494 [[package]] | |
| 107 | 495 name = "semver-parser" |
| 496 version = "0.7.0" | |
| 497 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 498 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
| 499 | |
| 500 [[package]] | |
| 501 name = "serde" | |
| 502 version = "1.0.219" | |
| 503 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 504 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" | |
| 505 dependencies = [ | |
| 506 "serde_derive", | |
| 507 ] | |
| 508 | |
| 509 [[package]] | |
| 510 name = "serde_derive" | |
| 511 version = "1.0.219" | |
| 512 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 513 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" | |
| 514 dependencies = [ | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
515 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
516 "quote", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
517 "syn", |
| 107 | 518 ] |
| 519 | |
| 520 [[package]] | |
| 521 name = "serde_json" | |
| 522 version = "1.0.140" | |
| 523 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 524 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | |
| 525 dependencies = [ | |
| 526 "itoa", | |
| 527 "memchr", | |
| 528 "ryu", | |
| 529 "serde", | |
| 530 ] | |
| 531 | |
| 532 [[package]] | |
| 533 name = "shlex" | |
| 534 version = "1.3.0" | |
| 535 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 536 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| 537 | |
| 538 [[package]] | |
| 539 name = "syn" | |
| 540 version = "2.0.104" | |
| 541 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 542 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | |
| 543 dependencies = [ | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
544 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
545 "quote", |
| 107 | 546 "unicode-ident", |
| 547 ] | |
| 548 | |
| 549 [[package]] | |
| 127 | 550 name = "term" |
| 551 version = "0.6.1" | |
| 552 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 553 checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5" | |
| 554 dependencies = [ | |
| 555 "dirs", | |
| 556 "winapi", | |
| 557 ] | |
| 558 | |
| 559 [[package]] | |
| 107 | 560 name = "test-cdylib" |
| 561 version = "1.1.0" | |
| 562 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 563 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d" | |
| 564 dependencies = [ | |
| 565 "cargo_metadata", | |
| 566 "serde", | |
| 567 "serde_json", | |
| 568 "toml", | |
| 569 ] | |
| 570 | |
| 571 [[package]] | |
| 572 name = "thiserror" | |
| 127 | 573 version = "1.0.69" |
| 574 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 575 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" | |
| 576 dependencies = [ | |
| 577 "thiserror-impl 1.0.69", | |
| 578 ] | |
| 579 | |
| 580 [[package]] | |
| 581 name = "thiserror" | |
| 107 | 582 version = "2.0.12" |
| 583 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 584 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" | |
| 585 dependencies = [ | |
| 127 | 586 "thiserror-impl 2.0.12", |
| 587 ] | |
| 588 | |
| 589 [[package]] | |
| 590 name = "thiserror-impl" | |
| 591 version = "1.0.69" | |
| 592 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 593 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" | |
| 594 dependencies = [ | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
595 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
596 "quote", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
597 "syn", |
| 107 | 598 ] |
| 599 | |
| 600 [[package]] | |
| 601 name = "thiserror-impl" | |
| 602 version = "2.0.12" | |
| 603 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 604 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" | |
| 605 dependencies = [ | |
|
134
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
606 "proc-macro2", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
607 "quote", |
|
6c1e1bdb4164
Use standard #[cfg] directives rather than custom proc macros.
Paul Fisher <paul@pfish.zone>
parents:
131
diff
changeset
|
608 "syn", |
| 107 | 609 ] |
| 610 | |
| 611 [[package]] | |
| 612 name = "toml" | |
| 613 version = "0.5.11" | |
| 614 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 615 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" | |
| 616 dependencies = [ | |
| 617 "serde", | |
| 618 ] | |
| 619 | |
| 620 [[package]] | |
| 621 name = "toml_datetime" | |
| 622 version = "0.6.11" | |
| 623 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 624 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
| 625 | |
| 626 [[package]] | |
| 627 name = "toml_edit" | |
| 628 version = "0.22.27" | |
| 629 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 630 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
| 631 dependencies = [ | |
| 632 "indexmap", | |
| 633 "toml_datetime", | |
| 634 "winnow", | |
| 635 ] | |
| 636 | |
| 637 [[package]] | |
| 638 name = "unicode-ident" | |
| 639 version = "1.0.18" | |
| 640 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 641 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
| 642 | |
| 643 [[package]] | |
|
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
644 name = "unicode-xid" |
| 127 | 645 version = "0.2.6" |
| 646 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 647 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" | |
| 648 | |
| 649 [[package]] | |
| 650 name = "wasi" | |
| 651 version = "0.11.1+wasi-snapshot-preview1" | |
| 652 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 653 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | |
| 654 | |
| 655 [[package]] | |
|
116
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
656 name = "winapi" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
657 version = "0.3.9" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
658 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
659 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
660 dependencies = [ |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
661 "winapi-i686-pc-windows-gnu", |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
662 "winapi-x86_64-pc-windows-gnu", |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
663 ] |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
664 |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
665 [[package]] |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
666 name = "winapi-i686-pc-windows-gnu" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
667 version = "0.4.0" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
668 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
669 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
670 |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
671 [[package]] |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
672 name = "winapi-x86_64-pc-windows-gnu" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
673 version = "0.4.0" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
674 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
675 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
676 |
|
a12706e42c9d
Logging, macros, and building:
Paul Fisher <paul@pfish.zone>
parents:
110
diff
changeset
|
677 [[package]] |
| 107 | 678 name = "windows-targets" |
| 679 version = "0.53.2" | |
| 680 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 681 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" | |
| 682 dependencies = [ | |
| 109 | 683 "windows_aarch64_gnullvm", |
| 684 "windows_aarch64_msvc", | |
| 685 "windows_i686_gnu", | |
| 686 "windows_i686_gnullvm", | |
| 687 "windows_i686_msvc", | |
| 688 "windows_x86_64_gnu", | |
| 689 "windows_x86_64_gnullvm", | |
| 690 "windows_x86_64_msvc", | |
| 107 | 691 ] |
| 692 | |
| 693 [[package]] | |
| 694 name = "windows_aarch64_gnullvm" | |
| 695 version = "0.53.0" | |
| 696 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 697 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |
| 698 | |
| 699 [[package]] | |
| 700 name = "windows_aarch64_msvc" | |
| 701 version = "0.53.0" | |
| 702 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 703 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |
| 704 | |
| 705 [[package]] | |
| 706 name = "windows_i686_gnu" | |
| 707 version = "0.53.0" | |
| 708 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 709 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | |
| 710 | |
| 711 [[package]] | |
| 712 name = "windows_i686_gnullvm" | |
| 713 version = "0.53.0" | |
| 714 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 715 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |
| 716 | |
| 717 [[package]] | |
| 718 name = "windows_i686_msvc" | |
| 719 version = "0.53.0" | |
| 720 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 721 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |
| 722 | |
| 723 [[package]] | |
| 724 name = "windows_x86_64_gnu" | |
| 725 version = "0.53.0" | |
| 726 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 727 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |
| 728 | |
| 729 [[package]] | |
| 730 name = "windows_x86_64_gnullvm" | |
| 731 version = "0.53.0" | |
| 732 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 733 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |
| 734 | |
| 735 [[package]] | |
| 736 name = "windows_x86_64_msvc" | |
| 737 version = "0.53.0" | |
| 738 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 739 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | |
| 740 | |
| 741 [[package]] | |
| 742 name = "winnow" | |
| 743 version = "0.7.11" | |
| 744 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 745 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" | |
| 746 dependencies = [ | |
| 747 "memchr", | |
| 748 ] |
