Mercurial > crates > nonstick
comparison libpam-sys/Cargo.lock @ 135:b52594841480
Split libpam-sys into its own sub-workspace.
Nonstick is basically a normal dependency of libpam-sys.
But libpam-sys is integrated packages that should be versioned together.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Thu, 03 Jul 2025 11:14:49 -0400 |
| parents | |
| children | efbc235f01d3 |
comparison
equal
deleted
inserted
replaced
| 134:6c1e1bdb4164 | 135:b52594841480 |
|---|---|
| 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 = "bindgen" | |
| 16 version = "0.72.0" | |
| 17 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 18 checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" | |
| 19 dependencies = [ | |
| 20 "bitflags 2.9.1", | |
| 21 "cexpr", | |
| 22 "clang-sys", | |
| 23 "itertools", | |
| 24 "log", | |
| 25 "prettyplease", | |
| 26 "proc-macro2", | |
| 27 "quote", | |
| 28 "regex", | |
| 29 "rustc-hash", | |
| 30 "shlex", | |
| 31 "syn", | |
| 32 ] | |
| 33 | |
| 34 [[package]] | |
| 35 name = "bitflags" | |
| 36 version = "1.3.2" | |
| 37 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 38 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
| 39 | |
| 40 [[package]] | |
| 41 name = "bitflags" | |
| 42 version = "2.9.1" | |
| 43 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 44 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | |
| 45 | |
| 46 [[package]] | |
| 47 name = "cc" | |
| 48 version = "1.2.27" | |
| 49 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 50 checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" | |
| 51 dependencies = [ | |
| 52 "shlex", | |
| 53 ] | |
| 54 | |
| 55 [[package]] | |
| 56 name = "cexpr" | |
| 57 version = "0.6.0" | |
| 58 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 59 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" | |
| 60 dependencies = [ | |
| 61 "nom", | |
| 62 ] | |
| 63 | |
| 64 [[package]] | |
| 65 name = "cfg-if" | |
| 66 version = "0.1.10" | |
| 67 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 68 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
| 69 | |
| 70 [[package]] | |
| 71 name = "cfg-if" | |
| 72 version = "1.0.1" | |
| 73 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 74 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" | |
| 75 | |
| 76 [[package]] | |
| 77 name = "clang-sys" | |
| 78 version = "1.8.1" | |
| 79 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 80 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" | |
| 81 dependencies = [ | |
| 82 "glob", | |
| 83 "libc", | |
| 84 "libloading", | |
| 85 ] | |
| 86 | |
| 87 [[package]] | |
| 88 name = "ctest" | |
| 89 version = "0.4.11" | |
| 90 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 91 checksum = "2f18c94d081f9a0355affbeee3f8e677ce206e9aea89b952421f0be6bc588dde" | |
| 92 dependencies = [ | |
| 93 "cc", | |
| 94 "garando_syntax", | |
| 95 "indoc", | |
| 96 "rustc_version", | |
| 97 ] | |
| 98 | |
| 99 [[package]] | |
| 100 name = "dirs" | |
| 101 version = "2.0.2" | |
| 102 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 103 checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" | |
| 104 dependencies = [ | |
| 105 "cfg-if 0.1.10", | |
| 106 "dirs-sys", | |
| 107 ] | |
| 108 | |
| 109 [[package]] | |
| 110 name = "dirs-sys" | |
| 111 version = "0.3.7" | |
| 112 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 113 checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" | |
| 114 dependencies = [ | |
| 115 "libc", | |
| 116 "redox_users", | |
| 117 "winapi", | |
| 118 ] | |
| 119 | |
| 120 [[package]] | |
| 121 name = "either" | |
| 122 version = "1.15.0" | |
| 123 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 124 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
| 125 | |
| 126 [[package]] | |
| 127 name = "equivalent" | |
| 128 version = "1.0.2" | |
| 129 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 130 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| 131 | |
| 132 [[package]] | |
| 133 name = "garando_errors" | |
| 134 version = "0.1.0" | |
| 135 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 136 checksum = "18495ec4aced5922809efe4d2862918ff0e8d75e122bde57bba9bae45965256a" | |
| 137 dependencies = [ | |
| 138 "garando_pos", | |
| 139 "libc", | |
| 140 "serde", | |
| 141 "term", | |
| 142 "unicode-xid", | |
| 143 ] | |
| 144 | |
| 145 [[package]] | |
| 146 name = "garando_pos" | |
| 147 version = "0.1.0" | |
| 148 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 149 checksum = "0c9386fc75dca486daefbbf5a8d2ea6f379237f95c9b982776159cd66f220aaf" | |
| 150 dependencies = [ | |
| 151 "serde", | |
| 152 ] | |
| 153 | |
| 154 [[package]] | |
| 155 name = "garando_syntax" | |
| 156 version = "0.1.1" | |
| 157 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 158 checksum = "1d8a383861d12fc78c251bbcb1ec252dd8338714ce02ab0cc393cfd02f40d32b" | |
| 159 dependencies = [ | |
| 160 "bitflags 1.3.2", | |
| 161 "garando_errors", | |
| 162 "garando_pos", | |
| 163 "log", | |
| 164 "serde", | |
| 165 "serde_json", | |
| 166 "unicode-xid", | |
| 167 ] | |
| 168 | |
| 169 [[package]] | |
| 170 name = "getrandom" | |
| 171 version = "0.2.16" | |
| 172 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 173 checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" | |
| 174 dependencies = [ | |
| 175 "cfg-if 1.0.1", | |
| 176 "libc", | |
| 177 "wasi", | |
| 178 ] | |
| 179 | |
| 180 [[package]] | |
| 181 name = "glob" | |
| 182 version = "0.3.2" | |
| 183 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 184 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | |
| 185 | |
| 186 [[package]] | |
| 187 name = "hashbrown" | |
| 188 version = "0.15.4" | |
| 189 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 190 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" | |
| 191 | |
| 192 [[package]] | |
| 193 name = "indexmap" | |
| 194 version = "2.10.0" | |
| 195 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 196 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" | |
| 197 dependencies = [ | |
| 198 "equivalent", | |
| 199 "hashbrown", | |
| 200 ] | |
| 201 | |
| 202 [[package]] | |
| 203 name = "indoc" | |
| 204 version = "2.0.6" | |
| 205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 206 checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" | |
| 207 | |
| 208 [[package]] | |
| 209 name = "itertools" | |
| 210 version = "0.13.0" | |
| 211 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 212 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | |
| 213 dependencies = [ | |
| 214 "either", | |
| 215 ] | |
| 216 | |
| 217 [[package]] | |
| 218 name = "itoa" | |
| 219 version = "1.0.15" | |
| 220 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 221 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
| 222 | |
| 223 [[package]] | |
| 224 name = "libc" | |
| 225 version = "0.2.174" | |
| 226 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 227 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
| 228 | |
| 229 [[package]] | |
| 230 name = "libloading" | |
| 231 version = "0.8.8" | |
| 232 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 233 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" | |
| 234 dependencies = [ | |
| 235 "cfg-if 1.0.1", | |
| 236 "windows-targets", | |
| 237 ] | |
| 238 | |
| 239 [[package]] | |
| 240 name = "libpam-sys" | |
| 241 version = "0.1.0" | |
| 242 dependencies = [ | |
| 243 "libc", | |
| 244 "num_enum", | |
| 245 ] | |
| 246 | |
| 247 [[package]] | |
| 248 name = "libpam-sys-test" | |
| 249 version = "0.1.0" | |
| 250 dependencies = [ | |
| 251 "bindgen", | |
| 252 "ctest", | |
| 253 "libc", | |
| 254 "libpam-sys", | |
| 255 "proc-macro2", | |
| 256 "quote", | |
| 257 "syn", | |
| 258 ] | |
| 259 | |
| 260 [[package]] | |
| 261 name = "libredox" | |
| 262 version = "0.1.4" | |
| 263 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 264 checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" | |
| 265 dependencies = [ | |
| 266 "bitflags 2.9.1", | |
| 267 "libc", | |
| 268 ] | |
| 269 | |
| 270 [[package]] | |
| 271 name = "log" | |
| 272 version = "0.4.27" | |
| 273 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 274 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |
| 275 | |
| 276 [[package]] | |
| 277 name = "memchr" | |
| 278 version = "2.7.5" | |
| 279 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 280 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
| 281 | |
| 282 [[package]] | |
| 283 name = "minimal-lexical" | |
| 284 version = "0.2.1" | |
| 285 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 286 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
| 287 | |
| 288 [[package]] | |
| 289 name = "nom" | |
| 290 version = "7.1.3" | |
| 291 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 292 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
| 293 dependencies = [ | |
| 294 "memchr", | |
| 295 "minimal-lexical", | |
| 296 ] | |
| 297 | |
| 298 [[package]] | |
| 299 name = "num_enum" | |
| 300 version = "0.7.4" | |
| 301 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 302 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" | |
| 303 dependencies = [ | |
| 304 "num_enum_derive", | |
| 305 "rustversion", | |
| 306 ] | |
| 307 | |
| 308 [[package]] | |
| 309 name = "num_enum_derive" | |
| 310 version = "0.7.4" | |
| 311 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 312 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" | |
| 313 dependencies = [ | |
| 314 "proc-macro-crate", | |
| 315 "proc-macro2", | |
| 316 "quote", | |
| 317 "syn", | |
| 318 ] | |
| 319 | |
| 320 [[package]] | |
| 321 name = "prettyplease" | |
| 322 version = "0.2.35" | |
| 323 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 324 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" | |
| 325 dependencies = [ | |
| 326 "proc-macro2", | |
| 327 "syn", | |
| 328 ] | |
| 329 | |
| 330 [[package]] | |
| 331 name = "proc-macro-crate" | |
| 332 version = "3.3.0" | |
| 333 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 334 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" | |
| 335 dependencies = [ | |
| 336 "toml_edit", | |
| 337 ] | |
| 338 | |
| 339 [[package]] | |
| 340 name = "proc-macro2" | |
| 341 version = "1.0.95" | |
| 342 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 343 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | |
| 344 dependencies = [ | |
| 345 "unicode-ident", | |
| 346 ] | |
| 347 | |
| 348 [[package]] | |
| 349 name = "quote" | |
| 350 version = "1.0.40" | |
| 351 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 352 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
| 353 dependencies = [ | |
| 354 "proc-macro2", | |
| 355 ] | |
| 356 | |
| 357 [[package]] | |
| 358 name = "redox_users" | |
| 359 version = "0.4.6" | |
| 360 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 361 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" | |
| 362 dependencies = [ | |
| 363 "getrandom", | |
| 364 "libredox", | |
| 365 "thiserror", | |
| 366 ] | |
| 367 | |
| 368 [[package]] | |
| 369 name = "regex" | |
| 370 version = "1.11.1" | |
| 371 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 372 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
| 373 dependencies = [ | |
| 374 "aho-corasick", | |
| 375 "memchr", | |
| 376 "regex-automata", | |
| 377 "regex-syntax", | |
| 378 ] | |
| 379 | |
| 380 [[package]] | |
| 381 name = "regex-automata" | |
| 382 version = "0.4.9" | |
| 383 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 384 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
| 385 dependencies = [ | |
| 386 "aho-corasick", | |
| 387 "memchr", | |
| 388 "regex-syntax", | |
| 389 ] | |
| 390 | |
| 391 [[package]] | |
| 392 name = "regex-syntax" | |
| 393 version = "0.8.5" | |
| 394 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 395 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
| 396 | |
| 397 [[package]] | |
| 398 name = "rustc-hash" | |
| 399 version = "2.1.1" | |
| 400 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 401 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
| 402 | |
| 403 [[package]] | |
| 404 name = "rustc_version" | |
| 405 version = "0.4.1" | |
| 406 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 407 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" | |
| 408 dependencies = [ | |
| 409 "semver", | |
| 410 ] | |
| 411 | |
| 412 [[package]] | |
| 413 name = "rustversion" | |
| 414 version = "1.0.21" | |
| 415 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 416 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" | |
| 417 | |
| 418 [[package]] | |
| 419 name = "ryu" | |
| 420 version = "1.0.20" | |
| 421 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 422 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
| 423 | |
| 424 [[package]] | |
| 425 name = "semver" | |
| 426 version = "1.0.26" | |
| 427 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 428 checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" | |
| 429 | |
| 430 [[package]] | |
| 431 name = "serde" | |
| 432 version = "1.0.219" | |
| 433 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 434 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" | |
| 435 dependencies = [ | |
| 436 "serde_derive", | |
| 437 ] | |
| 438 | |
| 439 [[package]] | |
| 440 name = "serde_derive" | |
| 441 version = "1.0.219" | |
| 442 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 443 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" | |
| 444 dependencies = [ | |
| 445 "proc-macro2", | |
| 446 "quote", | |
| 447 "syn", | |
| 448 ] | |
| 449 | |
| 450 [[package]] | |
| 451 name = "serde_json" | |
| 452 version = "1.0.140" | |
| 453 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 454 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | |
| 455 dependencies = [ | |
| 456 "itoa", | |
| 457 "memchr", | |
| 458 "ryu", | |
| 459 "serde", | |
| 460 ] | |
| 461 | |
| 462 [[package]] | |
| 463 name = "shlex" | |
| 464 version = "1.3.0" | |
| 465 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 466 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| 467 | |
| 468 [[package]] | |
| 469 name = "syn" | |
| 470 version = "2.0.104" | |
| 471 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 472 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | |
| 473 dependencies = [ | |
| 474 "proc-macro2", | |
| 475 "quote", | |
| 476 "unicode-ident", | |
| 477 ] | |
| 478 | |
| 479 [[package]] | |
| 480 name = "term" | |
| 481 version = "0.6.1" | |
| 482 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 483 checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5" | |
| 484 dependencies = [ | |
| 485 "dirs", | |
| 486 "winapi", | |
| 487 ] | |
| 488 | |
| 489 [[package]] | |
| 490 name = "thiserror" | |
| 491 version = "1.0.69" | |
| 492 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 493 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" | |
| 494 dependencies = [ | |
| 495 "thiserror-impl", | |
| 496 ] | |
| 497 | |
| 498 [[package]] | |
| 499 name = "thiserror-impl" | |
| 500 version = "1.0.69" | |
| 501 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 502 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" | |
| 503 dependencies = [ | |
| 504 "proc-macro2", | |
| 505 "quote", | |
| 506 "syn", | |
| 507 ] | |
| 508 | |
| 509 [[package]] | |
| 510 name = "toml_datetime" | |
| 511 version = "0.6.11" | |
| 512 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 513 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
| 514 | |
| 515 [[package]] | |
| 516 name = "toml_edit" | |
| 517 version = "0.22.27" | |
| 518 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 519 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
| 520 dependencies = [ | |
| 521 "indexmap", | |
| 522 "toml_datetime", | |
| 523 "winnow", | |
| 524 ] | |
| 525 | |
| 526 [[package]] | |
| 527 name = "unicode-ident" | |
| 528 version = "1.0.18" | |
| 529 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 530 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
| 531 | |
| 532 [[package]] | |
| 533 name = "unicode-xid" | |
| 534 version = "0.2.6" | |
| 535 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 536 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" | |
| 537 | |
| 538 [[package]] | |
| 539 name = "wasi" | |
| 540 version = "0.11.1+wasi-snapshot-preview1" | |
| 541 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 542 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | |
| 543 | |
| 544 [[package]] | |
| 545 name = "winapi" | |
| 546 version = "0.3.9" | |
| 547 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 548 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| 549 dependencies = [ | |
| 550 "winapi-i686-pc-windows-gnu", | |
| 551 "winapi-x86_64-pc-windows-gnu", | |
| 552 ] | |
| 553 | |
| 554 [[package]] | |
| 555 name = "winapi-i686-pc-windows-gnu" | |
| 556 version = "0.4.0" | |
| 557 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 558 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
| 559 | |
| 560 [[package]] | |
| 561 name = "winapi-x86_64-pc-windows-gnu" | |
| 562 version = "0.4.0" | |
| 563 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 564 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
| 565 | |
| 566 [[package]] | |
| 567 name = "windows-targets" | |
| 568 version = "0.53.2" | |
| 569 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 570 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" | |
| 571 dependencies = [ | |
| 572 "windows_aarch64_gnullvm", | |
| 573 "windows_aarch64_msvc", | |
| 574 "windows_i686_gnu", | |
| 575 "windows_i686_gnullvm", | |
| 576 "windows_i686_msvc", | |
| 577 "windows_x86_64_gnu", | |
| 578 "windows_x86_64_gnullvm", | |
| 579 "windows_x86_64_msvc", | |
| 580 ] | |
| 581 | |
| 582 [[package]] | |
| 583 name = "windows_aarch64_gnullvm" | |
| 584 version = "0.53.0" | |
| 585 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 586 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |
| 587 | |
| 588 [[package]] | |
| 589 name = "windows_aarch64_msvc" | |
| 590 version = "0.53.0" | |
| 591 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 592 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |
| 593 | |
| 594 [[package]] | |
| 595 name = "windows_i686_gnu" | |
| 596 version = "0.53.0" | |
| 597 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 598 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | |
| 599 | |
| 600 [[package]] | |
| 601 name = "windows_i686_gnullvm" | |
| 602 version = "0.53.0" | |
| 603 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 604 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |
| 605 | |
| 606 [[package]] | |
| 607 name = "windows_i686_msvc" | |
| 608 version = "0.53.0" | |
| 609 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 610 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |
| 611 | |
| 612 [[package]] | |
| 613 name = "windows_x86_64_gnu" | |
| 614 version = "0.53.0" | |
| 615 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 616 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |
| 617 | |
| 618 [[package]] | |
| 619 name = "windows_x86_64_gnullvm" | |
| 620 version = "0.53.0" | |
| 621 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 622 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |
| 623 | |
| 624 [[package]] | |
| 625 name = "windows_x86_64_msvc" | |
| 626 version = "0.53.0" | |
| 627 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 628 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | |
| 629 | |
| 630 [[package]] | |
| 631 name = "winnow" | |
| 632 version = "0.7.11" | |
| 633 source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 634 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" | |
| 635 dependencies = [ | |
| 636 "memchr", | |
| 637 ] |
