this repo has no description
0
fork

Configure Feed

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

at mrrow 795 lines 21 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "android-tzdata" 16version = "0.1.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 19 20[[package]] 21name = "android_system_properties" 22version = "0.1.5" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25dependencies = [ 26 "libc", 27] 28 29[[package]] 30name = "anstyle" 31version = "1.0.11" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 34 35[[package]] 36name = "autocfg" 37version = "1.5.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 40 41[[package]] 42name = "bitflags" 43version = "2.9.4" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 46 47[[package]] 48name = "bumpalo" 49version = "3.19.0" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 52 53[[package]] 54name = "byteorder" 55version = "1.5.0" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 58 59[[package]] 60name = "cc" 61version = "1.2.36" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" 64dependencies = [ 65 "find-msvc-tools", 66 "shlex", 67] 68 69[[package]] 70name = "cfg-if" 71version = "1.0.3" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 74 75[[package]] 76name = "chrono" 77version = "0.4.41" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 80dependencies = [ 81 "android-tzdata", 82 "iana-time-zone", 83 "num-traits", 84 "windows-link 0.1.3", 85] 86 87[[package]] 88name = "clap" 89version = "4.5.47" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" 92dependencies = [ 93 "clap_builder", 94 "clap_derive", 95] 96 97[[package]] 98name = "clap_builder" 99version = "4.5.47" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" 102dependencies = [ 103 "anstyle", 104 "clap_lex", 105] 106 107[[package]] 108name = "clap_derive" 109version = "4.5.47" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 112dependencies = [ 113 "heck", 114 "proc-macro2", 115 "quote", 116 "syn", 117] 118 119[[package]] 120name = "clap_lex" 121version = "0.7.5" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 124 125[[package]] 126name = "core-foundation-sys" 127version = "0.8.7" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 130 131[[package]] 132name = "dirs" 133version = "6.0.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 136dependencies = [ 137 "dirs-sys", 138] 139 140[[package]] 141name = "dirs-sys" 142version = "0.5.0" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 145dependencies = [ 146 "libc", 147 "option-ext", 148 "redox_users", 149 "windows-sys 0.61.0", 150] 151 152[[package]] 153name = "find-msvc-tools" 154version = "0.1.1" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" 157 158[[package]] 159name = "fire-tricks" 160version = "0.1.0" 161dependencies = [ 162 "chrono", 163 "clap", 164 "dirs", 165 "libmarshm", 166 "minreq", 167 "regashii", 168 "serde", 169 "toml", 170] 171 172[[package]] 173name = "getrandom" 174version = "0.2.16" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 177dependencies = [ 178 "cfg-if", 179 "libc", 180 "wasi", 181] 182 183[[package]] 184name = "heck" 185version = "0.5.0" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 188 189[[package]] 190name = "iana-time-zone" 191version = "0.1.63" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 194dependencies = [ 195 "android_system_properties", 196 "core-foundation-sys", 197 "iana-time-zone-haiku", 198 "js-sys", 199 "log", 200 "wasm-bindgen", 201 "windows-core", 202] 203 204[[package]] 205name = "iana-time-zone-haiku" 206version = "0.1.2" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 209dependencies = [ 210 "cc", 211] 212 213[[package]] 214name = "js-sys" 215version = "0.3.78" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" 218dependencies = [ 219 "once_cell", 220 "wasm-bindgen", 221] 222 223[[package]] 224name = "libc" 225version = "0.2.175" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 228 229[[package]] 230name = "libmarshm" 231version = "0.1.0" 232dependencies = [ 233 "dirs", 234] 235 236[[package]] 237name = "libredox" 238version = "0.1.9" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" 241dependencies = [ 242 "bitflags", 243 "libc", 244] 245 246[[package]] 247name = "log" 248version = "0.4.28" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 251 252[[package]] 253name = "memchr" 254version = "2.7.5" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 257 258[[package]] 259name = "minimal-lexical" 260version = "0.2.1" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 263 264[[package]] 265name = "minreq" 266version = "2.14.1" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "05015102dad0f7d61691ca347e9d9d9006685a64aefb3d79eecf62665de2153d" 269dependencies = [ 270 "rustls", 271 "rustls-webpki", 272 "urlencoding", 273 "webpki-roots", 274] 275 276[[package]] 277name = "nom" 278version = "7.1.3" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 281dependencies = [ 282 "memchr", 283 "minimal-lexical", 284] 285 286[[package]] 287name = "num-traits" 288version = "0.2.19" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 291dependencies = [ 292 "autocfg", 293] 294 295[[package]] 296name = "once_cell" 297version = "1.21.3" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 300 301[[package]] 302name = "option-ext" 303version = "0.2.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 306 307[[package]] 308name = "proc-macro2" 309version = "1.0.95" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 312dependencies = [ 313 "unicode-ident", 314] 315 316[[package]] 317name = "quote" 318version = "1.0.40" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 321dependencies = [ 322 "proc-macro2", 323] 324 325[[package]] 326name = "redox_users" 327version = "0.5.2" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 330dependencies = [ 331 "getrandom", 332 "libredox", 333 "thiserror 2.0.16", 334] 335 336[[package]] 337name = "regashii" 338version = "0.4.0" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "6e09a62e9c71f2e75cfce6dfdf007c2a40168d5bd762d1f7ef6ed60144f37f67" 341dependencies = [ 342 "nom", 343 "regex", 344 "thiserror 1.0.69", 345 "utf16string", 346] 347 348[[package]] 349name = "regex" 350version = "1.11.2" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 353dependencies = [ 354 "aho-corasick", 355 "memchr", 356 "regex-automata", 357 "regex-syntax", 358] 359 360[[package]] 361name = "regex-automata" 362version = "0.4.10" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" 365dependencies = [ 366 "aho-corasick", 367 "memchr", 368 "regex-syntax", 369] 370 371[[package]] 372name = "regex-syntax" 373version = "0.8.6" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 376 377[[package]] 378name = "ring" 379version = "0.17.14" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 382dependencies = [ 383 "cc", 384 "cfg-if", 385 "getrandom", 386 "libc", 387 "untrusted", 388 "windows-sys 0.52.0", 389] 390 391[[package]] 392name = "rustls" 393version = "0.21.12" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 396dependencies = [ 397 "log", 398 "ring", 399 "rustls-webpki", 400 "sct", 401] 402 403[[package]] 404name = "rustls-webpki" 405version = "0.101.7" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 408dependencies = [ 409 "ring", 410 "untrusted", 411] 412 413[[package]] 414name = "rustversion" 415version = "1.0.22" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 418 419[[package]] 420name = "sct" 421version = "0.7.1" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 424dependencies = [ 425 "ring", 426 "untrusted", 427] 428 429[[package]] 430name = "serde" 431version = "1.0.219" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 434dependencies = [ 435 "serde_derive", 436] 437 438[[package]] 439name = "serde_derive" 440version = "1.0.219" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 443dependencies = [ 444 "proc-macro2", 445 "quote", 446 "syn", 447] 448 449[[package]] 450name = "serde_spanned" 451version = "1.0.0" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83" 454dependencies = [ 455 "serde", 456] 457 458[[package]] 459name = "shlex" 460version = "1.3.0" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 463 464[[package]] 465name = "syn" 466version = "2.0.104" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 469dependencies = [ 470 "proc-macro2", 471 "quote", 472 "unicode-ident", 473] 474 475[[package]] 476name = "thiserror" 477version = "1.0.69" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 480dependencies = [ 481 "thiserror-impl 1.0.69", 482] 483 484[[package]] 485name = "thiserror" 486version = "2.0.16" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 489dependencies = [ 490 "thiserror-impl 2.0.16", 491] 492 493[[package]] 494name = "thiserror-impl" 495version = "1.0.69" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 498dependencies = [ 499 "proc-macro2", 500 "quote", 501 "syn", 502] 503 504[[package]] 505name = "thiserror-impl" 506version = "2.0.16" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 509dependencies = [ 510 "proc-macro2", 511 "quote", 512 "syn", 513] 514 515[[package]] 516name = "toml" 517version = "0.9.5" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8" 520dependencies = [ 521 "serde", 522 "serde_spanned", 523 "toml_datetime", 524 "toml_parser", 525 "winnow", 526] 527 528[[package]] 529name = "toml_datetime" 530version = "0.7.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3" 533dependencies = [ 534 "serde", 535] 536 537[[package]] 538name = "toml_parser" 539version = "1.0.2" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" 542dependencies = [ 543 "winnow", 544] 545 546[[package]] 547name = "unicode-ident" 548version = "1.0.18" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 551 552[[package]] 553name = "untrusted" 554version = "0.9.0" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 557 558[[package]] 559name = "urlencoding" 560version = "2.1.3" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 563 564[[package]] 565name = "utf16string" 566version = "0.2.0" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "0b62a1e85e12d5d712bf47a85f426b73d303e2d00a90de5f3004df3596e9d216" 569dependencies = [ 570 "byteorder", 571] 572 573[[package]] 574name = "wasi" 575version = "0.11.1+wasi-snapshot-preview1" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 578 579[[package]] 580name = "wasm-bindgen" 581version = "0.2.101" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" 584dependencies = [ 585 "cfg-if", 586 "once_cell", 587 "rustversion", 588 "wasm-bindgen-macro", 589 "wasm-bindgen-shared", 590] 591 592[[package]] 593name = "wasm-bindgen-backend" 594version = "0.2.101" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" 597dependencies = [ 598 "bumpalo", 599 "log", 600 "proc-macro2", 601 "quote", 602 "syn", 603 "wasm-bindgen-shared", 604] 605 606[[package]] 607name = "wasm-bindgen-macro" 608version = "0.2.101" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" 611dependencies = [ 612 "quote", 613 "wasm-bindgen-macro-support", 614] 615 616[[package]] 617name = "wasm-bindgen-macro-support" 618version = "0.2.101" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" 621dependencies = [ 622 "proc-macro2", 623 "quote", 624 "syn", 625 "wasm-bindgen-backend", 626 "wasm-bindgen-shared", 627] 628 629[[package]] 630name = "wasm-bindgen-shared" 631version = "0.2.101" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" 634dependencies = [ 635 "unicode-ident", 636] 637 638[[package]] 639name = "webpki-roots" 640version = "0.25.4" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 643 644[[package]] 645name = "windows-core" 646version = "0.61.2" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 649dependencies = [ 650 "windows-implement", 651 "windows-interface", 652 "windows-link 0.1.3", 653 "windows-result", 654 "windows-strings", 655] 656 657[[package]] 658name = "windows-implement" 659version = "0.60.0" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 662dependencies = [ 663 "proc-macro2", 664 "quote", 665 "syn", 666] 667 668[[package]] 669name = "windows-interface" 670version = "0.59.1" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 673dependencies = [ 674 "proc-macro2", 675 "quote", 676 "syn", 677] 678 679[[package]] 680name = "windows-link" 681version = "0.1.3" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 684 685[[package]] 686name = "windows-link" 687version = "0.2.0" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 690 691[[package]] 692name = "windows-result" 693version = "0.3.4" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 696dependencies = [ 697 "windows-link 0.1.3", 698] 699 700[[package]] 701name = "windows-strings" 702version = "0.4.2" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 705dependencies = [ 706 "windows-link 0.1.3", 707] 708 709[[package]] 710name = "windows-sys" 711version = "0.52.0" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 714dependencies = [ 715 "windows-targets", 716] 717 718[[package]] 719name = "windows-sys" 720version = "0.61.0" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" 723dependencies = [ 724 "windows-link 0.2.0", 725] 726 727[[package]] 728name = "windows-targets" 729version = "0.52.6" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 732dependencies = [ 733 "windows_aarch64_gnullvm", 734 "windows_aarch64_msvc", 735 "windows_i686_gnu", 736 "windows_i686_gnullvm", 737 "windows_i686_msvc", 738 "windows_x86_64_gnu", 739 "windows_x86_64_gnullvm", 740 "windows_x86_64_msvc", 741] 742 743[[package]] 744name = "windows_aarch64_gnullvm" 745version = "0.52.6" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 748 749[[package]] 750name = "windows_aarch64_msvc" 751version = "0.52.6" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 754 755[[package]] 756name = "windows_i686_gnu" 757version = "0.52.6" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 760 761[[package]] 762name = "windows_i686_gnullvm" 763version = "0.52.6" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 766 767[[package]] 768name = "windows_i686_msvc" 769version = "0.52.6" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 772 773[[package]] 774name = "windows_x86_64_gnu" 775version = "0.52.6" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 778 779[[package]] 780name = "windows_x86_64_gnullvm" 781version = "0.52.6" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 784 785[[package]] 786name = "windows_x86_64_msvc" 787version = "0.52.6" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 790 791[[package]] 792name = "winnow" 793version = "0.7.13" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"