1{ 2 "metadata": null, 3 "packages": [ 4 { 5 "authors": [ 6 "The Rust Project Developers" 7 ], 8 "categories": [ 9 "no-std" 10 ], 11 "default_run": null, 12 "dependencies": [ 13 { 14 "features": [], 15 "kind": null, 16 "name": "compiler_builtins", 17 "optional": true, 18 "registry": null, 19 "rename": null, 20 "req": "^0.1.2", 21 "source": "registry+https://github.com/rust-lang/crates.io-index", 22 "target": null, 23 "uses_default_features": true 24 }, 25 { 26 "features": [], 27 "kind": null, 28 "name": "rustc-std-workspace-core", 29 "optional": true, 30 "registry": null, 31 "rename": "core", 32 "req": "^1.0.0", 33 "source": "registry+https://github.com/rust-lang/crates.io-index", 34 "target": null, 35 "uses_default_features": true 36 }, 37 { 38 "features": [], 39 "kind": "dev", 40 "name": "rustversion", 41 "optional": false, 42 "registry": null, 43 "rename": null, 44 "req": "^1.0", 45 "source": "registry+https://github.com/rust-lang/crates.io-index", 46 "target": null, 47 "uses_default_features": true 48 }, 49 { 50 "features": [], 51 "kind": "dev", 52 "name": "serde", 53 "optional": false, 54 "registry": null, 55 "rename": null, 56 "req": "^1.0", 57 "source": "registry+https://github.com/rust-lang/crates.io-index", 58 "target": null, 59 "uses_default_features": true 60 }, 61 { 62 "features": [], 63 "kind": "dev", 64 "name": "serde_derive", 65 "optional": false, 66 "registry": null, 67 "rename": null, 68 "req": "^1.0", 69 "source": "registry+https://github.com/rust-lang/crates.io-index", 70 "target": null, 71 "uses_default_features": true 72 }, 73 { 74 "features": [], 75 "kind": "dev", 76 "name": "serde_json", 77 "optional": false, 78 "registry": null, 79 "rename": null, 80 "req": "^1.0", 81 "source": "registry+https://github.com/rust-lang/crates.io-index", 82 "target": null, 83 "uses_default_features": true 84 }, 85 { 86 "features": [], 87 "kind": "dev", 88 "name": "trybuild", 89 "optional": false, 90 "registry": null, 91 "rename": null, 92 "req": "^1.0", 93 "source": "registry+https://github.com/rust-lang/crates.io-index", 94 "target": null, 95 "uses_default_features": true 96 }, 97 { 98 "features": [], 99 "kind": "dev", 100 "name": "walkdir", 101 "optional": false, 102 "registry": null, 103 "rename": null, 104 "req": "^2.3", 105 "source": "registry+https://github.com/rust-lang/crates.io-index", 106 "target": null, 107 "uses_default_features": true 108 } 109 ], 110 "description": "A macro to generate structures which behave like bitflags.\n", 111 "documentation": "https://docs.rs/bitflags", 112 "edition": "2018", 113 "features": { 114 "compiler_builtins": [ 115 "dep:compiler_builtins" 116 ], 117 "core": [ 118 "dep:core" 119 ], 120 "default": [], 121 "example_generated": [], 122 "rustc-dep-of-std": [ 123 "core", 124 "compiler_builtins" 125 ] 126 }, 127 "homepage": "https://github.com/bitflags/bitflags", 128 "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 129 "keywords": [ 130 "bit", 131 "bitmask", 132 "bitflags", 133 "flags" 134 ], 135 "license": "MIT/Apache-2.0", 136 "license_file": null, 137 "links": null, 138 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", 139 "metadata": { 140 "docs": { 141 "rs": { 142 "features": [ 143 "example_generated" 144 ] 145 } 146 } 147 }, 148 "name": "bitflags", 149 "publish": null, 150 "readme": "README.md", 151 "repository": "https://github.com/bitflags/bitflags", 152 "rust_version": null, 153 "source": "registry+https://github.com/rust-lang/crates.io-index", 154 "targets": [ 155 { 156 "crate_types": [ 157 "lib" 158 ], 159 "doc": true, 160 "doctest": true, 161 "edition": "2018", 162 "kind": [ 163 "lib" 164 ], 165 "name": "bitflags", 166 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", 167 "test": true 168 }, 169 { 170 "crate_types": [ 171 "bin" 172 ], 173 "doc": false, 174 "doctest": false, 175 "edition": "2018", 176 "kind": [ 177 "test" 178 ], 179 "name": "compile", 180 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", 181 "test": true 182 }, 183 { 184 "crate_types": [ 185 "bin" 186 ], 187 "doc": false, 188 "doctest": false, 189 "edition": "2018", 190 "kind": [ 191 "test" 192 ], 193 "name": "basic", 194 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", 195 "test": true 196 } 197 ], 198 "version": "1.3.2" 199 }, 200 { 201 "authors": [], 202 "categories": [], 203 "default_run": null, 204 "dependencies": [ 205 { 206 "features": [], 207 "kind": null, 208 "name": "git2", 209 "optional": false, 210 "registry": null, 211 "rename": null, 212 "req": "=0.17.1", 213 "source": "registry+https://github.com/rust-lang/crates.io-index", 214 "target": null, 215 "uses_default_features": true 216 }, 217 { 218 "features": [], 219 "kind": null, 220 "name": "openssl", 221 "optional": false, 222 "registry": null, 223 "rename": null, 224 "req": "=0.10.52", 225 "source": "registry+https://github.com/rust-lang/crates.io-index", 226 "target": null, 227 "uses_default_features": true 228 } 229 ], 230 "description": null, 231 "documentation": null, 232 "edition": "2018", 233 "features": {}, 234 "homepage": null, 235 "id": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)", 236 "keywords": [], 237 "license": null, 238 "license_file": null, 239 "links": null, 240 "manifest_path": "{TEMP_DIR}/build_scripts/Cargo.toml", 241 "metadata": null, 242 "name": "build-scripts", 243 "publish": null, 244 "readme": null, 245 "repository": null, 246 "rust_version": null, 247 "source": null, 248 "targets": [ 249 { 250 "crate_types": [ 251 "lib" 252 ], 253 "doc": true, 254 "doctest": true, 255 "edition": "2018", 256 "kind": [ 257 "lib" 258 ], 259 "name": "build-scripts", 260 "src_path": "{TEMP_DIR}/build_scripts/lib.rs", 261 "test": true 262 } 263 ], 264 "version": "0.1.0" 265 }, 266 { 267 "authors": [ 268 "Alex Crichton <alex@alexcrichton.com>" 269 ], 270 "categories": [ 271 "development-tools::build-utils" 272 ], 273 "default_run": null, 274 "dependencies": [ 275 { 276 "features": [], 277 "kind": null, 278 "name": "jobserver", 279 "optional": true, 280 "registry": null, 281 "rename": null, 282 "req": "^0.1.16", 283 "source": "registry+https://github.com/rust-lang/crates.io-index", 284 "target": null, 285 "uses_default_features": true 286 }, 287 { 288 "features": [], 289 "kind": "dev", 290 "name": "tempfile", 291 "optional": false, 292 "registry": null, 293 "rename": null, 294 "req": "^3", 295 "source": "registry+https://github.com/rust-lang/crates.io-index", 296 "target": null, 297 "uses_default_features": true 298 } 299 ], 300 "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", 301 "documentation": "https://docs.rs/cc", 302 "edition": "2018", 303 "features": { 304 "jobserver": [ 305 "dep:jobserver" 306 ], 307 "parallel": [ 308 "jobserver" 309 ] 310 }, 311 "homepage": "https://github.com/alexcrichton/cc-rs", 312 "id": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", 313 "keywords": [ 314 "build-dependencies" 315 ], 316 "license": "MIT/Apache-2.0", 317 "license_file": null, 318 "links": null, 319 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/Cargo.toml", 320 "metadata": null, 321 "name": "cc", 322 "publish": null, 323 "readme": "README.md", 324 "repository": "https://github.com/alexcrichton/cc-rs", 325 "rust_version": null, 326 "source": "registry+https://github.com/rust-lang/crates.io-index", 327 "targets": [ 328 { 329 "crate_types": [ 330 "lib" 331 ], 332 "doc": true, 333 "doctest": true, 334 "edition": "2018", 335 "kind": [ 336 "lib" 337 ], 338 "name": "cc", 339 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/lib.rs", 340 "test": true 341 }, 342 { 343 "crate_types": [ 344 "bin" 345 ], 346 "doc": true, 347 "doctest": false, 348 "edition": "2018", 349 "kind": [ 350 "bin" 351 ], 352 "name": "gcc-shim", 353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/bin/gcc-shim.rs", 354 "test": true 355 }, 356 { 357 "crate_types": [ 358 "bin" 359 ], 360 "doc": false, 361 "doctest": false, 362 "edition": "2018", 363 "kind": [ 364 "test" 365 ], 366 "name": "test", 367 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/test.rs", 368 "test": true 369 }, 370 { 371 "crate_types": [ 372 "bin" 373 ], 374 "doc": false, 375 "doctest": false, 376 "edition": "2018", 377 "kind": [ 378 "test" 379 ], 380 "name": "cxxflags", 381 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/cxxflags.rs", 382 "test": true 383 }, 384 { 385 "crate_types": [ 386 "bin" 387 ], 388 "doc": false, 389 "doctest": false, 390 "edition": "2018", 391 "kind": [ 392 "test" 393 ], 394 "name": "cflags", 395 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/cflags.rs", 396 "test": true 397 }, 398 { 399 "crate_types": [ 400 "bin" 401 ], 402 "doc": false, 403 "doctest": false, 404 "edition": "2018", 405 "kind": [ 406 "test" 407 ], 408 "name": "cc_env", 409 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/tests/cc_env.rs", 410 "test": true 411 } 412 ], 413 "version": "1.0.72" 414 }, 415 { 416 "authors": [ 417 "Alex Crichton <alex@alexcrichton.com>" 418 ], 419 "categories": [], 420 "default_run": null, 421 "dependencies": [ 422 { 423 "features": [], 424 "kind": null, 425 "name": "compiler_builtins", 426 "optional": true, 427 "registry": null, 428 "rename": null, 429 "req": "^0.1.2", 430 "source": "registry+https://github.com/rust-lang/crates.io-index", 431 "target": null, 432 "uses_default_features": true 433 }, 434 { 435 "features": [], 436 "kind": null, 437 "name": "rustc-std-workspace-core", 438 "optional": true, 439 "registry": null, 440 "rename": "core", 441 "req": "^1.0.0", 442 "source": "registry+https://github.com/rust-lang/crates.io-index", 443 "target": null, 444 "uses_default_features": true 445 } 446 ], 447 "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", 448 "documentation": "https://docs.rs/cfg-if", 449 "edition": "2018", 450 "features": { 451 "compiler_builtins": [ 452 "dep:compiler_builtins" 453 ], 454 "core": [ 455 "dep:core" 456 ], 457 "rustc-dep-of-std": [ 458 "core", 459 "compiler_builtins" 460 ] 461 }, 462 "homepage": "https://github.com/alexcrichton/cfg-if", 463 "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 464 "keywords": [], 465 "license": "MIT/Apache-2.0", 466 "license_file": null, 467 "links": null, 468 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", 469 "metadata": null, 470 "name": "cfg-if", 471 "publish": null, 472 "readme": "README.md", 473 "repository": "https://github.com/alexcrichton/cfg-if", 474 "rust_version": null, 475 "source": "registry+https://github.com/rust-lang/crates.io-index", 476 "targets": [ 477 { 478 "crate_types": [ 479 "lib" 480 ], 481 "doc": true, 482 "doctest": true, 483 "edition": "2018", 484 "kind": [ 485 "lib" 486 ], 487 "name": "cfg-if", 488 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", 489 "test": true 490 }, 491 { 492 "crate_types": [ 493 "bin" 494 ], 495 "doc": false, 496 "doctest": false, 497 "edition": "2018", 498 "kind": [ 499 "test" 500 ], 501 "name": "xcrate", 502 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", 503 "test": true 504 } 505 ], 506 "version": "1.0.0" 507 }, 508 { 509 "authors": [ 510 "Steven Fackler <sfackler@gmail.com>" 511 ], 512 "categories": [], 513 "default_run": null, 514 "dependencies": [ 515 { 516 "features": [], 517 "kind": null, 518 "name": "foreign-types-shared", 519 "optional": false, 520 "registry": null, 521 "rename": null, 522 "req": "^0.1", 523 "source": "registry+https://github.com/rust-lang/crates.io-index", 524 "target": null, 525 "uses_default_features": true 526 } 527 ], 528 "description": "A framework for Rust wrappers over C APIs", 529 "documentation": null, 530 "edition": "2015", 531 "features": {}, 532 "homepage": null, 533 "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 534 "keywords": [], 535 "license": "MIT/Apache-2.0", 536 "license_file": null, 537 "links": null, 538 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", 539 "metadata": null, 540 "name": "foreign-types", 541 "publish": null, 542 "readme": "README.md", 543 "repository": "https://github.com/sfackler/foreign-types", 544 "rust_version": null, 545 "source": "registry+https://github.com/rust-lang/crates.io-index", 546 "targets": [ 547 { 548 "crate_types": [ 549 "lib" 550 ], 551 "doc": true, 552 "doctest": true, 553 "edition": "2015", 554 "kind": [ 555 "lib" 556 ], 557 "name": "foreign-types", 558 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", 559 "test": true 560 } 561 ], 562 "version": "0.3.2" 563 }, 564 { 565 "authors": [ 566 "Steven Fackler <sfackler@gmail.com>" 567 ], 568 "categories": [], 569 "default_run": null, 570 "dependencies": [], 571 "description": "An internal crate used by foreign-types", 572 "documentation": null, 573 "edition": "2015", 574 "features": {}, 575 "homepage": null, 576 "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 577 "keywords": [], 578 "license": "MIT/Apache-2.0", 579 "license_file": null, 580 "links": null, 581 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", 582 "metadata": null, 583 "name": "foreign-types-shared", 584 "publish": null, 585 "readme": null, 586 "repository": "https://github.com/sfackler/foreign-types", 587 "rust_version": null, 588 "source": "registry+https://github.com/rust-lang/crates.io-index", 589 "targets": [ 590 { 591 "crate_types": [ 592 "lib" 593 ], 594 "doc": true, 595 "doctest": true, 596 "edition": "2015", 597 "kind": [ 598 "lib" 599 ], 600 "name": "foreign-types-shared", 601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", 602 "test": true 603 } 604 ], 605 "version": "0.1.1" 606 }, 607 { 608 "authors": [ 609 "The rust-url developers" 610 ], 611 "categories": [], 612 "default_run": null, 613 "dependencies": [ 614 { 615 "features": [], 616 "kind": null, 617 "name": "percent-encoding", 618 "optional": false, 619 "registry": null, 620 "rename": null, 621 "req": "^2.2.0", 622 "source": "registry+https://github.com/rust-lang/crates.io-index", 623 "target": null, 624 "uses_default_features": true 625 } 626 ], 627 "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", 628 "documentation": null, 629 "edition": "2018", 630 "features": {}, 631 "homepage": null, 632 "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 633 "keywords": [], 634 "license": "MIT OR Apache-2.0", 635 "license_file": null, 636 "links": null, 637 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.1.0/Cargo.toml", 638 "metadata": null, 639 "name": "form_urlencoded", 640 "publish": null, 641 "readme": null, 642 "repository": "https://github.com/servo/rust-url", 643 "rust_version": "1.51", 644 "source": "registry+https://github.com/rust-lang/crates.io-index", 645 "targets": [ 646 { 647 "crate_types": [ 648 "lib" 649 ], 650 "doc": true, 651 "doctest": true, 652 "edition": "2018", 653 "kind": [ 654 "lib" 655 ], 656 "name": "form_urlencoded", 657 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.1.0/src/lib.rs", 658 "test": false 659 } 660 ], 661 "version": "1.1.0" 662 }, 663 { 664 "authors": [ 665 "Josh Triplett <josh@joshtriplett.org>", 666 "Alex Crichton <alex@alexcrichton.com>" 667 ], 668 "categories": [ 669 "api-bindings" 670 ], 671 "default_run": null, 672 "dependencies": [ 673 { 674 "features": [], 675 "kind": null, 676 "name": "bitflags", 677 "optional": false, 678 "registry": null, 679 "rename": null, 680 "req": "^1.1.0", 681 "source": "registry+https://github.com/rust-lang/crates.io-index", 682 "target": null, 683 "uses_default_features": true 684 }, 685 { 686 "features": [], 687 "kind": null, 688 "name": "libc", 689 "optional": false, 690 "registry": null, 691 "rename": null, 692 "req": "^0.2", 693 "source": "registry+https://github.com/rust-lang/crates.io-index", 694 "target": null, 695 "uses_default_features": true 696 }, 697 { 698 "features": [], 699 "kind": null, 700 "name": "libgit2-sys", 701 "optional": false, 702 "registry": null, 703 "rename": null, 704 "req": "^0.15.1", 705 "source": "registry+https://github.com/rust-lang/crates.io-index", 706 "target": null, 707 "uses_default_features": true 708 }, 709 { 710 "features": [], 711 "kind": null, 712 "name": "log", 713 "optional": false, 714 "registry": null, 715 "rename": null, 716 "req": "^0.4.8", 717 "source": "registry+https://github.com/rust-lang/crates.io-index", 718 "target": null, 719 "uses_default_features": true 720 }, 721 { 722 "features": [], 723 "kind": null, 724 "name": "url", 725 "optional": false, 726 "registry": null, 727 "rename": null, 728 "req": "^2.0", 729 "source": "registry+https://github.com/rust-lang/crates.io-index", 730 "target": null, 731 "uses_default_features": true 732 }, 733 { 734 "features": [], 735 "kind": "dev", 736 "name": "structopt", 737 "optional": false, 738 "registry": null, 739 "rename": null, 740 "req": "^0.3", 741 "source": "registry+https://github.com/rust-lang/crates.io-index", 742 "target": null, 743 "uses_default_features": true 744 }, 745 { 746 "features": [], 747 "kind": "dev", 748 "name": "tempfile", 749 "optional": false, 750 "registry": null, 751 "rename": null, 752 "req": "^3.1.0", 753 "source": "registry+https://github.com/rust-lang/crates.io-index", 754 "target": null, 755 "uses_default_features": true 756 }, 757 { 758 "features": [], 759 "kind": "dev", 760 "name": "time", 761 "optional": false, 762 "registry": null, 763 "rename": null, 764 "req": "^0.1.39", 765 "source": "registry+https://github.com/rust-lang/crates.io-index", 766 "target": null, 767 "uses_default_features": true 768 }, 769 { 770 "features": [], 771 "kind": null, 772 "name": "openssl-probe", 773 "optional": true, 774 "registry": null, 775 "rename": null, 776 "req": "^0.1", 777 "source": "registry+https://github.com/rust-lang/crates.io-index", 778 "target": "cfg(all(unix, not(target_os = \"macos\")))", 779 "uses_default_features": true 780 }, 781 { 782 "features": [], 783 "kind": null, 784 "name": "openssl-sys", 785 "optional": true, 786 "registry": null, 787 "rename": null, 788 "req": "^0.9.0", 789 "source": "registry+https://github.com/rust-lang/crates.io-index", 790 "target": "cfg(all(unix, not(target_os = \"macos\")))", 791 "uses_default_features": true 792 } 793 ], 794 "description": "Bindings to libgit2 for interoperating with git repositories. This library is\nboth threadsafe and memory safe and allows both reading and writing git\nrepositories.\n", 795 "documentation": "https://docs.rs/git2", 796 "edition": "2018", 797 "features": { 798 "default": [ 799 "ssh", 800 "https", 801 "ssh_key_from_memory" 802 ], 803 "https": [ 804 "libgit2-sys/https", 805 "openssl-sys", 806 "openssl-probe" 807 ], 808 "openssl-probe": [ 809 "dep:openssl-probe" 810 ], 811 "openssl-sys": [ 812 "dep:openssl-sys" 813 ], 814 "ssh": [ 815 "libgit2-sys/ssh" 816 ], 817 "ssh_key_from_memory": [ 818 "libgit2-sys/ssh_key_from_memory" 819 ], 820 "unstable": [], 821 "vendored-libgit2": [ 822 "libgit2-sys/vendored" 823 ], 824 "vendored-openssl": [ 825 "openssl-sys/vendored", 826 "libgit2-sys/vendored-openssl" 827 ], 828 "zlib-ng-compat": [ 829 "libgit2-sys/zlib-ng-compat" 830 ] 831 }, 832 "homepage": null, 833 "id": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 834 "keywords": [ 835 "git" 836 ], 837 "license": "MIT OR Apache-2.0", 838 "license_file": null, 839 "links": null, 840 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/Cargo.toml", 841 "metadata": null, 842 "name": "git2", 843 "publish": null, 844 "readme": "README.md", 845 "repository": "https://github.com/rust-lang/git2-rs", 846 "rust_version": null, 847 "source": "registry+https://github.com/rust-lang/crates.io-index", 848 "targets": [ 849 { 850 "crate_types": [ 851 "lib" 852 ], 853 "doc": true, 854 "doctest": true, 855 "edition": "2018", 856 "kind": [ 857 "lib" 858 ], 859 "name": "git2", 860 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/src/lib.rs", 861 "test": true 862 }, 863 { 864 "crate_types": [ 865 "bin" 866 ], 867 "doc": false, 868 "doctest": false, 869 "edition": "2018", 870 "kind": [ 871 "example" 872 ], 873 "name": "ls-remote", 874 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/ls-remote.rs", 875 "test": false 876 }, 877 { 878 "crate_types": [ 879 "bin" 880 ], 881 "doc": false, 882 "doctest": false, 883 "edition": "2018", 884 "kind": [ 885 "example" 886 ], 887 "name": "add", 888 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/add.rs", 889 "test": false 890 }, 891 { 892 "crate_types": [ 893 "bin" 894 ], 895 "doc": false, 896 "doctest": false, 897 "edition": "2018", 898 "kind": [ 899 "example" 900 ], 901 "name": "pull", 902 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/pull.rs", 903 "test": false 904 }, 905 { 906 "crate_types": [ 907 "bin" 908 ], 909 "doc": false, 910 "doctest": false, 911 "edition": "2018", 912 "kind": [ 913 "example" 914 ], 915 "name": "log", 916 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/log.rs", 917 "test": false 918 }, 919 { 920 "crate_types": [ 921 "bin" 922 ], 923 "doc": false, 924 "doctest": false, 925 "edition": "2018", 926 "kind": [ 927 "example" 928 ], 929 "name": "rev-parse", 930 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/rev-parse.rs", 931 "test": false 932 }, 933 { 934 "crate_types": [ 935 "bin" 936 ], 937 "doc": false, 938 "doctest": false, 939 "edition": "2018", 940 "kind": [ 941 "example" 942 ], 943 "name": "cat-file", 944 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/cat-file.rs", 945 "test": false 946 }, 947 { 948 "crate_types": [ 949 "bin" 950 ], 951 "doc": false, 952 "doctest": false, 953 "edition": "2018", 954 "kind": [ 955 "example" 956 ], 957 "name": "fetch", 958 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/fetch.rs", 959 "test": false 960 }, 961 { 962 "crate_types": [ 963 "bin" 964 ], 965 "doc": false, 966 "doctest": false, 967 "edition": "2018", 968 "kind": [ 969 "example" 970 ], 971 "name": "clone", 972 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/clone.rs", 973 "test": false 974 }, 975 { 976 "crate_types": [ 977 "bin" 978 ], 979 "doc": false, 980 "doctest": false, 981 "edition": "2018", 982 "kind": [ 983 "example" 984 ], 985 "name": "status", 986 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/status.rs", 987 "test": false 988 }, 989 { 990 "crate_types": [ 991 "bin" 992 ], 993 "doc": false, 994 "doctest": false, 995 "edition": "2018", 996 "kind": [ 997 "example" 998 ], 999 "name": "tag", 1000 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/tag.rs", 1001 "test": false 1002 }, 1003 { 1004 "crate_types": [ 1005 "bin" 1006 ], 1007 "doc": false, 1008 "doctest": false, 1009 "edition": "2018", 1010 "kind": [ 1011 "example" 1012 ], 1013 "name": "init", 1014 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/init.rs", 1015 "test": false 1016 }, 1017 { 1018 "crate_types": [ 1019 "bin" 1020 ], 1021 "doc": false, 1022 "doctest": false, 1023 "edition": "2018", 1024 "kind": [ 1025 "example" 1026 ], 1027 "name": "rev-list", 1028 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/rev-list.rs", 1029 "test": false 1030 }, 1031 { 1032 "crate_types": [ 1033 "bin" 1034 ], 1035 "doc": false, 1036 "doctest": false, 1037 "edition": "2018", 1038 "kind": [ 1039 "example" 1040 ], 1041 "name": "blame", 1042 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/blame.rs", 1043 "test": false 1044 }, 1045 { 1046 "crate_types": [ 1047 "bin" 1048 ], 1049 "doc": false, 1050 "doctest": false, 1051 "edition": "2018", 1052 "kind": [ 1053 "example" 1054 ], 1055 "name": "diff", 1056 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/examples/diff.rs", 1057 "test": false 1058 }, 1059 { 1060 "crate_types": [ 1061 "bin" 1062 ], 1063 "doc": false, 1064 "doctest": false, 1065 "edition": "2018", 1066 "kind": [ 1067 "test" 1068 ], 1069 "name": "add_extensions", 1070 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/add_extensions.rs", 1071 "test": true 1072 }, 1073 { 1074 "crate_types": [ 1075 "bin" 1076 ], 1077 "doc": false, 1078 "doctest": false, 1079 "edition": "2018", 1080 "kind": [ 1081 "test" 1082 ], 1083 "name": "remove_extensions", 1084 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/remove_extensions.rs", 1085 "test": true 1086 }, 1087 { 1088 "crate_types": [ 1089 "bin" 1090 ], 1091 "doc": false, 1092 "doctest": false, 1093 "edition": "2018", 1094 "kind": [ 1095 "test" 1096 ], 1097 "name": "get_extensions", 1098 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/get_extensions.rs", 1099 "test": true 1100 }, 1101 { 1102 "crate_types": [ 1103 "bin" 1104 ], 1105 "doc": false, 1106 "doctest": false, 1107 "edition": "2018", 1108 "kind": [ 1109 "test" 1110 ], 1111 "name": "global_state", 1112 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.1/tests/global_state.rs", 1113 "test": true 1114 } 1115 ], 1116 "version": "0.17.1" 1117 }, 1118 { 1119 "authors": [ 1120 "The rust-url developers" 1121 ], 1122 "categories": [], 1123 "default_run": null, 1124 "dependencies": [ 1125 { 1126 "features": [], 1127 "kind": null, 1128 "name": "unicode-bidi", 1129 "optional": false, 1130 "registry": null, 1131 "rename": null, 1132 "req": "^0.3", 1133 "source": "registry+https://github.com/rust-lang/crates.io-index", 1134 "target": null, 1135 "uses_default_features": true 1136 }, 1137 { 1138 "features": [], 1139 "kind": null, 1140 "name": "unicode-normalization", 1141 "optional": false, 1142 "registry": null, 1143 "rename": null, 1144 "req": "^0.1.17", 1145 "source": "registry+https://github.com/rust-lang/crates.io-index", 1146 "target": null, 1147 "uses_default_features": true 1148 }, 1149 { 1150 "features": [], 1151 "kind": "dev", 1152 "name": "assert_matches", 1153 "optional": false, 1154 "registry": null, 1155 "rename": null, 1156 "req": "^1.3", 1157 "source": "registry+https://github.com/rust-lang/crates.io-index", 1158 "target": null, 1159 "uses_default_features": true 1160 }, 1161 { 1162 "features": [], 1163 "kind": "dev", 1164 "name": "bencher", 1165 "optional": false, 1166 "registry": null, 1167 "rename": null, 1168 "req": "^0.1", 1169 "source": "registry+https://github.com/rust-lang/crates.io-index", 1170 "target": null, 1171 "uses_default_features": true 1172 }, 1173 { 1174 "features": [], 1175 "kind": "dev", 1176 "name": "serde_json", 1177 "optional": false, 1178 "registry": null, 1179 "rename": null, 1180 "req": "^1.0", 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": "tester", 1189 "optional": false, 1190 "registry": null, 1191 "rename": null, 1192 "req": "^0.9", 1193 "source": "registry+https://github.com/rust-lang/crates.io-index", 1194 "target": null, 1195 "uses_default_features": true 1196 } 1197 ], 1198 "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", 1199 "documentation": null, 1200 "edition": "2018", 1201 "features": {}, 1202 "homepage": null, 1203 "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1204 "keywords": [], 1205 "license": "MIT OR Apache-2.0", 1206 "license_file": null, 1207 "links": null, 1208 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/Cargo.toml", 1209 "metadata": null, 1210 "name": "idna", 1211 "publish": null, 1212 "readme": null, 1213 "repository": "https://github.com/servo/rust-url/", 1214 "rust_version": "1.51", 1215 "source": "registry+https://github.com/rust-lang/crates.io-index", 1216 "targets": [ 1217 { 1218 "crate_types": [ 1219 "lib" 1220 ], 1221 "doc": true, 1222 "doctest": false, 1223 "edition": "2018", 1224 "kind": [ 1225 "lib" 1226 ], 1227 "name": "idna", 1228 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs", 1229 "test": true 1230 }, 1231 { 1232 "crate_types": [ 1233 "bin" 1234 ], 1235 "doc": false, 1236 "doctest": false, 1237 "edition": "2018", 1238 "kind": [ 1239 "test" 1240 ], 1241 "name": "tests", 1242 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/tests/tests.rs", 1243 "test": true 1244 }, 1245 { 1246 "crate_types": [ 1247 "bin" 1248 ], 1249 "doc": false, 1250 "doctest": false, 1251 "edition": "2018", 1252 "kind": [ 1253 "test" 1254 ], 1255 "name": "unit", 1256 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/tests/unit.rs", 1257 "test": true 1258 }, 1259 { 1260 "crate_types": [ 1261 "bin" 1262 ], 1263 "doc": false, 1264 "doctest": false, 1265 "edition": "2018", 1266 "kind": [ 1267 "bench" 1268 ], 1269 "name": "all", 1270 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/benches/all.rs", 1271 "test": false 1272 } 1273 ], 1274 "version": "0.3.0" 1275 }, 1276 { 1277 "authors": [ 1278 "Alex Crichton <alex@alexcrichton.com>" 1279 ], 1280 "categories": [], 1281 "default_run": null, 1282 "dependencies": [ 1283 { 1284 "features": [], 1285 "kind": "dev", 1286 "name": "futures", 1287 "optional": false, 1288 "registry": null, 1289 "rename": null, 1290 "req": "^0.1", 1291 "source": "registry+https://github.com/rust-lang/crates.io-index", 1292 "target": null, 1293 "uses_default_features": true 1294 }, 1295 { 1296 "features": [], 1297 "kind": "dev", 1298 "name": "num_cpus", 1299 "optional": false, 1300 "registry": null, 1301 "rename": null, 1302 "req": "^1.0", 1303 "source": "registry+https://github.com/rust-lang/crates.io-index", 1304 "target": null, 1305 "uses_default_features": true 1306 }, 1307 { 1308 "features": [], 1309 "kind": "dev", 1310 "name": "tempfile", 1311 "optional": false, 1312 "registry": null, 1313 "rename": null, 1314 "req": "^3", 1315 "source": "registry+https://github.com/rust-lang/crates.io-index", 1316 "target": null, 1317 "uses_default_features": true 1318 }, 1319 { 1320 "features": [], 1321 "kind": "dev", 1322 "name": "tokio-core", 1323 "optional": false, 1324 "registry": null, 1325 "rename": null, 1326 "req": "^0.1", 1327 "source": "registry+https://github.com/rust-lang/crates.io-index", 1328 "target": null, 1329 "uses_default_features": true 1330 }, 1331 { 1332 "features": [], 1333 "kind": "dev", 1334 "name": "tokio-process", 1335 "optional": false, 1336 "registry": null, 1337 "rename": null, 1338 "req": "^0.2", 1339 "source": "registry+https://github.com/rust-lang/crates.io-index", 1340 "target": null, 1341 "uses_default_features": true 1342 }, 1343 { 1344 "features": [], 1345 "kind": null, 1346 "name": "libc", 1347 "optional": false, 1348 "registry": null, 1349 "rename": null, 1350 "req": "^0.2.50", 1351 "source": "registry+https://github.com/rust-lang/crates.io-index", 1352 "target": "cfg(unix)", 1353 "uses_default_features": true 1354 } 1355 ], 1356 "description": "An implementation of the GNU make jobserver for Rust\n", 1357 "documentation": "https://docs.rs/jobserver", 1358 "edition": "2018", 1359 "features": {}, 1360 "homepage": "https://github.com/alexcrichton/jobserver-rs", 1361 "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 1362 "keywords": [], 1363 "license": "MIT/Apache-2.0", 1364 "license_file": null, 1365 "links": null, 1366 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/Cargo.toml", 1367 "metadata": null, 1368 "name": "jobserver", 1369 "publish": null, 1370 "readme": "README.md", 1371 "repository": "https://github.com/alexcrichton/jobserver-rs", 1372 "rust_version": null, 1373 "source": "registry+https://github.com/rust-lang/crates.io-index", 1374 "targets": [ 1375 { 1376 "crate_types": [ 1377 "lib" 1378 ], 1379 "doc": true, 1380 "doctest": true, 1381 "edition": "2018", 1382 "kind": [ 1383 "lib" 1384 ], 1385 "name": "jobserver", 1386 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs", 1387 "test": true 1388 }, 1389 { 1390 "crate_types": [ 1391 "bin" 1392 ], 1393 "doc": false, 1394 "doctest": false, 1395 "edition": "2018", 1396 "kind": [ 1397 "test" 1398 ], 1399 "name": "client", 1400 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client.rs", 1401 "test": true 1402 }, 1403 { 1404 "crate_types": [ 1405 "bin" 1406 ], 1407 "doc": false, 1408 "doctest": false, 1409 "edition": "2018", 1410 "kind": [ 1411 "test" 1412 ], 1413 "name": "server", 1414 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/server.rs", 1415 "test": true 1416 }, 1417 { 1418 "crate_types": [ 1419 "bin" 1420 ], 1421 "doc": false, 1422 "doctest": false, 1423 "edition": "2018", 1424 "kind": [ 1425 "test" 1426 ], 1427 "name": "client-of-myself", 1428 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client-of-myself.rs", 1429 "test": true 1430 }, 1431 { 1432 "crate_types": [ 1433 "bin" 1434 ], 1435 "doc": false, 1436 "doctest": false, 1437 "edition": "2018", 1438 "kind": [ 1439 "test" 1440 ], 1441 "name": "make-as-a-client", 1442 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/make-as-a-client.rs", 1443 "test": true 1444 }, 1445 { 1446 "crate_types": [ 1447 "bin" 1448 ], 1449 "doc": false, 1450 "doctest": false, 1451 "edition": "2018", 1452 "kind": [ 1453 "test" 1454 ], 1455 "name": "helper", 1456 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/helper.rs", 1457 "test": true 1458 } 1459 ], 1460 "version": "0.1.26" 1461 }, 1462 { 1463 "authors": [ 1464 "The Rust Project Developers" 1465 ], 1466 "categories": [ 1467 "external-ffi-bindings", 1468 "no-std", 1469 "os" 1470 ], 1471 "default_run": null, 1472 "dependencies": [ 1473 { 1474 "features": [], 1475 "kind": null, 1476 "name": "rustc-std-workspace-core", 1477 "optional": true, 1478 "registry": null, 1479 "rename": null, 1480 "req": "^1.0.0", 1481 "source": "registry+https://github.com/rust-lang/crates.io-index", 1482 "target": null, 1483 "uses_default_features": true 1484 } 1485 ], 1486 "description": "Raw FFI bindings to platform libraries like libc.\n", 1487 "documentation": "https://docs.rs/libc/", 1488 "edition": "2015", 1489 "features": { 1490 "align": [], 1491 "const-extern-fn": [], 1492 "default": [ 1493 "std" 1494 ], 1495 "extra_traits": [], 1496 "rustc-dep-of-std": [ 1497 "align", 1498 "rustc-std-workspace-core" 1499 ], 1500 "rustc-std-workspace-core": [ 1501 "dep:rustc-std-workspace-core" 1502 ], 1503 "std": [], 1504 "use_std": [ 1505 "std" 1506 ] 1507 }, 1508 "homepage": "https://github.com/rust-lang/libc", 1509 "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 1510 "keywords": [ 1511 "libc", 1512 "ffi", 1513 "bindings", 1514 "operating", 1515 "system" 1516 ], 1517 "license": "MIT OR Apache-2.0", 1518 "license_file": null, 1519 "links": null, 1520 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/Cargo.toml", 1521 "metadata": { 1522 "docs": { 1523 "rs": { 1524 "features": [ 1525 "const-extern-fn", 1526 "extra_traits" 1527 ] 1528 } 1529 } 1530 }, 1531 "name": "libc", 1532 "publish": null, 1533 "readme": "README.md", 1534 "repository": "https://github.com/rust-lang/libc", 1535 "rust_version": null, 1536 "source": "registry+https://github.com/rust-lang/crates.io-index", 1537 "targets": [ 1538 { 1539 "crate_types": [ 1540 "lib" 1541 ], 1542 "doc": true, 1543 "doctest": true, 1544 "edition": "2015", 1545 "kind": [ 1546 "lib" 1547 ], 1548 "name": "libc", 1549 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/src/lib.rs", 1550 "test": true 1551 }, 1552 { 1553 "crate_types": [ 1554 "bin" 1555 ], 1556 "doc": false, 1557 "doctest": false, 1558 "edition": "2015", 1559 "kind": [ 1560 "test" 1561 ], 1562 "name": "const_fn", 1563 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/tests/const_fn.rs", 1564 "test": true 1565 }, 1566 { 1567 "crate_types": [ 1568 "bin" 1569 ], 1570 "doc": false, 1571 "doctest": false, 1572 "edition": "2015", 1573 "kind": [ 1574 "custom-build" 1575 ], 1576 "name": "build-script-build", 1577 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.112/build.rs", 1578 "test": false 1579 } 1580 ], 1581 "version": "0.2.112" 1582 }, 1583 { 1584 "authors": [ 1585 "Josh Triplett <josh@joshtriplett.org>", 1586 "Alex Crichton <alex@alexcrichton.com>" 1587 ], 1588 "categories": [], 1589 "default_run": null, 1590 "dependencies": [ 1591 { 1592 "features": [], 1593 "kind": null, 1594 "name": "libc", 1595 "optional": false, 1596 "registry": null, 1597 "rename": null, 1598 "req": "^0.2", 1599 "source": "registry+https://github.com/rust-lang/crates.io-index", 1600 "target": null, 1601 "uses_default_features": true 1602 }, 1603 { 1604 "features": [], 1605 "kind": null, 1606 "name": "libssh2-sys", 1607 "optional": true, 1608 "registry": null, 1609 "rename": null, 1610 "req": "^0.3.0", 1611 "source": "registry+https://github.com/rust-lang/crates.io-index", 1612 "target": null, 1613 "uses_default_features": true 1614 }, 1615 { 1616 "features": [ 1617 "libc" 1618 ], 1619 "kind": null, 1620 "name": "libz-sys", 1621 "optional": false, 1622 "registry": null, 1623 "rename": null, 1624 "req": "^1.1.0", 1625 "source": "registry+https://github.com/rust-lang/crates.io-index", 1626 "target": null, 1627 "uses_default_features": false 1628 }, 1629 { 1630 "features": [ 1631 "parallel" 1632 ], 1633 "kind": "build", 1634 "name": "cc", 1635 "optional": false, 1636 "registry": null, 1637 "rename": null, 1638 "req": "^1.0.43", 1639 "source": "registry+https://github.com/rust-lang/crates.io-index", 1640 "target": null, 1641 "uses_default_features": true 1642 }, 1643 { 1644 "features": [], 1645 "kind": "build", 1646 "name": "pkg-config", 1647 "optional": false, 1648 "registry": null, 1649 "rename": null, 1650 "req": "^0.3.7", 1651 "source": "registry+https://github.com/rust-lang/crates.io-index", 1652 "target": null, 1653 "uses_default_features": true 1654 }, 1655 { 1656 "features": [], 1657 "kind": null, 1658 "name": "openssl-sys", 1659 "optional": true, 1660 "registry": null, 1661 "rename": null, 1662 "req": "^0.9", 1663 "source": "registry+https://github.com/rust-lang/crates.io-index", 1664 "target": "cfg(unix)", 1665 "uses_default_features": true 1666 } 1667 ], 1668 "description": "Native bindings to the libgit2 library", 1669 "documentation": null, 1670 "edition": "2018", 1671 "features": { 1672 "https": [ 1673 "openssl-sys" 1674 ], 1675 "libssh2-sys": [ 1676 "dep:libssh2-sys" 1677 ], 1678 "openssl-sys": [ 1679 "dep:openssl-sys" 1680 ], 1681 "ssh": [ 1682 "libssh2-sys" 1683 ], 1684 "ssh_key_from_memory": [], 1685 "vendored": [], 1686 "vendored-openssl": [ 1687 "openssl-sys/vendored" 1688 ], 1689 "zlib-ng-compat": [ 1690 "libz-sys/zlib-ng", 1691 "libssh2-sys?/zlib-ng-compat" 1692 ] 1693 }, 1694 "homepage": null, 1695 "id": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 1696 "keywords": [], 1697 "license": "MIT OR Apache-2.0", 1698 "license_file": null, 1699 "links": "git2", 1700 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.1+1.6.4/Cargo.toml", 1701 "metadata": null, 1702 "name": "libgit2-sys", 1703 "publish": null, 1704 "readme": null, 1705 "repository": "https://github.com/rust-lang/git2-rs", 1706 "rust_version": null, 1707 "source": "registry+https://github.com/rust-lang/crates.io-index", 1708 "targets": [ 1709 { 1710 "crate_types": [ 1711 "lib" 1712 ], 1713 "doc": true, 1714 "doctest": true, 1715 "edition": "2018", 1716 "kind": [ 1717 "lib" 1718 ], 1719 "name": "libgit2_sys", 1720 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.1+1.6.4/lib.rs", 1721 "test": true 1722 }, 1723 { 1724 "crate_types": [ 1725 "bin" 1726 ], 1727 "doc": false, 1728 "doctest": false, 1729 "edition": "2018", 1730 "kind": [ 1731 "custom-build" 1732 ], 1733 "name": "build-script-build", 1734 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.1+1.6.4/build.rs", 1735 "test": false 1736 } 1737 ], 1738 "version": "0.15.1+1.6.4" 1739 }, 1740 { 1741 "authors": [ 1742 "Alex Crichton <alex@alexcrichton.com>", 1743 "Wez Furlong <wez@wezfurlong.org>", 1744 "Matteo Bigoi <bigo@crisidev.org>" 1745 ], 1746 "categories": [], 1747 "default_run": null, 1748 "dependencies": [ 1749 { 1750 "features": [], 1751 "kind": null, 1752 "name": "libc", 1753 "optional": false, 1754 "registry": null, 1755 "rename": null, 1756 "req": "^0.2", 1757 "source": "registry+https://github.com/rust-lang/crates.io-index", 1758 "target": null, 1759 "uses_default_features": true 1760 }, 1761 { 1762 "features": [ 1763 "libc" 1764 ], 1765 "kind": null, 1766 "name": "libz-sys", 1767 "optional": false, 1768 "registry": null, 1769 "rename": null, 1770 "req": "^1.1.0", 1771 "source": "registry+https://github.com/rust-lang/crates.io-index", 1772 "target": null, 1773 "uses_default_features": false 1774 }, 1775 { 1776 "features": [], 1777 "kind": "build", 1778 "name": "cc", 1779 "optional": false, 1780 "registry": null, 1781 "rename": null, 1782 "req": "^1.0.25", 1783 "source": "registry+https://github.com/rust-lang/crates.io-index", 1784 "target": null, 1785 "uses_default_features": true 1786 }, 1787 { 1788 "features": [], 1789 "kind": "build", 1790 "name": "pkg-config", 1791 "optional": false, 1792 "registry": null, 1793 "rename": null, 1794 "req": "^0.3.11", 1795 "source": "registry+https://github.com/rust-lang/crates.io-index", 1796 "target": null, 1797 "uses_default_features": true 1798 }, 1799 { 1800 "features": [], 1801 "kind": "build", 1802 "name": "vcpkg", 1803 "optional": false, 1804 "registry": null, 1805 "rename": null, 1806 "req": "^0.2", 1807 "source": "registry+https://github.com/rust-lang/crates.io-index", 1808 "target": "cfg(target_env = \"msvc\")", 1809 "uses_default_features": true 1810 }, 1811 { 1812 "features": [], 1813 "kind": null, 1814 "name": "openssl-sys", 1815 "optional": false, 1816 "registry": null, 1817 "rename": null, 1818 "req": "^0.9.35", 1819 "source": "registry+https://github.com/rust-lang/crates.io-index", 1820 "target": "cfg(unix)", 1821 "uses_default_features": true 1822 }, 1823 { 1824 "features": [], 1825 "kind": null, 1826 "name": "openssl-sys", 1827 "optional": true, 1828 "registry": null, 1829 "rename": null, 1830 "req": "^0.9.35", 1831 "source": "registry+https://github.com/rust-lang/crates.io-index", 1832 "target": "cfg(windows)", 1833 "uses_default_features": true 1834 } 1835 ], 1836 "description": "Native bindings to the libssh2 library", 1837 "documentation": "https://docs.rs/libssh2-sys", 1838 "edition": "2015", 1839 "features": { 1840 "openssl-on-win32": [ 1841 "openssl-sys" 1842 ], 1843 "openssl-sys": [ 1844 "dep:openssl-sys" 1845 ], 1846 "vendored-openssl": [ 1847 "openssl-sys/vendored" 1848 ], 1849 "zlib-ng-compat": [ 1850 "libz-sys/zlib-ng" 1851 ] 1852 }, 1853 "homepage": null, 1854 "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1855 "keywords": [], 1856 "license": "MIT/Apache-2.0", 1857 "license_file": null, 1858 "links": "ssh2", 1859 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/Cargo.toml", 1860 "metadata": null, 1861 "name": "libssh2-sys", 1862 "publish": null, 1863 "readme": null, 1864 "repository": "https://github.com/alexcrichton/ssh2-rs", 1865 "rust_version": null, 1866 "source": "registry+https://github.com/rust-lang/crates.io-index", 1867 "targets": [ 1868 { 1869 "crate_types": [ 1870 "lib" 1871 ], 1872 "doc": true, 1873 "doctest": true, 1874 "edition": "2015", 1875 "kind": [ 1876 "lib" 1877 ], 1878 "name": "libssh2_sys", 1879 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/lib.rs", 1880 "test": true 1881 }, 1882 { 1883 "crate_types": [ 1884 "bin" 1885 ], 1886 "doc": false, 1887 "doctest": false, 1888 "edition": "2015", 1889 "kind": [ 1890 "custom-build" 1891 ], 1892 "name": "build-script-build", 1893 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/build.rs", 1894 "test": false 1895 } 1896 ], 1897 "version": "0.3.0" 1898 }, 1899 { 1900 "authors": [ 1901 "Alex Crichton <alex@alexcrichton.com>", 1902 "Josh Triplett <josh@joshtriplett.org>" 1903 ], 1904 "categories": [ 1905 "compression", 1906 "external-ffi-bindings" 1907 ], 1908 "default_run": null, 1909 "dependencies": [ 1910 { 1911 "features": [], 1912 "kind": null, 1913 "name": "libc", 1914 "optional": true, 1915 "registry": null, 1916 "rename": null, 1917 "req": "^0.2.43", 1918 "source": "registry+https://github.com/rust-lang/crates.io-index", 1919 "target": null, 1920 "uses_default_features": true 1921 }, 1922 { 1923 "features": [], 1924 "kind": "build", 1925 "name": "cc", 1926 "optional": false, 1927 "registry": null, 1928 "rename": null, 1929 "req": "^1.0.18", 1930 "source": "registry+https://github.com/rust-lang/crates.io-index", 1931 "target": null, 1932 "uses_default_features": true 1933 }, 1934 { 1935 "features": [], 1936 "kind": "build", 1937 "name": "cmake", 1938 "optional": true, 1939 "registry": null, 1940 "rename": null, 1941 "req": "^0.1.44", 1942 "source": "registry+https://github.com/rust-lang/crates.io-index", 1943 "target": null, 1944 "uses_default_features": true 1945 }, 1946 { 1947 "features": [], 1948 "kind": "build", 1949 "name": "pkg-config", 1950 "optional": false, 1951 "registry": null, 1952 "rename": null, 1953 "req": "^0.3.9", 1954 "source": "registry+https://github.com/rust-lang/crates.io-index", 1955 "target": null, 1956 "uses_default_features": true 1957 }, 1958 { 1959 "features": [], 1960 "kind": "build", 1961 "name": "vcpkg", 1962 "optional": false, 1963 "registry": null, 1964 "rename": null, 1965 "req": "^0.2", 1966 "source": "registry+https://github.com/rust-lang/crates.io-index", 1967 "target": "cfg(target_env = \"msvc\")", 1968 "uses_default_features": true 1969 } 1970 ], 1971 "description": "Low-level bindings to the system libz library (also known as zlib).", 1972 "documentation": null, 1973 "edition": "2018", 1974 "features": { 1975 "asm": [], 1976 "cmake": [ 1977 "dep:cmake" 1978 ], 1979 "default": [ 1980 "libc", 1981 "stock-zlib" 1982 ], 1983 "libc": [ 1984 "dep:libc" 1985 ], 1986 "static": [], 1987 "stock-zlib": [], 1988 "zlib-ng": [ 1989 "libc", 1990 "cmake" 1991 ] 1992 }, 1993 "homepage": null, 1994 "id": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1995 "keywords": [ 1996 "zlib", 1997 "zlib-ng" 1998 ], 1999 "license": "MIT OR Apache-2.0", 2000 "license_file": null, 2001 "links": "z", 2002 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.8/Cargo.toml", 2003 "metadata": null, 2004 "name": "libz-sys", 2005 "publish": null, 2006 "readme": "README.md", 2007 "repository": "https://github.com/rust-lang/libz-sys", 2008 "rust_version": null, 2009 "source": "registry+https://github.com/rust-lang/crates.io-index", 2010 "targets": [ 2011 { 2012 "crate_types": [ 2013 "lib" 2014 ], 2015 "doc": true, 2016 "doctest": true, 2017 "edition": "2018", 2018 "kind": [ 2019 "lib" 2020 ], 2021 "name": "libz-sys", 2022 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.8/src/lib.rs", 2023 "test": true 2024 }, 2025 { 2026 "crate_types": [ 2027 "bin" 2028 ], 2029 "doc": false, 2030 "doctest": false, 2031 "edition": "2018", 2032 "kind": [ 2033 "custom-build" 2034 ], 2035 "name": "build-script-build", 2036 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.8/build.rs", 2037 "test": false 2038 } 2039 ], 2040 "version": "1.1.8" 2041 }, 2042 { 2043 "authors": [ 2044 "The Rust Project Developers" 2045 ], 2046 "categories": [ 2047 "development-tools::debugging" 2048 ], 2049 "default_run": null, 2050 "dependencies": [ 2051 { 2052 "features": [], 2053 "kind": null, 2054 "name": "cfg-if", 2055 "optional": false, 2056 "registry": null, 2057 "rename": null, 2058 "req": "^1.0", 2059 "source": "registry+https://github.com/rust-lang/crates.io-index", 2060 "target": null, 2061 "uses_default_features": true 2062 }, 2063 { 2064 "features": [], 2065 "kind": null, 2066 "name": "serde", 2067 "optional": true, 2068 "registry": null, 2069 "rename": null, 2070 "req": "^1.0", 2071 "source": "registry+https://github.com/rust-lang/crates.io-index", 2072 "target": null, 2073 "uses_default_features": false 2074 }, 2075 { 2076 "features": [], 2077 "kind": null, 2078 "name": "sval", 2079 "optional": true, 2080 "registry": null, 2081 "rename": null, 2082 "req": "=1.0.0-alpha.5", 2083 "source": "registry+https://github.com/rust-lang/crates.io-index", 2084 "target": null, 2085 "uses_default_features": false 2086 }, 2087 { 2088 "features": [], 2089 "kind": null, 2090 "name": "value-bag", 2091 "optional": true, 2092 "registry": null, 2093 "rename": null, 2094 "req": "=1.0.0-alpha.9", 2095 "source": "registry+https://github.com/rust-lang/crates.io-index", 2096 "target": null, 2097 "uses_default_features": false 2098 }, 2099 { 2100 "features": [], 2101 "kind": "dev", 2102 "name": "rustversion", 2103 "optional": false, 2104 "registry": null, 2105 "rename": null, 2106 "req": "^1.0", 2107 "source": "registry+https://github.com/rust-lang/crates.io-index", 2108 "target": null, 2109 "uses_default_features": true 2110 }, 2111 { 2112 "features": [ 2113 "derive" 2114 ], 2115 "kind": "dev", 2116 "name": "serde", 2117 "optional": false, 2118 "registry": null, 2119 "rename": null, 2120 "req": "^1.0", 2121 "source": "registry+https://github.com/rust-lang/crates.io-index", 2122 "target": null, 2123 "uses_default_features": true 2124 }, 2125 { 2126 "features": [], 2127 "kind": "dev", 2128 "name": "serde_test", 2129 "optional": false, 2130 "registry": null, 2131 "rename": null, 2132 "req": "^1.0", 2133 "source": "registry+https://github.com/rust-lang/crates.io-index", 2134 "target": null, 2135 "uses_default_features": true 2136 }, 2137 { 2138 "features": [ 2139 "derive" 2140 ], 2141 "kind": "dev", 2142 "name": "sval", 2143 "optional": false, 2144 "registry": null, 2145 "rename": null, 2146 "req": "=1.0.0-alpha.5", 2147 "source": "registry+https://github.com/rust-lang/crates.io-index", 2148 "target": null, 2149 "uses_default_features": true 2150 }, 2151 { 2152 "features": [ 2153 "test" 2154 ], 2155 "kind": "dev", 2156 "name": "value-bag", 2157 "optional": false, 2158 "registry": null, 2159 "rename": null, 2160 "req": "=1.0.0-alpha.9", 2161 "source": "registry+https://github.com/rust-lang/crates.io-index", 2162 "target": null, 2163 "uses_default_features": true 2164 } 2165 ], 2166 "description": "A lightweight logging facade for Rust\n", 2167 "documentation": "https://docs.rs/log", 2168 "edition": "2015", 2169 "features": { 2170 "kv_unstable": [ 2171 "value-bag" 2172 ], 2173 "kv_unstable_serde": [ 2174 "kv_unstable_std", 2175 "value-bag/serde", 2176 "serde" 2177 ], 2178 "kv_unstable_std": [ 2179 "std", 2180 "kv_unstable", 2181 "value-bag/error" 2182 ], 2183 "kv_unstable_sval": [ 2184 "kv_unstable", 2185 "value-bag/sval", 2186 "sval" 2187 ], 2188 "max_level_debug": [], 2189 "max_level_error": [], 2190 "max_level_info": [], 2191 "max_level_off": [], 2192 "max_level_trace": [], 2193 "max_level_warn": [], 2194 "release_max_level_debug": [], 2195 "release_max_level_error": [], 2196 "release_max_level_info": [], 2197 "release_max_level_off": [], 2198 "release_max_level_trace": [], 2199 "release_max_level_warn": [], 2200 "serde": [ 2201 "dep:serde" 2202 ], 2203 "std": [], 2204 "sval": [ 2205 "dep:sval" 2206 ], 2207 "value-bag": [ 2208 "dep:value-bag" 2209 ] 2210 }, 2211 "homepage": null, 2212 "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 2213 "keywords": [ 2214 "logging" 2215 ], 2216 "license": "MIT OR Apache-2.0", 2217 "license_file": null, 2218 "links": null, 2219 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml", 2220 "metadata": { 2221 "docs": { 2222 "rs": { 2223 "features": [ 2224 "std", 2225 "serde", 2226 "kv_unstable_std", 2227 "kv_unstable_sval", 2228 "kv_unstable_serde" 2229 ] 2230 } 2231 } 2232 }, 2233 "name": "log", 2234 "publish": null, 2235 "readme": "README.md", 2236 "repository": "https://github.com/rust-lang/log", 2237 "rust_version": null, 2238 "source": "registry+https://github.com/rust-lang/crates.io-index", 2239 "targets": [ 2240 { 2241 "crate_types": [ 2242 "lib" 2243 ], 2244 "doc": true, 2245 "doctest": true, 2246 "edition": "2015", 2247 "kind": [ 2248 "lib" 2249 ], 2250 "name": "log", 2251 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs", 2252 "test": true 2253 }, 2254 { 2255 "crate_types": [ 2256 "bin" 2257 ], 2258 "doc": false, 2259 "doctest": false, 2260 "edition": "2015", 2261 "kind": [ 2262 "test" 2263 ], 2264 "name": "filters", 2265 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs", 2266 "test": true 2267 }, 2268 { 2269 "crate_types": [ 2270 "bin" 2271 ], 2272 "doc": false, 2273 "doctest": false, 2274 "edition": "2015", 2275 "kind": [ 2276 "test" 2277 ], 2278 "name": "macros", 2279 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs", 2280 "test": true 2281 }, 2282 { 2283 "crate_types": [ 2284 "bin" 2285 ], 2286 "doc": false, 2287 "doctest": false, 2288 "edition": "2015", 2289 "kind": [ 2290 "bench" 2291 ], 2292 "name": "value", 2293 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs", 2294 "test": false 2295 }, 2296 { 2297 "crate_types": [ 2298 "bin" 2299 ], 2300 "doc": false, 2301 "doctest": false, 2302 "edition": "2015", 2303 "kind": [ 2304 "custom-build" 2305 ], 2306 "name": "build-script-build", 2307 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs", 2308 "test": false 2309 } 2310 ], 2311 "version": "0.4.17" 2312 }, 2313 { 2314 "authors": [ 2315 "Aleksey Kladov <aleksey.kladov@gmail.com>" 2316 ], 2317 "categories": [ 2318 "rust-patterns", 2319 "memory-management" 2320 ], 2321 "default_run": null, 2322 "dependencies": [ 2323 { 2324 "features": [], 2325 "kind": null, 2326 "name": "atomic-polyfill", 2327 "optional": true, 2328 "registry": null, 2329 "rename": null, 2330 "req": "^0.1", 2331 "source": "registry+https://github.com/rust-lang/crates.io-index", 2332 "target": null, 2333 "uses_default_features": true 2334 }, 2335 { 2336 "features": [], 2337 "kind": null, 2338 "name": "parking_lot", 2339 "optional": true, 2340 "registry": null, 2341 "rename": null, 2342 "req": "^0.11", 2343 "source": "registry+https://github.com/rust-lang/crates.io-index", 2344 "target": null, 2345 "uses_default_features": false 2346 }, 2347 { 2348 "features": [], 2349 "kind": "dev", 2350 "name": "crossbeam-utils", 2351 "optional": false, 2352 "registry": null, 2353 "rename": null, 2354 "req": "^0.7.2", 2355 "source": "registry+https://github.com/rust-lang/crates.io-index", 2356 "target": null, 2357 "uses_default_features": true 2358 }, 2359 { 2360 "features": [], 2361 "kind": "dev", 2362 "name": "lazy_static", 2363 "optional": false, 2364 "registry": null, 2365 "rename": null, 2366 "req": "^1.0.0", 2367 "source": "registry+https://github.com/rust-lang/crates.io-index", 2368 "target": null, 2369 "uses_default_features": true 2370 }, 2371 { 2372 "features": [], 2373 "kind": "dev", 2374 "name": "regex", 2375 "optional": false, 2376 "registry": null, 2377 "rename": null, 2378 "req": "^1.2.0", 2379 "source": "registry+https://github.com/rust-lang/crates.io-index", 2380 "target": null, 2381 "uses_default_features": true 2382 } 2383 ], 2384 "description": "Single assignment cells and lazy values.", 2385 "documentation": "https://docs.rs/once_cell", 2386 "edition": "2018", 2387 "features": { 2388 "alloc": [ 2389 "race" 2390 ], 2391 "atomic-polyfill": [ 2392 "dep:atomic-polyfill" 2393 ], 2394 "default": [ 2395 "std" 2396 ], 2397 "parking_lot": [ 2398 "dep:parking_lot" 2399 ], 2400 "race": [], 2401 "std": [ 2402 "alloc" 2403 ], 2404 "unstable": [] 2405 }, 2406 "homepage": null, 2407 "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 2408 "keywords": [ 2409 "lazy", 2410 "static" 2411 ], 2412 "license": "MIT OR Apache-2.0", 2413 "license_file": null, 2414 "links": null, 2415 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/Cargo.toml", 2416 "metadata": { 2417 "docs": { 2418 "rs": { 2419 "all-features": true 2420 } 2421 } 2422 }, 2423 "name": "once_cell", 2424 "publish": null, 2425 "readme": "README.md", 2426 "repository": "https://github.com/matklad/once_cell", 2427 "rust_version": null, 2428 "source": "registry+https://github.com/rust-lang/crates.io-index", 2429 "targets": [ 2430 { 2431 "crate_types": [ 2432 "lib" 2433 ], 2434 "doc": true, 2435 "doctest": true, 2436 "edition": "2018", 2437 "kind": [ 2438 "lib" 2439 ], 2440 "name": "once_cell", 2441 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/src/lib.rs", 2442 "test": true 2443 }, 2444 { 2445 "crate_types": [ 2446 "bin" 2447 ], 2448 "doc": false, 2449 "doctest": false, 2450 "edition": "2018", 2451 "kind": [ 2452 "example" 2453 ], 2454 "name": "bench", 2455 "required-features": [ 2456 "std" 2457 ], 2458 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench.rs", 2459 "test": false 2460 }, 2461 { 2462 "crate_types": [ 2463 "bin" 2464 ], 2465 "doc": false, 2466 "doctest": false, 2467 "edition": "2018", 2468 "kind": [ 2469 "example" 2470 ], 2471 "name": "bench_acquire", 2472 "required-features": [ 2473 "std" 2474 ], 2475 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench_acquire.rs", 2476 "test": false 2477 }, 2478 { 2479 "crate_types": [ 2480 "bin" 2481 ], 2482 "doc": false, 2483 "doctest": false, 2484 "edition": "2018", 2485 "kind": [ 2486 "example" 2487 ], 2488 "name": "bench_vs_lazy_static", 2489 "required-features": [ 2490 "std" 2491 ], 2492 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/bench_vs_lazy_static.rs", 2493 "test": false 2494 }, 2495 { 2496 "crate_types": [ 2497 "bin" 2498 ], 2499 "doc": false, 2500 "doctest": false, 2501 "edition": "2018", 2502 "kind": [ 2503 "example" 2504 ], 2505 "name": "lazy_static", 2506 "required-features": [ 2507 "std" 2508 ], 2509 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/lazy_static.rs", 2510 "test": false 2511 }, 2512 { 2513 "crate_types": [ 2514 "bin" 2515 ], 2516 "doc": false, 2517 "doctest": false, 2518 "edition": "2018", 2519 "kind": [ 2520 "example" 2521 ], 2522 "name": "reentrant_init_deadlocks", 2523 "required-features": [ 2524 "std" 2525 ], 2526 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/reentrant_init_deadlocks.rs", 2527 "test": false 2528 }, 2529 { 2530 "crate_types": [ 2531 "bin" 2532 ], 2533 "doc": false, 2534 "doctest": false, 2535 "edition": "2018", 2536 "kind": [ 2537 "example" 2538 ], 2539 "name": "regex", 2540 "required-features": [ 2541 "std" 2542 ], 2543 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/regex.rs", 2544 "test": false 2545 }, 2546 { 2547 "crate_types": [ 2548 "bin" 2549 ], 2550 "doc": false, 2551 "doctest": false, 2552 "edition": "2018", 2553 "kind": [ 2554 "example" 2555 ], 2556 "name": "test_synchronization", 2557 "required-features": [ 2558 "std" 2559 ], 2560 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/examples/test_synchronization.rs", 2561 "test": false 2562 }, 2563 { 2564 "crate_types": [ 2565 "bin" 2566 ], 2567 "doc": false, 2568 "doctest": false, 2569 "edition": "2018", 2570 "kind": [ 2571 "test" 2572 ], 2573 "name": "it", 2574 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.9.0/tests/it.rs", 2575 "test": true 2576 } 2577 ], 2578 "version": "1.9.0" 2579 }, 2580 { 2581 "authors": [ 2582 "Steven Fackler <sfackler@gmail.com>" 2583 ], 2584 "categories": [ 2585 "cryptography", 2586 "api-bindings" 2587 ], 2588 "default_run": null, 2589 "dependencies": [ 2590 { 2591 "features": [], 2592 "kind": null, 2593 "name": "bitflags", 2594 "optional": false, 2595 "registry": null, 2596 "rename": null, 2597 "req": "^1.0", 2598 "source": "registry+https://github.com/rust-lang/crates.io-index", 2599 "target": null, 2600 "uses_default_features": true 2601 }, 2602 { 2603 "features": [], 2604 "kind": null, 2605 "name": "cfg-if", 2606 "optional": false, 2607 "registry": null, 2608 "rename": null, 2609 "req": "^1.0", 2610 "source": "registry+https://github.com/rust-lang/crates.io-index", 2611 "target": null, 2612 "uses_default_features": true 2613 }, 2614 { 2615 "features": [], 2616 "kind": null, 2617 "name": "openssl-sys", 2618 "optional": false, 2619 "registry": null, 2620 "rename": "ffi", 2621 "req": "^0.9.87", 2622 "source": "registry+https://github.com/rust-lang/crates.io-index", 2623 "target": null, 2624 "uses_default_features": true 2625 }, 2626 { 2627 "features": [], 2628 "kind": null, 2629 "name": "foreign-types", 2630 "optional": false, 2631 "registry": null, 2632 "rename": null, 2633 "req": "^0.3.1", 2634 "source": "registry+https://github.com/rust-lang/crates.io-index", 2635 "target": null, 2636 "uses_default_features": true 2637 }, 2638 { 2639 "features": [], 2640 "kind": null, 2641 "name": "libc", 2642 "optional": false, 2643 "registry": null, 2644 "rename": null, 2645 "req": "^0.2", 2646 "source": "registry+https://github.com/rust-lang/crates.io-index", 2647 "target": null, 2648 "uses_default_features": true 2649 }, 2650 { 2651 "features": [], 2652 "kind": null, 2653 "name": "once_cell", 2654 "optional": false, 2655 "registry": null, 2656 "rename": null, 2657 "req": "^1.5.2", 2658 "source": "registry+https://github.com/rust-lang/crates.io-index", 2659 "target": null, 2660 "uses_default_features": true 2661 }, 2662 { 2663 "features": [], 2664 "kind": null, 2665 "name": "openssl-macros", 2666 "optional": false, 2667 "registry": null, 2668 "rename": null, 2669 "req": "^0.1.0", 2670 "source": "registry+https://github.com/rust-lang/crates.io-index", 2671 "target": null, 2672 "uses_default_features": true 2673 }, 2674 { 2675 "features": [], 2676 "kind": "dev", 2677 "name": "hex", 2678 "optional": false, 2679 "registry": null, 2680 "rename": null, 2681 "req": "^0.3", 2682 "source": "registry+https://github.com/rust-lang/crates.io-index", 2683 "target": null, 2684 "uses_default_features": true 2685 } 2686 ], 2687 "description": "OpenSSL bindings", 2688 "documentation": null, 2689 "edition": "2018", 2690 "features": { 2691 "bindgen": [ 2692 "ffi/bindgen" 2693 ], 2694 "default": [], 2695 "unstable_boringssl": [ 2696 "ffi/unstable_boringssl" 2697 ], 2698 "v101": [], 2699 "v102": [], 2700 "v110": [], 2701 "v111": [], 2702 "vendored": [ 2703 "ffi/vendored" 2704 ] 2705 }, 2706 "homepage": null, 2707 "id": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)", 2708 "keywords": [ 2709 "crypto", 2710 "tls", 2711 "ssl", 2712 "dtls" 2713 ], 2714 "license": "Apache-2.0", 2715 "license_file": null, 2716 "links": null, 2717 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/Cargo.toml", 2718 "metadata": null, 2719 "name": "openssl", 2720 "publish": null, 2721 "readme": "README.md", 2722 "repository": "https://github.com/sfackler/rust-openssl", 2723 "rust_version": null, 2724 "source": "registry+https://github.com/rust-lang/crates.io-index", 2725 "targets": [ 2726 { 2727 "crate_types": [ 2728 "lib" 2729 ], 2730 "doc": true, 2731 "doctest": true, 2732 "edition": "2018", 2733 "kind": [ 2734 "lib" 2735 ], 2736 "name": "openssl", 2737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/src/lib.rs", 2738 "test": true 2739 }, 2740 { 2741 "crate_types": [ 2742 "bin" 2743 ], 2744 "doc": false, 2745 "doctest": false, 2746 "edition": "2018", 2747 "kind": [ 2748 "example" 2749 ], 2750 "name": "mk_certs", 2751 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/examples/mk_certs.rs", 2752 "test": false 2753 }, 2754 { 2755 "crate_types": [ 2756 "bin" 2757 ], 2758 "doc": false, 2759 "doctest": false, 2760 "edition": "2018", 2761 "kind": [ 2762 "custom-build" 2763 ], 2764 "name": "build-script-build", 2765 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.52/build.rs", 2766 "test": false 2767 } 2768 ], 2769 "version": "0.10.52" 2770 }, 2771 { 2772 "authors": [], 2773 "categories": [], 2774 "default_run": null, 2775 "dependencies": [ 2776 { 2777 "features": [], 2778 "kind": null, 2779 "name": "proc-macro2", 2780 "optional": false, 2781 "registry": null, 2782 "rename": null, 2783 "req": "^1", 2784 "source": "registry+https://github.com/rust-lang/crates.io-index", 2785 "target": null, 2786 "uses_default_features": true 2787 }, 2788 { 2789 "features": [], 2790 "kind": null, 2791 "name": "quote", 2792 "optional": false, 2793 "registry": null, 2794 "rename": null, 2795 "req": "^1", 2796 "source": "registry+https://github.com/rust-lang/crates.io-index", 2797 "target": null, 2798 "uses_default_features": true 2799 }, 2800 { 2801 "features": [ 2802 "full" 2803 ], 2804 "kind": null, 2805 "name": "syn", 2806 "optional": false, 2807 "registry": null, 2808 "rename": null, 2809 "req": "^2", 2810 "source": "registry+https://github.com/rust-lang/crates.io-index", 2811 "target": null, 2812 "uses_default_features": true 2813 } 2814 ], 2815 "description": "Internal macros used by the openssl crate.", 2816 "documentation": null, 2817 "edition": "2018", 2818 "features": {}, 2819 "homepage": null, 2820 "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2821 "keywords": [], 2822 "license": "MIT/Apache-2.0", 2823 "license_file": null, 2824 "links": null, 2825 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/Cargo.toml", 2826 "metadata": null, 2827 "name": "openssl-macros", 2828 "publish": null, 2829 "readme": null, 2830 "repository": null, 2831 "rust_version": null, 2832 "source": "registry+https://github.com/rust-lang/crates.io-index", 2833 "targets": [ 2834 { 2835 "crate_types": [ 2836 "proc-macro" 2837 ], 2838 "doc": true, 2839 "doctest": true, 2840 "edition": "2018", 2841 "kind": [ 2842 "proc-macro" 2843 ], 2844 "name": "openssl-macros", 2845 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs", 2846 "test": true 2847 } 2848 ], 2849 "version": "0.1.1" 2850 }, 2851 { 2852 "authors": [ 2853 "Alex Crichton <alex@alexcrichton.com>" 2854 ], 2855 "categories": [], 2856 "default_run": null, 2857 "dependencies": [], 2858 "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL\n", 2859 "documentation": null, 2860 "edition": "2015", 2861 "features": {}, 2862 "homepage": "https://github.com/alexcrichton/openssl-probe", 2863 "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 2864 "keywords": [], 2865 "license": "MIT/Apache-2.0", 2866 "license_file": null, 2867 "links": null, 2868 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/Cargo.toml", 2869 "metadata": null, 2870 "name": "openssl-probe", 2871 "publish": null, 2872 "readme": "README.md", 2873 "repository": "https://github.com/alexcrichton/openssl-probe", 2874 "rust_version": null, 2875 "source": "registry+https://github.com/rust-lang/crates.io-index", 2876 "targets": [ 2877 { 2878 "crate_types": [ 2879 "lib" 2880 ], 2881 "doc": true, 2882 "doctest": true, 2883 "edition": "2015", 2884 "kind": [ 2885 "lib" 2886 ], 2887 "name": "openssl-probe", 2888 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs", 2889 "test": true 2890 }, 2891 { 2892 "crate_types": [ 2893 "bin" 2894 ], 2895 "doc": false, 2896 "doctest": false, 2897 "edition": "2015", 2898 "kind": [ 2899 "example" 2900 ], 2901 "name": "probe", 2902 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/examples/probe.rs", 2903 "test": false 2904 } 2905 ], 2906 "version": "0.1.5" 2907 }, 2908 { 2909 "authors": [ 2910 "Alex Crichton <alex@alexcrichton.com>", 2911 "Steven Fackler <sfackler@gmail.com>" 2912 ], 2913 "categories": [ 2914 "cryptography", 2915 "external-ffi-bindings" 2916 ], 2917 "default_run": null, 2918 "dependencies": [ 2919 { 2920 "features": [], 2921 "kind": null, 2922 "name": "bssl-sys", 2923 "optional": true, 2924 "registry": null, 2925 "rename": null, 2926 "req": "^0.1.0", 2927 "source": "registry+https://github.com/rust-lang/crates.io-index", 2928 "target": null, 2929 "uses_default_features": true 2930 }, 2931 { 2932 "features": [], 2933 "kind": null, 2934 "name": "libc", 2935 "optional": false, 2936 "registry": null, 2937 "rename": null, 2938 "req": "^0.2", 2939 "source": "registry+https://github.com/rust-lang/crates.io-index", 2940 "target": null, 2941 "uses_default_features": true 2942 }, 2943 { 2944 "features": [ 2945 "experimental" 2946 ], 2947 "kind": "build", 2948 "name": "bindgen", 2949 "optional": true, 2950 "registry": null, 2951 "rename": null, 2952 "req": "^0.64.0", 2953 "source": "registry+https://github.com/rust-lang/crates.io-index", 2954 "target": null, 2955 "uses_default_features": true 2956 }, 2957 { 2958 "features": [], 2959 "kind": "build", 2960 "name": "cc", 2961 "optional": false, 2962 "registry": null, 2963 "rename": null, 2964 "req": "^1.0.61", 2965 "source": "registry+https://github.com/rust-lang/crates.io-index", 2966 "target": null, 2967 "uses_default_features": true 2968 }, 2969 { 2970 "features": [], 2971 "kind": "build", 2972 "name": "openssl-src", 2973 "optional": true, 2974 "registry": null, 2975 "rename": null, 2976 "req": "^111", 2977 "source": "registry+https://github.com/rust-lang/crates.io-index", 2978 "target": null, 2979 "uses_default_features": true 2980 }, 2981 { 2982 "features": [], 2983 "kind": "build", 2984 "name": "pkg-config", 2985 "optional": false, 2986 "registry": null, 2987 "rename": null, 2988 "req": "^0.3.9", 2989 "source": "registry+https://github.com/rust-lang/crates.io-index", 2990 "target": null, 2991 "uses_default_features": true 2992 }, 2993 { 2994 "features": [], 2995 "kind": "build", 2996 "name": "vcpkg", 2997 "optional": false, 2998 "registry": null, 2999 "rename": null, 3000 "req": "^0.2.8", 3001 "source": "registry+https://github.com/rust-lang/crates.io-index", 3002 "target": "cfg(target_env = \"msvc\")", 3003 "uses_default_features": true 3004 } 3005 ], 3006 "description": "FFI bindings to OpenSSL", 3007 "documentation": null, 3008 "edition": "2018", 3009 "features": { 3010 "bindgen": [ 3011 "dep:bindgen" 3012 ], 3013 "bssl-sys": [ 3014 "dep:bssl-sys" 3015 ], 3016 "openssl-src": [ 3017 "dep:openssl-src" 3018 ], 3019 "unstable_boringssl": [ 3020 "bssl-sys" 3021 ], 3022 "vendored": [ 3023 "openssl-src" 3024 ] 3025 }, 3026 "homepage": null, 3027 "id": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", 3028 "keywords": [], 3029 "license": "MIT", 3030 "license_file": null, 3031 "links": "openssl", 3032 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.87/Cargo.toml", 3033 "metadata": { 3034 "pkg-config": { 3035 "openssl": "1.0.1" 3036 } 3037 }, 3038 "name": "openssl-sys", 3039 "publish": null, 3040 "readme": "README.md", 3041 "repository": "https://github.com/sfackler/rust-openssl", 3042 "rust_version": null, 3043 "source": "registry+https://github.com/rust-lang/crates.io-index", 3044 "targets": [ 3045 { 3046 "crate_types": [ 3047 "lib" 3048 ], 3049 "doc": true, 3050 "doctest": true, 3051 "edition": "2018", 3052 "kind": [ 3053 "lib" 3054 ], 3055 "name": "openssl-sys", 3056 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.87/src/lib.rs", 3057 "test": true 3058 }, 3059 { 3060 "crate_types": [ 3061 "bin" 3062 ], 3063 "doc": false, 3064 "doctest": false, 3065 "edition": "2018", 3066 "kind": [ 3067 "custom-build" 3068 ], 3069 "name": "build-script-main", 3070 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.87/build/main.rs", 3071 "test": false 3072 } 3073 ], 3074 "version": "0.9.87" 3075 }, 3076 { 3077 "authors": [ 3078 "The rust-url developers" 3079 ], 3080 "categories": [], 3081 "default_run": null, 3082 "dependencies": [], 3083 "description": "Percent encoding and decoding", 3084 "documentation": null, 3085 "edition": "2018", 3086 "features": { 3087 "alloc": [], 3088 "default": [ 3089 "alloc" 3090 ] 3091 }, 3092 "homepage": null, 3093 "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 3094 "keywords": [], 3095 "license": "MIT OR Apache-2.0", 3096 "license_file": null, 3097 "links": null, 3098 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.2.0/Cargo.toml", 3099 "metadata": null, 3100 "name": "percent-encoding", 3101 "publish": null, 3102 "readme": null, 3103 "repository": "https://github.com/servo/rust-url/", 3104 "rust_version": "1.51", 3105 "source": "registry+https://github.com/rust-lang/crates.io-index", 3106 "targets": [ 3107 { 3108 "crate_types": [ 3109 "lib" 3110 ], 3111 "doc": true, 3112 "doctest": true, 3113 "edition": "2018", 3114 "kind": [ 3115 "lib" 3116 ], 3117 "name": "percent-encoding", 3118 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.2.0/src/lib.rs", 3119 "test": true 3120 } 3121 ], 3122 "version": "2.2.0" 3123 }, 3124 { 3125 "authors": [ 3126 "Alex Crichton <alex@alexcrichton.com>" 3127 ], 3128 "categories": [], 3129 "default_run": null, 3130 "dependencies": [ 3131 { 3132 "features": [], 3133 "kind": "dev", 3134 "name": "lazy_static", 3135 "optional": false, 3136 "registry": null, 3137 "rename": null, 3138 "req": "^1", 3139 "source": "registry+https://github.com/rust-lang/crates.io-index", 3140 "target": null, 3141 "uses_default_features": true 3142 } 3143 ], 3144 "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", 3145 "documentation": "https://docs.rs/pkg-config", 3146 "edition": "2015", 3147 "features": {}, 3148 "homepage": null, 3149 "id": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 3150 "keywords": [ 3151 "build-dependencies" 3152 ], 3153 "license": "MIT/Apache-2.0", 3154 "license_file": null, 3155 "links": null, 3156 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.24/Cargo.toml", 3157 "metadata": null, 3158 "name": "pkg-config", 3159 "publish": null, 3160 "readme": "README.md", 3161 "repository": "https://github.com/rust-lang/pkg-config-rs", 3162 "rust_version": null, 3163 "source": "registry+https://github.com/rust-lang/crates.io-index", 3164 "targets": [ 3165 { 3166 "crate_types": [ 3167 "lib" 3168 ], 3169 "doc": true, 3170 "doctest": true, 3171 "edition": "2015", 3172 "kind": [ 3173 "lib" 3174 ], 3175 "name": "pkg-config", 3176 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.24/src/lib.rs", 3177 "test": true 3178 }, 3179 { 3180 "crate_types": [ 3181 "bin" 3182 ], 3183 "doc": false, 3184 "doctest": false, 3185 "edition": "2015", 3186 "kind": [ 3187 "test" 3188 ], 3189 "name": "test", 3190 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.24/tests/test.rs", 3191 "test": true 3192 } 3193 ], 3194 "version": "0.3.24" 3195 }, 3196 { 3197 "authors": [ 3198 "David Tolnay <dtolnay@gmail.com>", 3199 "Alex Crichton <alex@alexcrichton.com>" 3200 ], 3201 "categories": [ 3202 "development-tools::procedural-macro-helpers" 3203 ], 3204 "default_run": null, 3205 "dependencies": [ 3206 { 3207 "features": [], 3208 "kind": null, 3209 "name": "unicode-ident", 3210 "optional": false, 3211 "registry": null, 3212 "rename": null, 3213 "req": "^1.0", 3214 "source": "registry+https://github.com/rust-lang/crates.io-index", 3215 "target": null, 3216 "uses_default_features": true 3217 }, 3218 { 3219 "features": [], 3220 "kind": "dev", 3221 "name": "quote", 3222 "optional": false, 3223 "registry": null, 3224 "rename": null, 3225 "req": "^1.0", 3226 "source": "registry+https://github.com/rust-lang/crates.io-index", 3227 "target": null, 3228 "uses_default_features": false 3229 }, 3230 { 3231 "features": [], 3232 "kind": "dev", 3233 "name": "rustversion", 3234 "optional": false, 3235 "registry": null, 3236 "rename": null, 3237 "req": "^1", 3238 "source": "registry+https://github.com/rust-lang/crates.io-index", 3239 "target": null, 3240 "uses_default_features": true 3241 } 3242 ], 3243 "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", 3244 "documentation": "https://docs.rs/proc-macro2", 3245 "edition": "2018", 3246 "features": { 3247 "default": [ 3248 "proc-macro" 3249 ], 3250 "nightly": [], 3251 "proc-macro": [], 3252 "span-locations": [] 3253 }, 3254 "homepage": null, 3255 "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 3256 "keywords": [ 3257 "macros", 3258 "syn" 3259 ], 3260 "license": "MIT OR Apache-2.0", 3261 "license_file": null, 3262 "links": null, 3263 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/Cargo.toml", 3264 "metadata": { 3265 "docs": { 3266 "rs": { 3267 "rustc-args": [ 3268 "--cfg", 3269 "procmacro2_semver_exempt" 3270 ], 3271 "rustdoc-args": [ 3272 "--cfg", 3273 "procmacro2_semver_exempt", 3274 "--cfg", 3275 "doc_cfg" 3276 ], 3277 "targets": [ 3278 "x86_64-unknown-linux-gnu" 3279 ] 3280 } 3281 }, 3282 "playground": { 3283 "features": [ 3284 "span-locations" 3285 ] 3286 } 3287 }, 3288 "name": "proc-macro2", 3289 "publish": null, 3290 "readme": "README.md", 3291 "repository": "https://github.com/dtolnay/proc-macro2", 3292 "rust_version": "1.31", 3293 "source": "registry+https://github.com/rust-lang/crates.io-index", 3294 "targets": [ 3295 { 3296 "crate_types": [ 3297 "lib" 3298 ], 3299 "doc": true, 3300 "doctest": true, 3301 "edition": "2018", 3302 "kind": [ 3303 "lib" 3304 ], 3305 "name": "proc-macro2", 3306 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/src/lib.rs", 3307 "test": true 3308 }, 3309 { 3310 "crate_types": [ 3311 "bin" 3312 ], 3313 "doc": false, 3314 "doctest": false, 3315 "edition": "2018", 3316 "kind": [ 3317 "test" 3318 ], 3319 "name": "features", 3320 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/features.rs", 3321 "test": true 3322 }, 3323 { 3324 "crate_types": [ 3325 "bin" 3326 ], 3327 "doc": false, 3328 "doctest": false, 3329 "edition": "2018", 3330 "kind": [ 3331 "test" 3332 ], 3333 "name": "test", 3334 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test.rs", 3335 "test": true 3336 }, 3337 { 3338 "crate_types": [ 3339 "bin" 3340 ], 3341 "doc": false, 3342 "doctest": false, 3343 "edition": "2018", 3344 "kind": [ 3345 "test" 3346 ], 3347 "name": "test_size", 3348 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_size.rs", 3349 "test": true 3350 }, 3351 { 3352 "crate_types": [ 3353 "bin" 3354 ], 3355 "doc": false, 3356 "doctest": false, 3357 "edition": "2018", 3358 "kind": [ 3359 "test" 3360 ], 3361 "name": "test_fmt", 3362 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_fmt.rs", 3363 "test": true 3364 }, 3365 { 3366 "crate_types": [ 3367 "bin" 3368 ], 3369 "doc": false, 3370 "doctest": false, 3371 "edition": "2018", 3372 "kind": [ 3373 "test" 3374 ], 3375 "name": "comments", 3376 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/comments.rs", 3377 "test": true 3378 }, 3379 { 3380 "crate_types": [ 3381 "bin" 3382 ], 3383 "doc": false, 3384 "doctest": false, 3385 "edition": "2018", 3386 "kind": [ 3387 "test" 3388 ], 3389 "name": "marker", 3390 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/marker.rs", 3391 "test": true 3392 }, 3393 { 3394 "crate_types": [ 3395 "bin" 3396 ], 3397 "doc": false, 3398 "doctest": false, 3399 "edition": "2018", 3400 "kind": [ 3401 "custom-build" 3402 ], 3403 "name": "build-script-build", 3404 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/build.rs", 3405 "test": false 3406 } 3407 ], 3408 "version": "1.0.56" 3409 }, 3410 { 3411 "authors": [ 3412 "David Tolnay <dtolnay@gmail.com>" 3413 ], 3414 "categories": [ 3415 "development-tools::procedural-macro-helpers" 3416 ], 3417 "default_run": null, 3418 "dependencies": [ 3419 { 3420 "features": [], 3421 "kind": null, 3422 "name": "proc-macro2", 3423 "optional": false, 3424 "registry": null, 3425 "rename": null, 3426 "req": "^1.0.52", 3427 "source": "registry+https://github.com/rust-lang/crates.io-index", 3428 "target": null, 3429 "uses_default_features": false 3430 }, 3431 { 3432 "features": [], 3433 "kind": "dev", 3434 "name": "rustversion", 3435 "optional": false, 3436 "registry": null, 3437 "rename": null, 3438 "req": "^1.0", 3439 "source": "registry+https://github.com/rust-lang/crates.io-index", 3440 "target": null, 3441 "uses_default_features": true 3442 }, 3443 { 3444 "features": [ 3445 "diff" 3446 ], 3447 "kind": "dev", 3448 "name": "trybuild", 3449 "optional": false, 3450 "registry": null, 3451 "rename": null, 3452 "req": "^1.0.66", 3453 "source": "registry+https://github.com/rust-lang/crates.io-index", 3454 "target": null, 3455 "uses_default_features": true 3456 } 3457 ], 3458 "description": "Quasi-quoting macro quote!(...)", 3459 "documentation": "https://docs.rs/quote/", 3460 "edition": "2018", 3461 "features": { 3462 "default": [ 3463 "proc-macro" 3464 ], 3465 "proc-macro": [ 3466 "proc-macro2/proc-macro" 3467 ] 3468 }, 3469 "homepage": null, 3470 "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 3471 "keywords": [ 3472 "macros", 3473 "syn" 3474 ], 3475 "license": "MIT OR Apache-2.0", 3476 "license_file": null, 3477 "links": null, 3478 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/Cargo.toml", 3479 "metadata": { 3480 "docs": { 3481 "rs": { 3482 "targets": [ 3483 "x86_64-unknown-linux-gnu" 3484 ] 3485 } 3486 } 3487 }, 3488 "name": "quote", 3489 "publish": null, 3490 "readme": "README.md", 3491 "repository": "https://github.com/dtolnay/quote", 3492 "rust_version": "1.31", 3493 "source": "registry+https://github.com/rust-lang/crates.io-index", 3494 "targets": [ 3495 { 3496 "crate_types": [ 3497 "lib" 3498 ], 3499 "doc": true, 3500 "doctest": true, 3501 "edition": "2018", 3502 "kind": [ 3503 "lib" 3504 ], 3505 "name": "quote", 3506 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/src/lib.rs", 3507 "test": true 3508 }, 3509 { 3510 "crate_types": [ 3511 "bin" 3512 ], 3513 "doc": false, 3514 "doctest": false, 3515 "edition": "2018", 3516 "kind": [ 3517 "test" 3518 ], 3519 "name": "test", 3520 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/test.rs", 3521 "test": true 3522 }, 3523 { 3524 "crate_types": [ 3525 "bin" 3526 ], 3527 "doc": false, 3528 "doctest": false, 3529 "edition": "2018", 3530 "kind": [ 3531 "test" 3532 ], 3533 "name": "compiletest", 3534 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/compiletest.rs", 3535 "test": true 3536 }, 3537 { 3538 "crate_types": [ 3539 "bin" 3540 ], 3541 "doc": false, 3542 "doctest": false, 3543 "edition": "2018", 3544 "kind": [ 3545 "custom-build" 3546 ], 3547 "name": "build-script-build", 3548 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/build.rs", 3549 "test": false 3550 } 3551 ], 3552 "version": "1.0.26" 3553 }, 3554 { 3555 "authors": [ 3556 "David Tolnay <dtolnay@gmail.com>" 3557 ], 3558 "categories": [ 3559 "development-tools::procedural-macro-helpers", 3560 "parser-implementations" 3561 ], 3562 "default_run": null, 3563 "dependencies": [ 3564 { 3565 "features": [], 3566 "kind": null, 3567 "name": "proc-macro2", 3568 "optional": false, 3569 "registry": null, 3570 "rename": null, 3571 "req": "^1.0.55", 3572 "source": "registry+https://github.com/rust-lang/crates.io-index", 3573 "target": null, 3574 "uses_default_features": false 3575 }, 3576 { 3577 "features": [], 3578 "kind": null, 3579 "name": "quote", 3580 "optional": true, 3581 "registry": null, 3582 "rename": null, 3583 "req": "^1.0.25", 3584 "source": "registry+https://github.com/rust-lang/crates.io-index", 3585 "target": null, 3586 "uses_default_features": false 3587 }, 3588 { 3589 "features": [], 3590 "kind": null, 3591 "name": "unicode-ident", 3592 "optional": false, 3593 "registry": null, 3594 "rename": null, 3595 "req": "^1", 3596 "source": "registry+https://github.com/rust-lang/crates.io-index", 3597 "target": null, 3598 "uses_default_features": true 3599 }, 3600 { 3601 "features": [], 3602 "kind": "dev", 3603 "name": "anyhow", 3604 "optional": false, 3605 "registry": null, 3606 "rename": null, 3607 "req": "^1", 3608 "source": "registry+https://github.com/rust-lang/crates.io-index", 3609 "target": null, 3610 "uses_default_features": true 3611 }, 3612 { 3613 "features": [], 3614 "kind": "dev", 3615 "name": "automod", 3616 "optional": false, 3617 "registry": null, 3618 "rename": null, 3619 "req": "^1", 3620 "source": "registry+https://github.com/rust-lang/crates.io-index", 3621 "target": null, 3622 "uses_default_features": true 3623 }, 3624 { 3625 "features": [], 3626 "kind": "dev", 3627 "name": "flate2", 3628 "optional": false, 3629 "registry": null, 3630 "rename": null, 3631 "req": "^1", 3632 "source": "registry+https://github.com/rust-lang/crates.io-index", 3633 "target": null, 3634 "uses_default_features": true 3635 }, 3636 { 3637 "features": [], 3638 "kind": "dev", 3639 "name": "insta", 3640 "optional": false, 3641 "registry": null, 3642 "rename": null, 3643 "req": "^1", 3644 "source": "registry+https://github.com/rust-lang/crates.io-index", 3645 "target": null, 3646 "uses_default_features": true 3647 }, 3648 { 3649 "features": [], 3650 "kind": "dev", 3651 "name": "rayon", 3652 "optional": false, 3653 "registry": null, 3654 "rename": null, 3655 "req": "^1", 3656 "source": "registry+https://github.com/rust-lang/crates.io-index", 3657 "target": null, 3658 "uses_default_features": true 3659 }, 3660 { 3661 "features": [], 3662 "kind": "dev", 3663 "name": "ref-cast", 3664 "optional": false, 3665 "registry": null, 3666 "rename": null, 3667 "req": "^1", 3668 "source": "registry+https://github.com/rust-lang/crates.io-index", 3669 "target": null, 3670 "uses_default_features": true 3671 }, 3672 { 3673 "features": [], 3674 "kind": "dev", 3675 "name": "regex", 3676 "optional": false, 3677 "registry": null, 3678 "rename": null, 3679 "req": "^1", 3680 "source": "registry+https://github.com/rust-lang/crates.io-index", 3681 "target": null, 3682 "uses_default_features": true 3683 }, 3684 { 3685 "features": [ 3686 "blocking" 3687 ], 3688 "kind": "dev", 3689 "name": "reqwest", 3690 "optional": false, 3691 "registry": null, 3692 "rename": null, 3693 "req": "^0.11", 3694 "source": "registry+https://github.com/rust-lang/crates.io-index", 3695 "target": null, 3696 "uses_default_features": true 3697 }, 3698 { 3699 "features": [], 3700 "kind": "dev", 3701 "name": "rustversion", 3702 "optional": false, 3703 "registry": null, 3704 "rename": null, 3705 "req": "^1", 3706 "source": "registry+https://github.com/rust-lang/crates.io-index", 3707 "target": null, 3708 "uses_default_features": true 3709 }, 3710 { 3711 "features": [], 3712 "kind": "dev", 3713 "name": "syn-test-suite", 3714 "optional": false, 3715 "registry": null, 3716 "rename": null, 3717 "req": "^0", 3718 "source": "registry+https://github.com/rust-lang/crates.io-index", 3719 "target": null, 3720 "uses_default_features": true 3721 }, 3722 { 3723 "features": [], 3724 "kind": "dev", 3725 "name": "tar", 3726 "optional": false, 3727 "registry": null, 3728 "rename": null, 3729 "req": "^0.4.16", 3730 "source": "registry+https://github.com/rust-lang/crates.io-index", 3731 "target": null, 3732 "uses_default_features": true 3733 }, 3734 { 3735 "features": [], 3736 "kind": "dev", 3737 "name": "termcolor", 3738 "optional": false, 3739 "registry": null, 3740 "rename": null, 3741 "req": "^1", 3742 "source": "registry+https://github.com/rust-lang/crates.io-index", 3743 "target": null, 3744 "uses_default_features": true 3745 }, 3746 { 3747 "features": [], 3748 "kind": "dev", 3749 "name": "walkdir", 3750 "optional": false, 3751 "registry": null, 3752 "rename": null, 3753 "req": "^2.3.2", 3754 "source": "registry+https://github.com/rust-lang/crates.io-index", 3755 "target": null, 3756 "uses_default_features": true 3757 } 3758 ], 3759 "description": "Parser for Rust source code", 3760 "documentation": "https://docs.rs/syn", 3761 "edition": "2021", 3762 "features": { 3763 "clone-impls": [], 3764 "default": [ 3765 "derive", 3766 "parsing", 3767 "printing", 3768 "clone-impls", 3769 "proc-macro" 3770 ], 3771 "derive": [], 3772 "extra-traits": [], 3773 "fold": [], 3774 "full": [], 3775 "parsing": [], 3776 "printing": [ 3777 "quote" 3778 ], 3779 "proc-macro": [ 3780 "proc-macro2/proc-macro", 3781 "quote/proc-macro" 3782 ], 3783 "quote": [ 3784 "dep:quote" 3785 ], 3786 "test": [ 3787 "syn-test-suite/all-features" 3788 ], 3789 "visit": [], 3790 "visit-mut": [] 3791 }, 3792 "homepage": null, 3793 "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)", 3794 "keywords": [ 3795 "macros", 3796 "syn" 3797 ], 3798 "license": "MIT OR Apache-2.0", 3799 "license_file": null, 3800 "links": null, 3801 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/Cargo.toml", 3802 "metadata": { 3803 "docs": { 3804 "rs": { 3805 "all-features": true, 3806 "rustdoc-args": [ 3807 "--cfg", 3808 "doc_cfg" 3809 ], 3810 "targets": [ 3811 "x86_64-unknown-linux-gnu" 3812 ] 3813 } 3814 }, 3815 "playground": { 3816 "features": [ 3817 "full", 3818 "visit", 3819 "visit-mut", 3820 "fold", 3821 "extra-traits" 3822 ] 3823 } 3824 }, 3825 "name": "syn", 3826 "publish": null, 3827 "readme": "README.md", 3828 "repository": "https://github.com/dtolnay/syn", 3829 "rust_version": "1.56", 3830 "source": "registry+https://github.com/rust-lang/crates.io-index", 3831 "targets": [ 3832 { 3833 "crate_types": [ 3834 "lib" 3835 ], 3836 "doc": true, 3837 "doctest": true, 3838 "edition": "2021", 3839 "kind": [ 3840 "lib" 3841 ], 3842 "name": "syn", 3843 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/src/lib.rs", 3844 "test": true 3845 }, 3846 { 3847 "crate_types": [ 3848 "bin" 3849 ], 3850 "doc": false, 3851 "doctest": false, 3852 "edition": "2021", 3853 "kind": [ 3854 "test" 3855 ], 3856 "name": "test_should_parse", 3857 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_should_parse.rs", 3858 "test": true 3859 }, 3860 { 3861 "crate_types": [ 3862 "bin" 3863 ], 3864 "doc": false, 3865 "doctest": false, 3866 "edition": "2021", 3867 "kind": [ 3868 "test" 3869 ], 3870 "name": "test_visibility", 3871 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_visibility.rs", 3872 "test": true 3873 }, 3874 { 3875 "crate_types": [ 3876 "bin" 3877 ], 3878 "doc": false, 3879 "doctest": false, 3880 "edition": "2021", 3881 "kind": [ 3882 "test" 3883 ], 3884 "name": "test_stmt", 3885 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_stmt.rs", 3886 "test": true 3887 }, 3888 { 3889 "crate_types": [ 3890 "bin" 3891 ], 3892 "doc": false, 3893 "doctest": false, 3894 "edition": "2021", 3895 "kind": [ 3896 "test" 3897 ], 3898 "name": "test_round_trip", 3899 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_round_trip.rs", 3900 "test": true 3901 }, 3902 { 3903 "crate_types": [ 3904 "bin" 3905 ], 3906 "doc": false, 3907 "doctest": false, 3908 "edition": "2021", 3909 "kind": [ 3910 "test" 3911 ], 3912 "name": "test_size", 3913 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_size.rs", 3914 "test": true 3915 }, 3916 { 3917 "crate_types": [ 3918 "bin" 3919 ], 3920 "doc": false, 3921 "doctest": false, 3922 "edition": "2021", 3923 "kind": [ 3924 "test" 3925 ], 3926 "name": "test_shebang", 3927 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_shebang.rs", 3928 "test": true 3929 }, 3930 { 3931 "crate_types": [ 3932 "bin" 3933 ], 3934 "doc": false, 3935 "doctest": false, 3936 "edition": "2021", 3937 "kind": [ 3938 "test" 3939 ], 3940 "name": "test_pat", 3941 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_pat.rs", 3942 "test": true 3943 }, 3944 { 3945 "crate_types": [ 3946 "bin" 3947 ], 3948 "doc": false, 3949 "doctest": false, 3950 "edition": "2021", 3951 "kind": [ 3952 "test" 3953 ], 3954 "name": "test_receiver", 3955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_receiver.rs", 3956 "test": true 3957 }, 3958 { 3959 "crate_types": [ 3960 "bin" 3961 ], 3962 "doc": false, 3963 "doctest": false, 3964 "edition": "2021", 3965 "kind": [ 3966 "test" 3967 ], 3968 "name": "test_precedence", 3969 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_precedence.rs", 3970 "test": true 3971 }, 3972 { 3973 "crate_types": [ 3974 "bin" 3975 ], 3976 "doc": false, 3977 "doctest": false, 3978 "edition": "2021", 3979 "kind": [ 3980 "test" 3981 ], 3982 "name": "test_lit", 3983 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_lit.rs", 3984 "test": true 3985 }, 3986 { 3987 "crate_types": [ 3988 "bin" 3989 ], 3990 "doc": false, 3991 "doctest": false, 3992 "edition": "2021", 3993 "kind": [ 3994 "test" 3995 ], 3996 "name": "regression", 3997 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/regression.rs", 3998 "test": true 3999 }, 4000 { 4001 "crate_types": [ 4002 "bin" 4003 ], 4004 "doc": false, 4005 "doctest": false, 4006 "edition": "2021", 4007 "kind": [ 4008 "test" 4009 ], 4010 "name": "test_parse_stream", 4011 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_stream.rs", 4012 "test": true 4013 }, 4014 { 4015 "crate_types": [ 4016 "bin" 4017 ], 4018 "doc": false, 4019 "doctest": false, 4020 "edition": "2021", 4021 "kind": [ 4022 "test" 4023 ], 4024 "name": "test_grouping", 4025 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_grouping.rs", 4026 "test": true 4027 }, 4028 { 4029 "crate_types": [ 4030 "bin" 4031 ], 4032 "doc": false, 4033 "doctest": false, 4034 "edition": "2021", 4035 "kind": [ 4036 "test" 4037 ], 4038 "name": "test_ident", 4039 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ident.rs", 4040 "test": true 4041 }, 4042 { 4043 "crate_types": [ 4044 "bin" 4045 ], 4046 "doc": false, 4047 "doctest": false, 4048 "edition": "2021", 4049 "kind": [ 4050 "test" 4051 ], 4052 "name": "test_iterators", 4053 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_iterators.rs", 4054 "test": true 4055 }, 4056 { 4057 "crate_types": [ 4058 "bin" 4059 ], 4060 "doc": false, 4061 "doctest": false, 4062 "edition": "2021", 4063 "kind": [ 4064 "test" 4065 ], 4066 "name": "test_parse_buffer", 4067 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_buffer.rs", 4068 "test": true 4069 }, 4070 { 4071 "crate_types": [ 4072 "bin" 4073 ], 4074 "doc": false, 4075 "doctest": false, 4076 "edition": "2021", 4077 "kind": [ 4078 "test" 4079 ], 4080 "name": "test_asyncness", 4081 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_asyncness.rs", 4082 "test": true 4083 }, 4084 { 4085 "crate_types": [ 4086 "bin" 4087 ], 4088 "doc": false, 4089 "doctest": false, 4090 "edition": "2021", 4091 "kind": [ 4092 "test" 4093 ], 4094 "name": "test_token_trees", 4095 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_token_trees.rs", 4096 "test": true 4097 }, 4098 { 4099 "crate_types": [ 4100 "bin" 4101 ], 4102 "doc": false, 4103 "doctest": false, 4104 "edition": "2021", 4105 "kind": [ 4106 "test" 4107 ], 4108 "name": "test_ty", 4109 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ty.rs", 4110 "test": true 4111 }, 4112 { 4113 "crate_types": [ 4114 "bin" 4115 ], 4116 "doc": false, 4117 "doctest": false, 4118 "edition": "2021", 4119 "kind": [ 4120 "test" 4121 ], 4122 "name": "zzz_stable", 4123 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/zzz_stable.rs", 4124 "test": true 4125 }, 4126 { 4127 "crate_types": [ 4128 "bin" 4129 ], 4130 "doc": false, 4131 "doctest": false, 4132 "edition": "2021", 4133 "kind": [ 4134 "test" 4135 ], 4136 "name": "test_meta", 4137 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_meta.rs", 4138 "test": true 4139 }, 4140 { 4141 "crate_types": [ 4142 "bin" 4143 ], 4144 "doc": false, 4145 "doctest": false, 4146 "edition": "2021", 4147 "kind": [ 4148 "test" 4149 ], 4150 "name": "test_expr", 4151 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_expr.rs", 4152 "test": true 4153 }, 4154 { 4155 "crate_types": [ 4156 "bin" 4157 ], 4158 "doc": false, 4159 "doctest": false, 4160 "edition": "2021", 4161 "kind": [ 4162 "test" 4163 ], 4164 "name": "test_item", 4165 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_item.rs", 4166 "test": true 4167 }, 4168 { 4169 "crate_types": [ 4170 "bin" 4171 ], 4172 "doc": false, 4173 "doctest": false, 4174 "edition": "2021", 4175 "kind": [ 4176 "test" 4177 ], 4178 "name": "test_path", 4179 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_path.rs", 4180 "test": true 4181 }, 4182 { 4183 "crate_types": [ 4184 "bin" 4185 ], 4186 "doc": false, 4187 "doctest": false, 4188 "edition": "2021", 4189 "kind": [ 4190 "test" 4191 ], 4192 "name": "test_derive_input", 4193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_derive_input.rs", 4194 "test": true 4195 }, 4196 { 4197 "crate_types": [ 4198 "bin" 4199 ], 4200 "doc": false, 4201 "doctest": false, 4202 "edition": "2021", 4203 "kind": [ 4204 "test" 4205 ], 4206 "name": "test_generics", 4207 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_generics.rs", 4208 "test": true 4209 }, 4210 { 4211 "crate_types": [ 4212 "bin" 4213 ], 4214 "doc": false, 4215 "doctest": false, 4216 "edition": "2021", 4217 "kind": [ 4218 "test" 4219 ], 4220 "name": "test_attribute", 4221 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_attribute.rs", 4222 "test": true 4223 }, 4224 { 4225 "crate_types": [ 4226 "bin" 4227 ], 4228 "doc": false, 4229 "doctest": false, 4230 "edition": "2021", 4231 "kind": [ 4232 "bench" 4233 ], 4234 "name": "rust", 4235 "required-features": [ 4236 "full", 4237 "parsing" 4238 ], 4239 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/rust.rs", 4240 "test": false 4241 }, 4242 { 4243 "crate_types": [ 4244 "bin" 4245 ], 4246 "doc": false, 4247 "doctest": false, 4248 "edition": "2021", 4249 "kind": [ 4250 "bench" 4251 ], 4252 "name": "file", 4253 "required-features": [ 4254 "full", 4255 "parsing" 4256 ], 4257 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/file.rs", 4258 "test": false 4259 } 4260 ], 4261 "version": "2.0.15" 4262 }, 4263 { 4264 "authors": [ 4265 "Lokathor <zefria@gmail.com>" 4266 ], 4267 "categories": [ 4268 "data-structures", 4269 "no-std" 4270 ], 4271 "default_run": null, 4272 "dependencies": [ 4273 { 4274 "features": [], 4275 "kind": null, 4276 "name": "arbitrary", 4277 "optional": true, 4278 "registry": null, 4279 "rename": null, 4280 "req": "^1", 4281 "source": "registry+https://github.com/rust-lang/crates.io-index", 4282 "target": null, 4283 "uses_default_features": true 4284 }, 4285 { 4286 "features": [], 4287 "kind": null, 4288 "name": "serde", 4289 "optional": true, 4290 "registry": null, 4291 "rename": null, 4292 "req": "^1.0", 4293 "source": "registry+https://github.com/rust-lang/crates.io-index", 4294 "target": null, 4295 "uses_default_features": false 4296 }, 4297 { 4298 "features": [], 4299 "kind": null, 4300 "name": "tinyvec_macros", 4301 "optional": true, 4302 "registry": null, 4303 "rename": null, 4304 "req": "^0.1", 4305 "source": "registry+https://github.com/rust-lang/crates.io-index", 4306 "target": null, 4307 "uses_default_features": true 4308 }, 4309 { 4310 "features": [], 4311 "kind": "dev", 4312 "name": "criterion", 4313 "optional": false, 4314 "registry": null, 4315 "rename": null, 4316 "req": "^0.3.0", 4317 "source": "registry+https://github.com/rust-lang/crates.io-index", 4318 "target": null, 4319 "uses_default_features": true 4320 }, 4321 { 4322 "features": [], 4323 "kind": "dev", 4324 "name": "serde_test", 4325 "optional": false, 4326 "registry": null, 4327 "rename": null, 4328 "req": "^1.0", 4329 "source": "registry+https://github.com/rust-lang/crates.io-index", 4330 "target": null, 4331 "uses_default_features": true 4332 }, 4333 { 4334 "features": [], 4335 "kind": "dev", 4336 "name": "smallvec", 4337 "optional": false, 4338 "registry": null, 4339 "rename": null, 4340 "req": "^1", 4341 "source": "registry+https://github.com/rust-lang/crates.io-index", 4342 "target": null, 4343 "uses_default_features": true 4344 } 4345 ], 4346 "description": "`tinyvec` provides 100% safe vec-like data structures.", 4347 "documentation": null, 4348 "edition": "2018", 4349 "features": { 4350 "alloc": [ 4351 "tinyvec_macros" 4352 ], 4353 "arbitrary": [ 4354 "dep:arbitrary" 4355 ], 4356 "default": [], 4357 "experimental_write_impl": [], 4358 "grab_spare_slice": [], 4359 "nightly_slice_partition_dedup": [], 4360 "real_blackbox": [ 4361 "criterion/real_blackbox" 4362 ], 4363 "rustc_1_40": [], 4364 "rustc_1_55": [ 4365 "rustc_1_40" 4366 ], 4367 "rustc_1_57": [ 4368 "rustc_1_55" 4369 ], 4370 "serde": [ 4371 "dep:serde" 4372 ], 4373 "std": [ 4374 "alloc" 4375 ], 4376 "tinyvec_macros": [ 4377 "dep:tinyvec_macros" 4378 ] 4379 }, 4380 "homepage": null, 4381 "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 4382 "keywords": [ 4383 "vec", 4384 "no_std", 4385 "no-std" 4386 ], 4387 "license": "Zlib OR Apache-2.0 OR MIT", 4388 "license_file": null, 4389 "links": null, 4390 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml", 4391 "metadata": { 4392 "docs": { 4393 "rs": { 4394 "features": [ 4395 "alloc", 4396 "std", 4397 "grab_spare_slice", 4398 "rustc_1_40", 4399 "rustc_1_55", 4400 "serde" 4401 ], 4402 "rustdoc-args": [ 4403 "--cfg", 4404 "docs_rs" 4405 ] 4406 } 4407 }, 4408 "playground": { 4409 "features": [ 4410 "alloc", 4411 "std", 4412 "grab_spare_slice", 4413 "rustc_1_40", 4414 "rustc_1_55", 4415 "serde" 4416 ] 4417 } 4418 }, 4419 "name": "tinyvec", 4420 "publish": null, 4421 "readme": "README.md", 4422 "repository": "https://github.com/Lokathor/tinyvec", 4423 "rust_version": null, 4424 "source": "registry+https://github.com/rust-lang/crates.io-index", 4425 "targets": [ 4426 { 4427 "crate_types": [ 4428 "lib" 4429 ], 4430 "doc": true, 4431 "doctest": true, 4432 "edition": "2018", 4433 "kind": [ 4434 "lib" 4435 ], 4436 "name": "tinyvec", 4437 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs", 4438 "test": true 4439 }, 4440 { 4441 "crate_types": [ 4442 "bin" 4443 ], 4444 "doc": false, 4445 "doctest": false, 4446 "edition": "2018", 4447 "kind": [ 4448 "test" 4449 ], 4450 "name": "tinyvec", 4451 "required-features": [ 4452 "alloc", 4453 "std" 4454 ], 4455 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs", 4456 "test": true 4457 }, 4458 { 4459 "crate_types": [ 4460 "bin" 4461 ], 4462 "doc": false, 4463 "doctest": false, 4464 "edition": "2018", 4465 "kind": [ 4466 "test" 4467 ], 4468 "name": "arrayvec", 4469 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs", 4470 "test": true 4471 }, 4472 { 4473 "crate_types": [ 4474 "bin" 4475 ], 4476 "doc": false, 4477 "doctest": false, 4478 "edition": "2018", 4479 "kind": [ 4480 "bench" 4481 ], 4482 "name": "macros", 4483 "required-features": [ 4484 "alloc" 4485 ], 4486 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs", 4487 "test": false 4488 }, 4489 { 4490 "crate_types": [ 4491 "bin" 4492 ], 4493 "doc": false, 4494 "doctest": false, 4495 "edition": "2018", 4496 "kind": [ 4497 "bench" 4498 ], 4499 "name": "smallvec", 4500 "required-features": [ 4501 "alloc", 4502 "real_blackbox" 4503 ], 4504 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs", 4505 "test": false 4506 } 4507 ], 4508 "version": "1.6.0" 4509 }, 4510 { 4511 "authors": [ 4512 "Soveu <marx.tomasz@gmail.com>" 4513 ], 4514 "categories": [], 4515 "default_run": null, 4516 "dependencies": [], 4517 "description": "Some macros for tiny containers", 4518 "documentation": null, 4519 "edition": "2018", 4520 "features": {}, 4521 "homepage": null, 4522 "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 4523 "keywords": [], 4524 "license": "MIT OR Apache-2.0 OR Zlib", 4525 "license_file": null, 4526 "links": null, 4527 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml", 4528 "metadata": null, 4529 "name": "tinyvec_macros", 4530 "publish": null, 4531 "readme": null, 4532 "repository": "https://github.com/Soveu/tinyvec_macros", 4533 "rust_version": null, 4534 "source": "registry+https://github.com/rust-lang/crates.io-index", 4535 "targets": [ 4536 { 4537 "crate_types": [ 4538 "lib" 4539 ], 4540 "doc": true, 4541 "doctest": true, 4542 "edition": "2018", 4543 "kind": [ 4544 "lib" 4545 ], 4546 "name": "tinyvec_macros", 4547 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs", 4548 "test": true 4549 } 4550 ], 4551 "version": "0.1.1" 4552 }, 4553 { 4554 "authors": [ 4555 "The Servo Project Developers" 4556 ], 4557 "categories": [ 4558 "no-std", 4559 "encoding", 4560 "text-processing" 4561 ], 4562 "default_run": null, 4563 "dependencies": [ 4564 { 4565 "features": [], 4566 "kind": null, 4567 "name": "flame", 4568 "optional": true, 4569 "registry": null, 4570 "rename": null, 4571 "req": "^0.2", 4572 "source": "registry+https://github.com/rust-lang/crates.io-index", 4573 "target": null, 4574 "uses_default_features": true 4575 }, 4576 { 4577 "features": [], 4578 "kind": null, 4579 "name": "flamer", 4580 "optional": true, 4581 "registry": null, 4582 "rename": null, 4583 "req": "^0.4", 4584 "source": "registry+https://github.com/rust-lang/crates.io-index", 4585 "target": null, 4586 "uses_default_features": true 4587 }, 4588 { 4589 "features": [ 4590 "derive" 4591 ], 4592 "kind": null, 4593 "name": "serde", 4594 "optional": true, 4595 "registry": null, 4596 "rename": null, 4597 "req": ">=0.8, <2.0", 4598 "source": "registry+https://github.com/rust-lang/crates.io-index", 4599 "target": null, 4600 "uses_default_features": false 4601 }, 4602 { 4603 "features": [], 4604 "kind": "dev", 4605 "name": "serde_test", 4606 "optional": false, 4607 "registry": null, 4608 "rename": null, 4609 "req": ">=0.8, <2.0", 4610 "source": "registry+https://github.com/rust-lang/crates.io-index", 4611 "target": null, 4612 "uses_default_features": true 4613 } 4614 ], 4615 "description": "Implementation of the Unicode Bidirectional Algorithm", 4616 "documentation": "https://docs.rs/unicode-bidi/", 4617 "edition": "2018", 4618 "features": { 4619 "bench_it": [], 4620 "default": [ 4621 "std", 4622 "hardcoded-data" 4623 ], 4624 "flame": [ 4625 "dep:flame" 4626 ], 4627 "flame_it": [ 4628 "flame", 4629 "flamer" 4630 ], 4631 "flamer": [ 4632 "dep:flamer" 4633 ], 4634 "hardcoded-data": [], 4635 "serde": [ 4636 "dep:serde" 4637 ], 4638 "std": [], 4639 "unstable": [], 4640 "with_serde": [ 4641 "serde" 4642 ] 4643 }, 4644 "homepage": null, 4645 "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", 4646 "keywords": [ 4647 "rtl", 4648 "unicode", 4649 "text", 4650 "layout", 4651 "bidi" 4652 ], 4653 "license": "MIT OR Apache-2.0", 4654 "license_file": null, 4655 "links": null, 4656 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/Cargo.toml", 4657 "metadata": null, 4658 "name": "unicode-bidi", 4659 "publish": null, 4660 "readme": "README.md", 4661 "repository": "https://github.com/servo/unicode-bidi", 4662 "rust_version": null, 4663 "source": "registry+https://github.com/rust-lang/crates.io-index", 4664 "targets": [ 4665 { 4666 "crate_types": [ 4667 "lib" 4668 ], 4669 "doc": true, 4670 "doctest": true, 4671 "edition": "2018", 4672 "kind": [ 4673 "lib" 4674 ], 4675 "name": "unicode_bidi", 4676 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs", 4677 "test": true 4678 }, 4679 { 4680 "crate_types": [ 4681 "bin" 4682 ], 4683 "doc": false, 4684 "doctest": false, 4685 "edition": "2018", 4686 "kind": [ 4687 "test" 4688 ], 4689 "name": "conformance_tests", 4690 "required-features": [ 4691 "hardcoded-data" 4692 ], 4693 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/tests/conformance_tests.rs", 4694 "test": true 4695 } 4696 ], 4697 "version": "0.3.13" 4698 }, 4699 { 4700 "authors": [ 4701 "David Tolnay <dtolnay@gmail.com>" 4702 ], 4703 "categories": [ 4704 "development-tools::procedural-macro-helpers", 4705 "no-std" 4706 ], 4707 "default_run": null, 4708 "dependencies": [ 4709 { 4710 "features": [], 4711 "kind": "dev", 4712 "name": "criterion", 4713 "optional": false, 4714 "registry": null, 4715 "rename": null, 4716 "req": "^0.4", 4717 "source": "registry+https://github.com/rust-lang/crates.io-index", 4718 "target": null, 4719 "uses_default_features": false 4720 }, 4721 { 4722 "features": [], 4723 "kind": "dev", 4724 "name": "fst", 4725 "optional": false, 4726 "registry": null, 4727 "rename": null, 4728 "req": "^0.4", 4729 "source": "registry+https://github.com/rust-lang/crates.io-index", 4730 "target": null, 4731 "uses_default_features": true 4732 }, 4733 { 4734 "features": [ 4735 "small_rng" 4736 ], 4737 "kind": "dev", 4738 "name": "rand", 4739 "optional": false, 4740 "registry": null, 4741 "rename": null, 4742 "req": "^0.8", 4743 "source": "registry+https://github.com/rust-lang/crates.io-index", 4744 "target": null, 4745 "uses_default_features": true 4746 }, 4747 { 4748 "features": [], 4749 "kind": "dev", 4750 "name": "roaring", 4751 "optional": false, 4752 "registry": null, 4753 "rename": null, 4754 "req": "^0.10", 4755 "source": "registry+https://github.com/rust-lang/crates.io-index", 4756 "target": null, 4757 "uses_default_features": true 4758 }, 4759 { 4760 "features": [], 4761 "kind": "dev", 4762 "name": "ucd-trie", 4763 "optional": false, 4764 "registry": null, 4765 "rename": null, 4766 "req": "^0.1", 4767 "source": "registry+https://github.com/rust-lang/crates.io-index", 4768 "target": null, 4769 "uses_default_features": false 4770 }, 4771 { 4772 "features": [], 4773 "kind": "dev", 4774 "name": "unicode-xid", 4775 "optional": false, 4776 "registry": null, 4777 "rename": null, 4778 "req": "^0.2.4", 4779 "source": "registry+https://github.com/rust-lang/crates.io-index", 4780 "target": null, 4781 "uses_default_features": true 4782 } 4783 ], 4784 "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", 4785 "documentation": "https://docs.rs/unicode-ident", 4786 "edition": "2018", 4787 "features": {}, 4788 "homepage": null, 4789 "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 4790 "keywords": [ 4791 "unicode", 4792 "xid" 4793 ], 4794 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 4795 "license_file": null, 4796 "links": null, 4797 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/Cargo.toml", 4798 "metadata": { 4799 "docs": { 4800 "rs": { 4801 "targets": [ 4802 "x86_64-unknown-linux-gnu" 4803 ] 4804 } 4805 } 4806 }, 4807 "name": "unicode-ident", 4808 "publish": null, 4809 "readme": "README.md", 4810 "repository": "https://github.com/dtolnay/unicode-ident", 4811 "rust_version": "1.31", 4812 "source": "registry+https://github.com/rust-lang/crates.io-index", 4813 "targets": [ 4814 { 4815 "crate_types": [ 4816 "lib" 4817 ], 4818 "doc": true, 4819 "doctest": true, 4820 "edition": "2018", 4821 "kind": [ 4822 "lib" 4823 ], 4824 "name": "unicode-ident", 4825 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/src/lib.rs", 4826 "test": true 4827 }, 4828 { 4829 "crate_types": [ 4830 "bin" 4831 ], 4832 "doc": false, 4833 "doctest": false, 4834 "edition": "2018", 4835 "kind": [ 4836 "test" 4837 ], 4838 "name": "static_size", 4839 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/static_size.rs", 4840 "test": true 4841 }, 4842 { 4843 "crate_types": [ 4844 "bin" 4845 ], 4846 "doc": false, 4847 "doctest": false, 4848 "edition": "2018", 4849 "kind": [ 4850 "test" 4851 ], 4852 "name": "compare", 4853 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/compare.rs", 4854 "test": true 4855 }, 4856 { 4857 "crate_types": [ 4858 "bin" 4859 ], 4860 "doc": false, 4861 "doctest": false, 4862 "edition": "2018", 4863 "kind": [ 4864 "bench" 4865 ], 4866 "name": "xid", 4867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/benches/xid.rs", 4868 "test": false 4869 } 4870 ], 4871 "version": "1.0.8" 4872 }, 4873 { 4874 "authors": [ 4875 "kwantam <kwantam@gmail.com>", 4876 "Manish Goregaokar <manishsmail@gmail.com>" 4877 ], 4878 "categories": [], 4879 "default_run": null, 4880 "dependencies": [ 4881 { 4882 "features": [ 4883 "alloc" 4884 ], 4885 "kind": null, 4886 "name": "tinyvec", 4887 "optional": false, 4888 "registry": null, 4889 "rename": null, 4890 "req": "^1", 4891 "source": "registry+https://github.com/rust-lang/crates.io-index", 4892 "target": null, 4893 "uses_default_features": true 4894 } 4895 ], 4896 "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", 4897 "documentation": "https://docs.rs/unicode-normalization/", 4898 "edition": "2018", 4899 "features": { 4900 "default": [ 4901 "std" 4902 ], 4903 "std": [] 4904 }, 4905 "homepage": "https://github.com/unicode-rs/unicode-normalization", 4906 "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 4907 "keywords": [ 4908 "text", 4909 "unicode", 4910 "normalization", 4911 "decomposition", 4912 "recomposition" 4913 ], 4914 "license": "MIT/Apache-2.0", 4915 "license_file": null, 4916 "links": null, 4917 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/Cargo.toml", 4918 "metadata": null, 4919 "name": "unicode-normalization", 4920 "publish": null, 4921 "readme": "README.md", 4922 "repository": "https://github.com/unicode-rs/unicode-normalization", 4923 "rust_version": null, 4924 "source": "registry+https://github.com/rust-lang/crates.io-index", 4925 "targets": [ 4926 { 4927 "crate_types": [ 4928 "lib" 4929 ], 4930 "doc": true, 4931 "doctest": true, 4932 "edition": "2018", 4933 "kind": [ 4934 "lib" 4935 ], 4936 "name": "unicode-normalization", 4937 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs", 4938 "test": true 4939 }, 4940 { 4941 "crate_types": [ 4942 "bin" 4943 ], 4944 "doc": false, 4945 "doctest": false, 4946 "edition": "2018", 4947 "kind": [ 4948 "bench" 4949 ], 4950 "name": "bench", 4951 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/benches/bench.rs", 4952 "test": false 4953 } 4954 ], 4955 "version": "0.1.22" 4956 }, 4957 { 4958 "authors": [ 4959 "The rust-url developers" 4960 ], 4961 "categories": [ 4962 "parser-implementations", 4963 "web-programming", 4964 "encoding" 4965 ], 4966 "default_run": null, 4967 "dependencies": [ 4968 { 4969 "features": [], 4970 "kind": null, 4971 "name": "form_urlencoded", 4972 "optional": false, 4973 "registry": null, 4974 "rename": null, 4975 "req": "^1.1.0", 4976 "source": "registry+https://github.com/rust-lang/crates.io-index", 4977 "target": null, 4978 "uses_default_features": true 4979 }, 4980 { 4981 "features": [], 4982 "kind": null, 4983 "name": "idna", 4984 "optional": false, 4985 "registry": null, 4986 "rename": null, 4987 "req": "^0.3.0", 4988 "source": "registry+https://github.com/rust-lang/crates.io-index", 4989 "target": null, 4990 "uses_default_features": true 4991 }, 4992 { 4993 "features": [], 4994 "kind": null, 4995 "name": "percent-encoding", 4996 "optional": false, 4997 "registry": null, 4998 "rename": null, 4999 "req": "^2.2.0", 5000 "source": "registry+https://github.com/rust-lang/crates.io-index", 5001 "target": null, 5002 "uses_default_features": true 5003 }, 5004 { 5005 "features": [ 5006 "derive" 5007 ], 5008 "kind": null, 5009 "name": "serde", 5010 "optional": true, 5011 "registry": null, 5012 "rename": null, 5013 "req": "^1.0", 5014 "source": "registry+https://github.com/rust-lang/crates.io-index", 5015 "target": null, 5016 "uses_default_features": true 5017 }, 5018 { 5019 "features": [], 5020 "kind": "dev", 5021 "name": "bencher", 5022 "optional": false, 5023 "registry": null, 5024 "rename": null, 5025 "req": "^0.1", 5026 "source": "registry+https://github.com/rust-lang/crates.io-index", 5027 "target": null, 5028 "uses_default_features": true 5029 }, 5030 { 5031 "features": [], 5032 "kind": "dev", 5033 "name": "debugger_test", 5034 "optional": false, 5035 "registry": null, 5036 "rename": null, 5037 "req": "^0.1", 5038 "source": "registry+https://github.com/rust-lang/crates.io-index", 5039 "target": null, 5040 "uses_default_features": true 5041 }, 5042 { 5043 "features": [], 5044 "kind": "dev", 5045 "name": "debugger_test_parser", 5046 "optional": false, 5047 "registry": null, 5048 "rename": null, 5049 "req": "^0.1", 5050 "source": "registry+https://github.com/rust-lang/crates.io-index", 5051 "target": null, 5052 "uses_default_features": true 5053 }, 5054 { 5055 "features": [], 5056 "kind": "dev", 5057 "name": "serde_json", 5058 "optional": false, 5059 "registry": null, 5060 "rename": null, 5061 "req": "^1.0", 5062 "source": "registry+https://github.com/rust-lang/crates.io-index", 5063 "target": null, 5064 "uses_default_features": true 5065 } 5066 ], 5067 "description": "URL library for Rust, based on the WHATWG URL Standard", 5068 "documentation": "https://docs.rs/url", 5069 "edition": "2018", 5070 "features": { 5071 "debugger_visualizer": [], 5072 "default": [], 5073 "expose_internals": [], 5074 "serde": [ 5075 "dep:serde" 5076 ] 5077 }, 5078 "homepage": null, 5079 "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 5080 "keywords": [ 5081 "url", 5082 "parser" 5083 ], 5084 "license": "MIT OR Apache-2.0", 5085 "license_file": null, 5086 "links": null, 5087 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/Cargo.toml", 5088 "metadata": null, 5089 "name": "url", 5090 "publish": null, 5091 "readme": "README.md", 5092 "repository": "https://github.com/servo/rust-url", 5093 "rust_version": "1.51", 5094 "source": "registry+https://github.com/rust-lang/crates.io-index", 5095 "targets": [ 5096 { 5097 "crate_types": [ 5098 "lib" 5099 ], 5100 "doc": true, 5101 "doctest": true, 5102 "edition": "2018", 5103 "kind": [ 5104 "lib" 5105 ], 5106 "name": "url", 5107 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/src/lib.rs", 5108 "test": true 5109 }, 5110 { 5111 "crate_types": [ 5112 "bin" 5113 ], 5114 "doc": false, 5115 "doctest": false, 5116 "edition": "2018", 5117 "kind": [ 5118 "test" 5119 ], 5120 "name": "debugger_visualizer", 5121 "required-features": [ 5122 "debugger_visualizer" 5123 ], 5124 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/debugger_visualizer.rs", 5125 "test": false 5126 }, 5127 { 5128 "crate_types": [ 5129 "bin" 5130 ], 5131 "doc": false, 5132 "doctest": false, 5133 "edition": "2018", 5134 "kind": [ 5135 "test" 5136 ], 5137 "name": "data", 5138 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/data.rs", 5139 "test": true 5140 }, 5141 { 5142 "crate_types": [ 5143 "bin" 5144 ], 5145 "doc": false, 5146 "doctest": false, 5147 "edition": "2018", 5148 "kind": [ 5149 "test" 5150 ], 5151 "name": "unit", 5152 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/tests/unit.rs", 5153 "test": true 5154 }, 5155 { 5156 "crate_types": [ 5157 "bin" 5158 ], 5159 "doc": false, 5160 "doctest": false, 5161 "edition": "2018", 5162 "kind": [ 5163 "bench" 5164 ], 5165 "name": "parse_url", 5166 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.3.1/benches/parse_url.rs", 5167 "test": false 5168 } 5169 ], 5170 "version": "2.3.1" 5171 }, 5172 { 5173 "authors": [ 5174 "Jim McGrath <jimmc2@gmail.com>" 5175 ], 5176 "categories": [ 5177 "development-tools::build-utils" 5178 ], 5179 "default_run": null, 5180 "dependencies": [ 5181 { 5182 "features": [], 5183 "kind": "dev", 5184 "name": "lazy_static", 5185 "optional": false, 5186 "registry": null, 5187 "rename": null, 5188 "req": "^1", 5189 "source": "registry+https://github.com/rust-lang/crates.io-index", 5190 "target": null, 5191 "uses_default_features": true 5192 }, 5193 { 5194 "features": [], 5195 "kind": "dev", 5196 "name": "tempdir", 5197 "optional": false, 5198 "registry": null, 5199 "rename": null, 5200 "req": "^0.3.7", 5201 "source": "registry+https://github.com/rust-lang/crates.io-index", 5202 "target": null, 5203 "uses_default_features": true 5204 } 5205 ], 5206 "description": "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n", 5207 "documentation": "https://docs.rs/vcpkg", 5208 "edition": "2015", 5209 "features": {}, 5210 "homepage": null, 5211 "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", 5212 "keywords": [ 5213 "build-dependencies", 5214 "windows", 5215 "macos", 5216 "linux" 5217 ], 5218 "license": "MIT/Apache-2.0", 5219 "license_file": null, 5220 "links": null, 5221 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/Cargo.toml", 5222 "metadata": null, 5223 "name": "vcpkg", 5224 "publish": null, 5225 "readme": "README.md", 5226 "repository": "https://github.com/mcgoo/vcpkg-rs", 5227 "rust_version": null, 5228 "source": "registry+https://github.com/rust-lang/crates.io-index", 5229 "targets": [ 5230 { 5231 "crate_types": [ 5232 "lib" 5233 ], 5234 "doc": true, 5235 "doctest": true, 5236 "edition": "2015", 5237 "kind": [ 5238 "lib" 5239 ], 5240 "name": "vcpkg", 5241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs", 5242 "test": true 5243 } 5244 ], 5245 "version": "0.2.15" 5246 } 5247 ], 5248 "resolve": { 5249 "nodes": [ 5250 { 5251 "dependencies": [], 5252 "deps": [], 5253 "features": [ 5254 "default" 5255 ], 5256 "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" 5257 }, 5258 { 5259 "dependencies": [ 5260 "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 5261 "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)" 5262 ], 5263 "deps": [ 5264 { 5265 "dep_kinds": [ 5266 { 5267 "kind": null, 5268 "target": null 5269 } 5270 ], 5271 "name": "git2", 5272 "pkg": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" 5273 }, 5274 { 5275 "dep_kinds": [ 5276 { 5277 "kind": null, 5278 "target": null 5279 } 5280 ], 5281 "name": "openssl", 5282 "pkg": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)" 5283 } 5284 ], 5285 "features": [], 5286 "id": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" 5287 }, 5288 { 5289 "dependencies": [ 5290 "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" 5291 ], 5292 "deps": [ 5293 { 5294 "dep_kinds": [ 5295 { 5296 "kind": null, 5297 "target": null 5298 } 5299 ], 5300 "name": "jobserver", 5301 "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" 5302 } 5303 ], 5304 "features": [ 5305 "jobserver", 5306 "parallel" 5307 ], 5308 "id": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" 5309 }, 5310 { 5311 "dependencies": [], 5312 "deps": [], 5313 "features": [], 5314 "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 5315 }, 5316 { 5317 "dependencies": [ 5318 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 5319 ], 5320 "deps": [ 5321 { 5322 "dep_kinds": [ 5323 { 5324 "kind": null, 5325 "target": null 5326 } 5327 ], 5328 "name": "foreign_types_shared", 5329 "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 5330 } 5331 ], 5332 "features": [], 5333 "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" 5334 }, 5335 { 5336 "dependencies": [], 5337 "deps": [], 5338 "features": [], 5339 "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 5340 }, 5341 { 5342 "dependencies": [ 5343 "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" 5344 ], 5345 "deps": [ 5346 { 5347 "dep_kinds": [ 5348 { 5349 "kind": null, 5350 "target": null 5351 } 5352 ], 5353 "name": "percent_encoding", 5354 "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" 5355 } 5356 ], 5357 "features": [], 5358 "id": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" 5359 }, 5360 { 5361 "dependencies": [ 5362 "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 5363 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 5364 "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 5365 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 5366 "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 5367 "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", 5368 "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" 5369 ], 5370 "deps": [ 5371 { 5372 "dep_kinds": [ 5373 { 5374 "kind": null, 5375 "target": null 5376 } 5377 ], 5378 "name": "bitflags", 5379 "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" 5380 }, 5381 { 5382 "dep_kinds": [ 5383 { 5384 "kind": null, 5385 "target": null 5386 } 5387 ], 5388 "name": "libc", 5389 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5390 }, 5391 { 5392 "dep_kinds": [ 5393 { 5394 "kind": null, 5395 "target": null 5396 } 5397 ], 5398 "name": "libgit2_sys", 5399 "pkg": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)" 5400 }, 5401 { 5402 "dep_kinds": [ 5403 { 5404 "kind": null, 5405 "target": null 5406 } 5407 ], 5408 "name": "log", 5409 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" 5410 }, 5411 { 5412 "dep_kinds": [ 5413 { 5414 "kind": null, 5415 "target": "cfg(all(unix, not(target_os = \"macos\")))" 5416 } 5417 ], 5418 "name": "openssl_probe", 5419 "pkg": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 5420 }, 5421 { 5422 "dep_kinds": [ 5423 { 5424 "kind": null, 5425 "target": "cfg(all(unix, not(target_os = \"macos\")))" 5426 } 5427 ], 5428 "name": "openssl_sys", 5429 "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" 5430 }, 5431 { 5432 "dep_kinds": [ 5433 { 5434 "kind": null, 5435 "target": null 5436 } 5437 ], 5438 "name": "url", 5439 "pkg": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" 5440 } 5441 ], 5442 "features": [ 5443 "default", 5444 "https", 5445 "openssl-probe", 5446 "openssl-sys", 5447 "ssh", 5448 "ssh_key_from_memory" 5449 ], 5450 "id": "git2 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" 5451 }, 5452 { 5453 "dependencies": [ 5454 "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", 5455 "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" 5456 ], 5457 "deps": [ 5458 { 5459 "dep_kinds": [ 5460 { 5461 "kind": null, 5462 "target": null 5463 } 5464 ], 5465 "name": "unicode_bidi", 5466 "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" 5467 }, 5468 { 5469 "dep_kinds": [ 5470 { 5471 "kind": null, 5472 "target": null 5473 } 5474 ], 5475 "name": "unicode_normalization", 5476 "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" 5477 } 5478 ], 5479 "features": [], 5480 "id": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" 5481 }, 5482 { 5483 "dependencies": [ 5484 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5485 ], 5486 "deps": [ 5487 { 5488 "dep_kinds": [ 5489 { 5490 "kind": null, 5491 "target": "cfg(unix)" 5492 } 5493 ], 5494 "name": "libc", 5495 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5496 } 5497 ], 5498 "features": [], 5499 "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" 5500 }, 5501 { 5502 "dependencies": [], 5503 "deps": [], 5504 "features": [ 5505 "default", 5506 "std" 5507 ], 5508 "id": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5509 }, 5510 { 5511 "dependencies": [ 5512 "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", 5513 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 5514 "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 5515 "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 5516 "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", 5517 "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" 5518 ], 5519 "deps": [ 5520 { 5521 "dep_kinds": [ 5522 { 5523 "kind": "build", 5524 "target": null 5525 } 5526 ], 5527 "name": "cc", 5528 "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" 5529 }, 5530 { 5531 "dep_kinds": [ 5532 { 5533 "kind": null, 5534 "target": null 5535 } 5536 ], 5537 "name": "libc", 5538 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5539 }, 5540 { 5541 "dep_kinds": [ 5542 { 5543 "kind": null, 5544 "target": null 5545 } 5546 ], 5547 "name": "libssh2_sys", 5548 "pkg": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" 5549 }, 5550 { 5551 "dep_kinds": [ 5552 { 5553 "kind": null, 5554 "target": null 5555 } 5556 ], 5557 "name": "libz_sys", 5558 "pkg": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" 5559 }, 5560 { 5561 "dep_kinds": [ 5562 { 5563 "kind": null, 5564 "target": "cfg(unix)" 5565 } 5566 ], 5567 "name": "openssl_sys", 5568 "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" 5569 }, 5570 { 5571 "dep_kinds": [ 5572 { 5573 "kind": "build", 5574 "target": null 5575 } 5576 ], 5577 "name": "pkg_config", 5578 "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" 5579 } 5580 ], 5581 "features": [ 5582 "https", 5583 "libssh2-sys", 5584 "openssl-sys", 5585 "ssh", 5586 "ssh_key_from_memory" 5587 ], 5588 "id": "libgit2-sys 0.15.1+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)" 5589 }, 5590 { 5591 "dependencies": [ 5592 "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", 5593 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 5594 "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 5595 "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)", 5596 "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 5597 "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 5598 ], 5599 "deps": [ 5600 { 5601 "dep_kinds": [ 5602 { 5603 "kind": "build", 5604 "target": null 5605 } 5606 ], 5607 "name": "cc", 5608 "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" 5609 }, 5610 { 5611 "dep_kinds": [ 5612 { 5613 "kind": null, 5614 "target": null 5615 } 5616 ], 5617 "name": "libc", 5618 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5619 }, 5620 { 5621 "dep_kinds": [ 5622 { 5623 "kind": null, 5624 "target": null 5625 } 5626 ], 5627 "name": "libz_sys", 5628 "pkg": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" 5629 }, 5630 { 5631 "dep_kinds": [ 5632 { 5633 "kind": null, 5634 "target": "cfg(unix)" 5635 } 5636 ], 5637 "name": "openssl_sys", 5638 "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" 5639 }, 5640 { 5641 "dep_kinds": [ 5642 { 5643 "kind": "build", 5644 "target": null 5645 } 5646 ], 5647 "name": "pkg_config", 5648 "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" 5649 }, 5650 { 5651 "dep_kinds": [ 5652 { 5653 "kind": "build", 5654 "target": "cfg(target_env = \"msvc\")" 5655 } 5656 ], 5657 "name": "vcpkg", 5658 "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 5659 } 5660 ], 5661 "features": [], 5662 "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" 5663 }, 5664 { 5665 "dependencies": [ 5666 "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", 5667 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 5668 "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 5669 "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 5670 ], 5671 "deps": [ 5672 { 5673 "dep_kinds": [ 5674 { 5675 "kind": "build", 5676 "target": null 5677 } 5678 ], 5679 "name": "cc", 5680 "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" 5681 }, 5682 { 5683 "dep_kinds": [ 5684 { 5685 "kind": null, 5686 "target": null 5687 } 5688 ], 5689 "name": "libc", 5690 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5691 }, 5692 { 5693 "dep_kinds": [ 5694 { 5695 "kind": "build", 5696 "target": null 5697 } 5698 ], 5699 "name": "pkg_config", 5700 "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" 5701 }, 5702 { 5703 "dep_kinds": [ 5704 { 5705 "kind": "build", 5706 "target": "cfg(target_env = \"msvc\")" 5707 } 5708 ], 5709 "name": "vcpkg", 5710 "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 5711 } 5712 ], 5713 "features": [ 5714 "libc" 5715 ], 5716 "id": "libz-sys 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" 5717 }, 5718 { 5719 "dependencies": [ 5720 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 5721 ], 5722 "deps": [ 5723 { 5724 "dep_kinds": [ 5725 { 5726 "kind": null, 5727 "target": null 5728 } 5729 ], 5730 "name": "cfg_if", 5731 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 5732 } 5733 ], 5734 "features": [], 5735 "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" 5736 }, 5737 { 5738 "dependencies": [], 5739 "deps": [], 5740 "features": [ 5741 "alloc", 5742 "default", 5743 "race", 5744 "std" 5745 ], 5746 "id": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" 5747 }, 5748 { 5749 "dependencies": [ 5750 "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 5751 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 5752 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 5753 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 5754 "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 5755 "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 5756 "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" 5757 ], 5758 "deps": [ 5759 { 5760 "dep_kinds": [ 5761 { 5762 "kind": null, 5763 "target": null 5764 } 5765 ], 5766 "name": "bitflags", 5767 "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" 5768 }, 5769 { 5770 "dep_kinds": [ 5771 { 5772 "kind": null, 5773 "target": null 5774 } 5775 ], 5776 "name": "cfg_if", 5777 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 5778 }, 5779 { 5780 "dep_kinds": [ 5781 { 5782 "kind": null, 5783 "target": null 5784 } 5785 ], 5786 "name": "foreign_types", 5787 "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" 5788 }, 5789 { 5790 "dep_kinds": [ 5791 { 5792 "kind": null, 5793 "target": null 5794 } 5795 ], 5796 "name": "libc", 5797 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5798 }, 5799 { 5800 "dep_kinds": [ 5801 { 5802 "kind": null, 5803 "target": null 5804 } 5805 ], 5806 "name": "once_cell", 5807 "pkg": "once_cell 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" 5808 }, 5809 { 5810 "dep_kinds": [ 5811 { 5812 "kind": null, 5813 "target": null 5814 } 5815 ], 5816 "name": "openssl_macros", 5817 "pkg": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 5818 }, 5819 { 5820 "dep_kinds": [ 5821 { 5822 "kind": null, 5823 "target": null 5824 } 5825 ], 5826 "name": "ffi", 5827 "pkg": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" 5828 } 5829 ], 5830 "features": [ 5831 "default" 5832 ], 5833 "id": "openssl 0.10.52 (registry+https://github.com/rust-lang/crates.io-index)" 5834 }, 5835 { 5836 "dependencies": [ 5837 "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 5838 "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 5839 "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)" 5840 ], 5841 "deps": [ 5842 { 5843 "dep_kinds": [ 5844 { 5845 "kind": null, 5846 "target": null 5847 } 5848 ], 5849 "name": "proc_macro2", 5850 "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" 5851 }, 5852 { 5853 "dep_kinds": [ 5854 { 5855 "kind": null, 5856 "target": null 5857 } 5858 ], 5859 "name": "quote", 5860 "pkg": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" 5861 }, 5862 { 5863 "dep_kinds": [ 5864 { 5865 "kind": null, 5866 "target": null 5867 } 5868 ], 5869 "name": "syn", 5870 "pkg": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)" 5871 } 5872 ], 5873 "features": [], 5874 "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 5875 }, 5876 { 5877 "dependencies": [], 5878 "deps": [], 5879 "features": [], 5880 "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 5881 }, 5882 { 5883 "dependencies": [ 5884 "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)", 5885 "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)", 5886 "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 5887 "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 5888 ], 5889 "deps": [ 5890 { 5891 "dep_kinds": [ 5892 { 5893 "kind": "build", 5894 "target": null 5895 } 5896 ], 5897 "name": "cc", 5898 "pkg": "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)" 5899 }, 5900 { 5901 "dep_kinds": [ 5902 { 5903 "kind": null, 5904 "target": null 5905 } 5906 ], 5907 "name": "libc", 5908 "pkg": "libc 0.2.112 (registry+https://github.com/rust-lang/crates.io-index)" 5909 }, 5910 { 5911 "dep_kinds": [ 5912 { 5913 "kind": "build", 5914 "target": null 5915 } 5916 ], 5917 "name": "pkg_config", 5918 "pkg": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" 5919 }, 5920 { 5921 "dep_kinds": [ 5922 { 5923 "kind": "build", 5924 "target": "cfg(target_env = \"msvc\")" 5925 } 5926 ], 5927 "name": "vcpkg", 5928 "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 5929 } 5930 ], 5931 "features": [], 5932 "id": "openssl-sys 0.9.87 (registry+https://github.com/rust-lang/crates.io-index)" 5933 }, 5934 { 5935 "dependencies": [], 5936 "deps": [], 5937 "features": [ 5938 "alloc", 5939 "default" 5940 ], 5941 "id": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" 5942 }, 5943 { 5944 "dependencies": [], 5945 "deps": [], 5946 "features": [], 5947 "id": "pkg-config 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" 5948 }, 5949 { 5950 "dependencies": [ 5951 "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 5952 ], 5953 "deps": [ 5954 { 5955 "dep_kinds": [ 5956 { 5957 "kind": null, 5958 "target": null 5959 } 5960 ], 5961 "name": "unicode_ident", 5962 "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 5963 } 5964 ], 5965 "features": [ 5966 "default", 5967 "proc-macro" 5968 ], 5969 "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" 5970 }, 5971 { 5972 "dependencies": [ 5973 "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" 5974 ], 5975 "deps": [ 5976 { 5977 "dep_kinds": [ 5978 { 5979 "kind": null, 5980 "target": null 5981 } 5982 ], 5983 "name": "proc_macro2", 5984 "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" 5985 } 5986 ], 5987 "features": [ 5988 "default", 5989 "proc-macro" 5990 ], 5991 "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" 5992 }, 5993 { 5994 "dependencies": [ 5995 "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 5996 "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 5997 "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 5998 ], 5999 "deps": [ 6000 { 6001 "dep_kinds": [ 6002 { 6003 "kind": null, 6004 "target": null 6005 } 6006 ], 6007 "name": "proc_macro2", 6008 "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" 6009 }, 6010 { 6011 "dep_kinds": [ 6012 { 6013 "kind": null, 6014 "target": null 6015 } 6016 ], 6017 "name": "quote", 6018 "pkg": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" 6019 }, 6020 { 6021 "dep_kinds": [ 6022 { 6023 "kind": null, 6024 "target": null 6025 } 6026 ], 6027 "name": "unicode_ident", 6028 "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 6029 } 6030 ], 6031 "features": [ 6032 "clone-impls", 6033 "default", 6034 "derive", 6035 "full", 6036 "parsing", 6037 "printing", 6038 "proc-macro", 6039 "quote" 6040 ], 6041 "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)" 6042 }, 6043 { 6044 "dependencies": [ 6045 "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 6046 ], 6047 "deps": [ 6048 { 6049 "dep_kinds": [ 6050 { 6051 "kind": null, 6052 "target": null 6053 } 6054 ], 6055 "name": "tinyvec_macros", 6056 "pkg": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 6057 } 6058 ], 6059 "features": [ 6060 "alloc", 6061 "default", 6062 "tinyvec_macros" 6063 ], 6064 "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" 6065 }, 6066 { 6067 "dependencies": [], 6068 "deps": [], 6069 "features": [], 6070 "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" 6071 }, 6072 { 6073 "dependencies": [], 6074 "deps": [], 6075 "features": [ 6076 "default", 6077 "hardcoded-data", 6078 "std" 6079 ], 6080 "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" 6081 }, 6082 { 6083 "dependencies": [], 6084 "deps": [], 6085 "features": [], 6086 "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 6087 }, 6088 { 6089 "dependencies": [ 6090 "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" 6091 ], 6092 "deps": [ 6093 { 6094 "dep_kinds": [ 6095 { 6096 "kind": null, 6097 "target": null 6098 } 6099 ], 6100 "name": "tinyvec", 6101 "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" 6102 } 6103 ], 6104 "features": [ 6105 "default", 6106 "std" 6107 ], 6108 "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" 6109 }, 6110 { 6111 "dependencies": [ 6112 "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 6113 "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 6114 "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" 6115 ], 6116 "deps": [ 6117 { 6118 "dep_kinds": [ 6119 { 6120 "kind": null, 6121 "target": null 6122 } 6123 ], 6124 "name": "form_urlencoded", 6125 "pkg": "form_urlencoded 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" 6126 }, 6127 { 6128 "dep_kinds": [ 6129 { 6130 "kind": null, 6131 "target": null 6132 } 6133 ], 6134 "name": "idna", 6135 "pkg": "idna 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" 6136 }, 6137 { 6138 "dep_kinds": [ 6139 { 6140 "kind": null, 6141 "target": null 6142 } 6143 ], 6144 "name": "percent_encoding", 6145 "pkg": "percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" 6146 } 6147 ], 6148 "features": [ 6149 "default" 6150 ], 6151 "id": "url 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" 6152 }, 6153 { 6154 "dependencies": [], 6155 "deps": [], 6156 "features": [], 6157 "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" 6158 } 6159 ], 6160 "root": "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" 6161 }, 6162 "target_directory": "{TEMP_DIR}/build_scripts/target", 6163 "version": 1, 6164 "workspace_default_members": [ 6165 "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" 6166 ], 6167 "workspace_members": [ 6168 "build-scripts 0.1.0 (path+file://{TEMP_DIR}/build_scripts)" 6169 ], 6170 "workspace_root": "{TEMP_DIR}/build_scripts" 6171} 6172