1{ 2 "checksum": "cd202eb9923ed2d53c7f86e33d05c74e32052c428a6c49bc42876c70cefd1429", 3 "crates": { 4 "aho-corasick 0.7.20": { 5 "name": "aho-corasick", 6 "version": "0.7.20", 7 "package_url": "https://github.com/BurntSushi/aho-corasick", 8 "repository": { 9 "Http": { 10 "url": "https://static.crates.io/crates/aho-corasick/0.7.20/download", 11 "sha256": "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 12 } 13 }, 14 "targets": [ 15 { 16 "Library": { 17 "crate_name": "aho_corasick", 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": "aho_corasick", 29 "common_attrs": { 30 "compile_data_glob": [ 31 "**" 32 ], 33 "crate_features": { 34 "common": [ 35 "default", 36 "std" 37 ], 38 "selects": {} 39 }, 40 "deps": { 41 "common": [ 42 { 43 "id": "memchr 2.5.0", 44 "target": "memchr" 45 } 46 ], 47 "selects": {} 48 }, 49 "edition": "2018", 50 "version": "0.7.20" 51 }, 52 "license": "Unlicense OR MIT", 53 "license_ids": [ 54 "MIT", 55 "Unlicense" 56 ], 57 "license_file": "LICENSE-MIT" 58 }, 59 "anyhow 1.0.69": { 60 "name": "anyhow", 61 "version": "1.0.69", 62 "package_url": "https://github.com/dtolnay/anyhow", 63 "repository": { 64 "Http": { 65 "url": "https://static.crates.io/crates/anyhow/1.0.69/download", 66 "sha256": "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 67 } 68 }, 69 "targets": [ 70 { 71 "Library": { 72 "crate_name": "anyhow", 73 "crate_root": "src/lib.rs", 74 "srcs": { 75 "allow_empty": true, 76 "include": [ 77 "**/*.rs" 78 ] 79 } 80 } 81 }, 82 { 83 "BuildScript": { 84 "crate_name": "build_script_build", 85 "crate_root": "build.rs", 86 "srcs": { 87 "allow_empty": true, 88 "include": [ 89 "**/*.rs" 90 ] 91 } 92 } 93 } 94 ], 95 "library_target_name": "anyhow", 96 "common_attrs": { 97 "compile_data_glob": [ 98 "**" 99 ], 100 "crate_features": { 101 "common": [ 102 "default", 103 "std" 104 ], 105 "selects": {} 106 }, 107 "deps": { 108 "common": [ 109 { 110 "id": "anyhow 1.0.69", 111 "target": "build_script_build" 112 } 113 ], 114 "selects": {} 115 }, 116 "edition": "2018", 117 "version": "1.0.69" 118 }, 119 "build_script_attrs": { 120 "data_glob": [ 121 "**" 122 ] 123 }, 124 "license": "MIT OR Apache-2.0", 125 "license_ids": [ 126 "Apache-2.0", 127 "MIT" 128 ], 129 "license_file": "LICENSE-APACHE" 130 }, 131 "assert-json-diff 2.0.2": { 132 "name": "assert-json-diff", 133 "version": "2.0.2", 134 "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", 135 "repository": { 136 "Http": { 137 "url": "https://static.crates.io/crates/assert-json-diff/2.0.2/download", 138 "sha256": "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 139 } 140 }, 141 "targets": [ 142 { 143 "Library": { 144 "crate_name": "assert_json_diff", 145 "crate_root": "src/lib.rs", 146 "srcs": { 147 "allow_empty": true, 148 "include": [ 149 "**/*.rs" 150 ] 151 } 152 } 153 } 154 ], 155 "library_target_name": "assert_json_diff", 156 "common_attrs": { 157 "compile_data_glob": [ 158 "**" 159 ], 160 "deps": { 161 "common": [ 162 { 163 "id": "serde 1.0.152", 164 "target": "serde" 165 }, 166 { 167 "id": "serde_json 1.0.93", 168 "target": "serde_json" 169 } 170 ], 171 "selects": {} 172 }, 173 "edition": "2018", 174 "version": "2.0.2" 175 }, 176 "license": "MIT", 177 "license_ids": [ 178 "MIT" 179 ], 180 "license_file": "LICENSE" 181 }, 182 "async-channel 1.8.0": { 183 "name": "async-channel", 184 "version": "1.8.0", 185 "package_url": "https://github.com/smol-rs/async-channel", 186 "repository": { 187 "Http": { 188 "url": "https://static.crates.io/crates/async-channel/1.8.0/download", 189 "sha256": "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 190 } 191 }, 192 "targets": [ 193 { 194 "Library": { 195 "crate_name": "async_channel", 196 "crate_root": "src/lib.rs", 197 "srcs": { 198 "allow_empty": true, 199 "include": [ 200 "**/*.rs" 201 ] 202 } 203 } 204 } 205 ], 206 "library_target_name": "async_channel", 207 "common_attrs": { 208 "compile_data_glob": [ 209 "**" 210 ], 211 "deps": { 212 "common": [ 213 { 214 "id": "concurrent-queue 2.1.0", 215 "target": "concurrent_queue" 216 }, 217 { 218 "id": "event-listener 2.5.3", 219 "target": "event_listener" 220 }, 221 { 222 "id": "futures-core 0.3.26", 223 "target": "futures_core" 224 } 225 ], 226 "selects": {} 227 }, 228 "edition": "2018", 229 "version": "1.8.0" 230 }, 231 "license": "Apache-2.0 OR MIT", 232 "license_ids": [ 233 "Apache-2.0", 234 "MIT" 235 ], 236 "license_file": "LICENSE-APACHE" 237 }, 238 "async-executor 1.5.0": { 239 "name": "async-executor", 240 "version": "1.5.0", 241 "package_url": "https://github.com/smol-rs/async-executor", 242 "repository": { 243 "Http": { 244 "url": "https://static.crates.io/crates/async-executor/1.5.0/download", 245 "sha256": "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 246 } 247 }, 248 "targets": [ 249 { 250 "Library": { 251 "crate_name": "async_executor", 252 "crate_root": "src/lib.rs", 253 "srcs": { 254 "allow_empty": true, 255 "include": [ 256 "**/*.rs" 257 ] 258 } 259 } 260 } 261 ], 262 "library_target_name": "async_executor", 263 "common_attrs": { 264 "compile_data_glob": [ 265 "**" 266 ], 267 "deps": { 268 "common": [ 269 { 270 "id": "async-lock 2.7.0", 271 "target": "async_lock" 272 }, 273 { 274 "id": "async-task 4.3.0", 275 "target": "async_task" 276 }, 277 { 278 "id": "concurrent-queue 2.1.0", 279 "target": "concurrent_queue" 280 }, 281 { 282 "id": "fastrand 1.9.0", 283 "target": "fastrand" 284 }, 285 { 286 "id": "futures-lite 1.12.0", 287 "target": "futures_lite" 288 }, 289 { 290 "id": "slab 0.4.8", 291 "target": "slab" 292 } 293 ], 294 "selects": {} 295 }, 296 "edition": "2018", 297 "version": "1.5.0" 298 }, 299 "license": "Apache-2.0 OR MIT", 300 "license_ids": [ 301 "Apache-2.0", 302 "MIT" 303 ], 304 "license_file": "LICENSE-APACHE" 305 }, 306 "async-global-executor 2.3.1": { 307 "name": "async-global-executor", 308 "version": "2.3.1", 309 "package_url": "https://github.com/Keruspe/async-global-executor", 310 "repository": { 311 "Http": { 312 "url": "https://static.crates.io/crates/async-global-executor/2.3.1/download", 313 "sha256": "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 314 } 315 }, 316 "targets": [ 317 { 318 "Library": { 319 "crate_name": "async_global_executor", 320 "crate_root": "src/lib.rs", 321 "srcs": { 322 "allow_empty": true, 323 "include": [ 324 "**/*.rs" 325 ] 326 } 327 } 328 } 329 ], 330 "library_target_name": "async_global_executor", 331 "common_attrs": { 332 "compile_data_glob": [ 333 "**" 334 ], 335 "crate_features": { 336 "common": [ 337 "async-io", 338 "default" 339 ], 340 "selects": {} 341 }, 342 "deps": { 343 "common": [ 344 { 345 "id": "async-channel 1.8.0", 346 "target": "async_channel" 347 }, 348 { 349 "id": "async-executor 1.5.0", 350 "target": "async_executor" 351 }, 352 { 353 "id": "async-io 1.12.0", 354 "target": "async_io" 355 }, 356 { 357 "id": "async-lock 2.7.0", 358 "target": "async_lock" 359 }, 360 { 361 "id": "blocking 1.3.0", 362 "target": "blocking" 363 }, 364 { 365 "id": "futures-lite 1.12.0", 366 "target": "futures_lite" 367 }, 368 { 369 "id": "once_cell 1.17.1", 370 "target": "once_cell" 371 } 372 ], 373 "selects": {} 374 }, 375 "edition": "2021", 376 "version": "2.3.1" 377 }, 378 "license": "Apache-2.0 OR MIT", 379 "license_ids": [ 380 "Apache-2.0", 381 "MIT" 382 ], 383 "license_file": "LICENSE-APACHE" 384 }, 385 "async-io 1.12.0": { 386 "name": "async-io", 387 "version": "1.12.0", 388 "package_url": "https://github.com/smol-rs/async-io", 389 "repository": { 390 "Http": { 391 "url": "https://static.crates.io/crates/async-io/1.12.0/download", 392 "sha256": "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" 393 } 394 }, 395 "targets": [ 396 { 397 "Library": { 398 "crate_name": "async_io", 399 "crate_root": "src/lib.rs", 400 "srcs": { 401 "allow_empty": true, 402 "include": [ 403 "**/*.rs" 404 ] 405 } 406 } 407 }, 408 { 409 "BuildScript": { 410 "crate_name": "build_script_build", 411 "crate_root": "build.rs", 412 "srcs": { 413 "allow_empty": true, 414 "include": [ 415 "**/*.rs" 416 ] 417 } 418 } 419 } 420 ], 421 "library_target_name": "async_io", 422 "common_attrs": { 423 "compile_data_glob": [ 424 "**" 425 ], 426 "deps": { 427 "common": [ 428 { 429 "id": "async-io 1.12.0", 430 "target": "build_script_build" 431 }, 432 { 433 "id": "async-lock 2.7.0", 434 "target": "async_lock" 435 }, 436 { 437 "id": "concurrent-queue 2.1.0", 438 "target": "concurrent_queue" 439 }, 440 { 441 "id": "futures-lite 1.12.0", 442 "target": "futures_lite" 443 }, 444 { 445 "id": "log 0.4.17", 446 "target": "log" 447 }, 448 { 449 "id": "parking 2.0.0", 450 "target": "parking" 451 }, 452 { 453 "id": "polling 2.5.2", 454 "target": "polling" 455 }, 456 { 457 "id": "slab 0.4.8", 458 "target": "slab" 459 }, 460 { 461 "id": "socket2 0.4.9", 462 "target": "socket2" 463 }, 464 { 465 "id": "waker-fn 1.1.0", 466 "target": "waker_fn" 467 } 468 ], 469 "selects": { 470 "cfg(unix)": [ 471 { 472 "id": "libc 0.2.139", 473 "target": "libc" 474 } 475 ], 476 "cfg(windows)": [ 477 { 478 "id": "windows-sys 0.42.0", 479 "target": "windows_sys" 480 } 481 ] 482 } 483 }, 484 "edition": "2018", 485 "version": "1.12.0" 486 }, 487 "build_script_attrs": { 488 "data_glob": [ 489 "**" 490 ], 491 "deps": { 492 "common": [ 493 { 494 "id": "autocfg 1.1.0", 495 "target": "autocfg" 496 } 497 ], 498 "selects": {} 499 } 500 }, 501 "license": "Apache-2.0 OR MIT", 502 "license_ids": [ 503 "Apache-2.0", 504 "MIT" 505 ], 506 "license_file": "LICENSE-APACHE" 507 }, 508 "async-lock 2.7.0": { 509 "name": "async-lock", 510 "version": "2.7.0", 511 "package_url": "https://github.com/smol-rs/async-lock", 512 "repository": { 513 "Http": { 514 "url": "https://static.crates.io/crates/async-lock/2.7.0/download", 515 "sha256": "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 516 } 517 }, 518 "targets": [ 519 { 520 "Library": { 521 "crate_name": "async_lock", 522 "crate_root": "src/lib.rs", 523 "srcs": { 524 "allow_empty": true, 525 "include": [ 526 "**/*.rs" 527 ] 528 } 529 } 530 } 531 ], 532 "library_target_name": "async_lock", 533 "common_attrs": { 534 "compile_data_glob": [ 535 "**" 536 ], 537 "deps": { 538 "common": [ 539 { 540 "id": "event-listener 2.5.3", 541 "target": "event_listener" 542 } 543 ], 544 "selects": {} 545 }, 546 "edition": "2018", 547 "version": "2.7.0" 548 }, 549 "license": "Apache-2.0 OR MIT", 550 "license_ids": [ 551 "Apache-2.0", 552 "MIT" 553 ], 554 "license_file": "LICENSE-APACHE" 555 }, 556 "async-object-pool 0.1.4": { 557 "name": "async-object-pool", 558 "version": "0.1.4", 559 "package_url": "https://github.com/alexliesenfeld/async-object-pool", 560 "repository": { 561 "Http": { 562 "url": "https://static.crates.io/crates/async-object-pool/0.1.4/download", 563 "sha256": "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc" 564 } 565 }, 566 "targets": [ 567 { 568 "Library": { 569 "crate_name": "async_object_pool", 570 "crate_root": "src/lib.rs", 571 "srcs": { 572 "allow_empty": true, 573 "include": [ 574 "**/*.rs" 575 ] 576 } 577 } 578 } 579 ], 580 "library_target_name": "async_object_pool", 581 "common_attrs": { 582 "compile_data_glob": [ 583 "**" 584 ], 585 "deps": { 586 "common": [ 587 { 588 "id": "async-std 1.12.0", 589 "target": "async_std" 590 } 591 ], 592 "selects": {} 593 }, 594 "edition": "2018", 595 "version": "0.1.4" 596 }, 597 "license": "MIT", 598 "license_ids": [ 599 "MIT" 600 ], 601 "license_file": "LICENSE" 602 }, 603 "async-process 1.6.0": { 604 "name": "async-process", 605 "version": "1.6.0", 606 "package_url": "https://github.com/smol-rs/async-process", 607 "repository": { 608 "Http": { 609 "url": "https://static.crates.io/crates/async-process/1.6.0/download", 610 "sha256": "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" 611 } 612 }, 613 "targets": [ 614 { 615 "Library": { 616 "crate_name": "async_process", 617 "crate_root": "src/lib.rs", 618 "srcs": { 619 "allow_empty": true, 620 "include": [ 621 "**/*.rs" 622 ] 623 } 624 } 625 }, 626 { 627 "BuildScript": { 628 "crate_name": "build_script_build", 629 "crate_root": "build.rs", 630 "srcs": { 631 "allow_empty": true, 632 "include": [ 633 "**/*.rs" 634 ] 635 } 636 } 637 } 638 ], 639 "library_target_name": "async_process", 640 "common_attrs": { 641 "compile_data_glob": [ 642 "**" 643 ], 644 "deps": { 645 "common": [ 646 { 647 "id": "async-lock 2.7.0", 648 "target": "async_lock" 649 }, 650 { 651 "id": "async-process 1.6.0", 652 "target": "build_script_build" 653 }, 654 { 655 "id": "cfg-if 1.0.0", 656 "target": "cfg_if" 657 }, 658 { 659 "id": "event-listener 2.5.3", 660 "target": "event_listener" 661 }, 662 { 663 "id": "futures-lite 1.12.0", 664 "target": "futures_lite" 665 } 666 ], 667 "selects": { 668 "cfg(unix)": [ 669 { 670 "id": "async-io 1.12.0", 671 "target": "async_io" 672 }, 673 { 674 "id": "libc 0.2.139", 675 "target": "libc" 676 }, 677 { 678 "id": "signal-hook 0.3.15", 679 "target": "signal_hook" 680 } 681 ], 682 "cfg(windows)": [ 683 { 684 "id": "blocking 1.3.0", 685 "target": "blocking" 686 }, 687 { 688 "id": "windows-sys 0.42.0", 689 "target": "windows_sys" 690 } 691 ] 692 } 693 }, 694 "edition": "2018", 695 "version": "1.6.0" 696 }, 697 "build_script_attrs": { 698 "data_glob": [ 699 "**" 700 ], 701 "deps": { 702 "common": [ 703 { 704 "id": "autocfg 1.1.0", 705 "target": "autocfg" 706 } 707 ], 708 "selects": {} 709 } 710 }, 711 "license": "Apache-2.0 OR MIT", 712 "license_ids": [ 713 "Apache-2.0", 714 "MIT" 715 ], 716 "license_file": "LICENSE-APACHE" 717 }, 718 "async-std 1.12.0": { 719 "name": "async-std", 720 "version": "1.12.0", 721 "package_url": "https://github.com/async-rs/async-std", 722 "repository": { 723 "Http": { 724 "url": "https://static.crates.io/crates/async-std/1.12.0/download", 725 "sha256": "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 726 } 727 }, 728 "targets": [ 729 { 730 "Library": { 731 "crate_name": "async_std", 732 "crate_root": "src/lib.rs", 733 "srcs": { 734 "allow_empty": true, 735 "include": [ 736 "**/*.rs" 737 ] 738 } 739 } 740 } 741 ], 742 "library_target_name": "async_std", 743 "common_attrs": { 744 "compile_data_glob": [ 745 "**" 746 ], 747 "crate_features": { 748 "common": [ 749 "alloc", 750 "async-channel", 751 "async-global-executor", 752 "async-io", 753 "async-lock", 754 "async-process", 755 "crossbeam-utils", 756 "default", 757 "futures-channel", 758 "futures-core", 759 "futures-io", 760 "futures-lite", 761 "gloo-timers", 762 "kv-log-macro", 763 "log", 764 "memchr", 765 "once_cell", 766 "pin-project-lite", 767 "pin-utils", 768 "slab", 769 "std", 770 "unstable", 771 "wasm-bindgen-futures" 772 ], 773 "selects": {} 774 }, 775 "deps": { 776 "common": [ 777 { 778 "id": "async-channel 1.8.0", 779 "target": "async_channel" 780 }, 781 { 782 "id": "async-lock 2.7.0", 783 "target": "async_lock" 784 }, 785 { 786 "id": "crossbeam-utils 0.8.15", 787 "target": "crossbeam_utils" 788 }, 789 { 790 "id": "futures-core 0.3.26", 791 "target": "futures_core" 792 }, 793 { 794 "id": "futures-io 0.3.26", 795 "target": "futures_io" 796 }, 797 { 798 "id": "kv-log-macro 1.0.7", 799 "target": "kv_log_macro" 800 }, 801 { 802 "id": "log 0.4.17", 803 "target": "log" 804 }, 805 { 806 "id": "memchr 2.5.0", 807 "target": "memchr" 808 }, 809 { 810 "id": "once_cell 1.17.1", 811 "target": "once_cell" 812 }, 813 { 814 "id": "pin-project-lite 0.2.9", 815 "target": "pin_project_lite" 816 }, 817 { 818 "id": "pin-utils 0.1.0", 819 "target": "pin_utils" 820 }, 821 { 822 "id": "slab 0.4.8", 823 "target": "slab" 824 } 825 ], 826 "selects": { 827 "aarch64-apple-darwin": [ 828 { 829 "id": "async-global-executor 2.3.1", 830 "target": "async_global_executor" 831 }, 832 { 833 "id": "async-io 1.12.0", 834 "target": "async_io" 835 }, 836 { 837 "id": "async-process 1.6.0", 838 "target": "async_process" 839 }, 840 { 841 "id": "futures-lite 1.12.0", 842 "target": "futures_lite" 843 } 844 ], 845 "aarch64-apple-ios": [ 846 { 847 "id": "async-global-executor 2.3.1", 848 "target": "async_global_executor" 849 }, 850 { 851 "id": "async-io 1.12.0", 852 "target": "async_io" 853 }, 854 { 855 "id": "async-process 1.6.0", 856 "target": "async_process" 857 }, 858 { 859 "id": "futures-lite 1.12.0", 860 "target": "futures_lite" 861 } 862 ], 863 "aarch64-apple-ios-sim": [ 864 { 865 "id": "async-global-executor 2.3.1", 866 "target": "async_global_executor" 867 }, 868 { 869 "id": "async-io 1.12.0", 870 "target": "async_io" 871 }, 872 { 873 "id": "async-process 1.6.0", 874 "target": "async_process" 875 }, 876 { 877 "id": "futures-lite 1.12.0", 878 "target": "futures_lite" 879 } 880 ], 881 "aarch64-fuchsia": [ 882 { 883 "id": "async-global-executor 2.3.1", 884 "target": "async_global_executor" 885 }, 886 { 887 "id": "async-io 1.12.0", 888 "target": "async_io" 889 }, 890 { 891 "id": "async-process 1.6.0", 892 "target": "async_process" 893 }, 894 { 895 "id": "futures-lite 1.12.0", 896 "target": "futures_lite" 897 } 898 ], 899 "aarch64-linux-android": [ 900 { 901 "id": "async-global-executor 2.3.1", 902 "target": "async_global_executor" 903 }, 904 { 905 "id": "async-io 1.12.0", 906 "target": "async_io" 907 }, 908 { 909 "id": "async-process 1.6.0", 910 "target": "async_process" 911 }, 912 { 913 "id": "futures-lite 1.12.0", 914 "target": "futures_lite" 915 } 916 ], 917 "aarch64-pc-windows-msvc": [ 918 { 919 "id": "async-global-executor 2.3.1", 920 "target": "async_global_executor" 921 }, 922 { 923 "id": "async-io 1.12.0", 924 "target": "async_io" 925 }, 926 { 927 "id": "async-process 1.6.0", 928 "target": "async_process" 929 }, 930 { 931 "id": "futures-lite 1.12.0", 932 "target": "futures_lite" 933 } 934 ], 935 "aarch64-unknown-linux-gnu": [ 936 { 937 "id": "async-global-executor 2.3.1", 938 "target": "async_global_executor" 939 }, 940 { 941 "id": "async-io 1.12.0", 942 "target": "async_io" 943 }, 944 { 945 "id": "async-process 1.6.0", 946 "target": "async_process" 947 }, 948 { 949 "id": "futures-lite 1.12.0", 950 "target": "futures_lite" 951 } 952 ], 953 "aarch64-unknown-nixos-gnu": [ 954 { 955 "id": "async-global-executor 2.3.1", 956 "target": "async_global_executor" 957 }, 958 { 959 "id": "async-io 1.12.0", 960 "target": "async_io" 961 }, 962 { 963 "id": "async-process 1.6.0", 964 "target": "async_process" 965 }, 966 { 967 "id": "futures-lite 1.12.0", 968 "target": "futures_lite" 969 } 970 ], 971 "aarch64-unknown-nto-qnx710": [ 972 { 973 "id": "async-global-executor 2.3.1", 974 "target": "async_global_executor" 975 }, 976 { 977 "id": "async-io 1.12.0", 978 "target": "async_io" 979 }, 980 { 981 "id": "async-process 1.6.0", 982 "target": "async_process" 983 }, 984 { 985 "id": "futures-lite 1.12.0", 986 "target": "futures_lite" 987 } 988 ], 989 "arm-unknown-linux-gnueabi": [ 990 { 991 "id": "async-global-executor 2.3.1", 992 "target": "async_global_executor" 993 }, 994 { 995 "id": "async-io 1.12.0", 996 "target": "async_io" 997 }, 998 { 999 "id": "async-process 1.6.0", 1000 "target": "async_process" 1001 }, 1002 { 1003 "id": "futures-lite 1.12.0", 1004 "target": "futures_lite" 1005 } 1006 ], 1007 "armv7-linux-androideabi": [ 1008 { 1009 "id": "async-global-executor 2.3.1", 1010 "target": "async_global_executor" 1011 }, 1012 { 1013 "id": "async-io 1.12.0", 1014 "target": "async_io" 1015 }, 1016 { 1017 "id": "async-process 1.6.0", 1018 "target": "async_process" 1019 }, 1020 { 1021 "id": "futures-lite 1.12.0", 1022 "target": "futures_lite" 1023 } 1024 ], 1025 "armv7-unknown-linux-gnueabi": [ 1026 { 1027 "id": "async-global-executor 2.3.1", 1028 "target": "async_global_executor" 1029 }, 1030 { 1031 "id": "async-io 1.12.0", 1032 "target": "async_io" 1033 }, 1034 { 1035 "id": "async-process 1.6.0", 1036 "target": "async_process" 1037 }, 1038 { 1039 "id": "futures-lite 1.12.0", 1040 "target": "futures_lite" 1041 } 1042 ], 1043 "i686-apple-darwin": [ 1044 { 1045 "id": "async-global-executor 2.3.1", 1046 "target": "async_global_executor" 1047 }, 1048 { 1049 "id": "async-io 1.12.0", 1050 "target": "async_io" 1051 }, 1052 { 1053 "id": "async-process 1.6.0", 1054 "target": "async_process" 1055 }, 1056 { 1057 "id": "futures-lite 1.12.0", 1058 "target": "futures_lite" 1059 } 1060 ], 1061 "i686-linux-android": [ 1062 { 1063 "id": "async-global-executor 2.3.1", 1064 "target": "async_global_executor" 1065 }, 1066 { 1067 "id": "async-io 1.12.0", 1068 "target": "async_io" 1069 }, 1070 { 1071 "id": "async-process 1.6.0", 1072 "target": "async_process" 1073 }, 1074 { 1075 "id": "futures-lite 1.12.0", 1076 "target": "futures_lite" 1077 } 1078 ], 1079 "i686-pc-windows-msvc": [ 1080 { 1081 "id": "async-global-executor 2.3.1", 1082 "target": "async_global_executor" 1083 }, 1084 { 1085 "id": "async-io 1.12.0", 1086 "target": "async_io" 1087 }, 1088 { 1089 "id": "async-process 1.6.0", 1090 "target": "async_process" 1091 }, 1092 { 1093 "id": "futures-lite 1.12.0", 1094 "target": "futures_lite" 1095 } 1096 ], 1097 "i686-unknown-freebsd": [ 1098 { 1099 "id": "async-global-executor 2.3.1", 1100 "target": "async_global_executor" 1101 }, 1102 { 1103 "id": "async-io 1.12.0", 1104 "target": "async_io" 1105 }, 1106 { 1107 "id": "async-process 1.6.0", 1108 "target": "async_process" 1109 }, 1110 { 1111 "id": "futures-lite 1.12.0", 1112 "target": "futures_lite" 1113 } 1114 ], 1115 "i686-unknown-linux-gnu": [ 1116 { 1117 "id": "async-global-executor 2.3.1", 1118 "target": "async_global_executor" 1119 }, 1120 { 1121 "id": "async-io 1.12.0", 1122 "target": "async_io" 1123 }, 1124 { 1125 "id": "async-process 1.6.0", 1126 "target": "async_process" 1127 }, 1128 { 1129 "id": "futures-lite 1.12.0", 1130 "target": "futures_lite" 1131 } 1132 ], 1133 "powerpc-unknown-linux-gnu": [ 1134 { 1135 "id": "async-global-executor 2.3.1", 1136 "target": "async_global_executor" 1137 }, 1138 { 1139 "id": "async-io 1.12.0", 1140 "target": "async_io" 1141 }, 1142 { 1143 "id": "async-process 1.6.0", 1144 "target": "async_process" 1145 }, 1146 { 1147 "id": "futures-lite 1.12.0", 1148 "target": "futures_lite" 1149 } 1150 ], 1151 "riscv32imc-unknown-none-elf": [ 1152 { 1153 "id": "async-global-executor 2.3.1", 1154 "target": "async_global_executor" 1155 }, 1156 { 1157 "id": "async-io 1.12.0", 1158 "target": "async_io" 1159 }, 1160 { 1161 "id": "async-process 1.6.0", 1162 "target": "async_process" 1163 }, 1164 { 1165 "id": "futures-lite 1.12.0", 1166 "target": "futures_lite" 1167 } 1168 ], 1169 "riscv64gc-unknown-none-elf": [ 1170 { 1171 "id": "async-global-executor 2.3.1", 1172 "target": "async_global_executor" 1173 }, 1174 { 1175 "id": "async-io 1.12.0", 1176 "target": "async_io" 1177 }, 1178 { 1179 "id": "async-process 1.6.0", 1180 "target": "async_process" 1181 }, 1182 { 1183 "id": "futures-lite 1.12.0", 1184 "target": "futures_lite" 1185 } 1186 ], 1187 "s390x-unknown-linux-gnu": [ 1188 { 1189 "id": "async-global-executor 2.3.1", 1190 "target": "async_global_executor" 1191 }, 1192 { 1193 "id": "async-io 1.12.0", 1194 "target": "async_io" 1195 }, 1196 { 1197 "id": "async-process 1.6.0", 1198 "target": "async_process" 1199 }, 1200 { 1201 "id": "futures-lite 1.12.0", 1202 "target": "futures_lite" 1203 } 1204 ], 1205 "thumbv7em-none-eabi": [ 1206 { 1207 "id": "async-global-executor 2.3.1", 1208 "target": "async_global_executor" 1209 }, 1210 { 1211 "id": "async-io 1.12.0", 1212 "target": "async_io" 1213 }, 1214 { 1215 "id": "async-process 1.6.0", 1216 "target": "async_process" 1217 }, 1218 { 1219 "id": "futures-lite 1.12.0", 1220 "target": "futures_lite" 1221 } 1222 ], 1223 "thumbv8m.main-none-eabi": [ 1224 { 1225 "id": "async-global-executor 2.3.1", 1226 "target": "async_global_executor" 1227 }, 1228 { 1229 "id": "async-io 1.12.0", 1230 "target": "async_io" 1231 }, 1232 { 1233 "id": "async-process 1.6.0", 1234 "target": "async_process" 1235 }, 1236 { 1237 "id": "futures-lite 1.12.0", 1238 "target": "futures_lite" 1239 } 1240 ], 1241 "wasm32-unknown-unknown": [ 1242 { 1243 "id": "futures-channel 0.3.26", 1244 "target": "futures_channel" 1245 }, 1246 { 1247 "id": "gloo-timers 0.2.6", 1248 "target": "gloo_timers" 1249 }, 1250 { 1251 "id": "wasm-bindgen-futures 0.4.34", 1252 "target": "wasm_bindgen_futures" 1253 } 1254 ], 1255 "wasm32-wasi": [ 1256 { 1257 "id": "async-global-executor 2.3.1", 1258 "target": "async_global_executor" 1259 }, 1260 { 1261 "id": "async-io 1.12.0", 1262 "target": "async_io" 1263 }, 1264 { 1265 "id": "async-process 1.6.0", 1266 "target": "async_process" 1267 }, 1268 { 1269 "id": "futures-channel 0.3.26", 1270 "target": "futures_channel" 1271 }, 1272 { 1273 "id": "futures-lite 1.12.0", 1274 "target": "futures_lite" 1275 }, 1276 { 1277 "id": "gloo-timers 0.2.6", 1278 "target": "gloo_timers" 1279 }, 1280 { 1281 "id": "wasm-bindgen-futures 0.4.34", 1282 "target": "wasm_bindgen_futures" 1283 } 1284 ], 1285 "x86_64-apple-darwin": [ 1286 { 1287 "id": "async-global-executor 2.3.1", 1288 "target": "async_global_executor" 1289 }, 1290 { 1291 "id": "async-io 1.12.0", 1292 "target": "async_io" 1293 }, 1294 { 1295 "id": "async-process 1.6.0", 1296 "target": "async_process" 1297 }, 1298 { 1299 "id": "futures-lite 1.12.0", 1300 "target": "futures_lite" 1301 } 1302 ], 1303 "x86_64-apple-ios": [ 1304 { 1305 "id": "async-global-executor 2.3.1", 1306 "target": "async_global_executor" 1307 }, 1308 { 1309 "id": "async-io 1.12.0", 1310 "target": "async_io" 1311 }, 1312 { 1313 "id": "async-process 1.6.0", 1314 "target": "async_process" 1315 }, 1316 { 1317 "id": "futures-lite 1.12.0", 1318 "target": "futures_lite" 1319 } 1320 ], 1321 "x86_64-fuchsia": [ 1322 { 1323 "id": "async-global-executor 2.3.1", 1324 "target": "async_global_executor" 1325 }, 1326 { 1327 "id": "async-io 1.12.0", 1328 "target": "async_io" 1329 }, 1330 { 1331 "id": "async-process 1.6.0", 1332 "target": "async_process" 1333 }, 1334 { 1335 "id": "futures-lite 1.12.0", 1336 "target": "futures_lite" 1337 } 1338 ], 1339 "x86_64-linux-android": [ 1340 { 1341 "id": "async-global-executor 2.3.1", 1342 "target": "async_global_executor" 1343 }, 1344 { 1345 "id": "async-io 1.12.0", 1346 "target": "async_io" 1347 }, 1348 { 1349 "id": "async-process 1.6.0", 1350 "target": "async_process" 1351 }, 1352 { 1353 "id": "futures-lite 1.12.0", 1354 "target": "futures_lite" 1355 } 1356 ], 1357 "x86_64-pc-windows-msvc": [ 1358 { 1359 "id": "async-global-executor 2.3.1", 1360 "target": "async_global_executor" 1361 }, 1362 { 1363 "id": "async-io 1.12.0", 1364 "target": "async_io" 1365 }, 1366 { 1367 "id": "async-process 1.6.0", 1368 "target": "async_process" 1369 }, 1370 { 1371 "id": "futures-lite 1.12.0", 1372 "target": "futures_lite" 1373 } 1374 ], 1375 "x86_64-unknown-freebsd": [ 1376 { 1377 "id": "async-global-executor 2.3.1", 1378 "target": "async_global_executor" 1379 }, 1380 { 1381 "id": "async-io 1.12.0", 1382 "target": "async_io" 1383 }, 1384 { 1385 "id": "async-process 1.6.0", 1386 "target": "async_process" 1387 }, 1388 { 1389 "id": "futures-lite 1.12.0", 1390 "target": "futures_lite" 1391 } 1392 ], 1393 "x86_64-unknown-linux-gnu": [ 1394 { 1395 "id": "async-global-executor 2.3.1", 1396 "target": "async_global_executor" 1397 }, 1398 { 1399 "id": "async-io 1.12.0", 1400 "target": "async_io" 1401 }, 1402 { 1403 "id": "async-process 1.6.0", 1404 "target": "async_process" 1405 }, 1406 { 1407 "id": "futures-lite 1.12.0", 1408 "target": "futures_lite" 1409 } 1410 ], 1411 "x86_64-unknown-nixos-gnu": [ 1412 { 1413 "id": "async-global-executor 2.3.1", 1414 "target": "async_global_executor" 1415 }, 1416 { 1417 "id": "async-io 1.12.0", 1418 "target": "async_io" 1419 }, 1420 { 1421 "id": "async-process 1.6.0", 1422 "target": "async_process" 1423 }, 1424 { 1425 "id": "futures-lite 1.12.0", 1426 "target": "futures_lite" 1427 } 1428 ], 1429 "x86_64-unknown-none": [ 1430 { 1431 "id": "async-global-executor 2.3.1", 1432 "target": "async_global_executor" 1433 }, 1434 { 1435 "id": "async-io 1.12.0", 1436 "target": "async_io" 1437 }, 1438 { 1439 "id": "async-process 1.6.0", 1440 "target": "async_process" 1441 }, 1442 { 1443 "id": "futures-lite 1.12.0", 1444 "target": "futures_lite" 1445 } 1446 ] 1447 } 1448 }, 1449 "edition": "2018", 1450 "version": "1.12.0" 1451 }, 1452 "license": "Apache-2.0/MIT", 1453 "license_ids": [ 1454 "Apache-2.0", 1455 "MIT" 1456 ], 1457 "license_file": "LICENSE-APACHE" 1458 }, 1459 "async-task 4.3.0": { 1460 "name": "async-task", 1461 "version": "4.3.0", 1462 "package_url": "https://github.com/smol-rs/async-task", 1463 "repository": { 1464 "Http": { 1465 "url": "https://static.crates.io/crates/async-task/4.3.0/download", 1466 "sha256": "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 1467 } 1468 }, 1469 "targets": [ 1470 { 1471 "Library": { 1472 "crate_name": "async_task", 1473 "crate_root": "src/lib.rs", 1474 "srcs": { 1475 "allow_empty": true, 1476 "include": [ 1477 "**/*.rs" 1478 ] 1479 } 1480 } 1481 } 1482 ], 1483 "library_target_name": "async_task", 1484 "common_attrs": { 1485 "compile_data_glob": [ 1486 "**" 1487 ], 1488 "crate_features": { 1489 "common": [ 1490 "default", 1491 "std" 1492 ], 1493 "selects": {} 1494 }, 1495 "edition": "2018", 1496 "version": "4.3.0" 1497 }, 1498 "license": "Apache-2.0 OR MIT", 1499 "license_ids": [ 1500 "Apache-2.0", 1501 "MIT" 1502 ], 1503 "license_file": "LICENSE-APACHE" 1504 }, 1505 "async-trait 0.1.64": { 1506 "name": "async-trait", 1507 "version": "0.1.64", 1508 "package_url": "https://github.com/dtolnay/async-trait", 1509 "repository": { 1510 "Http": { 1511 "url": "https://static.crates.io/crates/async-trait/0.1.64/download", 1512 "sha256": "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" 1513 } 1514 }, 1515 "targets": [ 1516 { 1517 "ProcMacro": { 1518 "crate_name": "async_trait", 1519 "crate_root": "src/lib.rs", 1520 "srcs": { 1521 "allow_empty": true, 1522 "include": [ 1523 "**/*.rs" 1524 ] 1525 } 1526 } 1527 }, 1528 { 1529 "BuildScript": { 1530 "crate_name": "build_script_build", 1531 "crate_root": "build.rs", 1532 "srcs": { 1533 "allow_empty": true, 1534 "include": [ 1535 "**/*.rs" 1536 ] 1537 } 1538 } 1539 } 1540 ], 1541 "library_target_name": "async_trait", 1542 "common_attrs": { 1543 "compile_data_glob": [ 1544 "**" 1545 ], 1546 "deps": { 1547 "common": [ 1548 { 1549 "id": "async-trait 0.1.64", 1550 "target": "build_script_build" 1551 }, 1552 { 1553 "id": "proc-macro2 1.0.51", 1554 "target": "proc_macro2" 1555 }, 1556 { 1557 "id": "quote 1.0.23", 1558 "target": "quote" 1559 }, 1560 { 1561 "id": "syn 1.0.109", 1562 "target": "syn" 1563 } 1564 ], 1565 "selects": {} 1566 }, 1567 "edition": "2018", 1568 "version": "0.1.64" 1569 }, 1570 "build_script_attrs": { 1571 "data_glob": [ 1572 "**" 1573 ] 1574 }, 1575 "license": "MIT OR Apache-2.0", 1576 "license_ids": [ 1577 "Apache-2.0", 1578 "MIT" 1579 ], 1580 "license_file": "LICENSE-APACHE" 1581 }, 1582 "atomic-waker 1.1.0": { 1583 "name": "atomic-waker", 1584 "version": "1.1.0", 1585 "package_url": "https://github.com/smol-rs/atomic-waker", 1586 "repository": { 1587 "Http": { 1588 "url": "https://static.crates.io/crates/atomic-waker/1.1.0/download", 1589 "sha256": "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" 1590 } 1591 }, 1592 "targets": [ 1593 { 1594 "Library": { 1595 "crate_name": "atomic_waker", 1596 "crate_root": "src/lib.rs", 1597 "srcs": { 1598 "allow_empty": true, 1599 "include": [ 1600 "**/*.rs" 1601 ] 1602 } 1603 } 1604 } 1605 ], 1606 "library_target_name": "atomic_waker", 1607 "common_attrs": { 1608 "compile_data_glob": [ 1609 "**" 1610 ], 1611 "edition": "2018", 1612 "version": "1.1.0" 1613 }, 1614 "license": "Apache-2.0 OR MIT", 1615 "license_ids": [ 1616 "Apache-2.0", 1617 "MIT" 1618 ], 1619 "license_file": "LICENSE-APACHE" 1620 }, 1621 "autocfg 1.1.0": { 1622 "name": "autocfg", 1623 "version": "1.1.0", 1624 "package_url": "https://github.com/cuviper/autocfg", 1625 "repository": { 1626 "Http": { 1627 "url": "https://static.crates.io/crates/autocfg/1.1.0/download", 1628 "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 1629 } 1630 }, 1631 "targets": [ 1632 { 1633 "Library": { 1634 "crate_name": "autocfg", 1635 "crate_root": "src/lib.rs", 1636 "srcs": { 1637 "allow_empty": true, 1638 "include": [ 1639 "**/*.rs" 1640 ] 1641 } 1642 } 1643 } 1644 ], 1645 "library_target_name": "autocfg", 1646 "common_attrs": { 1647 "compile_data_glob": [ 1648 "**" 1649 ], 1650 "edition": "2015", 1651 "version": "1.1.0" 1652 }, 1653 "license": "Apache-2.0 OR MIT", 1654 "license_ids": [ 1655 "Apache-2.0", 1656 "MIT" 1657 ], 1658 "license_file": "LICENSE-APACHE" 1659 }, 1660 "base64 0.13.1": { 1661 "name": "base64", 1662 "version": "0.13.1", 1663 "package_url": "https://github.com/marshallpierce/rust-base64", 1664 "repository": { 1665 "Http": { 1666 "url": "https://static.crates.io/crates/base64/0.13.1/download", 1667 "sha256": "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 1668 } 1669 }, 1670 "targets": [ 1671 { 1672 "Library": { 1673 "crate_name": "base64", 1674 "crate_root": "src/lib.rs", 1675 "srcs": { 1676 "allow_empty": true, 1677 "include": [ 1678 "**/*.rs" 1679 ] 1680 } 1681 } 1682 } 1683 ], 1684 "library_target_name": "base64", 1685 "common_attrs": { 1686 "compile_data_glob": [ 1687 "**" 1688 ], 1689 "crate_features": { 1690 "common": [ 1691 "default", 1692 "std" 1693 ], 1694 "selects": {} 1695 }, 1696 "edition": "2018", 1697 "version": "0.13.1" 1698 }, 1699 "license": "MIT/Apache-2.0", 1700 "license_ids": [ 1701 "Apache-2.0", 1702 "MIT" 1703 ], 1704 "license_file": "LICENSE-APACHE" 1705 }, 1706 "base64 0.21.0": { 1707 "name": "base64", 1708 "version": "0.21.0", 1709 "package_url": "https://github.com/marshallpierce/rust-base64", 1710 "repository": { 1711 "Http": { 1712 "url": "https://static.crates.io/crates/base64/0.21.0/download", 1713 "sha256": "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 1714 } 1715 }, 1716 "targets": [ 1717 { 1718 "Library": { 1719 "crate_name": "base64", 1720 "crate_root": "src/lib.rs", 1721 "srcs": { 1722 "allow_empty": true, 1723 "include": [ 1724 "**/*.rs" 1725 ] 1726 } 1727 } 1728 } 1729 ], 1730 "library_target_name": "base64", 1731 "common_attrs": { 1732 "compile_data_glob": [ 1733 "**" 1734 ], 1735 "crate_features": { 1736 "common": [ 1737 "default", 1738 "std" 1739 ], 1740 "selects": {} 1741 }, 1742 "edition": "2021", 1743 "version": "0.21.0" 1744 }, 1745 "license": "MIT OR Apache-2.0", 1746 "license_ids": [ 1747 "Apache-2.0", 1748 "MIT" 1749 ], 1750 "license_file": "LICENSE-APACHE" 1751 }, 1752 "block-buffer 0.9.0": { 1753 "name": "block-buffer", 1754 "version": "0.9.0", 1755 "package_url": "https://github.com/RustCrypto/utils", 1756 "repository": { 1757 "Http": { 1758 "url": "https://static.crates.io/crates/block-buffer/0.9.0/download", 1759 "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 1760 } 1761 }, 1762 "targets": [ 1763 { 1764 "Library": { 1765 "crate_name": "block_buffer", 1766 "crate_root": "src/lib.rs", 1767 "srcs": { 1768 "allow_empty": true, 1769 "include": [ 1770 "**/*.rs" 1771 ] 1772 } 1773 } 1774 } 1775 ], 1776 "library_target_name": "block_buffer", 1777 "common_attrs": { 1778 "compile_data_glob": [ 1779 "**" 1780 ], 1781 "deps": { 1782 "common": [ 1783 { 1784 "id": "generic-array 0.14.6", 1785 "target": "generic_array" 1786 } 1787 ], 1788 "selects": {} 1789 }, 1790 "edition": "2018", 1791 "version": "0.9.0" 1792 }, 1793 "license": "MIT OR Apache-2.0", 1794 "license_ids": [ 1795 "Apache-2.0", 1796 "MIT" 1797 ], 1798 "license_file": "LICENSE-APACHE" 1799 }, 1800 "blocking 1.3.0": { 1801 "name": "blocking", 1802 "version": "1.3.0", 1803 "package_url": "https://github.com/smol-rs/blocking", 1804 "repository": { 1805 "Http": { 1806 "url": "https://static.crates.io/crates/blocking/1.3.0/download", 1807 "sha256": "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" 1808 } 1809 }, 1810 "targets": [ 1811 { 1812 "Library": { 1813 "crate_name": "blocking", 1814 "crate_root": "src/lib.rs", 1815 "srcs": { 1816 "allow_empty": true, 1817 "include": [ 1818 "**/*.rs" 1819 ] 1820 } 1821 } 1822 } 1823 ], 1824 "library_target_name": "blocking", 1825 "common_attrs": { 1826 "compile_data_glob": [ 1827 "**" 1828 ], 1829 "deps": { 1830 "common": [ 1831 { 1832 "id": "async-channel 1.8.0", 1833 "target": "async_channel" 1834 }, 1835 { 1836 "id": "async-lock 2.7.0", 1837 "target": "async_lock" 1838 }, 1839 { 1840 "id": "async-task 4.3.0", 1841 "target": "async_task" 1842 }, 1843 { 1844 "id": "atomic-waker 1.1.0", 1845 "target": "atomic_waker" 1846 }, 1847 { 1848 "id": "fastrand 1.9.0", 1849 "target": "fastrand" 1850 }, 1851 { 1852 "id": "futures-lite 1.12.0", 1853 "target": "futures_lite" 1854 } 1855 ], 1856 "selects": {} 1857 }, 1858 "edition": "2018", 1859 "version": "1.3.0" 1860 }, 1861 "license": "Apache-2.0 OR MIT", 1862 "license_ids": [ 1863 "Apache-2.0", 1864 "MIT" 1865 ], 1866 "license_file": "LICENSE-APACHE" 1867 }, 1868 "bumpalo 3.12.0": { 1869 "name": "bumpalo", 1870 "version": "3.12.0", 1871 "package_url": "https://github.com/fitzgen/bumpalo", 1872 "repository": { 1873 "Http": { 1874 "url": "https://static.crates.io/crates/bumpalo/3.12.0/download", 1875 "sha256": "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 1876 } 1877 }, 1878 "targets": [ 1879 { 1880 "Library": { 1881 "crate_name": "bumpalo", 1882 "crate_root": "src/lib.rs", 1883 "srcs": { 1884 "allow_empty": true, 1885 "include": [ 1886 "**/*.rs" 1887 ] 1888 } 1889 } 1890 } 1891 ], 1892 "library_target_name": "bumpalo", 1893 "common_attrs": { 1894 "compile_data_glob": [ 1895 "**" 1896 ], 1897 "crate_features": { 1898 "common": [ 1899 "default" 1900 ], 1901 "selects": {} 1902 }, 1903 "edition": "2021", 1904 "version": "3.12.0" 1905 }, 1906 "license": "MIT/Apache-2.0", 1907 "license_ids": [ 1908 "Apache-2.0", 1909 "MIT" 1910 ], 1911 "license_file": "LICENSE-APACHE" 1912 }, 1913 "bytes 1.4.0": { 1914 "name": "bytes", 1915 "version": "1.4.0", 1916 "package_url": "https://github.com/tokio-rs/bytes", 1917 "repository": { 1918 "Http": { 1919 "url": "https://static.crates.io/crates/bytes/1.4.0/download", 1920 "sha256": "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 1921 } 1922 }, 1923 "targets": [ 1924 { 1925 "Library": { 1926 "crate_name": "bytes", 1927 "crate_root": "src/lib.rs", 1928 "srcs": { 1929 "allow_empty": true, 1930 "include": [ 1931 "**/*.rs" 1932 ] 1933 } 1934 } 1935 } 1936 ], 1937 "library_target_name": "bytes", 1938 "common_attrs": { 1939 "compile_data_glob": [ 1940 "**" 1941 ], 1942 "crate_features": { 1943 "common": [ 1944 "default", 1945 "std" 1946 ], 1947 "selects": {} 1948 }, 1949 "edition": "2018", 1950 "version": "1.4.0" 1951 }, 1952 "license": "MIT", 1953 "license_ids": [ 1954 "MIT" 1955 ], 1956 "license_file": "LICENSE" 1957 }, 1958 "castaway 0.2.2": { 1959 "name": "castaway", 1960 "version": "0.2.2", 1961 "package_url": "https://github.com/sagebind/castaway", 1962 "repository": { 1963 "Http": { 1964 "url": "https://static.crates.io/crates/castaway/0.2.2/download", 1965 "sha256": "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc" 1966 } 1967 }, 1968 "targets": [ 1969 { 1970 "Library": { 1971 "crate_name": "castaway", 1972 "crate_root": "src/lib.rs", 1973 "srcs": { 1974 "allow_empty": true, 1975 "include": [ 1976 "**/*.rs" 1977 ] 1978 } 1979 } 1980 } 1981 ], 1982 "library_target_name": "castaway", 1983 "common_attrs": { 1984 "compile_data_glob": [ 1985 "**" 1986 ], 1987 "crate_features": { 1988 "common": [ 1989 "default", 1990 "std" 1991 ], 1992 "selects": {} 1993 }, 1994 "edition": "2018", 1995 "proc_macro_deps": { 1996 "common": [ 1997 { 1998 "id": "rustversion 1.0.11", 1999 "target": "rustversion" 2000 } 2001 ], 2002 "selects": {} 2003 }, 2004 "version": "0.2.2" 2005 }, 2006 "license": "MIT", 2007 "license_ids": [ 2008 "MIT" 2009 ], 2010 "license_file": "LICENSE" 2011 }, 2012 "cc 1.0.79": { 2013 "name": "cc", 2014 "version": "1.0.79", 2015 "package_url": "https://github.com/rust-lang/cc-rs", 2016 "repository": { 2017 "Http": { 2018 "url": "https://static.crates.io/crates/cc/1.0.79/download", 2019 "sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 2020 } 2021 }, 2022 "targets": [ 2023 { 2024 "Library": { 2025 "crate_name": "cc", 2026 "crate_root": "src/lib.rs", 2027 "srcs": { 2028 "allow_empty": true, 2029 "include": [ 2030 "**/*.rs" 2031 ] 2032 } 2033 } 2034 } 2035 ], 2036 "library_target_name": "cc", 2037 "common_attrs": { 2038 "compile_data_glob": [ 2039 "**" 2040 ], 2041 "edition": "2018", 2042 "version": "1.0.79" 2043 }, 2044 "license": "MIT OR Apache-2.0", 2045 "license_ids": [ 2046 "Apache-2.0", 2047 "MIT" 2048 ], 2049 "license_file": "LICENSE-APACHE" 2050 }, 2051 "cfg-if 1.0.0": { 2052 "name": "cfg-if", 2053 "version": "1.0.0", 2054 "package_url": "https://github.com/alexcrichton/cfg-if", 2055 "repository": { 2056 "Http": { 2057 "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", 2058 "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 2059 } 2060 }, 2061 "targets": [ 2062 { 2063 "Library": { 2064 "crate_name": "cfg_if", 2065 "crate_root": "src/lib.rs", 2066 "srcs": { 2067 "allow_empty": true, 2068 "include": [ 2069 "**/*.rs" 2070 ] 2071 } 2072 } 2073 } 2074 ], 2075 "library_target_name": "cfg_if", 2076 "common_attrs": { 2077 "compile_data_glob": [ 2078 "**" 2079 ], 2080 "edition": "2018", 2081 "version": "1.0.0" 2082 }, 2083 "license": "MIT/Apache-2.0", 2084 "license_ids": [ 2085 "Apache-2.0", 2086 "MIT" 2087 ], 2088 "license_file": "LICENSE-APACHE" 2089 }, 2090 "concurrent-queue 2.1.0": { 2091 "name": "concurrent-queue", 2092 "version": "2.1.0", 2093 "package_url": "https://github.com/smol-rs/concurrent-queue", 2094 "repository": { 2095 "Http": { 2096 "url": "https://static.crates.io/crates/concurrent-queue/2.1.0/download", 2097 "sha256": "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 2098 } 2099 }, 2100 "targets": [ 2101 { 2102 "Library": { 2103 "crate_name": "concurrent_queue", 2104 "crate_root": "src/lib.rs", 2105 "srcs": { 2106 "allow_empty": true, 2107 "include": [ 2108 "**/*.rs" 2109 ] 2110 } 2111 } 2112 } 2113 ], 2114 "library_target_name": "concurrent_queue", 2115 "common_attrs": { 2116 "compile_data_glob": [ 2117 "**" 2118 ], 2119 "crate_features": { 2120 "common": [ 2121 "default", 2122 "std" 2123 ], 2124 "selects": {} 2125 }, 2126 "deps": { 2127 "common": [ 2128 { 2129 "id": "crossbeam-utils 0.8.15", 2130 "target": "crossbeam_utils" 2131 } 2132 ], 2133 "selects": {} 2134 }, 2135 "edition": "2018", 2136 "version": "2.1.0" 2137 }, 2138 "license": "Apache-2.0 OR MIT", 2139 "license_ids": [ 2140 "Apache-2.0", 2141 "MIT" 2142 ], 2143 "license_file": "LICENSE-APACHE" 2144 }, 2145 "crossbeam-utils 0.8.15": { 2146 "name": "crossbeam-utils", 2147 "version": "0.8.15", 2148 "package_url": "https://github.com/crossbeam-rs/crossbeam", 2149 "repository": { 2150 "Http": { 2151 "url": "https://static.crates.io/crates/crossbeam-utils/0.8.15/download", 2152 "sha256": "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 2153 } 2154 }, 2155 "targets": [ 2156 { 2157 "Library": { 2158 "crate_name": "crossbeam_utils", 2159 "crate_root": "src/lib.rs", 2160 "srcs": { 2161 "allow_empty": true, 2162 "include": [ 2163 "**/*.rs" 2164 ] 2165 } 2166 } 2167 }, 2168 { 2169 "BuildScript": { 2170 "crate_name": "build_script_build", 2171 "crate_root": "build.rs", 2172 "srcs": { 2173 "allow_empty": true, 2174 "include": [ 2175 "**/*.rs" 2176 ] 2177 } 2178 } 2179 } 2180 ], 2181 "library_target_name": "crossbeam_utils", 2182 "common_attrs": { 2183 "compile_data_glob": [ 2184 "**" 2185 ], 2186 "crate_features": { 2187 "common": [ 2188 "default", 2189 "std" 2190 ], 2191 "selects": {} 2192 }, 2193 "deps": { 2194 "common": [ 2195 { 2196 "id": "cfg-if 1.0.0", 2197 "target": "cfg_if" 2198 }, 2199 { 2200 "id": "crossbeam-utils 0.8.15", 2201 "target": "build_script_build" 2202 } 2203 ], 2204 "selects": {} 2205 }, 2206 "edition": "2018", 2207 "version": "0.8.15" 2208 }, 2209 "build_script_attrs": { 2210 "data_glob": [ 2211 "**" 2212 ] 2213 }, 2214 "license": "MIT OR Apache-2.0", 2215 "license_ids": [ 2216 "Apache-2.0", 2217 "MIT" 2218 ], 2219 "license_file": "LICENSE-APACHE" 2220 }, 2221 "ctor 0.1.26": { 2222 "name": "ctor", 2223 "version": "0.1.26", 2224 "package_url": "https://github.com/mmastrac/rust-ctor", 2225 "repository": { 2226 "Http": { 2227 "url": "https://static.crates.io/crates/ctor/0.1.26/download", 2228 "sha256": "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 2229 } 2230 }, 2231 "targets": [ 2232 { 2233 "ProcMacro": { 2234 "crate_name": "ctor", 2235 "crate_root": "src/lib.rs", 2236 "srcs": { 2237 "allow_empty": true, 2238 "include": [ 2239 "**/*.rs" 2240 ] 2241 } 2242 } 2243 } 2244 ], 2245 "library_target_name": "ctor", 2246 "common_attrs": { 2247 "compile_data_glob": [ 2248 "**" 2249 ], 2250 "deps": { 2251 "common": [ 2252 { 2253 "id": "quote 1.0.23", 2254 "target": "quote" 2255 }, 2256 { 2257 "id": "syn 1.0.109", 2258 "target": "syn" 2259 } 2260 ], 2261 "selects": {} 2262 }, 2263 "edition": "2018", 2264 "version": "0.1.26" 2265 }, 2266 "license": "Apache-2.0 OR MIT", 2267 "license_ids": [ 2268 "Apache-2.0", 2269 "MIT" 2270 ], 2271 "license_file": "LICENSE-APACHE" 2272 }, 2273 "curl 0.4.44": { 2274 "name": "curl", 2275 "version": "0.4.44", 2276 "package_url": "https://github.com/alexcrichton/curl-rust", 2277 "repository": { 2278 "Http": { 2279 "url": "https://static.crates.io/crates/curl/0.4.44/download", 2280 "sha256": "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 2281 } 2282 }, 2283 "targets": [ 2284 { 2285 "Library": { 2286 "crate_name": "curl", 2287 "crate_root": "src/lib.rs", 2288 "srcs": { 2289 "allow_empty": true, 2290 "include": [ 2291 "**/*.rs" 2292 ] 2293 } 2294 } 2295 }, 2296 { 2297 "BuildScript": { 2298 "crate_name": "build_script_build", 2299 "crate_root": "build.rs", 2300 "srcs": { 2301 "allow_empty": true, 2302 "include": [ 2303 "**/*.rs" 2304 ] 2305 } 2306 } 2307 } 2308 ], 2309 "library_target_name": "curl", 2310 "common_attrs": { 2311 "compile_data_glob": [ 2312 "**" 2313 ], 2314 "crate_features": { 2315 "common": [ 2316 "http2", 2317 "rustls", 2318 "static-curl" 2319 ], 2320 "selects": {} 2321 }, 2322 "deps": { 2323 "common": [ 2324 { 2325 "id": "curl 0.4.44", 2326 "target": "build_script_build" 2327 }, 2328 { 2329 "id": "curl-sys 0.4.60+curl-7.88.1", 2330 "target": "curl_sys" 2331 }, 2332 { 2333 "id": "libc 0.2.139", 2334 "target": "libc" 2335 }, 2336 { 2337 "id": "socket2 0.4.9", 2338 "target": "socket2" 2339 } 2340 ], 2341 "selects": { 2342 "cfg(target_env = \"msvc\")": [ 2343 { 2344 "id": "schannel 0.1.21", 2345 "target": "schannel" 2346 }, 2347 { 2348 "id": "winapi 0.3.9", 2349 "target": "winapi" 2350 } 2351 ] 2352 } 2353 }, 2354 "edition": "2018", 2355 "version": "0.4.44" 2356 }, 2357 "build_script_attrs": { 2358 "data_glob": [ 2359 "**" 2360 ], 2361 "link_deps": { 2362 "common": [ 2363 { 2364 "id": "curl-sys 0.4.60+curl-7.88.1", 2365 "target": "curl_sys" 2366 } 2367 ], 2368 "selects": {} 2369 } 2370 }, 2371 "license": "MIT", 2372 "license_ids": [ 2373 "MIT" 2374 ], 2375 "license_file": "LICENSE" 2376 }, 2377 "curl-sys 0.4.60+curl-7.88.1": { 2378 "name": "curl-sys", 2379 "version": "0.4.60+curl-7.88.1", 2380 "package_url": "https://github.com/alexcrichton/curl-rust", 2381 "repository": { 2382 "Http": { 2383 "url": "https://static.crates.io/crates/curl-sys/0.4.60+curl-7.88.1/download", 2384 "sha256": "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f" 2385 } 2386 }, 2387 "targets": [ 2388 { 2389 "Library": { 2390 "crate_name": "curl_sys", 2391 "crate_root": "lib.rs", 2392 "srcs": { 2393 "allow_empty": true, 2394 "include": [ 2395 "**/*.rs" 2396 ] 2397 } 2398 } 2399 } 2400 ], 2401 "library_target_name": "curl_sys", 2402 "common_attrs": { 2403 "compile_data_glob": [ 2404 "**" 2405 ], 2406 "crate_features": { 2407 "common": [ 2408 "http2", 2409 "libnghttp2-sys", 2410 "rustls", 2411 "rustls-ffi", 2412 "static-curl" 2413 ], 2414 "selects": {} 2415 }, 2416 "deps": { 2417 "common": [ 2418 { 2419 "id": "libc 0.2.139", 2420 "target": "libc" 2421 }, 2422 { 2423 "id": "libnghttp2-sys 0.1.7+1.45.0", 2424 "target": "libnghttp2_sys" 2425 }, 2426 { 2427 "id": "libz-sys 1.1.8", 2428 "target": "libz_sys" 2429 }, 2430 { 2431 "id": "rustls-ffi 0.8.2", 2432 "target": "rustls_ffi" 2433 } 2434 ], 2435 "selects": { 2436 "cfg(windows)": [ 2437 { 2438 "id": "winapi 0.3.9", 2439 "target": "winapi" 2440 } 2441 ] 2442 } 2443 }, 2444 "extra_deps": { 2445 "common": [ 2446 "@m_pkgs__curl//:curl" 2447 ], 2448 "selects": {} 2449 }, 2450 "edition": "2018", 2451 "version": "0.4.60+curl-7.88.1" 2452 }, 2453 "license": "MIT", 2454 "license_ids": [ 2455 "MIT" 2456 ], 2457 "license_file": "LICENSE" 2458 }, 2459 "digest 0.9.0": { 2460 "name": "digest", 2461 "version": "0.9.0", 2462 "package_url": "https://github.com/RustCrypto/traits", 2463 "repository": { 2464 "Http": { 2465 "url": "https://static.crates.io/crates/digest/0.9.0/download", 2466 "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 2467 } 2468 }, 2469 "targets": [ 2470 { 2471 "Library": { 2472 "crate_name": "digest", 2473 "crate_root": "src/lib.rs", 2474 "srcs": { 2475 "allow_empty": true, 2476 "include": [ 2477 "**/*.rs" 2478 ] 2479 } 2480 } 2481 } 2482 ], 2483 "library_target_name": "digest", 2484 "common_attrs": { 2485 "compile_data_glob": [ 2486 "**" 2487 ], 2488 "crate_features": { 2489 "common": [ 2490 "alloc", 2491 "std" 2492 ], 2493 "selects": {} 2494 }, 2495 "deps": { 2496 "common": [ 2497 { 2498 "id": "generic-array 0.14.6", 2499 "target": "generic_array" 2500 } 2501 ], 2502 "selects": {} 2503 }, 2504 "edition": "2018", 2505 "version": "0.9.0" 2506 }, 2507 "license": "MIT OR Apache-2.0", 2508 "license_ids": [ 2509 "Apache-2.0", 2510 "MIT" 2511 ], 2512 "license_file": "LICENSE-APACHE" 2513 }, 2514 "encoding_rs 0.8.32": { 2515 "name": "encoding_rs", 2516 "version": "0.8.32", 2517 "package_url": "https://github.com/hsivonen/encoding_rs", 2518 "repository": { 2519 "Http": { 2520 "url": "https://static.crates.io/crates/encoding_rs/0.8.32/download", 2521 "sha256": "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 2522 } 2523 }, 2524 "targets": [ 2525 { 2526 "Library": { 2527 "crate_name": "encoding_rs", 2528 "crate_root": "src/lib.rs", 2529 "srcs": { 2530 "allow_empty": true, 2531 "include": [ 2532 "**/*.rs" 2533 ] 2534 } 2535 } 2536 } 2537 ], 2538 "library_target_name": "encoding_rs", 2539 "common_attrs": { 2540 "compile_data_glob": [ 2541 "**" 2542 ], 2543 "crate_features": { 2544 "common": [ 2545 "alloc", 2546 "default" 2547 ], 2548 "selects": {} 2549 }, 2550 "deps": { 2551 "common": [ 2552 { 2553 "id": "cfg-if 1.0.0", 2554 "target": "cfg_if" 2555 } 2556 ], 2557 "selects": {} 2558 }, 2559 "edition": "2018", 2560 "version": "0.8.32" 2561 }, 2562 "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", 2563 "license_ids": [ 2564 "Apache-2.0", 2565 "BSD-3-Clause", 2566 "MIT" 2567 ], 2568 "license_file": "LICENSE-APACHE" 2569 }, 2570 "event-listener 2.5.3": { 2571 "name": "event-listener", 2572 "version": "2.5.3", 2573 "package_url": "https://github.com/smol-rs/event-listener", 2574 "repository": { 2575 "Http": { 2576 "url": "https://static.crates.io/crates/event-listener/2.5.3/download", 2577 "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 2578 } 2579 }, 2580 "targets": [ 2581 { 2582 "Library": { 2583 "crate_name": "event_listener", 2584 "crate_root": "src/lib.rs", 2585 "srcs": { 2586 "allow_empty": true, 2587 "include": [ 2588 "**/*.rs" 2589 ] 2590 } 2591 } 2592 } 2593 ], 2594 "library_target_name": "event_listener", 2595 "common_attrs": { 2596 "compile_data_glob": [ 2597 "**" 2598 ], 2599 "edition": "2018", 2600 "version": "2.5.3" 2601 }, 2602 "license": "Apache-2.0 OR MIT", 2603 "license_ids": [ 2604 "Apache-2.0", 2605 "MIT" 2606 ], 2607 "license_file": "LICENSE-APACHE" 2608 }, 2609 "fastrand 1.9.0": { 2610 "name": "fastrand", 2611 "version": "1.9.0", 2612 "package_url": "https://github.com/smol-rs/fastrand", 2613 "repository": { 2614 "Http": { 2615 "url": "https://static.crates.io/crates/fastrand/1.9.0/download", 2616 "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 2617 } 2618 }, 2619 "targets": [ 2620 { 2621 "Library": { 2622 "crate_name": "fastrand", 2623 "crate_root": "src/lib.rs", 2624 "srcs": { 2625 "allow_empty": true, 2626 "include": [ 2627 "**/*.rs" 2628 ] 2629 } 2630 } 2631 } 2632 ], 2633 "library_target_name": "fastrand", 2634 "common_attrs": { 2635 "compile_data_glob": [ 2636 "**" 2637 ], 2638 "deps": { 2639 "common": [], 2640 "selects": { 2641 "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ 2642 { 2643 "id": "instant 0.1.12", 2644 "target": "instant" 2645 } 2646 ] 2647 } 2648 }, 2649 "edition": "2018", 2650 "version": "1.9.0" 2651 }, 2652 "license": "Apache-2.0 OR MIT", 2653 "license_ids": [ 2654 "Apache-2.0", 2655 "MIT" 2656 ], 2657 "license_file": "LICENSE-APACHE" 2658 }, 2659 "fnv 1.0.7": { 2660 "name": "fnv", 2661 "version": "1.0.7", 2662 "package_url": "https://github.com/servo/rust-fnv", 2663 "repository": { 2664 "Http": { 2665 "url": "https://static.crates.io/crates/fnv/1.0.7/download", 2666 "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2667 } 2668 }, 2669 "targets": [ 2670 { 2671 "Library": { 2672 "crate_name": "fnv", 2673 "crate_root": "lib.rs", 2674 "srcs": { 2675 "allow_empty": true, 2676 "include": [ 2677 "**/*.rs" 2678 ] 2679 } 2680 } 2681 } 2682 ], 2683 "library_target_name": "fnv", 2684 "common_attrs": { 2685 "compile_data_glob": [ 2686 "**" 2687 ], 2688 "crate_features": { 2689 "common": [ 2690 "default", 2691 "std" 2692 ], 2693 "selects": {} 2694 }, 2695 "edition": "2015", 2696 "version": "1.0.7" 2697 }, 2698 "license": "Apache-2.0 / MIT", 2699 "license_ids": [ 2700 "Apache-2.0", 2701 "MIT" 2702 ], 2703 "license_file": "LICENSE-APACHE" 2704 }, 2705 "form_urlencoded 1.1.0": { 2706 "name": "form_urlencoded", 2707 "version": "1.1.0", 2708 "package_url": "https://github.com/servo/rust-url", 2709 "repository": { 2710 "Http": { 2711 "url": "https://static.crates.io/crates/form_urlencoded/1.1.0/download", 2712 "sha256": "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 2713 } 2714 }, 2715 "targets": [ 2716 { 2717 "Library": { 2718 "crate_name": "form_urlencoded", 2719 "crate_root": "src/lib.rs", 2720 "srcs": { 2721 "allow_empty": true, 2722 "include": [ 2723 "**/*.rs" 2724 ] 2725 } 2726 } 2727 } 2728 ], 2729 "library_target_name": "form_urlencoded", 2730 "common_attrs": { 2731 "compile_data_glob": [ 2732 "**" 2733 ], 2734 "deps": { 2735 "common": [ 2736 { 2737 "id": "percent-encoding 2.2.0", 2738 "target": "percent_encoding" 2739 } 2740 ], 2741 "selects": {} 2742 }, 2743 "edition": "2018", 2744 "version": "1.1.0" 2745 }, 2746 "license": "MIT OR Apache-2.0", 2747 "license_ids": [ 2748 "Apache-2.0", 2749 "MIT" 2750 ], 2751 "license_file": "LICENSE-APACHE" 2752 }, 2753 "futures-channel 0.3.26": { 2754 "name": "futures-channel", 2755 "version": "0.3.26", 2756 "package_url": "https://github.com/rust-lang/futures-rs", 2757 "repository": { 2758 "Http": { 2759 "url": "https://static.crates.io/crates/futures-channel/0.3.26/download", 2760 "sha256": "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 2761 } 2762 }, 2763 "targets": [ 2764 { 2765 "Library": { 2766 "crate_name": "futures_channel", 2767 "crate_root": "src/lib.rs", 2768 "srcs": { 2769 "allow_empty": true, 2770 "include": [ 2771 "**/*.rs" 2772 ] 2773 } 2774 } 2775 }, 2776 { 2777 "BuildScript": { 2778 "crate_name": "build_script_build", 2779 "crate_root": "build.rs", 2780 "srcs": { 2781 "allow_empty": true, 2782 "include": [ 2783 "**/*.rs" 2784 ] 2785 } 2786 } 2787 } 2788 ], 2789 "library_target_name": "futures_channel", 2790 "common_attrs": { 2791 "compile_data_glob": [ 2792 "**" 2793 ], 2794 "crate_features": { 2795 "common": [ 2796 "alloc", 2797 "default", 2798 "std" 2799 ], 2800 "selects": {} 2801 }, 2802 "deps": { 2803 "common": [ 2804 { 2805 "id": "futures-channel 0.3.26", 2806 "target": "build_script_build" 2807 }, 2808 { 2809 "id": "futures-core 0.3.26", 2810 "target": "futures_core" 2811 } 2812 ], 2813 "selects": {} 2814 }, 2815 "edition": "2018", 2816 "version": "0.3.26" 2817 }, 2818 "build_script_attrs": { 2819 "data_glob": [ 2820 "**" 2821 ] 2822 }, 2823 "license": "MIT OR Apache-2.0", 2824 "license_ids": [ 2825 "Apache-2.0", 2826 "MIT" 2827 ], 2828 "license_file": "LICENSE-APACHE" 2829 }, 2830 "futures-core 0.3.26": { 2831 "name": "futures-core", 2832 "version": "0.3.26", 2833 "package_url": "https://github.com/rust-lang/futures-rs", 2834 "repository": { 2835 "Http": { 2836 "url": "https://static.crates.io/crates/futures-core/0.3.26/download", 2837 "sha256": "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 2838 } 2839 }, 2840 "targets": [ 2841 { 2842 "Library": { 2843 "crate_name": "futures_core", 2844 "crate_root": "src/lib.rs", 2845 "srcs": { 2846 "allow_empty": true, 2847 "include": [ 2848 "**/*.rs" 2849 ] 2850 } 2851 } 2852 }, 2853 { 2854 "BuildScript": { 2855 "crate_name": "build_script_build", 2856 "crate_root": "build.rs", 2857 "srcs": { 2858 "allow_empty": true, 2859 "include": [ 2860 "**/*.rs" 2861 ] 2862 } 2863 } 2864 } 2865 ], 2866 "library_target_name": "futures_core", 2867 "common_attrs": { 2868 "compile_data_glob": [ 2869 "**" 2870 ], 2871 "crate_features": { 2872 "common": [ 2873 "alloc", 2874 "default", 2875 "std" 2876 ], 2877 "selects": {} 2878 }, 2879 "deps": { 2880 "common": [ 2881 { 2882 "id": "futures-core 0.3.26", 2883 "target": "build_script_build" 2884 } 2885 ], 2886 "selects": {} 2887 }, 2888 "edition": "2018", 2889 "version": "0.3.26" 2890 }, 2891 "build_script_attrs": { 2892 "data_glob": [ 2893 "**" 2894 ] 2895 }, 2896 "license": "MIT OR Apache-2.0", 2897 "license_ids": [ 2898 "Apache-2.0", 2899 "MIT" 2900 ], 2901 "license_file": "LICENSE-APACHE" 2902 }, 2903 "futures-io 0.3.26": { 2904 "name": "futures-io", 2905 "version": "0.3.26", 2906 "package_url": "https://github.com/rust-lang/futures-rs", 2907 "repository": { 2908 "Http": { 2909 "url": "https://static.crates.io/crates/futures-io/0.3.26/download", 2910 "sha256": "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 2911 } 2912 }, 2913 "targets": [ 2914 { 2915 "Library": { 2916 "crate_name": "futures_io", 2917 "crate_root": "src/lib.rs", 2918 "srcs": { 2919 "allow_empty": true, 2920 "include": [ 2921 "**/*.rs" 2922 ] 2923 } 2924 } 2925 } 2926 ], 2927 "library_target_name": "futures_io", 2928 "common_attrs": { 2929 "compile_data_glob": [ 2930 "**" 2931 ], 2932 "crate_features": { 2933 "common": [ 2934 "default", 2935 "std" 2936 ], 2937 "selects": {} 2938 }, 2939 "edition": "2018", 2940 "version": "0.3.26" 2941 }, 2942 "license": "MIT OR Apache-2.0", 2943 "license_ids": [ 2944 "Apache-2.0", 2945 "MIT" 2946 ], 2947 "license_file": "LICENSE-APACHE" 2948 }, 2949 "futures-lite 1.12.0": { 2950 "name": "futures-lite", 2951 "version": "1.12.0", 2952 "package_url": "https://github.com/smol-rs/futures-lite", 2953 "repository": { 2954 "Http": { 2955 "url": "https://static.crates.io/crates/futures-lite/1.12.0/download", 2956 "sha256": "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 2957 } 2958 }, 2959 "targets": [ 2960 { 2961 "Library": { 2962 "crate_name": "futures_lite", 2963 "crate_root": "src/lib.rs", 2964 "srcs": { 2965 "allow_empty": true, 2966 "include": [ 2967 "**/*.rs" 2968 ] 2969 } 2970 } 2971 } 2972 ], 2973 "library_target_name": "futures_lite", 2974 "common_attrs": { 2975 "compile_data_glob": [ 2976 "**" 2977 ], 2978 "crate_features": { 2979 "common": [], 2980 "selects": { 2981 "aarch64-apple-darwin": [ 2982 "alloc", 2983 "default", 2984 "fastrand", 2985 "futures-io", 2986 "memchr", 2987 "parking", 2988 "std", 2989 "waker-fn" 2990 ], 2991 "aarch64-apple-ios": [ 2992 "alloc", 2993 "default", 2994 "fastrand", 2995 "futures-io", 2996 "memchr", 2997 "parking", 2998 "std", 2999 "waker-fn" 3000 ], 3001 "aarch64-apple-ios-sim": [ 3002 "alloc", 3003 "default", 3004 "fastrand", 3005 "futures-io", 3006 "memchr", 3007 "parking", 3008 "std", 3009 "waker-fn" 3010 ], 3011 "aarch64-fuchsia": [ 3012 "alloc", 3013 "default", 3014 "fastrand", 3015 "futures-io", 3016 "memchr", 3017 "parking", 3018 "std", 3019 "waker-fn" 3020 ], 3021 "aarch64-linux-android": [ 3022 "alloc", 3023 "default", 3024 "fastrand", 3025 "futures-io", 3026 "memchr", 3027 "parking", 3028 "std", 3029 "waker-fn" 3030 ], 3031 "aarch64-pc-windows-msvc": [ 3032 "alloc", 3033 "default", 3034 "fastrand", 3035 "futures-io", 3036 "memchr", 3037 "parking", 3038 "std", 3039 "waker-fn" 3040 ], 3041 "aarch64-unknown-linux-gnu": [ 3042 "alloc", 3043 "default", 3044 "fastrand", 3045 "futures-io", 3046 "memchr", 3047 "parking", 3048 "std", 3049 "waker-fn" 3050 ], 3051 "aarch64-unknown-nixos-gnu": [ 3052 "alloc", 3053 "default", 3054 "fastrand", 3055 "futures-io", 3056 "memchr", 3057 "parking", 3058 "std", 3059 "waker-fn" 3060 ], 3061 "aarch64-unknown-nto-qnx710": [ 3062 "alloc", 3063 "default", 3064 "fastrand", 3065 "futures-io", 3066 "memchr", 3067 "parking", 3068 "std", 3069 "waker-fn" 3070 ], 3071 "arm-unknown-linux-gnueabi": [ 3072 "alloc", 3073 "default", 3074 "fastrand", 3075 "futures-io", 3076 "memchr", 3077 "parking", 3078 "std", 3079 "waker-fn" 3080 ], 3081 "armv7-linux-androideabi": [ 3082 "alloc", 3083 "default", 3084 "fastrand", 3085 "futures-io", 3086 "memchr", 3087 "parking", 3088 "std", 3089 "waker-fn" 3090 ], 3091 "armv7-unknown-linux-gnueabi": [ 3092 "alloc", 3093 "default", 3094 "fastrand", 3095 "futures-io", 3096 "memchr", 3097 "parking", 3098 "std", 3099 "waker-fn" 3100 ], 3101 "i686-apple-darwin": [ 3102 "alloc", 3103 "default", 3104 "fastrand", 3105 "futures-io", 3106 "memchr", 3107 "parking", 3108 "std", 3109 "waker-fn" 3110 ], 3111 "i686-linux-android": [ 3112 "alloc", 3113 "default", 3114 "fastrand", 3115 "futures-io", 3116 "memchr", 3117 "parking", 3118 "std", 3119 "waker-fn" 3120 ], 3121 "i686-pc-windows-msvc": [ 3122 "alloc", 3123 "default", 3124 "fastrand", 3125 "futures-io", 3126 "memchr", 3127 "parking", 3128 "std", 3129 "waker-fn" 3130 ], 3131 "i686-unknown-freebsd": [ 3132 "alloc", 3133 "default", 3134 "fastrand", 3135 "futures-io", 3136 "memchr", 3137 "parking", 3138 "std", 3139 "waker-fn" 3140 ], 3141 "i686-unknown-linux-gnu": [ 3142 "alloc", 3143 "default", 3144 "fastrand", 3145 "futures-io", 3146 "memchr", 3147 "parking", 3148 "std", 3149 "waker-fn" 3150 ], 3151 "powerpc-unknown-linux-gnu": [ 3152 "alloc", 3153 "default", 3154 "fastrand", 3155 "futures-io", 3156 "memchr", 3157 "parking", 3158 "std", 3159 "waker-fn" 3160 ], 3161 "riscv32imc-unknown-none-elf": [ 3162 "alloc", 3163 "default", 3164 "fastrand", 3165 "futures-io", 3166 "memchr", 3167 "parking", 3168 "std", 3169 "waker-fn" 3170 ], 3171 "riscv64gc-unknown-none-elf": [ 3172 "alloc", 3173 "default", 3174 "fastrand", 3175 "futures-io", 3176 "memchr", 3177 "parking", 3178 "std", 3179 "waker-fn" 3180 ], 3181 "s390x-unknown-linux-gnu": [ 3182 "alloc", 3183 "default", 3184 "fastrand", 3185 "futures-io", 3186 "memchr", 3187 "parking", 3188 "std", 3189 "waker-fn" 3190 ], 3191 "thumbv7em-none-eabi": [ 3192 "alloc", 3193 "default", 3194 "fastrand", 3195 "futures-io", 3196 "memchr", 3197 "parking", 3198 "std", 3199 "waker-fn" 3200 ], 3201 "thumbv8m.main-none-eabi": [ 3202 "alloc", 3203 "default", 3204 "fastrand", 3205 "futures-io", 3206 "memchr", 3207 "parking", 3208 "std", 3209 "waker-fn" 3210 ], 3211 "wasm32-wasi": [ 3212 "alloc", 3213 "default", 3214 "fastrand", 3215 "futures-io", 3216 "memchr", 3217 "parking", 3218 "std", 3219 "waker-fn" 3220 ], 3221 "x86_64-apple-darwin": [ 3222 "alloc", 3223 "default", 3224 "fastrand", 3225 "futures-io", 3226 "memchr", 3227 "parking", 3228 "std", 3229 "waker-fn" 3230 ], 3231 "x86_64-apple-ios": [ 3232 "alloc", 3233 "default", 3234 "fastrand", 3235 "futures-io", 3236 "memchr", 3237 "parking", 3238 "std", 3239 "waker-fn" 3240 ], 3241 "x86_64-fuchsia": [ 3242 "alloc", 3243 "default", 3244 "fastrand", 3245 "futures-io", 3246 "memchr", 3247 "parking", 3248 "std", 3249 "waker-fn" 3250 ], 3251 "x86_64-linux-android": [ 3252 "alloc", 3253 "default", 3254 "fastrand", 3255 "futures-io", 3256 "memchr", 3257 "parking", 3258 "std", 3259 "waker-fn" 3260 ], 3261 "x86_64-pc-windows-msvc": [ 3262 "alloc", 3263 "default", 3264 "fastrand", 3265 "futures-io", 3266 "memchr", 3267 "parking", 3268 "std", 3269 "waker-fn" 3270 ], 3271 "x86_64-unknown-freebsd": [ 3272 "alloc", 3273 "default", 3274 "fastrand", 3275 "futures-io", 3276 "memchr", 3277 "parking", 3278 "std", 3279 "waker-fn" 3280 ], 3281 "x86_64-unknown-linux-gnu": [ 3282 "alloc", 3283 "default", 3284 "fastrand", 3285 "futures-io", 3286 "memchr", 3287 "parking", 3288 "std", 3289 "waker-fn" 3290 ], 3291 "x86_64-unknown-nixos-gnu": [ 3292 "alloc", 3293 "default", 3294 "fastrand", 3295 "futures-io", 3296 "memchr", 3297 "parking", 3298 "std", 3299 "waker-fn" 3300 ], 3301 "x86_64-unknown-none": [ 3302 "alloc", 3303 "default", 3304 "fastrand", 3305 "futures-io", 3306 "memchr", 3307 "parking", 3308 "std", 3309 "waker-fn" 3310 ] 3311 } 3312 }, 3313 "deps": { 3314 "common": [ 3315 { 3316 "id": "futures-core 0.3.26", 3317 "target": "futures_core" 3318 }, 3319 { 3320 "id": "pin-project-lite 0.2.9", 3321 "target": "pin_project_lite" 3322 } 3323 ], 3324 "selects": { 3325 "aarch64-apple-darwin": [ 3326 { 3327 "id": "fastrand 1.9.0", 3328 "target": "fastrand" 3329 }, 3330 { 3331 "id": "futures-io 0.3.26", 3332 "target": "futures_io" 3333 }, 3334 { 3335 "id": "memchr 2.5.0", 3336 "target": "memchr" 3337 }, 3338 { 3339 "id": "parking 2.0.0", 3340 "target": "parking" 3341 }, 3342 { 3343 "id": "waker-fn 1.1.0", 3344 "target": "waker_fn" 3345 } 3346 ], 3347 "aarch64-apple-ios": [ 3348 { 3349 "id": "fastrand 1.9.0", 3350 "target": "fastrand" 3351 }, 3352 { 3353 "id": "futures-io 0.3.26", 3354 "target": "futures_io" 3355 }, 3356 { 3357 "id": "memchr 2.5.0", 3358 "target": "memchr" 3359 }, 3360 { 3361 "id": "parking 2.0.0", 3362 "target": "parking" 3363 }, 3364 { 3365 "id": "waker-fn 1.1.0", 3366 "target": "waker_fn" 3367 } 3368 ], 3369 "aarch64-apple-ios-sim": [ 3370 { 3371 "id": "fastrand 1.9.0", 3372 "target": "fastrand" 3373 }, 3374 { 3375 "id": "futures-io 0.3.26", 3376 "target": "futures_io" 3377 }, 3378 { 3379 "id": "memchr 2.5.0", 3380 "target": "memchr" 3381 }, 3382 { 3383 "id": "parking 2.0.0", 3384 "target": "parking" 3385 }, 3386 { 3387 "id": "waker-fn 1.1.0", 3388 "target": "waker_fn" 3389 } 3390 ], 3391 "aarch64-fuchsia": [ 3392 { 3393 "id": "fastrand 1.9.0", 3394 "target": "fastrand" 3395 }, 3396 { 3397 "id": "futures-io 0.3.26", 3398 "target": "futures_io" 3399 }, 3400 { 3401 "id": "memchr 2.5.0", 3402 "target": "memchr" 3403 }, 3404 { 3405 "id": "parking 2.0.0", 3406 "target": "parking" 3407 }, 3408 { 3409 "id": "waker-fn 1.1.0", 3410 "target": "waker_fn" 3411 } 3412 ], 3413 "aarch64-linux-android": [ 3414 { 3415 "id": "fastrand 1.9.0", 3416 "target": "fastrand" 3417 }, 3418 { 3419 "id": "futures-io 0.3.26", 3420 "target": "futures_io" 3421 }, 3422 { 3423 "id": "memchr 2.5.0", 3424 "target": "memchr" 3425 }, 3426 { 3427 "id": "parking 2.0.0", 3428 "target": "parking" 3429 }, 3430 { 3431 "id": "waker-fn 1.1.0", 3432 "target": "waker_fn" 3433 } 3434 ], 3435 "aarch64-pc-windows-msvc": [ 3436 { 3437 "id": "fastrand 1.9.0", 3438 "target": "fastrand" 3439 }, 3440 { 3441 "id": "futures-io 0.3.26", 3442 "target": "futures_io" 3443 }, 3444 { 3445 "id": "memchr 2.5.0", 3446 "target": "memchr" 3447 }, 3448 { 3449 "id": "parking 2.0.0", 3450 "target": "parking" 3451 }, 3452 { 3453 "id": "waker-fn 1.1.0", 3454 "target": "waker_fn" 3455 } 3456 ], 3457 "aarch64-unknown-linux-gnu": [ 3458 { 3459 "id": "fastrand 1.9.0", 3460 "target": "fastrand" 3461 }, 3462 { 3463 "id": "futures-io 0.3.26", 3464 "target": "futures_io" 3465 }, 3466 { 3467 "id": "memchr 2.5.0", 3468 "target": "memchr" 3469 }, 3470 { 3471 "id": "parking 2.0.0", 3472 "target": "parking" 3473 }, 3474 { 3475 "id": "waker-fn 1.1.0", 3476 "target": "waker_fn" 3477 } 3478 ], 3479 "aarch64-unknown-nixos-gnu": [ 3480 { 3481 "id": "fastrand 1.9.0", 3482 "target": "fastrand" 3483 }, 3484 { 3485 "id": "futures-io 0.3.26", 3486 "target": "futures_io" 3487 }, 3488 { 3489 "id": "memchr 2.5.0", 3490 "target": "memchr" 3491 }, 3492 { 3493 "id": "parking 2.0.0", 3494 "target": "parking" 3495 }, 3496 { 3497 "id": "waker-fn 1.1.0", 3498 "target": "waker_fn" 3499 } 3500 ], 3501 "aarch64-unknown-nto-qnx710": [ 3502 { 3503 "id": "fastrand 1.9.0", 3504 "target": "fastrand" 3505 }, 3506 { 3507 "id": "futures-io 0.3.26", 3508 "target": "futures_io" 3509 }, 3510 { 3511 "id": "memchr 2.5.0", 3512 "target": "memchr" 3513 }, 3514 { 3515 "id": "parking 2.0.0", 3516 "target": "parking" 3517 }, 3518 { 3519 "id": "waker-fn 1.1.0", 3520 "target": "waker_fn" 3521 } 3522 ], 3523 "arm-unknown-linux-gnueabi": [ 3524 { 3525 "id": "fastrand 1.9.0", 3526 "target": "fastrand" 3527 }, 3528 { 3529 "id": "futures-io 0.3.26", 3530 "target": "futures_io" 3531 }, 3532 { 3533 "id": "memchr 2.5.0", 3534 "target": "memchr" 3535 }, 3536 { 3537 "id": "parking 2.0.0", 3538 "target": "parking" 3539 }, 3540 { 3541 "id": "waker-fn 1.1.0", 3542 "target": "waker_fn" 3543 } 3544 ], 3545 "armv7-linux-androideabi": [ 3546 { 3547 "id": "fastrand 1.9.0", 3548 "target": "fastrand" 3549 }, 3550 { 3551 "id": "futures-io 0.3.26", 3552 "target": "futures_io" 3553 }, 3554 { 3555 "id": "memchr 2.5.0", 3556 "target": "memchr" 3557 }, 3558 { 3559 "id": "parking 2.0.0", 3560 "target": "parking" 3561 }, 3562 { 3563 "id": "waker-fn 1.1.0", 3564 "target": "waker_fn" 3565 } 3566 ], 3567 "armv7-unknown-linux-gnueabi": [ 3568 { 3569 "id": "fastrand 1.9.0", 3570 "target": "fastrand" 3571 }, 3572 { 3573 "id": "futures-io 0.3.26", 3574 "target": "futures_io" 3575 }, 3576 { 3577 "id": "memchr 2.5.0", 3578 "target": "memchr" 3579 }, 3580 { 3581 "id": "parking 2.0.0", 3582 "target": "parking" 3583 }, 3584 { 3585 "id": "waker-fn 1.1.0", 3586 "target": "waker_fn" 3587 } 3588 ], 3589 "i686-apple-darwin": [ 3590 { 3591 "id": "fastrand 1.9.0", 3592 "target": "fastrand" 3593 }, 3594 { 3595 "id": "futures-io 0.3.26", 3596 "target": "futures_io" 3597 }, 3598 { 3599 "id": "memchr 2.5.0", 3600 "target": "memchr" 3601 }, 3602 { 3603 "id": "parking 2.0.0", 3604 "target": "parking" 3605 }, 3606 { 3607 "id": "waker-fn 1.1.0", 3608 "target": "waker_fn" 3609 } 3610 ], 3611 "i686-linux-android": [ 3612 { 3613 "id": "fastrand 1.9.0", 3614 "target": "fastrand" 3615 }, 3616 { 3617 "id": "futures-io 0.3.26", 3618 "target": "futures_io" 3619 }, 3620 { 3621 "id": "memchr 2.5.0", 3622 "target": "memchr" 3623 }, 3624 { 3625 "id": "parking 2.0.0", 3626 "target": "parking" 3627 }, 3628 { 3629 "id": "waker-fn 1.1.0", 3630 "target": "waker_fn" 3631 } 3632 ], 3633 "i686-pc-windows-msvc": [ 3634 { 3635 "id": "fastrand 1.9.0", 3636 "target": "fastrand" 3637 }, 3638 { 3639 "id": "futures-io 0.3.26", 3640 "target": "futures_io" 3641 }, 3642 { 3643 "id": "memchr 2.5.0", 3644 "target": "memchr" 3645 }, 3646 { 3647 "id": "parking 2.0.0", 3648 "target": "parking" 3649 }, 3650 { 3651 "id": "waker-fn 1.1.0", 3652 "target": "waker_fn" 3653 } 3654 ], 3655 "i686-unknown-freebsd": [ 3656 { 3657 "id": "fastrand 1.9.0", 3658 "target": "fastrand" 3659 }, 3660 { 3661 "id": "futures-io 0.3.26", 3662 "target": "futures_io" 3663 }, 3664 { 3665 "id": "memchr 2.5.0", 3666 "target": "memchr" 3667 }, 3668 { 3669 "id": "parking 2.0.0", 3670 "target": "parking" 3671 }, 3672 { 3673 "id": "waker-fn 1.1.0", 3674 "target": "waker_fn" 3675 } 3676 ], 3677 "i686-unknown-linux-gnu": [ 3678 { 3679 "id": "fastrand 1.9.0", 3680 "target": "fastrand" 3681 }, 3682 { 3683 "id": "futures-io 0.3.26", 3684 "target": "futures_io" 3685 }, 3686 { 3687 "id": "memchr 2.5.0", 3688 "target": "memchr" 3689 }, 3690 { 3691 "id": "parking 2.0.0", 3692 "target": "parking" 3693 }, 3694 { 3695 "id": "waker-fn 1.1.0", 3696 "target": "waker_fn" 3697 } 3698 ], 3699 "powerpc-unknown-linux-gnu": [ 3700 { 3701 "id": "fastrand 1.9.0", 3702 "target": "fastrand" 3703 }, 3704 { 3705 "id": "futures-io 0.3.26", 3706 "target": "futures_io" 3707 }, 3708 { 3709 "id": "memchr 2.5.0", 3710 "target": "memchr" 3711 }, 3712 { 3713 "id": "parking 2.0.0", 3714 "target": "parking" 3715 }, 3716 { 3717 "id": "waker-fn 1.1.0", 3718 "target": "waker_fn" 3719 } 3720 ], 3721 "riscv32imc-unknown-none-elf": [ 3722 { 3723 "id": "fastrand 1.9.0", 3724 "target": "fastrand" 3725 }, 3726 { 3727 "id": "futures-io 0.3.26", 3728 "target": "futures_io" 3729 }, 3730 { 3731 "id": "memchr 2.5.0", 3732 "target": "memchr" 3733 }, 3734 { 3735 "id": "parking 2.0.0", 3736 "target": "parking" 3737 }, 3738 { 3739 "id": "waker-fn 1.1.0", 3740 "target": "waker_fn" 3741 } 3742 ], 3743 "riscv64gc-unknown-none-elf": [ 3744 { 3745 "id": "fastrand 1.9.0", 3746 "target": "fastrand" 3747 }, 3748 { 3749 "id": "futures-io 0.3.26", 3750 "target": "futures_io" 3751 }, 3752 { 3753 "id": "memchr 2.5.0", 3754 "target": "memchr" 3755 }, 3756 { 3757 "id": "parking 2.0.0", 3758 "target": "parking" 3759 }, 3760 { 3761 "id": "waker-fn 1.1.0", 3762 "target": "waker_fn" 3763 } 3764 ], 3765 "s390x-unknown-linux-gnu": [ 3766 { 3767 "id": "fastrand 1.9.0", 3768 "target": "fastrand" 3769 }, 3770 { 3771 "id": "futures-io 0.3.26", 3772 "target": "futures_io" 3773 }, 3774 { 3775 "id": "memchr 2.5.0", 3776 "target": "memchr" 3777 }, 3778 { 3779 "id": "parking 2.0.0", 3780 "target": "parking" 3781 }, 3782 { 3783 "id": "waker-fn 1.1.0", 3784 "target": "waker_fn" 3785 } 3786 ], 3787 "thumbv7em-none-eabi": [ 3788 { 3789 "id": "fastrand 1.9.0", 3790 "target": "fastrand" 3791 }, 3792 { 3793 "id": "futures-io 0.3.26", 3794 "target": "futures_io" 3795 }, 3796 { 3797 "id": "memchr 2.5.0", 3798 "target": "memchr" 3799 }, 3800 { 3801 "id": "parking 2.0.0", 3802 "target": "parking" 3803 }, 3804 { 3805 "id": "waker-fn 1.1.0", 3806 "target": "waker_fn" 3807 } 3808 ], 3809 "thumbv8m.main-none-eabi": [ 3810 { 3811 "id": "fastrand 1.9.0", 3812 "target": "fastrand" 3813 }, 3814 { 3815 "id": "futures-io 0.3.26", 3816 "target": "futures_io" 3817 }, 3818 { 3819 "id": "memchr 2.5.0", 3820 "target": "memchr" 3821 }, 3822 { 3823 "id": "parking 2.0.0", 3824 "target": "parking" 3825 }, 3826 { 3827 "id": "waker-fn 1.1.0", 3828 "target": "waker_fn" 3829 } 3830 ], 3831 "wasm32-wasi": [ 3832 { 3833 "id": "fastrand 1.9.0", 3834 "target": "fastrand" 3835 }, 3836 { 3837 "id": "futures-io 0.3.26", 3838 "target": "futures_io" 3839 }, 3840 { 3841 "id": "memchr 2.5.0", 3842 "target": "memchr" 3843 }, 3844 { 3845 "id": "parking 2.0.0", 3846 "target": "parking" 3847 }, 3848 { 3849 "id": "waker-fn 1.1.0", 3850 "target": "waker_fn" 3851 } 3852 ], 3853 "x86_64-apple-darwin": [ 3854 { 3855 "id": "fastrand 1.9.0", 3856 "target": "fastrand" 3857 }, 3858 { 3859 "id": "futures-io 0.3.26", 3860 "target": "futures_io" 3861 }, 3862 { 3863 "id": "memchr 2.5.0", 3864 "target": "memchr" 3865 }, 3866 { 3867 "id": "parking 2.0.0", 3868 "target": "parking" 3869 }, 3870 { 3871 "id": "waker-fn 1.1.0", 3872 "target": "waker_fn" 3873 } 3874 ], 3875 "x86_64-apple-ios": [ 3876 { 3877 "id": "fastrand 1.9.0", 3878 "target": "fastrand" 3879 }, 3880 { 3881 "id": "futures-io 0.3.26", 3882 "target": "futures_io" 3883 }, 3884 { 3885 "id": "memchr 2.5.0", 3886 "target": "memchr" 3887 }, 3888 { 3889 "id": "parking 2.0.0", 3890 "target": "parking" 3891 }, 3892 { 3893 "id": "waker-fn 1.1.0", 3894 "target": "waker_fn" 3895 } 3896 ], 3897 "x86_64-fuchsia": [ 3898 { 3899 "id": "fastrand 1.9.0", 3900 "target": "fastrand" 3901 }, 3902 { 3903 "id": "futures-io 0.3.26", 3904 "target": "futures_io" 3905 }, 3906 { 3907 "id": "memchr 2.5.0", 3908 "target": "memchr" 3909 }, 3910 { 3911 "id": "parking 2.0.0", 3912 "target": "parking" 3913 }, 3914 { 3915 "id": "waker-fn 1.1.0", 3916 "target": "waker_fn" 3917 } 3918 ], 3919 "x86_64-linux-android": [ 3920 { 3921 "id": "fastrand 1.9.0", 3922 "target": "fastrand" 3923 }, 3924 { 3925 "id": "futures-io 0.3.26", 3926 "target": "futures_io" 3927 }, 3928 { 3929 "id": "memchr 2.5.0", 3930 "target": "memchr" 3931 }, 3932 { 3933 "id": "parking 2.0.0", 3934 "target": "parking" 3935 }, 3936 { 3937 "id": "waker-fn 1.1.0", 3938 "target": "waker_fn" 3939 } 3940 ], 3941 "x86_64-pc-windows-msvc": [ 3942 { 3943 "id": "fastrand 1.9.0", 3944 "target": "fastrand" 3945 }, 3946 { 3947 "id": "futures-io 0.3.26", 3948 "target": "futures_io" 3949 }, 3950 { 3951 "id": "memchr 2.5.0", 3952 "target": "memchr" 3953 }, 3954 { 3955 "id": "parking 2.0.0", 3956 "target": "parking" 3957 }, 3958 { 3959 "id": "waker-fn 1.1.0", 3960 "target": "waker_fn" 3961 } 3962 ], 3963 "x86_64-unknown-freebsd": [ 3964 { 3965 "id": "fastrand 1.9.0", 3966 "target": "fastrand" 3967 }, 3968 { 3969 "id": "futures-io 0.3.26", 3970 "target": "futures_io" 3971 }, 3972 { 3973 "id": "memchr 2.5.0", 3974 "target": "memchr" 3975 }, 3976 { 3977 "id": "parking 2.0.0", 3978 "target": "parking" 3979 }, 3980 { 3981 "id": "waker-fn 1.1.0", 3982 "target": "waker_fn" 3983 } 3984 ], 3985 "x86_64-unknown-linux-gnu": [ 3986 { 3987 "id": "fastrand 1.9.0", 3988 "target": "fastrand" 3989 }, 3990 { 3991 "id": "futures-io 0.3.26", 3992 "target": "futures_io" 3993 }, 3994 { 3995 "id": "memchr 2.5.0", 3996 "target": "memchr" 3997 }, 3998 { 3999 "id": "parking 2.0.0", 4000 "target": "parking" 4001 }, 4002 { 4003 "id": "waker-fn 1.1.0", 4004 "target": "waker_fn" 4005 } 4006 ], 4007 "x86_64-unknown-nixos-gnu": [ 4008 { 4009 "id": "fastrand 1.9.0", 4010 "target": "fastrand" 4011 }, 4012 { 4013 "id": "futures-io 0.3.26", 4014 "target": "futures_io" 4015 }, 4016 { 4017 "id": "memchr 2.5.0", 4018 "target": "memchr" 4019 }, 4020 { 4021 "id": "parking 2.0.0", 4022 "target": "parking" 4023 }, 4024 { 4025 "id": "waker-fn 1.1.0", 4026 "target": "waker_fn" 4027 } 4028 ], 4029 "x86_64-unknown-none": [ 4030 { 4031 "id": "fastrand 1.9.0", 4032 "target": "fastrand" 4033 }, 4034 { 4035 "id": "futures-io 0.3.26", 4036 "target": "futures_io" 4037 }, 4038 { 4039 "id": "memchr 2.5.0", 4040 "target": "memchr" 4041 }, 4042 { 4043 "id": "parking 2.0.0", 4044 "target": "parking" 4045 }, 4046 { 4047 "id": "waker-fn 1.1.0", 4048 "target": "waker_fn" 4049 } 4050 ] 4051 } 4052 }, 4053 "edition": "2018", 4054 "version": "1.12.0" 4055 }, 4056 "license": "Apache-2.0 OR MIT", 4057 "license_ids": [ 4058 "Apache-2.0", 4059 "MIT" 4060 ], 4061 "license_file": "LICENSE-APACHE" 4062 }, 4063 "futures-macro 0.3.26": { 4064 "name": "futures-macro", 4065 "version": "0.3.26", 4066 "package_url": "https://github.com/rust-lang/futures-rs", 4067 "repository": { 4068 "Http": { 4069 "url": "https://static.crates.io/crates/futures-macro/0.3.26/download", 4070 "sha256": "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" 4071 } 4072 }, 4073 "targets": [ 4074 { 4075 "ProcMacro": { 4076 "crate_name": "futures_macro", 4077 "crate_root": "src/lib.rs", 4078 "srcs": { 4079 "allow_empty": true, 4080 "include": [ 4081 "**/*.rs" 4082 ] 4083 } 4084 } 4085 } 4086 ], 4087 "library_target_name": "futures_macro", 4088 "common_attrs": { 4089 "compile_data_glob": [ 4090 "**" 4091 ], 4092 "deps": { 4093 "common": [ 4094 { 4095 "id": "proc-macro2 1.0.51", 4096 "target": "proc_macro2" 4097 }, 4098 { 4099 "id": "quote 1.0.23", 4100 "target": "quote" 4101 }, 4102 { 4103 "id": "syn 1.0.109", 4104 "target": "syn" 4105 } 4106 ], 4107 "selects": {} 4108 }, 4109 "edition": "2018", 4110 "version": "0.3.26" 4111 }, 4112 "license": "MIT OR Apache-2.0", 4113 "license_ids": [ 4114 "Apache-2.0", 4115 "MIT" 4116 ], 4117 "license_file": "LICENSE-APACHE" 4118 }, 4119 "futures-sink 0.3.26": { 4120 "name": "futures-sink", 4121 "version": "0.3.26", 4122 "package_url": "https://github.com/rust-lang/futures-rs", 4123 "repository": { 4124 "Http": { 4125 "url": "https://static.crates.io/crates/futures-sink/0.3.26/download", 4126 "sha256": "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 4127 } 4128 }, 4129 "targets": [ 4130 { 4131 "Library": { 4132 "crate_name": "futures_sink", 4133 "crate_root": "src/lib.rs", 4134 "srcs": { 4135 "allow_empty": true, 4136 "include": [ 4137 "**/*.rs" 4138 ] 4139 } 4140 } 4141 } 4142 ], 4143 "library_target_name": "futures_sink", 4144 "common_attrs": { 4145 "compile_data_glob": [ 4146 "**" 4147 ], 4148 "crate_features": { 4149 "common": [ 4150 "alloc", 4151 "default", 4152 "std" 4153 ], 4154 "selects": {} 4155 }, 4156 "edition": "2018", 4157 "version": "0.3.26" 4158 }, 4159 "license": "MIT OR Apache-2.0", 4160 "license_ids": [ 4161 "Apache-2.0", 4162 "MIT" 4163 ], 4164 "license_file": "LICENSE-APACHE" 4165 }, 4166 "futures-task 0.3.26": { 4167 "name": "futures-task", 4168 "version": "0.3.26", 4169 "package_url": "https://github.com/rust-lang/futures-rs", 4170 "repository": { 4171 "Http": { 4172 "url": "https://static.crates.io/crates/futures-task/0.3.26/download", 4173 "sha256": "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 4174 } 4175 }, 4176 "targets": [ 4177 { 4178 "Library": { 4179 "crate_name": "futures_task", 4180 "crate_root": "src/lib.rs", 4181 "srcs": { 4182 "allow_empty": true, 4183 "include": [ 4184 "**/*.rs" 4185 ] 4186 } 4187 } 4188 }, 4189 { 4190 "BuildScript": { 4191 "crate_name": "build_script_build", 4192 "crate_root": "build.rs", 4193 "srcs": { 4194 "allow_empty": true, 4195 "include": [ 4196 "**/*.rs" 4197 ] 4198 } 4199 } 4200 } 4201 ], 4202 "library_target_name": "futures_task", 4203 "common_attrs": { 4204 "compile_data_glob": [ 4205 "**" 4206 ], 4207 "crate_features": { 4208 "common": [ 4209 "alloc", 4210 "std" 4211 ], 4212 "selects": {} 4213 }, 4214 "deps": { 4215 "common": [ 4216 { 4217 "id": "futures-task 0.3.26", 4218 "target": "build_script_build" 4219 } 4220 ], 4221 "selects": {} 4222 }, 4223 "edition": "2018", 4224 "version": "0.3.26" 4225 }, 4226 "build_script_attrs": { 4227 "data_glob": [ 4228 "**" 4229 ] 4230 }, 4231 "license": "MIT OR Apache-2.0", 4232 "license_ids": [ 4233 "Apache-2.0", 4234 "MIT" 4235 ], 4236 "license_file": "LICENSE-APACHE" 4237 }, 4238 "futures-util 0.3.26": { 4239 "name": "futures-util", 4240 "version": "0.3.26", 4241 "package_url": "https://github.com/rust-lang/futures-rs", 4242 "repository": { 4243 "Http": { 4244 "url": "https://static.crates.io/crates/futures-util/0.3.26/download", 4245 "sha256": "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 4246 } 4247 }, 4248 "targets": [ 4249 { 4250 "Library": { 4251 "crate_name": "futures_util", 4252 "crate_root": "src/lib.rs", 4253 "srcs": { 4254 "allow_empty": true, 4255 "include": [ 4256 "**/*.rs" 4257 ] 4258 } 4259 } 4260 }, 4261 { 4262 "BuildScript": { 4263 "crate_name": "build_script_build", 4264 "crate_root": "build.rs", 4265 "srcs": { 4266 "allow_empty": true, 4267 "include": [ 4268 "**/*.rs" 4269 ] 4270 } 4271 } 4272 } 4273 ], 4274 "library_target_name": "futures_util", 4275 "common_attrs": { 4276 "compile_data_glob": [ 4277 "**" 4278 ], 4279 "crate_features": { 4280 "common": [ 4281 "alloc", 4282 "async-await", 4283 "async-await-macro", 4284 "default", 4285 "futures-io", 4286 "futures-macro", 4287 "io", 4288 "memchr", 4289 "slab", 4290 "std" 4291 ], 4292 "selects": {} 4293 }, 4294 "deps": { 4295 "common": [ 4296 { 4297 "id": "futures-core 0.3.26", 4298 "target": "futures_core" 4299 }, 4300 { 4301 "id": "futures-io 0.3.26", 4302 "target": "futures_io" 4303 }, 4304 { 4305 "id": "futures-task 0.3.26", 4306 "target": "futures_task" 4307 }, 4308 { 4309 "id": "futures-util 0.3.26", 4310 "target": "build_script_build" 4311 }, 4312 { 4313 "id": "memchr 2.5.0", 4314 "target": "memchr" 4315 }, 4316 { 4317 "id": "pin-project-lite 0.2.9", 4318 "target": "pin_project_lite" 4319 }, 4320 { 4321 "id": "pin-utils 0.1.0", 4322 "target": "pin_utils" 4323 }, 4324 { 4325 "id": "slab 0.4.8", 4326 "target": "slab" 4327 } 4328 ], 4329 "selects": {} 4330 }, 4331 "edition": "2018", 4332 "proc_macro_deps": { 4333 "common": [ 4334 { 4335 "id": "futures-macro 0.3.26", 4336 "target": "futures_macro" 4337 } 4338 ], 4339 "selects": {} 4340 }, 4341 "version": "0.3.26" 4342 }, 4343 "build_script_attrs": { 4344 "data_glob": [ 4345 "**" 4346 ] 4347 }, 4348 "license": "MIT OR Apache-2.0", 4349 "license_ids": [ 4350 "Apache-2.0", 4351 "MIT" 4352 ], 4353 "license_file": "LICENSE-APACHE" 4354 }, 4355 "generic-array 0.14.6": { 4356 "name": "generic-array", 4357 "version": "0.14.6", 4358 "package_url": "https://github.com/fizyk20/generic-array.git", 4359 "repository": { 4360 "Http": { 4361 "url": "https://static.crates.io/crates/generic-array/0.14.6/download", 4362 "sha256": "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 4363 } 4364 }, 4365 "targets": [ 4366 { 4367 "Library": { 4368 "crate_name": "generic_array", 4369 "crate_root": "src/lib.rs", 4370 "srcs": { 4371 "allow_empty": true, 4372 "include": [ 4373 "**/*.rs" 4374 ] 4375 } 4376 } 4377 }, 4378 { 4379 "BuildScript": { 4380 "crate_name": "build_script_build", 4381 "crate_root": "build.rs", 4382 "srcs": { 4383 "allow_empty": true, 4384 "include": [ 4385 "**/*.rs" 4386 ] 4387 } 4388 } 4389 } 4390 ], 4391 "library_target_name": "generic_array", 4392 "common_attrs": { 4393 "compile_data_glob": [ 4394 "**" 4395 ], 4396 "deps": { 4397 "common": [ 4398 { 4399 "id": "generic-array 0.14.6", 4400 "target": "build_script_build" 4401 }, 4402 { 4403 "id": "typenum 1.16.0", 4404 "target": "typenum" 4405 } 4406 ], 4407 "selects": {} 4408 }, 4409 "edition": "2015", 4410 "version": "0.14.6" 4411 }, 4412 "build_script_attrs": { 4413 "data_glob": [ 4414 "**" 4415 ], 4416 "deps": { 4417 "common": [ 4418 { 4419 "id": "version_check 0.9.4", 4420 "target": "version_check" 4421 } 4422 ], 4423 "selects": {} 4424 } 4425 }, 4426 "license": "MIT", 4427 "license_ids": [ 4428 "MIT" 4429 ], 4430 "license_file": "LICENSE" 4431 }, 4432 "gloo-timers 0.2.6": { 4433 "name": "gloo-timers", 4434 "version": "0.2.6", 4435 "package_url": "https://github.com/rustwasm/gloo/tree/master/crates/timers", 4436 "repository": { 4437 "Http": { 4438 "url": "https://static.crates.io/crates/gloo-timers/0.2.6/download", 4439 "sha256": "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 4440 } 4441 }, 4442 "targets": [ 4443 { 4444 "Library": { 4445 "crate_name": "gloo_timers", 4446 "crate_root": "src/lib.rs", 4447 "srcs": { 4448 "allow_empty": true, 4449 "include": [ 4450 "**/*.rs" 4451 ] 4452 } 4453 } 4454 } 4455 ], 4456 "library_target_name": "gloo_timers", 4457 "common_attrs": { 4458 "compile_data_glob": [ 4459 "**" 4460 ], 4461 "crate_features": { 4462 "common": [ 4463 "default", 4464 "futures", 4465 "futures-channel", 4466 "futures-core" 4467 ], 4468 "selects": {} 4469 }, 4470 "deps": { 4471 "common": [ 4472 { 4473 "id": "futures-channel 0.3.26", 4474 "target": "futures_channel" 4475 }, 4476 { 4477 "id": "futures-core 0.3.26", 4478 "target": "futures_core" 4479 }, 4480 { 4481 "id": "js-sys 0.3.61", 4482 "target": "js_sys" 4483 }, 4484 { 4485 "id": "wasm-bindgen 0.2.84", 4486 "target": "wasm_bindgen" 4487 } 4488 ], 4489 "selects": {} 4490 }, 4491 "edition": "2018", 4492 "version": "0.2.6" 4493 }, 4494 "license": "MIT/Apache-2.0", 4495 "license_ids": [ 4496 "Apache-2.0", 4497 "MIT" 4498 ], 4499 "license_file": null 4500 }, 4501 "h2 0.3.16": { 4502 "name": "h2", 4503 "version": "0.3.16", 4504 "package_url": "https://github.com/hyperium/h2", 4505 "repository": { 4506 "Http": { 4507 "url": "https://static.crates.io/crates/h2/0.3.16/download", 4508 "sha256": "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 4509 } 4510 }, 4511 "targets": [ 4512 { 4513 "Library": { 4514 "crate_name": "h2", 4515 "crate_root": "src/lib.rs", 4516 "srcs": { 4517 "allow_empty": true, 4518 "include": [ 4519 "**/*.rs" 4520 ] 4521 } 4522 } 4523 } 4524 ], 4525 "library_target_name": "h2", 4526 "common_attrs": { 4527 "compile_data_glob": [ 4528 "**" 4529 ], 4530 "deps": { 4531 "common": [ 4532 { 4533 "id": "bytes 1.4.0", 4534 "target": "bytes" 4535 }, 4536 { 4537 "id": "fnv 1.0.7", 4538 "target": "fnv" 4539 }, 4540 { 4541 "id": "futures-core 0.3.26", 4542 "target": "futures_core" 4543 }, 4544 { 4545 "id": "futures-sink 0.3.26", 4546 "target": "futures_sink" 4547 }, 4548 { 4549 "id": "futures-util 0.3.26", 4550 "target": "futures_util" 4551 }, 4552 { 4553 "id": "http 0.2.9", 4554 "target": "http" 4555 }, 4556 { 4557 "id": "indexmap 1.9.2", 4558 "target": "indexmap" 4559 }, 4560 { 4561 "id": "slab 0.4.8", 4562 "target": "slab" 4563 }, 4564 { 4565 "id": "tokio 1.26.0", 4566 "target": "tokio" 4567 }, 4568 { 4569 "id": "tokio-util 0.7.7", 4570 "target": "tokio_util" 4571 }, 4572 { 4573 "id": "tracing 0.1.37", 4574 "target": "tracing" 4575 } 4576 ], 4577 "selects": {} 4578 }, 4579 "edition": "2018", 4580 "version": "0.3.16" 4581 }, 4582 "license": "MIT", 4583 "license_ids": [ 4584 "MIT" 4585 ], 4586 "license_file": "LICENSE" 4587 }, 4588 "hashbrown 0.12.3": { 4589 "name": "hashbrown", 4590 "version": "0.12.3", 4591 "package_url": "https://github.com/rust-lang/hashbrown", 4592 "repository": { 4593 "Http": { 4594 "url": "https://static.crates.io/crates/hashbrown/0.12.3/download", 4595 "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 4596 } 4597 }, 4598 "targets": [ 4599 { 4600 "Library": { 4601 "crate_name": "hashbrown", 4602 "crate_root": "src/lib.rs", 4603 "srcs": { 4604 "allow_empty": true, 4605 "include": [ 4606 "**/*.rs" 4607 ] 4608 } 4609 } 4610 } 4611 ], 4612 "library_target_name": "hashbrown", 4613 "common_attrs": { 4614 "compile_data_glob": [ 4615 "**" 4616 ], 4617 "crate_features": { 4618 "common": [ 4619 "raw" 4620 ], 4621 "selects": {} 4622 }, 4623 "edition": "2021", 4624 "version": "0.12.3" 4625 }, 4626 "license": "MIT OR Apache-2.0", 4627 "license_ids": [ 4628 "Apache-2.0", 4629 "MIT" 4630 ], 4631 "license_file": "LICENSE-APACHE" 4632 }, 4633 "hermit-abi 0.2.6": { 4634 "name": "hermit-abi", 4635 "version": "0.2.6", 4636 "package_url": "https://github.com/hermitcore/rusty-hermit", 4637 "repository": { 4638 "Http": { 4639 "url": "https://static.crates.io/crates/hermit-abi/0.2.6/download", 4640 "sha256": "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 4641 } 4642 }, 4643 "targets": [ 4644 { 4645 "Library": { 4646 "crate_name": "hermit_abi", 4647 "crate_root": "src/lib.rs", 4648 "srcs": { 4649 "allow_empty": true, 4650 "include": [ 4651 "**/*.rs" 4652 ] 4653 } 4654 } 4655 } 4656 ], 4657 "library_target_name": "hermit_abi", 4658 "common_attrs": { 4659 "compile_data_glob": [ 4660 "**" 4661 ], 4662 "deps": { 4663 "common": [ 4664 { 4665 "id": "libc 0.2.139", 4666 "target": "libc" 4667 } 4668 ], 4669 "selects": {} 4670 }, 4671 "edition": "2021", 4672 "version": "0.2.6" 4673 }, 4674 "license": "MIT/Apache-2.0", 4675 "license_ids": [ 4676 "Apache-2.0", 4677 "MIT" 4678 ], 4679 "license_file": "LICENSE-APACHE" 4680 }, 4681 "hex-literal 0.3.4": { 4682 "name": "hex-literal", 4683 "version": "0.3.4", 4684 "package_url": "https://github.com/RustCrypto/utils", 4685 "repository": { 4686 "Http": { 4687 "url": "https://static.crates.io/crates/hex-literal/0.3.4/download", 4688 "sha256": "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" 4689 } 4690 }, 4691 "targets": [ 4692 { 4693 "ProcMacro": { 4694 "crate_name": "hex_literal", 4695 "crate_root": "src/lib.rs", 4696 "srcs": { 4697 "allow_empty": true, 4698 "include": [ 4699 "**/*.rs" 4700 ] 4701 } 4702 } 4703 } 4704 ], 4705 "library_target_name": "hex_literal", 4706 "common_attrs": { 4707 "compile_data_glob": [ 4708 "**" 4709 ], 4710 "edition": "2018", 4711 "version": "0.3.4" 4712 }, 4713 "license": "MIT OR Apache-2.0", 4714 "license_ids": [ 4715 "Apache-2.0", 4716 "MIT" 4717 ], 4718 "license_file": "LICENSE-APACHE" 4719 }, 4720 "http 0.2.9": { 4721 "name": "http", 4722 "version": "0.2.9", 4723 "package_url": "https://github.com/hyperium/http", 4724 "repository": { 4725 "Http": { 4726 "url": "https://static.crates.io/crates/http/0.2.9/download", 4727 "sha256": "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 4728 } 4729 }, 4730 "targets": [ 4731 { 4732 "Library": { 4733 "crate_name": "http", 4734 "crate_root": "src/lib.rs", 4735 "srcs": { 4736 "allow_empty": true, 4737 "include": [ 4738 "**/*.rs" 4739 ] 4740 } 4741 } 4742 } 4743 ], 4744 "library_target_name": "http", 4745 "common_attrs": { 4746 "compile_data_glob": [ 4747 "**" 4748 ], 4749 "deps": { 4750 "common": [ 4751 { 4752 "id": "bytes 1.4.0", 4753 "target": "bytes" 4754 }, 4755 { 4756 "id": "fnv 1.0.7", 4757 "target": "fnv" 4758 }, 4759 { 4760 "id": "itoa 1.0.5", 4761 "target": "itoa" 4762 } 4763 ], 4764 "selects": {} 4765 }, 4766 "edition": "2018", 4767 "version": "0.2.9" 4768 }, 4769 "license": "MIT OR Apache-2.0", 4770 "license_ids": [ 4771 "Apache-2.0", 4772 "MIT" 4773 ], 4774 "license_file": "LICENSE-APACHE" 4775 }, 4776 "http-body 0.4.5": { 4777 "name": "http-body", 4778 "version": "0.4.5", 4779 "package_url": "https://github.com/hyperium/http-body", 4780 "repository": { 4781 "Http": { 4782 "url": "https://static.crates.io/crates/http-body/0.4.5/download", 4783 "sha256": "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 4784 } 4785 }, 4786 "targets": [ 4787 { 4788 "Library": { 4789 "crate_name": "http_body", 4790 "crate_root": "src/lib.rs", 4791 "srcs": { 4792 "allow_empty": true, 4793 "include": [ 4794 "**/*.rs" 4795 ] 4796 } 4797 } 4798 } 4799 ], 4800 "library_target_name": "http_body", 4801 "common_attrs": { 4802 "compile_data_glob": [ 4803 "**" 4804 ], 4805 "deps": { 4806 "common": [ 4807 { 4808 "id": "bytes 1.4.0", 4809 "target": "bytes" 4810 }, 4811 { 4812 "id": "http 0.2.9", 4813 "target": "http" 4814 }, 4815 { 4816 "id": "pin-project-lite 0.2.9", 4817 "target": "pin_project_lite" 4818 } 4819 ], 4820 "selects": {} 4821 }, 4822 "edition": "2018", 4823 "version": "0.4.5" 4824 }, 4825 "license": "MIT", 4826 "license_ids": [ 4827 "MIT" 4828 ], 4829 "license_file": "LICENSE" 4830 }, 4831 "httparse 1.8.0": { 4832 "name": "httparse", 4833 "version": "1.8.0", 4834 "package_url": "https://github.com/seanmonstar/httparse", 4835 "repository": { 4836 "Http": { 4837 "url": "https://static.crates.io/crates/httparse/1.8.0/download", 4838 "sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 4839 } 4840 }, 4841 "targets": [ 4842 { 4843 "Library": { 4844 "crate_name": "httparse", 4845 "crate_root": "src/lib.rs", 4846 "srcs": { 4847 "allow_empty": true, 4848 "include": [ 4849 "**/*.rs" 4850 ] 4851 } 4852 } 4853 }, 4854 { 4855 "BuildScript": { 4856 "crate_name": "build_script_build", 4857 "crate_root": "build.rs", 4858 "srcs": { 4859 "allow_empty": true, 4860 "include": [ 4861 "**/*.rs" 4862 ] 4863 } 4864 } 4865 } 4866 ], 4867 "library_target_name": "httparse", 4868 "common_attrs": { 4869 "compile_data_glob": [ 4870 "**" 4871 ], 4872 "crate_features": { 4873 "common": [ 4874 "default", 4875 "std" 4876 ], 4877 "selects": {} 4878 }, 4879 "deps": { 4880 "common": [ 4881 { 4882 "id": "httparse 1.8.0", 4883 "target": "build_script_build" 4884 } 4885 ], 4886 "selects": {} 4887 }, 4888 "edition": "2018", 4889 "version": "1.8.0" 4890 }, 4891 "build_script_attrs": { 4892 "data_glob": [ 4893 "**" 4894 ] 4895 }, 4896 "license": "MIT/Apache-2.0", 4897 "license_ids": [ 4898 "Apache-2.0", 4899 "MIT" 4900 ], 4901 "license_file": "LICENSE-APACHE" 4902 }, 4903 "httpdate 1.0.2": { 4904 "name": "httpdate", 4905 "version": "1.0.2", 4906 "package_url": "https://github.com/pyfisch/httpdate", 4907 "repository": { 4908 "Http": { 4909 "url": "https://static.crates.io/crates/httpdate/1.0.2/download", 4910 "sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 4911 } 4912 }, 4913 "targets": [ 4914 { 4915 "Library": { 4916 "crate_name": "httpdate", 4917 "crate_root": "src/lib.rs", 4918 "srcs": { 4919 "allow_empty": true, 4920 "include": [ 4921 "**/*.rs" 4922 ] 4923 } 4924 } 4925 } 4926 ], 4927 "library_target_name": "httpdate", 4928 "common_attrs": { 4929 "compile_data_glob": [ 4930 "**" 4931 ], 4932 "edition": "2018", 4933 "version": "1.0.2" 4934 }, 4935 "license": "MIT/Apache-2.0", 4936 "license_ids": [ 4937 "Apache-2.0", 4938 "MIT" 4939 ], 4940 "license_file": "LICENSE-APACHE" 4941 }, 4942 "httpmock 0.6.7": { 4943 "name": "httpmock", 4944 "version": "0.6.7", 4945 "package_url": "https://github.com/alexliesenfeld/httpmock", 4946 "repository": { 4947 "Git": { 4948 "remote": "https://github.com/alexliesenfeld/httpmock.git", 4949 "commitish": { 4950 "Rev": "9ecf35255ee154986bc36d06473f1fa088586ad9" 4951 }, 4952 "shallow_since": "1673473097 +0100" 4953 } 4954 }, 4955 "targets": [ 4956 { 4957 "Library": { 4958 "crate_name": "httpmock", 4959 "crate_root": "src/lib.rs", 4960 "srcs": { 4961 "allow_empty": true, 4962 "include": [ 4963 "**/*.rs" 4964 ] 4965 } 4966 } 4967 } 4968 ], 4969 "library_target_name": "httpmock", 4970 "common_attrs": { 4971 "compile_data_glob": [ 4972 "**" 4973 ], 4974 "crate_features": { 4975 "common": [ 4976 "rustls" 4977 ], 4978 "selects": {} 4979 }, 4980 "deps": { 4981 "common": [ 4982 { 4983 "id": "assert-json-diff 2.0.2", 4984 "target": "assert_json_diff" 4985 }, 4986 { 4987 "id": "async-object-pool 0.1.4", 4988 "target": "async_object_pool" 4989 }, 4990 { 4991 "id": "base64 0.13.1", 4992 "target": "base64" 4993 }, 4994 { 4995 "id": "crossbeam-utils 0.8.15", 4996 "target": "crossbeam_utils" 4997 }, 4998 { 4999 "id": "form_urlencoded 1.1.0", 5000 "target": "form_urlencoded" 5001 }, 5002 { 5003 "id": "futures-util 0.3.26", 5004 "target": "futures_util" 5005 }, 5006 { 5007 "id": "hyper 0.14.24", 5008 "target": "hyper" 5009 }, 5010 { 5011 "id": "isahc 1.7.0", 5012 "target": "isahc" 5013 }, 5014 { 5015 "id": "lazy_static 1.4.0", 5016 "target": "lazy_static" 5017 }, 5018 { 5019 "id": "levenshtein 1.0.5", 5020 "target": "levenshtein" 5021 }, 5022 { 5023 "id": "log 0.4.17", 5024 "target": "log" 5025 }, 5026 { 5027 "id": "regex 1.7.1", 5028 "target": "regex" 5029 }, 5030 { 5031 "id": "serde 1.0.152", 5032 "target": "serde" 5033 }, 5034 { 5035 "id": "serde_json 1.0.93", 5036 "target": "serde_json" 5037 }, 5038 { 5039 "id": "serde_regex 1.1.0", 5040 "target": "serde_regex" 5041 }, 5042 { 5043 "id": "similar 2.2.1", 5044 "target": "similar" 5045 }, 5046 { 5047 "id": "tokio 1.26.0", 5048 "target": "tokio" 5049 }, 5050 { 5051 "id": "url 2.3.1", 5052 "target": "url" 5053 } 5054 ], 5055 "selects": {} 5056 }, 5057 "edition": "2018", 5058 "proc_macro_deps": { 5059 "common": [ 5060 { 5061 "id": "async-trait 0.1.64", 5062 "target": "async_trait" 5063 } 5064 ], 5065 "selects": {} 5066 }, 5067 "version": "0.6.7" 5068 }, 5069 "license": "MIT", 5070 "license_ids": [ 5071 "MIT" 5072 ], 5073 "license_file": "LICENSE" 5074 }, 5075 "hyper 0.14.24": { 5076 "name": "hyper", 5077 "version": "0.14.24", 5078 "package_url": "https://github.com/hyperium/hyper", 5079 "repository": { 5080 "Http": { 5081 "url": "https://static.crates.io/crates/hyper/0.14.24/download", 5082 "sha256": "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 5083 } 5084 }, 5085 "targets": [ 5086 { 5087 "Library": { 5088 "crate_name": "hyper", 5089 "crate_root": "src/lib.rs", 5090 "srcs": { 5091 "allow_empty": true, 5092 "include": [ 5093 "**/*.rs" 5094 ] 5095 } 5096 } 5097 } 5098 ], 5099 "library_target_name": "hyper", 5100 "common_attrs": { 5101 "compile_data_glob": [ 5102 "**" 5103 ], 5104 "crate_features": { 5105 "common": [ 5106 "default", 5107 "http1", 5108 "server", 5109 "socket2", 5110 "tcp" 5111 ], 5112 "selects": { 5113 "aarch64-apple-darwin": [ 5114 "client", 5115 "h2", 5116 "http2", 5117 "runtime" 5118 ], 5119 "aarch64-apple-ios": [ 5120 "client", 5121 "h2", 5122 "http2", 5123 "runtime" 5124 ], 5125 "aarch64-apple-ios-sim": [ 5126 "client", 5127 "h2", 5128 "http2", 5129 "runtime" 5130 ], 5131 "aarch64-fuchsia": [ 5132 "client", 5133 "h2", 5134 "http2", 5135 "runtime" 5136 ], 5137 "aarch64-linux-android": [ 5138 "client", 5139 "h2", 5140 "http2", 5141 "runtime" 5142 ], 5143 "aarch64-pc-windows-msvc": [ 5144 "client", 5145 "h2", 5146 "http2", 5147 "runtime" 5148 ], 5149 "aarch64-unknown-linux-gnu": [ 5150 "client", 5151 "h2", 5152 "http2", 5153 "runtime" 5154 ], 5155 "aarch64-unknown-nixos-gnu": [ 5156 "client", 5157 "h2", 5158 "http2", 5159 "runtime" 5160 ], 5161 "aarch64-unknown-nto-qnx710": [ 5162 "client", 5163 "h2", 5164 "http2", 5165 "runtime" 5166 ], 5167 "arm-unknown-linux-gnueabi": [ 5168 "client", 5169 "h2", 5170 "http2", 5171 "runtime" 5172 ], 5173 "armv7-linux-androideabi": [ 5174 "client", 5175 "h2", 5176 "http2", 5177 "runtime" 5178 ], 5179 "armv7-unknown-linux-gnueabi": [ 5180 "client", 5181 "h2", 5182 "http2", 5183 "runtime" 5184 ], 5185 "i686-apple-darwin": [ 5186 "client", 5187 "h2", 5188 "http2", 5189 "runtime" 5190 ], 5191 "i686-linux-android": [ 5192 "client", 5193 "h2", 5194 "http2", 5195 "runtime" 5196 ], 5197 "i686-pc-windows-msvc": [ 5198 "client", 5199 "h2", 5200 "http2", 5201 "runtime" 5202 ], 5203 "i686-unknown-freebsd": [ 5204 "client", 5205 "h2", 5206 "http2", 5207 "runtime" 5208 ], 5209 "i686-unknown-linux-gnu": [ 5210 "client", 5211 "h2", 5212 "http2", 5213 "runtime" 5214 ], 5215 "powerpc-unknown-linux-gnu": [ 5216 "client", 5217 "h2", 5218 "http2", 5219 "runtime" 5220 ], 5221 "riscv32imc-unknown-none-elf": [ 5222 "client", 5223 "h2", 5224 "http2", 5225 "runtime" 5226 ], 5227 "riscv64gc-unknown-none-elf": [ 5228 "client", 5229 "h2", 5230 "http2", 5231 "runtime" 5232 ], 5233 "s390x-unknown-linux-gnu": [ 5234 "client", 5235 "h2", 5236 "http2", 5237 "runtime" 5238 ], 5239 "thumbv7em-none-eabi": [ 5240 "client", 5241 "h2", 5242 "http2", 5243 "runtime" 5244 ], 5245 "thumbv8m.main-none-eabi": [ 5246 "client", 5247 "h2", 5248 "http2", 5249 "runtime" 5250 ], 5251 "x86_64-apple-darwin": [ 5252 "client", 5253 "h2", 5254 "http2", 5255 "runtime" 5256 ], 5257 "x86_64-apple-ios": [ 5258 "client", 5259 "h2", 5260 "http2", 5261 "runtime" 5262 ], 5263 "x86_64-fuchsia": [ 5264 "client", 5265 "h2", 5266 "http2", 5267 "runtime" 5268 ], 5269 "x86_64-linux-android": [ 5270 "client", 5271 "h2", 5272 "http2", 5273 "runtime" 5274 ], 5275 "x86_64-pc-windows-msvc": [ 5276 "client", 5277 "h2", 5278 "http2", 5279 "runtime" 5280 ], 5281 "x86_64-unknown-freebsd": [ 5282 "client", 5283 "h2", 5284 "http2", 5285 "runtime" 5286 ], 5287 "x86_64-unknown-linux-gnu": [ 5288 "client", 5289 "h2", 5290 "http2", 5291 "runtime" 5292 ], 5293 "x86_64-unknown-nixos-gnu": [ 5294 "client", 5295 "h2", 5296 "http2", 5297 "runtime" 5298 ], 5299 "x86_64-unknown-none": [ 5300 "client", 5301 "h2", 5302 "http2", 5303 "runtime" 5304 ] 5305 } 5306 }, 5307 "deps": { 5308 "common": [ 5309 { 5310 "id": "bytes 1.4.0", 5311 "target": "bytes" 5312 }, 5313 { 5314 "id": "futures-channel 0.3.26", 5315 "target": "futures_channel" 5316 }, 5317 { 5318 "id": "futures-core 0.3.26", 5319 "target": "futures_core" 5320 }, 5321 { 5322 "id": "futures-util 0.3.26", 5323 "target": "futures_util" 5324 }, 5325 { 5326 "id": "http 0.2.9", 5327 "target": "http" 5328 }, 5329 { 5330 "id": "http-body 0.4.5", 5331 "target": "http_body" 5332 }, 5333 { 5334 "id": "httparse 1.8.0", 5335 "target": "httparse" 5336 }, 5337 { 5338 "id": "httpdate 1.0.2", 5339 "target": "httpdate" 5340 }, 5341 { 5342 "id": "itoa 1.0.5", 5343 "target": "itoa" 5344 }, 5345 { 5346 "id": "pin-project-lite 0.2.9", 5347 "target": "pin_project_lite" 5348 }, 5349 { 5350 "id": "socket2 0.4.9", 5351 "target": "socket2" 5352 }, 5353 { 5354 "id": "tokio 1.26.0", 5355 "target": "tokio" 5356 }, 5357 { 5358 "id": "tower-service 0.3.2", 5359 "target": "tower_service" 5360 }, 5361 { 5362 "id": "tracing 0.1.37", 5363 "target": "tracing" 5364 }, 5365 { 5366 "id": "want 0.3.0", 5367 "target": "want" 5368 } 5369 ], 5370 "selects": { 5371 "aarch64-apple-darwin": [ 5372 { 5373 "id": "h2 0.3.16", 5374 "target": "h2" 5375 } 5376 ], 5377 "aarch64-apple-ios": [ 5378 { 5379 "id": "h2 0.3.16", 5380 "target": "h2" 5381 } 5382 ], 5383 "aarch64-apple-ios-sim": [ 5384 { 5385 "id": "h2 0.3.16", 5386 "target": "h2" 5387 } 5388 ], 5389 "aarch64-fuchsia": [ 5390 { 5391 "id": "h2 0.3.16", 5392 "target": "h2" 5393 } 5394 ], 5395 "aarch64-linux-android": [ 5396 { 5397 "id": "h2 0.3.16", 5398 "target": "h2" 5399 } 5400 ], 5401 "aarch64-pc-windows-msvc": [ 5402 { 5403 "id": "h2 0.3.16", 5404 "target": "h2" 5405 } 5406 ], 5407 "aarch64-unknown-linux-gnu": [ 5408 { 5409 "id": "h2 0.3.16", 5410 "target": "h2" 5411 } 5412 ], 5413 "aarch64-unknown-nixos-gnu": [ 5414 { 5415 "id": "h2 0.3.16", 5416 "target": "h2" 5417 } 5418 ], 5419 "aarch64-unknown-nto-qnx710": [ 5420 { 5421 "id": "h2 0.3.16", 5422 "target": "h2" 5423 } 5424 ], 5425 "arm-unknown-linux-gnueabi": [ 5426 { 5427 "id": "h2 0.3.16", 5428 "target": "h2" 5429 } 5430 ], 5431 "armv7-linux-androideabi": [ 5432 { 5433 "id": "h2 0.3.16", 5434 "target": "h2" 5435 } 5436 ], 5437 "armv7-unknown-linux-gnueabi": [ 5438 { 5439 "id": "h2 0.3.16", 5440 "target": "h2" 5441 } 5442 ], 5443 "i686-apple-darwin": [ 5444 { 5445 "id": "h2 0.3.16", 5446 "target": "h2" 5447 } 5448 ], 5449 "i686-linux-android": [ 5450 { 5451 "id": "h2 0.3.16", 5452 "target": "h2" 5453 } 5454 ], 5455 "i686-pc-windows-msvc": [ 5456 { 5457 "id": "h2 0.3.16", 5458 "target": "h2" 5459 } 5460 ], 5461 "i686-unknown-freebsd": [ 5462 { 5463 "id": "h2 0.3.16", 5464 "target": "h2" 5465 } 5466 ], 5467 "i686-unknown-linux-gnu": [ 5468 { 5469 "id": "h2 0.3.16", 5470 "target": "h2" 5471 } 5472 ], 5473 "powerpc-unknown-linux-gnu": [ 5474 { 5475 "id": "h2 0.3.16", 5476 "target": "h2" 5477 } 5478 ], 5479 "riscv32imc-unknown-none-elf": [ 5480 { 5481 "id": "h2 0.3.16", 5482 "target": "h2" 5483 } 5484 ], 5485 "riscv64gc-unknown-none-elf": [ 5486 { 5487 "id": "h2 0.3.16", 5488 "target": "h2" 5489 } 5490 ], 5491 "s390x-unknown-linux-gnu": [ 5492 { 5493 "id": "h2 0.3.16", 5494 "target": "h2" 5495 } 5496 ], 5497 "thumbv7em-none-eabi": [ 5498 { 5499 "id": "h2 0.3.16", 5500 "target": "h2" 5501 } 5502 ], 5503 "thumbv8m.main-none-eabi": [ 5504 { 5505 "id": "h2 0.3.16", 5506 "target": "h2" 5507 } 5508 ], 5509 "x86_64-apple-darwin": [ 5510 { 5511 "id": "h2 0.3.16", 5512 "target": "h2" 5513 } 5514 ], 5515 "x86_64-apple-ios": [ 5516 { 5517 "id": "h2 0.3.16", 5518 "target": "h2" 5519 } 5520 ], 5521 "x86_64-fuchsia": [ 5522 { 5523 "id": "h2 0.3.16", 5524 "target": "h2" 5525 } 5526 ], 5527 "x86_64-linux-android": [ 5528 { 5529 "id": "h2 0.3.16", 5530 "target": "h2" 5531 } 5532 ], 5533 "x86_64-pc-windows-msvc": [ 5534 { 5535 "id": "h2 0.3.16", 5536 "target": "h2" 5537 } 5538 ], 5539 "x86_64-unknown-freebsd": [ 5540 { 5541 "id": "h2 0.3.16", 5542 "target": "h2" 5543 } 5544 ], 5545 "x86_64-unknown-linux-gnu": [ 5546 { 5547 "id": "h2 0.3.16", 5548 "target": "h2" 5549 } 5550 ], 5551 "x86_64-unknown-nixos-gnu": [ 5552 { 5553 "id": "h2 0.3.16", 5554 "target": "h2" 5555 } 5556 ], 5557 "x86_64-unknown-none": [ 5558 { 5559 "id": "h2 0.3.16", 5560 "target": "h2" 5561 } 5562 ] 5563 } 5564 }, 5565 "edition": "2018", 5566 "version": "0.14.24" 5567 }, 5568 "license": "MIT", 5569 "license_ids": [ 5570 "MIT" 5571 ], 5572 "license_file": "LICENSE" 5573 }, 5574 "hyper-rustls 0.23.2": { 5575 "name": "hyper-rustls", 5576 "version": "0.23.2", 5577 "package_url": "https://github.com/ctz/hyper-rustls", 5578 "repository": { 5579 "Http": { 5580 "url": "https://static.crates.io/crates/hyper-rustls/0.23.2/download", 5581 "sha256": "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 5582 } 5583 }, 5584 "targets": [ 5585 { 5586 "Library": { 5587 "crate_name": "hyper_rustls", 5588 "crate_root": "src/lib.rs", 5589 "srcs": { 5590 "allow_empty": true, 5591 "include": [ 5592 "**/*.rs" 5593 ] 5594 } 5595 } 5596 } 5597 ], 5598 "library_target_name": "hyper_rustls", 5599 "common_attrs": { 5600 "compile_data_glob": [ 5601 "**" 5602 ], 5603 "deps": { 5604 "common": [ 5605 { 5606 "id": "http 0.2.9", 5607 "target": "http" 5608 }, 5609 { 5610 "id": "hyper 0.14.24", 5611 "target": "hyper" 5612 }, 5613 { 5614 "id": "rustls 0.20.8", 5615 "target": "rustls" 5616 }, 5617 { 5618 "id": "tokio 1.26.0", 5619 "target": "tokio" 5620 }, 5621 { 5622 "id": "tokio-rustls 0.23.4", 5623 "target": "tokio_rustls" 5624 } 5625 ], 5626 "selects": {} 5627 }, 5628 "edition": "2018", 5629 "version": "0.23.2" 5630 }, 5631 "license": "Apache-2.0/ISC/MIT", 5632 "license_ids": [ 5633 "Apache-2.0", 5634 "ISC", 5635 "MIT" 5636 ], 5637 "license_file": "LICENSE" 5638 }, 5639 "idna 0.3.0": { 5640 "name": "idna", 5641 "version": "0.3.0", 5642 "package_url": "https://github.com/servo/rust-url/", 5643 "repository": { 5644 "Http": { 5645 "url": "https://static.crates.io/crates/idna/0.3.0/download", 5646 "sha256": "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 5647 } 5648 }, 5649 "targets": [ 5650 { 5651 "Library": { 5652 "crate_name": "idna", 5653 "crate_root": "src/lib.rs", 5654 "srcs": { 5655 "allow_empty": true, 5656 "include": [ 5657 "**/*.rs" 5658 ] 5659 } 5660 } 5661 } 5662 ], 5663 "library_target_name": "idna", 5664 "common_attrs": { 5665 "compile_data_glob": [ 5666 "**" 5667 ], 5668 "deps": { 5669 "common": [ 5670 { 5671 "id": "unicode-bidi 0.3.10", 5672 "target": "unicode_bidi" 5673 }, 5674 { 5675 "id": "unicode-normalization 0.1.22", 5676 "target": "unicode_normalization" 5677 } 5678 ], 5679 "selects": {} 5680 }, 5681 "edition": "2018", 5682 "version": "0.3.0" 5683 }, 5684 "license": "MIT OR Apache-2.0", 5685 "license_ids": [ 5686 "Apache-2.0", 5687 "MIT" 5688 ], 5689 "license_file": "LICENSE-APACHE" 5690 }, 5691 "indexmap 1.9.2": { 5692 "name": "indexmap", 5693 "version": "1.9.2", 5694 "package_url": "https://github.com/bluss/indexmap", 5695 "repository": { 5696 "Http": { 5697 "url": "https://static.crates.io/crates/indexmap/1.9.2/download", 5698 "sha256": "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 5699 } 5700 }, 5701 "targets": [ 5702 { 5703 "Library": { 5704 "crate_name": "indexmap", 5705 "crate_root": "src/lib.rs", 5706 "srcs": { 5707 "allow_empty": true, 5708 "include": [ 5709 "**/*.rs" 5710 ] 5711 } 5712 } 5713 }, 5714 { 5715 "BuildScript": { 5716 "crate_name": "build_script_build", 5717 "crate_root": "build.rs", 5718 "srcs": { 5719 "allow_empty": true, 5720 "include": [ 5721 "**/*.rs" 5722 ] 5723 } 5724 } 5725 } 5726 ], 5727 "library_target_name": "indexmap", 5728 "common_attrs": { 5729 "compile_data_glob": [ 5730 "**" 5731 ], 5732 "crate_features": { 5733 "common": [], 5734 "selects": { 5735 "aarch64-apple-darwin": [ 5736 "std" 5737 ], 5738 "aarch64-apple-ios": [ 5739 "std" 5740 ], 5741 "aarch64-apple-ios-sim": [ 5742 "std" 5743 ], 5744 "aarch64-fuchsia": [ 5745 "std" 5746 ], 5747 "aarch64-linux-android": [ 5748 "std" 5749 ], 5750 "aarch64-pc-windows-msvc": [ 5751 "std" 5752 ], 5753 "aarch64-unknown-linux-gnu": [ 5754 "std" 5755 ], 5756 "aarch64-unknown-nixos-gnu": [ 5757 "std" 5758 ], 5759 "aarch64-unknown-nto-qnx710": [ 5760 "std" 5761 ], 5762 "arm-unknown-linux-gnueabi": [ 5763 "std" 5764 ], 5765 "armv7-linux-androideabi": [ 5766 "std" 5767 ], 5768 "armv7-unknown-linux-gnueabi": [ 5769 "std" 5770 ], 5771 "i686-apple-darwin": [ 5772 "std" 5773 ], 5774 "i686-linux-android": [ 5775 "std" 5776 ], 5777 "i686-pc-windows-msvc": [ 5778 "std" 5779 ], 5780 "i686-unknown-freebsd": [ 5781 "std" 5782 ], 5783 "i686-unknown-linux-gnu": [ 5784 "std" 5785 ], 5786 "powerpc-unknown-linux-gnu": [ 5787 "std" 5788 ], 5789 "riscv32imc-unknown-none-elf": [ 5790 "std" 5791 ], 5792 "riscv64gc-unknown-none-elf": [ 5793 "std" 5794 ], 5795 "s390x-unknown-linux-gnu": [ 5796 "std" 5797 ], 5798 "thumbv7em-none-eabi": [ 5799 "std" 5800 ], 5801 "thumbv8m.main-none-eabi": [ 5802 "std" 5803 ], 5804 "x86_64-apple-darwin": [ 5805 "std" 5806 ], 5807 "x86_64-apple-ios": [ 5808 "std" 5809 ], 5810 "x86_64-fuchsia": [ 5811 "std" 5812 ], 5813 "x86_64-linux-android": [ 5814 "std" 5815 ], 5816 "x86_64-pc-windows-msvc": [ 5817 "std" 5818 ], 5819 "x86_64-unknown-freebsd": [ 5820 "std" 5821 ], 5822 "x86_64-unknown-linux-gnu": [ 5823 "std" 5824 ], 5825 "x86_64-unknown-nixos-gnu": [ 5826 "std" 5827 ], 5828 "x86_64-unknown-none": [ 5829 "std" 5830 ] 5831 } 5832 }, 5833 "deps": { 5834 "common": [ 5835 { 5836 "id": "hashbrown 0.12.3", 5837 "target": "hashbrown" 5838 }, 5839 { 5840 "id": "indexmap 1.9.2", 5841 "target": "build_script_build" 5842 } 5843 ], 5844 "selects": {} 5845 }, 5846 "edition": "2021", 5847 "version": "1.9.2" 5848 }, 5849 "build_script_attrs": { 5850 "data_glob": [ 5851 "**" 5852 ], 5853 "deps": { 5854 "common": [ 5855 { 5856 "id": "autocfg 1.1.0", 5857 "target": "autocfg" 5858 } 5859 ], 5860 "selects": {} 5861 } 5862 }, 5863 "license": "Apache-2.0 OR MIT", 5864 "license_ids": [ 5865 "Apache-2.0", 5866 "MIT" 5867 ], 5868 "license_file": "LICENSE-APACHE" 5869 }, 5870 "instant 0.1.12": { 5871 "name": "instant", 5872 "version": "0.1.12", 5873 "package_url": "https://github.com/sebcrozet/instant", 5874 "repository": { 5875 "Http": { 5876 "url": "https://static.crates.io/crates/instant/0.1.12/download", 5877 "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 5878 } 5879 }, 5880 "targets": [ 5881 { 5882 "Library": { 5883 "crate_name": "instant", 5884 "crate_root": "src/lib.rs", 5885 "srcs": { 5886 "allow_empty": true, 5887 "include": [ 5888 "**/*.rs" 5889 ] 5890 } 5891 } 5892 } 5893 ], 5894 "library_target_name": "instant", 5895 "common_attrs": { 5896 "compile_data_glob": [ 5897 "**" 5898 ], 5899 "deps": { 5900 "common": [ 5901 { 5902 "id": "cfg-if 1.0.0", 5903 "target": "cfg_if" 5904 } 5905 ], 5906 "selects": {} 5907 }, 5908 "edition": "2018", 5909 "version": "0.1.12" 5910 }, 5911 "license": "BSD-3-Clause", 5912 "license_ids": [ 5913 "BSD-3-Clause" 5914 ], 5915 "license_file": "LICENSE" 5916 }, 5917 "ipnet 2.7.1": { 5918 "name": "ipnet", 5919 "version": "2.7.1", 5920 "package_url": "https://github.com/krisprice/ipnet", 5921 "repository": { 5922 "Http": { 5923 "url": "https://static.crates.io/crates/ipnet/2.7.1/download", 5924 "sha256": "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 5925 } 5926 }, 5927 "targets": [ 5928 { 5929 "Library": { 5930 "crate_name": "ipnet", 5931 "crate_root": "src/lib.rs", 5932 "srcs": { 5933 "allow_empty": true, 5934 "include": [ 5935 "**/*.rs" 5936 ] 5937 } 5938 } 5939 } 5940 ], 5941 "library_target_name": "ipnet", 5942 "common_attrs": { 5943 "compile_data_glob": [ 5944 "**" 5945 ], 5946 "crate_features": { 5947 "common": [ 5948 "default" 5949 ], 5950 "selects": {} 5951 }, 5952 "edition": "2018", 5953 "version": "2.7.1" 5954 }, 5955 "license": "MIT OR Apache-2.0", 5956 "license_ids": [ 5957 "Apache-2.0", 5958 "MIT" 5959 ], 5960 "license_file": "LICENSE-APACHE" 5961 }, 5962 "isahc 1.7.0": { 5963 "name": "isahc", 5964 "version": "1.7.0", 5965 "package_url": "https://github.com/sagebind/isahc", 5966 "repository": { 5967 "Git": { 5968 "remote": "https://github.com/sagebind/isahc.git", 5969 "commitish": { 5970 "Rev": "096aff7b13f4ff5bb474fdc27bc30b297a2968f6" 5971 }, 5972 "shallow_since": "1667787880 -0600" 5973 } 5974 }, 5975 "targets": [ 5976 { 5977 "Library": { 5978 "crate_name": "isahc", 5979 "crate_root": "src/lib.rs", 5980 "srcs": { 5981 "allow_empty": true, 5982 "include": [ 5983 "**/*.rs" 5984 ] 5985 } 5986 } 5987 }, 5988 { 5989 "BuildScript": { 5990 "crate_name": "build_script_build", 5991 "crate_root": "build.rs", 5992 "srcs": { 5993 "allow_empty": true, 5994 "include": [ 5995 "**/*.rs" 5996 ] 5997 } 5998 } 5999 } 6000 ], 6001 "library_target_name": "isahc", 6002 "common_attrs": { 6003 "compile_data_glob": [ 6004 "**" 6005 ], 6006 "crate_features": { 6007 "common": [ 6008 "encoding_rs", 6009 "http2", 6010 "json", 6011 "mime", 6012 "rustls-tls", 6013 "serde", 6014 "serde_json", 6015 "static-curl", 6016 "text-decoding" 6017 ], 6018 "selects": {} 6019 }, 6020 "deps": { 6021 "common": [ 6022 { 6023 "id": "async-channel 1.8.0", 6024 "target": "async_channel" 6025 }, 6026 { 6027 "id": "castaway 0.2.2", 6028 "target": "castaway" 6029 }, 6030 { 6031 "id": "crossbeam-utils 0.8.15", 6032 "target": "crossbeam_utils" 6033 }, 6034 { 6035 "id": "curl 0.4.44", 6036 "target": "curl" 6037 }, 6038 { 6039 "id": "curl-sys 0.4.60+curl-7.88.1", 6040 "target": "curl_sys" 6041 }, 6042 { 6043 "id": "encoding_rs 0.8.32", 6044 "target": "encoding_rs" 6045 }, 6046 { 6047 "id": "event-listener 2.5.3", 6048 "target": "event_listener" 6049 }, 6050 { 6051 "id": "futures-io 0.3.26", 6052 "target": "futures_io" 6053 }, 6054 { 6055 "id": "futures-lite 1.12.0", 6056 "target": "futures_lite" 6057 }, 6058 { 6059 "id": "http 0.2.9", 6060 "target": "http" 6061 }, 6062 { 6063 "id": "isahc 1.7.0", 6064 "target": "build_script_build" 6065 }, 6066 { 6067 "id": "log 0.4.17", 6068 "target": "log" 6069 }, 6070 { 6071 "id": "mime 0.3.16", 6072 "target": "mime" 6073 }, 6074 { 6075 "id": "once_cell 1.17.1", 6076 "target": "once_cell" 6077 }, 6078 { 6079 "id": "polling 2.5.2", 6080 "target": "polling" 6081 }, 6082 { 6083 "id": "serde 1.0.152", 6084 "target": "serde" 6085 }, 6086 { 6087 "id": "serde_json 1.0.93", 6088 "target": "serde_json" 6089 }, 6090 { 6091 "id": "sluice 0.5.5", 6092 "target": "sluice" 6093 }, 6094 { 6095 "id": "tracing 0.1.37", 6096 "target": "tracing" 6097 }, 6098 { 6099 "id": "tracing-futures 0.2.5", 6100 "target": "tracing_futures" 6101 }, 6102 { 6103 "id": "url 2.3.1", 6104 "target": "url" 6105 }, 6106 { 6107 "id": "waker-fn 1.1.0", 6108 "target": "waker_fn" 6109 } 6110 ], 6111 "selects": {} 6112 }, 6113 "edition": "2021", 6114 "version": "1.7.0" 6115 }, 6116 "build_script_attrs": { 6117 "data_glob": [ 6118 "**" 6119 ], 6120 "link_deps": { 6121 "common": [ 6122 { 6123 "id": "curl-sys 0.4.60+curl-7.88.1", 6124 "target": "curl_sys" 6125 } 6126 ], 6127 "selects": {} 6128 } 6129 }, 6130 "license": "MIT", 6131 "license_ids": [ 6132 "MIT" 6133 ], 6134 "license_file": "LICENSE" 6135 }, 6136 "itoa 1.0.5": { 6137 "name": "itoa", 6138 "version": "1.0.5", 6139 "package_url": "https://github.com/dtolnay/itoa", 6140 "repository": { 6141 "Http": { 6142 "url": "https://static.crates.io/crates/itoa/1.0.5/download", 6143 "sha256": "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 6144 } 6145 }, 6146 "targets": [ 6147 { 6148 "Library": { 6149 "crate_name": "itoa", 6150 "crate_root": "src/lib.rs", 6151 "srcs": { 6152 "allow_empty": true, 6153 "include": [ 6154 "**/*.rs" 6155 ] 6156 } 6157 } 6158 } 6159 ], 6160 "library_target_name": "itoa", 6161 "common_attrs": { 6162 "compile_data_glob": [ 6163 "**" 6164 ], 6165 "edition": "2018", 6166 "version": "1.0.5" 6167 }, 6168 "license": "MIT OR Apache-2.0", 6169 "license_ids": [ 6170 "Apache-2.0", 6171 "MIT" 6172 ], 6173 "license_file": "LICENSE-APACHE" 6174 }, 6175 "js-sys 0.3.61": { 6176 "name": "js-sys", 6177 "version": "0.3.61", 6178 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", 6179 "repository": { 6180 "Http": { 6181 "url": "https://static.crates.io/crates/js-sys/0.3.61/download", 6182 "sha256": "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 6183 } 6184 }, 6185 "targets": [ 6186 { 6187 "Library": { 6188 "crate_name": "js_sys", 6189 "crate_root": "src/lib.rs", 6190 "srcs": { 6191 "allow_empty": true, 6192 "include": [ 6193 "**/*.rs" 6194 ] 6195 } 6196 } 6197 } 6198 ], 6199 "library_target_name": "js_sys", 6200 "common_attrs": { 6201 "compile_data_glob": [ 6202 "**" 6203 ], 6204 "deps": { 6205 "common": [ 6206 { 6207 "id": "wasm-bindgen 0.2.84", 6208 "target": "wasm_bindgen" 6209 } 6210 ], 6211 "selects": {} 6212 }, 6213 "edition": "2018", 6214 "version": "0.3.61" 6215 }, 6216 "license": "MIT/Apache-2.0", 6217 "license_ids": [ 6218 "Apache-2.0", 6219 "MIT" 6220 ], 6221 "license_file": "LICENSE-APACHE" 6222 }, 6223 "kv-log-macro 1.0.7": { 6224 "name": "kv-log-macro", 6225 "version": "1.0.7", 6226 "package_url": "https://github.com/yoshuawuyts/kv-log-macro", 6227 "repository": { 6228 "Http": { 6229 "url": "https://static.crates.io/crates/kv-log-macro/1.0.7/download", 6230 "sha256": "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 6231 } 6232 }, 6233 "targets": [ 6234 { 6235 "Library": { 6236 "crate_name": "kv_log_macro", 6237 "crate_root": "src/lib.rs", 6238 "srcs": { 6239 "allow_empty": true, 6240 "include": [ 6241 "**/*.rs" 6242 ] 6243 } 6244 } 6245 } 6246 ], 6247 "library_target_name": "kv_log_macro", 6248 "common_attrs": { 6249 "compile_data_glob": [ 6250 "**" 6251 ], 6252 "deps": { 6253 "common": [ 6254 { 6255 "id": "log 0.4.17", 6256 "target": "log" 6257 } 6258 ], 6259 "selects": {} 6260 }, 6261 "edition": "2018", 6262 "version": "1.0.7" 6263 }, 6264 "license": "MIT OR Apache-2.0", 6265 "license_ids": [ 6266 "Apache-2.0", 6267 "MIT" 6268 ], 6269 "license_file": "LICENSE-APACHE" 6270 }, 6271 "lazy_static 1.4.0": { 6272 "name": "lazy_static", 6273 "version": "1.4.0", 6274 "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs", 6275 "repository": { 6276 "Http": { 6277 "url": "https://static.crates.io/crates/lazy_static/1.4.0/download", 6278 "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 6279 } 6280 }, 6281 "targets": [ 6282 { 6283 "Library": { 6284 "crate_name": "lazy_static", 6285 "crate_root": "src/lib.rs", 6286 "srcs": { 6287 "allow_empty": true, 6288 "include": [ 6289 "**/*.rs" 6290 ] 6291 } 6292 } 6293 } 6294 ], 6295 "library_target_name": "lazy_static", 6296 "common_attrs": { 6297 "compile_data_glob": [ 6298 "**" 6299 ], 6300 "edition": "2015", 6301 "version": "1.4.0" 6302 }, 6303 "license": "MIT/Apache-2.0", 6304 "license_ids": [ 6305 "Apache-2.0", 6306 "MIT" 6307 ], 6308 "license_file": "LICENSE-APACHE" 6309 }, 6310 "levenshtein 1.0.5": { 6311 "name": "levenshtein", 6312 "version": "1.0.5", 6313 "package_url": "https://github.com/wooorm/levenshtein-rs", 6314 "repository": { 6315 "Http": { 6316 "url": "https://static.crates.io/crates/levenshtein/1.0.5/download", 6317 "sha256": "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 6318 } 6319 }, 6320 "targets": [ 6321 { 6322 "Library": { 6323 "crate_name": "levenshtein", 6324 "crate_root": "src/lib.rs", 6325 "srcs": { 6326 "allow_empty": true, 6327 "include": [ 6328 "**/*.rs" 6329 ] 6330 } 6331 } 6332 } 6333 ], 6334 "library_target_name": "levenshtein", 6335 "common_attrs": { 6336 "compile_data_glob": [ 6337 "**" 6338 ], 6339 "edition": "2015", 6340 "version": "1.0.5" 6341 }, 6342 "license": "MIT", 6343 "license_ids": [ 6344 "MIT" 6345 ], 6346 "license_file": null 6347 }, 6348 "libc 0.2.139": { 6349 "name": "libc", 6350 "version": "0.2.139", 6351 "package_url": "https://github.com/rust-lang/libc", 6352 "repository": { 6353 "Http": { 6354 "url": "https://static.crates.io/crates/libc/0.2.139/download", 6355 "sha256": "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 6356 } 6357 }, 6358 "targets": [ 6359 { 6360 "Library": { 6361 "crate_name": "libc", 6362 "crate_root": "src/lib.rs", 6363 "srcs": { 6364 "allow_empty": true, 6365 "include": [ 6366 "**/*.rs" 6367 ] 6368 } 6369 } 6370 }, 6371 { 6372 "BuildScript": { 6373 "crate_name": "build_script_build", 6374 "crate_root": "build.rs", 6375 "srcs": { 6376 "allow_empty": true, 6377 "include": [ 6378 "**/*.rs" 6379 ] 6380 } 6381 } 6382 } 6383 ], 6384 "library_target_name": "libc", 6385 "common_attrs": { 6386 "compile_data_glob": [ 6387 "**" 6388 ], 6389 "crate_features": { 6390 "common": [ 6391 "default", 6392 "std" 6393 ], 6394 "selects": {} 6395 }, 6396 "deps": { 6397 "common": [ 6398 { 6399 "id": "libc 0.2.139", 6400 "target": "build_script_build" 6401 } 6402 ], 6403 "selects": {} 6404 }, 6405 "edition": "2015", 6406 "version": "0.2.139" 6407 }, 6408 "build_script_attrs": { 6409 "data_glob": [ 6410 "**" 6411 ] 6412 }, 6413 "license": "MIT OR Apache-2.0", 6414 "license_ids": [ 6415 "Apache-2.0", 6416 "MIT" 6417 ], 6418 "license_file": "LICENSE-APACHE" 6419 }, 6420 "libnghttp2-sys 0.1.7+1.45.0": { 6421 "name": "libnghttp2-sys", 6422 "version": "0.1.7+1.45.0", 6423 "package_url": "https://github.com/alexcrichton/nghttp2-rs", 6424 "repository": { 6425 "Http": { 6426 "url": "https://static.crates.io/crates/libnghttp2-sys/0.1.7+1.45.0/download", 6427 "sha256": "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" 6428 } 6429 }, 6430 "targets": [ 6431 { 6432 "Library": { 6433 "crate_name": "libnghttp2_sys", 6434 "crate_root": "src/lib.rs", 6435 "srcs": { 6436 "allow_empty": true, 6437 "include": [ 6438 "**/*.rs" 6439 ] 6440 } 6441 } 6442 }, 6443 { 6444 "BuildScript": { 6445 "crate_name": "build_script_build", 6446 "crate_root": "build.rs", 6447 "srcs": { 6448 "allow_empty": true, 6449 "include": [ 6450 "**/*.rs" 6451 ] 6452 } 6453 } 6454 } 6455 ], 6456 "library_target_name": "libnghttp2_sys", 6457 "common_attrs": { 6458 "compile_data_glob": [ 6459 "**" 6460 ], 6461 "data_glob": [ 6462 "nghttp2/**" 6463 ], 6464 "deps": { 6465 "common": [ 6466 { 6467 "id": "libc 0.2.139", 6468 "target": "libc" 6469 }, 6470 { 6471 "id": "libnghttp2-sys 0.1.7+1.45.0", 6472 "target": "build_script_build" 6473 } 6474 ], 6475 "selects": {} 6476 }, 6477 "edition": "2015", 6478 "version": "0.1.7+1.45.0" 6479 }, 6480 "build_script_attrs": { 6481 "data_glob": [ 6482 "**", 6483 "nghttp2/**" 6484 ], 6485 "deps": { 6486 "common": [ 6487 { 6488 "id": "cc 1.0.79", 6489 "target": "cc" 6490 } 6491 ], 6492 "selects": {} 6493 }, 6494 "links": "nghttp2" 6495 }, 6496 "license": "MIT/Apache-2.0", 6497 "license_ids": [ 6498 "Apache-2.0", 6499 "MIT" 6500 ], 6501 "license_file": "LICENSE-APACHE" 6502 }, 6503 "libz-sys 1.1.8": { 6504 "name": "libz-sys", 6505 "version": "1.1.8", 6506 "package_url": "https://github.com/rust-lang/libz-sys", 6507 "repository": { 6508 "Http": { 6509 "url": "https://static.crates.io/crates/libz-sys/1.1.8/download", 6510 "sha256": "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 6511 } 6512 }, 6513 "targets": [ 6514 { 6515 "Library": { 6516 "crate_name": "libz_sys", 6517 "crate_root": "src/lib.rs", 6518 "srcs": { 6519 "allow_empty": true, 6520 "include": [ 6521 "**/*.rs" 6522 ] 6523 } 6524 } 6525 }, 6526 { 6527 "BuildScript": { 6528 "crate_name": "build_script_build", 6529 "crate_root": "build.rs", 6530 "srcs": { 6531 "allow_empty": true, 6532 "include": [ 6533 "**/*.rs" 6534 ] 6535 } 6536 } 6537 } 6538 ], 6539 "library_target_name": "libz_sys", 6540 "common_attrs": { 6541 "compile_data_glob": [ 6542 "**" 6543 ], 6544 "crate_features": { 6545 "common": [ 6546 "libc" 6547 ], 6548 "selects": {} 6549 }, 6550 "deps": { 6551 "common": [ 6552 { 6553 "id": "libc 0.2.139", 6554 "target": "libc" 6555 }, 6556 { 6557 "id": "libz-sys 1.1.8", 6558 "target": "build_script_build" 6559 } 6560 ], 6561 "selects": {} 6562 }, 6563 "edition": "2018", 6564 "version": "1.1.8" 6565 }, 6566 "build_script_attrs": { 6567 "data_glob": [ 6568 "**" 6569 ], 6570 "deps": { 6571 "common": [ 6572 { 6573 "id": "cc 1.0.79", 6574 "target": "cc" 6575 }, 6576 { 6577 "id": "pkg-config 0.3.26", 6578 "target": "pkg_config" 6579 } 6580 ], 6581 "selects": { 6582 "cfg(target_env = \"msvc\")": [ 6583 { 6584 "id": "vcpkg 0.2.15", 6585 "target": "vcpkg" 6586 } 6587 ] 6588 } 6589 }, 6590 "links": "z" 6591 }, 6592 "license": "MIT OR Apache-2.0", 6593 "license_ids": [ 6594 "Apache-2.0", 6595 "MIT" 6596 ], 6597 "license_file": "LICENSE-APACHE" 6598 }, 6599 "log 0.4.17": { 6600 "name": "log", 6601 "version": "0.4.17", 6602 "package_url": "https://github.com/rust-lang/log", 6603 "repository": { 6604 "Http": { 6605 "url": "https://static.crates.io/crates/log/0.4.17/download", 6606 "sha256": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 6607 } 6608 }, 6609 "targets": [ 6610 { 6611 "Library": { 6612 "crate_name": "log", 6613 "crate_root": "src/lib.rs", 6614 "srcs": { 6615 "allow_empty": true, 6616 "include": [ 6617 "**/*.rs" 6618 ] 6619 } 6620 } 6621 }, 6622 { 6623 "BuildScript": { 6624 "crate_name": "build_script_build", 6625 "crate_root": "build.rs", 6626 "srcs": { 6627 "allow_empty": true, 6628 "include": [ 6629 "**/*.rs" 6630 ] 6631 } 6632 } 6633 } 6634 ], 6635 "library_target_name": "log", 6636 "common_attrs": { 6637 "compile_data_glob": [ 6638 "**" 6639 ], 6640 "crate_features": { 6641 "common": [ 6642 "kv_unstable", 6643 "value-bag" 6644 ], 6645 "selects": {} 6646 }, 6647 "deps": { 6648 "common": [ 6649 { 6650 "id": "cfg-if 1.0.0", 6651 "target": "cfg_if" 6652 }, 6653 { 6654 "id": "log 0.4.17", 6655 "target": "build_script_build" 6656 }, 6657 { 6658 "id": "value-bag 1.0.0-alpha.9", 6659 "target": "value_bag" 6660 } 6661 ], 6662 "selects": {} 6663 }, 6664 "edition": "2015", 6665 "version": "0.4.17" 6666 }, 6667 "build_script_attrs": { 6668 "data_glob": [ 6669 "**" 6670 ] 6671 }, 6672 "license": "MIT OR Apache-2.0", 6673 "license_ids": [ 6674 "Apache-2.0", 6675 "MIT" 6676 ], 6677 "license_file": "LICENSE-APACHE" 6678 }, 6679 "md-5 0.9.1": { 6680 "name": "md-5", 6681 "version": "0.9.1", 6682 "package_url": "https://github.com/RustCrypto/hashes", 6683 "repository": { 6684 "Http": { 6685 "url": "https://static.crates.io/crates/md-5/0.9.1/download", 6686 "sha256": "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" 6687 } 6688 }, 6689 "targets": [ 6690 { 6691 "Library": { 6692 "crate_name": "md5", 6693 "crate_root": "src/lib.rs", 6694 "srcs": { 6695 "allow_empty": true, 6696 "include": [ 6697 "**/*.rs" 6698 ] 6699 } 6700 } 6701 } 6702 ], 6703 "library_target_name": "md5", 6704 "common_attrs": { 6705 "compile_data_glob": [ 6706 "**" 6707 ], 6708 "crate_features": { 6709 "common": [ 6710 "default", 6711 "std" 6712 ], 6713 "selects": {} 6714 }, 6715 "deps": { 6716 "common": [ 6717 { 6718 "id": "block-buffer 0.9.0", 6719 "target": "block_buffer" 6720 }, 6721 { 6722 "id": "digest 0.9.0", 6723 "target": "digest" 6724 }, 6725 { 6726 "id": "opaque-debug 0.3.0", 6727 "target": "opaque_debug" 6728 } 6729 ], 6730 "selects": {} 6731 }, 6732 "edition": "2018", 6733 "version": "0.9.1" 6734 }, 6735 "license": "MIT OR Apache-2.0", 6736 "license_ids": [ 6737 "Apache-2.0", 6738 "MIT" 6739 ], 6740 "license_file": "LICENSE-APACHE" 6741 }, 6742 "memchr 2.5.0": { 6743 "name": "memchr", 6744 "version": "2.5.0", 6745 "package_url": "https://github.com/BurntSushi/memchr", 6746 "repository": { 6747 "Http": { 6748 "url": "https://static.crates.io/crates/memchr/2.5.0/download", 6749 "sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 6750 } 6751 }, 6752 "targets": [ 6753 { 6754 "Library": { 6755 "crate_name": "memchr", 6756 "crate_root": "src/lib.rs", 6757 "srcs": { 6758 "allow_empty": true, 6759 "include": [ 6760 "**/*.rs" 6761 ] 6762 } 6763 } 6764 }, 6765 { 6766 "BuildScript": { 6767 "crate_name": "build_script_build", 6768 "crate_root": "build.rs", 6769 "srcs": { 6770 "allow_empty": true, 6771 "include": [ 6772 "**/*.rs" 6773 ] 6774 } 6775 } 6776 } 6777 ], 6778 "library_target_name": "memchr", 6779 "common_attrs": { 6780 "compile_data_glob": [ 6781 "**" 6782 ], 6783 "crate_features": { 6784 "common": [ 6785 "default", 6786 "std" 6787 ], 6788 "selects": {} 6789 }, 6790 "deps": { 6791 "common": [ 6792 { 6793 "id": "memchr 2.5.0", 6794 "target": "build_script_build" 6795 } 6796 ], 6797 "selects": {} 6798 }, 6799 "edition": "2018", 6800 "version": "2.5.0" 6801 }, 6802 "build_script_attrs": { 6803 "data_glob": [ 6804 "**" 6805 ] 6806 }, 6807 "license": "Unlicense/MIT", 6808 "license_ids": [ 6809 "MIT", 6810 "Unlicense" 6811 ], 6812 "license_file": "LICENSE-MIT" 6813 }, 6814 "mime 0.3.16": { 6815 "name": "mime", 6816 "version": "0.3.16", 6817 "package_url": "https://github.com/hyperium/mime", 6818 "repository": { 6819 "Http": { 6820 "url": "https://static.crates.io/crates/mime/0.3.16/download", 6821 "sha256": "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 6822 } 6823 }, 6824 "targets": [ 6825 { 6826 "Library": { 6827 "crate_name": "mime", 6828 "crate_root": "src/lib.rs", 6829 "srcs": { 6830 "allow_empty": true, 6831 "include": [ 6832 "**/*.rs" 6833 ] 6834 } 6835 } 6836 } 6837 ], 6838 "library_target_name": "mime", 6839 "common_attrs": { 6840 "compile_data_glob": [ 6841 "**" 6842 ], 6843 "edition": "2015", 6844 "version": "0.3.16" 6845 }, 6846 "license": "MIT/Apache-2.0", 6847 "license_ids": [ 6848 "Apache-2.0", 6849 "MIT" 6850 ], 6851 "license_file": "LICENSE-APACHE" 6852 }, 6853 "mio 0.8.6": { 6854 "name": "mio", 6855 "version": "0.8.6", 6856 "package_url": "https://github.com/tokio-rs/mio", 6857 "repository": { 6858 "Http": { 6859 "url": "https://static.crates.io/crates/mio/0.8.6/download", 6860 "sha256": "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 6861 } 6862 }, 6863 "targets": [ 6864 { 6865 "Library": { 6866 "crate_name": "mio", 6867 "crate_root": "src/lib.rs", 6868 "srcs": { 6869 "allow_empty": true, 6870 "include": [ 6871 "**/*.rs" 6872 ] 6873 } 6874 } 6875 } 6876 ], 6877 "library_target_name": "mio", 6878 "common_attrs": { 6879 "compile_data_glob": [ 6880 "**" 6881 ], 6882 "crate_features": { 6883 "common": [ 6884 "default", 6885 "net", 6886 "os-ext", 6887 "os-poll" 6888 ], 6889 "selects": {} 6890 }, 6891 "deps": { 6892 "common": [ 6893 { 6894 "id": "log 0.4.17", 6895 "target": "log" 6896 } 6897 ], 6898 "selects": { 6899 "cfg(target_os = \"wasi\")": [ 6900 { 6901 "id": "libc 0.2.139", 6902 "target": "libc" 6903 }, 6904 { 6905 "id": "wasi 0.11.0+wasi-snapshot-preview1", 6906 "target": "wasi" 6907 } 6908 ], 6909 "cfg(unix)": [ 6910 { 6911 "id": "libc 0.2.139", 6912 "target": "libc" 6913 } 6914 ], 6915 "cfg(windows)": [ 6916 { 6917 "id": "windows-sys 0.45.0", 6918 "target": "windows_sys" 6919 } 6920 ] 6921 } 6922 }, 6923 "edition": "2018", 6924 "version": "0.8.6" 6925 }, 6926 "license": "MIT", 6927 "license_ids": [ 6928 "MIT" 6929 ], 6930 "license_file": "LICENSE" 6931 }, 6932 "num_cpus 1.15.0": { 6933 "name": "num_cpus", 6934 "version": "1.15.0", 6935 "package_url": "https://github.com/seanmonstar/num_cpus", 6936 "repository": { 6937 "Http": { 6938 "url": "https://static.crates.io/crates/num_cpus/1.15.0/download", 6939 "sha256": "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 6940 } 6941 }, 6942 "targets": [ 6943 { 6944 "Library": { 6945 "crate_name": "num_cpus", 6946 "crate_root": "src/lib.rs", 6947 "srcs": { 6948 "allow_empty": true, 6949 "include": [ 6950 "**/*.rs" 6951 ] 6952 } 6953 } 6954 } 6955 ], 6956 "library_target_name": "num_cpus", 6957 "common_attrs": { 6958 "compile_data_glob": [ 6959 "**" 6960 ], 6961 "deps": { 6962 "common": [], 6963 "selects": { 6964 "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [ 6965 { 6966 "id": "hermit-abi 0.2.6", 6967 "target": "hermit_abi" 6968 } 6969 ], 6970 "cfg(not(windows))": [ 6971 { 6972 "id": "libc 0.2.139", 6973 "target": "libc" 6974 } 6975 ] 6976 } 6977 }, 6978 "edition": "2015", 6979 "version": "1.15.0" 6980 }, 6981 "license": "MIT OR Apache-2.0", 6982 "license_ids": [ 6983 "Apache-2.0", 6984 "MIT" 6985 ], 6986 "license_file": "LICENSE-APACHE" 6987 }, 6988 "num_enum 0.5.11": { 6989 "name": "num_enum", 6990 "version": "0.5.11", 6991 "package_url": "https://github.com/illicitonion/num_enum", 6992 "repository": { 6993 "Http": { 6994 "url": "https://static.crates.io/crates/num_enum/0.5.11/download", 6995 "sha256": "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 6996 } 6997 }, 6998 "targets": [ 6999 { 7000 "Library": { 7001 "crate_name": "num_enum", 7002 "crate_root": "src/lib.rs", 7003 "srcs": { 7004 "allow_empty": true, 7005 "include": [ 7006 "**/*.rs" 7007 ] 7008 } 7009 } 7010 } 7011 ], 7012 "library_target_name": "num_enum", 7013 "common_attrs": { 7014 "compile_data_glob": [ 7015 "**" 7016 ], 7017 "crate_features": { 7018 "common": [ 7019 "default", 7020 "std" 7021 ], 7022 "selects": {} 7023 }, 7024 "edition": "2018", 7025 "proc_macro_deps": { 7026 "common": [ 7027 { 7028 "id": "num_enum_derive 0.5.11", 7029 "target": "num_enum_derive" 7030 } 7031 ], 7032 "selects": {} 7033 }, 7034 "version": "0.5.11" 7035 }, 7036 "license": "BSD-3-Clause OR MIT OR Apache-2.0", 7037 "license_ids": [ 7038 "Apache-2.0", 7039 "BSD-3-Clause", 7040 "MIT" 7041 ], 7042 "license_file": "LICENSE-APACHE" 7043 }, 7044 "num_enum_derive 0.5.11": { 7045 "name": "num_enum_derive", 7046 "version": "0.5.11", 7047 "package_url": "https://github.com/illicitonion/num_enum", 7048 "repository": { 7049 "Http": { 7050 "url": "https://static.crates.io/crates/num_enum_derive/0.5.11/download", 7051 "sha256": "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 7052 } 7053 }, 7054 "targets": [ 7055 { 7056 "ProcMacro": { 7057 "crate_name": "num_enum_derive", 7058 "crate_root": "src/lib.rs", 7059 "srcs": { 7060 "allow_empty": true, 7061 "include": [ 7062 "**/*.rs" 7063 ] 7064 } 7065 } 7066 } 7067 ], 7068 "library_target_name": "num_enum_derive", 7069 "common_attrs": { 7070 "compile_data_glob": [ 7071 "**" 7072 ], 7073 "crate_features": { 7074 "common": [ 7075 "default", 7076 "proc-macro-crate", 7077 "std" 7078 ], 7079 "selects": {} 7080 }, 7081 "deps": { 7082 "common": [ 7083 { 7084 "id": "proc-macro-crate 1.3.1", 7085 "target": "proc_macro_crate" 7086 }, 7087 { 7088 "id": "proc-macro2 1.0.51", 7089 "target": "proc_macro2" 7090 }, 7091 { 7092 "id": "quote 1.0.23", 7093 "target": "quote" 7094 }, 7095 { 7096 "id": "syn 1.0.109", 7097 "target": "syn" 7098 } 7099 ], 7100 "selects": {} 7101 }, 7102 "edition": "2018", 7103 "version": "0.5.11" 7104 }, 7105 "license": "BSD-3-Clause OR MIT OR Apache-2.0", 7106 "license_ids": [ 7107 "Apache-2.0", 7108 "BSD-3-Clause", 7109 "MIT" 7110 ], 7111 "license_file": "LICENSE-APACHE" 7112 }, 7113 "once_cell 1.17.1": { 7114 "name": "once_cell", 7115 "version": "1.17.1", 7116 "package_url": "https://github.com/matklad/once_cell", 7117 "repository": { 7118 "Http": { 7119 "url": "https://static.crates.io/crates/once_cell/1.17.1/download", 7120 "sha256": "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 7121 } 7122 }, 7123 "targets": [ 7124 { 7125 "Library": { 7126 "crate_name": "once_cell", 7127 "crate_root": "src/lib.rs", 7128 "srcs": { 7129 "allow_empty": true, 7130 "include": [ 7131 "**/*.rs" 7132 ] 7133 } 7134 } 7135 } 7136 ], 7137 "library_target_name": "once_cell", 7138 "common_attrs": { 7139 "compile_data_glob": [ 7140 "**" 7141 ], 7142 "crate_features": { 7143 "common": [ 7144 "alloc", 7145 "default", 7146 "race", 7147 "std" 7148 ], 7149 "selects": {} 7150 }, 7151 "edition": "2021", 7152 "version": "1.17.1" 7153 }, 7154 "license": "MIT OR Apache-2.0", 7155 "license_ids": [ 7156 "Apache-2.0", 7157 "MIT" 7158 ], 7159 "license_file": "LICENSE-APACHE" 7160 }, 7161 "opaque-debug 0.3.0": { 7162 "name": "opaque-debug", 7163 "version": "0.3.0", 7164 "package_url": "https://github.com/RustCrypto/utils", 7165 "repository": { 7166 "Http": { 7167 "url": "https://static.crates.io/crates/opaque-debug/0.3.0/download", 7168 "sha256": "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 7169 } 7170 }, 7171 "targets": [ 7172 { 7173 "Library": { 7174 "crate_name": "opaque_debug", 7175 "crate_root": "src/lib.rs", 7176 "srcs": { 7177 "allow_empty": true, 7178 "include": [ 7179 "**/*.rs" 7180 ] 7181 } 7182 } 7183 } 7184 ], 7185 "library_target_name": "opaque_debug", 7186 "common_attrs": { 7187 "compile_data_glob": [ 7188 "**" 7189 ], 7190 "edition": "2018", 7191 "version": "0.3.0" 7192 }, 7193 "license": "MIT OR Apache-2.0", 7194 "license_ids": [ 7195 "Apache-2.0", 7196 "MIT" 7197 ], 7198 "license_file": "LICENSE-APACHE" 7199 }, 7200 "parking 2.0.0": { 7201 "name": "parking", 7202 "version": "2.0.0", 7203 "package_url": "https://github.com/stjepang/parking", 7204 "repository": { 7205 "Http": { 7206 "url": "https://static.crates.io/crates/parking/2.0.0/download", 7207 "sha256": "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 7208 } 7209 }, 7210 "targets": [ 7211 { 7212 "Library": { 7213 "crate_name": "parking", 7214 "crate_root": "src/lib.rs", 7215 "srcs": { 7216 "allow_empty": true, 7217 "include": [ 7218 "**/*.rs" 7219 ] 7220 } 7221 } 7222 } 7223 ], 7224 "library_target_name": "parking", 7225 "common_attrs": { 7226 "compile_data_glob": [ 7227 "**" 7228 ], 7229 "edition": "2018", 7230 "version": "2.0.0" 7231 }, 7232 "license": "Apache-2.0 OR MIT", 7233 "license_ids": [ 7234 "Apache-2.0", 7235 "MIT" 7236 ], 7237 "license_file": "LICENSE-APACHE" 7238 }, 7239 "percent-encoding 2.2.0": { 7240 "name": "percent-encoding", 7241 "version": "2.2.0", 7242 "package_url": "https://github.com/servo/rust-url/", 7243 "repository": { 7244 "Http": { 7245 "url": "https://static.crates.io/crates/percent-encoding/2.2.0/download", 7246 "sha256": "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 7247 } 7248 }, 7249 "targets": [ 7250 { 7251 "Library": { 7252 "crate_name": "percent_encoding", 7253 "crate_root": "src/lib.rs", 7254 "srcs": { 7255 "allow_empty": true, 7256 "include": [ 7257 "**/*.rs" 7258 ] 7259 } 7260 } 7261 } 7262 ], 7263 "library_target_name": "percent_encoding", 7264 "common_attrs": { 7265 "compile_data_glob": [ 7266 "**" 7267 ], 7268 "crate_features": { 7269 "common": [ 7270 "alloc", 7271 "default" 7272 ], 7273 "selects": {} 7274 }, 7275 "edition": "2018", 7276 "version": "2.2.0" 7277 }, 7278 "license": "MIT OR Apache-2.0", 7279 "license_ids": [ 7280 "Apache-2.0", 7281 "MIT" 7282 ], 7283 "license_file": "LICENSE-APACHE" 7284 }, 7285 "pin-project 1.0.12": { 7286 "name": "pin-project", 7287 "version": "1.0.12", 7288 "package_url": "https://github.com/taiki-e/pin-project", 7289 "repository": { 7290 "Http": { 7291 "url": "https://static.crates.io/crates/pin-project/1.0.12/download", 7292 "sha256": "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 7293 } 7294 }, 7295 "targets": [ 7296 { 7297 "Library": { 7298 "crate_name": "pin_project", 7299 "crate_root": "src/lib.rs", 7300 "srcs": { 7301 "allow_empty": true, 7302 "include": [ 7303 "**/*.rs" 7304 ] 7305 } 7306 } 7307 } 7308 ], 7309 "library_target_name": "pin_project", 7310 "common_attrs": { 7311 "compile_data_glob": [ 7312 "**" 7313 ], 7314 "edition": "2018", 7315 "proc_macro_deps": { 7316 "common": [ 7317 { 7318 "id": "pin-project-internal 1.0.12", 7319 "target": "pin_project_internal" 7320 } 7321 ], 7322 "selects": {} 7323 }, 7324 "version": "1.0.12" 7325 }, 7326 "license": "Apache-2.0 OR MIT", 7327 "license_ids": [ 7328 "Apache-2.0", 7329 "MIT" 7330 ], 7331 "license_file": "LICENSE-APACHE" 7332 }, 7333 "pin-project-internal 1.0.12": { 7334 "name": "pin-project-internal", 7335 "version": "1.0.12", 7336 "package_url": "https://github.com/taiki-e/pin-project", 7337 "repository": { 7338 "Http": { 7339 "url": "https://static.crates.io/crates/pin-project-internal/1.0.12/download", 7340 "sha256": "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 7341 } 7342 }, 7343 "targets": [ 7344 { 7345 "ProcMacro": { 7346 "crate_name": "pin_project_internal", 7347 "crate_root": "src/lib.rs", 7348 "srcs": { 7349 "allow_empty": true, 7350 "include": [ 7351 "**/*.rs" 7352 ] 7353 } 7354 } 7355 } 7356 ], 7357 "library_target_name": "pin_project_internal", 7358 "common_attrs": { 7359 "compile_data_glob": [ 7360 "**" 7361 ], 7362 "deps": { 7363 "common": [ 7364 { 7365 "id": "proc-macro2 1.0.51", 7366 "target": "proc_macro2" 7367 }, 7368 { 7369 "id": "quote 1.0.23", 7370 "target": "quote" 7371 }, 7372 { 7373 "id": "syn 1.0.109", 7374 "target": "syn" 7375 } 7376 ], 7377 "selects": {} 7378 }, 7379 "edition": "2018", 7380 "version": "1.0.12" 7381 }, 7382 "license": "Apache-2.0 OR MIT", 7383 "license_ids": [ 7384 "Apache-2.0", 7385 "MIT" 7386 ], 7387 "license_file": "LICENSE-APACHE" 7388 }, 7389 "pin-project-lite 0.2.9": { 7390 "name": "pin-project-lite", 7391 "version": "0.2.9", 7392 "package_url": "https://github.com/taiki-e/pin-project-lite", 7393 "repository": { 7394 "Http": { 7395 "url": "https://static.crates.io/crates/pin-project-lite/0.2.9/download", 7396 "sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 7397 } 7398 }, 7399 "targets": [ 7400 { 7401 "Library": { 7402 "crate_name": "pin_project_lite", 7403 "crate_root": "src/lib.rs", 7404 "srcs": { 7405 "allow_empty": true, 7406 "include": [ 7407 "**/*.rs" 7408 ] 7409 } 7410 } 7411 } 7412 ], 7413 "library_target_name": "pin_project_lite", 7414 "common_attrs": { 7415 "compile_data_glob": [ 7416 "**" 7417 ], 7418 "edition": "2018", 7419 "version": "0.2.9" 7420 }, 7421 "license": "Apache-2.0 OR MIT", 7422 "license_ids": [ 7423 "Apache-2.0", 7424 "MIT" 7425 ], 7426 "license_file": "LICENSE-APACHE" 7427 }, 7428 "pin-utils 0.1.0": { 7429 "name": "pin-utils", 7430 "version": "0.1.0", 7431 "package_url": "https://github.com/rust-lang-nursery/pin-utils", 7432 "repository": { 7433 "Http": { 7434 "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", 7435 "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 7436 } 7437 }, 7438 "targets": [ 7439 { 7440 "Library": { 7441 "crate_name": "pin_utils", 7442 "crate_root": "src/lib.rs", 7443 "srcs": { 7444 "allow_empty": true, 7445 "include": [ 7446 "**/*.rs" 7447 ] 7448 } 7449 } 7450 } 7451 ], 7452 "library_target_name": "pin_utils", 7453 "common_attrs": { 7454 "compile_data_glob": [ 7455 "**" 7456 ], 7457 "edition": "2018", 7458 "version": "0.1.0" 7459 }, 7460 "license": "MIT OR Apache-2.0", 7461 "license_ids": [ 7462 "Apache-2.0", 7463 "MIT" 7464 ], 7465 "license_file": "LICENSE-APACHE" 7466 }, 7467 "pkg-config 0.3.26": { 7468 "name": "pkg-config", 7469 "version": "0.3.26", 7470 "package_url": "https://github.com/rust-lang/pkg-config-rs", 7471 "repository": { 7472 "Http": { 7473 "url": "https://static.crates.io/crates/pkg-config/0.3.26/download", 7474 "sha256": "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 7475 } 7476 }, 7477 "targets": [ 7478 { 7479 "Library": { 7480 "crate_name": "pkg_config", 7481 "crate_root": "src/lib.rs", 7482 "srcs": { 7483 "allow_empty": true, 7484 "include": [ 7485 "**/*.rs" 7486 ] 7487 } 7488 } 7489 } 7490 ], 7491 "library_target_name": "pkg_config", 7492 "common_attrs": { 7493 "compile_data_glob": [ 7494 "**" 7495 ], 7496 "edition": "2015", 7497 "version": "0.3.26" 7498 }, 7499 "license": "MIT OR Apache-2.0", 7500 "license_ids": [ 7501 "Apache-2.0", 7502 "MIT" 7503 ], 7504 "license_file": "LICENSE-APACHE" 7505 }, 7506 "pkg_a 0.1.0": { 7507 "name": "pkg_a", 7508 "version": "0.1.0", 7509 "package_url": null, 7510 "repository": null, 7511 "targets": [ 7512 { 7513 "Library": { 7514 "crate_name": "pkg_a", 7515 "crate_root": "src/lib.rs", 7516 "srcs": { 7517 "allow_empty": true, 7518 "include": [ 7519 "**/*.rs" 7520 ] 7521 } 7522 } 7523 } 7524 ], 7525 "library_target_name": "pkg_a", 7526 "common_attrs": { 7527 "compile_data_glob": [ 7528 "**" 7529 ], 7530 "deps": { 7531 "common": [ 7532 { 7533 "id": "anyhow 1.0.69", 7534 "target": "anyhow" 7535 }, 7536 { 7537 "id": "reqwest 0.11.14", 7538 "target": "reqwest" 7539 } 7540 ], 7541 "selects": {} 7542 }, 7543 "deps_dev": { 7544 "common": [ 7545 { 7546 "id": "httpmock 0.6.7", 7547 "target": "httpmock" 7548 } 7549 ], 7550 "selects": {} 7551 }, 7552 "edition": "2018", 7553 "version": "0.1.0" 7554 }, 7555 "license": null, 7556 "license_ids": [], 7557 "license_file": null 7558 }, 7559 "pkg_b 0.1.0": { 7560 "name": "pkg_b", 7561 "version": "0.1.0", 7562 "package_url": null, 7563 "repository": null, 7564 "targets": [ 7565 { 7566 "Library": { 7567 "crate_name": "pkg_b", 7568 "crate_root": "src/lib.rs", 7569 "srcs": { 7570 "allow_empty": true, 7571 "include": [ 7572 "**/*.rs" 7573 ] 7574 } 7575 } 7576 } 7577 ], 7578 "library_target_name": "pkg_b", 7579 "common_attrs": { 7580 "compile_data_glob": [ 7581 "**" 7582 ], 7583 "deps": { 7584 "common": [ 7585 { 7586 "id": "rustls 0.20.8", 7587 "target": "rustls" 7588 }, 7589 { 7590 "id": "rustls-pemfile 1.0.2", 7591 "target": "rustls_pemfile" 7592 } 7593 ], 7594 "selects": {} 7595 }, 7596 "edition": "2018", 7597 "version": "0.1.0" 7598 }, 7599 "license": null, 7600 "license_ids": [], 7601 "license_file": null 7602 }, 7603 "pkg_c 0.1.0": { 7604 "name": "pkg_c", 7605 "version": "0.1.0", 7606 "package_url": null, 7607 "repository": null, 7608 "targets": [ 7609 { 7610 "Library": { 7611 "crate_name": "pkg_c", 7612 "crate_root": "src/lib.rs", 7613 "srcs": { 7614 "allow_empty": true, 7615 "include": [ 7616 "**/*.rs" 7617 ] 7618 } 7619 } 7620 } 7621 ], 7622 "library_target_name": "pkg_c", 7623 "common_attrs": { 7624 "compile_data_glob": [ 7625 "**" 7626 ], 7627 "deps": { 7628 "common": [ 7629 { 7630 "id": "md-5 0.9.1", 7631 "target": "md5" 7632 } 7633 ], 7634 "selects": {} 7635 }, 7636 "edition": "2018", 7637 "proc_macro_deps_dev": { 7638 "common": [ 7639 { 7640 "id": "hex-literal 0.3.4", 7641 "target": "hex_literal" 7642 } 7643 ], 7644 "selects": {} 7645 }, 7646 "version": "0.1.0" 7647 }, 7648 "license": null, 7649 "license_ids": [], 7650 "license_file": null 7651 }, 7652 "polling 2.5.2": { 7653 "name": "polling", 7654 "version": "2.5.2", 7655 "package_url": "https://github.com/smol-rs/polling", 7656 "repository": { 7657 "Http": { 7658 "url": "https://static.crates.io/crates/polling/2.5.2/download", 7659 "sha256": "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6" 7660 } 7661 }, 7662 "targets": [ 7663 { 7664 "Library": { 7665 "crate_name": "polling", 7666 "crate_root": "src/lib.rs", 7667 "srcs": { 7668 "allow_empty": true, 7669 "include": [ 7670 "**/*.rs" 7671 ] 7672 } 7673 } 7674 }, 7675 { 7676 "BuildScript": { 7677 "crate_name": "build_script_build", 7678 "crate_root": "build.rs", 7679 "srcs": { 7680 "allow_empty": true, 7681 "include": [ 7682 "**/*.rs" 7683 ] 7684 } 7685 } 7686 } 7687 ], 7688 "library_target_name": "polling", 7689 "common_attrs": { 7690 "compile_data_glob": [ 7691 "**" 7692 ], 7693 "crate_features": { 7694 "common": [ 7695 "default", 7696 "std" 7697 ], 7698 "selects": {} 7699 }, 7700 "deps": { 7701 "common": [ 7702 { 7703 "id": "cfg-if 1.0.0", 7704 "target": "cfg_if" 7705 }, 7706 { 7707 "id": "log 0.4.17", 7708 "target": "log" 7709 }, 7710 { 7711 "id": "polling 2.5.2", 7712 "target": "build_script_build" 7713 } 7714 ], 7715 "selects": { 7716 "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ 7717 { 7718 "id": "libc 0.2.139", 7719 "target": "libc" 7720 } 7721 ], 7722 "cfg(windows)": [ 7723 { 7724 "id": "wepoll-ffi 0.1.2", 7725 "target": "wepoll_ffi" 7726 }, 7727 { 7728 "id": "windows-sys 0.42.0", 7729 "target": "windows_sys" 7730 } 7731 ] 7732 } 7733 }, 7734 "edition": "2018", 7735 "version": "2.5.2" 7736 }, 7737 "build_script_attrs": { 7738 "data_glob": [ 7739 "**" 7740 ], 7741 "deps": { 7742 "common": [ 7743 { 7744 "id": "autocfg 1.1.0", 7745 "target": "autocfg" 7746 } 7747 ], 7748 "selects": {} 7749 } 7750 }, 7751 "license": "Apache-2.0 OR MIT", 7752 "license_ids": [ 7753 "Apache-2.0", 7754 "MIT" 7755 ], 7756 "license_file": "LICENSE-APACHE" 7757 }, 7758 "proc-macro-crate 1.3.1": { 7759 "name": "proc-macro-crate", 7760 "version": "1.3.1", 7761 "package_url": "https://github.com/bkchr/proc-macro-crate", 7762 "repository": { 7763 "Http": { 7764 "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", 7765 "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 7766 } 7767 }, 7768 "targets": [ 7769 { 7770 "Library": { 7771 "crate_name": "proc_macro_crate", 7772 "crate_root": "src/lib.rs", 7773 "srcs": { 7774 "allow_empty": true, 7775 "include": [ 7776 "**/*.rs" 7777 ] 7778 } 7779 } 7780 } 7781 ], 7782 "library_target_name": "proc_macro_crate", 7783 "common_attrs": { 7784 "compile_data_glob": [ 7785 "**" 7786 ], 7787 "deps": { 7788 "common": [ 7789 { 7790 "id": "once_cell 1.17.1", 7791 "target": "once_cell" 7792 }, 7793 { 7794 "id": "toml_edit 0.19.4", 7795 "target": "toml_edit" 7796 } 7797 ], 7798 "selects": {} 7799 }, 7800 "edition": "2021", 7801 "version": "1.3.1" 7802 }, 7803 "license": "MIT OR Apache-2.0", 7804 "license_ids": [ 7805 "Apache-2.0", 7806 "MIT" 7807 ], 7808 "license_file": "LICENSE-APACHE" 7809 }, 7810 "proc-macro2 1.0.51": { 7811 "name": "proc-macro2", 7812 "version": "1.0.51", 7813 "package_url": "https://github.com/dtolnay/proc-macro2", 7814 "repository": { 7815 "Http": { 7816 "url": "https://static.crates.io/crates/proc-macro2/1.0.51/download", 7817 "sha256": "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 7818 } 7819 }, 7820 "targets": [ 7821 { 7822 "Library": { 7823 "crate_name": "proc_macro2", 7824 "crate_root": "src/lib.rs", 7825 "srcs": { 7826 "allow_empty": true, 7827 "include": [ 7828 "**/*.rs" 7829 ] 7830 } 7831 } 7832 }, 7833 { 7834 "BuildScript": { 7835 "crate_name": "build_script_build", 7836 "crate_root": "build.rs", 7837 "srcs": { 7838 "allow_empty": true, 7839 "include": [ 7840 "**/*.rs" 7841 ] 7842 } 7843 } 7844 } 7845 ], 7846 "library_target_name": "proc_macro2", 7847 "common_attrs": { 7848 "compile_data_glob": [ 7849 "**" 7850 ], 7851 "crate_features": { 7852 "common": [ 7853 "default", 7854 "proc-macro" 7855 ], 7856 "selects": {} 7857 }, 7858 "deps": { 7859 "common": [ 7860 { 7861 "id": "proc-macro2 1.0.51", 7862 "target": "build_script_build" 7863 }, 7864 { 7865 "id": "unicode-ident 1.0.6", 7866 "target": "unicode_ident" 7867 } 7868 ], 7869 "selects": {} 7870 }, 7871 "edition": "2018", 7872 "version": "1.0.51" 7873 }, 7874 "build_script_attrs": { 7875 "data_glob": [ 7876 "**" 7877 ] 7878 }, 7879 "license": "MIT OR Apache-2.0", 7880 "license_ids": [ 7881 "Apache-2.0", 7882 "MIT" 7883 ], 7884 "license_file": "LICENSE-APACHE" 7885 }, 7886 "quote 1.0.23": { 7887 "name": "quote", 7888 "version": "1.0.23", 7889 "package_url": "https://github.com/dtolnay/quote", 7890 "repository": { 7891 "Http": { 7892 "url": "https://static.crates.io/crates/quote/1.0.23/download", 7893 "sha256": "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 7894 } 7895 }, 7896 "targets": [ 7897 { 7898 "Library": { 7899 "crate_name": "quote", 7900 "crate_root": "src/lib.rs", 7901 "srcs": { 7902 "allow_empty": true, 7903 "include": [ 7904 "**/*.rs" 7905 ] 7906 } 7907 } 7908 }, 7909 { 7910 "BuildScript": { 7911 "crate_name": "build_script_build", 7912 "crate_root": "build.rs", 7913 "srcs": { 7914 "allow_empty": true, 7915 "include": [ 7916 "**/*.rs" 7917 ] 7918 } 7919 } 7920 } 7921 ], 7922 "library_target_name": "quote", 7923 "common_attrs": { 7924 "compile_data_glob": [ 7925 "**" 7926 ], 7927 "crate_features": { 7928 "common": [ 7929 "default", 7930 "proc-macro" 7931 ], 7932 "selects": {} 7933 }, 7934 "deps": { 7935 "common": [ 7936 { 7937 "id": "proc-macro2 1.0.51", 7938 "target": "proc_macro2" 7939 }, 7940 { 7941 "id": "quote 1.0.23", 7942 "target": "build_script_build" 7943 } 7944 ], 7945 "selects": {} 7946 }, 7947 "edition": "2018", 7948 "version": "1.0.23" 7949 }, 7950 "build_script_attrs": { 7951 "data_glob": [ 7952 "**" 7953 ] 7954 }, 7955 "license": "MIT OR Apache-2.0", 7956 "license_ids": [ 7957 "Apache-2.0", 7958 "MIT" 7959 ], 7960 "license_file": "LICENSE-APACHE" 7961 }, 7962 "regex 1.7.1": { 7963 "name": "regex", 7964 "version": "1.7.1", 7965 "package_url": "https://github.com/rust-lang/regex", 7966 "repository": { 7967 "Http": { 7968 "url": "https://static.crates.io/crates/regex/1.7.1/download", 7969 "sha256": "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 7970 } 7971 }, 7972 "targets": [ 7973 { 7974 "Library": { 7975 "crate_name": "regex", 7976 "crate_root": "src/lib.rs", 7977 "srcs": { 7978 "allow_empty": true, 7979 "include": [ 7980 "**/*.rs" 7981 ] 7982 } 7983 } 7984 } 7985 ], 7986 "library_target_name": "regex", 7987 "common_attrs": { 7988 "compile_data_glob": [ 7989 "**" 7990 ], 7991 "crate_features": { 7992 "common": [ 7993 "aho-corasick", 7994 "default", 7995 "memchr", 7996 "perf", 7997 "perf-cache", 7998 "perf-dfa", 7999 "perf-inline", 8000 "perf-literal", 8001 "std", 8002 "unicode", 8003 "unicode-age", 8004 "unicode-bool", 8005 "unicode-case", 8006 "unicode-gencat", 8007 "unicode-perl", 8008 "unicode-script", 8009 "unicode-segment" 8010 ], 8011 "selects": {} 8012 }, 8013 "deps": { 8014 "common": [ 8015 { 8016 "id": "aho-corasick 0.7.20", 8017 "target": "aho_corasick" 8018 }, 8019 { 8020 "id": "memchr 2.5.0", 8021 "target": "memchr" 8022 }, 8023 { 8024 "id": "regex-syntax 0.6.28", 8025 "target": "regex_syntax" 8026 } 8027 ], 8028 "selects": {} 8029 }, 8030 "edition": "2018", 8031 "version": "1.7.1" 8032 }, 8033 "license": "MIT OR Apache-2.0", 8034 "license_ids": [ 8035 "Apache-2.0", 8036 "MIT" 8037 ], 8038 "license_file": "LICENSE-APACHE" 8039 }, 8040 "regex-syntax 0.6.28": { 8041 "name": "regex-syntax", 8042 "version": "0.6.28", 8043 "package_url": "https://github.com/rust-lang/regex", 8044 "repository": { 8045 "Http": { 8046 "url": "https://static.crates.io/crates/regex-syntax/0.6.28/download", 8047 "sha256": "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 8048 } 8049 }, 8050 "targets": [ 8051 { 8052 "Library": { 8053 "crate_name": "regex_syntax", 8054 "crate_root": "src/lib.rs", 8055 "srcs": { 8056 "allow_empty": true, 8057 "include": [ 8058 "**/*.rs" 8059 ] 8060 } 8061 } 8062 } 8063 ], 8064 "library_target_name": "regex_syntax", 8065 "common_attrs": { 8066 "compile_data_glob": [ 8067 "**" 8068 ], 8069 "crate_features": { 8070 "common": [ 8071 "default", 8072 "unicode", 8073 "unicode-age", 8074 "unicode-bool", 8075 "unicode-case", 8076 "unicode-gencat", 8077 "unicode-perl", 8078 "unicode-script", 8079 "unicode-segment" 8080 ], 8081 "selects": {} 8082 }, 8083 "edition": "2018", 8084 "version": "0.6.28" 8085 }, 8086 "license": "MIT OR Apache-2.0", 8087 "license_ids": [ 8088 "Apache-2.0", 8089 "MIT" 8090 ], 8091 "license_file": "LICENSE-APACHE" 8092 }, 8093 "reqwest 0.11.14": { 8094 "name": "reqwest", 8095 "version": "0.11.14", 8096 "package_url": "https://github.com/seanmonstar/reqwest", 8097 "repository": { 8098 "Http": { 8099 "url": "https://static.crates.io/crates/reqwest/0.11.14/download", 8100 "sha256": "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 8101 } 8102 }, 8103 "targets": [ 8104 { 8105 "Library": { 8106 "crate_name": "reqwest", 8107 "crate_root": "src/lib.rs", 8108 "srcs": { 8109 "allow_empty": true, 8110 "include": [ 8111 "**/*.rs" 8112 ] 8113 } 8114 } 8115 } 8116 ], 8117 "library_target_name": "reqwest", 8118 "common_attrs": { 8119 "compile_data_glob": [ 8120 "**" 8121 ], 8122 "crate_features": { 8123 "common": [ 8124 "__rustls", 8125 "__tls", 8126 "blocking", 8127 "hyper-rustls", 8128 "json", 8129 "rustls", 8130 "rustls-pemfile", 8131 "rustls-tls", 8132 "rustls-tls-webpki-roots", 8133 "serde_json", 8134 "tokio-rustls", 8135 "webpki-roots" 8136 ], 8137 "selects": {} 8138 }, 8139 "deps": { 8140 "common": [ 8141 { 8142 "id": "base64 0.21.0", 8143 "target": "base64" 8144 }, 8145 { 8146 "id": "bytes 1.4.0", 8147 "target": "bytes" 8148 }, 8149 { 8150 "id": "futures-core 0.3.26", 8151 "target": "futures_core" 8152 }, 8153 { 8154 "id": "futures-util 0.3.26", 8155 "target": "futures_util" 8156 }, 8157 { 8158 "id": "http 0.2.9", 8159 "target": "http" 8160 }, 8161 { 8162 "id": "serde 1.0.152", 8163 "target": "serde" 8164 }, 8165 { 8166 "id": "serde_json 1.0.93", 8167 "target": "serde_json" 8168 }, 8169 { 8170 "id": "serde_urlencoded 0.7.1", 8171 "target": "serde_urlencoded" 8172 }, 8173 { 8174 "id": "tower-service 0.3.2", 8175 "target": "tower_service" 8176 }, 8177 { 8178 "id": "url 2.3.1", 8179 "target": "url" 8180 } 8181 ], 8182 "selects": { 8183 "aarch64-apple-darwin": [ 8184 { 8185 "id": "hyper-rustls 0.23.2", 8186 "target": "hyper_rustls" 8187 }, 8188 { 8189 "id": "rustls 0.20.8", 8190 "target": "rustls" 8191 }, 8192 { 8193 "id": "rustls-pemfile 1.0.2", 8194 "target": "rustls_pemfile" 8195 }, 8196 { 8197 "id": "tokio-rustls 0.23.4", 8198 "target": "tokio_rustls" 8199 }, 8200 { 8201 "id": "webpki-roots 0.22.6", 8202 "target": "webpki_roots" 8203 } 8204 ], 8205 "aarch64-apple-ios": [ 8206 { 8207 "id": "hyper-rustls 0.23.2", 8208 "target": "hyper_rustls" 8209 }, 8210 { 8211 "id": "rustls 0.20.8", 8212 "target": "rustls" 8213 }, 8214 { 8215 "id": "rustls-pemfile 1.0.2", 8216 "target": "rustls_pemfile" 8217 }, 8218 { 8219 "id": "tokio-rustls 0.23.4", 8220 "target": "tokio_rustls" 8221 }, 8222 { 8223 "id": "webpki-roots 0.22.6", 8224 "target": "webpki_roots" 8225 } 8226 ], 8227 "aarch64-apple-ios-sim": [ 8228 { 8229 "id": "hyper-rustls 0.23.2", 8230 "target": "hyper_rustls" 8231 }, 8232 { 8233 "id": "rustls 0.20.8", 8234 "target": "rustls" 8235 }, 8236 { 8237 "id": "rustls-pemfile 1.0.2", 8238 "target": "rustls_pemfile" 8239 }, 8240 { 8241 "id": "tokio-rustls 0.23.4", 8242 "target": "tokio_rustls" 8243 }, 8244 { 8245 "id": "webpki-roots 0.22.6", 8246 "target": "webpki_roots" 8247 } 8248 ], 8249 "aarch64-fuchsia": [ 8250 { 8251 "id": "hyper-rustls 0.23.2", 8252 "target": "hyper_rustls" 8253 }, 8254 { 8255 "id": "rustls 0.20.8", 8256 "target": "rustls" 8257 }, 8258 { 8259 "id": "rustls-pemfile 1.0.2", 8260 "target": "rustls_pemfile" 8261 }, 8262 { 8263 "id": "tokio-rustls 0.23.4", 8264 "target": "tokio_rustls" 8265 }, 8266 { 8267 "id": "webpki-roots 0.22.6", 8268 "target": "webpki_roots" 8269 } 8270 ], 8271 "aarch64-linux-android": [ 8272 { 8273 "id": "hyper-rustls 0.23.2", 8274 "target": "hyper_rustls" 8275 }, 8276 { 8277 "id": "rustls 0.20.8", 8278 "target": "rustls" 8279 }, 8280 { 8281 "id": "rustls-pemfile 1.0.2", 8282 "target": "rustls_pemfile" 8283 }, 8284 { 8285 "id": "tokio-rustls 0.23.4", 8286 "target": "tokio_rustls" 8287 }, 8288 { 8289 "id": "webpki-roots 0.22.6", 8290 "target": "webpki_roots" 8291 } 8292 ], 8293 "aarch64-pc-windows-msvc": [ 8294 { 8295 "id": "hyper-rustls 0.23.2", 8296 "target": "hyper_rustls" 8297 }, 8298 { 8299 "id": "rustls 0.20.8", 8300 "target": "rustls" 8301 }, 8302 { 8303 "id": "rustls-pemfile 1.0.2", 8304 "target": "rustls_pemfile" 8305 }, 8306 { 8307 "id": "tokio-rustls 0.23.4", 8308 "target": "tokio_rustls" 8309 }, 8310 { 8311 "id": "webpki-roots 0.22.6", 8312 "target": "webpki_roots" 8313 } 8314 ], 8315 "aarch64-unknown-linux-gnu": [ 8316 { 8317 "id": "hyper-rustls 0.23.2", 8318 "target": "hyper_rustls" 8319 }, 8320 { 8321 "id": "rustls 0.20.8", 8322 "target": "rustls" 8323 }, 8324 { 8325 "id": "rustls-pemfile 1.0.2", 8326 "target": "rustls_pemfile" 8327 }, 8328 { 8329 "id": "tokio-rustls 0.23.4", 8330 "target": "tokio_rustls" 8331 }, 8332 { 8333 "id": "webpki-roots 0.22.6", 8334 "target": "webpki_roots" 8335 } 8336 ], 8337 "aarch64-unknown-nixos-gnu": [ 8338 { 8339 "id": "hyper-rustls 0.23.2", 8340 "target": "hyper_rustls" 8341 }, 8342 { 8343 "id": "rustls 0.20.8", 8344 "target": "rustls" 8345 }, 8346 { 8347 "id": "rustls-pemfile 1.0.2", 8348 "target": "rustls_pemfile" 8349 }, 8350 { 8351 "id": "tokio-rustls 0.23.4", 8352 "target": "tokio_rustls" 8353 }, 8354 { 8355 "id": "webpki-roots 0.22.6", 8356 "target": "webpki_roots" 8357 } 8358 ], 8359 "aarch64-unknown-nto-qnx710": [ 8360 { 8361 "id": "hyper-rustls 0.23.2", 8362 "target": "hyper_rustls" 8363 }, 8364 { 8365 "id": "rustls 0.20.8", 8366 "target": "rustls" 8367 }, 8368 { 8369 "id": "rustls-pemfile 1.0.2", 8370 "target": "rustls_pemfile" 8371 }, 8372 { 8373 "id": "tokio-rustls 0.23.4", 8374 "target": "tokio_rustls" 8375 }, 8376 { 8377 "id": "webpki-roots 0.22.6", 8378 "target": "webpki_roots" 8379 } 8380 ], 8381 "arm-unknown-linux-gnueabi": [ 8382 { 8383 "id": "hyper-rustls 0.23.2", 8384 "target": "hyper_rustls" 8385 }, 8386 { 8387 "id": "rustls 0.20.8", 8388 "target": "rustls" 8389 }, 8390 { 8391 "id": "rustls-pemfile 1.0.2", 8392 "target": "rustls_pemfile" 8393 }, 8394 { 8395 "id": "tokio-rustls 0.23.4", 8396 "target": "tokio_rustls" 8397 }, 8398 { 8399 "id": "webpki-roots 0.22.6", 8400 "target": "webpki_roots" 8401 } 8402 ], 8403 "armv7-linux-androideabi": [ 8404 { 8405 "id": "hyper-rustls 0.23.2", 8406 "target": "hyper_rustls" 8407 }, 8408 { 8409 "id": "rustls 0.20.8", 8410 "target": "rustls" 8411 }, 8412 { 8413 "id": "rustls-pemfile 1.0.2", 8414 "target": "rustls_pemfile" 8415 }, 8416 { 8417 "id": "tokio-rustls 0.23.4", 8418 "target": "tokio_rustls" 8419 }, 8420 { 8421 "id": "webpki-roots 0.22.6", 8422 "target": "webpki_roots" 8423 } 8424 ], 8425 "armv7-unknown-linux-gnueabi": [ 8426 { 8427 "id": "hyper-rustls 0.23.2", 8428 "target": "hyper_rustls" 8429 }, 8430 { 8431 "id": "rustls 0.20.8", 8432 "target": "rustls" 8433 }, 8434 { 8435 "id": "rustls-pemfile 1.0.2", 8436 "target": "rustls_pemfile" 8437 }, 8438 { 8439 "id": "tokio-rustls 0.23.4", 8440 "target": "tokio_rustls" 8441 }, 8442 { 8443 "id": "webpki-roots 0.22.6", 8444 "target": "webpki_roots" 8445 } 8446 ], 8447 "cfg(not(target_arch = \"wasm32\"))": [ 8448 { 8449 "id": "encoding_rs 0.8.32", 8450 "target": "encoding_rs" 8451 }, 8452 { 8453 "id": "h2 0.3.16", 8454 "target": "h2" 8455 }, 8456 { 8457 "id": "http-body 0.4.5", 8458 "target": "http_body" 8459 }, 8460 { 8461 "id": "hyper 0.14.24", 8462 "target": "hyper" 8463 }, 8464 { 8465 "id": "ipnet 2.7.1", 8466 "target": "ipnet" 8467 }, 8468 { 8469 "id": "log 0.4.17", 8470 "target": "log" 8471 }, 8472 { 8473 "id": "mime 0.3.16", 8474 "target": "mime" 8475 }, 8476 { 8477 "id": "once_cell 1.17.1", 8478 "target": "once_cell" 8479 }, 8480 { 8481 "id": "percent-encoding 2.2.0", 8482 "target": "percent_encoding" 8483 }, 8484 { 8485 "id": "pin-project-lite 0.2.9", 8486 "target": "pin_project_lite" 8487 }, 8488 { 8489 "id": "tokio 1.26.0", 8490 "target": "tokio" 8491 } 8492 ], 8493 "cfg(target_arch = \"wasm32\")": [ 8494 { 8495 "id": "js-sys 0.3.61", 8496 "target": "js_sys" 8497 }, 8498 { 8499 "id": "wasm-bindgen 0.2.84", 8500 "target": "wasm_bindgen" 8501 }, 8502 { 8503 "id": "wasm-bindgen-futures 0.4.34", 8504 "target": "wasm_bindgen_futures" 8505 }, 8506 { 8507 "id": "web-sys 0.3.61", 8508 "target": "web_sys" 8509 } 8510 ], 8511 "cfg(windows)": [ 8512 { 8513 "id": "winreg 0.10.1", 8514 "target": "winreg" 8515 } 8516 ], 8517 "i686-apple-darwin": [ 8518 { 8519 "id": "hyper-rustls 0.23.2", 8520 "target": "hyper_rustls" 8521 }, 8522 { 8523 "id": "rustls 0.20.8", 8524 "target": "rustls" 8525 }, 8526 { 8527 "id": "rustls-pemfile 1.0.2", 8528 "target": "rustls_pemfile" 8529 }, 8530 { 8531 "id": "tokio-rustls 0.23.4", 8532 "target": "tokio_rustls" 8533 }, 8534 { 8535 "id": "webpki-roots 0.22.6", 8536 "target": "webpki_roots" 8537 } 8538 ], 8539 "i686-linux-android": [ 8540 { 8541 "id": "hyper-rustls 0.23.2", 8542 "target": "hyper_rustls" 8543 }, 8544 { 8545 "id": "rustls 0.20.8", 8546 "target": "rustls" 8547 }, 8548 { 8549 "id": "rustls-pemfile 1.0.2", 8550 "target": "rustls_pemfile" 8551 }, 8552 { 8553 "id": "tokio-rustls 0.23.4", 8554 "target": "tokio_rustls" 8555 }, 8556 { 8557 "id": "webpki-roots 0.22.6", 8558 "target": "webpki_roots" 8559 } 8560 ], 8561 "i686-pc-windows-msvc": [ 8562 { 8563 "id": "hyper-rustls 0.23.2", 8564 "target": "hyper_rustls" 8565 }, 8566 { 8567 "id": "rustls 0.20.8", 8568 "target": "rustls" 8569 }, 8570 { 8571 "id": "rustls-pemfile 1.0.2", 8572 "target": "rustls_pemfile" 8573 }, 8574 { 8575 "id": "tokio-rustls 0.23.4", 8576 "target": "tokio_rustls" 8577 }, 8578 { 8579 "id": "webpki-roots 0.22.6", 8580 "target": "webpki_roots" 8581 } 8582 ], 8583 "i686-unknown-freebsd": [ 8584 { 8585 "id": "hyper-rustls 0.23.2", 8586 "target": "hyper_rustls" 8587 }, 8588 { 8589 "id": "rustls 0.20.8", 8590 "target": "rustls" 8591 }, 8592 { 8593 "id": "rustls-pemfile 1.0.2", 8594 "target": "rustls_pemfile" 8595 }, 8596 { 8597 "id": "tokio-rustls 0.23.4", 8598 "target": "tokio_rustls" 8599 }, 8600 { 8601 "id": "webpki-roots 0.22.6", 8602 "target": "webpki_roots" 8603 } 8604 ], 8605 "i686-unknown-linux-gnu": [ 8606 { 8607 "id": "hyper-rustls 0.23.2", 8608 "target": "hyper_rustls" 8609 }, 8610 { 8611 "id": "rustls 0.20.8", 8612 "target": "rustls" 8613 }, 8614 { 8615 "id": "rustls-pemfile 1.0.2", 8616 "target": "rustls_pemfile" 8617 }, 8618 { 8619 "id": "tokio-rustls 0.23.4", 8620 "target": "tokio_rustls" 8621 }, 8622 { 8623 "id": "webpki-roots 0.22.6", 8624 "target": "webpki_roots" 8625 } 8626 ], 8627 "powerpc-unknown-linux-gnu": [ 8628 { 8629 "id": "hyper-rustls 0.23.2", 8630 "target": "hyper_rustls" 8631 }, 8632 { 8633 "id": "rustls 0.20.8", 8634 "target": "rustls" 8635 }, 8636 { 8637 "id": "rustls-pemfile 1.0.2", 8638 "target": "rustls_pemfile" 8639 }, 8640 { 8641 "id": "tokio-rustls 0.23.4", 8642 "target": "tokio_rustls" 8643 }, 8644 { 8645 "id": "webpki-roots 0.22.6", 8646 "target": "webpki_roots" 8647 } 8648 ], 8649 "riscv32imc-unknown-none-elf": [ 8650 { 8651 "id": "hyper-rustls 0.23.2", 8652 "target": "hyper_rustls" 8653 }, 8654 { 8655 "id": "rustls 0.20.8", 8656 "target": "rustls" 8657 }, 8658 { 8659 "id": "rustls-pemfile 1.0.2", 8660 "target": "rustls_pemfile" 8661 }, 8662 { 8663 "id": "tokio-rustls 0.23.4", 8664 "target": "tokio_rustls" 8665 }, 8666 { 8667 "id": "webpki-roots 0.22.6", 8668 "target": "webpki_roots" 8669 } 8670 ], 8671 "riscv64gc-unknown-none-elf": [ 8672 { 8673 "id": "hyper-rustls 0.23.2", 8674 "target": "hyper_rustls" 8675 }, 8676 { 8677 "id": "rustls 0.20.8", 8678 "target": "rustls" 8679 }, 8680 { 8681 "id": "rustls-pemfile 1.0.2", 8682 "target": "rustls_pemfile" 8683 }, 8684 { 8685 "id": "tokio-rustls 0.23.4", 8686 "target": "tokio_rustls" 8687 }, 8688 { 8689 "id": "webpki-roots 0.22.6", 8690 "target": "webpki_roots" 8691 } 8692 ], 8693 "s390x-unknown-linux-gnu": [ 8694 { 8695 "id": "hyper-rustls 0.23.2", 8696 "target": "hyper_rustls" 8697 }, 8698 { 8699 "id": "rustls 0.20.8", 8700 "target": "rustls" 8701 }, 8702 { 8703 "id": "rustls-pemfile 1.0.2", 8704 "target": "rustls_pemfile" 8705 }, 8706 { 8707 "id": "tokio-rustls 0.23.4", 8708 "target": "tokio_rustls" 8709 }, 8710 { 8711 "id": "webpki-roots 0.22.6", 8712 "target": "webpki_roots" 8713 } 8714 ], 8715 "thumbv7em-none-eabi": [ 8716 { 8717 "id": "hyper-rustls 0.23.2", 8718 "target": "hyper_rustls" 8719 }, 8720 { 8721 "id": "rustls 0.20.8", 8722 "target": "rustls" 8723 }, 8724 { 8725 "id": "rustls-pemfile 1.0.2", 8726 "target": "rustls_pemfile" 8727 }, 8728 { 8729 "id": "tokio-rustls 0.23.4", 8730 "target": "tokio_rustls" 8731 }, 8732 { 8733 "id": "webpki-roots 0.22.6", 8734 "target": "webpki_roots" 8735 } 8736 ], 8737 "thumbv8m.main-none-eabi": [ 8738 { 8739 "id": "hyper-rustls 0.23.2", 8740 "target": "hyper_rustls" 8741 }, 8742 { 8743 "id": "rustls 0.20.8", 8744 "target": "rustls" 8745 }, 8746 { 8747 "id": "rustls-pemfile 1.0.2", 8748 "target": "rustls_pemfile" 8749 }, 8750 { 8751 "id": "tokio-rustls 0.23.4", 8752 "target": "tokio_rustls" 8753 }, 8754 { 8755 "id": "webpki-roots 0.22.6", 8756 "target": "webpki_roots" 8757 } 8758 ], 8759 "x86_64-apple-darwin": [ 8760 { 8761 "id": "hyper-rustls 0.23.2", 8762 "target": "hyper_rustls" 8763 }, 8764 { 8765 "id": "rustls 0.20.8", 8766 "target": "rustls" 8767 }, 8768 { 8769 "id": "rustls-pemfile 1.0.2", 8770 "target": "rustls_pemfile" 8771 }, 8772 { 8773 "id": "tokio-rustls 0.23.4", 8774 "target": "tokio_rustls" 8775 }, 8776 { 8777 "id": "webpki-roots 0.22.6", 8778 "target": "webpki_roots" 8779 } 8780 ], 8781 "x86_64-apple-ios": [ 8782 { 8783 "id": "hyper-rustls 0.23.2", 8784 "target": "hyper_rustls" 8785 }, 8786 { 8787 "id": "rustls 0.20.8", 8788 "target": "rustls" 8789 }, 8790 { 8791 "id": "rustls-pemfile 1.0.2", 8792 "target": "rustls_pemfile" 8793 }, 8794 { 8795 "id": "tokio-rustls 0.23.4", 8796 "target": "tokio_rustls" 8797 }, 8798 { 8799 "id": "webpki-roots 0.22.6", 8800 "target": "webpki_roots" 8801 } 8802 ], 8803 "x86_64-fuchsia": [ 8804 { 8805 "id": "hyper-rustls 0.23.2", 8806 "target": "hyper_rustls" 8807 }, 8808 { 8809 "id": "rustls 0.20.8", 8810 "target": "rustls" 8811 }, 8812 { 8813 "id": "rustls-pemfile 1.0.2", 8814 "target": "rustls_pemfile" 8815 }, 8816 { 8817 "id": "tokio-rustls 0.23.4", 8818 "target": "tokio_rustls" 8819 }, 8820 { 8821 "id": "webpki-roots 0.22.6", 8822 "target": "webpki_roots" 8823 } 8824 ], 8825 "x86_64-linux-android": [ 8826 { 8827 "id": "hyper-rustls 0.23.2", 8828 "target": "hyper_rustls" 8829 }, 8830 { 8831 "id": "rustls 0.20.8", 8832 "target": "rustls" 8833 }, 8834 { 8835 "id": "rustls-pemfile 1.0.2", 8836 "target": "rustls_pemfile" 8837 }, 8838 { 8839 "id": "tokio-rustls 0.23.4", 8840 "target": "tokio_rustls" 8841 }, 8842 { 8843 "id": "webpki-roots 0.22.6", 8844 "target": "webpki_roots" 8845 } 8846 ], 8847 "x86_64-pc-windows-msvc": [ 8848 { 8849 "id": "hyper-rustls 0.23.2", 8850 "target": "hyper_rustls" 8851 }, 8852 { 8853 "id": "rustls 0.20.8", 8854 "target": "rustls" 8855 }, 8856 { 8857 "id": "rustls-pemfile 1.0.2", 8858 "target": "rustls_pemfile" 8859 }, 8860 { 8861 "id": "tokio-rustls 0.23.4", 8862 "target": "tokio_rustls" 8863 }, 8864 { 8865 "id": "webpki-roots 0.22.6", 8866 "target": "webpki_roots" 8867 } 8868 ], 8869 "x86_64-unknown-freebsd": [ 8870 { 8871 "id": "hyper-rustls 0.23.2", 8872 "target": "hyper_rustls" 8873 }, 8874 { 8875 "id": "rustls 0.20.8", 8876 "target": "rustls" 8877 }, 8878 { 8879 "id": "rustls-pemfile 1.0.2", 8880 "target": "rustls_pemfile" 8881 }, 8882 { 8883 "id": "tokio-rustls 0.23.4", 8884 "target": "tokio_rustls" 8885 }, 8886 { 8887 "id": "webpki-roots 0.22.6", 8888 "target": "webpki_roots" 8889 } 8890 ], 8891 "x86_64-unknown-linux-gnu": [ 8892 { 8893 "id": "hyper-rustls 0.23.2", 8894 "target": "hyper_rustls" 8895 }, 8896 { 8897 "id": "rustls 0.20.8", 8898 "target": "rustls" 8899 }, 8900 { 8901 "id": "rustls-pemfile 1.0.2", 8902 "target": "rustls_pemfile" 8903 }, 8904 { 8905 "id": "tokio-rustls 0.23.4", 8906 "target": "tokio_rustls" 8907 }, 8908 { 8909 "id": "webpki-roots 0.22.6", 8910 "target": "webpki_roots" 8911 } 8912 ], 8913 "x86_64-unknown-nixos-gnu": [ 8914 { 8915 "id": "hyper-rustls 0.23.2", 8916 "target": "hyper_rustls" 8917 }, 8918 { 8919 "id": "rustls 0.20.8", 8920 "target": "rustls" 8921 }, 8922 { 8923 "id": "rustls-pemfile 1.0.2", 8924 "target": "rustls_pemfile" 8925 }, 8926 { 8927 "id": "tokio-rustls 0.23.4", 8928 "target": "tokio_rustls" 8929 }, 8930 { 8931 "id": "webpki-roots 0.22.6", 8932 "target": "webpki_roots" 8933 } 8934 ], 8935 "x86_64-unknown-none": [ 8936 { 8937 "id": "hyper-rustls 0.23.2", 8938 "target": "hyper_rustls" 8939 }, 8940 { 8941 "id": "rustls 0.20.8", 8942 "target": "rustls" 8943 }, 8944 { 8945 "id": "rustls-pemfile 1.0.2", 8946 "target": "rustls_pemfile" 8947 }, 8948 { 8949 "id": "tokio-rustls 0.23.4", 8950 "target": "tokio_rustls" 8951 }, 8952 { 8953 "id": "webpki-roots 0.22.6", 8954 "target": "webpki_roots" 8955 } 8956 ] 8957 } 8958 }, 8959 "edition": "2018", 8960 "version": "0.11.14" 8961 }, 8962 "license": "MIT OR Apache-2.0", 8963 "license_ids": [ 8964 "Apache-2.0", 8965 "MIT" 8966 ], 8967 "license_file": "LICENSE-APACHE" 8968 }, 8969 "ring 0.16.20": { 8970 "name": "ring", 8971 "version": "0.16.20", 8972 "package_url": "https://github.com/briansmith/ring", 8973 "repository": { 8974 "Http": { 8975 "url": "https://static.crates.io/crates/ring/0.16.20/download", 8976 "sha256": "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 8977 } 8978 }, 8979 "targets": [ 8980 { 8981 "Library": { 8982 "crate_name": "ring", 8983 "crate_root": "src/lib.rs", 8984 "srcs": { 8985 "allow_empty": true, 8986 "include": [ 8987 "**/*.rs" 8988 ] 8989 } 8990 } 8991 }, 8992 { 8993 "BuildScript": { 8994 "crate_name": "build_script_build", 8995 "crate_root": "build.rs", 8996 "srcs": { 8997 "allow_empty": true, 8998 "include": [ 8999 "**/*.rs" 9000 ] 9001 } 9002 } 9003 } 9004 ], 9005 "library_target_name": "ring", 9006 "common_attrs": { 9007 "compile_data_glob": [ 9008 "**" 9009 ], 9010 "crate_features": { 9011 "common": [ 9012 "alloc", 9013 "default", 9014 "dev_urandom_fallback", 9015 "once_cell" 9016 ], 9017 "selects": {} 9018 }, 9019 "deps": { 9020 "common": [ 9021 { 9022 "id": "ring 0.16.20", 9023 "target": "build_script_build" 9024 }, 9025 { 9026 "id": "untrusted 0.7.1", 9027 "target": "untrusted" 9028 } 9029 ], 9030 "selects": { 9031 "aarch64-linux-android": [ 9032 { 9033 "id": "once_cell 1.17.1", 9034 "target": "once_cell" 9035 } 9036 ], 9037 "aarch64-unknown-linux-gnu": [ 9038 { 9039 "id": "once_cell 1.17.1", 9040 "target": "once_cell" 9041 } 9042 ], 9043 "aarch64-unknown-nixos-gnu": [ 9044 { 9045 "id": "once_cell 1.17.1", 9046 "target": "once_cell" 9047 } 9048 ], 9049 "arm-unknown-linux-gnueabi": [ 9050 { 9051 "id": "once_cell 1.17.1", 9052 "target": "once_cell" 9053 } 9054 ], 9055 "armv7-linux-androideabi": [ 9056 { 9057 "id": "once_cell 1.17.1", 9058 "target": "once_cell" 9059 } 9060 ], 9061 "armv7-unknown-linux-gnueabi": [ 9062 { 9063 "id": "once_cell 1.17.1", 9064 "target": "once_cell" 9065 } 9066 ], 9067 "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ 9068 { 9069 "id": "web-sys 0.3.61", 9070 "target": "web_sys" 9071 } 9072 ], 9073 "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ 9074 { 9075 "id": "spin 0.5.2", 9076 "target": "spin" 9077 } 9078 ], 9079 "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ 9080 { 9081 "id": "libc 0.2.139", 9082 "target": "libc" 9083 } 9084 ], 9085 "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ 9086 { 9087 "id": "once_cell 1.17.1", 9088 "target": "once_cell" 9089 } 9090 ], 9091 "cfg(target_os = \"windows\")": [ 9092 { 9093 "id": "winapi 0.3.9", 9094 "target": "winapi" 9095 } 9096 ], 9097 "i686-linux-android": [ 9098 { 9099 "id": "once_cell 1.17.1", 9100 "target": "once_cell" 9101 } 9102 ], 9103 "i686-unknown-freebsd": [ 9104 { 9105 "id": "once_cell 1.17.1", 9106 "target": "once_cell" 9107 } 9108 ], 9109 "i686-unknown-linux-gnu": [ 9110 { 9111 "id": "once_cell 1.17.1", 9112 "target": "once_cell" 9113 } 9114 ], 9115 "powerpc-unknown-linux-gnu": [ 9116 { 9117 "id": "once_cell 1.17.1", 9118 "target": "once_cell" 9119 } 9120 ], 9121 "s390x-unknown-linux-gnu": [ 9122 { 9123 "id": "once_cell 1.17.1", 9124 "target": "once_cell" 9125 } 9126 ], 9127 "x86_64-linux-android": [ 9128 { 9129 "id": "once_cell 1.17.1", 9130 "target": "once_cell" 9131 } 9132 ], 9133 "x86_64-unknown-freebsd": [ 9134 { 9135 "id": "once_cell 1.17.1", 9136 "target": "once_cell" 9137 } 9138 ], 9139 "x86_64-unknown-linux-gnu": [ 9140 { 9141 "id": "once_cell 1.17.1", 9142 "target": "once_cell" 9143 } 9144 ], 9145 "x86_64-unknown-nixos-gnu": [ 9146 { 9147 "id": "once_cell 1.17.1", 9148 "target": "once_cell" 9149 } 9150 ] 9151 } 9152 }, 9153 "edition": "2018", 9154 "version": "0.16.20" 9155 }, 9156 "build_script_attrs": { 9157 "data_glob": [ 9158 "**" 9159 ], 9160 "deps": { 9161 "common": [ 9162 { 9163 "id": "cc 1.0.79", 9164 "target": "cc" 9165 } 9166 ], 9167 "selects": {} 9168 }, 9169 "links": "ring-asm" 9170 }, 9171 "license": null, 9172 "license_ids": [], 9173 "license_file": "LICENSE" 9174 }, 9175 "rustls 0.20.8": { 9176 "name": "rustls", 9177 "version": "0.20.8", 9178 "package_url": "https://github.com/rustls/rustls", 9179 "repository": { 9180 "Http": { 9181 "url": "https://static.crates.io/crates/rustls/0.20.8/download", 9182 "sha256": "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 9183 } 9184 }, 9185 "targets": [ 9186 { 9187 "Library": { 9188 "crate_name": "rustls", 9189 "crate_root": "src/lib.rs", 9190 "srcs": { 9191 "allow_empty": true, 9192 "include": [ 9193 "**/*.rs" 9194 ] 9195 } 9196 } 9197 }, 9198 { 9199 "BuildScript": { 9200 "crate_name": "build_script_build", 9201 "crate_root": "build.rs", 9202 "srcs": { 9203 "allow_empty": true, 9204 "include": [ 9205 "**/*.rs" 9206 ] 9207 } 9208 } 9209 } 9210 ], 9211 "library_target_name": "rustls", 9212 "common_attrs": { 9213 "compile_data_glob": [ 9214 "**" 9215 ], 9216 "crate_features": { 9217 "common": [ 9218 "dangerous_configuration", 9219 "default", 9220 "log", 9221 "logging", 9222 "tls12" 9223 ], 9224 "selects": {} 9225 }, 9226 "deps": { 9227 "common": [ 9228 { 9229 "id": "log 0.4.17", 9230 "target": "log" 9231 }, 9232 { 9233 "id": "ring 0.16.20", 9234 "target": "ring" 9235 }, 9236 { 9237 "id": "rustls 0.20.8", 9238 "target": "build_script_build" 9239 }, 9240 { 9241 "id": "sct 0.7.0", 9242 "target": "sct" 9243 }, 9244 { 9245 "id": "webpki 0.22.0", 9246 "target": "webpki" 9247 } 9248 ], 9249 "selects": {} 9250 }, 9251 "edition": "2018", 9252 "version": "0.20.8" 9253 }, 9254 "build_script_attrs": { 9255 "data_glob": [ 9256 "**" 9257 ], 9258 "link_deps": { 9259 "common": [ 9260 { 9261 "id": "ring 0.16.20", 9262 "target": "ring" 9263 } 9264 ], 9265 "selects": {} 9266 } 9267 }, 9268 "license": "Apache-2.0/ISC/MIT", 9269 "license_ids": [ 9270 "Apache-2.0", 9271 "ISC", 9272 "MIT" 9273 ], 9274 "license_file": "LICENSE-APACHE" 9275 }, 9276 "rustls-ffi 0.8.2": { 9277 "name": "rustls-ffi", 9278 "version": "0.8.2", 9279 "package_url": "https://github.com/rustls/rustls-ffi", 9280 "repository": { 9281 "Http": { 9282 "url": "https://static.crates.io/crates/rustls-ffi/0.8.2/download", 9283 "sha256": "9da52707cca59e6eef8a78f3ad8d04024254a168ed1b41eb4dfa9616eace781a" 9284 } 9285 }, 9286 "targets": [ 9287 { 9288 "Library": { 9289 "crate_name": "rustls_ffi", 9290 "crate_root": "src/lib.rs", 9291 "srcs": { 9292 "allow_empty": true, 9293 "include": [ 9294 "**/*.rs" 9295 ] 9296 } 9297 } 9298 }, 9299 { 9300 "BuildScript": { 9301 "crate_name": "build_script_build", 9302 "crate_root": "build.rs", 9303 "srcs": { 9304 "allow_empty": true, 9305 "include": [ 9306 "**/*.rs" 9307 ] 9308 } 9309 } 9310 } 9311 ], 9312 "library_target_name": "rustls_ffi", 9313 "common_attrs": { 9314 "compile_data_glob": [ 9315 "**" 9316 ], 9317 "crate_features": { 9318 "common": [ 9319 "no_log_capture" 9320 ], 9321 "selects": {} 9322 }, 9323 "deps": { 9324 "common": [ 9325 { 9326 "id": "libc 0.2.139", 9327 "target": "libc" 9328 }, 9329 { 9330 "id": "log 0.4.17", 9331 "target": "log" 9332 }, 9333 { 9334 "id": "num_enum 0.5.11", 9335 "target": "num_enum" 9336 }, 9337 { 9338 "id": "rustls 0.20.8", 9339 "target": "rustls" 9340 }, 9341 { 9342 "id": "rustls-ffi 0.8.2", 9343 "target": "build_script_build" 9344 }, 9345 { 9346 "id": "rustls-pemfile 0.2.1", 9347 "target": "rustls_pemfile" 9348 }, 9349 { 9350 "id": "sct 0.7.0", 9351 "target": "sct" 9352 }, 9353 { 9354 "id": "webpki 0.22.0", 9355 "target": "webpki" 9356 } 9357 ], 9358 "selects": {} 9359 }, 9360 "edition": "2018", 9361 "version": "0.8.2" 9362 }, 9363 "build_script_attrs": { 9364 "data_glob": [ 9365 "**" 9366 ], 9367 "links": "rustls_ffi" 9368 }, 9369 "license": "Apache-2.0/ISC/MIT", 9370 "license_ids": [ 9371 "Apache-2.0", 9372 "ISC", 9373 "MIT" 9374 ], 9375 "license_file": "LICENSE" 9376 }, 9377 "rustls-pemfile 0.2.1": { 9378 "name": "rustls-pemfile", 9379 "version": "0.2.1", 9380 "package_url": "https://github.com/rustls/pemfile", 9381 "repository": { 9382 "Http": { 9383 "url": "https://static.crates.io/crates/rustls-pemfile/0.2.1/download", 9384 "sha256": "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9" 9385 } 9386 }, 9387 "targets": [ 9388 { 9389 "Library": { 9390 "crate_name": "rustls_pemfile", 9391 "crate_root": "src/lib.rs", 9392 "srcs": { 9393 "allow_empty": true, 9394 "include": [ 9395 "**/*.rs" 9396 ] 9397 } 9398 } 9399 } 9400 ], 9401 "library_target_name": "rustls_pemfile", 9402 "common_attrs": { 9403 "compile_data_glob": [ 9404 "**" 9405 ], 9406 "deps": { 9407 "common": [ 9408 { 9409 "id": "base64 0.13.1", 9410 "target": "base64" 9411 } 9412 ], 9413 "selects": {} 9414 }, 9415 "edition": "2018", 9416 "version": "0.2.1" 9417 }, 9418 "license": "Apache-2.0/ISC/MIT", 9419 "license_ids": [ 9420 "Apache-2.0", 9421 "ISC", 9422 "MIT" 9423 ], 9424 "license_file": "LICENSE" 9425 }, 9426 "rustls-pemfile 1.0.2": { 9427 "name": "rustls-pemfile", 9428 "version": "1.0.2", 9429 "package_url": "https://github.com/rustls/pemfile", 9430 "repository": { 9431 "Http": { 9432 "url": "https://static.crates.io/crates/rustls-pemfile/1.0.2/download", 9433 "sha256": "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 9434 } 9435 }, 9436 "targets": [ 9437 { 9438 "Library": { 9439 "crate_name": "rustls_pemfile", 9440 "crate_root": "src/lib.rs", 9441 "srcs": { 9442 "allow_empty": true, 9443 "include": [ 9444 "**/*.rs" 9445 ] 9446 } 9447 } 9448 } 9449 ], 9450 "library_target_name": "rustls_pemfile", 9451 "common_attrs": { 9452 "compile_data_glob": [ 9453 "**" 9454 ], 9455 "deps": { 9456 "common": [ 9457 { 9458 "id": "base64 0.21.0", 9459 "target": "base64" 9460 } 9461 ], 9462 "selects": {} 9463 }, 9464 "edition": "2018", 9465 "version": "1.0.2" 9466 }, 9467 "license": "Apache-2.0 OR ISC OR MIT", 9468 "license_ids": [ 9469 "Apache-2.0", 9470 "ISC", 9471 "MIT" 9472 ], 9473 "license_file": "LICENSE" 9474 }, 9475 "rustversion 1.0.11": { 9476 "name": "rustversion", 9477 "version": "1.0.11", 9478 "package_url": "https://github.com/dtolnay/rustversion", 9479 "repository": { 9480 "Http": { 9481 "url": "https://static.crates.io/crates/rustversion/1.0.11/download", 9482 "sha256": "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" 9483 } 9484 }, 9485 "targets": [ 9486 { 9487 "ProcMacro": { 9488 "crate_name": "rustversion", 9489 "crate_root": "src/lib.rs", 9490 "srcs": { 9491 "allow_empty": true, 9492 "include": [ 9493 "**/*.rs" 9494 ] 9495 } 9496 } 9497 }, 9498 { 9499 "BuildScript": { 9500 "crate_name": "build_script_build", 9501 "crate_root": "build/build.rs", 9502 "srcs": { 9503 "allow_empty": true, 9504 "include": [ 9505 "**/*.rs" 9506 ] 9507 } 9508 } 9509 } 9510 ], 9511 "library_target_name": "rustversion", 9512 "common_attrs": { 9513 "compile_data_glob": [ 9514 "**" 9515 ], 9516 "deps": { 9517 "common": [ 9518 { 9519 "id": "rustversion 1.0.11", 9520 "target": "build_script_build" 9521 } 9522 ], 9523 "selects": {} 9524 }, 9525 "edition": "2018", 9526 "version": "1.0.11" 9527 }, 9528 "build_script_attrs": { 9529 "data_glob": [ 9530 "**" 9531 ] 9532 }, 9533 "license": "MIT OR Apache-2.0", 9534 "license_ids": [ 9535 "Apache-2.0", 9536 "MIT" 9537 ], 9538 "license_file": "LICENSE-APACHE" 9539 }, 9540 "ryu 1.0.12": { 9541 "name": "ryu", 9542 "version": "1.0.12", 9543 "package_url": "https://github.com/dtolnay/ryu", 9544 "repository": { 9545 "Http": { 9546 "url": "https://static.crates.io/crates/ryu/1.0.12/download", 9547 "sha256": "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 9548 } 9549 }, 9550 "targets": [ 9551 { 9552 "Library": { 9553 "crate_name": "ryu", 9554 "crate_root": "src/lib.rs", 9555 "srcs": { 9556 "allow_empty": true, 9557 "include": [ 9558 "**/*.rs" 9559 ] 9560 } 9561 } 9562 } 9563 ], 9564 "library_target_name": "ryu", 9565 "common_attrs": { 9566 "compile_data_glob": [ 9567 "**" 9568 ], 9569 "edition": "2018", 9570 "version": "1.0.12" 9571 }, 9572 "license": "Apache-2.0 OR BSL-1.0", 9573 "license_ids": [ 9574 "Apache-2.0", 9575 "BSL-1.0" 9576 ], 9577 "license_file": "LICENSE-APACHE" 9578 }, 9579 "schannel 0.1.21": { 9580 "name": "schannel", 9581 "version": "0.1.21", 9582 "package_url": "https://github.com/steffengy/schannel-rs", 9583 "repository": { 9584 "Http": { 9585 "url": "https://static.crates.io/crates/schannel/0.1.21/download", 9586 "sha256": "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 9587 } 9588 }, 9589 "targets": [ 9590 { 9591 "Library": { 9592 "crate_name": "schannel", 9593 "crate_root": "src/lib.rs", 9594 "srcs": { 9595 "allow_empty": true, 9596 "include": [ 9597 "**/*.rs" 9598 ] 9599 } 9600 } 9601 } 9602 ], 9603 "library_target_name": "schannel", 9604 "common_attrs": { 9605 "compile_data_glob": [ 9606 "**" 9607 ], 9608 "deps": { 9609 "common": [ 9610 { 9611 "id": "windows-sys 0.42.0", 9612 "target": "windows_sys" 9613 } 9614 ], 9615 "selects": {} 9616 }, 9617 "edition": "2018", 9618 "version": "0.1.21" 9619 }, 9620 "license": "MIT", 9621 "license_ids": [ 9622 "MIT" 9623 ], 9624 "license_file": "LICENSE.md" 9625 }, 9626 "sct 0.7.0": { 9627 "name": "sct", 9628 "version": "0.7.0", 9629 "package_url": "https://github.com/ctz/sct.rs", 9630 "repository": { 9631 "Http": { 9632 "url": "https://static.crates.io/crates/sct/0.7.0/download", 9633 "sha256": "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 9634 } 9635 }, 9636 "targets": [ 9637 { 9638 "Library": { 9639 "crate_name": "sct", 9640 "crate_root": "src/lib.rs", 9641 "srcs": { 9642 "allow_empty": true, 9643 "include": [ 9644 "**/*.rs" 9645 ] 9646 } 9647 } 9648 } 9649 ], 9650 "library_target_name": "sct", 9651 "common_attrs": { 9652 "compile_data_glob": [ 9653 "**" 9654 ], 9655 "deps": { 9656 "common": [ 9657 { 9658 "id": "ring 0.16.20", 9659 "target": "ring" 9660 }, 9661 { 9662 "id": "untrusted 0.7.1", 9663 "target": "untrusted" 9664 } 9665 ], 9666 "selects": {} 9667 }, 9668 "edition": "2018", 9669 "version": "0.7.0" 9670 }, 9671 "license": "Apache-2.0/ISC/MIT", 9672 "license_ids": [ 9673 "Apache-2.0", 9674 "ISC", 9675 "MIT" 9676 ], 9677 "license_file": "LICENSE" 9678 }, 9679 "serde 1.0.152": { 9680 "name": "serde", 9681 "version": "1.0.152", 9682 "package_url": "https://github.com/serde-rs/serde", 9683 "repository": { 9684 "Http": { 9685 "url": "https://static.crates.io/crates/serde/1.0.152/download", 9686 "sha256": "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 9687 } 9688 }, 9689 "targets": [ 9690 { 9691 "Library": { 9692 "crate_name": "serde", 9693 "crate_root": "src/lib.rs", 9694 "srcs": { 9695 "allow_empty": true, 9696 "include": [ 9697 "**/*.rs" 9698 ] 9699 } 9700 } 9701 }, 9702 { 9703 "BuildScript": { 9704 "crate_name": "build_script_build", 9705 "crate_root": "build.rs", 9706 "srcs": { 9707 "allow_empty": true, 9708 "include": [ 9709 "**/*.rs" 9710 ] 9711 } 9712 } 9713 } 9714 ], 9715 "library_target_name": "serde", 9716 "common_attrs": { 9717 "compile_data_glob": [ 9718 "**" 9719 ], 9720 "crate_features": { 9721 "common": [ 9722 "default", 9723 "derive", 9724 "serde_derive", 9725 "std" 9726 ], 9727 "selects": {} 9728 }, 9729 "deps": { 9730 "common": [ 9731 { 9732 "id": "serde 1.0.152", 9733 "target": "build_script_build" 9734 } 9735 ], 9736 "selects": {} 9737 }, 9738 "edition": "2015", 9739 "proc_macro_deps": { 9740 "common": [ 9741 { 9742 "id": "serde_derive 1.0.152", 9743 "target": "serde_derive" 9744 } 9745 ], 9746 "selects": {} 9747 }, 9748 "version": "1.0.152" 9749 }, 9750 "build_script_attrs": { 9751 "data_glob": [ 9752 "**" 9753 ] 9754 }, 9755 "license": "MIT OR Apache-2.0", 9756 "license_ids": [ 9757 "Apache-2.0", 9758 "MIT" 9759 ], 9760 "license_file": "LICENSE-APACHE" 9761 }, 9762 "serde_derive 1.0.152": { 9763 "name": "serde_derive", 9764 "version": "1.0.152", 9765 "package_url": "https://github.com/serde-rs/serde", 9766 "repository": { 9767 "Http": { 9768 "url": "https://static.crates.io/crates/serde_derive/1.0.152/download", 9769 "sha256": "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 9770 } 9771 }, 9772 "targets": [ 9773 { 9774 "ProcMacro": { 9775 "crate_name": "serde_derive", 9776 "crate_root": "src/lib.rs", 9777 "srcs": { 9778 "allow_empty": true, 9779 "include": [ 9780 "**/*.rs" 9781 ] 9782 } 9783 } 9784 }, 9785 { 9786 "BuildScript": { 9787 "crate_name": "build_script_build", 9788 "crate_root": "build.rs", 9789 "srcs": { 9790 "allow_empty": true, 9791 "include": [ 9792 "**/*.rs" 9793 ] 9794 } 9795 } 9796 } 9797 ], 9798 "library_target_name": "serde_derive", 9799 "common_attrs": { 9800 "compile_data_glob": [ 9801 "**" 9802 ], 9803 "crate_features": { 9804 "common": [ 9805 "default" 9806 ], 9807 "selects": {} 9808 }, 9809 "deps": { 9810 "common": [ 9811 { 9812 "id": "proc-macro2 1.0.51", 9813 "target": "proc_macro2" 9814 }, 9815 { 9816 "id": "quote 1.0.23", 9817 "target": "quote" 9818 }, 9819 { 9820 "id": "serde_derive 1.0.152", 9821 "target": "build_script_build" 9822 }, 9823 { 9824 "id": "syn 1.0.109", 9825 "target": "syn" 9826 } 9827 ], 9828 "selects": {} 9829 }, 9830 "edition": "2015", 9831 "version": "1.0.152" 9832 }, 9833 "build_script_attrs": { 9834 "data_glob": [ 9835 "**" 9836 ] 9837 }, 9838 "license": "MIT OR Apache-2.0", 9839 "license_ids": [ 9840 "Apache-2.0", 9841 "MIT" 9842 ], 9843 "license_file": "LICENSE-APACHE" 9844 }, 9845 "serde_json 1.0.93": { 9846 "name": "serde_json", 9847 "version": "1.0.93", 9848 "package_url": "https://github.com/serde-rs/json", 9849 "repository": { 9850 "Http": { 9851 "url": "https://static.crates.io/crates/serde_json/1.0.93/download", 9852 "sha256": "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 9853 } 9854 }, 9855 "targets": [ 9856 { 9857 "Library": { 9858 "crate_name": "serde_json", 9859 "crate_root": "src/lib.rs", 9860 "srcs": { 9861 "allow_empty": true, 9862 "include": [ 9863 "**/*.rs" 9864 ] 9865 } 9866 } 9867 }, 9868 { 9869 "BuildScript": { 9870 "crate_name": "build_script_build", 9871 "crate_root": "build.rs", 9872 "srcs": { 9873 "allow_empty": true, 9874 "include": [ 9875 "**/*.rs" 9876 ] 9877 } 9878 } 9879 } 9880 ], 9881 "library_target_name": "serde_json", 9882 "common_attrs": { 9883 "compile_data_glob": [ 9884 "**" 9885 ], 9886 "crate_features": { 9887 "common": [ 9888 "default", 9889 "std" 9890 ], 9891 "selects": {} 9892 }, 9893 "deps": { 9894 "common": [ 9895 { 9896 "id": "itoa 1.0.5", 9897 "target": "itoa" 9898 }, 9899 { 9900 "id": "ryu 1.0.12", 9901 "target": "ryu" 9902 }, 9903 { 9904 "id": "serde 1.0.152", 9905 "target": "serde" 9906 }, 9907 { 9908 "id": "serde_json 1.0.93", 9909 "target": "build_script_build" 9910 } 9911 ], 9912 "selects": {} 9913 }, 9914 "edition": "2018", 9915 "version": "1.0.93" 9916 }, 9917 "build_script_attrs": { 9918 "data_glob": [ 9919 "**" 9920 ] 9921 }, 9922 "license": "MIT OR Apache-2.0", 9923 "license_ids": [ 9924 "Apache-2.0", 9925 "MIT" 9926 ], 9927 "license_file": "LICENSE-APACHE" 9928 }, 9929 "serde_regex 1.1.0": { 9930 "name": "serde_regex", 9931 "version": "1.1.0", 9932 "package_url": "https://github.com/tailhook/serde-regex", 9933 "repository": { 9934 "Http": { 9935 "url": "https://static.crates.io/crates/serde_regex/1.1.0/download", 9936 "sha256": "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" 9937 } 9938 }, 9939 "targets": [ 9940 { 9941 "Library": { 9942 "crate_name": "serde_regex", 9943 "crate_root": "src/lib.rs", 9944 "srcs": { 9945 "allow_empty": true, 9946 "include": [ 9947 "**/*.rs" 9948 ] 9949 } 9950 } 9951 } 9952 ], 9953 "library_target_name": "serde_regex", 9954 "common_attrs": { 9955 "compile_data_glob": [ 9956 "**" 9957 ], 9958 "deps": { 9959 "common": [ 9960 { 9961 "id": "regex 1.7.1", 9962 "target": "regex" 9963 }, 9964 { 9965 "id": "serde 1.0.152", 9966 "target": "serde" 9967 } 9968 ], 9969 "selects": {} 9970 }, 9971 "edition": "2018", 9972 "version": "1.1.0" 9973 }, 9974 "license": "MIT/Apache-2.0", 9975 "license_ids": [ 9976 "Apache-2.0", 9977 "MIT" 9978 ], 9979 "license_file": "LICENSE-APACHE" 9980 }, 9981 "serde_urlencoded 0.7.1": { 9982 "name": "serde_urlencoded", 9983 "version": "0.7.1", 9984 "package_url": "https://github.com/nox/serde_urlencoded", 9985 "repository": { 9986 "Http": { 9987 "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download", 9988 "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 9989 } 9990 }, 9991 "targets": [ 9992 { 9993 "Library": { 9994 "crate_name": "serde_urlencoded", 9995 "crate_root": "src/lib.rs", 9996 "srcs": { 9997 "allow_empty": true, 9998 "include": [ 9999 "**/*.rs" 10000 ] 10001 } 10002 } 10003 } 10004 ], 10005 "library_target_name": "serde_urlencoded", 10006 "common_attrs": { 10007 "compile_data_glob": [ 10008 "**" 10009 ], 10010 "deps": { 10011 "common": [ 10012 { 10013 "id": "form_urlencoded 1.1.0", 10014 "target": "form_urlencoded" 10015 }, 10016 { 10017 "id": "itoa 1.0.5", 10018 "target": "itoa" 10019 }, 10020 { 10021 "id": "ryu 1.0.12", 10022 "target": "ryu" 10023 }, 10024 { 10025 "id": "serde 1.0.152", 10026 "target": "serde" 10027 } 10028 ], 10029 "selects": {} 10030 }, 10031 "edition": "2018", 10032 "version": "0.7.1" 10033 }, 10034 "license": "MIT/Apache-2.0", 10035 "license_ids": [ 10036 "Apache-2.0", 10037 "MIT" 10038 ], 10039 "license_file": "LICENSE-APACHE" 10040 }, 10041 "signal-hook 0.3.15": { 10042 "name": "signal-hook", 10043 "version": "0.3.15", 10044 "package_url": "https://github.com/vorner/signal-hook", 10045 "repository": { 10046 "Http": { 10047 "url": "https://static.crates.io/crates/signal-hook/0.3.15/download", 10048 "sha256": "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 10049 } 10050 }, 10051 "targets": [ 10052 { 10053 "Library": { 10054 "crate_name": "signal_hook", 10055 "crate_root": "src/lib.rs", 10056 "srcs": { 10057 "allow_empty": true, 10058 "include": [ 10059 "**/*.rs" 10060 ] 10061 } 10062 } 10063 }, 10064 { 10065 "BuildScript": { 10066 "crate_name": "build_script_build", 10067 "crate_root": "build.rs", 10068 "srcs": { 10069 "allow_empty": true, 10070 "include": [ 10071 "**/*.rs" 10072 ] 10073 } 10074 } 10075 } 10076 ], 10077 "library_target_name": "signal_hook", 10078 "common_attrs": { 10079 "compile_data_glob": [ 10080 "**" 10081 ], 10082 "crate_features": { 10083 "common": [ 10084 "channel", 10085 "iterator" 10086 ], 10087 "selects": {} 10088 }, 10089 "deps": { 10090 "common": [ 10091 { 10092 "id": "libc 0.2.139", 10093 "target": "libc" 10094 }, 10095 { 10096 "id": "signal-hook 0.3.15", 10097 "target": "build_script_build" 10098 }, 10099 { 10100 "id": "signal-hook-registry 1.4.1", 10101 "target": "signal_hook_registry" 10102 } 10103 ], 10104 "selects": {} 10105 }, 10106 "edition": "2018", 10107 "version": "0.3.15" 10108 }, 10109 "build_script_attrs": { 10110 "data_glob": [ 10111 "**" 10112 ] 10113 }, 10114 "license": "Apache-2.0/MIT", 10115 "license_ids": [ 10116 "Apache-2.0", 10117 "MIT" 10118 ], 10119 "license_file": "LICENSE-APACHE" 10120 }, 10121 "signal-hook-registry 1.4.1": { 10122 "name": "signal-hook-registry", 10123 "version": "1.4.1", 10124 "package_url": "https://github.com/vorner/signal-hook", 10125 "repository": { 10126 "Http": { 10127 "url": "https://static.crates.io/crates/signal-hook-registry/1.4.1/download", 10128 "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 10129 } 10130 }, 10131 "targets": [ 10132 { 10133 "Library": { 10134 "crate_name": "signal_hook_registry", 10135 "crate_root": "src/lib.rs", 10136 "srcs": { 10137 "allow_empty": true, 10138 "include": [ 10139 "**/*.rs" 10140 ] 10141 } 10142 } 10143 } 10144 ], 10145 "library_target_name": "signal_hook_registry", 10146 "common_attrs": { 10147 "compile_data_glob": [ 10148 "**" 10149 ], 10150 "deps": { 10151 "common": [ 10152 { 10153 "id": "libc 0.2.139", 10154 "target": "libc" 10155 } 10156 ], 10157 "selects": {} 10158 }, 10159 "edition": "2015", 10160 "version": "1.4.1" 10161 }, 10162 "license": "Apache-2.0/MIT", 10163 "license_ids": [ 10164 "Apache-2.0", 10165 "MIT" 10166 ], 10167 "license_file": "LICENSE-APACHE" 10168 }, 10169 "similar 2.2.1": { 10170 "name": "similar", 10171 "version": "2.2.1", 10172 "package_url": "https://github.com/mitsuhiko/similar", 10173 "repository": { 10174 "Http": { 10175 "url": "https://static.crates.io/crates/similar/2.2.1/download", 10176 "sha256": "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 10177 } 10178 }, 10179 "targets": [ 10180 { 10181 "Library": { 10182 "crate_name": "similar", 10183 "crate_root": "src/lib.rs", 10184 "srcs": { 10185 "allow_empty": true, 10186 "include": [ 10187 "**/*.rs" 10188 ] 10189 } 10190 } 10191 } 10192 ], 10193 "library_target_name": "similar", 10194 "common_attrs": { 10195 "compile_data_glob": [ 10196 "**" 10197 ], 10198 "crate_features": { 10199 "common": [ 10200 "default", 10201 "text" 10202 ], 10203 "selects": {} 10204 }, 10205 "edition": "2018", 10206 "version": "2.2.1" 10207 }, 10208 "license": "Apache-2.0", 10209 "license_ids": [ 10210 "Apache-2.0" 10211 ], 10212 "license_file": "LICENSE" 10213 }, 10214 "slab 0.4.8": { 10215 "name": "slab", 10216 "version": "0.4.8", 10217 "package_url": "https://github.com/tokio-rs/slab", 10218 "repository": { 10219 "Http": { 10220 "url": "https://static.crates.io/crates/slab/0.4.8/download", 10221 "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 10222 } 10223 }, 10224 "targets": [ 10225 { 10226 "Library": { 10227 "crate_name": "slab", 10228 "crate_root": "src/lib.rs", 10229 "srcs": { 10230 "allow_empty": true, 10231 "include": [ 10232 "**/*.rs" 10233 ] 10234 } 10235 } 10236 }, 10237 { 10238 "BuildScript": { 10239 "crate_name": "build_script_build", 10240 "crate_root": "build.rs", 10241 "srcs": { 10242 "allow_empty": true, 10243 "include": [ 10244 "**/*.rs" 10245 ] 10246 } 10247 } 10248 } 10249 ], 10250 "library_target_name": "slab", 10251 "common_attrs": { 10252 "compile_data_glob": [ 10253 "**" 10254 ], 10255 "crate_features": { 10256 "common": [ 10257 "default", 10258 "std" 10259 ], 10260 "selects": {} 10261 }, 10262 "deps": { 10263 "common": [ 10264 { 10265 "id": "slab 0.4.8", 10266 "target": "build_script_build" 10267 } 10268 ], 10269 "selects": {} 10270 }, 10271 "edition": "2018", 10272 "version": "0.4.8" 10273 }, 10274 "build_script_attrs": { 10275 "data_glob": [ 10276 "**" 10277 ], 10278 "deps": { 10279 "common": [ 10280 { 10281 "id": "autocfg 1.1.0", 10282 "target": "autocfg" 10283 } 10284 ], 10285 "selects": {} 10286 } 10287 }, 10288 "license": "MIT", 10289 "license_ids": [ 10290 "MIT" 10291 ], 10292 "license_file": "LICENSE" 10293 }, 10294 "sluice 0.5.5": { 10295 "name": "sluice", 10296 "version": "0.5.5", 10297 "package_url": "https://github.com/sagebind/sluice", 10298 "repository": { 10299 "Http": { 10300 "url": "https://static.crates.io/crates/sluice/0.5.5/download", 10301 "sha256": "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 10302 } 10303 }, 10304 "targets": [ 10305 { 10306 "Library": { 10307 "crate_name": "sluice", 10308 "crate_root": "src/lib.rs", 10309 "srcs": { 10310 "allow_empty": true, 10311 "include": [ 10312 "**/*.rs" 10313 ] 10314 } 10315 } 10316 } 10317 ], 10318 "library_target_name": "sluice", 10319 "common_attrs": { 10320 "compile_data_glob": [ 10321 "**" 10322 ], 10323 "deps": { 10324 "common": [ 10325 { 10326 "id": "async-channel 1.8.0", 10327 "target": "async_channel" 10328 }, 10329 { 10330 "id": "futures-core 0.3.26", 10331 "target": "futures_core" 10332 }, 10333 { 10334 "id": "futures-io 0.3.26", 10335 "target": "futures_io" 10336 } 10337 ], 10338 "selects": {} 10339 }, 10340 "edition": "2018", 10341 "version": "0.5.5" 10342 }, 10343 "license": "MIT", 10344 "license_ids": [ 10345 "MIT" 10346 ], 10347 "license_file": "LICENSE" 10348 }, 10349 "socket2 0.4.9": { 10350 "name": "socket2", 10351 "version": "0.4.9", 10352 "package_url": "https://github.com/rust-lang/socket2", 10353 "repository": { 10354 "Http": { 10355 "url": "https://static.crates.io/crates/socket2/0.4.9/download", 10356 "sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 10357 } 10358 }, 10359 "targets": [ 10360 { 10361 "Library": { 10362 "crate_name": "socket2", 10363 "crate_root": "src/lib.rs", 10364 "srcs": { 10365 "allow_empty": true, 10366 "include": [ 10367 "**/*.rs" 10368 ] 10369 } 10370 } 10371 } 10372 ], 10373 "library_target_name": "socket2", 10374 "common_attrs": { 10375 "compile_data_glob": [ 10376 "**" 10377 ], 10378 "crate_features": { 10379 "common": [ 10380 "all" 10381 ], 10382 "selects": {} 10383 }, 10384 "deps": { 10385 "common": [], 10386 "selects": { 10387 "cfg(unix)": [ 10388 { 10389 "id": "libc 0.2.139", 10390 "target": "libc" 10391 } 10392 ], 10393 "cfg(windows)": [ 10394 { 10395 "id": "winapi 0.3.9", 10396 "target": "winapi" 10397 } 10398 ] 10399 } 10400 }, 10401 "edition": "2018", 10402 "version": "0.4.9" 10403 }, 10404 "license": "MIT OR Apache-2.0", 10405 "license_ids": [ 10406 "Apache-2.0", 10407 "MIT" 10408 ], 10409 "license_file": "LICENSE-APACHE" 10410 }, 10411 "spin 0.5.2": { 10412 "name": "spin", 10413 "version": "0.5.2", 10414 "package_url": "https://github.com/mvdnes/spin-rs.git", 10415 "repository": { 10416 "Http": { 10417 "url": "https://static.crates.io/crates/spin/0.5.2/download", 10418 "sha256": "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 10419 } 10420 }, 10421 "targets": [ 10422 { 10423 "Library": { 10424 "crate_name": "spin", 10425 "crate_root": "src/lib.rs", 10426 "srcs": { 10427 "allow_empty": true, 10428 "include": [ 10429 "**/*.rs" 10430 ] 10431 } 10432 } 10433 } 10434 ], 10435 "library_target_name": "spin", 10436 "common_attrs": { 10437 "compile_data_glob": [ 10438 "**" 10439 ], 10440 "edition": "2015", 10441 "version": "0.5.2" 10442 }, 10443 "license": "MIT", 10444 "license_ids": [ 10445 "MIT" 10446 ], 10447 "license_file": "LICENSE" 10448 }, 10449 "syn 1.0.109": { 10450 "name": "syn", 10451 "version": "1.0.109", 10452 "package_url": "https://github.com/dtolnay/syn", 10453 "repository": { 10454 "Http": { 10455 "url": "https://static.crates.io/crates/syn/1.0.109/download", 10456 "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 10457 } 10458 }, 10459 "targets": [ 10460 { 10461 "Library": { 10462 "crate_name": "syn", 10463 "crate_root": "src/lib.rs", 10464 "srcs": { 10465 "allow_empty": true, 10466 "include": [ 10467 "**/*.rs" 10468 ] 10469 } 10470 } 10471 }, 10472 { 10473 "BuildScript": { 10474 "crate_name": "build_script_build", 10475 "crate_root": "build.rs", 10476 "srcs": { 10477 "allow_empty": true, 10478 "include": [ 10479 "**/*.rs" 10480 ] 10481 } 10482 } 10483 } 10484 ], 10485 "library_target_name": "syn", 10486 "common_attrs": { 10487 "compile_data_glob": [ 10488 "**" 10489 ], 10490 "crate_features": { 10491 "common": [ 10492 "clone-impls", 10493 "default", 10494 "derive", 10495 "extra-traits", 10496 "full", 10497 "parsing", 10498 "printing", 10499 "proc-macro", 10500 "quote", 10501 "visit", 10502 "visit-mut" 10503 ], 10504 "selects": {} 10505 }, 10506 "deps": { 10507 "common": [ 10508 { 10509 "id": "proc-macro2 1.0.51", 10510 "target": "proc_macro2" 10511 }, 10512 { 10513 "id": "quote 1.0.23", 10514 "target": "quote" 10515 }, 10516 { 10517 "id": "syn 1.0.109", 10518 "target": "build_script_build" 10519 }, 10520 { 10521 "id": "unicode-ident 1.0.6", 10522 "target": "unicode_ident" 10523 } 10524 ], 10525 "selects": {} 10526 }, 10527 "edition": "2018", 10528 "version": "1.0.109" 10529 }, 10530 "build_script_attrs": { 10531 "data_glob": [ 10532 "**" 10533 ] 10534 }, 10535 "license": "MIT OR Apache-2.0", 10536 "license_ids": [ 10537 "Apache-2.0", 10538 "MIT" 10539 ], 10540 "license_file": "LICENSE-APACHE" 10541 }, 10542 "tinyvec 1.6.0": { 10543 "name": "tinyvec", 10544 "version": "1.6.0", 10545 "package_url": "https://github.com/Lokathor/tinyvec", 10546 "repository": { 10547 "Http": { 10548 "url": "https://static.crates.io/crates/tinyvec/1.6.0/download", 10549 "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 10550 } 10551 }, 10552 "targets": [ 10553 { 10554 "Library": { 10555 "crate_name": "tinyvec", 10556 "crate_root": "src/lib.rs", 10557 "srcs": { 10558 "allow_empty": true, 10559 "include": [ 10560 "**/*.rs" 10561 ] 10562 } 10563 } 10564 } 10565 ], 10566 "library_target_name": "tinyvec", 10567 "common_attrs": { 10568 "compile_data_glob": [ 10569 "**" 10570 ], 10571 "crate_features": { 10572 "common": [ 10573 "alloc", 10574 "default", 10575 "tinyvec_macros" 10576 ], 10577 "selects": {} 10578 }, 10579 "deps": { 10580 "common": [ 10581 { 10582 "id": "tinyvec_macros 0.1.1", 10583 "target": "tinyvec_macros" 10584 } 10585 ], 10586 "selects": {} 10587 }, 10588 "edition": "2018", 10589 "version": "1.6.0" 10590 }, 10591 "license": "Zlib OR Apache-2.0 OR MIT", 10592 "license_ids": [ 10593 "Apache-2.0", 10594 "MIT", 10595 "Zlib" 10596 ], 10597 "license_file": "LICENSE-APACHE.md" 10598 }, 10599 "tinyvec_macros 0.1.1": { 10600 "name": "tinyvec_macros", 10601 "version": "0.1.1", 10602 "package_url": "https://github.com/Soveu/tinyvec_macros", 10603 "repository": { 10604 "Http": { 10605 "url": "https://static.crates.io/crates/tinyvec_macros/0.1.1/download", 10606 "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 10607 } 10608 }, 10609 "targets": [ 10610 { 10611 "Library": { 10612 "crate_name": "tinyvec_macros", 10613 "crate_root": "src/lib.rs", 10614 "srcs": { 10615 "allow_empty": true, 10616 "include": [ 10617 "**/*.rs" 10618 ] 10619 } 10620 } 10621 } 10622 ], 10623 "library_target_name": "tinyvec_macros", 10624 "common_attrs": { 10625 "compile_data_glob": [ 10626 "**" 10627 ], 10628 "edition": "2018", 10629 "version": "0.1.1" 10630 }, 10631 "license": "MIT OR Apache-2.0 OR Zlib", 10632 "license_ids": [ 10633 "Apache-2.0", 10634 "MIT", 10635 "Zlib" 10636 ], 10637 "license_file": "LICENSE-APACHE.md" 10638 }, 10639 "tokio 1.26.0": { 10640 "name": "tokio", 10641 "version": "1.26.0", 10642 "package_url": "https://github.com/tokio-rs/tokio", 10643 "repository": { 10644 "Http": { 10645 "url": "https://static.crates.io/crates/tokio/1.26.0/download", 10646 "sha256": "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 10647 } 10648 }, 10649 "targets": [ 10650 { 10651 "Library": { 10652 "crate_name": "tokio", 10653 "crate_root": "src/lib.rs", 10654 "srcs": { 10655 "allow_empty": true, 10656 "include": [ 10657 "**/*.rs" 10658 ] 10659 } 10660 } 10661 }, 10662 { 10663 "BuildScript": { 10664 "crate_name": "build_script_build", 10665 "crate_root": "build.rs", 10666 "srcs": { 10667 "allow_empty": true, 10668 "include": [ 10669 "**/*.rs" 10670 ] 10671 } 10672 } 10673 } 10674 ], 10675 "library_target_name": "tokio", 10676 "common_attrs": { 10677 "compile_data_glob": [ 10678 "**" 10679 ], 10680 "crate_features": { 10681 "common": [ 10682 "default", 10683 "libc", 10684 "macros", 10685 "mio", 10686 "net", 10687 "num_cpus", 10688 "rt", 10689 "rt-multi-thread", 10690 "signal", 10691 "signal-hook-registry", 10692 "socket2", 10693 "sync", 10694 "time", 10695 "tokio-macros" 10696 ], 10697 "selects": { 10698 "aarch64-apple-darwin": [ 10699 "bytes", 10700 "io-util", 10701 "memchr" 10702 ], 10703 "aarch64-apple-ios": [ 10704 "bytes", 10705 "io-util", 10706 "memchr" 10707 ], 10708 "aarch64-apple-ios-sim": [ 10709 "bytes", 10710 "io-util", 10711 "memchr" 10712 ], 10713 "aarch64-fuchsia": [ 10714 "bytes", 10715 "io-util", 10716 "memchr" 10717 ], 10718 "aarch64-linux-android": [ 10719 "bytes", 10720 "io-util", 10721 "memchr" 10722 ], 10723 "aarch64-pc-windows-msvc": [ 10724 "bytes", 10725 "io-util", 10726 "memchr", 10727 "windows-sys" 10728 ], 10729 "aarch64-unknown-linux-gnu": [ 10730 "bytes", 10731 "io-util", 10732 "memchr" 10733 ], 10734 "aarch64-unknown-nixos-gnu": [ 10735 "bytes", 10736 "io-util", 10737 "memchr" 10738 ], 10739 "aarch64-unknown-nto-qnx710": [ 10740 "bytes", 10741 "io-util", 10742 "memchr" 10743 ], 10744 "arm-unknown-linux-gnueabi": [ 10745 "bytes", 10746 "io-util", 10747 "memchr" 10748 ], 10749 "armv7-linux-androideabi": [ 10750 "bytes", 10751 "io-util", 10752 "memchr" 10753 ], 10754 "armv7-unknown-linux-gnueabi": [ 10755 "bytes", 10756 "io-util", 10757 "memchr" 10758 ], 10759 "i686-apple-darwin": [ 10760 "bytes", 10761 "io-util", 10762 "memchr" 10763 ], 10764 "i686-linux-android": [ 10765 "bytes", 10766 "io-util", 10767 "memchr" 10768 ], 10769 "i686-pc-windows-msvc": [ 10770 "bytes", 10771 "io-util", 10772 "memchr", 10773 "windows-sys" 10774 ], 10775 "i686-unknown-freebsd": [ 10776 "bytes", 10777 "io-util", 10778 "memchr" 10779 ], 10780 "i686-unknown-linux-gnu": [ 10781 "bytes", 10782 "io-util", 10783 "memchr" 10784 ], 10785 "powerpc-unknown-linux-gnu": [ 10786 "bytes", 10787 "io-util", 10788 "memchr" 10789 ], 10790 "riscv32imc-unknown-none-elf": [ 10791 "bytes", 10792 "io-util", 10793 "memchr" 10794 ], 10795 "riscv64gc-unknown-none-elf": [ 10796 "bytes", 10797 "io-util", 10798 "memchr" 10799 ], 10800 "s390x-unknown-linux-gnu": [ 10801 "bytes", 10802 "io-util", 10803 "memchr" 10804 ], 10805 "thumbv7em-none-eabi": [ 10806 "bytes", 10807 "io-util", 10808 "memchr" 10809 ], 10810 "thumbv8m.main-none-eabi": [ 10811 "bytes", 10812 "io-util", 10813 "memchr" 10814 ], 10815 "x86_64-apple-darwin": [ 10816 "bytes", 10817 "io-util", 10818 "memchr" 10819 ], 10820 "x86_64-apple-ios": [ 10821 "bytes", 10822 "io-util", 10823 "memchr" 10824 ], 10825 "x86_64-fuchsia": [ 10826 "bytes", 10827 "io-util", 10828 "memchr" 10829 ], 10830 "x86_64-linux-android": [ 10831 "bytes", 10832 "io-util", 10833 "memchr" 10834 ], 10835 "x86_64-pc-windows-msvc": [ 10836 "bytes", 10837 "io-util", 10838 "memchr", 10839 "windows-sys" 10840 ], 10841 "x86_64-unknown-freebsd": [ 10842 "bytes", 10843 "io-util", 10844 "memchr" 10845 ], 10846 "x86_64-unknown-linux-gnu": [ 10847 "bytes", 10848 "io-util", 10849 "memchr" 10850 ], 10851 "x86_64-unknown-nixos-gnu": [ 10852 "bytes", 10853 "io-util", 10854 "memchr" 10855 ], 10856 "x86_64-unknown-none": [ 10857 "bytes", 10858 "io-util", 10859 "memchr" 10860 ] 10861 } 10862 }, 10863 "deps": { 10864 "common": [ 10865 { 10866 "id": "mio 0.8.6", 10867 "target": "mio" 10868 }, 10869 { 10870 "id": "num_cpus 1.15.0", 10871 "target": "num_cpus" 10872 }, 10873 { 10874 "id": "pin-project-lite 0.2.9", 10875 "target": "pin_project_lite" 10876 }, 10877 { 10878 "id": "tokio 1.26.0", 10879 "target": "build_script_build" 10880 } 10881 ], 10882 "selects": { 10883 "aarch64-apple-darwin": [ 10884 { 10885 "id": "bytes 1.4.0", 10886 "target": "bytes" 10887 }, 10888 { 10889 "id": "libc 0.2.139", 10890 "target": "libc" 10891 }, 10892 { 10893 "id": "memchr 2.5.0", 10894 "target": "memchr" 10895 }, 10896 { 10897 "id": "signal-hook-registry 1.4.1", 10898 "target": "signal_hook_registry" 10899 }, 10900 { 10901 "id": "socket2 0.4.9", 10902 "target": "socket2" 10903 } 10904 ], 10905 "aarch64-apple-ios": [ 10906 { 10907 "id": "bytes 1.4.0", 10908 "target": "bytes" 10909 }, 10910 { 10911 "id": "libc 0.2.139", 10912 "target": "libc" 10913 }, 10914 { 10915 "id": "memchr 2.5.0", 10916 "target": "memchr" 10917 }, 10918 { 10919 "id": "signal-hook-registry 1.4.1", 10920 "target": "signal_hook_registry" 10921 }, 10922 { 10923 "id": "socket2 0.4.9", 10924 "target": "socket2" 10925 } 10926 ], 10927 "aarch64-apple-ios-sim": [ 10928 { 10929 "id": "bytes 1.4.0", 10930 "target": "bytes" 10931 }, 10932 { 10933 "id": "libc 0.2.139", 10934 "target": "libc" 10935 }, 10936 { 10937 "id": "memchr 2.5.0", 10938 "target": "memchr" 10939 }, 10940 { 10941 "id": "signal-hook-registry 1.4.1", 10942 "target": "signal_hook_registry" 10943 }, 10944 { 10945 "id": "socket2 0.4.9", 10946 "target": "socket2" 10947 } 10948 ], 10949 "aarch64-fuchsia": [ 10950 { 10951 "id": "bytes 1.4.0", 10952 "target": "bytes" 10953 }, 10954 { 10955 "id": "libc 0.2.139", 10956 "target": "libc" 10957 }, 10958 { 10959 "id": "memchr 2.5.0", 10960 "target": "memchr" 10961 }, 10962 { 10963 "id": "signal-hook-registry 1.4.1", 10964 "target": "signal_hook_registry" 10965 }, 10966 { 10967 "id": "socket2 0.4.9", 10968 "target": "socket2" 10969 } 10970 ], 10971 "aarch64-linux-android": [ 10972 { 10973 "id": "bytes 1.4.0", 10974 "target": "bytes" 10975 }, 10976 { 10977 "id": "libc 0.2.139", 10978 "target": "libc" 10979 }, 10980 { 10981 "id": "memchr 2.5.0", 10982 "target": "memchr" 10983 }, 10984 { 10985 "id": "signal-hook-registry 1.4.1", 10986 "target": "signal_hook_registry" 10987 }, 10988 { 10989 "id": "socket2 0.4.9", 10990 "target": "socket2" 10991 } 10992 ], 10993 "aarch64-pc-windows-msvc": [ 10994 { 10995 "id": "bytes 1.4.0", 10996 "target": "bytes" 10997 }, 10998 { 10999 "id": "memchr 2.5.0", 11000 "target": "memchr" 11001 }, 11002 { 11003 "id": "socket2 0.4.9", 11004 "target": "socket2" 11005 }, 11006 { 11007 "id": "windows-sys 0.45.0", 11008 "target": "windows_sys" 11009 } 11010 ], 11011 "aarch64-unknown-linux-gnu": [ 11012 { 11013 "id": "bytes 1.4.0", 11014 "target": "bytes" 11015 }, 11016 { 11017 "id": "libc 0.2.139", 11018 "target": "libc" 11019 }, 11020 { 11021 "id": "memchr 2.5.0", 11022 "target": "memchr" 11023 }, 11024 { 11025 "id": "signal-hook-registry 1.4.1", 11026 "target": "signal_hook_registry" 11027 }, 11028 { 11029 "id": "socket2 0.4.9", 11030 "target": "socket2" 11031 } 11032 ], 11033 "aarch64-unknown-nixos-gnu": [ 11034 { 11035 "id": "bytes 1.4.0", 11036 "target": "bytes" 11037 }, 11038 { 11039 "id": "libc 0.2.139", 11040 "target": "libc" 11041 }, 11042 { 11043 "id": "memchr 2.5.0", 11044 "target": "memchr" 11045 }, 11046 { 11047 "id": "signal-hook-registry 1.4.1", 11048 "target": "signal_hook_registry" 11049 }, 11050 { 11051 "id": "socket2 0.4.9", 11052 "target": "socket2" 11053 } 11054 ], 11055 "aarch64-unknown-nto-qnx710": [ 11056 { 11057 "id": "bytes 1.4.0", 11058 "target": "bytes" 11059 }, 11060 { 11061 "id": "libc 0.2.139", 11062 "target": "libc" 11063 }, 11064 { 11065 "id": "memchr 2.5.0", 11066 "target": "memchr" 11067 }, 11068 { 11069 "id": "signal-hook-registry 1.4.1", 11070 "target": "signal_hook_registry" 11071 }, 11072 { 11073 "id": "socket2 0.4.9", 11074 "target": "socket2" 11075 } 11076 ], 11077 "arm-unknown-linux-gnueabi": [ 11078 { 11079 "id": "bytes 1.4.0", 11080 "target": "bytes" 11081 }, 11082 { 11083 "id": "libc 0.2.139", 11084 "target": "libc" 11085 }, 11086 { 11087 "id": "memchr 2.5.0", 11088 "target": "memchr" 11089 }, 11090 { 11091 "id": "signal-hook-registry 1.4.1", 11092 "target": "signal_hook_registry" 11093 }, 11094 { 11095 "id": "socket2 0.4.9", 11096 "target": "socket2" 11097 } 11098 ], 11099 "armv7-linux-androideabi": [ 11100 { 11101 "id": "bytes 1.4.0", 11102 "target": "bytes" 11103 }, 11104 { 11105 "id": "libc 0.2.139", 11106 "target": "libc" 11107 }, 11108 { 11109 "id": "memchr 2.5.0", 11110 "target": "memchr" 11111 }, 11112 { 11113 "id": "signal-hook-registry 1.4.1", 11114 "target": "signal_hook_registry" 11115 }, 11116 { 11117 "id": "socket2 0.4.9", 11118 "target": "socket2" 11119 } 11120 ], 11121 "armv7-unknown-linux-gnueabi": [ 11122 { 11123 "id": "bytes 1.4.0", 11124 "target": "bytes" 11125 }, 11126 { 11127 "id": "libc 0.2.139", 11128 "target": "libc" 11129 }, 11130 { 11131 "id": "memchr 2.5.0", 11132 "target": "memchr" 11133 }, 11134 { 11135 "id": "signal-hook-registry 1.4.1", 11136 "target": "signal_hook_registry" 11137 }, 11138 { 11139 "id": "socket2 0.4.9", 11140 "target": "socket2" 11141 } 11142 ], 11143 "cfg(docsrs)": [ 11144 { 11145 "id": "windows-sys 0.45.0", 11146 "target": "windows_sys" 11147 } 11148 ], 11149 "i686-apple-darwin": [ 11150 { 11151 "id": "bytes 1.4.0", 11152 "target": "bytes" 11153 }, 11154 { 11155 "id": "libc 0.2.139", 11156 "target": "libc" 11157 }, 11158 { 11159 "id": "memchr 2.5.0", 11160 "target": "memchr" 11161 }, 11162 { 11163 "id": "signal-hook-registry 1.4.1", 11164 "target": "signal_hook_registry" 11165 }, 11166 { 11167 "id": "socket2 0.4.9", 11168 "target": "socket2" 11169 } 11170 ], 11171 "i686-linux-android": [ 11172 { 11173 "id": "bytes 1.4.0", 11174 "target": "bytes" 11175 }, 11176 { 11177 "id": "libc 0.2.139", 11178 "target": "libc" 11179 }, 11180 { 11181 "id": "memchr 2.5.0", 11182 "target": "memchr" 11183 }, 11184 { 11185 "id": "signal-hook-registry 1.4.1", 11186 "target": "signal_hook_registry" 11187 }, 11188 { 11189 "id": "socket2 0.4.9", 11190 "target": "socket2" 11191 } 11192 ], 11193 "i686-pc-windows-msvc": [ 11194 { 11195 "id": "bytes 1.4.0", 11196 "target": "bytes" 11197 }, 11198 { 11199 "id": "memchr 2.5.0", 11200 "target": "memchr" 11201 }, 11202 { 11203 "id": "socket2 0.4.9", 11204 "target": "socket2" 11205 }, 11206 { 11207 "id": "windows-sys 0.45.0", 11208 "target": "windows_sys" 11209 } 11210 ], 11211 "i686-unknown-freebsd": [ 11212 { 11213 "id": "bytes 1.4.0", 11214 "target": "bytes" 11215 }, 11216 { 11217 "id": "libc 0.2.139", 11218 "target": "libc" 11219 }, 11220 { 11221 "id": "memchr 2.5.0", 11222 "target": "memchr" 11223 }, 11224 { 11225 "id": "signal-hook-registry 1.4.1", 11226 "target": "signal_hook_registry" 11227 }, 11228 { 11229 "id": "socket2 0.4.9", 11230 "target": "socket2" 11231 } 11232 ], 11233 "i686-unknown-linux-gnu": [ 11234 { 11235 "id": "bytes 1.4.0", 11236 "target": "bytes" 11237 }, 11238 { 11239 "id": "libc 0.2.139", 11240 "target": "libc" 11241 }, 11242 { 11243 "id": "memchr 2.5.0", 11244 "target": "memchr" 11245 }, 11246 { 11247 "id": "signal-hook-registry 1.4.1", 11248 "target": "signal_hook_registry" 11249 }, 11250 { 11251 "id": "socket2 0.4.9", 11252 "target": "socket2" 11253 } 11254 ], 11255 "powerpc-unknown-linux-gnu": [ 11256 { 11257 "id": "bytes 1.4.0", 11258 "target": "bytes" 11259 }, 11260 { 11261 "id": "libc 0.2.139", 11262 "target": "libc" 11263 }, 11264 { 11265 "id": "memchr 2.5.0", 11266 "target": "memchr" 11267 }, 11268 { 11269 "id": "signal-hook-registry 1.4.1", 11270 "target": "signal_hook_registry" 11271 }, 11272 { 11273 "id": "socket2 0.4.9", 11274 "target": "socket2" 11275 } 11276 ], 11277 "riscv32imc-unknown-none-elf": [ 11278 { 11279 "id": "bytes 1.4.0", 11280 "target": "bytes" 11281 }, 11282 { 11283 "id": "memchr 2.5.0", 11284 "target": "memchr" 11285 }, 11286 { 11287 "id": "socket2 0.4.9", 11288 "target": "socket2" 11289 } 11290 ], 11291 "riscv64gc-unknown-none-elf": [ 11292 { 11293 "id": "bytes 1.4.0", 11294 "target": "bytes" 11295 }, 11296 { 11297 "id": "memchr 2.5.0", 11298 "target": "memchr" 11299 }, 11300 { 11301 "id": "socket2 0.4.9", 11302 "target": "socket2" 11303 } 11304 ], 11305 "s390x-unknown-linux-gnu": [ 11306 { 11307 "id": "bytes 1.4.0", 11308 "target": "bytes" 11309 }, 11310 { 11311 "id": "libc 0.2.139", 11312 "target": "libc" 11313 }, 11314 { 11315 "id": "memchr 2.5.0", 11316 "target": "memchr" 11317 }, 11318 { 11319 "id": "signal-hook-registry 1.4.1", 11320 "target": "signal_hook_registry" 11321 }, 11322 { 11323 "id": "socket2 0.4.9", 11324 "target": "socket2" 11325 } 11326 ], 11327 "thumbv7em-none-eabi": [ 11328 { 11329 "id": "bytes 1.4.0", 11330 "target": "bytes" 11331 }, 11332 { 11333 "id": "memchr 2.5.0", 11334 "target": "memchr" 11335 }, 11336 { 11337 "id": "socket2 0.4.9", 11338 "target": "socket2" 11339 } 11340 ], 11341 "thumbv8m.main-none-eabi": [ 11342 { 11343 "id": "bytes 1.4.0", 11344 "target": "bytes" 11345 }, 11346 { 11347 "id": "memchr 2.5.0", 11348 "target": "memchr" 11349 }, 11350 { 11351 "id": "socket2 0.4.9", 11352 "target": "socket2" 11353 } 11354 ], 11355 "x86_64-apple-darwin": [ 11356 { 11357 "id": "bytes 1.4.0", 11358 "target": "bytes" 11359 }, 11360 { 11361 "id": "libc 0.2.139", 11362 "target": "libc" 11363 }, 11364 { 11365 "id": "memchr 2.5.0", 11366 "target": "memchr" 11367 }, 11368 { 11369 "id": "signal-hook-registry 1.4.1", 11370 "target": "signal_hook_registry" 11371 }, 11372 { 11373 "id": "socket2 0.4.9", 11374 "target": "socket2" 11375 } 11376 ], 11377 "x86_64-apple-ios": [ 11378 { 11379 "id": "bytes 1.4.0", 11380 "target": "bytes" 11381 }, 11382 { 11383 "id": "libc 0.2.139", 11384 "target": "libc" 11385 }, 11386 { 11387 "id": "memchr 2.5.0", 11388 "target": "memchr" 11389 }, 11390 { 11391 "id": "signal-hook-registry 1.4.1", 11392 "target": "signal_hook_registry" 11393 }, 11394 { 11395 "id": "socket2 0.4.9", 11396 "target": "socket2" 11397 } 11398 ], 11399 "x86_64-fuchsia": [ 11400 { 11401 "id": "bytes 1.4.0", 11402 "target": "bytes" 11403 }, 11404 { 11405 "id": "libc 0.2.139", 11406 "target": "libc" 11407 }, 11408 { 11409 "id": "memchr 2.5.0", 11410 "target": "memchr" 11411 }, 11412 { 11413 "id": "signal-hook-registry 1.4.1", 11414 "target": "signal_hook_registry" 11415 }, 11416 { 11417 "id": "socket2 0.4.9", 11418 "target": "socket2" 11419 } 11420 ], 11421 "x86_64-linux-android": [ 11422 { 11423 "id": "bytes 1.4.0", 11424 "target": "bytes" 11425 }, 11426 { 11427 "id": "libc 0.2.139", 11428 "target": "libc" 11429 }, 11430 { 11431 "id": "memchr 2.5.0", 11432 "target": "memchr" 11433 }, 11434 { 11435 "id": "signal-hook-registry 1.4.1", 11436 "target": "signal_hook_registry" 11437 }, 11438 { 11439 "id": "socket2 0.4.9", 11440 "target": "socket2" 11441 } 11442 ], 11443 "x86_64-pc-windows-msvc": [ 11444 { 11445 "id": "bytes 1.4.0", 11446 "target": "bytes" 11447 }, 11448 { 11449 "id": "memchr 2.5.0", 11450 "target": "memchr" 11451 }, 11452 { 11453 "id": "socket2 0.4.9", 11454 "target": "socket2" 11455 }, 11456 { 11457 "id": "windows-sys 0.45.0", 11458 "target": "windows_sys" 11459 } 11460 ], 11461 "x86_64-unknown-freebsd": [ 11462 { 11463 "id": "bytes 1.4.0", 11464 "target": "bytes" 11465 }, 11466 { 11467 "id": "libc 0.2.139", 11468 "target": "libc" 11469 }, 11470 { 11471 "id": "memchr 2.5.0", 11472 "target": "memchr" 11473 }, 11474 { 11475 "id": "signal-hook-registry 1.4.1", 11476 "target": "signal_hook_registry" 11477 }, 11478 { 11479 "id": "socket2 0.4.9", 11480 "target": "socket2" 11481 } 11482 ], 11483 "x86_64-unknown-linux-gnu": [ 11484 { 11485 "id": "bytes 1.4.0", 11486 "target": "bytes" 11487 }, 11488 { 11489 "id": "libc 0.2.139", 11490 "target": "libc" 11491 }, 11492 { 11493 "id": "memchr 2.5.0", 11494 "target": "memchr" 11495 }, 11496 { 11497 "id": "signal-hook-registry 1.4.1", 11498 "target": "signal_hook_registry" 11499 }, 11500 { 11501 "id": "socket2 0.4.9", 11502 "target": "socket2" 11503 } 11504 ], 11505 "x86_64-unknown-nixos-gnu": [ 11506 { 11507 "id": "bytes 1.4.0", 11508 "target": "bytes" 11509 }, 11510 { 11511 "id": "libc 0.2.139", 11512 "target": "libc" 11513 }, 11514 { 11515 "id": "memchr 2.5.0", 11516 "target": "memchr" 11517 }, 11518 { 11519 "id": "signal-hook-registry 1.4.1", 11520 "target": "signal_hook_registry" 11521 }, 11522 { 11523 "id": "socket2 0.4.9", 11524 "target": "socket2" 11525 } 11526 ], 11527 "x86_64-unknown-none": [ 11528 { 11529 "id": "bytes 1.4.0", 11530 "target": "bytes" 11531 }, 11532 { 11533 "id": "memchr 2.5.0", 11534 "target": "memchr" 11535 }, 11536 { 11537 "id": "socket2 0.4.9", 11538 "target": "socket2" 11539 } 11540 ] 11541 } 11542 }, 11543 "edition": "2018", 11544 "proc_macro_deps": { 11545 "common": [ 11546 { 11547 "id": "tokio-macros 1.8.2", 11548 "target": "tokio_macros" 11549 } 11550 ], 11551 "selects": {} 11552 }, 11553 "version": "1.26.0" 11554 }, 11555 "build_script_attrs": { 11556 "data_glob": [ 11557 "**" 11558 ], 11559 "deps": { 11560 "common": [ 11561 { 11562 "id": "autocfg 1.1.0", 11563 "target": "autocfg" 11564 } 11565 ], 11566 "selects": {} 11567 } 11568 }, 11569 "license": "MIT", 11570 "license_ids": [ 11571 "MIT" 11572 ], 11573 "license_file": "LICENSE" 11574 }, 11575 "tokio-macros 1.8.2": { 11576 "name": "tokio-macros", 11577 "version": "1.8.2", 11578 "package_url": "https://github.com/tokio-rs/tokio", 11579 "repository": { 11580 "Http": { 11581 "url": "https://static.crates.io/crates/tokio-macros/1.8.2/download", 11582 "sha256": "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 11583 } 11584 }, 11585 "targets": [ 11586 { 11587 "ProcMacro": { 11588 "crate_name": "tokio_macros", 11589 "crate_root": "src/lib.rs", 11590 "srcs": { 11591 "allow_empty": true, 11592 "include": [ 11593 "**/*.rs" 11594 ] 11595 } 11596 } 11597 } 11598 ], 11599 "library_target_name": "tokio_macros", 11600 "common_attrs": { 11601 "compile_data_glob": [ 11602 "**" 11603 ], 11604 "deps": { 11605 "common": [ 11606 { 11607 "id": "proc-macro2 1.0.51", 11608 "target": "proc_macro2" 11609 }, 11610 { 11611 "id": "quote 1.0.23", 11612 "target": "quote" 11613 }, 11614 { 11615 "id": "syn 1.0.109", 11616 "target": "syn" 11617 } 11618 ], 11619 "selects": {} 11620 }, 11621 "edition": "2018", 11622 "version": "1.8.2" 11623 }, 11624 "license": "MIT", 11625 "license_ids": [ 11626 "MIT" 11627 ], 11628 "license_file": "LICENSE" 11629 }, 11630 "tokio-rustls 0.23.4": { 11631 "name": "tokio-rustls", 11632 "version": "0.23.4", 11633 "package_url": "https://github.com/tokio-rs/tls", 11634 "repository": { 11635 "Http": { 11636 "url": "https://static.crates.io/crates/tokio-rustls/0.23.4/download", 11637 "sha256": "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 11638 } 11639 }, 11640 "targets": [ 11641 { 11642 "Library": { 11643 "crate_name": "tokio_rustls", 11644 "crate_root": "src/lib.rs", 11645 "srcs": { 11646 "allow_empty": true, 11647 "include": [ 11648 "**/*.rs" 11649 ] 11650 } 11651 } 11652 } 11653 ], 11654 "library_target_name": "tokio_rustls", 11655 "common_attrs": { 11656 "compile_data_glob": [ 11657 "**" 11658 ], 11659 "crate_features": { 11660 "common": [ 11661 "default", 11662 "logging", 11663 "tls12" 11664 ], 11665 "selects": {} 11666 }, 11667 "deps": { 11668 "common": [ 11669 { 11670 "id": "rustls 0.20.8", 11671 "target": "rustls" 11672 }, 11673 { 11674 "id": "tokio 1.26.0", 11675 "target": "tokio" 11676 }, 11677 { 11678 "id": "webpki 0.22.0", 11679 "target": "webpki" 11680 } 11681 ], 11682 "selects": {} 11683 }, 11684 "edition": "2018", 11685 "version": "0.23.4" 11686 }, 11687 "license": "MIT/Apache-2.0", 11688 "license_ids": [ 11689 "Apache-2.0", 11690 "MIT" 11691 ], 11692 "license_file": "LICENSE-APACHE" 11693 }, 11694 "tokio-util 0.7.7": { 11695 "name": "tokio-util", 11696 "version": "0.7.7", 11697 "package_url": "https://github.com/tokio-rs/tokio", 11698 "repository": { 11699 "Http": { 11700 "url": "https://static.crates.io/crates/tokio-util/0.7.7/download", 11701 "sha256": "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 11702 } 11703 }, 11704 "targets": [ 11705 { 11706 "Library": { 11707 "crate_name": "tokio_util", 11708 "crate_root": "src/lib.rs", 11709 "srcs": { 11710 "allow_empty": true, 11711 "include": [ 11712 "**/*.rs" 11713 ] 11714 } 11715 } 11716 } 11717 ], 11718 "library_target_name": "tokio_util", 11719 "common_attrs": { 11720 "compile_data_glob": [ 11721 "**" 11722 ], 11723 "crate_features": { 11724 "common": [ 11725 "codec", 11726 "default", 11727 "tracing" 11728 ], 11729 "selects": {} 11730 }, 11731 "deps": { 11732 "common": [ 11733 { 11734 "id": "bytes 1.4.0", 11735 "target": "bytes" 11736 }, 11737 { 11738 "id": "futures-core 0.3.26", 11739 "target": "futures_core" 11740 }, 11741 { 11742 "id": "futures-sink 0.3.26", 11743 "target": "futures_sink" 11744 }, 11745 { 11746 "id": "pin-project-lite 0.2.9", 11747 "target": "pin_project_lite" 11748 }, 11749 { 11750 "id": "tokio 1.26.0", 11751 "target": "tokio" 11752 }, 11753 { 11754 "id": "tracing 0.1.37", 11755 "target": "tracing" 11756 } 11757 ], 11758 "selects": {} 11759 }, 11760 "edition": "2018", 11761 "version": "0.7.7" 11762 }, 11763 "license": "MIT", 11764 "license_ids": [ 11765 "MIT" 11766 ], 11767 "license_file": "LICENSE" 11768 }, 11769 "toml_datetime 0.6.1": { 11770 "name": "toml_datetime", 11771 "version": "0.6.1", 11772 "package_url": "https://github.com/toml-rs/toml", 11773 "repository": { 11774 "Http": { 11775 "url": "https://static.crates.io/crates/toml_datetime/0.6.1/download", 11776 "sha256": "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 11777 } 11778 }, 11779 "targets": [ 11780 { 11781 "Library": { 11782 "crate_name": "toml_datetime", 11783 "crate_root": "src/lib.rs", 11784 "srcs": { 11785 "allow_empty": true, 11786 "include": [ 11787 "**/*.rs" 11788 ] 11789 } 11790 } 11791 } 11792 ], 11793 "library_target_name": "toml_datetime", 11794 "common_attrs": { 11795 "compile_data_glob": [ 11796 "**" 11797 ], 11798 "edition": "2021", 11799 "version": "0.6.1" 11800 }, 11801 "license": "MIT OR Apache-2.0", 11802 "license_ids": [ 11803 "Apache-2.0", 11804 "MIT" 11805 ], 11806 "license_file": "LICENSE-APACHE" 11807 }, 11808 "toml_edit 0.19.4": { 11809 "name": "toml_edit", 11810 "version": "0.19.4", 11811 "package_url": "https://github.com/ordian/toml_edit", 11812 "repository": { 11813 "Http": { 11814 "url": "https://static.crates.io/crates/toml_edit/0.19.4/download", 11815 "sha256": "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" 11816 } 11817 }, 11818 "targets": [ 11819 { 11820 "Library": { 11821 "crate_name": "toml_edit", 11822 "crate_root": "src/lib.rs", 11823 "srcs": { 11824 "allow_empty": true, 11825 "include": [ 11826 "**/*.rs" 11827 ] 11828 } 11829 } 11830 } 11831 ], 11832 "library_target_name": "toml_edit", 11833 "common_attrs": { 11834 "compile_data_glob": [ 11835 "**" 11836 ], 11837 "crate_features": { 11838 "common": [ 11839 "default" 11840 ], 11841 "selects": {} 11842 }, 11843 "deps": { 11844 "common": [ 11845 { 11846 "id": "indexmap 1.9.2", 11847 "target": "indexmap" 11848 }, 11849 { 11850 "id": "toml_datetime 0.6.1", 11851 "target": "toml_datetime" 11852 }, 11853 { 11854 "id": "winnow 0.3.3", 11855 "target": "winnow" 11856 } 11857 ], 11858 "selects": {} 11859 }, 11860 "edition": "2021", 11861 "version": "0.19.4" 11862 }, 11863 "license": "MIT OR Apache-2.0", 11864 "license_ids": [ 11865 "Apache-2.0", 11866 "MIT" 11867 ], 11868 "license_file": "LICENSE-APACHE" 11869 }, 11870 "tower-service 0.3.2": { 11871 "name": "tower-service", 11872 "version": "0.3.2", 11873 "package_url": "https://github.com/tower-rs/tower", 11874 "repository": { 11875 "Http": { 11876 "url": "https://static.crates.io/crates/tower-service/0.3.2/download", 11877 "sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 11878 } 11879 }, 11880 "targets": [ 11881 { 11882 "Library": { 11883 "crate_name": "tower_service", 11884 "crate_root": "src/lib.rs", 11885 "srcs": { 11886 "allow_empty": true, 11887 "include": [ 11888 "**/*.rs" 11889 ] 11890 } 11891 } 11892 } 11893 ], 11894 "library_target_name": "tower_service", 11895 "common_attrs": { 11896 "compile_data_glob": [ 11897 "**" 11898 ], 11899 "edition": "2018", 11900 "version": "0.3.2" 11901 }, 11902 "license": "MIT", 11903 "license_ids": [ 11904 "MIT" 11905 ], 11906 "license_file": "LICENSE" 11907 }, 11908 "tracing 0.1.37": { 11909 "name": "tracing", 11910 "version": "0.1.37", 11911 "package_url": "https://github.com/tokio-rs/tracing", 11912 "repository": { 11913 "Http": { 11914 "url": "https://static.crates.io/crates/tracing/0.1.37/download", 11915 "sha256": "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 11916 } 11917 }, 11918 "targets": [ 11919 { 11920 "Library": { 11921 "crate_name": "tracing", 11922 "crate_root": "src/lib.rs", 11923 "srcs": { 11924 "allow_empty": true, 11925 "include": [ 11926 "**/*.rs" 11927 ] 11928 } 11929 } 11930 } 11931 ], 11932 "library_target_name": "tracing", 11933 "common_attrs": { 11934 "compile_data_glob": [ 11935 "**" 11936 ], 11937 "crate_features": { 11938 "common": [ 11939 "attributes", 11940 "default", 11941 "log", 11942 "std", 11943 "tracing-attributes" 11944 ], 11945 "selects": {} 11946 }, 11947 "deps": { 11948 "common": [ 11949 { 11950 "id": "cfg-if 1.0.0", 11951 "target": "cfg_if" 11952 }, 11953 { 11954 "id": "log 0.4.17", 11955 "target": "log" 11956 }, 11957 { 11958 "id": "pin-project-lite 0.2.9", 11959 "target": "pin_project_lite" 11960 }, 11961 { 11962 "id": "tracing-core 0.1.30", 11963 "target": "tracing_core" 11964 } 11965 ], 11966 "selects": {} 11967 }, 11968 "edition": "2018", 11969 "proc_macro_deps": { 11970 "common": [ 11971 { 11972 "id": "tracing-attributes 0.1.23", 11973 "target": "tracing_attributes" 11974 } 11975 ], 11976 "selects": {} 11977 }, 11978 "version": "0.1.37" 11979 }, 11980 "license": "MIT", 11981 "license_ids": [ 11982 "MIT" 11983 ], 11984 "license_file": "LICENSE" 11985 }, 11986 "tracing-attributes 0.1.23": { 11987 "name": "tracing-attributes", 11988 "version": "0.1.23", 11989 "package_url": "https://github.com/tokio-rs/tracing", 11990 "repository": { 11991 "Http": { 11992 "url": "https://static.crates.io/crates/tracing-attributes/0.1.23/download", 11993 "sha256": "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 11994 } 11995 }, 11996 "targets": [ 11997 { 11998 "ProcMacro": { 11999 "crate_name": "tracing_attributes", 12000 "crate_root": "src/lib.rs", 12001 "srcs": { 12002 "allow_empty": true, 12003 "include": [ 12004 "**/*.rs" 12005 ] 12006 } 12007 } 12008 } 12009 ], 12010 "library_target_name": "tracing_attributes", 12011 "common_attrs": { 12012 "compile_data_glob": [ 12013 "**" 12014 ], 12015 "deps": { 12016 "common": [ 12017 { 12018 "id": "proc-macro2 1.0.51", 12019 "target": "proc_macro2" 12020 }, 12021 { 12022 "id": "quote 1.0.23", 12023 "target": "quote" 12024 }, 12025 { 12026 "id": "syn 1.0.109", 12027 "target": "syn" 12028 } 12029 ], 12030 "selects": {} 12031 }, 12032 "edition": "2018", 12033 "version": "0.1.23" 12034 }, 12035 "license": "MIT", 12036 "license_ids": [ 12037 "MIT" 12038 ], 12039 "license_file": "LICENSE" 12040 }, 12041 "tracing-core 0.1.30": { 12042 "name": "tracing-core", 12043 "version": "0.1.30", 12044 "package_url": "https://github.com/tokio-rs/tracing", 12045 "repository": { 12046 "Http": { 12047 "url": "https://static.crates.io/crates/tracing-core/0.1.30/download", 12048 "sha256": "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 12049 } 12050 }, 12051 "targets": [ 12052 { 12053 "Library": { 12054 "crate_name": "tracing_core", 12055 "crate_root": "src/lib.rs", 12056 "srcs": { 12057 "allow_empty": true, 12058 "include": [ 12059 "**/*.rs" 12060 ] 12061 } 12062 } 12063 } 12064 ], 12065 "library_target_name": "tracing_core", 12066 "common_attrs": { 12067 "compile_data_glob": [ 12068 "**" 12069 ], 12070 "crate_features": { 12071 "common": [ 12072 "once_cell", 12073 "std" 12074 ], 12075 "selects": {} 12076 }, 12077 "deps": { 12078 "common": [ 12079 { 12080 "id": "once_cell 1.17.1", 12081 "target": "once_cell" 12082 } 12083 ], 12084 "selects": {} 12085 }, 12086 "edition": "2018", 12087 "version": "0.1.30" 12088 }, 12089 "license": "MIT", 12090 "license_ids": [ 12091 "MIT" 12092 ], 12093 "license_file": "LICENSE" 12094 }, 12095 "tracing-futures 0.2.5": { 12096 "name": "tracing-futures", 12097 "version": "0.2.5", 12098 "package_url": "https://github.com/tokio-rs/tracing", 12099 "repository": { 12100 "Http": { 12101 "url": "https://static.crates.io/crates/tracing-futures/0.2.5/download", 12102 "sha256": "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 12103 } 12104 }, 12105 "targets": [ 12106 { 12107 "Library": { 12108 "crate_name": "tracing_futures", 12109 "crate_root": "src/lib.rs", 12110 "srcs": { 12111 "allow_empty": true, 12112 "include": [ 12113 "**/*.rs" 12114 ] 12115 } 12116 } 12117 } 12118 ], 12119 "library_target_name": "tracing_futures", 12120 "common_attrs": { 12121 "compile_data_glob": [ 12122 "**" 12123 ], 12124 "crate_features": { 12125 "common": [ 12126 "pin-project", 12127 "std", 12128 "std-future" 12129 ], 12130 "selects": {} 12131 }, 12132 "deps": { 12133 "common": [ 12134 { 12135 "id": "pin-project 1.0.12", 12136 "target": "pin_project" 12137 }, 12138 { 12139 "id": "tracing 0.1.37", 12140 "target": "tracing" 12141 } 12142 ], 12143 "selects": {} 12144 }, 12145 "edition": "2018", 12146 "version": "0.2.5" 12147 }, 12148 "license": "MIT", 12149 "license_ids": [ 12150 "MIT" 12151 ], 12152 "license_file": "LICENSE" 12153 }, 12154 "try-lock 0.2.4": { 12155 "name": "try-lock", 12156 "version": "0.2.4", 12157 "package_url": "https://github.com/seanmonstar/try-lock", 12158 "repository": { 12159 "Http": { 12160 "url": "https://static.crates.io/crates/try-lock/0.2.4/download", 12161 "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 12162 } 12163 }, 12164 "targets": [ 12165 { 12166 "Library": { 12167 "crate_name": "try_lock", 12168 "crate_root": "src/lib.rs", 12169 "srcs": { 12170 "allow_empty": true, 12171 "include": [ 12172 "**/*.rs" 12173 ] 12174 } 12175 } 12176 } 12177 ], 12178 "library_target_name": "try_lock", 12179 "common_attrs": { 12180 "compile_data_glob": [ 12181 "**" 12182 ], 12183 "edition": "2015", 12184 "version": "0.2.4" 12185 }, 12186 "license": "MIT", 12187 "license_ids": [ 12188 "MIT" 12189 ], 12190 "license_file": "LICENSE" 12191 }, 12192 "typenum 1.16.0": { 12193 "name": "typenum", 12194 "version": "1.16.0", 12195 "package_url": "https://github.com/paholg/typenum", 12196 "repository": { 12197 "Http": { 12198 "url": "https://static.crates.io/crates/typenum/1.16.0/download", 12199 "sha256": "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 12200 } 12201 }, 12202 "targets": [ 12203 { 12204 "Library": { 12205 "crate_name": "typenum", 12206 "crate_root": "src/lib.rs", 12207 "srcs": { 12208 "allow_empty": true, 12209 "include": [ 12210 "**/*.rs" 12211 ] 12212 } 12213 } 12214 }, 12215 { 12216 "BuildScript": { 12217 "crate_name": "build_script_main", 12218 "crate_root": "build/main.rs", 12219 "srcs": { 12220 "allow_empty": true, 12221 "include": [ 12222 "**/*.rs" 12223 ] 12224 } 12225 } 12226 } 12227 ], 12228 "library_target_name": "typenum", 12229 "common_attrs": { 12230 "compile_data_glob": [ 12231 "**" 12232 ], 12233 "deps": { 12234 "common": [ 12235 { 12236 "id": "typenum 1.16.0", 12237 "target": "build_script_main" 12238 } 12239 ], 12240 "selects": {} 12241 }, 12242 "edition": "2018", 12243 "version": "1.16.0" 12244 }, 12245 "build_script_attrs": { 12246 "data_glob": [ 12247 "**" 12248 ] 12249 }, 12250 "license": "MIT OR Apache-2.0", 12251 "license_ids": [ 12252 "Apache-2.0", 12253 "MIT" 12254 ], 12255 "license_file": "LICENSE" 12256 }, 12257 "unicode-bidi 0.3.10": { 12258 "name": "unicode-bidi", 12259 "version": "0.3.10", 12260 "package_url": "https://github.com/servo/unicode-bidi", 12261 "repository": { 12262 "Http": { 12263 "url": "https://static.crates.io/crates/unicode-bidi/0.3.10/download", 12264 "sha256": "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 12265 } 12266 }, 12267 "targets": [ 12268 { 12269 "Library": { 12270 "crate_name": "unicode_bidi", 12271 "crate_root": "src/lib.rs", 12272 "srcs": { 12273 "allow_empty": true, 12274 "include": [ 12275 "**/*.rs" 12276 ] 12277 } 12278 } 12279 } 12280 ], 12281 "library_target_name": "unicode_bidi", 12282 "common_attrs": { 12283 "compile_data_glob": [ 12284 "**" 12285 ], 12286 "crate_features": { 12287 "common": [ 12288 "default", 12289 "hardcoded-data", 12290 "std" 12291 ], 12292 "selects": {} 12293 }, 12294 "edition": "2018", 12295 "version": "0.3.10" 12296 }, 12297 "license": "MIT OR Apache-2.0", 12298 "license_ids": [ 12299 "Apache-2.0", 12300 "MIT" 12301 ], 12302 "license_file": "LICENSE-APACHE" 12303 }, 12304 "unicode-ident 1.0.6": { 12305 "name": "unicode-ident", 12306 "version": "1.0.6", 12307 "package_url": "https://github.com/dtolnay/unicode-ident", 12308 "repository": { 12309 "Http": { 12310 "url": "https://static.crates.io/crates/unicode-ident/1.0.6/download", 12311 "sha256": "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 12312 } 12313 }, 12314 "targets": [ 12315 { 12316 "Library": { 12317 "crate_name": "unicode_ident", 12318 "crate_root": "src/lib.rs", 12319 "srcs": { 12320 "allow_empty": true, 12321 "include": [ 12322 "**/*.rs" 12323 ] 12324 } 12325 } 12326 } 12327 ], 12328 "library_target_name": "unicode_ident", 12329 "common_attrs": { 12330 "compile_data_glob": [ 12331 "**" 12332 ], 12333 "edition": "2018", 12334 "version": "1.0.6" 12335 }, 12336 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 12337 "license_ids": [ 12338 "Apache-2.0", 12339 "MIT", 12340 "Unicode-DFS-2016" 12341 ], 12342 "license_file": "LICENSE-APACHE" 12343 }, 12344 "unicode-normalization 0.1.22": { 12345 "name": "unicode-normalization", 12346 "version": "0.1.22", 12347 "package_url": "https://github.com/unicode-rs/unicode-normalization", 12348 "repository": { 12349 "Http": { 12350 "url": "https://static.crates.io/crates/unicode-normalization/0.1.22/download", 12351 "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 12352 } 12353 }, 12354 "targets": [ 12355 { 12356 "Library": { 12357 "crate_name": "unicode_normalization", 12358 "crate_root": "src/lib.rs", 12359 "srcs": { 12360 "allow_empty": true, 12361 "include": [ 12362 "**/*.rs" 12363 ] 12364 } 12365 } 12366 } 12367 ], 12368 "library_target_name": "unicode_normalization", 12369 "common_attrs": { 12370 "compile_data_glob": [ 12371 "**" 12372 ], 12373 "crate_features": { 12374 "common": [ 12375 "default", 12376 "std" 12377 ], 12378 "selects": {} 12379 }, 12380 "deps": { 12381 "common": [ 12382 { 12383 "id": "tinyvec 1.6.0", 12384 "target": "tinyvec" 12385 } 12386 ], 12387 "selects": {} 12388 }, 12389 "edition": "2018", 12390 "version": "0.1.22" 12391 }, 12392 "license": "MIT/Apache-2.0", 12393 "license_ids": [ 12394 "Apache-2.0", 12395 "MIT" 12396 ], 12397 "license_file": "LICENSE-APACHE" 12398 }, 12399 "untrusted 0.7.1": { 12400 "name": "untrusted", 12401 "version": "0.7.1", 12402 "package_url": "https://github.com/briansmith/untrusted", 12403 "repository": { 12404 "Http": { 12405 "url": "https://static.crates.io/crates/untrusted/0.7.1/download", 12406 "sha256": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 12407 } 12408 }, 12409 "targets": [ 12410 { 12411 "Library": { 12412 "crate_name": "untrusted", 12413 "crate_root": "src/untrusted.rs", 12414 "srcs": { 12415 "allow_empty": true, 12416 "include": [ 12417 "**/*.rs" 12418 ] 12419 } 12420 } 12421 } 12422 ], 12423 "library_target_name": "untrusted", 12424 "common_attrs": { 12425 "compile_data_glob": [ 12426 "**" 12427 ], 12428 "edition": "2018", 12429 "version": "0.7.1" 12430 }, 12431 "license": "ISC", 12432 "license_ids": [ 12433 "ISC" 12434 ], 12435 "license_file": "LICENSE.txt" 12436 }, 12437 "url 2.3.1": { 12438 "name": "url", 12439 "version": "2.3.1", 12440 "package_url": "https://github.com/servo/rust-url", 12441 "repository": { 12442 "Http": { 12443 "url": "https://static.crates.io/crates/url/2.3.1/download", 12444 "sha256": "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 12445 } 12446 }, 12447 "targets": [ 12448 { 12449 "Library": { 12450 "crate_name": "url", 12451 "crate_root": "src/lib.rs", 12452 "srcs": { 12453 "allow_empty": true, 12454 "include": [ 12455 "**/*.rs" 12456 ] 12457 } 12458 } 12459 } 12460 ], 12461 "library_target_name": "url", 12462 "common_attrs": { 12463 "compile_data_glob": [ 12464 "**" 12465 ], 12466 "crate_features": { 12467 "common": [ 12468 "default" 12469 ], 12470 "selects": {} 12471 }, 12472 "deps": { 12473 "common": [ 12474 { 12475 "id": "form_urlencoded 1.1.0", 12476 "target": "form_urlencoded" 12477 }, 12478 { 12479 "id": "idna 0.3.0", 12480 "target": "idna" 12481 }, 12482 { 12483 "id": "percent-encoding 2.2.0", 12484 "target": "percent_encoding" 12485 } 12486 ], 12487 "selects": {} 12488 }, 12489 "edition": "2018", 12490 "version": "2.3.1" 12491 }, 12492 "license": "MIT OR Apache-2.0", 12493 "license_ids": [ 12494 "Apache-2.0", 12495 "MIT" 12496 ], 12497 "license_file": "LICENSE-APACHE" 12498 }, 12499 "value-bag 1.0.0-alpha.9": { 12500 "name": "value-bag", 12501 "version": "1.0.0-alpha.9", 12502 "package_url": "https://github.com/sval-rs/value-bag", 12503 "repository": { 12504 "Http": { 12505 "url": "https://static.crates.io/crates/value-bag/1.0.0-alpha.9/download", 12506 "sha256": "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 12507 } 12508 }, 12509 "targets": [ 12510 { 12511 "Library": { 12512 "crate_name": "value_bag", 12513 "crate_root": "src/lib.rs", 12514 "srcs": { 12515 "allow_empty": true, 12516 "include": [ 12517 "**/*.rs" 12518 ] 12519 } 12520 } 12521 }, 12522 { 12523 "BuildScript": { 12524 "crate_name": "build_script_build", 12525 "crate_root": "build.rs", 12526 "srcs": { 12527 "allow_empty": true, 12528 "include": [ 12529 "**/*.rs" 12530 ] 12531 } 12532 } 12533 } 12534 ], 12535 "library_target_name": "value_bag", 12536 "common_attrs": { 12537 "compile_data_glob": [ 12538 "**" 12539 ], 12540 "deps": { 12541 "common": [ 12542 { 12543 "id": "value-bag 1.0.0-alpha.9", 12544 "target": "build_script_build" 12545 } 12546 ], 12547 "selects": {} 12548 }, 12549 "edition": "2018", 12550 "proc_macro_deps": { 12551 "common": [ 12552 { 12553 "id": "ctor 0.1.26", 12554 "target": "ctor" 12555 } 12556 ], 12557 "selects": {} 12558 }, 12559 "version": "1.0.0-alpha.9" 12560 }, 12561 "build_script_attrs": { 12562 "data_glob": [ 12563 "**" 12564 ], 12565 "deps": { 12566 "common": [ 12567 { 12568 "id": "version_check 0.9.4", 12569 "target": "version_check", 12570 "alias": "rustc" 12571 } 12572 ], 12573 "selects": {} 12574 } 12575 }, 12576 "license": "Apache-2.0 OR MIT", 12577 "license_ids": [ 12578 "Apache-2.0", 12579 "MIT" 12580 ], 12581 "license_file": "LICENSE-APACHE" 12582 }, 12583 "vcpkg 0.2.15": { 12584 "name": "vcpkg", 12585 "version": "0.2.15", 12586 "package_url": "https://github.com/mcgoo/vcpkg-rs", 12587 "repository": { 12588 "Http": { 12589 "url": "https://static.crates.io/crates/vcpkg/0.2.15/download", 12590 "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 12591 } 12592 }, 12593 "targets": [ 12594 { 12595 "Library": { 12596 "crate_name": "vcpkg", 12597 "crate_root": "src/lib.rs", 12598 "srcs": { 12599 "allow_empty": true, 12600 "include": [ 12601 "**/*.rs" 12602 ] 12603 } 12604 } 12605 } 12606 ], 12607 "library_target_name": "vcpkg", 12608 "common_attrs": { 12609 "compile_data_glob": [ 12610 "**" 12611 ], 12612 "edition": "2015", 12613 "version": "0.2.15" 12614 }, 12615 "license": "MIT/Apache-2.0", 12616 "license_ids": [ 12617 "Apache-2.0", 12618 "MIT" 12619 ], 12620 "license_file": "LICENSE-APACHE" 12621 }, 12622 "version_check 0.9.4": { 12623 "name": "version_check", 12624 "version": "0.9.4", 12625 "package_url": "https://github.com/SergioBenitez/version_check", 12626 "repository": { 12627 "Http": { 12628 "url": "https://static.crates.io/crates/version_check/0.9.4/download", 12629 "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 12630 } 12631 }, 12632 "targets": [ 12633 { 12634 "Library": { 12635 "crate_name": "version_check", 12636 "crate_root": "src/lib.rs", 12637 "srcs": { 12638 "allow_empty": true, 12639 "include": [ 12640 "**/*.rs" 12641 ] 12642 } 12643 } 12644 } 12645 ], 12646 "library_target_name": "version_check", 12647 "common_attrs": { 12648 "compile_data_glob": [ 12649 "**" 12650 ], 12651 "edition": "2015", 12652 "version": "0.9.4" 12653 }, 12654 "license": "MIT/Apache-2.0", 12655 "license_ids": [ 12656 "Apache-2.0", 12657 "MIT" 12658 ], 12659 "license_file": "LICENSE-APACHE" 12660 }, 12661 "waker-fn 1.1.0": { 12662 "name": "waker-fn", 12663 "version": "1.1.0", 12664 "package_url": "https://github.com/stjepang/waker-fn", 12665 "repository": { 12666 "Http": { 12667 "url": "https://static.crates.io/crates/waker-fn/1.1.0/download", 12668 "sha256": "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 12669 } 12670 }, 12671 "targets": [ 12672 { 12673 "Library": { 12674 "crate_name": "waker_fn", 12675 "crate_root": "src/lib.rs", 12676 "srcs": { 12677 "allow_empty": true, 12678 "include": [ 12679 "**/*.rs" 12680 ] 12681 } 12682 } 12683 } 12684 ], 12685 "library_target_name": "waker_fn", 12686 "common_attrs": { 12687 "compile_data_glob": [ 12688 "**" 12689 ], 12690 "edition": "2018", 12691 "version": "1.1.0" 12692 }, 12693 "license": "Apache-2.0 OR MIT", 12694 "license_ids": [ 12695 "Apache-2.0", 12696 "MIT" 12697 ], 12698 "license_file": "LICENSE-APACHE" 12699 }, 12700 "want 0.3.0": { 12701 "name": "want", 12702 "version": "0.3.0", 12703 "package_url": "https://github.com/seanmonstar/want", 12704 "repository": { 12705 "Http": { 12706 "url": "https://static.crates.io/crates/want/0.3.0/download", 12707 "sha256": "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 12708 } 12709 }, 12710 "targets": [ 12711 { 12712 "Library": { 12713 "crate_name": "want", 12714 "crate_root": "src/lib.rs", 12715 "srcs": { 12716 "allow_empty": true, 12717 "include": [ 12718 "**/*.rs" 12719 ] 12720 } 12721 } 12722 } 12723 ], 12724 "library_target_name": "want", 12725 "common_attrs": { 12726 "compile_data_glob": [ 12727 "**" 12728 ], 12729 "deps": { 12730 "common": [ 12731 { 12732 "id": "log 0.4.17", 12733 "target": "log" 12734 }, 12735 { 12736 "id": "try-lock 0.2.4", 12737 "target": "try_lock" 12738 } 12739 ], 12740 "selects": {} 12741 }, 12742 "edition": "2018", 12743 "version": "0.3.0" 12744 }, 12745 "license": "MIT", 12746 "license_ids": [ 12747 "MIT" 12748 ], 12749 "license_file": "LICENSE" 12750 }, 12751 "wasi 0.11.0+wasi-snapshot-preview1": { 12752 "name": "wasi", 12753 "version": "0.11.0+wasi-snapshot-preview1", 12754 "package_url": "https://github.com/bytecodealliance/wasi", 12755 "repository": { 12756 "Http": { 12757 "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download", 12758 "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 12759 } 12760 }, 12761 "targets": [ 12762 { 12763 "Library": { 12764 "crate_name": "wasi", 12765 "crate_root": "src/lib.rs", 12766 "srcs": { 12767 "allow_empty": true, 12768 "include": [ 12769 "**/*.rs" 12770 ] 12771 } 12772 } 12773 } 12774 ], 12775 "library_target_name": "wasi", 12776 "common_attrs": { 12777 "compile_data_glob": [ 12778 "**" 12779 ], 12780 "crate_features": { 12781 "common": [ 12782 "default", 12783 "std" 12784 ], 12785 "selects": {} 12786 }, 12787 "edition": "2018", 12788 "version": "0.11.0+wasi-snapshot-preview1" 12789 }, 12790 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", 12791 "license_ids": [ 12792 "Apache-2.0", 12793 "MIT" 12794 ], 12795 "license_file": "LICENSE-APACHE" 12796 }, 12797 "wasm-bindgen 0.2.84": { 12798 "name": "wasm-bindgen", 12799 "version": "0.2.84", 12800 "package_url": "https://github.com/rustwasm/wasm-bindgen", 12801 "repository": { 12802 "Http": { 12803 "url": "https://static.crates.io/crates/wasm-bindgen/0.2.84/download", 12804 "sha256": "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 12805 } 12806 }, 12807 "targets": [ 12808 { 12809 "Library": { 12810 "crate_name": "wasm_bindgen", 12811 "crate_root": "src/lib.rs", 12812 "srcs": { 12813 "allow_empty": true, 12814 "include": [ 12815 "**/*.rs" 12816 ] 12817 } 12818 } 12819 }, 12820 { 12821 "BuildScript": { 12822 "crate_name": "build_script_build", 12823 "crate_root": "build.rs", 12824 "srcs": { 12825 "allow_empty": true, 12826 "include": [ 12827 "**/*.rs" 12828 ] 12829 } 12830 } 12831 } 12832 ], 12833 "library_target_name": "wasm_bindgen", 12834 "common_attrs": { 12835 "compile_data_glob": [ 12836 "**" 12837 ], 12838 "crate_features": { 12839 "common": [ 12840 "default", 12841 "spans", 12842 "std" 12843 ], 12844 "selects": {} 12845 }, 12846 "deps": { 12847 "common": [ 12848 { 12849 "id": "cfg-if 1.0.0", 12850 "target": "cfg_if" 12851 }, 12852 { 12853 "id": "wasm-bindgen 0.2.84", 12854 "target": "build_script_build" 12855 } 12856 ], 12857 "selects": {} 12858 }, 12859 "edition": "2018", 12860 "proc_macro_deps": { 12861 "common": [ 12862 { 12863 "id": "wasm-bindgen-macro 0.2.84", 12864 "target": "wasm_bindgen_macro" 12865 } 12866 ], 12867 "selects": {} 12868 }, 12869 "version": "0.2.84" 12870 }, 12871 "build_script_attrs": { 12872 "data_glob": [ 12873 "**" 12874 ] 12875 }, 12876 "license": "MIT/Apache-2.0", 12877 "license_ids": [ 12878 "Apache-2.0", 12879 "MIT" 12880 ], 12881 "license_file": "LICENSE-APACHE" 12882 }, 12883 "wasm-bindgen-backend 0.2.84": { 12884 "name": "wasm-bindgen-backend", 12885 "version": "0.2.84", 12886 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", 12887 "repository": { 12888 "Http": { 12889 "url": "https://static.crates.io/crates/wasm-bindgen-backend/0.2.84/download", 12890 "sha256": "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 12891 } 12892 }, 12893 "targets": [ 12894 { 12895 "Library": { 12896 "crate_name": "wasm_bindgen_backend", 12897 "crate_root": "src/lib.rs", 12898 "srcs": { 12899 "allow_empty": true, 12900 "include": [ 12901 "**/*.rs" 12902 ] 12903 } 12904 } 12905 } 12906 ], 12907 "library_target_name": "wasm_bindgen_backend", 12908 "common_attrs": { 12909 "compile_data_glob": [ 12910 "**" 12911 ], 12912 "crate_features": { 12913 "common": [], 12914 "selects": { 12915 "wasm32-unknown-unknown": [ 12916 "spans" 12917 ], 12918 "wasm32-wasi": [ 12919 "spans" 12920 ] 12921 } 12922 }, 12923 "deps": { 12924 "common": [ 12925 { 12926 "id": "bumpalo 3.12.0", 12927 "target": "bumpalo" 12928 }, 12929 { 12930 "id": "log 0.4.17", 12931 "target": "log" 12932 }, 12933 { 12934 "id": "once_cell 1.17.1", 12935 "target": "once_cell" 12936 }, 12937 { 12938 "id": "proc-macro2 1.0.51", 12939 "target": "proc_macro2" 12940 }, 12941 { 12942 "id": "quote 1.0.23", 12943 "target": "quote" 12944 }, 12945 { 12946 "id": "syn 1.0.109", 12947 "target": "syn" 12948 }, 12949 { 12950 "id": "wasm-bindgen-shared 0.2.84", 12951 "target": "wasm_bindgen_shared" 12952 } 12953 ], 12954 "selects": {} 12955 }, 12956 "edition": "2018", 12957 "version": "0.2.84" 12958 }, 12959 "license": "MIT/Apache-2.0", 12960 "license_ids": [ 12961 "Apache-2.0", 12962 "MIT" 12963 ], 12964 "license_file": "LICENSE-APACHE" 12965 }, 12966 "wasm-bindgen-futures 0.4.34": { 12967 "name": "wasm-bindgen-futures", 12968 "version": "0.4.34", 12969 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", 12970 "repository": { 12971 "Http": { 12972 "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.34/download", 12973 "sha256": "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 12974 } 12975 }, 12976 "targets": [ 12977 { 12978 "Library": { 12979 "crate_name": "wasm_bindgen_futures", 12980 "crate_root": "src/lib.rs", 12981 "srcs": { 12982 "allow_empty": true, 12983 "include": [ 12984 "**/*.rs" 12985 ] 12986 } 12987 } 12988 } 12989 ], 12990 "library_target_name": "wasm_bindgen_futures", 12991 "common_attrs": { 12992 "compile_data_glob": [ 12993 "**" 12994 ], 12995 "deps": { 12996 "common": [ 12997 { 12998 "id": "cfg-if 1.0.0", 12999 "target": "cfg_if" 13000 }, 13001 { 13002 "id": "js-sys 0.3.61", 13003 "target": "js_sys" 13004 }, 13005 { 13006 "id": "wasm-bindgen 0.2.84", 13007 "target": "wasm_bindgen" 13008 } 13009 ], 13010 "selects": { 13011 "cfg(target_feature = \"atomics\")": [ 13012 { 13013 "id": "web-sys 0.3.61", 13014 "target": "web_sys" 13015 } 13016 ] 13017 } 13018 }, 13019 "edition": "2018", 13020 "version": "0.4.34" 13021 }, 13022 "license": "MIT/Apache-2.0", 13023 "license_ids": [ 13024 "Apache-2.0", 13025 "MIT" 13026 ], 13027 "license_file": "LICENSE-APACHE" 13028 }, 13029 "wasm-bindgen-macro 0.2.84": { 13030 "name": "wasm-bindgen-macro", 13031 "version": "0.2.84", 13032 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", 13033 "repository": { 13034 "Http": { 13035 "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.84/download", 13036 "sha256": "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 13037 } 13038 }, 13039 "targets": [ 13040 { 13041 "ProcMacro": { 13042 "crate_name": "wasm_bindgen_macro", 13043 "crate_root": "src/lib.rs", 13044 "srcs": { 13045 "allow_empty": true, 13046 "include": [ 13047 "**/*.rs" 13048 ] 13049 } 13050 } 13051 } 13052 ], 13053 "library_target_name": "wasm_bindgen_macro", 13054 "common_attrs": { 13055 "compile_data_glob": [ 13056 "**" 13057 ], 13058 "crate_features": { 13059 "common": [], 13060 "selects": { 13061 "wasm32-unknown-unknown": [ 13062 "spans" 13063 ], 13064 "wasm32-wasi": [ 13065 "spans" 13066 ] 13067 } 13068 }, 13069 "deps": { 13070 "common": [ 13071 { 13072 "id": "quote 1.0.23", 13073 "target": "quote" 13074 }, 13075 { 13076 "id": "wasm-bindgen-macro-support 0.2.84", 13077 "target": "wasm_bindgen_macro_support" 13078 } 13079 ], 13080 "selects": {} 13081 }, 13082 "edition": "2018", 13083 "version": "0.2.84" 13084 }, 13085 "license": "MIT/Apache-2.0", 13086 "license_ids": [ 13087 "Apache-2.0", 13088 "MIT" 13089 ], 13090 "license_file": "LICENSE-APACHE" 13091 }, 13092 "wasm-bindgen-macro-support 0.2.84": { 13093 "name": "wasm-bindgen-macro-support", 13094 "version": "0.2.84", 13095 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", 13096 "repository": { 13097 "Http": { 13098 "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.84/download", 13099 "sha256": "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 13100 } 13101 }, 13102 "targets": [ 13103 { 13104 "Library": { 13105 "crate_name": "wasm_bindgen_macro_support", 13106 "crate_root": "src/lib.rs", 13107 "srcs": { 13108 "allow_empty": true, 13109 "include": [ 13110 "**/*.rs" 13111 ] 13112 } 13113 } 13114 } 13115 ], 13116 "library_target_name": "wasm_bindgen_macro_support", 13117 "common_attrs": { 13118 "compile_data_glob": [ 13119 "**" 13120 ], 13121 "crate_features": { 13122 "common": [], 13123 "selects": { 13124 "wasm32-unknown-unknown": [ 13125 "spans" 13126 ], 13127 "wasm32-wasi": [ 13128 "spans" 13129 ] 13130 } 13131 }, 13132 "deps": { 13133 "common": [ 13134 { 13135 "id": "proc-macro2 1.0.51", 13136 "target": "proc_macro2" 13137 }, 13138 { 13139 "id": "quote 1.0.23", 13140 "target": "quote" 13141 }, 13142 { 13143 "id": "syn 1.0.109", 13144 "target": "syn" 13145 }, 13146 { 13147 "id": "wasm-bindgen-backend 0.2.84", 13148 "target": "wasm_bindgen_backend" 13149 }, 13150 { 13151 "id": "wasm-bindgen-shared 0.2.84", 13152 "target": "wasm_bindgen_shared" 13153 } 13154 ], 13155 "selects": {} 13156 }, 13157 "edition": "2018", 13158 "version": "0.2.84" 13159 }, 13160 "license": "MIT/Apache-2.0", 13161 "license_ids": [ 13162 "Apache-2.0", 13163 "MIT" 13164 ], 13165 "license_file": "LICENSE-APACHE" 13166 }, 13167 "wasm-bindgen-shared 0.2.84": { 13168 "name": "wasm-bindgen-shared", 13169 "version": "0.2.84", 13170 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", 13171 "repository": { 13172 "Http": { 13173 "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.84/download", 13174 "sha256": "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 13175 } 13176 }, 13177 "targets": [ 13178 { 13179 "Library": { 13180 "crate_name": "wasm_bindgen_shared", 13181 "crate_root": "src/lib.rs", 13182 "srcs": { 13183 "allow_empty": true, 13184 "include": [ 13185 "**/*.rs" 13186 ] 13187 } 13188 } 13189 }, 13190 { 13191 "BuildScript": { 13192 "crate_name": "build_script_build", 13193 "crate_root": "build.rs", 13194 "srcs": { 13195 "allow_empty": true, 13196 "include": [ 13197 "**/*.rs" 13198 ] 13199 } 13200 } 13201 } 13202 ], 13203 "library_target_name": "wasm_bindgen_shared", 13204 "common_attrs": { 13205 "compile_data_glob": [ 13206 "**" 13207 ], 13208 "deps": { 13209 "common": [ 13210 { 13211 "id": "wasm-bindgen-shared 0.2.84", 13212 "target": "build_script_build" 13213 } 13214 ], 13215 "selects": {} 13216 }, 13217 "edition": "2018", 13218 "version": "0.2.84" 13219 }, 13220 "build_script_attrs": { 13221 "data_glob": [ 13222 "**" 13223 ], 13224 "links": "wasm_bindgen" 13225 }, 13226 "license": "MIT/Apache-2.0", 13227 "license_ids": [ 13228 "Apache-2.0", 13229 "MIT" 13230 ], 13231 "license_file": "LICENSE-APACHE" 13232 }, 13233 "web-sys 0.3.61": { 13234 "name": "web-sys", 13235 "version": "0.3.61", 13236 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", 13237 "repository": { 13238 "Http": { 13239 "url": "https://static.crates.io/crates/web-sys/0.3.61/download", 13240 "sha256": "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 13241 } 13242 }, 13243 "targets": [ 13244 { 13245 "Library": { 13246 "crate_name": "web_sys", 13247 "crate_root": "src/lib.rs", 13248 "srcs": { 13249 "allow_empty": true, 13250 "include": [ 13251 "**/*.rs" 13252 ] 13253 } 13254 } 13255 } 13256 ], 13257 "library_target_name": "web_sys", 13258 "common_attrs": { 13259 "compile_data_glob": [ 13260 "**" 13261 ], 13262 "crate_features": { 13263 "common": [ 13264 "Blob", 13265 "BlobPropertyBag", 13266 "EventTarget", 13267 "File", 13268 "FormData", 13269 "Headers", 13270 "ReadableStream", 13271 "Request", 13272 "RequestCredentials", 13273 "RequestInit", 13274 "RequestMode", 13275 "Response", 13276 "ServiceWorkerGlobalScope", 13277 "Window", 13278 "WorkerGlobalScope" 13279 ], 13280 "selects": { 13281 "wasm32-unknown-unknown": [ 13282 "Crypto" 13283 ] 13284 } 13285 }, 13286 "deps": { 13287 "common": [ 13288 { 13289 "id": "js-sys 0.3.61", 13290 "target": "js_sys" 13291 }, 13292 { 13293 "id": "wasm-bindgen 0.2.84", 13294 "target": "wasm_bindgen" 13295 } 13296 ], 13297 "selects": {} 13298 }, 13299 "edition": "2018", 13300 "version": "0.3.61" 13301 }, 13302 "license": "MIT/Apache-2.0", 13303 "license_ids": [ 13304 "Apache-2.0", 13305 "MIT" 13306 ], 13307 "license_file": "LICENSE-APACHE" 13308 }, 13309 "webpki 0.22.0": { 13310 "name": "webpki", 13311 "version": "0.22.0", 13312 "package_url": "https://github.com/briansmith/webpki", 13313 "repository": { 13314 "Http": { 13315 "url": "https://static.crates.io/crates/webpki/0.22.0/download", 13316 "sha256": "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 13317 } 13318 }, 13319 "targets": [ 13320 { 13321 "Library": { 13322 "crate_name": "webpki", 13323 "crate_root": "src/lib.rs", 13324 "srcs": { 13325 "allow_empty": true, 13326 "include": [ 13327 "**/*.rs" 13328 ] 13329 } 13330 } 13331 } 13332 ], 13333 "library_target_name": "webpki", 13334 "common_attrs": { 13335 "compile_data_glob": [ 13336 "**" 13337 ], 13338 "crate_features": { 13339 "common": [ 13340 "alloc", 13341 "std" 13342 ], 13343 "selects": {} 13344 }, 13345 "deps": { 13346 "common": [ 13347 { 13348 "id": "ring 0.16.20", 13349 "target": "ring" 13350 }, 13351 { 13352 "id": "untrusted 0.7.1", 13353 "target": "untrusted" 13354 } 13355 ], 13356 "selects": {} 13357 }, 13358 "edition": "2018", 13359 "version": "0.22.0" 13360 }, 13361 "license": null, 13362 "license_ids": [], 13363 "license_file": "LICENSE" 13364 }, 13365 "webpki-roots 0.22.6": { 13366 "name": "webpki-roots", 13367 "version": "0.22.6", 13368 "package_url": "https://github.com/rustls/webpki-roots", 13369 "repository": { 13370 "Http": { 13371 "url": "https://static.crates.io/crates/webpki-roots/0.22.6/download", 13372 "sha256": "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 13373 } 13374 }, 13375 "targets": [ 13376 { 13377 "Library": { 13378 "crate_name": "webpki_roots", 13379 "crate_root": "src/lib.rs", 13380 "srcs": { 13381 "allow_empty": true, 13382 "include": [ 13383 "**/*.rs" 13384 ] 13385 } 13386 } 13387 } 13388 ], 13389 "library_target_name": "webpki_roots", 13390 "common_attrs": { 13391 "compile_data_glob": [ 13392 "**" 13393 ], 13394 "deps": { 13395 "common": [ 13396 { 13397 "id": "webpki 0.22.0", 13398 "target": "webpki" 13399 } 13400 ], 13401 "selects": {} 13402 }, 13403 "edition": "2018", 13404 "version": "0.22.6" 13405 }, 13406 "license": "MPL-2.0", 13407 "license_ids": [ 13408 "MPL-2.0" 13409 ], 13410 "license_file": "LICENSE" 13411 }, 13412 "wepoll-ffi 0.1.2": { 13413 "name": "wepoll-ffi", 13414 "version": "0.1.2", 13415 "package_url": "https://github.com/aclysma/wepoll-ffi", 13416 "repository": { 13417 "Http": { 13418 "url": "https://static.crates.io/crates/wepoll-ffi/0.1.2/download", 13419 "sha256": "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 13420 } 13421 }, 13422 "targets": [ 13423 { 13424 "Library": { 13425 "crate_name": "wepoll_ffi", 13426 "crate_root": "src/lib.rs", 13427 "srcs": { 13428 "allow_empty": true, 13429 "include": [ 13430 "**/*.rs" 13431 ] 13432 } 13433 } 13434 }, 13435 { 13436 "BuildScript": { 13437 "crate_name": "build_script_build", 13438 "crate_root": "build.rs", 13439 "srcs": { 13440 "allow_empty": true, 13441 "include": [ 13442 "**/*.rs" 13443 ] 13444 } 13445 } 13446 } 13447 ], 13448 "library_target_name": "wepoll_ffi", 13449 "common_attrs": { 13450 "compile_data_glob": [ 13451 "**" 13452 ], 13453 "crate_features": { 13454 "common": [ 13455 "null-overlapped-wakeups-patch" 13456 ], 13457 "selects": {} 13458 }, 13459 "deps": { 13460 "common": [ 13461 { 13462 "id": "wepoll-ffi 0.1.2", 13463 "target": "build_script_build" 13464 } 13465 ], 13466 "selects": {} 13467 }, 13468 "edition": "2018", 13469 "version": "0.1.2" 13470 }, 13471 "build_script_attrs": { 13472 "data_glob": [ 13473 "**", 13474 "vendor/**" 13475 ], 13476 "deps": { 13477 "common": [ 13478 { 13479 "id": "cc 1.0.79", 13480 "target": "cc" 13481 } 13482 ], 13483 "selects": {} 13484 } 13485 }, 13486 "license": "MIT OR Apache-2.0 OR BSD-2-Clause", 13487 "license_ids": [ 13488 "Apache-2.0", 13489 "BSD-2-Clause", 13490 "MIT" 13491 ], 13492 "license_file": "LICENSE-APACHE" 13493 }, 13494 "winapi 0.3.9": { 13495 "name": "winapi", 13496 "version": "0.3.9", 13497 "package_url": "https://github.com/retep998/winapi-rs", 13498 "repository": { 13499 "Http": { 13500 "url": "https://static.crates.io/crates/winapi/0.3.9/download", 13501 "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 13502 } 13503 }, 13504 "targets": [ 13505 { 13506 "Library": { 13507 "crate_name": "winapi", 13508 "crate_root": "src/lib.rs", 13509 "srcs": { 13510 "allow_empty": true, 13511 "include": [ 13512 "**/*.rs" 13513 ] 13514 } 13515 } 13516 }, 13517 { 13518 "BuildScript": { 13519 "crate_name": "build_script_build", 13520 "crate_root": "build.rs", 13521 "srcs": { 13522 "allow_empty": true, 13523 "include": [ 13524 "**/*.rs" 13525 ] 13526 } 13527 } 13528 } 13529 ], 13530 "library_target_name": "winapi", 13531 "common_attrs": { 13532 "compile_data_glob": [ 13533 "**" 13534 ], 13535 "crate_features": { 13536 "common": [ 13537 "handleapi", 13538 "impl-debug", 13539 "impl-default", 13540 "libloaderapi", 13541 "minwinbase", 13542 "minwindef", 13543 "ntsecapi", 13544 "timezoneapi", 13545 "wincrypt", 13546 "winerror", 13547 "winnt", 13548 "winreg", 13549 "winsock2", 13550 "ws2def", 13551 "ws2ipdef", 13552 "ws2tcpip", 13553 "wtypesbase" 13554 ], 13555 "selects": {} 13556 }, 13557 "deps": { 13558 "common": [ 13559 { 13560 "id": "winapi 0.3.9", 13561 "target": "build_script_build" 13562 } 13563 ], 13564 "selects": { 13565 "i686-pc-windows-gnu": [ 13566 { 13567 "id": "winapi-i686-pc-windows-gnu 0.4.0", 13568 "target": "winapi_i686_pc_windows_gnu" 13569 } 13570 ], 13571 "x86_64-pc-windows-gnu": [ 13572 { 13573 "id": "winapi-x86_64-pc-windows-gnu 0.4.0", 13574 "target": "winapi_x86_64_pc_windows_gnu" 13575 } 13576 ] 13577 } 13578 }, 13579 "edition": "2015", 13580 "version": "0.3.9" 13581 }, 13582 "build_script_attrs": { 13583 "data_glob": [ 13584 "**" 13585 ] 13586 }, 13587 "license": "MIT/Apache-2.0", 13588 "license_ids": [ 13589 "Apache-2.0", 13590 "MIT" 13591 ], 13592 "license_file": "LICENSE-APACHE" 13593 }, 13594 "winapi-i686-pc-windows-gnu 0.4.0": { 13595 "name": "winapi-i686-pc-windows-gnu", 13596 "version": "0.4.0", 13597 "package_url": "https://github.com/retep998/winapi-rs", 13598 "repository": { 13599 "Http": { 13600 "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", 13601 "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 13602 } 13603 }, 13604 "targets": [ 13605 { 13606 "Library": { 13607 "crate_name": "winapi_i686_pc_windows_gnu", 13608 "crate_root": "src/lib.rs", 13609 "srcs": { 13610 "allow_empty": true, 13611 "include": [ 13612 "**/*.rs" 13613 ] 13614 } 13615 } 13616 }, 13617 { 13618 "BuildScript": { 13619 "crate_name": "build_script_build", 13620 "crate_root": "build.rs", 13621 "srcs": { 13622 "allow_empty": true, 13623 "include": [ 13624 "**/*.rs" 13625 ] 13626 } 13627 } 13628 } 13629 ], 13630 "library_target_name": "winapi_i686_pc_windows_gnu", 13631 "common_attrs": { 13632 "compile_data_glob": [ 13633 "**" 13634 ], 13635 "deps": { 13636 "common": [ 13637 { 13638 "id": "winapi-i686-pc-windows-gnu 0.4.0", 13639 "target": "build_script_build" 13640 } 13641 ], 13642 "selects": {} 13643 }, 13644 "edition": "2015", 13645 "version": "0.4.0" 13646 }, 13647 "build_script_attrs": { 13648 "data_glob": [ 13649 "**" 13650 ] 13651 }, 13652 "license": "MIT/Apache-2.0", 13653 "license_ids": [ 13654 "Apache-2.0", 13655 "MIT" 13656 ], 13657 "license_file": null 13658 }, 13659 "winapi-x86_64-pc-windows-gnu 0.4.0": { 13660 "name": "winapi-x86_64-pc-windows-gnu", 13661 "version": "0.4.0", 13662 "package_url": "https://github.com/retep998/winapi-rs", 13663 "repository": { 13664 "Http": { 13665 "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", 13666 "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 13667 } 13668 }, 13669 "targets": [ 13670 { 13671 "Library": { 13672 "crate_name": "winapi_x86_64_pc_windows_gnu", 13673 "crate_root": "src/lib.rs", 13674 "srcs": { 13675 "allow_empty": true, 13676 "include": [ 13677 "**/*.rs" 13678 ] 13679 } 13680 } 13681 }, 13682 { 13683 "BuildScript": { 13684 "crate_name": "build_script_build", 13685 "crate_root": "build.rs", 13686 "srcs": { 13687 "allow_empty": true, 13688 "include": [ 13689 "**/*.rs" 13690 ] 13691 } 13692 } 13693 } 13694 ], 13695 "library_target_name": "winapi_x86_64_pc_windows_gnu", 13696 "common_attrs": { 13697 "compile_data_glob": [ 13698 "**" 13699 ], 13700 "deps": { 13701 "common": [ 13702 { 13703 "id": "winapi-x86_64-pc-windows-gnu 0.4.0", 13704 "target": "build_script_build" 13705 } 13706 ], 13707 "selects": {} 13708 }, 13709 "edition": "2015", 13710 "version": "0.4.0" 13711 }, 13712 "build_script_attrs": { 13713 "data_glob": [ 13714 "**" 13715 ] 13716 }, 13717 "license": "MIT/Apache-2.0", 13718 "license_ids": [ 13719 "Apache-2.0", 13720 "MIT" 13721 ], 13722 "license_file": null 13723 }, 13724 "windows-sys 0.42.0": { 13725 "name": "windows-sys", 13726 "version": "0.42.0", 13727 "package_url": "https://github.com/microsoft/windows-rs", 13728 "repository": { 13729 "Http": { 13730 "url": "https://static.crates.io/crates/windows-sys/0.42.0/download", 13731 "sha256": "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 13732 } 13733 }, 13734 "targets": [ 13735 { 13736 "Library": { 13737 "crate_name": "windows_sys", 13738 "crate_root": "src/lib.rs", 13739 "srcs": { 13740 "allow_empty": true, 13741 "include": [ 13742 "**/*.rs" 13743 ] 13744 } 13745 } 13746 } 13747 ], 13748 "library_target_name": "windows_sys", 13749 "common_attrs": { 13750 "compile_data_glob": [ 13751 "**" 13752 ], 13753 "crate_features": { 13754 "common": [ 13755 "Win32", 13756 "Win32_Foundation", 13757 "Win32_Networking", 13758 "Win32_Networking_WinSock", 13759 "Win32_Security", 13760 "Win32_Security_Authentication", 13761 "Win32_Security_Authentication_Identity", 13762 "Win32_Security_Credentials", 13763 "Win32_Security_Cryptography", 13764 "Win32_System", 13765 "Win32_System_IO", 13766 "Win32_System_Memory", 13767 "Win32_System_Threading", 13768 "Win32_System_WindowsProgramming", 13769 "default" 13770 ], 13771 "selects": {} 13772 }, 13773 "deps": { 13774 "common": [], 13775 "selects": { 13776 "aarch64-pc-windows-gnullvm": [ 13777 { 13778 "id": "windows_aarch64_gnullvm 0.42.1", 13779 "target": "windows_aarch64_gnullvm" 13780 } 13781 ], 13782 "aarch64-pc-windows-msvc": [ 13783 { 13784 "id": "windows_aarch64_msvc 0.42.1", 13785 "target": "windows_aarch64_msvc" 13786 } 13787 ], 13788 "aarch64-uwp-windows-msvc": [ 13789 { 13790 "id": "windows_aarch64_msvc 0.42.1", 13791 "target": "windows_aarch64_msvc" 13792 } 13793 ], 13794 "i686-pc-windows-gnu": [ 13795 { 13796 "id": "windows_i686_gnu 0.42.1", 13797 "target": "windows_i686_gnu" 13798 } 13799 ], 13800 "i686-pc-windows-msvc": [ 13801 { 13802 "id": "windows_i686_msvc 0.42.1", 13803 "target": "windows_i686_msvc" 13804 } 13805 ], 13806 "i686-uwp-windows-gnu": [ 13807 { 13808 "id": "windows_i686_gnu 0.42.1", 13809 "target": "windows_i686_gnu" 13810 } 13811 ], 13812 "i686-uwp-windows-msvc": [ 13813 { 13814 "id": "windows_i686_msvc 0.42.1", 13815 "target": "windows_i686_msvc" 13816 } 13817 ], 13818 "x86_64-pc-windows-gnu": [ 13819 { 13820 "id": "windows_x86_64_gnu 0.42.1", 13821 "target": "windows_x86_64_gnu" 13822 } 13823 ], 13824 "x86_64-pc-windows-gnullvm": [ 13825 { 13826 "id": "windows_x86_64_gnullvm 0.42.1", 13827 "target": "windows_x86_64_gnullvm" 13828 } 13829 ], 13830 "x86_64-pc-windows-msvc": [ 13831 { 13832 "id": "windows_x86_64_msvc 0.42.1", 13833 "target": "windows_x86_64_msvc" 13834 } 13835 ], 13836 "x86_64-uwp-windows-gnu": [ 13837 { 13838 "id": "windows_x86_64_gnu 0.42.1", 13839 "target": "windows_x86_64_gnu" 13840 } 13841 ], 13842 "x86_64-uwp-windows-msvc": [ 13843 { 13844 "id": "windows_x86_64_msvc 0.42.1", 13845 "target": "windows_x86_64_msvc" 13846 } 13847 ] 13848 } 13849 }, 13850 "edition": "2018", 13851 "version": "0.42.0" 13852 }, 13853 "license": "MIT OR Apache-2.0", 13854 "license_ids": [ 13855 "Apache-2.0", 13856 "MIT" 13857 ], 13858 "license_file": "license-apache-2.0" 13859 }, 13860 "windows-sys 0.45.0": { 13861 "name": "windows-sys", 13862 "version": "0.45.0", 13863 "package_url": "https://github.com/microsoft/windows-rs", 13864 "repository": { 13865 "Http": { 13866 "url": "https://static.crates.io/crates/windows-sys/0.45.0/download", 13867 "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 13868 } 13869 }, 13870 "targets": [ 13871 { 13872 "Library": { 13873 "crate_name": "windows_sys", 13874 "crate_root": "src/lib.rs", 13875 "srcs": { 13876 "allow_empty": true, 13877 "include": [ 13878 "**/*.rs" 13879 ] 13880 } 13881 } 13882 } 13883 ], 13884 "library_target_name": "windows_sys", 13885 "common_attrs": { 13886 "compile_data_glob": [ 13887 "**" 13888 ], 13889 "crate_features": { 13890 "common": [ 13891 "Win32", 13892 "Win32_Foundation", 13893 "Win32_Networking", 13894 "Win32_Networking_WinSock", 13895 "Win32_Security", 13896 "Win32_Storage", 13897 "Win32_Storage_FileSystem", 13898 "Win32_System", 13899 "Win32_System_Console", 13900 "Win32_System_IO", 13901 "Win32_System_Pipes", 13902 "Win32_System_SystemServices", 13903 "Win32_System_WindowsProgramming", 13904 "default" 13905 ], 13906 "selects": {} 13907 }, 13908 "deps": { 13909 "common": [], 13910 "selects": { 13911 "cfg(not(windows_raw_dylib))": [ 13912 { 13913 "id": "windows-targets 0.42.1", 13914 "target": "windows_targets" 13915 } 13916 ] 13917 } 13918 }, 13919 "edition": "2018", 13920 "version": "0.45.0" 13921 }, 13922 "license": "MIT OR Apache-2.0", 13923 "license_ids": [ 13924 "Apache-2.0", 13925 "MIT" 13926 ], 13927 "license_file": "license-apache-2.0" 13928 }, 13929 "windows-targets 0.42.1": { 13930 "name": "windows-targets", 13931 "version": "0.42.1", 13932 "package_url": "https://github.com/microsoft/windows-rs", 13933 "repository": { 13934 "Http": { 13935 "url": "https://static.crates.io/crates/windows-targets/0.42.1/download", 13936 "sha256": "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 13937 } 13938 }, 13939 "targets": [ 13940 { 13941 "Library": { 13942 "crate_name": "windows_targets", 13943 "crate_root": "src/lib.rs", 13944 "srcs": { 13945 "allow_empty": true, 13946 "include": [ 13947 "**/*.rs" 13948 ] 13949 } 13950 } 13951 } 13952 ], 13953 "library_target_name": "windows_targets", 13954 "common_attrs": { 13955 "compile_data_glob": [ 13956 "**" 13957 ], 13958 "deps": { 13959 "common": [], 13960 "selects": { 13961 "aarch64-pc-windows-gnullvm": [ 13962 { 13963 "id": "windows_aarch64_gnullvm 0.42.1", 13964 "target": "windows_aarch64_gnullvm" 13965 } 13966 ], 13967 "aarch64-pc-windows-msvc": [ 13968 { 13969 "id": "windows_aarch64_msvc 0.42.1", 13970 "target": "windows_aarch64_msvc" 13971 } 13972 ], 13973 "aarch64-uwp-windows-msvc": [ 13974 { 13975 "id": "windows_aarch64_msvc 0.42.1", 13976 "target": "windows_aarch64_msvc" 13977 } 13978 ], 13979 "i686-pc-windows-gnu": [ 13980 { 13981 "id": "windows_i686_gnu 0.42.1", 13982 "target": "windows_i686_gnu" 13983 } 13984 ], 13985 "i686-pc-windows-msvc": [ 13986 { 13987 "id": "windows_i686_msvc 0.42.1", 13988 "target": "windows_i686_msvc" 13989 } 13990 ], 13991 "i686-uwp-windows-gnu": [ 13992 { 13993 "id": "windows_i686_gnu 0.42.1", 13994 "target": "windows_i686_gnu" 13995 } 13996 ], 13997 "i686-uwp-windows-msvc": [ 13998 { 13999 "id": "windows_i686_msvc 0.42.1", 14000 "target": "windows_i686_msvc" 14001 } 14002 ], 14003 "x86_64-pc-windows-gnu": [ 14004 { 14005 "id": "windows_x86_64_gnu 0.42.1", 14006 "target": "windows_x86_64_gnu" 14007 } 14008 ], 14009 "x86_64-pc-windows-gnullvm": [ 14010 { 14011 "id": "windows_x86_64_gnullvm 0.42.1", 14012 "target": "windows_x86_64_gnullvm" 14013 } 14014 ], 14015 "x86_64-pc-windows-msvc": [ 14016 { 14017 "id": "windows_x86_64_msvc 0.42.1", 14018 "target": "windows_x86_64_msvc" 14019 } 14020 ], 14021 "x86_64-uwp-windows-gnu": [ 14022 { 14023 "id": "windows_x86_64_gnu 0.42.1", 14024 "target": "windows_x86_64_gnu" 14025 } 14026 ], 14027 "x86_64-uwp-windows-msvc": [ 14028 { 14029 "id": "windows_x86_64_msvc 0.42.1", 14030 "target": "windows_x86_64_msvc" 14031 } 14032 ] 14033 } 14034 }, 14035 "edition": "2018", 14036 "version": "0.42.1" 14037 }, 14038 "license": "MIT OR Apache-2.0", 14039 "license_ids": [ 14040 "Apache-2.0", 14041 "MIT" 14042 ], 14043 "license_file": "license-apache-2.0" 14044 }, 14045 "windows_aarch64_gnullvm 0.42.1": { 14046 "name": "windows_aarch64_gnullvm", 14047 "version": "0.42.1", 14048 "package_url": "https://github.com/microsoft/windows-rs", 14049 "repository": { 14050 "Http": { 14051 "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.42.1/download", 14052 "sha256": "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 14053 } 14054 }, 14055 "targets": [ 14056 { 14057 "Library": { 14058 "crate_name": "windows_aarch64_gnullvm", 14059 "crate_root": "src/lib.rs", 14060 "srcs": { 14061 "allow_empty": true, 14062 "include": [ 14063 "**/*.rs" 14064 ] 14065 } 14066 } 14067 }, 14068 { 14069 "BuildScript": { 14070 "crate_name": "build_script_build", 14071 "crate_root": "build.rs", 14072 "srcs": { 14073 "allow_empty": true, 14074 "include": [ 14075 "**/*.rs" 14076 ] 14077 } 14078 } 14079 } 14080 ], 14081 "library_target_name": "windows_aarch64_gnullvm", 14082 "common_attrs": { 14083 "compile_data_glob": [ 14084 "**" 14085 ], 14086 "deps": { 14087 "common": [ 14088 { 14089 "id": "windows_aarch64_gnullvm 0.42.1", 14090 "target": "build_script_build" 14091 } 14092 ], 14093 "selects": {} 14094 }, 14095 "edition": "2018", 14096 "version": "0.42.1" 14097 }, 14098 "build_script_attrs": { 14099 "data_glob": [ 14100 "**" 14101 ] 14102 }, 14103 "license": "MIT OR Apache-2.0", 14104 "license_ids": [ 14105 "Apache-2.0", 14106 "MIT" 14107 ], 14108 "license_file": "license-apache-2.0" 14109 }, 14110 "windows_aarch64_msvc 0.42.1": { 14111 "name": "windows_aarch64_msvc", 14112 "version": "0.42.1", 14113 "package_url": "https://github.com/microsoft/windows-rs", 14114 "repository": { 14115 "Http": { 14116 "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.42.1/download", 14117 "sha256": "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 14118 } 14119 }, 14120 "targets": [ 14121 { 14122 "Library": { 14123 "crate_name": "windows_aarch64_msvc", 14124 "crate_root": "src/lib.rs", 14125 "srcs": { 14126 "allow_empty": true, 14127 "include": [ 14128 "**/*.rs" 14129 ] 14130 } 14131 } 14132 }, 14133 { 14134 "BuildScript": { 14135 "crate_name": "build_script_build", 14136 "crate_root": "build.rs", 14137 "srcs": { 14138 "allow_empty": true, 14139 "include": [ 14140 "**/*.rs" 14141 ] 14142 } 14143 } 14144 } 14145 ], 14146 "library_target_name": "windows_aarch64_msvc", 14147 "common_attrs": { 14148 "compile_data_glob": [ 14149 "**" 14150 ], 14151 "deps": { 14152 "common": [ 14153 { 14154 "id": "windows_aarch64_msvc 0.42.1", 14155 "target": "build_script_build" 14156 } 14157 ], 14158 "selects": {} 14159 }, 14160 "edition": "2018", 14161 "version": "0.42.1" 14162 }, 14163 "build_script_attrs": { 14164 "data_glob": [ 14165 "**" 14166 ] 14167 }, 14168 "license": "MIT OR Apache-2.0", 14169 "license_ids": [ 14170 "Apache-2.0", 14171 "MIT" 14172 ], 14173 "license_file": "license-apache-2.0" 14174 }, 14175 "windows_i686_gnu 0.42.1": { 14176 "name": "windows_i686_gnu", 14177 "version": "0.42.1", 14178 "package_url": "https://github.com/microsoft/windows-rs", 14179 "repository": { 14180 "Http": { 14181 "url": "https://static.crates.io/crates/windows_i686_gnu/0.42.1/download", 14182 "sha256": "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 14183 } 14184 }, 14185 "targets": [ 14186 { 14187 "Library": { 14188 "crate_name": "windows_i686_gnu", 14189 "crate_root": "src/lib.rs", 14190 "srcs": { 14191 "allow_empty": true, 14192 "include": [ 14193 "**/*.rs" 14194 ] 14195 } 14196 } 14197 }, 14198 { 14199 "BuildScript": { 14200 "crate_name": "build_script_build", 14201 "crate_root": "build.rs", 14202 "srcs": { 14203 "allow_empty": true, 14204 "include": [ 14205 "**/*.rs" 14206 ] 14207 } 14208 } 14209 } 14210 ], 14211 "library_target_name": "windows_i686_gnu", 14212 "common_attrs": { 14213 "compile_data_glob": [ 14214 "**" 14215 ], 14216 "deps": { 14217 "common": [ 14218 { 14219 "id": "windows_i686_gnu 0.42.1", 14220 "target": "build_script_build" 14221 } 14222 ], 14223 "selects": {} 14224 }, 14225 "edition": "2018", 14226 "version": "0.42.1" 14227 }, 14228 "build_script_attrs": { 14229 "data_glob": [ 14230 "**" 14231 ] 14232 }, 14233 "license": "MIT OR Apache-2.0", 14234 "license_ids": [ 14235 "Apache-2.0", 14236 "MIT" 14237 ], 14238 "license_file": "license-apache-2.0" 14239 }, 14240 "windows_i686_msvc 0.42.1": { 14241 "name": "windows_i686_msvc", 14242 "version": "0.42.1", 14243 "package_url": "https://github.com/microsoft/windows-rs", 14244 "repository": { 14245 "Http": { 14246 "url": "https://static.crates.io/crates/windows_i686_msvc/0.42.1/download", 14247 "sha256": "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 14248 } 14249 }, 14250 "targets": [ 14251 { 14252 "Library": { 14253 "crate_name": "windows_i686_msvc", 14254 "crate_root": "src/lib.rs", 14255 "srcs": { 14256 "allow_empty": true, 14257 "include": [ 14258 "**/*.rs" 14259 ] 14260 } 14261 } 14262 }, 14263 { 14264 "BuildScript": { 14265 "crate_name": "build_script_build", 14266 "crate_root": "build.rs", 14267 "srcs": { 14268 "allow_empty": true, 14269 "include": [ 14270 "**/*.rs" 14271 ] 14272 } 14273 } 14274 } 14275 ], 14276 "library_target_name": "windows_i686_msvc", 14277 "common_attrs": { 14278 "compile_data_glob": [ 14279 "**" 14280 ], 14281 "deps": { 14282 "common": [ 14283 { 14284 "id": "windows_i686_msvc 0.42.1", 14285 "target": "build_script_build" 14286 } 14287 ], 14288 "selects": {} 14289 }, 14290 "edition": "2018", 14291 "version": "0.42.1" 14292 }, 14293 "build_script_attrs": { 14294 "data_glob": [ 14295 "**" 14296 ] 14297 }, 14298 "license": "MIT OR Apache-2.0", 14299 "license_ids": [ 14300 "Apache-2.0", 14301 "MIT" 14302 ], 14303 "license_file": "license-apache-2.0" 14304 }, 14305 "windows_x86_64_gnu 0.42.1": { 14306 "name": "windows_x86_64_gnu", 14307 "version": "0.42.1", 14308 "package_url": "https://github.com/microsoft/windows-rs", 14309 "repository": { 14310 "Http": { 14311 "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.42.1/download", 14312 "sha256": "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 14313 } 14314 }, 14315 "targets": [ 14316 { 14317 "Library": { 14318 "crate_name": "windows_x86_64_gnu", 14319 "crate_root": "src/lib.rs", 14320 "srcs": { 14321 "allow_empty": true, 14322 "include": [ 14323 "**/*.rs" 14324 ] 14325 } 14326 } 14327 }, 14328 { 14329 "BuildScript": { 14330 "crate_name": "build_script_build", 14331 "crate_root": "build.rs", 14332 "srcs": { 14333 "allow_empty": true, 14334 "include": [ 14335 "**/*.rs" 14336 ] 14337 } 14338 } 14339 } 14340 ], 14341 "library_target_name": "windows_x86_64_gnu", 14342 "common_attrs": { 14343 "compile_data_glob": [ 14344 "**" 14345 ], 14346 "deps": { 14347 "common": [ 14348 { 14349 "id": "windows_x86_64_gnu 0.42.1", 14350 "target": "build_script_build" 14351 } 14352 ], 14353 "selects": {} 14354 }, 14355 "edition": "2018", 14356 "version": "0.42.1" 14357 }, 14358 "build_script_attrs": { 14359 "data_glob": [ 14360 "**" 14361 ] 14362 }, 14363 "license": "MIT OR Apache-2.0", 14364 "license_ids": [ 14365 "Apache-2.0", 14366 "MIT" 14367 ], 14368 "license_file": "license-apache-2.0" 14369 }, 14370 "windows_x86_64_gnullvm 0.42.1": { 14371 "name": "windows_x86_64_gnullvm", 14372 "version": "0.42.1", 14373 "package_url": "https://github.com/microsoft/windows-rs", 14374 "repository": { 14375 "Http": { 14376 "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.42.1/download", 14377 "sha256": "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 14378 } 14379 }, 14380 "targets": [ 14381 { 14382 "Library": { 14383 "crate_name": "windows_x86_64_gnullvm", 14384 "crate_root": "src/lib.rs", 14385 "srcs": { 14386 "allow_empty": true, 14387 "include": [ 14388 "**/*.rs" 14389 ] 14390 } 14391 } 14392 }, 14393 { 14394 "BuildScript": { 14395 "crate_name": "build_script_build", 14396 "crate_root": "build.rs", 14397 "srcs": { 14398 "allow_empty": true, 14399 "include": [ 14400 "**/*.rs" 14401 ] 14402 } 14403 } 14404 } 14405 ], 14406 "library_target_name": "windows_x86_64_gnullvm", 14407 "common_attrs": { 14408 "compile_data_glob": [ 14409 "**" 14410 ], 14411 "deps": { 14412 "common": [ 14413 { 14414 "id": "windows_x86_64_gnullvm 0.42.1", 14415 "target": "build_script_build" 14416 } 14417 ], 14418 "selects": {} 14419 }, 14420 "edition": "2018", 14421 "version": "0.42.1" 14422 }, 14423 "build_script_attrs": { 14424 "data_glob": [ 14425 "**" 14426 ] 14427 }, 14428 "license": "MIT OR Apache-2.0", 14429 "license_ids": [ 14430 "Apache-2.0", 14431 "MIT" 14432 ], 14433 "license_file": "license-apache-2.0" 14434 }, 14435 "windows_x86_64_msvc 0.42.1": { 14436 "name": "windows_x86_64_msvc", 14437 "version": "0.42.1", 14438 "package_url": "https://github.com/microsoft/windows-rs", 14439 "repository": { 14440 "Http": { 14441 "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.42.1/download", 14442 "sha256": "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 14443 } 14444 }, 14445 "targets": [ 14446 { 14447 "Library": { 14448 "crate_name": "windows_x86_64_msvc", 14449 "crate_root": "src/lib.rs", 14450 "srcs": { 14451 "allow_empty": true, 14452 "include": [ 14453 "**/*.rs" 14454 ] 14455 } 14456 } 14457 }, 14458 { 14459 "BuildScript": { 14460 "crate_name": "build_script_build", 14461 "crate_root": "build.rs", 14462 "srcs": { 14463 "allow_empty": true, 14464 "include": [ 14465 "**/*.rs" 14466 ] 14467 } 14468 } 14469 } 14470 ], 14471 "library_target_name": "windows_x86_64_msvc", 14472 "common_attrs": { 14473 "compile_data_glob": [ 14474 "**" 14475 ], 14476 "deps": { 14477 "common": [ 14478 { 14479 "id": "windows_x86_64_msvc 0.42.1", 14480 "target": "build_script_build" 14481 } 14482 ], 14483 "selects": {} 14484 }, 14485 "edition": "2018", 14486 "version": "0.42.1" 14487 }, 14488 "build_script_attrs": { 14489 "data_glob": [ 14490 "**" 14491 ] 14492 }, 14493 "license": "MIT OR Apache-2.0", 14494 "license_ids": [ 14495 "Apache-2.0", 14496 "MIT" 14497 ], 14498 "license_file": "license-apache-2.0" 14499 }, 14500 "winnow 0.3.3": { 14501 "name": "winnow", 14502 "version": "0.3.3", 14503 "package_url": "https://github.com/winnow-rs/winnow", 14504 "repository": { 14505 "Http": { 14506 "url": "https://static.crates.io/crates/winnow/0.3.3/download", 14507 "sha256": "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658" 14508 } 14509 }, 14510 "targets": [ 14511 { 14512 "Library": { 14513 "crate_name": "winnow", 14514 "crate_root": "src/lib.rs", 14515 "srcs": { 14516 "allow_empty": true, 14517 "include": [ 14518 "**/*.rs" 14519 ] 14520 } 14521 } 14522 } 14523 ], 14524 "library_target_name": "winnow", 14525 "common_attrs": { 14526 "compile_data_glob": [ 14527 "**" 14528 ], 14529 "crate_features": { 14530 "common": [ 14531 "alloc", 14532 "default", 14533 "std" 14534 ], 14535 "selects": {} 14536 }, 14537 "edition": "2021", 14538 "version": "0.3.3" 14539 }, 14540 "license": "MIT", 14541 "license_ids": [ 14542 "MIT" 14543 ], 14544 "license_file": "LICENSE-MIT" 14545 }, 14546 "winreg 0.10.1": { 14547 "name": "winreg", 14548 "version": "0.10.1", 14549 "package_url": "https://github.com/gentoo90/winreg-rs", 14550 "repository": { 14551 "Http": { 14552 "url": "https://static.crates.io/crates/winreg/0.10.1/download", 14553 "sha256": "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 14554 } 14555 }, 14556 "targets": [ 14557 { 14558 "Library": { 14559 "crate_name": "winreg", 14560 "crate_root": "src/lib.rs", 14561 "srcs": { 14562 "allow_empty": true, 14563 "include": [ 14564 "**/*.rs" 14565 ] 14566 } 14567 } 14568 }, 14569 { 14570 "BuildScript": { 14571 "crate_name": "build_script_build", 14572 "crate_root": "build.rs", 14573 "srcs": { 14574 "allow_empty": true, 14575 "include": [ 14576 "**/*.rs" 14577 ] 14578 } 14579 } 14580 } 14581 ], 14582 "library_target_name": "winreg", 14583 "common_attrs": { 14584 "compile_data_glob": [ 14585 "**" 14586 ], 14587 "deps": { 14588 "common": [ 14589 { 14590 "id": "winapi 0.3.9", 14591 "target": "winapi" 14592 }, 14593 { 14594 "id": "winreg 0.10.1", 14595 "target": "build_script_build" 14596 } 14597 ], 14598 "selects": {} 14599 }, 14600 "edition": "2015", 14601 "version": "0.10.1" 14602 }, 14603 "build_script_attrs": { 14604 "data_glob": [ 14605 "**" 14606 ] 14607 }, 14608 "license": "MIT", 14609 "license_ids": [ 14610 "MIT" 14611 ], 14612 "license_file": "LICENSE" 14613 } 14614 }, 14615 "binary_crates": [], 14616 "workspace_members": { 14617 "pkg_a 0.1.0": "multi_package/pkg_a", 14618 "pkg_b 0.1.0": "multi_package/sub_pkgs/pkg_b", 14619 "pkg_c 0.1.0": "multi_package/sub_pkgs/pkg_c" 14620 }, 14621 "conditions": { 14622 "aarch64-apple-darwin": [ 14623 "aarch64-apple-darwin" 14624 ], 14625 "aarch64-apple-ios": [ 14626 "aarch64-apple-ios" 14627 ], 14628 "aarch64-apple-ios-sim": [ 14629 "aarch64-apple-ios-sim" 14630 ], 14631 "aarch64-fuchsia": [ 14632 "aarch64-fuchsia" 14633 ], 14634 "aarch64-linux-android": [ 14635 "aarch64-linux-android" 14636 ], 14637 "aarch64-pc-windows-gnullvm": [], 14638 "aarch64-pc-windows-msvc": [ 14639 "aarch64-pc-windows-msvc" 14640 ], 14641 "aarch64-unknown-linux-gnu": [ 14642 "aarch64-unknown-linux-gnu", 14643 "aarch64-unknown-nixos-gnu" 14644 ], 14645 "aarch64-unknown-nixos-gnu": [ 14646 "aarch64-unknown-nixos-gnu" 14647 ], 14648 "aarch64-unknown-nto-qnx710": [ 14649 "aarch64-unknown-nto-qnx710" 14650 ], 14651 "aarch64-uwp-windows-msvc": [], 14652 "arm-unknown-linux-gnueabi": [ 14653 "arm-unknown-linux-gnueabi" 14654 ], 14655 "armv7-linux-androideabi": [ 14656 "armv7-linux-androideabi" 14657 ], 14658 "armv7-unknown-linux-gnueabi": [ 14659 "armv7-unknown-linux-gnueabi" 14660 ], 14661 "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], 14662 "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ 14663 "wasm32-unknown-unknown" 14664 ], 14665 "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ 14666 "wasm32-unknown-unknown" 14667 ], 14668 "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ 14669 "aarch64-fuchsia", 14670 "aarch64-linux-android", 14671 "aarch64-unknown-linux-gnu", 14672 "aarch64-unknown-nixos-gnu", 14673 "arm-unknown-linux-gnueabi", 14674 "armv7-linux-androideabi", 14675 "armv7-unknown-linux-gnueabi", 14676 "i686-apple-darwin", 14677 "i686-linux-android", 14678 "i686-pc-windows-msvc", 14679 "i686-unknown-freebsd", 14680 "i686-unknown-linux-gnu", 14681 "x86_64-apple-darwin", 14682 "x86_64-apple-ios", 14683 "x86_64-fuchsia", 14684 "x86_64-linux-android", 14685 "x86_64-pc-windows-msvc", 14686 "x86_64-unknown-freebsd", 14687 "x86_64-unknown-linux-gnu", 14688 "x86_64-unknown-nixos-gnu", 14689 "x86_64-unknown-none" 14690 ], 14691 "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ 14692 "aarch64-linux-android", 14693 "aarch64-unknown-linux-gnu", 14694 "aarch64-unknown-nixos-gnu", 14695 "arm-unknown-linux-gnueabi", 14696 "armv7-linux-androideabi", 14697 "armv7-unknown-linux-gnueabi", 14698 "i686-linux-android", 14699 "i686-unknown-linux-gnu", 14700 "powerpc-unknown-linux-gnu", 14701 "s390x-unknown-linux-gnu", 14702 "x86_64-linux-android", 14703 "x86_64-unknown-linux-gnu", 14704 "x86_64-unknown-nixos-gnu" 14705 ], 14706 "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ 14707 "i686-unknown-freebsd", 14708 "x86_64-unknown-freebsd" 14709 ], 14710 "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ 14711 "aarch64-apple-darwin", 14712 "aarch64-apple-ios", 14713 "aarch64-apple-ios-sim", 14714 "aarch64-fuchsia", 14715 "aarch64-linux-android", 14716 "aarch64-unknown-linux-gnu", 14717 "aarch64-unknown-nixos-gnu", 14718 "aarch64-unknown-nto-qnx710", 14719 "arm-unknown-linux-gnueabi", 14720 "armv7-linux-androideabi", 14721 "armv7-unknown-linux-gnueabi", 14722 "i686-apple-darwin", 14723 "i686-linux-android", 14724 "i686-unknown-freebsd", 14725 "i686-unknown-linux-gnu", 14726 "powerpc-unknown-linux-gnu", 14727 "s390x-unknown-linux-gnu", 14728 "x86_64-apple-darwin", 14729 "x86_64-apple-ios", 14730 "x86_64-fuchsia", 14731 "x86_64-linux-android", 14732 "x86_64-unknown-freebsd", 14733 "x86_64-unknown-linux-gnu", 14734 "x86_64-unknown-nixos-gnu" 14735 ], 14736 "cfg(docsrs)": [], 14737 "cfg(not(target_arch = \"wasm32\"))": [ 14738 "aarch64-apple-darwin", 14739 "aarch64-apple-ios", 14740 "aarch64-apple-ios-sim", 14741 "aarch64-fuchsia", 14742 "aarch64-linux-android", 14743 "aarch64-pc-windows-msvc", 14744 "aarch64-unknown-linux-gnu", 14745 "aarch64-unknown-nixos-gnu", 14746 "aarch64-unknown-nto-qnx710", 14747 "arm-unknown-linux-gnueabi", 14748 "armv7-linux-androideabi", 14749 "armv7-unknown-linux-gnueabi", 14750 "i686-apple-darwin", 14751 "i686-linux-android", 14752 "i686-pc-windows-msvc", 14753 "i686-unknown-freebsd", 14754 "i686-unknown-linux-gnu", 14755 "powerpc-unknown-linux-gnu", 14756 "riscv32imc-unknown-none-elf", 14757 "riscv64gc-unknown-none-elf", 14758 "s390x-unknown-linux-gnu", 14759 "thumbv7em-none-eabi", 14760 "thumbv8m.main-none-eabi", 14761 "x86_64-apple-darwin", 14762 "x86_64-apple-ios", 14763 "x86_64-fuchsia", 14764 "x86_64-linux-android", 14765 "x86_64-pc-windows-msvc", 14766 "x86_64-unknown-freebsd", 14767 "x86_64-unknown-linux-gnu", 14768 "x86_64-unknown-nixos-gnu", 14769 "x86_64-unknown-none" 14770 ], 14771 "cfg(not(windows))": [ 14772 "aarch64-apple-darwin", 14773 "aarch64-apple-ios", 14774 "aarch64-apple-ios-sim", 14775 "aarch64-fuchsia", 14776 "aarch64-linux-android", 14777 "aarch64-unknown-linux-gnu", 14778 "aarch64-unknown-nixos-gnu", 14779 "aarch64-unknown-nto-qnx710", 14780 "arm-unknown-linux-gnueabi", 14781 "armv7-linux-androideabi", 14782 "armv7-unknown-linux-gnueabi", 14783 "i686-apple-darwin", 14784 "i686-linux-android", 14785 "i686-unknown-freebsd", 14786 "i686-unknown-linux-gnu", 14787 "powerpc-unknown-linux-gnu", 14788 "riscv32imc-unknown-none-elf", 14789 "riscv64gc-unknown-none-elf", 14790 "s390x-unknown-linux-gnu", 14791 "thumbv7em-none-eabi", 14792 "thumbv8m.main-none-eabi", 14793 "wasm32-unknown-unknown", 14794 "wasm32-wasi", 14795 "x86_64-apple-darwin", 14796 "x86_64-apple-ios", 14797 "x86_64-fuchsia", 14798 "x86_64-linux-android", 14799 "x86_64-unknown-freebsd", 14800 "x86_64-unknown-linux-gnu", 14801 "x86_64-unknown-nixos-gnu", 14802 "x86_64-unknown-none" 14803 ], 14804 "cfg(not(windows_raw_dylib))": [ 14805 "aarch64-apple-darwin", 14806 "aarch64-apple-ios", 14807 "aarch64-apple-ios-sim", 14808 "aarch64-fuchsia", 14809 "aarch64-linux-android", 14810 "aarch64-pc-windows-msvc", 14811 "aarch64-unknown-linux-gnu", 14812 "aarch64-unknown-nixos-gnu", 14813 "aarch64-unknown-nto-qnx710", 14814 "arm-unknown-linux-gnueabi", 14815 "armv7-linux-androideabi", 14816 "armv7-unknown-linux-gnueabi", 14817 "i686-apple-darwin", 14818 "i686-linux-android", 14819 "i686-pc-windows-msvc", 14820 "i686-unknown-freebsd", 14821 "i686-unknown-linux-gnu", 14822 "powerpc-unknown-linux-gnu", 14823 "riscv32imc-unknown-none-elf", 14824 "riscv64gc-unknown-none-elf", 14825 "s390x-unknown-linux-gnu", 14826 "thumbv7em-none-eabi", 14827 "thumbv8m.main-none-eabi", 14828 "wasm32-unknown-unknown", 14829 "wasm32-wasi", 14830 "x86_64-apple-darwin", 14831 "x86_64-apple-ios", 14832 "x86_64-fuchsia", 14833 "x86_64-linux-android", 14834 "x86_64-pc-windows-msvc", 14835 "x86_64-unknown-freebsd", 14836 "x86_64-unknown-linux-gnu", 14837 "x86_64-unknown-nixos-gnu", 14838 "x86_64-unknown-none" 14839 ], 14840 "cfg(target_arch = \"wasm32\")": [ 14841 "wasm32-unknown-unknown", 14842 "wasm32-wasi" 14843 ], 14844 "cfg(target_env = \"msvc\")": [ 14845 "aarch64-pc-windows-msvc", 14846 "i686-pc-windows-msvc", 14847 "x86_64-pc-windows-msvc" 14848 ], 14849 "cfg(target_feature = \"atomics\")": [], 14850 "cfg(target_os = \"wasi\")": [ 14851 "wasm32-wasi" 14852 ], 14853 "cfg(target_os = \"windows\")": [ 14854 "aarch64-pc-windows-msvc", 14855 "i686-pc-windows-msvc", 14856 "x86_64-pc-windows-msvc" 14857 ], 14858 "cfg(unix)": [ 14859 "aarch64-apple-darwin", 14860 "aarch64-apple-ios", 14861 "aarch64-apple-ios-sim", 14862 "aarch64-fuchsia", 14863 "aarch64-linux-android", 14864 "aarch64-unknown-linux-gnu", 14865 "aarch64-unknown-nixos-gnu", 14866 "aarch64-unknown-nto-qnx710", 14867 "arm-unknown-linux-gnueabi", 14868 "armv7-linux-androideabi", 14869 "armv7-unknown-linux-gnueabi", 14870 "i686-apple-darwin", 14871 "i686-linux-android", 14872 "i686-unknown-freebsd", 14873 "i686-unknown-linux-gnu", 14874 "powerpc-unknown-linux-gnu", 14875 "s390x-unknown-linux-gnu", 14876 "x86_64-apple-darwin", 14877 "x86_64-apple-ios", 14878 "x86_64-fuchsia", 14879 "x86_64-linux-android", 14880 "x86_64-unknown-freebsd", 14881 "x86_64-unknown-linux-gnu", 14882 "x86_64-unknown-nixos-gnu" 14883 ], 14884 "cfg(windows)": [ 14885 "aarch64-pc-windows-msvc", 14886 "i686-pc-windows-msvc", 14887 "x86_64-pc-windows-msvc" 14888 ], 14889 "i686-apple-darwin": [ 14890 "i686-apple-darwin" 14891 ], 14892 "i686-linux-android": [ 14893 "i686-linux-android" 14894 ], 14895 "i686-pc-windows-gnu": [], 14896 "i686-pc-windows-msvc": [ 14897 "i686-pc-windows-msvc" 14898 ], 14899 "i686-unknown-freebsd": [ 14900 "i686-unknown-freebsd" 14901 ], 14902 "i686-unknown-linux-gnu": [ 14903 "i686-unknown-linux-gnu" 14904 ], 14905 "i686-uwp-windows-gnu": [], 14906 "i686-uwp-windows-msvc": [], 14907 "powerpc-unknown-linux-gnu": [ 14908 "powerpc-unknown-linux-gnu" 14909 ], 14910 "riscv32imc-unknown-none-elf": [ 14911 "riscv32imc-unknown-none-elf" 14912 ], 14913 "riscv64gc-unknown-none-elf": [ 14914 "riscv64gc-unknown-none-elf" 14915 ], 14916 "s390x-unknown-linux-gnu": [ 14917 "s390x-unknown-linux-gnu" 14918 ], 14919 "thumbv7em-none-eabi": [ 14920 "thumbv7em-none-eabi" 14921 ], 14922 "thumbv8m.main-none-eabi": [ 14923 "thumbv8m.main-none-eabi" 14924 ], 14925 "wasm32-unknown-unknown": [ 14926 "wasm32-unknown-unknown" 14927 ], 14928 "wasm32-wasi": [ 14929 "wasm32-wasi" 14930 ], 14931 "x86_64-apple-darwin": [ 14932 "x86_64-apple-darwin" 14933 ], 14934 "x86_64-apple-ios": [ 14935 "x86_64-apple-ios" 14936 ], 14937 "x86_64-fuchsia": [ 14938 "x86_64-fuchsia" 14939 ], 14940 "x86_64-linux-android": [ 14941 "x86_64-linux-android" 14942 ], 14943 "x86_64-pc-windows-gnu": [], 14944 "x86_64-pc-windows-gnullvm": [], 14945 "x86_64-pc-windows-msvc": [ 14946 "x86_64-pc-windows-msvc" 14947 ], 14948 "x86_64-unknown-freebsd": [ 14949 "x86_64-unknown-freebsd" 14950 ], 14951 "x86_64-unknown-linux-gnu": [ 14952 "x86_64-unknown-linux-gnu", 14953 "x86_64-unknown-nixos-gnu" 14954 ], 14955 "x86_64-unknown-nixos-gnu": [ 14956 "x86_64-unknown-nixos-gnu" 14957 ], 14958 "x86_64-unknown-none": [ 14959 "x86_64-unknown-none" 14960 ], 14961 "x86_64-uwp-windows-gnu": [], 14962 "x86_64-uwp-windows-msvc": [] 14963 }, 14964 "direct_deps": [ 14965 "anyhow 1.0.69", 14966 "md-5 0.9.1", 14967 "reqwest 0.11.14", 14968 "rustls 0.20.8", 14969 "rustls-pemfile 1.0.2" 14970 ], 14971 "direct_dev_deps": [ 14972 "hex-literal 0.3.4", 14973 "httpmock 0.6.7" 14974 ] 14975} 14976