1{ 2 "checksum": "5488eb653c4ee6a17bbb102b52888d6bc9d7a9a60cc977385c212f1f90f80a3c", 3 "crates": { 4 "anstyle 1.0.1": { 5 "name": "anstyle", 6 "version": "1.0.1", 7 "package_url": "https://github.com/rust-cli/anstyle.git", 8 "repository": { 9 "Http": { 10 "url": "https://static.crates.io/crates/anstyle/1.0.1/download", 11 "sha256": "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 12 } 13 }, 14 "targets": [ 15 { 16 "Library": { 17 "crate_name": "anstyle", 18 "crate_root": "src/lib.rs", 19 "srcs": { 20 "allow_empty": true, 21 "include": [ 22 "**/*.rs" 23 ] 24 } 25 } 26 } 27 ], 28 "library_target_name": "anstyle", 29 "common_attrs": { 30 "compile_data_glob": [ 31 "**" 32 ], 33 "crate_features": { 34 "common": [ 35 "default", 36 "std" 37 ], 38 "selects": {} 39 }, 40 "edition": "2021", 41 "version": "1.0.1" 42 }, 43 "license": "MIT OR Apache-2.0", 44 "license_ids": [ 45 "Apache-2.0", 46 "MIT" 47 ], 48 "license_file": "LICENSE-APACHE" 49 }, 50 "clap 4.3.21": { 51 "name": "clap", 52 "version": "4.3.21", 53 "package_url": "https://github.com/clap-rs/clap", 54 "repository": { 55 "Http": { 56 "url": "https://static.crates.io/crates/clap/4.3.21/download", 57 "sha256": "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" 58 } 59 }, 60 "targets": [ 61 { 62 "Library": { 63 "crate_name": "clap", 64 "crate_root": "src/lib.rs", 65 "srcs": { 66 "allow_empty": true, 67 "include": [ 68 "**/*.rs" 69 ] 70 } 71 } 72 } 73 ], 74 "library_target_name": "clap", 75 "common_attrs": { 76 "compile_data_glob": [ 77 "**" 78 ], 79 "crate_features": { 80 "common": [ 81 "error-context", 82 "help", 83 "std", 84 "suggestions", 85 "usage" 86 ], 87 "selects": {} 88 }, 89 "deps": { 90 "common": [ 91 { 92 "id": "clap_builder 4.3.21", 93 "target": "clap_builder" 94 } 95 ], 96 "selects": {} 97 }, 98 "edition": "2021", 99 "version": "4.3.21" 100 }, 101 "license": "MIT OR Apache-2.0", 102 "license_ids": [ 103 "Apache-2.0", 104 "MIT" 105 ], 106 "license_file": "LICENSE-APACHE" 107 }, 108 "clap_builder 4.3.21": { 109 "name": "clap_builder", 110 "version": "4.3.21", 111 "package_url": "https://github.com/clap-rs/clap", 112 "repository": { 113 "Http": { 114 "url": "https://static.crates.io/crates/clap_builder/4.3.21/download", 115 "sha256": "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" 116 } 117 }, 118 "targets": [ 119 { 120 "Library": { 121 "crate_name": "clap_builder", 122 "crate_root": "src/lib.rs", 123 "srcs": { 124 "allow_empty": true, 125 "include": [ 126 "**/*.rs" 127 ] 128 } 129 } 130 } 131 ], 132 "library_target_name": "clap_builder", 133 "common_attrs": { 134 "compile_data_glob": [ 135 "**" 136 ], 137 "crate_features": { 138 "common": [ 139 "error-context", 140 "help", 141 "std", 142 "suggestions", 143 "usage" 144 ], 145 "selects": {} 146 }, 147 "deps": { 148 "common": [ 149 { 150 "id": "anstyle 1.0.1", 151 "target": "anstyle" 152 }, 153 { 154 "id": "clap_lex 0.5.0", 155 "target": "clap_lex" 156 }, 157 { 158 "id": "strsim 0.10.0", 159 "target": "strsim" 160 } 161 ], 162 "selects": {} 163 }, 164 "edition": "2021", 165 "version": "4.3.21" 166 }, 167 "license": "MIT OR Apache-2.0", 168 "license_ids": [ 169 "Apache-2.0", 170 "MIT" 171 ], 172 "license_file": "LICENSE-APACHE" 173 }, 174 "clap_lex 0.5.0": { 175 "name": "clap_lex", 176 "version": "0.5.0", 177 "package_url": "https://github.com/clap-rs/clap/tree/master/clap_lex", 178 "repository": { 179 "Http": { 180 "url": "https://static.crates.io/crates/clap_lex/0.5.0/download", 181 "sha256": "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 182 } 183 }, 184 "targets": [ 185 { 186 "Library": { 187 "crate_name": "clap_lex", 188 "crate_root": "src/lib.rs", 189 "srcs": { 190 "allow_empty": true, 191 "include": [ 192 "**/*.rs" 193 ] 194 } 195 } 196 } 197 ], 198 "library_target_name": "clap_lex", 199 "common_attrs": { 200 "compile_data_glob": [ 201 "**" 202 ], 203 "edition": "2021", 204 "version": "0.5.0" 205 }, 206 "license": "MIT OR Apache-2.0", 207 "license_ids": [ 208 "Apache-2.0", 209 "MIT" 210 ], 211 "license_file": "LICENSE-APACHE" 212 }, 213 "codespan-reporting 0.11.1": { 214 "name": "codespan-reporting", 215 "version": "0.11.1", 216 "package_url": "https://github.com/brendanzab/codespan", 217 "repository": { 218 "Http": { 219 "url": "https://static.crates.io/crates/codespan-reporting/0.11.1/download", 220 "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 221 } 222 }, 223 "targets": [ 224 { 225 "Library": { 226 "crate_name": "codespan_reporting", 227 "crate_root": "src/lib.rs", 228 "srcs": { 229 "allow_empty": true, 230 "include": [ 231 "**/*.rs" 232 ] 233 } 234 } 235 } 236 ], 237 "library_target_name": "codespan_reporting", 238 "common_attrs": { 239 "compile_data_glob": [ 240 "**" 241 ], 242 "deps": { 243 "common": [ 244 { 245 "id": "termcolor 1.2.0", 246 "target": "termcolor" 247 }, 248 { 249 "id": "unicode-width 0.1.10", 250 "target": "unicode_width" 251 } 252 ], 253 "selects": {} 254 }, 255 "edition": "2018", 256 "version": "0.11.1" 257 }, 258 "license": "Apache-2.0", 259 "license_ids": [ 260 "Apache-2.0" 261 ], 262 "license_file": null 263 }, 264 "cxxbridge-cmd 1.0.109": { 265 "name": "cxxbridge-cmd", 266 "version": "1.0.109", 267 "package_url": "https://github.com/dtolnay/cxx", 268 "repository": null, 269 "targets": [], 270 "library_target_name": null, 271 "common_attrs": { 272 "compile_data_glob": [ 273 "**" 274 ], 275 "deps": { 276 "common": [ 277 { 278 "id": "clap 4.3.21", 279 "target": "clap" 280 }, 281 { 282 "id": "codespan-reporting 0.11.1", 283 "target": "codespan_reporting" 284 }, 285 { 286 "id": "proc-macro2 1.0.66", 287 "target": "proc_macro2" 288 }, 289 { 290 "id": "quote 1.0.32", 291 "target": "quote" 292 }, 293 { 294 "id": "syn 2.0.28", 295 "target": "syn" 296 } 297 ], 298 "selects": {} 299 }, 300 "edition": "2021", 301 "version": "1.0.109" 302 }, 303 "license": "MIT OR Apache-2.0", 304 "license_ids": [ 305 "Apache-2.0", 306 "MIT" 307 ], 308 "license_file": null 309 }, 310 "proc-macro2 1.0.66": { 311 "name": "proc-macro2", 312 "version": "1.0.66", 313 "package_url": "https://github.com/dtolnay/proc-macro2", 314 "repository": { 315 "Http": { 316 "url": "https://static.crates.io/crates/proc-macro2/1.0.66/download", 317 "sha256": "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 318 } 319 }, 320 "targets": [ 321 { 322 "Library": { 323 "crate_name": "proc_macro2", 324 "crate_root": "src/lib.rs", 325 "srcs": { 326 "allow_empty": true, 327 "include": [ 328 "**/*.rs" 329 ] 330 } 331 } 332 }, 333 { 334 "BuildScript": { 335 "crate_name": "build_script_build", 336 "crate_root": "build.rs", 337 "srcs": { 338 "allow_empty": true, 339 "include": [ 340 "**/*.rs" 341 ] 342 } 343 } 344 } 345 ], 346 "library_target_name": "proc_macro2", 347 "common_attrs": { 348 "compile_data_glob": [ 349 "**" 350 ], 351 "crate_features": { 352 "common": [ 353 "span-locations" 354 ], 355 "selects": {} 356 }, 357 "deps": { 358 "common": [ 359 { 360 "id": "proc-macro2 1.0.66", 361 "target": "build_script_build" 362 }, 363 { 364 "id": "unicode-ident 1.0.11", 365 "target": "unicode_ident" 366 } 367 ], 368 "selects": {} 369 }, 370 "edition": "2021", 371 "version": "1.0.66" 372 }, 373 "build_script_attrs": { 374 "data_glob": [ 375 "**" 376 ] 377 }, 378 "license": "MIT OR Apache-2.0", 379 "license_ids": [ 380 "Apache-2.0", 381 "MIT" 382 ], 383 "license_file": "LICENSE-APACHE" 384 }, 385 "quote 1.0.32": { 386 "name": "quote", 387 "version": "1.0.32", 388 "package_url": "https://github.com/dtolnay/quote", 389 "repository": { 390 "Http": { 391 "url": "https://static.crates.io/crates/quote/1.0.32/download", 392 "sha256": "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" 393 } 394 }, 395 "targets": [ 396 { 397 "Library": { 398 "crate_name": "quote", 399 "crate_root": "src/lib.rs", 400 "srcs": { 401 "allow_empty": true, 402 "include": [ 403 "**/*.rs" 404 ] 405 } 406 } 407 } 408 ], 409 "library_target_name": "quote", 410 "common_attrs": { 411 "compile_data_glob": [ 412 "**" 413 ], 414 "deps": { 415 "common": [ 416 { 417 "id": "proc-macro2 1.0.66", 418 "target": "proc_macro2" 419 } 420 ], 421 "selects": {} 422 }, 423 "edition": "2018", 424 "version": "1.0.32" 425 }, 426 "license": "MIT OR Apache-2.0", 427 "license_ids": [ 428 "Apache-2.0", 429 "MIT" 430 ], 431 "license_file": "LICENSE-APACHE" 432 }, 433 "strsim 0.10.0": { 434 "name": "strsim", 435 "version": "0.10.0", 436 "package_url": "https://github.com/dguo/strsim-rs", 437 "repository": { 438 "Http": { 439 "url": "https://static.crates.io/crates/strsim/0.10.0/download", 440 "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 441 } 442 }, 443 "targets": [ 444 { 445 "Library": { 446 "crate_name": "strsim", 447 "crate_root": "src/lib.rs", 448 "srcs": { 449 "allow_empty": true, 450 "include": [ 451 "**/*.rs" 452 ] 453 } 454 } 455 } 456 ], 457 "library_target_name": "strsim", 458 "common_attrs": { 459 "compile_data_glob": [ 460 "**" 461 ], 462 "edition": "2015", 463 "version": "0.10.0" 464 }, 465 "license": "MIT", 466 "license_ids": [ 467 "MIT" 468 ], 469 "license_file": "LICENSE" 470 }, 471 "syn 2.0.28": { 472 "name": "syn", 473 "version": "2.0.28", 474 "package_url": "https://github.com/dtolnay/syn", 475 "repository": { 476 "Http": { 477 "url": "https://static.crates.io/crates/syn/2.0.28/download", 478 "sha256": "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 479 } 480 }, 481 "targets": [ 482 { 483 "Library": { 484 "crate_name": "syn", 485 "crate_root": "src/lib.rs", 486 "srcs": { 487 "allow_empty": true, 488 "include": [ 489 "**/*.rs" 490 ] 491 } 492 } 493 } 494 ], 495 "library_target_name": "syn", 496 "common_attrs": { 497 "compile_data_glob": [ 498 "**" 499 ], 500 "crate_features": { 501 "common": [ 502 "clone-impls", 503 "full", 504 "parsing", 505 "printing", 506 "quote" 507 ], 508 "selects": {} 509 }, 510 "deps": { 511 "common": [ 512 { 513 "id": "proc-macro2 1.0.66", 514 "target": "proc_macro2" 515 }, 516 { 517 "id": "quote 1.0.32", 518 "target": "quote" 519 }, 520 { 521 "id": "unicode-ident 1.0.11", 522 "target": "unicode_ident" 523 } 524 ], 525 "selects": {} 526 }, 527 "edition": "2021", 528 "version": "2.0.28" 529 }, 530 "license": "MIT OR Apache-2.0", 531 "license_ids": [ 532 "Apache-2.0", 533 "MIT" 534 ], 535 "license_file": "LICENSE-APACHE" 536 }, 537 "termcolor 1.2.0": { 538 "name": "termcolor", 539 "version": "1.2.0", 540 "package_url": "https://github.com/BurntSushi/termcolor", 541 "repository": { 542 "Http": { 543 "url": "https://static.crates.io/crates/termcolor/1.2.0/download", 544 "sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 545 } 546 }, 547 "targets": [ 548 { 549 "Library": { 550 "crate_name": "termcolor", 551 "crate_root": "src/lib.rs", 552 "srcs": { 553 "allow_empty": true, 554 "include": [ 555 "**/*.rs" 556 ] 557 } 558 } 559 } 560 ], 561 "library_target_name": "termcolor", 562 "common_attrs": { 563 "compile_data_glob": [ 564 "**" 565 ], 566 "deps": { 567 "common": [], 568 "selects": { 569 "cfg(windows)": [ 570 { 571 "id": "winapi-util 0.1.5", 572 "target": "winapi_util" 573 } 574 ] 575 } 576 }, 577 "edition": "2018", 578 "version": "1.2.0" 579 }, 580 "license": "Unlicense OR MIT", 581 "license_ids": [ 582 "MIT", 583 "Unlicense" 584 ], 585 "license_file": "LICENSE-MIT" 586 }, 587 "unicode-ident 1.0.11": { 588 "name": "unicode-ident", 589 "version": "1.0.11", 590 "package_url": "https://github.com/dtolnay/unicode-ident", 591 "repository": { 592 "Http": { 593 "url": "https://static.crates.io/crates/unicode-ident/1.0.11/download", 594 "sha256": "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 595 } 596 }, 597 "targets": [ 598 { 599 "Library": { 600 "crate_name": "unicode_ident", 601 "crate_root": "src/lib.rs", 602 "srcs": { 603 "allow_empty": true, 604 "include": [ 605 "**/*.rs" 606 ] 607 } 608 } 609 } 610 ], 611 "library_target_name": "unicode_ident", 612 "common_attrs": { 613 "compile_data_glob": [ 614 "**" 615 ], 616 "edition": "2018", 617 "version": "1.0.11" 618 }, 619 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 620 "license_ids": [ 621 "Apache-2.0", 622 "MIT", 623 "Unicode-DFS-2016" 624 ], 625 "license_file": "LICENSE-APACHE" 626 }, 627 "unicode-width 0.1.10": { 628 "name": "unicode-width", 629 "version": "0.1.10", 630 "package_url": "https://github.com/unicode-rs/unicode-width", 631 "repository": { 632 "Http": { 633 "url": "https://static.crates.io/crates/unicode-width/0.1.10/download", 634 "sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 635 } 636 }, 637 "targets": [ 638 { 639 "Library": { 640 "crate_name": "unicode_width", 641 "crate_root": "src/lib.rs", 642 "srcs": { 643 "allow_empty": true, 644 "include": [ 645 "**/*.rs" 646 ] 647 } 648 } 649 } 650 ], 651 "library_target_name": "unicode_width", 652 "common_attrs": { 653 "compile_data_glob": [ 654 "**" 655 ], 656 "crate_features": { 657 "common": [ 658 "default" 659 ], 660 "selects": {} 661 }, 662 "edition": "2015", 663 "version": "0.1.10" 664 }, 665 "license": "MIT/Apache-2.0", 666 "license_ids": [ 667 "Apache-2.0", 668 "MIT" 669 ], 670 "license_file": "LICENSE-APACHE" 671 }, 672 "winapi 0.3.9": { 673 "name": "winapi", 674 "version": "0.3.9", 675 "package_url": "https://github.com/retep998/winapi-rs", 676 "repository": { 677 "Http": { 678 "url": "https://static.crates.io/crates/winapi/0.3.9/download", 679 "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 680 } 681 }, 682 "targets": [ 683 { 684 "Library": { 685 "crate_name": "winapi", 686 "crate_root": "src/lib.rs", 687 "srcs": { 688 "allow_empty": true, 689 "include": [ 690 "**/*.rs" 691 ] 692 } 693 } 694 }, 695 { 696 "BuildScript": { 697 "crate_name": "build_script_build", 698 "crate_root": "build.rs", 699 "srcs": { 700 "allow_empty": true, 701 "include": [ 702 "**/*.rs" 703 ] 704 } 705 } 706 } 707 ], 708 "library_target_name": "winapi", 709 "common_attrs": { 710 "compile_data_glob": [ 711 "**" 712 ], 713 "crate_features": { 714 "common": [ 715 "consoleapi", 716 "errhandlingapi", 717 "fileapi", 718 "minwindef", 719 "processenv", 720 "std", 721 "winbase", 722 "wincon", 723 "winerror", 724 "winnt" 725 ], 726 "selects": {} 727 }, 728 "deps": { 729 "common": [ 730 { 731 "id": "winapi 0.3.9", 732 "target": "build_script_build" 733 } 734 ], 735 "selects": { 736 "i686-pc-windows-gnu": [ 737 { 738 "id": "winapi-i686-pc-windows-gnu 0.4.0", 739 "target": "winapi_i686_pc_windows_gnu" 740 } 741 ], 742 "x86_64-pc-windows-gnu": [ 743 { 744 "id": "winapi-x86_64-pc-windows-gnu 0.4.0", 745 "target": "winapi_x86_64_pc_windows_gnu" 746 } 747 ] 748 } 749 }, 750 "edition": "2015", 751 "version": "0.3.9" 752 }, 753 "build_script_attrs": { 754 "data_glob": [ 755 "**" 756 ] 757 }, 758 "license": "MIT/Apache-2.0", 759 "license_ids": [ 760 "Apache-2.0", 761 "MIT" 762 ], 763 "license_file": "LICENSE-APACHE" 764 }, 765 "winapi-i686-pc-windows-gnu 0.4.0": { 766 "name": "winapi-i686-pc-windows-gnu", 767 "version": "0.4.0", 768 "package_url": "https://github.com/retep998/winapi-rs", 769 "repository": { 770 "Http": { 771 "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", 772 "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 773 } 774 }, 775 "targets": [ 776 { 777 "Library": { 778 "crate_name": "winapi_i686_pc_windows_gnu", 779 "crate_root": "src/lib.rs", 780 "srcs": { 781 "allow_empty": true, 782 "include": [ 783 "**/*.rs" 784 ] 785 } 786 } 787 }, 788 { 789 "BuildScript": { 790 "crate_name": "build_script_build", 791 "crate_root": "build.rs", 792 "srcs": { 793 "allow_empty": true, 794 "include": [ 795 "**/*.rs" 796 ] 797 } 798 } 799 } 800 ], 801 "library_target_name": "winapi_i686_pc_windows_gnu", 802 "common_attrs": { 803 "compile_data_glob": [ 804 "**" 805 ], 806 "deps": { 807 "common": [ 808 { 809 "id": "winapi-i686-pc-windows-gnu 0.4.0", 810 "target": "build_script_build" 811 } 812 ], 813 "selects": {} 814 }, 815 "edition": "2015", 816 "version": "0.4.0" 817 }, 818 "build_script_attrs": { 819 "data_glob": [ 820 "**" 821 ] 822 }, 823 "license": "MIT/Apache-2.0", 824 "license_ids": [ 825 "Apache-2.0", 826 "MIT" 827 ], 828 "license_file": null 829 }, 830 "winapi-util 0.1.5": { 831 "name": "winapi-util", 832 "version": "0.1.5", 833 "package_url": "https://github.com/BurntSushi/winapi-util", 834 "repository": { 835 "Http": { 836 "url": "https://static.crates.io/crates/winapi-util/0.1.5/download", 837 "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 838 } 839 }, 840 "targets": [ 841 { 842 "Library": { 843 "crate_name": "winapi_util", 844 "crate_root": "src/lib.rs", 845 "srcs": { 846 "allow_empty": true, 847 "include": [ 848 "**/*.rs" 849 ] 850 } 851 } 852 } 853 ], 854 "library_target_name": "winapi_util", 855 "common_attrs": { 856 "compile_data_glob": [ 857 "**" 858 ], 859 "deps": { 860 "common": [], 861 "selects": { 862 "cfg(windows)": [ 863 { 864 "id": "winapi 0.3.9", 865 "target": "winapi" 866 } 867 ] 868 } 869 }, 870 "edition": "2018", 871 "version": "0.1.5" 872 }, 873 "license": "Unlicense/MIT", 874 "license_ids": [ 875 "MIT", 876 "Unlicense" 877 ], 878 "license_file": "LICENSE-MIT" 879 }, 880 "winapi-x86_64-pc-windows-gnu 0.4.0": { 881 "name": "winapi-x86_64-pc-windows-gnu", 882 "version": "0.4.0", 883 "package_url": "https://github.com/retep998/winapi-rs", 884 "repository": { 885 "Http": { 886 "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", 887 "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 888 } 889 }, 890 "targets": [ 891 { 892 "Library": { 893 "crate_name": "winapi_x86_64_pc_windows_gnu", 894 "crate_root": "src/lib.rs", 895 "srcs": { 896 "allow_empty": true, 897 "include": [ 898 "**/*.rs" 899 ] 900 } 901 } 902 }, 903 { 904 "BuildScript": { 905 "crate_name": "build_script_build", 906 "crate_root": "build.rs", 907 "srcs": { 908 "allow_empty": true, 909 "include": [ 910 "**/*.rs" 911 ] 912 } 913 } 914 } 915 ], 916 "library_target_name": "winapi_x86_64_pc_windows_gnu", 917 "common_attrs": { 918 "compile_data_glob": [ 919 "**" 920 ], 921 "deps": { 922 "common": [ 923 { 924 "id": "winapi-x86_64-pc-windows-gnu 0.4.0", 925 "target": "build_script_build" 926 } 927 ], 928 "selects": {} 929 }, 930 "edition": "2015", 931 "version": "0.4.0" 932 }, 933 "build_script_attrs": { 934 "data_glob": [ 935 "**" 936 ] 937 }, 938 "license": "MIT/Apache-2.0", 939 "license_ids": [ 940 "Apache-2.0", 941 "MIT" 942 ], 943 "license_file": null 944 } 945 }, 946 "binary_crates": [], 947 "workspace_members": { 948 "cxxbridge-cmd 1.0.109": "" 949 }, 950 "conditions": { 951 "aarch64-apple-darwin": [ 952 "aarch64-apple-darwin" 953 ], 954 "aarch64-apple-ios": [ 955 "aarch64-apple-ios" 956 ], 957 "aarch64-apple-ios-sim": [ 958 "aarch64-apple-ios-sim" 959 ], 960 "aarch64-fuchsia": [ 961 "aarch64-fuchsia" 962 ], 963 "aarch64-linux-android": [ 964 "aarch64-linux-android" 965 ], 966 "aarch64-pc-windows-msvc": [ 967 "aarch64-pc-windows-msvc" 968 ], 969 "aarch64-unknown-linux-gnu": [ 970 "aarch64-unknown-linux-gnu" 971 ], 972 "aarch64-unknown-nixos-gnu": [ 973 "aarch64-unknown-nixos-gnu" 974 ], 975 "aarch64-unknown-nto-qnx710": [ 976 "aarch64-unknown-nto-qnx710" 977 ], 978 "arm-unknown-linux-gnueabi": [ 979 "arm-unknown-linux-gnueabi" 980 ], 981 "armv7-linux-androideabi": [ 982 "armv7-linux-androideabi" 983 ], 984 "armv7-unknown-linux-gnueabi": [ 985 "armv7-unknown-linux-gnueabi" 986 ], 987 "cfg(windows)": [ 988 "aarch64-pc-windows-msvc", 989 "i686-pc-windows-msvc", 990 "x86_64-pc-windows-msvc" 991 ], 992 "i686-apple-darwin": [ 993 "i686-apple-darwin" 994 ], 995 "i686-linux-android": [ 996 "i686-linux-android" 997 ], 998 "i686-pc-windows-gnu": [], 999 "i686-pc-windows-msvc": [ 1000 "i686-pc-windows-msvc" 1001 ], 1002 "i686-unknown-freebsd": [ 1003 "i686-unknown-freebsd" 1004 ], 1005 "i686-unknown-linux-gnu": [ 1006 "i686-unknown-linux-gnu" 1007 ], 1008 "powerpc-unknown-linux-gnu": [ 1009 "powerpc-unknown-linux-gnu" 1010 ], 1011 "riscv32imc-unknown-none-elf": [ 1012 "riscv32imc-unknown-none-elf" 1013 ], 1014 "riscv64gc-unknown-none-elf": [ 1015 "riscv64gc-unknown-none-elf" 1016 ], 1017 "s390x-unknown-linux-gnu": [ 1018 "s390x-unknown-linux-gnu" 1019 ], 1020 "thumbv7em-none-eabi": [ 1021 "thumbv7em-none-eabi" 1022 ], 1023 "thumbv8m.main-none-eabi": [ 1024 "thumbv8m.main-none-eabi" 1025 ], 1026 "wasm32-unknown-unknown": [ 1027 "wasm32-unknown-unknown" 1028 ], 1029 "wasm32-wasi": [ 1030 "wasm32-wasi" 1031 ], 1032 "x86_64-apple-darwin": [ 1033 "x86_64-apple-darwin" 1034 ], 1035 "x86_64-apple-ios": [ 1036 "x86_64-apple-ios" 1037 ], 1038 "x86_64-fuchsia": [ 1039 "x86_64-fuchsia" 1040 ], 1041 "x86_64-linux-android": [ 1042 "x86_64-linux-android" 1043 ], 1044 "x86_64-pc-windows-gnu": [], 1045 "x86_64-pc-windows-msvc": [ 1046 "x86_64-pc-windows-msvc" 1047 ], 1048 "x86_64-unknown-freebsd": [ 1049 "x86_64-unknown-freebsd" 1050 ], 1051 "x86_64-unknown-linux-gnu": [ 1052 "x86_64-unknown-linux-gnu" 1053 ], 1054 "x86_64-unknown-nixos-gnu": [ 1055 "x86_64-unknown-nixos-gnu" 1056 ], 1057 "x86_64-unknown-none": [ 1058 "x86_64-unknown-none" 1059 ] 1060 }, 1061 "direct_deps": [ 1062 "clap 4.3.21", 1063 "codespan-reporting 0.11.1", 1064 "proc-macro2 1.0.66", 1065 "quote 1.0.32", 1066 "syn 2.0.28" 1067 ], 1068 "direct_dev_deps": [] 1069} 1070