Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

commit the lock file

+831 -1
-1
.gitignore
··· 1 1 /target 2 - /Cargo.lock
+831
Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "anstream" 7 + version = "0.3.2" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 10 + dependencies = [ 11 + "anstyle", 12 + "anstyle-parse", 13 + "anstyle-query", 14 + "anstyle-wincon", 15 + "colorchoice", 16 + "is-terminal", 17 + "utf8parse", 18 + ] 19 + 20 + [[package]] 21 + name = "anstyle" 22 + version = "1.0.1" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 25 + 26 + [[package]] 27 + name = "anstyle-parse" 28 + version = "0.2.1" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 31 + dependencies = [ 32 + "utf8parse", 33 + ] 34 + 35 + [[package]] 36 + name = "anstyle-query" 37 + version = "1.0.0" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 40 + dependencies = [ 41 + "windows-sys", 42 + ] 43 + 44 + [[package]] 45 + name = "anstyle-wincon" 46 + version = "1.0.1" 47 + source = "registry+https://github.com/rust-lang/crates.io-index" 48 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 49 + dependencies = [ 50 + "anstyle", 51 + "windows-sys", 52 + ] 53 + 54 + [[package]] 55 + name = "anyhow" 56 + version = "1.0.72" 57 + source = "registry+https://github.com/rust-lang/crates.io-index" 58 + checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 59 + 60 + [[package]] 61 + name = "base64" 62 + version = "0.13.1" 63 + source = "registry+https://github.com/rust-lang/crates.io-index" 64 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 65 + 66 + [[package]] 67 + name = "bcrypt-pbkdf" 68 + version = "0.7.2" 69 + source = "registry+https://github.com/rust-lang/crates.io-index" 70 + checksum = "4bde65b3c84000288c0abe8aa601a4b7c40b0dbbb7d144dd6c712ed9796e1fd5" 71 + dependencies = [ 72 + "blowfish", 73 + "hex-literal", 74 + "pbkdf2", 75 + "sha2 0.10.7", 76 + ] 77 + 78 + [[package]] 79 + name = "bitflags" 80 + version = "1.3.2" 81 + source = "registry+https://github.com/rust-lang/crates.io-index" 82 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 83 + 84 + [[package]] 85 + name = "bitflags" 86 + version = "2.3.3" 87 + source = "registry+https://github.com/rust-lang/crates.io-index" 88 + checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 89 + 90 + [[package]] 91 + name = "block-buffer" 92 + version = "0.9.0" 93 + source = "registry+https://github.com/rust-lang/crates.io-index" 94 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 95 + dependencies = [ 96 + "generic-array", 97 + ] 98 + 99 + [[package]] 100 + name = "block-buffer" 101 + version = "0.10.4" 102 + source = "registry+https://github.com/rust-lang/crates.io-index" 103 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 104 + dependencies = [ 105 + "generic-array", 106 + ] 107 + 108 + [[package]] 109 + name = "blowfish" 110 + version = "0.8.0" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "fe3ff3fc1de48c1ac2e3341c4df38b0d1bfb8fdf04632a187c8b75aaa319a7ab" 113 + dependencies = [ 114 + "byteorder", 115 + "cipher", 116 + "opaque-debug", 117 + ] 118 + 119 + [[package]] 120 + name = "byteorder" 121 + version = "1.4.3" 122 + source = "registry+https://github.com/rust-lang/crates.io-index" 123 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 124 + 125 + [[package]] 126 + name = "cc" 127 + version = "1.0.79" 128 + source = "registry+https://github.com/rust-lang/crates.io-index" 129 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 130 + dependencies = [ 131 + "jobserver", 132 + ] 133 + 134 + [[package]] 135 + name = "cfg-if" 136 + version = "1.0.0" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 139 + 140 + [[package]] 141 + name = "cipher" 142 + version = "0.3.0" 143 + source = "registry+https://github.com/rust-lang/crates.io-index" 144 + checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 145 + dependencies = [ 146 + "generic-array", 147 + ] 148 + 149 + [[package]] 150 + name = "clap" 151 + version = "4.3.17" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "5b0827b011f6f8ab38590295339817b0d26f344aa4932c3ced71b45b0c54b4a9" 154 + dependencies = [ 155 + "clap_builder", 156 + "clap_derive", 157 + "once_cell", 158 + ] 159 + 160 + [[package]] 161 + name = "clap_builder" 162 + version = "4.3.17" 163 + source = "registry+https://github.com/rust-lang/crates.io-index" 164 + checksum = "9441b403be87be858db6a23edb493e7f694761acdc3343d5a0fcaafd304cbc9e" 165 + dependencies = [ 166 + "anstream", 167 + "anstyle", 168 + "clap_lex", 169 + "strsim", 170 + ] 171 + 172 + [[package]] 173 + name = "clap_derive" 174 + version = "4.3.12" 175 + source = "registry+https://github.com/rust-lang/crates.io-index" 176 + checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" 177 + dependencies = [ 178 + "heck", 179 + "proc-macro2", 180 + "quote", 181 + "syn", 182 + ] 183 + 184 + [[package]] 185 + name = "clap_lex" 186 + version = "0.5.0" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 189 + 190 + [[package]] 191 + name = "colorchoice" 192 + version = "1.0.0" 193 + source = "registry+https://github.com/rust-lang/crates.io-index" 194 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 195 + 196 + [[package]] 197 + name = "cpufeatures" 198 + version = "0.2.9" 199 + source = "registry+https://github.com/rust-lang/crates.io-index" 200 + checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 201 + dependencies = [ 202 + "libc", 203 + ] 204 + 205 + [[package]] 206 + name = "crypto-common" 207 + version = "0.1.6" 208 + source = "registry+https://github.com/rust-lang/crates.io-index" 209 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 210 + dependencies = [ 211 + "generic-array", 212 + "typenum", 213 + ] 214 + 215 + [[package]] 216 + name = "curve25519-dalek" 217 + version = "3.2.0" 218 + source = "registry+https://github.com/rust-lang/crates.io-index" 219 + checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" 220 + dependencies = [ 221 + "byteorder", 222 + "digest 0.9.0", 223 + "rand_core", 224 + "subtle", 225 + "zeroize", 226 + ] 227 + 228 + [[package]] 229 + name = "digest" 230 + version = "0.9.0" 231 + source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 233 + dependencies = [ 234 + "generic-array", 235 + ] 236 + 237 + [[package]] 238 + name = "digest" 239 + version = "0.10.7" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 242 + dependencies = [ 243 + "block-buffer 0.10.4", 244 + "crypto-common", 245 + "subtle", 246 + ] 247 + 248 + [[package]] 249 + name = "ed25519" 250 + version = "1.5.3" 251 + source = "registry+https://github.com/rust-lang/crates.io-index" 252 + checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" 253 + dependencies = [ 254 + "signature", 255 + ] 256 + 257 + [[package]] 258 + name = "ed25519-dalek" 259 + version = "1.0.1" 260 + source = "registry+https://github.com/rust-lang/crates.io-index" 261 + checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" 262 + dependencies = [ 263 + "curve25519-dalek", 264 + "ed25519", 265 + "rand", 266 + "sha2 0.9.9", 267 + "zeroize", 268 + ] 269 + 270 + [[package]] 271 + name = "errno" 272 + version = "0.3.1" 273 + source = "registry+https://github.com/rust-lang/crates.io-index" 274 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 275 + dependencies = [ 276 + "errno-dragonfly", 277 + "libc", 278 + "windows-sys", 279 + ] 280 + 281 + [[package]] 282 + name = "errno-dragonfly" 283 + version = "0.1.2" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 286 + dependencies = [ 287 + "cc", 288 + "libc", 289 + ] 290 + 291 + [[package]] 292 + name = "form_urlencoded" 293 + version = "1.2.0" 294 + source = "registry+https://github.com/rust-lang/crates.io-index" 295 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 296 + dependencies = [ 297 + "percent-encoding", 298 + ] 299 + 300 + [[package]] 301 + name = "generic-array" 302 + version = "0.14.7" 303 + source = "registry+https://github.com/rust-lang/crates.io-index" 304 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 305 + dependencies = [ 306 + "typenum", 307 + "version_check", 308 + ] 309 + 310 + [[package]] 311 + name = "git-signify" 312 + version = "0.1.0" 313 + dependencies = [ 314 + "anyhow", 315 + "clap", 316 + "git2", 317 + "libsignify", 318 + "rpassword", 319 + "zeroize", 320 + ] 321 + 322 + [[package]] 323 + name = "git2" 324 + version = "0.17.2" 325 + source = "registry+https://github.com/rust-lang/crates.io-index" 326 + checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" 327 + dependencies = [ 328 + "bitflags 1.3.2", 329 + "libc", 330 + "libgit2-sys", 331 + "log", 332 + "openssl-probe", 333 + "openssl-sys", 334 + "url", 335 + ] 336 + 337 + [[package]] 338 + name = "heck" 339 + version = "0.4.1" 340 + source = "registry+https://github.com/rust-lang/crates.io-index" 341 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 342 + 343 + [[package]] 344 + name = "hermit-abi" 345 + version = "0.3.2" 346 + source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 348 + 349 + [[package]] 350 + name = "hex-literal" 351 + version = "0.3.4" 352 + source = "registry+https://github.com/rust-lang/crates.io-index" 353 + checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" 354 + 355 + [[package]] 356 + name = "idna" 357 + version = "0.4.0" 358 + source = "registry+https://github.com/rust-lang/crates.io-index" 359 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 360 + dependencies = [ 361 + "unicode-bidi", 362 + "unicode-normalization", 363 + ] 364 + 365 + [[package]] 366 + name = "is-terminal" 367 + version = "0.4.9" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 370 + dependencies = [ 371 + "hermit-abi", 372 + "rustix", 373 + "windows-sys", 374 + ] 375 + 376 + [[package]] 377 + name = "jobserver" 378 + version = "0.1.26" 379 + source = "registry+https://github.com/rust-lang/crates.io-index" 380 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 381 + dependencies = [ 382 + "libc", 383 + ] 384 + 385 + [[package]] 386 + name = "libc" 387 + version = "0.2.147" 388 + source = "registry+https://github.com/rust-lang/crates.io-index" 389 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 390 + 391 + [[package]] 392 + name = "libgit2-sys" 393 + version = "0.15.2+1.6.4" 394 + source = "registry+https://github.com/rust-lang/crates.io-index" 395 + checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" 396 + dependencies = [ 397 + "cc", 398 + "libc", 399 + "libssh2-sys", 400 + "libz-sys", 401 + "openssl-sys", 402 + "pkg-config", 403 + ] 404 + 405 + [[package]] 406 + name = "libsignify" 407 + version = "0.5.3" 408 + source = "git+https://github.com/badboy/signify-rs?rev=01bd2fd4c3aad5fb5484cf41210c9e5bbe0a91cf#01bd2fd4c3aad5fb5484cf41210c9e5bbe0a91cf" 409 + dependencies = [ 410 + "base64", 411 + "bcrypt-pbkdf", 412 + "ed25519", 413 + "ed25519-dalek", 414 + "rand_core", 415 + "zeroize", 416 + ] 417 + 418 + [[package]] 419 + name = "libssh2-sys" 420 + version = "0.3.0" 421 + source = "registry+https://github.com/rust-lang/crates.io-index" 422 + checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" 423 + dependencies = [ 424 + "cc", 425 + "libc", 426 + "libz-sys", 427 + "openssl-sys", 428 + "pkg-config", 429 + "vcpkg", 430 + ] 431 + 432 + [[package]] 433 + name = "libz-sys" 434 + version = "1.1.9" 435 + source = "registry+https://github.com/rust-lang/crates.io-index" 436 + checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 437 + dependencies = [ 438 + "cc", 439 + "libc", 440 + "pkg-config", 441 + "vcpkg", 442 + ] 443 + 444 + [[package]] 445 + name = "linux-raw-sys" 446 + version = "0.4.3" 447 + source = "registry+https://github.com/rust-lang/crates.io-index" 448 + checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 449 + 450 + [[package]] 451 + name = "log" 452 + version = "0.4.19" 453 + source = "registry+https://github.com/rust-lang/crates.io-index" 454 + checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 455 + 456 + [[package]] 457 + name = "once_cell" 458 + version = "1.18.0" 459 + source = "registry+https://github.com/rust-lang/crates.io-index" 460 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 461 + 462 + [[package]] 463 + name = "opaque-debug" 464 + version = "0.3.0" 465 + source = "registry+https://github.com/rust-lang/crates.io-index" 466 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 467 + 468 + [[package]] 469 + name = "openssl-probe" 470 + version = "0.1.5" 471 + source = "registry+https://github.com/rust-lang/crates.io-index" 472 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 473 + 474 + [[package]] 475 + name = "openssl-sys" 476 + version = "0.9.90" 477 + source = "registry+https://github.com/rust-lang/crates.io-index" 478 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 479 + dependencies = [ 480 + "cc", 481 + "libc", 482 + "pkg-config", 483 + "vcpkg", 484 + ] 485 + 486 + [[package]] 487 + name = "pbkdf2" 488 + version = "0.10.1" 489 + source = "registry+https://github.com/rust-lang/crates.io-index" 490 + checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7" 491 + dependencies = [ 492 + "digest 0.10.7", 493 + ] 494 + 495 + [[package]] 496 + name = "percent-encoding" 497 + version = "2.3.0" 498 + source = "registry+https://github.com/rust-lang/crates.io-index" 499 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 500 + 501 + [[package]] 502 + name = "pkg-config" 503 + version = "0.3.27" 504 + source = "registry+https://github.com/rust-lang/crates.io-index" 505 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 506 + 507 + [[package]] 508 + name = "ppv-lite86" 509 + version = "0.2.17" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 512 + 513 + [[package]] 514 + name = "proc-macro2" 515 + version = "1.0.66" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 518 + dependencies = [ 519 + "unicode-ident", 520 + ] 521 + 522 + [[package]] 523 + name = "quote" 524 + version = "1.0.31" 525 + source = "registry+https://github.com/rust-lang/crates.io-index" 526 + checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" 527 + dependencies = [ 528 + "proc-macro2", 529 + ] 530 + 531 + [[package]] 532 + name = "rand" 533 + version = "0.7.3" 534 + source = "registry+https://github.com/rust-lang/crates.io-index" 535 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 536 + dependencies = [ 537 + "rand_chacha", 538 + "rand_core", 539 + "rand_hc", 540 + ] 541 + 542 + [[package]] 543 + name = "rand_chacha" 544 + version = "0.2.2" 545 + source = "registry+https://github.com/rust-lang/crates.io-index" 546 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 547 + dependencies = [ 548 + "ppv-lite86", 549 + "rand_core", 550 + ] 551 + 552 + [[package]] 553 + name = "rand_core" 554 + version = "0.5.1" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 557 + 558 + [[package]] 559 + name = "rand_hc" 560 + version = "0.2.0" 561 + source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 563 + dependencies = [ 564 + "rand_core", 565 + ] 566 + 567 + [[package]] 568 + name = "rpassword" 569 + version = "7.2.0" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" 572 + dependencies = [ 573 + "libc", 574 + "rtoolbox", 575 + "winapi", 576 + ] 577 + 578 + [[package]] 579 + name = "rtoolbox" 580 + version = "0.0.1" 581 + source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" 583 + dependencies = [ 584 + "libc", 585 + "winapi", 586 + ] 587 + 588 + [[package]] 589 + name = "rustix" 590 + version = "0.38.4" 591 + source = "registry+https://github.com/rust-lang/crates.io-index" 592 + checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 593 + dependencies = [ 594 + "bitflags 2.3.3", 595 + "errno", 596 + "libc", 597 + "linux-raw-sys", 598 + "windows-sys", 599 + ] 600 + 601 + [[package]] 602 + name = "sha2" 603 + version = "0.9.9" 604 + source = "registry+https://github.com/rust-lang/crates.io-index" 605 + checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 606 + dependencies = [ 607 + "block-buffer 0.9.0", 608 + "cfg-if", 609 + "cpufeatures", 610 + "digest 0.9.0", 611 + "opaque-debug", 612 + ] 613 + 614 + [[package]] 615 + name = "sha2" 616 + version = "0.10.7" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 619 + dependencies = [ 620 + "cfg-if", 621 + "cpufeatures", 622 + "digest 0.10.7", 623 + ] 624 + 625 + [[package]] 626 + name = "signature" 627 + version = "1.6.4" 628 + source = "registry+https://github.com/rust-lang/crates.io-index" 629 + checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 630 + 631 + [[package]] 632 + name = "strsim" 633 + version = "0.10.0" 634 + source = "registry+https://github.com/rust-lang/crates.io-index" 635 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 636 + 637 + [[package]] 638 + name = "subtle" 639 + version = "2.5.0" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 642 + 643 + [[package]] 644 + name = "syn" 645 + version = "2.0.26" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" 648 + dependencies = [ 649 + "proc-macro2", 650 + "quote", 651 + "unicode-ident", 652 + ] 653 + 654 + [[package]] 655 + name = "tinyvec" 656 + version = "1.6.0" 657 + source = "registry+https://github.com/rust-lang/crates.io-index" 658 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 659 + dependencies = [ 660 + "tinyvec_macros", 661 + ] 662 + 663 + [[package]] 664 + name = "tinyvec_macros" 665 + version = "0.1.1" 666 + source = "registry+https://github.com/rust-lang/crates.io-index" 667 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 668 + 669 + [[package]] 670 + name = "typenum" 671 + version = "1.16.0" 672 + source = "registry+https://github.com/rust-lang/crates.io-index" 673 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 674 + 675 + [[package]] 676 + name = "unicode-bidi" 677 + version = "0.3.13" 678 + source = "registry+https://github.com/rust-lang/crates.io-index" 679 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 680 + 681 + [[package]] 682 + name = "unicode-ident" 683 + version = "1.0.11" 684 + source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 686 + 687 + [[package]] 688 + name = "unicode-normalization" 689 + version = "0.1.22" 690 + source = "registry+https://github.com/rust-lang/crates.io-index" 691 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 692 + dependencies = [ 693 + "tinyvec", 694 + ] 695 + 696 + [[package]] 697 + name = "url" 698 + version = "2.4.0" 699 + source = "registry+https://github.com/rust-lang/crates.io-index" 700 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 701 + dependencies = [ 702 + "form_urlencoded", 703 + "idna", 704 + "percent-encoding", 705 + ] 706 + 707 + [[package]] 708 + name = "utf8parse" 709 + version = "0.2.1" 710 + source = "registry+https://github.com/rust-lang/crates.io-index" 711 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 712 + 713 + [[package]] 714 + name = "vcpkg" 715 + version = "0.2.15" 716 + source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 718 + 719 + [[package]] 720 + name = "version_check" 721 + version = "0.9.4" 722 + source = "registry+https://github.com/rust-lang/crates.io-index" 723 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 724 + 725 + [[package]] 726 + name = "winapi" 727 + version = "0.3.9" 728 + source = "registry+https://github.com/rust-lang/crates.io-index" 729 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 730 + dependencies = [ 731 + "winapi-i686-pc-windows-gnu", 732 + "winapi-x86_64-pc-windows-gnu", 733 + ] 734 + 735 + [[package]] 736 + name = "winapi-i686-pc-windows-gnu" 737 + version = "0.4.0" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 740 + 741 + [[package]] 742 + name = "winapi-x86_64-pc-windows-gnu" 743 + version = "0.4.0" 744 + source = "registry+https://github.com/rust-lang/crates.io-index" 745 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 746 + 747 + [[package]] 748 + name = "windows-sys" 749 + version = "0.48.0" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 752 + dependencies = [ 753 + "windows-targets", 754 + ] 755 + 756 + [[package]] 757 + name = "windows-targets" 758 + version = "0.48.1" 759 + source = "registry+https://github.com/rust-lang/crates.io-index" 760 + checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 761 + dependencies = [ 762 + "windows_aarch64_gnullvm", 763 + "windows_aarch64_msvc", 764 + "windows_i686_gnu", 765 + "windows_i686_msvc", 766 + "windows_x86_64_gnu", 767 + "windows_x86_64_gnullvm", 768 + "windows_x86_64_msvc", 769 + ] 770 + 771 + [[package]] 772 + name = "windows_aarch64_gnullvm" 773 + version = "0.48.0" 774 + source = "registry+https://github.com/rust-lang/crates.io-index" 775 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 776 + 777 + [[package]] 778 + name = "windows_aarch64_msvc" 779 + version = "0.48.0" 780 + source = "registry+https://github.com/rust-lang/crates.io-index" 781 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 782 + 783 + [[package]] 784 + name = "windows_i686_gnu" 785 + version = "0.48.0" 786 + source = "registry+https://github.com/rust-lang/crates.io-index" 787 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 788 + 789 + [[package]] 790 + name = "windows_i686_msvc" 791 + version = "0.48.0" 792 + source = "registry+https://github.com/rust-lang/crates.io-index" 793 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 794 + 795 + [[package]] 796 + name = "windows_x86_64_gnu" 797 + version = "0.48.0" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 800 + 801 + [[package]] 802 + name = "windows_x86_64_gnullvm" 803 + version = "0.48.0" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 806 + 807 + [[package]] 808 + name = "windows_x86_64_msvc" 809 + version = "0.48.0" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 812 + 813 + [[package]] 814 + name = "zeroize" 815 + version = "1.6.0" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" 818 + dependencies = [ 819 + "zeroize_derive", 820 + ] 821 + 822 + [[package]] 823 + name = "zeroize_derive" 824 + version = "1.4.2" 825 + source = "registry+https://github.com/rust-lang/crates.io-index" 826 + checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 827 + dependencies = [ 828 + "proc-macro2", 829 + "quote", 830 + "syn", 831 + ]