Opinionated Android 15+ Linux Terminal Setup
android linux command-line-tools
at main 781 lines 20 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 = "anstream" 7version = "0.6.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 10dependencies = [ 11 "anstyle", 12 "anstyle-parse", 13 "anstyle-query", 14 "anstyle-wincon", 15 "colorchoice", 16 "is_terminal_polyfill", 17 "utf8parse", 18] 19 20[[package]] 21name = "anstyle" 22version = "1.0.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 25 26[[package]] 27name = "anstyle-parse" 28version = "0.2.7" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 31dependencies = [ 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle-query" 37version = "1.1.4" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 40dependencies = [ 41 "windows-sys", 42] 43 44[[package]] 45name = "anstyle-wincon" 46version = "3.0.10" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 49dependencies = [ 50 "anstyle", 51 "once_cell_polyfill", 52 "windows-sys", 53] 54 55[[package]] 56name = "anyhow" 57version = "1.0.99" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 60 61[[package]] 62name = "bitflags" 63version = "2.9.1" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 66 67[[package]] 68name = "cfg-if" 69version = "1.0.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 72 73[[package]] 74name = "clap" 75version = "4.5.45" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" 78dependencies = [ 79 "clap_builder", 80] 81 82[[package]] 83name = "clap_builder" 84version = "4.5.44" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" 87dependencies = [ 88 "anstream", 89 "anstyle", 90 "clap_lex", 91 "strsim", 92] 93 94[[package]] 95name = "clap_lex" 96version = "0.7.5" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 99 100[[package]] 101name = "colorchoice" 102version = "1.0.4" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 105 106[[package]] 107name = "dirs" 108version = "6.0.0" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 111dependencies = [ 112 "dirs-sys", 113] 114 115[[package]] 116name = "dirs-sys" 117version = "0.5.0" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 120dependencies = [ 121 "libc", 122 "option-ext", 123 "redox_users", 124 "windows-sys", 125] 126 127[[package]] 128name = "displaydoc" 129version = "0.2.5" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 132dependencies = [ 133 "proc-macro2", 134 "quote", 135 "syn", 136] 137 138[[package]] 139name = "equivalent" 140version = "1.0.2" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 143 144[[package]] 145name = "form_urlencoded" 146version = "1.2.2" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 149dependencies = [ 150 "percent-encoding", 151] 152 153[[package]] 154name = "getrandom" 155version = "0.2.16" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 158dependencies = [ 159 "cfg-if", 160 "libc", 161 "wasi", 162] 163 164[[package]] 165name = "hashbrown" 166version = "0.15.5" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 169 170[[package]] 171name = "icu_collections" 172version = "2.0.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 175dependencies = [ 176 "displaydoc", 177 "potential_utf", 178 "yoke", 179 "zerofrom", 180 "zerovec", 181] 182 183[[package]] 184name = "icu_locale_core" 185version = "2.0.0" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 188dependencies = [ 189 "displaydoc", 190 "litemap", 191 "tinystr", 192 "writeable", 193 "zerovec", 194] 195 196[[package]] 197name = "icu_normalizer" 198version = "2.0.0" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 201dependencies = [ 202 "displaydoc", 203 "icu_collections", 204 "icu_normalizer_data", 205 "icu_properties", 206 "icu_provider", 207 "smallvec", 208 "zerovec", 209] 210 211[[package]] 212name = "icu_normalizer_data" 213version = "2.0.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 216 217[[package]] 218name = "icu_properties" 219version = "2.0.1" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 222dependencies = [ 223 "displaydoc", 224 "icu_collections", 225 "icu_locale_core", 226 "icu_properties_data", 227 "icu_provider", 228 "potential_utf", 229 "zerotrie", 230 "zerovec", 231] 232 233[[package]] 234name = "icu_properties_data" 235version = "2.0.1" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 238 239[[package]] 240name = "icu_provider" 241version = "2.0.0" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 244dependencies = [ 245 "displaydoc", 246 "icu_locale_core", 247 "stable_deref_trait", 248 "tinystr", 249 "writeable", 250 "yoke", 251 "zerofrom", 252 "zerotrie", 253 "zerovec", 254] 255 256[[package]] 257name = "idna" 258version = "1.1.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 261dependencies = [ 262 "idna_adapter", 263 "smallvec", 264 "utf8_iter", 265] 266 267[[package]] 268name = "idna_adapter" 269version = "1.2.1" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 272dependencies = [ 273 "icu_normalizer", 274 "icu_properties", 275] 276 277[[package]] 278name = "indexmap" 279version = "2.10.0" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 282dependencies = [ 283 "equivalent", 284 "hashbrown", 285] 286 287[[package]] 288name = "is_terminal_polyfill" 289version = "1.70.1" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 292 293[[package]] 294name = "itoa" 295version = "1.0.15" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 298 299[[package]] 300name = "libc" 301version = "0.2.175" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 304 305[[package]] 306name = "libredox" 307version = "0.1.9" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" 310dependencies = [ 311 "bitflags", 312 "libc", 313] 314 315[[package]] 316name = "libyml" 317version = "0.0.5" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980" 320dependencies = [ 321 "anyhow", 322 "version_check", 323] 324 325[[package]] 326name = "litemap" 327version = "0.8.0" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 330 331[[package]] 332name = "memchr" 333version = "2.7.5" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 336 337[[package]] 338name = "oh-my-droid" 339version = "0.5.1" 340dependencies = [ 341 "anyhow", 342 "clap", 343 "dirs", 344 "owo-colors", 345 "serde", 346 "serde_yml", 347 "toml", 348 "url", 349] 350 351[[package]] 352name = "once_cell_polyfill" 353version = "1.70.1" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 356 357[[package]] 358name = "option-ext" 359version = "0.2.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 362 363[[package]] 364name = "owo-colors" 365version = "4.2.2" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" 368 369[[package]] 370name = "percent-encoding" 371version = "2.3.2" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 374 375[[package]] 376name = "potential_utf" 377version = "0.1.2" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 380dependencies = [ 381 "zerovec", 382] 383 384[[package]] 385name = "proc-macro2" 386version = "1.0.97" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1" 389dependencies = [ 390 "unicode-ident", 391] 392 393[[package]] 394name = "quote" 395version = "1.0.40" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 398dependencies = [ 399 "proc-macro2", 400] 401 402[[package]] 403name = "redox_users" 404version = "0.5.2" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 407dependencies = [ 408 "getrandom", 409 "libredox", 410 "thiserror", 411] 412 413[[package]] 414name = "ryu" 415version = "1.0.20" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 418 419[[package]] 420name = "serde" 421version = "1.0.219" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 424dependencies = [ 425 "serde_derive", 426] 427 428[[package]] 429name = "serde_derive" 430version = "1.0.219" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 433dependencies = [ 434 "proc-macro2", 435 "quote", 436 "syn", 437] 438 439[[package]] 440name = "serde_spanned" 441version = "1.0.0" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83" 444dependencies = [ 445 "serde", 446] 447 448[[package]] 449name = "serde_yml" 450version = "0.0.12" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" 453dependencies = [ 454 "indexmap", 455 "itoa", 456 "libyml", 457 "memchr", 458 "ryu", 459 "serde", 460 "version_check", 461] 462 463[[package]] 464name = "smallvec" 465version = "1.15.1" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 468 469[[package]] 470name = "stable_deref_trait" 471version = "1.2.0" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 474 475[[package]] 476name = "strsim" 477version = "0.11.1" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 480 481[[package]] 482name = "syn" 483version = "2.0.105" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619" 486dependencies = [ 487 "proc-macro2", 488 "quote", 489 "unicode-ident", 490] 491 492[[package]] 493name = "synstructure" 494version = "0.13.2" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 497dependencies = [ 498 "proc-macro2", 499 "quote", 500 "syn", 501] 502 503[[package]] 504name = "thiserror" 505version = "2.0.14" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" 508dependencies = [ 509 "thiserror-impl", 510] 511 512[[package]] 513name = "thiserror-impl" 514version = "2.0.14" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" 517dependencies = [ 518 "proc-macro2", 519 "quote", 520 "syn", 521] 522 523[[package]] 524name = "tinystr" 525version = "0.8.1" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 528dependencies = [ 529 "displaydoc", 530 "zerovec", 531] 532 533[[package]] 534name = "toml" 535version = "0.9.5" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8" 538dependencies = [ 539 "indexmap", 540 "serde", 541 "serde_spanned", 542 "toml_datetime", 543 "toml_parser", 544 "toml_writer", 545 "winnow", 546] 547 548[[package]] 549name = "toml_datetime" 550version = "0.7.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3" 553dependencies = [ 554 "serde", 555] 556 557[[package]] 558name = "toml_parser" 559version = "1.0.2" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" 562dependencies = [ 563 "winnow", 564] 565 566[[package]] 567name = "toml_writer" 568version = "1.0.2" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64" 571 572[[package]] 573name = "unicode-ident" 574version = "1.0.18" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 577 578[[package]] 579name = "url" 580version = "2.5.6" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "137a3c834eaf7139b73688502f3f1141a0337c5d8e4d9b536f9b8c796e26a7c4" 583dependencies = [ 584 "form_urlencoded", 585 "idna", 586 "percent-encoding", 587] 588 589[[package]] 590name = "utf8_iter" 591version = "1.0.4" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 594 595[[package]] 596name = "utf8parse" 597version = "0.2.2" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 600 601[[package]] 602name = "version_check" 603version = "0.9.5" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 606 607[[package]] 608name = "wasi" 609version = "0.11.1+wasi-snapshot-preview1" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 612 613[[package]] 614name = "windows-link" 615version = "0.1.3" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 618 619[[package]] 620name = "windows-sys" 621version = "0.60.2" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 624dependencies = [ 625 "windows-targets", 626] 627 628[[package]] 629name = "windows-targets" 630version = "0.53.3" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 633dependencies = [ 634 "windows-link", 635 "windows_aarch64_gnullvm", 636 "windows_aarch64_msvc", 637 "windows_i686_gnu", 638 "windows_i686_gnullvm", 639 "windows_i686_msvc", 640 "windows_x86_64_gnu", 641 "windows_x86_64_gnullvm", 642 "windows_x86_64_msvc", 643] 644 645[[package]] 646name = "windows_aarch64_gnullvm" 647version = "0.53.0" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 650 651[[package]] 652name = "windows_aarch64_msvc" 653version = "0.53.0" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 656 657[[package]] 658name = "windows_i686_gnu" 659version = "0.53.0" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 662 663[[package]] 664name = "windows_i686_gnullvm" 665version = "0.53.0" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 668 669[[package]] 670name = "windows_i686_msvc" 671version = "0.53.0" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 674 675[[package]] 676name = "windows_x86_64_gnu" 677version = "0.53.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 680 681[[package]] 682name = "windows_x86_64_gnullvm" 683version = "0.53.0" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 686 687[[package]] 688name = "windows_x86_64_msvc" 689version = "0.53.0" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 692 693[[package]] 694name = "winnow" 695version = "0.7.12" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" 698 699[[package]] 700name = "writeable" 701version = "0.6.1" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 704 705[[package]] 706name = "yoke" 707version = "0.8.0" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 710dependencies = [ 711 "serde", 712 "stable_deref_trait", 713 "yoke-derive", 714 "zerofrom", 715] 716 717[[package]] 718name = "yoke-derive" 719version = "0.8.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 722dependencies = [ 723 "proc-macro2", 724 "quote", 725 "syn", 726 "synstructure", 727] 728 729[[package]] 730name = "zerofrom" 731version = "0.1.6" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 734dependencies = [ 735 "zerofrom-derive", 736] 737 738[[package]] 739name = "zerofrom-derive" 740version = "0.1.6" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 743dependencies = [ 744 "proc-macro2", 745 "quote", 746 "syn", 747 "synstructure", 748] 749 750[[package]] 751name = "zerotrie" 752version = "0.2.2" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 755dependencies = [ 756 "displaydoc", 757 "yoke", 758 "zerofrom", 759] 760 761[[package]] 762name = "zerovec" 763version = "0.11.4" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 766dependencies = [ 767 "yoke", 768 "zerofrom", 769 "zerovec-derive", 770] 771 772[[package]] 773name = "zerovec-derive" 774version = "0.11.1" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 777dependencies = [ 778 "proc-macro2", 779 "quote", 780 "syn", 781]