μson (uson) is a shorthand for JSON
at main 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 = "anstream" 7version = "0.6.21" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 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.13" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 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 0.60.2", 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 0.60.2", 53] 54 55[[package]] 56name = "base64" 57version = "0.22.1" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 60 61[[package]] 62name = "bitflags" 63version = "2.10.0" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 66 67[[package]] 68name = "block-buffer" 69version = "0.10.4" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 72dependencies = [ 73 "generic-array", 74] 75 76[[package]] 77name = "cfg-if" 78version = "1.0.4" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 81 82[[package]] 83name = "clap" 84version = "4.5.51" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" 87dependencies = [ 88 "clap_builder", 89 "clap_derive", 90] 91 92[[package]] 93name = "clap_builder" 94version = "4.5.51" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" 97dependencies = [ 98 "anstream", 99 "anstyle", 100 "clap_lex", 101 "strsim", 102] 103 104[[package]] 105name = "clap_derive" 106version = "4.5.49" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 109dependencies = [ 110 "heck", 111 "proc-macro2", 112 "quote", 113 "syn", 114] 115 116[[package]] 117name = "clap_lex" 118version = "0.7.6" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 121 122[[package]] 123name = "colorchoice" 124version = "1.0.4" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 127 128[[package]] 129name = "cpufeatures" 130version = "0.2.17" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 133dependencies = [ 134 "libc", 135] 136 137[[package]] 138name = "crypto-common" 139version = "0.1.7" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 142dependencies = [ 143 "generic-array", 144 "typenum", 145] 146 147[[package]] 148name = "diff" 149version = "0.1.13" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 152 153[[package]] 154name = "digest" 155version = "0.10.7" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 158dependencies = [ 159 "block-buffer", 160 "crypto-common", 161] 162 163[[package]] 164name = "dirs" 165version = "5.0.1" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 168dependencies = [ 169 "dirs-sys", 170] 171 172[[package]] 173name = "dirs-sys" 174version = "0.4.1" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 177dependencies = [ 178 "libc", 179 "option-ext", 180 "redox_users", 181 "windows-sys 0.48.0", 182] 183 184[[package]] 185name = "equivalent" 186version = "1.0.2" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 189 190[[package]] 191name = "generic-array" 192version = "0.14.7" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 195dependencies = [ 196 "typenum", 197 "version_check", 198] 199 200[[package]] 201name = "getrandom" 202version = "0.2.16" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 205dependencies = [ 206 "cfg-if", 207 "libc", 208 "wasi", 209] 210 211[[package]] 212name = "hashbrown" 213version = "0.16.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 216 217[[package]] 218name = "heck" 219version = "0.5.0" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 222 223[[package]] 224name = "hex" 225version = "0.4.3" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 228 229[[package]] 230name = "indexmap" 231version = "2.12.0" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 234dependencies = [ 235 "equivalent", 236 "hashbrown", 237] 238 239[[package]] 240name = "is_terminal_polyfill" 241version = "1.70.2" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 244 245[[package]] 246name = "itoa" 247version = "1.0.15" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 250 251[[package]] 252name = "libc" 253version = "0.2.177" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 256 257[[package]] 258name = "libredox" 259version = "0.1.10" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 262dependencies = [ 263 "bitflags", 264 "libc", 265] 266 267[[package]] 268name = "memchr" 269version = "2.7.6" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 272 273[[package]] 274name = "once_cell_polyfill" 275version = "1.70.2" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 278 279[[package]] 280name = "option-ext" 281version = "0.2.0" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 284 285[[package]] 286name = "percent-encoding" 287version = "2.3.2" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 290 291[[package]] 292name = "pest" 293version = "2.8.3" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" 296dependencies = [ 297 "memchr", 298 "ucd-trie", 299] 300 301[[package]] 302name = "pest_derive" 303version = "2.8.3" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de" 306dependencies = [ 307 "pest", 308 "pest_generator", 309] 310 311[[package]] 312name = "pest_generator" 313version = "2.8.3" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843" 316dependencies = [ 317 "pest", 318 "pest_meta", 319 "proc-macro2", 320 "quote", 321 "syn", 322] 323 324[[package]] 325name = "pest_meta" 326version = "2.8.3" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a" 329dependencies = [ 330 "pest", 331 "sha2", 332] 333 334[[package]] 335name = "pretty_assertions" 336version = "1.4.1" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 339dependencies = [ 340 "diff", 341 "yansi", 342] 343 344[[package]] 345name = "proc-macro2" 346version = "1.0.103" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 349dependencies = [ 350 "unicode-ident", 351] 352 353[[package]] 354name = "quote" 355version = "1.0.42" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 358dependencies = [ 359 "proc-macro2", 360] 361 362[[package]] 363name = "redox_users" 364version = "0.4.6" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 367dependencies = [ 368 "getrandom", 369 "libredox", 370 "thiserror 1.0.69", 371] 372 373[[package]] 374name = "ryu" 375version = "1.0.20" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 378 379[[package]] 380name = "serde" 381version = "1.0.228" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 384dependencies = [ 385 "serde_core", 386 "serde_derive", 387] 388 389[[package]] 390name = "serde_core" 391version = "1.0.228" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 394dependencies = [ 395 "serde_derive", 396] 397 398[[package]] 399name = "serde_derive" 400version = "1.0.228" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 403dependencies = [ 404 "proc-macro2", 405 "quote", 406 "syn", 407] 408 409[[package]] 410name = "serde_json" 411version = "1.0.145" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 414dependencies = [ 415 "itoa", 416 "memchr", 417 "ryu", 418 "serde", 419 "serde_core", 420] 421 422[[package]] 423name = "serde_qs" 424version = "0.13.0" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6" 427dependencies = [ 428 "percent-encoding", 429 "serde", 430 "thiserror 1.0.69", 431] 432 433[[package]] 434name = "serde_spanned" 435version = "1.0.3" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 438dependencies = [ 439 "serde_core", 440] 441 442[[package]] 443name = "serde_yaml" 444version = "0.9.34+deprecated" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 447dependencies = [ 448 "indexmap", 449 "itoa", 450 "ryu", 451 "serde", 452 "unsafe-libyaml", 453] 454 455[[package]] 456name = "sha2" 457version = "0.10.9" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 460dependencies = [ 461 "cfg-if", 462 "cpufeatures", 463 "digest", 464] 465 466[[package]] 467name = "strsim" 468version = "0.11.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 471 472[[package]] 473name = "syn" 474version = "2.0.110" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" 477dependencies = [ 478 "proc-macro2", 479 "quote", 480 "unicode-ident", 481] 482 483[[package]] 484name = "thiserror" 485version = "1.0.69" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 488dependencies = [ 489 "thiserror-impl 1.0.69", 490] 491 492[[package]] 493name = "thiserror" 494version = "2.0.17" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 497dependencies = [ 498 "thiserror-impl 2.0.17", 499] 500 501[[package]] 502name = "thiserror-impl" 503version = "1.0.69" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 506dependencies = [ 507 "proc-macro2", 508 "quote", 509 "syn", 510] 511 512[[package]] 513name = "thiserror-impl" 514version = "2.0.17" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 517dependencies = [ 518 "proc-macro2", 519 "quote", 520 "syn", 521] 522 523[[package]] 524name = "toml" 525version = "0.9.8" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 528dependencies = [ 529 "indexmap", 530 "serde_core", 531 "serde_spanned", 532 "toml_datetime", 533 "toml_parser", 534 "toml_writer", 535 "winnow", 536] 537 538[[package]] 539name = "toml_datetime" 540version = "0.7.3" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 543dependencies = [ 544 "serde_core", 545] 546 547[[package]] 548name = "toml_parser" 549version = "1.0.4" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 552dependencies = [ 553 "winnow", 554] 555 556[[package]] 557name = "toml_writer" 558version = "1.0.4" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" 561 562[[package]] 563name = "typenum" 564version = "1.19.0" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 567 568[[package]] 569name = "ucd-trie" 570version = "0.1.7" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 573 574[[package]] 575name = "unicode-ident" 576version = "1.0.22" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 579 580[[package]] 581name = "unsafe-libyaml" 582version = "0.2.11" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 585 586[[package]] 587name = "uson" 588version = "0.1.0" 589dependencies = [ 590 "base64", 591 "clap", 592 "dirs", 593 "hex", 594 "pest", 595 "pest_derive", 596 "pretty_assertions", 597 "serde", 598 "serde_json", 599 "serde_qs", 600 "serde_yaml", 601 "thiserror 2.0.17", 602 "toml", 603] 604 605[[package]] 606name = "utf8parse" 607version = "0.2.2" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 610 611[[package]] 612name = "version_check" 613version = "0.9.5" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 616 617[[package]] 618name = "wasi" 619version = "0.11.1+wasi-snapshot-preview1" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 622 623[[package]] 624name = "windows-link" 625version = "0.2.1" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 628 629[[package]] 630name = "windows-sys" 631version = "0.48.0" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 634dependencies = [ 635 "windows-targets 0.48.5", 636] 637 638[[package]] 639name = "windows-sys" 640version = "0.60.2" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 643dependencies = [ 644 "windows-targets 0.53.5", 645] 646 647[[package]] 648name = "windows-targets" 649version = "0.48.5" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 652dependencies = [ 653 "windows_aarch64_gnullvm 0.48.5", 654 "windows_aarch64_msvc 0.48.5", 655 "windows_i686_gnu 0.48.5", 656 "windows_i686_msvc 0.48.5", 657 "windows_x86_64_gnu 0.48.5", 658 "windows_x86_64_gnullvm 0.48.5", 659 "windows_x86_64_msvc 0.48.5", 660] 661 662[[package]] 663name = "windows-targets" 664version = "0.53.5" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 667dependencies = [ 668 "windows-link", 669 "windows_aarch64_gnullvm 0.53.1", 670 "windows_aarch64_msvc 0.53.1", 671 "windows_i686_gnu 0.53.1", 672 "windows_i686_gnullvm", 673 "windows_i686_msvc 0.53.1", 674 "windows_x86_64_gnu 0.53.1", 675 "windows_x86_64_gnullvm 0.53.1", 676 "windows_x86_64_msvc 0.53.1", 677] 678 679[[package]] 680name = "windows_aarch64_gnullvm" 681version = "0.48.5" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 684 685[[package]] 686name = "windows_aarch64_gnullvm" 687version = "0.53.1" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 690 691[[package]] 692name = "windows_aarch64_msvc" 693version = "0.48.5" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 696 697[[package]] 698name = "windows_aarch64_msvc" 699version = "0.53.1" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 702 703[[package]] 704name = "windows_i686_gnu" 705version = "0.48.5" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 708 709[[package]] 710name = "windows_i686_gnu" 711version = "0.53.1" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 714 715[[package]] 716name = "windows_i686_gnullvm" 717version = "0.53.1" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 720 721[[package]] 722name = "windows_i686_msvc" 723version = "0.48.5" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 726 727[[package]] 728name = "windows_i686_msvc" 729version = "0.53.1" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 732 733[[package]] 734name = "windows_x86_64_gnu" 735version = "0.48.5" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 738 739[[package]] 740name = "windows_x86_64_gnu" 741version = "0.53.1" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 744 745[[package]] 746name = "windows_x86_64_gnullvm" 747version = "0.48.5" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 750 751[[package]] 752name = "windows_x86_64_gnullvm" 753version = "0.53.1" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 756 757[[package]] 758name = "windows_x86_64_msvc" 759version = "0.48.5" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 762 763[[package]] 764name = "windows_x86_64_msvc" 765version = "0.53.1" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 768 769[[package]] 770name = "winnow" 771version = "0.7.13" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 774 775[[package]] 776name = "yansi" 777version = "1.0.1" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"