1{ 2 "packages": [ 3 { 4 "name": "aho-corasick", 5 "version": "0.7.20", 6 "id": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 7 "license": "Unlicense OR MIT", 8 "license_file": null, 9 "description": "Fast multiple substring searching.", 10 "source": "registry+https://github.com/rust-lang/crates.io-index", 11 "dependencies": [ 12 { 13 "name": "memchr", 14 "source": "registry+https://github.com/rust-lang/crates.io-index", 15 "req": "^2.4.0", 16 "kind": null, 17 "rename": null, 18 "optional": false, 19 "uses_default_features": false, 20 "features": [], 21 "target": null, 22 "registry": null 23 } 24 ], 25 "targets": [ 26 { 27 "kind": [ 28 "lib" 29 ], 30 "crate_types": [ 31 "lib" 32 ], 33 "name": "aho_corasick", 34 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/src/lib.rs", 35 "edition": "2018", 36 "doc": true, 37 "doctest": true, 38 "test": true 39 } 40 ], 41 "features": { 42 "default": [ 43 "std" 44 ], 45 "std": [ 46 "memchr/std" 47 ] 48 }, 49 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/Cargo.toml", 50 "metadata": null, 51 "publish": null, 52 "authors": [ 53 "Andrew Gallant <jamslam@gmail.com>" 54 ], 55 "categories": [ 56 "text-processing" 57 ], 58 "keywords": [ 59 "string", 60 "search", 61 "text", 62 "aho", 63 "multi" 64 ], 65 "readme": "README.md", 66 "repository": "https://github.com/BurntSushi/aho-corasick", 67 "homepage": "https://github.com/BurntSushi/aho-corasick", 68 "documentation": null, 69 "edition": "2018", 70 "links": null, 71 "default_run": null, 72 "rust_version": null 73 }, 74 { 75 "name": "aho-corasick", 76 "version": "1.0.1", 77 "id": "aho-corasick 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 78 "license": "Unlicense OR MIT", 79 "license_file": null, 80 "description": "Fast multiple substring searching.", 81 "source": "registry+https://github.com/rust-lang/crates.io-index", 82 "dependencies": [ 83 { 84 "name": "log", 85 "source": "registry+https://github.com/rust-lang/crates.io-index", 86 "req": "^0.4.17", 87 "kind": null, 88 "rename": null, 89 "optional": true, 90 "uses_default_features": true, 91 "features": [], 92 "target": null, 93 "registry": null 94 }, 95 { 96 "name": "memchr", 97 "source": "registry+https://github.com/rust-lang/crates.io-index", 98 "req": "^2.4.0", 99 "kind": null, 100 "rename": null, 101 "optional": true, 102 "uses_default_features": false, 103 "features": [], 104 "target": null, 105 "registry": null 106 }, 107 { 108 "name": "doc-comment", 109 "source": "registry+https://github.com/rust-lang/crates.io-index", 110 "req": "^0.3.3", 111 "kind": "dev", 112 "rename": null, 113 "optional": false, 114 "uses_default_features": true, 115 "features": [], 116 "target": null, 117 "registry": null 118 } 119 ], 120 "targets": [ 121 { 122 "kind": [ 123 "lib" 124 ], 125 "crate_types": [ 126 "lib" 127 ], 128 "name": "aho_corasick", 129 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/lib.rs", 130 "edition": "2021", 131 "doc": true, 132 "doctest": true, 133 "test": true 134 } 135 ], 136 "features": { 137 "default": [ 138 "std", 139 "perf-literal" 140 ], 141 "logging": [ 142 "dep:log" 143 ], 144 "perf-literal": [ 145 "dep:memchr" 146 ], 147 "std": [ 148 "memchr?/std" 149 ] 150 }, 151 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/Cargo.toml", 152 "metadata": { 153 "docs": { 154 "rs": { 155 "all-features": true, 156 "rustdoc-args": [ 157 "--cfg", 158 "docsrs" 159 ] 160 } 161 } 162 }, 163 "publish": null, 164 "authors": [ 165 "Andrew Gallant <jamslam@gmail.com>" 166 ], 167 "categories": [ 168 "text-processing" 169 ], 170 "keywords": [ 171 "string", 172 "search", 173 "text", 174 "pattern", 175 "multi" 176 ], 177 "readme": "README.md", 178 "repository": "https://github.com/BurntSushi/aho-corasick", 179 "homepage": "https://github.com/BurntSushi/aho-corasick", 180 "documentation": null, 181 "edition": "2021", 182 "links": null, 183 "default_run": null, 184 "rust_version": "1.60.0" 185 }, 186 { 187 "name": "atty", 188 "version": "0.2.14", 189 "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", 190 "license": "MIT", 191 "license_file": null, 192 "description": "A simple interface for querying atty", 193 "source": "registry+https://github.com/rust-lang/crates.io-index", 194 "dependencies": [ 195 { 196 "name": "hermit-abi", 197 "source": "registry+https://github.com/rust-lang/crates.io-index", 198 "req": "^0.1.6", 199 "kind": null, 200 "rename": null, 201 "optional": false, 202 "uses_default_features": true, 203 "features": [], 204 "target": "cfg(target_os = \"hermit\")", 205 "registry": null 206 }, 207 { 208 "name": "libc", 209 "source": "registry+https://github.com/rust-lang/crates.io-index", 210 "req": "^0.2", 211 "kind": null, 212 "rename": null, 213 "optional": false, 214 "uses_default_features": false, 215 "features": [], 216 "target": "cfg(unix)", 217 "registry": null 218 }, 219 { 220 "name": "winapi", 221 "source": "registry+https://github.com/rust-lang/crates.io-index", 222 "req": "^0.3", 223 "kind": null, 224 "rename": null, 225 "optional": false, 226 "uses_default_features": true, 227 "features": [ 228 "consoleapi", 229 "processenv", 230 "minwinbase", 231 "minwindef", 232 "winbase" 233 ], 234 "target": "cfg(windows)", 235 "registry": null 236 } 237 ], 238 "targets": [ 239 { 240 "kind": [ 241 "lib" 242 ], 243 "crate_types": [ 244 "lib" 245 ], 246 "name": "atty", 247 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs", 248 "edition": "2015", 249 "doc": true, 250 "doctest": true, 251 "test": true 252 }, 253 { 254 "kind": [ 255 "example" 256 ], 257 "crate_types": [ 258 "bin" 259 ], 260 "name": "atty", 261 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/examples/atty.rs", 262 "edition": "2015", 263 "doc": false, 264 "doctest": false, 265 "test": false 266 } 267 ], 268 "features": {}, 269 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/Cargo.toml", 270 "metadata": null, 271 "publish": null, 272 "authors": [ 273 "softprops <d.tangren@gmail.com>" 274 ], 275 "categories": [], 276 "keywords": [ 277 "terminal", 278 "tty", 279 "isatty" 280 ], 281 "readme": "README.md", 282 "repository": "https://github.com/softprops/atty", 283 "homepage": "https://github.com/softprops/atty", 284 "documentation": "http://softprops.github.io/atty", 285 "edition": "2015", 286 "links": null, 287 "default_run": null, 288 "rust_version": null 289 }, 290 { 291 "name": "base64", 292 "version": "0.20.0", 293 "id": "base64 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", 294 "license": "MIT OR Apache-2.0", 295 "license_file": null, 296 "description": "encodes and decodes base64 as bytes or utf8", 297 "source": "registry+https://github.com/rust-lang/crates.io-index", 298 "dependencies": [ 299 { 300 "name": "criterion", 301 "source": "registry+https://github.com/rust-lang/crates.io-index", 302 "req": "^0.4.0", 303 "kind": "dev", 304 "rename": null, 305 "optional": false, 306 "uses_default_features": true, 307 "features": [], 308 "target": null, 309 "registry": null 310 }, 311 { 312 "name": "rand", 313 "source": "registry+https://github.com/rust-lang/crates.io-index", 314 "req": "^0.8.5", 315 "kind": "dev", 316 "rename": null, 317 "optional": false, 318 "uses_default_features": true, 319 "features": [ 320 "small_rng" 321 ], 322 "target": null, 323 "registry": null 324 }, 325 { 326 "name": "rstest", 327 "source": "registry+https://github.com/rust-lang/crates.io-index", 328 "req": "^0.12.0", 329 "kind": "dev", 330 "rename": null, 331 "optional": false, 332 "uses_default_features": true, 333 "features": [], 334 "target": null, 335 "registry": null 336 }, 337 { 338 "name": "rstest_reuse", 339 "source": "registry+https://github.com/rust-lang/crates.io-index", 340 "req": "^0.3.0", 341 "kind": "dev", 342 "rename": null, 343 "optional": false, 344 "uses_default_features": true, 345 "features": [], 346 "target": null, 347 "registry": null 348 }, 349 { 350 "name": "structopt", 351 "source": "registry+https://github.com/rust-lang/crates.io-index", 352 "req": "^0.3.26", 353 "kind": "dev", 354 "rename": null, 355 "optional": false, 356 "uses_default_features": true, 357 "features": [], 358 "target": null, 359 "registry": null 360 } 361 ], 362 "targets": [ 363 { 364 "kind": [ 365 "lib" 366 ], 367 "crate_types": [ 368 "lib" 369 ], 370 "name": "base64", 371 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.20.0/src/lib.rs", 372 "edition": "2021", 373 "doc": true, 374 "doctest": true, 375 "test": true 376 }, 377 { 378 "kind": [ 379 "example" 380 ], 381 "crate_types": [ 382 "bin" 383 ], 384 "name": "base64", 385 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.20.0/examples/base64.rs", 386 "edition": "2021", 387 "doc": false, 388 "doctest": false, 389 "test": false 390 }, 391 { 392 "kind": [ 393 "test" 394 ], 395 "crate_types": [ 396 "bin" 397 ], 398 "name": "encode", 399 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.20.0/tests/encode.rs", 400 "edition": "2021", 401 "doc": false, 402 "doctest": false, 403 "test": true 404 }, 405 { 406 "kind": [ 407 "test" 408 ], 409 "crate_types": [ 410 "bin" 411 ], 412 "name": "tests", 413 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.20.0/tests/tests.rs", 414 "edition": "2021", 415 "doc": false, 416 "doctest": false, 417 "test": true 418 }, 419 { 420 "kind": [ 421 "bench" 422 ], 423 "crate_types": [ 424 "bin" 425 ], 426 "name": "benchmarks", 427 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.20.0/benches/benchmarks.rs", 428 "edition": "2021", 429 "doc": false, 430 "doctest": false, 431 "test": false 432 } 433 ], 434 "features": { 435 "alloc": [], 436 "default": [ 437 "std" 438 ], 439 "std": [] 440 }, 441 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.20.0/Cargo.toml", 442 "metadata": null, 443 "publish": null, 444 "authors": [ 445 "Alice Maz <alice@alicemaz.com>", 446 "Marshall Pierce <marshall@mpierce.org>" 447 ], 448 "categories": [ 449 "encoding" 450 ], 451 "keywords": [ 452 "base64", 453 "utf8", 454 "encode", 455 "decode", 456 "no_std" 457 ], 458 "readme": "README.md", 459 "repository": "https://github.com/marshallpierce/rust-base64", 460 "homepage": null, 461 "documentation": "https://docs.rs/base64", 462 "edition": "2021", 463 "links": null, 464 "default_run": null, 465 "rust_version": "1.57.0" 466 }, 467 { 468 "name": "bitflags", 469 "version": "1.3.2", 470 "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 471 "license": "MIT/Apache-2.0", 472 "license_file": null, 473 "description": "A macro to generate structures which behave like bitflags.\n", 474 "source": "registry+https://github.com/rust-lang/crates.io-index", 475 "dependencies": [ 476 { 477 "name": "compiler_builtins", 478 "source": "registry+https://github.com/rust-lang/crates.io-index", 479 "req": "^0.1.2", 480 "kind": null, 481 "rename": null, 482 "optional": true, 483 "uses_default_features": true, 484 "features": [], 485 "target": null, 486 "registry": null 487 }, 488 { 489 "name": "rustc-std-workspace-core", 490 "source": "registry+https://github.com/rust-lang/crates.io-index", 491 "req": "^1.0.0", 492 "kind": null, 493 "rename": "core", 494 "optional": true, 495 "uses_default_features": true, 496 "features": [], 497 "target": null, 498 "registry": null 499 }, 500 { 501 "name": "rustversion", 502 "source": "registry+https://github.com/rust-lang/crates.io-index", 503 "req": "^1.0", 504 "kind": "dev", 505 "rename": null, 506 "optional": false, 507 "uses_default_features": true, 508 "features": [], 509 "target": null, 510 "registry": null 511 }, 512 { 513 "name": "serde", 514 "source": "registry+https://github.com/rust-lang/crates.io-index", 515 "req": "^1.0", 516 "kind": "dev", 517 "rename": null, 518 "optional": false, 519 "uses_default_features": true, 520 "features": [], 521 "target": null, 522 "registry": null 523 }, 524 { 525 "name": "serde_derive", 526 "source": "registry+https://github.com/rust-lang/crates.io-index", 527 "req": "^1.0", 528 "kind": "dev", 529 "rename": null, 530 "optional": false, 531 "uses_default_features": true, 532 "features": [], 533 "target": null, 534 "registry": null 535 }, 536 { 537 "name": "serde_json", 538 "source": "registry+https://github.com/rust-lang/crates.io-index", 539 "req": "^1.0", 540 "kind": "dev", 541 "rename": null, 542 "optional": false, 543 "uses_default_features": true, 544 "features": [], 545 "target": null, 546 "registry": null 547 }, 548 { 549 "name": "trybuild", 550 "source": "registry+https://github.com/rust-lang/crates.io-index", 551 "req": "^1.0", 552 "kind": "dev", 553 "rename": null, 554 "optional": false, 555 "uses_default_features": true, 556 "features": [], 557 "target": null, 558 "registry": null 559 }, 560 { 561 "name": "walkdir", 562 "source": "registry+https://github.com/rust-lang/crates.io-index", 563 "req": "^2.3", 564 "kind": "dev", 565 "rename": null, 566 "optional": false, 567 "uses_default_features": true, 568 "features": [], 569 "target": null, 570 "registry": null 571 } 572 ], 573 "targets": [ 574 { 575 "kind": [ 576 "lib" 577 ], 578 "crate_types": [ 579 "lib" 580 ], 581 "name": "bitflags", 582 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", 583 "edition": "2018", 584 "doc": true, 585 "doctest": true, 586 "test": true 587 }, 588 { 589 "kind": [ 590 "test" 591 ], 592 "crate_types": [ 593 "bin" 594 ], 595 "name": "basic", 596 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", 597 "edition": "2018", 598 "doc": false, 599 "doctest": false, 600 "test": true 601 }, 602 { 603 "kind": [ 604 "test" 605 ], 606 "crate_types": [ 607 "bin" 608 ], 609 "name": "compile", 610 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", 611 "edition": "2018", 612 "doc": false, 613 "doctest": false, 614 "test": true 615 } 616 ], 617 "features": { 618 "compiler_builtins": [ 619 "dep:compiler_builtins" 620 ], 621 "core": [ 622 "dep:core" 623 ], 624 "default": [], 625 "example_generated": [], 626 "rustc-dep-of-std": [ 627 "core", 628 "compiler_builtins" 629 ] 630 }, 631 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", 632 "metadata": { 633 "docs": { 634 "rs": { 635 "features": [ 636 "example_generated" 637 ] 638 } 639 } 640 }, 641 "publish": null, 642 "authors": [ 643 "The Rust Project Developers" 644 ], 645 "categories": [ 646 "no-std" 647 ], 648 "keywords": [ 649 "bit", 650 "bitmask", 651 "bitflags", 652 "flags" 653 ], 654 "readme": "README.md", 655 "repository": "https://github.com/bitflags/bitflags", 656 "homepage": "https://github.com/bitflags/bitflags", 657 "documentation": "https://docs.rs/bitflags", 658 "edition": "2018", 659 "links": null, 660 "default_run": null, 661 "rust_version": null 662 }, 663 { 664 "name": "bstr", 665 "version": "1.4.0", 666 "id": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 667 "license": "MIT OR Apache-2.0", 668 "license_file": null, 669 "description": "A string type that is not required to be valid UTF-8.", 670 "source": "registry+https://github.com/rust-lang/crates.io-index", 671 "dependencies": [ 672 { 673 "name": "memchr", 674 "source": "registry+https://github.com/rust-lang/crates.io-index", 675 "req": "^2.4.0", 676 "kind": null, 677 "rename": null, 678 "optional": false, 679 "uses_default_features": false, 680 "features": [], 681 "target": null, 682 "registry": null 683 }, 684 { 685 "name": "once_cell", 686 "source": "registry+https://github.com/rust-lang/crates.io-index", 687 "req": "^1.14.0", 688 "kind": null, 689 "rename": null, 690 "optional": true, 691 "uses_default_features": true, 692 "features": [], 693 "target": null, 694 "registry": null 695 }, 696 { 697 "name": "regex-automata", 698 "source": "registry+https://github.com/rust-lang/crates.io-index", 699 "req": "^0.1.5", 700 "kind": null, 701 "rename": null, 702 "optional": true, 703 "uses_default_features": false, 704 "features": [], 705 "target": null, 706 "registry": null 707 }, 708 { 709 "name": "serde", 710 "source": "registry+https://github.com/rust-lang/crates.io-index", 711 "req": "^1.0.85", 712 "kind": null, 713 "rename": null, 714 "optional": true, 715 "uses_default_features": false, 716 "features": [], 717 "target": null, 718 "registry": null 719 }, 720 { 721 "name": "quickcheck", 722 "source": "registry+https://github.com/rust-lang/crates.io-index", 723 "req": "^1", 724 "kind": "dev", 725 "rename": null, 726 "optional": false, 727 "uses_default_features": false, 728 "features": [], 729 "target": null, 730 "registry": null 731 }, 732 { 733 "name": "ucd-parse", 734 "source": "registry+https://github.com/rust-lang/crates.io-index", 735 "req": "^0.1.3", 736 "kind": "dev", 737 "rename": null, 738 "optional": false, 739 "uses_default_features": true, 740 "features": [], 741 "target": null, 742 "registry": null 743 }, 744 { 745 "name": "unicode-segmentation", 746 "source": "registry+https://github.com/rust-lang/crates.io-index", 747 "req": "^1.2.1", 748 "kind": "dev", 749 "rename": null, 750 "optional": false, 751 "uses_default_features": true, 752 "features": [], 753 "target": null, 754 "registry": null 755 } 756 ], 757 "targets": [ 758 { 759 "kind": [ 760 "lib" 761 ], 762 "crate_types": [ 763 "lib" 764 ], 765 "name": "bstr", 766 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/src/lib.rs", 767 "edition": "2021", 768 "doc": true, 769 "doctest": true, 770 "test": true 771 }, 772 { 773 "kind": [ 774 "example" 775 ], 776 "crate_types": [ 777 "bin" 778 ], 779 "name": "graphemes", 780 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/graphemes.rs", 781 "edition": "2021", 782 "required-features": [ 783 "std", 784 "unicode" 785 ], 786 "doc": false, 787 "doctest": false, 788 "test": false 789 }, 790 { 791 "kind": [ 792 "example" 793 ], 794 "crate_types": [ 795 "bin" 796 ], 797 "name": "lines", 798 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/lines.rs", 799 "edition": "2021", 800 "required-features": [ 801 "std" 802 ], 803 "doc": false, 804 "doctest": false, 805 "test": false 806 }, 807 { 808 "kind": [ 809 "example" 810 ], 811 "crate_types": [ 812 "bin" 813 ], 814 "name": "uppercase", 815 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/uppercase.rs", 816 "edition": "2021", 817 "required-features": [ 818 "std", 819 "unicode" 820 ], 821 "doc": false, 822 "doctest": false, 823 "test": false 824 }, 825 { 826 "kind": [ 827 "example" 828 ], 829 "crate_types": [ 830 "bin" 831 ], 832 "name": "words", 833 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/words.rs", 834 "edition": "2021", 835 "required-features": [ 836 "std", 837 "unicode" 838 ], 839 "doc": false, 840 "doctest": false, 841 "test": false 842 }, 843 { 844 "kind": [ 845 "example" 846 ], 847 "crate_types": [ 848 "bin" 849 ], 850 "name": "graphemes-std", 851 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/graphemes-std.rs", 852 "edition": "2021", 853 "doc": false, 854 "doctest": false, 855 "test": false 856 }, 857 { 858 "kind": [ 859 "example" 860 ], 861 "crate_types": [ 862 "bin" 863 ], 864 "name": "lines-std", 865 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/lines-std.rs", 866 "edition": "2021", 867 "doc": false, 868 "doctest": false, 869 "test": false 870 }, 871 { 872 "kind": [ 873 "example" 874 ], 875 "crate_types": [ 876 "bin" 877 ], 878 "name": "uppercase-std", 879 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/uppercase-std.rs", 880 "edition": "2021", 881 "doc": false, 882 "doctest": false, 883 "test": false 884 }, 885 { 886 "kind": [ 887 "example" 888 ], 889 "crate_types": [ 890 "bin" 891 ], 892 "name": "words-std", 893 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/examples/words-std.rs", 894 "edition": "2021", 895 "doc": false, 896 "doctest": false, 897 "test": false 898 } 899 ], 900 "features": { 901 "alloc": [ 902 "serde?/alloc" 903 ], 904 "default": [ 905 "std", 906 "unicode" 907 ], 908 "serde": [ 909 "dep:serde" 910 ], 911 "std": [ 912 "alloc", 913 "memchr/std", 914 "serde?/std" 915 ], 916 "unicode": [ 917 "dep:once_cell", 918 "dep:regex-automata" 919 ] 920 }, 921 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.4.0/Cargo.toml", 922 "metadata": { 923 "docs": { 924 "rs": { 925 "all-features": true, 926 "rustdoc-args": [ 927 "--cfg", 928 "docsrs" 929 ] 930 } 931 } 932 }, 933 "publish": null, 934 "authors": [ 935 "Andrew Gallant <jamslam@gmail.com>" 936 ], 937 "categories": [ 938 "text-processing", 939 "encoding" 940 ], 941 "keywords": [ 942 "string", 943 "str", 944 "byte", 945 "bytes", 946 "text" 947 ], 948 "readme": "README.md", 949 "repository": "https://github.com/BurntSushi/bstr", 950 "homepage": "https://github.com/BurntSushi/bstr", 951 "documentation": "https://docs.rs/bstr", 952 "edition": "2021", 953 "links": null, 954 "default_run": null, 955 "rust_version": "1.60" 956 }, 957 { 958 "name": "bytecount", 959 "version": "0.6.3", 960 "id": "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", 961 "license": "Apache-2.0/MIT", 962 "license_file": null, 963 "description": "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast", 964 "source": "registry+https://github.com/rust-lang/crates.io-index", 965 "dependencies": [ 966 { 967 "name": "packed_simd_2", 968 "source": "registry+https://github.com/rust-lang/crates.io-index", 969 "req": "^0.3.8", 970 "kind": null, 971 "rename": "packed_simd", 972 "optional": true, 973 "uses_default_features": true, 974 "features": [], 975 "target": null, 976 "registry": null 977 }, 978 { 979 "name": "criterion", 980 "source": "registry+https://github.com/rust-lang/crates.io-index", 981 "req": "^0.3", 982 "kind": "dev", 983 "rename": null, 984 "optional": false, 985 "uses_default_features": false, 986 "features": [], 987 "target": null, 988 "registry": null 989 }, 990 { 991 "name": "quickcheck", 992 "source": "registry+https://github.com/rust-lang/crates.io-index", 993 "req": "^1.0", 994 "kind": "dev", 995 "rename": null, 996 "optional": false, 997 "uses_default_features": true, 998 "features": [], 999 "target": null, 1000 "registry": null 1001 }, 1002 { 1003 "name": "rand", 1004 "source": "registry+https://github.com/rust-lang/crates.io-index", 1005 "req": "^0.8", 1006 "kind": "dev", 1007 "rename": null, 1008 "optional": false, 1009 "uses_default_features": true, 1010 "features": [], 1011 "target": null, 1012 "registry": null 1013 } 1014 ], 1015 "targets": [ 1016 { 1017 "kind": [ 1018 "lib" 1019 ], 1020 "crate_types": [ 1021 "lib" 1022 ], 1023 "name": "bytecount", 1024 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs", 1025 "edition": "2018", 1026 "doc": true, 1027 "doctest": true, 1028 "test": true 1029 }, 1030 { 1031 "kind": [ 1032 "test" 1033 ], 1034 "crate_types": [ 1035 "bin" 1036 ], 1037 "name": "check", 1038 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/tests/check.rs", 1039 "edition": "2018", 1040 "doc": false, 1041 "doctest": false, 1042 "test": true 1043 }, 1044 { 1045 "kind": [ 1046 "bench" 1047 ], 1048 "crate_types": [ 1049 "bin" 1050 ], 1051 "name": "bench", 1052 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/benches/bench.rs", 1053 "edition": "2018", 1054 "doc": false, 1055 "doctest": false, 1056 "test": false 1057 } 1058 ], 1059 "features": { 1060 "generic-simd": [ 1061 "packed_simd" 1062 ], 1063 "html_report": [], 1064 "packed_simd": [ 1065 "dep:packed_simd" 1066 ], 1067 "runtime-dispatch-simd": [] 1068 }, 1069 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/Cargo.toml", 1070 "metadata": null, 1071 "publish": null, 1072 "authors": [ 1073 "Andre Bogus <bogusandre@gmail.de>", 1074 "Joshua Landau <joshua@landau.ws>" 1075 ], 1076 "categories": [ 1077 "algorithms", 1078 "no-std" 1079 ], 1080 "keywords": [], 1081 "readme": "README.md", 1082 "repository": "https://github.com/llogiq/bytecount", 1083 "homepage": null, 1084 "documentation": null, 1085 "edition": "2018", 1086 "links": null, 1087 "default_run": null, 1088 "rust_version": null 1089 }, 1090 { 1091 "name": "cc", 1092 "version": "1.0.79", 1093 "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", 1094 "license": "MIT OR Apache-2.0", 1095 "license_file": null, 1096 "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", 1097 "source": "registry+https://github.com/rust-lang/crates.io-index", 1098 "dependencies": [ 1099 { 1100 "name": "jobserver", 1101 "source": "registry+https://github.com/rust-lang/crates.io-index", 1102 "req": "^0.1.16", 1103 "kind": null, 1104 "rename": null, 1105 "optional": true, 1106 "uses_default_features": true, 1107 "features": [], 1108 "target": null, 1109 "registry": null 1110 }, 1111 { 1112 "name": "tempfile", 1113 "source": "registry+https://github.com/rust-lang/crates.io-index", 1114 "req": "^3", 1115 "kind": "dev", 1116 "rename": null, 1117 "optional": false, 1118 "uses_default_features": true, 1119 "features": [], 1120 "target": null, 1121 "registry": null 1122 } 1123 ], 1124 "targets": [ 1125 { 1126 "kind": [ 1127 "lib" 1128 ], 1129 "crate_types": [ 1130 "lib" 1131 ], 1132 "name": "cc", 1133 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs", 1134 "edition": "2018", 1135 "doc": true, 1136 "doctest": true, 1137 "test": true 1138 }, 1139 { 1140 "kind": [ 1141 "bin" 1142 ], 1143 "crate_types": [ 1144 "bin" 1145 ], 1146 "name": "gcc-shim", 1147 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/bin/gcc-shim.rs", 1148 "edition": "2018", 1149 "doc": true, 1150 "doctest": false, 1151 "test": true 1152 }, 1153 { 1154 "kind": [ 1155 "test" 1156 ], 1157 "crate_types": [ 1158 "bin" 1159 ], 1160 "name": "cc_env", 1161 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cc_env.rs", 1162 "edition": "2018", 1163 "doc": false, 1164 "doctest": false, 1165 "test": true 1166 }, 1167 { 1168 "kind": [ 1169 "test" 1170 ], 1171 "crate_types": [ 1172 "bin" 1173 ], 1174 "name": "cflags", 1175 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cflags.rs", 1176 "edition": "2018", 1177 "doc": false, 1178 "doctest": false, 1179 "test": true 1180 }, 1181 { 1182 "kind": [ 1183 "test" 1184 ], 1185 "crate_types": [ 1186 "bin" 1187 ], 1188 "name": "cxxflags", 1189 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cxxflags.rs", 1190 "edition": "2018", 1191 "doc": false, 1192 "doctest": false, 1193 "test": true 1194 }, 1195 { 1196 "kind": [ 1197 "test" 1198 ], 1199 "crate_types": [ 1200 "bin" 1201 ], 1202 "name": "test", 1203 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/test.rs", 1204 "edition": "2018", 1205 "doc": false, 1206 "doctest": false, 1207 "test": true 1208 } 1209 ], 1210 "features": { 1211 "jobserver": [ 1212 "dep:jobserver" 1213 ], 1214 "parallel": [ 1215 "jobserver" 1216 ] 1217 }, 1218 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/Cargo.toml", 1219 "metadata": null, 1220 "publish": null, 1221 "authors": [ 1222 "Alex Crichton <alex@alexcrichton.com>" 1223 ], 1224 "categories": [ 1225 "development-tools::build-utils" 1226 ], 1227 "keywords": [ 1228 "build-dependencies" 1229 ], 1230 "readme": "README.md", 1231 "repository": "https://github.com/rust-lang/cc-rs", 1232 "homepage": "https://github.com/rust-lang/cc-rs", 1233 "documentation": "https://docs.rs/cc", 1234 "edition": "2018", 1235 "links": null, 1236 "default_run": null, 1237 "rust_version": null 1238 }, 1239 { 1240 "name": "cfg-if", 1241 "version": "1.0.0", 1242 "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1243 "license": "MIT/Apache-2.0", 1244 "license_file": null, 1245 "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", 1246 "source": "registry+https://github.com/rust-lang/crates.io-index", 1247 "dependencies": [ 1248 { 1249 "name": "compiler_builtins", 1250 "source": "registry+https://github.com/rust-lang/crates.io-index", 1251 "req": "^0.1.2", 1252 "kind": null, 1253 "rename": null, 1254 "optional": true, 1255 "uses_default_features": true, 1256 "features": [], 1257 "target": null, 1258 "registry": null 1259 }, 1260 { 1261 "name": "rustc-std-workspace-core", 1262 "source": "registry+https://github.com/rust-lang/crates.io-index", 1263 "req": "^1.0.0", 1264 "kind": null, 1265 "rename": "core", 1266 "optional": true, 1267 "uses_default_features": true, 1268 "features": [], 1269 "target": null, 1270 "registry": null 1271 } 1272 ], 1273 "targets": [ 1274 { 1275 "kind": [ 1276 "lib" 1277 ], 1278 "crate_types": [ 1279 "lib" 1280 ], 1281 "name": "cfg-if", 1282 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", 1283 "edition": "2018", 1284 "doc": true, 1285 "doctest": true, 1286 "test": true 1287 }, 1288 { 1289 "kind": [ 1290 "test" 1291 ], 1292 "crate_types": [ 1293 "bin" 1294 ], 1295 "name": "xcrate", 1296 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", 1297 "edition": "2018", 1298 "doc": false, 1299 "doctest": false, 1300 "test": true 1301 } 1302 ], 1303 "features": { 1304 "compiler_builtins": [ 1305 "dep:compiler_builtins" 1306 ], 1307 "core": [ 1308 "dep:core" 1309 ], 1310 "rustc-dep-of-std": [ 1311 "core", 1312 "compiler_builtins" 1313 ] 1314 }, 1315 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", 1316 "metadata": null, 1317 "publish": null, 1318 "authors": [ 1319 "Alex Crichton <alex@alexcrichton.com>" 1320 ], 1321 "categories": [], 1322 "keywords": [], 1323 "readme": "README.md", 1324 "repository": "https://github.com/alexcrichton/cfg-if", 1325 "homepage": "https://github.com/alexcrichton/cfg-if", 1326 "documentation": "https://docs.rs/cfg-if", 1327 "edition": "2018", 1328 "links": null, 1329 "default_run": null, 1330 "rust_version": null 1331 }, 1332 { 1333 "name": "clap", 1334 "version": "2.34.0", 1335 "id": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", 1336 "license": "MIT", 1337 "license_file": null, 1338 "description": "A simple to use, efficient, and full-featured Command Line Argument Parser\n", 1339 "source": "registry+https://github.com/rust-lang/crates.io-index", 1340 "dependencies": [ 1341 { 1342 "name": "atty", 1343 "source": "registry+https://github.com/rust-lang/crates.io-index", 1344 "req": "^0.2.2", 1345 "kind": null, 1346 "rename": null, 1347 "optional": true, 1348 "uses_default_features": true, 1349 "features": [], 1350 "target": null, 1351 "registry": null 1352 }, 1353 { 1354 "name": "bitflags", 1355 "source": "registry+https://github.com/rust-lang/crates.io-index", 1356 "req": "^1.0", 1357 "kind": null, 1358 "rename": null, 1359 "optional": false, 1360 "uses_default_features": true, 1361 "features": [], 1362 "target": null, 1363 "registry": null 1364 }, 1365 { 1366 "name": "clippy", 1367 "source": "registry+https://github.com/rust-lang/crates.io-index", 1368 "req": "~0.0.166", 1369 "kind": null, 1370 "rename": null, 1371 "optional": true, 1372 "uses_default_features": true, 1373 "features": [], 1374 "target": null, 1375 "registry": null 1376 }, 1377 { 1378 "name": "strsim", 1379 "source": "registry+https://github.com/rust-lang/crates.io-index", 1380 "req": "^0.8", 1381 "kind": null, 1382 "rename": null, 1383 "optional": true, 1384 "uses_default_features": true, 1385 "features": [], 1386 "target": null, 1387 "registry": null 1388 }, 1389 { 1390 "name": "term_size", 1391 "source": "registry+https://github.com/rust-lang/crates.io-index", 1392 "req": "^0.3.0", 1393 "kind": null, 1394 "rename": null, 1395 "optional": true, 1396 "uses_default_features": true, 1397 "features": [], 1398 "target": null, 1399 "registry": null 1400 }, 1401 { 1402 "name": "textwrap", 1403 "source": "registry+https://github.com/rust-lang/crates.io-index", 1404 "req": "^0.11.0", 1405 "kind": null, 1406 "rename": null, 1407 "optional": false, 1408 "uses_default_features": true, 1409 "features": [], 1410 "target": null, 1411 "registry": null 1412 }, 1413 { 1414 "name": "unicode-width", 1415 "source": "registry+https://github.com/rust-lang/crates.io-index", 1416 "req": "^0.1.4", 1417 "kind": null, 1418 "rename": null, 1419 "optional": false, 1420 "uses_default_features": true, 1421 "features": [], 1422 "target": null, 1423 "registry": null 1424 }, 1425 { 1426 "name": "vec_map", 1427 "source": "registry+https://github.com/rust-lang/crates.io-index", 1428 "req": "^0.8", 1429 "kind": null, 1430 "rename": null, 1431 "optional": true, 1432 "uses_default_features": true, 1433 "features": [], 1434 "target": null, 1435 "registry": null 1436 }, 1437 { 1438 "name": "yaml-rust", 1439 "source": "registry+https://github.com/rust-lang/crates.io-index", 1440 "req": "^0.3.5", 1441 "kind": null, 1442 "rename": null, 1443 "optional": true, 1444 "uses_default_features": true, 1445 "features": [], 1446 "target": null, 1447 "registry": null 1448 }, 1449 { 1450 "name": "lazy_static", 1451 "source": "registry+https://github.com/rust-lang/crates.io-index", 1452 "req": "^1.3", 1453 "kind": "dev", 1454 "rename": null, 1455 "optional": false, 1456 "uses_default_features": true, 1457 "features": [], 1458 "target": null, 1459 "registry": null 1460 }, 1461 { 1462 "name": "regex", 1463 "source": "registry+https://github.com/rust-lang/crates.io-index", 1464 "req": "^1", 1465 "kind": "dev", 1466 "rename": null, 1467 "optional": false, 1468 "uses_default_features": true, 1469 "features": [], 1470 "target": null, 1471 "registry": null 1472 }, 1473 { 1474 "name": "version-sync", 1475 "source": "registry+https://github.com/rust-lang/crates.io-index", 1476 "req": "^0.8", 1477 "kind": "dev", 1478 "rename": null, 1479 "optional": false, 1480 "uses_default_features": true, 1481 "features": [], 1482 "target": null, 1483 "registry": null 1484 }, 1485 { 1486 "name": "ansi_term", 1487 "source": "registry+https://github.com/rust-lang/crates.io-index", 1488 "req": "^0.12", 1489 "kind": null, 1490 "rename": null, 1491 "optional": true, 1492 "uses_default_features": true, 1493 "features": [], 1494 "target": "cfg(not(windows))", 1495 "registry": null 1496 } 1497 ], 1498 "targets": [ 1499 { 1500 "kind": [ 1501 "lib" 1502 ], 1503 "crate_types": [ 1504 "lib" 1505 ], 1506 "name": "clap", 1507 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs", 1508 "edition": "2018", 1509 "doc": true, 1510 "doctest": true, 1511 "test": true 1512 } 1513 ], 1514 "features": { 1515 "ansi_term": [ 1516 "dep:ansi_term" 1517 ], 1518 "atty": [ 1519 "dep:atty" 1520 ], 1521 "clippy": [ 1522 "dep:clippy" 1523 ], 1524 "color": [ 1525 "ansi_term", 1526 "atty" 1527 ], 1528 "debug": [], 1529 "default": [ 1530 "suggestions", 1531 "color", 1532 "vec_map" 1533 ], 1534 "doc": [ 1535 "yaml" 1536 ], 1537 "nightly": [], 1538 "no_cargo": [], 1539 "strsim": [ 1540 "dep:strsim" 1541 ], 1542 "suggestions": [ 1543 "strsim" 1544 ], 1545 "term_size": [ 1546 "dep:term_size" 1547 ], 1548 "unstable": [], 1549 "vec_map": [ 1550 "dep:vec_map" 1551 ], 1552 "wrap_help": [ 1553 "term_size", 1554 "textwrap/term_size" 1555 ], 1556 "yaml": [ 1557 "yaml-rust" 1558 ], 1559 "yaml-rust": [ 1560 "dep:yaml-rust" 1561 ] 1562 }, 1563 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/Cargo.toml", 1564 "metadata": { 1565 "docs": { 1566 "rs": { 1567 "features": [ 1568 "doc" 1569 ] 1570 } 1571 } 1572 }, 1573 "publish": null, 1574 "authors": [ 1575 "Kevin K. <kbknapp@gmail.com>" 1576 ], 1577 "categories": [ 1578 "command-line-interface" 1579 ], 1580 "keywords": [ 1581 "argument", 1582 "cli", 1583 "arg", 1584 "parser", 1585 "parse" 1586 ], 1587 "readme": "README.md", 1588 "repository": "https://github.com/clap-rs/clap", 1589 "homepage": "https://clap.rs/", 1590 "documentation": "https://docs.rs/clap/", 1591 "edition": "2018", 1592 "links": null, 1593 "default_run": null, 1594 "rust_version": null 1595 }, 1596 { 1597 "name": "crossbeam-channel", 1598 "version": "0.5.8", 1599 "id": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", 1600 "license": "MIT OR Apache-2.0", 1601 "license_file": null, 1602 "description": "Multi-producer multi-consumer channels for message passing", 1603 "source": "registry+https://github.com/rust-lang/crates.io-index", 1604 "dependencies": [ 1605 { 1606 "name": "cfg-if", 1607 "source": "registry+https://github.com/rust-lang/crates.io-index", 1608 "req": "^1", 1609 "kind": null, 1610 "rename": null, 1611 "optional": false, 1612 "uses_default_features": true, 1613 "features": [], 1614 "target": null, 1615 "registry": null 1616 }, 1617 { 1618 "name": "crossbeam-utils", 1619 "source": "registry+https://github.com/rust-lang/crates.io-index", 1620 "req": "^0.8", 1621 "kind": null, 1622 "rename": null, 1623 "optional": true, 1624 "uses_default_features": false, 1625 "features": [], 1626 "target": null, 1627 "registry": null 1628 }, 1629 { 1630 "name": "num_cpus", 1631 "source": "registry+https://github.com/rust-lang/crates.io-index", 1632 "req": "^1.13.0", 1633 "kind": "dev", 1634 "rename": null, 1635 "optional": false, 1636 "uses_default_features": true, 1637 "features": [], 1638 "target": null, 1639 "registry": null 1640 }, 1641 { 1642 "name": "rand", 1643 "source": "registry+https://github.com/rust-lang/crates.io-index", 1644 "req": "^0.8", 1645 "kind": "dev", 1646 "rename": null, 1647 "optional": false, 1648 "uses_default_features": true, 1649 "features": [], 1650 "target": null, 1651 "registry": null 1652 }, 1653 { 1654 "name": "signal-hook", 1655 "source": "registry+https://github.com/rust-lang/crates.io-index", 1656 "req": "^0.3", 1657 "kind": "dev", 1658 "rename": null, 1659 "optional": false, 1660 "uses_default_features": true, 1661 "features": [], 1662 "target": null, 1663 "registry": null 1664 } 1665 ], 1666 "targets": [ 1667 { 1668 "kind": [ 1669 "lib" 1670 ], 1671 "crate_types": [ 1672 "lib" 1673 ], 1674 "name": "crossbeam-channel", 1675 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs", 1676 "edition": "2018", 1677 "doc": true, 1678 "doctest": true, 1679 "test": true 1680 }, 1681 { 1682 "kind": [ 1683 "example" 1684 ], 1685 "crate_types": [ 1686 "bin" 1687 ], 1688 "name": "fibonacci", 1689 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/examples/fibonacci.rs", 1690 "edition": "2018", 1691 "doc": false, 1692 "doctest": false, 1693 "test": false 1694 }, 1695 { 1696 "kind": [ 1697 "example" 1698 ], 1699 "crate_types": [ 1700 "bin" 1701 ], 1702 "name": "matching", 1703 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/examples/matching.rs", 1704 "edition": "2018", 1705 "doc": false, 1706 "doctest": false, 1707 "test": false 1708 }, 1709 { 1710 "kind": [ 1711 "example" 1712 ], 1713 "crate_types": [ 1714 "bin" 1715 ], 1716 "name": "stopwatch", 1717 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/examples/stopwatch.rs", 1718 "edition": "2018", 1719 "doc": false, 1720 "doctest": false, 1721 "test": false 1722 }, 1723 { 1724 "kind": [ 1725 "test" 1726 ], 1727 "crate_types": [ 1728 "bin" 1729 ], 1730 "name": "after", 1731 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/after.rs", 1732 "edition": "2018", 1733 "doc": false, 1734 "doctest": false, 1735 "test": true 1736 }, 1737 { 1738 "kind": [ 1739 "test" 1740 ], 1741 "crate_types": [ 1742 "bin" 1743 ], 1744 "name": "array", 1745 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/array.rs", 1746 "edition": "2018", 1747 "doc": false, 1748 "doctest": false, 1749 "test": true 1750 }, 1751 { 1752 "kind": [ 1753 "test" 1754 ], 1755 "crate_types": [ 1756 "bin" 1757 ], 1758 "name": "golang", 1759 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/golang.rs", 1760 "edition": "2018", 1761 "doc": false, 1762 "doctest": false, 1763 "test": true 1764 }, 1765 { 1766 "kind": [ 1767 "test" 1768 ], 1769 "crate_types": [ 1770 "bin" 1771 ], 1772 "name": "iter", 1773 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/iter.rs", 1774 "edition": "2018", 1775 "doc": false, 1776 "doctest": false, 1777 "test": true 1778 }, 1779 { 1780 "kind": [ 1781 "test" 1782 ], 1783 "crate_types": [ 1784 "bin" 1785 ], 1786 "name": "list", 1787 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/list.rs", 1788 "edition": "2018", 1789 "doc": false, 1790 "doctest": false, 1791 "test": true 1792 }, 1793 { 1794 "kind": [ 1795 "test" 1796 ], 1797 "crate_types": [ 1798 "bin" 1799 ], 1800 "name": "mpsc", 1801 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/mpsc.rs", 1802 "edition": "2018", 1803 "doc": false, 1804 "doctest": false, 1805 "test": true 1806 }, 1807 { 1808 "kind": [ 1809 "test" 1810 ], 1811 "crate_types": [ 1812 "bin" 1813 ], 1814 "name": "never", 1815 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/never.rs", 1816 "edition": "2018", 1817 "doc": false, 1818 "doctest": false, 1819 "test": true 1820 }, 1821 { 1822 "kind": [ 1823 "test" 1824 ], 1825 "crate_types": [ 1826 "bin" 1827 ], 1828 "name": "ready", 1829 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/ready.rs", 1830 "edition": "2018", 1831 "doc": false, 1832 "doctest": false, 1833 "test": true 1834 }, 1835 { 1836 "kind": [ 1837 "test" 1838 ], 1839 "crate_types": [ 1840 "bin" 1841 ], 1842 "name": "same_channel", 1843 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/same_channel.rs", 1844 "edition": "2018", 1845 "doc": false, 1846 "doctest": false, 1847 "test": true 1848 }, 1849 { 1850 "kind": [ 1851 "test" 1852 ], 1853 "crate_types": [ 1854 "bin" 1855 ], 1856 "name": "select", 1857 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/select.rs", 1858 "edition": "2018", 1859 "doc": false, 1860 "doctest": false, 1861 "test": true 1862 }, 1863 { 1864 "kind": [ 1865 "test" 1866 ], 1867 "crate_types": [ 1868 "bin" 1869 ], 1870 "name": "select_macro", 1871 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/select_macro.rs", 1872 "edition": "2018", 1873 "doc": false, 1874 "doctest": false, 1875 "test": true 1876 }, 1877 { 1878 "kind": [ 1879 "test" 1880 ], 1881 "crate_types": [ 1882 "bin" 1883 ], 1884 "name": "thread_locals", 1885 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/thread_locals.rs", 1886 "edition": "2018", 1887 "doc": false, 1888 "doctest": false, 1889 "test": true 1890 }, 1891 { 1892 "kind": [ 1893 "test" 1894 ], 1895 "crate_types": [ 1896 "bin" 1897 ], 1898 "name": "tick", 1899 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/tick.rs", 1900 "edition": "2018", 1901 "doc": false, 1902 "doctest": false, 1903 "test": true 1904 }, 1905 { 1906 "kind": [ 1907 "test" 1908 ], 1909 "crate_types": [ 1910 "bin" 1911 ], 1912 "name": "zero", 1913 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/zero.rs", 1914 "edition": "2018", 1915 "doc": false, 1916 "doctest": false, 1917 "test": true 1918 }, 1919 { 1920 "kind": [ 1921 "bench" 1922 ], 1923 "crate_types": [ 1924 "bin" 1925 ], 1926 "name": "crossbeam", 1927 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/benches/crossbeam.rs", 1928 "edition": "2018", 1929 "doc": false, 1930 "doctest": false, 1931 "test": false 1932 } 1933 ], 1934 "features": { 1935 "crossbeam-utils": [ 1936 "dep:crossbeam-utils" 1937 ], 1938 "default": [ 1939 "std" 1940 ], 1941 "std": [ 1942 "crossbeam-utils/std" 1943 ] 1944 }, 1945 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/Cargo.toml", 1946 "metadata": null, 1947 "publish": null, 1948 "authors": [], 1949 "categories": [ 1950 "algorithms", 1951 "concurrency", 1952 "data-structures" 1953 ], 1954 "keywords": [ 1955 "channel", 1956 "mpmc", 1957 "select", 1958 "golang", 1959 "message" 1960 ], 1961 "readme": "README.md", 1962 "repository": "https://github.com/crossbeam-rs/crossbeam", 1963 "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel", 1964 "documentation": null, 1965 "edition": "2018", 1966 "links": null, 1967 "default_run": null, 1968 "rust_version": "1.38" 1969 }, 1970 { 1971 "name": "crossbeam-utils", 1972 "version": "0.8.15", 1973 "id": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", 1974 "license": "MIT OR Apache-2.0", 1975 "license_file": null, 1976 "description": "Utilities for concurrent programming", 1977 "source": "registry+https://github.com/rust-lang/crates.io-index", 1978 "dependencies": [ 1979 { 1980 "name": "cfg-if", 1981 "source": "registry+https://github.com/rust-lang/crates.io-index", 1982 "req": "^1", 1983 "kind": null, 1984 "rename": null, 1985 "optional": false, 1986 "uses_default_features": true, 1987 "features": [], 1988 "target": null, 1989 "registry": null 1990 }, 1991 { 1992 "name": "rand", 1993 "source": "registry+https://github.com/rust-lang/crates.io-index", 1994 "req": "^0.8", 1995 "kind": "dev", 1996 "rename": null, 1997 "optional": false, 1998 "uses_default_features": true, 1999 "features": [], 2000 "target": null, 2001 "registry": null 2002 }, 2003 { 2004 "name": "rustversion", 2005 "source": "registry+https://github.com/rust-lang/crates.io-index", 2006 "req": "^1", 2007 "kind": "dev", 2008 "rename": null, 2009 "optional": false, 2010 "uses_default_features": true, 2011 "features": [], 2012 "target": null, 2013 "registry": null 2014 }, 2015 { 2016 "name": "loom", 2017 "source": "registry+https://github.com/rust-lang/crates.io-index", 2018 "req": "^0.5", 2019 "kind": null, 2020 "rename": null, 2021 "optional": true, 2022 "uses_default_features": true, 2023 "features": [], 2024 "target": "cfg(crossbeam_loom)", 2025 "registry": null 2026 } 2027 ], 2028 "targets": [ 2029 { 2030 "kind": [ 2031 "lib" 2032 ], 2033 "crate_types": [ 2034 "lib" 2035 ], 2036 "name": "crossbeam-utils", 2037 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs", 2038 "edition": "2018", 2039 "doc": true, 2040 "doctest": true, 2041 "test": true 2042 }, 2043 { 2044 "kind": [ 2045 "test" 2046 ], 2047 "crate_types": [ 2048 "bin" 2049 ], 2050 "name": "atomic_cell", 2051 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/atomic_cell.rs", 2052 "edition": "2018", 2053 "doc": false, 2054 "doctest": false, 2055 "test": true 2056 }, 2057 { 2058 "kind": [ 2059 "test" 2060 ], 2061 "crate_types": [ 2062 "bin" 2063 ], 2064 "name": "cache_padded", 2065 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/cache_padded.rs", 2066 "edition": "2018", 2067 "doc": false, 2068 "doctest": false, 2069 "test": true 2070 }, 2071 { 2072 "kind": [ 2073 "test" 2074 ], 2075 "crate_types": [ 2076 "bin" 2077 ], 2078 "name": "parker", 2079 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/parker.rs", 2080 "edition": "2018", 2081 "doc": false, 2082 "doctest": false, 2083 "test": true 2084 }, 2085 { 2086 "kind": [ 2087 "test" 2088 ], 2089 "crate_types": [ 2090 "bin" 2091 ], 2092 "name": "sharded_lock", 2093 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/sharded_lock.rs", 2094 "edition": "2018", 2095 "doc": false, 2096 "doctest": false, 2097 "test": true 2098 }, 2099 { 2100 "kind": [ 2101 "test" 2102 ], 2103 "crate_types": [ 2104 "bin" 2105 ], 2106 "name": "thread", 2107 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/thread.rs", 2108 "edition": "2018", 2109 "doc": false, 2110 "doctest": false, 2111 "test": true 2112 }, 2113 { 2114 "kind": [ 2115 "test" 2116 ], 2117 "crate_types": [ 2118 "bin" 2119 ], 2120 "name": "wait_group", 2121 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/tests/wait_group.rs", 2122 "edition": "2018", 2123 "doc": false, 2124 "doctest": false, 2125 "test": true 2126 }, 2127 { 2128 "kind": [ 2129 "bench" 2130 ], 2131 "crate_types": [ 2132 "bin" 2133 ], 2134 "name": "atomic_cell", 2135 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/benches/atomic_cell.rs", 2136 "edition": "2018", 2137 "doc": false, 2138 "doctest": false, 2139 "test": false 2140 }, 2141 { 2142 "kind": [ 2143 "custom-build" 2144 ], 2145 "crate_types": [ 2146 "bin" 2147 ], 2148 "name": "build-script-build", 2149 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs", 2150 "edition": "2018", 2151 "doc": false, 2152 "doctest": false, 2153 "test": false 2154 } 2155 ], 2156 "features": { 2157 "default": [ 2158 "std" 2159 ], 2160 "loom": [ 2161 "dep:loom" 2162 ], 2163 "nightly": [], 2164 "std": [] 2165 }, 2166 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/Cargo.toml", 2167 "metadata": null, 2168 "publish": null, 2169 "authors": [], 2170 "categories": [ 2171 "algorithms", 2172 "concurrency", 2173 "data-structures", 2174 "no-std" 2175 ], 2176 "keywords": [ 2177 "scoped", 2178 "thread", 2179 "atomic", 2180 "cache" 2181 ], 2182 "readme": "README.md", 2183 "repository": "https://github.com/crossbeam-rs/crossbeam", 2184 "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", 2185 "documentation": null, 2186 "edition": "2018", 2187 "links": null, 2188 "default_run": null, 2189 "rust_version": "1.38" 2190 }, 2191 { 2192 "name": "encoding_rs", 2193 "version": "0.8.32", 2194 "id": "encoding_rs 0.8.32 (registry+https://github.com/rust-lang/crates.io-index)", 2195 "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", 2196 "license_file": null, 2197 "description": "A Gecko-oriented implementation of the Encoding Standard", 2198 "source": "registry+https://github.com/rust-lang/crates.io-index", 2199 "dependencies": [ 2200 { 2201 "name": "cfg-if", 2202 "source": "registry+https://github.com/rust-lang/crates.io-index", 2203 "req": "^1.0", 2204 "kind": null, 2205 "rename": null, 2206 "optional": false, 2207 "uses_default_features": true, 2208 "features": [], 2209 "target": null, 2210 "registry": null 2211 }, 2212 { 2213 "name": "packed_simd_2", 2214 "source": "registry+https://github.com/rust-lang/crates.io-index", 2215 "req": "^0.3.4", 2216 "kind": null, 2217 "rename": "packed_simd", 2218 "optional": true, 2219 "uses_default_features": true, 2220 "features": [], 2221 "target": null, 2222 "registry": null 2223 }, 2224 { 2225 "name": "serde", 2226 "source": "registry+https://github.com/rust-lang/crates.io-index", 2227 "req": "^1.0", 2228 "kind": null, 2229 "rename": null, 2230 "optional": true, 2231 "uses_default_features": true, 2232 "features": [], 2233 "target": null, 2234 "registry": null 2235 }, 2236 { 2237 "name": "bincode", 2238 "source": "registry+https://github.com/rust-lang/crates.io-index", 2239 "req": "^1.0", 2240 "kind": "dev", 2241 "rename": null, 2242 "optional": false, 2243 "uses_default_features": true, 2244 "features": [], 2245 "target": null, 2246 "registry": null 2247 }, 2248 { 2249 "name": "serde_derive", 2250 "source": "registry+https://github.com/rust-lang/crates.io-index", 2251 "req": "^1.0", 2252 "kind": "dev", 2253 "rename": null, 2254 "optional": false, 2255 "uses_default_features": true, 2256 "features": [], 2257 "target": null, 2258 "registry": null 2259 }, 2260 { 2261 "name": "serde_json", 2262 "source": "registry+https://github.com/rust-lang/crates.io-index", 2263 "req": "^1.0", 2264 "kind": "dev", 2265 "rename": null, 2266 "optional": false, 2267 "uses_default_features": true, 2268 "features": [], 2269 "target": null, 2270 "registry": null 2271 } 2272 ], 2273 "targets": [ 2274 { 2275 "kind": [ 2276 "lib" 2277 ], 2278 "crate_types": [ 2279 "lib" 2280 ], 2281 "name": "encoding_rs", 2282 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/src/lib.rs", 2283 "edition": "2018", 2284 "doc": true, 2285 "doctest": true, 2286 "test": true 2287 } 2288 ], 2289 "features": { 2290 "alloc": [], 2291 "default": [ 2292 "alloc" 2293 ], 2294 "fast-big5-hanzi-encode": [], 2295 "fast-gb-hanzi-encode": [], 2296 "fast-hangul-encode": [], 2297 "fast-hanja-encode": [], 2298 "fast-kanji-encode": [], 2299 "fast-legacy-encode": [ 2300 "fast-hangul-encode", 2301 "fast-hanja-encode", 2302 "fast-kanji-encode", 2303 "fast-gb-hanzi-encode", 2304 "fast-big5-hanzi-encode" 2305 ], 2306 "less-slow-big5-hanzi-encode": [], 2307 "less-slow-gb-hanzi-encode": [], 2308 "less-slow-kanji-encode": [], 2309 "packed_simd": [ 2310 "dep:packed_simd" 2311 ], 2312 "serde": [ 2313 "dep:serde" 2314 ], 2315 "simd-accel": [ 2316 "packed_simd", 2317 "packed_simd/into_bits" 2318 ] 2319 }, 2320 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/Cargo.toml", 2321 "metadata": null, 2322 "publish": null, 2323 "authors": [ 2324 "Henri Sivonen <hsivonen@hsivonen.fi>" 2325 ], 2326 "categories": [ 2327 "text-processing", 2328 "encoding", 2329 "web-programming", 2330 "internationalization" 2331 ], 2332 "keywords": [ 2333 "encoding", 2334 "web", 2335 "unicode", 2336 "charset" 2337 ], 2338 "readme": "README.md", 2339 "repository": "https://github.com/hsivonen/encoding_rs", 2340 "homepage": "https://docs.rs/encoding_rs/", 2341 "documentation": "https://docs.rs/encoding_rs/", 2342 "edition": "2018", 2343 "links": null, 2344 "default_run": null, 2345 "rust_version": null 2346 }, 2347 { 2348 "name": "encoding_rs_io", 2349 "version": "0.1.7", 2350 "id": "encoding_rs_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 2351 "license": "MIT OR Apache-2.0", 2352 "license_file": null, 2353 "description": "Streaming transcoding for encoding_rs", 2354 "source": "registry+https://github.com/rust-lang/crates.io-index", 2355 "dependencies": [ 2356 { 2357 "name": "encoding_rs", 2358 "source": "registry+https://github.com/rust-lang/crates.io-index", 2359 "req": "^0.8", 2360 "kind": null, 2361 "rename": null, 2362 "optional": false, 2363 "uses_default_features": true, 2364 "features": [], 2365 "target": null, 2366 "registry": null 2367 } 2368 ], 2369 "targets": [ 2370 { 2371 "kind": [ 2372 "lib" 2373 ], 2374 "crate_types": [ 2375 "lib" 2376 ], 2377 "name": "encoding_rs_io", 2378 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs_io-0.1.7/src/lib.rs", 2379 "edition": "2015", 2380 "doc": true, 2381 "doctest": true, 2382 "test": true 2383 } 2384 ], 2385 "features": {}, 2386 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs_io-0.1.7/Cargo.toml", 2387 "metadata": null, 2388 "publish": null, 2389 "authors": [ 2390 "Andrew Gallant <jamslam@gmail.com>" 2391 ], 2392 "categories": [ 2393 "text-processing", 2394 "encoding", 2395 "web-programming", 2396 "email" 2397 ], 2398 "keywords": [ 2399 "encoding", 2400 "transcoding", 2401 "stream", 2402 "io", 2403 "read" 2404 ], 2405 "readme": "README.md", 2406 "repository": "https://github.com/BurntSushi/encoding_rs_io", 2407 "homepage": null, 2408 "documentation": "https://docs.rs/encoding_rs_io", 2409 "edition": "2015", 2410 "links": null, 2411 "default_run": null, 2412 "rust_version": null 2413 }, 2414 { 2415 "name": "fnv", 2416 "version": "1.0.7", 2417 "id": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 2418 "license": "Apache-2.0 / MIT", 2419 "license_file": null, 2420 "description": "Fowler–Noll–Vo hash function", 2421 "source": "registry+https://github.com/rust-lang/crates.io-index", 2422 "dependencies": [], 2423 "targets": [ 2424 { 2425 "kind": [ 2426 "lib" 2427 ], 2428 "crate_types": [ 2429 "lib" 2430 ], 2431 "name": "fnv", 2432 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs", 2433 "edition": "2015", 2434 "doc": true, 2435 "doctest": true, 2436 "test": true 2437 } 2438 ], 2439 "features": { 2440 "default": [ 2441 "std" 2442 ], 2443 "std": [] 2444 }, 2445 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml", 2446 "metadata": null, 2447 "publish": null, 2448 "authors": [ 2449 "Alex Crichton <alex@alexcrichton.com>" 2450 ], 2451 "categories": [], 2452 "keywords": [], 2453 "readme": "README.md", 2454 "repository": "https://github.com/servo/rust-fnv", 2455 "homepage": null, 2456 "documentation": "https://doc.servo.org/fnv/", 2457 "edition": "2015", 2458 "links": null, 2459 "default_run": null, 2460 "rust_version": null 2461 }, 2462 { 2463 "name": "glob", 2464 "version": "0.3.1", 2465 "id": "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2466 "license": "MIT OR Apache-2.0", 2467 "license_file": null, 2468 "description": "Support for matching file paths against Unix shell style patterns.\n", 2469 "source": "registry+https://github.com/rust-lang/crates.io-index", 2470 "dependencies": [ 2471 { 2472 "name": "doc-comment", 2473 "source": "registry+https://github.com/rust-lang/crates.io-index", 2474 "req": "^0.3", 2475 "kind": "dev", 2476 "rename": null, 2477 "optional": false, 2478 "uses_default_features": true, 2479 "features": [], 2480 "target": null, 2481 "registry": null 2482 }, 2483 { 2484 "name": "tempdir", 2485 "source": "registry+https://github.com/rust-lang/crates.io-index", 2486 "req": "^0.3", 2487 "kind": "dev", 2488 "rename": null, 2489 "optional": false, 2490 "uses_default_features": true, 2491 "features": [], 2492 "target": null, 2493 "registry": null 2494 } 2495 ], 2496 "targets": [ 2497 { 2498 "kind": [ 2499 "lib" 2500 ], 2501 "crate_types": [ 2502 "lib" 2503 ], 2504 "name": "glob", 2505 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs", 2506 "edition": "2015", 2507 "doc": true, 2508 "doctest": true, 2509 "test": true 2510 }, 2511 { 2512 "kind": [ 2513 "test" 2514 ], 2515 "crate_types": [ 2516 "bin" 2517 ], 2518 "name": "glob-std", 2519 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/tests/glob-std.rs", 2520 "edition": "2015", 2521 "doc": false, 2522 "doctest": false, 2523 "test": true 2524 } 2525 ], 2526 "features": {}, 2527 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/Cargo.toml", 2528 "metadata": null, 2529 "publish": null, 2530 "authors": [ 2531 "The Rust Project Developers" 2532 ], 2533 "categories": [ 2534 "filesystem" 2535 ], 2536 "keywords": [], 2537 "readme": "README.md", 2538 "repository": "https://github.com/rust-lang/glob", 2539 "homepage": "https://github.com/rust-lang/glob", 2540 "documentation": "https://docs.rs/glob/0.3.1", 2541 "edition": "2015", 2542 "links": null, 2543 "default_run": null, 2544 "rust_version": null 2545 }, 2546 { 2547 "name": "globset", 2548 "version": "0.4.10", 2549 "id": "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 2550 "license": "Unlicense OR MIT", 2551 "license_file": null, 2552 "description": "Cross platform single glob and glob set matching. Glob set matching is the\nprocess of matching one or more glob patterns against a single candidate path\nsimultaneously, and returning all of the globs that matched.\n", 2553 "source": null, 2554 "dependencies": [ 2555 { 2556 "name": "aho-corasick", 2557 "source": "registry+https://github.com/rust-lang/crates.io-index", 2558 "req": "^0.7.3", 2559 "kind": null, 2560 "rename": null, 2561 "optional": false, 2562 "uses_default_features": true, 2563 "features": [], 2564 "target": null, 2565 "registry": null 2566 }, 2567 { 2568 "name": "bstr", 2569 "source": "registry+https://github.com/rust-lang/crates.io-index", 2570 "req": "^1.1.0", 2571 "kind": null, 2572 "rename": null, 2573 "optional": false, 2574 "uses_default_features": false, 2575 "features": [ 2576 "std" 2577 ], 2578 "target": null, 2579 "registry": null 2580 }, 2581 { 2582 "name": "fnv", 2583 "source": "registry+https://github.com/rust-lang/crates.io-index", 2584 "req": "^1.0.6", 2585 "kind": null, 2586 "rename": null, 2587 "optional": false, 2588 "uses_default_features": true, 2589 "features": [], 2590 "target": null, 2591 "registry": null 2592 }, 2593 { 2594 "name": "log", 2595 "source": "registry+https://github.com/rust-lang/crates.io-index", 2596 "req": "^0.4.5", 2597 "kind": null, 2598 "rename": null, 2599 "optional": true, 2600 "uses_default_features": true, 2601 "features": [], 2602 "target": null, 2603 "registry": null 2604 }, 2605 { 2606 "name": "regex", 2607 "source": "registry+https://github.com/rust-lang/crates.io-index", 2608 "req": "^1.1.5", 2609 "kind": null, 2610 "rename": null, 2611 "optional": false, 2612 "uses_default_features": false, 2613 "features": [ 2614 "perf", 2615 "std" 2616 ], 2617 "target": null, 2618 "registry": null 2619 }, 2620 { 2621 "name": "serde", 2622 "source": "registry+https://github.com/rust-lang/crates.io-index", 2623 "req": "^1.0.104", 2624 "kind": null, 2625 "rename": null, 2626 "optional": true, 2627 "uses_default_features": true, 2628 "features": [], 2629 "target": null, 2630 "registry": null 2631 }, 2632 { 2633 "name": "glob", 2634 "source": "registry+https://github.com/rust-lang/crates.io-index", 2635 "req": "^0.3.0", 2636 "kind": "dev", 2637 "rename": null, 2638 "optional": false, 2639 "uses_default_features": true, 2640 "features": [], 2641 "target": null, 2642 "registry": null 2643 }, 2644 { 2645 "name": "lazy_static", 2646 "source": "registry+https://github.com/rust-lang/crates.io-index", 2647 "req": "^1", 2648 "kind": "dev", 2649 "rename": null, 2650 "optional": false, 2651 "uses_default_features": true, 2652 "features": [], 2653 "target": null, 2654 "registry": null 2655 }, 2656 { 2657 "name": "serde_json", 2658 "source": "registry+https://github.com/rust-lang/crates.io-index", 2659 "req": "^1.0.45", 2660 "kind": "dev", 2661 "rename": null, 2662 "optional": false, 2663 "uses_default_features": true, 2664 "features": [], 2665 "target": null, 2666 "registry": null 2667 } 2668 ], 2669 "targets": [ 2670 { 2671 "kind": [ 2672 "lib" 2673 ], 2674 "crate_types": [ 2675 "lib" 2676 ], 2677 "name": "globset", 2678 "src_path": "$ROOT$ripgrep/crates/globset/src/lib.rs", 2679 "edition": "2018", 2680 "doc": true, 2681 "doctest": true, 2682 "test": true 2683 }, 2684 { 2685 "kind": [ 2686 "bench" 2687 ], 2688 "crate_types": [ 2689 "bin" 2690 ], 2691 "name": "bench", 2692 "src_path": "$ROOT$ripgrep/crates/globset/benches/bench.rs", 2693 "edition": "2018", 2694 "doc": false, 2695 "doctest": false, 2696 "test": false 2697 } 2698 ], 2699 "features": { 2700 "default": [ 2701 "log" 2702 ], 2703 "log": [ 2704 "dep:log" 2705 ], 2706 "serde": [ 2707 "dep:serde" 2708 ], 2709 "serde1": [ 2710 "serde" 2711 ], 2712 "simd-accel": [] 2713 }, 2714 "manifest_path": "$ROOT$ripgrep/crates/globset/Cargo.toml", 2715 "metadata": null, 2716 "publish": null, 2717 "authors": [ 2718 "Andrew Gallant <jamslam@gmail.com>" 2719 ], 2720 "categories": [], 2721 "keywords": [ 2722 "regex", 2723 "glob", 2724 "multiple", 2725 "set", 2726 "pattern" 2727 ], 2728 "readme": "README.md", 2729 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset", 2730 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset", 2731 "documentation": "https://docs.rs/globset", 2732 "edition": "2018", 2733 "links": null, 2734 "default_run": null, 2735 "rust_version": null 2736 }, 2737 { 2738 "name": "grep", 2739 "version": "0.2.11", 2740 "id": "grep 0.2.11 (path+file:///$ROOT$ripgrep/crates/grep)", 2741 "license": "Unlicense OR MIT", 2742 "license_file": null, 2743 "description": "Fast line oriented regex searching as a library.\n", 2744 "source": null, 2745 "dependencies": [ 2746 { 2747 "name": "grep-cli", 2748 "source": null, 2749 "req": "^0.1.7", 2750 "kind": null, 2751 "rename": null, 2752 "optional": false, 2753 "uses_default_features": true, 2754 "features": [], 2755 "target": null, 2756 "registry": null, 2757 "path": "$ROOT$ripgrep/crates/cli" 2758 }, 2759 { 2760 "name": "grep-matcher", 2761 "source": null, 2762 "req": "^0.1.6", 2763 "kind": null, 2764 "rename": null, 2765 "optional": false, 2766 "uses_default_features": true, 2767 "features": [], 2768 "target": null, 2769 "registry": null, 2770 "path": "$ROOT$ripgrep/crates/matcher" 2771 }, 2772 { 2773 "name": "grep-pcre2", 2774 "source": null, 2775 "req": "^0.1.6", 2776 "kind": null, 2777 "rename": null, 2778 "optional": true, 2779 "uses_default_features": true, 2780 "features": [], 2781 "target": null, 2782 "registry": null, 2783 "path": "$ROOT$ripgrep/crates/pcre2" 2784 }, 2785 { 2786 "name": "grep-printer", 2787 "source": null, 2788 "req": "^0.1.7", 2789 "kind": null, 2790 "rename": null, 2791 "optional": false, 2792 "uses_default_features": true, 2793 "features": [], 2794 "target": null, 2795 "registry": null, 2796 "path": "$ROOT$ripgrep/crates/printer" 2797 }, 2798 { 2799 "name": "grep-regex", 2800 "source": null, 2801 "req": "^0.1.11", 2802 "kind": null, 2803 "rename": null, 2804 "optional": false, 2805 "uses_default_features": true, 2806 "features": [], 2807 "target": null, 2808 "registry": null, 2809 "path": "$ROOT$ripgrep/crates/regex" 2810 }, 2811 { 2812 "name": "grep-searcher", 2813 "source": null, 2814 "req": "^0.1.11", 2815 "kind": null, 2816 "rename": null, 2817 "optional": false, 2818 "uses_default_features": true, 2819 "features": [], 2820 "target": null, 2821 "registry": null, 2822 "path": "$ROOT$ripgrep/crates/searcher" 2823 }, 2824 { 2825 "name": "termcolor", 2826 "source": "registry+https://github.com/rust-lang/crates.io-index", 2827 "req": "^1.0.4", 2828 "kind": "dev", 2829 "rename": null, 2830 "optional": false, 2831 "uses_default_features": true, 2832 "features": [], 2833 "target": null, 2834 "registry": null 2835 }, 2836 { 2837 "name": "walkdir", 2838 "source": "registry+https://github.com/rust-lang/crates.io-index", 2839 "req": "^2.2.7", 2840 "kind": "dev", 2841 "rename": null, 2842 "optional": false, 2843 "uses_default_features": true, 2844 "features": [], 2845 "target": null, 2846 "registry": null 2847 } 2848 ], 2849 "targets": [ 2850 { 2851 "kind": [ 2852 "lib" 2853 ], 2854 "crate_types": [ 2855 "lib" 2856 ], 2857 "name": "grep", 2858 "src_path": "$ROOT$ripgrep/crates/grep/src/lib.rs", 2859 "edition": "2018", 2860 "doc": true, 2861 "doctest": true, 2862 "test": true 2863 }, 2864 { 2865 "kind": [ 2866 "example" 2867 ], 2868 "crate_types": [ 2869 "bin" 2870 ], 2871 "name": "simplegrep", 2872 "src_path": "$ROOT$ripgrep/crates/grep/examples/simplegrep.rs", 2873 "edition": "2018", 2874 "doc": false, 2875 "doctest": false, 2876 "test": false 2877 } 2878 ], 2879 "features": { 2880 "avx-accel": [], 2881 "grep-pcre2": [ 2882 "dep:grep-pcre2" 2883 ], 2884 "pcre2": [ 2885 "grep-pcre2" 2886 ], 2887 "simd-accel": [ 2888 "grep-searcher/simd-accel" 2889 ] 2890 }, 2891 "manifest_path": "$ROOT$ripgrep/crates/grep/Cargo.toml", 2892 "metadata": null, 2893 "publish": null, 2894 "authors": [ 2895 "Andrew Gallant <jamslam@gmail.com>" 2896 ], 2897 "categories": [], 2898 "keywords": [ 2899 "regex", 2900 "grep", 2901 "egrep", 2902 "search", 2903 "pattern" 2904 ], 2905 "readme": "README.md", 2906 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep", 2907 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep", 2908 "documentation": "https://docs.rs/grep", 2909 "edition": "2018", 2910 "links": null, 2911 "default_run": null, 2912 "rust_version": null 2913 }, 2914 { 2915 "name": "grep-cli", 2916 "version": "0.1.7", 2917 "id": "grep-cli 0.1.7 (path+file:///$ROOT$ripgrep/crates/cli)", 2918 "license": "Unlicense OR MIT", 2919 "license_file": null, 2920 "description": "Utilities for search oriented command line applications.\n", 2921 "source": null, 2922 "dependencies": [ 2923 { 2924 "name": "atty", 2925 "source": "registry+https://github.com/rust-lang/crates.io-index", 2926 "req": "^0.2.11", 2927 "kind": null, 2928 "rename": null, 2929 "optional": false, 2930 "uses_default_features": true, 2931 "features": [], 2932 "target": null, 2933 "registry": null 2934 }, 2935 { 2936 "name": "bstr", 2937 "source": "registry+https://github.com/rust-lang/crates.io-index", 2938 "req": "^1.1.0", 2939 "kind": null, 2940 "rename": null, 2941 "optional": false, 2942 "uses_default_features": true, 2943 "features": [], 2944 "target": null, 2945 "registry": null 2946 }, 2947 { 2948 "name": "globset", 2949 "source": null, 2950 "req": "^0.4.10", 2951 "kind": null, 2952 "rename": null, 2953 "optional": false, 2954 "uses_default_features": true, 2955 "features": [], 2956 "target": null, 2957 "registry": null, 2958 "path": "$ROOT$ripgrep/crates/globset" 2959 }, 2960 { 2961 "name": "lazy_static", 2962 "source": "registry+https://github.com/rust-lang/crates.io-index", 2963 "req": "^1.1.0", 2964 "kind": null, 2965 "rename": null, 2966 "optional": false, 2967 "uses_default_features": true, 2968 "features": [], 2969 "target": null, 2970 "registry": null 2971 }, 2972 { 2973 "name": "log", 2974 "source": "registry+https://github.com/rust-lang/crates.io-index", 2975 "req": "^0.4.5", 2976 "kind": null, 2977 "rename": null, 2978 "optional": false, 2979 "uses_default_features": true, 2980 "features": [], 2981 "target": null, 2982 "registry": null 2983 }, 2984 { 2985 "name": "regex", 2986 "source": "registry+https://github.com/rust-lang/crates.io-index", 2987 "req": "^1.1", 2988 "kind": null, 2989 "rename": null, 2990 "optional": false, 2991 "uses_default_features": true, 2992 "features": [], 2993 "target": null, 2994 "registry": null 2995 }, 2996 { 2997 "name": "same-file", 2998 "source": "registry+https://github.com/rust-lang/crates.io-index", 2999 "req": "^1.0.4", 3000 "kind": null, 3001 "rename": null, 3002 "optional": false, 3003 "uses_default_features": true, 3004 "features": [], 3005 "target": null, 3006 "registry": null 3007 }, 3008 { 3009 "name": "termcolor", 3010 "source": "registry+https://github.com/rust-lang/crates.io-index", 3011 "req": "^1.0.4", 3012 "kind": null, 3013 "rename": null, 3014 "optional": false, 3015 "uses_default_features": true, 3016 "features": [], 3017 "target": null, 3018 "registry": null 3019 }, 3020 { 3021 "name": "winapi-util", 3022 "source": "registry+https://github.com/rust-lang/crates.io-index", 3023 "req": "^0.1.1", 3024 "kind": null, 3025 "rename": null, 3026 "optional": false, 3027 "uses_default_features": true, 3028 "features": [], 3029 "target": "cfg(windows)", 3030 "registry": null 3031 } 3032 ], 3033 "targets": [ 3034 { 3035 "kind": [ 3036 "lib" 3037 ], 3038 "crate_types": [ 3039 "lib" 3040 ], 3041 "name": "grep-cli", 3042 "src_path": "$ROOT$ripgrep/crates/cli/src/lib.rs", 3043 "edition": "2018", 3044 "doc": true, 3045 "doctest": true, 3046 "test": true 3047 } 3048 ], 3049 "features": {}, 3050 "manifest_path": "$ROOT$ripgrep/crates/cli/Cargo.toml", 3051 "metadata": null, 3052 "publish": null, 3053 "authors": [ 3054 "Andrew Gallant <jamslam@gmail.com>" 3055 ], 3056 "categories": [], 3057 "keywords": [ 3058 "regex", 3059 "grep", 3060 "cli", 3061 "utility", 3062 "util" 3063 ], 3064 "readme": "README.md", 3065 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli", 3066 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli", 3067 "documentation": "https://docs.rs/grep-cli", 3068 "edition": "2018", 3069 "links": null, 3070 "default_run": null, 3071 "rust_version": null 3072 }, 3073 { 3074 "name": "grep-matcher", 3075 "version": "0.1.6", 3076 "id": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 3077 "license": "Unlicense OR MIT", 3078 "license_file": null, 3079 "description": "A trait for regular expressions, with a focus on line oriented search.\n", 3080 "source": null, 3081 "dependencies": [ 3082 { 3083 "name": "memchr", 3084 "source": "registry+https://github.com/rust-lang/crates.io-index", 3085 "req": "^2.1", 3086 "kind": null, 3087 "rename": null, 3088 "optional": false, 3089 "uses_default_features": true, 3090 "features": [], 3091 "target": null, 3092 "registry": null 3093 }, 3094 { 3095 "name": "regex", 3096 "source": "registry+https://github.com/rust-lang/crates.io-index", 3097 "req": "^1.1", 3098 "kind": "dev", 3099 "rename": null, 3100 "optional": false, 3101 "uses_default_features": true, 3102 "features": [], 3103 "target": null, 3104 "registry": null 3105 } 3106 ], 3107 "targets": [ 3108 { 3109 "kind": [ 3110 "lib" 3111 ], 3112 "crate_types": [ 3113 "lib" 3114 ], 3115 "name": "grep-matcher", 3116 "src_path": "$ROOT$ripgrep/crates/matcher/src/lib.rs", 3117 "edition": "2018", 3118 "doc": true, 3119 "doctest": true, 3120 "test": true 3121 }, 3122 { 3123 "kind": [ 3124 "test" 3125 ], 3126 "crate_types": [ 3127 "bin" 3128 ], 3129 "name": "integration", 3130 "src_path": "$ROOT$ripgrep/crates/matcher/tests/tests.rs", 3131 "edition": "2018", 3132 "doc": false, 3133 "doctest": false, 3134 "test": true 3135 } 3136 ], 3137 "features": {}, 3138 "manifest_path": "$ROOT$ripgrep/crates/matcher/Cargo.toml", 3139 "metadata": null, 3140 "publish": null, 3141 "authors": [ 3142 "Andrew Gallant <jamslam@gmail.com>" 3143 ], 3144 "categories": [], 3145 "keywords": [ 3146 "regex", 3147 "pattern", 3148 "trait" 3149 ], 3150 "readme": "README.md", 3151 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher", 3152 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher", 3153 "documentation": "https://docs.rs/grep-matcher", 3154 "edition": "2018", 3155 "links": null, 3156 "default_run": null, 3157 "rust_version": null 3158 }, 3159 { 3160 "name": "grep-pcre2", 3161 "version": "0.1.6", 3162 "id": "grep-pcre2 0.1.6 (path+file:///$ROOT$ripgrep/crates/pcre2)", 3163 "license": "Unlicense OR MIT", 3164 "license_file": null, 3165 "description": "Use PCRE2 with the 'grep' crate.\n", 3166 "source": null, 3167 "dependencies": [ 3168 { 3169 "name": "grep-matcher", 3170 "source": null, 3171 "req": "^0.1.6", 3172 "kind": null, 3173 "rename": null, 3174 "optional": false, 3175 "uses_default_features": true, 3176 "features": [], 3177 "target": null, 3178 "registry": null, 3179 "path": "$ROOT$ripgrep/crates/matcher" 3180 }, 3181 { 3182 "name": "pcre2", 3183 "source": "registry+https://github.com/rust-lang/crates.io-index", 3184 "req": "^0.2.3", 3185 "kind": null, 3186 "rename": null, 3187 "optional": false, 3188 "uses_default_features": true, 3189 "features": [], 3190 "target": null, 3191 "registry": null 3192 } 3193 ], 3194 "targets": [ 3195 { 3196 "kind": [ 3197 "lib" 3198 ], 3199 "crate_types": [ 3200 "lib" 3201 ], 3202 "name": "grep-pcre2", 3203 "src_path": "$ROOT$ripgrep/crates/pcre2/src/lib.rs", 3204 "edition": "2018", 3205 "doc": true, 3206 "doctest": true, 3207 "test": true 3208 } 3209 ], 3210 "features": {}, 3211 "manifest_path": "$ROOT$ripgrep/crates/pcre2/Cargo.toml", 3212 "metadata": null, 3213 "publish": null, 3214 "authors": [ 3215 "Andrew Gallant <jamslam@gmail.com>" 3216 ], 3217 "categories": [], 3218 "keywords": [ 3219 "regex", 3220 "grep", 3221 "pcre", 3222 "backreference", 3223 "look" 3224 ], 3225 "readme": "README.md", 3226 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2", 3227 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2", 3228 "documentation": "https://docs.rs/grep-pcre2", 3229 "edition": "2018", 3230 "links": null, 3231 "default_run": null, 3232 "rust_version": null 3233 }, 3234 { 3235 "name": "grep-printer", 3236 "version": "0.1.7", 3237 "id": "grep-printer 0.1.7 (path+file:///$ROOT$ripgrep/crates/printer)", 3238 "license": "Unlicense OR MIT", 3239 "license_file": null, 3240 "description": "An implementation of the grep crate's Sink trait that provides standard\nprinting of search results, similar to grep itself.\n", 3241 "source": null, 3242 "dependencies": [ 3243 { 3244 "name": "base64", 3245 "source": "registry+https://github.com/rust-lang/crates.io-index", 3246 "req": "^0.20.0", 3247 "kind": null, 3248 "rename": null, 3249 "optional": true, 3250 "uses_default_features": true, 3251 "features": [], 3252 "target": null, 3253 "registry": null 3254 }, 3255 { 3256 "name": "bstr", 3257 "source": "registry+https://github.com/rust-lang/crates.io-index", 3258 "req": "^1.1.0", 3259 "kind": null, 3260 "rename": null, 3261 "optional": false, 3262 "uses_default_features": true, 3263 "features": [], 3264 "target": null, 3265 "registry": null 3266 }, 3267 { 3268 "name": "grep-matcher", 3269 "source": null, 3270 "req": "^0.1.6", 3271 "kind": null, 3272 "rename": null, 3273 "optional": false, 3274 "uses_default_features": true, 3275 "features": [], 3276 "target": null, 3277 "registry": null, 3278 "path": "$ROOT$ripgrep/crates/matcher" 3279 }, 3280 { 3281 "name": "grep-searcher", 3282 "source": null, 3283 "req": "^0.1.11", 3284 "kind": null, 3285 "rename": null, 3286 "optional": false, 3287 "uses_default_features": true, 3288 "features": [], 3289 "target": null, 3290 "registry": null, 3291 "path": "$ROOT$ripgrep/crates/searcher" 3292 }, 3293 { 3294 "name": "serde", 3295 "source": "registry+https://github.com/rust-lang/crates.io-index", 3296 "req": "^1.0.77", 3297 "kind": null, 3298 "rename": null, 3299 "optional": true, 3300 "uses_default_features": true, 3301 "features": [ 3302 "derive" 3303 ], 3304 "target": null, 3305 "registry": null 3306 }, 3307 { 3308 "name": "serde_json", 3309 "source": "registry+https://github.com/rust-lang/crates.io-index", 3310 "req": "^1.0.27", 3311 "kind": null, 3312 "rename": null, 3313 "optional": true, 3314 "uses_default_features": true, 3315 "features": [], 3316 "target": null, 3317 "registry": null 3318 }, 3319 { 3320 "name": "termcolor", 3321 "source": "registry+https://github.com/rust-lang/crates.io-index", 3322 "req": "^1.0.4", 3323 "kind": null, 3324 "rename": null, 3325 "optional": false, 3326 "uses_default_features": true, 3327 "features": [], 3328 "target": null, 3329 "registry": null 3330 }, 3331 { 3332 "name": "grep-regex", 3333 "source": null, 3334 "req": "^0.1.11", 3335 "kind": "dev", 3336 "rename": null, 3337 "optional": false, 3338 "uses_default_features": true, 3339 "features": [], 3340 "target": null, 3341 "registry": null, 3342 "path": "$ROOT$ripgrep/crates/regex" 3343 } 3344 ], 3345 "targets": [ 3346 { 3347 "kind": [ 3348 "lib" 3349 ], 3350 "crate_types": [ 3351 "lib" 3352 ], 3353 "name": "grep-printer", 3354 "src_path": "$ROOT$ripgrep/crates/printer/src/lib.rs", 3355 "edition": "2018", 3356 "doc": true, 3357 "doctest": true, 3358 "test": true 3359 } 3360 ], 3361 "features": { 3362 "base64": [ 3363 "dep:base64" 3364 ], 3365 "default": [ 3366 "serde1" 3367 ], 3368 "serde": [ 3369 "dep:serde" 3370 ], 3371 "serde1": [ 3372 "base64", 3373 "serde", 3374 "serde_json" 3375 ], 3376 "serde_json": [ 3377 "dep:serde_json" 3378 ] 3379 }, 3380 "manifest_path": "$ROOT$ripgrep/crates/printer/Cargo.toml", 3381 "metadata": null, 3382 "publish": null, 3383 "authors": [ 3384 "Andrew Gallant <jamslam@gmail.com>" 3385 ], 3386 "categories": [], 3387 "keywords": [ 3388 "grep", 3389 "pattern", 3390 "print", 3391 "printer", 3392 "sink" 3393 ], 3394 "readme": "README.md", 3395 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer", 3396 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer", 3397 "documentation": "https://docs.rs/grep-printer", 3398 "edition": "2018", 3399 "links": null, 3400 "default_run": null, 3401 "rust_version": null 3402 }, 3403 { 3404 "name": "grep-regex", 3405 "version": "0.1.11", 3406 "id": "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 3407 "license": "Unlicense OR MIT", 3408 "license_file": null, 3409 "description": "Use Rust's regex library with the 'grep' crate.\n", 3410 "source": null, 3411 "dependencies": [ 3412 { 3413 "name": "aho-corasick", 3414 "source": "registry+https://github.com/rust-lang/crates.io-index", 3415 "req": "^0.7.3", 3416 "kind": null, 3417 "rename": null, 3418 "optional": false, 3419 "uses_default_features": true, 3420 "features": [], 3421 "target": null, 3422 "registry": null 3423 }, 3424 { 3425 "name": "bstr", 3426 "source": "registry+https://github.com/rust-lang/crates.io-index", 3427 "req": "^1.1.0", 3428 "kind": null, 3429 "rename": null, 3430 "optional": false, 3431 "uses_default_features": true, 3432 "features": [], 3433 "target": null, 3434 "registry": null 3435 }, 3436 { 3437 "name": "grep-matcher", 3438 "source": null, 3439 "req": "^0.1.6", 3440 "kind": null, 3441 "rename": null, 3442 "optional": false, 3443 "uses_default_features": true, 3444 "features": [], 3445 "target": null, 3446 "registry": null, 3447 "path": "$ROOT$ripgrep/crates/matcher" 3448 }, 3449 { 3450 "name": "log", 3451 "source": "registry+https://github.com/rust-lang/crates.io-index", 3452 "req": "^0.4.5", 3453 "kind": null, 3454 "rename": null, 3455 "optional": false, 3456 "uses_default_features": true, 3457 "features": [], 3458 "target": null, 3459 "registry": null 3460 }, 3461 { 3462 "name": "regex", 3463 "source": "registry+https://github.com/rust-lang/crates.io-index", 3464 "req": "^1.1", 3465 "kind": null, 3466 "rename": null, 3467 "optional": false, 3468 "uses_default_features": true, 3469 "features": [], 3470 "target": null, 3471 "registry": null 3472 }, 3473 { 3474 "name": "regex-syntax", 3475 "source": "registry+https://github.com/rust-lang/crates.io-index", 3476 "req": "^0.6.5", 3477 "kind": null, 3478 "rename": null, 3479 "optional": false, 3480 "uses_default_features": true, 3481 "features": [], 3482 "target": null, 3483 "registry": null 3484 }, 3485 { 3486 "name": "thread_local", 3487 "source": "registry+https://github.com/rust-lang/crates.io-index", 3488 "req": "^1.1.2", 3489 "kind": null, 3490 "rename": null, 3491 "optional": false, 3492 "uses_default_features": true, 3493 "features": [], 3494 "target": null, 3495 "registry": null 3496 } 3497 ], 3498 "targets": [ 3499 { 3500 "kind": [ 3501 "lib" 3502 ], 3503 "crate_types": [ 3504 "lib" 3505 ], 3506 "name": "grep-regex", 3507 "src_path": "$ROOT$ripgrep/crates/regex/src/lib.rs", 3508 "edition": "2018", 3509 "doc": true, 3510 "doctest": true, 3511 "test": true 3512 } 3513 ], 3514 "features": {}, 3515 "manifest_path": "$ROOT$ripgrep/crates/regex/Cargo.toml", 3516 "metadata": null, 3517 "publish": null, 3518 "authors": [ 3519 "Andrew Gallant <jamslam@gmail.com>" 3520 ], 3521 "categories": [], 3522 "keywords": [ 3523 "regex", 3524 "grep", 3525 "search", 3526 "pattern", 3527 "line" 3528 ], 3529 "readme": "README.md", 3530 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex", 3531 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex", 3532 "documentation": "https://docs.rs/grep-regex", 3533 "edition": "2018", 3534 "links": null, 3535 "default_run": null, 3536 "rust_version": null 3537 }, 3538 { 3539 "name": "grep-searcher", 3540 "version": "0.1.11", 3541 "id": "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 3542 "license": "Unlicense OR MIT", 3543 "license_file": null, 3544 "description": "Fast line oriented regex searching as a library.\n", 3545 "source": null, 3546 "dependencies": [ 3547 { 3548 "name": "bstr", 3549 "source": "registry+https://github.com/rust-lang/crates.io-index", 3550 "req": "^1.1.0", 3551 "kind": null, 3552 "rename": null, 3553 "optional": false, 3554 "uses_default_features": false, 3555 "features": [ 3556 "std" 3557 ], 3558 "target": null, 3559 "registry": null 3560 }, 3561 { 3562 "name": "bytecount", 3563 "source": "registry+https://github.com/rust-lang/crates.io-index", 3564 "req": "^0.6", 3565 "kind": null, 3566 "rename": null, 3567 "optional": false, 3568 "uses_default_features": true, 3569 "features": [], 3570 "target": null, 3571 "registry": null 3572 }, 3573 { 3574 "name": "encoding_rs", 3575 "source": "registry+https://github.com/rust-lang/crates.io-index", 3576 "req": "^0.8.14", 3577 "kind": null, 3578 "rename": null, 3579 "optional": false, 3580 "uses_default_features": true, 3581 "features": [], 3582 "target": null, 3583 "registry": null 3584 }, 3585 { 3586 "name": "encoding_rs_io", 3587 "source": "registry+https://github.com/rust-lang/crates.io-index", 3588 "req": "^0.1.6", 3589 "kind": null, 3590 "rename": null, 3591 "optional": false, 3592 "uses_default_features": true, 3593 "features": [], 3594 "target": null, 3595 "registry": null 3596 }, 3597 { 3598 "name": "grep-matcher", 3599 "source": null, 3600 "req": "^0.1.6", 3601 "kind": null, 3602 "rename": null, 3603 "optional": false, 3604 "uses_default_features": true, 3605 "features": [], 3606 "target": null, 3607 "registry": null, 3608 "path": "$ROOT$ripgrep/crates/matcher" 3609 }, 3610 { 3611 "name": "log", 3612 "source": "registry+https://github.com/rust-lang/crates.io-index", 3613 "req": "^0.4.5", 3614 "kind": null, 3615 "rename": null, 3616 "optional": false, 3617 "uses_default_features": true, 3618 "features": [], 3619 "target": null, 3620 "registry": null 3621 }, 3622 { 3623 "name": "memmap2", 3624 "source": "registry+https://github.com/rust-lang/crates.io-index", 3625 "req": "^0.5.3", 3626 "kind": null, 3627 "rename": "memmap", 3628 "optional": false, 3629 "uses_default_features": true, 3630 "features": [], 3631 "target": null, 3632 "registry": null 3633 }, 3634 { 3635 "name": "grep-regex", 3636 "source": null, 3637 "req": "^0.1.11", 3638 "kind": "dev", 3639 "rename": null, 3640 "optional": false, 3641 "uses_default_features": true, 3642 "features": [], 3643 "target": null, 3644 "registry": null, 3645 "path": "$ROOT$ripgrep/crates/regex" 3646 }, 3647 { 3648 "name": "regex", 3649 "source": "registry+https://github.com/rust-lang/crates.io-index", 3650 "req": "^1.1", 3651 "kind": "dev", 3652 "rename": null, 3653 "optional": false, 3654 "uses_default_features": true, 3655 "features": [], 3656 "target": null, 3657 "registry": null 3658 } 3659 ], 3660 "targets": [ 3661 { 3662 "kind": [ 3663 "lib" 3664 ], 3665 "crate_types": [ 3666 "lib" 3667 ], 3668 "name": "grep-searcher", 3669 "src_path": "$ROOT$ripgrep/crates/searcher/src/lib.rs", 3670 "edition": "2018", 3671 "doc": true, 3672 "doctest": true, 3673 "test": true 3674 }, 3675 { 3676 "kind": [ 3677 "example" 3678 ], 3679 "crate_types": [ 3680 "bin" 3681 ], 3682 "name": "search-stdin", 3683 "src_path": "$ROOT$ripgrep/crates/searcher/examples/search-stdin.rs", 3684 "edition": "2018", 3685 "doc": false, 3686 "doctest": false, 3687 "test": false 3688 } 3689 ], 3690 "features": { 3691 "avx-accel": [], 3692 "default": [ 3693 "bytecount/runtime-dispatch-simd" 3694 ], 3695 "simd-accel": [ 3696 "encoding_rs/simd-accel" 3697 ] 3698 }, 3699 "manifest_path": "$ROOT$ripgrep/crates/searcher/Cargo.toml", 3700 "metadata": null, 3701 "publish": null, 3702 "authors": [ 3703 "Andrew Gallant <jamslam@gmail.com>" 3704 ], 3705 "categories": [], 3706 "keywords": [ 3707 "regex", 3708 "grep", 3709 "egrep", 3710 "search", 3711 "pattern" 3712 ], 3713 "readme": "README.md", 3714 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher", 3715 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher", 3716 "documentation": "https://docs.rs/grep-searcher", 3717 "edition": "2018", 3718 "links": null, 3719 "default_run": null, 3720 "rust_version": null 3721 }, 3722 { 3723 "name": "hermit-abi", 3724 "version": "0.1.19", 3725 "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 3726 "license": "MIT/Apache-2.0", 3727 "license_file": null, 3728 "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", 3729 "source": "registry+https://github.com/rust-lang/crates.io-index", 3730 "dependencies": [ 3731 { 3732 "name": "compiler_builtins", 3733 "source": "registry+https://github.com/rust-lang/crates.io-index", 3734 "req": "^0.1", 3735 "kind": null, 3736 "rename": null, 3737 "optional": true, 3738 "uses_default_features": true, 3739 "features": [], 3740 "target": null, 3741 "registry": null 3742 }, 3743 { 3744 "name": "rustc-std-workspace-core", 3745 "source": "registry+https://github.com/rust-lang/crates.io-index", 3746 "req": "^1.0.0", 3747 "kind": null, 3748 "rename": "core", 3749 "optional": true, 3750 "uses_default_features": true, 3751 "features": [], 3752 "target": null, 3753 "registry": null 3754 }, 3755 { 3756 "name": "libc", 3757 "source": "registry+https://github.com/rust-lang/crates.io-index", 3758 "req": "^0.2.51", 3759 "kind": null, 3760 "rename": null, 3761 "optional": false, 3762 "uses_default_features": false, 3763 "features": [], 3764 "target": null, 3765 "registry": null 3766 } 3767 ], 3768 "targets": [ 3769 { 3770 "kind": [ 3771 "lib" 3772 ], 3773 "crate_types": [ 3774 "lib" 3775 ], 3776 "name": "hermit-abi", 3777 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", 3778 "edition": "2018", 3779 "doc": true, 3780 "doctest": true, 3781 "test": true 3782 } 3783 ], 3784 "features": { 3785 "compiler_builtins": [ 3786 "dep:compiler_builtins" 3787 ], 3788 "core": [ 3789 "dep:core" 3790 ], 3791 "default": [], 3792 "docs": [], 3793 "rustc-dep-of-std": [ 3794 "core", 3795 "compiler_builtins/rustc-dep-of-std", 3796 "libc/rustc-dep-of-std" 3797 ] 3798 }, 3799 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", 3800 "metadata": { 3801 "docs": { 3802 "rs": { 3803 "default-target": "x86_64-unknown-hermit", 3804 "features": [ 3805 "docs" 3806 ] 3807 } 3808 } 3809 }, 3810 "publish": null, 3811 "authors": [ 3812 "Stefan Lankes" 3813 ], 3814 "categories": [ 3815 "os" 3816 ], 3817 "keywords": [ 3818 "unikernel", 3819 "libos" 3820 ], 3821 "readme": "README.md", 3822 "repository": "https://github.com/hermitcore/libhermit-rs", 3823 "homepage": null, 3824 "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", 3825 "edition": "2018", 3826 "links": null, 3827 "default_run": null, 3828 "rust_version": null 3829 }, 3830 { 3831 "name": "ignore", 3832 "version": "0.4.20", 3833 "id": "ignore 0.4.20 (path+file:///$ROOT$ripgrep/crates/ignore)", 3834 "license": "Unlicense OR MIT", 3835 "license_file": null, 3836 "description": "A fast library for efficiently matching ignore files such as `.gitignore`\nagainst file paths.\n", 3837 "source": null, 3838 "dependencies": [ 3839 { 3840 "name": "globset", 3841 "source": null, 3842 "req": "^0.4.10", 3843 "kind": null, 3844 "rename": null, 3845 "optional": false, 3846 "uses_default_features": true, 3847 "features": [], 3848 "target": null, 3849 "registry": null, 3850 "path": "$ROOT$ripgrep/crates/globset" 3851 }, 3852 { 3853 "name": "lazy_static", 3854 "source": "registry+https://github.com/rust-lang/crates.io-index", 3855 "req": "^1.1", 3856 "kind": null, 3857 "rename": null, 3858 "optional": false, 3859 "uses_default_features": true, 3860 "features": [], 3861 "target": null, 3862 "registry": null 3863 }, 3864 { 3865 "name": "log", 3866 "source": "registry+https://github.com/rust-lang/crates.io-index", 3867 "req": "^0.4.5", 3868 "kind": null, 3869 "rename": null, 3870 "optional": false, 3871 "uses_default_features": true, 3872 "features": [], 3873 "target": null, 3874 "registry": null 3875 }, 3876 { 3877 "name": "memchr", 3878 "source": "registry+https://github.com/rust-lang/crates.io-index", 3879 "req": "^2.1", 3880 "kind": null, 3881 "rename": null, 3882 "optional": false, 3883 "uses_default_features": true, 3884 "features": [], 3885 "target": null, 3886 "registry": null 3887 }, 3888 { 3889 "name": "regex", 3890 "source": "registry+https://github.com/rust-lang/crates.io-index", 3891 "req": "^1.1", 3892 "kind": null, 3893 "rename": null, 3894 "optional": false, 3895 "uses_default_features": true, 3896 "features": [], 3897 "target": null, 3898 "registry": null 3899 }, 3900 { 3901 "name": "same-file", 3902 "source": "registry+https://github.com/rust-lang/crates.io-index", 3903 "req": "^1.0.4", 3904 "kind": null, 3905 "rename": null, 3906 "optional": false, 3907 "uses_default_features": true, 3908 "features": [], 3909 "target": null, 3910 "registry": null 3911 }, 3912 { 3913 "name": "thread_local", 3914 "source": "registry+https://github.com/rust-lang/crates.io-index", 3915 "req": "^1", 3916 "kind": null, 3917 "rename": null, 3918 "optional": false, 3919 "uses_default_features": true, 3920 "features": [], 3921 "target": null, 3922 "registry": null 3923 }, 3924 { 3925 "name": "walkdir", 3926 "source": "registry+https://github.com/rust-lang/crates.io-index", 3927 "req": "^2.2.7", 3928 "kind": null, 3929 "rename": null, 3930 "optional": false, 3931 "uses_default_features": true, 3932 "features": [], 3933 "target": null, 3934 "registry": null 3935 }, 3936 { 3937 "name": "crossbeam-channel", 3938 "source": "registry+https://github.com/rust-lang/crates.io-index", 3939 "req": "^0.5.0", 3940 "kind": "dev", 3941 "rename": null, 3942 "optional": false, 3943 "uses_default_features": true, 3944 "features": [], 3945 "target": null, 3946 "registry": null 3947 }, 3948 { 3949 "name": "winapi-util", 3950 "source": "registry+https://github.com/rust-lang/crates.io-index", 3951 "req": "^0.1.2", 3952 "kind": null, 3953 "rename": null, 3954 "optional": false, 3955 "uses_default_features": true, 3956 "features": [], 3957 "target": "cfg(windows)", 3958 "registry": null 3959 } 3960 ], 3961 "targets": [ 3962 { 3963 "kind": [ 3964 "lib" 3965 ], 3966 "crate_types": [ 3967 "lib" 3968 ], 3969 "name": "ignore", 3970 "src_path": "$ROOT$ripgrep/crates/ignore/src/lib.rs", 3971 "edition": "2018", 3972 "doc": true, 3973 "doctest": true, 3974 "test": true 3975 }, 3976 { 3977 "kind": [ 3978 "example" 3979 ], 3980 "crate_types": [ 3981 "bin" 3982 ], 3983 "name": "walk", 3984 "src_path": "$ROOT$ripgrep/crates/ignore/examples/walk.rs", 3985 "edition": "2018", 3986 "doc": false, 3987 "doctest": false, 3988 "test": false 3989 }, 3990 { 3991 "kind": [ 3992 "test" 3993 ], 3994 "crate_types": [ 3995 "bin" 3996 ], 3997 "name": "gitignore_matched_path_or_any_parents_tests", 3998 "src_path": "$ROOT$ripgrep/crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs", 3999 "edition": "2018", 4000 "doc": false, 4001 "doctest": false, 4002 "test": true 4003 } 4004 ], 4005 "features": { 4006 "simd-accel": [ 4007 "globset/simd-accel" 4008 ] 4009 }, 4010 "manifest_path": "$ROOT$ripgrep/crates/ignore/Cargo.toml", 4011 "metadata": null, 4012 "publish": null, 4013 "authors": [ 4014 "Andrew Gallant <jamslam@gmail.com>" 4015 ], 4016 "categories": [], 4017 "keywords": [ 4018 "glob", 4019 "ignore", 4020 "gitignore", 4021 "pattern", 4022 "file" 4023 ], 4024 "readme": "README.md", 4025 "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore", 4026 "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore", 4027 "documentation": "https://docs.rs/ignore", 4028 "edition": "2018", 4029 "links": null, 4030 "default_run": null, 4031 "rust_version": null 4032 }, 4033 { 4034 "name": "itoa", 4035 "version": "1.0.6", 4036 "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 4037 "license": "MIT OR Apache-2.0", 4038 "license_file": null, 4039 "description": "Fast integer primitive to string conversion", 4040 "source": "registry+https://github.com/rust-lang/crates.io-index", 4041 "dependencies": [ 4042 { 4043 "name": "no-panic", 4044 "source": "registry+https://github.com/rust-lang/crates.io-index", 4045 "req": "^0.1", 4046 "kind": null, 4047 "rename": null, 4048 "optional": true, 4049 "uses_default_features": true, 4050 "features": [], 4051 "target": null, 4052 "registry": null 4053 } 4054 ], 4055 "targets": [ 4056 { 4057 "kind": [ 4058 "lib" 4059 ], 4060 "crate_types": [ 4061 "lib" 4062 ], 4063 "name": "itoa", 4064 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/src/lib.rs", 4065 "edition": "2018", 4066 "doc": true, 4067 "doctest": true, 4068 "test": true 4069 }, 4070 { 4071 "kind": [ 4072 "test" 4073 ], 4074 "crate_types": [ 4075 "bin" 4076 ], 4077 "name": "test", 4078 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/tests/test.rs", 4079 "edition": "2018", 4080 "doc": false, 4081 "doctest": false, 4082 "test": true 4083 }, 4084 { 4085 "kind": [ 4086 "bench" 4087 ], 4088 "crate_types": [ 4089 "bin" 4090 ], 4091 "name": "bench", 4092 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/benches/bench.rs", 4093 "edition": "2018", 4094 "doc": false, 4095 "doctest": false, 4096 "test": false 4097 } 4098 ], 4099 "features": { 4100 "no-panic": [ 4101 "dep:no-panic" 4102 ] 4103 }, 4104 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/Cargo.toml", 4105 "metadata": { 4106 "docs": { 4107 "rs": { 4108 "targets": [ 4109 "x86_64-unknown-linux-gnu" 4110 ] 4111 } 4112 } 4113 }, 4114 "publish": null, 4115 "authors": [ 4116 "David Tolnay <dtolnay@gmail.com>" 4117 ], 4118 "categories": [ 4119 "value-formatting", 4120 "no-std" 4121 ], 4122 "keywords": [ 4123 "integer" 4124 ], 4125 "readme": "README.md", 4126 "repository": "https://github.com/dtolnay/itoa", 4127 "homepage": null, 4128 "documentation": "https://docs.rs/itoa", 4129 "edition": "2018", 4130 "links": null, 4131 "default_run": null, 4132 "rust_version": "1.36" 4133 }, 4134 { 4135 "name": "jemalloc-sys", 4136 "version": "0.5.3+5.3.0-patched", 4137 "id": "jemalloc-sys 0.5.3+5.3.0-patched (registry+https://github.com/rust-lang/crates.io-index)", 4138 "license": "MIT/Apache-2.0", 4139 "license_file": null, 4140 "description": "Rust FFI bindings to jemalloc\n", 4141 "source": "registry+https://github.com/rust-lang/crates.io-index", 4142 "dependencies": [ 4143 { 4144 "name": "libc", 4145 "source": "registry+https://github.com/rust-lang/crates.io-index", 4146 "req": "^0.2.8", 4147 "kind": null, 4148 "rename": null, 4149 "optional": false, 4150 "uses_default_features": false, 4151 "features": [], 4152 "target": null, 4153 "registry": null 4154 }, 4155 { 4156 "name": "cc", 4157 "source": "registry+https://github.com/rust-lang/crates.io-index", 4158 "req": "^1.0.13", 4159 "kind": "build", 4160 "rename": null, 4161 "optional": false, 4162 "uses_default_features": true, 4163 "features": [], 4164 "target": null, 4165 "registry": null 4166 } 4167 ], 4168 "targets": [ 4169 { 4170 "kind": [ 4171 "lib" 4172 ], 4173 "crate_types": [ 4174 "lib" 4175 ], 4176 "name": "jemalloc-sys", 4177 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/src/lib.rs", 4178 "edition": "2018", 4179 "doc": true, 4180 "doctest": true, 4181 "test": true 4182 }, 4183 { 4184 "kind": [ 4185 "test" 4186 ], 4187 "crate_types": [ 4188 "bin" 4189 ], 4190 "name": "malloc_conf_empty", 4191 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/tests/malloc_conf_empty.rs", 4192 "edition": "2018", 4193 "doc": false, 4194 "doctest": false, 4195 "test": true 4196 }, 4197 { 4198 "kind": [ 4199 "test" 4200 ], 4201 "crate_types": [ 4202 "bin" 4203 ], 4204 "name": "malloc_conf_set", 4205 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/tests/malloc_conf_set.rs", 4206 "edition": "2018", 4207 "doc": false, 4208 "doctest": false, 4209 "test": true 4210 }, 4211 { 4212 "kind": [ 4213 "test" 4214 ], 4215 "crate_types": [ 4216 "bin" 4217 ], 4218 "name": "unprefixed_malloc", 4219 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/tests/unprefixed_malloc.rs", 4220 "edition": "2018", 4221 "doc": false, 4222 "doctest": false, 4223 "test": true 4224 }, 4225 { 4226 "kind": [ 4227 "custom-build" 4228 ], 4229 "crate_types": [ 4230 "bin" 4231 ], 4232 "name": "build-script-build", 4233 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/build.rs", 4234 "edition": "2018", 4235 "doc": false, 4236 "doctest": false, 4237 "test": false 4238 } 4239 ], 4240 "features": { 4241 "background_threads": [ 4242 "background_threads_runtime_support" 4243 ], 4244 "background_threads_runtime_support": [], 4245 "debug": [], 4246 "default": [ 4247 "background_threads_runtime_support" 4248 ], 4249 "disable_initial_exec_tls": [], 4250 "profiling": [], 4251 "stats": [], 4252 "unprefixed_malloc_on_supported_platforms": [] 4253 }, 4254 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/Cargo.toml", 4255 "metadata": { 4256 "docs": { 4257 "rs": { 4258 "rustdoc-args": [ 4259 "--cfg", 4260 "jemallocator_docs" 4261 ] 4262 } 4263 } 4264 }, 4265 "publish": null, 4266 "authors": [ 4267 "Alex Crichton <alex@alexcrichton.com>", 4268 "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", 4269 "The TiKV Project Developers" 4270 ], 4271 "categories": [], 4272 "keywords": [ 4273 "allocator", 4274 "jemalloc" 4275 ], 4276 "readme": "README.md", 4277 "repository": "https://github.com/tikv/jemallocator", 4278 "homepage": "https://github.com/tikv/jemallocator", 4279 "documentation": "https://docs.rs/jemallocator-sys", 4280 "edition": "2018", 4281 "links": "jemalloc", 4282 "default_run": null, 4283 "rust_version": null 4284 }, 4285 { 4286 "name": "jemallocator", 4287 "version": "0.5.0", 4288 "id": "jemallocator 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 4289 "license": "MIT/Apache-2.0", 4290 "license_file": null, 4291 "description": "A Rust allocator backed by jemalloc\n", 4292 "source": "registry+https://github.com/rust-lang/crates.io-index", 4293 "dependencies": [ 4294 { 4295 "name": "jemalloc-sys", 4296 "source": "registry+https://github.com/rust-lang/crates.io-index", 4297 "req": "^0.5.0", 4298 "kind": null, 4299 "rename": null, 4300 "optional": false, 4301 "uses_default_features": false, 4302 "features": [], 4303 "target": null, 4304 "registry": null 4305 }, 4306 { 4307 "name": "libc", 4308 "source": "registry+https://github.com/rust-lang/crates.io-index", 4309 "req": "^0.2.8", 4310 "kind": null, 4311 "rename": null, 4312 "optional": false, 4313 "uses_default_features": false, 4314 "features": [], 4315 "target": null, 4316 "registry": null 4317 }, 4318 { 4319 "name": "paste", 4320 "source": "registry+https://github.com/rust-lang/crates.io-index", 4321 "req": "^1", 4322 "kind": "dev", 4323 "rename": null, 4324 "optional": false, 4325 "uses_default_features": true, 4326 "features": [], 4327 "target": null, 4328 "registry": null 4329 } 4330 ], 4331 "targets": [ 4332 { 4333 "kind": [ 4334 "lib" 4335 ], 4336 "crate_types": [ 4337 "lib" 4338 ], 4339 "name": "jemallocator", 4340 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/src/lib.rs", 4341 "edition": "2018", 4342 "doc": true, 4343 "doctest": true, 4344 "test": false 4345 }, 4346 { 4347 "kind": [ 4348 "test" 4349 ], 4350 "crate_types": [ 4351 "bin" 4352 ], 4353 "name": "background_thread_defaults", 4354 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/background_thread_defaults.rs", 4355 "edition": "2018", 4356 "doc": false, 4357 "doctest": false, 4358 "test": true 4359 }, 4360 { 4361 "kind": [ 4362 "test" 4363 ], 4364 "crate_types": [ 4365 "bin" 4366 ], 4367 "name": "background_thread_enabled", 4368 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/background_thread_enabled.rs", 4369 "edition": "2018", 4370 "doc": false, 4371 "doctest": false, 4372 "test": true 4373 }, 4374 { 4375 "kind": [ 4376 "test" 4377 ], 4378 "crate_types": [ 4379 "bin" 4380 ], 4381 "name": "ffi", 4382 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/ffi.rs", 4383 "edition": "2018", 4384 "doc": false, 4385 "doctest": false, 4386 "test": true 4387 }, 4388 { 4389 "kind": [ 4390 "test" 4391 ], 4392 "crate_types": [ 4393 "bin" 4394 ], 4395 "name": "grow_in_place", 4396 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/grow_in_place.rs", 4397 "edition": "2018", 4398 "doc": false, 4399 "doctest": false, 4400 "test": true 4401 }, 4402 { 4403 "kind": [ 4404 "test" 4405 ], 4406 "crate_types": [ 4407 "bin" 4408 ], 4409 "name": "malloctl", 4410 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/malloctl.rs", 4411 "edition": "2018", 4412 "doc": false, 4413 "doctest": false, 4414 "test": true 4415 }, 4416 { 4417 "kind": [ 4418 "test" 4419 ], 4420 "crate_types": [ 4421 "bin" 4422 ], 4423 "name": "shrink_in_place", 4424 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/shrink_in_place.rs", 4425 "edition": "2018", 4426 "doc": false, 4427 "doctest": false, 4428 "test": true 4429 }, 4430 { 4431 "kind": [ 4432 "test" 4433 ], 4434 "crate_types": [ 4435 "bin" 4436 ], 4437 "name": "smoke", 4438 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/smoke.rs", 4439 "edition": "2018", 4440 "doc": false, 4441 "doctest": false, 4442 "test": true 4443 }, 4444 { 4445 "kind": [ 4446 "test" 4447 ], 4448 "crate_types": [ 4449 "bin" 4450 ], 4451 "name": "smoke_ffi", 4452 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/smoke_ffi.rs", 4453 "edition": "2018", 4454 "doc": false, 4455 "doctest": false, 4456 "test": true 4457 }, 4458 { 4459 "kind": [ 4460 "test" 4461 ], 4462 "crate_types": [ 4463 "bin" 4464 ], 4465 "name": "usable_size", 4466 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/tests/usable_size.rs", 4467 "edition": "2018", 4468 "doc": false, 4469 "doctest": false, 4470 "test": true 4471 }, 4472 { 4473 "kind": [ 4474 "bench" 4475 ], 4476 "crate_types": [ 4477 "bin" 4478 ], 4479 "name": "roundtrip", 4480 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/benches/roundtrip.rs", 4481 "edition": "2018", 4482 "doc": false, 4483 "doctest": false, 4484 "test": false 4485 } 4486 ], 4487 "features": { 4488 "alloc_trait": [], 4489 "background_threads": [ 4490 "jemalloc-sys/background_threads" 4491 ], 4492 "background_threads_runtime_support": [ 4493 "jemalloc-sys/background_threads_runtime_support" 4494 ], 4495 "debug": [ 4496 "jemalloc-sys/debug" 4497 ], 4498 "default": [ 4499 "background_threads_runtime_support" 4500 ], 4501 "disable_initial_exec_tls": [ 4502 "jemalloc-sys/disable_initial_exec_tls" 4503 ], 4504 "profiling": [ 4505 "jemalloc-sys/profiling" 4506 ], 4507 "stats": [ 4508 "jemalloc-sys/stats" 4509 ], 4510 "unprefixed_malloc_on_supported_platforms": [ 4511 "jemalloc-sys/unprefixed_malloc_on_supported_platforms" 4512 ] 4513 }, 4514 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemallocator-0.5.0/Cargo.toml", 4515 "metadata": { 4516 "docs": { 4517 "rs": { 4518 "features": [], 4519 "rustdoc-args": [ 4520 "--cfg", 4521 "jemallocator_docs" 4522 ] 4523 } 4524 } 4525 }, 4526 "publish": null, 4527 "authors": [ 4528 "Alex Crichton <alex@alexcrichton.com>", 4529 "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", 4530 "Simon Sapin <simon.sapin@exyr.org>", 4531 "Steven Fackler <sfackler@gmail.com>", 4532 "The TiKV Project Developers" 4533 ], 4534 "categories": [ 4535 "memory-management", 4536 "api-bindings" 4537 ], 4538 "keywords": [ 4539 "allocator", 4540 "jemalloc" 4541 ], 4542 "readme": "README.md", 4543 "repository": "https://github.com/tikv/jemallocator", 4544 "homepage": "https://github.com/tikv/jemallocator", 4545 "documentation": "https://docs.rs/jemallocator", 4546 "edition": "2018", 4547 "links": null, 4548 "default_run": null, 4549 "rust_version": null 4550 }, 4551 { 4552 "name": "jobserver", 4553 "version": "0.1.26", 4554 "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 4555 "license": "MIT/Apache-2.0", 4556 "license_file": null, 4557 "description": "An implementation of the GNU make jobserver for Rust\n", 4558 "source": "registry+https://github.com/rust-lang/crates.io-index", 4559 "dependencies": [ 4560 { 4561 "name": "futures", 4562 "source": "registry+https://github.com/rust-lang/crates.io-index", 4563 "req": "^0.1", 4564 "kind": "dev", 4565 "rename": null, 4566 "optional": false, 4567 "uses_default_features": true, 4568 "features": [], 4569 "target": null, 4570 "registry": null 4571 }, 4572 { 4573 "name": "num_cpus", 4574 "source": "registry+https://github.com/rust-lang/crates.io-index", 4575 "req": "^1.0", 4576 "kind": "dev", 4577 "rename": null, 4578 "optional": false, 4579 "uses_default_features": true, 4580 "features": [], 4581 "target": null, 4582 "registry": null 4583 }, 4584 { 4585 "name": "tempfile", 4586 "source": "registry+https://github.com/rust-lang/crates.io-index", 4587 "req": "^3", 4588 "kind": "dev", 4589 "rename": null, 4590 "optional": false, 4591 "uses_default_features": true, 4592 "features": [], 4593 "target": null, 4594 "registry": null 4595 }, 4596 { 4597 "name": "tokio-core", 4598 "source": "registry+https://github.com/rust-lang/crates.io-index", 4599 "req": "^0.1", 4600 "kind": "dev", 4601 "rename": null, 4602 "optional": false, 4603 "uses_default_features": true, 4604 "features": [], 4605 "target": null, 4606 "registry": null 4607 }, 4608 { 4609 "name": "tokio-process", 4610 "source": "registry+https://github.com/rust-lang/crates.io-index", 4611 "req": "^0.2", 4612 "kind": "dev", 4613 "rename": null, 4614 "optional": false, 4615 "uses_default_features": true, 4616 "features": [], 4617 "target": null, 4618 "registry": null 4619 }, 4620 { 4621 "name": "libc", 4622 "source": "registry+https://github.com/rust-lang/crates.io-index", 4623 "req": "^0.2.50", 4624 "kind": null, 4625 "rename": null, 4626 "optional": false, 4627 "uses_default_features": true, 4628 "features": [], 4629 "target": "cfg(unix)", 4630 "registry": null 4631 } 4632 ], 4633 "targets": [ 4634 { 4635 "kind": [ 4636 "lib" 4637 ], 4638 "crate_types": [ 4639 "lib" 4640 ], 4641 "name": "jobserver", 4642 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs", 4643 "edition": "2018", 4644 "doc": true, 4645 "doctest": true, 4646 "test": true 4647 }, 4648 { 4649 "kind": [ 4650 "test" 4651 ], 4652 "crate_types": [ 4653 "bin" 4654 ], 4655 "name": "client", 4656 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client.rs", 4657 "edition": "2018", 4658 "doc": false, 4659 "doctest": false, 4660 "test": true 4661 }, 4662 { 4663 "kind": [ 4664 "test" 4665 ], 4666 "crate_types": [ 4667 "bin" 4668 ], 4669 "name": "server", 4670 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/server.rs", 4671 "edition": "2018", 4672 "doc": false, 4673 "doctest": false, 4674 "test": true 4675 }, 4676 { 4677 "kind": [ 4678 "test" 4679 ], 4680 "crate_types": [ 4681 "bin" 4682 ], 4683 "name": "client-of-myself", 4684 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client-of-myself.rs", 4685 "edition": "2018", 4686 "doc": false, 4687 "doctest": false, 4688 "test": true 4689 }, 4690 { 4691 "kind": [ 4692 "test" 4693 ], 4694 "crate_types": [ 4695 "bin" 4696 ], 4697 "name": "make-as-a-client", 4698 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/make-as-a-client.rs", 4699 "edition": "2018", 4700 "doc": false, 4701 "doctest": false, 4702 "test": true 4703 }, 4704 { 4705 "kind": [ 4706 "test" 4707 ], 4708 "crate_types": [ 4709 "bin" 4710 ], 4711 "name": "helper", 4712 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/helper.rs", 4713 "edition": "2018", 4714 "doc": false, 4715 "doctest": false, 4716 "test": true 4717 } 4718 ], 4719 "features": {}, 4720 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/Cargo.toml", 4721 "metadata": null, 4722 "publish": null, 4723 "authors": [ 4724 "Alex Crichton <alex@alexcrichton.com>" 4725 ], 4726 "categories": [], 4727 "keywords": [], 4728 "readme": "README.md", 4729 "repository": "https://github.com/alexcrichton/jobserver-rs", 4730 "homepage": "https://github.com/alexcrichton/jobserver-rs", 4731 "documentation": "https://docs.rs/jobserver", 4732 "edition": "2018", 4733 "links": null, 4734 "default_run": null, 4735 "rust_version": null 4736 }, 4737 { 4738 "name": "lazy_static", 4739 "version": "1.4.0", 4740 "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 4741 "license": "MIT/Apache-2.0", 4742 "license_file": null, 4743 "description": "A macro for declaring lazily evaluated statics in Rust.", 4744 "source": "registry+https://github.com/rust-lang/crates.io-index", 4745 "dependencies": [ 4746 { 4747 "name": "spin", 4748 "source": "registry+https://github.com/rust-lang/crates.io-index", 4749 "req": "^0.5.0", 4750 "kind": null, 4751 "rename": null, 4752 "optional": true, 4753 "uses_default_features": true, 4754 "features": [], 4755 "target": null, 4756 "registry": null 4757 }, 4758 { 4759 "name": "doc-comment", 4760 "source": "registry+https://github.com/rust-lang/crates.io-index", 4761 "req": "^0.3.1", 4762 "kind": "dev", 4763 "rename": null, 4764 "optional": false, 4765 "uses_default_features": true, 4766 "features": [], 4767 "target": null, 4768 "registry": null 4769 } 4770 ], 4771 "targets": [ 4772 { 4773 "kind": [ 4774 "lib" 4775 ], 4776 "crate_types": [ 4777 "lib" 4778 ], 4779 "name": "lazy_static", 4780 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", 4781 "edition": "2015", 4782 "doc": true, 4783 "doctest": true, 4784 "test": true 4785 }, 4786 { 4787 "kind": [ 4788 "test" 4789 ], 4790 "crate_types": [ 4791 "bin" 4792 ], 4793 "name": "no_std", 4794 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", 4795 "edition": "2015", 4796 "doc": false, 4797 "doctest": false, 4798 "test": true 4799 }, 4800 { 4801 "kind": [ 4802 "test" 4803 ], 4804 "crate_types": [ 4805 "bin" 4806 ], 4807 "name": "test", 4808 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", 4809 "edition": "2015", 4810 "doc": false, 4811 "doctest": false, 4812 "test": true 4813 } 4814 ], 4815 "features": { 4816 "spin": [ 4817 "dep:spin" 4818 ], 4819 "spin_no_std": [ 4820 "spin" 4821 ] 4822 }, 4823 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", 4824 "metadata": null, 4825 "publish": null, 4826 "authors": [ 4827 "Marvin Löbel <loebel.marvin@gmail.com>" 4828 ], 4829 "categories": [ 4830 "no-std", 4831 "rust-patterns", 4832 "memory-management" 4833 ], 4834 "keywords": [ 4835 "macro", 4836 "lazy", 4837 "static" 4838 ], 4839 "readme": "README.md", 4840 "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", 4841 "homepage": null, 4842 "documentation": "https://docs.rs/lazy_static", 4843 "edition": "2015", 4844 "links": null, 4845 "default_run": null, 4846 "rust_version": null 4847 }, 4848 { 4849 "name": "libc", 4850 "version": "0.2.142", 4851 "id": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 4852 "license": "MIT OR Apache-2.0", 4853 "license_file": null, 4854 "description": "Raw FFI bindings to platform libraries like libc.\n", 4855 "source": "registry+https://github.com/rust-lang/crates.io-index", 4856 "dependencies": [ 4857 { 4858 "name": "rustc-std-workspace-core", 4859 "source": "registry+https://github.com/rust-lang/crates.io-index", 4860 "req": "^1.0.0", 4861 "kind": null, 4862 "rename": null, 4863 "optional": true, 4864 "uses_default_features": true, 4865 "features": [], 4866 "target": null, 4867 "registry": null 4868 } 4869 ], 4870 "targets": [ 4871 { 4872 "kind": [ 4873 "lib" 4874 ], 4875 "crate_types": [ 4876 "lib" 4877 ], 4878 "name": "libc", 4879 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/src/lib.rs", 4880 "edition": "2015", 4881 "doc": true, 4882 "doctest": true, 4883 "test": true 4884 }, 4885 { 4886 "kind": [ 4887 "test" 4888 ], 4889 "crate_types": [ 4890 "bin" 4891 ], 4892 "name": "const_fn", 4893 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/tests/const_fn.rs", 4894 "edition": "2015", 4895 "doc": false, 4896 "doctest": false, 4897 "test": true 4898 }, 4899 { 4900 "kind": [ 4901 "custom-build" 4902 ], 4903 "crate_types": [ 4904 "bin" 4905 ], 4906 "name": "build-script-build", 4907 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/build.rs", 4908 "edition": "2015", 4909 "doc": false, 4910 "doctest": false, 4911 "test": false 4912 } 4913 ], 4914 "features": { 4915 "align": [], 4916 "const-extern-fn": [], 4917 "default": [ 4918 "std" 4919 ], 4920 "extra_traits": [], 4921 "rustc-dep-of-std": [ 4922 "align", 4923 "rustc-std-workspace-core" 4924 ], 4925 "rustc-std-workspace-core": [ 4926 "dep:rustc-std-workspace-core" 4927 ], 4928 "std": [], 4929 "use_std": [ 4930 "std" 4931 ] 4932 }, 4933 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/Cargo.toml", 4934 "metadata": { 4935 "docs": { 4936 "rs": { 4937 "features": [ 4938 "const-extern-fn", 4939 "extra_traits" 4940 ] 4941 } 4942 } 4943 }, 4944 "publish": null, 4945 "authors": [ 4946 "The Rust Project Developers" 4947 ], 4948 "categories": [ 4949 "external-ffi-bindings", 4950 "no-std", 4951 "os" 4952 ], 4953 "keywords": [ 4954 "libc", 4955 "ffi", 4956 "bindings", 4957 "operating", 4958 "system" 4959 ], 4960 "readme": "README.md", 4961 "repository": "https://github.com/rust-lang/libc", 4962 "homepage": "https://github.com/rust-lang/libc", 4963 "documentation": "https://docs.rs/libc/", 4964 "edition": "2015", 4965 "links": null, 4966 "default_run": null, 4967 "rust_version": null 4968 }, 4969 { 4970 "name": "log", 4971 "version": "0.4.17", 4972 "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 4973 "license": "MIT OR Apache-2.0", 4974 "license_file": null, 4975 "description": "A lightweight logging facade for Rust\n", 4976 "source": "registry+https://github.com/rust-lang/crates.io-index", 4977 "dependencies": [ 4978 { 4979 "name": "cfg-if", 4980 "source": "registry+https://github.com/rust-lang/crates.io-index", 4981 "req": "^1.0", 4982 "kind": null, 4983 "rename": null, 4984 "optional": false, 4985 "uses_default_features": true, 4986 "features": [], 4987 "target": null, 4988 "registry": null 4989 }, 4990 { 4991 "name": "serde", 4992 "source": "registry+https://github.com/rust-lang/crates.io-index", 4993 "req": "^1.0", 4994 "kind": null, 4995 "rename": null, 4996 "optional": true, 4997 "uses_default_features": false, 4998 "features": [], 4999 "target": null, 5000 "registry": null 5001 }, 5002 { 5003 "name": "sval", 5004 "source": "registry+https://github.com/rust-lang/crates.io-index", 5005 "req": "=1.0.0-alpha.5", 5006 "kind": null, 5007 "rename": null, 5008 "optional": true, 5009 "uses_default_features": false, 5010 "features": [], 5011 "target": null, 5012 "registry": null 5013 }, 5014 { 5015 "name": "value-bag", 5016 "source": "registry+https://github.com/rust-lang/crates.io-index", 5017 "req": "=1.0.0-alpha.9", 5018 "kind": null, 5019 "rename": null, 5020 "optional": true, 5021 "uses_default_features": false, 5022 "features": [], 5023 "target": null, 5024 "registry": null 5025 }, 5026 { 5027 "name": "rustversion", 5028 "source": "registry+https://github.com/rust-lang/crates.io-index", 5029 "req": "^1.0", 5030 "kind": "dev", 5031 "rename": null, 5032 "optional": false, 5033 "uses_default_features": true, 5034 "features": [], 5035 "target": null, 5036 "registry": null 5037 }, 5038 { 5039 "name": "serde", 5040 "source": "registry+https://github.com/rust-lang/crates.io-index", 5041 "req": "^1.0", 5042 "kind": "dev", 5043 "rename": null, 5044 "optional": false, 5045 "uses_default_features": true, 5046 "features": [ 5047 "derive" 5048 ], 5049 "target": null, 5050 "registry": null 5051 }, 5052 { 5053 "name": "serde_test", 5054 "source": "registry+https://github.com/rust-lang/crates.io-index", 5055 "req": "^1.0", 5056 "kind": "dev", 5057 "rename": null, 5058 "optional": false, 5059 "uses_default_features": true, 5060 "features": [], 5061 "target": null, 5062 "registry": null 5063 }, 5064 { 5065 "name": "sval", 5066 "source": "registry+https://github.com/rust-lang/crates.io-index", 5067 "req": "=1.0.0-alpha.5", 5068 "kind": "dev", 5069 "rename": null, 5070 "optional": false, 5071 "uses_default_features": true, 5072 "features": [ 5073 "derive" 5074 ], 5075 "target": null, 5076 "registry": null 5077 }, 5078 { 5079 "name": "value-bag", 5080 "source": "registry+https://github.com/rust-lang/crates.io-index", 5081 "req": "=1.0.0-alpha.9", 5082 "kind": "dev", 5083 "rename": null, 5084 "optional": false, 5085 "uses_default_features": true, 5086 "features": [ 5087 "test" 5088 ], 5089 "target": null, 5090 "registry": null 5091 } 5092 ], 5093 "targets": [ 5094 { 5095 "kind": [ 5096 "lib" 5097 ], 5098 "crate_types": [ 5099 "lib" 5100 ], 5101 "name": "log", 5102 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs", 5103 "edition": "2015", 5104 "doc": true, 5105 "doctest": true, 5106 "test": true 5107 }, 5108 { 5109 "kind": [ 5110 "test" 5111 ], 5112 "crate_types": [ 5113 "bin" 5114 ], 5115 "name": "filters", 5116 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/filters.rs", 5117 "edition": "2015", 5118 "doc": false, 5119 "doctest": false, 5120 "test": true 5121 }, 5122 { 5123 "kind": [ 5124 "test" 5125 ], 5126 "crate_types": [ 5127 "bin" 5128 ], 5129 "name": "macros", 5130 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/tests/macros.rs", 5131 "edition": "2015", 5132 "doc": false, 5133 "doctest": false, 5134 "test": true 5135 }, 5136 { 5137 "kind": [ 5138 "bench" 5139 ], 5140 "crate_types": [ 5141 "bin" 5142 ], 5143 "name": "value", 5144 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/benches/value.rs", 5145 "edition": "2015", 5146 "doc": false, 5147 "doctest": false, 5148 "test": false 5149 }, 5150 { 5151 "kind": [ 5152 "custom-build" 5153 ], 5154 "crate_types": [ 5155 "bin" 5156 ], 5157 "name": "build-script-build", 5158 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs", 5159 "edition": "2015", 5160 "doc": false, 5161 "doctest": false, 5162 "test": false 5163 } 5164 ], 5165 "features": { 5166 "kv_unstable": [ 5167 "value-bag" 5168 ], 5169 "kv_unstable_serde": [ 5170 "kv_unstable_std", 5171 "value-bag/serde", 5172 "serde" 5173 ], 5174 "kv_unstable_std": [ 5175 "std", 5176 "kv_unstable", 5177 "value-bag/error" 5178 ], 5179 "kv_unstable_sval": [ 5180 "kv_unstable", 5181 "value-bag/sval", 5182 "sval" 5183 ], 5184 "max_level_debug": [], 5185 "max_level_error": [], 5186 "max_level_info": [], 5187 "max_level_off": [], 5188 "max_level_trace": [], 5189 "max_level_warn": [], 5190 "release_max_level_debug": [], 5191 "release_max_level_error": [], 5192 "release_max_level_info": [], 5193 "release_max_level_off": [], 5194 "release_max_level_trace": [], 5195 "release_max_level_warn": [], 5196 "serde": [ 5197 "dep:serde" 5198 ], 5199 "std": [], 5200 "sval": [ 5201 "dep:sval" 5202 ], 5203 "value-bag": [ 5204 "dep:value-bag" 5205 ] 5206 }, 5207 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/Cargo.toml", 5208 "metadata": { 5209 "docs": { 5210 "rs": { 5211 "features": [ 5212 "std", 5213 "serde", 5214 "kv_unstable_std", 5215 "kv_unstable_sval", 5216 "kv_unstable_serde" 5217 ] 5218 } 5219 } 5220 }, 5221 "publish": null, 5222 "authors": [ 5223 "The Rust Project Developers" 5224 ], 5225 "categories": [ 5226 "development-tools::debugging" 5227 ], 5228 "keywords": [ 5229 "logging" 5230 ], 5231 "readme": "README.md", 5232 "repository": "https://github.com/rust-lang/log", 5233 "homepage": null, 5234 "documentation": "https://docs.rs/log", 5235 "edition": "2015", 5236 "links": null, 5237 "default_run": null, 5238 "rust_version": null 5239 }, 5240 { 5241 "name": "memchr", 5242 "version": "2.5.0", 5243 "id": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 5244 "license": "Unlicense/MIT", 5245 "license_file": null, 5246 "description": "Safe interface to memchr.", 5247 "source": "registry+https://github.com/rust-lang/crates.io-index", 5248 "dependencies": [ 5249 { 5250 "name": "compiler_builtins", 5251 "source": "registry+https://github.com/rust-lang/crates.io-index", 5252 "req": "^0.1.2", 5253 "kind": null, 5254 "rename": null, 5255 "optional": true, 5256 "uses_default_features": true, 5257 "features": [], 5258 "target": null, 5259 "registry": null 5260 }, 5261 { 5262 "name": "rustc-std-workspace-core", 5263 "source": "registry+https://github.com/rust-lang/crates.io-index", 5264 "req": "^1.0.0", 5265 "kind": null, 5266 "rename": "core", 5267 "optional": true, 5268 "uses_default_features": true, 5269 "features": [], 5270 "target": null, 5271 "registry": null 5272 }, 5273 { 5274 "name": "libc", 5275 "source": "registry+https://github.com/rust-lang/crates.io-index", 5276 "req": "^0.2.18", 5277 "kind": null, 5278 "rename": null, 5279 "optional": true, 5280 "uses_default_features": false, 5281 "features": [], 5282 "target": null, 5283 "registry": null 5284 }, 5285 { 5286 "name": "quickcheck", 5287 "source": "registry+https://github.com/rust-lang/crates.io-index", 5288 "req": "^1.0.3", 5289 "kind": "dev", 5290 "rename": null, 5291 "optional": false, 5292 "uses_default_features": false, 5293 "features": [], 5294 "target": null, 5295 "registry": null 5296 } 5297 ], 5298 "targets": [ 5299 { 5300 "kind": [ 5301 "lib" 5302 ], 5303 "crate_types": [ 5304 "lib" 5305 ], 5306 "name": "memchr", 5307 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/src/lib.rs", 5308 "edition": "2018", 5309 "doc": true, 5310 "doctest": true, 5311 "test": true 5312 }, 5313 { 5314 "kind": [ 5315 "custom-build" 5316 ], 5317 "crate_types": [ 5318 "bin" 5319 ], 5320 "name": "build-script-build", 5321 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/build.rs", 5322 "edition": "2018", 5323 "doc": false, 5324 "doctest": false, 5325 "test": false 5326 } 5327 ], 5328 "features": { 5329 "compiler_builtins": [ 5330 "dep:compiler_builtins" 5331 ], 5332 "core": [ 5333 "dep:core" 5334 ], 5335 "default": [ 5336 "std" 5337 ], 5338 "libc": [ 5339 "dep:libc" 5340 ], 5341 "rustc-dep-of-std": [ 5342 "core", 5343 "compiler_builtins" 5344 ], 5345 "std": [], 5346 "use_std": [ 5347 "std" 5348 ] 5349 }, 5350 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/Cargo.toml", 5351 "metadata": null, 5352 "publish": null, 5353 "authors": [ 5354 "Andrew Gallant <jamslam@gmail.com>", 5355 "bluss" 5356 ], 5357 "categories": [], 5358 "keywords": [ 5359 "memchr", 5360 "char", 5361 "scan", 5362 "strchr", 5363 "string" 5364 ], 5365 "readme": "README.md", 5366 "repository": "https://github.com/BurntSushi/memchr", 5367 "homepage": "https://github.com/BurntSushi/memchr", 5368 "documentation": "https://docs.rs/memchr/", 5369 "edition": "2018", 5370 "links": null, 5371 "default_run": null, 5372 "rust_version": null 5373 }, 5374 { 5375 "name": "memmap2", 5376 "version": "0.5.10", 5377 "id": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", 5378 "license": "MIT OR Apache-2.0", 5379 "license_file": null, 5380 "description": "Cross-platform Rust API for memory-mapped file IO", 5381 "source": "registry+https://github.com/rust-lang/crates.io-index", 5382 "dependencies": [ 5383 { 5384 "name": "stable_deref_trait", 5385 "source": "registry+https://github.com/rust-lang/crates.io-index", 5386 "req": "^1.0", 5387 "kind": null, 5388 "rename": null, 5389 "optional": true, 5390 "uses_default_features": true, 5391 "features": [], 5392 "target": null, 5393 "registry": null 5394 }, 5395 { 5396 "name": "owning_ref", 5397 "source": "registry+https://github.com/rust-lang/crates.io-index", 5398 "req": "^0.4.1", 5399 "kind": "dev", 5400 "rename": null, 5401 "optional": false, 5402 "uses_default_features": true, 5403 "features": [], 5404 "target": null, 5405 "registry": null 5406 }, 5407 { 5408 "name": "tempfile", 5409 "source": "registry+https://github.com/rust-lang/crates.io-index", 5410 "req": "^3", 5411 "kind": "dev", 5412 "rename": null, 5413 "optional": false, 5414 "uses_default_features": true, 5415 "features": [], 5416 "target": null, 5417 "registry": null 5418 }, 5419 { 5420 "name": "libc", 5421 "source": "registry+https://github.com/rust-lang/crates.io-index", 5422 "req": "^0.2", 5423 "kind": null, 5424 "rename": null, 5425 "optional": false, 5426 "uses_default_features": true, 5427 "features": [], 5428 "target": "cfg(unix)", 5429 "registry": null 5430 } 5431 ], 5432 "targets": [ 5433 { 5434 "kind": [ 5435 "lib" 5436 ], 5437 "crate_types": [ 5438 "lib" 5439 ], 5440 "name": "memmap2", 5441 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.5.10/src/lib.rs", 5442 "edition": "2018", 5443 "doc": true, 5444 "doctest": true, 5445 "test": true 5446 }, 5447 { 5448 "kind": [ 5449 "example" 5450 ], 5451 "crate_types": [ 5452 "bin" 5453 ], 5454 "name": "cat", 5455 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.5.10/examples/cat.rs", 5456 "edition": "2018", 5457 "doc": false, 5458 "doctest": false, 5459 "test": false 5460 } 5461 ], 5462 "features": { 5463 "stable_deref_trait": [ 5464 "dep:stable_deref_trait" 5465 ] 5466 }, 5467 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.5.10/Cargo.toml", 5468 "metadata": null, 5469 "publish": null, 5470 "authors": [ 5471 "Dan Burkert <dan@danburkert.com>", 5472 "Yevhenii Reizner <razrfalcon@gmail.com>" 5473 ], 5474 "categories": [], 5475 "keywords": [ 5476 "mmap", 5477 "memory-map", 5478 "io", 5479 "file" 5480 ], 5481 "readme": "README.md", 5482 "repository": "https://github.com/RazrFalcon/memmap2-rs", 5483 "homepage": null, 5484 "documentation": "https://docs.rs/memmap2", 5485 "edition": "2018", 5486 "links": null, 5487 "default_run": null, 5488 "rust_version": null 5489 }, 5490 { 5491 "name": "once_cell", 5492 "version": "1.17.1", 5493 "id": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 5494 "license": "MIT OR Apache-2.0", 5495 "license_file": null, 5496 "description": "Single assignment cells and lazy values.", 5497 "source": "registry+https://github.com/rust-lang/crates.io-index", 5498 "dependencies": [ 5499 { 5500 "name": "atomic-polyfill", 5501 "source": "registry+https://github.com/rust-lang/crates.io-index", 5502 "req": "^1", 5503 "kind": null, 5504 "rename": "atomic_polyfill", 5505 "optional": true, 5506 "uses_default_features": true, 5507 "features": [], 5508 "target": null, 5509 "registry": null 5510 }, 5511 { 5512 "name": "critical-section", 5513 "source": "registry+https://github.com/rust-lang/crates.io-index", 5514 "req": "^1", 5515 "kind": null, 5516 "rename": "critical_section", 5517 "optional": true, 5518 "uses_default_features": true, 5519 "features": [], 5520 "target": null, 5521 "registry": null 5522 }, 5523 { 5524 "name": "parking_lot_core", 5525 "source": "registry+https://github.com/rust-lang/crates.io-index", 5526 "req": "^0.9.3", 5527 "kind": null, 5528 "rename": null, 5529 "optional": true, 5530 "uses_default_features": false, 5531 "features": [], 5532 "target": null, 5533 "registry": null 5534 }, 5535 { 5536 "name": "critical-section", 5537 "source": "registry+https://github.com/rust-lang/crates.io-index", 5538 "req": "^1.1.1", 5539 "kind": "dev", 5540 "rename": "critical_section", 5541 "optional": false, 5542 "uses_default_features": true, 5543 "features": [ 5544 "std" 5545 ], 5546 "target": null, 5547 "registry": null 5548 }, 5549 { 5550 "name": "crossbeam-utils", 5551 "source": "registry+https://github.com/rust-lang/crates.io-index", 5552 "req": "^0.8.7", 5553 "kind": "dev", 5554 "rename": null, 5555 "optional": false, 5556 "uses_default_features": true, 5557 "features": [], 5558 "target": null, 5559 "registry": null 5560 }, 5561 { 5562 "name": "lazy_static", 5563 "source": "registry+https://github.com/rust-lang/crates.io-index", 5564 "req": "^1.0.0", 5565 "kind": "dev", 5566 "rename": null, 5567 "optional": false, 5568 "uses_default_features": true, 5569 "features": [], 5570 "target": null, 5571 "registry": null 5572 }, 5573 { 5574 "name": "regex", 5575 "source": "registry+https://github.com/rust-lang/crates.io-index", 5576 "req": "^1.2.0", 5577 "kind": "dev", 5578 "rename": null, 5579 "optional": false, 5580 "uses_default_features": true, 5581 "features": [], 5582 "target": null, 5583 "registry": null 5584 } 5585 ], 5586 "targets": [ 5587 { 5588 "kind": [ 5589 "lib" 5590 ], 5591 "crate_types": [ 5592 "lib" 5593 ], 5594 "name": "once_cell", 5595 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/src/lib.rs", 5596 "edition": "2021", 5597 "doc": true, 5598 "doctest": true, 5599 "test": true 5600 }, 5601 { 5602 "kind": [ 5603 "example" 5604 ], 5605 "crate_types": [ 5606 "bin" 5607 ], 5608 "name": "bench", 5609 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/bench.rs", 5610 "edition": "2021", 5611 "required-features": [ 5612 "std" 5613 ], 5614 "doc": false, 5615 "doctest": false, 5616 "test": false 5617 }, 5618 { 5619 "kind": [ 5620 "example" 5621 ], 5622 "crate_types": [ 5623 "bin" 5624 ], 5625 "name": "bench_acquire", 5626 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/bench_acquire.rs", 5627 "edition": "2021", 5628 "required-features": [ 5629 "std" 5630 ], 5631 "doc": false, 5632 "doctest": false, 5633 "test": false 5634 }, 5635 { 5636 "kind": [ 5637 "example" 5638 ], 5639 "crate_types": [ 5640 "bin" 5641 ], 5642 "name": "bench_vs_lazy_static", 5643 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/bench_vs_lazy_static.rs", 5644 "edition": "2021", 5645 "required-features": [ 5646 "std" 5647 ], 5648 "doc": false, 5649 "doctest": false, 5650 "test": false 5651 }, 5652 { 5653 "kind": [ 5654 "example" 5655 ], 5656 "crate_types": [ 5657 "bin" 5658 ], 5659 "name": "lazy_static", 5660 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/lazy_static.rs", 5661 "edition": "2021", 5662 "required-features": [ 5663 "std" 5664 ], 5665 "doc": false, 5666 "doctest": false, 5667 "test": false 5668 }, 5669 { 5670 "kind": [ 5671 "example" 5672 ], 5673 "crate_types": [ 5674 "bin" 5675 ], 5676 "name": "reentrant_init_deadlocks", 5677 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/reentrant_init_deadlocks.rs", 5678 "edition": "2021", 5679 "required-features": [ 5680 "std" 5681 ], 5682 "doc": false, 5683 "doctest": false, 5684 "test": false 5685 }, 5686 { 5687 "kind": [ 5688 "example" 5689 ], 5690 "crate_types": [ 5691 "bin" 5692 ], 5693 "name": "regex", 5694 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/regex.rs", 5695 "edition": "2021", 5696 "required-features": [ 5697 "std" 5698 ], 5699 "doc": false, 5700 "doctest": false, 5701 "test": false 5702 }, 5703 { 5704 "kind": [ 5705 "example" 5706 ], 5707 "crate_types": [ 5708 "bin" 5709 ], 5710 "name": "test_synchronization", 5711 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/examples/test_synchronization.rs", 5712 "edition": "2021", 5713 "required-features": [ 5714 "std" 5715 ], 5716 "doc": false, 5717 "doctest": false, 5718 "test": false 5719 }, 5720 { 5721 "kind": [ 5722 "test" 5723 ], 5724 "crate_types": [ 5725 "bin" 5726 ], 5727 "name": "it", 5728 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/tests/it.rs", 5729 "edition": "2021", 5730 "doc": false, 5731 "doctest": false, 5732 "test": true 5733 } 5734 ], 5735 "features": { 5736 "alloc": [ 5737 "race" 5738 ], 5739 "atomic-polyfill": [ 5740 "critical-section" 5741 ], 5742 "atomic_polyfill": [ 5743 "dep:atomic_polyfill" 5744 ], 5745 "critical-section": [ 5746 "critical_section", 5747 "atomic_polyfill" 5748 ], 5749 "critical_section": [ 5750 "dep:critical_section" 5751 ], 5752 "default": [ 5753 "std" 5754 ], 5755 "parking_lot": [ 5756 "parking_lot_core" 5757 ], 5758 "parking_lot_core": [ 5759 "dep:parking_lot_core" 5760 ], 5761 "race": [], 5762 "std": [ 5763 "alloc" 5764 ], 5765 "unstable": [] 5766 }, 5767 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.17.1/Cargo.toml", 5768 "metadata": { 5769 "docs": { 5770 "rs": { 5771 "all-features": true 5772 } 5773 } 5774 }, 5775 "publish": null, 5776 "authors": [ 5777 "Aleksey Kladov <aleksey.kladov@gmail.com>" 5778 ], 5779 "categories": [ 5780 "rust-patterns", 5781 "memory-management" 5782 ], 5783 "keywords": [ 5784 "lazy", 5785 "static" 5786 ], 5787 "readme": "README.md", 5788 "repository": "https://github.com/matklad/once_cell", 5789 "homepage": null, 5790 "documentation": "https://docs.rs/once_cell", 5791 "edition": "2021", 5792 "links": null, 5793 "default_run": null, 5794 "rust_version": "1.56" 5795 }, 5796 { 5797 "name": "pcre2", 5798 "version": "0.2.3", 5799 "id": "pcre2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 5800 "license": "Unlicense/MIT", 5801 "license_file": null, 5802 "description": "High level wrapper library for PCRE2.", 5803 "source": "registry+https://github.com/rust-lang/crates.io-index", 5804 "dependencies": [ 5805 { 5806 "name": "libc", 5807 "source": "registry+https://github.com/rust-lang/crates.io-index", 5808 "req": "^0.2.46", 5809 "kind": null, 5810 "rename": null, 5811 "optional": false, 5812 "uses_default_features": true, 5813 "features": [], 5814 "target": null, 5815 "registry": null 5816 }, 5817 { 5818 "name": "log", 5819 "source": "registry+https://github.com/rust-lang/crates.io-index", 5820 "req": "^0.4.5", 5821 "kind": null, 5822 "rename": null, 5823 "optional": false, 5824 "uses_default_features": true, 5825 "features": [], 5826 "target": null, 5827 "registry": null 5828 }, 5829 { 5830 "name": "pcre2-sys", 5831 "source": "registry+https://github.com/rust-lang/crates.io-index", 5832 "req": "^0.2.0", 5833 "kind": null, 5834 "rename": null, 5835 "optional": false, 5836 "uses_default_features": true, 5837 "features": [], 5838 "target": null, 5839 "registry": null 5840 }, 5841 { 5842 "name": "thread_local", 5843 "source": "registry+https://github.com/rust-lang/crates.io-index", 5844 "req": "^1", 5845 "kind": null, 5846 "rename": null, 5847 "optional": false, 5848 "uses_default_features": true, 5849 "features": [], 5850 "target": null, 5851 "registry": null 5852 } 5853 ], 5854 "targets": [ 5855 { 5856 "kind": [ 5857 "lib" 5858 ], 5859 "crate_types": [ 5860 "lib" 5861 ], 5862 "name": "pcre2", 5863 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pcre2-0.2.3/src/lib.rs", 5864 "edition": "2018", 5865 "doc": true, 5866 "doctest": true, 5867 "test": true 5868 } 5869 ], 5870 "features": {}, 5871 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pcre2-0.2.3/Cargo.toml", 5872 "metadata": null, 5873 "publish": null, 5874 "authors": [ 5875 "Andrew Gallant <jamslam@gmail.com>" 5876 ], 5877 "categories": [ 5878 "text-processing" 5879 ], 5880 "keywords": [ 5881 "pcre", 5882 "pcre2", 5883 "regex", 5884 "jit", 5885 "perl" 5886 ], 5887 "readme": "README.md", 5888 "repository": "https://github.com/BurntSushi/rust-pcre2", 5889 "homepage": "https://github.com/BurntSushi/rust-pcre2", 5890 "documentation": "https://docs.rs/pcre2", 5891 "edition": "2018", 5892 "links": null, 5893 "default_run": null, 5894 "rust_version": null 5895 }, 5896 { 5897 "name": "pcre2-sys", 5898 "version": "0.2.5", 5899 "id": "pcre2-sys 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 5900 "license": "Unlicense/MIT", 5901 "license_file": null, 5902 "description": "Low level bindings to PCRE2.", 5903 "source": "registry+https://github.com/rust-lang/crates.io-index", 5904 "dependencies": [ 5905 { 5906 "name": "libc", 5907 "source": "registry+https://github.com/rust-lang/crates.io-index", 5908 "req": "^0.2", 5909 "kind": null, 5910 "rename": null, 5911 "optional": false, 5912 "uses_default_features": true, 5913 "features": [], 5914 "target": null, 5915 "registry": null 5916 }, 5917 { 5918 "name": "cc", 5919 "source": "registry+https://github.com/rust-lang/crates.io-index", 5920 "req": "^1", 5921 "kind": "build", 5922 "rename": null, 5923 "optional": false, 5924 "uses_default_features": true, 5925 "features": [ 5926 "parallel" 5927 ], 5928 "target": null, 5929 "registry": null 5930 }, 5931 { 5932 "name": "pkg-config", 5933 "source": "registry+https://github.com/rust-lang/crates.io-index", 5934 "req": "^0.3.13", 5935 "kind": "build", 5936 "rename": null, 5937 "optional": false, 5938 "uses_default_features": true, 5939 "features": [], 5940 "target": null, 5941 "registry": null 5942 } 5943 ], 5944 "targets": [ 5945 { 5946 "kind": [ 5947 "lib" 5948 ], 5949 "crate_types": [ 5950 "lib" 5951 ], 5952 "name": "pcre2-sys", 5953 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pcre2-sys-0.2.5/src/lib.rs", 5954 "edition": "2018", 5955 "doc": true, 5956 "doctest": true, 5957 "test": true 5958 }, 5959 { 5960 "kind": [ 5961 "custom-build" 5962 ], 5963 "crate_types": [ 5964 "bin" 5965 ], 5966 "name": "build-script-build", 5967 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pcre2-sys-0.2.5/build.rs", 5968 "edition": "2018", 5969 "doc": false, 5970 "doctest": false, 5971 "test": false 5972 } 5973 ], 5974 "features": {}, 5975 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pcre2-sys-0.2.5/Cargo.toml", 5976 "metadata": null, 5977 "publish": null, 5978 "authors": [ 5979 "Andrew Gallant <jamslam@gmail.com>" 5980 ], 5981 "categories": [ 5982 "external-ffi-bindings" 5983 ], 5984 "keywords": [ 5985 "pcre", 5986 "pcre2", 5987 "regex", 5988 "jit" 5989 ], 5990 "readme": "README.md", 5991 "repository": "https://github.com/BurntSushi/rust-pcre2", 5992 "homepage": "https://github.com/BurntSushi/rust-pcre2", 5993 "documentation": "https://docs.rs/pcre2-sys", 5994 "edition": "2018", 5995 "links": null, 5996 "default_run": null, 5997 "rust_version": null 5998 }, 5999 { 6000 "name": "pkg-config", 6001 "version": "0.3.26", 6002 "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", 6003 "license": "MIT OR Apache-2.0", 6004 "license_file": null, 6005 "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", 6006 "source": "registry+https://github.com/rust-lang/crates.io-index", 6007 "dependencies": [ 6008 { 6009 "name": "lazy_static", 6010 "source": "registry+https://github.com/rust-lang/crates.io-index", 6011 "req": "^1", 6012 "kind": "dev", 6013 "rename": null, 6014 "optional": false, 6015 "uses_default_features": true, 6016 "features": [], 6017 "target": null, 6018 "registry": null 6019 } 6020 ], 6021 "targets": [ 6022 { 6023 "kind": [ 6024 "lib" 6025 ], 6026 "crate_types": [ 6027 "lib" 6028 ], 6029 "name": "pkg-config", 6030 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/src/lib.rs", 6031 "edition": "2015", 6032 "doc": true, 6033 "doctest": true, 6034 "test": true 6035 }, 6036 { 6037 "kind": [ 6038 "test" 6039 ], 6040 "crate_types": [ 6041 "bin" 6042 ], 6043 "name": "test", 6044 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/tests/test.rs", 6045 "edition": "2015", 6046 "doc": false, 6047 "doctest": false, 6048 "test": true 6049 } 6050 ], 6051 "features": {}, 6052 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.26/Cargo.toml", 6053 "metadata": null, 6054 "publish": null, 6055 "authors": [ 6056 "Alex Crichton <alex@alexcrichton.com>" 6057 ], 6058 "categories": [], 6059 "keywords": [ 6060 "build-dependencies" 6061 ], 6062 "readme": "README.md", 6063 "repository": "https://github.com/rust-lang/pkg-config-rs", 6064 "homepage": null, 6065 "documentation": "https://docs.rs/pkg-config", 6066 "edition": "2015", 6067 "links": null, 6068 "default_run": null, 6069 "rust_version": null 6070 }, 6071 { 6072 "name": "proc-macro2", 6073 "version": "1.0.56", 6074 "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 6075 "license": "MIT OR Apache-2.0", 6076 "license_file": null, 6077 "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", 6078 "source": "registry+https://github.com/rust-lang/crates.io-index", 6079 "dependencies": [ 6080 { 6081 "name": "unicode-ident", 6082 "source": "registry+https://github.com/rust-lang/crates.io-index", 6083 "req": "^1.0", 6084 "kind": null, 6085 "rename": null, 6086 "optional": false, 6087 "uses_default_features": true, 6088 "features": [], 6089 "target": null, 6090 "registry": null 6091 }, 6092 { 6093 "name": "quote", 6094 "source": "registry+https://github.com/rust-lang/crates.io-index", 6095 "req": "^1.0", 6096 "kind": "dev", 6097 "rename": null, 6098 "optional": false, 6099 "uses_default_features": false, 6100 "features": [], 6101 "target": null, 6102 "registry": null 6103 }, 6104 { 6105 "name": "rustversion", 6106 "source": "registry+https://github.com/rust-lang/crates.io-index", 6107 "req": "^1", 6108 "kind": "dev", 6109 "rename": null, 6110 "optional": false, 6111 "uses_default_features": true, 6112 "features": [], 6113 "target": null, 6114 "registry": null 6115 } 6116 ], 6117 "targets": [ 6118 { 6119 "kind": [ 6120 "lib" 6121 ], 6122 "crate_types": [ 6123 "lib" 6124 ], 6125 "name": "proc-macro2", 6126 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/src/lib.rs", 6127 "edition": "2018", 6128 "doc": true, 6129 "doctest": true, 6130 "test": true 6131 }, 6132 { 6133 "kind": [ 6134 "test" 6135 ], 6136 "crate_types": [ 6137 "bin" 6138 ], 6139 "name": "comments", 6140 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/comments.rs", 6141 "edition": "2018", 6142 "doc": false, 6143 "doctest": false, 6144 "test": true 6145 }, 6146 { 6147 "kind": [ 6148 "test" 6149 ], 6150 "crate_types": [ 6151 "bin" 6152 ], 6153 "name": "features", 6154 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/features.rs", 6155 "edition": "2018", 6156 "doc": false, 6157 "doctest": false, 6158 "test": true 6159 }, 6160 { 6161 "kind": [ 6162 "test" 6163 ], 6164 "crate_types": [ 6165 "bin" 6166 ], 6167 "name": "marker", 6168 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/marker.rs", 6169 "edition": "2018", 6170 "doc": false, 6171 "doctest": false, 6172 "test": true 6173 }, 6174 { 6175 "kind": [ 6176 "test" 6177 ], 6178 "crate_types": [ 6179 "bin" 6180 ], 6181 "name": "test", 6182 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test.rs", 6183 "edition": "2018", 6184 "doc": false, 6185 "doctest": false, 6186 "test": true 6187 }, 6188 { 6189 "kind": [ 6190 "test" 6191 ], 6192 "crate_types": [ 6193 "bin" 6194 ], 6195 "name": "test_fmt", 6196 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_fmt.rs", 6197 "edition": "2018", 6198 "doc": false, 6199 "doctest": false, 6200 "test": true 6201 }, 6202 { 6203 "kind": [ 6204 "test" 6205 ], 6206 "crate_types": [ 6207 "bin" 6208 ], 6209 "name": "test_size", 6210 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/tests/test_size.rs", 6211 "edition": "2018", 6212 "doc": false, 6213 "doctest": false, 6214 "test": true 6215 }, 6216 { 6217 "kind": [ 6218 "custom-build" 6219 ], 6220 "crate_types": [ 6221 "bin" 6222 ], 6223 "name": "build-script-build", 6224 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/build.rs", 6225 "edition": "2018", 6226 "doc": false, 6227 "doctest": false, 6228 "test": false 6229 } 6230 ], 6231 "features": { 6232 "default": [ 6233 "proc-macro" 6234 ], 6235 "nightly": [], 6236 "proc-macro": [], 6237 "span-locations": [] 6238 }, 6239 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/Cargo.toml", 6240 "metadata": { 6241 "docs": { 6242 "rs": { 6243 "rustc-args": [ 6244 "--cfg", 6245 "procmacro2_semver_exempt" 6246 ], 6247 "rustdoc-args": [ 6248 "--cfg", 6249 "procmacro2_semver_exempt", 6250 "--cfg", 6251 "doc_cfg" 6252 ], 6253 "targets": [ 6254 "x86_64-unknown-linux-gnu" 6255 ] 6256 } 6257 }, 6258 "playground": { 6259 "features": [ 6260 "span-locations" 6261 ] 6262 } 6263 }, 6264 "publish": null, 6265 "authors": [ 6266 "David Tolnay <dtolnay@gmail.com>", 6267 "Alex Crichton <alex@alexcrichton.com>" 6268 ], 6269 "categories": [ 6270 "development-tools::procedural-macro-helpers" 6271 ], 6272 "keywords": [ 6273 "macros", 6274 "syn" 6275 ], 6276 "readme": "README.md", 6277 "repository": "https://github.com/dtolnay/proc-macro2", 6278 "homepage": null, 6279 "documentation": "https://docs.rs/proc-macro2", 6280 "edition": "2018", 6281 "links": null, 6282 "default_run": null, 6283 "rust_version": "1.31" 6284 }, 6285 { 6286 "name": "quote", 6287 "version": "1.0.26", 6288 "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 6289 "license": "MIT OR Apache-2.0", 6290 "license_file": null, 6291 "description": "Quasi-quoting macro quote!(...)", 6292 "source": "registry+https://github.com/rust-lang/crates.io-index", 6293 "dependencies": [ 6294 { 6295 "name": "proc-macro2", 6296 "source": "registry+https://github.com/rust-lang/crates.io-index", 6297 "req": "^1.0.52", 6298 "kind": null, 6299 "rename": null, 6300 "optional": false, 6301 "uses_default_features": false, 6302 "features": [], 6303 "target": null, 6304 "registry": null 6305 }, 6306 { 6307 "name": "rustversion", 6308 "source": "registry+https://github.com/rust-lang/crates.io-index", 6309 "req": "^1.0", 6310 "kind": "dev", 6311 "rename": null, 6312 "optional": false, 6313 "uses_default_features": true, 6314 "features": [], 6315 "target": null, 6316 "registry": null 6317 }, 6318 { 6319 "name": "trybuild", 6320 "source": "registry+https://github.com/rust-lang/crates.io-index", 6321 "req": "^1.0.66", 6322 "kind": "dev", 6323 "rename": null, 6324 "optional": false, 6325 "uses_default_features": true, 6326 "features": [ 6327 "diff" 6328 ], 6329 "target": null, 6330 "registry": null 6331 } 6332 ], 6333 "targets": [ 6334 { 6335 "kind": [ 6336 "lib" 6337 ], 6338 "crate_types": [ 6339 "lib" 6340 ], 6341 "name": "quote", 6342 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/src/lib.rs", 6343 "edition": "2018", 6344 "doc": true, 6345 "doctest": true, 6346 "test": true 6347 }, 6348 { 6349 "kind": [ 6350 "test" 6351 ], 6352 "crate_types": [ 6353 "bin" 6354 ], 6355 "name": "compiletest", 6356 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/compiletest.rs", 6357 "edition": "2018", 6358 "doc": false, 6359 "doctest": false, 6360 "test": true 6361 }, 6362 { 6363 "kind": [ 6364 "test" 6365 ], 6366 "crate_types": [ 6367 "bin" 6368 ], 6369 "name": "test", 6370 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/tests/test.rs", 6371 "edition": "2018", 6372 "doc": false, 6373 "doctest": false, 6374 "test": true 6375 }, 6376 { 6377 "kind": [ 6378 "custom-build" 6379 ], 6380 "crate_types": [ 6381 "bin" 6382 ], 6383 "name": "build-script-build", 6384 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/build.rs", 6385 "edition": "2018", 6386 "doc": false, 6387 "doctest": false, 6388 "test": false 6389 } 6390 ], 6391 "features": { 6392 "default": [ 6393 "proc-macro" 6394 ], 6395 "proc-macro": [ 6396 "proc-macro2/proc-macro" 6397 ] 6398 }, 6399 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.26/Cargo.toml", 6400 "metadata": { 6401 "docs": { 6402 "rs": { 6403 "targets": [ 6404 "x86_64-unknown-linux-gnu" 6405 ] 6406 } 6407 } 6408 }, 6409 "publish": null, 6410 "authors": [ 6411 "David Tolnay <dtolnay@gmail.com>" 6412 ], 6413 "categories": [ 6414 "development-tools::procedural-macro-helpers" 6415 ], 6416 "keywords": [ 6417 "macros", 6418 "syn" 6419 ], 6420 "readme": "README.md", 6421 "repository": "https://github.com/dtolnay/quote", 6422 "homepage": null, 6423 "documentation": "https://docs.rs/quote/", 6424 "edition": "2018", 6425 "links": null, 6426 "default_run": null, 6427 "rust_version": "1.31" 6428 }, 6429 { 6430 "name": "regex", 6431 "version": "1.8.1", 6432 "id": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 6433 "license": "MIT OR Apache-2.0", 6434 "license_file": null, 6435 "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n", 6436 "source": "registry+https://github.com/rust-lang/crates.io-index", 6437 "dependencies": [ 6438 { 6439 "name": "aho-corasick", 6440 "source": "registry+https://github.com/rust-lang/crates.io-index", 6441 "req": "^1.0.0", 6442 "kind": null, 6443 "rename": null, 6444 "optional": true, 6445 "uses_default_features": true, 6446 "features": [], 6447 "target": null, 6448 "registry": null 6449 }, 6450 { 6451 "name": "memchr", 6452 "source": "registry+https://github.com/rust-lang/crates.io-index", 6453 "req": "^2.5.0", 6454 "kind": null, 6455 "rename": null, 6456 "optional": true, 6457 "uses_default_features": true, 6458 "features": [], 6459 "target": null, 6460 "registry": null 6461 }, 6462 { 6463 "name": "regex-syntax", 6464 "source": "registry+https://github.com/rust-lang/crates.io-index", 6465 "req": "^0.7.1", 6466 "kind": null, 6467 "rename": null, 6468 "optional": false, 6469 "uses_default_features": false, 6470 "features": [], 6471 "target": null, 6472 "registry": null 6473 }, 6474 { 6475 "name": "lazy_static", 6476 "source": "registry+https://github.com/rust-lang/crates.io-index", 6477 "req": "^1", 6478 "kind": "dev", 6479 "rename": null, 6480 "optional": false, 6481 "uses_default_features": true, 6482 "features": [], 6483 "target": null, 6484 "registry": null 6485 }, 6486 { 6487 "name": "quickcheck", 6488 "source": "registry+https://github.com/rust-lang/crates.io-index", 6489 "req": "^1.0.3", 6490 "kind": "dev", 6491 "rename": null, 6492 "optional": false, 6493 "uses_default_features": false, 6494 "features": [], 6495 "target": null, 6496 "registry": null 6497 }, 6498 { 6499 "name": "rand", 6500 "source": "registry+https://github.com/rust-lang/crates.io-index", 6501 "req": "^0.8.3", 6502 "kind": "dev", 6503 "rename": null, 6504 "optional": false, 6505 "uses_default_features": false, 6506 "features": [ 6507 "getrandom", 6508 "small_rng" 6509 ], 6510 "target": null, 6511 "registry": null 6512 } 6513 ], 6514 "targets": [ 6515 { 6516 "kind": [ 6517 "lib" 6518 ], 6519 "crate_types": [ 6520 "lib" 6521 ], 6522 "name": "regex", 6523 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/src/lib.rs", 6524 "edition": "2021", 6525 "doc": true, 6526 "doctest": false, 6527 "test": true 6528 }, 6529 { 6530 "kind": [ 6531 "example" 6532 ], 6533 "crate_types": [ 6534 "bin" 6535 ], 6536 "name": "shootout-regex-dna-bytes", 6537 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-bytes.rs", 6538 "edition": "2021", 6539 "doc": false, 6540 "doctest": false, 6541 "test": false 6542 }, 6543 { 6544 "kind": [ 6545 "example" 6546 ], 6547 "crate_types": [ 6548 "bin" 6549 ], 6550 "name": "shootout-regex-dna-cheat", 6551 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-cheat.rs", 6552 "edition": "2021", 6553 "doc": false, 6554 "doctest": false, 6555 "test": false 6556 }, 6557 { 6558 "kind": [ 6559 "example" 6560 ], 6561 "crate_types": [ 6562 "bin" 6563 ], 6564 "name": "shootout-regex-dna-replace", 6565 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-replace.rs", 6566 "edition": "2021", 6567 "doc": false, 6568 "doctest": false, 6569 "test": false 6570 }, 6571 { 6572 "kind": [ 6573 "example" 6574 ], 6575 "crate_types": [ 6576 "bin" 6577 ], 6578 "name": "shootout-regex-dna-single-cheat", 6579 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-single-cheat.rs", 6580 "edition": "2021", 6581 "doc": false, 6582 "doctest": false, 6583 "test": false 6584 }, 6585 { 6586 "kind": [ 6587 "example" 6588 ], 6589 "crate_types": [ 6590 "bin" 6591 ], 6592 "name": "shootout-regex-dna-single", 6593 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna-single.rs", 6594 "edition": "2021", 6595 "doc": false, 6596 "doctest": false, 6597 "test": false 6598 }, 6599 { 6600 "kind": [ 6601 "example" 6602 ], 6603 "crate_types": [ 6604 "bin" 6605 ], 6606 "name": "shootout-regex-dna", 6607 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/examples/shootout-regex-dna.rs", 6608 "edition": "2021", 6609 "doc": false, 6610 "doctest": false, 6611 "test": false 6612 }, 6613 { 6614 "kind": [ 6615 "test" 6616 ], 6617 "crate_types": [ 6618 "bin" 6619 ], 6620 "name": "default", 6621 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_default.rs", 6622 "edition": "2021", 6623 "doc": false, 6624 "doctest": false, 6625 "test": true 6626 }, 6627 { 6628 "kind": [ 6629 "test" 6630 ], 6631 "crate_types": [ 6632 "bin" 6633 ], 6634 "name": "default-bytes", 6635 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_default_bytes.rs", 6636 "edition": "2021", 6637 "doc": false, 6638 "doctest": false, 6639 "test": true 6640 }, 6641 { 6642 "kind": [ 6643 "test" 6644 ], 6645 "crate_types": [ 6646 "bin" 6647 ], 6648 "name": "nfa", 6649 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_nfa.rs", 6650 "edition": "2021", 6651 "doc": false, 6652 "doctest": false, 6653 "test": true 6654 }, 6655 { 6656 "kind": [ 6657 "test" 6658 ], 6659 "crate_types": [ 6660 "bin" 6661 ], 6662 "name": "nfa-utf8bytes", 6663 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_nfa_utf8bytes.rs", 6664 "edition": "2021", 6665 "doc": false, 6666 "doctest": false, 6667 "test": true 6668 }, 6669 { 6670 "kind": [ 6671 "test" 6672 ], 6673 "crate_types": [ 6674 "bin" 6675 ], 6676 "name": "nfa-bytes", 6677 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_nfa_bytes.rs", 6678 "edition": "2021", 6679 "doc": false, 6680 "doctest": false, 6681 "test": true 6682 }, 6683 { 6684 "kind": [ 6685 "test" 6686 ], 6687 "crate_types": [ 6688 "bin" 6689 ], 6690 "name": "backtrack", 6691 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_backtrack.rs", 6692 "edition": "2021", 6693 "doc": false, 6694 "doctest": false, 6695 "test": true 6696 }, 6697 { 6698 "kind": [ 6699 "test" 6700 ], 6701 "crate_types": [ 6702 "bin" 6703 ], 6704 "name": "backtrack-utf8bytes", 6705 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_backtrack_utf8bytes.rs", 6706 "edition": "2021", 6707 "doc": false, 6708 "doctest": false, 6709 "test": true 6710 }, 6711 { 6712 "kind": [ 6713 "test" 6714 ], 6715 "crate_types": [ 6716 "bin" 6717 ], 6718 "name": "backtrack-bytes", 6719 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_backtrack_bytes.rs", 6720 "edition": "2021", 6721 "doc": false, 6722 "doctest": false, 6723 "test": true 6724 }, 6725 { 6726 "kind": [ 6727 "test" 6728 ], 6729 "crate_types": [ 6730 "bin" 6731 ], 6732 "name": "crates-regex", 6733 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/tests/test_crates_regex.rs", 6734 "edition": "2021", 6735 "doc": false, 6736 "doctest": false, 6737 "test": true 6738 } 6739 ], 6740 "features": { 6741 "aho-corasick": [ 6742 "dep:aho-corasick" 6743 ], 6744 "default": [ 6745 "std", 6746 "perf", 6747 "unicode", 6748 "regex-syntax/default" 6749 ], 6750 "memchr": [ 6751 "dep:memchr" 6752 ], 6753 "pattern": [], 6754 "perf": [ 6755 "perf-cache", 6756 "perf-dfa", 6757 "perf-inline", 6758 "perf-literal" 6759 ], 6760 "perf-cache": [], 6761 "perf-dfa": [], 6762 "perf-inline": [], 6763 "perf-literal": [ 6764 "aho-corasick", 6765 "memchr" 6766 ], 6767 "std": [], 6768 "unicode": [ 6769 "unicode-age", 6770 "unicode-bool", 6771 "unicode-case", 6772 "unicode-gencat", 6773 "unicode-perl", 6774 "unicode-script", 6775 "unicode-segment", 6776 "regex-syntax/unicode" 6777 ], 6778 "unicode-age": [ 6779 "regex-syntax/unicode-age" 6780 ], 6781 "unicode-bool": [ 6782 "regex-syntax/unicode-bool" 6783 ], 6784 "unicode-case": [ 6785 "regex-syntax/unicode-case" 6786 ], 6787 "unicode-gencat": [ 6788 "regex-syntax/unicode-gencat" 6789 ], 6790 "unicode-perl": [ 6791 "regex-syntax/unicode-perl" 6792 ], 6793 "unicode-script": [ 6794 "regex-syntax/unicode-script" 6795 ], 6796 "unicode-segment": [ 6797 "regex-syntax/unicode-segment" 6798 ], 6799 "unstable": [ 6800 "pattern" 6801 ], 6802 "use_std": [ 6803 "std" 6804 ] 6805 }, 6806 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.8.1/Cargo.toml", 6807 "metadata": null, 6808 "publish": null, 6809 "authors": [ 6810 "The Rust Project Developers" 6811 ], 6812 "categories": [ 6813 "text-processing" 6814 ], 6815 "keywords": [], 6816 "readme": "README.md", 6817 "repository": "https://github.com/rust-lang/regex", 6818 "homepage": "https://github.com/rust-lang/regex", 6819 "documentation": "https://docs.rs/regex", 6820 "edition": "2021", 6821 "links": null, 6822 "default_run": null, 6823 "rust_version": "1.60.0" 6824 }, 6825 { 6826 "name": "regex-automata", 6827 "version": "0.1.10", 6828 "id": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 6829 "license": "Unlicense/MIT", 6830 "license_file": null, 6831 "description": "Automata construction and matching using regular expressions.", 6832 "source": "registry+https://github.com/rust-lang/crates.io-index", 6833 "dependencies": [ 6834 { 6835 "name": "fst", 6836 "source": "registry+https://github.com/rust-lang/crates.io-index", 6837 "req": "^0.4.0", 6838 "kind": null, 6839 "rename": null, 6840 "optional": true, 6841 "uses_default_features": true, 6842 "features": [], 6843 "target": null, 6844 "registry": null 6845 }, 6846 { 6847 "name": "regex-syntax", 6848 "source": "registry+https://github.com/rust-lang/crates.io-index", 6849 "req": "^0.6.16", 6850 "kind": null, 6851 "rename": null, 6852 "optional": true, 6853 "uses_default_features": true, 6854 "features": [], 6855 "target": null, 6856 "registry": null 6857 }, 6858 { 6859 "name": "bstr", 6860 "source": "registry+https://github.com/rust-lang/crates.io-index", 6861 "req": "^0.2", 6862 "kind": "dev", 6863 "rename": null, 6864 "optional": false, 6865 "uses_default_features": false, 6866 "features": [ 6867 "std" 6868 ], 6869 "target": null, 6870 "registry": null 6871 }, 6872 { 6873 "name": "lazy_static", 6874 "source": "registry+https://github.com/rust-lang/crates.io-index", 6875 "req": "^1.2.0", 6876 "kind": "dev", 6877 "rename": null, 6878 "optional": false, 6879 "uses_default_features": true, 6880 "features": [], 6881 "target": null, 6882 "registry": null 6883 }, 6884 { 6885 "name": "regex", 6886 "source": "registry+https://github.com/rust-lang/crates.io-index", 6887 "req": "^1.1", 6888 "kind": "dev", 6889 "rename": null, 6890 "optional": false, 6891 "uses_default_features": true, 6892 "features": [], 6893 "target": null, 6894 "registry": null 6895 }, 6896 { 6897 "name": "serde", 6898 "source": "registry+https://github.com/rust-lang/crates.io-index", 6899 "req": "^1.0.82", 6900 "kind": "dev", 6901 "rename": null, 6902 "optional": false, 6903 "uses_default_features": true, 6904 "features": [], 6905 "target": null, 6906 "registry": null 6907 }, 6908 { 6909 "name": "serde_bytes", 6910 "source": "registry+https://github.com/rust-lang/crates.io-index", 6911 "req": "^0.11", 6912 "kind": "dev", 6913 "rename": null, 6914 "optional": false, 6915 "uses_default_features": true, 6916 "features": [], 6917 "target": null, 6918 "registry": null 6919 }, 6920 { 6921 "name": "serde_derive", 6922 "source": "registry+https://github.com/rust-lang/crates.io-index", 6923 "req": "^1.0.82", 6924 "kind": "dev", 6925 "rename": null, 6926 "optional": false, 6927 "uses_default_features": true, 6928 "features": [], 6929 "target": null, 6930 "registry": null 6931 }, 6932 { 6933 "name": "toml", 6934 "source": "registry+https://github.com/rust-lang/crates.io-index", 6935 "req": "^0.4.10", 6936 "kind": "dev", 6937 "rename": null, 6938 "optional": false, 6939 "uses_default_features": true, 6940 "features": [], 6941 "target": null, 6942 "registry": null 6943 } 6944 ], 6945 "targets": [ 6946 { 6947 "kind": [ 6948 "lib" 6949 ], 6950 "crate_types": [ 6951 "lib" 6952 ], 6953 "name": "regex-automata", 6954 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs", 6955 "edition": "2015", 6956 "doc": true, 6957 "doctest": true, 6958 "test": true 6959 }, 6960 { 6961 "kind": [ 6962 "test" 6963 ], 6964 "crate_types": [ 6965 "bin" 6966 ], 6967 "name": "default", 6968 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/tests/tests.rs", 6969 "edition": "2015", 6970 "doc": false, 6971 "doctest": false, 6972 "test": true 6973 } 6974 ], 6975 "features": { 6976 "default": [ 6977 "std" 6978 ], 6979 "fst": [ 6980 "dep:fst" 6981 ], 6982 "regex-syntax": [ 6983 "dep:regex-syntax" 6984 ], 6985 "std": [ 6986 "regex-syntax" 6987 ], 6988 "transducer": [ 6989 "std", 6990 "fst" 6991 ] 6992 }, 6993 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/Cargo.toml", 6994 "metadata": null, 6995 "publish": null, 6996 "authors": [ 6997 "Andrew Gallant <jamslam@gmail.com>" 6998 ], 6999 "categories": [ 7000 "text-processing" 7001 ], 7002 "keywords": [ 7003 "regex", 7004 "dfa", 7005 "automata", 7006 "automaton", 7007 "nfa" 7008 ], 7009 "readme": "README.md", 7010 "repository": "https://github.com/BurntSushi/regex-automata", 7011 "homepage": "https://github.com/BurntSushi/regex-automata", 7012 "documentation": "https://docs.rs/regex-automata", 7013 "edition": "2015", 7014 "links": null, 7015 "default_run": null, 7016 "rust_version": null 7017 }, 7018 { 7019 "name": "regex-syntax", 7020 "version": "0.6.29", 7021 "id": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", 7022 "license": "MIT OR Apache-2.0", 7023 "license_file": null, 7024 "description": "A regular expression parser.", 7025 "source": "registry+https://github.com/rust-lang/crates.io-index", 7026 "dependencies": [], 7027 "targets": [ 7028 { 7029 "kind": [ 7030 "lib" 7031 ], 7032 "crate_types": [ 7033 "lib" 7034 ], 7035 "name": "regex-syntax", 7036 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs", 7037 "edition": "2018", 7038 "doc": true, 7039 "doctest": true, 7040 "test": true 7041 }, 7042 { 7043 "kind": [ 7044 "bench" 7045 ], 7046 "crate_types": [ 7047 "bin" 7048 ], 7049 "name": "bench", 7050 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/benches/bench.rs", 7051 "edition": "2018", 7052 "doc": false, 7053 "doctest": false, 7054 "test": false 7055 } 7056 ], 7057 "features": { 7058 "default": [ 7059 "unicode" 7060 ], 7061 "unicode": [ 7062 "unicode-age", 7063 "unicode-bool", 7064 "unicode-case", 7065 "unicode-gencat", 7066 "unicode-perl", 7067 "unicode-script", 7068 "unicode-segment" 7069 ], 7070 "unicode-age": [], 7071 "unicode-bool": [], 7072 "unicode-case": [], 7073 "unicode-gencat": [], 7074 "unicode-perl": [], 7075 "unicode-script": [], 7076 "unicode-segment": [] 7077 }, 7078 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/Cargo.toml", 7079 "metadata": null, 7080 "publish": null, 7081 "authors": [ 7082 "The Rust Project Developers" 7083 ], 7084 "categories": [], 7085 "keywords": [], 7086 "readme": "README.md", 7087 "repository": "https://github.com/rust-lang/regex", 7088 "homepage": "https://github.com/rust-lang/regex", 7089 "documentation": "https://docs.rs/regex-syntax", 7090 "edition": "2018", 7091 "links": null, 7092 "default_run": null, 7093 "rust_version": null 7094 }, 7095 { 7096 "name": "regex-syntax", 7097 "version": "0.7.1", 7098 "id": "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 7099 "license": "MIT OR Apache-2.0", 7100 "license_file": null, 7101 "description": "A regular expression parser.", 7102 "source": "registry+https://github.com/rust-lang/crates.io-index", 7103 "dependencies": [], 7104 "targets": [ 7105 { 7106 "kind": [ 7107 "lib" 7108 ], 7109 "crate_types": [ 7110 "lib" 7111 ], 7112 "name": "regex-syntax", 7113 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.1/src/lib.rs", 7114 "edition": "2021", 7115 "doc": true, 7116 "doctest": true, 7117 "test": true 7118 }, 7119 { 7120 "kind": [ 7121 "bench" 7122 ], 7123 "crate_types": [ 7124 "bin" 7125 ], 7126 "name": "bench", 7127 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.1/benches/bench.rs", 7128 "edition": "2021", 7129 "doc": false, 7130 "doctest": false, 7131 "test": false 7132 } 7133 ], 7134 "features": { 7135 "default": [ 7136 "std", 7137 "unicode" 7138 ], 7139 "std": [], 7140 "unicode": [ 7141 "unicode-age", 7142 "unicode-bool", 7143 "unicode-case", 7144 "unicode-gencat", 7145 "unicode-perl", 7146 "unicode-script", 7147 "unicode-segment" 7148 ], 7149 "unicode-age": [], 7150 "unicode-bool": [], 7151 "unicode-case": [], 7152 "unicode-gencat": [], 7153 "unicode-perl": [], 7154 "unicode-script": [], 7155 "unicode-segment": [] 7156 }, 7157 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.1/Cargo.toml", 7158 "metadata": { 7159 "docs": { 7160 "rs": { 7161 "all-features": true, 7162 "rustdoc-args": [ 7163 "--cfg", 7164 "docsrs" 7165 ] 7166 } 7167 } 7168 }, 7169 "publish": null, 7170 "authors": [ 7171 "The Rust Project Developers" 7172 ], 7173 "categories": [], 7174 "keywords": [], 7175 "readme": "README.md", 7176 "repository": "https://github.com/rust-lang/regex", 7177 "homepage": "https://github.com/rust-lang/regex", 7178 "documentation": "https://docs.rs/regex-syntax", 7179 "edition": "2021", 7180 "links": null, 7181 "default_run": null, 7182 "rust_version": "1.60.0" 7183 }, 7184 { 7185 "name": "ripgrep", 7186 "version": "13.0.0", 7187 "id": "ripgrep 13.0.0 (path+file:///$ROOT$ripgrep)", 7188 "license": "Unlicense OR MIT", 7189 "license_file": null, 7190 "description": "ripgrep is a line-oriented search tool that recursively searches the current\ndirectory for a regex pattern while respecting gitignore rules. ripgrep has\nfirst class support on Windows, macOS and Linux.\n", 7191 "source": null, 7192 "dependencies": [ 7193 { 7194 "name": "bstr", 7195 "source": "registry+https://github.com/rust-lang/crates.io-index", 7196 "req": "^1.1.0", 7197 "kind": null, 7198 "rename": null, 7199 "optional": false, 7200 "uses_default_features": true, 7201 "features": [], 7202 "target": null, 7203 "registry": null 7204 }, 7205 { 7206 "name": "clap", 7207 "source": "registry+https://github.com/rust-lang/crates.io-index", 7208 "req": "^2.33.0", 7209 "kind": null, 7210 "rename": null, 7211 "optional": false, 7212 "uses_default_features": false, 7213 "features": [ 7214 "suggestions" 7215 ], 7216 "target": null, 7217 "registry": null 7218 }, 7219 { 7220 "name": "grep", 7221 "source": null, 7222 "req": "^0.2.11", 7223 "kind": null, 7224 "rename": null, 7225 "optional": false, 7226 "uses_default_features": true, 7227 "features": [], 7228 "target": null, 7229 "registry": null, 7230 "path": "$ROOT$ripgrep/crates/grep" 7231 }, 7232 { 7233 "name": "ignore", 7234 "source": null, 7235 "req": "^0.4.19", 7236 "kind": null, 7237 "rename": null, 7238 "optional": false, 7239 "uses_default_features": true, 7240 "features": [], 7241 "target": null, 7242 "registry": null, 7243 "path": "$ROOT$ripgrep/crates/ignore" 7244 }, 7245 { 7246 "name": "lazy_static", 7247 "source": "registry+https://github.com/rust-lang/crates.io-index", 7248 "req": "^1.1.0", 7249 "kind": null, 7250 "rename": null, 7251 "optional": false, 7252 "uses_default_features": true, 7253 "features": [], 7254 "target": null, 7255 "registry": null 7256 }, 7257 { 7258 "name": "log", 7259 "source": "registry+https://github.com/rust-lang/crates.io-index", 7260 "req": "^0.4.5", 7261 "kind": null, 7262 "rename": null, 7263 "optional": false, 7264 "uses_default_features": true, 7265 "features": [], 7266 "target": null, 7267 "registry": null 7268 }, 7269 { 7270 "name": "regex", 7271 "source": "registry+https://github.com/rust-lang/crates.io-index", 7272 "req": "^1.3.5", 7273 "kind": null, 7274 "rename": null, 7275 "optional": false, 7276 "uses_default_features": true, 7277 "features": [], 7278 "target": null, 7279 "registry": null 7280 }, 7281 { 7282 "name": "serde_json", 7283 "source": "registry+https://github.com/rust-lang/crates.io-index", 7284 "req": "^1.0.23", 7285 "kind": null, 7286 "rename": null, 7287 "optional": false, 7288 "uses_default_features": true, 7289 "features": [], 7290 "target": null, 7291 "registry": null 7292 }, 7293 { 7294 "name": "termcolor", 7295 "source": "registry+https://github.com/rust-lang/crates.io-index", 7296 "req": "^1.1.0", 7297 "kind": null, 7298 "rename": null, 7299 "optional": false, 7300 "uses_default_features": true, 7301 "features": [], 7302 "target": null, 7303 "registry": null 7304 }, 7305 { 7306 "name": "serde", 7307 "source": "registry+https://github.com/rust-lang/crates.io-index", 7308 "req": "^1.0.77", 7309 "kind": "dev", 7310 "rename": null, 7311 "optional": false, 7312 "uses_default_features": true, 7313 "features": [], 7314 "target": null, 7315 "registry": null 7316 }, 7317 { 7318 "name": "serde_derive", 7319 "source": "registry+https://github.com/rust-lang/crates.io-index", 7320 "req": "^1.0.77", 7321 "kind": "dev", 7322 "rename": null, 7323 "optional": false, 7324 "uses_default_features": true, 7325 "features": [], 7326 "target": null, 7327 "registry": null 7328 }, 7329 { 7330 "name": "walkdir", 7331 "source": "registry+https://github.com/rust-lang/crates.io-index", 7332 "req": "^2", 7333 "kind": "dev", 7334 "rename": null, 7335 "optional": false, 7336 "uses_default_features": true, 7337 "features": [], 7338 "target": null, 7339 "registry": null 7340 }, 7341 { 7342 "name": "clap", 7343 "source": "registry+https://github.com/rust-lang/crates.io-index", 7344 "req": "^2.33.0", 7345 "kind": "build", 7346 "rename": null, 7347 "optional": false, 7348 "uses_default_features": false, 7349 "features": [ 7350 "suggestions" 7351 ], 7352 "target": null, 7353 "registry": null 7354 }, 7355 { 7356 "name": "lazy_static", 7357 "source": "registry+https://github.com/rust-lang/crates.io-index", 7358 "req": "^1.1.0", 7359 "kind": "build", 7360 "rename": null, 7361 "optional": false, 7362 "uses_default_features": true, 7363 "features": [], 7364 "target": null, 7365 "registry": null 7366 }, 7367 { 7368 "name": "jemallocator", 7369 "source": "registry+https://github.com/rust-lang/crates.io-index", 7370 "req": "^0.5.0", 7371 "kind": null, 7372 "rename": null, 7373 "optional": false, 7374 "uses_default_features": true, 7375 "features": [], 7376 "target": "cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))", 7377 "registry": null 7378 } 7379 ], 7380 "targets": [ 7381 { 7382 "kind": [ 7383 "bin" 7384 ], 7385 "crate_types": [ 7386 "bin" 7387 ], 7388 "name": "rg", 7389 "src_path": "$ROOT$ripgrep/crates/core/main.rs", 7390 "edition": "2018", 7391 "doc": true, 7392 "doctest": false, 7393 "test": true 7394 }, 7395 { 7396 "kind": [ 7397 "test" 7398 ], 7399 "crate_types": [ 7400 "bin" 7401 ], 7402 "name": "integration", 7403 "src_path": "$ROOT$ripgrep/tests/tests.rs", 7404 "edition": "2018", 7405 "doc": false, 7406 "doctest": false, 7407 "test": true 7408 }, 7409 { 7410 "kind": [ 7411 "custom-build" 7412 ], 7413 "crate_types": [ 7414 "bin" 7415 ], 7416 "name": "build-script-build", 7417 "src_path": "$ROOT$ripgrep/build.rs", 7418 "edition": "2018", 7419 "doc": false, 7420 "doctest": false, 7421 "test": false 7422 } 7423 ], 7424 "features": { 7425 "pcre2": [ 7426 "grep/pcre2" 7427 ], 7428 "simd-accel": [ 7429 "grep/simd-accel" 7430 ] 7431 }, 7432 "manifest_path": "$ROOT$ripgrep/Cargo.toml", 7433 "metadata": { 7434 "deb": { 7435 "assets": [ 7436 [ 7437 "target/release/rg", 7438 "usr/bin/", 7439 "755" 7440 ], 7441 [ 7442 "COPYING", 7443 "usr/share/doc/ripgrep/", 7444 "644" 7445 ], 7446 [ 7447 "LICENSE-MIT", 7448 "usr/share/doc/ripgrep/", 7449 "644" 7450 ], 7451 [ 7452 "UNLICENSE", 7453 "usr/share/doc/ripgrep/", 7454 "644" 7455 ], 7456 [ 7457 "CHANGELOG.md", 7458 "usr/share/doc/ripgrep/CHANGELOG", 7459 "644" 7460 ], 7461 [ 7462 "README.md", 7463 "usr/share/doc/ripgrep/README", 7464 "644" 7465 ], 7466 [ 7467 "FAQ.md", 7468 "usr/share/doc/ripgrep/FAQ", 7469 "644" 7470 ], 7471 [ 7472 "deployment/deb/rg.1", 7473 "usr/share/man/man1/rg.1", 7474 "644" 7475 ], 7476 [ 7477 "deployment/deb/rg.bash", 7478 "usr/share/bash-completion/completions/rg", 7479 "644" 7480 ], 7481 [ 7482 "deployment/deb/rg.fish", 7483 "usr/share/fish/vendor_completions.d/rg.fish", 7484 "644" 7485 ], 7486 [ 7487 "deployment/deb/_rg", 7488 "usr/share/zsh/vendor-completions/", 7489 "644" 7490 ] 7491 ], 7492 "extended-description": "ripgrep (rg) recursively searches your current directory for a regex pattern.\nBy default, ripgrep will respect your .gitignore and automatically skip hidden\nfiles/directories and binary files.\n", 7493 "features": [ 7494 "pcre2" 7495 ], 7496 "section": "utils" 7497 } 7498 }, 7499 "publish": null, 7500 "authors": [ 7501 "Andrew Gallant <jamslam@gmail.com>" 7502 ], 7503 "categories": [ 7504 "command-line-utilities", 7505 "text-processing" 7506 ], 7507 "keywords": [ 7508 "regex", 7509 "grep", 7510 "egrep", 7511 "search", 7512 "pattern" 7513 ], 7514 "readme": "README.md", 7515 "repository": "https://github.com/BurntSushi/ripgrep", 7516 "homepage": "https://github.com/BurntSushi/ripgrep", 7517 "documentation": "https://github.com/BurntSushi/ripgrep", 7518 "edition": "2018", 7519 "links": null, 7520 "default_run": null, 7521 "rust_version": "1.65" 7522 }, 7523 { 7524 "name": "ryu", 7525 "version": "1.0.13", 7526 "id": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", 7527 "license": "Apache-2.0 OR BSL-1.0", 7528 "license_file": null, 7529 "description": "Fast floating point to string conversion", 7530 "source": "registry+https://github.com/rust-lang/crates.io-index", 7531 "dependencies": [ 7532 { 7533 "name": "no-panic", 7534 "source": "registry+https://github.com/rust-lang/crates.io-index", 7535 "req": "^0.1", 7536 "kind": null, 7537 "rename": null, 7538 "optional": true, 7539 "uses_default_features": true, 7540 "features": [], 7541 "target": null, 7542 "registry": null 7543 }, 7544 { 7545 "name": "num_cpus", 7546 "source": "registry+https://github.com/rust-lang/crates.io-index", 7547 "req": "^1.8", 7548 "kind": "dev", 7549 "rename": null, 7550 "optional": false, 7551 "uses_default_features": true, 7552 "features": [], 7553 "target": null, 7554 "registry": null 7555 }, 7556 { 7557 "name": "rand", 7558 "source": "registry+https://github.com/rust-lang/crates.io-index", 7559 "req": "^0.8", 7560 "kind": "dev", 7561 "rename": null, 7562 "optional": false, 7563 "uses_default_features": true, 7564 "features": [], 7565 "target": null, 7566 "registry": null 7567 }, 7568 { 7569 "name": "rand_xorshift", 7570 "source": "registry+https://github.com/rust-lang/crates.io-index", 7571 "req": "^0.3", 7572 "kind": "dev", 7573 "rename": null, 7574 "optional": false, 7575 "uses_default_features": true, 7576 "features": [], 7577 "target": null, 7578 "registry": null 7579 } 7580 ], 7581 "targets": [ 7582 { 7583 "kind": [ 7584 "lib" 7585 ], 7586 "crate_types": [ 7587 "lib" 7588 ], 7589 "name": "ryu", 7590 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/src/lib.rs", 7591 "edition": "2018", 7592 "doc": true, 7593 "doctest": true, 7594 "test": true 7595 }, 7596 { 7597 "kind": [ 7598 "example" 7599 ], 7600 "crate_types": [ 7601 "bin" 7602 ], 7603 "name": "upstream_benchmark", 7604 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/examples/upstream_benchmark.rs", 7605 "edition": "2018", 7606 "doc": false, 7607 "doctest": false, 7608 "test": false 7609 }, 7610 { 7611 "kind": [ 7612 "test" 7613 ], 7614 "crate_types": [ 7615 "bin" 7616 ], 7617 "name": "common_test", 7618 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/common_test.rs", 7619 "edition": "2018", 7620 "doc": false, 7621 "doctest": false, 7622 "test": true 7623 }, 7624 { 7625 "kind": [ 7626 "test" 7627 ], 7628 "crate_types": [ 7629 "bin" 7630 ], 7631 "name": "d2s_table_test", 7632 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/d2s_table_test.rs", 7633 "edition": "2018", 7634 "doc": false, 7635 "doctest": false, 7636 "test": true 7637 }, 7638 { 7639 "kind": [ 7640 "test" 7641 ], 7642 "crate_types": [ 7643 "bin" 7644 ], 7645 "name": "d2s_test", 7646 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/d2s_test.rs", 7647 "edition": "2018", 7648 "doc": false, 7649 "doctest": false, 7650 "test": true 7651 }, 7652 { 7653 "kind": [ 7654 "test" 7655 ], 7656 "crate_types": [ 7657 "bin" 7658 ], 7659 "name": "exhaustive", 7660 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/exhaustive.rs", 7661 "edition": "2018", 7662 "doc": false, 7663 "doctest": false, 7664 "test": true 7665 }, 7666 { 7667 "kind": [ 7668 "test" 7669 ], 7670 "crate_types": [ 7671 "bin" 7672 ], 7673 "name": "f2s_test", 7674 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/f2s_test.rs", 7675 "edition": "2018", 7676 "doc": false, 7677 "doctest": false, 7678 "test": true 7679 }, 7680 { 7681 "kind": [ 7682 "test" 7683 ], 7684 "crate_types": [ 7685 "bin" 7686 ], 7687 "name": "s2d_test", 7688 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/s2d_test.rs", 7689 "edition": "2018", 7690 "doc": false, 7691 "doctest": false, 7692 "test": true 7693 }, 7694 { 7695 "kind": [ 7696 "test" 7697 ], 7698 "crate_types": [ 7699 "bin" 7700 ], 7701 "name": "s2f_test", 7702 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/tests/s2f_test.rs", 7703 "edition": "2018", 7704 "doc": false, 7705 "doctest": false, 7706 "test": true 7707 }, 7708 { 7709 "kind": [ 7710 "bench" 7711 ], 7712 "crate_types": [ 7713 "bin" 7714 ], 7715 "name": "bench", 7716 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/benches/bench.rs", 7717 "edition": "2018", 7718 "doc": false, 7719 "doctest": false, 7720 "test": false 7721 } 7722 ], 7723 "features": { 7724 "no-panic": [ 7725 "dep:no-panic" 7726 ], 7727 "small": [] 7728 }, 7729 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.13/Cargo.toml", 7730 "metadata": { 7731 "docs": { 7732 "rs": { 7733 "targets": [ 7734 "x86_64-unknown-linux-gnu" 7735 ] 7736 } 7737 } 7738 }, 7739 "publish": null, 7740 "authors": [ 7741 "David Tolnay <dtolnay@gmail.com>" 7742 ], 7743 "categories": [ 7744 "value-formatting", 7745 "no-std" 7746 ], 7747 "keywords": [ 7748 "float" 7749 ], 7750 "readme": "README.md", 7751 "repository": "https://github.com/dtolnay/ryu", 7752 "homepage": null, 7753 "documentation": "https://docs.rs/ryu", 7754 "edition": "2018", 7755 "links": null, 7756 "default_run": null, 7757 "rust_version": "1.36" 7758 }, 7759 { 7760 "name": "same-file", 7761 "version": "1.0.6", 7762 "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 7763 "license": "Unlicense/MIT", 7764 "license_file": null, 7765 "description": "A simple crate for determining whether two file paths point to the same file.\n", 7766 "source": "registry+https://github.com/rust-lang/crates.io-index", 7767 "dependencies": [ 7768 { 7769 "name": "doc-comment", 7770 "source": "registry+https://github.com/rust-lang/crates.io-index", 7771 "req": "^0.3", 7772 "kind": "dev", 7773 "rename": null, 7774 "optional": false, 7775 "uses_default_features": true, 7776 "features": [], 7777 "target": null, 7778 "registry": null 7779 }, 7780 { 7781 "name": "winapi-util", 7782 "source": "registry+https://github.com/rust-lang/crates.io-index", 7783 "req": "^0.1.1", 7784 "kind": null, 7785 "rename": null, 7786 "optional": false, 7787 "uses_default_features": true, 7788 "features": [], 7789 "target": "cfg(windows)", 7790 "registry": null 7791 } 7792 ], 7793 "targets": [ 7794 { 7795 "kind": [ 7796 "lib" 7797 ], 7798 "crate_types": [ 7799 "lib" 7800 ], 7801 "name": "same-file", 7802 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs", 7803 "edition": "2018", 7804 "doc": true, 7805 "doctest": true, 7806 "test": true 7807 }, 7808 { 7809 "kind": [ 7810 "example" 7811 ], 7812 "crate_types": [ 7813 "bin" 7814 ], 7815 "name": "is_same_file", 7816 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs", 7817 "edition": "2018", 7818 "doc": false, 7819 "doctest": false, 7820 "test": false 7821 }, 7822 { 7823 "kind": [ 7824 "example" 7825 ], 7826 "crate_types": [ 7827 "bin" 7828 ], 7829 "name": "is_stderr", 7830 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs", 7831 "edition": "2018", 7832 "doc": false, 7833 "doctest": false, 7834 "test": false 7835 } 7836 ], 7837 "features": {}, 7838 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml", 7839 "metadata": null, 7840 "publish": null, 7841 "authors": [ 7842 "Andrew Gallant <jamslam@gmail.com>" 7843 ], 7844 "categories": [], 7845 "keywords": [ 7846 "same", 7847 "file", 7848 "equal", 7849 "inode" 7850 ], 7851 "readme": "README.md", 7852 "repository": "https://github.com/BurntSushi/same-file", 7853 "homepage": "https://github.com/BurntSushi/same-file", 7854 "documentation": "https://docs.rs/same-file", 7855 "edition": "2018", 7856 "links": null, 7857 "default_run": null, 7858 "rust_version": null 7859 }, 7860 { 7861 "name": "serde", 7862 "version": "1.0.160", 7863 "id": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 7864 "license": "MIT OR Apache-2.0", 7865 "license_file": null, 7866 "description": "A generic serialization/deserialization framework", 7867 "source": "registry+https://github.com/rust-lang/crates.io-index", 7868 "dependencies": [ 7869 { 7870 "name": "serde_derive", 7871 "source": "registry+https://github.com/rust-lang/crates.io-index", 7872 "req": "=1.0.160", 7873 "kind": null, 7874 "rename": null, 7875 "optional": true, 7876 "uses_default_features": true, 7877 "features": [], 7878 "target": null, 7879 "registry": null 7880 }, 7881 { 7882 "name": "serde_derive", 7883 "source": "registry+https://github.com/rust-lang/crates.io-index", 7884 "req": "^1.0", 7885 "kind": "dev", 7886 "rename": null, 7887 "optional": false, 7888 "uses_default_features": true, 7889 "features": [], 7890 "target": null, 7891 "registry": null 7892 } 7893 ], 7894 "targets": [ 7895 { 7896 "kind": [ 7897 "lib" 7898 ], 7899 "crate_types": [ 7900 "lib" 7901 ], 7902 "name": "serde", 7903 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.160/src/lib.rs", 7904 "edition": "2015", 7905 "doc": true, 7906 "doctest": true, 7907 "test": true 7908 }, 7909 { 7910 "kind": [ 7911 "custom-build" 7912 ], 7913 "crate_types": [ 7914 "bin" 7915 ], 7916 "name": "build-script-build", 7917 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.160/build.rs", 7918 "edition": "2015", 7919 "doc": false, 7920 "doctest": false, 7921 "test": false 7922 } 7923 ], 7924 "features": { 7925 "alloc": [], 7926 "default": [ 7927 "std" 7928 ], 7929 "derive": [ 7930 "serde_derive" 7931 ], 7932 "rc": [], 7933 "serde_derive": [ 7934 "dep:serde_derive" 7935 ], 7936 "std": [], 7937 "unstable": [] 7938 }, 7939 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.160/Cargo.toml", 7940 "metadata": { 7941 "docs": { 7942 "rs": { 7943 "features": [ 7944 "derive" 7945 ], 7946 "targets": [ 7947 "x86_64-unknown-linux-gnu" 7948 ] 7949 } 7950 }, 7951 "playground": { 7952 "features": [ 7953 "derive", 7954 "rc" 7955 ] 7956 } 7957 }, 7958 "publish": null, 7959 "authors": [ 7960 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 7961 "David Tolnay <dtolnay@gmail.com>" 7962 ], 7963 "categories": [ 7964 "encoding", 7965 "no-std" 7966 ], 7967 "keywords": [ 7968 "serde", 7969 "serialization", 7970 "no_std" 7971 ], 7972 "readme": "crates-io.md", 7973 "repository": "https://github.com/serde-rs/serde", 7974 "homepage": "https://serde.rs", 7975 "documentation": "https://docs.rs/serde", 7976 "edition": "2015", 7977 "links": null, 7978 "default_run": null, 7979 "rust_version": "1.19" 7980 }, 7981 { 7982 "name": "serde_derive", 7983 "version": "1.0.160", 7984 "id": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 7985 "license": "MIT OR Apache-2.0", 7986 "license_file": null, 7987 "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", 7988 "source": "registry+https://github.com/rust-lang/crates.io-index", 7989 "dependencies": [ 7990 { 7991 "name": "proc-macro2", 7992 "source": "registry+https://github.com/rust-lang/crates.io-index", 7993 "req": "^1.0", 7994 "kind": null, 7995 "rename": null, 7996 "optional": false, 7997 "uses_default_features": true, 7998 "features": [], 7999 "target": null, 8000 "registry": null 8001 }, 8002 { 8003 "name": "quote", 8004 "source": "registry+https://github.com/rust-lang/crates.io-index", 8005 "req": "^1.0", 8006 "kind": null, 8007 "rename": null, 8008 "optional": false, 8009 "uses_default_features": true, 8010 "features": [], 8011 "target": null, 8012 "registry": null 8013 }, 8014 { 8015 "name": "syn", 8016 "source": "registry+https://github.com/rust-lang/crates.io-index", 8017 "req": "^2.0.3", 8018 "kind": null, 8019 "rename": null, 8020 "optional": false, 8021 "uses_default_features": true, 8022 "features": [], 8023 "target": null, 8024 "registry": null 8025 }, 8026 { 8027 "name": "serde", 8028 "source": "registry+https://github.com/rust-lang/crates.io-index", 8029 "req": "^1.0", 8030 "kind": "dev", 8031 "rename": null, 8032 "optional": false, 8033 "uses_default_features": true, 8034 "features": [], 8035 "target": null, 8036 "registry": null 8037 } 8038 ], 8039 "targets": [ 8040 { 8041 "kind": [ 8042 "proc-macro" 8043 ], 8044 "crate_types": [ 8045 "proc-macro" 8046 ], 8047 "name": "serde_derive", 8048 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.160/src/lib.rs", 8049 "edition": "2015", 8050 "doc": true, 8051 "doctest": true, 8052 "test": true 8053 }, 8054 { 8055 "kind": [ 8056 "custom-build" 8057 ], 8058 "crate_types": [ 8059 "bin" 8060 ], 8061 "name": "build-script-build", 8062 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.160/build.rs", 8063 "edition": "2015", 8064 "doc": false, 8065 "doctest": false, 8066 "test": false 8067 } 8068 ], 8069 "features": { 8070 "default": [], 8071 "deserialize_in_place": [] 8072 }, 8073 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.160/Cargo.toml", 8074 "metadata": { 8075 "docs": { 8076 "rs": { 8077 "targets": [ 8078 "x86_64-unknown-linux-gnu" 8079 ] 8080 } 8081 } 8082 }, 8083 "publish": null, 8084 "authors": [ 8085 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 8086 "David Tolnay <dtolnay@gmail.com>" 8087 ], 8088 "categories": [ 8089 "no-std" 8090 ], 8091 "keywords": [ 8092 "serde", 8093 "serialization", 8094 "no_std", 8095 "derive" 8096 ], 8097 "readme": "crates-io.md", 8098 "repository": "https://github.com/serde-rs/serde", 8099 "homepage": "https://serde.rs", 8100 "documentation": "https://serde.rs/derive.html", 8101 "edition": "2015", 8102 "links": null, 8103 "default_run": null, 8104 "rust_version": "1.56" 8105 }, 8106 { 8107 "name": "serde_json", 8108 "version": "1.0.96", 8109 "id": "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 8110 "license": "MIT OR Apache-2.0", 8111 "license_file": null, 8112 "description": "A JSON serialization file format", 8113 "source": "registry+https://github.com/rust-lang/crates.io-index", 8114 "dependencies": [ 8115 { 8116 "name": "indexmap", 8117 "source": "registry+https://github.com/rust-lang/crates.io-index", 8118 "req": "^1.5.2", 8119 "kind": null, 8120 "rename": null, 8121 "optional": true, 8122 "uses_default_features": true, 8123 "features": [ 8124 "std" 8125 ], 8126 "target": null, 8127 "registry": null 8128 }, 8129 { 8130 "name": "itoa", 8131 "source": "registry+https://github.com/rust-lang/crates.io-index", 8132 "req": "^1.0", 8133 "kind": null, 8134 "rename": null, 8135 "optional": false, 8136 "uses_default_features": true, 8137 "features": [], 8138 "target": null, 8139 "registry": null 8140 }, 8141 { 8142 "name": "ryu", 8143 "source": "registry+https://github.com/rust-lang/crates.io-index", 8144 "req": "^1.0", 8145 "kind": null, 8146 "rename": null, 8147 "optional": false, 8148 "uses_default_features": true, 8149 "features": [], 8150 "target": null, 8151 "registry": null 8152 }, 8153 { 8154 "name": "serde", 8155 "source": "registry+https://github.com/rust-lang/crates.io-index", 8156 "req": "^1.0.100", 8157 "kind": null, 8158 "rename": null, 8159 "optional": false, 8160 "uses_default_features": false, 8161 "features": [], 8162 "target": null, 8163 "registry": null 8164 }, 8165 { 8166 "name": "automod", 8167 "source": "registry+https://github.com/rust-lang/crates.io-index", 8168 "req": "^1.0", 8169 "kind": "dev", 8170 "rename": null, 8171 "optional": false, 8172 "uses_default_features": true, 8173 "features": [], 8174 "target": null, 8175 "registry": null 8176 }, 8177 { 8178 "name": "indoc", 8179 "source": "registry+https://github.com/rust-lang/crates.io-index", 8180 "req": "^2.0", 8181 "kind": "dev", 8182 "rename": null, 8183 "optional": false, 8184 "uses_default_features": true, 8185 "features": [], 8186 "target": null, 8187 "registry": null 8188 }, 8189 { 8190 "name": "ref-cast", 8191 "source": "registry+https://github.com/rust-lang/crates.io-index", 8192 "req": "^1.0", 8193 "kind": "dev", 8194 "rename": null, 8195 "optional": false, 8196 "uses_default_features": true, 8197 "features": [], 8198 "target": null, 8199 "registry": null 8200 }, 8201 { 8202 "name": "rustversion", 8203 "source": "registry+https://github.com/rust-lang/crates.io-index", 8204 "req": "^1.0", 8205 "kind": "dev", 8206 "rename": null, 8207 "optional": false, 8208 "uses_default_features": true, 8209 "features": [], 8210 "target": null, 8211 "registry": null 8212 }, 8213 { 8214 "name": "serde", 8215 "source": "registry+https://github.com/rust-lang/crates.io-index", 8216 "req": "^1.0.100", 8217 "kind": "dev", 8218 "rename": null, 8219 "optional": false, 8220 "uses_default_features": true, 8221 "features": [ 8222 "derive" 8223 ], 8224 "target": null, 8225 "registry": null 8226 }, 8227 { 8228 "name": "serde_bytes", 8229 "source": "registry+https://github.com/rust-lang/crates.io-index", 8230 "req": "^0.11", 8231 "kind": "dev", 8232 "rename": null, 8233 "optional": false, 8234 "uses_default_features": true, 8235 "features": [], 8236 "target": null, 8237 "registry": null 8238 }, 8239 { 8240 "name": "serde_derive", 8241 "source": "registry+https://github.com/rust-lang/crates.io-index", 8242 "req": "^1.0", 8243 "kind": "dev", 8244 "rename": null, 8245 "optional": false, 8246 "uses_default_features": true, 8247 "features": [], 8248 "target": null, 8249 "registry": null 8250 }, 8251 { 8252 "name": "serde_stacker", 8253 "source": "registry+https://github.com/rust-lang/crates.io-index", 8254 "req": "^0.1", 8255 "kind": "dev", 8256 "rename": null, 8257 "optional": false, 8258 "uses_default_features": true, 8259 "features": [], 8260 "target": null, 8261 "registry": null 8262 }, 8263 { 8264 "name": "trybuild", 8265 "source": "registry+https://github.com/rust-lang/crates.io-index", 8266 "req": "^1.0.49", 8267 "kind": "dev", 8268 "rename": null, 8269 "optional": false, 8270 "uses_default_features": true, 8271 "features": [ 8272 "diff" 8273 ], 8274 "target": null, 8275 "registry": null 8276 } 8277 ], 8278 "targets": [ 8279 { 8280 "kind": [ 8281 "lib" 8282 ], 8283 "crate_types": [ 8284 "lib" 8285 ], 8286 "name": "serde_json", 8287 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/src/lib.rs", 8288 "edition": "2018", 8289 "doc": true, 8290 "doctest": true, 8291 "test": true 8292 }, 8293 { 8294 "kind": [ 8295 "test" 8296 ], 8297 "crate_types": [ 8298 "bin" 8299 ], 8300 "name": "compiletest", 8301 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/compiletest.rs", 8302 "edition": "2018", 8303 "doc": false, 8304 "doctest": false, 8305 "test": true 8306 }, 8307 { 8308 "kind": [ 8309 "test" 8310 ], 8311 "crate_types": [ 8312 "bin" 8313 ], 8314 "name": "debug", 8315 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/debug.rs", 8316 "edition": "2018", 8317 "doc": false, 8318 "doctest": false, 8319 "test": true 8320 }, 8321 { 8322 "kind": [ 8323 "test" 8324 ], 8325 "crate_types": [ 8326 "bin" 8327 ], 8328 "name": "lexical", 8329 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/lexical.rs", 8330 "edition": "2018", 8331 "doc": false, 8332 "doctest": false, 8333 "test": true 8334 }, 8335 { 8336 "kind": [ 8337 "test" 8338 ], 8339 "crate_types": [ 8340 "bin" 8341 ], 8342 "name": "map", 8343 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/map.rs", 8344 "edition": "2018", 8345 "doc": false, 8346 "doctest": false, 8347 "test": true 8348 }, 8349 { 8350 "kind": [ 8351 "test" 8352 ], 8353 "crate_types": [ 8354 "bin" 8355 ], 8356 "name": "regression", 8357 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/regression.rs", 8358 "edition": "2018", 8359 "doc": false, 8360 "doctest": false, 8361 "test": true 8362 }, 8363 { 8364 "kind": [ 8365 "test" 8366 ], 8367 "crate_types": [ 8368 "bin" 8369 ], 8370 "name": "stream", 8371 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/stream.rs", 8372 "edition": "2018", 8373 "doc": false, 8374 "doctest": false, 8375 "test": true 8376 }, 8377 { 8378 "kind": [ 8379 "test" 8380 ], 8381 "crate_types": [ 8382 "bin" 8383 ], 8384 "name": "test", 8385 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/tests/test.rs", 8386 "edition": "2018", 8387 "doc": false, 8388 "doctest": false, 8389 "test": true 8390 }, 8391 { 8392 "kind": [ 8393 "custom-build" 8394 ], 8395 "crate_types": [ 8396 "bin" 8397 ], 8398 "name": "build-script-build", 8399 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/build.rs", 8400 "edition": "2018", 8401 "doc": false, 8402 "doctest": false, 8403 "test": false 8404 } 8405 ], 8406 "features": { 8407 "alloc": [ 8408 "serde/alloc" 8409 ], 8410 "arbitrary_precision": [], 8411 "default": [ 8412 "std" 8413 ], 8414 "float_roundtrip": [], 8415 "indexmap": [ 8416 "dep:indexmap" 8417 ], 8418 "preserve_order": [ 8419 "indexmap", 8420 "std" 8421 ], 8422 "raw_value": [], 8423 "std": [ 8424 "serde/std" 8425 ], 8426 "unbounded_depth": [] 8427 }, 8428 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.96/Cargo.toml", 8429 "metadata": { 8430 "docs": { 8431 "rs": { 8432 "features": [ 8433 "raw_value", 8434 "unbounded_depth" 8435 ], 8436 "rustdoc-args": [ 8437 "--cfg", 8438 "docsrs" 8439 ], 8440 "targets": [ 8441 "x86_64-unknown-linux-gnu" 8442 ] 8443 } 8444 }, 8445 "playground": { 8446 "features": [ 8447 "raw_value" 8448 ] 8449 } 8450 }, 8451 "publish": null, 8452 "authors": [ 8453 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 8454 "David Tolnay <dtolnay@gmail.com>" 8455 ], 8456 "categories": [ 8457 "encoding", 8458 "parser-implementations", 8459 "no-std" 8460 ], 8461 "keywords": [ 8462 "json", 8463 "serde", 8464 "serialization" 8465 ], 8466 "readme": "README.md", 8467 "repository": "https://github.com/serde-rs/json", 8468 "homepage": null, 8469 "documentation": "https://docs.rs/serde_json", 8470 "edition": "2018", 8471 "links": null, 8472 "default_run": null, 8473 "rust_version": "1.36" 8474 }, 8475 { 8476 "name": "strsim", 8477 "version": "0.8.0", 8478 "id": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 8479 "license": "MIT", 8480 "license_file": null, 8481 "description": "Implementations of string similarity metrics.\nIncludes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.\n", 8482 "source": "registry+https://github.com/rust-lang/crates.io-index", 8483 "dependencies": [], 8484 "targets": [ 8485 { 8486 "kind": [ 8487 "lib" 8488 ], 8489 "crate_types": [ 8490 "lib" 8491 ], 8492 "name": "strsim", 8493 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs", 8494 "edition": "2015", 8495 "doc": true, 8496 "doctest": true, 8497 "test": true 8498 }, 8499 { 8500 "kind": [ 8501 "test" 8502 ], 8503 "crate_types": [ 8504 "bin" 8505 ], 8506 "name": "lib", 8507 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/tests/lib.rs", 8508 "edition": "2015", 8509 "doc": false, 8510 "doctest": false, 8511 "test": true 8512 }, 8513 { 8514 "kind": [ 8515 "bench" 8516 ], 8517 "crate_types": [ 8518 "bin" 8519 ], 8520 "name": "benches", 8521 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/benches/benches.rs", 8522 "edition": "2015", 8523 "doc": false, 8524 "doctest": false, 8525 "test": false 8526 } 8527 ], 8528 "features": {}, 8529 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/Cargo.toml", 8530 "metadata": null, 8531 "publish": null, 8532 "authors": [ 8533 "Danny Guo <dannyguo91@gmail.com>" 8534 ], 8535 "categories": [], 8536 "keywords": [ 8537 "string", 8538 "similarity", 8539 "Hamming", 8540 "Levenshtein", 8541 "Jaro" 8542 ], 8543 "readme": "README.md", 8544 "repository": "https://github.com/dguo/strsim-rs", 8545 "homepage": "https://github.com/dguo/strsim-rs", 8546 "documentation": "https://docs.rs/strsim/", 8547 "edition": "2015", 8548 "links": null, 8549 "default_run": null, 8550 "rust_version": null 8551 }, 8552 { 8553 "name": "syn", 8554 "version": "2.0.15", 8555 "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)", 8556 "license": "MIT OR Apache-2.0", 8557 "license_file": null, 8558 "description": "Parser for Rust source code", 8559 "source": "registry+https://github.com/rust-lang/crates.io-index", 8560 "dependencies": [ 8561 { 8562 "name": "proc-macro2", 8563 "source": "registry+https://github.com/rust-lang/crates.io-index", 8564 "req": "^1.0.55", 8565 "kind": null, 8566 "rename": null, 8567 "optional": false, 8568 "uses_default_features": false, 8569 "features": [], 8570 "target": null, 8571 "registry": null 8572 }, 8573 { 8574 "name": "quote", 8575 "source": "registry+https://github.com/rust-lang/crates.io-index", 8576 "req": "^1.0.25", 8577 "kind": null, 8578 "rename": null, 8579 "optional": true, 8580 "uses_default_features": false, 8581 "features": [], 8582 "target": null, 8583 "registry": null 8584 }, 8585 { 8586 "name": "unicode-ident", 8587 "source": "registry+https://github.com/rust-lang/crates.io-index", 8588 "req": "^1", 8589 "kind": null, 8590 "rename": null, 8591 "optional": false, 8592 "uses_default_features": true, 8593 "features": [], 8594 "target": null, 8595 "registry": null 8596 }, 8597 { 8598 "name": "anyhow", 8599 "source": "registry+https://github.com/rust-lang/crates.io-index", 8600 "req": "^1", 8601 "kind": "dev", 8602 "rename": null, 8603 "optional": false, 8604 "uses_default_features": true, 8605 "features": [], 8606 "target": null, 8607 "registry": null 8608 }, 8609 { 8610 "name": "automod", 8611 "source": "registry+https://github.com/rust-lang/crates.io-index", 8612 "req": "^1", 8613 "kind": "dev", 8614 "rename": null, 8615 "optional": false, 8616 "uses_default_features": true, 8617 "features": [], 8618 "target": null, 8619 "registry": null 8620 }, 8621 { 8622 "name": "flate2", 8623 "source": "registry+https://github.com/rust-lang/crates.io-index", 8624 "req": "^1", 8625 "kind": "dev", 8626 "rename": null, 8627 "optional": false, 8628 "uses_default_features": true, 8629 "features": [], 8630 "target": null, 8631 "registry": null 8632 }, 8633 { 8634 "name": "insta", 8635 "source": "registry+https://github.com/rust-lang/crates.io-index", 8636 "req": "^1", 8637 "kind": "dev", 8638 "rename": null, 8639 "optional": false, 8640 "uses_default_features": true, 8641 "features": [], 8642 "target": null, 8643 "registry": null 8644 }, 8645 { 8646 "name": "rayon", 8647 "source": "registry+https://github.com/rust-lang/crates.io-index", 8648 "req": "^1", 8649 "kind": "dev", 8650 "rename": null, 8651 "optional": false, 8652 "uses_default_features": true, 8653 "features": [], 8654 "target": null, 8655 "registry": null 8656 }, 8657 { 8658 "name": "ref-cast", 8659 "source": "registry+https://github.com/rust-lang/crates.io-index", 8660 "req": "^1", 8661 "kind": "dev", 8662 "rename": null, 8663 "optional": false, 8664 "uses_default_features": true, 8665 "features": [], 8666 "target": null, 8667 "registry": null 8668 }, 8669 { 8670 "name": "regex", 8671 "source": "registry+https://github.com/rust-lang/crates.io-index", 8672 "req": "^1", 8673 "kind": "dev", 8674 "rename": null, 8675 "optional": false, 8676 "uses_default_features": true, 8677 "features": [], 8678 "target": null, 8679 "registry": null 8680 }, 8681 { 8682 "name": "reqwest", 8683 "source": "registry+https://github.com/rust-lang/crates.io-index", 8684 "req": "^0.11", 8685 "kind": "dev", 8686 "rename": null, 8687 "optional": false, 8688 "uses_default_features": true, 8689 "features": [ 8690 "blocking" 8691 ], 8692 "target": null, 8693 "registry": null 8694 }, 8695 { 8696 "name": "rustversion", 8697 "source": "registry+https://github.com/rust-lang/crates.io-index", 8698 "req": "^1", 8699 "kind": "dev", 8700 "rename": null, 8701 "optional": false, 8702 "uses_default_features": true, 8703 "features": [], 8704 "target": null, 8705 "registry": null 8706 }, 8707 { 8708 "name": "syn-test-suite", 8709 "source": "registry+https://github.com/rust-lang/crates.io-index", 8710 "req": "^0", 8711 "kind": "dev", 8712 "rename": null, 8713 "optional": false, 8714 "uses_default_features": true, 8715 "features": [], 8716 "target": null, 8717 "registry": null 8718 }, 8719 { 8720 "name": "tar", 8721 "source": "registry+https://github.com/rust-lang/crates.io-index", 8722 "req": "^0.4.16", 8723 "kind": "dev", 8724 "rename": null, 8725 "optional": false, 8726 "uses_default_features": true, 8727 "features": [], 8728 "target": null, 8729 "registry": null 8730 }, 8731 { 8732 "name": "termcolor", 8733 "source": "registry+https://github.com/rust-lang/crates.io-index", 8734 "req": "^1", 8735 "kind": "dev", 8736 "rename": null, 8737 "optional": false, 8738 "uses_default_features": true, 8739 "features": [], 8740 "target": null, 8741 "registry": null 8742 }, 8743 { 8744 "name": "walkdir", 8745 "source": "registry+https://github.com/rust-lang/crates.io-index", 8746 "req": "^2.3.2", 8747 "kind": "dev", 8748 "rename": null, 8749 "optional": false, 8750 "uses_default_features": true, 8751 "features": [], 8752 "target": null, 8753 "registry": null 8754 } 8755 ], 8756 "targets": [ 8757 { 8758 "kind": [ 8759 "lib" 8760 ], 8761 "crate_types": [ 8762 "lib" 8763 ], 8764 "name": "syn", 8765 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/src/lib.rs", 8766 "edition": "2021", 8767 "doc": true, 8768 "doctest": true, 8769 "test": true 8770 }, 8771 { 8772 "kind": [ 8773 "test" 8774 ], 8775 "crate_types": [ 8776 "bin" 8777 ], 8778 "name": "regression", 8779 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/regression.rs", 8780 "edition": "2021", 8781 "doc": false, 8782 "doctest": false, 8783 "test": true 8784 }, 8785 { 8786 "kind": [ 8787 "test" 8788 ], 8789 "crate_types": [ 8790 "bin" 8791 ], 8792 "name": "test_asyncness", 8793 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_asyncness.rs", 8794 "edition": "2021", 8795 "doc": false, 8796 "doctest": false, 8797 "test": true 8798 }, 8799 { 8800 "kind": [ 8801 "test" 8802 ], 8803 "crate_types": [ 8804 "bin" 8805 ], 8806 "name": "test_attribute", 8807 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_attribute.rs", 8808 "edition": "2021", 8809 "doc": false, 8810 "doctest": false, 8811 "test": true 8812 }, 8813 { 8814 "kind": [ 8815 "test" 8816 ], 8817 "crate_types": [ 8818 "bin" 8819 ], 8820 "name": "test_derive_input", 8821 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_derive_input.rs", 8822 "edition": "2021", 8823 "doc": false, 8824 "doctest": false, 8825 "test": true 8826 }, 8827 { 8828 "kind": [ 8829 "test" 8830 ], 8831 "crate_types": [ 8832 "bin" 8833 ], 8834 "name": "test_expr", 8835 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_expr.rs", 8836 "edition": "2021", 8837 "doc": false, 8838 "doctest": false, 8839 "test": true 8840 }, 8841 { 8842 "kind": [ 8843 "test" 8844 ], 8845 "crate_types": [ 8846 "bin" 8847 ], 8848 "name": "test_generics", 8849 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_generics.rs", 8850 "edition": "2021", 8851 "doc": false, 8852 "doctest": false, 8853 "test": true 8854 }, 8855 { 8856 "kind": [ 8857 "test" 8858 ], 8859 "crate_types": [ 8860 "bin" 8861 ], 8862 "name": "test_grouping", 8863 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_grouping.rs", 8864 "edition": "2021", 8865 "doc": false, 8866 "doctest": false, 8867 "test": true 8868 }, 8869 { 8870 "kind": [ 8871 "test" 8872 ], 8873 "crate_types": [ 8874 "bin" 8875 ], 8876 "name": "test_ident", 8877 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ident.rs", 8878 "edition": "2021", 8879 "doc": false, 8880 "doctest": false, 8881 "test": true 8882 }, 8883 { 8884 "kind": [ 8885 "test" 8886 ], 8887 "crate_types": [ 8888 "bin" 8889 ], 8890 "name": "test_item", 8891 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_item.rs", 8892 "edition": "2021", 8893 "doc": false, 8894 "doctest": false, 8895 "test": true 8896 }, 8897 { 8898 "kind": [ 8899 "test" 8900 ], 8901 "crate_types": [ 8902 "bin" 8903 ], 8904 "name": "test_iterators", 8905 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_iterators.rs", 8906 "edition": "2021", 8907 "doc": false, 8908 "doctest": false, 8909 "test": true 8910 }, 8911 { 8912 "kind": [ 8913 "test" 8914 ], 8915 "crate_types": [ 8916 "bin" 8917 ], 8918 "name": "test_lit", 8919 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_lit.rs", 8920 "edition": "2021", 8921 "doc": false, 8922 "doctest": false, 8923 "test": true 8924 }, 8925 { 8926 "kind": [ 8927 "test" 8928 ], 8929 "crate_types": [ 8930 "bin" 8931 ], 8932 "name": "test_meta", 8933 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_meta.rs", 8934 "edition": "2021", 8935 "doc": false, 8936 "doctest": false, 8937 "test": true 8938 }, 8939 { 8940 "kind": [ 8941 "test" 8942 ], 8943 "crate_types": [ 8944 "bin" 8945 ], 8946 "name": "test_parse_buffer", 8947 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_buffer.rs", 8948 "edition": "2021", 8949 "doc": false, 8950 "doctest": false, 8951 "test": true 8952 }, 8953 { 8954 "kind": [ 8955 "test" 8956 ], 8957 "crate_types": [ 8958 "bin" 8959 ], 8960 "name": "test_parse_stream", 8961 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_parse_stream.rs", 8962 "edition": "2021", 8963 "doc": false, 8964 "doctest": false, 8965 "test": true 8966 }, 8967 { 8968 "kind": [ 8969 "test" 8970 ], 8971 "crate_types": [ 8972 "bin" 8973 ], 8974 "name": "test_pat", 8975 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_pat.rs", 8976 "edition": "2021", 8977 "doc": false, 8978 "doctest": false, 8979 "test": true 8980 }, 8981 { 8982 "kind": [ 8983 "test" 8984 ], 8985 "crate_types": [ 8986 "bin" 8987 ], 8988 "name": "test_path", 8989 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_path.rs", 8990 "edition": "2021", 8991 "doc": false, 8992 "doctest": false, 8993 "test": true 8994 }, 8995 { 8996 "kind": [ 8997 "test" 8998 ], 8999 "crate_types": [ 9000 "bin" 9001 ], 9002 "name": "test_precedence", 9003 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_precedence.rs", 9004 "edition": "2021", 9005 "doc": false, 9006 "doctest": false, 9007 "test": true 9008 }, 9009 { 9010 "kind": [ 9011 "test" 9012 ], 9013 "crate_types": [ 9014 "bin" 9015 ], 9016 "name": "test_receiver", 9017 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_receiver.rs", 9018 "edition": "2021", 9019 "doc": false, 9020 "doctest": false, 9021 "test": true 9022 }, 9023 { 9024 "kind": [ 9025 "test" 9026 ], 9027 "crate_types": [ 9028 "bin" 9029 ], 9030 "name": "test_round_trip", 9031 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_round_trip.rs", 9032 "edition": "2021", 9033 "doc": false, 9034 "doctest": false, 9035 "test": true 9036 }, 9037 { 9038 "kind": [ 9039 "test" 9040 ], 9041 "crate_types": [ 9042 "bin" 9043 ], 9044 "name": "test_shebang", 9045 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_shebang.rs", 9046 "edition": "2021", 9047 "doc": false, 9048 "doctest": false, 9049 "test": true 9050 }, 9051 { 9052 "kind": [ 9053 "test" 9054 ], 9055 "crate_types": [ 9056 "bin" 9057 ], 9058 "name": "test_should_parse", 9059 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_should_parse.rs", 9060 "edition": "2021", 9061 "doc": false, 9062 "doctest": false, 9063 "test": true 9064 }, 9065 { 9066 "kind": [ 9067 "test" 9068 ], 9069 "crate_types": [ 9070 "bin" 9071 ], 9072 "name": "test_size", 9073 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_size.rs", 9074 "edition": "2021", 9075 "doc": false, 9076 "doctest": false, 9077 "test": true 9078 }, 9079 { 9080 "kind": [ 9081 "test" 9082 ], 9083 "crate_types": [ 9084 "bin" 9085 ], 9086 "name": "test_stmt", 9087 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_stmt.rs", 9088 "edition": "2021", 9089 "doc": false, 9090 "doctest": false, 9091 "test": true 9092 }, 9093 { 9094 "kind": [ 9095 "test" 9096 ], 9097 "crate_types": [ 9098 "bin" 9099 ], 9100 "name": "test_token_trees", 9101 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_token_trees.rs", 9102 "edition": "2021", 9103 "doc": false, 9104 "doctest": false, 9105 "test": true 9106 }, 9107 { 9108 "kind": [ 9109 "test" 9110 ], 9111 "crate_types": [ 9112 "bin" 9113 ], 9114 "name": "test_ty", 9115 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_ty.rs", 9116 "edition": "2021", 9117 "doc": false, 9118 "doctest": false, 9119 "test": true 9120 }, 9121 { 9122 "kind": [ 9123 "test" 9124 ], 9125 "crate_types": [ 9126 "bin" 9127 ], 9128 "name": "test_visibility", 9129 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/test_visibility.rs", 9130 "edition": "2021", 9131 "doc": false, 9132 "doctest": false, 9133 "test": true 9134 }, 9135 { 9136 "kind": [ 9137 "test" 9138 ], 9139 "crate_types": [ 9140 "bin" 9141 ], 9142 "name": "zzz_stable", 9143 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/tests/zzz_stable.rs", 9144 "edition": "2021", 9145 "doc": false, 9146 "doctest": false, 9147 "test": true 9148 }, 9149 { 9150 "kind": [ 9151 "bench" 9152 ], 9153 "crate_types": [ 9154 "bin" 9155 ], 9156 "name": "rust", 9157 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/rust.rs", 9158 "edition": "2021", 9159 "required-features": [ 9160 "full", 9161 "parsing" 9162 ], 9163 "doc": false, 9164 "doctest": false, 9165 "test": false 9166 }, 9167 { 9168 "kind": [ 9169 "bench" 9170 ], 9171 "crate_types": [ 9172 "bin" 9173 ], 9174 "name": "file", 9175 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/benches/file.rs", 9176 "edition": "2021", 9177 "required-features": [ 9178 "full", 9179 "parsing" 9180 ], 9181 "doc": false, 9182 "doctest": false, 9183 "test": false 9184 } 9185 ], 9186 "features": { 9187 "clone-impls": [], 9188 "default": [ 9189 "derive", 9190 "parsing", 9191 "printing", 9192 "clone-impls", 9193 "proc-macro" 9194 ], 9195 "derive": [], 9196 "extra-traits": [], 9197 "fold": [], 9198 "full": [], 9199 "parsing": [], 9200 "printing": [ 9201 "quote" 9202 ], 9203 "proc-macro": [ 9204 "proc-macro2/proc-macro", 9205 "quote/proc-macro" 9206 ], 9207 "quote": [ 9208 "dep:quote" 9209 ], 9210 "test": [ 9211 "syn-test-suite/all-features" 9212 ], 9213 "visit": [], 9214 "visit-mut": [] 9215 }, 9216 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.15/Cargo.toml", 9217 "metadata": { 9218 "docs": { 9219 "rs": { 9220 "all-features": true, 9221 "rustdoc-args": [ 9222 "--cfg", 9223 "doc_cfg" 9224 ], 9225 "targets": [ 9226 "x86_64-unknown-linux-gnu" 9227 ] 9228 } 9229 }, 9230 "playground": { 9231 "features": [ 9232 "full", 9233 "visit", 9234 "visit-mut", 9235 "fold", 9236 "extra-traits" 9237 ] 9238 } 9239 }, 9240 "publish": null, 9241 "authors": [ 9242 "David Tolnay <dtolnay@gmail.com>" 9243 ], 9244 "categories": [ 9245 "development-tools::procedural-macro-helpers", 9246 "parser-implementations" 9247 ], 9248 "keywords": [ 9249 "macros", 9250 "syn" 9251 ], 9252 "readme": "README.md", 9253 "repository": "https://github.com/dtolnay/syn", 9254 "homepage": null, 9255 "documentation": "https://docs.rs/syn", 9256 "edition": "2021", 9257 "links": null, 9258 "default_run": null, 9259 "rust_version": "1.56" 9260 }, 9261 { 9262 "name": "termcolor", 9263 "version": "1.2.0", 9264 "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 9265 "license": "Unlicense OR MIT", 9266 "license_file": null, 9267 "description": "A simple cross platform library for writing colored text to a terminal.\n", 9268 "source": "registry+https://github.com/rust-lang/crates.io-index", 9269 "dependencies": [ 9270 { 9271 "name": "winapi-util", 9272 "source": "registry+https://github.com/rust-lang/crates.io-index", 9273 "req": "^0.1.3", 9274 "kind": null, 9275 "rename": null, 9276 "optional": false, 9277 "uses_default_features": true, 9278 "features": [], 9279 "target": "cfg(windows)", 9280 "registry": null 9281 } 9282 ], 9283 "targets": [ 9284 { 9285 "kind": [ 9286 "lib" 9287 ], 9288 "crate_types": [ 9289 "lib" 9290 ], 9291 "name": "termcolor", 9292 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs", 9293 "edition": "2018", 9294 "doc": true, 9295 "doctest": true, 9296 "test": true 9297 } 9298 ], 9299 "features": {}, 9300 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/Cargo.toml", 9301 "metadata": null, 9302 "publish": null, 9303 "authors": [ 9304 "Andrew Gallant <jamslam@gmail.com>" 9305 ], 9306 "categories": [], 9307 "keywords": [ 9308 "windows", 9309 "win", 9310 "color", 9311 "ansi", 9312 "console" 9313 ], 9314 "readme": "README.md", 9315 "repository": "https://github.com/BurntSushi/termcolor", 9316 "homepage": "https://github.com/BurntSushi/termcolor", 9317 "documentation": "https://docs.rs/termcolor", 9318 "edition": "2018", 9319 "links": null, 9320 "default_run": null, 9321 "rust_version": null 9322 }, 9323 { 9324 "name": "textwrap", 9325 "version": "0.11.0", 9326 "id": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 9327 "license": "MIT", 9328 "license_file": null, 9329 "description": "Textwrap is a small library for word wrapping, indenting, and\ndedenting strings.\n\nYou can use it to format strings (such as help and error messages) for\ndisplay in commandline applications. It is designed to be efficient\nand handle Unicode characters correctly.\n", 9330 "source": "registry+https://github.com/rust-lang/crates.io-index", 9331 "dependencies": [ 9332 { 9333 "name": "hyphenation", 9334 "source": "registry+https://github.com/rust-lang/crates.io-index", 9335 "req": "^0.7.1", 9336 "kind": null, 9337 "rename": null, 9338 "optional": true, 9339 "uses_default_features": true, 9340 "features": [ 9341 "embed_all" 9342 ], 9343 "target": null, 9344 "registry": null 9345 }, 9346 { 9347 "name": "term_size", 9348 "source": "registry+https://github.com/rust-lang/crates.io-index", 9349 "req": "^0.3.0", 9350 "kind": null, 9351 "rename": null, 9352 "optional": true, 9353 "uses_default_features": true, 9354 "features": [], 9355 "target": null, 9356 "registry": null 9357 }, 9358 { 9359 "name": "unicode-width", 9360 "source": "registry+https://github.com/rust-lang/crates.io-index", 9361 "req": "^0.1.3", 9362 "kind": null, 9363 "rename": null, 9364 "optional": false, 9365 "uses_default_features": true, 9366 "features": [], 9367 "target": null, 9368 "registry": null 9369 }, 9370 { 9371 "name": "lipsum", 9372 "source": "registry+https://github.com/rust-lang/crates.io-index", 9373 "req": "^0.6", 9374 "kind": "dev", 9375 "rename": null, 9376 "optional": false, 9377 "uses_default_features": true, 9378 "features": [], 9379 "target": null, 9380 "registry": null 9381 }, 9382 { 9383 "name": "rand", 9384 "source": "registry+https://github.com/rust-lang/crates.io-index", 9385 "req": "^0.6", 9386 "kind": "dev", 9387 "rename": null, 9388 "optional": false, 9389 "uses_default_features": true, 9390 "features": [], 9391 "target": null, 9392 "registry": null 9393 }, 9394 { 9395 "name": "rand_xorshift", 9396 "source": "registry+https://github.com/rust-lang/crates.io-index", 9397 "req": "^0.1", 9398 "kind": "dev", 9399 "rename": null, 9400 "optional": false, 9401 "uses_default_features": true, 9402 "features": [], 9403 "target": null, 9404 "registry": null 9405 }, 9406 { 9407 "name": "version-sync", 9408 "source": "registry+https://github.com/rust-lang/crates.io-index", 9409 "req": "^0.6", 9410 "kind": "dev", 9411 "rename": null, 9412 "optional": false, 9413 "uses_default_features": true, 9414 "features": [], 9415 "target": null, 9416 "registry": null 9417 } 9418 ], 9419 "targets": [ 9420 { 9421 "kind": [ 9422 "lib" 9423 ], 9424 "crate_types": [ 9425 "lib" 9426 ], 9427 "name": "textwrap", 9428 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs", 9429 "edition": "2015", 9430 "doc": true, 9431 "doctest": true, 9432 "test": true 9433 }, 9434 { 9435 "kind": [ 9436 "example" 9437 ], 9438 "crate_types": [ 9439 "bin" 9440 ], 9441 "name": "layout", 9442 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/examples/layout.rs", 9443 "edition": "2015", 9444 "doc": false, 9445 "doctest": false, 9446 "test": false 9447 }, 9448 { 9449 "kind": [ 9450 "example" 9451 ], 9452 "crate_types": [ 9453 "bin" 9454 ], 9455 "name": "termwidth", 9456 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/examples/termwidth.rs", 9457 "edition": "2015", 9458 "doc": false, 9459 "doctest": false, 9460 "test": false 9461 }, 9462 { 9463 "kind": [ 9464 "test" 9465 ], 9466 "crate_types": [ 9467 "bin" 9468 ], 9469 "name": "version-numbers", 9470 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/tests/version-numbers.rs", 9471 "edition": "2015", 9472 "doc": false, 9473 "doctest": false, 9474 "test": true 9475 }, 9476 { 9477 "kind": [ 9478 "bench" 9479 ], 9480 "crate_types": [ 9481 "bin" 9482 ], 9483 "name": "linear", 9484 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/benches/linear.rs", 9485 "edition": "2015", 9486 "doc": false, 9487 "doctest": false, 9488 "test": false 9489 } 9490 ], 9491 "features": { 9492 "hyphenation": [ 9493 "dep:hyphenation" 9494 ], 9495 "term_size": [ 9496 "dep:term_size" 9497 ] 9498 }, 9499 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/Cargo.toml", 9500 "metadata": { 9501 "docs": { 9502 "rs": { 9503 "all-features": true 9504 } 9505 } 9506 }, 9507 "publish": null, 9508 "authors": [ 9509 "Martin Geisler <martin@geisler.net>" 9510 ], 9511 "categories": [ 9512 "text-processing", 9513 "command-line-interface" 9514 ], 9515 "keywords": [ 9516 "text", 9517 "formatting", 9518 "wrap", 9519 "typesetting", 9520 "hyphenation" 9521 ], 9522 "readme": "README.md", 9523 "repository": "https://github.com/mgeisler/textwrap", 9524 "homepage": null, 9525 "documentation": "https://docs.rs/textwrap/", 9526 "edition": "2015", 9527 "links": null, 9528 "default_run": null, 9529 "rust_version": null 9530 }, 9531 { 9532 "name": "thread_local", 9533 "version": "1.1.7", 9534 "id": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 9535 "license": "MIT OR Apache-2.0", 9536 "license_file": null, 9537 "description": "Per-object thread-local storage", 9538 "source": "registry+https://github.com/rust-lang/crates.io-index", 9539 "dependencies": [ 9540 { 9541 "name": "cfg-if", 9542 "source": "registry+https://github.com/rust-lang/crates.io-index", 9543 "req": "^1.0.0", 9544 "kind": null, 9545 "rename": null, 9546 "optional": false, 9547 "uses_default_features": true, 9548 "features": [], 9549 "target": null, 9550 "registry": null 9551 }, 9552 { 9553 "name": "once_cell", 9554 "source": "registry+https://github.com/rust-lang/crates.io-index", 9555 "req": "^1.5.2", 9556 "kind": null, 9557 "rename": null, 9558 "optional": false, 9559 "uses_default_features": true, 9560 "features": [], 9561 "target": null, 9562 "registry": null 9563 }, 9564 { 9565 "name": "criterion", 9566 "source": "registry+https://github.com/rust-lang/crates.io-index", 9567 "req": "^0.4.0", 9568 "kind": "dev", 9569 "rename": null, 9570 "optional": false, 9571 "uses_default_features": true, 9572 "features": [], 9573 "target": null, 9574 "registry": null 9575 } 9576 ], 9577 "targets": [ 9578 { 9579 "kind": [ 9580 "lib" 9581 ], 9582 "crate_types": [ 9583 "lib" 9584 ], 9585 "name": "thread_local", 9586 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs", 9587 "edition": "2021", 9588 "doc": true, 9589 "doctest": true, 9590 "test": true 9591 }, 9592 { 9593 "kind": [ 9594 "bench" 9595 ], 9596 "crate_types": [ 9597 "bin" 9598 ], 9599 "name": "thread_local", 9600 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/benches/thread_local.rs", 9601 "edition": "2021", 9602 "doc": false, 9603 "doctest": false, 9604 "test": false 9605 } 9606 ], 9607 "features": { 9608 "nightly": [] 9609 }, 9610 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/Cargo.toml", 9611 "metadata": null, 9612 "publish": null, 9613 "authors": [ 9614 "Amanieu d'Antras <amanieu@gmail.com>" 9615 ], 9616 "categories": [], 9617 "keywords": [ 9618 "thread_local", 9619 "concurrent", 9620 "thread" 9621 ], 9622 "readme": "README.md", 9623 "repository": "https://github.com/Amanieu/thread_local-rs", 9624 "homepage": null, 9625 "documentation": "https://docs.rs/thread_local/", 9626 "edition": "2021", 9627 "links": null, 9628 "default_run": null, 9629 "rust_version": null 9630 }, 9631 { 9632 "name": "unicode-ident", 9633 "version": "1.0.8", 9634 "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 9635 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 9636 "license_file": null, 9637 "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", 9638 "source": "registry+https://github.com/rust-lang/crates.io-index", 9639 "dependencies": [ 9640 { 9641 "name": "criterion", 9642 "source": "registry+https://github.com/rust-lang/crates.io-index", 9643 "req": "^0.4", 9644 "kind": "dev", 9645 "rename": null, 9646 "optional": false, 9647 "uses_default_features": false, 9648 "features": [], 9649 "target": null, 9650 "registry": null 9651 }, 9652 { 9653 "name": "fst", 9654 "source": "registry+https://github.com/rust-lang/crates.io-index", 9655 "req": "^0.4", 9656 "kind": "dev", 9657 "rename": null, 9658 "optional": false, 9659 "uses_default_features": true, 9660 "features": [], 9661 "target": null, 9662 "registry": null 9663 }, 9664 { 9665 "name": "rand", 9666 "source": "registry+https://github.com/rust-lang/crates.io-index", 9667 "req": "^0.8", 9668 "kind": "dev", 9669 "rename": null, 9670 "optional": false, 9671 "uses_default_features": true, 9672 "features": [ 9673 "small_rng" 9674 ], 9675 "target": null, 9676 "registry": null 9677 }, 9678 { 9679 "name": "roaring", 9680 "source": "registry+https://github.com/rust-lang/crates.io-index", 9681 "req": "^0.10", 9682 "kind": "dev", 9683 "rename": null, 9684 "optional": false, 9685 "uses_default_features": true, 9686 "features": [], 9687 "target": null, 9688 "registry": null 9689 }, 9690 { 9691 "name": "ucd-trie", 9692 "source": "registry+https://github.com/rust-lang/crates.io-index", 9693 "req": "^0.1", 9694 "kind": "dev", 9695 "rename": null, 9696 "optional": false, 9697 "uses_default_features": false, 9698 "features": [], 9699 "target": null, 9700 "registry": null 9701 }, 9702 { 9703 "name": "unicode-xid", 9704 "source": "registry+https://github.com/rust-lang/crates.io-index", 9705 "req": "^0.2.4", 9706 "kind": "dev", 9707 "rename": null, 9708 "optional": false, 9709 "uses_default_features": true, 9710 "features": [], 9711 "target": null, 9712 "registry": null 9713 } 9714 ], 9715 "targets": [ 9716 { 9717 "kind": [ 9718 "lib" 9719 ], 9720 "crate_types": [ 9721 "lib" 9722 ], 9723 "name": "unicode-ident", 9724 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/src/lib.rs", 9725 "edition": "2018", 9726 "doc": true, 9727 "doctest": true, 9728 "test": true 9729 }, 9730 { 9731 "kind": [ 9732 "test" 9733 ], 9734 "crate_types": [ 9735 "bin" 9736 ], 9737 "name": "compare", 9738 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/compare.rs", 9739 "edition": "2018", 9740 "doc": false, 9741 "doctest": false, 9742 "test": true 9743 }, 9744 { 9745 "kind": [ 9746 "test" 9747 ], 9748 "crate_types": [ 9749 "bin" 9750 ], 9751 "name": "static_size", 9752 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/tests/static_size.rs", 9753 "edition": "2018", 9754 "doc": false, 9755 "doctest": false, 9756 "test": true 9757 }, 9758 { 9759 "kind": [ 9760 "bench" 9761 ], 9762 "crate_types": [ 9763 "bin" 9764 ], 9765 "name": "xid", 9766 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/benches/xid.rs", 9767 "edition": "2018", 9768 "doc": false, 9769 "doctest": false, 9770 "test": false 9771 } 9772 ], 9773 "features": {}, 9774 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.8/Cargo.toml", 9775 "metadata": { 9776 "docs": { 9777 "rs": { 9778 "targets": [ 9779 "x86_64-unknown-linux-gnu" 9780 ] 9781 } 9782 } 9783 }, 9784 "publish": null, 9785 "authors": [ 9786 "David Tolnay <dtolnay@gmail.com>" 9787 ], 9788 "categories": [ 9789 "development-tools::procedural-macro-helpers", 9790 "no-std" 9791 ], 9792 "keywords": [ 9793 "unicode", 9794 "xid" 9795 ], 9796 "readme": "README.md", 9797 "repository": "https://github.com/dtolnay/unicode-ident", 9798 "homepage": null, 9799 "documentation": "https://docs.rs/unicode-ident", 9800 "edition": "2018", 9801 "links": null, 9802 "default_run": null, 9803 "rust_version": "1.31" 9804 }, 9805 { 9806 "name": "unicode-width", 9807 "version": "0.1.10", 9808 "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 9809 "license": "MIT/Apache-2.0", 9810 "license_file": null, 9811 "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", 9812 "source": "registry+https://github.com/rust-lang/crates.io-index", 9813 "dependencies": [ 9814 { 9815 "name": "compiler_builtins", 9816 "source": "registry+https://github.com/rust-lang/crates.io-index", 9817 "req": "^0.1", 9818 "kind": null, 9819 "rename": null, 9820 "optional": true, 9821 "uses_default_features": true, 9822 "features": [], 9823 "target": null, 9824 "registry": null 9825 }, 9826 { 9827 "name": "rustc-std-workspace-core", 9828 "source": "registry+https://github.com/rust-lang/crates.io-index", 9829 "req": "^1.0", 9830 "kind": null, 9831 "rename": "core", 9832 "optional": true, 9833 "uses_default_features": true, 9834 "features": [], 9835 "target": null, 9836 "registry": null 9837 }, 9838 { 9839 "name": "rustc-std-workspace-std", 9840 "source": "registry+https://github.com/rust-lang/crates.io-index", 9841 "req": "^1.0", 9842 "kind": null, 9843 "rename": "std", 9844 "optional": true, 9845 "uses_default_features": true, 9846 "features": [], 9847 "target": null, 9848 "registry": null 9849 } 9850 ], 9851 "targets": [ 9852 { 9853 "kind": [ 9854 "lib" 9855 ], 9856 "crate_types": [ 9857 "lib" 9858 ], 9859 "name": "unicode-width", 9860 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/src/lib.rs", 9861 "edition": "2015", 9862 "doc": true, 9863 "doctest": true, 9864 "test": true 9865 } 9866 ], 9867 "features": { 9868 "bench": [], 9869 "compiler_builtins": [ 9870 "dep:compiler_builtins" 9871 ], 9872 "core": [ 9873 "dep:core" 9874 ], 9875 "default": [], 9876 "no_std": [], 9877 "rustc-dep-of-std": [ 9878 "std", 9879 "core", 9880 "compiler_builtins" 9881 ], 9882 "std": [ 9883 "dep:std" 9884 ] 9885 }, 9886 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/Cargo.toml", 9887 "metadata": null, 9888 "publish": null, 9889 "authors": [ 9890 "kwantam <kwantam@gmail.com>", 9891 "Manish Goregaokar <manishsmail@gmail.com>" 9892 ], 9893 "categories": [], 9894 "keywords": [ 9895 "text", 9896 "width", 9897 "unicode" 9898 ], 9899 "readme": "README.md", 9900 "repository": "https://github.com/unicode-rs/unicode-width", 9901 "homepage": "https://github.com/unicode-rs/unicode-width", 9902 "documentation": "https://unicode-rs.github.io/unicode-width", 9903 "edition": "2015", 9904 "links": null, 9905 "default_run": null, 9906 "rust_version": null 9907 }, 9908 { 9909 "name": "walkdir", 9910 "version": "2.3.3", 9911 "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 9912 "license": "Unlicense/MIT", 9913 "license_file": null, 9914 "description": "Recursively walk a directory.", 9915 "source": "registry+https://github.com/rust-lang/crates.io-index", 9916 "dependencies": [ 9917 { 9918 "name": "same-file", 9919 "source": "registry+https://github.com/rust-lang/crates.io-index", 9920 "req": "^1.0.1", 9921 "kind": null, 9922 "rename": null, 9923 "optional": false, 9924 "uses_default_features": true, 9925 "features": [], 9926 "target": null, 9927 "registry": null 9928 }, 9929 { 9930 "name": "doc-comment", 9931 "source": "registry+https://github.com/rust-lang/crates.io-index", 9932 "req": "^0.3", 9933 "kind": "dev", 9934 "rename": null, 9935 "optional": false, 9936 "uses_default_features": true, 9937 "features": [], 9938 "target": null, 9939 "registry": null 9940 }, 9941 { 9942 "name": "winapi-util", 9943 "source": "registry+https://github.com/rust-lang/crates.io-index", 9944 "req": "^0.1.1", 9945 "kind": null, 9946 "rename": null, 9947 "optional": false, 9948 "uses_default_features": true, 9949 "features": [], 9950 "target": "cfg(windows)", 9951 "registry": null 9952 } 9953 ], 9954 "targets": [ 9955 { 9956 "kind": [ 9957 "lib" 9958 ], 9959 "crate_types": [ 9960 "lib" 9961 ], 9962 "name": "walkdir", 9963 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/src/lib.rs", 9964 "edition": "2018", 9965 "doc": true, 9966 "doctest": true, 9967 "test": true 9968 } 9969 ], 9970 "features": {}, 9971 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/Cargo.toml", 9972 "metadata": null, 9973 "publish": null, 9974 "authors": [ 9975 "Andrew Gallant <jamslam@gmail.com>" 9976 ], 9977 "categories": [ 9978 "filesystem" 9979 ], 9980 "keywords": [ 9981 "directory", 9982 "recursive", 9983 "walk", 9984 "iterator" 9985 ], 9986 "readme": "README.md", 9987 "repository": "https://github.com/BurntSushi/walkdir", 9988 "homepage": "https://github.com/BurntSushi/walkdir", 9989 "documentation": "https://docs.rs/walkdir/", 9990 "edition": "2018", 9991 "links": null, 9992 "default_run": null, 9993 "rust_version": null 9994 }, 9995 { 9996 "name": "winapi", 9997 "version": "0.3.9", 9998 "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 9999 "license": "MIT/Apache-2.0", 10000 "license_file": null, 10001 "description": "Raw FFI bindings for all of Windows API.", 10002 "source": "registry+https://github.com/rust-lang/crates.io-index", 10003 "dependencies": [ 10004 { 10005 "name": "winapi-i686-pc-windows-gnu", 10006 "source": "registry+https://github.com/rust-lang/crates.io-index", 10007 "req": "^0.4", 10008 "kind": null, 10009 "rename": null, 10010 "optional": false, 10011 "uses_default_features": true, 10012 "features": [], 10013 "target": "i686-pc-windows-gnu", 10014 "registry": null 10015 }, 10016 { 10017 "name": "winapi-x86_64-pc-windows-gnu", 10018 "source": "registry+https://github.com/rust-lang/crates.io-index", 10019 "req": "^0.4", 10020 "kind": null, 10021 "rename": null, 10022 "optional": false, 10023 "uses_default_features": true, 10024 "features": [], 10025 "target": "x86_64-pc-windows-gnu", 10026 "registry": null 10027 } 10028 ], 10029 "targets": [ 10030 { 10031 "kind": [ 10032 "lib" 10033 ], 10034 "crate_types": [ 10035 "lib" 10036 ], 10037 "name": "winapi", 10038 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", 10039 "edition": "2015", 10040 "doc": true, 10041 "doctest": true, 10042 "test": true 10043 }, 10044 { 10045 "kind": [ 10046 "custom-build" 10047 ], 10048 "crate_types": [ 10049 "bin" 10050 ], 10051 "name": "build-script-build", 10052 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", 10053 "edition": "2015", 10054 "doc": false, 10055 "doctest": false, 10056 "test": false 10057 } 10058 ], 10059 "features": { 10060 "accctrl": [], 10061 "aclapi": [], 10062 "activation": [], 10063 "adhoc": [], 10064 "appmgmt": [], 10065 "audioclient": [], 10066 "audiosessiontypes": [], 10067 "avrt": [], 10068 "basetsd": [], 10069 "bcrypt": [], 10070 "bits": [], 10071 "bits10_1": [], 10072 "bits1_5": [], 10073 "bits2_0": [], 10074 "bits2_5": [], 10075 "bits3_0": [], 10076 "bits4_0": [], 10077 "bits5_0": [], 10078 "bitscfg": [], 10079 "bitsmsg": [], 10080 "bluetoothapis": [], 10081 "bluetoothleapis": [], 10082 "bthdef": [], 10083 "bthioctl": [], 10084 "bthledef": [], 10085 "bthsdpdef": [], 10086 "bugcodes": [], 10087 "cderr": [], 10088 "cfg": [], 10089 "cfgmgr32": [], 10090 "cguid": [], 10091 "combaseapi": [], 10092 "coml2api": [], 10093 "commapi": [], 10094 "commctrl": [], 10095 "commdlg": [], 10096 "commoncontrols": [], 10097 "consoleapi": [], 10098 "corecrt": [], 10099 "corsym": [], 10100 "d2d1": [], 10101 "d2d1_1": [], 10102 "d2d1_2": [], 10103 "d2d1_3": [], 10104 "d2d1effectauthor": [], 10105 "d2d1effects": [], 10106 "d2d1effects_1": [], 10107 "d2d1effects_2": [], 10108 "d2d1svg": [], 10109 "d2dbasetypes": [], 10110 "d3d": [], 10111 "d3d10": [], 10112 "d3d10_1": [], 10113 "d3d10_1shader": [], 10114 "d3d10effect": [], 10115 "d3d10misc": [], 10116 "d3d10sdklayers": [], 10117 "d3d10shader": [], 10118 "d3d11": [], 10119 "d3d11_1": [], 10120 "d3d11_2": [], 10121 "d3d11_3": [], 10122 "d3d11_4": [], 10123 "d3d11on12": [], 10124 "d3d11sdklayers": [], 10125 "d3d11shader": [], 10126 "d3d11tokenizedprogramformat": [], 10127 "d3d12": [], 10128 "d3d12sdklayers": [], 10129 "d3d12shader": [], 10130 "d3d9": [], 10131 "d3d9caps": [], 10132 "d3d9types": [], 10133 "d3dcommon": [], 10134 "d3dcompiler": [], 10135 "d3dcsx": [], 10136 "d3dkmdt": [], 10137 "d3dkmthk": [], 10138 "d3dukmdt": [], 10139 "d3dx10core": [], 10140 "d3dx10math": [], 10141 "d3dx10mesh": [], 10142 "datetimeapi": [], 10143 "davclnt": [], 10144 "dbghelp": [], 10145 "dbt": [], 10146 "dcommon": [], 10147 "dcomp": [], 10148 "dcompanimation": [], 10149 "dcomptypes": [], 10150 "dde": [], 10151 "ddraw": [], 10152 "ddrawi": [], 10153 "ddrawint": [], 10154 "debug": [ 10155 "impl-debug" 10156 ], 10157 "debugapi": [], 10158 "devguid": [], 10159 "devicetopology": [], 10160 "devpkey": [], 10161 "devpropdef": [], 10162 "dinput": [], 10163 "dinputd": [], 10164 "dispex": [], 10165 "dmksctl": [], 10166 "dmusicc": [], 10167 "docobj": [], 10168 "documenttarget": [], 10169 "dot1x": [], 10170 "dpa_dsa": [], 10171 "dpapi": [], 10172 "dsgetdc": [], 10173 "dsound": [], 10174 "dsrole": [], 10175 "dvp": [], 10176 "dwmapi": [], 10177 "dwrite": [], 10178 "dwrite_1": [], 10179 "dwrite_2": [], 10180 "dwrite_3": [], 10181 "dxdiag": [], 10182 "dxfile": [], 10183 "dxgi": [], 10184 "dxgi1_2": [], 10185 "dxgi1_3": [], 10186 "dxgi1_4": [], 10187 "dxgi1_5": [], 10188 "dxgi1_6": [], 10189 "dxgidebug": [], 10190 "dxgiformat": [], 10191 "dxgitype": [], 10192 "dxva2api": [], 10193 "dxvahd": [], 10194 "eaptypes": [], 10195 "enclaveapi": [], 10196 "endpointvolume": [], 10197 "errhandlingapi": [], 10198 "everything": [], 10199 "evntcons": [], 10200 "evntprov": [], 10201 "evntrace": [], 10202 "excpt": [], 10203 "exdisp": [], 10204 "fibersapi": [], 10205 "fileapi": [], 10206 "functiondiscoverykeys_devpkey": [], 10207 "gl-gl": [], 10208 "guiddef": [], 10209 "handleapi": [], 10210 "heapapi": [], 10211 "hidclass": [], 10212 "hidpi": [], 10213 "hidsdi": [], 10214 "hidusage": [], 10215 "highlevelmonitorconfigurationapi": [], 10216 "hstring": [], 10217 "http": [], 10218 "ifdef": [], 10219 "ifmib": [], 10220 "imm": [], 10221 "impl-debug": [], 10222 "impl-default": [], 10223 "in6addr": [], 10224 "inaddr": [], 10225 "inspectable": [], 10226 "interlockedapi": [], 10227 "intsafe": [], 10228 "ioapiset": [], 10229 "ipexport": [], 10230 "iphlpapi": [], 10231 "ipifcons": [], 10232 "ipmib": [], 10233 "iprtrmib": [], 10234 "iptypes": [], 10235 "jobapi": [], 10236 "jobapi2": [], 10237 "knownfolders": [], 10238 "ks": [], 10239 "ksmedia": [], 10240 "ktmtypes": [], 10241 "ktmw32": [], 10242 "l2cmn": [], 10243 "libloaderapi": [], 10244 "limits": [], 10245 "lmaccess": [], 10246 "lmalert": [], 10247 "lmapibuf": [], 10248 "lmat": [], 10249 "lmcons": [], 10250 "lmdfs": [], 10251 "lmerrlog": [], 10252 "lmjoin": [], 10253 "lmmsg": [], 10254 "lmremutl": [], 10255 "lmrepl": [], 10256 "lmserver": [], 10257 "lmshare": [], 10258 "lmstats": [], 10259 "lmsvc": [], 10260 "lmuse": [], 10261 "lmwksta": [], 10262 "lowlevelmonitorconfigurationapi": [], 10263 "lsalookup": [], 10264 "memoryapi": [], 10265 "minschannel": [], 10266 "minwinbase": [], 10267 "minwindef": [], 10268 "mmdeviceapi": [], 10269 "mmeapi": [], 10270 "mmreg": [], 10271 "mmsystem": [], 10272 "mprapidef": [], 10273 "msaatext": [], 10274 "mscat": [], 10275 "mschapp": [], 10276 "mssip": [], 10277 "mstcpip": [], 10278 "mswsock": [], 10279 "mswsockdef": [], 10280 "namedpipeapi": [], 10281 "namespaceapi": [], 10282 "nb30": [], 10283 "ncrypt": [], 10284 "netioapi": [], 10285 "nldef": [], 10286 "ntddndis": [], 10287 "ntddscsi": [], 10288 "ntddser": [], 10289 "ntdef": [], 10290 "ntlsa": [], 10291 "ntsecapi": [], 10292 "ntstatus": [], 10293 "oaidl": [], 10294 "objbase": [], 10295 "objidl": [], 10296 "objidlbase": [], 10297 "ocidl": [], 10298 "ole2": [], 10299 "oleauto": [], 10300 "olectl": [], 10301 "oleidl": [], 10302 "opmapi": [], 10303 "pdh": [], 10304 "perflib": [], 10305 "physicalmonitorenumerationapi": [], 10306 "playsoundapi": [], 10307 "portabledevice": [], 10308 "portabledeviceapi": [], 10309 "portabledevicetypes": [], 10310 "powerbase": [], 10311 "powersetting": [], 10312 "powrprof": [], 10313 "processenv": [], 10314 "processsnapshot": [], 10315 "processthreadsapi": [], 10316 "processtopologyapi": [], 10317 "profileapi": [], 10318 "propidl": [], 10319 "propkey": [], 10320 "propkeydef": [], 10321 "propsys": [], 10322 "prsht": [], 10323 "psapi": [], 10324 "qos": [], 10325 "realtimeapiset": [], 10326 "reason": [], 10327 "restartmanager": [], 10328 "restrictederrorinfo": [], 10329 "rmxfguid": [], 10330 "roapi": [], 10331 "robuffer": [], 10332 "roerrorapi": [], 10333 "rpc": [], 10334 "rpcdce": [], 10335 "rpcndr": [], 10336 "rtinfo": [], 10337 "sapi": [], 10338 "sapi51": [], 10339 "sapi53": [], 10340 "sapiddk": [], 10341 "sapiddk51": [], 10342 "schannel": [], 10343 "sddl": [], 10344 "securityappcontainer": [], 10345 "securitybaseapi": [], 10346 "servprov": [], 10347 "setupapi": [], 10348 "shellapi": [], 10349 "shellscalingapi": [], 10350 "shlobj": [], 10351 "shobjidl": [], 10352 "shobjidl_core": [], 10353 "shtypes": [], 10354 "softpub": [], 10355 "spapidef": [], 10356 "spellcheck": [], 10357 "sporder": [], 10358 "sql": [], 10359 "sqlext": [], 10360 "sqltypes": [], 10361 "sqlucode": [], 10362 "sspi": [], 10363 "std": [], 10364 "stralign": [], 10365 "stringapiset": [], 10366 "strmif": [], 10367 "subauth": [], 10368 "synchapi": [], 10369 "sysinfoapi": [], 10370 "systemtopologyapi": [], 10371 "taskschd": [], 10372 "tcpestats": [], 10373 "tcpmib": [], 10374 "textstor": [], 10375 "threadpoolapiset": [], 10376 "threadpoollegacyapiset": [], 10377 "timeapi": [], 10378 "timezoneapi": [], 10379 "tlhelp32": [], 10380 "transportsettingcommon": [], 10381 "tvout": [], 10382 "udpmib": [], 10383 "unknwnbase": [], 10384 "urlhist": [], 10385 "urlmon": [], 10386 "usb": [], 10387 "usbioctl": [], 10388 "usbiodef": [], 10389 "usbscan": [], 10390 "usbspec": [], 10391 "userenv": [], 10392 "usp10": [], 10393 "utilapiset": [], 10394 "uxtheme": [], 10395 "vadefs": [], 10396 "vcruntime": [], 10397 "vsbackup": [], 10398 "vss": [], 10399 "vsserror": [], 10400 "vswriter": [], 10401 "wbemads": [], 10402 "wbemcli": [], 10403 "wbemdisp": [], 10404 "wbemprov": [], 10405 "wbemtran": [], 10406 "wct": [], 10407 "werapi": [], 10408 "winbase": [], 10409 "wincodec": [], 10410 "wincodecsdk": [], 10411 "wincon": [], 10412 "wincontypes": [], 10413 "wincred": [], 10414 "wincrypt": [], 10415 "windef": [], 10416 "windot11": [], 10417 "windowsceip": [], 10418 "windowsx": [], 10419 "winefs": [], 10420 "winerror": [], 10421 "winevt": [], 10422 "wingdi": [], 10423 "winhttp": [], 10424 "wininet": [], 10425 "winineti": [], 10426 "winioctl": [], 10427 "winnetwk": [], 10428 "winnls": [], 10429 "winnt": [], 10430 "winreg": [], 10431 "winsafer": [], 10432 "winscard": [], 10433 "winsmcrd": [], 10434 "winsock2": [], 10435 "winspool": [], 10436 "winstring": [], 10437 "winsvc": [], 10438 "wintrust": [], 10439 "winusb": [], 10440 "winusbio": [], 10441 "winuser": [], 10442 "winver": [], 10443 "wlanapi": [], 10444 "wlanihv": [], 10445 "wlanihvtypes": [], 10446 "wlantypes": [], 10447 "wlclient": [], 10448 "wmistr": [], 10449 "wnnc": [], 10450 "wow64apiset": [], 10451 "wpdmtpextensions": [], 10452 "ws2bth": [], 10453 "ws2def": [], 10454 "ws2ipdef": [], 10455 "ws2spi": [], 10456 "ws2tcpip": [], 10457 "wtsapi32": [], 10458 "wtypes": [], 10459 "wtypesbase": [], 10460 "xinput": [] 10461 }, 10462 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", 10463 "metadata": { 10464 "docs": { 10465 "rs": { 10466 "default-target": "x86_64-pc-windows-msvc", 10467 "features": [ 10468 "everything", 10469 "impl-debug", 10470 "impl-default" 10471 ], 10472 "targets": [ 10473 "aarch64-pc-windows-msvc", 10474 "i686-pc-windows-msvc", 10475 "x86_64-pc-windows-msvc" 10476 ] 10477 } 10478 } 10479 }, 10480 "publish": null, 10481 "authors": [ 10482 "Peter Atashian <retep998@gmail.com>" 10483 ], 10484 "categories": [ 10485 "external-ffi-bindings", 10486 "no-std", 10487 "os::windows-apis" 10488 ], 10489 "keywords": [ 10490 "windows", 10491 "ffi", 10492 "win32", 10493 "com", 10494 "directx" 10495 ], 10496 "readme": "README.md", 10497 "repository": "https://github.com/retep998/winapi-rs", 10498 "homepage": null, 10499 "documentation": "https://docs.rs/winapi/", 10500 "edition": "2015", 10501 "links": null, 10502 "default_run": null, 10503 "rust_version": null 10504 }, 10505 { 10506 "name": "winapi-i686-pc-windows-gnu", 10507 "version": "0.4.0", 10508 "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 10509 "license": "MIT/Apache-2.0", 10510 "license_file": null, 10511 "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", 10512 "source": "registry+https://github.com/rust-lang/crates.io-index", 10513 "dependencies": [], 10514 "targets": [ 10515 { 10516 "kind": [ 10517 "lib" 10518 ], 10519 "crate_types": [ 10520 "lib" 10521 ], 10522 "name": "winapi-i686-pc-windows-gnu", 10523 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", 10524 "edition": "2015", 10525 "doc": true, 10526 "doctest": true, 10527 "test": true 10528 }, 10529 { 10530 "kind": [ 10531 "custom-build" 10532 ], 10533 "crate_types": [ 10534 "bin" 10535 ], 10536 "name": "build-script-build", 10537 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", 10538 "edition": "2015", 10539 "doc": false, 10540 "doctest": false, 10541 "test": false 10542 } 10543 ], 10544 "features": {}, 10545 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", 10546 "metadata": null, 10547 "publish": null, 10548 "authors": [ 10549 "Peter Atashian <retep998@gmail.com>" 10550 ], 10551 "categories": [], 10552 "keywords": [ 10553 "windows" 10554 ], 10555 "readme": null, 10556 "repository": "https://github.com/retep998/winapi-rs", 10557 "homepage": null, 10558 "documentation": null, 10559 "edition": "2015", 10560 "links": null, 10561 "default_run": null, 10562 "rust_version": null 10563 }, 10564 { 10565 "name": "winapi-util", 10566 "version": "0.1.5", 10567 "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 10568 "license": "Unlicense/MIT", 10569 "license_file": null, 10570 "description": "A dumping ground for high level safe wrappers over winapi.", 10571 "source": "registry+https://github.com/rust-lang/crates.io-index", 10572 "dependencies": [ 10573 { 10574 "name": "winapi", 10575 "source": "registry+https://github.com/rust-lang/crates.io-index", 10576 "req": "^0.3", 10577 "kind": null, 10578 "rename": null, 10579 "optional": false, 10580 "uses_default_features": true, 10581 "features": [ 10582 "std", 10583 "consoleapi", 10584 "errhandlingapi", 10585 "fileapi", 10586 "minwindef", 10587 "processenv", 10588 "winbase", 10589 "wincon", 10590 "winerror", 10591 "winnt" 10592 ], 10593 "target": "cfg(windows)", 10594 "registry": null 10595 } 10596 ], 10597 "targets": [ 10598 { 10599 "kind": [ 10600 "lib" 10601 ], 10602 "crate_types": [ 10603 "lib" 10604 ], 10605 "name": "winapi-util", 10606 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", 10607 "edition": "2018", 10608 "doc": true, 10609 "doctest": true, 10610 "test": true 10611 } 10612 ], 10613 "features": {}, 10614 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", 10615 "metadata": { 10616 "docs": { 10617 "rs": { 10618 "targets": [ 10619 "x86_64-pc-windows-msvc" 10620 ] 10621 } 10622 } 10623 }, 10624 "publish": null, 10625 "authors": [ 10626 "Andrew Gallant <jamslam@gmail.com>" 10627 ], 10628 "categories": [ 10629 "os::windows-apis", 10630 "external-ffi-bindings" 10631 ], 10632 "keywords": [ 10633 "windows", 10634 "winapi", 10635 "util", 10636 "win" 10637 ], 10638 "readme": "README.md", 10639 "repository": "https://github.com/BurntSushi/winapi-util", 10640 "homepage": "https://github.com/BurntSushi/winapi-util", 10641 "documentation": "https://docs.rs/winapi-util", 10642 "edition": "2018", 10643 "links": null, 10644 "default_run": null, 10645 "rust_version": null 10646 }, 10647 { 10648 "name": "winapi-x86_64-pc-windows-gnu", 10649 "version": "0.4.0", 10650 "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 10651 "license": "MIT/Apache-2.0", 10652 "license_file": null, 10653 "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", 10654 "source": "registry+https://github.com/rust-lang/crates.io-index", 10655 "dependencies": [], 10656 "targets": [ 10657 { 10658 "kind": [ 10659 "lib" 10660 ], 10661 "crate_types": [ 10662 "lib" 10663 ], 10664 "name": "winapi-x86_64-pc-windows-gnu", 10665 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", 10666 "edition": "2015", 10667 "doc": true, 10668 "doctest": true, 10669 "test": true 10670 }, 10671 { 10672 "kind": [ 10673 "custom-build" 10674 ], 10675 "crate_types": [ 10676 "bin" 10677 ], 10678 "name": "build-script-build", 10679 "src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", 10680 "edition": "2015", 10681 "doc": false, 10682 "doctest": false, 10683 "test": false 10684 } 10685 ], 10686 "features": {}, 10687 "manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", 10688 "metadata": null, 10689 "publish": null, 10690 "authors": [ 10691 "Peter Atashian <retep998@gmail.com>" 10692 ], 10693 "categories": [], 10694 "keywords": [ 10695 "windows" 10696 ], 10697 "readme": null, 10698 "repository": "https://github.com/retep998/winapi-rs", 10699 "homepage": null, 10700 "documentation": null, 10701 "edition": "2015", 10702 "links": null, 10703 "default_run": null, 10704 "rust_version": null 10705 } 10706 ], 10707 "workspace_members": [ 10708 "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 10709 "grep 0.2.11 (path+file:///$ROOT$ripgrep/crates/grep)", 10710 "grep-cli 0.1.7 (path+file:///$ROOT$ripgrep/crates/cli)", 10711 "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 10712 "grep-pcre2 0.1.6 (path+file:///$ROOT$ripgrep/crates/pcre2)", 10713 "grep-printer 0.1.7 (path+file:///$ROOT$ripgrep/crates/printer)", 10714 "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 10715 "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 10716 "ignore 0.4.20 (path+file:///$ROOT$ripgrep/crates/ignore)", 10717 "ripgrep 13.0.0 (path+file:///$ROOT$ripgrep)" 10718 ], 10719 "resolve": { 10720 "nodes": [ 10721 { 10722 "id": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 10723 "dependencies": [ 10724 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" 10725 ], 10726 "deps": [ 10727 { 10728 "name": "memchr", 10729 "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 10730 "dep_kinds": [ 10731 { 10732 "kind": null, 10733 "target": null 10734 } 10735 ] 10736 } 10737 ], 10738 "features": [ 10739 "default", 10740 "std" 10741 ] 10742 }, 10743 { 10744 "id": "aho-corasick 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 10745 "dependencies": [ 10746 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" 10747 ], 10748 "deps": [ 10749 { 10750 "name": "memchr", 10751 "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 10752 "dep_kinds": [ 10753 { 10754 "kind": null, 10755 "target": null 10756 } 10757 ] 10758 } 10759 ], 10760 "features": [ 10761 "default", 10762 "perf-literal", 10763 "std" 10764 ] 10765 }, 10766 { 10767 "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", 10768 "dependencies": [ 10769 "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 10770 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 10771 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" 10772 ], 10773 "deps": [ 10774 { 10775 "name": "hermit_abi", 10776 "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 10777 "dep_kinds": [ 10778 { 10779 "kind": null, 10780 "target": "cfg(target_os = \"hermit\")" 10781 } 10782 ] 10783 }, 10784 { 10785 "name": "libc", 10786 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 10787 "dep_kinds": [ 10788 { 10789 "kind": null, 10790 "target": "cfg(unix)" 10791 } 10792 ] 10793 }, 10794 { 10795 "name": "winapi", 10796 "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 10797 "dep_kinds": [ 10798 { 10799 "kind": null, 10800 "target": "cfg(windows)" 10801 } 10802 ] 10803 } 10804 ], 10805 "features": [] 10806 }, 10807 { 10808 "id": "base64 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", 10809 "dependencies": [], 10810 "deps": [], 10811 "features": [ 10812 "default", 10813 "std" 10814 ] 10815 }, 10816 { 10817 "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 10818 "dependencies": [], 10819 "deps": [], 10820 "features": [ 10821 "default" 10822 ] 10823 }, 10824 { 10825 "id": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 10826 "dependencies": [ 10827 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 10828 "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 10829 "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 10830 "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)" 10831 ], 10832 "deps": [ 10833 { 10834 "name": "memchr", 10835 "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 10836 "dep_kinds": [ 10837 { 10838 "kind": null, 10839 "target": null 10840 } 10841 ] 10842 }, 10843 { 10844 "name": "once_cell", 10845 "pkg": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 10846 "dep_kinds": [ 10847 { 10848 "kind": null, 10849 "target": null 10850 } 10851 ] 10852 }, 10853 { 10854 "name": "regex_automata", 10855 "pkg": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 10856 "dep_kinds": [ 10857 { 10858 "kind": null, 10859 "target": null 10860 } 10861 ] 10862 }, 10863 { 10864 "name": "serde", 10865 "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 10866 "dep_kinds": [ 10867 { 10868 "kind": null, 10869 "target": null 10870 } 10871 ] 10872 } 10873 ], 10874 "features": [ 10875 "alloc", 10876 "default", 10877 "std", 10878 "unicode" 10879 ] 10880 }, 10881 { 10882 "id": "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", 10883 "dependencies": [], 10884 "deps": [], 10885 "features": [ 10886 "runtime-dispatch-simd" 10887 ] 10888 }, 10889 { 10890 "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", 10891 "dependencies": [ 10892 "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" 10893 ], 10894 "deps": [ 10895 { 10896 "name": "jobserver", 10897 "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 10898 "dep_kinds": [ 10899 { 10900 "kind": null, 10901 "target": null 10902 } 10903 ] 10904 } 10905 ], 10906 "features": [ 10907 "jobserver", 10908 "parallel" 10909 ] 10910 }, 10911 { 10912 "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 10913 "dependencies": [], 10914 "deps": [], 10915 "features": [] 10916 }, 10917 { 10918 "id": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", 10919 "dependencies": [ 10920 "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 10921 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 10922 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 10923 "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" 10924 ], 10925 "deps": [ 10926 { 10927 "name": "bitflags", 10928 "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 10929 "dep_kinds": [ 10930 { 10931 "kind": null, 10932 "target": null 10933 } 10934 ] 10935 }, 10936 { 10937 "name": "strsim", 10938 "pkg": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 10939 "dep_kinds": [ 10940 { 10941 "kind": null, 10942 "target": null 10943 } 10944 ] 10945 }, 10946 { 10947 "name": "textwrap", 10948 "pkg": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 10949 "dep_kinds": [ 10950 { 10951 "kind": null, 10952 "target": null 10953 } 10954 ] 10955 }, 10956 { 10957 "name": "unicode_width", 10958 "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 10959 "dep_kinds": [ 10960 { 10961 "kind": null, 10962 "target": null 10963 } 10964 ] 10965 } 10966 ], 10967 "features": [ 10968 "strsim", 10969 "suggestions" 10970 ] 10971 }, 10972 { 10973 "id": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", 10974 "dependencies": [ 10975 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 10976 "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)" 10977 ], 10978 "deps": [ 10979 { 10980 "name": "cfg_if", 10981 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 10982 "dep_kinds": [ 10983 { 10984 "kind": null, 10985 "target": null 10986 } 10987 ] 10988 }, 10989 { 10990 "name": "crossbeam_utils", 10991 "pkg": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", 10992 "dep_kinds": [ 10993 { 10994 "kind": null, 10995 "target": null 10996 } 10997 ] 10998 } 10999 ], 11000 "features": [ 11001 "crossbeam-utils", 11002 "default", 11003 "std" 11004 ] 11005 }, 11006 { 11007 "id": "crossbeam-utils 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", 11008 "dependencies": [ 11009 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 11010 ], 11011 "deps": [ 11012 { 11013 "name": "cfg_if", 11014 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 11015 "dep_kinds": [ 11016 { 11017 "kind": null, 11018 "target": null 11019 } 11020 ] 11021 } 11022 ], 11023 "features": [ 11024 "std" 11025 ] 11026 }, 11027 { 11028 "id": "encoding_rs 0.8.32 (registry+https://github.com/rust-lang/crates.io-index)", 11029 "dependencies": [ 11030 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 11031 ], 11032 "deps": [ 11033 { 11034 "name": "cfg_if", 11035 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 11036 "dep_kinds": [ 11037 { 11038 "kind": null, 11039 "target": null 11040 } 11041 ] 11042 } 11043 ], 11044 "features": [ 11045 "alloc", 11046 "default" 11047 ] 11048 }, 11049 { 11050 "id": "encoding_rs_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 11051 "dependencies": [ 11052 "encoding_rs 0.8.32 (registry+https://github.com/rust-lang/crates.io-index)" 11053 ], 11054 "deps": [ 11055 { 11056 "name": "encoding_rs", 11057 "pkg": "encoding_rs 0.8.32 (registry+https://github.com/rust-lang/crates.io-index)", 11058 "dep_kinds": [ 11059 { 11060 "kind": null, 11061 "target": null 11062 } 11063 ] 11064 } 11065 ], 11066 "features": [] 11067 }, 11068 { 11069 "id": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 11070 "dependencies": [], 11071 "deps": [], 11072 "features": [ 11073 "default", 11074 "std" 11075 ] 11076 }, 11077 { 11078 "id": "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 11079 "dependencies": [], 11080 "deps": [], 11081 "features": [] 11082 }, 11083 { 11084 "id": "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 11085 "dependencies": [ 11086 "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 11087 "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11088 "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 11089 "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 11090 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11091 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11092 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11093 "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)" 11094 ], 11095 "deps": [ 11096 { 11097 "name": "aho_corasick", 11098 "pkg": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 11099 "dep_kinds": [ 11100 { 11101 "kind": null, 11102 "target": null 11103 } 11104 ] 11105 }, 11106 { 11107 "name": "bstr", 11108 "pkg": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11109 "dep_kinds": [ 11110 { 11111 "kind": null, 11112 "target": null 11113 } 11114 ] 11115 }, 11116 { 11117 "name": "fnv", 11118 "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 11119 "dep_kinds": [ 11120 { 11121 "kind": null, 11122 "target": null 11123 } 11124 ] 11125 }, 11126 { 11127 "name": "glob", 11128 "pkg": "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 11129 "dep_kinds": [ 11130 { 11131 "kind": "dev", 11132 "target": null 11133 } 11134 ] 11135 }, 11136 { 11137 "name": "lazy_static", 11138 "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11139 "dep_kinds": [ 11140 { 11141 "kind": "dev", 11142 "target": null 11143 } 11144 ] 11145 }, 11146 { 11147 "name": "log", 11148 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11149 "dep_kinds": [ 11150 { 11151 "kind": null, 11152 "target": null 11153 } 11154 ] 11155 }, 11156 { 11157 "name": "regex", 11158 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11159 "dep_kinds": [ 11160 { 11161 "kind": null, 11162 "target": null 11163 } 11164 ] 11165 }, 11166 { 11167 "name": "serde_json", 11168 "pkg": "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 11169 "dep_kinds": [ 11170 { 11171 "kind": "dev", 11172 "target": null 11173 } 11174 ] 11175 } 11176 ], 11177 "features": [ 11178 "default", 11179 "log" 11180 ] 11181 }, 11182 { 11183 "id": "grep 0.2.11 (path+file:///$ROOT$ripgrep/crates/grep)", 11184 "dependencies": [ 11185 "grep-cli 0.1.7 (path+file:///$ROOT$ripgrep/crates/cli)", 11186 "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11187 "grep-printer 0.1.7 (path+file:///$ROOT$ripgrep/crates/printer)", 11188 "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11189 "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 11190 "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 11191 "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" 11192 ], 11193 "deps": [ 11194 { 11195 "name": "grep_cli", 11196 "pkg": "grep-cli 0.1.7 (path+file:///$ROOT$ripgrep/crates/cli)", 11197 "dep_kinds": [ 11198 { 11199 "kind": null, 11200 "target": null 11201 } 11202 ] 11203 }, 11204 { 11205 "name": "grep_matcher", 11206 "pkg": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11207 "dep_kinds": [ 11208 { 11209 "kind": null, 11210 "target": null 11211 } 11212 ] 11213 }, 11214 { 11215 "name": "grep_printer", 11216 "pkg": "grep-printer 0.1.7 (path+file:///$ROOT$ripgrep/crates/printer)", 11217 "dep_kinds": [ 11218 { 11219 "kind": null, 11220 "target": null 11221 } 11222 ] 11223 }, 11224 { 11225 "name": "grep_regex", 11226 "pkg": "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11227 "dep_kinds": [ 11228 { 11229 "kind": null, 11230 "target": null 11231 } 11232 ] 11233 }, 11234 { 11235 "name": "grep_searcher", 11236 "pkg": "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 11237 "dep_kinds": [ 11238 { 11239 "kind": null, 11240 "target": null 11241 } 11242 ] 11243 }, 11244 { 11245 "name": "termcolor", 11246 "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 11247 "dep_kinds": [ 11248 { 11249 "kind": "dev", 11250 "target": null 11251 } 11252 ] 11253 }, 11254 { 11255 "name": "walkdir", 11256 "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 11257 "dep_kinds": [ 11258 { 11259 "kind": "dev", 11260 "target": null 11261 } 11262 ] 11263 } 11264 ], 11265 "features": [] 11266 }, 11267 { 11268 "id": "grep-cli 0.1.7 (path+file:///$ROOT$ripgrep/crates/cli)", 11269 "dependencies": [ 11270 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", 11271 "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11272 "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 11273 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11274 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11275 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11276 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 11277 "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 11278 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 11279 ], 11280 "deps": [ 11281 { 11282 "name": "atty", 11283 "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", 11284 "dep_kinds": [ 11285 { 11286 "kind": null, 11287 "target": null 11288 } 11289 ] 11290 }, 11291 { 11292 "name": "bstr", 11293 "pkg": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11294 "dep_kinds": [ 11295 { 11296 "kind": null, 11297 "target": null 11298 } 11299 ] 11300 }, 11301 { 11302 "name": "globset", 11303 "pkg": "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 11304 "dep_kinds": [ 11305 { 11306 "kind": null, 11307 "target": null 11308 } 11309 ] 11310 }, 11311 { 11312 "name": "lazy_static", 11313 "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11314 "dep_kinds": [ 11315 { 11316 "kind": null, 11317 "target": null 11318 } 11319 ] 11320 }, 11321 { 11322 "name": "log", 11323 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11324 "dep_kinds": [ 11325 { 11326 "kind": null, 11327 "target": null 11328 } 11329 ] 11330 }, 11331 { 11332 "name": "regex", 11333 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11334 "dep_kinds": [ 11335 { 11336 "kind": null, 11337 "target": null 11338 } 11339 ] 11340 }, 11341 { 11342 "name": "same_file", 11343 "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 11344 "dep_kinds": [ 11345 { 11346 "kind": null, 11347 "target": null 11348 } 11349 ] 11350 }, 11351 { 11352 "name": "termcolor", 11353 "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 11354 "dep_kinds": [ 11355 { 11356 "kind": null, 11357 "target": null 11358 } 11359 ] 11360 }, 11361 { 11362 "name": "winapi_util", 11363 "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 11364 "dep_kinds": [ 11365 { 11366 "kind": null, 11367 "target": "cfg(windows)" 11368 } 11369 ] 11370 } 11371 ], 11372 "features": [] 11373 }, 11374 { 11375 "id": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11376 "dependencies": [ 11377 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11378 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" 11379 ], 11380 "deps": [ 11381 { 11382 "name": "memchr", 11383 "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11384 "dep_kinds": [ 11385 { 11386 "kind": null, 11387 "target": null 11388 } 11389 ] 11390 }, 11391 { 11392 "name": "regex", 11393 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11394 "dep_kinds": [ 11395 { 11396 "kind": "dev", 11397 "target": null 11398 } 11399 ] 11400 } 11401 ], 11402 "features": [] 11403 }, 11404 { 11405 "id": "grep-pcre2 0.1.6 (path+file:///$ROOT$ripgrep/crates/pcre2)", 11406 "dependencies": [ 11407 "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11408 "pcre2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" 11409 ], 11410 "deps": [ 11411 { 11412 "name": "grep_matcher", 11413 "pkg": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11414 "dep_kinds": [ 11415 { 11416 "kind": null, 11417 "target": null 11418 } 11419 ] 11420 }, 11421 { 11422 "name": "pcre2", 11423 "pkg": "pcre2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 11424 "dep_kinds": [ 11425 { 11426 "kind": null, 11427 "target": null 11428 } 11429 ] 11430 } 11431 ], 11432 "features": [] 11433 }, 11434 { 11435 "id": "grep-printer 0.1.7 (path+file:///$ROOT$ripgrep/crates/printer)", 11436 "dependencies": [ 11437 "base64 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", 11438 "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11439 "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11440 "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11441 "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 11442 "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 11443 "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 11444 "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" 11445 ], 11446 "deps": [ 11447 { 11448 "name": "base64", 11449 "pkg": "base64 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", 11450 "dep_kinds": [ 11451 { 11452 "kind": null, 11453 "target": null 11454 } 11455 ] 11456 }, 11457 { 11458 "name": "bstr", 11459 "pkg": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11460 "dep_kinds": [ 11461 { 11462 "kind": null, 11463 "target": null 11464 } 11465 ] 11466 }, 11467 { 11468 "name": "grep_matcher", 11469 "pkg": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11470 "dep_kinds": [ 11471 { 11472 "kind": null, 11473 "target": null 11474 } 11475 ] 11476 }, 11477 { 11478 "name": "grep_regex", 11479 "pkg": "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11480 "dep_kinds": [ 11481 { 11482 "kind": "dev", 11483 "target": null 11484 } 11485 ] 11486 }, 11487 { 11488 "name": "grep_searcher", 11489 "pkg": "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 11490 "dep_kinds": [ 11491 { 11492 "kind": null, 11493 "target": null 11494 } 11495 ] 11496 }, 11497 { 11498 "name": "serde", 11499 "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 11500 "dep_kinds": [ 11501 { 11502 "kind": null, 11503 "target": null 11504 } 11505 ] 11506 }, 11507 { 11508 "name": "serde_json", 11509 "pkg": "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 11510 "dep_kinds": [ 11511 { 11512 "kind": null, 11513 "target": null 11514 } 11515 ] 11516 }, 11517 { 11518 "name": "termcolor", 11519 "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 11520 "dep_kinds": [ 11521 { 11522 "kind": null, 11523 "target": null 11524 } 11525 ] 11526 } 11527 ], 11528 "features": [ 11529 "base64", 11530 "default", 11531 "serde", 11532 "serde1", 11533 "serde_json" 11534 ] 11535 }, 11536 { 11537 "id": "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11538 "dependencies": [ 11539 "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 11540 "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11541 "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11542 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11543 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11544 "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", 11545 "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" 11546 ], 11547 "deps": [ 11548 { 11549 "name": "aho_corasick", 11550 "pkg": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 11551 "dep_kinds": [ 11552 { 11553 "kind": null, 11554 "target": null 11555 } 11556 ] 11557 }, 11558 { 11559 "name": "bstr", 11560 "pkg": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11561 "dep_kinds": [ 11562 { 11563 "kind": null, 11564 "target": null 11565 } 11566 ] 11567 }, 11568 { 11569 "name": "grep_matcher", 11570 "pkg": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11571 "dep_kinds": [ 11572 { 11573 "kind": null, 11574 "target": null 11575 } 11576 ] 11577 }, 11578 { 11579 "name": "log", 11580 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11581 "dep_kinds": [ 11582 { 11583 "kind": null, 11584 "target": null 11585 } 11586 ] 11587 }, 11588 { 11589 "name": "regex", 11590 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11591 "dep_kinds": [ 11592 { 11593 "kind": null, 11594 "target": null 11595 } 11596 ] 11597 }, 11598 { 11599 "name": "regex_syntax", 11600 "pkg": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", 11601 "dep_kinds": [ 11602 { 11603 "kind": null, 11604 "target": null 11605 } 11606 ] 11607 }, 11608 { 11609 "name": "thread_local", 11610 "pkg": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 11611 "dep_kinds": [ 11612 { 11613 "kind": null, 11614 "target": null 11615 } 11616 ] 11617 } 11618 ], 11619 "features": [] 11620 }, 11621 { 11622 "id": "grep-searcher 0.1.11 (path+file:///$ROOT$ripgrep/crates/searcher)", 11623 "dependencies": [ 11624 "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11625 "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", 11626 "encoding_rs 0.8.32 (registry+https://github.com/rust-lang/crates.io-index)", 11627 "encoding_rs_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 11628 "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11629 "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11630 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11631 "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", 11632 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" 11633 ], 11634 "deps": [ 11635 { 11636 "name": "bstr", 11637 "pkg": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11638 "dep_kinds": [ 11639 { 11640 "kind": null, 11641 "target": null 11642 } 11643 ] 11644 }, 11645 { 11646 "name": "bytecount", 11647 "pkg": "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", 11648 "dep_kinds": [ 11649 { 11650 "kind": null, 11651 "target": null 11652 } 11653 ] 11654 }, 11655 { 11656 "name": "encoding_rs", 11657 "pkg": "encoding_rs 0.8.32 (registry+https://github.com/rust-lang/crates.io-index)", 11658 "dep_kinds": [ 11659 { 11660 "kind": null, 11661 "target": null 11662 } 11663 ] 11664 }, 11665 { 11666 "name": "encoding_rs_io", 11667 "pkg": "encoding_rs_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 11668 "dep_kinds": [ 11669 { 11670 "kind": null, 11671 "target": null 11672 } 11673 ] 11674 }, 11675 { 11676 "name": "grep_matcher", 11677 "pkg": "grep-matcher 0.1.6 (path+file:///$ROOT$ripgrep/crates/matcher)", 11678 "dep_kinds": [ 11679 { 11680 "kind": null, 11681 "target": null 11682 } 11683 ] 11684 }, 11685 { 11686 "name": "grep_regex", 11687 "pkg": "grep-regex 0.1.11 (path+file:///$ROOT$ripgrep/crates/regex)", 11688 "dep_kinds": [ 11689 { 11690 "kind": "dev", 11691 "target": null 11692 } 11693 ] 11694 }, 11695 { 11696 "name": "log", 11697 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11698 "dep_kinds": [ 11699 { 11700 "kind": null, 11701 "target": null 11702 } 11703 ] 11704 }, 11705 { 11706 "name": "memmap", 11707 "pkg": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", 11708 "dep_kinds": [ 11709 { 11710 "kind": null, 11711 "target": null 11712 } 11713 ] 11714 }, 11715 { 11716 "name": "regex", 11717 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11718 "dep_kinds": [ 11719 { 11720 "kind": "dev", 11721 "target": null 11722 } 11723 ] 11724 } 11725 ], 11726 "features": [ 11727 "default" 11728 ] 11729 }, 11730 { 11731 "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 11732 "dependencies": [ 11733 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)" 11734 ], 11735 "deps": [ 11736 { 11737 "name": "libc", 11738 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 11739 "dep_kinds": [ 11740 { 11741 "kind": null, 11742 "target": null 11743 } 11744 ] 11745 } 11746 ], 11747 "features": [ 11748 "default" 11749 ] 11750 }, 11751 { 11752 "id": "ignore 0.4.20 (path+file:///$ROOT$ripgrep/crates/ignore)", 11753 "dependencies": [ 11754 "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", 11755 "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 11756 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11757 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11758 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11759 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11760 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 11761 "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 11762 "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 11763 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 11764 ], 11765 "deps": [ 11766 { 11767 "name": "crossbeam_channel", 11768 "pkg": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", 11769 "dep_kinds": [ 11770 { 11771 "kind": "dev", 11772 "target": null 11773 } 11774 ] 11775 }, 11776 { 11777 "name": "globset", 11778 "pkg": "globset 0.4.10 (path+file:///$ROOT$ripgrep/crates/globset)", 11779 "dep_kinds": [ 11780 { 11781 "kind": null, 11782 "target": null 11783 } 11784 ] 11785 }, 11786 { 11787 "name": "lazy_static", 11788 "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11789 "dep_kinds": [ 11790 { 11791 "kind": null, 11792 "target": null 11793 } 11794 ] 11795 }, 11796 { 11797 "name": "log", 11798 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11799 "dep_kinds": [ 11800 { 11801 "kind": null, 11802 "target": null 11803 } 11804 ] 11805 }, 11806 { 11807 "name": "memchr", 11808 "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11809 "dep_kinds": [ 11810 { 11811 "kind": null, 11812 "target": null 11813 } 11814 ] 11815 }, 11816 { 11817 "name": "regex", 11818 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 11819 "dep_kinds": [ 11820 { 11821 "kind": null, 11822 "target": null 11823 } 11824 ] 11825 }, 11826 { 11827 "name": "same_file", 11828 "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 11829 "dep_kinds": [ 11830 { 11831 "kind": null, 11832 "target": null 11833 } 11834 ] 11835 }, 11836 { 11837 "name": "thread_local", 11838 "pkg": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 11839 "dep_kinds": [ 11840 { 11841 "kind": null, 11842 "target": null 11843 } 11844 ] 11845 }, 11846 { 11847 "name": "walkdir", 11848 "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 11849 "dep_kinds": [ 11850 { 11851 "kind": null, 11852 "target": null 11853 } 11854 ] 11855 }, 11856 { 11857 "name": "winapi_util", 11858 "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 11859 "dep_kinds": [ 11860 { 11861 "kind": null, 11862 "target": "cfg(windows)" 11863 } 11864 ] 11865 } 11866 ], 11867 "features": [] 11868 }, 11869 { 11870 "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 11871 "dependencies": [], 11872 "deps": [], 11873 "features": [] 11874 }, 11875 { 11876 "id": "jemalloc-sys 0.5.3+5.3.0-patched (registry+https://github.com/rust-lang/crates.io-index)", 11877 "dependencies": [ 11878 "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", 11879 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)" 11880 ], 11881 "deps": [ 11882 { 11883 "name": "cc", 11884 "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", 11885 "dep_kinds": [ 11886 { 11887 "kind": "build", 11888 "target": null 11889 } 11890 ] 11891 }, 11892 { 11893 "name": "libc", 11894 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 11895 "dep_kinds": [ 11896 { 11897 "kind": null, 11898 "target": null 11899 } 11900 ] 11901 } 11902 ], 11903 "features": [ 11904 "background_threads_runtime_support" 11905 ] 11906 }, 11907 { 11908 "id": "jemallocator 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11909 "dependencies": [ 11910 "jemalloc-sys 0.5.3+5.3.0-patched (registry+https://github.com/rust-lang/crates.io-index)", 11911 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)" 11912 ], 11913 "deps": [ 11914 { 11915 "name": "jemalloc_sys", 11916 "pkg": "jemalloc-sys 0.5.3+5.3.0-patched (registry+https://github.com/rust-lang/crates.io-index)", 11917 "dep_kinds": [ 11918 { 11919 "kind": null, 11920 "target": null 11921 } 11922 ] 11923 }, 11924 { 11925 "name": "libc", 11926 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 11927 "dep_kinds": [ 11928 { 11929 "kind": null, 11930 "target": null 11931 } 11932 ] 11933 } 11934 ], 11935 "features": [ 11936 "background_threads_runtime_support", 11937 "default" 11938 ] 11939 }, 11940 { 11941 "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 11942 "dependencies": [ 11943 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)" 11944 ], 11945 "deps": [ 11946 { 11947 "name": "libc", 11948 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 11949 "dep_kinds": [ 11950 { 11951 "kind": null, 11952 "target": "cfg(unix)" 11953 } 11954 ] 11955 } 11956 ], 11957 "features": [] 11958 }, 11959 { 11960 "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 11961 "dependencies": [], 11962 "deps": [], 11963 "features": [] 11964 }, 11965 { 11966 "id": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 11967 "dependencies": [], 11968 "deps": [], 11969 "features": [ 11970 "default", 11971 "std" 11972 ] 11973 }, 11974 { 11975 "id": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 11976 "dependencies": [ 11977 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" 11978 ], 11979 "deps": [ 11980 { 11981 "name": "cfg_if", 11982 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 11983 "dep_kinds": [ 11984 { 11985 "kind": null, 11986 "target": null 11987 } 11988 ] 11989 } 11990 ], 11991 "features": [] 11992 }, 11993 { 11994 "id": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11995 "dependencies": [], 11996 "deps": [], 11997 "features": [ 11998 "default", 11999 "std" 12000 ] 12001 }, 12002 { 12003 "id": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", 12004 "dependencies": [ 12005 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)" 12006 ], 12007 "deps": [ 12008 { 12009 "name": "libc", 12010 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 12011 "dep_kinds": [ 12012 { 12013 "kind": null, 12014 "target": "cfg(unix)" 12015 } 12016 ] 12017 } 12018 ], 12019 "features": [] 12020 }, 12021 { 12022 "id": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 12023 "dependencies": [], 12024 "deps": [], 12025 "features": [ 12026 "alloc", 12027 "default", 12028 "race", 12029 "std" 12030 ] 12031 }, 12032 { 12033 "id": "pcre2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 12034 "dependencies": [ 12035 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 12036 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 12037 "pcre2-sys 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 12038 "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" 12039 ], 12040 "deps": [ 12041 { 12042 "name": "libc", 12043 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 12044 "dep_kinds": [ 12045 { 12046 "kind": null, 12047 "target": null 12048 } 12049 ] 12050 }, 12051 { 12052 "name": "log", 12053 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 12054 "dep_kinds": [ 12055 { 12056 "kind": null, 12057 "target": null 12058 } 12059 ] 12060 }, 12061 { 12062 "name": "pcre2_sys", 12063 "pkg": "pcre2-sys 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 12064 "dep_kinds": [ 12065 { 12066 "kind": null, 12067 "target": null 12068 } 12069 ] 12070 }, 12071 { 12072 "name": "thread_local", 12073 "pkg": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 12074 "dep_kinds": [ 12075 { 12076 "kind": null, 12077 "target": null 12078 } 12079 ] 12080 } 12081 ], 12082 "features": [] 12083 }, 12084 { 12085 "id": "pcre2-sys 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 12086 "dependencies": [ 12087 "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", 12088 "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 12089 "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" 12090 ], 12091 "deps": [ 12092 { 12093 "name": "cc", 12094 "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", 12095 "dep_kinds": [ 12096 { 12097 "kind": "build", 12098 "target": null 12099 } 12100 ] 12101 }, 12102 { 12103 "name": "libc", 12104 "pkg": "libc 0.2.142 (registry+https://github.com/rust-lang/crates.io-index)", 12105 "dep_kinds": [ 12106 { 12107 "kind": null, 12108 "target": null 12109 } 12110 ] 12111 }, 12112 { 12113 "name": "pkg_config", 12114 "pkg": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", 12115 "dep_kinds": [ 12116 { 12117 "kind": "build", 12118 "target": null 12119 } 12120 ] 12121 } 12122 ], 12123 "features": [] 12124 }, 12125 { 12126 "id": "pkg-config 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", 12127 "dependencies": [], 12128 "deps": [], 12129 "features": [] 12130 }, 12131 { 12132 "id": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 12133 "dependencies": [ 12134 "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 12135 ], 12136 "deps": [ 12137 { 12138 "name": "unicode_ident", 12139 "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 12140 "dep_kinds": [ 12141 { 12142 "kind": null, 12143 "target": null 12144 } 12145 ] 12146 } 12147 ], 12148 "features": [ 12149 "default", 12150 "proc-macro" 12151 ] 12152 }, 12153 { 12154 "id": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 12155 "dependencies": [ 12156 "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" 12157 ], 12158 "deps": [ 12159 { 12160 "name": "proc_macro2", 12161 "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 12162 "dep_kinds": [ 12163 { 12164 "kind": null, 12165 "target": null 12166 } 12167 ] 12168 } 12169 ], 12170 "features": [ 12171 "default", 12172 "proc-macro" 12173 ] 12174 }, 12175 { 12176 "id": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 12177 "dependencies": [ 12178 "aho-corasick 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 12179 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 12180 "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" 12181 ], 12182 "deps": [ 12183 { 12184 "name": "aho_corasick", 12185 "pkg": "aho-corasick 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 12186 "dep_kinds": [ 12187 { 12188 "kind": null, 12189 "target": null 12190 } 12191 ] 12192 }, 12193 { 12194 "name": "memchr", 12195 "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 12196 "dep_kinds": [ 12197 { 12198 "kind": null, 12199 "target": null 12200 } 12201 ] 12202 }, 12203 { 12204 "name": "regex_syntax", 12205 "pkg": "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 12206 "dep_kinds": [ 12207 { 12208 "kind": null, 12209 "target": null 12210 } 12211 ] 12212 } 12213 ], 12214 "features": [ 12215 "aho-corasick", 12216 "default", 12217 "memchr", 12218 "perf", 12219 "perf-cache", 12220 "perf-dfa", 12221 "perf-inline", 12222 "perf-literal", 12223 "std", 12224 "unicode", 12225 "unicode-age", 12226 "unicode-bool", 12227 "unicode-case", 12228 "unicode-gencat", 12229 "unicode-perl", 12230 "unicode-script", 12231 "unicode-segment" 12232 ] 12233 }, 12234 { 12235 "id": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 12236 "dependencies": [], 12237 "deps": [], 12238 "features": [] 12239 }, 12240 { 12241 "id": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", 12242 "dependencies": [], 12243 "deps": [], 12244 "features": [ 12245 "default", 12246 "unicode", 12247 "unicode-age", 12248 "unicode-bool", 12249 "unicode-case", 12250 "unicode-gencat", 12251 "unicode-perl", 12252 "unicode-script", 12253 "unicode-segment" 12254 ] 12255 }, 12256 { 12257 "id": "regex-syntax 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 12258 "dependencies": [], 12259 "deps": [], 12260 "features": [ 12261 "default", 12262 "std", 12263 "unicode", 12264 "unicode-age", 12265 "unicode-bool", 12266 "unicode-case", 12267 "unicode-gencat", 12268 "unicode-perl", 12269 "unicode-script", 12270 "unicode-segment" 12271 ] 12272 }, 12273 { 12274 "id": "ripgrep 13.0.0 (path+file:///$ROOT$ripgrep)", 12275 "dependencies": [ 12276 "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12277 "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", 12278 "grep 0.2.11 (path+file:///$ROOT$ripgrep/crates/grep)", 12279 "ignore 0.4.20 (path+file:///$ROOT$ripgrep/crates/ignore)", 12280 "jemallocator 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 12281 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12282 "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 12283 "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 12284 "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12285 "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12286 "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 12287 "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 12288 "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" 12289 ], 12290 "deps": [ 12291 { 12292 "name": "bstr", 12293 "pkg": "bstr 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12294 "dep_kinds": [ 12295 { 12296 "kind": null, 12297 "target": null 12298 } 12299 ] 12300 }, 12301 { 12302 "name": "clap", 12303 "pkg": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", 12304 "dep_kinds": [ 12305 { 12306 "kind": null, 12307 "target": null 12308 }, 12309 { 12310 "kind": "build", 12311 "target": null 12312 } 12313 ] 12314 }, 12315 { 12316 "name": "grep", 12317 "pkg": "grep 0.2.11 (path+file:///$ROOT$ripgrep/crates/grep)", 12318 "dep_kinds": [ 12319 { 12320 "kind": null, 12321 "target": null 12322 } 12323 ] 12324 }, 12325 { 12326 "name": "ignore", 12327 "pkg": "ignore 0.4.20 (path+file:///$ROOT$ripgrep/crates/ignore)", 12328 "dep_kinds": [ 12329 { 12330 "kind": null, 12331 "target": null 12332 } 12333 ] 12334 }, 12335 { 12336 "name": "jemallocator", 12337 "pkg": "jemallocator 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 12338 "dep_kinds": [ 12339 { 12340 "kind": null, 12341 "target": "cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))" 12342 } 12343 ] 12344 }, 12345 { 12346 "name": "lazy_static", 12347 "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12348 "dep_kinds": [ 12349 { 12350 "kind": null, 12351 "target": null 12352 }, 12353 { 12354 "kind": "build", 12355 "target": null 12356 } 12357 ] 12358 }, 12359 { 12360 "name": "log", 12361 "pkg": "log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", 12362 "dep_kinds": [ 12363 { 12364 "kind": null, 12365 "target": null 12366 } 12367 ] 12368 }, 12369 { 12370 "name": "regex", 12371 "pkg": "regex 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 12372 "dep_kinds": [ 12373 { 12374 "kind": null, 12375 "target": null 12376 } 12377 ] 12378 }, 12379 { 12380 "name": "serde", 12381 "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12382 "dep_kinds": [ 12383 { 12384 "kind": "dev", 12385 "target": null 12386 } 12387 ] 12388 }, 12389 { 12390 "name": "serde_derive", 12391 "pkg": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12392 "dep_kinds": [ 12393 { 12394 "kind": "dev", 12395 "target": null 12396 } 12397 ] 12398 }, 12399 { 12400 "name": "serde_json", 12401 "pkg": "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 12402 "dep_kinds": [ 12403 { 12404 "kind": null, 12405 "target": null 12406 } 12407 ] 12408 }, 12409 { 12410 "name": "termcolor", 12411 "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 12412 "dep_kinds": [ 12413 { 12414 "kind": null, 12415 "target": null 12416 } 12417 ] 12418 }, 12419 { 12420 "name": "walkdir", 12421 "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 12422 "dep_kinds": [ 12423 { 12424 "kind": "dev", 12425 "target": null 12426 } 12427 ] 12428 } 12429 ], 12430 "features": [] 12431 }, 12432 { 12433 "id": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", 12434 "dependencies": [], 12435 "deps": [], 12436 "features": [] 12437 }, 12438 { 12439 "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12440 "dependencies": [ 12441 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 12442 ], 12443 "deps": [ 12444 { 12445 "name": "winapi_util", 12446 "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 12447 "dep_kinds": [ 12448 { 12449 "kind": null, 12450 "target": "cfg(windows)" 12451 } 12452 ] 12453 } 12454 ], 12455 "features": [] 12456 }, 12457 { 12458 "id": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12459 "dependencies": [ 12460 "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)" 12461 ], 12462 "deps": [ 12463 { 12464 "name": "serde_derive", 12465 "pkg": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12466 "dep_kinds": [ 12467 { 12468 "kind": null, 12469 "target": null 12470 } 12471 ] 12472 } 12473 ], 12474 "features": [ 12475 "alloc", 12476 "default", 12477 "derive", 12478 "serde_derive", 12479 "std" 12480 ] 12481 }, 12482 { 12483 "id": "serde_derive 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12484 "dependencies": [ 12485 "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 12486 "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 12487 "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)" 12488 ], 12489 "deps": [ 12490 { 12491 "name": "proc_macro2", 12492 "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 12493 "dep_kinds": [ 12494 { 12495 "kind": null, 12496 "target": null 12497 } 12498 ] 12499 }, 12500 { 12501 "name": "quote", 12502 "pkg": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 12503 "dep_kinds": [ 12504 { 12505 "kind": null, 12506 "target": null 12507 } 12508 ] 12509 }, 12510 { 12511 "name": "syn", 12512 "pkg": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)", 12513 "dep_kinds": [ 12514 { 12515 "kind": null, 12516 "target": null 12517 } 12518 ] 12519 } 12520 ], 12521 "features": [ 12522 "default" 12523 ] 12524 }, 12525 { 12526 "id": "serde_json 1.0.96 (registry+https://github.com/rust-lang/crates.io-index)", 12527 "dependencies": [ 12528 "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12529 "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", 12530 "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)" 12531 ], 12532 "deps": [ 12533 { 12534 "name": "itoa", 12535 "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12536 "dep_kinds": [ 12537 { 12538 "kind": null, 12539 "target": null 12540 } 12541 ] 12542 }, 12543 { 12544 "name": "ryu", 12545 "pkg": "ryu 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", 12546 "dep_kinds": [ 12547 { 12548 "kind": null, 12549 "target": null 12550 } 12551 ] 12552 }, 12553 { 12554 "name": "serde", 12555 "pkg": "serde 1.0.160 (registry+https://github.com/rust-lang/crates.io-index)", 12556 "dep_kinds": [ 12557 { 12558 "kind": null, 12559 "target": null 12560 } 12561 ] 12562 } 12563 ], 12564 "features": [ 12565 "default", 12566 "std" 12567 ] 12568 }, 12569 { 12570 "id": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 12571 "dependencies": [], 12572 "deps": [], 12573 "features": [] 12574 }, 12575 { 12576 "id": "syn 2.0.15 (registry+https://github.com/rust-lang/crates.io-index)", 12577 "dependencies": [ 12578 "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 12579 "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 12580 "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" 12581 ], 12582 "deps": [ 12583 { 12584 "name": "proc_macro2", 12585 "pkg": "proc-macro2 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", 12586 "dep_kinds": [ 12587 { 12588 "kind": null, 12589 "target": null 12590 } 12591 ] 12592 }, 12593 { 12594 "name": "quote", 12595 "pkg": "quote 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", 12596 "dep_kinds": [ 12597 { 12598 "kind": null, 12599 "target": null 12600 } 12601 ] 12602 }, 12603 { 12604 "name": "unicode_ident", 12605 "pkg": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 12606 "dep_kinds": [ 12607 { 12608 "kind": null, 12609 "target": null 12610 } 12611 ] 12612 } 12613 ], 12614 "features": [ 12615 "clone-impls", 12616 "default", 12617 "derive", 12618 "parsing", 12619 "printing", 12620 "proc-macro", 12621 "quote" 12622 ] 12623 }, 12624 { 12625 "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 12626 "dependencies": [ 12627 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 12628 ], 12629 "deps": [ 12630 { 12631 "name": "winapi_util", 12632 "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 12633 "dep_kinds": [ 12634 { 12635 "kind": null, 12636 "target": "cfg(windows)" 12637 } 12638 ] 12639 } 12640 ], 12641 "features": [] 12642 }, 12643 { 12644 "id": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 12645 "dependencies": [ 12646 "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" 12647 ], 12648 "deps": [ 12649 { 12650 "name": "unicode_width", 12651 "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 12652 "dep_kinds": [ 12653 { 12654 "kind": null, 12655 "target": null 12656 } 12657 ] 12658 } 12659 ], 12660 "features": [] 12661 }, 12662 { 12663 "id": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 12664 "dependencies": [ 12665 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 12666 "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)" 12667 ], 12668 "deps": [ 12669 { 12670 "name": "cfg_if", 12671 "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 12672 "dep_kinds": [ 12673 { 12674 "kind": null, 12675 "target": null 12676 } 12677 ] 12678 }, 12679 { 12680 "name": "once_cell", 12681 "pkg": "once_cell 1.17.1 (registry+https://github.com/rust-lang/crates.io-index)", 12682 "dep_kinds": [ 12683 { 12684 "kind": null, 12685 "target": null 12686 } 12687 ] 12688 } 12689 ], 12690 "features": [] 12691 }, 12692 { 12693 "id": "unicode-ident 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 12694 "dependencies": [], 12695 "deps": [], 12696 "features": [] 12697 }, 12698 { 12699 "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 12700 "dependencies": [], 12701 "deps": [], 12702 "features": [ 12703 "default" 12704 ] 12705 }, 12706 { 12707 "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 12708 "dependencies": [ 12709 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12710 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" 12711 ], 12712 "deps": [ 12713 { 12714 "name": "same_file", 12715 "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 12716 "dep_kinds": [ 12717 { 12718 "kind": null, 12719 "target": null 12720 } 12721 ] 12722 }, 12723 { 12724 "name": "winapi_util", 12725 "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 12726 "dep_kinds": [ 12727 { 12728 "kind": null, 12729 "target": "cfg(windows)" 12730 } 12731 ] 12732 } 12733 ], 12734 "features": [] 12735 }, 12736 { 12737 "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 12738 "dependencies": [ 12739 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12740 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" 12741 ], 12742 "deps": [ 12743 { 12744 "name": "winapi_i686_pc_windows_gnu", 12745 "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12746 "dep_kinds": [ 12747 { 12748 "kind": null, 12749 "target": "i686-pc-windows-gnu" 12750 } 12751 ] 12752 }, 12753 { 12754 "name": "winapi_x86_64_pc_windows_gnu", 12755 "pkg": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12756 "dep_kinds": [ 12757 { 12758 "kind": null, 12759 "target": "x86_64-pc-windows-gnu" 12760 } 12761 ] 12762 } 12763 ], 12764 "features": [ 12765 "consoleapi", 12766 "errhandlingapi", 12767 "fileapi", 12768 "minwinbase", 12769 "minwindef", 12770 "processenv", 12771 "std", 12772 "winbase", 12773 "wincon", 12774 "winerror", 12775 "winnt" 12776 ] 12777 }, 12778 { 12779 "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12780 "dependencies": [], 12781 "deps": [], 12782 "features": [] 12783 }, 12784 { 12785 "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 12786 "dependencies": [ 12787 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" 12788 ], 12789 "deps": [ 12790 { 12791 "name": "winapi", 12792 "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 12793 "dep_kinds": [ 12794 { 12795 "kind": null, 12796 "target": "cfg(windows)" 12797 } 12798 ] 12799 } 12800 ], 12801 "features": [] 12802 }, 12803 { 12804 "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 12805 "dependencies": [], 12806 "deps": [], 12807 "features": [] 12808 } 12809 ], 12810 "root": "ripgrep 13.0.0 (path+file:///$ROOT$ripgrep)" 12811 }, 12812 "target_directory": "$ROOT$ripgrep/target", 12813 "version": 1, 12814 "workspace_root": "$ROOT$ripgrep", 12815 "metadata": null 12816} 12817