1{ 2 "metadata": null, 3 "packages": [ 4 { 5 "authors": [], 6 "categories": [ 7 "development-tools::debugging" 8 ], 9 "default_run": null, 10 "dependencies": [ 11 { 12 "features": [], 13 "kind": null, 14 "name": "rustc-std-workspace-alloc", 15 "optional": true, 16 "registry": null, 17 "rename": "alloc", 18 "req": "^1.0.0", 19 "source": "registry+https://github.com/rust-lang/crates.io-index", 20 "target": null, 21 "uses_default_features": true 22 }, 23 { 24 "features": [], 25 "kind": null, 26 "name": "compiler_builtins", 27 "optional": true, 28 "registry": null, 29 "rename": null, 30 "req": "^0.1.2", 31 "source": "registry+https://github.com/rust-lang/crates.io-index", 32 "target": null, 33 "uses_default_features": true 34 }, 35 { 36 "features": [], 37 "kind": null, 38 "name": "rustc-std-workspace-core", 39 "optional": true, 40 "registry": null, 41 "rename": "core", 42 "req": "^1.0.0", 43 "source": "registry+https://github.com/rust-lang/crates.io-index", 44 "target": null, 45 "uses_default_features": true 46 }, 47 { 48 "features": [ 49 "alloc" 50 ], 51 "kind": null, 52 "name": "cpp_demangle", 53 "optional": true, 54 "registry": null, 55 "rename": null, 56 "req": "^0.4", 57 "source": "registry+https://github.com/rust-lang/crates.io-index", 58 "target": null, 59 "uses_default_features": false 60 }, 61 { 62 "features": [], 63 "kind": null, 64 "name": "fallible-iterator", 65 "optional": true, 66 "registry": null, 67 "rename": null, 68 "req": "^0.3.0", 69 "source": "registry+https://github.com/rust-lang/crates.io-index", 70 "target": null, 71 "uses_default_features": false 72 }, 73 { 74 "features": [ 75 "read" 76 ], 77 "kind": null, 78 "name": "gimli", 79 "optional": false, 80 "registry": null, 81 "rename": null, 82 "req": "^0.28.0", 83 "source": "registry+https://github.com/rust-lang/crates.io-index", 84 "target": null, 85 "uses_default_features": false 86 }, 87 { 88 "features": [], 89 "kind": null, 90 "name": "memmap2", 91 "optional": true, 92 "registry": null, 93 "rename": null, 94 "req": "^0.5.5", 95 "source": "registry+https://github.com/rust-lang/crates.io-index", 96 "target": null, 97 "uses_default_features": true 98 }, 99 { 100 "features": [ 101 "read" 102 ], 103 "kind": null, 104 "name": "object", 105 "optional": true, 106 "registry": null, 107 "rename": null, 108 "req": "^0.32.0", 109 "source": "registry+https://github.com/rust-lang/crates.io-index", 110 "target": null, 111 "uses_default_features": false 112 }, 113 { 114 "features": [], 115 "kind": null, 116 "name": "rustc-demangle", 117 "optional": true, 118 "registry": null, 119 "rename": null, 120 "req": "^0.1", 121 "source": "registry+https://github.com/rust-lang/crates.io-index", 122 "target": null, 123 "uses_default_features": true 124 }, 125 { 126 "features": [], 127 "kind": null, 128 "name": "smallvec", 129 "optional": true, 130 "registry": null, 131 "rename": null, 132 "req": "^1", 133 "source": "registry+https://github.com/rust-lang/crates.io-index", 134 "target": null, 135 "uses_default_features": false 136 }, 137 { 138 "features": [], 139 "kind": "dev", 140 "name": "backtrace", 141 "optional": false, 142 "registry": null, 143 "rename": null, 144 "req": "^0.3.13", 145 "source": "registry+https://github.com/rust-lang/crates.io-index", 146 "target": null, 147 "uses_default_features": true 148 }, 149 { 150 "features": [ 151 "wrap_help" 152 ], 153 "kind": "dev", 154 "name": "clap", 155 "optional": false, 156 "registry": null, 157 "rename": null, 158 "req": "^4.3.21", 159 "source": "registry+https://github.com/rust-lang/crates.io-index", 160 "target": null, 161 "uses_default_features": true 162 }, 163 { 164 "features": [], 165 "kind": "dev", 166 "name": "findshlibs", 167 "optional": false, 168 "registry": null, 169 "rename": null, 170 "req": "^0.10", 171 "source": "registry+https://github.com/rust-lang/crates.io-index", 172 "target": null, 173 "uses_default_features": true 174 }, 175 { 176 "features": [], 177 "kind": "dev", 178 "name": "libtest-mimic", 179 "optional": false, 180 "registry": null, 181 "rename": null, 182 "req": "^0.6.1", 183 "source": "registry+https://github.com/rust-lang/crates.io-index", 184 "target": null, 185 "uses_default_features": true 186 }, 187 { 188 "features": [], 189 "kind": "dev", 190 "name": "typed-arena", 191 "optional": false, 192 "registry": null, 193 "rename": null, 194 "req": "^2", 195 "source": "registry+https://github.com/rust-lang/crates.io-index", 196 "target": null, 197 "uses_default_features": true 198 } 199 ], 200 "description": "A cross-platform symbolication library written in Rust, using `gimli`", 201 "documentation": "https://docs.rs/addr2line", 202 "edition": "2018", 203 "features": { 204 "alloc": [ 205 "dep:alloc" 206 ], 207 "compiler_builtins": [ 208 "dep:compiler_builtins" 209 ], 210 "core": [ 211 "dep:core" 212 ], 213 "cpp_demangle": [ 214 "dep:cpp_demangle" 215 ], 216 "default": [ 217 "rustc-demangle", 218 "cpp_demangle", 219 "std-object", 220 "fallible-iterator", 221 "smallvec", 222 "memmap2" 223 ], 224 "fallible-iterator": [ 225 "dep:fallible-iterator" 226 ], 227 "memmap2": [ 228 "dep:memmap2" 229 ], 230 "object": [ 231 "dep:object" 232 ], 233 "rustc-demangle": [ 234 "dep:rustc-demangle" 235 ], 236 "rustc-dep-of-std": [ 237 "core", 238 "alloc", 239 "compiler_builtins", 240 "gimli/rustc-dep-of-std" 241 ], 242 "smallvec": [ 243 "dep:smallvec" 244 ], 245 "std": [ 246 "gimli/std" 247 ], 248 "std-object": [ 249 "std", 250 "object", 251 "object/std", 252 "object/compression", 253 "gimli/endian-reader" 254 ] 255 }, 256 "homepage": null, 257 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 258 "keywords": [ 259 "DWARF", 260 "debug", 261 "elf", 262 "symbolicate", 263 "atos" 264 ], 265 "license": "Apache-2.0 OR MIT", 266 "license_file": null, 267 "links": null, 268 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/Cargo.toml", 269 "metadata": null, 270 "name": "addr2line", 271 "publish": null, 272 "readme": "./README.md", 273 "repository": "https://github.com/gimli-rs/addr2line", 274 "rust_version": "1.65", 275 "source": "registry+https://github.com/rust-lang/crates.io-index", 276 "targets": [ 277 { 278 "crate_types": [ 279 "lib" 280 ], 281 "doc": true, 282 "doctest": true, 283 "edition": "2018", 284 "kind": [ 285 "lib" 286 ], 287 "name": "addr2line", 288 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs", 289 "test": true 290 }, 291 { 292 "crate_types": [ 293 "bin" 294 ], 295 "doc": false, 296 "doctest": false, 297 "edition": "2018", 298 "kind": [ 299 "example" 300 ], 301 "name": "addr2line", 302 "required-features": [ 303 "default" 304 ], 305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/examples/addr2line.rs", 306 "test": false 307 }, 308 { 309 "crate_types": [ 310 "bin" 311 ], 312 "doc": false, 313 "doctest": false, 314 "edition": "2018", 315 "kind": [ 316 "test" 317 ], 318 "name": "output_equivalence", 319 "required-features": [ 320 "default" 321 ], 322 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/output_equivalence.rs", 323 "test": true 324 }, 325 { 326 "crate_types": [ 327 "bin" 328 ], 329 "doc": false, 330 "doctest": false, 331 "edition": "2018", 332 "kind": [ 333 "test" 334 ], 335 "name": "correctness", 336 "required-features": [ 337 "default" 338 ], 339 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/correctness.rs", 340 "test": true 341 }, 342 { 343 "crate_types": [ 344 "bin" 345 ], 346 "doc": false, 347 "doctest": false, 348 "edition": "2018", 349 "kind": [ 350 "test" 351 ], 352 "name": "parse", 353 "required-features": [ 354 "std-object" 355 ], 356 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/parse.rs", 357 "test": true 358 } 359 ], 360 "version": "0.21.0" 361 }, 362 { 363 "authors": [ 364 "Jonas Schievink <[email protected]>" 365 ], 366 "categories": [ 367 "algorithms" 368 ], 369 "default_run": null, 370 "dependencies": [ 371 { 372 "features": [], 373 "kind": null, 374 "name": "compiler_builtins", 375 "optional": true, 376 "registry": null, 377 "rename": null, 378 "req": "^0.1.2", 379 "source": "registry+https://github.com/rust-lang/crates.io-index", 380 "target": null, 381 "uses_default_features": true 382 }, 383 { 384 "features": [], 385 "kind": null, 386 "name": "rustc-std-workspace-core", 387 "optional": true, 388 "registry": null, 389 "rename": "core", 390 "req": "^1.0.0", 391 "source": "registry+https://github.com/rust-lang/crates.io-index", 392 "target": null, 393 "uses_default_features": true 394 }, 395 { 396 "features": [], 397 "kind": "dev", 398 "name": "criterion", 399 "optional": false, 400 "registry": null, 401 "rename": null, 402 "req": "^0.3.2", 403 "source": "registry+https://github.com/rust-lang/crates.io-index", 404 "target": null, 405 "uses_default_features": true 406 } 407 ], 408 "description": "A simple clean-room implementation of the Adler-32 checksum", 409 "documentation": "https://docs.rs/adler/", 410 "edition": "2015", 411 "features": { 412 "compiler_builtins": [ 413 "dep:compiler_builtins" 414 ], 415 "core": [ 416 "dep:core" 417 ], 418 "default": [ 419 "std" 420 ], 421 "rustc-dep-of-std": [ 422 "core", 423 "compiler_builtins" 424 ], 425 "std": [] 426 }, 427 "homepage": null, 428 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 429 "keywords": [ 430 "checksum", 431 "integrity", 432 "hash", 433 "adler32", 434 "zlib" 435 ], 436 "license": "0BSD OR MIT OR Apache-2.0", 437 "license_file": null, 438 "links": null, 439 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml", 440 "metadata": { 441 "docs": { 442 "rs": { 443 "rustdoc-args": [ 444 "--cfg=docsrs" 445 ] 446 } 447 }, 448 "release": { 449 "no-dev-version": true, 450 "pre-release-commit-message": "Release {{version}}", 451 "pre-release-replacements": [ 452 { 453 "file": "CHANGELOG.md", 454 "replace": "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n", 455 "search": "## Unreleased\n" 456 }, 457 { 458 "file": "README.md", 459 "replace": "adler = \"{{version}}\"", 460 "search": "adler = \"[a-z0-9\\\\.-]+\"" 461 }, 462 { 463 "file": "src/lib.rs", 464 "replace": "https://docs.rs/adler/{{version}}", 465 "search": "https://docs.rs/adler/[a-z0-9\\.-]+" 466 } 467 ], 468 "tag-message": "{{version}}" 469 } 470 }, 471 "name": "adler", 472 "publish": null, 473 "readme": "README.md", 474 "repository": "https://github.com/jonas-schievink/adler.git", 475 "rust_version": null, 476 "source": "registry+https://github.com/rust-lang/crates.io-index", 477 "targets": [ 478 { 479 "crate_types": [ 480 "lib" 481 ], 482 "doc": true, 483 "doctest": true, 484 "edition": "2015", 485 "kind": [ 486 "lib" 487 ], 488 "name": "adler", 489 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs", 490 "test": true 491 }, 492 { 493 "crate_types": [ 494 "bin" 495 ], 496 "doc": false, 497 "doctest": false, 498 "edition": "2015", 499 "kind": [ 500 "bench" 501 ], 502 "name": "bench", 503 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs", 504 "test": false 505 } 506 ], 507 "version": "1.0.2" 508 }, 509 { 510 "authors": [ 511 "Nicolas Silva <[email protected]>" 512 ], 513 "categories": [], 514 "default_run": null, 515 "dependencies": [ 516 { 517 "features": [], 518 "kind": null, 519 "name": "libc", 520 "optional": false, 521 "registry": null, 522 "rename": null, 523 "req": "^0.2.126", 524 "source": "registry+https://github.com/rust-lang/crates.io-index", 525 "target": null, 526 "uses_default_features": true 527 } 528 ], 529 "description": "Minimal Android system properties wrapper", 530 "documentation": "https://docs.rs/android_system_properties", 531 "edition": "2018", 532 "features": {}, 533 "homepage": "https://github.com/nical/android_system_properties", 534 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 535 "keywords": [ 536 "android" 537 ], 538 "license": "MIT/Apache-2.0", 539 "license_file": null, 540 "links": null, 541 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", 542 "metadata": { 543 "docs": { 544 "rs": { 545 "targets": [ 546 "arm-linux-androideabi", 547 "armv7-linux-androideabi", 548 "aarch64-linux-android", 549 "i686-linux-android", 550 "x86_64-linux-android", 551 "x86_64-unknown-linux-gnu" 552 ] 553 } 554 } 555 }, 556 "name": "android_system_properties", 557 "publish": null, 558 "readme": "README.md", 559 "repository": "https://github.com/nical/android_system_properties", 560 "rust_version": null, 561 "source": "registry+https://github.com/rust-lang/crates.io-index", 562 "targets": [ 563 { 564 "crate_types": [ 565 "lib" 566 ], 567 "doc": true, 568 "doctest": true, 569 "edition": "2018", 570 "kind": [ 571 "lib" 572 ], 573 "name": "android_system_properties", 574 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", 575 "test": true 576 }, 577 { 578 "crate_types": [ 579 "bin" 580 ], 581 "doc": false, 582 "doctest": false, 583 "edition": "2018", 584 "kind": [ 585 "example" 586 ], 587 "name": "time_zone", 588 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", 589 "test": false 590 } 591 ], 592 "version": "0.1.5" 593 }, 594 { 595 "authors": [ 596 "Josh Stone <[email protected]>" 597 ], 598 "categories": [ 599 "development-tools::build-utils" 600 ], 601 "default_run": null, 602 "dependencies": [], 603 "description": "Automatic cfg for Rust compiler features", 604 "documentation": "https://docs.rs/autocfg/", 605 "edition": "2015", 606 "features": {}, 607 "homepage": null, 608 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 609 "keywords": [ 610 "rustc", 611 "build", 612 "autoconf" 613 ], 614 "license": "Apache-2.0 OR MIT", 615 "license_file": null, 616 "links": null, 617 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/Cargo.toml", 618 "metadata": null, 619 "name": "autocfg", 620 "publish": null, 621 "readme": "README.md", 622 "repository": "https://github.com/cuviper/autocfg", 623 "rust_version": "1.0", 624 "source": "registry+https://github.com/rust-lang/crates.io-index", 625 "targets": [ 626 { 627 "crate_types": [ 628 "lib" 629 ], 630 "doc": true, 631 "doctest": true, 632 "edition": "2015", 633 "kind": [ 634 "lib" 635 ], 636 "name": "autocfg", 637 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/src/lib.rs", 638 "test": true 639 }, 640 { 641 "crate_types": [ 642 "bin" 643 ], 644 "doc": false, 645 "doctest": false, 646 "edition": "2015", 647 "kind": [ 648 "example" 649 ], 650 "name": "integers", 651 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/integers.rs", 652 "test": false 653 }, 654 { 655 "crate_types": [ 656 "bin" 657 ], 658 "doc": false, 659 "doctest": false, 660 "edition": "2015", 661 "kind": [ 662 "example" 663 ], 664 "name": "paths", 665 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/paths.rs", 666 "test": false 667 }, 668 { 669 "crate_types": [ 670 "bin" 671 ], 672 "doc": false, 673 "doctest": false, 674 "edition": "2015", 675 "kind": [ 676 "example" 677 ], 678 "name": "versions", 679 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/versions.rs", 680 "test": false 681 }, 682 { 683 "crate_types": [ 684 "bin" 685 ], 686 "doc": false, 687 "doctest": false, 688 "edition": "2015", 689 "kind": [ 690 "example" 691 ], 692 "name": "traits", 693 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/traits.rs", 694 "test": false 695 }, 696 { 697 "crate_types": [ 698 "bin" 699 ], 700 "doc": false, 701 "doctest": false, 702 "edition": "2015", 703 "kind": [ 704 "test" 705 ], 706 "name": "no_std", 707 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/no_std.rs", 708 "test": true 709 }, 710 { 711 "crate_types": [ 712 "bin" 713 ], 714 "doc": false, 715 "doctest": false, 716 "edition": "2015", 717 "kind": [ 718 "test" 719 ], 720 "name": "rustflags", 721 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/rustflags.rs", 722 "test": true 723 }, 724 { 725 "crate_types": [ 726 "bin" 727 ], 728 "doc": false, 729 "doctest": false, 730 "edition": "2015", 731 "kind": [ 732 "test" 733 ], 734 "name": "wrappers", 735 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/wrappers.rs", 736 "test": true 737 } 738 ], 739 "version": "1.2.0" 740 }, 741 { 742 "authors": [ 743 "The Rust Project Developers" 744 ], 745 "categories": [], 746 "default_run": null, 747 "dependencies": [ 748 { 749 "features": [], 750 "kind": null, 751 "name": "cfg-if", 752 "optional": false, 753 "registry": null, 754 "rename": null, 755 "req": "^1.0", 756 "source": "registry+https://github.com/rust-lang/crates.io-index", 757 "target": null, 758 "uses_default_features": true 759 }, 760 { 761 "features": [ 762 "alloc" 763 ], 764 "kind": null, 765 "name": "cpp_demangle", 766 "optional": true, 767 "registry": null, 768 "rename": null, 769 "req": "^0.4.0", 770 "source": "registry+https://github.com/rust-lang/crates.io-index", 771 "target": null, 772 "uses_default_features": false 773 }, 774 { 775 "features": [], 776 "kind": null, 777 "name": "rustc-demangle", 778 "optional": false, 779 "registry": null, 780 "rename": null, 781 "req": "^0.1.4", 782 "source": "registry+https://github.com/rust-lang/crates.io-index", 783 "target": null, 784 "uses_default_features": true 785 }, 786 { 787 "features": [], 788 "kind": null, 789 "name": "rustc-serialize", 790 "optional": true, 791 "registry": null, 792 "rename": null, 793 "req": "^0.3", 794 "source": "registry+https://github.com/rust-lang/crates.io-index", 795 "target": null, 796 "uses_default_features": true 797 }, 798 { 799 "features": [ 800 "derive" 801 ], 802 "kind": null, 803 "name": "serde", 804 "optional": true, 805 "registry": null, 806 "rename": null, 807 "req": "^1.0", 808 "source": "registry+https://github.com/rust-lang/crates.io-index", 809 "target": null, 810 "uses_default_features": true 811 }, 812 { 813 "features": [], 814 "kind": "dev", 815 "name": "libloading", 816 "optional": false, 817 "registry": null, 818 "rename": null, 819 "req": "^0.7", 820 "source": "registry+https://github.com/rust-lang/crates.io-index", 821 "target": null, 822 "uses_default_features": true 823 }, 824 { 825 "features": [], 826 "kind": "build", 827 "name": "cc", 828 "optional": false, 829 "registry": null, 830 "rename": null, 831 "req": "^1.0.90", 832 "source": "registry+https://github.com/rust-lang/crates.io-index", 833 "target": null, 834 "uses_default_features": true 835 }, 836 { 837 "features": [], 838 "kind": null, 839 "name": "addr2line", 840 "optional": false, 841 "registry": null, 842 "rename": null, 843 "req": "^0.21.0", 844 "source": "registry+https://github.com/rust-lang/crates.io-index", 845 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 846 "uses_default_features": false 847 }, 848 { 849 "features": [], 850 "kind": null, 851 "name": "libc", 852 "optional": false, 853 "registry": null, 854 "rename": null, 855 "req": "^0.2.146", 856 "source": "registry+https://github.com/rust-lang/crates.io-index", 857 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 858 "uses_default_features": false 859 }, 860 { 861 "features": [], 862 "kind": null, 863 "name": "miniz_oxide", 864 "optional": false, 865 "registry": null, 866 "rename": null, 867 "req": "^0.7.0", 868 "source": "registry+https://github.com/rust-lang/crates.io-index", 869 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 870 "uses_default_features": false 871 }, 872 { 873 "features": [ 874 "read_core", 875 "elf", 876 "macho", 877 "pe", 878 "xcoff", 879 "unaligned", 880 "archive" 881 ], 882 "kind": null, 883 "name": "object", 884 "optional": false, 885 "registry": null, 886 "rename": null, 887 "req": "^0.32.0", 888 "source": "registry+https://github.com/rust-lang/crates.io-index", 889 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 890 "uses_default_features": false 891 }, 892 { 893 "features": [], 894 "kind": null, 895 "name": "winapi", 896 "optional": true, 897 "registry": null, 898 "rename": null, 899 "req": "^0.3.9", 900 "source": "registry+https://github.com/rust-lang/crates.io-index", 901 "target": "cfg(windows)", 902 "uses_default_features": true 903 } 904 ], 905 "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n", 906 "documentation": "https://docs.rs/backtrace", 907 "edition": "2021", 908 "features": { 909 "coresymbolication": [], 910 "cpp_demangle": [ 911 "dep:cpp_demangle" 912 ], 913 "dbghelp": [], 914 "default": [ 915 "std" 916 ], 917 "dladdr": [], 918 "gimli-symbolize": [], 919 "kernel32": [], 920 "libbacktrace": [], 921 "libunwind": [], 922 "rustc-serialize": [ 923 "dep:rustc-serialize" 924 ], 925 "serde": [ 926 "dep:serde" 927 ], 928 "serialize-rustc": [ 929 "rustc-serialize" 930 ], 931 "serialize-serde": [ 932 "serde" 933 ], 934 "std": [], 935 "unix-backtrace": [], 936 "verify-winapi": [ 937 "winapi/dbghelp", 938 "winapi/handleapi", 939 "winapi/libloaderapi", 940 "winapi/memoryapi", 941 "winapi/minwindef", 942 "winapi/processthreadsapi", 943 "winapi/synchapi", 944 "winapi/tlhelp32", 945 "winapi/winbase", 946 "winapi/winnt" 947 ], 948 "winapi": [ 949 "dep:winapi" 950 ] 951 }, 952 "homepage": "https://github.com/rust-lang/backtrace-rs", 953 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 954 "keywords": [], 955 "license": "MIT OR Apache-2.0", 956 "license_file": null, 957 "links": null, 958 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/Cargo.toml", 959 "metadata": null, 960 "name": "backtrace", 961 "publish": null, 962 "readme": "README.md", 963 "repository": "https://github.com/rust-lang/backtrace-rs", 964 "rust_version": "1.65.0", 965 "source": "registry+https://github.com/rust-lang/crates.io-index", 966 "targets": [ 967 { 968 "crate_types": [ 969 "lib" 970 ], 971 "doc": true, 972 "doctest": true, 973 "edition": "2021", 974 "kind": [ 975 "lib" 976 ], 977 "name": "backtrace", 978 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs", 979 "test": true 980 }, 981 { 982 "crate_types": [ 983 "bin" 984 ], 985 "doc": false, 986 "doctest": false, 987 "edition": "2021", 988 "kind": [ 989 "example" 990 ], 991 "name": "backtrace", 992 "required-features": [ 993 "std" 994 ], 995 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/examples/backtrace.rs", 996 "test": false 997 }, 998 { 999 "crate_types": [ 1000 "bin" 1001 ], 1002 "doc": false, 1003 "doctest": false, 1004 "edition": "2021", 1005 "kind": [ 1006 "example" 1007 ], 1008 "name": "raw", 1009 "required-features": [ 1010 "std" 1011 ], 1012 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/examples/raw.rs", 1013 "test": false 1014 }, 1015 { 1016 "crate_types": [ 1017 "bin" 1018 ], 1019 "doc": false, 1020 "doctest": false, 1021 "edition": "2021", 1022 "kind": [ 1023 "test" 1024 ], 1025 "name": "skip_inner_frames", 1026 "required-features": [ 1027 "std" 1028 ], 1029 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/skip_inner_frames.rs", 1030 "test": true 1031 }, 1032 { 1033 "crate_types": [ 1034 "bin" 1035 ], 1036 "doc": false, 1037 "doctest": false, 1038 "edition": "2021", 1039 "kind": [ 1040 "test" 1041 ], 1042 "name": "long_fn_name", 1043 "required-features": [ 1044 "std" 1045 ], 1046 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/long_fn_name.rs", 1047 "test": true 1048 }, 1049 { 1050 "crate_types": [ 1051 "bin" 1052 ], 1053 "doc": false, 1054 "doctest": false, 1055 "edition": "2021", 1056 "kind": [ 1057 "test" 1058 ], 1059 "name": "smoke", 1060 "required-features": [ 1061 "std" 1062 ], 1063 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/smoke.rs", 1064 "test": true 1065 }, 1066 { 1067 "crate_types": [ 1068 "bin" 1069 ], 1070 "doc": false, 1071 "doctest": false, 1072 "edition": "2021", 1073 "kind": [ 1074 "test" 1075 ], 1076 "name": "accuracy", 1077 "required-features": [ 1078 "std" 1079 ], 1080 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/accuracy/main.rs", 1081 "test": true 1082 }, 1083 { 1084 "crate_types": [ 1085 "bin" 1086 ], 1087 "doc": false, 1088 "doctest": false, 1089 "edition": "2021", 1090 "kind": [ 1091 "test" 1092 ], 1093 "name": "concurrent-panics", 1094 "required-features": [ 1095 "std" 1096 ], 1097 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/concurrent-panics.rs", 1098 "test": true 1099 }, 1100 { 1101 "crate_types": [ 1102 "bin" 1103 ], 1104 "doc": false, 1105 "doctest": false, 1106 "edition": "2021", 1107 "kind": [ 1108 "test" 1109 ], 1110 "name": "current-exe-mismatch", 1111 "required-features": [ 1112 "std" 1113 ], 1114 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/current-exe-mismatch.rs", 1115 "test": true 1116 }, 1117 { 1118 "crate_types": [ 1119 "bin" 1120 ], 1121 "doc": false, 1122 "doctest": false, 1123 "edition": "2021", 1124 "kind": [ 1125 "test" 1126 ], 1127 "name": "sgx-image-base", 1128 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/sgx-image-base.rs", 1129 "test": true 1130 }, 1131 { 1132 "crate_types": [ 1133 "bin" 1134 ], 1135 "doc": false, 1136 "doctest": false, 1137 "edition": "2021", 1138 "kind": [ 1139 "bench" 1140 ], 1141 "name": "benchmarks", 1142 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/benches/benchmarks.rs", 1143 "test": false 1144 }, 1145 { 1146 "crate_types": [ 1147 "bin" 1148 ], 1149 "doc": false, 1150 "doctest": false, 1151 "edition": "2021", 1152 "kind": [ 1153 "custom-build" 1154 ], 1155 "name": "build-script-build", 1156 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs", 1157 "test": false 1158 } 1159 ], 1160 "version": "0.3.71" 1161 }, 1162 { 1163 "authors": [ 1164 "Marshall Pierce <[email protected]>" 1165 ], 1166 "categories": [ 1167 "encoding" 1168 ], 1169 "default_run": null, 1170 "dependencies": [ 1171 { 1172 "features": [ 1173 "derive" 1174 ], 1175 "kind": "dev", 1176 "name": "clap", 1177 "optional": false, 1178 "registry": null, 1179 "rename": null, 1180 "req": "^3.2.25", 1181 "source": "registry+https://github.com/rust-lang/crates.io-index", 1182 "target": null, 1183 "uses_default_features": true 1184 }, 1185 { 1186 "features": [], 1187 "kind": "dev", 1188 "name": "criterion", 1189 "optional": false, 1190 "registry": null, 1191 "rename": null, 1192 "req": "^0.4.0", 1193 "source": "registry+https://github.com/rust-lang/crates.io-index", 1194 "target": null, 1195 "uses_default_features": true 1196 }, 1197 { 1198 "features": [], 1199 "kind": "dev", 1200 "name": "once_cell", 1201 "optional": false, 1202 "registry": null, 1203 "rename": null, 1204 "req": "^1", 1205 "source": "registry+https://github.com/rust-lang/crates.io-index", 1206 "target": null, 1207 "uses_default_features": true 1208 }, 1209 { 1210 "features": [ 1211 "small_rng" 1212 ], 1213 "kind": "dev", 1214 "name": "rand", 1215 "optional": false, 1216 "registry": null, 1217 "rename": null, 1218 "req": "^0.8.5", 1219 "source": "registry+https://github.com/rust-lang/crates.io-index", 1220 "target": null, 1221 "uses_default_features": true 1222 }, 1223 { 1224 "features": [], 1225 "kind": "dev", 1226 "name": "rstest", 1227 "optional": false, 1228 "registry": null, 1229 "rename": null, 1230 "req": "^0.13.0", 1231 "source": "registry+https://github.com/rust-lang/crates.io-index", 1232 "target": null, 1233 "uses_default_features": true 1234 }, 1235 { 1236 "features": [], 1237 "kind": "dev", 1238 "name": "rstest_reuse", 1239 "optional": false, 1240 "registry": null, 1241 "rename": null, 1242 "req": "^0.6.0", 1243 "source": "registry+https://github.com/rust-lang/crates.io-index", 1244 "target": null, 1245 "uses_default_features": true 1246 }, 1247 { 1248 "features": [ 1249 "derive" 1250 ], 1251 "kind": "dev", 1252 "name": "strum", 1253 "optional": false, 1254 "registry": null, 1255 "rename": null, 1256 "req": "^0.25", 1257 "source": "registry+https://github.com/rust-lang/crates.io-index", 1258 "target": null, 1259 "uses_default_features": true 1260 } 1261 ], 1262 "description": "encodes and decodes base64 as bytes or utf8", 1263 "documentation": "https://docs.rs/base64", 1264 "edition": "2018", 1265 "features": { 1266 "alloc": [], 1267 "default": [ 1268 "std" 1269 ], 1270 "std": [ 1271 "alloc" 1272 ] 1273 }, 1274 "homepage": null, 1275 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1276 "keywords": [ 1277 "base64", 1278 "utf8", 1279 "encode", 1280 "decode", 1281 "no_std" 1282 ], 1283 "license": "MIT OR Apache-2.0", 1284 "license_file": null, 1285 "links": null, 1286 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/Cargo.toml", 1287 "metadata": { 1288 "docs": { 1289 "rs": { 1290 "rustdoc-args": [ 1291 "--generate-link-to-definition" 1292 ] 1293 } 1294 } 1295 }, 1296 "name": "base64", 1297 "publish": null, 1298 "readme": "README.md", 1299 "repository": "https://github.com/marshallpierce/rust-base64", 1300 "rust_version": "1.48.0", 1301 "source": "registry+https://github.com/rust-lang/crates.io-index", 1302 "targets": [ 1303 { 1304 "crate_types": [ 1305 "lib" 1306 ], 1307 "doc": true, 1308 "doctest": true, 1309 "edition": "2018", 1310 "kind": [ 1311 "lib" 1312 ], 1313 "name": "base64", 1314 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs", 1315 "test": true 1316 }, 1317 { 1318 "crate_types": [ 1319 "bin" 1320 ], 1321 "doc": false, 1322 "doctest": false, 1323 "edition": "2018", 1324 "kind": [ 1325 "example" 1326 ], 1327 "name": "base64", 1328 "required-features": [ 1329 "std" 1330 ], 1331 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/examples/base64.rs", 1332 "test": false 1333 }, 1334 { 1335 "crate_types": [ 1336 "bin" 1337 ], 1338 "doc": false, 1339 "doctest": false, 1340 "edition": "2018", 1341 "kind": [ 1342 "test" 1343 ], 1344 "name": "tests", 1345 "required-features": [ 1346 "alloc" 1347 ], 1348 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/tests/tests.rs", 1349 "test": true 1350 }, 1351 { 1352 "crate_types": [ 1353 "bin" 1354 ], 1355 "doc": false, 1356 "doctest": false, 1357 "edition": "2018", 1358 "kind": [ 1359 "test" 1360 ], 1361 "name": "encode", 1362 "required-features": [ 1363 "alloc" 1364 ], 1365 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/tests/encode.rs", 1366 "test": true 1367 }, 1368 { 1369 "crate_types": [ 1370 "bin" 1371 ], 1372 "doc": false, 1373 "doctest": false, 1374 "edition": "2018", 1375 "kind": [ 1376 "bench" 1377 ], 1378 "name": "benchmarks", 1379 "required-features": [ 1380 "std" 1381 ], 1382 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/benches/benchmarks.rs", 1383 "test": false 1384 } 1385 ], 1386 "version": "0.22.1" 1387 }, 1388 { 1389 "authors": [ 1390 "The Rust Project Developers" 1391 ], 1392 "categories": [ 1393 "no-std" 1394 ], 1395 "default_run": null, 1396 "dependencies": [ 1397 { 1398 "features": [], 1399 "kind": null, 1400 "name": "compiler_builtins", 1401 "optional": true, 1402 "registry": null, 1403 "rename": null, 1404 "req": "^0.1.2", 1405 "source": "registry+https://github.com/rust-lang/crates.io-index", 1406 "target": null, 1407 "uses_default_features": true 1408 }, 1409 { 1410 "features": [], 1411 "kind": null, 1412 "name": "rustc-std-workspace-core", 1413 "optional": true, 1414 "registry": null, 1415 "rename": "core", 1416 "req": "^1.0.0", 1417 "source": "registry+https://github.com/rust-lang/crates.io-index", 1418 "target": null, 1419 "uses_default_features": true 1420 }, 1421 { 1422 "features": [], 1423 "kind": "dev", 1424 "name": "rustversion", 1425 "optional": false, 1426 "registry": null, 1427 "rename": null, 1428 "req": "^1.0", 1429 "source": "registry+https://github.com/rust-lang/crates.io-index", 1430 "target": null, 1431 "uses_default_features": true 1432 }, 1433 { 1434 "features": [], 1435 "kind": "dev", 1436 "name": "serde", 1437 "optional": false, 1438 "registry": null, 1439 "rename": null, 1440 "req": "^1.0", 1441 "source": "registry+https://github.com/rust-lang/crates.io-index", 1442 "target": null, 1443 "uses_default_features": true 1444 }, 1445 { 1446 "features": [], 1447 "kind": "dev", 1448 "name": "serde_derive", 1449 "optional": false, 1450 "registry": null, 1451 "rename": null, 1452 "req": "^1.0", 1453 "source": "registry+https://github.com/rust-lang/crates.io-index", 1454 "target": null, 1455 "uses_default_features": true 1456 }, 1457 { 1458 "features": [], 1459 "kind": "dev", 1460 "name": "serde_json", 1461 "optional": false, 1462 "registry": null, 1463 "rename": null, 1464 "req": "^1.0", 1465 "source": "registry+https://github.com/rust-lang/crates.io-index", 1466 "target": null, 1467 "uses_default_features": true 1468 }, 1469 { 1470 "features": [], 1471 "kind": "dev", 1472 "name": "trybuild", 1473 "optional": false, 1474 "registry": null, 1475 "rename": null, 1476 "req": "^1.0", 1477 "source": "registry+https://github.com/rust-lang/crates.io-index", 1478 "target": null, 1479 "uses_default_features": true 1480 }, 1481 { 1482 "features": [], 1483 "kind": "dev", 1484 "name": "walkdir", 1485 "optional": false, 1486 "registry": null, 1487 "rename": null, 1488 "req": "^2.3", 1489 "source": "registry+https://github.com/rust-lang/crates.io-index", 1490 "target": null, 1491 "uses_default_features": true 1492 } 1493 ], 1494 "description": "A macro to generate structures which behave like bitflags.\n", 1495 "documentation": "https://docs.rs/bitflags", 1496 "edition": "2018", 1497 "features": { 1498 "compiler_builtins": [ 1499 "dep:compiler_builtins" 1500 ], 1501 "core": [ 1502 "dep:core" 1503 ], 1504 "default": [], 1505 "example_generated": [], 1506 "rustc-dep-of-std": [ 1507 "core", 1508 "compiler_builtins" 1509 ] 1510 }, 1511 "homepage": "https://github.com/bitflags/bitflags", 1512 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1513 "keywords": [ 1514 "bit", 1515 "bitmask", 1516 "bitflags", 1517 "flags" 1518 ], 1519 "license": "MIT/Apache-2.0", 1520 "license_file": null, 1521 "links": null, 1522 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", 1523 "metadata": { 1524 "docs": { 1525 "rs": { 1526 "features": [ 1527 "example_generated" 1528 ] 1529 } 1530 } 1531 }, 1532 "name": "bitflags", 1533 "publish": null, 1534 "readme": "README.md", 1535 "repository": "https://github.com/bitflags/bitflags", 1536 "rust_version": null, 1537 "source": "registry+https://github.com/rust-lang/crates.io-index", 1538 "targets": [ 1539 { 1540 "crate_types": [ 1541 "lib" 1542 ], 1543 "doc": true, 1544 "doctest": true, 1545 "edition": "2018", 1546 "kind": [ 1547 "lib" 1548 ], 1549 "name": "bitflags", 1550 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", 1551 "test": true 1552 }, 1553 { 1554 "crate_types": [ 1555 "bin" 1556 ], 1557 "doc": false, 1558 "doctest": false, 1559 "edition": "2018", 1560 "kind": [ 1561 "test" 1562 ], 1563 "name": "compile", 1564 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", 1565 "test": true 1566 }, 1567 { 1568 "crate_types": [ 1569 "bin" 1570 ], 1571 "doc": false, 1572 "doctest": false, 1573 "edition": "2018", 1574 "kind": [ 1575 "test" 1576 ], 1577 "name": "basic", 1578 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", 1579 "test": true 1580 } 1581 ], 1582 "version": "1.3.2" 1583 }, 1584 { 1585 "authors": [ 1586 "The Rust Project Developers" 1587 ], 1588 "categories": [ 1589 "no-std" 1590 ], 1591 "default_run": null, 1592 "dependencies": [ 1593 { 1594 "features": [], 1595 "kind": null, 1596 "name": "arbitrary", 1597 "optional": true, 1598 "registry": null, 1599 "rename": null, 1600 "req": "^1.0", 1601 "source": "registry+https://github.com/rust-lang/crates.io-index", 1602 "target": null, 1603 "uses_default_features": true 1604 }, 1605 { 1606 "features": [], 1607 "kind": null, 1608 "name": "bytemuck", 1609 "optional": true, 1610 "registry": null, 1611 "rename": null, 1612 "req": "^1.0", 1613 "source": "registry+https://github.com/rust-lang/crates.io-index", 1614 "target": null, 1615 "uses_default_features": true 1616 }, 1617 { 1618 "features": [], 1619 "kind": null, 1620 "name": "compiler_builtins", 1621 "optional": true, 1622 "registry": null, 1623 "rename": null, 1624 "req": "^0.1.2", 1625 "source": "registry+https://github.com/rust-lang/crates.io-index", 1626 "target": null, 1627 "uses_default_features": true 1628 }, 1629 { 1630 "features": [], 1631 "kind": null, 1632 "name": "rustc-std-workspace-core", 1633 "optional": true, 1634 "registry": null, 1635 "rename": "core", 1636 "req": "^1.0.0", 1637 "source": "registry+https://github.com/rust-lang/crates.io-index", 1638 "target": null, 1639 "uses_default_features": true 1640 }, 1641 { 1642 "features": [], 1643 "kind": null, 1644 "name": "serde", 1645 "optional": true, 1646 "registry": null, 1647 "rename": null, 1648 "req": "^1.0", 1649 "source": "registry+https://github.com/rust-lang/crates.io-index", 1650 "target": null, 1651 "uses_default_features": false 1652 }, 1653 { 1654 "features": [ 1655 "derive" 1656 ], 1657 "kind": "dev", 1658 "name": "arbitrary", 1659 "optional": false, 1660 "registry": null, 1661 "rename": null, 1662 "req": "^1.0", 1663 "source": "registry+https://github.com/rust-lang/crates.io-index", 1664 "target": null, 1665 "uses_default_features": true 1666 }, 1667 { 1668 "features": [ 1669 "derive" 1670 ], 1671 "kind": "dev", 1672 "name": "bytemuck", 1673 "optional": false, 1674 "registry": null, 1675 "rename": null, 1676 "req": "^1.0", 1677 "source": "registry+https://github.com/rust-lang/crates.io-index", 1678 "target": null, 1679 "uses_default_features": true 1680 }, 1681 { 1682 "features": [], 1683 "kind": "dev", 1684 "name": "rustversion", 1685 "optional": false, 1686 "registry": null, 1687 "rename": null, 1688 "req": "^1.0", 1689 "source": "registry+https://github.com/rust-lang/crates.io-index", 1690 "target": null, 1691 "uses_default_features": true 1692 }, 1693 { 1694 "features": [], 1695 "kind": "dev", 1696 "name": "serde_derive", 1697 "optional": false, 1698 "registry": null, 1699 "rename": null, 1700 "req": "^1.0", 1701 "source": "registry+https://github.com/rust-lang/crates.io-index", 1702 "target": null, 1703 "uses_default_features": true 1704 }, 1705 { 1706 "features": [], 1707 "kind": "dev", 1708 "name": "serde_json", 1709 "optional": false, 1710 "registry": null, 1711 "rename": null, 1712 "req": "^1.0", 1713 "source": "registry+https://github.com/rust-lang/crates.io-index", 1714 "target": null, 1715 "uses_default_features": true 1716 }, 1717 { 1718 "features": [], 1719 "kind": "dev", 1720 "name": "serde_test", 1721 "optional": false, 1722 "registry": null, 1723 "rename": null, 1724 "req": "^1.0", 1725 "source": "registry+https://github.com/rust-lang/crates.io-index", 1726 "target": null, 1727 "uses_default_features": true 1728 }, 1729 { 1730 "features": [], 1731 "kind": "dev", 1732 "name": "trybuild", 1733 "optional": false, 1734 "registry": null, 1735 "rename": null, 1736 "req": "^1.0", 1737 "source": "registry+https://github.com/rust-lang/crates.io-index", 1738 "target": null, 1739 "uses_default_features": true 1740 }, 1741 { 1742 "features": [], 1743 "kind": "dev", 1744 "name": "zerocopy", 1745 "optional": false, 1746 "registry": null, 1747 "rename": null, 1748 "req": "^0.6", 1749 "source": "registry+https://github.com/rust-lang/crates.io-index", 1750 "target": null, 1751 "uses_default_features": true 1752 } 1753 ], 1754 "description": "A macro to generate structures which behave like bitflags.\n", 1755 "documentation": "https://docs.rs/bitflags", 1756 "edition": "2021", 1757 "features": { 1758 "arbitrary": [ 1759 "dep:arbitrary" 1760 ], 1761 "bytemuck": [ 1762 "dep:bytemuck" 1763 ], 1764 "compiler_builtins": [ 1765 "dep:compiler_builtins" 1766 ], 1767 "core": [ 1768 "dep:core" 1769 ], 1770 "example_generated": [], 1771 "rustc-dep-of-std": [ 1772 "core", 1773 "compiler_builtins" 1774 ], 1775 "serde": [ 1776 "dep:serde" 1777 ], 1778 "std": [] 1779 }, 1780 "homepage": "https://github.com/bitflags/bitflags", 1781 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1782 "keywords": [ 1783 "bit", 1784 "bitmask", 1785 "bitflags", 1786 "flags" 1787 ], 1788 "license": "MIT OR Apache-2.0", 1789 "license_file": null, 1790 "links": null, 1791 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/Cargo.toml", 1792 "metadata": { 1793 "docs": { 1794 "rs": { 1795 "features": [ 1796 "example_generated" 1797 ] 1798 } 1799 } 1800 }, 1801 "name": "bitflags", 1802 "publish": null, 1803 "readme": "README.md", 1804 "repository": "https://github.com/bitflags/bitflags", 1805 "rust_version": "1.56.0", 1806 "source": "registry+https://github.com/rust-lang/crates.io-index", 1807 "targets": [ 1808 { 1809 "crate_types": [ 1810 "lib" 1811 ], 1812 "doc": true, 1813 "doctest": true, 1814 "edition": "2021", 1815 "kind": [ 1816 "lib" 1817 ], 1818 "name": "bitflags", 1819 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs", 1820 "test": true 1821 }, 1822 { 1823 "crate_types": [ 1824 "bin" 1825 ], 1826 "doc": false, 1827 "doctest": false, 1828 "edition": "2021", 1829 "kind": [ 1830 "example" 1831 ], 1832 "name": "serde", 1833 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/serde.rs", 1834 "test": false 1835 }, 1836 { 1837 "crate_types": [ 1838 "bin" 1839 ], 1840 "doc": false, 1841 "doctest": false, 1842 "edition": "2021", 1843 "kind": [ 1844 "example" 1845 ], 1846 "name": "fmt", 1847 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/fmt.rs", 1848 "test": false 1849 }, 1850 { 1851 "crate_types": [ 1852 "bin" 1853 ], 1854 "doc": false, 1855 "doctest": false, 1856 "edition": "2021", 1857 "kind": [ 1858 "example" 1859 ], 1860 "name": "custom_bits_type", 1861 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_bits_type.rs", 1862 "test": false 1863 }, 1864 { 1865 "crate_types": [ 1866 "bin" 1867 ], 1868 "doc": false, 1869 "doctest": false, 1870 "edition": "2021", 1871 "kind": [ 1872 "example" 1873 ], 1874 "name": "macro_free", 1875 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/macro_free.rs", 1876 "test": false 1877 }, 1878 { 1879 "crate_types": [ 1880 "bin" 1881 ], 1882 "doc": false, 1883 "doctest": false, 1884 "edition": "2021", 1885 "kind": [ 1886 "example" 1887 ], 1888 "name": "custom_derive", 1889 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_derive.rs", 1890 "test": false 1891 }, 1892 { 1893 "crate_types": [ 1894 "bin" 1895 ], 1896 "doc": false, 1897 "doctest": false, 1898 "edition": "2021", 1899 "kind": [ 1900 "bench" 1901 ], 1902 "name": "parse", 1903 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/benches/parse.rs", 1904 "test": false 1905 } 1906 ], 1907 "version": "2.5.0" 1908 }, 1909 { 1910 "authors": [ 1911 "Nick Fitzgerald <[email protected]>" 1912 ], 1913 "categories": [ 1914 "memory-management", 1915 "rust-patterns", 1916 "no-std" 1917 ], 1918 "default_run": null, 1919 "dependencies": [ 1920 { 1921 "features": [], 1922 "kind": null, 1923 "name": "allocator-api2", 1924 "optional": true, 1925 "registry": null, 1926 "rename": null, 1927 "req": "^0.2.8", 1928 "source": "registry+https://github.com/rust-lang/crates.io-index", 1929 "target": null, 1930 "uses_default_features": false 1931 }, 1932 { 1933 "features": [], 1934 "kind": null, 1935 "name": "serde", 1936 "optional": true, 1937 "registry": null, 1938 "rename": null, 1939 "req": "^1.0.171", 1940 "source": "registry+https://github.com/rust-lang/crates.io-index", 1941 "target": null, 1942 "uses_default_features": true 1943 }, 1944 { 1945 "features": [], 1946 "kind": "dev", 1947 "name": "criterion", 1948 "optional": false, 1949 "registry": null, 1950 "rename": null, 1951 "req": "^0.3.6", 1952 "source": "registry+https://github.com/rust-lang/crates.io-index", 1953 "target": null, 1954 "uses_default_features": true 1955 }, 1956 { 1957 "features": [], 1958 "kind": "dev", 1959 "name": "quickcheck", 1960 "optional": false, 1961 "registry": null, 1962 "rename": null, 1963 "req": "^1.0.3", 1964 "source": "registry+https://github.com/rust-lang/crates.io-index", 1965 "target": null, 1966 "uses_default_features": true 1967 }, 1968 { 1969 "features": [], 1970 "kind": "dev", 1971 "name": "rand", 1972 "optional": false, 1973 "registry": null, 1974 "rename": null, 1975 "req": "^0.8.5", 1976 "source": "registry+https://github.com/rust-lang/crates.io-index", 1977 "target": null, 1978 "uses_default_features": true 1979 }, 1980 { 1981 "features": [ 1982 "derive" 1983 ], 1984 "kind": "dev", 1985 "name": "serde", 1986 "optional": false, 1987 "registry": null, 1988 "rename": null, 1989 "req": "^1.0.197", 1990 "source": "registry+https://github.com/rust-lang/crates.io-index", 1991 "target": null, 1992 "uses_default_features": true 1993 }, 1994 { 1995 "features": [], 1996 "kind": "dev", 1997 "name": "serde_json", 1998 "optional": false, 1999 "registry": null, 2000 "rename": null, 2001 "req": "^1.0.115", 2002 "source": "registry+https://github.com/rust-lang/crates.io-index", 2003 "target": null, 2004 "uses_default_features": true 2005 } 2006 ], 2007 "description": "A fast bump allocation arena for Rust.", 2008 "documentation": "https://docs.rs/bumpalo", 2009 "edition": "2021", 2010 "features": { 2011 "allocator-api2": [ 2012 "dep:allocator-api2" 2013 ], 2014 "allocator_api": [], 2015 "boxed": [], 2016 "collections": [], 2017 "default": [], 2018 "serde": [ 2019 "dep:serde" 2020 ], 2021 "std": [] 2022 }, 2023 "homepage": null, 2024 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2025 "keywords": [], 2026 "license": "MIT OR Apache-2.0", 2027 "license_file": null, 2028 "links": null, 2029 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml", 2030 "metadata": { 2031 "docs": { 2032 "rs": { 2033 "all-features": true 2034 } 2035 } 2036 }, 2037 "name": "bumpalo", 2038 "publish": null, 2039 "readme": "README.md", 2040 "repository": "https://github.com/fitzgen/bumpalo", 2041 "rust_version": "1.73.0", 2042 "source": "registry+https://github.com/rust-lang/crates.io-index", 2043 "targets": [ 2044 { 2045 "crate_types": [ 2046 "lib" 2047 ], 2048 "doc": true, 2049 "doctest": true, 2050 "edition": "2021", 2051 "kind": [ 2052 "lib" 2053 ], 2054 "name": "bumpalo", 2055 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs", 2056 "test": true 2057 }, 2058 { 2059 "crate_types": [ 2060 "bin" 2061 ], 2062 "doc": false, 2063 "doctest": false, 2064 "edition": "2021", 2065 "kind": [ 2066 "test" 2067 ], 2068 "name": "try_alloc", 2069 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs", 2070 "test": true 2071 }, 2072 { 2073 "crate_types": [ 2074 "bin" 2075 ], 2076 "doc": false, 2077 "doctest": false, 2078 "edition": "2021", 2079 "kind": [ 2080 "bench" 2081 ], 2082 "name": "benches", 2083 "required-features": [ 2084 "collections" 2085 ], 2086 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs", 2087 "test": false 2088 } 2089 ], 2090 "version": "3.16.0" 2091 }, 2092 { 2093 "authors": [ 2094 "Carl Lerche <[email protected]>", 2095 "Sean McArthur <[email protected]>" 2096 ], 2097 "categories": [ 2098 "network-programming", 2099 "data-structures" 2100 ], 2101 "default_run": null, 2102 "dependencies": [ 2103 { 2104 "features": [ 2105 "alloc" 2106 ], 2107 "kind": null, 2108 "name": "serde", 2109 "optional": true, 2110 "registry": null, 2111 "rename": null, 2112 "req": "^1.0.60", 2113 "source": "registry+https://github.com/rust-lang/crates.io-index", 2114 "target": null, 2115 "uses_default_features": false 2116 }, 2117 { 2118 "features": [], 2119 "kind": "dev", 2120 "name": "serde_test", 2121 "optional": false, 2122 "registry": null, 2123 "rename": null, 2124 "req": "^1.0", 2125 "source": "registry+https://github.com/rust-lang/crates.io-index", 2126 "target": null, 2127 "uses_default_features": true 2128 }, 2129 { 2130 "features": [], 2131 "kind": "dev", 2132 "name": "loom", 2133 "optional": false, 2134 "registry": null, 2135 "rename": null, 2136 "req": "^0.7", 2137 "source": "registry+https://github.com/rust-lang/crates.io-index", 2138 "target": "cfg(loom)", 2139 "uses_default_features": true 2140 } 2141 ], 2142 "description": "Types and traits for working with bytes", 2143 "documentation": null, 2144 "edition": "2018", 2145 "features": { 2146 "default": [ 2147 "std" 2148 ], 2149 "serde": [ 2150 "dep:serde" 2151 ], 2152 "std": [] 2153 }, 2154 "homepage": null, 2155 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2156 "keywords": [ 2157 "buffers", 2158 "zero-copy", 2159 "io" 2160 ], 2161 "license": "MIT", 2162 "license_file": null, 2163 "links": null, 2164 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/Cargo.toml", 2165 "metadata": { 2166 "docs": { 2167 "rs": { 2168 "rustdoc-args": [ 2169 "--cfg", 2170 "docsrs" 2171 ] 2172 } 2173 } 2174 }, 2175 "name": "bytes", 2176 "publish": null, 2177 "readme": "README.md", 2178 "repository": "https://github.com/tokio-rs/bytes", 2179 "rust_version": "1.39", 2180 "source": "registry+https://github.com/rust-lang/crates.io-index", 2181 "targets": [ 2182 { 2183 "crate_types": [ 2184 "lib" 2185 ], 2186 "doc": true, 2187 "doctest": true, 2188 "edition": "2018", 2189 "kind": [ 2190 "lib" 2191 ], 2192 "name": "bytes", 2193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs", 2194 "test": true 2195 }, 2196 { 2197 "crate_types": [ 2198 "bin" 2199 ], 2200 "doc": false, 2201 "doctest": false, 2202 "edition": "2018", 2203 "kind": [ 2204 "test" 2205 ], 2206 "name": "test_buf", 2207 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf.rs", 2208 "test": true 2209 }, 2210 { 2211 "crate_types": [ 2212 "bin" 2213 ], 2214 "doc": false, 2215 "doctest": false, 2216 "edition": "2018", 2217 "kind": [ 2218 "test" 2219 ], 2220 "name": "test_bytes_odd_alloc", 2221 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_odd_alloc.rs", 2222 "test": true 2223 }, 2224 { 2225 "crate_types": [ 2226 "bin" 2227 ], 2228 "doc": false, 2229 "doctest": false, 2230 "edition": "2018", 2231 "kind": [ 2232 "test" 2233 ], 2234 "name": "test_bytes", 2235 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes.rs", 2236 "test": true 2237 }, 2238 { 2239 "crate_types": [ 2240 "bin" 2241 ], 2242 "doc": false, 2243 "doctest": false, 2244 "edition": "2018", 2245 "kind": [ 2246 "test" 2247 ], 2248 "name": "test_debug", 2249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_debug.rs", 2250 "test": true 2251 }, 2252 { 2253 "crate_types": [ 2254 "bin" 2255 ], 2256 "doc": false, 2257 "doctest": false, 2258 "edition": "2018", 2259 "kind": [ 2260 "test" 2261 ], 2262 "name": "test_iter", 2263 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_iter.rs", 2264 "test": true 2265 }, 2266 { 2267 "crate_types": [ 2268 "bin" 2269 ], 2270 "doc": false, 2271 "doctest": false, 2272 "edition": "2018", 2273 "kind": [ 2274 "test" 2275 ], 2276 "name": "test_reader", 2277 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_reader.rs", 2278 "test": true 2279 }, 2280 { 2281 "crate_types": [ 2282 "bin" 2283 ], 2284 "doc": false, 2285 "doctest": false, 2286 "edition": "2018", 2287 "kind": [ 2288 "test" 2289 ], 2290 "name": "test_bytes_vec_alloc", 2291 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_vec_alloc.rs", 2292 "test": true 2293 }, 2294 { 2295 "crate_types": [ 2296 "bin" 2297 ], 2298 "doc": false, 2299 "doctest": false, 2300 "edition": "2018", 2301 "kind": [ 2302 "test" 2303 ], 2304 "name": "test_chain", 2305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_chain.rs", 2306 "test": true 2307 }, 2308 { 2309 "crate_types": [ 2310 "bin" 2311 ], 2312 "doc": false, 2313 "doctest": false, 2314 "edition": "2018", 2315 "kind": [ 2316 "test" 2317 ], 2318 "name": "test_serde", 2319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_serde.rs", 2320 "test": true 2321 }, 2322 { 2323 "crate_types": [ 2324 "bin" 2325 ], 2326 "doc": false, 2327 "doctest": false, 2328 "edition": "2018", 2329 "kind": [ 2330 "test" 2331 ], 2332 "name": "test_buf_mut", 2333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf_mut.rs", 2334 "test": true 2335 }, 2336 { 2337 "crate_types": [ 2338 "bin" 2339 ], 2340 "doc": false, 2341 "doctest": false, 2342 "edition": "2018", 2343 "kind": [ 2344 "test" 2345 ], 2346 "name": "test_take", 2347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_take.rs", 2348 "test": true 2349 }, 2350 { 2351 "crate_types": [ 2352 "bin" 2353 ], 2354 "doc": false, 2355 "doctest": false, 2356 "edition": "2018", 2357 "kind": [ 2358 "bench" 2359 ], 2360 "name": "buf", 2361 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/buf.rs", 2362 "test": false 2363 }, 2364 { 2365 "crate_types": [ 2366 "bin" 2367 ], 2368 "doc": false, 2369 "doctest": false, 2370 "edition": "2018", 2371 "kind": [ 2372 "bench" 2373 ], 2374 "name": "bytes_mut", 2375 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes_mut.rs", 2376 "test": false 2377 }, 2378 { 2379 "crate_types": [ 2380 "bin" 2381 ], 2382 "doc": false, 2383 "doctest": false, 2384 "edition": "2018", 2385 "kind": [ 2386 "bench" 2387 ], 2388 "name": "bytes", 2389 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes.rs", 2390 "test": false 2391 } 2392 ], 2393 "version": "1.6.0" 2394 }, 2395 { 2396 "authors": [ 2397 "Alex Crichton <[email protected]>" 2398 ], 2399 "categories": [ 2400 "development-tools::build-utils" 2401 ], 2402 "default_run": null, 2403 "dependencies": [ 2404 { 2405 "features": [], 2406 "kind": null, 2407 "name": "jobserver", 2408 "optional": true, 2409 "registry": null, 2410 "rename": null, 2411 "req": "^0.1.30", 2412 "source": "registry+https://github.com/rust-lang/crates.io-index", 2413 "target": null, 2414 "uses_default_features": false 2415 }, 2416 { 2417 "features": [], 2418 "kind": null, 2419 "name": "once_cell", 2420 "optional": true, 2421 "registry": null, 2422 "rename": null, 2423 "req": "^1.19", 2424 "source": "registry+https://github.com/rust-lang/crates.io-index", 2425 "target": null, 2426 "uses_default_features": true 2427 }, 2428 { 2429 "features": [], 2430 "kind": "dev", 2431 "name": "tempfile", 2432 "optional": false, 2433 "registry": null, 2434 "rename": null, 2435 "req": "^3", 2436 "source": "registry+https://github.com/rust-lang/crates.io-index", 2437 "target": null, 2438 "uses_default_features": true 2439 }, 2440 { 2441 "features": [], 2442 "kind": null, 2443 "name": "libc", 2444 "optional": true, 2445 "registry": null, 2446 "rename": null, 2447 "req": "^0.2.62", 2448 "source": "registry+https://github.com/rust-lang/crates.io-index", 2449 "target": "cfg(unix)", 2450 "uses_default_features": false 2451 } 2452 ], 2453 "description": "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n", 2454 "documentation": "https://docs.rs/cc", 2455 "edition": "2018", 2456 "features": { 2457 "jobserver": [ 2458 "dep:jobserver" 2459 ], 2460 "libc": [ 2461 "dep:libc" 2462 ], 2463 "once_cell": [ 2464 "dep:once_cell" 2465 ], 2466 "parallel": [ 2467 "libc", 2468 "jobserver", 2469 "once_cell" 2470 ] 2471 }, 2472 "homepage": "https://github.com/rust-lang/cc-rs", 2473 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2474 "keywords": [ 2475 "build-dependencies" 2476 ], 2477 "license": "MIT OR Apache-2.0", 2478 "license_file": null, 2479 "links": null, 2480 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.95/Cargo.toml", 2481 "metadata": null, 2482 "name": "cc", 2483 "publish": null, 2484 "readme": "README.md", 2485 "repository": "https://github.com/rust-lang/cc-rs", 2486 "rust_version": "1.63", 2487 "source": "registry+https://github.com/rust-lang/crates.io-index", 2488 "targets": [ 2489 { 2490 "crate_types": [ 2491 "lib" 2492 ], 2493 "doc": true, 2494 "doctest": true, 2495 "edition": "2018", 2496 "kind": [ 2497 "lib" 2498 ], 2499 "name": "cc", 2500 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.95/src/lib.rs", 2501 "test": true 2502 } 2503 ], 2504 "version": "1.0.95" 2505 }, 2506 { 2507 "authors": [ 2508 "Alex Crichton <[email protected]>" 2509 ], 2510 "categories": [], 2511 "default_run": null, 2512 "dependencies": [ 2513 { 2514 "features": [], 2515 "kind": null, 2516 "name": "compiler_builtins", 2517 "optional": true, 2518 "registry": null, 2519 "rename": null, 2520 "req": "^0.1.2", 2521 "source": "registry+https://github.com/rust-lang/crates.io-index", 2522 "target": null, 2523 "uses_default_features": true 2524 }, 2525 { 2526 "features": [], 2527 "kind": null, 2528 "name": "rustc-std-workspace-core", 2529 "optional": true, 2530 "registry": null, 2531 "rename": "core", 2532 "req": "^1.0.0", 2533 "source": "registry+https://github.com/rust-lang/crates.io-index", 2534 "target": null, 2535 "uses_default_features": true 2536 } 2537 ], 2538 "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n", 2539 "documentation": "https://docs.rs/cfg-if", 2540 "edition": "2018", 2541 "features": { 2542 "compiler_builtins": [ 2543 "dep:compiler_builtins" 2544 ], 2545 "core": [ 2546 "dep:core" 2547 ], 2548 "rustc-dep-of-std": [ 2549 "core", 2550 "compiler_builtins" 2551 ] 2552 }, 2553 "homepage": "https://github.com/alexcrichton/cfg-if", 2554 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2555 "keywords": [], 2556 "license": "MIT/Apache-2.0", 2557 "license_file": null, 2558 "links": null, 2559 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", 2560 "metadata": null, 2561 "name": "cfg-if", 2562 "publish": null, 2563 "readme": "README.md", 2564 "repository": "https://github.com/alexcrichton/cfg-if", 2565 "rust_version": null, 2566 "source": "registry+https://github.com/rust-lang/crates.io-index", 2567 "targets": [ 2568 { 2569 "crate_types": [ 2570 "lib" 2571 ], 2572 "doc": true, 2573 "doctest": true, 2574 "edition": "2018", 2575 "kind": [ 2576 "lib" 2577 ], 2578 "name": "cfg_if", 2579 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", 2580 "test": true 2581 }, 2582 { 2583 "crate_types": [ 2584 "bin" 2585 ], 2586 "doc": false, 2587 "doctest": false, 2588 "edition": "2018", 2589 "kind": [ 2590 "test" 2591 ], 2592 "name": "xcrate", 2593 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", 2594 "test": true 2595 } 2596 ], 2597 "version": "1.0.0" 2598 }, 2599 { 2600 "authors": [ 2601 "The Servo Project Developers" 2602 ], 2603 "categories": [ 2604 "os::macos-apis" 2605 ], 2606 "default_run": null, 2607 "dependencies": [ 2608 { 2609 "features": [], 2610 "kind": null, 2611 "name": "chrono", 2612 "optional": true, 2613 "registry": null, 2614 "rename": null, 2615 "req": "^0.4", 2616 "source": "registry+https://github.com/rust-lang/crates.io-index", 2617 "target": null, 2618 "uses_default_features": true 2619 }, 2620 { 2621 "features": [], 2622 "kind": null, 2623 "name": "core-foundation-sys", 2624 "optional": false, 2625 "registry": null, 2626 "rename": null, 2627 "req": "^0.8.6", 2628 "source": "registry+https://github.com/rust-lang/crates.io-index", 2629 "target": null, 2630 "uses_default_features": false 2631 }, 2632 { 2633 "features": [], 2634 "kind": null, 2635 "name": "libc", 2636 "optional": false, 2637 "registry": null, 2638 "rename": null, 2639 "req": "^0.2", 2640 "source": "registry+https://github.com/rust-lang/crates.io-index", 2641 "target": null, 2642 "uses_default_features": true 2643 }, 2644 { 2645 "features": [], 2646 "kind": null, 2647 "name": "uuid", 2648 "optional": true, 2649 "registry": null, 2650 "rename": null, 2651 "req": "^0.5", 2652 "source": "registry+https://github.com/rust-lang/crates.io-index", 2653 "target": null, 2654 "uses_default_features": true 2655 } 2656 ], 2657 "description": "Bindings to Core Foundation for macOS", 2658 "documentation": null, 2659 "edition": "2018", 2660 "features": { 2661 "chrono": [ 2662 "dep:chrono" 2663 ], 2664 "default": [ 2665 "link" 2666 ], 2667 "link": [ 2668 "core-foundation-sys/link" 2669 ], 2670 "mac_os_10_7_support": [ 2671 "core-foundation-sys/mac_os_10_7_support" 2672 ], 2673 "mac_os_10_8_features": [ 2674 "core-foundation-sys/mac_os_10_8_features" 2675 ], 2676 "uuid": [ 2677 "dep:uuid" 2678 ], 2679 "with-chrono": [ 2680 "chrono" 2681 ], 2682 "with-uuid": [ 2683 "uuid" 2684 ] 2685 }, 2686 "homepage": "https://github.com/servo/core-foundation-rs", 2687 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2688 "keywords": [ 2689 "macos", 2690 "framework", 2691 "objc" 2692 ], 2693 "license": "MIT OR Apache-2.0", 2694 "license_file": null, 2695 "links": null, 2696 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml", 2697 "metadata": { 2698 "docs": { 2699 "rs": { 2700 "all-features": true, 2701 "default-target": "x86_64-apple-darwin" 2702 } 2703 } 2704 }, 2705 "name": "core-foundation", 2706 "publish": null, 2707 "readme": null, 2708 "repository": "https://github.com/servo/core-foundation-rs", 2709 "rust_version": null, 2710 "source": "registry+https://github.com/rust-lang/crates.io-index", 2711 "targets": [ 2712 { 2713 "crate_types": [ 2714 "lib" 2715 ], 2716 "doc": true, 2717 "doctest": true, 2718 "edition": "2018", 2719 "kind": [ 2720 "lib" 2721 ], 2722 "name": "core_foundation", 2723 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs", 2724 "test": true 2725 }, 2726 { 2727 "crate_types": [ 2728 "bin" 2729 ], 2730 "doc": false, 2731 "doctest": false, 2732 "edition": "2018", 2733 "kind": [ 2734 "test" 2735 ], 2736 "name": "use_macro_outside_crate", 2737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs", 2738 "test": true 2739 } 2740 ], 2741 "version": "0.9.4" 2742 }, 2743 { 2744 "authors": [ 2745 "The Servo Project Developers" 2746 ], 2747 "categories": [], 2748 "default_run": null, 2749 "dependencies": [], 2750 "description": "Bindings to Core Foundation for macOS", 2751 "documentation": null, 2752 "edition": "2018", 2753 "features": { 2754 "default": [ 2755 "link" 2756 ], 2757 "link": [], 2758 "mac_os_10_7_support": [], 2759 "mac_os_10_8_features": [] 2760 }, 2761 "homepage": "https://github.com/servo/core-foundation-rs", 2762 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2763 "keywords": [], 2764 "license": "MIT OR Apache-2.0", 2765 "license_file": null, 2766 "links": null, 2767 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml", 2768 "metadata": { 2769 "docs": { 2770 "rs": { 2771 "all-features": true, 2772 "default-target": "x86_64-apple-darwin" 2773 } 2774 } 2775 }, 2776 "name": "core-foundation-sys", 2777 "publish": null, 2778 "readme": null, 2779 "repository": "https://github.com/servo/core-foundation-rs", 2780 "rust_version": null, 2781 "source": "registry+https://github.com/rust-lang/crates.io-index", 2782 "targets": [ 2783 { 2784 "crate_types": [ 2785 "lib" 2786 ], 2787 "doc": true, 2788 "doctest": true, 2789 "edition": "2018", 2790 "kind": [ 2791 "lib" 2792 ], 2793 "name": "core_foundation_sys", 2794 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs", 2795 "test": true 2796 } 2797 ], 2798 "version": "0.8.6" 2799 }, 2800 { 2801 "authors": [ 2802 "Henri Sivonen <[email protected]>" 2803 ], 2804 "categories": [ 2805 "text-processing", 2806 "encoding", 2807 "web-programming", 2808 "internationalization" 2809 ], 2810 "default_run": null, 2811 "dependencies": [ 2812 { 2813 "features": [], 2814 "kind": null, 2815 "name": "any_all_workaround", 2816 "optional": true, 2817 "registry": null, 2818 "rename": null, 2819 "req": "^0.1.0", 2820 "source": "registry+https://github.com/rust-lang/crates.io-index", 2821 "target": null, 2822 "uses_default_features": true 2823 }, 2824 { 2825 "features": [], 2826 "kind": null, 2827 "name": "cfg-if", 2828 "optional": false, 2829 "registry": null, 2830 "rename": null, 2831 "req": "^1.0", 2832 "source": "registry+https://github.com/rust-lang/crates.io-index", 2833 "target": null, 2834 "uses_default_features": true 2835 }, 2836 { 2837 "features": [], 2838 "kind": null, 2839 "name": "serde", 2840 "optional": true, 2841 "registry": null, 2842 "rename": null, 2843 "req": "^1.0", 2844 "source": "registry+https://github.com/rust-lang/crates.io-index", 2845 "target": null, 2846 "uses_default_features": true 2847 }, 2848 { 2849 "features": [], 2850 "kind": "dev", 2851 "name": "bincode", 2852 "optional": false, 2853 "registry": null, 2854 "rename": null, 2855 "req": "^1.0", 2856 "source": "registry+https://github.com/rust-lang/crates.io-index", 2857 "target": null, 2858 "uses_default_features": true 2859 }, 2860 { 2861 "features": [], 2862 "kind": "dev", 2863 "name": "serde_derive", 2864 "optional": false, 2865 "registry": null, 2866 "rename": null, 2867 "req": "^1.0", 2868 "source": "registry+https://github.com/rust-lang/crates.io-index", 2869 "target": null, 2870 "uses_default_features": true 2871 }, 2872 { 2873 "features": [], 2874 "kind": "dev", 2875 "name": "serde_json", 2876 "optional": false, 2877 "registry": null, 2878 "rename": null, 2879 "req": "^1.0", 2880 "source": "registry+https://github.com/rust-lang/crates.io-index", 2881 "target": null, 2882 "uses_default_features": true 2883 } 2884 ], 2885 "description": "A Gecko-oriented implementation of the Encoding Standard", 2886 "documentation": "https://docs.rs/encoding_rs/", 2887 "edition": "2018", 2888 "features": { 2889 "alloc": [], 2890 "any_all_workaround": [ 2891 "dep:any_all_workaround" 2892 ], 2893 "default": [ 2894 "alloc" 2895 ], 2896 "fast-big5-hanzi-encode": [], 2897 "fast-gb-hanzi-encode": [], 2898 "fast-hangul-encode": [], 2899 "fast-hanja-encode": [], 2900 "fast-kanji-encode": [], 2901 "fast-legacy-encode": [ 2902 "fast-hangul-encode", 2903 "fast-hanja-encode", 2904 "fast-kanji-encode", 2905 "fast-gb-hanzi-encode", 2906 "fast-big5-hanzi-encode" 2907 ], 2908 "less-slow-big5-hanzi-encode": [], 2909 "less-slow-gb-hanzi-encode": [], 2910 "less-slow-kanji-encode": [], 2911 "serde": [ 2912 "dep:serde" 2913 ], 2914 "simd-accel": [ 2915 "any_all_workaround" 2916 ] 2917 }, 2918 "homepage": "https://docs.rs/encoding_rs/", 2919 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2920 "keywords": [ 2921 "encoding", 2922 "web", 2923 "unicode", 2924 "charset" 2925 ], 2926 "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", 2927 "license_file": null, 2928 "links": null, 2929 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/Cargo.toml", 2930 "metadata": null, 2931 "name": "encoding_rs", 2932 "publish": null, 2933 "readme": "README.md", 2934 "repository": "https://github.com/hsivonen/encoding_rs", 2935 "rust_version": "1.36", 2936 "source": "registry+https://github.com/rust-lang/crates.io-index", 2937 "targets": [ 2938 { 2939 "crate_types": [ 2940 "lib" 2941 ], 2942 "doc": true, 2943 "doctest": true, 2944 "edition": "2018", 2945 "kind": [ 2946 "lib" 2947 ], 2948 "name": "encoding_rs", 2949 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs", 2950 "test": true 2951 } 2952 ], 2953 "version": "0.8.34" 2954 }, 2955 { 2956 "authors": [], 2957 "categories": [ 2958 "data-structures", 2959 "no-std" 2960 ], 2961 "default_run": null, 2962 "dependencies": [], 2963 "description": "Traits for key comparison in maps.", 2964 "documentation": null, 2965 "edition": "2015", 2966 "features": {}, 2967 "homepage": null, 2968 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2969 "keywords": [ 2970 "hashmap", 2971 "no_std" 2972 ], 2973 "license": "Apache-2.0 OR MIT", 2974 "license_file": null, 2975 "links": null, 2976 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml", 2977 "metadata": null, 2978 "name": "equivalent", 2979 "publish": null, 2980 "readme": "README.md", 2981 "repository": "https://github.com/cuviper/equivalent", 2982 "rust_version": "1.6", 2983 "source": "registry+https://github.com/rust-lang/crates.io-index", 2984 "targets": [ 2985 { 2986 "crate_types": [ 2987 "lib" 2988 ], 2989 "doc": true, 2990 "doctest": true, 2991 "edition": "2015", 2992 "kind": [ 2993 "lib" 2994 ], 2995 "name": "equivalent", 2996 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs", 2997 "test": true 2998 } 2999 ], 3000 "version": "1.0.1" 3001 }, 3002 { 3003 "authors": [ 3004 "Chris Wong <[email protected]>" 3005 ], 3006 "categories": [ 3007 "no-std", 3008 "os" 3009 ], 3010 "default_run": null, 3011 "dependencies": [ 3012 { 3013 "features": [], 3014 "kind": null, 3015 "name": "libc", 3016 "optional": false, 3017 "registry": null, 3018 "rename": null, 3019 "req": "^0.2", 3020 "source": "registry+https://github.com/rust-lang/crates.io-index", 3021 "target": "cfg(target_os = \"hermit\")", 3022 "uses_default_features": false 3023 }, 3024 { 3025 "features": [], 3026 "kind": null, 3027 "name": "libc", 3028 "optional": false, 3029 "registry": null, 3030 "rename": null, 3031 "req": "^0.2", 3032 "source": "registry+https://github.com/rust-lang/crates.io-index", 3033 "target": "cfg(target_os = \"wasi\")", 3034 "uses_default_features": false 3035 }, 3036 { 3037 "features": [], 3038 "kind": null, 3039 "name": "libc", 3040 "optional": false, 3041 "registry": null, 3042 "rename": null, 3043 "req": "^0.2", 3044 "source": "registry+https://github.com/rust-lang/crates.io-index", 3045 "target": "cfg(unix)", 3046 "uses_default_features": false 3047 }, 3048 { 3049 "features": [ 3050 "Win32_Foundation", 3051 "Win32_System_Diagnostics_Debug" 3052 ], 3053 "kind": null, 3054 "name": "windows-sys", 3055 "optional": false, 3056 "registry": null, 3057 "rename": null, 3058 "req": "^0.52", 3059 "source": "registry+https://github.com/rust-lang/crates.io-index", 3060 "target": "cfg(windows)", 3061 "uses_default_features": true 3062 } 3063 ], 3064 "description": "Cross-platform interface to the `errno` variable.", 3065 "documentation": "https://docs.rs/errno", 3066 "edition": "2018", 3067 "features": { 3068 "default": [ 3069 "std" 3070 ], 3071 "std": [ 3072 "libc/std" 3073 ] 3074 }, 3075 "homepage": null, 3076 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3077 "keywords": [], 3078 "license": "MIT OR Apache-2.0", 3079 "license_file": null, 3080 "links": null, 3081 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/Cargo.toml", 3082 "metadata": null, 3083 "name": "errno", 3084 "publish": null, 3085 "readme": "README.md", 3086 "repository": "https://github.com/lambda-fairy/rust-errno", 3087 "rust_version": "1.56", 3088 "source": "registry+https://github.com/rust-lang/crates.io-index", 3089 "targets": [ 3090 { 3091 "crate_types": [ 3092 "lib" 3093 ], 3094 "doc": true, 3095 "doctest": true, 3096 "edition": "2018", 3097 "kind": [ 3098 "lib" 3099 ], 3100 "name": "errno", 3101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs", 3102 "test": true 3103 } 3104 ], 3105 "version": "0.3.8" 3106 }, 3107 { 3108 "authors": [ 3109 "Stjepan Glavina <[email protected]>" 3110 ], 3111 "categories": [ 3112 "algorithms" 3113 ], 3114 "default_run": null, 3115 "dependencies": [ 3116 { 3117 "features": [], 3118 "kind": "dev", 3119 "name": "getrandom", 3120 "optional": false, 3121 "registry": null, 3122 "rename": null, 3123 "req": "^0.2", 3124 "source": "registry+https://github.com/rust-lang/crates.io-index", 3125 "target": null, 3126 "uses_default_features": true 3127 }, 3128 { 3129 "features": [], 3130 "kind": "dev", 3131 "name": "rand", 3132 "optional": false, 3133 "registry": null, 3134 "rename": null, 3135 "req": "^0.8", 3136 "source": "registry+https://github.com/rust-lang/crates.io-index", 3137 "target": null, 3138 "uses_default_features": true 3139 }, 3140 { 3141 "features": [], 3142 "kind": "dev", 3143 "name": "wyhash", 3144 "optional": false, 3145 "registry": null, 3146 "rename": null, 3147 "req": "^0.5", 3148 "source": "registry+https://github.com/rust-lang/crates.io-index", 3149 "target": null, 3150 "uses_default_features": true 3151 }, 3152 { 3153 "features": [ 3154 "js" 3155 ], 3156 "kind": null, 3157 "name": "getrandom", 3158 "optional": true, 3159 "registry": null, 3160 "rename": null, 3161 "req": "^0.2", 3162 "source": "registry+https://github.com/rust-lang/crates.io-index", 3163 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 3164 "uses_default_features": true 3165 }, 3166 { 3167 "features": [ 3168 "js" 3169 ], 3170 "kind": "dev", 3171 "name": "getrandom", 3172 "optional": false, 3173 "registry": null, 3174 "rename": null, 3175 "req": "^0.2", 3176 "source": "registry+https://github.com/rust-lang/crates.io-index", 3177 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 3178 "uses_default_features": true 3179 }, 3180 { 3181 "features": [], 3182 "kind": "dev", 3183 "name": "wasm-bindgen-test", 3184 "optional": false, 3185 "registry": null, 3186 "rename": null, 3187 "req": "^0.3", 3188 "source": "registry+https://github.com/rust-lang/crates.io-index", 3189 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 3190 "uses_default_features": true 3191 } 3192 ], 3193 "description": "A simple and fast random number generator", 3194 "documentation": null, 3195 "edition": "2018", 3196 "features": { 3197 "alloc": [], 3198 "default": [ 3199 "std" 3200 ], 3201 "getrandom": [ 3202 "dep:getrandom" 3203 ], 3204 "js": [ 3205 "std", 3206 "getrandom" 3207 ], 3208 "std": [ 3209 "alloc" 3210 ] 3211 }, 3212 "homepage": null, 3213 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3214 "keywords": [ 3215 "simple", 3216 "fast", 3217 "rand", 3218 "random", 3219 "wyrand" 3220 ], 3221 "license": "Apache-2.0 OR MIT", 3222 "license_file": null, 3223 "links": null, 3224 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/Cargo.toml", 3225 "metadata": { 3226 "docs": { 3227 "rs": { 3228 "all-features": true, 3229 "rustdoc-args": [ 3230 "--cfg", 3231 "docsrs" 3232 ] 3233 } 3234 } 3235 }, 3236 "name": "fastrand", 3237 "publish": null, 3238 "readme": "README.md", 3239 "repository": "https://github.com/smol-rs/fastrand", 3240 "rust_version": "1.36", 3241 "source": "registry+https://github.com/rust-lang/crates.io-index", 3242 "targets": [ 3243 { 3244 "crate_types": [ 3245 "lib" 3246 ], 3247 "doc": true, 3248 "doctest": true, 3249 "edition": "2018", 3250 "kind": [ 3251 "lib" 3252 ], 3253 "name": "fastrand", 3254 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs", 3255 "test": true 3256 }, 3257 { 3258 "crate_types": [ 3259 "bin" 3260 ], 3261 "doc": false, 3262 "doctest": false, 3263 "edition": "2018", 3264 "kind": [ 3265 "test" 3266 ], 3267 "name": "char", 3268 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/char.rs", 3269 "test": true 3270 }, 3271 { 3272 "crate_types": [ 3273 "bin" 3274 ], 3275 "doc": false, 3276 "doctest": false, 3277 "edition": "2018", 3278 "kind": [ 3279 "test" 3280 ], 3281 "name": "smoke", 3282 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/smoke.rs", 3283 "test": true 3284 }, 3285 { 3286 "crate_types": [ 3287 "bin" 3288 ], 3289 "doc": false, 3290 "doctest": false, 3291 "edition": "2018", 3292 "kind": [ 3293 "bench" 3294 ], 3295 "name": "bench", 3296 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/benches/bench.rs", 3297 "test": false 3298 } 3299 ], 3300 "version": "2.1.0" 3301 }, 3302 { 3303 "authors": [ 3304 "Alex Crichton <[email protected]>" 3305 ], 3306 "categories": [], 3307 "default_run": null, 3308 "dependencies": [], 3309 "description": "Fowler\u2013Noll\u2013Vo hash function", 3310 "documentation": "https://doc.servo.org/fnv/", 3311 "edition": "2015", 3312 "features": { 3313 "default": [ 3314 "std" 3315 ], 3316 "std": [] 3317 }, 3318 "homepage": null, 3319 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3320 "keywords": [], 3321 "license": "Apache-2.0 / MIT", 3322 "license_file": null, 3323 "links": null, 3324 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml", 3325 "metadata": null, 3326 "name": "fnv", 3327 "publish": null, 3328 "readme": "README.md", 3329 "repository": "https://github.com/servo/rust-fnv", 3330 "rust_version": null, 3331 "source": "registry+https://github.com/rust-lang/crates.io-index", 3332 "targets": [ 3333 { 3334 "crate_types": [ 3335 "lib" 3336 ], 3337 "doc": true, 3338 "doctest": true, 3339 "edition": "2015", 3340 "kind": [ 3341 "lib" 3342 ], 3343 "name": "fnv", 3344 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs", 3345 "test": true 3346 } 3347 ], 3348 "version": "1.0.7" 3349 }, 3350 { 3351 "authors": [ 3352 "Steven Fackler <[email protected]>" 3353 ], 3354 "categories": [], 3355 "default_run": null, 3356 "dependencies": [ 3357 { 3358 "features": [], 3359 "kind": null, 3360 "name": "foreign-types-shared", 3361 "optional": false, 3362 "registry": null, 3363 "rename": null, 3364 "req": "^0.1", 3365 "source": "registry+https://github.com/rust-lang/crates.io-index", 3366 "target": null, 3367 "uses_default_features": true 3368 } 3369 ], 3370 "description": "A framework for Rust wrappers over C APIs", 3371 "documentation": null, 3372 "edition": "2015", 3373 "features": {}, 3374 "homepage": null, 3375 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3376 "keywords": [], 3377 "license": "MIT/Apache-2.0", 3378 "license_file": null, 3379 "links": null, 3380 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", 3381 "metadata": null, 3382 "name": "foreign-types", 3383 "publish": null, 3384 "readme": "README.md", 3385 "repository": "https://github.com/sfackler/foreign-types", 3386 "rust_version": null, 3387 "source": "registry+https://github.com/rust-lang/crates.io-index", 3388 "targets": [ 3389 { 3390 "crate_types": [ 3391 "lib" 3392 ], 3393 "doc": true, 3394 "doctest": true, 3395 "edition": "2015", 3396 "kind": [ 3397 "lib" 3398 ], 3399 "name": "foreign_types", 3400 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", 3401 "test": true 3402 } 3403 ], 3404 "version": "0.3.2" 3405 }, 3406 { 3407 "authors": [ 3408 "Steven Fackler <[email protected]>" 3409 ], 3410 "categories": [], 3411 "default_run": null, 3412 "dependencies": [], 3413 "description": "An internal crate used by foreign-types", 3414 "documentation": null, 3415 "edition": "2015", 3416 "features": {}, 3417 "homepage": null, 3418 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3419 "keywords": [], 3420 "license": "MIT/Apache-2.0", 3421 "license_file": null, 3422 "links": null, 3423 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", 3424 "metadata": null, 3425 "name": "foreign-types-shared", 3426 "publish": null, 3427 "readme": null, 3428 "repository": "https://github.com/sfackler/foreign-types", 3429 "rust_version": null, 3430 "source": "registry+https://github.com/rust-lang/crates.io-index", 3431 "targets": [ 3432 { 3433 "crate_types": [ 3434 "lib" 3435 ], 3436 "doc": true, 3437 "doctest": true, 3438 "edition": "2015", 3439 "kind": [ 3440 "lib" 3441 ], 3442 "name": "foreign_types_shared", 3443 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", 3444 "test": true 3445 } 3446 ], 3447 "version": "0.1.1" 3448 }, 3449 { 3450 "authors": [ 3451 "The rust-url developers" 3452 ], 3453 "categories": [ 3454 "no_std" 3455 ], 3456 "default_run": null, 3457 "dependencies": [ 3458 { 3459 "features": [], 3460 "kind": null, 3461 "name": "percent-encoding", 3462 "optional": false, 3463 "registry": null, 3464 "rename": null, 3465 "req": "^2.3.0", 3466 "source": "registry+https://github.com/rust-lang/crates.io-index", 3467 "target": null, 3468 "uses_default_features": false 3469 } 3470 ], 3471 "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", 3472 "documentation": null, 3473 "edition": "2018", 3474 "features": { 3475 "alloc": [ 3476 "percent-encoding/alloc" 3477 ], 3478 "default": [ 3479 "std" 3480 ], 3481 "std": [ 3482 "alloc", 3483 "percent-encoding/std" 3484 ] 3485 }, 3486 "homepage": null, 3487 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3488 "keywords": [], 3489 "license": "MIT OR Apache-2.0", 3490 "license_file": null, 3491 "links": null, 3492 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/Cargo.toml", 3493 "metadata": { 3494 "docs": { 3495 "rs": { 3496 "rustdoc-args": [ 3497 "--generate-link-to-definition" 3498 ] 3499 } 3500 } 3501 }, 3502 "name": "form_urlencoded", 3503 "publish": null, 3504 "readme": null, 3505 "repository": "https://github.com/servo/rust-url", 3506 "rust_version": "1.51", 3507 "source": "registry+https://github.com/rust-lang/crates.io-index", 3508 "targets": [ 3509 { 3510 "crate_types": [ 3511 "lib" 3512 ], 3513 "doc": true, 3514 "doctest": true, 3515 "edition": "2018", 3516 "kind": [ 3517 "lib" 3518 ], 3519 "name": "form_urlencoded", 3520 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs", 3521 "test": false 3522 } 3523 ], 3524 "version": "1.2.1" 3525 }, 3526 { 3527 "authors": [], 3528 "categories": [], 3529 "default_run": null, 3530 "dependencies": [ 3531 { 3532 "features": [], 3533 "kind": null, 3534 "name": "futures-core", 3535 "optional": false, 3536 "registry": null, 3537 "rename": null, 3538 "req": "^0.3.30", 3539 "source": "registry+https://github.com/rust-lang/crates.io-index", 3540 "target": null, 3541 "uses_default_features": false 3542 }, 3543 { 3544 "features": [], 3545 "kind": null, 3546 "name": "futures-sink", 3547 "optional": true, 3548 "registry": null, 3549 "rename": null, 3550 "req": "^0.3.30", 3551 "source": "registry+https://github.com/rust-lang/crates.io-index", 3552 "target": null, 3553 "uses_default_features": false 3554 } 3555 ], 3556 "description": "Channels for asynchronous communication using futures-rs.\n", 3557 "documentation": null, 3558 "edition": "2018", 3559 "features": { 3560 "alloc": [ 3561 "futures-core/alloc" 3562 ], 3563 "cfg-target-has-atomic": [], 3564 "default": [ 3565 "std" 3566 ], 3567 "futures-sink": [ 3568 "dep:futures-sink" 3569 ], 3570 "sink": [ 3571 "futures-sink" 3572 ], 3573 "std": [ 3574 "alloc", 3575 "futures-core/std" 3576 ], 3577 "unstable": [] 3578 }, 3579 "homepage": "https://rust-lang.github.io/futures-rs", 3580 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3581 "keywords": [], 3582 "license": "MIT OR Apache-2.0", 3583 "license_file": null, 3584 "links": null, 3585 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml", 3586 "metadata": { 3587 "docs": { 3588 "rs": { 3589 "all-features": true, 3590 "rustdoc-args": [ 3591 "--cfg", 3592 "docsrs" 3593 ] 3594 } 3595 } 3596 }, 3597 "name": "futures-channel", 3598 "publish": null, 3599 "readme": "README.md", 3600 "repository": "https://github.com/rust-lang/futures-rs", 3601 "rust_version": "1.56", 3602 "source": "registry+https://github.com/rust-lang/crates.io-index", 3603 "targets": [ 3604 { 3605 "crate_types": [ 3606 "lib" 3607 ], 3608 "doc": true, 3609 "doctest": true, 3610 "edition": "2018", 3611 "kind": [ 3612 "lib" 3613 ], 3614 "name": "futures_channel", 3615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs", 3616 "test": true 3617 }, 3618 { 3619 "crate_types": [ 3620 "bin" 3621 ], 3622 "doc": false, 3623 "doctest": false, 3624 "edition": "2018", 3625 "kind": [ 3626 "test" 3627 ], 3628 "name": "oneshot", 3629 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs", 3630 "test": true 3631 }, 3632 { 3633 "crate_types": [ 3634 "bin" 3635 ], 3636 "doc": false, 3637 "doctest": false, 3638 "edition": "2018", 3639 "kind": [ 3640 "test" 3641 ], 3642 "name": "channel", 3643 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs", 3644 "test": true 3645 }, 3646 { 3647 "crate_types": [ 3648 "bin" 3649 ], 3650 "doc": false, 3651 "doctest": false, 3652 "edition": "2018", 3653 "kind": [ 3654 "test" 3655 ], 3656 "name": "mpsc-close", 3657 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs", 3658 "test": true 3659 }, 3660 { 3661 "crate_types": [ 3662 "bin" 3663 ], 3664 "doc": false, 3665 "doctest": false, 3666 "edition": "2018", 3667 "kind": [ 3668 "test" 3669 ], 3670 "name": "mpsc-size_hint", 3671 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs", 3672 "test": true 3673 }, 3674 { 3675 "crate_types": [ 3676 "bin" 3677 ], 3678 "doc": false, 3679 "doctest": false, 3680 "edition": "2018", 3681 "kind": [ 3682 "test" 3683 ], 3684 "name": "mpsc", 3685 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs", 3686 "test": true 3687 }, 3688 { 3689 "crate_types": [ 3690 "bin" 3691 ], 3692 "doc": false, 3693 "doctest": false, 3694 "edition": "2018", 3695 "kind": [ 3696 "bench" 3697 ], 3698 "name": "sync_mpsc", 3699 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs", 3700 "test": false 3701 } 3702 ], 3703 "version": "0.3.30" 3704 }, 3705 { 3706 "authors": [], 3707 "categories": [], 3708 "default_run": null, 3709 "dependencies": [ 3710 { 3711 "features": [ 3712 "require-cas" 3713 ], 3714 "kind": null, 3715 "name": "portable-atomic", 3716 "optional": true, 3717 "registry": null, 3718 "rename": null, 3719 "req": "^1.3", 3720 "source": "registry+https://github.com/rust-lang/crates.io-index", 3721 "target": null, 3722 "uses_default_features": false 3723 } 3724 ], 3725 "description": "The core traits and types in for the `futures` library.\n", 3726 "documentation": null, 3727 "edition": "2018", 3728 "features": { 3729 "alloc": [], 3730 "cfg-target-has-atomic": [], 3731 "default": [ 3732 "std" 3733 ], 3734 "portable-atomic": [ 3735 "dep:portable-atomic" 3736 ], 3737 "std": [ 3738 "alloc" 3739 ], 3740 "unstable": [] 3741 }, 3742 "homepage": "https://rust-lang.github.io/futures-rs", 3743 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3744 "keywords": [], 3745 "license": "MIT OR Apache-2.0", 3746 "license_file": null, 3747 "links": null, 3748 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml", 3749 "metadata": { 3750 "docs": { 3751 "rs": { 3752 "all-features": true, 3753 "rustdoc-args": [ 3754 "--cfg", 3755 "docsrs" 3756 ] 3757 } 3758 } 3759 }, 3760 "name": "futures-core", 3761 "publish": null, 3762 "readme": "README.md", 3763 "repository": "https://github.com/rust-lang/futures-rs", 3764 "rust_version": "1.36", 3765 "source": "registry+https://github.com/rust-lang/crates.io-index", 3766 "targets": [ 3767 { 3768 "crate_types": [ 3769 "lib" 3770 ], 3771 "doc": true, 3772 "doctest": true, 3773 "edition": "2018", 3774 "kind": [ 3775 "lib" 3776 ], 3777 "name": "futures_core", 3778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs", 3779 "test": true 3780 } 3781 ], 3782 "version": "0.3.30" 3783 }, 3784 { 3785 "authors": [], 3786 "categories": [], 3787 "default_run": null, 3788 "dependencies": [], 3789 "description": "The asynchronous `Sink` trait for the futures-rs library.\n", 3790 "documentation": null, 3791 "edition": "2018", 3792 "features": { 3793 "alloc": [], 3794 "default": [ 3795 "std" 3796 ], 3797 "std": [ 3798 "alloc" 3799 ] 3800 }, 3801 "homepage": "https://rust-lang.github.io/futures-rs", 3802 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3803 "keywords": [], 3804 "license": "MIT OR Apache-2.0", 3805 "license_file": null, 3806 "links": null, 3807 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml", 3808 "metadata": { 3809 "docs": { 3810 "rs": { 3811 "all-features": true 3812 } 3813 } 3814 }, 3815 "name": "futures-sink", 3816 "publish": null, 3817 "readme": "README.md", 3818 "repository": "https://github.com/rust-lang/futures-rs", 3819 "rust_version": "1.36", 3820 "source": "registry+https://github.com/rust-lang/crates.io-index", 3821 "targets": [ 3822 { 3823 "crate_types": [ 3824 "lib" 3825 ], 3826 "doc": true, 3827 "doctest": true, 3828 "edition": "2018", 3829 "kind": [ 3830 "lib" 3831 ], 3832 "name": "futures_sink", 3833 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs", 3834 "test": true 3835 } 3836 ], 3837 "version": "0.3.30" 3838 }, 3839 { 3840 "authors": [], 3841 "categories": [], 3842 "default_run": null, 3843 "dependencies": [], 3844 "description": "Tools for working with tasks.\n", 3845 "documentation": null, 3846 "edition": "2018", 3847 "features": { 3848 "alloc": [], 3849 "cfg-target-has-atomic": [], 3850 "default": [ 3851 "std" 3852 ], 3853 "std": [ 3854 "alloc" 3855 ], 3856 "unstable": [] 3857 }, 3858 "homepage": "https://rust-lang.github.io/futures-rs", 3859 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3860 "keywords": [], 3861 "license": "MIT OR Apache-2.0", 3862 "license_file": null, 3863 "links": null, 3864 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml", 3865 "metadata": { 3866 "docs": { 3867 "rs": { 3868 "all-features": true 3869 } 3870 } 3871 }, 3872 "name": "futures-task", 3873 "publish": null, 3874 "readme": "README.md", 3875 "repository": "https://github.com/rust-lang/futures-rs", 3876 "rust_version": "1.56", 3877 "source": "registry+https://github.com/rust-lang/crates.io-index", 3878 "targets": [ 3879 { 3880 "crate_types": [ 3881 "lib" 3882 ], 3883 "doc": true, 3884 "doctest": true, 3885 "edition": "2018", 3886 "kind": [ 3887 "lib" 3888 ], 3889 "name": "futures_task", 3890 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs", 3891 "test": true 3892 } 3893 ], 3894 "version": "0.3.30" 3895 }, 3896 { 3897 "authors": [], 3898 "categories": [], 3899 "default_run": null, 3900 "dependencies": [ 3901 { 3902 "features": [ 3903 "std" 3904 ], 3905 "kind": null, 3906 "name": "futures-channel", 3907 "optional": true, 3908 "registry": null, 3909 "rename": null, 3910 "req": "^0.3.30", 3911 "source": "registry+https://github.com/rust-lang/crates.io-index", 3912 "target": null, 3913 "uses_default_features": false 3914 }, 3915 { 3916 "features": [], 3917 "kind": null, 3918 "name": "futures-core", 3919 "optional": false, 3920 "registry": null, 3921 "rename": null, 3922 "req": "^0.3.30", 3923 "source": "registry+https://github.com/rust-lang/crates.io-index", 3924 "target": null, 3925 "uses_default_features": false 3926 }, 3927 { 3928 "features": [ 3929 "std" 3930 ], 3931 "kind": null, 3932 "name": "futures-io", 3933 "optional": true, 3934 "registry": null, 3935 "rename": null, 3936 "req": "^0.3.30", 3937 "source": "registry+https://github.com/rust-lang/crates.io-index", 3938 "target": null, 3939 "uses_default_features": false 3940 }, 3941 { 3942 "features": [], 3943 "kind": null, 3944 "name": "futures-macro", 3945 "optional": true, 3946 "registry": null, 3947 "rename": null, 3948 "req": "=0.3.30", 3949 "source": "registry+https://github.com/rust-lang/crates.io-index", 3950 "target": null, 3951 "uses_default_features": false 3952 }, 3953 { 3954 "features": [], 3955 "kind": null, 3956 "name": "futures-sink", 3957 "optional": true, 3958 "registry": null, 3959 "rename": null, 3960 "req": "^0.3.30", 3961 "source": "registry+https://github.com/rust-lang/crates.io-index", 3962 "target": null, 3963 "uses_default_features": false 3964 }, 3965 { 3966 "features": [], 3967 "kind": null, 3968 "name": "futures-task", 3969 "optional": false, 3970 "registry": null, 3971 "rename": null, 3972 "req": "^0.3.30", 3973 "source": "registry+https://github.com/rust-lang/crates.io-index", 3974 "target": null, 3975 "uses_default_features": false 3976 }, 3977 { 3978 "features": [], 3979 "kind": null, 3980 "name": "futures", 3981 "optional": true, 3982 "registry": null, 3983 "rename": "futures_01", 3984 "req": "^0.1.25", 3985 "source": "registry+https://github.com/rust-lang/crates.io-index", 3986 "target": null, 3987 "uses_default_features": true 3988 }, 3989 { 3990 "features": [], 3991 "kind": null, 3992 "name": "memchr", 3993 "optional": true, 3994 "registry": null, 3995 "rename": null, 3996 "req": "^2.2", 3997 "source": "registry+https://github.com/rust-lang/crates.io-index", 3998 "target": null, 3999 "uses_default_features": true 4000 }, 4001 { 4002 "features": [], 4003 "kind": null, 4004 "name": "pin-project-lite", 4005 "optional": false, 4006 "registry": null, 4007 "rename": null, 4008 "req": "^0.2.6", 4009 "source": "registry+https://github.com/rust-lang/crates.io-index", 4010 "target": null, 4011 "uses_default_features": true 4012 }, 4013 { 4014 "features": [], 4015 "kind": null, 4016 "name": "pin-utils", 4017 "optional": false, 4018 "registry": null, 4019 "rename": null, 4020 "req": "^0.1.0", 4021 "source": "registry+https://github.com/rust-lang/crates.io-index", 4022 "target": null, 4023 "uses_default_features": true 4024 }, 4025 { 4026 "features": [], 4027 "kind": null, 4028 "name": "slab", 4029 "optional": true, 4030 "registry": null, 4031 "rename": null, 4032 "req": "^0.4.2", 4033 "source": "registry+https://github.com/rust-lang/crates.io-index", 4034 "target": null, 4035 "uses_default_features": true 4036 }, 4037 { 4038 "features": [], 4039 "kind": null, 4040 "name": "tokio-io", 4041 "optional": true, 4042 "registry": null, 4043 "rename": null, 4044 "req": "^0.1.9", 4045 "source": "registry+https://github.com/rust-lang/crates.io-index", 4046 "target": null, 4047 "uses_default_features": true 4048 }, 4049 { 4050 "features": [], 4051 "kind": "dev", 4052 "name": "tokio", 4053 "optional": false, 4054 "registry": null, 4055 "rename": null, 4056 "req": "^0.1.11", 4057 "source": "registry+https://github.com/rust-lang/crates.io-index", 4058 "target": null, 4059 "uses_default_features": true 4060 } 4061 ], 4062 "description": "Common utilities and extension traits for the futures-rs library.\n", 4063 "documentation": null, 4064 "edition": "2018", 4065 "features": { 4066 "alloc": [ 4067 "futures-core/alloc", 4068 "futures-task/alloc" 4069 ], 4070 "async-await": [], 4071 "async-await-macro": [ 4072 "async-await", 4073 "futures-macro" 4074 ], 4075 "bilock": [], 4076 "cfg-target-has-atomic": [], 4077 "channel": [ 4078 "std", 4079 "futures-channel" 4080 ], 4081 "compat": [ 4082 "std", 4083 "futures_01" 4084 ], 4085 "default": [ 4086 "std", 4087 "async-await", 4088 "async-await-macro" 4089 ], 4090 "futures-channel": [ 4091 "dep:futures-channel" 4092 ], 4093 "futures-io": [ 4094 "dep:futures-io" 4095 ], 4096 "futures-macro": [ 4097 "dep:futures-macro" 4098 ], 4099 "futures-sink": [ 4100 "dep:futures-sink" 4101 ], 4102 "futures_01": [ 4103 "dep:futures_01" 4104 ], 4105 "io": [ 4106 "std", 4107 "futures-io", 4108 "memchr" 4109 ], 4110 "io-compat": [ 4111 "io", 4112 "compat", 4113 "tokio-io" 4114 ], 4115 "memchr": [ 4116 "dep:memchr" 4117 ], 4118 "portable-atomic": [ 4119 "futures-core/portable-atomic" 4120 ], 4121 "sink": [ 4122 "futures-sink" 4123 ], 4124 "slab": [ 4125 "dep:slab" 4126 ], 4127 "std": [ 4128 "alloc", 4129 "futures-core/std", 4130 "futures-task/std", 4131 "slab" 4132 ], 4133 "tokio-io": [ 4134 "dep:tokio-io" 4135 ], 4136 "unstable": [ 4137 "futures-core/unstable", 4138 "futures-task/unstable" 4139 ], 4140 "write-all-vectored": [ 4141 "io" 4142 ] 4143 }, 4144 "homepage": "https://rust-lang.github.io/futures-rs", 4145 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4146 "keywords": [], 4147 "license": "MIT OR Apache-2.0", 4148 "license_file": null, 4149 "links": null, 4150 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml", 4151 "metadata": { 4152 "docs": { 4153 "rs": { 4154 "all-features": true, 4155 "rustdoc-args": [ 4156 "--cfg", 4157 "docsrs" 4158 ] 4159 } 4160 } 4161 }, 4162 "name": "futures-util", 4163 "publish": null, 4164 "readme": "README.md", 4165 "repository": "https://github.com/rust-lang/futures-rs", 4166 "rust_version": "1.56", 4167 "source": "registry+https://github.com/rust-lang/crates.io-index", 4168 "targets": [ 4169 { 4170 "crate_types": [ 4171 "lib" 4172 ], 4173 "doc": true, 4174 "doctest": true, 4175 "edition": "2018", 4176 "kind": [ 4177 "lib" 4178 ], 4179 "name": "futures_util", 4180 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs", 4181 "test": true 4182 }, 4183 { 4184 "crate_types": [ 4185 "bin" 4186 ], 4187 "doc": false, 4188 "doctest": false, 4189 "edition": "2018", 4190 "kind": [ 4191 "bench" 4192 ], 4193 "name": "flatten_unordered", 4194 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs", 4195 "test": false 4196 }, 4197 { 4198 "crate_types": [ 4199 "bin" 4200 ], 4201 "doc": false, 4202 "doctest": false, 4203 "edition": "2018", 4204 "kind": [ 4205 "bench" 4206 ], 4207 "name": "select", 4208 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs", 4209 "test": false 4210 }, 4211 { 4212 "crate_types": [ 4213 "bin" 4214 ], 4215 "doc": false, 4216 "doctest": false, 4217 "edition": "2018", 4218 "kind": [ 4219 "bench" 4220 ], 4221 "name": "bilock", 4222 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs", 4223 "test": false 4224 }, 4225 { 4226 "crate_types": [ 4227 "bin" 4228 ], 4229 "doc": false, 4230 "doctest": false, 4231 "edition": "2018", 4232 "kind": [ 4233 "bench" 4234 ], 4235 "name": "futures_unordered", 4236 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs", 4237 "test": false 4238 } 4239 ], 4240 "version": "0.3.30" 4241 }, 4242 { 4243 "authors": [], 4244 "categories": [ 4245 "development-tools::debugging", 4246 "development-tools::profiling", 4247 "parser-implementations" 4248 ], 4249 "default_run": null, 4250 "dependencies": [ 4251 { 4252 "features": [], 4253 "kind": null, 4254 "name": "rustc-std-workspace-alloc", 4255 "optional": true, 4256 "registry": null, 4257 "rename": "alloc", 4258 "req": "^1.0.0", 4259 "source": "registry+https://github.com/rust-lang/crates.io-index", 4260 "target": null, 4261 "uses_default_features": true 4262 }, 4263 { 4264 "features": [], 4265 "kind": null, 4266 "name": "compiler_builtins", 4267 "optional": true, 4268 "registry": null, 4269 "rename": null, 4270 "req": "^0.1.2", 4271 "source": "registry+https://github.com/rust-lang/crates.io-index", 4272 "target": null, 4273 "uses_default_features": true 4274 }, 4275 { 4276 "features": [], 4277 "kind": null, 4278 "name": "rustc-std-workspace-core", 4279 "optional": true, 4280 "registry": null, 4281 "rename": "core", 4282 "req": "^1.0.0", 4283 "source": "registry+https://github.com/rust-lang/crates.io-index", 4284 "target": null, 4285 "uses_default_features": true 4286 }, 4287 { 4288 "features": [], 4289 "kind": null, 4290 "name": "fallible-iterator", 4291 "optional": true, 4292 "registry": null, 4293 "rename": null, 4294 "req": "^0.3.0", 4295 "source": "registry+https://github.com/rust-lang/crates.io-index", 4296 "target": null, 4297 "uses_default_features": false 4298 }, 4299 { 4300 "features": [], 4301 "kind": null, 4302 "name": "indexmap", 4303 "optional": true, 4304 "registry": null, 4305 "rename": null, 4306 "req": "^2.0.0", 4307 "source": "registry+https://github.com/rust-lang/crates.io-index", 4308 "target": null, 4309 "uses_default_features": true 4310 }, 4311 { 4312 "features": [], 4313 "kind": null, 4314 "name": "stable_deref_trait", 4315 "optional": true, 4316 "registry": null, 4317 "rename": null, 4318 "req": "^1.1.0", 4319 "source": "registry+https://github.com/rust-lang/crates.io-index", 4320 "target": null, 4321 "uses_default_features": false 4322 }, 4323 { 4324 "features": [], 4325 "kind": "dev", 4326 "name": "test-assembler", 4327 "optional": false, 4328 "registry": null, 4329 "rename": null, 4330 "req": "^0.1.3", 4331 "source": "registry+https://github.com/rust-lang/crates.io-index", 4332 "target": null, 4333 "uses_default_features": true 4334 } 4335 ], 4336 "description": "A library for reading and writing the DWARF debugging format.", 4337 "documentation": "https://docs.rs/gimli", 4338 "edition": "2018", 4339 "features": { 4340 "default": [ 4341 "read-all", 4342 "write" 4343 ], 4344 "endian-reader": [ 4345 "read", 4346 "dep:stable_deref_trait" 4347 ], 4348 "fallible-iterator": [ 4349 "dep:fallible-iterator" 4350 ], 4351 "read": [ 4352 "read-core" 4353 ], 4354 "read-all": [ 4355 "read", 4356 "std", 4357 "fallible-iterator", 4358 "endian-reader" 4359 ], 4360 "read-core": [], 4361 "rustc-dep-of-std": [ 4362 "dep:core", 4363 "dep:alloc", 4364 "dep:compiler_builtins" 4365 ], 4366 "std": [ 4367 "fallible-iterator?/std", 4368 "stable_deref_trait?/std" 4369 ], 4370 "write": [ 4371 "dep:indexmap" 4372 ] 4373 }, 4374 "homepage": null, 4375 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4376 "keywords": [ 4377 "DWARF", 4378 "debug", 4379 "ELF", 4380 "eh_frame" 4381 ], 4382 "license": "MIT OR Apache-2.0", 4383 "license_file": null, 4384 "links": null, 4385 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/Cargo.toml", 4386 "metadata": null, 4387 "name": "gimli", 4388 "publish": null, 4389 "readme": "./README.md", 4390 "repository": "https://github.com/gimli-rs/gimli", 4391 "rust_version": "1.60", 4392 "source": "registry+https://github.com/rust-lang/crates.io-index", 4393 "targets": [ 4394 { 4395 "crate_types": [ 4396 "lib" 4397 ], 4398 "doc": true, 4399 "doctest": true, 4400 "edition": "2018", 4401 "kind": [ 4402 "lib" 4403 ], 4404 "name": "gimli", 4405 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs", 4406 "test": true 4407 } 4408 ], 4409 "version": "0.28.1" 4410 }, 4411 { 4412 "authors": [ 4413 "Carl Lerche <[email protected]>", 4414 "Sean McArthur <[email protected]>" 4415 ], 4416 "categories": [ 4417 "asynchronous", 4418 "web-programming", 4419 "network-programming" 4420 ], 4421 "default_run": null, 4422 "dependencies": [ 4423 { 4424 "features": [], 4425 "kind": null, 4426 "name": "bytes", 4427 "optional": false, 4428 "registry": null, 4429 "rename": null, 4430 "req": "^1", 4431 "source": "registry+https://github.com/rust-lang/crates.io-index", 4432 "target": null, 4433 "uses_default_features": true 4434 }, 4435 { 4436 "features": [], 4437 "kind": null, 4438 "name": "fnv", 4439 "optional": false, 4440 "registry": null, 4441 "rename": null, 4442 "req": "^1.0.5", 4443 "source": "registry+https://github.com/rust-lang/crates.io-index", 4444 "target": null, 4445 "uses_default_features": true 4446 }, 4447 { 4448 "features": [], 4449 "kind": null, 4450 "name": "futures-core", 4451 "optional": false, 4452 "registry": null, 4453 "rename": null, 4454 "req": "^0.3", 4455 "source": "registry+https://github.com/rust-lang/crates.io-index", 4456 "target": null, 4457 "uses_default_features": false 4458 }, 4459 { 4460 "features": [], 4461 "kind": null, 4462 "name": "futures-sink", 4463 "optional": false, 4464 "registry": null, 4465 "rename": null, 4466 "req": "^0.3", 4467 "source": "registry+https://github.com/rust-lang/crates.io-index", 4468 "target": null, 4469 "uses_default_features": false 4470 }, 4471 { 4472 "features": [], 4473 "kind": null, 4474 "name": "futures-util", 4475 "optional": false, 4476 "registry": null, 4477 "rename": null, 4478 "req": "^0.3", 4479 "source": "registry+https://github.com/rust-lang/crates.io-index", 4480 "target": null, 4481 "uses_default_features": false 4482 }, 4483 { 4484 "features": [], 4485 "kind": null, 4486 "name": "http", 4487 "optional": false, 4488 "registry": null, 4489 "rename": null, 4490 "req": "^1", 4491 "source": "registry+https://github.com/rust-lang/crates.io-index", 4492 "target": null, 4493 "uses_default_features": true 4494 }, 4495 { 4496 "features": [ 4497 "std" 4498 ], 4499 "kind": null, 4500 "name": "indexmap", 4501 "optional": false, 4502 "registry": null, 4503 "rename": null, 4504 "req": "^2", 4505 "source": "registry+https://github.com/rust-lang/crates.io-index", 4506 "target": null, 4507 "uses_default_features": true 4508 }, 4509 { 4510 "features": [], 4511 "kind": null, 4512 "name": "slab", 4513 "optional": false, 4514 "registry": null, 4515 "rename": null, 4516 "req": "^0.4.2", 4517 "source": "registry+https://github.com/rust-lang/crates.io-index", 4518 "target": null, 4519 "uses_default_features": true 4520 }, 4521 { 4522 "features": [ 4523 "io-util" 4524 ], 4525 "kind": null, 4526 "name": "tokio", 4527 "optional": false, 4528 "registry": null, 4529 "rename": null, 4530 "req": "^1", 4531 "source": "registry+https://github.com/rust-lang/crates.io-index", 4532 "target": null, 4533 "uses_default_features": true 4534 }, 4535 { 4536 "features": [ 4537 "codec", 4538 "io" 4539 ], 4540 "kind": null, 4541 "name": "tokio-util", 4542 "optional": false, 4543 "registry": null, 4544 "rename": null, 4545 "req": "^0.7.1", 4546 "source": "registry+https://github.com/rust-lang/crates.io-index", 4547 "target": null, 4548 "uses_default_features": true 4549 }, 4550 { 4551 "features": [ 4552 "std" 4553 ], 4554 "kind": null, 4555 "name": "tracing", 4556 "optional": false, 4557 "registry": null, 4558 "rename": null, 4559 "req": "^0.1.35", 4560 "source": "registry+https://github.com/rust-lang/crates.io-index", 4561 "target": null, 4562 "uses_default_features": false 4563 }, 4564 { 4565 "features": [], 4566 "kind": "dev", 4567 "name": "env_logger", 4568 "optional": false, 4569 "registry": null, 4570 "rename": null, 4571 "req": "^0.10", 4572 "source": "registry+https://github.com/rust-lang/crates.io-index", 4573 "target": null, 4574 "uses_default_features": false 4575 }, 4576 { 4577 "features": [], 4578 "kind": "dev", 4579 "name": "hex", 4580 "optional": false, 4581 "registry": null, 4582 "rename": null, 4583 "req": "^0.4.3", 4584 "source": "registry+https://github.com/rust-lang/crates.io-index", 4585 "target": null, 4586 "uses_default_features": true 4587 }, 4588 { 4589 "features": [], 4590 "kind": "dev", 4591 "name": "quickcheck", 4592 "optional": false, 4593 "registry": null, 4594 "rename": null, 4595 "req": "^1.0.3", 4596 "source": "registry+https://github.com/rust-lang/crates.io-index", 4597 "target": null, 4598 "uses_default_features": false 4599 }, 4600 { 4601 "features": [], 4602 "kind": "dev", 4603 "name": "rand", 4604 "optional": false, 4605 "registry": null, 4606 "rename": null, 4607 "req": "^0.8.4", 4608 "source": "registry+https://github.com/rust-lang/crates.io-index", 4609 "target": null, 4610 "uses_default_features": true 4611 }, 4612 { 4613 "features": [], 4614 "kind": "dev", 4615 "name": "serde", 4616 "optional": false, 4617 "registry": null, 4618 "rename": null, 4619 "req": "^1.0.0", 4620 "source": "registry+https://github.com/rust-lang/crates.io-index", 4621 "target": null, 4622 "uses_default_features": true 4623 }, 4624 { 4625 "features": [], 4626 "kind": "dev", 4627 "name": "serde_json", 4628 "optional": false, 4629 "registry": null, 4630 "rename": null, 4631 "req": "^1.0.0", 4632 "source": "registry+https://github.com/rust-lang/crates.io-index", 4633 "target": null, 4634 "uses_default_features": true 4635 }, 4636 { 4637 "features": [ 4638 "rt-multi-thread", 4639 "macros", 4640 "sync", 4641 "net" 4642 ], 4643 "kind": "dev", 4644 "name": "tokio", 4645 "optional": false, 4646 "registry": null, 4647 "rename": null, 4648 "req": "^1", 4649 "source": "registry+https://github.com/rust-lang/crates.io-index", 4650 "target": null, 4651 "uses_default_features": true 4652 }, 4653 { 4654 "features": [], 4655 "kind": "dev", 4656 "name": "tokio-rustls", 4657 "optional": false, 4658 "registry": null, 4659 "rename": null, 4660 "req": "^0.24", 4661 "source": "registry+https://github.com/rust-lang/crates.io-index", 4662 "target": null, 4663 "uses_default_features": true 4664 }, 4665 { 4666 "features": [], 4667 "kind": "dev", 4668 "name": "walkdir", 4669 "optional": false, 4670 "registry": null, 4671 "rename": null, 4672 "req": "^2.3.2", 4673 "source": "registry+https://github.com/rust-lang/crates.io-index", 4674 "target": null, 4675 "uses_default_features": true 4676 }, 4677 { 4678 "features": [], 4679 "kind": "dev", 4680 "name": "webpki-roots", 4681 "optional": false, 4682 "registry": null, 4683 "rename": null, 4684 "req": "^0.25", 4685 "source": "registry+https://github.com/rust-lang/crates.io-index", 4686 "target": null, 4687 "uses_default_features": true 4688 } 4689 ], 4690 "description": "An HTTP/2 client and server", 4691 "documentation": "https://docs.rs/h2", 4692 "edition": "2021", 4693 "features": { 4694 "stream": [], 4695 "unstable": [] 4696 }, 4697 "homepage": null, 4698 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4699 "keywords": [ 4700 "http", 4701 "async", 4702 "non-blocking" 4703 ], 4704 "license": "MIT", 4705 "license_file": null, 4706 "links": null, 4707 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/Cargo.toml", 4708 "metadata": { 4709 "docs": { 4710 "rs": { 4711 "features": [ 4712 "stream" 4713 ] 4714 } 4715 } 4716 }, 4717 "name": "h2", 4718 "publish": null, 4719 "readme": "README.md", 4720 "repository": "https://github.com/hyperium/h2", 4721 "rust_version": "1.63", 4722 "source": "registry+https://github.com/rust-lang/crates.io-index", 4723 "targets": [ 4724 { 4725 "crate_types": [ 4726 "lib" 4727 ], 4728 "doc": true, 4729 "doctest": true, 4730 "edition": "2021", 4731 "kind": [ 4732 "lib" 4733 ], 4734 "name": "h2", 4735 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/src/lib.rs", 4736 "test": true 4737 }, 4738 { 4739 "crate_types": [ 4740 "bin" 4741 ], 4742 "doc": false, 4743 "doctest": false, 4744 "edition": "2021", 4745 "kind": [ 4746 "example" 4747 ], 4748 "name": "akamai", 4749 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/examples/akamai.rs", 4750 "test": false 4751 }, 4752 { 4753 "crate_types": [ 4754 "bin" 4755 ], 4756 "doc": false, 4757 "doctest": false, 4758 "edition": "2021", 4759 "kind": [ 4760 "example" 4761 ], 4762 "name": "client", 4763 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/examples/client.rs", 4764 "test": false 4765 }, 4766 { 4767 "crate_types": [ 4768 "bin" 4769 ], 4770 "doc": false, 4771 "doctest": false, 4772 "edition": "2021", 4773 "kind": [ 4774 "example" 4775 ], 4776 "name": "server", 4777 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.4/examples/server.rs", 4778 "test": false 4779 } 4780 ], 4781 "version": "0.4.4" 4782 }, 4783 { 4784 "authors": [ 4785 "Amanieu d'Antras <[email protected]>" 4786 ], 4787 "categories": [ 4788 "data-structures", 4789 "no-std" 4790 ], 4791 "default_run": null, 4792 "dependencies": [ 4793 { 4794 "features": [], 4795 "kind": null, 4796 "name": "ahash", 4797 "optional": true, 4798 "registry": null, 4799 "rename": null, 4800 "req": "^0.8.7", 4801 "source": "registry+https://github.com/rust-lang/crates.io-index", 4802 "target": null, 4803 "uses_default_features": false 4804 }, 4805 { 4806 "features": [], 4807 "kind": null, 4808 "name": "rustc-std-workspace-alloc", 4809 "optional": true, 4810 "registry": null, 4811 "rename": "alloc", 4812 "req": "^1.0.0", 4813 "source": "registry+https://github.com/rust-lang/crates.io-index", 4814 "target": null, 4815 "uses_default_features": true 4816 }, 4817 { 4818 "features": [ 4819 "alloc" 4820 ], 4821 "kind": null, 4822 "name": "allocator-api2", 4823 "optional": true, 4824 "registry": null, 4825 "rename": null, 4826 "req": "^0.2.9", 4827 "source": "registry+https://github.com/rust-lang/crates.io-index", 4828 "target": null, 4829 "uses_default_features": false 4830 }, 4831 { 4832 "features": [], 4833 "kind": null, 4834 "name": "compiler_builtins", 4835 "optional": true, 4836 "registry": null, 4837 "rename": null, 4838 "req": "^0.1.2", 4839 "source": "registry+https://github.com/rust-lang/crates.io-index", 4840 "target": null, 4841 "uses_default_features": true 4842 }, 4843 { 4844 "features": [], 4845 "kind": null, 4846 "name": "rustc-std-workspace-core", 4847 "optional": true, 4848 "registry": null, 4849 "rename": "core", 4850 "req": "^1.0.0", 4851 "source": "registry+https://github.com/rust-lang/crates.io-index", 4852 "target": null, 4853 "uses_default_features": true 4854 }, 4855 { 4856 "features": [], 4857 "kind": null, 4858 "name": "equivalent", 4859 "optional": true, 4860 "registry": null, 4861 "rename": null, 4862 "req": "^1.0", 4863 "source": "registry+https://github.com/rust-lang/crates.io-index", 4864 "target": null, 4865 "uses_default_features": false 4866 }, 4867 { 4868 "features": [], 4869 "kind": null, 4870 "name": "rayon", 4871 "optional": true, 4872 "registry": null, 4873 "rename": null, 4874 "req": "^1.0", 4875 "source": "registry+https://github.com/rust-lang/crates.io-index", 4876 "target": null, 4877 "uses_default_features": true 4878 }, 4879 { 4880 "features": [ 4881 "alloc" 4882 ], 4883 "kind": null, 4884 "name": "rkyv", 4885 "optional": true, 4886 "registry": null, 4887 "rename": null, 4888 "req": "^0.7.42", 4889 "source": "registry+https://github.com/rust-lang/crates.io-index", 4890 "target": null, 4891 "uses_default_features": false 4892 }, 4893 { 4894 "features": [], 4895 "kind": null, 4896 "name": "serde", 4897 "optional": true, 4898 "registry": null, 4899 "rename": null, 4900 "req": "^1.0.25", 4901 "source": "registry+https://github.com/rust-lang/crates.io-index", 4902 "target": null, 4903 "uses_default_features": false 4904 }, 4905 { 4906 "features": [ 4907 "allocator-api2" 4908 ], 4909 "kind": "dev", 4910 "name": "bumpalo", 4911 "optional": false, 4912 "registry": null, 4913 "rename": null, 4914 "req": "^3.13.0", 4915 "source": "registry+https://github.com/rust-lang/crates.io-index", 4916 "target": null, 4917 "uses_default_features": true 4918 }, 4919 { 4920 "features": [], 4921 "kind": "dev", 4922 "name": "doc-comment", 4923 "optional": false, 4924 "registry": null, 4925 "rename": null, 4926 "req": "^0.3.1", 4927 "source": "registry+https://github.com/rust-lang/crates.io-index", 4928 "target": null, 4929 "uses_default_features": true 4930 }, 4931 { 4932 "features": [], 4933 "kind": "dev", 4934 "name": "fnv", 4935 "optional": false, 4936 "registry": null, 4937 "rename": null, 4938 "req": "^1.0.7", 4939 "source": "registry+https://github.com/rust-lang/crates.io-index", 4940 "target": null, 4941 "uses_default_features": true 4942 }, 4943 { 4944 "features": [], 4945 "kind": "dev", 4946 "name": "lazy_static", 4947 "optional": false, 4948 "registry": null, 4949 "rename": null, 4950 "req": "^1.4", 4951 "source": "registry+https://github.com/rust-lang/crates.io-index", 4952 "target": null, 4953 "uses_default_features": true 4954 }, 4955 { 4956 "features": [ 4957 "small_rng" 4958 ], 4959 "kind": "dev", 4960 "name": "rand", 4961 "optional": false, 4962 "registry": null, 4963 "rename": null, 4964 "req": "^0.8.3", 4965 "source": "registry+https://github.com/rust-lang/crates.io-index", 4966 "target": null, 4967 "uses_default_features": true 4968 }, 4969 { 4970 "features": [], 4971 "kind": "dev", 4972 "name": "rayon", 4973 "optional": false, 4974 "registry": null, 4975 "rename": null, 4976 "req": "^1.0", 4977 "source": "registry+https://github.com/rust-lang/crates.io-index", 4978 "target": null, 4979 "uses_default_features": true 4980 }, 4981 { 4982 "features": [ 4983 "validation" 4984 ], 4985 "kind": "dev", 4986 "name": "rkyv", 4987 "optional": false, 4988 "registry": null, 4989 "rename": null, 4990 "req": "^0.7.42", 4991 "source": "registry+https://github.com/rust-lang/crates.io-index", 4992 "target": null, 4993 "uses_default_features": true 4994 }, 4995 { 4996 "features": [], 4997 "kind": "dev", 4998 "name": "serde_test", 4999 "optional": false, 5000 "registry": null, 5001 "rename": null, 5002 "req": "^1.0", 5003 "source": "registry+https://github.com/rust-lang/crates.io-index", 5004 "target": null, 5005 "uses_default_features": true 5006 } 5007 ], 5008 "description": "A Rust port of Google's SwissTable hash map", 5009 "documentation": null, 5010 "edition": "2021", 5011 "features": { 5012 "ahash": [ 5013 "dep:ahash" 5014 ], 5015 "alloc": [ 5016 "dep:alloc" 5017 ], 5018 "allocator-api2": [ 5019 "dep:allocator-api2" 5020 ], 5021 "compiler_builtins": [ 5022 "dep:compiler_builtins" 5023 ], 5024 "core": [ 5025 "dep:core" 5026 ], 5027 "default": [ 5028 "ahash", 5029 "inline-more", 5030 "allocator-api2" 5031 ], 5032 "equivalent": [ 5033 "dep:equivalent" 5034 ], 5035 "inline-more": [], 5036 "nightly": [ 5037 "allocator-api2?/nightly", 5038 "bumpalo/allocator_api" 5039 ], 5040 "raw": [], 5041 "rayon": [ 5042 "dep:rayon" 5043 ], 5044 "rkyv": [ 5045 "dep:rkyv" 5046 ], 5047 "rustc-dep-of-std": [ 5048 "nightly", 5049 "core", 5050 "compiler_builtins", 5051 "alloc", 5052 "rustc-internal-api" 5053 ], 5054 "rustc-internal-api": [], 5055 "serde": [ 5056 "dep:serde" 5057 ] 5058 }, 5059 "homepage": null, 5060 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5061 "keywords": [ 5062 "hash", 5063 "no_std", 5064 "hashmap", 5065 "swisstable" 5066 ], 5067 "license": "MIT OR Apache-2.0", 5068 "license_file": null, 5069 "links": null, 5070 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/Cargo.toml", 5071 "metadata": { 5072 "docs": { 5073 "rs": { 5074 "features": [ 5075 "nightly", 5076 "rayon", 5077 "serde", 5078 "raw" 5079 ], 5080 "rustdoc-args": [ 5081 "--generate-link-to-definition" 5082 ] 5083 } 5084 } 5085 }, 5086 "name": "hashbrown", 5087 "publish": null, 5088 "readme": "README.md", 5089 "repository": "https://github.com/rust-lang/hashbrown", 5090 "rust_version": "1.63.0", 5091 "source": "registry+https://github.com/rust-lang/crates.io-index", 5092 "targets": [ 5093 { 5094 "crate_types": [ 5095 "lib" 5096 ], 5097 "doc": true, 5098 "doctest": true, 5099 "edition": "2021", 5100 "kind": [ 5101 "lib" 5102 ], 5103 "name": "hashbrown", 5104 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs", 5105 "test": true 5106 }, 5107 { 5108 "crate_types": [ 5109 "bin" 5110 ], 5111 "doc": false, 5112 "doctest": false, 5113 "edition": "2021", 5114 "kind": [ 5115 "test" 5116 ], 5117 "name": "serde", 5118 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/serde.rs", 5119 "test": true 5120 }, 5121 { 5122 "crate_types": [ 5123 "bin" 5124 ], 5125 "doc": false, 5126 "doctest": false, 5127 "edition": "2021", 5128 "kind": [ 5129 "test" 5130 ], 5131 "name": "rayon", 5132 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/rayon.rs", 5133 "test": true 5134 }, 5135 { 5136 "crate_types": [ 5137 "bin" 5138 ], 5139 "doc": false, 5140 "doctest": false, 5141 "edition": "2021", 5142 "kind": [ 5143 "test" 5144 ], 5145 "name": "raw", 5146 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/raw.rs", 5147 "test": true 5148 }, 5149 { 5150 "crate_types": [ 5151 "bin" 5152 ], 5153 "doc": false, 5154 "doctest": false, 5155 "edition": "2021", 5156 "kind": [ 5157 "test" 5158 ], 5159 "name": "equivalent_trait", 5160 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/equivalent_trait.rs", 5161 "test": true 5162 }, 5163 { 5164 "crate_types": [ 5165 "bin" 5166 ], 5167 "doc": false, 5168 "doctest": false, 5169 "edition": "2021", 5170 "kind": [ 5171 "test" 5172 ], 5173 "name": "set", 5174 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/set.rs", 5175 "test": true 5176 }, 5177 { 5178 "crate_types": [ 5179 "bin" 5180 ], 5181 "doc": false, 5182 "doctest": false, 5183 "edition": "2021", 5184 "kind": [ 5185 "test" 5186 ], 5187 "name": "hasher", 5188 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/hasher.rs", 5189 "test": true 5190 }, 5191 { 5192 "crate_types": [ 5193 "bin" 5194 ], 5195 "doc": false, 5196 "doctest": false, 5197 "edition": "2021", 5198 "kind": [ 5199 "bench" 5200 ], 5201 "name": "insert_unique_unchecked", 5202 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/insert_unique_unchecked.rs", 5203 "test": false 5204 }, 5205 { 5206 "crate_types": [ 5207 "bin" 5208 ], 5209 "doc": false, 5210 "doctest": false, 5211 "edition": "2021", 5212 "kind": [ 5213 "bench" 5214 ], 5215 "name": "bench", 5216 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/bench.rs", 5217 "test": false 5218 } 5219 ], 5220 "version": "0.14.5" 5221 }, 5222 { 5223 "authors": [ 5224 "Alex Crichton <[email protected]>", 5225 "Carl Lerche <[email protected]>", 5226 "Sean McArthur <[email protected]>" 5227 ], 5228 "categories": [ 5229 "web-programming" 5230 ], 5231 "default_run": null, 5232 "dependencies": [ 5233 { 5234 "features": [], 5235 "kind": null, 5236 "name": "bytes", 5237 "optional": false, 5238 "registry": null, 5239 "rename": null, 5240 "req": "^1", 5241 "source": "registry+https://github.com/rust-lang/crates.io-index", 5242 "target": null, 5243 "uses_default_features": true 5244 }, 5245 { 5246 "features": [], 5247 "kind": null, 5248 "name": "fnv", 5249 "optional": false, 5250 "registry": null, 5251 "rename": null, 5252 "req": "^1.0.5", 5253 "source": "registry+https://github.com/rust-lang/crates.io-index", 5254 "target": null, 5255 "uses_default_features": true 5256 }, 5257 { 5258 "features": [], 5259 "kind": null, 5260 "name": "itoa", 5261 "optional": false, 5262 "registry": null, 5263 "rename": null, 5264 "req": "^1", 5265 "source": "registry+https://github.com/rust-lang/crates.io-index", 5266 "target": null, 5267 "uses_default_features": true 5268 }, 5269 { 5270 "features": [], 5271 "kind": "dev", 5272 "name": "doc-comment", 5273 "optional": false, 5274 "registry": null, 5275 "rename": null, 5276 "req": "^0.3", 5277 "source": "registry+https://github.com/rust-lang/crates.io-index", 5278 "target": null, 5279 "uses_default_features": true 5280 }, 5281 { 5282 "features": [], 5283 "kind": "dev", 5284 "name": "quickcheck", 5285 "optional": false, 5286 "registry": null, 5287 "rename": null, 5288 "req": "^1", 5289 "source": "registry+https://github.com/rust-lang/crates.io-index", 5290 "target": null, 5291 "uses_default_features": true 5292 }, 5293 { 5294 "features": [], 5295 "kind": "dev", 5296 "name": "rand", 5297 "optional": false, 5298 "registry": null, 5299 "rename": null, 5300 "req": "^0.8.0", 5301 "source": "registry+https://github.com/rust-lang/crates.io-index", 5302 "target": null, 5303 "uses_default_features": true 5304 }, 5305 { 5306 "features": [], 5307 "kind": "dev", 5308 "name": "serde", 5309 "optional": false, 5310 "registry": null, 5311 "rename": null, 5312 "req": "^1.0", 5313 "source": "registry+https://github.com/rust-lang/crates.io-index", 5314 "target": null, 5315 "uses_default_features": true 5316 }, 5317 { 5318 "features": [], 5319 "kind": "dev", 5320 "name": "serde_json", 5321 "optional": false, 5322 "registry": null, 5323 "rename": null, 5324 "req": "^1.0", 5325 "source": "registry+https://github.com/rust-lang/crates.io-index", 5326 "target": null, 5327 "uses_default_features": true 5328 } 5329 ], 5330 "description": "A set of types for representing HTTP requests and responses.\n", 5331 "documentation": "https://docs.rs/http", 5332 "edition": "2018", 5333 "features": { 5334 "default": [ 5335 "std" 5336 ], 5337 "std": [] 5338 }, 5339 "homepage": null, 5340 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5341 "keywords": [ 5342 "http" 5343 ], 5344 "license": "MIT OR Apache-2.0", 5345 "license_file": null, 5346 "links": null, 5347 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/Cargo.toml", 5348 "metadata": null, 5349 "name": "http", 5350 "publish": null, 5351 "readme": "README.md", 5352 "repository": "https://github.com/hyperium/http", 5353 "rust_version": "1.49.0", 5354 "source": "registry+https://github.com/rust-lang/crates.io-index", 5355 "targets": [ 5356 { 5357 "crate_types": [ 5358 "lib" 5359 ], 5360 "doc": true, 5361 "doctest": true, 5362 "edition": "2018", 5363 "kind": [ 5364 "lib" 5365 ], 5366 "name": "http", 5367 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs", 5368 "test": true 5369 }, 5370 { 5371 "crate_types": [ 5372 "bin" 5373 ], 5374 "doc": false, 5375 "doctest": false, 5376 "edition": "2018", 5377 "kind": [ 5378 "test" 5379 ], 5380 "name": "header_map", 5381 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/tests/header_map.rs", 5382 "test": true 5383 }, 5384 { 5385 "crate_types": [ 5386 "bin" 5387 ], 5388 "doc": false, 5389 "doctest": false, 5390 "edition": "2018", 5391 "kind": [ 5392 "test" 5393 ], 5394 "name": "status_code", 5395 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/tests/status_code.rs", 5396 "test": true 5397 }, 5398 { 5399 "crate_types": [ 5400 "bin" 5401 ], 5402 "doc": false, 5403 "doctest": false, 5404 "edition": "2018", 5405 "kind": [ 5406 "test" 5407 ], 5408 "name": "header_map_fuzz", 5409 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/tests/header_map_fuzz.rs", 5410 "test": true 5411 } 5412 ], 5413 "version": "1.1.0" 5414 }, 5415 { 5416 "authors": [ 5417 "Carl Lerche <[email protected]>", 5418 "Lucio Franco <[email protected]>", 5419 "Sean McArthur <[email protected]>" 5420 ], 5421 "categories": [ 5422 "web-programming" 5423 ], 5424 "default_run": null, 5425 "dependencies": [ 5426 { 5427 "features": [], 5428 "kind": null, 5429 "name": "bytes", 5430 "optional": false, 5431 "registry": null, 5432 "rename": null, 5433 "req": "^1", 5434 "source": "registry+https://github.com/rust-lang/crates.io-index", 5435 "target": null, 5436 "uses_default_features": true 5437 }, 5438 { 5439 "features": [], 5440 "kind": null, 5441 "name": "http", 5442 "optional": false, 5443 "registry": null, 5444 "rename": null, 5445 "req": "^1", 5446 "source": "registry+https://github.com/rust-lang/crates.io-index", 5447 "target": null, 5448 "uses_default_features": true 5449 } 5450 ], 5451 "description": "Trait representing an asynchronous, streaming, HTTP request or response body.\n", 5452 "documentation": "https://docs.rs/http-body", 5453 "edition": "2018", 5454 "features": {}, 5455 "homepage": null, 5456 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5457 "keywords": [ 5458 "http" 5459 ], 5460 "license": "MIT", 5461 "license_file": null, 5462 "links": null, 5463 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/Cargo.toml", 5464 "metadata": null, 5465 "name": "http-body", 5466 "publish": null, 5467 "readme": "README.md", 5468 "repository": "https://github.com/hyperium/http-body", 5469 "rust_version": null, 5470 "source": "registry+https://github.com/rust-lang/crates.io-index", 5471 "targets": [ 5472 { 5473 "crate_types": [ 5474 "lib" 5475 ], 5476 "doc": true, 5477 "doctest": true, 5478 "edition": "2018", 5479 "kind": [ 5480 "lib" 5481 ], 5482 "name": "http_body", 5483 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs", 5484 "test": true 5485 }, 5486 { 5487 "crate_types": [ 5488 "bin" 5489 ], 5490 "doc": false, 5491 "doctest": false, 5492 "edition": "2018", 5493 "kind": [ 5494 "test" 5495 ], 5496 "name": "is_end_stream", 5497 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/tests/is_end_stream.rs", 5498 "test": true 5499 } 5500 ], 5501 "version": "1.0.0" 5502 }, 5503 { 5504 "authors": [ 5505 "Carl Lerche <[email protected]>", 5506 "Lucio Franco <[email protected]>", 5507 "Sean McArthur <[email protected]>" 5508 ], 5509 "categories": [ 5510 "web-programming" 5511 ], 5512 "default_run": null, 5513 "dependencies": [ 5514 { 5515 "features": [], 5516 "kind": null, 5517 "name": "bytes", 5518 "optional": false, 5519 "registry": null, 5520 "rename": null, 5521 "req": "^1", 5522 "source": "registry+https://github.com/rust-lang/crates.io-index", 5523 "target": null, 5524 "uses_default_features": true 5525 }, 5526 { 5527 "features": [], 5528 "kind": null, 5529 "name": "futures-core", 5530 "optional": false, 5531 "registry": null, 5532 "rename": null, 5533 "req": "^0.3", 5534 "source": "registry+https://github.com/rust-lang/crates.io-index", 5535 "target": null, 5536 "uses_default_features": true 5537 }, 5538 { 5539 "features": [], 5540 "kind": null, 5541 "name": "http", 5542 "optional": false, 5543 "registry": null, 5544 "rename": null, 5545 "req": "^1", 5546 "source": "registry+https://github.com/rust-lang/crates.io-index", 5547 "target": null, 5548 "uses_default_features": true 5549 }, 5550 { 5551 "features": [], 5552 "kind": null, 5553 "name": "http-body", 5554 "optional": false, 5555 "registry": null, 5556 "rename": null, 5557 "req": "^1", 5558 "source": "registry+https://github.com/rust-lang/crates.io-index", 5559 "target": null, 5560 "uses_default_features": true 5561 }, 5562 { 5563 "features": [], 5564 "kind": null, 5565 "name": "pin-project-lite", 5566 "optional": false, 5567 "registry": null, 5568 "rename": null, 5569 "req": "^0.2", 5570 "source": "registry+https://github.com/rust-lang/crates.io-index", 5571 "target": null, 5572 "uses_default_features": true 5573 }, 5574 { 5575 "features": [], 5576 "kind": "dev", 5577 "name": "futures-util", 5578 "optional": false, 5579 "registry": null, 5580 "rename": null, 5581 "req": "^0.3.14", 5582 "source": "registry+https://github.com/rust-lang/crates.io-index", 5583 "target": null, 5584 "uses_default_features": false 5585 }, 5586 { 5587 "features": [ 5588 "macros", 5589 "rt", 5590 "sync", 5591 "rt-multi-thread" 5592 ], 5593 "kind": "dev", 5594 "name": "tokio", 5595 "optional": false, 5596 "registry": null, 5597 "rename": null, 5598 "req": "^1", 5599 "source": "registry+https://github.com/rust-lang/crates.io-index", 5600 "target": null, 5601 "uses_default_features": true 5602 } 5603 ], 5604 "description": "Combinators and adapters for HTTP request or response bodies.\n", 5605 "documentation": "https://docs.rs/http-body-util", 5606 "edition": "2018", 5607 "features": {}, 5608 "homepage": null, 5609 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5610 "keywords": [ 5611 "http" 5612 ], 5613 "license": "MIT", 5614 "license_file": null, 5615 "links": null, 5616 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.1/Cargo.toml", 5617 "metadata": null, 5618 "name": "http-body-util", 5619 "publish": null, 5620 "readme": "README.md", 5621 "repository": "https://github.com/hyperium/http-body", 5622 "rust_version": "1.49", 5623 "source": "registry+https://github.com/rust-lang/crates.io-index", 5624 "targets": [ 5625 { 5626 "crate_types": [ 5627 "lib" 5628 ], 5629 "doc": true, 5630 "doctest": true, 5631 "edition": "2018", 5632 "kind": [ 5633 "lib" 5634 ], 5635 "name": "http_body_util", 5636 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.1/src/lib.rs", 5637 "test": true 5638 } 5639 ], 5640 "version": "0.1.1" 5641 }, 5642 { 5643 "authors": [ 5644 "Sean McArthur <[email protected]>" 5645 ], 5646 "categories": [ 5647 "network-programming", 5648 "no-std", 5649 "parser-implementations", 5650 "web-programming" 5651 ], 5652 "default_run": null, 5653 "dependencies": [ 5654 { 5655 "features": [], 5656 "kind": "dev", 5657 "name": "criterion", 5658 "optional": false, 5659 "registry": null, 5660 "rename": null, 5661 "req": "^0.3.5", 5662 "source": "registry+https://github.com/rust-lang/crates.io-index", 5663 "target": null, 5664 "uses_default_features": true 5665 } 5666 ], 5667 "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.", 5668 "documentation": "https://docs.rs/httparse", 5669 "edition": "2018", 5670 "features": { 5671 "default": [ 5672 "std" 5673 ], 5674 "std": [] 5675 }, 5676 "homepage": null, 5677 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5678 "keywords": [ 5679 "http", 5680 "parser", 5681 "no_std" 5682 ], 5683 "license": "MIT/Apache-2.0", 5684 "license_file": null, 5685 "links": null, 5686 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/Cargo.toml", 5687 "metadata": null, 5688 "name": "httparse", 5689 "publish": null, 5690 "readme": "README.md", 5691 "repository": "https://github.com/seanmonstar/httparse", 5692 "rust_version": null, 5693 "source": "registry+https://github.com/rust-lang/crates.io-index", 5694 "targets": [ 5695 { 5696 "crate_types": [ 5697 "lib" 5698 ], 5699 "doc": true, 5700 "doctest": true, 5701 "edition": "2018", 5702 "kind": [ 5703 "lib" 5704 ], 5705 "name": "httparse", 5706 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs", 5707 "test": true 5708 }, 5709 { 5710 "crate_types": [ 5711 "bin" 5712 ], 5713 "doc": false, 5714 "doctest": false, 5715 "edition": "2018", 5716 "kind": [ 5717 "test" 5718 ], 5719 "name": "uri", 5720 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/tests/uri.rs", 5721 "test": true 5722 }, 5723 { 5724 "crate_types": [ 5725 "bin" 5726 ], 5727 "doc": false, 5728 "doctest": false, 5729 "edition": "2018", 5730 "kind": [ 5731 "bench" 5732 ], 5733 "name": "parse", 5734 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/benches/parse.rs", 5735 "test": false 5736 }, 5737 { 5738 "crate_types": [ 5739 "bin" 5740 ], 5741 "doc": false, 5742 "doctest": false, 5743 "edition": "2018", 5744 "kind": [ 5745 "custom-build" 5746 ], 5747 "name": "build-script-build", 5748 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs", 5749 "test": false 5750 } 5751 ], 5752 "version": "1.8.0" 5753 }, 5754 { 5755 "authors": [ 5756 "Sean McArthur <[email protected]>" 5757 ], 5758 "categories": [ 5759 "network-programming", 5760 "web-programming::http-client", 5761 "web-programming::http-server" 5762 ], 5763 "default_run": null, 5764 "dependencies": [ 5765 { 5766 "features": [], 5767 "kind": null, 5768 "name": "bytes", 5769 "optional": false, 5770 "registry": null, 5771 "rename": null, 5772 "req": "^1.2", 5773 "source": "registry+https://github.com/rust-lang/crates.io-index", 5774 "target": null, 5775 "uses_default_features": true 5776 }, 5777 { 5778 "features": [], 5779 "kind": null, 5780 "name": "futures-channel", 5781 "optional": true, 5782 "registry": null, 5783 "rename": null, 5784 "req": "^0.3", 5785 "source": "registry+https://github.com/rust-lang/crates.io-index", 5786 "target": null, 5787 "uses_default_features": true 5788 }, 5789 { 5790 "features": [], 5791 "kind": null, 5792 "name": "futures-util", 5793 "optional": true, 5794 "registry": null, 5795 "rename": null, 5796 "req": "^0.3", 5797 "source": "registry+https://github.com/rust-lang/crates.io-index", 5798 "target": null, 5799 "uses_default_features": false 5800 }, 5801 { 5802 "features": [], 5803 "kind": null, 5804 "name": "h2", 5805 "optional": true, 5806 "registry": null, 5807 "rename": null, 5808 "req": "^0.4.2", 5809 "source": "registry+https://github.com/rust-lang/crates.io-index", 5810 "target": null, 5811 "uses_default_features": true 5812 }, 5813 { 5814 "features": [], 5815 "kind": null, 5816 "name": "http", 5817 "optional": false, 5818 "registry": null, 5819 "rename": null, 5820 "req": "^1", 5821 "source": "registry+https://github.com/rust-lang/crates.io-index", 5822 "target": null, 5823 "uses_default_features": true 5824 }, 5825 { 5826 "features": [], 5827 "kind": null, 5828 "name": "http-body", 5829 "optional": false, 5830 "registry": null, 5831 "rename": null, 5832 "req": "^1", 5833 "source": "registry+https://github.com/rust-lang/crates.io-index", 5834 "target": null, 5835 "uses_default_features": true 5836 }, 5837 { 5838 "features": [], 5839 "kind": null, 5840 "name": "http-body-util", 5841 "optional": true, 5842 "registry": null, 5843 "rename": null, 5844 "req": "^0.1", 5845 "source": "registry+https://github.com/rust-lang/crates.io-index", 5846 "target": null, 5847 "uses_default_features": true 5848 }, 5849 { 5850 "features": [], 5851 "kind": null, 5852 "name": "httparse", 5853 "optional": true, 5854 "registry": null, 5855 "rename": null, 5856 "req": "^1.8", 5857 "source": "registry+https://github.com/rust-lang/crates.io-index", 5858 "target": null, 5859 "uses_default_features": true 5860 }, 5861 { 5862 "features": [], 5863 "kind": null, 5864 "name": "httpdate", 5865 "optional": true, 5866 "registry": null, 5867 "rename": null, 5868 "req": "^1.0", 5869 "source": "registry+https://github.com/rust-lang/crates.io-index", 5870 "target": null, 5871 "uses_default_features": true 5872 }, 5873 { 5874 "features": [], 5875 "kind": null, 5876 "name": "itoa", 5877 "optional": true, 5878 "registry": null, 5879 "rename": null, 5880 "req": "^1", 5881 "source": "registry+https://github.com/rust-lang/crates.io-index", 5882 "target": null, 5883 "uses_default_features": true 5884 }, 5885 { 5886 "features": [], 5887 "kind": null, 5888 "name": "libc", 5889 "optional": true, 5890 "registry": null, 5891 "rename": null, 5892 "req": "^0.2", 5893 "source": "registry+https://github.com/rust-lang/crates.io-index", 5894 "target": null, 5895 "uses_default_features": true 5896 }, 5897 { 5898 "features": [], 5899 "kind": null, 5900 "name": "pin-project-lite", 5901 "optional": true, 5902 "registry": null, 5903 "rename": null, 5904 "req": "^0.2.4", 5905 "source": "registry+https://github.com/rust-lang/crates.io-index", 5906 "target": null, 5907 "uses_default_features": true 5908 }, 5909 { 5910 "features": [ 5911 "const_generics", 5912 "const_new" 5913 ], 5914 "kind": null, 5915 "name": "smallvec", 5916 "optional": true, 5917 "registry": null, 5918 "rename": null, 5919 "req": "^1.12", 5920 "source": "registry+https://github.com/rust-lang/crates.io-index", 5921 "target": null, 5922 "uses_default_features": true 5923 }, 5924 { 5925 "features": [ 5926 "sync" 5927 ], 5928 "kind": null, 5929 "name": "tokio", 5930 "optional": false, 5931 "registry": null, 5932 "rename": null, 5933 "req": "^1", 5934 "source": "registry+https://github.com/rust-lang/crates.io-index", 5935 "target": null, 5936 "uses_default_features": true 5937 }, 5938 { 5939 "features": [ 5940 "std" 5941 ], 5942 "kind": null, 5943 "name": "tracing", 5944 "optional": true, 5945 "registry": null, 5946 "rename": null, 5947 "req": "^0.1", 5948 "source": "registry+https://github.com/rust-lang/crates.io-index", 5949 "target": null, 5950 "uses_default_features": false 5951 }, 5952 { 5953 "features": [], 5954 "kind": null, 5955 "name": "want", 5956 "optional": true, 5957 "registry": null, 5958 "rename": null, 5959 "req": "^0.3", 5960 "source": "registry+https://github.com/rust-lang/crates.io-index", 5961 "target": null, 5962 "uses_default_features": true 5963 }, 5964 { 5965 "features": [], 5966 "kind": "dev", 5967 "name": "form_urlencoded", 5968 "optional": false, 5969 "registry": null, 5970 "rename": null, 5971 "req": "^1", 5972 "source": "registry+https://github.com/rust-lang/crates.io-index", 5973 "target": null, 5974 "uses_default_features": true 5975 }, 5976 { 5977 "features": [ 5978 "sink" 5979 ], 5980 "kind": "dev", 5981 "name": "futures-channel", 5982 "optional": false, 5983 "registry": null, 5984 "rename": null, 5985 "req": "^0.3", 5986 "source": "registry+https://github.com/rust-lang/crates.io-index", 5987 "target": null, 5988 "uses_default_features": true 5989 }, 5990 { 5991 "features": [ 5992 "alloc", 5993 "sink" 5994 ], 5995 "kind": "dev", 5996 "name": "futures-util", 5997 "optional": false, 5998 "registry": null, 5999 "rename": null, 6000 "req": "^0.3", 6001 "source": "registry+https://github.com/rust-lang/crates.io-index", 6002 "target": null, 6003 "uses_default_features": false 6004 }, 6005 { 6006 "features": [], 6007 "kind": "dev", 6008 "name": "http-body-util", 6009 "optional": false, 6010 "registry": null, 6011 "rename": null, 6012 "req": "^0.1", 6013 "source": "registry+https://github.com/rust-lang/crates.io-index", 6014 "target": null, 6015 "uses_default_features": true 6016 }, 6017 { 6018 "features": [], 6019 "kind": "dev", 6020 "name": "pretty_env_logger", 6021 "optional": false, 6022 "registry": null, 6023 "rename": null, 6024 "req": "^0.5", 6025 "source": "registry+https://github.com/rust-lang/crates.io-index", 6026 "target": null, 6027 "uses_default_features": true 6028 }, 6029 { 6030 "features": [ 6031 "derive" 6032 ], 6033 "kind": "dev", 6034 "name": "serde", 6035 "optional": false, 6036 "registry": null, 6037 "rename": null, 6038 "req": "^1.0", 6039 "source": "registry+https://github.com/rust-lang/crates.io-index", 6040 "target": null, 6041 "uses_default_features": true 6042 }, 6043 { 6044 "features": [], 6045 "kind": "dev", 6046 "name": "serde_json", 6047 "optional": false, 6048 "registry": null, 6049 "rename": null, 6050 "req": "^1.0", 6051 "source": "registry+https://github.com/rust-lang/crates.io-index", 6052 "target": null, 6053 "uses_default_features": true 6054 }, 6055 { 6056 "features": [], 6057 "kind": "dev", 6058 "name": "spmc", 6059 "optional": false, 6060 "registry": null, 6061 "rename": null, 6062 "req": "^0.3", 6063 "source": "registry+https://github.com/rust-lang/crates.io-index", 6064 "target": null, 6065 "uses_default_features": true 6066 }, 6067 { 6068 "features": [ 6069 "fs", 6070 "macros", 6071 "net", 6072 "io-std", 6073 "io-util", 6074 "rt", 6075 "rt-multi-thread", 6076 "sync", 6077 "time", 6078 "test-util" 6079 ], 6080 "kind": "dev", 6081 "name": "tokio", 6082 "optional": false, 6083 "registry": null, 6084 "rename": null, 6085 "req": "^1", 6086 "source": "registry+https://github.com/rust-lang/crates.io-index", 6087 "target": null, 6088 "uses_default_features": true 6089 }, 6090 { 6091 "features": [], 6092 "kind": "dev", 6093 "name": "tokio-test", 6094 "optional": false, 6095 "registry": null, 6096 "rename": null, 6097 "req": "^0.4", 6098 "source": "registry+https://github.com/rust-lang/crates.io-index", 6099 "target": null, 6100 "uses_default_features": true 6101 }, 6102 { 6103 "features": [], 6104 "kind": "dev", 6105 "name": "tokio-util", 6106 "optional": false, 6107 "registry": null, 6108 "rename": null, 6109 "req": "^0.7.10", 6110 "source": "registry+https://github.com/rust-lang/crates.io-index", 6111 "target": null, 6112 "uses_default_features": true 6113 } 6114 ], 6115 "description": "A fast and correct HTTP library.", 6116 "documentation": "https://docs.rs/hyper", 6117 "edition": "2021", 6118 "features": { 6119 "client": [ 6120 "dep:want", 6121 "dep:pin-project-lite", 6122 "dep:smallvec" 6123 ], 6124 "default": [], 6125 "ffi": [ 6126 "dep:libc", 6127 "dep:http-body-util", 6128 "futures-util?/alloc" 6129 ], 6130 "full": [ 6131 "client", 6132 "http1", 6133 "http2", 6134 "server" 6135 ], 6136 "http1": [ 6137 "dep:futures-channel", 6138 "dep:futures-util", 6139 "dep:httparse", 6140 "dep:itoa" 6141 ], 6142 "http2": [ 6143 "dep:futures-channel", 6144 "dep:futures-util", 6145 "dep:h2" 6146 ], 6147 "nightly": [], 6148 "server": [ 6149 "dep:httpdate", 6150 "dep:pin-project-lite", 6151 "dep:smallvec" 6152 ], 6153 "tracing": [ 6154 "dep:tracing" 6155 ] 6156 }, 6157 "homepage": "https://hyper.rs", 6158 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6159 "keywords": [ 6160 "http", 6161 "hyper", 6162 "hyperium" 6163 ], 6164 "license": "MIT", 6165 "license_file": null, 6166 "links": null, 6167 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/Cargo.toml", 6168 "metadata": { 6169 "docs": { 6170 "rs": { 6171 "features": [ 6172 "ffi", 6173 "full", 6174 "tracing" 6175 ], 6176 "rustdoc-args": [ 6177 "--cfg", 6178 "docsrs", 6179 "--cfg", 6180 "hyper_unstable_ffi", 6181 "--cfg", 6182 "hyper_unstable_tracing" 6183 ] 6184 } 6185 }, 6186 "playground": { 6187 "features": [ 6188 "full" 6189 ] 6190 } 6191 }, 6192 "name": "hyper", 6193 "publish": null, 6194 "readme": "README.md", 6195 "repository": "https://github.com/hyperium/hyper", 6196 "rust_version": "1.63", 6197 "source": "registry+https://github.com/rust-lang/crates.io-index", 6198 "targets": [ 6199 { 6200 "crate_types": [ 6201 "lib" 6202 ], 6203 "doc": true, 6204 "doctest": true, 6205 "edition": "2021", 6206 "kind": [ 6207 "lib" 6208 ], 6209 "name": "hyper", 6210 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/src/lib.rs", 6211 "test": true 6212 }, 6213 { 6214 "crate_types": [ 6215 "bin" 6216 ], 6217 "doc": false, 6218 "doctest": false, 6219 "edition": "2021", 6220 "kind": [ 6221 "example" 6222 ], 6223 "name": "client", 6224 "required-features": [ 6225 "full" 6226 ], 6227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/client.rs", 6228 "test": false 6229 }, 6230 { 6231 "crate_types": [ 6232 "bin" 6233 ], 6234 "doc": false, 6235 "doctest": false, 6236 "edition": "2021", 6237 "kind": [ 6238 "example" 6239 ], 6240 "name": "client_json", 6241 "required-features": [ 6242 "full" 6243 ], 6244 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/client_json.rs", 6245 "test": false 6246 }, 6247 { 6248 "crate_types": [ 6249 "bin" 6250 ], 6251 "doc": false, 6252 "doctest": false, 6253 "edition": "2021", 6254 "kind": [ 6255 "example" 6256 ], 6257 "name": "echo", 6258 "required-features": [ 6259 "full" 6260 ], 6261 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/echo.rs", 6262 "test": false 6263 }, 6264 { 6265 "crate_types": [ 6266 "bin" 6267 ], 6268 "doc": false, 6269 "doctest": false, 6270 "edition": "2021", 6271 "kind": [ 6272 "example" 6273 ], 6274 "name": "gateway", 6275 "required-features": [ 6276 "full" 6277 ], 6278 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/gateway.rs", 6279 "test": false 6280 }, 6281 { 6282 "crate_types": [ 6283 "bin" 6284 ], 6285 "doc": false, 6286 "doctest": false, 6287 "edition": "2021", 6288 "kind": [ 6289 "example" 6290 ], 6291 "name": "graceful_shutdown", 6292 "required-features": [ 6293 "full" 6294 ], 6295 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/graceful_shutdown.rs", 6296 "test": false 6297 }, 6298 { 6299 "crate_types": [ 6300 "bin" 6301 ], 6302 "doc": false, 6303 "doctest": false, 6304 "edition": "2021", 6305 "kind": [ 6306 "example" 6307 ], 6308 "name": "hello", 6309 "required-features": [ 6310 "full" 6311 ], 6312 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/hello.rs", 6313 "test": false 6314 }, 6315 { 6316 "crate_types": [ 6317 "bin" 6318 ], 6319 "doc": false, 6320 "doctest": false, 6321 "edition": "2021", 6322 "kind": [ 6323 "example" 6324 ], 6325 "name": "http_proxy", 6326 "required-features": [ 6327 "full" 6328 ], 6329 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/http_proxy.rs", 6330 "test": false 6331 }, 6332 { 6333 "crate_types": [ 6334 "bin" 6335 ], 6336 "doc": false, 6337 "doctest": false, 6338 "edition": "2021", 6339 "kind": [ 6340 "example" 6341 ], 6342 "name": "multi_server", 6343 "required-features": [ 6344 "full" 6345 ], 6346 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/multi_server.rs", 6347 "test": false 6348 }, 6349 { 6350 "crate_types": [ 6351 "bin" 6352 ], 6353 "doc": false, 6354 "doctest": false, 6355 "edition": "2021", 6356 "kind": [ 6357 "example" 6358 ], 6359 "name": "params", 6360 "required-features": [ 6361 "full" 6362 ], 6363 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/params.rs", 6364 "test": false 6365 }, 6366 { 6367 "crate_types": [ 6368 "bin" 6369 ], 6370 "doc": false, 6371 "doctest": false, 6372 "edition": "2021", 6373 "kind": [ 6374 "example" 6375 ], 6376 "name": "send_file", 6377 "required-features": [ 6378 "full" 6379 ], 6380 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/send_file.rs", 6381 "test": false 6382 }, 6383 { 6384 "crate_types": [ 6385 "bin" 6386 ], 6387 "doc": false, 6388 "doctest": false, 6389 "edition": "2021", 6390 "kind": [ 6391 "example" 6392 ], 6393 "name": "service_struct_impl", 6394 "required-features": [ 6395 "full" 6396 ], 6397 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/service_struct_impl.rs", 6398 "test": false 6399 }, 6400 { 6401 "crate_types": [ 6402 "bin" 6403 ], 6404 "doc": false, 6405 "doctest": false, 6406 "edition": "2021", 6407 "kind": [ 6408 "example" 6409 ], 6410 "name": "single_threaded", 6411 "required-features": [ 6412 "full" 6413 ], 6414 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/single_threaded.rs", 6415 "test": false 6416 }, 6417 { 6418 "crate_types": [ 6419 "bin" 6420 ], 6421 "doc": false, 6422 "doctest": false, 6423 "edition": "2021", 6424 "kind": [ 6425 "example" 6426 ], 6427 "name": "state", 6428 "required-features": [ 6429 "full" 6430 ], 6431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/state.rs", 6432 "test": false 6433 }, 6434 { 6435 "crate_types": [ 6436 "bin" 6437 ], 6438 "doc": false, 6439 "doctest": false, 6440 "edition": "2021", 6441 "kind": [ 6442 "example" 6443 ], 6444 "name": "upgrades", 6445 "required-features": [ 6446 "full" 6447 ], 6448 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/upgrades.rs", 6449 "test": false 6450 }, 6451 { 6452 "crate_types": [ 6453 "bin" 6454 ], 6455 "doc": false, 6456 "doctest": false, 6457 "edition": "2021", 6458 "kind": [ 6459 "example" 6460 ], 6461 "name": "web_api", 6462 "required-features": [ 6463 "full" 6464 ], 6465 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/examples/web_api.rs", 6466 "test": false 6467 }, 6468 { 6469 "crate_types": [ 6470 "bin" 6471 ], 6472 "doc": false, 6473 "doctest": false, 6474 "edition": "2021", 6475 "kind": [ 6476 "test" 6477 ], 6478 "name": "client", 6479 "required-features": [ 6480 "full" 6481 ], 6482 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/tests/client.rs", 6483 "test": true 6484 }, 6485 { 6486 "crate_types": [ 6487 "bin" 6488 ], 6489 "doc": false, 6490 "doctest": false, 6491 "edition": "2021", 6492 "kind": [ 6493 "test" 6494 ], 6495 "name": "integration", 6496 "required-features": [ 6497 "full" 6498 ], 6499 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/tests/integration.rs", 6500 "test": true 6501 }, 6502 { 6503 "crate_types": [ 6504 "bin" 6505 ], 6506 "doc": false, 6507 "doctest": false, 6508 "edition": "2021", 6509 "kind": [ 6510 "test" 6511 ], 6512 "name": "server", 6513 "required-features": [ 6514 "full" 6515 ], 6516 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/tests/server.rs", 6517 "test": true 6518 }, 6519 { 6520 "crate_types": [ 6521 "bin" 6522 ], 6523 "doc": false, 6524 "doctest": false, 6525 "edition": "2021", 6526 "kind": [ 6527 "bench" 6528 ], 6529 "name": "body", 6530 "required-features": [ 6531 "full" 6532 ], 6533 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/body.rs", 6534 "test": false 6535 }, 6536 { 6537 "crate_types": [ 6538 "bin" 6539 ], 6540 "doc": false, 6541 "doctest": false, 6542 "edition": "2021", 6543 "kind": [ 6544 "bench" 6545 ], 6546 "name": "connect", 6547 "required-features": [ 6548 "full" 6549 ], 6550 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/connect.rs", 6551 "test": false 6552 }, 6553 { 6554 "crate_types": [ 6555 "bin" 6556 ], 6557 "doc": false, 6558 "doctest": false, 6559 "edition": "2021", 6560 "kind": [ 6561 "bench" 6562 ], 6563 "name": "end_to_end", 6564 "required-features": [ 6565 "full" 6566 ], 6567 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/end_to_end.rs", 6568 "test": false 6569 }, 6570 { 6571 "crate_types": [ 6572 "bin" 6573 ], 6574 "doc": false, 6575 "doctest": false, 6576 "edition": "2021", 6577 "kind": [ 6578 "bench" 6579 ], 6580 "name": "pipeline", 6581 "required-features": [ 6582 "full" 6583 ], 6584 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/pipeline.rs", 6585 "test": false 6586 }, 6587 { 6588 "crate_types": [ 6589 "bin" 6590 ], 6591 "doc": false, 6592 "doctest": false, 6593 "edition": "2021", 6594 "kind": [ 6595 "bench" 6596 ], 6597 "name": "server", 6598 "required-features": [ 6599 "full" 6600 ], 6601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.3.1/benches/server.rs", 6602 "test": false 6603 } 6604 ], 6605 "version": "1.3.1" 6606 }, 6607 { 6608 "authors": [ 6609 "Sean McArthur <[email protected]>" 6610 ], 6611 "categories": [], 6612 "default_run": null, 6613 "dependencies": [ 6614 { 6615 "features": [], 6616 "kind": null, 6617 "name": "bytes", 6618 "optional": false, 6619 "registry": null, 6620 "rename": null, 6621 "req": "^1", 6622 "source": "registry+https://github.com/rust-lang/crates.io-index", 6623 "target": null, 6624 "uses_default_features": true 6625 }, 6626 { 6627 "features": [], 6628 "kind": null, 6629 "name": "http-body-util", 6630 "optional": false, 6631 "registry": null, 6632 "rename": null, 6633 "req": "^0.1.0", 6634 "source": "registry+https://github.com/rust-lang/crates.io-index", 6635 "target": null, 6636 "uses_default_features": true 6637 }, 6638 { 6639 "features": [], 6640 "kind": null, 6641 "name": "hyper", 6642 "optional": false, 6643 "registry": null, 6644 "rename": null, 6645 "req": "^1", 6646 "source": "registry+https://github.com/rust-lang/crates.io-index", 6647 "target": null, 6648 "uses_default_features": true 6649 }, 6650 { 6651 "features": [ 6652 "client-legacy", 6653 "tokio" 6654 ], 6655 "kind": null, 6656 "name": "hyper-util", 6657 "optional": false, 6658 "registry": null, 6659 "rename": null, 6660 "req": "^0.1.0", 6661 "source": "registry+https://github.com/rust-lang/crates.io-index", 6662 "target": null, 6663 "uses_default_features": true 6664 }, 6665 { 6666 "features": [], 6667 "kind": null, 6668 "name": "native-tls", 6669 "optional": false, 6670 "registry": null, 6671 "rename": null, 6672 "req": "^0.2.1", 6673 "source": "registry+https://github.com/rust-lang/crates.io-index", 6674 "target": null, 6675 "uses_default_features": true 6676 }, 6677 { 6678 "features": [], 6679 "kind": null, 6680 "name": "tokio", 6681 "optional": false, 6682 "registry": null, 6683 "rename": null, 6684 "req": "^1", 6685 "source": "registry+https://github.com/rust-lang/crates.io-index", 6686 "target": null, 6687 "uses_default_features": true 6688 }, 6689 { 6690 "features": [], 6691 "kind": null, 6692 "name": "tokio-native-tls", 6693 "optional": false, 6694 "registry": null, 6695 "rename": null, 6696 "req": "^0.3", 6697 "source": "registry+https://github.com/rust-lang/crates.io-index", 6698 "target": null, 6699 "uses_default_features": true 6700 }, 6701 { 6702 "features": [], 6703 "kind": null, 6704 "name": "tower-service", 6705 "optional": false, 6706 "registry": null, 6707 "rename": null, 6708 "req": "^0.3", 6709 "source": "registry+https://github.com/rust-lang/crates.io-index", 6710 "target": null, 6711 "uses_default_features": true 6712 }, 6713 { 6714 "features": [ 6715 "http1" 6716 ], 6717 "kind": "dev", 6718 "name": "hyper-util", 6719 "optional": false, 6720 "registry": null, 6721 "rename": null, 6722 "req": "^0.1.0", 6723 "source": "registry+https://github.com/rust-lang/crates.io-index", 6724 "target": null, 6725 "uses_default_features": true 6726 }, 6727 { 6728 "features": [ 6729 "io-std", 6730 "macros", 6731 "io-util" 6732 ], 6733 "kind": "dev", 6734 "name": "tokio", 6735 "optional": false, 6736 "registry": null, 6737 "rename": null, 6738 "req": "^1.0.0", 6739 "source": "registry+https://github.com/rust-lang/crates.io-index", 6740 "target": null, 6741 "uses_default_features": true 6742 } 6743 ], 6744 "description": "Default TLS implementation for use with hyper", 6745 "documentation": "https://docs.rs/hyper-tls", 6746 "edition": "2018", 6747 "features": { 6748 "alpn": [ 6749 "native-tls/alpn" 6750 ], 6751 "vendored": [ 6752 "native-tls/vendored" 6753 ] 6754 }, 6755 "homepage": "https://hyper.rs", 6756 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6757 "keywords": [ 6758 "hyper", 6759 "tls", 6760 "http", 6761 "https", 6762 "ssl" 6763 ], 6764 "license": "MIT/Apache-2.0", 6765 "license_file": null, 6766 "links": null, 6767 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/Cargo.toml", 6768 "metadata": null, 6769 "name": "hyper-tls", 6770 "publish": null, 6771 "readme": "README.md", 6772 "repository": "https://github.com/hyperium/hyper-tls", 6773 "rust_version": null, 6774 "source": "registry+https://github.com/rust-lang/crates.io-index", 6775 "targets": [ 6776 { 6777 "crate_types": [ 6778 "lib" 6779 ], 6780 "doc": true, 6781 "doctest": true, 6782 "edition": "2018", 6783 "kind": [ 6784 "lib" 6785 ], 6786 "name": "hyper_tls", 6787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs", 6788 "test": true 6789 }, 6790 { 6791 "crate_types": [ 6792 "bin" 6793 ], 6794 "doc": false, 6795 "doctest": false, 6796 "edition": "2018", 6797 "kind": [ 6798 "example" 6799 ], 6800 "name": "client", 6801 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/examples/client.rs", 6802 "test": false 6803 } 6804 ], 6805 "version": "0.6.0" 6806 }, 6807 { 6808 "authors": [ 6809 "Sean McArthur <[email protected]>" 6810 ], 6811 "categories": [ 6812 "network-programming", 6813 "web-programming::http-client", 6814 "web-programming::http-server" 6815 ], 6816 "default_run": null, 6817 "dependencies": [ 6818 { 6819 "features": [], 6820 "kind": null, 6821 "name": "bytes", 6822 "optional": false, 6823 "registry": null, 6824 "rename": null, 6825 "req": "^1", 6826 "source": "registry+https://github.com/rust-lang/crates.io-index", 6827 "target": null, 6828 "uses_default_features": true 6829 }, 6830 { 6831 "features": [], 6832 "kind": null, 6833 "name": "futures-channel", 6834 "optional": true, 6835 "registry": null, 6836 "rename": null, 6837 "req": "^0.3", 6838 "source": "registry+https://github.com/rust-lang/crates.io-index", 6839 "target": null, 6840 "uses_default_features": true 6841 }, 6842 { 6843 "features": [], 6844 "kind": null, 6845 "name": "futures-util", 6846 "optional": false, 6847 "registry": null, 6848 "rename": null, 6849 "req": "^0.3.16", 6850 "source": "registry+https://github.com/rust-lang/crates.io-index", 6851 "target": null, 6852 "uses_default_features": false 6853 }, 6854 { 6855 "features": [], 6856 "kind": null, 6857 "name": "http", 6858 "optional": false, 6859 "registry": null, 6860 "rename": null, 6861 "req": "^1.0", 6862 "source": "registry+https://github.com/rust-lang/crates.io-index", 6863 "target": null, 6864 "uses_default_features": true 6865 }, 6866 { 6867 "features": [], 6868 "kind": null, 6869 "name": "http-body", 6870 "optional": false, 6871 "registry": null, 6872 "rename": null, 6873 "req": "^1.0.0", 6874 "source": "registry+https://github.com/rust-lang/crates.io-index", 6875 "target": null, 6876 "uses_default_features": true 6877 }, 6878 { 6879 "features": [], 6880 "kind": null, 6881 "name": "hyper", 6882 "optional": false, 6883 "registry": null, 6884 "rename": null, 6885 "req": "^1.1.0", 6886 "source": "registry+https://github.com/rust-lang/crates.io-index", 6887 "target": null, 6888 "uses_default_features": true 6889 }, 6890 { 6891 "features": [], 6892 "kind": null, 6893 "name": "pin-project-lite", 6894 "optional": false, 6895 "registry": null, 6896 "rename": null, 6897 "req": "^0.2.4", 6898 "source": "registry+https://github.com/rust-lang/crates.io-index", 6899 "target": null, 6900 "uses_default_features": true 6901 }, 6902 { 6903 "features": [ 6904 "all" 6905 ], 6906 "kind": null, 6907 "name": "socket2", 6908 "optional": true, 6909 "registry": null, 6910 "rename": null, 6911 "req": "^0.5", 6912 "source": "registry+https://github.com/rust-lang/crates.io-index", 6913 "target": null, 6914 "uses_default_features": true 6915 }, 6916 { 6917 "features": [ 6918 "net", 6919 "rt", 6920 "time" 6921 ], 6922 "kind": null, 6923 "name": "tokio", 6924 "optional": true, 6925 "registry": null, 6926 "rename": null, 6927 "req": "^1", 6928 "source": "registry+https://github.com/rust-lang/crates.io-index", 6929 "target": null, 6930 "uses_default_features": true 6931 }, 6932 { 6933 "features": [ 6934 "make", 6935 "util" 6936 ], 6937 "kind": null, 6938 "name": "tower", 6939 "optional": true, 6940 "registry": null, 6941 "rename": null, 6942 "req": "^0.4.1", 6943 "source": "registry+https://github.com/rust-lang/crates.io-index", 6944 "target": null, 6945 "uses_default_features": true 6946 }, 6947 { 6948 "features": [], 6949 "kind": null, 6950 "name": "tower-service", 6951 "optional": true, 6952 "registry": null, 6953 "rename": null, 6954 "req": "^0.3", 6955 "source": "registry+https://github.com/rust-lang/crates.io-index", 6956 "target": null, 6957 "uses_default_features": true 6958 }, 6959 { 6960 "features": [ 6961 "std" 6962 ], 6963 "kind": null, 6964 "name": "tracing", 6965 "optional": true, 6966 "registry": null, 6967 "rename": null, 6968 "req": "^0.1", 6969 "source": "registry+https://github.com/rust-lang/crates.io-index", 6970 "target": null, 6971 "uses_default_features": false 6972 }, 6973 { 6974 "features": [], 6975 "kind": "dev", 6976 "name": "bytes", 6977 "optional": false, 6978 "registry": null, 6979 "rename": null, 6980 "req": "^1", 6981 "source": "registry+https://github.com/rust-lang/crates.io-index", 6982 "target": null, 6983 "uses_default_features": true 6984 }, 6985 { 6986 "features": [], 6987 "kind": "dev", 6988 "name": "http-body-util", 6989 "optional": false, 6990 "registry": null, 6991 "rename": null, 6992 "req": "^0.1.0", 6993 "source": "registry+https://github.com/rust-lang/crates.io-index", 6994 "target": null, 6995 "uses_default_features": true 6996 }, 6997 { 6998 "features": [ 6999 "full" 7000 ], 7001 "kind": "dev", 7002 "name": "hyper", 7003 "optional": false, 7004 "registry": null, 7005 "rename": null, 7006 "req": "^1.1.0", 7007 "source": "registry+https://github.com/rust-lang/crates.io-index", 7008 "target": null, 7009 "uses_default_features": true 7010 }, 7011 { 7012 "features": [], 7013 "kind": "dev", 7014 "name": "pretty_env_logger", 7015 "optional": false, 7016 "registry": null, 7017 "rename": null, 7018 "req": "^0.5", 7019 "source": "registry+https://github.com/rust-lang/crates.io-index", 7020 "target": null, 7021 "uses_default_features": true 7022 }, 7023 { 7024 "features": [ 7025 "macros", 7026 "test-util" 7027 ], 7028 "kind": "dev", 7029 "name": "tokio", 7030 "optional": false, 7031 "registry": null, 7032 "rename": null, 7033 "req": "^1", 7034 "source": "registry+https://github.com/rust-lang/crates.io-index", 7035 "target": null, 7036 "uses_default_features": true 7037 }, 7038 { 7039 "features": [], 7040 "kind": "dev", 7041 "name": "tokio-test", 7042 "optional": false, 7043 "registry": null, 7044 "rename": null, 7045 "req": "^0.4", 7046 "source": "registry+https://github.com/rust-lang/crates.io-index", 7047 "target": null, 7048 "uses_default_features": true 7049 }, 7050 { 7051 "features": [], 7052 "kind": "dev", 7053 "name": "pnet_datalink", 7054 "optional": false, 7055 "registry": null, 7056 "rename": null, 7057 "req": "^0.34.0", 7058 "source": "registry+https://github.com/rust-lang/crates.io-index", 7059 "target": "cfg(any(target_os = \"linux\", target_os = \"macos\"))", 7060 "uses_default_features": true 7061 } 7062 ], 7063 "description": "hyper utilities", 7064 "documentation": "https://docs.rs/hyper-util", 7065 "edition": "2021", 7066 "features": { 7067 "__internal_happy_eyeballs_tests": [], 7068 "client": [ 7069 "hyper/client", 7070 "dep:tracing", 7071 "dep:futures-channel", 7072 "dep:tower", 7073 "dep:tower-service" 7074 ], 7075 "client-legacy": [ 7076 "client" 7077 ], 7078 "default": [], 7079 "full": [ 7080 "client", 7081 "client-legacy", 7082 "server", 7083 "server-auto", 7084 "service", 7085 "http1", 7086 "http2", 7087 "tokio" 7088 ], 7089 "http1": [ 7090 "hyper/http1" 7091 ], 7092 "http2": [ 7093 "hyper/http2" 7094 ], 7095 "server": [ 7096 "hyper/server" 7097 ], 7098 "server-auto": [ 7099 "server", 7100 "http1", 7101 "http2" 7102 ], 7103 "service": [ 7104 "dep:tower", 7105 "dep:tower-service" 7106 ], 7107 "tokio": [ 7108 "dep:tokio", 7109 "dep:socket2" 7110 ] 7111 }, 7112 "homepage": "https://hyper.rs", 7113 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7114 "keywords": [ 7115 "http", 7116 "hyper", 7117 "hyperium" 7118 ], 7119 "license": "MIT", 7120 "license_file": null, 7121 "links": null, 7122 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/Cargo.toml", 7123 "metadata": { 7124 "docs": { 7125 "rs": { 7126 "features": [ 7127 "full" 7128 ], 7129 "rustdoc-args": [ 7130 "--cfg", 7131 "docsrs" 7132 ] 7133 } 7134 } 7135 }, 7136 "name": "hyper-util", 7137 "publish": null, 7138 "readme": "README.md", 7139 "repository": "https://github.com/hyperium/hyper-util", 7140 "rust_version": null, 7141 "source": "registry+https://github.com/rust-lang/crates.io-index", 7142 "targets": [ 7143 { 7144 "crate_types": [ 7145 "lib" 7146 ], 7147 "doc": true, 7148 "doctest": true, 7149 "edition": "2021", 7150 "kind": [ 7151 "lib" 7152 ], 7153 "name": "hyper_util", 7154 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/src/lib.rs", 7155 "test": true 7156 }, 7157 { 7158 "crate_types": [ 7159 "bin" 7160 ], 7161 "doc": false, 7162 "doctest": false, 7163 "edition": "2021", 7164 "kind": [ 7165 "example" 7166 ], 7167 "name": "client", 7168 "required-features": [ 7169 "client-legacy", 7170 "http1", 7171 "tokio" 7172 ], 7173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/examples/client.rs", 7174 "test": false 7175 }, 7176 { 7177 "crate_types": [ 7178 "bin" 7179 ], 7180 "doc": false, 7181 "doctest": false, 7182 "edition": "2021", 7183 "kind": [ 7184 "test" 7185 ], 7186 "name": "legacy_client", 7187 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.3/tests/legacy_client.rs", 7188 "test": true 7189 } 7190 ], 7191 "version": "0.1.3" 7192 }, 7193 { 7194 "authors": [ 7195 "Andrew Straw <[email protected]>", 7196 "Ren\u00e9 Kijewski <[email protected]>", 7197 "Ryan Lopopolo <[email protected]>" 7198 ], 7199 "categories": [ 7200 "date-and-time", 7201 "internationalization", 7202 "os" 7203 ], 7204 "default_run": null, 7205 "dependencies": [ 7206 { 7207 "features": [], 7208 "kind": null, 7209 "name": "core-foundation-sys", 7210 "optional": false, 7211 "registry": null, 7212 "rename": null, 7213 "req": "^0.8.3", 7214 "source": "registry+https://github.com/rust-lang/crates.io-index", 7215 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 7216 "uses_default_features": true 7217 }, 7218 { 7219 "features": [], 7220 "kind": null, 7221 "name": "js-sys", 7222 "optional": false, 7223 "registry": null, 7224 "rename": null, 7225 "req": "^0.3.50", 7226 "source": "registry+https://github.com/rust-lang/crates.io-index", 7227 "target": "cfg(target_arch = \"wasm32\")", 7228 "uses_default_features": true 7229 }, 7230 { 7231 "features": [], 7232 "kind": null, 7233 "name": "wasm-bindgen", 7234 "optional": false, 7235 "registry": null, 7236 "rename": null, 7237 "req": "^0.2.70", 7238 "source": "registry+https://github.com/rust-lang/crates.io-index", 7239 "target": "cfg(target_arch = \"wasm32\")", 7240 "uses_default_features": true 7241 }, 7242 { 7243 "features": [], 7244 "kind": "dev", 7245 "name": "wasm-bindgen-test", 7246 "optional": false, 7247 "registry": null, 7248 "rename": null, 7249 "req": "^0.3", 7250 "source": "registry+https://github.com/rust-lang/crates.io-index", 7251 "target": "cfg(target_arch = \"wasm32\")", 7252 "uses_default_features": true 7253 }, 7254 { 7255 "features": [], 7256 "kind": null, 7257 "name": "android_system_properties", 7258 "optional": false, 7259 "registry": null, 7260 "rename": null, 7261 "req": "^0.1.5", 7262 "source": "registry+https://github.com/rust-lang/crates.io-index", 7263 "target": "cfg(target_os = \"android\")", 7264 "uses_default_features": true 7265 }, 7266 { 7267 "features": [], 7268 "kind": null, 7269 "name": "iana-time-zone-haiku", 7270 "optional": false, 7271 "registry": null, 7272 "rename": null, 7273 "req": "^0.1.1", 7274 "source": "registry+https://github.com/rust-lang/crates.io-index", 7275 "target": "cfg(target_os = \"haiku\")", 7276 "uses_default_features": true 7277 }, 7278 { 7279 "features": [], 7280 "kind": null, 7281 "name": "windows-core", 7282 "optional": false, 7283 "registry": null, 7284 "rename": null, 7285 "req": ">=0.50, <=0.52", 7286 "source": "registry+https://github.com/rust-lang/crates.io-index", 7287 "target": "cfg(target_os = \"windows\")", 7288 "uses_default_features": true 7289 } 7290 ], 7291 "description": "get the IANA time zone for the current system", 7292 "documentation": null, 7293 "edition": "2018", 7294 "features": { 7295 "fallback": [] 7296 }, 7297 "homepage": null, 7298 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7299 "keywords": [ 7300 "IANA", 7301 "time" 7302 ], 7303 "license": "MIT OR Apache-2.0", 7304 "license_file": null, 7305 "links": null, 7306 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml", 7307 "metadata": null, 7308 "name": "iana-time-zone", 7309 "publish": null, 7310 "readme": "README.md", 7311 "repository": "https://github.com/strawlab/iana-time-zone", 7312 "rust_version": null, 7313 "source": "registry+https://github.com/rust-lang/crates.io-index", 7314 "targets": [ 7315 { 7316 "crate_types": [ 7317 "lib" 7318 ], 7319 "doc": true, 7320 "doctest": true, 7321 "edition": "2018", 7322 "kind": [ 7323 "lib" 7324 ], 7325 "name": "iana_time_zone", 7326 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs", 7327 "test": true 7328 }, 7329 { 7330 "crate_types": [ 7331 "bin" 7332 ], 7333 "doc": false, 7334 "doctest": false, 7335 "edition": "2018", 7336 "kind": [ 7337 "example" 7338 ], 7339 "name": "get_timezone", 7340 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs", 7341 "test": false 7342 }, 7343 { 7344 "crate_types": [ 7345 "bin" 7346 ], 7347 "doc": false, 7348 "doctest": false, 7349 "edition": "2018", 7350 "kind": [ 7351 "example" 7352 ], 7353 "name": "stress-test", 7354 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs", 7355 "test": false 7356 } 7357 ], 7358 "version": "0.1.60" 7359 }, 7360 { 7361 "authors": [ 7362 "Ren\u00e9 Kijewski <[email protected]>" 7363 ], 7364 "categories": [ 7365 "date-and-time", 7366 "internationalization", 7367 "os" 7368 ], 7369 "default_run": null, 7370 "dependencies": [ 7371 { 7372 "features": [], 7373 "kind": "build", 7374 "name": "cc", 7375 "optional": false, 7376 "registry": null, 7377 "rename": null, 7378 "req": "^1.0.79", 7379 "source": "registry+https://github.com/rust-lang/crates.io-index", 7380 "target": null, 7381 "uses_default_features": true 7382 } 7383 ], 7384 "description": "iana-time-zone support crate for Haiku OS", 7385 "documentation": null, 7386 "edition": "2018", 7387 "features": {}, 7388 "homepage": null, 7389 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7390 "keywords": [ 7391 "IANA", 7392 "time" 7393 ], 7394 "license": "MIT OR Apache-2.0", 7395 "license_file": null, 7396 "links": null, 7397 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml", 7398 "metadata": null, 7399 "name": "iana-time-zone-haiku", 7400 "publish": null, 7401 "readme": "README.md", 7402 "repository": "https://github.com/strawlab/iana-time-zone", 7403 "rust_version": null, 7404 "source": "registry+https://github.com/rust-lang/crates.io-index", 7405 "targets": [ 7406 { 7407 "crate_types": [ 7408 "lib" 7409 ], 7410 "doc": true, 7411 "doctest": true, 7412 "edition": "2018", 7413 "kind": [ 7414 "lib" 7415 ], 7416 "name": "iana_time_zone_haiku", 7417 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs", 7418 "test": true 7419 }, 7420 { 7421 "crate_types": [ 7422 "bin" 7423 ], 7424 "doc": false, 7425 "doctest": false, 7426 "edition": "2018", 7427 "kind": [ 7428 "custom-build" 7429 ], 7430 "name": "build-script-build", 7431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs", 7432 "test": false 7433 } 7434 ], 7435 "version": "0.1.2" 7436 }, 7437 { 7438 "authors": [ 7439 "The rust-url developers" 7440 ], 7441 "categories": [ 7442 "no_std" 7443 ], 7444 "default_run": null, 7445 "dependencies": [ 7446 { 7447 "features": [ 7448 "hardcoded-data" 7449 ], 7450 "kind": null, 7451 "name": "unicode-bidi", 7452 "optional": false, 7453 "registry": null, 7454 "rename": null, 7455 "req": "^0.3.10", 7456 "source": "registry+https://github.com/rust-lang/crates.io-index", 7457 "target": null, 7458 "uses_default_features": false 7459 }, 7460 { 7461 "features": [], 7462 "kind": null, 7463 "name": "unicode-normalization", 7464 "optional": false, 7465 "registry": null, 7466 "rename": null, 7467 "req": "^0.1.22", 7468 "source": "registry+https://github.com/rust-lang/crates.io-index", 7469 "target": null, 7470 "uses_default_features": false 7471 }, 7472 { 7473 "features": [], 7474 "kind": "dev", 7475 "name": "assert_matches", 7476 "optional": false, 7477 "registry": null, 7478 "rename": null, 7479 "req": "^1.3", 7480 "source": "registry+https://github.com/rust-lang/crates.io-index", 7481 "target": null, 7482 "uses_default_features": true 7483 }, 7484 { 7485 "features": [], 7486 "kind": "dev", 7487 "name": "bencher", 7488 "optional": false, 7489 "registry": null, 7490 "rename": null, 7491 "req": "^0.1", 7492 "source": "registry+https://github.com/rust-lang/crates.io-index", 7493 "target": null, 7494 "uses_default_features": true 7495 }, 7496 { 7497 "features": [], 7498 "kind": "dev", 7499 "name": "serde_json", 7500 "optional": false, 7501 "registry": null, 7502 "rename": null, 7503 "req": "^1.0", 7504 "source": "registry+https://github.com/rust-lang/crates.io-index", 7505 "target": null, 7506 "uses_default_features": true 7507 }, 7508 { 7509 "features": [], 7510 "kind": "dev", 7511 "name": "tester", 7512 "optional": false, 7513 "registry": null, 7514 "rename": null, 7515 "req": "^0.9", 7516 "source": "registry+https://github.com/rust-lang/crates.io-index", 7517 "target": null, 7518 "uses_default_features": true 7519 } 7520 ], 7521 "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", 7522 "documentation": null, 7523 "edition": "2018", 7524 "features": { 7525 "alloc": [], 7526 "default": [ 7527 "std" 7528 ], 7529 "std": [ 7530 "alloc", 7531 "unicode-bidi/std", 7532 "unicode-normalization/std" 7533 ] 7534 }, 7535 "homepage": null, 7536 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7537 "keywords": [], 7538 "license": "MIT OR Apache-2.0", 7539 "license_file": null, 7540 "links": null, 7541 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml", 7542 "metadata": { 7543 "docs": { 7544 "rs": { 7545 "rustdoc-args": [ 7546 "--generate-link-to-definition" 7547 ] 7548 } 7549 } 7550 }, 7551 "name": "idna", 7552 "publish": null, 7553 "readme": null, 7554 "repository": "https://github.com/servo/rust-url/", 7555 "rust_version": "1.51", 7556 "source": "registry+https://github.com/rust-lang/crates.io-index", 7557 "targets": [ 7558 { 7559 "crate_types": [ 7560 "lib" 7561 ], 7562 "doc": true, 7563 "doctest": false, 7564 "edition": "2018", 7565 "kind": [ 7566 "lib" 7567 ], 7568 "name": "idna", 7569 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs", 7570 "test": true 7571 }, 7572 { 7573 "crate_types": [ 7574 "bin" 7575 ], 7576 "doc": false, 7577 "doctest": false, 7578 "edition": "2018", 7579 "kind": [ 7580 "test" 7581 ], 7582 "name": "tests", 7583 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs", 7584 "test": true 7585 }, 7586 { 7587 "crate_types": [ 7588 "bin" 7589 ], 7590 "doc": false, 7591 "doctest": false, 7592 "edition": "2018", 7593 "kind": [ 7594 "test" 7595 ], 7596 "name": "unit", 7597 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs", 7598 "test": true 7599 }, 7600 { 7601 "crate_types": [ 7602 "bin" 7603 ], 7604 "doc": false, 7605 "doctest": false, 7606 "edition": "2018", 7607 "kind": [ 7608 "bench" 7609 ], 7610 "name": "all", 7611 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs", 7612 "test": false 7613 } 7614 ], 7615 "version": "0.5.0" 7616 }, 7617 { 7618 "authors": [], 7619 "categories": [ 7620 "data-structures", 7621 "no-std" 7622 ], 7623 "default_run": null, 7624 "dependencies": [ 7625 { 7626 "features": [], 7627 "kind": null, 7628 "name": "arbitrary", 7629 "optional": true, 7630 "registry": null, 7631 "rename": null, 7632 "req": "^1.0", 7633 "source": "registry+https://github.com/rust-lang/crates.io-index", 7634 "target": null, 7635 "uses_default_features": false 7636 }, 7637 { 7638 "features": [], 7639 "kind": null, 7640 "name": "borsh", 7641 "optional": true, 7642 "registry": null, 7643 "rename": null, 7644 "req": "^1.2", 7645 "source": "registry+https://github.com/rust-lang/crates.io-index", 7646 "target": null, 7647 "uses_default_features": false 7648 }, 7649 { 7650 "features": [], 7651 "kind": null, 7652 "name": "equivalent", 7653 "optional": false, 7654 "registry": null, 7655 "rename": null, 7656 "req": "^1.0", 7657 "source": "registry+https://github.com/rust-lang/crates.io-index", 7658 "target": null, 7659 "uses_default_features": false 7660 }, 7661 { 7662 "features": [ 7663 "raw" 7664 ], 7665 "kind": null, 7666 "name": "hashbrown", 7667 "optional": false, 7668 "registry": null, 7669 "rename": null, 7670 "req": "^0.14.1", 7671 "source": "registry+https://github.com/rust-lang/crates.io-index", 7672 "target": null, 7673 "uses_default_features": false 7674 }, 7675 { 7676 "features": [], 7677 "kind": null, 7678 "name": "quickcheck", 7679 "optional": true, 7680 "registry": null, 7681 "rename": null, 7682 "req": "^1.0", 7683 "source": "registry+https://github.com/rust-lang/crates.io-index", 7684 "target": null, 7685 "uses_default_features": false 7686 }, 7687 { 7688 "features": [], 7689 "kind": null, 7690 "name": "rayon", 7691 "optional": true, 7692 "registry": null, 7693 "rename": null, 7694 "req": "^1.5.3", 7695 "source": "registry+https://github.com/rust-lang/crates.io-index", 7696 "target": null, 7697 "uses_default_features": true 7698 }, 7699 { 7700 "features": [], 7701 "kind": null, 7702 "name": "rustc-rayon", 7703 "optional": true, 7704 "registry": null, 7705 "rename": "rustc-rayon", 7706 "req": "^0.5", 7707 "source": "registry+https://github.com/rust-lang/crates.io-index", 7708 "target": null, 7709 "uses_default_features": true 7710 }, 7711 { 7712 "features": [], 7713 "kind": null, 7714 "name": "serde", 7715 "optional": true, 7716 "registry": null, 7717 "rename": null, 7718 "req": "^1.0", 7719 "source": "registry+https://github.com/rust-lang/crates.io-index", 7720 "target": null, 7721 "uses_default_features": false 7722 }, 7723 { 7724 "features": [], 7725 "kind": "dev", 7726 "name": "fnv", 7727 "optional": false, 7728 "registry": null, 7729 "rename": null, 7730 "req": "^1.0", 7731 "source": "registry+https://github.com/rust-lang/crates.io-index", 7732 "target": null, 7733 "uses_default_features": true 7734 }, 7735 { 7736 "features": [], 7737 "kind": "dev", 7738 "name": "fxhash", 7739 "optional": false, 7740 "registry": null, 7741 "rename": null, 7742 "req": "^0.2.1", 7743 "source": "registry+https://github.com/rust-lang/crates.io-index", 7744 "target": null, 7745 "uses_default_features": true 7746 }, 7747 { 7748 "features": [], 7749 "kind": "dev", 7750 "name": "itertools", 7751 "optional": false, 7752 "registry": null, 7753 "rename": null, 7754 "req": "^0.12", 7755 "source": "registry+https://github.com/rust-lang/crates.io-index", 7756 "target": null, 7757 "uses_default_features": true 7758 }, 7759 { 7760 "features": [], 7761 "kind": "dev", 7762 "name": "lazy_static", 7763 "optional": false, 7764 "registry": null, 7765 "rename": null, 7766 "req": "^1.3", 7767 "source": "registry+https://github.com/rust-lang/crates.io-index", 7768 "target": null, 7769 "uses_default_features": true 7770 }, 7771 { 7772 "features": [], 7773 "kind": "dev", 7774 "name": "quickcheck", 7775 "optional": false, 7776 "registry": null, 7777 "rename": null, 7778 "req": "^1.0", 7779 "source": "registry+https://github.com/rust-lang/crates.io-index", 7780 "target": null, 7781 "uses_default_features": false 7782 }, 7783 { 7784 "features": [ 7785 "small_rng" 7786 ], 7787 "kind": "dev", 7788 "name": "rand", 7789 "optional": false, 7790 "registry": null, 7791 "rename": null, 7792 "req": "^0.8", 7793 "source": "registry+https://github.com/rust-lang/crates.io-index", 7794 "target": null, 7795 "uses_default_features": true 7796 }, 7797 { 7798 "features": [], 7799 "kind": "dev", 7800 "name": "serde_derive", 7801 "optional": false, 7802 "registry": null, 7803 "rename": null, 7804 "req": "^1.0", 7805 "source": "registry+https://github.com/rust-lang/crates.io-index", 7806 "target": null, 7807 "uses_default_features": true 7808 } 7809 ], 7810 "description": "A hash table with consistent order and fast iteration.", 7811 "documentation": "https://docs.rs/indexmap/", 7812 "edition": "2021", 7813 "features": { 7814 "arbitrary": [ 7815 "dep:arbitrary" 7816 ], 7817 "borsh": [ 7818 "dep:borsh" 7819 ], 7820 "default": [ 7821 "std" 7822 ], 7823 "quickcheck": [ 7824 "dep:quickcheck" 7825 ], 7826 "rayon": [ 7827 "dep:rayon" 7828 ], 7829 "rustc-rayon": [ 7830 "dep:rustc-rayon" 7831 ], 7832 "serde": [ 7833 "dep:serde" 7834 ], 7835 "std": [], 7836 "test_debug": [] 7837 }, 7838 "homepage": null, 7839 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7840 "keywords": [ 7841 "hashmap", 7842 "no_std" 7843 ], 7844 "license": "Apache-2.0 OR MIT", 7845 "license_file": null, 7846 "links": null, 7847 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/Cargo.toml", 7848 "metadata": { 7849 "docs": { 7850 "rs": { 7851 "features": [ 7852 "arbitrary", 7853 "quickcheck", 7854 "serde", 7855 "borsh", 7856 "rayon" 7857 ], 7858 "rustdoc-args": [ 7859 "--cfg", 7860 "docsrs" 7861 ] 7862 } 7863 }, 7864 "release": { 7865 "no-dev-version": true, 7866 "tag-name": "{{version}}" 7867 } 7868 }, 7869 "name": "indexmap", 7870 "publish": null, 7871 "readme": "README.md", 7872 "repository": "https://github.com/indexmap-rs/indexmap", 7873 "rust_version": "1.63", 7874 "source": "registry+https://github.com/rust-lang/crates.io-index", 7875 "targets": [ 7876 { 7877 "crate_types": [ 7878 "lib" 7879 ], 7880 "doc": true, 7881 "doctest": true, 7882 "edition": "2021", 7883 "kind": [ 7884 "lib" 7885 ], 7886 "name": "indexmap", 7887 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs", 7888 "test": true 7889 }, 7890 { 7891 "crate_types": [ 7892 "bin" 7893 ], 7894 "doc": false, 7895 "doctest": false, 7896 "edition": "2021", 7897 "kind": [ 7898 "test" 7899 ], 7900 "name": "quick", 7901 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/quick.rs", 7902 "test": true 7903 }, 7904 { 7905 "crate_types": [ 7906 "bin" 7907 ], 7908 "doc": false, 7909 "doctest": false, 7910 "edition": "2021", 7911 "kind": [ 7912 "test" 7913 ], 7914 "name": "macros_full_path", 7915 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/macros_full_path.rs", 7916 "test": true 7917 }, 7918 { 7919 "crate_types": [ 7920 "bin" 7921 ], 7922 "doc": false, 7923 "doctest": false, 7924 "edition": "2021", 7925 "kind": [ 7926 "test" 7927 ], 7928 "name": "equivalent_trait", 7929 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/equivalent_trait.rs", 7930 "test": true 7931 }, 7932 { 7933 "crate_types": [ 7934 "bin" 7935 ], 7936 "doc": false, 7937 "doctest": false, 7938 "edition": "2021", 7939 "kind": [ 7940 "test" 7941 ], 7942 "name": "tests", 7943 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/tests.rs", 7944 "test": true 7945 }, 7946 { 7947 "crate_types": [ 7948 "bin" 7949 ], 7950 "doc": false, 7951 "doctest": false, 7952 "edition": "2021", 7953 "kind": [ 7954 "bench" 7955 ], 7956 "name": "faststring", 7957 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/faststring.rs", 7958 "test": false 7959 }, 7960 { 7961 "crate_types": [ 7962 "bin" 7963 ], 7964 "doc": false, 7965 "doctest": false, 7966 "edition": "2021", 7967 "kind": [ 7968 "bench" 7969 ], 7970 "name": "bench", 7971 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/bench.rs", 7972 "test": false 7973 } 7974 ], 7975 "version": "2.2.6" 7976 }, 7977 { 7978 "authors": [ 7979 "Kris Price <[email protected]>" 7980 ], 7981 "categories": [ 7982 "network-programming" 7983 ], 7984 "default_run": null, 7985 "dependencies": [ 7986 { 7987 "features": [], 7988 "kind": null, 7989 "name": "heapless", 7990 "optional": true, 7991 "registry": null, 7992 "rename": null, 7993 "req": "^0", 7994 "source": "registry+https://github.com/rust-lang/crates.io-index", 7995 "target": null, 7996 "uses_default_features": true 7997 }, 7998 { 7999 "features": [], 8000 "kind": null, 8001 "name": "schemars", 8002 "optional": true, 8003 "registry": null, 8004 "rename": null, 8005 "req": "^0.8", 8006 "source": "registry+https://github.com/rust-lang/crates.io-index", 8007 "target": null, 8008 "uses_default_features": true 8009 }, 8010 { 8011 "features": [ 8012 "derive" 8013 ], 8014 "kind": null, 8015 "name": "serde", 8016 "optional": true, 8017 "registry": null, 8018 "rename": "serde", 8019 "req": "^1", 8020 "source": "registry+https://github.com/rust-lang/crates.io-index", 8021 "target": null, 8022 "uses_default_features": false 8023 }, 8024 { 8025 "features": [], 8026 "kind": "dev", 8027 "name": "serde_test", 8028 "optional": false, 8029 "registry": null, 8030 "rename": null, 8031 "req": "^1", 8032 "source": "registry+https://github.com/rust-lang/crates.io-index", 8033 "target": null, 8034 "uses_default_features": true 8035 } 8036 ], 8037 "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.", 8038 "documentation": "https://docs.rs/ipnet", 8039 "edition": "2018", 8040 "features": { 8041 "default": [ 8042 "std" 8043 ], 8044 "heapless": [ 8045 "dep:heapless" 8046 ], 8047 "json": [ 8048 "serde", 8049 "schemars" 8050 ], 8051 "schemars": [ 8052 "dep:schemars" 8053 ], 8054 "ser_as_str": [ 8055 "heapless" 8056 ], 8057 "serde": [ 8058 "dep:serde" 8059 ], 8060 "std": [] 8061 }, 8062 "homepage": null, 8063 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8064 "keywords": [ 8065 "IP", 8066 "CIDR", 8067 "network", 8068 "prefix", 8069 "subnet" 8070 ], 8071 "license": "MIT OR Apache-2.0", 8072 "license_file": null, 8073 "links": null, 8074 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/Cargo.toml", 8075 "metadata": null, 8076 "name": "ipnet", 8077 "publish": null, 8078 "readme": "README.md", 8079 "repository": "https://github.com/krisprice/ipnet", 8080 "rust_version": null, 8081 "source": "registry+https://github.com/rust-lang/crates.io-index", 8082 "targets": [ 8083 { 8084 "crate_types": [ 8085 "lib" 8086 ], 8087 "doc": true, 8088 "doctest": true, 8089 "edition": "2018", 8090 "kind": [ 8091 "lib" 8092 ], 8093 "name": "ipnet", 8094 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs", 8095 "test": true 8096 } 8097 ], 8098 "version": "2.9.0" 8099 }, 8100 { 8101 "authors": [ 8102 "David Tolnay <[email protected]>" 8103 ], 8104 "categories": [ 8105 "value-formatting", 8106 "no-std", 8107 "no-std::no-alloc" 8108 ], 8109 "default_run": null, 8110 "dependencies": [ 8111 { 8112 "features": [], 8113 "kind": null, 8114 "name": "no-panic", 8115 "optional": true, 8116 "registry": null, 8117 "rename": null, 8118 "req": "^0.1", 8119 "source": "registry+https://github.com/rust-lang/crates.io-index", 8120 "target": null, 8121 "uses_default_features": true 8122 } 8123 ], 8124 "description": "Fast integer primitive to string conversion", 8125 "documentation": "https://docs.rs/itoa", 8126 "edition": "2018", 8127 "features": { 8128 "no-panic": [ 8129 "dep:no-panic" 8130 ] 8131 }, 8132 "homepage": null, 8133 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8134 "keywords": [ 8135 "integer" 8136 ], 8137 "license": "MIT OR Apache-2.0", 8138 "license_file": null, 8139 "links": null, 8140 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml", 8141 "metadata": { 8142 "docs": { 8143 "rs": { 8144 "rustdoc-args": [ 8145 "--generate-link-to-definition" 8146 ], 8147 "targets": [ 8148 "x86_64-unknown-linux-gnu" 8149 ] 8150 } 8151 } 8152 }, 8153 "name": "itoa", 8154 "publish": null, 8155 "readme": "README.md", 8156 "repository": "https://github.com/dtolnay/itoa", 8157 "rust_version": "1.36", 8158 "source": "registry+https://github.com/rust-lang/crates.io-index", 8159 "targets": [ 8160 { 8161 "crate_types": [ 8162 "lib" 8163 ], 8164 "doc": true, 8165 "doctest": true, 8166 "edition": "2018", 8167 "kind": [ 8168 "lib" 8169 ], 8170 "name": "itoa", 8171 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs", 8172 "test": true 8173 }, 8174 { 8175 "crate_types": [ 8176 "bin" 8177 ], 8178 "doc": false, 8179 "doctest": false, 8180 "edition": "2018", 8181 "kind": [ 8182 "test" 8183 ], 8184 "name": "test", 8185 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs", 8186 "test": true 8187 }, 8188 { 8189 "crate_types": [ 8190 "bin" 8191 ], 8192 "doc": false, 8193 "doctest": false, 8194 "edition": "2018", 8195 "kind": [ 8196 "bench" 8197 ], 8198 "name": "bench", 8199 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs", 8200 "test": false 8201 } 8202 ], 8203 "version": "1.0.11" 8204 }, 8205 { 8206 "authors": [ 8207 "The wasm-bindgen Developers" 8208 ], 8209 "categories": [ 8210 "wasm" 8211 ], 8212 "default_run": null, 8213 "dependencies": [ 8214 { 8215 "features": [], 8216 "kind": null, 8217 "name": "wasm-bindgen", 8218 "optional": false, 8219 "registry": null, 8220 "rename": null, 8221 "req": "^0.2.92", 8222 "source": "registry+https://github.com/rust-lang/crates.io-index", 8223 "target": null, 8224 "uses_default_features": true 8225 }, 8226 { 8227 "features": [], 8228 "kind": "dev", 8229 "name": "wasm-bindgen-futures", 8230 "optional": false, 8231 "registry": null, 8232 "rename": null, 8233 "req": "^0.4.42", 8234 "source": "registry+https://github.com/rust-lang/crates.io-index", 8235 "target": "cfg(target_arch = \"wasm32\")", 8236 "uses_default_features": true 8237 }, 8238 { 8239 "features": [], 8240 "kind": "dev", 8241 "name": "wasm-bindgen-test", 8242 "optional": false, 8243 "registry": null, 8244 "rename": null, 8245 "req": "=0.3.42", 8246 "source": "registry+https://github.com/rust-lang/crates.io-index", 8247 "target": "cfg(target_arch = \"wasm32\")", 8248 "uses_default_features": true 8249 }, 8250 { 8251 "features": [ 8252 "Headers", 8253 "Response", 8254 "ResponseInit" 8255 ], 8256 "kind": "dev", 8257 "name": "web-sys", 8258 "optional": false, 8259 "registry": null, 8260 "rename": null, 8261 "req": "^0.3.69", 8262 "source": "registry+https://github.com/rust-lang/crates.io-index", 8263 "target": "cfg(target_arch = \"wasm32\")", 8264 "uses_default_features": true 8265 } 8266 ], 8267 "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", 8268 "documentation": "https://docs.rs/js-sys", 8269 "edition": "2018", 8270 "features": {}, 8271 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 8272 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8273 "keywords": [], 8274 "license": "MIT OR Apache-2.0", 8275 "license_file": null, 8276 "links": null, 8277 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/Cargo.toml", 8278 "metadata": null, 8279 "name": "js-sys", 8280 "publish": null, 8281 "readme": "./README.md", 8282 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", 8283 "rust_version": "1.57", 8284 "source": "registry+https://github.com/rust-lang/crates.io-index", 8285 "targets": [ 8286 { 8287 "crate_types": [ 8288 "lib" 8289 ], 8290 "doc": true, 8291 "doctest": false, 8292 "edition": "2018", 8293 "kind": [ 8294 "lib" 8295 ], 8296 "name": "js_sys", 8297 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/src/lib.rs", 8298 "test": false 8299 }, 8300 { 8301 "crate_types": [ 8302 "bin" 8303 ], 8304 "doc": false, 8305 "doctest": false, 8306 "edition": "2018", 8307 "kind": [ 8308 "test" 8309 ], 8310 "name": "wasm", 8311 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/wasm/main.rs", 8312 "test": true 8313 }, 8314 { 8315 "crate_types": [ 8316 "bin" 8317 ], 8318 "doc": false, 8319 "doctest": false, 8320 "edition": "2018", 8321 "kind": [ 8322 "test" 8323 ], 8324 "name": "headless", 8325 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs", 8326 "test": true 8327 } 8328 ], 8329 "version": "0.3.69" 8330 }, 8331 { 8332 "authors": [ 8333 "Marvin L\u00f6bel <[email protected]>" 8334 ], 8335 "categories": [ 8336 "no-std", 8337 "rust-patterns", 8338 "memory-management" 8339 ], 8340 "default_run": null, 8341 "dependencies": [ 8342 { 8343 "features": [], 8344 "kind": null, 8345 "name": "spin", 8346 "optional": true, 8347 "registry": null, 8348 "rename": null, 8349 "req": "^0.5.0", 8350 "source": "registry+https://github.com/rust-lang/crates.io-index", 8351 "target": null, 8352 "uses_default_features": true 8353 }, 8354 { 8355 "features": [], 8356 "kind": "dev", 8357 "name": "doc-comment", 8358 "optional": false, 8359 "registry": null, 8360 "rename": null, 8361 "req": "^0.3.1", 8362 "source": "registry+https://github.com/rust-lang/crates.io-index", 8363 "target": null, 8364 "uses_default_features": true 8365 } 8366 ], 8367 "description": "A macro for declaring lazily evaluated statics in Rust.", 8368 "documentation": "https://docs.rs/lazy_static", 8369 "edition": "2015", 8370 "features": { 8371 "spin": [ 8372 "dep:spin" 8373 ], 8374 "spin_no_std": [ 8375 "spin" 8376 ] 8377 }, 8378 "homepage": null, 8379 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8380 "keywords": [ 8381 "macro", 8382 "lazy", 8383 "static" 8384 ], 8385 "license": "MIT/Apache-2.0", 8386 "license_file": null, 8387 "links": null, 8388 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", 8389 "metadata": null, 8390 "name": "lazy_static", 8391 "publish": null, 8392 "readme": "README.md", 8393 "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", 8394 "rust_version": null, 8395 "source": "registry+https://github.com/rust-lang/crates.io-index", 8396 "targets": [ 8397 { 8398 "crate_types": [ 8399 "lib" 8400 ], 8401 "doc": true, 8402 "doctest": true, 8403 "edition": "2015", 8404 "kind": [ 8405 "lib" 8406 ], 8407 "name": "lazy_static", 8408 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", 8409 "test": true 8410 }, 8411 { 8412 "crate_types": [ 8413 "bin" 8414 ], 8415 "doc": false, 8416 "doctest": false, 8417 "edition": "2015", 8418 "kind": [ 8419 "test" 8420 ], 8421 "name": "test", 8422 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", 8423 "test": true 8424 }, 8425 { 8426 "crate_types": [ 8427 "bin" 8428 ], 8429 "doc": false, 8430 "doctest": false, 8431 "edition": "2015", 8432 "kind": [ 8433 "test" 8434 ], 8435 "name": "no_std", 8436 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", 8437 "test": true 8438 } 8439 ], 8440 "version": "1.4.0" 8441 }, 8442 { 8443 "authors": [ 8444 "The Rust Project Developers" 8445 ], 8446 "categories": [ 8447 "external-ffi-bindings", 8448 "no-std", 8449 "os" 8450 ], 8451 "default_run": null, 8452 "dependencies": [ 8453 { 8454 "features": [], 8455 "kind": null, 8456 "name": "rustc-std-workspace-core", 8457 "optional": true, 8458 "registry": null, 8459 "rename": null, 8460 "req": "^1.0.0", 8461 "source": "registry+https://github.com/rust-lang/crates.io-index", 8462 "target": null, 8463 "uses_default_features": true 8464 } 8465 ], 8466 "description": "Raw FFI bindings to platform libraries like libc.\n", 8467 "documentation": "https://docs.rs/libc/", 8468 "edition": "2015", 8469 "features": { 8470 "align": [], 8471 "const-extern-fn": [], 8472 "default": [ 8473 "std" 8474 ], 8475 "extra_traits": [], 8476 "rustc-dep-of-std": [ 8477 "align", 8478 "rustc-std-workspace-core" 8479 ], 8480 "rustc-std-workspace-core": [ 8481 "dep:rustc-std-workspace-core" 8482 ], 8483 "std": [], 8484 "use_std": [ 8485 "std" 8486 ] 8487 }, 8488 "homepage": "https://github.com/rust-lang/libc", 8489 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8490 "keywords": [ 8491 "libc", 8492 "ffi", 8493 "bindings", 8494 "operating", 8495 "system" 8496 ], 8497 "license": "MIT OR Apache-2.0", 8498 "license_file": null, 8499 "links": null, 8500 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/Cargo.toml", 8501 "metadata": { 8502 "docs": { 8503 "rs": { 8504 "cargo-args": [ 8505 "-Zbuild-std=core" 8506 ], 8507 "default-target": "x86_64-unknown-linux-gnu", 8508 "features": [ 8509 "const-extern-fn", 8510 "extra_traits" 8511 ], 8512 "targets": [ 8513 "aarch64-apple-darwin", 8514 "aarch64-apple-ios", 8515 "aarch64-linux-android", 8516 "aarch64-pc-windows-msvc", 8517 "aarch64-unknown-freebsd", 8518 "aarch64-unknown-fuchsia", 8519 "aarch64-unknown-hermit", 8520 "aarch64-unknown-linux-gnu", 8521 "aarch64-unknown-linux-musl", 8522 "aarch64-unknown-netbsd", 8523 "aarch64-unknown-openbsd", 8524 "aarch64-wrs-vxworks", 8525 "arm-linux-androideabi", 8526 "arm-unknown-linux-gnueabi", 8527 "arm-unknown-linux-gnueabihf", 8528 "arm-unknown-linux-musleabi", 8529 "arm-unknown-linux-musleabihf", 8530 "armebv7r-none-eabi", 8531 "armebv7r-none-eabihf", 8532 "armv5te-unknown-linux-gnueabi", 8533 "armv5te-unknown-linux-musleabi", 8534 "armv7-linux-androideabi", 8535 "armv7-unknown-linux-gnueabihf", 8536 "armv7-unknown-linux-musleabihf", 8537 "armv7-wrs-vxworks-eabihf", 8538 "armv7r-none-eabi", 8539 "armv7r-none-eabihf", 8540 "hexagon-unknown-linux-musl", 8541 "i586-pc-windows-msvc", 8542 "i586-unknown-linux-gnu", 8543 "i586-unknown-linux-musl", 8544 "i686-linux-android", 8545 "i686-pc-windows-gnu", 8546 "i686-pc-windows-msvc", 8547 "i686-pc-windows-msvc", 8548 "i686-unknown-freebsd", 8549 "i686-unknown-haiku", 8550 "i686-unknown-linux-gnu", 8551 "i686-unknown-linux-musl", 8552 "i686-unknown-netbsd", 8553 "i686-unknown-openbsd", 8554 "i686-wrs-vxworks", 8555 "mips-unknown-linux-gnu", 8556 "mips-unknown-linux-musl", 8557 "mips64-unknown-linux-gnuabi64", 8558 "mips64-unknown-linux-muslabi64", 8559 "mips64el-unknown-linux-gnuabi64", 8560 "mips64el-unknown-linux-muslabi64", 8561 "mipsel-sony-psp", 8562 "mipsel-unknown-linux-gnu", 8563 "mipsel-unknown-linux-musl", 8564 "nvptx64-nvidia-cuda", 8565 "powerpc-unknown-linux-gnu", 8566 "powerpc-unknown-linux-gnuspe", 8567 "powerpc-unknown-netbsd", 8568 "powerpc-wrs-vxworks", 8569 "powerpc-wrs-vxworks-spe", 8570 "powerpc64-unknown-freebsd", 8571 "powerpc64-unknown-linux-gnu", 8572 "powerpc64-wrs-vxworks", 8573 "powerpc64le-unknown-linux-gnu", 8574 "riscv32gc-unknown-linux-gnu", 8575 "riscv32i-unknown-none-elf", 8576 "riscv32imac-unknown-none-elf", 8577 "riscv32imc-unknown-none-elf", 8578 "riscv64gc-unknown-freebsd", 8579 "riscv64gc-unknown-hermit", 8580 "riscv64gc-unknown-linux-gnu", 8581 "riscv64gc-unknown-linux-musl", 8582 "riscv64gc-unknown-none-elf", 8583 "riscv64imac-unknown-none-elf", 8584 "s390x-unknown-linux-gnu", 8585 "s390x-unknown-linux-musl", 8586 "sparc-unknown-linux-gnu", 8587 "sparc64-unknown-linux-gnu", 8588 "sparc64-unknown-netbsd", 8589 "sparcv9-sun-solaris", 8590 "thumbv6m-none-eabi", 8591 "thumbv7em-none-eabi", 8592 "thumbv7em-none-eabihf", 8593 "thumbv7m-none-eabi", 8594 "thumbv7neon-linux-androideabi", 8595 "thumbv7neon-unknown-linux-gnueabihf", 8596 "wasm32-unknown-emscripten", 8597 "wasm32-unknown-unknown", 8598 "wasm32-wasi", 8599 "x86_64-apple-darwin", 8600 "x86_64-apple-ios", 8601 "x86_64-fortanix-unknown-sgx", 8602 "x86_64-linux-android", 8603 "x86_64-pc-solaris", 8604 "x86_64-pc-windows-gnu", 8605 "x86_64-pc-windows-msvc", 8606 "x86_64-unknown-dragonfly", 8607 "x86_64-unknown-freebsd", 8608 "x86_64-unknown-fuchsia", 8609 "x86_64-unknown-haiku", 8610 "x86_64-unknown-hermit", 8611 "x86_64-unknown-illumos", 8612 "x86_64-unknown-l4re-uclibc", 8613 "x86_64-unknown-linux-gnu", 8614 "x86_64-unknown-linux-gnux32", 8615 "x86_64-unknown-linux-musl", 8616 "x86_64-unknown-netbsd", 8617 "x86_64-unknown-openbsd", 8618 "x86_64-unknown-redox", 8619 "x86_64-wrs-vxworks" 8620 ] 8621 } 8622 } 8623 }, 8624 "name": "libc", 8625 "publish": null, 8626 "readme": "README.md", 8627 "repository": "https://github.com/rust-lang/libc", 8628 "rust_version": null, 8629 "source": "registry+https://github.com/rust-lang/crates.io-index", 8630 "targets": [ 8631 { 8632 "crate_types": [ 8633 "lib" 8634 ], 8635 "doc": true, 8636 "doctest": true, 8637 "edition": "2015", 8638 "kind": [ 8639 "lib" 8640 ], 8641 "name": "libc", 8642 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs", 8643 "test": true 8644 }, 8645 { 8646 "crate_types": [ 8647 "bin" 8648 ], 8649 "doc": false, 8650 "doctest": false, 8651 "edition": "2015", 8652 "kind": [ 8653 "test" 8654 ], 8655 "name": "const_fn", 8656 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/tests/const_fn.rs", 8657 "test": true 8658 }, 8659 { 8660 "crate_types": [ 8661 "bin" 8662 ], 8663 "doc": false, 8664 "doctest": false, 8665 "edition": "2015", 8666 "kind": [ 8667 "custom-build" 8668 ], 8669 "name": "build-script-build", 8670 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs", 8671 "test": false 8672 } 8673 ], 8674 "version": "0.2.153" 8675 }, 8676 { 8677 "authors": [ 8678 "Dan Gohman <[email protected]>" 8679 ], 8680 "categories": [ 8681 "external-ffi-bindings" 8682 ], 8683 "default_run": null, 8684 "dependencies": [ 8685 { 8686 "features": [], 8687 "kind": null, 8688 "name": "compiler_builtins", 8689 "optional": true, 8690 "registry": null, 8691 "rename": null, 8692 "req": "^0.1.49", 8693 "source": "registry+https://github.com/rust-lang/crates.io-index", 8694 "target": null, 8695 "uses_default_features": true 8696 }, 8697 { 8698 "features": [], 8699 "kind": null, 8700 "name": "rustc-std-workspace-core", 8701 "optional": true, 8702 "registry": null, 8703 "rename": "core", 8704 "req": "^1.0.0", 8705 "source": "registry+https://github.com/rust-lang/crates.io-index", 8706 "target": null, 8707 "uses_default_features": true 8708 }, 8709 { 8710 "features": [], 8711 "kind": "dev", 8712 "name": "libc", 8713 "optional": false, 8714 "registry": null, 8715 "rename": null, 8716 "req": "^0.2.100", 8717 "source": "registry+https://github.com/rust-lang/crates.io-index", 8718 "target": null, 8719 "uses_default_features": true 8720 }, 8721 { 8722 "features": [], 8723 "kind": "dev", 8724 "name": "static_assertions", 8725 "optional": false, 8726 "registry": null, 8727 "rename": null, 8728 "req": "^1.1.0", 8729 "source": "registry+https://github.com/rust-lang/crates.io-index", 8730 "target": null, 8731 "uses_default_features": true 8732 } 8733 ], 8734 "description": "Generated bindings for Linux's userspace API", 8735 "documentation": "https://docs.rs/linux-raw-sys", 8736 "edition": "2021", 8737 "features": { 8738 "compiler_builtins": [ 8739 "dep:compiler_builtins" 8740 ], 8741 "core": [ 8742 "dep:core" 8743 ], 8744 "default": [ 8745 "std", 8746 "general", 8747 "errno" 8748 ], 8749 "elf": [], 8750 "errno": [], 8751 "general": [], 8752 "if_ether": [], 8753 "if_packet": [], 8754 "io_uring": [], 8755 "ioctl": [], 8756 "mempolicy": [], 8757 "net": [], 8758 "netlink": [], 8759 "no_std": [], 8760 "prctl": [], 8761 "rustc-dep-of-std": [ 8762 "core", 8763 "compiler_builtins", 8764 "no_std" 8765 ], 8766 "std": [], 8767 "system": [], 8768 "xdp": [] 8769 }, 8770 "homepage": null, 8771 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8772 "keywords": [ 8773 "linux", 8774 "uapi", 8775 "ffi" 8776 ], 8777 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", 8778 "license_file": null, 8779 "links": null, 8780 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.13/Cargo.toml", 8781 "metadata": { 8782 "docs": { 8783 "rs": { 8784 "features": [ 8785 "default", 8786 "ioctl", 8787 "netlink", 8788 "io_uring", 8789 "if_ether", 8790 "net", 8791 "prctl", 8792 "elf", 8793 "xdp", 8794 "mempolicy", 8795 "system" 8796 ], 8797 "targets": [ 8798 "x86_64-unknown-linux-gnu", 8799 "i686-unknown-linux-gnu" 8800 ] 8801 } 8802 } 8803 }, 8804 "name": "linux-raw-sys", 8805 "publish": null, 8806 "readme": "README.md", 8807 "repository": "https://github.com/sunfishcode/linux-raw-sys", 8808 "rust_version": "1.63", 8809 "source": "registry+https://github.com/rust-lang/crates.io-index", 8810 "targets": [ 8811 { 8812 "crate_types": [ 8813 "lib" 8814 ], 8815 "doc": true, 8816 "doctest": true, 8817 "edition": "2021", 8818 "kind": [ 8819 "lib" 8820 ], 8821 "name": "linux_raw_sys", 8822 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.13/src/lib.rs", 8823 "test": true 8824 } 8825 ], 8826 "version": "0.4.13" 8827 }, 8828 { 8829 "authors": [ 8830 "The Rust Project Developers" 8831 ], 8832 "categories": [ 8833 "development-tools::debugging" 8834 ], 8835 "default_run": null, 8836 "dependencies": [ 8837 { 8838 "features": [], 8839 "kind": null, 8840 "name": "serde", 8841 "optional": true, 8842 "registry": null, 8843 "rename": null, 8844 "req": "^1.0", 8845 "source": "registry+https://github.com/rust-lang/crates.io-index", 8846 "target": null, 8847 "uses_default_features": false 8848 }, 8849 { 8850 "features": [], 8851 "kind": null, 8852 "name": "sval", 8853 "optional": true, 8854 "registry": null, 8855 "rename": null, 8856 "req": "^2.1", 8857 "source": "registry+https://github.com/rust-lang/crates.io-index", 8858 "target": null, 8859 "uses_default_features": false 8860 }, 8861 { 8862 "features": [], 8863 "kind": null, 8864 "name": "sval_ref", 8865 "optional": true, 8866 "registry": null, 8867 "rename": null, 8868 "req": "^2.1", 8869 "source": "registry+https://github.com/rust-lang/crates.io-index", 8870 "target": null, 8871 "uses_default_features": false 8872 }, 8873 { 8874 "features": [ 8875 "inline-i128" 8876 ], 8877 "kind": null, 8878 "name": "value-bag", 8879 "optional": true, 8880 "registry": null, 8881 "rename": null, 8882 "req": "^1.7", 8883 "source": "registry+https://github.com/rust-lang/crates.io-index", 8884 "target": null, 8885 "uses_default_features": false 8886 }, 8887 { 8888 "features": [], 8889 "kind": "dev", 8890 "name": "proc-macro2", 8891 "optional": false, 8892 "registry": null, 8893 "rename": null, 8894 "req": "^1.0.63", 8895 "source": "registry+https://github.com/rust-lang/crates.io-index", 8896 "target": null, 8897 "uses_default_features": false 8898 }, 8899 { 8900 "features": [ 8901 "derive" 8902 ], 8903 "kind": "dev", 8904 "name": "serde", 8905 "optional": false, 8906 "registry": null, 8907 "rename": null, 8908 "req": "^1.0", 8909 "source": "registry+https://github.com/rust-lang/crates.io-index", 8910 "target": null, 8911 "uses_default_features": true 8912 }, 8913 { 8914 "features": [], 8915 "kind": "dev", 8916 "name": "serde_json", 8917 "optional": false, 8918 "registry": null, 8919 "rename": null, 8920 "req": "^1.0", 8921 "source": "registry+https://github.com/rust-lang/crates.io-index", 8922 "target": null, 8923 "uses_default_features": true 8924 }, 8925 { 8926 "features": [], 8927 "kind": "dev", 8928 "name": "serde_test", 8929 "optional": false, 8930 "registry": null, 8931 "rename": null, 8932 "req": "^1.0", 8933 "source": "registry+https://github.com/rust-lang/crates.io-index", 8934 "target": null, 8935 "uses_default_features": true 8936 }, 8937 { 8938 "features": [], 8939 "kind": "dev", 8940 "name": "sval", 8941 "optional": false, 8942 "registry": null, 8943 "rename": null, 8944 "req": "^2.1", 8945 "source": "registry+https://github.com/rust-lang/crates.io-index", 8946 "target": null, 8947 "uses_default_features": true 8948 }, 8949 { 8950 "features": [], 8951 "kind": "dev", 8952 "name": "sval_derive", 8953 "optional": false, 8954 "registry": null, 8955 "rename": null, 8956 "req": "^2.1", 8957 "source": "registry+https://github.com/rust-lang/crates.io-index", 8958 "target": null, 8959 "uses_default_features": true 8960 }, 8961 { 8962 "features": [ 8963 "test" 8964 ], 8965 "kind": "dev", 8966 "name": "value-bag", 8967 "optional": false, 8968 "registry": null, 8969 "rename": null, 8970 "req": "^1.7", 8971 "source": "registry+https://github.com/rust-lang/crates.io-index", 8972 "target": null, 8973 "uses_default_features": true 8974 } 8975 ], 8976 "description": "A lightweight logging facade for Rust\n", 8977 "documentation": "https://docs.rs/log", 8978 "edition": "2021", 8979 "features": { 8980 "kv": [], 8981 "kv_serde": [ 8982 "kv_std", 8983 "value-bag/serde", 8984 "serde" 8985 ], 8986 "kv_std": [ 8987 "std", 8988 "kv", 8989 "value-bag/error" 8990 ], 8991 "kv_sval": [ 8992 "kv", 8993 "value-bag/sval", 8994 "sval", 8995 "sval_ref" 8996 ], 8997 "kv_unstable": [ 8998 "kv", 8999 "value-bag" 9000 ], 9001 "kv_unstable_serde": [ 9002 "kv_serde", 9003 "kv_unstable_std" 9004 ], 9005 "kv_unstable_std": [ 9006 "kv_std", 9007 "kv_unstable" 9008 ], 9009 "kv_unstable_sval": [ 9010 "kv_sval", 9011 "kv_unstable" 9012 ], 9013 "max_level_debug": [], 9014 "max_level_error": [], 9015 "max_level_info": [], 9016 "max_level_off": [], 9017 "max_level_trace": [], 9018 "max_level_warn": [], 9019 "release_max_level_debug": [], 9020 "release_max_level_error": [], 9021 "release_max_level_info": [], 9022 "release_max_level_off": [], 9023 "release_max_level_trace": [], 9024 "release_max_level_warn": [], 9025 "serde": [ 9026 "dep:serde" 9027 ], 9028 "std": [], 9029 "sval": [ 9030 "dep:sval" 9031 ], 9032 "sval_ref": [ 9033 "dep:sval_ref" 9034 ], 9035 "value-bag": [ 9036 "dep:value-bag" 9037 ] 9038 }, 9039 "homepage": null, 9040 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9041 "keywords": [ 9042 "logging" 9043 ], 9044 "license": "MIT OR Apache-2.0", 9045 "license_file": null, 9046 "links": null, 9047 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/Cargo.toml", 9048 "metadata": { 9049 "docs": { 9050 "rs": { 9051 "features": [ 9052 "std", 9053 "serde", 9054 "kv_std", 9055 "kv_sval", 9056 "kv_serde" 9057 ] 9058 } 9059 } 9060 }, 9061 "name": "log", 9062 "publish": null, 9063 "readme": "README.md", 9064 "repository": "https://github.com/rust-lang/log", 9065 "rust_version": "1.60.0", 9066 "source": "registry+https://github.com/rust-lang/crates.io-index", 9067 "targets": [ 9068 { 9069 "crate_types": [ 9070 "lib" 9071 ], 9072 "doc": true, 9073 "doctest": true, 9074 "edition": "2021", 9075 "kind": [ 9076 "lib" 9077 ], 9078 "name": "log", 9079 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs", 9080 "test": true 9081 }, 9082 { 9083 "crate_types": [ 9084 "bin" 9085 ], 9086 "doc": false, 9087 "doctest": false, 9088 "edition": "2021", 9089 "kind": [ 9090 "test" 9091 ], 9092 "name": "filters", 9093 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs", 9094 "test": true 9095 }, 9096 { 9097 "crate_types": [ 9098 "bin" 9099 ], 9100 "doc": false, 9101 "doctest": false, 9102 "edition": "2021", 9103 "kind": [ 9104 "test" 9105 ], 9106 "name": "macros", 9107 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs", 9108 "test": true 9109 }, 9110 { 9111 "crate_types": [ 9112 "bin" 9113 ], 9114 "doc": false, 9115 "doctest": false, 9116 "edition": "2021", 9117 "kind": [ 9118 "bench" 9119 ], 9120 "name": "value", 9121 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs", 9122 "test": false 9123 } 9124 ], 9125 "version": "0.4.21" 9126 }, 9127 { 9128 "authors": [ 9129 "Andrew Gallant <[email protected]>", 9130 "bluss" 9131 ], 9132 "categories": [], 9133 "default_run": null, 9134 "dependencies": [ 9135 { 9136 "features": [], 9137 "kind": null, 9138 "name": "compiler_builtins", 9139 "optional": true, 9140 "registry": null, 9141 "rename": null, 9142 "req": "^0.1.2", 9143 "source": "registry+https://github.com/rust-lang/crates.io-index", 9144 "target": null, 9145 "uses_default_features": true 9146 }, 9147 { 9148 "features": [], 9149 "kind": null, 9150 "name": "rustc-std-workspace-core", 9151 "optional": true, 9152 "registry": null, 9153 "rename": "core", 9154 "req": "^1.0.0", 9155 "source": "registry+https://github.com/rust-lang/crates.io-index", 9156 "target": null, 9157 "uses_default_features": true 9158 }, 9159 { 9160 "features": [], 9161 "kind": null, 9162 "name": "log", 9163 "optional": true, 9164 "registry": null, 9165 "rename": null, 9166 "req": "^0.4.20", 9167 "source": "registry+https://github.com/rust-lang/crates.io-index", 9168 "target": null, 9169 "uses_default_features": true 9170 }, 9171 { 9172 "features": [], 9173 "kind": "dev", 9174 "name": "quickcheck", 9175 "optional": false, 9176 "registry": null, 9177 "rename": null, 9178 "req": "^1.0.3", 9179 "source": "registry+https://github.com/rust-lang/crates.io-index", 9180 "target": null, 9181 "uses_default_features": false 9182 } 9183 ], 9184 "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n", 9185 "documentation": "https://docs.rs/memchr/", 9186 "edition": "2021", 9187 "features": { 9188 "alloc": [], 9189 "compiler_builtins": [ 9190 "dep:compiler_builtins" 9191 ], 9192 "core": [ 9193 "dep:core" 9194 ], 9195 "default": [ 9196 "std" 9197 ], 9198 "libc": [], 9199 "logging": [ 9200 "dep:log" 9201 ], 9202 "rustc-dep-of-std": [ 9203 "core", 9204 "compiler_builtins" 9205 ], 9206 "std": [ 9207 "alloc" 9208 ], 9209 "use_std": [ 9210 "std" 9211 ] 9212 }, 9213 "homepage": "https://github.com/BurntSushi/memchr", 9214 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9215 "keywords": [ 9216 "memchr", 9217 "memmem", 9218 "substring", 9219 "find", 9220 "search" 9221 ], 9222 "license": "Unlicense OR MIT", 9223 "license_file": null, 9224 "links": null, 9225 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml", 9226 "metadata": { 9227 "docs": { 9228 "rs": { 9229 "rustdoc-args": [ 9230 "--generate-link-to-definition" 9231 ] 9232 } 9233 } 9234 }, 9235 "name": "memchr", 9236 "publish": null, 9237 "readme": "README.md", 9238 "repository": "https://github.com/BurntSushi/memchr", 9239 "rust_version": "1.61", 9240 "source": "registry+https://github.com/rust-lang/crates.io-index", 9241 "targets": [ 9242 { 9243 "crate_types": [ 9244 "lib" 9245 ], 9246 "doc": true, 9247 "doctest": true, 9248 "edition": "2021", 9249 "kind": [ 9250 "lib" 9251 ], 9252 "name": "memchr", 9253 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs", 9254 "test": true 9255 } 9256 ], 9257 "version": "2.7.2" 9258 }, 9259 { 9260 "authors": [ 9261 "Sean McArthur <[email protected]>" 9262 ], 9263 "categories": [], 9264 "default_run": null, 9265 "dependencies": [], 9266 "description": "Strongly Typed Mimes", 9267 "documentation": "https://docs.rs/mime", 9268 "edition": "2015", 9269 "features": {}, 9270 "homepage": null, 9271 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9272 "keywords": [ 9273 "mime", 9274 "media-extensions", 9275 "media-types" 9276 ], 9277 "license": "MIT OR Apache-2.0", 9278 "license_file": null, 9279 "links": null, 9280 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/Cargo.toml", 9281 "metadata": null, 9282 "name": "mime", 9283 "publish": null, 9284 "readme": "README.md", 9285 "repository": "https://github.com/hyperium/mime", 9286 "rust_version": null, 9287 "source": "registry+https://github.com/rust-lang/crates.io-index", 9288 "targets": [ 9289 { 9290 "crate_types": [ 9291 "lib" 9292 ], 9293 "doc": true, 9294 "doctest": true, 9295 "edition": "2015", 9296 "kind": [ 9297 "lib" 9298 ], 9299 "name": "mime", 9300 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs", 9301 "test": true 9302 }, 9303 { 9304 "crate_types": [ 9305 "bin" 9306 ], 9307 "doc": false, 9308 "doctest": false, 9309 "edition": "2015", 9310 "kind": [ 9311 "bench" 9312 ], 9313 "name": "fmt", 9314 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/fmt.rs", 9315 "test": false 9316 }, 9317 { 9318 "crate_types": [ 9319 "bin" 9320 ], 9321 "doc": false, 9322 "doctest": false, 9323 "edition": "2015", 9324 "kind": [ 9325 "bench" 9326 ], 9327 "name": "parse", 9328 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/parse.rs", 9329 "test": false 9330 }, 9331 { 9332 "crate_types": [ 9333 "bin" 9334 ], 9335 "doc": false, 9336 "doctest": false, 9337 "edition": "2015", 9338 "kind": [ 9339 "bench" 9340 ], 9341 "name": "cmp", 9342 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/cmp.rs", 9343 "test": false 9344 } 9345 ], 9346 "version": "0.3.17" 9347 }, 9348 { 9349 "authors": [ 9350 "Frommi <[email protected]>", 9351 "oyvindln <[email protected]>" 9352 ], 9353 "categories": [ 9354 "compression" 9355 ], 9356 "default_run": null, 9357 "dependencies": [ 9358 { 9359 "features": [], 9360 "kind": null, 9361 "name": "adler", 9362 "optional": false, 9363 "registry": null, 9364 "rename": null, 9365 "req": "^1.0", 9366 "source": "registry+https://github.com/rust-lang/crates.io-index", 9367 "target": null, 9368 "uses_default_features": false 9369 }, 9370 { 9371 "features": [], 9372 "kind": null, 9373 "name": "rustc-std-workspace-alloc", 9374 "optional": true, 9375 "registry": null, 9376 "rename": "alloc", 9377 "req": "^1.0.0", 9378 "source": "registry+https://github.com/rust-lang/crates.io-index", 9379 "target": null, 9380 "uses_default_features": true 9381 }, 9382 { 9383 "features": [], 9384 "kind": null, 9385 "name": "compiler_builtins", 9386 "optional": true, 9387 "registry": null, 9388 "rename": null, 9389 "req": "^0.1.2", 9390 "source": "registry+https://github.com/rust-lang/crates.io-index", 9391 "target": null, 9392 "uses_default_features": true 9393 }, 9394 { 9395 "features": [], 9396 "kind": null, 9397 "name": "rustc-std-workspace-core", 9398 "optional": true, 9399 "registry": null, 9400 "rename": "core", 9401 "req": "^1.0.0", 9402 "source": "registry+https://github.com/rust-lang/crates.io-index", 9403 "target": null, 9404 "uses_default_features": true 9405 }, 9406 { 9407 "features": [], 9408 "kind": null, 9409 "name": "simd-adler32", 9410 "optional": true, 9411 "registry": null, 9412 "rename": null, 9413 "req": "^0.3", 9414 "source": "registry+https://github.com/rust-lang/crates.io-index", 9415 "target": null, 9416 "uses_default_features": false 9417 } 9418 ], 9419 "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", 9420 "documentation": "https://docs.rs/miniz_oxide", 9421 "edition": "2018", 9422 "features": { 9423 "alloc": [ 9424 "dep:alloc" 9425 ], 9426 "compiler_builtins": [ 9427 "dep:compiler_builtins" 9428 ], 9429 "core": [ 9430 "dep:core" 9431 ], 9432 "default": [ 9433 "with-alloc" 9434 ], 9435 "rustc-dep-of-std": [ 9436 "core", 9437 "alloc", 9438 "compiler_builtins", 9439 "adler/rustc-dep-of-std" 9440 ], 9441 "simd": [ 9442 "simd-adler32" 9443 ], 9444 "simd-adler32": [ 9445 "dep:simd-adler32" 9446 ], 9447 "std": [], 9448 "with-alloc": [] 9449 }, 9450 "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", 9451 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9452 "keywords": [ 9453 "zlib", 9454 "miniz", 9455 "deflate", 9456 "encoding" 9457 ], 9458 "license": "MIT OR Zlib OR Apache-2.0", 9459 "license_file": null, 9460 "links": null, 9461 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/Cargo.toml", 9462 "metadata": null, 9463 "name": "miniz_oxide", 9464 "publish": null, 9465 "readme": "Readme.md", 9466 "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", 9467 "rust_version": null, 9468 "source": "registry+https://github.com/rust-lang/crates.io-index", 9469 "targets": [ 9470 { 9471 "crate_types": [ 9472 "lib" 9473 ], 9474 "doc": true, 9475 "doctest": true, 9476 "edition": "2018", 9477 "kind": [ 9478 "lib" 9479 ], 9480 "name": "miniz_oxide", 9481 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs", 9482 "test": true 9483 } 9484 ], 9485 "version": "0.7.2" 9486 }, 9487 { 9488 "authors": [ 9489 "Carl Lerche <[email protected]>", 9490 "Thomas de Zeeuw <[email protected]>", 9491 "Tokio Contributors <[email protected]>" 9492 ], 9493 "categories": [ 9494 "asynchronous" 9495 ], 9496 "default_run": null, 9497 "dependencies": [ 9498 { 9499 "features": [], 9500 "kind": null, 9501 "name": "log", 9502 "optional": true, 9503 "registry": null, 9504 "rename": null, 9505 "req": "^0.4.8", 9506 "source": "registry+https://github.com/rust-lang/crates.io-index", 9507 "target": null, 9508 "uses_default_features": true 9509 }, 9510 { 9511 "features": [], 9512 "kind": "dev", 9513 "name": "env_logger", 9514 "optional": false, 9515 "registry": null, 9516 "rename": null, 9517 "req": "^0.9.3", 9518 "source": "registry+https://github.com/rust-lang/crates.io-index", 9519 "target": null, 9520 "uses_default_features": false 9521 }, 9522 { 9523 "features": [], 9524 "kind": "dev", 9525 "name": "rand", 9526 "optional": false, 9527 "registry": null, 9528 "rename": null, 9529 "req": "^0.8", 9530 "source": "registry+https://github.com/rust-lang/crates.io-index", 9531 "target": null, 9532 "uses_default_features": true 9533 }, 9534 { 9535 "features": [], 9536 "kind": null, 9537 "name": "libc", 9538 "optional": false, 9539 "registry": null, 9540 "rename": null, 9541 "req": "^0.2.149", 9542 "source": "registry+https://github.com/rust-lang/crates.io-index", 9543 "target": "cfg(target_os = \"wasi\")", 9544 "uses_default_features": true 9545 }, 9546 { 9547 "features": [], 9548 "kind": null, 9549 "name": "wasi", 9550 "optional": false, 9551 "registry": null, 9552 "rename": null, 9553 "req": "^0.11.0", 9554 "source": "registry+https://github.com/rust-lang/crates.io-index", 9555 "target": "cfg(target_os = \"wasi\")", 9556 "uses_default_features": true 9557 }, 9558 { 9559 "features": [], 9560 "kind": null, 9561 "name": "libc", 9562 "optional": false, 9563 "registry": null, 9564 "rename": null, 9565 "req": "^0.2.149", 9566 "source": "registry+https://github.com/rust-lang/crates.io-index", 9567 "target": "cfg(unix)", 9568 "uses_default_features": true 9569 }, 9570 { 9571 "features": [ 9572 "Win32_Foundation", 9573 "Win32_Networking_WinSock", 9574 "Win32_Storage_FileSystem", 9575 "Win32_System_IO", 9576 "Win32_System_WindowsProgramming" 9577 ], 9578 "kind": null, 9579 "name": "windows-sys", 9580 "optional": false, 9581 "registry": null, 9582 "rename": null, 9583 "req": "^0.48", 9584 "source": "registry+https://github.com/rust-lang/crates.io-index", 9585 "target": "cfg(windows)", 9586 "uses_default_features": true 9587 } 9588 ], 9589 "description": "Lightweight non-blocking I/O.", 9590 "documentation": null, 9591 "edition": "2018", 9592 "features": { 9593 "default": [ 9594 "log" 9595 ], 9596 "log": [ 9597 "dep:log" 9598 ], 9599 "net": [], 9600 "os-ext": [ 9601 "os-poll", 9602 "windows-sys/Win32_System_Pipes", 9603 "windows-sys/Win32_Security" 9604 ], 9605 "os-poll": [] 9606 }, 9607 "homepage": "https://github.com/tokio-rs/mio", 9608 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9609 "keywords": [ 9610 "io", 9611 "async", 9612 "non-blocking" 9613 ], 9614 "license": "MIT", 9615 "license_file": null, 9616 "links": null, 9617 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/Cargo.toml", 9618 "metadata": { 9619 "docs": { 9620 "rs": { 9621 "all-features": true, 9622 "rustdoc-args": [ 9623 "--cfg", 9624 "docsrs", 9625 "--generate-link-to-definition" 9626 ], 9627 "targets": [ 9628 "aarch64-apple-ios", 9629 "aarch64-linux-android", 9630 "wasm32-wasi", 9631 "x86_64-apple-darwin", 9632 "x86_64-pc-windows-msvc", 9633 "x86_64-unknown-dragonfly", 9634 "x86_64-unknown-freebsd", 9635 "x86_64-unknown-illumos", 9636 "x86_64-unknown-linux-gnu", 9637 "x86_64-unknown-netbsd", 9638 "x86_64-unknown-openbsd" 9639 ] 9640 } 9641 }, 9642 "playground": { 9643 "features": [ 9644 "os-poll", 9645 "os-ext", 9646 "net" 9647 ] 9648 } 9649 }, 9650 "name": "mio", 9651 "publish": null, 9652 "readme": "README.md", 9653 "repository": "https://github.com/tokio-rs/mio", 9654 "rust_version": null, 9655 "source": "registry+https://github.com/rust-lang/crates.io-index", 9656 "targets": [ 9657 { 9658 "crate_types": [ 9659 "lib" 9660 ], 9661 "doc": true, 9662 "doctest": true, 9663 "edition": "2018", 9664 "kind": [ 9665 "lib" 9666 ], 9667 "name": "mio", 9668 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs", 9669 "test": true 9670 }, 9671 { 9672 "crate_types": [ 9673 "bin" 9674 ], 9675 "doc": false, 9676 "doctest": false, 9677 "edition": "2018", 9678 "kind": [ 9679 "example" 9680 ], 9681 "name": "tcp_server", 9682 "required-features": [ 9683 "os-poll", 9684 "net" 9685 ], 9686 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/examples/tcp_server.rs", 9687 "test": false 9688 }, 9689 { 9690 "crate_types": [ 9691 "bin" 9692 ], 9693 "doc": false, 9694 "doctest": false, 9695 "edition": "2018", 9696 "kind": [ 9697 "example" 9698 ], 9699 "name": "tcp_listenfd_server", 9700 "required-features": [ 9701 "os-poll", 9702 "net" 9703 ], 9704 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/examples/tcp_listenfd_server.rs", 9705 "test": false 9706 }, 9707 { 9708 "crate_types": [ 9709 "bin" 9710 ], 9711 "doc": false, 9712 "doctest": false, 9713 "edition": "2018", 9714 "kind": [ 9715 "example" 9716 ], 9717 "name": "udp_server", 9718 "required-features": [ 9719 "os-poll", 9720 "net" 9721 ], 9722 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/examples/udp_server.rs", 9723 "test": false 9724 } 9725 ], 9726 "version": "0.8.11" 9727 }, 9728 { 9729 "authors": [ 9730 "Steven Fackler <[email protected]>" 9731 ], 9732 "categories": [], 9733 "default_run": null, 9734 "dependencies": [ 9735 { 9736 "features": [], 9737 "kind": "dev", 9738 "name": "tempfile", 9739 "optional": false, 9740 "registry": null, 9741 "rename": null, 9742 "req": "^3.0", 9743 "source": "registry+https://github.com/rust-lang/crates.io-index", 9744 "target": null, 9745 "uses_default_features": true 9746 }, 9747 { 9748 "features": [], 9749 "kind": "dev", 9750 "name": "test-cert-gen", 9751 "optional": false, 9752 "registry": null, 9753 "rename": null, 9754 "req": "^0.7", 9755 "source": "registry+https://github.com/rust-lang/crates.io-index", 9756 "target": null, 9757 "uses_default_features": true 9758 }, 9759 { 9760 "features": [], 9761 "kind": null, 9762 "name": "lazy_static", 9763 "optional": false, 9764 "registry": null, 9765 "rename": null, 9766 "req": "^1.4.0", 9767 "source": "registry+https://github.com/rust-lang/crates.io-index", 9768 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 9769 "uses_default_features": true 9770 }, 9771 { 9772 "features": [], 9773 "kind": null, 9774 "name": "libc", 9775 "optional": false, 9776 "registry": null, 9777 "rename": null, 9778 "req": "^0.2", 9779 "source": "registry+https://github.com/rust-lang/crates.io-index", 9780 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 9781 "uses_default_features": true 9782 }, 9783 { 9784 "features": [], 9785 "kind": null, 9786 "name": "security-framework", 9787 "optional": false, 9788 "registry": null, 9789 "rename": null, 9790 "req": "^2.0.0", 9791 "source": "registry+https://github.com/rust-lang/crates.io-index", 9792 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 9793 "uses_default_features": true 9794 }, 9795 { 9796 "features": [], 9797 "kind": null, 9798 "name": "security-framework-sys", 9799 "optional": false, 9800 "registry": null, 9801 "rename": null, 9802 "req": "^2.0.0", 9803 "source": "registry+https://github.com/rust-lang/crates.io-index", 9804 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 9805 "uses_default_features": true 9806 }, 9807 { 9808 "features": [], 9809 "kind": null, 9810 "name": "tempfile", 9811 "optional": false, 9812 "registry": null, 9813 "rename": null, 9814 "req": "^3.1.0", 9815 "source": "registry+https://github.com/rust-lang/crates.io-index", 9816 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 9817 "uses_default_features": true 9818 }, 9819 { 9820 "features": [], 9821 "kind": null, 9822 "name": "log", 9823 "optional": false, 9824 "registry": null, 9825 "rename": null, 9826 "req": "^0.4.5", 9827 "source": "registry+https://github.com/rust-lang/crates.io-index", 9828 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", 9829 "uses_default_features": true 9830 }, 9831 { 9832 "features": [], 9833 "kind": null, 9834 "name": "openssl", 9835 "optional": false, 9836 "registry": null, 9837 "rename": null, 9838 "req": "^0.10.29", 9839 "source": "registry+https://github.com/rust-lang/crates.io-index", 9840 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", 9841 "uses_default_features": true 9842 }, 9843 { 9844 "features": [], 9845 "kind": null, 9846 "name": "openssl-probe", 9847 "optional": false, 9848 "registry": null, 9849 "rename": null, 9850 "req": "^0.1", 9851 "source": "registry+https://github.com/rust-lang/crates.io-index", 9852 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", 9853 "uses_default_features": true 9854 }, 9855 { 9856 "features": [], 9857 "kind": null, 9858 "name": "openssl-sys", 9859 "optional": false, 9860 "registry": null, 9861 "rename": null, 9862 "req": "^0.9.55", 9863 "source": "registry+https://github.com/rust-lang/crates.io-index", 9864 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", 9865 "uses_default_features": true 9866 }, 9867 { 9868 "features": [], 9869 "kind": null, 9870 "name": "schannel", 9871 "optional": false, 9872 "registry": null, 9873 "rename": null, 9874 "req": "^0.1.17", 9875 "source": "registry+https://github.com/rust-lang/crates.io-index", 9876 "target": "cfg(target_os = \"windows\")", 9877 "uses_default_features": true 9878 } 9879 ], 9880 "description": "A wrapper over a platform's native TLS implementation", 9881 "documentation": null, 9882 "edition": "2015", 9883 "features": { 9884 "alpn": [ 9885 "security-framework/alpn" 9886 ], 9887 "vendored": [ 9888 "openssl/vendored" 9889 ] 9890 }, 9891 "homepage": null, 9892 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9893 "keywords": [], 9894 "license": "MIT/Apache-2.0", 9895 "license_file": null, 9896 "links": null, 9897 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/Cargo.toml", 9898 "metadata": { 9899 "docs": { 9900 "rs": { 9901 "features": [ 9902 "alpn" 9903 ], 9904 "rustdoc-args": [ 9905 "--cfg", 9906 "docsrs" 9907 ] 9908 } 9909 } 9910 }, 9911 "name": "native-tls", 9912 "publish": null, 9913 "readme": "README.md", 9914 "repository": "https://github.com/sfackler/rust-native-tls", 9915 "rust_version": null, 9916 "source": "registry+https://github.com/rust-lang/crates.io-index", 9917 "targets": [ 9918 { 9919 "crate_types": [ 9920 "lib" 9921 ], 9922 "doc": true, 9923 "doctest": true, 9924 "edition": "2015", 9925 "kind": [ 9926 "lib" 9927 ], 9928 "name": "native_tls", 9929 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs", 9930 "test": true 9931 }, 9932 { 9933 "crate_types": [ 9934 "bin" 9935 ], 9936 "doc": false, 9937 "doctest": false, 9938 "edition": "2015", 9939 "kind": [ 9940 "example" 9941 ], 9942 "name": "simple-server-pkcs8", 9943 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/simple-server-pkcs8.rs", 9944 "test": false 9945 }, 9946 { 9947 "crate_types": [ 9948 "bin" 9949 ], 9950 "doc": false, 9951 "doctest": false, 9952 "edition": "2015", 9953 "kind": [ 9954 "example" 9955 ], 9956 "name": "google-connect", 9957 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/google-connect.rs", 9958 "test": false 9959 }, 9960 { 9961 "crate_types": [ 9962 "bin" 9963 ], 9964 "doc": false, 9965 "doctest": false, 9966 "edition": "2015", 9967 "kind": [ 9968 "example" 9969 ], 9970 "name": "simple-server", 9971 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/simple-server.rs", 9972 "test": false 9973 }, 9974 { 9975 "crate_types": [ 9976 "bin" 9977 ], 9978 "doc": false, 9979 "doctest": false, 9980 "edition": "2015", 9981 "kind": [ 9982 "custom-build" 9983 ], 9984 "name": "build-script-build", 9985 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs", 9986 "test": false 9987 } 9988 ], 9989 "version": "0.2.11" 9990 }, 9991 { 9992 "authors": [], 9993 "categories": [], 9994 "default_run": null, 9995 "dependencies": [ 9996 { 9997 "features": [], 9998 "kind": null, 9999 "name": "rustc-std-workspace-alloc", 10000 "optional": true, 10001 "registry": null, 10002 "rename": "alloc", 10003 "req": "^1.0.0", 10004 "source": "registry+https://github.com/rust-lang/crates.io-index", 10005 "target": null, 10006 "uses_default_features": true 10007 }, 10008 { 10009 "features": [], 10010 "kind": null, 10011 "name": "compiler_builtins", 10012 "optional": true, 10013 "registry": null, 10014 "rename": null, 10015 "req": "^0.1.2", 10016 "source": "registry+https://github.com/rust-lang/crates.io-index", 10017 "target": null, 10018 "uses_default_features": true 10019 }, 10020 { 10021 "features": [], 10022 "kind": null, 10023 "name": "rustc-std-workspace-core", 10024 "optional": true, 10025 "registry": null, 10026 "rename": "core", 10027 "req": "^1.0.0", 10028 "source": "registry+https://github.com/rust-lang/crates.io-index", 10029 "target": null, 10030 "uses_default_features": true 10031 }, 10032 { 10033 "features": [], 10034 "kind": null, 10035 "name": "crc32fast", 10036 "optional": true, 10037 "registry": null, 10038 "rename": null, 10039 "req": "^1.2", 10040 "source": "registry+https://github.com/rust-lang/crates.io-index", 10041 "target": null, 10042 "uses_default_features": false 10043 }, 10044 { 10045 "features": [], 10046 "kind": null, 10047 "name": "flate2", 10048 "optional": true, 10049 "registry": null, 10050 "rename": null, 10051 "req": "^1", 10052 "source": "registry+https://github.com/rust-lang/crates.io-index", 10053 "target": null, 10054 "uses_default_features": true 10055 }, 10056 { 10057 "features": [ 10058 "ahash" 10059 ], 10060 "kind": null, 10061 "name": "hashbrown", 10062 "optional": true, 10063 "registry": null, 10064 "rename": null, 10065 "req": "^0.14.0", 10066 "source": "registry+https://github.com/rust-lang/crates.io-index", 10067 "target": null, 10068 "uses_default_features": false 10069 }, 10070 { 10071 "features": [], 10072 "kind": null, 10073 "name": "indexmap", 10074 "optional": true, 10075 "registry": null, 10076 "rename": null, 10077 "req": "^2.0", 10078 "source": "registry+https://github.com/rust-lang/crates.io-index", 10079 "target": null, 10080 "uses_default_features": false 10081 }, 10082 { 10083 "features": [], 10084 "kind": null, 10085 "name": "memchr", 10086 "optional": false, 10087 "registry": null, 10088 "rename": null, 10089 "req": "^2.4.1", 10090 "source": "registry+https://github.com/rust-lang/crates.io-index", 10091 "target": null, 10092 "uses_default_features": false 10093 }, 10094 { 10095 "features": [], 10096 "kind": null, 10097 "name": "ruzstd", 10098 "optional": true, 10099 "registry": null, 10100 "rename": null, 10101 "req": "^0.5.0", 10102 "source": "registry+https://github.com/rust-lang/crates.io-index", 10103 "target": null, 10104 "uses_default_features": true 10105 }, 10106 { 10107 "features": [], 10108 "kind": null, 10109 "name": "wasmparser", 10110 "optional": true, 10111 "registry": null, 10112 "rename": null, 10113 "req": "^0.118.0", 10114 "source": "registry+https://github.com/rust-lang/crates.io-index", 10115 "target": null, 10116 "uses_default_features": true 10117 } 10118 ], 10119 "description": "A unified interface for reading and writing object file formats.", 10120 "documentation": null, 10121 "edition": "2018", 10122 "features": { 10123 "all": [ 10124 "read", 10125 "write", 10126 "std", 10127 "compression", 10128 "wasm" 10129 ], 10130 "alloc": [ 10131 "dep:alloc" 10132 ], 10133 "archive": [], 10134 "cargo-all": [], 10135 "coff": [], 10136 "compiler_builtins": [ 10137 "dep:compiler_builtins" 10138 ], 10139 "compression": [ 10140 "dep:flate2", 10141 "dep:ruzstd", 10142 "std" 10143 ], 10144 "core": [ 10145 "dep:core" 10146 ], 10147 "default": [ 10148 "read", 10149 "compression" 10150 ], 10151 "doc": [ 10152 "read_core", 10153 "write_std", 10154 "std", 10155 "compression", 10156 "archive", 10157 "coff", 10158 "elf", 10159 "macho", 10160 "pe", 10161 "wasm", 10162 "xcoff" 10163 ], 10164 "elf": [], 10165 "macho": [], 10166 "pe": [ 10167 "coff" 10168 ], 10169 "read": [ 10170 "read_core", 10171 "archive", 10172 "coff", 10173 "elf", 10174 "macho", 10175 "pe", 10176 "xcoff", 10177 "unaligned" 10178 ], 10179 "read_core": [], 10180 "rustc-dep-of-std": [ 10181 "core", 10182 "compiler_builtins", 10183 "alloc", 10184 "memchr/rustc-dep-of-std" 10185 ], 10186 "std": [ 10187 "memchr/std" 10188 ], 10189 "unaligned": [], 10190 "unstable": [], 10191 "unstable-all": [ 10192 "all", 10193 "unstable" 10194 ], 10195 "wasm": [ 10196 "dep:wasmparser" 10197 ], 10198 "write": [ 10199 "write_std", 10200 "coff", 10201 "elf", 10202 "macho", 10203 "pe", 10204 "xcoff" 10205 ], 10206 "write_core": [ 10207 "dep:crc32fast", 10208 "dep:indexmap", 10209 "dep:hashbrown" 10210 ], 10211 "write_std": [ 10212 "write_core", 10213 "std", 10214 "indexmap?/std", 10215 "crc32fast?/std" 10216 ], 10217 "xcoff": [] 10218 }, 10219 "homepage": null, 10220 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10221 "keywords": [ 10222 "object", 10223 "elf", 10224 "mach-o", 10225 "pe", 10226 "coff" 10227 ], 10228 "license": "Apache-2.0 OR MIT", 10229 "license_file": null, 10230 "links": null, 10231 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/Cargo.toml", 10232 "metadata": { 10233 "docs": { 10234 "rs": { 10235 "features": [ 10236 "doc" 10237 ] 10238 } 10239 } 10240 }, 10241 "name": "object", 10242 "publish": null, 10243 "readme": "README.md", 10244 "repository": "https://github.com/gimli-rs/object", 10245 "rust_version": "1.60", 10246 "source": "registry+https://github.com/rust-lang/crates.io-index", 10247 "targets": [ 10248 { 10249 "crate_types": [ 10250 "lib" 10251 ], 10252 "doc": true, 10253 "doctest": true, 10254 "edition": "2018", 10255 "kind": [ 10256 "lib" 10257 ], 10258 "name": "object", 10259 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs", 10260 "test": true 10261 }, 10262 { 10263 "crate_types": [ 10264 "bin" 10265 ], 10266 "doc": false, 10267 "doctest": false, 10268 "edition": "2018", 10269 "kind": [ 10270 "test" 10271 ], 10272 "name": "integration", 10273 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/tests/integration.rs", 10274 "test": true 10275 }, 10276 { 10277 "crate_types": [ 10278 "bin" 10279 ], 10280 "doc": false, 10281 "doctest": false, 10282 "edition": "2018", 10283 "kind": [ 10284 "test" 10285 ], 10286 "name": "parse_self", 10287 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/tests/parse_self.rs", 10288 "test": true 10289 } 10290 ], 10291 "version": "0.32.2" 10292 }, 10293 { 10294 "authors": [ 10295 "Aleksey Kladov <[email protected]>" 10296 ], 10297 "categories": [ 10298 "rust-patterns", 10299 "memory-management" 10300 ], 10301 "default_run": null, 10302 "dependencies": [ 10303 { 10304 "features": [], 10305 "kind": null, 10306 "name": "critical-section", 10307 "optional": true, 10308 "registry": null, 10309 "rename": null, 10310 "req": "^1", 10311 "source": "registry+https://github.com/rust-lang/crates.io-index", 10312 "target": null, 10313 "uses_default_features": true 10314 }, 10315 { 10316 "features": [], 10317 "kind": null, 10318 "name": "parking_lot_core", 10319 "optional": true, 10320 "registry": null, 10321 "rename": null, 10322 "req": "^0.9.3", 10323 "source": "registry+https://github.com/rust-lang/crates.io-index", 10324 "target": null, 10325 "uses_default_features": false 10326 }, 10327 { 10328 "features": [], 10329 "kind": null, 10330 "name": "portable-atomic", 10331 "optional": true, 10332 "registry": null, 10333 "rename": null, 10334 "req": "^1", 10335 "source": "registry+https://github.com/rust-lang/crates.io-index", 10336 "target": null, 10337 "uses_default_features": true 10338 }, 10339 { 10340 "features": [ 10341 "std" 10342 ], 10343 "kind": "dev", 10344 "name": "critical-section", 10345 "optional": false, 10346 "registry": null, 10347 "rename": null, 10348 "req": "^1.1.1", 10349 "source": "registry+https://github.com/rust-lang/crates.io-index", 10350 "target": null, 10351 "uses_default_features": true 10352 }, 10353 { 10354 "features": [], 10355 "kind": "dev", 10356 "name": "regex", 10357 "optional": false, 10358 "registry": null, 10359 "rename": null, 10360 "req": "^1.2.0", 10361 "source": "registry+https://github.com/rust-lang/crates.io-index", 10362 "target": null, 10363 "uses_default_features": true 10364 } 10365 ], 10366 "description": "Single assignment cells and lazy values.", 10367 "documentation": "https://docs.rs/once_cell", 10368 "edition": "2021", 10369 "features": { 10370 "alloc": [ 10371 "race" 10372 ], 10373 "atomic-polyfill": [ 10374 "critical-section" 10375 ], 10376 "critical-section": [ 10377 "dep:critical-section", 10378 "portable-atomic" 10379 ], 10380 "default": [ 10381 "std" 10382 ], 10383 "parking_lot": [ 10384 "dep:parking_lot_core" 10385 ], 10386 "portable-atomic": [ 10387 "dep:portable-atomic" 10388 ], 10389 "race": [], 10390 "std": [ 10391 "alloc" 10392 ], 10393 "unstable": [] 10394 }, 10395 "homepage": null, 10396 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10397 "keywords": [ 10398 "lazy", 10399 "static" 10400 ], 10401 "license": "MIT OR Apache-2.0", 10402 "license_file": null, 10403 "links": null, 10404 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml", 10405 "metadata": { 10406 "docs": { 10407 "rs": { 10408 "all-features": true, 10409 "rustdoc-args": [ 10410 "--generate-link-to-definition" 10411 ] 10412 } 10413 } 10414 }, 10415 "name": "once_cell", 10416 "publish": null, 10417 "readme": "README.md", 10418 "repository": "https://github.com/matklad/once_cell", 10419 "rust_version": "1.60", 10420 "source": "registry+https://github.com/rust-lang/crates.io-index", 10421 "targets": [ 10422 { 10423 "crate_types": [ 10424 "lib" 10425 ], 10426 "doc": true, 10427 "doctest": true, 10428 "edition": "2021", 10429 "kind": [ 10430 "lib" 10431 ], 10432 "name": "once_cell", 10433 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs", 10434 "test": true 10435 }, 10436 { 10437 "crate_types": [ 10438 "bin" 10439 ], 10440 "doc": false, 10441 "doctest": false, 10442 "edition": "2021", 10443 "kind": [ 10444 "example" 10445 ], 10446 "name": "bench", 10447 "required-features": [ 10448 "std" 10449 ], 10450 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs", 10451 "test": false 10452 }, 10453 { 10454 "crate_types": [ 10455 "bin" 10456 ], 10457 "doc": false, 10458 "doctest": false, 10459 "edition": "2021", 10460 "kind": [ 10461 "example" 10462 ], 10463 "name": "bench_acquire", 10464 "required-features": [ 10465 "std" 10466 ], 10467 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs", 10468 "test": false 10469 }, 10470 { 10471 "crate_types": [ 10472 "bin" 10473 ], 10474 "doc": false, 10475 "doctest": false, 10476 "edition": "2021", 10477 "kind": [ 10478 "example" 10479 ], 10480 "name": "lazy_static", 10481 "required-features": [ 10482 "std" 10483 ], 10484 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs", 10485 "test": false 10486 }, 10487 { 10488 "crate_types": [ 10489 "bin" 10490 ], 10491 "doc": false, 10492 "doctest": false, 10493 "edition": "2021", 10494 "kind": [ 10495 "example" 10496 ], 10497 "name": "reentrant_init_deadlocks", 10498 "required-features": [ 10499 "std" 10500 ], 10501 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs", 10502 "test": false 10503 }, 10504 { 10505 "crate_types": [ 10506 "bin" 10507 ], 10508 "doc": false, 10509 "doctest": false, 10510 "edition": "2021", 10511 "kind": [ 10512 "example" 10513 ], 10514 "name": "regex", 10515 "required-features": [ 10516 "std" 10517 ], 10518 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs", 10519 "test": false 10520 }, 10521 { 10522 "crate_types": [ 10523 "bin" 10524 ], 10525 "doc": false, 10526 "doctest": false, 10527 "edition": "2021", 10528 "kind": [ 10529 "example" 10530 ], 10531 "name": "test_synchronization", 10532 "required-features": [ 10533 "std" 10534 ], 10535 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs", 10536 "test": false 10537 }, 10538 { 10539 "crate_types": [ 10540 "bin" 10541 ], 10542 "doc": false, 10543 "doctest": false, 10544 "edition": "2021", 10545 "kind": [ 10546 "test" 10547 ], 10548 "name": "it", 10549 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs", 10550 "test": true 10551 } 10552 ], 10553 "version": "1.19.0" 10554 }, 10555 { 10556 "authors": [ 10557 "Steven Fackler <[email protected]>" 10558 ], 10559 "categories": [ 10560 "cryptography", 10561 "api-bindings" 10562 ], 10563 "default_run": null, 10564 "dependencies": [ 10565 { 10566 "features": [], 10567 "kind": null, 10568 "name": "bitflags", 10569 "optional": false, 10570 "registry": null, 10571 "rename": null, 10572 "req": "^2.2.1", 10573 "source": "registry+https://github.com/rust-lang/crates.io-index", 10574 "target": null, 10575 "uses_default_features": true 10576 }, 10577 { 10578 "features": [], 10579 "kind": null, 10580 "name": "cfg-if", 10581 "optional": false, 10582 "registry": null, 10583 "rename": null, 10584 "req": "^1.0", 10585 "source": "registry+https://github.com/rust-lang/crates.io-index", 10586 "target": null, 10587 "uses_default_features": true 10588 }, 10589 { 10590 "features": [], 10591 "kind": null, 10592 "name": "openssl-sys", 10593 "optional": false, 10594 "registry": null, 10595 "rename": "ffi", 10596 "req": "^0.9.100", 10597 "source": "registry+https://github.com/rust-lang/crates.io-index", 10598 "target": null, 10599 "uses_default_features": true 10600 }, 10601 { 10602 "features": [], 10603 "kind": null, 10604 "name": "foreign-types", 10605 "optional": false, 10606 "registry": null, 10607 "rename": null, 10608 "req": "^0.3.1", 10609 "source": "registry+https://github.com/rust-lang/crates.io-index", 10610 "target": null, 10611 "uses_default_features": true 10612 }, 10613 { 10614 "features": [], 10615 "kind": null, 10616 "name": "libc", 10617 "optional": false, 10618 "registry": null, 10619 "rename": null, 10620 "req": "^0.2", 10621 "source": "registry+https://github.com/rust-lang/crates.io-index", 10622 "target": null, 10623 "uses_default_features": true 10624 }, 10625 { 10626 "features": [], 10627 "kind": null, 10628 "name": "once_cell", 10629 "optional": false, 10630 "registry": null, 10631 "rename": null, 10632 "req": "^1.5.2", 10633 "source": "registry+https://github.com/rust-lang/crates.io-index", 10634 "target": null, 10635 "uses_default_features": true 10636 }, 10637 { 10638 "features": [], 10639 "kind": null, 10640 "name": "openssl-macros", 10641 "optional": false, 10642 "registry": null, 10643 "rename": null, 10644 "req": "^0.1.0", 10645 "source": "registry+https://github.com/rust-lang/crates.io-index", 10646 "target": null, 10647 "uses_default_features": true 10648 }, 10649 { 10650 "features": [], 10651 "kind": "dev", 10652 "name": "hex", 10653 "optional": false, 10654 "registry": null, 10655 "rename": null, 10656 "req": "^0.3", 10657 "source": "registry+https://github.com/rust-lang/crates.io-index", 10658 "target": null, 10659 "uses_default_features": true 10660 } 10661 ], 10662 "description": "OpenSSL bindings", 10663 "documentation": null, 10664 "edition": "2018", 10665 "features": { 10666 "bindgen": [ 10667 "ffi/bindgen" 10668 ], 10669 "default": [], 10670 "unstable_boringssl": [ 10671 "ffi/unstable_boringssl" 10672 ], 10673 "v101": [], 10674 "v102": [], 10675 "v110": [], 10676 "v111": [], 10677 "vendored": [ 10678 "ffi/vendored" 10679 ] 10680 }, 10681 "homepage": null, 10682 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10683 "keywords": [ 10684 "crypto", 10685 "tls", 10686 "ssl", 10687 "dtls" 10688 ], 10689 "license": "Apache-2.0", 10690 "license_file": null, 10691 "links": null, 10692 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/Cargo.toml", 10693 "metadata": null, 10694 "name": "openssl", 10695 "publish": null, 10696 "readme": "README.md", 10697 "repository": "https://github.com/sfackler/rust-openssl", 10698 "rust_version": null, 10699 "source": "registry+https://github.com/rust-lang/crates.io-index", 10700 "targets": [ 10701 { 10702 "crate_types": [ 10703 "lib" 10704 ], 10705 "doc": true, 10706 "doctest": true, 10707 "edition": "2018", 10708 "kind": [ 10709 "lib" 10710 ], 10711 "name": "openssl", 10712 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs", 10713 "test": true 10714 }, 10715 { 10716 "crate_types": [ 10717 "bin" 10718 ], 10719 "doc": false, 10720 "doctest": false, 10721 "edition": "2018", 10722 "kind": [ 10723 "example" 10724 ], 10725 "name": "mk_certs", 10726 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/examples/mk_certs.rs", 10727 "test": false 10728 }, 10729 { 10730 "crate_types": [ 10731 "bin" 10732 ], 10733 "doc": false, 10734 "doctest": false, 10735 "edition": "2018", 10736 "kind": [ 10737 "custom-build" 10738 ], 10739 "name": "build-script-build", 10740 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/build.rs", 10741 "test": false 10742 } 10743 ], 10744 "version": "0.10.64" 10745 }, 10746 { 10747 "authors": [], 10748 "categories": [], 10749 "default_run": null, 10750 "dependencies": [ 10751 { 10752 "features": [], 10753 "kind": null, 10754 "name": "proc-macro2", 10755 "optional": false, 10756 "registry": null, 10757 "rename": null, 10758 "req": "^1", 10759 "source": "registry+https://github.com/rust-lang/crates.io-index", 10760 "target": null, 10761 "uses_default_features": true 10762 }, 10763 { 10764 "features": [], 10765 "kind": null, 10766 "name": "quote", 10767 "optional": false, 10768 "registry": null, 10769 "rename": null, 10770 "req": "^1", 10771 "source": "registry+https://github.com/rust-lang/crates.io-index", 10772 "target": null, 10773 "uses_default_features": true 10774 }, 10775 { 10776 "features": [ 10777 "full" 10778 ], 10779 "kind": null, 10780 "name": "syn", 10781 "optional": false, 10782 "registry": null, 10783 "rename": null, 10784 "req": "^2", 10785 "source": "registry+https://github.com/rust-lang/crates.io-index", 10786 "target": null, 10787 "uses_default_features": true 10788 } 10789 ], 10790 "description": "Internal macros used by the openssl crate.", 10791 "documentation": null, 10792 "edition": "2018", 10793 "features": {}, 10794 "homepage": null, 10795 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10796 "keywords": [], 10797 "license": "MIT/Apache-2.0", 10798 "license_file": null, 10799 "links": null, 10800 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/Cargo.toml", 10801 "metadata": null, 10802 "name": "openssl-macros", 10803 "publish": null, 10804 "readme": null, 10805 "repository": null, 10806 "rust_version": null, 10807 "source": "registry+https://github.com/rust-lang/crates.io-index", 10808 "targets": [ 10809 { 10810 "crate_types": [ 10811 "proc-macro" 10812 ], 10813 "doc": true, 10814 "doctest": true, 10815 "edition": "2018", 10816 "kind": [ 10817 "proc-macro" 10818 ], 10819 "name": "openssl_macros", 10820 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs", 10821 "test": true 10822 } 10823 ], 10824 "version": "0.1.1" 10825 }, 10826 { 10827 "authors": [ 10828 "Alex Crichton <[email protected]>" 10829 ], 10830 "categories": [], 10831 "default_run": null, 10832 "dependencies": [], 10833 "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL\n", 10834 "documentation": null, 10835 "edition": "2015", 10836 "features": {}, 10837 "homepage": "https://github.com/alexcrichton/openssl-probe", 10838 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10839 "keywords": [], 10840 "license": "MIT/Apache-2.0", 10841 "license_file": null, 10842 "links": null, 10843 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/Cargo.toml", 10844 "metadata": null, 10845 "name": "openssl-probe", 10846 "publish": null, 10847 "readme": "README.md", 10848 "repository": "https://github.com/alexcrichton/openssl-probe", 10849 "rust_version": null, 10850 "source": "registry+https://github.com/rust-lang/crates.io-index", 10851 "targets": [ 10852 { 10853 "crate_types": [ 10854 "lib" 10855 ], 10856 "doc": true, 10857 "doctest": true, 10858 "edition": "2015", 10859 "kind": [ 10860 "lib" 10861 ], 10862 "name": "openssl_probe", 10863 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs", 10864 "test": true 10865 }, 10866 { 10867 "crate_types": [ 10868 "bin" 10869 ], 10870 "doc": false, 10871 "doctest": false, 10872 "edition": "2015", 10873 "kind": [ 10874 "example" 10875 ], 10876 "name": "probe", 10877 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/examples/probe.rs", 10878 "test": false 10879 } 10880 ], 10881 "version": "0.1.5" 10882 }, 10883 { 10884 "authors": [ 10885 "Alex Crichton <[email protected]>", 10886 "Steven Fackler <[email protected]>" 10887 ], 10888 "categories": [ 10889 "cryptography", 10890 "external-ffi-bindings" 10891 ], 10892 "default_run": null, 10893 "dependencies": [ 10894 { 10895 "features": [], 10896 "kind": null, 10897 "name": "bssl-sys", 10898 "optional": true, 10899 "registry": null, 10900 "rename": null, 10901 "req": "^0.1.0", 10902 "source": "registry+https://github.com/rust-lang/crates.io-index", 10903 "target": null, 10904 "uses_default_features": true 10905 }, 10906 { 10907 "features": [], 10908 "kind": null, 10909 "name": "libc", 10910 "optional": false, 10911 "registry": null, 10912 "rename": null, 10913 "req": "^0.2", 10914 "source": "registry+https://github.com/rust-lang/crates.io-index", 10915 "target": null, 10916 "uses_default_features": true 10917 }, 10918 { 10919 "features": [ 10920 "experimental" 10921 ], 10922 "kind": "build", 10923 "name": "bindgen", 10924 "optional": true, 10925 "registry": null, 10926 "rename": null, 10927 "req": "^0.65.0", 10928 "source": "registry+https://github.com/rust-lang/crates.io-index", 10929 "target": null, 10930 "uses_default_features": true 10931 }, 10932 { 10933 "features": [], 10934 "kind": "build", 10935 "name": "cc", 10936 "optional": false, 10937 "registry": null, 10938 "rename": null, 10939 "req": "^1.0.61", 10940 "source": "registry+https://github.com/rust-lang/crates.io-index", 10941 "target": null, 10942 "uses_default_features": true 10943 }, 10944 { 10945 "features": [ 10946 "legacy" 10947 ], 10948 "kind": "build", 10949 "name": "openssl-src", 10950 "optional": true, 10951 "registry": null, 10952 "rename": null, 10953 "req": "^300.1.2", 10954 "source": "registry+https://github.com/rust-lang/crates.io-index", 10955 "target": null, 10956 "uses_default_features": true 10957 }, 10958 { 10959 "features": [], 10960 "kind": "build", 10961 "name": "pkg-config", 10962 "optional": false, 10963 "registry": null, 10964 "rename": null, 10965 "req": "^0.3.9", 10966 "source": "registry+https://github.com/rust-lang/crates.io-index", 10967 "target": null, 10968 "uses_default_features": true 10969 }, 10970 { 10971 "features": [], 10972 "kind": "build", 10973 "name": "vcpkg", 10974 "optional": false, 10975 "registry": null, 10976 "rename": null, 10977 "req": "^0.2.8", 10978 "source": "registry+https://github.com/rust-lang/crates.io-index", 10979 "target": null, 10980 "uses_default_features": true 10981 } 10982 ], 10983 "description": "FFI bindings to OpenSSL", 10984 "documentation": null, 10985 "edition": "2018", 10986 "features": { 10987 "bindgen": [ 10988 "dep:bindgen" 10989 ], 10990 "bssl-sys": [ 10991 "dep:bssl-sys" 10992 ], 10993 "openssl-src": [ 10994 "dep:openssl-src" 10995 ], 10996 "unstable_boringssl": [ 10997 "bssl-sys" 10998 ], 10999 "vendored": [ 11000 "openssl-src" 11001 ] 11002 }, 11003 "homepage": null, 11004 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11005 "keywords": [], 11006 "license": "MIT", 11007 "license_file": null, 11008 "links": "openssl", 11009 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/Cargo.toml", 11010 "metadata": { 11011 "pkg-config": { 11012 "openssl": "1.0.1" 11013 } 11014 }, 11015 "name": "openssl-sys", 11016 "publish": null, 11017 "readme": "README.md", 11018 "repository": "https://github.com/sfackler/rust-openssl", 11019 "rust_version": null, 11020 "source": "registry+https://github.com/rust-lang/crates.io-index", 11021 "targets": [ 11022 { 11023 "crate_types": [ 11024 "lib" 11025 ], 11026 "doc": true, 11027 "doctest": true, 11028 "edition": "2018", 11029 "kind": [ 11030 "lib" 11031 ], 11032 "name": "openssl_sys", 11033 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/src/lib.rs", 11034 "test": true 11035 }, 11036 { 11037 "crate_types": [ 11038 "bin" 11039 ], 11040 "doc": false, 11041 "doctest": false, 11042 "edition": "2018", 11043 "kind": [ 11044 "custom-build" 11045 ], 11046 "name": "build-script-main", 11047 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/main.rs", 11048 "test": false 11049 } 11050 ], 11051 "version": "0.9.102" 11052 }, 11053 { 11054 "authors": [ 11055 "The rust-url developers" 11056 ], 11057 "categories": [ 11058 "no_std" 11059 ], 11060 "default_run": null, 11061 "dependencies": [], 11062 "description": "Percent encoding and decoding", 11063 "documentation": null, 11064 "edition": "2018", 11065 "features": { 11066 "alloc": [], 11067 "default": [ 11068 "std" 11069 ], 11070 "std": [ 11071 "alloc" 11072 ] 11073 }, 11074 "homepage": null, 11075 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11076 "keywords": [], 11077 "license": "MIT OR Apache-2.0", 11078 "license_file": null, 11079 "links": null, 11080 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/Cargo.toml", 11081 "metadata": { 11082 "docs": { 11083 "rs": { 11084 "rustdoc-args": [ 11085 "--generate-link-to-definition" 11086 ] 11087 } 11088 } 11089 }, 11090 "name": "percent-encoding", 11091 "publish": null, 11092 "readme": null, 11093 "repository": "https://github.com/servo/rust-url/", 11094 "rust_version": "1.51", 11095 "source": "registry+https://github.com/rust-lang/crates.io-index", 11096 "targets": [ 11097 { 11098 "crate_types": [ 11099 "lib" 11100 ], 11101 "doc": true, 11102 "doctest": true, 11103 "edition": "2018", 11104 "kind": [ 11105 "lib" 11106 ], 11107 "name": "percent_encoding", 11108 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs", 11109 "test": true 11110 } 11111 ], 11112 "version": "2.3.1" 11113 }, 11114 { 11115 "authors": [], 11116 "categories": [ 11117 "no-std", 11118 "no-std::no-alloc", 11119 "rust-patterns" 11120 ], 11121 "default_run": null, 11122 "dependencies": [ 11123 { 11124 "features": [], 11125 "kind": null, 11126 "name": "pin-project-internal", 11127 "optional": false, 11128 "registry": null, 11129 "rename": null, 11130 "req": "=1.1.5", 11131 "source": "registry+https://github.com/rust-lang/crates.io-index", 11132 "target": null, 11133 "uses_default_features": true 11134 }, 11135 { 11136 "features": [], 11137 "kind": "dev", 11138 "name": "rustversion", 11139 "optional": false, 11140 "registry": null, 11141 "rename": null, 11142 "req": "^1", 11143 "source": "registry+https://github.com/rust-lang/crates.io-index", 11144 "target": null, 11145 "uses_default_features": true 11146 }, 11147 { 11148 "features": [], 11149 "kind": "dev", 11150 "name": "static_assertions", 11151 "optional": false, 11152 "registry": null, 11153 "rename": null, 11154 "req": "^1", 11155 "source": "registry+https://github.com/rust-lang/crates.io-index", 11156 "target": null, 11157 "uses_default_features": true 11158 } 11159 ], 11160 "description": "A crate for safe and ergonomic pin-projection.\n", 11161 "documentation": null, 11162 "edition": "2021", 11163 "features": {}, 11164 "homepage": null, 11165 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11166 "keywords": [ 11167 "pin", 11168 "macros", 11169 "attribute" 11170 ], 11171 "license": "Apache-2.0 OR MIT", 11172 "license_file": null, 11173 "links": null, 11174 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/Cargo.toml", 11175 "metadata": { 11176 "cargo_check_external_types": { 11177 "allowed_external_types": [ 11178 "pin_project_internal::*" 11179 ] 11180 }, 11181 "docs": { 11182 "rs": { 11183 "targets": [ 11184 "x86_64-unknown-linux-gnu" 11185 ] 11186 } 11187 } 11188 }, 11189 "name": "pin-project", 11190 "publish": null, 11191 "readme": "README.md", 11192 "repository": "https://github.com/taiki-e/pin-project", 11193 "rust_version": "1.56", 11194 "source": "registry+https://github.com/rust-lang/crates.io-index", 11195 "targets": [ 11196 { 11197 "crate_types": [ 11198 "lib" 11199 ], 11200 "doc": true, 11201 "doctest": true, 11202 "edition": "2021", 11203 "kind": [ 11204 "lib" 11205 ], 11206 "name": "pin_project", 11207 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs", 11208 "test": true 11209 }, 11210 { 11211 "crate_types": [ 11212 "bin" 11213 ], 11214 "doc": false, 11215 "doctest": false, 11216 "edition": "2021", 11217 "kind": [ 11218 "example" 11219 ], 11220 "name": "unsafe_unpin-expanded", 11221 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin-expanded.rs", 11222 "test": false 11223 }, 11224 { 11225 "crate_types": [ 11226 "bin" 11227 ], 11228 "doc": false, 11229 "doctest": false, 11230 "edition": "2021", 11231 "kind": [ 11232 "example" 11233 ], 11234 "name": "unsafe_unpin", 11235 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin.rs", 11236 "test": false 11237 }, 11238 { 11239 "crate_types": [ 11240 "bin" 11241 ], 11242 "doc": false, 11243 "doctest": false, 11244 "edition": "2021", 11245 "kind": [ 11246 "example" 11247 ], 11248 "name": "struct-default", 11249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default.rs", 11250 "test": false 11251 }, 11252 { 11253 "crate_types": [ 11254 "bin" 11255 ], 11256 "doc": false, 11257 "doctest": false, 11258 "edition": "2021", 11259 "kind": [ 11260 "example" 11261 ], 11262 "name": "project_replace-expanded", 11263 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace-expanded.rs", 11264 "test": false 11265 }, 11266 { 11267 "crate_types": [ 11268 "bin" 11269 ], 11270 "doc": false, 11271 "doctest": false, 11272 "edition": "2021", 11273 "kind": [ 11274 "example" 11275 ], 11276 "name": "not_unpin", 11277 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin.rs", 11278 "test": false 11279 }, 11280 { 11281 "crate_types": [ 11282 "bin" 11283 ], 11284 "doc": false, 11285 "doctest": false, 11286 "edition": "2021", 11287 "kind": [ 11288 "example" 11289 ], 11290 "name": "project_replace", 11291 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace.rs", 11292 "test": false 11293 }, 11294 { 11295 "crate_types": [ 11296 "bin" 11297 ], 11298 "doc": false, 11299 "doctest": false, 11300 "edition": "2021", 11301 "kind": [ 11302 "example" 11303 ], 11304 "name": "pinned_drop-expanded", 11305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop-expanded.rs", 11306 "test": false 11307 }, 11308 { 11309 "crate_types": [ 11310 "bin" 11311 ], 11312 "doc": false, 11313 "doctest": false, 11314 "edition": "2021", 11315 "kind": [ 11316 "example" 11317 ], 11318 "name": "enum-default", 11319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default.rs", 11320 "test": false 11321 }, 11322 { 11323 "crate_types": [ 11324 "bin" 11325 ], 11326 "doc": false, 11327 "doctest": false, 11328 "edition": "2021", 11329 "kind": [ 11330 "example" 11331 ], 11332 "name": "enum-default-expanded", 11333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default-expanded.rs", 11334 "test": false 11335 }, 11336 { 11337 "crate_types": [ 11338 "bin" 11339 ], 11340 "doc": false, 11341 "doctest": false, 11342 "edition": "2021", 11343 "kind": [ 11344 "example" 11345 ], 11346 "name": "pinned_drop", 11347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop.rs", 11348 "test": false 11349 }, 11350 { 11351 "crate_types": [ 11352 "bin" 11353 ], 11354 "doc": false, 11355 "doctest": false, 11356 "edition": "2021", 11357 "kind": [ 11358 "example" 11359 ], 11360 "name": "struct-default-expanded", 11361 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default-expanded.rs", 11362 "test": false 11363 }, 11364 { 11365 "crate_types": [ 11366 "bin" 11367 ], 11368 "doc": false, 11369 "doctest": false, 11370 "edition": "2021", 11371 "kind": [ 11372 "example" 11373 ], 11374 "name": "not_unpin-expanded", 11375 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin-expanded.rs", 11376 "test": false 11377 }, 11378 { 11379 "crate_types": [ 11380 "bin" 11381 ], 11382 "doc": false, 11383 "doctest": false, 11384 "edition": "2021", 11385 "kind": [ 11386 "test" 11387 ], 11388 "name": "proper_unpin", 11389 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/proper_unpin.rs", 11390 "test": true 11391 }, 11392 { 11393 "crate_types": [ 11394 "bin" 11395 ], 11396 "doc": false, 11397 "doctest": false, 11398 "edition": "2021", 11399 "kind": [ 11400 "test" 11401 ], 11402 "name": "drop_order", 11403 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/drop_order.rs", 11404 "test": true 11405 }, 11406 { 11407 "crate_types": [ 11408 "bin" 11409 ], 11410 "doc": false, 11411 "doctest": false, 11412 "edition": "2021", 11413 "kind": [ 11414 "test" 11415 ], 11416 "name": "pin_project", 11417 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pin_project.rs", 11418 "test": true 11419 }, 11420 { 11421 "crate_types": [ 11422 "bin" 11423 ], 11424 "doc": false, 11425 "doctest": false, 11426 "edition": "2021", 11427 "kind": [ 11428 "test" 11429 ], 11430 "name": "repr_packed", 11431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/repr_packed.rs", 11432 "test": true 11433 }, 11434 { 11435 "crate_types": [ 11436 "bin" 11437 ], 11438 "doc": false, 11439 "doctest": false, 11440 "edition": "2021", 11441 "kind": [ 11442 "test" 11443 ], 11444 "name": "unsafe_unpin", 11445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/unsafe_unpin.rs", 11446 "test": true 11447 }, 11448 { 11449 "crate_types": [ 11450 "bin" 11451 ], 11452 "doc": false, 11453 "doctest": false, 11454 "edition": "2021", 11455 "kind": [ 11456 "test" 11457 ], 11458 "name": "cfg", 11459 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/cfg.rs", 11460 "test": true 11461 }, 11462 { 11463 "crate_types": [ 11464 "bin" 11465 ], 11466 "doc": false, 11467 "doctest": false, 11468 "edition": "2021", 11469 "kind": [ 11470 "test" 11471 ], 11472 "name": "expandtest", 11473 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/expandtest.rs", 11474 "test": true 11475 }, 11476 { 11477 "crate_types": [ 11478 "bin" 11479 ], 11480 "doc": false, 11481 "doctest": false, 11482 "edition": "2021", 11483 "kind": [ 11484 "test" 11485 ], 11486 "name": "compiletest", 11487 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/compiletest.rs", 11488 "test": true 11489 }, 11490 { 11491 "crate_types": [ 11492 "bin" 11493 ], 11494 "doc": false, 11495 "doctest": false, 11496 "edition": "2021", 11497 "kind": [ 11498 "test" 11499 ], 11500 "name": "pinned_drop", 11501 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pinned_drop.rs", 11502 "test": true 11503 } 11504 ], 11505 "version": "1.1.5" 11506 }, 11507 { 11508 "authors": [], 11509 "categories": [ 11510 "no-std", 11511 "no-std::no-alloc", 11512 "rust-patterns" 11513 ], 11514 "default_run": null, 11515 "dependencies": [ 11516 { 11517 "features": [], 11518 "kind": null, 11519 "name": "proc-macro2", 11520 "optional": false, 11521 "registry": null, 11522 "rename": null, 11523 "req": "^1.0.60", 11524 "source": "registry+https://github.com/rust-lang/crates.io-index", 11525 "target": null, 11526 "uses_default_features": true 11527 }, 11528 { 11529 "features": [], 11530 "kind": null, 11531 "name": "quote", 11532 "optional": false, 11533 "registry": null, 11534 "rename": null, 11535 "req": "^1.0.25", 11536 "source": "registry+https://github.com/rust-lang/crates.io-index", 11537 "target": null, 11538 "uses_default_features": true 11539 }, 11540 { 11541 "features": [ 11542 "full", 11543 "visit-mut" 11544 ], 11545 "kind": null, 11546 "name": "syn", 11547 "optional": false, 11548 "registry": null, 11549 "rename": null, 11550 "req": "^2.0.1", 11551 "source": "registry+https://github.com/rust-lang/crates.io-index", 11552 "target": null, 11553 "uses_default_features": true 11554 } 11555 ], 11556 "description": "Implementation detail of the `pin-project` crate.\n", 11557 "documentation": null, 11558 "edition": "2021", 11559 "features": {}, 11560 "homepage": null, 11561 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11562 "keywords": [ 11563 "pin", 11564 "macros", 11565 "attribute" 11566 ], 11567 "license": "Apache-2.0 OR MIT", 11568 "license_file": null, 11569 "links": null, 11570 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/Cargo.toml", 11571 "metadata": { 11572 "docs": { 11573 "rs": { 11574 "targets": [ 11575 "x86_64-unknown-linux-gnu" 11576 ] 11577 } 11578 } 11579 }, 11580 "name": "pin-project-internal", 11581 "publish": null, 11582 "readme": null, 11583 "repository": "https://github.com/taiki-e/pin-project", 11584 "rust_version": "1.56", 11585 "source": "registry+https://github.com/rust-lang/crates.io-index", 11586 "targets": [ 11587 { 11588 "crate_types": [ 11589 "proc-macro" 11590 ], 11591 "doc": true, 11592 "doctest": true, 11593 "edition": "2021", 11594 "kind": [ 11595 "proc-macro" 11596 ], 11597 "name": "pin_project_internal", 11598 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs", 11599 "test": true 11600 } 11601 ], 11602 "version": "1.1.5" 11603 }, 11604 { 11605 "authors": [], 11606 "categories": [ 11607 "no-std", 11608 "no-std::no-alloc", 11609 "rust-patterns" 11610 ], 11611 "default_run": null, 11612 "dependencies": [ 11613 { 11614 "features": [], 11615 "kind": "dev", 11616 "name": "rustversion", 11617 "optional": false, 11618 "registry": null, 11619 "rename": null, 11620 "req": "^1", 11621 "source": "registry+https://github.com/rust-lang/crates.io-index", 11622 "target": null, 11623 "uses_default_features": true 11624 }, 11625 { 11626 "features": [], 11627 "kind": "dev", 11628 "name": "static_assertions", 11629 "optional": false, 11630 "registry": null, 11631 "rename": null, 11632 "req": "^1", 11633 "source": "registry+https://github.com/rust-lang/crates.io-index", 11634 "target": null, 11635 "uses_default_features": true 11636 } 11637 ], 11638 "description": "A lightweight version of pin-project written with declarative macros.\n", 11639 "documentation": null, 11640 "edition": "2018", 11641 "features": {}, 11642 "homepage": null, 11643 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11644 "keywords": [ 11645 "pin", 11646 "macros" 11647 ], 11648 "license": "Apache-2.0 OR MIT", 11649 "license_file": null, 11650 "links": null, 11651 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml", 11652 "metadata": { 11653 "cargo_check_external_types": { 11654 "allowed_external_types": [] 11655 }, 11656 "docs": { 11657 "rs": { 11658 "targets": [ 11659 "x86_64-unknown-linux-gnu" 11660 ] 11661 } 11662 } 11663 }, 11664 "name": "pin-project-lite", 11665 "publish": null, 11666 "readme": "README.md", 11667 "repository": "https://github.com/taiki-e/pin-project-lite", 11668 "rust_version": "1.37", 11669 "source": "registry+https://github.com/rust-lang/crates.io-index", 11670 "targets": [ 11671 { 11672 "crate_types": [ 11673 "lib" 11674 ], 11675 "doc": true, 11676 "doctest": true, 11677 "edition": "2018", 11678 "kind": [ 11679 "lib" 11680 ], 11681 "name": "pin_project_lite", 11682 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs", 11683 "test": true 11684 }, 11685 { 11686 "crate_types": [ 11687 "bin" 11688 ], 11689 "doc": false, 11690 "doctest": false, 11691 "edition": "2018", 11692 "kind": [ 11693 "test" 11694 ], 11695 "name": "proper_unpin", 11696 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs", 11697 "test": true 11698 }, 11699 { 11700 "crate_types": [ 11701 "bin" 11702 ], 11703 "doc": false, 11704 "doctest": false, 11705 "edition": "2018", 11706 "kind": [ 11707 "test" 11708 ], 11709 "name": "drop_order", 11710 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs", 11711 "test": true 11712 }, 11713 { 11714 "crate_types": [ 11715 "bin" 11716 ], 11717 "doc": false, 11718 "doctest": false, 11719 "edition": "2018", 11720 "kind": [ 11721 "test" 11722 ], 11723 "name": "test", 11724 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs", 11725 "test": true 11726 }, 11727 { 11728 "crate_types": [ 11729 "bin" 11730 ], 11731 "doc": false, 11732 "doctest": false, 11733 "edition": "2018", 11734 "kind": [ 11735 "test" 11736 ], 11737 "name": "expandtest", 11738 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs", 11739 "test": true 11740 }, 11741 { 11742 "crate_types": [ 11743 "bin" 11744 ], 11745 "doc": false, 11746 "doctest": false, 11747 "edition": "2018", 11748 "kind": [ 11749 "test" 11750 ], 11751 "name": "compiletest", 11752 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs", 11753 "test": true 11754 } 11755 ], 11756 "version": "0.2.14" 11757 }, 11758 { 11759 "authors": [ 11760 "Josef Brandl <[email protected]>" 11761 ], 11762 "categories": [], 11763 "default_run": null, 11764 "dependencies": [], 11765 "description": "Utilities for pinning\n", 11766 "documentation": "https://docs.rs/pin-utils", 11767 "edition": "2018", 11768 "features": {}, 11769 "homepage": null, 11770 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11771 "keywords": [], 11772 "license": "MIT OR Apache-2.0", 11773 "license_file": null, 11774 "links": null, 11775 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml", 11776 "metadata": null, 11777 "name": "pin-utils", 11778 "publish": null, 11779 "readme": "README.md", 11780 "repository": "https://github.com/rust-lang-nursery/pin-utils", 11781 "rust_version": null, 11782 "source": "registry+https://github.com/rust-lang/crates.io-index", 11783 "targets": [ 11784 { 11785 "crate_types": [ 11786 "lib" 11787 ], 11788 "doc": true, 11789 "doctest": true, 11790 "edition": "2018", 11791 "kind": [ 11792 "lib" 11793 ], 11794 "name": "pin_utils", 11795 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs", 11796 "test": true 11797 }, 11798 { 11799 "crate_types": [ 11800 "bin" 11801 ], 11802 "doc": false, 11803 "doctest": false, 11804 "edition": "2018", 11805 "kind": [ 11806 "test" 11807 ], 11808 "name": "stack_pin", 11809 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs", 11810 "test": true 11811 }, 11812 { 11813 "crate_types": [ 11814 "bin" 11815 ], 11816 "doc": false, 11817 "doctest": false, 11818 "edition": "2018", 11819 "kind": [ 11820 "test" 11821 ], 11822 "name": "projection", 11823 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs", 11824 "test": true 11825 } 11826 ], 11827 "version": "0.1.0" 11828 }, 11829 { 11830 "authors": [ 11831 "Alex Crichton <[email protected]>" 11832 ], 11833 "categories": [], 11834 "default_run": null, 11835 "dependencies": [ 11836 { 11837 "features": [], 11838 "kind": "dev", 11839 "name": "lazy_static", 11840 "optional": false, 11841 "registry": null, 11842 "rename": null, 11843 "req": "^1", 11844 "source": "registry+https://github.com/rust-lang/crates.io-index", 11845 "target": null, 11846 "uses_default_features": true 11847 } 11848 ], 11849 "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", 11850 "documentation": "https://docs.rs/pkg-config", 11851 "edition": "2015", 11852 "features": {}, 11853 "homepage": null, 11854 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11855 "keywords": [ 11856 "build-dependencies" 11857 ], 11858 "license": "MIT OR Apache-2.0", 11859 "license_file": null, 11860 "links": null, 11861 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/Cargo.toml", 11862 "metadata": null, 11863 "name": "pkg-config", 11864 "publish": null, 11865 "readme": "README.md", 11866 "repository": "https://github.com/rust-lang/pkg-config-rs", 11867 "rust_version": "1.30", 11868 "source": "registry+https://github.com/rust-lang/crates.io-index", 11869 "targets": [ 11870 { 11871 "crate_types": [ 11872 "lib" 11873 ], 11874 "doc": true, 11875 "doctest": true, 11876 "edition": "2015", 11877 "kind": [ 11878 "lib" 11879 ], 11880 "name": "pkg_config", 11881 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs", 11882 "test": true 11883 }, 11884 { 11885 "crate_types": [ 11886 "bin" 11887 ], 11888 "doc": false, 11889 "doctest": false, 11890 "edition": "2015", 11891 "kind": [ 11892 "test" 11893 ], 11894 "name": "test", 11895 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/tests/test.rs", 11896 "test": true 11897 } 11898 ], 11899 "version": "0.3.30" 11900 }, 11901 { 11902 "authors": [ 11903 "David Tolnay <[email protected]>", 11904 "Alex Crichton <[email protected]>" 11905 ], 11906 "categories": [ 11907 "development-tools::procedural-macro-helpers" 11908 ], 11909 "default_run": null, 11910 "dependencies": [ 11911 { 11912 "features": [], 11913 "kind": null, 11914 "name": "unicode-ident", 11915 "optional": false, 11916 "registry": null, 11917 "rename": null, 11918 "req": "^1.0", 11919 "source": "registry+https://github.com/rust-lang/crates.io-index", 11920 "target": null, 11921 "uses_default_features": true 11922 }, 11923 { 11924 "features": [], 11925 "kind": "dev", 11926 "name": "flate2", 11927 "optional": false, 11928 "registry": null, 11929 "rename": null, 11930 "req": "^1.0", 11931 "source": "registry+https://github.com/rust-lang/crates.io-index", 11932 "target": null, 11933 "uses_default_features": true 11934 }, 11935 { 11936 "features": [], 11937 "kind": "dev", 11938 "name": "quote", 11939 "optional": false, 11940 "registry": null, 11941 "rename": null, 11942 "req": "^1.0", 11943 "source": "registry+https://github.com/rust-lang/crates.io-index", 11944 "target": null, 11945 "uses_default_features": false 11946 }, 11947 { 11948 "features": [], 11949 "kind": "dev", 11950 "name": "rayon", 11951 "optional": false, 11952 "registry": null, 11953 "rename": null, 11954 "req": "^1.0", 11955 "source": "registry+https://github.com/rust-lang/crates.io-index", 11956 "target": null, 11957 "uses_default_features": true 11958 }, 11959 { 11960 "features": [], 11961 "kind": "dev", 11962 "name": "rustversion", 11963 "optional": false, 11964 "registry": null, 11965 "rename": null, 11966 "req": "^1", 11967 "source": "registry+https://github.com/rust-lang/crates.io-index", 11968 "target": null, 11969 "uses_default_features": true 11970 }, 11971 { 11972 "features": [], 11973 "kind": "dev", 11974 "name": "tar", 11975 "optional": false, 11976 "registry": null, 11977 "rename": null, 11978 "req": "^0.4", 11979 "source": "registry+https://github.com/rust-lang/crates.io-index", 11980 "target": null, 11981 "uses_default_features": true 11982 } 11983 ], 11984 "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", 11985 "documentation": "https://docs.rs/proc-macro2", 11986 "edition": "2021", 11987 "features": { 11988 "default": [ 11989 "proc-macro" 11990 ], 11991 "nightly": [], 11992 "proc-macro": [], 11993 "span-locations": [] 11994 }, 11995 "homepage": null, 11996 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11997 "keywords": [ 11998 "macros", 11999 "syn" 12000 ], 12001 "license": "MIT OR Apache-2.0", 12002 "license_file": null, 12003 "links": null, 12004 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/Cargo.toml", 12005 "metadata": { 12006 "docs": { 12007 "rs": { 12008 "rustc-args": [ 12009 "--cfg", 12010 "procmacro2_semver_exempt" 12011 ], 12012 "rustdoc-args": [ 12013 "--cfg", 12014 "procmacro2_semver_exempt", 12015 "--cfg", 12016 "doc_cfg", 12017 "--generate-link-to-definition" 12018 ], 12019 "targets": [ 12020 "x86_64-unknown-linux-gnu" 12021 ] 12022 } 12023 }, 12024 "playground": { 12025 "features": [ 12026 "span-locations" 12027 ] 12028 } 12029 }, 12030 "name": "proc-macro2", 12031 "publish": null, 12032 "readme": "README.md", 12033 "repository": "https://github.com/dtolnay/proc-macro2", 12034 "rust_version": "1.56", 12035 "source": "registry+https://github.com/rust-lang/crates.io-index", 12036 "targets": [ 12037 { 12038 "crate_types": [ 12039 "lib" 12040 ], 12041 "doc": true, 12042 "doctest": true, 12043 "edition": "2021", 12044 "kind": [ 12045 "lib" 12046 ], 12047 "name": "proc_macro2", 12048 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/src/lib.rs", 12049 "test": true 12050 }, 12051 { 12052 "crate_types": [ 12053 "bin" 12054 ], 12055 "doc": false, 12056 "doctest": false, 12057 "edition": "2021", 12058 "kind": [ 12059 "test" 12060 ], 12061 "name": "features", 12062 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/features.rs", 12063 "test": true 12064 }, 12065 { 12066 "crate_types": [ 12067 "bin" 12068 ], 12069 "doc": false, 12070 "doctest": false, 12071 "edition": "2021", 12072 "kind": [ 12073 "test" 12074 ], 12075 "name": "test", 12076 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/test.rs", 12077 "test": true 12078 }, 12079 { 12080 "crate_types": [ 12081 "bin" 12082 ], 12083 "doc": false, 12084 "doctest": false, 12085 "edition": "2021", 12086 "kind": [ 12087 "test" 12088 ], 12089 "name": "test_size", 12090 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/test_size.rs", 12091 "test": true 12092 }, 12093 { 12094 "crate_types": [ 12095 "bin" 12096 ], 12097 "doc": false, 12098 "doctest": false, 12099 "edition": "2021", 12100 "kind": [ 12101 "test" 12102 ], 12103 "name": "test_fmt", 12104 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/test_fmt.rs", 12105 "test": true 12106 }, 12107 { 12108 "crate_types": [ 12109 "bin" 12110 ], 12111 "doc": false, 12112 "doctest": false, 12113 "edition": "2021", 12114 "kind": [ 12115 "test" 12116 ], 12117 "name": "comments", 12118 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/comments.rs", 12119 "test": true 12120 }, 12121 { 12122 "crate_types": [ 12123 "bin" 12124 ], 12125 "doc": false, 12126 "doctest": false, 12127 "edition": "2021", 12128 "kind": [ 12129 "test" 12130 ], 12131 "name": "marker", 12132 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/tests/marker.rs", 12133 "test": true 12134 }, 12135 { 12136 "crate_types": [ 12137 "bin" 12138 ], 12139 "doc": false, 12140 "doctest": false, 12141 "edition": "2021", 12142 "kind": [ 12143 "custom-build" 12144 ], 12145 "name": "build-script-build", 12146 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/build.rs", 12147 "test": false 12148 } 12149 ], 12150 "version": "1.0.81" 12151 }, 12152 { 12153 "authors": [ 12154 "David Tolnay <[email protected]>" 12155 ], 12156 "categories": [ 12157 "development-tools::procedural-macro-helpers" 12158 ], 12159 "default_run": null, 12160 "dependencies": [ 12161 { 12162 "features": [], 12163 "kind": null, 12164 "name": "proc-macro2", 12165 "optional": false, 12166 "registry": null, 12167 "rename": null, 12168 "req": "^1.0.74", 12169 "source": "registry+https://github.com/rust-lang/crates.io-index", 12170 "target": null, 12171 "uses_default_features": false 12172 }, 12173 { 12174 "features": [], 12175 "kind": "dev", 12176 "name": "rustversion", 12177 "optional": false, 12178 "registry": null, 12179 "rename": null, 12180 "req": "^1.0", 12181 "source": "registry+https://github.com/rust-lang/crates.io-index", 12182 "target": null, 12183 "uses_default_features": true 12184 }, 12185 { 12186 "features": [ 12187 "diff" 12188 ], 12189 "kind": "dev", 12190 "name": "trybuild", 12191 "optional": false, 12192 "registry": null, 12193 "rename": null, 12194 "req": "^1.0.66", 12195 "source": "registry+https://github.com/rust-lang/crates.io-index", 12196 "target": null, 12197 "uses_default_features": true 12198 } 12199 ], 12200 "description": "Quasi-quoting macro quote!(...)", 12201 "documentation": "https://docs.rs/quote/", 12202 "edition": "2018", 12203 "features": { 12204 "default": [ 12205 "proc-macro" 12206 ], 12207 "proc-macro": [ 12208 "proc-macro2/proc-macro" 12209 ] 12210 }, 12211 "homepage": null, 12212 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12213 "keywords": [ 12214 "macros", 12215 "syn" 12216 ], 12217 "license": "MIT OR Apache-2.0", 12218 "license_file": null, 12219 "links": null, 12220 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/Cargo.toml", 12221 "metadata": { 12222 "docs": { 12223 "rs": { 12224 "rustdoc-args": [ 12225 "--generate-link-to-definition" 12226 ], 12227 "targets": [ 12228 "x86_64-unknown-linux-gnu" 12229 ] 12230 } 12231 } 12232 }, 12233 "name": "quote", 12234 "publish": null, 12235 "readme": "README.md", 12236 "repository": "https://github.com/dtolnay/quote", 12237 "rust_version": "1.56", 12238 "source": "registry+https://github.com/rust-lang/crates.io-index", 12239 "targets": [ 12240 { 12241 "crate_types": [ 12242 "lib" 12243 ], 12244 "doc": true, 12245 "doctest": true, 12246 "edition": "2018", 12247 "kind": [ 12248 "lib" 12249 ], 12250 "name": "quote", 12251 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs", 12252 "test": true 12253 }, 12254 { 12255 "crate_types": [ 12256 "bin" 12257 ], 12258 "doc": false, 12259 "doctest": false, 12260 "edition": "2018", 12261 "kind": [ 12262 "test" 12263 ], 12264 "name": "test", 12265 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/test.rs", 12266 "test": true 12267 }, 12268 { 12269 "crate_types": [ 12270 "bin" 12271 ], 12272 "doc": false, 12273 "doctest": false, 12274 "edition": "2018", 12275 "kind": [ 12276 "test" 12277 ], 12278 "name": "compiletest", 12279 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/compiletest.rs", 12280 "test": true 12281 } 12282 ], 12283 "version": "1.0.36" 12284 }, 12285 { 12286 "authors": [ 12287 "Sean McArthur <[email protected]>" 12288 ], 12289 "categories": [ 12290 "web-programming::http-client", 12291 "wasm" 12292 ], 12293 "default_run": null, 12294 "dependencies": [ 12295 { 12296 "features": [], 12297 "kind": null, 12298 "name": "base64", 12299 "optional": false, 12300 "registry": null, 12301 "rename": null, 12302 "req": "^0.22", 12303 "source": "registry+https://github.com/rust-lang/crates.io-index", 12304 "target": null, 12305 "uses_default_features": true 12306 }, 12307 { 12308 "features": [], 12309 "kind": null, 12310 "name": "bytes", 12311 "optional": false, 12312 "registry": null, 12313 "rename": null, 12314 "req": "^1.0", 12315 "source": "registry+https://github.com/rust-lang/crates.io-index", 12316 "target": null, 12317 "uses_default_features": true 12318 }, 12319 { 12320 "features": [], 12321 "kind": null, 12322 "name": "futures-core", 12323 "optional": false, 12324 "registry": null, 12325 "rename": null, 12326 "req": "^0.3.0", 12327 "source": "registry+https://github.com/rust-lang/crates.io-index", 12328 "target": null, 12329 "uses_default_features": false 12330 }, 12331 { 12332 "features": [], 12333 "kind": null, 12334 "name": "futures-util", 12335 "optional": false, 12336 "registry": null, 12337 "rename": null, 12338 "req": "^0.3.0", 12339 "source": "registry+https://github.com/rust-lang/crates.io-index", 12340 "target": null, 12341 "uses_default_features": false 12342 }, 12343 { 12344 "features": [], 12345 "kind": null, 12346 "name": "http", 12347 "optional": false, 12348 "registry": null, 12349 "rename": null, 12350 "req": "^1", 12351 "source": "registry+https://github.com/rust-lang/crates.io-index", 12352 "target": null, 12353 "uses_default_features": true 12354 }, 12355 { 12356 "features": [], 12357 "kind": null, 12358 "name": "mime_guess", 12359 "optional": true, 12360 "registry": null, 12361 "rename": null, 12362 "req": "^2.0", 12363 "source": "registry+https://github.com/rust-lang/crates.io-index", 12364 "target": null, 12365 "uses_default_features": false 12366 }, 12367 { 12368 "features": [], 12369 "kind": null, 12370 "name": "serde", 12371 "optional": false, 12372 "registry": null, 12373 "rename": null, 12374 "req": "^1.0", 12375 "source": "registry+https://github.com/rust-lang/crates.io-index", 12376 "target": null, 12377 "uses_default_features": true 12378 }, 12379 { 12380 "features": [], 12381 "kind": null, 12382 "name": "serde_json", 12383 "optional": true, 12384 "registry": null, 12385 "rename": null, 12386 "req": "^1.0", 12387 "source": "registry+https://github.com/rust-lang/crates.io-index", 12388 "target": null, 12389 "uses_default_features": true 12390 }, 12391 { 12392 "features": [], 12393 "kind": null, 12394 "name": "serde_urlencoded", 12395 "optional": false, 12396 "registry": null, 12397 "rename": null, 12398 "req": "^0.7.1", 12399 "source": "registry+https://github.com/rust-lang/crates.io-index", 12400 "target": null, 12401 "uses_default_features": true 12402 }, 12403 { 12404 "features": [], 12405 "kind": null, 12406 "name": "sync_wrapper", 12407 "optional": false, 12408 "registry": null, 12409 "rename": null, 12410 "req": "^0.1.2", 12411 "source": "registry+https://github.com/rust-lang/crates.io-index", 12412 "target": null, 12413 "uses_default_features": true 12414 }, 12415 { 12416 "features": [], 12417 "kind": null, 12418 "name": "tower-service", 12419 "optional": false, 12420 "registry": null, 12421 "rename": null, 12422 "req": "^0.3", 12423 "source": "registry+https://github.com/rust-lang/crates.io-index", 12424 "target": null, 12425 "uses_default_features": true 12426 }, 12427 { 12428 "features": [], 12429 "kind": null, 12430 "name": "url", 12431 "optional": false, 12432 "registry": null, 12433 "rename": null, 12434 "req": "^2.2", 12435 "source": "registry+https://github.com/rust-lang/crates.io-index", 12436 "target": null, 12437 "uses_default_features": true 12438 }, 12439 { 12440 "features": [ 12441 "tokio" 12442 ], 12443 "kind": null, 12444 "name": "async-compression", 12445 "optional": true, 12446 "registry": null, 12447 "rename": null, 12448 "req": "^0.4.0", 12449 "source": "registry+https://github.com/rust-lang/crates.io-index", 12450 "target": "cfg(not(target_arch = \"wasm32\"))", 12451 "uses_default_features": false 12452 }, 12453 { 12454 "features": [], 12455 "kind": null, 12456 "name": "cookie", 12457 "optional": true, 12458 "registry": null, 12459 "rename": "cookie_crate", 12460 "req": "^0.17.0", 12461 "source": "registry+https://github.com/rust-lang/crates.io-index", 12462 "target": "cfg(not(target_arch = \"wasm32\"))", 12463 "uses_default_features": true 12464 }, 12465 { 12466 "features": [], 12467 "kind": null, 12468 "name": "cookie_store", 12469 "optional": true, 12470 "registry": null, 12471 "rename": null, 12472 "req": "^0.20.0", 12473 "source": "registry+https://github.com/rust-lang/crates.io-index", 12474 "target": "cfg(not(target_arch = \"wasm32\"))", 12475 "uses_default_features": true 12476 }, 12477 { 12478 "features": [], 12479 "kind": null, 12480 "name": "encoding_rs", 12481 "optional": true, 12482 "registry": null, 12483 "rename": null, 12484 "req": "^0.8", 12485 "source": "registry+https://github.com/rust-lang/crates.io-index", 12486 "target": "cfg(not(target_arch = \"wasm32\"))", 12487 "uses_default_features": true 12488 }, 12489 { 12490 "features": [], 12491 "kind": null, 12492 "name": "futures-channel", 12493 "optional": true, 12494 "registry": null, 12495 "rename": null, 12496 "req": "^0.3", 12497 "source": "registry+https://github.com/rust-lang/crates.io-index", 12498 "target": "cfg(not(target_arch = \"wasm32\"))", 12499 "uses_default_features": true 12500 }, 12501 { 12502 "features": [], 12503 "kind": null, 12504 "name": "h2", 12505 "optional": true, 12506 "registry": null, 12507 "rename": null, 12508 "req": "^0.4", 12509 "source": "registry+https://github.com/rust-lang/crates.io-index", 12510 "target": "cfg(not(target_arch = \"wasm32\"))", 12511 "uses_default_features": true 12512 }, 12513 { 12514 "features": [], 12515 "kind": null, 12516 "name": "h3", 12517 "optional": true, 12518 "registry": null, 12519 "rename": null, 12520 "req": "^0.0.4", 12521 "source": "registry+https://github.com/rust-lang/crates.io-index", 12522 "target": "cfg(not(target_arch = \"wasm32\"))", 12523 "uses_default_features": true 12524 }, 12525 { 12526 "features": [], 12527 "kind": null, 12528 "name": "h3-quinn", 12529 "optional": true, 12530 "registry": null, 12531 "rename": null, 12532 "req": "^0.0.5", 12533 "source": "registry+https://github.com/rust-lang/crates.io-index", 12534 "target": "cfg(not(target_arch = \"wasm32\"))", 12535 "uses_default_features": true 12536 }, 12537 { 12538 "features": [ 12539 "tokio-runtime" 12540 ], 12541 "kind": null, 12542 "name": "hickory-resolver", 12543 "optional": true, 12544 "registry": null, 12545 "rename": null, 12546 "req": "^0.24", 12547 "source": "registry+https://github.com/rust-lang/crates.io-index", 12548 "target": "cfg(not(target_arch = \"wasm32\"))", 12549 "uses_default_features": true 12550 }, 12551 { 12552 "features": [], 12553 "kind": null, 12554 "name": "http-body", 12555 "optional": false, 12556 "registry": null, 12557 "rename": null, 12558 "req": "^1", 12559 "source": "registry+https://github.com/rust-lang/crates.io-index", 12560 "target": "cfg(not(target_arch = \"wasm32\"))", 12561 "uses_default_features": true 12562 }, 12563 { 12564 "features": [], 12565 "kind": null, 12566 "name": "http-body-util", 12567 "optional": false, 12568 "registry": null, 12569 "rename": null, 12570 "req": "^0.1", 12571 "source": "registry+https://github.com/rust-lang/crates.io-index", 12572 "target": "cfg(not(target_arch = \"wasm32\"))", 12573 "uses_default_features": true 12574 }, 12575 { 12576 "features": [ 12577 "http1", 12578 "client" 12579 ], 12580 "kind": null, 12581 "name": "hyper", 12582 "optional": false, 12583 "registry": null, 12584 "rename": null, 12585 "req": "^1", 12586 "source": "registry+https://github.com/rust-lang/crates.io-index", 12587 "target": "cfg(not(target_arch = \"wasm32\"))", 12588 "uses_default_features": true 12589 }, 12590 { 12591 "features": [], 12592 "kind": null, 12593 "name": "hyper-rustls", 12594 "optional": true, 12595 "registry": null, 12596 "rename": null, 12597 "req": "^0.26.0", 12598 "source": "registry+https://github.com/rust-lang/crates.io-index", 12599 "target": "cfg(not(target_arch = \"wasm32\"))", 12600 "uses_default_features": false 12601 }, 12602 { 12603 "features": [], 12604 "kind": null, 12605 "name": "hyper-tls", 12606 "optional": true, 12607 "registry": null, 12608 "rename": null, 12609 "req": "^0.6", 12610 "source": "registry+https://github.com/rust-lang/crates.io-index", 12611 "target": "cfg(not(target_arch = \"wasm32\"))", 12612 "uses_default_features": true 12613 }, 12614 { 12615 "features": [ 12616 "http1", 12617 "client", 12618 "client-legacy", 12619 "tokio" 12620 ], 12621 "kind": null, 12622 "name": "hyper-util", 12623 "optional": false, 12624 "registry": null, 12625 "rename": null, 12626 "req": "^0.1.3", 12627 "source": "registry+https://github.com/rust-lang/crates.io-index", 12628 "target": "cfg(not(target_arch = \"wasm32\"))", 12629 "uses_default_features": true 12630 }, 12631 { 12632 "features": [], 12633 "kind": null, 12634 "name": "ipnet", 12635 "optional": false, 12636 "registry": null, 12637 "rename": null, 12638 "req": "^2.3", 12639 "source": "registry+https://github.com/rust-lang/crates.io-index", 12640 "target": "cfg(not(target_arch = \"wasm32\"))", 12641 "uses_default_features": true 12642 }, 12643 { 12644 "features": [], 12645 "kind": null, 12646 "name": "log", 12647 "optional": false, 12648 "registry": null, 12649 "rename": null, 12650 "req": "^0.4", 12651 "source": "registry+https://github.com/rust-lang/crates.io-index", 12652 "target": "cfg(not(target_arch = \"wasm32\"))", 12653 "uses_default_features": true 12654 }, 12655 { 12656 "features": [], 12657 "kind": null, 12658 "name": "mime", 12659 "optional": false, 12660 "registry": null, 12661 "rename": null, 12662 "req": "^0.3.16", 12663 "source": "registry+https://github.com/rust-lang/crates.io-index", 12664 "target": "cfg(not(target_arch = \"wasm32\"))", 12665 "uses_default_features": true 12666 }, 12667 { 12668 "features": [], 12669 "kind": null, 12670 "name": "native-tls", 12671 "optional": true, 12672 "registry": null, 12673 "rename": "native-tls-crate", 12674 "req": "^0.2.10", 12675 "source": "registry+https://github.com/rust-lang/crates.io-index", 12676 "target": "cfg(not(target_arch = \"wasm32\"))", 12677 "uses_default_features": true 12678 }, 12679 { 12680 "features": [], 12681 "kind": null, 12682 "name": "once_cell", 12683 "optional": false, 12684 "registry": null, 12685 "rename": null, 12686 "req": "^1", 12687 "source": "registry+https://github.com/rust-lang/crates.io-index", 12688 "target": "cfg(not(target_arch = \"wasm32\"))", 12689 "uses_default_features": true 12690 }, 12691 { 12692 "features": [], 12693 "kind": null, 12694 "name": "percent-encoding", 12695 "optional": false, 12696 "registry": null, 12697 "rename": null, 12698 "req": "^2.1", 12699 "source": "registry+https://github.com/rust-lang/crates.io-index", 12700 "target": "cfg(not(target_arch = \"wasm32\"))", 12701 "uses_default_features": true 12702 }, 12703 { 12704 "features": [], 12705 "kind": null, 12706 "name": "pin-project-lite", 12707 "optional": false, 12708 "registry": null, 12709 "rename": null, 12710 "req": "^0.2.0", 12711 "source": "registry+https://github.com/rust-lang/crates.io-index", 12712 "target": "cfg(not(target_arch = \"wasm32\"))", 12713 "uses_default_features": true 12714 }, 12715 { 12716 "features": [ 12717 "tls-rustls", 12718 "ring", 12719 "runtime-tokio" 12720 ], 12721 "kind": null, 12722 "name": "quinn", 12723 "optional": true, 12724 "registry": null, 12725 "rename": null, 12726 "req": "^0.10", 12727 "source": "registry+https://github.com/rust-lang/crates.io-index", 12728 "target": "cfg(not(target_arch = \"wasm32\"))", 12729 "uses_default_features": false 12730 }, 12731 { 12732 "features": [], 12733 "kind": null, 12734 "name": "rustls", 12735 "optional": true, 12736 "registry": null, 12737 "rename": null, 12738 "req": "^0.22.2", 12739 "source": "registry+https://github.com/rust-lang/crates.io-index", 12740 "target": "cfg(not(target_arch = \"wasm32\"))", 12741 "uses_default_features": true 12742 }, 12743 { 12744 "features": [], 12745 "kind": null, 12746 "name": "rustls-native-certs", 12747 "optional": true, 12748 "registry": null, 12749 "rename": null, 12750 "req": "^0.7", 12751 "source": "registry+https://github.com/rust-lang/crates.io-index", 12752 "target": "cfg(not(target_arch = \"wasm32\"))", 12753 "uses_default_features": true 12754 }, 12755 { 12756 "features": [], 12757 "kind": null, 12758 "name": "rustls-pemfile", 12759 "optional": true, 12760 "registry": null, 12761 "rename": null, 12762 "req": "^2", 12763 "source": "registry+https://github.com/rust-lang/crates.io-index", 12764 "target": "cfg(not(target_arch = \"wasm32\"))", 12765 "uses_default_features": true 12766 }, 12767 { 12768 "features": [ 12769 "alloc" 12770 ], 12771 "kind": null, 12772 "name": "rustls-pki-types", 12773 "optional": true, 12774 "registry": null, 12775 "rename": null, 12776 "req": "^1.1.0", 12777 "source": "registry+https://github.com/rust-lang/crates.io-index", 12778 "target": "cfg(not(target_arch = \"wasm32\"))", 12779 "uses_default_features": true 12780 }, 12781 { 12782 "features": [ 12783 "net", 12784 "time" 12785 ], 12786 "kind": null, 12787 "name": "tokio", 12788 "optional": false, 12789 "registry": null, 12790 "rename": null, 12791 "req": "^1.0", 12792 "source": "registry+https://github.com/rust-lang/crates.io-index", 12793 "target": "cfg(not(target_arch = \"wasm32\"))", 12794 "uses_default_features": false 12795 }, 12796 { 12797 "features": [], 12798 "kind": null, 12799 "name": "tokio-native-tls", 12800 "optional": true, 12801 "registry": null, 12802 "rename": null, 12803 "req": "^0.3.0", 12804 "source": "registry+https://github.com/rust-lang/crates.io-index", 12805 "target": "cfg(not(target_arch = \"wasm32\"))", 12806 "uses_default_features": true 12807 }, 12808 { 12809 "features": [], 12810 "kind": null, 12811 "name": "tokio-rustls", 12812 "optional": true, 12813 "registry": null, 12814 "rename": null, 12815 "req": "^0.25", 12816 "source": "registry+https://github.com/rust-lang/crates.io-index", 12817 "target": "cfg(not(target_arch = \"wasm32\"))", 12818 "uses_default_features": true 12819 }, 12820 { 12821 "features": [], 12822 "kind": null, 12823 "name": "tokio-socks", 12824 "optional": true, 12825 "registry": null, 12826 "rename": null, 12827 "req": "^0.5.1", 12828 "source": "registry+https://github.com/rust-lang/crates.io-index", 12829 "target": "cfg(not(target_arch = \"wasm32\"))", 12830 "uses_default_features": true 12831 }, 12832 { 12833 "features": [ 12834 "codec", 12835 "io" 12836 ], 12837 "kind": null, 12838 "name": "tokio-util", 12839 "optional": true, 12840 "registry": null, 12841 "rename": null, 12842 "req": "^0.7.1", 12843 "source": "registry+https://github.com/rust-lang/crates.io-index", 12844 "target": "cfg(not(target_arch = \"wasm32\"))", 12845 "uses_default_features": false 12846 }, 12847 { 12848 "features": [], 12849 "kind": null, 12850 "name": "webpki-roots", 12851 "optional": true, 12852 "registry": null, 12853 "rename": null, 12854 "req": "^0.26.0", 12855 "source": "registry+https://github.com/rust-lang/crates.io-index", 12856 "target": "cfg(not(target_arch = \"wasm32\"))", 12857 "uses_default_features": true 12858 }, 12859 { 12860 "features": [], 12861 "kind": "dev", 12862 "name": "brotli", 12863 "optional": false, 12864 "registry": null, 12865 "rename": "brotli_crate", 12866 "req": "^3.3.0", 12867 "source": "registry+https://github.com/rust-lang/crates.io-index", 12868 "target": "cfg(not(target_arch = \"wasm32\"))", 12869 "uses_default_features": true 12870 }, 12871 { 12872 "features": [], 12873 "kind": "dev", 12874 "name": "doc-comment", 12875 "optional": false, 12876 "registry": null, 12877 "rename": null, 12878 "req": "^0.3", 12879 "source": "registry+https://github.com/rust-lang/crates.io-index", 12880 "target": "cfg(not(target_arch = \"wasm32\"))", 12881 "uses_default_features": true 12882 }, 12883 { 12884 "features": [], 12885 "kind": "dev", 12886 "name": "env_logger", 12887 "optional": false, 12888 "registry": null, 12889 "rename": null, 12890 "req": "^0.10", 12891 "source": "registry+https://github.com/rust-lang/crates.io-index", 12892 "target": "cfg(not(target_arch = \"wasm32\"))", 12893 "uses_default_features": true 12894 }, 12895 { 12896 "features": [ 12897 "std", 12898 "alloc" 12899 ], 12900 "kind": "dev", 12901 "name": "futures-util", 12902 "optional": false, 12903 "registry": null, 12904 "rename": null, 12905 "req": "^0.3.0", 12906 "source": "registry+https://github.com/rust-lang/crates.io-index", 12907 "target": "cfg(not(target_arch = \"wasm32\"))", 12908 "uses_default_features": false 12909 }, 12910 { 12911 "features": [ 12912 "http1", 12913 "http2", 12914 "client", 12915 "server" 12916 ], 12917 "kind": "dev", 12918 "name": "hyper", 12919 "optional": false, 12920 "registry": null, 12921 "rename": null, 12922 "req": "^1.1.0", 12923 "source": "registry+https://github.com/rust-lang/crates.io-index", 12924 "target": "cfg(not(target_arch = \"wasm32\"))", 12925 "uses_default_features": false 12926 }, 12927 { 12928 "features": [ 12929 "http1", 12930 "http2", 12931 "client", 12932 "client-legacy", 12933 "server-auto", 12934 "tokio" 12935 ], 12936 "kind": "dev", 12937 "name": "hyper-util", 12938 "optional": false, 12939 "registry": null, 12940 "rename": null, 12941 "req": "^0.1", 12942 "source": "registry+https://github.com/rust-lang/crates.io-index", 12943 "target": "cfg(not(target_arch = \"wasm32\"))", 12944 "uses_default_features": true 12945 }, 12946 { 12947 "features": [], 12948 "kind": "dev", 12949 "name": "libflate", 12950 "optional": false, 12951 "registry": null, 12952 "rename": null, 12953 "req": "^1.0", 12954 "source": "registry+https://github.com/rust-lang/crates.io-index", 12955 "target": "cfg(not(target_arch = \"wasm32\"))", 12956 "uses_default_features": true 12957 }, 12958 { 12959 "features": [ 12960 "derive" 12961 ], 12962 "kind": "dev", 12963 "name": "serde", 12964 "optional": false, 12965 "registry": null, 12966 "rename": null, 12967 "req": "^1.0", 12968 "source": "registry+https://github.com/rust-lang/crates.io-index", 12969 "target": "cfg(not(target_arch = \"wasm32\"))", 12970 "uses_default_features": true 12971 }, 12972 { 12973 "features": [ 12974 "macros", 12975 "rt-multi-thread" 12976 ], 12977 "kind": "dev", 12978 "name": "tokio", 12979 "optional": false, 12980 "registry": null, 12981 "rename": null, 12982 "req": "^1.0", 12983 "source": "registry+https://github.com/rust-lang/crates.io-index", 12984 "target": "cfg(not(target_arch = \"wasm32\"))", 12985 "uses_default_features": false 12986 }, 12987 { 12988 "features": [], 12989 "kind": "dev", 12990 "name": "zstd", 12991 "optional": false, 12992 "registry": null, 12993 "rename": "zstd_crate", 12994 "req": "^0.13", 12995 "source": "registry+https://github.com/rust-lang/crates.io-index", 12996 "target": "cfg(not(target_arch = \"wasm32\"))", 12997 "uses_default_features": true 12998 }, 12999 { 13000 "features": [], 13001 "kind": null, 13002 "name": "js-sys", 13003 "optional": false, 13004 "registry": null, 13005 "rename": null, 13006 "req": "^0.3.45", 13007 "source": "registry+https://github.com/rust-lang/crates.io-index", 13008 "target": "cfg(target_arch = \"wasm32\")", 13009 "uses_default_features": true 13010 }, 13011 { 13012 "features": [], 13013 "kind": null, 13014 "name": "serde_json", 13015 "optional": false, 13016 "registry": null, 13017 "rename": null, 13018 "req": "^1.0", 13019 "source": "registry+https://github.com/rust-lang/crates.io-index", 13020 "target": "cfg(target_arch = \"wasm32\")", 13021 "uses_default_features": true 13022 }, 13023 { 13024 "features": [], 13025 "kind": null, 13026 "name": "wasm-bindgen", 13027 "optional": false, 13028 "registry": null, 13029 "rename": null, 13030 "req": "^0.2.68", 13031 "source": "registry+https://github.com/rust-lang/crates.io-index", 13032 "target": "cfg(target_arch = \"wasm32\")", 13033 "uses_default_features": true 13034 }, 13035 { 13036 "features": [], 13037 "kind": null, 13038 "name": "wasm-bindgen-futures", 13039 "optional": false, 13040 "registry": null, 13041 "rename": null, 13042 "req": "^0.4.18", 13043 "source": "registry+https://github.com/rust-lang/crates.io-index", 13044 "target": "cfg(target_arch = \"wasm32\")", 13045 "uses_default_features": true 13046 }, 13047 { 13048 "features": [], 13049 "kind": null, 13050 "name": "wasm-streams", 13051 "optional": true, 13052 "registry": null, 13053 "rename": null, 13054 "req": "^0.4", 13055 "source": "registry+https://github.com/rust-lang/crates.io-index", 13056 "target": "cfg(target_arch = \"wasm32\")", 13057 "uses_default_features": true 13058 }, 13059 { 13060 "features": [ 13061 "AbortController", 13062 "AbortSignal", 13063 "Headers", 13064 "Request", 13065 "RequestInit", 13066 "RequestMode", 13067 "Response", 13068 "Window", 13069 "FormData", 13070 "Blob", 13071 "BlobPropertyBag", 13072 "ServiceWorkerGlobalScope", 13073 "RequestCredentials", 13074 "File", 13075 "ReadableStream" 13076 ], 13077 "kind": null, 13078 "name": "web-sys", 13079 "optional": false, 13080 "registry": null, 13081 "rename": null, 13082 "req": "^0.3.25", 13083 "source": "registry+https://github.com/rust-lang/crates.io-index", 13084 "target": "cfg(target_arch = \"wasm32\")", 13085 "uses_default_features": true 13086 }, 13087 { 13088 "features": [ 13089 "serde-serialize" 13090 ], 13091 "kind": "dev", 13092 "name": "wasm-bindgen", 13093 "optional": false, 13094 "registry": null, 13095 "rename": null, 13096 "req": "^0.2.68", 13097 "source": "registry+https://github.com/rust-lang/crates.io-index", 13098 "target": "cfg(target_arch = \"wasm32\")", 13099 "uses_default_features": true 13100 }, 13101 { 13102 "features": [], 13103 "kind": "dev", 13104 "name": "wasm-bindgen-test", 13105 "optional": false, 13106 "registry": null, 13107 "rename": null, 13108 "req": "^0.3", 13109 "source": "registry+https://github.com/rust-lang/crates.io-index", 13110 "target": "cfg(target_arch = \"wasm32\")", 13111 "uses_default_features": true 13112 }, 13113 { 13114 "features": [], 13115 "kind": null, 13116 "name": "system-configuration", 13117 "optional": true, 13118 "registry": null, 13119 "rename": null, 13120 "req": "^0.5.1", 13121 "source": "registry+https://github.com/rust-lang/crates.io-index", 13122 "target": "cfg(target_os = \"macos\")", 13123 "uses_default_features": true 13124 }, 13125 { 13126 "features": [], 13127 "kind": null, 13128 "name": "winreg", 13129 "optional": false, 13130 "registry": null, 13131 "rename": null, 13132 "req": "^0.52.0", 13133 "source": "registry+https://github.com/rust-lang/crates.io-index", 13134 "target": "cfg(windows)", 13135 "uses_default_features": true 13136 } 13137 ], 13138 "description": "higher level HTTP client library", 13139 "documentation": "https://docs.rs/reqwest", 13140 "edition": "2021", 13141 "features": { 13142 "__internal_proxy_sys_no_cache": [], 13143 "__rustls": [ 13144 "dep:hyper-rustls", 13145 "dep:tokio-rustls", 13146 "dep:rustls", 13147 "__tls", 13148 "dep:rustls-pemfile", 13149 "rustls-pki-types" 13150 ], 13151 "__tls": [ 13152 "dep:rustls-pemfile", 13153 "tokio/io-util" 13154 ], 13155 "blocking": [ 13156 "futures-channel/sink", 13157 "futures-util/io", 13158 "futures-util/sink", 13159 "tokio/rt-multi-thread", 13160 "tokio/sync" 13161 ], 13162 "brotli": [ 13163 "dep:async-compression", 13164 "async-compression?/brotli", 13165 "dep:tokio-util" 13166 ], 13167 "charset": [ 13168 "dep:encoding_rs" 13169 ], 13170 "cookies": [ 13171 "dep:cookie_crate", 13172 "dep:cookie_store" 13173 ], 13174 "default": [ 13175 "default-tls", 13176 "charset", 13177 "http2", 13178 "macos-system-configuration" 13179 ], 13180 "default-tls": [ 13181 "dep:hyper-tls", 13182 "dep:native-tls-crate", 13183 "__tls", 13184 "dep:tokio-native-tls" 13185 ], 13186 "deflate": [ 13187 "dep:async-compression", 13188 "async-compression?/zlib", 13189 "dep:tokio-util" 13190 ], 13191 "futures-channel": [ 13192 "dep:futures-channel" 13193 ], 13194 "gzip": [ 13195 "dep:async-compression", 13196 "async-compression?/gzip", 13197 "dep:tokio-util" 13198 ], 13199 "h2": [ 13200 "dep:h2" 13201 ], 13202 "h3": [ 13203 "dep:h3" 13204 ], 13205 "h3-quinn": [ 13206 "dep:h3-quinn" 13207 ], 13208 "hickory-dns": [ 13209 "dep:hickory-resolver" 13210 ], 13211 "http2": [ 13212 "h2", 13213 "hyper/http2", 13214 "hyper-util/http2" 13215 ], 13216 "json": [ 13217 "dep:serde_json" 13218 ], 13219 "macos-system-configuration": [ 13220 "dep:system-configuration" 13221 ], 13222 "multipart": [ 13223 "dep:mime_guess" 13224 ], 13225 "native-tls": [ 13226 "default-tls" 13227 ], 13228 "native-tls-alpn": [ 13229 "native-tls", 13230 "native-tls-crate?/alpn", 13231 "hyper-tls?/alpn" 13232 ], 13233 "native-tls-vendored": [ 13234 "native-tls", 13235 "native-tls-crate?/vendored" 13236 ], 13237 "quinn": [ 13238 "dep:quinn" 13239 ], 13240 "rustls-pki-types": [ 13241 "dep:rustls-pki-types" 13242 ], 13243 "rustls-tls": [ 13244 "rustls-tls-webpki-roots" 13245 ], 13246 "rustls-tls-manual-roots": [ 13247 "__rustls" 13248 ], 13249 "rustls-tls-native-roots": [ 13250 "dep:rustls-native-certs", 13251 "__rustls" 13252 ], 13253 "rustls-tls-webpki-roots": [ 13254 "dep:webpki-roots", 13255 "__rustls" 13256 ], 13257 "socks": [ 13258 "dep:tokio-socks" 13259 ], 13260 "stream": [ 13261 "tokio/fs", 13262 "dep:tokio-util", 13263 "dep:wasm-streams" 13264 ], 13265 "trust-dns": [], 13266 "zstd": [ 13267 "dep:async-compression", 13268 "async-compression?/zstd", 13269 "dep:tokio-util" 13270 ] 13271 }, 13272 "homepage": null, 13273 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 13274 "keywords": [ 13275 "http", 13276 "request", 13277 "client" 13278 ], 13279 "license": "MIT OR Apache-2.0", 13280 "license_file": null, 13281 "links": null, 13282 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/Cargo.toml", 13283 "metadata": { 13284 "docs": { 13285 "rs": { 13286 "all-features": true, 13287 "rustdoc-args": [ 13288 "--cfg", 13289 "docsrs", 13290 "--cfg", 13291 "reqwest_unstable" 13292 ], 13293 "targets": [ 13294 "x86_64-unknown-linux-gnu", 13295 "wasm32-unknown-unknown" 13296 ] 13297 } 13298 }, 13299 "playground": { 13300 "features": [ 13301 "blocking", 13302 "cookies", 13303 "json", 13304 "multipart" 13305 ] 13306 } 13307 }, 13308 "name": "reqwest", 13309 "publish": null, 13310 "readme": "README.md", 13311 "repository": "https://github.com/seanmonstar/reqwest", 13312 "rust_version": "1.63.0", 13313 "source": "registry+https://github.com/rust-lang/crates.io-index", 13314 "targets": [ 13315 { 13316 "crate_types": [ 13317 "lib" 13318 ], 13319 "doc": true, 13320 "doctest": true, 13321 "edition": "2021", 13322 "kind": [ 13323 "lib" 13324 ], 13325 "name": "reqwest", 13326 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/src/lib.rs", 13327 "test": true 13328 }, 13329 { 13330 "crate_types": [ 13331 "bin" 13332 ], 13333 "doc": false, 13334 "doctest": false, 13335 "edition": "2021", 13336 "kind": [ 13337 "example" 13338 ], 13339 "name": "blocking", 13340 "required-features": [ 13341 "blocking" 13342 ], 13343 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/blocking.rs", 13344 "test": false 13345 }, 13346 { 13347 "crate_types": [ 13348 "bin" 13349 ], 13350 "doc": false, 13351 "doctest": false, 13352 "edition": "2021", 13353 "kind": [ 13354 "example" 13355 ], 13356 "name": "json_dynamic", 13357 "required-features": [ 13358 "json" 13359 ], 13360 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/json_dynamic.rs", 13361 "test": false 13362 }, 13363 { 13364 "crate_types": [ 13365 "bin" 13366 ], 13367 "doc": false, 13368 "doctest": false, 13369 "edition": "2021", 13370 "kind": [ 13371 "example" 13372 ], 13373 "name": "json_typed", 13374 "required-features": [ 13375 "json" 13376 ], 13377 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/json_typed.rs", 13378 "test": false 13379 }, 13380 { 13381 "crate_types": [ 13382 "bin" 13383 ], 13384 "doc": false, 13385 "doctest": false, 13386 "edition": "2021", 13387 "kind": [ 13388 "example" 13389 ], 13390 "name": "tor_socks", 13391 "required-features": [ 13392 "socks" 13393 ], 13394 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/tor_socks.rs", 13395 "test": false 13396 }, 13397 { 13398 "crate_types": [ 13399 "bin" 13400 ], 13401 "doc": false, 13402 "doctest": false, 13403 "edition": "2021", 13404 "kind": [ 13405 "example" 13406 ], 13407 "name": "form", 13408 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/form.rs", 13409 "test": false 13410 }, 13411 { 13412 "crate_types": [ 13413 "bin" 13414 ], 13415 "doc": false, 13416 "doctest": false, 13417 "edition": "2021", 13418 "kind": [ 13419 "example" 13420 ], 13421 "name": "simple", 13422 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/simple.rs", 13423 "test": false 13424 }, 13425 { 13426 "crate_types": [ 13427 "bin" 13428 ], 13429 "doc": false, 13430 "doctest": false, 13431 "edition": "2021", 13432 "kind": [ 13433 "example" 13434 ], 13435 "name": "h3_simple", 13436 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/examples/h3_simple.rs", 13437 "test": false 13438 }, 13439 { 13440 "crate_types": [ 13441 "bin" 13442 ], 13443 "doc": false, 13444 "doctest": false, 13445 "edition": "2021", 13446 "kind": [ 13447 "test" 13448 ], 13449 "name": "blocking", 13450 "required-features": [ 13451 "blocking" 13452 ], 13453 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/blocking.rs", 13454 "test": true 13455 }, 13456 { 13457 "crate_types": [ 13458 "bin" 13459 ], 13460 "doc": false, 13461 "doctest": false, 13462 "edition": "2021", 13463 "kind": [ 13464 "test" 13465 ], 13466 "name": "cookie", 13467 "required-features": [ 13468 "cookies" 13469 ], 13470 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/cookie.rs", 13471 "test": true 13472 }, 13473 { 13474 "crate_types": [ 13475 "bin" 13476 ], 13477 "doc": false, 13478 "doctest": false, 13479 "edition": "2021", 13480 "kind": [ 13481 "test" 13482 ], 13483 "name": "gzip", 13484 "required-features": [ 13485 "gzip", 13486 "stream" 13487 ], 13488 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/gzip.rs", 13489 "test": true 13490 }, 13491 { 13492 "crate_types": [ 13493 "bin" 13494 ], 13495 "doc": false, 13496 "doctest": false, 13497 "edition": "2021", 13498 "kind": [ 13499 "test" 13500 ], 13501 "name": "brotli", 13502 "required-features": [ 13503 "brotli", 13504 "stream" 13505 ], 13506 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/brotli.rs", 13507 "test": true 13508 }, 13509 { 13510 "crate_types": [ 13511 "bin" 13512 ], 13513 "doc": false, 13514 "doctest": false, 13515 "edition": "2021", 13516 "kind": [ 13517 "test" 13518 ], 13519 "name": "zstd", 13520 "required-features": [ 13521 "zstd", 13522 "stream" 13523 ], 13524 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/zstd.rs", 13525 "test": true 13526 }, 13527 { 13528 "crate_types": [ 13529 "bin" 13530 ], 13531 "doc": false, 13532 "doctest": false, 13533 "edition": "2021", 13534 "kind": [ 13535 "test" 13536 ], 13537 "name": "deflate", 13538 "required-features": [ 13539 "deflate", 13540 "stream" 13541 ], 13542 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/deflate.rs", 13543 "test": true 13544 }, 13545 { 13546 "crate_types": [ 13547 "bin" 13548 ], 13549 "doc": false, 13550 "doctest": false, 13551 "edition": "2021", 13552 "kind": [ 13553 "test" 13554 ], 13555 "name": "multipart", 13556 "required-features": [ 13557 "multipart" 13558 ], 13559 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/multipart.rs", 13560 "test": true 13561 }, 13562 { 13563 "crate_types": [ 13564 "bin" 13565 ], 13566 "doc": false, 13567 "doctest": false, 13568 "edition": "2021", 13569 "kind": [ 13570 "test" 13571 ], 13572 "name": "upgrade", 13573 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/upgrade.rs", 13574 "test": true 13575 }, 13576 { 13577 "crate_types": [ 13578 "bin" 13579 ], 13580 "doc": false, 13581 "doctest": false, 13582 "edition": "2021", 13583 "kind": [ 13584 "test" 13585 ], 13586 "name": "badssl", 13587 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/badssl.rs", 13588 "test": true 13589 }, 13590 { 13591 "crate_types": [ 13592 "bin" 13593 ], 13594 "doc": false, 13595 "doctest": false, 13596 "edition": "2021", 13597 "kind": [ 13598 "test" 13599 ], 13600 "name": "timeouts", 13601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/timeouts.rs", 13602 "test": true 13603 }, 13604 { 13605 "crate_types": [ 13606 "bin" 13607 ], 13608 "doc": false, 13609 "doctest": false, 13610 "edition": "2021", 13611 "kind": [ 13612 "test" 13613 ], 13614 "name": "proxy", 13615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/proxy.rs", 13616 "test": true 13617 }, 13618 { 13619 "crate_types": [ 13620 "bin" 13621 ], 13622 "doc": false, 13623 "doctest": false, 13624 "edition": "2021", 13625 "kind": [ 13626 "test" 13627 ], 13628 "name": "redirect", 13629 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/redirect.rs", 13630 "test": true 13631 }, 13632 { 13633 "crate_types": [ 13634 "bin" 13635 ], 13636 "doc": false, 13637 "doctest": false, 13638 "edition": "2021", 13639 "kind": [ 13640 "test" 13641 ], 13642 "name": "wasm_simple", 13643 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/wasm_simple.rs", 13644 "test": true 13645 }, 13646 { 13647 "crate_types": [ 13648 "bin" 13649 ], 13650 "doc": false, 13651 "doctest": false, 13652 "edition": "2021", 13653 "kind": [ 13654 "test" 13655 ], 13656 "name": "client", 13657 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.4/tests/client.rs", 13658 "test": true 13659 } 13660 ], 13661 "version": "0.12.4" 13662 }, 13663 { 13664 "authors": [], 13665 "categories": [], 13666 "default_run": null, 13667 "dependencies": [ 13668 { 13669 "features": [], 13670 "kind": null, 13671 "name": "iana-time-zone", 13672 "optional": false, 13673 "registry": null, 13674 "rename": null, 13675 "req": "=0.1.60", 13676 "source": "registry+https://github.com/rust-lang/crates.io-index", 13677 "target": null, 13678 "uses_default_features": true 13679 }, 13680 { 13681 "features": [], 13682 "kind": null, 13683 "name": "reqwest", 13684 "optional": false, 13685 "registry": null, 13686 "rename": null, 13687 "req": "=0.12.4", 13688 "source": "registry+https://github.com/rust-lang/crates.io-index", 13689 "target": null, 13690 "uses_default_features": true 13691 }, 13692 { 13693 "features": [ 13694 "io-util" 13695 ], 13696 "kind": null, 13697 "name": "tokio", 13698 "optional": false, 13699 "registry": null, 13700 "rename": null, 13701 "req": "=1.37.0", 13702 "source": "registry+https://github.com/rust-lang/crates.io-index", 13703 "target": null, 13704 "uses_default_features": true 13705 } 13706 ], 13707 "description": null, 13708 "documentation": null, 13709 "edition": "2018", 13710 "features": {}, 13711 "homepage": null, 13712 "id": "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0", 13713 "keywords": [], 13714 "license": null, 13715 "license_file": null, 13716 "links": null, 13717 "manifest_path": "{TEMP_DIR}/resolver_2_deps/Cargo.toml", 13718 "metadata": null, 13719 "name": "resolver_2_deps", 13720 "publish": null, 13721 "readme": null, 13722 "repository": null, 13723 "rust_version": null, 13724 "source": null, 13725 "targets": [ 13726 { 13727 "crate_types": [ 13728 "lib" 13729 ], 13730 "doc": true, 13731 "doctest": true, 13732 "edition": "2018", 13733 "kind": [ 13734 "lib" 13735 ], 13736 "name": "resolver_2_deps", 13737 "src_path": "{TEMP_DIR}/resolver_2_deps/lib.rs", 13738 "test": true 13739 } 13740 ], 13741 "version": "0.1.0" 13742 }, 13743 { 13744 "authors": [ 13745 "Alex Crichton <[email protected]>" 13746 ], 13747 "categories": [], 13748 "default_run": null, 13749 "dependencies": [ 13750 { 13751 "features": [], 13752 "kind": null, 13753 "name": "compiler_builtins", 13754 "optional": true, 13755 "registry": null, 13756 "rename": null, 13757 "req": "^0.1.2", 13758 "source": "registry+https://github.com/rust-lang/crates.io-index", 13759 "target": null, 13760 "uses_default_features": true 13761 }, 13762 { 13763 "features": [], 13764 "kind": null, 13765 "name": "rustc-std-workspace-core", 13766 "optional": true, 13767 "registry": null, 13768 "rename": "core", 13769 "req": "^1.0.0", 13770 "source": "registry+https://github.com/rust-lang/crates.io-index", 13771 "target": null, 13772 "uses_default_features": true 13773 } 13774 ], 13775 "description": "Rust compiler symbol demangling.\n", 13776 "documentation": "https://docs.rs/rustc-demangle", 13777 "edition": "2015", 13778 "features": { 13779 "compiler_builtins": [ 13780 "dep:compiler_builtins" 13781 ], 13782 "core": [ 13783 "dep:core" 13784 ], 13785 "rustc-dep-of-std": [ 13786 "core", 13787 "compiler_builtins" 13788 ], 13789 "std": [] 13790 }, 13791 "homepage": "https://github.com/alexcrichton/rustc-demangle", 13792 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 13793 "keywords": [], 13794 "license": "MIT/Apache-2.0", 13795 "license_file": null, 13796 "links": null, 13797 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/Cargo.toml", 13798 "metadata": { 13799 "docs": { 13800 "rs": { 13801 "features": [ 13802 "std" 13803 ], 13804 "rustdoc-args": [ 13805 "--cfg", 13806 "docsrs" 13807 ] 13808 } 13809 } 13810 }, 13811 "name": "rustc-demangle", 13812 "publish": null, 13813 "readme": "README.md", 13814 "repository": "https://github.com/alexcrichton/rustc-demangle", 13815 "rust_version": null, 13816 "source": "registry+https://github.com/rust-lang/crates.io-index", 13817 "targets": [ 13818 { 13819 "crate_types": [ 13820 "lib" 13821 ], 13822 "doc": true, 13823 "doctest": true, 13824 "edition": "2015", 13825 "kind": [ 13826 "lib" 13827 ], 13828 "name": "rustc_demangle", 13829 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs", 13830 "test": true 13831 } 13832 ], 13833 "version": "0.1.23" 13834 }, 13835 { 13836 "authors": [ 13837 "Dan Gohman <[email protected]>", 13838 "Jakub Konka <[email protected]>" 13839 ], 13840 "categories": [ 13841 "os::unix-apis", 13842 "date-and-time", 13843 "filesystem", 13844 "network-programming" 13845 ], 13846 "default_run": null, 13847 "dependencies": [ 13848 { 13849 "features": [], 13850 "kind": null, 13851 "name": "rustc-std-workspace-alloc", 13852 "optional": true, 13853 "registry": null, 13854 "rename": "alloc", 13855 "req": "^1.0.0", 13856 "source": "registry+https://github.com/rust-lang/crates.io-index", 13857 "target": null, 13858 "uses_default_features": true 13859 }, 13860 { 13861 "features": [], 13862 "kind": null, 13863 "name": "bitflags", 13864 "optional": false, 13865 "registry": null, 13866 "rename": null, 13867 "req": "^2.4.0", 13868 "source": "registry+https://github.com/rust-lang/crates.io-index", 13869 "target": null, 13870 "uses_default_features": false 13871 }, 13872 { 13873 "features": [], 13874 "kind": null, 13875 "name": "compiler_builtins", 13876 "optional": true, 13877 "registry": null, 13878 "rename": null, 13879 "req": "^0.1.49", 13880 "source": "registry+https://github.com/rust-lang/crates.io-index", 13881 "target": null, 13882 "uses_default_features": true 13883 }, 13884 { 13885 "features": [], 13886 "kind": null, 13887 "name": "rustc-std-workspace-core", 13888 "optional": true, 13889 "registry": null, 13890 "rename": "core", 13891 "req": "^1.0.0", 13892 "source": "registry+https://github.com/rust-lang/crates.io-index", 13893 "target": null, 13894 "uses_default_features": true 13895 }, 13896 { 13897 "features": [], 13898 "kind": null, 13899 "name": "itoa", 13900 "optional": true, 13901 "registry": null, 13902 "rename": null, 13903 "req": "^1.0.1", 13904 "source": "registry+https://github.com/rust-lang/crates.io-index", 13905 "target": null, 13906 "uses_default_features": false 13907 }, 13908 { 13909 "features": [], 13910 "kind": "dev", 13911 "name": "flate2", 13912 "optional": false, 13913 "registry": null, 13914 "rename": null, 13915 "req": "^1.0", 13916 "source": "registry+https://github.com/rust-lang/crates.io-index", 13917 "target": null, 13918 "uses_default_features": true 13919 }, 13920 { 13921 "features": [], 13922 "kind": "dev", 13923 "name": "libc", 13924 "optional": false, 13925 "registry": null, 13926 "rename": null, 13927 "req": "^0.2.153", 13928 "source": "registry+https://github.com/rust-lang/crates.io-index", 13929 "target": null, 13930 "uses_default_features": true 13931 }, 13932 { 13933 "features": [], 13934 "kind": "dev", 13935 "name": "errno", 13936 "optional": false, 13937 "registry": null, 13938 "rename": "libc_errno", 13939 "req": "^0.3.8", 13940 "source": "registry+https://github.com/rust-lang/crates.io-index", 13941 "target": null, 13942 "uses_default_features": false 13943 }, 13944 { 13945 "features": [], 13946 "kind": "dev", 13947 "name": "memoffset", 13948 "optional": false, 13949 "registry": null, 13950 "rename": null, 13951 "req": "^0.9.0", 13952 "source": "registry+https://github.com/rust-lang/crates.io-index", 13953 "target": null, 13954 "uses_default_features": true 13955 }, 13956 { 13957 "features": [], 13958 "kind": "dev", 13959 "name": "serial_test", 13960 "optional": false, 13961 "registry": null, 13962 "rename": null, 13963 "req": "^2.0.0", 13964 "source": "registry+https://github.com/rust-lang/crates.io-index", 13965 "target": null, 13966 "uses_default_features": true 13967 }, 13968 { 13969 "features": [], 13970 "kind": "dev", 13971 "name": "static_assertions", 13972 "optional": false, 13973 "registry": null, 13974 "rename": null, 13975 "req": "^1.1.0", 13976 "source": "registry+https://github.com/rust-lang/crates.io-index", 13977 "target": null, 13978 "uses_default_features": true 13979 }, 13980 { 13981 "features": [], 13982 "kind": "dev", 13983 "name": "tempfile", 13984 "optional": false, 13985 "registry": null, 13986 "rename": null, 13987 "req": "^3.5.0", 13988 "source": "registry+https://github.com/rust-lang/crates.io-index", 13989 "target": null, 13990 "uses_default_features": true 13991 }, 13992 { 13993 "features": [ 13994 "general", 13995 "ioctl", 13996 "no_std" 13997 ], 13998 "kind": null, 13999 "name": "linux-raw-sys", 14000 "optional": false, 14001 "registry": null, 14002 "rename": null, 14003 "req": "^0.4.12", 14004 "source": "registry+https://github.com/rust-lang/crates.io-index", 14005 "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))", 14006 "uses_default_features": false 14007 }, 14008 { 14009 "features": [], 14010 "kind": "dev", 14011 "name": "criterion", 14012 "optional": false, 14013 "registry": null, 14014 "rename": null, 14015 "req": "^0.4", 14016 "source": "registry+https://github.com/rust-lang/crates.io-index", 14017 "target": "cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 14018 "uses_default_features": true 14019 }, 14020 { 14021 "features": [], 14022 "kind": null, 14023 "name": "libc", 14024 "optional": true, 14025 "registry": null, 14026 "rename": null, 14027 "req": "^0.2.153", 14028 "source": "registry+https://github.com/rust-lang/crates.io-index", 14029 "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))", 14030 "uses_default_features": false 14031 }, 14032 { 14033 "features": [], 14034 "kind": null, 14035 "name": "errno", 14036 "optional": true, 14037 "registry": null, 14038 "rename": "libc_errno", 14039 "req": "^0.3.8", 14040 "source": "registry+https://github.com/rust-lang/crates.io-index", 14041 "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))", 14042 "uses_default_features": false 14043 }, 14044 { 14045 "features": [ 14046 "general", 14047 "errno", 14048 "ioctl", 14049 "no_std", 14050 "elf" 14051 ], 14052 "kind": null, 14053 "name": "linux-raw-sys", 14054 "optional": false, 14055 "registry": null, 14056 "rename": null, 14057 "req": "^0.4.12", 14058 "source": "registry+https://github.com/rust-lang/crates.io-index", 14059 "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))", 14060 "uses_default_features": false 14061 }, 14062 { 14063 "features": [], 14064 "kind": null, 14065 "name": "libc", 14066 "optional": false, 14067 "registry": null, 14068 "rename": null, 14069 "req": "^0.2.153", 14070 "source": "registry+https://github.com/rust-lang/crates.io-index", 14071 "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))", 14072 "uses_default_features": false 14073 }, 14074 { 14075 "features": [], 14076 "kind": null, 14077 "name": "errno", 14078 "optional": false, 14079 "registry": null, 14080 "rename": "libc_errno", 14081 "req": "^0.3.8", 14082 "source": "registry+https://github.com/rust-lang/crates.io-index", 14083 "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))", 14084 "uses_default_features": false 14085 }, 14086 { 14087 "features": [], 14088 "kind": null, 14089 "name": "once_cell", 14090 "optional": true, 14091 "registry": null, 14092 "rename": null, 14093 "req": "^1.5.2", 14094 "source": "registry+https://github.com/rust-lang/crates.io-index", 14095 "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", 14096 "uses_default_features": true 14097 }, 14098 { 14099 "features": [], 14100 "kind": null, 14101 "name": "errno", 14102 "optional": false, 14103 "registry": null, 14104 "rename": "libc_errno", 14105 "req": "^0.3.8", 14106 "source": "registry+https://github.com/rust-lang/crates.io-index", 14107 "target": "cfg(windows)", 14108 "uses_default_features": false 14109 }, 14110 { 14111 "features": [ 14112 "Win32_Foundation", 14113 "Win32_Networking_WinSock", 14114 "Win32_NetworkManagement_IpHelper", 14115 "Win32_System_Threading" 14116 ], 14117 "kind": null, 14118 "name": "windows-sys", 14119 "optional": false, 14120 "registry": null, 14121 "rename": null, 14122 "req": "^0.52.0", 14123 "source": "registry+https://github.com/rust-lang/crates.io-index", 14124 "target": "cfg(windows)", 14125 "uses_default_features": true 14126 }, 14127 { 14128 "features": [], 14129 "kind": "dev", 14130 "name": "ctor", 14131 "optional": false, 14132 "registry": null, 14133 "rename": null, 14134 "req": "^0.2.0", 14135 "source": "registry+https://github.com/rust-lang/crates.io-index", 14136 "target": "cfg(windows)", 14137 "uses_default_features": true 14138 } 14139 ], 14140 "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls", 14141 "documentation": "https://docs.rs/rustix", 14142 "edition": "2021", 14143 "features": { 14144 "all-apis": [ 14145 "event", 14146 "fs", 14147 "io_uring", 14148 "mm", 14149 "mount", 14150 "net", 14151 "param", 14152 "pipe", 14153 "process", 14154 "procfs", 14155 "pty", 14156 "rand", 14157 "runtime", 14158 "shm", 14159 "stdio", 14160 "system", 14161 "termios", 14162 "thread", 14163 "time" 14164 ], 14165 "alloc": [], 14166 "cc": [], 14167 "default": [ 14168 "std", 14169 "use-libc-auxv" 14170 ], 14171 "event": [], 14172 "fs": [], 14173 "io_uring": [ 14174 "event", 14175 "fs", 14176 "net", 14177 "linux-raw-sys/io_uring" 14178 ], 14179 "itoa": [ 14180 "dep:itoa" 14181 ], 14182 "libc": [ 14183 "dep:libc" 14184 ], 14185 "libc-extra-traits": [ 14186 "libc?/extra_traits" 14187 ], 14188 "libc_errno": [ 14189 "dep:libc_errno" 14190 ], 14191 "linux_4_11": [], 14192 "linux_latest": [ 14193 "linux_4_11" 14194 ], 14195 "mm": [], 14196 "mount": [], 14197 "net": [ 14198 "linux-raw-sys/net", 14199 "linux-raw-sys/netlink", 14200 "linux-raw-sys/if_ether", 14201 "linux-raw-sys/xdp" 14202 ], 14203 "once_cell": [ 14204 "dep:once_cell" 14205 ], 14206 "param": [ 14207 "fs" 14208 ], 14209 "pipe": [], 14210 "process": [ 14211 "linux-raw-sys/prctl" 14212 ], 14213 "procfs": [ 14214 "once_cell", 14215 "itoa", 14216 "fs" 14217 ], 14218 "pty": [ 14219 "itoa", 14220 "fs" 14221 ], 14222 "rand": [], 14223 "runtime": [ 14224 "linux-raw-sys/prctl" 14225 ], 14226 "rustc-dep-of-std": [ 14227 "dep:core", 14228 "dep:alloc", 14229 "dep:compiler_builtins", 14230 "linux-raw-sys/rustc-dep-of-std", 14231 "bitflags/rustc-dep-of-std", 14232 "compiler_builtins?/rustc-dep-of-std" 14233 ], 14234 "shm": [ 14235 "fs" 14236 ], 14237 "std": [ 14238 "bitflags/std", 14239 "alloc", 14240 "libc?/std", 14241 "libc_errno?/std", 14242 "libc-extra-traits" 14243 ], 14244 "stdio": [], 14245 "system": [ 14246 "linux-raw-sys/system" 14247 ], 14248 "termios": [], 14249 "thread": [ 14250 "linux-raw-sys/prctl" 14251 ], 14252 "time": [], 14253 "use-explicitly-provided-auxv": [], 14254 "use-libc": [ 14255 "libc_errno", 14256 "libc", 14257 "libc-extra-traits" 14258 ], 14259 "use-libc-auxv": [] 14260 }, 14261 "homepage": null, 14262 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14263 "keywords": [ 14264 "api", 14265 "file", 14266 "network", 14267 "safe", 14268 "syscall" 14269 ], 14270 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", 14271 "license_file": null, 14272 "links": null, 14273 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/Cargo.toml", 14274 "metadata": { 14275 "docs": { 14276 "rs": { 14277 "features": [ 14278 "all-apis" 14279 ], 14280 "rustdoc-args": [ 14281 "--cfg", 14282 "doc_cfg" 14283 ], 14284 "targets": [ 14285 "x86_64-unknown-linux-gnu", 14286 "i686-unknown-linux-gnu", 14287 "x86_64-apple-darwin", 14288 "x86_64-pc-windows-msvc", 14289 "x86_64-unknown-freebsd", 14290 "x86_64-unknown-openbsd", 14291 "x86_64-unknown-netbsd", 14292 "x86_64-unknown-dragonfly", 14293 "x86_64-unknown-illumos", 14294 "x86_64-unknown-redox", 14295 "x86_64-unknown-haiku", 14296 "wasm32-unknown-emscripten", 14297 "wasm32-wasi" 14298 ] 14299 } 14300 } 14301 }, 14302 "name": "rustix", 14303 "publish": null, 14304 "readme": "README.md", 14305 "repository": "https://github.com/bytecodealliance/rustix", 14306 "rust_version": "1.63", 14307 "source": "registry+https://github.com/rust-lang/crates.io-index", 14308 "targets": [ 14309 { 14310 "crate_types": [ 14311 "lib" 14312 ], 14313 "doc": true, 14314 "doctest": true, 14315 "edition": "2021", 14316 "kind": [ 14317 "lib" 14318 ], 14319 "name": "rustix", 14320 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs", 14321 "test": true 14322 }, 14323 { 14324 "crate_types": [ 14325 "bin" 14326 ], 14327 "doc": false, 14328 "doctest": false, 14329 "edition": "2021", 14330 "kind": [ 14331 "bench" 14332 ], 14333 "name": "mod", 14334 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/benches/mod.rs", 14335 "test": false 14336 }, 14337 { 14338 "crate_types": [ 14339 "bin" 14340 ], 14341 "doc": false, 14342 "doctest": false, 14343 "edition": "2021", 14344 "kind": [ 14345 "custom-build" 14346 ], 14347 "name": "build-script-build", 14348 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/build.rs", 14349 "test": false 14350 } 14351 ], 14352 "version": "0.38.34" 14353 }, 14354 { 14355 "authors": [], 14356 "categories": [ 14357 "network-programming", 14358 "cryptography" 14359 ], 14360 "default_run": null, 14361 "dependencies": [ 14362 { 14363 "features": [ 14364 "alloc" 14365 ], 14366 "kind": null, 14367 "name": "base64", 14368 "optional": false, 14369 "registry": null, 14370 "rename": null, 14371 "req": "^0.22", 14372 "source": "registry+https://github.com/rust-lang/crates.io-index", 14373 "target": null, 14374 "uses_default_features": false 14375 }, 14376 { 14377 "features": [], 14378 "kind": null, 14379 "name": "rustls-pki-types", 14380 "optional": false, 14381 "registry": null, 14382 "rename": "pki-types", 14383 "req": "^1.3", 14384 "source": "registry+https://github.com/rust-lang/crates.io-index", 14385 "target": null, 14386 "uses_default_features": true 14387 }, 14388 { 14389 "features": [], 14390 "kind": "dev", 14391 "name": "bencher", 14392 "optional": false, 14393 "registry": null, 14394 "rename": null, 14395 "req": "^0.1.5", 14396 "source": "registry+https://github.com/rust-lang/crates.io-index", 14397 "target": null, 14398 "uses_default_features": true 14399 } 14400 ], 14401 "description": "Basic .pem file parser for keys and certificates", 14402 "documentation": null, 14403 "edition": "2018", 14404 "features": { 14405 "default": [ 14406 "std" 14407 ], 14408 "std": [ 14409 "base64/std" 14410 ] 14411 }, 14412 "homepage": "https://github.com/rustls/pemfile", 14413 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14414 "keywords": [], 14415 "license": "Apache-2.0 OR ISC OR MIT", 14416 "license_file": null, 14417 "links": null, 14418 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/Cargo.toml", 14419 "metadata": null, 14420 "name": "rustls-pemfile", 14421 "publish": null, 14422 "readme": "README.md", 14423 "repository": "https://github.com/rustls/pemfile", 14424 "rust_version": null, 14425 "source": "registry+https://github.com/rust-lang/crates.io-index", 14426 "targets": [ 14427 { 14428 "crate_types": [ 14429 "lib" 14430 ], 14431 "doc": true, 14432 "doctest": true, 14433 "edition": "2018", 14434 "kind": [ 14435 "lib" 14436 ], 14437 "name": "rustls_pemfile", 14438 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs", 14439 "test": true 14440 }, 14441 { 14442 "crate_types": [ 14443 "bin" 14444 ], 14445 "doc": false, 14446 "doctest": false, 14447 "edition": "2018", 14448 "kind": [ 14449 "test" 14450 ], 14451 "name": "integration", 14452 "required-features": [ 14453 "std" 14454 ], 14455 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/tests/integration.rs", 14456 "test": true 14457 }, 14458 { 14459 "crate_types": [ 14460 "bin" 14461 ], 14462 "doc": false, 14463 "doctest": false, 14464 "edition": "2018", 14465 "kind": [ 14466 "bench" 14467 ], 14468 "name": "benchmark", 14469 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/benches/benchmark.rs", 14470 "test": false 14471 } 14472 ], 14473 "version": "2.1.2" 14474 }, 14475 { 14476 "authors": [], 14477 "categories": [ 14478 "network-programming", 14479 "data-structures", 14480 "cryptography" 14481 ], 14482 "default_run": null, 14483 "dependencies": [ 14484 { 14485 "features": [], 14486 "kind": null, 14487 "name": "web-time", 14488 "optional": true, 14489 "registry": null, 14490 "rename": null, 14491 "req": "^1", 14492 "source": "registry+https://github.com/rust-lang/crates.io-index", 14493 "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))", 14494 "uses_default_features": true 14495 } 14496 ], 14497 "description": "Shared types for the rustls PKI ecosystem", 14498 "documentation": "https://docs.rs/rustls-pki-types", 14499 "edition": "2021", 14500 "features": { 14501 "alloc": [], 14502 "default": [ 14503 "alloc" 14504 ], 14505 "std": [ 14506 "alloc" 14507 ], 14508 "web": [ 14509 "web-time" 14510 ], 14511 "web-time": [ 14512 "dep:web-time" 14513 ] 14514 }, 14515 "homepage": "https://github.com/rustls/pki-types", 14516 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14517 "keywords": [], 14518 "license": "MIT OR Apache-2.0", 14519 "license_file": null, 14520 "links": null, 14521 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/Cargo.toml", 14522 "metadata": { 14523 "docs": { 14524 "rs": { 14525 "all-features": true, 14526 "rustdoc-args": [ 14527 "--cfg", 14528 "docsrs" 14529 ] 14530 } 14531 } 14532 }, 14533 "name": "rustls-pki-types", 14534 "publish": null, 14535 "readme": "README.md", 14536 "repository": "https://github.com/rustls/pki-types", 14537 "rust_version": "1.60", 14538 "source": "registry+https://github.com/rust-lang/crates.io-index", 14539 "targets": [ 14540 { 14541 "crate_types": [ 14542 "lib" 14543 ], 14544 "doc": true, 14545 "doctest": true, 14546 "edition": "2021", 14547 "kind": [ 14548 "lib" 14549 ], 14550 "name": "rustls_pki_types", 14551 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/src/lib.rs", 14552 "test": true 14553 }, 14554 { 14555 "crate_types": [ 14556 "bin" 14557 ], 14558 "doc": false, 14559 "doctest": false, 14560 "edition": "2021", 14561 "kind": [ 14562 "test" 14563 ], 14564 "name": "key_type", 14565 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/tests/key_type.rs", 14566 "test": true 14567 }, 14568 { 14569 "crate_types": [ 14570 "bin" 14571 ], 14572 "doc": false, 14573 "doctest": false, 14574 "edition": "2021", 14575 "kind": [ 14576 "test" 14577 ], 14578 "name": "server_name", 14579 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/tests/server_name.rs", 14580 "test": true 14581 }, 14582 { 14583 "crate_types": [ 14584 "bin" 14585 ], 14586 "doc": false, 14587 "doctest": false, 14588 "edition": "2021", 14589 "kind": [ 14590 "test" 14591 ], 14592 "name": "dns_name", 14593 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.5.0/tests/dns_name.rs", 14594 "test": true 14595 } 14596 ], 14597 "version": "1.5.0" 14598 }, 14599 { 14600 "authors": [ 14601 "David Tolnay <[email protected]>" 14602 ], 14603 "categories": [ 14604 "value-formatting", 14605 "no-std", 14606 "no-std::no-alloc" 14607 ], 14608 "default_run": null, 14609 "dependencies": [ 14610 { 14611 "features": [], 14612 "kind": null, 14613 "name": "no-panic", 14614 "optional": true, 14615 "registry": null, 14616 "rename": null, 14617 "req": "^0.1", 14618 "source": "registry+https://github.com/rust-lang/crates.io-index", 14619 "target": null, 14620 "uses_default_features": true 14621 }, 14622 { 14623 "features": [], 14624 "kind": "dev", 14625 "name": "num_cpus", 14626 "optional": false, 14627 "registry": null, 14628 "rename": null, 14629 "req": "^1.8", 14630 "source": "registry+https://github.com/rust-lang/crates.io-index", 14631 "target": null, 14632 "uses_default_features": true 14633 }, 14634 { 14635 "features": [], 14636 "kind": "dev", 14637 "name": "rand", 14638 "optional": false, 14639 "registry": null, 14640 "rename": null, 14641 "req": "^0.8", 14642 "source": "registry+https://github.com/rust-lang/crates.io-index", 14643 "target": null, 14644 "uses_default_features": true 14645 }, 14646 { 14647 "features": [], 14648 "kind": "dev", 14649 "name": "rand_xorshift", 14650 "optional": false, 14651 "registry": null, 14652 "rename": null, 14653 "req": "^0.3", 14654 "source": "registry+https://github.com/rust-lang/crates.io-index", 14655 "target": null, 14656 "uses_default_features": true 14657 } 14658 ], 14659 "description": "Fast floating point to string conversion", 14660 "documentation": "https://docs.rs/ryu", 14661 "edition": "2018", 14662 "features": { 14663 "no-panic": [ 14664 "dep:no-panic" 14665 ], 14666 "small": [] 14667 }, 14668 "homepage": null, 14669 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14670 "keywords": [ 14671 "float" 14672 ], 14673 "license": "Apache-2.0 OR BSL-1.0", 14674 "license_file": null, 14675 "links": null, 14676 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/Cargo.toml", 14677 "metadata": { 14678 "docs": { 14679 "rs": { 14680 "rustdoc-args": [ 14681 "--generate-link-to-definition" 14682 ], 14683 "targets": [ 14684 "x86_64-unknown-linux-gnu" 14685 ] 14686 } 14687 } 14688 }, 14689 "name": "ryu", 14690 "publish": null, 14691 "readme": "README.md", 14692 "repository": "https://github.com/dtolnay/ryu", 14693 "rust_version": "1.36", 14694 "source": "registry+https://github.com/rust-lang/crates.io-index", 14695 "targets": [ 14696 { 14697 "crate_types": [ 14698 "lib" 14699 ], 14700 "doc": true, 14701 "doctest": true, 14702 "edition": "2018", 14703 "kind": [ 14704 "lib" 14705 ], 14706 "name": "ryu", 14707 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/src/lib.rs", 14708 "test": true 14709 }, 14710 { 14711 "crate_types": [ 14712 "bin" 14713 ], 14714 "doc": false, 14715 "doctest": false, 14716 "edition": "2018", 14717 "kind": [ 14718 "example" 14719 ], 14720 "name": "upstream_benchmark", 14721 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/examples/upstream_benchmark.rs", 14722 "test": false 14723 }, 14724 { 14725 "crate_types": [ 14726 "bin" 14727 ], 14728 "doc": false, 14729 "doctest": false, 14730 "edition": "2018", 14731 "kind": [ 14732 "test" 14733 ], 14734 "name": "d2s_table_test", 14735 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_table_test.rs", 14736 "test": true 14737 }, 14738 { 14739 "crate_types": [ 14740 "bin" 14741 ], 14742 "doc": false, 14743 "doctest": false, 14744 "edition": "2018", 14745 "kind": [ 14746 "test" 14747 ], 14748 "name": "common_test", 14749 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/common_test.rs", 14750 "test": true 14751 }, 14752 { 14753 "crate_types": [ 14754 "bin" 14755 ], 14756 "doc": false, 14757 "doctest": false, 14758 "edition": "2018", 14759 "kind": [ 14760 "test" 14761 ], 14762 "name": "d2s_intrinsics_test", 14763 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_intrinsics_test.rs", 14764 "test": true 14765 }, 14766 { 14767 "crate_types": [ 14768 "bin" 14769 ], 14770 "doc": false, 14771 "doctest": false, 14772 "edition": "2018", 14773 "kind": [ 14774 "test" 14775 ], 14776 "name": "d2s_test", 14777 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_test.rs", 14778 "test": true 14779 }, 14780 { 14781 "crate_types": [ 14782 "bin" 14783 ], 14784 "doc": false, 14785 "doctest": false, 14786 "edition": "2018", 14787 "kind": [ 14788 "test" 14789 ], 14790 "name": "s2d_test", 14791 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2d_test.rs", 14792 "test": true 14793 }, 14794 { 14795 "crate_types": [ 14796 "bin" 14797 ], 14798 "doc": false, 14799 "doctest": false, 14800 "edition": "2018", 14801 "kind": [ 14802 "test" 14803 ], 14804 "name": "exhaustive", 14805 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/exhaustive.rs", 14806 "test": true 14807 }, 14808 { 14809 "crate_types": [ 14810 "bin" 14811 ], 14812 "doc": false, 14813 "doctest": false, 14814 "edition": "2018", 14815 "kind": [ 14816 "test" 14817 ], 14818 "name": "f2s_test", 14819 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/f2s_test.rs", 14820 "test": true 14821 }, 14822 { 14823 "crate_types": [ 14824 "bin" 14825 ], 14826 "doc": false, 14827 "doctest": false, 14828 "edition": "2018", 14829 "kind": [ 14830 "test" 14831 ], 14832 "name": "s2f_test", 14833 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2f_test.rs", 14834 "test": true 14835 }, 14836 { 14837 "crate_types": [ 14838 "bin" 14839 ], 14840 "doc": false, 14841 "doctest": false, 14842 "edition": "2018", 14843 "kind": [ 14844 "bench" 14845 ], 14846 "name": "bench", 14847 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/benches/bench.rs", 14848 "test": false 14849 } 14850 ], 14851 "version": "1.0.17" 14852 }, 14853 { 14854 "authors": [ 14855 "Steven Fackler <[email protected]>", 14856 "Steffen Butzer <[email protected]>" 14857 ], 14858 "categories": [], 14859 "default_run": null, 14860 "dependencies": [ 14861 { 14862 "features": [ 14863 "Win32_Foundation", 14864 "Win32_Security_Cryptography", 14865 "Win32_Security_Authentication_Identity", 14866 "Win32_Security_Credentials", 14867 "Win32_System_Memory" 14868 ], 14869 "kind": null, 14870 "name": "windows-sys", 14871 "optional": false, 14872 "registry": null, 14873 "rename": null, 14874 "req": "^0.52", 14875 "source": "registry+https://github.com/rust-lang/crates.io-index", 14876 "target": null, 14877 "uses_default_features": true 14878 }, 14879 { 14880 "features": [ 14881 "Win32_System_SystemInformation", 14882 "Win32_System_Time" 14883 ], 14884 "kind": "dev", 14885 "name": "windows-sys", 14886 "optional": false, 14887 "registry": null, 14888 "rename": null, 14889 "req": "^0.52", 14890 "source": "registry+https://github.com/rust-lang/crates.io-index", 14891 "target": null, 14892 "uses_default_features": true 14893 } 14894 ], 14895 "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl", 14896 "documentation": "https://docs.rs/schannel/0.1.19/schannel/", 14897 "edition": "2018", 14898 "features": {}, 14899 "homepage": null, 14900 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14901 "keywords": [ 14902 "windows", 14903 "schannel", 14904 "tls", 14905 "ssl", 14906 "https" 14907 ], 14908 "license": "MIT", 14909 "license_file": null, 14910 "links": null, 14911 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.23/Cargo.toml", 14912 "metadata": { 14913 "docs": { 14914 "rs": { 14915 "default-target": "x86_64-pc-windows-msvc" 14916 } 14917 } 14918 }, 14919 "name": "schannel", 14920 "publish": null, 14921 "readme": "README.md", 14922 "repository": "https://github.com/steffengy/schannel-rs", 14923 "rust_version": "1.56.0", 14924 "source": "registry+https://github.com/rust-lang/crates.io-index", 14925 "targets": [ 14926 { 14927 "crate_types": [ 14928 "lib" 14929 ], 14930 "doc": true, 14931 "doctest": true, 14932 "edition": "2018", 14933 "kind": [ 14934 "lib" 14935 ], 14936 "name": "schannel", 14937 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.23/src/lib.rs", 14938 "test": true 14939 } 14940 ], 14941 "version": "0.1.23" 14942 }, 14943 { 14944 "authors": [ 14945 "Steven Fackler <[email protected]>", 14946 "Kornel <[email protected]>" 14947 ], 14948 "categories": [ 14949 "os::macos-apis", 14950 "cryptography", 14951 "api-bindings" 14952 ], 14953 "default_run": null, 14954 "dependencies": [ 14955 { 14956 "features": [], 14957 "kind": null, 14958 "name": "bitflags", 14959 "optional": false, 14960 "registry": null, 14961 "rename": null, 14962 "req": "^1.3.2", 14963 "source": "registry+https://github.com/rust-lang/crates.io-index", 14964 "target": null, 14965 "uses_default_features": true 14966 }, 14967 { 14968 "features": [], 14969 "kind": null, 14970 "name": "core-foundation", 14971 "optional": false, 14972 "registry": null, 14973 "rename": null, 14974 "req": "^0.9.3", 14975 "source": "registry+https://github.com/rust-lang/crates.io-index", 14976 "target": null, 14977 "uses_default_features": true 14978 }, 14979 { 14980 "features": [], 14981 "kind": null, 14982 "name": "core-foundation-sys", 14983 "optional": false, 14984 "registry": null, 14985 "rename": null, 14986 "req": "^0.8.3", 14987 "source": "registry+https://github.com/rust-lang/crates.io-index", 14988 "target": null, 14989 "uses_default_features": true 14990 }, 14991 { 14992 "features": [], 14993 "kind": null, 14994 "name": "libc", 14995 "optional": false, 14996 "registry": null, 14997 "rename": null, 14998 "req": "^0.2.139", 14999 "source": "registry+https://github.com/rust-lang/crates.io-index", 15000 "target": null, 15001 "uses_default_features": true 15002 }, 15003 { 15004 "features": [], 15005 "kind": null, 15006 "name": "log", 15007 "optional": true, 15008 "registry": null, 15009 "rename": null, 15010 "req": "^0.4.17", 15011 "source": "registry+https://github.com/rust-lang/crates.io-index", 15012 "target": null, 15013 "uses_default_features": true 15014 }, 15015 { 15016 "features": [], 15017 "kind": null, 15018 "name": "num-bigint", 15019 "optional": true, 15020 "registry": null, 15021 "rename": null, 15022 "req": "^0.4.3", 15023 "source": "registry+https://github.com/rust-lang/crates.io-index", 15024 "target": null, 15025 "uses_default_features": true 15026 }, 15027 { 15028 "features": [], 15029 "kind": null, 15030 "name": "security-framework-sys", 15031 "optional": false, 15032 "registry": null, 15033 "rename": null, 15034 "req": "^2.10.0", 15035 "source": "registry+https://github.com/rust-lang/crates.io-index", 15036 "target": null, 15037 "uses_default_features": false 15038 }, 15039 { 15040 "features": [], 15041 "kind": "dev", 15042 "name": "env_logger", 15043 "optional": false, 15044 "registry": null, 15045 "rename": null, 15046 "req": "^0.10", 15047 "source": "registry+https://github.com/rust-lang/crates.io-index", 15048 "target": null, 15049 "uses_default_features": true 15050 }, 15051 { 15052 "features": [], 15053 "kind": "dev", 15054 "name": "hex", 15055 "optional": false, 15056 "registry": null, 15057 "rename": null, 15058 "req": "^0.4.3", 15059 "source": "registry+https://github.com/rust-lang/crates.io-index", 15060 "target": null, 15061 "uses_default_features": true 15062 }, 15063 { 15064 "features": [], 15065 "kind": "dev", 15066 "name": "tempfile", 15067 "optional": false, 15068 "registry": null, 15069 "rename": null, 15070 "req": "^3.3.0", 15071 "source": "registry+https://github.com/rust-lang/crates.io-index", 15072 "target": null, 15073 "uses_default_features": true 15074 }, 15075 { 15076 "features": [], 15077 "kind": "dev", 15078 "name": "time", 15079 "optional": false, 15080 "registry": null, 15081 "rename": null, 15082 "req": "^0.3.17", 15083 "source": "registry+https://github.com/rust-lang/crates.io-index", 15084 "target": null, 15085 "uses_default_features": true 15086 }, 15087 { 15088 "features": [], 15089 "kind": "dev", 15090 "name": "x509-parser", 15091 "optional": false, 15092 "registry": null, 15093 "rename": null, 15094 "req": "^0.16", 15095 "source": "registry+https://github.com/rust-lang/crates.io-index", 15096 "target": null, 15097 "uses_default_features": true 15098 } 15099 ], 15100 "description": "Security.framework bindings for macOS and iOS", 15101 "documentation": "https://docs.rs/security_framework", 15102 "edition": "2021", 15103 "features": { 15104 "OSX_10_10": [ 15105 "OSX_10_9", 15106 "security-framework-sys/OSX_10_10" 15107 ], 15108 "OSX_10_11": [ 15109 "OSX_10_10", 15110 "security-framework-sys/OSX_10_11" 15111 ], 15112 "OSX_10_12": [ 15113 "OSX_10_11", 15114 "security-framework-sys/OSX_10_12" 15115 ], 15116 "OSX_10_13": [ 15117 "OSX_10_12", 15118 "security-framework-sys/OSX_10_13", 15119 "alpn", 15120 "session-tickets", 15121 "serial-number-bigint" 15122 ], 15123 "OSX_10_14": [ 15124 "OSX_10_13", 15125 "security-framework-sys/OSX_10_14" 15126 ], 15127 "OSX_10_15": [ 15128 "OSX_10_14", 15129 "security-framework-sys/OSX_10_15" 15130 ], 15131 "OSX_10_9": [ 15132 "security-framework-sys/OSX_10_9" 15133 ], 15134 "alpn": [], 15135 "default": [ 15136 "OSX_10_11" 15137 ], 15138 "job-bless": [], 15139 "log": [ 15140 "dep:log" 15141 ], 15142 "nightly": [], 15143 "serial-number-bigint": [ 15144 "dep:num-bigint" 15145 ], 15146 "session-tickets": [] 15147 }, 15148 "homepage": "https://lib.rs/crates/security_framework", 15149 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15150 "keywords": [ 15151 "iOS", 15152 "TLS", 15153 "SSL", 15154 "crypto", 15155 "keychain" 15156 ], 15157 "license": "MIT OR Apache-2.0", 15158 "license_file": null, 15159 "links": null, 15160 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/Cargo.toml", 15161 "metadata": { 15162 "docs": { 15163 "rs": { 15164 "features": [ 15165 "OSX_10_15" 15166 ], 15167 "targets": [ 15168 "x86_64-apple-darwin", 15169 "aarch64-apple-ios" 15170 ] 15171 } 15172 } 15173 }, 15174 "name": "security-framework", 15175 "publish": null, 15176 "readme": "README.md", 15177 "repository": "https://github.com/kornelski/rust-security-framework", 15178 "rust_version": "1.60", 15179 "source": "registry+https://github.com/rust-lang/crates.io-index", 15180 "targets": [ 15181 { 15182 "crate_types": [ 15183 "lib" 15184 ], 15185 "doc": true, 15186 "doctest": true, 15187 "edition": "2021", 15188 "kind": [ 15189 "lib" 15190 ], 15191 "name": "security_framework", 15192 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/src/lib.rs", 15193 "test": true 15194 }, 15195 { 15196 "crate_types": [ 15197 "bin" 15198 ], 15199 "doc": false, 15200 "doctest": false, 15201 "edition": "2021", 15202 "kind": [ 15203 "example" 15204 ], 15205 "name": "client", 15206 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/examples/client.rs", 15207 "test": false 15208 }, 15209 { 15210 "crate_types": [ 15211 "bin" 15212 ], 15213 "doc": false, 15214 "doctest": false, 15215 "edition": "2021", 15216 "kind": [ 15217 "example" 15218 ], 15219 "name": "find_internet_password", 15220 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/examples/find_internet_password.rs", 15221 "test": false 15222 }, 15223 { 15224 "crate_types": [ 15225 "bin" 15226 ], 15227 "doc": false, 15228 "doctest": false, 15229 "edition": "2021", 15230 "kind": [ 15231 "example" 15232 ], 15233 "name": "set_internet_password", 15234 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.10.0/examples/set_internet_password.rs", 15235 "test": false 15236 } 15237 ], 15238 "version": "2.10.0" 15239 }, 15240 { 15241 "authors": [ 15242 "Steven Fackler <[email protected]>", 15243 "Kornel <[email protected]>" 15244 ], 15245 "categories": [ 15246 "os::macos-apis", 15247 "external-ffi-bindings" 15248 ], 15249 "default_run": null, 15250 "dependencies": [ 15251 { 15252 "features": [], 15253 "kind": null, 15254 "name": "core-foundation-sys", 15255 "optional": false, 15256 "registry": null, 15257 "rename": null, 15258 "req": "^0.8.3", 15259 "source": "registry+https://github.com/rust-lang/crates.io-index", 15260 "target": null, 15261 "uses_default_features": true 15262 }, 15263 { 15264 "features": [], 15265 "kind": null, 15266 "name": "libc", 15267 "optional": false, 15268 "registry": null, 15269 "rename": null, 15270 "req": "^0.2.139", 15271 "source": "registry+https://github.com/rust-lang/crates.io-index", 15272 "target": null, 15273 "uses_default_features": true 15274 } 15275 ], 15276 "description": "Apple `Security.framework` low-level FFI bindings", 15277 "documentation": null, 15278 "edition": "2021", 15279 "features": { 15280 "OSX_10_10": [ 15281 "OSX_10_9" 15282 ], 15283 "OSX_10_11": [ 15284 "OSX_10_10" 15285 ], 15286 "OSX_10_12": [ 15287 "OSX_10_11" 15288 ], 15289 "OSX_10_13": [ 15290 "OSX_10_12" 15291 ], 15292 "OSX_10_14": [ 15293 "OSX_10_13" 15294 ], 15295 "OSX_10_15": [ 15296 "OSX_10_14" 15297 ], 15298 "OSX_10_9": [], 15299 "default": [ 15300 "OSX_10_11" 15301 ] 15302 }, 15303 "homepage": "https://lib.rs/crates/security-framework-sys", 15304 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15305 "keywords": [ 15306 "ffi", 15307 "iOS", 15308 "TLS", 15309 "SSL", 15310 "crypto" 15311 ], 15312 "license": "MIT OR Apache-2.0", 15313 "license_file": null, 15314 "links": null, 15315 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.10.0/Cargo.toml", 15316 "metadata": { 15317 "docs": { 15318 "rs": { 15319 "targets": [ 15320 "x86_64-apple-darwin", 15321 "aarch64-apple-ios" 15322 ] 15323 } 15324 } 15325 }, 15326 "name": "security-framework-sys", 15327 "publish": null, 15328 "readme": "README.md", 15329 "repository": "https://github.com/kornelski/rust-security-framework", 15330 "rust_version": null, 15331 "source": "registry+https://github.com/rust-lang/crates.io-index", 15332 "targets": [ 15333 { 15334 "crate_types": [ 15335 "lib" 15336 ], 15337 "doc": true, 15338 "doctest": true, 15339 "edition": "2021", 15340 "kind": [ 15341 "lib" 15342 ], 15343 "name": "security_framework_sys", 15344 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.10.0/src/lib.rs", 15345 "test": true 15346 } 15347 ], 15348 "version": "2.10.0" 15349 }, 15350 { 15351 "authors": [ 15352 "Erick Tryzelaar <[email protected]>", 15353 "David Tolnay <[email protected]>" 15354 ], 15355 "categories": [ 15356 "encoding", 15357 "no-std", 15358 "no-std::no-alloc" 15359 ], 15360 "default_run": null, 15361 "dependencies": [ 15362 { 15363 "features": [], 15364 "kind": null, 15365 "name": "serde_derive", 15366 "optional": true, 15367 "registry": null, 15368 "rename": null, 15369 "req": "^1", 15370 "source": "registry+https://github.com/rust-lang/crates.io-index", 15371 "target": null, 15372 "uses_default_features": true 15373 }, 15374 { 15375 "features": [], 15376 "kind": "dev", 15377 "name": "serde_derive", 15378 "optional": false, 15379 "registry": null, 15380 "rename": null, 15381 "req": "^1", 15382 "source": "registry+https://github.com/rust-lang/crates.io-index", 15383 "target": null, 15384 "uses_default_features": true 15385 }, 15386 { 15387 "features": [], 15388 "kind": null, 15389 "name": "serde_derive", 15390 "optional": false, 15391 "registry": null, 15392 "rename": null, 15393 "req": "=1.0.199", 15394 "source": "registry+https://github.com/rust-lang/crates.io-index", 15395 "target": "cfg(any())", 15396 "uses_default_features": true 15397 } 15398 ], 15399 "description": "A generic serialization/deserialization framework", 15400 "documentation": "https://docs.rs/serde", 15401 "edition": "2018", 15402 "features": { 15403 "alloc": [], 15404 "default": [ 15405 "std" 15406 ], 15407 "derive": [ 15408 "serde_derive" 15409 ], 15410 "rc": [], 15411 "serde_derive": [ 15412 "dep:serde_derive" 15413 ], 15414 "std": [], 15415 "unstable": [] 15416 }, 15417 "homepage": "https://serde.rs", 15418 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15419 "keywords": [ 15420 "serde", 15421 "serialization", 15422 "no_std" 15423 ], 15424 "license": "MIT OR Apache-2.0", 15425 "license_file": null, 15426 "links": null, 15427 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.199/Cargo.toml", 15428 "metadata": { 15429 "docs": { 15430 "rs": { 15431 "features": [ 15432 "derive", 15433 "rc", 15434 "unstable" 15435 ], 15436 "rustdoc-args": [ 15437 "--cfg", 15438 "doc_cfg", 15439 "--generate-link-to-definition" 15440 ], 15441 "targets": [ 15442 "x86_64-unknown-linux-gnu" 15443 ] 15444 } 15445 }, 15446 "playground": { 15447 "features": [ 15448 "derive", 15449 "rc" 15450 ] 15451 } 15452 }, 15453 "name": "serde", 15454 "publish": null, 15455 "readme": "crates-io.md", 15456 "repository": "https://github.com/serde-rs/serde", 15457 "rust_version": "1.31", 15458 "source": "registry+https://github.com/rust-lang/crates.io-index", 15459 "targets": [ 15460 { 15461 "crate_types": [ 15462 "lib" 15463 ], 15464 "doc": true, 15465 "doctest": true, 15466 "edition": "2018", 15467 "kind": [ 15468 "lib" 15469 ], 15470 "name": "serde", 15471 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.199/src/lib.rs", 15472 "test": true 15473 }, 15474 { 15475 "crate_types": [ 15476 "bin" 15477 ], 15478 "doc": false, 15479 "doctest": false, 15480 "edition": "2018", 15481 "kind": [ 15482 "custom-build" 15483 ], 15484 "name": "build-script-build", 15485 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.199/build.rs", 15486 "test": false 15487 } 15488 ], 15489 "version": "1.0.199" 15490 }, 15491 { 15492 "authors": [ 15493 "Erick Tryzelaar <[email protected]>", 15494 "David Tolnay <[email protected]>" 15495 ], 15496 "categories": [ 15497 "no-std", 15498 "no-std::no-alloc" 15499 ], 15500 "default_run": null, 15501 "dependencies": [ 15502 { 15503 "features": [ 15504 "proc-macro" 15505 ], 15506 "kind": null, 15507 "name": "proc-macro2", 15508 "optional": false, 15509 "registry": null, 15510 "rename": null, 15511 "req": "^1.0.74", 15512 "source": "registry+https://github.com/rust-lang/crates.io-index", 15513 "target": null, 15514 "uses_default_features": false 15515 }, 15516 { 15517 "features": [ 15518 "proc-macro" 15519 ], 15520 "kind": null, 15521 "name": "quote", 15522 "optional": false, 15523 "registry": null, 15524 "rename": null, 15525 "req": "^1.0.35", 15526 "source": "registry+https://github.com/rust-lang/crates.io-index", 15527 "target": null, 15528 "uses_default_features": false 15529 }, 15530 { 15531 "features": [ 15532 "clone-impls", 15533 "derive", 15534 "parsing", 15535 "printing", 15536 "proc-macro" 15537 ], 15538 "kind": null, 15539 "name": "syn", 15540 "optional": false, 15541 "registry": null, 15542 "rename": null, 15543 "req": "^2.0.46", 15544 "source": "registry+https://github.com/rust-lang/crates.io-index", 15545 "target": null, 15546 "uses_default_features": false 15547 }, 15548 { 15549 "features": [], 15550 "kind": "dev", 15551 "name": "serde", 15552 "optional": false, 15553 "registry": null, 15554 "rename": null, 15555 "req": "^1", 15556 "source": "registry+https://github.com/rust-lang/crates.io-index", 15557 "target": null, 15558 "uses_default_features": true 15559 } 15560 ], 15561 "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", 15562 "documentation": "https://serde.rs/derive.html", 15563 "edition": "2015", 15564 "features": { 15565 "default": [], 15566 "deserialize_in_place": [] 15567 }, 15568 "homepage": "https://serde.rs", 15569 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15570 "keywords": [ 15571 "serde", 15572 "serialization", 15573 "no_std", 15574 "derive" 15575 ], 15576 "license": "MIT OR Apache-2.0", 15577 "license_file": null, 15578 "links": null, 15579 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.199/Cargo.toml", 15580 "metadata": { 15581 "docs": { 15582 "rs": { 15583 "rustdoc-args": [ 15584 "--generate-link-to-definition" 15585 ], 15586 "targets": [ 15587 "x86_64-unknown-linux-gnu" 15588 ] 15589 } 15590 } 15591 }, 15592 "name": "serde_derive", 15593 "publish": null, 15594 "readme": "crates-io.md", 15595 "repository": "https://github.com/serde-rs/serde", 15596 "rust_version": "1.56", 15597 "source": "registry+https://github.com/rust-lang/crates.io-index", 15598 "targets": [ 15599 { 15600 "crate_types": [ 15601 "proc-macro" 15602 ], 15603 "doc": true, 15604 "doctest": true, 15605 "edition": "2015", 15606 "kind": [ 15607 "proc-macro" 15608 ], 15609 "name": "serde_derive", 15610 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.199/src/lib.rs", 15611 "test": true 15612 } 15613 ], 15614 "version": "1.0.199" 15615 }, 15616 { 15617 "authors": [ 15618 "Erick Tryzelaar <[email protected]>", 15619 "David Tolnay <[email protected]>" 15620 ], 15621 "categories": [ 15622 "encoding", 15623 "parser-implementations", 15624 "no-std" 15625 ], 15626 "default_run": null, 15627 "dependencies": [ 15628 { 15629 "features": [], 15630 "kind": null, 15631 "name": "indexmap", 15632 "optional": true, 15633 "registry": null, 15634 "rename": null, 15635 "req": "^2.2.1", 15636 "source": "registry+https://github.com/rust-lang/crates.io-index", 15637 "target": null, 15638 "uses_default_features": true 15639 }, 15640 { 15641 "features": [], 15642 "kind": null, 15643 "name": "itoa", 15644 "optional": false, 15645 "registry": null, 15646 "rename": null, 15647 "req": "^1.0", 15648 "source": "registry+https://github.com/rust-lang/crates.io-index", 15649 "target": null, 15650 "uses_default_features": true 15651 }, 15652 { 15653 "features": [], 15654 "kind": null, 15655 "name": "ryu", 15656 "optional": false, 15657 "registry": null, 15658 "rename": null, 15659 "req": "^1.0", 15660 "source": "registry+https://github.com/rust-lang/crates.io-index", 15661 "target": null, 15662 "uses_default_features": true 15663 }, 15664 { 15665 "features": [], 15666 "kind": null, 15667 "name": "serde", 15668 "optional": false, 15669 "registry": null, 15670 "rename": null, 15671 "req": "^1.0.194", 15672 "source": "registry+https://github.com/rust-lang/crates.io-index", 15673 "target": null, 15674 "uses_default_features": false 15675 }, 15676 { 15677 "features": [], 15678 "kind": "dev", 15679 "name": "automod", 15680 "optional": false, 15681 "registry": null, 15682 "rename": null, 15683 "req": "^1.0.11", 15684 "source": "registry+https://github.com/rust-lang/crates.io-index", 15685 "target": null, 15686 "uses_default_features": true 15687 }, 15688 { 15689 "features": [], 15690 "kind": "dev", 15691 "name": "indoc", 15692 "optional": false, 15693 "registry": null, 15694 "rename": null, 15695 "req": "^2.0.2", 15696 "source": "registry+https://github.com/rust-lang/crates.io-index", 15697 "target": null, 15698 "uses_default_features": true 15699 }, 15700 { 15701 "features": [], 15702 "kind": "dev", 15703 "name": "ref-cast", 15704 "optional": false, 15705 "registry": null, 15706 "rename": null, 15707 "req": "^1.0.18", 15708 "source": "registry+https://github.com/rust-lang/crates.io-index", 15709 "target": null, 15710 "uses_default_features": true 15711 }, 15712 { 15713 "features": [], 15714 "kind": "dev", 15715 "name": "rustversion", 15716 "optional": false, 15717 "registry": null, 15718 "rename": null, 15719 "req": "^1.0.13", 15720 "source": "registry+https://github.com/rust-lang/crates.io-index", 15721 "target": null, 15722 "uses_default_features": true 15723 }, 15724 { 15725 "features": [ 15726 "derive" 15727 ], 15728 "kind": "dev", 15729 "name": "serde", 15730 "optional": false, 15731 "registry": null, 15732 "rename": null, 15733 "req": "^1.0.194", 15734 "source": "registry+https://github.com/rust-lang/crates.io-index", 15735 "target": null, 15736 "uses_default_features": true 15737 }, 15738 { 15739 "features": [], 15740 "kind": "dev", 15741 "name": "serde_bytes", 15742 "optional": false, 15743 "registry": null, 15744 "rename": null, 15745 "req": "^0.11.10", 15746 "source": "registry+https://github.com/rust-lang/crates.io-index", 15747 "target": null, 15748 "uses_default_features": true 15749 }, 15750 { 15751 "features": [], 15752 "kind": "dev", 15753 "name": "serde_derive", 15754 "optional": false, 15755 "registry": null, 15756 "rename": null, 15757 "req": "^1.0.166", 15758 "source": "registry+https://github.com/rust-lang/crates.io-index", 15759 "target": null, 15760 "uses_default_features": true 15761 }, 15762 { 15763 "features": [], 15764 "kind": "dev", 15765 "name": "serde_stacker", 15766 "optional": false, 15767 "registry": null, 15768 "rename": null, 15769 "req": "^0.1.8", 15770 "source": "registry+https://github.com/rust-lang/crates.io-index", 15771 "target": null, 15772 "uses_default_features": true 15773 }, 15774 { 15775 "features": [ 15776 "diff" 15777 ], 15778 "kind": "dev", 15779 "name": "trybuild", 15780 "optional": false, 15781 "registry": null, 15782 "rename": null, 15783 "req": "^1.0.81", 15784 "source": "registry+https://github.com/rust-lang/crates.io-index", 15785 "target": null, 15786 "uses_default_features": true 15787 } 15788 ], 15789 "description": "A JSON serialization file format", 15790 "documentation": "https://docs.rs/serde_json", 15791 "edition": "2021", 15792 "features": { 15793 "alloc": [ 15794 "serde/alloc" 15795 ], 15796 "arbitrary_precision": [], 15797 "default": [ 15798 "std" 15799 ], 15800 "float_roundtrip": [], 15801 "indexmap": [ 15802 "dep:indexmap" 15803 ], 15804 "preserve_order": [ 15805 "indexmap", 15806 "std" 15807 ], 15808 "raw_value": [], 15809 "std": [ 15810 "serde/std" 15811 ], 15812 "unbounded_depth": [] 15813 }, 15814 "homepage": null, 15815 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15816 "keywords": [ 15817 "json", 15818 "serde", 15819 "serialization" 15820 ], 15821 "license": "MIT OR Apache-2.0", 15822 "license_file": null, 15823 "links": null, 15824 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/Cargo.toml", 15825 "metadata": { 15826 "docs": { 15827 "rs": { 15828 "features": [ 15829 "preserve_order", 15830 "raw_value", 15831 "unbounded_depth" 15832 ], 15833 "rustdoc-args": [ 15834 "--cfg", 15835 "docsrs", 15836 "--generate-link-to-definition" 15837 ], 15838 "targets": [ 15839 "x86_64-unknown-linux-gnu" 15840 ] 15841 } 15842 }, 15843 "playground": { 15844 "features": [ 15845 "raw_value" 15846 ] 15847 } 15848 }, 15849 "name": "serde_json", 15850 "publish": null, 15851 "readme": "README.md", 15852 "repository": "https://github.com/serde-rs/json", 15853 "rust_version": "1.56", 15854 "source": "registry+https://github.com/rust-lang/crates.io-index", 15855 "targets": [ 15856 { 15857 "crate_types": [ 15858 "lib" 15859 ], 15860 "doc": true, 15861 "doctest": true, 15862 "edition": "2021", 15863 "kind": [ 15864 "lib" 15865 ], 15866 "name": "serde_json", 15867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/src/lib.rs", 15868 "test": true 15869 }, 15870 { 15871 "crate_types": [ 15872 "bin" 15873 ], 15874 "doc": false, 15875 "doctest": false, 15876 "edition": "2021", 15877 "kind": [ 15878 "test" 15879 ], 15880 "name": "stream", 15881 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/stream.rs", 15882 "test": true 15883 }, 15884 { 15885 "crate_types": [ 15886 "bin" 15887 ], 15888 "doc": false, 15889 "doctest": false, 15890 "edition": "2021", 15891 "kind": [ 15892 "test" 15893 ], 15894 "name": "test", 15895 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/test.rs", 15896 "test": true 15897 }, 15898 { 15899 "crate_types": [ 15900 "bin" 15901 ], 15902 "doc": false, 15903 "doctest": false, 15904 "edition": "2021", 15905 "kind": [ 15906 "test" 15907 ], 15908 "name": "regression", 15909 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/regression.rs", 15910 "test": true 15911 }, 15912 { 15913 "crate_types": [ 15914 "bin" 15915 ], 15916 "doc": false, 15917 "doctest": false, 15918 "edition": "2021", 15919 "kind": [ 15920 "test" 15921 ], 15922 "name": "compiletest", 15923 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/compiletest.rs", 15924 "test": true 15925 }, 15926 { 15927 "crate_types": [ 15928 "bin" 15929 ], 15930 "doc": false, 15931 "doctest": false, 15932 "edition": "2021", 15933 "kind": [ 15934 "test" 15935 ], 15936 "name": "debug", 15937 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/debug.rs", 15938 "test": true 15939 }, 15940 { 15941 "crate_types": [ 15942 "bin" 15943 ], 15944 "doc": false, 15945 "doctest": false, 15946 "edition": "2021", 15947 "kind": [ 15948 "test" 15949 ], 15950 "name": "lexical", 15951 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/lexical.rs", 15952 "test": true 15953 }, 15954 { 15955 "crate_types": [ 15956 "bin" 15957 ], 15958 "doc": false, 15959 "doctest": false, 15960 "edition": "2021", 15961 "kind": [ 15962 "test" 15963 ], 15964 "name": "map", 15965 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/map.rs", 15966 "test": true 15967 }, 15968 { 15969 "crate_types": [ 15970 "bin" 15971 ], 15972 "doc": false, 15973 "doctest": false, 15974 "edition": "2021", 15975 "kind": [ 15976 "custom-build" 15977 ], 15978 "name": "build-script-build", 15979 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/build.rs", 15980 "test": false 15981 } 15982 ], 15983 "version": "1.0.116" 15984 }, 15985 { 15986 "authors": [ 15987 "Anthony Ramine <[email protected]>" 15988 ], 15989 "categories": [ 15990 "encoding", 15991 "web-programming" 15992 ], 15993 "default_run": null, 15994 "dependencies": [ 15995 { 15996 "features": [], 15997 "kind": null, 15998 "name": "form_urlencoded", 15999 "optional": false, 16000 "registry": null, 16001 "rename": null, 16002 "req": "^1", 16003 "source": "registry+https://github.com/rust-lang/crates.io-index", 16004 "target": null, 16005 "uses_default_features": true 16006 }, 16007 { 16008 "features": [], 16009 "kind": null, 16010 "name": "itoa", 16011 "optional": false, 16012 "registry": null, 16013 "rename": null, 16014 "req": "^1", 16015 "source": "registry+https://github.com/rust-lang/crates.io-index", 16016 "target": null, 16017 "uses_default_features": true 16018 }, 16019 { 16020 "features": [], 16021 "kind": null, 16022 "name": "ryu", 16023 "optional": false, 16024 "registry": null, 16025 "rename": null, 16026 "req": "^1", 16027 "source": "registry+https://github.com/rust-lang/crates.io-index", 16028 "target": null, 16029 "uses_default_features": true 16030 }, 16031 { 16032 "features": [], 16033 "kind": null, 16034 "name": "serde", 16035 "optional": false, 16036 "registry": null, 16037 "rename": null, 16038 "req": "^1.0.69", 16039 "source": "registry+https://github.com/rust-lang/crates.io-index", 16040 "target": null, 16041 "uses_default_features": true 16042 }, 16043 { 16044 "features": [], 16045 "kind": "dev", 16046 "name": "serde_derive", 16047 "optional": false, 16048 "registry": null, 16049 "rename": null, 16050 "req": "^1", 16051 "source": "registry+https://github.com/rust-lang/crates.io-index", 16052 "target": null, 16053 "uses_default_features": true 16054 } 16055 ], 16056 "description": "`x-www-form-urlencoded` meets Serde", 16057 "documentation": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/", 16058 "edition": "2018", 16059 "features": {}, 16060 "homepage": null, 16061 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16062 "keywords": [ 16063 "serde", 16064 "serialization", 16065 "urlencoded" 16066 ], 16067 "license": "MIT/Apache-2.0", 16068 "license_file": null, 16069 "links": null, 16070 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/Cargo.toml", 16071 "metadata": null, 16072 "name": "serde_urlencoded", 16073 "publish": null, 16074 "readme": "README.md", 16075 "repository": "https://github.com/nox/serde_urlencoded", 16076 "rust_version": null, 16077 "source": "registry+https://github.com/rust-lang/crates.io-index", 16078 "targets": [ 16079 { 16080 "crate_types": [ 16081 "lib" 16082 ], 16083 "doc": true, 16084 "doctest": true, 16085 "edition": "2018", 16086 "kind": [ 16087 "lib" 16088 ], 16089 "name": "serde_urlencoded", 16090 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs", 16091 "test": false 16092 }, 16093 { 16094 "crate_types": [ 16095 "bin" 16096 ], 16097 "doc": false, 16098 "doctest": false, 16099 "edition": "2018", 16100 "kind": [ 16101 "test" 16102 ], 16103 "name": "test_serialize", 16104 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_serialize.rs", 16105 "test": true 16106 }, 16107 { 16108 "crate_types": [ 16109 "bin" 16110 ], 16111 "doc": false, 16112 "doctest": false, 16113 "edition": "2018", 16114 "kind": [ 16115 "test" 16116 ], 16117 "name": "test_deserialize", 16118 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_deserialize.rs", 16119 "test": true 16120 } 16121 ], 16122 "version": "0.7.1" 16123 }, 16124 { 16125 "authors": [ 16126 "Carl Lerche <[email protected]>" 16127 ], 16128 "categories": [ 16129 "memory-management", 16130 "data-structures", 16131 "no-std" 16132 ], 16133 "default_run": null, 16134 "dependencies": [ 16135 { 16136 "features": [ 16137 "alloc" 16138 ], 16139 "kind": null, 16140 "name": "serde", 16141 "optional": true, 16142 "registry": null, 16143 "rename": null, 16144 "req": "^1.0.95", 16145 "source": "registry+https://github.com/rust-lang/crates.io-index", 16146 "target": null, 16147 "uses_default_features": false 16148 }, 16149 { 16150 "features": [], 16151 "kind": "dev", 16152 "name": "rustversion", 16153 "optional": false, 16154 "registry": null, 16155 "rename": null, 16156 "req": "^1", 16157 "source": "registry+https://github.com/rust-lang/crates.io-index", 16158 "target": null, 16159 "uses_default_features": true 16160 }, 16161 { 16162 "features": [ 16163 "derive" 16164 ], 16165 "kind": "dev", 16166 "name": "serde", 16167 "optional": false, 16168 "registry": null, 16169 "rename": null, 16170 "req": "^1", 16171 "source": "registry+https://github.com/rust-lang/crates.io-index", 16172 "target": null, 16173 "uses_default_features": true 16174 }, 16175 { 16176 "features": [], 16177 "kind": "dev", 16178 "name": "serde_test", 16179 "optional": false, 16180 "registry": null, 16181 "rename": null, 16182 "req": "^1", 16183 "source": "registry+https://github.com/rust-lang/crates.io-index", 16184 "target": null, 16185 "uses_default_features": true 16186 }, 16187 { 16188 "features": [], 16189 "kind": "build", 16190 "name": "autocfg", 16191 "optional": false, 16192 "registry": null, 16193 "rename": null, 16194 "req": "^1", 16195 "source": "registry+https://github.com/rust-lang/crates.io-index", 16196 "target": null, 16197 "uses_default_features": true 16198 } 16199 ], 16200 "description": "Pre-allocated storage for a uniform data type", 16201 "documentation": null, 16202 "edition": "2018", 16203 "features": { 16204 "default": [ 16205 "std" 16206 ], 16207 "serde": [ 16208 "dep:serde" 16209 ], 16210 "std": [] 16211 }, 16212 "homepage": null, 16213 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16214 "keywords": [ 16215 "slab", 16216 "allocator", 16217 "no_std" 16218 ], 16219 "license": "MIT", 16220 "license_file": null, 16221 "links": null, 16222 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml", 16223 "metadata": null, 16224 "name": "slab", 16225 "publish": null, 16226 "readme": "README.md", 16227 "repository": "https://github.com/tokio-rs/slab", 16228 "rust_version": "1.31", 16229 "source": "registry+https://github.com/rust-lang/crates.io-index", 16230 "targets": [ 16231 { 16232 "crate_types": [ 16233 "lib" 16234 ], 16235 "doc": true, 16236 "doctest": true, 16237 "edition": "2018", 16238 "kind": [ 16239 "lib" 16240 ], 16241 "name": "slab", 16242 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs", 16243 "test": true 16244 }, 16245 { 16246 "crate_types": [ 16247 "bin" 16248 ], 16249 "doc": false, 16250 "doctest": false, 16251 "edition": "2018", 16252 "kind": [ 16253 "test" 16254 ], 16255 "name": "serde", 16256 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs", 16257 "test": true 16258 }, 16259 { 16260 "crate_types": [ 16261 "bin" 16262 ], 16263 "doc": false, 16264 "doctest": false, 16265 "edition": "2018", 16266 "kind": [ 16267 "test" 16268 ], 16269 "name": "slab", 16270 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs", 16271 "test": true 16272 }, 16273 { 16274 "crate_types": [ 16275 "bin" 16276 ], 16277 "doc": false, 16278 "doctest": false, 16279 "edition": "2018", 16280 "kind": [ 16281 "custom-build" 16282 ], 16283 "name": "build-script-build", 16284 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs", 16285 "test": false 16286 } 16287 ], 16288 "version": "0.4.9" 16289 }, 16290 { 16291 "authors": [ 16292 "The Servo Project Developers" 16293 ], 16294 "categories": [ 16295 "data-structures" 16296 ], 16297 "default_run": null, 16298 "dependencies": [ 16299 { 16300 "features": [], 16301 "kind": null, 16302 "name": "arbitrary", 16303 "optional": true, 16304 "registry": null, 16305 "rename": null, 16306 "req": "^1", 16307 "source": "registry+https://github.com/rust-lang/crates.io-index", 16308 "target": null, 16309 "uses_default_features": true 16310 }, 16311 { 16312 "features": [], 16313 "kind": null, 16314 "name": "serde", 16315 "optional": true, 16316 "registry": null, 16317 "rename": null, 16318 "req": "^1", 16319 "source": "registry+https://github.com/rust-lang/crates.io-index", 16320 "target": null, 16321 "uses_default_features": false 16322 }, 16323 { 16324 "features": [], 16325 "kind": "dev", 16326 "name": "bincode", 16327 "optional": false, 16328 "registry": null, 16329 "rename": null, 16330 "req": "^1.0.1", 16331 "source": "registry+https://github.com/rust-lang/crates.io-index", 16332 "target": null, 16333 "uses_default_features": true 16334 }, 16335 { 16336 "features": [], 16337 "kind": "dev", 16338 "name": "debugger_test", 16339 "optional": false, 16340 "registry": null, 16341 "rename": null, 16342 "req": "^0.1.0", 16343 "source": "registry+https://github.com/rust-lang/crates.io-index", 16344 "target": null, 16345 "uses_default_features": true 16346 }, 16347 { 16348 "features": [], 16349 "kind": "dev", 16350 "name": "debugger_test_parser", 16351 "optional": false, 16352 "registry": null, 16353 "rename": null, 16354 "req": "^0.1.0", 16355 "source": "registry+https://github.com/rust-lang/crates.io-index", 16356 "target": null, 16357 "uses_default_features": true 16358 } 16359 ], 16360 "description": "'Small vector' optimization: store up to a small number of items on the stack", 16361 "documentation": "https://docs.rs/smallvec/", 16362 "edition": "2018", 16363 "features": { 16364 "arbitrary": [ 16365 "dep:arbitrary" 16366 ], 16367 "const_generics": [], 16368 "const_new": [ 16369 "const_generics" 16370 ], 16371 "debugger_visualizer": [], 16372 "drain_filter": [], 16373 "drain_keep_rest": [ 16374 "drain_filter" 16375 ], 16376 "may_dangle": [], 16377 "serde": [ 16378 "dep:serde" 16379 ], 16380 "specialization": [], 16381 "union": [], 16382 "write": [] 16383 }, 16384 "homepage": null, 16385 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16386 "keywords": [ 16387 "small", 16388 "vec", 16389 "vector", 16390 "stack", 16391 "no_std" 16392 ], 16393 "license": "MIT OR Apache-2.0", 16394 "license_file": null, 16395 "links": null, 16396 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/Cargo.toml", 16397 "metadata": { 16398 "docs": { 16399 "rs": { 16400 "all-features": true, 16401 "rustdoc-args": [ 16402 "--cfg", 16403 "docsrs", 16404 "--generate-link-to-definition" 16405 ] 16406 } 16407 } 16408 }, 16409 "name": "smallvec", 16410 "publish": null, 16411 "readme": "README.md", 16412 "repository": "https://github.com/servo/rust-smallvec", 16413 "rust_version": null, 16414 "source": "registry+https://github.com/rust-lang/crates.io-index", 16415 "targets": [ 16416 { 16417 "crate_types": [ 16418 "lib" 16419 ], 16420 "doc": true, 16421 "doctest": true, 16422 "edition": "2018", 16423 "kind": [ 16424 "lib" 16425 ], 16426 "name": "smallvec", 16427 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs", 16428 "test": true 16429 }, 16430 { 16431 "crate_types": [ 16432 "bin" 16433 ], 16434 "doc": false, 16435 "doctest": false, 16436 "edition": "2018", 16437 "kind": [ 16438 "test" 16439 ], 16440 "name": "debugger_visualizer", 16441 "required-features": [ 16442 "debugger_visualizer" 16443 ], 16444 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs", 16445 "test": false 16446 }, 16447 { 16448 "crate_types": [ 16449 "bin" 16450 ], 16451 "doc": false, 16452 "doctest": false, 16453 "edition": "2018", 16454 "kind": [ 16455 "test" 16456 ], 16457 "name": "macro", 16458 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.rs", 16459 "test": true 16460 }, 16461 { 16462 "crate_types": [ 16463 "bin" 16464 ], 16465 "doc": false, 16466 "doctest": false, 16467 "edition": "2018", 16468 "kind": [ 16469 "bench" 16470 ], 16471 "name": "bench", 16472 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/benches/bench.rs", 16473 "test": false 16474 } 16475 ], 16476 "version": "1.13.2" 16477 }, 16478 { 16479 "authors": [ 16480 "Alex Crichton <[email protected]>", 16481 "Thomas de Zeeuw <[email protected]>" 16482 ], 16483 "categories": [ 16484 "api-bindings", 16485 "network-programming" 16486 ], 16487 "default_run": null, 16488 "dependencies": [ 16489 { 16490 "features": [], 16491 "kind": null, 16492 "name": "libc", 16493 "optional": false, 16494 "registry": null, 16495 "rename": null, 16496 "req": "^0.2.150", 16497 "source": "registry+https://github.com/rust-lang/crates.io-index", 16498 "target": "cfg(unix)", 16499 "uses_default_features": true 16500 }, 16501 { 16502 "features": [ 16503 "Win32_Foundation", 16504 "Win32_Networking_WinSock", 16505 "Win32_System_IO", 16506 "Win32_System_Threading", 16507 "Win32_System_WindowsProgramming" 16508 ], 16509 "kind": null, 16510 "name": "windows-sys", 16511 "optional": false, 16512 "registry": null, 16513 "rename": null, 16514 "req": "^0.52", 16515 "source": "registry+https://github.com/rust-lang/crates.io-index", 16516 "target": "cfg(windows)", 16517 "uses_default_features": true 16518 } 16519 ], 16520 "description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n", 16521 "documentation": "https://docs.rs/socket2", 16522 "edition": "2021", 16523 "features": { 16524 "all": [] 16525 }, 16526 "homepage": "https://github.com/rust-lang/socket2", 16527 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16528 "keywords": [ 16529 "io", 16530 "socket", 16531 "network" 16532 ], 16533 "license": "MIT OR Apache-2.0", 16534 "license_file": null, 16535 "links": null, 16536 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/Cargo.toml", 16537 "metadata": { 16538 "docs": { 16539 "rs": { 16540 "all-features": true, 16541 "rustdoc-args": [ 16542 "--cfg", 16543 "docsrs" 16544 ], 16545 "targets": [ 16546 "aarch64-apple-ios", 16547 "aarch64-linux-android", 16548 "x86_64-apple-darwin", 16549 "x86_64-unknown-fuchsia", 16550 "x86_64-pc-windows-msvc", 16551 "x86_64-pc-solaris", 16552 "x86_64-unknown-freebsd", 16553 "x86_64-unknown-illumos", 16554 "x86_64-unknown-linux-gnu", 16555 "x86_64-unknown-linux-musl", 16556 "x86_64-unknown-netbsd", 16557 "x86_64-unknown-redox", 16558 "armv7-linux-androideabi", 16559 "i686-linux-android" 16560 ] 16561 } 16562 }, 16563 "playground": { 16564 "features": [ 16565 "all" 16566 ] 16567 } 16568 }, 16569 "name": "socket2", 16570 "publish": null, 16571 "readme": "README.md", 16572 "repository": "https://github.com/rust-lang/socket2", 16573 "rust_version": "1.63", 16574 "source": "registry+https://github.com/rust-lang/crates.io-index", 16575 "targets": [ 16576 { 16577 "crate_types": [ 16578 "lib" 16579 ], 16580 "doc": true, 16581 "doctest": true, 16582 "edition": "2021", 16583 "kind": [ 16584 "lib" 16585 ], 16586 "name": "socket2", 16587 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs", 16588 "test": true 16589 } 16590 ], 16591 "version": "0.5.7" 16592 }, 16593 { 16594 "authors": [ 16595 "David Tolnay <[email protected]>" 16596 ], 16597 "categories": [ 16598 "development-tools::procedural-macro-helpers", 16599 "parser-implementations" 16600 ], 16601 "default_run": null, 16602 "dependencies": [ 16603 { 16604 "features": [], 16605 "kind": null, 16606 "name": "proc-macro2", 16607 "optional": false, 16608 "registry": null, 16609 "rename": null, 16610 "req": "^1.0.80", 16611 "source": "registry+https://github.com/rust-lang/crates.io-index", 16612 "target": null, 16613 "uses_default_features": false 16614 }, 16615 { 16616 "features": [], 16617 "kind": null, 16618 "name": "quote", 16619 "optional": true, 16620 "registry": null, 16621 "rename": null, 16622 "req": "^1.0.35", 16623 "source": "registry+https://github.com/rust-lang/crates.io-index", 16624 "target": null, 16625 "uses_default_features": false 16626 }, 16627 { 16628 "features": [], 16629 "kind": null, 16630 "name": "unicode-ident", 16631 "optional": false, 16632 "registry": null, 16633 "rename": null, 16634 "req": "^1", 16635 "source": "registry+https://github.com/rust-lang/crates.io-index", 16636 "target": null, 16637 "uses_default_features": true 16638 }, 16639 { 16640 "features": [], 16641 "kind": "dev", 16642 "name": "anyhow", 16643 "optional": false, 16644 "registry": null, 16645 "rename": null, 16646 "req": "^1", 16647 "source": "registry+https://github.com/rust-lang/crates.io-index", 16648 "target": null, 16649 "uses_default_features": true 16650 }, 16651 { 16652 "features": [], 16653 "kind": "dev", 16654 "name": "automod", 16655 "optional": false, 16656 "registry": null, 16657 "rename": null, 16658 "req": "^1", 16659 "source": "registry+https://github.com/rust-lang/crates.io-index", 16660 "target": null, 16661 "uses_default_features": true 16662 }, 16663 { 16664 "features": [], 16665 "kind": "dev", 16666 "name": "flate2", 16667 "optional": false, 16668 "registry": null, 16669 "rename": null, 16670 "req": "^1", 16671 "source": "registry+https://github.com/rust-lang/crates.io-index", 16672 "target": null, 16673 "uses_default_features": true 16674 }, 16675 { 16676 "features": [], 16677 "kind": "dev", 16678 "name": "insta", 16679 "optional": false, 16680 "registry": null, 16681 "rename": null, 16682 "req": "^1", 16683 "source": "registry+https://github.com/rust-lang/crates.io-index", 16684 "target": null, 16685 "uses_default_features": true 16686 }, 16687 { 16688 "features": [], 16689 "kind": "dev", 16690 "name": "rayon", 16691 "optional": false, 16692 "registry": null, 16693 "rename": null, 16694 "req": "^1", 16695 "source": "registry+https://github.com/rust-lang/crates.io-index", 16696 "target": null, 16697 "uses_default_features": true 16698 }, 16699 { 16700 "features": [], 16701 "kind": "dev", 16702 "name": "ref-cast", 16703 "optional": false, 16704 "registry": null, 16705 "rename": null, 16706 "req": "^1", 16707 "source": "registry+https://github.com/rust-lang/crates.io-index", 16708 "target": null, 16709 "uses_default_features": true 16710 }, 16711 { 16712 "features": [ 16713 "blocking" 16714 ], 16715 "kind": "dev", 16716 "name": "reqwest", 16717 "optional": false, 16718 "registry": null, 16719 "rename": null, 16720 "req": "^0.12", 16721 "source": "registry+https://github.com/rust-lang/crates.io-index", 16722 "target": null, 16723 "uses_default_features": true 16724 }, 16725 { 16726 "features": [], 16727 "kind": "dev", 16728 "name": "rustversion", 16729 "optional": false, 16730 "registry": null, 16731 "rename": null, 16732 "req": "^1", 16733 "source": "registry+https://github.com/rust-lang/crates.io-index", 16734 "target": null, 16735 "uses_default_features": true 16736 }, 16737 { 16738 "features": [], 16739 "kind": "dev", 16740 "name": "syn-test-suite", 16741 "optional": false, 16742 "registry": null, 16743 "rename": null, 16744 "req": "^0", 16745 "source": "registry+https://github.com/rust-lang/crates.io-index", 16746 "target": null, 16747 "uses_default_features": true 16748 }, 16749 { 16750 "features": [], 16751 "kind": "dev", 16752 "name": "tar", 16753 "optional": false, 16754 "registry": null, 16755 "rename": null, 16756 "req": "^0.4.16", 16757 "source": "registry+https://github.com/rust-lang/crates.io-index", 16758 "target": null, 16759 "uses_default_features": true 16760 }, 16761 { 16762 "features": [], 16763 "kind": "dev", 16764 "name": "termcolor", 16765 "optional": false, 16766 "registry": null, 16767 "rename": null, 16768 "req": "^1", 16769 "source": "registry+https://github.com/rust-lang/crates.io-index", 16770 "target": null, 16771 "uses_default_features": true 16772 }, 16773 { 16774 "features": [], 16775 "kind": "dev", 16776 "name": "walkdir", 16777 "optional": false, 16778 "registry": null, 16779 "rename": null, 16780 "req": "^2.3.2", 16781 "source": "registry+https://github.com/rust-lang/crates.io-index", 16782 "target": null, 16783 "uses_default_features": true 16784 } 16785 ], 16786 "description": "Parser for Rust source code", 16787 "documentation": "https://docs.rs/syn", 16788 "edition": "2021", 16789 "features": { 16790 "clone-impls": [], 16791 "default": [ 16792 "derive", 16793 "parsing", 16794 "printing", 16795 "clone-impls", 16796 "proc-macro" 16797 ], 16798 "derive": [], 16799 "extra-traits": [], 16800 "fold": [], 16801 "full": [], 16802 "parsing": [], 16803 "printing": [ 16804 "dep:quote" 16805 ], 16806 "proc-macro": [ 16807 "proc-macro2/proc-macro", 16808 "quote?/proc-macro" 16809 ], 16810 "test": [ 16811 "syn-test-suite/all-features" 16812 ], 16813 "visit": [], 16814 "visit-mut": [] 16815 }, 16816 "homepage": null, 16817 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16818 "keywords": [ 16819 "macros", 16820 "syn" 16821 ], 16822 "license": "MIT OR Apache-2.0", 16823 "license_file": null, 16824 "links": null, 16825 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/Cargo.toml", 16826 "metadata": { 16827 "docs": { 16828 "rs": { 16829 "all-features": true, 16830 "rustdoc-args": [ 16831 "--cfg", 16832 "doc_cfg", 16833 "--generate-link-to-definition" 16834 ], 16835 "targets": [ 16836 "x86_64-unknown-linux-gnu" 16837 ] 16838 } 16839 }, 16840 "playground": { 16841 "features": [ 16842 "full", 16843 "visit", 16844 "visit-mut", 16845 "fold", 16846 "extra-traits" 16847 ] 16848 } 16849 }, 16850 "name": "syn", 16851 "publish": null, 16852 "readme": "README.md", 16853 "repository": "https://github.com/dtolnay/syn", 16854 "rust_version": "1.60", 16855 "source": "registry+https://github.com/rust-lang/crates.io-index", 16856 "targets": [ 16857 { 16858 "crate_types": [ 16859 "lib" 16860 ], 16861 "doc": true, 16862 "doctest": true, 16863 "edition": "2021", 16864 "kind": [ 16865 "lib" 16866 ], 16867 "name": "syn", 16868 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/src/lib.rs", 16869 "test": true 16870 }, 16871 { 16872 "crate_types": [ 16873 "bin" 16874 ], 16875 "doc": false, 16876 "doctest": false, 16877 "edition": "2021", 16878 "kind": [ 16879 "test" 16880 ], 16881 "name": "test_visibility", 16882 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_visibility.rs", 16883 "test": true 16884 }, 16885 { 16886 "crate_types": [ 16887 "bin" 16888 ], 16889 "doc": false, 16890 "doctest": false, 16891 "edition": "2021", 16892 "kind": [ 16893 "test" 16894 ], 16895 "name": "test_stmt", 16896 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_stmt.rs", 16897 "test": true 16898 }, 16899 { 16900 "crate_types": [ 16901 "bin" 16902 ], 16903 "doc": false, 16904 "doctest": false, 16905 "edition": "2021", 16906 "kind": [ 16907 "test" 16908 ], 16909 "name": "test_round_trip", 16910 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_round_trip.rs", 16911 "test": true 16912 }, 16913 { 16914 "crate_types": [ 16915 "bin" 16916 ], 16917 "doc": false, 16918 "doctest": false, 16919 "edition": "2021", 16920 "kind": [ 16921 "test" 16922 ], 16923 "name": "test_size", 16924 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_size.rs", 16925 "test": true 16926 }, 16927 { 16928 "crate_types": [ 16929 "bin" 16930 ], 16931 "doc": false, 16932 "doctest": false, 16933 "edition": "2021", 16934 "kind": [ 16935 "test" 16936 ], 16937 "name": "test_shebang", 16938 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_shebang.rs", 16939 "test": true 16940 }, 16941 { 16942 "crate_types": [ 16943 "bin" 16944 ], 16945 "doc": false, 16946 "doctest": false, 16947 "edition": "2021", 16948 "kind": [ 16949 "test" 16950 ], 16951 "name": "test_pat", 16952 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_pat.rs", 16953 "test": true 16954 }, 16955 { 16956 "crate_types": [ 16957 "bin" 16958 ], 16959 "doc": false, 16960 "doctest": false, 16961 "edition": "2021", 16962 "kind": [ 16963 "test" 16964 ], 16965 "name": "test_receiver", 16966 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_receiver.rs", 16967 "test": true 16968 }, 16969 { 16970 "crate_types": [ 16971 "bin" 16972 ], 16973 "doc": false, 16974 "doctest": false, 16975 "edition": "2021", 16976 "kind": [ 16977 "test" 16978 ], 16979 "name": "test_precedence", 16980 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_precedence.rs", 16981 "test": true 16982 }, 16983 { 16984 "crate_types": [ 16985 "bin" 16986 ], 16987 "doc": false, 16988 "doctest": false, 16989 "edition": "2021", 16990 "kind": [ 16991 "test" 16992 ], 16993 "name": "test_lit", 16994 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_lit.rs", 16995 "test": true 16996 }, 16997 { 16998 "crate_types": [ 16999 "bin" 17000 ], 17001 "doc": false, 17002 "doctest": false, 17003 "edition": "2021", 17004 "kind": [ 17005 "test" 17006 ], 17007 "name": "regression", 17008 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/regression.rs", 17009 "test": true 17010 }, 17011 { 17012 "crate_types": [ 17013 "bin" 17014 ], 17015 "doc": false, 17016 "doctest": false, 17017 "edition": "2021", 17018 "kind": [ 17019 "test" 17020 ], 17021 "name": "test_parse_stream", 17022 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_parse_stream.rs", 17023 "test": true 17024 }, 17025 { 17026 "crate_types": [ 17027 "bin" 17028 ], 17029 "doc": false, 17030 "doctest": false, 17031 "edition": "2021", 17032 "kind": [ 17033 "test" 17034 ], 17035 "name": "test_grouping", 17036 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_grouping.rs", 17037 "test": true 17038 }, 17039 { 17040 "crate_types": [ 17041 "bin" 17042 ], 17043 "doc": false, 17044 "doctest": false, 17045 "edition": "2021", 17046 "kind": [ 17047 "test" 17048 ], 17049 "name": "test_ident", 17050 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_ident.rs", 17051 "test": true 17052 }, 17053 { 17054 "crate_types": [ 17055 "bin" 17056 ], 17057 "doc": false, 17058 "doctest": false, 17059 "edition": "2021", 17060 "kind": [ 17061 "test" 17062 ], 17063 "name": "test_iterators", 17064 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_iterators.rs", 17065 "test": true 17066 }, 17067 { 17068 "crate_types": [ 17069 "bin" 17070 ], 17071 "doc": false, 17072 "doctest": false, 17073 "edition": "2021", 17074 "kind": [ 17075 "test" 17076 ], 17077 "name": "test_parse_buffer", 17078 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_parse_buffer.rs", 17079 "test": true 17080 }, 17081 { 17082 "crate_types": [ 17083 "bin" 17084 ], 17085 "doc": false, 17086 "doctest": false, 17087 "edition": "2021", 17088 "kind": [ 17089 "test" 17090 ], 17091 "name": "test_asyncness", 17092 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_asyncness.rs", 17093 "test": true 17094 }, 17095 { 17096 "crate_types": [ 17097 "bin" 17098 ], 17099 "doc": false, 17100 "doctest": false, 17101 "edition": "2021", 17102 "kind": [ 17103 "test" 17104 ], 17105 "name": "test_token_trees", 17106 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_token_trees.rs", 17107 "test": true 17108 }, 17109 { 17110 "crate_types": [ 17111 "bin" 17112 ], 17113 "doc": false, 17114 "doctest": false, 17115 "edition": "2021", 17116 "kind": [ 17117 "test" 17118 ], 17119 "name": "test_ty", 17120 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_ty.rs", 17121 "test": true 17122 }, 17123 { 17124 "crate_types": [ 17125 "bin" 17126 ], 17127 "doc": false, 17128 "doctest": false, 17129 "edition": "2021", 17130 "kind": [ 17131 "test" 17132 ], 17133 "name": "zzz_stable", 17134 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/zzz_stable.rs", 17135 "test": true 17136 }, 17137 { 17138 "crate_types": [ 17139 "bin" 17140 ], 17141 "doc": false, 17142 "doctest": false, 17143 "edition": "2021", 17144 "kind": [ 17145 "test" 17146 ], 17147 "name": "test_parse_quote", 17148 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_parse_quote.rs", 17149 "test": true 17150 }, 17151 { 17152 "crate_types": [ 17153 "bin" 17154 ], 17155 "doc": false, 17156 "doctest": false, 17157 "edition": "2021", 17158 "kind": [ 17159 "test" 17160 ], 17161 "name": "test_meta", 17162 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_meta.rs", 17163 "test": true 17164 }, 17165 { 17166 "crate_types": [ 17167 "bin" 17168 ], 17169 "doc": false, 17170 "doctest": false, 17171 "edition": "2021", 17172 "kind": [ 17173 "test" 17174 ], 17175 "name": "test_expr", 17176 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_expr.rs", 17177 "test": true 17178 }, 17179 { 17180 "crate_types": [ 17181 "bin" 17182 ], 17183 "doc": false, 17184 "doctest": false, 17185 "edition": "2021", 17186 "kind": [ 17187 "test" 17188 ], 17189 "name": "test_item", 17190 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_item.rs", 17191 "test": true 17192 }, 17193 { 17194 "crate_types": [ 17195 "bin" 17196 ], 17197 "doc": false, 17198 "doctest": false, 17199 "edition": "2021", 17200 "kind": [ 17201 "test" 17202 ], 17203 "name": "test_path", 17204 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_path.rs", 17205 "test": true 17206 }, 17207 { 17208 "crate_types": [ 17209 "bin" 17210 ], 17211 "doc": false, 17212 "doctest": false, 17213 "edition": "2021", 17214 "kind": [ 17215 "test" 17216 ], 17217 "name": "test_derive_input", 17218 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_derive_input.rs", 17219 "test": true 17220 }, 17221 { 17222 "crate_types": [ 17223 "bin" 17224 ], 17225 "doc": false, 17226 "doctest": false, 17227 "edition": "2021", 17228 "kind": [ 17229 "test" 17230 ], 17231 "name": "test_generics", 17232 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_generics.rs", 17233 "test": true 17234 }, 17235 { 17236 "crate_types": [ 17237 "bin" 17238 ], 17239 "doc": false, 17240 "doctest": false, 17241 "edition": "2021", 17242 "kind": [ 17243 "test" 17244 ], 17245 "name": "test_attribute", 17246 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/tests/test_attribute.rs", 17247 "test": true 17248 }, 17249 { 17250 "crate_types": [ 17251 "bin" 17252 ], 17253 "doc": false, 17254 "doctest": false, 17255 "edition": "2021", 17256 "kind": [ 17257 "bench" 17258 ], 17259 "name": "rust", 17260 "required-features": [ 17261 "full", 17262 "parsing" 17263 ], 17264 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/benches/rust.rs", 17265 "test": false 17266 }, 17267 { 17268 "crate_types": [ 17269 "bin" 17270 ], 17271 "doc": false, 17272 "doctest": false, 17273 "edition": "2021", 17274 "kind": [ 17275 "bench" 17276 ], 17277 "name": "file", 17278 "required-features": [ 17279 "full", 17280 "parsing" 17281 ], 17282 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/benches/file.rs", 17283 "test": false 17284 } 17285 ], 17286 "version": "2.0.60" 17287 }, 17288 { 17289 "authors": [ 17290 "Actyx AG <[email protected]>" 17291 ], 17292 "categories": [ 17293 "concurrency" 17294 ], 17295 "default_run": null, 17296 "dependencies": [ 17297 { 17298 "features": [], 17299 "kind": null, 17300 "name": "futures-core", 17301 "optional": true, 17302 "registry": null, 17303 "rename": null, 17304 "req": "^0.3", 17305 "source": "registry+https://github.com/rust-lang/crates.io-index", 17306 "target": null, 17307 "uses_default_features": false 17308 }, 17309 { 17310 "features": [], 17311 "kind": "dev", 17312 "name": "futures", 17313 "optional": false, 17314 "registry": null, 17315 "rename": null, 17316 "req": "^0.3", 17317 "source": "registry+https://github.com/rust-lang/crates.io-index", 17318 "target": null, 17319 "uses_default_features": true 17320 }, 17321 { 17322 "features": [], 17323 "kind": "dev", 17324 "name": "pin-project-lite", 17325 "optional": false, 17326 "registry": null, 17327 "rename": null, 17328 "req": "^0.2.7", 17329 "source": "registry+https://github.com/rust-lang/crates.io-index", 17330 "target": null, 17331 "uses_default_features": true 17332 } 17333 ], 17334 "description": "A tool for enlisting the compiler\u2019s help in proving the absence of concurrency", 17335 "documentation": "https://docs.rs/sync_wrapper", 17336 "edition": "2018", 17337 "features": { 17338 "futures": [ 17339 "futures-core" 17340 ], 17341 "futures-core": [ 17342 "dep:futures-core" 17343 ] 17344 }, 17345 "homepage": "https://docs.rs/sync_wrapper", 17346 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17347 "keywords": [ 17348 "concurrency" 17349 ], 17350 "license": "Apache-2.0", 17351 "license_file": null, 17352 "links": null, 17353 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/Cargo.toml", 17354 "metadata": null, 17355 "name": "sync_wrapper", 17356 "publish": null, 17357 "readme": "README.md", 17358 "repository": "https://github.com/Actyx/sync_wrapper", 17359 "rust_version": null, 17360 "source": "registry+https://github.com/rust-lang/crates.io-index", 17361 "targets": [ 17362 { 17363 "crate_types": [ 17364 "lib" 17365 ], 17366 "doc": true, 17367 "doctest": true, 17368 "edition": "2018", 17369 "kind": [ 17370 "lib" 17371 ], 17372 "name": "sync_wrapper", 17373 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs", 17374 "test": true 17375 } 17376 ], 17377 "version": "0.1.2" 17378 }, 17379 { 17380 "authors": [ 17381 "Mullvad VPN" 17382 ], 17383 "categories": [ 17384 "api-bindings", 17385 "os::macos-apis" 17386 ], 17387 "default_run": null, 17388 "dependencies": [ 17389 { 17390 "features": [], 17391 "kind": null, 17392 "name": "bitflags", 17393 "optional": false, 17394 "registry": null, 17395 "rename": null, 17396 "req": "^1", 17397 "source": "registry+https://github.com/rust-lang/crates.io-index", 17398 "target": null, 17399 "uses_default_features": true 17400 }, 17401 { 17402 "features": [], 17403 "kind": null, 17404 "name": "core-foundation", 17405 "optional": false, 17406 "registry": null, 17407 "rename": null, 17408 "req": "^0.9", 17409 "source": "registry+https://github.com/rust-lang/crates.io-index", 17410 "target": null, 17411 "uses_default_features": true 17412 }, 17413 { 17414 "features": [], 17415 "kind": null, 17416 "name": "system-configuration-sys", 17417 "optional": false, 17418 "registry": null, 17419 "rename": null, 17420 "req": "^0.5", 17421 "source": "registry+https://github.com/rust-lang/crates.io-index", 17422 "target": null, 17423 "uses_default_features": true 17424 } 17425 ], 17426 "description": "Bindings to SystemConfiguration framework for macOS", 17427 "documentation": null, 17428 "edition": "2021", 17429 "features": {}, 17430 "homepage": null, 17431 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17432 "keywords": [ 17433 "macos", 17434 "system", 17435 "configuration", 17436 "bindings" 17437 ], 17438 "license": "MIT OR Apache-2.0", 17439 "license_file": null, 17440 "links": null, 17441 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/Cargo.toml", 17442 "metadata": null, 17443 "name": "system-configuration", 17444 "publish": null, 17445 "readme": "README.md", 17446 "repository": "https://github.com/mullvad/system-configuration-rs", 17447 "rust_version": null, 17448 "source": "registry+https://github.com/rust-lang/crates.io-index", 17449 "targets": [ 17450 { 17451 "crate_types": [ 17452 "lib" 17453 ], 17454 "doc": true, 17455 "doctest": true, 17456 "edition": "2021", 17457 "kind": [ 17458 "lib" 17459 ], 17460 "name": "system_configuration", 17461 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/src/lib.rs", 17462 "test": true 17463 }, 17464 { 17465 "crate_types": [ 17466 "bin" 17467 ], 17468 "doc": false, 17469 "doctest": false, 17470 "edition": "2021", 17471 "kind": [ 17472 "example" 17473 ], 17474 "name": "set_dns", 17475 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/examples/set_dns.rs", 17476 "test": false 17477 }, 17478 { 17479 "crate_types": [ 17480 "bin" 17481 ], 17482 "doc": false, 17483 "doctest": false, 17484 "edition": "2021", 17485 "kind": [ 17486 "example" 17487 ], 17488 "name": "watch_dns", 17489 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/examples/watch_dns.rs", 17490 "test": false 17491 } 17492 ], 17493 "version": "0.5.1" 17494 }, 17495 { 17496 "authors": [ 17497 "Mullvad VPN" 17498 ], 17499 "categories": [ 17500 "external-ffi-bindings", 17501 "os::macos-apis" 17502 ], 17503 "default_run": null, 17504 "dependencies": [ 17505 { 17506 "features": [], 17507 "kind": null, 17508 "name": "core-foundation-sys", 17509 "optional": false, 17510 "registry": null, 17511 "rename": null, 17512 "req": "^0.8", 17513 "source": "registry+https://github.com/rust-lang/crates.io-index", 17514 "target": null, 17515 "uses_default_features": true 17516 }, 17517 { 17518 "features": [], 17519 "kind": null, 17520 "name": "libc", 17521 "optional": false, 17522 "registry": null, 17523 "rename": null, 17524 "req": "^0.2.49", 17525 "source": "registry+https://github.com/rust-lang/crates.io-index", 17526 "target": null, 17527 "uses_default_features": true 17528 } 17529 ], 17530 "description": "Low level bindings to SystemConfiguration framework for macOS", 17531 "documentation": null, 17532 "edition": "2021", 17533 "features": {}, 17534 "homepage": null, 17535 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17536 "keywords": [ 17537 "macos", 17538 "system", 17539 "configuration", 17540 "bindings" 17541 ], 17542 "license": "MIT OR Apache-2.0", 17543 "license_file": null, 17544 "links": null, 17545 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/Cargo.toml", 17546 "metadata": null, 17547 "name": "system-configuration-sys", 17548 "publish": null, 17549 "readme": null, 17550 "repository": "https://github.com/mullvad/system-configuration-rs", 17551 "rust_version": null, 17552 "source": "registry+https://github.com/rust-lang/crates.io-index", 17553 "targets": [ 17554 { 17555 "crate_types": [ 17556 "lib" 17557 ], 17558 "doc": true, 17559 "doctest": true, 17560 "edition": "2021", 17561 "kind": [ 17562 "lib" 17563 ], 17564 "name": "system_configuration_sys", 17565 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/src/lib.rs", 17566 "test": true 17567 }, 17568 { 17569 "crate_types": [ 17570 "bin" 17571 ], 17572 "doc": false, 17573 "doctest": false, 17574 "edition": "2021", 17575 "kind": [ 17576 "custom-build" 17577 ], 17578 "name": "build-script-build", 17579 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/build.rs", 17580 "test": false 17581 } 17582 ], 17583 "version": "0.5.0" 17584 }, 17585 { 17586 "authors": [ 17587 "Steven Allen <[email protected]>", 17588 "The Rust Project Developers", 17589 "Ashley Mannix <[email protected]>", 17590 "Jason White <[email protected]>" 17591 ], 17592 "categories": [], 17593 "default_run": null, 17594 "dependencies": [ 17595 { 17596 "features": [], 17597 "kind": null, 17598 "name": "cfg-if", 17599 "optional": false, 17600 "registry": null, 17601 "rename": null, 17602 "req": "^1", 17603 "source": "registry+https://github.com/rust-lang/crates.io-index", 17604 "target": null, 17605 "uses_default_features": true 17606 }, 17607 { 17608 "features": [], 17609 "kind": null, 17610 "name": "fastrand", 17611 "optional": false, 17612 "registry": null, 17613 "rename": null, 17614 "req": "^2.0.1", 17615 "source": "registry+https://github.com/rust-lang/crates.io-index", 17616 "target": null, 17617 "uses_default_features": true 17618 }, 17619 { 17620 "features": [], 17621 "kind": "dev", 17622 "name": "doc-comment", 17623 "optional": false, 17624 "registry": null, 17625 "rename": null, 17626 "req": "^0.3", 17627 "source": "registry+https://github.com/rust-lang/crates.io-index", 17628 "target": null, 17629 "uses_default_features": true 17630 }, 17631 { 17632 "features": [ 17633 "fs" 17634 ], 17635 "kind": null, 17636 "name": "rustix", 17637 "optional": false, 17638 "registry": null, 17639 "rename": null, 17640 "req": "^0.38.31", 17641 "source": "registry+https://github.com/rust-lang/crates.io-index", 17642 "target": "cfg(any(unix, target_os = \"wasi\"))", 17643 "uses_default_features": true 17644 }, 17645 { 17646 "features": [ 17647 "Win32_Storage_FileSystem", 17648 "Win32_Foundation" 17649 ], 17650 "kind": null, 17651 "name": "windows-sys", 17652 "optional": false, 17653 "registry": null, 17654 "rename": null, 17655 "req": "^0.52", 17656 "source": "registry+https://github.com/rust-lang/crates.io-index", 17657 "target": "cfg(windows)", 17658 "uses_default_features": true 17659 } 17660 ], 17661 "description": "A library for managing temporary files and directories.", 17662 "documentation": "https://docs.rs/tempfile", 17663 "edition": "2021", 17664 "features": { 17665 "nightly": [] 17666 }, 17667 "homepage": "https://stebalien.com/projects/tempfile-rs/", 17668 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17669 "keywords": [ 17670 "tempfile", 17671 "tmpfile", 17672 "filesystem" 17673 ], 17674 "license": "MIT OR Apache-2.0", 17675 "license_file": null, 17676 "links": null, 17677 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/Cargo.toml", 17678 "metadata": null, 17679 "name": "tempfile", 17680 "publish": null, 17681 "readme": "README.md", 17682 "repository": "https://github.com/Stebalien/tempfile", 17683 "rust_version": "1.63", 17684 "source": "registry+https://github.com/rust-lang/crates.io-index", 17685 "targets": [ 17686 { 17687 "crate_types": [ 17688 "lib" 17689 ], 17690 "doc": true, 17691 "doctest": true, 17692 "edition": "2021", 17693 "kind": [ 17694 "lib" 17695 ], 17696 "name": "tempfile", 17697 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs", 17698 "test": true 17699 }, 17700 { 17701 "crate_types": [ 17702 "bin" 17703 ], 17704 "doc": false, 17705 "doctest": false, 17706 "edition": "2021", 17707 "kind": [ 17708 "test" 17709 ], 17710 "name": "spooled", 17711 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/spooled.rs", 17712 "test": true 17713 }, 17714 { 17715 "crate_types": [ 17716 "bin" 17717 ], 17718 "doc": false, 17719 "doctest": false, 17720 "edition": "2021", 17721 "kind": [ 17722 "test" 17723 ], 17724 "name": "namedtempfile", 17725 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/namedtempfile.rs", 17726 "test": true 17727 }, 17728 { 17729 "crate_types": [ 17730 "bin" 17731 ], 17732 "doc": false, 17733 "doctest": false, 17734 "edition": "2021", 17735 "kind": [ 17736 "test" 17737 ], 17738 "name": "tempdir", 17739 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempdir.rs", 17740 "test": true 17741 }, 17742 { 17743 "crate_types": [ 17744 "bin" 17745 ], 17746 "doc": false, 17747 "doctest": false, 17748 "edition": "2021", 17749 "kind": [ 17750 "test" 17751 ], 17752 "name": "tempfile", 17753 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempfile.rs", 17754 "test": true 17755 } 17756 ], 17757 "version": "3.10.1" 17758 }, 17759 { 17760 "authors": [ 17761 "Lokathor <[email protected]>" 17762 ], 17763 "categories": [ 17764 "data-structures", 17765 "no-std" 17766 ], 17767 "default_run": null, 17768 "dependencies": [ 17769 { 17770 "features": [], 17771 "kind": null, 17772 "name": "arbitrary", 17773 "optional": true, 17774 "registry": null, 17775 "rename": null, 17776 "req": "^1", 17777 "source": "registry+https://github.com/rust-lang/crates.io-index", 17778 "target": null, 17779 "uses_default_features": true 17780 }, 17781 { 17782 "features": [], 17783 "kind": null, 17784 "name": "serde", 17785 "optional": true, 17786 "registry": null, 17787 "rename": null, 17788 "req": "^1.0", 17789 "source": "registry+https://github.com/rust-lang/crates.io-index", 17790 "target": null, 17791 "uses_default_features": false 17792 }, 17793 { 17794 "features": [], 17795 "kind": null, 17796 "name": "tinyvec_macros", 17797 "optional": true, 17798 "registry": null, 17799 "rename": null, 17800 "req": "^0.1", 17801 "source": "registry+https://github.com/rust-lang/crates.io-index", 17802 "target": null, 17803 "uses_default_features": true 17804 }, 17805 { 17806 "features": [], 17807 "kind": "dev", 17808 "name": "criterion", 17809 "optional": false, 17810 "registry": null, 17811 "rename": null, 17812 "req": "^0.3.0", 17813 "source": "registry+https://github.com/rust-lang/crates.io-index", 17814 "target": null, 17815 "uses_default_features": true 17816 }, 17817 { 17818 "features": [], 17819 "kind": "dev", 17820 "name": "serde_test", 17821 "optional": false, 17822 "registry": null, 17823 "rename": null, 17824 "req": "^1.0", 17825 "source": "registry+https://github.com/rust-lang/crates.io-index", 17826 "target": null, 17827 "uses_default_features": true 17828 }, 17829 { 17830 "features": [], 17831 "kind": "dev", 17832 "name": "smallvec", 17833 "optional": false, 17834 "registry": null, 17835 "rename": null, 17836 "req": "^1", 17837 "source": "registry+https://github.com/rust-lang/crates.io-index", 17838 "target": null, 17839 "uses_default_features": true 17840 } 17841 ], 17842 "description": "`tinyvec` provides 100% safe vec-like data structures.", 17843 "documentation": null, 17844 "edition": "2018", 17845 "features": { 17846 "alloc": [ 17847 "tinyvec_macros" 17848 ], 17849 "arbitrary": [ 17850 "dep:arbitrary" 17851 ], 17852 "default": [], 17853 "experimental_write_impl": [], 17854 "grab_spare_slice": [], 17855 "nightly_slice_partition_dedup": [], 17856 "real_blackbox": [ 17857 "criterion/real_blackbox" 17858 ], 17859 "rustc_1_40": [], 17860 "rustc_1_55": [ 17861 "rustc_1_40" 17862 ], 17863 "rustc_1_57": [ 17864 "rustc_1_55" 17865 ], 17866 "serde": [ 17867 "dep:serde" 17868 ], 17869 "std": [ 17870 "alloc" 17871 ], 17872 "tinyvec_macros": [ 17873 "dep:tinyvec_macros" 17874 ] 17875 }, 17876 "homepage": null, 17877 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17878 "keywords": [ 17879 "vec", 17880 "no_std", 17881 "no-std" 17882 ], 17883 "license": "Zlib OR Apache-2.0 OR MIT", 17884 "license_file": null, 17885 "links": null, 17886 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml", 17887 "metadata": { 17888 "docs": { 17889 "rs": { 17890 "features": [ 17891 "alloc", 17892 "std", 17893 "grab_spare_slice", 17894 "rustc_1_40", 17895 "rustc_1_55", 17896 "serde" 17897 ], 17898 "rustdoc-args": [ 17899 "--cfg", 17900 "docs_rs" 17901 ] 17902 } 17903 }, 17904 "playground": { 17905 "features": [ 17906 "alloc", 17907 "std", 17908 "grab_spare_slice", 17909 "rustc_1_40", 17910 "rustc_1_55", 17911 "serde" 17912 ] 17913 } 17914 }, 17915 "name": "tinyvec", 17916 "publish": null, 17917 "readme": "README.md", 17918 "repository": "https://github.com/Lokathor/tinyvec", 17919 "rust_version": null, 17920 "source": "registry+https://github.com/rust-lang/crates.io-index", 17921 "targets": [ 17922 { 17923 "crate_types": [ 17924 "lib" 17925 ], 17926 "doc": true, 17927 "doctest": true, 17928 "edition": "2018", 17929 "kind": [ 17930 "lib" 17931 ], 17932 "name": "tinyvec", 17933 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs", 17934 "test": true 17935 }, 17936 { 17937 "crate_types": [ 17938 "bin" 17939 ], 17940 "doc": false, 17941 "doctest": false, 17942 "edition": "2018", 17943 "kind": [ 17944 "test" 17945 ], 17946 "name": "tinyvec", 17947 "required-features": [ 17948 "alloc", 17949 "std" 17950 ], 17951 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs", 17952 "test": true 17953 }, 17954 { 17955 "crate_types": [ 17956 "bin" 17957 ], 17958 "doc": false, 17959 "doctest": false, 17960 "edition": "2018", 17961 "kind": [ 17962 "test" 17963 ], 17964 "name": "arrayvec", 17965 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs", 17966 "test": true 17967 }, 17968 { 17969 "crate_types": [ 17970 "bin" 17971 ], 17972 "doc": false, 17973 "doctest": false, 17974 "edition": "2018", 17975 "kind": [ 17976 "bench" 17977 ], 17978 "name": "macros", 17979 "required-features": [ 17980 "alloc" 17981 ], 17982 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs", 17983 "test": false 17984 }, 17985 { 17986 "crate_types": [ 17987 "bin" 17988 ], 17989 "doc": false, 17990 "doctest": false, 17991 "edition": "2018", 17992 "kind": [ 17993 "bench" 17994 ], 17995 "name": "smallvec", 17996 "required-features": [ 17997 "alloc", 17998 "real_blackbox" 17999 ], 18000 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs", 18001 "test": false 18002 } 18003 ], 18004 "version": "1.6.0" 18005 }, 18006 { 18007 "authors": [ 18008 "Soveu <[email protected]>" 18009 ], 18010 "categories": [], 18011 "default_run": null, 18012 "dependencies": [], 18013 "description": "Some macros for tiny containers", 18014 "documentation": null, 18015 "edition": "2018", 18016 "features": {}, 18017 "homepage": null, 18018 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 18019 "keywords": [], 18020 "license": "MIT OR Apache-2.0 OR Zlib", 18021 "license_file": null, 18022 "links": null, 18023 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml", 18024 "metadata": null, 18025 "name": "tinyvec_macros", 18026 "publish": null, 18027 "readme": null, 18028 "repository": "https://github.com/Soveu/tinyvec_macros", 18029 "rust_version": null, 18030 "source": "registry+https://github.com/rust-lang/crates.io-index", 18031 "targets": [ 18032 { 18033 "crate_types": [ 18034 "lib" 18035 ], 18036 "doc": true, 18037 "doctest": true, 18038 "edition": "2018", 18039 "kind": [ 18040 "lib" 18041 ], 18042 "name": "tinyvec_macros", 18043 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs", 18044 "test": true 18045 } 18046 ], 18047 "version": "0.1.1" 18048 }, 18049 { 18050 "authors": [ 18051 "Tokio Contributors <[email protected]>" 18052 ], 18053 "categories": [ 18054 "asynchronous", 18055 "network-programming" 18056 ], 18057 "default_run": null, 18058 "dependencies": [ 18059 { 18060 "features": [], 18061 "kind": null, 18062 "name": "bytes", 18063 "optional": true, 18064 "registry": null, 18065 "rename": null, 18066 "req": "^1.0.0", 18067 "source": "registry+https://github.com/rust-lang/crates.io-index", 18068 "target": null, 18069 "uses_default_features": true 18070 }, 18071 { 18072 "features": [], 18073 "kind": null, 18074 "name": "mio", 18075 "optional": true, 18076 "registry": null, 18077 "rename": null, 18078 "req": "^0.8.9", 18079 "source": "registry+https://github.com/rust-lang/crates.io-index", 18080 "target": null, 18081 "uses_default_features": false 18082 }, 18083 { 18084 "features": [], 18085 "kind": null, 18086 "name": "num_cpus", 18087 "optional": true, 18088 "registry": null, 18089 "rename": null, 18090 "req": "^1.8.0", 18091 "source": "registry+https://github.com/rust-lang/crates.io-index", 18092 "target": null, 18093 "uses_default_features": true 18094 }, 18095 { 18096 "features": [], 18097 "kind": null, 18098 "name": "parking_lot", 18099 "optional": true, 18100 "registry": null, 18101 "rename": null, 18102 "req": "^0.12.0", 18103 "source": "registry+https://github.com/rust-lang/crates.io-index", 18104 "target": null, 18105 "uses_default_features": true 18106 }, 18107 { 18108 "features": [], 18109 "kind": null, 18110 "name": "pin-project-lite", 18111 "optional": false, 18112 "registry": null, 18113 "rename": null, 18114 "req": "^0.2.11", 18115 "source": "registry+https://github.com/rust-lang/crates.io-index", 18116 "target": null, 18117 "uses_default_features": true 18118 }, 18119 { 18120 "features": [], 18121 "kind": null, 18122 "name": "tokio-macros", 18123 "optional": true, 18124 "registry": null, 18125 "rename": null, 18126 "req": "~2.2.0", 18127 "source": "registry+https://github.com/rust-lang/crates.io-index", 18128 "target": null, 18129 "uses_default_features": true 18130 }, 18131 { 18132 "features": [], 18133 "kind": "dev", 18134 "name": "async-stream", 18135 "optional": false, 18136 "registry": null, 18137 "rename": null, 18138 "req": "^0.3", 18139 "source": "registry+https://github.com/rust-lang/crates.io-index", 18140 "target": null, 18141 "uses_default_features": true 18142 }, 18143 { 18144 "features": [ 18145 "async-await" 18146 ], 18147 "kind": "dev", 18148 "name": "futures", 18149 "optional": false, 18150 "registry": null, 18151 "rename": null, 18152 "req": "^0.3.0", 18153 "source": "registry+https://github.com/rust-lang/crates.io-index", 18154 "target": null, 18155 "uses_default_features": true 18156 }, 18157 { 18158 "features": [], 18159 "kind": "dev", 18160 "name": "mockall", 18161 "optional": false, 18162 "registry": null, 18163 "rename": null, 18164 "req": "^0.11.1", 18165 "source": "registry+https://github.com/rust-lang/crates.io-index", 18166 "target": null, 18167 "uses_default_features": true 18168 }, 18169 { 18170 "features": [], 18171 "kind": "dev", 18172 "name": "tokio-stream", 18173 "optional": false, 18174 "registry": null, 18175 "rename": null, 18176 "req": "^0.1", 18177 "source": "registry+https://github.com/rust-lang/crates.io-index", 18178 "target": null, 18179 "uses_default_features": true 18180 }, 18181 { 18182 "features": [], 18183 "kind": "dev", 18184 "name": "tokio-test", 18185 "optional": false, 18186 "registry": null, 18187 "rename": null, 18188 "req": "^0.4.0", 18189 "source": "registry+https://github.com/rust-lang/crates.io-index", 18190 "target": null, 18191 "uses_default_features": true 18192 }, 18193 { 18194 "features": [], 18195 "kind": "dev", 18196 "name": "wasm-bindgen-test", 18197 "optional": false, 18198 "registry": null, 18199 "rename": null, 18200 "req": "^0.3.0", 18201 "source": "registry+https://github.com/rust-lang/crates.io-index", 18202 "target": "cfg(all(target_family = \"wasm\", not(target_os = \"wasi\")))", 18203 "uses_default_features": true 18204 }, 18205 { 18206 "features": [ 18207 "futures", 18208 "checkpoint" 18209 ], 18210 "kind": "dev", 18211 "name": "loom", 18212 "optional": false, 18213 "registry": null, 18214 "rename": null, 18215 "req": "^0.7", 18216 "source": "registry+https://github.com/rust-lang/crates.io-index", 18217 "target": "cfg(loom)", 18218 "uses_default_features": true 18219 }, 18220 { 18221 "features": [], 18222 "kind": "dev", 18223 "name": "rand", 18224 "optional": false, 18225 "registry": null, 18226 "rename": null, 18227 "req": "^0.8.0", 18228 "source": "registry+https://github.com/rust-lang/crates.io-index", 18229 "target": "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))", 18230 "uses_default_features": true 18231 }, 18232 { 18233 "features": [ 18234 "all" 18235 ], 18236 "kind": null, 18237 "name": "socket2", 18238 "optional": true, 18239 "registry": null, 18240 "rename": null, 18241 "req": "^0.5.5", 18242 "source": "registry+https://github.com/rust-lang/crates.io-index", 18243 "target": "cfg(not(target_family = \"wasm\"))", 18244 "uses_default_features": true 18245 }, 18246 { 18247 "features": [], 18248 "kind": "dev", 18249 "name": "socket2", 18250 "optional": false, 18251 "registry": null, 18252 "rename": null, 18253 "req": "^0.5.5", 18254 "source": "registry+https://github.com/rust-lang/crates.io-index", 18255 "target": "cfg(not(target_family = \"wasm\"))", 18256 "uses_default_features": true 18257 }, 18258 { 18259 "features": [], 18260 "kind": "dev", 18261 "name": "tempfile", 18262 "optional": false, 18263 "registry": null, 18264 "rename": null, 18265 "req": "^3.1.0", 18266 "source": "registry+https://github.com/rust-lang/crates.io-index", 18267 "target": "cfg(not(target_family = \"wasm\"))", 18268 "uses_default_features": true 18269 }, 18270 { 18271 "features": [ 18272 "tokio" 18273 ], 18274 "kind": "dev", 18275 "name": "mio-aio", 18276 "optional": false, 18277 "registry": null, 18278 "rename": null, 18279 "req": "^0.8.0", 18280 "source": "registry+https://github.com/rust-lang/crates.io-index", 18281 "target": "cfg(target_os = \"freebsd\")", 18282 "uses_default_features": true 18283 }, 18284 { 18285 "features": [], 18286 "kind": null, 18287 "name": "backtrace", 18288 "optional": false, 18289 "registry": null, 18290 "rename": null, 18291 "req": "^0.3.58", 18292 "source": "registry+https://github.com/rust-lang/crates.io-index", 18293 "target": "cfg(tokio_taskdump)", 18294 "uses_default_features": true 18295 }, 18296 { 18297 "features": [ 18298 "std" 18299 ], 18300 "kind": null, 18301 "name": "tracing", 18302 "optional": true, 18303 "registry": null, 18304 "rename": null, 18305 "req": "^0.1.25", 18306 "source": "registry+https://github.com/rust-lang/crates.io-index", 18307 "target": "cfg(tokio_unstable)", 18308 "uses_default_features": false 18309 }, 18310 { 18311 "features": [], 18312 "kind": null, 18313 "name": "libc", 18314 "optional": true, 18315 "registry": null, 18316 "rename": null, 18317 "req": "^0.2.149", 18318 "source": "registry+https://github.com/rust-lang/crates.io-index", 18319 "target": "cfg(unix)", 18320 "uses_default_features": true 18321 }, 18322 { 18323 "features": [], 18324 "kind": null, 18325 "name": "signal-hook-registry", 18326 "optional": true, 18327 "registry": null, 18328 "rename": null, 18329 "req": "^1.1.1", 18330 "source": "registry+https://github.com/rust-lang/crates.io-index", 18331 "target": "cfg(unix)", 18332 "uses_default_features": true 18333 }, 18334 { 18335 "features": [], 18336 "kind": "dev", 18337 "name": "libc", 18338 "optional": false, 18339 "registry": null, 18340 "rename": null, 18341 "req": "^0.2.149", 18342 "source": "registry+https://github.com/rust-lang/crates.io-index", 18343 "target": "cfg(unix)", 18344 "uses_default_features": true 18345 }, 18346 { 18347 "features": [ 18348 "fs", 18349 "socket" 18350 ], 18351 "kind": "dev", 18352 "name": "nix", 18353 "optional": false, 18354 "registry": null, 18355 "rename": null, 18356 "req": "^0.27.1", 18357 "source": "registry+https://github.com/rust-lang/crates.io-index", 18358 "target": "cfg(unix)", 18359 "uses_default_features": false 18360 }, 18361 { 18362 "features": [], 18363 "kind": null, 18364 "name": "windows-sys", 18365 "optional": true, 18366 "registry": null, 18367 "rename": null, 18368 "req": "^0.48", 18369 "source": "registry+https://github.com/rust-lang/crates.io-index", 18370 "target": "cfg(windows)", 18371 "uses_default_features": true 18372 }, 18373 { 18374 "features": [ 18375 "Win32_Foundation", 18376 "Win32_Security_Authorization" 18377 ], 18378 "kind": "dev", 18379 "name": "windows-sys", 18380 "optional": false, 18381 "registry": null, 18382 "rename": null, 18383 "req": "^0.48", 18384 "source": "registry+https://github.com/rust-lang/crates.io-index", 18385 "target": "cfg(windows)", 18386 "uses_default_features": true 18387 } 18388 ], 18389 "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n", 18390 "documentation": null, 18391 "edition": "2021", 18392 "features": { 18393 "bytes": [ 18394 "dep:bytes" 18395 ], 18396 "default": [], 18397 "fs": [], 18398 "full": [ 18399 "fs", 18400 "io-util", 18401 "io-std", 18402 "macros", 18403 "net", 18404 "parking_lot", 18405 "process", 18406 "rt", 18407 "rt-multi-thread", 18408 "signal", 18409 "sync", 18410 "time" 18411 ], 18412 "io-std": [], 18413 "io-util": [ 18414 "bytes" 18415 ], 18416 "libc": [ 18417 "dep:libc" 18418 ], 18419 "macros": [ 18420 "tokio-macros" 18421 ], 18422 "mio": [ 18423 "dep:mio" 18424 ], 18425 "net": [ 18426 "libc", 18427 "mio/os-poll", 18428 "mio/os-ext", 18429 "mio/net", 18430 "socket2", 18431 "windows-sys/Win32_Foundation", 18432 "windows-sys/Win32_Security", 18433 "windows-sys/Win32_Storage_FileSystem", 18434 "windows-sys/Win32_System_Pipes", 18435 "windows-sys/Win32_System_SystemServices" 18436 ], 18437 "num_cpus": [ 18438 "dep:num_cpus" 18439 ], 18440 "parking_lot": [ 18441 "dep:parking_lot" 18442 ], 18443 "process": [ 18444 "bytes", 18445 "libc", 18446 "mio/os-poll", 18447 "mio/os-ext", 18448 "mio/net", 18449 "signal-hook-registry", 18450 "windows-sys/Win32_Foundation", 18451 "windows-sys/Win32_System_Threading", 18452 "windows-sys/Win32_System_WindowsProgramming" 18453 ], 18454 "rt": [], 18455 "rt-multi-thread": [ 18456 "num_cpus", 18457 "rt" 18458 ], 18459 "signal": [ 18460 "libc", 18461 "mio/os-poll", 18462 "mio/net", 18463 "mio/os-ext", 18464 "signal-hook-registry", 18465 "windows-sys/Win32_Foundation", 18466 "windows-sys/Win32_System_Console" 18467 ], 18468 "signal-hook-registry": [ 18469 "dep:signal-hook-registry" 18470 ], 18471 "socket2": [ 18472 "dep:socket2" 18473 ], 18474 "sync": [], 18475 "test-util": [ 18476 "rt", 18477 "sync", 18478 "time" 18479 ], 18480 "time": [], 18481 "tokio-macros": [ 18482 "dep:tokio-macros" 18483 ], 18484 "tracing": [ 18485 "dep:tracing" 18486 ], 18487 "windows-sys": [ 18488 "dep:windows-sys" 18489 ] 18490 }, 18491 "homepage": "https://tokio.rs", 18492 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 18493 "keywords": [ 18494 "io", 18495 "async", 18496 "non-blocking", 18497 "futures" 18498 ], 18499 "license": "MIT", 18500 "license_file": null, 18501 "links": null, 18502 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/Cargo.toml", 18503 "metadata": { 18504 "cargo_check_external_types": { 18505 "allowed_external_types": [ 18506 "bytes::buf::buf_impl::Buf", 18507 "bytes::buf::buf_mut::BufMut", 18508 "tokio_macros::*" 18509 ] 18510 }, 18511 "docs": { 18512 "rs": { 18513 "all-features": true, 18514 "rustc-args": [ 18515 "--cfg", 18516 "tokio_unstable", 18517 "--cfg", 18518 "tokio_taskdump" 18519 ], 18520 "rustdoc-args": [ 18521 "--cfg", 18522 "docsrs", 18523 "--cfg", 18524 "tokio_unstable", 18525 "--cfg", 18526 "tokio_taskdump" 18527 ] 18528 } 18529 }, 18530 "playground": { 18531 "features": [ 18532 "full", 18533 "test-util" 18534 ] 18535 } 18536 }, 18537 "name": "tokio", 18538 "publish": null, 18539 "readme": "README.md", 18540 "repository": "https://github.com/tokio-rs/tokio", 18541 "rust_version": "1.63", 18542 "source": "registry+https://github.com/rust-lang/crates.io-index", 18543 "targets": [ 18544 { 18545 "crate_types": [ 18546 "lib" 18547 ], 18548 "doc": true, 18549 "doctest": true, 18550 "edition": "2021", 18551 "kind": [ 18552 "lib" 18553 ], 18554 "name": "tokio", 18555 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs", 18556 "test": true 18557 }, 18558 { 18559 "crate_types": [ 18560 "bin" 18561 ], 18562 "doc": false, 18563 "doctest": false, 18564 "edition": "2021", 18565 "kind": [ 18566 "test" 18567 ], 18568 "name": "task_panic", 18569 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_panic.rs", 18570 "test": true 18571 }, 18572 { 18573 "crate_types": [ 18574 "bin" 18575 ], 18576 "doc": false, 18577 "doctest": false, 18578 "edition": "2021", 18579 "kind": [ 18580 "test" 18581 ], 18582 "name": "io_chain", 18583 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_chain.rs", 18584 "test": true 18585 }, 18586 { 18587 "crate_types": [ 18588 "bin" 18589 ], 18590 "doc": false, 18591 "doctest": false, 18592 "edition": "2021", 18593 "kind": [ 18594 "test" 18595 ], 18596 "name": "signal_no_rt", 18597 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_no_rt.rs", 18598 "test": true 18599 }, 18600 { 18601 "crate_types": [ 18602 "bin" 18603 ], 18604 "doc": false, 18605 "doctest": false, 18606 "edition": "2021", 18607 "kind": [ 18608 "test" 18609 ], 18610 "name": "task_local", 18611 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_local.rs", 18612 "test": true 18613 }, 18614 { 18615 "crate_types": [ 18616 "bin" 18617 ], 18618 "doc": false, 18619 "doctest": false, 18620 "edition": "2021", 18621 "kind": [ 18622 "test" 18623 ], 18624 "name": "signal_usr1", 18625 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_usr1.rs", 18626 "test": true 18627 }, 18628 { 18629 "crate_types": [ 18630 "bin" 18631 ], 18632 "doc": false, 18633 "doctest": false, 18634 "edition": "2021", 18635 "kind": [ 18636 "test" 18637 ], 18638 "name": "fs_open_options", 18639 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_open_options.rs", 18640 "test": true 18641 }, 18642 { 18643 "crate_types": [ 18644 "bin" 18645 ], 18646 "doc": false, 18647 "doctest": false, 18648 "edition": "2021", 18649 "kind": [ 18650 "test" 18651 ], 18652 "name": "io_panic", 18653 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_panic.rs", 18654 "test": true 18655 }, 18656 { 18657 "crate_types": [ 18658 "bin" 18659 ], 18660 "doc": false, 18661 "doctest": false, 18662 "edition": "2021", 18663 "kind": [ 18664 "test" 18665 ], 18666 "name": "task_abort", 18667 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_abort.rs", 18668 "test": true 18669 }, 18670 { 18671 "crate_types": [ 18672 "bin" 18673 ], 18674 "doc": false, 18675 "doctest": false, 18676 "edition": "2021", 18677 "kind": [ 18678 "test" 18679 ], 18680 "name": "uds_socket", 18681 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_socket.rs", 18682 "test": true 18683 }, 18684 { 18685 "crate_types": [ 18686 "bin" 18687 ], 18688 "doc": false, 18689 "doctest": false, 18690 "edition": "2021", 18691 "kind": [ 18692 "test" 18693 ], 18694 "name": "process_arg0", 18695 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_arg0.rs", 18696 "test": true 18697 }, 18698 { 18699 "crate_types": [ 18700 "bin" 18701 ], 18702 "doc": false, 18703 "doctest": false, 18704 "edition": "2021", 18705 "kind": [ 18706 "test" 18707 ], 18708 "name": "fs_link", 18709 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_link.rs", 18710 "test": true 18711 }, 18712 { 18713 "crate_types": [ 18714 "bin" 18715 ], 18716 "doc": false, 18717 "doctest": false, 18718 "edition": "2021", 18719 "kind": [ 18720 "test" 18721 ], 18722 "name": "task_join_set", 18723 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_join_set.rs", 18724 "test": true 18725 }, 18726 { 18727 "crate_types": [ 18728 "bin" 18729 ], 18730 "doc": false, 18731 "doctest": false, 18732 "edition": "2021", 18733 "kind": [ 18734 "test" 18735 ], 18736 "name": "tcp_socket", 18737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_socket.rs", 18738 "test": true 18739 }, 18740 { 18741 "crate_types": [ 18742 "bin" 18743 ], 18744 "doc": false, 18745 "doctest": false, 18746 "edition": "2021", 18747 "kind": [ 18748 "test" 18749 ], 18750 "name": "fs_rename", 18751 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_rename.rs", 18752 "test": true 18753 }, 18754 { 18755 "crate_types": [ 18756 "bin" 18757 ], 18758 "doc": false, 18759 "doctest": false, 18760 "edition": "2021", 18761 "kind": [ 18762 "test" 18763 ], 18764 "name": "time_sleep", 18765 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_sleep.rs", 18766 "test": true 18767 }, 18768 { 18769 "crate_types": [ 18770 "bin" 18771 ], 18772 "doc": false, 18773 "doctest": false, 18774 "edition": "2021", 18775 "kind": [ 18776 "test" 18777 ], 18778 "name": "io_driver", 18779 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_driver.rs", 18780 "test": true 18781 }, 18782 { 18783 "crate_types": [ 18784 "bin" 18785 ], 18786 "doc": false, 18787 "doctest": false, 18788 "edition": "2021", 18789 "kind": [ 18790 "test" 18791 ], 18792 "name": "io_read_buf", 18793 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_buf.rs", 18794 "test": true 18795 }, 18796 { 18797 "crate_types": [ 18798 "bin" 18799 ], 18800 "doc": false, 18801 "doctest": false, 18802 "edition": "2021", 18803 "kind": [ 18804 "test" 18805 ], 18806 "name": "io_read", 18807 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read.rs", 18808 "test": true 18809 }, 18810 { 18811 "crate_types": [ 18812 "bin" 18813 ], 18814 "doc": false, 18815 "doctest": false, 18816 "edition": "2021", 18817 "kind": [ 18818 "test" 18819 ], 18820 "name": "process_issue_2174", 18821 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_issue_2174.rs", 18822 "test": true 18823 }, 18824 { 18825 "crate_types": [ 18826 "bin" 18827 ], 18828 "doc": false, 18829 "doctest": false, 18830 "edition": "2021", 18831 "kind": [ 18832 "test" 18833 ], 18834 "name": "tcp_split", 18835 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_split.rs", 18836 "test": true 18837 }, 18838 { 18839 "crate_types": [ 18840 "bin" 18841 ], 18842 "doc": false, 18843 "doctest": false, 18844 "edition": "2021", 18845 "kind": [ 18846 "test" 18847 ], 18848 "name": "signal_drop_recv", 18849 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_recv.rs", 18850 "test": true 18851 }, 18852 { 18853 "crate_types": [ 18854 "bin" 18855 ], 18856 "doc": false, 18857 "doctest": false, 18858 "edition": "2021", 18859 "kind": [ 18860 "test" 18861 ], 18862 "name": "rt_panic", 18863 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_panic.rs", 18864 "test": true 18865 }, 18866 { 18867 "crate_types": [ 18868 "bin" 18869 ], 18870 "doc": false, 18871 "doctest": false, 18872 "edition": "2021", 18873 "kind": [ 18874 "test" 18875 ], 18876 "name": "time_pause", 18877 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_pause.rs", 18878 "test": true 18879 }, 18880 { 18881 "crate_types": [ 18882 "bin" 18883 ], 18884 "doc": false, 18885 "doctest": false, 18886 "edition": "2021", 18887 "kind": [ 18888 "test" 18889 ], 18890 "name": "sync_errors", 18891 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_errors.rs", 18892 "test": true 18893 }, 18894 { 18895 "crate_types": [ 18896 "bin" 18897 ], 18898 "doc": false, 18899 "doctest": false, 18900 "edition": "2021", 18901 "kind": [ 18902 "test" 18903 ], 18904 "name": "rt_threaded_alt", 18905 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_threaded_alt.rs", 18906 "test": true 18907 }, 18908 { 18909 "crate_types": [ 18910 "bin" 18911 ], 18912 "doc": false, 18913 "doctest": false, 18914 "edition": "2021", 18915 "kind": [ 18916 "test" 18917 ], 18918 "name": "fs_remove_file", 18919 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_remove_file.rs", 18920 "test": true 18921 }, 18922 { 18923 "crate_types": [ 18924 "bin" 18925 ], 18926 "doc": false, 18927 "doctest": false, 18928 "edition": "2021", 18929 "kind": [ 18930 "test" 18931 ], 18932 "name": "tcp_accept", 18933 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_accept.rs", 18934 "test": true 18935 }, 18936 { 18937 "crate_types": [ 18938 "bin" 18939 ], 18940 "doc": false, 18941 "doctest": false, 18942 "edition": "2021", 18943 "kind": [ 18944 "test" 18945 ], 18946 "name": "uds_split", 18947 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_split.rs", 18948 "test": true 18949 }, 18950 { 18951 "crate_types": [ 18952 "bin" 18953 ], 18954 "doc": false, 18955 "doctest": false, 18956 "edition": "2021", 18957 "kind": [ 18958 "test" 18959 ], 18960 "name": "macros_rename_test", 18961 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_rename_test.rs", 18962 "test": true 18963 }, 18964 { 18965 "crate_types": [ 18966 "bin" 18967 ], 18968 "doc": false, 18969 "doctest": false, 18970 "edition": "2021", 18971 "kind": [ 18972 "test" 18973 ], 18974 "name": "io_read_to_end", 18975 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_to_end.rs", 18976 "test": true 18977 }, 18978 { 18979 "crate_types": [ 18980 "bin" 18981 ], 18982 "doc": false, 18983 "doctest": false, 18984 "edition": "2021", 18985 "kind": [ 18986 "test" 18987 ], 18988 "name": "signal_panic", 18989 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_panic.rs", 18990 "test": true 18991 }, 18992 { 18993 "crate_types": [ 18994 "bin" 18995 ], 18996 "doc": false, 18997 "doctest": false, 18998 "edition": "2021", 18999 "kind": [ 19000 "test" 19001 ], 19002 "name": "task_local_set", 19003 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_local_set.rs", 19004 "test": true 19005 }, 19006 { 19007 "crate_types": [ 19008 "bin" 19009 ], 19010 "doc": false, 19011 "doctest": false, 19012 "edition": "2021", 19013 "kind": [ 19014 "test" 19015 ], 19016 "name": "sync_semaphore_owned", 19017 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_semaphore_owned.rs", 19018 "test": true 19019 }, 19020 { 19021 "crate_types": [ 19022 "bin" 19023 ], 19024 "doc": false, 19025 "doctest": false, 19026 "edition": "2021", 19027 "kind": [ 19028 "test" 19029 ], 19030 "name": "rt_handle", 19031 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_handle.rs", 19032 "test": true 19033 }, 19034 { 19035 "crate_types": [ 19036 "bin" 19037 ], 19038 "doc": false, 19039 "doctest": false, 19040 "edition": "2021", 19041 "kind": [ 19042 "test" 19043 ], 19044 "name": "rt_time_start_paused", 19045 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_time_start_paused.rs", 19046 "test": true 19047 }, 19048 { 19049 "crate_types": [ 19050 "bin" 19051 ], 19052 "doc": false, 19053 "doctest": false, 19054 "edition": "2021", 19055 "kind": [ 19056 "test" 19057 ], 19058 "name": "signal_notify_both", 19059 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_notify_both.rs", 19060 "test": true 19061 }, 19062 { 19063 "crate_types": [ 19064 "bin" 19065 ], 19066 "doc": false, 19067 "doctest": false, 19068 "edition": "2021", 19069 "kind": [ 19070 "test" 19071 ], 19072 "name": "io_driver_drop", 19073 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_driver_drop.rs", 19074 "test": true 19075 }, 19076 { 19077 "crate_types": [ 19078 "bin" 19079 ], 19080 "doc": false, 19081 "doctest": false, 19082 "edition": "2021", 19083 "kind": [ 19084 "test" 19085 ], 19086 "name": "signal_ctrl_c", 19087 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_ctrl_c.rs", 19088 "test": true 19089 }, 19090 { 19091 "crate_types": [ 19092 "bin" 19093 ], 19094 "doc": false, 19095 "doctest": false, 19096 "edition": "2021", 19097 "kind": [ 19098 "test" 19099 ], 19100 "name": "sync_once_cell", 19101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_once_cell.rs", 19102 "test": true 19103 }, 19104 { 19105 "crate_types": [ 19106 "bin" 19107 ], 19108 "doc": false, 19109 "doctest": false, 19110 "edition": "2021", 19111 "kind": [ 19112 "test" 19113 ], 19114 "name": "process_issue_42", 19115 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_issue_42.rs", 19116 "test": true 19117 }, 19118 { 19119 "crate_types": [ 19120 "bin" 19121 ], 19122 "doc": false, 19123 "doctest": false, 19124 "edition": "2021", 19125 "kind": [ 19126 "test" 19127 ], 19128 "name": "io_write_int", 19129 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_int.rs", 19130 "test": true 19131 }, 19132 { 19133 "crate_types": [ 19134 "bin" 19135 ], 19136 "doc": false, 19137 "doctest": false, 19138 "edition": "2021", 19139 "kind": [ 19140 "test" 19141 ], 19142 "name": "signal_drop_rt", 19143 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_rt.rs", 19144 "test": true 19145 }, 19146 { 19147 "crate_types": [ 19148 "bin" 19149 ], 19150 "doc": false, 19151 "doctest": false, 19152 "edition": "2021", 19153 "kind": [ 19154 "test" 19155 ], 19156 "name": "time_rt", 19157 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_rt.rs", 19158 "test": true 19159 }, 19160 { 19161 "crate_types": [ 19162 "bin" 19163 ], 19164 "doc": false, 19165 "doctest": false, 19166 "edition": "2021", 19167 "kind": [ 19168 "test" 19169 ], 19170 "name": "time_interval", 19171 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_interval.rs", 19172 "test": true 19173 }, 19174 { 19175 "crate_types": [ 19176 "bin" 19177 ], 19178 "doc": false, 19179 "doctest": false, 19180 "edition": "2021", 19181 "kind": [ 19182 "test" 19183 ], 19184 "name": "io_take", 19185 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_take.rs", 19186 "test": true 19187 }, 19188 { 19189 "crate_types": [ 19190 "bin" 19191 ], 19192 "doc": false, 19193 "doctest": false, 19194 "edition": "2021", 19195 "kind": [ 19196 "test" 19197 ], 19198 "name": "fs_remove_dir_all", 19199 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_remove_dir_all.rs", 19200 "test": true 19201 }, 19202 { 19203 "crate_types": [ 19204 "bin" 19205 ], 19206 "doc": false, 19207 "doctest": false, 19208 "edition": "2021", 19209 "kind": [ 19210 "test" 19211 ], 19212 "name": "tcp_connect", 19213 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_connect.rs", 19214 "test": true 19215 }, 19216 { 19217 "crate_types": [ 19218 "bin" 19219 ], 19220 "doc": false, 19221 "doctest": false, 19222 "edition": "2021", 19223 "kind": [ 19224 "test" 19225 ], 19226 "name": "fs_dir", 19227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_dir.rs", 19228 "test": true 19229 }, 19230 { 19231 "crate_types": [ 19232 "bin" 19233 ], 19234 "doc": false, 19235 "doctest": false, 19236 "edition": "2021", 19237 "kind": [ 19238 "test" 19239 ], 19240 "name": "io_repeat", 19241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_repeat.rs", 19242 "test": true 19243 }, 19244 { 19245 "crate_types": [ 19246 "bin" 19247 ], 19248 "doc": false, 19249 "doctest": false, 19250 "edition": "2021", 19251 "kind": [ 19252 "test" 19253 ], 19254 "name": "fs_symlink_file_windows", 19255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_symlink_file_windows.rs", 19256 "test": true 19257 }, 19258 { 19259 "crate_types": [ 19260 "bin" 19261 ], 19262 "doc": false, 19263 "doctest": false, 19264 "edition": "2021", 19265 "kind": [ 19266 "test" 19267 ], 19268 "name": "tcp_into_std", 19269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_into_std.rs", 19270 "test": true 19271 }, 19272 { 19273 "crate_types": [ 19274 "bin" 19275 ], 19276 "doc": false, 19277 "doctest": false, 19278 "edition": "2021", 19279 "kind": [ 19280 "test" 19281 ], 19282 "name": "sync_semaphore", 19283 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_semaphore.rs", 19284 "test": true 19285 }, 19286 { 19287 "crate_types": [ 19288 "bin" 19289 ], 19290 "doc": false, 19291 "doctest": false, 19292 "edition": "2021", 19293 "kind": [ 19294 "test" 19295 ], 19296 "name": "macros_select", 19297 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_select.rs", 19298 "test": true 19299 }, 19300 { 19301 "crate_types": [ 19302 "bin" 19303 ], 19304 "doc": false, 19305 "doctest": false, 19306 "edition": "2021", 19307 "kind": [ 19308 "test" 19309 ], 19310 "name": "fs_copy", 19311 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_copy.rs", 19312 "test": true 19313 }, 19314 { 19315 "crate_types": [ 19316 "bin" 19317 ], 19318 "doc": false, 19319 "doctest": false, 19320 "edition": "2021", 19321 "kind": [ 19322 "test" 19323 ], 19324 "name": "io_write", 19325 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write.rs", 19326 "test": true 19327 }, 19328 { 19329 "crate_types": [ 19330 "bin" 19331 ], 19332 "doc": false, 19333 "doctest": false, 19334 "edition": "2021", 19335 "kind": [ 19336 "test" 19337 ], 19338 "name": "buffered", 19339 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/buffered.rs", 19340 "test": true 19341 }, 19342 { 19343 "crate_types": [ 19344 "bin" 19345 ], 19346 "doc": false, 19347 "doctest": false, 19348 "edition": "2021", 19349 "kind": [ 19350 "test" 19351 ], 19352 "name": "fs_try_exists", 19353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_try_exists.rs", 19354 "test": true 19355 }, 19356 { 19357 "crate_types": [ 19358 "bin" 19359 ], 19360 "doc": false, 19361 "doctest": false, 19362 "edition": "2021", 19363 "kind": [ 19364 "test" 19365 ], 19366 "name": "no_rt", 19367 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/no_rt.rs", 19368 "test": true 19369 }, 19370 { 19371 "crate_types": [ 19372 "bin" 19373 ], 19374 "doc": false, 19375 "doctest": false, 19376 "edition": "2021", 19377 "kind": [ 19378 "test" 19379 ], 19380 "name": "sync_mutex_owned", 19381 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mutex_owned.rs", 19382 "test": true 19383 }, 19384 { 19385 "crate_types": [ 19386 "bin" 19387 ], 19388 "doc": false, 19389 "doctest": false, 19390 "edition": "2021", 19391 "kind": [ 19392 "test" 19393 ], 19394 "name": "sync_mpsc", 19395 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mpsc.rs", 19396 "test": true 19397 }, 19398 { 19399 "crate_types": [ 19400 "bin" 19401 ], 19402 "doc": false, 19403 "doctest": false, 19404 "edition": "2021", 19405 "kind": [ 19406 "test" 19407 ], 19408 "name": "sync_panic", 19409 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_panic.rs", 19410 "test": true 19411 }, 19412 { 19413 "crate_types": [ 19414 "bin" 19415 ], 19416 "doc": false, 19417 "doctest": false, 19418 "edition": "2021", 19419 "kind": [ 19420 "test" 19421 ], 19422 "name": "net_bind_resource", 19423 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_bind_resource.rs", 19424 "test": true 19425 }, 19426 { 19427 "crate_types": [ 19428 "bin" 19429 ], 19430 "doc": false, 19431 "doctest": false, 19432 "edition": "2021", 19433 "kind": [ 19434 "test" 19435 ], 19436 "name": "io_util_empty", 19437 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_util_empty.rs", 19438 "test": true 19439 }, 19440 { 19441 "crate_types": [ 19442 "bin" 19443 ], 19444 "doc": false, 19445 "doctest": false, 19446 "edition": "2021", 19447 "kind": [ 19448 "test" 19449 ], 19450 "name": "net_panic", 19451 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_panic.rs", 19452 "test": true 19453 }, 19454 { 19455 "crate_types": [ 19456 "bin" 19457 ], 19458 "doc": false, 19459 "doctest": false, 19460 "edition": "2021", 19461 "kind": [ 19462 "test" 19463 ], 19464 "name": "rt_common", 19465 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_common.rs", 19466 "test": true 19467 }, 19468 { 19469 "crate_types": [ 19470 "bin" 19471 ], 19472 "doc": false, 19473 "doctest": false, 19474 "edition": "2021", 19475 "kind": [ 19476 "test" 19477 ], 19478 "name": "task_blocking", 19479 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_blocking.rs", 19480 "test": true 19481 }, 19482 { 19483 "crate_types": [ 19484 "bin" 19485 ], 19486 "doc": false, 19487 "doctest": false, 19488 "edition": "2021", 19489 "kind": [ 19490 "test" 19491 ], 19492 "name": "tcp_echo", 19493 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_echo.rs", 19494 "test": true 19495 }, 19496 { 19497 "crate_types": [ 19498 "bin" 19499 ], 19500 "doc": false, 19501 "doctest": false, 19502 "edition": "2021", 19503 "kind": [ 19504 "test" 19505 ], 19506 "name": "rt_handle_block_on", 19507 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_handle_block_on.rs", 19508 "test": true 19509 }, 19510 { 19511 "crate_types": [ 19512 "bin" 19513 ], 19514 "doc": false, 19515 "doctest": false, 19516 "edition": "2021", 19517 "kind": [ 19518 "test" 19519 ], 19520 "name": "fs_file", 19521 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_file.rs", 19522 "test": true 19523 }, 19524 { 19525 "crate_types": [ 19526 "bin" 19527 ], 19528 "doc": false, 19529 "doctest": false, 19530 "edition": "2021", 19531 "kind": [ 19532 "test" 19533 ], 19534 "name": "io_poll_aio", 19535 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_poll_aio.rs", 19536 "test": true 19537 }, 19538 { 19539 "crate_types": [ 19540 "bin" 19541 ], 19542 "doc": false, 19543 "doctest": false, 19544 "edition": "2021", 19545 "kind": [ 19546 "test" 19547 ], 19548 "name": "fs_open_options_windows", 19549 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_open_options_windows.rs", 19550 "test": true 19551 }, 19552 { 19553 "crate_types": [ 19554 "bin" 19555 ], 19556 "doc": false, 19557 "doctest": false, 19558 "edition": "2021", 19559 "kind": [ 19560 "test" 19561 ], 19562 "name": "sync_notify", 19563 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_notify.rs", 19564 "test": true 19565 }, 19566 { 19567 "crate_types": [ 19568 "bin" 19569 ], 19570 "doc": false, 19571 "doctest": false, 19572 "edition": "2021", 19573 "kind": [ 19574 "test" 19575 ], 19576 "name": "io_buf_writer", 19577 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_buf_writer.rs", 19578 "test": true 19579 }, 19580 { 19581 "crate_types": [ 19582 "bin" 19583 ], 19584 "doc": false, 19585 "doctest": false, 19586 "edition": "2021", 19587 "kind": [ 19588 "test" 19589 ], 19590 "name": "time_timeout", 19591 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_timeout.rs", 19592 "test": true 19593 }, 19594 { 19595 "crate_types": [ 19596 "bin" 19597 ], 19598 "doc": false, 19599 "doctest": false, 19600 "edition": "2021", 19601 "kind": [ 19602 "test" 19603 ], 19604 "name": "unwindsafe", 19605 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/unwindsafe.rs", 19606 "test": true 19607 }, 19608 { 19609 "crate_types": [ 19610 "bin" 19611 ], 19612 "doc": false, 19613 "doctest": false, 19614 "edition": "2021", 19615 "kind": [ 19616 "test" 19617 ], 19618 "name": "fs_canonicalize_dir", 19619 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_canonicalize_dir.rs", 19620 "test": true 19621 }, 19622 { 19623 "crate_types": [ 19624 "bin" 19625 ], 19626 "doc": false, 19627 "doctest": false, 19628 "edition": "2021", 19629 "kind": [ 19630 "test" 19631 ], 19632 "name": "task_id", 19633 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_id.rs", 19634 "test": true 19635 }, 19636 { 19637 "crate_types": [ 19638 "bin" 19639 ], 19640 "doc": false, 19641 "doctest": false, 19642 "edition": "2021", 19643 "kind": [ 19644 "test" 19645 ], 19646 "name": "process_change_of_runtime", 19647 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_change_of_runtime.rs", 19648 "test": true 19649 }, 19650 { 19651 "crate_types": [ 19652 "bin" 19653 ], 19654 "doc": false, 19655 "doctest": false, 19656 "edition": "2021", 19657 "kind": [ 19658 "test" 19659 ], 19660 "name": "io_fill_buf", 19661 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_fill_buf.rs", 19662 "test": true 19663 }, 19664 { 19665 "crate_types": [ 19666 "bin" 19667 ], 19668 "doc": false, 19669 "doctest": false, 19670 "edition": "2021", 19671 "kind": [ 19672 "test" 19673 ], 19674 "name": "io_write_buf", 19675 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_buf.rs", 19676 "test": true 19677 }, 19678 { 19679 "crate_types": [ 19680 "bin" 19681 ], 19682 "doc": false, 19683 "doctest": false, 19684 "edition": "2021", 19685 "kind": [ 19686 "test" 19687 ], 19688 "name": "fs_symlink_dir_windows", 19689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_symlink_dir_windows.rs", 19690 "test": true 19691 }, 19692 { 19693 "crate_types": [ 19694 "bin" 19695 ], 19696 "doc": false, 19697 "doctest": false, 19698 "edition": "2021", 19699 "kind": [ 19700 "test" 19701 ], 19702 "name": "io_buf_reader", 19703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_buf_reader.rs", 19704 "test": true 19705 }, 19706 { 19707 "crate_types": [ 19708 "bin" 19709 ], 19710 "doc": false, 19711 "doctest": false, 19712 "edition": "2021", 19713 "kind": [ 19714 "test" 19715 ], 19716 "name": "process_raw_handle", 19717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_raw_handle.rs", 19718 "test": true 19719 }, 19720 { 19721 "crate_types": [ 19722 "bin" 19723 ], 19724 "doc": false, 19725 "doctest": false, 19726 "edition": "2021", 19727 "kind": [ 19728 "test" 19729 ], 19730 "name": "io_copy", 19731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_copy.rs", 19732 "test": true 19733 }, 19734 { 19735 "crate_types": [ 19736 "bin" 19737 ], 19738 "doc": false, 19739 "doctest": false, 19740 "edition": "2021", 19741 "kind": [ 19742 "test" 19743 ], 19744 "name": "duplex_stream", 19745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/duplex_stream.rs", 19746 "test": true 19747 }, 19748 { 19749 "crate_types": [ 19750 "bin" 19751 ], 19752 "doc": false, 19753 "doctest": false, 19754 "edition": "2021", 19755 "kind": [ 19756 "test" 19757 ], 19758 "name": "coop_budget", 19759 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/coop_budget.rs", 19760 "test": true 19761 }, 19762 { 19763 "crate_types": [ 19764 "bin" 19765 ], 19766 "doc": false, 19767 "doctest": false, 19768 "edition": "2021", 19769 "kind": [ 19770 "test" 19771 ], 19772 "name": "sync_oneshot", 19773 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_oneshot.rs", 19774 "test": true 19775 }, 19776 { 19777 "crate_types": [ 19778 "bin" 19779 ], 19780 "doc": false, 19781 "doctest": false, 19782 "edition": "2021", 19783 "kind": [ 19784 "test" 19785 ], 19786 "name": "io_read_until", 19787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_until.rs", 19788 "test": true 19789 }, 19790 { 19791 "crate_types": [ 19792 "bin" 19793 ], 19794 "doc": false, 19795 "doctest": false, 19796 "edition": "2021", 19797 "kind": [ 19798 "test" 19799 ], 19800 "name": "process_kill_on_drop", 19801 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_kill_on_drop.rs", 19802 "test": true 19803 }, 19804 { 19805 "crate_types": [ 19806 "bin" 19807 ], 19808 "doc": false, 19809 "doctest": false, 19810 "edition": "2021", 19811 "kind": [ 19812 "test" 19813 ], 19814 "name": "task_builder", 19815 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_builder.rs", 19816 "test": true 19817 }, 19818 { 19819 "crate_types": [ 19820 "bin" 19821 ], 19822 "doc": false, 19823 "doctest": false, 19824 "edition": "2021", 19825 "kind": [ 19826 "test" 19827 ], 19828 "name": "rt_metrics", 19829 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_metrics.rs", 19830 "test": true 19831 }, 19832 { 19833 "crate_types": [ 19834 "bin" 19835 ], 19836 "doc": false, 19837 "doctest": false, 19838 "edition": "2021", 19839 "kind": [ 19840 "test" 19841 ], 19842 "name": "uds_stream", 19843 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_stream.rs", 19844 "test": true 19845 }, 19846 { 19847 "crate_types": [ 19848 "bin" 19849 ], 19850 "doc": false, 19851 "doctest": false, 19852 "edition": "2021", 19853 "kind": [ 19854 "test" 19855 ], 19856 "name": "test_clock", 19857 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/test_clock.rs", 19858 "test": true 19859 }, 19860 { 19861 "crate_types": [ 19862 "bin" 19863 ], 19864 "doc": false, 19865 "doctest": false, 19866 "edition": "2021", 19867 "kind": [ 19868 "test" 19869 ], 19870 "name": "io_join", 19871 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_join.rs", 19872 "test": true 19873 }, 19874 { 19875 "crate_types": [ 19876 "bin" 19877 ], 19878 "doc": false, 19879 "doctest": false, 19880 "edition": "2021", 19881 "kind": [ 19882 "test" 19883 ], 19884 "name": "io_write_all_buf", 19885 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_all_buf.rs", 19886 "test": true 19887 }, 19888 { 19889 "crate_types": [ 19890 "bin" 19891 ], 19892 "doc": false, 19893 "doctest": false, 19894 "edition": "2021", 19895 "kind": [ 19896 "test" 19897 ], 19898 "name": "async_send_sync", 19899 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/async_send_sync.rs", 19900 "test": true 19901 }, 19902 { 19903 "crate_types": [ 19904 "bin" 19905 ], 19906 "doc": false, 19907 "doctest": false, 19908 "edition": "2021", 19909 "kind": [ 19910 "test" 19911 ], 19912 "name": "io_read_exact", 19913 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_exact.rs", 19914 "test": true 19915 }, 19916 { 19917 "crate_types": [ 19918 "bin" 19919 ], 19920 "doc": false, 19921 "doctest": false, 19922 "edition": "2021", 19923 "kind": [ 19924 "test" 19925 ], 19926 "name": "tcp_stream", 19927 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_stream.rs", 19928 "test": true 19929 }, 19930 { 19931 "crate_types": [ 19932 "bin" 19933 ], 19934 "doc": false, 19935 "doctest": false, 19936 "edition": "2021", 19937 "kind": [ 19938 "test" 19939 ], 19940 "name": "sync_barrier", 19941 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_barrier.rs", 19942 "test": true 19943 }, 19944 { 19945 "crate_types": [ 19946 "bin" 19947 ], 19948 "doc": false, 19949 "doctest": false, 19950 "edition": "2021", 19951 "kind": [ 19952 "test" 19953 ], 19954 "name": "io_read_line", 19955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_line.rs", 19956 "test": true 19957 }, 19958 { 19959 "crate_types": [ 19960 "bin" 19961 ], 19962 "doc": false, 19963 "doctest": false, 19964 "edition": "2021", 19965 "kind": [ 19966 "test" 19967 ], 19968 "name": "io_copy_bidirectional", 19969 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_copy_bidirectional.rs", 19970 "test": true 19971 }, 19972 { 19973 "crate_types": [ 19974 "bin" 19975 ], 19976 "doc": false, 19977 "doctest": false, 19978 "edition": "2021", 19979 "kind": [ 19980 "test" 19981 ], 19982 "name": "macros_try_join", 19983 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_try_join.rs", 19984 "test": true 19985 }, 19986 { 19987 "crate_types": [ 19988 "bin" 19989 ], 19990 "doc": false, 19991 "doctest": false, 19992 "edition": "2021", 19993 "kind": [ 19994 "test" 19995 ], 19996 "name": "sync_mutex", 19997 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mutex.rs", 19998 "test": true 19999 }, 20000 { 20001 "crate_types": [ 20002 "bin" 20003 ], 20004 "doc": false, 20005 "doctest": false, 20006 "edition": "2021", 20007 "kind": [ 20008 "test" 20009 ], 20010 "name": "rt_threaded", 20011 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_threaded.rs", 20012 "test": true 20013 }, 20014 { 20015 "crate_types": [ 20016 "bin" 20017 ], 20018 "doc": false, 20019 "doctest": false, 20020 "edition": "2021", 20021 "kind": [ 20022 "test" 20023 ], 20024 "name": "io_lines", 20025 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_lines.rs", 20026 "test": true 20027 }, 20028 { 20029 "crate_types": [ 20030 "bin" 20031 ], 20032 "doc": false, 20033 "doctest": false, 20034 "edition": "2021", 20035 "kind": [ 20036 "test" 20037 ], 20038 "name": "io_mem_stream", 20039 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_mem_stream.rs", 20040 "test": true 20041 }, 20042 { 20043 "crate_types": [ 20044 "bin" 20045 ], 20046 "doc": false, 20047 "doctest": false, 20048 "edition": "2021", 20049 "kind": [ 20050 "test" 20051 ], 20052 "name": "uds_cred", 20053 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_cred.rs", 20054 "test": true 20055 }, 20056 { 20057 "crate_types": [ 20058 "bin" 20059 ], 20060 "doc": false, 20061 "doctest": false, 20062 "edition": "2021", 20063 "kind": [ 20064 "test" 20065 ], 20066 "name": "signal_drop_signal", 20067 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_signal.rs", 20068 "test": true 20069 }, 20070 { 20071 "crate_types": [ 20072 "bin" 20073 ], 20074 "doc": false, 20075 "doctest": false, 20076 "edition": "2021", 20077 "kind": [ 20078 "test" 20079 ], 20080 "name": "io_read_to_string", 20081 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_to_string.rs", 20082 "test": true 20083 }, 20084 { 20085 "crate_types": [ 20086 "bin" 20087 ], 20088 "doc": false, 20089 "doctest": false, 20090 "edition": "2021", 20091 "kind": [ 20092 "test" 20093 ], 20094 "name": "uds_datagram", 20095 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_datagram.rs", 20096 "test": true 20097 }, 20098 { 20099 "crate_types": [ 20100 "bin" 20101 ], 20102 "doc": false, 20103 "doctest": false, 20104 "edition": "2021", 20105 "kind": [ 20106 "test" 20107 ], 20108 "name": "net_named_pipe", 20109 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_named_pipe.rs", 20110 "test": true 20111 }, 20112 { 20113 "crate_types": [ 20114 "bin" 20115 ], 20116 "doc": false, 20117 "doctest": false, 20118 "edition": "2021", 20119 "kind": [ 20120 "test" 20121 ], 20122 "name": "fs", 20123 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs.rs", 20124 "test": true 20125 }, 20126 { 20127 "crate_types": [ 20128 "bin" 20129 ], 20130 "doc": false, 20131 "doctest": false, 20132 "edition": "2021", 20133 "kind": [ 20134 "test" 20135 ], 20136 "name": "process_smoke", 20137 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_smoke.rs", 20138 "test": true 20139 }, 20140 { 20141 "crate_types": [ 20142 "bin" 20143 ], 20144 "doc": false, 20145 "doctest": false, 20146 "edition": "2021", 20147 "kind": [ 20148 "test" 20149 ], 20150 "name": "macros_join", 20151 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_join.rs", 20152 "test": true 20153 }, 20154 { 20155 "crate_types": [ 20156 "bin" 20157 ], 20158 "doc": false, 20159 "doctest": false, 20160 "edition": "2021", 20161 "kind": [ 20162 "test" 20163 ], 20164 "name": "_require_full", 20165 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/_require_full.rs", 20166 "test": true 20167 }, 20168 { 20169 "crate_types": [ 20170 "bin" 20171 ], 20172 "doc": false, 20173 "doctest": false, 20174 "edition": "2021", 20175 "kind": [ 20176 "test" 20177 ], 20178 "name": "tcp_peek", 20179 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_peek.rs", 20180 "test": true 20181 }, 20182 { 20183 "crate_types": [ 20184 "bin" 20185 ], 20186 "doc": false, 20187 "doctest": false, 20188 "edition": "2021", 20189 "kind": [ 20190 "test" 20191 ], 20192 "name": "io_async_read", 20193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_async_read.rs", 20194 "test": true 20195 }, 20196 { 20197 "crate_types": [ 20198 "bin" 20199 ], 20200 "doc": false, 20201 "doctest": false, 20202 "edition": "2021", 20203 "kind": [ 20204 "test" 20205 ], 20206 "name": "signal_multi_rt", 20207 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_multi_rt.rs", 20208 "test": true 20209 }, 20210 { 20211 "crate_types": [ 20212 "bin" 20213 ], 20214 "doc": false, 20215 "doctest": false, 20216 "edition": "2021", 20217 "kind": [ 20218 "test" 20219 ], 20220 "name": "time_panic", 20221 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_panic.rs", 20222 "test": true 20223 }, 20224 { 20225 "crate_types": [ 20226 "bin" 20227 ], 20228 "doc": false, 20229 "doctest": false, 20230 "edition": "2021", 20231 "kind": [ 20232 "test" 20233 ], 20234 "name": "net_lookup_host", 20235 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_lookup_host.rs", 20236 "test": true 20237 }, 20238 { 20239 "crate_types": [ 20240 "bin" 20241 ], 20242 "doc": false, 20243 "doctest": false, 20244 "edition": "2021", 20245 "kind": [ 20246 "test" 20247 ], 20248 "name": "task_yield_now", 20249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_yield_now.rs", 20250 "test": true 20251 }, 20252 { 20253 "crate_types": [ 20254 "bin" 20255 ], 20256 "doc": false, 20257 "doctest": false, 20258 "edition": "2021", 20259 "kind": [ 20260 "test" 20261 ], 20262 "name": "io_split", 20263 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_split.rs", 20264 "test": true 20265 }, 20266 { 20267 "crate_types": [ 20268 "bin" 20269 ], 20270 "doc": false, 20271 "doctest": false, 20272 "edition": "2021", 20273 "kind": [ 20274 "test" 20275 ], 20276 "name": "macros_test", 20277 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_test.rs", 20278 "test": true 20279 }, 20280 { 20281 "crate_types": [ 20282 "bin" 20283 ], 20284 "doc": false, 20285 "doctest": false, 20286 "edition": "2021", 20287 "kind": [ 20288 "test" 20289 ], 20290 "name": "rt_basic", 20291 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_basic.rs", 20292 "test": true 20293 }, 20294 { 20295 "crate_types": [ 20296 "bin" 20297 ], 20298 "doc": false, 20299 "doctest": false, 20300 "edition": "2021", 20301 "kind": [ 20302 "test" 20303 ], 20304 "name": "signal_twice", 20305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_twice.rs", 20306 "test": true 20307 }, 20308 { 20309 "crate_types": [ 20310 "bin" 20311 ], 20312 "doc": false, 20313 "doctest": false, 20314 "edition": "2021", 20315 "kind": [ 20316 "test" 20317 ], 20318 "name": "macros_pin", 20319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_pin.rs", 20320 "test": true 20321 }, 20322 { 20323 "crate_types": [ 20324 "bin" 20325 ], 20326 "doc": false, 20327 "doctest": false, 20328 "edition": "2021", 20329 "kind": [ 20330 "test" 20331 ], 20332 "name": "dump", 20333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/dump.rs", 20334 "test": true 20335 }, 20336 { 20337 "crate_types": [ 20338 "bin" 20339 ], 20340 "doc": false, 20341 "doctest": false, 20342 "edition": "2021", 20343 "kind": [ 20344 "test" 20345 ], 20346 "name": "sync_rwlock", 20347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_rwlock.rs", 20348 "test": true 20349 }, 20350 { 20351 "crate_types": [ 20352 "bin" 20353 ], 20354 "doc": false, 20355 "doctest": false, 20356 "edition": "2021", 20357 "kind": [ 20358 "test" 20359 ], 20360 "name": "io_sink", 20361 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_sink.rs", 20362 "test": true 20363 }, 20364 { 20365 "crate_types": [ 20366 "bin" 20367 ], 20368 "doc": false, 20369 "doctest": false, 20370 "edition": "2021", 20371 "kind": [ 20372 "test" 20373 ], 20374 "name": "join_handle_panic", 20375 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/join_handle_panic.rs", 20376 "test": true 20377 }, 20378 { 20379 "crate_types": [ 20380 "bin" 20381 ], 20382 "doc": false, 20383 "doctest": false, 20384 "edition": "2021", 20385 "kind": [ 20386 "test" 20387 ], 20388 "name": "sync_broadcast", 20389 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_broadcast.rs", 20390 "test": true 20391 }, 20392 { 20393 "crate_types": [ 20394 "bin" 20395 ], 20396 "doc": false, 20397 "doctest": false, 20398 "edition": "2021", 20399 "kind": [ 20400 "test" 20401 ], 20402 "name": "sync_mpsc_weak", 20403 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mpsc_weak.rs", 20404 "test": true 20405 }, 20406 { 20407 "crate_types": [ 20408 "bin" 20409 ], 20410 "doc": false, 20411 "doctest": false, 20412 "edition": "2021", 20413 "kind": [ 20414 "test" 20415 ], 20416 "name": "tcp_into_split", 20417 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_into_split.rs", 20418 "test": true 20419 }, 20420 { 20421 "crate_types": [ 20422 "bin" 20423 ], 20424 "doc": false, 20425 "doctest": false, 20426 "edition": "2021", 20427 "kind": [ 20428 "test" 20429 ], 20430 "name": "sync_watch", 20431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_watch.rs", 20432 "test": true 20433 }, 20434 { 20435 "crate_types": [ 20436 "bin" 20437 ], 20438 "doc": false, 20439 "doctest": false, 20440 "edition": "2021", 20441 "kind": [ 20442 "test" 20443 ], 20444 "name": "net_unix_pipe", 20445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_unix_pipe.rs", 20446 "test": true 20447 }, 20448 { 20449 "crate_types": [ 20450 "bin" 20451 ], 20452 "doc": false, 20453 "doctest": false, 20454 "edition": "2021", 20455 "kind": [ 20456 "test" 20457 ], 20458 "name": "tcp_shutdown", 20459 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_shutdown.rs", 20460 "test": true 20461 }, 20462 { 20463 "crate_types": [ 20464 "bin" 20465 ], 20466 "doc": false, 20467 "doctest": false, 20468 "edition": "2021", 20469 "kind": [ 20470 "test" 20471 ], 20472 "name": "udp", 20473 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/udp.rs", 20474 "test": true 20475 }, 20476 { 20477 "crate_types": [ 20478 "bin" 20479 ], 20480 "doc": false, 20481 "doctest": false, 20482 "edition": "2021", 20483 "kind": [ 20484 "test" 20485 ], 20486 "name": "io_write_all", 20487 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_all.rs", 20488 "test": true 20489 }, 20490 { 20491 "crate_types": [ 20492 "bin" 20493 ], 20494 "doc": false, 20495 "doctest": false, 20496 "edition": "2021", 20497 "kind": [ 20498 "test" 20499 ], 20500 "name": "io_async_fd", 20501 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_async_fd.rs", 20502 "test": true 20503 } 20504 ], 20505 "version": "1.37.0" 20506 }, 20507 { 20508 "authors": [ 20509 "Tokio Contributors <[email protected]>" 20510 ], 20511 "categories": [ 20512 "asynchronous", 20513 "network-programming" 20514 ], 20515 "default_run": null, 20516 "dependencies": [ 20517 { 20518 "features": [], 20519 "kind": null, 20520 "name": "native-tls", 20521 "optional": false, 20522 "registry": null, 20523 "rename": null, 20524 "req": "^0.2", 20525 "source": "registry+https://github.com/rust-lang/crates.io-index", 20526 "target": null, 20527 "uses_default_features": true 20528 }, 20529 { 20530 "features": [], 20531 "kind": null, 20532 "name": "tokio", 20533 "optional": false, 20534 "registry": null, 20535 "rename": null, 20536 "req": "^1.0", 20537 "source": "registry+https://github.com/rust-lang/crates.io-index", 20538 "target": null, 20539 "uses_default_features": true 20540 }, 20541 { 20542 "features": [], 20543 "kind": "dev", 20544 "name": "cfg-if", 20545 "optional": false, 20546 "registry": null, 20547 "rename": null, 20548 "req": "^0.1", 20549 "source": "registry+https://github.com/rust-lang/crates.io-index", 20550 "target": null, 20551 "uses_default_features": true 20552 }, 20553 { 20554 "features": [], 20555 "kind": "dev", 20556 "name": "env_logger", 20557 "optional": false, 20558 "registry": null, 20559 "rename": null, 20560 "req": "^0.6", 20561 "source": "registry+https://github.com/rust-lang/crates.io-index", 20562 "target": null, 20563 "uses_default_features": false 20564 }, 20565 { 20566 "features": [ 20567 "async-await" 20568 ], 20569 "kind": "dev", 20570 "name": "futures", 20571 "optional": false, 20572 "registry": null, 20573 "rename": null, 20574 "req": "^0.3.0", 20575 "source": "registry+https://github.com/rust-lang/crates.io-index", 20576 "target": null, 20577 "uses_default_features": true 20578 }, 20579 { 20580 "features": [], 20581 "kind": "dev", 20582 "name": "lazy_static", 20583 "optional": false, 20584 "registry": null, 20585 "rename": null, 20586 "req": "^1.4.0", 20587 "source": "registry+https://github.com/rust-lang/crates.io-index", 20588 "target": null, 20589 "uses_default_features": true 20590 }, 20591 { 20592 "features": [], 20593 "kind": "dev", 20594 "name": "tempfile", 20595 "optional": false, 20596 "registry": null, 20597 "rename": null, 20598 "req": "^3.1", 20599 "source": "registry+https://github.com/rust-lang/crates.io-index", 20600 "target": null, 20601 "uses_default_features": true 20602 }, 20603 { 20604 "features": [ 20605 "macros", 20606 "rt", 20607 "rt-multi-thread", 20608 "io-util", 20609 "net" 20610 ], 20611 "kind": "dev", 20612 "name": "tokio", 20613 "optional": false, 20614 "registry": null, 20615 "rename": null, 20616 "req": "^1.0", 20617 "source": "registry+https://github.com/rust-lang/crates.io-index", 20618 "target": null, 20619 "uses_default_features": true 20620 }, 20621 { 20622 "features": [ 20623 "full" 20624 ], 20625 "kind": "dev", 20626 "name": "tokio-util", 20627 "optional": false, 20628 "registry": null, 20629 "rename": null, 20630 "req": "^0.6.0", 20631 "source": "registry+https://github.com/rust-lang/crates.io-index", 20632 "target": null, 20633 "uses_default_features": true 20634 }, 20635 { 20636 "features": [], 20637 "kind": "dev", 20638 "name": "openssl", 20639 "optional": false, 20640 "registry": null, 20641 "rename": null, 20642 "req": "^0.10", 20643 "source": "registry+https://github.com/rust-lang/crates.io-index", 20644 "target": "cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))", 20645 "uses_default_features": true 20646 }, 20647 { 20648 "features": [], 20649 "kind": "dev", 20650 "name": "security-framework", 20651 "optional": false, 20652 "registry": null, 20653 "rename": null, 20654 "req": "^0.2", 20655 "source": "registry+https://github.com/rust-lang/crates.io-index", 20656 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 20657 "uses_default_features": true 20658 }, 20659 { 20660 "features": [], 20661 "kind": "dev", 20662 "name": "schannel", 20663 "optional": false, 20664 "registry": null, 20665 "rename": null, 20666 "req": "^0.1", 20667 "source": "registry+https://github.com/rust-lang/crates.io-index", 20668 "target": "cfg(windows)", 20669 "uses_default_features": true 20670 }, 20671 { 20672 "features": [ 20673 "lmcons", 20674 "basetsd", 20675 "minwinbase", 20676 "minwindef", 20677 "ntdef", 20678 "sysinfoapi", 20679 "timezoneapi", 20680 "wincrypt", 20681 "winerror" 20682 ], 20683 "kind": "dev", 20684 "name": "winapi", 20685 "optional": false, 20686 "registry": null, 20687 "rename": null, 20688 "req": "^0.3", 20689 "source": "registry+https://github.com/rust-lang/crates.io-index", 20690 "target": "cfg(windows)", 20691 "uses_default_features": true 20692 } 20693 ], 20694 "description": "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS\nfor nonblocking I/O streams.\n", 20695 "documentation": "https://docs.rs/tokio-native-tls", 20696 "edition": "2018", 20697 "features": { 20698 "vendored": [ 20699 "native-tls/vendored" 20700 ] 20701 }, 20702 "homepage": "https://tokio.rs", 20703 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 20704 "keywords": [], 20705 "license": "MIT", 20706 "license_file": null, 20707 "links": null, 20708 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/Cargo.toml", 20709 "metadata": { 20710 "docs": { 20711 "rs": { 20712 "all-features": true 20713 } 20714 } 20715 }, 20716 "name": "tokio-native-tls", 20717 "publish": null, 20718 "readme": "README.md", 20719 "repository": "https://github.com/tokio-rs/tls", 20720 "rust_version": null, 20721 "source": "registry+https://github.com/rust-lang/crates.io-index", 20722 "targets": [ 20723 { 20724 "crate_types": [ 20725 "lib" 20726 ], 20727 "doc": true, 20728 "doctest": true, 20729 "edition": "2018", 20730 "kind": [ 20731 "lib" 20732 ], 20733 "name": "tokio_native_tls", 20734 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs", 20735 "test": true 20736 }, 20737 { 20738 "crate_types": [ 20739 "bin" 20740 ], 20741 "doc": false, 20742 "doctest": false, 20743 "edition": "2018", 20744 "kind": [ 20745 "example" 20746 ], 20747 "name": "download-rust-lang", 20748 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/examples/download-rust-lang.rs", 20749 "test": false 20750 }, 20751 { 20752 "crate_types": [ 20753 "bin" 20754 ], 20755 "doc": false, 20756 "doctest": false, 20757 "edition": "2018", 20758 "kind": [ 20759 "example" 20760 ], 20761 "name": "echo", 20762 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/examples/echo.rs", 20763 "test": false 20764 }, 20765 { 20766 "crate_types": [ 20767 "bin" 20768 ], 20769 "doc": false, 20770 "doctest": false, 20771 "edition": "2018", 20772 "kind": [ 20773 "test" 20774 ], 20775 "name": "google", 20776 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/google.rs", 20777 "test": true 20778 }, 20779 { 20780 "crate_types": [ 20781 "bin" 20782 ], 20783 "doc": false, 20784 "doctest": false, 20785 "edition": "2018", 20786 "kind": [ 20787 "test" 20788 ], 20789 "name": "bad", 20790 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/bad.rs", 20791 "test": true 20792 }, 20793 { 20794 "crate_types": [ 20795 "bin" 20796 ], 20797 "doc": false, 20798 "doctest": false, 20799 "edition": "2018", 20800 "kind": [ 20801 "test" 20802 ], 20803 "name": "smoke", 20804 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/smoke.rs", 20805 "test": true 20806 } 20807 ], 20808 "version": "0.3.1" 20809 }, 20810 { 20811 "authors": [ 20812 "Tokio Contributors <[email protected]>" 20813 ], 20814 "categories": [ 20815 "asynchronous" 20816 ], 20817 "default_run": null, 20818 "dependencies": [ 20819 { 20820 "features": [], 20821 "kind": null, 20822 "name": "bytes", 20823 "optional": false, 20824 "registry": null, 20825 "rename": null, 20826 "req": "^1.0.0", 20827 "source": "registry+https://github.com/rust-lang/crates.io-index", 20828 "target": null, 20829 "uses_default_features": true 20830 }, 20831 { 20832 "features": [], 20833 "kind": null, 20834 "name": "futures-core", 20835 "optional": false, 20836 "registry": null, 20837 "rename": null, 20838 "req": "^0.3.0", 20839 "source": "registry+https://github.com/rust-lang/crates.io-index", 20840 "target": null, 20841 "uses_default_features": true 20842 }, 20843 { 20844 "features": [], 20845 "kind": null, 20846 "name": "futures-io", 20847 "optional": true, 20848 "registry": null, 20849 "rename": null, 20850 "req": "^0.3.0", 20851 "source": "registry+https://github.com/rust-lang/crates.io-index", 20852 "target": null, 20853 "uses_default_features": true 20854 }, 20855 { 20856 "features": [], 20857 "kind": null, 20858 "name": "futures-sink", 20859 "optional": false, 20860 "registry": null, 20861 "rename": null, 20862 "req": "^0.3.0", 20863 "source": "registry+https://github.com/rust-lang/crates.io-index", 20864 "target": null, 20865 "uses_default_features": true 20866 }, 20867 { 20868 "features": [], 20869 "kind": null, 20870 "name": "futures-util", 20871 "optional": true, 20872 "registry": null, 20873 "rename": null, 20874 "req": "^0.3.0", 20875 "source": "registry+https://github.com/rust-lang/crates.io-index", 20876 "target": null, 20877 "uses_default_features": true 20878 }, 20879 { 20880 "features": [], 20881 "kind": null, 20882 "name": "pin-project-lite", 20883 "optional": false, 20884 "registry": null, 20885 "rename": null, 20886 "req": "^0.2.11", 20887 "source": "registry+https://github.com/rust-lang/crates.io-index", 20888 "target": null, 20889 "uses_default_features": true 20890 }, 20891 { 20892 "features": [], 20893 "kind": null, 20894 "name": "slab", 20895 "optional": true, 20896 "registry": null, 20897 "rename": null, 20898 "req": "^0.4.4", 20899 "source": "registry+https://github.com/rust-lang/crates.io-index", 20900 "target": null, 20901 "uses_default_features": true 20902 }, 20903 { 20904 "features": [ 20905 "sync" 20906 ], 20907 "kind": null, 20908 "name": "tokio", 20909 "optional": false, 20910 "registry": null, 20911 "rename": null, 20912 "req": "^1.28.0", 20913 "source": "registry+https://github.com/rust-lang/crates.io-index", 20914 "target": null, 20915 "uses_default_features": true 20916 }, 20917 { 20918 "features": [ 20919 "std" 20920 ], 20921 "kind": null, 20922 "name": "tracing", 20923 "optional": true, 20924 "registry": null, 20925 "rename": null, 20926 "req": "^0.1.25", 20927 "source": "registry+https://github.com/rust-lang/crates.io-index", 20928 "target": null, 20929 "uses_default_features": false 20930 }, 20931 { 20932 "features": [], 20933 "kind": "dev", 20934 "name": "async-stream", 20935 "optional": false, 20936 "registry": null, 20937 "rename": null, 20938 "req": "^0.3.0", 20939 "source": "registry+https://github.com/rust-lang/crates.io-index", 20940 "target": null, 20941 "uses_default_features": true 20942 }, 20943 { 20944 "features": [], 20945 "kind": "dev", 20946 "name": "futures", 20947 "optional": false, 20948 "registry": null, 20949 "rename": null, 20950 "req": "^0.3.0", 20951 "source": "registry+https://github.com/rust-lang/crates.io-index", 20952 "target": null, 20953 "uses_default_features": true 20954 }, 20955 { 20956 "features": [], 20957 "kind": "dev", 20958 "name": "futures-test", 20959 "optional": false, 20960 "registry": null, 20961 "rename": null, 20962 "req": "^0.3.5", 20963 "source": "registry+https://github.com/rust-lang/crates.io-index", 20964 "target": null, 20965 "uses_default_features": true 20966 }, 20967 { 20968 "features": [], 20969 "kind": "dev", 20970 "name": "parking_lot", 20971 "optional": false, 20972 "registry": null, 20973 "rename": null, 20974 "req": "^0.12.0", 20975 "source": "registry+https://github.com/rust-lang/crates.io-index", 20976 "target": null, 20977 "uses_default_features": true 20978 }, 20979 { 20980 "features": [], 20981 "kind": "dev", 20982 "name": "tempfile", 20983 "optional": false, 20984 "registry": null, 20985 "rename": null, 20986 "req": "^3.1.0", 20987 "source": "registry+https://github.com/rust-lang/crates.io-index", 20988 "target": null, 20989 "uses_default_features": true 20990 }, 20991 { 20992 "features": [ 20993 "full" 20994 ], 20995 "kind": "dev", 20996 "name": "tokio", 20997 "optional": false, 20998 "registry": null, 20999 "rename": null, 21000 "req": "^1.0.0", 21001 "source": "registry+https://github.com/rust-lang/crates.io-index", 21002 "target": null, 21003 "uses_default_features": true 21004 }, 21005 { 21006 "features": [], 21007 "kind": "dev", 21008 "name": "tokio-stream", 21009 "optional": false, 21010 "registry": null, 21011 "rename": null, 21012 "req": "^0.1", 21013 "source": "registry+https://github.com/rust-lang/crates.io-index", 21014 "target": null, 21015 "uses_default_features": true 21016 }, 21017 { 21018 "features": [], 21019 "kind": "dev", 21020 "name": "tokio-test", 21021 "optional": false, 21022 "registry": null, 21023 "rename": null, 21024 "req": "^0.4.0", 21025 "source": "registry+https://github.com/rust-lang/crates.io-index", 21026 "target": null, 21027 "uses_default_features": true 21028 }, 21029 { 21030 "features": [], 21031 "kind": null, 21032 "name": "hashbrown", 21033 "optional": true, 21034 "registry": null, 21035 "rename": null, 21036 "req": "^0.14.0", 21037 "source": "registry+https://github.com/rust-lang/crates.io-index", 21038 "target": "cfg(tokio_unstable)", 21039 "uses_default_features": true 21040 } 21041 ], 21042 "description": "Additional utilities for working with Tokio.\n", 21043 "documentation": null, 21044 "edition": "2021", 21045 "features": { 21046 "__docs_rs": [ 21047 "futures-util" 21048 ], 21049 "codec": [ 21050 "tracing" 21051 ], 21052 "compat": [ 21053 "futures-io" 21054 ], 21055 "default": [], 21056 "full": [ 21057 "codec", 21058 "compat", 21059 "io-util", 21060 "time", 21061 "net", 21062 "rt" 21063 ], 21064 "futures-io": [ 21065 "dep:futures-io" 21066 ], 21067 "futures-util": [ 21068 "dep:futures-util" 21069 ], 21070 "hashbrown": [ 21071 "dep:hashbrown" 21072 ], 21073 "io": [], 21074 "io-util": [ 21075 "io", 21076 "tokio/rt", 21077 "tokio/io-util" 21078 ], 21079 "net": [ 21080 "tokio/net" 21081 ], 21082 "rt": [ 21083 "tokio/rt", 21084 "tokio/sync", 21085 "futures-util", 21086 "hashbrown" 21087 ], 21088 "slab": [ 21089 "dep:slab" 21090 ], 21091 "time": [ 21092 "tokio/time", 21093 "slab" 21094 ], 21095 "tracing": [ 21096 "dep:tracing" 21097 ] 21098 }, 21099 "homepage": "https://tokio.rs", 21100 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 21101 "keywords": [], 21102 "license": "MIT", 21103 "license_file": null, 21104 "links": null, 21105 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/Cargo.toml", 21106 "metadata": { 21107 "docs": { 21108 "rs": { 21109 "all-features": true, 21110 "rustc-args": [ 21111 "--cfg", 21112 "docsrs", 21113 "--cfg", 21114 "tokio_unstable" 21115 ], 21116 "rustdoc-args": [ 21117 "--cfg", 21118 "docsrs", 21119 "--cfg", 21120 "tokio_unstable" 21121 ] 21122 } 21123 } 21124 }, 21125 "name": "tokio-util", 21126 "publish": null, 21127 "readme": "README.md", 21128 "repository": "https://github.com/tokio-rs/tokio", 21129 "rust_version": "1.56", 21130 "source": "registry+https://github.com/rust-lang/crates.io-index", 21131 "targets": [ 21132 { 21133 "crate_types": [ 21134 "lib" 21135 ], 21136 "doc": true, 21137 "doctest": true, 21138 "edition": "2021", 21139 "kind": [ 21140 "lib" 21141 ], 21142 "name": "tokio_util", 21143 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs", 21144 "test": true 21145 }, 21146 { 21147 "crate_types": [ 21148 "bin" 21149 ], 21150 "doc": false, 21151 "doctest": false, 21152 "edition": "2021", 21153 "kind": [ 21154 "test" 21155 ], 21156 "name": "poll_semaphore", 21157 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/poll_semaphore.rs", 21158 "test": true 21159 }, 21160 { 21161 "crate_types": [ 21162 "bin" 21163 ], 21164 "doc": false, 21165 "doctest": false, 21166 "edition": "2021", 21167 "kind": [ 21168 "test" 21169 ], 21170 "name": "panic", 21171 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/panic.rs", 21172 "test": true 21173 }, 21174 { 21175 "crate_types": [ 21176 "bin" 21177 ], 21178 "doc": false, 21179 "doctest": false, 21180 "edition": "2021", 21181 "kind": [ 21182 "test" 21183 ], 21184 "name": "time_delay_queue", 21185 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/time_delay_queue.rs", 21186 "test": true 21187 }, 21188 { 21189 "crate_types": [ 21190 "bin" 21191 ], 21192 "doc": false, 21193 "doctest": false, 21194 "edition": "2021", 21195 "kind": [ 21196 "test" 21197 ], 21198 "name": "reusable_box", 21199 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/reusable_box.rs", 21200 "test": true 21201 }, 21202 { 21203 "crate_types": [ 21204 "bin" 21205 ], 21206 "doc": false, 21207 "doctest": false, 21208 "edition": "2021", 21209 "kind": [ 21210 "test" 21211 ], 21212 "name": "codecs", 21213 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/codecs.rs", 21214 "test": true 21215 }, 21216 { 21217 "crate_types": [ 21218 "bin" 21219 ], 21220 "doc": false, 21221 "doctest": false, 21222 "edition": "2021", 21223 "kind": [ 21224 "test" 21225 ], 21226 "name": "task_join_map", 21227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/task_join_map.rs", 21228 "test": true 21229 }, 21230 { 21231 "crate_types": [ 21232 "bin" 21233 ], 21234 "doc": false, 21235 "doctest": false, 21236 "edition": "2021", 21237 "kind": [ 21238 "test" 21239 ], 21240 "name": "compat", 21241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/compat.rs", 21242 "test": true 21243 }, 21244 { 21245 "crate_types": [ 21246 "bin" 21247 ], 21248 "doc": false, 21249 "doctest": false, 21250 "edition": "2021", 21251 "kind": [ 21252 "test" 21253 ], 21254 "name": "framed_stream", 21255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_stream.rs", 21256 "test": true 21257 }, 21258 { 21259 "crate_types": [ 21260 "bin" 21261 ], 21262 "doc": false, 21263 "doctest": false, 21264 "edition": "2021", 21265 "kind": [ 21266 "test" 21267 ], 21268 "name": "length_delimited", 21269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/length_delimited.rs", 21270 "test": true 21271 }, 21272 { 21273 "crate_types": [ 21274 "bin" 21275 ], 21276 "doc": false, 21277 "doctest": false, 21278 "edition": "2021", 21279 "kind": [ 21280 "test" 21281 ], 21282 "name": "framed_write", 21283 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_write.rs", 21284 "test": true 21285 }, 21286 { 21287 "crate_types": [ 21288 "bin" 21289 ], 21290 "doc": false, 21291 "doctest": false, 21292 "edition": "2021", 21293 "kind": [ 21294 "test" 21295 ], 21296 "name": "io_stream_reader", 21297 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_stream_reader.rs", 21298 "test": true 21299 }, 21300 { 21301 "crate_types": [ 21302 "bin" 21303 ], 21304 "doc": false, 21305 "doctest": false, 21306 "edition": "2021", 21307 "kind": [ 21308 "test" 21309 ], 21310 "name": "mpsc", 21311 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/mpsc.rs", 21312 "test": true 21313 }, 21314 { 21315 "crate_types": [ 21316 "bin" 21317 ], 21318 "doc": false, 21319 "doctest": false, 21320 "edition": "2021", 21321 "kind": [ 21322 "test" 21323 ], 21324 "name": "framed_read", 21325 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_read.rs", 21326 "test": true 21327 }, 21328 { 21329 "crate_types": [ 21330 "bin" 21331 ], 21332 "doc": false, 21333 "doctest": false, 21334 "edition": "2021", 21335 "kind": [ 21336 "test" 21337 ], 21338 "name": "io_inspect", 21339 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_inspect.rs", 21340 "test": true 21341 }, 21342 { 21343 "crate_types": [ 21344 "bin" 21345 ], 21346 "doc": false, 21347 "doctest": false, 21348 "edition": "2021", 21349 "kind": [ 21350 "test" 21351 ], 21352 "name": "task_tracker", 21353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/task_tracker.rs", 21354 "test": true 21355 }, 21356 { 21357 "crate_types": [ 21358 "bin" 21359 ], 21360 "doc": false, 21361 "doctest": false, 21362 "edition": "2021", 21363 "kind": [ 21364 "test" 21365 ], 21366 "name": "io_reader_stream", 21367 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_reader_stream.rs", 21368 "test": true 21369 }, 21370 { 21371 "crate_types": [ 21372 "bin" 21373 ], 21374 "doc": false, 21375 "doctest": false, 21376 "edition": "2021", 21377 "kind": [ 21378 "test" 21379 ], 21380 "name": "io_sink_writer", 21381 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_sink_writer.rs", 21382 "test": true 21383 }, 21384 { 21385 "crate_types": [ 21386 "bin" 21387 ], 21388 "doc": false, 21389 "doctest": false, 21390 "edition": "2021", 21391 "kind": [ 21392 "test" 21393 ], 21394 "name": "framed", 21395 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed.rs", 21396 "test": true 21397 }, 21398 { 21399 "crate_types": [ 21400 "bin" 21401 ], 21402 "doc": false, 21403 "doctest": false, 21404 "edition": "2021", 21405 "kind": [ 21406 "test" 21407 ], 21408 "name": "spawn_pinned", 21409 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/spawn_pinned.rs", 21410 "test": true 21411 }, 21412 { 21413 "crate_types": [ 21414 "bin" 21415 ], 21416 "doc": false, 21417 "doctest": false, 21418 "edition": "2021", 21419 "kind": [ 21420 "test" 21421 ], 21422 "name": "_require_full", 21423 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/_require_full.rs", 21424 "test": true 21425 }, 21426 { 21427 "crate_types": [ 21428 "bin" 21429 ], 21430 "doc": false, 21431 "doctest": false, 21432 "edition": "2021", 21433 "kind": [ 21434 "test" 21435 ], 21436 "name": "io_sync_bridge", 21437 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_sync_bridge.rs", 21438 "test": true 21439 }, 21440 { 21441 "crate_types": [ 21442 "bin" 21443 ], 21444 "doc": false, 21445 "doctest": false, 21446 "edition": "2021", 21447 "kind": [ 21448 "test" 21449 ], 21450 "name": "sync_cancellation_token", 21451 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/sync_cancellation_token.rs", 21452 "test": true 21453 }, 21454 { 21455 "crate_types": [ 21456 "bin" 21457 ], 21458 "doc": false, 21459 "doctest": false, 21460 "edition": "2021", 21461 "kind": [ 21462 "test" 21463 ], 21464 "name": "context", 21465 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/context.rs", 21466 "test": true 21467 }, 21468 { 21469 "crate_types": [ 21470 "bin" 21471 ], 21472 "doc": false, 21473 "doctest": false, 21474 "edition": "2021", 21475 "kind": [ 21476 "test" 21477 ], 21478 "name": "udp", 21479 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/udp.rs", 21480 "test": true 21481 } 21482 ], 21483 "version": "0.7.10" 21484 }, 21485 { 21486 "authors": [ 21487 "Tower Maintainers <[email protected]>" 21488 ], 21489 "categories": [ 21490 "asynchronous", 21491 "network-programming" 21492 ], 21493 "default_run": null, 21494 "dependencies": [ 21495 { 21496 "features": [], 21497 "kind": null, 21498 "name": "futures-core", 21499 "optional": true, 21500 "registry": null, 21501 "rename": null, 21502 "req": "^0.3", 21503 "source": "registry+https://github.com/rust-lang/crates.io-index", 21504 "target": null, 21505 "uses_default_features": true 21506 }, 21507 { 21508 "features": [ 21509 "alloc" 21510 ], 21511 "kind": null, 21512 "name": "futures-util", 21513 "optional": true, 21514 "registry": null, 21515 "rename": null, 21516 "req": "^0.3", 21517 "source": "registry+https://github.com/rust-lang/crates.io-index", 21518 "target": null, 21519 "uses_default_features": false 21520 }, 21521 { 21522 "features": [], 21523 "kind": null, 21524 "name": "hdrhistogram", 21525 "optional": true, 21526 "registry": null, 21527 "rename": null, 21528 "req": "^7.0", 21529 "source": "registry+https://github.com/rust-lang/crates.io-index", 21530 "target": null, 21531 "uses_default_features": false 21532 }, 21533 { 21534 "features": [], 21535 "kind": null, 21536 "name": "indexmap", 21537 "optional": true, 21538 "registry": null, 21539 "rename": null, 21540 "req": "^1.0.2", 21541 "source": "registry+https://github.com/rust-lang/crates.io-index", 21542 "target": null, 21543 "uses_default_features": true 21544 }, 21545 { 21546 "features": [], 21547 "kind": null, 21548 "name": "pin-project", 21549 "optional": true, 21550 "registry": null, 21551 "rename": null, 21552 "req": "^1", 21553 "source": "registry+https://github.com/rust-lang/crates.io-index", 21554 "target": null, 21555 "uses_default_features": true 21556 }, 21557 { 21558 "features": [], 21559 "kind": null, 21560 "name": "pin-project-lite", 21561 "optional": true, 21562 "registry": null, 21563 "rename": null, 21564 "req": "^0.2.7", 21565 "source": "registry+https://github.com/rust-lang/crates.io-index", 21566 "target": null, 21567 "uses_default_features": true 21568 }, 21569 { 21570 "features": [ 21571 "small_rng" 21572 ], 21573 "kind": null, 21574 "name": "rand", 21575 "optional": true, 21576 "registry": null, 21577 "rename": null, 21578 "req": "^0.8", 21579 "source": "registry+https://github.com/rust-lang/crates.io-index", 21580 "target": null, 21581 "uses_default_features": true 21582 }, 21583 { 21584 "features": [], 21585 "kind": null, 21586 "name": "slab", 21587 "optional": true, 21588 "registry": null, 21589 "rename": null, 21590 "req": "^0.4", 21591 "source": "registry+https://github.com/rust-lang/crates.io-index", 21592 "target": null, 21593 "uses_default_features": true 21594 }, 21595 { 21596 "features": [ 21597 "sync" 21598 ], 21599 "kind": null, 21600 "name": "tokio", 21601 "optional": true, 21602 "registry": null, 21603 "rename": null, 21604 "req": "^1.6", 21605 "source": "registry+https://github.com/rust-lang/crates.io-index", 21606 "target": null, 21607 "uses_default_features": true 21608 }, 21609 { 21610 "features": [], 21611 "kind": null, 21612 "name": "tokio-stream", 21613 "optional": true, 21614 "registry": null, 21615 "rename": null, 21616 "req": "^0.1.0", 21617 "source": "registry+https://github.com/rust-lang/crates.io-index", 21618 "target": null, 21619 "uses_default_features": true 21620 }, 21621 { 21622 "features": [], 21623 "kind": null, 21624 "name": "tokio-util", 21625 "optional": true, 21626 "registry": null, 21627 "rename": null, 21628 "req": "^0.7.0", 21629 "source": "registry+https://github.com/rust-lang/crates.io-index", 21630 "target": null, 21631 "uses_default_features": false 21632 }, 21633 { 21634 "features": [], 21635 "kind": null, 21636 "name": "tower-layer", 21637 "optional": false, 21638 "registry": null, 21639 "rename": null, 21640 "req": "^0.3.1", 21641 "source": "registry+https://github.com/rust-lang/crates.io-index", 21642 "target": null, 21643 "uses_default_features": true 21644 }, 21645 { 21646 "features": [], 21647 "kind": null, 21648 "name": "tower-service", 21649 "optional": false, 21650 "registry": null, 21651 "rename": null, 21652 "req": "^0.3.1", 21653 "source": "registry+https://github.com/rust-lang/crates.io-index", 21654 "target": null, 21655 "uses_default_features": true 21656 }, 21657 { 21658 "features": [ 21659 "std" 21660 ], 21661 "kind": null, 21662 "name": "tracing", 21663 "optional": true, 21664 "registry": null, 21665 "rename": null, 21666 "req": "^0.1.2", 21667 "source": "registry+https://github.com/rust-lang/crates.io-index", 21668 "target": null, 21669 "uses_default_features": false 21670 }, 21671 { 21672 "features": [], 21673 "kind": "dev", 21674 "name": "futures", 21675 "optional": false, 21676 "registry": null, 21677 "rename": null, 21678 "req": "^0.3", 21679 "source": "registry+https://github.com/rust-lang/crates.io-index", 21680 "target": null, 21681 "uses_default_features": true 21682 }, 21683 { 21684 "features": [], 21685 "kind": "dev", 21686 "name": "hdrhistogram", 21687 "optional": false, 21688 "registry": null, 21689 "rename": null, 21690 "req": "^7.0", 21691 "source": "registry+https://github.com/rust-lang/crates.io-index", 21692 "target": null, 21693 "uses_default_features": false 21694 }, 21695 { 21696 "features": [], 21697 "kind": "dev", 21698 "name": "http", 21699 "optional": false, 21700 "registry": null, 21701 "rename": null, 21702 "req": "^0.2", 21703 "source": "registry+https://github.com/rust-lang/crates.io-index", 21704 "target": null, 21705 "uses_default_features": true 21706 }, 21707 { 21708 "features": [], 21709 "kind": "dev", 21710 "name": "lazy_static", 21711 "optional": false, 21712 "registry": null, 21713 "rename": null, 21714 "req": "^1.4.0", 21715 "source": "registry+https://github.com/rust-lang/crates.io-index", 21716 "target": null, 21717 "uses_default_features": true 21718 }, 21719 { 21720 "features": [], 21721 "kind": "dev", 21722 "name": "pin-project-lite", 21723 "optional": false, 21724 "registry": null, 21725 "rename": null, 21726 "req": "^0.2.7", 21727 "source": "registry+https://github.com/rust-lang/crates.io-index", 21728 "target": null, 21729 "uses_default_features": true 21730 }, 21731 { 21732 "features": [ 21733 "macros", 21734 "sync", 21735 "test-util", 21736 "rt-multi-thread" 21737 ], 21738 "kind": "dev", 21739 "name": "tokio", 21740 "optional": false, 21741 "registry": null, 21742 "rename": null, 21743 "req": "^1.6.2", 21744 "source": "registry+https://github.com/rust-lang/crates.io-index", 21745 "target": null, 21746 "uses_default_features": true 21747 }, 21748 { 21749 "features": [], 21750 "kind": "dev", 21751 "name": "tokio-stream", 21752 "optional": false, 21753 "registry": null, 21754 "rename": null, 21755 "req": "^0.1", 21756 "source": "registry+https://github.com/rust-lang/crates.io-index", 21757 "target": null, 21758 "uses_default_features": true 21759 }, 21760 { 21761 "features": [], 21762 "kind": "dev", 21763 "name": "tokio-test", 21764 "optional": false, 21765 "registry": null, 21766 "rename": null, 21767 "req": "^0.4", 21768 "source": "registry+https://github.com/rust-lang/crates.io-index", 21769 "target": null, 21770 "uses_default_features": true 21771 }, 21772 { 21773 "features": [], 21774 "kind": "dev", 21775 "name": "tower-test", 21776 "optional": false, 21777 "registry": null, 21778 "rename": null, 21779 "req": "^0.4", 21780 "source": "registry+https://github.com/rust-lang/crates.io-index", 21781 "target": null, 21782 "uses_default_features": true 21783 }, 21784 { 21785 "features": [ 21786 "fmt", 21787 "ansi" 21788 ], 21789 "kind": "dev", 21790 "name": "tracing-subscriber", 21791 "optional": false, 21792 "registry": null, 21793 "rename": null, 21794 "req": "^0.3", 21795 "source": "registry+https://github.com/rust-lang/crates.io-index", 21796 "target": null, 21797 "uses_default_features": false 21798 } 21799 ], 21800 "description": "Tower is a library of modular and reusable components for building robust\nclients and servers.\n", 21801 "documentation": "https://docs.rs/tower/0.4.13", 21802 "edition": "2018", 21803 "features": { 21804 "__common": [ 21805 "futures-core", 21806 "pin-project-lite" 21807 ], 21808 "balance": [ 21809 "discover", 21810 "load", 21811 "ready-cache", 21812 "make", 21813 "rand", 21814 "slab" 21815 ], 21816 "buffer": [ 21817 "__common", 21818 "tokio/sync", 21819 "tokio/rt", 21820 "tokio-util", 21821 "tracing" 21822 ], 21823 "default": [ 21824 "log" 21825 ], 21826 "discover": [ 21827 "__common" 21828 ], 21829 "filter": [ 21830 "__common", 21831 "futures-util" 21832 ], 21833 "full": [ 21834 "balance", 21835 "buffer", 21836 "discover", 21837 "filter", 21838 "hedge", 21839 "limit", 21840 "load", 21841 "load-shed", 21842 "make", 21843 "ready-cache", 21844 "reconnect", 21845 "retry", 21846 "spawn-ready", 21847 "steer", 21848 "timeout", 21849 "util" 21850 ], 21851 "futures-core": [ 21852 "dep:futures-core" 21853 ], 21854 "futures-util": [ 21855 "dep:futures-util" 21856 ], 21857 "hdrhistogram": [ 21858 "dep:hdrhistogram" 21859 ], 21860 "hedge": [ 21861 "util", 21862 "filter", 21863 "futures-util", 21864 "hdrhistogram", 21865 "tokio/time", 21866 "tracing" 21867 ], 21868 "indexmap": [ 21869 "dep:indexmap" 21870 ], 21871 "limit": [ 21872 "__common", 21873 "tokio/time", 21874 "tokio/sync", 21875 "tokio-util", 21876 "tracing" 21877 ], 21878 "load": [ 21879 "__common", 21880 "tokio/time", 21881 "tracing" 21882 ], 21883 "load-shed": [ 21884 "__common" 21885 ], 21886 "log": [ 21887 "tracing/log" 21888 ], 21889 "make": [ 21890 "futures-util", 21891 "pin-project-lite", 21892 "tokio/io-std" 21893 ], 21894 "pin-project": [ 21895 "dep:pin-project" 21896 ], 21897 "pin-project-lite": [ 21898 "dep:pin-project-lite" 21899 ], 21900 "rand": [ 21901 "dep:rand" 21902 ], 21903 "ready-cache": [ 21904 "futures-core", 21905 "futures-util", 21906 "indexmap", 21907 "tokio/sync", 21908 "tracing", 21909 "pin-project-lite" 21910 ], 21911 "reconnect": [ 21912 "make", 21913 "tokio/io-std", 21914 "tracing" 21915 ], 21916 "retry": [ 21917 "__common", 21918 "tokio/time" 21919 ], 21920 "slab": [ 21921 "dep:slab" 21922 ], 21923 "spawn-ready": [ 21924 "__common", 21925 "futures-util", 21926 "tokio/sync", 21927 "tokio/rt", 21928 "util", 21929 "tracing" 21930 ], 21931 "steer": [], 21932 "timeout": [ 21933 "pin-project-lite", 21934 "tokio/time" 21935 ], 21936 "tokio": [ 21937 "dep:tokio" 21938 ], 21939 "tokio-stream": [ 21940 "dep:tokio-stream" 21941 ], 21942 "tokio-util": [ 21943 "dep:tokio-util" 21944 ], 21945 "tracing": [ 21946 "dep:tracing" 21947 ], 21948 "util": [ 21949 "__common", 21950 "futures-util", 21951 "pin-project" 21952 ] 21953 }, 21954 "homepage": "https://github.com/tower-rs/tower", 21955 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 21956 "keywords": [ 21957 "io", 21958 "async", 21959 "non-blocking", 21960 "futures", 21961 "service" 21962 ], 21963 "license": "MIT", 21964 "license_file": null, 21965 "links": null, 21966 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/Cargo.toml", 21967 "metadata": { 21968 "docs": { 21969 "rs": { 21970 "all-features": true, 21971 "rustdoc-args": [ 21972 "--cfg", 21973 "docsrs" 21974 ] 21975 } 21976 }, 21977 "playground": { 21978 "features": [ 21979 "full" 21980 ] 21981 } 21982 }, 21983 "name": "tower", 21984 "publish": null, 21985 "readme": "README.md", 21986 "repository": "https://github.com/tower-rs/tower", 21987 "rust_version": "1.49.0", 21988 "source": "registry+https://github.com/rust-lang/crates.io-index", 21989 "targets": [ 21990 { 21991 "crate_types": [ 21992 "lib" 21993 ], 21994 "doc": true, 21995 "doctest": true, 21996 "edition": "2018", 21997 "kind": [ 21998 "lib" 21999 ], 22000 "name": "tower", 22001 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs", 22002 "test": true 22003 }, 22004 { 22005 "crate_types": [ 22006 "bin" 22007 ], 22008 "doc": false, 22009 "doctest": false, 22010 "edition": "2018", 22011 "kind": [ 22012 "example" 22013 ], 22014 "name": "tower-balance", 22015 "required-features": [ 22016 "full" 22017 ], 22018 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/examples/tower-balance.rs", 22019 "test": false 22020 }, 22021 { 22022 "crate_types": [ 22023 "bin" 22024 ], 22025 "doc": false, 22026 "doctest": false, 22027 "edition": "2018", 22028 "kind": [ 22029 "test" 22030 ], 22031 "name": "retry", 22032 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/retry/main.rs", 22033 "test": true 22034 }, 22035 { 22036 "crate_types": [ 22037 "bin" 22038 ], 22039 "doc": false, 22040 "doctest": false, 22041 "edition": "2018", 22042 "kind": [ 22043 "test" 22044 ], 22045 "name": "util", 22046 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/util/main.rs", 22047 "test": true 22048 }, 22049 { 22050 "crate_types": [ 22051 "bin" 22052 ], 22053 "doc": false, 22054 "doctest": false, 22055 "edition": "2018", 22056 "kind": [ 22057 "test" 22058 ], 22059 "name": "limit", 22060 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/limit/main.rs", 22061 "test": true 22062 }, 22063 { 22064 "crate_types": [ 22065 "bin" 22066 ], 22067 "doc": false, 22068 "doctest": false, 22069 "edition": "2018", 22070 "kind": [ 22071 "test" 22072 ], 22073 "name": "hedge", 22074 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/hedge/main.rs", 22075 "test": true 22076 }, 22077 { 22078 "crate_types": [ 22079 "bin" 22080 ], 22081 "doc": false, 22082 "doctest": false, 22083 "edition": "2018", 22084 "kind": [ 22085 "test" 22086 ], 22087 "name": "support", 22088 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/support.rs", 22089 "test": true 22090 }, 22091 { 22092 "crate_types": [ 22093 "bin" 22094 ], 22095 "doc": false, 22096 "doctest": false, 22097 "edition": "2018", 22098 "kind": [ 22099 "test" 22100 ], 22101 "name": "balance", 22102 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/balance/main.rs", 22103 "test": true 22104 }, 22105 { 22106 "crate_types": [ 22107 "bin" 22108 ], 22109 "doc": false, 22110 "doctest": false, 22111 "edition": "2018", 22112 "kind": [ 22113 "test" 22114 ], 22115 "name": "load_shed", 22116 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/load_shed/main.rs", 22117 "test": true 22118 }, 22119 { 22120 "crate_types": [ 22121 "bin" 22122 ], 22123 "doc": false, 22124 "doctest": false, 22125 "edition": "2018", 22126 "kind": [ 22127 "test" 22128 ], 22129 "name": "spawn_ready", 22130 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/spawn_ready/main.rs", 22131 "test": true 22132 }, 22133 { 22134 "crate_types": [ 22135 "bin" 22136 ], 22137 "doc": false, 22138 "doctest": false, 22139 "edition": "2018", 22140 "kind": [ 22141 "test" 22142 ], 22143 "name": "steer", 22144 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/steer/main.rs", 22145 "test": true 22146 }, 22147 { 22148 "crate_types": [ 22149 "bin" 22150 ], 22151 "doc": false, 22152 "doctest": false, 22153 "edition": "2018", 22154 "kind": [ 22155 "test" 22156 ], 22157 "name": "ready_cache", 22158 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/ready_cache/main.rs", 22159 "test": true 22160 }, 22161 { 22162 "crate_types": [ 22163 "bin" 22164 ], 22165 "doc": false, 22166 "doctest": false, 22167 "edition": "2018", 22168 "kind": [ 22169 "test" 22170 ], 22171 "name": "builder", 22172 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/builder.rs", 22173 "test": true 22174 }, 22175 { 22176 "crate_types": [ 22177 "bin" 22178 ], 22179 "doc": false, 22180 "doctest": false, 22181 "edition": "2018", 22182 "kind": [ 22183 "test" 22184 ], 22185 "name": "buffer", 22186 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/buffer/main.rs", 22187 "test": true 22188 } 22189 ], 22190 "version": "0.4.13" 22191 }, 22192 { 22193 "authors": [ 22194 "Tower Maintainers <[email protected]>" 22195 ], 22196 "categories": [ 22197 "asynchronous", 22198 "network-programming" 22199 ], 22200 "default_run": null, 22201 "dependencies": [ 22202 { 22203 "features": [], 22204 "kind": "dev", 22205 "name": "tower", 22206 "optional": false, 22207 "registry": null, 22208 "rename": null, 22209 "req": "^0.4", 22210 "source": "registry+https://github.com/rust-lang/crates.io-index", 22211 "target": null, 22212 "uses_default_features": true 22213 }, 22214 { 22215 "features": [], 22216 "kind": "dev", 22217 "name": "tower-service", 22218 "optional": false, 22219 "registry": null, 22220 "rename": null, 22221 "req": "^0.3.0", 22222 "source": "registry+https://github.com/rust-lang/crates.io-index", 22223 "target": null, 22224 "uses_default_features": true 22225 } 22226 ], 22227 "description": "Decorates a `Service` to allow easy composition between `Service`s.\n", 22228 "documentation": null, 22229 "edition": "2018", 22230 "features": {}, 22231 "homepage": "https://github.com/tower-rs/tower", 22232 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22233 "keywords": [], 22234 "license": "MIT", 22235 "license_file": null, 22236 "links": null, 22237 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/Cargo.toml", 22238 "metadata": null, 22239 "name": "tower-layer", 22240 "publish": null, 22241 "readme": "README.md", 22242 "repository": "https://github.com/tower-rs/tower", 22243 "rust_version": null, 22244 "source": "registry+https://github.com/rust-lang/crates.io-index", 22245 "targets": [ 22246 { 22247 "crate_types": [ 22248 "lib" 22249 ], 22250 "doc": true, 22251 "doctest": true, 22252 "edition": "2018", 22253 "kind": [ 22254 "lib" 22255 ], 22256 "name": "tower_layer", 22257 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs", 22258 "test": true 22259 } 22260 ], 22261 "version": "0.3.2" 22262 }, 22263 { 22264 "authors": [ 22265 "Tower Maintainers <[email protected]>" 22266 ], 22267 "categories": [ 22268 "asynchronous", 22269 "network-programming" 22270 ], 22271 "default_run": null, 22272 "dependencies": [ 22273 { 22274 "features": [], 22275 "kind": "dev", 22276 "name": "futures", 22277 "optional": false, 22278 "registry": null, 22279 "rename": null, 22280 "req": "^0.3", 22281 "source": "registry+https://github.com/rust-lang/crates.io-index", 22282 "target": null, 22283 "uses_default_features": true 22284 }, 22285 { 22286 "features": [], 22287 "kind": "dev", 22288 "name": "http", 22289 "optional": false, 22290 "registry": null, 22291 "rename": null, 22292 "req": "^0.2", 22293 "source": "registry+https://github.com/rust-lang/crates.io-index", 22294 "target": null, 22295 "uses_default_features": true 22296 }, 22297 { 22298 "features": [ 22299 "macros", 22300 "time" 22301 ], 22302 "kind": "dev", 22303 "name": "tokio", 22304 "optional": false, 22305 "registry": null, 22306 "rename": null, 22307 "req": "^1", 22308 "source": "registry+https://github.com/rust-lang/crates.io-index", 22309 "target": null, 22310 "uses_default_features": true 22311 }, 22312 { 22313 "features": [], 22314 "kind": "dev", 22315 "name": "tower-layer", 22316 "optional": false, 22317 "registry": null, 22318 "rename": null, 22319 "req": "^0.3", 22320 "source": "registry+https://github.com/rust-lang/crates.io-index", 22321 "target": null, 22322 "uses_default_features": true 22323 } 22324 ], 22325 "description": "Trait representing an asynchronous, request / response based, client or server.\n", 22326 "documentation": "https://docs.rs/tower-service/0.3.2", 22327 "edition": "2018", 22328 "features": {}, 22329 "homepage": "https://github.com/tower-rs/tower", 22330 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22331 "keywords": [], 22332 "license": "MIT", 22333 "license_file": null, 22334 "links": null, 22335 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/Cargo.toml", 22336 "metadata": null, 22337 "name": "tower-service", 22338 "publish": null, 22339 "readme": "README.md", 22340 "repository": "https://github.com/tower-rs/tower", 22341 "rust_version": null, 22342 "source": "registry+https://github.com/rust-lang/crates.io-index", 22343 "targets": [ 22344 { 22345 "crate_types": [ 22346 "lib" 22347 ], 22348 "doc": true, 22349 "doctest": true, 22350 "edition": "2018", 22351 "kind": [ 22352 "lib" 22353 ], 22354 "name": "tower_service", 22355 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs", 22356 "test": true 22357 } 22358 ], 22359 "version": "0.3.2" 22360 }, 22361 { 22362 "authors": [ 22363 "Eliza Weisman <[email protected]>", 22364 "Tokio Contributors <[email protected]>" 22365 ], 22366 "categories": [ 22367 "development-tools::debugging", 22368 "development-tools::profiling", 22369 "asynchronous", 22370 "no-std" 22371 ], 22372 "default_run": null, 22373 "dependencies": [ 22374 { 22375 "features": [], 22376 "kind": null, 22377 "name": "log", 22378 "optional": true, 22379 "registry": null, 22380 "rename": null, 22381 "req": "^0.4.17", 22382 "source": "registry+https://github.com/rust-lang/crates.io-index", 22383 "target": null, 22384 "uses_default_features": true 22385 }, 22386 { 22387 "features": [], 22388 "kind": null, 22389 "name": "pin-project-lite", 22390 "optional": false, 22391 "registry": null, 22392 "rename": null, 22393 "req": "^0.2.9", 22394 "source": "registry+https://github.com/rust-lang/crates.io-index", 22395 "target": null, 22396 "uses_default_features": true 22397 }, 22398 { 22399 "features": [], 22400 "kind": null, 22401 "name": "tracing-attributes", 22402 "optional": true, 22403 "registry": null, 22404 "rename": null, 22405 "req": "^0.1.27", 22406 "source": "registry+https://github.com/rust-lang/crates.io-index", 22407 "target": null, 22408 "uses_default_features": true 22409 }, 22410 { 22411 "features": [], 22412 "kind": null, 22413 "name": "tracing-core", 22414 "optional": false, 22415 "registry": null, 22416 "rename": null, 22417 "req": "^0.1.32", 22418 "source": "registry+https://github.com/rust-lang/crates.io-index", 22419 "target": null, 22420 "uses_default_features": false 22421 }, 22422 { 22423 "features": [], 22424 "kind": "dev", 22425 "name": "criterion", 22426 "optional": false, 22427 "registry": null, 22428 "rename": null, 22429 "req": "^0.3.6", 22430 "source": "registry+https://github.com/rust-lang/crates.io-index", 22431 "target": null, 22432 "uses_default_features": false 22433 }, 22434 { 22435 "features": [], 22436 "kind": "dev", 22437 "name": "futures", 22438 "optional": false, 22439 "registry": null, 22440 "rename": null, 22441 "req": "^0.3.21", 22442 "source": "registry+https://github.com/rust-lang/crates.io-index", 22443 "target": null, 22444 "uses_default_features": false 22445 }, 22446 { 22447 "features": [], 22448 "kind": "dev", 22449 "name": "log", 22450 "optional": false, 22451 "registry": null, 22452 "rename": null, 22453 "req": "^0.4.17", 22454 "source": "registry+https://github.com/rust-lang/crates.io-index", 22455 "target": null, 22456 "uses_default_features": true 22457 }, 22458 { 22459 "features": [], 22460 "kind": "dev", 22461 "name": "wasm-bindgen-test", 22462 "optional": false, 22463 "registry": null, 22464 "rename": null, 22465 "req": "^0.3", 22466 "source": "registry+https://github.com/rust-lang/crates.io-index", 22467 "target": "cfg(target_arch = \"wasm32\")", 22468 "uses_default_features": true 22469 } 22470 ], 22471 "description": "Application-level tracing for Rust.\n", 22472 "documentation": null, 22473 "edition": "2018", 22474 "features": { 22475 "async-await": [], 22476 "attributes": [ 22477 "tracing-attributes" 22478 ], 22479 "default": [ 22480 "std", 22481 "attributes" 22482 ], 22483 "log": [ 22484 "dep:log" 22485 ], 22486 "log-always": [ 22487 "log" 22488 ], 22489 "max_level_debug": [], 22490 "max_level_error": [], 22491 "max_level_info": [], 22492 "max_level_off": [], 22493 "max_level_trace": [], 22494 "max_level_warn": [], 22495 "release_max_level_debug": [], 22496 "release_max_level_error": [], 22497 "release_max_level_info": [], 22498 "release_max_level_off": [], 22499 "release_max_level_trace": [], 22500 "release_max_level_warn": [], 22501 "std": [ 22502 "tracing-core/std" 22503 ], 22504 "tracing-attributes": [ 22505 "dep:tracing-attributes" 22506 ], 22507 "valuable": [ 22508 "tracing-core/valuable" 22509 ] 22510 }, 22511 "homepage": "https://tokio.rs", 22512 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22513 "keywords": [ 22514 "logging", 22515 "tracing", 22516 "metrics", 22517 "async" 22518 ], 22519 "license": "MIT", 22520 "license_file": null, 22521 "links": null, 22522 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml", 22523 "metadata": { 22524 "docs": { 22525 "rs": { 22526 "all-features": true, 22527 "rustc-args": [ 22528 "--cfg", 22529 "tracing_unstable" 22530 ], 22531 "rustdoc-args": [ 22532 "--cfg", 22533 "docsrs", 22534 "--cfg", 22535 "tracing_unstable" 22536 ] 22537 } 22538 } 22539 }, 22540 "name": "tracing", 22541 "publish": null, 22542 "readme": "README.md", 22543 "repository": "https://github.com/tokio-rs/tracing", 22544 "rust_version": "1.56.0", 22545 "source": "registry+https://github.com/rust-lang/crates.io-index", 22546 "targets": [ 22547 { 22548 "crate_types": [ 22549 "lib" 22550 ], 22551 "doc": true, 22552 "doctest": true, 22553 "edition": "2018", 22554 "kind": [ 22555 "lib" 22556 ], 22557 "name": "tracing", 22558 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs", 22559 "test": true 22560 }, 22561 { 22562 "crate_types": [ 22563 "bin" 22564 ], 22565 "doc": false, 22566 "doctest": false, 22567 "edition": "2018", 22568 "kind": [ 22569 "test" 22570 ], 22571 "name": "max_level_hint", 22572 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs", 22573 "test": true 22574 }, 22575 { 22576 "crate_types": [ 22577 "bin" 22578 ], 22579 "doc": false, 22580 "doctest": false, 22581 "edition": "2018", 22582 "kind": [ 22583 "test" 22584 ], 22585 "name": "filter_caching_is_lexically_scoped", 22586 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs", 22587 "test": true 22588 }, 22589 { 22590 "crate_types": [ 22591 "bin" 22592 ], 22593 "doc": false, 22594 "doctest": false, 22595 "edition": "2018", 22596 "kind": [ 22597 "test" 22598 ], 22599 "name": "register_callsite_deadlock", 22600 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs", 22601 "test": true 22602 }, 22603 { 22604 "crate_types": [ 22605 "bin" 22606 ], 22607 "doc": false, 22608 "doctest": false, 22609 "edition": "2018", 22610 "kind": [ 22611 "test" 22612 ], 22613 "name": "filters_dont_leak", 22614 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs", 22615 "test": true 22616 }, 22617 { 22618 "crate_types": [ 22619 "bin" 22620 ], 22621 "doc": false, 22622 "doctest": false, 22623 "edition": "2018", 22624 "kind": [ 22625 "test" 22626 ], 22627 "name": "subscriber", 22628 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs", 22629 "test": true 22630 }, 22631 { 22632 "crate_types": [ 22633 "bin" 22634 ], 22635 "doc": false, 22636 "doctest": false, 22637 "edition": "2018", 22638 "kind": [ 22639 "test" 22640 ], 22641 "name": "no_subscriber", 22642 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs", 22643 "test": true 22644 }, 22645 { 22646 "crate_types": [ 22647 "bin" 22648 ], 22649 "doc": false, 22650 "doctest": false, 22651 "edition": "2018", 22652 "kind": [ 22653 "test" 22654 ], 22655 "name": "future_send", 22656 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs", 22657 "test": true 22658 }, 22659 { 22660 "crate_types": [ 22661 "bin" 22662 ], 22663 "doc": false, 22664 "doctest": false, 22665 "edition": "2018", 22666 "kind": [ 22667 "test" 22668 ], 22669 "name": "filters_are_reevaluated_for_different_call_sites", 22670 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs", 22671 "test": true 22672 }, 22673 { 22674 "crate_types": [ 22675 "bin" 22676 ], 22677 "doc": false, 22678 "doctest": false, 22679 "edition": "2018", 22680 "kind": [ 22681 "test" 22682 ], 22683 "name": "enabled", 22684 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs", 22685 "test": true 22686 }, 22687 { 22688 "crate_types": [ 22689 "bin" 22690 ], 22691 "doc": false, 22692 "doctest": false, 22693 "edition": "2018", 22694 "kind": [ 22695 "test" 22696 ], 22697 "name": "event", 22698 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs", 22699 "test": true 22700 }, 22701 { 22702 "crate_types": [ 22703 "bin" 22704 ], 22705 "doc": false, 22706 "doctest": false, 22707 "edition": "2018", 22708 "kind": [ 22709 "test" 22710 ], 22711 "name": "multiple_max_level_hints", 22712 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs", 22713 "test": true 22714 }, 22715 { 22716 "crate_types": [ 22717 "bin" 22718 ], 22719 "doc": false, 22720 "doctest": false, 22721 "edition": "2018", 22722 "kind": [ 22723 "test" 22724 ], 22725 "name": "filters_are_not_reevaluated_for_the_same_span", 22726 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs", 22727 "test": true 22728 }, 22729 { 22730 "crate_types": [ 22731 "bin" 22732 ], 22733 "doc": false, 22734 "doctest": false, 22735 "edition": "2018", 22736 "kind": [ 22737 "test" 22738 ], 22739 "name": "span", 22740 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs", 22741 "test": true 22742 }, 22743 { 22744 "crate_types": [ 22745 "bin" 22746 ], 22747 "doc": false, 22748 "doctest": false, 22749 "edition": "2018", 22750 "kind": [ 22751 "test" 22752 ], 22753 "name": "macro_imports", 22754 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs", 22755 "test": true 22756 }, 22757 { 22758 "crate_types": [ 22759 "bin" 22760 ], 22761 "doc": false, 22762 "doctest": false, 22763 "edition": "2018", 22764 "kind": [ 22765 "test" 22766 ], 22767 "name": "instrument", 22768 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs", 22769 "test": true 22770 }, 22771 { 22772 "crate_types": [ 22773 "bin" 22774 ], 22775 "doc": false, 22776 "doctest": false, 22777 "edition": "2018", 22778 "kind": [ 22779 "test" 22780 ], 22781 "name": "macros", 22782 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs", 22783 "test": true 22784 }, 22785 { 22786 "crate_types": [ 22787 "bin" 22788 ], 22789 "doc": false, 22790 "doctest": false, 22791 "edition": "2018", 22792 "kind": [ 22793 "test" 22794 ], 22795 "name": "macros_incompatible_concat", 22796 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs", 22797 "test": true 22798 }, 22799 { 22800 "crate_types": [ 22801 "bin" 22802 ], 22803 "doc": false, 22804 "doctest": false, 22805 "edition": "2018", 22806 "kind": [ 22807 "test" 22808 ], 22809 "name": "scoped_clobbers_default", 22810 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs", 22811 "test": true 22812 }, 22813 { 22814 "crate_types": [ 22815 "bin" 22816 ], 22817 "doc": false, 22818 "doctest": false, 22819 "edition": "2018", 22820 "kind": [ 22821 "bench" 22822 ], 22823 "name": "baseline", 22824 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs", 22825 "test": false 22826 }, 22827 { 22828 "crate_types": [ 22829 "bin" 22830 ], 22831 "doc": false, 22832 "doctest": false, 22833 "edition": "2018", 22834 "kind": [ 22835 "bench" 22836 ], 22837 "name": "dispatch_get_clone", 22838 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs", 22839 "test": false 22840 }, 22841 { 22842 "crate_types": [ 22843 "bin" 22844 ], 22845 "doc": false, 22846 "doctest": false, 22847 "edition": "2018", 22848 "kind": [ 22849 "bench" 22850 ], 22851 "name": "dispatch_get_ref", 22852 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs", 22853 "test": false 22854 }, 22855 { 22856 "crate_types": [ 22857 "bin" 22858 ], 22859 "doc": false, 22860 "doctest": false, 22861 "edition": "2018", 22862 "kind": [ 22863 "bench" 22864 ], 22865 "name": "empty_span", 22866 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs", 22867 "test": false 22868 }, 22869 { 22870 "crate_types": [ 22871 "bin" 22872 ], 22873 "doc": false, 22874 "doctest": false, 22875 "edition": "2018", 22876 "kind": [ 22877 "bench" 22878 ], 22879 "name": "enter_span", 22880 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs", 22881 "test": false 22882 }, 22883 { 22884 "crate_types": [ 22885 "bin" 22886 ], 22887 "doc": false, 22888 "doctest": false, 22889 "edition": "2018", 22890 "kind": [ 22891 "bench" 22892 ], 22893 "name": "event", 22894 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs", 22895 "test": false 22896 }, 22897 { 22898 "crate_types": [ 22899 "bin" 22900 ], 22901 "doc": false, 22902 "doctest": false, 22903 "edition": "2018", 22904 "kind": [ 22905 "bench" 22906 ], 22907 "name": "span_fields", 22908 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs", 22909 "test": false 22910 }, 22911 { 22912 "crate_types": [ 22913 "bin" 22914 ], 22915 "doc": false, 22916 "doctest": false, 22917 "edition": "2018", 22918 "kind": [ 22919 "bench" 22920 ], 22921 "name": "span_no_fields", 22922 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs", 22923 "test": false 22924 }, 22925 { 22926 "crate_types": [ 22927 "bin" 22928 ], 22929 "doc": false, 22930 "doctest": false, 22931 "edition": "2018", 22932 "kind": [ 22933 "bench" 22934 ], 22935 "name": "span_repeated", 22936 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs", 22937 "test": false 22938 }, 22939 { 22940 "crate_types": [ 22941 "bin" 22942 ], 22943 "doc": false, 22944 "doctest": false, 22945 "edition": "2018", 22946 "kind": [ 22947 "bench" 22948 ], 22949 "name": "shared", 22950 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs", 22951 "test": false 22952 } 22953 ], 22954 "version": "0.1.40" 22955 }, 22956 { 22957 "authors": [ 22958 "Tokio Contributors <[email protected]>" 22959 ], 22960 "categories": [ 22961 "development-tools::debugging", 22962 "development-tools::profiling", 22963 "asynchronous" 22964 ], 22965 "default_run": null, 22966 "dependencies": [ 22967 { 22968 "features": [], 22969 "kind": null, 22970 "name": "once_cell", 22971 "optional": true, 22972 "registry": null, 22973 "rename": null, 22974 "req": "^1.13.0", 22975 "source": "registry+https://github.com/rust-lang/crates.io-index", 22976 "target": null, 22977 "uses_default_features": true 22978 }, 22979 { 22980 "features": [], 22981 "kind": null, 22982 "name": "valuable", 22983 "optional": true, 22984 "registry": null, 22985 "rename": null, 22986 "req": "^0.1.0", 22987 "source": "registry+https://github.com/rust-lang/crates.io-index", 22988 "target": "cfg(tracing_unstable)", 22989 "uses_default_features": false 22990 } 22991 ], 22992 "description": "Core primitives for application-level tracing.\n", 22993 "documentation": null, 22994 "edition": "2018", 22995 "features": { 22996 "default": [ 22997 "std", 22998 "valuable/std" 22999 ], 23000 "once_cell": [ 23001 "dep:once_cell" 23002 ], 23003 "std": [ 23004 "once_cell" 23005 ], 23006 "valuable": [ 23007 "dep:valuable" 23008 ] 23009 }, 23010 "homepage": "https://tokio.rs", 23011 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23012 "keywords": [ 23013 "logging", 23014 "tracing", 23015 "profiling" 23016 ], 23017 "license": "MIT", 23018 "license_file": null, 23019 "links": null, 23020 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml", 23021 "metadata": { 23022 "docs": { 23023 "rs": { 23024 "all-features": true, 23025 "rustc-args": [ 23026 "--cfg", 23027 "tracing_unstable" 23028 ], 23029 "rustdoc-args": [ 23030 "--cfg", 23031 "docsrs", 23032 "--cfg", 23033 "tracing_unstable" 23034 ] 23035 } 23036 } 23037 }, 23038 "name": "tracing-core", 23039 "publish": null, 23040 "readme": "README.md", 23041 "repository": "https://github.com/tokio-rs/tracing", 23042 "rust_version": "1.56.0", 23043 "source": "registry+https://github.com/rust-lang/crates.io-index", 23044 "targets": [ 23045 { 23046 "crate_types": [ 23047 "lib" 23048 ], 23049 "doc": true, 23050 "doctest": true, 23051 "edition": "2018", 23052 "kind": [ 23053 "lib" 23054 ], 23055 "name": "tracing_core", 23056 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs", 23057 "test": true 23058 }, 23059 { 23060 "crate_types": [ 23061 "bin" 23062 ], 23063 "doc": false, 23064 "doctest": false, 23065 "edition": "2018", 23066 "kind": [ 23067 "test" 23068 ], 23069 "name": "dispatch", 23070 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs", 23071 "test": true 23072 }, 23073 { 23074 "crate_types": [ 23075 "bin" 23076 ], 23077 "doc": false, 23078 "doctest": false, 23079 "edition": "2018", 23080 "kind": [ 23081 "test" 23082 ], 23083 "name": "local_dispatch_before_init", 23084 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs", 23085 "test": true 23086 }, 23087 { 23088 "crate_types": [ 23089 "bin" 23090 ], 23091 "doc": false, 23092 "doctest": false, 23093 "edition": "2018", 23094 "kind": [ 23095 "test" 23096 ], 23097 "name": "macros", 23098 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs", 23099 "test": true 23100 }, 23101 { 23102 "crate_types": [ 23103 "bin" 23104 ], 23105 "doc": false, 23106 "doctest": false, 23107 "edition": "2018", 23108 "kind": [ 23109 "test" 23110 ], 23111 "name": "global_dispatch", 23112 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs", 23113 "test": true 23114 } 23115 ], 23116 "version": "0.1.32" 23117 }, 23118 { 23119 "authors": [ 23120 "Sean McArthur <[email protected]>" 23121 ], 23122 "categories": [ 23123 "concurrency", 23124 "no-std" 23125 ], 23126 "default_run": null, 23127 "dependencies": [], 23128 "description": "A lightweight atomic lock.", 23129 "documentation": "https://docs.rs/try-lock", 23130 "edition": "2015", 23131 "features": {}, 23132 "homepage": "https://github.com/seanmonstar/try-lock", 23133 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23134 "keywords": [ 23135 "lock", 23136 "atomic" 23137 ], 23138 "license": "MIT", 23139 "license_file": null, 23140 "links": null, 23141 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/Cargo.toml", 23142 "metadata": null, 23143 "name": "try-lock", 23144 "publish": null, 23145 "readme": "README.md", 23146 "repository": "https://github.com/seanmonstar/try-lock", 23147 "rust_version": null, 23148 "source": "registry+https://github.com/rust-lang/crates.io-index", 23149 "targets": [ 23150 { 23151 "crate_types": [ 23152 "lib" 23153 ], 23154 "doc": true, 23155 "doctest": true, 23156 "edition": "2015", 23157 "kind": [ 23158 "lib" 23159 ], 23160 "name": "try_lock", 23161 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs", 23162 "test": true 23163 } 23164 ], 23165 "version": "0.2.5" 23166 }, 23167 { 23168 "authors": [ 23169 "The Servo Project Developers" 23170 ], 23171 "categories": [ 23172 "no-std", 23173 "encoding", 23174 "text-processing" 23175 ], 23176 "default_run": null, 23177 "dependencies": [ 23178 { 23179 "features": [], 23180 "kind": null, 23181 "name": "flame", 23182 "optional": true, 23183 "registry": null, 23184 "rename": null, 23185 "req": "^0.2", 23186 "source": "registry+https://github.com/rust-lang/crates.io-index", 23187 "target": null, 23188 "uses_default_features": true 23189 }, 23190 { 23191 "features": [], 23192 "kind": null, 23193 "name": "flamer", 23194 "optional": true, 23195 "registry": null, 23196 "rename": null, 23197 "req": "^0.4", 23198 "source": "registry+https://github.com/rust-lang/crates.io-index", 23199 "target": null, 23200 "uses_default_features": true 23201 }, 23202 { 23203 "features": [ 23204 "derive" 23205 ], 23206 "kind": null, 23207 "name": "serde", 23208 "optional": true, 23209 "registry": null, 23210 "rename": null, 23211 "req": ">=0.8, <2.0", 23212 "source": "registry+https://github.com/rust-lang/crates.io-index", 23213 "target": null, 23214 "uses_default_features": false 23215 }, 23216 { 23217 "features": [], 23218 "kind": "dev", 23219 "name": "serde_test", 23220 "optional": false, 23221 "registry": null, 23222 "rename": null, 23223 "req": ">=0.8, <2.0", 23224 "source": "registry+https://github.com/rust-lang/crates.io-index", 23225 "target": null, 23226 "uses_default_features": true 23227 } 23228 ], 23229 "description": "Implementation of the Unicode Bidirectional Algorithm", 23230 "documentation": "https://docs.rs/unicode-bidi/", 23231 "edition": "2018", 23232 "features": { 23233 "bench_it": [], 23234 "default": [ 23235 "std", 23236 "hardcoded-data" 23237 ], 23238 "flame": [ 23239 "dep:flame" 23240 ], 23241 "flame_it": [ 23242 "flame", 23243 "flamer" 23244 ], 23245 "flamer": [ 23246 "dep:flamer" 23247 ], 23248 "hardcoded-data": [], 23249 "serde": [ 23250 "dep:serde" 23251 ], 23252 "std": [], 23253 "unstable": [], 23254 "with_serde": [ 23255 "serde" 23256 ] 23257 }, 23258 "homepage": null, 23259 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23260 "keywords": [ 23261 "rtl", 23262 "unicode", 23263 "text", 23264 "layout", 23265 "bidi" 23266 ], 23267 "license": "MIT OR Apache-2.0", 23268 "license_file": null, 23269 "links": null, 23270 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/Cargo.toml", 23271 "metadata": null, 23272 "name": "unicode-bidi", 23273 "publish": null, 23274 "readme": "README.md", 23275 "repository": "https://github.com/servo/unicode-bidi", 23276 "rust_version": null, 23277 "source": "registry+https://github.com/rust-lang/crates.io-index", 23278 "targets": [ 23279 { 23280 "crate_types": [ 23281 "lib" 23282 ], 23283 "doc": true, 23284 "doctest": true, 23285 "edition": "2018", 23286 "kind": [ 23287 "lib" 23288 ], 23289 "name": "unicode_bidi", 23290 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs", 23291 "test": true 23292 }, 23293 { 23294 "crate_types": [ 23295 "bin" 23296 ], 23297 "doc": false, 23298 "doctest": false, 23299 "edition": "2018", 23300 "kind": [ 23301 "test" 23302 ], 23303 "name": "conformance_tests", 23304 "required-features": [ 23305 "hardcoded-data" 23306 ], 23307 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/tests/conformance_tests.rs", 23308 "test": true 23309 } 23310 ], 23311 "version": "0.3.15" 23312 }, 23313 { 23314 "authors": [ 23315 "David Tolnay <[email protected]>" 23316 ], 23317 "categories": [ 23318 "development-tools::procedural-macro-helpers", 23319 "no-std", 23320 "no-std::no-alloc" 23321 ], 23322 "default_run": null, 23323 "dependencies": [ 23324 { 23325 "features": [], 23326 "kind": "dev", 23327 "name": "criterion", 23328 "optional": false, 23329 "registry": null, 23330 "rename": null, 23331 "req": "^0.5", 23332 "source": "registry+https://github.com/rust-lang/crates.io-index", 23333 "target": null, 23334 "uses_default_features": false 23335 }, 23336 { 23337 "features": [], 23338 "kind": "dev", 23339 "name": "fst", 23340 "optional": false, 23341 "registry": null, 23342 "rename": null, 23343 "req": "^0.4", 23344 "source": "registry+https://github.com/rust-lang/crates.io-index", 23345 "target": null, 23346 "uses_default_features": true 23347 }, 23348 { 23349 "features": [ 23350 "small_rng" 23351 ], 23352 "kind": "dev", 23353 "name": "rand", 23354 "optional": false, 23355 "registry": null, 23356 "rename": null, 23357 "req": "^0.8", 23358 "source": "registry+https://github.com/rust-lang/crates.io-index", 23359 "target": null, 23360 "uses_default_features": true 23361 }, 23362 { 23363 "features": [], 23364 "kind": "dev", 23365 "name": "roaring", 23366 "optional": false, 23367 "registry": null, 23368 "rename": null, 23369 "req": "^0.10", 23370 "source": "registry+https://github.com/rust-lang/crates.io-index", 23371 "target": null, 23372 "uses_default_features": true 23373 }, 23374 { 23375 "features": [], 23376 "kind": "dev", 23377 "name": "ucd-trie", 23378 "optional": false, 23379 "registry": null, 23380 "rename": null, 23381 "req": "^0.1", 23382 "source": "registry+https://github.com/rust-lang/crates.io-index", 23383 "target": null, 23384 "uses_default_features": false 23385 }, 23386 { 23387 "features": [], 23388 "kind": "dev", 23389 "name": "unicode-xid", 23390 "optional": false, 23391 "registry": null, 23392 "rename": null, 23393 "req": "^0.2.4", 23394 "source": "registry+https://github.com/rust-lang/crates.io-index", 23395 "target": null, 23396 "uses_default_features": true 23397 } 23398 ], 23399 "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", 23400 "documentation": "https://docs.rs/unicode-ident", 23401 "edition": "2018", 23402 "features": {}, 23403 "homepage": null, 23404 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23405 "keywords": [ 23406 "unicode", 23407 "xid" 23408 ], 23409 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 23410 "license_file": null, 23411 "links": null, 23412 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml", 23413 "metadata": { 23414 "docs": { 23415 "rs": { 23416 "rustdoc-args": [ 23417 "--generate-link-to-definition" 23418 ], 23419 "targets": [ 23420 "x86_64-unknown-linux-gnu" 23421 ] 23422 } 23423 } 23424 }, 23425 "name": "unicode-ident", 23426 "publish": null, 23427 "readme": "README.md", 23428 "repository": "https://github.com/dtolnay/unicode-ident", 23429 "rust_version": "1.31", 23430 "source": "registry+https://github.com/rust-lang/crates.io-index", 23431 "targets": [ 23432 { 23433 "crate_types": [ 23434 "lib" 23435 ], 23436 "doc": true, 23437 "doctest": true, 23438 "edition": "2018", 23439 "kind": [ 23440 "lib" 23441 ], 23442 "name": "unicode_ident", 23443 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs", 23444 "test": true 23445 }, 23446 { 23447 "crate_types": [ 23448 "bin" 23449 ], 23450 "doc": false, 23451 "doctest": false, 23452 "edition": "2018", 23453 "kind": [ 23454 "test" 23455 ], 23456 "name": "static_size", 23457 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs", 23458 "test": true 23459 }, 23460 { 23461 "crate_types": [ 23462 "bin" 23463 ], 23464 "doc": false, 23465 "doctest": false, 23466 "edition": "2018", 23467 "kind": [ 23468 "test" 23469 ], 23470 "name": "compare", 23471 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs", 23472 "test": true 23473 }, 23474 { 23475 "crate_types": [ 23476 "bin" 23477 ], 23478 "doc": false, 23479 "doctest": false, 23480 "edition": "2018", 23481 "kind": [ 23482 "bench" 23483 ], 23484 "name": "xid", 23485 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs", 23486 "test": false 23487 } 23488 ], 23489 "version": "1.0.12" 23490 }, 23491 { 23492 "authors": [ 23493 "kwantam <[email protected]>", 23494 "Manish Goregaokar <[email protected]>" 23495 ], 23496 "categories": [], 23497 "default_run": null, 23498 "dependencies": [ 23499 { 23500 "features": [ 23501 "alloc" 23502 ], 23503 "kind": null, 23504 "name": "tinyvec", 23505 "optional": false, 23506 "registry": null, 23507 "rename": null, 23508 "req": "^1", 23509 "source": "registry+https://github.com/rust-lang/crates.io-index", 23510 "target": null, 23511 "uses_default_features": true 23512 } 23513 ], 23514 "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", 23515 "documentation": "https://docs.rs/unicode-normalization/", 23516 "edition": "2018", 23517 "features": { 23518 "default": [ 23519 "std" 23520 ], 23521 "std": [] 23522 }, 23523 "homepage": "https://github.com/unicode-rs/unicode-normalization", 23524 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23525 "keywords": [ 23526 "text", 23527 "unicode", 23528 "normalization", 23529 "decomposition", 23530 "recomposition" 23531 ], 23532 "license": "MIT/Apache-2.0", 23533 "license_file": null, 23534 "links": null, 23535 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/Cargo.toml", 23536 "metadata": null, 23537 "name": "unicode-normalization", 23538 "publish": null, 23539 "readme": "README.md", 23540 "repository": "https://github.com/unicode-rs/unicode-normalization", 23541 "rust_version": null, 23542 "source": "registry+https://github.com/rust-lang/crates.io-index", 23543 "targets": [ 23544 { 23545 "crate_types": [ 23546 "lib" 23547 ], 23548 "doc": true, 23549 "doctest": true, 23550 "edition": "2018", 23551 "kind": [ 23552 "lib" 23553 ], 23554 "name": "unicode_normalization", 23555 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs", 23556 "test": true 23557 }, 23558 { 23559 "crate_types": [ 23560 "bin" 23561 ], 23562 "doc": false, 23563 "doctest": false, 23564 "edition": "2018", 23565 "kind": [ 23566 "bench" 23567 ], 23568 "name": "bench", 23569 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/benches/bench.rs", 23570 "test": false 23571 } 23572 ], 23573 "version": "0.1.23" 23574 }, 23575 { 23576 "authors": [ 23577 "The rust-url developers" 23578 ], 23579 "categories": [ 23580 "parser-implementations", 23581 "web-programming", 23582 "encoding" 23583 ], 23584 "default_run": null, 23585 "dependencies": [ 23586 { 23587 "features": [], 23588 "kind": null, 23589 "name": "form_urlencoded", 23590 "optional": false, 23591 "registry": null, 23592 "rename": null, 23593 "req": "^1.2.1", 23594 "source": "registry+https://github.com/rust-lang/crates.io-index", 23595 "target": null, 23596 "uses_default_features": true 23597 }, 23598 { 23599 "features": [], 23600 "kind": null, 23601 "name": "idna", 23602 "optional": false, 23603 "registry": null, 23604 "rename": null, 23605 "req": "^0.5.0", 23606 "source": "registry+https://github.com/rust-lang/crates.io-index", 23607 "target": null, 23608 "uses_default_features": true 23609 }, 23610 { 23611 "features": [], 23612 "kind": null, 23613 "name": "percent-encoding", 23614 "optional": false, 23615 "registry": null, 23616 "rename": null, 23617 "req": "^2.3.1", 23618 "source": "registry+https://github.com/rust-lang/crates.io-index", 23619 "target": null, 23620 "uses_default_features": true 23621 }, 23622 { 23623 "features": [ 23624 "derive" 23625 ], 23626 "kind": null, 23627 "name": "serde", 23628 "optional": true, 23629 "registry": null, 23630 "rename": null, 23631 "req": "^1.0", 23632 "source": "registry+https://github.com/rust-lang/crates.io-index", 23633 "target": null, 23634 "uses_default_features": true 23635 }, 23636 { 23637 "features": [], 23638 "kind": "dev", 23639 "name": "bencher", 23640 "optional": false, 23641 "registry": null, 23642 "rename": null, 23643 "req": "^0.1", 23644 "source": "registry+https://github.com/rust-lang/crates.io-index", 23645 "target": null, 23646 "uses_default_features": true 23647 }, 23648 { 23649 "features": [ 23650 "derive" 23651 ], 23652 "kind": "dev", 23653 "name": "serde", 23654 "optional": false, 23655 "registry": null, 23656 "rename": null, 23657 "req": "^1.0", 23658 "source": "registry+https://github.com/rust-lang/crates.io-index", 23659 "target": null, 23660 "uses_default_features": true 23661 }, 23662 { 23663 "features": [], 23664 "kind": "dev", 23665 "name": "serde_json", 23666 "optional": false, 23667 "registry": null, 23668 "rename": null, 23669 "req": "^1.0", 23670 "source": "registry+https://github.com/rust-lang/crates.io-index", 23671 "target": null, 23672 "uses_default_features": true 23673 } 23674 ], 23675 "description": "URL library for Rust, based on the WHATWG URL Standard", 23676 "documentation": "https://docs.rs/url", 23677 "edition": "2018", 23678 "features": { 23679 "debugger_visualizer": [], 23680 "default": [], 23681 "expose_internals": [], 23682 "serde": [ 23683 "dep:serde" 23684 ] 23685 }, 23686 "homepage": null, 23687 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23688 "keywords": [ 23689 "url", 23690 "parser" 23691 ], 23692 "license": "MIT OR Apache-2.0", 23693 "license_file": null, 23694 "links": null, 23695 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/Cargo.toml", 23696 "metadata": { 23697 "docs": { 23698 "rs": { 23699 "features": [ 23700 "serde" 23701 ], 23702 "rustdoc-args": [ 23703 "--generate-link-to-definition" 23704 ] 23705 } 23706 }, 23707 "playground": { 23708 "features": [ 23709 "serde" 23710 ] 23711 } 23712 }, 23713 "name": "url", 23714 "publish": null, 23715 "readme": "README.md", 23716 "repository": "https://github.com/servo/rust-url", 23717 "rust_version": "1.56", 23718 "source": "registry+https://github.com/rust-lang/crates.io-index", 23719 "targets": [ 23720 { 23721 "crate_types": [ 23722 "lib" 23723 ], 23724 "doc": true, 23725 "doctest": true, 23726 "edition": "2018", 23727 "kind": [ 23728 "lib" 23729 ], 23730 "name": "url", 23731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs", 23732 "test": true 23733 }, 23734 { 23735 "crate_types": [ 23736 "bin" 23737 ], 23738 "doc": false, 23739 "doctest": false, 23740 "edition": "2018", 23741 "kind": [ 23742 "test" 23743 ], 23744 "name": "url_wpt", 23745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/tests/wpt.rs", 23746 "test": true 23747 }, 23748 { 23749 "crate_types": [ 23750 "bin" 23751 ], 23752 "doc": false, 23753 "doctest": false, 23754 "edition": "2018", 23755 "kind": [ 23756 "test" 23757 ], 23758 "name": "unit", 23759 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/tests/unit.rs", 23760 "test": true 23761 }, 23762 { 23763 "crate_types": [ 23764 "bin" 23765 ], 23766 "doc": false, 23767 "doctest": false, 23768 "edition": "2018", 23769 "kind": [ 23770 "bench" 23771 ], 23772 "name": "parse_url", 23773 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/benches/parse_url.rs", 23774 "test": false 23775 } 23776 ], 23777 "version": "2.5.0" 23778 }, 23779 { 23780 "authors": [ 23781 "Jim McGrath <[email protected]>" 23782 ], 23783 "categories": [ 23784 "development-tools::build-utils" 23785 ], 23786 "default_run": null, 23787 "dependencies": [ 23788 { 23789 "features": [], 23790 "kind": "dev", 23791 "name": "lazy_static", 23792 "optional": false, 23793 "registry": null, 23794 "rename": null, 23795 "req": "^1", 23796 "source": "registry+https://github.com/rust-lang/crates.io-index", 23797 "target": null, 23798 "uses_default_features": true 23799 }, 23800 { 23801 "features": [], 23802 "kind": "dev", 23803 "name": "tempdir", 23804 "optional": false, 23805 "registry": null, 23806 "rename": null, 23807 "req": "^0.3.7", 23808 "source": "registry+https://github.com/rust-lang/crates.io-index", 23809 "target": null, 23810 "uses_default_features": true 23811 } 23812 ], 23813 "description": "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n", 23814 "documentation": "https://docs.rs/vcpkg", 23815 "edition": "2015", 23816 "features": {}, 23817 "homepage": null, 23818 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23819 "keywords": [ 23820 "build-dependencies", 23821 "windows", 23822 "macos", 23823 "linux" 23824 ], 23825 "license": "MIT/Apache-2.0", 23826 "license_file": null, 23827 "links": null, 23828 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/Cargo.toml", 23829 "metadata": null, 23830 "name": "vcpkg", 23831 "publish": null, 23832 "readme": "README.md", 23833 "repository": "https://github.com/mcgoo/vcpkg-rs", 23834 "rust_version": null, 23835 "source": "registry+https://github.com/rust-lang/crates.io-index", 23836 "targets": [ 23837 { 23838 "crate_types": [ 23839 "lib" 23840 ], 23841 "doc": true, 23842 "doctest": true, 23843 "edition": "2015", 23844 "kind": [ 23845 "lib" 23846 ], 23847 "name": "vcpkg", 23848 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs", 23849 "test": true 23850 } 23851 ], 23852 "version": "0.2.15" 23853 }, 23854 { 23855 "authors": [ 23856 "Sean McArthur <[email protected]>" 23857 ], 23858 "categories": [], 23859 "default_run": null, 23860 "dependencies": [ 23861 { 23862 "features": [], 23863 "kind": null, 23864 "name": "try-lock", 23865 "optional": false, 23866 "registry": null, 23867 "rename": null, 23868 "req": "^0.2.4", 23869 "source": "registry+https://github.com/rust-lang/crates.io-index", 23870 "target": null, 23871 "uses_default_features": true 23872 }, 23873 { 23874 "features": [], 23875 "kind": "dev", 23876 "name": "tokio-executor", 23877 "optional": false, 23878 "registry": null, 23879 "rename": null, 23880 "req": "^0.2.0-alpha.2", 23881 "source": "registry+https://github.com/rust-lang/crates.io-index", 23882 "target": null, 23883 "uses_default_features": true 23884 }, 23885 { 23886 "features": [], 23887 "kind": "dev", 23888 "name": "tokio-sync", 23889 "optional": false, 23890 "registry": null, 23891 "rename": null, 23892 "req": "^0.2.0-alpha.2", 23893 "source": "registry+https://github.com/rust-lang/crates.io-index", 23894 "target": null, 23895 "uses_default_features": true 23896 } 23897 ], 23898 "description": "Detect when another Future wants a result.", 23899 "documentation": "https://docs.rs/want", 23900 "edition": "2018", 23901 "features": {}, 23902 "homepage": null, 23903 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23904 "keywords": [ 23905 "futures", 23906 "channel", 23907 "async" 23908 ], 23909 "license": "MIT", 23910 "license_file": null, 23911 "links": null, 23912 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/Cargo.toml", 23913 "metadata": null, 23914 "name": "want", 23915 "publish": null, 23916 "readme": "README.md", 23917 "repository": "https://github.com/seanmonstar/want", 23918 "rust_version": null, 23919 "source": "registry+https://github.com/rust-lang/crates.io-index", 23920 "targets": [ 23921 { 23922 "crate_types": [ 23923 "lib" 23924 ], 23925 "doc": true, 23926 "doctest": true, 23927 "edition": "2018", 23928 "kind": [ 23929 "lib" 23930 ], 23931 "name": "want", 23932 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs", 23933 "test": true 23934 }, 23935 { 23936 "crate_types": [ 23937 "bin" 23938 ], 23939 "doc": false, 23940 "doctest": false, 23941 "edition": "2018", 23942 "kind": [ 23943 "bench" 23944 ], 23945 "name": "throughput", 23946 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/benches/throughput.rs", 23947 "test": false 23948 } 23949 ], 23950 "version": "0.3.1" 23951 }, 23952 { 23953 "authors": [ 23954 "The Cranelift Project Developers" 23955 ], 23956 "categories": [ 23957 "no-std", 23958 "wasm" 23959 ], 23960 "default_run": null, 23961 "dependencies": [ 23962 { 23963 "features": [], 23964 "kind": null, 23965 "name": "compiler_builtins", 23966 "optional": true, 23967 "registry": null, 23968 "rename": null, 23969 "req": "^0.1", 23970 "source": "registry+https://github.com/rust-lang/crates.io-index", 23971 "target": null, 23972 "uses_default_features": true 23973 }, 23974 { 23975 "features": [], 23976 "kind": null, 23977 "name": "rustc-std-workspace-core", 23978 "optional": true, 23979 "registry": null, 23980 "rename": "core", 23981 "req": "^1.0", 23982 "source": "registry+https://github.com/rust-lang/crates.io-index", 23983 "target": null, 23984 "uses_default_features": true 23985 }, 23986 { 23987 "features": [], 23988 "kind": null, 23989 "name": "rustc-std-workspace-alloc", 23990 "optional": true, 23991 "registry": null, 23992 "rename": null, 23993 "req": "^1.0", 23994 "source": "registry+https://github.com/rust-lang/crates.io-index", 23995 "target": null, 23996 "uses_default_features": true 23997 } 23998 ], 23999 "description": "Experimental WASI API bindings for Rust", 24000 "documentation": "https://docs.rs/wasi", 24001 "edition": "2018", 24002 "features": { 24003 "compiler_builtins": [ 24004 "dep:compiler_builtins" 24005 ], 24006 "core": [ 24007 "dep:core" 24008 ], 24009 "default": [ 24010 "std" 24011 ], 24012 "rustc-dep-of-std": [ 24013 "compiler_builtins", 24014 "core", 24015 "rustc-std-workspace-alloc" 24016 ], 24017 "rustc-std-workspace-alloc": [ 24018 "dep:rustc-std-workspace-alloc" 24019 ], 24020 "std": [] 24021 }, 24022 "homepage": null, 24023 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1", 24024 "keywords": [ 24025 "webassembly", 24026 "wasm" 24027 ], 24028 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", 24029 "license_file": null, 24030 "links": null, 24031 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", 24032 "metadata": null, 24033 "name": "wasi", 24034 "publish": null, 24035 "readme": "README.md", 24036 "repository": "https://github.com/bytecodealliance/wasi", 24037 "rust_version": null, 24038 "source": "registry+https://github.com/rust-lang/crates.io-index", 24039 "targets": [ 24040 { 24041 "crate_types": [ 24042 "lib" 24043 ], 24044 "doc": true, 24045 "doctest": true, 24046 "edition": "2018", 24047 "kind": [ 24048 "lib" 24049 ], 24050 "name": "wasi", 24051 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", 24052 "test": true 24053 } 24054 ], 24055 "version": "0.11.0+wasi-snapshot-preview1" 24056 }, 24057 { 24058 "authors": [ 24059 "The wasm-bindgen Developers" 24060 ], 24061 "categories": [ 24062 "wasm" 24063 ], 24064 "default_run": null, 24065 "dependencies": [ 24066 { 24067 "features": [], 24068 "kind": null, 24069 "name": "cfg-if", 24070 "optional": false, 24071 "registry": null, 24072 "rename": null, 24073 "req": "^1.0.0", 24074 "source": "registry+https://github.com/rust-lang/crates.io-index", 24075 "target": null, 24076 "uses_default_features": true 24077 }, 24078 { 24079 "features": [], 24080 "kind": null, 24081 "name": "serde", 24082 "optional": true, 24083 "registry": null, 24084 "rename": null, 24085 "req": "^1.0", 24086 "source": "registry+https://github.com/rust-lang/crates.io-index", 24087 "target": null, 24088 "uses_default_features": true 24089 }, 24090 { 24091 "features": [], 24092 "kind": null, 24093 "name": "serde_json", 24094 "optional": true, 24095 "registry": null, 24096 "rename": null, 24097 "req": "^1.0", 24098 "source": "registry+https://github.com/rust-lang/crates.io-index", 24099 "target": null, 24100 "uses_default_features": true 24101 }, 24102 { 24103 "features": [], 24104 "kind": null, 24105 "name": "wasm-bindgen-macro", 24106 "optional": false, 24107 "registry": null, 24108 "rename": null, 24109 "req": "=0.2.92", 24110 "source": "registry+https://github.com/rust-lang/crates.io-index", 24111 "target": null, 24112 "uses_default_features": true 24113 }, 24114 { 24115 "features": [], 24116 "kind": "dev", 24117 "name": "js-sys", 24118 "optional": false, 24119 "registry": null, 24120 "rename": null, 24121 "req": "^0.3.69", 24122 "source": "registry+https://github.com/rust-lang/crates.io-index", 24123 "target": "cfg(target_arch = \"wasm32\")", 24124 "uses_default_features": true 24125 }, 24126 { 24127 "features": [], 24128 "kind": "dev", 24129 "name": "serde_derive", 24130 "optional": false, 24131 "registry": null, 24132 "rename": null, 24133 "req": "^1.0", 24134 "source": "registry+https://github.com/rust-lang/crates.io-index", 24135 "target": "cfg(target_arch = \"wasm32\")", 24136 "uses_default_features": true 24137 }, 24138 { 24139 "features": [], 24140 "kind": "dev", 24141 "name": "wasm-bindgen-futures", 24142 "optional": false, 24143 "registry": null, 24144 "rename": null, 24145 "req": "=0.4.42", 24146 "source": "registry+https://github.com/rust-lang/crates.io-index", 24147 "target": "cfg(target_arch = \"wasm32\")", 24148 "uses_default_features": true 24149 }, 24150 { 24151 "features": [], 24152 "kind": "dev", 24153 "name": "wasm-bindgen-test", 24154 "optional": false, 24155 "registry": null, 24156 "rename": null, 24157 "req": "=0.3.42", 24158 "source": "registry+https://github.com/rust-lang/crates.io-index", 24159 "target": "cfg(target_arch = \"wasm32\")", 24160 "uses_default_features": true 24161 }, 24162 { 24163 "features": [], 24164 "kind": "dev", 24165 "name": "wasm-bindgen-test-crate-a", 24166 "optional": false, 24167 "registry": null, 24168 "rename": null, 24169 "req": "^0.1", 24170 "source": "registry+https://github.com/rust-lang/crates.io-index", 24171 "target": "cfg(target_arch = \"wasm32\")", 24172 "uses_default_features": true 24173 }, 24174 { 24175 "features": [], 24176 "kind": "dev", 24177 "name": "wasm-bindgen-test-crate-b", 24178 "optional": false, 24179 "registry": null, 24180 "rename": null, 24181 "req": "^0.1", 24182 "source": "registry+https://github.com/rust-lang/crates.io-index", 24183 "target": "cfg(target_arch = \"wasm32\")", 24184 "uses_default_features": true 24185 } 24186 ], 24187 "description": "Easy support for interacting between JS and Rust.\n", 24188 "documentation": "https://docs.rs/wasm-bindgen", 24189 "edition": "2018", 24190 "features": { 24191 "default": [ 24192 "spans", 24193 "std" 24194 ], 24195 "enable-interning": [ 24196 "std" 24197 ], 24198 "gg-alloc": [ 24199 "wasm-bindgen-test/gg-alloc" 24200 ], 24201 "serde": [ 24202 "dep:serde" 24203 ], 24204 "serde-serialize": [ 24205 "serde", 24206 "serde_json", 24207 "std" 24208 ], 24209 "serde_json": [ 24210 "dep:serde_json" 24211 ], 24212 "spans": [ 24213 "wasm-bindgen-macro/spans" 24214 ], 24215 "std": [], 24216 "strict-macro": [ 24217 "wasm-bindgen-macro/strict-macro" 24218 ], 24219 "xxx_debug_only_print_generated_code": [ 24220 "wasm-bindgen-macro/xxx_debug_only_print_generated_code" 24221 ] 24222 }, 24223 "homepage": "https://rustwasm.github.io/", 24224 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24225 "keywords": [], 24226 "license": "MIT OR Apache-2.0", 24227 "license_file": null, 24228 "links": null, 24229 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/Cargo.toml", 24230 "metadata": { 24231 "docs": { 24232 "rs": { 24233 "features": [ 24234 "serde-serialize" 24235 ] 24236 } 24237 } 24238 }, 24239 "name": "wasm-bindgen", 24240 "publish": null, 24241 "readme": "README.md", 24242 "repository": "https://github.com/rustwasm/wasm-bindgen", 24243 "rust_version": "1.57", 24244 "source": "registry+https://github.com/rust-lang/crates.io-index", 24245 "targets": [ 24246 { 24247 "crate_types": [ 24248 "lib" 24249 ], 24250 "doc": true, 24251 "doctest": true, 24252 "edition": "2018", 24253 "kind": [ 24254 "lib" 24255 ], 24256 "name": "wasm_bindgen", 24257 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/src/lib.rs", 24258 "test": false 24259 }, 24260 { 24261 "crate_types": [ 24262 "bin" 24263 ], 24264 "doc": false, 24265 "doctest": false, 24266 "edition": "2018", 24267 "kind": [ 24268 "test" 24269 ], 24270 "name": "wasm", 24271 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/wasm/main.rs", 24272 "test": true 24273 }, 24274 { 24275 "crate_types": [ 24276 "bin" 24277 ], 24278 "doc": false, 24279 "doctest": false, 24280 "edition": "2018", 24281 "kind": [ 24282 "test" 24283 ], 24284 "name": "non_wasm", 24285 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs", 24286 "test": true 24287 }, 24288 { 24289 "crate_types": [ 24290 "bin" 24291 ], 24292 "doc": false, 24293 "doctest": false, 24294 "edition": "2018", 24295 "kind": [ 24296 "test" 24297 ], 24298 "name": "std-crate-no-std-dep", 24299 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs", 24300 "test": true 24301 }, 24302 { 24303 "crate_types": [ 24304 "bin" 24305 ], 24306 "doc": false, 24307 "doctest": false, 24308 "edition": "2018", 24309 "kind": [ 24310 "test" 24311 ], 24312 "name": "must_use", 24313 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs", 24314 "test": true 24315 }, 24316 { 24317 "crate_types": [ 24318 "bin" 24319 ], 24320 "doc": false, 24321 "doctest": false, 24322 "edition": "2018", 24323 "kind": [ 24324 "test" 24325 ], 24326 "name": "headless", 24327 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs", 24328 "test": true 24329 }, 24330 { 24331 "crate_types": [ 24332 "bin" 24333 ], 24334 "doc": false, 24335 "doctest": false, 24336 "edition": "2018", 24337 "kind": [ 24338 "test" 24339 ], 24340 "name": "unwrap_throw", 24341 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/unwrap_throw.rs", 24342 "test": true 24343 }, 24344 { 24345 "crate_types": [ 24346 "bin" 24347 ], 24348 "doc": false, 24349 "doctest": false, 24350 "edition": "2018", 24351 "kind": [ 24352 "custom-build" 24353 ], 24354 "name": "build-script-build", 24355 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/build.rs", 24356 "test": false 24357 } 24358 ], 24359 "version": "0.2.92" 24360 }, 24361 { 24362 "authors": [ 24363 "The wasm-bindgen Developers" 24364 ], 24365 "categories": [], 24366 "default_run": null, 24367 "dependencies": [ 24368 { 24369 "features": [], 24370 "kind": null, 24371 "name": "bumpalo", 24372 "optional": false, 24373 "registry": null, 24374 "rename": null, 24375 "req": "^3.0.0", 24376 "source": "registry+https://github.com/rust-lang/crates.io-index", 24377 "target": null, 24378 "uses_default_features": true 24379 }, 24380 { 24381 "features": [], 24382 "kind": null, 24383 "name": "log", 24384 "optional": false, 24385 "registry": null, 24386 "rename": null, 24387 "req": "^0.4", 24388 "source": "registry+https://github.com/rust-lang/crates.io-index", 24389 "target": null, 24390 "uses_default_features": true 24391 }, 24392 { 24393 "features": [], 24394 "kind": null, 24395 "name": "once_cell", 24396 "optional": false, 24397 "registry": null, 24398 "rename": null, 24399 "req": "^1.12", 24400 "source": "registry+https://github.com/rust-lang/crates.io-index", 24401 "target": null, 24402 "uses_default_features": true 24403 }, 24404 { 24405 "features": [], 24406 "kind": null, 24407 "name": "proc-macro2", 24408 "optional": false, 24409 "registry": null, 24410 "rename": null, 24411 "req": "^1.0", 24412 "source": "registry+https://github.com/rust-lang/crates.io-index", 24413 "target": null, 24414 "uses_default_features": true 24415 }, 24416 { 24417 "features": [], 24418 "kind": null, 24419 "name": "quote", 24420 "optional": false, 24421 "registry": null, 24422 "rename": null, 24423 "req": "^1.0", 24424 "source": "registry+https://github.com/rust-lang/crates.io-index", 24425 "target": null, 24426 "uses_default_features": true 24427 }, 24428 { 24429 "features": [ 24430 "full" 24431 ], 24432 "kind": null, 24433 "name": "syn", 24434 "optional": false, 24435 "registry": null, 24436 "rename": null, 24437 "req": "^2.0", 24438 "source": "registry+https://github.com/rust-lang/crates.io-index", 24439 "target": null, 24440 "uses_default_features": true 24441 }, 24442 { 24443 "features": [], 24444 "kind": null, 24445 "name": "wasm-bindgen-shared", 24446 "optional": false, 24447 "registry": null, 24448 "rename": null, 24449 "req": "=0.2.92", 24450 "source": "registry+https://github.com/rust-lang/crates.io-index", 24451 "target": null, 24452 "uses_default_features": true 24453 } 24454 ], 24455 "description": "Backend code generation of the wasm-bindgen tool\n", 24456 "documentation": "https://docs.rs/wasm-bindgen-backend", 24457 "edition": "2018", 24458 "features": { 24459 "extra-traits": [ 24460 "syn/extra-traits" 24461 ], 24462 "spans": [] 24463 }, 24464 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 24465 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24466 "keywords": [], 24467 "license": "MIT OR Apache-2.0", 24468 "license_file": null, 24469 "links": null, 24470 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/Cargo.toml", 24471 "metadata": null, 24472 "name": "wasm-bindgen-backend", 24473 "publish": null, 24474 "readme": null, 24475 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", 24476 "rust_version": "1.57", 24477 "source": "registry+https://github.com/rust-lang/crates.io-index", 24478 "targets": [ 24479 { 24480 "crate_types": [ 24481 "lib" 24482 ], 24483 "doc": true, 24484 "doctest": true, 24485 "edition": "2018", 24486 "kind": [ 24487 "lib" 24488 ], 24489 "name": "wasm_bindgen_backend", 24490 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs", 24491 "test": true 24492 } 24493 ], 24494 "version": "0.2.92" 24495 }, 24496 { 24497 "authors": [ 24498 "The wasm-bindgen Developers" 24499 ], 24500 "categories": [], 24501 "default_run": null, 24502 "dependencies": [ 24503 { 24504 "features": [], 24505 "kind": null, 24506 "name": "cfg-if", 24507 "optional": false, 24508 "registry": null, 24509 "rename": null, 24510 "req": "^1.0.0", 24511 "source": "registry+https://github.com/rust-lang/crates.io-index", 24512 "target": null, 24513 "uses_default_features": true 24514 }, 24515 { 24516 "features": [], 24517 "kind": null, 24518 "name": "futures-core", 24519 "optional": true, 24520 "registry": null, 24521 "rename": null, 24522 "req": "^0.3.8", 24523 "source": "registry+https://github.com/rust-lang/crates.io-index", 24524 "target": null, 24525 "uses_default_features": false 24526 }, 24527 { 24528 "features": [], 24529 "kind": null, 24530 "name": "js-sys", 24531 "optional": false, 24532 "registry": null, 24533 "rename": null, 24534 "req": "^0.3.69", 24535 "source": "registry+https://github.com/rust-lang/crates.io-index", 24536 "target": null, 24537 "uses_default_features": true 24538 }, 24539 { 24540 "features": [], 24541 "kind": null, 24542 "name": "wasm-bindgen", 24543 "optional": false, 24544 "registry": null, 24545 "rename": null, 24546 "req": "^0.2.92", 24547 "source": "registry+https://github.com/rust-lang/crates.io-index", 24548 "target": null, 24549 "uses_default_features": true 24550 }, 24551 { 24552 "features": [], 24553 "kind": "dev", 24554 "name": "futures-channel-preview", 24555 "optional": false, 24556 "registry": null, 24557 "rename": null, 24558 "req": "^0.3.0-alpha.18", 24559 "source": "registry+https://github.com/rust-lang/crates.io-index", 24560 "target": "cfg(target_arch = \"wasm32\")", 24561 "uses_default_features": true 24562 }, 24563 { 24564 "features": [], 24565 "kind": "dev", 24566 "name": "futures-lite", 24567 "optional": false, 24568 "registry": null, 24569 "rename": null, 24570 "req": "^1.11.3", 24571 "source": "registry+https://github.com/rust-lang/crates.io-index", 24572 "target": "cfg(target_arch = \"wasm32\")", 24573 "uses_default_features": false 24574 }, 24575 { 24576 "features": [], 24577 "kind": "dev", 24578 "name": "wasm-bindgen-test", 24579 "optional": false, 24580 "registry": null, 24581 "rename": null, 24582 "req": "^0.3.42", 24583 "source": "registry+https://github.com/rust-lang/crates.io-index", 24584 "target": "cfg(target_arch = \"wasm32\")", 24585 "uses_default_features": true 24586 }, 24587 { 24588 "features": [ 24589 "MessageEvent", 24590 "Worker" 24591 ], 24592 "kind": null, 24593 "name": "web-sys", 24594 "optional": false, 24595 "registry": null, 24596 "rename": null, 24597 "req": "^0.3.24", 24598 "source": "registry+https://github.com/rust-lang/crates.io-index", 24599 "target": "cfg(target_feature = \"atomics\")", 24600 "uses_default_features": true 24601 } 24602 ], 24603 "description": "Bridging the gap between Rust Futures and JavaScript Promises", 24604 "documentation": "https://docs.rs/wasm-bindgen-futures", 24605 "edition": "2018", 24606 "features": { 24607 "futures-core": [ 24608 "dep:futures-core" 24609 ], 24610 "futures-core-03-stream": [ 24611 "futures-core" 24612 ] 24613 }, 24614 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 24615 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24616 "keywords": [], 24617 "license": "MIT OR Apache-2.0", 24618 "license_file": null, 24619 "links": null, 24620 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/Cargo.toml", 24621 "metadata": null, 24622 "name": "wasm-bindgen-futures", 24623 "publish": null, 24624 "readme": "./README.md", 24625 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", 24626 "rust_version": "1.57", 24627 "source": "registry+https://github.com/rust-lang/crates.io-index", 24628 "targets": [ 24629 { 24630 "crate_types": [ 24631 "lib" 24632 ], 24633 "doc": true, 24634 "doctest": true, 24635 "edition": "2018", 24636 "kind": [ 24637 "lib" 24638 ], 24639 "name": "wasm_bindgen_futures", 24640 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs", 24641 "test": true 24642 }, 24643 { 24644 "crate_types": [ 24645 "bin" 24646 ], 24647 "doc": false, 24648 "doctest": false, 24649 "edition": "2018", 24650 "kind": [ 24651 "test" 24652 ], 24653 "name": "tests", 24654 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/tests/tests.rs", 24655 "test": true 24656 } 24657 ], 24658 "version": "0.4.42" 24659 }, 24660 { 24661 "authors": [ 24662 "The wasm-bindgen Developers" 24663 ], 24664 "categories": [], 24665 "default_run": null, 24666 "dependencies": [ 24667 { 24668 "features": [], 24669 "kind": null, 24670 "name": "quote", 24671 "optional": false, 24672 "registry": null, 24673 "rename": null, 24674 "req": "^1.0", 24675 "source": "registry+https://github.com/rust-lang/crates.io-index", 24676 "target": null, 24677 "uses_default_features": true 24678 }, 24679 { 24680 "features": [], 24681 "kind": null, 24682 "name": "wasm-bindgen-macro-support", 24683 "optional": false, 24684 "registry": null, 24685 "rename": null, 24686 "req": "=0.2.92", 24687 "source": "registry+https://github.com/rust-lang/crates.io-index", 24688 "target": null, 24689 "uses_default_features": true 24690 }, 24691 { 24692 "features": [], 24693 "kind": "dev", 24694 "name": "trybuild", 24695 "optional": false, 24696 "registry": null, 24697 "rename": null, 24698 "req": "^1.0", 24699 "source": "registry+https://github.com/rust-lang/crates.io-index", 24700 "target": null, 24701 "uses_default_features": true 24702 }, 24703 { 24704 "features": [], 24705 "kind": "dev", 24706 "name": "wasm-bindgen", 24707 "optional": false, 24708 "registry": null, 24709 "rename": null, 24710 "req": "^0.2.92", 24711 "source": "registry+https://github.com/rust-lang/crates.io-index", 24712 "target": null, 24713 "uses_default_features": true 24714 }, 24715 { 24716 "features": [], 24717 "kind": "dev", 24718 "name": "wasm-bindgen-futures", 24719 "optional": false, 24720 "registry": null, 24721 "rename": null, 24722 "req": "^0.4.42", 24723 "source": "registry+https://github.com/rust-lang/crates.io-index", 24724 "target": null, 24725 "uses_default_features": true 24726 }, 24727 { 24728 "features": [ 24729 "Worker" 24730 ], 24731 "kind": "dev", 24732 "name": "web-sys", 24733 "optional": false, 24734 "registry": null, 24735 "rename": null, 24736 "req": "^0.3.69", 24737 "source": "registry+https://github.com/rust-lang/crates.io-index", 24738 "target": null, 24739 "uses_default_features": true 24740 } 24741 ], 24742 "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", 24743 "documentation": "https://docs.rs/wasm-bindgen", 24744 "edition": "2018", 24745 "features": { 24746 "spans": [ 24747 "wasm-bindgen-macro-support/spans" 24748 ], 24749 "strict-macro": [ 24750 "wasm-bindgen-macro-support/strict-macro" 24751 ], 24752 "xxx_debug_only_print_generated_code": [] 24753 }, 24754 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 24755 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24756 "keywords": [], 24757 "license": "MIT OR Apache-2.0", 24758 "license_file": null, 24759 "links": null, 24760 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/Cargo.toml", 24761 "metadata": null, 24762 "name": "wasm-bindgen-macro", 24763 "publish": null, 24764 "readme": "README.md", 24765 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", 24766 "rust_version": "1.57", 24767 "source": "registry+https://github.com/rust-lang/crates.io-index", 24768 "targets": [ 24769 { 24770 "crate_types": [ 24771 "proc-macro" 24772 ], 24773 "doc": true, 24774 "doctest": true, 24775 "edition": "2018", 24776 "kind": [ 24777 "proc-macro" 24778 ], 24779 "name": "wasm_bindgen_macro", 24780 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs", 24781 "test": true 24782 }, 24783 { 24784 "crate_types": [ 24785 "bin" 24786 ], 24787 "doc": false, 24788 "doctest": false, 24789 "edition": "2018", 24790 "kind": [ 24791 "test" 24792 ], 24793 "name": "ui", 24794 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/tests/ui.rs", 24795 "test": true 24796 } 24797 ], 24798 "version": "0.2.92" 24799 }, 24800 { 24801 "authors": [ 24802 "The wasm-bindgen Developers" 24803 ], 24804 "categories": [], 24805 "default_run": null, 24806 "dependencies": [ 24807 { 24808 "features": [], 24809 "kind": null, 24810 "name": "proc-macro2", 24811 "optional": false, 24812 "registry": null, 24813 "rename": null, 24814 "req": "^1.0", 24815 "source": "registry+https://github.com/rust-lang/crates.io-index", 24816 "target": null, 24817 "uses_default_features": true 24818 }, 24819 { 24820 "features": [], 24821 "kind": null, 24822 "name": "quote", 24823 "optional": false, 24824 "registry": null, 24825 "rename": null, 24826 "req": "^1.0", 24827 "source": "registry+https://github.com/rust-lang/crates.io-index", 24828 "target": null, 24829 "uses_default_features": true 24830 }, 24831 { 24832 "features": [ 24833 "visit", 24834 "full" 24835 ], 24836 "kind": null, 24837 "name": "syn", 24838 "optional": false, 24839 "registry": null, 24840 "rename": null, 24841 "req": "^2.0", 24842 "source": "registry+https://github.com/rust-lang/crates.io-index", 24843 "target": null, 24844 "uses_default_features": true 24845 }, 24846 { 24847 "features": [], 24848 "kind": null, 24849 "name": "wasm-bindgen-backend", 24850 "optional": false, 24851 "registry": null, 24852 "rename": null, 24853 "req": "=0.2.92", 24854 "source": "registry+https://github.com/rust-lang/crates.io-index", 24855 "target": null, 24856 "uses_default_features": true 24857 }, 24858 { 24859 "features": [], 24860 "kind": null, 24861 "name": "wasm-bindgen-shared", 24862 "optional": false, 24863 "registry": null, 24864 "rename": null, 24865 "req": "=0.2.92", 24866 "source": "registry+https://github.com/rust-lang/crates.io-index", 24867 "target": null, 24868 "uses_default_features": true 24869 } 24870 ], 24871 "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", 24872 "documentation": "https://docs.rs/wasm-bindgen", 24873 "edition": "2018", 24874 "features": { 24875 "extra-traits": [ 24876 "syn/extra-traits" 24877 ], 24878 "spans": [ 24879 "wasm-bindgen-backend/spans" 24880 ], 24881 "strict-macro": [] 24882 }, 24883 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 24884 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24885 "keywords": [], 24886 "license": "MIT OR Apache-2.0", 24887 "license_file": null, 24888 "links": null, 24889 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/Cargo.toml", 24890 "metadata": null, 24891 "name": "wasm-bindgen-macro-support", 24892 "publish": null, 24893 "readme": null, 24894 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", 24895 "rust_version": "1.57", 24896 "source": "registry+https://github.com/rust-lang/crates.io-index", 24897 "targets": [ 24898 { 24899 "crate_types": [ 24900 "lib" 24901 ], 24902 "doc": true, 24903 "doctest": true, 24904 "edition": "2018", 24905 "kind": [ 24906 "lib" 24907 ], 24908 "name": "wasm_bindgen_macro_support", 24909 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/src/lib.rs", 24910 "test": true 24911 } 24912 ], 24913 "version": "0.2.92" 24914 }, 24915 { 24916 "authors": [ 24917 "The wasm-bindgen Developers" 24918 ], 24919 "categories": [], 24920 "default_run": null, 24921 "dependencies": [], 24922 "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", 24923 "documentation": "https://docs.rs/wasm-bindgen-shared", 24924 "edition": "2018", 24925 "features": {}, 24926 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 24927 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24928 "keywords": [], 24929 "license": "MIT OR Apache-2.0", 24930 "license_file": null, 24931 "links": "wasm_bindgen", 24932 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/Cargo.toml", 24933 "metadata": null, 24934 "name": "wasm-bindgen-shared", 24935 "publish": null, 24936 "readme": null, 24937 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", 24938 "rust_version": "1.57", 24939 "source": "registry+https://github.com/rust-lang/crates.io-index", 24940 "targets": [ 24941 { 24942 "crate_types": [ 24943 "lib" 24944 ], 24945 "doc": true, 24946 "doctest": true, 24947 "edition": "2018", 24948 "kind": [ 24949 "lib" 24950 ], 24951 "name": "wasm_bindgen_shared", 24952 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/src/lib.rs", 24953 "test": true 24954 }, 24955 { 24956 "crate_types": [ 24957 "bin" 24958 ], 24959 "doc": false, 24960 "doctest": false, 24961 "edition": "2018", 24962 "kind": [ 24963 "custom-build" 24964 ], 24965 "name": "build-script-build", 24966 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/build.rs", 24967 "test": false 24968 } 24969 ], 24970 "version": "0.2.92" 24971 }, 24972 { 24973 "authors": [ 24974 "The wasm-bindgen Developers" 24975 ], 24976 "categories": [], 24977 "default_run": null, 24978 "dependencies": [ 24979 { 24980 "features": [], 24981 "kind": null, 24982 "name": "js-sys", 24983 "optional": false, 24984 "registry": null, 24985 "rename": null, 24986 "req": "^0.3.69", 24987 "source": "registry+https://github.com/rust-lang/crates.io-index", 24988 "target": null, 24989 "uses_default_features": true 24990 }, 24991 { 24992 "features": [], 24993 "kind": null, 24994 "name": "wasm-bindgen", 24995 "optional": false, 24996 "registry": null, 24997 "rename": null, 24998 "req": "^0.2.92", 24999 "source": "registry+https://github.com/rust-lang/crates.io-index", 25000 "target": null, 25001 "uses_default_features": true 25002 }, 25003 { 25004 "features": [], 25005 "kind": "dev", 25006 "name": "wasm-bindgen-futures", 25007 "optional": false, 25008 "registry": null, 25009 "rename": null, 25010 "req": "^0.4.42", 25011 "source": "registry+https://github.com/rust-lang/crates.io-index", 25012 "target": "cfg(target_arch = \"wasm32\")", 25013 "uses_default_features": true 25014 }, 25015 { 25016 "features": [], 25017 "kind": "dev", 25018 "name": "wasm-bindgen-test", 25019 "optional": false, 25020 "registry": null, 25021 "rename": null, 25022 "req": "^0.3.42", 25023 "source": "registry+https://github.com/rust-lang/crates.io-index", 25024 "target": "cfg(target_arch = \"wasm32\")", 25025 "uses_default_features": true 25026 } 25027 ], 25028 "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", 25029 "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", 25030 "edition": "2018", 25031 "features": { 25032 "AbortController": [], 25033 "AbortSignal": [ 25034 "EventTarget" 25035 ], 25036 "AddEventListenerOptions": [], 25037 "AesCbcParams": [], 25038 "AesCtrParams": [], 25039 "AesDerivedKeyParams": [], 25040 "AesGcmParams": [], 25041 "AesKeyAlgorithm": [], 25042 "AesKeyGenParams": [], 25043 "Algorithm": [], 25044 "AlignSetting": [], 25045 "AllowedBluetoothDevice": [], 25046 "AllowedUsbDevice": [], 25047 "AlphaOption": [], 25048 "AnalyserNode": [ 25049 "AudioNode", 25050 "EventTarget" 25051 ], 25052 "AnalyserOptions": [], 25053 "AngleInstancedArrays": [], 25054 "Animation": [ 25055 "EventTarget" 25056 ], 25057 "AnimationEffect": [], 25058 "AnimationEvent": [ 25059 "Event" 25060 ], 25061 "AnimationEventInit": [], 25062 "AnimationPlayState": [], 25063 "AnimationPlaybackEvent": [ 25064 "Event" 25065 ], 25066 "AnimationPlaybackEventInit": [], 25067 "AnimationPropertyDetails": [], 25068 "AnimationPropertyValueDetails": [], 25069 "AnimationTimeline": [], 25070 "AssignedNodesOptions": [], 25071 "AttestationConveyancePreference": [], 25072 "Attr": [ 25073 "EventTarget", 25074 "Node" 25075 ], 25076 "AttributeNameValue": [], 25077 "AudioBuffer": [], 25078 "AudioBufferOptions": [], 25079 "AudioBufferSourceNode": [ 25080 "AudioNode", 25081 "AudioScheduledSourceNode", 25082 "EventTarget" 25083 ], 25084 "AudioBufferSourceOptions": [], 25085 "AudioConfiguration": [], 25086 "AudioContext": [ 25087 "BaseAudioContext", 25088 "EventTarget" 25089 ], 25090 "AudioContextLatencyCategory": [], 25091 "AudioContextOptions": [], 25092 "AudioContextState": [], 25093 "AudioData": [], 25094 "AudioDataCopyToOptions": [], 25095 "AudioDataInit": [], 25096 "AudioDecoder": [], 25097 "AudioDecoderConfig": [], 25098 "AudioDecoderInit": [], 25099 "AudioDecoderSupport": [], 25100 "AudioDestinationNode": [ 25101 "AudioNode", 25102 "EventTarget" 25103 ], 25104 "AudioEncoder": [], 25105 "AudioEncoderConfig": [], 25106 "AudioEncoderInit": [], 25107 "AudioEncoderSupport": [], 25108 "AudioListener": [], 25109 "AudioNode": [ 25110 "EventTarget" 25111 ], 25112 "AudioNodeOptions": [], 25113 "AudioParam": [], 25114 "AudioParamMap": [], 25115 "AudioProcessingEvent": [ 25116 "Event" 25117 ], 25118 "AudioSampleFormat": [], 25119 "AudioScheduledSourceNode": [ 25120 "AudioNode", 25121 "EventTarget" 25122 ], 25123 "AudioSinkInfo": [], 25124 "AudioSinkOptions": [], 25125 "AudioSinkType": [], 25126 "AudioStreamTrack": [ 25127 "EventTarget", 25128 "MediaStreamTrack" 25129 ], 25130 "AudioTrack": [], 25131 "AudioTrackList": [ 25132 "EventTarget" 25133 ], 25134 "AudioWorklet": [ 25135 "Worklet" 25136 ], 25137 "AudioWorkletGlobalScope": [ 25138 "WorkletGlobalScope" 25139 ], 25140 "AudioWorkletNode": [ 25141 "AudioNode", 25142 "EventTarget" 25143 ], 25144 "AudioWorkletNodeOptions": [], 25145 "AudioWorkletProcessor": [], 25146 "AuthenticationExtensionsClientInputs": [], 25147 "AuthenticationExtensionsClientOutputs": [], 25148 "AuthenticatorAssertionResponse": [ 25149 "AuthenticatorResponse" 25150 ], 25151 "AuthenticatorAttachment": [], 25152 "AuthenticatorAttestationResponse": [ 25153 "AuthenticatorResponse" 25154 ], 25155 "AuthenticatorResponse": [], 25156 "AuthenticatorSelectionCriteria": [], 25157 "AuthenticatorTransport": [], 25158 "AutoKeyword": [], 25159 "AutocompleteInfo": [], 25160 "BarProp": [], 25161 "BaseAudioContext": [ 25162 "EventTarget" 25163 ], 25164 "BaseComputedKeyframe": [], 25165 "BaseKeyframe": [], 25166 "BasePropertyIndexedKeyframe": [], 25167 "BasicCardRequest": [], 25168 "BasicCardResponse": [], 25169 "BasicCardType": [], 25170 "BatteryManager": [ 25171 "EventTarget" 25172 ], 25173 "BeforeUnloadEvent": [ 25174 "Event" 25175 ], 25176 "BinaryType": [], 25177 "BiquadFilterNode": [ 25178 "AudioNode", 25179 "EventTarget" 25180 ], 25181 "BiquadFilterOptions": [], 25182 "BiquadFilterType": [], 25183 "Blob": [], 25184 "BlobEvent": [ 25185 "Event" 25186 ], 25187 "BlobEventInit": [], 25188 "BlobPropertyBag": [], 25189 "BlockParsingOptions": [], 25190 "Bluetooth": [ 25191 "EventTarget" 25192 ], 25193 "BluetoothAdvertisingEvent": [ 25194 "Event" 25195 ], 25196 "BluetoothAdvertisingEventInit": [], 25197 "BluetoothCharacteristicProperties": [], 25198 "BluetoothDataFilterInit": [], 25199 "BluetoothDevice": [ 25200 "EventTarget" 25201 ], 25202 "BluetoothLeScanFilterInit": [], 25203 "BluetoothManufacturerDataMap": [], 25204 "BluetoothPermissionDescriptor": [], 25205 "BluetoothPermissionResult": [ 25206 "EventTarget", 25207 "PermissionStatus" 25208 ], 25209 "BluetoothPermissionStorage": [], 25210 "BluetoothRemoteGattCharacteristic": [ 25211 "EventTarget" 25212 ], 25213 "BluetoothRemoteGattDescriptor": [], 25214 "BluetoothRemoteGattServer": [], 25215 "BluetoothRemoteGattService": [ 25216 "EventTarget" 25217 ], 25218 "BluetoothServiceDataMap": [], 25219 "BluetoothUuid": [], 25220 "BoxQuadOptions": [], 25221 "BroadcastChannel": [ 25222 "EventTarget" 25223 ], 25224 "BrowserElementDownloadOptions": [], 25225 "BrowserElementExecuteScriptOptions": [], 25226 "BrowserFeedWriter": [], 25227 "BrowserFindCaseSensitivity": [], 25228 "BrowserFindDirection": [], 25229 "ByteLengthQueuingStrategy": [], 25230 "Cache": [], 25231 "CacheBatchOperation": [], 25232 "CacheQueryOptions": [], 25233 "CacheStorage": [], 25234 "CacheStorageNamespace": [], 25235 "CanvasCaptureMediaStream": [ 25236 "EventTarget", 25237 "MediaStream" 25238 ], 25239 "CanvasCaptureMediaStreamTrack": [ 25240 "EventTarget", 25241 "MediaStreamTrack" 25242 ], 25243 "CanvasGradient": [], 25244 "CanvasPattern": [], 25245 "CanvasRenderingContext2d": [], 25246 "CanvasWindingRule": [], 25247 "CaretChangedReason": [], 25248 "CaretPosition": [], 25249 "CaretStateChangedEventInit": [], 25250 "CdataSection": [ 25251 "CharacterData", 25252 "EventTarget", 25253 "Node", 25254 "Text" 25255 ], 25256 "ChannelCountMode": [], 25257 "ChannelInterpretation": [], 25258 "ChannelMergerNode": [ 25259 "AudioNode", 25260 "EventTarget" 25261 ], 25262 "ChannelMergerOptions": [], 25263 "ChannelSplitterNode": [ 25264 "AudioNode", 25265 "EventTarget" 25266 ], 25267 "ChannelSplitterOptions": [], 25268 "CharacterData": [ 25269 "EventTarget", 25270 "Node" 25271 ], 25272 "CheckerboardReason": [], 25273 "CheckerboardReport": [], 25274 "CheckerboardReportService": [], 25275 "ChromeFilePropertyBag": [], 25276 "ChromeWorker": [ 25277 "EventTarget", 25278 "Worker" 25279 ], 25280 "Client": [], 25281 "ClientQueryOptions": [], 25282 "ClientRectsAndTexts": [], 25283 "ClientType": [], 25284 "Clients": [], 25285 "Clipboard": [ 25286 "EventTarget" 25287 ], 25288 "ClipboardEvent": [ 25289 "Event" 25290 ], 25291 "ClipboardEventInit": [], 25292 "ClipboardItem": [], 25293 "ClipboardItemOptions": [], 25294 "ClipboardPermissionDescriptor": [], 25295 "CloseEvent": [ 25296 "Event" 25297 ], 25298 "CloseEventInit": [], 25299 "CodecState": [], 25300 "CollectedClientData": [], 25301 "ColorSpaceConversion": [], 25302 "Comment": [ 25303 "CharacterData", 25304 "EventTarget", 25305 "Node" 25306 ], 25307 "CompositeOperation": [], 25308 "CompositionEvent": [ 25309 "Event", 25310 "UiEvent" 25311 ], 25312 "CompositionEventInit": [], 25313 "CompressionFormat": [], 25314 "CompressionStream": [], 25315 "ComputedEffectTiming": [], 25316 "ConnStatusDict": [], 25317 "ConnectionType": [], 25318 "ConsoleCounter": [], 25319 "ConsoleCounterError": [], 25320 "ConsoleEvent": [], 25321 "ConsoleInstance": [], 25322 "ConsoleInstanceOptions": [], 25323 "ConsoleLevel": [], 25324 "ConsoleLogLevel": [], 25325 "ConsoleProfileEvent": [], 25326 "ConsoleStackEntry": [], 25327 "ConsoleTimerError": [], 25328 "ConsoleTimerLogOrEnd": [], 25329 "ConsoleTimerStart": [], 25330 "ConstantSourceNode": [ 25331 "AudioNode", 25332 "AudioScheduledSourceNode", 25333 "EventTarget" 25334 ], 25335 "ConstantSourceOptions": [], 25336 "ConstrainBooleanParameters": [], 25337 "ConstrainDomStringParameters": [], 25338 "ConstrainDoubleRange": [], 25339 "ConstrainLongRange": [], 25340 "ContextAttributes2d": [], 25341 "ConvertCoordinateOptions": [], 25342 "ConvolverNode": [ 25343 "AudioNode", 25344 "EventTarget" 25345 ], 25346 "ConvolverOptions": [], 25347 "Coordinates": [], 25348 "CountQueuingStrategy": [], 25349 "Credential": [], 25350 "CredentialCreationOptions": [], 25351 "CredentialRequestOptions": [], 25352 "CredentialsContainer": [], 25353 "Crypto": [], 25354 "CryptoKey": [], 25355 "CryptoKeyPair": [], 25356 "CssAnimation": [ 25357 "Animation", 25358 "EventTarget" 25359 ], 25360 "CssBoxType": [], 25361 "CssConditionRule": [ 25362 "CssGroupingRule", 25363 "CssRule" 25364 ], 25365 "CssCounterStyleRule": [ 25366 "CssRule" 25367 ], 25368 "CssFontFaceRule": [ 25369 "CssRule" 25370 ], 25371 "CssFontFeatureValuesRule": [ 25372 "CssRule" 25373 ], 25374 "CssGroupingRule": [ 25375 "CssRule" 25376 ], 25377 "CssImportRule": [ 25378 "CssRule" 25379 ], 25380 "CssKeyframeRule": [ 25381 "CssRule" 25382 ], 25383 "CssKeyframesRule": [ 25384 "CssRule" 25385 ], 25386 "CssMediaRule": [ 25387 "CssConditionRule", 25388 "CssGroupingRule", 25389 "CssRule" 25390 ], 25391 "CssNamespaceRule": [ 25392 "CssRule" 25393 ], 25394 "CssPageRule": [ 25395 "CssRule" 25396 ], 25397 "CssPseudoElement": [], 25398 "CssRule": [], 25399 "CssRuleList": [], 25400 "CssStyleDeclaration": [], 25401 "CssStyleRule": [ 25402 "CssRule" 25403 ], 25404 "CssStyleSheet": [ 25405 "StyleSheet" 25406 ], 25407 "CssStyleSheetParsingMode": [], 25408 "CssSupportsRule": [ 25409 "CssConditionRule", 25410 "CssGroupingRule", 25411 "CssRule" 25412 ], 25413 "CssTransition": [ 25414 "Animation", 25415 "EventTarget" 25416 ], 25417 "CustomElementRegistry": [], 25418 "CustomEvent": [ 25419 "Event" 25420 ], 25421 "CustomEventInit": [], 25422 "DataTransfer": [], 25423 "DataTransferItem": [], 25424 "DataTransferItemList": [], 25425 "DateTimeValue": [], 25426 "DecoderDoctorNotification": [], 25427 "DecoderDoctorNotificationType": [], 25428 "DecompressionStream": [], 25429 "DedicatedWorkerGlobalScope": [ 25430 "EventTarget", 25431 "WorkerGlobalScope" 25432 ], 25433 "DelayNode": [ 25434 "AudioNode", 25435 "EventTarget" 25436 ], 25437 "DelayOptions": [], 25438 "DeviceAcceleration": [], 25439 "DeviceAccelerationInit": [], 25440 "DeviceLightEvent": [ 25441 "Event" 25442 ], 25443 "DeviceLightEventInit": [], 25444 "DeviceMotionEvent": [ 25445 "Event" 25446 ], 25447 "DeviceMotionEventInit": [], 25448 "DeviceOrientationEvent": [ 25449 "Event" 25450 ], 25451 "DeviceOrientationEventInit": [], 25452 "DeviceProximityEvent": [ 25453 "Event" 25454 ], 25455 "DeviceProximityEventInit": [], 25456 "DeviceRotationRate": [], 25457 "DeviceRotationRateInit": [], 25458 "DhKeyDeriveParams": [], 25459 "DirectionSetting": [], 25460 "Directory": [], 25461 "DirectoryPickerOptions": [], 25462 "DisplayMediaStreamConstraints": [], 25463 "DisplayNameOptions": [], 25464 "DisplayNameResult": [], 25465 "DistanceModelType": [], 25466 "DnsCacheDict": [], 25467 "DnsCacheEntry": [], 25468 "DnsLookupDict": [], 25469 "Document": [ 25470 "EventTarget", 25471 "Node" 25472 ], 25473 "DocumentFragment": [ 25474 "EventTarget", 25475 "Node" 25476 ], 25477 "DocumentTimeline": [ 25478 "AnimationTimeline" 25479 ], 25480 "DocumentTimelineOptions": [], 25481 "DocumentType": [ 25482 "EventTarget", 25483 "Node" 25484 ], 25485 "DomError": [], 25486 "DomException": [], 25487 "DomImplementation": [], 25488 "DomMatrix": [ 25489 "DomMatrixReadOnly" 25490 ], 25491 "DomMatrix2dInit": [], 25492 "DomMatrixInit": [], 25493 "DomMatrixReadOnly": [], 25494 "DomParser": [], 25495 "DomPoint": [ 25496 "DomPointReadOnly" 25497 ], 25498 "DomPointInit": [], 25499 "DomPointReadOnly": [], 25500 "DomQuad": [], 25501 "DomQuadInit": [], 25502 "DomQuadJson": [], 25503 "DomRect": [ 25504 "DomRectReadOnly" 25505 ], 25506 "DomRectInit": [], 25507 "DomRectList": [], 25508 "DomRectReadOnly": [], 25509 "DomRequest": [ 25510 "EventTarget" 25511 ], 25512 "DomRequestReadyState": [], 25513 "DomStringList": [], 25514 "DomStringMap": [], 25515 "DomTokenList": [], 25516 "DomWindowResizeEventDetail": [], 25517 "DragEvent": [ 25518 "Event", 25519 "MouseEvent", 25520 "UiEvent" 25521 ], 25522 "DragEventInit": [], 25523 "DynamicsCompressorNode": [ 25524 "AudioNode", 25525 "EventTarget" 25526 ], 25527 "DynamicsCompressorOptions": [], 25528 "EcKeyAlgorithm": [], 25529 "EcKeyGenParams": [], 25530 "EcKeyImportParams": [], 25531 "EcdhKeyDeriveParams": [], 25532 "EcdsaParams": [], 25533 "EffectTiming": [], 25534 "Element": [ 25535 "EventTarget", 25536 "Node" 25537 ], 25538 "ElementCreationOptions": [], 25539 "ElementDefinitionOptions": [], 25540 "EncodedAudioChunk": [], 25541 "EncodedAudioChunkInit": [], 25542 "EncodedAudioChunkMetadata": [], 25543 "EncodedAudioChunkType": [], 25544 "EncodedVideoChunk": [], 25545 "EncodedVideoChunkInit": [], 25546 "EncodedVideoChunkMetadata": [], 25547 "EncodedVideoChunkType": [], 25548 "EndingTypes": [], 25549 "ErrorCallback": [], 25550 "ErrorEvent": [ 25551 "Event" 25552 ], 25553 "ErrorEventInit": [], 25554 "Event": [], 25555 "EventInit": [], 25556 "EventListener": [], 25557 "EventListenerOptions": [], 25558 "EventModifierInit": [], 25559 "EventSource": [ 25560 "EventTarget" 25561 ], 25562 "EventSourceInit": [], 25563 "EventTarget": [], 25564 "Exception": [], 25565 "ExtBlendMinmax": [], 25566 "ExtColorBufferFloat": [], 25567 "ExtColorBufferHalfFloat": [], 25568 "ExtDisjointTimerQuery": [], 25569 "ExtFragDepth": [], 25570 "ExtSRgb": [], 25571 "ExtShaderTextureLod": [], 25572 "ExtTextureFilterAnisotropic": [], 25573 "ExtTextureNorm16": [], 25574 "ExtendableEvent": [ 25575 "Event" 25576 ], 25577 "ExtendableEventInit": [], 25578 "ExtendableMessageEvent": [ 25579 "Event", 25580 "ExtendableEvent" 25581 ], 25582 "ExtendableMessageEventInit": [], 25583 "External": [], 25584 "FakePluginMimeEntry": [], 25585 "FakePluginTagInit": [], 25586 "FetchEvent": [ 25587 "Event", 25588 "ExtendableEvent" 25589 ], 25590 "FetchEventInit": [], 25591 "FetchObserver": [ 25592 "EventTarget" 25593 ], 25594 "FetchReadableStreamReadDataArray": [], 25595 "FetchReadableStreamReadDataDone": [], 25596 "FetchState": [], 25597 "File": [ 25598 "Blob" 25599 ], 25600 "FileCallback": [], 25601 "FileList": [], 25602 "FilePickerAcceptType": [], 25603 "FilePickerOptions": [], 25604 "FilePropertyBag": [], 25605 "FileReader": [ 25606 "EventTarget" 25607 ], 25608 "FileReaderSync": [], 25609 "FileSystem": [], 25610 "FileSystemCreateWritableOptions": [], 25611 "FileSystemDirectoryEntry": [ 25612 "FileSystemEntry" 25613 ], 25614 "FileSystemDirectoryHandle": [ 25615 "FileSystemHandle" 25616 ], 25617 "FileSystemDirectoryReader": [], 25618 "FileSystemEntriesCallback": [], 25619 "FileSystemEntry": [], 25620 "FileSystemEntryCallback": [], 25621 "FileSystemFileEntry": [ 25622 "FileSystemEntry" 25623 ], 25624 "FileSystemFileHandle": [ 25625 "FileSystemHandle" 25626 ], 25627 "FileSystemFlags": [], 25628 "FileSystemGetDirectoryOptions": [], 25629 "FileSystemGetFileOptions": [], 25630 "FileSystemHandle": [], 25631 "FileSystemHandleKind": [], 25632 "FileSystemHandlePermissionDescriptor": [], 25633 "FileSystemPermissionDescriptor": [], 25634 "FileSystemPermissionMode": [], 25635 "FileSystemReadWriteOptions": [], 25636 "FileSystemRemoveOptions": [], 25637 "FileSystemSyncAccessHandle": [], 25638 "FileSystemWritableFileStream": [ 25639 "WritableStream" 25640 ], 25641 "FillMode": [], 25642 "FlashClassification": [], 25643 "FlowControlType": [], 25644 "FocusEvent": [ 25645 "Event", 25646 "UiEvent" 25647 ], 25648 "FocusEventInit": [], 25649 "FontData": [], 25650 "FontFace": [], 25651 "FontFaceDescriptors": [], 25652 "FontFaceLoadStatus": [], 25653 "FontFaceSet": [ 25654 "EventTarget" 25655 ], 25656 "FontFaceSetIterator": [], 25657 "FontFaceSetIteratorResult": [], 25658 "FontFaceSetLoadEvent": [ 25659 "Event" 25660 ], 25661 "FontFaceSetLoadEventInit": [], 25662 "FontFaceSetLoadStatus": [], 25663 "FormData": [], 25664 "FrameType": [], 25665 "FuzzingFunctions": [], 25666 "GainNode": [ 25667 "AudioNode", 25668 "EventTarget" 25669 ], 25670 "GainOptions": [], 25671 "Gamepad": [], 25672 "GamepadAxisMoveEvent": [ 25673 "Event", 25674 "GamepadEvent" 25675 ], 25676 "GamepadAxisMoveEventInit": [], 25677 "GamepadButton": [], 25678 "GamepadButtonEvent": [ 25679 "Event", 25680 "GamepadEvent" 25681 ], 25682 "GamepadButtonEventInit": [], 25683 "GamepadEvent": [ 25684 "Event" 25685 ], 25686 "GamepadEventInit": [], 25687 "GamepadHand": [], 25688 "GamepadHapticActuator": [], 25689 "GamepadHapticActuatorType": [], 25690 "GamepadMappingType": [], 25691 "GamepadPose": [], 25692 "GamepadServiceTest": [], 25693 "Geolocation": [], 25694 "GetAnimationsOptions": [], 25695 "GetRootNodeOptions": [], 25696 "GetUserMediaRequest": [], 25697 "Gpu": [], 25698 "GpuAdapter": [], 25699 "GpuAdapterInfo": [], 25700 "GpuAddressMode": [], 25701 "GpuAutoLayoutMode": [], 25702 "GpuBindGroup": [], 25703 "GpuBindGroupDescriptor": [], 25704 "GpuBindGroupEntry": [], 25705 "GpuBindGroupLayout": [], 25706 "GpuBindGroupLayoutDescriptor": [], 25707 "GpuBindGroupLayoutEntry": [], 25708 "GpuBlendComponent": [], 25709 "GpuBlendFactor": [], 25710 "GpuBlendOperation": [], 25711 "GpuBlendState": [], 25712 "GpuBuffer": [], 25713 "GpuBufferBinding": [], 25714 "GpuBufferBindingLayout": [], 25715 "GpuBufferBindingType": [], 25716 "GpuBufferDescriptor": [], 25717 "GpuBufferMapState": [], 25718 "GpuCanvasAlphaMode": [], 25719 "GpuCanvasConfiguration": [], 25720 "GpuCanvasContext": [], 25721 "GpuColorDict": [], 25722 "GpuColorTargetState": [], 25723 "GpuCommandBuffer": [], 25724 "GpuCommandBufferDescriptor": [], 25725 "GpuCommandEncoder": [], 25726 "GpuCommandEncoderDescriptor": [], 25727 "GpuCompareFunction": [], 25728 "GpuCompilationInfo": [], 25729 "GpuCompilationMessage": [], 25730 "GpuCompilationMessageType": [], 25731 "GpuComputePassDescriptor": [], 25732 "GpuComputePassEncoder": [], 25733 "GpuComputePassTimestampWrites": [], 25734 "GpuComputePipeline": [], 25735 "GpuComputePipelineDescriptor": [], 25736 "GpuCullMode": [], 25737 "GpuDepthStencilState": [], 25738 "GpuDevice": [ 25739 "EventTarget" 25740 ], 25741 "GpuDeviceDescriptor": [], 25742 "GpuDeviceLostInfo": [], 25743 "GpuDeviceLostReason": [], 25744 "GpuError": [], 25745 "GpuErrorFilter": [], 25746 "GpuExtent3dDict": [], 25747 "GpuExternalTexture": [], 25748 "GpuExternalTextureBindingLayout": [], 25749 "GpuExternalTextureDescriptor": [], 25750 "GpuFeatureName": [], 25751 "GpuFilterMode": [], 25752 "GpuFragmentState": [], 25753 "GpuFrontFace": [], 25754 "GpuImageCopyBuffer": [], 25755 "GpuImageCopyExternalImage": [], 25756 "GpuImageCopyTexture": [], 25757 "GpuImageCopyTextureTagged": [], 25758 "GpuImageDataLayout": [], 25759 "GpuIndexFormat": [], 25760 "GpuInternalError": [ 25761 "GpuError" 25762 ], 25763 "GpuLoadOp": [], 25764 "GpuMipmapFilterMode": [], 25765 "GpuMultisampleState": [], 25766 "GpuObjectDescriptorBase": [], 25767 "GpuOrigin2dDict": [], 25768 "GpuOrigin3dDict": [], 25769 "GpuOutOfMemoryError": [ 25770 "GpuError" 25771 ], 25772 "GpuPipelineDescriptorBase": [], 25773 "GpuPipelineError": [ 25774 "DomException" 25775 ], 25776 "GpuPipelineErrorInit": [], 25777 "GpuPipelineErrorReason": [], 25778 "GpuPipelineLayout": [], 25779 "GpuPipelineLayoutDescriptor": [], 25780 "GpuPowerPreference": [], 25781 "GpuPrimitiveState": [], 25782 "GpuPrimitiveTopology": [], 25783 "GpuProgrammableStage": [], 25784 "GpuQuerySet": [], 25785 "GpuQuerySetDescriptor": [], 25786 "GpuQueryType": [], 25787 "GpuQueue": [], 25788 "GpuQueueDescriptor": [], 25789 "GpuRenderBundle": [], 25790 "GpuRenderBundleDescriptor": [], 25791 "GpuRenderBundleEncoder": [], 25792 "GpuRenderBundleEncoderDescriptor": [], 25793 "GpuRenderPassColorAttachment": [], 25794 "GpuRenderPassDepthStencilAttachment": [], 25795 "GpuRenderPassDescriptor": [], 25796 "GpuRenderPassEncoder": [], 25797 "GpuRenderPassLayout": [], 25798 "GpuRenderPassTimestampWrites": [], 25799 "GpuRenderPipeline": [], 25800 "GpuRenderPipelineDescriptor": [], 25801 "GpuRequestAdapterOptions": [], 25802 "GpuSampler": [], 25803 "GpuSamplerBindingLayout": [], 25804 "GpuSamplerBindingType": [], 25805 "GpuSamplerDescriptor": [], 25806 "GpuShaderModule": [], 25807 "GpuShaderModuleCompilationHint": [], 25808 "GpuShaderModuleDescriptor": [], 25809 "GpuStencilFaceState": [], 25810 "GpuStencilOperation": [], 25811 "GpuStorageTextureAccess": [], 25812 "GpuStorageTextureBindingLayout": [], 25813 "GpuStoreOp": [], 25814 "GpuSupportedFeatures": [], 25815 "GpuSupportedLimits": [], 25816 "GpuTexture": [], 25817 "GpuTextureAspect": [], 25818 "GpuTextureBindingLayout": [], 25819 "GpuTextureDescriptor": [], 25820 "GpuTextureDimension": [], 25821 "GpuTextureFormat": [], 25822 "GpuTextureSampleType": [], 25823 "GpuTextureView": [], 25824 "GpuTextureViewDescriptor": [], 25825 "GpuTextureViewDimension": [], 25826 "GpuUncapturedErrorEvent": [ 25827 "Event" 25828 ], 25829 "GpuUncapturedErrorEventInit": [], 25830 "GpuValidationError": [ 25831 "GpuError" 25832 ], 25833 "GpuVertexAttribute": [], 25834 "GpuVertexBufferLayout": [], 25835 "GpuVertexFormat": [], 25836 "GpuVertexState": [], 25837 "GpuVertexStepMode": [], 25838 "GroupedHistoryEventInit": [], 25839 "HalfOpenInfoDict": [], 25840 "HardwareAcceleration": [], 25841 "HashChangeEvent": [ 25842 "Event" 25843 ], 25844 "HashChangeEventInit": [], 25845 "Headers": [], 25846 "HeadersGuardEnum": [], 25847 "Hid": [ 25848 "EventTarget" 25849 ], 25850 "HidCollectionInfo": [], 25851 "HidConnectionEvent": [ 25852 "Event" 25853 ], 25854 "HidConnectionEventInit": [], 25855 "HidDevice": [ 25856 "EventTarget" 25857 ], 25858 "HidDeviceFilter": [], 25859 "HidDeviceRequestOptions": [], 25860 "HidInputReportEvent": [ 25861 "Event" 25862 ], 25863 "HidInputReportEventInit": [], 25864 "HidReportInfo": [], 25865 "HidReportItem": [], 25866 "HidUnitSystem": [], 25867 "HiddenPluginEventInit": [], 25868 "History": [], 25869 "HitRegionOptions": [], 25870 "HkdfParams": [], 25871 "HmacDerivedKeyParams": [], 25872 "HmacImportParams": [], 25873 "HmacKeyAlgorithm": [], 25874 "HmacKeyGenParams": [], 25875 "HtmlAllCollection": [], 25876 "HtmlAnchorElement": [ 25877 "Element", 25878 "EventTarget", 25879 "HtmlElement", 25880 "Node" 25881 ], 25882 "HtmlAreaElement": [ 25883 "Element", 25884 "EventTarget", 25885 "HtmlElement", 25886 "Node" 25887 ], 25888 "HtmlAudioElement": [ 25889 "Element", 25890 "EventTarget", 25891 "HtmlElement", 25892 "HtmlMediaElement", 25893 "Node" 25894 ], 25895 "HtmlBaseElement": [ 25896 "Element", 25897 "EventTarget", 25898 "HtmlElement", 25899 "Node" 25900 ], 25901 "HtmlBodyElement": [ 25902 "Element", 25903 "EventTarget", 25904 "HtmlElement", 25905 "Node" 25906 ], 25907 "HtmlBrElement": [ 25908 "Element", 25909 "EventTarget", 25910 "HtmlElement", 25911 "Node" 25912 ], 25913 "HtmlButtonElement": [ 25914 "Element", 25915 "EventTarget", 25916 "HtmlElement", 25917 "Node" 25918 ], 25919 "HtmlCanvasElement": [ 25920 "Element", 25921 "EventTarget", 25922 "HtmlElement", 25923 "Node" 25924 ], 25925 "HtmlCollection": [], 25926 "HtmlDListElement": [ 25927 "Element", 25928 "EventTarget", 25929 "HtmlElement", 25930 "Node" 25931 ], 25932 "HtmlDataElement": [ 25933 "Element", 25934 "EventTarget", 25935 "HtmlElement", 25936 "Node" 25937 ], 25938 "HtmlDataListElement": [ 25939 "Element", 25940 "EventTarget", 25941 "HtmlElement", 25942 "Node" 25943 ], 25944 "HtmlDetailsElement": [ 25945 "Element", 25946 "EventTarget", 25947 "HtmlElement", 25948 "Node" 25949 ], 25950 "HtmlDialogElement": [ 25951 "Element", 25952 "EventTarget", 25953 "HtmlElement", 25954 "Node" 25955 ], 25956 "HtmlDirectoryElement": [ 25957 "Element", 25958 "EventTarget", 25959 "HtmlElement", 25960 "Node" 25961 ], 25962 "HtmlDivElement": [ 25963 "Element", 25964 "EventTarget", 25965 "HtmlElement", 25966 "Node" 25967 ], 25968 "HtmlDocument": [ 25969 "Document", 25970 "EventTarget", 25971 "Node" 25972 ], 25973 "HtmlElement": [ 25974 "Element", 25975 "EventTarget", 25976 "Node" 25977 ], 25978 "HtmlEmbedElement": [ 25979 "Element", 25980 "EventTarget", 25981 "HtmlElement", 25982 "Node" 25983 ], 25984 "HtmlFieldSetElement": [ 25985 "Element", 25986 "EventTarget", 25987 "HtmlElement", 25988 "Node" 25989 ], 25990 "HtmlFontElement": [ 25991 "Element", 25992 "EventTarget", 25993 "HtmlElement", 25994 "Node" 25995 ], 25996 "HtmlFormControlsCollection": [ 25997 "HtmlCollection" 25998 ], 25999 "HtmlFormElement": [ 26000 "Element", 26001 "EventTarget", 26002 "HtmlElement", 26003 "Node" 26004 ], 26005 "HtmlFrameElement": [ 26006 "Element", 26007 "EventTarget", 26008 "HtmlElement", 26009 "Node" 26010 ], 26011 "HtmlFrameSetElement": [ 26012 "Element", 26013 "EventTarget", 26014 "HtmlElement", 26015 "Node" 26016 ], 26017 "HtmlHeadElement": [ 26018 "Element", 26019 "EventTarget", 26020 "HtmlElement", 26021 "Node" 26022 ], 26023 "HtmlHeadingElement": [ 26024 "Element", 26025 "EventTarget", 26026 "HtmlElement", 26027 "Node" 26028 ], 26029 "HtmlHrElement": [ 26030 "Element", 26031 "EventTarget", 26032 "HtmlElement", 26033 "Node" 26034 ], 26035 "HtmlHtmlElement": [ 26036 "Element", 26037 "EventTarget", 26038 "HtmlElement", 26039 "Node" 26040 ], 26041 "HtmlIFrameElement": [ 26042 "Element", 26043 "EventTarget", 26044 "HtmlElement", 26045 "Node" 26046 ], 26047 "HtmlImageElement": [ 26048 "Element", 26049 "EventTarget", 26050 "HtmlElement", 26051 "Node" 26052 ], 26053 "HtmlInputElement": [ 26054 "Element", 26055 "EventTarget", 26056 "HtmlElement", 26057 "Node" 26058 ], 26059 "HtmlLabelElement": [ 26060 "Element", 26061 "EventTarget", 26062 "HtmlElement", 26063 "Node" 26064 ], 26065 "HtmlLegendElement": [ 26066 "Element", 26067 "EventTarget", 26068 "HtmlElement", 26069 "Node" 26070 ], 26071 "HtmlLiElement": [ 26072 "Element", 26073 "EventTarget", 26074 "HtmlElement", 26075 "Node" 26076 ], 26077 "HtmlLinkElement": [ 26078 "Element", 26079 "EventTarget", 26080 "HtmlElement", 26081 "Node" 26082 ], 26083 "HtmlMapElement": [ 26084 "Element", 26085 "EventTarget", 26086 "HtmlElement", 26087 "Node" 26088 ], 26089 "HtmlMediaElement": [ 26090 "Element", 26091 "EventTarget", 26092 "HtmlElement", 26093 "Node" 26094 ], 26095 "HtmlMenuElement": [ 26096 "Element", 26097 "EventTarget", 26098 "HtmlElement", 26099 "Node" 26100 ], 26101 "HtmlMenuItemElement": [ 26102 "Element", 26103 "EventTarget", 26104 "HtmlElement", 26105 "Node" 26106 ], 26107 "HtmlMetaElement": [ 26108 "Element", 26109 "EventTarget", 26110 "HtmlElement", 26111 "Node" 26112 ], 26113 "HtmlMeterElement": [ 26114 "Element", 26115 "EventTarget", 26116 "HtmlElement", 26117 "Node" 26118 ], 26119 "HtmlModElement": [ 26120 "Element", 26121 "EventTarget", 26122 "HtmlElement", 26123 "Node" 26124 ], 26125 "HtmlOListElement": [ 26126 "Element", 26127 "EventTarget", 26128 "HtmlElement", 26129 "Node" 26130 ], 26131 "HtmlObjectElement": [ 26132 "Element", 26133 "EventTarget", 26134 "HtmlElement", 26135 "Node" 26136 ], 26137 "HtmlOptGroupElement": [ 26138 "Element", 26139 "EventTarget", 26140 "HtmlElement", 26141 "Node" 26142 ], 26143 "HtmlOptionElement": [ 26144 "Element", 26145 "EventTarget", 26146 "HtmlElement", 26147 "Node" 26148 ], 26149 "HtmlOptionsCollection": [ 26150 "HtmlCollection" 26151 ], 26152 "HtmlOutputElement": [ 26153 "Element", 26154 "EventTarget", 26155 "HtmlElement", 26156 "Node" 26157 ], 26158 "HtmlParagraphElement": [ 26159 "Element", 26160 "EventTarget", 26161 "HtmlElement", 26162 "Node" 26163 ], 26164 "HtmlParamElement": [ 26165 "Element", 26166 "EventTarget", 26167 "HtmlElement", 26168 "Node" 26169 ], 26170 "HtmlPictureElement": [ 26171 "Element", 26172 "EventTarget", 26173 "HtmlElement", 26174 "Node" 26175 ], 26176 "HtmlPreElement": [ 26177 "Element", 26178 "EventTarget", 26179 "HtmlElement", 26180 "Node" 26181 ], 26182 "HtmlProgressElement": [ 26183 "Element", 26184 "EventTarget", 26185 "HtmlElement", 26186 "Node" 26187 ], 26188 "HtmlQuoteElement": [ 26189 "Element", 26190 "EventTarget", 26191 "HtmlElement", 26192 "Node" 26193 ], 26194 "HtmlScriptElement": [ 26195 "Element", 26196 "EventTarget", 26197 "HtmlElement", 26198 "Node" 26199 ], 26200 "HtmlSelectElement": [ 26201 "Element", 26202 "EventTarget", 26203 "HtmlElement", 26204 "Node" 26205 ], 26206 "HtmlSlotElement": [ 26207 "Element", 26208 "EventTarget", 26209 "HtmlElement", 26210 "Node" 26211 ], 26212 "HtmlSourceElement": [ 26213 "Element", 26214 "EventTarget", 26215 "HtmlElement", 26216 "Node" 26217 ], 26218 "HtmlSpanElement": [ 26219 "Element", 26220 "EventTarget", 26221 "HtmlElement", 26222 "Node" 26223 ], 26224 "HtmlStyleElement": [ 26225 "Element", 26226 "EventTarget", 26227 "HtmlElement", 26228 "Node" 26229 ], 26230 "HtmlTableCaptionElement": [ 26231 "Element", 26232 "EventTarget", 26233 "HtmlElement", 26234 "Node" 26235 ], 26236 "HtmlTableCellElement": [ 26237 "Element", 26238 "EventTarget", 26239 "HtmlElement", 26240 "Node" 26241 ], 26242 "HtmlTableColElement": [ 26243 "Element", 26244 "EventTarget", 26245 "HtmlElement", 26246 "Node" 26247 ], 26248 "HtmlTableElement": [ 26249 "Element", 26250 "EventTarget", 26251 "HtmlElement", 26252 "Node" 26253 ], 26254 "HtmlTableRowElement": [ 26255 "Element", 26256 "EventTarget", 26257 "HtmlElement", 26258 "Node" 26259 ], 26260 "HtmlTableSectionElement": [ 26261 "Element", 26262 "EventTarget", 26263 "HtmlElement", 26264 "Node" 26265 ], 26266 "HtmlTemplateElement": [ 26267 "Element", 26268 "EventTarget", 26269 "HtmlElement", 26270 "Node" 26271 ], 26272 "HtmlTextAreaElement": [ 26273 "Element", 26274 "EventTarget", 26275 "HtmlElement", 26276 "Node" 26277 ], 26278 "HtmlTimeElement": [ 26279 "Element", 26280 "EventTarget", 26281 "HtmlElement", 26282 "Node" 26283 ], 26284 "HtmlTitleElement": [ 26285 "Element", 26286 "EventTarget", 26287 "HtmlElement", 26288 "Node" 26289 ], 26290 "HtmlTrackElement": [ 26291 "Element", 26292 "EventTarget", 26293 "HtmlElement", 26294 "Node" 26295 ], 26296 "HtmlUListElement": [ 26297 "Element", 26298 "EventTarget", 26299 "HtmlElement", 26300 "Node" 26301 ], 26302 "HtmlUnknownElement": [ 26303 "Element", 26304 "EventTarget", 26305 "HtmlElement", 26306 "Node" 26307 ], 26308 "HtmlVideoElement": [ 26309 "Element", 26310 "EventTarget", 26311 "HtmlElement", 26312 "HtmlMediaElement", 26313 "Node" 26314 ], 26315 "HttpConnDict": [], 26316 "HttpConnInfo": [], 26317 "HttpConnectionElement": [], 26318 "IdbCursor": [], 26319 "IdbCursorDirection": [], 26320 "IdbCursorWithValue": [ 26321 "IdbCursor" 26322 ], 26323 "IdbDatabase": [ 26324 "EventTarget" 26325 ], 26326 "IdbFactory": [], 26327 "IdbFileHandle": [ 26328 "EventTarget" 26329 ], 26330 "IdbFileMetadataParameters": [], 26331 "IdbFileRequest": [ 26332 "DomRequest", 26333 "EventTarget" 26334 ], 26335 "IdbIndex": [], 26336 "IdbIndexParameters": [], 26337 "IdbKeyRange": [], 26338 "IdbLocaleAwareKeyRange": [ 26339 "IdbKeyRange" 26340 ], 26341 "IdbMutableFile": [ 26342 "EventTarget" 26343 ], 26344 "IdbObjectStore": [], 26345 "IdbObjectStoreParameters": [], 26346 "IdbOpenDbOptions": [], 26347 "IdbOpenDbRequest": [ 26348 "EventTarget", 26349 "IdbRequest" 26350 ], 26351 "IdbRequest": [ 26352 "EventTarget" 26353 ], 26354 "IdbRequestReadyState": [], 26355 "IdbTransaction": [ 26356 "EventTarget" 26357 ], 26358 "IdbTransactionMode": [], 26359 "IdbVersionChangeEvent": [ 26360 "Event" 26361 ], 26362 "IdbVersionChangeEventInit": [], 26363 "IdleDeadline": [], 26364 "IdleRequestOptions": [], 26365 "IirFilterNode": [ 26366 "AudioNode", 26367 "EventTarget" 26368 ], 26369 "IirFilterOptions": [], 26370 "ImageBitmap": [], 26371 "ImageBitmapOptions": [], 26372 "ImageBitmapRenderingContext": [], 26373 "ImageCapture": [], 26374 "ImageCaptureError": [], 26375 "ImageCaptureErrorEvent": [ 26376 "Event" 26377 ], 26378 "ImageCaptureErrorEventInit": [], 26379 "ImageData": [], 26380 "ImageDecodeOptions": [], 26381 "ImageDecodeResult": [], 26382 "ImageDecoder": [], 26383 "ImageDecoderInit": [], 26384 "ImageEncodeOptions": [], 26385 "ImageOrientation": [], 26386 "ImageTrack": [ 26387 "EventTarget" 26388 ], 26389 "ImageTrackList": [], 26390 "InputEvent": [ 26391 "Event", 26392 "UiEvent" 26393 ], 26394 "InputEventInit": [], 26395 "IntersectionObserver": [], 26396 "IntersectionObserverEntry": [], 26397 "IntersectionObserverEntryInit": [], 26398 "IntersectionObserverInit": [], 26399 "IntlUtils": [], 26400 "IsInputPendingOptions": [], 26401 "IterableKeyAndValueResult": [], 26402 "IterableKeyOrValueResult": [], 26403 "IterationCompositeOperation": [], 26404 "JsonWebKey": [], 26405 "KeyAlgorithm": [], 26406 "KeyEvent": [], 26407 "KeyIdsInitData": [], 26408 "KeyboardEvent": [ 26409 "Event", 26410 "UiEvent" 26411 ], 26412 "KeyboardEventInit": [], 26413 "KeyframeAnimationOptions": [], 26414 "KeyframeEffect": [ 26415 "AnimationEffect" 26416 ], 26417 "KeyframeEffectOptions": [], 26418 "L10nElement": [], 26419 "L10nValue": [], 26420 "LatencyMode": [], 26421 "LifecycleCallbacks": [], 26422 "LineAlignSetting": [], 26423 "ListBoxObject": [], 26424 "LocalMediaStream": [ 26425 "EventTarget", 26426 "MediaStream" 26427 ], 26428 "LocaleInfo": [], 26429 "Location": [], 26430 "Lock": [], 26431 "LockInfo": [], 26432 "LockManager": [], 26433 "LockManagerSnapshot": [], 26434 "LockMode": [], 26435 "LockOptions": [], 26436 "MediaCapabilities": [], 26437 "MediaCapabilitiesInfo": [], 26438 "MediaConfiguration": [], 26439 "MediaDecodingConfiguration": [], 26440 "MediaDecodingType": [], 26441 "MediaDeviceInfo": [], 26442 "MediaDeviceKind": [], 26443 "MediaDevices": [ 26444 "EventTarget" 26445 ], 26446 "MediaElementAudioSourceNode": [ 26447 "AudioNode", 26448 "EventTarget" 26449 ], 26450 "MediaElementAudioSourceOptions": [], 26451 "MediaEncodingConfiguration": [], 26452 "MediaEncodingType": [], 26453 "MediaEncryptedEvent": [ 26454 "Event" 26455 ], 26456 "MediaError": [], 26457 "MediaImage": [], 26458 "MediaKeyError": [ 26459 "Event" 26460 ], 26461 "MediaKeyMessageEvent": [ 26462 "Event" 26463 ], 26464 "MediaKeyMessageEventInit": [], 26465 "MediaKeyMessageType": [], 26466 "MediaKeyNeededEventInit": [], 26467 "MediaKeySession": [ 26468 "EventTarget" 26469 ], 26470 "MediaKeySessionType": [], 26471 "MediaKeyStatus": [], 26472 "MediaKeyStatusMap": [], 26473 "MediaKeySystemAccess": [], 26474 "MediaKeySystemConfiguration": [], 26475 "MediaKeySystemMediaCapability": [], 26476 "MediaKeySystemStatus": [], 26477 "MediaKeys": [], 26478 "MediaKeysPolicy": [], 26479 "MediaKeysRequirement": [], 26480 "MediaList": [], 26481 "MediaMetadata": [], 26482 "MediaMetadataInit": [], 26483 "MediaPositionState": [], 26484 "MediaQueryList": [ 26485 "EventTarget" 26486 ], 26487 "MediaQueryListEvent": [ 26488 "Event" 26489 ], 26490 "MediaQueryListEventInit": [], 26491 "MediaRecorder": [ 26492 "EventTarget" 26493 ], 26494 "MediaRecorderErrorEvent": [ 26495 "Event" 26496 ], 26497 "MediaRecorderErrorEventInit": [], 26498 "MediaRecorderOptions": [], 26499 "MediaSession": [], 26500 "MediaSessionAction": [], 26501 "MediaSessionActionDetails": [], 26502 "MediaSessionPlaybackState": [], 26503 "MediaSource": [ 26504 "EventTarget" 26505 ], 26506 "MediaSourceEndOfStreamError": [], 26507 "MediaSourceEnum": [], 26508 "MediaSourceReadyState": [], 26509 "MediaStream": [ 26510 "EventTarget" 26511 ], 26512 "MediaStreamAudioDestinationNode": [ 26513 "AudioNode", 26514 "EventTarget" 26515 ], 26516 "MediaStreamAudioSourceNode": [ 26517 "AudioNode", 26518 "EventTarget" 26519 ], 26520 "MediaStreamAudioSourceOptions": [], 26521 "MediaStreamConstraints": [], 26522 "MediaStreamError": [], 26523 "MediaStreamEvent": [ 26524 "Event" 26525 ], 26526 "MediaStreamEventInit": [], 26527 "MediaStreamTrack": [ 26528 "EventTarget" 26529 ], 26530 "MediaStreamTrackEvent": [ 26531 "Event" 26532 ], 26533 "MediaStreamTrackEventInit": [], 26534 "MediaStreamTrackGenerator": [ 26535 "EventTarget", 26536 "MediaStreamTrack" 26537 ], 26538 "MediaStreamTrackGeneratorInit": [], 26539 "MediaStreamTrackProcessor": [], 26540 "MediaStreamTrackProcessorInit": [], 26541 "MediaStreamTrackState": [], 26542 "MediaTrackConstraintSet": [], 26543 "MediaTrackConstraints": [], 26544 "MediaTrackSettings": [], 26545 "MediaTrackSupportedConstraints": [], 26546 "MemoryAttribution": [], 26547 "MemoryAttributionContainer": [], 26548 "MemoryBreakdownEntry": [], 26549 "MemoryMeasurement": [], 26550 "MessageChannel": [], 26551 "MessageEvent": [ 26552 "Event" 26553 ], 26554 "MessageEventInit": [], 26555 "MessagePort": [ 26556 "EventTarget" 26557 ], 26558 "MidiAccess": [ 26559 "EventTarget" 26560 ], 26561 "MidiConnectionEvent": [ 26562 "Event" 26563 ], 26564 "MidiConnectionEventInit": [], 26565 "MidiInput": [ 26566 "EventTarget", 26567 "MidiPort" 26568 ], 26569 "MidiInputMap": [], 26570 "MidiMessageEvent": [ 26571 "Event" 26572 ], 26573 "MidiMessageEventInit": [], 26574 "MidiOptions": [], 26575 "MidiOutput": [ 26576 "EventTarget", 26577 "MidiPort" 26578 ], 26579 "MidiOutputMap": [], 26580 "MidiPort": [ 26581 "EventTarget" 26582 ], 26583 "MidiPortConnectionState": [], 26584 "MidiPortDeviceState": [], 26585 "MidiPortType": [], 26586 "MimeType": [], 26587 "MimeTypeArray": [], 26588 "MouseEvent": [ 26589 "Event", 26590 "UiEvent" 26591 ], 26592 "MouseEventInit": [], 26593 "MouseScrollEvent": [ 26594 "Event", 26595 "MouseEvent", 26596 "UiEvent" 26597 ], 26598 "MozDebug": [], 26599 "MutationEvent": [ 26600 "Event" 26601 ], 26602 "MutationObserver": [], 26603 "MutationObserverInit": [], 26604 "MutationObservingInfo": [], 26605 "MutationRecord": [], 26606 "NamedNodeMap": [], 26607 "NativeOsFileReadOptions": [], 26608 "NativeOsFileWriteAtomicOptions": [], 26609 "NavigationType": [], 26610 "Navigator": [], 26611 "NavigatorAutomationInformation": [], 26612 "NetworkCommandOptions": [], 26613 "NetworkInformation": [ 26614 "EventTarget" 26615 ], 26616 "NetworkResultOptions": [], 26617 "Node": [ 26618 "EventTarget" 26619 ], 26620 "NodeFilter": [], 26621 "NodeIterator": [], 26622 "NodeList": [], 26623 "Notification": [ 26624 "EventTarget" 26625 ], 26626 "NotificationAction": [], 26627 "NotificationDirection": [], 26628 "NotificationEvent": [ 26629 "Event", 26630 "ExtendableEvent" 26631 ], 26632 "NotificationEventInit": [], 26633 "NotificationOptions": [], 26634 "NotificationPermission": [], 26635 "ObserverCallback": [], 26636 "OesElementIndexUint": [], 26637 "OesStandardDerivatives": [], 26638 "OesTextureFloat": [], 26639 "OesTextureFloatLinear": [], 26640 "OesTextureHalfFloat": [], 26641 "OesTextureHalfFloatLinear": [], 26642 "OesVertexArrayObject": [], 26643 "OfflineAudioCompletionEvent": [ 26644 "Event" 26645 ], 26646 "OfflineAudioCompletionEventInit": [], 26647 "OfflineAudioContext": [ 26648 "BaseAudioContext", 26649 "EventTarget" 26650 ], 26651 "OfflineAudioContextOptions": [], 26652 "OfflineResourceList": [ 26653 "EventTarget" 26654 ], 26655 "OffscreenCanvas": [ 26656 "EventTarget" 26657 ], 26658 "OffscreenCanvasRenderingContext2d": [], 26659 "OpenFilePickerOptions": [], 26660 "OpenWindowEventDetail": [], 26661 "OptionalEffectTiming": [], 26662 "OrientationLockType": [], 26663 "OrientationType": [], 26664 "OscillatorNode": [ 26665 "AudioNode", 26666 "AudioScheduledSourceNode", 26667 "EventTarget" 26668 ], 26669 "OscillatorOptions": [], 26670 "OscillatorType": [], 26671 "OverSampleType": [], 26672 "OvrMultiview2": [], 26673 "PageTransitionEvent": [ 26674 "Event" 26675 ], 26676 "PageTransitionEventInit": [], 26677 "PaintRequest": [], 26678 "PaintRequestList": [], 26679 "PaintWorkletGlobalScope": [ 26680 "WorkletGlobalScope" 26681 ], 26682 "PannerNode": [ 26683 "AudioNode", 26684 "EventTarget" 26685 ], 26686 "PannerOptions": [], 26687 "PanningModelType": [], 26688 "ParityType": [], 26689 "Path2d": [], 26690 "PaymentAddress": [], 26691 "PaymentComplete": [], 26692 "PaymentMethodChangeEvent": [ 26693 "Event", 26694 "PaymentRequestUpdateEvent" 26695 ], 26696 "PaymentMethodChangeEventInit": [], 26697 "PaymentRequestUpdateEvent": [ 26698 "Event" 26699 ], 26700 "PaymentRequestUpdateEventInit": [], 26701 "PaymentResponse": [], 26702 "Pbkdf2Params": [], 26703 "PcImplIceConnectionState": [], 26704 "PcImplIceGatheringState": [], 26705 "PcImplSignalingState": [], 26706 "PcObserverStateType": [], 26707 "Performance": [ 26708 "EventTarget" 26709 ], 26710 "PerformanceEntry": [], 26711 "PerformanceEntryEventInit": [], 26712 "PerformanceEntryFilterOptions": [], 26713 "PerformanceMark": [ 26714 "PerformanceEntry" 26715 ], 26716 "PerformanceMeasure": [ 26717 "PerformanceEntry" 26718 ], 26719 "PerformanceNavigation": [], 26720 "PerformanceNavigationTiming": [ 26721 "PerformanceEntry", 26722 "PerformanceResourceTiming" 26723 ], 26724 "PerformanceObserver": [], 26725 "PerformanceObserverEntryList": [], 26726 "PerformanceObserverInit": [], 26727 "PerformanceResourceTiming": [ 26728 "PerformanceEntry" 26729 ], 26730 "PerformanceServerTiming": [], 26731 "PerformanceTiming": [], 26732 "PeriodicWave": [], 26733 "PeriodicWaveConstraints": [], 26734 "PeriodicWaveOptions": [], 26735 "PermissionDescriptor": [], 26736 "PermissionName": [], 26737 "PermissionState": [], 26738 "PermissionStatus": [ 26739 "EventTarget" 26740 ], 26741 "Permissions": [], 26742 "PlaneLayout": [], 26743 "PlaybackDirection": [], 26744 "Plugin": [], 26745 "PluginArray": [], 26746 "PluginCrashedEventInit": [], 26747 "PointerEvent": [ 26748 "Event", 26749 "MouseEvent", 26750 "UiEvent" 26751 ], 26752 "PointerEventInit": [], 26753 "PopStateEvent": [ 26754 "Event" 26755 ], 26756 "PopStateEventInit": [], 26757 "PopupBlockedEvent": [ 26758 "Event" 26759 ], 26760 "PopupBlockedEventInit": [], 26761 "Position": [], 26762 "PositionAlignSetting": [], 26763 "PositionError": [], 26764 "PositionOptions": [], 26765 "PremultiplyAlpha": [], 26766 "Presentation": [], 26767 "PresentationAvailability": [ 26768 "EventTarget" 26769 ], 26770 "PresentationConnection": [ 26771 "EventTarget" 26772 ], 26773 "PresentationConnectionAvailableEvent": [ 26774 "Event" 26775 ], 26776 "PresentationConnectionAvailableEventInit": [], 26777 "PresentationConnectionBinaryType": [], 26778 "PresentationConnectionCloseEvent": [ 26779 "Event" 26780 ], 26781 "PresentationConnectionCloseEventInit": [], 26782 "PresentationConnectionClosedReason": [], 26783 "PresentationConnectionList": [ 26784 "EventTarget" 26785 ], 26786 "PresentationConnectionState": [], 26787 "PresentationReceiver": [], 26788 "PresentationRequest": [ 26789 "EventTarget" 26790 ], 26791 "PresentationStyle": [], 26792 "ProcessingInstruction": [ 26793 "CharacterData", 26794 "EventTarget", 26795 "Node" 26796 ], 26797 "ProfileTimelineLayerRect": [], 26798 "ProfileTimelineMarker": [], 26799 "ProfileTimelineMessagePortOperationType": [], 26800 "ProfileTimelineStackFrame": [], 26801 "ProfileTimelineWorkerOperationType": [], 26802 "ProgressEvent": [ 26803 "Event" 26804 ], 26805 "ProgressEventInit": [], 26806 "PromiseNativeHandler": [], 26807 "PromiseRejectionEvent": [ 26808 "Event" 26809 ], 26810 "PromiseRejectionEventInit": [], 26811 "PublicKeyCredential": [ 26812 "Credential" 26813 ], 26814 "PublicKeyCredentialCreationOptions": [], 26815 "PublicKeyCredentialDescriptor": [], 26816 "PublicKeyCredentialEntity": [], 26817 "PublicKeyCredentialParameters": [], 26818 "PublicKeyCredentialRequestOptions": [], 26819 "PublicKeyCredentialRpEntity": [], 26820 "PublicKeyCredentialType": [], 26821 "PublicKeyCredentialUserEntity": [], 26822 "PushEncryptionKeyName": [], 26823 "PushEvent": [ 26824 "Event", 26825 "ExtendableEvent" 26826 ], 26827 "PushEventInit": [], 26828 "PushManager": [], 26829 "PushMessageData": [], 26830 "PushPermissionState": [], 26831 "PushSubscription": [], 26832 "PushSubscriptionInit": [], 26833 "PushSubscriptionJson": [], 26834 "PushSubscriptionKeys": [], 26835 "PushSubscriptionOptions": [], 26836 "PushSubscriptionOptionsInit": [], 26837 "QueryOptions": [], 26838 "QueuingStrategy": [], 26839 "QueuingStrategyInit": [], 26840 "RadioNodeList": [ 26841 "NodeList" 26842 ], 26843 "Range": [], 26844 "RcwnPerfStats": [], 26845 "RcwnStatus": [], 26846 "ReadableByteStreamController": [], 26847 "ReadableStream": [], 26848 "ReadableStreamByobReader": [], 26849 "ReadableStreamByobRequest": [], 26850 "ReadableStreamDefaultController": [], 26851 "ReadableStreamDefaultReader": [], 26852 "ReadableStreamGetReaderOptions": [], 26853 "ReadableStreamIteratorOptions": [], 26854 "ReadableStreamReadResult": [], 26855 "ReadableStreamReaderMode": [], 26856 "ReadableStreamType": [], 26857 "ReadableWritablePair": [], 26858 "RecordingState": [], 26859 "ReferrerPolicy": [], 26860 "RegisterRequest": [], 26861 "RegisterResponse": [], 26862 "RegisteredKey": [], 26863 "RegistrationOptions": [], 26864 "Request": [], 26865 "RequestCache": [], 26866 "RequestCredentials": [], 26867 "RequestDestination": [], 26868 "RequestDeviceOptions": [], 26869 "RequestInit": [], 26870 "RequestMediaKeySystemAccessNotification": [], 26871 "RequestMode": [], 26872 "RequestRedirect": [], 26873 "ResizeObserver": [], 26874 "ResizeObserverBoxOptions": [], 26875 "ResizeObserverEntry": [], 26876 "ResizeObserverOptions": [], 26877 "ResizeObserverSize": [], 26878 "ResizeQuality": [], 26879 "Response": [], 26880 "ResponseInit": [], 26881 "ResponseType": [], 26882 "RsaHashedImportParams": [], 26883 "RsaOaepParams": [], 26884 "RsaOtherPrimesInfo": [], 26885 "RsaPssParams": [], 26886 "RtcAnswerOptions": [], 26887 "RtcBundlePolicy": [], 26888 "RtcCertificate": [], 26889 "RtcCertificateExpiration": [], 26890 "RtcCodecStats": [], 26891 "RtcConfiguration": [], 26892 "RtcDataChannel": [ 26893 "EventTarget" 26894 ], 26895 "RtcDataChannelEvent": [ 26896 "Event" 26897 ], 26898 "RtcDataChannelEventInit": [], 26899 "RtcDataChannelInit": [], 26900 "RtcDataChannelState": [], 26901 "RtcDataChannelType": [], 26902 "RtcDegradationPreference": [], 26903 "RtcFecParameters": [], 26904 "RtcIceCandidate": [], 26905 "RtcIceCandidateInit": [], 26906 "RtcIceCandidatePairStats": [], 26907 "RtcIceCandidateStats": [], 26908 "RtcIceComponentStats": [], 26909 "RtcIceConnectionState": [], 26910 "RtcIceCredentialType": [], 26911 "RtcIceGatheringState": [], 26912 "RtcIceServer": [], 26913 "RtcIceTransportPolicy": [], 26914 "RtcIdentityAssertion": [], 26915 "RtcIdentityAssertionResult": [], 26916 "RtcIdentityProvider": [], 26917 "RtcIdentityProviderDetails": [], 26918 "RtcIdentityProviderOptions": [], 26919 "RtcIdentityProviderRegistrar": [], 26920 "RtcIdentityValidationResult": [], 26921 "RtcInboundRtpStreamStats": [], 26922 "RtcMediaStreamStats": [], 26923 "RtcMediaStreamTrackStats": [], 26924 "RtcOfferAnswerOptions": [], 26925 "RtcOfferOptions": [], 26926 "RtcOutboundRtpStreamStats": [], 26927 "RtcPeerConnection": [ 26928 "EventTarget" 26929 ], 26930 "RtcPeerConnectionIceErrorEvent": [ 26931 "Event" 26932 ], 26933 "RtcPeerConnectionIceEvent": [ 26934 "Event" 26935 ], 26936 "RtcPeerConnectionIceEventInit": [], 26937 "RtcPeerConnectionState": [], 26938 "RtcPriorityType": [], 26939 "RtcRtcpParameters": [], 26940 "RtcRtpCapabilities": [], 26941 "RtcRtpCodecCapability": [], 26942 "RtcRtpCodecParameters": [], 26943 "RtcRtpContributingSource": [], 26944 "RtcRtpEncodingParameters": [], 26945 "RtcRtpHeaderExtensionCapability": [], 26946 "RtcRtpHeaderExtensionParameters": [], 26947 "RtcRtpParameters": [], 26948 "RtcRtpReceiver": [], 26949 "RtcRtpSender": [], 26950 "RtcRtpSourceEntry": [], 26951 "RtcRtpSourceEntryType": [], 26952 "RtcRtpSynchronizationSource": [], 26953 "RtcRtpTransceiver": [], 26954 "RtcRtpTransceiverDirection": [], 26955 "RtcRtpTransceiverInit": [], 26956 "RtcRtxParameters": [], 26957 "RtcSdpType": [], 26958 "RtcSessionDescription": [], 26959 "RtcSessionDescriptionInit": [], 26960 "RtcSignalingState": [], 26961 "RtcStats": [], 26962 "RtcStatsIceCandidatePairState": [], 26963 "RtcStatsIceCandidateType": [], 26964 "RtcStatsReport": [], 26965 "RtcStatsReportInternal": [], 26966 "RtcStatsType": [], 26967 "RtcTrackEvent": [ 26968 "Event" 26969 ], 26970 "RtcTrackEventInit": [], 26971 "RtcTransportStats": [], 26972 "RtcdtmfSender": [ 26973 "EventTarget" 26974 ], 26975 "RtcdtmfToneChangeEvent": [ 26976 "Event" 26977 ], 26978 "RtcdtmfToneChangeEventInit": [], 26979 "RtcrtpContributingSourceStats": [], 26980 "RtcrtpStreamStats": [], 26981 "SaveFilePickerOptions": [], 26982 "Scheduler": [], 26983 "SchedulerPostTaskOptions": [], 26984 "Scheduling": [], 26985 "Screen": [ 26986 "EventTarget" 26987 ], 26988 "ScreenColorGamut": [], 26989 "ScreenLuminance": [], 26990 "ScreenOrientation": [ 26991 "EventTarget" 26992 ], 26993 "ScriptProcessorNode": [ 26994 "AudioNode", 26995 "EventTarget" 26996 ], 26997 "ScrollAreaEvent": [ 26998 "Event", 26999 "UiEvent" 27000 ], 27001 "ScrollBehavior": [], 27002 "ScrollBoxObject": [], 27003 "ScrollIntoViewOptions": [], 27004 "ScrollLogicalPosition": [], 27005 "ScrollOptions": [], 27006 "ScrollRestoration": [], 27007 "ScrollSetting": [], 27008 "ScrollState": [], 27009 "ScrollToOptions": [], 27010 "ScrollViewChangeEventInit": [], 27011 "SecurityPolicyViolationEvent": [ 27012 "Event" 27013 ], 27014 "SecurityPolicyViolationEventDisposition": [], 27015 "SecurityPolicyViolationEventInit": [], 27016 "Selection": [], 27017 "SelectionMode": [], 27018 "Serial": [ 27019 "EventTarget" 27020 ], 27021 "SerialInputSignals": [], 27022 "SerialOptions": [], 27023 "SerialOutputSignals": [], 27024 "SerialPort": [ 27025 "EventTarget" 27026 ], 27027 "SerialPortFilter": [], 27028 "SerialPortInfo": [], 27029 "SerialPortRequestOptions": [], 27030 "ServerSocketOptions": [], 27031 "ServiceWorker": [ 27032 "EventTarget" 27033 ], 27034 "ServiceWorkerContainer": [ 27035 "EventTarget" 27036 ], 27037 "ServiceWorkerGlobalScope": [ 27038 "EventTarget", 27039 "WorkerGlobalScope" 27040 ], 27041 "ServiceWorkerRegistration": [ 27042 "EventTarget" 27043 ], 27044 "ServiceWorkerState": [], 27045 "ServiceWorkerUpdateViaCache": [], 27046 "ShadowRoot": [ 27047 "DocumentFragment", 27048 "EventTarget", 27049 "Node" 27050 ], 27051 "ShadowRootInit": [], 27052 "ShadowRootMode": [], 27053 "ShareData": [], 27054 "SharedWorker": [ 27055 "EventTarget" 27056 ], 27057 "SharedWorkerGlobalScope": [ 27058 "EventTarget", 27059 "WorkerGlobalScope" 27060 ], 27061 "SignResponse": [], 27062 "SocketElement": [], 27063 "SocketOptions": [], 27064 "SocketReadyState": [], 27065 "SocketsDict": [], 27066 "SourceBuffer": [ 27067 "EventTarget" 27068 ], 27069 "SourceBufferAppendMode": [], 27070 "SourceBufferList": [ 27071 "EventTarget" 27072 ], 27073 "SpeechGrammar": [], 27074 "SpeechGrammarList": [], 27075 "SpeechRecognition": [ 27076 "EventTarget" 27077 ], 27078 "SpeechRecognitionAlternative": [], 27079 "SpeechRecognitionError": [ 27080 "Event" 27081 ], 27082 "SpeechRecognitionErrorCode": [], 27083 "SpeechRecognitionErrorInit": [], 27084 "SpeechRecognitionEvent": [ 27085 "Event" 27086 ], 27087 "SpeechRecognitionEventInit": [], 27088 "SpeechRecognitionResult": [], 27089 "SpeechRecognitionResultList": [], 27090 "SpeechSynthesis": [ 27091 "EventTarget" 27092 ], 27093 "SpeechSynthesisErrorCode": [], 27094 "SpeechSynthesisErrorEvent": [ 27095 "Event", 27096 "SpeechSynthesisEvent" 27097 ], 27098 "SpeechSynthesisErrorEventInit": [], 27099 "SpeechSynthesisEvent": [ 27100 "Event" 27101 ], 27102 "SpeechSynthesisEventInit": [], 27103 "SpeechSynthesisUtterance": [ 27104 "EventTarget" 27105 ], 27106 "SpeechSynthesisVoice": [], 27107 "StereoPannerNode": [ 27108 "AudioNode", 27109 "EventTarget" 27110 ], 27111 "StereoPannerOptions": [], 27112 "Storage": [], 27113 "StorageEstimate": [], 27114 "StorageEvent": [ 27115 "Event" 27116 ], 27117 "StorageEventInit": [], 27118 "StorageManager": [], 27119 "StorageType": [], 27120 "StreamPipeOptions": [], 27121 "StyleRuleChangeEventInit": [], 27122 "StyleSheet": [], 27123 "StyleSheetApplicableStateChangeEventInit": [], 27124 "StyleSheetChangeEventInit": [], 27125 "StyleSheetList": [], 27126 "SubmitEvent": [ 27127 "Event" 27128 ], 27129 "SubmitEventInit": [], 27130 "SubtleCrypto": [], 27131 "SupportedType": [], 27132 "SvcOutputMetadata": [], 27133 "SvgAngle": [], 27134 "SvgAnimateElement": [ 27135 "Element", 27136 "EventTarget", 27137 "Node", 27138 "SvgAnimationElement", 27139 "SvgElement" 27140 ], 27141 "SvgAnimateMotionElement": [ 27142 "Element", 27143 "EventTarget", 27144 "Node", 27145 "SvgAnimationElement", 27146 "SvgElement" 27147 ], 27148 "SvgAnimateTransformElement": [ 27149 "Element", 27150 "EventTarget", 27151 "Node", 27152 "SvgAnimationElement", 27153 "SvgElement" 27154 ], 27155 "SvgAnimatedAngle": [], 27156 "SvgAnimatedBoolean": [], 27157 "SvgAnimatedEnumeration": [], 27158 "SvgAnimatedInteger": [], 27159 "SvgAnimatedLength": [], 27160 "SvgAnimatedLengthList": [], 27161 "SvgAnimatedNumber": [], 27162 "SvgAnimatedNumberList": [], 27163 "SvgAnimatedPreserveAspectRatio": [], 27164 "SvgAnimatedRect": [], 27165 "SvgAnimatedString": [], 27166 "SvgAnimatedTransformList": [], 27167 "SvgAnimationElement": [ 27168 "Element", 27169 "EventTarget", 27170 "Node", 27171 "SvgElement" 27172 ], 27173 "SvgBoundingBoxOptions": [], 27174 "SvgCircleElement": [ 27175 "Element", 27176 "EventTarget", 27177 "Node", 27178 "SvgElement", 27179 "SvgGeometryElement", 27180 "SvgGraphicsElement" 27181 ], 27182 "SvgClipPathElement": [ 27183 "Element", 27184 "EventTarget", 27185 "Node", 27186 "SvgElement" 27187 ], 27188 "SvgComponentTransferFunctionElement": [ 27189 "Element", 27190 "EventTarget", 27191 "Node", 27192 "SvgElement" 27193 ], 27194 "SvgDefsElement": [ 27195 "Element", 27196 "EventTarget", 27197 "Node", 27198 "SvgElement", 27199 "SvgGraphicsElement" 27200 ], 27201 "SvgDescElement": [ 27202 "Element", 27203 "EventTarget", 27204 "Node", 27205 "SvgElement" 27206 ], 27207 "SvgElement": [ 27208 "Element", 27209 "EventTarget", 27210 "Node" 27211 ], 27212 "SvgEllipseElement": [ 27213 "Element", 27214 "EventTarget", 27215 "Node", 27216 "SvgElement", 27217 "SvgGeometryElement", 27218 "SvgGraphicsElement" 27219 ], 27220 "SvgFilterElement": [ 27221 "Element", 27222 "EventTarget", 27223 "Node", 27224 "SvgElement" 27225 ], 27226 "SvgForeignObjectElement": [ 27227 "Element", 27228 "EventTarget", 27229 "Node", 27230 "SvgElement", 27231 "SvgGraphicsElement" 27232 ], 27233 "SvgGeometryElement": [ 27234 "Element", 27235 "EventTarget", 27236 "Node", 27237 "SvgElement", 27238 "SvgGraphicsElement" 27239 ], 27240 "SvgGradientElement": [ 27241 "Element", 27242 "EventTarget", 27243 "Node", 27244 "SvgElement" 27245 ], 27246 "SvgGraphicsElement": [ 27247 "Element", 27248 "EventTarget", 27249 "Node", 27250 "SvgElement" 27251 ], 27252 "SvgImageElement": [ 27253 "Element", 27254 "EventTarget", 27255 "Node", 27256 "SvgElement", 27257 "SvgGraphicsElement" 27258 ], 27259 "SvgLength": [], 27260 "SvgLengthList": [], 27261 "SvgLineElement": [ 27262 "Element", 27263 "EventTarget", 27264 "Node", 27265 "SvgElement", 27266 "SvgGeometryElement", 27267 "SvgGraphicsElement" 27268 ], 27269 "SvgLinearGradientElement": [ 27270 "Element", 27271 "EventTarget", 27272 "Node", 27273 "SvgElement", 27274 "SvgGradientElement" 27275 ], 27276 "SvgMarkerElement": [ 27277 "Element", 27278 "EventTarget", 27279 "Node", 27280 "SvgElement" 27281 ], 27282 "SvgMaskElement": [ 27283 "Element", 27284 "EventTarget", 27285 "Node", 27286 "SvgElement" 27287 ], 27288 "SvgMatrix": [], 27289 "SvgMetadataElement": [ 27290 "Element", 27291 "EventTarget", 27292 "Node", 27293 "SvgElement" 27294 ], 27295 "SvgNumber": [], 27296 "SvgNumberList": [], 27297 "SvgPathElement": [ 27298 "Element", 27299 "EventTarget", 27300 "Node", 27301 "SvgElement", 27302 "SvgGeometryElement", 27303 "SvgGraphicsElement" 27304 ], 27305 "SvgPathSeg": [], 27306 "SvgPathSegArcAbs": [ 27307 "SvgPathSeg" 27308 ], 27309 "SvgPathSegArcRel": [ 27310 "SvgPathSeg" 27311 ], 27312 "SvgPathSegClosePath": [ 27313 "SvgPathSeg" 27314 ], 27315 "SvgPathSegCurvetoCubicAbs": [ 27316 "SvgPathSeg" 27317 ], 27318 "SvgPathSegCurvetoCubicRel": [ 27319 "SvgPathSeg" 27320 ], 27321 "SvgPathSegCurvetoCubicSmoothAbs": [ 27322 "SvgPathSeg" 27323 ], 27324 "SvgPathSegCurvetoCubicSmoothRel": [ 27325 "SvgPathSeg" 27326 ], 27327 "SvgPathSegCurvetoQuadraticAbs": [ 27328 "SvgPathSeg" 27329 ], 27330 "SvgPathSegCurvetoQuadraticRel": [ 27331 "SvgPathSeg" 27332 ], 27333 "SvgPathSegCurvetoQuadraticSmoothAbs": [ 27334 "SvgPathSeg" 27335 ], 27336 "SvgPathSegCurvetoQuadraticSmoothRel": [ 27337 "SvgPathSeg" 27338 ], 27339 "SvgPathSegLinetoAbs": [ 27340 "SvgPathSeg" 27341 ], 27342 "SvgPathSegLinetoHorizontalAbs": [ 27343 "SvgPathSeg" 27344 ], 27345 "SvgPathSegLinetoHorizontalRel": [ 27346 "SvgPathSeg" 27347 ], 27348 "SvgPathSegLinetoRel": [ 27349 "SvgPathSeg" 27350 ], 27351 "SvgPathSegLinetoVerticalAbs": [ 27352 "SvgPathSeg" 27353 ], 27354 "SvgPathSegLinetoVerticalRel": [ 27355 "SvgPathSeg" 27356 ], 27357 "SvgPathSegList": [], 27358 "SvgPathSegMovetoAbs": [ 27359 "SvgPathSeg" 27360 ], 27361 "SvgPathSegMovetoRel": [ 27362 "SvgPathSeg" 27363 ], 27364 "SvgPatternElement": [ 27365 "Element", 27366 "EventTarget", 27367 "Node", 27368 "SvgElement" 27369 ], 27370 "SvgPoint": [], 27371 "SvgPointList": [], 27372 "SvgPolygonElement": [ 27373 "Element", 27374 "EventTarget", 27375 "Node", 27376 "SvgElement", 27377 "SvgGeometryElement", 27378 "SvgGraphicsElement" 27379 ], 27380 "SvgPolylineElement": [ 27381 "Element", 27382 "EventTarget", 27383 "Node", 27384 "SvgElement", 27385 "SvgGeometryElement", 27386 "SvgGraphicsElement" 27387 ], 27388 "SvgPreserveAspectRatio": [], 27389 "SvgRadialGradientElement": [ 27390 "Element", 27391 "EventTarget", 27392 "Node", 27393 "SvgElement", 27394 "SvgGradientElement" 27395 ], 27396 "SvgRect": [], 27397 "SvgRectElement": [ 27398 "Element", 27399 "EventTarget", 27400 "Node", 27401 "SvgElement", 27402 "SvgGeometryElement", 27403 "SvgGraphicsElement" 27404 ], 27405 "SvgScriptElement": [ 27406 "Element", 27407 "EventTarget", 27408 "Node", 27409 "SvgElement" 27410 ], 27411 "SvgSetElement": [ 27412 "Element", 27413 "EventTarget", 27414 "Node", 27415 "SvgAnimationElement", 27416 "SvgElement" 27417 ], 27418 "SvgStopElement": [ 27419 "Element", 27420 "EventTarget", 27421 "Node", 27422 "SvgElement" 27423 ], 27424 "SvgStringList": [], 27425 "SvgStyleElement": [ 27426 "Element", 27427 "EventTarget", 27428 "Node", 27429 "SvgElement" 27430 ], 27431 "SvgSwitchElement": [ 27432 "Element", 27433 "EventTarget", 27434 "Node", 27435 "SvgElement", 27436 "SvgGraphicsElement" 27437 ], 27438 "SvgSymbolElement": [ 27439 "Element", 27440 "EventTarget", 27441 "Node", 27442 "SvgElement" 27443 ], 27444 "SvgTextContentElement": [ 27445 "Element", 27446 "EventTarget", 27447 "Node", 27448 "SvgElement", 27449 "SvgGraphicsElement" 27450 ], 27451 "SvgTextElement": [ 27452 "Element", 27453 "EventTarget", 27454 "Node", 27455 "SvgElement", 27456 "SvgGraphicsElement", 27457 "SvgTextContentElement", 27458 "SvgTextPositioningElement" 27459 ], 27460 "SvgTextPathElement": [ 27461 "Element", 27462 "EventTarget", 27463 "Node", 27464 "SvgElement", 27465 "SvgGraphicsElement", 27466 "SvgTextContentElement" 27467 ], 27468 "SvgTextPositioningElement": [ 27469 "Element", 27470 "EventTarget", 27471 "Node", 27472 "SvgElement", 27473 "SvgGraphicsElement", 27474 "SvgTextContentElement" 27475 ], 27476 "SvgTitleElement": [ 27477 "Element", 27478 "EventTarget", 27479 "Node", 27480 "SvgElement" 27481 ], 27482 "SvgTransform": [], 27483 "SvgTransformList": [], 27484 "SvgUnitTypes": [], 27485 "SvgUseElement": [ 27486 "Element", 27487 "EventTarget", 27488 "Node", 27489 "SvgElement", 27490 "SvgGraphicsElement" 27491 ], 27492 "SvgViewElement": [ 27493 "Element", 27494 "EventTarget", 27495 "Node", 27496 "SvgElement" 27497 ], 27498 "SvgZoomAndPan": [], 27499 "SvgaElement": [ 27500 "Element", 27501 "EventTarget", 27502 "Node", 27503 "SvgElement", 27504 "SvgGraphicsElement" 27505 ], 27506 "SvgfeBlendElement": [ 27507 "Element", 27508 "EventTarget", 27509 "Node", 27510 "SvgElement" 27511 ], 27512 "SvgfeColorMatrixElement": [ 27513 "Element", 27514 "EventTarget", 27515 "Node", 27516 "SvgElement" 27517 ], 27518 "SvgfeComponentTransferElement": [ 27519 "Element", 27520 "EventTarget", 27521 "Node", 27522 "SvgElement" 27523 ], 27524 "SvgfeCompositeElement": [ 27525 "Element", 27526 "EventTarget", 27527 "Node", 27528 "SvgElement" 27529 ], 27530 "SvgfeConvolveMatrixElement": [ 27531 "Element", 27532 "EventTarget", 27533 "Node", 27534 "SvgElement" 27535 ], 27536 "SvgfeDiffuseLightingElement": [ 27537 "Element", 27538 "EventTarget", 27539 "Node", 27540 "SvgElement" 27541 ], 27542 "SvgfeDisplacementMapElement": [ 27543 "Element", 27544 "EventTarget", 27545 "Node", 27546 "SvgElement" 27547 ], 27548 "SvgfeDistantLightElement": [ 27549 "Element", 27550 "EventTarget", 27551 "Node", 27552 "SvgElement" 27553 ], 27554 "SvgfeDropShadowElement": [ 27555 "Element", 27556 "EventTarget", 27557 "Node", 27558 "SvgElement" 27559 ], 27560 "SvgfeFloodElement": [ 27561 "Element", 27562 "EventTarget", 27563 "Node", 27564 "SvgElement" 27565 ], 27566 "SvgfeFuncAElement": [ 27567 "Element", 27568 "EventTarget", 27569 "Node", 27570 "SvgComponentTransferFunctionElement", 27571 "SvgElement" 27572 ], 27573 "SvgfeFuncBElement": [ 27574 "Element", 27575 "EventTarget", 27576 "Node", 27577 "SvgComponentTransferFunctionElement", 27578 "SvgElement" 27579 ], 27580 "SvgfeFuncGElement": [ 27581 "Element", 27582 "EventTarget", 27583 "Node", 27584 "SvgComponentTransferFunctionElement", 27585 "SvgElement" 27586 ], 27587 "SvgfeFuncRElement": [ 27588 "Element", 27589 "EventTarget", 27590 "Node", 27591 "SvgComponentTransferFunctionElement", 27592 "SvgElement" 27593 ], 27594 "SvgfeGaussianBlurElement": [ 27595 "Element", 27596 "EventTarget", 27597 "Node", 27598 "SvgElement" 27599 ], 27600 "SvgfeImageElement": [ 27601 "Element", 27602 "EventTarget", 27603 "Node", 27604 "SvgElement" 27605 ], 27606 "SvgfeMergeElement": [ 27607 "Element", 27608 "EventTarget", 27609 "Node", 27610 "SvgElement" 27611 ], 27612 "SvgfeMergeNodeElement": [ 27613 "Element", 27614 "EventTarget", 27615 "Node", 27616 "SvgElement" 27617 ], 27618 "SvgfeMorphologyElement": [ 27619 "Element", 27620 "EventTarget", 27621 "Node", 27622 "SvgElement" 27623 ], 27624 "SvgfeOffsetElement": [ 27625 "Element", 27626 "EventTarget", 27627 "Node", 27628 "SvgElement" 27629 ], 27630 "SvgfePointLightElement": [ 27631 "Element", 27632 "EventTarget", 27633 "Node", 27634 "SvgElement" 27635 ], 27636 "SvgfeSpecularLightingElement": [ 27637 "Element", 27638 "EventTarget", 27639 "Node", 27640 "SvgElement" 27641 ], 27642 "SvgfeSpotLightElement": [ 27643 "Element", 27644 "EventTarget", 27645 "Node", 27646 "SvgElement" 27647 ], 27648 "SvgfeTileElement": [ 27649 "Element", 27650 "EventTarget", 27651 "Node", 27652 "SvgElement" 27653 ], 27654 "SvgfeTurbulenceElement": [ 27655 "Element", 27656 "EventTarget", 27657 "Node", 27658 "SvgElement" 27659 ], 27660 "SvggElement": [ 27661 "Element", 27662 "EventTarget", 27663 "Node", 27664 "SvgElement", 27665 "SvgGraphicsElement" 27666 ], 27667 "SvgmPathElement": [ 27668 "Element", 27669 "EventTarget", 27670 "Node", 27671 "SvgElement" 27672 ], 27673 "SvgsvgElement": [ 27674 "Element", 27675 "EventTarget", 27676 "Node", 27677 "SvgElement", 27678 "SvgGraphicsElement" 27679 ], 27680 "SvgtSpanElement": [ 27681 "Element", 27682 "EventTarget", 27683 "Node", 27684 "SvgElement", 27685 "SvgGraphicsElement", 27686 "SvgTextContentElement", 27687 "SvgTextPositioningElement" 27688 ], 27689 "TaskController": [ 27690 "AbortController" 27691 ], 27692 "TaskControllerInit": [], 27693 "TaskPriority": [], 27694 "TaskPriorityChangeEvent": [ 27695 "Event" 27696 ], 27697 "TaskPriorityChangeEventInit": [], 27698 "TaskSignal": [ 27699 "AbortSignal", 27700 "EventTarget" 27701 ], 27702 "TaskSignalAnyInit": [], 27703 "TcpReadyState": [], 27704 "TcpServerSocket": [ 27705 "EventTarget" 27706 ], 27707 "TcpServerSocketEvent": [ 27708 "Event" 27709 ], 27710 "TcpServerSocketEventInit": [], 27711 "TcpSocket": [ 27712 "EventTarget" 27713 ], 27714 "TcpSocketBinaryType": [], 27715 "TcpSocketErrorEvent": [ 27716 "Event" 27717 ], 27718 "TcpSocketErrorEventInit": [], 27719 "TcpSocketEvent": [ 27720 "Event" 27721 ], 27722 "TcpSocketEventInit": [], 27723 "Text": [ 27724 "CharacterData", 27725 "EventTarget", 27726 "Node" 27727 ], 27728 "TextDecodeOptions": [], 27729 "TextDecoder": [], 27730 "TextDecoderOptions": [], 27731 "TextEncoder": [], 27732 "TextMetrics": [], 27733 "TextTrack": [ 27734 "EventTarget" 27735 ], 27736 "TextTrackCue": [ 27737 "EventTarget" 27738 ], 27739 "TextTrackCueList": [], 27740 "TextTrackKind": [], 27741 "TextTrackList": [ 27742 "EventTarget" 27743 ], 27744 "TextTrackMode": [], 27745 "TimeEvent": [ 27746 "Event" 27747 ], 27748 "TimeRanges": [], 27749 "Touch": [], 27750 "TouchEvent": [ 27751 "Event", 27752 "UiEvent" 27753 ], 27754 "TouchEventInit": [], 27755 "TouchInit": [], 27756 "TouchList": [], 27757 "TrackEvent": [ 27758 "Event" 27759 ], 27760 "TrackEventInit": [], 27761 "TransformStream": [], 27762 "TransformStreamDefaultController": [], 27763 "Transformer": [], 27764 "TransitionEvent": [ 27765 "Event" 27766 ], 27767 "TransitionEventInit": [], 27768 "Transport": [], 27769 "TreeBoxObject": [], 27770 "TreeCellInfo": [], 27771 "TreeView": [], 27772 "TreeWalker": [], 27773 "U2f": [], 27774 "U2fClientData": [], 27775 "UdpMessageEventInit": [], 27776 "UdpOptions": [], 27777 "UiEvent": [ 27778 "Event" 27779 ], 27780 "UiEventInit": [], 27781 "UnderlyingSink": [], 27782 "UnderlyingSource": [], 27783 "Url": [], 27784 "UrlSearchParams": [], 27785 "Usb": [ 27786 "EventTarget" 27787 ], 27788 "UsbAlternateInterface": [], 27789 "UsbConfiguration": [], 27790 "UsbConnectionEvent": [ 27791 "Event" 27792 ], 27793 "UsbConnectionEventInit": [], 27794 "UsbControlTransferParameters": [], 27795 "UsbDevice": [], 27796 "UsbDeviceFilter": [], 27797 "UsbDeviceRequestOptions": [], 27798 "UsbDirection": [], 27799 "UsbEndpoint": [], 27800 "UsbEndpointType": [], 27801 "UsbInTransferResult": [], 27802 "UsbInterface": [], 27803 "UsbIsochronousInTransferPacket": [], 27804 "UsbIsochronousInTransferResult": [], 27805 "UsbIsochronousOutTransferPacket": [], 27806 "UsbIsochronousOutTransferResult": [], 27807 "UsbOutTransferResult": [], 27808 "UsbPermissionDescriptor": [], 27809 "UsbPermissionResult": [ 27810 "EventTarget", 27811 "PermissionStatus" 27812 ], 27813 "UsbPermissionStorage": [], 27814 "UsbRecipient": [], 27815 "UsbRequestType": [], 27816 "UsbTransferStatus": [], 27817 "UserActivation": [], 27818 "UserProximityEvent": [ 27819 "Event" 27820 ], 27821 "UserProximityEventInit": [], 27822 "UserVerificationRequirement": [], 27823 "ValidityState": [], 27824 "ValueEvent": [ 27825 "Event" 27826 ], 27827 "ValueEventInit": [], 27828 "VideoColorPrimaries": [], 27829 "VideoColorSpace": [], 27830 "VideoColorSpaceInit": [], 27831 "VideoConfiguration": [], 27832 "VideoDecoder": [], 27833 "VideoDecoderConfig": [], 27834 "VideoDecoderInit": [], 27835 "VideoDecoderSupport": [], 27836 "VideoEncoder": [], 27837 "VideoEncoderConfig": [], 27838 "VideoEncoderEncodeOptions": [], 27839 "VideoEncoderInit": [], 27840 "VideoEncoderSupport": [], 27841 "VideoFacingModeEnum": [], 27842 "VideoFrame": [], 27843 "VideoFrameBufferInit": [], 27844 "VideoFrameCopyToOptions": [], 27845 "VideoFrameInit": [], 27846 "VideoMatrixCoefficients": [], 27847 "VideoPixelFormat": [], 27848 "VideoPlaybackQuality": [], 27849 "VideoStreamTrack": [ 27850 "EventTarget", 27851 "MediaStreamTrack" 27852 ], 27853 "VideoTrack": [], 27854 "VideoTrackList": [ 27855 "EventTarget" 27856 ], 27857 "VideoTransferCharacteristics": [], 27858 "ViewTransition": [], 27859 "VisibilityState": [], 27860 "VoidCallback": [], 27861 "VrDisplay": [ 27862 "EventTarget" 27863 ], 27864 "VrDisplayCapabilities": [], 27865 "VrEye": [], 27866 "VrEyeParameters": [], 27867 "VrFieldOfView": [], 27868 "VrFrameData": [], 27869 "VrLayer": [], 27870 "VrMockController": [], 27871 "VrMockDisplay": [], 27872 "VrPose": [], 27873 "VrServiceTest": [], 27874 "VrStageParameters": [], 27875 "VrSubmitFrameResult": [], 27876 "VttCue": [ 27877 "EventTarget", 27878 "TextTrackCue" 27879 ], 27880 "VttRegion": [], 27881 "WakeLock": [], 27882 "WakeLockSentinel": [ 27883 "EventTarget" 27884 ], 27885 "WakeLockType": [], 27886 "WatchAdvertisementsOptions": [], 27887 "WaveShaperNode": [ 27888 "AudioNode", 27889 "EventTarget" 27890 ], 27891 "WaveShaperOptions": [], 27892 "WebGl2RenderingContext": [], 27893 "WebGlActiveInfo": [], 27894 "WebGlBuffer": [], 27895 "WebGlContextAttributes": [], 27896 "WebGlContextEvent": [ 27897 "Event" 27898 ], 27899 "WebGlContextEventInit": [], 27900 "WebGlFramebuffer": [], 27901 "WebGlPowerPreference": [], 27902 "WebGlProgram": [], 27903 "WebGlQuery": [], 27904 "WebGlRenderbuffer": [], 27905 "WebGlRenderingContext": [], 27906 "WebGlSampler": [], 27907 "WebGlShader": [], 27908 "WebGlShaderPrecisionFormat": [], 27909 "WebGlSync": [], 27910 "WebGlTexture": [], 27911 "WebGlTransformFeedback": [], 27912 "WebGlUniformLocation": [], 27913 "WebGlVertexArrayObject": [], 27914 "WebKitCssMatrix": [ 27915 "DomMatrix", 27916 "DomMatrixReadOnly" 27917 ], 27918 "WebSocket": [ 27919 "EventTarget" 27920 ], 27921 "WebSocketDict": [], 27922 "WebSocketElement": [], 27923 "WebTransport": [], 27924 "WebTransportBidirectionalStream": [], 27925 "WebTransportCloseInfo": [], 27926 "WebTransportCongestionControl": [], 27927 "WebTransportDatagramDuplexStream": [], 27928 "WebTransportDatagramStats": [], 27929 "WebTransportError": [ 27930 "DomException" 27931 ], 27932 "WebTransportErrorOptions": [], 27933 "WebTransportErrorSource": [], 27934 "WebTransportHash": [], 27935 "WebTransportOptions": [], 27936 "WebTransportReceiveStream": [ 27937 "ReadableStream" 27938 ], 27939 "WebTransportReceiveStreamStats": [], 27940 "WebTransportReliabilityMode": [], 27941 "WebTransportSendStream": [ 27942 "WritableStream" 27943 ], 27944 "WebTransportSendStreamOptions": [], 27945 "WebTransportSendStreamStats": [], 27946 "WebTransportStats": [], 27947 "WebglColorBufferFloat": [], 27948 "WebglCompressedTextureAstc": [], 27949 "WebglCompressedTextureAtc": [], 27950 "WebglCompressedTextureEtc": [], 27951 "WebglCompressedTextureEtc1": [], 27952 "WebglCompressedTexturePvrtc": [], 27953 "WebglCompressedTextureS3tc": [], 27954 "WebglCompressedTextureS3tcSrgb": [], 27955 "WebglDebugRendererInfo": [], 27956 "WebglDebugShaders": [], 27957 "WebglDepthTexture": [], 27958 "WebglDrawBuffers": [], 27959 "WebglLoseContext": [], 27960 "WebglMultiDraw": [], 27961 "WellKnownDirectory": [], 27962 "WgslLanguageFeatures": [], 27963 "WheelEvent": [ 27964 "Event", 27965 "MouseEvent", 27966 "UiEvent" 27967 ], 27968 "WheelEventInit": [], 27969 "WidevineCdmManifest": [], 27970 "Window": [ 27971 "EventTarget" 27972 ], 27973 "WindowClient": [ 27974 "Client" 27975 ], 27976 "Worker": [ 27977 "EventTarget" 27978 ], 27979 "WorkerDebuggerGlobalScope": [ 27980 "EventTarget" 27981 ], 27982 "WorkerGlobalScope": [ 27983 "EventTarget" 27984 ], 27985 "WorkerLocation": [], 27986 "WorkerNavigator": [], 27987 "WorkerOptions": [], 27988 "WorkerType": [], 27989 "Worklet": [], 27990 "WorkletGlobalScope": [], 27991 "WorkletOptions": [], 27992 "WritableStream": [], 27993 "WritableStreamDefaultController": [], 27994 "WritableStreamDefaultWriter": [], 27995 "WriteCommandType": [], 27996 "WriteParams": [], 27997 "XPathExpression": [], 27998 "XPathNsResolver": [], 27999 "XPathResult": [], 28000 "XmlDocument": [ 28001 "Document", 28002 "EventTarget", 28003 "Node" 28004 ], 28005 "XmlHttpRequest": [ 28006 "EventTarget", 28007 "XmlHttpRequestEventTarget" 28008 ], 28009 "XmlHttpRequestEventTarget": [ 28010 "EventTarget" 28011 ], 28012 "XmlHttpRequestResponseType": [], 28013 "XmlHttpRequestUpload": [ 28014 "EventTarget", 28015 "XmlHttpRequestEventTarget" 28016 ], 28017 "XmlSerializer": [], 28018 "XrBoundedReferenceSpace": [ 28019 "EventTarget", 28020 "XrReferenceSpace", 28021 "XrSpace" 28022 ], 28023 "XrEye": [], 28024 "XrFrame": [], 28025 "XrHand": [], 28026 "XrHandJoint": [], 28027 "XrHandedness": [], 28028 "XrInputSource": [], 28029 "XrInputSourceArray": [], 28030 "XrInputSourceEvent": [ 28031 "Event" 28032 ], 28033 "XrInputSourceEventInit": [], 28034 "XrInputSourcesChangeEvent": [ 28035 "Event" 28036 ], 28037 "XrInputSourcesChangeEventInit": [], 28038 "XrJointPose": [ 28039 "XrPose" 28040 ], 28041 "XrJointSpace": [ 28042 "EventTarget", 28043 "XrSpace" 28044 ], 28045 "XrLayer": [ 28046 "EventTarget" 28047 ], 28048 "XrPermissionDescriptor": [], 28049 "XrPermissionStatus": [ 28050 "EventTarget", 28051 "PermissionStatus" 28052 ], 28053 "XrPose": [], 28054 "XrReferenceSpace": [ 28055 "EventTarget", 28056 "XrSpace" 28057 ], 28058 "XrReferenceSpaceEvent": [ 28059 "Event" 28060 ], 28061 "XrReferenceSpaceEventInit": [], 28062 "XrReferenceSpaceType": [], 28063 "XrRenderState": [], 28064 "XrRenderStateInit": [], 28065 "XrRigidTransform": [], 28066 "XrSession": [ 28067 "EventTarget" 28068 ], 28069 "XrSessionEvent": [ 28070 "Event" 28071 ], 28072 "XrSessionEventInit": [], 28073 "XrSessionInit": [], 28074 "XrSessionMode": [], 28075 "XrSessionSupportedPermissionDescriptor": [], 28076 "XrSpace": [ 28077 "EventTarget" 28078 ], 28079 "XrSystem": [ 28080 "EventTarget" 28081 ], 28082 "XrTargetRayMode": [], 28083 "XrView": [], 28084 "XrViewerPose": [ 28085 "XrPose" 28086 ], 28087 "XrViewport": [], 28088 "XrVisibilityState": [], 28089 "XrWebGlLayer": [ 28090 "EventTarget", 28091 "XrLayer" 28092 ], 28093 "XrWebGlLayerInit": [], 28094 "XsltProcessor": [], 28095 "console": [], 28096 "css": [], 28097 "gpu_buffer_usage": [], 28098 "gpu_color_write": [], 28099 "gpu_map_mode": [], 28100 "gpu_shader_stage": [], 28101 "gpu_texture_usage": [] 28102 }, 28103 "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", 28104 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 28105 "keywords": [], 28106 "license": "MIT OR Apache-2.0", 28107 "license_file": null, 28108 "links": null, 28109 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml", 28110 "metadata": { 28111 "docs": { 28112 "rs": { 28113 "all-features": true, 28114 "rustdoc-args": [ 28115 "--cfg=web_sys_unstable_apis" 28116 ] 28117 } 28118 } 28119 }, 28120 "name": "web-sys", 28121 "publish": null, 28122 "readme": "./README.md", 28123 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", 28124 "rust_version": "1.57", 28125 "source": "registry+https://github.com/rust-lang/crates.io-index", 28126 "targets": [ 28127 { 28128 "crate_types": [ 28129 "lib" 28130 ], 28131 "doc": true, 28132 "doctest": false, 28133 "edition": "2018", 28134 "kind": [ 28135 "lib" 28136 ], 28137 "name": "web_sys", 28138 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/src/lib.rs", 28139 "test": false 28140 }, 28141 { 28142 "crate_types": [ 28143 "bin" 28144 ], 28145 "doc": false, 28146 "doctest": false, 28147 "edition": "2018", 28148 "kind": [ 28149 "test" 28150 ], 28151 "name": "wasm", 28152 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/tests/wasm/main.rs", 28153 "test": true 28154 } 28155 ], 28156 "version": "0.3.69" 28157 }, 28158 { 28159 "authors": [ 28160 "Microsoft" 28161 ], 28162 "categories": [ 28163 "os::windows-apis" 28164 ], 28165 "default_run": null, 28166 "dependencies": [ 28167 { 28168 "features": [], 28169 "kind": null, 28170 "name": "windows-targets", 28171 "optional": false, 28172 "registry": null, 28173 "rename": null, 28174 "req": "^0.52.0", 28175 "source": "registry+https://github.com/rust-lang/crates.io-index", 28176 "target": null, 28177 "uses_default_features": true 28178 } 28179 ], 28180 "description": "Rust for Windows", 28181 "documentation": null, 28182 "edition": "2021", 28183 "features": { 28184 "default": [], 28185 "implement": [] 28186 }, 28187 "homepage": null, 28188 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 28189 "keywords": [], 28190 "license": "MIT OR Apache-2.0", 28191 "license_file": null, 28192 "links": null, 28193 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml", 28194 "metadata": { 28195 "docs": { 28196 "rs": { 28197 "default-target": "x86_64-pc-windows-msvc", 28198 "targets": [] 28199 } 28200 } 28201 }, 28202 "name": "windows-core", 28203 "publish": null, 28204 "readme": "readme.md", 28205 "repository": "https://github.com/microsoft/windows-rs", 28206 "rust_version": "1.56", 28207 "source": "registry+https://github.com/rust-lang/crates.io-index", 28208 "targets": [ 28209 { 28210 "crate_types": [ 28211 "lib" 28212 ], 28213 "doc": true, 28214 "doctest": true, 28215 "edition": "2021", 28216 "kind": [ 28217 "lib" 28218 ], 28219 "name": "windows_core", 28220 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs", 28221 "test": true 28222 } 28223 ], 28224 "version": "0.52.0" 28225 }, 28226 { 28227 "authors": [ 28228 "Microsoft" 28229 ], 28230 "categories": [ 28231 "os::windows-apis" 28232 ], 28233 "default_run": null, 28234 "dependencies": [ 28235 { 28236 "features": [], 28237 "kind": null, 28238 "name": "windows-targets", 28239 "optional": false, 28240 "registry": null, 28241 "rename": null, 28242 "req": "^0.48.0", 28243 "source": "registry+https://github.com/rust-lang/crates.io-index", 28244 "target": null, 28245 "uses_default_features": true 28246 } 28247 ], 28248 "description": "Rust for Windows", 28249 "documentation": null, 28250 "edition": "2018", 28251 "features": { 28252 "Wdk": [], 28253 "Wdk_System": [ 28254 "Wdk" 28255 ], 28256 "Wdk_System_OfflineRegistry": [ 28257 "Wdk_System" 28258 ], 28259 "Win32": [], 28260 "Win32_Data": [ 28261 "Win32" 28262 ], 28263 "Win32_Data_HtmlHelp": [ 28264 "Win32_Data" 28265 ], 28266 "Win32_Data_RightsManagement": [ 28267 "Win32_Data" 28268 ], 28269 "Win32_Data_Xml": [ 28270 "Win32_Data" 28271 ], 28272 "Win32_Data_Xml_MsXml": [ 28273 "Win32_Data_Xml" 28274 ], 28275 "Win32_Data_Xml_XmlLite": [ 28276 "Win32_Data_Xml" 28277 ], 28278 "Win32_Devices": [ 28279 "Win32" 28280 ], 28281 "Win32_Devices_AllJoyn": [ 28282 "Win32_Devices" 28283 ], 28284 "Win32_Devices_BiometricFramework": [ 28285 "Win32_Devices" 28286 ], 28287 "Win32_Devices_Bluetooth": [ 28288 "Win32_Devices" 28289 ], 28290 "Win32_Devices_Communication": [ 28291 "Win32_Devices" 28292 ], 28293 "Win32_Devices_DeviceAccess": [ 28294 "Win32_Devices" 28295 ], 28296 "Win32_Devices_DeviceAndDriverInstallation": [ 28297 "Win32_Devices" 28298 ], 28299 "Win32_Devices_DeviceQuery": [ 28300 "Win32_Devices" 28301 ], 28302 "Win32_Devices_Display": [ 28303 "Win32_Devices" 28304 ], 28305 "Win32_Devices_Enumeration": [ 28306 "Win32_Devices" 28307 ], 28308 "Win32_Devices_Enumeration_Pnp": [ 28309 "Win32_Devices_Enumeration" 28310 ], 28311 "Win32_Devices_Fax": [ 28312 "Win32_Devices" 28313 ], 28314 "Win32_Devices_FunctionDiscovery": [ 28315 "Win32_Devices" 28316 ], 28317 "Win32_Devices_Geolocation": [ 28318 "Win32_Devices" 28319 ], 28320 "Win32_Devices_HumanInterfaceDevice": [ 28321 "Win32_Devices" 28322 ], 28323 "Win32_Devices_ImageAcquisition": [ 28324 "Win32_Devices" 28325 ], 28326 "Win32_Devices_PortableDevices": [ 28327 "Win32_Devices" 28328 ], 28329 "Win32_Devices_Properties": [ 28330 "Win32_Devices" 28331 ], 28332 "Win32_Devices_Pwm": [ 28333 "Win32_Devices" 28334 ], 28335 "Win32_Devices_Sensors": [ 28336 "Win32_Devices" 28337 ], 28338 "Win32_Devices_SerialCommunication": [ 28339 "Win32_Devices" 28340 ], 28341 "Win32_Devices_Tapi": [ 28342 "Win32_Devices" 28343 ], 28344 "Win32_Devices_Usb": [ 28345 "Win32_Devices" 28346 ], 28347 "Win32_Devices_WebServicesOnDevices": [ 28348 "Win32_Devices" 28349 ], 28350 "Win32_Foundation": [ 28351 "Win32" 28352 ], 28353 "Win32_Gaming": [ 28354 "Win32" 28355 ], 28356 "Win32_Globalization": [ 28357 "Win32" 28358 ], 28359 "Win32_Graphics": [ 28360 "Win32" 28361 ], 28362 "Win32_Graphics_Dwm": [ 28363 "Win32_Graphics" 28364 ], 28365 "Win32_Graphics_Gdi": [ 28366 "Win32_Graphics" 28367 ], 28368 "Win32_Graphics_Hlsl": [ 28369 "Win32_Graphics" 28370 ], 28371 "Win32_Graphics_OpenGL": [ 28372 "Win32_Graphics" 28373 ], 28374 "Win32_Graphics_Printing": [ 28375 "Win32_Graphics" 28376 ], 28377 "Win32_Graphics_Printing_PrintTicket": [ 28378 "Win32_Graphics_Printing" 28379 ], 28380 "Win32_Management": [ 28381 "Win32" 28382 ], 28383 "Win32_Management_MobileDeviceManagementRegistration": [ 28384 "Win32_Management" 28385 ], 28386 "Win32_Media": [ 28387 "Win32" 28388 ], 28389 "Win32_Media_Audio": [ 28390 "Win32_Media" 28391 ], 28392 "Win32_Media_Audio_Apo": [ 28393 "Win32_Media_Audio" 28394 ], 28395 "Win32_Media_Audio_DirectMusic": [ 28396 "Win32_Media_Audio" 28397 ], 28398 "Win32_Media_Audio_Endpoints": [ 28399 "Win32_Media_Audio" 28400 ], 28401 "Win32_Media_Audio_XAudio2": [ 28402 "Win32_Media_Audio" 28403 ], 28404 "Win32_Media_DeviceManager": [ 28405 "Win32_Media" 28406 ], 28407 "Win32_Media_DxMediaObjects": [ 28408 "Win32_Media" 28409 ], 28410 "Win32_Media_KernelStreaming": [ 28411 "Win32_Media" 28412 ], 28413 "Win32_Media_LibrarySharingServices": [ 28414 "Win32_Media" 28415 ], 28416 "Win32_Media_MediaPlayer": [ 28417 "Win32_Media" 28418 ], 28419 "Win32_Media_Multimedia": [ 28420 "Win32_Media" 28421 ], 28422 "Win32_Media_Speech": [ 28423 "Win32_Media" 28424 ], 28425 "Win32_Media_Streaming": [ 28426 "Win32_Media" 28427 ], 28428 "Win32_Media_WindowsMediaFormat": [ 28429 "Win32_Media" 28430 ], 28431 "Win32_NetworkManagement": [ 28432 "Win32" 28433 ], 28434 "Win32_NetworkManagement_Dhcp": [ 28435 "Win32_NetworkManagement" 28436 ], 28437 "Win32_NetworkManagement_Dns": [ 28438 "Win32_NetworkManagement" 28439 ], 28440 "Win32_NetworkManagement_InternetConnectionWizard": [ 28441 "Win32_NetworkManagement" 28442 ], 28443 "Win32_NetworkManagement_IpHelper": [ 28444 "Win32_NetworkManagement" 28445 ], 28446 "Win32_NetworkManagement_MobileBroadband": [ 28447 "Win32_NetworkManagement" 28448 ], 28449 "Win32_NetworkManagement_Multicast": [ 28450 "Win32_NetworkManagement" 28451 ], 28452 "Win32_NetworkManagement_Ndis": [ 28453 "Win32_NetworkManagement" 28454 ], 28455 "Win32_NetworkManagement_NetBios": [ 28456 "Win32_NetworkManagement" 28457 ], 28458 "Win32_NetworkManagement_NetManagement": [ 28459 "Win32_NetworkManagement" 28460 ], 28461 "Win32_NetworkManagement_NetShell": [ 28462 "Win32_NetworkManagement" 28463 ], 28464 "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ 28465 "Win32_NetworkManagement" 28466 ], 28467 "Win32_NetworkManagement_NetworkPolicyServer": [ 28468 "Win32_NetworkManagement" 28469 ], 28470 "Win32_NetworkManagement_P2P": [ 28471 "Win32_NetworkManagement" 28472 ], 28473 "Win32_NetworkManagement_QoS": [ 28474 "Win32_NetworkManagement" 28475 ], 28476 "Win32_NetworkManagement_Rras": [ 28477 "Win32_NetworkManagement" 28478 ], 28479 "Win32_NetworkManagement_Snmp": [ 28480 "Win32_NetworkManagement" 28481 ], 28482 "Win32_NetworkManagement_WNet": [ 28483 "Win32_NetworkManagement" 28484 ], 28485 "Win32_NetworkManagement_WebDav": [ 28486 "Win32_NetworkManagement" 28487 ], 28488 "Win32_NetworkManagement_WiFi": [ 28489 "Win32_NetworkManagement" 28490 ], 28491 "Win32_NetworkManagement_WindowsConnectNow": [ 28492 "Win32_NetworkManagement" 28493 ], 28494 "Win32_NetworkManagement_WindowsConnectionManager": [ 28495 "Win32_NetworkManagement" 28496 ], 28497 "Win32_NetworkManagement_WindowsFilteringPlatform": [ 28498 "Win32_NetworkManagement" 28499 ], 28500 "Win32_NetworkManagement_WindowsFirewall": [ 28501 "Win32_NetworkManagement" 28502 ], 28503 "Win32_NetworkManagement_WindowsNetworkVirtualization": [ 28504 "Win32_NetworkManagement" 28505 ], 28506 "Win32_Networking": [ 28507 "Win32" 28508 ], 28509 "Win32_Networking_ActiveDirectory": [ 28510 "Win32_Networking" 28511 ], 28512 "Win32_Networking_BackgroundIntelligentTransferService": [ 28513 "Win32_Networking" 28514 ], 28515 "Win32_Networking_Clustering": [ 28516 "Win32_Networking" 28517 ], 28518 "Win32_Networking_HttpServer": [ 28519 "Win32_Networking" 28520 ], 28521 "Win32_Networking_Ldap": [ 28522 "Win32_Networking" 28523 ], 28524 "Win32_Networking_NetworkListManager": [ 28525 "Win32_Networking" 28526 ], 28527 "Win32_Networking_RemoteDifferentialCompression": [ 28528 "Win32_Networking" 28529 ], 28530 "Win32_Networking_WebSocket": [ 28531 "Win32_Networking" 28532 ], 28533 "Win32_Networking_WinHttp": [ 28534 "Win32_Networking" 28535 ], 28536 "Win32_Networking_WinInet": [ 28537 "Win32_Networking" 28538 ], 28539 "Win32_Networking_WinSock": [ 28540 "Win32_Networking" 28541 ], 28542 "Win32_Networking_WindowsWebServices": [ 28543 "Win32_Networking" 28544 ], 28545 "Win32_Security": [ 28546 "Win32" 28547 ], 28548 "Win32_Security_AppLocker": [ 28549 "Win32_Security" 28550 ], 28551 "Win32_Security_Authentication": [ 28552 "Win32_Security" 28553 ], 28554 "Win32_Security_Authentication_Identity": [ 28555 "Win32_Security_Authentication" 28556 ], 28557 "Win32_Security_Authentication_Identity_Provider": [ 28558 "Win32_Security_Authentication_Identity" 28559 ], 28560 "Win32_Security_Authorization": [ 28561 "Win32_Security" 28562 ], 28563 "Win32_Security_Authorization_UI": [ 28564 "Win32_Security_Authorization" 28565 ], 28566 "Win32_Security_ConfigurationSnapin": [ 28567 "Win32_Security" 28568 ], 28569 "Win32_Security_Credentials": [ 28570 "Win32_Security" 28571 ], 28572 "Win32_Security_Cryptography": [ 28573 "Win32_Security" 28574 ], 28575 "Win32_Security_Cryptography_Catalog": [ 28576 "Win32_Security_Cryptography" 28577 ], 28578 "Win32_Security_Cryptography_Certificates": [ 28579 "Win32_Security_Cryptography" 28580 ], 28581 "Win32_Security_Cryptography_Sip": [ 28582 "Win32_Security_Cryptography" 28583 ], 28584 "Win32_Security_Cryptography_UI": [ 28585 "Win32_Security_Cryptography" 28586 ], 28587 "Win32_Security_DiagnosticDataQuery": [ 28588 "Win32_Security" 28589 ], 28590 "Win32_Security_DirectoryServices": [ 28591 "Win32_Security" 28592 ], 28593 "Win32_Security_EnterpriseData": [ 28594 "Win32_Security" 28595 ], 28596 "Win32_Security_ExtensibleAuthenticationProtocol": [ 28597 "Win32_Security" 28598 ], 28599 "Win32_Security_Isolation": [ 28600 "Win32_Security" 28601 ], 28602 "Win32_Security_LicenseProtection": [ 28603 "Win32_Security" 28604 ], 28605 "Win32_Security_NetworkAccessProtection": [ 28606 "Win32_Security" 28607 ], 28608 "Win32_Security_Tpm": [ 28609 "Win32_Security" 28610 ], 28611 "Win32_Security_WinTrust": [ 28612 "Win32_Security" 28613 ], 28614 "Win32_Security_WinWlx": [ 28615 "Win32_Security" 28616 ], 28617 "Win32_Storage": [ 28618 "Win32" 28619 ], 28620 "Win32_Storage_Cabinets": [ 28621 "Win32_Storage" 28622 ], 28623 "Win32_Storage_CloudFilters": [ 28624 "Win32_Storage" 28625 ], 28626 "Win32_Storage_Compression": [ 28627 "Win32_Storage" 28628 ], 28629 "Win32_Storage_DataDeduplication": [ 28630 "Win32_Storage" 28631 ], 28632 "Win32_Storage_DistributedFileSystem": [ 28633 "Win32_Storage" 28634 ], 28635 "Win32_Storage_EnhancedStorage": [ 28636 "Win32_Storage" 28637 ], 28638 "Win32_Storage_FileHistory": [ 28639 "Win32_Storage" 28640 ], 28641 "Win32_Storage_FileServerResourceManager": [ 28642 "Win32_Storage" 28643 ], 28644 "Win32_Storage_FileSystem": [ 28645 "Win32_Storage" 28646 ], 28647 "Win32_Storage_Imapi": [ 28648 "Win32_Storage" 28649 ], 28650 "Win32_Storage_IndexServer": [ 28651 "Win32_Storage" 28652 ], 28653 "Win32_Storage_InstallableFileSystems": [ 28654 "Win32_Storage" 28655 ], 28656 "Win32_Storage_IscsiDisc": [ 28657 "Win32_Storage" 28658 ], 28659 "Win32_Storage_Jet": [ 28660 "Win32_Storage" 28661 ], 28662 "Win32_Storage_OfflineFiles": [ 28663 "Win32_Storage" 28664 ], 28665 "Win32_Storage_OperationRecorder": [ 28666 "Win32_Storage" 28667 ], 28668 "Win32_Storage_Packaging": [ 28669 "Win32_Storage" 28670 ], 28671 "Win32_Storage_Packaging_Appx": [ 28672 "Win32_Storage_Packaging" 28673 ], 28674 "Win32_Storage_Packaging_Opc": [ 28675 "Win32_Storage_Packaging" 28676 ], 28677 "Win32_Storage_ProjectedFileSystem": [ 28678 "Win32_Storage" 28679 ], 28680 "Win32_Storage_StructuredStorage": [ 28681 "Win32_Storage" 28682 ], 28683 "Win32_Storage_Vhd": [ 28684 "Win32_Storage" 28685 ], 28686 "Win32_Storage_VirtualDiskService": [ 28687 "Win32_Storage" 28688 ], 28689 "Win32_Storage_Vss": [ 28690 "Win32_Storage" 28691 ], 28692 "Win32_Storage_Xps": [ 28693 "Win32_Storage" 28694 ], 28695 "Win32_Storage_Xps_Printing": [ 28696 "Win32_Storage_Xps" 28697 ], 28698 "Win32_System": [ 28699 "Win32" 28700 ], 28701 "Win32_System_AddressBook": [ 28702 "Win32_System" 28703 ], 28704 "Win32_System_Antimalware": [ 28705 "Win32_System" 28706 ], 28707 "Win32_System_ApplicationInstallationAndServicing": [ 28708 "Win32_System" 28709 ], 28710 "Win32_System_ApplicationVerifier": [ 28711 "Win32_System" 28712 ], 28713 "Win32_System_AssessmentTool": [ 28714 "Win32_System" 28715 ], 28716 "Win32_System_ClrHosting": [ 28717 "Win32_System" 28718 ], 28719 "Win32_System_Com": [ 28720 "Win32_System" 28721 ], 28722 "Win32_System_Com_CallObj": [ 28723 "Win32_System_Com" 28724 ], 28725 "Win32_System_Com_ChannelCredentials": [ 28726 "Win32_System_Com" 28727 ], 28728 "Win32_System_Com_Events": [ 28729 "Win32_System_Com" 28730 ], 28731 "Win32_System_Com_Marshal": [ 28732 "Win32_System_Com" 28733 ], 28734 "Win32_System_Com_StructuredStorage": [ 28735 "Win32_System_Com" 28736 ], 28737 "Win32_System_Com_UI": [ 28738 "Win32_System_Com" 28739 ], 28740 "Win32_System_Com_Urlmon": [ 28741 "Win32_System_Com" 28742 ], 28743 "Win32_System_ComponentServices": [ 28744 "Win32_System" 28745 ], 28746 "Win32_System_Console": [ 28747 "Win32_System" 28748 ], 28749 "Win32_System_Contacts": [ 28750 "Win32_System" 28751 ], 28752 "Win32_System_CorrelationVector": [ 28753 "Win32_System" 28754 ], 28755 "Win32_System_DataExchange": [ 28756 "Win32_System" 28757 ], 28758 "Win32_System_DeploymentServices": [ 28759 "Win32_System" 28760 ], 28761 "Win32_System_DesktopSharing": [ 28762 "Win32_System" 28763 ], 28764 "Win32_System_DeveloperLicensing": [ 28765 "Win32_System" 28766 ], 28767 "Win32_System_Diagnostics": [ 28768 "Win32_System" 28769 ], 28770 "Win32_System_Diagnostics_Ceip": [ 28771 "Win32_System_Diagnostics" 28772 ], 28773 "Win32_System_Diagnostics_ClrProfiling": [ 28774 "Win32_System_Diagnostics" 28775 ], 28776 "Win32_System_Diagnostics_Debug": [ 28777 "Win32_System_Diagnostics" 28778 ], 28779 "Win32_System_Diagnostics_Debug_ActiveScript": [ 28780 "Win32_System_Diagnostics_Debug" 28781 ], 28782 "Win32_System_Diagnostics_Debug_Extensions": [ 28783 "Win32_System_Diagnostics_Debug" 28784 ], 28785 "Win32_System_Diagnostics_Etw": [ 28786 "Win32_System_Diagnostics" 28787 ], 28788 "Win32_System_Diagnostics_ProcessSnapshotting": [ 28789 "Win32_System_Diagnostics" 28790 ], 28791 "Win32_System_Diagnostics_ToolHelp": [ 28792 "Win32_System_Diagnostics" 28793 ], 28794 "Win32_System_DistributedTransactionCoordinator": [ 28795 "Win32_System" 28796 ], 28797 "Win32_System_Environment": [ 28798 "Win32_System" 28799 ], 28800 "Win32_System_ErrorReporting": [ 28801 "Win32_System" 28802 ], 28803 "Win32_System_EventCollector": [ 28804 "Win32_System" 28805 ], 28806 "Win32_System_EventLog": [ 28807 "Win32_System" 28808 ], 28809 "Win32_System_EventNotificationService": [ 28810 "Win32_System" 28811 ], 28812 "Win32_System_GroupPolicy": [ 28813 "Win32_System" 28814 ], 28815 "Win32_System_HostCompute": [ 28816 "Win32_System" 28817 ], 28818 "Win32_System_HostComputeNetwork": [ 28819 "Win32_System" 28820 ], 28821 "Win32_System_HostComputeSystem": [ 28822 "Win32_System" 28823 ], 28824 "Win32_System_Hypervisor": [ 28825 "Win32_System" 28826 ], 28827 "Win32_System_IO": [ 28828 "Win32_System" 28829 ], 28830 "Win32_System_Iis": [ 28831 "Win32_System" 28832 ], 28833 "Win32_System_Ioctl": [ 28834 "Win32_System" 28835 ], 28836 "Win32_System_JobObjects": [ 28837 "Win32_System" 28838 ], 28839 "Win32_System_Js": [ 28840 "Win32_System" 28841 ], 28842 "Win32_System_Kernel": [ 28843 "Win32_System" 28844 ], 28845 "Win32_System_LibraryLoader": [ 28846 "Win32_System" 28847 ], 28848 "Win32_System_Mailslots": [ 28849 "Win32_System" 28850 ], 28851 "Win32_System_Mapi": [ 28852 "Win32_System" 28853 ], 28854 "Win32_System_Memory": [ 28855 "Win32_System" 28856 ], 28857 "Win32_System_Memory_NonVolatile": [ 28858 "Win32_System_Memory" 28859 ], 28860 "Win32_System_MessageQueuing": [ 28861 "Win32_System" 28862 ], 28863 "Win32_System_MixedReality": [ 28864 "Win32_System" 28865 ], 28866 "Win32_System_Mmc": [ 28867 "Win32_System" 28868 ], 28869 "Win32_System_Ole": [ 28870 "Win32_System" 28871 ], 28872 "Win32_System_ParentalControls": [ 28873 "Win32_System" 28874 ], 28875 "Win32_System_PasswordManagement": [ 28876 "Win32_System" 28877 ], 28878 "Win32_System_Performance": [ 28879 "Win32_System" 28880 ], 28881 "Win32_System_Performance_HardwareCounterProfiling": [ 28882 "Win32_System_Performance" 28883 ], 28884 "Win32_System_Pipes": [ 28885 "Win32_System" 28886 ], 28887 "Win32_System_Power": [ 28888 "Win32_System" 28889 ], 28890 "Win32_System_ProcessStatus": [ 28891 "Win32_System" 28892 ], 28893 "Win32_System_RealTimeCommunications": [ 28894 "Win32_System" 28895 ], 28896 "Win32_System_Recovery": [ 28897 "Win32_System" 28898 ], 28899 "Win32_System_Registry": [ 28900 "Win32_System" 28901 ], 28902 "Win32_System_RemoteAssistance": [ 28903 "Win32_System" 28904 ], 28905 "Win32_System_RemoteDesktop": [ 28906 "Win32_System" 28907 ], 28908 "Win32_System_RemoteManagement": [ 28909 "Win32_System" 28910 ], 28911 "Win32_System_RestartManager": [ 28912 "Win32_System" 28913 ], 28914 "Win32_System_Restore": [ 28915 "Win32_System" 28916 ], 28917 "Win32_System_Rpc": [ 28918 "Win32_System" 28919 ], 28920 "Win32_System_Search": [ 28921 "Win32_System" 28922 ], 28923 "Win32_System_Search_Common": [ 28924 "Win32_System_Search" 28925 ], 28926 "Win32_System_SecurityCenter": [ 28927 "Win32_System" 28928 ], 28929 "Win32_System_ServerBackup": [ 28930 "Win32_System" 28931 ], 28932 "Win32_System_Services": [ 28933 "Win32_System" 28934 ], 28935 "Win32_System_SettingsManagementInfrastructure": [ 28936 "Win32_System" 28937 ], 28938 "Win32_System_SetupAndMigration": [ 28939 "Win32_System" 28940 ], 28941 "Win32_System_Shutdown": [ 28942 "Win32_System" 28943 ], 28944 "Win32_System_StationsAndDesktops": [ 28945 "Win32_System" 28946 ], 28947 "Win32_System_SubsystemForLinux": [ 28948 "Win32_System" 28949 ], 28950 "Win32_System_SystemInformation": [ 28951 "Win32_System" 28952 ], 28953 "Win32_System_SystemServices": [ 28954 "Win32_System" 28955 ], 28956 "Win32_System_TaskScheduler": [ 28957 "Win32_System" 28958 ], 28959 "Win32_System_Threading": [ 28960 "Win32_System" 28961 ], 28962 "Win32_System_Time": [ 28963 "Win32_System" 28964 ], 28965 "Win32_System_TpmBaseServices": [ 28966 "Win32_System" 28967 ], 28968 "Win32_System_UpdateAgent": [ 28969 "Win32_System" 28970 ], 28971 "Win32_System_UpdateAssessment": [ 28972 "Win32_System" 28973 ], 28974 "Win32_System_UserAccessLogging": [ 28975 "Win32_System" 28976 ], 28977 "Win32_System_VirtualDosMachines": [ 28978 "Win32_System" 28979 ], 28980 "Win32_System_WindowsProgramming": [ 28981 "Win32_System" 28982 ], 28983 "Win32_System_WindowsSync": [ 28984 "Win32_System" 28985 ], 28986 "Win32_System_Wmi": [ 28987 "Win32_System" 28988 ], 28989 "Win32_UI": [ 28990 "Win32" 28991 ], 28992 "Win32_UI_Accessibility": [ 28993 "Win32_UI" 28994 ], 28995 "Win32_UI_Animation": [ 28996 "Win32_UI" 28997 ], 28998 "Win32_UI_ColorSystem": [ 28999 "Win32_UI" 29000 ], 29001 "Win32_UI_Controls": [ 29002 "Win32_UI" 29003 ], 29004 "Win32_UI_Controls_Dialogs": [ 29005 "Win32_UI_Controls" 29006 ], 29007 "Win32_UI_Controls_RichEdit": [ 29008 "Win32_UI_Controls" 29009 ], 29010 "Win32_UI_HiDpi": [ 29011 "Win32_UI" 29012 ], 29013 "Win32_UI_Input": [ 29014 "Win32_UI" 29015 ], 29016 "Win32_UI_Input_Ime": [ 29017 "Win32_UI_Input" 29018 ], 29019 "Win32_UI_Input_Ink": [ 29020 "Win32_UI_Input" 29021 ], 29022 "Win32_UI_Input_KeyboardAndMouse": [ 29023 "Win32_UI_Input" 29024 ], 29025 "Win32_UI_Input_Pointer": [ 29026 "Win32_UI_Input" 29027 ], 29028 "Win32_UI_Input_Radial": [ 29029 "Win32_UI_Input" 29030 ], 29031 "Win32_UI_Input_Touch": [ 29032 "Win32_UI_Input" 29033 ], 29034 "Win32_UI_Input_XboxController": [ 29035 "Win32_UI_Input" 29036 ], 29037 "Win32_UI_InteractionContext": [ 29038 "Win32_UI" 29039 ], 29040 "Win32_UI_LegacyWindowsEnvironmentFeatures": [ 29041 "Win32_UI" 29042 ], 29043 "Win32_UI_Magnification": [ 29044 "Win32_UI" 29045 ], 29046 "Win32_UI_Notifications": [ 29047 "Win32_UI" 29048 ], 29049 "Win32_UI_Ribbon": [ 29050 "Win32_UI" 29051 ], 29052 "Win32_UI_Shell": [ 29053 "Win32_UI" 29054 ], 29055 "Win32_UI_Shell_Common": [ 29056 "Win32_UI_Shell" 29057 ], 29058 "Win32_UI_Shell_PropertiesSystem": [ 29059 "Win32_UI_Shell" 29060 ], 29061 "Win32_UI_TabletPC": [ 29062 "Win32_UI" 29063 ], 29064 "Win32_UI_TextServices": [ 29065 "Win32_UI" 29066 ], 29067 "Win32_UI_WindowsAndMessaging": [ 29068 "Win32_UI" 29069 ], 29070 "Win32_UI_Wpf": [ 29071 "Win32_UI" 29072 ], 29073 "Win32_Web": [ 29074 "Win32" 29075 ], 29076 "Win32_Web_InternetExplorer": [ 29077 "Win32_Web" 29078 ], 29079 "default": [] 29080 }, 29081 "homepage": null, 29082 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29083 "keywords": [], 29084 "license": "MIT OR Apache-2.0", 29085 "license_file": null, 29086 "links": null, 29087 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml", 29088 "metadata": { 29089 "docs": { 29090 "rs": { 29091 "all-features": true, 29092 "default-target": "x86_64-pc-windows-msvc", 29093 "targets": [] 29094 } 29095 } 29096 }, 29097 "name": "windows-sys", 29098 "publish": null, 29099 "readme": "readme.md", 29100 "repository": "https://github.com/microsoft/windows-rs", 29101 "rust_version": "1.48", 29102 "source": "registry+https://github.com/rust-lang/crates.io-index", 29103 "targets": [ 29104 { 29105 "crate_types": [ 29106 "lib" 29107 ], 29108 "doc": true, 29109 "doctest": true, 29110 "edition": "2018", 29111 "kind": [ 29112 "lib" 29113 ], 29114 "name": "windows_sys", 29115 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs", 29116 "test": true 29117 } 29118 ], 29119 "version": "0.48.0" 29120 }, 29121 { 29122 "authors": [ 29123 "Microsoft" 29124 ], 29125 "categories": [ 29126 "os::windows-apis" 29127 ], 29128 "default_run": null, 29129 "dependencies": [ 29130 { 29131 "features": [], 29132 "kind": null, 29133 "name": "windows-targets", 29134 "optional": false, 29135 "registry": null, 29136 "rename": null, 29137 "req": "^0.52.0", 29138 "source": "registry+https://github.com/rust-lang/crates.io-index", 29139 "target": null, 29140 "uses_default_features": true 29141 } 29142 ], 29143 "description": "Rust for Windows", 29144 "documentation": null, 29145 "edition": "2021", 29146 "features": { 29147 "Wdk": [], 29148 "Wdk_Foundation": [ 29149 "Wdk" 29150 ], 29151 "Wdk_Graphics": [ 29152 "Wdk" 29153 ], 29154 "Wdk_Graphics_Direct3D": [ 29155 "Wdk_Graphics" 29156 ], 29157 "Wdk_Storage": [ 29158 "Wdk" 29159 ], 29160 "Wdk_Storage_FileSystem": [ 29161 "Wdk_Storage" 29162 ], 29163 "Wdk_Storage_FileSystem_Minifilters": [ 29164 "Wdk_Storage_FileSystem" 29165 ], 29166 "Wdk_System": [ 29167 "Wdk" 29168 ], 29169 "Wdk_System_IO": [ 29170 "Wdk_System" 29171 ], 29172 "Wdk_System_OfflineRegistry": [ 29173 "Wdk_System" 29174 ], 29175 "Wdk_System_Registry": [ 29176 "Wdk_System" 29177 ], 29178 "Wdk_System_SystemInformation": [ 29179 "Wdk_System" 29180 ], 29181 "Wdk_System_SystemServices": [ 29182 "Wdk_System" 29183 ], 29184 "Wdk_System_Threading": [ 29185 "Wdk_System" 29186 ], 29187 "Win32": [], 29188 "Win32_Data": [ 29189 "Win32" 29190 ], 29191 "Win32_Data_HtmlHelp": [ 29192 "Win32_Data" 29193 ], 29194 "Win32_Data_RightsManagement": [ 29195 "Win32_Data" 29196 ], 29197 "Win32_Devices": [ 29198 "Win32" 29199 ], 29200 "Win32_Devices_AllJoyn": [ 29201 "Win32_Devices" 29202 ], 29203 "Win32_Devices_BiometricFramework": [ 29204 "Win32_Devices" 29205 ], 29206 "Win32_Devices_Bluetooth": [ 29207 "Win32_Devices" 29208 ], 29209 "Win32_Devices_Communication": [ 29210 "Win32_Devices" 29211 ], 29212 "Win32_Devices_DeviceAndDriverInstallation": [ 29213 "Win32_Devices" 29214 ], 29215 "Win32_Devices_DeviceQuery": [ 29216 "Win32_Devices" 29217 ], 29218 "Win32_Devices_Display": [ 29219 "Win32_Devices" 29220 ], 29221 "Win32_Devices_Enumeration": [ 29222 "Win32_Devices" 29223 ], 29224 "Win32_Devices_Enumeration_Pnp": [ 29225 "Win32_Devices_Enumeration" 29226 ], 29227 "Win32_Devices_Fax": [ 29228 "Win32_Devices" 29229 ], 29230 "Win32_Devices_HumanInterfaceDevice": [ 29231 "Win32_Devices" 29232 ], 29233 "Win32_Devices_PortableDevices": [ 29234 "Win32_Devices" 29235 ], 29236 "Win32_Devices_Properties": [ 29237 "Win32_Devices" 29238 ], 29239 "Win32_Devices_Pwm": [ 29240 "Win32_Devices" 29241 ], 29242 "Win32_Devices_Sensors": [ 29243 "Win32_Devices" 29244 ], 29245 "Win32_Devices_SerialCommunication": [ 29246 "Win32_Devices" 29247 ], 29248 "Win32_Devices_Tapi": [ 29249 "Win32_Devices" 29250 ], 29251 "Win32_Devices_Usb": [ 29252 "Win32_Devices" 29253 ], 29254 "Win32_Devices_WebServicesOnDevices": [ 29255 "Win32_Devices" 29256 ], 29257 "Win32_Foundation": [ 29258 "Win32" 29259 ], 29260 "Win32_Gaming": [ 29261 "Win32" 29262 ], 29263 "Win32_Globalization": [ 29264 "Win32" 29265 ], 29266 "Win32_Graphics": [ 29267 "Win32" 29268 ], 29269 "Win32_Graphics_Dwm": [ 29270 "Win32_Graphics" 29271 ], 29272 "Win32_Graphics_Gdi": [ 29273 "Win32_Graphics" 29274 ], 29275 "Win32_Graphics_GdiPlus": [ 29276 "Win32_Graphics" 29277 ], 29278 "Win32_Graphics_Hlsl": [ 29279 "Win32_Graphics" 29280 ], 29281 "Win32_Graphics_OpenGL": [ 29282 "Win32_Graphics" 29283 ], 29284 "Win32_Graphics_Printing": [ 29285 "Win32_Graphics" 29286 ], 29287 "Win32_Graphics_Printing_PrintTicket": [ 29288 "Win32_Graphics_Printing" 29289 ], 29290 "Win32_Management": [ 29291 "Win32" 29292 ], 29293 "Win32_Management_MobileDeviceManagementRegistration": [ 29294 "Win32_Management" 29295 ], 29296 "Win32_Media": [ 29297 "Win32" 29298 ], 29299 "Win32_Media_Audio": [ 29300 "Win32_Media" 29301 ], 29302 "Win32_Media_DxMediaObjects": [ 29303 "Win32_Media" 29304 ], 29305 "Win32_Media_KernelStreaming": [ 29306 "Win32_Media" 29307 ], 29308 "Win32_Media_Multimedia": [ 29309 "Win32_Media" 29310 ], 29311 "Win32_Media_Streaming": [ 29312 "Win32_Media" 29313 ], 29314 "Win32_Media_WindowsMediaFormat": [ 29315 "Win32_Media" 29316 ], 29317 "Win32_NetworkManagement": [ 29318 "Win32" 29319 ], 29320 "Win32_NetworkManagement_Dhcp": [ 29321 "Win32_NetworkManagement" 29322 ], 29323 "Win32_NetworkManagement_Dns": [ 29324 "Win32_NetworkManagement" 29325 ], 29326 "Win32_NetworkManagement_InternetConnectionWizard": [ 29327 "Win32_NetworkManagement" 29328 ], 29329 "Win32_NetworkManagement_IpHelper": [ 29330 "Win32_NetworkManagement" 29331 ], 29332 "Win32_NetworkManagement_Multicast": [ 29333 "Win32_NetworkManagement" 29334 ], 29335 "Win32_NetworkManagement_Ndis": [ 29336 "Win32_NetworkManagement" 29337 ], 29338 "Win32_NetworkManagement_NetBios": [ 29339 "Win32_NetworkManagement" 29340 ], 29341 "Win32_NetworkManagement_NetManagement": [ 29342 "Win32_NetworkManagement" 29343 ], 29344 "Win32_NetworkManagement_NetShell": [ 29345 "Win32_NetworkManagement" 29346 ], 29347 "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ 29348 "Win32_NetworkManagement" 29349 ], 29350 "Win32_NetworkManagement_P2P": [ 29351 "Win32_NetworkManagement" 29352 ], 29353 "Win32_NetworkManagement_QoS": [ 29354 "Win32_NetworkManagement" 29355 ], 29356 "Win32_NetworkManagement_Rras": [ 29357 "Win32_NetworkManagement" 29358 ], 29359 "Win32_NetworkManagement_Snmp": [ 29360 "Win32_NetworkManagement" 29361 ], 29362 "Win32_NetworkManagement_WNet": [ 29363 "Win32_NetworkManagement" 29364 ], 29365 "Win32_NetworkManagement_WebDav": [ 29366 "Win32_NetworkManagement" 29367 ], 29368 "Win32_NetworkManagement_WiFi": [ 29369 "Win32_NetworkManagement" 29370 ], 29371 "Win32_NetworkManagement_WindowsConnectionManager": [ 29372 "Win32_NetworkManagement" 29373 ], 29374 "Win32_NetworkManagement_WindowsFilteringPlatform": [ 29375 "Win32_NetworkManagement" 29376 ], 29377 "Win32_NetworkManagement_WindowsFirewall": [ 29378 "Win32_NetworkManagement" 29379 ], 29380 "Win32_NetworkManagement_WindowsNetworkVirtualization": [ 29381 "Win32_NetworkManagement" 29382 ], 29383 "Win32_Networking": [ 29384 "Win32" 29385 ], 29386 "Win32_Networking_ActiveDirectory": [ 29387 "Win32_Networking" 29388 ], 29389 "Win32_Networking_Clustering": [ 29390 "Win32_Networking" 29391 ], 29392 "Win32_Networking_HttpServer": [ 29393 "Win32_Networking" 29394 ], 29395 "Win32_Networking_Ldap": [ 29396 "Win32_Networking" 29397 ], 29398 "Win32_Networking_WebSocket": [ 29399 "Win32_Networking" 29400 ], 29401 "Win32_Networking_WinHttp": [ 29402 "Win32_Networking" 29403 ], 29404 "Win32_Networking_WinInet": [ 29405 "Win32_Networking" 29406 ], 29407 "Win32_Networking_WinSock": [ 29408 "Win32_Networking" 29409 ], 29410 "Win32_Networking_WindowsWebServices": [ 29411 "Win32_Networking" 29412 ], 29413 "Win32_Security": [ 29414 "Win32" 29415 ], 29416 "Win32_Security_AppLocker": [ 29417 "Win32_Security" 29418 ], 29419 "Win32_Security_Authentication": [ 29420 "Win32_Security" 29421 ], 29422 "Win32_Security_Authentication_Identity": [ 29423 "Win32_Security_Authentication" 29424 ], 29425 "Win32_Security_Authorization": [ 29426 "Win32_Security" 29427 ], 29428 "Win32_Security_Credentials": [ 29429 "Win32_Security" 29430 ], 29431 "Win32_Security_Cryptography": [ 29432 "Win32_Security" 29433 ], 29434 "Win32_Security_Cryptography_Catalog": [ 29435 "Win32_Security_Cryptography" 29436 ], 29437 "Win32_Security_Cryptography_Certificates": [ 29438 "Win32_Security_Cryptography" 29439 ], 29440 "Win32_Security_Cryptography_Sip": [ 29441 "Win32_Security_Cryptography" 29442 ], 29443 "Win32_Security_Cryptography_UI": [ 29444 "Win32_Security_Cryptography" 29445 ], 29446 "Win32_Security_DiagnosticDataQuery": [ 29447 "Win32_Security" 29448 ], 29449 "Win32_Security_DirectoryServices": [ 29450 "Win32_Security" 29451 ], 29452 "Win32_Security_EnterpriseData": [ 29453 "Win32_Security" 29454 ], 29455 "Win32_Security_ExtensibleAuthenticationProtocol": [ 29456 "Win32_Security" 29457 ], 29458 "Win32_Security_Isolation": [ 29459 "Win32_Security" 29460 ], 29461 "Win32_Security_LicenseProtection": [ 29462 "Win32_Security" 29463 ], 29464 "Win32_Security_NetworkAccessProtection": [ 29465 "Win32_Security" 29466 ], 29467 "Win32_Security_WinTrust": [ 29468 "Win32_Security" 29469 ], 29470 "Win32_Security_WinWlx": [ 29471 "Win32_Security" 29472 ], 29473 "Win32_Storage": [ 29474 "Win32" 29475 ], 29476 "Win32_Storage_Cabinets": [ 29477 "Win32_Storage" 29478 ], 29479 "Win32_Storage_CloudFilters": [ 29480 "Win32_Storage" 29481 ], 29482 "Win32_Storage_Compression": [ 29483 "Win32_Storage" 29484 ], 29485 "Win32_Storage_DistributedFileSystem": [ 29486 "Win32_Storage" 29487 ], 29488 "Win32_Storage_FileHistory": [ 29489 "Win32_Storage" 29490 ], 29491 "Win32_Storage_FileSystem": [ 29492 "Win32_Storage" 29493 ], 29494 "Win32_Storage_Imapi": [ 29495 "Win32_Storage" 29496 ], 29497 "Win32_Storage_IndexServer": [ 29498 "Win32_Storage" 29499 ], 29500 "Win32_Storage_InstallableFileSystems": [ 29501 "Win32_Storage" 29502 ], 29503 "Win32_Storage_IscsiDisc": [ 29504 "Win32_Storage" 29505 ], 29506 "Win32_Storage_Jet": [ 29507 "Win32_Storage" 29508 ], 29509 "Win32_Storage_Nvme": [ 29510 "Win32_Storage" 29511 ], 29512 "Win32_Storage_OfflineFiles": [ 29513 "Win32_Storage" 29514 ], 29515 "Win32_Storage_OperationRecorder": [ 29516 "Win32_Storage" 29517 ], 29518 "Win32_Storage_Packaging": [ 29519 "Win32_Storage" 29520 ], 29521 "Win32_Storage_Packaging_Appx": [ 29522 "Win32_Storage_Packaging" 29523 ], 29524 "Win32_Storage_ProjectedFileSystem": [ 29525 "Win32_Storage" 29526 ], 29527 "Win32_Storage_StructuredStorage": [ 29528 "Win32_Storage" 29529 ], 29530 "Win32_Storage_Vhd": [ 29531 "Win32_Storage" 29532 ], 29533 "Win32_Storage_Xps": [ 29534 "Win32_Storage" 29535 ], 29536 "Win32_System": [ 29537 "Win32" 29538 ], 29539 "Win32_System_AddressBook": [ 29540 "Win32_System" 29541 ], 29542 "Win32_System_Antimalware": [ 29543 "Win32_System" 29544 ], 29545 "Win32_System_ApplicationInstallationAndServicing": [ 29546 "Win32_System" 29547 ], 29548 "Win32_System_ApplicationVerifier": [ 29549 "Win32_System" 29550 ], 29551 "Win32_System_ClrHosting": [ 29552 "Win32_System" 29553 ], 29554 "Win32_System_Com": [ 29555 "Win32_System" 29556 ], 29557 "Win32_System_Com_Marshal": [ 29558 "Win32_System_Com" 29559 ], 29560 "Win32_System_Com_StructuredStorage": [ 29561 "Win32_System_Com" 29562 ], 29563 "Win32_System_Com_Urlmon": [ 29564 "Win32_System_Com" 29565 ], 29566 "Win32_System_ComponentServices": [ 29567 "Win32_System" 29568 ], 29569 "Win32_System_Console": [ 29570 "Win32_System" 29571 ], 29572 "Win32_System_CorrelationVector": [ 29573 "Win32_System" 29574 ], 29575 "Win32_System_DataExchange": [ 29576 "Win32_System" 29577 ], 29578 "Win32_System_DeploymentServices": [ 29579 "Win32_System" 29580 ], 29581 "Win32_System_DeveloperLicensing": [ 29582 "Win32_System" 29583 ], 29584 "Win32_System_Diagnostics": [ 29585 "Win32_System" 29586 ], 29587 "Win32_System_Diagnostics_Ceip": [ 29588 "Win32_System_Diagnostics" 29589 ], 29590 "Win32_System_Diagnostics_Debug": [ 29591 "Win32_System_Diagnostics" 29592 ], 29593 "Win32_System_Diagnostics_Debug_Extensions": [ 29594 "Win32_System_Diagnostics_Debug" 29595 ], 29596 "Win32_System_Diagnostics_Etw": [ 29597 "Win32_System_Diagnostics" 29598 ], 29599 "Win32_System_Diagnostics_ProcessSnapshotting": [ 29600 "Win32_System_Diagnostics" 29601 ], 29602 "Win32_System_Diagnostics_ToolHelp": [ 29603 "Win32_System_Diagnostics" 29604 ], 29605 "Win32_System_DistributedTransactionCoordinator": [ 29606 "Win32_System" 29607 ], 29608 "Win32_System_Environment": [ 29609 "Win32_System" 29610 ], 29611 "Win32_System_ErrorReporting": [ 29612 "Win32_System" 29613 ], 29614 "Win32_System_EventCollector": [ 29615 "Win32_System" 29616 ], 29617 "Win32_System_EventLog": [ 29618 "Win32_System" 29619 ], 29620 "Win32_System_EventNotificationService": [ 29621 "Win32_System" 29622 ], 29623 "Win32_System_GroupPolicy": [ 29624 "Win32_System" 29625 ], 29626 "Win32_System_HostCompute": [ 29627 "Win32_System" 29628 ], 29629 "Win32_System_HostComputeNetwork": [ 29630 "Win32_System" 29631 ], 29632 "Win32_System_HostComputeSystem": [ 29633 "Win32_System" 29634 ], 29635 "Win32_System_Hypervisor": [ 29636 "Win32_System" 29637 ], 29638 "Win32_System_IO": [ 29639 "Win32_System" 29640 ], 29641 "Win32_System_Iis": [ 29642 "Win32_System" 29643 ], 29644 "Win32_System_Ioctl": [ 29645 "Win32_System" 29646 ], 29647 "Win32_System_JobObjects": [ 29648 "Win32_System" 29649 ], 29650 "Win32_System_Js": [ 29651 "Win32_System" 29652 ], 29653 "Win32_System_Kernel": [ 29654 "Win32_System" 29655 ], 29656 "Win32_System_LibraryLoader": [ 29657 "Win32_System" 29658 ], 29659 "Win32_System_Mailslots": [ 29660 "Win32_System" 29661 ], 29662 "Win32_System_Mapi": [ 29663 "Win32_System" 29664 ], 29665 "Win32_System_Memory": [ 29666 "Win32_System" 29667 ], 29668 "Win32_System_Memory_NonVolatile": [ 29669 "Win32_System_Memory" 29670 ], 29671 "Win32_System_MessageQueuing": [ 29672 "Win32_System" 29673 ], 29674 "Win32_System_MixedReality": [ 29675 "Win32_System" 29676 ], 29677 "Win32_System_Ole": [ 29678 "Win32_System" 29679 ], 29680 "Win32_System_PasswordManagement": [ 29681 "Win32_System" 29682 ], 29683 "Win32_System_Performance": [ 29684 "Win32_System" 29685 ], 29686 "Win32_System_Performance_HardwareCounterProfiling": [ 29687 "Win32_System_Performance" 29688 ], 29689 "Win32_System_Pipes": [ 29690 "Win32_System" 29691 ], 29692 "Win32_System_Power": [ 29693 "Win32_System" 29694 ], 29695 "Win32_System_ProcessStatus": [ 29696 "Win32_System" 29697 ], 29698 "Win32_System_Recovery": [ 29699 "Win32_System" 29700 ], 29701 "Win32_System_Registry": [ 29702 "Win32_System" 29703 ], 29704 "Win32_System_RemoteDesktop": [ 29705 "Win32_System" 29706 ], 29707 "Win32_System_RemoteManagement": [ 29708 "Win32_System" 29709 ], 29710 "Win32_System_RestartManager": [ 29711 "Win32_System" 29712 ], 29713 "Win32_System_Restore": [ 29714 "Win32_System" 29715 ], 29716 "Win32_System_Rpc": [ 29717 "Win32_System" 29718 ], 29719 "Win32_System_Search": [ 29720 "Win32_System" 29721 ], 29722 "Win32_System_Search_Common": [ 29723 "Win32_System_Search" 29724 ], 29725 "Win32_System_SecurityCenter": [ 29726 "Win32_System" 29727 ], 29728 "Win32_System_Services": [ 29729 "Win32_System" 29730 ], 29731 "Win32_System_SetupAndMigration": [ 29732 "Win32_System" 29733 ], 29734 "Win32_System_Shutdown": [ 29735 "Win32_System" 29736 ], 29737 "Win32_System_StationsAndDesktops": [ 29738 "Win32_System" 29739 ], 29740 "Win32_System_SubsystemForLinux": [ 29741 "Win32_System" 29742 ], 29743 "Win32_System_SystemInformation": [ 29744 "Win32_System" 29745 ], 29746 "Win32_System_SystemServices": [ 29747 "Win32_System" 29748 ], 29749 "Win32_System_Threading": [ 29750 "Win32_System" 29751 ], 29752 "Win32_System_Time": [ 29753 "Win32_System" 29754 ], 29755 "Win32_System_TpmBaseServices": [ 29756 "Win32_System" 29757 ], 29758 "Win32_System_UserAccessLogging": [ 29759 "Win32_System" 29760 ], 29761 "Win32_System_Variant": [ 29762 "Win32_System" 29763 ], 29764 "Win32_System_VirtualDosMachines": [ 29765 "Win32_System" 29766 ], 29767 "Win32_System_WindowsProgramming": [ 29768 "Win32_System" 29769 ], 29770 "Win32_System_Wmi": [ 29771 "Win32_System" 29772 ], 29773 "Win32_UI": [ 29774 "Win32" 29775 ], 29776 "Win32_UI_Accessibility": [ 29777 "Win32_UI" 29778 ], 29779 "Win32_UI_ColorSystem": [ 29780 "Win32_UI" 29781 ], 29782 "Win32_UI_Controls": [ 29783 "Win32_UI" 29784 ], 29785 "Win32_UI_Controls_Dialogs": [ 29786 "Win32_UI_Controls" 29787 ], 29788 "Win32_UI_HiDpi": [ 29789 "Win32_UI" 29790 ], 29791 "Win32_UI_Input": [ 29792 "Win32_UI" 29793 ], 29794 "Win32_UI_Input_Ime": [ 29795 "Win32_UI_Input" 29796 ], 29797 "Win32_UI_Input_KeyboardAndMouse": [ 29798 "Win32_UI_Input" 29799 ], 29800 "Win32_UI_Input_Pointer": [ 29801 "Win32_UI_Input" 29802 ], 29803 "Win32_UI_Input_Touch": [ 29804 "Win32_UI_Input" 29805 ], 29806 "Win32_UI_Input_XboxController": [ 29807 "Win32_UI_Input" 29808 ], 29809 "Win32_UI_InteractionContext": [ 29810 "Win32_UI" 29811 ], 29812 "Win32_UI_Magnification": [ 29813 "Win32_UI" 29814 ], 29815 "Win32_UI_Shell": [ 29816 "Win32_UI" 29817 ], 29818 "Win32_UI_Shell_PropertiesSystem": [ 29819 "Win32_UI_Shell" 29820 ], 29821 "Win32_UI_TabletPC": [ 29822 "Win32_UI" 29823 ], 29824 "Win32_UI_TextServices": [ 29825 "Win32_UI" 29826 ], 29827 "Win32_UI_WindowsAndMessaging": [ 29828 "Win32_UI" 29829 ], 29830 "Win32_Web": [ 29831 "Win32" 29832 ], 29833 "Win32_Web_InternetExplorer": [ 29834 "Win32_Web" 29835 ], 29836 "default": [], 29837 "docs": [] 29838 }, 29839 "homepage": null, 29840 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29841 "keywords": [], 29842 "license": "MIT OR Apache-2.0", 29843 "license_file": null, 29844 "links": null, 29845 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/Cargo.toml", 29846 "metadata": { 29847 "docs": { 29848 "rs": { 29849 "all-features": true, 29850 "default-target": "x86_64-pc-windows-msvc", 29851 "targets": [] 29852 } 29853 } 29854 }, 29855 "name": "windows-sys", 29856 "publish": null, 29857 "readme": "readme.md", 29858 "repository": "https://github.com/microsoft/windows-rs", 29859 "rust_version": "1.56", 29860 "source": "registry+https://github.com/rust-lang/crates.io-index", 29861 "targets": [ 29862 { 29863 "crate_types": [ 29864 "lib" 29865 ], 29866 "doc": true, 29867 "doctest": true, 29868 "edition": "2021", 29869 "kind": [ 29870 "lib" 29871 ], 29872 "name": "windows_sys", 29873 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs", 29874 "test": true 29875 } 29876 ], 29877 "version": "0.52.0" 29878 }, 29879 { 29880 "authors": [ 29881 "Microsoft" 29882 ], 29883 "categories": [], 29884 "default_run": null, 29885 "dependencies": [ 29886 { 29887 "features": [], 29888 "kind": null, 29889 "name": "windows_aarch64_gnullvm", 29890 "optional": false, 29891 "registry": null, 29892 "rename": null, 29893 "req": "^0.48.5", 29894 "source": "registry+https://github.com/rust-lang/crates.io-index", 29895 "target": "aarch64-pc-windows-gnullvm", 29896 "uses_default_features": true 29897 }, 29898 { 29899 "features": [], 29900 "kind": null, 29901 "name": "windows_aarch64_msvc", 29902 "optional": false, 29903 "registry": null, 29904 "rename": null, 29905 "req": "^0.48.5", 29906 "source": "registry+https://github.com/rust-lang/crates.io-index", 29907 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", 29908 "uses_default_features": true 29909 }, 29910 { 29911 "features": [], 29912 "kind": null, 29913 "name": "windows_i686_gnu", 29914 "optional": false, 29915 "registry": null, 29916 "rename": null, 29917 "req": "^0.48.5", 29918 "source": "registry+https://github.com/rust-lang/crates.io-index", 29919 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))", 29920 "uses_default_features": true 29921 }, 29922 { 29923 "features": [], 29924 "kind": null, 29925 "name": "windows_i686_msvc", 29926 "optional": false, 29927 "registry": null, 29928 "rename": null, 29929 "req": "^0.48.5", 29930 "source": "registry+https://github.com/rust-lang/crates.io-index", 29931 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", 29932 "uses_default_features": true 29933 }, 29934 { 29935 "features": [], 29936 "kind": null, 29937 "name": "windows_x86_64_gnu", 29938 "optional": false, 29939 "registry": null, 29940 "rename": null, 29941 "req": "^0.48.5", 29942 "source": "registry+https://github.com/rust-lang/crates.io-index", 29943 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 29944 "uses_default_features": true 29945 }, 29946 { 29947 "features": [], 29948 "kind": null, 29949 "name": "windows_x86_64_msvc", 29950 "optional": false, 29951 "registry": null, 29952 "rename": null, 29953 "req": "^0.48.5", 29954 "source": "registry+https://github.com/rust-lang/crates.io-index", 29955 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))", 29956 "uses_default_features": true 29957 }, 29958 { 29959 "features": [], 29960 "kind": null, 29961 "name": "windows_x86_64_gnullvm", 29962 "optional": false, 29963 "registry": null, 29964 "rename": null, 29965 "req": "^0.48.5", 29966 "source": "registry+https://github.com/rust-lang/crates.io-index", 29967 "target": "x86_64-pc-windows-gnullvm", 29968 "uses_default_features": true 29969 } 29970 ], 29971 "description": "Import libs for Windows", 29972 "documentation": null, 29973 "edition": "2018", 29974 "features": {}, 29975 "homepage": null, 29976 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29977 "keywords": [], 29978 "license": "MIT OR Apache-2.0", 29979 "license_file": null, 29980 "links": null, 29981 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/Cargo.toml", 29982 "metadata": null, 29983 "name": "windows-targets", 29984 "publish": null, 29985 "readme": "readme.md", 29986 "repository": "https://github.com/microsoft/windows-rs", 29987 "rust_version": null, 29988 "source": "registry+https://github.com/rust-lang/crates.io-index", 29989 "targets": [ 29990 { 29991 "crate_types": [ 29992 "lib" 29993 ], 29994 "doc": true, 29995 "doctest": true, 29996 "edition": "2018", 29997 "kind": [ 29998 "lib" 29999 ], 30000 "name": "windows_targets", 30001 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs", 30002 "test": true 30003 } 30004 ], 30005 "version": "0.48.5" 30006 }, 30007 { 30008 "authors": [ 30009 "Microsoft" 30010 ], 30011 "categories": [], 30012 "default_run": null, 30013 "dependencies": [ 30014 { 30015 "features": [], 30016 "kind": null, 30017 "name": "windows_aarch64_gnullvm", 30018 "optional": false, 30019 "registry": null, 30020 "rename": null, 30021 "req": "^0.52.5", 30022 "source": "registry+https://github.com/rust-lang/crates.io-index", 30023 "target": "aarch64-pc-windows-gnullvm", 30024 "uses_default_features": true 30025 }, 30026 { 30027 "features": [], 30028 "kind": null, 30029 "name": "windows_x86_64_msvc", 30030 "optional": false, 30031 "registry": null, 30032 "rename": null, 30033 "req": "^0.52.5", 30034 "source": "registry+https://github.com/rust-lang/crates.io-index", 30035 "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))", 30036 "uses_default_features": true 30037 }, 30038 { 30039 "features": [], 30040 "kind": null, 30041 "name": "windows_aarch64_msvc", 30042 "optional": false, 30043 "registry": null, 30044 "rename": null, 30045 "req": "^0.52.5", 30046 "source": "registry+https://github.com/rust-lang/crates.io-index", 30047 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", 30048 "uses_default_features": true 30049 }, 30050 { 30051 "features": [], 30052 "kind": null, 30053 "name": "windows_i686_gnu", 30054 "optional": false, 30055 "registry": null, 30056 "rename": null, 30057 "req": "^0.52.5", 30058 "source": "registry+https://github.com/rust-lang/crates.io-index", 30059 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 30060 "uses_default_features": true 30061 }, 30062 { 30063 "features": [], 30064 "kind": null, 30065 "name": "windows_i686_msvc", 30066 "optional": false, 30067 "registry": null, 30068 "rename": null, 30069 "req": "^0.52.5", 30070 "source": "registry+https://github.com/rust-lang/crates.io-index", 30071 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", 30072 "uses_default_features": true 30073 }, 30074 { 30075 "features": [], 30076 "kind": null, 30077 "name": "windows_x86_64_gnu", 30078 "optional": false, 30079 "registry": null, 30080 "rename": null, 30081 "req": "^0.52.5", 30082 "source": "registry+https://github.com/rust-lang/crates.io-index", 30083 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 30084 "uses_default_features": true 30085 }, 30086 { 30087 "features": [], 30088 "kind": null, 30089 "name": "windows_i686_gnullvm", 30090 "optional": false, 30091 "registry": null, 30092 "rename": null, 30093 "req": "^0.52.5", 30094 "source": "registry+https://github.com/rust-lang/crates.io-index", 30095 "target": "i686-pc-windows-gnullvm", 30096 "uses_default_features": true 30097 }, 30098 { 30099 "features": [], 30100 "kind": null, 30101 "name": "windows_x86_64_gnullvm", 30102 "optional": false, 30103 "registry": null, 30104 "rename": null, 30105 "req": "^0.52.5", 30106 "source": "registry+https://github.com/rust-lang/crates.io-index", 30107 "target": "x86_64-pc-windows-gnullvm", 30108 "uses_default_features": true 30109 } 30110 ], 30111 "description": "Import libs for Windows", 30112 "documentation": null, 30113 "edition": "2021", 30114 "features": {}, 30115 "homepage": null, 30116 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30117 "keywords": [], 30118 "license": "MIT OR Apache-2.0", 30119 "license_file": null, 30120 "links": null, 30121 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/Cargo.toml", 30122 "metadata": null, 30123 "name": "windows-targets", 30124 "publish": null, 30125 "readme": "readme.md", 30126 "repository": "https://github.com/microsoft/windows-rs", 30127 "rust_version": "1.56", 30128 "source": "registry+https://github.com/rust-lang/crates.io-index", 30129 "targets": [ 30130 { 30131 "crate_types": [ 30132 "lib" 30133 ], 30134 "doc": true, 30135 "doctest": true, 30136 "edition": "2021", 30137 "kind": [ 30138 "lib" 30139 ], 30140 "name": "windows_targets", 30141 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/src/lib.rs", 30142 "test": true 30143 } 30144 ], 30145 "version": "0.52.5" 30146 }, 30147 { 30148 "authors": [ 30149 "Microsoft" 30150 ], 30151 "categories": [], 30152 "default_run": null, 30153 "dependencies": [], 30154 "description": "Import lib for Windows", 30155 "documentation": null, 30156 "edition": "2018", 30157 "features": {}, 30158 "homepage": null, 30159 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30160 "keywords": [], 30161 "license": "MIT OR Apache-2.0", 30162 "license_file": null, 30163 "links": null, 30164 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/Cargo.toml", 30165 "metadata": { 30166 "docs": { 30167 "rs": { 30168 "default-target": "x86_64-pc-windows-msvc", 30169 "targets": [] 30170 } 30171 } 30172 }, 30173 "name": "windows_aarch64_gnullvm", 30174 "publish": null, 30175 "readme": null, 30176 "repository": "https://github.com/microsoft/windows-rs", 30177 "rust_version": null, 30178 "source": "registry+https://github.com/rust-lang/crates.io-index", 30179 "targets": [ 30180 { 30181 "crate_types": [ 30182 "lib" 30183 ], 30184 "doc": true, 30185 "doctest": true, 30186 "edition": "2018", 30187 "kind": [ 30188 "lib" 30189 ], 30190 "name": "windows_aarch64_gnullvm", 30191 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/src/lib.rs", 30192 "test": true 30193 }, 30194 { 30195 "crate_types": [ 30196 "bin" 30197 ], 30198 "doc": false, 30199 "doctest": false, 30200 "edition": "2018", 30201 "kind": [ 30202 "custom-build" 30203 ], 30204 "name": "build-script-build", 30205 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/build.rs", 30206 "test": false 30207 } 30208 ], 30209 "version": "0.48.5" 30210 }, 30211 { 30212 "authors": [ 30213 "Microsoft" 30214 ], 30215 "categories": [], 30216 "default_run": null, 30217 "dependencies": [], 30218 "description": "Import lib for Windows", 30219 "documentation": null, 30220 "edition": "2021", 30221 "features": {}, 30222 "homepage": null, 30223 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30224 "keywords": [], 30225 "license": "MIT OR Apache-2.0", 30226 "license_file": null, 30227 "links": null, 30228 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/Cargo.toml", 30229 "metadata": { 30230 "docs": { 30231 "rs": { 30232 "default-target": "x86_64-pc-windows-msvc", 30233 "targets": [] 30234 } 30235 } 30236 }, 30237 "name": "windows_aarch64_gnullvm", 30238 "publish": null, 30239 "readme": null, 30240 "repository": "https://github.com/microsoft/windows-rs", 30241 "rust_version": "1.56", 30242 "source": "registry+https://github.com/rust-lang/crates.io-index", 30243 "targets": [ 30244 { 30245 "crate_types": [ 30246 "lib" 30247 ], 30248 "doc": true, 30249 "doctest": true, 30250 "edition": "2021", 30251 "kind": [ 30252 "lib" 30253 ], 30254 "name": "windows_aarch64_gnullvm", 30255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/src/lib.rs", 30256 "test": true 30257 }, 30258 { 30259 "crate_types": [ 30260 "bin" 30261 ], 30262 "doc": false, 30263 "doctest": false, 30264 "edition": "2021", 30265 "kind": [ 30266 "custom-build" 30267 ], 30268 "name": "build-script-build", 30269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/build.rs", 30270 "test": false 30271 } 30272 ], 30273 "version": "0.52.5" 30274 }, 30275 { 30276 "authors": [ 30277 "Microsoft" 30278 ], 30279 "categories": [], 30280 "default_run": null, 30281 "dependencies": [], 30282 "description": "Import lib for Windows", 30283 "documentation": null, 30284 "edition": "2018", 30285 "features": {}, 30286 "homepage": null, 30287 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30288 "keywords": [], 30289 "license": "MIT OR Apache-2.0", 30290 "license_file": null, 30291 "links": null, 30292 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/Cargo.toml", 30293 "metadata": { 30294 "docs": { 30295 "rs": { 30296 "default-target": "x86_64-pc-windows-msvc", 30297 "targets": [] 30298 } 30299 } 30300 }, 30301 "name": "windows_aarch64_msvc", 30302 "publish": null, 30303 "readme": null, 30304 "repository": "https://github.com/microsoft/windows-rs", 30305 "rust_version": null, 30306 "source": "registry+https://github.com/rust-lang/crates.io-index", 30307 "targets": [ 30308 { 30309 "crate_types": [ 30310 "lib" 30311 ], 30312 "doc": true, 30313 "doctest": true, 30314 "edition": "2018", 30315 "kind": [ 30316 "lib" 30317 ], 30318 "name": "windows_aarch64_msvc", 30319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/src/lib.rs", 30320 "test": true 30321 }, 30322 { 30323 "crate_types": [ 30324 "bin" 30325 ], 30326 "doc": false, 30327 "doctest": false, 30328 "edition": "2018", 30329 "kind": [ 30330 "custom-build" 30331 ], 30332 "name": "build-script-build", 30333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/build.rs", 30334 "test": false 30335 } 30336 ], 30337 "version": "0.48.5" 30338 }, 30339 { 30340 "authors": [ 30341 "Microsoft" 30342 ], 30343 "categories": [], 30344 "default_run": null, 30345 "dependencies": [], 30346 "description": "Import lib for Windows", 30347 "documentation": null, 30348 "edition": "2021", 30349 "features": {}, 30350 "homepage": null, 30351 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30352 "keywords": [], 30353 "license": "MIT OR Apache-2.0", 30354 "license_file": null, 30355 "links": null, 30356 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/Cargo.toml", 30357 "metadata": { 30358 "docs": { 30359 "rs": { 30360 "default-target": "x86_64-pc-windows-msvc", 30361 "targets": [] 30362 } 30363 } 30364 }, 30365 "name": "windows_aarch64_msvc", 30366 "publish": null, 30367 "readme": null, 30368 "repository": "https://github.com/microsoft/windows-rs", 30369 "rust_version": "1.56", 30370 "source": "registry+https://github.com/rust-lang/crates.io-index", 30371 "targets": [ 30372 { 30373 "crate_types": [ 30374 "lib" 30375 ], 30376 "doc": true, 30377 "doctest": true, 30378 "edition": "2021", 30379 "kind": [ 30380 "lib" 30381 ], 30382 "name": "windows_aarch64_msvc", 30383 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/src/lib.rs", 30384 "test": true 30385 }, 30386 { 30387 "crate_types": [ 30388 "bin" 30389 ], 30390 "doc": false, 30391 "doctest": false, 30392 "edition": "2021", 30393 "kind": [ 30394 "custom-build" 30395 ], 30396 "name": "build-script-build", 30397 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/build.rs", 30398 "test": false 30399 } 30400 ], 30401 "version": "0.52.5" 30402 }, 30403 { 30404 "authors": [ 30405 "Microsoft" 30406 ], 30407 "categories": [], 30408 "default_run": null, 30409 "dependencies": [], 30410 "description": "Import lib for Windows", 30411 "documentation": null, 30412 "edition": "2018", 30413 "features": {}, 30414 "homepage": null, 30415 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30416 "keywords": [], 30417 "license": "MIT OR Apache-2.0", 30418 "license_file": null, 30419 "links": null, 30420 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/Cargo.toml", 30421 "metadata": { 30422 "docs": { 30423 "rs": { 30424 "default-target": "x86_64-pc-windows-msvc", 30425 "targets": [] 30426 } 30427 } 30428 }, 30429 "name": "windows_i686_gnu", 30430 "publish": null, 30431 "readme": null, 30432 "repository": "https://github.com/microsoft/windows-rs", 30433 "rust_version": null, 30434 "source": "registry+https://github.com/rust-lang/crates.io-index", 30435 "targets": [ 30436 { 30437 "crate_types": [ 30438 "lib" 30439 ], 30440 "doc": true, 30441 "doctest": true, 30442 "edition": "2018", 30443 "kind": [ 30444 "lib" 30445 ], 30446 "name": "windows_i686_gnu", 30447 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/src/lib.rs", 30448 "test": true 30449 }, 30450 { 30451 "crate_types": [ 30452 "bin" 30453 ], 30454 "doc": false, 30455 "doctest": false, 30456 "edition": "2018", 30457 "kind": [ 30458 "custom-build" 30459 ], 30460 "name": "build-script-build", 30461 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/build.rs", 30462 "test": false 30463 } 30464 ], 30465 "version": "0.48.5" 30466 }, 30467 { 30468 "authors": [ 30469 "Microsoft" 30470 ], 30471 "categories": [], 30472 "default_run": null, 30473 "dependencies": [], 30474 "description": "Import lib for Windows", 30475 "documentation": null, 30476 "edition": "2021", 30477 "features": {}, 30478 "homepage": null, 30479 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30480 "keywords": [], 30481 "license": "MIT OR Apache-2.0", 30482 "license_file": null, 30483 "links": null, 30484 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/Cargo.toml", 30485 "metadata": { 30486 "docs": { 30487 "rs": { 30488 "default-target": "x86_64-pc-windows-msvc", 30489 "targets": [] 30490 } 30491 } 30492 }, 30493 "name": "windows_i686_gnu", 30494 "publish": null, 30495 "readme": null, 30496 "repository": "https://github.com/microsoft/windows-rs", 30497 "rust_version": "1.56", 30498 "source": "registry+https://github.com/rust-lang/crates.io-index", 30499 "targets": [ 30500 { 30501 "crate_types": [ 30502 "lib" 30503 ], 30504 "doc": true, 30505 "doctest": true, 30506 "edition": "2021", 30507 "kind": [ 30508 "lib" 30509 ], 30510 "name": "windows_i686_gnu", 30511 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/src/lib.rs", 30512 "test": true 30513 }, 30514 { 30515 "crate_types": [ 30516 "bin" 30517 ], 30518 "doc": false, 30519 "doctest": false, 30520 "edition": "2021", 30521 "kind": [ 30522 "custom-build" 30523 ], 30524 "name": "build-script-build", 30525 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/build.rs", 30526 "test": false 30527 } 30528 ], 30529 "version": "0.52.5" 30530 }, 30531 { 30532 "authors": [ 30533 "Microsoft" 30534 ], 30535 "categories": [], 30536 "default_run": null, 30537 "dependencies": [], 30538 "description": "Import lib for Windows", 30539 "documentation": null, 30540 "edition": "2021", 30541 "features": {}, 30542 "homepage": null, 30543 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30544 "keywords": [], 30545 "license": "MIT OR Apache-2.0", 30546 "license_file": null, 30547 "links": null, 30548 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/Cargo.toml", 30549 "metadata": { 30550 "docs": { 30551 "rs": { 30552 "default-target": "x86_64-pc-windows-msvc", 30553 "targets": [] 30554 } 30555 } 30556 }, 30557 "name": "windows_i686_gnullvm", 30558 "publish": null, 30559 "readme": null, 30560 "repository": "https://github.com/microsoft/windows-rs", 30561 "rust_version": "1.56", 30562 "source": "registry+https://github.com/rust-lang/crates.io-index", 30563 "targets": [ 30564 { 30565 "crate_types": [ 30566 "lib" 30567 ], 30568 "doc": true, 30569 "doctest": true, 30570 "edition": "2021", 30571 "kind": [ 30572 "lib" 30573 ], 30574 "name": "windows_i686_gnullvm", 30575 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/src/lib.rs", 30576 "test": true 30577 }, 30578 { 30579 "crate_types": [ 30580 "bin" 30581 ], 30582 "doc": false, 30583 "doctest": false, 30584 "edition": "2021", 30585 "kind": [ 30586 "custom-build" 30587 ], 30588 "name": "build-script-build", 30589 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/build.rs", 30590 "test": false 30591 } 30592 ], 30593 "version": "0.52.5" 30594 }, 30595 { 30596 "authors": [ 30597 "Microsoft" 30598 ], 30599 "categories": [], 30600 "default_run": null, 30601 "dependencies": [], 30602 "description": "Import lib for Windows", 30603 "documentation": null, 30604 "edition": "2018", 30605 "features": {}, 30606 "homepage": null, 30607 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30608 "keywords": [], 30609 "license": "MIT OR Apache-2.0", 30610 "license_file": null, 30611 "links": null, 30612 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/Cargo.toml", 30613 "metadata": { 30614 "docs": { 30615 "rs": { 30616 "default-target": "x86_64-pc-windows-msvc", 30617 "targets": [] 30618 } 30619 } 30620 }, 30621 "name": "windows_i686_msvc", 30622 "publish": null, 30623 "readme": null, 30624 "repository": "https://github.com/microsoft/windows-rs", 30625 "rust_version": null, 30626 "source": "registry+https://github.com/rust-lang/crates.io-index", 30627 "targets": [ 30628 { 30629 "crate_types": [ 30630 "lib" 30631 ], 30632 "doc": true, 30633 "doctest": true, 30634 "edition": "2018", 30635 "kind": [ 30636 "lib" 30637 ], 30638 "name": "windows_i686_msvc", 30639 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/src/lib.rs", 30640 "test": true 30641 }, 30642 { 30643 "crate_types": [ 30644 "bin" 30645 ], 30646 "doc": false, 30647 "doctest": false, 30648 "edition": "2018", 30649 "kind": [ 30650 "custom-build" 30651 ], 30652 "name": "build-script-build", 30653 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/build.rs", 30654 "test": false 30655 } 30656 ], 30657 "version": "0.48.5" 30658 }, 30659 { 30660 "authors": [ 30661 "Microsoft" 30662 ], 30663 "categories": [], 30664 "default_run": null, 30665 "dependencies": [], 30666 "description": "Import lib for Windows", 30667 "documentation": null, 30668 "edition": "2021", 30669 "features": {}, 30670 "homepage": null, 30671 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30672 "keywords": [], 30673 "license": "MIT OR Apache-2.0", 30674 "license_file": null, 30675 "links": null, 30676 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/Cargo.toml", 30677 "metadata": { 30678 "docs": { 30679 "rs": { 30680 "default-target": "x86_64-pc-windows-msvc", 30681 "targets": [] 30682 } 30683 } 30684 }, 30685 "name": "windows_i686_msvc", 30686 "publish": null, 30687 "readme": null, 30688 "repository": "https://github.com/microsoft/windows-rs", 30689 "rust_version": "1.56", 30690 "source": "registry+https://github.com/rust-lang/crates.io-index", 30691 "targets": [ 30692 { 30693 "crate_types": [ 30694 "lib" 30695 ], 30696 "doc": true, 30697 "doctest": true, 30698 "edition": "2021", 30699 "kind": [ 30700 "lib" 30701 ], 30702 "name": "windows_i686_msvc", 30703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/src/lib.rs", 30704 "test": true 30705 }, 30706 { 30707 "crate_types": [ 30708 "bin" 30709 ], 30710 "doc": false, 30711 "doctest": false, 30712 "edition": "2021", 30713 "kind": [ 30714 "custom-build" 30715 ], 30716 "name": "build-script-build", 30717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/build.rs", 30718 "test": false 30719 } 30720 ], 30721 "version": "0.52.5" 30722 }, 30723 { 30724 "authors": [ 30725 "Microsoft" 30726 ], 30727 "categories": [], 30728 "default_run": null, 30729 "dependencies": [], 30730 "description": "Import lib for Windows", 30731 "documentation": null, 30732 "edition": "2018", 30733 "features": {}, 30734 "homepage": null, 30735 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30736 "keywords": [], 30737 "license": "MIT OR Apache-2.0", 30738 "license_file": null, 30739 "links": null, 30740 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/Cargo.toml", 30741 "metadata": { 30742 "docs": { 30743 "rs": { 30744 "default-target": "x86_64-pc-windows-msvc", 30745 "targets": [] 30746 } 30747 } 30748 }, 30749 "name": "windows_x86_64_gnu", 30750 "publish": null, 30751 "readme": null, 30752 "repository": "https://github.com/microsoft/windows-rs", 30753 "rust_version": null, 30754 "source": "registry+https://github.com/rust-lang/crates.io-index", 30755 "targets": [ 30756 { 30757 "crate_types": [ 30758 "lib" 30759 ], 30760 "doc": true, 30761 "doctest": true, 30762 "edition": "2018", 30763 "kind": [ 30764 "lib" 30765 ], 30766 "name": "windows_x86_64_gnu", 30767 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/src/lib.rs", 30768 "test": true 30769 }, 30770 { 30771 "crate_types": [ 30772 "bin" 30773 ], 30774 "doc": false, 30775 "doctest": false, 30776 "edition": "2018", 30777 "kind": [ 30778 "custom-build" 30779 ], 30780 "name": "build-script-build", 30781 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/build.rs", 30782 "test": false 30783 } 30784 ], 30785 "version": "0.48.5" 30786 }, 30787 { 30788 "authors": [ 30789 "Microsoft" 30790 ], 30791 "categories": [], 30792 "default_run": null, 30793 "dependencies": [], 30794 "description": "Import lib for Windows", 30795 "documentation": null, 30796 "edition": "2021", 30797 "features": {}, 30798 "homepage": null, 30799 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30800 "keywords": [], 30801 "license": "MIT OR Apache-2.0", 30802 "license_file": null, 30803 "links": null, 30804 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/Cargo.toml", 30805 "metadata": { 30806 "docs": { 30807 "rs": { 30808 "default-target": "x86_64-pc-windows-msvc", 30809 "targets": [] 30810 } 30811 } 30812 }, 30813 "name": "windows_x86_64_gnu", 30814 "publish": null, 30815 "readme": null, 30816 "repository": "https://github.com/microsoft/windows-rs", 30817 "rust_version": "1.56", 30818 "source": "registry+https://github.com/rust-lang/crates.io-index", 30819 "targets": [ 30820 { 30821 "crate_types": [ 30822 "lib" 30823 ], 30824 "doc": true, 30825 "doctest": true, 30826 "edition": "2021", 30827 "kind": [ 30828 "lib" 30829 ], 30830 "name": "windows_x86_64_gnu", 30831 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/src/lib.rs", 30832 "test": true 30833 }, 30834 { 30835 "crate_types": [ 30836 "bin" 30837 ], 30838 "doc": false, 30839 "doctest": false, 30840 "edition": "2021", 30841 "kind": [ 30842 "custom-build" 30843 ], 30844 "name": "build-script-build", 30845 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/build.rs", 30846 "test": false 30847 } 30848 ], 30849 "version": "0.52.5" 30850 }, 30851 { 30852 "authors": [ 30853 "Microsoft" 30854 ], 30855 "categories": [], 30856 "default_run": null, 30857 "dependencies": [], 30858 "description": "Import lib for Windows", 30859 "documentation": null, 30860 "edition": "2018", 30861 "features": {}, 30862 "homepage": null, 30863 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30864 "keywords": [], 30865 "license": "MIT OR Apache-2.0", 30866 "license_file": null, 30867 "links": null, 30868 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/Cargo.toml", 30869 "metadata": { 30870 "docs": { 30871 "rs": { 30872 "default-target": "x86_64-pc-windows-msvc", 30873 "targets": [] 30874 } 30875 } 30876 }, 30877 "name": "windows_x86_64_gnullvm", 30878 "publish": null, 30879 "readme": null, 30880 "repository": "https://github.com/microsoft/windows-rs", 30881 "rust_version": null, 30882 "source": "registry+https://github.com/rust-lang/crates.io-index", 30883 "targets": [ 30884 { 30885 "crate_types": [ 30886 "lib" 30887 ], 30888 "doc": true, 30889 "doctest": true, 30890 "edition": "2018", 30891 "kind": [ 30892 "lib" 30893 ], 30894 "name": "windows_x86_64_gnullvm", 30895 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/src/lib.rs", 30896 "test": true 30897 }, 30898 { 30899 "crate_types": [ 30900 "bin" 30901 ], 30902 "doc": false, 30903 "doctest": false, 30904 "edition": "2018", 30905 "kind": [ 30906 "custom-build" 30907 ], 30908 "name": "build-script-build", 30909 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/build.rs", 30910 "test": false 30911 } 30912 ], 30913 "version": "0.48.5" 30914 }, 30915 { 30916 "authors": [ 30917 "Microsoft" 30918 ], 30919 "categories": [], 30920 "default_run": null, 30921 "dependencies": [], 30922 "description": "Import lib for Windows", 30923 "documentation": null, 30924 "edition": "2021", 30925 "features": {}, 30926 "homepage": null, 30927 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30928 "keywords": [], 30929 "license": "MIT OR Apache-2.0", 30930 "license_file": null, 30931 "links": null, 30932 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/Cargo.toml", 30933 "metadata": { 30934 "docs": { 30935 "rs": { 30936 "default-target": "x86_64-pc-windows-msvc", 30937 "targets": [] 30938 } 30939 } 30940 }, 30941 "name": "windows_x86_64_gnullvm", 30942 "publish": null, 30943 "readme": null, 30944 "repository": "https://github.com/microsoft/windows-rs", 30945 "rust_version": "1.56", 30946 "source": "registry+https://github.com/rust-lang/crates.io-index", 30947 "targets": [ 30948 { 30949 "crate_types": [ 30950 "lib" 30951 ], 30952 "doc": true, 30953 "doctest": true, 30954 "edition": "2021", 30955 "kind": [ 30956 "lib" 30957 ], 30958 "name": "windows_x86_64_gnullvm", 30959 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/src/lib.rs", 30960 "test": true 30961 }, 30962 { 30963 "crate_types": [ 30964 "bin" 30965 ], 30966 "doc": false, 30967 "doctest": false, 30968 "edition": "2021", 30969 "kind": [ 30970 "custom-build" 30971 ], 30972 "name": "build-script-build", 30973 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/build.rs", 30974 "test": false 30975 } 30976 ], 30977 "version": "0.52.5" 30978 }, 30979 { 30980 "authors": [ 30981 "Microsoft" 30982 ], 30983 "categories": [], 30984 "default_run": null, 30985 "dependencies": [], 30986 "description": "Import lib for Windows", 30987 "documentation": null, 30988 "edition": "2018", 30989 "features": {}, 30990 "homepage": null, 30991 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30992 "keywords": [], 30993 "license": "MIT OR Apache-2.0", 30994 "license_file": null, 30995 "links": null, 30996 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/Cargo.toml", 30997 "metadata": { 30998 "docs": { 30999 "rs": { 31000 "default-target": "x86_64-pc-windows-msvc", 31001 "targets": [] 31002 } 31003 } 31004 }, 31005 "name": "windows_x86_64_msvc", 31006 "publish": null, 31007 "readme": null, 31008 "repository": "https://github.com/microsoft/windows-rs", 31009 "rust_version": null, 31010 "source": "registry+https://github.com/rust-lang/crates.io-index", 31011 "targets": [ 31012 { 31013 "crate_types": [ 31014 "lib" 31015 ], 31016 "doc": true, 31017 "doctest": true, 31018 "edition": "2018", 31019 "kind": [ 31020 "lib" 31021 ], 31022 "name": "windows_x86_64_msvc", 31023 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/src/lib.rs", 31024 "test": true 31025 }, 31026 { 31027 "crate_types": [ 31028 "bin" 31029 ], 31030 "doc": false, 31031 "doctest": false, 31032 "edition": "2018", 31033 "kind": [ 31034 "custom-build" 31035 ], 31036 "name": "build-script-build", 31037 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/build.rs", 31038 "test": false 31039 } 31040 ], 31041 "version": "0.48.5" 31042 }, 31043 { 31044 "authors": [ 31045 "Microsoft" 31046 ], 31047 "categories": [], 31048 "default_run": null, 31049 "dependencies": [], 31050 "description": "Import lib for Windows", 31051 "documentation": null, 31052 "edition": "2021", 31053 "features": {}, 31054 "homepage": null, 31055 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31056 "keywords": [], 31057 "license": "MIT OR Apache-2.0", 31058 "license_file": null, 31059 "links": null, 31060 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/Cargo.toml", 31061 "metadata": { 31062 "docs": { 31063 "rs": { 31064 "default-target": "x86_64-pc-windows-msvc", 31065 "targets": [] 31066 } 31067 } 31068 }, 31069 "name": "windows_x86_64_msvc", 31070 "publish": null, 31071 "readme": null, 31072 "repository": "https://github.com/microsoft/windows-rs", 31073 "rust_version": "1.56", 31074 "source": "registry+https://github.com/rust-lang/crates.io-index", 31075 "targets": [ 31076 { 31077 "crate_types": [ 31078 "lib" 31079 ], 31080 "doc": true, 31081 "doctest": true, 31082 "edition": "2021", 31083 "kind": [ 31084 "lib" 31085 ], 31086 "name": "windows_x86_64_msvc", 31087 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/src/lib.rs", 31088 "test": true 31089 }, 31090 { 31091 "crate_types": [ 31092 "bin" 31093 ], 31094 "doc": false, 31095 "doctest": false, 31096 "edition": "2021", 31097 "kind": [ 31098 "custom-build" 31099 ], 31100 "name": "build-script-build", 31101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/build.rs", 31102 "test": false 31103 } 31104 ], 31105 "version": "0.52.5" 31106 }, 31107 { 31108 "authors": [ 31109 "Igor Shaula <[email protected]>" 31110 ], 31111 "categories": [ 31112 "api-bindings", 31113 "os::windows-apis" 31114 ], 31115 "default_run": null, 31116 "dependencies": [ 31117 { 31118 "features": [], 31119 "kind": null, 31120 "name": "cfg-if", 31121 "optional": false, 31122 "registry": null, 31123 "rename": null, 31124 "req": "^1.0", 31125 "source": "registry+https://github.com/rust-lang/crates.io-index", 31126 "target": null, 31127 "uses_default_features": true 31128 }, 31129 { 31130 "features": [], 31131 "kind": null, 31132 "name": "chrono", 31133 "optional": true, 31134 "registry": null, 31135 "rename": null, 31136 "req": "^0.4.6", 31137 "source": "registry+https://github.com/rust-lang/crates.io-index", 31138 "target": null, 31139 "uses_default_features": true 31140 }, 31141 { 31142 "features": [], 31143 "kind": null, 31144 "name": "serde", 31145 "optional": true, 31146 "registry": null, 31147 "rename": null, 31148 "req": "^1", 31149 "source": "registry+https://github.com/rust-lang/crates.io-index", 31150 "target": null, 31151 "uses_default_features": true 31152 }, 31153 { 31154 "features": [ 31155 "Win32_Foundation", 31156 "Win32_System_Time", 31157 "Win32_System_Registry", 31158 "Win32_Security", 31159 "Win32_Storage_FileSystem", 31160 "Win32_System_Diagnostics_Debug" 31161 ], 31162 "kind": null, 31163 "name": "windows-sys", 31164 "optional": false, 31165 "registry": null, 31166 "rename": null, 31167 "req": "^0.48.0", 31168 "source": "registry+https://github.com/rust-lang/crates.io-index", 31169 "target": null, 31170 "uses_default_features": true 31171 }, 31172 { 31173 "features": [], 31174 "kind": "dev", 31175 "name": "rand", 31176 "optional": false, 31177 "registry": null, 31178 "rename": null, 31179 "req": "^0.3", 31180 "source": "registry+https://github.com/rust-lang/crates.io-index", 31181 "target": null, 31182 "uses_default_features": true 31183 }, 31184 { 31185 "features": [], 31186 "kind": "dev", 31187 "name": "serde-transcode", 31188 "optional": false, 31189 "registry": null, 31190 "rename": null, 31191 "req": "^1", 31192 "source": "registry+https://github.com/rust-lang/crates.io-index", 31193 "target": null, 31194 "uses_default_features": true 31195 }, 31196 { 31197 "features": [], 31198 "kind": "dev", 31199 "name": "serde_bytes", 31200 "optional": false, 31201 "registry": null, 31202 "rename": null, 31203 "req": "^0.11", 31204 "source": "registry+https://github.com/rust-lang/crates.io-index", 31205 "target": null, 31206 "uses_default_features": true 31207 }, 31208 { 31209 "features": [], 31210 "kind": "dev", 31211 "name": "serde_derive", 31212 "optional": false, 31213 "registry": null, 31214 "rename": null, 31215 "req": "^1", 31216 "source": "registry+https://github.com/rust-lang/crates.io-index", 31217 "target": null, 31218 "uses_default_features": true 31219 }, 31220 { 31221 "features": [], 31222 "kind": "dev", 31223 "name": "serde_json", 31224 "optional": false, 31225 "registry": null, 31226 "rename": null, 31227 "req": "^1", 31228 "source": "registry+https://github.com/rust-lang/crates.io-index", 31229 "target": null, 31230 "uses_default_features": true 31231 }, 31232 { 31233 "features": [], 31234 "kind": "dev", 31235 "name": "tempfile", 31236 "optional": false, 31237 "registry": null, 31238 "rename": null, 31239 "req": "~3.0", 31240 "source": "registry+https://github.com/rust-lang/crates.io-index", 31241 "target": null, 31242 "uses_default_features": true 31243 } 31244 ], 31245 "description": "Rust bindings to MS Windows Registry API", 31246 "documentation": "https://docs.rs/winreg", 31247 "edition": "2018", 31248 "features": { 31249 "chrono": [ 31250 "dep:chrono" 31251 ], 31252 "serde": [ 31253 "dep:serde" 31254 ], 31255 "serialization-serde": [ 31256 "transactions", 31257 "serde" 31258 ], 31259 "transactions": [] 31260 }, 31261 "homepage": null, 31262 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31263 "keywords": [ 31264 "Windows", 31265 "WinSDK", 31266 "Registry" 31267 ], 31268 "license": "MIT", 31269 "license_file": null, 31270 "links": null, 31271 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/Cargo.toml", 31272 "metadata": { 31273 "docs": { 31274 "rs": { 31275 "all-features": true, 31276 "targets": [ 31277 "x86_64-pc-windows-msvc", 31278 "i686-pc-windows-msvc" 31279 ] 31280 } 31281 } 31282 }, 31283 "name": "winreg", 31284 "publish": null, 31285 "readme": "README.md", 31286 "repository": "https://github.com/gentoo90/winreg-rs", 31287 "rust_version": null, 31288 "source": "registry+https://github.com/rust-lang/crates.io-index", 31289 "targets": [ 31290 { 31291 "crate_types": [ 31292 "lib" 31293 ], 31294 "doc": true, 31295 "doctest": true, 31296 "edition": "2018", 31297 "kind": [ 31298 "lib" 31299 ], 31300 "name": "winreg", 31301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/src/lib.rs", 31302 "test": true 31303 }, 31304 { 31305 "crate_types": [ 31306 "bin" 31307 ], 31308 "doc": false, 31309 "doctest": false, 31310 "edition": "2018", 31311 "kind": [ 31312 "example" 31313 ], 31314 "name": "basic_usage", 31315 "required-features": [ 31316 "chrono" 31317 ], 31318 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/basic_usage.rs", 31319 "test": false 31320 }, 31321 { 31322 "crate_types": [ 31323 "bin" 31324 ], 31325 "doc": false, 31326 "doctest": false, 31327 "edition": "2018", 31328 "kind": [ 31329 "example" 31330 ], 31331 "name": "enum", 31332 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/enum.rs", 31333 "test": false 31334 }, 31335 { 31336 "crate_types": [ 31337 "bin" 31338 ], 31339 "doc": false, 31340 "doctest": false, 31341 "edition": "2018", 31342 "kind": [ 31343 "example" 31344 ], 31345 "name": "load_app_key", 31346 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/load_app_key.rs", 31347 "test": false 31348 }, 31349 { 31350 "crate_types": [ 31351 "bin" 31352 ], 31353 "doc": false, 31354 "doctest": false, 31355 "edition": "2018", 31356 "kind": [ 31357 "example" 31358 ], 31359 "name": "transactions", 31360 "required-features": [ 31361 "transactions" 31362 ], 31363 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transactions.rs", 31364 "test": false 31365 }, 31366 { 31367 "crate_types": [ 31368 "bin" 31369 ], 31370 "doc": false, 31371 "doctest": false, 31372 "edition": "2018", 31373 "kind": [ 31374 "example" 31375 ], 31376 "name": "serialization", 31377 "required-features": [ 31378 "serialization-serde" 31379 ], 31380 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/serialization.rs", 31381 "test": false 31382 }, 31383 { 31384 "crate_types": [ 31385 "bin" 31386 ], 31387 "doc": false, 31388 "doctest": false, 31389 "edition": "2018", 31390 "kind": [ 31391 "example" 31392 ], 31393 "name": "transacted_serialization", 31394 "required-features": [ 31395 "serialization-serde" 31396 ], 31397 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transacted_serialization.rs", 31398 "test": false 31399 }, 31400 { 31401 "crate_types": [ 31402 "bin" 31403 ], 31404 "doc": false, 31405 "doctest": false, 31406 "edition": "2018", 31407 "kind": [ 31408 "example" 31409 ], 31410 "name": "reg2json", 31411 "required-features": [ 31412 "serialization-serde" 31413 ], 31414 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/reg2json.rs", 31415 "test": false 31416 }, 31417 { 31418 "crate_types": [ 31419 "bin" 31420 ], 31421 "doc": false, 31422 "doctest": false, 31423 "edition": "2018", 31424 "kind": [ 31425 "example" 31426 ], 31427 "name": "map_key_serialization", 31428 "required-features": [ 31429 "serialization-serde" 31430 ], 31431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/map_key_serialization.rs", 31432 "test": false 31433 }, 31434 { 31435 "crate_types": [ 31436 "bin" 31437 ], 31438 "doc": false, 31439 "doctest": false, 31440 "edition": "2018", 31441 "kind": [ 31442 "example" 31443 ], 31444 "name": "installed_apps", 31445 "required-features": [ 31446 "serialization-serde" 31447 ], 31448 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/installed_apps.rs", 31449 "test": false 31450 }, 31451 { 31452 "crate_types": [ 31453 "bin" 31454 ], 31455 "doc": false, 31456 "doctest": false, 31457 "edition": "2018", 31458 "kind": [ 31459 "test" 31460 ], 31461 "name": "reg_value", 31462 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_value.rs", 31463 "test": true 31464 }, 31465 { 31466 "crate_types": [ 31467 "bin" 31468 ], 31469 "doc": false, 31470 "doctest": false, 31471 "edition": "2018", 31472 "kind": [ 31473 "test" 31474 ], 31475 "name": "serialization", 31476 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/serialization.rs", 31477 "test": true 31478 }, 31479 { 31480 "crate_types": [ 31481 "bin" 31482 ], 31483 "doc": false, 31484 "doctest": false, 31485 "edition": "2018", 31486 "kind": [ 31487 "test" 31488 ], 31489 "name": "reg_key", 31490 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_key.rs", 31491 "test": true 31492 } 31493 ], 31494 "version": "0.52.0" 31495 } 31496 ], 31497 "resolve": { 31498 "nodes": [ 31499 { 31500 "dependencies": [ 31501 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31502 ], 31503 "deps": [ 31504 { 31505 "dep_kinds": [ 31506 { 31507 "kind": null, 31508 "target": null 31509 } 31510 ], 31511 "name": "gimli", 31512 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31513 } 31514 ], 31515 "features": [], 31516 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31517 }, 31518 { 31519 "dependencies": [], 31520 "deps": [], 31521 "features": [], 31522 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31523 }, 31524 { 31525 "dependencies": [ 31526 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31527 ], 31528 "deps": [ 31529 { 31530 "dep_kinds": [ 31531 { 31532 "kind": null, 31533 "target": null 31534 } 31535 ], 31536 "name": "libc", 31537 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31538 } 31539 ], 31540 "features": [], 31541 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31542 }, 31543 { 31544 "dependencies": [], 31545 "deps": [], 31546 "features": [], 31547 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31548 }, 31549 { 31550 "dependencies": [ 31551 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31552 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31553 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31554 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31555 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31556 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31557 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31558 ], 31559 "deps": [ 31560 { 31561 "dep_kinds": [ 31562 { 31563 "kind": null, 31564 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 31565 } 31566 ], 31567 "name": "addr2line", 31568 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31569 }, 31570 { 31571 "dep_kinds": [ 31572 { 31573 "kind": "build", 31574 "target": null 31575 } 31576 ], 31577 "name": "cc", 31578 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31579 }, 31580 { 31581 "dep_kinds": [ 31582 { 31583 "kind": null, 31584 "target": null 31585 } 31586 ], 31587 "name": "cfg_if", 31588 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31589 }, 31590 { 31591 "dep_kinds": [ 31592 { 31593 "kind": null, 31594 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 31595 } 31596 ], 31597 "name": "libc", 31598 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31599 }, 31600 { 31601 "dep_kinds": [ 31602 { 31603 "kind": null, 31604 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 31605 } 31606 ], 31607 "name": "miniz_oxide", 31608 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31609 }, 31610 { 31611 "dep_kinds": [ 31612 { 31613 "kind": null, 31614 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 31615 } 31616 ], 31617 "name": "object", 31618 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31619 }, 31620 { 31621 "dep_kinds": [ 31622 { 31623 "kind": null, 31624 "target": null 31625 } 31626 ], 31627 "name": "rustc_demangle", 31628 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31629 } 31630 ], 31631 "features": [ 31632 "default", 31633 "std" 31634 ], 31635 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31636 }, 31637 { 31638 "dependencies": [], 31639 "deps": [], 31640 "features": [ 31641 "alloc", 31642 "default", 31643 "std" 31644 ], 31645 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31646 }, 31647 { 31648 "dependencies": [], 31649 "deps": [], 31650 "features": [ 31651 "default" 31652 ], 31653 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31654 }, 31655 { 31656 "dependencies": [], 31657 "deps": [], 31658 "features": [ 31659 "std" 31660 ], 31661 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31662 }, 31663 { 31664 "dependencies": [], 31665 "deps": [], 31666 "features": [ 31667 "default" 31668 ], 31669 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31670 }, 31671 { 31672 "dependencies": [], 31673 "deps": [], 31674 "features": [ 31675 "default", 31676 "std" 31677 ], 31678 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31679 }, 31680 { 31681 "dependencies": [], 31682 "deps": [], 31683 "features": [], 31684 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31685 }, 31686 { 31687 "dependencies": [], 31688 "deps": [], 31689 "features": [], 31690 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31691 }, 31692 { 31693 "dependencies": [ 31694 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31695 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31696 ], 31697 "deps": [ 31698 { 31699 "dep_kinds": [ 31700 { 31701 "kind": null, 31702 "target": null 31703 } 31704 ], 31705 "name": "core_foundation_sys", 31706 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31707 }, 31708 { 31709 "dep_kinds": [ 31710 { 31711 "kind": null, 31712 "target": null 31713 } 31714 ], 31715 "name": "libc", 31716 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31717 } 31718 ], 31719 "features": [ 31720 "default", 31721 "link" 31722 ], 31723 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31724 }, 31725 { 31726 "dependencies": [], 31727 "deps": [], 31728 "features": [ 31729 "default", 31730 "link" 31731 ], 31732 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31733 }, 31734 { 31735 "dependencies": [ 31736 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31737 ], 31738 "deps": [ 31739 { 31740 "dep_kinds": [ 31741 { 31742 "kind": null, 31743 "target": null 31744 } 31745 ], 31746 "name": "cfg_if", 31747 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31748 } 31749 ], 31750 "features": [ 31751 "alloc", 31752 "default" 31753 ], 31754 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31755 }, 31756 { 31757 "dependencies": [], 31758 "deps": [], 31759 "features": [], 31760 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31761 }, 31762 { 31763 "dependencies": [ 31764 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31765 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31766 ], 31767 "deps": [ 31768 { 31769 "dep_kinds": [ 31770 { 31771 "kind": null, 31772 "target": "cfg(unix)" 31773 }, 31774 { 31775 "kind": null, 31776 "target": "cfg(target_os = \"hermit\")" 31777 }, 31778 { 31779 "kind": null, 31780 "target": "cfg(target_os = \"wasi\")" 31781 } 31782 ], 31783 "name": "libc", 31784 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31785 }, 31786 { 31787 "dep_kinds": [ 31788 { 31789 "kind": null, 31790 "target": "cfg(windows)" 31791 } 31792 ], 31793 "name": "windows_sys", 31794 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31795 } 31796 ], 31797 "features": [ 31798 "std" 31799 ], 31800 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31801 }, 31802 { 31803 "dependencies": [], 31804 "deps": [], 31805 "features": [ 31806 "alloc", 31807 "default", 31808 "std" 31809 ], 31810 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31811 }, 31812 { 31813 "dependencies": [], 31814 "deps": [], 31815 "features": [ 31816 "default", 31817 "std" 31818 ], 31819 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31820 }, 31821 { 31822 "dependencies": [ 31823 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31824 ], 31825 "deps": [ 31826 { 31827 "dep_kinds": [ 31828 { 31829 "kind": null, 31830 "target": null 31831 } 31832 ], 31833 "name": "foreign_types_shared", 31834 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31835 } 31836 ], 31837 "features": [], 31838 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31839 }, 31840 { 31841 "dependencies": [], 31842 "deps": [], 31843 "features": [], 31844 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31845 }, 31846 { 31847 "dependencies": [ 31848 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31849 ], 31850 "deps": [ 31851 { 31852 "dep_kinds": [ 31853 { 31854 "kind": null, 31855 "target": null 31856 } 31857 ], 31858 "name": "percent_encoding", 31859 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31860 } 31861 ], 31862 "features": [ 31863 "alloc", 31864 "default", 31865 "std" 31866 ], 31867 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31868 }, 31869 { 31870 "dependencies": [ 31871 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31872 ], 31873 "deps": [ 31874 { 31875 "dep_kinds": [ 31876 { 31877 "kind": null, 31878 "target": null 31879 } 31880 ], 31881 "name": "futures_core", 31882 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31883 } 31884 ], 31885 "features": [ 31886 "alloc", 31887 "default", 31888 "std" 31889 ], 31890 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31891 }, 31892 { 31893 "dependencies": [], 31894 "deps": [], 31895 "features": [ 31896 "alloc", 31897 "default", 31898 "std" 31899 ], 31900 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31901 }, 31902 { 31903 "dependencies": [], 31904 "deps": [], 31905 "features": [ 31906 "alloc", 31907 "default", 31908 "std" 31909 ], 31910 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31911 }, 31912 { 31913 "dependencies": [], 31914 "deps": [], 31915 "features": [ 31916 "alloc" 31917 ], 31918 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31919 }, 31920 { 31921 "dependencies": [ 31922 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31923 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31924 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31925 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31926 ], 31927 "deps": [ 31928 { 31929 "dep_kinds": [ 31930 { 31931 "kind": null, 31932 "target": null 31933 } 31934 ], 31935 "name": "futures_core", 31936 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31937 }, 31938 { 31939 "dep_kinds": [ 31940 { 31941 "kind": null, 31942 "target": null 31943 } 31944 ], 31945 "name": "futures_task", 31946 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31947 }, 31948 { 31949 "dep_kinds": [ 31950 { 31951 "kind": null, 31952 "target": null 31953 } 31954 ], 31955 "name": "pin_project_lite", 31956 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31957 }, 31958 { 31959 "dep_kinds": [ 31960 { 31961 "kind": null, 31962 "target": null 31963 } 31964 ], 31965 "name": "pin_utils", 31966 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31967 } 31968 ], 31969 "features": [ 31970 "alloc" 31971 ], 31972 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31973 }, 31974 { 31975 "dependencies": [], 31976 "deps": [], 31977 "features": [ 31978 "read", 31979 "read-core" 31980 ], 31981 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31982 }, 31983 { 31984 "dependencies": [ 31985 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31986 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31987 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31988 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31989 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31990 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31991 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31992 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31993 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31994 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31995 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 31996 ], 31997 "deps": [ 31998 { 31999 "dep_kinds": [ 32000 { 32001 "kind": null, 32002 "target": null 32003 } 32004 ], 32005 "name": "bytes", 32006 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32007 }, 32008 { 32009 "dep_kinds": [ 32010 { 32011 "kind": null, 32012 "target": null 32013 } 32014 ], 32015 "name": "fnv", 32016 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32017 }, 32018 { 32019 "dep_kinds": [ 32020 { 32021 "kind": null, 32022 "target": null 32023 } 32024 ], 32025 "name": "futures_core", 32026 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32027 }, 32028 { 32029 "dep_kinds": [ 32030 { 32031 "kind": null, 32032 "target": null 32033 } 32034 ], 32035 "name": "futures_sink", 32036 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32037 }, 32038 { 32039 "dep_kinds": [ 32040 { 32041 "kind": null, 32042 "target": null 32043 } 32044 ], 32045 "name": "futures_util", 32046 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32047 }, 32048 { 32049 "dep_kinds": [ 32050 { 32051 "kind": null, 32052 "target": null 32053 } 32054 ], 32055 "name": "http", 32056 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32057 }, 32058 { 32059 "dep_kinds": [ 32060 { 32061 "kind": null, 32062 "target": null 32063 } 32064 ], 32065 "name": "indexmap", 32066 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32067 }, 32068 { 32069 "dep_kinds": [ 32070 { 32071 "kind": null, 32072 "target": null 32073 } 32074 ], 32075 "name": "slab", 32076 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32077 }, 32078 { 32079 "dep_kinds": [ 32080 { 32081 "kind": null, 32082 "target": null 32083 } 32084 ], 32085 "name": "tokio", 32086 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32087 }, 32088 { 32089 "dep_kinds": [ 32090 { 32091 "kind": null, 32092 "target": null 32093 } 32094 ], 32095 "name": "tokio_util", 32096 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32097 }, 32098 { 32099 "dep_kinds": [ 32100 { 32101 "kind": null, 32102 "target": null 32103 } 32104 ], 32105 "name": "tracing", 32106 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32107 } 32108 ], 32109 "features": [], 32110 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32111 }, 32112 { 32113 "dependencies": [], 32114 "deps": [], 32115 "features": [ 32116 "raw" 32117 ], 32118 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32119 }, 32120 { 32121 "dependencies": [ 32122 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32123 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32124 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32125 ], 32126 "deps": [ 32127 { 32128 "dep_kinds": [ 32129 { 32130 "kind": null, 32131 "target": null 32132 } 32133 ], 32134 "name": "bytes", 32135 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32136 }, 32137 { 32138 "dep_kinds": [ 32139 { 32140 "kind": null, 32141 "target": null 32142 } 32143 ], 32144 "name": "fnv", 32145 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32146 }, 32147 { 32148 "dep_kinds": [ 32149 { 32150 "kind": null, 32151 "target": null 32152 } 32153 ], 32154 "name": "itoa", 32155 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32156 } 32157 ], 32158 "features": [ 32159 "default", 32160 "std" 32161 ], 32162 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32163 }, 32164 { 32165 "dependencies": [ 32166 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32167 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32168 ], 32169 "deps": [ 32170 { 32171 "dep_kinds": [ 32172 { 32173 "kind": null, 32174 "target": null 32175 } 32176 ], 32177 "name": "bytes", 32178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32179 }, 32180 { 32181 "dep_kinds": [ 32182 { 32183 "kind": null, 32184 "target": null 32185 } 32186 ], 32187 "name": "http", 32188 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32189 } 32190 ], 32191 "features": [], 32192 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32193 }, 32194 { 32195 "dependencies": [ 32196 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32197 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32198 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32199 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32200 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32201 ], 32202 "deps": [ 32203 { 32204 "dep_kinds": [ 32205 { 32206 "kind": null, 32207 "target": null 32208 } 32209 ], 32210 "name": "bytes", 32211 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32212 }, 32213 { 32214 "dep_kinds": [ 32215 { 32216 "kind": null, 32217 "target": null 32218 } 32219 ], 32220 "name": "futures_core", 32221 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32222 }, 32223 { 32224 "dep_kinds": [ 32225 { 32226 "kind": null, 32227 "target": null 32228 } 32229 ], 32230 "name": "http", 32231 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32232 }, 32233 { 32234 "dep_kinds": [ 32235 { 32236 "kind": null, 32237 "target": null 32238 } 32239 ], 32240 "name": "http_body", 32241 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32242 }, 32243 { 32244 "dep_kinds": [ 32245 { 32246 "kind": null, 32247 "target": null 32248 } 32249 ], 32250 "name": "pin_project_lite", 32251 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32252 } 32253 ], 32254 "features": [], 32255 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32256 }, 32257 { 32258 "dependencies": [], 32259 "deps": [], 32260 "features": [ 32261 "default", 32262 "std" 32263 ], 32264 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32265 }, 32266 { 32267 "dependencies": [ 32268 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32269 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32270 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32271 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32272 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32273 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32274 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32275 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32276 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32277 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32278 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32279 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32280 ], 32281 "deps": [ 32282 { 32283 "dep_kinds": [ 32284 { 32285 "kind": null, 32286 "target": null 32287 } 32288 ], 32289 "name": "bytes", 32290 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32291 }, 32292 { 32293 "dep_kinds": [ 32294 { 32295 "kind": null, 32296 "target": null 32297 } 32298 ], 32299 "name": "futures_channel", 32300 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32301 }, 32302 { 32303 "dep_kinds": [ 32304 { 32305 "kind": null, 32306 "target": null 32307 } 32308 ], 32309 "name": "futures_util", 32310 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32311 }, 32312 { 32313 "dep_kinds": [ 32314 { 32315 "kind": null, 32316 "target": null 32317 } 32318 ], 32319 "name": "h2", 32320 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32321 }, 32322 { 32323 "dep_kinds": [ 32324 { 32325 "kind": null, 32326 "target": null 32327 } 32328 ], 32329 "name": "http", 32330 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32331 }, 32332 { 32333 "dep_kinds": [ 32334 { 32335 "kind": null, 32336 "target": null 32337 } 32338 ], 32339 "name": "http_body", 32340 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32341 }, 32342 { 32343 "dep_kinds": [ 32344 { 32345 "kind": null, 32346 "target": null 32347 } 32348 ], 32349 "name": "httparse", 32350 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32351 }, 32352 { 32353 "dep_kinds": [ 32354 { 32355 "kind": null, 32356 "target": null 32357 } 32358 ], 32359 "name": "itoa", 32360 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32361 }, 32362 { 32363 "dep_kinds": [ 32364 { 32365 "kind": null, 32366 "target": null 32367 } 32368 ], 32369 "name": "pin_project_lite", 32370 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32371 }, 32372 { 32373 "dep_kinds": [ 32374 { 32375 "kind": null, 32376 "target": null 32377 } 32378 ], 32379 "name": "smallvec", 32380 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32381 }, 32382 { 32383 "dep_kinds": [ 32384 { 32385 "kind": null, 32386 "target": null 32387 } 32388 ], 32389 "name": "tokio", 32390 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32391 }, 32392 { 32393 "dep_kinds": [ 32394 { 32395 "kind": null, 32396 "target": null 32397 } 32398 ], 32399 "name": "want", 32400 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32401 } 32402 ], 32403 "features": [ 32404 "client", 32405 "default", 32406 "http1", 32407 "http2" 32408 ], 32409 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32410 }, 32411 { 32412 "dependencies": [ 32413 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32414 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32415 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32416 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32417 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32418 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32419 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32420 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32421 ], 32422 "deps": [ 32423 { 32424 "dep_kinds": [ 32425 { 32426 "kind": null, 32427 "target": null 32428 } 32429 ], 32430 "name": "bytes", 32431 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32432 }, 32433 { 32434 "dep_kinds": [ 32435 { 32436 "kind": null, 32437 "target": null 32438 } 32439 ], 32440 "name": "http_body_util", 32441 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32442 }, 32443 { 32444 "dep_kinds": [ 32445 { 32446 "kind": null, 32447 "target": null 32448 } 32449 ], 32450 "name": "hyper", 32451 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32452 }, 32453 { 32454 "dep_kinds": [ 32455 { 32456 "kind": null, 32457 "target": null 32458 } 32459 ], 32460 "name": "hyper_util", 32461 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32462 }, 32463 { 32464 "dep_kinds": [ 32465 { 32466 "kind": null, 32467 "target": null 32468 } 32469 ], 32470 "name": "native_tls", 32471 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32472 }, 32473 { 32474 "dep_kinds": [ 32475 { 32476 "kind": null, 32477 "target": null 32478 } 32479 ], 32480 "name": "tokio", 32481 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32482 }, 32483 { 32484 "dep_kinds": [ 32485 { 32486 "kind": null, 32487 "target": null 32488 } 32489 ], 32490 "name": "tokio_native_tls", 32491 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32492 }, 32493 { 32494 "dep_kinds": [ 32495 { 32496 "kind": null, 32497 "target": null 32498 } 32499 ], 32500 "name": "tower_service", 32501 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32502 } 32503 ], 32504 "features": [], 32505 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32506 }, 32507 { 32508 "dependencies": [ 32509 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32510 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32511 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32512 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32513 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32514 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32515 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32516 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32517 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32518 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32519 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32520 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32521 ], 32522 "deps": [ 32523 { 32524 "dep_kinds": [ 32525 { 32526 "kind": null, 32527 "target": null 32528 } 32529 ], 32530 "name": "bytes", 32531 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32532 }, 32533 { 32534 "dep_kinds": [ 32535 { 32536 "kind": null, 32537 "target": null 32538 } 32539 ], 32540 "name": "futures_channel", 32541 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32542 }, 32543 { 32544 "dep_kinds": [ 32545 { 32546 "kind": null, 32547 "target": null 32548 } 32549 ], 32550 "name": "futures_util", 32551 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32552 }, 32553 { 32554 "dep_kinds": [ 32555 { 32556 "kind": null, 32557 "target": null 32558 } 32559 ], 32560 "name": "http", 32561 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32562 }, 32563 { 32564 "dep_kinds": [ 32565 { 32566 "kind": null, 32567 "target": null 32568 } 32569 ], 32570 "name": "http_body", 32571 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32572 }, 32573 { 32574 "dep_kinds": [ 32575 { 32576 "kind": null, 32577 "target": null 32578 } 32579 ], 32580 "name": "hyper", 32581 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32582 }, 32583 { 32584 "dep_kinds": [ 32585 { 32586 "kind": null, 32587 "target": null 32588 } 32589 ], 32590 "name": "pin_project_lite", 32591 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32592 }, 32593 { 32594 "dep_kinds": [ 32595 { 32596 "kind": null, 32597 "target": null 32598 } 32599 ], 32600 "name": "socket2", 32601 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32602 }, 32603 { 32604 "dep_kinds": [ 32605 { 32606 "kind": null, 32607 "target": null 32608 } 32609 ], 32610 "name": "tokio", 32611 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32612 }, 32613 { 32614 "dep_kinds": [ 32615 { 32616 "kind": null, 32617 "target": null 32618 } 32619 ], 32620 "name": "tower", 32621 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32622 }, 32623 { 32624 "dep_kinds": [ 32625 { 32626 "kind": null, 32627 "target": null 32628 } 32629 ], 32630 "name": "tower_service", 32631 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32632 }, 32633 { 32634 "dep_kinds": [ 32635 { 32636 "kind": null, 32637 "target": null 32638 } 32639 ], 32640 "name": "tracing", 32641 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32642 } 32643 ], 32644 "features": [ 32645 "client", 32646 "client-legacy", 32647 "default", 32648 "http1", 32649 "http2", 32650 "tokio" 32651 ], 32652 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32653 }, 32654 { 32655 "dependencies": [ 32656 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32657 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32658 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32659 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32660 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32661 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32662 ], 32663 "deps": [ 32664 { 32665 "dep_kinds": [ 32666 { 32667 "kind": null, 32668 "target": "cfg(target_os = \"android\")" 32669 } 32670 ], 32671 "name": "android_system_properties", 32672 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32673 }, 32674 { 32675 "dep_kinds": [ 32676 { 32677 "kind": null, 32678 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 32679 } 32680 ], 32681 "name": "core_foundation_sys", 32682 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32683 }, 32684 { 32685 "dep_kinds": [ 32686 { 32687 "kind": null, 32688 "target": "cfg(target_os = \"haiku\")" 32689 } 32690 ], 32691 "name": "iana_time_zone_haiku", 32692 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32693 }, 32694 { 32695 "dep_kinds": [ 32696 { 32697 "kind": null, 32698 "target": "cfg(target_arch = \"wasm32\")" 32699 } 32700 ], 32701 "name": "js_sys", 32702 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32703 }, 32704 { 32705 "dep_kinds": [ 32706 { 32707 "kind": null, 32708 "target": "cfg(target_arch = \"wasm32\")" 32709 } 32710 ], 32711 "name": "wasm_bindgen", 32712 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32713 }, 32714 { 32715 "dep_kinds": [ 32716 { 32717 "kind": null, 32718 "target": "cfg(target_os = \"windows\")" 32719 } 32720 ], 32721 "name": "windows_core", 32722 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32723 } 32724 ], 32725 "features": [], 32726 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32727 }, 32728 { 32729 "dependencies": [ 32730 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32731 ], 32732 "deps": [ 32733 { 32734 "dep_kinds": [ 32735 { 32736 "kind": "build", 32737 "target": null 32738 } 32739 ], 32740 "name": "cc", 32741 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32742 } 32743 ], 32744 "features": [], 32745 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32746 }, 32747 { 32748 "dependencies": [ 32749 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32750 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32751 ], 32752 "deps": [ 32753 { 32754 "dep_kinds": [ 32755 { 32756 "kind": null, 32757 "target": null 32758 } 32759 ], 32760 "name": "unicode_bidi", 32761 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32762 }, 32763 { 32764 "dep_kinds": [ 32765 { 32766 "kind": null, 32767 "target": null 32768 } 32769 ], 32770 "name": "unicode_normalization", 32771 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32772 } 32773 ], 32774 "features": [ 32775 "alloc", 32776 "default", 32777 "std" 32778 ], 32779 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32780 }, 32781 { 32782 "dependencies": [ 32783 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32784 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32785 ], 32786 "deps": [ 32787 { 32788 "dep_kinds": [ 32789 { 32790 "kind": null, 32791 "target": null 32792 } 32793 ], 32794 "name": "equivalent", 32795 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32796 }, 32797 { 32798 "dep_kinds": [ 32799 { 32800 "kind": null, 32801 "target": null 32802 } 32803 ], 32804 "name": "hashbrown", 32805 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32806 } 32807 ], 32808 "features": [ 32809 "default", 32810 "std" 32811 ], 32812 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32813 }, 32814 { 32815 "dependencies": [], 32816 "deps": [], 32817 "features": [ 32818 "default", 32819 "std" 32820 ], 32821 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32822 }, 32823 { 32824 "dependencies": [], 32825 "deps": [], 32826 "features": [], 32827 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32828 }, 32829 { 32830 "dependencies": [ 32831 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32832 ], 32833 "deps": [ 32834 { 32835 "dep_kinds": [ 32836 { 32837 "kind": null, 32838 "target": null 32839 } 32840 ], 32841 "name": "wasm_bindgen", 32842 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32843 } 32844 ], 32845 "features": [], 32846 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32847 }, 32848 { 32849 "dependencies": [], 32850 "deps": [], 32851 "features": [], 32852 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32853 }, 32854 { 32855 "dependencies": [], 32856 "deps": [], 32857 "features": [ 32858 "default", 32859 "extra_traits", 32860 "std" 32861 ], 32862 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32863 }, 32864 { 32865 "dependencies": [], 32866 "deps": [], 32867 "features": [ 32868 "elf", 32869 "errno", 32870 "general", 32871 "ioctl", 32872 "no_std" 32873 ], 32874 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32875 }, 32876 { 32877 "dependencies": [], 32878 "deps": [], 32879 "features": [], 32880 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32881 }, 32882 { 32883 "dependencies": [], 32884 "deps": [], 32885 "features": [], 32886 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32887 }, 32888 { 32889 "dependencies": [], 32890 "deps": [], 32891 "features": [], 32892 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32893 }, 32894 { 32895 "dependencies": [ 32896 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32897 ], 32898 "deps": [ 32899 { 32900 "dep_kinds": [ 32901 { 32902 "kind": null, 32903 "target": null 32904 } 32905 ], 32906 "name": "adler", 32907 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32908 } 32909 ], 32910 "features": [], 32911 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32912 }, 32913 { 32914 "dependencies": [ 32915 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32916 "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1", 32917 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32918 ], 32919 "deps": [ 32920 { 32921 "dep_kinds": [ 32922 { 32923 "kind": null, 32924 "target": "cfg(unix)" 32925 }, 32926 { 32927 "kind": null, 32928 "target": "cfg(target_os = \"wasi\")" 32929 } 32930 ], 32931 "name": "libc", 32932 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32933 }, 32934 { 32935 "dep_kinds": [ 32936 { 32937 "kind": null, 32938 "target": "cfg(target_os = \"wasi\")" 32939 } 32940 ], 32941 "name": "wasi", 32942 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1" 32943 }, 32944 { 32945 "dep_kinds": [ 32946 { 32947 "kind": null, 32948 "target": "cfg(windows)" 32949 } 32950 ], 32951 "name": "windows_sys", 32952 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32953 } 32954 ], 32955 "features": [ 32956 "net", 32957 "os-ext", 32958 "os-poll" 32959 ], 32960 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32961 }, 32962 { 32963 "dependencies": [ 32964 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32965 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32966 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32967 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32968 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32969 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32970 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32971 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32972 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32973 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32974 ], 32975 "deps": [ 32976 { 32977 "dep_kinds": [ 32978 { 32979 "kind": null, 32980 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 32981 } 32982 ], 32983 "name": "lazy_static", 32984 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32985 }, 32986 { 32987 "dep_kinds": [ 32988 { 32989 "kind": null, 32990 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 32991 } 32992 ], 32993 "name": "libc", 32994 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 32995 }, 32996 { 32997 "dep_kinds": [ 32998 { 32999 "kind": null, 33000 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" 33001 } 33002 ], 33003 "name": "log", 33004 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33005 }, 33006 { 33007 "dep_kinds": [ 33008 { 33009 "kind": null, 33010 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" 33011 } 33012 ], 33013 "name": "openssl", 33014 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33015 }, 33016 { 33017 "dep_kinds": [ 33018 { 33019 "kind": null, 33020 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" 33021 } 33022 ], 33023 "name": "openssl_probe", 33024 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33025 }, 33026 { 33027 "dep_kinds": [ 33028 { 33029 "kind": null, 33030 "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" 33031 } 33032 ], 33033 "name": "openssl_sys", 33034 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33035 }, 33036 { 33037 "dep_kinds": [ 33038 { 33039 "kind": null, 33040 "target": "cfg(target_os = \"windows\")" 33041 } 33042 ], 33043 "name": "schannel", 33044 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33045 }, 33046 { 33047 "dep_kinds": [ 33048 { 33049 "kind": null, 33050 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 33051 } 33052 ], 33053 "name": "security_framework", 33054 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33055 }, 33056 { 33057 "dep_kinds": [ 33058 { 33059 "kind": null, 33060 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 33061 } 33062 ], 33063 "name": "security_framework_sys", 33064 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33065 }, 33066 { 33067 "dep_kinds": [ 33068 { 33069 "kind": null, 33070 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 33071 } 33072 ], 33073 "name": "tempfile", 33074 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33075 } 33076 ], 33077 "features": [], 33078 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33079 }, 33080 { 33081 "dependencies": [ 33082 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33083 ], 33084 "deps": [ 33085 { 33086 "dep_kinds": [ 33087 { 33088 "kind": null, 33089 "target": null 33090 } 33091 ], 33092 "name": "memchr", 33093 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33094 } 33095 ], 33096 "features": [ 33097 "archive", 33098 "coff", 33099 "elf", 33100 "macho", 33101 "pe", 33102 "read_core", 33103 "unaligned", 33104 "xcoff" 33105 ], 33106 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33107 }, 33108 { 33109 "dependencies": [], 33110 "deps": [], 33111 "features": [ 33112 "alloc", 33113 "default", 33114 "race", 33115 "std" 33116 ], 33117 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33118 }, 33119 { 33120 "dependencies": [ 33121 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33122 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33123 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33124 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33125 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33126 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33127 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33128 ], 33129 "deps": [ 33130 { 33131 "dep_kinds": [ 33132 { 33133 "kind": null, 33134 "target": null 33135 } 33136 ], 33137 "name": "bitflags", 33138 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33139 }, 33140 { 33141 "dep_kinds": [ 33142 { 33143 "kind": null, 33144 "target": null 33145 } 33146 ], 33147 "name": "cfg_if", 33148 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33149 }, 33150 { 33151 "dep_kinds": [ 33152 { 33153 "kind": null, 33154 "target": null 33155 } 33156 ], 33157 "name": "foreign_types", 33158 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33159 }, 33160 { 33161 "dep_kinds": [ 33162 { 33163 "kind": null, 33164 "target": null 33165 } 33166 ], 33167 "name": "libc", 33168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33169 }, 33170 { 33171 "dep_kinds": [ 33172 { 33173 "kind": null, 33174 "target": null 33175 } 33176 ], 33177 "name": "once_cell", 33178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33179 }, 33180 { 33181 "dep_kinds": [ 33182 { 33183 "kind": null, 33184 "target": null 33185 } 33186 ], 33187 "name": "openssl_macros", 33188 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33189 }, 33190 { 33191 "dep_kinds": [ 33192 { 33193 "kind": null, 33194 "target": null 33195 } 33196 ], 33197 "name": "ffi", 33198 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33199 } 33200 ], 33201 "features": [ 33202 "default" 33203 ], 33204 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33205 }, 33206 { 33207 "dependencies": [ 33208 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33209 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33210 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33211 ], 33212 "deps": [ 33213 { 33214 "dep_kinds": [ 33215 { 33216 "kind": null, 33217 "target": null 33218 } 33219 ], 33220 "name": "proc_macro2", 33221 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33222 }, 33223 { 33224 "dep_kinds": [ 33225 { 33226 "kind": null, 33227 "target": null 33228 } 33229 ], 33230 "name": "quote", 33231 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33232 }, 33233 { 33234 "dep_kinds": [ 33235 { 33236 "kind": null, 33237 "target": null 33238 } 33239 ], 33240 "name": "syn", 33241 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33242 } 33243 ], 33244 "features": [], 33245 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33246 }, 33247 { 33248 "dependencies": [], 33249 "deps": [], 33250 "features": [], 33251 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33252 }, 33253 { 33254 "dependencies": [ 33255 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33256 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33257 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33258 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33259 ], 33260 "deps": [ 33261 { 33262 "dep_kinds": [ 33263 { 33264 "kind": "build", 33265 "target": null 33266 } 33267 ], 33268 "name": "cc", 33269 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33270 }, 33271 { 33272 "dep_kinds": [ 33273 { 33274 "kind": null, 33275 "target": null 33276 } 33277 ], 33278 "name": "libc", 33279 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33280 }, 33281 { 33282 "dep_kinds": [ 33283 { 33284 "kind": "build", 33285 "target": null 33286 } 33287 ], 33288 "name": "pkg_config", 33289 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33290 }, 33291 { 33292 "dep_kinds": [ 33293 { 33294 "kind": "build", 33295 "target": null 33296 } 33297 ], 33298 "name": "vcpkg", 33299 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33300 } 33301 ], 33302 "features": [], 33303 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33304 }, 33305 { 33306 "dependencies": [], 33307 "deps": [], 33308 "features": [ 33309 "alloc", 33310 "default", 33311 "std" 33312 ], 33313 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33314 }, 33315 { 33316 "dependencies": [ 33317 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33318 ], 33319 "deps": [ 33320 { 33321 "dep_kinds": [ 33322 { 33323 "kind": null, 33324 "target": null 33325 } 33326 ], 33327 "name": "pin_project_internal", 33328 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33329 } 33330 ], 33331 "features": [], 33332 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33333 }, 33334 { 33335 "dependencies": [ 33336 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33337 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33338 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33339 ], 33340 "deps": [ 33341 { 33342 "dep_kinds": [ 33343 { 33344 "kind": null, 33345 "target": null 33346 } 33347 ], 33348 "name": "proc_macro2", 33349 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33350 }, 33351 { 33352 "dep_kinds": [ 33353 { 33354 "kind": null, 33355 "target": null 33356 } 33357 ], 33358 "name": "quote", 33359 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33360 }, 33361 { 33362 "dep_kinds": [ 33363 { 33364 "kind": null, 33365 "target": null 33366 } 33367 ], 33368 "name": "syn", 33369 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33370 } 33371 ], 33372 "features": [], 33373 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33374 }, 33375 { 33376 "dependencies": [], 33377 "deps": [], 33378 "features": [], 33379 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33380 }, 33381 { 33382 "dependencies": [], 33383 "deps": [], 33384 "features": [], 33385 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33386 }, 33387 { 33388 "dependencies": [], 33389 "deps": [], 33390 "features": [], 33391 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33392 }, 33393 { 33394 "dependencies": [ 33395 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33396 ], 33397 "deps": [ 33398 { 33399 "dep_kinds": [ 33400 { 33401 "kind": null, 33402 "target": null 33403 } 33404 ], 33405 "name": "unicode_ident", 33406 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33407 } 33408 ], 33409 "features": [ 33410 "default", 33411 "proc-macro" 33412 ], 33413 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33414 }, 33415 { 33416 "dependencies": [ 33417 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33418 ], 33419 "deps": [ 33420 { 33421 "dep_kinds": [ 33422 { 33423 "kind": null, 33424 "target": null 33425 } 33426 ], 33427 "name": "proc_macro2", 33428 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33429 } 33430 ], 33431 "features": [ 33432 "default", 33433 "proc-macro" 33434 ], 33435 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33436 }, 33437 { 33438 "dependencies": [ 33439 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33440 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33441 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33442 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33443 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33444 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33445 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33446 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33447 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33448 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33449 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33450 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33451 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33452 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33453 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33454 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33455 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33456 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33457 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33458 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33459 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33460 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33461 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33462 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33463 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33464 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33465 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33466 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33467 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33468 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33469 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33470 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33471 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33472 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33473 ], 33474 "deps": [ 33475 { 33476 "dep_kinds": [ 33477 { 33478 "kind": null, 33479 "target": null 33480 } 33481 ], 33482 "name": "base64", 33483 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33484 }, 33485 { 33486 "dep_kinds": [ 33487 { 33488 "kind": null, 33489 "target": null 33490 } 33491 ], 33492 "name": "bytes", 33493 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33494 }, 33495 { 33496 "dep_kinds": [ 33497 { 33498 "kind": null, 33499 "target": "cfg(not(target_arch = \"wasm32\"))" 33500 } 33501 ], 33502 "name": "encoding_rs", 33503 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33504 }, 33505 { 33506 "dep_kinds": [ 33507 { 33508 "kind": null, 33509 "target": null 33510 } 33511 ], 33512 "name": "futures_core", 33513 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33514 }, 33515 { 33516 "dep_kinds": [ 33517 { 33518 "kind": null, 33519 "target": null 33520 } 33521 ], 33522 "name": "futures_util", 33523 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33524 }, 33525 { 33526 "dep_kinds": [ 33527 { 33528 "kind": null, 33529 "target": "cfg(not(target_arch = \"wasm32\"))" 33530 } 33531 ], 33532 "name": "h2", 33533 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33534 }, 33535 { 33536 "dep_kinds": [ 33537 { 33538 "kind": null, 33539 "target": null 33540 } 33541 ], 33542 "name": "http", 33543 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33544 }, 33545 { 33546 "dep_kinds": [ 33547 { 33548 "kind": null, 33549 "target": "cfg(not(target_arch = \"wasm32\"))" 33550 } 33551 ], 33552 "name": "http_body", 33553 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33554 }, 33555 { 33556 "dep_kinds": [ 33557 { 33558 "kind": null, 33559 "target": "cfg(not(target_arch = \"wasm32\"))" 33560 } 33561 ], 33562 "name": "http_body_util", 33563 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33564 }, 33565 { 33566 "dep_kinds": [ 33567 { 33568 "kind": null, 33569 "target": "cfg(not(target_arch = \"wasm32\"))" 33570 } 33571 ], 33572 "name": "hyper", 33573 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33574 }, 33575 { 33576 "dep_kinds": [ 33577 { 33578 "kind": null, 33579 "target": "cfg(not(target_arch = \"wasm32\"))" 33580 } 33581 ], 33582 "name": "hyper_tls", 33583 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33584 }, 33585 { 33586 "dep_kinds": [ 33587 { 33588 "kind": null, 33589 "target": "cfg(not(target_arch = \"wasm32\"))" 33590 } 33591 ], 33592 "name": "hyper_util", 33593 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33594 }, 33595 { 33596 "dep_kinds": [ 33597 { 33598 "kind": null, 33599 "target": "cfg(not(target_arch = \"wasm32\"))" 33600 } 33601 ], 33602 "name": "ipnet", 33603 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33604 }, 33605 { 33606 "dep_kinds": [ 33607 { 33608 "kind": null, 33609 "target": "cfg(target_arch = \"wasm32\")" 33610 } 33611 ], 33612 "name": "js_sys", 33613 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33614 }, 33615 { 33616 "dep_kinds": [ 33617 { 33618 "kind": null, 33619 "target": "cfg(not(target_arch = \"wasm32\"))" 33620 } 33621 ], 33622 "name": "log", 33623 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33624 }, 33625 { 33626 "dep_kinds": [ 33627 { 33628 "kind": null, 33629 "target": "cfg(not(target_arch = \"wasm32\"))" 33630 } 33631 ], 33632 "name": "mime", 33633 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33634 }, 33635 { 33636 "dep_kinds": [ 33637 { 33638 "kind": null, 33639 "target": "cfg(not(target_arch = \"wasm32\"))" 33640 } 33641 ], 33642 "name": "native_tls_crate", 33643 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33644 }, 33645 { 33646 "dep_kinds": [ 33647 { 33648 "kind": null, 33649 "target": "cfg(not(target_arch = \"wasm32\"))" 33650 } 33651 ], 33652 "name": "once_cell", 33653 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33654 }, 33655 { 33656 "dep_kinds": [ 33657 { 33658 "kind": null, 33659 "target": "cfg(not(target_arch = \"wasm32\"))" 33660 } 33661 ], 33662 "name": "percent_encoding", 33663 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33664 }, 33665 { 33666 "dep_kinds": [ 33667 { 33668 "kind": null, 33669 "target": "cfg(not(target_arch = \"wasm32\"))" 33670 } 33671 ], 33672 "name": "pin_project_lite", 33673 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33674 }, 33675 { 33676 "dep_kinds": [ 33677 { 33678 "kind": null, 33679 "target": "cfg(not(target_arch = \"wasm32\"))" 33680 } 33681 ], 33682 "name": "rustls_pemfile", 33683 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33684 }, 33685 { 33686 "dep_kinds": [ 33687 { 33688 "kind": null, 33689 "target": null 33690 } 33691 ], 33692 "name": "serde", 33693 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33694 }, 33695 { 33696 "dep_kinds": [ 33697 { 33698 "kind": null, 33699 "target": "cfg(target_arch = \"wasm32\")" 33700 } 33701 ], 33702 "name": "serde_json", 33703 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33704 }, 33705 { 33706 "dep_kinds": [ 33707 { 33708 "kind": null, 33709 "target": null 33710 } 33711 ], 33712 "name": "serde_urlencoded", 33713 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33714 }, 33715 { 33716 "dep_kinds": [ 33717 { 33718 "kind": null, 33719 "target": null 33720 } 33721 ], 33722 "name": "sync_wrapper", 33723 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33724 }, 33725 { 33726 "dep_kinds": [ 33727 { 33728 "kind": null, 33729 "target": "cfg(target_os = \"macos\")" 33730 } 33731 ], 33732 "name": "system_configuration", 33733 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33734 }, 33735 { 33736 "dep_kinds": [ 33737 { 33738 "kind": null, 33739 "target": "cfg(not(target_arch = \"wasm32\"))" 33740 } 33741 ], 33742 "name": "tokio", 33743 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33744 }, 33745 { 33746 "dep_kinds": [ 33747 { 33748 "kind": null, 33749 "target": "cfg(not(target_arch = \"wasm32\"))" 33750 } 33751 ], 33752 "name": "tokio_native_tls", 33753 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33754 }, 33755 { 33756 "dep_kinds": [ 33757 { 33758 "kind": null, 33759 "target": null 33760 } 33761 ], 33762 "name": "tower_service", 33763 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33764 }, 33765 { 33766 "dep_kinds": [ 33767 { 33768 "kind": null, 33769 "target": null 33770 } 33771 ], 33772 "name": "url", 33773 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33774 }, 33775 { 33776 "dep_kinds": [ 33777 { 33778 "kind": null, 33779 "target": "cfg(target_arch = \"wasm32\")" 33780 } 33781 ], 33782 "name": "wasm_bindgen", 33783 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33784 }, 33785 { 33786 "dep_kinds": [ 33787 { 33788 "kind": null, 33789 "target": "cfg(target_arch = \"wasm32\")" 33790 } 33791 ], 33792 "name": "wasm_bindgen_futures", 33793 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33794 }, 33795 { 33796 "dep_kinds": [ 33797 { 33798 "kind": null, 33799 "target": "cfg(target_arch = \"wasm32\")" 33800 } 33801 ], 33802 "name": "web_sys", 33803 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33804 }, 33805 { 33806 "dep_kinds": [ 33807 { 33808 "kind": null, 33809 "target": "cfg(windows)" 33810 } 33811 ], 33812 "name": "winreg", 33813 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33814 } 33815 ], 33816 "features": [ 33817 "__tls", 33818 "charset", 33819 "default", 33820 "default-tls", 33821 "h2", 33822 "http2", 33823 "macos-system-configuration" 33824 ], 33825 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33826 }, 33827 { 33828 "dependencies": [ 33829 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33830 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33831 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33832 ], 33833 "deps": [ 33834 { 33835 "dep_kinds": [ 33836 { 33837 "kind": null, 33838 "target": null 33839 } 33840 ], 33841 "name": "iana_time_zone", 33842 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33843 }, 33844 { 33845 "dep_kinds": [ 33846 { 33847 "kind": null, 33848 "target": null 33849 } 33850 ], 33851 "name": "reqwest", 33852 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33853 }, 33854 { 33855 "dep_kinds": [ 33856 { 33857 "kind": null, 33858 "target": null 33859 } 33860 ], 33861 "name": "tokio", 33862 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33863 } 33864 ], 33865 "features": [], 33866 "id": "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0" 33867 }, 33868 { 33869 "dependencies": [], 33870 "deps": [], 33871 "features": [], 33872 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33873 }, 33874 { 33875 "dependencies": [ 33876 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33877 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33878 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33879 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33880 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33881 ], 33882 "deps": [ 33883 { 33884 "dep_kinds": [ 33885 { 33886 "kind": null, 33887 "target": null 33888 } 33889 ], 33890 "name": "bitflags", 33891 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33892 }, 33893 { 33894 "dep_kinds": [ 33895 { 33896 "kind": null, 33897 "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))" 33898 }, 33899 { 33900 "kind": null, 33901 "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))" 33902 }, 33903 { 33904 "kind": null, 33905 "target": "cfg(windows)" 33906 } 33907 ], 33908 "name": "libc_errno", 33909 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33910 }, 33911 { 33912 "dep_kinds": [ 33913 { 33914 "kind": null, 33915 "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))" 33916 }, 33917 { 33918 "kind": null, 33919 "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))" 33920 } 33921 ], 33922 "name": "libc", 33923 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33924 }, 33925 { 33926 "dep_kinds": [ 33927 { 33928 "kind": null, 33929 "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))" 33930 }, 33931 { 33932 "kind": null, 33933 "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))" 33934 } 33935 ], 33936 "name": "linux_raw_sys", 33937 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33938 }, 33939 { 33940 "dep_kinds": [ 33941 { 33942 "kind": null, 33943 "target": "cfg(windows)" 33944 } 33945 ], 33946 "name": "windows_sys", 33947 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33948 } 33949 ], 33950 "features": [ 33951 "alloc", 33952 "default", 33953 "fs", 33954 "libc-extra-traits", 33955 "std", 33956 "use-libc-auxv" 33957 ], 33958 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33959 }, 33960 { 33961 "dependencies": [ 33962 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33963 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33964 ], 33965 "deps": [ 33966 { 33967 "dep_kinds": [ 33968 { 33969 "kind": null, 33970 "target": null 33971 } 33972 ], 33973 "name": "base64", 33974 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33975 }, 33976 { 33977 "dep_kinds": [ 33978 { 33979 "kind": null, 33980 "target": null 33981 } 33982 ], 33983 "name": "pki_types", 33984 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33985 } 33986 ], 33987 "features": [ 33988 "default", 33989 "std" 33990 ], 33991 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 33992 }, 33993 { 33994 "dependencies": [], 33995 "deps": [], 33996 "features": [ 33997 "alloc", 33998 "default" 33999 ], 34000 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34001 }, 34002 { 34003 "dependencies": [], 34004 "deps": [], 34005 "features": [], 34006 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34007 }, 34008 { 34009 "dependencies": [ 34010 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34011 ], 34012 "deps": [ 34013 { 34014 "dep_kinds": [ 34015 { 34016 "kind": null, 34017 "target": null 34018 } 34019 ], 34020 "name": "windows_sys", 34021 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34022 } 34023 ], 34024 "features": [], 34025 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34026 }, 34027 { 34028 "dependencies": [ 34029 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34030 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34031 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34032 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34033 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34034 ], 34035 "deps": [ 34036 { 34037 "dep_kinds": [ 34038 { 34039 "kind": null, 34040 "target": null 34041 } 34042 ], 34043 "name": "bitflags", 34044 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34045 }, 34046 { 34047 "dep_kinds": [ 34048 { 34049 "kind": null, 34050 "target": null 34051 } 34052 ], 34053 "name": "core_foundation", 34054 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34055 }, 34056 { 34057 "dep_kinds": [ 34058 { 34059 "kind": null, 34060 "target": null 34061 } 34062 ], 34063 "name": "core_foundation_sys", 34064 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34065 }, 34066 { 34067 "dep_kinds": [ 34068 { 34069 "kind": null, 34070 "target": null 34071 } 34072 ], 34073 "name": "libc", 34074 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34075 }, 34076 { 34077 "dep_kinds": [ 34078 { 34079 "kind": null, 34080 "target": null 34081 } 34082 ], 34083 "name": "security_framework_sys", 34084 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34085 } 34086 ], 34087 "features": [ 34088 "OSX_10_10", 34089 "OSX_10_11", 34090 "OSX_10_9", 34091 "default" 34092 ], 34093 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34094 }, 34095 { 34096 "dependencies": [ 34097 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34098 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34099 ], 34100 "deps": [ 34101 { 34102 "dep_kinds": [ 34103 { 34104 "kind": null, 34105 "target": null 34106 } 34107 ], 34108 "name": "core_foundation_sys", 34109 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34110 }, 34111 { 34112 "dep_kinds": [ 34113 { 34114 "kind": null, 34115 "target": null 34116 } 34117 ], 34118 "name": "libc", 34119 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34120 } 34121 ], 34122 "features": [ 34123 "OSX_10_10", 34124 "OSX_10_11", 34125 "OSX_10_9", 34126 "default" 34127 ], 34128 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34129 }, 34130 { 34131 "dependencies": [ 34132 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34133 ], 34134 "deps": [ 34135 { 34136 "dep_kinds": [ 34137 { 34138 "kind": null, 34139 "target": "cfg(any())" 34140 } 34141 ], 34142 "name": "serde_derive", 34143 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34144 } 34145 ], 34146 "features": [ 34147 "default", 34148 "std" 34149 ], 34150 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34151 }, 34152 { 34153 "dependencies": [ 34154 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34155 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34156 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34157 ], 34158 "deps": [ 34159 { 34160 "dep_kinds": [ 34161 { 34162 "kind": null, 34163 "target": null 34164 } 34165 ], 34166 "name": "proc_macro2", 34167 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34168 }, 34169 { 34170 "dep_kinds": [ 34171 { 34172 "kind": null, 34173 "target": null 34174 } 34175 ], 34176 "name": "quote", 34177 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34178 }, 34179 { 34180 "dep_kinds": [ 34181 { 34182 "kind": null, 34183 "target": null 34184 } 34185 ], 34186 "name": "syn", 34187 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34188 } 34189 ], 34190 "features": [ 34191 "default" 34192 ], 34193 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34194 }, 34195 { 34196 "dependencies": [ 34197 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34198 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34199 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34200 ], 34201 "deps": [ 34202 { 34203 "dep_kinds": [ 34204 { 34205 "kind": null, 34206 "target": null 34207 } 34208 ], 34209 "name": "itoa", 34210 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34211 }, 34212 { 34213 "dep_kinds": [ 34214 { 34215 "kind": null, 34216 "target": null 34217 } 34218 ], 34219 "name": "ryu", 34220 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34221 }, 34222 { 34223 "dep_kinds": [ 34224 { 34225 "kind": null, 34226 "target": null 34227 } 34228 ], 34229 "name": "serde", 34230 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34231 } 34232 ], 34233 "features": [ 34234 "default", 34235 "std" 34236 ], 34237 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34238 }, 34239 { 34240 "dependencies": [ 34241 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34242 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34243 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34244 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34245 ], 34246 "deps": [ 34247 { 34248 "dep_kinds": [ 34249 { 34250 "kind": null, 34251 "target": null 34252 } 34253 ], 34254 "name": "form_urlencoded", 34255 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34256 }, 34257 { 34258 "dep_kinds": [ 34259 { 34260 "kind": null, 34261 "target": null 34262 } 34263 ], 34264 "name": "itoa", 34265 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34266 }, 34267 { 34268 "dep_kinds": [ 34269 { 34270 "kind": null, 34271 "target": null 34272 } 34273 ], 34274 "name": "ryu", 34275 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34276 }, 34277 { 34278 "dep_kinds": [ 34279 { 34280 "kind": null, 34281 "target": null 34282 } 34283 ], 34284 "name": "serde", 34285 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34286 } 34287 ], 34288 "features": [], 34289 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34290 }, 34291 { 34292 "dependencies": [ 34293 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34294 ], 34295 "deps": [ 34296 { 34297 "dep_kinds": [ 34298 { 34299 "kind": "build", 34300 "target": null 34301 } 34302 ], 34303 "name": "autocfg", 34304 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34305 } 34306 ], 34307 "features": [ 34308 "default", 34309 "std" 34310 ], 34311 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34312 }, 34313 { 34314 "dependencies": [], 34315 "deps": [], 34316 "features": [ 34317 "const_generics", 34318 "const_new" 34319 ], 34320 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34321 }, 34322 { 34323 "dependencies": [ 34324 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34325 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34326 ], 34327 "deps": [ 34328 { 34329 "dep_kinds": [ 34330 { 34331 "kind": null, 34332 "target": "cfg(unix)" 34333 } 34334 ], 34335 "name": "libc", 34336 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34337 }, 34338 { 34339 "dep_kinds": [ 34340 { 34341 "kind": null, 34342 "target": "cfg(windows)" 34343 } 34344 ], 34345 "name": "windows_sys", 34346 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34347 } 34348 ], 34349 "features": [ 34350 "all" 34351 ], 34352 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34353 }, 34354 { 34355 "dependencies": [ 34356 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34357 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34358 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34359 ], 34360 "deps": [ 34361 { 34362 "dep_kinds": [ 34363 { 34364 "kind": null, 34365 "target": null 34366 } 34367 ], 34368 "name": "proc_macro2", 34369 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34370 }, 34371 { 34372 "dep_kinds": [ 34373 { 34374 "kind": null, 34375 "target": null 34376 } 34377 ], 34378 "name": "quote", 34379 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34380 }, 34381 { 34382 "dep_kinds": [ 34383 { 34384 "kind": null, 34385 "target": null 34386 } 34387 ], 34388 "name": "unicode_ident", 34389 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34390 } 34391 ], 34392 "features": [ 34393 "clone-impls", 34394 "default", 34395 "derive", 34396 "full", 34397 "parsing", 34398 "printing", 34399 "proc-macro", 34400 "visit", 34401 "visit-mut" 34402 ], 34403 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34404 }, 34405 { 34406 "dependencies": [], 34407 "deps": [], 34408 "features": [], 34409 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34410 }, 34411 { 34412 "dependencies": [ 34413 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34414 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34415 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34416 ], 34417 "deps": [ 34418 { 34419 "dep_kinds": [ 34420 { 34421 "kind": null, 34422 "target": null 34423 } 34424 ], 34425 "name": "bitflags", 34426 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34427 }, 34428 { 34429 "dep_kinds": [ 34430 { 34431 "kind": null, 34432 "target": null 34433 } 34434 ], 34435 "name": "core_foundation", 34436 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34437 }, 34438 { 34439 "dep_kinds": [ 34440 { 34441 "kind": null, 34442 "target": null 34443 } 34444 ], 34445 "name": "system_configuration_sys", 34446 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34447 } 34448 ], 34449 "features": [], 34450 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34451 }, 34452 { 34453 "dependencies": [ 34454 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34455 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34456 ], 34457 "deps": [ 34458 { 34459 "dep_kinds": [ 34460 { 34461 "kind": null, 34462 "target": null 34463 } 34464 ], 34465 "name": "core_foundation_sys", 34466 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34467 }, 34468 { 34469 "dep_kinds": [ 34470 { 34471 "kind": null, 34472 "target": null 34473 } 34474 ], 34475 "name": "libc", 34476 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34477 } 34478 ], 34479 "features": [], 34480 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34481 }, 34482 { 34483 "dependencies": [ 34484 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34485 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34486 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34487 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34488 ], 34489 "deps": [ 34490 { 34491 "dep_kinds": [ 34492 { 34493 "kind": null, 34494 "target": null 34495 } 34496 ], 34497 "name": "cfg_if", 34498 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34499 }, 34500 { 34501 "dep_kinds": [ 34502 { 34503 "kind": null, 34504 "target": null 34505 } 34506 ], 34507 "name": "fastrand", 34508 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34509 }, 34510 { 34511 "dep_kinds": [ 34512 { 34513 "kind": null, 34514 "target": "cfg(any(unix, target_os = \"wasi\"))" 34515 } 34516 ], 34517 "name": "rustix", 34518 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34519 }, 34520 { 34521 "dep_kinds": [ 34522 { 34523 "kind": null, 34524 "target": "cfg(windows)" 34525 } 34526 ], 34527 "name": "windows_sys", 34528 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34529 } 34530 ], 34531 "features": [], 34532 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34533 }, 34534 { 34535 "dependencies": [ 34536 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34537 ], 34538 "deps": [ 34539 { 34540 "dep_kinds": [ 34541 { 34542 "kind": null, 34543 "target": null 34544 } 34545 ], 34546 "name": "tinyvec_macros", 34547 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34548 } 34549 ], 34550 "features": [ 34551 "alloc", 34552 "default", 34553 "tinyvec_macros" 34554 ], 34555 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34556 }, 34557 { 34558 "dependencies": [], 34559 "deps": [], 34560 "features": [], 34561 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34562 }, 34563 { 34564 "dependencies": [ 34565 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34566 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34567 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34568 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34569 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34570 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34571 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34572 ], 34573 "deps": [ 34574 { 34575 "dep_kinds": [ 34576 { 34577 "kind": null, 34578 "target": "cfg(tokio_taskdump)" 34579 } 34580 ], 34581 "name": "backtrace", 34582 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34583 }, 34584 { 34585 "dep_kinds": [ 34586 { 34587 "kind": null, 34588 "target": null 34589 } 34590 ], 34591 "name": "bytes", 34592 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34593 }, 34594 { 34595 "dep_kinds": [ 34596 { 34597 "kind": null, 34598 "target": "cfg(unix)" 34599 } 34600 ], 34601 "name": "libc", 34602 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34603 }, 34604 { 34605 "dep_kinds": [ 34606 { 34607 "kind": null, 34608 "target": null 34609 } 34610 ], 34611 "name": "mio", 34612 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34613 }, 34614 { 34615 "dep_kinds": [ 34616 { 34617 "kind": null, 34618 "target": null 34619 } 34620 ], 34621 "name": "pin_project_lite", 34622 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34623 }, 34624 { 34625 "dep_kinds": [ 34626 { 34627 "kind": null, 34628 "target": "cfg(not(target_family = \"wasm\"))" 34629 } 34630 ], 34631 "name": "socket2", 34632 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34633 }, 34634 { 34635 "dep_kinds": [ 34636 { 34637 "kind": null, 34638 "target": "cfg(windows)" 34639 } 34640 ], 34641 "name": "windows_sys", 34642 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34643 } 34644 ], 34645 "features": [ 34646 "bytes", 34647 "default", 34648 "io-std", 34649 "io-util", 34650 "libc", 34651 "mio", 34652 "net", 34653 "rt", 34654 "socket2", 34655 "sync", 34656 "time", 34657 "windows-sys" 34658 ], 34659 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34660 }, 34661 { 34662 "dependencies": [ 34663 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34664 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34665 ], 34666 "deps": [ 34667 { 34668 "dep_kinds": [ 34669 { 34670 "kind": null, 34671 "target": null 34672 } 34673 ], 34674 "name": "native_tls", 34675 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34676 }, 34677 { 34678 "dep_kinds": [ 34679 { 34680 "kind": null, 34681 "target": null 34682 } 34683 ], 34684 "name": "tokio", 34685 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34686 } 34687 ], 34688 "features": [], 34689 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34690 }, 34691 { 34692 "dependencies": [ 34693 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34694 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34695 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34696 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34697 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34698 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34699 ], 34700 "deps": [ 34701 { 34702 "dep_kinds": [ 34703 { 34704 "kind": null, 34705 "target": null 34706 } 34707 ], 34708 "name": "bytes", 34709 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34710 }, 34711 { 34712 "dep_kinds": [ 34713 { 34714 "kind": null, 34715 "target": null 34716 } 34717 ], 34718 "name": "futures_core", 34719 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34720 }, 34721 { 34722 "dep_kinds": [ 34723 { 34724 "kind": null, 34725 "target": null 34726 } 34727 ], 34728 "name": "futures_sink", 34729 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34730 }, 34731 { 34732 "dep_kinds": [ 34733 { 34734 "kind": null, 34735 "target": null 34736 } 34737 ], 34738 "name": "pin_project_lite", 34739 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34740 }, 34741 { 34742 "dep_kinds": [ 34743 { 34744 "kind": null, 34745 "target": null 34746 } 34747 ], 34748 "name": "tokio", 34749 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34750 }, 34751 { 34752 "dep_kinds": [ 34753 { 34754 "kind": null, 34755 "target": null 34756 } 34757 ], 34758 "name": "tracing", 34759 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34760 } 34761 ], 34762 "features": [ 34763 "codec", 34764 "default", 34765 "io", 34766 "tracing" 34767 ], 34768 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34769 }, 34770 { 34771 "dependencies": [ 34772 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34773 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34774 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34775 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34776 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34777 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34778 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34779 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34780 ], 34781 "deps": [ 34782 { 34783 "dep_kinds": [ 34784 { 34785 "kind": null, 34786 "target": null 34787 } 34788 ], 34789 "name": "futures_core", 34790 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34791 }, 34792 { 34793 "dep_kinds": [ 34794 { 34795 "kind": null, 34796 "target": null 34797 } 34798 ], 34799 "name": "futures_util", 34800 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34801 }, 34802 { 34803 "dep_kinds": [ 34804 { 34805 "kind": null, 34806 "target": null 34807 } 34808 ], 34809 "name": "pin_project", 34810 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34811 }, 34812 { 34813 "dep_kinds": [ 34814 { 34815 "kind": null, 34816 "target": null 34817 } 34818 ], 34819 "name": "pin_project_lite", 34820 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34821 }, 34822 { 34823 "dep_kinds": [ 34824 { 34825 "kind": null, 34826 "target": null 34827 } 34828 ], 34829 "name": "tokio", 34830 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34831 }, 34832 { 34833 "dep_kinds": [ 34834 { 34835 "kind": null, 34836 "target": null 34837 } 34838 ], 34839 "name": "tower_layer", 34840 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34841 }, 34842 { 34843 "dep_kinds": [ 34844 { 34845 "kind": null, 34846 "target": null 34847 } 34848 ], 34849 "name": "tower_service", 34850 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34851 }, 34852 { 34853 "dep_kinds": [ 34854 { 34855 "kind": null, 34856 "target": null 34857 } 34858 ], 34859 "name": "tracing", 34860 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34861 } 34862 ], 34863 "features": [ 34864 "__common", 34865 "default", 34866 "futures-core", 34867 "futures-util", 34868 "log", 34869 "make", 34870 "pin-project", 34871 "pin-project-lite", 34872 "tokio", 34873 "tracing", 34874 "util" 34875 ], 34876 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34877 }, 34878 { 34879 "dependencies": [], 34880 "deps": [], 34881 "features": [], 34882 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34883 }, 34884 { 34885 "dependencies": [], 34886 "deps": [], 34887 "features": [], 34888 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34889 }, 34890 { 34891 "dependencies": [ 34892 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34893 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34894 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34895 ], 34896 "deps": [ 34897 { 34898 "dep_kinds": [ 34899 { 34900 "kind": null, 34901 "target": null 34902 } 34903 ], 34904 "name": "log", 34905 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34906 }, 34907 { 34908 "dep_kinds": [ 34909 { 34910 "kind": null, 34911 "target": null 34912 } 34913 ], 34914 "name": "pin_project_lite", 34915 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34916 }, 34917 { 34918 "dep_kinds": [ 34919 { 34920 "kind": null, 34921 "target": null 34922 } 34923 ], 34924 "name": "tracing_core", 34925 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34926 } 34927 ], 34928 "features": [ 34929 "log", 34930 "std" 34931 ], 34932 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34933 }, 34934 { 34935 "dependencies": [ 34936 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34937 ], 34938 "deps": [ 34939 { 34940 "dep_kinds": [ 34941 { 34942 "kind": null, 34943 "target": null 34944 } 34945 ], 34946 "name": "once_cell", 34947 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34948 } 34949 ], 34950 "features": [ 34951 "once_cell", 34952 "std" 34953 ], 34954 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34955 }, 34956 { 34957 "dependencies": [], 34958 "deps": [], 34959 "features": [], 34960 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34961 }, 34962 { 34963 "dependencies": [], 34964 "deps": [], 34965 "features": [ 34966 "hardcoded-data", 34967 "std" 34968 ], 34969 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34970 }, 34971 { 34972 "dependencies": [], 34973 "deps": [], 34974 "features": [], 34975 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34976 }, 34977 { 34978 "dependencies": [ 34979 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34980 ], 34981 "deps": [ 34982 { 34983 "dep_kinds": [ 34984 { 34985 "kind": null, 34986 "target": null 34987 } 34988 ], 34989 "name": "tinyvec", 34990 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34991 } 34992 ], 34993 "features": [ 34994 "std" 34995 ], 34996 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 34997 }, 34998 { 34999 "dependencies": [ 35000 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35001 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35002 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35003 ], 35004 "deps": [ 35005 { 35006 "dep_kinds": [ 35007 { 35008 "kind": null, 35009 "target": null 35010 } 35011 ], 35012 "name": "form_urlencoded", 35013 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35014 }, 35015 { 35016 "dep_kinds": [ 35017 { 35018 "kind": null, 35019 "target": null 35020 } 35021 ], 35022 "name": "idna", 35023 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35024 }, 35025 { 35026 "dep_kinds": [ 35027 { 35028 "kind": null, 35029 "target": null 35030 } 35031 ], 35032 "name": "percent_encoding", 35033 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35034 } 35035 ], 35036 "features": [ 35037 "default" 35038 ], 35039 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35040 }, 35041 { 35042 "dependencies": [], 35043 "deps": [], 35044 "features": [], 35045 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35046 }, 35047 { 35048 "dependencies": [ 35049 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35050 ], 35051 "deps": [ 35052 { 35053 "dep_kinds": [ 35054 { 35055 "kind": null, 35056 "target": null 35057 } 35058 ], 35059 "name": "try_lock", 35060 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35061 } 35062 ], 35063 "features": [], 35064 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35065 }, 35066 { 35067 "dependencies": [], 35068 "deps": [], 35069 "features": [ 35070 "default", 35071 "std" 35072 ], 35073 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1" 35074 }, 35075 { 35076 "dependencies": [ 35077 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35078 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35079 ], 35080 "deps": [ 35081 { 35082 "dep_kinds": [ 35083 { 35084 "kind": null, 35085 "target": null 35086 } 35087 ], 35088 "name": "cfg_if", 35089 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35090 }, 35091 { 35092 "dep_kinds": [ 35093 { 35094 "kind": null, 35095 "target": null 35096 } 35097 ], 35098 "name": "wasm_bindgen_macro", 35099 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35100 } 35101 ], 35102 "features": [ 35103 "default", 35104 "spans", 35105 "std" 35106 ], 35107 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35108 }, 35109 { 35110 "dependencies": [ 35111 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35112 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35113 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35114 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35115 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35116 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35117 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35118 ], 35119 "deps": [ 35120 { 35121 "dep_kinds": [ 35122 { 35123 "kind": null, 35124 "target": null 35125 } 35126 ], 35127 "name": "bumpalo", 35128 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35129 }, 35130 { 35131 "dep_kinds": [ 35132 { 35133 "kind": null, 35134 "target": null 35135 } 35136 ], 35137 "name": "log", 35138 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35139 }, 35140 { 35141 "dep_kinds": [ 35142 { 35143 "kind": null, 35144 "target": null 35145 } 35146 ], 35147 "name": "once_cell", 35148 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35149 }, 35150 { 35151 "dep_kinds": [ 35152 { 35153 "kind": null, 35154 "target": null 35155 } 35156 ], 35157 "name": "proc_macro2", 35158 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35159 }, 35160 { 35161 "dep_kinds": [ 35162 { 35163 "kind": null, 35164 "target": null 35165 } 35166 ], 35167 "name": "quote", 35168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35169 }, 35170 { 35171 "dep_kinds": [ 35172 { 35173 "kind": null, 35174 "target": null 35175 } 35176 ], 35177 "name": "syn", 35178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35179 }, 35180 { 35181 "dep_kinds": [ 35182 { 35183 "kind": null, 35184 "target": null 35185 } 35186 ], 35187 "name": "wasm_bindgen_shared", 35188 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35189 } 35190 ], 35191 "features": [ 35192 "spans" 35193 ], 35194 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35195 }, 35196 { 35197 "dependencies": [ 35198 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35199 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35200 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35201 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35202 ], 35203 "deps": [ 35204 { 35205 "dep_kinds": [ 35206 { 35207 "kind": null, 35208 "target": null 35209 } 35210 ], 35211 "name": "cfg_if", 35212 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35213 }, 35214 { 35215 "dep_kinds": [ 35216 { 35217 "kind": null, 35218 "target": null 35219 } 35220 ], 35221 "name": "js_sys", 35222 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35223 }, 35224 { 35225 "dep_kinds": [ 35226 { 35227 "kind": null, 35228 "target": null 35229 } 35230 ], 35231 "name": "wasm_bindgen", 35232 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35233 }, 35234 { 35235 "dep_kinds": [ 35236 { 35237 "kind": null, 35238 "target": "cfg(target_feature = \"atomics\")" 35239 } 35240 ], 35241 "name": "web_sys", 35242 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35243 } 35244 ], 35245 "features": [], 35246 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35247 }, 35248 { 35249 "dependencies": [ 35250 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35251 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35252 ], 35253 "deps": [ 35254 { 35255 "dep_kinds": [ 35256 { 35257 "kind": null, 35258 "target": null 35259 } 35260 ], 35261 "name": "quote", 35262 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35263 }, 35264 { 35265 "dep_kinds": [ 35266 { 35267 "kind": null, 35268 "target": null 35269 } 35270 ], 35271 "name": "wasm_bindgen_macro_support", 35272 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35273 } 35274 ], 35275 "features": [ 35276 "spans" 35277 ], 35278 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35279 }, 35280 { 35281 "dependencies": [ 35282 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35283 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35284 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35285 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35286 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35287 ], 35288 "deps": [ 35289 { 35290 "dep_kinds": [ 35291 { 35292 "kind": null, 35293 "target": null 35294 } 35295 ], 35296 "name": "proc_macro2", 35297 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35298 }, 35299 { 35300 "dep_kinds": [ 35301 { 35302 "kind": null, 35303 "target": null 35304 } 35305 ], 35306 "name": "quote", 35307 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35308 }, 35309 { 35310 "dep_kinds": [ 35311 { 35312 "kind": null, 35313 "target": null 35314 } 35315 ], 35316 "name": "syn", 35317 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35318 }, 35319 { 35320 "dep_kinds": [ 35321 { 35322 "kind": null, 35323 "target": null 35324 } 35325 ], 35326 "name": "wasm_bindgen_backend", 35327 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35328 }, 35329 { 35330 "dep_kinds": [ 35331 { 35332 "kind": null, 35333 "target": null 35334 } 35335 ], 35336 "name": "wasm_bindgen_shared", 35337 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35338 } 35339 ], 35340 "features": [ 35341 "spans" 35342 ], 35343 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35344 }, 35345 { 35346 "dependencies": [], 35347 "deps": [], 35348 "features": [], 35349 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35350 }, 35351 { 35352 "dependencies": [ 35353 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35354 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35355 ], 35356 "deps": [ 35357 { 35358 "dep_kinds": [ 35359 { 35360 "kind": null, 35361 "target": null 35362 } 35363 ], 35364 "name": "js_sys", 35365 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35366 }, 35367 { 35368 "dep_kinds": [ 35369 { 35370 "kind": null, 35371 "target": null 35372 } 35373 ], 35374 "name": "wasm_bindgen", 35375 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35376 } 35377 ], 35378 "features": [ 35379 "AbortController", 35380 "AbortSignal", 35381 "Blob", 35382 "BlobPropertyBag", 35383 "Event", 35384 "EventTarget", 35385 "File", 35386 "FormData", 35387 "Headers", 35388 "MessageEvent", 35389 "ReadableStream", 35390 "Request", 35391 "RequestCredentials", 35392 "RequestInit", 35393 "RequestMode", 35394 "Response", 35395 "ServiceWorkerGlobalScope", 35396 "Window", 35397 "Worker", 35398 "WorkerGlobalScope" 35399 ], 35400 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35401 }, 35402 { 35403 "dependencies": [ 35404 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35405 ], 35406 "deps": [ 35407 { 35408 "dep_kinds": [ 35409 { 35410 "kind": null, 35411 "target": null 35412 } 35413 ], 35414 "name": "windows_targets", 35415 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35416 } 35417 ], 35418 "features": [ 35419 "default" 35420 ], 35421 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35422 }, 35423 { 35424 "dependencies": [ 35425 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35426 ], 35427 "deps": [ 35428 { 35429 "dep_kinds": [ 35430 { 35431 "kind": null, 35432 "target": null 35433 } 35434 ], 35435 "name": "windows_targets", 35436 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35437 } 35438 ], 35439 "features": [ 35440 "Win32", 35441 "Win32_Foundation", 35442 "Win32_Networking", 35443 "Win32_Networking_WinSock", 35444 "Win32_Security", 35445 "Win32_Storage", 35446 "Win32_Storage_FileSystem", 35447 "Win32_System", 35448 "Win32_System_Diagnostics", 35449 "Win32_System_Diagnostics_Debug", 35450 "Win32_System_IO", 35451 "Win32_System_Pipes", 35452 "Win32_System_Registry", 35453 "Win32_System_SystemServices", 35454 "Win32_System_Time", 35455 "Win32_System_WindowsProgramming", 35456 "default" 35457 ], 35458 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35459 }, 35460 { 35461 "dependencies": [ 35462 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35463 ], 35464 "deps": [ 35465 { 35466 "dep_kinds": [ 35467 { 35468 "kind": null, 35469 "target": null 35470 } 35471 ], 35472 "name": "windows_targets", 35473 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35474 } 35475 ], 35476 "features": [ 35477 "Win32", 35478 "Win32_Foundation", 35479 "Win32_NetworkManagement", 35480 "Win32_NetworkManagement_IpHelper", 35481 "Win32_Networking", 35482 "Win32_Networking_WinSock", 35483 "Win32_Security", 35484 "Win32_Security_Authentication", 35485 "Win32_Security_Authentication_Identity", 35486 "Win32_Security_Credentials", 35487 "Win32_Security_Cryptography", 35488 "Win32_Storage", 35489 "Win32_Storage_FileSystem", 35490 "Win32_System", 35491 "Win32_System_Diagnostics", 35492 "Win32_System_Diagnostics_Debug", 35493 "Win32_System_IO", 35494 "Win32_System_Memory", 35495 "Win32_System_Threading", 35496 "Win32_System_WindowsProgramming", 35497 "default" 35498 ], 35499 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35500 }, 35501 { 35502 "dependencies": [ 35503 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35504 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35505 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35506 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35507 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35508 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35509 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35510 ], 35511 "deps": [ 35512 { 35513 "dep_kinds": [ 35514 { 35515 "kind": null, 35516 "target": "aarch64-pc-windows-gnullvm" 35517 } 35518 ], 35519 "name": "windows_aarch64_gnullvm", 35520 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35521 }, 35522 { 35523 "dep_kinds": [ 35524 { 35525 "kind": null, 35526 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" 35527 } 35528 ], 35529 "name": "windows_aarch64_msvc", 35530 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35531 }, 35532 { 35533 "dep_kinds": [ 35534 { 35535 "kind": null, 35536 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))" 35537 } 35538 ], 35539 "name": "windows_i686_gnu", 35540 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35541 }, 35542 { 35543 "dep_kinds": [ 35544 { 35545 "kind": null, 35546 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" 35547 } 35548 ], 35549 "name": "windows_i686_msvc", 35550 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35551 }, 35552 { 35553 "dep_kinds": [ 35554 { 35555 "kind": null, 35556 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 35557 } 35558 ], 35559 "name": "windows_x86_64_gnu", 35560 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35561 }, 35562 { 35563 "dep_kinds": [ 35564 { 35565 "kind": null, 35566 "target": "x86_64-pc-windows-gnullvm" 35567 } 35568 ], 35569 "name": "windows_x86_64_gnullvm", 35570 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35571 }, 35572 { 35573 "dep_kinds": [ 35574 { 35575 "kind": null, 35576 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))" 35577 } 35578 ], 35579 "name": "windows_x86_64_msvc", 35580 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35581 } 35582 ], 35583 "features": [], 35584 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35585 }, 35586 { 35587 "dependencies": [ 35588 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35589 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35590 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35591 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35592 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35593 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35594 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35595 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35596 ], 35597 "deps": [ 35598 { 35599 "dep_kinds": [ 35600 { 35601 "kind": null, 35602 "target": "aarch64-pc-windows-gnullvm" 35603 } 35604 ], 35605 "name": "windows_aarch64_gnullvm", 35606 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35607 }, 35608 { 35609 "dep_kinds": [ 35610 { 35611 "kind": null, 35612 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" 35613 } 35614 ], 35615 "name": "windows_aarch64_msvc", 35616 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35617 }, 35618 { 35619 "dep_kinds": [ 35620 { 35621 "kind": null, 35622 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 35623 } 35624 ], 35625 "name": "windows_i686_gnu", 35626 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35627 }, 35628 { 35629 "dep_kinds": [ 35630 { 35631 "kind": null, 35632 "target": "i686-pc-windows-gnullvm" 35633 } 35634 ], 35635 "name": "windows_i686_gnullvm", 35636 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35637 }, 35638 { 35639 "dep_kinds": [ 35640 { 35641 "kind": null, 35642 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" 35643 } 35644 ], 35645 "name": "windows_i686_msvc", 35646 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35647 }, 35648 { 35649 "dep_kinds": [ 35650 { 35651 "kind": null, 35652 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 35653 } 35654 ], 35655 "name": "windows_x86_64_gnu", 35656 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35657 }, 35658 { 35659 "dep_kinds": [ 35660 { 35661 "kind": null, 35662 "target": "x86_64-pc-windows-gnullvm" 35663 } 35664 ], 35665 "name": "windows_x86_64_gnullvm", 35666 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35667 }, 35668 { 35669 "dep_kinds": [ 35670 { 35671 "kind": null, 35672 "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))" 35673 } 35674 ], 35675 "name": "windows_x86_64_msvc", 35676 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35677 } 35678 ], 35679 "features": [], 35680 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35681 }, 35682 { 35683 "dependencies": [], 35684 "deps": [], 35685 "features": [], 35686 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35687 }, 35688 { 35689 "dependencies": [], 35690 "deps": [], 35691 "features": [], 35692 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35693 }, 35694 { 35695 "dependencies": [], 35696 "deps": [], 35697 "features": [], 35698 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35699 }, 35700 { 35701 "dependencies": [], 35702 "deps": [], 35703 "features": [], 35704 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35705 }, 35706 { 35707 "dependencies": [], 35708 "deps": [], 35709 "features": [], 35710 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35711 }, 35712 { 35713 "dependencies": [], 35714 "deps": [], 35715 "features": [], 35716 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35717 }, 35718 { 35719 "dependencies": [], 35720 "deps": [], 35721 "features": [], 35722 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35723 }, 35724 { 35725 "dependencies": [], 35726 "deps": [], 35727 "features": [], 35728 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35729 }, 35730 { 35731 "dependencies": [], 35732 "deps": [], 35733 "features": [], 35734 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35735 }, 35736 { 35737 "dependencies": [], 35738 "deps": [], 35739 "features": [], 35740 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35741 }, 35742 { 35743 "dependencies": [], 35744 "deps": [], 35745 "features": [], 35746 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35747 }, 35748 { 35749 "dependencies": [], 35750 "deps": [], 35751 "features": [], 35752 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35753 }, 35754 { 35755 "dependencies": [], 35756 "deps": [], 35757 "features": [], 35758 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35759 }, 35760 { 35761 "dependencies": [], 35762 "deps": [], 35763 "features": [], 35764 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35765 }, 35766 { 35767 "dependencies": [], 35768 "deps": [], 35769 "features": [], 35770 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35771 }, 35772 { 35773 "dependencies": [ 35774 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35775 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35776 ], 35777 "deps": [ 35778 { 35779 "dep_kinds": [ 35780 { 35781 "kind": null, 35782 "target": null 35783 } 35784 ], 35785 "name": "cfg_if", 35786 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35787 }, 35788 { 35789 "dep_kinds": [ 35790 { 35791 "kind": null, 35792 "target": null 35793 } 35794 ], 35795 "name": "windows_sys", 35796 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35797 } 35798 ], 35799 "features": [], 35800 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 35801 } 35802 ], 35803 "root": "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0" 35804 }, 35805 "target_directory": "{TEMP_DIR}/resolver_2_deps/target", 35806 "version": 1, 35807 "workspace_default_members": [ 35808 "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0" 35809 ], 35810 "workspace_members": [ 35811 "path+file://{TEMP_DIR}/resolver_2_deps#0.1.0" 35812 ], 35813 "workspace_root": "{TEMP_DIR}/resolver_2_deps" 35814} 35815