1{ 2 "metadata": null, 3 "packages": [ 4 { 5 "authors": [ 6 "rushmorem <[email protected]>" 7 ], 8 "categories": [], 9 "default_run": null, 10 "dependencies": [ 11 { 12 "features": [ 13 "serde" 14 ], 15 "kind": null, 16 "name": "no-std-net", 17 "optional": true, 18 "registry": null, 19 "rename": null, 20 "req": "^0.5.0", 21 "source": "registry+https://github.com/rust-lang/crates.io-index", 22 "target": null, 23 "uses_default_features": false 24 }, 25 { 26 "features": [], 27 "kind": null, 28 "name": "psl", 29 "optional": true, 30 "registry": null, 31 "rename": null, 32 "req": "^2.0.67", 33 "source": "registry+https://github.com/rust-lang/crates.io-index", 34 "target": null, 35 "uses_default_features": true 36 }, 37 { 38 "features": [], 39 "kind": null, 40 "name": "psl-types", 41 "optional": false, 42 "registry": null, 43 "rename": null, 44 "req": "^2.0.10", 45 "source": "registry+https://github.com/rust-lang/crates.io-index", 46 "target": null, 47 "uses_default_features": true 48 }, 49 { 50 "features": [], 51 "kind": null, 52 "name": "publicsuffix", 53 "optional": true, 54 "registry": null, 55 "rename": null, 56 "req": "^2.1.1", 57 "source": "registry+https://github.com/rust-lang/crates.io-index", 58 "target": null, 59 "uses_default_features": true 60 }, 61 { 62 "features": [], 63 "kind": null, 64 "name": "serde", 65 "optional": true, 66 "registry": null, 67 "rename": null, 68 "req": "^1.0.134", 69 "source": "registry+https://github.com/rust-lang/crates.io-index", 70 "target": null, 71 "uses_default_features": false 72 }, 73 { 74 "features": [], 75 "kind": "dev", 76 "name": "criterion", 77 "optional": false, 78 "registry": null, 79 "rename": null, 80 "req": "^0.3.5", 81 "source": "registry+https://github.com/rust-lang/crates.io-index", 82 "target": null, 83 "uses_default_features": true 84 }, 85 { 86 "features": [], 87 "kind": "dev", 88 "name": "lazy_static", 89 "optional": false, 90 "registry": null, 91 "rename": null, 92 "req": "^1.4.0", 93 "source": "registry+https://github.com/rust-lang/crates.io-index", 94 "target": null, 95 "uses_default_features": true 96 }, 97 { 98 "features": [], 99 "kind": "dev", 100 "name": "psl", 101 "optional": false, 102 "registry": null, 103 "rename": null, 104 "req": "^2.0.67", 105 "source": "registry+https://github.com/rust-lang/crates.io-index", 106 "target": null, 107 "uses_default_features": true 108 }, 109 { 110 "features": [], 111 "kind": "dev", 112 "name": "publicsuffix", 113 "optional": false, 114 "registry": null, 115 "rename": null, 116 "req": "^2.1.1", 117 "source": "registry+https://github.com/rust-lang/crates.io-index", 118 "target": null, 119 "uses_default_features": true 120 }, 121 { 122 "features": [], 123 "kind": "dev", 124 "name": "rspec", 125 "optional": false, 126 "registry": null, 127 "rename": null, 128 "req": "^1.0.0", 129 "source": "registry+https://github.com/rust-lang/crates.io-index", 130 "target": null, 131 "uses_default_features": true 132 }, 133 { 134 "features": [ 135 "derive" 136 ], 137 "kind": "dev", 138 "name": "serde", 139 "optional": false, 140 "registry": null, 141 "rename": null, 142 "req": "^1.0.134", 143 "source": "registry+https://github.com/rust-lang/crates.io-index", 144 "target": null, 145 "uses_default_features": true 146 }, 147 { 148 "features": [], 149 "kind": "dev", 150 "name": "serde_json", 151 "optional": false, 152 "registry": null, 153 "rename": null, 154 "req": "^1.0.75", 155 "source": "registry+https://github.com/rust-lang/crates.io-index", 156 "target": null, 157 "uses_default_features": true 158 } 159 ], 160 "description": "A library for parsing domain names", 161 "documentation": "https://docs.rs/addr", 162 "edition": "2018", 163 "features": { 164 "default": [ 165 "psl", 166 "std" 167 ], 168 "idna": [], 169 "net": [ 170 "no-std-net" 171 ], 172 "no-std-net": [ 173 "dep:no-std-net" 174 ], 175 "psl": [ 176 "dep:psl" 177 ], 178 "publicsuffix": [ 179 "dep:publicsuffix" 180 ], 181 "serde": [ 182 "dep:serde" 183 ], 184 "std": [] 185 }, 186 "homepage": null, 187 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 188 "keywords": [ 189 "tld", 190 "gtld", 191 "cctld", 192 "domain", 193 "no_std" 194 ], 195 "license": "MIT/Apache-2.0", 196 "license_file": null, 197 "links": null, 198 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr-0.15.6/Cargo.toml", 199 "metadata": null, 200 "name": "addr", 201 "publish": null, 202 "readme": "README.md", 203 "repository": "https://github.com/addr-rs/addr", 204 "rust_version": null, 205 "source": "registry+https://github.com/rust-lang/crates.io-index", 206 "targets": [ 207 { 208 "crate_types": [ 209 "lib" 210 ], 211 "doc": true, 212 "doctest": true, 213 "edition": "2018", 214 "kind": [ 215 "lib" 216 ], 217 "name": "addr", 218 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr-0.15.6/src/lib.rs", 219 "test": true 220 }, 221 { 222 "crate_types": [ 223 "bin" 224 ], 225 "doc": false, 226 "doctest": false, 227 "edition": "2018", 228 "kind": [ 229 "test" 230 ], 231 "name": "integration", 232 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr-0.15.6/tests/integration.rs", 233 "test": true 234 }, 235 { 236 "crate_types": [ 237 "bin" 238 ], 239 "doc": false, 240 "doctest": false, 241 "edition": "2018", 242 "kind": [ 243 "bench" 244 ], 245 "name": "list_benchmark", 246 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr-0.15.6/benches/list_benchmark.rs", 247 "test": false 248 } 249 ], 250 "version": "0.15.6" 251 }, 252 { 253 "authors": [], 254 "categories": [ 255 "development-tools::debugging" 256 ], 257 "default_run": null, 258 "dependencies": [ 259 { 260 "features": [], 261 "kind": null, 262 "name": "rustc-std-workspace-alloc", 263 "optional": true, 264 "registry": null, 265 "rename": "alloc", 266 "req": "^1.0.0", 267 "source": "registry+https://github.com/rust-lang/crates.io-index", 268 "target": null, 269 "uses_default_features": true 270 }, 271 { 272 "features": [], 273 "kind": null, 274 "name": "compiler_builtins", 275 "optional": true, 276 "registry": null, 277 "rename": null, 278 "req": "^0.1.2", 279 "source": "registry+https://github.com/rust-lang/crates.io-index", 280 "target": null, 281 "uses_default_features": true 282 }, 283 { 284 "features": [], 285 "kind": null, 286 "name": "rustc-std-workspace-core", 287 "optional": true, 288 "registry": null, 289 "rename": "core", 290 "req": "^1.0.0", 291 "source": "registry+https://github.com/rust-lang/crates.io-index", 292 "target": null, 293 "uses_default_features": true 294 }, 295 { 296 "features": [ 297 "alloc" 298 ], 299 "kind": null, 300 "name": "cpp_demangle", 301 "optional": true, 302 "registry": null, 303 "rename": null, 304 "req": "^0.4", 305 "source": "registry+https://github.com/rust-lang/crates.io-index", 306 "target": null, 307 "uses_default_features": false 308 }, 309 { 310 "features": [], 311 "kind": null, 312 "name": "fallible-iterator", 313 "optional": true, 314 "registry": null, 315 "rename": null, 316 "req": "^0.3.0", 317 "source": "registry+https://github.com/rust-lang/crates.io-index", 318 "target": null, 319 "uses_default_features": false 320 }, 321 { 322 "features": [ 323 "read" 324 ], 325 "kind": null, 326 "name": "gimli", 327 "optional": false, 328 "registry": null, 329 "rename": null, 330 "req": "^0.28.0", 331 "source": "registry+https://github.com/rust-lang/crates.io-index", 332 "target": null, 333 "uses_default_features": false 334 }, 335 { 336 "features": [], 337 "kind": null, 338 "name": "memmap2", 339 "optional": true, 340 "registry": null, 341 "rename": null, 342 "req": "^0.5.5", 343 "source": "registry+https://github.com/rust-lang/crates.io-index", 344 "target": null, 345 "uses_default_features": true 346 }, 347 { 348 "features": [ 349 "read" 350 ], 351 "kind": null, 352 "name": "object", 353 "optional": true, 354 "registry": null, 355 "rename": null, 356 "req": "^0.32.0", 357 "source": "registry+https://github.com/rust-lang/crates.io-index", 358 "target": null, 359 "uses_default_features": false 360 }, 361 { 362 "features": [], 363 "kind": null, 364 "name": "rustc-demangle", 365 "optional": true, 366 "registry": null, 367 "rename": null, 368 "req": "^0.1", 369 "source": "registry+https://github.com/rust-lang/crates.io-index", 370 "target": null, 371 "uses_default_features": true 372 }, 373 { 374 "features": [], 375 "kind": null, 376 "name": "smallvec", 377 "optional": true, 378 "registry": null, 379 "rename": null, 380 "req": "^1", 381 "source": "registry+https://github.com/rust-lang/crates.io-index", 382 "target": null, 383 "uses_default_features": false 384 }, 385 { 386 "features": [], 387 "kind": "dev", 388 "name": "backtrace", 389 "optional": false, 390 "registry": null, 391 "rename": null, 392 "req": "^0.3.13", 393 "source": "registry+https://github.com/rust-lang/crates.io-index", 394 "target": null, 395 "uses_default_features": true 396 }, 397 { 398 "features": [ 399 "wrap_help" 400 ], 401 "kind": "dev", 402 "name": "clap", 403 "optional": false, 404 "registry": null, 405 "rename": null, 406 "req": "^4.3.21", 407 "source": "registry+https://github.com/rust-lang/crates.io-index", 408 "target": null, 409 "uses_default_features": true 410 }, 411 { 412 "features": [], 413 "kind": "dev", 414 "name": "findshlibs", 415 "optional": false, 416 "registry": null, 417 "rename": null, 418 "req": "^0.10", 419 "source": "registry+https://github.com/rust-lang/crates.io-index", 420 "target": null, 421 "uses_default_features": true 422 }, 423 { 424 "features": [], 425 "kind": "dev", 426 "name": "libtest-mimic", 427 "optional": false, 428 "registry": null, 429 "rename": null, 430 "req": "^0.6.1", 431 "source": "registry+https://github.com/rust-lang/crates.io-index", 432 "target": null, 433 "uses_default_features": true 434 }, 435 { 436 "features": [], 437 "kind": "dev", 438 "name": "typed-arena", 439 "optional": false, 440 "registry": null, 441 "rename": null, 442 "req": "^2", 443 "source": "registry+https://github.com/rust-lang/crates.io-index", 444 "target": null, 445 "uses_default_features": true 446 } 447 ], 448 "description": "A cross-platform symbolication library written in Rust, using `gimli`", 449 "documentation": "https://docs.rs/addr2line", 450 "edition": "2018", 451 "features": { 452 "alloc": [ 453 "dep:alloc" 454 ], 455 "compiler_builtins": [ 456 "dep:compiler_builtins" 457 ], 458 "core": [ 459 "dep:core" 460 ], 461 "cpp_demangle": [ 462 "dep:cpp_demangle" 463 ], 464 "default": [ 465 "rustc-demangle", 466 "cpp_demangle", 467 "std-object", 468 "fallible-iterator", 469 "smallvec", 470 "memmap2" 471 ], 472 "fallible-iterator": [ 473 "dep:fallible-iterator" 474 ], 475 "memmap2": [ 476 "dep:memmap2" 477 ], 478 "object": [ 479 "dep:object" 480 ], 481 "rustc-demangle": [ 482 "dep:rustc-demangle" 483 ], 484 "rustc-dep-of-std": [ 485 "core", 486 "alloc", 487 "compiler_builtins", 488 "gimli/rustc-dep-of-std" 489 ], 490 "smallvec": [ 491 "dep:smallvec" 492 ], 493 "std": [ 494 "gimli/std" 495 ], 496 "std-object": [ 497 "std", 498 "object", 499 "object/std", 500 "object/compression", 501 "gimli/endian-reader" 502 ] 503 }, 504 "homepage": null, 505 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 506 "keywords": [ 507 "DWARF", 508 "debug", 509 "elf", 510 "symbolicate", 511 "atos" 512 ], 513 "license": "Apache-2.0 OR MIT", 514 "license_file": null, 515 "links": null, 516 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/Cargo.toml", 517 "metadata": null, 518 "name": "addr2line", 519 "publish": null, 520 "readme": "./README.md", 521 "repository": "https://github.com/gimli-rs/addr2line", 522 "rust_version": "1.65", 523 "source": "registry+https://github.com/rust-lang/crates.io-index", 524 "targets": [ 525 { 526 "crate_types": [ 527 "lib" 528 ], 529 "doc": true, 530 "doctest": true, 531 "edition": "2018", 532 "kind": [ 533 "lib" 534 ], 535 "name": "addr2line", 536 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs", 537 "test": true 538 }, 539 { 540 "crate_types": [ 541 "bin" 542 ], 543 "doc": false, 544 "doctest": false, 545 "edition": "2018", 546 "kind": [ 547 "example" 548 ], 549 "name": "addr2line", 550 "required-features": [ 551 "default" 552 ], 553 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/examples/addr2line.rs", 554 "test": false 555 }, 556 { 557 "crate_types": [ 558 "bin" 559 ], 560 "doc": false, 561 "doctest": false, 562 "edition": "2018", 563 "kind": [ 564 "test" 565 ], 566 "name": "output_equivalence", 567 "required-features": [ 568 "default" 569 ], 570 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/output_equivalence.rs", 571 "test": true 572 }, 573 { 574 "crate_types": [ 575 "bin" 576 ], 577 "doc": false, 578 "doctest": false, 579 "edition": "2018", 580 "kind": [ 581 "test" 582 ], 583 "name": "correctness", 584 "required-features": [ 585 "default" 586 ], 587 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/correctness.rs", 588 "test": true 589 }, 590 { 591 "crate_types": [ 592 "bin" 593 ], 594 "doc": false, 595 "doctest": false, 596 "edition": "2018", 597 "kind": [ 598 "test" 599 ], 600 "name": "parse", 601 "required-features": [ 602 "std-object" 603 ], 604 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/tests/parse.rs", 605 "test": true 606 } 607 ], 608 "version": "0.21.0" 609 }, 610 { 611 "authors": [ 612 "Jonas Schievink <[email protected]>" 613 ], 614 "categories": [ 615 "algorithms" 616 ], 617 "default_run": null, 618 "dependencies": [ 619 { 620 "features": [], 621 "kind": null, 622 "name": "compiler_builtins", 623 "optional": true, 624 "registry": null, 625 "rename": null, 626 "req": "^0.1.2", 627 "source": "registry+https://github.com/rust-lang/crates.io-index", 628 "target": null, 629 "uses_default_features": true 630 }, 631 { 632 "features": [], 633 "kind": null, 634 "name": "rustc-std-workspace-core", 635 "optional": true, 636 "registry": null, 637 "rename": "core", 638 "req": "^1.0.0", 639 "source": "registry+https://github.com/rust-lang/crates.io-index", 640 "target": null, 641 "uses_default_features": true 642 }, 643 { 644 "features": [], 645 "kind": "dev", 646 "name": "criterion", 647 "optional": false, 648 "registry": null, 649 "rename": null, 650 "req": "^0.3.2", 651 "source": "registry+https://github.com/rust-lang/crates.io-index", 652 "target": null, 653 "uses_default_features": true 654 } 655 ], 656 "description": "A simple clean-room implementation of the Adler-32 checksum", 657 "documentation": "https://docs.rs/adler/", 658 "edition": "2015", 659 "features": { 660 "compiler_builtins": [ 661 "dep:compiler_builtins" 662 ], 663 "core": [ 664 "dep:core" 665 ], 666 "default": [ 667 "std" 668 ], 669 "rustc-dep-of-std": [ 670 "core", 671 "compiler_builtins" 672 ], 673 "std": [] 674 }, 675 "homepage": null, 676 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 677 "keywords": [ 678 "checksum", 679 "integrity", 680 "hash", 681 "adler32", 682 "zlib" 683 ], 684 "license": "0BSD OR MIT OR Apache-2.0", 685 "license_file": null, 686 "links": null, 687 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml", 688 "metadata": { 689 "docs": { 690 "rs": { 691 "rustdoc-args": [ 692 "--cfg=docsrs" 693 ] 694 } 695 }, 696 "release": { 697 "no-dev-version": true, 698 "pre-release-commit-message": "Release {{version}}", 699 "pre-release-replacements": [ 700 { 701 "file": "CHANGELOG.md", 702 "replace": "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n", 703 "search": "## Unreleased\n" 704 }, 705 { 706 "file": "README.md", 707 "replace": "adler = \"{{version}}\"", 708 "search": "adler = \"[a-z0-9\\\\.-]+\"" 709 }, 710 { 711 "file": "src/lib.rs", 712 "replace": "https://docs.rs/adler/{{version}}", 713 "search": "https://docs.rs/adler/[a-z0-9\\.-]+" 714 } 715 ], 716 "tag-message": "{{version}}" 717 } 718 }, 719 "name": "adler", 720 "publish": null, 721 "readme": "README.md", 722 "repository": "https://github.com/jonas-schievink/adler.git", 723 "rust_version": null, 724 "source": "registry+https://github.com/rust-lang/crates.io-index", 725 "targets": [ 726 { 727 "crate_types": [ 728 "lib" 729 ], 730 "doc": true, 731 "doctest": true, 732 "edition": "2015", 733 "kind": [ 734 "lib" 735 ], 736 "name": "adler", 737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs", 738 "test": true 739 }, 740 { 741 "crate_types": [ 742 "bin" 743 ], 744 "doc": false, 745 "doctest": false, 746 "edition": "2015", 747 "kind": [ 748 "bench" 749 ], 750 "name": "bench", 751 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs", 752 "test": false 753 } 754 ], 755 "version": "1.0.2" 756 }, 757 { 758 "authors": [ 759 "Tom Kaitchuck <[email protected]>" 760 ], 761 "categories": [ 762 "algorithms", 763 "data-structures", 764 "no-std" 765 ], 766 "default_run": null, 767 "dependencies": [ 768 { 769 "features": [], 770 "kind": "dev", 771 "name": "criterion", 772 "optional": false, 773 "registry": null, 774 "rename": null, 775 "req": "^0.3.2", 776 "source": "registry+https://github.com/rust-lang/crates.io-index", 777 "target": null, 778 "uses_default_features": true 779 }, 780 { 781 "features": [], 782 "kind": "dev", 783 "name": "fnv", 784 "optional": false, 785 "registry": null, 786 "rename": null, 787 "req": "^1.0.5", 788 "source": "registry+https://github.com/rust-lang/crates.io-index", 789 "target": null, 790 "uses_default_features": true 791 }, 792 { 793 "features": [], 794 "kind": "dev", 795 "name": "fxhash", 796 "optional": false, 797 "registry": null, 798 "rename": null, 799 "req": "^0.2.1", 800 "source": "registry+https://github.com/rust-lang/crates.io-index", 801 "target": null, 802 "uses_default_features": true 803 }, 804 { 805 "features": [], 806 "kind": "dev", 807 "name": "hex", 808 "optional": false, 809 "registry": null, 810 "rename": null, 811 "req": "^0.4.2", 812 "source": "registry+https://github.com/rust-lang/crates.io-index", 813 "target": null, 814 "uses_default_features": true 815 }, 816 { 817 "features": [], 818 "kind": "dev", 819 "name": "no-panic", 820 "optional": false, 821 "registry": null, 822 "rename": null, 823 "req": "^0.1.10", 824 "source": "registry+https://github.com/rust-lang/crates.io-index", 825 "target": null, 826 "uses_default_features": true 827 }, 828 { 829 "features": [], 830 "kind": "dev", 831 "name": "rand", 832 "optional": false, 833 "registry": null, 834 "rename": null, 835 "req": "^0.7.3", 836 "source": "registry+https://github.com/rust-lang/crates.io-index", 837 "target": null, 838 "uses_default_features": true 839 }, 840 { 841 "features": [], 842 "kind": "dev", 843 "name": "seahash", 844 "optional": false, 845 "registry": null, 846 "rename": null, 847 "req": "^4.0", 848 "source": "registry+https://github.com/rust-lang/crates.io-index", 849 "target": null, 850 "uses_default_features": true 851 }, 852 { 853 "features": [], 854 "kind": "dev", 855 "name": "serde_json", 856 "optional": false, 857 "registry": null, 858 "rename": null, 859 "req": "^1.0.59", 860 "source": "registry+https://github.com/rust-lang/crates.io-index", 861 "target": null, 862 "uses_default_features": true 863 }, 864 { 865 "features": [], 866 "kind": "build", 867 "name": "version_check", 868 "optional": false, 869 "registry": null, 870 "rename": null, 871 "req": "^0.9", 872 "source": "registry+https://github.com/rust-lang/crates.io-index", 873 "target": null, 874 "uses_default_features": true 875 }, 876 { 877 "features": [], 878 "kind": null, 879 "name": "const-random", 880 "optional": true, 881 "registry": null, 882 "rename": null, 883 "req": "^0.1.12", 884 "source": "registry+https://github.com/rust-lang/crates.io-index", 885 "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", 886 "uses_default_features": true 887 }, 888 { 889 "features": [], 890 "kind": null, 891 "name": "getrandom", 892 "optional": false, 893 "registry": null, 894 "rename": null, 895 "req": "^0.2.3", 896 "source": "registry+https://github.com/rust-lang/crates.io-index", 897 "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", 898 "uses_default_features": true 899 }, 900 { 901 "features": [], 902 "kind": null, 903 "name": "serde", 904 "optional": true, 905 "registry": null, 906 "rename": null, 907 "req": "^1.0.117", 908 "source": "registry+https://github.com/rust-lang/crates.io-index", 909 "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))", 910 "uses_default_features": true 911 }, 912 { 913 "features": [ 914 "alloc" 915 ], 916 "kind": null, 917 "name": "once_cell", 918 "optional": false, 919 "registry": null, 920 "rename": null, 921 "req": "^1.13.1", 922 "source": "registry+https://github.com/rust-lang/crates.io-index", 923 "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))", 924 "uses_default_features": false 925 }, 926 { 927 "features": [], 928 "kind": null, 929 "name": "atomic-polyfill", 930 "optional": true, 931 "registry": null, 932 "rename": null, 933 "req": "^1.0.1", 934 "source": "registry+https://github.com/rust-lang/crates.io-index", 935 "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", 936 "uses_default_features": true 937 }, 938 { 939 "features": [], 940 "kind": null, 941 "name": "const-random", 942 "optional": true, 943 "registry": null, 944 "rename": null, 945 "req": "^0.1.12", 946 "source": "registry+https://github.com/rust-lang/crates.io-index", 947 "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", 948 "uses_default_features": true 949 }, 950 { 951 "features": [], 952 "kind": null, 953 "name": "serde", 954 "optional": true, 955 "registry": null, 956 "rename": null, 957 "req": "^1.0.117", 958 "source": "registry+https://github.com/rust-lang/crates.io-index", 959 "target": "cfg(not(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\")))", 960 "uses_default_features": true 961 } 962 ], 963 "description": "A non-cryptographic hash function using AES-NI for high performance", 964 "documentation": "https://docs.rs/ahash", 965 "edition": "2018", 966 "features": { 967 "atomic-polyfill": [ 968 "dep:atomic-polyfill", 969 "once_cell/atomic-polyfill" 970 ], 971 "compile-time-rng": [ 972 "const-random" 973 ], 974 "const-random": [ 975 "dep:const-random" 976 ], 977 "default": [ 978 "std" 979 ], 980 "serde": [ 981 "dep:serde" 982 ], 983 "std": [] 984 }, 985 "homepage": null, 986 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 987 "keywords": [ 988 "hash", 989 "hasher", 990 "hashmap", 991 "aes", 992 "no-std" 993 ], 994 "license": "MIT OR Apache-2.0", 995 "license_file": null, 996 "links": null, 997 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/Cargo.toml", 998 "metadata": { 999 "docs": { 1000 "rs": { 1001 "features": [ 1002 "std" 1003 ], 1004 "rustc-args": [ 1005 "-C", 1006 "target-feature=+aes" 1007 ], 1008 "rustdoc-args": [ 1009 "-C", 1010 "target-feature=+aes" 1011 ] 1012 } 1013 } 1014 }, 1015 "name": "ahash", 1016 "publish": null, 1017 "readme": "README.md", 1018 "repository": "https://github.com/tkaitchuck/ahash", 1019 "rust_version": null, 1020 "source": "registry+https://github.com/rust-lang/crates.io-index", 1021 "targets": [ 1022 { 1023 "crate_types": [ 1024 "lib" 1025 ], 1026 "doc": true, 1027 "doctest": true, 1028 "edition": "2018", 1029 "kind": [ 1030 "lib" 1031 ], 1032 "name": "ahash", 1033 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/src/lib.rs", 1034 "test": true 1035 }, 1036 { 1037 "crate_types": [ 1038 "bin" 1039 ], 1040 "doc": false, 1041 "doctest": false, 1042 "edition": "2018", 1043 "kind": [ 1044 "test" 1045 ], 1046 "name": "nopanic", 1047 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/tests/nopanic.rs", 1048 "test": true 1049 }, 1050 { 1051 "crate_types": [ 1052 "bin" 1053 ], 1054 "doc": false, 1055 "doctest": false, 1056 "edition": "2018", 1057 "kind": [ 1058 "test" 1059 ], 1060 "name": "map_tests", 1061 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/tests/map_tests.rs", 1062 "test": true 1063 }, 1064 { 1065 "crate_types": [ 1066 "bin" 1067 ], 1068 "doc": false, 1069 "doctest": false, 1070 "edition": "2018", 1071 "kind": [ 1072 "test" 1073 ], 1074 "name": "bench", 1075 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/tests/bench.rs", 1076 "test": true 1077 }, 1078 { 1079 "crate_types": [ 1080 "bin" 1081 ], 1082 "doc": false, 1083 "doctest": false, 1084 "edition": "2018", 1085 "kind": [ 1086 "bench" 1087 ], 1088 "name": "ahash", 1089 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/tests/bench.rs", 1090 "test": false 1091 }, 1092 { 1093 "crate_types": [ 1094 "bin" 1095 ], 1096 "doc": false, 1097 "doctest": false, 1098 "edition": "2018", 1099 "kind": [ 1100 "bench" 1101 ], 1102 "name": "map", 1103 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/tests/map_tests.rs", 1104 "test": false 1105 }, 1106 { 1107 "crate_types": [ 1108 "bin" 1109 ], 1110 "doc": false, 1111 "doctest": false, 1112 "edition": "2018", 1113 "kind": [ 1114 "custom-build" 1115 ], 1116 "name": "build-script-build", 1117 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.8/./build.rs", 1118 "test": false 1119 } 1120 ], 1121 "version": "0.7.8" 1122 }, 1123 { 1124 "authors": [ 1125 "Tom Kaitchuck <[email protected]>" 1126 ], 1127 "categories": [ 1128 "algorithms", 1129 "data-structures", 1130 "no-std" 1131 ], 1132 "default_run": null, 1133 "dependencies": [ 1134 { 1135 "features": [], 1136 "kind": null, 1137 "name": "atomic-polyfill", 1138 "optional": true, 1139 "registry": null, 1140 "rename": null, 1141 "req": "^1.0.1", 1142 "source": "registry+https://github.com/rust-lang/crates.io-index", 1143 "target": null, 1144 "uses_default_features": true 1145 }, 1146 { 1147 "features": [], 1148 "kind": null, 1149 "name": "cfg-if", 1150 "optional": false, 1151 "registry": null, 1152 "rename": null, 1153 "req": "^1.0", 1154 "source": "registry+https://github.com/rust-lang/crates.io-index", 1155 "target": null, 1156 "uses_default_features": true 1157 }, 1158 { 1159 "features": [], 1160 "kind": null, 1161 "name": "const-random", 1162 "optional": true, 1163 "registry": null, 1164 "rename": null, 1165 "req": "^0.1.17", 1166 "source": "registry+https://github.com/rust-lang/crates.io-index", 1167 "target": null, 1168 "uses_default_features": true 1169 }, 1170 { 1171 "features": [], 1172 "kind": null, 1173 "name": "getrandom", 1174 "optional": true, 1175 "registry": null, 1176 "rename": null, 1177 "req": "^0.2.7", 1178 "source": "registry+https://github.com/rust-lang/crates.io-index", 1179 "target": null, 1180 "uses_default_features": true 1181 }, 1182 { 1183 "features": [], 1184 "kind": null, 1185 "name": "serde", 1186 "optional": true, 1187 "registry": null, 1188 "rename": null, 1189 "req": "^1.0.117", 1190 "source": "registry+https://github.com/rust-lang/crates.io-index", 1191 "target": null, 1192 "uses_default_features": true 1193 }, 1194 { 1195 "features": [ 1196 "simd" 1197 ], 1198 "kind": null, 1199 "name": "zerocopy", 1200 "optional": false, 1201 "registry": null, 1202 "rename": null, 1203 "req": "^0.7.31", 1204 "source": "registry+https://github.com/rust-lang/crates.io-index", 1205 "target": null, 1206 "uses_default_features": false 1207 }, 1208 { 1209 "features": [ 1210 "html_reports" 1211 ], 1212 "kind": "dev", 1213 "name": "criterion", 1214 "optional": false, 1215 "registry": null, 1216 "rename": null, 1217 "req": "^0.3.2", 1218 "source": "registry+https://github.com/rust-lang/crates.io-index", 1219 "target": null, 1220 "uses_default_features": true 1221 }, 1222 { 1223 "features": [], 1224 "kind": "dev", 1225 "name": "fnv", 1226 "optional": false, 1227 "registry": null, 1228 "rename": null, 1229 "req": "^1.0.5", 1230 "source": "registry+https://github.com/rust-lang/crates.io-index", 1231 "target": null, 1232 "uses_default_features": true 1233 }, 1234 { 1235 "features": [], 1236 "kind": "dev", 1237 "name": "fxhash", 1238 "optional": false, 1239 "registry": null, 1240 "rename": null, 1241 "req": "^0.2.1", 1242 "source": "registry+https://github.com/rust-lang/crates.io-index", 1243 "target": null, 1244 "uses_default_features": true 1245 }, 1246 { 1247 "features": [], 1248 "kind": "dev", 1249 "name": "hashbrown", 1250 "optional": false, 1251 "registry": null, 1252 "rename": null, 1253 "req": "^0.14.3", 1254 "source": "registry+https://github.com/rust-lang/crates.io-index", 1255 "target": null, 1256 "uses_default_features": true 1257 }, 1258 { 1259 "features": [], 1260 "kind": "dev", 1261 "name": "hex", 1262 "optional": false, 1263 "registry": null, 1264 "rename": null, 1265 "req": "^0.4.2", 1266 "source": "registry+https://github.com/rust-lang/crates.io-index", 1267 "target": null, 1268 "uses_default_features": true 1269 }, 1270 { 1271 "features": [], 1272 "kind": "dev", 1273 "name": "no-panic", 1274 "optional": false, 1275 "registry": null, 1276 "rename": null, 1277 "req": "^0.1.10", 1278 "source": "registry+https://github.com/rust-lang/crates.io-index", 1279 "target": null, 1280 "uses_default_features": true 1281 }, 1282 { 1283 "features": [], 1284 "kind": "dev", 1285 "name": "pcg-mwc", 1286 "optional": false, 1287 "registry": null, 1288 "rename": null, 1289 "req": "^0.2.1", 1290 "source": "registry+https://github.com/rust-lang/crates.io-index", 1291 "target": null, 1292 "uses_default_features": true 1293 }, 1294 { 1295 "features": [], 1296 "kind": "dev", 1297 "name": "rand", 1298 "optional": false, 1299 "registry": null, 1300 "rename": null, 1301 "req": "^0.8.5", 1302 "source": "registry+https://github.com/rust-lang/crates.io-index", 1303 "target": null, 1304 "uses_default_features": true 1305 }, 1306 { 1307 "features": [], 1308 "kind": "dev", 1309 "name": "seahash", 1310 "optional": false, 1311 "registry": null, 1312 "rename": null, 1313 "req": "^4.0", 1314 "source": "registry+https://github.com/rust-lang/crates.io-index", 1315 "target": null, 1316 "uses_default_features": true 1317 }, 1318 { 1319 "features": [], 1320 "kind": "dev", 1321 "name": "serde_json", 1322 "optional": false, 1323 "registry": null, 1324 "rename": null, 1325 "req": "^1.0.59", 1326 "source": "registry+https://github.com/rust-lang/crates.io-index", 1327 "target": null, 1328 "uses_default_features": true 1329 }, 1330 { 1331 "features": [], 1332 "kind": "dev", 1333 "name": "smallvec", 1334 "optional": false, 1335 "registry": null, 1336 "rename": null, 1337 "req": "^1.13.1", 1338 "source": "registry+https://github.com/rust-lang/crates.io-index", 1339 "target": null, 1340 "uses_default_features": true 1341 }, 1342 { 1343 "features": [], 1344 "kind": "build", 1345 "name": "version_check", 1346 "optional": false, 1347 "registry": null, 1348 "rename": null, 1349 "req": "^0.9.4", 1350 "source": "registry+https://github.com/rust-lang/crates.io-index", 1351 "target": null, 1352 "uses_default_features": true 1353 }, 1354 { 1355 "features": [ 1356 "alloc" 1357 ], 1358 "kind": null, 1359 "name": "once_cell", 1360 "optional": false, 1361 "registry": null, 1362 "rename": null, 1363 "req": "^1.18.0", 1364 "source": "registry+https://github.com/rust-lang/crates.io-index", 1365 "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))", 1366 "uses_default_features": false 1367 } 1368 ], 1369 "description": "A non-cryptographic hash function using AES-NI for high performance", 1370 "documentation": "https://docs.rs/ahash", 1371 "edition": "2018", 1372 "features": { 1373 "atomic-polyfill": [ 1374 "dep:atomic-polyfill", 1375 "once_cell/atomic-polyfill" 1376 ], 1377 "compile-time-rng": [ 1378 "const-random" 1379 ], 1380 "const-random": [ 1381 "dep:const-random" 1382 ], 1383 "default": [ 1384 "std", 1385 "runtime-rng" 1386 ], 1387 "getrandom": [ 1388 "dep:getrandom" 1389 ], 1390 "nightly-arm-aes": [], 1391 "no-rng": [], 1392 "runtime-rng": [ 1393 "getrandom" 1394 ], 1395 "serde": [ 1396 "dep:serde" 1397 ], 1398 "std": [] 1399 }, 1400 "homepage": null, 1401 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1402 "keywords": [ 1403 "hash", 1404 "hasher", 1405 "hashmap", 1406 "aes", 1407 "no-std" 1408 ], 1409 "license": "MIT OR Apache-2.0", 1410 "license_file": null, 1411 "links": null, 1412 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/Cargo.toml", 1413 "metadata": { 1414 "docs": { 1415 "rs": { 1416 "features": [ 1417 "std" 1418 ], 1419 "rustc-args": [ 1420 "-C", 1421 "target-feature=+aes" 1422 ], 1423 "rustdoc-args": [ 1424 "-C", 1425 "target-feature=+aes" 1426 ] 1427 } 1428 } 1429 }, 1430 "name": "ahash", 1431 "publish": null, 1432 "readme": "README.md", 1433 "repository": "https://github.com/tkaitchuck/ahash", 1434 "rust_version": "1.60.0", 1435 "source": "registry+https://github.com/rust-lang/crates.io-index", 1436 "targets": [ 1437 { 1438 "crate_types": [ 1439 "lib" 1440 ], 1441 "doc": true, 1442 "doctest": true, 1443 "edition": "2018", 1444 "kind": [ 1445 "lib" 1446 ], 1447 "name": "ahash", 1448 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs", 1449 "test": true 1450 }, 1451 { 1452 "crate_types": [ 1453 "bin" 1454 ], 1455 "doc": false, 1456 "doctest": false, 1457 "edition": "2018", 1458 "kind": [ 1459 "test" 1460 ], 1461 "name": "nopanic", 1462 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/nopanic.rs", 1463 "test": true 1464 }, 1465 { 1466 "crate_types": [ 1467 "bin" 1468 ], 1469 "doc": false, 1470 "doctest": false, 1471 "edition": "2018", 1472 "kind": [ 1473 "test" 1474 ], 1475 "name": "map_tests", 1476 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs", 1477 "test": true 1478 }, 1479 { 1480 "crate_types": [ 1481 "bin" 1482 ], 1483 "doc": false, 1484 "doctest": false, 1485 "edition": "2018", 1486 "kind": [ 1487 "test" 1488 ], 1489 "name": "bench", 1490 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs", 1491 "test": true 1492 }, 1493 { 1494 "crate_types": [ 1495 "bin" 1496 ], 1497 "doc": false, 1498 "doctest": false, 1499 "edition": "2018", 1500 "kind": [ 1501 "bench" 1502 ], 1503 "name": "ahash", 1504 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs", 1505 "test": false 1506 }, 1507 { 1508 "crate_types": [ 1509 "bin" 1510 ], 1511 "doc": false, 1512 "doctest": false, 1513 "edition": "2018", 1514 "kind": [ 1515 "bench" 1516 ], 1517 "name": "map", 1518 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs", 1519 "test": false 1520 }, 1521 { 1522 "crate_types": [ 1523 "bin" 1524 ], 1525 "doc": false, 1526 "doctest": false, 1527 "edition": "2018", 1528 "kind": [ 1529 "custom-build" 1530 ], 1531 "name": "build-script-build", 1532 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs", 1533 "test": false 1534 } 1535 ], 1536 "version": "0.8.11" 1537 }, 1538 { 1539 "authors": [ 1540 "Andrew Gallant <[email protected]>" 1541 ], 1542 "categories": [ 1543 "text-processing" 1544 ], 1545 "default_run": null, 1546 "dependencies": [ 1547 { 1548 "features": [], 1549 "kind": null, 1550 "name": "log", 1551 "optional": true, 1552 "registry": null, 1553 "rename": null, 1554 "req": "^0.4.17", 1555 "source": "registry+https://github.com/rust-lang/crates.io-index", 1556 "target": null, 1557 "uses_default_features": true 1558 }, 1559 { 1560 "features": [], 1561 "kind": null, 1562 "name": "memchr", 1563 "optional": true, 1564 "registry": null, 1565 "rename": null, 1566 "req": "^2.4.0", 1567 "source": "registry+https://github.com/rust-lang/crates.io-index", 1568 "target": null, 1569 "uses_default_features": false 1570 }, 1571 { 1572 "features": [], 1573 "kind": "dev", 1574 "name": "doc-comment", 1575 "optional": false, 1576 "registry": null, 1577 "rename": null, 1578 "req": "^0.3.3", 1579 "source": "registry+https://github.com/rust-lang/crates.io-index", 1580 "target": null, 1581 "uses_default_features": true 1582 } 1583 ], 1584 "description": "Fast multiple substring searching.", 1585 "documentation": null, 1586 "edition": "2021", 1587 "features": { 1588 "default": [ 1589 "std", 1590 "perf-literal" 1591 ], 1592 "logging": [ 1593 "dep:log" 1594 ], 1595 "perf-literal": [ 1596 "dep:memchr" 1597 ], 1598 "std": [ 1599 "memchr?/std" 1600 ] 1601 }, 1602 "homepage": "https://github.com/BurntSushi/aho-corasick", 1603 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1604 "keywords": [ 1605 "string", 1606 "search", 1607 "text", 1608 "pattern", 1609 "multi" 1610 ], 1611 "license": "Unlicense OR MIT", 1612 "license_file": null, 1613 "links": null, 1614 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml", 1615 "metadata": { 1616 "docs": { 1617 "rs": { 1618 "all-features": true, 1619 "rustdoc-args": [ 1620 "--cfg", 1621 "docsrs", 1622 "--generate-link-to-definition" 1623 ] 1624 } 1625 } 1626 }, 1627 "name": "aho-corasick", 1628 "publish": null, 1629 "readme": "README.md", 1630 "repository": "https://github.com/BurntSushi/aho-corasick", 1631 "rust_version": "1.60.0", 1632 "source": "registry+https://github.com/rust-lang/crates.io-index", 1633 "targets": [ 1634 { 1635 "crate_types": [ 1636 "lib" 1637 ], 1638 "doc": true, 1639 "doctest": true, 1640 "edition": "2021", 1641 "kind": [ 1642 "lib" 1643 ], 1644 "name": "aho_corasick", 1645 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs", 1646 "test": true 1647 } 1648 ], 1649 "version": "1.1.3" 1650 }, 1651 { 1652 "authors": [], 1653 "categories": [], 1654 "default_run": null, 1655 "dependencies": [ 1656 { 1657 "features": [], 1658 "kind": null, 1659 "name": "log", 1660 "optional": false, 1661 "registry": null, 1662 "rename": null, 1663 "req": "=0.4.21", 1664 "source": "registry+https://github.com/rust-lang/crates.io-index", 1665 "target": null, 1666 "uses_default_features": true 1667 }, 1668 { 1669 "features": [], 1670 "kind": null, 1671 "name": "names", 1672 "optional": false, 1673 "registry": null, 1674 "rename": null, 1675 "req": "=0.13.0", 1676 "source": "registry+https://github.com/rust-lang/crates.io-index", 1677 "target": null, 1678 "uses_default_features": true 1679 }, 1680 { 1681 "features": [], 1682 "kind": null, 1683 "name": "log", 1684 "optional": false, 1685 "registry": null, 1686 "rename": "pinned_log", 1687 "req": "=0.3.9", 1688 "source": "registry+https://github.com/rust-lang/crates.io-index", 1689 "target": null, 1690 "uses_default_features": true 1691 }, 1692 { 1693 "features": [], 1694 "kind": null, 1695 "name": "names", 1696 "optional": false, 1697 "registry": null, 1698 "rename": "pinned_names", 1699 "req": "*", 1700 "source": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f", 1701 "target": null, 1702 "uses_default_features": true 1703 }, 1704 { 1705 "features": [], 1706 "kind": null, 1707 "name": "surrealdb", 1708 "optional": false, 1709 "registry": null, 1710 "rename": null, 1711 "req": "=1.3.1", 1712 "source": "registry+https://github.com/rust-lang/crates.io-index", 1713 "target": null, 1714 "uses_default_features": true 1715 }, 1716 { 1717 "features": [], 1718 "kind": null, 1719 "name": "value-bag", 1720 "optional": false, 1721 "registry": null, 1722 "rename": null, 1723 "req": "=1.0.0-alpha.7", 1724 "source": "registry+https://github.com/rust-lang/crates.io-index", 1725 "target": null, 1726 "uses_default_features": true 1727 } 1728 ], 1729 "description": null, 1730 "documentation": null, 1731 "edition": "2018", 1732 "features": {}, 1733 "homepage": null, 1734 "id": "path+file://{TEMP_DIR}/aliases#0.1.0", 1735 "keywords": [], 1736 "license": null, 1737 "license_file": null, 1738 "links": null, 1739 "manifest_path": "{TEMP_DIR}/aliases/Cargo.toml", 1740 "metadata": null, 1741 "name": "aliases", 1742 "publish": null, 1743 "readme": null, 1744 "repository": null, 1745 "rust_version": null, 1746 "source": null, 1747 "targets": [ 1748 { 1749 "crate_types": [ 1750 "lib" 1751 ], 1752 "doc": true, 1753 "doctest": true, 1754 "edition": "2018", 1755 "kind": [ 1756 "lib" 1757 ], 1758 "name": "aliases", 1759 "src_path": "{TEMP_DIR}/aliases/lib.rs", 1760 "test": true 1761 } 1762 ], 1763 "version": "0.1.0" 1764 }, 1765 { 1766 "authors": [ 1767 "Zakarum <[email protected]>" 1768 ], 1769 "categories": [], 1770 "default_run": null, 1771 "dependencies": [ 1772 { 1773 "features": [], 1774 "kind": null, 1775 "name": "serde", 1776 "optional": true, 1777 "registry": null, 1778 "rename": null, 1779 "req": "^1.0", 1780 "source": "registry+https://github.com/rust-lang/crates.io-index", 1781 "target": null, 1782 "uses_default_features": true 1783 } 1784 ], 1785 "description": "Mirror of Rust's allocator API", 1786 "documentation": "https://docs.rs/allocator-api2", 1787 "edition": "2018", 1788 "features": { 1789 "alloc": [], 1790 "default": [ 1791 "std" 1792 ], 1793 "nightly": [], 1794 "serde": [ 1795 "dep:serde" 1796 ], 1797 "std": [ 1798 "alloc" 1799 ] 1800 }, 1801 "homepage": "https://github.com/zakarumych/allocator-api2", 1802 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1803 "keywords": [], 1804 "license": "MIT OR Apache-2.0", 1805 "license_file": null, 1806 "links": null, 1807 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/Cargo.toml", 1808 "metadata": null, 1809 "name": "allocator-api2", 1810 "publish": null, 1811 "readme": "README.md", 1812 "repository": "https://github.com/zakarumych/allocator-api2", 1813 "rust_version": null, 1814 "source": "registry+https://github.com/rust-lang/crates.io-index", 1815 "targets": [ 1816 { 1817 "crate_types": [ 1818 "lib" 1819 ], 1820 "doc": true, 1821 "doctest": true, 1822 "edition": "2018", 1823 "kind": [ 1824 "lib" 1825 ], 1826 "name": "allocator_api2", 1827 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs", 1828 "test": true 1829 } 1830 ], 1831 "version": "0.2.16" 1832 }, 1833 { 1834 "authors": [ 1835 "RumovZ" 1836 ], 1837 "categories": [ 1838 "date-and-time" 1839 ], 1840 "default_run": null, 1841 "dependencies": [ 1842 { 1843 "features": [], 1844 "kind": "dev", 1845 "name": "zip", 1846 "optional": false, 1847 "registry": null, 1848 "rename": null, 1849 "req": "^0.6.4", 1850 "source": "registry+https://github.com/rust-lang/crates.io-index", 1851 "target": null, 1852 "uses_default_features": true 1853 } 1854 ], 1855 "description": "Parser for the Android-specific tzdata file", 1856 "documentation": null, 1857 "edition": "2018", 1858 "features": {}, 1859 "homepage": null, 1860 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1861 "keywords": [ 1862 "parser", 1863 "android", 1864 "timezone" 1865 ], 1866 "license": "MIT OR Apache-2.0", 1867 "license_file": null, 1868 "links": null, 1869 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml", 1870 "metadata": null, 1871 "name": "android-tzdata", 1872 "publish": null, 1873 "readme": "README.md", 1874 "repository": "https://github.com/RumovZ/android-tzdata", 1875 "rust_version": null, 1876 "source": "registry+https://github.com/rust-lang/crates.io-index", 1877 "targets": [ 1878 { 1879 "crate_types": [ 1880 "lib" 1881 ], 1882 "doc": true, 1883 "doctest": true, 1884 "edition": "2018", 1885 "kind": [ 1886 "lib" 1887 ], 1888 "name": "android_tzdata", 1889 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs", 1890 "test": true 1891 } 1892 ], 1893 "version": "0.1.1" 1894 }, 1895 { 1896 "authors": [ 1897 "Nicolas Silva <[email protected]>" 1898 ], 1899 "categories": [], 1900 "default_run": null, 1901 "dependencies": [ 1902 { 1903 "features": [], 1904 "kind": null, 1905 "name": "libc", 1906 "optional": false, 1907 "registry": null, 1908 "rename": null, 1909 "req": "^0.2.126", 1910 "source": "registry+https://github.com/rust-lang/crates.io-index", 1911 "target": null, 1912 "uses_default_features": true 1913 } 1914 ], 1915 "description": "Minimal Android system properties wrapper", 1916 "documentation": "https://docs.rs/android_system_properties", 1917 "edition": "2018", 1918 "features": {}, 1919 "homepage": "https://github.com/nical/android_system_properties", 1920 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1921 "keywords": [ 1922 "android" 1923 ], 1924 "license": "MIT/Apache-2.0", 1925 "license_file": null, 1926 "links": null, 1927 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", 1928 "metadata": { 1929 "docs": { 1930 "rs": { 1931 "targets": [ 1932 "arm-linux-androideabi", 1933 "armv7-linux-androideabi", 1934 "aarch64-linux-android", 1935 "i686-linux-android", 1936 "x86_64-linux-android", 1937 "x86_64-unknown-linux-gnu" 1938 ] 1939 } 1940 } 1941 }, 1942 "name": "android_system_properties", 1943 "publish": null, 1944 "readme": "README.md", 1945 "repository": "https://github.com/nical/android_system_properties", 1946 "rust_version": null, 1947 "source": "registry+https://github.com/rust-lang/crates.io-index", 1948 "targets": [ 1949 { 1950 "crate_types": [ 1951 "lib" 1952 ], 1953 "doc": true, 1954 "doctest": true, 1955 "edition": "2018", 1956 "kind": [ 1957 "lib" 1958 ], 1959 "name": "android_system_properties", 1960 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", 1961 "test": true 1962 }, 1963 { 1964 "crate_types": [ 1965 "bin" 1966 ], 1967 "doc": false, 1968 "doctest": false, 1969 "edition": "2018", 1970 "kind": [ 1971 "example" 1972 ], 1973 "name": "time_zone", 1974 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", 1975 "test": false 1976 } 1977 ], 1978 "version": "0.1.5" 1979 }, 1980 { 1981 "authors": [ 1982 "Hunter WB <[email protected]>" 1983 ], 1984 "categories": [ 1985 "text-processing", 1986 "internationalization", 1987 "no-std", 1988 "command-line-utilities" 1989 ], 1990 "default_run": null, 1991 "dependencies": [], 1992 "description": "Unicode to ASCII transliteration", 1993 "documentation": null, 1994 "edition": "2018", 1995 "features": {}, 1996 "homepage": "https://anyascii.com", 1997 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 1998 "keywords": [ 1999 "unicode", 2000 "ascii", 2001 "transliteration", 2002 "emoji", 2003 "unidecode" 2004 ], 2005 "license": "ISC", 2006 "license_file": null, 2007 "links": null, 2008 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/any_ascii-0.3.2/Cargo.toml", 2009 "metadata": null, 2010 "name": "any_ascii", 2011 "publish": null, 2012 "readme": "README.md", 2013 "repository": "https://github.com/anyascii/anyascii", 2014 "rust_version": null, 2015 "source": "registry+https://github.com/rust-lang/crates.io-index", 2016 "targets": [ 2017 { 2018 "crate_types": [ 2019 "lib" 2020 ], 2021 "doc": true, 2022 "doctest": true, 2023 "edition": "2018", 2024 "kind": [ 2025 "lib" 2026 ], 2027 "name": "any_ascii", 2028 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/any_ascii-0.3.2/src/lib.rs", 2029 "test": true 2030 }, 2031 { 2032 "crate_types": [ 2033 "bin" 2034 ], 2035 "doc": true, 2036 "doctest": false, 2037 "edition": "2018", 2038 "kind": [ 2039 "bin" 2040 ], 2041 "name": "anyascii", 2042 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/any_ascii-0.3.2/src/main.rs", 2043 "test": true 2044 } 2045 ], 2046 "version": "0.3.2" 2047 }, 2048 { 2049 "authors": [ 2050 "Brendan Zabarauskas <[email protected]>" 2051 ], 2052 "categories": [], 2053 "default_run": null, 2054 "dependencies": [ 2055 { 2056 "features": [], 2057 "kind": null, 2058 "name": "num-complex", 2059 "optional": true, 2060 "registry": null, 2061 "rename": null, 2062 "req": "^0.4.0", 2063 "source": "registry+https://github.com/rust-lang/crates.io-index", 2064 "target": null, 2065 "uses_default_features": true 2066 }, 2067 { 2068 "features": [], 2069 "kind": null, 2070 "name": "num-traits", 2071 "optional": false, 2072 "registry": null, 2073 "rename": null, 2074 "req": "^0.2.0", 2075 "source": "registry+https://github.com/rust-lang/crates.io-index", 2076 "target": null, 2077 "uses_default_features": false 2078 } 2079 ], 2080 "description": "Approximate floating point equality comparisons and assertions.", 2081 "documentation": "https://docs.rs/approx", 2082 "edition": "2015", 2083 "features": { 2084 "default": [ 2085 "std" 2086 ], 2087 "num-complex": [ 2088 "dep:num-complex" 2089 ], 2090 "std": [] 2091 }, 2092 "homepage": "https://github.com/brendanzab/approx", 2093 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2094 "keywords": [ 2095 "approximate", 2096 "assert", 2097 "comparison", 2098 "equality", 2099 "float" 2100 ], 2101 "license": "Apache-2.0", 2102 "license_file": null, 2103 "links": null, 2104 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/Cargo.toml", 2105 "metadata": { 2106 "docs": { 2107 "rs": { 2108 "features": [ 2109 "std", 2110 "num-complex" 2111 ] 2112 } 2113 } 2114 }, 2115 "name": "approx", 2116 "publish": null, 2117 "readme": "README.md", 2118 "repository": "https://github.com/brendanzab/approx", 2119 "rust_version": null, 2120 "source": "registry+https://github.com/rust-lang/crates.io-index", 2121 "targets": [ 2122 { 2123 "crate_types": [ 2124 "lib" 2125 ], 2126 "doc": true, 2127 "doctest": true, 2128 "edition": "2015", 2129 "kind": [ 2130 "lib" 2131 ], 2132 "name": "approx", 2133 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs", 2134 "test": true 2135 }, 2136 { 2137 "crate_types": [ 2138 "bin" 2139 ], 2140 "doc": false, 2141 "doctest": false, 2142 "edition": "2015", 2143 "kind": [ 2144 "test" 2145 ], 2146 "name": "relative_eq", 2147 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/tests/relative_eq.rs", 2148 "test": true 2149 }, 2150 { 2151 "crate_types": [ 2152 "bin" 2153 ], 2154 "doc": false, 2155 "doctest": false, 2156 "edition": "2015", 2157 "kind": [ 2158 "test" 2159 ], 2160 "name": "abs_diff_eq", 2161 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/tests/abs_diff_eq.rs", 2162 "test": true 2163 }, 2164 { 2165 "crate_types": [ 2166 "bin" 2167 ], 2168 "doc": false, 2169 "doctest": false, 2170 "edition": "2015", 2171 "kind": [ 2172 "test" 2173 ], 2174 "name": "macro_import", 2175 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/tests/macro_import.rs", 2176 "test": true 2177 }, 2178 { 2179 "crate_types": [ 2180 "bin" 2181 ], 2182 "doc": false, 2183 "doctest": false, 2184 "edition": "2015", 2185 "kind": [ 2186 "test" 2187 ], 2188 "name": "macros", 2189 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/tests/macros.rs", 2190 "test": true 2191 }, 2192 { 2193 "crate_types": [ 2194 "bin" 2195 ], 2196 "doc": false, 2197 "doctest": false, 2198 "edition": "2015", 2199 "kind": [ 2200 "test" 2201 ], 2202 "name": "ulps_eq", 2203 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/tests/ulps_eq.rs", 2204 "test": true 2205 } 2206 ], 2207 "version": "0.5.1" 2208 }, 2209 { 2210 "authors": [ 2211 "The Rust-Fuzz Project Developers", 2212 "Nick Fitzgerald <[email protected]>", 2213 "Manish Goregaokar <[email protected]>", 2214 "Simonas Kazlauskas <[email protected]>", 2215 "Brian L. Troutwine <[email protected]>", 2216 "Corey Farwell <[email protected]>" 2217 ], 2218 "categories": [ 2219 "development-tools::testing" 2220 ], 2221 "default_run": null, 2222 "dependencies": [ 2223 { 2224 "features": [], 2225 "kind": null, 2226 "name": "derive_arbitrary", 2227 "optional": true, 2228 "registry": null, 2229 "rename": null, 2230 "req": "^1.3.2", 2231 "source": "registry+https://github.com/rust-lang/crates.io-index", 2232 "target": null, 2233 "uses_default_features": true 2234 }, 2235 { 2236 "features": [], 2237 "kind": "dev", 2238 "name": "exhaustigen", 2239 "optional": false, 2240 "registry": null, 2241 "rename": null, 2242 "req": "^0.1.0", 2243 "source": "registry+https://github.com/rust-lang/crates.io-index", 2244 "target": null, 2245 "uses_default_features": true 2246 } 2247 ], 2248 "description": "The trait for generating structured data from unstructured data", 2249 "documentation": "https://docs.rs/arbitrary/", 2250 "edition": "2021", 2251 "features": { 2252 "derive": [ 2253 "derive_arbitrary" 2254 ], 2255 "derive_arbitrary": [ 2256 "dep:derive_arbitrary" 2257 ] 2258 }, 2259 "homepage": null, 2260 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2261 "keywords": [ 2262 "arbitrary", 2263 "testing" 2264 ], 2265 "license": "MIT OR Apache-2.0", 2266 "license_file": null, 2267 "links": null, 2268 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arbitrary-1.3.2/Cargo.toml", 2269 "metadata": null, 2270 "name": "arbitrary", 2271 "publish": null, 2272 "readme": "README.md", 2273 "repository": "https://github.com/rust-fuzz/arbitrary/", 2274 "rust_version": "1.63.0", 2275 "source": "registry+https://github.com/rust-lang/crates.io-index", 2276 "targets": [ 2277 { 2278 "crate_types": [ 2279 "lib" 2280 ], 2281 "doc": true, 2282 "doctest": true, 2283 "edition": "2021", 2284 "kind": [ 2285 "lib" 2286 ], 2287 "name": "arbitrary", 2288 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arbitrary-1.3.2/src/lib.rs", 2289 "test": true 2290 }, 2291 { 2292 "crate_types": [ 2293 "bin" 2294 ], 2295 "doc": false, 2296 "doctest": false, 2297 "edition": "2021", 2298 "kind": [ 2299 "example" 2300 ], 2301 "name": "derive_enum", 2302 "required-features": [ 2303 "derive" 2304 ], 2305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arbitrary-1.3.2/examples/derive_enum.rs", 2306 "test": false 2307 }, 2308 { 2309 "crate_types": [ 2310 "bin" 2311 ], 2312 "doc": false, 2313 "doctest": false, 2314 "edition": "2021", 2315 "kind": [ 2316 "test" 2317 ], 2318 "name": "derive", 2319 "required-features": [ 2320 "derive" 2321 ], 2322 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arbitrary-1.3.2/./tests/derive.rs", 2323 "test": true 2324 }, 2325 { 2326 "crate_types": [ 2327 "bin" 2328 ], 2329 "doc": false, 2330 "doctest": false, 2331 "edition": "2021", 2332 "kind": [ 2333 "test" 2334 ], 2335 "name": "path", 2336 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arbitrary-1.3.2/tests/path.rs", 2337 "test": true 2338 }, 2339 { 2340 "crate_types": [ 2341 "bin" 2342 ], 2343 "doc": false, 2344 "doctest": false, 2345 "edition": "2021", 2346 "kind": [ 2347 "test" 2348 ], 2349 "name": "bound", 2350 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arbitrary-1.3.2/tests/bound.rs", 2351 "test": true 2352 } 2353 ], 2354 "version": "1.3.2" 2355 }, 2356 { 2357 "authors": [ 2358 "RustCrypto Developers" 2359 ], 2360 "categories": [ 2361 "authentication", 2362 "cryptography", 2363 "no-std" 2364 ], 2365 "default_run": null, 2366 "dependencies": [ 2367 { 2368 "features": [], 2369 "kind": null, 2370 "name": "base64ct", 2371 "optional": false, 2372 "registry": null, 2373 "rename": null, 2374 "req": "^1", 2375 "source": "registry+https://github.com/rust-lang/crates.io-index", 2376 "target": null, 2377 "uses_default_features": true 2378 }, 2379 { 2380 "features": [], 2381 "kind": null, 2382 "name": "blake2", 2383 "optional": false, 2384 "registry": null, 2385 "rename": null, 2386 "req": "^0.10.6", 2387 "source": "registry+https://github.com/rust-lang/crates.io-index", 2388 "target": null, 2389 "uses_default_features": false 2390 }, 2391 { 2392 "features": [], 2393 "kind": null, 2394 "name": "password-hash", 2395 "optional": true, 2396 "registry": null, 2397 "rename": null, 2398 "req": "^0.5", 2399 "source": "registry+https://github.com/rust-lang/crates.io-index", 2400 "target": null, 2401 "uses_default_features": true 2402 }, 2403 { 2404 "features": [], 2405 "kind": null, 2406 "name": "zeroize", 2407 "optional": true, 2408 "registry": null, 2409 "rename": null, 2410 "req": "^1", 2411 "source": "registry+https://github.com/rust-lang/crates.io-index", 2412 "target": null, 2413 "uses_default_features": false 2414 }, 2415 { 2416 "features": [], 2417 "kind": "dev", 2418 "name": "hex-literal", 2419 "optional": false, 2420 "registry": null, 2421 "rename": null, 2422 "req": "^0.4", 2423 "source": "registry+https://github.com/rust-lang/crates.io-index", 2424 "target": null, 2425 "uses_default_features": true 2426 }, 2427 { 2428 "features": [ 2429 "rand_core" 2430 ], 2431 "kind": "dev", 2432 "name": "password-hash", 2433 "optional": false, 2434 "registry": null, 2435 "rename": null, 2436 "req": "^0.5", 2437 "source": "registry+https://github.com/rust-lang/crates.io-index", 2438 "target": null, 2439 "uses_default_features": true 2440 }, 2441 { 2442 "features": [], 2443 "kind": null, 2444 "name": "cpufeatures", 2445 "optional": false, 2446 "registry": null, 2447 "rename": null, 2448 "req": "^0.2.12", 2449 "source": "registry+https://github.com/rust-lang/crates.io-index", 2450 "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))", 2451 "uses_default_features": true 2452 } 2453 ], 2454 "description": "Pure Rust implementation of the Argon2 password hashing function with support\nfor the Argon2d, Argon2i, and Argon2id algorithmic variants\n", 2455 "documentation": "https://docs.rs/argon2", 2456 "edition": "2021", 2457 "features": { 2458 "alloc": [ 2459 "password-hash/alloc" 2460 ], 2461 "default": [ 2462 "alloc", 2463 "password-hash", 2464 "rand" 2465 ], 2466 "password-hash": [ 2467 "dep:password-hash" 2468 ], 2469 "rand": [ 2470 "password-hash/rand_core" 2471 ], 2472 "simple": [ 2473 "password-hash" 2474 ], 2475 "std": [ 2476 "alloc", 2477 "password-hash/std" 2478 ], 2479 "zeroize": [ 2480 "dep:zeroize" 2481 ] 2482 }, 2483 "homepage": null, 2484 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2485 "keywords": [ 2486 "crypto", 2487 "hashing", 2488 "password", 2489 "phf" 2490 ], 2491 "license": "MIT OR Apache-2.0", 2492 "license_file": null, 2493 "links": null, 2494 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/Cargo.toml", 2495 "metadata": { 2496 "docs": { 2497 "rs": { 2498 "all-features": true, 2499 "rustdoc-args": [ 2500 "--cfg", 2501 "docsrs" 2502 ] 2503 } 2504 } 2505 }, 2506 "name": "argon2", 2507 "publish": null, 2508 "readme": "README.md", 2509 "repository": "https://github.com/RustCrypto/password-hashes/tree/master/argon2", 2510 "rust_version": "1.65", 2511 "source": "registry+https://github.com/rust-lang/crates.io-index", 2512 "targets": [ 2513 { 2514 "crate_types": [ 2515 "lib" 2516 ], 2517 "doc": true, 2518 "doctest": true, 2519 "edition": "2021", 2520 "kind": [ 2521 "lib" 2522 ], 2523 "name": "argon2", 2524 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs", 2525 "test": true 2526 }, 2527 { 2528 "crate_types": [ 2529 "bin" 2530 ], 2531 "doc": false, 2532 "doctest": false, 2533 "edition": "2021", 2534 "kind": [ 2535 "test" 2536 ], 2537 "name": "kat", 2538 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/tests/kat.rs", 2539 "test": true 2540 }, 2541 { 2542 "crate_types": [ 2543 "bin" 2544 ], 2545 "doc": false, 2546 "doctest": false, 2547 "edition": "2021", 2548 "kind": [ 2549 "test" 2550 ], 2551 "name": "phc_strings", 2552 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/tests/phc_strings.rs", 2553 "test": true 2554 } 2555 ], 2556 "version": "0.5.3" 2557 }, 2558 { 2559 "authors": [ 2560 "bluss" 2561 ], 2562 "categories": [ 2563 "data-structures", 2564 "no-std" 2565 ], 2566 "default_run": null, 2567 "dependencies": [ 2568 { 2569 "features": [], 2570 "kind": null, 2571 "name": "serde", 2572 "optional": true, 2573 "registry": null, 2574 "rename": null, 2575 "req": "^1.0", 2576 "source": "registry+https://github.com/rust-lang/crates.io-index", 2577 "target": null, 2578 "uses_default_features": false 2579 }, 2580 { 2581 "features": [], 2582 "kind": null, 2583 "name": "zeroize", 2584 "optional": true, 2585 "registry": null, 2586 "rename": null, 2587 "req": "^1.4", 2588 "source": "registry+https://github.com/rust-lang/crates.io-index", 2589 "target": null, 2590 "uses_default_features": false 2591 }, 2592 { 2593 "features": [], 2594 "kind": "dev", 2595 "name": "bencher", 2596 "optional": false, 2597 "registry": null, 2598 "rename": null, 2599 "req": "^0.1.4", 2600 "source": "registry+https://github.com/rust-lang/crates.io-index", 2601 "target": null, 2602 "uses_default_features": true 2603 }, 2604 { 2605 "features": [], 2606 "kind": "dev", 2607 "name": "matches", 2608 "optional": false, 2609 "registry": null, 2610 "rename": null, 2611 "req": "^0.1", 2612 "source": "registry+https://github.com/rust-lang/crates.io-index", 2613 "target": null, 2614 "uses_default_features": true 2615 }, 2616 { 2617 "features": [], 2618 "kind": "dev", 2619 "name": "serde_test", 2620 "optional": false, 2621 "registry": null, 2622 "rename": null, 2623 "req": "^1.0", 2624 "source": "registry+https://github.com/rust-lang/crates.io-index", 2625 "target": null, 2626 "uses_default_features": true 2627 } 2628 ], 2629 "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", 2630 "documentation": "https://docs.rs/arrayvec/", 2631 "edition": "2018", 2632 "features": { 2633 "default": [ 2634 "std" 2635 ], 2636 "serde": [ 2637 "dep:serde" 2638 ], 2639 "std": [], 2640 "zeroize": [ 2641 "dep:zeroize" 2642 ] 2643 }, 2644 "homepage": null, 2645 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2646 "keywords": [ 2647 "stack", 2648 "vector", 2649 "array", 2650 "data-structure", 2651 "no_std" 2652 ], 2653 "license": "MIT OR Apache-2.0", 2654 "license_file": null, 2655 "links": null, 2656 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/Cargo.toml", 2657 "metadata": { 2658 "docs": { 2659 "rs": { 2660 "features": [ 2661 "serde", 2662 "zeroize" 2663 ] 2664 } 2665 }, 2666 "release": { 2667 "no-dev-version": true, 2668 "tag-name": "{{version}}" 2669 } 2670 }, 2671 "name": "arrayvec", 2672 "publish": null, 2673 "readme": "README.md", 2674 "repository": "https://github.com/bluss/arrayvec", 2675 "rust_version": null, 2676 "source": "registry+https://github.com/rust-lang/crates.io-index", 2677 "targets": [ 2678 { 2679 "crate_types": [ 2680 "lib" 2681 ], 2682 "doc": true, 2683 "doctest": true, 2684 "edition": "2018", 2685 "kind": [ 2686 "lib" 2687 ], 2688 "name": "arrayvec", 2689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs", 2690 "test": true 2691 }, 2692 { 2693 "crate_types": [ 2694 "bin" 2695 ], 2696 "doc": false, 2697 "doctest": false, 2698 "edition": "2018", 2699 "kind": [ 2700 "test" 2701 ], 2702 "name": "serde", 2703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/tests/serde.rs", 2704 "test": true 2705 }, 2706 { 2707 "crate_types": [ 2708 "bin" 2709 ], 2710 "doc": false, 2711 "doctest": false, 2712 "edition": "2018", 2713 "kind": [ 2714 "test" 2715 ], 2716 "name": "tests", 2717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/tests/tests.rs", 2718 "test": true 2719 }, 2720 { 2721 "crate_types": [ 2722 "bin" 2723 ], 2724 "doc": false, 2725 "doctest": false, 2726 "edition": "2018", 2727 "kind": [ 2728 "bench" 2729 ], 2730 "name": "extend", 2731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/benches/extend.rs", 2732 "test": false 2733 }, 2734 { 2735 "crate_types": [ 2736 "bin" 2737 ], 2738 "doc": false, 2739 "doctest": false, 2740 "edition": "2018", 2741 "kind": [ 2742 "bench" 2743 ], 2744 "name": "arraystring", 2745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/benches/arraystring.rs", 2746 "test": false 2747 } 2748 ], 2749 "version": "0.7.4" 2750 }, 2751 { 2752 "authors": [ 2753 "Niko Matsakis <[email protected]>" 2754 ], 2755 "categories": [], 2756 "default_run": null, 2757 "dependencies": [ 2758 { 2759 "features": [], 2760 "kind": null, 2761 "name": "term", 2762 "optional": false, 2763 "registry": null, 2764 "rename": null, 2765 "req": "^0.7", 2766 "source": "registry+https://github.com/rust-lang/crates.io-index", 2767 "target": null, 2768 "uses_default_features": true 2769 }, 2770 { 2771 "features": [], 2772 "kind": "dev", 2773 "name": "diff", 2774 "optional": false, 2775 "registry": null, 2776 "rename": null, 2777 "req": "^0.1", 2778 "source": "registry+https://github.com/rust-lang/crates.io-index", 2779 "target": null, 2780 "uses_default_features": true 2781 } 2782 ], 2783 "description": "simple canvas for drawing lines and styled text and emitting to the terminal", 2784 "documentation": null, 2785 "edition": "2018", 2786 "features": {}, 2787 "homepage": null, 2788 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2789 "keywords": [], 2790 "license": "Apache-2.0/MIT", 2791 "license_file": null, 2792 "links": null, 2793 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/Cargo.toml", 2794 "metadata": null, 2795 "name": "ascii-canvas", 2796 "publish": null, 2797 "readme": "README.md", 2798 "repository": "https://github.com/nikomatsakis/ascii-canvas", 2799 "rust_version": null, 2800 "source": "registry+https://github.com/rust-lang/crates.io-index", 2801 "targets": [ 2802 { 2803 "crate_types": [ 2804 "lib" 2805 ], 2806 "doc": true, 2807 "doctest": true, 2808 "edition": "2018", 2809 "kind": [ 2810 "lib" 2811 ], 2812 "name": "ascii_canvas", 2813 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs", 2814 "test": true 2815 } 2816 ], 2817 "version": "3.0.0" 2818 }, 2819 { 2820 "authors": [ 2821 "Stjepan Glavina <[email protected]>" 2822 ], 2823 "categories": [ 2824 "asynchronous", 2825 "concurrency" 2826 ], 2827 "default_run": null, 2828 "dependencies": [ 2829 { 2830 "features": [], 2831 "kind": null, 2832 "name": "concurrent-queue", 2833 "optional": false, 2834 "registry": null, 2835 "rename": null, 2836 "req": "^2", 2837 "source": "registry+https://github.com/rust-lang/crates.io-index", 2838 "target": null, 2839 "uses_default_features": true 2840 }, 2841 { 2842 "features": [], 2843 "kind": null, 2844 "name": "event-listener", 2845 "optional": false, 2846 "registry": null, 2847 "rename": null, 2848 "req": "^2.4.0", 2849 "source": "registry+https://github.com/rust-lang/crates.io-index", 2850 "target": null, 2851 "uses_default_features": true 2852 }, 2853 { 2854 "features": [], 2855 "kind": null, 2856 "name": "futures-core", 2857 "optional": false, 2858 "registry": null, 2859 "rename": null, 2860 "req": "^0.3.5", 2861 "source": "registry+https://github.com/rust-lang/crates.io-index", 2862 "target": null, 2863 "uses_default_features": true 2864 }, 2865 { 2866 "features": [], 2867 "kind": "dev", 2868 "name": "easy-parallel", 2869 "optional": false, 2870 "registry": null, 2871 "rename": null, 2872 "req": "^3", 2873 "source": "registry+https://github.com/rust-lang/crates.io-index", 2874 "target": null, 2875 "uses_default_features": true 2876 }, 2877 { 2878 "features": [], 2879 "kind": "dev", 2880 "name": "futures-lite", 2881 "optional": false, 2882 "registry": null, 2883 "rename": null, 2884 "req": "^1", 2885 "source": "registry+https://github.com/rust-lang/crates.io-index", 2886 "target": null, 2887 "uses_default_features": true 2888 } 2889 ], 2890 "description": "Async multi-producer multi-consumer channel", 2891 "documentation": null, 2892 "edition": "2018", 2893 "features": {}, 2894 "homepage": null, 2895 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 2896 "keywords": [ 2897 "mpmc", 2898 "mpsc", 2899 "spmc", 2900 "chan", 2901 "futures" 2902 ], 2903 "license": "Apache-2.0 OR MIT", 2904 "license_file": null, 2905 "links": null, 2906 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/Cargo.toml", 2907 "metadata": null, 2908 "name": "async-channel", 2909 "publish": null, 2910 "readme": "README.md", 2911 "repository": "https://github.com/smol-rs/async-channel", 2912 "rust_version": "1.45", 2913 "source": "registry+https://github.com/rust-lang/crates.io-index", 2914 "targets": [ 2915 { 2916 "crate_types": [ 2917 "lib" 2918 ], 2919 "doc": true, 2920 "doctest": true, 2921 "edition": "2018", 2922 "kind": [ 2923 "lib" 2924 ], 2925 "name": "async_channel", 2926 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs", 2927 "test": true 2928 }, 2929 { 2930 "crate_types": [ 2931 "bin" 2932 ], 2933 "doc": false, 2934 "doctest": false, 2935 "edition": "2018", 2936 "kind": [ 2937 "test" 2938 ], 2939 "name": "unbounded", 2940 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/tests/unbounded.rs", 2941 "test": true 2942 }, 2943 { 2944 "crate_types": [ 2945 "bin" 2946 ], 2947 "doc": false, 2948 "doctest": false, 2949 "edition": "2018", 2950 "kind": [ 2951 "test" 2952 ], 2953 "name": "bounded", 2954 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/tests/bounded.rs", 2955 "test": true 2956 } 2957 ], 2958 "version": "1.9.0" 2959 }, 2960 { 2961 "authors": [ 2962 "Stjepan Glavina <[email protected]>" 2963 ], 2964 "categories": [ 2965 "asynchronous", 2966 "concurrency" 2967 ], 2968 "default_run": null, 2969 "dependencies": [ 2970 { 2971 "features": [], 2972 "kind": null, 2973 "name": "async-lock", 2974 "optional": false, 2975 "registry": null, 2976 "rename": null, 2977 "req": "^3.0.0", 2978 "source": "registry+https://github.com/rust-lang/crates.io-index", 2979 "target": null, 2980 "uses_default_features": true 2981 }, 2982 { 2983 "features": [], 2984 "kind": null, 2985 "name": "async-task", 2986 "optional": false, 2987 "registry": null, 2988 "rename": null, 2989 "req": "^4.4.0", 2990 "source": "registry+https://github.com/rust-lang/crates.io-index", 2991 "target": null, 2992 "uses_default_features": true 2993 }, 2994 { 2995 "features": [], 2996 "kind": null, 2997 "name": "concurrent-queue", 2998 "optional": false, 2999 "registry": null, 3000 "rename": null, 3001 "req": "^2.0.0", 3002 "source": "registry+https://github.com/rust-lang/crates.io-index", 3003 "target": null, 3004 "uses_default_features": true 3005 }, 3006 { 3007 "features": [], 3008 "kind": null, 3009 "name": "fastrand", 3010 "optional": false, 3011 "registry": null, 3012 "rename": null, 3013 "req": "^2.0.0", 3014 "source": "registry+https://github.com/rust-lang/crates.io-index", 3015 "target": null, 3016 "uses_default_features": true 3017 }, 3018 { 3019 "features": [], 3020 "kind": null, 3021 "name": "futures-lite", 3022 "optional": false, 3023 "registry": null, 3024 "rename": null, 3025 "req": "^2.0.0", 3026 "source": "registry+https://github.com/rust-lang/crates.io-index", 3027 "target": null, 3028 "uses_default_features": false 3029 }, 3030 { 3031 "features": [], 3032 "kind": null, 3033 "name": "slab", 3034 "optional": false, 3035 "registry": null, 3036 "rename": null, 3037 "req": "^0.4.4", 3038 "source": "registry+https://github.com/rust-lang/crates.io-index", 3039 "target": null, 3040 "uses_default_features": true 3041 }, 3042 { 3043 "features": [], 3044 "kind": "dev", 3045 "name": "async-channel", 3046 "optional": false, 3047 "registry": null, 3048 "rename": null, 3049 "req": "^2.0.0", 3050 "source": "registry+https://github.com/rust-lang/crates.io-index", 3051 "target": null, 3052 "uses_default_features": true 3053 }, 3054 { 3055 "features": [], 3056 "kind": "dev", 3057 "name": "async-io", 3058 "optional": false, 3059 "registry": null, 3060 "rename": null, 3061 "req": "^2.1.0", 3062 "source": "registry+https://github.com/rust-lang/crates.io-index", 3063 "target": null, 3064 "uses_default_features": true 3065 }, 3066 { 3067 "features": [], 3068 "kind": "dev", 3069 "name": "async-lock", 3070 "optional": false, 3071 "registry": null, 3072 "rename": null, 3073 "req": "^3.0.0", 3074 "source": "registry+https://github.com/rust-lang/crates.io-index", 3075 "target": null, 3076 "uses_default_features": true 3077 }, 3078 { 3079 "features": [ 3080 "cargo_bench_support" 3081 ], 3082 "kind": "dev", 3083 "name": "criterion", 3084 "optional": false, 3085 "registry": null, 3086 "rename": null, 3087 "req": "^0.5", 3088 "source": "registry+https://github.com/rust-lang/crates.io-index", 3089 "target": null, 3090 "uses_default_features": false 3091 }, 3092 { 3093 "features": [], 3094 "kind": "dev", 3095 "name": "easy-parallel", 3096 "optional": false, 3097 "registry": null, 3098 "rename": null, 3099 "req": "^3.1.0", 3100 "source": "registry+https://github.com/rust-lang/crates.io-index", 3101 "target": null, 3102 "uses_default_features": true 3103 }, 3104 { 3105 "features": [], 3106 "kind": "dev", 3107 "name": "fastrand", 3108 "optional": false, 3109 "registry": null, 3110 "rename": null, 3111 "req": "^2.0.0", 3112 "source": "registry+https://github.com/rust-lang/crates.io-index", 3113 "target": null, 3114 "uses_default_features": true 3115 }, 3116 { 3117 "features": [], 3118 "kind": "dev", 3119 "name": "futures-lite", 3120 "optional": false, 3121 "registry": null, 3122 "rename": null, 3123 "req": "^2.0.0", 3124 "source": "registry+https://github.com/rust-lang/crates.io-index", 3125 "target": null, 3126 "uses_default_features": true 3127 }, 3128 { 3129 "features": [], 3130 "kind": "dev", 3131 "name": "once_cell", 3132 "optional": false, 3133 "registry": null, 3134 "rename": null, 3135 "req": "^1.16.0", 3136 "source": "registry+https://github.com/rust-lang/crates.io-index", 3137 "target": null, 3138 "uses_default_features": true 3139 }, 3140 { 3141 "features": [ 3142 "std" 3143 ], 3144 "kind": null, 3145 "name": "futures-lite", 3146 "optional": false, 3147 "registry": null, 3148 "rename": null, 3149 "req": "^2.0.0", 3150 "source": "registry+https://github.com/rust-lang/crates.io-index", 3151 "target": "cfg(target_family = \"wasm\")", 3152 "uses_default_features": false 3153 } 3154 ], 3155 "description": "Async executor", 3156 "documentation": null, 3157 "edition": "2021", 3158 "features": {}, 3159 "homepage": null, 3160 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3161 "keywords": [ 3162 "asynchronous", 3163 "executor", 3164 "single", 3165 "multi", 3166 "spawn" 3167 ], 3168 "license": "Apache-2.0 OR MIT", 3169 "license_file": null, 3170 "links": null, 3171 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/Cargo.toml", 3172 "metadata": null, 3173 "name": "async-executor", 3174 "publish": null, 3175 "readme": "README.md", 3176 "repository": "https://github.com/smol-rs/async-executor", 3177 "rust_version": "1.60", 3178 "source": "registry+https://github.com/rust-lang/crates.io-index", 3179 "targets": [ 3180 { 3181 "crate_types": [ 3182 "lib" 3183 ], 3184 "doc": true, 3185 "doctest": true, 3186 "edition": "2021", 3187 "kind": [ 3188 "lib" 3189 ], 3190 "name": "async_executor", 3191 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/src/lib.rs", 3192 "test": true 3193 }, 3194 { 3195 "crate_types": [ 3196 "bin" 3197 ], 3198 "doc": false, 3199 "doctest": false, 3200 "edition": "2021", 3201 "kind": [ 3202 "example" 3203 ], 3204 "name": "priority", 3205 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/examples/priority.rs", 3206 "test": false 3207 }, 3208 { 3209 "crate_types": [ 3210 "bin" 3211 ], 3212 "doc": false, 3213 "doctest": false, 3214 "edition": "2021", 3215 "kind": [ 3216 "example" 3217 ], 3218 "name": "limit", 3219 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/examples/limit.rs", 3220 "test": false 3221 }, 3222 { 3223 "crate_types": [ 3224 "bin" 3225 ], 3226 "doc": false, 3227 "doctest": false, 3228 "edition": "2021", 3229 "kind": [ 3230 "test" 3231 ], 3232 "name": "local_queue", 3233 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/tests/local_queue.rs", 3234 "test": true 3235 }, 3236 { 3237 "crate_types": [ 3238 "bin" 3239 ], 3240 "doc": false, 3241 "doctest": false, 3242 "edition": "2021", 3243 "kind": [ 3244 "test" 3245 ], 3246 "name": "drop", 3247 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/tests/drop.rs", 3248 "test": true 3249 }, 3250 { 3251 "crate_types": [ 3252 "bin" 3253 ], 3254 "doc": false, 3255 "doctest": false, 3256 "edition": "2021", 3257 "kind": [ 3258 "test" 3259 ], 3260 "name": "larger_tasks", 3261 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/tests/larger_tasks.rs", 3262 "test": true 3263 }, 3264 { 3265 "crate_types": [ 3266 "bin" 3267 ], 3268 "doc": false, 3269 "doctest": false, 3270 "edition": "2021", 3271 "kind": [ 3272 "test" 3273 ], 3274 "name": "panic_prop", 3275 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/tests/panic_prop.rs", 3276 "test": true 3277 }, 3278 { 3279 "crate_types": [ 3280 "bin" 3281 ], 3282 "doc": false, 3283 "doctest": false, 3284 "edition": "2021", 3285 "kind": [ 3286 "test" 3287 ], 3288 "name": "different_executors", 3289 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/tests/different_executors.rs", 3290 "test": true 3291 }, 3292 { 3293 "crate_types": [ 3294 "bin" 3295 ], 3296 "doc": false, 3297 "doctest": false, 3298 "edition": "2021", 3299 "kind": [ 3300 "bench" 3301 ], 3302 "name": "executor", 3303 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.9.1/benches/executor.rs", 3304 "test": false 3305 } 3306 ], 3307 "version": "1.9.1" 3308 }, 3309 { 3310 "authors": [ 3311 "Stjepan Glavina <[email protected]>" 3312 ], 3313 "categories": [ 3314 "asynchronous", 3315 "concurrency" 3316 ], 3317 "default_run": null, 3318 "dependencies": [ 3319 { 3320 "features": [], 3321 "kind": null, 3322 "name": "event-listener", 3323 "optional": false, 3324 "registry": null, 3325 "rename": null, 3326 "req": "^4.0.0", 3327 "source": "registry+https://github.com/rust-lang/crates.io-index", 3328 "target": null, 3329 "uses_default_features": false 3330 }, 3331 { 3332 "features": [], 3333 "kind": null, 3334 "name": "event-listener-strategy", 3335 "optional": false, 3336 "registry": null, 3337 "rename": null, 3338 "req": "^0.4.0", 3339 "source": "registry+https://github.com/rust-lang/crates.io-index", 3340 "target": null, 3341 "uses_default_features": false 3342 }, 3343 { 3344 "features": [], 3345 "kind": null, 3346 "name": "pin-project-lite", 3347 "optional": false, 3348 "registry": null, 3349 "rename": null, 3350 "req": "^0.2.11", 3351 "source": "registry+https://github.com/rust-lang/crates.io-index", 3352 "target": null, 3353 "uses_default_features": true 3354 }, 3355 { 3356 "features": [], 3357 "kind": "dev", 3358 "name": "async-channel", 3359 "optional": false, 3360 "registry": null, 3361 "rename": null, 3362 "req": "^2.0.0", 3363 "source": "registry+https://github.com/rust-lang/crates.io-index", 3364 "target": null, 3365 "uses_default_features": true 3366 }, 3367 { 3368 "features": [], 3369 "kind": "dev", 3370 "name": "fastrand", 3371 "optional": false, 3372 "registry": null, 3373 "rename": null, 3374 "req": "^2.0.0", 3375 "source": "registry+https://github.com/rust-lang/crates.io-index", 3376 "target": null, 3377 "uses_default_features": true 3378 }, 3379 { 3380 "features": [], 3381 "kind": "dev", 3382 "name": "futures-lite", 3383 "optional": false, 3384 "registry": null, 3385 "rename": null, 3386 "req": "^2.0.0", 3387 "source": "registry+https://github.com/rust-lang/crates.io-index", 3388 "target": null, 3389 "uses_default_features": true 3390 }, 3391 { 3392 "features": [], 3393 "kind": "dev", 3394 "name": "waker-fn", 3395 "optional": false, 3396 "registry": null, 3397 "rename": null, 3398 "req": "^1.1.0", 3399 "source": "registry+https://github.com/rust-lang/crates.io-index", 3400 "target": null, 3401 "uses_default_features": true 3402 }, 3403 { 3404 "features": [], 3405 "kind": "dev", 3406 "name": "wasm-bindgen-test", 3407 "optional": false, 3408 "registry": null, 3409 "rename": null, 3410 "req": "^0.3", 3411 "source": "registry+https://github.com/rust-lang/crates.io-index", 3412 "target": "cfg(target_family = \"wasm\")", 3413 "uses_default_features": true 3414 } 3415 ], 3416 "description": "Async synchronization primitives", 3417 "documentation": null, 3418 "edition": "2021", 3419 "features": { 3420 "default": [ 3421 "std" 3422 ], 3423 "std": [ 3424 "event-listener/std", 3425 "event-listener-strategy/std" 3426 ] 3427 }, 3428 "homepage": null, 3429 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3430 "keywords": [ 3431 "lock", 3432 "mutex", 3433 "rwlock", 3434 "semaphore", 3435 "barrier" 3436 ], 3437 "license": "Apache-2.0 OR MIT", 3438 "license_file": null, 3439 "links": null, 3440 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/Cargo.toml", 3441 "metadata": null, 3442 "name": "async-lock", 3443 "publish": null, 3444 "readme": "README.md", 3445 "repository": "https://github.com/smol-rs/async-lock", 3446 "rust_version": "1.60", 3447 "source": "registry+https://github.com/rust-lang/crates.io-index", 3448 "targets": [ 3449 { 3450 "crate_types": [ 3451 "lib" 3452 ], 3453 "doc": true, 3454 "doctest": true, 3455 "edition": "2021", 3456 "kind": [ 3457 "lib" 3458 ], 3459 "name": "async_lock", 3460 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/src/lib.rs", 3461 "test": true 3462 }, 3463 { 3464 "crate_types": [ 3465 "bin" 3466 ], 3467 "doc": false, 3468 "doctest": false, 3469 "edition": "2021", 3470 "kind": [ 3471 "test" 3472 ], 3473 "name": "semaphore", 3474 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/tests/semaphore.rs", 3475 "test": true 3476 }, 3477 { 3478 "crate_types": [ 3479 "bin" 3480 ], 3481 "doc": false, 3482 "doctest": false, 3483 "edition": "2021", 3484 "kind": [ 3485 "test" 3486 ], 3487 "name": "barrier", 3488 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/tests/barrier.rs", 3489 "test": true 3490 }, 3491 { 3492 "crate_types": [ 3493 "bin" 3494 ], 3495 "doc": false, 3496 "doctest": false, 3497 "edition": "2021", 3498 "kind": [ 3499 "test" 3500 ], 3501 "name": "rwlock", 3502 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/tests/rwlock.rs", 3503 "test": true 3504 }, 3505 { 3506 "crate_types": [ 3507 "bin" 3508 ], 3509 "doc": false, 3510 "doctest": false, 3511 "edition": "2021", 3512 "kind": [ 3513 "test" 3514 ], 3515 "name": "mutex", 3516 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/tests/mutex.rs", 3517 "test": true 3518 } 3519 ], 3520 "version": "3.3.0" 3521 }, 3522 { 3523 "authors": [ 3524 "Robert Usher <[email protected]>" 3525 ], 3526 "categories": [], 3527 "default_run": null, 3528 "dependencies": [ 3529 { 3530 "features": [], 3531 "kind": null, 3532 "name": "proc-macro2", 3533 "optional": false, 3534 "registry": null, 3535 "rename": null, 3536 "req": "^1.0", 3537 "source": "registry+https://github.com/rust-lang/crates.io-index", 3538 "target": null, 3539 "uses_default_features": false 3540 }, 3541 { 3542 "features": [], 3543 "kind": null, 3544 "name": "quote", 3545 "optional": false, 3546 "registry": null, 3547 "rename": null, 3548 "req": "^1.0", 3549 "source": "registry+https://github.com/rust-lang/crates.io-index", 3550 "target": null, 3551 "uses_default_features": false 3552 }, 3553 { 3554 "features": [ 3555 "full", 3556 "visit-mut" 3557 ], 3558 "kind": null, 3559 "name": "syn", 3560 "optional": false, 3561 "registry": null, 3562 "rename": null, 3563 "req": "^2.0", 3564 "source": "registry+https://github.com/rust-lang/crates.io-index", 3565 "target": null, 3566 "uses_default_features": false 3567 }, 3568 { 3569 "features": [], 3570 "kind": "dev", 3571 "name": "futures-executor", 3572 "optional": false, 3573 "registry": null, 3574 "rename": null, 3575 "req": "^0.3", 3576 "source": "registry+https://github.com/rust-lang/crates.io-index", 3577 "target": null, 3578 "uses_default_features": true 3579 }, 3580 { 3581 "features": [], 3582 "kind": "dev", 3583 "name": "macrotest", 3584 "optional": false, 3585 "registry": null, 3586 "rename": null, 3587 "req": "^1.0", 3588 "source": "registry+https://github.com/rust-lang/crates.io-index", 3589 "target": null, 3590 "uses_default_features": true 3591 }, 3592 { 3593 "features": [], 3594 "kind": "dev", 3595 "name": "trybuild", 3596 "optional": false, 3597 "registry": null, 3598 "rename": null, 3599 "req": "^1.0", 3600 "source": "registry+https://github.com/rust-lang/crates.io-index", 3601 "target": null, 3602 "uses_default_features": true 3603 } 3604 ], 3605 "description": "Recursion for async functions", 3606 "documentation": "https://docs.rs/async-recursion", 3607 "edition": "2018", 3608 "features": {}, 3609 "homepage": null, 3610 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3611 "keywords": [], 3612 "license": "MIT OR Apache-2.0", 3613 "license_file": null, 3614 "links": null, 3615 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/Cargo.toml", 3616 "metadata": null, 3617 "name": "async-recursion", 3618 "publish": null, 3619 "readme": "README.md", 3620 "repository": "https://github.com/dcchut/async-recursion", 3621 "rust_version": null, 3622 "source": "registry+https://github.com/rust-lang/crates.io-index", 3623 "targets": [ 3624 { 3625 "crate_types": [ 3626 "proc-macro" 3627 ], 3628 "doc": true, 3629 "doctest": true, 3630 "edition": "2018", 3631 "kind": [ 3632 "proc-macro" 3633 ], 3634 "name": "async_recursion", 3635 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/src/lib.rs", 3636 "test": true 3637 }, 3638 { 3639 "crate_types": [ 3640 "bin" 3641 ], 3642 "doc": false, 3643 "doctest": false, 3644 "edition": "2018", 3645 "kind": [ 3646 "test" 3647 ], 3648 "name": "macros_all_the_way_down", 3649 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/macros_all_the_way_down.rs", 3650 "test": true 3651 }, 3652 { 3653 "crate_types": [ 3654 "bin" 3655 ], 3656 "doc": false, 3657 "doctest": false, 3658 "edition": "2018", 3659 "kind": [ 3660 "test" 3661 ], 3662 "name": "fibonacci", 3663 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/fibonacci.rs", 3664 "test": true 3665 }, 3666 { 3667 "crate_types": [ 3668 "bin" 3669 ], 3670 "doc": false, 3671 "doctest": false, 3672 "edition": "2018", 3673 "kind": [ 3674 "test" 3675 ], 3676 "name": "compiletest", 3677 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/compiletest.rs", 3678 "test": true 3679 }, 3680 { 3681 "crate_types": [ 3682 "bin" 3683 ], 3684 "doc": false, 3685 "doctest": false, 3686 "edition": "2018", 3687 "kind": [ 3688 "test" 3689 ], 3690 "name": "lifetimes", 3691 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/lifetimes.rs", 3692 "test": true 3693 }, 3694 { 3695 "crate_types": [ 3696 "bin" 3697 ], 3698 "doc": false, 3699 "doctest": false, 3700 "edition": "2018", 3701 "kind": [ 3702 "test" 3703 ], 3704 "name": "args_sync", 3705 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/args_sync.rs", 3706 "test": true 3707 }, 3708 { 3709 "crate_types": [ 3710 "bin" 3711 ], 3712 "doc": false, 3713 "doctest": false, 3714 "edition": "2018", 3715 "kind": [ 3716 "test" 3717 ], 3718 "name": "core_module", 3719 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/core_module.rs", 3720 "test": true 3721 }, 3722 { 3723 "crate_types": [ 3724 "bin" 3725 ], 3726 "doc": false, 3727 "doctest": false, 3728 "edition": "2018", 3729 "kind": [ 3730 "test" 3731 ], 3732 "name": "generic_parameters", 3733 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/generic_parameters.rs", 3734 "test": true 3735 }, 3736 { 3737 "crate_types": [ 3738 "bin" 3739 ], 3740 "doc": false, 3741 "doctest": false, 3742 "edition": "2018", 3743 "kind": [ 3744 "test" 3745 ], 3746 "name": "struct_methods", 3747 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/tests/struct_methods.rs", 3748 "test": true 3749 } 3750 ], 3751 "version": "1.1.0" 3752 }, 3753 { 3754 "authors": [ 3755 "Stjepan Glavina <[email protected]>" 3756 ], 3757 "categories": [ 3758 "asynchronous", 3759 "concurrency", 3760 "no-std" 3761 ], 3762 "default_run": null, 3763 "dependencies": [ 3764 { 3765 "features": [], 3766 "kind": null, 3767 "name": "portable-atomic", 3768 "optional": true, 3769 "registry": null, 3770 "rename": null, 3771 "req": "^1", 3772 "source": "registry+https://github.com/rust-lang/crates.io-index", 3773 "target": null, 3774 "uses_default_features": false 3775 }, 3776 { 3777 "features": [], 3778 "kind": "dev", 3779 "name": "atomic-waker", 3780 "optional": false, 3781 "registry": null, 3782 "rename": null, 3783 "req": "^1", 3784 "source": "registry+https://github.com/rust-lang/crates.io-index", 3785 "target": null, 3786 "uses_default_features": true 3787 }, 3788 { 3789 "features": [], 3790 "kind": "dev", 3791 "name": "easy-parallel", 3792 "optional": false, 3793 "registry": null, 3794 "rename": null, 3795 "req": "^3", 3796 "source": "registry+https://github.com/rust-lang/crates.io-index", 3797 "target": null, 3798 "uses_default_features": true 3799 }, 3800 { 3801 "features": [], 3802 "kind": "dev", 3803 "name": "flaky_test", 3804 "optional": false, 3805 "registry": null, 3806 "rename": null, 3807 "req": "^0.1", 3808 "source": "registry+https://github.com/rust-lang/crates.io-index", 3809 "target": null, 3810 "uses_default_features": true 3811 }, 3812 { 3813 "features": [], 3814 "kind": "dev", 3815 "name": "flume", 3816 "optional": false, 3817 "registry": null, 3818 "rename": null, 3819 "req": "^0.11", 3820 "source": "registry+https://github.com/rust-lang/crates.io-index", 3821 "target": null, 3822 "uses_default_features": false 3823 }, 3824 { 3825 "features": [], 3826 "kind": "dev", 3827 "name": "futures-lite", 3828 "optional": false, 3829 "registry": null, 3830 "rename": null, 3831 "req": "^2.0.0", 3832 "source": "registry+https://github.com/rust-lang/crates.io-index", 3833 "target": null, 3834 "uses_default_features": true 3835 }, 3836 { 3837 "features": [], 3838 "kind": "dev", 3839 "name": "once_cell", 3840 "optional": false, 3841 "registry": null, 3842 "rename": null, 3843 "req": "^1", 3844 "source": "registry+https://github.com/rust-lang/crates.io-index", 3845 "target": null, 3846 "uses_default_features": true 3847 }, 3848 { 3849 "features": [], 3850 "kind": "dev", 3851 "name": "pin-project-lite", 3852 "optional": false, 3853 "registry": null, 3854 "rename": null, 3855 "req": "^0.2.10", 3856 "source": "registry+https://github.com/rust-lang/crates.io-index", 3857 "target": null, 3858 "uses_default_features": true 3859 }, 3860 { 3861 "features": [], 3862 "kind": "dev", 3863 "name": "smol", 3864 "optional": false, 3865 "registry": null, 3866 "rename": null, 3867 "req": "^1", 3868 "source": "registry+https://github.com/rust-lang/crates.io-index", 3869 "target": null, 3870 "uses_default_features": true 3871 } 3872 ], 3873 "description": "Task abstraction for building executors", 3874 "documentation": null, 3875 "edition": "2018", 3876 "features": { 3877 "default": [ 3878 "std" 3879 ], 3880 "portable-atomic": [ 3881 "dep:portable-atomic" 3882 ], 3883 "std": [] 3884 }, 3885 "homepage": null, 3886 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 3887 "keywords": [ 3888 "futures", 3889 "task", 3890 "executor", 3891 "spawn" 3892 ], 3893 "license": "Apache-2.0 OR MIT", 3894 "license_file": null, 3895 "links": null, 3896 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/Cargo.toml", 3897 "metadata": null, 3898 "name": "async-task", 3899 "publish": null, 3900 "readme": "README.md", 3901 "repository": "https://github.com/smol-rs/async-task", 3902 "rust_version": "1.57", 3903 "source": "registry+https://github.com/rust-lang/crates.io-index", 3904 "targets": [ 3905 { 3906 "crate_types": [ 3907 "lib" 3908 ], 3909 "doc": true, 3910 "doctest": true, 3911 "edition": "2018", 3912 "kind": [ 3913 "lib" 3914 ], 3915 "name": "async_task", 3916 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/src/lib.rs", 3917 "test": true 3918 }, 3919 { 3920 "crate_types": [ 3921 "bin" 3922 ], 3923 "doc": false, 3924 "doctest": false, 3925 "edition": "2018", 3926 "kind": [ 3927 "example" 3928 ], 3929 "name": "spawn-on-thread", 3930 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/examples/spawn-on-thread.rs", 3931 "test": false 3932 }, 3933 { 3934 "crate_types": [ 3935 "bin" 3936 ], 3937 "doc": false, 3938 "doctest": false, 3939 "edition": "2018", 3940 "kind": [ 3941 "example" 3942 ], 3943 "name": "with-metadata", 3944 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/examples/with-metadata.rs", 3945 "test": false 3946 }, 3947 { 3948 "crate_types": [ 3949 "bin" 3950 ], 3951 "doc": false, 3952 "doctest": false, 3953 "edition": "2018", 3954 "kind": [ 3955 "example" 3956 ], 3957 "name": "spawn", 3958 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/examples/spawn.rs", 3959 "test": false 3960 }, 3961 { 3962 "crate_types": [ 3963 "bin" 3964 ], 3965 "doc": false, 3966 "doctest": false, 3967 "edition": "2018", 3968 "kind": [ 3969 "example" 3970 ], 3971 "name": "spawn-local", 3972 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/examples/spawn-local.rs", 3973 "test": false 3974 }, 3975 { 3976 "crate_types": [ 3977 "bin" 3978 ], 3979 "doc": false, 3980 "doctest": false, 3981 "edition": "2018", 3982 "kind": [ 3983 "test" 3984 ], 3985 "name": "waker_ready", 3986 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/waker_ready.rs", 3987 "test": true 3988 }, 3989 { 3990 "crate_types": [ 3991 "bin" 3992 ], 3993 "doc": false, 3994 "doctest": false, 3995 "edition": "2018", 3996 "kind": [ 3997 "test" 3998 ], 3999 "name": "join", 4000 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/join.rs", 4001 "test": true 4002 }, 4003 { 4004 "crate_types": [ 4005 "bin" 4006 ], 4007 "doc": false, 4008 "doctest": false, 4009 "edition": "2018", 4010 "kind": [ 4011 "test" 4012 ], 4013 "name": "panic", 4014 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/panic.rs", 4015 "test": true 4016 }, 4017 { 4018 "crate_types": [ 4019 "bin" 4020 ], 4021 "doc": false, 4022 "doctest": false, 4023 "edition": "2018", 4024 "kind": [ 4025 "test" 4026 ], 4027 "name": "metadata", 4028 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/metadata.rs", 4029 "test": true 4030 }, 4031 { 4032 "crate_types": [ 4033 "bin" 4034 ], 4035 "doc": false, 4036 "doctest": false, 4037 "edition": "2018", 4038 "kind": [ 4039 "test" 4040 ], 4041 "name": "cancel", 4042 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/cancel.rs", 4043 "test": true 4044 }, 4045 { 4046 "crate_types": [ 4047 "bin" 4048 ], 4049 "doc": false, 4050 "doctest": false, 4051 "edition": "2018", 4052 "kind": [ 4053 "test" 4054 ], 4055 "name": "waker_pending", 4056 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/waker_pending.rs", 4057 "test": true 4058 }, 4059 { 4060 "crate_types": [ 4061 "bin" 4062 ], 4063 "doc": false, 4064 "doctest": false, 4065 "edition": "2018", 4066 "kind": [ 4067 "test" 4068 ], 4069 "name": "waker_panic", 4070 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/waker_panic.rs", 4071 "test": true 4072 }, 4073 { 4074 "crate_types": [ 4075 "bin" 4076 ], 4077 "doc": false, 4078 "doctest": false, 4079 "edition": "2018", 4080 "kind": [ 4081 "test" 4082 ], 4083 "name": "ready", 4084 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/ready.rs", 4085 "test": true 4086 }, 4087 { 4088 "crate_types": [ 4089 "bin" 4090 ], 4091 "doc": false, 4092 "doctest": false, 4093 "edition": "2018", 4094 "kind": [ 4095 "test" 4096 ], 4097 "name": "basic", 4098 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/tests/basic.rs", 4099 "test": true 4100 }, 4101 { 4102 "crate_types": [ 4103 "bin" 4104 ], 4105 "doc": false, 4106 "doctest": false, 4107 "edition": "2018", 4108 "kind": [ 4109 "bench" 4110 ], 4111 "name": "spawn", 4112 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.0/benches/spawn.rs", 4113 "test": false 4114 } 4115 ], 4116 "version": "4.7.0" 4117 }, 4118 { 4119 "authors": [ 4120 "David Tolnay <[email protected]>" 4121 ], 4122 "categories": [ 4123 "asynchronous", 4124 "no-std" 4125 ], 4126 "default_run": null, 4127 "dependencies": [ 4128 { 4129 "features": [], 4130 "kind": null, 4131 "name": "proc-macro2", 4132 "optional": false, 4133 "registry": null, 4134 "rename": null, 4135 "req": "^1.0.74", 4136 "source": "registry+https://github.com/rust-lang/crates.io-index", 4137 "target": null, 4138 "uses_default_features": true 4139 }, 4140 { 4141 "features": [], 4142 "kind": null, 4143 "name": "quote", 4144 "optional": false, 4145 "registry": null, 4146 "rename": null, 4147 "req": "^1.0.35", 4148 "source": "registry+https://github.com/rust-lang/crates.io-index", 4149 "target": null, 4150 "uses_default_features": true 4151 }, 4152 { 4153 "features": [ 4154 "full", 4155 "visit-mut" 4156 ], 4157 "kind": null, 4158 "name": "syn", 4159 "optional": false, 4160 "registry": null, 4161 "rename": null, 4162 "req": "^2.0.46", 4163 "source": "registry+https://github.com/rust-lang/crates.io-index", 4164 "target": null, 4165 "uses_default_features": true 4166 }, 4167 { 4168 "features": [], 4169 "kind": "dev", 4170 "name": "futures", 4171 "optional": false, 4172 "registry": null, 4173 "rename": null, 4174 "req": "^0.3.30", 4175 "source": "registry+https://github.com/rust-lang/crates.io-index", 4176 "target": null, 4177 "uses_default_features": true 4178 }, 4179 { 4180 "features": [], 4181 "kind": "dev", 4182 "name": "rustversion", 4183 "optional": false, 4184 "registry": null, 4185 "rename": null, 4186 "req": "^1.0.13", 4187 "source": "registry+https://github.com/rust-lang/crates.io-index", 4188 "target": null, 4189 "uses_default_features": true 4190 }, 4191 { 4192 "features": [], 4193 "kind": "dev", 4194 "name": "tracing", 4195 "optional": false, 4196 "registry": null, 4197 "rename": null, 4198 "req": "^0.1.40", 4199 "source": "registry+https://github.com/rust-lang/crates.io-index", 4200 "target": null, 4201 "uses_default_features": true 4202 }, 4203 { 4204 "features": [], 4205 "kind": "dev", 4206 "name": "tracing-attributes", 4207 "optional": false, 4208 "registry": null, 4209 "rename": null, 4210 "req": "^0.1.27", 4211 "source": "registry+https://github.com/rust-lang/crates.io-index", 4212 "target": null, 4213 "uses_default_features": true 4214 }, 4215 { 4216 "features": [ 4217 "diff" 4218 ], 4219 "kind": "dev", 4220 "name": "trybuild", 4221 "optional": false, 4222 "registry": null, 4223 "rename": null, 4224 "req": "^1.0.81", 4225 "source": "registry+https://github.com/rust-lang/crates.io-index", 4226 "target": null, 4227 "uses_default_features": true 4228 } 4229 ], 4230 "description": "Type erasure for async trait methods", 4231 "documentation": "https://docs.rs/async-trait", 4232 "edition": "2021", 4233 "features": {}, 4234 "homepage": null, 4235 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4236 "keywords": [ 4237 "async" 4238 ], 4239 "license": "MIT OR Apache-2.0", 4240 "license_file": null, 4241 "links": null, 4242 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/Cargo.toml", 4243 "metadata": { 4244 "docs": { 4245 "rs": { 4246 "rustdoc-args": [ 4247 "--generate-link-to-definition" 4248 ], 4249 "targets": [ 4250 "x86_64-unknown-linux-gnu" 4251 ] 4252 } 4253 } 4254 }, 4255 "name": "async-trait", 4256 "publish": null, 4257 "readme": "README.md", 4258 "repository": "https://github.com/dtolnay/async-trait", 4259 "rust_version": "1.56", 4260 "source": "registry+https://github.com/rust-lang/crates.io-index", 4261 "targets": [ 4262 { 4263 "crate_types": [ 4264 "proc-macro" 4265 ], 4266 "doc": true, 4267 "doctest": true, 4268 "edition": "2021", 4269 "kind": [ 4270 "proc-macro" 4271 ], 4272 "name": "async_trait", 4273 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/src/lib.rs", 4274 "test": true 4275 }, 4276 { 4277 "crate_types": [ 4278 "bin" 4279 ], 4280 "doc": false, 4281 "doctest": false, 4282 "edition": "2021", 4283 "kind": [ 4284 "test" 4285 ], 4286 "name": "test", 4287 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/tests/test.rs", 4288 "test": true 4289 }, 4290 { 4291 "crate_types": [ 4292 "bin" 4293 ], 4294 "doc": false, 4295 "doctest": false, 4296 "edition": "2021", 4297 "kind": [ 4298 "test" 4299 ], 4300 "name": "compiletest", 4301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/tests/compiletest.rs", 4302 "test": true 4303 }, 4304 { 4305 "crate_types": [ 4306 "bin" 4307 ], 4308 "doc": false, 4309 "doctest": false, 4310 "edition": "2021", 4311 "kind": [ 4312 "custom-build" 4313 ], 4314 "name": "build-script-build", 4315 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/build.rs", 4316 "test": false 4317 } 4318 ], 4319 "version": "0.1.79" 4320 }, 4321 { 4322 "authors": [ 4323 "Naja Melan <[email protected]>" 4324 ], 4325 "categories": [ 4326 "asynchronous", 4327 "network-programming" 4328 ], 4329 "default_run": null, 4330 "dependencies": [ 4331 { 4332 "features": [], 4333 "kind": null, 4334 "name": "futures", 4335 "optional": false, 4336 "registry": null, 4337 "rename": null, 4338 "req": "^0.3", 4339 "source": "registry+https://github.com/rust-lang/crates.io-index", 4340 "target": null, 4341 "uses_default_features": true 4342 }, 4343 { 4344 "features": [], 4345 "kind": null, 4346 "name": "pharos", 4347 "optional": true, 4348 "registry": null, 4349 "rename": null, 4350 "req": "^0.5", 4351 "source": "registry+https://github.com/rust-lang/crates.io-index", 4352 "target": null, 4353 "uses_default_features": true 4354 }, 4355 { 4356 "features": [], 4357 "kind": null, 4358 "name": "tokio", 4359 "optional": true, 4360 "registry": null, 4361 "rename": null, 4362 "req": "^1", 4363 "source": "registry+https://github.com/rust-lang/crates.io-index", 4364 "target": null, 4365 "uses_default_features": true 4366 }, 4367 { 4368 "features": [], 4369 "kind": "dev", 4370 "name": "assert_matches", 4371 "optional": false, 4372 "registry": null, 4373 "rename": null, 4374 "req": "^1", 4375 "source": "registry+https://github.com/rust-lang/crates.io-index", 4376 "target": null, 4377 "uses_default_features": true 4378 }, 4379 { 4380 "features": [], 4381 "kind": "dev", 4382 "name": "futures", 4383 "optional": false, 4384 "registry": null, 4385 "rename": null, 4386 "req": "^0.3", 4387 "source": "registry+https://github.com/rust-lang/crates.io-index", 4388 "target": null, 4389 "uses_default_features": true 4390 }, 4391 { 4392 "features": [], 4393 "kind": "dev", 4394 "name": "log", 4395 "optional": false, 4396 "registry": null, 4397 "rename": null, 4398 "req": "^0.4", 4399 "source": "registry+https://github.com/rust-lang/crates.io-index", 4400 "target": null, 4401 "uses_default_features": true 4402 }, 4403 { 4404 "features": [], 4405 "kind": "dev", 4406 "name": "pretty_assertions", 4407 "optional": false, 4408 "registry": null, 4409 "rename": null, 4410 "req": "^1", 4411 "source": "registry+https://github.com/rust-lang/crates.io-index", 4412 "target": null, 4413 "uses_default_features": true 4414 }, 4415 { 4416 "features": [], 4417 "kind": "build", 4418 "name": "rustc_version", 4419 "optional": false, 4420 "registry": null, 4421 "rename": null, 4422 "req": "^0.4", 4423 "source": "registry+https://github.com/rust-lang/crates.io-index", 4424 "target": null, 4425 "uses_default_features": true 4426 } 4427 ], 4428 "description": "IntoAsyncRead on steriods", 4429 "documentation": "https://docs.rs/async_io_stream", 4430 "edition": "2021", 4431 "features": { 4432 "map_pharos": [ 4433 "pharos" 4434 ], 4435 "pharos": [ 4436 "dep:pharos" 4437 ], 4438 "tokio": [ 4439 "dep:tokio" 4440 ], 4441 "tokio_io": [ 4442 "tokio" 4443 ] 4444 }, 4445 "homepage": null, 4446 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4447 "keywords": [ 4448 "futures", 4449 "io", 4450 "async", 4451 "asyncread", 4452 "asyncwrite" 4453 ], 4454 "license": "Unlicense", 4455 "license_file": null, 4456 "links": null, 4457 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async_io_stream-0.3.3/Cargo.toml", 4458 "metadata": { 4459 "docs": { 4460 "rs": { 4461 "all-features": true, 4462 "targets": [] 4463 } 4464 } 4465 }, 4466 "name": "async_io_stream", 4467 "publish": null, 4468 "readme": "README.md", 4469 "repository": "https://github.com/najamelan/async_io_stream", 4470 "rust_version": null, 4471 "source": "registry+https://github.com/rust-lang/crates.io-index", 4472 "targets": [ 4473 { 4474 "crate_types": [ 4475 "lib" 4476 ], 4477 "doc": true, 4478 "doctest": true, 4479 "edition": "2021", 4480 "kind": [ 4481 "lib" 4482 ], 4483 "name": "async_io_stream", 4484 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async_io_stream-0.3.3/src/lib.rs", 4485 "test": true 4486 }, 4487 { 4488 "crate_types": [ 4489 "bin" 4490 ], 4491 "doc": false, 4492 "doctest": false, 4493 "edition": "2021", 4494 "kind": [ 4495 "custom-build" 4496 ], 4497 "name": "build-script-build", 4498 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/async_io_stream-0.3.3/build.rs", 4499 "test": false 4500 } 4501 ], 4502 "version": "0.3.3" 4503 }, 4504 { 4505 "authors": [ 4506 "Amanieu d'Antras <[email protected]>" 4507 ], 4508 "categories": [], 4509 "default_run": null, 4510 "dependencies": [], 4511 "description": "Generic Atomic<T> wrapper type", 4512 "documentation": "https://amanieu.github.io/atomic-rs/atomic/index.html", 4513 "edition": "2018", 4514 "features": { 4515 "default": [ 4516 "fallback" 4517 ], 4518 "fallback": [], 4519 "nightly": [], 4520 "std": [] 4521 }, 4522 "homepage": null, 4523 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4524 "keywords": [ 4525 "atomic", 4526 "no_std" 4527 ], 4528 "license": "Apache-2.0/MIT", 4529 "license_file": null, 4530 "links": null, 4531 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atomic-0.5.3/Cargo.toml", 4532 "metadata": null, 4533 "name": "atomic", 4534 "publish": null, 4535 "readme": "README.md", 4536 "repository": "https://github.com/Amanieu/atomic-rs", 4537 "rust_version": null, 4538 "source": "registry+https://github.com/rust-lang/crates.io-index", 4539 "targets": [ 4540 { 4541 "crate_types": [ 4542 "lib" 4543 ], 4544 "doc": true, 4545 "doctest": true, 4546 "edition": "2018", 4547 "kind": [ 4548 "lib" 4549 ], 4550 "name": "atomic", 4551 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atomic-0.5.3/src/lib.rs", 4552 "test": true 4553 } 4554 ], 4555 "version": "0.5.3" 4556 }, 4557 { 4558 "authors": [ 4559 "Dario Nieuwenhuis <[email protected]>" 4560 ], 4561 "categories": [ 4562 "embedded", 4563 "no-std", 4564 "concurrency" 4565 ], 4566 "default_run": null, 4567 "dependencies": [ 4568 { 4569 "features": [], 4570 "kind": null, 4571 "name": "critical-section", 4572 "optional": false, 4573 "registry": null, 4574 "rename": null, 4575 "req": "^1.0.0", 4576 "source": "registry+https://github.com/rust-lang/crates.io-index", 4577 "target": null, 4578 "uses_default_features": true 4579 } 4580 ], 4581 "description": "Atomic polyfills, for targets where they're not available.", 4582 "documentation": null, 4583 "edition": "2021", 4584 "features": {}, 4585 "homepage": null, 4586 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4587 "keywords": [], 4588 "license": "MIT OR Apache-2.0", 4589 "license_file": null, 4590 "links": null, 4591 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atomic-polyfill-1.0.3/Cargo.toml", 4592 "metadata": null, 4593 "name": "atomic-polyfill", 4594 "publish": null, 4595 "readme": "README.md", 4596 "repository": "https://github.com/embassy-rs/atomic-polyfill", 4597 "rust_version": null, 4598 "source": "registry+https://github.com/rust-lang/crates.io-index", 4599 "targets": [ 4600 { 4601 "crate_types": [ 4602 "lib" 4603 ], 4604 "doc": true, 4605 "doctest": true, 4606 "edition": "2021", 4607 "kind": [ 4608 "lib" 4609 ], 4610 "name": "atomic_polyfill", 4611 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atomic-polyfill-1.0.3/src/lib.rs", 4612 "test": true 4613 }, 4614 { 4615 "crate_types": [ 4616 "bin" 4617 ], 4618 "doc": false, 4619 "doctest": false, 4620 "edition": "2021", 4621 "kind": [ 4622 "custom-build" 4623 ], 4624 "name": "build-script-build", 4625 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atomic-polyfill-1.0.3/build.rs", 4626 "test": false 4627 } 4628 ], 4629 "version": "1.0.3" 4630 }, 4631 { 4632 "authors": [ 4633 "softprops <[email protected]>" 4634 ], 4635 "categories": [], 4636 "default_run": null, 4637 "dependencies": [ 4638 { 4639 "features": [], 4640 "kind": null, 4641 "name": "hermit-abi", 4642 "optional": false, 4643 "registry": null, 4644 "rename": null, 4645 "req": "^0.1.6", 4646 "source": "registry+https://github.com/rust-lang/crates.io-index", 4647 "target": "cfg(target_os = \"hermit\")", 4648 "uses_default_features": true 4649 }, 4650 { 4651 "features": [], 4652 "kind": null, 4653 "name": "libc", 4654 "optional": false, 4655 "registry": null, 4656 "rename": null, 4657 "req": "^0.2", 4658 "source": "registry+https://github.com/rust-lang/crates.io-index", 4659 "target": "cfg(unix)", 4660 "uses_default_features": false 4661 }, 4662 { 4663 "features": [ 4664 "consoleapi", 4665 "processenv", 4666 "minwinbase", 4667 "minwindef", 4668 "winbase" 4669 ], 4670 "kind": null, 4671 "name": "winapi", 4672 "optional": false, 4673 "registry": null, 4674 "rename": null, 4675 "req": "^0.3", 4676 "source": "registry+https://github.com/rust-lang/crates.io-index", 4677 "target": "cfg(windows)", 4678 "uses_default_features": true 4679 } 4680 ], 4681 "description": "A simple interface for querying atty", 4682 "documentation": "http://softprops.github.io/atty", 4683 "edition": "2015", 4684 "features": {}, 4685 "homepage": "https://github.com/softprops/atty", 4686 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4687 "keywords": [ 4688 "terminal", 4689 "tty", 4690 "isatty" 4691 ], 4692 "license": "MIT", 4693 "license_file": null, 4694 "links": null, 4695 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/Cargo.toml", 4696 "metadata": null, 4697 "name": "atty", 4698 "publish": null, 4699 "readme": "README.md", 4700 "repository": "https://github.com/softprops/atty", 4701 "rust_version": null, 4702 "source": "registry+https://github.com/rust-lang/crates.io-index", 4703 "targets": [ 4704 { 4705 "crate_types": [ 4706 "lib" 4707 ], 4708 "doc": true, 4709 "doctest": true, 4710 "edition": "2015", 4711 "kind": [ 4712 "lib" 4713 ], 4714 "name": "atty", 4715 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs", 4716 "test": true 4717 }, 4718 { 4719 "crate_types": [ 4720 "bin" 4721 ], 4722 "doc": false, 4723 "doctest": false, 4724 "edition": "2015", 4725 "kind": [ 4726 "example" 4727 ], 4728 "name": "atty", 4729 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/examples/atty.rs", 4730 "test": false 4731 } 4732 ], 4733 "version": "0.2.14" 4734 }, 4735 { 4736 "authors": [ 4737 "Josh Stone <[email protected]>" 4738 ], 4739 "categories": [ 4740 "development-tools::build-utils" 4741 ], 4742 "default_run": null, 4743 "dependencies": [], 4744 "description": "Automatic cfg for Rust compiler features", 4745 "documentation": null, 4746 "edition": "2015", 4747 "features": {}, 4748 "homepage": null, 4749 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 4750 "keywords": [ 4751 "rustc", 4752 "build", 4753 "autoconf" 4754 ], 4755 "license": "Apache-2.0 OR MIT", 4756 "license_file": null, 4757 "links": null, 4758 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", 4759 "metadata": null, 4760 "name": "autocfg", 4761 "publish": null, 4762 "readme": "README.md", 4763 "repository": "https://github.com/cuviper/autocfg", 4764 "rust_version": null, 4765 "source": "registry+https://github.com/rust-lang/crates.io-index", 4766 "targets": [ 4767 { 4768 "crate_types": [ 4769 "lib" 4770 ], 4771 "doc": true, 4772 "doctest": true, 4773 "edition": "2015", 4774 "kind": [ 4775 "lib" 4776 ], 4777 "name": "autocfg", 4778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", 4779 "test": true 4780 }, 4781 { 4782 "crate_types": [ 4783 "bin" 4784 ], 4785 "doc": false, 4786 "doctest": false, 4787 "edition": "2015", 4788 "kind": [ 4789 "example" 4790 ], 4791 "name": "integers", 4792 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", 4793 "test": false 4794 }, 4795 { 4796 "crate_types": [ 4797 "bin" 4798 ], 4799 "doc": false, 4800 "doctest": false, 4801 "edition": "2015", 4802 "kind": [ 4803 "example" 4804 ], 4805 "name": "paths", 4806 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", 4807 "test": false 4808 }, 4809 { 4810 "crate_types": [ 4811 "bin" 4812 ], 4813 "doc": false, 4814 "doctest": false, 4815 "edition": "2015", 4816 "kind": [ 4817 "example" 4818 ], 4819 "name": "versions", 4820 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", 4821 "test": false 4822 }, 4823 { 4824 "crate_types": [ 4825 "bin" 4826 ], 4827 "doc": false, 4828 "doctest": false, 4829 "edition": "2015", 4830 "kind": [ 4831 "example" 4832 ], 4833 "name": "traits", 4834 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", 4835 "test": false 4836 }, 4837 { 4838 "crate_types": [ 4839 "bin" 4840 ], 4841 "doc": false, 4842 "doctest": false, 4843 "edition": "2015", 4844 "kind": [ 4845 "test" 4846 ], 4847 "name": "rustflags", 4848 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", 4849 "test": true 4850 } 4851 ], 4852 "version": "1.1.0" 4853 }, 4854 { 4855 "authors": [ 4856 "The Rust Project Developers" 4857 ], 4858 "categories": [], 4859 "default_run": null, 4860 "dependencies": [ 4861 { 4862 "features": [], 4863 "kind": null, 4864 "name": "cfg-if", 4865 "optional": false, 4866 "registry": null, 4867 "rename": null, 4868 "req": "^1.0", 4869 "source": "registry+https://github.com/rust-lang/crates.io-index", 4870 "target": null, 4871 "uses_default_features": true 4872 }, 4873 { 4874 "features": [ 4875 "alloc" 4876 ], 4877 "kind": null, 4878 "name": "cpp_demangle", 4879 "optional": true, 4880 "registry": null, 4881 "rename": null, 4882 "req": "^0.4.0", 4883 "source": "registry+https://github.com/rust-lang/crates.io-index", 4884 "target": null, 4885 "uses_default_features": false 4886 }, 4887 { 4888 "features": [], 4889 "kind": null, 4890 "name": "rustc-demangle", 4891 "optional": false, 4892 "registry": null, 4893 "rename": null, 4894 "req": "^0.1.4", 4895 "source": "registry+https://github.com/rust-lang/crates.io-index", 4896 "target": null, 4897 "uses_default_features": true 4898 }, 4899 { 4900 "features": [], 4901 "kind": null, 4902 "name": "rustc-serialize", 4903 "optional": true, 4904 "registry": null, 4905 "rename": null, 4906 "req": "^0.3", 4907 "source": "registry+https://github.com/rust-lang/crates.io-index", 4908 "target": null, 4909 "uses_default_features": true 4910 }, 4911 { 4912 "features": [ 4913 "derive" 4914 ], 4915 "kind": null, 4916 "name": "serde", 4917 "optional": true, 4918 "registry": null, 4919 "rename": null, 4920 "req": "^1.0", 4921 "source": "registry+https://github.com/rust-lang/crates.io-index", 4922 "target": null, 4923 "uses_default_features": true 4924 }, 4925 { 4926 "features": [], 4927 "kind": "dev", 4928 "name": "libloading", 4929 "optional": false, 4930 "registry": null, 4931 "rename": null, 4932 "req": "^0.7", 4933 "source": "registry+https://github.com/rust-lang/crates.io-index", 4934 "target": null, 4935 "uses_default_features": true 4936 }, 4937 { 4938 "features": [], 4939 "kind": "build", 4940 "name": "cc", 4941 "optional": false, 4942 "registry": null, 4943 "rename": null, 4944 "req": "^1.0.90", 4945 "source": "registry+https://github.com/rust-lang/crates.io-index", 4946 "target": null, 4947 "uses_default_features": true 4948 }, 4949 { 4950 "features": [], 4951 "kind": null, 4952 "name": "addr2line", 4953 "optional": false, 4954 "registry": null, 4955 "rename": null, 4956 "req": "^0.21.0", 4957 "source": "registry+https://github.com/rust-lang/crates.io-index", 4958 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 4959 "uses_default_features": false 4960 }, 4961 { 4962 "features": [], 4963 "kind": null, 4964 "name": "libc", 4965 "optional": false, 4966 "registry": null, 4967 "rename": null, 4968 "req": "^0.2.146", 4969 "source": "registry+https://github.com/rust-lang/crates.io-index", 4970 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 4971 "uses_default_features": false 4972 }, 4973 { 4974 "features": [], 4975 "kind": null, 4976 "name": "miniz_oxide", 4977 "optional": false, 4978 "registry": null, 4979 "rename": null, 4980 "req": "^0.7.0", 4981 "source": "registry+https://github.com/rust-lang/crates.io-index", 4982 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 4983 "uses_default_features": false 4984 }, 4985 { 4986 "features": [ 4987 "read_core", 4988 "elf", 4989 "macho", 4990 "pe", 4991 "xcoff", 4992 "unaligned", 4993 "archive" 4994 ], 4995 "kind": null, 4996 "name": "object", 4997 "optional": false, 4998 "registry": null, 4999 "rename": null, 5000 "req": "^0.32.0", 5001 "source": "registry+https://github.com/rust-lang/crates.io-index", 5002 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))", 5003 "uses_default_features": false 5004 }, 5005 { 5006 "features": [], 5007 "kind": null, 5008 "name": "winapi", 5009 "optional": true, 5010 "registry": null, 5011 "rename": null, 5012 "req": "^0.3.9", 5013 "source": "registry+https://github.com/rust-lang/crates.io-index", 5014 "target": "cfg(windows)", 5015 "uses_default_features": true 5016 } 5017 ], 5018 "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n", 5019 "documentation": "https://docs.rs/backtrace", 5020 "edition": "2021", 5021 "features": { 5022 "coresymbolication": [], 5023 "cpp_demangle": [ 5024 "dep:cpp_demangle" 5025 ], 5026 "dbghelp": [], 5027 "default": [ 5028 "std" 5029 ], 5030 "dladdr": [], 5031 "gimli-symbolize": [], 5032 "kernel32": [], 5033 "libbacktrace": [], 5034 "libunwind": [], 5035 "rustc-serialize": [ 5036 "dep:rustc-serialize" 5037 ], 5038 "serde": [ 5039 "dep:serde" 5040 ], 5041 "serialize-rustc": [ 5042 "rustc-serialize" 5043 ], 5044 "serialize-serde": [ 5045 "serde" 5046 ], 5047 "std": [], 5048 "unix-backtrace": [], 5049 "verify-winapi": [ 5050 "winapi/dbghelp", 5051 "winapi/handleapi", 5052 "winapi/libloaderapi", 5053 "winapi/memoryapi", 5054 "winapi/minwindef", 5055 "winapi/processthreadsapi", 5056 "winapi/synchapi", 5057 "winapi/tlhelp32", 5058 "winapi/winbase", 5059 "winapi/winnt" 5060 ], 5061 "winapi": [ 5062 "dep:winapi" 5063 ] 5064 }, 5065 "homepage": "https://github.com/rust-lang/backtrace-rs", 5066 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5067 "keywords": [], 5068 "license": "MIT OR Apache-2.0", 5069 "license_file": null, 5070 "links": null, 5071 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/Cargo.toml", 5072 "metadata": null, 5073 "name": "backtrace", 5074 "publish": null, 5075 "readme": "README.md", 5076 "repository": "https://github.com/rust-lang/backtrace-rs", 5077 "rust_version": "1.65.0", 5078 "source": "registry+https://github.com/rust-lang/crates.io-index", 5079 "targets": [ 5080 { 5081 "crate_types": [ 5082 "lib" 5083 ], 5084 "doc": true, 5085 "doctest": true, 5086 "edition": "2021", 5087 "kind": [ 5088 "lib" 5089 ], 5090 "name": "backtrace", 5091 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs", 5092 "test": true 5093 }, 5094 { 5095 "crate_types": [ 5096 "bin" 5097 ], 5098 "doc": false, 5099 "doctest": false, 5100 "edition": "2021", 5101 "kind": [ 5102 "example" 5103 ], 5104 "name": "backtrace", 5105 "required-features": [ 5106 "std" 5107 ], 5108 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/examples/backtrace.rs", 5109 "test": false 5110 }, 5111 { 5112 "crate_types": [ 5113 "bin" 5114 ], 5115 "doc": false, 5116 "doctest": false, 5117 "edition": "2021", 5118 "kind": [ 5119 "example" 5120 ], 5121 "name": "raw", 5122 "required-features": [ 5123 "std" 5124 ], 5125 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/examples/raw.rs", 5126 "test": false 5127 }, 5128 { 5129 "crate_types": [ 5130 "bin" 5131 ], 5132 "doc": false, 5133 "doctest": false, 5134 "edition": "2021", 5135 "kind": [ 5136 "test" 5137 ], 5138 "name": "skip_inner_frames", 5139 "required-features": [ 5140 "std" 5141 ], 5142 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/skip_inner_frames.rs", 5143 "test": true 5144 }, 5145 { 5146 "crate_types": [ 5147 "bin" 5148 ], 5149 "doc": false, 5150 "doctest": false, 5151 "edition": "2021", 5152 "kind": [ 5153 "test" 5154 ], 5155 "name": "long_fn_name", 5156 "required-features": [ 5157 "std" 5158 ], 5159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/long_fn_name.rs", 5160 "test": true 5161 }, 5162 { 5163 "crate_types": [ 5164 "bin" 5165 ], 5166 "doc": false, 5167 "doctest": false, 5168 "edition": "2021", 5169 "kind": [ 5170 "test" 5171 ], 5172 "name": "smoke", 5173 "required-features": [ 5174 "std" 5175 ], 5176 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/smoke.rs", 5177 "test": true 5178 }, 5179 { 5180 "crate_types": [ 5181 "bin" 5182 ], 5183 "doc": false, 5184 "doctest": false, 5185 "edition": "2021", 5186 "kind": [ 5187 "test" 5188 ], 5189 "name": "accuracy", 5190 "required-features": [ 5191 "std" 5192 ], 5193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/accuracy/main.rs", 5194 "test": true 5195 }, 5196 { 5197 "crate_types": [ 5198 "bin" 5199 ], 5200 "doc": false, 5201 "doctest": false, 5202 "edition": "2021", 5203 "kind": [ 5204 "test" 5205 ], 5206 "name": "concurrent-panics", 5207 "required-features": [ 5208 "std" 5209 ], 5210 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/concurrent-panics.rs", 5211 "test": true 5212 }, 5213 { 5214 "crate_types": [ 5215 "bin" 5216 ], 5217 "doc": false, 5218 "doctest": false, 5219 "edition": "2021", 5220 "kind": [ 5221 "test" 5222 ], 5223 "name": "current-exe-mismatch", 5224 "required-features": [ 5225 "std" 5226 ], 5227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/current-exe-mismatch.rs", 5228 "test": true 5229 }, 5230 { 5231 "crate_types": [ 5232 "bin" 5233 ], 5234 "doc": false, 5235 "doctest": false, 5236 "edition": "2021", 5237 "kind": [ 5238 "test" 5239 ], 5240 "name": "sgx-image-base", 5241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/tests/sgx-image-base.rs", 5242 "test": true 5243 }, 5244 { 5245 "crate_types": [ 5246 "bin" 5247 ], 5248 "doc": false, 5249 "doctest": false, 5250 "edition": "2021", 5251 "kind": [ 5252 "bench" 5253 ], 5254 "name": "benchmarks", 5255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/benches/benchmarks.rs", 5256 "test": false 5257 }, 5258 { 5259 "crate_types": [ 5260 "bin" 5261 ], 5262 "doc": false, 5263 "doctest": false, 5264 "edition": "2021", 5265 "kind": [ 5266 "custom-build" 5267 ], 5268 "name": "build-script-build", 5269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs", 5270 "test": false 5271 } 5272 ], 5273 "version": "0.3.71" 5274 }, 5275 { 5276 "authors": [ 5277 "Alice Maz <[email protected]>", 5278 "Marshall Pierce <[email protected]>" 5279 ], 5280 "categories": [ 5281 "encoding" 5282 ], 5283 "default_run": null, 5284 "dependencies": [ 5285 { 5286 "features": [ 5287 "derive" 5288 ], 5289 "kind": "dev", 5290 "name": "clap", 5291 "optional": false, 5292 "registry": null, 5293 "rename": null, 5294 "req": "^3.2.25", 5295 "source": "registry+https://github.com/rust-lang/crates.io-index", 5296 "target": null, 5297 "uses_default_features": true 5298 }, 5299 { 5300 "features": [], 5301 "kind": "dev", 5302 "name": "criterion", 5303 "optional": false, 5304 "registry": null, 5305 "rename": null, 5306 "req": "^0.4.0", 5307 "source": "registry+https://github.com/rust-lang/crates.io-index", 5308 "target": null, 5309 "uses_default_features": true 5310 }, 5311 { 5312 "features": [], 5313 "kind": "dev", 5314 "name": "once_cell", 5315 "optional": false, 5316 "registry": null, 5317 "rename": null, 5318 "req": "^1", 5319 "source": "registry+https://github.com/rust-lang/crates.io-index", 5320 "target": null, 5321 "uses_default_features": true 5322 }, 5323 { 5324 "features": [ 5325 "small_rng" 5326 ], 5327 "kind": "dev", 5328 "name": "rand", 5329 "optional": false, 5330 "registry": null, 5331 "rename": null, 5332 "req": "^0.8.5", 5333 "source": "registry+https://github.com/rust-lang/crates.io-index", 5334 "target": null, 5335 "uses_default_features": true 5336 }, 5337 { 5338 "features": [], 5339 "kind": "dev", 5340 "name": "rstest", 5341 "optional": false, 5342 "registry": null, 5343 "rename": null, 5344 "req": "^0.13.0", 5345 "source": "registry+https://github.com/rust-lang/crates.io-index", 5346 "target": null, 5347 "uses_default_features": true 5348 }, 5349 { 5350 "features": [], 5351 "kind": "dev", 5352 "name": "rstest_reuse", 5353 "optional": false, 5354 "registry": null, 5355 "rename": null, 5356 "req": "^0.6.0", 5357 "source": "registry+https://github.com/rust-lang/crates.io-index", 5358 "target": null, 5359 "uses_default_features": true 5360 }, 5361 { 5362 "features": [ 5363 "derive" 5364 ], 5365 "kind": "dev", 5366 "name": "strum", 5367 "optional": false, 5368 "registry": null, 5369 "rename": null, 5370 "req": "^0.25", 5371 "source": "registry+https://github.com/rust-lang/crates.io-index", 5372 "target": null, 5373 "uses_default_features": true 5374 } 5375 ], 5376 "description": "encodes and decodes base64 as bytes or utf8", 5377 "documentation": "https://docs.rs/base64", 5378 "edition": "2018", 5379 "features": { 5380 "alloc": [], 5381 "default": [ 5382 "std" 5383 ], 5384 "std": [ 5385 "alloc" 5386 ] 5387 }, 5388 "homepage": null, 5389 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5390 "keywords": [ 5391 "base64", 5392 "utf8", 5393 "encode", 5394 "decode", 5395 "no_std" 5396 ], 5397 "license": "MIT OR Apache-2.0", 5398 "license_file": null, 5399 "links": null, 5400 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/Cargo.toml", 5401 "metadata": { 5402 "docs": { 5403 "rs": { 5404 "rustdoc-args": [ 5405 "--generate-link-to-definition" 5406 ] 5407 } 5408 } 5409 }, 5410 "name": "base64", 5411 "publish": null, 5412 "readme": "README.md", 5413 "repository": "https://github.com/marshallpierce/rust-base64", 5414 "rust_version": "1.48.0", 5415 "source": "registry+https://github.com/rust-lang/crates.io-index", 5416 "targets": [ 5417 { 5418 "crate_types": [ 5419 "lib" 5420 ], 5421 "doc": true, 5422 "doctest": true, 5423 "edition": "2018", 5424 "kind": [ 5425 "lib" 5426 ], 5427 "name": "base64", 5428 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs", 5429 "test": true 5430 }, 5431 { 5432 "crate_types": [ 5433 "bin" 5434 ], 5435 "doc": false, 5436 "doctest": false, 5437 "edition": "2018", 5438 "kind": [ 5439 "example" 5440 ], 5441 "name": "base64", 5442 "required-features": [ 5443 "std" 5444 ], 5445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/examples/base64.rs", 5446 "test": false 5447 }, 5448 { 5449 "crate_types": [ 5450 "bin" 5451 ], 5452 "doc": false, 5453 "doctest": false, 5454 "edition": "2018", 5455 "kind": [ 5456 "test" 5457 ], 5458 "name": "tests", 5459 "required-features": [ 5460 "alloc" 5461 ], 5462 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/tests.rs", 5463 "test": true 5464 }, 5465 { 5466 "crate_types": [ 5467 "bin" 5468 ], 5469 "doc": false, 5470 "doctest": false, 5471 "edition": "2018", 5472 "kind": [ 5473 "test" 5474 ], 5475 "name": "encode", 5476 "required-features": [ 5477 "alloc" 5478 ], 5479 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/encode.rs", 5480 "test": true 5481 }, 5482 { 5483 "crate_types": [ 5484 "bin" 5485 ], 5486 "doc": false, 5487 "doctest": false, 5488 "edition": "2018", 5489 "kind": [ 5490 "bench" 5491 ], 5492 "name": "benchmarks", 5493 "required-features": [ 5494 "std" 5495 ], 5496 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/benches/benchmarks.rs", 5497 "test": false 5498 } 5499 ], 5500 "version": "0.21.7" 5501 }, 5502 { 5503 "authors": [ 5504 "Alice Maz <[email protected]>", 5505 "Marshall Pierce <[email protected]>" 5506 ], 5507 "categories": [ 5508 "encoding" 5509 ], 5510 "default_run": null, 5511 "dependencies": [ 5512 { 5513 "features": [ 5514 "derive" 5515 ], 5516 "kind": "dev", 5517 "name": "clap", 5518 "optional": false, 5519 "registry": null, 5520 "rename": null, 5521 "req": "^3.2.25", 5522 "source": "registry+https://github.com/rust-lang/crates.io-index", 5523 "target": null, 5524 "uses_default_features": true 5525 }, 5526 { 5527 "features": [], 5528 "kind": "dev", 5529 "name": "criterion", 5530 "optional": false, 5531 "registry": null, 5532 "rename": null, 5533 "req": "^0.4.0", 5534 "source": "registry+https://github.com/rust-lang/crates.io-index", 5535 "target": null, 5536 "uses_default_features": true 5537 }, 5538 { 5539 "features": [], 5540 "kind": "dev", 5541 "name": "once_cell", 5542 "optional": false, 5543 "registry": null, 5544 "rename": null, 5545 "req": "^1", 5546 "source": "registry+https://github.com/rust-lang/crates.io-index", 5547 "target": null, 5548 "uses_default_features": true 5549 }, 5550 { 5551 "features": [ 5552 "small_rng" 5553 ], 5554 "kind": "dev", 5555 "name": "rand", 5556 "optional": false, 5557 "registry": null, 5558 "rename": null, 5559 "req": "^0.8.5", 5560 "source": "registry+https://github.com/rust-lang/crates.io-index", 5561 "target": null, 5562 "uses_default_features": true 5563 }, 5564 { 5565 "features": [], 5566 "kind": "dev", 5567 "name": "rstest", 5568 "optional": false, 5569 "registry": null, 5570 "rename": null, 5571 "req": "^0.13.0", 5572 "source": "registry+https://github.com/rust-lang/crates.io-index", 5573 "target": null, 5574 "uses_default_features": true 5575 }, 5576 { 5577 "features": [], 5578 "kind": "dev", 5579 "name": "rstest_reuse", 5580 "optional": false, 5581 "registry": null, 5582 "rename": null, 5583 "req": "^0.6.0", 5584 "source": "registry+https://github.com/rust-lang/crates.io-index", 5585 "target": null, 5586 "uses_default_features": true 5587 }, 5588 { 5589 "features": [ 5590 "derive" 5591 ], 5592 "kind": "dev", 5593 "name": "strum", 5594 "optional": false, 5595 "registry": null, 5596 "rename": null, 5597 "req": "^0.25", 5598 "source": "registry+https://github.com/rust-lang/crates.io-index", 5599 "target": null, 5600 "uses_default_features": true 5601 } 5602 ], 5603 "description": "encodes and decodes base64 as bytes or utf8", 5604 "documentation": "https://docs.rs/base64", 5605 "edition": "2018", 5606 "features": { 5607 "alloc": [], 5608 "default": [ 5609 "std" 5610 ], 5611 "std": [ 5612 "alloc" 5613 ] 5614 }, 5615 "homepage": null, 5616 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5617 "keywords": [ 5618 "base64", 5619 "utf8", 5620 "encode", 5621 "decode", 5622 "no_std" 5623 ], 5624 "license": "MIT OR Apache-2.0", 5625 "license_file": null, 5626 "links": null, 5627 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/Cargo.toml", 5628 "metadata": { 5629 "docs": { 5630 "rs": { 5631 "rustdoc-args": [ 5632 "--generate-link-to-definition" 5633 ] 5634 } 5635 } 5636 }, 5637 "name": "base64", 5638 "publish": null, 5639 "readme": "README.md", 5640 "repository": "https://github.com/marshallpierce/rust-base64", 5641 "rust_version": "1.48.0", 5642 "source": "registry+https://github.com/rust-lang/crates.io-index", 5643 "targets": [ 5644 { 5645 "crate_types": [ 5646 "lib" 5647 ], 5648 "doc": true, 5649 "doctest": true, 5650 "edition": "2018", 5651 "kind": [ 5652 "lib" 5653 ], 5654 "name": "base64", 5655 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/src/lib.rs", 5656 "test": true 5657 }, 5658 { 5659 "crate_types": [ 5660 "bin" 5661 ], 5662 "doc": false, 5663 "doctest": false, 5664 "edition": "2018", 5665 "kind": [ 5666 "example" 5667 ], 5668 "name": "base64", 5669 "required-features": [ 5670 "std" 5671 ], 5672 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/examples/base64.rs", 5673 "test": false 5674 }, 5675 { 5676 "crate_types": [ 5677 "bin" 5678 ], 5679 "doc": false, 5680 "doctest": false, 5681 "edition": "2018", 5682 "kind": [ 5683 "test" 5684 ], 5685 "name": "tests", 5686 "required-features": [ 5687 "alloc" 5688 ], 5689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/tests/tests.rs", 5690 "test": true 5691 }, 5692 { 5693 "crate_types": [ 5694 "bin" 5695 ], 5696 "doc": false, 5697 "doctest": false, 5698 "edition": "2018", 5699 "kind": [ 5700 "test" 5701 ], 5702 "name": "encode", 5703 "required-features": [ 5704 "alloc" 5705 ], 5706 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/tests/encode.rs", 5707 "test": true 5708 }, 5709 { 5710 "crate_types": [ 5711 "bin" 5712 ], 5713 "doc": false, 5714 "doctest": false, 5715 "edition": "2018", 5716 "kind": [ 5717 "bench" 5718 ], 5719 "name": "benchmarks", 5720 "required-features": [ 5721 "std" 5722 ], 5723 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/benches/benchmarks.rs", 5724 "test": false 5725 } 5726 ], 5727 "version": "0.22.0" 5728 }, 5729 { 5730 "authors": [ 5731 "RustCrypto Developers" 5732 ], 5733 "categories": [ 5734 "cryptography", 5735 "encoding", 5736 "no-std", 5737 "parser-implementations" 5738 ], 5739 "default_run": null, 5740 "dependencies": [ 5741 { 5742 "features": [], 5743 "kind": "dev", 5744 "name": "base64", 5745 "optional": false, 5746 "registry": null, 5747 "rename": null, 5748 "req": "^0.21", 5749 "source": "registry+https://github.com/rust-lang/crates.io-index", 5750 "target": null, 5751 "uses_default_features": true 5752 }, 5753 { 5754 "features": [], 5755 "kind": "dev", 5756 "name": "proptest", 5757 "optional": false, 5758 "registry": null, 5759 "rename": null, 5760 "req": "^1", 5761 "source": "registry+https://github.com/rust-lang/crates.io-index", 5762 "target": null, 5763 "uses_default_features": true 5764 } 5765 ], 5766 "description": "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of\ndata-dependent branches/LUTs and thereby provides portable \"best effort\"\nconstant-time operation and embedded-friendly no_std support\n", 5767 "documentation": "https://docs.rs/base64ct", 5768 "edition": "2021", 5769 "features": { 5770 "alloc": [], 5771 "std": [ 5772 "alloc" 5773 ] 5774 }, 5775 "homepage": null, 5776 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 5777 "keywords": [ 5778 "crypto", 5779 "base64", 5780 "pem", 5781 "phc" 5782 ], 5783 "license": "Apache-2.0 OR MIT", 5784 "license_file": null, 5785 "links": null, 5786 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/Cargo.toml", 5787 "metadata": { 5788 "docs": { 5789 "rs": { 5790 "all-features": true, 5791 "rustdoc-args": [ 5792 "--cfg", 5793 "docsrs" 5794 ] 5795 } 5796 } 5797 }, 5798 "name": "base64ct", 5799 "publish": null, 5800 "readme": "README.md", 5801 "repository": "https://github.com/RustCrypto/formats/tree/master/base64ct", 5802 "rust_version": "1.60", 5803 "source": "registry+https://github.com/rust-lang/crates.io-index", 5804 "targets": [ 5805 { 5806 "crate_types": [ 5807 "lib" 5808 ], 5809 "doc": true, 5810 "doctest": true, 5811 "edition": "2021", 5812 "kind": [ 5813 "lib" 5814 ], 5815 "name": "base64ct", 5816 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs", 5817 "test": true 5818 }, 5819 { 5820 "crate_types": [ 5821 "bin" 5822 ], 5823 "doc": false, 5824 "doctest": false, 5825 "edition": "2021", 5826 "kind": [ 5827 "test" 5828 ], 5829 "name": "standard", 5830 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/standard.rs", 5831 "test": true 5832 }, 5833 { 5834 "crate_types": [ 5835 "bin" 5836 ], 5837 "doc": false, 5838 "doctest": false, 5839 "edition": "2021", 5840 "kind": [ 5841 "test" 5842 ], 5843 "name": "proptests", 5844 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/proptests.rs", 5845 "test": true 5846 }, 5847 { 5848 "crate_types": [ 5849 "bin" 5850 ], 5851 "doc": false, 5852 "doctest": false, 5853 "edition": "2021", 5854 "kind": [ 5855 "test" 5856 ], 5857 "name": "shacrypt", 5858 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/shacrypt.rs", 5859 "test": true 5860 }, 5861 { 5862 "crate_types": [ 5863 "bin" 5864 ], 5865 "doc": false, 5866 "doctest": false, 5867 "edition": "2021", 5868 "kind": [ 5869 "test" 5870 ], 5871 "name": "crypt", 5872 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/crypt.rs", 5873 "test": true 5874 }, 5875 { 5876 "crate_types": [ 5877 "bin" 5878 ], 5879 "doc": false, 5880 "doctest": false, 5881 "edition": "2021", 5882 "kind": [ 5883 "test" 5884 ], 5885 "name": "bcrypt", 5886 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/bcrypt.rs", 5887 "test": true 5888 }, 5889 { 5890 "crate_types": [ 5891 "bin" 5892 ], 5893 "doc": false, 5894 "doctest": false, 5895 "edition": "2021", 5896 "kind": [ 5897 "test" 5898 ], 5899 "name": "url", 5900 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/url.rs", 5901 "test": true 5902 }, 5903 { 5904 "crate_types": [ 5905 "bin" 5906 ], 5907 "doc": false, 5908 "doctest": false, 5909 "edition": "2021", 5910 "kind": [ 5911 "bench" 5912 ], 5913 "name": "mod", 5914 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/benches/mod.rs", 5915 "test": false 5916 } 5917 ], 5918 "version": "1.6.0" 5919 }, 5920 { 5921 "authors": [ 5922 "Vincent Prouillet <[email protected]>" 5923 ], 5924 "categories": [], 5925 "default_run": null, 5926 "dependencies": [ 5927 { 5928 "features": [], 5929 "kind": null, 5930 "name": "base64", 5931 "optional": false, 5932 "registry": null, 5933 "rename": null, 5934 "req": "^0.22", 5935 "source": "registry+https://github.com/rust-lang/crates.io-index", 5936 "target": null, 5937 "uses_default_features": false 5938 }, 5939 { 5940 "features": [ 5941 "bcrypt" 5942 ], 5943 "kind": null, 5944 "name": "blowfish", 5945 "optional": false, 5946 "registry": null, 5947 "rename": null, 5948 "req": "^0.9", 5949 "source": "registry+https://github.com/rust-lang/crates.io-index", 5950 "target": null, 5951 "uses_default_features": true 5952 }, 5953 { 5954 "features": [], 5955 "kind": null, 5956 "name": "getrandom", 5957 "optional": true, 5958 "registry": null, 5959 "rename": null, 5960 "req": "^0.2", 5961 "source": "registry+https://github.com/rust-lang/crates.io-index", 5962 "target": null, 5963 "uses_default_features": false 5964 }, 5965 { 5966 "features": [], 5967 "kind": null, 5968 "name": "subtle", 5969 "optional": false, 5970 "registry": null, 5971 "rename": null, 5972 "req": "^2.4.1", 5973 "source": "registry+https://github.com/rust-lang/crates.io-index", 5974 "target": null, 5975 "uses_default_features": false 5976 }, 5977 { 5978 "features": [], 5979 "kind": null, 5980 "name": "zeroize", 5981 "optional": true, 5982 "registry": null, 5983 "rename": null, 5984 "req": "^1.5.4", 5985 "source": "registry+https://github.com/rust-lang/crates.io-index", 5986 "target": null, 5987 "uses_default_features": true 5988 }, 5989 { 5990 "features": [], 5991 "kind": "dev", 5992 "name": "quickcheck", 5993 "optional": false, 5994 "registry": null, 5995 "rename": null, 5996 "req": "^1", 5997 "source": "registry+https://github.com/rust-lang/crates.io-index", 5998 "target": null, 5999 "uses_default_features": false 6000 } 6001 ], 6002 "description": "Easily hash and verify passwords using bcrypt", 6003 "documentation": null, 6004 "edition": "2021", 6005 "features": { 6006 "alloc": [ 6007 "base64/alloc", 6008 "getrandom" 6009 ], 6010 "default": [ 6011 "std", 6012 "zeroize" 6013 ], 6014 "getrandom": [ 6015 "dep:getrandom" 6016 ], 6017 "js": [ 6018 "getrandom/js" 6019 ], 6020 "std": [ 6021 "getrandom/std", 6022 "base64/std" 6023 ], 6024 "zeroize": [ 6025 "dep:zeroize" 6026 ] 6027 }, 6028 "homepage": "https://github.com/Keats/rust-bcrypt", 6029 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6030 "keywords": [ 6031 "bcrypt", 6032 "password", 6033 "web", 6034 "hash" 6035 ], 6036 "license": "MIT", 6037 "license_file": null, 6038 "links": null, 6039 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-0.15.1/Cargo.toml", 6040 "metadata": null, 6041 "name": "bcrypt", 6042 "publish": null, 6043 "readme": "README.md", 6044 "repository": "https://github.com/Keats/rust-bcrypt", 6045 "rust_version": null, 6046 "source": "registry+https://github.com/rust-lang/crates.io-index", 6047 "targets": [ 6048 { 6049 "crate_types": [ 6050 "lib" 6051 ], 6052 "doc": true, 6053 "doctest": true, 6054 "edition": "2021", 6055 "kind": [ 6056 "lib" 6057 ], 6058 "name": "bcrypt", 6059 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-0.15.1/src/lib.rs", 6060 "test": true 6061 } 6062 ], 6063 "version": "0.15.1" 6064 }, 6065 { 6066 "authors": [ 6067 "Ty Overby <[email protected]>", 6068 "Francesco Mazzoli <[email protected]>", 6069 "David Tolnay <[email protected]>", 6070 "Zoey Riordan <[email protected]>" 6071 ], 6072 "categories": [ 6073 "encoding", 6074 "network-programming" 6075 ], 6076 "default_run": null, 6077 "dependencies": [ 6078 { 6079 "features": [], 6080 "kind": null, 6081 "name": "serde", 6082 "optional": false, 6083 "registry": null, 6084 "rename": null, 6085 "req": "^1.0.63", 6086 "source": "registry+https://github.com/rust-lang/crates.io-index", 6087 "target": null, 6088 "uses_default_features": true 6089 }, 6090 { 6091 "features": [], 6092 "kind": "dev", 6093 "name": "serde_bytes", 6094 "optional": false, 6095 "registry": null, 6096 "rename": null, 6097 "req": "^0.11", 6098 "source": "registry+https://github.com/rust-lang/crates.io-index", 6099 "target": null, 6100 "uses_default_features": true 6101 }, 6102 { 6103 "features": [], 6104 "kind": "dev", 6105 "name": "serde_derive", 6106 "optional": false, 6107 "registry": null, 6108 "rename": null, 6109 "req": "^1.0.27", 6110 "source": "registry+https://github.com/rust-lang/crates.io-index", 6111 "target": null, 6112 "uses_default_features": true 6113 } 6114 ], 6115 "description": "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!", 6116 "documentation": "https://docs.rs/bincode", 6117 "edition": "2015", 6118 "features": { 6119 "i128": [] 6120 }, 6121 "homepage": null, 6122 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6123 "keywords": [ 6124 "binary", 6125 "encode", 6126 "decode", 6127 "serialize", 6128 "deserialize" 6129 ], 6130 "license": "MIT", 6131 "license_file": null, 6132 "links": null, 6133 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/Cargo.toml", 6134 "metadata": null, 6135 "name": "bincode", 6136 "publish": null, 6137 "readme": "./readme.md", 6138 "repository": "https://github.com/servo/bincode", 6139 "rust_version": null, 6140 "source": "registry+https://github.com/rust-lang/crates.io-index", 6141 "targets": [ 6142 { 6143 "crate_types": [ 6144 "lib" 6145 ], 6146 "doc": true, 6147 "doctest": true, 6148 "edition": "2015", 6149 "kind": [ 6150 "lib" 6151 ], 6152 "name": "bincode", 6153 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs", 6154 "test": true 6155 }, 6156 { 6157 "crate_types": [ 6158 "bin" 6159 ], 6160 "doc": false, 6161 "doctest": false, 6162 "edition": "2015", 6163 "kind": [ 6164 "test" 6165 ], 6166 "name": "test", 6167 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/tests/test.rs", 6168 "test": true 6169 } 6170 ], 6171 "version": "1.3.3" 6172 }, 6173 { 6174 "authors": [ 6175 "Alexis Beingessner <[email protected]>" 6176 ], 6177 "categories": [], 6178 "default_run": null, 6179 "dependencies": [ 6180 { 6181 "features": [], 6182 "kind": null, 6183 "name": "bit-vec", 6184 "optional": false, 6185 "registry": null, 6186 "rename": null, 6187 "req": "^0.6.1", 6188 "source": "registry+https://github.com/rust-lang/crates.io-index", 6189 "target": null, 6190 "uses_default_features": false 6191 }, 6192 { 6193 "features": [], 6194 "kind": "dev", 6195 "name": "rand", 6196 "optional": false, 6197 "registry": null, 6198 "rename": null, 6199 "req": "^0.3", 6200 "source": "registry+https://github.com/rust-lang/crates.io-index", 6201 "target": null, 6202 "uses_default_features": true 6203 } 6204 ], 6205 "description": "A set of bits", 6206 "documentation": "https://contain-rs.github.io/bit-set/bit_set", 6207 "edition": "2015", 6208 "features": { 6209 "default": [ 6210 "std" 6211 ], 6212 "std": [ 6213 "bit-vec/std" 6214 ] 6215 }, 6216 "homepage": "https://github.com/contain-rs/bit-set", 6217 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6218 "keywords": [ 6219 "data-structures", 6220 "bitset" 6221 ], 6222 "license": "MIT/Apache-2.0", 6223 "license_file": null, 6224 "links": null, 6225 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/Cargo.toml", 6226 "metadata": null, 6227 "name": "bit-set", 6228 "publish": null, 6229 "readme": "README.md", 6230 "repository": "https://github.com/contain-rs/bit-set", 6231 "rust_version": null, 6232 "source": "registry+https://github.com/rust-lang/crates.io-index", 6233 "targets": [ 6234 { 6235 "crate_types": [ 6236 "lib" 6237 ], 6238 "doc": true, 6239 "doctest": true, 6240 "edition": "2015", 6241 "kind": [ 6242 "lib" 6243 ], 6244 "name": "bit_set", 6245 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs", 6246 "test": true 6247 } 6248 ], 6249 "version": "0.5.3" 6250 }, 6251 { 6252 "authors": [ 6253 "Alexis Beingessner <[email protected]>" 6254 ], 6255 "categories": [], 6256 "default_run": null, 6257 "dependencies": [ 6258 { 6259 "features": [ 6260 "derive" 6261 ], 6262 "kind": null, 6263 "name": "serde", 6264 "optional": true, 6265 "registry": null, 6266 "rename": null, 6267 "req": "^1.0", 6268 "source": "registry+https://github.com/rust-lang/crates.io-index", 6269 "target": null, 6270 "uses_default_features": false 6271 }, 6272 { 6273 "features": [], 6274 "kind": "dev", 6275 "name": "rand", 6276 "optional": false, 6277 "registry": null, 6278 "rename": null, 6279 "req": "^0.7", 6280 "source": "registry+https://github.com/rust-lang/crates.io-index", 6281 "target": null, 6282 "uses_default_features": true 6283 }, 6284 { 6285 "features": [], 6286 "kind": "dev", 6287 "name": "rand_xorshift", 6288 "optional": false, 6289 "registry": null, 6290 "rename": null, 6291 "req": "^0.2", 6292 "source": "registry+https://github.com/rust-lang/crates.io-index", 6293 "target": null, 6294 "uses_default_features": true 6295 }, 6296 { 6297 "features": [], 6298 "kind": "dev", 6299 "name": "serde_json", 6300 "optional": false, 6301 "registry": null, 6302 "rename": null, 6303 "req": "^1.0", 6304 "source": "registry+https://github.com/rust-lang/crates.io-index", 6305 "target": null, 6306 "uses_default_features": true 6307 } 6308 ], 6309 "description": "A vector of bits", 6310 "documentation": "https://contain-rs.github.io/bit-vec/bit_vec", 6311 "edition": "2015", 6312 "features": { 6313 "default": [ 6314 "std" 6315 ], 6316 "serde": [ 6317 "dep:serde" 6318 ], 6319 "serde_no_std": [ 6320 "serde/alloc" 6321 ], 6322 "serde_std": [ 6323 "std", 6324 "serde/std" 6325 ], 6326 "std": [] 6327 }, 6328 "homepage": "https://github.com/contain-rs/bit-vec", 6329 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6330 "keywords": [ 6331 "data-structures", 6332 "bitvec", 6333 "bitmask", 6334 "bitmap", 6335 "bit" 6336 ], 6337 "license": "MIT/Apache-2.0", 6338 "license_file": null, 6339 "links": null, 6340 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/Cargo.toml", 6341 "metadata": null, 6342 "name": "bit-vec", 6343 "publish": null, 6344 "readme": "README.md", 6345 "repository": "https://github.com/contain-rs/bit-vec", 6346 "rust_version": null, 6347 "source": "registry+https://github.com/rust-lang/crates.io-index", 6348 "targets": [ 6349 { 6350 "crate_types": [ 6351 "lib" 6352 ], 6353 "doc": true, 6354 "doctest": true, 6355 "edition": "2015", 6356 "kind": [ 6357 "lib" 6358 ], 6359 "name": "bit_vec", 6360 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs", 6361 "test": true 6362 }, 6363 { 6364 "crate_types": [ 6365 "bin" 6366 ], 6367 "doc": false, 6368 "doctest": false, 6369 "edition": "2015", 6370 "kind": [ 6371 "bench" 6372 ], 6373 "name": "bench", 6374 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/benches/bench.rs", 6375 "test": false 6376 } 6377 ], 6378 "version": "0.6.3" 6379 }, 6380 { 6381 "authors": [ 6382 "The Rust Project Developers" 6383 ], 6384 "categories": [ 6385 "no-std" 6386 ], 6387 "default_run": null, 6388 "dependencies": [ 6389 { 6390 "features": [], 6391 "kind": null, 6392 "name": "compiler_builtins", 6393 "optional": true, 6394 "registry": null, 6395 "rename": null, 6396 "req": "^0.1.2", 6397 "source": "registry+https://github.com/rust-lang/crates.io-index", 6398 "target": null, 6399 "uses_default_features": true 6400 }, 6401 { 6402 "features": [], 6403 "kind": null, 6404 "name": "rustc-std-workspace-core", 6405 "optional": true, 6406 "registry": null, 6407 "rename": "core", 6408 "req": "^1.0.0", 6409 "source": "registry+https://github.com/rust-lang/crates.io-index", 6410 "target": null, 6411 "uses_default_features": true 6412 }, 6413 { 6414 "features": [], 6415 "kind": "dev", 6416 "name": "rustversion", 6417 "optional": false, 6418 "registry": null, 6419 "rename": null, 6420 "req": "^1.0", 6421 "source": "registry+https://github.com/rust-lang/crates.io-index", 6422 "target": null, 6423 "uses_default_features": true 6424 }, 6425 { 6426 "features": [], 6427 "kind": "dev", 6428 "name": "serde", 6429 "optional": false, 6430 "registry": null, 6431 "rename": null, 6432 "req": "^1.0", 6433 "source": "registry+https://github.com/rust-lang/crates.io-index", 6434 "target": null, 6435 "uses_default_features": true 6436 }, 6437 { 6438 "features": [], 6439 "kind": "dev", 6440 "name": "serde_derive", 6441 "optional": false, 6442 "registry": null, 6443 "rename": null, 6444 "req": "^1.0", 6445 "source": "registry+https://github.com/rust-lang/crates.io-index", 6446 "target": null, 6447 "uses_default_features": true 6448 }, 6449 { 6450 "features": [], 6451 "kind": "dev", 6452 "name": "serde_json", 6453 "optional": false, 6454 "registry": null, 6455 "rename": null, 6456 "req": "^1.0", 6457 "source": "registry+https://github.com/rust-lang/crates.io-index", 6458 "target": null, 6459 "uses_default_features": true 6460 }, 6461 { 6462 "features": [], 6463 "kind": "dev", 6464 "name": "trybuild", 6465 "optional": false, 6466 "registry": null, 6467 "rename": null, 6468 "req": "^1.0", 6469 "source": "registry+https://github.com/rust-lang/crates.io-index", 6470 "target": null, 6471 "uses_default_features": true 6472 }, 6473 { 6474 "features": [], 6475 "kind": "dev", 6476 "name": "walkdir", 6477 "optional": false, 6478 "registry": null, 6479 "rename": null, 6480 "req": "^2.3", 6481 "source": "registry+https://github.com/rust-lang/crates.io-index", 6482 "target": null, 6483 "uses_default_features": true 6484 } 6485 ], 6486 "description": "A macro to generate structures which behave like bitflags.\n", 6487 "documentation": "https://docs.rs/bitflags", 6488 "edition": "2018", 6489 "features": { 6490 "compiler_builtins": [ 6491 "dep:compiler_builtins" 6492 ], 6493 "core": [ 6494 "dep:core" 6495 ], 6496 "default": [], 6497 "example_generated": [], 6498 "rustc-dep-of-std": [ 6499 "core", 6500 "compiler_builtins" 6501 ] 6502 }, 6503 "homepage": "https://github.com/bitflags/bitflags", 6504 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6505 "keywords": [ 6506 "bit", 6507 "bitmask", 6508 "bitflags", 6509 "flags" 6510 ], 6511 "license": "MIT/Apache-2.0", 6512 "license_file": null, 6513 "links": null, 6514 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", 6515 "metadata": { 6516 "docs": { 6517 "rs": { 6518 "features": [ 6519 "example_generated" 6520 ] 6521 } 6522 } 6523 }, 6524 "name": "bitflags", 6525 "publish": null, 6526 "readme": "README.md", 6527 "repository": "https://github.com/bitflags/bitflags", 6528 "rust_version": null, 6529 "source": "registry+https://github.com/rust-lang/crates.io-index", 6530 "targets": [ 6531 { 6532 "crate_types": [ 6533 "lib" 6534 ], 6535 "doc": true, 6536 "doctest": true, 6537 "edition": "2018", 6538 "kind": [ 6539 "lib" 6540 ], 6541 "name": "bitflags", 6542 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", 6543 "test": true 6544 }, 6545 { 6546 "crate_types": [ 6547 "bin" 6548 ], 6549 "doc": false, 6550 "doctest": false, 6551 "edition": "2018", 6552 "kind": [ 6553 "test" 6554 ], 6555 "name": "compile", 6556 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", 6557 "test": true 6558 }, 6559 { 6560 "crate_types": [ 6561 "bin" 6562 ], 6563 "doc": false, 6564 "doctest": false, 6565 "edition": "2018", 6566 "kind": [ 6567 "test" 6568 ], 6569 "name": "basic", 6570 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", 6571 "test": true 6572 } 6573 ], 6574 "version": "1.3.2" 6575 }, 6576 { 6577 "authors": [ 6578 "The Rust Project Developers" 6579 ], 6580 "categories": [ 6581 "no-std" 6582 ], 6583 "default_run": null, 6584 "dependencies": [ 6585 { 6586 "features": [], 6587 "kind": null, 6588 "name": "arbitrary", 6589 "optional": true, 6590 "registry": null, 6591 "rename": null, 6592 "req": "^1.0", 6593 "source": "registry+https://github.com/rust-lang/crates.io-index", 6594 "target": null, 6595 "uses_default_features": true 6596 }, 6597 { 6598 "features": [], 6599 "kind": null, 6600 "name": "bytemuck", 6601 "optional": true, 6602 "registry": null, 6603 "rename": null, 6604 "req": "^1.0", 6605 "source": "registry+https://github.com/rust-lang/crates.io-index", 6606 "target": null, 6607 "uses_default_features": true 6608 }, 6609 { 6610 "features": [], 6611 "kind": null, 6612 "name": "compiler_builtins", 6613 "optional": true, 6614 "registry": null, 6615 "rename": null, 6616 "req": "^0.1.2", 6617 "source": "registry+https://github.com/rust-lang/crates.io-index", 6618 "target": null, 6619 "uses_default_features": true 6620 }, 6621 { 6622 "features": [], 6623 "kind": null, 6624 "name": "rustc-std-workspace-core", 6625 "optional": true, 6626 "registry": null, 6627 "rename": "core", 6628 "req": "^1.0.0", 6629 "source": "registry+https://github.com/rust-lang/crates.io-index", 6630 "target": null, 6631 "uses_default_features": true 6632 }, 6633 { 6634 "features": [], 6635 "kind": null, 6636 "name": "serde", 6637 "optional": true, 6638 "registry": null, 6639 "rename": null, 6640 "req": "^1.0", 6641 "source": "registry+https://github.com/rust-lang/crates.io-index", 6642 "target": null, 6643 "uses_default_features": false 6644 }, 6645 { 6646 "features": [ 6647 "derive" 6648 ], 6649 "kind": "dev", 6650 "name": "arbitrary", 6651 "optional": false, 6652 "registry": null, 6653 "rename": null, 6654 "req": "^1.0", 6655 "source": "registry+https://github.com/rust-lang/crates.io-index", 6656 "target": null, 6657 "uses_default_features": true 6658 }, 6659 { 6660 "features": [ 6661 "derive" 6662 ], 6663 "kind": "dev", 6664 "name": "bytemuck", 6665 "optional": false, 6666 "registry": null, 6667 "rename": null, 6668 "req": "^1.0", 6669 "source": "registry+https://github.com/rust-lang/crates.io-index", 6670 "target": null, 6671 "uses_default_features": true 6672 }, 6673 { 6674 "features": [], 6675 "kind": "dev", 6676 "name": "rustversion", 6677 "optional": false, 6678 "registry": null, 6679 "rename": null, 6680 "req": "^1.0", 6681 "source": "registry+https://github.com/rust-lang/crates.io-index", 6682 "target": null, 6683 "uses_default_features": true 6684 }, 6685 { 6686 "features": [], 6687 "kind": "dev", 6688 "name": "serde_derive", 6689 "optional": false, 6690 "registry": null, 6691 "rename": null, 6692 "req": "^1.0", 6693 "source": "registry+https://github.com/rust-lang/crates.io-index", 6694 "target": null, 6695 "uses_default_features": true 6696 }, 6697 { 6698 "features": [], 6699 "kind": "dev", 6700 "name": "serde_json", 6701 "optional": false, 6702 "registry": null, 6703 "rename": null, 6704 "req": "^1.0", 6705 "source": "registry+https://github.com/rust-lang/crates.io-index", 6706 "target": null, 6707 "uses_default_features": true 6708 }, 6709 { 6710 "features": [], 6711 "kind": "dev", 6712 "name": "serde_test", 6713 "optional": false, 6714 "registry": null, 6715 "rename": null, 6716 "req": "^1.0", 6717 "source": "registry+https://github.com/rust-lang/crates.io-index", 6718 "target": null, 6719 "uses_default_features": true 6720 }, 6721 { 6722 "features": [], 6723 "kind": "dev", 6724 "name": "trybuild", 6725 "optional": false, 6726 "registry": null, 6727 "rename": null, 6728 "req": "^1.0", 6729 "source": "registry+https://github.com/rust-lang/crates.io-index", 6730 "target": null, 6731 "uses_default_features": true 6732 }, 6733 { 6734 "features": [], 6735 "kind": "dev", 6736 "name": "zerocopy", 6737 "optional": false, 6738 "registry": null, 6739 "rename": null, 6740 "req": "^0.6", 6741 "source": "registry+https://github.com/rust-lang/crates.io-index", 6742 "target": null, 6743 "uses_default_features": true 6744 } 6745 ], 6746 "description": "A macro to generate structures which behave like bitflags.\n", 6747 "documentation": "https://docs.rs/bitflags", 6748 "edition": "2021", 6749 "features": { 6750 "arbitrary": [ 6751 "dep:arbitrary" 6752 ], 6753 "bytemuck": [ 6754 "dep:bytemuck" 6755 ], 6756 "compiler_builtins": [ 6757 "dep:compiler_builtins" 6758 ], 6759 "core": [ 6760 "dep:core" 6761 ], 6762 "example_generated": [], 6763 "rustc-dep-of-std": [ 6764 "core", 6765 "compiler_builtins" 6766 ], 6767 "serde": [ 6768 "dep:serde" 6769 ], 6770 "std": [] 6771 }, 6772 "homepage": "https://github.com/bitflags/bitflags", 6773 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 6774 "keywords": [ 6775 "bit", 6776 "bitmask", 6777 "bitflags", 6778 "flags" 6779 ], 6780 "license": "MIT OR Apache-2.0", 6781 "license_file": null, 6782 "links": null, 6783 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/Cargo.toml", 6784 "metadata": { 6785 "docs": { 6786 "rs": { 6787 "features": [ 6788 "example_generated" 6789 ] 6790 } 6791 } 6792 }, 6793 "name": "bitflags", 6794 "publish": null, 6795 "readme": "README.md", 6796 "repository": "https://github.com/bitflags/bitflags", 6797 "rust_version": "1.56.0", 6798 "source": "registry+https://github.com/rust-lang/crates.io-index", 6799 "targets": [ 6800 { 6801 "crate_types": [ 6802 "lib" 6803 ], 6804 "doc": true, 6805 "doctest": true, 6806 "edition": "2021", 6807 "kind": [ 6808 "lib" 6809 ], 6810 "name": "bitflags", 6811 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs", 6812 "test": true 6813 }, 6814 { 6815 "crate_types": [ 6816 "bin" 6817 ], 6818 "doc": false, 6819 "doctest": false, 6820 "edition": "2021", 6821 "kind": [ 6822 "example" 6823 ], 6824 "name": "serde", 6825 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/serde.rs", 6826 "test": false 6827 }, 6828 { 6829 "crate_types": [ 6830 "bin" 6831 ], 6832 "doc": false, 6833 "doctest": false, 6834 "edition": "2021", 6835 "kind": [ 6836 "example" 6837 ], 6838 "name": "fmt", 6839 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/fmt.rs", 6840 "test": false 6841 }, 6842 { 6843 "crate_types": [ 6844 "bin" 6845 ], 6846 "doc": false, 6847 "doctest": false, 6848 "edition": "2021", 6849 "kind": [ 6850 "example" 6851 ], 6852 "name": "custom_bits_type", 6853 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_bits_type.rs", 6854 "test": false 6855 }, 6856 { 6857 "crate_types": [ 6858 "bin" 6859 ], 6860 "doc": false, 6861 "doctest": false, 6862 "edition": "2021", 6863 "kind": [ 6864 "example" 6865 ], 6866 "name": "macro_free", 6867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/macro_free.rs", 6868 "test": false 6869 }, 6870 { 6871 "crate_types": [ 6872 "bin" 6873 ], 6874 "doc": false, 6875 "doctest": false, 6876 "edition": "2021", 6877 "kind": [ 6878 "example" 6879 ], 6880 "name": "custom_derive", 6881 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_derive.rs", 6882 "test": false 6883 }, 6884 { 6885 "crate_types": [ 6886 "bin" 6887 ], 6888 "doc": false, 6889 "doctest": false, 6890 "edition": "2021", 6891 "kind": [ 6892 "bench" 6893 ], 6894 "name": "parse", 6895 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/benches/parse.rs", 6896 "test": false 6897 } 6898 ], 6899 "version": "2.5.0" 6900 }, 6901 { 6902 "authors": [], 6903 "categories": [ 6904 "data-structures", 6905 "embedded", 6906 "no-std", 6907 "rust-patterns" 6908 ], 6909 "default_run": null, 6910 "dependencies": [ 6911 { 6912 "features": [], 6913 "kind": null, 6914 "name": "funty", 6915 "optional": false, 6916 "registry": null, 6917 "rename": null, 6918 "req": "^2.0", 6919 "source": "registry+https://github.com/rust-lang/crates.io-index", 6920 "target": null, 6921 "uses_default_features": false 6922 }, 6923 { 6924 "features": [], 6925 "kind": null, 6926 "name": "radium", 6927 "optional": false, 6928 "registry": null, 6929 "rename": null, 6930 "req": "^0.7", 6931 "source": "registry+https://github.com/rust-lang/crates.io-index", 6932 "target": null, 6933 "uses_default_features": true 6934 }, 6935 { 6936 "features": [], 6937 "kind": null, 6938 "name": "serde", 6939 "optional": true, 6940 "registry": null, 6941 "rename": null, 6942 "req": "^1", 6943 "source": "registry+https://github.com/rust-lang/crates.io-index", 6944 "target": null, 6945 "uses_default_features": false 6946 }, 6947 { 6948 "features": [], 6949 "kind": null, 6950 "name": "tap", 6951 "optional": false, 6952 "registry": null, 6953 "rename": null, 6954 "req": "^1", 6955 "source": "registry+https://github.com/rust-lang/crates.io-index", 6956 "target": null, 6957 "uses_default_features": true 6958 }, 6959 { 6960 "features": [], 6961 "kind": null, 6962 "name": "wyz", 6963 "optional": false, 6964 "registry": null, 6965 "rename": null, 6966 "req": "^0.5", 6967 "source": "registry+https://github.com/rust-lang/crates.io-index", 6968 "target": null, 6969 "uses_default_features": false 6970 }, 6971 { 6972 "features": [], 6973 "kind": "dev", 6974 "name": "bincode", 6975 "optional": false, 6976 "registry": null, 6977 "rename": null, 6978 "req": "^1.3", 6979 "source": "registry+https://github.com/rust-lang/crates.io-index", 6980 "target": null, 6981 "uses_default_features": true 6982 }, 6983 { 6984 "features": [], 6985 "kind": "dev", 6986 "name": "criterion", 6987 "optional": false, 6988 "registry": null, 6989 "rename": null, 6990 "req": "^0.3", 6991 "source": "registry+https://github.com/rust-lang/crates.io-index", 6992 "target": null, 6993 "uses_default_features": true 6994 }, 6995 { 6996 "features": [], 6997 "kind": "dev", 6998 "name": "rand", 6999 "optional": false, 7000 "registry": null, 7001 "rename": null, 7002 "req": "^0.8", 7003 "source": "registry+https://github.com/rust-lang/crates.io-index", 7004 "target": null, 7005 "uses_default_features": true 7006 }, 7007 { 7008 "features": [], 7009 "kind": "dev", 7010 "name": "serde", 7011 "optional": false, 7012 "registry": null, 7013 "rename": null, 7014 "req": "^1", 7015 "source": "registry+https://github.com/rust-lang/crates.io-index", 7016 "target": null, 7017 "uses_default_features": true 7018 }, 7019 { 7020 "features": [], 7021 "kind": "dev", 7022 "name": "serde_json", 7023 "optional": false, 7024 "registry": null, 7025 "rename": null, 7026 "req": "^1", 7027 "source": "registry+https://github.com/rust-lang/crates.io-index", 7028 "target": null, 7029 "uses_default_features": true 7030 }, 7031 { 7032 "features": [], 7033 "kind": "dev", 7034 "name": "serde_test", 7035 "optional": false, 7036 "registry": null, 7037 "rename": null, 7038 "req": "^1", 7039 "source": "registry+https://github.com/rust-lang/crates.io-index", 7040 "target": null, 7041 "uses_default_features": true 7042 }, 7043 { 7044 "features": [], 7045 "kind": "dev", 7046 "name": "static_assertions", 7047 "optional": false, 7048 "registry": null, 7049 "rename": null, 7050 "req": "^1", 7051 "source": "registry+https://github.com/rust-lang/crates.io-index", 7052 "target": null, 7053 "uses_default_features": true 7054 } 7055 ], 7056 "description": "Addresses memory by bits, for packed collections and bitfields", 7057 "documentation": "https://docs.rs/bitvec/latest/bitvec", 7058 "edition": "2021", 7059 "features": { 7060 "alloc": [], 7061 "atomic": [], 7062 "default": [ 7063 "atomic", 7064 "std" 7065 ], 7066 "serde": [ 7067 "dep:serde" 7068 ], 7069 "std": [ 7070 "alloc" 7071 ], 7072 "testing": [] 7073 }, 7074 "homepage": "https://bitvecto-rs.github.io/bitvec", 7075 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7076 "keywords": [ 7077 "bitfields", 7078 "bitmap", 7079 "bitstream", 7080 "bitvec", 7081 "bitvector" 7082 ], 7083 "license": "MIT", 7084 "license_file": null, 7085 "links": null, 7086 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/Cargo.toml", 7087 "metadata": { 7088 "docs": { 7089 "rs": { 7090 "features": [ 7091 "atomic", 7092 "serde", 7093 "std" 7094 ] 7095 } 7096 } 7097 }, 7098 "name": "bitvec", 7099 "publish": null, 7100 "readme": "README.md", 7101 "repository": "https://github.com/bitvecto-rs/bitvec", 7102 "rust_version": "1.56", 7103 "source": "registry+https://github.com/rust-lang/crates.io-index", 7104 "targets": [ 7105 { 7106 "crate_types": [ 7107 "lib" 7108 ], 7109 "doc": true, 7110 "doctest": true, 7111 "edition": "2021", 7112 "kind": [ 7113 "lib" 7114 ], 7115 "name": "bitvec", 7116 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs", 7117 "test": true 7118 }, 7119 { 7120 "crate_types": [ 7121 "bin" 7122 ], 7123 "doc": false, 7124 "doctest": false, 7125 "edition": "2021", 7126 "kind": [ 7127 "bench" 7128 ], 7129 "name": "eq", 7130 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/eq.rs", 7131 "test": false 7132 }, 7133 { 7134 "crate_types": [ 7135 "bin" 7136 ], 7137 "doc": false, 7138 "doctest": false, 7139 "edition": "2021", 7140 "kind": [ 7141 "bench" 7142 ], 7143 "name": "memcpy", 7144 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/memcpy.rs", 7145 "test": false 7146 }, 7147 { 7148 "crate_types": [ 7149 "bin" 7150 ], 7151 "doc": false, 7152 "doctest": false, 7153 "edition": "2021", 7154 "kind": [ 7155 "bench" 7156 ], 7157 "name": "slice", 7158 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/slice.rs", 7159 "test": false 7160 }, 7161 { 7162 "crate_types": [ 7163 "bin" 7164 ], 7165 "doc": false, 7166 "doctest": false, 7167 "edition": "2021", 7168 "kind": [ 7169 "bench" 7170 ], 7171 "name": "iter", 7172 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/iter.rs", 7173 "test": false 7174 }, 7175 { 7176 "crate_types": [ 7177 "bin" 7178 ], 7179 "doc": false, 7180 "doctest": false, 7181 "edition": "2021", 7182 "kind": [ 7183 "bench" 7184 ], 7185 "name": "mut_access", 7186 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/mut_access.rs", 7187 "test": false 7188 }, 7189 { 7190 "crate_types": [ 7191 "bin" 7192 ], 7193 "doc": false, 7194 "doctest": false, 7195 "edition": "2021", 7196 "kind": [ 7197 "bench" 7198 ], 7199 "name": "macros", 7200 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/macros.rs", 7201 "test": false 7202 } 7203 ], 7204 "version": "1.0.1" 7205 }, 7206 { 7207 "authors": [ 7208 "RustCrypto Developers" 7209 ], 7210 "categories": [ 7211 "cryptography", 7212 "no-std" 7213 ], 7214 "default_run": null, 7215 "dependencies": [ 7216 { 7217 "features": [ 7218 "mac" 7219 ], 7220 "kind": null, 7221 "name": "digest", 7222 "optional": false, 7223 "registry": null, 7224 "rename": null, 7225 "req": "^0.10.3", 7226 "source": "registry+https://github.com/rust-lang/crates.io-index", 7227 "target": null, 7228 "uses_default_features": true 7229 }, 7230 { 7231 "features": [ 7232 "dev" 7233 ], 7234 "kind": "dev", 7235 "name": "digest", 7236 "optional": false, 7237 "registry": null, 7238 "rename": null, 7239 "req": "^0.10.3", 7240 "source": "registry+https://github.com/rust-lang/crates.io-index", 7241 "target": null, 7242 "uses_default_features": true 7243 }, 7244 { 7245 "features": [], 7246 "kind": "dev", 7247 "name": "hex-literal", 7248 "optional": false, 7249 "registry": null, 7250 "rename": null, 7251 "req": "^0.2.2", 7252 "source": "registry+https://github.com/rust-lang/crates.io-index", 7253 "target": null, 7254 "uses_default_features": true 7255 } 7256 ], 7257 "description": "BLAKE2 hash functions", 7258 "documentation": "https://docs.rs/blake2", 7259 "edition": "2018", 7260 "features": { 7261 "default": [ 7262 "std" 7263 ], 7264 "reset": [], 7265 "simd": [], 7266 "simd_asm": [ 7267 "simd_opt" 7268 ], 7269 "simd_opt": [ 7270 "simd" 7271 ], 7272 "size_opt": [], 7273 "std": [ 7274 "digest/std" 7275 ] 7276 }, 7277 "homepage": null, 7278 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7279 "keywords": [ 7280 "crypto", 7281 "blake2", 7282 "hash", 7283 "digest" 7284 ], 7285 "license": "MIT OR Apache-2.0", 7286 "license_file": null, 7287 "links": null, 7288 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/Cargo.toml", 7289 "metadata": null, 7290 "name": "blake2", 7291 "publish": null, 7292 "readme": "README.md", 7293 "repository": "https://github.com/RustCrypto/hashes", 7294 "rust_version": null, 7295 "source": "registry+https://github.com/rust-lang/crates.io-index", 7296 "targets": [ 7297 { 7298 "crate_types": [ 7299 "lib" 7300 ], 7301 "doc": true, 7302 "doctest": true, 7303 "edition": "2018", 7304 "kind": [ 7305 "lib" 7306 ], 7307 "name": "blake2", 7308 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs", 7309 "test": true 7310 }, 7311 { 7312 "crate_types": [ 7313 "bin" 7314 ], 7315 "doc": false, 7316 "doctest": false, 7317 "edition": "2018", 7318 "kind": [ 7319 "test" 7320 ], 7321 "name": "persona", 7322 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/tests/persona.rs", 7323 "test": true 7324 }, 7325 { 7326 "crate_types": [ 7327 "bin" 7328 ], 7329 "doc": false, 7330 "doctest": false, 7331 "edition": "2018", 7332 "kind": [ 7333 "test" 7334 ], 7335 "name": "mod", 7336 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/tests/mod.rs", 7337 "test": true 7338 }, 7339 { 7340 "crate_types": [ 7341 "bin" 7342 ], 7343 "doc": false, 7344 "doctest": false, 7345 "edition": "2018", 7346 "kind": [ 7347 "test" 7348 ], 7349 "name": "mac", 7350 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/tests/mac.rs", 7351 "test": true 7352 }, 7353 { 7354 "crate_types": [ 7355 "bin" 7356 ], 7357 "doc": false, 7358 "doctest": false, 7359 "edition": "2018", 7360 "kind": [ 7361 "bench" 7362 ], 7363 "name": "mod", 7364 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/benches/mod.rs", 7365 "test": false 7366 } 7367 ], 7368 "version": "0.10.6" 7369 }, 7370 { 7371 "authors": [ 7372 "RustCrypto Developers" 7373 ], 7374 "categories": [ 7375 "cryptography", 7376 "no-std" 7377 ], 7378 "default_run": null, 7379 "dependencies": [ 7380 { 7381 "features": [], 7382 "kind": null, 7383 "name": "generic-array", 7384 "optional": false, 7385 "registry": null, 7386 "rename": null, 7387 "req": "^0.14", 7388 "source": "registry+https://github.com/rust-lang/crates.io-index", 7389 "target": null, 7390 "uses_default_features": true 7391 } 7392 ], 7393 "description": "Buffer type for block processing of data", 7394 "documentation": "https://docs.rs/block-buffer", 7395 "edition": "2018", 7396 "features": {}, 7397 "homepage": null, 7398 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7399 "keywords": [ 7400 "block", 7401 "buffer" 7402 ], 7403 "license": "MIT OR Apache-2.0", 7404 "license_file": null, 7405 "links": null, 7406 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/Cargo.toml", 7407 "metadata": null, 7408 "name": "block-buffer", 7409 "publish": null, 7410 "readme": "README.md", 7411 "repository": "https://github.com/RustCrypto/utils", 7412 "rust_version": null, 7413 "source": "registry+https://github.com/rust-lang/crates.io-index", 7414 "targets": [ 7415 { 7416 "crate_types": [ 7417 "lib" 7418 ], 7419 "doc": true, 7420 "doctest": true, 7421 "edition": "2018", 7422 "kind": [ 7423 "lib" 7424 ], 7425 "name": "block_buffer", 7426 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs", 7427 "test": true 7428 }, 7429 { 7430 "crate_types": [ 7431 "bin" 7432 ], 7433 "doc": false, 7434 "doctest": false, 7435 "edition": "2018", 7436 "kind": [ 7437 "test" 7438 ], 7439 "name": "mod", 7440 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/tests/mod.rs", 7441 "test": true 7442 } 7443 ], 7444 "version": "0.10.4" 7445 }, 7446 { 7447 "authors": [ 7448 "RustCrypto Developers" 7449 ], 7450 "categories": [ 7451 "cryptography", 7452 "no-std" 7453 ], 7454 "default_run": null, 7455 "dependencies": [ 7456 { 7457 "features": [], 7458 "kind": null, 7459 "name": "byteorder", 7460 "optional": false, 7461 "registry": null, 7462 "rename": null, 7463 "req": "^1.1", 7464 "source": "registry+https://github.com/rust-lang/crates.io-index", 7465 "target": null, 7466 "uses_default_features": false 7467 }, 7468 { 7469 "features": [], 7470 "kind": null, 7471 "name": "cipher", 7472 "optional": false, 7473 "registry": null, 7474 "rename": null, 7475 "req": "^0.4.2", 7476 "source": "registry+https://github.com/rust-lang/crates.io-index", 7477 "target": null, 7478 "uses_default_features": true 7479 }, 7480 { 7481 "features": [ 7482 "dev" 7483 ], 7484 "kind": "dev", 7485 "name": "cipher", 7486 "optional": false, 7487 "registry": null, 7488 "rename": null, 7489 "req": "^0.4.2", 7490 "source": "registry+https://github.com/rust-lang/crates.io-index", 7491 "target": null, 7492 "uses_default_features": true 7493 } 7494 ], 7495 "description": "Blowfish block cipher", 7496 "documentation": "https://docs.rs/blowfish", 7497 "edition": "2021", 7498 "features": { 7499 "bcrypt": [], 7500 "zeroize": [ 7501 "cipher/zeroize" 7502 ] 7503 }, 7504 "homepage": null, 7505 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7506 "keywords": [ 7507 "crypto", 7508 "blowfish", 7509 "block-cipher" 7510 ], 7511 "license": "MIT OR Apache-2.0", 7512 "license_file": null, 7513 "links": null, 7514 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/Cargo.toml", 7515 "metadata": { 7516 "docs": { 7517 "rs": { 7518 "all-features": true, 7519 "rustdoc-args": [ 7520 "--cfg", 7521 "docsrs" 7522 ] 7523 } 7524 } 7525 }, 7526 "name": "blowfish", 7527 "publish": null, 7528 "readme": "README.md", 7529 "repository": "https://github.com/RustCrypto/block-ciphers", 7530 "rust_version": "1.56", 7531 "source": "registry+https://github.com/rust-lang/crates.io-index", 7532 "targets": [ 7533 { 7534 "crate_types": [ 7535 "lib" 7536 ], 7537 "doc": true, 7538 "doctest": true, 7539 "edition": "2021", 7540 "kind": [ 7541 "lib" 7542 ], 7543 "name": "blowfish", 7544 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs", 7545 "test": true 7546 }, 7547 { 7548 "crate_types": [ 7549 "bin" 7550 ], 7551 "doc": false, 7552 "doctest": false, 7553 "edition": "2021", 7554 "kind": [ 7555 "test" 7556 ], 7557 "name": "mod", 7558 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/tests/mod.rs", 7559 "test": true 7560 }, 7561 { 7562 "crate_types": [ 7563 "bin" 7564 ], 7565 "doc": false, 7566 "doctest": false, 7567 "edition": "2021", 7568 "kind": [ 7569 "bench" 7570 ], 7571 "name": "mod", 7572 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/benches/mod.rs", 7573 "test": false 7574 } 7575 ], 7576 "version": "0.9.1" 7577 }, 7578 { 7579 "authors": [ 7580 "Near Inc <[email protected]>" 7581 ], 7582 "categories": [ 7583 "encoding", 7584 "network-programming" 7585 ], 7586 "default_run": null, 7587 "dependencies": [ 7588 { 7589 "features": [], 7590 "kind": null, 7591 "name": "ascii", 7592 "optional": true, 7593 "registry": null, 7594 "rename": null, 7595 "req": "^1.1", 7596 "source": "registry+https://github.com/rust-lang/crates.io-index", 7597 "target": null, 7598 "uses_default_features": true 7599 }, 7600 { 7601 "features": [], 7602 "kind": null, 7603 "name": "borsh-derive", 7604 "optional": true, 7605 "registry": null, 7606 "rename": null, 7607 "req": "~1.4.0", 7608 "source": "registry+https://github.com/rust-lang/crates.io-index", 7609 "target": null, 7610 "uses_default_features": true 7611 }, 7612 { 7613 "features": [], 7614 "kind": null, 7615 "name": "bson", 7616 "optional": true, 7617 "registry": null, 7618 "rename": null, 7619 "req": "^2", 7620 "source": "registry+https://github.com/rust-lang/crates.io-index", 7621 "target": null, 7622 "uses_default_features": true 7623 }, 7624 { 7625 "features": [], 7626 "kind": null, 7627 "name": "bytes", 7628 "optional": true, 7629 "registry": null, 7630 "rename": null, 7631 "req": "^1", 7632 "source": "registry+https://github.com/rust-lang/crates.io-index", 7633 "target": null, 7634 "uses_default_features": true 7635 }, 7636 { 7637 "features": [], 7638 "kind": null, 7639 "name": "hashbrown", 7640 "optional": true, 7641 "registry": null, 7642 "rename": null, 7643 "req": ">=0.11, <0.15.0", 7644 "source": "registry+https://github.com/rust-lang/crates.io-index", 7645 "target": null, 7646 "uses_default_features": true 7647 }, 7648 { 7649 "features": [], 7650 "kind": "dev", 7651 "name": "insta", 7652 "optional": false, 7653 "registry": null, 7654 "rename": null, 7655 "req": "^1.29.0", 7656 "source": "registry+https://github.com/rust-lang/crates.io-index", 7657 "target": null, 7658 "uses_default_features": true 7659 }, 7660 { 7661 "features": [], 7662 "kind": "build", 7663 "name": "cfg_aliases", 7664 "optional": false, 7665 "registry": null, 7666 "rename": null, 7667 "req": "^0.1.0", 7668 "source": "registry+https://github.com/rust-lang/crates.io-index", 7669 "target": null, 7670 "uses_default_features": true 7671 } 7672 ], 7673 "description": "Binary Object Representation Serializer for Hashing\n", 7674 "documentation": null, 7675 "edition": "2018", 7676 "features": { 7677 "ascii": [ 7678 "dep:ascii" 7679 ], 7680 "borsh-derive": [ 7681 "dep:borsh-derive" 7682 ], 7683 "bson": [ 7684 "dep:bson" 7685 ], 7686 "bytes": [ 7687 "dep:bytes" 7688 ], 7689 "de_strict_order": [], 7690 "default": [ 7691 "std" 7692 ], 7693 "derive": [ 7694 "borsh-derive" 7695 ], 7696 "hashbrown": [ 7697 "dep:hashbrown" 7698 ], 7699 "rc": [], 7700 "std": [], 7701 "unstable__schema": [ 7702 "derive", 7703 "borsh-derive/schema" 7704 ] 7705 }, 7706 "homepage": "https://borsh.io", 7707 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7708 "keywords": [], 7709 "license": "MIT OR Apache-2.0", 7710 "license_file": null, 7711 "links": null, 7712 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/Cargo.toml", 7713 "metadata": { 7714 "docs": { 7715 "rs": { 7716 "features": [ 7717 "derive", 7718 "unstable__schema", 7719 "rc" 7720 ], 7721 "targets": [ 7722 "x86_64-unknown-linux-gnu" 7723 ] 7724 } 7725 } 7726 }, 7727 "name": "borsh", 7728 "publish": null, 7729 "readme": "README.md", 7730 "repository": "https://github.com/near/borsh-rs", 7731 "rust_version": "1.67.0", 7732 "source": "registry+https://github.com/rust-lang/crates.io-index", 7733 "targets": [ 7734 { 7735 "crate_types": [ 7736 "lib" 7737 ], 7738 "doc": true, 7739 "doctest": true, 7740 "edition": "2018", 7741 "kind": [ 7742 "lib" 7743 ], 7744 "name": "borsh", 7745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/src/lib.rs", 7746 "test": true 7747 }, 7748 { 7749 "crate_types": [ 7750 "bin" 7751 ], 7752 "doc": true, 7753 "doctest": false, 7754 "edition": "2018", 7755 "kind": [ 7756 "bin" 7757 ], 7758 "name": "generate_schema_schema", 7759 "required-features": [ 7760 "std", 7761 "unstable__schema" 7762 ], 7763 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/src/generate_schema_schema.rs", 7764 "test": true 7765 }, 7766 { 7767 "crate_types": [ 7768 "bin" 7769 ], 7770 "doc": false, 7771 "doctest": false, 7772 "edition": "2018", 7773 "kind": [ 7774 "test" 7775 ], 7776 "name": "smoke", 7777 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/tests/smoke.rs", 7778 "test": true 7779 }, 7780 { 7781 "crate_types": [ 7782 "bin" 7783 ], 7784 "doc": false, 7785 "doctest": false, 7786 "edition": "2018", 7787 "kind": [ 7788 "test" 7789 ], 7790 "name": "tests", 7791 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/tests/tests.rs", 7792 "test": true 7793 }, 7794 { 7795 "crate_types": [ 7796 "bin" 7797 ], 7798 "doc": false, 7799 "doctest": false, 7800 "edition": "2018", 7801 "kind": [ 7802 "test" 7803 ], 7804 "name": "common_macro", 7805 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/tests/common_macro.rs", 7806 "test": true 7807 }, 7808 { 7809 "crate_types": [ 7810 "bin" 7811 ], 7812 "doc": false, 7813 "doctest": false, 7814 "edition": "2018", 7815 "kind": [ 7816 "custom-build" 7817 ], 7818 "name": "build-script-build", 7819 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-1.4.0/build.rs", 7820 "test": false 7821 } 7822 ], 7823 "version": "1.4.0" 7824 }, 7825 { 7826 "authors": [ 7827 "Near Inc <[email protected]>" 7828 ], 7829 "categories": [ 7830 "encoding", 7831 "network-programming" 7832 ], 7833 "default_run": null, 7834 "dependencies": [ 7835 { 7836 "features": [], 7837 "kind": null, 7838 "name": "once_cell", 7839 "optional": false, 7840 "registry": null, 7841 "rename": null, 7842 "req": "^1.18.0", 7843 "source": "registry+https://github.com/rust-lang/crates.io-index", 7844 "target": null, 7845 "uses_default_features": true 7846 }, 7847 { 7848 "features": [], 7849 "kind": null, 7850 "name": "proc-macro-crate", 7851 "optional": false, 7852 "registry": null, 7853 "rename": null, 7854 "req": "^3", 7855 "source": "registry+https://github.com/rust-lang/crates.io-index", 7856 "target": null, 7857 "uses_default_features": true 7858 }, 7859 { 7860 "features": [], 7861 "kind": null, 7862 "name": "proc-macro2", 7863 "optional": false, 7864 "registry": null, 7865 "rename": null, 7866 "req": "^1", 7867 "source": "registry+https://github.com/rust-lang/crates.io-index", 7868 "target": null, 7869 "uses_default_features": true 7870 }, 7871 { 7872 "features": [], 7873 "kind": null, 7874 "name": "quote", 7875 "optional": false, 7876 "registry": null, 7877 "rename": null, 7878 "req": "^1", 7879 "source": "registry+https://github.com/rust-lang/crates.io-index", 7880 "target": null, 7881 "uses_default_features": true 7882 }, 7883 { 7884 "features": [ 7885 "full", 7886 "fold" 7887 ], 7888 "kind": null, 7889 "name": "syn", 7890 "optional": false, 7891 "registry": null, 7892 "rename": null, 7893 "req": "^2", 7894 "source": "registry+https://github.com/rust-lang/crates.io-index", 7895 "target": null, 7896 "uses_default_features": true 7897 }, 7898 { 7899 "features": [], 7900 "kind": null, 7901 "name": "syn_derive", 7902 "optional": false, 7903 "registry": null, 7904 "rename": null, 7905 "req": "^0.1.6", 7906 "source": "registry+https://github.com/rust-lang/crates.io-index", 7907 "target": null, 7908 "uses_default_features": true 7909 }, 7910 { 7911 "features": [], 7912 "kind": "dev", 7913 "name": "insta", 7914 "optional": false, 7915 "registry": null, 7916 "rename": null, 7917 "req": "^1.29.0", 7918 "source": "registry+https://github.com/rust-lang/crates.io-index", 7919 "target": null, 7920 "uses_default_features": true 7921 }, 7922 { 7923 "features": [], 7924 "kind": "dev", 7925 "name": "prettyplease", 7926 "optional": false, 7927 "registry": null, 7928 "rename": null, 7929 "req": "^0.2.9", 7930 "source": "registry+https://github.com/rust-lang/crates.io-index", 7931 "target": null, 7932 "uses_default_features": true 7933 }, 7934 { 7935 "features": [ 7936 "full", 7937 "fold", 7938 "parsing" 7939 ], 7940 "kind": "dev", 7941 "name": "syn", 7942 "optional": false, 7943 "registry": null, 7944 "rename": null, 7945 "req": "^2", 7946 "source": "registry+https://github.com/rust-lang/crates.io-index", 7947 "target": null, 7948 "uses_default_features": true 7949 } 7950 ], 7951 "description": "Binary Object Representation Serializer for Hashing\n", 7952 "documentation": null, 7953 "edition": "2018", 7954 "features": { 7955 "default": [], 7956 "force_exhaustive_checks": [], 7957 "schema": [] 7958 }, 7959 "homepage": "https://borsh.io", 7960 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 7961 "keywords": [], 7962 "license": "Apache-2.0", 7963 "license_file": null, 7964 "links": null, 7965 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-derive-1.4.0/Cargo.toml", 7966 "metadata": { 7967 "docs": { 7968 "rs": { 7969 "features": [ 7970 "schema" 7971 ], 7972 "targets": [ 7973 "x86_64-unknown-linux-gnu" 7974 ] 7975 } 7976 } 7977 }, 7978 "name": "borsh-derive", 7979 "publish": null, 7980 "readme": "README.md", 7981 "repository": "https://github.com/nearprotocol/borsh", 7982 "rust_version": "1.67.0", 7983 "source": "registry+https://github.com/rust-lang/crates.io-index", 7984 "targets": [ 7985 { 7986 "crate_types": [ 7987 "proc-macro" 7988 ], 7989 "doc": true, 7990 "doctest": true, 7991 "edition": "2018", 7992 "kind": [ 7993 "proc-macro" 7994 ], 7995 "name": "borsh_derive", 7996 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/borsh-derive-1.4.0/src/lib.rs", 7997 "test": true 7998 } 7999 ], 8000 "version": "1.4.0" 8001 }, 8002 { 8003 "authors": [ 8004 "Nick Fitzgerald <[email protected]>" 8005 ], 8006 "categories": [ 8007 "memory-management", 8008 "rust-patterns", 8009 "no-std" 8010 ], 8011 "default_run": null, 8012 "dependencies": [ 8013 { 8014 "features": [], 8015 "kind": null, 8016 "name": "allocator-api2", 8017 "optional": true, 8018 "registry": null, 8019 "rename": null, 8020 "req": "^0.2.8", 8021 "source": "registry+https://github.com/rust-lang/crates.io-index", 8022 "target": null, 8023 "uses_default_features": false 8024 }, 8025 { 8026 "features": [], 8027 "kind": "dev", 8028 "name": "criterion", 8029 "optional": false, 8030 "registry": null, 8031 "rename": null, 8032 "req": "^0.3.6", 8033 "source": "registry+https://github.com/rust-lang/crates.io-index", 8034 "target": null, 8035 "uses_default_features": true 8036 }, 8037 { 8038 "features": [], 8039 "kind": "dev", 8040 "name": "quickcheck", 8041 "optional": false, 8042 "registry": null, 8043 "rename": null, 8044 "req": "^1.0.3", 8045 "source": "registry+https://github.com/rust-lang/crates.io-index", 8046 "target": null, 8047 "uses_default_features": true 8048 }, 8049 { 8050 "features": [], 8051 "kind": "dev", 8052 "name": "rand", 8053 "optional": false, 8054 "registry": null, 8055 "rename": null, 8056 "req": "^0.8.5", 8057 "source": "registry+https://github.com/rust-lang/crates.io-index", 8058 "target": null, 8059 "uses_default_features": true 8060 } 8061 ], 8062 "description": "A fast bump allocation arena for Rust.", 8063 "documentation": "https://docs.rs/bumpalo", 8064 "edition": "2021", 8065 "features": { 8066 "allocator-api2": [ 8067 "dep:allocator-api2" 8068 ], 8069 "allocator_api": [], 8070 "boxed": [], 8071 "collections": [], 8072 "default": [], 8073 "std": [] 8074 }, 8075 "homepage": null, 8076 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8077 "keywords": [], 8078 "license": "MIT OR Apache-2.0", 8079 "license_file": null, 8080 "links": null, 8081 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.15.4/Cargo.toml", 8082 "metadata": { 8083 "docs": { 8084 "rs": { 8085 "all-features": true 8086 } 8087 } 8088 }, 8089 "name": "bumpalo", 8090 "publish": null, 8091 "readme": "README.md", 8092 "repository": "https://github.com/fitzgen/bumpalo", 8093 "rust_version": "1.73.0", 8094 "source": "registry+https://github.com/rust-lang/crates.io-index", 8095 "targets": [ 8096 { 8097 "crate_types": [ 8098 "lib" 8099 ], 8100 "doc": true, 8101 "doctest": true, 8102 "edition": "2021", 8103 "kind": [ 8104 "lib" 8105 ], 8106 "name": "bumpalo", 8107 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.15.4/src/lib.rs", 8108 "test": true 8109 }, 8110 { 8111 "crate_types": [ 8112 "bin" 8113 ], 8114 "doc": false, 8115 "doctest": false, 8116 "edition": "2021", 8117 "kind": [ 8118 "test" 8119 ], 8120 "name": "try_alloc", 8121 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.15.4/tests/try_alloc.rs", 8122 "test": true 8123 }, 8124 { 8125 "crate_types": [ 8126 "bin" 8127 ], 8128 "doc": false, 8129 "doctest": false, 8130 "edition": "2021", 8131 "kind": [ 8132 "bench" 8133 ], 8134 "name": "benches", 8135 "required-features": [ 8136 "collections" 8137 ], 8138 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.15.4/benches/benches.rs", 8139 "test": false 8140 } 8141 ], 8142 "version": "3.15.4" 8143 }, 8144 { 8145 "authors": [ 8146 "David Koloski <[email protected]>" 8147 ], 8148 "categories": [ 8149 "encoding" 8150 ], 8151 "default_run": null, 8152 "dependencies": [ 8153 { 8154 "features": [], 8155 "kind": null, 8156 "name": "bytecheck_derive", 8157 "optional": false, 8158 "registry": null, 8159 "rename": null, 8160 "req": "^0.6.12", 8161 "source": "registry+https://github.com/rust-lang/crates.io-index", 8162 "target": null, 8163 "uses_default_features": false 8164 }, 8165 { 8166 "features": [], 8167 "kind": null, 8168 "name": "ptr_meta", 8169 "optional": false, 8170 "registry": null, 8171 "rename": null, 8172 "req": "^0.1", 8173 "source": "registry+https://github.com/rust-lang/crates.io-index", 8174 "target": null, 8175 "uses_default_features": false 8176 }, 8177 { 8178 "features": [], 8179 "kind": null, 8180 "name": "simdutf8", 8181 "optional": true, 8182 "registry": null, 8183 "rename": null, 8184 "req": "^0.1", 8185 "source": "registry+https://github.com/rust-lang/crates.io-index", 8186 "target": null, 8187 "uses_default_features": false 8188 }, 8189 { 8190 "features": [], 8191 "kind": null, 8192 "name": "uuid", 8193 "optional": true, 8194 "registry": null, 8195 "rename": null, 8196 "req": "^1.3", 8197 "source": "registry+https://github.com/rust-lang/crates.io-index", 8198 "target": null, 8199 "uses_default_features": true 8200 } 8201 ], 8202 "description": "Derive macro for bytecheck", 8203 "documentation": "https://docs.rs/bytecheck", 8204 "edition": "2021", 8205 "features": { 8206 "default": [ 8207 "simdutf8", 8208 "std" 8209 ], 8210 "simdutf8": [ 8211 "dep:simdutf8" 8212 ], 8213 "std": [ 8214 "ptr_meta/std", 8215 "bytecheck_derive/std", 8216 "simdutf8/std" 8217 ], 8218 "uuid": [ 8219 "dep:uuid" 8220 ], 8221 "verbose": [] 8222 }, 8223 "homepage": null, 8224 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8225 "keywords": [ 8226 "bytecheck", 8227 "validation", 8228 "zero-copy", 8229 "rkyv" 8230 ], 8231 "license": "MIT", 8232 "license_file": null, 8233 "links": null, 8234 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytecheck-0.6.12/Cargo.toml", 8235 "metadata": null, 8236 "name": "bytecheck", 8237 "publish": null, 8238 "readme": "crates-io.md", 8239 "repository": "https://github.com/djkoloski/bytecheck", 8240 "rust_version": null, 8241 "source": "registry+https://github.com/rust-lang/crates.io-index", 8242 "targets": [ 8243 { 8244 "crate_types": [ 8245 "lib" 8246 ], 8247 "doc": true, 8248 "doctest": true, 8249 "edition": "2021", 8250 "kind": [ 8251 "lib" 8252 ], 8253 "name": "bytecheck", 8254 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytecheck-0.6.12/src/lib.rs", 8255 "test": true 8256 }, 8257 { 8258 "crate_types": [ 8259 "bin" 8260 ], 8261 "doc": false, 8262 "doctest": false, 8263 "edition": "2021", 8264 "kind": [ 8265 "custom-build" 8266 ], 8267 "name": "build-script-build", 8268 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytecheck-0.6.12/build.rs", 8269 "test": false 8270 } 8271 ], 8272 "version": "0.6.12" 8273 }, 8274 { 8275 "authors": [ 8276 "David Koloski <[email protected]>" 8277 ], 8278 "categories": [], 8279 "default_run": null, 8280 "dependencies": [ 8281 { 8282 "features": [], 8283 "kind": null, 8284 "name": "proc-macro2", 8285 "optional": false, 8286 "registry": null, 8287 "rename": null, 8288 "req": "^1.0", 8289 "source": "registry+https://github.com/rust-lang/crates.io-index", 8290 "target": null, 8291 "uses_default_features": true 8292 }, 8293 { 8294 "features": [], 8295 "kind": null, 8296 "name": "quote", 8297 "optional": false, 8298 "registry": null, 8299 "rename": null, 8300 "req": "^1.0", 8301 "source": "registry+https://github.com/rust-lang/crates.io-index", 8302 "target": null, 8303 "uses_default_features": true 8304 }, 8305 { 8306 "features": [], 8307 "kind": null, 8308 "name": "syn", 8309 "optional": false, 8310 "registry": null, 8311 "rename": null, 8312 "req": "^1.0", 8313 "source": "registry+https://github.com/rust-lang/crates.io-index", 8314 "target": null, 8315 "uses_default_features": true 8316 } 8317 ], 8318 "description": "Derive macro for bytecheck", 8319 "documentation": "https://docs.rs/bytecheck_derive", 8320 "edition": "2021", 8321 "features": { 8322 "default": [ 8323 "std" 8324 ], 8325 "std": [] 8326 }, 8327 "homepage": null, 8328 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8329 "keywords": [], 8330 "license": "MIT", 8331 "license_file": null, 8332 "links": null, 8333 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytecheck_derive-0.6.12/Cargo.toml", 8334 "metadata": null, 8335 "name": "bytecheck_derive", 8336 "publish": null, 8337 "readme": null, 8338 "repository": "https://github.com/djkoloski/bytecheck", 8339 "rust_version": null, 8340 "source": "registry+https://github.com/rust-lang/crates.io-index", 8341 "targets": [ 8342 { 8343 "crate_types": [ 8344 "proc-macro" 8345 ], 8346 "doc": true, 8347 "doctest": true, 8348 "edition": "2021", 8349 "kind": [ 8350 "proc-macro" 8351 ], 8352 "name": "bytecheck_derive", 8353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytecheck_derive-0.6.12/src/lib.rs", 8354 "test": true 8355 } 8356 ], 8357 "version": "0.6.12" 8358 }, 8359 { 8360 "authors": [ 8361 "Lokathor <[email protected]>" 8362 ], 8363 "categories": [ 8364 "encoding", 8365 "no-std" 8366 ], 8367 "default_run": null, 8368 "dependencies": [ 8369 { 8370 "features": [], 8371 "kind": null, 8372 "name": "bytemuck_derive", 8373 "optional": true, 8374 "registry": null, 8375 "rename": null, 8376 "req": "^1.4", 8377 "source": "registry+https://github.com/rust-lang/crates.io-index", 8378 "target": null, 8379 "uses_default_features": true 8380 } 8381 ], 8382 "description": "A crate for mucking around with piles of bytes.", 8383 "documentation": null, 8384 "edition": "2018", 8385 "features": { 8386 "aarch64_simd": [], 8387 "align_offset": [], 8388 "bytemuck_derive": [ 8389 "dep:bytemuck_derive" 8390 ], 8391 "derive": [ 8392 "bytemuck_derive" 8393 ], 8394 "extern_crate_alloc": [], 8395 "extern_crate_std": [ 8396 "extern_crate_alloc" 8397 ], 8398 "min_const_generics": [], 8399 "must_cast": [], 8400 "nightly_docs": [], 8401 "nightly_portable_simd": [], 8402 "nightly_stdsimd": [], 8403 "unsound_ptr_pod_impl": [], 8404 "wasm_simd": [], 8405 "zeroable_atomics": [], 8406 "zeroable_maybe_uninit": [] 8407 }, 8408 "homepage": null, 8409 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8410 "keywords": [ 8411 "transmute", 8412 "bytes", 8413 "casting" 8414 ], 8415 "license": "Zlib OR Apache-2.0 OR MIT", 8416 "license_file": null, 8417 "links": null, 8418 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/Cargo.toml", 8419 "metadata": { 8420 "docs": { 8421 "rs": { 8422 "features": [ 8423 "nightly_docs", 8424 "derive", 8425 "extern_crate_alloc", 8426 "extern_crate_std", 8427 "zeroable_maybe_uninit", 8428 "zeroable_atomics", 8429 "min_const_generics", 8430 "wasm_simd", 8431 "must_cast" 8432 ] 8433 } 8434 }, 8435 "playground": { 8436 "features": [ 8437 "derive", 8438 "extern_crate_alloc", 8439 "extern_crate_std", 8440 "zeroable_maybe_uninit", 8441 "zeroable_atomics", 8442 "min_const_generics", 8443 "wasm_simd", 8444 "must_cast" 8445 ] 8446 } 8447 }, 8448 "name": "bytemuck", 8449 "publish": null, 8450 "readme": "README.md", 8451 "repository": "https://github.com/Lokathor/bytemuck", 8452 "rust_version": null, 8453 "source": "registry+https://github.com/rust-lang/crates.io-index", 8454 "targets": [ 8455 { 8456 "crate_types": [ 8457 "lib" 8458 ], 8459 "doc": true, 8460 "doctest": true, 8461 "edition": "2018", 8462 "kind": [ 8463 "lib" 8464 ], 8465 "name": "bytemuck", 8466 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/src/lib.rs", 8467 "test": true 8468 }, 8469 { 8470 "crate_types": [ 8471 "bin" 8472 ], 8473 "doc": false, 8474 "doctest": false, 8475 "edition": "2018", 8476 "kind": [ 8477 "test" 8478 ], 8479 "name": "wrapper_forgets", 8480 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/wrapper_forgets.rs", 8481 "test": true 8482 }, 8483 { 8484 "crate_types": [ 8485 "bin" 8486 ], 8487 "doc": false, 8488 "doctest": false, 8489 "edition": "2018", 8490 "kind": [ 8491 "test" 8492 ], 8493 "name": "derive", 8494 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/derive.rs", 8495 "test": true 8496 }, 8497 { 8498 "crate_types": [ 8499 "bin" 8500 ], 8501 "doc": false, 8502 "doctest": false, 8503 "edition": "2018", 8504 "kind": [ 8505 "test" 8506 ], 8507 "name": "array_tests", 8508 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/array_tests.rs", 8509 "test": true 8510 }, 8511 { 8512 "crate_types": [ 8513 "bin" 8514 ], 8515 "doc": false, 8516 "doctest": false, 8517 "edition": "2018", 8518 "kind": [ 8519 "test" 8520 ], 8521 "name": "transparent", 8522 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/transparent.rs", 8523 "test": true 8524 }, 8525 { 8526 "crate_types": [ 8527 "bin" 8528 ], 8529 "doc": false, 8530 "doctest": false, 8531 "edition": "2018", 8532 "kind": [ 8533 "test" 8534 ], 8535 "name": "checked_tests", 8536 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/checked_tests.rs", 8537 "test": true 8538 }, 8539 { 8540 "crate_types": [ 8541 "bin" 8542 ], 8543 "doc": false, 8544 "doctest": false, 8545 "edition": "2018", 8546 "kind": [ 8547 "test" 8548 ], 8549 "name": "cast_slice_tests", 8550 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/cast_slice_tests.rs", 8551 "test": true 8552 }, 8553 { 8554 "crate_types": [ 8555 "bin" 8556 ], 8557 "doc": false, 8558 "doctest": false, 8559 "edition": "2018", 8560 "kind": [ 8561 "test" 8562 ], 8563 "name": "doc_tests", 8564 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/doc_tests.rs", 8565 "test": true 8566 }, 8567 { 8568 "crate_types": [ 8569 "bin" 8570 ], 8571 "doc": false, 8572 "doctest": false, 8573 "edition": "2018", 8574 "kind": [ 8575 "test" 8576 ], 8577 "name": "std_tests", 8578 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/std_tests.rs", 8579 "test": true 8580 }, 8581 { 8582 "crate_types": [ 8583 "bin" 8584 ], 8585 "doc": false, 8586 "doctest": false, 8587 "edition": "2018", 8588 "kind": [ 8589 "test" 8590 ], 8591 "name": "offset_of_tests", 8592 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/offset_of_tests.rs", 8593 "test": true 8594 } 8595 ], 8596 "version": "1.15.0" 8597 }, 8598 { 8599 "authors": [ 8600 "Andrew Gallant <[email protected]>" 8601 ], 8602 "categories": [ 8603 "encoding", 8604 "parsing", 8605 "no-std" 8606 ], 8607 "default_run": null, 8608 "dependencies": [ 8609 { 8610 "features": [], 8611 "kind": "dev", 8612 "name": "quickcheck", 8613 "optional": false, 8614 "registry": null, 8615 "rename": null, 8616 "req": "^0.9.2", 8617 "source": "registry+https://github.com/rust-lang/crates.io-index", 8618 "target": null, 8619 "uses_default_features": false 8620 }, 8621 { 8622 "features": [], 8623 "kind": "dev", 8624 "name": "rand", 8625 "optional": false, 8626 "registry": null, 8627 "rename": null, 8628 "req": "^0.7", 8629 "source": "registry+https://github.com/rust-lang/crates.io-index", 8630 "target": null, 8631 "uses_default_features": true 8632 } 8633 ], 8634 "description": "Library for reading/writing numbers in big-endian and little-endian.", 8635 "documentation": "https://docs.rs/byteorder", 8636 "edition": "2021", 8637 "features": { 8638 "default": [ 8639 "std" 8640 ], 8641 "i128": [], 8642 "std": [] 8643 }, 8644 "homepage": "https://github.com/BurntSushi/byteorder", 8645 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8646 "keywords": [ 8647 "byte", 8648 "endian", 8649 "big-endian", 8650 "little-endian", 8651 "binary" 8652 ], 8653 "license": "Unlicense OR MIT", 8654 "license_file": null, 8655 "links": null, 8656 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml", 8657 "metadata": null, 8658 "name": "byteorder", 8659 "publish": null, 8660 "readme": "README.md", 8661 "repository": "https://github.com/BurntSushi/byteorder", 8662 "rust_version": "1.60", 8663 "source": "registry+https://github.com/rust-lang/crates.io-index", 8664 "targets": [ 8665 { 8666 "crate_types": [ 8667 "lib" 8668 ], 8669 "doc": true, 8670 "doctest": true, 8671 "edition": "2021", 8672 "kind": [ 8673 "lib" 8674 ], 8675 "name": "byteorder", 8676 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs", 8677 "test": true 8678 }, 8679 { 8680 "crate_types": [ 8681 "bin" 8682 ], 8683 "doc": false, 8684 "doctest": false, 8685 "edition": "2021", 8686 "kind": [ 8687 "bench" 8688 ], 8689 "name": "bench", 8690 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs", 8691 "test": false 8692 } 8693 ], 8694 "version": "1.5.0" 8695 }, 8696 { 8697 "authors": [ 8698 "Carl Lerche <[email protected]>", 8699 "Sean McArthur <[email protected]>" 8700 ], 8701 "categories": [ 8702 "network-programming", 8703 "data-structures" 8704 ], 8705 "default_run": null, 8706 "dependencies": [ 8707 { 8708 "features": [ 8709 "alloc" 8710 ], 8711 "kind": null, 8712 "name": "serde", 8713 "optional": true, 8714 "registry": null, 8715 "rename": null, 8716 "req": "^1.0.60", 8717 "source": "registry+https://github.com/rust-lang/crates.io-index", 8718 "target": null, 8719 "uses_default_features": false 8720 }, 8721 { 8722 "features": [], 8723 "kind": "dev", 8724 "name": "serde_test", 8725 "optional": false, 8726 "registry": null, 8727 "rename": null, 8728 "req": "^1.0", 8729 "source": "registry+https://github.com/rust-lang/crates.io-index", 8730 "target": null, 8731 "uses_default_features": true 8732 }, 8733 { 8734 "features": [], 8735 "kind": "dev", 8736 "name": "loom", 8737 "optional": false, 8738 "registry": null, 8739 "rename": null, 8740 "req": "^0.7", 8741 "source": "registry+https://github.com/rust-lang/crates.io-index", 8742 "target": "cfg(loom)", 8743 "uses_default_features": true 8744 } 8745 ], 8746 "description": "Types and traits for working with bytes", 8747 "documentation": null, 8748 "edition": "2018", 8749 "features": { 8750 "default": [ 8751 "std" 8752 ], 8753 "serde": [ 8754 "dep:serde" 8755 ], 8756 "std": [] 8757 }, 8758 "homepage": null, 8759 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 8760 "keywords": [ 8761 "buffers", 8762 "zero-copy", 8763 "io" 8764 ], 8765 "license": "MIT", 8766 "license_file": null, 8767 "links": null, 8768 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/Cargo.toml", 8769 "metadata": { 8770 "docs": { 8771 "rs": { 8772 "rustdoc-args": [ 8773 "--cfg", 8774 "docsrs" 8775 ] 8776 } 8777 } 8778 }, 8779 "name": "bytes", 8780 "publish": null, 8781 "readme": "README.md", 8782 "repository": "https://github.com/tokio-rs/bytes", 8783 "rust_version": "1.39", 8784 "source": "registry+https://github.com/rust-lang/crates.io-index", 8785 "targets": [ 8786 { 8787 "crate_types": [ 8788 "lib" 8789 ], 8790 "doc": true, 8791 "doctest": true, 8792 "edition": "2018", 8793 "kind": [ 8794 "lib" 8795 ], 8796 "name": "bytes", 8797 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs", 8798 "test": true 8799 }, 8800 { 8801 "crate_types": [ 8802 "bin" 8803 ], 8804 "doc": false, 8805 "doctest": false, 8806 "edition": "2018", 8807 "kind": [ 8808 "test" 8809 ], 8810 "name": "test_buf", 8811 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf.rs", 8812 "test": true 8813 }, 8814 { 8815 "crate_types": [ 8816 "bin" 8817 ], 8818 "doc": false, 8819 "doctest": false, 8820 "edition": "2018", 8821 "kind": [ 8822 "test" 8823 ], 8824 "name": "test_bytes_odd_alloc", 8825 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_odd_alloc.rs", 8826 "test": true 8827 }, 8828 { 8829 "crate_types": [ 8830 "bin" 8831 ], 8832 "doc": false, 8833 "doctest": false, 8834 "edition": "2018", 8835 "kind": [ 8836 "test" 8837 ], 8838 "name": "test_bytes", 8839 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes.rs", 8840 "test": true 8841 }, 8842 { 8843 "crate_types": [ 8844 "bin" 8845 ], 8846 "doc": false, 8847 "doctest": false, 8848 "edition": "2018", 8849 "kind": [ 8850 "test" 8851 ], 8852 "name": "test_debug", 8853 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_debug.rs", 8854 "test": true 8855 }, 8856 { 8857 "crate_types": [ 8858 "bin" 8859 ], 8860 "doc": false, 8861 "doctest": false, 8862 "edition": "2018", 8863 "kind": [ 8864 "test" 8865 ], 8866 "name": "test_iter", 8867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_iter.rs", 8868 "test": true 8869 }, 8870 { 8871 "crate_types": [ 8872 "bin" 8873 ], 8874 "doc": false, 8875 "doctest": false, 8876 "edition": "2018", 8877 "kind": [ 8878 "test" 8879 ], 8880 "name": "test_reader", 8881 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_reader.rs", 8882 "test": true 8883 }, 8884 { 8885 "crate_types": [ 8886 "bin" 8887 ], 8888 "doc": false, 8889 "doctest": false, 8890 "edition": "2018", 8891 "kind": [ 8892 "test" 8893 ], 8894 "name": "test_bytes_vec_alloc", 8895 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_vec_alloc.rs", 8896 "test": true 8897 }, 8898 { 8899 "crate_types": [ 8900 "bin" 8901 ], 8902 "doc": false, 8903 "doctest": false, 8904 "edition": "2018", 8905 "kind": [ 8906 "test" 8907 ], 8908 "name": "test_chain", 8909 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_chain.rs", 8910 "test": true 8911 }, 8912 { 8913 "crate_types": [ 8914 "bin" 8915 ], 8916 "doc": false, 8917 "doctest": false, 8918 "edition": "2018", 8919 "kind": [ 8920 "test" 8921 ], 8922 "name": "test_serde", 8923 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_serde.rs", 8924 "test": true 8925 }, 8926 { 8927 "crate_types": [ 8928 "bin" 8929 ], 8930 "doc": false, 8931 "doctest": false, 8932 "edition": "2018", 8933 "kind": [ 8934 "test" 8935 ], 8936 "name": "test_buf_mut", 8937 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf_mut.rs", 8938 "test": true 8939 }, 8940 { 8941 "crate_types": [ 8942 "bin" 8943 ], 8944 "doc": false, 8945 "doctest": false, 8946 "edition": "2018", 8947 "kind": [ 8948 "test" 8949 ], 8950 "name": "test_take", 8951 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_take.rs", 8952 "test": true 8953 }, 8954 { 8955 "crate_types": [ 8956 "bin" 8957 ], 8958 "doc": false, 8959 "doctest": false, 8960 "edition": "2018", 8961 "kind": [ 8962 "bench" 8963 ], 8964 "name": "buf", 8965 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/buf.rs", 8966 "test": false 8967 }, 8968 { 8969 "crate_types": [ 8970 "bin" 8971 ], 8972 "doc": false, 8973 "doctest": false, 8974 "edition": "2018", 8975 "kind": [ 8976 "bench" 8977 ], 8978 "name": "bytes_mut", 8979 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes_mut.rs", 8980 "test": false 8981 }, 8982 { 8983 "crate_types": [ 8984 "bin" 8985 ], 8986 "doc": false, 8987 "doctest": false, 8988 "edition": "2018", 8989 "kind": [ 8990 "bench" 8991 ], 8992 "name": "bytes", 8993 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes.rs", 8994 "test": false 8995 } 8996 ], 8997 "version": "1.6.0" 8998 }, 8999 { 9000 "authors": [ 9001 "Alex Crichton <[email protected]>" 9002 ], 9003 "categories": [ 9004 "development-tools::build-utils" 9005 ], 9006 "default_run": null, 9007 "dependencies": [ 9008 { 9009 "features": [], 9010 "kind": null, 9011 "name": "jobserver", 9012 "optional": true, 9013 "registry": null, 9014 "rename": null, 9015 "req": "^0.1.20", 9016 "source": "registry+https://github.com/rust-lang/crates.io-index", 9017 "target": null, 9018 "uses_default_features": false 9019 }, 9020 { 9021 "features": [], 9022 "kind": "dev", 9023 "name": "tempfile", 9024 "optional": false, 9025 "registry": null, 9026 "rename": null, 9027 "req": "^3", 9028 "source": "registry+https://github.com/rust-lang/crates.io-index", 9029 "target": null, 9030 "uses_default_features": true 9031 }, 9032 { 9033 "features": [], 9034 "kind": null, 9035 "name": "libc", 9036 "optional": true, 9037 "registry": null, 9038 "rename": null, 9039 "req": "^0.2.62", 9040 "source": "registry+https://github.com/rust-lang/crates.io-index", 9041 "target": "cfg(unix)", 9042 "uses_default_features": false 9043 } 9044 ], 9045 "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", 9046 "documentation": "https://docs.rs/cc", 9047 "edition": "2018", 9048 "features": { 9049 "jobserver": [ 9050 "dep:jobserver" 9051 ], 9052 "libc": [ 9053 "dep:libc" 9054 ], 9055 "parallel": [ 9056 "libc", 9057 "jobserver" 9058 ] 9059 }, 9060 "homepage": "https://github.com/rust-lang/cc-rs", 9061 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9062 "keywords": [ 9063 "build-dependencies" 9064 ], 9065 "license": "MIT OR Apache-2.0", 9066 "license_file": null, 9067 "links": null, 9068 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.90/Cargo.toml", 9069 "metadata": null, 9070 "name": "cc", 9071 "publish": null, 9072 "readme": "README.md", 9073 "repository": "https://github.com/rust-lang/cc-rs", 9074 "rust_version": "1.53", 9075 "source": "registry+https://github.com/rust-lang/crates.io-index", 9076 "targets": [ 9077 { 9078 "crate_types": [ 9079 "lib" 9080 ], 9081 "doc": true, 9082 "doctest": true, 9083 "edition": "2018", 9084 "kind": [ 9085 "lib" 9086 ], 9087 "name": "cc", 9088 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.90/src/lib.rs", 9089 "test": true 9090 } 9091 ], 9092 "version": "1.0.90" 9093 }, 9094 { 9095 "authors": [], 9096 "categories": [ 9097 "compilers", 9098 "config" 9099 ], 9100 "default_run": null, 9101 "dependencies": [ 9102 { 9103 "features": [], 9104 "kind": null, 9105 "name": "cedar-policy-core", 9106 "optional": false, 9107 "registry": null, 9108 "rename": null, 9109 "req": "=2.4.2", 9110 "source": "registry+https://github.com/rust-lang/crates.io-index", 9111 "target": null, 9112 "uses_default_features": true 9113 }, 9114 { 9115 "features": [], 9116 "kind": null, 9117 "name": "cedar-policy-validator", 9118 "optional": false, 9119 "registry": null, 9120 "rename": null, 9121 "req": "=2.4.2", 9122 "source": "registry+https://github.com/rust-lang/crates.io-index", 9123 "target": null, 9124 "uses_default_features": true 9125 }, 9126 { 9127 "features": [], 9128 "kind": null, 9129 "name": "dhat", 9130 "optional": true, 9131 "registry": null, 9132 "rename": null, 9133 "req": "^0.3.2", 9134 "source": "registry+https://github.com/rust-lang/crates.io-index", 9135 "target": null, 9136 "uses_default_features": true 9137 }, 9138 { 9139 "features": [], 9140 "kind": null, 9141 "name": "itertools", 9142 "optional": false, 9143 "registry": null, 9144 "rename": null, 9145 "req": "^0.10", 9146 "source": "registry+https://github.com/rust-lang/crates.io-index", 9147 "target": null, 9148 "uses_default_features": true 9149 }, 9150 { 9151 "features": [ 9152 "lexer" 9153 ], 9154 "kind": null, 9155 "name": "lalrpop-util", 9156 "optional": false, 9157 "registry": null, 9158 "rename": null, 9159 "req": "^0.20.0", 9160 "source": "registry+https://github.com/rust-lang/crates.io-index", 9161 "target": null, 9162 "uses_default_features": true 9163 }, 9164 { 9165 "features": [], 9166 "kind": null, 9167 "name": "ref-cast", 9168 "optional": false, 9169 "registry": null, 9170 "rename": null, 9171 "req": "^1.0", 9172 "source": "registry+https://github.com/rust-lang/crates.io-index", 9173 "target": null, 9174 "uses_default_features": true 9175 }, 9176 { 9177 "features": [ 9178 "derive", 9179 "rc" 9180 ], 9181 "kind": null, 9182 "name": "serde", 9183 "optional": false, 9184 "registry": null, 9185 "rename": null, 9186 "req": "^1.0", 9187 "source": "registry+https://github.com/rust-lang/crates.io-index", 9188 "target": null, 9189 "uses_default_features": true 9190 }, 9191 { 9192 "features": [], 9193 "kind": null, 9194 "name": "serde_json", 9195 "optional": false, 9196 "registry": null, 9197 "rename": null, 9198 "req": "^1.0", 9199 "source": "registry+https://github.com/rust-lang/crates.io-index", 9200 "target": null, 9201 "uses_default_features": true 9202 }, 9203 { 9204 "features": [ 9205 "serde" 9206 ], 9207 "kind": null, 9208 "name": "smol_str", 9209 "optional": false, 9210 "registry": null, 9211 "rename": null, 9212 "req": "^0.2", 9213 "source": "registry+https://github.com/rust-lang/crates.io-index", 9214 "target": null, 9215 "uses_default_features": true 9216 }, 9217 { 9218 "features": [], 9219 "kind": null, 9220 "name": "thiserror", 9221 "optional": false, 9222 "registry": null, 9223 "rename": null, 9224 "req": "^1.0", 9225 "source": "registry+https://github.com/rust-lang/crates.io-index", 9226 "target": null, 9227 "uses_default_features": true 9228 }, 9229 { 9230 "features": [], 9231 "kind": "dev", 9232 "name": "cool_asserts", 9233 "optional": false, 9234 "registry": null, 9235 "rename": null, 9236 "req": "^2.0", 9237 "source": "registry+https://github.com/rust-lang/crates.io-index", 9238 "target": null, 9239 "uses_default_features": true 9240 }, 9241 { 9242 "features": [], 9243 "kind": "dev", 9244 "name": "criterion", 9245 "optional": false, 9246 "registry": null, 9247 "rename": null, 9248 "req": "^0.5", 9249 "source": "registry+https://github.com/rust-lang/crates.io-index", 9250 "target": null, 9251 "uses_default_features": true 9252 }, 9253 { 9254 "features": [], 9255 "kind": "dev", 9256 "name": "globset", 9257 "optional": false, 9258 "registry": null, 9259 "rename": null, 9260 "req": "^0.4", 9261 "source": "registry+https://github.com/rust-lang/crates.io-index", 9262 "target": null, 9263 "uses_default_features": true 9264 } 9265 ], 9266 "description": "Cedar is a language for defining permissions as policies, which describe who should have access to what.", 9267 "documentation": null, 9268 "edition": "2021", 9269 "features": { 9270 "corpus-timing": [], 9271 "decimal": [ 9272 "cedar-policy-core/decimal", 9273 "cedar-policy-validator/decimal" 9274 ], 9275 "default": [ 9276 "ipaddr", 9277 "decimal" 9278 ], 9279 "experimental": [ 9280 "partial-eval" 9281 ], 9282 "heap-profiling": [ 9283 "dep:dhat" 9284 ], 9285 "integration_testing": [], 9286 "ipaddr": [ 9287 "cedar-policy-core/ipaddr", 9288 "cedar-policy-validator/ipaddr" 9289 ], 9290 "partial-eval": [ 9291 "cedar-policy-core/partial-eval" 9292 ] 9293 }, 9294 "homepage": "https://cedarpolicy.com", 9295 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9296 "keywords": [ 9297 "cedar", 9298 "authorization", 9299 "policy", 9300 "security" 9301 ], 9302 "license": "Apache-2.0", 9303 "license_file": null, 9304 "links": null, 9305 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/Cargo.toml", 9306 "metadata": null, 9307 "name": "cedar-policy", 9308 "publish": null, 9309 "readme": "README.md", 9310 "repository": "https://github.com/cedar-policy/cedar", 9311 "rust_version": null, 9312 "source": "registry+https://github.com/rust-lang/crates.io-index", 9313 "targets": [ 9314 { 9315 "crate_types": [ 9316 "rlib" 9317 ], 9318 "doc": true, 9319 "doctest": true, 9320 "edition": "2021", 9321 "kind": [ 9322 "rlib" 9323 ], 9324 "name": "cedar_policy", 9325 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/src/lib.rs", 9326 "test": true 9327 }, 9328 { 9329 "crate_types": [ 9330 "bin" 9331 ], 9332 "doc": false, 9333 "doctest": false, 9334 "edition": "2021", 9335 "kind": [ 9336 "test" 9337 ], 9338 "name": "decimal", 9339 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/tests/decimal.rs", 9340 "test": true 9341 }, 9342 { 9343 "crate_types": [ 9344 "bin" 9345 ], 9346 "doc": false, 9347 "doctest": false, 9348 "edition": "2021", 9349 "kind": [ 9350 "test" 9351 ], 9352 "name": "corpus_tests", 9353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/tests/corpus_tests.rs", 9354 "test": true 9355 }, 9356 { 9357 "crate_types": [ 9358 "bin" 9359 ], 9360 "doc": false, 9361 "doctest": false, 9362 "edition": "2021", 9363 "kind": [ 9364 "test" 9365 ], 9366 "name": "multi", 9367 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/tests/multi.rs", 9368 "test": true 9369 }, 9370 { 9371 "crate_types": [ 9372 "bin" 9373 ], 9374 "doc": false, 9375 "doctest": false, 9376 "edition": "2021", 9377 "kind": [ 9378 "test" 9379 ], 9380 "name": "ip", 9381 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/tests/ip.rs", 9382 "test": true 9383 }, 9384 { 9385 "crate_types": [ 9386 "bin" 9387 ], 9388 "doc": false, 9389 "doctest": false, 9390 "edition": "2021", 9391 "kind": [ 9392 "test" 9393 ], 9394 "name": "example_use_cases_doc", 9395 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/tests/example_use_cases_doc.rs", 9396 "test": true 9397 }, 9398 { 9399 "crate_types": [ 9400 "bin" 9401 ], 9402 "doc": false, 9403 "doctest": false, 9404 "edition": "2021", 9405 "kind": [ 9406 "test" 9407 ], 9408 "name": "public_interface", 9409 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/tests/public_interface.rs", 9410 "test": true 9411 }, 9412 { 9413 "crate_types": [ 9414 "bin" 9415 ], 9416 "doc": false, 9417 "doctest": false, 9418 "edition": "2021", 9419 "kind": [ 9420 "bench" 9421 ], 9422 "name": "cedar_benchmarks", 9423 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-2.4.2/benches/cedar_benchmarks.rs", 9424 "test": false 9425 } 9426 ], 9427 "version": "2.4.2" 9428 }, 9429 { 9430 "authors": [], 9431 "categories": [ 9432 "compilers", 9433 "config" 9434 ], 9435 "default_run": null, 9436 "dependencies": [ 9437 { 9438 "features": [ 9439 "derive" 9440 ], 9441 "kind": null, 9442 "name": "arbitrary", 9443 "optional": true, 9444 "registry": null, 9445 "rename": null, 9446 "req": "^1", 9447 "source": "registry+https://github.com/rust-lang/crates.io-index", 9448 "target": null, 9449 "uses_default_features": true 9450 }, 9451 { 9452 "features": [], 9453 "kind": null, 9454 "name": "either", 9455 "optional": false, 9456 "registry": null, 9457 "rename": null, 9458 "req": "^1.8", 9459 "source": "registry+https://github.com/rust-lang/crates.io-index", 9460 "target": null, 9461 "uses_default_features": true 9462 }, 9463 { 9464 "features": [], 9465 "kind": null, 9466 "name": "ipnet", 9467 "optional": true, 9468 "registry": null, 9469 "rename": null, 9470 "req": "^2.5.0", 9471 "source": "registry+https://github.com/rust-lang/crates.io-index", 9472 "target": null, 9473 "uses_default_features": true 9474 }, 9475 { 9476 "features": [], 9477 "kind": null, 9478 "name": "itertools", 9479 "optional": false, 9480 "registry": null, 9481 "rename": null, 9482 "req": "^0.10", 9483 "source": "registry+https://github.com/rust-lang/crates.io-index", 9484 "target": null, 9485 "uses_default_features": true 9486 }, 9487 { 9488 "features": [ 9489 "lexer" 9490 ], 9491 "kind": null, 9492 "name": "lalrpop-util", 9493 "optional": false, 9494 "registry": null, 9495 "rename": null, 9496 "req": "^0.20.0", 9497 "source": "registry+https://github.com/rust-lang/crates.io-index", 9498 "target": null, 9499 "uses_default_features": true 9500 }, 9501 { 9502 "features": [], 9503 "kind": null, 9504 "name": "lazy_static", 9505 "optional": false, 9506 "registry": null, 9507 "rename": null, 9508 "req": "^1.4", 9509 "source": "registry+https://github.com/rust-lang/crates.io-index", 9510 "target": null, 9511 "uses_default_features": true 9512 }, 9513 { 9514 "features": [], 9515 "kind": null, 9516 "name": "miette", 9517 "optional": false, 9518 "registry": null, 9519 "rename": null, 9520 "req": "^5.9.0", 9521 "source": "registry+https://github.com/rust-lang/crates.io-index", 9522 "target": null, 9523 "uses_default_features": true 9524 }, 9525 { 9526 "features": [ 9527 "unicode" 9528 ], 9529 "kind": null, 9530 "name": "regex", 9531 "optional": true, 9532 "registry": null, 9533 "rename": null, 9534 "req": "^1.8", 9535 "source": "registry+https://github.com/rust-lang/crates.io-index", 9536 "target": null, 9537 "uses_default_features": true 9538 }, 9539 { 9540 "features": [], 9541 "kind": null, 9542 "name": "rustc_lexer", 9543 "optional": false, 9544 "registry": null, 9545 "rename": null, 9546 "req": "^0.1", 9547 "source": "registry+https://github.com/rust-lang/crates.io-index", 9548 "target": null, 9549 "uses_default_features": true 9550 }, 9551 { 9552 "features": [ 9553 "derive", 9554 "rc" 9555 ], 9556 "kind": null, 9557 "name": "serde", 9558 "optional": false, 9559 "registry": null, 9560 "rename": null, 9561 "req": "^1.0", 9562 "source": "registry+https://github.com/rust-lang/crates.io-index", 9563 "target": null, 9564 "uses_default_features": true 9565 }, 9566 { 9567 "features": [], 9568 "kind": null, 9569 "name": "serde_json", 9570 "optional": false, 9571 "registry": null, 9572 "rename": null, 9573 "req": "^1.0", 9574 "source": "registry+https://github.com/rust-lang/crates.io-index", 9575 "target": null, 9576 "uses_default_features": true 9577 }, 9578 { 9579 "features": [ 9580 "json" 9581 ], 9582 "kind": null, 9583 "name": "serde_with", 9584 "optional": false, 9585 "registry": null, 9586 "rename": null, 9587 "req": "^3.0", 9588 "source": "registry+https://github.com/rust-lang/crates.io-index", 9589 "target": null, 9590 "uses_default_features": true 9591 }, 9592 { 9593 "features": [ 9594 "serde" 9595 ], 9596 "kind": null, 9597 "name": "smol_str", 9598 "optional": false, 9599 "registry": null, 9600 "rename": null, 9601 "req": "^0.2", 9602 "source": "registry+https://github.com/rust-lang/crates.io-index", 9603 "target": null, 9604 "uses_default_features": true 9605 }, 9606 { 9607 "features": [], 9608 "kind": null, 9609 "name": "stacker", 9610 "optional": false, 9611 "registry": null, 9612 "rename": null, 9613 "req": "^0.1.15", 9614 "source": "registry+https://github.com/rust-lang/crates.io-index", 9615 "target": null, 9616 "uses_default_features": true 9617 }, 9618 { 9619 "features": [], 9620 "kind": null, 9621 "name": "thiserror", 9622 "optional": false, 9623 "registry": null, 9624 "rename": null, 9625 "req": "^1.0", 9626 "source": "registry+https://github.com/rust-lang/crates.io-index", 9627 "target": null, 9628 "uses_default_features": true 9629 }, 9630 { 9631 "features": [], 9632 "kind": "dev", 9633 "name": "cool_asserts", 9634 "optional": false, 9635 "registry": null, 9636 "rename": null, 9637 "req": "^2.0", 9638 "source": "registry+https://github.com/rust-lang/crates.io-index", 9639 "target": null, 9640 "uses_default_features": true 9641 }, 9642 { 9643 "features": [], 9644 "kind": "build", 9645 "name": "lalrpop", 9646 "optional": false, 9647 "registry": null, 9648 "rename": null, 9649 "req": "^0.20.0", 9650 "source": "registry+https://github.com/rust-lang/crates.io-index", 9651 "target": null, 9652 "uses_default_features": true 9653 } 9654 ], 9655 "description": "Core implemenation of the Cedar Policy language.", 9656 "documentation": null, 9657 "edition": "2021", 9658 "features": { 9659 "arbitrary": [ 9660 "dep:arbitrary" 9661 ], 9662 "decimal": [ 9663 "dep:regex" 9664 ], 9665 "default": [ 9666 "ipaddr", 9667 "decimal" 9668 ], 9669 "ipaddr": [ 9670 "dep:ipnet" 9671 ], 9672 "partial-eval": [] 9673 }, 9674 "homepage": "https://cedarpolicy.com", 9675 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9676 "keywords": [ 9677 "cedar", 9678 "authorization", 9679 "policy", 9680 "security" 9681 ], 9682 "license": "Apache-2.0", 9683 "license_file": null, 9684 "links": null, 9685 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-core-2.4.2/Cargo.toml", 9686 "metadata": null, 9687 "name": "cedar-policy-core", 9688 "publish": null, 9689 "readme": "README.md", 9690 "repository": "https://github.com/cedar-policy/cedar", 9691 "rust_version": null, 9692 "source": "registry+https://github.com/rust-lang/crates.io-index", 9693 "targets": [ 9694 { 9695 "crate_types": [ 9696 "lib" 9697 ], 9698 "doc": true, 9699 "doctest": true, 9700 "edition": "2021", 9701 "kind": [ 9702 "lib" 9703 ], 9704 "name": "cedar_policy_core", 9705 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-core-2.4.2/src/lib.rs", 9706 "test": true 9707 }, 9708 { 9709 "crate_types": [ 9710 "bin" 9711 ], 9712 "doc": false, 9713 "doctest": false, 9714 "edition": "2021", 9715 "kind": [ 9716 "custom-build" 9717 ], 9718 "name": "build-script-build", 9719 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-core-2.4.2/build.rs", 9720 "test": false 9721 } 9722 ], 9723 "version": "2.4.2" 9724 }, 9725 { 9726 "authors": [], 9727 "categories": [ 9728 "compilers", 9729 "config" 9730 ], 9731 "default_run": null, 9732 "dependencies": [ 9733 { 9734 "features": [ 9735 "derive" 9736 ], 9737 "kind": null, 9738 "name": "arbitrary", 9739 "optional": true, 9740 "registry": null, 9741 "rename": null, 9742 "req": "^1", 9743 "source": "registry+https://github.com/rust-lang/crates.io-index", 9744 "target": null, 9745 "uses_default_features": true 9746 }, 9747 { 9748 "features": [], 9749 "kind": null, 9750 "name": "cedar-policy-core", 9751 "optional": false, 9752 "registry": null, 9753 "rename": null, 9754 "req": "=2.4.2", 9755 "source": "registry+https://github.com/rust-lang/crates.io-index", 9756 "target": null, 9757 "uses_default_features": true 9758 }, 9759 { 9760 "features": [], 9761 "kind": null, 9762 "name": "itertools", 9763 "optional": false, 9764 "registry": null, 9765 "rename": null, 9766 "req": "^0.10", 9767 "source": "registry+https://github.com/rust-lang/crates.io-index", 9768 "target": null, 9769 "uses_default_features": true 9770 }, 9771 { 9772 "features": [ 9773 "derive" 9774 ], 9775 "kind": null, 9776 "name": "serde", 9777 "optional": false, 9778 "registry": null, 9779 "rename": null, 9780 "req": "^1.0", 9781 "source": "registry+https://github.com/rust-lang/crates.io-index", 9782 "target": null, 9783 "uses_default_features": true 9784 }, 9785 { 9786 "features": [ 9787 "preserve_order" 9788 ], 9789 "kind": null, 9790 "name": "serde_json", 9791 "optional": false, 9792 "registry": null, 9793 "rename": null, 9794 "req": "^1.0", 9795 "source": "registry+https://github.com/rust-lang/crates.io-index", 9796 "target": null, 9797 "uses_default_features": true 9798 }, 9799 { 9800 "features": [], 9801 "kind": null, 9802 "name": "serde_with", 9803 "optional": false, 9804 "registry": null, 9805 "rename": null, 9806 "req": "^3.0", 9807 "source": "registry+https://github.com/rust-lang/crates.io-index", 9808 "target": null, 9809 "uses_default_features": true 9810 }, 9811 { 9812 "features": [ 9813 "serde" 9814 ], 9815 "kind": null, 9816 "name": "smol_str", 9817 "optional": false, 9818 "registry": null, 9819 "rename": null, 9820 "req": "^0.2", 9821 "source": "registry+https://github.com/rust-lang/crates.io-index", 9822 "target": null, 9823 "uses_default_features": true 9824 }, 9825 { 9826 "features": [], 9827 "kind": null, 9828 "name": "stacker", 9829 "optional": false, 9830 "registry": null, 9831 "rename": null, 9832 "req": "^0.1.15", 9833 "source": "registry+https://github.com/rust-lang/crates.io-index", 9834 "target": null, 9835 "uses_default_features": true 9836 }, 9837 { 9838 "features": [], 9839 "kind": null, 9840 "name": "thiserror", 9841 "optional": false, 9842 "registry": null, 9843 "rename": null, 9844 "req": "^1.0", 9845 "source": "registry+https://github.com/rust-lang/crates.io-index", 9846 "target": null, 9847 "uses_default_features": true 9848 }, 9849 { 9850 "features": [], 9851 "kind": null, 9852 "name": "unicode-security", 9853 "optional": false, 9854 "registry": null, 9855 "rename": null, 9856 "req": "^0.1.0", 9857 "source": "registry+https://github.com/rust-lang/crates.io-index", 9858 "target": null, 9859 "uses_default_features": true 9860 } 9861 ], 9862 "description": "Validator for the Cedar Policy language.", 9863 "documentation": null, 9864 "edition": "2021", 9865 "features": { 9866 "arbitrary": [ 9867 "dep:arbitrary" 9868 ], 9869 "decimal": [ 9870 "cedar-policy-core/decimal" 9871 ], 9872 "default": [ 9873 "ipaddr", 9874 "decimal" 9875 ], 9876 "ipaddr": [ 9877 "cedar-policy-core/ipaddr" 9878 ] 9879 }, 9880 "homepage": "https://cedarpolicy.com", 9881 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9882 "keywords": [ 9883 "cedar", 9884 "authorization", 9885 "policy", 9886 "security" 9887 ], 9888 "license": "Apache-2.0", 9889 "license_file": null, 9890 "links": null, 9891 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-validator-2.4.2/Cargo.toml", 9892 "metadata": null, 9893 "name": "cedar-policy-validator", 9894 "publish": null, 9895 "readme": "README.md", 9896 "repository": "https://github.com/cedar-policy/cedar", 9897 "rust_version": null, 9898 "source": "registry+https://github.com/rust-lang/crates.io-index", 9899 "targets": [ 9900 { 9901 "crate_types": [ 9902 "lib" 9903 ], 9904 "doc": true, 9905 "doctest": true, 9906 "edition": "2021", 9907 "kind": [ 9908 "lib" 9909 ], 9910 "name": "cedar_policy_validator", 9911 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cedar-policy-validator-2.4.2/src/lib.rs", 9912 "test": true 9913 } 9914 ], 9915 "version": "2.4.2" 9916 }, 9917 { 9918 "authors": [ 9919 "Alex Crichton <[email protected]>" 9920 ], 9921 "categories": [], 9922 "default_run": null, 9923 "dependencies": [ 9924 { 9925 "features": [], 9926 "kind": null, 9927 "name": "compiler_builtins", 9928 "optional": true, 9929 "registry": null, 9930 "rename": null, 9931 "req": "^0.1.2", 9932 "source": "registry+https://github.com/rust-lang/crates.io-index", 9933 "target": null, 9934 "uses_default_features": true 9935 }, 9936 { 9937 "features": [], 9938 "kind": null, 9939 "name": "rustc-std-workspace-core", 9940 "optional": true, 9941 "registry": null, 9942 "rename": "core", 9943 "req": "^1.0.0", 9944 "source": "registry+https://github.com/rust-lang/crates.io-index", 9945 "target": null, 9946 "uses_default_features": true 9947 } 9948 ], 9949 "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", 9950 "documentation": "https://docs.rs/cfg-if", 9951 "edition": "2018", 9952 "features": { 9953 "compiler_builtins": [ 9954 "dep:compiler_builtins" 9955 ], 9956 "core": [ 9957 "dep:core" 9958 ], 9959 "rustc-dep-of-std": [ 9960 "core", 9961 "compiler_builtins" 9962 ] 9963 }, 9964 "homepage": "https://github.com/alexcrichton/cfg-if", 9965 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 9966 "keywords": [], 9967 "license": "MIT/Apache-2.0", 9968 "license_file": null, 9969 "links": null, 9970 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", 9971 "metadata": null, 9972 "name": "cfg-if", 9973 "publish": null, 9974 "readme": "README.md", 9975 "repository": "https://github.com/alexcrichton/cfg-if", 9976 "rust_version": null, 9977 "source": "registry+https://github.com/rust-lang/crates.io-index", 9978 "targets": [ 9979 { 9980 "crate_types": [ 9981 "lib" 9982 ], 9983 "doc": true, 9984 "doctest": true, 9985 "edition": "2018", 9986 "kind": [ 9987 "lib" 9988 ], 9989 "name": "cfg_if", 9990 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", 9991 "test": true 9992 }, 9993 { 9994 "crate_types": [ 9995 "bin" 9996 ], 9997 "doc": false, 9998 "doctest": false, 9999 "edition": "2018", 10000 "kind": [ 10001 "test" 10002 ], 10003 "name": "xcrate", 10004 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", 10005 "test": true 10006 } 10007 ], 10008 "version": "1.0.0" 10009 }, 10010 { 10011 "authors": [ 10012 "Zicklag <[email protected]>" 10013 ], 10014 "categories": [ 10015 "development-tools", 10016 "development-tools::build-utils" 10017 ], 10018 "default_run": null, 10019 "dependencies": [], 10020 "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", 10021 "documentation": "https://docs.rs/cfg_aliases", 10022 "edition": "2018", 10023 "features": {}, 10024 "homepage": "https://github.com/katharostech/cfg_aliases", 10025 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10026 "keywords": [ 10027 "cfg", 10028 "alias", 10029 "conditional", 10030 "compilation", 10031 "build" 10032 ], 10033 "license": "MIT", 10034 "license_file": null, 10035 "links": null, 10036 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/Cargo.toml", 10037 "metadata": null, 10038 "name": "cfg_aliases", 10039 "publish": null, 10040 "readme": "README.md", 10041 "repository": "https://github.com/katharostech/cfg_aliases", 10042 "rust_version": null, 10043 "source": "registry+https://github.com/rust-lang/crates.io-index", 10044 "targets": [ 10045 { 10046 "crate_types": [ 10047 "lib" 10048 ], 10049 "doc": true, 10050 "doctest": true, 10051 "edition": "2018", 10052 "kind": [ 10053 "lib" 10054 ], 10055 "name": "cfg_aliases", 10056 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs", 10057 "test": true 10058 } 10059 ], 10060 "version": "0.1.1" 10061 }, 10062 { 10063 "authors": [], 10064 "categories": [ 10065 "date-and-time" 10066 ], 10067 "default_run": null, 10068 "dependencies": [ 10069 { 10070 "features": [ 10071 "derive" 10072 ], 10073 "kind": null, 10074 "name": "arbitrary", 10075 "optional": true, 10076 "registry": null, 10077 "rename": null, 10078 "req": "^1.0.0", 10079 "source": "registry+https://github.com/rust-lang/crates.io-index", 10080 "target": null, 10081 "uses_default_features": true 10082 }, 10083 { 10084 "features": [], 10085 "kind": null, 10086 "name": "num-traits", 10087 "optional": false, 10088 "registry": null, 10089 "rename": null, 10090 "req": "^0.2", 10091 "source": "registry+https://github.com/rust-lang/crates.io-index", 10092 "target": null, 10093 "uses_default_features": false 10094 }, 10095 { 10096 "features": [], 10097 "kind": null, 10098 "name": "pure-rust-locales", 10099 "optional": true, 10100 "registry": null, 10101 "rename": null, 10102 "req": "^0.8", 10103 "source": "registry+https://github.com/rust-lang/crates.io-index", 10104 "target": null, 10105 "uses_default_features": true 10106 }, 10107 { 10108 "features": [], 10109 "kind": null, 10110 "name": "rkyv", 10111 "optional": true, 10112 "registry": null, 10113 "rename": null, 10114 "req": "^0.7.43", 10115 "source": "registry+https://github.com/rust-lang/crates.io-index", 10116 "target": null, 10117 "uses_default_features": false 10118 }, 10119 { 10120 "features": [], 10121 "kind": null, 10122 "name": "rustc-serialize", 10123 "optional": true, 10124 "registry": null, 10125 "rename": null, 10126 "req": "^0.3.20", 10127 "source": "registry+https://github.com/rust-lang/crates.io-index", 10128 "target": null, 10129 "uses_default_features": true 10130 }, 10131 { 10132 "features": [], 10133 "kind": null, 10134 "name": "serde", 10135 "optional": true, 10136 "registry": null, 10137 "rename": null, 10138 "req": "^1.0.99", 10139 "source": "registry+https://github.com/rust-lang/crates.io-index", 10140 "target": null, 10141 "uses_default_features": false 10142 }, 10143 { 10144 "features": [], 10145 "kind": "dev", 10146 "name": "bincode", 10147 "optional": false, 10148 "registry": null, 10149 "rename": null, 10150 "req": "^1.3.0", 10151 "source": "registry+https://github.com/rust-lang/crates.io-index", 10152 "target": null, 10153 "uses_default_features": true 10154 }, 10155 { 10156 "features": [], 10157 "kind": "dev", 10158 "name": "serde_derive", 10159 "optional": false, 10160 "registry": null, 10161 "rename": null, 10162 "req": "^1", 10163 "source": "registry+https://github.com/rust-lang/crates.io-index", 10164 "target": null, 10165 "uses_default_features": false 10166 }, 10167 { 10168 "features": [], 10169 "kind": "dev", 10170 "name": "serde_json", 10171 "optional": false, 10172 "registry": null, 10173 "rename": null, 10174 "req": "^1", 10175 "source": "registry+https://github.com/rust-lang/crates.io-index", 10176 "target": null, 10177 "uses_default_features": true 10178 }, 10179 { 10180 "features": [], 10181 "kind": null, 10182 "name": "js-sys", 10183 "optional": true, 10184 "registry": null, 10185 "rename": null, 10186 "req": "^0.3", 10187 "source": "registry+https://github.com/rust-lang/crates.io-index", 10188 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 10189 "uses_default_features": true 10190 }, 10191 { 10192 "features": [], 10193 "kind": null, 10194 "name": "wasm-bindgen", 10195 "optional": true, 10196 "registry": null, 10197 "rename": null, 10198 "req": "^0.2", 10199 "source": "registry+https://github.com/rust-lang/crates.io-index", 10200 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 10201 "uses_default_features": true 10202 }, 10203 { 10204 "features": [], 10205 "kind": "dev", 10206 "name": "wasm-bindgen-test", 10207 "optional": false, 10208 "registry": null, 10209 "rename": null, 10210 "req": "^0.3", 10211 "source": "registry+https://github.com/rust-lang/crates.io-index", 10212 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 10213 "uses_default_features": true 10214 }, 10215 { 10216 "features": [], 10217 "kind": null, 10218 "name": "android-tzdata", 10219 "optional": true, 10220 "registry": null, 10221 "rename": null, 10222 "req": "^0.1.1", 10223 "source": "registry+https://github.com/rust-lang/crates.io-index", 10224 "target": "cfg(target_os = \"android\")", 10225 "uses_default_features": true 10226 }, 10227 { 10228 "features": [ 10229 "fallback" 10230 ], 10231 "kind": null, 10232 "name": "iana-time-zone", 10233 "optional": true, 10234 "registry": null, 10235 "rename": null, 10236 "req": "^0.1.45", 10237 "source": "registry+https://github.com/rust-lang/crates.io-index", 10238 "target": "cfg(unix)", 10239 "uses_default_features": true 10240 }, 10241 { 10242 "features": [], 10243 "kind": null, 10244 "name": "windows-targets", 10245 "optional": true, 10246 "registry": null, 10247 "rename": null, 10248 "req": "^0.52", 10249 "source": "registry+https://github.com/rust-lang/crates.io-index", 10250 "target": "cfg(windows)", 10251 "uses_default_features": true 10252 }, 10253 { 10254 "features": [], 10255 "kind": "dev", 10256 "name": "windows-bindgen", 10257 "optional": false, 10258 "registry": null, 10259 "rename": null, 10260 "req": "^0.55", 10261 "source": "registry+https://github.com/rust-lang/crates.io-index", 10262 "target": "cfg(windows)", 10263 "uses_default_features": true 10264 } 10265 ], 10266 "description": "Date and time library for Rust", 10267 "documentation": "https://docs.rs/chrono/", 10268 "edition": "2021", 10269 "features": { 10270 "__internal_bench": [], 10271 "alloc": [], 10272 "android-tzdata": [ 10273 "dep:android-tzdata" 10274 ], 10275 "arbitrary": [ 10276 "dep:arbitrary" 10277 ], 10278 "clock": [ 10279 "winapi", 10280 "iana-time-zone", 10281 "android-tzdata", 10282 "now" 10283 ], 10284 "default": [ 10285 "clock", 10286 "std", 10287 "oldtime", 10288 "wasmbind" 10289 ], 10290 "iana-time-zone": [ 10291 "dep:iana-time-zone" 10292 ], 10293 "js-sys": [ 10294 "dep:js-sys" 10295 ], 10296 "libc": [], 10297 "now": [ 10298 "std" 10299 ], 10300 "oldtime": [], 10301 "pure-rust-locales": [ 10302 "dep:pure-rust-locales" 10303 ], 10304 "rkyv": [ 10305 "dep:rkyv", 10306 "rkyv/size_32" 10307 ], 10308 "rkyv-16": [ 10309 "dep:rkyv", 10310 "rkyv?/size_16" 10311 ], 10312 "rkyv-32": [ 10313 "dep:rkyv", 10314 "rkyv?/size_32" 10315 ], 10316 "rkyv-64": [ 10317 "dep:rkyv", 10318 "rkyv?/size_64" 10319 ], 10320 "rkyv-validation": [ 10321 "rkyv?/validation" 10322 ], 10323 "rustc-serialize": [ 10324 "dep:rustc-serialize" 10325 ], 10326 "serde": [ 10327 "dep:serde" 10328 ], 10329 "std": [ 10330 "alloc" 10331 ], 10332 "unstable-locales": [ 10333 "pure-rust-locales" 10334 ], 10335 "wasm-bindgen": [ 10336 "dep:wasm-bindgen" 10337 ], 10338 "wasmbind": [ 10339 "wasm-bindgen", 10340 "js-sys" 10341 ], 10342 "winapi": [ 10343 "windows-targets" 10344 ], 10345 "windows-targets": [ 10346 "dep:windows-targets" 10347 ] 10348 }, 10349 "homepage": "https://github.com/chronotope/chrono", 10350 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10351 "keywords": [ 10352 "date", 10353 "time", 10354 "calendar" 10355 ], 10356 "license": "MIT OR Apache-2.0", 10357 "license_file": null, 10358 "links": null, 10359 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.37/Cargo.toml", 10360 "metadata": { 10361 "docs": { 10362 "rs": { 10363 "features": [ 10364 "arbitrary", 10365 "rkyv", 10366 "serde", 10367 "unstable-locales" 10368 ], 10369 "rustdoc-args": [ 10370 "--cfg", 10371 "docsrs" 10372 ] 10373 } 10374 }, 10375 "playground": { 10376 "features": [ 10377 "serde" 10378 ] 10379 } 10380 }, 10381 "name": "chrono", 10382 "publish": null, 10383 "readme": "README.md", 10384 "repository": "https://github.com/chronotope/chrono", 10385 "rust_version": "1.61.0", 10386 "source": "registry+https://github.com/rust-lang/crates.io-index", 10387 "targets": [ 10388 { 10389 "crate_types": [ 10390 "lib" 10391 ], 10392 "doc": true, 10393 "doctest": true, 10394 "edition": "2021", 10395 "kind": [ 10396 "lib" 10397 ], 10398 "name": "chrono", 10399 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.37/src/lib.rs", 10400 "test": true 10401 }, 10402 { 10403 "crate_types": [ 10404 "bin" 10405 ], 10406 "doc": false, 10407 "doctest": false, 10408 "edition": "2021", 10409 "kind": [ 10410 "test" 10411 ], 10412 "name": "win_bindings", 10413 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.37/tests/win_bindings.rs", 10414 "test": true 10415 }, 10416 { 10417 "crate_types": [ 10418 "bin" 10419 ], 10420 "doc": false, 10421 "doctest": false, 10422 "edition": "2021", 10423 "kind": [ 10424 "test" 10425 ], 10426 "name": "dateutils", 10427 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.37/tests/dateutils.rs", 10428 "test": true 10429 }, 10430 { 10431 "crate_types": [ 10432 "bin" 10433 ], 10434 "doc": false, 10435 "doctest": false, 10436 "edition": "2021", 10437 "kind": [ 10438 "test" 10439 ], 10440 "name": "wasm", 10441 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.37/tests/wasm.rs", 10442 "test": true 10443 } 10444 ], 10445 "version": "0.4.37" 10446 }, 10447 { 10448 "authors": [ 10449 "RustCrypto Developers" 10450 ], 10451 "categories": [ 10452 "cryptography", 10453 "no-std" 10454 ], 10455 "default_run": null, 10456 "dependencies": [ 10457 { 10458 "features": [], 10459 "kind": null, 10460 "name": "blobby", 10461 "optional": true, 10462 "registry": null, 10463 "rename": null, 10464 "req": "^0.3", 10465 "source": "registry+https://github.com/rust-lang/crates.io-index", 10466 "target": null, 10467 "uses_default_features": true 10468 }, 10469 { 10470 "features": [], 10471 "kind": null, 10472 "name": "crypto-common", 10473 "optional": false, 10474 "registry": null, 10475 "rename": null, 10476 "req": "^0.1.6", 10477 "source": "registry+https://github.com/rust-lang/crates.io-index", 10478 "target": null, 10479 "uses_default_features": true 10480 }, 10481 { 10482 "features": [], 10483 "kind": null, 10484 "name": "inout", 10485 "optional": false, 10486 "registry": null, 10487 "rename": null, 10488 "req": "^0.1", 10489 "source": "registry+https://github.com/rust-lang/crates.io-index", 10490 "target": null, 10491 "uses_default_features": true 10492 }, 10493 { 10494 "features": [], 10495 "kind": null, 10496 "name": "zeroize", 10497 "optional": true, 10498 "registry": null, 10499 "rename": null, 10500 "req": "^1.5", 10501 "source": "registry+https://github.com/rust-lang/crates.io-index", 10502 "target": null, 10503 "uses_default_features": false 10504 } 10505 ], 10506 "description": "Traits for describing block ciphers and stream ciphers", 10507 "documentation": "https://docs.rs/cipher", 10508 "edition": "2021", 10509 "features": { 10510 "alloc": [], 10511 "blobby": [ 10512 "dep:blobby" 10513 ], 10514 "block-padding": [ 10515 "inout/block-padding" 10516 ], 10517 "dev": [ 10518 "blobby" 10519 ], 10520 "rand_core": [ 10521 "crypto-common/rand_core" 10522 ], 10523 "std": [ 10524 "alloc", 10525 "crypto-common/std", 10526 "inout/std" 10527 ], 10528 "zeroize": [ 10529 "dep:zeroize" 10530 ] 10531 }, 10532 "homepage": null, 10533 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10534 "keywords": [ 10535 "crypto", 10536 "block-cipher", 10537 "stream-cipher", 10538 "trait" 10539 ], 10540 "license": "MIT OR Apache-2.0", 10541 "license_file": null, 10542 "links": null, 10543 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/Cargo.toml", 10544 "metadata": { 10545 "docs": { 10546 "rs": { 10547 "all-features": true, 10548 "rustdoc-args": [ 10549 "--cfg", 10550 "docsrs" 10551 ] 10552 } 10553 } 10554 }, 10555 "name": "cipher", 10556 "publish": null, 10557 "readme": "README.md", 10558 "repository": "https://github.com/RustCrypto/traits", 10559 "rust_version": "1.56", 10560 "source": "registry+https://github.com/rust-lang/crates.io-index", 10561 "targets": [ 10562 { 10563 "crate_types": [ 10564 "lib" 10565 ], 10566 "doc": true, 10567 "doctest": true, 10568 "edition": "2021", 10569 "kind": [ 10570 "lib" 10571 ], 10572 "name": "cipher", 10573 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs", 10574 "test": true 10575 } 10576 ], 10577 "version": "0.4.4" 10578 }, 10579 { 10580 "authors": [], 10581 "categories": [ 10582 "command-line-interface" 10583 ], 10584 "default_run": null, 10585 "dependencies": [ 10586 { 10587 "features": [], 10588 "kind": null, 10589 "name": "atty", 10590 "optional": true, 10591 "registry": null, 10592 "rename": null, 10593 "req": "^0.2", 10594 "source": "registry+https://github.com/rust-lang/crates.io-index", 10595 "target": null, 10596 "uses_default_features": true 10597 }, 10598 { 10599 "features": [], 10600 "kind": null, 10601 "name": "backtrace", 10602 "optional": true, 10603 "registry": null, 10604 "rename": null, 10605 "req": "^0.3", 10606 "source": "registry+https://github.com/rust-lang/crates.io-index", 10607 "target": null, 10608 "uses_default_features": true 10609 }, 10610 { 10611 "features": [], 10612 "kind": null, 10613 "name": "bitflags", 10614 "optional": false, 10615 "registry": null, 10616 "rename": null, 10617 "req": "^1.2", 10618 "source": "registry+https://github.com/rust-lang/crates.io-index", 10619 "target": null, 10620 "uses_default_features": true 10621 }, 10622 { 10623 "features": [], 10624 "kind": null, 10625 "name": "clap_derive", 10626 "optional": true, 10627 "registry": null, 10628 "rename": null, 10629 "req": "^3.1.4", 10630 "source": "registry+https://github.com/rust-lang/crates.io-index", 10631 "target": null, 10632 "uses_default_features": true 10633 }, 10634 { 10635 "features": [], 10636 "kind": null, 10637 "name": "indexmap", 10638 "optional": false, 10639 "registry": null, 10640 "rename": null, 10641 "req": "^1.0", 10642 "source": "registry+https://github.com/rust-lang/crates.io-index", 10643 "target": null, 10644 "uses_default_features": true 10645 }, 10646 { 10647 "features": [], 10648 "kind": null, 10649 "name": "lazy_static", 10650 "optional": true, 10651 "registry": null, 10652 "rename": null, 10653 "req": "^1", 10654 "source": "registry+https://github.com/rust-lang/crates.io-index", 10655 "target": null, 10656 "uses_default_features": true 10657 }, 10658 { 10659 "features": [], 10660 "kind": null, 10661 "name": "os_str_bytes", 10662 "optional": false, 10663 "registry": null, 10664 "rename": null, 10665 "req": "^6.0", 10666 "source": "registry+https://github.com/rust-lang/crates.io-index", 10667 "target": null, 10668 "uses_default_features": true 10669 }, 10670 { 10671 "features": [], 10672 "kind": null, 10673 "name": "regex", 10674 "optional": true, 10675 "registry": null, 10676 "rename": null, 10677 "req": "^1.0", 10678 "source": "registry+https://github.com/rust-lang/crates.io-index", 10679 "target": null, 10680 "uses_default_features": true 10681 }, 10682 { 10683 "features": [], 10684 "kind": null, 10685 "name": "strsim", 10686 "optional": true, 10687 "registry": null, 10688 "rename": null, 10689 "req": "^0.10", 10690 "source": "registry+https://github.com/rust-lang/crates.io-index", 10691 "target": null, 10692 "uses_default_features": true 10693 }, 10694 { 10695 "features": [], 10696 "kind": null, 10697 "name": "termcolor", 10698 "optional": true, 10699 "registry": null, 10700 "rename": null, 10701 "req": "^1.1.1", 10702 "source": "registry+https://github.com/rust-lang/crates.io-index", 10703 "target": null, 10704 "uses_default_features": true 10705 }, 10706 { 10707 "features": [], 10708 "kind": null, 10709 "name": "terminal_size", 10710 "optional": true, 10711 "registry": null, 10712 "rename": null, 10713 "req": "^0.1.12", 10714 "source": "registry+https://github.com/rust-lang/crates.io-index", 10715 "target": null, 10716 "uses_default_features": true 10717 }, 10718 { 10719 "features": [], 10720 "kind": null, 10721 "name": "textwrap", 10722 "optional": false, 10723 "registry": null, 10724 "rename": null, 10725 "req": "^0.15.0", 10726 "source": "registry+https://github.com/rust-lang/crates.io-index", 10727 "target": null, 10728 "uses_default_features": false 10729 }, 10730 { 10731 "features": [], 10732 "kind": null, 10733 "name": "unicase", 10734 "optional": true, 10735 "registry": null, 10736 "rename": null, 10737 "req": "^2.6", 10738 "source": "registry+https://github.com/rust-lang/crates.io-index", 10739 "target": null, 10740 "uses_default_features": true 10741 }, 10742 { 10743 "features": [], 10744 "kind": null, 10745 "name": "yaml-rust", 10746 "optional": true, 10747 "registry": null, 10748 "rename": null, 10749 "req": "^0.4.1", 10750 "source": "registry+https://github.com/rust-lang/crates.io-index", 10751 "target": null, 10752 "uses_default_features": true 10753 }, 10754 { 10755 "features": [], 10756 "kind": "dev", 10757 "name": "criterion", 10758 "optional": false, 10759 "registry": null, 10760 "rename": null, 10761 "req": "^0.3.2", 10762 "source": "registry+https://github.com/rust-lang/crates.io-index", 10763 "target": null, 10764 "uses_default_features": true 10765 }, 10766 { 10767 "features": [], 10768 "kind": "dev", 10769 "name": "lazy_static", 10770 "optional": false, 10771 "registry": null, 10772 "rename": null, 10773 "req": "^1", 10774 "source": "registry+https://github.com/rust-lang/crates.io-index", 10775 "target": null, 10776 "uses_default_features": true 10777 }, 10778 { 10779 "features": [], 10780 "kind": "dev", 10781 "name": "regex", 10782 "optional": false, 10783 "registry": null, 10784 "rename": null, 10785 "req": "^1.0", 10786 "source": "registry+https://github.com/rust-lang/crates.io-index", 10787 "target": null, 10788 "uses_default_features": true 10789 }, 10790 { 10791 "features": [], 10792 "kind": "dev", 10793 "name": "rustversion", 10794 "optional": false, 10795 "registry": null, 10796 "rename": null, 10797 "req": "^1", 10798 "source": "registry+https://github.com/rust-lang/crates.io-index", 10799 "target": null, 10800 "uses_default_features": true 10801 }, 10802 { 10803 "features": [], 10804 "kind": "dev", 10805 "name": "trybuild", 10806 "optional": false, 10807 "registry": null, 10808 "rename": null, 10809 "req": "^1.0.18", 10810 "source": "registry+https://github.com/rust-lang/crates.io-index", 10811 "target": null, 10812 "uses_default_features": true 10813 }, 10814 { 10815 "features": [ 10816 "color-auto", 10817 "diff", 10818 "examples" 10819 ], 10820 "kind": "dev", 10821 "name": "trycmd", 10822 "optional": false, 10823 "registry": null, 10824 "rename": null, 10825 "req": "^0.12", 10826 "source": "registry+https://github.com/rust-lang/crates.io-index", 10827 "target": null, 10828 "uses_default_features": false 10829 } 10830 ], 10831 "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", 10832 "documentation": "https://docs.rs/clap/", 10833 "edition": "2018", 10834 "features": { 10835 "atty": [ 10836 "dep:atty" 10837 ], 10838 "backtrace": [ 10839 "dep:backtrace" 10840 ], 10841 "cargo": [ 10842 "lazy_static" 10843 ], 10844 "clap_derive": [ 10845 "dep:clap_derive" 10846 ], 10847 "color": [ 10848 "atty", 10849 "termcolor" 10850 ], 10851 "debug": [ 10852 "clap_derive/debug", 10853 "backtrace" 10854 ], 10855 "default": [ 10856 "std", 10857 "color", 10858 "suggestions" 10859 ], 10860 "derive": [ 10861 "clap_derive", 10862 "lazy_static" 10863 ], 10864 "env": [], 10865 "lazy_static": [ 10866 "dep:lazy_static" 10867 ], 10868 "regex": [ 10869 "dep:regex" 10870 ], 10871 "std": [ 10872 "indexmap/std" 10873 ], 10874 "strsim": [ 10875 "dep:strsim" 10876 ], 10877 "suggestions": [ 10878 "strsim" 10879 ], 10880 "termcolor": [ 10881 "dep:termcolor" 10882 ], 10883 "terminal_size": [ 10884 "dep:terminal_size" 10885 ], 10886 "unicase": [ 10887 "dep:unicase" 10888 ], 10889 "unicode": [ 10890 "textwrap/unicode-width", 10891 "unicase" 10892 ], 10893 "unstable-doc": [ 10894 "derive", 10895 "cargo", 10896 "wrap_help", 10897 "yaml", 10898 "env", 10899 "unicode", 10900 "regex", 10901 "unstable-replace", 10902 "unstable-multicall", 10903 "unstable-grouped" 10904 ], 10905 "unstable-grouped": [], 10906 "unstable-multicall": [], 10907 "unstable-replace": [], 10908 "unstable-v4": [], 10909 "wrap_help": [ 10910 "terminal_size", 10911 "textwrap/terminal_size" 10912 ], 10913 "yaml": [ 10914 "yaml-rust" 10915 ], 10916 "yaml-rust": [ 10917 "dep:yaml-rust" 10918 ] 10919 }, 10920 "homepage": null, 10921 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 10922 "keywords": [ 10923 "argument", 10924 "cli", 10925 "arg", 10926 "parser", 10927 "parse" 10928 ], 10929 "license": "MIT OR Apache-2.0", 10930 "license_file": null, 10931 "links": null, 10932 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/Cargo.toml", 10933 "metadata": { 10934 "docs": { 10935 "rs": { 10936 "cargo-args": [ 10937 "-Zunstable-options", 10938 "-Zrustdoc-scrape-examples=examples" 10939 ], 10940 "features": [ 10941 "unstable-doc" 10942 ], 10943 "rustdoc-args": [ 10944 "--cfg", 10945 "docsrs" 10946 ] 10947 } 10948 }, 10949 "playground": { 10950 "features": [ 10951 "unstable-doc" 10952 ] 10953 }, 10954 "release": { 10955 "pre-release-replacements": [ 10956 { 10957 "file": "CHANGELOG.md", 10958 "min": 1, 10959 "replace": "{{version}}", 10960 "search": "Unreleased" 10961 }, 10962 { 10963 "exactly": 1, 10964 "file": "CHANGELOG.md", 10965 "replace": "...{{tag_name}}", 10966 "search": "\\.\\.\\.HEAD" 10967 }, 10968 { 10969 "file": "CHANGELOG.md", 10970 "min": 1, 10971 "replace": "{{date}}", 10972 "search": "ReleaseDate" 10973 }, 10974 { 10975 "exactly": 1, 10976 "file": "CHANGELOG.md", 10977 "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", 10978 "search": "<!-- next-header -->" 10979 }, 10980 { 10981 "exactly": 1, 10982 "file": "CHANGELOG.md", 10983 "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", 10984 "search": "<!-- next-url -->" 10985 }, 10986 { 10987 "exactly": 13, 10988 "file": "README.md", 10989 "prerelease": true, 10990 "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", 10991 "search": "github.com/clap-rs/clap/blob/[^/]+/" 10992 }, 10993 { 10994 "exactly": 1, 10995 "file": "README.md", 10996 "prerelease": true, 10997 "replace": "version = \"{{version}}\"", 10998 "search": "version = \"[a-z0-9\\.-]+\"" 10999 }, 11000 { 11001 "exactly": 4, 11002 "file": "src/derive.rs", 11003 "prerelease": true, 11004 "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", 11005 "search": "github.com/clap-rs/clap/blob/[^/]+/" 11006 } 11007 ], 11008 "shared-version": true, 11009 "tag-name": "v{{version}}" 11010 } 11011 }, 11012 "name": "clap", 11013 "publish": null, 11014 "readme": "README.md", 11015 "repository": "https://github.com/clap-rs/clap", 11016 "rust_version": null, 11017 "source": "registry+https://github.com/rust-lang/crates.io-index", 11018 "targets": [ 11019 { 11020 "crate_types": [ 11021 "lib" 11022 ], 11023 "doc": true, 11024 "doctest": true, 11025 "edition": "2018", 11026 "kind": [ 11027 "lib" 11028 ], 11029 "name": "clap", 11030 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/src/lib.rs", 11031 "test": true 11032 }, 11033 { 11034 "crate_types": [ 11035 "bin" 11036 ], 11037 "doc": false, 11038 "doctest": false, 11039 "edition": "2018", 11040 "kind": [ 11041 "example" 11042 ], 11043 "name": "demo", 11044 "required-features": [ 11045 "derive" 11046 ], 11047 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/demo.rs", 11048 "test": false 11049 }, 11050 { 11051 "crate_types": [ 11052 "bin" 11053 ], 11054 "doc": false, 11055 "doctest": false, 11056 "edition": "2018", 11057 "kind": [ 11058 "example" 11059 ], 11060 "name": "cargo-example", 11061 "required-features": [ 11062 "cargo" 11063 ], 11064 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/cargo-example.rs", 11065 "test": false 11066 }, 11067 { 11068 "crate_types": [ 11069 "bin" 11070 ], 11071 "doc": false, 11072 "doctest": false, 11073 "edition": "2018", 11074 "kind": [ 11075 "example" 11076 ], 11077 "name": "cargo-example-derive", 11078 "required-features": [ 11079 "derive" 11080 ], 11081 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/cargo-example-derive.rs", 11082 "test": false 11083 }, 11084 { 11085 "crate_types": [ 11086 "bin" 11087 ], 11088 "doc": false, 11089 "doctest": false, 11090 "edition": "2018", 11091 "kind": [ 11092 "example" 11093 ], 11094 "name": "escaped-positional", 11095 "required-features": [ 11096 "cargo" 11097 ], 11098 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/escaped-positional.rs", 11099 "test": false 11100 }, 11101 { 11102 "crate_types": [ 11103 "bin" 11104 ], 11105 "doc": false, 11106 "doctest": false, 11107 "edition": "2018", 11108 "kind": [ 11109 "example" 11110 ], 11111 "name": "escaped-positional-derive", 11112 "required-features": [ 11113 "derive" 11114 ], 11115 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/escaped-positional-derive.rs", 11116 "test": false 11117 }, 11118 { 11119 "crate_types": [ 11120 "bin" 11121 ], 11122 "doc": false, 11123 "doctest": false, 11124 "edition": "2018", 11125 "kind": [ 11126 "example" 11127 ], 11128 "name": "git-derive", 11129 "required-features": [ 11130 "derive" 11131 ], 11132 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/git-derive.rs", 11133 "test": false 11134 }, 11135 { 11136 "crate_types": [ 11137 "bin" 11138 ], 11139 "doc": false, 11140 "doctest": false, 11141 "edition": "2018", 11142 "kind": [ 11143 "example" 11144 ], 11145 "name": "keyvalue-derive", 11146 "required-features": [ 11147 "derive" 11148 ], 11149 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/keyvalue-derive.rs", 11150 "test": false 11151 }, 11152 { 11153 "crate_types": [ 11154 "bin" 11155 ], 11156 "doc": false, 11157 "doctest": false, 11158 "edition": "2018", 11159 "kind": [ 11160 "example" 11161 ], 11162 "name": "busybox", 11163 "required-features": [ 11164 "unstable-multicall" 11165 ], 11166 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/multicall-busybox.rs", 11167 "test": false 11168 }, 11169 { 11170 "crate_types": [ 11171 "bin" 11172 ], 11173 "doc": false, 11174 "doctest": false, 11175 "edition": "2018", 11176 "kind": [ 11177 "example" 11178 ], 11179 "name": "hostname", 11180 "required-features": [ 11181 "unstable-multicall" 11182 ], 11183 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/multicall-hostname.rs", 11184 "test": false 11185 }, 11186 { 11187 "crate_types": [ 11188 "bin" 11189 ], 11190 "doc": false, 11191 "doctest": false, 11192 "edition": "2018", 11193 "kind": [ 11194 "example" 11195 ], 11196 "name": "01_quick", 11197 "required-features": [ 11198 "cargo" 11199 ], 11200 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/01_quick.rs", 11201 "test": false 11202 }, 11203 { 11204 "crate_types": [ 11205 "bin" 11206 ], 11207 "doc": false, 11208 "doctest": false, 11209 "edition": "2018", 11210 "kind": [ 11211 "example" 11212 ], 11213 "name": "02_apps", 11214 "required-features": [ 11215 "cargo" 11216 ], 11217 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/02_apps.rs", 11218 "test": false 11219 }, 11220 { 11221 "crate_types": [ 11222 "bin" 11223 ], 11224 "doc": false, 11225 "doctest": false, 11226 "edition": "2018", 11227 "kind": [ 11228 "example" 11229 ], 11230 "name": "02_crate", 11231 "required-features": [ 11232 "cargo" 11233 ], 11234 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/02_crate.rs", 11235 "test": false 11236 }, 11237 { 11238 "crate_types": [ 11239 "bin" 11240 ], 11241 "doc": false, 11242 "doctest": false, 11243 "edition": "2018", 11244 "kind": [ 11245 "example" 11246 ], 11247 "name": "02_app_settings", 11248 "required-features": [ 11249 "cargo" 11250 ], 11251 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/02_app_settings.rs", 11252 "test": false 11253 }, 11254 { 11255 "crate_types": [ 11256 "bin" 11257 ], 11258 "doc": false, 11259 "doctest": false, 11260 "edition": "2018", 11261 "kind": [ 11262 "example" 11263 ], 11264 "name": "03_01_flag_bool", 11265 "required-features": [ 11266 "cargo" 11267 ], 11268 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_01_flag_bool.rs", 11269 "test": false 11270 }, 11271 { 11272 "crate_types": [ 11273 "bin" 11274 ], 11275 "doc": false, 11276 "doctest": false, 11277 "edition": "2018", 11278 "kind": [ 11279 "example" 11280 ], 11281 "name": "03_01_flag_count", 11282 "required-features": [ 11283 "cargo" 11284 ], 11285 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_01_flag_count.rs", 11286 "test": false 11287 }, 11288 { 11289 "crate_types": [ 11290 "bin" 11291 ], 11292 "doc": false, 11293 "doctest": false, 11294 "edition": "2018", 11295 "kind": [ 11296 "example" 11297 ], 11298 "name": "03_02_option", 11299 "required-features": [ 11300 "cargo" 11301 ], 11302 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_02_option.rs", 11303 "test": false 11304 }, 11305 { 11306 "crate_types": [ 11307 "bin" 11308 ], 11309 "doc": false, 11310 "doctest": false, 11311 "edition": "2018", 11312 "kind": [ 11313 "example" 11314 ], 11315 "name": "03_03_positional", 11316 "required-features": [ 11317 "cargo" 11318 ], 11319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_03_positional.rs", 11320 "test": false 11321 }, 11322 { 11323 "crate_types": [ 11324 "bin" 11325 ], 11326 "doc": false, 11327 "doctest": false, 11328 "edition": "2018", 11329 "kind": [ 11330 "example" 11331 ], 11332 "name": "03_04_subcommands", 11333 "required-features": [ 11334 "cargo" 11335 ], 11336 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_04_subcommands.rs", 11337 "test": false 11338 }, 11339 { 11340 "crate_types": [ 11341 "bin" 11342 ], 11343 "doc": false, 11344 "doctest": false, 11345 "edition": "2018", 11346 "kind": [ 11347 "example" 11348 ], 11349 "name": "03_05_default_values", 11350 "required-features": [ 11351 "cargo" 11352 ], 11353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/03_05_default_values.rs", 11354 "test": false 11355 }, 11356 { 11357 "crate_types": [ 11358 "bin" 11359 ], 11360 "doc": false, 11361 "doctest": false, 11362 "edition": "2018", 11363 "kind": [ 11364 "example" 11365 ], 11366 "name": "04_01_possible", 11367 "required-features": [ 11368 "cargo" 11369 ], 11370 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_01_possible.rs", 11371 "test": false 11372 }, 11373 { 11374 "crate_types": [ 11375 "bin" 11376 ], 11377 "doc": false, 11378 "doctest": false, 11379 "edition": "2018", 11380 "kind": [ 11381 "example" 11382 ], 11383 "name": "04_01_enum", 11384 "required-features": [ 11385 "cargo", 11386 "derive" 11387 ], 11388 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_01_enum.rs", 11389 "test": false 11390 }, 11391 { 11392 "crate_types": [ 11393 "bin" 11394 ], 11395 "doc": false, 11396 "doctest": false, 11397 "edition": "2018", 11398 "kind": [ 11399 "example" 11400 ], 11401 "name": "04_02_parse", 11402 "required-features": [ 11403 "cargo" 11404 ], 11405 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_02_parse.rs", 11406 "test": false 11407 }, 11408 { 11409 "crate_types": [ 11410 "bin" 11411 ], 11412 "doc": false, 11413 "doctest": false, 11414 "edition": "2018", 11415 "kind": [ 11416 "example" 11417 ], 11418 "name": "04_02_validate", 11419 "required-features": [ 11420 "cargo" 11421 ], 11422 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_02_validate.rs", 11423 "test": false 11424 }, 11425 { 11426 "crate_types": [ 11427 "bin" 11428 ], 11429 "doc": false, 11430 "doctest": false, 11431 "edition": "2018", 11432 "kind": [ 11433 "example" 11434 ], 11435 "name": "04_03_relations", 11436 "required-features": [ 11437 "cargo" 11438 ], 11439 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_03_relations.rs", 11440 "test": false 11441 }, 11442 { 11443 "crate_types": [ 11444 "bin" 11445 ], 11446 "doc": false, 11447 "doctest": false, 11448 "edition": "2018", 11449 "kind": [ 11450 "example" 11451 ], 11452 "name": "04_04_custom", 11453 "required-features": [ 11454 "cargo" 11455 ], 11456 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/04_04_custom.rs", 11457 "test": false 11458 }, 11459 { 11460 "crate_types": [ 11461 "bin" 11462 ], 11463 "doc": false, 11464 "doctest": false, 11465 "edition": "2018", 11466 "kind": [ 11467 "example" 11468 ], 11469 "name": "05_01_assert", 11470 "required-features": [ 11471 "cargo" 11472 ], 11473 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_builder/05_01_assert.rs", 11474 "test": true 11475 }, 11476 { 11477 "crate_types": [ 11478 "bin" 11479 ], 11480 "doc": false, 11481 "doctest": false, 11482 "edition": "2018", 11483 "kind": [ 11484 "example" 11485 ], 11486 "name": "01_quick_derive", 11487 "required-features": [ 11488 "derive" 11489 ], 11490 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/01_quick.rs", 11491 "test": false 11492 }, 11493 { 11494 "crate_types": [ 11495 "bin" 11496 ], 11497 "doc": false, 11498 "doctest": false, 11499 "edition": "2018", 11500 "kind": [ 11501 "example" 11502 ], 11503 "name": "02_apps_derive", 11504 "required-features": [ 11505 "derive" 11506 ], 11507 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/02_apps.rs", 11508 "test": false 11509 }, 11510 { 11511 "crate_types": [ 11512 "bin" 11513 ], 11514 "doc": false, 11515 "doctest": false, 11516 "edition": "2018", 11517 "kind": [ 11518 "example" 11519 ], 11520 "name": "02_crate_derive", 11521 "required-features": [ 11522 "derive" 11523 ], 11524 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/02_crate.rs", 11525 "test": false 11526 }, 11527 { 11528 "crate_types": [ 11529 "bin" 11530 ], 11531 "doc": false, 11532 "doctest": false, 11533 "edition": "2018", 11534 "kind": [ 11535 "example" 11536 ], 11537 "name": "02_app_settings_derive", 11538 "required-features": [ 11539 "derive" 11540 ], 11541 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/02_app_settings.rs", 11542 "test": false 11543 }, 11544 { 11545 "crate_types": [ 11546 "bin" 11547 ], 11548 "doc": false, 11549 "doctest": false, 11550 "edition": "2018", 11551 "kind": [ 11552 "example" 11553 ], 11554 "name": "03_01_flag_bool_derive", 11555 "required-features": [ 11556 "derive" 11557 ], 11558 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_01_flag_bool.rs", 11559 "test": false 11560 }, 11561 { 11562 "crate_types": [ 11563 "bin" 11564 ], 11565 "doc": false, 11566 "doctest": false, 11567 "edition": "2018", 11568 "kind": [ 11569 "example" 11570 ], 11571 "name": "03_01_flag_count_derive", 11572 "required-features": [ 11573 "derive" 11574 ], 11575 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_01_flag_count.rs", 11576 "test": false 11577 }, 11578 { 11579 "crate_types": [ 11580 "bin" 11581 ], 11582 "doc": false, 11583 "doctest": false, 11584 "edition": "2018", 11585 "kind": [ 11586 "example" 11587 ], 11588 "name": "03_02_option_derive", 11589 "required-features": [ 11590 "derive" 11591 ], 11592 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_02_option.rs", 11593 "test": false 11594 }, 11595 { 11596 "crate_types": [ 11597 "bin" 11598 ], 11599 "doc": false, 11600 "doctest": false, 11601 "edition": "2018", 11602 "kind": [ 11603 "example" 11604 ], 11605 "name": "03_03_positional_derive", 11606 "required-features": [ 11607 "derive" 11608 ], 11609 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_03_positional.rs", 11610 "test": false 11611 }, 11612 { 11613 "crate_types": [ 11614 "bin" 11615 ], 11616 "doc": false, 11617 "doctest": false, 11618 "edition": "2018", 11619 "kind": [ 11620 "example" 11621 ], 11622 "name": "03_04_subcommands_derive", 11623 "required-features": [ 11624 "derive" 11625 ], 11626 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_04_subcommands.rs", 11627 "test": false 11628 }, 11629 { 11630 "crate_types": [ 11631 "bin" 11632 ], 11633 "doc": false, 11634 "doctest": false, 11635 "edition": "2018", 11636 "kind": [ 11637 "example" 11638 ], 11639 "name": "03_04_subcommands_alt_derive", 11640 "required-features": [ 11641 "derive" 11642 ], 11643 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_04_subcommands_alt.rs", 11644 "test": false 11645 }, 11646 { 11647 "crate_types": [ 11648 "bin" 11649 ], 11650 "doc": false, 11651 "doctest": false, 11652 "edition": "2018", 11653 "kind": [ 11654 "example" 11655 ], 11656 "name": "03_05_default_values_derive", 11657 "required-features": [ 11658 "derive" 11659 ], 11660 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/03_05_default_values.rs", 11661 "test": false 11662 }, 11663 { 11664 "crate_types": [ 11665 "bin" 11666 ], 11667 "doc": false, 11668 "doctest": false, 11669 "edition": "2018", 11670 "kind": [ 11671 "example" 11672 ], 11673 "name": "04_01_enum_derive", 11674 "required-features": [ 11675 "derive" 11676 ], 11677 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_01_enum.rs", 11678 "test": false 11679 }, 11680 { 11681 "crate_types": [ 11682 "bin" 11683 ], 11684 "doc": false, 11685 "doctest": false, 11686 "edition": "2018", 11687 "kind": [ 11688 "example" 11689 ], 11690 "name": "04_02_parse_derive", 11691 "required-features": [ 11692 "derive" 11693 ], 11694 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_02_parse.rs", 11695 "test": false 11696 }, 11697 { 11698 "crate_types": [ 11699 "bin" 11700 ], 11701 "doc": false, 11702 "doctest": false, 11703 "edition": "2018", 11704 "kind": [ 11705 "example" 11706 ], 11707 "name": "04_02_validate_derive", 11708 "required-features": [ 11709 "derive" 11710 ], 11711 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_02_validate.rs", 11712 "test": false 11713 }, 11714 { 11715 "crate_types": [ 11716 "bin" 11717 ], 11718 "doc": false, 11719 "doctest": false, 11720 "edition": "2018", 11721 "kind": [ 11722 "example" 11723 ], 11724 "name": "04_03_relations_derive", 11725 "required-features": [ 11726 "derive" 11727 ], 11728 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_03_relations.rs", 11729 "test": false 11730 }, 11731 { 11732 "crate_types": [ 11733 "bin" 11734 ], 11735 "doc": false, 11736 "doctest": false, 11737 "edition": "2018", 11738 "kind": [ 11739 "example" 11740 ], 11741 "name": "04_04_custom_derive", 11742 "required-features": [ 11743 "derive" 11744 ], 11745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/04_04_custom.rs", 11746 "test": false 11747 }, 11748 { 11749 "crate_types": [ 11750 "bin" 11751 ], 11752 "doc": false, 11753 "doctest": false, 11754 "edition": "2018", 11755 "kind": [ 11756 "example" 11757 ], 11758 "name": "05_01_assert_derive", 11759 "required-features": [ 11760 "derive" 11761 ], 11762 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/tutorial_derive/05_01_assert.rs", 11763 "test": true 11764 }, 11765 { 11766 "crate_types": [ 11767 "bin" 11768 ], 11769 "doc": false, 11770 "doctest": false, 11771 "edition": "2018", 11772 "kind": [ 11773 "example" 11774 ], 11775 "name": "custom-bool", 11776 "required-features": [ 11777 "derive" 11778 ], 11779 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/derive_ref/custom-bool.rs", 11780 "test": false 11781 }, 11782 { 11783 "crate_types": [ 11784 "bin" 11785 ], 11786 "doc": false, 11787 "doctest": false, 11788 "edition": "2018", 11789 "kind": [ 11790 "example" 11791 ], 11792 "name": "pacman", 11793 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/pacman.rs", 11794 "test": false 11795 }, 11796 { 11797 "crate_types": [ 11798 "bin" 11799 ], 11800 "doc": false, 11801 "doctest": false, 11802 "edition": "2018", 11803 "kind": [ 11804 "example" 11805 ], 11806 "name": "git", 11807 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/examples/git.rs", 11808 "test": false 11809 }, 11810 { 11811 "crate_types": [ 11812 "bin" 11813 ], 11814 "doc": false, 11815 "doctest": false, 11816 "edition": "2018", 11817 "kind": [ 11818 "bench" 11819 ], 11820 "name": "01_default", 11821 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/01_default.rs", 11822 "test": false 11823 }, 11824 { 11825 "crate_types": [ 11826 "bin" 11827 ], 11828 "doc": false, 11829 "doctest": false, 11830 "edition": "2018", 11831 "kind": [ 11832 "bench" 11833 ], 11834 "name": "02_simple", 11835 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/02_simple.rs", 11836 "test": false 11837 }, 11838 { 11839 "crate_types": [ 11840 "bin" 11841 ], 11842 "doc": false, 11843 "doctest": false, 11844 "edition": "2018", 11845 "kind": [ 11846 "bench" 11847 ], 11848 "name": "03_complex", 11849 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/03_complex.rs", 11850 "test": false 11851 }, 11852 { 11853 "crate_types": [ 11854 "bin" 11855 ], 11856 "doc": false, 11857 "doctest": false, 11858 "edition": "2018", 11859 "kind": [ 11860 "bench" 11861 ], 11862 "name": "04_new_help", 11863 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/04_new_help.rs", 11864 "test": false 11865 }, 11866 { 11867 "crate_types": [ 11868 "bin" 11869 ], 11870 "doc": false, 11871 "doctest": false, 11872 "edition": "2018", 11873 "kind": [ 11874 "bench" 11875 ], 11876 "name": "05_ripgrep", 11877 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/05_ripgrep.rs", 11878 "test": false 11879 }, 11880 { 11881 "crate_types": [ 11882 "bin" 11883 ], 11884 "doc": false, 11885 "doctest": false, 11886 "edition": "2018", 11887 "kind": [ 11888 "bench" 11889 ], 11890 "name": "06_rustup", 11891 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap-3.1.5/benches/06_rustup.rs", 11892 "test": false 11893 } 11894 ], 11895 "version": "3.1.5" 11896 }, 11897 { 11898 "authors": [], 11899 "categories": [ 11900 "command-line-interface", 11901 "development-tools::procedural-macro-helpers" 11902 ], 11903 "default_run": null, 11904 "dependencies": [ 11905 { 11906 "features": [], 11907 "kind": null, 11908 "name": "heck", 11909 "optional": false, 11910 "registry": null, 11911 "rename": null, 11912 "req": "^0.4.0", 11913 "source": "registry+https://github.com/rust-lang/crates.io-index", 11914 "target": null, 11915 "uses_default_features": true 11916 }, 11917 { 11918 "features": [], 11919 "kind": null, 11920 "name": "proc-macro-error", 11921 "optional": false, 11922 "registry": null, 11923 "rename": null, 11924 "req": "^1", 11925 "source": "registry+https://github.com/rust-lang/crates.io-index", 11926 "target": null, 11927 "uses_default_features": true 11928 }, 11929 { 11930 "features": [], 11931 "kind": null, 11932 "name": "proc-macro2", 11933 "optional": false, 11934 "registry": null, 11935 "rename": null, 11936 "req": "^1.0.28", 11937 "source": "registry+https://github.com/rust-lang/crates.io-index", 11938 "target": null, 11939 "uses_default_features": true 11940 }, 11941 { 11942 "features": [], 11943 "kind": null, 11944 "name": "quote", 11945 "optional": false, 11946 "registry": null, 11947 "rename": null, 11948 "req": "^1.0.9", 11949 "source": "registry+https://github.com/rust-lang/crates.io-index", 11950 "target": null, 11951 "uses_default_features": true 11952 }, 11953 { 11954 "features": [ 11955 "full" 11956 ], 11957 "kind": null, 11958 "name": "syn", 11959 "optional": false, 11960 "registry": null, 11961 "rename": null, 11962 "req": "^1.0.74", 11963 "source": "registry+https://github.com/rust-lang/crates.io-index", 11964 "target": null, 11965 "uses_default_features": true 11966 } 11967 ], 11968 "description": "Parse command line argument by defining a struct, derive crate.", 11969 "documentation": "https://docs.rs/clap_derive", 11970 "edition": "2018", 11971 "features": { 11972 "debug": [], 11973 "default": [] 11974 }, 11975 "homepage": null, 11976 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 11977 "keywords": [ 11978 "clap", 11979 "cli", 11980 "parse", 11981 "derive", 11982 "proc_macro" 11983 ], 11984 "license": "MIT OR Apache-2.0", 11985 "license_file": null, 11986 "links": null, 11987 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.1.4/Cargo.toml", 11988 "metadata": { 11989 "docs": { 11990 "rs": { 11991 "targets": [ 11992 "x86_64-unknown-linux-gnu" 11993 ] 11994 } 11995 }, 11996 "release": { 11997 "dependent-version": "upgrade", 11998 "pre-release-replacements": [ 11999 { 12000 "exactly": 2, 12001 "file": "README.md", 12002 "prerelease": true, 12003 "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", 12004 "search": "github.com/clap-rs/clap/blob/[^/]+/" 12005 } 12006 ], 12007 "shared-version": true, 12008 "tag-name": "v{{version}}" 12009 } 12010 }, 12011 "name": "clap_derive", 12012 "publish": null, 12013 "readme": "README.md", 12014 "repository": "https://github.com/clap-rs/clap/tree/master/clap_derive", 12015 "rust_version": null, 12016 "source": "registry+https://github.com/rust-lang/crates.io-index", 12017 "targets": [ 12018 { 12019 "crate_types": [ 12020 "proc-macro" 12021 ], 12022 "doc": true, 12023 "doctest": true, 12024 "edition": "2018", 12025 "kind": [ 12026 "proc-macro" 12027 ], 12028 "name": "clap_derive", 12029 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.1.4/src/lib.rs", 12030 "test": true 12031 } 12032 ], 12033 "version": "3.1.4" 12034 }, 12035 { 12036 "authors": [ 12037 "Stjepan Glavina <[email protected]>", 12038 "Taiki Endo <[email protected]>", 12039 "John Nunley <[email protected]>" 12040 ], 12041 "categories": [ 12042 "concurrency" 12043 ], 12044 "default_run": null, 12045 "dependencies": [ 12046 { 12047 "features": [], 12048 "kind": null, 12049 "name": "crossbeam-utils", 12050 "optional": false, 12051 "registry": null, 12052 "rename": null, 12053 "req": "^0.8.11", 12054 "source": "registry+https://github.com/rust-lang/crates.io-index", 12055 "target": null, 12056 "uses_default_features": false 12057 }, 12058 { 12059 "features": [], 12060 "kind": null, 12061 "name": "portable-atomic", 12062 "optional": true, 12063 "registry": null, 12064 "rename": null, 12065 "req": "^1", 12066 "source": "registry+https://github.com/rust-lang/crates.io-index", 12067 "target": null, 12068 "uses_default_features": false 12069 }, 12070 { 12071 "features": [], 12072 "kind": "dev", 12073 "name": "criterion", 12074 "optional": false, 12075 "registry": null, 12076 "rename": null, 12077 "req": "^0.4.0", 12078 "source": "registry+https://github.com/rust-lang/crates.io-index", 12079 "target": null, 12080 "uses_default_features": true 12081 }, 12082 { 12083 "features": [], 12084 "kind": "dev", 12085 "name": "easy-parallel", 12086 "optional": false, 12087 "registry": null, 12088 "rename": null, 12089 "req": "^3.1.0", 12090 "source": "registry+https://github.com/rust-lang/crates.io-index", 12091 "target": null, 12092 "uses_default_features": true 12093 }, 12094 { 12095 "features": [], 12096 "kind": "dev", 12097 "name": "fastrand", 12098 "optional": false, 12099 "registry": null, 12100 "rename": null, 12101 "req": "^2.0.0", 12102 "source": "registry+https://github.com/rust-lang/crates.io-index", 12103 "target": null, 12104 "uses_default_features": true 12105 }, 12106 { 12107 "features": [], 12108 "kind": null, 12109 "name": "loom", 12110 "optional": true, 12111 "registry": null, 12112 "rename": null, 12113 "req": "^0.7", 12114 "source": "registry+https://github.com/rust-lang/crates.io-index", 12115 "target": "cfg(loom)", 12116 "uses_default_features": true 12117 } 12118 ], 12119 "description": "Concurrent multi-producer multi-consumer queue", 12120 "documentation": null, 12121 "edition": "2018", 12122 "features": { 12123 "default": [ 12124 "std" 12125 ], 12126 "loom": [ 12127 "dep:loom" 12128 ], 12129 "portable-atomic": [ 12130 "dep:portable-atomic" 12131 ], 12132 "std": [] 12133 }, 12134 "homepage": null, 12135 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12136 "keywords": [ 12137 "channel", 12138 "mpmc", 12139 "spsc", 12140 "spmc", 12141 "mpsc" 12142 ], 12143 "license": "Apache-2.0 OR MIT", 12144 "license_file": null, 12145 "links": null, 12146 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/Cargo.toml", 12147 "metadata": null, 12148 "name": "concurrent-queue", 12149 "publish": null, 12150 "readme": "README.md", 12151 "repository": "https://github.com/smol-rs/concurrent-queue", 12152 "rust_version": "1.59", 12153 "source": "registry+https://github.com/rust-lang/crates.io-index", 12154 "targets": [ 12155 { 12156 "crate_types": [ 12157 "lib" 12158 ], 12159 "doc": true, 12160 "doctest": true, 12161 "edition": "2018", 12162 "kind": [ 12163 "lib" 12164 ], 12165 "name": "concurrent_queue", 12166 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/src/lib.rs", 12167 "test": true 12168 }, 12169 { 12170 "crate_types": [ 12171 "bin" 12172 ], 12173 "doc": false, 12174 "doctest": false, 12175 "edition": "2018", 12176 "kind": [ 12177 "test" 12178 ], 12179 "name": "unbounded", 12180 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/tests/unbounded.rs", 12181 "test": true 12182 }, 12183 { 12184 "crate_types": [ 12185 "bin" 12186 ], 12187 "doc": false, 12188 "doctest": false, 12189 "edition": "2018", 12190 "kind": [ 12191 "test" 12192 ], 12193 "name": "single", 12194 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/tests/single.rs", 12195 "test": true 12196 }, 12197 { 12198 "crate_types": [ 12199 "bin" 12200 ], 12201 "doc": false, 12202 "doctest": false, 12203 "edition": "2018", 12204 "kind": [ 12205 "test" 12206 ], 12207 "name": "bounded", 12208 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/tests/bounded.rs", 12209 "test": true 12210 }, 12211 { 12212 "crate_types": [ 12213 "bin" 12214 ], 12215 "doc": false, 12216 "doctest": false, 12217 "edition": "2018", 12218 "kind": [ 12219 "test" 12220 ], 12221 "name": "loom", 12222 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/tests/loom.rs", 12223 "test": true 12224 }, 12225 { 12226 "crate_types": [ 12227 "bin" 12228 ], 12229 "doc": false, 12230 "doctest": false, 12231 "edition": "2018", 12232 "kind": [ 12233 "bench" 12234 ], 12235 "name": "bench", 12236 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/benches/bench.rs", 12237 "test": false 12238 } 12239 ], 12240 "version": "2.4.0" 12241 }, 12242 { 12243 "authors": [ 12244 "RustCrypto Developers" 12245 ], 12246 "categories": [ 12247 "cryptography", 12248 "data-structures", 12249 "encoding", 12250 "no-std", 12251 "parser-implementations" 12252 ], 12253 "default_run": null, 12254 "dependencies": [ 12255 { 12256 "features": [ 12257 "derive" 12258 ], 12259 "kind": null, 12260 "name": "arbitrary", 12261 "optional": true, 12262 "registry": null, 12263 "rename": null, 12264 "req": "^1.2", 12265 "source": "registry+https://github.com/rust-lang/crates.io-index", 12266 "target": null, 12267 "uses_default_features": true 12268 }, 12269 { 12270 "features": [], 12271 "kind": "dev", 12272 "name": "hex-literal", 12273 "optional": false, 12274 "registry": null, 12275 "rename": null, 12276 "req": "^0.3", 12277 "source": "registry+https://github.com/rust-lang/crates.io-index", 12278 "target": null, 12279 "uses_default_features": true 12280 } 12281 ], 12282 "description": "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard\nas defined in ITU X.660, with support for BER/DER encoding/decoding as well as\nheapless no_std (i.e. embedded) support\n", 12283 "documentation": "https://docs.rs/const-oid", 12284 "edition": "2021", 12285 "features": { 12286 "arbitrary": [ 12287 "dep:arbitrary" 12288 ], 12289 "db": [], 12290 "std": [] 12291 }, 12292 "homepage": null, 12293 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12294 "keywords": [ 12295 "iso", 12296 "iec", 12297 "itu", 12298 "oid" 12299 ], 12300 "license": "Apache-2.0 OR MIT", 12301 "license_file": null, 12302 "links": null, 12303 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/Cargo.toml", 12304 "metadata": { 12305 "docs": { 12306 "rs": { 12307 "all-features": true, 12308 "rustdoc-args": [ 12309 "--cfg", 12310 "docsrs" 12311 ] 12312 } 12313 } 12314 }, 12315 "name": "const-oid", 12316 "publish": null, 12317 "readme": "README.md", 12318 "repository": "https://github.com/RustCrypto/formats/tree/master/const-oid", 12319 "rust_version": "1.57", 12320 "source": "registry+https://github.com/rust-lang/crates.io-index", 12321 "targets": [ 12322 { 12323 "crate_types": [ 12324 "lib" 12325 ], 12326 "doc": true, 12327 "doctest": true, 12328 "edition": "2021", 12329 "kind": [ 12330 "lib" 12331 ], 12332 "name": "const_oid", 12333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs", 12334 "test": true 12335 }, 12336 { 12337 "crate_types": [ 12338 "bin" 12339 ], 12340 "doc": false, 12341 "doctest": false, 12342 "edition": "2021", 12343 "kind": [ 12344 "test" 12345 ], 12346 "name": "lib", 12347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/tests/lib.rs", 12348 "test": true 12349 } 12350 ], 12351 "version": "0.9.6" 12352 }, 12353 { 12354 "authors": [ 12355 "The Servo Project Developers" 12356 ], 12357 "categories": [ 12358 "os::macos-apis" 12359 ], 12360 "default_run": null, 12361 "dependencies": [ 12362 { 12363 "features": [], 12364 "kind": null, 12365 "name": "chrono", 12366 "optional": true, 12367 "registry": null, 12368 "rename": null, 12369 "req": "^0.4", 12370 "source": "registry+https://github.com/rust-lang/crates.io-index", 12371 "target": null, 12372 "uses_default_features": true 12373 }, 12374 { 12375 "features": [], 12376 "kind": null, 12377 "name": "core-foundation-sys", 12378 "optional": false, 12379 "registry": null, 12380 "rename": null, 12381 "req": "^0.8.6", 12382 "source": "registry+https://github.com/rust-lang/crates.io-index", 12383 "target": null, 12384 "uses_default_features": false 12385 }, 12386 { 12387 "features": [], 12388 "kind": null, 12389 "name": "libc", 12390 "optional": false, 12391 "registry": null, 12392 "rename": null, 12393 "req": "^0.2", 12394 "source": "registry+https://github.com/rust-lang/crates.io-index", 12395 "target": null, 12396 "uses_default_features": true 12397 }, 12398 { 12399 "features": [], 12400 "kind": null, 12401 "name": "uuid", 12402 "optional": true, 12403 "registry": null, 12404 "rename": null, 12405 "req": "^0.5", 12406 "source": "registry+https://github.com/rust-lang/crates.io-index", 12407 "target": null, 12408 "uses_default_features": true 12409 } 12410 ], 12411 "description": "Bindings to Core Foundation for macOS", 12412 "documentation": null, 12413 "edition": "2018", 12414 "features": { 12415 "chrono": [ 12416 "dep:chrono" 12417 ], 12418 "default": [ 12419 "link" 12420 ], 12421 "link": [ 12422 "core-foundation-sys/link" 12423 ], 12424 "mac_os_10_7_support": [ 12425 "core-foundation-sys/mac_os_10_7_support" 12426 ], 12427 "mac_os_10_8_features": [ 12428 "core-foundation-sys/mac_os_10_8_features" 12429 ], 12430 "uuid": [ 12431 "dep:uuid" 12432 ], 12433 "with-chrono": [ 12434 "chrono" 12435 ], 12436 "with-uuid": [ 12437 "uuid" 12438 ] 12439 }, 12440 "homepage": "https://github.com/servo/core-foundation-rs", 12441 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12442 "keywords": [ 12443 "macos", 12444 "framework", 12445 "objc" 12446 ], 12447 "license": "MIT OR Apache-2.0", 12448 "license_file": null, 12449 "links": null, 12450 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml", 12451 "metadata": { 12452 "docs": { 12453 "rs": { 12454 "all-features": true, 12455 "default-target": "x86_64-apple-darwin" 12456 } 12457 } 12458 }, 12459 "name": "core-foundation", 12460 "publish": null, 12461 "readme": null, 12462 "repository": "https://github.com/servo/core-foundation-rs", 12463 "rust_version": null, 12464 "source": "registry+https://github.com/rust-lang/crates.io-index", 12465 "targets": [ 12466 { 12467 "crate_types": [ 12468 "lib" 12469 ], 12470 "doc": true, 12471 "doctest": true, 12472 "edition": "2018", 12473 "kind": [ 12474 "lib" 12475 ], 12476 "name": "core_foundation", 12477 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs", 12478 "test": true 12479 }, 12480 { 12481 "crate_types": [ 12482 "bin" 12483 ], 12484 "doc": false, 12485 "doctest": false, 12486 "edition": "2018", 12487 "kind": [ 12488 "test" 12489 ], 12490 "name": "use_macro_outside_crate", 12491 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs", 12492 "test": true 12493 } 12494 ], 12495 "version": "0.9.4" 12496 }, 12497 { 12498 "authors": [ 12499 "The Servo Project Developers" 12500 ], 12501 "categories": [], 12502 "default_run": null, 12503 "dependencies": [], 12504 "description": "Bindings to Core Foundation for macOS", 12505 "documentation": null, 12506 "edition": "2018", 12507 "features": { 12508 "default": [ 12509 "link" 12510 ], 12511 "link": [], 12512 "mac_os_10_7_support": [], 12513 "mac_os_10_8_features": [] 12514 }, 12515 "homepage": "https://github.com/servo/core-foundation-rs", 12516 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12517 "keywords": [], 12518 "license": "MIT OR Apache-2.0", 12519 "license_file": null, 12520 "links": null, 12521 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml", 12522 "metadata": { 12523 "docs": { 12524 "rs": { 12525 "all-features": true, 12526 "default-target": "x86_64-apple-darwin" 12527 } 12528 } 12529 }, 12530 "name": "core-foundation-sys", 12531 "publish": null, 12532 "readme": null, 12533 "repository": "https://github.com/servo/core-foundation-rs", 12534 "rust_version": null, 12535 "source": "registry+https://github.com/rust-lang/crates.io-index", 12536 "targets": [ 12537 { 12538 "crate_types": [ 12539 "lib" 12540 ], 12541 "doc": true, 12542 "doctest": true, 12543 "edition": "2018", 12544 "kind": [ 12545 "lib" 12546 ], 12547 "name": "core_foundation_sys", 12548 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs", 12549 "test": true 12550 } 12551 ], 12552 "version": "0.8.6" 12553 }, 12554 { 12555 "authors": [ 12556 "RustCrypto Developers" 12557 ], 12558 "categories": [ 12559 "hardware-support", 12560 "no-std" 12561 ], 12562 "default_run": null, 12563 "dependencies": [ 12564 { 12565 "features": [], 12566 "kind": null, 12567 "name": "libc", 12568 "optional": false, 12569 "registry": null, 12570 "rename": null, 12571 "req": "^0.2.149", 12572 "source": "registry+https://github.com/rust-lang/crates.io-index", 12573 "target": "aarch64-linux-android", 12574 "uses_default_features": true 12575 }, 12576 { 12577 "features": [], 12578 "kind": null, 12579 "name": "libc", 12580 "optional": false, 12581 "registry": null, 12582 "rename": null, 12583 "req": "^0.2.149", 12584 "source": "registry+https://github.com/rust-lang/crates.io-index", 12585 "target": "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))", 12586 "uses_default_features": true 12587 }, 12588 { 12589 "features": [], 12590 "kind": null, 12591 "name": "libc", 12592 "optional": false, 12593 "registry": null, 12594 "rename": null, 12595 "req": "^0.2.149", 12596 "source": "registry+https://github.com/rust-lang/crates.io-index", 12597 "target": "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))", 12598 "uses_default_features": true 12599 }, 12600 { 12601 "features": [], 12602 "kind": null, 12603 "name": "libc", 12604 "optional": false, 12605 "registry": null, 12606 "rename": null, 12607 "req": "^0.2.149", 12608 "source": "registry+https://github.com/rust-lang/crates.io-index", 12609 "target": "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))", 12610 "uses_default_features": true 12611 } 12612 ], 12613 "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n", 12614 "documentation": "https://docs.rs/cpufeatures", 12615 "edition": "2018", 12616 "features": {}, 12617 "homepage": null, 12618 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12619 "keywords": [ 12620 "cpuid", 12621 "target-feature" 12622 ], 12623 "license": "MIT OR Apache-2.0", 12624 "license_file": null, 12625 "links": null, 12626 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/Cargo.toml", 12627 "metadata": null, 12628 "name": "cpufeatures", 12629 "publish": null, 12630 "readme": "README.md", 12631 "repository": "https://github.com/RustCrypto/utils", 12632 "rust_version": null, 12633 "source": "registry+https://github.com/rust-lang/crates.io-index", 12634 "targets": [ 12635 { 12636 "crate_types": [ 12637 "lib" 12638 ], 12639 "doc": true, 12640 "doctest": true, 12641 "edition": "2018", 12642 "kind": [ 12643 "lib" 12644 ], 12645 "name": "cpufeatures", 12646 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs", 12647 "test": true 12648 }, 12649 { 12650 "crate_types": [ 12651 "bin" 12652 ], 12653 "doc": false, 12654 "doctest": false, 12655 "edition": "2018", 12656 "kind": [ 12657 "test" 12658 ], 12659 "name": "loongarch64", 12660 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/loongarch64.rs", 12661 "test": true 12662 }, 12663 { 12664 "crate_types": [ 12665 "bin" 12666 ], 12667 "doc": false, 12668 "doctest": false, 12669 "edition": "2018", 12670 "kind": [ 12671 "test" 12672 ], 12673 "name": "x86", 12674 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/x86.rs", 12675 "test": true 12676 }, 12677 { 12678 "crate_types": [ 12679 "bin" 12680 ], 12681 "doc": false, 12682 "doctest": false, 12683 "edition": "2018", 12684 "kind": [ 12685 "test" 12686 ], 12687 "name": "aarch64", 12688 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/aarch64.rs", 12689 "test": true 12690 } 12691 ], 12692 "version": "0.2.12" 12693 }, 12694 { 12695 "authors": [], 12696 "categories": [ 12697 "embedded", 12698 "no-std", 12699 "concurrency" 12700 ], 12701 "default_run": null, 12702 "dependencies": [], 12703 "description": "Cross-platform critical section", 12704 "documentation": null, 12705 "edition": "2018", 12706 "features": { 12707 "restore-state-bool": [], 12708 "restore-state-none": [], 12709 "restore-state-u16": [], 12710 "restore-state-u32": [], 12711 "restore-state-u64": [], 12712 "restore-state-u8": [], 12713 "std": [ 12714 "restore-state-bool" 12715 ] 12716 }, 12717 "homepage": null, 12718 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12719 "keywords": [], 12720 "license": "MIT OR Apache-2.0", 12721 "license_file": null, 12722 "links": null, 12723 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/critical-section-1.1.2/Cargo.toml", 12724 "metadata": null, 12725 "name": "critical-section", 12726 "publish": null, 12727 "readme": "README.md", 12728 "repository": "https://github.com/rust-embedded/critical-section", 12729 "rust_version": null, 12730 "source": "registry+https://github.com/rust-lang/crates.io-index", 12731 "targets": [ 12732 { 12733 "crate_types": [ 12734 "lib" 12735 ], 12736 "doc": true, 12737 "doctest": true, 12738 "edition": "2018", 12739 "kind": [ 12740 "lib" 12741 ], 12742 "name": "critical_section", 12743 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/critical-section-1.1.2/src/lib.rs", 12744 "test": true 12745 } 12746 ], 12747 "version": "1.1.2" 12748 }, 12749 { 12750 "authors": [], 12751 "categories": [ 12752 "algorithms", 12753 "concurrency", 12754 "data-structures", 12755 "no-std" 12756 ], 12757 "default_run": null, 12758 "dependencies": [ 12759 { 12760 "features": [], 12761 "kind": "dev", 12762 "name": "rand", 12763 "optional": false, 12764 "registry": null, 12765 "rename": null, 12766 "req": "^0.8", 12767 "source": "registry+https://github.com/rust-lang/crates.io-index", 12768 "target": null, 12769 "uses_default_features": true 12770 }, 12771 { 12772 "features": [], 12773 "kind": null, 12774 "name": "loom", 12775 "optional": true, 12776 "registry": null, 12777 "rename": null, 12778 "req": "^0.7.1", 12779 "source": "registry+https://github.com/rust-lang/crates.io-index", 12780 "target": "cfg(crossbeam_loom)", 12781 "uses_default_features": true 12782 } 12783 ], 12784 "description": "Utilities for concurrent programming", 12785 "documentation": null, 12786 "edition": "2021", 12787 "features": { 12788 "default": [ 12789 "std" 12790 ], 12791 "loom": [ 12792 "dep:loom" 12793 ], 12794 "nightly": [], 12795 "std": [] 12796 }, 12797 "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", 12798 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12799 "keywords": [ 12800 "scoped", 12801 "thread", 12802 "atomic", 12803 "cache" 12804 ], 12805 "license": "MIT OR Apache-2.0", 12806 "license_file": null, 12807 "links": null, 12808 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/Cargo.toml", 12809 "metadata": null, 12810 "name": "crossbeam-utils", 12811 "publish": null, 12812 "readme": "README.md", 12813 "repository": "https://github.com/crossbeam-rs/crossbeam", 12814 "rust_version": "1.60", 12815 "source": "registry+https://github.com/rust-lang/crates.io-index", 12816 "targets": [ 12817 { 12818 "crate_types": [ 12819 "lib" 12820 ], 12821 "doc": true, 12822 "doctest": true, 12823 "edition": "2021", 12824 "kind": [ 12825 "lib" 12826 ], 12827 "name": "crossbeam_utils", 12828 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs", 12829 "test": true 12830 }, 12831 { 12832 "crate_types": [ 12833 "bin" 12834 ], 12835 "doc": false, 12836 "doctest": false, 12837 "edition": "2021", 12838 "kind": [ 12839 "test" 12840 ], 12841 "name": "wait_group", 12842 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/wait_group.rs", 12843 "test": true 12844 }, 12845 { 12846 "crate_types": [ 12847 "bin" 12848 ], 12849 "doc": false, 12850 "doctest": false, 12851 "edition": "2021", 12852 "kind": [ 12853 "test" 12854 ], 12855 "name": "sharded_lock", 12856 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/sharded_lock.rs", 12857 "test": true 12858 }, 12859 { 12860 "crate_types": [ 12861 "bin" 12862 ], 12863 "doc": false, 12864 "doctest": false, 12865 "edition": "2021", 12866 "kind": [ 12867 "test" 12868 ], 12869 "name": "thread", 12870 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/thread.rs", 12871 "test": true 12872 }, 12873 { 12874 "crate_types": [ 12875 "bin" 12876 ], 12877 "doc": false, 12878 "doctest": false, 12879 "edition": "2021", 12880 "kind": [ 12881 "test" 12882 ], 12883 "name": "cache_padded", 12884 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/cache_padded.rs", 12885 "test": true 12886 }, 12887 { 12888 "crate_types": [ 12889 "bin" 12890 ], 12891 "doc": false, 12892 "doctest": false, 12893 "edition": "2021", 12894 "kind": [ 12895 "test" 12896 ], 12897 "name": "atomic_cell", 12898 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/atomic_cell.rs", 12899 "test": true 12900 }, 12901 { 12902 "crate_types": [ 12903 "bin" 12904 ], 12905 "doc": false, 12906 "doctest": false, 12907 "edition": "2021", 12908 "kind": [ 12909 "test" 12910 ], 12911 "name": "parker", 12912 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/parker.rs", 12913 "test": true 12914 }, 12915 { 12916 "crate_types": [ 12917 "bin" 12918 ], 12919 "doc": false, 12920 "doctest": false, 12921 "edition": "2021", 12922 "kind": [ 12923 "bench" 12924 ], 12925 "name": "atomic_cell", 12926 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/benches/atomic_cell.rs", 12927 "test": false 12928 }, 12929 { 12930 "crate_types": [ 12931 "bin" 12932 ], 12933 "doc": false, 12934 "doctest": false, 12935 "edition": "2021", 12936 "kind": [ 12937 "custom-build" 12938 ], 12939 "name": "build-script-build", 12940 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs", 12941 "test": false 12942 } 12943 ], 12944 "version": "0.8.19" 12945 }, 12946 { 12947 "authors": [ 12948 "Vurich <[email protected]>" 12949 ], 12950 "categories": [], 12951 "default_run": null, 12952 "dependencies": [], 12953 "description": "Crunchy unroller: deterministically unroll constant loops", 12954 "documentation": null, 12955 "edition": "2015", 12956 "features": { 12957 "default": [ 12958 "limit_128" 12959 ], 12960 "limit_1024": [], 12961 "limit_128": [], 12962 "limit_2048": [], 12963 "limit_256": [], 12964 "limit_512": [], 12965 "limit_64": [], 12966 "std": [] 12967 }, 12968 "homepage": null, 12969 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 12970 "keywords": [], 12971 "license": "MIT", 12972 "license_file": null, 12973 "links": null, 12974 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml", 12975 "metadata": null, 12976 "name": "crunchy", 12977 "publish": null, 12978 "readme": "README.md", 12979 "repository": null, 12980 "rust_version": null, 12981 "source": "registry+https://github.com/rust-lang/crates.io-index", 12982 "targets": [ 12983 { 12984 "crate_types": [ 12985 "lib" 12986 ], 12987 "doc": true, 12988 "doctest": true, 12989 "edition": "2015", 12990 "kind": [ 12991 "lib" 12992 ], 12993 "name": "crunchy", 12994 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs", 12995 "test": true 12996 }, 12997 { 12998 "crate_types": [ 12999 "bin" 13000 ], 13001 "doc": false, 13002 "doctest": false, 13003 "edition": "2015", 13004 "kind": [ 13005 "custom-build" 13006 ], 13007 "name": "build-script-build", 13008 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs", 13009 "test": false 13010 } 13011 ], 13012 "version": "0.2.2" 13013 }, 13014 { 13015 "authors": [ 13016 "RustCrypto Developers" 13017 ], 13018 "categories": [ 13019 "cryptography", 13020 "no-std" 13021 ], 13022 "default_run": null, 13023 "dependencies": [ 13024 { 13025 "features": [ 13026 "more_lengths" 13027 ], 13028 "kind": null, 13029 "name": "generic-array", 13030 "optional": false, 13031 "registry": null, 13032 "rename": null, 13033 "req": "^0.14.4", 13034 "source": "registry+https://github.com/rust-lang/crates.io-index", 13035 "target": null, 13036 "uses_default_features": true 13037 }, 13038 { 13039 "features": [], 13040 "kind": null, 13041 "name": "rand_core", 13042 "optional": true, 13043 "registry": null, 13044 "rename": null, 13045 "req": "^0.6", 13046 "source": "registry+https://github.com/rust-lang/crates.io-index", 13047 "target": null, 13048 "uses_default_features": true 13049 }, 13050 { 13051 "features": [], 13052 "kind": null, 13053 "name": "typenum", 13054 "optional": false, 13055 "registry": null, 13056 "rename": null, 13057 "req": "^1.14", 13058 "source": "registry+https://github.com/rust-lang/crates.io-index", 13059 "target": null, 13060 "uses_default_features": true 13061 } 13062 ], 13063 "description": "Common cryptographic traits", 13064 "documentation": "https://docs.rs/crypto-common", 13065 "edition": "2018", 13066 "features": { 13067 "getrandom": [ 13068 "rand_core/getrandom" 13069 ], 13070 "rand_core": [ 13071 "dep:rand_core" 13072 ], 13073 "std": [] 13074 }, 13075 "homepage": null, 13076 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 13077 "keywords": [ 13078 "crypto", 13079 "traits" 13080 ], 13081 "license": "MIT OR Apache-2.0", 13082 "license_file": null, 13083 "links": null, 13084 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/Cargo.toml", 13085 "metadata": { 13086 "docs": { 13087 "rs": { 13088 "all-features": true, 13089 "rustdoc-args": [ 13090 "--cfg", 13091 "docsrs" 13092 ] 13093 } 13094 } 13095 }, 13096 "name": "crypto-common", 13097 "publish": null, 13098 "readme": "README.md", 13099 "repository": "https://github.com/RustCrypto/traits", 13100 "rust_version": null, 13101 "source": "registry+https://github.com/rust-lang/crates.io-index", 13102 "targets": [ 13103 { 13104 "crate_types": [ 13105 "lib" 13106 ], 13107 "doc": true, 13108 "doctest": true, 13109 "edition": "2018", 13110 "kind": [ 13111 "lib" 13112 ], 13113 "name": "crypto_common", 13114 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs", 13115 "test": true 13116 } 13117 ], 13118 "version": "0.1.6" 13119 }, 13120 { 13121 "authors": [ 13122 "Matt Mastracci <[email protected]>" 13123 ], 13124 "categories": [], 13125 "default_run": null, 13126 "dependencies": [ 13127 { 13128 "features": [], 13129 "kind": null, 13130 "name": "quote", 13131 "optional": false, 13132 "registry": null, 13133 "rename": null, 13134 "req": "^1.0.9", 13135 "source": "registry+https://github.com/rust-lang/crates.io-index", 13136 "target": null, 13137 "uses_default_features": true 13138 }, 13139 { 13140 "features": [ 13141 "full", 13142 "parsing", 13143 "printing", 13144 "proc-macro" 13145 ], 13146 "kind": null, 13147 "name": "syn", 13148 "optional": false, 13149 "registry": null, 13150 "rename": null, 13151 "req": "^1.0.73", 13152 "source": "registry+https://github.com/rust-lang/crates.io-index", 13153 "target": null, 13154 "uses_default_features": false 13155 }, 13156 { 13157 "features": [], 13158 "kind": "dev", 13159 "name": "libc-print", 13160 "optional": false, 13161 "registry": null, 13162 "rename": null, 13163 "req": "^0.1.15", 13164 "source": "registry+https://github.com/rust-lang/crates.io-index", 13165 "target": null, 13166 "uses_default_features": true 13167 } 13168 ], 13169 "description": "__attribute__((constructor)) for Rust", 13170 "documentation": null, 13171 "edition": "2018", 13172 "features": {}, 13173 "homepage": null, 13174 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 13175 "keywords": [], 13176 "license": "Apache-2.0 OR MIT", 13177 "license_file": null, 13178 "links": null, 13179 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ctor-0.1.21/Cargo.toml", 13180 "metadata": null, 13181 "name": "ctor", 13182 "publish": null, 13183 "readme": "../README.md", 13184 "repository": "https://github.com/mmastrac/rust-ctor", 13185 "rust_version": null, 13186 "source": "registry+https://github.com/rust-lang/crates.io-index", 13187 "targets": [ 13188 { 13189 "crate_types": [ 13190 "proc-macro" 13191 ], 13192 "doc": true, 13193 "doctest": true, 13194 "edition": "2018", 13195 "kind": [ 13196 "proc-macro" 13197 ], 13198 "name": "ctor", 13199 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ctor-0.1.21/src/lib.rs", 13200 "test": true 13201 }, 13202 { 13203 "crate_types": [ 13204 "bin" 13205 ], 13206 "doc": false, 13207 "doctest": false, 13208 "edition": "2018", 13209 "kind": [ 13210 "example" 13211 ], 13212 "name": "example", 13213 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ctor-0.1.21/src/example.rs", 13214 "test": false 13215 } 13216 ], 13217 "version": "0.1.21" 13218 }, 13219 { 13220 "authors": [ 13221 "Ted Driggs <[email protected]>" 13222 ], 13223 "categories": [], 13224 "default_run": null, 13225 "dependencies": [ 13226 { 13227 "features": [], 13228 "kind": null, 13229 "name": "darling_core", 13230 "optional": false, 13231 "registry": null, 13232 "rename": null, 13233 "req": "=0.20.8", 13234 "source": "registry+https://github.com/rust-lang/crates.io-index", 13235 "target": null, 13236 "uses_default_features": true 13237 }, 13238 { 13239 "features": [], 13240 "kind": null, 13241 "name": "darling_macro", 13242 "optional": false, 13243 "registry": null, 13244 "rename": null, 13245 "req": "=0.20.8", 13246 "source": "registry+https://github.com/rust-lang/crates.io-index", 13247 "target": null, 13248 "uses_default_features": true 13249 }, 13250 { 13251 "features": [], 13252 "kind": "dev", 13253 "name": "proc-macro2", 13254 "optional": false, 13255 "registry": null, 13256 "rename": null, 13257 "req": "^1.0.37", 13258 "source": "registry+https://github.com/rust-lang/crates.io-index", 13259 "target": null, 13260 "uses_default_features": true 13261 }, 13262 { 13263 "features": [], 13264 "kind": "dev", 13265 "name": "quote", 13266 "optional": false, 13267 "registry": null, 13268 "rename": null, 13269 "req": "^1.0.18", 13270 "source": "registry+https://github.com/rust-lang/crates.io-index", 13271 "target": null, 13272 "uses_default_features": true 13273 }, 13274 { 13275 "features": [], 13276 "kind": "dev", 13277 "name": "syn", 13278 "optional": false, 13279 "registry": null, 13280 "rename": null, 13281 "req": "^2.0.15", 13282 "source": "registry+https://github.com/rust-lang/crates.io-index", 13283 "target": null, 13284 "uses_default_features": true 13285 }, 13286 { 13287 "features": [], 13288 "kind": "dev", 13289 "name": "rustversion", 13290 "optional": false, 13291 "registry": null, 13292 "rename": null, 13293 "req": "^1.0.9", 13294 "source": "registry+https://github.com/rust-lang/crates.io-index", 13295 "target": "cfg(compiletests)", 13296 "uses_default_features": true 13297 }, 13298 { 13299 "features": [], 13300 "kind": "dev", 13301 "name": "trybuild", 13302 "optional": false, 13303 "registry": null, 13304 "rename": null, 13305 "req": "^1.0.38", 13306 "source": "registry+https://github.com/rust-lang/crates.io-index", 13307 "target": "cfg(compiletests)", 13308 "uses_default_features": true 13309 } 13310 ], 13311 "description": "A proc-macro library for reading attributes into structs when\nimplementing custom derives.\n", 13312 "documentation": "https://docs.rs/darling/0.20.8", 13313 "edition": "2018", 13314 "features": { 13315 "default": [ 13316 "suggestions" 13317 ], 13318 "diagnostics": [ 13319 "darling_core/diagnostics" 13320 ], 13321 "suggestions": [ 13322 "darling_core/suggestions" 13323 ] 13324 }, 13325 "homepage": null, 13326 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 13327 "keywords": [], 13328 "license": "MIT", 13329 "license_file": null, 13330 "links": null, 13331 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/Cargo.toml", 13332 "metadata": null, 13333 "name": "darling", 13334 "publish": null, 13335 "readme": "README.md", 13336 "repository": "https://github.com/TedDriggs/darling", 13337 "rust_version": null, 13338 "source": "registry+https://github.com/rust-lang/crates.io-index", 13339 "targets": [ 13340 { 13341 "crate_types": [ 13342 "lib" 13343 ], 13344 "doc": true, 13345 "doctest": true, 13346 "edition": "2018", 13347 "kind": [ 13348 "lib" 13349 ], 13350 "name": "darling", 13351 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/src/lib.rs", 13352 "test": true 13353 }, 13354 { 13355 "crate_types": [ 13356 "bin" 13357 ], 13358 "doc": false, 13359 "doctest": false, 13360 "edition": "2018", 13361 "kind": [ 13362 "example" 13363 ], 13364 "name": "consume_fields", 13365 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/consume_fields.rs", 13366 "test": false 13367 }, 13368 { 13369 "crate_types": [ 13370 "bin" 13371 ], 13372 "doc": false, 13373 "doctest": false, 13374 "edition": "2018", 13375 "kind": [ 13376 "example" 13377 ], 13378 "name": "automatic_bounds", 13379 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/automatic_bounds.rs", 13380 "test": false 13381 }, 13382 { 13383 "crate_types": [ 13384 "bin" 13385 ], 13386 "doc": false, 13387 "doctest": false, 13388 "edition": "2018", 13389 "kind": [ 13390 "example" 13391 ], 13392 "name": "shorthand_or_long_field", 13393 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/shorthand_or_long_field.rs", 13394 "test": false 13395 }, 13396 { 13397 "crate_types": [ 13398 "bin" 13399 ], 13400 "doc": false, 13401 "doctest": false, 13402 "edition": "2018", 13403 "kind": [ 13404 "example" 13405 ], 13406 "name": "fallible_read", 13407 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/fallible_read.rs", 13408 "test": false 13409 }, 13410 { 13411 "crate_types": [ 13412 "bin" 13413 ], 13414 "doc": false, 13415 "doctest": false, 13416 "edition": "2018", 13417 "kind": [ 13418 "example" 13419 ], 13420 "name": "supports_struct", 13421 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/supports_struct.rs", 13422 "test": false 13423 }, 13424 { 13425 "crate_types": [ 13426 "bin" 13427 ], 13428 "doc": false, 13429 "doctest": false, 13430 "edition": "2018", 13431 "kind": [ 13432 "example" 13433 ], 13434 "name": "heterogeneous_enum_and_word", 13435 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/heterogeneous_enum_and_word.rs", 13436 "test": false 13437 }, 13438 { 13439 "crate_types": [ 13440 "bin" 13441 ], 13442 "doc": false, 13443 "doctest": false, 13444 "edition": "2018", 13445 "kind": [ 13446 "example" 13447 ], 13448 "name": "expr_with", 13449 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/examples/expr_with.rs", 13450 "test": false 13451 }, 13452 { 13453 "crate_types": [ 13454 "bin" 13455 ], 13456 "doc": false, 13457 "doctest": false, 13458 "edition": "2018", 13459 "kind": [ 13460 "test" 13461 ], 13462 "name": "flatten_error_accumulation", 13463 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/flatten_error_accumulation.rs", 13464 "test": true 13465 }, 13466 { 13467 "crate_types": [ 13468 "bin" 13469 ], 13470 "doc": false, 13471 "doctest": false, 13472 "edition": "2018", 13473 "kind": [ 13474 "test" 13475 ], 13476 "name": "from_variant", 13477 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/from_variant.rs", 13478 "test": true 13479 }, 13480 { 13481 "crate_types": [ 13482 "bin" 13483 ], 13484 "doc": false, 13485 "doctest": false, 13486 "edition": "2018", 13487 "kind": [ 13488 "test" 13489 ], 13490 "name": "from_type_param", 13491 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/from_type_param.rs", 13492 "test": true 13493 }, 13494 { 13495 "crate_types": [ 13496 "bin" 13497 ], 13498 "doc": false, 13499 "doctest": false, 13500 "edition": "2018", 13501 "kind": [ 13502 "test" 13503 ], 13504 "name": "flatten_from_field", 13505 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/flatten_from_field.rs", 13506 "test": true 13507 }, 13508 { 13509 "crate_types": [ 13510 "bin" 13511 ], 13512 "doc": false, 13513 "doctest": false, 13514 "edition": "2018", 13515 "kind": [ 13516 "test" 13517 ], 13518 "name": "supports", 13519 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/supports.rs", 13520 "test": true 13521 }, 13522 { 13523 "crate_types": [ 13524 "bin" 13525 ], 13526 "doc": false, 13527 "doctest": false, 13528 "edition": "2018", 13529 "kind": [ 13530 "test" 13531 ], 13532 "name": "from_type_param_default", 13533 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/from_type_param_default.rs", 13534 "test": true 13535 }, 13536 { 13537 "crate_types": [ 13538 "bin" 13539 ], 13540 "doc": false, 13541 "doctest": false, 13542 "edition": "2018", 13543 "kind": [ 13544 "test" 13545 ], 13546 "name": "attrs_with", 13547 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/attrs_with.rs", 13548 "test": true 13549 }, 13550 { 13551 "crate_types": [ 13552 "bin" 13553 ], 13554 "doc": false, 13555 "doctest": false, 13556 "edition": "2018", 13557 "kind": [ 13558 "test" 13559 ], 13560 "name": "enums_default", 13561 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/enums_default.rs", 13562 "test": true 13563 }, 13564 { 13565 "crate_types": [ 13566 "bin" 13567 ], 13568 "doc": false, 13569 "doctest": false, 13570 "edition": "2018", 13571 "kind": [ 13572 "test" 13573 ], 13574 "name": "multiple", 13575 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/multiple.rs", 13576 "test": true 13577 }, 13578 { 13579 "crate_types": [ 13580 "bin" 13581 ], 13582 "doc": false, 13583 "doctest": false, 13584 "edition": "2018", 13585 "kind": [ 13586 "test" 13587 ], 13588 "name": "error", 13589 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/error.rs", 13590 "test": true 13591 }, 13592 { 13593 "crate_types": [ 13594 "bin" 13595 ], 13596 "doc": false, 13597 "doctest": false, 13598 "edition": "2018", 13599 "kind": [ 13600 "test" 13601 ], 13602 "name": "flatten", 13603 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/flatten.rs", 13604 "test": true 13605 }, 13606 { 13607 "crate_types": [ 13608 "bin" 13609 ], 13610 "doc": false, 13611 "doctest": false, 13612 "edition": "2018", 13613 "kind": [ 13614 "test" 13615 ], 13616 "name": "suggestions", 13617 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/suggestions.rs", 13618 "test": true 13619 }, 13620 { 13621 "crate_types": [ 13622 "bin" 13623 ], 13624 "doc": false, 13625 "doctest": false, 13626 "edition": "2018", 13627 "kind": [ 13628 "test" 13629 ], 13630 "name": "from_generics", 13631 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/from_generics.rs", 13632 "test": true 13633 }, 13634 { 13635 "crate_types": [ 13636 "bin" 13637 ], 13638 "doc": false, 13639 "doctest": false, 13640 "edition": "2018", 13641 "kind": [ 13642 "test" 13643 ], 13644 "name": "happy_path", 13645 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/happy_path.rs", 13646 "test": true 13647 }, 13648 { 13649 "crate_types": [ 13650 "bin" 13651 ], 13652 "doc": false, 13653 "doctest": false, 13654 "edition": "2018", 13655 "kind": [ 13656 "test" 13657 ], 13658 "name": "custom_bound", 13659 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/custom_bound.rs", 13660 "test": true 13661 }, 13662 { 13663 "crate_types": [ 13664 "bin" 13665 ], 13666 "doc": false, 13667 "doctest": false, 13668 "edition": "2018", 13669 "kind": [ 13670 "test" 13671 ], 13672 "name": "enums_newtype", 13673 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/enums_newtype.rs", 13674 "test": true 13675 }, 13676 { 13677 "crate_types": [ 13678 "bin" 13679 ], 13680 "doc": false, 13681 "doctest": false, 13682 "edition": "2018", 13683 "kind": [ 13684 "test" 13685 ], 13686 "name": "skip", 13687 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/skip.rs", 13688 "test": true 13689 }, 13690 { 13691 "crate_types": [ 13692 "bin" 13693 ], 13694 "doc": false, 13695 "doctest": false, 13696 "edition": "2018", 13697 "kind": [ 13698 "test" 13699 ], 13700 "name": "unsupported_attributes", 13701 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/unsupported_attributes.rs", 13702 "test": true 13703 }, 13704 { 13705 "crate_types": [ 13706 "bin" 13707 ], 13708 "doc": false, 13709 "doctest": false, 13710 "edition": "2018", 13711 "kind": [ 13712 "test" 13713 ], 13714 "name": "generics", 13715 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/generics.rs", 13716 "test": true 13717 }, 13718 { 13719 "crate_types": [ 13720 "bin" 13721 ], 13722 "doc": false, 13723 "doctest": false, 13724 "edition": "2018", 13725 "kind": [ 13726 "test" 13727 ], 13728 "name": "newtype", 13729 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/newtype.rs", 13730 "test": true 13731 }, 13732 { 13733 "crate_types": [ 13734 "bin" 13735 ], 13736 "doc": false, 13737 "doctest": false, 13738 "edition": "2018", 13739 "kind": [ 13740 "test" 13741 ], 13742 "name": "hash_map", 13743 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/hash_map.rs", 13744 "test": true 13745 }, 13746 { 13747 "crate_types": [ 13748 "bin" 13749 ], 13750 "doc": false, 13751 "doctest": false, 13752 "edition": "2018", 13753 "kind": [ 13754 "test" 13755 ], 13756 "name": "accrue_errors", 13757 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/accrue_errors.rs", 13758 "test": true 13759 }, 13760 { 13761 "crate_types": [ 13762 "bin" 13763 ], 13764 "doc": false, 13765 "doctest": false, 13766 "edition": "2018", 13767 "kind": [ 13768 "test" 13769 ], 13770 "name": "enums_struct", 13771 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/enums_struct.rs", 13772 "test": true 13773 }, 13774 { 13775 "crate_types": [ 13776 "bin" 13777 ], 13778 "doc": false, 13779 "doctest": false, 13780 "edition": "2018", 13781 "kind": [ 13782 "test" 13783 ], 13784 "name": "compiletests", 13785 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/compiletests.rs", 13786 "test": true 13787 }, 13788 { 13789 "crate_types": [ 13790 "bin" 13791 ], 13792 "doc": false, 13793 "doctest": false, 13794 "edition": "2018", 13795 "kind": [ 13796 "test" 13797 ], 13798 "name": "defaults", 13799 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/defaults.rs", 13800 "test": true 13801 }, 13802 { 13803 "crate_types": [ 13804 "bin" 13805 ], 13806 "doc": false, 13807 "doctest": false, 13808 "edition": "2018", 13809 "kind": [ 13810 "test" 13811 ], 13812 "name": "split_declaration", 13813 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/split_declaration.rs", 13814 "test": true 13815 }, 13816 { 13817 "crate_types": [ 13818 "bin" 13819 ], 13820 "doc": false, 13821 "doctest": false, 13822 "edition": "2018", 13823 "kind": [ 13824 "test" 13825 ], 13826 "name": "computed_bound", 13827 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/computed_bound.rs", 13828 "test": true 13829 }, 13830 { 13831 "crate_types": [ 13832 "bin" 13833 ], 13834 "doc": false, 13835 "doctest": false, 13836 "edition": "2018", 13837 "kind": [ 13838 "test" 13839 ], 13840 "name": "enums_unit", 13841 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/enums_unit.rs", 13842 "test": true 13843 }, 13844 { 13845 "crate_types": [ 13846 "bin" 13847 ], 13848 "doc": false, 13849 "doctest": false, 13850 "edition": "2018", 13851 "kind": [ 13852 "test" 13853 ], 13854 "name": "from_meta", 13855 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/tests/from_meta.rs", 13856 "test": true 13857 } 13858 ], 13859 "version": "0.20.8" 13860 }, 13861 { 13862 "authors": [ 13863 "Ted Driggs <[email protected]>" 13864 ], 13865 "categories": [], 13866 "default_run": null, 13867 "dependencies": [ 13868 { 13869 "features": [], 13870 "kind": null, 13871 "name": "fnv", 13872 "optional": false, 13873 "registry": null, 13874 "rename": null, 13875 "req": "^1.0.7", 13876 "source": "registry+https://github.com/rust-lang/crates.io-index", 13877 "target": null, 13878 "uses_default_features": true 13879 }, 13880 { 13881 "features": [], 13882 "kind": null, 13883 "name": "ident_case", 13884 "optional": false, 13885 "registry": null, 13886 "rename": null, 13887 "req": "^1.0.1", 13888 "source": "registry+https://github.com/rust-lang/crates.io-index", 13889 "target": null, 13890 "uses_default_features": true 13891 }, 13892 { 13893 "features": [], 13894 "kind": null, 13895 "name": "proc-macro2", 13896 "optional": false, 13897 "registry": null, 13898 "rename": null, 13899 "req": "^1.0.37", 13900 "source": "registry+https://github.com/rust-lang/crates.io-index", 13901 "target": null, 13902 "uses_default_features": true 13903 }, 13904 { 13905 "features": [], 13906 "kind": null, 13907 "name": "quote", 13908 "optional": false, 13909 "registry": null, 13910 "rename": null, 13911 "req": "^1.0.18", 13912 "source": "registry+https://github.com/rust-lang/crates.io-index", 13913 "target": null, 13914 "uses_default_features": true 13915 }, 13916 { 13917 "features": [], 13918 "kind": null, 13919 "name": "strsim", 13920 "optional": true, 13921 "registry": null, 13922 "rename": null, 13923 "req": "^0.10.0", 13924 "source": "registry+https://github.com/rust-lang/crates.io-index", 13925 "target": null, 13926 "uses_default_features": true 13927 }, 13928 { 13929 "features": [ 13930 "full", 13931 "extra-traits" 13932 ], 13933 "kind": null, 13934 "name": "syn", 13935 "optional": false, 13936 "registry": null, 13937 "rename": null, 13938 "req": "^2.0.15", 13939 "source": "registry+https://github.com/rust-lang/crates.io-index", 13940 "target": null, 13941 "uses_default_features": true 13942 } 13943 ], 13944 "description": "Helper crate for proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", 13945 "documentation": null, 13946 "edition": "2018", 13947 "features": { 13948 "diagnostics": [], 13949 "strsim": [ 13950 "dep:strsim" 13951 ], 13952 "suggestions": [ 13953 "strsim" 13954 ] 13955 }, 13956 "homepage": null, 13957 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 13958 "keywords": [], 13959 "license": "MIT", 13960 "license_file": null, 13961 "links": null, 13962 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.8/Cargo.toml", 13963 "metadata": null, 13964 "name": "darling_core", 13965 "publish": null, 13966 "readme": null, 13967 "repository": "https://github.com/TedDriggs/darling", 13968 "rust_version": null, 13969 "source": "registry+https://github.com/rust-lang/crates.io-index", 13970 "targets": [ 13971 { 13972 "crate_types": [ 13973 "lib" 13974 ], 13975 "doc": true, 13976 "doctest": true, 13977 "edition": "2018", 13978 "kind": [ 13979 "lib" 13980 ], 13981 "name": "darling_core", 13982 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.8/src/lib.rs", 13983 "test": true 13984 } 13985 ], 13986 "version": "0.20.8" 13987 }, 13988 { 13989 "authors": [ 13990 "Ted Driggs <[email protected]>" 13991 ], 13992 "categories": [], 13993 "default_run": null, 13994 "dependencies": [ 13995 { 13996 "features": [], 13997 "kind": null, 13998 "name": "darling_core", 13999 "optional": false, 14000 "registry": null, 14001 "rename": null, 14002 "req": "=0.20.8", 14003 "source": "registry+https://github.com/rust-lang/crates.io-index", 14004 "target": null, 14005 "uses_default_features": true 14006 }, 14007 { 14008 "features": [], 14009 "kind": null, 14010 "name": "quote", 14011 "optional": false, 14012 "registry": null, 14013 "rename": null, 14014 "req": "^1.0.18", 14015 "source": "registry+https://github.com/rust-lang/crates.io-index", 14016 "target": null, 14017 "uses_default_features": true 14018 }, 14019 { 14020 "features": [], 14021 "kind": null, 14022 "name": "syn", 14023 "optional": false, 14024 "registry": null, 14025 "rename": null, 14026 "req": "^2.0.15", 14027 "source": "registry+https://github.com/rust-lang/crates.io-index", 14028 "target": null, 14029 "uses_default_features": true 14030 } 14031 ], 14032 "description": "Internal support for a proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", 14033 "documentation": null, 14034 "edition": "2018", 14035 "features": {}, 14036 "homepage": null, 14037 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14038 "keywords": [], 14039 "license": "MIT", 14040 "license_file": null, 14041 "links": null, 14042 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.8/Cargo.toml", 14043 "metadata": null, 14044 "name": "darling_macro", 14045 "publish": null, 14046 "readme": null, 14047 "repository": "https://github.com/TedDriggs/darling", 14048 "rust_version": null, 14049 "source": "registry+https://github.com/rust-lang/crates.io-index", 14050 "targets": [ 14051 { 14052 "crate_types": [ 14053 "proc-macro" 14054 ], 14055 "doc": true, 14056 "doctest": true, 14057 "edition": "2018", 14058 "kind": [ 14059 "proc-macro" 14060 ], 14061 "name": "darling_macro", 14062 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.8/src/lib.rs", 14063 "test": true 14064 } 14065 ], 14066 "version": "0.20.8" 14067 }, 14068 { 14069 "authors": [ 14070 "Julien Cretin <[email protected]>" 14071 ], 14072 "categories": [ 14073 "encoding", 14074 "no-std" 14075 ], 14076 "default_run": null, 14077 "dependencies": [], 14078 "description": "Efficient and customizable data-encoding functions like base64, base32, and hex", 14079 "documentation": "https://docs.rs/data-encoding", 14080 "edition": "2018", 14081 "features": { 14082 "alloc": [], 14083 "default": [ 14084 "std" 14085 ], 14086 "std": [ 14087 "alloc" 14088 ] 14089 }, 14090 "homepage": null, 14091 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14092 "keywords": [ 14093 "no_std", 14094 "base64", 14095 "base32", 14096 "hex" 14097 ], 14098 "license": "MIT", 14099 "license_file": null, 14100 "links": null, 14101 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/Cargo.toml", 14102 "metadata": { 14103 "docs": { 14104 "rs": { 14105 "rustdoc-args": [ 14106 "--cfg=docsrs" 14107 ] 14108 } 14109 } 14110 }, 14111 "name": "data-encoding", 14112 "publish": null, 14113 "readme": "README.md", 14114 "repository": "https://github.com/ia0/data-encoding", 14115 "rust_version": "1.48", 14116 "source": "registry+https://github.com/rust-lang/crates.io-index", 14117 "targets": [ 14118 { 14119 "crate_types": [ 14120 "lib" 14121 ], 14122 "doc": true, 14123 "doctest": true, 14124 "edition": "2018", 14125 "kind": [ 14126 "lib" 14127 ], 14128 "name": "data_encoding", 14129 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.5.0/src/lib.rs", 14130 "test": true 14131 } 14132 ], 14133 "version": "2.5.0" 14134 }, 14135 { 14136 "authors": [ 14137 "RustCrypto Developers" 14138 ], 14139 "categories": [ 14140 "cryptography", 14141 "data-structures", 14142 "encoding", 14143 "no-std", 14144 "parser-implementations" 14145 ], 14146 "default_run": null, 14147 "dependencies": [ 14148 { 14149 "features": [ 14150 "derive" 14151 ], 14152 "kind": null, 14153 "name": "arbitrary", 14154 "optional": true, 14155 "registry": null, 14156 "rename": null, 14157 "req": "^1.3", 14158 "source": "registry+https://github.com/rust-lang/crates.io-index", 14159 "target": null, 14160 "uses_default_features": true 14161 }, 14162 { 14163 "features": [], 14164 "kind": null, 14165 "name": "bytes", 14166 "optional": true, 14167 "registry": null, 14168 "rename": null, 14169 "req": "^1", 14170 "source": "registry+https://github.com/rust-lang/crates.io-index", 14171 "target": null, 14172 "uses_default_features": false 14173 }, 14174 { 14175 "features": [], 14176 "kind": null, 14177 "name": "const-oid", 14178 "optional": true, 14179 "registry": null, 14180 "rename": null, 14181 "req": "^0.9.2", 14182 "source": "registry+https://github.com/rust-lang/crates.io-index", 14183 "target": null, 14184 "uses_default_features": true 14185 }, 14186 { 14187 "features": [], 14188 "kind": null, 14189 "name": "der_derive", 14190 "optional": true, 14191 "registry": null, 14192 "rename": null, 14193 "req": "^0.7.2", 14194 "source": "registry+https://github.com/rust-lang/crates.io-index", 14195 "target": null, 14196 "uses_default_features": true 14197 }, 14198 { 14199 "features": [], 14200 "kind": null, 14201 "name": "flagset", 14202 "optional": true, 14203 "registry": null, 14204 "rename": null, 14205 "req": "^0.4.3", 14206 "source": "registry+https://github.com/rust-lang/crates.io-index", 14207 "target": null, 14208 "uses_default_features": true 14209 }, 14210 { 14211 "features": [ 14212 "alloc" 14213 ], 14214 "kind": null, 14215 "name": "pem-rfc7468", 14216 "optional": true, 14217 "registry": null, 14218 "rename": null, 14219 "req": "^0.7", 14220 "source": "registry+https://github.com/rust-lang/crates.io-index", 14221 "target": null, 14222 "uses_default_features": true 14223 }, 14224 { 14225 "features": [], 14226 "kind": null, 14227 "name": "time", 14228 "optional": true, 14229 "registry": null, 14230 "rename": null, 14231 "req": "^0.3.4", 14232 "source": "registry+https://github.com/rust-lang/crates.io-index", 14233 "target": null, 14234 "uses_default_features": false 14235 }, 14236 { 14237 "features": [], 14238 "kind": null, 14239 "name": "zeroize", 14240 "optional": true, 14241 "registry": null, 14242 "rename": null, 14243 "req": "^1.5", 14244 "source": "registry+https://github.com/rust-lang/crates.io-index", 14245 "target": null, 14246 "uses_default_features": false 14247 }, 14248 { 14249 "features": [], 14250 "kind": "dev", 14251 "name": "hex-literal", 14252 "optional": false, 14253 "registry": null, 14254 "rename": null, 14255 "req": "^0.4.1", 14256 "source": "registry+https://github.com/rust-lang/crates.io-index", 14257 "target": null, 14258 "uses_default_features": true 14259 }, 14260 { 14261 "features": [], 14262 "kind": "dev", 14263 "name": "proptest", 14264 "optional": false, 14265 "registry": null, 14266 "rename": null, 14267 "req": "^1", 14268 "source": "registry+https://github.com/rust-lang/crates.io-index", 14269 "target": null, 14270 "uses_default_features": true 14271 } 14272 ], 14273 "description": "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules\n(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with\nfull support for heapless no_std targets\n", 14274 "documentation": null, 14275 "edition": "2021", 14276 "features": { 14277 "alloc": [ 14278 "zeroize?/alloc" 14279 ], 14280 "arbitrary": [ 14281 "dep:arbitrary", 14282 "const-oid?/arbitrary", 14283 "std" 14284 ], 14285 "bytes": [ 14286 "dep:bytes", 14287 "alloc" 14288 ], 14289 "derive": [ 14290 "dep:der_derive" 14291 ], 14292 "flagset": [ 14293 "dep:flagset" 14294 ], 14295 "oid": [ 14296 "dep:const-oid" 14297 ], 14298 "pem": [ 14299 "dep:pem-rfc7468", 14300 "alloc", 14301 "zeroize" 14302 ], 14303 "real": [], 14304 "std": [ 14305 "alloc" 14306 ], 14307 "time": [ 14308 "dep:time" 14309 ], 14310 "zeroize": [ 14311 "dep:zeroize" 14312 ] 14313 }, 14314 "homepage": null, 14315 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14316 "keywords": [ 14317 "asn1", 14318 "crypto", 14319 "itu", 14320 "pkcs" 14321 ], 14322 "license": "Apache-2.0 OR MIT", 14323 "license_file": null, 14324 "links": null, 14325 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/Cargo.toml", 14326 "metadata": { 14327 "docs": { 14328 "rs": { 14329 "all-features": true, 14330 "rustdoc-args": [ 14331 "--cfg", 14332 "docsrs" 14333 ] 14334 } 14335 } 14336 }, 14337 "name": "der", 14338 "publish": null, 14339 "readme": "README.md", 14340 "repository": "https://github.com/RustCrypto/formats/tree/master/der", 14341 "rust_version": "1.65", 14342 "source": "registry+https://github.com/rust-lang/crates.io-index", 14343 "targets": [ 14344 { 14345 "crate_types": [ 14346 "lib" 14347 ], 14348 "doc": true, 14349 "doctest": true, 14350 "edition": "2021", 14351 "kind": [ 14352 "lib" 14353 ], 14354 "name": "der", 14355 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs", 14356 "test": true 14357 }, 14358 { 14359 "crate_types": [ 14360 "bin" 14361 ], 14362 "doc": false, 14363 "doctest": false, 14364 "edition": "2021", 14365 "kind": [ 14366 "test" 14367 ], 14368 "name": "derive", 14369 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/tests/derive.rs", 14370 "test": true 14371 }, 14372 { 14373 "crate_types": [ 14374 "bin" 14375 ], 14376 "doc": false, 14377 "doctest": false, 14378 "edition": "2021", 14379 "kind": [ 14380 "test" 14381 ], 14382 "name": "set_of", 14383 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/tests/set_of.rs", 14384 "test": true 14385 }, 14386 { 14387 "crate_types": [ 14388 "bin" 14389 ], 14390 "doc": false, 14391 "doctest": false, 14392 "edition": "2021", 14393 "kind": [ 14394 "test" 14395 ], 14396 "name": "pem", 14397 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/tests/pem.rs", 14398 "test": true 14399 }, 14400 { 14401 "crate_types": [ 14402 "bin" 14403 ], 14404 "doc": false, 14405 "doctest": false, 14406 "edition": "2021", 14407 "kind": [ 14408 "test" 14409 ], 14410 "name": "datetime", 14411 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/tests/datetime.rs", 14412 "test": true 14413 } 14414 ], 14415 "version": "0.7.9" 14416 }, 14417 { 14418 "authors": [ 14419 "Jacob Pratt <[email protected]>" 14420 ], 14421 "categories": [], 14422 "default_run": null, 14423 "dependencies": [ 14424 { 14425 "features": [], 14426 "kind": null, 14427 "name": "num-traits", 14428 "optional": true, 14429 "registry": null, 14430 "rename": null, 14431 "req": "^0.2.15", 14432 "source": "registry+https://github.com/rust-lang/crates.io-index", 14433 "target": null, 14434 "uses_default_features": false 14435 }, 14436 { 14437 "features": [], 14438 "kind": null, 14439 "name": "powerfmt", 14440 "optional": true, 14441 "registry": null, 14442 "rename": null, 14443 "req": "^0.2.0", 14444 "source": "registry+https://github.com/rust-lang/crates.io-index", 14445 "target": null, 14446 "uses_default_features": false 14447 }, 14448 { 14449 "features": [], 14450 "kind": null, 14451 "name": "quickcheck", 14452 "optional": true, 14453 "registry": null, 14454 "rename": null, 14455 "req": "^1.0.3", 14456 "source": "registry+https://github.com/rust-lang/crates.io-index", 14457 "target": null, 14458 "uses_default_features": false 14459 }, 14460 { 14461 "features": [], 14462 "kind": null, 14463 "name": "rand", 14464 "optional": true, 14465 "registry": null, 14466 "rename": null, 14467 "req": "^0.8.4", 14468 "source": "registry+https://github.com/rust-lang/crates.io-index", 14469 "target": null, 14470 "uses_default_features": false 14471 }, 14472 { 14473 "features": [], 14474 "kind": null, 14475 "name": "serde", 14476 "optional": true, 14477 "registry": null, 14478 "rename": null, 14479 "req": "^1.0.126", 14480 "source": "registry+https://github.com/rust-lang/crates.io-index", 14481 "target": null, 14482 "uses_default_features": false 14483 }, 14484 { 14485 "features": [], 14486 "kind": "dev", 14487 "name": "rand", 14488 "optional": false, 14489 "registry": null, 14490 "rename": null, 14491 "req": "^0.8.4", 14492 "source": "registry+https://github.com/rust-lang/crates.io-index", 14493 "target": null, 14494 "uses_default_features": true 14495 }, 14496 { 14497 "features": [], 14498 "kind": "dev", 14499 "name": "serde_json", 14500 "optional": false, 14501 "registry": null, 14502 "rename": null, 14503 "req": "^1.0.86", 14504 "source": "registry+https://github.com/rust-lang/crates.io-index", 14505 "target": null, 14506 "uses_default_features": true 14507 } 14508 ], 14509 "description": "Ranged integers", 14510 "documentation": null, 14511 "edition": "2021", 14512 "features": { 14513 "alloc": [], 14514 "default": [ 14515 "std" 14516 ], 14517 "num": [ 14518 "dep:num-traits" 14519 ], 14520 "powerfmt": [ 14521 "dep:powerfmt" 14522 ], 14523 "quickcheck": [ 14524 "dep:quickcheck", 14525 "alloc" 14526 ], 14527 "rand": [ 14528 "dep:rand" 14529 ], 14530 "serde": [ 14531 "dep:serde" 14532 ], 14533 "std": [ 14534 "alloc" 14535 ] 14536 }, 14537 "homepage": null, 14538 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14539 "keywords": [ 14540 "integer", 14541 "int", 14542 "range" 14543 ], 14544 "license": "MIT OR Apache-2.0", 14545 "license_file": null, 14546 "links": null, 14547 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/Cargo.toml", 14548 "metadata": { 14549 "docs": { 14550 "rs": { 14551 "all-features": true, 14552 "rustdoc-args": [ 14553 "--cfg", 14554 "docs_rs" 14555 ], 14556 "targets": [ 14557 "x86_64-unknown-linux-gnu" 14558 ] 14559 } 14560 } 14561 }, 14562 "name": "deranged", 14563 "publish": null, 14564 "readme": "README.md", 14565 "repository": "https://github.com/jhpratt/deranged", 14566 "rust_version": "1.67.0", 14567 "source": "registry+https://github.com/rust-lang/crates.io-index", 14568 "targets": [ 14569 { 14570 "crate_types": [ 14571 "lib" 14572 ], 14573 "doc": true, 14574 "doctest": true, 14575 "edition": "2021", 14576 "kind": [ 14577 "lib" 14578 ], 14579 "name": "deranged", 14580 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs", 14581 "test": true 14582 } 14583 ], 14584 "version": "0.3.11" 14585 }, 14586 { 14587 "authors": [ 14588 "Kornel Lesinski <[email protected]>", 14589 "Amit Chowdhury <[email protected]>" 14590 ], 14591 "categories": [ 14592 "text-processing", 14593 "internationalization" 14594 ], 14595 "default_run": null, 14596 "dependencies": [], 14597 "description": "Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.", 14598 "documentation": "https://docs.rs/deunicode", 14599 "edition": "2021", 14600 "features": { 14601 "alloc": [], 14602 "default": [ 14603 "alloc" 14604 ] 14605 }, 14606 "homepage": "https://lib.rs/crates/deunicode", 14607 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14608 "keywords": [ 14609 "unidecode", 14610 "emoji", 14611 "Unicode", 14612 "ASCII", 14613 "transliteration" 14614 ], 14615 "license": "BSD-3-Clause", 14616 "license_file": null, 14617 "links": null, 14618 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/deunicode-1.4.3/Cargo.toml", 14619 "metadata": { 14620 "docs": { 14621 "rs": { 14622 "rustdoc-args": [ 14623 "--generate-link-to-definition" 14624 ], 14625 "targets": [ 14626 "x86_64-unknown-linux-gnu" 14627 ] 14628 } 14629 } 14630 }, 14631 "name": "deunicode", 14632 "publish": null, 14633 "readme": "README.md", 14634 "repository": "https://github.com/kornelski/deunicode/", 14635 "rust_version": "1.64", 14636 "source": "registry+https://github.com/rust-lang/crates.io-index", 14637 "targets": [ 14638 { 14639 "crate_types": [ 14640 "lib" 14641 ], 14642 "doc": true, 14643 "doctest": true, 14644 "edition": "2021", 14645 "kind": [ 14646 "lib" 14647 ], 14648 "name": "deunicode", 14649 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/deunicode-1.4.3/src/lib.rs", 14650 "test": true 14651 } 14652 ], 14653 "version": "1.4.3" 14654 }, 14655 { 14656 "authors": [ 14657 "RustCrypto Developers" 14658 ], 14659 "categories": [ 14660 "cryptography", 14661 "no-std" 14662 ], 14663 "default_run": null, 14664 "dependencies": [ 14665 { 14666 "features": [], 14667 "kind": null, 14668 "name": "blobby", 14669 "optional": true, 14670 "registry": null, 14671 "rename": null, 14672 "req": "^0.3", 14673 "source": "registry+https://github.com/rust-lang/crates.io-index", 14674 "target": null, 14675 "uses_default_features": true 14676 }, 14677 { 14678 "features": [], 14679 "kind": null, 14680 "name": "block-buffer", 14681 "optional": true, 14682 "registry": null, 14683 "rename": null, 14684 "req": "^0.10", 14685 "source": "registry+https://github.com/rust-lang/crates.io-index", 14686 "target": null, 14687 "uses_default_features": true 14688 }, 14689 { 14690 "features": [], 14691 "kind": null, 14692 "name": "const-oid", 14693 "optional": true, 14694 "registry": null, 14695 "rename": null, 14696 "req": "^0.9", 14697 "source": "registry+https://github.com/rust-lang/crates.io-index", 14698 "target": null, 14699 "uses_default_features": true 14700 }, 14701 { 14702 "features": [], 14703 "kind": null, 14704 "name": "crypto-common", 14705 "optional": false, 14706 "registry": null, 14707 "rename": null, 14708 "req": "^0.1.3", 14709 "source": "registry+https://github.com/rust-lang/crates.io-index", 14710 "target": null, 14711 "uses_default_features": true 14712 }, 14713 { 14714 "features": [], 14715 "kind": null, 14716 "name": "subtle", 14717 "optional": true, 14718 "registry": null, 14719 "rename": null, 14720 "req": "^2.4", 14721 "source": "registry+https://github.com/rust-lang/crates.io-index", 14722 "target": null, 14723 "uses_default_features": false 14724 } 14725 ], 14726 "description": "Traits for cryptographic hash functions and message authentication codes", 14727 "documentation": "https://docs.rs/digest", 14728 "edition": "2018", 14729 "features": { 14730 "alloc": [], 14731 "blobby": [ 14732 "dep:blobby" 14733 ], 14734 "block-buffer": [ 14735 "dep:block-buffer" 14736 ], 14737 "const-oid": [ 14738 "dep:const-oid" 14739 ], 14740 "core-api": [ 14741 "block-buffer" 14742 ], 14743 "default": [ 14744 "core-api" 14745 ], 14746 "dev": [ 14747 "blobby" 14748 ], 14749 "mac": [ 14750 "subtle" 14751 ], 14752 "oid": [ 14753 "const-oid" 14754 ], 14755 "rand_core": [ 14756 "crypto-common/rand_core" 14757 ], 14758 "std": [ 14759 "alloc", 14760 "crypto-common/std" 14761 ], 14762 "subtle": [ 14763 "dep:subtle" 14764 ] 14765 }, 14766 "homepage": null, 14767 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14768 "keywords": [ 14769 "digest", 14770 "crypto", 14771 "hash" 14772 ], 14773 "license": "MIT OR Apache-2.0", 14774 "license_file": null, 14775 "links": null, 14776 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/Cargo.toml", 14777 "metadata": { 14778 "docs": { 14779 "rs": { 14780 "all-features": true, 14781 "rustdoc-args": [ 14782 "--cfg", 14783 "docsrs" 14784 ] 14785 } 14786 } 14787 }, 14788 "name": "digest", 14789 "publish": null, 14790 "readme": "README.md", 14791 "repository": "https://github.com/RustCrypto/traits", 14792 "rust_version": null, 14793 "source": "registry+https://github.com/rust-lang/crates.io-index", 14794 "targets": [ 14795 { 14796 "crate_types": [ 14797 "lib" 14798 ], 14799 "doc": true, 14800 "doctest": true, 14801 "edition": "2018", 14802 "kind": [ 14803 "lib" 14804 ], 14805 "name": "digest", 14806 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs", 14807 "test": true 14808 } 14809 ], 14810 "version": "0.10.7" 14811 }, 14812 { 14813 "authors": [ 14814 "The @xdg-rs members" 14815 ], 14816 "categories": [], 14817 "default_run": null, 14818 "dependencies": [ 14819 { 14820 "features": [], 14821 "kind": null, 14822 "name": "cfg-if", 14823 "optional": false, 14824 "registry": null, 14825 "rename": null, 14826 "req": "^1.0.0", 14827 "source": "registry+https://github.com/rust-lang/crates.io-index", 14828 "target": null, 14829 "uses_default_features": true 14830 }, 14831 { 14832 "features": [], 14833 "kind": null, 14834 "name": "dirs-sys-next", 14835 "optional": false, 14836 "registry": null, 14837 "rename": null, 14838 "req": "^0.1", 14839 "source": "registry+https://github.com/rust-lang/crates.io-index", 14840 "target": null, 14841 "uses_default_features": true 14842 } 14843 ], 14844 "description": "A tiny low-level library that provides platform-specific standard locations\nof directories for config, cache and other data on Linux, Windows, macOS\nand Redox by leveraging the mechanisms defined by the XDG base/user\ndirectory specifications on Linux, the Known Folder API on Windows,\nand the Standard Directory guidelines on macOS.\n", 14845 "documentation": null, 14846 "edition": "2018", 14847 "features": {}, 14848 "homepage": null, 14849 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14850 "keywords": [ 14851 "xdg", 14852 "basedir", 14853 "app_dirs", 14854 "path", 14855 "folder" 14856 ], 14857 "license": "MIT OR Apache-2.0", 14858 "license_file": null, 14859 "links": null, 14860 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/Cargo.toml", 14861 "metadata": null, 14862 "name": "dirs-next", 14863 "publish": null, 14864 "readme": "README.md", 14865 "repository": "https://github.com/xdg-rs/dirs", 14866 "rust_version": null, 14867 "source": "registry+https://github.com/rust-lang/crates.io-index", 14868 "targets": [ 14869 { 14870 "crate_types": [ 14871 "lib" 14872 ], 14873 "doc": true, 14874 "doctest": true, 14875 "edition": "2018", 14876 "kind": [ 14877 "lib" 14878 ], 14879 "name": "dirs_next", 14880 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs", 14881 "test": true 14882 } 14883 ], 14884 "version": "2.0.0" 14885 }, 14886 { 14887 "authors": [ 14888 "The @xdg-rs members" 14889 ], 14890 "categories": [], 14891 "default_run": null, 14892 "dependencies": [ 14893 { 14894 "features": [], 14895 "kind": null, 14896 "name": "redox_users", 14897 "optional": false, 14898 "registry": null, 14899 "rename": null, 14900 "req": "^0.4.0", 14901 "source": "registry+https://github.com/rust-lang/crates.io-index", 14902 "target": "cfg(target_os = \"redox\")", 14903 "uses_default_features": false 14904 }, 14905 { 14906 "features": [], 14907 "kind": null, 14908 "name": "libc", 14909 "optional": false, 14910 "registry": null, 14911 "rename": null, 14912 "req": "^0.2", 14913 "source": "registry+https://github.com/rust-lang/crates.io-index", 14914 "target": "cfg(unix)", 14915 "uses_default_features": true 14916 }, 14917 { 14918 "features": [ 14919 "knownfolders", 14920 "objbase", 14921 "shlobj", 14922 "winbase", 14923 "winerror" 14924 ], 14925 "kind": null, 14926 "name": "winapi", 14927 "optional": false, 14928 "registry": null, 14929 "rename": null, 14930 "req": "^0.3", 14931 "source": "registry+https://github.com/rust-lang/crates.io-index", 14932 "target": "cfg(windows)", 14933 "uses_default_features": true 14934 } 14935 ], 14936 "description": "system-level helper functions for the dirs and directories crates", 14937 "documentation": null, 14938 "edition": "2018", 14939 "features": {}, 14940 "homepage": null, 14941 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 14942 "keywords": [], 14943 "license": "MIT OR Apache-2.0", 14944 "license_file": null, 14945 "links": null, 14946 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/Cargo.toml", 14947 "metadata": null, 14948 "name": "dirs-sys-next", 14949 "publish": null, 14950 "readme": "README.md", 14951 "repository": "https://github.com/xdg-rs/dirs/tree/master/dirs-sys", 14952 "rust_version": null, 14953 "source": "registry+https://github.com/rust-lang/crates.io-index", 14954 "targets": [ 14955 { 14956 "crate_types": [ 14957 "lib" 14958 ], 14959 "doc": true, 14960 "doctest": true, 14961 "edition": "2018", 14962 "kind": [ 14963 "lib" 14964 ], 14965 "name": "dirs_sys_next", 14966 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs", 14967 "test": true 14968 } 14969 ], 14970 "version": "0.1.2" 14971 }, 14972 { 14973 "authors": [ 14974 "Tobie Morgan Hitchcock <[email protected]>" 14975 ], 14976 "categories": [ 14977 "algorithms", 14978 "text-editors", 14979 "text-processing" 14980 ], 14981 "default_run": null, 14982 "dependencies": [ 14983 { 14984 "features": [], 14985 "kind": null, 14986 "name": "urlencoding", 14987 "optional": false, 14988 "registry": null, 14989 "rename": null, 14990 "req": "^2.1.2", 14991 "source": "registry+https://github.com/rust-lang/crates.io-index", 14992 "target": null, 14993 "uses_default_features": true 14994 } 14995 ], 14996 "description": "A high-performance library in that manipulates plain text", 14997 "documentation": null, 14998 "edition": "2021", 14999 "features": {}, 15000 "homepage": "https://github.com/surrealdb/dmp", 15001 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15002 "keywords": [ 15003 "dmp", 15004 "diff", 15005 "diff-match-patch" 15006 ], 15007 "license": "MIT", 15008 "license_file": null, 15009 "links": null, 15010 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/dmp-0.2.0/Cargo.toml", 15011 "metadata": null, 15012 "name": "dmp", 15013 "publish": null, 15014 "readme": "README.md", 15015 "repository": "https://github.com/surrealdb/dmp", 15016 "rust_version": null, 15017 "source": "registry+https://github.com/rust-lang/crates.io-index", 15018 "targets": [ 15019 { 15020 "crate_types": [ 15021 "lib" 15022 ], 15023 "doc": true, 15024 "doctest": true, 15025 "edition": "2021", 15026 "kind": [ 15027 "lib" 15028 ], 15029 "name": "dmp", 15030 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/dmp-0.2.0/src/lib.rs", 15031 "test": true 15032 } 15033 ], 15034 "version": "0.2.0" 15035 }, 15036 { 15037 "authors": [ 15038 "Guillaume Gomez <[email protected]>" 15039 ], 15040 "categories": [], 15041 "default_run": null, 15042 "dependencies": [], 15043 "description": "Macro to generate doc comments", 15044 "documentation": "http://docs.rs/crate/doc-comment", 15045 "edition": "2015", 15046 "features": { 15047 "no_core": [], 15048 "old_macros": [] 15049 }, 15050 "homepage": null, 15051 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15052 "keywords": [], 15053 "license": "MIT", 15054 "license_file": null, 15055 "links": null, 15056 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/Cargo.toml", 15057 "metadata": null, 15058 "name": "doc-comment", 15059 "publish": null, 15060 "readme": "README.md", 15061 "repository": "https://github.com/GuillaumeGomez/doc-comment", 15062 "rust_version": null, 15063 "source": "registry+https://github.com/rust-lang/crates.io-index", 15064 "targets": [ 15065 { 15066 "crate_types": [ 15067 "lib" 15068 ], 15069 "doc": true, 15070 "doctest": true, 15071 "edition": "2015", 15072 "kind": [ 15073 "lib" 15074 ], 15075 "name": "doc_comment", 15076 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs", 15077 "test": true 15078 }, 15079 { 15080 "crate_types": [ 15081 "bin" 15082 ], 15083 "doc": false, 15084 "doctest": false, 15085 "edition": "2015", 15086 "kind": [ 15087 "custom-build" 15088 ], 15089 "name": "build-script-build", 15090 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs", 15091 "test": false 15092 } 15093 ], 15094 "version": "0.3.3" 15095 }, 15096 { 15097 "authors": [], 15098 "categories": [], 15099 "default_run": null, 15100 "dependencies": [ 15101 { 15102 "features": [], 15103 "kind": null, 15104 "name": "itertools", 15105 "optional": false, 15106 "registry": null, 15107 "rename": null, 15108 "req": "^0.11", 15109 "source": "registry+https://github.com/rust-lang/crates.io-index", 15110 "target": null, 15111 "uses_default_features": true 15112 }, 15113 { 15114 "features": [], 15115 "kind": null, 15116 "name": "num-traits", 15117 "optional": false, 15118 "registry": null, 15119 "rename": null, 15120 "req": "^0.2", 15121 "source": "registry+https://github.com/rust-lang/crates.io-index", 15122 "target": null, 15123 "uses_default_features": true 15124 }, 15125 { 15126 "features": [], 15127 "kind": "dev", 15128 "name": "criterion", 15129 "optional": false, 15130 "registry": null, 15131 "rename": null, 15132 "req": "^0.5", 15133 "source": "registry+https://github.com/rust-lang/crates.io-index", 15134 "target": null, 15135 "uses_default_features": true 15136 }, 15137 { 15138 "features": [], 15139 "kind": "dev", 15140 "name": "serde", 15141 "optional": false, 15142 "registry": null, 15143 "rename": null, 15144 "req": "^1.0.188", 15145 "source": "registry+https://github.com/rust-lang/crates.io-index", 15146 "target": null, 15147 "uses_default_features": true 15148 }, 15149 { 15150 "features": [], 15151 "kind": "dev", 15152 "name": "serde_derive", 15153 "optional": false, 15154 "registry": null, 15155 "rename": null, 15156 "req": "^1.0.188", 15157 "source": "registry+https://github.com/rust-lang/crates.io-index", 15158 "target": null, 15159 "uses_default_features": true 15160 }, 15161 { 15162 "features": [], 15163 "kind": "dev", 15164 "name": "serde_json", 15165 "optional": false, 15166 "registry": null, 15167 "rename": null, 15168 "req": "^1.0.107", 15169 "source": "registry+https://github.com/rust-lang/crates.io-index", 15170 "target": null, 15171 "uses_default_features": true 15172 } 15173 ], 15174 "description": "port of MapBox's earcut triangulation code to Rust language", 15175 "documentation": null, 15176 "edition": "2021", 15177 "features": {}, 15178 "homepage": null, 15179 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15180 "keywords": [], 15181 "license": "ISC", 15182 "license_file": null, 15183 "links": null, 15184 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/earcutr-0.4.3/Cargo.toml", 15185 "metadata": null, 15186 "name": "earcutr", 15187 "publish": null, 15188 "readme": "README.md", 15189 "repository": "https://github.com/frewsxcv/earcutr/", 15190 "rust_version": null, 15191 "source": "registry+https://github.com/rust-lang/crates.io-index", 15192 "targets": [ 15193 { 15194 "crate_types": [ 15195 "lib" 15196 ], 15197 "doc": true, 15198 "doctest": true, 15199 "edition": "2021", 15200 "kind": [ 15201 "lib" 15202 ], 15203 "name": "earcutr", 15204 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/earcutr-0.4.3/src/lib.rs", 15205 "test": true 15206 }, 15207 { 15208 "crate_types": [ 15209 "bin" 15210 ], 15211 "doc": false, 15212 "doctest": false, 15213 "edition": "2021", 15214 "kind": [ 15215 "example" 15216 ], 15217 "name": "main", 15218 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/earcutr-0.4.3/examples/main.rs", 15219 "test": false 15220 }, 15221 { 15222 "crate_types": [ 15223 "bin" 15224 ], 15225 "doc": false, 15226 "doctest": false, 15227 "edition": "2021", 15228 "kind": [ 15229 "test" 15230 ], 15231 "name": "integration_test", 15232 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/earcutr-0.4.3/tests/integration_test.rs", 15233 "test": true 15234 }, 15235 { 15236 "crate_types": [ 15237 "bin" 15238 ], 15239 "doc": false, 15240 "doctest": false, 15241 "edition": "2021", 15242 "kind": [ 15243 "bench" 15244 ], 15245 "name": "speedtest", 15246 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/earcutr-0.4.3/benches/speedtest.rs", 15247 "test": false 15248 } 15249 ], 15250 "version": "0.4.3" 15251 }, 15252 { 15253 "authors": [ 15254 "bluss" 15255 ], 15256 "categories": [ 15257 "data-structures", 15258 "no-std" 15259 ], 15260 "default_run": null, 15261 "dependencies": [ 15262 { 15263 "features": [ 15264 "derive" 15265 ], 15266 "kind": null, 15267 "name": "serde", 15268 "optional": true, 15269 "registry": null, 15270 "rename": null, 15271 "req": "^1.0", 15272 "source": "registry+https://github.com/rust-lang/crates.io-index", 15273 "target": null, 15274 "uses_default_features": true 15275 }, 15276 { 15277 "features": [], 15278 "kind": "dev", 15279 "name": "serde_json", 15280 "optional": false, 15281 "registry": null, 15282 "rename": null, 15283 "req": "^1.0.0", 15284 "source": "registry+https://github.com/rust-lang/crates.io-index", 15285 "target": null, 15286 "uses_default_features": true 15287 } 15288 ], 15289 "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", 15290 "documentation": "https://docs.rs/either/1/", 15291 "edition": "2018", 15292 "features": { 15293 "default": [ 15294 "use_std" 15295 ], 15296 "serde": [ 15297 "dep:serde" 15298 ], 15299 "use_std": [] 15300 }, 15301 "homepage": null, 15302 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15303 "keywords": [ 15304 "data-structure", 15305 "no_std" 15306 ], 15307 "license": "MIT OR Apache-2.0", 15308 "license_file": null, 15309 "links": null, 15310 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/Cargo.toml", 15311 "metadata": { 15312 "docs": { 15313 "rs": { 15314 "features": [ 15315 "serde" 15316 ] 15317 } 15318 }, 15319 "release": { 15320 "no-dev-version": true, 15321 "tag-name": "{{version}}" 15322 } 15323 }, 15324 "name": "either", 15325 "publish": null, 15326 "readme": "README-crates.io.md", 15327 "repository": "https://github.com/rayon-rs/either", 15328 "rust_version": "1.36", 15329 "source": "registry+https://github.com/rust-lang/crates.io-index", 15330 "targets": [ 15331 { 15332 "crate_types": [ 15333 "lib" 15334 ], 15335 "doc": true, 15336 "doctest": true, 15337 "edition": "2018", 15338 "kind": [ 15339 "lib" 15340 ], 15341 "name": "either", 15342 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs", 15343 "test": true 15344 } 15345 ], 15346 "version": "1.10.0" 15347 }, 15348 { 15349 "authors": [ 15350 "Niko Matsakis <[email protected]>" 15351 ], 15352 "categories": [], 15353 "default_run": null, 15354 "dependencies": [ 15355 { 15356 "features": [], 15357 "kind": null, 15358 "name": "dogged", 15359 "optional": true, 15360 "registry": null, 15361 "rename": null, 15362 "req": "^0.2.0", 15363 "source": "registry+https://github.com/rust-lang/crates.io-index", 15364 "target": null, 15365 "uses_default_features": true 15366 }, 15367 { 15368 "features": [], 15369 "kind": null, 15370 "name": "log", 15371 "optional": false, 15372 "registry": null, 15373 "rename": null, 15374 "req": "^0.4", 15375 "source": "registry+https://github.com/rust-lang/crates.io-index", 15376 "target": null, 15377 "uses_default_features": true 15378 } 15379 ], 15380 "description": "Union-find, congruence closure, and other unification code. Based on code from rustc.", 15381 "documentation": null, 15382 "edition": "2015", 15383 "features": { 15384 "bench": [], 15385 "dogged": [ 15386 "dep:dogged" 15387 ], 15388 "persistent": [ 15389 "dogged" 15390 ] 15391 }, 15392 "homepage": "https://github.com/rust-lang/ena", 15393 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15394 "keywords": [ 15395 "unification", 15396 "union-find" 15397 ], 15398 "license": "MIT OR Apache-2.0", 15399 "license_file": null, 15400 "links": null, 15401 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/Cargo.toml", 15402 "metadata": null, 15403 "name": "ena", 15404 "publish": null, 15405 "readme": "README.md", 15406 "repository": "https://github.com/rust-lang/ena", 15407 "rust_version": null, 15408 "source": "registry+https://github.com/rust-lang/crates.io-index", 15409 "targets": [ 15410 { 15411 "crate_types": [ 15412 "lib" 15413 ], 15414 "doc": true, 15415 "doctest": true, 15416 "edition": "2015", 15417 "kind": [ 15418 "lib" 15419 ], 15420 "name": "ena", 15421 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs", 15422 "test": true 15423 }, 15424 { 15425 "crate_types": [ 15426 "bin" 15427 ], 15428 "doc": false, 15429 "doctest": false, 15430 "edition": "2015", 15431 "kind": [ 15432 "test" 15433 ], 15434 "name": "external_undo_log", 15435 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/tests/external_undo_log.rs", 15436 "test": true 15437 } 15438 ], 15439 "version": "0.14.2" 15440 }, 15441 { 15442 "authors": [ 15443 "Henri Sivonen <[email protected]>" 15444 ], 15445 "categories": [ 15446 "text-processing", 15447 "encoding", 15448 "web-programming", 15449 "internationalization" 15450 ], 15451 "default_run": null, 15452 "dependencies": [ 15453 { 15454 "features": [], 15455 "kind": null, 15456 "name": "cfg-if", 15457 "optional": false, 15458 "registry": null, 15459 "rename": null, 15460 "req": "^1.0", 15461 "source": "registry+https://github.com/rust-lang/crates.io-index", 15462 "target": null, 15463 "uses_default_features": true 15464 }, 15465 { 15466 "features": [], 15467 "kind": null, 15468 "name": "packed_simd", 15469 "optional": true, 15470 "registry": null, 15471 "rename": null, 15472 "req": "^0.3.9", 15473 "source": "registry+https://github.com/rust-lang/crates.io-index", 15474 "target": null, 15475 "uses_default_features": true 15476 }, 15477 { 15478 "features": [], 15479 "kind": null, 15480 "name": "serde", 15481 "optional": true, 15482 "registry": null, 15483 "rename": null, 15484 "req": "^1.0", 15485 "source": "registry+https://github.com/rust-lang/crates.io-index", 15486 "target": null, 15487 "uses_default_features": true 15488 }, 15489 { 15490 "features": [], 15491 "kind": "dev", 15492 "name": "bincode", 15493 "optional": false, 15494 "registry": null, 15495 "rename": null, 15496 "req": "^1.0", 15497 "source": "registry+https://github.com/rust-lang/crates.io-index", 15498 "target": null, 15499 "uses_default_features": true 15500 }, 15501 { 15502 "features": [], 15503 "kind": "dev", 15504 "name": "serde_derive", 15505 "optional": false, 15506 "registry": null, 15507 "rename": null, 15508 "req": "^1.0", 15509 "source": "registry+https://github.com/rust-lang/crates.io-index", 15510 "target": null, 15511 "uses_default_features": true 15512 }, 15513 { 15514 "features": [], 15515 "kind": "dev", 15516 "name": "serde_json", 15517 "optional": false, 15518 "registry": null, 15519 "rename": null, 15520 "req": "^1.0", 15521 "source": "registry+https://github.com/rust-lang/crates.io-index", 15522 "target": null, 15523 "uses_default_features": true 15524 } 15525 ], 15526 "description": "A Gecko-oriented implementation of the Encoding Standard", 15527 "documentation": "https://docs.rs/encoding_rs/", 15528 "edition": "2018", 15529 "features": { 15530 "alloc": [], 15531 "default": [ 15532 "alloc" 15533 ], 15534 "fast-big5-hanzi-encode": [], 15535 "fast-gb-hanzi-encode": [], 15536 "fast-hangul-encode": [], 15537 "fast-hanja-encode": [], 15538 "fast-kanji-encode": [], 15539 "fast-legacy-encode": [ 15540 "fast-hangul-encode", 15541 "fast-hanja-encode", 15542 "fast-kanji-encode", 15543 "fast-gb-hanzi-encode", 15544 "fast-big5-hanzi-encode" 15545 ], 15546 "less-slow-big5-hanzi-encode": [], 15547 "less-slow-gb-hanzi-encode": [], 15548 "less-slow-kanji-encode": [], 15549 "packed_simd": [ 15550 "dep:packed_simd" 15551 ], 15552 "serde": [ 15553 "dep:serde" 15554 ], 15555 "simd-accel": [ 15556 "packed_simd", 15557 "packed_simd/into_bits" 15558 ] 15559 }, 15560 "homepage": "https://docs.rs/encoding_rs/", 15561 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15562 "keywords": [ 15563 "encoding", 15564 "web", 15565 "unicode", 15566 "charset" 15567 ], 15568 "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", 15569 "license_file": null, 15570 "links": null, 15571 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/Cargo.toml", 15572 "metadata": null, 15573 "name": "encoding_rs", 15574 "publish": null, 15575 "readme": "README.md", 15576 "repository": "https://github.com/hsivonen/encoding_rs", 15577 "rust_version": null, 15578 "source": "registry+https://github.com/rust-lang/crates.io-index", 15579 "targets": [ 15580 { 15581 "crate_types": [ 15582 "lib" 15583 ], 15584 "doc": true, 15585 "doctest": true, 15586 "edition": "2018", 15587 "kind": [ 15588 "lib" 15589 ], 15590 "name": "encoding_rs", 15591 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs", 15592 "test": true 15593 } 15594 ], 15595 "version": "0.8.33" 15596 }, 15597 { 15598 "authors": [ 15599 "Lolirofle <[email protected]>" 15600 ], 15601 "categories": [], 15602 "default_run": null, 15603 "dependencies": [], 15604 "description": "Type safe wrappers for types with a defined byte order", 15605 "documentation": null, 15606 "edition": "2015", 15607 "features": {}, 15608 "homepage": "https://github.com/Lolirofle/endian-type", 15609 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15610 "keywords": [ 15611 "endian", 15612 "byteorder" 15613 ], 15614 "license": "MIT", 15615 "license_file": null, 15616 "links": null, 15617 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/Cargo.toml", 15618 "metadata": null, 15619 "name": "endian-type", 15620 "publish": null, 15621 "readme": null, 15622 "repository": "https://github.com/Lolirofle/endian-type.git", 15623 "rust_version": null, 15624 "source": "registry+https://github.com/rust-lang/crates.io-index", 15625 "targets": [ 15626 { 15627 "crate_types": [ 15628 "lib" 15629 ], 15630 "doc": true, 15631 "doctest": true, 15632 "edition": "2015", 15633 "kind": [ 15634 "lib" 15635 ], 15636 "name": "endian_type", 15637 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs", 15638 "test": true 15639 } 15640 ], 15641 "version": "0.1.2" 15642 }, 15643 { 15644 "authors": [], 15645 "categories": [ 15646 "data-structures", 15647 "no-std" 15648 ], 15649 "default_run": null, 15650 "dependencies": [], 15651 "description": "Traits for key comparison in maps.", 15652 "documentation": null, 15653 "edition": "2015", 15654 "features": {}, 15655 "homepage": null, 15656 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15657 "keywords": [ 15658 "hashmap", 15659 "no_std" 15660 ], 15661 "license": "Apache-2.0 OR MIT", 15662 "license_file": null, 15663 "links": null, 15664 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml", 15665 "metadata": null, 15666 "name": "equivalent", 15667 "publish": null, 15668 "readme": "README.md", 15669 "repository": "https://github.com/cuviper/equivalent", 15670 "rust_version": "1.6", 15671 "source": "registry+https://github.com/rust-lang/crates.io-index", 15672 "targets": [ 15673 { 15674 "crate_types": [ 15675 "lib" 15676 ], 15677 "doc": true, 15678 "doctest": true, 15679 "edition": "2015", 15680 "kind": [ 15681 "lib" 15682 ], 15683 "name": "equivalent", 15684 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs", 15685 "test": true 15686 } 15687 ], 15688 "version": "1.0.1" 15689 }, 15690 { 15691 "authors": [ 15692 "Stjepan Glavina <[email protected]>" 15693 ], 15694 "categories": [ 15695 "asynchronous", 15696 "concurrency" 15697 ], 15698 "default_run": null, 15699 "dependencies": [ 15700 { 15701 "features": [ 15702 "std" 15703 ], 15704 "kind": "dev", 15705 "name": "futures", 15706 "optional": false, 15707 "registry": null, 15708 "rename": null, 15709 "req": "^0.3", 15710 "source": "registry+https://github.com/rust-lang/crates.io-index", 15711 "target": null, 15712 "uses_default_features": false 15713 }, 15714 { 15715 "features": [], 15716 "kind": "dev", 15717 "name": "waker-fn", 15718 "optional": false, 15719 "registry": null, 15720 "rename": null, 15721 "req": "^1", 15722 "source": "registry+https://github.com/rust-lang/crates.io-index", 15723 "target": null, 15724 "uses_default_features": true 15725 } 15726 ], 15727 "description": "Notify async tasks or threads", 15728 "documentation": null, 15729 "edition": "2018", 15730 "features": {}, 15731 "homepage": null, 15732 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15733 "keywords": [ 15734 "condvar", 15735 "eventcount", 15736 "wake", 15737 "blocking", 15738 "park" 15739 ], 15740 "license": "Apache-2.0 OR MIT", 15741 "license_file": null, 15742 "links": null, 15743 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/Cargo.toml", 15744 "metadata": null, 15745 "name": "event-listener", 15746 "publish": null, 15747 "readme": "README.md", 15748 "repository": "https://github.com/smol-rs/event-listener", 15749 "rust_version": "1.36", 15750 "source": "registry+https://github.com/rust-lang/crates.io-index", 15751 "targets": [ 15752 { 15753 "crate_types": [ 15754 "lib" 15755 ], 15756 "doc": true, 15757 "doctest": true, 15758 "edition": "2018", 15759 "kind": [ 15760 "lib" 15761 ], 15762 "name": "event_listener", 15763 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs", 15764 "test": true 15765 }, 15766 { 15767 "crate_types": [ 15768 "bin" 15769 ], 15770 "doc": false, 15771 "doctest": false, 15772 "edition": "2018", 15773 "kind": [ 15774 "example" 15775 ], 15776 "name": "mutex", 15777 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/examples/mutex.rs", 15778 "test": false 15779 }, 15780 { 15781 "crate_types": [ 15782 "bin" 15783 ], 15784 "doc": false, 15785 "doctest": false, 15786 "edition": "2018", 15787 "kind": [ 15788 "test" 15789 ], 15790 "name": "notify", 15791 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/tests/notify.rs", 15792 "test": true 15793 } 15794 ], 15795 "version": "2.5.3" 15796 }, 15797 { 15798 "authors": [ 15799 "Stjepan Glavina <[email protected]>" 15800 ], 15801 "categories": [ 15802 "asynchronous", 15803 "concurrency" 15804 ], 15805 "default_run": null, 15806 "dependencies": [ 15807 { 15808 "features": [], 15809 "kind": null, 15810 "name": "concurrent-queue", 15811 "optional": false, 15812 "registry": null, 15813 "rename": null, 15814 "req": "^2.2.0", 15815 "source": "registry+https://github.com/rust-lang/crates.io-index", 15816 "target": null, 15817 "uses_default_features": false 15818 }, 15819 { 15820 "features": [], 15821 "kind": null, 15822 "name": "pin-project-lite", 15823 "optional": false, 15824 "registry": null, 15825 "rename": null, 15826 "req": "^0.2.12", 15827 "source": "registry+https://github.com/rust-lang/crates.io-index", 15828 "target": null, 15829 "uses_default_features": true 15830 }, 15831 { 15832 "features": [ 15833 "alloc" 15834 ], 15835 "kind": null, 15836 "name": "portable-atomic-util", 15837 "optional": true, 15838 "registry": null, 15839 "rename": null, 15840 "req": "^0.1.4", 15841 "source": "registry+https://github.com/rust-lang/crates.io-index", 15842 "target": null, 15843 "uses_default_features": false 15844 }, 15845 { 15846 "features": [], 15847 "kind": null, 15848 "name": "portable-atomic", 15849 "optional": true, 15850 "registry": null, 15851 "rename": "portable_atomic_crate", 15852 "req": "^1.2.0", 15853 "source": "registry+https://github.com/rust-lang/crates.io-index", 15854 "target": null, 15855 "uses_default_features": false 15856 }, 15857 { 15858 "features": [ 15859 "cargo_bench_support" 15860 ], 15861 "kind": "dev", 15862 "name": "criterion", 15863 "optional": false, 15864 "registry": null, 15865 "rename": null, 15866 "req": "^0.5", 15867 "source": "registry+https://github.com/rust-lang/crates.io-index", 15868 "target": null, 15869 "uses_default_features": false 15870 }, 15871 { 15872 "features": [], 15873 "kind": "dev", 15874 "name": "futures-lite", 15875 "optional": false, 15876 "registry": null, 15877 "rename": null, 15878 "req": "^2.0.0", 15879 "source": "registry+https://github.com/rust-lang/crates.io-index", 15880 "target": null, 15881 "uses_default_features": true 15882 }, 15883 { 15884 "features": [], 15885 "kind": "dev", 15886 "name": "waker-fn", 15887 "optional": false, 15888 "registry": null, 15889 "rename": null, 15890 "req": "^1", 15891 "source": "registry+https://github.com/rust-lang/crates.io-index", 15892 "target": null, 15893 "uses_default_features": true 15894 }, 15895 { 15896 "features": [], 15897 "kind": null, 15898 "name": "parking", 15899 "optional": true, 15900 "registry": null, 15901 "rename": null, 15902 "req": "^2.0.0", 15903 "source": "registry+https://github.com/rust-lang/crates.io-index", 15904 "target": "cfg(not(target_family = \"wasm\"))", 15905 "uses_default_features": true 15906 }, 15907 { 15908 "features": [], 15909 "kind": "dev", 15910 "name": "wasm-bindgen-test", 15911 "optional": false, 15912 "registry": null, 15913 "rename": null, 15914 "req": "^0.3", 15915 "source": "registry+https://github.com/rust-lang/crates.io-index", 15916 "target": "cfg(target_family = \"wasm\")", 15917 "uses_default_features": true 15918 } 15919 ], 15920 "description": "Notify async tasks or threads", 15921 "documentation": null, 15922 "edition": "2021", 15923 "features": { 15924 "default": [ 15925 "std" 15926 ], 15927 "parking": [ 15928 "dep:parking" 15929 ], 15930 "portable-atomic": [ 15931 "portable-atomic-util", 15932 "portable_atomic_crate" 15933 ], 15934 "portable-atomic-util": [ 15935 "dep:portable-atomic-util" 15936 ], 15937 "portable_atomic_crate": [ 15938 "dep:portable_atomic_crate" 15939 ], 15940 "std": [ 15941 "concurrent-queue/std", 15942 "parking" 15943 ] 15944 }, 15945 "homepage": null, 15946 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 15947 "keywords": [ 15948 "condvar", 15949 "eventcount", 15950 "wake", 15951 "blocking", 15952 "park" 15953 ], 15954 "license": "Apache-2.0 OR MIT", 15955 "license_file": null, 15956 "links": null, 15957 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.0.3/Cargo.toml", 15958 "metadata": null, 15959 "name": "event-listener", 15960 "publish": null, 15961 "readme": "README.md", 15962 "repository": "https://github.com/smol-rs/event-listener", 15963 "rust_version": "1.60", 15964 "source": "registry+https://github.com/rust-lang/crates.io-index", 15965 "targets": [ 15966 { 15967 "crate_types": [ 15968 "lib" 15969 ], 15970 "doc": true, 15971 "doctest": true, 15972 "edition": "2021", 15973 "kind": [ 15974 "lib" 15975 ], 15976 "name": "event_listener", 15977 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.0.3/src/lib.rs", 15978 "test": true 15979 }, 15980 { 15981 "crate_types": [ 15982 "bin" 15983 ], 15984 "doc": false, 15985 "doctest": false, 15986 "edition": "2021", 15987 "kind": [ 15988 "example" 15989 ], 15990 "name": "mutex", 15991 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.0.3/examples/mutex.rs", 15992 "test": false 15993 }, 15994 { 15995 "crate_types": [ 15996 "bin" 15997 ], 15998 "doc": false, 15999 "doctest": false, 16000 "edition": "2021", 16001 "kind": [ 16002 "test" 16003 ], 16004 "name": "notify", 16005 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.0.3/tests/notify.rs", 16006 "test": true 16007 }, 16008 { 16009 "crate_types": [ 16010 "bin" 16011 ], 16012 "doc": false, 16013 "doctest": false, 16014 "edition": "2021", 16015 "kind": [ 16016 "bench" 16017 ], 16018 "name": "bench", 16019 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.0.3/benches/bench.rs", 16020 "test": false 16021 } 16022 ], 16023 "version": "4.0.3" 16024 }, 16025 { 16026 "authors": [ 16027 "John Nunley <[email protected]>" 16028 ], 16029 "categories": [ 16030 "asynchronous", 16031 "concurrency" 16032 ], 16033 "default_run": null, 16034 "dependencies": [ 16035 { 16036 "features": [], 16037 "kind": null, 16038 "name": "event-listener", 16039 "optional": false, 16040 "registry": null, 16041 "rename": null, 16042 "req": "^4.0.0", 16043 "source": "registry+https://github.com/rust-lang/crates.io-index", 16044 "target": null, 16045 "uses_default_features": false 16046 }, 16047 { 16048 "features": [], 16049 "kind": null, 16050 "name": "pin-project-lite", 16051 "optional": false, 16052 "registry": null, 16053 "rename": null, 16054 "req": "^0.2.12", 16055 "source": "registry+https://github.com/rust-lang/crates.io-index", 16056 "target": null, 16057 "uses_default_features": true 16058 }, 16059 { 16060 "features": [], 16061 "kind": "dev", 16062 "name": "futures-lite", 16063 "optional": false, 16064 "registry": null, 16065 "rename": null, 16066 "req": "^2.0.0", 16067 "source": "registry+https://github.com/rust-lang/crates.io-index", 16068 "target": null, 16069 "uses_default_features": true 16070 }, 16071 { 16072 "features": [], 16073 "kind": "dev", 16074 "name": "wasm-bindgen-test", 16075 "optional": false, 16076 "registry": null, 16077 "rename": null, 16078 "req": "^0.3.37", 16079 "source": "registry+https://github.com/rust-lang/crates.io-index", 16080 "target": "cfg(target_family = \"wasm\")", 16081 "uses_default_features": true 16082 } 16083 ], 16084 "description": "Block or poll on event_listener easily", 16085 "documentation": null, 16086 "edition": "2018", 16087 "features": { 16088 "default": [ 16089 "std" 16090 ], 16091 "std": [ 16092 "event-listener/std" 16093 ] 16094 }, 16095 "homepage": null, 16096 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16097 "keywords": [ 16098 "condvar", 16099 "envcount", 16100 "wake", 16101 "blocking", 16102 "park" 16103 ], 16104 "license": "Apache-2.0 OR MIT", 16105 "license_file": null, 16106 "links": null, 16107 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.4.0/Cargo.toml", 16108 "metadata": { 16109 "docs": { 16110 "rs": { 16111 "all-features": true, 16112 "rustdoc-args": [ 16113 "--cfg", 16114 "docsrs" 16115 ] 16116 } 16117 } 16118 }, 16119 "name": "event-listener-strategy", 16120 "publish": null, 16121 "readme": "README.md", 16122 "repository": "https://github.com/smol-rs/event-listener", 16123 "rust_version": "1.59", 16124 "source": "registry+https://github.com/rust-lang/crates.io-index", 16125 "targets": [ 16126 { 16127 "crate_types": [ 16128 "lib" 16129 ], 16130 "doc": true, 16131 "doctest": true, 16132 "edition": "2018", 16133 "kind": [ 16134 "lib" 16135 ], 16136 "name": "event_listener_strategy", 16137 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.4.0/src/lib.rs", 16138 "test": true 16139 }, 16140 { 16141 "crate_types": [ 16142 "bin" 16143 ], 16144 "doc": false, 16145 "doctest": false, 16146 "edition": "2018", 16147 "kind": [ 16148 "test" 16149 ], 16150 "name": "easy_wrapper", 16151 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.4.0/tests/easy_wrapper.rs", 16152 "test": true 16153 } 16154 ], 16155 "version": "0.4.0" 16156 }, 16157 { 16158 "authors": [ 16159 "Stjepan Glavina <[email protected]>" 16160 ], 16161 "categories": [ 16162 "algorithms" 16163 ], 16164 "default_run": null, 16165 "dependencies": [ 16166 { 16167 "features": [], 16168 "kind": "dev", 16169 "name": "getrandom", 16170 "optional": false, 16171 "registry": null, 16172 "rename": null, 16173 "req": "^0.2", 16174 "source": "registry+https://github.com/rust-lang/crates.io-index", 16175 "target": null, 16176 "uses_default_features": true 16177 }, 16178 { 16179 "features": [], 16180 "kind": "dev", 16181 "name": "rand", 16182 "optional": false, 16183 "registry": null, 16184 "rename": null, 16185 "req": "^0.8", 16186 "source": "registry+https://github.com/rust-lang/crates.io-index", 16187 "target": null, 16188 "uses_default_features": true 16189 }, 16190 { 16191 "features": [], 16192 "kind": "dev", 16193 "name": "wyhash", 16194 "optional": false, 16195 "registry": null, 16196 "rename": null, 16197 "req": "^0.5", 16198 "source": "registry+https://github.com/rust-lang/crates.io-index", 16199 "target": null, 16200 "uses_default_features": true 16201 }, 16202 { 16203 "features": [ 16204 "js" 16205 ], 16206 "kind": null, 16207 "name": "getrandom", 16208 "optional": true, 16209 "registry": null, 16210 "rename": null, 16211 "req": "^0.2", 16212 "source": "registry+https://github.com/rust-lang/crates.io-index", 16213 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 16214 "uses_default_features": true 16215 }, 16216 { 16217 "features": [ 16218 "js" 16219 ], 16220 "kind": "dev", 16221 "name": "getrandom", 16222 "optional": false, 16223 "registry": null, 16224 "rename": null, 16225 "req": "^0.2", 16226 "source": "registry+https://github.com/rust-lang/crates.io-index", 16227 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 16228 "uses_default_features": true 16229 }, 16230 { 16231 "features": [], 16232 "kind": "dev", 16233 "name": "wasm-bindgen-test", 16234 "optional": false, 16235 "registry": null, 16236 "rename": null, 16237 "req": "^0.3", 16238 "source": "registry+https://github.com/rust-lang/crates.io-index", 16239 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 16240 "uses_default_features": true 16241 } 16242 ], 16243 "description": "A simple and fast random number generator", 16244 "documentation": null, 16245 "edition": "2018", 16246 "features": { 16247 "alloc": [], 16248 "default": [ 16249 "std" 16250 ], 16251 "getrandom": [ 16252 "dep:getrandom" 16253 ], 16254 "js": [ 16255 "std", 16256 "getrandom" 16257 ], 16258 "std": [ 16259 "alloc" 16260 ] 16261 }, 16262 "homepage": null, 16263 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16264 "keywords": [ 16265 "simple", 16266 "fast", 16267 "rand", 16268 "random", 16269 "wyrand" 16270 ], 16271 "license": "Apache-2.0 OR MIT", 16272 "license_file": null, 16273 "links": null, 16274 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.2/Cargo.toml", 16275 "metadata": { 16276 "docs": { 16277 "rs": { 16278 "all-features": true, 16279 "rustdoc-args": [ 16280 "--cfg", 16281 "docsrs" 16282 ] 16283 } 16284 } 16285 }, 16286 "name": "fastrand", 16287 "publish": null, 16288 "readme": "README.md", 16289 "repository": "https://github.com/smol-rs/fastrand", 16290 "rust_version": "1.36", 16291 "source": "registry+https://github.com/rust-lang/crates.io-index", 16292 "targets": [ 16293 { 16294 "crate_types": [ 16295 "lib" 16296 ], 16297 "doc": true, 16298 "doctest": true, 16299 "edition": "2018", 16300 "kind": [ 16301 "lib" 16302 ], 16303 "name": "fastrand", 16304 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.2/src/lib.rs", 16305 "test": true 16306 }, 16307 { 16308 "crate_types": [ 16309 "bin" 16310 ], 16311 "doc": false, 16312 "doctest": false, 16313 "edition": "2018", 16314 "kind": [ 16315 "test" 16316 ], 16317 "name": "char", 16318 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.2/tests/char.rs", 16319 "test": true 16320 }, 16321 { 16322 "crate_types": [ 16323 "bin" 16324 ], 16325 "doc": false, 16326 "doctest": false, 16327 "edition": "2018", 16328 "kind": [ 16329 "test" 16330 ], 16331 "name": "smoke", 16332 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.2/tests/smoke.rs", 16333 "test": true 16334 }, 16335 { 16336 "crate_types": [ 16337 "bin" 16338 ], 16339 "doc": false, 16340 "doctest": false, 16341 "edition": "2018", 16342 "kind": [ 16343 "bench" 16344 ], 16345 "name": "bench", 16346 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.2/benches/bench.rs", 16347 "test": false 16348 } 16349 ], 16350 "version": "2.0.2" 16351 }, 16352 { 16353 "authors": [ 16354 "bluss" 16355 ], 16356 "categories": [ 16357 "data-structures" 16358 ], 16359 "default_run": null, 16360 "dependencies": [ 16361 { 16362 "features": [ 16363 "derive" 16364 ], 16365 "kind": null, 16366 "name": "serde", 16367 "optional": true, 16368 "registry": null, 16369 "rename": null, 16370 "req": "^1.0", 16371 "source": "registry+https://github.com/rust-lang/crates.io-index", 16372 "target": null, 16373 "uses_default_features": true 16374 }, 16375 { 16376 "features": [], 16377 "kind": "dev", 16378 "name": "serde_json", 16379 "optional": false, 16380 "registry": null, 16381 "rename": null, 16382 "req": "^1.0", 16383 "source": "registry+https://github.com/rust-lang/crates.io-index", 16384 "target": null, 16385 "uses_default_features": true 16386 } 16387 ], 16388 "description": "FixedBitSet is a simple bitset collection", 16389 "documentation": "https://docs.rs/fixedbitset/", 16390 "edition": "2015", 16391 "features": { 16392 "default": [ 16393 "std" 16394 ], 16395 "serde": [ 16396 "dep:serde" 16397 ], 16398 "std": [] 16399 }, 16400 "homepage": null, 16401 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16402 "keywords": [ 16403 "container", 16404 "data-structure", 16405 "bitvec", 16406 "bitset", 16407 "no_std" 16408 ], 16409 "license": "MIT/Apache-2.0", 16410 "license_file": null, 16411 "links": null, 16412 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/Cargo.toml", 16413 "metadata": { 16414 "release": { 16415 "no-dev-version": true, 16416 "tag-name": "{{version}}" 16417 } 16418 }, 16419 "name": "fixedbitset", 16420 "publish": null, 16421 "readme": "README.md", 16422 "repository": "https://github.com/petgraph/fixedbitset", 16423 "rust_version": null, 16424 "source": "registry+https://github.com/rust-lang/crates.io-index", 16425 "targets": [ 16426 { 16427 "crate_types": [ 16428 "lib" 16429 ], 16430 "doc": true, 16431 "doctest": true, 16432 "edition": "2015", 16433 "kind": [ 16434 "lib" 16435 ], 16436 "name": "fixedbitset", 16437 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs", 16438 "test": true 16439 }, 16440 { 16441 "crate_types": [ 16442 "bin" 16443 ], 16444 "doc": false, 16445 "doctest": false, 16446 "edition": "2015", 16447 "kind": [ 16448 "bench" 16449 ], 16450 "name": "benches", 16451 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/benches/benches.rs", 16452 "test": false 16453 } 16454 ], 16455 "version": "0.4.2" 16456 }, 16457 { 16458 "authors": [ 16459 "Bronson Brown-deVost <[email protected]>" 16460 ], 16461 "categories": [ 16462 "mathematics", 16463 "algorithms" 16464 ], 16465 "default_run": null, 16466 "dependencies": [ 16467 { 16468 "features": [ 16469 "html_reports" 16470 ], 16471 "kind": "dev", 16472 "name": "criterion", 16473 "optional": false, 16474 "registry": null, 16475 "rename": null, 16476 "req": "^0.4.0", 16477 "source": "registry+https://github.com/rust-lang/crates.io-index", 16478 "target": null, 16479 "uses_default_features": true 16480 }, 16481 { 16482 "features": [], 16483 "kind": "dev", 16484 "name": "fastrand", 16485 "optional": false, 16486 "registry": null, 16487 "rename": null, 16488 "req": "^1.8.0", 16489 "source": "registry+https://github.com/rust-lang/crates.io-index", 16490 "target": null, 16491 "uses_default_features": true 16492 } 16493 ], 16494 "description": "A trait for native rust f64/f32 nextafter", 16495 "documentation": null, 16496 "edition": "2018", 16497 "features": {}, 16498 "homepage": "https://gitlab.com/bronsonbdevost/next_afterf", 16499 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16500 "keywords": [ 16501 "float", 16502 "f64", 16503 "f32", 16504 "nextafter", 16505 "increment" 16506 ], 16507 "license": "MIT", 16508 "license_file": null, 16509 "links": null, 16510 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/float_next_after-1.0.0/Cargo.toml", 16511 "metadata": null, 16512 "name": "float_next_after", 16513 "publish": null, 16514 "readme": "README.md", 16515 "repository": "https://gitlab.com/bronsonbdevost/next_afterf", 16516 "rust_version": null, 16517 "source": "registry+https://github.com/rust-lang/crates.io-index", 16518 "targets": [ 16519 { 16520 "crate_types": [ 16521 "lib" 16522 ], 16523 "doc": true, 16524 "doctest": true, 16525 "edition": "2018", 16526 "kind": [ 16527 "lib" 16528 ], 16529 "name": "float_next_after", 16530 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/float_next_after-1.0.0/src/lib.rs", 16531 "test": true 16532 }, 16533 { 16534 "crate_types": [ 16535 "bin" 16536 ], 16537 "doc": false, 16538 "doctest": false, 16539 "edition": "2018", 16540 "kind": [ 16541 "bench" 16542 ], 16543 "name": "bench", 16544 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/float_next_after-1.0.0/benches/bench.rs", 16545 "test": false 16546 } 16547 ], 16548 "version": "1.0.0" 16549 }, 16550 { 16551 "authors": [ 16552 "Joshua Barretto <[email protected]>" 16553 ], 16554 "categories": [ 16555 "concurrency", 16556 "data-structures" 16557 ], 16558 "default_run": null, 16559 "dependencies": [ 16560 { 16561 "features": [], 16562 "kind": null, 16563 "name": "futures-core", 16564 "optional": true, 16565 "registry": null, 16566 "rename": null, 16567 "req": "^0.3", 16568 "source": "registry+https://github.com/rust-lang/crates.io-index", 16569 "target": null, 16570 "uses_default_features": false 16571 }, 16572 { 16573 "features": [], 16574 "kind": null, 16575 "name": "futures-sink", 16576 "optional": true, 16577 "registry": null, 16578 "rename": null, 16579 "req": "^0.3", 16580 "source": "registry+https://github.com/rust-lang/crates.io-index", 16581 "target": null, 16582 "uses_default_features": false 16583 }, 16584 { 16585 "features": [ 16586 "getrandom" 16587 ], 16588 "kind": null, 16589 "name": "nanorand", 16590 "optional": true, 16591 "registry": null, 16592 "rename": null, 16593 "req": "^0.7", 16594 "source": "registry+https://github.com/rust-lang/crates.io-index", 16595 "target": null, 16596 "uses_default_features": true 16597 }, 16598 { 16599 "features": [ 16600 "mutex" 16601 ], 16602 "kind": null, 16603 "name": "spin", 16604 "optional": false, 16605 "registry": null, 16606 "rename": "spin1", 16607 "req": "^0.9.8", 16608 "source": "registry+https://github.com/rust-lang/crates.io-index", 16609 "target": null, 16610 "uses_default_features": true 16611 }, 16612 { 16613 "features": [ 16614 "attributes", 16615 "unstable" 16616 ], 16617 "kind": "dev", 16618 "name": "async-std", 16619 "optional": false, 16620 "registry": null, 16621 "rename": null, 16622 "req": "^1.9.0", 16623 "source": "registry+https://github.com/rust-lang/crates.io-index", 16624 "target": null, 16625 "uses_default_features": true 16626 }, 16627 { 16628 "features": [], 16629 "kind": "dev", 16630 "name": "criterion", 16631 "optional": false, 16632 "registry": null, 16633 "rename": null, 16634 "req": "^0.3.4", 16635 "source": "registry+https://github.com/rust-lang/crates.io-index", 16636 "target": null, 16637 "uses_default_features": true 16638 }, 16639 { 16640 "features": [], 16641 "kind": "dev", 16642 "name": "crossbeam-channel", 16643 "optional": false, 16644 "registry": null, 16645 "rename": null, 16646 "req": "^0.5.5", 16647 "source": "registry+https://github.com/rust-lang/crates.io-index", 16648 "target": null, 16649 "uses_default_features": true 16650 }, 16651 { 16652 "features": [], 16653 "kind": "dev", 16654 "name": "crossbeam-utils", 16655 "optional": false, 16656 "registry": null, 16657 "rename": null, 16658 "req": "^0.8.10", 16659 "source": "registry+https://github.com/rust-lang/crates.io-index", 16660 "target": null, 16661 "uses_default_features": true 16662 }, 16663 { 16664 "features": [ 16665 "std" 16666 ], 16667 "kind": "dev", 16668 "name": "futures", 16669 "optional": false, 16670 "registry": null, 16671 "rename": null, 16672 "req": "^0.3", 16673 "source": "registry+https://github.com/rust-lang/crates.io-index", 16674 "target": null, 16675 "uses_default_features": true 16676 }, 16677 { 16678 "features": [], 16679 "kind": "dev", 16680 "name": "rand", 16681 "optional": false, 16682 "registry": null, 16683 "rename": null, 16684 "req": "^0.8.3", 16685 "source": "registry+https://github.com/rust-lang/crates.io-index", 16686 "target": null, 16687 "uses_default_features": true 16688 }, 16689 { 16690 "features": [ 16691 "rt", 16692 "macros" 16693 ], 16694 "kind": "dev", 16695 "name": "tokio", 16696 "optional": false, 16697 "registry": null, 16698 "rename": null, 16699 "req": "^1.16.1", 16700 "source": "registry+https://github.com/rust-lang/crates.io-index", 16701 "target": null, 16702 "uses_default_features": true 16703 }, 16704 { 16705 "features": [], 16706 "kind": "dev", 16707 "name": "waker-fn", 16708 "optional": false, 16709 "registry": null, 16710 "rename": null, 16711 "req": "^1.1.0", 16712 "source": "registry+https://github.com/rust-lang/crates.io-index", 16713 "target": null, 16714 "uses_default_features": true 16715 } 16716 ], 16717 "description": "A blazingly fast multi-producer channel", 16718 "documentation": "https://docs.rs/flume", 16719 "edition": "2018", 16720 "features": { 16721 "async": [ 16722 "futures-sink", 16723 "futures-core" 16724 ], 16725 "default": [ 16726 "async", 16727 "select", 16728 "eventual-fairness" 16729 ], 16730 "eventual-fairness": [ 16731 "select", 16732 "nanorand" 16733 ], 16734 "futures-core": [ 16735 "dep:futures-core" 16736 ], 16737 "futures-sink": [ 16738 "dep:futures-sink" 16739 ], 16740 "nanorand": [ 16741 "dep:nanorand" 16742 ], 16743 "select": [], 16744 "spin": [] 16745 }, 16746 "homepage": null, 16747 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 16748 "keywords": [ 16749 "mpsc", 16750 "fifo", 16751 "channel", 16752 "thread", 16753 "mpmc" 16754 ], 16755 "license": "Apache-2.0/MIT", 16756 "license_file": null, 16757 "links": null, 16758 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/Cargo.toml", 16759 "metadata": null, 16760 "name": "flume", 16761 "publish": null, 16762 "readme": "README.md", 16763 "repository": "https://github.com/zesterer/flume", 16764 "rust_version": null, 16765 "source": "registry+https://github.com/rust-lang/crates.io-index", 16766 "targets": [ 16767 { 16768 "crate_types": [ 16769 "lib" 16770 ], 16771 "doc": true, 16772 "doctest": true, 16773 "edition": "2018", 16774 "kind": [ 16775 "lib" 16776 ], 16777 "name": "flume", 16778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs", 16779 "test": true 16780 }, 16781 { 16782 "crate_types": [ 16783 "bin" 16784 ], 16785 "doc": false, 16786 "doctest": false, 16787 "edition": "2018", 16788 "kind": [ 16789 "example" 16790 ], 16791 "name": "perf", 16792 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/examples/perf.rs", 16793 "test": false 16794 }, 16795 { 16796 "crate_types": [ 16797 "bin" 16798 ], 16799 "doc": false, 16800 "doctest": false, 16801 "edition": "2018", 16802 "kind": [ 16803 "example" 16804 ], 16805 "name": "async", 16806 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/examples/async.rs", 16807 "test": false 16808 }, 16809 { 16810 "crate_types": [ 16811 "bin" 16812 ], 16813 "doc": false, 16814 "doctest": false, 16815 "edition": "2018", 16816 "kind": [ 16817 "example" 16818 ], 16819 "name": "select", 16820 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/examples/select.rs", 16821 "test": false 16822 }, 16823 { 16824 "crate_types": [ 16825 "bin" 16826 ], 16827 "doc": false, 16828 "doctest": false, 16829 "edition": "2018", 16830 "kind": [ 16831 "example" 16832 ], 16833 "name": "simple", 16834 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/examples/simple.rs", 16835 "test": false 16836 }, 16837 { 16838 "crate_types": [ 16839 "bin" 16840 ], 16841 "doc": false, 16842 "doctest": false, 16843 "edition": "2018", 16844 "kind": [ 16845 "test" 16846 ], 16847 "name": "same_channel", 16848 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/same_channel.rs", 16849 "test": true 16850 }, 16851 { 16852 "crate_types": [ 16853 "bin" 16854 ], 16855 "doc": false, 16856 "doctest": false, 16857 "edition": "2018", 16858 "kind": [ 16859 "test" 16860 ], 16861 "name": "stream", 16862 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/stream.rs", 16863 "test": true 16864 }, 16865 { 16866 "crate_types": [ 16867 "bin" 16868 ], 16869 "doc": false, 16870 "doctest": false, 16871 "edition": "2018", 16872 "kind": [ 16873 "test" 16874 ], 16875 "name": "zero", 16876 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/zero.rs", 16877 "test": true 16878 }, 16879 { 16880 "crate_types": [ 16881 "bin" 16882 ], 16883 "doc": false, 16884 "doctest": false, 16885 "edition": "2018", 16886 "kind": [ 16887 "test" 16888 ], 16889 "name": "after", 16890 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/after.rs", 16891 "test": true 16892 }, 16893 { 16894 "crate_types": [ 16895 "bin" 16896 ], 16897 "doc": false, 16898 "doctest": false, 16899 "edition": "2018", 16900 "kind": [ 16901 "test" 16902 ], 16903 "name": "method_sharing", 16904 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/method_sharing.rs", 16905 "test": true 16906 }, 16907 { 16908 "crate_types": [ 16909 "bin" 16910 ], 16911 "doc": false, 16912 "doctest": false, 16913 "edition": "2018", 16914 "kind": [ 16915 "test" 16916 ], 16917 "name": "never", 16918 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/never.rs", 16919 "test": true 16920 }, 16921 { 16922 "crate_types": [ 16923 "bin" 16924 ], 16925 "doc": false, 16926 "doctest": false, 16927 "edition": "2018", 16928 "kind": [ 16929 "test" 16930 ], 16931 "name": "list", 16932 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/list.rs", 16933 "test": true 16934 }, 16935 { 16936 "crate_types": [ 16937 "bin" 16938 ], 16939 "doc": false, 16940 "doctest": false, 16941 "edition": "2018", 16942 "kind": [ 16943 "test" 16944 ], 16945 "name": "iter", 16946 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/iter.rs", 16947 "test": true 16948 }, 16949 { 16950 "crate_types": [ 16951 "bin" 16952 ], 16953 "doc": false, 16954 "doctest": false, 16955 "edition": "2018", 16956 "kind": [ 16957 "test" 16958 ], 16959 "name": "mpsc", 16960 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/mpsc.rs", 16961 "test": true 16962 }, 16963 { 16964 "crate_types": [ 16965 "bin" 16966 ], 16967 "doc": false, 16968 "doctest": false, 16969 "edition": "2018", 16970 "kind": [ 16971 "test" 16972 ], 16973 "name": "select_macro", 16974 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/select_macro.rs", 16975 "test": true 16976 }, 16977 { 16978 "crate_types": [ 16979 "bin" 16980 ], 16981 "doc": false, 16982 "doctest": false, 16983 "edition": "2018", 16984 "kind": [ 16985 "test" 16986 ], 16987 "name": "check_same_channel", 16988 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/check_same_channel.rs", 16989 "test": true 16990 }, 16991 { 16992 "crate_types": [ 16993 "bin" 16994 ], 16995 "doc": false, 16996 "doctest": false, 16997 "edition": "2018", 16998 "kind": [ 16999 "test" 17000 ], 17001 "name": "async", 17002 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/async.rs", 17003 "test": true 17004 }, 17005 { 17006 "crate_types": [ 17007 "bin" 17008 ], 17009 "doc": false, 17010 "doctest": false, 17011 "edition": "2018", 17012 "kind": [ 17013 "test" 17014 ], 17015 "name": "select", 17016 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/select.rs", 17017 "test": true 17018 }, 17019 { 17020 "crate_types": [ 17021 "bin" 17022 ], 17023 "doc": false, 17024 "doctest": false, 17025 "edition": "2018", 17026 "kind": [ 17027 "test" 17028 ], 17029 "name": "array", 17030 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/array.rs", 17031 "test": true 17032 }, 17033 { 17034 "crate_types": [ 17035 "bin" 17036 ], 17037 "doc": false, 17038 "doctest": false, 17039 "edition": "2018", 17040 "kind": [ 17041 "test" 17042 ], 17043 "name": "golang", 17044 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/golang.rs", 17045 "test": true 17046 }, 17047 { 17048 "crate_types": [ 17049 "bin" 17050 ], 17051 "doc": false, 17052 "doctest": false, 17053 "edition": "2018", 17054 "kind": [ 17055 "test" 17056 ], 17057 "name": "tick", 17058 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/tick.rs", 17059 "test": true 17060 }, 17061 { 17062 "crate_types": [ 17063 "bin" 17064 ], 17065 "doc": false, 17066 "doctest": false, 17067 "edition": "2018", 17068 "kind": [ 17069 "test" 17070 ], 17071 "name": "ready", 17072 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/ready.rs", 17073 "test": true 17074 }, 17075 { 17076 "crate_types": [ 17077 "bin" 17078 ], 17079 "doc": false, 17080 "doctest": false, 17081 "edition": "2018", 17082 "kind": [ 17083 "test" 17084 ], 17085 "name": "basic", 17086 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/basic.rs", 17087 "test": true 17088 }, 17089 { 17090 "crate_types": [ 17091 "bin" 17092 ], 17093 "doc": false, 17094 "doctest": false, 17095 "edition": "2018", 17096 "kind": [ 17097 "test" 17098 ], 17099 "name": "thread_locals", 17100 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/tests/thread_locals.rs", 17101 "test": true 17102 }, 17103 { 17104 "crate_types": [ 17105 "bin" 17106 ], 17107 "doc": false, 17108 "doctest": false, 17109 "edition": "2018", 17110 "kind": [ 17111 "bench" 17112 ], 17113 "name": "basic", 17114 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/benches/basic.rs", 17115 "test": false 17116 } 17117 ], 17118 "version": "0.11.0" 17119 }, 17120 { 17121 "authors": [ 17122 "Alex Crichton <[email protected]>" 17123 ], 17124 "categories": [], 17125 "default_run": null, 17126 "dependencies": [], 17127 "description": "Fowler\u2013Noll\u2013Vo hash function", 17128 "documentation": "https://doc.servo.org/fnv/", 17129 "edition": "2015", 17130 "features": { 17131 "default": [ 17132 "std" 17133 ], 17134 "std": [] 17135 }, 17136 "homepage": null, 17137 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17138 "keywords": [], 17139 "license": "Apache-2.0 / MIT", 17140 "license_file": null, 17141 "links": null, 17142 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml", 17143 "metadata": null, 17144 "name": "fnv", 17145 "publish": null, 17146 "readme": "README.md", 17147 "repository": "https://github.com/servo/rust-fnv", 17148 "rust_version": null, 17149 "source": "registry+https://github.com/rust-lang/crates.io-index", 17150 "targets": [ 17151 { 17152 "crate_types": [ 17153 "lib" 17154 ], 17155 "doc": true, 17156 "doctest": true, 17157 "edition": "2015", 17158 "kind": [ 17159 "lib" 17160 ], 17161 "name": "fnv", 17162 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs", 17163 "test": true 17164 } 17165 ], 17166 "version": "1.0.7" 17167 }, 17168 { 17169 "authors": [ 17170 "The rust-url developers" 17171 ], 17172 "categories": [ 17173 "no_std" 17174 ], 17175 "default_run": null, 17176 "dependencies": [ 17177 { 17178 "features": [], 17179 "kind": null, 17180 "name": "percent-encoding", 17181 "optional": false, 17182 "registry": null, 17183 "rename": null, 17184 "req": "^2.3.0", 17185 "source": "registry+https://github.com/rust-lang/crates.io-index", 17186 "target": null, 17187 "uses_default_features": false 17188 } 17189 ], 17190 "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", 17191 "documentation": null, 17192 "edition": "2018", 17193 "features": { 17194 "alloc": [ 17195 "percent-encoding/alloc" 17196 ], 17197 "default": [ 17198 "std" 17199 ], 17200 "std": [ 17201 "alloc", 17202 "percent-encoding/std" 17203 ] 17204 }, 17205 "homepage": null, 17206 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17207 "keywords": [], 17208 "license": "MIT OR Apache-2.0", 17209 "license_file": null, 17210 "links": null, 17211 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/Cargo.toml", 17212 "metadata": { 17213 "docs": { 17214 "rs": { 17215 "rustdoc-args": [ 17216 "--generate-link-to-definition" 17217 ] 17218 } 17219 } 17220 }, 17221 "name": "form_urlencoded", 17222 "publish": null, 17223 "readme": null, 17224 "repository": "https://github.com/servo/rust-url", 17225 "rust_version": "1.51", 17226 "source": "registry+https://github.com/rust-lang/crates.io-index", 17227 "targets": [ 17228 { 17229 "crate_types": [ 17230 "lib" 17231 ], 17232 "doc": true, 17233 "doctest": true, 17234 "edition": "2018", 17235 "kind": [ 17236 "lib" 17237 ], 17238 "name": "form_urlencoded", 17239 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs", 17240 "test": false 17241 } 17242 ], 17243 "version": "1.2.1" 17244 }, 17245 { 17246 "authors": [ 17247 "Andrew Gallant <[email protected]>" 17248 ], 17249 "categories": [], 17250 "default_run": null, 17251 "dependencies": [ 17252 { 17253 "features": [], 17254 "kind": null, 17255 "name": "utf8-ranges", 17256 "optional": true, 17257 "registry": null, 17258 "rename": null, 17259 "req": "^1.0.4", 17260 "source": "registry+https://github.com/rust-lang/crates.io-index", 17261 "target": null, 17262 "uses_default_features": true 17263 }, 17264 { 17265 "features": [], 17266 "kind": "dev", 17267 "name": "doc-comment", 17268 "optional": false, 17269 "registry": null, 17270 "rename": null, 17271 "req": "^0.3.1", 17272 "source": "registry+https://github.com/rust-lang/crates.io-index", 17273 "target": null, 17274 "uses_default_features": true 17275 }, 17276 { 17277 "features": [], 17278 "kind": "dev", 17279 "name": "fnv", 17280 "optional": false, 17281 "registry": null, 17282 "rename": null, 17283 "req": "^1.0.6", 17284 "source": "registry+https://github.com/rust-lang/crates.io-index", 17285 "target": null, 17286 "uses_default_features": true 17287 }, 17288 { 17289 "features": [], 17290 "kind": "dev", 17291 "name": "memmap", 17292 "optional": false, 17293 "registry": null, 17294 "rename": null, 17295 "req": "^0.7", 17296 "source": "registry+https://github.com/rust-lang/crates.io-index", 17297 "target": null, 17298 "uses_default_features": true 17299 }, 17300 { 17301 "features": [], 17302 "kind": "dev", 17303 "name": "quickcheck", 17304 "optional": false, 17305 "registry": null, 17306 "rename": null, 17307 "req": "^0.9.2", 17308 "source": "registry+https://github.com/rust-lang/crates.io-index", 17309 "target": null, 17310 "uses_default_features": false 17311 }, 17312 { 17313 "features": [], 17314 "kind": "dev", 17315 "name": "rand", 17316 "optional": false, 17317 "registry": null, 17318 "rename": null, 17319 "req": "^0.7.3", 17320 "source": "registry+https://github.com/rust-lang/crates.io-index", 17321 "target": null, 17322 "uses_default_features": true 17323 } 17324 ], 17325 "description": "Use finite state transducers to compactly represents sets or maps of many\nstrings (> 1 billion is possible).\n", 17326 "documentation": "https://docs.rs/fst", 17327 "edition": "2018", 17328 "features": { 17329 "default": [], 17330 "levenshtein": [ 17331 "utf8-ranges" 17332 ], 17333 "utf8-ranges": [ 17334 "dep:utf8-ranges" 17335 ] 17336 }, 17337 "homepage": "https://github.com/BurntSushi/fst", 17338 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17339 "keywords": [ 17340 "search", 17341 "information", 17342 "retrieval", 17343 "dictionary", 17344 "map" 17345 ], 17346 "license": "Unlicense/MIT", 17347 "license_file": null, 17348 "links": null, 17349 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fst-0.4.7/Cargo.toml", 17350 "metadata": { 17351 "docs": { 17352 "rs": { 17353 "features": [ 17354 "levenshtein" 17355 ] 17356 } 17357 } 17358 }, 17359 "name": "fst", 17360 "publish": null, 17361 "readme": "README.md", 17362 "repository": "https://github.com/BurntSushi/fst", 17363 "rust_version": null, 17364 "source": "registry+https://github.com/rust-lang/crates.io-index", 17365 "targets": [ 17366 { 17367 "crate_types": [ 17368 "lib" 17369 ], 17370 "doc": true, 17371 "doctest": true, 17372 "edition": "2018", 17373 "kind": [ 17374 "lib" 17375 ], 17376 "name": "fst", 17377 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fst-0.4.7/src/lib.rs", 17378 "test": true 17379 }, 17380 { 17381 "crate_types": [ 17382 "bin" 17383 ], 17384 "doc": false, 17385 "doctest": false, 17386 "edition": "2018", 17387 "kind": [ 17388 "test" 17389 ], 17390 "name": "test", 17391 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fst-0.4.7/tests/test.rs", 17392 "test": true 17393 }, 17394 { 17395 "crate_types": [ 17396 "bin" 17397 ], 17398 "doc": false, 17399 "doctest": false, 17400 "edition": "2018", 17401 "kind": [ 17402 "custom-build" 17403 ], 17404 "name": "build-script-build", 17405 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fst-0.4.7/build.rs", 17406 "test": false 17407 } 17408 ], 17409 "version": "0.4.7" 17410 }, 17411 { 17412 "authors": [ 17413 "myrrlyn <[email protected]>" 17414 ], 17415 "categories": [ 17416 "no-std", 17417 "rust-patterns" 17418 ], 17419 "default_run": null, 17420 "dependencies": [ 17421 { 17422 "features": [], 17423 "kind": "dev", 17424 "name": "static_assertions", 17425 "optional": false, 17426 "registry": null, 17427 "rename": null, 17428 "req": "^1", 17429 "source": "registry+https://github.com/rust-lang/crates.io-index", 17430 "target": null, 17431 "uses_default_features": true 17432 } 17433 ], 17434 "description": "Trait generalization over the primitive types", 17435 "documentation": "https://docs.rs/funty", 17436 "edition": "2018", 17437 "features": { 17438 "default": [ 17439 "std" 17440 ], 17441 "std": [] 17442 }, 17443 "homepage": null, 17444 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17445 "keywords": [ 17446 "numerics", 17447 "primitives", 17448 "traits" 17449 ], 17450 "license": "MIT", 17451 "license_file": null, 17452 "links": null, 17453 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/Cargo.toml", 17454 "metadata": null, 17455 "name": "funty", 17456 "publish": null, 17457 "readme": "README.md", 17458 "repository": "https://github.com/myrrlyn/funty", 17459 "rust_version": null, 17460 "source": "registry+https://github.com/rust-lang/crates.io-index", 17461 "targets": [ 17462 { 17463 "crate_types": [ 17464 "lib" 17465 ], 17466 "doc": true, 17467 "doctest": true, 17468 "edition": "2018", 17469 "kind": [ 17470 "lib" 17471 ], 17472 "name": "funty", 17473 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs", 17474 "test": true 17475 } 17476 ], 17477 "version": "2.0.0" 17478 }, 17479 { 17480 "authors": [], 17481 "categories": [ 17482 "asynchronous" 17483 ], 17484 "default_run": null, 17485 "dependencies": [ 17486 { 17487 "features": [ 17488 "sink" 17489 ], 17490 "kind": null, 17491 "name": "futures-channel", 17492 "optional": false, 17493 "registry": null, 17494 "rename": null, 17495 "req": "^0.3.30", 17496 "source": "registry+https://github.com/rust-lang/crates.io-index", 17497 "target": null, 17498 "uses_default_features": false 17499 }, 17500 { 17501 "features": [], 17502 "kind": null, 17503 "name": "futures-core", 17504 "optional": false, 17505 "registry": null, 17506 "rename": null, 17507 "req": "^0.3.30", 17508 "source": "registry+https://github.com/rust-lang/crates.io-index", 17509 "target": null, 17510 "uses_default_features": false 17511 }, 17512 { 17513 "features": [], 17514 "kind": null, 17515 "name": "futures-executor", 17516 "optional": true, 17517 "registry": null, 17518 "rename": null, 17519 "req": "^0.3.30", 17520 "source": "registry+https://github.com/rust-lang/crates.io-index", 17521 "target": null, 17522 "uses_default_features": false 17523 }, 17524 { 17525 "features": [], 17526 "kind": null, 17527 "name": "futures-io", 17528 "optional": false, 17529 "registry": null, 17530 "rename": null, 17531 "req": "^0.3.30", 17532 "source": "registry+https://github.com/rust-lang/crates.io-index", 17533 "target": null, 17534 "uses_default_features": false 17535 }, 17536 { 17537 "features": [], 17538 "kind": null, 17539 "name": "futures-sink", 17540 "optional": false, 17541 "registry": null, 17542 "rename": null, 17543 "req": "^0.3.30", 17544 "source": "registry+https://github.com/rust-lang/crates.io-index", 17545 "target": null, 17546 "uses_default_features": false 17547 }, 17548 { 17549 "features": [], 17550 "kind": null, 17551 "name": "futures-task", 17552 "optional": false, 17553 "registry": null, 17554 "rename": null, 17555 "req": "^0.3.30", 17556 "source": "registry+https://github.com/rust-lang/crates.io-index", 17557 "target": null, 17558 "uses_default_features": false 17559 }, 17560 { 17561 "features": [ 17562 "sink" 17563 ], 17564 "kind": null, 17565 "name": "futures-util", 17566 "optional": false, 17567 "registry": null, 17568 "rename": null, 17569 "req": "^0.3.30", 17570 "source": "registry+https://github.com/rust-lang/crates.io-index", 17571 "target": null, 17572 "uses_default_features": false 17573 }, 17574 { 17575 "features": [], 17576 "kind": "dev", 17577 "name": "assert_matches", 17578 "optional": false, 17579 "registry": null, 17580 "rename": null, 17581 "req": "^1.3.0", 17582 "source": "registry+https://github.com/rust-lang/crates.io-index", 17583 "target": null, 17584 "uses_default_features": true 17585 }, 17586 { 17587 "features": [], 17588 "kind": "dev", 17589 "name": "pin-project", 17590 "optional": false, 17591 "registry": null, 17592 "rename": null, 17593 "req": "^1.0.11", 17594 "source": "registry+https://github.com/rust-lang/crates.io-index", 17595 "target": null, 17596 "uses_default_features": true 17597 }, 17598 { 17599 "features": [], 17600 "kind": "dev", 17601 "name": "pin-utils", 17602 "optional": false, 17603 "registry": null, 17604 "rename": null, 17605 "req": "^0.1.0", 17606 "source": "registry+https://github.com/rust-lang/crates.io-index", 17607 "target": null, 17608 "uses_default_features": true 17609 }, 17610 { 17611 "features": [], 17612 "kind": "dev", 17613 "name": "static_assertions", 17614 "optional": false, 17615 "registry": null, 17616 "rename": null, 17617 "req": "^1", 17618 "source": "registry+https://github.com/rust-lang/crates.io-index", 17619 "target": null, 17620 "uses_default_features": true 17621 }, 17622 { 17623 "features": [], 17624 "kind": "dev", 17625 "name": "tokio", 17626 "optional": false, 17627 "registry": null, 17628 "rename": null, 17629 "req": "^0.1.11", 17630 "source": "registry+https://github.com/rust-lang/crates.io-index", 17631 "target": null, 17632 "uses_default_features": true 17633 } 17634 ], 17635 "description": "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n", 17636 "documentation": null, 17637 "edition": "2018", 17638 "features": { 17639 "alloc": [ 17640 "futures-core/alloc", 17641 "futures-task/alloc", 17642 "futures-sink/alloc", 17643 "futures-channel/alloc", 17644 "futures-util/alloc" 17645 ], 17646 "async-await": [ 17647 "futures-util/async-await", 17648 "futures-util/async-await-macro" 17649 ], 17650 "bilock": [ 17651 "futures-util/bilock" 17652 ], 17653 "cfg-target-has-atomic": [], 17654 "compat": [ 17655 "std", 17656 "futures-util/compat" 17657 ], 17658 "default": [ 17659 "std", 17660 "async-await", 17661 "executor" 17662 ], 17663 "executor": [ 17664 "std", 17665 "futures-executor/std" 17666 ], 17667 "futures-executor": [ 17668 "dep:futures-executor" 17669 ], 17670 "io-compat": [ 17671 "compat", 17672 "futures-util/io-compat" 17673 ], 17674 "std": [ 17675 "alloc", 17676 "futures-core/std", 17677 "futures-task/std", 17678 "futures-io/std", 17679 "futures-sink/std", 17680 "futures-util/std", 17681 "futures-util/io", 17682 "futures-util/channel" 17683 ], 17684 "thread-pool": [ 17685 "executor", 17686 "futures-executor/thread-pool" 17687 ], 17688 "unstable": [ 17689 "futures-core/unstable", 17690 "futures-task/unstable", 17691 "futures-channel/unstable", 17692 "futures-io/unstable", 17693 "futures-util/unstable" 17694 ], 17695 "write-all-vectored": [ 17696 "futures-util/write-all-vectored" 17697 ] 17698 }, 17699 "homepage": "https://rust-lang.github.io/futures-rs", 17700 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 17701 "keywords": [ 17702 "futures", 17703 "async", 17704 "future" 17705 ], 17706 "license": "MIT OR Apache-2.0", 17707 "license_file": null, 17708 "links": null, 17709 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/Cargo.toml", 17710 "metadata": { 17711 "docs": { 17712 "rs": { 17713 "all-features": true, 17714 "rustdoc-args": [ 17715 "--cfg", 17716 "docsrs" 17717 ] 17718 } 17719 }, 17720 "playground": { 17721 "features": [ 17722 "std", 17723 "async-await", 17724 "compat", 17725 "io-compat", 17726 "executor", 17727 "thread-pool" 17728 ] 17729 } 17730 }, 17731 "name": "futures", 17732 "publish": null, 17733 "readme": "README.md", 17734 "repository": "https://github.com/rust-lang/futures-rs", 17735 "rust_version": "1.56", 17736 "source": "registry+https://github.com/rust-lang/crates.io-index", 17737 "targets": [ 17738 { 17739 "crate_types": [ 17740 "lib" 17741 ], 17742 "doc": true, 17743 "doctest": true, 17744 "edition": "2018", 17745 "kind": [ 17746 "lib" 17747 ], 17748 "name": "futures", 17749 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs", 17750 "test": true 17751 }, 17752 { 17753 "crate_types": [ 17754 "bin" 17755 ], 17756 "doc": false, 17757 "doctest": false, 17758 "edition": "2018", 17759 "kind": [ 17760 "test" 17761 ], 17762 "name": "stream_peekable", 17763 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_peekable.rs", 17764 "test": true 17765 }, 17766 { 17767 "crate_types": [ 17768 "bin" 17769 ], 17770 "doc": false, 17771 "doctest": false, 17772 "edition": "2018", 17773 "kind": [ 17774 "test" 17775 ], 17776 "name": "io_cursor", 17777 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_cursor.rs", 17778 "test": true 17779 }, 17780 { 17781 "crate_types": [ 17782 "bin" 17783 ], 17784 "doc": false, 17785 "doctest": false, 17786 "edition": "2018", 17787 "kind": [ 17788 "test" 17789 ], 17790 "name": "future_inspect", 17791 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_inspect.rs", 17792 "test": true 17793 }, 17794 { 17795 "crate_types": [ 17796 "bin" 17797 ], 17798 "doc": false, 17799 "doctest": false, 17800 "edition": "2018", 17801 "kind": [ 17802 "test" 17803 ], 17804 "name": "test_macro", 17805 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/test_macro.rs", 17806 "test": true 17807 }, 17808 { 17809 "crate_types": [ 17810 "bin" 17811 ], 17812 "doc": false, 17813 "doctest": false, 17814 "edition": "2018", 17815 "kind": [ 17816 "test" 17817 ], 17818 "name": "_require_features", 17819 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/_require_features.rs", 17820 "test": true 17821 }, 17822 { 17823 "crate_types": [ 17824 "bin" 17825 ], 17826 "doc": false, 17827 "doctest": false, 17828 "edition": "2018", 17829 "kind": [ 17830 "test" 17831 ], 17832 "name": "stream", 17833 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream.rs", 17834 "test": true 17835 }, 17836 { 17837 "crate_types": [ 17838 "bin" 17839 ], 17840 "doc": false, 17841 "doctest": false, 17842 "edition": "2018", 17843 "kind": [ 17844 "test" 17845 ], 17846 "name": "future_select_all", 17847 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_select_all.rs", 17848 "test": true 17849 }, 17850 { 17851 "crate_types": [ 17852 "bin" 17853 ], 17854 "doc": false, 17855 "doctest": false, 17856 "edition": "2018", 17857 "kind": [ 17858 "test" 17859 ], 17860 "name": "eager_drop", 17861 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/eager_drop.rs", 17862 "test": true 17863 }, 17864 { 17865 "crate_types": [ 17866 "bin" 17867 ], 17868 "doc": false, 17869 "doctest": false, 17870 "edition": "2018", 17871 "kind": [ 17872 "test" 17873 ], 17874 "name": "future_obj", 17875 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_obj.rs", 17876 "test": true 17877 }, 17878 { 17879 "crate_types": [ 17880 "bin" 17881 ], 17882 "doc": false, 17883 "doctest": false, 17884 "edition": "2018", 17885 "kind": [ 17886 "test" 17887 ], 17888 "name": "oneshot", 17889 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/oneshot.rs", 17890 "test": true 17891 }, 17892 { 17893 "crate_types": [ 17894 "bin" 17895 ], 17896 "doc": false, 17897 "doctest": false, 17898 "edition": "2018", 17899 "kind": [ 17900 "test" 17901 ], 17902 "name": "io_read", 17903 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read.rs", 17904 "test": true 17905 }, 17906 { 17907 "crate_types": [ 17908 "bin" 17909 ], 17910 "doc": false, 17911 "doctest": false, 17912 "edition": "2018", 17913 "kind": [ 17914 "test" 17915 ], 17916 "name": "stream_buffer_unordered", 17917 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_buffer_unordered.rs", 17918 "test": true 17919 }, 17920 { 17921 "crate_types": [ 17922 "bin" 17923 ], 17924 "doc": false, 17925 "doctest": false, 17926 "edition": "2018", 17927 "kind": [ 17928 "test" 17929 ], 17930 "name": "recurse", 17931 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/recurse.rs", 17932 "test": true 17933 }, 17934 { 17935 "crate_types": [ 17936 "bin" 17937 ], 17938 "doc": false, 17939 "doctest": false, 17940 "edition": "2018", 17941 "kind": [ 17942 "test" 17943 ], 17944 "name": "stream_try_stream", 17945 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_try_stream.rs", 17946 "test": true 17947 }, 17948 { 17949 "crate_types": [ 17950 "bin" 17951 ], 17952 "doc": false, 17953 "doctest": false, 17954 "edition": "2018", 17955 "kind": [ 17956 "test" 17957 ], 17958 "name": "macro_comma_support", 17959 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/macro_comma_support.rs", 17960 "test": true 17961 }, 17962 { 17963 "crate_types": [ 17964 "bin" 17965 ], 17966 "doc": false, 17967 "doctest": false, 17968 "edition": "2018", 17969 "kind": [ 17970 "test" 17971 ], 17972 "name": "compat", 17973 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/compat.rs", 17974 "test": true 17975 }, 17976 { 17977 "crate_types": [ 17978 "bin" 17979 ], 17980 "doc": false, 17981 "doctest": false, 17982 "edition": "2018", 17983 "kind": [ 17984 "test" 17985 ], 17986 "name": "async_await_macros", 17987 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/async_await_macros.rs", 17988 "test": true 17989 }, 17990 { 17991 "crate_types": [ 17992 "bin" 17993 ], 17994 "doc": false, 17995 "doctest": false, 17996 "edition": "2018", 17997 "kind": [ 17998 "test" 17999 ], 18000 "name": "io_read_to_end", 18001 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_to_end.rs", 18002 "test": true 18003 }, 18004 { 18005 "crate_types": [ 18006 "bin" 18007 ], 18008 "doc": false, 18009 "doctest": false, 18010 "edition": "2018", 18011 "kind": [ 18012 "test" 18013 ], 18014 "name": "future_try_join_all", 18015 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_try_join_all.rs", 18016 "test": true 18017 }, 18018 { 18019 "crate_types": [ 18020 "bin" 18021 ], 18022 "doc": false, 18023 "doctest": false, 18024 "edition": "2018", 18025 "kind": [ 18026 "test" 18027 ], 18028 "name": "lock_mutex", 18029 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/lock_mutex.rs", 18030 "test": true 18031 }, 18032 { 18033 "crate_types": [ 18034 "bin" 18035 ], 18036 "doc": false, 18037 "doctest": false, 18038 "edition": "2018", 18039 "kind": [ 18040 "test" 18041 ], 18042 "name": "sink", 18043 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/sink.rs", 18044 "test": true 18045 }, 18046 { 18047 "crate_types": [ 18048 "bin" 18049 ], 18050 "doc": false, 18051 "doctest": false, 18052 "edition": "2018", 18053 "kind": [ 18054 "test" 18055 ], 18056 "name": "io_line_writer", 18057 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_line_writer.rs", 18058 "test": true 18059 }, 18060 { 18061 "crate_types": [ 18062 "bin" 18063 ], 18064 "doc": false, 18065 "doctest": false, 18066 "edition": "2018", 18067 "kind": [ 18068 "test" 18069 ], 18070 "name": "future_join", 18071 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_join.rs", 18072 "test": true 18073 }, 18074 { 18075 "crate_types": [ 18076 "bin" 18077 ], 18078 "doc": false, 18079 "doctest": false, 18080 "edition": "2018", 18081 "kind": [ 18082 "test" 18083 ], 18084 "name": "io_write", 18085 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_write.rs", 18086 "test": true 18087 }, 18088 { 18089 "crate_types": [ 18090 "bin" 18091 ], 18092 "doc": false, 18093 "doctest": false, 18094 "edition": "2018", 18095 "kind": [ 18096 "test" 18097 ], 18098 "name": "eventual", 18099 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/eventual.rs", 18100 "test": true 18101 }, 18102 { 18103 "crate_types": [ 18104 "bin" 18105 ], 18106 "doc": false, 18107 "doctest": false, 18108 "edition": "2018", 18109 "kind": [ 18110 "test" 18111 ], 18112 "name": "io_buf_writer", 18113 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_buf_writer.rs", 18114 "test": true 18115 }, 18116 { 18117 "crate_types": [ 18118 "bin" 18119 ], 18120 "doc": false, 18121 "doctest": false, 18122 "edition": "2018", 18123 "kind": [ 18124 "test" 18125 ], 18126 "name": "task_arc_wake", 18127 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/task_arc_wake.rs", 18128 "test": true 18129 }, 18130 { 18131 "crate_types": [ 18132 "bin" 18133 ], 18134 "doc": false, 18135 "doctest": false, 18136 "edition": "2018", 18137 "kind": [ 18138 "test" 18139 ], 18140 "name": "future_try_flatten_stream", 18141 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_try_flatten_stream.rs", 18142 "test": true 18143 }, 18144 { 18145 "crate_types": [ 18146 "bin" 18147 ], 18148 "doc": false, 18149 "doctest": false, 18150 "edition": "2018", 18151 "kind": [ 18152 "test" 18153 ], 18154 "name": "stream_unfold", 18155 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_unfold.rs", 18156 "test": true 18157 }, 18158 { 18159 "crate_types": [ 18160 "bin" 18161 ], 18162 "doc": false, 18163 "doctest": false, 18164 "edition": "2018", 18165 "kind": [ 18166 "test" 18167 ], 18168 "name": "io_buf_reader", 18169 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_buf_reader.rs", 18170 "test": true 18171 }, 18172 { 18173 "crate_types": [ 18174 "bin" 18175 ], 18176 "doc": false, 18177 "doctest": false, 18178 "edition": "2018", 18179 "kind": [ 18180 "test" 18181 ], 18182 "name": "io_read_until", 18183 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_until.rs", 18184 "test": true 18185 }, 18186 { 18187 "crate_types": [ 18188 "bin" 18189 ], 18190 "doc": false, 18191 "doctest": false, 18192 "edition": "2018", 18193 "kind": [ 18194 "test" 18195 ], 18196 "name": "future_join_all", 18197 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_join_all.rs", 18198 "test": true 18199 }, 18200 { 18201 "crate_types": [ 18202 "bin" 18203 ], 18204 "doc": false, 18205 "doctest": false, 18206 "edition": "2018", 18207 "kind": [ 18208 "test" 18209 ], 18210 "name": "sink_fanout", 18211 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/sink_fanout.rs", 18212 "test": true 18213 }, 18214 { 18215 "crate_types": [ 18216 "bin" 18217 ], 18218 "doc": false, 18219 "doctest": false, 18220 "edition": "2018", 18221 "kind": [ 18222 "test" 18223 ], 18224 "name": "stream_futures_unordered", 18225 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_futures_unordered.rs", 18226 "test": true 18227 }, 18228 { 18229 "crate_types": [ 18230 "bin" 18231 ], 18232 "doc": false, 18233 "doctest": false, 18234 "edition": "2018", 18235 "kind": [ 18236 "test" 18237 ], 18238 "name": "stream_into_async_read", 18239 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_into_async_read.rs", 18240 "test": true 18241 }, 18242 { 18243 "crate_types": [ 18244 "bin" 18245 ], 18246 "doc": false, 18247 "doctest": false, 18248 "edition": "2018", 18249 "kind": [ 18250 "test" 18251 ], 18252 "name": "io_read_exact", 18253 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_exact.rs", 18254 "test": true 18255 }, 18256 { 18257 "crate_types": [ 18258 "bin" 18259 ], 18260 "doc": false, 18261 "doctest": false, 18262 "edition": "2018", 18263 "kind": [ 18264 "test" 18265 ], 18266 "name": "future_abortable", 18267 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_abortable.rs", 18268 "test": true 18269 }, 18270 { 18271 "crate_types": [ 18272 "bin" 18273 ], 18274 "doc": false, 18275 "doctest": false, 18276 "edition": "2018", 18277 "kind": [ 18278 "test" 18279 ], 18280 "name": "io_read_line", 18281 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_line.rs", 18282 "test": true 18283 }, 18284 { 18285 "crate_types": [ 18286 "bin" 18287 ], 18288 "doc": false, 18289 "doctest": false, 18290 "edition": "2018", 18291 "kind": [ 18292 "test" 18293 ], 18294 "name": "auto_traits", 18295 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/auto_traits.rs", 18296 "test": true 18297 }, 18298 { 18299 "crate_types": [ 18300 "bin" 18301 ], 18302 "doc": false, 18303 "doctest": false, 18304 "edition": "2018", 18305 "kind": [ 18306 "test" 18307 ], 18308 "name": "stream_catch_unwind", 18309 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_catch_unwind.rs", 18310 "test": true 18311 }, 18312 { 18313 "crate_types": [ 18314 "bin" 18315 ], 18316 "doc": false, 18317 "doctest": false, 18318 "edition": "2018", 18319 "kind": [ 18320 "test" 18321 ], 18322 "name": "task_atomic_waker", 18323 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/task_atomic_waker.rs", 18324 "test": true 18325 }, 18326 { 18327 "crate_types": [ 18328 "bin" 18329 ], 18330 "doc": false, 18331 "doctest": false, 18332 "edition": "2018", 18333 "kind": [ 18334 "test" 18335 ], 18336 "name": "future_basic_combinators", 18337 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_basic_combinators.rs", 18338 "test": true 18339 }, 18340 { 18341 "crate_types": [ 18342 "bin" 18343 ], 18344 "doc": false, 18345 "doctest": false, 18346 "edition": "2018", 18347 "kind": [ 18348 "test" 18349 ], 18350 "name": "io_lines", 18351 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_lines.rs", 18352 "test": true 18353 }, 18354 { 18355 "crate_types": [ 18356 "bin" 18357 ], 18358 "doc": false, 18359 "doctest": false, 18360 "edition": "2018", 18361 "kind": [ 18362 "test" 18363 ], 18364 "name": "io_read_to_string", 18365 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_to_string.rs", 18366 "test": true 18367 }, 18368 { 18369 "crate_types": [ 18370 "bin" 18371 ], 18372 "doc": false, 18373 "doctest": false, 18374 "edition": "2018", 18375 "kind": [ 18376 "test" 18377 ], 18378 "name": "io_window", 18379 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_window.rs", 18380 "test": true 18381 }, 18382 { 18383 "crate_types": [ 18384 "bin" 18385 ], 18386 "doc": false, 18387 "doctest": false, 18388 "edition": "2018", 18389 "kind": [ 18390 "test" 18391 ], 18392 "name": "ready_queue", 18393 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/ready_queue.rs", 18394 "test": true 18395 }, 18396 { 18397 "crate_types": [ 18398 "bin" 18399 ], 18400 "doc": false, 18401 "doctest": false, 18402 "edition": "2018", 18403 "kind": [ 18404 "test" 18405 ], 18406 "name": "future_select_ok", 18407 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_select_ok.rs", 18408 "test": true 18409 }, 18410 { 18411 "crate_types": [ 18412 "bin" 18413 ], 18414 "doc": false, 18415 "doctest": false, 18416 "edition": "2018", 18417 "kind": [ 18418 "test" 18419 ], 18420 "name": "bilock", 18421 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/bilock.rs", 18422 "test": true 18423 }, 18424 { 18425 "crate_types": [ 18426 "bin" 18427 ], 18428 "doc": false, 18429 "doctest": false, 18430 "edition": "2018", 18431 "kind": [ 18432 "test" 18433 ], 18434 "name": "future_shared", 18435 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_shared.rs", 18436 "test": true 18437 }, 18438 { 18439 "crate_types": [ 18440 "bin" 18441 ], 18442 "doc": false, 18443 "doctest": false, 18444 "edition": "2018", 18445 "kind": [ 18446 "test" 18447 ], 18448 "name": "stream_split", 18449 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_split.rs", 18450 "test": true 18451 }, 18452 { 18453 "crate_types": [ 18454 "bin" 18455 ], 18456 "doc": false, 18457 "doctest": false, 18458 "edition": "2018", 18459 "kind": [ 18460 "test" 18461 ], 18462 "name": "stream_futures_ordered", 18463 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_futures_ordered.rs", 18464 "test": true 18465 }, 18466 { 18467 "crate_types": [ 18468 "bin" 18469 ], 18470 "doc": false, 18471 "doctest": false, 18472 "edition": "2018", 18473 "kind": [ 18474 "test" 18475 ], 18476 "name": "stream_select_next_some", 18477 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_select_next_some.rs", 18478 "test": true 18479 }, 18480 { 18481 "crate_types": [ 18482 "bin" 18483 ], 18484 "doc": false, 18485 "doctest": false, 18486 "edition": "2018", 18487 "kind": [ 18488 "test" 18489 ], 18490 "name": "stream_abortable", 18491 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_abortable.rs", 18492 "test": true 18493 }, 18494 { 18495 "crate_types": [ 18496 "bin" 18497 ], 18498 "doc": false, 18499 "doctest": false, 18500 "edition": "2018", 18501 "kind": [ 18502 "test" 18503 ], 18504 "name": "stream_select_all", 18505 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_select_all.rs", 18506 "test": true 18507 }, 18508 { 18509 "crate_types": [ 18510 "bin" 18511 ], 18512 "doc": false, 18513 "doctest": false, 18514 "edition": "2018", 18515 "kind": [ 18516 "test" 18517 ], 18518 "name": "future_fuse", 18519 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_fuse.rs", 18520 "test": true 18521 }, 18522 { 18523 "crate_types": [ 18524 "bin" 18525 ], 18526 "doc": false, 18527 "doctest": false, 18528 "edition": "2018", 18529 "kind": [ 18530 "test" 18531 ], 18532 "name": "try_join", 18533 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/try_join.rs", 18534 "test": true 18535 }, 18536 { 18537 "crate_types": [ 18538 "bin" 18539 ], 18540 "doc": false, 18541 "doctest": false, 18542 "edition": "2018", 18543 "kind": [ 18544 "test" 18545 ], 18546 "name": "object_safety", 18547 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/object_safety.rs", 18548 "test": true 18549 } 18550 ], 18551 "version": "0.3.30" 18552 }, 18553 { 18554 "authors": [], 18555 "categories": [], 18556 "default_run": null, 18557 "dependencies": [ 18558 { 18559 "features": [], 18560 "kind": null, 18561 "name": "futures-core", 18562 "optional": false, 18563 "registry": null, 18564 "rename": null, 18565 "req": "^0.3.30", 18566 "source": "registry+https://github.com/rust-lang/crates.io-index", 18567 "target": null, 18568 "uses_default_features": false 18569 }, 18570 { 18571 "features": [], 18572 "kind": null, 18573 "name": "futures-sink", 18574 "optional": true, 18575 "registry": null, 18576 "rename": null, 18577 "req": "^0.3.30", 18578 "source": "registry+https://github.com/rust-lang/crates.io-index", 18579 "target": null, 18580 "uses_default_features": false 18581 } 18582 ], 18583 "description": "Channels for asynchronous communication using futures-rs.\n", 18584 "documentation": null, 18585 "edition": "2018", 18586 "features": { 18587 "alloc": [ 18588 "futures-core/alloc" 18589 ], 18590 "cfg-target-has-atomic": [], 18591 "default": [ 18592 "std" 18593 ], 18594 "futures-sink": [ 18595 "dep:futures-sink" 18596 ], 18597 "sink": [ 18598 "futures-sink" 18599 ], 18600 "std": [ 18601 "alloc", 18602 "futures-core/std" 18603 ], 18604 "unstable": [] 18605 }, 18606 "homepage": "https://rust-lang.github.io/futures-rs", 18607 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 18608 "keywords": [], 18609 "license": "MIT OR Apache-2.0", 18610 "license_file": null, 18611 "links": null, 18612 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml", 18613 "metadata": { 18614 "docs": { 18615 "rs": { 18616 "all-features": true, 18617 "rustdoc-args": [ 18618 "--cfg", 18619 "docsrs" 18620 ] 18621 } 18622 } 18623 }, 18624 "name": "futures-channel", 18625 "publish": null, 18626 "readme": "README.md", 18627 "repository": "https://github.com/rust-lang/futures-rs", 18628 "rust_version": "1.56", 18629 "source": "registry+https://github.com/rust-lang/crates.io-index", 18630 "targets": [ 18631 { 18632 "crate_types": [ 18633 "lib" 18634 ], 18635 "doc": true, 18636 "doctest": true, 18637 "edition": "2018", 18638 "kind": [ 18639 "lib" 18640 ], 18641 "name": "futures_channel", 18642 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs", 18643 "test": true 18644 }, 18645 { 18646 "crate_types": [ 18647 "bin" 18648 ], 18649 "doc": false, 18650 "doctest": false, 18651 "edition": "2018", 18652 "kind": [ 18653 "test" 18654 ], 18655 "name": "oneshot", 18656 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs", 18657 "test": true 18658 }, 18659 { 18660 "crate_types": [ 18661 "bin" 18662 ], 18663 "doc": false, 18664 "doctest": false, 18665 "edition": "2018", 18666 "kind": [ 18667 "test" 18668 ], 18669 "name": "channel", 18670 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs", 18671 "test": true 18672 }, 18673 { 18674 "crate_types": [ 18675 "bin" 18676 ], 18677 "doc": false, 18678 "doctest": false, 18679 "edition": "2018", 18680 "kind": [ 18681 "test" 18682 ], 18683 "name": "mpsc-close", 18684 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs", 18685 "test": true 18686 }, 18687 { 18688 "crate_types": [ 18689 "bin" 18690 ], 18691 "doc": false, 18692 "doctest": false, 18693 "edition": "2018", 18694 "kind": [ 18695 "test" 18696 ], 18697 "name": "mpsc-size_hint", 18698 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs", 18699 "test": true 18700 }, 18701 { 18702 "crate_types": [ 18703 "bin" 18704 ], 18705 "doc": false, 18706 "doctest": false, 18707 "edition": "2018", 18708 "kind": [ 18709 "test" 18710 ], 18711 "name": "mpsc", 18712 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs", 18713 "test": true 18714 }, 18715 { 18716 "crate_types": [ 18717 "bin" 18718 ], 18719 "doc": false, 18720 "doctest": false, 18721 "edition": "2018", 18722 "kind": [ 18723 "bench" 18724 ], 18725 "name": "sync_mpsc", 18726 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs", 18727 "test": false 18728 } 18729 ], 18730 "version": "0.3.30" 18731 }, 18732 { 18733 "authors": [ 18734 "Yoshua Wuyts <[email protected]>" 18735 ], 18736 "categories": [], 18737 "default_run": null, 18738 "dependencies": [ 18739 { 18740 "features": [], 18741 "kind": null, 18742 "name": "bitvec", 18743 "optional": false, 18744 "registry": null, 18745 "rename": null, 18746 "req": "^1.0.1", 18747 "source": "registry+https://github.com/rust-lang/crates.io-index", 18748 "target": null, 18749 "uses_default_features": false 18750 }, 18751 { 18752 "features": [], 18753 "kind": null, 18754 "name": "futures-core", 18755 "optional": false, 18756 "registry": null, 18757 "rename": null, 18758 "req": "^0.3", 18759 "source": "registry+https://github.com/rust-lang/crates.io-index", 18760 "target": null, 18761 "uses_default_features": false 18762 }, 18763 { 18764 "features": [], 18765 "kind": null, 18766 "name": "pin-project", 18767 "optional": false, 18768 "registry": null, 18769 "rename": null, 18770 "req": "^1.0.8", 18771 "source": "registry+https://github.com/rust-lang/crates.io-index", 18772 "target": null, 18773 "uses_default_features": true 18774 }, 18775 { 18776 "features": [], 18777 "kind": null, 18778 "name": "slab", 18779 "optional": true, 18780 "registry": null, 18781 "rename": null, 18782 "req": "^0.4.8", 18783 "source": "registry+https://github.com/rust-lang/crates.io-index", 18784 "target": null, 18785 "uses_default_features": true 18786 }, 18787 { 18788 "features": [], 18789 "kind": null, 18790 "name": "smallvec", 18791 "optional": true, 18792 "registry": null, 18793 "rename": null, 18794 "req": "^1.11.0", 18795 "source": "registry+https://github.com/rust-lang/crates.io-index", 18796 "target": null, 18797 "uses_default_features": true 18798 }, 18799 { 18800 "features": [ 18801 "attributes" 18802 ], 18803 "kind": "dev", 18804 "name": "async-std", 18805 "optional": false, 18806 "registry": null, 18807 "rename": null, 18808 "req": "^1.12.0", 18809 "source": "registry+https://github.com/rust-lang/crates.io-index", 18810 "target": null, 18811 "uses_default_features": true 18812 }, 18813 { 18814 "features": [ 18815 "async", 18816 "async_futures", 18817 "html_reports" 18818 ], 18819 "kind": "dev", 18820 "name": "criterion", 18821 "optional": false, 18822 "registry": null, 18823 "rename": null, 18824 "req": "^0.3", 18825 "source": "registry+https://github.com/rust-lang/crates.io-index", 18826 "target": null, 18827 "uses_default_features": true 18828 }, 18829 { 18830 "features": [], 18831 "kind": "dev", 18832 "name": "futures", 18833 "optional": false, 18834 "registry": null, 18835 "rename": null, 18836 "req": "^0.3.25", 18837 "source": "registry+https://github.com/rust-lang/crates.io-index", 18838 "target": null, 18839 "uses_default_features": true 18840 }, 18841 { 18842 "features": [], 18843 "kind": "dev", 18844 "name": "futures-lite", 18845 "optional": false, 18846 "registry": null, 18847 "rename": null, 18848 "req": "^1.12.0", 18849 "source": "registry+https://github.com/rust-lang/crates.io-index", 18850 "target": null, 18851 "uses_default_features": true 18852 }, 18853 { 18854 "features": [], 18855 "kind": "dev", 18856 "name": "futures-time", 18857 "optional": false, 18858 "registry": null, 18859 "rename": null, 18860 "req": "^3.0.0", 18861 "source": "registry+https://github.com/rust-lang/crates.io-index", 18862 "target": null, 18863 "uses_default_features": true 18864 }, 18865 { 18866 "features": [], 18867 "kind": "dev", 18868 "name": "lending-stream", 18869 "optional": false, 18870 "registry": null, 18871 "rename": null, 18872 "req": "^1.0.0", 18873 "source": "registry+https://github.com/rust-lang/crates.io-index", 18874 "target": null, 18875 "uses_default_features": true 18876 }, 18877 { 18878 "features": [], 18879 "kind": "dev", 18880 "name": "rand", 18881 "optional": false, 18882 "registry": null, 18883 "rename": null, 18884 "req": "^0.8.5", 18885 "source": "registry+https://github.com/rust-lang/crates.io-index", 18886 "target": null, 18887 "uses_default_features": true 18888 }, 18889 { 18890 "features": [ 18891 "macros", 18892 "time", 18893 "rt-multi-thread" 18894 ], 18895 "kind": "dev", 18896 "name": "tokio", 18897 "optional": false, 18898 "registry": null, 18899 "rename": null, 18900 "req": "^1.32.0", 18901 "source": "registry+https://github.com/rust-lang/crates.io-index", 18902 "target": null, 18903 "uses_default_features": true 18904 } 18905 ], 18906 "description": "Structured concurrency operations for async Rust", 18907 "documentation": "https://docs.rs/futures-concurrency", 18908 "edition": "2021", 18909 "features": { 18910 "alloc": [ 18911 "bitvec/alloc", 18912 "dep:slab", 18913 "dep:smallvec" 18914 ], 18915 "default": [ 18916 "std" 18917 ], 18918 "std": [ 18919 "alloc" 18920 ] 18921 }, 18922 "homepage": null, 18923 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 18924 "keywords": [], 18925 "license": "MIT OR Apache-2.0", 18926 "license_file": null, 18927 "links": null, 18928 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/Cargo.toml", 18929 "metadata": null, 18930 "name": "futures-concurrency", 18931 "publish": null, 18932 "readme": "README.md", 18933 "repository": "https://github.com/yoshuawuyts/futures-concurrency", 18934 "rust_version": null, 18935 "source": "registry+https://github.com/rust-lang/crates.io-index", 18936 "targets": [ 18937 { 18938 "crate_types": [ 18939 "lib" 18940 ], 18941 "doc": true, 18942 "doctest": true, 18943 "edition": "2021", 18944 "kind": [ 18945 "lib" 18946 ], 18947 "name": "futures_concurrency", 18948 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/src/lib.rs", 18949 "test": true 18950 }, 18951 { 18952 "crate_types": [ 18953 "bin" 18954 ], 18955 "doc": false, 18956 "doctest": false, 18957 "edition": "2021", 18958 "kind": [ 18959 "example" 18960 ], 18961 "name": "happy_eyeballs", 18962 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/examples/happy_eyeballs.rs", 18963 "test": false 18964 }, 18965 { 18966 "crate_types": [ 18967 "bin" 18968 ], 18969 "doc": false, 18970 "doctest": false, 18971 "edition": "2021", 18972 "kind": [ 18973 "test" 18974 ], 18975 "name": "regression-155", 18976 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/tests/regression-155.rs", 18977 "test": true 18978 }, 18979 { 18980 "crate_types": [ 18981 "bin" 18982 ], 18983 "doc": false, 18984 "doctest": false, 18985 "edition": "2021", 18986 "kind": [ 18987 "test" 18988 ], 18989 "name": "no_std", 18990 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/tests/no_std.rs", 18991 "test": true 18992 }, 18993 { 18994 "crate_types": [ 18995 "bin" 18996 ], 18997 "doc": false, 18998 "doctest": false, 18999 "edition": "2021", 19000 "kind": [ 19001 "bench" 19002 ], 19003 "name": "bench", 19004 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/benches/bench.rs", 19005 "test": false 19006 }, 19007 { 19008 "crate_types": [ 19009 "bin" 19010 ], 19011 "doc": false, 19012 "doctest": false, 19013 "edition": "2021", 19014 "kind": [ 19015 "bench" 19016 ], 19017 "name": "compare", 19018 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.5.0/benches/compare.rs", 19019 "test": false 19020 } 19021 ], 19022 "version": "7.5.0" 19023 }, 19024 { 19025 "authors": [], 19026 "categories": [], 19027 "default_run": null, 19028 "dependencies": [ 19029 { 19030 "features": [ 19031 "require-cas" 19032 ], 19033 "kind": null, 19034 "name": "portable-atomic", 19035 "optional": true, 19036 "registry": null, 19037 "rename": null, 19038 "req": "^1.3", 19039 "source": "registry+https://github.com/rust-lang/crates.io-index", 19040 "target": null, 19041 "uses_default_features": false 19042 } 19043 ], 19044 "description": "The core traits and types in for the `futures` library.\n", 19045 "documentation": null, 19046 "edition": "2018", 19047 "features": { 19048 "alloc": [], 19049 "cfg-target-has-atomic": [], 19050 "default": [ 19051 "std" 19052 ], 19053 "portable-atomic": [ 19054 "dep:portable-atomic" 19055 ], 19056 "std": [ 19057 "alloc" 19058 ], 19059 "unstable": [] 19060 }, 19061 "homepage": "https://rust-lang.github.io/futures-rs", 19062 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19063 "keywords": [], 19064 "license": "MIT OR Apache-2.0", 19065 "license_file": null, 19066 "links": null, 19067 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml", 19068 "metadata": { 19069 "docs": { 19070 "rs": { 19071 "all-features": true, 19072 "rustdoc-args": [ 19073 "--cfg", 19074 "docsrs" 19075 ] 19076 } 19077 } 19078 }, 19079 "name": "futures-core", 19080 "publish": null, 19081 "readme": "README.md", 19082 "repository": "https://github.com/rust-lang/futures-rs", 19083 "rust_version": "1.36", 19084 "source": "registry+https://github.com/rust-lang/crates.io-index", 19085 "targets": [ 19086 { 19087 "crate_types": [ 19088 "lib" 19089 ], 19090 "doc": true, 19091 "doctest": true, 19092 "edition": "2018", 19093 "kind": [ 19094 "lib" 19095 ], 19096 "name": "futures_core", 19097 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs", 19098 "test": true 19099 } 19100 ], 19101 "version": "0.3.30" 19102 }, 19103 { 19104 "authors": [], 19105 "categories": [], 19106 "default_run": null, 19107 "dependencies": [ 19108 { 19109 "features": [], 19110 "kind": null, 19111 "name": "futures-core", 19112 "optional": false, 19113 "registry": null, 19114 "rename": null, 19115 "req": "^0.3.30", 19116 "source": "registry+https://github.com/rust-lang/crates.io-index", 19117 "target": null, 19118 "uses_default_features": false 19119 }, 19120 { 19121 "features": [], 19122 "kind": null, 19123 "name": "futures-task", 19124 "optional": false, 19125 "registry": null, 19126 "rename": null, 19127 "req": "^0.3.30", 19128 "source": "registry+https://github.com/rust-lang/crates.io-index", 19129 "target": null, 19130 "uses_default_features": false 19131 }, 19132 { 19133 "features": [], 19134 "kind": null, 19135 "name": "futures-util", 19136 "optional": false, 19137 "registry": null, 19138 "rename": null, 19139 "req": "^0.3.30", 19140 "source": "registry+https://github.com/rust-lang/crates.io-index", 19141 "target": null, 19142 "uses_default_features": false 19143 }, 19144 { 19145 "features": [], 19146 "kind": null, 19147 "name": "num_cpus", 19148 "optional": true, 19149 "registry": null, 19150 "rename": null, 19151 "req": "^1.8.0", 19152 "source": "registry+https://github.com/rust-lang/crates.io-index", 19153 "target": null, 19154 "uses_default_features": true 19155 } 19156 ], 19157 "description": "Executors for asynchronous tasks based on the futures-rs library.\n", 19158 "documentation": null, 19159 "edition": "2018", 19160 "features": { 19161 "default": [ 19162 "std" 19163 ], 19164 "num_cpus": [ 19165 "dep:num_cpus" 19166 ], 19167 "std": [ 19168 "futures-core/std", 19169 "futures-task/std", 19170 "futures-util/std" 19171 ], 19172 "thread-pool": [ 19173 "std", 19174 "num_cpus" 19175 ] 19176 }, 19177 "homepage": "https://rust-lang.github.io/futures-rs", 19178 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19179 "keywords": [], 19180 "license": "MIT OR Apache-2.0", 19181 "license_file": null, 19182 "links": null, 19183 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/Cargo.toml", 19184 "metadata": { 19185 "docs": { 19186 "rs": { 19187 "all-features": true, 19188 "rustdoc-args": [ 19189 "--cfg", 19190 "docsrs" 19191 ] 19192 } 19193 } 19194 }, 19195 "name": "futures-executor", 19196 "publish": null, 19197 "readme": "README.md", 19198 "repository": "https://github.com/rust-lang/futures-rs", 19199 "rust_version": "1.56", 19200 "source": "registry+https://github.com/rust-lang/crates.io-index", 19201 "targets": [ 19202 { 19203 "crate_types": [ 19204 "lib" 19205 ], 19206 "doc": true, 19207 "doctest": true, 19208 "edition": "2018", 19209 "kind": [ 19210 "lib" 19211 ], 19212 "name": "futures_executor", 19213 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs", 19214 "test": true 19215 }, 19216 { 19217 "crate_types": [ 19218 "bin" 19219 ], 19220 "doc": false, 19221 "doctest": false, 19222 "edition": "2018", 19223 "kind": [ 19224 "test" 19225 ], 19226 "name": "local_pool", 19227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/tests/local_pool.rs", 19228 "test": true 19229 }, 19230 { 19231 "crate_types": [ 19232 "bin" 19233 ], 19234 "doc": false, 19235 "doctest": false, 19236 "edition": "2018", 19237 "kind": [ 19238 "bench" 19239 ], 19240 "name": "thread_notify", 19241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/benches/thread_notify.rs", 19242 "test": false 19243 } 19244 ], 19245 "version": "0.3.30" 19246 }, 19247 { 19248 "authors": [], 19249 "categories": [], 19250 "default_run": null, 19251 "dependencies": [], 19252 "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n", 19253 "documentation": null, 19254 "edition": "2018", 19255 "features": { 19256 "default": [ 19257 "std" 19258 ], 19259 "std": [], 19260 "unstable": [] 19261 }, 19262 "homepage": "https://rust-lang.github.io/futures-rs", 19263 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19264 "keywords": [], 19265 "license": "MIT OR Apache-2.0", 19266 "license_file": null, 19267 "links": null, 19268 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/Cargo.toml", 19269 "metadata": { 19270 "docs": { 19271 "rs": { 19272 "all-features": true, 19273 "rustdoc-args": [ 19274 "--cfg", 19275 "docsrs" 19276 ] 19277 } 19278 } 19279 }, 19280 "name": "futures-io", 19281 "publish": null, 19282 "readme": "README.md", 19283 "repository": "https://github.com/rust-lang/futures-rs", 19284 "rust_version": "1.36", 19285 "source": "registry+https://github.com/rust-lang/crates.io-index", 19286 "targets": [ 19287 { 19288 "crate_types": [ 19289 "lib" 19290 ], 19291 "doc": true, 19292 "doctest": true, 19293 "edition": "2018", 19294 "kind": [ 19295 "lib" 19296 ], 19297 "name": "futures_io", 19298 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs", 19299 "test": true 19300 } 19301 ], 19302 "version": "0.3.30" 19303 }, 19304 { 19305 "authors": [ 19306 "Stjepan Glavina <[email protected]>", 19307 "Contributors to futures-rs" 19308 ], 19309 "categories": [ 19310 "asynchronous", 19311 "concurrency" 19312 ], 19313 "default_run": null, 19314 "dependencies": [ 19315 { 19316 "features": [], 19317 "kind": null, 19318 "name": "fastrand", 19319 "optional": true, 19320 "registry": null, 19321 "rename": null, 19322 "req": "^2.0.0", 19323 "source": "registry+https://github.com/rust-lang/crates.io-index", 19324 "target": null, 19325 "uses_default_features": false 19326 }, 19327 { 19328 "features": [], 19329 "kind": null, 19330 "name": "futures-core", 19331 "optional": false, 19332 "registry": null, 19333 "rename": null, 19334 "req": "^0.3.5", 19335 "source": "registry+https://github.com/rust-lang/crates.io-index", 19336 "target": null, 19337 "uses_default_features": false 19338 }, 19339 { 19340 "features": [], 19341 "kind": null, 19342 "name": "futures-io", 19343 "optional": true, 19344 "registry": null, 19345 "rename": null, 19346 "req": "^0.3.5", 19347 "source": "registry+https://github.com/rust-lang/crates.io-index", 19348 "target": null, 19349 "uses_default_features": true 19350 }, 19351 { 19352 "features": [], 19353 "kind": null, 19354 "name": "memchr", 19355 "optional": true, 19356 "registry": null, 19357 "rename": null, 19358 "req": "^2.3.3", 19359 "source": "registry+https://github.com/rust-lang/crates.io-index", 19360 "target": null, 19361 "uses_default_features": true 19362 }, 19363 { 19364 "features": [], 19365 "kind": null, 19366 "name": "parking", 19367 "optional": true, 19368 "registry": null, 19369 "rename": null, 19370 "req": "^2.2.0", 19371 "source": "registry+https://github.com/rust-lang/crates.io-index", 19372 "target": null, 19373 "uses_default_features": true 19374 }, 19375 { 19376 "features": [], 19377 "kind": null, 19378 "name": "pin-project-lite", 19379 "optional": false, 19380 "registry": null, 19381 "rename": null, 19382 "req": "^0.2.0", 19383 "source": "registry+https://github.com/rust-lang/crates.io-index", 19384 "target": null, 19385 "uses_default_features": true 19386 }, 19387 { 19388 "features": [], 19389 "kind": "dev", 19390 "name": "spin_on", 19391 "optional": false, 19392 "registry": null, 19393 "rename": null, 19394 "req": "^0.1.0", 19395 "source": "registry+https://github.com/rust-lang/crates.io-index", 19396 "target": null, 19397 "uses_default_features": true 19398 }, 19399 { 19400 "features": [], 19401 "kind": "dev", 19402 "name": "waker-fn", 19403 "optional": false, 19404 "registry": null, 19405 "rename": null, 19406 "req": "^1.0.0", 19407 "source": "registry+https://github.com/rust-lang/crates.io-index", 19408 "target": null, 19409 "uses_default_features": true 19410 } 19411 ], 19412 "description": "Futures, streams, and async I/O combinators", 19413 "documentation": "https://docs.rs/futures-lite", 19414 "edition": "2021", 19415 "features": { 19416 "alloc": [], 19417 "default": [ 19418 "race", 19419 "std" 19420 ], 19421 "fastrand": [ 19422 "dep:fastrand" 19423 ], 19424 "futures-io": [ 19425 "dep:futures-io" 19426 ], 19427 "memchr": [ 19428 "dep:memchr" 19429 ], 19430 "parking": [ 19431 "dep:parking" 19432 ], 19433 "race": [ 19434 "fastrand" 19435 ], 19436 "std": [ 19437 "alloc", 19438 "fastrand/std", 19439 "futures-io", 19440 "parking" 19441 ] 19442 }, 19443 "homepage": "https://github.com/smol-rs/futures-lite", 19444 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19445 "keywords": [ 19446 "asynchronous", 19447 "futures", 19448 "async" 19449 ], 19450 "license": "Apache-2.0 OR MIT", 19451 "license_file": null, 19452 "links": null, 19453 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/Cargo.toml", 19454 "metadata": null, 19455 "name": "futures-lite", 19456 "publish": null, 19457 "readme": "README.md", 19458 "repository": "https://github.com/smol-rs/futures-lite", 19459 "rust_version": "1.60", 19460 "source": "registry+https://github.com/rust-lang/crates.io-index", 19461 "targets": [ 19462 { 19463 "crate_types": [ 19464 "lib" 19465 ], 19466 "doc": true, 19467 "doctest": true, 19468 "edition": "2021", 19469 "kind": [ 19470 "lib" 19471 ], 19472 "name": "futures_lite", 19473 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs", 19474 "test": true 19475 } 19476 ], 19477 "version": "2.3.0" 19478 }, 19479 { 19480 "authors": [], 19481 "categories": [], 19482 "default_run": null, 19483 "dependencies": [ 19484 { 19485 "features": [], 19486 "kind": null, 19487 "name": "proc-macro2", 19488 "optional": false, 19489 "registry": null, 19490 "rename": null, 19491 "req": "^1.0.60", 19492 "source": "registry+https://github.com/rust-lang/crates.io-index", 19493 "target": null, 19494 "uses_default_features": true 19495 }, 19496 { 19497 "features": [], 19498 "kind": null, 19499 "name": "quote", 19500 "optional": false, 19501 "registry": null, 19502 "rename": null, 19503 "req": "^1.0", 19504 "source": "registry+https://github.com/rust-lang/crates.io-index", 19505 "target": null, 19506 "uses_default_features": true 19507 }, 19508 { 19509 "features": [ 19510 "full" 19511 ], 19512 "kind": null, 19513 "name": "syn", 19514 "optional": false, 19515 "registry": null, 19516 "rename": null, 19517 "req": "^2.0.8", 19518 "source": "registry+https://github.com/rust-lang/crates.io-index", 19519 "target": null, 19520 "uses_default_features": true 19521 } 19522 ], 19523 "description": "The futures-rs procedural macro implementations.\n", 19524 "documentation": null, 19525 "edition": "2018", 19526 "features": {}, 19527 "homepage": "https://rust-lang.github.io/futures-rs", 19528 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19529 "keywords": [], 19530 "license": "MIT OR Apache-2.0", 19531 "license_file": null, 19532 "links": null, 19533 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/Cargo.toml", 19534 "metadata": null, 19535 "name": "futures-macro", 19536 "publish": null, 19537 "readme": null, 19538 "repository": "https://github.com/rust-lang/futures-rs", 19539 "rust_version": "1.56", 19540 "source": "registry+https://github.com/rust-lang/crates.io-index", 19541 "targets": [ 19542 { 19543 "crate_types": [ 19544 "proc-macro" 19545 ], 19546 "doc": true, 19547 "doctest": true, 19548 "edition": "2018", 19549 "kind": [ 19550 "proc-macro" 19551 ], 19552 "name": "futures_macro", 19553 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs", 19554 "test": true 19555 } 19556 ], 19557 "version": "0.3.30" 19558 }, 19559 { 19560 "authors": [], 19561 "categories": [], 19562 "default_run": null, 19563 "dependencies": [], 19564 "description": "The asynchronous `Sink` trait for the futures-rs library.\n", 19565 "documentation": null, 19566 "edition": "2018", 19567 "features": { 19568 "alloc": [], 19569 "default": [ 19570 "std" 19571 ], 19572 "std": [ 19573 "alloc" 19574 ] 19575 }, 19576 "homepage": "https://rust-lang.github.io/futures-rs", 19577 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19578 "keywords": [], 19579 "license": "MIT OR Apache-2.0", 19580 "license_file": null, 19581 "links": null, 19582 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml", 19583 "metadata": { 19584 "docs": { 19585 "rs": { 19586 "all-features": true 19587 } 19588 } 19589 }, 19590 "name": "futures-sink", 19591 "publish": null, 19592 "readme": "README.md", 19593 "repository": "https://github.com/rust-lang/futures-rs", 19594 "rust_version": "1.36", 19595 "source": "registry+https://github.com/rust-lang/crates.io-index", 19596 "targets": [ 19597 { 19598 "crate_types": [ 19599 "lib" 19600 ], 19601 "doc": true, 19602 "doctest": true, 19603 "edition": "2018", 19604 "kind": [ 19605 "lib" 19606 ], 19607 "name": "futures_sink", 19608 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs", 19609 "test": true 19610 } 19611 ], 19612 "version": "0.3.30" 19613 }, 19614 { 19615 "authors": [], 19616 "categories": [], 19617 "default_run": null, 19618 "dependencies": [], 19619 "description": "Tools for working with tasks.\n", 19620 "documentation": null, 19621 "edition": "2018", 19622 "features": { 19623 "alloc": [], 19624 "cfg-target-has-atomic": [], 19625 "default": [ 19626 "std" 19627 ], 19628 "std": [ 19629 "alloc" 19630 ], 19631 "unstable": [] 19632 }, 19633 "homepage": "https://rust-lang.github.io/futures-rs", 19634 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19635 "keywords": [], 19636 "license": "MIT OR Apache-2.0", 19637 "license_file": null, 19638 "links": null, 19639 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml", 19640 "metadata": { 19641 "docs": { 19642 "rs": { 19643 "all-features": true 19644 } 19645 } 19646 }, 19647 "name": "futures-task", 19648 "publish": null, 19649 "readme": "README.md", 19650 "repository": "https://github.com/rust-lang/futures-rs", 19651 "rust_version": "1.56", 19652 "source": "registry+https://github.com/rust-lang/crates.io-index", 19653 "targets": [ 19654 { 19655 "crate_types": [ 19656 "lib" 19657 ], 19658 "doc": true, 19659 "doctest": true, 19660 "edition": "2018", 19661 "kind": [ 19662 "lib" 19663 ], 19664 "name": "futures_task", 19665 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs", 19666 "test": true 19667 } 19668 ], 19669 "version": "0.3.30" 19670 }, 19671 { 19672 "authors": [], 19673 "categories": [], 19674 "default_run": null, 19675 "dependencies": [ 19676 { 19677 "features": [ 19678 "std" 19679 ], 19680 "kind": null, 19681 "name": "futures-channel", 19682 "optional": true, 19683 "registry": null, 19684 "rename": null, 19685 "req": "^0.3.30", 19686 "source": "registry+https://github.com/rust-lang/crates.io-index", 19687 "target": null, 19688 "uses_default_features": false 19689 }, 19690 { 19691 "features": [], 19692 "kind": null, 19693 "name": "futures-core", 19694 "optional": false, 19695 "registry": null, 19696 "rename": null, 19697 "req": "^0.3.30", 19698 "source": "registry+https://github.com/rust-lang/crates.io-index", 19699 "target": null, 19700 "uses_default_features": false 19701 }, 19702 { 19703 "features": [ 19704 "std" 19705 ], 19706 "kind": null, 19707 "name": "futures-io", 19708 "optional": true, 19709 "registry": null, 19710 "rename": null, 19711 "req": "^0.3.30", 19712 "source": "registry+https://github.com/rust-lang/crates.io-index", 19713 "target": null, 19714 "uses_default_features": false 19715 }, 19716 { 19717 "features": [], 19718 "kind": null, 19719 "name": "futures-macro", 19720 "optional": true, 19721 "registry": null, 19722 "rename": null, 19723 "req": "=0.3.30", 19724 "source": "registry+https://github.com/rust-lang/crates.io-index", 19725 "target": null, 19726 "uses_default_features": false 19727 }, 19728 { 19729 "features": [], 19730 "kind": null, 19731 "name": "futures-sink", 19732 "optional": true, 19733 "registry": null, 19734 "rename": null, 19735 "req": "^0.3.30", 19736 "source": "registry+https://github.com/rust-lang/crates.io-index", 19737 "target": null, 19738 "uses_default_features": false 19739 }, 19740 { 19741 "features": [], 19742 "kind": null, 19743 "name": "futures-task", 19744 "optional": false, 19745 "registry": null, 19746 "rename": null, 19747 "req": "^0.3.30", 19748 "source": "registry+https://github.com/rust-lang/crates.io-index", 19749 "target": null, 19750 "uses_default_features": false 19751 }, 19752 { 19753 "features": [], 19754 "kind": null, 19755 "name": "futures", 19756 "optional": true, 19757 "registry": null, 19758 "rename": "futures_01", 19759 "req": "^0.1.25", 19760 "source": "registry+https://github.com/rust-lang/crates.io-index", 19761 "target": null, 19762 "uses_default_features": true 19763 }, 19764 { 19765 "features": [], 19766 "kind": null, 19767 "name": "memchr", 19768 "optional": true, 19769 "registry": null, 19770 "rename": null, 19771 "req": "^2.2", 19772 "source": "registry+https://github.com/rust-lang/crates.io-index", 19773 "target": null, 19774 "uses_default_features": true 19775 }, 19776 { 19777 "features": [], 19778 "kind": null, 19779 "name": "pin-project-lite", 19780 "optional": false, 19781 "registry": null, 19782 "rename": null, 19783 "req": "^0.2.6", 19784 "source": "registry+https://github.com/rust-lang/crates.io-index", 19785 "target": null, 19786 "uses_default_features": true 19787 }, 19788 { 19789 "features": [], 19790 "kind": null, 19791 "name": "pin-utils", 19792 "optional": false, 19793 "registry": null, 19794 "rename": null, 19795 "req": "^0.1.0", 19796 "source": "registry+https://github.com/rust-lang/crates.io-index", 19797 "target": null, 19798 "uses_default_features": true 19799 }, 19800 { 19801 "features": [], 19802 "kind": null, 19803 "name": "slab", 19804 "optional": true, 19805 "registry": null, 19806 "rename": null, 19807 "req": "^0.4.2", 19808 "source": "registry+https://github.com/rust-lang/crates.io-index", 19809 "target": null, 19810 "uses_default_features": true 19811 }, 19812 { 19813 "features": [], 19814 "kind": null, 19815 "name": "tokio-io", 19816 "optional": true, 19817 "registry": null, 19818 "rename": null, 19819 "req": "^0.1.9", 19820 "source": "registry+https://github.com/rust-lang/crates.io-index", 19821 "target": null, 19822 "uses_default_features": true 19823 }, 19824 { 19825 "features": [], 19826 "kind": "dev", 19827 "name": "tokio", 19828 "optional": false, 19829 "registry": null, 19830 "rename": null, 19831 "req": "^0.1.11", 19832 "source": "registry+https://github.com/rust-lang/crates.io-index", 19833 "target": null, 19834 "uses_default_features": true 19835 } 19836 ], 19837 "description": "Common utilities and extension traits for the futures-rs library.\n", 19838 "documentation": null, 19839 "edition": "2018", 19840 "features": { 19841 "alloc": [ 19842 "futures-core/alloc", 19843 "futures-task/alloc" 19844 ], 19845 "async-await": [], 19846 "async-await-macro": [ 19847 "async-await", 19848 "futures-macro" 19849 ], 19850 "bilock": [], 19851 "cfg-target-has-atomic": [], 19852 "channel": [ 19853 "std", 19854 "futures-channel" 19855 ], 19856 "compat": [ 19857 "std", 19858 "futures_01" 19859 ], 19860 "default": [ 19861 "std", 19862 "async-await", 19863 "async-await-macro" 19864 ], 19865 "futures-channel": [ 19866 "dep:futures-channel" 19867 ], 19868 "futures-io": [ 19869 "dep:futures-io" 19870 ], 19871 "futures-macro": [ 19872 "dep:futures-macro" 19873 ], 19874 "futures-sink": [ 19875 "dep:futures-sink" 19876 ], 19877 "futures_01": [ 19878 "dep:futures_01" 19879 ], 19880 "io": [ 19881 "std", 19882 "futures-io", 19883 "memchr" 19884 ], 19885 "io-compat": [ 19886 "io", 19887 "compat", 19888 "tokio-io" 19889 ], 19890 "memchr": [ 19891 "dep:memchr" 19892 ], 19893 "portable-atomic": [ 19894 "futures-core/portable-atomic" 19895 ], 19896 "sink": [ 19897 "futures-sink" 19898 ], 19899 "slab": [ 19900 "dep:slab" 19901 ], 19902 "std": [ 19903 "alloc", 19904 "futures-core/std", 19905 "futures-task/std", 19906 "slab" 19907 ], 19908 "tokio-io": [ 19909 "dep:tokio-io" 19910 ], 19911 "unstable": [ 19912 "futures-core/unstable", 19913 "futures-task/unstable" 19914 ], 19915 "write-all-vectored": [ 19916 "io" 19917 ] 19918 }, 19919 "homepage": "https://rust-lang.github.io/futures-rs", 19920 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 19921 "keywords": [], 19922 "license": "MIT OR Apache-2.0", 19923 "license_file": null, 19924 "links": null, 19925 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml", 19926 "metadata": { 19927 "docs": { 19928 "rs": { 19929 "all-features": true, 19930 "rustdoc-args": [ 19931 "--cfg", 19932 "docsrs" 19933 ] 19934 } 19935 } 19936 }, 19937 "name": "futures-util", 19938 "publish": null, 19939 "readme": "README.md", 19940 "repository": "https://github.com/rust-lang/futures-rs", 19941 "rust_version": "1.56", 19942 "source": "registry+https://github.com/rust-lang/crates.io-index", 19943 "targets": [ 19944 { 19945 "crate_types": [ 19946 "lib" 19947 ], 19948 "doc": true, 19949 "doctest": true, 19950 "edition": "2018", 19951 "kind": [ 19952 "lib" 19953 ], 19954 "name": "futures_util", 19955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs", 19956 "test": true 19957 }, 19958 { 19959 "crate_types": [ 19960 "bin" 19961 ], 19962 "doc": false, 19963 "doctest": false, 19964 "edition": "2018", 19965 "kind": [ 19966 "bench" 19967 ], 19968 "name": "flatten_unordered", 19969 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs", 19970 "test": false 19971 }, 19972 { 19973 "crate_types": [ 19974 "bin" 19975 ], 19976 "doc": false, 19977 "doctest": false, 19978 "edition": "2018", 19979 "kind": [ 19980 "bench" 19981 ], 19982 "name": "select", 19983 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs", 19984 "test": false 19985 }, 19986 { 19987 "crate_types": [ 19988 "bin" 19989 ], 19990 "doc": false, 19991 "doctest": false, 19992 "edition": "2018", 19993 "kind": [ 19994 "bench" 19995 ], 19996 "name": "bilock", 19997 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs", 19998 "test": false 19999 }, 20000 { 20001 "crate_types": [ 20002 "bin" 20003 ], 20004 "doc": false, 20005 "doctest": false, 20006 "edition": "2018", 20007 "kind": [ 20008 "bench" 20009 ], 20010 "name": "futures_unordered", 20011 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs", 20012 "test": false 20013 } 20014 ], 20015 "version": "0.3.30" 20016 }, 20017 { 20018 "authors": [ 20019 "Jinzhou Zhang <[email protected]>" 20020 ], 20021 "categories": [], 20022 "default_run": null, 20023 "dependencies": [ 20024 { 20025 "features": [], 20026 "kind": null, 20027 "name": "thread_local", 20028 "optional": false, 20029 "registry": null, 20030 "rename": null, 20031 "req": "^1.0.0", 20032 "source": "registry+https://github.com/rust-lang/crates.io-index", 20033 "target": null, 20034 "uses_default_features": true 20035 }, 20036 { 20037 "features": [], 20038 "kind": "dev", 20039 "name": "termion", 20040 "optional": false, 20041 "registry": null, 20042 "rename": null, 20043 "req": "^1.5.1", 20044 "source": "registry+https://github.com/rust-lang/crates.io-index", 20045 "target": null, 20046 "uses_default_features": true 20047 } 20048 ], 20049 "description": "Fuzzy Matching Library", 20050 "documentation": "https://docs.rs/fuzzy-matcher", 20051 "edition": "2018", 20052 "features": { 20053 "compact": [], 20054 "default": [] 20055 }, 20056 "homepage": "https://github.com/lotabout/fuzzy-matcher", 20057 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 20058 "keywords": [ 20059 "fuzzy", 20060 "match", 20061 "text", 20062 "search" 20063 ], 20064 "license": "MIT", 20065 "license_file": null, 20066 "links": null, 20067 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fuzzy-matcher-0.3.7/Cargo.toml", 20068 "metadata": null, 20069 "name": "fuzzy-matcher", 20070 "publish": null, 20071 "readme": "README.md", 20072 "repository": "https://github.com/lotabout/fuzzy-matcher", 20073 "rust_version": null, 20074 "source": "registry+https://github.com/rust-lang/crates.io-index", 20075 "targets": [ 20076 { 20077 "crate_types": [ 20078 "lib" 20079 ], 20080 "doc": true, 20081 "doctest": true, 20082 "edition": "2018", 20083 "kind": [ 20084 "lib" 20085 ], 20086 "name": "fuzzy_matcher", 20087 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fuzzy-matcher-0.3.7/src/lib.rs", 20088 "test": true 20089 }, 20090 { 20091 "crate_types": [ 20092 "bin" 20093 ], 20094 "doc": false, 20095 "doctest": false, 20096 "edition": "2018", 20097 "kind": [ 20098 "example" 20099 ], 20100 "name": "fz", 20101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/fuzzy-matcher-0.3.7/examples/fz.rs", 20102 "test": false 20103 } 20104 ], 20105 "version": "0.3.7" 20106 }, 20107 { 20108 "authors": [ 20109 "Bart\u0142omiej Kami\u0144ski <[email protected]>", 20110 "Aaron Trent <[email protected]>" 20111 ], 20112 "categories": [ 20113 "data-structures", 20114 "no-std" 20115 ], 20116 "default_run": null, 20117 "dependencies": [ 20118 { 20119 "features": [], 20120 "kind": null, 20121 "name": "serde", 20122 "optional": true, 20123 "registry": null, 20124 "rename": null, 20125 "req": "^1.0", 20126 "source": "registry+https://github.com/rust-lang/crates.io-index", 20127 "target": null, 20128 "uses_default_features": false 20129 }, 20130 { 20131 "features": [], 20132 "kind": null, 20133 "name": "typenum", 20134 "optional": false, 20135 "registry": null, 20136 "rename": null, 20137 "req": "^1.12", 20138 "source": "registry+https://github.com/rust-lang/crates.io-index", 20139 "target": null, 20140 "uses_default_features": true 20141 }, 20142 { 20143 "features": [], 20144 "kind": null, 20145 "name": "zeroize", 20146 "optional": true, 20147 "registry": null, 20148 "rename": null, 20149 "req": "^1", 20150 "source": "registry+https://github.com/rust-lang/crates.io-index", 20151 "target": null, 20152 "uses_default_features": false 20153 }, 20154 { 20155 "features": [], 20156 "kind": "dev", 20157 "name": "bincode", 20158 "optional": false, 20159 "registry": null, 20160 "rename": null, 20161 "req": "^1.0", 20162 "source": "registry+https://github.com/rust-lang/crates.io-index", 20163 "target": null, 20164 "uses_default_features": true 20165 }, 20166 { 20167 "features": [], 20168 "kind": "dev", 20169 "name": "serde_json", 20170 "optional": false, 20171 "registry": null, 20172 "rename": null, 20173 "req": "^1.0", 20174 "source": "registry+https://github.com/rust-lang/crates.io-index", 20175 "target": null, 20176 "uses_default_features": true 20177 }, 20178 { 20179 "features": [], 20180 "kind": "build", 20181 "name": "version_check", 20182 "optional": false, 20183 "registry": null, 20184 "rename": null, 20185 "req": "^0.9", 20186 "source": "registry+https://github.com/rust-lang/crates.io-index", 20187 "target": null, 20188 "uses_default_features": true 20189 } 20190 ], 20191 "description": "Generic types implementing functionality of arrays", 20192 "documentation": "http://fizyk20.github.io/generic-array/generic_array/", 20193 "edition": "2015", 20194 "features": { 20195 "more_lengths": [], 20196 "serde": [ 20197 "dep:serde" 20198 ], 20199 "zeroize": [ 20200 "dep:zeroize" 20201 ] 20202 }, 20203 "homepage": null, 20204 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 20205 "keywords": [ 20206 "generic", 20207 "array" 20208 ], 20209 "license": "MIT", 20210 "license_file": null, 20211 "links": null, 20212 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/Cargo.toml", 20213 "metadata": { 20214 "docs": { 20215 "rs": { 20216 "features": [ 20217 "serde", 20218 "zeroize" 20219 ] 20220 } 20221 } 20222 }, 20223 "name": "generic-array", 20224 "publish": null, 20225 "readme": "README.md", 20226 "repository": "https://github.com/fizyk20/generic-array.git", 20227 "rust_version": null, 20228 "source": "registry+https://github.com/rust-lang/crates.io-index", 20229 "targets": [ 20230 { 20231 "crate_types": [ 20232 "lib" 20233 ], 20234 "doc": true, 20235 "doctest": true, 20236 "edition": "2015", 20237 "kind": [ 20238 "lib" 20239 ], 20240 "name": "generic_array", 20241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs", 20242 "test": true 20243 }, 20244 { 20245 "crate_types": [ 20246 "bin" 20247 ], 20248 "doc": false, 20249 "doctest": false, 20250 "edition": "2015", 20251 "kind": [ 20252 "custom-build" 20253 ], 20254 "name": "build-script-build", 20255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs", 20256 "test": false 20257 } 20258 ], 20259 "version": "0.14.7" 20260 }, 20261 { 20262 "authors": [], 20263 "categories": [ 20264 "science::geo" 20265 ], 20266 "default_run": null, 20267 "dependencies": [ 20268 { 20269 "features": [], 20270 "kind": null, 20271 "name": "earcutr", 20272 "optional": true, 20273 "registry": null, 20274 "rename": null, 20275 "req": "^0.4.2", 20276 "source": "registry+https://github.com/rust-lang/crates.io-index", 20277 "target": null, 20278 "uses_default_features": true 20279 }, 20280 { 20281 "features": [], 20282 "kind": null, 20283 "name": "float_next_after", 20284 "optional": false, 20285 "registry": null, 20286 "rename": null, 20287 "req": "^1.0.0", 20288 "source": "registry+https://github.com/rust-lang/crates.io-index", 20289 "target": null, 20290 "uses_default_features": true 20291 }, 20292 { 20293 "features": [ 20294 "approx", 20295 "use-rstar_0_11" 20296 ], 20297 "kind": null, 20298 "name": "geo-types", 20299 "optional": false, 20300 "registry": null, 20301 "rename": null, 20302 "req": "^0.7.9", 20303 "source": "registry+https://github.com/rust-lang/crates.io-index", 20304 "target": null, 20305 "uses_default_features": true 20306 }, 20307 { 20308 "features": [], 20309 "kind": null, 20310 "name": "geographiclib-rs", 20311 "optional": false, 20312 "registry": null, 20313 "rename": null, 20314 "req": "^0.2.3", 20315 "source": "registry+https://github.com/rust-lang/crates.io-index", 20316 "target": null, 20317 "uses_default_features": false 20318 }, 20319 { 20320 "features": [], 20321 "kind": null, 20322 "name": "log", 20323 "optional": false, 20324 "registry": null, 20325 "rename": null, 20326 "req": "^0.4.11", 20327 "source": "registry+https://github.com/rust-lang/crates.io-index", 20328 "target": null, 20329 "uses_default_features": true 20330 }, 20331 { 20332 "features": [], 20333 "kind": null, 20334 "name": "num-traits", 20335 "optional": false, 20336 "registry": null, 20337 "rename": null, 20338 "req": "^0.2", 20339 "source": "registry+https://github.com/rust-lang/crates.io-index", 20340 "target": null, 20341 "uses_default_features": true 20342 }, 20343 { 20344 "features": [], 20345 "kind": null, 20346 "name": "proj", 20347 "optional": true, 20348 "registry": null, 20349 "rename": null, 20350 "req": "^0.27.0", 20351 "source": "registry+https://github.com/rust-lang/crates.io-index", 20352 "target": null, 20353 "uses_default_features": true 20354 }, 20355 { 20356 "features": [], 20357 "kind": null, 20358 "name": "robust", 20359 "optional": false, 20360 "registry": null, 20361 "rename": null, 20362 "req": "^1.1.0", 20363 "source": "registry+https://github.com/rust-lang/crates.io-index", 20364 "target": null, 20365 "uses_default_features": true 20366 }, 20367 { 20368 "features": [], 20369 "kind": null, 20370 "name": "rstar", 20371 "optional": false, 20372 "registry": null, 20373 "rename": null, 20374 "req": "^0.11.0", 20375 "source": "registry+https://github.com/rust-lang/crates.io-index", 20376 "target": null, 20377 "uses_default_features": true 20378 }, 20379 { 20380 "features": [ 20381 "derive" 20382 ], 20383 "kind": null, 20384 "name": "serde", 20385 "optional": true, 20386 "registry": null, 20387 "rename": null, 20388 "req": "^1.0", 20389 "source": "registry+https://github.com/rust-lang/crates.io-index", 20390 "target": null, 20391 "uses_default_features": true 20392 }, 20393 { 20394 "features": [], 20395 "kind": "dev", 20396 "name": "approx", 20397 "optional": false, 20398 "registry": null, 20399 "rename": null, 20400 "req": ">=0.4.0, <0.6.0", 20401 "source": "registry+https://github.com/rust-lang/crates.io-index", 20402 "target": null, 20403 "uses_default_features": true 20404 }, 20405 { 20406 "features": [ 20407 "html_reports" 20408 ], 20409 "kind": "dev", 20410 "name": "criterion", 20411 "optional": false, 20412 "registry": null, 20413 "rename": null, 20414 "req": "^0.4", 20415 "source": "registry+https://github.com/rust-lang/crates.io-index", 20416 "target": null, 20417 "uses_default_features": true 20418 }, 20419 { 20420 "features": [], 20421 "kind": "dev", 20422 "name": "pretty_env_logger", 20423 "optional": false, 20424 "registry": null, 20425 "rename": null, 20426 "req": "^0.4", 20427 "source": "registry+https://github.com/rust-lang/crates.io-index", 20428 "target": null, 20429 "uses_default_features": true 20430 }, 20431 { 20432 "features": [], 20433 "kind": "dev", 20434 "name": "rand", 20435 "optional": false, 20436 "registry": null, 20437 "rename": null, 20438 "req": "^0.8.0", 20439 "source": "registry+https://github.com/rust-lang/crates.io-index", 20440 "target": null, 20441 "uses_default_features": true 20442 }, 20443 { 20444 "features": [], 20445 "kind": "dev", 20446 "name": "rand_distr", 20447 "optional": false, 20448 "registry": null, 20449 "rename": null, 20450 "req": "^0.4.3", 20451 "source": "registry+https://github.com/rust-lang/crates.io-index", 20452 "target": null, 20453 "uses_default_features": true 20454 }, 20455 { 20456 "features": [], 20457 "kind": "dev", 20458 "name": "wkt", 20459 "optional": false, 20460 "registry": null, 20461 "rename": null, 20462 "req": "^0.10.1", 20463 "source": "registry+https://github.com/rust-lang/crates.io-index", 20464 "target": null, 20465 "uses_default_features": true 20466 } 20467 ], 20468 "description": "Geospatial primitives and algorithms", 20469 "documentation": "https://docs.rs/geo/", 20470 "edition": "2021", 20471 "features": { 20472 "default": [ 20473 "earcutr" 20474 ], 20475 "earcutr": [ 20476 "dep:earcutr" 20477 ], 20478 "proj": [ 20479 "dep:proj" 20480 ], 20481 "proj-network": [ 20482 "use-proj", 20483 "proj/network" 20484 ], 20485 "serde": [ 20486 "dep:serde" 20487 ], 20488 "use-proj": [ 20489 "proj" 20490 ], 20491 "use-serde": [ 20492 "serde", 20493 "geo-types/serde" 20494 ] 20495 }, 20496 "homepage": null, 20497 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 20498 "keywords": [ 20499 "gis", 20500 "geo", 20501 "geography", 20502 "geospatial" 20503 ], 20504 "license": "MIT OR Apache-2.0", 20505 "license_file": null, 20506 "links": null, 20507 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/Cargo.toml", 20508 "metadata": null, 20509 "name": "geo", 20510 "publish": null, 20511 "readme": "README.md", 20512 "repository": "https://github.com/georust/geo", 20513 "rust_version": "1.63", 20514 "source": "registry+https://github.com/rust-lang/crates.io-index", 20515 "targets": [ 20516 { 20517 "crate_types": [ 20518 "lib" 20519 ], 20520 "doc": true, 20521 "doctest": true, 20522 "edition": "2021", 20523 "kind": [ 20524 "lib" 20525 ], 20526 "name": "geo", 20527 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/src/lib.rs", 20528 "test": true 20529 }, 20530 { 20531 "crate_types": [ 20532 "bin" 20533 ], 20534 "doc": false, 20535 "doctest": false, 20536 "edition": "2021", 20537 "kind": [ 20538 "example" 20539 ], 20540 "name": "types", 20541 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/examples/types.rs", 20542 "test": false 20543 }, 20544 { 20545 "crate_types": [ 20546 "bin" 20547 ], 20548 "doc": false, 20549 "doctest": false, 20550 "edition": "2021", 20551 "kind": [ 20552 "example" 20553 ], 20554 "name": "algorithm", 20555 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/examples/algorithm.rs", 20556 "test": false 20557 }, 20558 { 20559 "crate_types": [ 20560 "bin" 20561 ], 20562 "doc": false, 20563 "doctest": false, 20564 "edition": "2021", 20565 "kind": [ 20566 "example" 20567 ], 20568 "name": "concavehull-usage", 20569 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/examples/concavehull-usage.rs", 20570 "test": false 20571 }, 20572 { 20573 "crate_types": [ 20574 "bin" 20575 ], 20576 "doc": false, 20577 "doctest": false, 20578 "edition": "2021", 20579 "kind": [ 20580 "bench" 20581 ], 20582 "name": "area", 20583 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/area.rs", 20584 "test": false 20585 }, 20586 { 20587 "crate_types": [ 20588 "bin" 20589 ], 20590 "doc": false, 20591 "doctest": false, 20592 "edition": "2021", 20593 "kind": [ 20594 "bench" 20595 ], 20596 "name": "contains", 20597 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/contains.rs", 20598 "test": false 20599 }, 20600 { 20601 "crate_types": [ 20602 "bin" 20603 ], 20604 "doc": false, 20605 "doctest": false, 20606 "edition": "2021", 20607 "kind": [ 20608 "bench" 20609 ], 20610 "name": "convex_hull", 20611 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/convex_hull.rs", 20612 "test": false 20613 }, 20614 { 20615 "crate_types": [ 20616 "bin" 20617 ], 20618 "doc": false, 20619 "doctest": false, 20620 "edition": "2021", 20621 "kind": [ 20622 "bench" 20623 ], 20624 "name": "concave_hull", 20625 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/concave_hull.rs", 20626 "test": false 20627 }, 20628 { 20629 "crate_types": [ 20630 "bin" 20631 ], 20632 "doc": false, 20633 "doctest": false, 20634 "edition": "2021", 20635 "kind": [ 20636 "bench" 20637 ], 20638 "name": "intersection", 20639 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/intersection.rs", 20640 "test": false 20641 }, 20642 { 20643 "crate_types": [ 20644 "bin" 20645 ], 20646 "doc": false, 20647 "doctest": false, 20648 "edition": "2021", 20649 "kind": [ 20650 "bench" 20651 ], 20652 "name": "vincenty_distance", 20653 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/vincenty_distance.rs", 20654 "test": false 20655 }, 20656 { 20657 "crate_types": [ 20658 "bin" 20659 ], 20660 "doc": false, 20661 "doctest": false, 20662 "edition": "2021", 20663 "kind": [ 20664 "bench" 20665 ], 20666 "name": "geodesic_distance", 20667 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/geodesic_distance.rs", 20668 "test": false 20669 }, 20670 { 20671 "crate_types": [ 20672 "bin" 20673 ], 20674 "doc": false, 20675 "doctest": false, 20676 "edition": "2021", 20677 "kind": [ 20678 "bench" 20679 ], 20680 "name": "extremes", 20681 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/extremes.rs", 20682 "test": false 20683 }, 20684 { 20685 "crate_types": [ 20686 "bin" 20687 ], 20688 "doc": false, 20689 "doctest": false, 20690 "edition": "2021", 20691 "kind": [ 20692 "bench" 20693 ], 20694 "name": "euclidean_distance", 20695 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/euclidean_distance.rs", 20696 "test": false 20697 }, 20698 { 20699 "crate_types": [ 20700 "bin" 20701 ], 20702 "doc": false, 20703 "doctest": false, 20704 "edition": "2021", 20705 "kind": [ 20706 "bench" 20707 ], 20708 "name": "rotate", 20709 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/rotate.rs", 20710 "test": false 20711 }, 20712 { 20713 "crate_types": [ 20714 "bin" 20715 ], 20716 "doc": false, 20717 "doctest": false, 20718 "edition": "2021", 20719 "kind": [ 20720 "bench" 20721 ], 20722 "name": "relate", 20723 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/relate.rs", 20724 "test": false 20725 }, 20726 { 20727 "crate_types": [ 20728 "bin" 20729 ], 20730 "doc": false, 20731 "doctest": false, 20732 "edition": "2021", 20733 "kind": [ 20734 "bench" 20735 ], 20736 "name": "simplify", 20737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/simplify.rs", 20738 "test": false 20739 }, 20740 { 20741 "crate_types": [ 20742 "bin" 20743 ], 20744 "doc": false, 20745 "doctest": false, 20746 "edition": "2021", 20747 "kind": [ 20748 "bench" 20749 ], 20750 "name": "simplifyvw", 20751 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/simplifyvw.rs", 20752 "test": false 20753 }, 20754 { 20755 "crate_types": [ 20756 "bin" 20757 ], 20758 "doc": false, 20759 "doctest": false, 20760 "edition": "2021", 20761 "kind": [ 20762 "bench" 20763 ], 20764 "name": "frechet_distance", 20765 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/frechet_distance.rs", 20766 "test": false 20767 }, 20768 { 20769 "crate_types": [ 20770 "bin" 20771 ], 20772 "doc": false, 20773 "doctest": false, 20774 "edition": "2021", 20775 "kind": [ 20776 "bench" 20777 ], 20778 "name": "rand_line_crossings", 20779 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/rand_line_crossings.rs", 20780 "test": false 20781 }, 20782 { 20783 "crate_types": [ 20784 "bin" 20785 ], 20786 "doc": false, 20787 "doctest": false, 20788 "edition": "2021", 20789 "kind": [ 20790 "bench" 20791 ], 20792 "name": "winding_order", 20793 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.26.0/benches/winding_order.rs", 20794 "test": false 20795 } 20796 ], 20797 "version": "0.26.0" 20798 }, 20799 { 20800 "authors": [], 20801 "categories": [ 20802 "science::geo" 20803 ], 20804 "default_run": null, 20805 "dependencies": [ 20806 { 20807 "features": [], 20808 "kind": null, 20809 "name": "earcutr", 20810 "optional": true, 20811 "registry": null, 20812 "rename": null, 20813 "req": "^0.4.2", 20814 "source": "registry+https://github.com/rust-lang/crates.io-index", 20815 "target": null, 20816 "uses_default_features": true 20817 }, 20818 { 20819 "features": [], 20820 "kind": null, 20821 "name": "float_next_after", 20822 "optional": false, 20823 "registry": null, 20824 "rename": null, 20825 "req": "^1.0.0", 20826 "source": "registry+https://github.com/rust-lang/crates.io-index", 20827 "target": null, 20828 "uses_default_features": true 20829 }, 20830 { 20831 "features": [ 20832 "approx", 20833 "use-rstar_0_11" 20834 ], 20835 "kind": null, 20836 "name": "geo-types", 20837 "optional": false, 20838 "registry": null, 20839 "rename": null, 20840 "req": "^0.7.12", 20841 "source": "registry+https://github.com/rust-lang/crates.io-index", 20842 "target": null, 20843 "uses_default_features": true 20844 }, 20845 { 20846 "features": [], 20847 "kind": null, 20848 "name": "geographiclib-rs", 20849 "optional": false, 20850 "registry": null, 20851 "rename": null, 20852 "req": "^0.2.3", 20853 "source": "registry+https://github.com/rust-lang/crates.io-index", 20854 "target": null, 20855 "uses_default_features": false 20856 }, 20857 { 20858 "features": [], 20859 "kind": null, 20860 "name": "log", 20861 "optional": false, 20862 "registry": null, 20863 "rename": null, 20864 "req": "^0.4.11", 20865 "source": "registry+https://github.com/rust-lang/crates.io-index", 20866 "target": null, 20867 "uses_default_features": true 20868 }, 20869 { 20870 "features": [], 20871 "kind": null, 20872 "name": "num-traits", 20873 "optional": false, 20874 "registry": null, 20875 "rename": null, 20876 "req": "^0.2", 20877 "source": "registry+https://github.com/rust-lang/crates.io-index", 20878 "target": null, 20879 "uses_default_features": true 20880 }, 20881 { 20882 "features": [], 20883 "kind": null, 20884 "name": "proj", 20885 "optional": true, 20886 "registry": null, 20887 "rename": null, 20888 "req": "^0.27.0", 20889 "source": "registry+https://github.com/rust-lang/crates.io-index", 20890 "target": null, 20891 "uses_default_features": true 20892 }, 20893 { 20894 "features": [], 20895 "kind": null, 20896 "name": "robust", 20897 "optional": false, 20898 "registry": null, 20899 "rename": null, 20900 "req": "^1.1.0", 20901 "source": "registry+https://github.com/rust-lang/crates.io-index", 20902 "target": null, 20903 "uses_default_features": true 20904 }, 20905 { 20906 "features": [], 20907 "kind": null, 20908 "name": "rstar", 20909 "optional": false, 20910 "registry": null, 20911 "rename": null, 20912 "req": "^0.11.0", 20913 "source": "registry+https://github.com/rust-lang/crates.io-index", 20914 "target": null, 20915 "uses_default_features": true 20916 }, 20917 { 20918 "features": [ 20919 "derive" 20920 ], 20921 "kind": null, 20922 "name": "serde", 20923 "optional": true, 20924 "registry": null, 20925 "rename": null, 20926 "req": "^1.0", 20927 "source": "registry+https://github.com/rust-lang/crates.io-index", 20928 "target": null, 20929 "uses_default_features": true 20930 }, 20931 { 20932 "features": [], 20933 "kind": null, 20934 "name": "spade", 20935 "optional": true, 20936 "registry": null, 20937 "rename": null, 20938 "req": "^2.2.0", 20939 "source": "registry+https://github.com/rust-lang/crates.io-index", 20940 "target": null, 20941 "uses_default_features": true 20942 }, 20943 { 20944 "features": [], 20945 "kind": "dev", 20946 "name": "approx", 20947 "optional": false, 20948 "registry": null, 20949 "rename": null, 20950 "req": ">=0.4.0, <0.6.0", 20951 "source": "registry+https://github.com/rust-lang/crates.io-index", 20952 "target": null, 20953 "uses_default_features": true 20954 }, 20955 { 20956 "features": [ 20957 "html_reports" 20958 ], 20959 "kind": "dev", 20960 "name": "criterion", 20961 "optional": false, 20962 "registry": null, 20963 "rename": null, 20964 "req": "^0.4", 20965 "source": "registry+https://github.com/rust-lang/crates.io-index", 20966 "target": null, 20967 "uses_default_features": true 20968 }, 20969 { 20970 "features": [], 20971 "kind": "dev", 20972 "name": "pretty_env_logger", 20973 "optional": false, 20974 "registry": null, 20975 "rename": null, 20976 "req": "^0.4", 20977 "source": "registry+https://github.com/rust-lang/crates.io-index", 20978 "target": null, 20979 "uses_default_features": true 20980 }, 20981 { 20982 "features": [], 20983 "kind": "dev", 20984 "name": "rand", 20985 "optional": false, 20986 "registry": null, 20987 "rename": null, 20988 "req": "^0.8.0", 20989 "source": "registry+https://github.com/rust-lang/crates.io-index", 20990 "target": null, 20991 "uses_default_features": true 20992 }, 20993 { 20994 "features": [], 20995 "kind": "dev", 20996 "name": "rand_distr", 20997 "optional": false, 20998 "registry": null, 20999 "rename": null, 21000 "req": "^0.4.3", 21001 "source": "registry+https://github.com/rust-lang/crates.io-index", 21002 "target": null, 21003 "uses_default_features": true 21004 }, 21005 { 21006 "features": [], 21007 "kind": "dev", 21008 "name": "wkt", 21009 "optional": false, 21010 "registry": null, 21011 "rename": null, 21012 "req": "^0.10.1", 21013 "source": "registry+https://github.com/rust-lang/crates.io-index", 21014 "target": null, 21015 "uses_default_features": true 21016 } 21017 ], 21018 "description": "Geospatial primitives and algorithms", 21019 "documentation": "https://docs.rs/geo/", 21020 "edition": "2021", 21021 "features": { 21022 "default": [ 21023 "earcutr", 21024 "spade" 21025 ], 21026 "earcutr": [ 21027 "dep:earcutr" 21028 ], 21029 "proj": [ 21030 "dep:proj" 21031 ], 21032 "proj-network": [ 21033 "use-proj", 21034 "proj/network" 21035 ], 21036 "serde": [ 21037 "dep:serde" 21038 ], 21039 "spade": [ 21040 "dep:spade" 21041 ], 21042 "use-proj": [ 21043 "proj" 21044 ], 21045 "use-serde": [ 21046 "serde", 21047 "geo-types/serde" 21048 ] 21049 }, 21050 "homepage": null, 21051 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 21052 "keywords": [ 21053 "gis", 21054 "geo", 21055 "geography", 21056 "geospatial" 21057 ], 21058 "license": "MIT OR Apache-2.0", 21059 "license_file": null, 21060 "links": null, 21061 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/Cargo.toml", 21062 "metadata": null, 21063 "name": "geo", 21064 "publish": null, 21065 "readme": "README.md", 21066 "repository": "https://github.com/georust/geo", 21067 "rust_version": "1.65", 21068 "source": "registry+https://github.com/rust-lang/crates.io-index", 21069 "targets": [ 21070 { 21071 "crate_types": [ 21072 "lib" 21073 ], 21074 "doc": true, 21075 "doctest": true, 21076 "edition": "2021", 21077 "kind": [ 21078 "lib" 21079 ], 21080 "name": "geo", 21081 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/src/lib.rs", 21082 "test": true 21083 }, 21084 { 21085 "crate_types": [ 21086 "bin" 21087 ], 21088 "doc": false, 21089 "doctest": false, 21090 "edition": "2021", 21091 "kind": [ 21092 "example" 21093 ], 21094 "name": "types", 21095 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/examples/types.rs", 21096 "test": false 21097 }, 21098 { 21099 "crate_types": [ 21100 "bin" 21101 ], 21102 "doc": false, 21103 "doctest": false, 21104 "edition": "2021", 21105 "kind": [ 21106 "example" 21107 ], 21108 "name": "algorithm", 21109 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/examples/algorithm.rs", 21110 "test": false 21111 }, 21112 { 21113 "crate_types": [ 21114 "bin" 21115 ], 21116 "doc": false, 21117 "doctest": false, 21118 "edition": "2021", 21119 "kind": [ 21120 "example" 21121 ], 21122 "name": "concavehull-usage", 21123 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/examples/concavehull-usage.rs", 21124 "test": false 21125 }, 21126 { 21127 "crate_types": [ 21128 "bin" 21129 ], 21130 "doc": false, 21131 "doctest": false, 21132 "edition": "2021", 21133 "kind": [ 21134 "bench" 21135 ], 21136 "name": "area", 21137 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/area.rs", 21138 "test": false 21139 }, 21140 { 21141 "crate_types": [ 21142 "bin" 21143 ], 21144 "doc": false, 21145 "doctest": false, 21146 "edition": "2021", 21147 "kind": [ 21148 "bench" 21149 ], 21150 "name": "contains", 21151 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/contains.rs", 21152 "test": false 21153 }, 21154 { 21155 "crate_types": [ 21156 "bin" 21157 ], 21158 "doc": false, 21159 "doctest": false, 21160 "edition": "2021", 21161 "kind": [ 21162 "bench" 21163 ], 21164 "name": "convex_hull", 21165 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/convex_hull.rs", 21166 "test": false 21167 }, 21168 { 21169 "crate_types": [ 21170 "bin" 21171 ], 21172 "doc": false, 21173 "doctest": false, 21174 "edition": "2021", 21175 "kind": [ 21176 "bench" 21177 ], 21178 "name": "concave_hull", 21179 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/concave_hull.rs", 21180 "test": false 21181 }, 21182 { 21183 "crate_types": [ 21184 "bin" 21185 ], 21186 "doc": false, 21187 "doctest": false, 21188 "edition": "2021", 21189 "kind": [ 21190 "bench" 21191 ], 21192 "name": "intersection", 21193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/intersection.rs", 21194 "test": false 21195 }, 21196 { 21197 "crate_types": [ 21198 "bin" 21199 ], 21200 "doc": false, 21201 "doctest": false, 21202 "edition": "2021", 21203 "kind": [ 21204 "bench" 21205 ], 21206 "name": "vincenty_distance", 21207 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/vincenty_distance.rs", 21208 "test": false 21209 }, 21210 { 21211 "crate_types": [ 21212 "bin" 21213 ], 21214 "doc": false, 21215 "doctest": false, 21216 "edition": "2021", 21217 "kind": [ 21218 "bench" 21219 ], 21220 "name": "geodesic_distance", 21221 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/geodesic_distance.rs", 21222 "test": false 21223 }, 21224 { 21225 "crate_types": [ 21226 "bin" 21227 ], 21228 "doc": false, 21229 "doctest": false, 21230 "edition": "2021", 21231 "kind": [ 21232 "bench" 21233 ], 21234 "name": "extremes", 21235 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/extremes.rs", 21236 "test": false 21237 }, 21238 { 21239 "crate_types": [ 21240 "bin" 21241 ], 21242 "doc": false, 21243 "doctest": false, 21244 "edition": "2021", 21245 "kind": [ 21246 "bench" 21247 ], 21248 "name": "euclidean_distance", 21249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/euclidean_distance.rs", 21250 "test": false 21251 }, 21252 { 21253 "crate_types": [ 21254 "bin" 21255 ], 21256 "doc": false, 21257 "doctest": false, 21258 "edition": "2021", 21259 "kind": [ 21260 "bench" 21261 ], 21262 "name": "rotate", 21263 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/rotate.rs", 21264 "test": false 21265 }, 21266 { 21267 "crate_types": [ 21268 "bin" 21269 ], 21270 "doc": false, 21271 "doctest": false, 21272 "edition": "2021", 21273 "kind": [ 21274 "bench" 21275 ], 21276 "name": "relate", 21277 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/relate.rs", 21278 "test": false 21279 }, 21280 { 21281 "crate_types": [ 21282 "bin" 21283 ], 21284 "doc": false, 21285 "doctest": false, 21286 "edition": "2021", 21287 "kind": [ 21288 "bench" 21289 ], 21290 "name": "simplify", 21291 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/simplify.rs", 21292 "test": false 21293 }, 21294 { 21295 "crate_types": [ 21296 "bin" 21297 ], 21298 "doc": false, 21299 "doctest": false, 21300 "edition": "2021", 21301 "kind": [ 21302 "bench" 21303 ], 21304 "name": "simplifyvw", 21305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/simplifyvw.rs", 21306 "test": false 21307 }, 21308 { 21309 "crate_types": [ 21310 "bin" 21311 ], 21312 "doc": false, 21313 "doctest": false, 21314 "edition": "2021", 21315 "kind": [ 21316 "bench" 21317 ], 21318 "name": "frechet_distance", 21319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/frechet_distance.rs", 21320 "test": false 21321 }, 21322 { 21323 "crate_types": [ 21324 "bin" 21325 ], 21326 "doc": false, 21327 "doctest": false, 21328 "edition": "2021", 21329 "kind": [ 21330 "bench" 21331 ], 21332 "name": "rand_line_crossings", 21333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/rand_line_crossings.rs", 21334 "test": false 21335 }, 21336 { 21337 "crate_types": [ 21338 "bin" 21339 ], 21340 "doc": false, 21341 "doctest": false, 21342 "edition": "2021", 21343 "kind": [ 21344 "bench" 21345 ], 21346 "name": "winding_order", 21347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/winding_order.rs", 21348 "test": false 21349 }, 21350 { 21351 "crate_types": [ 21352 "bin" 21353 ], 21354 "doc": false, 21355 "doctest": false, 21356 "edition": "2021", 21357 "kind": [ 21358 "bench" 21359 ], 21360 "name": "monotone_subdiv", 21361 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-0.27.0/benches/monotone_subdiv.rs", 21362 "test": false 21363 } 21364 ], 21365 "version": "0.27.0" 21366 }, 21367 { 21368 "authors": [], 21369 "categories": [], 21370 "default_run": null, 21371 "dependencies": [ 21372 { 21373 "features": [], 21374 "kind": null, 21375 "name": "approx", 21376 "optional": true, 21377 "registry": null, 21378 "rename": null, 21379 "req": ">=0.4.0, <0.6.0", 21380 "source": "registry+https://github.com/rust-lang/crates.io-index", 21381 "target": null, 21382 "uses_default_features": false 21383 }, 21384 { 21385 "features": [], 21386 "kind": null, 21387 "name": "arbitrary", 21388 "optional": true, 21389 "registry": null, 21390 "rename": null, 21391 "req": "^1.2.0", 21392 "source": "registry+https://github.com/rust-lang/crates.io-index", 21393 "target": null, 21394 "uses_default_features": true 21395 }, 21396 { 21397 "features": [ 21398 "libm" 21399 ], 21400 "kind": null, 21401 "name": "num-traits", 21402 "optional": false, 21403 "registry": null, 21404 "rename": null, 21405 "req": "^0.2", 21406 "source": "registry+https://github.com/rust-lang/crates.io-index", 21407 "target": null, 21408 "uses_default_features": false 21409 }, 21410 { 21411 "features": [], 21412 "kind": null, 21413 "name": "rstar", 21414 "optional": true, 21415 "registry": null, 21416 "rename": "rstar_0_10", 21417 "req": "^0.10", 21418 "source": "registry+https://github.com/rust-lang/crates.io-index", 21419 "target": null, 21420 "uses_default_features": true 21421 }, 21422 { 21423 "features": [], 21424 "kind": null, 21425 "name": "rstar", 21426 "optional": true, 21427 "registry": null, 21428 "rename": "rstar_0_11", 21429 "req": "^0.11", 21430 "source": "registry+https://github.com/rust-lang/crates.io-index", 21431 "target": null, 21432 "uses_default_features": true 21433 }, 21434 { 21435 "features": [], 21436 "kind": null, 21437 "name": "rstar", 21438 "optional": true, 21439 "registry": null, 21440 "rename": "rstar_0_12", 21441 "req": "^0.12", 21442 "source": "registry+https://github.com/rust-lang/crates.io-index", 21443 "target": null, 21444 "uses_default_features": true 21445 }, 21446 { 21447 "features": [], 21448 "kind": null, 21449 "name": "rstar", 21450 "optional": true, 21451 "registry": null, 21452 "rename": "rstar_0_8", 21453 "req": "^0.8", 21454 "source": "registry+https://github.com/rust-lang/crates.io-index", 21455 "target": null, 21456 "uses_default_features": true 21457 }, 21458 { 21459 "features": [], 21460 "kind": null, 21461 "name": "rstar", 21462 "optional": true, 21463 "registry": null, 21464 "rename": "rstar_0_9", 21465 "req": "^0.9", 21466 "source": "registry+https://github.com/rust-lang/crates.io-index", 21467 "target": null, 21468 "uses_default_features": true 21469 }, 21470 { 21471 "features": [ 21472 "alloc", 21473 "derive" 21474 ], 21475 "kind": null, 21476 "name": "serde", 21477 "optional": true, 21478 "registry": null, 21479 "rename": null, 21480 "req": "^1", 21481 "source": "registry+https://github.com/rust-lang/crates.io-index", 21482 "target": null, 21483 "uses_default_features": false 21484 }, 21485 { 21486 "features": [], 21487 "kind": "dev", 21488 "name": "approx", 21489 "optional": false, 21490 "registry": null, 21491 "rename": null, 21492 "req": ">=0.4.0, <0.6.0", 21493 "source": "registry+https://github.com/rust-lang/crates.io-index", 21494 "target": null, 21495 "uses_default_features": true 21496 } 21497 ], 21498 "description": "Geospatial primitive data types", 21499 "documentation": "https://docs.rs/geo-types/", 21500 "edition": "2021", 21501 "features": { 21502 "approx": [ 21503 "dep:approx" 21504 ], 21505 "arbitrary": [ 21506 "dep:arbitrary" 21507 ], 21508 "default": [ 21509 "std" 21510 ], 21511 "rstar": [ 21512 "rstar_0_8" 21513 ], 21514 "rstar_0_10": [ 21515 "dep:rstar_0_10" 21516 ], 21517 "rstar_0_11": [ 21518 "dep:rstar_0_11" 21519 ], 21520 "rstar_0_12": [ 21521 "dep:rstar_0_12" 21522 ], 21523 "rstar_0_8": [ 21524 "dep:rstar_0_8" 21525 ], 21526 "rstar_0_9": [ 21527 "dep:rstar_0_9" 21528 ], 21529 "serde": [ 21530 "dep:serde" 21531 ], 21532 "std": [ 21533 "approx?/std", 21534 "num-traits/std", 21535 "serde?/std" 21536 ], 21537 "use-rstar": [ 21538 "use-rstar_0_8" 21539 ], 21540 "use-rstar_0_10": [ 21541 "rstar_0_10", 21542 "approx" 21543 ], 21544 "use-rstar_0_11": [ 21545 "rstar_0_11", 21546 "approx" 21547 ], 21548 "use-rstar_0_12": [ 21549 "rstar_0_12", 21550 "approx" 21551 ], 21552 "use-rstar_0_8": [ 21553 "rstar_0_8", 21554 "approx" 21555 ], 21556 "use-rstar_0_9": [ 21557 "rstar_0_9", 21558 "approx" 21559 ] 21560 }, 21561 "homepage": null, 21562 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 21563 "keywords": [ 21564 "gis", 21565 "geo", 21566 "geography", 21567 "geospatial" 21568 ], 21569 "license": "MIT OR Apache-2.0", 21570 "license_file": null, 21571 "links": null, 21572 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-types-0.7.13/Cargo.toml", 21573 "metadata": null, 21574 "name": "geo-types", 21575 "publish": null, 21576 "readme": "README.md", 21577 "repository": "https://github.com/georust/geo", 21578 "rust_version": "1.70", 21579 "source": "registry+https://github.com/rust-lang/crates.io-index", 21580 "targets": [ 21581 { 21582 "crate_types": [ 21583 "lib" 21584 ], 21585 "doc": true, 21586 "doctest": true, 21587 "edition": "2021", 21588 "kind": [ 21589 "lib" 21590 ], 21591 "name": "geo_types", 21592 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geo-types-0.7.13/src/lib.rs", 21593 "test": true 21594 } 21595 ], 21596 "version": "0.7.13" 21597 }, 21598 { 21599 "authors": [], 21600 "categories": [], 21601 "default_run": null, 21602 "dependencies": [ 21603 { 21604 "features": [], 21605 "kind": null, 21606 "name": "accurate", 21607 "optional": true, 21608 "registry": null, 21609 "rename": null, 21610 "req": "^0.3", 21611 "source": "registry+https://github.com/rust-lang/crates.io-index", 21612 "target": null, 21613 "uses_default_features": false 21614 }, 21615 { 21616 "features": [], 21617 "kind": null, 21618 "name": "libm", 21619 "optional": false, 21620 "registry": null, 21621 "rename": null, 21622 "req": "^0.2.8", 21623 "source": "registry+https://github.com/rust-lang/crates.io-index", 21624 "target": null, 21625 "uses_default_features": false 21626 }, 21627 { 21628 "features": [], 21629 "kind": "dev", 21630 "name": "approx", 21631 "optional": false, 21632 "registry": null, 21633 "rename": null, 21634 "req": "^0.5.1", 21635 "source": "registry+https://github.com/rust-lang/crates.io-index", 21636 "target": null, 21637 "uses_default_features": true 21638 }, 21639 { 21640 "features": [], 21641 "kind": "dev", 21642 "name": "criterion", 21643 "optional": false, 21644 "registry": null, 21645 "rename": null, 21646 "req": "^0.4.0", 21647 "source": "registry+https://github.com/rust-lang/crates.io-index", 21648 "target": null, 21649 "uses_default_features": true 21650 }, 21651 { 21652 "features": [], 21653 "kind": "dev", 21654 "name": "geographiclib", 21655 "optional": false, 21656 "registry": null, 21657 "rename": null, 21658 "req": "^0.1.0", 21659 "source": "registry+https://github.com/rust-lang/crates.io-index", 21660 "target": null, 21661 "uses_default_features": true 21662 } 21663 ], 21664 "description": "A port of geographiclib in Rust.", 21665 "documentation": "https://docs.rs/geographiclib-rs", 21666 "edition": "2018", 21667 "features": { 21668 "accurate": [ 21669 "dep:accurate" 21670 ], 21671 "default": [ 21672 "accurate" 21673 ], 21674 "test_full": [], 21675 "test_short": [] 21676 }, 21677 "homepage": null, 21678 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 21679 "keywords": [ 21680 "gis", 21681 "geo", 21682 "geography", 21683 "geospatial" 21684 ], 21685 "license": "MIT", 21686 "license_file": null, 21687 "links": null, 21688 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geographiclib-rs-0.2.4/Cargo.toml", 21689 "metadata": null, 21690 "name": "geographiclib-rs", 21691 "publish": null, 21692 "readme": "README.md", 21693 "repository": "https://github.com/georust/geographiclib-rs", 21694 "rust_version": "1.70.0", 21695 "source": "registry+https://github.com/rust-lang/crates.io-index", 21696 "targets": [ 21697 { 21698 "crate_types": [ 21699 "lib" 21700 ], 21701 "doc": true, 21702 "doctest": true, 21703 "edition": "2018", 21704 "kind": [ 21705 "lib" 21706 ], 21707 "name": "geographiclib_rs", 21708 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geographiclib-rs-0.2.4/src/lib.rs", 21709 "test": true 21710 }, 21711 { 21712 "crate_types": [ 21713 "bin" 21714 ], 21715 "doc": true, 21716 "doctest": false, 21717 "edition": "2018", 21718 "kind": [ 21719 "bin" 21720 ], 21721 "name": "geodsolve", 21722 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geographiclib-rs-0.2.4/src/bin/geodsolve.rs", 21723 "test": true 21724 }, 21725 { 21726 "crate_types": [ 21727 "bin" 21728 ], 21729 "doc": false, 21730 "doctest": false, 21731 "edition": "2018", 21732 "kind": [ 21733 "example" 21734 ], 21735 "name": "direct", 21736 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geographiclib-rs-0.2.4/examples/direct.rs", 21737 "test": false 21738 }, 21739 { 21740 "crate_types": [ 21741 "bin" 21742 ], 21743 "doc": false, 21744 "doctest": false, 21745 "edition": "2018", 21746 "kind": [ 21747 "bench" 21748 ], 21749 "name": "geodesic_benchmark", 21750 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/geographiclib-rs-0.2.4/benches/geodesic_benchmark.rs", 21751 "test": false 21752 } 21753 ], 21754 "version": "0.2.4" 21755 }, 21756 { 21757 "authors": [ 21758 "The Rand Project Developers" 21759 ], 21760 "categories": [ 21761 "os", 21762 "no-std" 21763 ], 21764 "default_run": null, 21765 "dependencies": [ 21766 { 21767 "features": [], 21768 "kind": null, 21769 "name": "cfg-if", 21770 "optional": false, 21771 "registry": null, 21772 "rename": null, 21773 "req": "^1", 21774 "source": "registry+https://github.com/rust-lang/crates.io-index", 21775 "target": null, 21776 "uses_default_features": true 21777 }, 21778 { 21779 "features": [], 21780 "kind": null, 21781 "name": "compiler_builtins", 21782 "optional": true, 21783 "registry": null, 21784 "rename": null, 21785 "req": "^0.1", 21786 "source": "registry+https://github.com/rust-lang/crates.io-index", 21787 "target": null, 21788 "uses_default_features": true 21789 }, 21790 { 21791 "features": [], 21792 "kind": null, 21793 "name": "rustc-std-workspace-core", 21794 "optional": true, 21795 "registry": null, 21796 "rename": "core", 21797 "req": "^1.0", 21798 "source": "registry+https://github.com/rust-lang/crates.io-index", 21799 "target": null, 21800 "uses_default_features": true 21801 }, 21802 { 21803 "features": [], 21804 "kind": null, 21805 "name": "js-sys", 21806 "optional": true, 21807 "registry": null, 21808 "rename": null, 21809 "req": "^0.3", 21810 "source": "registry+https://github.com/rust-lang/crates.io-index", 21811 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 21812 "uses_default_features": true 21813 }, 21814 { 21815 "features": [], 21816 "kind": null, 21817 "name": "wasm-bindgen", 21818 "optional": true, 21819 "registry": null, 21820 "rename": null, 21821 "req": "^0.2.62", 21822 "source": "registry+https://github.com/rust-lang/crates.io-index", 21823 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 21824 "uses_default_features": false 21825 }, 21826 { 21827 "features": [], 21828 "kind": "dev", 21829 "name": "wasm-bindgen-test", 21830 "optional": false, 21831 "registry": null, 21832 "rename": null, 21833 "req": "^0.3.18", 21834 "source": "registry+https://github.com/rust-lang/crates.io-index", 21835 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 21836 "uses_default_features": true 21837 }, 21838 { 21839 "features": [], 21840 "kind": null, 21841 "name": "wasi", 21842 "optional": false, 21843 "registry": null, 21844 "rename": null, 21845 "req": "^0.11", 21846 "source": "registry+https://github.com/rust-lang/crates.io-index", 21847 "target": "cfg(target_os = \"wasi\")", 21848 "uses_default_features": false 21849 }, 21850 { 21851 "features": [], 21852 "kind": null, 21853 "name": "libc", 21854 "optional": false, 21855 "registry": null, 21856 "rename": null, 21857 "req": "^0.2.149", 21858 "source": "registry+https://github.com/rust-lang/crates.io-index", 21859 "target": "cfg(unix)", 21860 "uses_default_features": false 21861 } 21862 ], 21863 "description": "A small cross-platform library for retrieving random data from system source", 21864 "documentation": "https://docs.rs/getrandom", 21865 "edition": "2018", 21866 "features": { 21867 "compiler_builtins": [ 21868 "dep:compiler_builtins" 21869 ], 21870 "core": [ 21871 "dep:core" 21872 ], 21873 "custom": [], 21874 "js": [ 21875 "wasm-bindgen", 21876 "js-sys" 21877 ], 21878 "js-sys": [ 21879 "dep:js-sys" 21880 ], 21881 "rdrand": [], 21882 "rustc-dep-of-std": [ 21883 "compiler_builtins", 21884 "core", 21885 "libc/rustc-dep-of-std", 21886 "wasi/rustc-dep-of-std" 21887 ], 21888 "std": [], 21889 "test-in-browser": [], 21890 "wasm-bindgen": [ 21891 "dep:wasm-bindgen" 21892 ] 21893 }, 21894 "homepage": null, 21895 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 21896 "keywords": [], 21897 "license": "MIT OR Apache-2.0", 21898 "license_file": null, 21899 "links": null, 21900 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/Cargo.toml", 21901 "metadata": { 21902 "cross": { 21903 "target": { 21904 "x86_64-unknown-netbsd": { 21905 "pre-build": [ 21906 "mkdir -p /tmp/netbsd", 21907 "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", 21908 "tar -C /tmp/netbsd -xJf base.tar.xz", 21909 "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", 21910 "rm base.tar.xz", 21911 "rm -rf /tmp/netbsd" 21912 ] 21913 } 21914 } 21915 }, 21916 "docs": { 21917 "rs": { 21918 "features": [ 21919 "std", 21920 "custom" 21921 ], 21922 "rustdoc-args": [ 21923 "--cfg", 21924 "docsrs" 21925 ] 21926 } 21927 } 21928 }, 21929 "name": "getrandom", 21930 "publish": null, 21931 "readme": "README.md", 21932 "repository": "https://github.com/rust-random/getrandom", 21933 "rust_version": null, 21934 "source": "registry+https://github.com/rust-lang/crates.io-index", 21935 "targets": [ 21936 { 21937 "crate_types": [ 21938 "lib" 21939 ], 21940 "doc": true, 21941 "doctest": true, 21942 "edition": "2018", 21943 "kind": [ 21944 "lib" 21945 ], 21946 "name": "getrandom", 21947 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/lib.rs", 21948 "test": true 21949 }, 21950 { 21951 "crate_types": [ 21952 "bin" 21953 ], 21954 "doc": false, 21955 "doctest": false, 21956 "edition": "2018", 21957 "kind": [ 21958 "test" 21959 ], 21960 "name": "normal", 21961 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/tests/normal.rs", 21962 "test": true 21963 }, 21964 { 21965 "crate_types": [ 21966 "bin" 21967 ], 21968 "doc": false, 21969 "doctest": false, 21970 "edition": "2018", 21971 "kind": [ 21972 "test" 21973 ], 21974 "name": "custom", 21975 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/tests/custom.rs", 21976 "test": true 21977 }, 21978 { 21979 "crate_types": [ 21980 "bin" 21981 ], 21982 "doc": false, 21983 "doctest": false, 21984 "edition": "2018", 21985 "kind": [ 21986 "test" 21987 ], 21988 "name": "rdrand", 21989 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/tests/rdrand.rs", 21990 "test": true 21991 }, 21992 { 21993 "crate_types": [ 21994 "bin" 21995 ], 21996 "doc": false, 21997 "doctest": false, 21998 "edition": "2018", 21999 "kind": [ 22000 "bench" 22001 ], 22002 "name": "buffer", 22003 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/benches/buffer.rs", 22004 "test": false 22005 } 22006 ], 22007 "version": "0.2.12" 22008 }, 22009 { 22010 "authors": [], 22011 "categories": [ 22012 "development-tools::debugging", 22013 "development-tools::profiling", 22014 "parser-implementations" 22015 ], 22016 "default_run": null, 22017 "dependencies": [ 22018 { 22019 "features": [], 22020 "kind": null, 22021 "name": "rustc-std-workspace-alloc", 22022 "optional": true, 22023 "registry": null, 22024 "rename": "alloc", 22025 "req": "^1.0.0", 22026 "source": "registry+https://github.com/rust-lang/crates.io-index", 22027 "target": null, 22028 "uses_default_features": true 22029 }, 22030 { 22031 "features": [], 22032 "kind": null, 22033 "name": "compiler_builtins", 22034 "optional": true, 22035 "registry": null, 22036 "rename": null, 22037 "req": "^0.1.2", 22038 "source": "registry+https://github.com/rust-lang/crates.io-index", 22039 "target": null, 22040 "uses_default_features": true 22041 }, 22042 { 22043 "features": [], 22044 "kind": null, 22045 "name": "rustc-std-workspace-core", 22046 "optional": true, 22047 "registry": null, 22048 "rename": "core", 22049 "req": "^1.0.0", 22050 "source": "registry+https://github.com/rust-lang/crates.io-index", 22051 "target": null, 22052 "uses_default_features": true 22053 }, 22054 { 22055 "features": [], 22056 "kind": null, 22057 "name": "fallible-iterator", 22058 "optional": true, 22059 "registry": null, 22060 "rename": null, 22061 "req": "^0.3.0", 22062 "source": "registry+https://github.com/rust-lang/crates.io-index", 22063 "target": null, 22064 "uses_default_features": false 22065 }, 22066 { 22067 "features": [], 22068 "kind": null, 22069 "name": "indexmap", 22070 "optional": true, 22071 "registry": null, 22072 "rename": null, 22073 "req": "^2.0.0", 22074 "source": "registry+https://github.com/rust-lang/crates.io-index", 22075 "target": null, 22076 "uses_default_features": true 22077 }, 22078 { 22079 "features": [], 22080 "kind": null, 22081 "name": "stable_deref_trait", 22082 "optional": true, 22083 "registry": null, 22084 "rename": null, 22085 "req": "^1.1.0", 22086 "source": "registry+https://github.com/rust-lang/crates.io-index", 22087 "target": null, 22088 "uses_default_features": false 22089 }, 22090 { 22091 "features": [], 22092 "kind": "dev", 22093 "name": "test-assembler", 22094 "optional": false, 22095 "registry": null, 22096 "rename": null, 22097 "req": "^0.1.3", 22098 "source": "registry+https://github.com/rust-lang/crates.io-index", 22099 "target": null, 22100 "uses_default_features": true 22101 } 22102 ], 22103 "description": "A library for reading and writing the DWARF debugging format.", 22104 "documentation": "https://docs.rs/gimli", 22105 "edition": "2018", 22106 "features": { 22107 "default": [ 22108 "read-all", 22109 "write" 22110 ], 22111 "endian-reader": [ 22112 "read", 22113 "dep:stable_deref_trait" 22114 ], 22115 "fallible-iterator": [ 22116 "dep:fallible-iterator" 22117 ], 22118 "read": [ 22119 "read-core" 22120 ], 22121 "read-all": [ 22122 "read", 22123 "std", 22124 "fallible-iterator", 22125 "endian-reader" 22126 ], 22127 "read-core": [], 22128 "rustc-dep-of-std": [ 22129 "dep:core", 22130 "dep:alloc", 22131 "dep:compiler_builtins" 22132 ], 22133 "std": [ 22134 "fallible-iterator?/std", 22135 "stable_deref_trait?/std" 22136 ], 22137 "write": [ 22138 "dep:indexmap" 22139 ] 22140 }, 22141 "homepage": null, 22142 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22143 "keywords": [ 22144 "DWARF", 22145 "debug", 22146 "ELF", 22147 "eh_frame" 22148 ], 22149 "license": "MIT OR Apache-2.0", 22150 "license_file": null, 22151 "links": null, 22152 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/Cargo.toml", 22153 "metadata": null, 22154 "name": "gimli", 22155 "publish": null, 22156 "readme": "./README.md", 22157 "repository": "https://github.com/gimli-rs/gimli", 22158 "rust_version": "1.60", 22159 "source": "registry+https://github.com/rust-lang/crates.io-index", 22160 "targets": [ 22161 { 22162 "crate_types": [ 22163 "lib" 22164 ], 22165 "doc": true, 22166 "doctest": true, 22167 "edition": "2018", 22168 "kind": [ 22169 "lib" 22170 ], 22171 "name": "gimli", 22172 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs", 22173 "test": true 22174 } 22175 ], 22176 "version": "0.28.1" 22177 }, 22178 { 22179 "authors": [ 22180 "Carl Lerche <[email protected]>", 22181 "Sean McArthur <[email protected]>" 22182 ], 22183 "categories": [ 22184 "asynchronous", 22185 "web-programming", 22186 "network-programming" 22187 ], 22188 "default_run": null, 22189 "dependencies": [ 22190 { 22191 "features": [], 22192 "kind": null, 22193 "name": "bytes", 22194 "optional": false, 22195 "registry": null, 22196 "rename": null, 22197 "req": "^1", 22198 "source": "registry+https://github.com/rust-lang/crates.io-index", 22199 "target": null, 22200 "uses_default_features": true 22201 }, 22202 { 22203 "features": [], 22204 "kind": null, 22205 "name": "fnv", 22206 "optional": false, 22207 "registry": null, 22208 "rename": null, 22209 "req": "^1.0.5", 22210 "source": "registry+https://github.com/rust-lang/crates.io-index", 22211 "target": null, 22212 "uses_default_features": true 22213 }, 22214 { 22215 "features": [], 22216 "kind": null, 22217 "name": "futures-core", 22218 "optional": false, 22219 "registry": null, 22220 "rename": null, 22221 "req": "^0.3", 22222 "source": "registry+https://github.com/rust-lang/crates.io-index", 22223 "target": null, 22224 "uses_default_features": false 22225 }, 22226 { 22227 "features": [], 22228 "kind": null, 22229 "name": "futures-sink", 22230 "optional": false, 22231 "registry": null, 22232 "rename": null, 22233 "req": "^0.3", 22234 "source": "registry+https://github.com/rust-lang/crates.io-index", 22235 "target": null, 22236 "uses_default_features": false 22237 }, 22238 { 22239 "features": [], 22240 "kind": null, 22241 "name": "futures-util", 22242 "optional": false, 22243 "registry": null, 22244 "rename": null, 22245 "req": "^0.3", 22246 "source": "registry+https://github.com/rust-lang/crates.io-index", 22247 "target": null, 22248 "uses_default_features": false 22249 }, 22250 { 22251 "features": [], 22252 "kind": null, 22253 "name": "http", 22254 "optional": false, 22255 "registry": null, 22256 "rename": null, 22257 "req": "^0.2", 22258 "source": "registry+https://github.com/rust-lang/crates.io-index", 22259 "target": null, 22260 "uses_default_features": true 22261 }, 22262 { 22263 "features": [ 22264 "std" 22265 ], 22266 "kind": null, 22267 "name": "indexmap", 22268 "optional": false, 22269 "registry": null, 22270 "rename": null, 22271 "req": "^2", 22272 "source": "registry+https://github.com/rust-lang/crates.io-index", 22273 "target": null, 22274 "uses_default_features": true 22275 }, 22276 { 22277 "features": [], 22278 "kind": null, 22279 "name": "slab", 22280 "optional": false, 22281 "registry": null, 22282 "rename": null, 22283 "req": "^0.4.2", 22284 "source": "registry+https://github.com/rust-lang/crates.io-index", 22285 "target": null, 22286 "uses_default_features": true 22287 }, 22288 { 22289 "features": [ 22290 "io-util" 22291 ], 22292 "kind": null, 22293 "name": "tokio", 22294 "optional": false, 22295 "registry": null, 22296 "rename": null, 22297 "req": "^1", 22298 "source": "registry+https://github.com/rust-lang/crates.io-index", 22299 "target": null, 22300 "uses_default_features": true 22301 }, 22302 { 22303 "features": [ 22304 "codec", 22305 "io" 22306 ], 22307 "kind": null, 22308 "name": "tokio-util", 22309 "optional": false, 22310 "registry": null, 22311 "rename": null, 22312 "req": "^0.7.1", 22313 "source": "registry+https://github.com/rust-lang/crates.io-index", 22314 "target": null, 22315 "uses_default_features": true 22316 }, 22317 { 22318 "features": [ 22319 "std" 22320 ], 22321 "kind": null, 22322 "name": "tracing", 22323 "optional": false, 22324 "registry": null, 22325 "rename": null, 22326 "req": "^0.1.35", 22327 "source": "registry+https://github.com/rust-lang/crates.io-index", 22328 "target": null, 22329 "uses_default_features": false 22330 }, 22331 { 22332 "features": [], 22333 "kind": "dev", 22334 "name": "env_logger", 22335 "optional": false, 22336 "registry": null, 22337 "rename": null, 22338 "req": "^0.10", 22339 "source": "registry+https://github.com/rust-lang/crates.io-index", 22340 "target": null, 22341 "uses_default_features": false 22342 }, 22343 { 22344 "features": [], 22345 "kind": "dev", 22346 "name": "hex", 22347 "optional": false, 22348 "registry": null, 22349 "rename": null, 22350 "req": "^0.4.3", 22351 "source": "registry+https://github.com/rust-lang/crates.io-index", 22352 "target": null, 22353 "uses_default_features": true 22354 }, 22355 { 22356 "features": [], 22357 "kind": "dev", 22358 "name": "quickcheck", 22359 "optional": false, 22360 "registry": null, 22361 "rename": null, 22362 "req": "^1.0.3", 22363 "source": "registry+https://github.com/rust-lang/crates.io-index", 22364 "target": null, 22365 "uses_default_features": false 22366 }, 22367 { 22368 "features": [], 22369 "kind": "dev", 22370 "name": "rand", 22371 "optional": false, 22372 "registry": null, 22373 "rename": null, 22374 "req": "^0.8.4", 22375 "source": "registry+https://github.com/rust-lang/crates.io-index", 22376 "target": null, 22377 "uses_default_features": true 22378 }, 22379 { 22380 "features": [], 22381 "kind": "dev", 22382 "name": "serde", 22383 "optional": false, 22384 "registry": null, 22385 "rename": null, 22386 "req": "^1.0.0", 22387 "source": "registry+https://github.com/rust-lang/crates.io-index", 22388 "target": null, 22389 "uses_default_features": true 22390 }, 22391 { 22392 "features": [], 22393 "kind": "dev", 22394 "name": "serde_json", 22395 "optional": false, 22396 "registry": null, 22397 "rename": null, 22398 "req": "^1.0.0", 22399 "source": "registry+https://github.com/rust-lang/crates.io-index", 22400 "target": null, 22401 "uses_default_features": true 22402 }, 22403 { 22404 "features": [ 22405 "rt-multi-thread", 22406 "macros", 22407 "sync", 22408 "net" 22409 ], 22410 "kind": "dev", 22411 "name": "tokio", 22412 "optional": false, 22413 "registry": null, 22414 "rename": null, 22415 "req": "^1", 22416 "source": "registry+https://github.com/rust-lang/crates.io-index", 22417 "target": null, 22418 "uses_default_features": true 22419 }, 22420 { 22421 "features": [], 22422 "kind": "dev", 22423 "name": "tokio-rustls", 22424 "optional": false, 22425 "registry": null, 22426 "rename": null, 22427 "req": "^0.24", 22428 "source": "registry+https://github.com/rust-lang/crates.io-index", 22429 "target": null, 22430 "uses_default_features": true 22431 }, 22432 { 22433 "features": [], 22434 "kind": "dev", 22435 "name": "walkdir", 22436 "optional": false, 22437 "registry": null, 22438 "rename": null, 22439 "req": "^2.3.2", 22440 "source": "registry+https://github.com/rust-lang/crates.io-index", 22441 "target": null, 22442 "uses_default_features": true 22443 }, 22444 { 22445 "features": [], 22446 "kind": "dev", 22447 "name": "webpki-roots", 22448 "optional": false, 22449 "registry": null, 22450 "rename": null, 22451 "req": "^0.25", 22452 "source": "registry+https://github.com/rust-lang/crates.io-index", 22453 "target": null, 22454 "uses_default_features": true 22455 } 22456 ], 22457 "description": "An HTTP/2 client and server", 22458 "documentation": "https://docs.rs/h2", 22459 "edition": "2018", 22460 "features": { 22461 "stream": [], 22462 "unstable": [] 22463 }, 22464 "homepage": null, 22465 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22466 "keywords": [ 22467 "http", 22468 "async", 22469 "non-blocking" 22470 ], 22471 "license": "MIT", 22472 "license_file": null, 22473 "links": null, 22474 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.25/Cargo.toml", 22475 "metadata": { 22476 "docs": { 22477 "rs": { 22478 "features": [ 22479 "stream" 22480 ] 22481 } 22482 } 22483 }, 22484 "name": "h2", 22485 "publish": null, 22486 "readme": "README.md", 22487 "repository": "https://github.com/hyperium/h2", 22488 "rust_version": "1.63", 22489 "source": "registry+https://github.com/rust-lang/crates.io-index", 22490 "targets": [ 22491 { 22492 "crate_types": [ 22493 "lib" 22494 ], 22495 "doc": true, 22496 "doctest": true, 22497 "edition": "2018", 22498 "kind": [ 22499 "lib" 22500 ], 22501 "name": "h2", 22502 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.25/src/lib.rs", 22503 "test": true 22504 }, 22505 { 22506 "crate_types": [ 22507 "bin" 22508 ], 22509 "doc": false, 22510 "doctest": false, 22511 "edition": "2018", 22512 "kind": [ 22513 "example" 22514 ], 22515 "name": "akamai", 22516 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.25/examples/akamai.rs", 22517 "test": false 22518 }, 22519 { 22520 "crate_types": [ 22521 "bin" 22522 ], 22523 "doc": false, 22524 "doctest": false, 22525 "edition": "2018", 22526 "kind": [ 22527 "example" 22528 ], 22529 "name": "client", 22530 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.25/examples/client.rs", 22531 "test": false 22532 }, 22533 { 22534 "crate_types": [ 22535 "bin" 22536 ], 22537 "doc": false, 22538 "doctest": false, 22539 "edition": "2018", 22540 "kind": [ 22541 "example" 22542 ], 22543 "name": "server", 22544 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.25/examples/server.rs", 22545 "test": false 22546 } 22547 ], 22548 "version": "0.3.25" 22549 }, 22550 { 22551 "authors": [ 22552 "Jorge Aparicio <[email protected]>" 22553 ], 22554 "categories": [ 22555 "no-std" 22556 ], 22557 "default_run": null, 22558 "dependencies": [ 22559 { 22560 "features": [], 22561 "kind": null, 22562 "name": "byteorder", 22563 "optional": false, 22564 "registry": null, 22565 "rename": null, 22566 "req": "^1.2.2", 22567 "source": "registry+https://github.com/rust-lang/crates.io-index", 22568 "target": null, 22569 "uses_default_features": false 22570 }, 22571 { 22572 "features": [], 22573 "kind": "dev", 22574 "name": "hash32-derive", 22575 "optional": false, 22576 "registry": null, 22577 "rename": null, 22578 "req": "^0.1.0", 22579 "source": "registry+https://github.com/rust-lang/crates.io-index", 22580 "target": null, 22581 "uses_default_features": true 22582 } 22583 ], 22584 "description": "32-bit hashing machinery", 22585 "documentation": null, 22586 "edition": "2015", 22587 "features": {}, 22588 "homepage": null, 22589 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22590 "keywords": [ 22591 "32-bit", 22592 "hash", 22593 "fnv", 22594 "murmur3" 22595 ], 22596 "license": "MIT OR Apache-2.0", 22597 "license_file": null, 22598 "links": null, 22599 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/Cargo.toml", 22600 "metadata": null, 22601 "name": "hash32", 22602 "publish": null, 22603 "readme": "README.md", 22604 "repository": "https://github.com/japaric/hash32", 22605 "rust_version": null, 22606 "source": "registry+https://github.com/rust-lang/crates.io-index", 22607 "targets": [ 22608 { 22609 "crate_types": [ 22610 "lib" 22611 ], 22612 "doc": true, 22613 "doctest": true, 22614 "edition": "2015", 22615 "kind": [ 22616 "lib" 22617 ], 22618 "name": "hash32", 22619 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs", 22620 "test": true 22621 }, 22622 { 22623 "crate_types": [ 22624 "bin" 22625 ], 22626 "doc": false, 22627 "doctest": false, 22628 "edition": "2015", 22629 "kind": [ 22630 "example" 22631 ], 22632 "name": "derive", 22633 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/examples/derive.rs", 22634 "test": false 22635 } 22636 ], 22637 "version": "0.2.1" 22638 }, 22639 { 22640 "authors": [ 22641 "Amanieu d'Antras <[email protected]>" 22642 ], 22643 "categories": [ 22644 "data-structures", 22645 "no-std" 22646 ], 22647 "default_run": null, 22648 "dependencies": [ 22649 { 22650 "features": [], 22651 "kind": null, 22652 "name": "ahash", 22653 "optional": true, 22654 "registry": null, 22655 "rename": null, 22656 "req": "^0.7.0", 22657 "source": "registry+https://github.com/rust-lang/crates.io-index", 22658 "target": null, 22659 "uses_default_features": false 22660 }, 22661 { 22662 "features": [], 22663 "kind": null, 22664 "name": "rustc-std-workspace-alloc", 22665 "optional": true, 22666 "registry": null, 22667 "rename": "alloc", 22668 "req": "^1.0.0", 22669 "source": "registry+https://github.com/rust-lang/crates.io-index", 22670 "target": null, 22671 "uses_default_features": true 22672 }, 22673 { 22674 "features": [], 22675 "kind": null, 22676 "name": "bumpalo", 22677 "optional": true, 22678 "registry": null, 22679 "rename": null, 22680 "req": "^3.5.0", 22681 "source": "registry+https://github.com/rust-lang/crates.io-index", 22682 "target": null, 22683 "uses_default_features": true 22684 }, 22685 { 22686 "features": [], 22687 "kind": null, 22688 "name": "compiler_builtins", 22689 "optional": true, 22690 "registry": null, 22691 "rename": null, 22692 "req": "^0.1.2", 22693 "source": "registry+https://github.com/rust-lang/crates.io-index", 22694 "target": null, 22695 "uses_default_features": true 22696 }, 22697 { 22698 "features": [], 22699 "kind": null, 22700 "name": "rustc-std-workspace-core", 22701 "optional": true, 22702 "registry": null, 22703 "rename": "core", 22704 "req": "^1.0.0", 22705 "source": "registry+https://github.com/rust-lang/crates.io-index", 22706 "target": null, 22707 "uses_default_features": true 22708 }, 22709 { 22710 "features": [], 22711 "kind": null, 22712 "name": "rayon", 22713 "optional": true, 22714 "registry": null, 22715 "rename": null, 22716 "req": "^1.0", 22717 "source": "registry+https://github.com/rust-lang/crates.io-index", 22718 "target": null, 22719 "uses_default_features": true 22720 }, 22721 { 22722 "features": [], 22723 "kind": null, 22724 "name": "serde", 22725 "optional": true, 22726 "registry": null, 22727 "rename": null, 22728 "req": "^1.0.25", 22729 "source": "registry+https://github.com/rust-lang/crates.io-index", 22730 "target": null, 22731 "uses_default_features": false 22732 }, 22733 { 22734 "features": [], 22735 "kind": "dev", 22736 "name": "doc-comment", 22737 "optional": false, 22738 "registry": null, 22739 "rename": null, 22740 "req": "^0.3.1", 22741 "source": "registry+https://github.com/rust-lang/crates.io-index", 22742 "target": null, 22743 "uses_default_features": true 22744 }, 22745 { 22746 "features": [], 22747 "kind": "dev", 22748 "name": "fnv", 22749 "optional": false, 22750 "registry": null, 22751 "rename": null, 22752 "req": "^1.0.7", 22753 "source": "registry+https://github.com/rust-lang/crates.io-index", 22754 "target": null, 22755 "uses_default_features": true 22756 }, 22757 { 22758 "features": [], 22759 "kind": "dev", 22760 "name": "lazy_static", 22761 "optional": false, 22762 "registry": null, 22763 "rename": null, 22764 "req": "^1.4", 22765 "source": "registry+https://github.com/rust-lang/crates.io-index", 22766 "target": null, 22767 "uses_default_features": true 22768 }, 22769 { 22770 "features": [ 22771 "small_rng" 22772 ], 22773 "kind": "dev", 22774 "name": "rand", 22775 "optional": false, 22776 "registry": null, 22777 "rename": null, 22778 "req": "^0.7.3", 22779 "source": "registry+https://github.com/rust-lang/crates.io-index", 22780 "target": null, 22781 "uses_default_features": true 22782 }, 22783 { 22784 "features": [], 22785 "kind": "dev", 22786 "name": "rayon", 22787 "optional": false, 22788 "registry": null, 22789 "rename": null, 22790 "req": "^1.0", 22791 "source": "registry+https://github.com/rust-lang/crates.io-index", 22792 "target": null, 22793 "uses_default_features": true 22794 }, 22795 { 22796 "features": [], 22797 "kind": "dev", 22798 "name": "serde_test", 22799 "optional": false, 22800 "registry": null, 22801 "rename": null, 22802 "req": "^1.0", 22803 "source": "registry+https://github.com/rust-lang/crates.io-index", 22804 "target": null, 22805 "uses_default_features": true 22806 } 22807 ], 22808 "description": "A Rust port of Google's SwissTable hash map", 22809 "documentation": null, 22810 "edition": "2018", 22811 "features": { 22812 "ahash": [ 22813 "dep:ahash" 22814 ], 22815 "ahash-compile-time-rng": [ 22816 "ahash/compile-time-rng" 22817 ], 22818 "alloc": [ 22819 "dep:alloc" 22820 ], 22821 "bumpalo": [ 22822 "dep:bumpalo" 22823 ], 22824 "compiler_builtins": [ 22825 "dep:compiler_builtins" 22826 ], 22827 "core": [ 22828 "dep:core" 22829 ], 22830 "default": [ 22831 "ahash", 22832 "inline-more" 22833 ], 22834 "inline-more": [], 22835 "nightly": [], 22836 "raw": [], 22837 "rayon": [ 22838 "dep:rayon" 22839 ], 22840 "rustc-dep-of-std": [ 22841 "nightly", 22842 "core", 22843 "compiler_builtins", 22844 "alloc", 22845 "rustc-internal-api" 22846 ], 22847 "rustc-internal-api": [], 22848 "serde": [ 22849 "dep:serde" 22850 ] 22851 }, 22852 "homepage": null, 22853 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 22854 "keywords": [ 22855 "hash", 22856 "no_std", 22857 "hashmap", 22858 "swisstable" 22859 ], 22860 "license": "Apache-2.0/MIT", 22861 "license_file": null, 22862 "links": null, 22863 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/Cargo.toml", 22864 "metadata": { 22865 "docs": { 22866 "rs": { 22867 "features": [ 22868 "nightly", 22869 "rayon", 22870 "serde", 22871 "raw" 22872 ] 22873 } 22874 } 22875 }, 22876 "name": "hashbrown", 22877 "publish": null, 22878 "readme": "README.md", 22879 "repository": "https://github.com/rust-lang/hashbrown", 22880 "rust_version": null, 22881 "source": "registry+https://github.com/rust-lang/crates.io-index", 22882 "targets": [ 22883 { 22884 "crate_types": [ 22885 "lib" 22886 ], 22887 "doc": true, 22888 "doctest": true, 22889 "edition": "2018", 22890 "kind": [ 22891 "lib" 22892 ], 22893 "name": "hashbrown", 22894 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/src/lib.rs", 22895 "test": true 22896 }, 22897 { 22898 "crate_types": [ 22899 "bin" 22900 ], 22901 "doc": false, 22902 "doctest": false, 22903 "edition": "2018", 22904 "kind": [ 22905 "test" 22906 ], 22907 "name": "serde", 22908 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/serde.rs", 22909 "test": true 22910 }, 22911 { 22912 "crate_types": [ 22913 "bin" 22914 ], 22915 "doc": false, 22916 "doctest": false, 22917 "edition": "2018", 22918 "kind": [ 22919 "test" 22920 ], 22921 "name": "rayon", 22922 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/rayon.rs", 22923 "test": true 22924 }, 22925 { 22926 "crate_types": [ 22927 "bin" 22928 ], 22929 "doc": false, 22930 "doctest": false, 22931 "edition": "2018", 22932 "kind": [ 22933 "test" 22934 ], 22935 "name": "set", 22936 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/set.rs", 22937 "test": true 22938 }, 22939 { 22940 "crate_types": [ 22941 "bin" 22942 ], 22943 "doc": false, 22944 "doctest": false, 22945 "edition": "2018", 22946 "kind": [ 22947 "test" 22948 ], 22949 "name": "hasher", 22950 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/tests/hasher.rs", 22951 "test": true 22952 }, 22953 { 22954 "crate_types": [ 22955 "bin" 22956 ], 22957 "doc": false, 22958 "doctest": false, 22959 "edition": "2018", 22960 "kind": [ 22961 "bench" 22962 ], 22963 "name": "bench", 22964 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.11.2/benches/bench.rs", 22965 "test": false 22966 } 22967 ], 22968 "version": "0.11.2" 22969 }, 22970 { 22971 "authors": [ 22972 "Amanieu d'Antras <[email protected]>" 22973 ], 22974 "categories": [ 22975 "data-structures", 22976 "no-std" 22977 ], 22978 "default_run": null, 22979 "dependencies": [ 22980 { 22981 "features": [], 22982 "kind": null, 22983 "name": "ahash", 22984 "optional": true, 22985 "registry": null, 22986 "rename": null, 22987 "req": "^0.7.0", 22988 "source": "registry+https://github.com/rust-lang/crates.io-index", 22989 "target": null, 22990 "uses_default_features": false 22991 }, 22992 { 22993 "features": [], 22994 "kind": null, 22995 "name": "rustc-std-workspace-alloc", 22996 "optional": true, 22997 "registry": null, 22998 "rename": "alloc", 22999 "req": "^1.0.0", 23000 "source": "registry+https://github.com/rust-lang/crates.io-index", 23001 "target": null, 23002 "uses_default_features": true 23003 }, 23004 { 23005 "features": [], 23006 "kind": null, 23007 "name": "bumpalo", 23008 "optional": true, 23009 "registry": null, 23010 "rename": null, 23011 "req": "^3.5.0", 23012 "source": "registry+https://github.com/rust-lang/crates.io-index", 23013 "target": null, 23014 "uses_default_features": true 23015 }, 23016 { 23017 "features": [], 23018 "kind": null, 23019 "name": "compiler_builtins", 23020 "optional": true, 23021 "registry": null, 23022 "rename": null, 23023 "req": "^0.1.2", 23024 "source": "registry+https://github.com/rust-lang/crates.io-index", 23025 "target": null, 23026 "uses_default_features": true 23027 }, 23028 { 23029 "features": [], 23030 "kind": null, 23031 "name": "rustc-std-workspace-core", 23032 "optional": true, 23033 "registry": null, 23034 "rename": "core", 23035 "req": "^1.0.0", 23036 "source": "registry+https://github.com/rust-lang/crates.io-index", 23037 "target": null, 23038 "uses_default_features": true 23039 }, 23040 { 23041 "features": [], 23042 "kind": null, 23043 "name": "rayon", 23044 "optional": true, 23045 "registry": null, 23046 "rename": null, 23047 "req": "^1.0", 23048 "source": "registry+https://github.com/rust-lang/crates.io-index", 23049 "target": null, 23050 "uses_default_features": true 23051 }, 23052 { 23053 "features": [], 23054 "kind": null, 23055 "name": "serde", 23056 "optional": true, 23057 "registry": null, 23058 "rename": null, 23059 "req": "^1.0.25", 23060 "source": "registry+https://github.com/rust-lang/crates.io-index", 23061 "target": null, 23062 "uses_default_features": false 23063 }, 23064 { 23065 "features": [], 23066 "kind": "dev", 23067 "name": "doc-comment", 23068 "optional": false, 23069 "registry": null, 23070 "rename": null, 23071 "req": "^0.3.1", 23072 "source": "registry+https://github.com/rust-lang/crates.io-index", 23073 "target": null, 23074 "uses_default_features": true 23075 }, 23076 { 23077 "features": [], 23078 "kind": "dev", 23079 "name": "fnv", 23080 "optional": false, 23081 "registry": null, 23082 "rename": null, 23083 "req": "^1.0.7", 23084 "source": "registry+https://github.com/rust-lang/crates.io-index", 23085 "target": null, 23086 "uses_default_features": true 23087 }, 23088 { 23089 "features": [], 23090 "kind": "dev", 23091 "name": "lazy_static", 23092 "optional": false, 23093 "registry": null, 23094 "rename": null, 23095 "req": "^1.4", 23096 "source": "registry+https://github.com/rust-lang/crates.io-index", 23097 "target": null, 23098 "uses_default_features": true 23099 }, 23100 { 23101 "features": [ 23102 "small_rng" 23103 ], 23104 "kind": "dev", 23105 "name": "rand", 23106 "optional": false, 23107 "registry": null, 23108 "rename": null, 23109 "req": "^0.8.3", 23110 "source": "registry+https://github.com/rust-lang/crates.io-index", 23111 "target": null, 23112 "uses_default_features": true 23113 }, 23114 { 23115 "features": [], 23116 "kind": "dev", 23117 "name": "rayon", 23118 "optional": false, 23119 "registry": null, 23120 "rename": null, 23121 "req": "^1.0", 23122 "source": "registry+https://github.com/rust-lang/crates.io-index", 23123 "target": null, 23124 "uses_default_features": true 23125 }, 23126 { 23127 "features": [], 23128 "kind": "dev", 23129 "name": "serde_test", 23130 "optional": false, 23131 "registry": null, 23132 "rename": null, 23133 "req": "^1.0", 23134 "source": "registry+https://github.com/rust-lang/crates.io-index", 23135 "target": null, 23136 "uses_default_features": true 23137 } 23138 ], 23139 "description": "A Rust port of Google's SwissTable hash map", 23140 "documentation": null, 23141 "edition": "2021", 23142 "features": { 23143 "ahash": [ 23144 "dep:ahash" 23145 ], 23146 "ahash-compile-time-rng": [ 23147 "ahash/compile-time-rng" 23148 ], 23149 "alloc": [ 23150 "dep:alloc" 23151 ], 23152 "bumpalo": [ 23153 "dep:bumpalo" 23154 ], 23155 "compiler_builtins": [ 23156 "dep:compiler_builtins" 23157 ], 23158 "core": [ 23159 "dep:core" 23160 ], 23161 "default": [ 23162 "ahash", 23163 "inline-more" 23164 ], 23165 "inline-more": [], 23166 "nightly": [], 23167 "raw": [], 23168 "rayon": [ 23169 "dep:rayon" 23170 ], 23171 "rustc-dep-of-std": [ 23172 "nightly", 23173 "core", 23174 "compiler_builtins", 23175 "alloc", 23176 "rustc-internal-api" 23177 ], 23178 "rustc-internal-api": [], 23179 "serde": [ 23180 "dep:serde" 23181 ] 23182 }, 23183 "homepage": null, 23184 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23185 "keywords": [ 23186 "hash", 23187 "no_std", 23188 "hashmap", 23189 "swisstable" 23190 ], 23191 "license": "MIT OR Apache-2.0", 23192 "license_file": null, 23193 "links": null, 23194 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", 23195 "metadata": { 23196 "docs": { 23197 "rs": { 23198 "features": [ 23199 "nightly", 23200 "rayon", 23201 "serde", 23202 "raw" 23203 ] 23204 } 23205 } 23206 }, 23207 "name": "hashbrown", 23208 "publish": null, 23209 "readme": "README.md", 23210 "repository": "https://github.com/rust-lang/hashbrown", 23211 "rust_version": "1.56.0", 23212 "source": "registry+https://github.com/rust-lang/crates.io-index", 23213 "targets": [ 23214 { 23215 "crate_types": [ 23216 "lib" 23217 ], 23218 "doc": true, 23219 "doctest": true, 23220 "edition": "2021", 23221 "kind": [ 23222 "lib" 23223 ], 23224 "name": "hashbrown", 23225 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", 23226 "test": true 23227 }, 23228 { 23229 "crate_types": [ 23230 "bin" 23231 ], 23232 "doc": false, 23233 "doctest": false, 23234 "edition": "2021", 23235 "kind": [ 23236 "test" 23237 ], 23238 "name": "serde", 23239 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", 23240 "test": true 23241 }, 23242 { 23243 "crate_types": [ 23244 "bin" 23245 ], 23246 "doc": false, 23247 "doctest": false, 23248 "edition": "2021", 23249 "kind": [ 23250 "test" 23251 ], 23252 "name": "rayon", 23253 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", 23254 "test": true 23255 }, 23256 { 23257 "crate_types": [ 23258 "bin" 23259 ], 23260 "doc": false, 23261 "doctest": false, 23262 "edition": "2021", 23263 "kind": [ 23264 "test" 23265 ], 23266 "name": "set", 23267 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", 23268 "test": true 23269 }, 23270 { 23271 "crate_types": [ 23272 "bin" 23273 ], 23274 "doc": false, 23275 "doctest": false, 23276 "edition": "2021", 23277 "kind": [ 23278 "test" 23279 ], 23280 "name": "hasher", 23281 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", 23282 "test": true 23283 }, 23284 { 23285 "crate_types": [ 23286 "bin" 23287 ], 23288 "doc": false, 23289 "doctest": false, 23290 "edition": "2021", 23291 "kind": [ 23292 "bench" 23293 ], 23294 "name": "insert_unique_unchecked", 23295 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", 23296 "test": false 23297 }, 23298 { 23299 "crate_types": [ 23300 "bin" 23301 ], 23302 "doc": false, 23303 "doctest": false, 23304 "edition": "2021", 23305 "kind": [ 23306 "bench" 23307 ], 23308 "name": "bench", 23309 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", 23310 "test": false 23311 } 23312 ], 23313 "version": "0.12.3" 23314 }, 23315 { 23316 "authors": [ 23317 "Amanieu d'Antras <[email protected]>" 23318 ], 23319 "categories": [ 23320 "data-structures", 23321 "no-std" 23322 ], 23323 "default_run": null, 23324 "dependencies": [ 23325 { 23326 "features": [], 23327 "kind": null, 23328 "name": "ahash", 23329 "optional": true, 23330 "registry": null, 23331 "rename": null, 23332 "req": "^0.8.6", 23333 "source": "registry+https://github.com/rust-lang/crates.io-index", 23334 "target": null, 23335 "uses_default_features": false 23336 }, 23337 { 23338 "features": [], 23339 "kind": null, 23340 "name": "rustc-std-workspace-alloc", 23341 "optional": true, 23342 "registry": null, 23343 "rename": "alloc", 23344 "req": "^1.0.0", 23345 "source": "registry+https://github.com/rust-lang/crates.io-index", 23346 "target": null, 23347 "uses_default_features": true 23348 }, 23349 { 23350 "features": [ 23351 "alloc" 23352 ], 23353 "kind": null, 23354 "name": "allocator-api2", 23355 "optional": true, 23356 "registry": null, 23357 "rename": null, 23358 "req": "^0.2.9", 23359 "source": "registry+https://github.com/rust-lang/crates.io-index", 23360 "target": null, 23361 "uses_default_features": false 23362 }, 23363 { 23364 "features": [], 23365 "kind": null, 23366 "name": "compiler_builtins", 23367 "optional": true, 23368 "registry": null, 23369 "rename": null, 23370 "req": "^0.1.2", 23371 "source": "registry+https://github.com/rust-lang/crates.io-index", 23372 "target": null, 23373 "uses_default_features": true 23374 }, 23375 { 23376 "features": [], 23377 "kind": null, 23378 "name": "rustc-std-workspace-core", 23379 "optional": true, 23380 "registry": null, 23381 "rename": "core", 23382 "req": "^1.0.0", 23383 "source": "registry+https://github.com/rust-lang/crates.io-index", 23384 "target": null, 23385 "uses_default_features": true 23386 }, 23387 { 23388 "features": [], 23389 "kind": null, 23390 "name": "equivalent", 23391 "optional": true, 23392 "registry": null, 23393 "rename": null, 23394 "req": "^1.0", 23395 "source": "registry+https://github.com/rust-lang/crates.io-index", 23396 "target": null, 23397 "uses_default_features": false 23398 }, 23399 { 23400 "features": [], 23401 "kind": null, 23402 "name": "rayon", 23403 "optional": true, 23404 "registry": null, 23405 "rename": null, 23406 "req": "^1.0", 23407 "source": "registry+https://github.com/rust-lang/crates.io-index", 23408 "target": null, 23409 "uses_default_features": true 23410 }, 23411 { 23412 "features": [ 23413 "alloc" 23414 ], 23415 "kind": null, 23416 "name": "rkyv", 23417 "optional": true, 23418 "registry": null, 23419 "rename": null, 23420 "req": "^0.7.42", 23421 "source": "registry+https://github.com/rust-lang/crates.io-index", 23422 "target": null, 23423 "uses_default_features": false 23424 }, 23425 { 23426 "features": [], 23427 "kind": null, 23428 "name": "serde", 23429 "optional": true, 23430 "registry": null, 23431 "rename": null, 23432 "req": "^1.0.25", 23433 "source": "registry+https://github.com/rust-lang/crates.io-index", 23434 "target": null, 23435 "uses_default_features": false 23436 }, 23437 { 23438 "features": [ 23439 "allocator-api2" 23440 ], 23441 "kind": "dev", 23442 "name": "bumpalo", 23443 "optional": false, 23444 "registry": null, 23445 "rename": null, 23446 "req": "^3.13.0", 23447 "source": "registry+https://github.com/rust-lang/crates.io-index", 23448 "target": null, 23449 "uses_default_features": true 23450 }, 23451 { 23452 "features": [], 23453 "kind": "dev", 23454 "name": "doc-comment", 23455 "optional": false, 23456 "registry": null, 23457 "rename": null, 23458 "req": "^0.3.1", 23459 "source": "registry+https://github.com/rust-lang/crates.io-index", 23460 "target": null, 23461 "uses_default_features": true 23462 }, 23463 { 23464 "features": [], 23465 "kind": "dev", 23466 "name": "fnv", 23467 "optional": false, 23468 "registry": null, 23469 "rename": null, 23470 "req": "^1.0.7", 23471 "source": "registry+https://github.com/rust-lang/crates.io-index", 23472 "target": null, 23473 "uses_default_features": true 23474 }, 23475 { 23476 "features": [], 23477 "kind": "dev", 23478 "name": "lazy_static", 23479 "optional": false, 23480 "registry": null, 23481 "rename": null, 23482 "req": "^1.4", 23483 "source": "registry+https://github.com/rust-lang/crates.io-index", 23484 "target": null, 23485 "uses_default_features": true 23486 }, 23487 { 23488 "features": [ 23489 "small_rng" 23490 ], 23491 "kind": "dev", 23492 "name": "rand", 23493 "optional": false, 23494 "registry": null, 23495 "rename": null, 23496 "req": "^0.8.3", 23497 "source": "registry+https://github.com/rust-lang/crates.io-index", 23498 "target": null, 23499 "uses_default_features": true 23500 }, 23501 { 23502 "features": [], 23503 "kind": "dev", 23504 "name": "rayon", 23505 "optional": false, 23506 "registry": null, 23507 "rename": null, 23508 "req": "^1.0", 23509 "source": "registry+https://github.com/rust-lang/crates.io-index", 23510 "target": null, 23511 "uses_default_features": true 23512 }, 23513 { 23514 "features": [ 23515 "validation" 23516 ], 23517 "kind": "dev", 23518 "name": "rkyv", 23519 "optional": false, 23520 "registry": null, 23521 "rename": null, 23522 "req": "^0.7.42", 23523 "source": "registry+https://github.com/rust-lang/crates.io-index", 23524 "target": null, 23525 "uses_default_features": true 23526 }, 23527 { 23528 "features": [], 23529 "kind": "dev", 23530 "name": "serde_test", 23531 "optional": false, 23532 "registry": null, 23533 "rename": null, 23534 "req": "^1.0", 23535 "source": "registry+https://github.com/rust-lang/crates.io-index", 23536 "target": null, 23537 "uses_default_features": true 23538 } 23539 ], 23540 "description": "A Rust port of Google's SwissTable hash map", 23541 "documentation": null, 23542 "edition": "2021", 23543 "features": { 23544 "ahash": [ 23545 "dep:ahash" 23546 ], 23547 "alloc": [ 23548 "dep:alloc" 23549 ], 23550 "allocator-api2": [ 23551 "dep:allocator-api2" 23552 ], 23553 "compiler_builtins": [ 23554 "dep:compiler_builtins" 23555 ], 23556 "core": [ 23557 "dep:core" 23558 ], 23559 "default": [ 23560 "ahash", 23561 "inline-more", 23562 "allocator-api2" 23563 ], 23564 "equivalent": [ 23565 "dep:equivalent" 23566 ], 23567 "inline-more": [], 23568 "nightly": [ 23569 "allocator-api2?/nightly", 23570 "bumpalo/allocator_api" 23571 ], 23572 "raw": [], 23573 "rayon": [ 23574 "dep:rayon" 23575 ], 23576 "rkyv": [ 23577 "dep:rkyv" 23578 ], 23579 "rustc-dep-of-std": [ 23580 "nightly", 23581 "core", 23582 "compiler_builtins", 23583 "alloc", 23584 "rustc-internal-api" 23585 ], 23586 "rustc-internal-api": [], 23587 "serde": [ 23588 "dep:serde" 23589 ] 23590 }, 23591 "homepage": null, 23592 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23593 "keywords": [ 23594 "hash", 23595 "no_std", 23596 "hashmap", 23597 "swisstable" 23598 ], 23599 "license": "MIT OR Apache-2.0", 23600 "license_file": null, 23601 "links": null, 23602 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/Cargo.toml", 23603 "metadata": { 23604 "docs": { 23605 "rs": { 23606 "features": [ 23607 "nightly", 23608 "rayon", 23609 "serde", 23610 "raw" 23611 ], 23612 "rustdoc-args": [ 23613 "--generate-link-to-definition" 23614 ] 23615 } 23616 } 23617 }, 23618 "name": "hashbrown", 23619 "publish": null, 23620 "readme": "README.md", 23621 "repository": "https://github.com/rust-lang/hashbrown", 23622 "rust_version": "1.63.0", 23623 "source": "registry+https://github.com/rust-lang/crates.io-index", 23624 "targets": [ 23625 { 23626 "crate_types": [ 23627 "lib" 23628 ], 23629 "doc": true, 23630 "doctest": true, 23631 "edition": "2021", 23632 "kind": [ 23633 "lib" 23634 ], 23635 "name": "hashbrown", 23636 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs", 23637 "test": true 23638 }, 23639 { 23640 "crate_types": [ 23641 "bin" 23642 ], 23643 "doc": false, 23644 "doctest": false, 23645 "edition": "2021", 23646 "kind": [ 23647 "test" 23648 ], 23649 "name": "serde", 23650 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/serde.rs", 23651 "test": true 23652 }, 23653 { 23654 "crate_types": [ 23655 "bin" 23656 ], 23657 "doc": false, 23658 "doctest": false, 23659 "edition": "2021", 23660 "kind": [ 23661 "test" 23662 ], 23663 "name": "rayon", 23664 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/rayon.rs", 23665 "test": true 23666 }, 23667 { 23668 "crate_types": [ 23669 "bin" 23670 ], 23671 "doc": false, 23672 "doctest": false, 23673 "edition": "2021", 23674 "kind": [ 23675 "test" 23676 ], 23677 "name": "raw", 23678 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/raw.rs", 23679 "test": true 23680 }, 23681 { 23682 "crate_types": [ 23683 "bin" 23684 ], 23685 "doc": false, 23686 "doctest": false, 23687 "edition": "2021", 23688 "kind": [ 23689 "test" 23690 ], 23691 "name": "equivalent_trait", 23692 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/equivalent_trait.rs", 23693 "test": true 23694 }, 23695 { 23696 "crate_types": [ 23697 "bin" 23698 ], 23699 "doc": false, 23700 "doctest": false, 23701 "edition": "2021", 23702 "kind": [ 23703 "test" 23704 ], 23705 "name": "set", 23706 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/set.rs", 23707 "test": true 23708 }, 23709 { 23710 "crate_types": [ 23711 "bin" 23712 ], 23713 "doc": false, 23714 "doctest": false, 23715 "edition": "2021", 23716 "kind": [ 23717 "test" 23718 ], 23719 "name": "hasher", 23720 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/hasher.rs", 23721 "test": true 23722 }, 23723 { 23724 "crate_types": [ 23725 "bin" 23726 ], 23727 "doc": false, 23728 "doctest": false, 23729 "edition": "2021", 23730 "kind": [ 23731 "bench" 23732 ], 23733 "name": "insert_unique_unchecked", 23734 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/benches/insert_unique_unchecked.rs", 23735 "test": false 23736 }, 23737 { 23738 "crate_types": [ 23739 "bin" 23740 ], 23741 "doc": false, 23742 "doctest": false, 23743 "edition": "2021", 23744 "kind": [ 23745 "bench" 23746 ], 23747 "name": "bench", 23748 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/benches/bench.rs", 23749 "test": false 23750 } 23751 ], 23752 "version": "0.14.3" 23753 }, 23754 { 23755 "authors": [ 23756 "Jorge Aparicio <[email protected]>", 23757 "Per Lindgren <[email protected]>", 23758 "Emil Fresk <[email protected]>" 23759 ], 23760 "categories": [ 23761 "data-structures", 23762 "no-std" 23763 ], 23764 "default_run": null, 23765 "dependencies": [ 23766 { 23767 "features": [], 23768 "kind": null, 23769 "name": "defmt", 23770 "optional": true, 23771 "registry": null, 23772 "rename": null, 23773 "req": ">=0.2.0, <0.4", 23774 "source": "registry+https://github.com/rust-lang/crates.io-index", 23775 "target": null, 23776 "uses_default_features": true 23777 }, 23778 { 23779 "features": [], 23780 "kind": null, 23781 "name": "hash32", 23782 "optional": false, 23783 "registry": null, 23784 "rename": null, 23785 "req": "^0.2.1", 23786 "source": "registry+https://github.com/rust-lang/crates.io-index", 23787 "target": null, 23788 "uses_default_features": true 23789 }, 23790 { 23791 "features": [], 23792 "kind": null, 23793 "name": "serde", 23794 "optional": true, 23795 "registry": null, 23796 "rename": null, 23797 "req": "^1", 23798 "source": "registry+https://github.com/rust-lang/crates.io-index", 23799 "target": null, 23800 "uses_default_features": false 23801 }, 23802 { 23803 "features": [], 23804 "kind": null, 23805 "name": "stable_deref_trait", 23806 "optional": false, 23807 "registry": null, 23808 "rename": null, 23809 "req": "^1", 23810 "source": "registry+https://github.com/rust-lang/crates.io-index", 23811 "target": null, 23812 "uses_default_features": false 23813 }, 23814 { 23815 "features": [], 23816 "kind": null, 23817 "name": "ufmt-write", 23818 "optional": true, 23819 "registry": null, 23820 "rename": null, 23821 "req": "^0.1", 23822 "source": "registry+https://github.com/rust-lang/crates.io-index", 23823 "target": null, 23824 "uses_default_features": true 23825 }, 23826 { 23827 "features": [], 23828 "kind": "dev", 23829 "name": "ufmt", 23830 "optional": false, 23831 "registry": null, 23832 "rename": null, 23833 "req": "^0.1", 23834 "source": "registry+https://github.com/rust-lang/crates.io-index", 23835 "target": null, 23836 "uses_default_features": true 23837 }, 23838 { 23839 "features": [], 23840 "kind": "build", 23841 "name": "rustc_version", 23842 "optional": false, 23843 "registry": null, 23844 "rename": null, 23845 "req": "^0.4.0", 23846 "source": "registry+https://github.com/rust-lang/crates.io-index", 23847 "target": null, 23848 "uses_default_features": true 23849 }, 23850 { 23851 "features": [], 23852 "kind": null, 23853 "name": "atomic-polyfill", 23854 "optional": true, 23855 "registry": null, 23856 "rename": null, 23857 "req": "^1", 23858 "source": "registry+https://github.com/rust-lang/crates.io-index", 23859 "target": "cfg(target_arch = \"avr\")", 23860 "uses_default_features": true 23861 }, 23862 { 23863 "features": [], 23864 "kind": null, 23865 "name": "spin", 23866 "optional": false, 23867 "registry": null, 23868 "rename": null, 23869 "req": "^0.9.2", 23870 "source": "registry+https://github.com/rust-lang/crates.io-index", 23871 "target": "cfg(target_arch = \"x86_64\")", 23872 "uses_default_features": true 23873 }, 23874 { 23875 "features": [], 23876 "kind": null, 23877 "name": "atomic-polyfill", 23878 "optional": false, 23879 "registry": null, 23880 "rename": null, 23881 "req": "^1", 23882 "source": "registry+https://github.com/rust-lang/crates.io-index", 23883 "target": "riscv32i-unknown-none-elf", 23884 "uses_default_features": true 23885 }, 23886 { 23887 "features": [], 23888 "kind": null, 23889 "name": "atomic-polyfill", 23890 "optional": false, 23891 "registry": null, 23892 "rename": null, 23893 "req": "^1", 23894 "source": "registry+https://github.com/rust-lang/crates.io-index", 23895 "target": "riscv32imc-unknown-none-elf", 23896 "uses_default_features": true 23897 }, 23898 { 23899 "features": [], 23900 "kind": null, 23901 "name": "atomic-polyfill", 23902 "optional": true, 23903 "registry": null, 23904 "rename": null, 23905 "req": "^1", 23906 "source": "registry+https://github.com/rust-lang/crates.io-index", 23907 "target": "thumbv6m-none-eabi", 23908 "uses_default_features": true 23909 }, 23910 { 23911 "features": [], 23912 "kind": null, 23913 "name": "atomic-polyfill", 23914 "optional": false, 23915 "registry": null, 23916 "rename": null, 23917 "req": "^1", 23918 "source": "registry+https://github.com/rust-lang/crates.io-index", 23919 "target": "xtensa-esp32s2-none-elf", 23920 "uses_default_features": true 23921 } 23922 ], 23923 "description": "`static` friendly data structures that don't require dynamic memory allocation", 23924 "documentation": "https://docs.rs/heapless", 23925 "edition": "2018", 23926 "features": { 23927 "__trybuild": [], 23928 "atomic-polyfill": [ 23929 "dep:atomic-polyfill" 23930 ], 23931 "cas": [ 23932 "atomic-polyfill" 23933 ], 23934 "default": [ 23935 "cas" 23936 ], 23937 "defmt": [ 23938 "dep:defmt" 23939 ], 23940 "defmt-impl": [ 23941 "defmt" 23942 ], 23943 "mpmc_large": [], 23944 "serde": [ 23945 "dep:serde" 23946 ], 23947 "ufmt-impl": [ 23948 "ufmt-write" 23949 ], 23950 "ufmt-write": [ 23951 "dep:ufmt-write" 23952 ], 23953 "x86-sync-pool": [] 23954 }, 23955 "homepage": null, 23956 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 23957 "keywords": [ 23958 "static", 23959 "no-heap" 23960 ], 23961 "license": "MIT OR Apache-2.0", 23962 "license_file": null, 23963 "links": null, 23964 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/Cargo.toml", 23965 "metadata": { 23966 "docs": { 23967 "rs": { 23968 "all-features": true 23969 } 23970 } 23971 }, 23972 "name": "heapless", 23973 "publish": null, 23974 "readme": "README.md", 23975 "repository": "https://github.com/japaric/heapless", 23976 "rust_version": null, 23977 "source": "registry+https://github.com/rust-lang/crates.io-index", 23978 "targets": [ 23979 { 23980 "crate_types": [ 23981 "lib" 23982 ], 23983 "doc": true, 23984 "doctest": true, 23985 "edition": "2018", 23986 "kind": [ 23987 "lib" 23988 ], 23989 "name": "heapless", 23990 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs", 23991 "test": true 23992 }, 23993 { 23994 "crate_types": [ 23995 "bin" 23996 ], 23997 "doc": false, 23998 "doctest": false, 23999 "edition": "2018", 24000 "kind": [ 24001 "test" 24002 ], 24003 "name": "tsan", 24004 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/tests/tsan.rs", 24005 "test": true 24006 }, 24007 { 24008 "crate_types": [ 24009 "bin" 24010 ], 24011 "doc": false, 24012 "doctest": false, 24013 "edition": "2018", 24014 "kind": [ 24015 "test" 24016 ], 24017 "name": "cpass", 24018 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/tests/cpass.rs", 24019 "test": true 24020 }, 24021 { 24022 "crate_types": [ 24023 "bin" 24024 ], 24025 "doc": false, 24026 "doctest": false, 24027 "edition": "2018", 24028 "kind": [ 24029 "custom-build" 24030 ], 24031 "name": "build-script-build", 24032 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs", 24033 "test": false 24034 } 24035 ], 24036 "version": "0.7.17" 24037 }, 24038 { 24039 "authors": [ 24040 "Without Boats <[email protected]>" 24041 ], 24042 "categories": [], 24043 "default_run": null, 24044 "dependencies": [ 24045 { 24046 "features": [], 24047 "kind": null, 24048 "name": "unicode-segmentation", 24049 "optional": true, 24050 "registry": null, 24051 "rename": null, 24052 "req": "^1.2.0", 24053 "source": "registry+https://github.com/rust-lang/crates.io-index", 24054 "target": null, 24055 "uses_default_features": true 24056 } 24057 ], 24058 "description": "heck is a case conversion library.", 24059 "documentation": "https://docs.rs/heck", 24060 "edition": "2018", 24061 "features": { 24062 "default": [], 24063 "unicode": [ 24064 "unicode-segmentation" 24065 ], 24066 "unicode-segmentation": [ 24067 "dep:unicode-segmentation" 24068 ] 24069 }, 24070 "homepage": "https://github.com/withoutboats/heck", 24071 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24072 "keywords": [ 24073 "string", 24074 "case", 24075 "camel", 24076 "snake", 24077 "unicode" 24078 ], 24079 "license": "MIT OR Apache-2.0", 24080 "license_file": null, 24081 "links": null, 24082 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.0/Cargo.toml", 24083 "metadata": null, 24084 "name": "heck", 24085 "publish": null, 24086 "readme": "README.md", 24087 "repository": "https://github.com/withoutboats/heck", 24088 "rust_version": null, 24089 "source": "registry+https://github.com/rust-lang/crates.io-index", 24090 "targets": [ 24091 { 24092 "crate_types": [ 24093 "lib" 24094 ], 24095 "doc": true, 24096 "doctest": true, 24097 "edition": "2018", 24098 "kind": [ 24099 "lib" 24100 ], 24101 "name": "heck", 24102 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.0/src/lib.rs", 24103 "test": true 24104 } 24105 ], 24106 "version": "0.4.0" 24107 }, 24108 { 24109 "authors": [ 24110 "Stefan Lankes" 24111 ], 24112 "categories": [ 24113 "os" 24114 ], 24115 "default_run": null, 24116 "dependencies": [ 24117 { 24118 "features": [], 24119 "kind": null, 24120 "name": "compiler_builtins", 24121 "optional": true, 24122 "registry": null, 24123 "rename": null, 24124 "req": "^0.1", 24125 "source": "registry+https://github.com/rust-lang/crates.io-index", 24126 "target": null, 24127 "uses_default_features": true 24128 }, 24129 { 24130 "features": [], 24131 "kind": null, 24132 "name": "rustc-std-workspace-core", 24133 "optional": true, 24134 "registry": null, 24135 "rename": "core", 24136 "req": "^1.0.0", 24137 "source": "registry+https://github.com/rust-lang/crates.io-index", 24138 "target": null, 24139 "uses_default_features": true 24140 }, 24141 { 24142 "features": [], 24143 "kind": null, 24144 "name": "libc", 24145 "optional": false, 24146 "registry": null, 24147 "rename": null, 24148 "req": "^0.2.51", 24149 "source": "registry+https://github.com/rust-lang/crates.io-index", 24150 "target": null, 24151 "uses_default_features": false 24152 } 24153 ], 24154 "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", 24155 "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", 24156 "edition": "2018", 24157 "features": { 24158 "compiler_builtins": [ 24159 "dep:compiler_builtins" 24160 ], 24161 "core": [ 24162 "dep:core" 24163 ], 24164 "default": [], 24165 "docs": [], 24166 "rustc-dep-of-std": [ 24167 "core", 24168 "compiler_builtins/rustc-dep-of-std", 24169 "libc/rustc-dep-of-std" 24170 ] 24171 }, 24172 "homepage": null, 24173 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24174 "keywords": [ 24175 "unikernel", 24176 "libos" 24177 ], 24178 "license": "MIT/Apache-2.0", 24179 "license_file": null, 24180 "links": null, 24181 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", 24182 "metadata": { 24183 "docs": { 24184 "rs": { 24185 "default-target": "x86_64-unknown-hermit", 24186 "features": [ 24187 "docs" 24188 ] 24189 } 24190 } 24191 }, 24192 "name": "hermit-abi", 24193 "publish": null, 24194 "readme": "README.md", 24195 "repository": "https://github.com/hermitcore/libhermit-rs", 24196 "rust_version": null, 24197 "source": "registry+https://github.com/rust-lang/crates.io-index", 24198 "targets": [ 24199 { 24200 "crate_types": [ 24201 "lib" 24202 ], 24203 "doc": true, 24204 "doctest": true, 24205 "edition": "2018", 24206 "kind": [ 24207 "lib" 24208 ], 24209 "name": "hermit_abi", 24210 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", 24211 "test": true 24212 } 24213 ], 24214 "version": "0.1.19" 24215 }, 24216 { 24217 "authors": [ 24218 "Stefan Lankes" 24219 ], 24220 "categories": [ 24221 "os" 24222 ], 24223 "default_run": null, 24224 "dependencies": [ 24225 { 24226 "features": [], 24227 "kind": null, 24228 "name": "rustc-std-workspace-alloc", 24229 "optional": true, 24230 "registry": null, 24231 "rename": "alloc", 24232 "req": "^1.0.0", 24233 "source": "registry+https://github.com/rust-lang/crates.io-index", 24234 "target": null, 24235 "uses_default_features": true 24236 }, 24237 { 24238 "features": [], 24239 "kind": null, 24240 "name": "compiler_builtins", 24241 "optional": true, 24242 "registry": null, 24243 "rename": null, 24244 "req": "^0.1", 24245 "source": "registry+https://github.com/rust-lang/crates.io-index", 24246 "target": null, 24247 "uses_default_features": true 24248 }, 24249 { 24250 "features": [], 24251 "kind": null, 24252 "name": "rustc-std-workspace-core", 24253 "optional": true, 24254 "registry": null, 24255 "rename": "core", 24256 "req": "^1.0.0", 24257 "source": "registry+https://github.com/rust-lang/crates.io-index", 24258 "target": null, 24259 "uses_default_features": true 24260 } 24261 ], 24262 "description": "Hermit system calls definitions.", 24263 "documentation": null, 24264 "edition": "2021", 24265 "features": { 24266 "alloc": [ 24267 "dep:alloc" 24268 ], 24269 "compiler_builtins": [ 24270 "dep:compiler_builtins" 24271 ], 24272 "core": [ 24273 "dep:core" 24274 ], 24275 "default": [], 24276 "rustc-dep-of-std": [ 24277 "core", 24278 "alloc", 24279 "compiler_builtins/rustc-dep-of-std" 24280 ] 24281 }, 24282 "homepage": null, 24283 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24284 "keywords": [ 24285 "unikernel", 24286 "libos" 24287 ], 24288 "license": "MIT OR Apache-2.0", 24289 "license_file": null, 24290 "links": null, 24291 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/Cargo.toml", 24292 "metadata": null, 24293 "name": "hermit-abi", 24294 "publish": null, 24295 "readme": "README.md", 24296 "repository": "https://github.com/hermit-os/hermit-rs", 24297 "rust_version": null, 24298 "source": "registry+https://github.com/rust-lang/crates.io-index", 24299 "targets": [ 24300 { 24301 "crate_types": [ 24302 "lib" 24303 ], 24304 "doc": true, 24305 "doctest": true, 24306 "edition": "2021", 24307 "kind": [ 24308 "lib" 24309 ], 24310 "name": "hermit_abi", 24311 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/src/lib.rs", 24312 "test": true 24313 } 24314 ], 24315 "version": "0.3.9" 24316 }, 24317 { 24318 "authors": [ 24319 "KokaKiwi <[email protected]>" 24320 ], 24321 "categories": [ 24322 "encoding", 24323 "no-std" 24324 ], 24325 "default_run": null, 24326 "dependencies": [ 24327 { 24328 "features": [], 24329 "kind": null, 24330 "name": "serde", 24331 "optional": true, 24332 "registry": null, 24333 "rename": null, 24334 "req": "^1.0", 24335 "source": "registry+https://github.com/rust-lang/crates.io-index", 24336 "target": null, 24337 "uses_default_features": false 24338 }, 24339 { 24340 "features": [], 24341 "kind": "dev", 24342 "name": "criterion", 24343 "optional": false, 24344 "registry": null, 24345 "rename": null, 24346 "req": "^0.3", 24347 "source": "registry+https://github.com/rust-lang/crates.io-index", 24348 "target": null, 24349 "uses_default_features": true 24350 }, 24351 { 24352 "features": [], 24353 "kind": "dev", 24354 "name": "faster-hex", 24355 "optional": false, 24356 "registry": null, 24357 "rename": null, 24358 "req": "^0.5", 24359 "source": "registry+https://github.com/rust-lang/crates.io-index", 24360 "target": null, 24361 "uses_default_features": true 24362 }, 24363 { 24364 "features": [], 24365 "kind": "dev", 24366 "name": "pretty_assertions", 24367 "optional": false, 24368 "registry": null, 24369 "rename": null, 24370 "req": "^0.6", 24371 "source": "registry+https://github.com/rust-lang/crates.io-index", 24372 "target": null, 24373 "uses_default_features": true 24374 }, 24375 { 24376 "features": [], 24377 "kind": "dev", 24378 "name": "rustc-hex", 24379 "optional": false, 24380 "registry": null, 24381 "rename": null, 24382 "req": "^2.1", 24383 "source": "registry+https://github.com/rust-lang/crates.io-index", 24384 "target": null, 24385 "uses_default_features": true 24386 }, 24387 { 24388 "features": [ 24389 "derive" 24390 ], 24391 "kind": "dev", 24392 "name": "serde", 24393 "optional": false, 24394 "registry": null, 24395 "rename": null, 24396 "req": "^1.0", 24397 "source": "registry+https://github.com/rust-lang/crates.io-index", 24398 "target": null, 24399 "uses_default_features": true 24400 }, 24401 { 24402 "features": [], 24403 "kind": "dev", 24404 "name": "serde_json", 24405 "optional": false, 24406 "registry": null, 24407 "rename": null, 24408 "req": "^1.0", 24409 "source": "registry+https://github.com/rust-lang/crates.io-index", 24410 "target": null, 24411 "uses_default_features": true 24412 }, 24413 { 24414 "features": [], 24415 "kind": "dev", 24416 "name": "version-sync", 24417 "optional": false, 24418 "registry": null, 24419 "rename": null, 24420 "req": "^0.9", 24421 "source": "registry+https://github.com/rust-lang/crates.io-index", 24422 "target": null, 24423 "uses_default_features": true 24424 } 24425 ], 24426 "description": "Encoding and decoding data into/from hexadecimal representation.", 24427 "documentation": "https://docs.rs/hex/", 24428 "edition": "2018", 24429 "features": { 24430 "alloc": [], 24431 "default": [ 24432 "std" 24433 ], 24434 "serde": [ 24435 "dep:serde" 24436 ], 24437 "std": [ 24438 "alloc" 24439 ] 24440 }, 24441 "homepage": null, 24442 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24443 "keywords": [ 24444 "no_std", 24445 "hex" 24446 ], 24447 "license": "MIT OR Apache-2.0", 24448 "license_file": null, 24449 "links": null, 24450 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/Cargo.toml", 24451 "metadata": { 24452 "docs": { 24453 "rs": { 24454 "all-features": true, 24455 "rustdoc-args": [ 24456 "--cfg", 24457 "docsrs" 24458 ] 24459 } 24460 } 24461 }, 24462 "name": "hex", 24463 "publish": null, 24464 "readme": "README.md", 24465 "repository": "https://github.com/KokaKiwi/rust-hex", 24466 "rust_version": null, 24467 "source": "registry+https://github.com/rust-lang/crates.io-index", 24468 "targets": [ 24469 { 24470 "crate_types": [ 24471 "lib" 24472 ], 24473 "doc": true, 24474 "doctest": true, 24475 "edition": "2018", 24476 "kind": [ 24477 "lib" 24478 ], 24479 "name": "hex", 24480 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs", 24481 "test": true 24482 }, 24483 { 24484 "crate_types": [ 24485 "bin" 24486 ], 24487 "doc": false, 24488 "doctest": false, 24489 "edition": "2018", 24490 "kind": [ 24491 "test" 24492 ], 24493 "name": "serde", 24494 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/serde.rs", 24495 "test": true 24496 }, 24497 { 24498 "crate_types": [ 24499 "bin" 24500 ], 24501 "doc": false, 24502 "doctest": false, 24503 "edition": "2018", 24504 "kind": [ 24505 "test" 24506 ], 24507 "name": "version-number", 24508 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/version-number.rs", 24509 "test": true 24510 }, 24511 { 24512 "crate_types": [ 24513 "bin" 24514 ], 24515 "doc": false, 24516 "doctest": false, 24517 "edition": "2018", 24518 "kind": [ 24519 "bench" 24520 ], 24521 "name": "hex", 24522 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/benches/hex.rs", 24523 "test": false 24524 } 24525 ], 24526 "version": "0.4.3" 24527 }, 24528 { 24529 "authors": [ 24530 "RustCrypto Developers" 24531 ], 24532 "categories": [ 24533 "cryptography", 24534 "no-std" 24535 ], 24536 "default_run": null, 24537 "dependencies": [ 24538 { 24539 "features": [ 24540 "mac" 24541 ], 24542 "kind": null, 24543 "name": "digest", 24544 "optional": false, 24545 "registry": null, 24546 "rename": null, 24547 "req": "^0.10.3", 24548 "source": "registry+https://github.com/rust-lang/crates.io-index", 24549 "target": null, 24550 "uses_default_features": true 24551 }, 24552 { 24553 "features": [ 24554 "dev" 24555 ], 24556 "kind": "dev", 24557 "name": "digest", 24558 "optional": false, 24559 "registry": null, 24560 "rename": null, 24561 "req": "^0.10", 24562 "source": "registry+https://github.com/rust-lang/crates.io-index", 24563 "target": null, 24564 "uses_default_features": true 24565 }, 24566 { 24567 "features": [], 24568 "kind": "dev", 24569 "name": "hex-literal", 24570 "optional": false, 24571 "registry": null, 24572 "rename": null, 24573 "req": "^0.2.2", 24574 "source": "registry+https://github.com/rust-lang/crates.io-index", 24575 "target": null, 24576 "uses_default_features": true 24577 }, 24578 { 24579 "features": [], 24580 "kind": "dev", 24581 "name": "md-5", 24582 "optional": false, 24583 "registry": null, 24584 "rename": null, 24585 "req": "^0.10", 24586 "source": "registry+https://github.com/rust-lang/crates.io-index", 24587 "target": null, 24588 "uses_default_features": false 24589 }, 24590 { 24591 "features": [], 24592 "kind": "dev", 24593 "name": "sha-1", 24594 "optional": false, 24595 "registry": null, 24596 "rename": null, 24597 "req": "^0.10", 24598 "source": "registry+https://github.com/rust-lang/crates.io-index", 24599 "target": null, 24600 "uses_default_features": false 24601 }, 24602 { 24603 "features": [], 24604 "kind": "dev", 24605 "name": "sha2", 24606 "optional": false, 24607 "registry": null, 24608 "rename": null, 24609 "req": "^0.10", 24610 "source": "registry+https://github.com/rust-lang/crates.io-index", 24611 "target": null, 24612 "uses_default_features": false 24613 }, 24614 { 24615 "features": [], 24616 "kind": "dev", 24617 "name": "streebog", 24618 "optional": false, 24619 "registry": null, 24620 "rename": null, 24621 "req": "^0.10", 24622 "source": "registry+https://github.com/rust-lang/crates.io-index", 24623 "target": null, 24624 "uses_default_features": false 24625 } 24626 ], 24627 "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)", 24628 "documentation": "https://docs.rs/hmac", 24629 "edition": "2018", 24630 "features": { 24631 "reset": [], 24632 "std": [ 24633 "digest/std" 24634 ] 24635 }, 24636 "homepage": null, 24637 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24638 "keywords": [ 24639 "crypto", 24640 "mac", 24641 "hmac", 24642 "digest" 24643 ], 24644 "license": "MIT OR Apache-2.0", 24645 "license_file": null, 24646 "links": null, 24647 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/Cargo.toml", 24648 "metadata": { 24649 "docs": { 24650 "rs": { 24651 "all-features": true, 24652 "rustdoc-args": [ 24653 "--cfg", 24654 "docsrs" 24655 ] 24656 } 24657 } 24658 }, 24659 "name": "hmac", 24660 "publish": null, 24661 "readme": "README.md", 24662 "repository": "https://github.com/RustCrypto/MACs", 24663 "rust_version": null, 24664 "source": "registry+https://github.com/rust-lang/crates.io-index", 24665 "targets": [ 24666 { 24667 "crate_types": [ 24668 "lib" 24669 ], 24670 "doc": true, 24671 "doctest": true, 24672 "edition": "2018", 24673 "kind": [ 24674 "lib" 24675 ], 24676 "name": "hmac", 24677 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs", 24678 "test": true 24679 }, 24680 { 24681 "crate_types": [ 24682 "bin" 24683 ], 24684 "doc": false, 24685 "doctest": false, 24686 "edition": "2018", 24687 "kind": [ 24688 "test" 24689 ], 24690 "name": "mod", 24691 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/tests/mod.rs", 24692 "test": true 24693 } 24694 ], 24695 "version": "0.12.1" 24696 }, 24697 { 24698 "authors": [ 24699 "Alex Crichton <[email protected]>", 24700 "Carl Lerche <[email protected]>", 24701 "Sean McArthur <[email protected]>" 24702 ], 24703 "categories": [ 24704 "web-programming" 24705 ], 24706 "default_run": null, 24707 "dependencies": [ 24708 { 24709 "features": [], 24710 "kind": null, 24711 "name": "bytes", 24712 "optional": false, 24713 "registry": null, 24714 "rename": null, 24715 "req": "^1", 24716 "source": "registry+https://github.com/rust-lang/crates.io-index", 24717 "target": null, 24718 "uses_default_features": true 24719 }, 24720 { 24721 "features": [], 24722 "kind": null, 24723 "name": "fnv", 24724 "optional": false, 24725 "registry": null, 24726 "rename": null, 24727 "req": "^1.0.5", 24728 "source": "registry+https://github.com/rust-lang/crates.io-index", 24729 "target": null, 24730 "uses_default_features": true 24731 }, 24732 { 24733 "features": [], 24734 "kind": null, 24735 "name": "itoa", 24736 "optional": false, 24737 "registry": null, 24738 "rename": null, 24739 "req": "^1", 24740 "source": "registry+https://github.com/rust-lang/crates.io-index", 24741 "target": null, 24742 "uses_default_features": true 24743 }, 24744 { 24745 "features": [], 24746 "kind": "dev", 24747 "name": "doc-comment", 24748 "optional": false, 24749 "registry": null, 24750 "rename": null, 24751 "req": "^0.3", 24752 "source": "registry+https://github.com/rust-lang/crates.io-index", 24753 "target": null, 24754 "uses_default_features": true 24755 }, 24756 { 24757 "features": [], 24758 "kind": "dev", 24759 "name": "indexmap", 24760 "optional": false, 24761 "registry": null, 24762 "rename": null, 24763 "req": "<=1.8", 24764 "source": "registry+https://github.com/rust-lang/crates.io-index", 24765 "target": null, 24766 "uses_default_features": true 24767 }, 24768 { 24769 "features": [], 24770 "kind": "dev", 24771 "name": "quickcheck", 24772 "optional": false, 24773 "registry": null, 24774 "rename": null, 24775 "req": "^0.9.0", 24776 "source": "registry+https://github.com/rust-lang/crates.io-index", 24777 "target": null, 24778 "uses_default_features": true 24779 }, 24780 { 24781 "features": [], 24782 "kind": "dev", 24783 "name": "rand", 24784 "optional": false, 24785 "registry": null, 24786 "rename": null, 24787 "req": "^0.7.0", 24788 "source": "registry+https://github.com/rust-lang/crates.io-index", 24789 "target": null, 24790 "uses_default_features": true 24791 }, 24792 { 24793 "features": [], 24794 "kind": "dev", 24795 "name": "seahash", 24796 "optional": false, 24797 "registry": null, 24798 "rename": null, 24799 "req": "^3.0.5", 24800 "source": "registry+https://github.com/rust-lang/crates.io-index", 24801 "target": null, 24802 "uses_default_features": true 24803 }, 24804 { 24805 "features": [], 24806 "kind": "dev", 24807 "name": "serde", 24808 "optional": false, 24809 "registry": null, 24810 "rename": null, 24811 "req": "^1.0", 24812 "source": "registry+https://github.com/rust-lang/crates.io-index", 24813 "target": null, 24814 "uses_default_features": true 24815 }, 24816 { 24817 "features": [], 24818 "kind": "dev", 24819 "name": "serde_json", 24820 "optional": false, 24821 "registry": null, 24822 "rename": null, 24823 "req": "^1.0", 24824 "source": "registry+https://github.com/rust-lang/crates.io-index", 24825 "target": null, 24826 "uses_default_features": true 24827 } 24828 ], 24829 "description": "A set of types for representing HTTP requests and responses.\n", 24830 "documentation": "https://docs.rs/http", 24831 "edition": "2018", 24832 "features": {}, 24833 "homepage": null, 24834 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24835 "keywords": [ 24836 "http" 24837 ], 24838 "license": "MIT OR Apache-2.0", 24839 "license_file": null, 24840 "links": null, 24841 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/Cargo.toml", 24842 "metadata": null, 24843 "name": "http", 24844 "publish": null, 24845 "readme": "README.md", 24846 "repository": "https://github.com/hyperium/http", 24847 "rust_version": "1.49.0", 24848 "source": "registry+https://github.com/rust-lang/crates.io-index", 24849 "targets": [ 24850 { 24851 "crate_types": [ 24852 "lib" 24853 ], 24854 "doc": true, 24855 "doctest": true, 24856 "edition": "2018", 24857 "kind": [ 24858 "lib" 24859 ], 24860 "name": "http", 24861 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs", 24862 "test": true 24863 }, 24864 { 24865 "crate_types": [ 24866 "bin" 24867 ], 24868 "doc": false, 24869 "doctest": false, 24870 "edition": "2018", 24871 "kind": [ 24872 "test" 24873 ], 24874 "name": "header_map", 24875 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/tests/header_map.rs", 24876 "test": true 24877 }, 24878 { 24879 "crate_types": [ 24880 "bin" 24881 ], 24882 "doc": false, 24883 "doctest": false, 24884 "edition": "2018", 24885 "kind": [ 24886 "test" 24887 ], 24888 "name": "status_code", 24889 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/tests/status_code.rs", 24890 "test": true 24891 }, 24892 { 24893 "crate_types": [ 24894 "bin" 24895 ], 24896 "doc": false, 24897 "doctest": false, 24898 "edition": "2018", 24899 "kind": [ 24900 "test" 24901 ], 24902 "name": "header_map_fuzz", 24903 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/tests/header_map_fuzz.rs", 24904 "test": true 24905 } 24906 ], 24907 "version": "0.2.12" 24908 }, 24909 { 24910 "authors": [ 24911 "Carl Lerche <[email protected]>", 24912 "Lucio Franco <[email protected]>", 24913 "Sean McArthur <[email protected]>" 24914 ], 24915 "categories": [ 24916 "web-programming" 24917 ], 24918 "default_run": null, 24919 "dependencies": [ 24920 { 24921 "features": [], 24922 "kind": null, 24923 "name": "bytes", 24924 "optional": false, 24925 "registry": null, 24926 "rename": null, 24927 "req": "^1", 24928 "source": "registry+https://github.com/rust-lang/crates.io-index", 24929 "target": null, 24930 "uses_default_features": true 24931 }, 24932 { 24933 "features": [], 24934 "kind": null, 24935 "name": "http", 24936 "optional": false, 24937 "registry": null, 24938 "rename": null, 24939 "req": "^0.2", 24940 "source": "registry+https://github.com/rust-lang/crates.io-index", 24941 "target": null, 24942 "uses_default_features": true 24943 }, 24944 { 24945 "features": [], 24946 "kind": null, 24947 "name": "pin-project-lite", 24948 "optional": false, 24949 "registry": null, 24950 "rename": null, 24951 "req": "^0.2", 24952 "source": "registry+https://github.com/rust-lang/crates.io-index", 24953 "target": null, 24954 "uses_default_features": true 24955 }, 24956 { 24957 "features": [ 24958 "macros", 24959 "rt" 24960 ], 24961 "kind": "dev", 24962 "name": "tokio", 24963 "optional": false, 24964 "registry": null, 24965 "rename": null, 24966 "req": "^1", 24967 "source": "registry+https://github.com/rust-lang/crates.io-index", 24968 "target": null, 24969 "uses_default_features": true 24970 } 24971 ], 24972 "description": "Trait representing an asynchronous, streaming, HTTP request or response body.\n", 24973 "documentation": "https://docs.rs/http-body", 24974 "edition": "2018", 24975 "features": {}, 24976 "homepage": null, 24977 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 24978 "keywords": [ 24979 "http" 24980 ], 24981 "license": "MIT", 24982 "license_file": null, 24983 "links": null, 24984 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/Cargo.toml", 24985 "metadata": null, 24986 "name": "http-body", 24987 "publish": null, 24988 "readme": "README.md", 24989 "repository": "https://github.com/hyperium/http-body", 24990 "rust_version": null, 24991 "source": "registry+https://github.com/rust-lang/crates.io-index", 24992 "targets": [ 24993 { 24994 "crate_types": [ 24995 "lib" 24996 ], 24997 "doc": true, 24998 "doctest": true, 24999 "edition": "2018", 25000 "kind": [ 25001 "lib" 25002 ], 25003 "name": "http_body", 25004 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/src/lib.rs", 25005 "test": true 25006 }, 25007 { 25008 "crate_types": [ 25009 "bin" 25010 ], 25011 "doc": false, 25012 "doctest": false, 25013 "edition": "2018", 25014 "kind": [ 25015 "test" 25016 ], 25017 "name": "is_end_stream", 25018 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/tests/is_end_stream.rs", 25019 "test": true 25020 } 25021 ], 25022 "version": "0.4.6" 25023 }, 25024 { 25025 "authors": [ 25026 "Sean McArthur <[email protected]>" 25027 ], 25028 "categories": [ 25029 "network-programming", 25030 "no-std", 25031 "parser-implementations", 25032 "web-programming" 25033 ], 25034 "default_run": null, 25035 "dependencies": [ 25036 { 25037 "features": [], 25038 "kind": "dev", 25039 "name": "criterion", 25040 "optional": false, 25041 "registry": null, 25042 "rename": null, 25043 "req": "^0.3.5", 25044 "source": "registry+https://github.com/rust-lang/crates.io-index", 25045 "target": null, 25046 "uses_default_features": true 25047 } 25048 ], 25049 "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.", 25050 "documentation": "https://docs.rs/httparse", 25051 "edition": "2018", 25052 "features": { 25053 "default": [ 25054 "std" 25055 ], 25056 "std": [] 25057 }, 25058 "homepage": null, 25059 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 25060 "keywords": [ 25061 "http", 25062 "parser", 25063 "no_std" 25064 ], 25065 "license": "MIT/Apache-2.0", 25066 "license_file": null, 25067 "links": null, 25068 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/Cargo.toml", 25069 "metadata": null, 25070 "name": "httparse", 25071 "publish": null, 25072 "readme": "README.md", 25073 "repository": "https://github.com/seanmonstar/httparse", 25074 "rust_version": null, 25075 "source": "registry+https://github.com/rust-lang/crates.io-index", 25076 "targets": [ 25077 { 25078 "crate_types": [ 25079 "lib" 25080 ], 25081 "doc": true, 25082 "doctest": true, 25083 "edition": "2018", 25084 "kind": [ 25085 "lib" 25086 ], 25087 "name": "httparse", 25088 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs", 25089 "test": true 25090 }, 25091 { 25092 "crate_types": [ 25093 "bin" 25094 ], 25095 "doc": false, 25096 "doctest": false, 25097 "edition": "2018", 25098 "kind": [ 25099 "test" 25100 ], 25101 "name": "uri", 25102 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/tests/uri.rs", 25103 "test": true 25104 }, 25105 { 25106 "crate_types": [ 25107 "bin" 25108 ], 25109 "doc": false, 25110 "doctest": false, 25111 "edition": "2018", 25112 "kind": [ 25113 "bench" 25114 ], 25115 "name": "parse", 25116 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/benches/parse.rs", 25117 "test": false 25118 }, 25119 { 25120 "crate_types": [ 25121 "bin" 25122 ], 25123 "doc": false, 25124 "doctest": false, 25125 "edition": "2018", 25126 "kind": [ 25127 "custom-build" 25128 ], 25129 "name": "build-script-build", 25130 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs", 25131 "test": false 25132 } 25133 ], 25134 "version": "1.8.0" 25135 }, 25136 { 25137 "authors": [ 25138 "Pyfisch <[email protected]>" 25139 ], 25140 "categories": [], 25141 "default_run": null, 25142 "dependencies": [ 25143 { 25144 "features": [], 25145 "kind": "dev", 25146 "name": "criterion", 25147 "optional": false, 25148 "registry": null, 25149 "rename": null, 25150 "req": "^0.5", 25151 "source": "registry+https://github.com/rust-lang/crates.io-index", 25152 "target": null, 25153 "uses_default_features": true 25154 } 25155 ], 25156 "description": "HTTP date parsing and formatting", 25157 "documentation": null, 25158 "edition": "2021", 25159 "features": {}, 25160 "homepage": null, 25161 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 25162 "keywords": [ 25163 "http", 25164 "date", 25165 "time", 25166 "simple", 25167 "timestamp" 25168 ], 25169 "license": "MIT OR Apache-2.0", 25170 "license_file": null, 25171 "links": null, 25172 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/Cargo.toml", 25173 "metadata": null, 25174 "name": "httpdate", 25175 "publish": null, 25176 "readme": "README.md", 25177 "repository": "https://github.com/pyfisch/httpdate", 25178 "rust_version": "1.56", 25179 "source": "registry+https://github.com/rust-lang/crates.io-index", 25180 "targets": [ 25181 { 25182 "crate_types": [ 25183 "lib" 25184 ], 25185 "doc": true, 25186 "doctest": true, 25187 "edition": "2021", 25188 "kind": [ 25189 "lib" 25190 ], 25191 "name": "httpdate", 25192 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs", 25193 "test": true 25194 }, 25195 { 25196 "crate_types": [ 25197 "bin" 25198 ], 25199 "doc": false, 25200 "doctest": false, 25201 "edition": "2021", 25202 "kind": [ 25203 "bench" 25204 ], 25205 "name": "benchmarks", 25206 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/benches/benchmarks.rs", 25207 "test": false 25208 } 25209 ], 25210 "version": "1.0.3" 25211 }, 25212 { 25213 "authors": [ 25214 "Paul Colomiets <[email protected]>" 25215 ], 25216 "categories": [ 25217 "date-and-time" 25218 ], 25219 "default_run": null, 25220 "dependencies": [ 25221 { 25222 "features": [], 25223 "kind": "dev", 25224 "name": "chrono", 25225 "optional": false, 25226 "registry": null, 25227 "rename": null, 25228 "req": "^0.4", 25229 "source": "registry+https://github.com/rust-lang/crates.io-index", 25230 "target": null, 25231 "uses_default_features": true 25232 }, 25233 { 25234 "features": [], 25235 "kind": "dev", 25236 "name": "rand", 25237 "optional": false, 25238 "registry": null, 25239 "rename": null, 25240 "req": "^0.6", 25241 "source": "registry+https://github.com/rust-lang/crates.io-index", 25242 "target": null, 25243 "uses_default_features": true 25244 }, 25245 { 25246 "features": [], 25247 "kind": "dev", 25248 "name": "time", 25249 "optional": false, 25250 "registry": null, 25251 "rename": null, 25252 "req": "^0.1", 25253 "source": "registry+https://github.com/rust-lang/crates.io-index", 25254 "target": null, 25255 "uses_default_features": true 25256 } 25257 ], 25258 "description": " A parser and formatter for std::time::{Duration, SystemTime}\n", 25259 "documentation": "https://docs.rs/humantime", 25260 "edition": "2018", 25261 "features": {}, 25262 "homepage": "https://github.com/tailhook/humantime", 25263 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 25264 "keywords": [ 25265 "time", 25266 "human", 25267 "human-friendly", 25268 "parser", 25269 "duration" 25270 ], 25271 "license": "MIT/Apache-2.0", 25272 "license_file": null, 25273 "links": null, 25274 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/Cargo.toml", 25275 "metadata": null, 25276 "name": "humantime", 25277 "publish": null, 25278 "readme": "README.md", 25279 "repository": "https://github.com/tailhook/humantime", 25280 "rust_version": null, 25281 "source": "registry+https://github.com/rust-lang/crates.io-index", 25282 "targets": [ 25283 { 25284 "crate_types": [ 25285 "lib" 25286 ], 25287 "doc": true, 25288 "doctest": true, 25289 "edition": "2018", 25290 "kind": [ 25291 "lib" 25292 ], 25293 "name": "humantime", 25294 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs", 25295 "test": true 25296 }, 25297 { 25298 "crate_types": [ 25299 "bin" 25300 ], 25301 "doc": false, 25302 "doctest": false, 25303 "edition": "2018", 25304 "kind": [ 25305 "bench" 25306 ], 25307 "name": "datetime_format", 25308 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_format.rs", 25309 "test": false 25310 }, 25311 { 25312 "crate_types": [ 25313 "bin" 25314 ], 25315 "doc": false, 25316 "doctest": false, 25317 "edition": "2018", 25318 "kind": [ 25319 "bench" 25320 ], 25321 "name": "datetime_parse", 25322 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_parse.rs", 25323 "test": false 25324 } 25325 ], 25326 "version": "2.1.0" 25327 }, 25328 { 25329 "authors": [ 25330 "Sean McArthur <[email protected]>" 25331 ], 25332 "categories": [ 25333 "network-programming", 25334 "web-programming::http-client", 25335 "web-programming::http-server" 25336 ], 25337 "default_run": null, 25338 "dependencies": [ 25339 { 25340 "features": [], 25341 "kind": null, 25342 "name": "bytes", 25343 "optional": false, 25344 "registry": null, 25345 "rename": null, 25346 "req": "^1", 25347 "source": "registry+https://github.com/rust-lang/crates.io-index", 25348 "target": null, 25349 "uses_default_features": true 25350 }, 25351 { 25352 "features": [], 25353 "kind": null, 25354 "name": "futures-channel", 25355 "optional": false, 25356 "registry": null, 25357 "rename": null, 25358 "req": "^0.3", 25359 "source": "registry+https://github.com/rust-lang/crates.io-index", 25360 "target": null, 25361 "uses_default_features": true 25362 }, 25363 { 25364 "features": [], 25365 "kind": null, 25366 "name": "futures-core", 25367 "optional": false, 25368 "registry": null, 25369 "rename": null, 25370 "req": "^0.3", 25371 "source": "registry+https://github.com/rust-lang/crates.io-index", 25372 "target": null, 25373 "uses_default_features": false 25374 }, 25375 { 25376 "features": [], 25377 "kind": null, 25378 "name": "futures-util", 25379 "optional": false, 25380 "registry": null, 25381 "rename": null, 25382 "req": "^0.3", 25383 "source": "registry+https://github.com/rust-lang/crates.io-index", 25384 "target": null, 25385 "uses_default_features": false 25386 }, 25387 { 25388 "features": [], 25389 "kind": null, 25390 "name": "h2", 25391 "optional": true, 25392 "registry": null, 25393 "rename": null, 25394 "req": "^0.3.17", 25395 "source": "registry+https://github.com/rust-lang/crates.io-index", 25396 "target": null, 25397 "uses_default_features": true 25398 }, 25399 { 25400 "features": [], 25401 "kind": null, 25402 "name": "http", 25403 "optional": false, 25404 "registry": null, 25405 "rename": null, 25406 "req": "^0.2", 25407 "source": "registry+https://github.com/rust-lang/crates.io-index", 25408 "target": null, 25409 "uses_default_features": true 25410 }, 25411 { 25412 "features": [], 25413 "kind": null, 25414 "name": "http-body", 25415 "optional": false, 25416 "registry": null, 25417 "rename": null, 25418 "req": "^0.4", 25419 "source": "registry+https://github.com/rust-lang/crates.io-index", 25420 "target": null, 25421 "uses_default_features": true 25422 }, 25423 { 25424 "features": [], 25425 "kind": null, 25426 "name": "httparse", 25427 "optional": false, 25428 "registry": null, 25429 "rename": null, 25430 "req": "^1.8", 25431 "source": "registry+https://github.com/rust-lang/crates.io-index", 25432 "target": null, 25433 "uses_default_features": true 25434 }, 25435 { 25436 "features": [], 25437 "kind": null, 25438 "name": "httpdate", 25439 "optional": false, 25440 "registry": null, 25441 "rename": null, 25442 "req": "^1.0", 25443 "source": "registry+https://github.com/rust-lang/crates.io-index", 25444 "target": null, 25445 "uses_default_features": true 25446 }, 25447 { 25448 "features": [], 25449 "kind": null, 25450 "name": "itoa", 25451 "optional": false, 25452 "registry": null, 25453 "rename": null, 25454 "req": "^1", 25455 "source": "registry+https://github.com/rust-lang/crates.io-index", 25456 "target": null, 25457 "uses_default_features": true 25458 }, 25459 { 25460 "features": [], 25461 "kind": null, 25462 "name": "libc", 25463 "optional": true, 25464 "registry": null, 25465 "rename": null, 25466 "req": "^0.2", 25467 "source": "registry+https://github.com/rust-lang/crates.io-index", 25468 "target": null, 25469 "uses_default_features": true 25470 }, 25471 { 25472 "features": [], 25473 "kind": null, 25474 "name": "pin-project-lite", 25475 "optional": false, 25476 "registry": null, 25477 "rename": null, 25478 "req": "^0.2.4", 25479 "source": "registry+https://github.com/rust-lang/crates.io-index", 25480 "target": null, 25481 "uses_default_features": true 25482 }, 25483 { 25484 "features": [ 25485 "all" 25486 ], 25487 "kind": null, 25488 "name": "socket2", 25489 "optional": true, 25490 "registry": null, 25491 "rename": null, 25492 "req": ">=0.4.7, <0.6.0", 25493 "source": "registry+https://github.com/rust-lang/crates.io-index", 25494 "target": null, 25495 "uses_default_features": true 25496 }, 25497 { 25498 "features": [ 25499 "sync" 25500 ], 25501 "kind": null, 25502 "name": "tokio", 25503 "optional": false, 25504 "registry": null, 25505 "rename": null, 25506 "req": "^1", 25507 "source": "registry+https://github.com/rust-lang/crates.io-index", 25508 "target": null, 25509 "uses_default_features": true 25510 }, 25511 { 25512 "features": [], 25513 "kind": null, 25514 "name": "tower-service", 25515 "optional": false, 25516 "registry": null, 25517 "rename": null, 25518 "req": "^0.3", 25519 "source": "registry+https://github.com/rust-lang/crates.io-index", 25520 "target": null, 25521 "uses_default_features": true 25522 }, 25523 { 25524 "features": [ 25525 "std" 25526 ], 25527 "kind": null, 25528 "name": "tracing", 25529 "optional": false, 25530 "registry": null, 25531 "rename": null, 25532 "req": "^0.1", 25533 "source": "registry+https://github.com/rust-lang/crates.io-index", 25534 "target": null, 25535 "uses_default_features": false 25536 }, 25537 { 25538 "features": [], 25539 "kind": null, 25540 "name": "want", 25541 "optional": false, 25542 "registry": null, 25543 "rename": null, 25544 "req": "^0.3", 25545 "source": "registry+https://github.com/rust-lang/crates.io-index", 25546 "target": null, 25547 "uses_default_features": true 25548 }, 25549 { 25550 "features": [ 25551 "alloc" 25552 ], 25553 "kind": "dev", 25554 "name": "futures-util", 25555 "optional": false, 25556 "registry": null, 25557 "rename": null, 25558 "req": "^0.3", 25559 "source": "registry+https://github.com/rust-lang/crates.io-index", 25560 "target": null, 25561 "uses_default_features": false 25562 }, 25563 { 25564 "features": [], 25565 "kind": "dev", 25566 "name": "matches", 25567 "optional": false, 25568 "registry": null, 25569 "rename": null, 25570 "req": "^0.1", 25571 "source": "registry+https://github.com/rust-lang/crates.io-index", 25572 "target": null, 25573 "uses_default_features": true 25574 }, 25575 { 25576 "features": [], 25577 "kind": "dev", 25578 "name": "num_cpus", 25579 "optional": false, 25580 "registry": null, 25581 "rename": null, 25582 "req": "^1.0", 25583 "source": "registry+https://github.com/rust-lang/crates.io-index", 25584 "target": null, 25585 "uses_default_features": true 25586 }, 25587 { 25588 "features": [], 25589 "kind": "dev", 25590 "name": "pretty_env_logger", 25591 "optional": false, 25592 "registry": null, 25593 "rename": null, 25594 "req": "^0.4", 25595 "source": "registry+https://github.com/rust-lang/crates.io-index", 25596 "target": null, 25597 "uses_default_features": true 25598 }, 25599 { 25600 "features": [ 25601 "derive" 25602 ], 25603 "kind": "dev", 25604 "name": "serde", 25605 "optional": false, 25606 "registry": null, 25607 "rename": null, 25608 "req": "^1.0", 25609 "source": "registry+https://github.com/rust-lang/crates.io-index", 25610 "target": null, 25611 "uses_default_features": true 25612 }, 25613 { 25614 "features": [], 25615 "kind": "dev", 25616 "name": "serde_json", 25617 "optional": false, 25618 "registry": null, 25619 "rename": null, 25620 "req": "^1.0", 25621 "source": "registry+https://github.com/rust-lang/crates.io-index", 25622 "target": null, 25623 "uses_default_features": true 25624 }, 25625 { 25626 "features": [], 25627 "kind": "dev", 25628 "name": "spmc", 25629 "optional": false, 25630 "registry": null, 25631 "rename": null, 25632 "req": "^0.3", 25633 "source": "registry+https://github.com/rust-lang/crates.io-index", 25634 "target": null, 25635 "uses_default_features": true 25636 }, 25637 { 25638 "features": [ 25639 "fs", 25640 "macros", 25641 "io-std", 25642 "io-util", 25643 "rt", 25644 "rt-multi-thread", 25645 "sync", 25646 "time", 25647 "test-util" 25648 ], 25649 "kind": "dev", 25650 "name": "tokio", 25651 "optional": false, 25652 "registry": null, 25653 "rename": null, 25654 "req": "^1", 25655 "source": "registry+https://github.com/rust-lang/crates.io-index", 25656 "target": null, 25657 "uses_default_features": true 25658 }, 25659 { 25660 "features": [], 25661 "kind": "dev", 25662 "name": "tokio-test", 25663 "optional": false, 25664 "registry": null, 25665 "rename": null, 25666 "req": "^0.4", 25667 "source": "registry+https://github.com/rust-lang/crates.io-index", 25668 "target": null, 25669 "uses_default_features": true 25670 }, 25671 { 25672 "features": [ 25673 "codec" 25674 ], 25675 "kind": "dev", 25676 "name": "tokio-util", 25677 "optional": false, 25678 "registry": null, 25679 "rename": null, 25680 "req": "^0.7", 25681 "source": "registry+https://github.com/rust-lang/crates.io-index", 25682 "target": null, 25683 "uses_default_features": true 25684 }, 25685 { 25686 "features": [ 25687 "make", 25688 "util" 25689 ], 25690 "kind": "dev", 25691 "name": "tower", 25692 "optional": false, 25693 "registry": null, 25694 "rename": null, 25695 "req": "^0.4", 25696 "source": "registry+https://github.com/rust-lang/crates.io-index", 25697 "target": null, 25698 "uses_default_features": false 25699 }, 25700 { 25701 "features": [], 25702 "kind": "dev", 25703 "name": "url", 25704 "optional": false, 25705 "registry": null, 25706 "rename": null, 25707 "req": "^2.2", 25708 "source": "registry+https://github.com/rust-lang/crates.io-index", 25709 "target": null, 25710 "uses_default_features": true 25711 }, 25712 { 25713 "features": [], 25714 "kind": "dev", 25715 "name": "pnet_datalink", 25716 "optional": false, 25717 "registry": null, 25718 "rename": null, 25719 "req": "^0.27.2", 25720 "source": "registry+https://github.com/rust-lang/crates.io-index", 25721 "target": "cfg(any(target_os = \"linux\", target_os = \"macos\"))", 25722 "uses_default_features": true 25723 } 25724 ], 25725 "description": "A fast and correct HTTP library.", 25726 "documentation": "https://docs.rs/hyper", 25727 "edition": "2018", 25728 "features": { 25729 "__internal_happy_eyeballs_tests": [], 25730 "backports": [], 25731 "client": [], 25732 "default": [], 25733 "deprecated": [], 25734 "ffi": [ 25735 "libc" 25736 ], 25737 "full": [ 25738 "client", 25739 "http1", 25740 "http2", 25741 "server", 25742 "stream", 25743 "runtime" 25744 ], 25745 "h2": [ 25746 "dep:h2" 25747 ], 25748 "http1": [], 25749 "http2": [ 25750 "h2" 25751 ], 25752 "libc": [ 25753 "dep:libc" 25754 ], 25755 "nightly": [], 25756 "runtime": [ 25757 "tcp", 25758 "tokio/rt", 25759 "tokio/time" 25760 ], 25761 "server": [], 25762 "socket2": [ 25763 "dep:socket2" 25764 ], 25765 "stream": [], 25766 "tcp": [ 25767 "socket2", 25768 "tokio/net", 25769 "tokio/rt", 25770 "tokio/time" 25771 ] 25772 }, 25773 "homepage": "https://hyper.rs", 25774 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 25775 "keywords": [ 25776 "http", 25777 "hyper", 25778 "hyperium" 25779 ], 25780 "license": "MIT", 25781 "license_file": null, 25782 "links": null, 25783 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/Cargo.toml", 25784 "metadata": { 25785 "docs": { 25786 "rs": { 25787 "features": [ 25788 "ffi", 25789 "full" 25790 ], 25791 "rustdoc-args": [ 25792 "--cfg", 25793 "docsrs", 25794 "--cfg", 25795 "hyper_unstable_ffi" 25796 ] 25797 } 25798 }, 25799 "playground": { 25800 "features": [ 25801 "full" 25802 ] 25803 } 25804 }, 25805 "name": "hyper", 25806 "publish": null, 25807 "readme": "README.md", 25808 "repository": "https://github.com/hyperium/hyper", 25809 "rust_version": null, 25810 "source": "registry+https://github.com/rust-lang/crates.io-index", 25811 "targets": [ 25812 { 25813 "crate_types": [ 25814 "lib" 25815 ], 25816 "doc": true, 25817 "doctest": true, 25818 "edition": "2018", 25819 "kind": [ 25820 "lib" 25821 ], 25822 "name": "hyper", 25823 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs", 25824 "test": true 25825 }, 25826 { 25827 "crate_types": [ 25828 "bin" 25829 ], 25830 "doc": false, 25831 "doctest": false, 25832 "edition": "2018", 25833 "kind": [ 25834 "example" 25835 ], 25836 "name": "client", 25837 "required-features": [ 25838 "full" 25839 ], 25840 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/client.rs", 25841 "test": false 25842 }, 25843 { 25844 "crate_types": [ 25845 "bin" 25846 ], 25847 "doc": false, 25848 "doctest": false, 25849 "edition": "2018", 25850 "kind": [ 25851 "example" 25852 ], 25853 "name": "client_json", 25854 "required-features": [ 25855 "full" 25856 ], 25857 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/client_json.rs", 25858 "test": false 25859 }, 25860 { 25861 "crate_types": [ 25862 "bin" 25863 ], 25864 "doc": false, 25865 "doctest": false, 25866 "edition": "2018", 25867 "kind": [ 25868 "example" 25869 ], 25870 "name": "echo", 25871 "required-features": [ 25872 "full" 25873 ], 25874 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/echo.rs", 25875 "test": false 25876 }, 25877 { 25878 "crate_types": [ 25879 "bin" 25880 ], 25881 "doc": false, 25882 "doctest": false, 25883 "edition": "2018", 25884 "kind": [ 25885 "example" 25886 ], 25887 "name": "gateway", 25888 "required-features": [ 25889 "full" 25890 ], 25891 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/gateway.rs", 25892 "test": false 25893 }, 25894 { 25895 "crate_types": [ 25896 "bin" 25897 ], 25898 "doc": false, 25899 "doctest": false, 25900 "edition": "2018", 25901 "kind": [ 25902 "example" 25903 ], 25904 "name": "hello", 25905 "required-features": [ 25906 "full" 25907 ], 25908 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/hello.rs", 25909 "test": false 25910 }, 25911 { 25912 "crate_types": [ 25913 "bin" 25914 ], 25915 "doc": false, 25916 "doctest": false, 25917 "edition": "2018", 25918 "kind": [ 25919 "example" 25920 ], 25921 "name": "http_proxy", 25922 "required-features": [ 25923 "full" 25924 ], 25925 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/http_proxy.rs", 25926 "test": false 25927 }, 25928 { 25929 "crate_types": [ 25930 "bin" 25931 ], 25932 "doc": false, 25933 "doctest": false, 25934 "edition": "2018", 25935 "kind": [ 25936 "example" 25937 ], 25938 "name": "multi_server", 25939 "required-features": [ 25940 "full" 25941 ], 25942 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/multi_server.rs", 25943 "test": false 25944 }, 25945 { 25946 "crate_types": [ 25947 "bin" 25948 ], 25949 "doc": false, 25950 "doctest": false, 25951 "edition": "2018", 25952 "kind": [ 25953 "example" 25954 ], 25955 "name": "params", 25956 "required-features": [ 25957 "full" 25958 ], 25959 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/params.rs", 25960 "test": false 25961 }, 25962 { 25963 "crate_types": [ 25964 "bin" 25965 ], 25966 "doc": false, 25967 "doctest": false, 25968 "edition": "2018", 25969 "kind": [ 25970 "example" 25971 ], 25972 "name": "send_file", 25973 "required-features": [ 25974 "full" 25975 ], 25976 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/send_file.rs", 25977 "test": false 25978 }, 25979 { 25980 "crate_types": [ 25981 "bin" 25982 ], 25983 "doc": false, 25984 "doctest": false, 25985 "edition": "2018", 25986 "kind": [ 25987 "example" 25988 ], 25989 "name": "service_struct_impl", 25990 "required-features": [ 25991 "full" 25992 ], 25993 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/service_struct_impl.rs", 25994 "test": false 25995 }, 25996 { 25997 "crate_types": [ 25998 "bin" 25999 ], 26000 "doc": false, 26001 "doctest": false, 26002 "edition": "2018", 26003 "kind": [ 26004 "example" 26005 ], 26006 "name": "single_threaded", 26007 "required-features": [ 26008 "full" 26009 ], 26010 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/single_threaded.rs", 26011 "test": false 26012 }, 26013 { 26014 "crate_types": [ 26015 "bin" 26016 ], 26017 "doc": false, 26018 "doctest": false, 26019 "edition": "2018", 26020 "kind": [ 26021 "example" 26022 ], 26023 "name": "state", 26024 "required-features": [ 26025 "full" 26026 ], 26027 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/state.rs", 26028 "test": false 26029 }, 26030 { 26031 "crate_types": [ 26032 "bin" 26033 ], 26034 "doc": false, 26035 "doctest": false, 26036 "edition": "2018", 26037 "kind": [ 26038 "example" 26039 ], 26040 "name": "tower_client", 26041 "required-features": [ 26042 "full", 26043 "backports" 26044 ], 26045 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/tower_client.rs", 26046 "test": false 26047 }, 26048 { 26049 "crate_types": [ 26050 "bin" 26051 ], 26052 "doc": false, 26053 "doctest": false, 26054 "edition": "2018", 26055 "kind": [ 26056 "example" 26057 ], 26058 "name": "tower_server", 26059 "required-features": [ 26060 "full" 26061 ], 26062 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/tower_server.rs", 26063 "test": false 26064 }, 26065 { 26066 "crate_types": [ 26067 "bin" 26068 ], 26069 "doc": false, 26070 "doctest": false, 26071 "edition": "2018", 26072 "kind": [ 26073 "example" 26074 ], 26075 "name": "upgrades", 26076 "required-features": [ 26077 "full" 26078 ], 26079 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/upgrades.rs", 26080 "test": false 26081 }, 26082 { 26083 "crate_types": [ 26084 "bin" 26085 ], 26086 "doc": false, 26087 "doctest": false, 26088 "edition": "2018", 26089 "kind": [ 26090 "example" 26091 ], 26092 "name": "web_api", 26093 "required-features": [ 26094 "full" 26095 ], 26096 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/examples/web_api.rs", 26097 "test": false 26098 }, 26099 { 26100 "crate_types": [ 26101 "bin" 26102 ], 26103 "doc": false, 26104 "doctest": false, 26105 "edition": "2018", 26106 "kind": [ 26107 "test" 26108 ], 26109 "name": "client", 26110 "required-features": [ 26111 "full" 26112 ], 26113 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/tests/client.rs", 26114 "test": true 26115 }, 26116 { 26117 "crate_types": [ 26118 "bin" 26119 ], 26120 "doc": false, 26121 "doctest": false, 26122 "edition": "2018", 26123 "kind": [ 26124 "test" 26125 ], 26126 "name": "integration", 26127 "required-features": [ 26128 "full" 26129 ], 26130 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/tests/integration.rs", 26131 "test": true 26132 }, 26133 { 26134 "crate_types": [ 26135 "bin" 26136 ], 26137 "doc": false, 26138 "doctest": false, 26139 "edition": "2018", 26140 "kind": [ 26141 "test" 26142 ], 26143 "name": "server", 26144 "required-features": [ 26145 "full" 26146 ], 26147 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/tests/server.rs", 26148 "test": true 26149 }, 26150 { 26151 "crate_types": [ 26152 "bin" 26153 ], 26154 "doc": false, 26155 "doctest": false, 26156 "edition": "2018", 26157 "kind": [ 26158 "bench" 26159 ], 26160 "name": "body", 26161 "required-features": [ 26162 "full" 26163 ], 26164 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/benches/body.rs", 26165 "test": false 26166 }, 26167 { 26168 "crate_types": [ 26169 "bin" 26170 ], 26171 "doc": false, 26172 "doctest": false, 26173 "edition": "2018", 26174 "kind": [ 26175 "bench" 26176 ], 26177 "name": "connect", 26178 "required-features": [ 26179 "full" 26180 ], 26181 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/benches/connect.rs", 26182 "test": false 26183 }, 26184 { 26185 "crate_types": [ 26186 "bin" 26187 ], 26188 "doc": false, 26189 "doctest": false, 26190 "edition": "2018", 26191 "kind": [ 26192 "bench" 26193 ], 26194 "name": "end_to_end", 26195 "required-features": [ 26196 "full" 26197 ], 26198 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/benches/end_to_end.rs", 26199 "test": false 26200 }, 26201 { 26202 "crate_types": [ 26203 "bin" 26204 ], 26205 "doc": false, 26206 "doctest": false, 26207 "edition": "2018", 26208 "kind": [ 26209 "bench" 26210 ], 26211 "name": "pipeline", 26212 "required-features": [ 26213 "full" 26214 ], 26215 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/benches/pipeline.rs", 26216 "test": false 26217 }, 26218 { 26219 "crate_types": [ 26220 "bin" 26221 ], 26222 "doc": false, 26223 "doctest": false, 26224 "edition": "2018", 26225 "kind": [ 26226 "bench" 26227 ], 26228 "name": "server", 26229 "required-features": [ 26230 "full" 26231 ], 26232 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/benches/server.rs", 26233 "test": false 26234 } 26235 ], 26236 "version": "0.14.28" 26237 }, 26238 { 26239 "authors": [], 26240 "categories": [], 26241 "default_run": null, 26242 "dependencies": [ 26243 { 26244 "features": [], 26245 "kind": null, 26246 "name": "futures-util", 26247 "optional": false, 26248 "registry": null, 26249 "rename": null, 26250 "req": "^0.3", 26251 "source": "registry+https://github.com/rust-lang/crates.io-index", 26252 "target": null, 26253 "uses_default_features": false 26254 }, 26255 { 26256 "features": [], 26257 "kind": null, 26258 "name": "http", 26259 "optional": false, 26260 "registry": null, 26261 "rename": null, 26262 "req": "^0.2", 26263 "source": "registry+https://github.com/rust-lang/crates.io-index", 26264 "target": null, 26265 "uses_default_features": true 26266 }, 26267 { 26268 "features": [ 26269 "client" 26270 ], 26271 "kind": null, 26272 "name": "hyper", 26273 "optional": false, 26274 "registry": null, 26275 "rename": null, 26276 "req": "^0.14", 26277 "source": "registry+https://github.com/rust-lang/crates.io-index", 26278 "target": null, 26279 "uses_default_features": false 26280 }, 26281 { 26282 "features": [], 26283 "kind": null, 26284 "name": "log", 26285 "optional": true, 26286 "registry": null, 26287 "rename": null, 26288 "req": "^0.4.4", 26289 "source": "registry+https://github.com/rust-lang/crates.io-index", 26290 "target": null, 26291 "uses_default_features": true 26292 }, 26293 { 26294 "features": [], 26295 "kind": null, 26296 "name": "rustls", 26297 "optional": false, 26298 "registry": null, 26299 "rename": null, 26300 "req": "^0.21.6", 26301 "source": "registry+https://github.com/rust-lang/crates.io-index", 26302 "target": null, 26303 "uses_default_features": false 26304 }, 26305 { 26306 "features": [], 26307 "kind": null, 26308 "name": "rustls-native-certs", 26309 "optional": true, 26310 "registry": null, 26311 "rename": null, 26312 "req": "^0.6", 26313 "source": "registry+https://github.com/rust-lang/crates.io-index", 26314 "target": null, 26315 "uses_default_features": true 26316 }, 26317 { 26318 "features": [], 26319 "kind": null, 26320 "name": "tokio", 26321 "optional": false, 26322 "registry": null, 26323 "rename": null, 26324 "req": "^1.0", 26325 "source": "registry+https://github.com/rust-lang/crates.io-index", 26326 "target": null, 26327 "uses_default_features": true 26328 }, 26329 { 26330 "features": [], 26331 "kind": null, 26332 "name": "tokio-rustls", 26333 "optional": false, 26334 "registry": null, 26335 "rename": null, 26336 "req": "^0.24.0", 26337 "source": "registry+https://github.com/rust-lang/crates.io-index", 26338 "target": null, 26339 "uses_default_features": false 26340 }, 26341 { 26342 "features": [], 26343 "kind": null, 26344 "name": "webpki-roots", 26345 "optional": true, 26346 "registry": null, 26347 "rename": null, 26348 "req": "^0.25", 26349 "source": "registry+https://github.com/rust-lang/crates.io-index", 26350 "target": null, 26351 "uses_default_features": true 26352 }, 26353 { 26354 "features": [ 26355 "full" 26356 ], 26357 "kind": "dev", 26358 "name": "hyper", 26359 "optional": false, 26360 "registry": null, 26361 "rename": null, 26362 "req": "^0.14", 26363 "source": "registry+https://github.com/rust-lang/crates.io-index", 26364 "target": null, 26365 "uses_default_features": true 26366 }, 26367 { 26368 "features": [ 26369 "tls12" 26370 ], 26371 "kind": "dev", 26372 "name": "rustls", 26373 "optional": false, 26374 "registry": null, 26375 "rename": null, 26376 "req": "^0.21.0", 26377 "source": "registry+https://github.com/rust-lang/crates.io-index", 26378 "target": null, 26379 "uses_default_features": false 26380 }, 26381 { 26382 "features": [], 26383 "kind": "dev", 26384 "name": "rustls-pemfile", 26385 "optional": false, 26386 "registry": null, 26387 "rename": null, 26388 "req": "^1.0.0", 26389 "source": "registry+https://github.com/rust-lang/crates.io-index", 26390 "target": null, 26391 "uses_default_features": true 26392 }, 26393 { 26394 "features": [ 26395 "io-std", 26396 "macros", 26397 "net", 26398 "rt-multi-thread" 26399 ], 26400 "kind": "dev", 26401 "name": "tokio", 26402 "optional": false, 26403 "registry": null, 26404 "rename": null, 26405 "req": "^1.0", 26406 "source": "registry+https://github.com/rust-lang/crates.io-index", 26407 "target": null, 26408 "uses_default_features": true 26409 } 26410 ], 26411 "description": "Rustls+hyper integration for pure rust HTTPS", 26412 "documentation": "https://docs.rs/hyper-rustls/", 26413 "edition": "2021", 26414 "features": { 26415 "acceptor": [ 26416 "hyper/server", 26417 "tokio-runtime" 26418 ], 26419 "default": [ 26420 "native-tokio", 26421 "http1", 26422 "tls12", 26423 "logging", 26424 "acceptor" 26425 ], 26426 "http1": [ 26427 "hyper/http1" 26428 ], 26429 "http2": [ 26430 "hyper/http2" 26431 ], 26432 "log": [ 26433 "dep:log" 26434 ], 26435 "logging": [ 26436 "log", 26437 "tokio-rustls/logging", 26438 "rustls/logging" 26439 ], 26440 "native-tokio": [ 26441 "tokio-runtime", 26442 "rustls-native-certs" 26443 ], 26444 "rustls-native-certs": [ 26445 "dep:rustls-native-certs" 26446 ], 26447 "tls12": [ 26448 "tokio-rustls/tls12", 26449 "rustls/tls12" 26450 ], 26451 "tokio-runtime": [ 26452 "hyper/runtime" 26453 ], 26454 "webpki-roots": [ 26455 "dep:webpki-roots" 26456 ], 26457 "webpki-tokio": [ 26458 "tokio-runtime", 26459 "webpki-roots" 26460 ] 26461 }, 26462 "homepage": "https://github.com/rustls/hyper-rustls", 26463 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 26464 "keywords": [], 26465 "license": "Apache-2.0 OR ISC OR MIT", 26466 "license_file": null, 26467 "links": null, 26468 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/Cargo.toml", 26469 "metadata": { 26470 "docs": { 26471 "rs": { 26472 "all-features": true, 26473 "rustdoc-args": [ 26474 "--cfg", 26475 "docsrs" 26476 ] 26477 } 26478 } 26479 }, 26480 "name": "hyper-rustls", 26481 "publish": null, 26482 "readme": "README.md", 26483 "repository": "https://github.com/rustls/hyper-rustls", 26484 "rust_version": "1.63", 26485 "source": "registry+https://github.com/rust-lang/crates.io-index", 26486 "targets": [ 26487 { 26488 "crate_types": [ 26489 "lib" 26490 ], 26491 "doc": true, 26492 "doctest": true, 26493 "edition": "2021", 26494 "kind": [ 26495 "lib" 26496 ], 26497 "name": "hyper_rustls", 26498 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs", 26499 "test": true 26500 }, 26501 { 26502 "crate_types": [ 26503 "bin" 26504 ], 26505 "doc": false, 26506 "doctest": false, 26507 "edition": "2021", 26508 "kind": [ 26509 "example" 26510 ], 26511 "name": "client", 26512 "required-features": [ 26513 "native-tokio", 26514 "http1" 26515 ], 26516 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/examples/client.rs", 26517 "test": false 26518 }, 26519 { 26520 "crate_types": [ 26521 "bin" 26522 ], 26523 "doc": false, 26524 "doctest": false, 26525 "edition": "2021", 26526 "kind": [ 26527 "example" 26528 ], 26529 "name": "server", 26530 "required-features": [ 26531 "tokio-runtime", 26532 "acceptor" 26533 ], 26534 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/examples/server.rs", 26535 "test": false 26536 }, 26537 { 26538 "crate_types": [ 26539 "bin" 26540 ], 26541 "doc": false, 26542 "doctest": false, 26543 "edition": "2021", 26544 "kind": [ 26545 "test" 26546 ], 26547 "name": "tests", 26548 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/tests/tests.rs", 26549 "test": true 26550 } 26551 ], 26552 "version": "0.24.2" 26553 }, 26554 { 26555 "authors": [ 26556 "Andrew Straw <[email protected]>", 26557 "Ren\u00e9 Kijewski <[email protected]>", 26558 "Ryan Lopopolo <[email protected]>" 26559 ], 26560 "categories": [ 26561 "date-and-time", 26562 "internationalization", 26563 "os" 26564 ], 26565 "default_run": null, 26566 "dependencies": [ 26567 { 26568 "features": [], 26569 "kind": null, 26570 "name": "core-foundation-sys", 26571 "optional": false, 26572 "registry": null, 26573 "rename": null, 26574 "req": "^0.8.3", 26575 "source": "registry+https://github.com/rust-lang/crates.io-index", 26576 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 26577 "uses_default_features": true 26578 }, 26579 { 26580 "features": [], 26581 "kind": null, 26582 "name": "js-sys", 26583 "optional": false, 26584 "registry": null, 26585 "rename": null, 26586 "req": "^0.3.50", 26587 "source": "registry+https://github.com/rust-lang/crates.io-index", 26588 "target": "cfg(target_arch = \"wasm32\")", 26589 "uses_default_features": true 26590 }, 26591 { 26592 "features": [], 26593 "kind": null, 26594 "name": "wasm-bindgen", 26595 "optional": false, 26596 "registry": null, 26597 "rename": null, 26598 "req": "^0.2.70", 26599 "source": "registry+https://github.com/rust-lang/crates.io-index", 26600 "target": "cfg(target_arch = \"wasm32\")", 26601 "uses_default_features": true 26602 }, 26603 { 26604 "features": [], 26605 "kind": "dev", 26606 "name": "wasm-bindgen-test", 26607 "optional": false, 26608 "registry": null, 26609 "rename": null, 26610 "req": "^0.3", 26611 "source": "registry+https://github.com/rust-lang/crates.io-index", 26612 "target": "cfg(target_arch = \"wasm32\")", 26613 "uses_default_features": true 26614 }, 26615 { 26616 "features": [], 26617 "kind": null, 26618 "name": "android_system_properties", 26619 "optional": false, 26620 "registry": null, 26621 "rename": null, 26622 "req": "^0.1.5", 26623 "source": "registry+https://github.com/rust-lang/crates.io-index", 26624 "target": "cfg(target_os = \"android\")", 26625 "uses_default_features": true 26626 }, 26627 { 26628 "features": [], 26629 "kind": null, 26630 "name": "iana-time-zone-haiku", 26631 "optional": false, 26632 "registry": null, 26633 "rename": null, 26634 "req": "^0.1.1", 26635 "source": "registry+https://github.com/rust-lang/crates.io-index", 26636 "target": "cfg(target_os = \"haiku\")", 26637 "uses_default_features": true 26638 }, 26639 { 26640 "features": [], 26641 "kind": null, 26642 "name": "windows-core", 26643 "optional": false, 26644 "registry": null, 26645 "rename": null, 26646 "req": ">=0.50, <=0.52", 26647 "source": "registry+https://github.com/rust-lang/crates.io-index", 26648 "target": "cfg(target_os = \"windows\")", 26649 "uses_default_features": true 26650 } 26651 ], 26652 "description": "get the IANA time zone for the current system", 26653 "documentation": null, 26654 "edition": "2018", 26655 "features": { 26656 "fallback": [] 26657 }, 26658 "homepage": null, 26659 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 26660 "keywords": [ 26661 "IANA", 26662 "time" 26663 ], 26664 "license": "MIT OR Apache-2.0", 26665 "license_file": null, 26666 "links": null, 26667 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml", 26668 "metadata": null, 26669 "name": "iana-time-zone", 26670 "publish": null, 26671 "readme": "README.md", 26672 "repository": "https://github.com/strawlab/iana-time-zone", 26673 "rust_version": null, 26674 "source": "registry+https://github.com/rust-lang/crates.io-index", 26675 "targets": [ 26676 { 26677 "crate_types": [ 26678 "lib" 26679 ], 26680 "doc": true, 26681 "doctest": true, 26682 "edition": "2018", 26683 "kind": [ 26684 "lib" 26685 ], 26686 "name": "iana_time_zone", 26687 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs", 26688 "test": true 26689 }, 26690 { 26691 "crate_types": [ 26692 "bin" 26693 ], 26694 "doc": false, 26695 "doctest": false, 26696 "edition": "2018", 26697 "kind": [ 26698 "example" 26699 ], 26700 "name": "get_timezone", 26701 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs", 26702 "test": false 26703 }, 26704 { 26705 "crate_types": [ 26706 "bin" 26707 ], 26708 "doc": false, 26709 "doctest": false, 26710 "edition": "2018", 26711 "kind": [ 26712 "example" 26713 ], 26714 "name": "stress-test", 26715 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs", 26716 "test": false 26717 } 26718 ], 26719 "version": "0.1.60" 26720 }, 26721 { 26722 "authors": [ 26723 "Ren\u00e9 Kijewski <[email protected]>" 26724 ], 26725 "categories": [ 26726 "date-and-time", 26727 "internationalization", 26728 "os" 26729 ], 26730 "default_run": null, 26731 "dependencies": [ 26732 { 26733 "features": [], 26734 "kind": "build", 26735 "name": "cc", 26736 "optional": false, 26737 "registry": null, 26738 "rename": null, 26739 "req": "^1.0.79", 26740 "source": "registry+https://github.com/rust-lang/crates.io-index", 26741 "target": null, 26742 "uses_default_features": true 26743 } 26744 ], 26745 "description": "iana-time-zone support crate for Haiku OS", 26746 "documentation": null, 26747 "edition": "2018", 26748 "features": {}, 26749 "homepage": null, 26750 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 26751 "keywords": [ 26752 "IANA", 26753 "time" 26754 ], 26755 "license": "MIT OR Apache-2.0", 26756 "license_file": null, 26757 "links": null, 26758 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml", 26759 "metadata": null, 26760 "name": "iana-time-zone-haiku", 26761 "publish": null, 26762 "readme": "README.md", 26763 "repository": "https://github.com/strawlab/iana-time-zone", 26764 "rust_version": null, 26765 "source": "registry+https://github.com/rust-lang/crates.io-index", 26766 "targets": [ 26767 { 26768 "crate_types": [ 26769 "lib" 26770 ], 26771 "doc": true, 26772 "doctest": true, 26773 "edition": "2018", 26774 "kind": [ 26775 "lib" 26776 ], 26777 "name": "iana_time_zone_haiku", 26778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs", 26779 "test": true 26780 }, 26781 { 26782 "crate_types": [ 26783 "bin" 26784 ], 26785 "doc": false, 26786 "doctest": false, 26787 "edition": "2018", 26788 "kind": [ 26789 "custom-build" 26790 ], 26791 "name": "build-script-build", 26792 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs", 26793 "test": false 26794 } 26795 ], 26796 "version": "0.1.2" 26797 }, 26798 { 26799 "authors": [ 26800 "Ted Driggs <[email protected]>" 26801 ], 26802 "categories": [], 26803 "default_run": null, 26804 "dependencies": [], 26805 "description": "Utility for applying case rules to Rust identifiers.", 26806 "documentation": "https://docs.rs/ident_case/1.0.1", 26807 "edition": "2015", 26808 "features": {}, 26809 "homepage": null, 26810 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 26811 "keywords": [], 26812 "license": "MIT/Apache-2.0", 26813 "license_file": null, 26814 "links": null, 26815 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/Cargo.toml", 26816 "metadata": null, 26817 "name": "ident_case", 26818 "publish": null, 26819 "readme": "README.md", 26820 "repository": "https://github.com/TedDriggs/ident_case", 26821 "rust_version": null, 26822 "source": "registry+https://github.com/rust-lang/crates.io-index", 26823 "targets": [ 26824 { 26825 "crate_types": [ 26826 "lib" 26827 ], 26828 "doc": true, 26829 "doctest": true, 26830 "edition": "2015", 26831 "kind": [ 26832 "lib" 26833 ], 26834 "name": "ident_case", 26835 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs", 26836 "test": true 26837 } 26838 ], 26839 "version": "1.0.1" 26840 }, 26841 { 26842 "authors": [ 26843 "The rust-url developers" 26844 ], 26845 "categories": [ 26846 "no_std" 26847 ], 26848 "default_run": null, 26849 "dependencies": [ 26850 { 26851 "features": [ 26852 "hardcoded-data" 26853 ], 26854 "kind": null, 26855 "name": "unicode-bidi", 26856 "optional": false, 26857 "registry": null, 26858 "rename": null, 26859 "req": "^0.3.10", 26860 "source": "registry+https://github.com/rust-lang/crates.io-index", 26861 "target": null, 26862 "uses_default_features": false 26863 }, 26864 { 26865 "features": [], 26866 "kind": null, 26867 "name": "unicode-normalization", 26868 "optional": false, 26869 "registry": null, 26870 "rename": null, 26871 "req": "^0.1.22", 26872 "source": "registry+https://github.com/rust-lang/crates.io-index", 26873 "target": null, 26874 "uses_default_features": false 26875 }, 26876 { 26877 "features": [], 26878 "kind": "dev", 26879 "name": "assert_matches", 26880 "optional": false, 26881 "registry": null, 26882 "rename": null, 26883 "req": "^1.3", 26884 "source": "registry+https://github.com/rust-lang/crates.io-index", 26885 "target": null, 26886 "uses_default_features": true 26887 }, 26888 { 26889 "features": [], 26890 "kind": "dev", 26891 "name": "bencher", 26892 "optional": false, 26893 "registry": null, 26894 "rename": null, 26895 "req": "^0.1", 26896 "source": "registry+https://github.com/rust-lang/crates.io-index", 26897 "target": null, 26898 "uses_default_features": true 26899 }, 26900 { 26901 "features": [], 26902 "kind": "dev", 26903 "name": "serde_json", 26904 "optional": false, 26905 "registry": null, 26906 "rename": null, 26907 "req": "^1.0", 26908 "source": "registry+https://github.com/rust-lang/crates.io-index", 26909 "target": null, 26910 "uses_default_features": true 26911 }, 26912 { 26913 "features": [], 26914 "kind": "dev", 26915 "name": "tester", 26916 "optional": false, 26917 "registry": null, 26918 "rename": null, 26919 "req": "^0.9", 26920 "source": "registry+https://github.com/rust-lang/crates.io-index", 26921 "target": null, 26922 "uses_default_features": true 26923 } 26924 ], 26925 "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", 26926 "documentation": null, 26927 "edition": "2018", 26928 "features": { 26929 "alloc": [], 26930 "default": [ 26931 "std" 26932 ], 26933 "std": [ 26934 "alloc", 26935 "unicode-bidi/std", 26936 "unicode-normalization/std" 26937 ] 26938 }, 26939 "homepage": null, 26940 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 26941 "keywords": [], 26942 "license": "MIT OR Apache-2.0", 26943 "license_file": null, 26944 "links": null, 26945 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml", 26946 "metadata": { 26947 "docs": { 26948 "rs": { 26949 "rustdoc-args": [ 26950 "--generate-link-to-definition" 26951 ] 26952 } 26953 } 26954 }, 26955 "name": "idna", 26956 "publish": null, 26957 "readme": null, 26958 "repository": "https://github.com/servo/rust-url/", 26959 "rust_version": "1.51", 26960 "source": "registry+https://github.com/rust-lang/crates.io-index", 26961 "targets": [ 26962 { 26963 "crate_types": [ 26964 "lib" 26965 ], 26966 "doc": true, 26967 "doctest": false, 26968 "edition": "2018", 26969 "kind": [ 26970 "lib" 26971 ], 26972 "name": "idna", 26973 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs", 26974 "test": true 26975 }, 26976 { 26977 "crate_types": [ 26978 "bin" 26979 ], 26980 "doc": false, 26981 "doctest": false, 26982 "edition": "2018", 26983 "kind": [ 26984 "test" 26985 ], 26986 "name": "tests", 26987 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs", 26988 "test": true 26989 }, 26990 { 26991 "crate_types": [ 26992 "bin" 26993 ], 26994 "doc": false, 26995 "doctest": false, 26996 "edition": "2018", 26997 "kind": [ 26998 "test" 26999 ], 27000 "name": "unit", 27001 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs", 27002 "test": true 27003 }, 27004 { 27005 "crate_types": [ 27006 "bin" 27007 ], 27008 "doc": false, 27009 "doctest": false, 27010 "edition": "2018", 27011 "kind": [ 27012 "bench" 27013 ], 27014 "name": "all", 27015 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs", 27016 "test": false 27017 } 27018 ], 27019 "version": "0.5.0" 27020 }, 27021 { 27022 "authors": [ 27023 "bluss", 27024 "Josh Stone <[email protected]>" 27025 ], 27026 "categories": [ 27027 "data-structures", 27028 "no-std" 27029 ], 27030 "default_run": null, 27031 "dependencies": [ 27032 { 27033 "features": [ 27034 "raw" 27035 ], 27036 "kind": null, 27037 "name": "hashbrown", 27038 "optional": false, 27039 "registry": null, 27040 "rename": null, 27041 "req": "^0.11", 27042 "source": "registry+https://github.com/rust-lang/crates.io-index", 27043 "target": null, 27044 "uses_default_features": false 27045 }, 27046 { 27047 "features": [], 27048 "kind": null, 27049 "name": "rayon", 27050 "optional": true, 27051 "registry": null, 27052 "rename": null, 27053 "req": "^1.4.1", 27054 "source": "registry+https://github.com/rust-lang/crates.io-index", 27055 "target": null, 27056 "uses_default_features": true 27057 }, 27058 { 27059 "features": [], 27060 "kind": null, 27061 "name": "rustc-rayon", 27062 "optional": true, 27063 "registry": null, 27064 "rename": null, 27065 "req": "^0.3", 27066 "source": "registry+https://github.com/rust-lang/crates.io-index", 27067 "target": null, 27068 "uses_default_features": true 27069 }, 27070 { 27071 "features": [], 27072 "kind": null, 27073 "name": "serde", 27074 "optional": true, 27075 "registry": null, 27076 "rename": null, 27077 "req": "^1.0", 27078 "source": "registry+https://github.com/rust-lang/crates.io-index", 27079 "target": null, 27080 "uses_default_features": false 27081 }, 27082 { 27083 "features": [], 27084 "kind": "dev", 27085 "name": "fnv", 27086 "optional": false, 27087 "registry": null, 27088 "rename": null, 27089 "req": "^1.0", 27090 "source": "registry+https://github.com/rust-lang/crates.io-index", 27091 "target": null, 27092 "uses_default_features": true 27093 }, 27094 { 27095 "features": [], 27096 "kind": "dev", 27097 "name": "fxhash", 27098 "optional": false, 27099 "registry": null, 27100 "rename": null, 27101 "req": "^0.2.1", 27102 "source": "registry+https://github.com/rust-lang/crates.io-index", 27103 "target": null, 27104 "uses_default_features": true 27105 }, 27106 { 27107 "features": [], 27108 "kind": "dev", 27109 "name": "itertools", 27110 "optional": false, 27111 "registry": null, 27112 "rename": null, 27113 "req": "^0.9", 27114 "source": "registry+https://github.com/rust-lang/crates.io-index", 27115 "target": null, 27116 "uses_default_features": true 27117 }, 27118 { 27119 "features": [], 27120 "kind": "dev", 27121 "name": "lazy_static", 27122 "optional": false, 27123 "registry": null, 27124 "rename": null, 27125 "req": "^1.3", 27126 "source": "registry+https://github.com/rust-lang/crates.io-index", 27127 "target": null, 27128 "uses_default_features": true 27129 }, 27130 { 27131 "features": [], 27132 "kind": "dev", 27133 "name": "quickcheck", 27134 "optional": false, 27135 "registry": null, 27136 "rename": null, 27137 "req": "^0.9", 27138 "source": "registry+https://github.com/rust-lang/crates.io-index", 27139 "target": null, 27140 "uses_default_features": false 27141 }, 27142 { 27143 "features": [ 27144 "small_rng" 27145 ], 27146 "kind": "dev", 27147 "name": "rand", 27148 "optional": false, 27149 "registry": null, 27150 "rename": null, 27151 "req": "^0.7", 27152 "source": "registry+https://github.com/rust-lang/crates.io-index", 27153 "target": null, 27154 "uses_default_features": true 27155 }, 27156 { 27157 "features": [], 27158 "kind": "dev", 27159 "name": "serde_derive", 27160 "optional": false, 27161 "registry": null, 27162 "rename": null, 27163 "req": "^1.0", 27164 "source": "registry+https://github.com/rust-lang/crates.io-index", 27165 "target": null, 27166 "uses_default_features": true 27167 }, 27168 { 27169 "features": [], 27170 "kind": "build", 27171 "name": "autocfg", 27172 "optional": false, 27173 "registry": null, 27174 "rename": null, 27175 "req": "^1", 27176 "source": "registry+https://github.com/rust-lang/crates.io-index", 27177 "target": null, 27178 "uses_default_features": true 27179 } 27180 ], 27181 "description": "A hash table with consistent order and fast iteration.\n\nThe indexmap is a hash table where the iteration order of the key-value\npairs is independent of the hash values of the keys. It has the usual\nhash table functionality, it preserves insertion order except after\nremovals, and it allows lookup of its elements by either hash table key\nor numerical index. A corresponding hash set type is also provided.\n\nThis crate was initially published under the name ordermap, but it was renamed to\nindexmap.\n", 27182 "documentation": "https://docs.rs/indexmap/", 27183 "edition": "2018", 27184 "features": { 27185 "rayon": [ 27186 "dep:rayon" 27187 ], 27188 "rustc-rayon": [ 27189 "dep:rustc-rayon" 27190 ], 27191 "serde": [ 27192 "dep:serde" 27193 ], 27194 "serde-1": [ 27195 "serde" 27196 ], 27197 "std": [], 27198 "test_debug": [], 27199 "test_low_transition_point": [] 27200 }, 27201 "homepage": null, 27202 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 27203 "keywords": [ 27204 "hashmap", 27205 "no_std" 27206 ], 27207 "license": "Apache-2.0/MIT", 27208 "license_file": null, 27209 "links": null, 27210 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/Cargo.toml", 27211 "metadata": { 27212 "docs": { 27213 "rs": { 27214 "features": [ 27215 "serde-1", 27216 "rayon" 27217 ] 27218 } 27219 }, 27220 "release": { 27221 "no-dev-version": true, 27222 "tag-name": "{{version}}" 27223 } 27224 }, 27225 "name": "indexmap", 27226 "publish": null, 27227 "readme": null, 27228 "repository": "https://github.com/bluss/indexmap", 27229 "rust_version": null, 27230 "source": "registry+https://github.com/rust-lang/crates.io-index", 27231 "targets": [ 27232 { 27233 "crate_types": [ 27234 "lib" 27235 ], 27236 "doc": true, 27237 "doctest": true, 27238 "edition": "2018", 27239 "kind": [ 27240 "lib" 27241 ], 27242 "name": "indexmap", 27243 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/src/lib.rs", 27244 "test": true 27245 }, 27246 { 27247 "crate_types": [ 27248 "bin" 27249 ], 27250 "doc": false, 27251 "doctest": false, 27252 "edition": "2018", 27253 "kind": [ 27254 "test" 27255 ], 27256 "name": "quick", 27257 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/quick.rs", 27258 "test": true 27259 }, 27260 { 27261 "crate_types": [ 27262 "bin" 27263 ], 27264 "doc": false, 27265 "doctest": false, 27266 "edition": "2018", 27267 "kind": [ 27268 "test" 27269 ], 27270 "name": "macros_full_path", 27271 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/macros_full_path.rs", 27272 "test": true 27273 }, 27274 { 27275 "crate_types": [ 27276 "bin" 27277 ], 27278 "doc": false, 27279 "doctest": false, 27280 "edition": "2018", 27281 "kind": [ 27282 "test" 27283 ], 27284 "name": "equivalent_trait", 27285 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/equivalent_trait.rs", 27286 "test": true 27287 }, 27288 { 27289 "crate_types": [ 27290 "bin" 27291 ], 27292 "doc": false, 27293 "doctest": false, 27294 "edition": "2018", 27295 "kind": [ 27296 "test" 27297 ], 27298 "name": "tests", 27299 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/tests/tests.rs", 27300 "test": true 27301 }, 27302 { 27303 "crate_types": [ 27304 "bin" 27305 ], 27306 "doc": false, 27307 "doctest": false, 27308 "edition": "2018", 27309 "kind": [ 27310 "bench" 27311 ], 27312 "name": "faststring", 27313 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/benches/faststring.rs", 27314 "test": false 27315 }, 27316 { 27317 "crate_types": [ 27318 "bin" 27319 ], 27320 "doc": false, 27321 "doctest": false, 27322 "edition": "2018", 27323 "kind": [ 27324 "bench" 27325 ], 27326 "name": "bench", 27327 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/benches/bench.rs", 27328 "test": false 27329 }, 27330 { 27331 "crate_types": [ 27332 "bin" 27333 ], 27334 "doc": false, 27335 "doctest": false, 27336 "edition": "2018", 27337 "kind": [ 27338 "custom-build" 27339 ], 27340 "name": "build-script-build", 27341 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.0/build.rs", 27342 "test": false 27343 } 27344 ], 27345 "version": "1.8.0" 27346 }, 27347 { 27348 "authors": [], 27349 "categories": [ 27350 "data-structures", 27351 "no-std" 27352 ], 27353 "default_run": null, 27354 "dependencies": [ 27355 { 27356 "features": [], 27357 "kind": null, 27358 "name": "arbitrary", 27359 "optional": true, 27360 "registry": null, 27361 "rename": null, 27362 "req": "^1.0", 27363 "source": "registry+https://github.com/rust-lang/crates.io-index", 27364 "target": null, 27365 "uses_default_features": false 27366 }, 27367 { 27368 "features": [], 27369 "kind": null, 27370 "name": "borsh", 27371 "optional": true, 27372 "registry": null, 27373 "rename": null, 27374 "req": "^1.2", 27375 "source": "registry+https://github.com/rust-lang/crates.io-index", 27376 "target": null, 27377 "uses_default_features": false 27378 }, 27379 { 27380 "features": [], 27381 "kind": null, 27382 "name": "equivalent", 27383 "optional": false, 27384 "registry": null, 27385 "rename": null, 27386 "req": "^1.0", 27387 "source": "registry+https://github.com/rust-lang/crates.io-index", 27388 "target": null, 27389 "uses_default_features": false 27390 }, 27391 { 27392 "features": [ 27393 "raw" 27394 ], 27395 "kind": null, 27396 "name": "hashbrown", 27397 "optional": false, 27398 "registry": null, 27399 "rename": null, 27400 "req": "^0.14.1", 27401 "source": "registry+https://github.com/rust-lang/crates.io-index", 27402 "target": null, 27403 "uses_default_features": false 27404 }, 27405 { 27406 "features": [], 27407 "kind": null, 27408 "name": "quickcheck", 27409 "optional": true, 27410 "registry": null, 27411 "rename": null, 27412 "req": "^1.0", 27413 "source": "registry+https://github.com/rust-lang/crates.io-index", 27414 "target": null, 27415 "uses_default_features": false 27416 }, 27417 { 27418 "features": [], 27419 "kind": null, 27420 "name": "rayon", 27421 "optional": true, 27422 "registry": null, 27423 "rename": null, 27424 "req": "^1.5.3", 27425 "source": "registry+https://github.com/rust-lang/crates.io-index", 27426 "target": null, 27427 "uses_default_features": true 27428 }, 27429 { 27430 "features": [], 27431 "kind": null, 27432 "name": "rustc-rayon", 27433 "optional": true, 27434 "registry": null, 27435 "rename": "rustc-rayon", 27436 "req": "^0.5", 27437 "source": "registry+https://github.com/rust-lang/crates.io-index", 27438 "target": null, 27439 "uses_default_features": true 27440 }, 27441 { 27442 "features": [], 27443 "kind": null, 27444 "name": "serde", 27445 "optional": true, 27446 "registry": null, 27447 "rename": null, 27448 "req": "^1.0", 27449 "source": "registry+https://github.com/rust-lang/crates.io-index", 27450 "target": null, 27451 "uses_default_features": false 27452 }, 27453 { 27454 "features": [], 27455 "kind": "dev", 27456 "name": "fnv", 27457 "optional": false, 27458 "registry": null, 27459 "rename": null, 27460 "req": "^1.0", 27461 "source": "registry+https://github.com/rust-lang/crates.io-index", 27462 "target": null, 27463 "uses_default_features": true 27464 }, 27465 { 27466 "features": [], 27467 "kind": "dev", 27468 "name": "fxhash", 27469 "optional": false, 27470 "registry": null, 27471 "rename": null, 27472 "req": "^0.2.1", 27473 "source": "registry+https://github.com/rust-lang/crates.io-index", 27474 "target": null, 27475 "uses_default_features": true 27476 }, 27477 { 27478 "features": [], 27479 "kind": "dev", 27480 "name": "itertools", 27481 "optional": false, 27482 "registry": null, 27483 "rename": null, 27484 "req": "^0.12", 27485 "source": "registry+https://github.com/rust-lang/crates.io-index", 27486 "target": null, 27487 "uses_default_features": true 27488 }, 27489 { 27490 "features": [], 27491 "kind": "dev", 27492 "name": "lazy_static", 27493 "optional": false, 27494 "registry": null, 27495 "rename": null, 27496 "req": "^1.3", 27497 "source": "registry+https://github.com/rust-lang/crates.io-index", 27498 "target": null, 27499 "uses_default_features": true 27500 }, 27501 { 27502 "features": [], 27503 "kind": "dev", 27504 "name": "quickcheck", 27505 "optional": false, 27506 "registry": null, 27507 "rename": null, 27508 "req": "^1.0", 27509 "source": "registry+https://github.com/rust-lang/crates.io-index", 27510 "target": null, 27511 "uses_default_features": false 27512 }, 27513 { 27514 "features": [ 27515 "small_rng" 27516 ], 27517 "kind": "dev", 27518 "name": "rand", 27519 "optional": false, 27520 "registry": null, 27521 "rename": null, 27522 "req": "^0.8", 27523 "source": "registry+https://github.com/rust-lang/crates.io-index", 27524 "target": null, 27525 "uses_default_features": true 27526 }, 27527 { 27528 "features": [], 27529 "kind": "dev", 27530 "name": "serde_derive", 27531 "optional": false, 27532 "registry": null, 27533 "rename": null, 27534 "req": "^1.0", 27535 "source": "registry+https://github.com/rust-lang/crates.io-index", 27536 "target": null, 27537 "uses_default_features": true 27538 } 27539 ], 27540 "description": "A hash table with consistent order and fast iteration.", 27541 "documentation": "https://docs.rs/indexmap/", 27542 "edition": "2021", 27543 "features": { 27544 "arbitrary": [ 27545 "dep:arbitrary" 27546 ], 27547 "borsh": [ 27548 "dep:borsh" 27549 ], 27550 "default": [ 27551 "std" 27552 ], 27553 "quickcheck": [ 27554 "dep:quickcheck" 27555 ], 27556 "rayon": [ 27557 "dep:rayon" 27558 ], 27559 "rustc-rayon": [ 27560 "dep:rustc-rayon" 27561 ], 27562 "serde": [ 27563 "dep:serde" 27564 ], 27565 "std": [], 27566 "test_debug": [] 27567 }, 27568 "homepage": null, 27569 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 27570 "keywords": [ 27571 "hashmap", 27572 "no_std" 27573 ], 27574 "license": "Apache-2.0 OR MIT", 27575 "license_file": null, 27576 "links": null, 27577 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/Cargo.toml", 27578 "metadata": { 27579 "docs": { 27580 "rs": { 27581 "features": [ 27582 "arbitrary", 27583 "quickcheck", 27584 "serde", 27585 "borsh", 27586 "rayon" 27587 ], 27588 "rustdoc-args": [ 27589 "--cfg", 27590 "docsrs" 27591 ] 27592 } 27593 }, 27594 "release": { 27595 "no-dev-version": true, 27596 "tag-name": "{{version}}" 27597 } 27598 }, 27599 "name": "indexmap", 27600 "publish": null, 27601 "readme": "README.md", 27602 "repository": "https://github.com/indexmap-rs/indexmap", 27603 "rust_version": "1.63", 27604 "source": "registry+https://github.com/rust-lang/crates.io-index", 27605 "targets": [ 27606 { 27607 "crate_types": [ 27608 "lib" 27609 ], 27610 "doc": true, 27611 "doctest": true, 27612 "edition": "2021", 27613 "kind": [ 27614 "lib" 27615 ], 27616 "name": "indexmap", 27617 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs", 27618 "test": true 27619 }, 27620 { 27621 "crate_types": [ 27622 "bin" 27623 ], 27624 "doc": false, 27625 "doctest": false, 27626 "edition": "2021", 27627 "kind": [ 27628 "test" 27629 ], 27630 "name": "quick", 27631 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/quick.rs", 27632 "test": true 27633 }, 27634 { 27635 "crate_types": [ 27636 "bin" 27637 ], 27638 "doc": false, 27639 "doctest": false, 27640 "edition": "2021", 27641 "kind": [ 27642 "test" 27643 ], 27644 "name": "macros_full_path", 27645 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/macros_full_path.rs", 27646 "test": true 27647 }, 27648 { 27649 "crate_types": [ 27650 "bin" 27651 ], 27652 "doc": false, 27653 "doctest": false, 27654 "edition": "2021", 27655 "kind": [ 27656 "test" 27657 ], 27658 "name": "equivalent_trait", 27659 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/equivalent_trait.rs", 27660 "test": true 27661 }, 27662 { 27663 "crate_types": [ 27664 "bin" 27665 ], 27666 "doc": false, 27667 "doctest": false, 27668 "edition": "2021", 27669 "kind": [ 27670 "test" 27671 ], 27672 "name": "tests", 27673 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/tests.rs", 27674 "test": true 27675 }, 27676 { 27677 "crate_types": [ 27678 "bin" 27679 ], 27680 "doc": false, 27681 "doctest": false, 27682 "edition": "2021", 27683 "kind": [ 27684 "bench" 27685 ], 27686 "name": "faststring", 27687 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/faststring.rs", 27688 "test": false 27689 }, 27690 { 27691 "crate_types": [ 27692 "bin" 27693 ], 27694 "doc": false, 27695 "doctest": false, 27696 "edition": "2021", 27697 "kind": [ 27698 "bench" 27699 ], 27700 "name": "bench", 27701 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/bench.rs", 27702 "test": false 27703 } 27704 ], 27705 "version": "2.2.6" 27706 }, 27707 { 27708 "authors": [ 27709 "RustCrypto Developers" 27710 ], 27711 "categories": [], 27712 "default_run": null, 27713 "dependencies": [ 27714 { 27715 "features": [], 27716 "kind": null, 27717 "name": "block-padding", 27718 "optional": true, 27719 "registry": null, 27720 "rename": null, 27721 "req": "^0.3", 27722 "source": "registry+https://github.com/rust-lang/crates.io-index", 27723 "target": null, 27724 "uses_default_features": true 27725 }, 27726 { 27727 "features": [], 27728 "kind": null, 27729 "name": "generic-array", 27730 "optional": false, 27731 "registry": null, 27732 "rename": null, 27733 "req": "^0.14", 27734 "source": "registry+https://github.com/rust-lang/crates.io-index", 27735 "target": null, 27736 "uses_default_features": true 27737 } 27738 ], 27739 "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.", 27740 "documentation": "https://docs.rs/inout", 27741 "edition": "2021", 27742 "features": { 27743 "block-padding": [ 27744 "dep:block-padding" 27745 ], 27746 "std": [ 27747 "block-padding/std" 27748 ] 27749 }, 27750 "homepage": null, 27751 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 27752 "keywords": [ 27753 "custom-reference" 27754 ], 27755 "license": "MIT OR Apache-2.0", 27756 "license_file": null, 27757 "links": null, 27758 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/Cargo.toml", 27759 "metadata": { 27760 "docs": { 27761 "rs": { 27762 "all-features": true, 27763 "rustdoc-args": [ 27764 "--cfg", 27765 "docsrs" 27766 ] 27767 } 27768 } 27769 }, 27770 "name": "inout", 27771 "publish": null, 27772 "readme": null, 27773 "repository": "https://github.com/RustCrypto/utils", 27774 "rust_version": "1.56", 27775 "source": "registry+https://github.com/rust-lang/crates.io-index", 27776 "targets": [ 27777 { 27778 "crate_types": [ 27779 "lib" 27780 ], 27781 "doc": true, 27782 "doctest": true, 27783 "edition": "2021", 27784 "kind": [ 27785 "lib" 27786 ], 27787 "name": "inout", 27788 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs", 27789 "test": true 27790 } 27791 ], 27792 "version": "0.1.3" 27793 }, 27794 { 27795 "authors": [ 27796 "Kris Price <[email protected]>" 27797 ], 27798 "categories": [ 27799 "network-programming" 27800 ], 27801 "default_run": null, 27802 "dependencies": [ 27803 { 27804 "features": [], 27805 "kind": null, 27806 "name": "heapless", 27807 "optional": true, 27808 "registry": null, 27809 "rename": null, 27810 "req": "^0", 27811 "source": "registry+https://github.com/rust-lang/crates.io-index", 27812 "target": null, 27813 "uses_default_features": true 27814 }, 27815 { 27816 "features": [], 27817 "kind": null, 27818 "name": "schemars", 27819 "optional": true, 27820 "registry": null, 27821 "rename": null, 27822 "req": "^0.8", 27823 "source": "registry+https://github.com/rust-lang/crates.io-index", 27824 "target": null, 27825 "uses_default_features": true 27826 }, 27827 { 27828 "features": [ 27829 "derive" 27830 ], 27831 "kind": null, 27832 "name": "serde", 27833 "optional": true, 27834 "registry": null, 27835 "rename": "serde", 27836 "req": "^1", 27837 "source": "registry+https://github.com/rust-lang/crates.io-index", 27838 "target": null, 27839 "uses_default_features": false 27840 }, 27841 { 27842 "features": [], 27843 "kind": "dev", 27844 "name": "serde_test", 27845 "optional": false, 27846 "registry": null, 27847 "rename": null, 27848 "req": "^1", 27849 "source": "registry+https://github.com/rust-lang/crates.io-index", 27850 "target": null, 27851 "uses_default_features": true 27852 } 27853 ], 27854 "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.", 27855 "documentation": "https://docs.rs/ipnet", 27856 "edition": "2018", 27857 "features": { 27858 "default": [ 27859 "std" 27860 ], 27861 "heapless": [ 27862 "dep:heapless" 27863 ], 27864 "json": [ 27865 "serde", 27866 "schemars" 27867 ], 27868 "schemars": [ 27869 "dep:schemars" 27870 ], 27871 "ser_as_str": [ 27872 "heapless" 27873 ], 27874 "serde": [ 27875 "dep:serde" 27876 ], 27877 "std": [] 27878 }, 27879 "homepage": null, 27880 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 27881 "keywords": [ 27882 "IP", 27883 "CIDR", 27884 "network", 27885 "prefix", 27886 "subnet" 27887 ], 27888 "license": "MIT OR Apache-2.0", 27889 "license_file": null, 27890 "links": null, 27891 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/Cargo.toml", 27892 "metadata": null, 27893 "name": "ipnet", 27894 "publish": null, 27895 "readme": "README.md", 27896 "repository": "https://github.com/krisprice/ipnet", 27897 "rust_version": null, 27898 "source": "registry+https://github.com/rust-lang/crates.io-index", 27899 "targets": [ 27900 { 27901 "crate_types": [ 27902 "lib" 27903 ], 27904 "doc": true, 27905 "doctest": true, 27906 "edition": "2018", 27907 "kind": [ 27908 "lib" 27909 ], 27910 "name": "ipnet", 27911 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs", 27912 "test": true 27913 } 27914 ], 27915 "version": "2.9.0" 27916 }, 27917 { 27918 "authors": [ 27919 "bluss" 27920 ], 27921 "categories": [ 27922 "algorithms", 27923 "rust-patterns" 27924 ], 27925 "default_run": null, 27926 "dependencies": [ 27927 { 27928 "features": [], 27929 "kind": null, 27930 "name": "either", 27931 "optional": false, 27932 "registry": null, 27933 "rename": null, 27934 "req": "^1.0", 27935 "source": "registry+https://github.com/rust-lang/crates.io-index", 27936 "target": null, 27937 "uses_default_features": false 27938 }, 27939 { 27940 "features": [], 27941 "kind": "dev", 27942 "name": "criterion", 27943 "optional": false, 27944 "registry": null, 27945 "rename": null, 27946 "req": "=0", 27947 "source": "registry+https://github.com/rust-lang/crates.io-index", 27948 "target": null, 27949 "uses_default_features": true 27950 }, 27951 { 27952 "features": [], 27953 "kind": "dev", 27954 "name": "paste", 27955 "optional": false, 27956 "registry": null, 27957 "rename": null, 27958 "req": "^1.0.0", 27959 "source": "registry+https://github.com/rust-lang/crates.io-index", 27960 "target": null, 27961 "uses_default_features": true 27962 }, 27963 { 27964 "features": [], 27965 "kind": "dev", 27966 "name": "permutohedron", 27967 "optional": false, 27968 "registry": null, 27969 "rename": null, 27970 "req": "^0.2", 27971 "source": "registry+https://github.com/rust-lang/crates.io-index", 27972 "target": null, 27973 "uses_default_features": true 27974 }, 27975 { 27976 "features": [], 27977 "kind": "dev", 27978 "name": "quickcheck", 27979 "optional": false, 27980 "registry": null, 27981 "rename": null, 27982 "req": "^0.9", 27983 "source": "registry+https://github.com/rust-lang/crates.io-index", 27984 "target": null, 27985 "uses_default_features": false 27986 }, 27987 { 27988 "features": [], 27989 "kind": "dev", 27990 "name": "rand", 27991 "optional": false, 27992 "registry": null, 27993 "rename": null, 27994 "req": "^0.7", 27995 "source": "registry+https://github.com/rust-lang/crates.io-index", 27996 "target": null, 27997 "uses_default_features": true 27998 } 27999 ], 28000 "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", 28001 "documentation": "https://docs.rs/itertools/", 28002 "edition": "2018", 28003 "features": { 28004 "default": [ 28005 "use_std" 28006 ], 28007 "use_alloc": [], 28008 "use_std": [ 28009 "use_alloc", 28010 "either/use_std" 28011 ] 28012 }, 28013 "homepage": null, 28014 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 28015 "keywords": [ 28016 "iterator", 28017 "data-structure", 28018 "zip", 28019 "product", 28020 "group-by" 28021 ], 28022 "license": "MIT/Apache-2.0", 28023 "license_file": null, 28024 "links": null, 28025 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml", 28026 "metadata": { 28027 "release": { 28028 "no-dev-version": true 28029 } 28030 }, 28031 "name": "itertools", 28032 "publish": null, 28033 "readme": "README.md", 28034 "repository": "https://github.com/rust-itertools/itertools", 28035 "rust_version": null, 28036 "source": "registry+https://github.com/rust-lang/crates.io-index", 28037 "targets": [ 28038 { 28039 "crate_types": [ 28040 "lib" 28041 ], 28042 "doc": true, 28043 "doctest": true, 28044 "edition": "2018", 28045 "kind": [ 28046 "lib" 28047 ], 28048 "name": "itertools", 28049 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs", 28050 "test": false 28051 }, 28052 { 28053 "crate_types": [ 28054 "bin" 28055 ], 28056 "doc": false, 28057 "doctest": false, 28058 "edition": "2018", 28059 "kind": [ 28060 "example" 28061 ], 28062 "name": "iris", 28063 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs", 28064 "test": false 28065 }, 28066 { 28067 "crate_types": [ 28068 "bin" 28069 ], 28070 "doc": false, 28071 "doctest": false, 28072 "edition": "2018", 28073 "kind": [ 28074 "test" 28075 ], 28076 "name": "quick", 28077 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs", 28078 "test": true 28079 }, 28080 { 28081 "crate_types": [ 28082 "bin" 28083 ], 28084 "doc": false, 28085 "doctest": false, 28086 "edition": "2018", 28087 "kind": [ 28088 "test" 28089 ], 28090 "name": "test_core", 28091 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs", 28092 "test": true 28093 }, 28094 { 28095 "crate_types": [ 28096 "bin" 28097 ], 28098 "doc": false, 28099 "doctest": false, 28100 "edition": "2018", 28101 "kind": [ 28102 "test" 28103 ], 28104 "name": "adaptors_no_collect", 28105 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs", 28106 "test": true 28107 }, 28108 { 28109 "crate_types": [ 28110 "bin" 28111 ], 28112 "doc": false, 28113 "doctest": false, 28114 "edition": "2018", 28115 "kind": [ 28116 "test" 28117 ], 28118 "name": "tuples", 28119 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs", 28120 "test": true 28121 }, 28122 { 28123 "crate_types": [ 28124 "bin" 28125 ], 28126 "doc": false, 28127 "doctest": false, 28128 "edition": "2018", 28129 "kind": [ 28130 "test" 28131 ], 28132 "name": "test_std", 28133 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs", 28134 "test": true 28135 }, 28136 { 28137 "crate_types": [ 28138 "bin" 28139 ], 28140 "doc": false, 28141 "doctest": false, 28142 "edition": "2018", 28143 "kind": [ 28144 "test" 28145 ], 28146 "name": "merge_join", 28147 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs", 28148 "test": true 28149 }, 28150 { 28151 "crate_types": [ 28152 "bin" 28153 ], 28154 "doc": false, 28155 "doctest": false, 28156 "edition": "2018", 28157 "kind": [ 28158 "test" 28159 ], 28160 "name": "macros_hygiene", 28161 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs", 28162 "test": true 28163 }, 28164 { 28165 "crate_types": [ 28166 "bin" 28167 ], 28168 "doc": false, 28169 "doctest": false, 28170 "edition": "2018", 28171 "kind": [ 28172 "test" 28173 ], 28174 "name": "peeking_take_while", 28175 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs", 28176 "test": true 28177 }, 28178 { 28179 "crate_types": [ 28180 "bin" 28181 ], 28182 "doc": false, 28183 "doctest": false, 28184 "edition": "2018", 28185 "kind": [ 28186 "test" 28187 ], 28188 "name": "flatten_ok", 28189 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs", 28190 "test": true 28191 }, 28192 { 28193 "crate_types": [ 28194 "bin" 28195 ], 28196 "doc": false, 28197 "doctest": false, 28198 "edition": "2018", 28199 "kind": [ 28200 "test" 28201 ], 28202 "name": "specializations", 28203 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs", 28204 "test": true 28205 }, 28206 { 28207 "crate_types": [ 28208 "bin" 28209 ], 28210 "doc": false, 28211 "doctest": false, 28212 "edition": "2018", 28213 "kind": [ 28214 "test" 28215 ], 28216 "name": "zip", 28217 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs", 28218 "test": true 28219 }, 28220 { 28221 "crate_types": [ 28222 "bin" 28223 ], 28224 "doc": false, 28225 "doctest": false, 28226 "edition": "2018", 28227 "kind": [ 28228 "bench" 28229 ], 28230 "name": "tuple_combinations", 28231 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs", 28232 "test": false 28233 }, 28234 { 28235 "crate_types": [ 28236 "bin" 28237 ], 28238 "doc": false, 28239 "doctest": false, 28240 "edition": "2018", 28241 "kind": [ 28242 "bench" 28243 ], 28244 "name": "tuples", 28245 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs", 28246 "test": false 28247 }, 28248 { 28249 "crate_types": [ 28250 "bin" 28251 ], 28252 "doc": false, 28253 "doctest": false, 28254 "edition": "2018", 28255 "kind": [ 28256 "bench" 28257 ], 28258 "name": "fold_specialization", 28259 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs", 28260 "test": false 28261 }, 28262 { 28263 "crate_types": [ 28264 "bin" 28265 ], 28266 "doc": false, 28267 "doctest": false, 28268 "edition": "2018", 28269 "kind": [ 28270 "bench" 28271 ], 28272 "name": "combinations_with_replacement", 28273 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs", 28274 "test": false 28275 }, 28276 { 28277 "crate_types": [ 28278 "bin" 28279 ], 28280 "doc": false, 28281 "doctest": false, 28282 "edition": "2018", 28283 "kind": [ 28284 "bench" 28285 ], 28286 "name": "tree_fold1", 28287 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs", 28288 "test": false 28289 }, 28290 { 28291 "crate_types": [ 28292 "bin" 28293 ], 28294 "doc": false, 28295 "doctest": false, 28296 "edition": "2018", 28297 "kind": [ 28298 "bench" 28299 ], 28300 "name": "bench1", 28301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs", 28302 "test": false 28303 }, 28304 { 28305 "crate_types": [ 28306 "bin" 28307 ], 28308 "doc": false, 28309 "doctest": false, 28310 "edition": "2018", 28311 "kind": [ 28312 "bench" 28313 ], 28314 "name": "combinations", 28315 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs", 28316 "test": false 28317 }, 28318 { 28319 "crate_types": [ 28320 "bin" 28321 ], 28322 "doc": false, 28323 "doctest": false, 28324 "edition": "2018", 28325 "kind": [ 28326 "bench" 28327 ], 28328 "name": "powerset", 28329 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs", 28330 "test": false 28331 } 28332 ], 28333 "version": "0.10.5" 28334 }, 28335 { 28336 "authors": [ 28337 "bluss" 28338 ], 28339 "categories": [ 28340 "algorithms", 28341 "rust-patterns" 28342 ], 28343 "default_run": null, 28344 "dependencies": [ 28345 { 28346 "features": [], 28347 "kind": null, 28348 "name": "either", 28349 "optional": false, 28350 "registry": null, 28351 "rename": null, 28352 "req": "^1.0", 28353 "source": "registry+https://github.com/rust-lang/crates.io-index", 28354 "target": null, 28355 "uses_default_features": false 28356 }, 28357 { 28358 "features": [], 28359 "kind": "dev", 28360 "name": "criterion", 28361 "optional": false, 28362 "registry": null, 28363 "rename": null, 28364 "req": "^0.4.0", 28365 "source": "registry+https://github.com/rust-lang/crates.io-index", 28366 "target": null, 28367 "uses_default_features": true 28368 }, 28369 { 28370 "features": [], 28371 "kind": "dev", 28372 "name": "paste", 28373 "optional": false, 28374 "registry": null, 28375 "rename": null, 28376 "req": "^1.0.0", 28377 "source": "registry+https://github.com/rust-lang/crates.io-index", 28378 "target": null, 28379 "uses_default_features": true 28380 }, 28381 { 28382 "features": [], 28383 "kind": "dev", 28384 "name": "permutohedron", 28385 "optional": false, 28386 "registry": null, 28387 "rename": null, 28388 "req": "^0.2", 28389 "source": "registry+https://github.com/rust-lang/crates.io-index", 28390 "target": null, 28391 "uses_default_features": true 28392 }, 28393 { 28394 "features": [], 28395 "kind": "dev", 28396 "name": "quickcheck", 28397 "optional": false, 28398 "registry": null, 28399 "rename": null, 28400 "req": "^0.9", 28401 "source": "registry+https://github.com/rust-lang/crates.io-index", 28402 "target": null, 28403 "uses_default_features": false 28404 }, 28405 { 28406 "features": [], 28407 "kind": "dev", 28408 "name": "rand", 28409 "optional": false, 28410 "registry": null, 28411 "rename": null, 28412 "req": "^0.7", 28413 "source": "registry+https://github.com/rust-lang/crates.io-index", 28414 "target": null, 28415 "uses_default_features": true 28416 } 28417 ], 28418 "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", 28419 "documentation": "https://docs.rs/itertools/", 28420 "edition": "2018", 28421 "features": { 28422 "default": [ 28423 "use_std" 28424 ], 28425 "use_alloc": [], 28426 "use_std": [ 28427 "use_alloc", 28428 "either/use_std" 28429 ] 28430 }, 28431 "homepage": null, 28432 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 28433 "keywords": [ 28434 "iterator", 28435 "data-structure", 28436 "zip", 28437 "product", 28438 "group-by" 28439 ], 28440 "license": "MIT OR Apache-2.0", 28441 "license_file": null, 28442 "links": null, 28443 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/Cargo.toml", 28444 "metadata": null, 28445 "name": "itertools", 28446 "publish": null, 28447 "readme": "README.md", 28448 "repository": "https://github.com/rust-itertools/itertools", 28449 "rust_version": "1.36.0", 28450 "source": "registry+https://github.com/rust-lang/crates.io-index", 28451 "targets": [ 28452 { 28453 "crate_types": [ 28454 "lib" 28455 ], 28456 "doc": true, 28457 "doctest": true, 28458 "edition": "2018", 28459 "kind": [ 28460 "lib" 28461 ], 28462 "name": "itertools", 28463 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs", 28464 "test": false 28465 }, 28466 { 28467 "crate_types": [ 28468 "bin" 28469 ], 28470 "doc": false, 28471 "doctest": false, 28472 "edition": "2018", 28473 "kind": [ 28474 "example" 28475 ], 28476 "name": "iris", 28477 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/examples/iris.rs", 28478 "test": false 28479 }, 28480 { 28481 "crate_types": [ 28482 "bin" 28483 ], 28484 "doc": false, 28485 "doctest": false, 28486 "edition": "2018", 28487 "kind": [ 28488 "test" 28489 ], 28490 "name": "quick", 28491 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/quick.rs", 28492 "test": true 28493 }, 28494 { 28495 "crate_types": [ 28496 "bin" 28497 ], 28498 "doc": false, 28499 "doctest": false, 28500 "edition": "2018", 28501 "kind": [ 28502 "test" 28503 ], 28504 "name": "test_core", 28505 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/test_core.rs", 28506 "test": true 28507 }, 28508 { 28509 "crate_types": [ 28510 "bin" 28511 ], 28512 "doc": false, 28513 "doctest": false, 28514 "edition": "2018", 28515 "kind": [ 28516 "test" 28517 ], 28518 "name": "adaptors_no_collect", 28519 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/adaptors_no_collect.rs", 28520 "test": true 28521 }, 28522 { 28523 "crate_types": [ 28524 "bin" 28525 ], 28526 "doc": false, 28527 "doctest": false, 28528 "edition": "2018", 28529 "kind": [ 28530 "test" 28531 ], 28532 "name": "tuples", 28533 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/tuples.rs", 28534 "test": true 28535 }, 28536 { 28537 "crate_types": [ 28538 "bin" 28539 ], 28540 "doc": false, 28541 "doctest": false, 28542 "edition": "2018", 28543 "kind": [ 28544 "test" 28545 ], 28546 "name": "test_std", 28547 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/test_std.rs", 28548 "test": true 28549 }, 28550 { 28551 "crate_types": [ 28552 "bin" 28553 ], 28554 "doc": false, 28555 "doctest": false, 28556 "edition": "2018", 28557 "kind": [ 28558 "test" 28559 ], 28560 "name": "merge_join", 28561 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/merge_join.rs", 28562 "test": true 28563 }, 28564 { 28565 "crate_types": [ 28566 "bin" 28567 ], 28568 "doc": false, 28569 "doctest": false, 28570 "edition": "2018", 28571 "kind": [ 28572 "test" 28573 ], 28574 "name": "macros_hygiene", 28575 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/macros_hygiene.rs", 28576 "test": true 28577 }, 28578 { 28579 "crate_types": [ 28580 "bin" 28581 ], 28582 "doc": false, 28583 "doctest": false, 28584 "edition": "2018", 28585 "kind": [ 28586 "test" 28587 ], 28588 "name": "peeking_take_while", 28589 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/peeking_take_while.rs", 28590 "test": true 28591 }, 28592 { 28593 "crate_types": [ 28594 "bin" 28595 ], 28596 "doc": false, 28597 "doctest": false, 28598 "edition": "2018", 28599 "kind": [ 28600 "test" 28601 ], 28602 "name": "flatten_ok", 28603 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/flatten_ok.rs", 28604 "test": true 28605 }, 28606 { 28607 "crate_types": [ 28608 "bin" 28609 ], 28610 "doc": false, 28611 "doctest": false, 28612 "edition": "2018", 28613 "kind": [ 28614 "test" 28615 ], 28616 "name": "specializations", 28617 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/specializations.rs", 28618 "test": true 28619 }, 28620 { 28621 "crate_types": [ 28622 "bin" 28623 ], 28624 "doc": false, 28625 "doctest": false, 28626 "edition": "2018", 28627 "kind": [ 28628 "test" 28629 ], 28630 "name": "zip", 28631 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/zip.rs", 28632 "test": true 28633 }, 28634 { 28635 "crate_types": [ 28636 "bin" 28637 ], 28638 "doc": false, 28639 "doctest": false, 28640 "edition": "2018", 28641 "kind": [ 28642 "bench" 28643 ], 28644 "name": "tuple_combinations", 28645 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/tuple_combinations.rs", 28646 "test": false 28647 }, 28648 { 28649 "crate_types": [ 28650 "bin" 28651 ], 28652 "doc": false, 28653 "doctest": false, 28654 "edition": "2018", 28655 "kind": [ 28656 "bench" 28657 ], 28658 "name": "tuples", 28659 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/tuples.rs", 28660 "test": false 28661 }, 28662 { 28663 "crate_types": [ 28664 "bin" 28665 ], 28666 "doc": false, 28667 "doctest": false, 28668 "edition": "2018", 28669 "kind": [ 28670 "bench" 28671 ], 28672 "name": "fold_specialization", 28673 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/fold_specialization.rs", 28674 "test": false 28675 }, 28676 { 28677 "crate_types": [ 28678 "bin" 28679 ], 28680 "doc": false, 28681 "doctest": false, 28682 "edition": "2018", 28683 "kind": [ 28684 "bench" 28685 ], 28686 "name": "combinations_with_replacement", 28687 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/combinations_with_replacement.rs", 28688 "test": false 28689 }, 28690 { 28691 "crate_types": [ 28692 "bin" 28693 ], 28694 "doc": false, 28695 "doctest": false, 28696 "edition": "2018", 28697 "kind": [ 28698 "bench" 28699 ], 28700 "name": "tree_fold1", 28701 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/tree_fold1.rs", 28702 "test": false 28703 }, 28704 { 28705 "crate_types": [ 28706 "bin" 28707 ], 28708 "doc": false, 28709 "doctest": false, 28710 "edition": "2018", 28711 "kind": [ 28712 "bench" 28713 ], 28714 "name": "bench1", 28715 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/bench1.rs", 28716 "test": false 28717 }, 28718 { 28719 "crate_types": [ 28720 "bin" 28721 ], 28722 "doc": false, 28723 "doctest": false, 28724 "edition": "2018", 28725 "kind": [ 28726 "bench" 28727 ], 28728 "name": "combinations", 28729 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/combinations.rs", 28730 "test": false 28731 }, 28732 { 28733 "crate_types": [ 28734 "bin" 28735 ], 28736 "doc": false, 28737 "doctest": false, 28738 "edition": "2018", 28739 "kind": [ 28740 "bench" 28741 ], 28742 "name": "powerset", 28743 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/powerset.rs", 28744 "test": false 28745 } 28746 ], 28747 "version": "0.11.0" 28748 }, 28749 { 28750 "authors": [ 28751 "David Tolnay <[email protected]>" 28752 ], 28753 "categories": [ 28754 "value-formatting", 28755 "no-std", 28756 "no-std::no-alloc" 28757 ], 28758 "default_run": null, 28759 "dependencies": [ 28760 { 28761 "features": [], 28762 "kind": null, 28763 "name": "no-panic", 28764 "optional": true, 28765 "registry": null, 28766 "rename": null, 28767 "req": "^0.1", 28768 "source": "registry+https://github.com/rust-lang/crates.io-index", 28769 "target": null, 28770 "uses_default_features": true 28771 } 28772 ], 28773 "description": "Fast integer primitive to string conversion", 28774 "documentation": "https://docs.rs/itoa", 28775 "edition": "2018", 28776 "features": { 28777 "no-panic": [ 28778 "dep:no-panic" 28779 ] 28780 }, 28781 "homepage": null, 28782 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 28783 "keywords": [ 28784 "integer" 28785 ], 28786 "license": "MIT OR Apache-2.0", 28787 "license_file": null, 28788 "links": null, 28789 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml", 28790 "metadata": { 28791 "docs": { 28792 "rs": { 28793 "rustdoc-args": [ 28794 "--generate-link-to-definition" 28795 ], 28796 "targets": [ 28797 "x86_64-unknown-linux-gnu" 28798 ] 28799 } 28800 } 28801 }, 28802 "name": "itoa", 28803 "publish": null, 28804 "readme": "README.md", 28805 "repository": "https://github.com/dtolnay/itoa", 28806 "rust_version": "1.36", 28807 "source": "registry+https://github.com/rust-lang/crates.io-index", 28808 "targets": [ 28809 { 28810 "crate_types": [ 28811 "lib" 28812 ], 28813 "doc": true, 28814 "doctest": true, 28815 "edition": "2018", 28816 "kind": [ 28817 "lib" 28818 ], 28819 "name": "itoa", 28820 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs", 28821 "test": true 28822 }, 28823 { 28824 "crate_types": [ 28825 "bin" 28826 ], 28827 "doc": false, 28828 "doctest": false, 28829 "edition": "2018", 28830 "kind": [ 28831 "test" 28832 ], 28833 "name": "test", 28834 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs", 28835 "test": true 28836 }, 28837 { 28838 "crate_types": [ 28839 "bin" 28840 ], 28841 "doc": false, 28842 "doctest": false, 28843 "edition": "2018", 28844 "kind": [ 28845 "bench" 28846 ], 28847 "name": "bench", 28848 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs", 28849 "test": false 28850 } 28851 ], 28852 "version": "1.0.11" 28853 }, 28854 { 28855 "authors": [ 28856 "The wasm-bindgen Developers" 28857 ], 28858 "categories": [ 28859 "wasm" 28860 ], 28861 "default_run": null, 28862 "dependencies": [ 28863 { 28864 "features": [], 28865 "kind": null, 28866 "name": "wasm-bindgen", 28867 "optional": false, 28868 "registry": null, 28869 "rename": null, 28870 "req": "^0.2.92", 28871 "source": "registry+https://github.com/rust-lang/crates.io-index", 28872 "target": null, 28873 "uses_default_features": true 28874 }, 28875 { 28876 "features": [], 28877 "kind": "dev", 28878 "name": "wasm-bindgen-futures", 28879 "optional": false, 28880 "registry": null, 28881 "rename": null, 28882 "req": "^0.4.42", 28883 "source": "registry+https://github.com/rust-lang/crates.io-index", 28884 "target": "cfg(target_arch = \"wasm32\")", 28885 "uses_default_features": true 28886 }, 28887 { 28888 "features": [], 28889 "kind": "dev", 28890 "name": "wasm-bindgen-test", 28891 "optional": false, 28892 "registry": null, 28893 "rename": null, 28894 "req": "=0.3.42", 28895 "source": "registry+https://github.com/rust-lang/crates.io-index", 28896 "target": "cfg(target_arch = \"wasm32\")", 28897 "uses_default_features": true 28898 }, 28899 { 28900 "features": [ 28901 "Headers", 28902 "Response", 28903 "ResponseInit" 28904 ], 28905 "kind": "dev", 28906 "name": "web-sys", 28907 "optional": false, 28908 "registry": null, 28909 "rename": null, 28910 "req": "^0.3.69", 28911 "source": "registry+https://github.com/rust-lang/crates.io-index", 28912 "target": "cfg(target_arch = \"wasm32\")", 28913 "uses_default_features": true 28914 } 28915 ], 28916 "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", 28917 "documentation": "https://docs.rs/js-sys", 28918 "edition": "2018", 28919 "features": {}, 28920 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 28921 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 28922 "keywords": [], 28923 "license": "MIT OR Apache-2.0", 28924 "license_file": null, 28925 "links": null, 28926 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/Cargo.toml", 28927 "metadata": null, 28928 "name": "js-sys", 28929 "publish": null, 28930 "readme": "./README.md", 28931 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", 28932 "rust_version": "1.57", 28933 "source": "registry+https://github.com/rust-lang/crates.io-index", 28934 "targets": [ 28935 { 28936 "crate_types": [ 28937 "lib" 28938 ], 28939 "doc": true, 28940 "doctest": false, 28941 "edition": "2018", 28942 "kind": [ 28943 "lib" 28944 ], 28945 "name": "js_sys", 28946 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/src/lib.rs", 28947 "test": false 28948 }, 28949 { 28950 "crate_types": [ 28951 "bin" 28952 ], 28953 "doc": false, 28954 "doctest": false, 28955 "edition": "2018", 28956 "kind": [ 28957 "test" 28958 ], 28959 "name": "wasm", 28960 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/wasm/main.rs", 28961 "test": true 28962 }, 28963 { 28964 "crate_types": [ 28965 "bin" 28966 ], 28967 "doc": false, 28968 "doctest": false, 28969 "edition": "2018", 28970 "kind": [ 28971 "test" 28972 ], 28973 "name": "headless", 28974 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs", 28975 "test": true 28976 } 28977 ], 28978 "version": "0.3.69" 28979 }, 28980 { 28981 "authors": [ 28982 "Niko Matsakis <[email protected]>" 28983 ], 28984 "categories": [ 28985 "parsing" 28986 ], 28987 "default_run": null, 28988 "dependencies": [ 28989 { 28990 "features": [], 28991 "kind": null, 28992 "name": "ascii-canvas", 28993 "optional": false, 28994 "registry": null, 28995 "rename": null, 28996 "req": "^3.0", 28997 "source": "registry+https://github.com/rust-lang/crates.io-index", 28998 "target": null, 28999 "uses_default_features": false 29000 }, 29001 { 29002 "features": [], 29003 "kind": null, 29004 "name": "bit-set", 29005 "optional": false, 29006 "registry": null, 29007 "rename": null, 29008 "req": "^0.5.2", 29009 "source": "registry+https://github.com/rust-lang/crates.io-index", 29010 "target": null, 29011 "uses_default_features": false 29012 }, 29013 { 29014 "features": [], 29015 "kind": null, 29016 "name": "ena", 29017 "optional": false, 29018 "registry": null, 29019 "rename": null, 29020 "req": "^0.14", 29021 "source": "registry+https://github.com/rust-lang/crates.io-index", 29022 "target": null, 29023 "uses_default_features": false 29024 }, 29025 { 29026 "features": [ 29027 "use_std" 29028 ], 29029 "kind": null, 29030 "name": "itertools", 29031 "optional": false, 29032 "registry": null, 29033 "rename": null, 29034 "req": "^0.11", 29035 "source": "registry+https://github.com/rust-lang/crates.io-index", 29036 "target": null, 29037 "uses_default_features": false 29038 }, 29039 { 29040 "features": [], 29041 "kind": null, 29042 "name": "lalrpop-util", 29043 "optional": false, 29044 "registry": null, 29045 "rename": null, 29046 "req": "^0.20.0", 29047 "source": "registry+https://github.com/rust-lang/crates.io-index", 29048 "target": null, 29049 "uses_default_features": false 29050 }, 29051 { 29052 "features": [], 29053 "kind": null, 29054 "name": "petgraph", 29055 "optional": false, 29056 "registry": null, 29057 "rename": null, 29058 "req": "^0.6", 29059 "source": "registry+https://github.com/rust-lang/crates.io-index", 29060 "target": null, 29061 "uses_default_features": false 29062 }, 29063 { 29064 "features": [], 29065 "kind": null, 29066 "name": "pico-args", 29067 "optional": true, 29068 "registry": null, 29069 "rename": null, 29070 "req": "^0.5", 29071 "source": "registry+https://github.com/rust-lang/crates.io-index", 29072 "target": null, 29073 "uses_default_features": false 29074 }, 29075 { 29076 "features": [ 29077 "std" 29078 ], 29079 "kind": null, 29080 "name": "regex", 29081 "optional": false, 29082 "registry": null, 29083 "rename": null, 29084 "req": "^1.3", 29085 "source": "registry+https://github.com/rust-lang/crates.io-index", 29086 "target": null, 29087 "uses_default_features": false 29088 }, 29089 { 29090 "features": [], 29091 "kind": null, 29092 "name": "regex-syntax", 29093 "optional": false, 29094 "registry": null, 29095 "rename": null, 29096 "req": "^0.8", 29097 "source": "registry+https://github.com/rust-lang/crates.io-index", 29098 "target": null, 29099 "uses_default_features": false 29100 }, 29101 { 29102 "features": [], 29103 "kind": null, 29104 "name": "string_cache", 29105 "optional": false, 29106 "registry": null, 29107 "rename": null, 29108 "req": "^0.8", 29109 "source": "registry+https://github.com/rust-lang/crates.io-index", 29110 "target": null, 29111 "uses_default_features": false 29112 }, 29113 { 29114 "features": [], 29115 "kind": null, 29116 "name": "term", 29117 "optional": false, 29118 "registry": null, 29119 "rename": null, 29120 "req": "^0.7", 29121 "source": "registry+https://github.com/rust-lang/crates.io-index", 29122 "target": null, 29123 "uses_default_features": false 29124 }, 29125 { 29126 "features": [ 29127 "sha3" 29128 ], 29129 "kind": null, 29130 "name": "tiny-keccak", 29131 "optional": false, 29132 "registry": null, 29133 "rename": null, 29134 "req": "^2.0.2", 29135 "source": "registry+https://github.com/rust-lang/crates.io-index", 29136 "target": null, 29137 "uses_default_features": true 29138 }, 29139 { 29140 "features": [], 29141 "kind": null, 29142 "name": "unicode-xid", 29143 "optional": false, 29144 "registry": null, 29145 "rename": null, 29146 "req": "^0.2", 29147 "source": "registry+https://github.com/rust-lang/crates.io-index", 29148 "target": null, 29149 "uses_default_features": false 29150 }, 29151 { 29152 "features": [], 29153 "kind": null, 29154 "name": "walkdir", 29155 "optional": false, 29156 "registry": null, 29157 "rename": null, 29158 "req": "^2.4.0", 29159 "source": "registry+https://github.com/rust-lang/crates.io-index", 29160 "target": null, 29161 "uses_default_features": true 29162 }, 29163 { 29164 "features": [], 29165 "kind": "dev", 29166 "name": "diff", 29167 "optional": false, 29168 "registry": null, 29169 "rename": null, 29170 "req": "^0.1.12", 29171 "source": "registry+https://github.com/rust-lang/crates.io-index", 29172 "target": null, 29173 "uses_default_features": false 29174 }, 29175 { 29176 "features": [], 29177 "kind": "dev", 29178 "name": "rand", 29179 "optional": false, 29180 "registry": null, 29181 "rename": null, 29182 "req": "^0.8", 29183 "source": "registry+https://github.com/rust-lang/crates.io-index", 29184 "target": null, 29185 "uses_default_features": true 29186 } 29187 ], 29188 "description": "convenient LR(1) parser generator", 29189 "documentation": null, 29190 "edition": "2021", 29191 "features": { 29192 "default": [ 29193 "lexer", 29194 "unicode", 29195 "pico-args" 29196 ], 29197 "lexer": [ 29198 "lalrpop-util/lexer" 29199 ], 29200 "pico-args": [ 29201 "dep:pico-args" 29202 ], 29203 "unicode": [ 29204 "regex/unicode", 29205 "regex-syntax/unicode", 29206 "lalrpop-util/unicode" 29207 ] 29208 }, 29209 "homepage": null, 29210 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29211 "keywords": [ 29212 "parser", 29213 "generator", 29214 "LR", 29215 "yacc", 29216 "grammar" 29217 ], 29218 "license": "Apache-2.0 OR MIT", 29219 "license_file": null, 29220 "links": null, 29221 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.2/Cargo.toml", 29222 "metadata": { 29223 "docs": { 29224 "rs": { 29225 "features": [ 29226 "lexer" 29227 ] 29228 } 29229 } 29230 }, 29231 "name": "lalrpop", 29232 "publish": null, 29233 "readme": "README.md", 29234 "repository": "https://github.com/lalrpop/lalrpop", 29235 "rust_version": "1.70", 29236 "source": "registry+https://github.com/rust-lang/crates.io-index", 29237 "targets": [ 29238 { 29239 "crate_types": [ 29240 "lib" 29241 ], 29242 "doc": true, 29243 "doctest": false, 29244 "edition": "2021", 29245 "kind": [ 29246 "lib" 29247 ], 29248 "name": "lalrpop", 29249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.2/src/lib.rs", 29250 "test": true 29251 }, 29252 { 29253 "crate_types": [ 29254 "bin" 29255 ], 29256 "doc": true, 29257 "doctest": false, 29258 "edition": "2021", 29259 "kind": [ 29260 "bin" 29261 ], 29262 "name": "lalrpop", 29263 "required-features": [ 29264 "pico-args" 29265 ], 29266 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.2/src/main.rs", 29267 "test": true 29268 } 29269 ], 29270 "version": "0.20.2" 29271 }, 29272 { 29273 "authors": [ 29274 "Niko Matsakis <[email protected]>" 29275 ], 29276 "categories": [], 29277 "default_run": null, 29278 "dependencies": [ 29279 { 29280 "features": [ 29281 "perf", 29282 "syntax", 29283 "hybrid" 29284 ], 29285 "kind": null, 29286 "name": "regex-automata", 29287 "optional": true, 29288 "registry": null, 29289 "rename": null, 29290 "req": "^0.4", 29291 "source": "registry+https://github.com/rust-lang/crates.io-index", 29292 "target": null, 29293 "uses_default_features": false 29294 } 29295 ], 29296 "description": "Runtime library for parsers generated by LALRPOP", 29297 "documentation": null, 29298 "edition": "2021", 29299 "features": { 29300 "default": [ 29301 "std", 29302 "unicode" 29303 ], 29304 "lexer": [ 29305 "regex-automata/std", 29306 "std" 29307 ], 29308 "regex-automata": [ 29309 "dep:regex-automata" 29310 ], 29311 "std": [], 29312 "unicode": [ 29313 "regex-automata?/unicode" 29314 ] 29315 }, 29316 "homepage": null, 29317 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29318 "keywords": [], 29319 "license": "Apache-2.0 OR MIT", 29320 "license_file": null, 29321 "links": null, 29322 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.2/Cargo.toml", 29323 "metadata": { 29324 "docs": { 29325 "rs": { 29326 "features": [ 29327 "lexer" 29328 ] 29329 } 29330 } 29331 }, 29332 "name": "lalrpop-util", 29333 "publish": null, 29334 "readme": null, 29335 "repository": "https://github.com/lalrpop/lalrpop", 29336 "rust_version": "1.70", 29337 "source": "registry+https://github.com/rust-lang/crates.io-index", 29338 "targets": [ 29339 { 29340 "crate_types": [ 29341 "lib" 29342 ], 29343 "doc": true, 29344 "doctest": true, 29345 "edition": "2021", 29346 "kind": [ 29347 "lib" 29348 ], 29349 "name": "lalrpop_util", 29350 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.2/src/lib.rs", 29351 "test": true 29352 } 29353 ], 29354 "version": "0.20.2" 29355 }, 29356 { 29357 "authors": [ 29358 "Marvin L\u00f6bel <[email protected]>" 29359 ], 29360 "categories": [ 29361 "no-std", 29362 "rust-patterns", 29363 "memory-management" 29364 ], 29365 "default_run": null, 29366 "dependencies": [ 29367 { 29368 "features": [], 29369 "kind": null, 29370 "name": "spin", 29371 "optional": true, 29372 "registry": null, 29373 "rename": null, 29374 "req": "^0.5.0", 29375 "source": "registry+https://github.com/rust-lang/crates.io-index", 29376 "target": null, 29377 "uses_default_features": true 29378 }, 29379 { 29380 "features": [], 29381 "kind": "dev", 29382 "name": "doc-comment", 29383 "optional": false, 29384 "registry": null, 29385 "rename": null, 29386 "req": "^0.3.1", 29387 "source": "registry+https://github.com/rust-lang/crates.io-index", 29388 "target": null, 29389 "uses_default_features": true 29390 } 29391 ], 29392 "description": "A macro for declaring lazily evaluated statics in Rust.", 29393 "documentation": "https://docs.rs/lazy_static", 29394 "edition": "2015", 29395 "features": { 29396 "spin": [ 29397 "dep:spin" 29398 ], 29399 "spin_no_std": [ 29400 "spin" 29401 ] 29402 }, 29403 "homepage": null, 29404 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29405 "keywords": [ 29406 "macro", 29407 "lazy", 29408 "static" 29409 ], 29410 "license": "MIT/Apache-2.0", 29411 "license_file": null, 29412 "links": null, 29413 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", 29414 "metadata": null, 29415 "name": "lazy_static", 29416 "publish": null, 29417 "readme": "README.md", 29418 "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", 29419 "rust_version": null, 29420 "source": "registry+https://github.com/rust-lang/crates.io-index", 29421 "targets": [ 29422 { 29423 "crate_types": [ 29424 "lib" 29425 ], 29426 "doc": true, 29427 "doctest": true, 29428 "edition": "2015", 29429 "kind": [ 29430 "lib" 29431 ], 29432 "name": "lazy_static", 29433 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", 29434 "test": true 29435 }, 29436 { 29437 "crate_types": [ 29438 "bin" 29439 ], 29440 "doc": false, 29441 "doctest": false, 29442 "edition": "2015", 29443 "kind": [ 29444 "test" 29445 ], 29446 "name": "test", 29447 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", 29448 "test": true 29449 }, 29450 { 29451 "crate_types": [ 29452 "bin" 29453 ], 29454 "doc": false, 29455 "doctest": false, 29456 "edition": "2015", 29457 "kind": [ 29458 "test" 29459 ], 29460 "name": "no_std", 29461 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", 29462 "test": true 29463 } 29464 ], 29465 "version": "1.4.0" 29466 }, 29467 { 29468 "authors": [ 29469 "Tobie Morgan Hitchcock <[email protected]>" 29470 ], 29471 "categories": [ 29472 "algorithms", 29473 "text-processing", 29474 "internationalization" 29475 ], 29476 "default_run": null, 29477 "dependencies": [ 29478 { 29479 "features": [], 29480 "kind": null, 29481 "name": "any_ascii", 29482 "optional": false, 29483 "registry": null, 29484 "rename": null, 29485 "req": "^0.3.2", 29486 "source": "registry+https://github.com/rust-lang/crates.io-index", 29487 "target": null, 29488 "uses_default_features": true 29489 } 29490 ], 29491 "description": "Library for comparing and sorting strings lexicographically and naturally", 29492 "documentation": null, 29493 "edition": "2021", 29494 "features": {}, 29495 "homepage": "https://github.com/surrealdb/lexicmp", 29496 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29497 "keywords": [ 29498 "unicode", 29499 "transliteration", 29500 "lexicographical", 29501 "sort", 29502 "emoji" 29503 ], 29504 "license": "MIT OR Apache-2.0", 29505 "license_file": null, 29506 "links": null, 29507 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lexicmp-0.1.0/Cargo.toml", 29508 "metadata": null, 29509 "name": "lexicmp", 29510 "publish": null, 29511 "readme": "README.md", 29512 "repository": "https://github.com/surrealdb/lexicmp", 29513 "rust_version": null, 29514 "source": "registry+https://github.com/rust-lang/crates.io-index", 29515 "targets": [ 29516 { 29517 "crate_types": [ 29518 "lib" 29519 ], 29520 "doc": true, 29521 "doctest": true, 29522 "edition": "2021", 29523 "kind": [ 29524 "lib" 29525 ], 29526 "name": "lexicmp", 29527 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lexicmp-0.1.0/src/lib.rs", 29528 "test": true 29529 } 29530 ], 29531 "version": "0.1.0" 29532 }, 29533 { 29534 "authors": [ 29535 "The Rust Project Developers" 29536 ], 29537 "categories": [ 29538 "external-ffi-bindings", 29539 "no-std", 29540 "os" 29541 ], 29542 "default_run": null, 29543 "dependencies": [ 29544 { 29545 "features": [], 29546 "kind": null, 29547 "name": "rustc-std-workspace-core", 29548 "optional": true, 29549 "registry": null, 29550 "rename": null, 29551 "req": "^1.0.0", 29552 "source": "registry+https://github.com/rust-lang/crates.io-index", 29553 "target": null, 29554 "uses_default_features": true 29555 } 29556 ], 29557 "description": "Raw FFI bindings to platform libraries like libc.\n", 29558 "documentation": "https://docs.rs/libc/", 29559 "edition": "2015", 29560 "features": { 29561 "align": [], 29562 "const-extern-fn": [], 29563 "default": [ 29564 "std" 29565 ], 29566 "extra_traits": [], 29567 "rustc-dep-of-std": [ 29568 "align", 29569 "rustc-std-workspace-core" 29570 ], 29571 "rustc-std-workspace-core": [ 29572 "dep:rustc-std-workspace-core" 29573 ], 29574 "std": [], 29575 "use_std": [ 29576 "std" 29577 ] 29578 }, 29579 "homepage": "https://github.com/rust-lang/libc", 29580 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29581 "keywords": [ 29582 "libc", 29583 "ffi", 29584 "bindings", 29585 "operating", 29586 "system" 29587 ], 29588 "license": "MIT OR Apache-2.0", 29589 "license_file": null, 29590 "links": null, 29591 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/Cargo.toml", 29592 "metadata": { 29593 "docs": { 29594 "rs": { 29595 "cargo-args": [ 29596 "-Zbuild-std=core" 29597 ], 29598 "default-target": "x86_64-unknown-linux-gnu", 29599 "features": [ 29600 "const-extern-fn", 29601 "extra_traits" 29602 ], 29603 "targets": [ 29604 "aarch64-apple-darwin", 29605 "aarch64-apple-ios", 29606 "aarch64-linux-android", 29607 "aarch64-pc-windows-msvc", 29608 "aarch64-unknown-freebsd", 29609 "aarch64-unknown-fuchsia", 29610 "aarch64-unknown-hermit", 29611 "aarch64-unknown-linux-gnu", 29612 "aarch64-unknown-linux-musl", 29613 "aarch64-unknown-netbsd", 29614 "aarch64-unknown-openbsd", 29615 "aarch64-wrs-vxworks", 29616 "arm-linux-androideabi", 29617 "arm-unknown-linux-gnueabi", 29618 "arm-unknown-linux-gnueabihf", 29619 "arm-unknown-linux-musleabi", 29620 "arm-unknown-linux-musleabihf", 29621 "armebv7r-none-eabi", 29622 "armebv7r-none-eabihf", 29623 "armv5te-unknown-linux-gnueabi", 29624 "armv5te-unknown-linux-musleabi", 29625 "armv7-linux-androideabi", 29626 "armv7-unknown-linux-gnueabihf", 29627 "armv7-unknown-linux-musleabihf", 29628 "armv7-wrs-vxworks-eabihf", 29629 "armv7r-none-eabi", 29630 "armv7r-none-eabihf", 29631 "hexagon-unknown-linux-musl", 29632 "i586-pc-windows-msvc", 29633 "i586-unknown-linux-gnu", 29634 "i586-unknown-linux-musl", 29635 "i686-linux-android", 29636 "i686-pc-windows-gnu", 29637 "i686-pc-windows-msvc", 29638 "i686-pc-windows-msvc", 29639 "i686-unknown-freebsd", 29640 "i686-unknown-haiku", 29641 "i686-unknown-linux-gnu", 29642 "i686-unknown-linux-musl", 29643 "i686-unknown-netbsd", 29644 "i686-unknown-openbsd", 29645 "i686-wrs-vxworks", 29646 "mips-unknown-linux-gnu", 29647 "mips-unknown-linux-musl", 29648 "mips64-unknown-linux-gnuabi64", 29649 "mips64-unknown-linux-muslabi64", 29650 "mips64el-unknown-linux-gnuabi64", 29651 "mips64el-unknown-linux-muslabi64", 29652 "mipsel-sony-psp", 29653 "mipsel-unknown-linux-gnu", 29654 "mipsel-unknown-linux-musl", 29655 "nvptx64-nvidia-cuda", 29656 "powerpc-unknown-linux-gnu", 29657 "powerpc-unknown-linux-gnuspe", 29658 "powerpc-unknown-netbsd", 29659 "powerpc-wrs-vxworks", 29660 "powerpc-wrs-vxworks-spe", 29661 "powerpc64-unknown-freebsd", 29662 "powerpc64-unknown-linux-gnu", 29663 "powerpc64-wrs-vxworks", 29664 "powerpc64le-unknown-linux-gnu", 29665 "riscv32gc-unknown-linux-gnu", 29666 "riscv32i-unknown-none-elf", 29667 "riscv32imac-unknown-none-elf", 29668 "riscv32imc-unknown-none-elf", 29669 "riscv64gc-unknown-freebsd", 29670 "riscv64gc-unknown-hermit", 29671 "riscv64gc-unknown-linux-gnu", 29672 "riscv64gc-unknown-linux-musl", 29673 "riscv64gc-unknown-none-elf", 29674 "riscv64imac-unknown-none-elf", 29675 "s390x-unknown-linux-gnu", 29676 "s390x-unknown-linux-musl", 29677 "sparc-unknown-linux-gnu", 29678 "sparc64-unknown-linux-gnu", 29679 "sparc64-unknown-netbsd", 29680 "sparcv9-sun-solaris", 29681 "thumbv6m-none-eabi", 29682 "thumbv7em-none-eabi", 29683 "thumbv7em-none-eabihf", 29684 "thumbv7m-none-eabi", 29685 "thumbv7neon-linux-androideabi", 29686 "thumbv7neon-unknown-linux-gnueabihf", 29687 "wasm32-unknown-emscripten", 29688 "wasm32-unknown-unknown", 29689 "wasm32-wasi", 29690 "x86_64-apple-darwin", 29691 "x86_64-apple-ios", 29692 "x86_64-fortanix-unknown-sgx", 29693 "x86_64-linux-android", 29694 "x86_64-pc-solaris", 29695 "x86_64-pc-windows-gnu", 29696 "x86_64-pc-windows-msvc", 29697 "x86_64-unknown-dragonfly", 29698 "x86_64-unknown-freebsd", 29699 "x86_64-unknown-fuchsia", 29700 "x86_64-unknown-haiku", 29701 "x86_64-unknown-hermit", 29702 "x86_64-unknown-illumos", 29703 "x86_64-unknown-l4re-uclibc", 29704 "x86_64-unknown-linux-gnu", 29705 "x86_64-unknown-linux-gnux32", 29706 "x86_64-unknown-linux-musl", 29707 "x86_64-unknown-netbsd", 29708 "x86_64-unknown-openbsd", 29709 "x86_64-unknown-redox", 29710 "x86_64-wrs-vxworks" 29711 ] 29712 } 29713 } 29714 }, 29715 "name": "libc", 29716 "publish": null, 29717 "readme": "README.md", 29718 "repository": "https://github.com/rust-lang/libc", 29719 "rust_version": null, 29720 "source": "registry+https://github.com/rust-lang/crates.io-index", 29721 "targets": [ 29722 { 29723 "crate_types": [ 29724 "lib" 29725 ], 29726 "doc": true, 29727 "doctest": true, 29728 "edition": "2015", 29729 "kind": [ 29730 "lib" 29731 ], 29732 "name": "libc", 29733 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs", 29734 "test": true 29735 }, 29736 { 29737 "crate_types": [ 29738 "bin" 29739 ], 29740 "doc": false, 29741 "doctest": false, 29742 "edition": "2015", 29743 "kind": [ 29744 "test" 29745 ], 29746 "name": "const_fn", 29747 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/tests/const_fn.rs", 29748 "test": true 29749 }, 29750 { 29751 "crate_types": [ 29752 "bin" 29753 ], 29754 "doc": false, 29755 "doctest": false, 29756 "edition": "2015", 29757 "kind": [ 29758 "custom-build" 29759 ], 29760 "name": "build-script-build", 29761 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs", 29762 "test": false 29763 } 29764 ], 29765 "version": "0.2.153" 29766 }, 29767 { 29768 "authors": [ 29769 "Jorge Aparicio <[email protected]>" 29770 ], 29771 "categories": [ 29772 "no-std" 29773 ], 29774 "default_run": null, 29775 "dependencies": [ 29776 { 29777 "features": [], 29778 "kind": "dev", 29779 "name": "no-panic", 29780 "optional": false, 29781 "registry": null, 29782 "rename": null, 29783 "req": "^0.1.8", 29784 "source": "registry+https://github.com/rust-lang/crates.io-index", 29785 "target": null, 29786 "uses_default_features": true 29787 }, 29788 { 29789 "features": [], 29790 "kind": "build", 29791 "name": "rand", 29792 "optional": true, 29793 "registry": null, 29794 "rename": null, 29795 "req": "^0.6.5", 29796 "source": "registry+https://github.com/rust-lang/crates.io-index", 29797 "target": null, 29798 "uses_default_features": true 29799 } 29800 ], 29801 "description": "libm in pure Rust", 29802 "documentation": "https://docs.rs/libm", 29803 "edition": "2018", 29804 "features": { 29805 "default": [], 29806 "musl-reference-tests": [ 29807 "rand" 29808 ], 29809 "rand": [ 29810 "dep:rand" 29811 ], 29812 "unstable": [] 29813 }, 29814 "homepage": null, 29815 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29816 "keywords": [ 29817 "libm", 29818 "math" 29819 ], 29820 "license": "MIT OR Apache-2.0", 29821 "license_file": null, 29822 "links": null, 29823 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/Cargo.toml", 29824 "metadata": null, 29825 "name": "libm", 29826 "publish": null, 29827 "readme": "README.md", 29828 "repository": "https://github.com/rust-lang/libm", 29829 "rust_version": null, 29830 "source": "registry+https://github.com/rust-lang/crates.io-index", 29831 "targets": [ 29832 { 29833 "crate_types": [ 29834 "lib" 29835 ], 29836 "doc": true, 29837 "doctest": true, 29838 "edition": "2018", 29839 "kind": [ 29840 "lib" 29841 ], 29842 "name": "libm", 29843 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs", 29844 "test": true 29845 }, 29846 { 29847 "crate_types": [ 29848 "bin" 29849 ], 29850 "doc": false, 29851 "doctest": false, 29852 "edition": "2018", 29853 "kind": [ 29854 "custom-build" 29855 ], 29856 "name": "build-script-build", 29857 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs", 29858 "test": false 29859 } 29860 ], 29861 "version": "0.2.8" 29862 }, 29863 { 29864 "authors": [ 29865 "4lDO2 <[email protected]>" 29866 ], 29867 "categories": [], 29868 "default_run": null, 29869 "dependencies": [ 29870 { 29871 "features": [], 29872 "kind": null, 29873 "name": "bitflags", 29874 "optional": false, 29875 "registry": null, 29876 "rename": null, 29877 "req": "^2", 29878 "source": "registry+https://github.com/rust-lang/crates.io-index", 29879 "target": null, 29880 "uses_default_features": true 29881 }, 29882 { 29883 "features": [], 29884 "kind": null, 29885 "name": "ioslice", 29886 "optional": true, 29887 "registry": null, 29888 "rename": null, 29889 "req": "^0.6", 29890 "source": "registry+https://github.com/rust-lang/crates.io-index", 29891 "target": null, 29892 "uses_default_features": true 29893 }, 29894 { 29895 "features": [], 29896 "kind": null, 29897 "name": "libc", 29898 "optional": false, 29899 "registry": null, 29900 "rename": null, 29901 "req": "^0.2", 29902 "source": "registry+https://github.com/rust-lang/crates.io-index", 29903 "target": null, 29904 "uses_default_features": true 29905 }, 29906 { 29907 "features": [], 29908 "kind": null, 29909 "name": "redox_syscall", 29910 "optional": true, 29911 "registry": null, 29912 "rename": null, 29913 "req": "^0.5", 29914 "source": "registry+https://github.com/rust-lang/crates.io-index", 29915 "target": null, 29916 "uses_default_features": true 29917 } 29918 ], 29919 "description": "Redox stable ABI", 29920 "documentation": null, 29921 "edition": "2021", 29922 "features": { 29923 "call": [], 29924 "default": [ 29925 "call", 29926 "std", 29927 "redox_syscall" 29928 ], 29929 "ioslice": [ 29930 "dep:ioslice" 29931 ], 29932 "mkns": [ 29933 "ioslice" 29934 ], 29935 "redox_syscall": [ 29936 "dep:redox_syscall" 29937 ], 29938 "std": [] 29939 }, 29940 "homepage": null, 29941 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 29942 "keywords": [], 29943 "license": "MIT", 29944 "license_file": null, 29945 "links": null, 29946 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/Cargo.toml", 29947 "metadata": null, 29948 "name": "libredox", 29949 "publish": null, 29950 "readme": null, 29951 "repository": "https://gitlab.redox-os.org/redox-os/libredox.git", 29952 "rust_version": null, 29953 "source": "registry+https://github.com/rust-lang/crates.io-index", 29954 "targets": [ 29955 { 29956 "crate_types": [ 29957 "lib" 29958 ], 29959 "doc": true, 29960 "doctest": true, 29961 "edition": "2021", 29962 "kind": [ 29963 "lib" 29964 ], 29965 "name": "libredox", 29966 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs", 29967 "test": true 29968 } 29969 ], 29970 "version": "0.1.3" 29971 }, 29972 { 29973 "authors": [ 29974 "Amanieu d'Antras <[email protected]>" 29975 ], 29976 "categories": [ 29977 "concurrency", 29978 "no-std" 29979 ], 29980 "default_run": null, 29981 "dependencies": [ 29982 { 29983 "features": [], 29984 "kind": null, 29985 "name": "owning_ref", 29986 "optional": true, 29987 "registry": null, 29988 "rename": null, 29989 "req": "^0.4.1", 29990 "source": "registry+https://github.com/rust-lang/crates.io-index", 29991 "target": null, 29992 "uses_default_features": true 29993 }, 29994 { 29995 "features": [], 29996 "kind": null, 29997 "name": "scopeguard", 29998 "optional": false, 29999 "registry": null, 30000 "rename": null, 30001 "req": "^1.1.0", 30002 "source": "registry+https://github.com/rust-lang/crates.io-index", 30003 "target": null, 30004 "uses_default_features": false 30005 }, 30006 { 30007 "features": [], 30008 "kind": null, 30009 "name": "serde", 30010 "optional": true, 30011 "registry": null, 30012 "rename": null, 30013 "req": "^1.0.126", 30014 "source": "registry+https://github.com/rust-lang/crates.io-index", 30015 "target": null, 30016 "uses_default_features": false 30017 }, 30018 { 30019 "features": [], 30020 "kind": "build", 30021 "name": "autocfg", 30022 "optional": false, 30023 "registry": null, 30024 "rename": null, 30025 "req": "^1.1.0", 30026 "source": "registry+https://github.com/rust-lang/crates.io-index", 30027 "target": null, 30028 "uses_default_features": true 30029 } 30030 ], 30031 "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", 30032 "documentation": null, 30033 "edition": "2018", 30034 "features": { 30035 "arc_lock": [], 30036 "atomic_usize": [], 30037 "default": [ 30038 "atomic_usize" 30039 ], 30040 "nightly": [], 30041 "owning_ref": [ 30042 "dep:owning_ref" 30043 ], 30044 "serde": [ 30045 "dep:serde" 30046 ] 30047 }, 30048 "homepage": null, 30049 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30050 "keywords": [ 30051 "mutex", 30052 "rwlock", 30053 "lock", 30054 "no_std" 30055 ], 30056 "license": "MIT OR Apache-2.0", 30057 "license_file": null, 30058 "links": null, 30059 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/Cargo.toml", 30060 "metadata": { 30061 "docs": { 30062 "rs": { 30063 "all-features": true, 30064 "rustdoc-args": [ 30065 "--cfg", 30066 "docsrs", 30067 "--generate-link-to-definition" 30068 ] 30069 } 30070 } 30071 }, 30072 "name": "lock_api", 30073 "publish": null, 30074 "readme": null, 30075 "repository": "https://github.com/Amanieu/parking_lot", 30076 "rust_version": "1.49.0", 30077 "source": "registry+https://github.com/rust-lang/crates.io-index", 30078 "targets": [ 30079 { 30080 "crate_types": [ 30081 "lib" 30082 ], 30083 "doc": true, 30084 "doctest": true, 30085 "edition": "2018", 30086 "kind": [ 30087 "lib" 30088 ], 30089 "name": "lock_api", 30090 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs", 30091 "test": true 30092 }, 30093 { 30094 "crate_types": [ 30095 "bin" 30096 ], 30097 "doc": false, 30098 "doctest": false, 30099 "edition": "2018", 30100 "kind": [ 30101 "custom-build" 30102 ], 30103 "name": "build-script-build", 30104 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/build.rs", 30105 "test": false 30106 } 30107 ], 30108 "version": "0.4.11" 30109 }, 30110 { 30111 "authors": [ 30112 "The Rust Project Developers" 30113 ], 30114 "categories": [ 30115 "development-tools::debugging" 30116 ], 30117 "default_run": null, 30118 "dependencies": [ 30119 { 30120 "features": [], 30121 "kind": null, 30122 "name": "log", 30123 "optional": false, 30124 "registry": null, 30125 "rename": null, 30126 "req": "^0.4", 30127 "source": "registry+https://github.com/rust-lang/crates.io-index", 30128 "target": null, 30129 "uses_default_features": true 30130 } 30131 ], 30132 "description": "A lightweight logging facade for Rust\n", 30133 "documentation": "https://doc.rust-lang.org/log", 30134 "edition": "2015", 30135 "features": { 30136 "default": [ 30137 "use_std" 30138 ], 30139 "max_level_debug": [ 30140 "log/max_level_debug" 30141 ], 30142 "max_level_error": [ 30143 "log/max_level_error" 30144 ], 30145 "max_level_info": [ 30146 "log/max_level_info" 30147 ], 30148 "max_level_off": [ 30149 "log/max_level_off" 30150 ], 30151 "max_level_trace": [ 30152 "log/max_level_trace" 30153 ], 30154 "max_level_warn": [ 30155 "log/max_level_warn" 30156 ], 30157 "nightly": [], 30158 "release_max_level_debug": [ 30159 "log/release_max_level_debug" 30160 ], 30161 "release_max_level_error": [ 30162 "log/release_max_level_error" 30163 ], 30164 "release_max_level_info": [ 30165 "log/release_max_level_info" 30166 ], 30167 "release_max_level_off": [ 30168 "log/release_max_level_off" 30169 ], 30170 "release_max_level_trace": [ 30171 "log/release_max_level_trace" 30172 ], 30173 "release_max_level_warn": [ 30174 "log/release_max_level_warn" 30175 ], 30176 "use_std": [ 30177 "log/std" 30178 ] 30179 }, 30180 "homepage": "https://github.com/rust-lang/log", 30181 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30182 "keywords": [], 30183 "license": "MIT/Apache-2.0", 30184 "license_file": null, 30185 "links": null, 30186 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.3.9/Cargo.toml", 30187 "metadata": null, 30188 "name": "log", 30189 "publish": null, 30190 "readme": "README.md", 30191 "repository": "https://github.com/rust-lang/log", 30192 "rust_version": null, 30193 "source": "registry+https://github.com/rust-lang/crates.io-index", 30194 "targets": [ 30195 { 30196 "crate_types": [ 30197 "lib" 30198 ], 30199 "doc": true, 30200 "doctest": false, 30201 "edition": "2015", 30202 "kind": [ 30203 "lib" 30204 ], 30205 "name": "log", 30206 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.3.9/src/lib.rs", 30207 "test": true 30208 } 30209 ], 30210 "version": "0.3.9" 30211 }, 30212 { 30213 "authors": [ 30214 "The Rust Project Developers" 30215 ], 30216 "categories": [ 30217 "development-tools::debugging" 30218 ], 30219 "default_run": null, 30220 "dependencies": [ 30221 { 30222 "features": [], 30223 "kind": null, 30224 "name": "serde", 30225 "optional": true, 30226 "registry": null, 30227 "rename": null, 30228 "req": "^1.0", 30229 "source": "registry+https://github.com/rust-lang/crates.io-index", 30230 "target": null, 30231 "uses_default_features": false 30232 }, 30233 { 30234 "features": [], 30235 "kind": null, 30236 "name": "sval", 30237 "optional": true, 30238 "registry": null, 30239 "rename": null, 30240 "req": "^2.1", 30241 "source": "registry+https://github.com/rust-lang/crates.io-index", 30242 "target": null, 30243 "uses_default_features": false 30244 }, 30245 { 30246 "features": [], 30247 "kind": null, 30248 "name": "sval_ref", 30249 "optional": true, 30250 "registry": null, 30251 "rename": null, 30252 "req": "^2.1", 30253 "source": "registry+https://github.com/rust-lang/crates.io-index", 30254 "target": null, 30255 "uses_default_features": false 30256 }, 30257 { 30258 "features": [ 30259 "inline-i128" 30260 ], 30261 "kind": null, 30262 "name": "value-bag", 30263 "optional": true, 30264 "registry": null, 30265 "rename": null, 30266 "req": "^1.7", 30267 "source": "registry+https://github.com/rust-lang/crates.io-index", 30268 "target": null, 30269 "uses_default_features": false 30270 }, 30271 { 30272 "features": [], 30273 "kind": "dev", 30274 "name": "proc-macro2", 30275 "optional": false, 30276 "registry": null, 30277 "rename": null, 30278 "req": "^1.0.63", 30279 "source": "registry+https://github.com/rust-lang/crates.io-index", 30280 "target": null, 30281 "uses_default_features": false 30282 }, 30283 { 30284 "features": [ 30285 "derive" 30286 ], 30287 "kind": "dev", 30288 "name": "serde", 30289 "optional": false, 30290 "registry": null, 30291 "rename": null, 30292 "req": "^1.0", 30293 "source": "registry+https://github.com/rust-lang/crates.io-index", 30294 "target": null, 30295 "uses_default_features": true 30296 }, 30297 { 30298 "features": [], 30299 "kind": "dev", 30300 "name": "serde_json", 30301 "optional": false, 30302 "registry": null, 30303 "rename": null, 30304 "req": "^1.0", 30305 "source": "registry+https://github.com/rust-lang/crates.io-index", 30306 "target": null, 30307 "uses_default_features": true 30308 }, 30309 { 30310 "features": [], 30311 "kind": "dev", 30312 "name": "serde_test", 30313 "optional": false, 30314 "registry": null, 30315 "rename": null, 30316 "req": "^1.0", 30317 "source": "registry+https://github.com/rust-lang/crates.io-index", 30318 "target": null, 30319 "uses_default_features": true 30320 }, 30321 { 30322 "features": [], 30323 "kind": "dev", 30324 "name": "sval", 30325 "optional": false, 30326 "registry": null, 30327 "rename": null, 30328 "req": "^2.1", 30329 "source": "registry+https://github.com/rust-lang/crates.io-index", 30330 "target": null, 30331 "uses_default_features": true 30332 }, 30333 { 30334 "features": [], 30335 "kind": "dev", 30336 "name": "sval_derive", 30337 "optional": false, 30338 "registry": null, 30339 "rename": null, 30340 "req": "^2.1", 30341 "source": "registry+https://github.com/rust-lang/crates.io-index", 30342 "target": null, 30343 "uses_default_features": true 30344 }, 30345 { 30346 "features": [ 30347 "test" 30348 ], 30349 "kind": "dev", 30350 "name": "value-bag", 30351 "optional": false, 30352 "registry": null, 30353 "rename": null, 30354 "req": "^1.7", 30355 "source": "registry+https://github.com/rust-lang/crates.io-index", 30356 "target": null, 30357 "uses_default_features": true 30358 } 30359 ], 30360 "description": "A lightweight logging facade for Rust\n", 30361 "documentation": "https://docs.rs/log", 30362 "edition": "2021", 30363 "features": { 30364 "kv": [], 30365 "kv_serde": [ 30366 "kv_std", 30367 "value-bag/serde", 30368 "serde" 30369 ], 30370 "kv_std": [ 30371 "std", 30372 "kv", 30373 "value-bag/error" 30374 ], 30375 "kv_sval": [ 30376 "kv", 30377 "value-bag/sval", 30378 "sval", 30379 "sval_ref" 30380 ], 30381 "kv_unstable": [ 30382 "kv", 30383 "value-bag" 30384 ], 30385 "kv_unstable_serde": [ 30386 "kv_serde", 30387 "kv_unstable_std" 30388 ], 30389 "kv_unstable_std": [ 30390 "kv_std", 30391 "kv_unstable" 30392 ], 30393 "kv_unstable_sval": [ 30394 "kv_sval", 30395 "kv_unstable" 30396 ], 30397 "max_level_debug": [], 30398 "max_level_error": [], 30399 "max_level_info": [], 30400 "max_level_off": [], 30401 "max_level_trace": [], 30402 "max_level_warn": [], 30403 "release_max_level_debug": [], 30404 "release_max_level_error": [], 30405 "release_max_level_info": [], 30406 "release_max_level_off": [], 30407 "release_max_level_trace": [], 30408 "release_max_level_warn": [], 30409 "serde": [ 30410 "dep:serde" 30411 ], 30412 "std": [], 30413 "sval": [ 30414 "dep:sval" 30415 ], 30416 "sval_ref": [ 30417 "dep:sval_ref" 30418 ], 30419 "value-bag": [ 30420 "dep:value-bag" 30421 ] 30422 }, 30423 "homepage": null, 30424 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30425 "keywords": [ 30426 "logging" 30427 ], 30428 "license": "MIT OR Apache-2.0", 30429 "license_file": null, 30430 "links": null, 30431 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/Cargo.toml", 30432 "metadata": { 30433 "docs": { 30434 "rs": { 30435 "features": [ 30436 "std", 30437 "serde", 30438 "kv_std", 30439 "kv_sval", 30440 "kv_serde" 30441 ] 30442 } 30443 } 30444 }, 30445 "name": "log", 30446 "publish": null, 30447 "readme": "README.md", 30448 "repository": "https://github.com/rust-lang/log", 30449 "rust_version": "1.60.0", 30450 "source": "registry+https://github.com/rust-lang/crates.io-index", 30451 "targets": [ 30452 { 30453 "crate_types": [ 30454 "lib" 30455 ], 30456 "doc": true, 30457 "doctest": true, 30458 "edition": "2021", 30459 "kind": [ 30460 "lib" 30461 ], 30462 "name": "log", 30463 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs", 30464 "test": true 30465 }, 30466 { 30467 "crate_types": [ 30468 "bin" 30469 ], 30470 "doc": false, 30471 "doctest": false, 30472 "edition": "2021", 30473 "kind": [ 30474 "test" 30475 ], 30476 "name": "filters", 30477 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs", 30478 "test": true 30479 }, 30480 { 30481 "crate_types": [ 30482 "bin" 30483 ], 30484 "doc": false, 30485 "doctest": false, 30486 "edition": "2021", 30487 "kind": [ 30488 "test" 30489 ], 30490 "name": "macros", 30491 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs", 30492 "test": true 30493 }, 30494 { 30495 "crate_types": [ 30496 "bin" 30497 ], 30498 "doc": false, 30499 "doctest": false, 30500 "edition": "2021", 30501 "kind": [ 30502 "bench" 30503 ], 30504 "name": "value", 30505 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs", 30506 "test": false 30507 } 30508 ], 30509 "version": "0.4.21" 30510 }, 30511 { 30512 "authors": [ 30513 "RustCrypto Developers" 30514 ], 30515 "categories": [ 30516 "cryptography", 30517 "no-std" 30518 ], 30519 "default_run": null, 30520 "dependencies": [ 30521 { 30522 "features": [], 30523 "kind": null, 30524 "name": "cfg-if", 30525 "optional": false, 30526 "registry": null, 30527 "rename": null, 30528 "req": "^1.0", 30529 "source": "registry+https://github.com/rust-lang/crates.io-index", 30530 "target": null, 30531 "uses_default_features": true 30532 }, 30533 { 30534 "features": [], 30535 "kind": null, 30536 "name": "digest", 30537 "optional": false, 30538 "registry": null, 30539 "rename": null, 30540 "req": "^0.10.7", 30541 "source": "registry+https://github.com/rust-lang/crates.io-index", 30542 "target": null, 30543 "uses_default_features": true 30544 }, 30545 { 30546 "features": [ 30547 "dev" 30548 ], 30549 "kind": "dev", 30550 "name": "digest", 30551 "optional": false, 30552 "registry": null, 30553 "rename": null, 30554 "req": "^0.10.7", 30555 "source": "registry+https://github.com/rust-lang/crates.io-index", 30556 "target": null, 30557 "uses_default_features": true 30558 }, 30559 { 30560 "features": [], 30561 "kind": "dev", 30562 "name": "hex-literal", 30563 "optional": false, 30564 "registry": null, 30565 "rename": null, 30566 "req": "^0.2.2", 30567 "source": "registry+https://github.com/rust-lang/crates.io-index", 30568 "target": null, 30569 "uses_default_features": true 30570 }, 30571 { 30572 "features": [], 30573 "kind": null, 30574 "name": "md5-asm", 30575 "optional": true, 30576 "registry": null, 30577 "rename": null, 30578 "req": "^0.5", 30579 "source": "registry+https://github.com/rust-lang/crates.io-index", 30580 "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))", 30581 "uses_default_features": true 30582 } 30583 ], 30584 "description": "MD5 hash function", 30585 "documentation": "https://docs.rs/md-5", 30586 "edition": "2018", 30587 "features": { 30588 "asm": [ 30589 "md5-asm" 30590 ], 30591 "default": [ 30592 "std" 30593 ], 30594 "force-soft": [], 30595 "loongarch64_asm": [], 30596 "md5-asm": [ 30597 "dep:md5-asm" 30598 ], 30599 "oid": [ 30600 "digest/oid" 30601 ], 30602 "std": [ 30603 "digest/std" 30604 ] 30605 }, 30606 "homepage": null, 30607 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30608 "keywords": [ 30609 "crypto", 30610 "md5", 30611 "hash", 30612 "digest" 30613 ], 30614 "license": "MIT OR Apache-2.0", 30615 "license_file": null, 30616 "links": null, 30617 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/Cargo.toml", 30618 "metadata": null, 30619 "name": "md-5", 30620 "publish": null, 30621 "readme": "README.md", 30622 "repository": "https://github.com/RustCrypto/hashes", 30623 "rust_version": null, 30624 "source": "registry+https://github.com/rust-lang/crates.io-index", 30625 "targets": [ 30626 { 30627 "crate_types": [ 30628 "lib" 30629 ], 30630 "doc": true, 30631 "doctest": true, 30632 "edition": "2018", 30633 "kind": [ 30634 "lib" 30635 ], 30636 "name": "md5", 30637 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs", 30638 "test": true 30639 }, 30640 { 30641 "crate_types": [ 30642 "bin" 30643 ], 30644 "doc": false, 30645 "doctest": false, 30646 "edition": "2018", 30647 "kind": [ 30648 "test" 30649 ], 30650 "name": "mod", 30651 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/tests/mod.rs", 30652 "test": true 30653 }, 30654 { 30655 "crate_types": [ 30656 "bin" 30657 ], 30658 "doc": false, 30659 "doctest": false, 30660 "edition": "2018", 30661 "kind": [ 30662 "bench" 30663 ], 30664 "name": "mod", 30665 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/benches/mod.rs", 30666 "test": false 30667 } 30668 ], 30669 "version": "0.10.6" 30670 }, 30671 { 30672 "authors": [ 30673 "Andrew Gallant <[email protected]>", 30674 "bluss" 30675 ], 30676 "categories": [], 30677 "default_run": null, 30678 "dependencies": [ 30679 { 30680 "features": [], 30681 "kind": null, 30682 "name": "compiler_builtins", 30683 "optional": true, 30684 "registry": null, 30685 "rename": null, 30686 "req": "^0.1.2", 30687 "source": "registry+https://github.com/rust-lang/crates.io-index", 30688 "target": null, 30689 "uses_default_features": true 30690 }, 30691 { 30692 "features": [], 30693 "kind": null, 30694 "name": "rustc-std-workspace-core", 30695 "optional": true, 30696 "registry": null, 30697 "rename": "core", 30698 "req": "^1.0.0", 30699 "source": "registry+https://github.com/rust-lang/crates.io-index", 30700 "target": null, 30701 "uses_default_features": true 30702 }, 30703 { 30704 "features": [], 30705 "kind": null, 30706 "name": "log", 30707 "optional": true, 30708 "registry": null, 30709 "rename": null, 30710 "req": "^0.4.20", 30711 "source": "registry+https://github.com/rust-lang/crates.io-index", 30712 "target": null, 30713 "uses_default_features": true 30714 }, 30715 { 30716 "features": [], 30717 "kind": "dev", 30718 "name": "quickcheck", 30719 "optional": false, 30720 "registry": null, 30721 "rename": null, 30722 "req": "^1.0.3", 30723 "source": "registry+https://github.com/rust-lang/crates.io-index", 30724 "target": null, 30725 "uses_default_features": false 30726 } 30727 ], 30728 "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n", 30729 "documentation": "https://docs.rs/memchr/", 30730 "edition": "2021", 30731 "features": { 30732 "alloc": [], 30733 "compiler_builtins": [ 30734 "dep:compiler_builtins" 30735 ], 30736 "core": [ 30737 "dep:core" 30738 ], 30739 "default": [ 30740 "std" 30741 ], 30742 "libc": [], 30743 "logging": [ 30744 "dep:log" 30745 ], 30746 "rustc-dep-of-std": [ 30747 "core", 30748 "compiler_builtins" 30749 ], 30750 "std": [ 30751 "alloc" 30752 ], 30753 "use_std": [ 30754 "std" 30755 ] 30756 }, 30757 "homepage": "https://github.com/BurntSushi/memchr", 30758 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 30759 "keywords": [ 30760 "memchr", 30761 "memmem", 30762 "substring", 30763 "find", 30764 "search" 30765 ], 30766 "license": "Unlicense OR MIT", 30767 "license_file": null, 30768 "links": null, 30769 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml", 30770 "metadata": { 30771 "docs": { 30772 "rs": { 30773 "rustdoc-args": [ 30774 "--generate-link-to-definition" 30775 ] 30776 } 30777 } 30778 }, 30779 "name": "memchr", 30780 "publish": null, 30781 "readme": "README.md", 30782 "repository": "https://github.com/BurntSushi/memchr", 30783 "rust_version": "1.61", 30784 "source": "registry+https://github.com/rust-lang/crates.io-index", 30785 "targets": [ 30786 { 30787 "crate_types": [ 30788 "lib" 30789 ], 30790 "doc": true, 30791 "doctest": true, 30792 "edition": "2021", 30793 "kind": [ 30794 "lib" 30795 ], 30796 "name": "memchr", 30797 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs", 30798 "test": true 30799 } 30800 ], 30801 "version": "2.7.2" 30802 }, 30803 { 30804 "authors": [ 30805 "Kat March\u00e1n <[email protected]>" 30806 ], 30807 "categories": [ 30808 "rust-patterns" 30809 ], 30810 "default_run": null, 30811 "dependencies": [ 30812 { 30813 "features": [], 30814 "kind": null, 30815 "name": "backtrace", 30816 "optional": true, 30817 "registry": null, 30818 "rename": null, 30819 "req": "^0.3.61", 30820 "source": "registry+https://github.com/rust-lang/crates.io-index", 30821 "target": null, 30822 "uses_default_features": true 30823 }, 30824 { 30825 "features": [], 30826 "kind": null, 30827 "name": "backtrace-ext", 30828 "optional": true, 30829 "registry": null, 30830 "rename": null, 30831 "req": "^0.2.1", 30832 "source": "registry+https://github.com/rust-lang/crates.io-index", 30833 "target": null, 30834 "uses_default_features": true 30835 }, 30836 { 30837 "features": [], 30838 "kind": null, 30839 "name": "is-terminal", 30840 "optional": true, 30841 "registry": null, 30842 "rename": null, 30843 "req": "^0.4.0", 30844 "source": "registry+https://github.com/rust-lang/crates.io-index", 30845 "target": null, 30846 "uses_default_features": true 30847 }, 30848 { 30849 "features": [], 30850 "kind": null, 30851 "name": "miette-derive", 30852 "optional": false, 30853 "registry": null, 30854 "rename": null, 30855 "req": "=5.10.0", 30856 "source": "registry+https://github.com/rust-lang/crates.io-index", 30857 "target": null, 30858 "uses_default_features": true 30859 }, 30860 { 30861 "features": [], 30862 "kind": null, 30863 "name": "once_cell", 30864 "optional": false, 30865 "registry": null, 30866 "rename": null, 30867 "req": "^1.8.0", 30868 "source": "registry+https://github.com/rust-lang/crates.io-index", 30869 "target": null, 30870 "uses_default_features": true 30871 }, 30872 { 30873 "features": [], 30874 "kind": null, 30875 "name": "owo-colors", 30876 "optional": true, 30877 "registry": null, 30878 "rename": null, 30879 "req": "^3.0.0", 30880 "source": "registry+https://github.com/rust-lang/crates.io-index", 30881 "target": null, 30882 "uses_default_features": true 30883 }, 30884 { 30885 "features": [ 30886 "derive" 30887 ], 30888 "kind": null, 30889 "name": "serde", 30890 "optional": true, 30891 "registry": null, 30892 "rename": null, 30893 "req": "^1.0.162", 30894 "source": "registry+https://github.com/rust-lang/crates.io-index", 30895 "target": null, 30896 "uses_default_features": true 30897 }, 30898 { 30899 "features": [], 30900 "kind": null, 30901 "name": "supports-color", 30902 "optional": true, 30903 "registry": null, 30904 "rename": null, 30905 "req": "^2.0.0", 30906 "source": "registry+https://github.com/rust-lang/crates.io-index", 30907 "target": null, 30908 "uses_default_features": true 30909 }, 30910 { 30911 "features": [], 30912 "kind": null, 30913 "name": "supports-hyperlinks", 30914 "optional": true, 30915 "registry": null, 30916 "rename": null, 30917 "req": "^2.0.0", 30918 "source": "registry+https://github.com/rust-lang/crates.io-index", 30919 "target": null, 30920 "uses_default_features": true 30921 }, 30922 { 30923 "features": [], 30924 "kind": null, 30925 "name": "supports-unicode", 30926 "optional": true, 30927 "registry": null, 30928 "rename": null, 30929 "req": "^2.0.0", 30930 "source": "registry+https://github.com/rust-lang/crates.io-index", 30931 "target": null, 30932 "uses_default_features": true 30933 }, 30934 { 30935 "features": [], 30936 "kind": null, 30937 "name": "terminal_size", 30938 "optional": true, 30939 "registry": null, 30940 "rename": null, 30941 "req": "^0.1.17", 30942 "source": "registry+https://github.com/rust-lang/crates.io-index", 30943 "target": null, 30944 "uses_default_features": true 30945 }, 30946 { 30947 "features": [], 30948 "kind": null, 30949 "name": "textwrap", 30950 "optional": true, 30951 "registry": null, 30952 "rename": null, 30953 "req": "^0.15.0", 30954 "source": "registry+https://github.com/rust-lang/crates.io-index", 30955 "target": null, 30956 "uses_default_features": true 30957 }, 30958 { 30959 "features": [], 30960 "kind": null, 30961 "name": "thiserror", 30962 "optional": false, 30963 "registry": null, 30964 "rename": null, 30965 "req": "^1.0.40", 30966 "source": "registry+https://github.com/rust-lang/crates.io-index", 30967 "target": null, 30968 "uses_default_features": true 30969 }, 30970 { 30971 "features": [], 30972 "kind": null, 30973 "name": "unicode-width", 30974 "optional": false, 30975 "registry": null, 30976 "rename": null, 30977 "req": "^0.1.9", 30978 "source": "registry+https://github.com/rust-lang/crates.io-index", 30979 "target": null, 30980 "uses_default_features": true 30981 }, 30982 { 30983 "features": [], 30984 "kind": "dev", 30985 "name": "futures", 30986 "optional": false, 30987 "registry": null, 30988 "rename": null, 30989 "req": "^0.3", 30990 "source": "registry+https://github.com/rust-lang/crates.io-index", 30991 "target": null, 30992 "uses_default_features": false 30993 }, 30994 { 30995 "features": [], 30996 "kind": "dev", 30997 "name": "indenter", 30998 "optional": false, 30999 "registry": null, 31000 "rename": null, 31001 "req": "^0.3.0", 31002 "source": "registry+https://github.com/rust-lang/crates.io-index", 31003 "target": null, 31004 "uses_default_features": true 31005 }, 31006 { 31007 "features": [], 31008 "kind": "dev", 31009 "name": "lazy_static", 31010 "optional": false, 31011 "registry": null, 31012 "rename": null, 31013 "req": "^1.4", 31014 "source": "registry+https://github.com/rust-lang/crates.io-index", 31015 "target": null, 31016 "uses_default_features": true 31017 }, 31018 { 31019 "features": [], 31020 "kind": "dev", 31021 "name": "regex", 31022 "optional": false, 31023 "registry": null, 31024 "rename": null, 31025 "req": "^1.5", 31026 "source": "registry+https://github.com/rust-lang/crates.io-index", 31027 "target": null, 31028 "uses_default_features": true 31029 }, 31030 { 31031 "features": [], 31032 "kind": "dev", 31033 "name": "rustversion", 31034 "optional": false, 31035 "registry": null, 31036 "rename": null, 31037 "req": "^1.0", 31038 "source": "registry+https://github.com/rust-lang/crates.io-index", 31039 "target": null, 31040 "uses_default_features": true 31041 }, 31042 { 31043 "features": [], 31044 "kind": "dev", 31045 "name": "semver", 31046 "optional": false, 31047 "registry": null, 31048 "rename": null, 31049 "req": "^1.0.4", 31050 "source": "registry+https://github.com/rust-lang/crates.io-index", 31051 "target": null, 31052 "uses_default_features": true 31053 }, 31054 { 31055 "features": [], 31056 "kind": "dev", 31057 "name": "serde_json", 31058 "optional": false, 31059 "registry": null, 31060 "rename": null, 31061 "req": "^1.0.64", 31062 "source": "registry+https://github.com/rust-lang/crates.io-index", 31063 "target": null, 31064 "uses_default_features": true 31065 }, 31066 { 31067 "features": [ 31068 "full" 31069 ], 31070 "kind": "dev", 31071 "name": "syn", 31072 "optional": false, 31073 "registry": null, 31074 "rename": null, 31075 "req": "^2.0", 31076 "source": "registry+https://github.com/rust-lang/crates.io-index", 31077 "target": null, 31078 "uses_default_features": true 31079 }, 31080 { 31081 "features": [ 31082 "diff" 31083 ], 31084 "kind": "dev", 31085 "name": "trybuild", 31086 "optional": false, 31087 "registry": null, 31088 "rename": null, 31089 "req": "^1.0.19", 31090 "source": "registry+https://github.com/rust-lang/crates.io-index", 31091 "target": null, 31092 "uses_default_features": true 31093 } 31094 ], 31095 "description": "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers.", 31096 "documentation": "https://docs.rs/miette", 31097 "edition": "2018", 31098 "features": { 31099 "backtrace": [ 31100 "dep:backtrace" 31101 ], 31102 "backtrace-ext": [ 31103 "dep:backtrace-ext" 31104 ], 31105 "default": [], 31106 "fancy": [ 31107 "fancy-no-backtrace", 31108 "backtrace", 31109 "backtrace-ext" 31110 ], 31111 "fancy-no-backtrace": [ 31112 "owo-colors", 31113 "is-terminal", 31114 "textwrap", 31115 "terminal_size", 31116 "supports-hyperlinks", 31117 "supports-color", 31118 "supports-unicode" 31119 ], 31120 "is-terminal": [ 31121 "dep:is-terminal" 31122 ], 31123 "no-format-args-capture": [], 31124 "owo-colors": [ 31125 "dep:owo-colors" 31126 ], 31127 "serde": [ 31128 "dep:serde" 31129 ], 31130 "supports-color": [ 31131 "dep:supports-color" 31132 ], 31133 "supports-hyperlinks": [ 31134 "dep:supports-hyperlinks" 31135 ], 31136 "supports-unicode": [ 31137 "dep:supports-unicode" 31138 ], 31139 "terminal_size": [ 31140 "dep:terminal_size" 31141 ], 31142 "textwrap": [ 31143 "dep:textwrap" 31144 ] 31145 }, 31146 "homepage": null, 31147 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31148 "keywords": [], 31149 "license": "Apache-2.0", 31150 "license_file": null, 31151 "links": null, 31152 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miette-5.10.0/Cargo.toml", 31153 "metadata": { 31154 "docs": { 31155 "rs": { 31156 "all-features": true 31157 } 31158 } 31159 }, 31160 "name": "miette", 31161 "publish": null, 31162 "readme": "README.md", 31163 "repository": "https://github.com/zkat/miette", 31164 "rust_version": "1.56.0", 31165 "source": "registry+https://github.com/rust-lang/crates.io-index", 31166 "targets": [ 31167 { 31168 "crate_types": [ 31169 "lib" 31170 ], 31171 "doc": true, 31172 "doctest": true, 31173 "edition": "2018", 31174 "kind": [ 31175 "lib" 31176 ], 31177 "name": "miette", 31178 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miette-5.10.0/src/lib.rs", 31179 "test": true 31180 } 31181 ], 31182 "version": "5.10.0" 31183 }, 31184 { 31185 "authors": [ 31186 "Kat March\u00e1n <[email protected]>" 31187 ], 31188 "categories": [], 31189 "default_run": null, 31190 "dependencies": [ 31191 { 31192 "features": [], 31193 "kind": null, 31194 "name": "proc-macro2", 31195 "optional": false, 31196 "registry": null, 31197 "rename": null, 31198 "req": "^1.0", 31199 "source": "registry+https://github.com/rust-lang/crates.io-index", 31200 "target": null, 31201 "uses_default_features": true 31202 }, 31203 { 31204 "features": [], 31205 "kind": null, 31206 "name": "quote", 31207 "optional": false, 31208 "registry": null, 31209 "rename": null, 31210 "req": "^1.0", 31211 "source": "registry+https://github.com/rust-lang/crates.io-index", 31212 "target": null, 31213 "uses_default_features": true 31214 }, 31215 { 31216 "features": [], 31217 "kind": null, 31218 "name": "syn", 31219 "optional": false, 31220 "registry": null, 31221 "rename": null, 31222 "req": "^2.0.11", 31223 "source": "registry+https://github.com/rust-lang/crates.io-index", 31224 "target": null, 31225 "uses_default_features": true 31226 } 31227 ], 31228 "description": "Derive macros for miette. Like `thiserror` for Diagnostics.", 31229 "documentation": null, 31230 "edition": "2018", 31231 "features": {}, 31232 "homepage": null, 31233 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31234 "keywords": [], 31235 "license": "Apache-2.0", 31236 "license_file": null, 31237 "links": null, 31238 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miette-derive-5.10.0/Cargo.toml", 31239 "metadata": null, 31240 "name": "miette-derive", 31241 "publish": null, 31242 "readme": null, 31243 "repository": "https://github.com/zkat/miette", 31244 "rust_version": null, 31245 "source": "registry+https://github.com/rust-lang/crates.io-index", 31246 "targets": [ 31247 { 31248 "crate_types": [ 31249 "proc-macro" 31250 ], 31251 "doc": true, 31252 "doctest": true, 31253 "edition": "2018", 31254 "kind": [ 31255 "proc-macro" 31256 ], 31257 "name": "miette_derive", 31258 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miette-derive-5.10.0/src/lib.rs", 31259 "test": true 31260 } 31261 ], 31262 "version": "5.10.0" 31263 }, 31264 { 31265 "authors": [ 31266 "Sean McArthur <[email protected]>" 31267 ], 31268 "categories": [], 31269 "default_run": null, 31270 "dependencies": [], 31271 "description": "Strongly Typed Mimes", 31272 "documentation": "https://docs.rs/mime", 31273 "edition": "2015", 31274 "features": {}, 31275 "homepage": null, 31276 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31277 "keywords": [ 31278 "mime", 31279 "media-extensions", 31280 "media-types" 31281 ], 31282 "license": "MIT OR Apache-2.0", 31283 "license_file": null, 31284 "links": null, 31285 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/Cargo.toml", 31286 "metadata": null, 31287 "name": "mime", 31288 "publish": null, 31289 "readme": "README.md", 31290 "repository": "https://github.com/hyperium/mime", 31291 "rust_version": null, 31292 "source": "registry+https://github.com/rust-lang/crates.io-index", 31293 "targets": [ 31294 { 31295 "crate_types": [ 31296 "lib" 31297 ], 31298 "doc": true, 31299 "doctest": true, 31300 "edition": "2015", 31301 "kind": [ 31302 "lib" 31303 ], 31304 "name": "mime", 31305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs", 31306 "test": true 31307 }, 31308 { 31309 "crate_types": [ 31310 "bin" 31311 ], 31312 "doc": false, 31313 "doctest": false, 31314 "edition": "2015", 31315 "kind": [ 31316 "bench" 31317 ], 31318 "name": "fmt", 31319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/fmt.rs", 31320 "test": false 31321 }, 31322 { 31323 "crate_types": [ 31324 "bin" 31325 ], 31326 "doc": false, 31327 "doctest": false, 31328 "edition": "2015", 31329 "kind": [ 31330 "bench" 31331 ], 31332 "name": "parse", 31333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/parse.rs", 31334 "test": false 31335 }, 31336 { 31337 "crate_types": [ 31338 "bin" 31339 ], 31340 "doc": false, 31341 "doctest": false, 31342 "edition": "2015", 31343 "kind": [ 31344 "bench" 31345 ], 31346 "name": "cmp", 31347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/cmp.rs", 31348 "test": false 31349 } 31350 ], 31351 "version": "0.3.17" 31352 }, 31353 { 31354 "authors": [ 31355 "Austin Bonander <[email protected]>" 31356 ], 31357 "categories": [], 31358 "default_run": null, 31359 "dependencies": [ 31360 { 31361 "features": [], 31362 "kind": null, 31363 "name": "mime", 31364 "optional": false, 31365 "registry": null, 31366 "rename": null, 31367 "req": "^0.3", 31368 "source": "registry+https://github.com/rust-lang/crates.io-index", 31369 "target": null, 31370 "uses_default_features": true 31371 }, 31372 { 31373 "features": [], 31374 "kind": null, 31375 "name": "unicase", 31376 "optional": false, 31377 "registry": null, 31378 "rename": null, 31379 "req": "^2.4.0", 31380 "source": "registry+https://github.com/rust-lang/crates.io-index", 31381 "target": null, 31382 "uses_default_features": true 31383 }, 31384 { 31385 "features": [], 31386 "kind": "dev", 31387 "name": "criterion", 31388 "optional": false, 31389 "registry": null, 31390 "rename": null, 31391 "req": "^0.3", 31392 "source": "registry+https://github.com/rust-lang/crates.io-index", 31393 "target": null, 31394 "uses_default_features": true 31395 }, 31396 { 31397 "features": [], 31398 "kind": "build", 31399 "name": "unicase", 31400 "optional": false, 31401 "registry": null, 31402 "rename": null, 31403 "req": "^2.4.0", 31404 "source": "registry+https://github.com/rust-lang/crates.io-index", 31405 "target": null, 31406 "uses_default_features": true 31407 } 31408 ], 31409 "description": "A simple crate for detection of a file's MIME type by its extension.", 31410 "documentation": "https://docs.rs/mime_guess/", 31411 "edition": "2015", 31412 "features": { 31413 "default": [ 31414 "rev-mappings" 31415 ], 31416 "rev-mappings": [] 31417 }, 31418 "homepage": null, 31419 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31420 "keywords": [ 31421 "mime", 31422 "filesystem", 31423 "extension" 31424 ], 31425 "license": "MIT", 31426 "license_file": null, 31427 "links": null, 31428 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/Cargo.toml", 31429 "metadata": null, 31430 "name": "mime_guess", 31431 "publish": null, 31432 "readme": "README.md", 31433 "repository": "https://github.com/abonander/mime_guess", 31434 "rust_version": null, 31435 "source": "registry+https://github.com/rust-lang/crates.io-index", 31436 "targets": [ 31437 { 31438 "crate_types": [ 31439 "lib" 31440 ], 31441 "doc": true, 31442 "doctest": true, 31443 "edition": "2015", 31444 "kind": [ 31445 "lib" 31446 ], 31447 "name": "mime_guess", 31448 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs", 31449 "test": true 31450 }, 31451 { 31452 "crate_types": [ 31453 "bin" 31454 ], 31455 "doc": false, 31456 "doctest": false, 31457 "edition": "2015", 31458 "kind": [ 31459 "example" 31460 ], 31461 "name": "rev_map", 31462 "required-features": [ 31463 "rev-mappings" 31464 ], 31465 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/examples/rev_map.rs", 31466 "test": false 31467 }, 31468 { 31469 "crate_types": [ 31470 "bin" 31471 ], 31472 "doc": false, 31473 "doctest": false, 31474 "edition": "2015", 31475 "kind": [ 31476 "bench" 31477 ], 31478 "name": "benchmark", 31479 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/benches/benchmark.rs", 31480 "test": false 31481 }, 31482 { 31483 "crate_types": [ 31484 "bin" 31485 ], 31486 "doc": false, 31487 "doctest": false, 31488 "edition": "2015", 31489 "kind": [ 31490 "custom-build" 31491 ], 31492 "name": "build-script-build", 31493 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs", 31494 "test": false 31495 } 31496 ], 31497 "version": "2.0.4" 31498 }, 31499 { 31500 "authors": [ 31501 "Alex Huszagh <[email protected]>" 31502 ], 31503 "categories": [ 31504 "parsing", 31505 "no-std" 31506 ], 31507 "default_run": null, 31508 "dependencies": [], 31509 "description": "Fast float parsing conversion routines.", 31510 "documentation": "https://docs.rs/minimal-lexical", 31511 "edition": "2018", 31512 "features": { 31513 "alloc": [], 31514 "compact": [], 31515 "default": [ 31516 "std" 31517 ], 31518 "lint": [], 31519 "nightly": [], 31520 "std": [] 31521 }, 31522 "homepage": null, 31523 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31524 "keywords": [ 31525 "parsing", 31526 "no_std" 31527 ], 31528 "license": "MIT/Apache-2.0", 31529 "license_file": null, 31530 "links": null, 31531 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/Cargo.toml", 31532 "metadata": null, 31533 "name": "minimal-lexical", 31534 "publish": null, 31535 "readme": "README.md", 31536 "repository": "https://github.com/Alexhuszagh/minimal-lexical", 31537 "rust_version": null, 31538 "source": "registry+https://github.com/rust-lang/crates.io-index", 31539 "targets": [ 31540 { 31541 "crate_types": [ 31542 "lib" 31543 ], 31544 "doc": true, 31545 "doctest": true, 31546 "edition": "2018", 31547 "kind": [ 31548 "lib" 31549 ], 31550 "name": "minimal_lexical", 31551 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs", 31552 "test": true 31553 }, 31554 { 31555 "crate_types": [ 31556 "bin" 31557 ], 31558 "doc": false, 31559 "doctest": false, 31560 "edition": "2018", 31561 "kind": [ 31562 "test" 31563 ], 31564 "name": "stackvec", 31565 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/stackvec.rs", 31566 "test": true 31567 }, 31568 { 31569 "crate_types": [ 31570 "bin" 31571 ], 31572 "doc": false, 31573 "doctest": false, 31574 "edition": "2018", 31575 "kind": [ 31576 "test" 31577 ], 31578 "name": "slow_tests", 31579 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/slow_tests.rs", 31580 "test": true 31581 }, 31582 { 31583 "crate_types": [ 31584 "bin" 31585 ], 31586 "doc": false, 31587 "doctest": false, 31588 "edition": "2018", 31589 "kind": [ 31590 "test" 31591 ], 31592 "name": "vec_tests", 31593 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/vec_tests.rs", 31594 "test": true 31595 }, 31596 { 31597 "crate_types": [ 31598 "bin" 31599 ], 31600 "doc": false, 31601 "doctest": false, 31602 "edition": "2018", 31603 "kind": [ 31604 "test" 31605 ], 31606 "name": "lemire_tests", 31607 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/lemire_tests.rs", 31608 "test": true 31609 }, 31610 { 31611 "crate_types": [ 31612 "bin" 31613 ], 31614 "doc": false, 31615 "doctest": false, 31616 "edition": "2018", 31617 "kind": [ 31618 "test" 31619 ], 31620 "name": "bellerophon_tests", 31621 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/bellerophon_tests.rs", 31622 "test": true 31623 }, 31624 { 31625 "crate_types": [ 31626 "bin" 31627 ], 31628 "doc": false, 31629 "doctest": false, 31630 "edition": "2018", 31631 "kind": [ 31632 "test" 31633 ], 31634 "name": "parse_tests", 31635 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/parse_tests.rs", 31636 "test": true 31637 }, 31638 { 31639 "crate_types": [ 31640 "bin" 31641 ], 31642 "doc": false, 31643 "doctest": false, 31644 "edition": "2018", 31645 "kind": [ 31646 "test" 31647 ], 31648 "name": "rounding_tests", 31649 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/rounding_tests.rs", 31650 "test": true 31651 }, 31652 { 31653 "crate_types": [ 31654 "bin" 31655 ], 31656 "doc": false, 31657 "doctest": false, 31658 "edition": "2018", 31659 "kind": [ 31660 "test" 31661 ], 31662 "name": "bellerophon", 31663 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/bellerophon.rs", 31664 "test": true 31665 }, 31666 { 31667 "crate_types": [ 31668 "bin" 31669 ], 31670 "doc": false, 31671 "doctest": false, 31672 "edition": "2018", 31673 "kind": [ 31674 "test" 31675 ], 31676 "name": "libm_tests", 31677 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/libm_tests.rs", 31678 "test": true 31679 }, 31680 { 31681 "crate_types": [ 31682 "bin" 31683 ], 31684 "doc": false, 31685 "doctest": false, 31686 "edition": "2018", 31687 "kind": [ 31688 "test" 31689 ], 31690 "name": "mask_tests", 31691 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/mask_tests.rs", 31692 "test": true 31693 }, 31694 { 31695 "crate_types": [ 31696 "bin" 31697 ], 31698 "doc": false, 31699 "doctest": false, 31700 "edition": "2018", 31701 "kind": [ 31702 "test" 31703 ], 31704 "name": "number_tests", 31705 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/number_tests.rs", 31706 "test": true 31707 }, 31708 { 31709 "crate_types": [ 31710 "bin" 31711 ], 31712 "doc": false, 31713 "doctest": false, 31714 "edition": "2018", 31715 "kind": [ 31716 "test" 31717 ], 31718 "name": "integration_tests", 31719 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/integration_tests.rs", 31720 "test": true 31721 } 31722 ], 31723 "version": "0.2.1" 31724 }, 31725 { 31726 "authors": [ 31727 "Frommi <[email protected]>", 31728 "oyvindln <[email protected]>" 31729 ], 31730 "categories": [ 31731 "compression" 31732 ], 31733 "default_run": null, 31734 "dependencies": [ 31735 { 31736 "features": [], 31737 "kind": null, 31738 "name": "adler", 31739 "optional": false, 31740 "registry": null, 31741 "rename": null, 31742 "req": "^1.0", 31743 "source": "registry+https://github.com/rust-lang/crates.io-index", 31744 "target": null, 31745 "uses_default_features": false 31746 }, 31747 { 31748 "features": [], 31749 "kind": null, 31750 "name": "rustc-std-workspace-alloc", 31751 "optional": true, 31752 "registry": null, 31753 "rename": "alloc", 31754 "req": "^1.0.0", 31755 "source": "registry+https://github.com/rust-lang/crates.io-index", 31756 "target": null, 31757 "uses_default_features": true 31758 }, 31759 { 31760 "features": [], 31761 "kind": null, 31762 "name": "compiler_builtins", 31763 "optional": true, 31764 "registry": null, 31765 "rename": null, 31766 "req": "^0.1.2", 31767 "source": "registry+https://github.com/rust-lang/crates.io-index", 31768 "target": null, 31769 "uses_default_features": true 31770 }, 31771 { 31772 "features": [], 31773 "kind": null, 31774 "name": "rustc-std-workspace-core", 31775 "optional": true, 31776 "registry": null, 31777 "rename": "core", 31778 "req": "^1.0.0", 31779 "source": "registry+https://github.com/rust-lang/crates.io-index", 31780 "target": null, 31781 "uses_default_features": true 31782 }, 31783 { 31784 "features": [], 31785 "kind": null, 31786 "name": "simd-adler32", 31787 "optional": true, 31788 "registry": null, 31789 "rename": null, 31790 "req": "^0.3", 31791 "source": "registry+https://github.com/rust-lang/crates.io-index", 31792 "target": null, 31793 "uses_default_features": false 31794 } 31795 ], 31796 "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", 31797 "documentation": "https://docs.rs/miniz_oxide", 31798 "edition": "2018", 31799 "features": { 31800 "alloc": [ 31801 "dep:alloc" 31802 ], 31803 "compiler_builtins": [ 31804 "dep:compiler_builtins" 31805 ], 31806 "core": [ 31807 "dep:core" 31808 ], 31809 "default": [ 31810 "with-alloc" 31811 ], 31812 "rustc-dep-of-std": [ 31813 "core", 31814 "alloc", 31815 "compiler_builtins", 31816 "adler/rustc-dep-of-std" 31817 ], 31818 "simd": [ 31819 "simd-adler32" 31820 ], 31821 "simd-adler32": [ 31822 "dep:simd-adler32" 31823 ], 31824 "std": [], 31825 "with-alloc": [] 31826 }, 31827 "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", 31828 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31829 "keywords": [ 31830 "zlib", 31831 "miniz", 31832 "deflate", 31833 "encoding" 31834 ], 31835 "license": "MIT OR Zlib OR Apache-2.0", 31836 "license_file": null, 31837 "links": null, 31838 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/Cargo.toml", 31839 "metadata": null, 31840 "name": "miniz_oxide", 31841 "publish": null, 31842 "readme": "Readme.md", 31843 "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", 31844 "rust_version": null, 31845 "source": "registry+https://github.com/rust-lang/crates.io-index", 31846 "targets": [ 31847 { 31848 "crate_types": [ 31849 "lib" 31850 ], 31851 "doc": true, 31852 "doctest": true, 31853 "edition": "2018", 31854 "kind": [ 31855 "lib" 31856 ], 31857 "name": "miniz_oxide", 31858 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs", 31859 "test": true 31860 } 31861 ], 31862 "version": "0.7.2" 31863 }, 31864 { 31865 "authors": [ 31866 "Carl Lerche <[email protected]>", 31867 "Thomas de Zeeuw <[email protected]>", 31868 "Tokio Contributors <[email protected]>" 31869 ], 31870 "categories": [ 31871 "asynchronous" 31872 ], 31873 "default_run": null, 31874 "dependencies": [ 31875 { 31876 "features": [], 31877 "kind": null, 31878 "name": "log", 31879 "optional": true, 31880 "registry": null, 31881 "rename": null, 31882 "req": "^0.4.8", 31883 "source": "registry+https://github.com/rust-lang/crates.io-index", 31884 "target": null, 31885 "uses_default_features": true 31886 }, 31887 { 31888 "features": [], 31889 "kind": "dev", 31890 "name": "env_logger", 31891 "optional": false, 31892 "registry": null, 31893 "rename": null, 31894 "req": "^0.9.3", 31895 "source": "registry+https://github.com/rust-lang/crates.io-index", 31896 "target": null, 31897 "uses_default_features": false 31898 }, 31899 { 31900 "features": [], 31901 "kind": "dev", 31902 "name": "rand", 31903 "optional": false, 31904 "registry": null, 31905 "rename": null, 31906 "req": "^0.8", 31907 "source": "registry+https://github.com/rust-lang/crates.io-index", 31908 "target": null, 31909 "uses_default_features": true 31910 }, 31911 { 31912 "features": [], 31913 "kind": null, 31914 "name": "libc", 31915 "optional": false, 31916 "registry": null, 31917 "rename": null, 31918 "req": "^0.2.149", 31919 "source": "registry+https://github.com/rust-lang/crates.io-index", 31920 "target": "cfg(target_os = \"wasi\")", 31921 "uses_default_features": true 31922 }, 31923 { 31924 "features": [], 31925 "kind": null, 31926 "name": "wasi", 31927 "optional": false, 31928 "registry": null, 31929 "rename": null, 31930 "req": "^0.11.0", 31931 "source": "registry+https://github.com/rust-lang/crates.io-index", 31932 "target": "cfg(target_os = \"wasi\")", 31933 "uses_default_features": true 31934 }, 31935 { 31936 "features": [], 31937 "kind": null, 31938 "name": "libc", 31939 "optional": false, 31940 "registry": null, 31941 "rename": null, 31942 "req": "^0.2.149", 31943 "source": "registry+https://github.com/rust-lang/crates.io-index", 31944 "target": "cfg(unix)", 31945 "uses_default_features": true 31946 }, 31947 { 31948 "features": [ 31949 "Win32_Foundation", 31950 "Win32_Networking_WinSock", 31951 "Win32_Storage_FileSystem", 31952 "Win32_System_IO", 31953 "Win32_System_WindowsProgramming" 31954 ], 31955 "kind": null, 31956 "name": "windows-sys", 31957 "optional": false, 31958 "registry": null, 31959 "rename": null, 31960 "req": "^0.48", 31961 "source": "registry+https://github.com/rust-lang/crates.io-index", 31962 "target": "cfg(windows)", 31963 "uses_default_features": true 31964 } 31965 ], 31966 "description": "Lightweight non-blocking I/O.", 31967 "documentation": null, 31968 "edition": "2018", 31969 "features": { 31970 "default": [ 31971 "log" 31972 ], 31973 "log": [ 31974 "dep:log" 31975 ], 31976 "net": [], 31977 "os-ext": [ 31978 "os-poll", 31979 "windows-sys/Win32_System_Pipes", 31980 "windows-sys/Win32_Security" 31981 ], 31982 "os-poll": [] 31983 }, 31984 "homepage": "https://github.com/tokio-rs/mio", 31985 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 31986 "keywords": [ 31987 "io", 31988 "async", 31989 "non-blocking" 31990 ], 31991 "license": "MIT", 31992 "license_file": null, 31993 "links": null, 31994 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/Cargo.toml", 31995 "metadata": { 31996 "docs": { 31997 "rs": { 31998 "all-features": true, 31999 "rustdoc-args": [ 32000 "--cfg", 32001 "docsrs", 32002 "--generate-link-to-definition" 32003 ], 32004 "targets": [ 32005 "aarch64-apple-ios", 32006 "aarch64-linux-android", 32007 "wasm32-wasi", 32008 "x86_64-apple-darwin", 32009 "x86_64-pc-windows-msvc", 32010 "x86_64-unknown-dragonfly", 32011 "x86_64-unknown-freebsd", 32012 "x86_64-unknown-illumos", 32013 "x86_64-unknown-linux-gnu", 32014 "x86_64-unknown-netbsd", 32015 "x86_64-unknown-openbsd" 32016 ] 32017 } 32018 }, 32019 "playground": { 32020 "features": [ 32021 "os-poll", 32022 "os-ext", 32023 "net" 32024 ] 32025 } 32026 }, 32027 "name": "mio", 32028 "publish": null, 32029 "readme": "README.md", 32030 "repository": "https://github.com/tokio-rs/mio", 32031 "rust_version": null, 32032 "source": "registry+https://github.com/rust-lang/crates.io-index", 32033 "targets": [ 32034 { 32035 "crate_types": [ 32036 "lib" 32037 ], 32038 "doc": true, 32039 "doctest": true, 32040 "edition": "2018", 32041 "kind": [ 32042 "lib" 32043 ], 32044 "name": "mio", 32045 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs", 32046 "test": true 32047 }, 32048 { 32049 "crate_types": [ 32050 "bin" 32051 ], 32052 "doc": false, 32053 "doctest": false, 32054 "edition": "2018", 32055 "kind": [ 32056 "example" 32057 ], 32058 "name": "tcp_server", 32059 "required-features": [ 32060 "os-poll", 32061 "net" 32062 ], 32063 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/examples/tcp_server.rs", 32064 "test": false 32065 }, 32066 { 32067 "crate_types": [ 32068 "bin" 32069 ], 32070 "doc": false, 32071 "doctest": false, 32072 "edition": "2018", 32073 "kind": [ 32074 "example" 32075 ], 32076 "name": "tcp_listenfd_server", 32077 "required-features": [ 32078 "os-poll", 32079 "net" 32080 ], 32081 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/examples/tcp_listenfd_server.rs", 32082 "test": false 32083 }, 32084 { 32085 "crate_types": [ 32086 "bin" 32087 ], 32088 "doc": false, 32089 "doctest": false, 32090 "edition": "2018", 32091 "kind": [ 32092 "example" 32093 ], 32094 "name": "udp_server", 32095 "required-features": [ 32096 "os-poll", 32097 "net" 32098 ], 32099 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/examples/udp_server.rs", 32100 "test": false 32101 } 32102 ], 32103 "version": "0.8.11" 32104 }, 32105 { 32106 "authors": [ 32107 "Fletcher Nichol <[email protected]>" 32108 ], 32109 "categories": [ 32110 "command-line-utilities" 32111 ], 32112 "default_run": null, 32113 "dependencies": [ 32114 { 32115 "features": [ 32116 "derive" 32117 ], 32118 "kind": null, 32119 "name": "clap", 32120 "optional": true, 32121 "registry": null, 32122 "rename": null, 32123 "req": "^3.1.5", 32124 "source": "registry+https://github.com/rust-lang/crates.io-index", 32125 "target": null, 32126 "uses_default_features": true 32127 }, 32128 { 32129 "features": [], 32130 "kind": null, 32131 "name": "rand", 32132 "optional": false, 32133 "registry": null, 32134 "rename": null, 32135 "req": "^0.8.4", 32136 "source": "registry+https://github.com/rust-lang/crates.io-index", 32137 "target": null, 32138 "uses_default_features": true 32139 }, 32140 { 32141 "features": [], 32142 "kind": "dev", 32143 "name": "version-sync", 32144 "optional": false, 32145 "registry": null, 32146 "rename": null, 32147 "req": "^0.9.1", 32148 "source": "registry+https://github.com/rust-lang/crates.io-index", 32149 "target": null, 32150 "uses_default_features": true 32151 } 32152 ], 32153 "description": "A random name generator with names suitable for use in container\ninstances, project names, application instances, etc.\n", 32154 "documentation": "https://docs.rs/names", 32155 "edition": "2018", 32156 "features": { 32157 "application": [ 32158 "clap" 32159 ], 32160 "clap": [ 32161 "dep:clap" 32162 ], 32163 "default": [ 32164 "application" 32165 ] 32166 }, 32167 "homepage": "https://github.com/fnichol/names", 32168 "id": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#[email protected]", 32169 "keywords": [ 32170 "name", 32171 "random" 32172 ], 32173 "license": "MIT", 32174 "license_file": null, 32175 "links": null, 32176 "manifest_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/Cargo.toml", 32177 "metadata": { 32178 "docs": { 32179 "rs": { 32180 "no-default-features": true 32181 } 32182 } 32183 }, 32184 "name": "names", 32185 "publish": null, 32186 "readme": "README.md", 32187 "repository": "https://github.com/fnichol/names", 32188 "rust_version": null, 32189 "source": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f", 32190 "targets": [ 32191 { 32192 "crate_types": [ 32193 "lib" 32194 ], 32195 "doc": true, 32196 "doctest": true, 32197 "edition": "2018", 32198 "kind": [ 32199 "lib" 32200 ], 32201 "name": "names", 32202 "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/src/lib.rs", 32203 "test": true 32204 }, 32205 { 32206 "crate_types": [ 32207 "bin" 32208 ], 32209 "doc": true, 32210 "doctest": false, 32211 "edition": "2018", 32212 "kind": [ 32213 "bin" 32214 ], 32215 "name": "names", 32216 "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/src/bin/names.rs", 32217 "test": true 32218 }, 32219 { 32220 "crate_types": [ 32221 "bin" 32222 ], 32223 "doc": false, 32224 "doctest": false, 32225 "edition": "2018", 32226 "kind": [ 32227 "test" 32228 ], 32229 "name": "version-numbers", 32230 "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/tests/version-numbers.rs", 32231 "test": true 32232 }, 32233 { 32234 "crate_types": [ 32235 "bin" 32236 ], 32237 "doc": false, 32238 "doctest": false, 32239 "edition": "2018", 32240 "kind": [ 32241 "custom-build" 32242 ], 32243 "name": "build-script-build", 32244 "src_path": "{CARGO_HOME}/git/checkouts/names-1a8772e9ce82304c/7605165/build.rs", 32245 "test": false 32246 } 32247 ], 32248 "version": "0.12.1-dev" 32249 }, 32250 { 32251 "authors": [ 32252 "Fletcher Nichol <[email protected]>" 32253 ], 32254 "categories": [ 32255 "command-line-utilities" 32256 ], 32257 "default_run": null, 32258 "dependencies": [ 32259 { 32260 "features": [ 32261 "derive" 32262 ], 32263 "kind": null, 32264 "name": "clap", 32265 "optional": true, 32266 "registry": null, 32267 "rename": null, 32268 "req": "^3.1.5", 32269 "source": "registry+https://github.com/rust-lang/crates.io-index", 32270 "target": null, 32271 "uses_default_features": true 32272 }, 32273 { 32274 "features": [], 32275 "kind": null, 32276 "name": "rand", 32277 "optional": false, 32278 "registry": null, 32279 "rename": null, 32280 "req": "^0.8.4", 32281 "source": "registry+https://github.com/rust-lang/crates.io-index", 32282 "target": null, 32283 "uses_default_features": true 32284 }, 32285 { 32286 "features": [], 32287 "kind": "dev", 32288 "name": "version-sync", 32289 "optional": false, 32290 "registry": null, 32291 "rename": null, 32292 "req": "^0.9.1", 32293 "source": "registry+https://github.com/rust-lang/crates.io-index", 32294 "target": null, 32295 "uses_default_features": true 32296 } 32297 ], 32298 "description": "A random name generator with names suitable for use in container\ninstances, project names, application instances, etc.\n", 32299 "documentation": "https://docs.rs/names", 32300 "edition": "2018", 32301 "features": { 32302 "application": [ 32303 "clap" 32304 ], 32305 "clap": [ 32306 "dep:clap" 32307 ], 32308 "default": [ 32309 "application" 32310 ] 32311 }, 32312 "homepage": "https://github.com/fnichol/names", 32313 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32314 "keywords": [ 32315 "name", 32316 "random" 32317 ], 32318 "license": "MIT", 32319 "license_file": null, 32320 "links": null, 32321 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/Cargo.toml", 32322 "metadata": { 32323 "docs": { 32324 "rs": { 32325 "no-default-features": true 32326 } 32327 } 32328 }, 32329 "name": "names", 32330 "publish": null, 32331 "readme": "README.md", 32332 "repository": "https://github.com/fnichol/names", 32333 "rust_version": null, 32334 "source": "registry+https://github.com/rust-lang/crates.io-index", 32335 "targets": [ 32336 { 32337 "crate_types": [ 32338 "lib" 32339 ], 32340 "doc": true, 32341 "doctest": true, 32342 "edition": "2018", 32343 "kind": [ 32344 "lib" 32345 ], 32346 "name": "names", 32347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/src/lib.rs", 32348 "test": true 32349 }, 32350 { 32351 "crate_types": [ 32352 "bin" 32353 ], 32354 "doc": true, 32355 "doctest": false, 32356 "edition": "2018", 32357 "kind": [ 32358 "bin" 32359 ], 32360 "name": "names", 32361 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/src/bin/names.rs", 32362 "test": true 32363 }, 32364 { 32365 "crate_types": [ 32366 "bin" 32367 ], 32368 "doc": false, 32369 "doctest": false, 32370 "edition": "2018", 32371 "kind": [ 32372 "test" 32373 ], 32374 "name": "version-numbers", 32375 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/tests/version-numbers.rs", 32376 "test": true 32377 }, 32378 { 32379 "crate_types": [ 32380 "bin" 32381 ], 32382 "doc": false, 32383 "doctest": false, 32384 "edition": "2018", 32385 "kind": [ 32386 "custom-build" 32387 ], 32388 "name": "build-script-build", 32389 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/names-0.13.0/build.rs", 32390 "test": false 32391 } 32392 ], 32393 "version": "0.13.0" 32394 }, 32395 { 32396 "authors": [ 32397 "Nikolay Govorov <[email protected]>" 32398 ], 32399 "categories": [], 32400 "default_run": null, 32401 "dependencies": [ 32402 { 32403 "features": [ 32404 "small_rng" 32405 ], 32406 "kind": null, 32407 "name": "rand", 32408 "optional": false, 32409 "registry": null, 32410 "rename": null, 32411 "req": "^0.8", 32412 "source": "registry+https://github.com/rust-lang/crates.io-index", 32413 "target": null, 32414 "uses_default_features": true 32415 }, 32416 { 32417 "features": [ 32418 "prepush-hook", 32419 "precommit-hook", 32420 "postmerge-hook", 32421 "run-cargo-test", 32422 "run-cargo-check", 32423 "run-cargo-clippy", 32424 "run-cargo-fmt" 32425 ], 32426 "kind": "dev", 32427 "name": "cargo-husky", 32428 "optional": false, 32429 "registry": null, 32430 "rename": null, 32431 "req": "^1", 32432 "source": "registry+https://github.com/rust-lang/crates.io-index", 32433 "target": null, 32434 "uses_default_features": false 32435 }, 32436 { 32437 "features": [], 32438 "kind": "dev", 32439 "name": "doc-comment", 32440 "optional": false, 32441 "registry": null, 32442 "rename": null, 32443 "req": "^0.3", 32444 "source": "registry+https://github.com/rust-lang/crates.io-index", 32445 "target": null, 32446 "uses_default_features": true 32447 } 32448 ], 32449 "description": "A tiny, secure, URL-friendly, unique string ID generator for Rust.", 32450 "documentation": "https://docs.rs/nanoid", 32451 "edition": "2018", 32452 "features": {}, 32453 "homepage": "https://github.com/nikolay-govorov/nanoid", 32454 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32455 "keywords": [ 32456 "uuid", 32457 "random", 32458 "id", 32459 "url" 32460 ], 32461 "license": "MIT", 32462 "license_file": null, 32463 "links": null, 32464 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nanoid-0.4.0/Cargo.toml", 32465 "metadata": null, 32466 "name": "nanoid", 32467 "publish": null, 32468 "readme": "README.md", 32469 "repository": "https://github.com/nikolay-govorov/nanoid.git", 32470 "rust_version": null, 32471 "source": "registry+https://github.com/rust-lang/crates.io-index", 32472 "targets": [ 32473 { 32474 "crate_types": [ 32475 "lib" 32476 ], 32477 "doc": true, 32478 "doctest": true, 32479 "edition": "2018", 32480 "kind": [ 32481 "lib" 32482 ], 32483 "name": "nanoid", 32484 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nanoid-0.4.0/src/lib.rs", 32485 "test": true 32486 } 32487 ], 32488 "version": "0.4.0" 32489 }, 32490 { 32491 "authors": [ 32492 "Lucy <[email protected]>" 32493 ], 32494 "categories": [ 32495 "algorithms", 32496 "no-std" 32497 ], 32498 "default_run": null, 32499 "dependencies": [ 32500 { 32501 "features": [ 32502 "rdrand", 32503 "js" 32504 ], 32505 "kind": null, 32506 "name": "getrandom", 32507 "optional": true, 32508 "registry": null, 32509 "rename": null, 32510 "req": "^0.2.5", 32511 "source": "registry+https://github.com/rust-lang/crates.io-index", 32512 "target": null, 32513 "uses_default_features": true 32514 }, 32515 { 32516 "features": [ 32517 "zeroize_derive" 32518 ], 32519 "kind": null, 32520 "name": "zeroize", 32521 "optional": true, 32522 "registry": null, 32523 "rename": null, 32524 "req": "^1.5.3", 32525 "source": "registry+https://github.com/rust-lang/crates.io-index", 32526 "target": null, 32527 "uses_default_features": true 32528 }, 32529 { 32530 "features": [], 32531 "kind": "dev", 32532 "name": "hex", 32533 "optional": false, 32534 "registry": null, 32535 "rename": null, 32536 "req": "^0.4.3", 32537 "source": "registry+https://github.com/rust-lang/crates.io-index", 32538 "target": null, 32539 "uses_default_features": true 32540 } 32541 ], 32542 "description": "A tiny, fast, zero-dep library for random number generation.", 32543 "documentation": null, 32544 "edition": "2021", 32545 "features": { 32546 "alloc": [], 32547 "chacha": [], 32548 "default": [ 32549 "std", 32550 "tls", 32551 "wyrand", 32552 "pcg64", 32553 "chacha" 32554 ], 32555 "getrandom": [ 32556 "dep:getrandom" 32557 ], 32558 "pcg64": [], 32559 "rdseed": [ 32560 "std" 32561 ], 32562 "std": [ 32563 "alloc" 32564 ], 32565 "tls": [ 32566 "std", 32567 "wyrand" 32568 ], 32569 "wyrand": [], 32570 "zeroize": [ 32571 "dep:zeroize" 32572 ] 32573 }, 32574 "homepage": null, 32575 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32576 "keywords": [ 32577 "rand", 32578 "random", 32579 "no-std", 32580 "entropy" 32581 ], 32582 "license": "Zlib", 32583 "license_file": null, 32584 "links": null, 32585 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/Cargo.toml", 32586 "metadata": { 32587 "docs": { 32588 "rs": { 32589 "all-features": true, 32590 "default-target": "x86_64-unknown-linux-gnu", 32591 "targets": [ 32592 "x86_64-pc-windows-msvc" 32593 ] 32594 } 32595 } 32596 }, 32597 "name": "nanorand", 32598 "publish": null, 32599 "readme": "README.md", 32600 "repository": "https://github.com/Absolucy/nanorand-rs", 32601 "rust_version": null, 32602 "source": "registry+https://github.com/rust-lang/crates.io-index", 32603 "targets": [ 32604 { 32605 "crate_types": [ 32606 "lib" 32607 ], 32608 "doc": true, 32609 "doctest": true, 32610 "edition": "2021", 32611 "kind": [ 32612 "lib" 32613 ], 32614 "name": "nanorand", 32615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs", 32616 "test": true 32617 } 32618 ], 32619 "version": "0.7.0" 32620 }, 32621 { 32622 "authors": [ 32623 "Matt Brubeck <[email protected]>", 32624 "Jonathan Reem <[email protected]>" 32625 ], 32626 "categories": [ 32627 "rust-patterns", 32628 "no-std" 32629 ], 32630 "default_run": null, 32631 "dependencies": [], 32632 "description": "panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)", 32633 "documentation": "https://docs.rs/new_debug_unreachable", 32634 "edition": "2021", 32635 "features": {}, 32636 "homepage": null, 32637 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32638 "keywords": [ 32639 "optimization", 32640 "macro" 32641 ], 32642 "license": "MIT", 32643 "license_file": null, 32644 "links": null, 32645 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/Cargo.toml", 32646 "metadata": null, 32647 "name": "new_debug_unreachable", 32648 "publish": null, 32649 "readme": "README.md", 32650 "repository": "https://github.com/mbrubeck/rust-debug-unreachable", 32651 "rust_version": null, 32652 "source": "registry+https://github.com/rust-lang/crates.io-index", 32653 "targets": [ 32654 { 32655 "crate_types": [ 32656 "lib" 32657 ], 32658 "doc": true, 32659 "doctest": true, 32660 "edition": "2021", 32661 "kind": [ 32662 "lib" 32663 ], 32664 "name": "debug_unreachable", 32665 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs", 32666 "test": true 32667 }, 32668 { 32669 "crate_types": [ 32670 "bin" 32671 ], 32672 "doc": false, 32673 "doctest": false, 32674 "edition": "2021", 32675 "kind": [ 32676 "example" 32677 ], 32678 "name": "simple", 32679 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/examples/simple.rs", 32680 "test": false 32681 }, 32682 { 32683 "crate_types": [ 32684 "bin" 32685 ], 32686 "doc": false, 32687 "doctest": false, 32688 "edition": "2021", 32689 "kind": [ 32690 "test" 32691 ], 32692 "name": "check", 32693 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/tests/check.rs", 32694 "test": true 32695 } 32696 ], 32697 "version": "1.0.6" 32698 }, 32699 { 32700 "authors": [ 32701 "Michael Sproul <[email protected]>" 32702 ], 32703 "categories": [ 32704 "data-structures" 32705 ], 32706 "default_run": null, 32707 "dependencies": [ 32708 { 32709 "features": [], 32710 "kind": null, 32711 "name": "smallvec", 32712 "optional": false, 32713 "registry": null, 32714 "rename": null, 32715 "req": "^1.0", 32716 "source": "registry+https://github.com/rust-lang/crates.io-index", 32717 "target": null, 32718 "uses_default_features": true 32719 }, 32720 { 32721 "features": [], 32722 "kind": "dev", 32723 "name": "criterion", 32724 "optional": false, 32725 "registry": null, 32726 "rename": null, 32727 "req": "^0.3", 32728 "source": "registry+https://github.com/rust-lang/crates.io-index", 32729 "target": null, 32730 "uses_default_features": true 32731 } 32732 ], 32733 "description": "Vector data-structure for half-byte values.", 32734 "documentation": "https://docs.rs/rust_nibble_vec", 32735 "edition": "2018", 32736 "features": {}, 32737 "homepage": null, 32738 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32739 "keywords": [ 32740 "vector", 32741 "nibble", 32742 "slice", 32743 "data-structure", 32744 "collection" 32745 ], 32746 "license": "MIT", 32747 "license_file": null, 32748 "links": null, 32749 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/Cargo.toml", 32750 "metadata": null, 32751 "name": "nibble_vec", 32752 "publish": null, 32753 "readme": "README.md", 32754 "repository": "https://github.com/michaelsproul/rust_nibble_vec", 32755 "rust_version": null, 32756 "source": "registry+https://github.com/rust-lang/crates.io-index", 32757 "targets": [ 32758 { 32759 "crate_types": [ 32760 "lib" 32761 ], 32762 "doc": true, 32763 "doctest": true, 32764 "edition": "2018", 32765 "kind": [ 32766 "lib" 32767 ], 32768 "name": "nibble_vec", 32769 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs", 32770 "test": true 32771 }, 32772 { 32773 "crate_types": [ 32774 "bin" 32775 ], 32776 "doc": false, 32777 "doctest": false, 32778 "edition": "2018", 32779 "kind": [ 32780 "example" 32781 ], 32782 "name": "debug", 32783 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/examples/debug.rs", 32784 "test": false 32785 }, 32786 { 32787 "crate_types": [ 32788 "bin" 32789 ], 32790 "doc": false, 32791 "doctest": false, 32792 "edition": "2018", 32793 "kind": [ 32794 "bench" 32795 ], 32796 "name": "nib_bench", 32797 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/benches/nib_bench.rs", 32798 "test": false 32799 } 32800 ], 32801 "version": "0.1.0" 32802 }, 32803 { 32804 "authors": [ 32805 "[email protected]" 32806 ], 32807 "categories": [ 32808 "parsing" 32809 ], 32810 "default_run": null, 32811 "dependencies": [ 32812 { 32813 "features": [], 32814 "kind": null, 32815 "name": "memchr", 32816 "optional": false, 32817 "registry": null, 32818 "rename": null, 32819 "req": "^2.3", 32820 "source": "registry+https://github.com/rust-lang/crates.io-index", 32821 "target": null, 32822 "uses_default_features": false 32823 }, 32824 { 32825 "features": [], 32826 "kind": null, 32827 "name": "minimal-lexical", 32828 "optional": false, 32829 "registry": null, 32830 "rename": null, 32831 "req": "^0.2.0", 32832 "source": "registry+https://github.com/rust-lang/crates.io-index", 32833 "target": null, 32834 "uses_default_features": false 32835 }, 32836 { 32837 "features": [], 32838 "kind": "dev", 32839 "name": "doc-comment", 32840 "optional": false, 32841 "registry": null, 32842 "rename": null, 32843 "req": "^0.3", 32844 "source": "registry+https://github.com/rust-lang/crates.io-index", 32845 "target": null, 32846 "uses_default_features": true 32847 }, 32848 { 32849 "features": [], 32850 "kind": "dev", 32851 "name": "proptest", 32852 "optional": false, 32853 "registry": null, 32854 "rename": null, 32855 "req": "^1.0.0", 32856 "source": "registry+https://github.com/rust-lang/crates.io-index", 32857 "target": null, 32858 "uses_default_features": true 32859 } 32860 ], 32861 "description": "A byte-oriented, zero-copy, parser combinators library", 32862 "documentation": "https://docs.rs/nom", 32863 "edition": "2018", 32864 "features": { 32865 "alloc": [], 32866 "default": [ 32867 "std" 32868 ], 32869 "docsrs": [], 32870 "std": [ 32871 "alloc", 32872 "memchr/std", 32873 "minimal-lexical/std" 32874 ] 32875 }, 32876 "homepage": null, 32877 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 32878 "keywords": [ 32879 "parser", 32880 "parser-combinators", 32881 "parsing", 32882 "streaming", 32883 "bit" 32884 ], 32885 "license": "MIT", 32886 "license_file": null, 32887 "links": null, 32888 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/Cargo.toml", 32889 "metadata": { 32890 "docs": { 32891 "rs": { 32892 "all-features": true, 32893 "features": [ 32894 "alloc", 32895 "std", 32896 "docsrs" 32897 ] 32898 } 32899 } 32900 }, 32901 "name": "nom", 32902 "publish": null, 32903 "readme": "README.md", 32904 "repository": "https://github.com/Geal/nom", 32905 "rust_version": "1.48", 32906 "source": "registry+https://github.com/rust-lang/crates.io-index", 32907 "targets": [ 32908 { 32909 "crate_types": [ 32910 "lib" 32911 ], 32912 "doc": true, 32913 "doctest": true, 32914 "edition": "2018", 32915 "kind": [ 32916 "lib" 32917 ], 32918 "name": "nom", 32919 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs", 32920 "test": true 32921 }, 32922 { 32923 "crate_types": [ 32924 "bin" 32925 ], 32926 "doc": false, 32927 "doctest": false, 32928 "edition": "2018", 32929 "kind": [ 32930 "example" 32931 ], 32932 "name": "custom_error", 32933 "required-features": [ 32934 "alloc" 32935 ], 32936 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/custom_error.rs", 32937 "test": false 32938 }, 32939 { 32940 "crate_types": [ 32941 "bin" 32942 ], 32943 "doc": false, 32944 "doctest": false, 32945 "edition": "2018", 32946 "kind": [ 32947 "example" 32948 ], 32949 "name": "json", 32950 "required-features": [ 32951 "alloc" 32952 ], 32953 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/json.rs", 32954 "test": false 32955 }, 32956 { 32957 "crate_types": [ 32958 "bin" 32959 ], 32960 "doc": false, 32961 "doctest": false, 32962 "edition": "2018", 32963 "kind": [ 32964 "example" 32965 ], 32966 "name": "json_iterator", 32967 "required-features": [ 32968 "alloc" 32969 ], 32970 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/json_iterator.rs", 32971 "test": false 32972 }, 32973 { 32974 "crate_types": [ 32975 "bin" 32976 ], 32977 "doc": false, 32978 "doctest": false, 32979 "edition": "2018", 32980 "kind": [ 32981 "example" 32982 ], 32983 "name": "iterator", 32984 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/iterator.rs", 32985 "test": false 32986 }, 32987 { 32988 "crate_types": [ 32989 "bin" 32990 ], 32991 "doc": false, 32992 "doctest": false, 32993 "edition": "2018", 32994 "kind": [ 32995 "example" 32996 ], 32997 "name": "s_expression", 32998 "required-features": [ 32999 "alloc" 33000 ], 33001 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/s_expression.rs", 33002 "test": false 33003 }, 33004 { 33005 "crate_types": [ 33006 "bin" 33007 ], 33008 "doc": false, 33009 "doctest": false, 33010 "edition": "2018", 33011 "kind": [ 33012 "example" 33013 ], 33014 "name": "string", 33015 "required-features": [ 33016 "alloc" 33017 ], 33018 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/string.rs", 33019 "test": false 33020 }, 33021 { 33022 "crate_types": [ 33023 "bin" 33024 ], 33025 "doc": false, 33026 "doctest": false, 33027 "edition": "2018", 33028 "kind": [ 33029 "test" 33030 ], 33031 "name": "arithmetic", 33032 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/arithmetic.rs", 33033 "test": true 33034 }, 33035 { 33036 "crate_types": [ 33037 "bin" 33038 ], 33039 "doc": false, 33040 "doctest": false, 33041 "edition": "2018", 33042 "kind": [ 33043 "test" 33044 ], 33045 "name": "arithmetic_ast", 33046 "required-features": [ 33047 "alloc" 33048 ], 33049 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/arithmetic_ast.rs", 33050 "test": true 33051 }, 33052 { 33053 "crate_types": [ 33054 "bin" 33055 ], 33056 "doc": false, 33057 "doctest": false, 33058 "edition": "2018", 33059 "kind": [ 33060 "test" 33061 ], 33062 "name": "css", 33063 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/css.rs", 33064 "test": true 33065 }, 33066 { 33067 "crate_types": [ 33068 "bin" 33069 ], 33070 "doc": false, 33071 "doctest": false, 33072 "edition": "2018", 33073 "kind": [ 33074 "test" 33075 ], 33076 "name": "custom_errors", 33077 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/custom_errors.rs", 33078 "test": true 33079 }, 33080 { 33081 "crate_types": [ 33082 "bin" 33083 ], 33084 "doc": false, 33085 "doctest": false, 33086 "edition": "2018", 33087 "kind": [ 33088 "test" 33089 ], 33090 "name": "float", 33091 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/float.rs", 33092 "test": true 33093 }, 33094 { 33095 "crate_types": [ 33096 "bin" 33097 ], 33098 "doc": false, 33099 "doctest": false, 33100 "edition": "2018", 33101 "kind": [ 33102 "test" 33103 ], 33104 "name": "ini", 33105 "required-features": [ 33106 "alloc" 33107 ], 33108 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/ini.rs", 33109 "test": true 33110 }, 33111 { 33112 "crate_types": [ 33113 "bin" 33114 ], 33115 "doc": false, 33116 "doctest": false, 33117 "edition": "2018", 33118 "kind": [ 33119 "test" 33120 ], 33121 "name": "ini_str", 33122 "required-features": [ 33123 "alloc" 33124 ], 33125 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/ini_str.rs", 33126 "test": true 33127 }, 33128 { 33129 "crate_types": [ 33130 "bin" 33131 ], 33132 "doc": false, 33133 "doctest": false, 33134 "edition": "2018", 33135 "kind": [ 33136 "test" 33137 ], 33138 "name": "issues", 33139 "required-features": [ 33140 "alloc" 33141 ], 33142 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/issues.rs", 33143 "test": true 33144 }, 33145 { 33146 "crate_types": [ 33147 "bin" 33148 ], 33149 "doc": false, 33150 "doctest": false, 33151 "edition": "2018", 33152 "kind": [ 33153 "test" 33154 ], 33155 "name": "json", 33156 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/json.rs", 33157 "test": true 33158 }, 33159 { 33160 "crate_types": [ 33161 "bin" 33162 ], 33163 "doc": false, 33164 "doctest": false, 33165 "edition": "2018", 33166 "kind": [ 33167 "test" 33168 ], 33169 "name": "mp4", 33170 "required-features": [ 33171 "alloc" 33172 ], 33173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/mp4.rs", 33174 "test": true 33175 }, 33176 { 33177 "crate_types": [ 33178 "bin" 33179 ], 33180 "doc": false, 33181 "doctest": false, 33182 "edition": "2018", 33183 "kind": [ 33184 "test" 33185 ], 33186 "name": "multiline", 33187 "required-features": [ 33188 "alloc" 33189 ], 33190 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/multiline.rs", 33191 "test": true 33192 }, 33193 { 33194 "crate_types": [ 33195 "bin" 33196 ], 33197 "doc": false, 33198 "doctest": false, 33199 "edition": "2018", 33200 "kind": [ 33201 "test" 33202 ], 33203 "name": "overflow", 33204 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/overflow.rs", 33205 "test": true 33206 }, 33207 { 33208 "crate_types": [ 33209 "bin" 33210 ], 33211 "doc": false, 33212 "doctest": false, 33213 "edition": "2018", 33214 "kind": [ 33215 "test" 33216 ], 33217 "name": "reborrow_fold", 33218 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/reborrow_fold.rs", 33219 "test": true 33220 }, 33221 { 33222 "crate_types": [ 33223 "bin" 33224 ], 33225 "doc": false, 33226 "doctest": false, 33227 "edition": "2018", 33228 "kind": [ 33229 "test" 33230 ], 33231 "name": "fnmut", 33232 "required-features": [ 33233 "alloc" 33234 ], 33235 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/fnmut.rs", 33236 "test": true 33237 }, 33238 { 33239 "crate_types": [ 33240 "bin" 33241 ], 33242 "doc": false, 33243 "doctest": false, 33244 "edition": "2018", 33245 "kind": [ 33246 "test" 33247 ], 33248 "name": "escaped", 33249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/escaped.rs", 33250 "test": true 33251 } 33252 ], 33253 "version": "7.1.3" 33254 }, 33255 { 33256 "authors": [ 33257 "The Rust Project Developers" 33258 ], 33259 "categories": [ 33260 "algorithms", 33261 "data-structures", 33262 "science" 33263 ], 33264 "default_run": null, 33265 "dependencies": [ 33266 { 33267 "features": [], 33268 "kind": null, 33269 "name": "arbitrary", 33270 "optional": true, 33271 "registry": null, 33272 "rename": null, 33273 "req": "^1", 33274 "source": "registry+https://github.com/rust-lang/crates.io-index", 33275 "target": null, 33276 "uses_default_features": false 33277 }, 33278 { 33279 "features": [ 33280 "i128" 33281 ], 33282 "kind": null, 33283 "name": "num-integer", 33284 "optional": false, 33285 "registry": null, 33286 "rename": null, 33287 "req": "^0.1.42", 33288 "source": "registry+https://github.com/rust-lang/crates.io-index", 33289 "target": null, 33290 "uses_default_features": false 33291 }, 33292 { 33293 "features": [ 33294 "i128" 33295 ], 33296 "kind": null, 33297 "name": "num-traits", 33298 "optional": false, 33299 "registry": null, 33300 "rename": null, 33301 "req": "^0.2.16", 33302 "source": "registry+https://github.com/rust-lang/crates.io-index", 33303 "target": null, 33304 "uses_default_features": false 33305 }, 33306 { 33307 "features": [], 33308 "kind": null, 33309 "name": "quickcheck", 33310 "optional": true, 33311 "registry": null, 33312 "rename": null, 33313 "req": "^1", 33314 "source": "registry+https://github.com/rust-lang/crates.io-index", 33315 "target": null, 33316 "uses_default_features": false 33317 }, 33318 { 33319 "features": [], 33320 "kind": null, 33321 "name": "rand", 33322 "optional": true, 33323 "registry": null, 33324 "rename": null, 33325 "req": "^0.8", 33326 "source": "registry+https://github.com/rust-lang/crates.io-index", 33327 "target": null, 33328 "uses_default_features": false 33329 }, 33330 { 33331 "features": [], 33332 "kind": null, 33333 "name": "serde", 33334 "optional": true, 33335 "registry": null, 33336 "rename": null, 33337 "req": "^1.0", 33338 "source": "registry+https://github.com/rust-lang/crates.io-index", 33339 "target": null, 33340 "uses_default_features": false 33341 }, 33342 { 33343 "features": [], 33344 "kind": "build", 33345 "name": "autocfg", 33346 "optional": false, 33347 "registry": null, 33348 "rename": null, 33349 "req": "^1", 33350 "source": "registry+https://github.com/rust-lang/crates.io-index", 33351 "target": null, 33352 "uses_default_features": true 33353 } 33354 ], 33355 "description": "Big integer implementation for Rust", 33356 "documentation": "https://docs.rs/num-bigint", 33357 "edition": "2018", 33358 "features": { 33359 "arbitrary": [ 33360 "dep:arbitrary" 33361 ], 33362 "default": [ 33363 "std" 33364 ], 33365 "quickcheck": [ 33366 "dep:quickcheck" 33367 ], 33368 "rand": [ 33369 "dep:rand" 33370 ], 33371 "serde": [ 33372 "dep:serde" 33373 ], 33374 "std": [ 33375 "num-integer/std", 33376 "num-traits/std" 33377 ] 33378 }, 33379 "homepage": "https://github.com/rust-num/num-bigint", 33380 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33381 "keywords": [ 33382 "mathematics", 33383 "numerics", 33384 "bignum" 33385 ], 33386 "license": "MIT OR Apache-2.0", 33387 "license_file": null, 33388 "links": null, 33389 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/Cargo.toml", 33390 "metadata": { 33391 "docs": { 33392 "rs": { 33393 "features": [ 33394 "std", 33395 "serde", 33396 "rand", 33397 "quickcheck", 33398 "arbitrary" 33399 ] 33400 } 33401 } 33402 }, 33403 "name": "num-bigint", 33404 "publish": null, 33405 "readme": "README.md", 33406 "repository": "https://github.com/rust-num/num-bigint", 33407 "rust_version": null, 33408 "source": "registry+https://github.com/rust-lang/crates.io-index", 33409 "targets": [ 33410 { 33411 "crate_types": [ 33412 "lib" 33413 ], 33414 "doc": true, 33415 "doctest": true, 33416 "edition": "2018", 33417 "kind": [ 33418 "lib" 33419 ], 33420 "name": "num_bigint", 33421 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs", 33422 "test": true 33423 }, 33424 { 33425 "crate_types": [ 33426 "bin" 33427 ], 33428 "doc": false, 33429 "doctest": false, 33430 "edition": "2018", 33431 "kind": [ 33432 "test" 33433 ], 33434 "name": "bigint", 33435 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/bigint.rs", 33436 "test": true 33437 }, 33438 { 33439 "crate_types": [ 33440 "bin" 33441 ], 33442 "doc": false, 33443 "doctest": false, 33444 "edition": "2018", 33445 "kind": [ 33446 "test" 33447 ], 33448 "name": "biguint_scalar", 33449 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/biguint_scalar.rs", 33450 "test": true 33451 }, 33452 { 33453 "crate_types": [ 33454 "bin" 33455 ], 33456 "doc": false, 33457 "doctest": false, 33458 "edition": "2018", 33459 "kind": [ 33460 "test" 33461 ], 33462 "name": "modpow", 33463 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/modpow.rs", 33464 "test": true 33465 }, 33466 { 33467 "crate_types": [ 33468 "bin" 33469 ], 33470 "doc": false, 33471 "doctest": false, 33472 "edition": "2018", 33473 "kind": [ 33474 "test" 33475 ], 33476 "name": "roots", 33477 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/roots.rs", 33478 "test": true 33479 }, 33480 { 33481 "crate_types": [ 33482 "bin" 33483 ], 33484 "doc": false, 33485 "doctest": false, 33486 "edition": "2018", 33487 "kind": [ 33488 "test" 33489 ], 33490 "name": "fuzzed", 33491 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/fuzzed.rs", 33492 "test": true 33493 }, 33494 { 33495 "crate_types": [ 33496 "bin" 33497 ], 33498 "doc": false, 33499 "doctest": false, 33500 "edition": "2018", 33501 "kind": [ 33502 "test" 33503 ], 33504 "name": "bigint_scalar", 33505 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/bigint_scalar.rs", 33506 "test": true 33507 }, 33508 { 33509 "crate_types": [ 33510 "bin" 33511 ], 33512 "doc": false, 33513 "doctest": false, 33514 "edition": "2018", 33515 "kind": [ 33516 "test" 33517 ], 33518 "name": "biguint", 33519 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/biguint.rs", 33520 "test": true 33521 }, 33522 { 33523 "crate_types": [ 33524 "bin" 33525 ], 33526 "doc": false, 33527 "doctest": false, 33528 "edition": "2018", 33529 "kind": [ 33530 "test" 33531 ], 33532 "name": "bigint_bitwise", 33533 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/tests/bigint_bitwise.rs", 33534 "test": true 33535 }, 33536 { 33537 "crate_types": [ 33538 "bin" 33539 ], 33540 "doc": false, 33541 "doctest": false, 33542 "edition": "2018", 33543 "kind": [ 33544 "bench" 33545 ], 33546 "name": "bigint", 33547 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/benches/bigint.rs", 33548 "test": false 33549 }, 33550 { 33551 "crate_types": [ 33552 "bin" 33553 ], 33554 "doc": false, 33555 "doctest": false, 33556 "edition": "2018", 33557 "kind": [ 33558 "bench" 33559 ], 33560 "name": "factorial", 33561 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/benches/factorial.rs", 33562 "test": false 33563 }, 33564 { 33565 "crate_types": [ 33566 "bin" 33567 ], 33568 "doc": false, 33569 "doctest": false, 33570 "edition": "2018", 33571 "kind": [ 33572 "bench" 33573 ], 33574 "name": "gcd", 33575 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/benches/gcd.rs", 33576 "test": false 33577 }, 33578 { 33579 "crate_types": [ 33580 "bin" 33581 ], 33582 "doc": false, 33583 "doctest": false, 33584 "edition": "2018", 33585 "kind": [ 33586 "bench" 33587 ], 33588 "name": "roots", 33589 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/benches/roots.rs", 33590 "test": false 33591 }, 33592 { 33593 "crate_types": [ 33594 "bin" 33595 ], 33596 "doc": false, 33597 "doctest": false, 33598 "edition": "2018", 33599 "kind": [ 33600 "bench" 33601 ], 33602 "name": "shootout-pidigits", 33603 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/benches/shootout-pidigits.rs", 33604 "test": false 33605 }, 33606 { 33607 "crate_types": [ 33608 "bin" 33609 ], 33610 "doc": false, 33611 "doctest": false, 33612 "edition": "2018", 33613 "kind": [ 33614 "custom-build" 33615 ], 33616 "name": "build-script-build", 33617 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs", 33618 "test": false 33619 } 33620 ], 33621 "version": "0.4.4" 33622 }, 33623 { 33624 "authors": [ 33625 "dignifiedquire <[email protected]>", 33626 "The Rust Project Developers" 33627 ], 33628 "categories": [ 33629 "algorithms", 33630 "data-structures", 33631 "science" 33632 ], 33633 "default_run": null, 33634 "dependencies": [ 33635 { 33636 "features": [], 33637 "kind": null, 33638 "name": "arbitrary", 33639 "optional": true, 33640 "registry": null, 33641 "rename": null, 33642 "req": "^1.1.0", 33643 "source": "registry+https://github.com/rust-lang/crates.io-index", 33644 "target": null, 33645 "uses_default_features": true 33646 }, 33647 { 33648 "features": [], 33649 "kind": null, 33650 "name": "byteorder", 33651 "optional": false, 33652 "registry": null, 33653 "rename": null, 33654 "req": "^1.2.7", 33655 "source": "registry+https://github.com/rust-lang/crates.io-index", 33656 "target": null, 33657 "uses_default_features": false 33658 }, 33659 { 33660 "features": [ 33661 "spin_no_std" 33662 ], 33663 "kind": null, 33664 "name": "lazy_static", 33665 "optional": false, 33666 "registry": null, 33667 "rename": null, 33668 "req": "^1.2.0", 33669 "source": "registry+https://github.com/rust-lang/crates.io-index", 33670 "target": null, 33671 "uses_default_features": false 33672 }, 33673 { 33674 "features": [], 33675 "kind": null, 33676 "name": "libm", 33677 "optional": false, 33678 "registry": null, 33679 "rename": null, 33680 "req": "^0.2.1", 33681 "source": "registry+https://github.com/rust-lang/crates.io-index", 33682 "target": null, 33683 "uses_default_features": true 33684 }, 33685 { 33686 "features": [ 33687 "i128" 33688 ], 33689 "kind": null, 33690 "name": "num-integer", 33691 "optional": false, 33692 "registry": null, 33693 "rename": null, 33694 "req": "^0.1.39", 33695 "source": "registry+https://github.com/rust-lang/crates.io-index", 33696 "target": null, 33697 "uses_default_features": false 33698 }, 33699 { 33700 "features": [], 33701 "kind": null, 33702 "name": "num-iter", 33703 "optional": false, 33704 "registry": null, 33705 "rename": null, 33706 "req": "^0.1.37", 33707 "source": "registry+https://github.com/rust-lang/crates.io-index", 33708 "target": null, 33709 "uses_default_features": false 33710 }, 33711 { 33712 "features": [ 33713 "i128" 33714 ], 33715 "kind": null, 33716 "name": "num-traits", 33717 "optional": false, 33718 "registry": null, 33719 "rename": null, 33720 "req": "^0.2.4", 33721 "source": "registry+https://github.com/rust-lang/crates.io-index", 33722 "target": null, 33723 "uses_default_features": false 33724 }, 33725 { 33726 "features": [], 33727 "kind": null, 33728 "name": "rand", 33729 "optional": true, 33730 "registry": null, 33731 "rename": null, 33732 "req": "^0.8.3", 33733 "source": "registry+https://github.com/rust-lang/crates.io-index", 33734 "target": null, 33735 "uses_default_features": false 33736 }, 33737 { 33738 "features": [ 33739 "alloc" 33740 ], 33741 "kind": null, 33742 "name": "serde", 33743 "optional": true, 33744 "registry": null, 33745 "rename": null, 33746 "req": "^1.0", 33747 "source": "registry+https://github.com/rust-lang/crates.io-index", 33748 "target": null, 33749 "uses_default_features": false 33750 }, 33751 { 33752 "features": [], 33753 "kind": null, 33754 "name": "smallvec", 33755 "optional": false, 33756 "registry": null, 33757 "rename": null, 33758 "req": "^1.10.0", 33759 "source": "registry+https://github.com/rust-lang/crates.io-index", 33760 "target": null, 33761 "uses_default_features": false 33762 }, 33763 { 33764 "features": [], 33765 "kind": null, 33766 "name": "zeroize", 33767 "optional": true, 33768 "registry": null, 33769 "rename": null, 33770 "req": "^1.5", 33771 "source": "registry+https://github.com/rust-lang/crates.io-index", 33772 "target": null, 33773 "uses_default_features": false 33774 }, 33775 { 33776 "features": [ 33777 "small_rng" 33778 ], 33779 "kind": "dev", 33780 "name": "rand", 33781 "optional": false, 33782 "registry": null, 33783 "rename": null, 33784 "req": "^0.8", 33785 "source": "registry+https://github.com/rust-lang/crates.io-index", 33786 "target": null, 33787 "uses_default_features": true 33788 }, 33789 { 33790 "features": [], 33791 "kind": "dev", 33792 "name": "rand_chacha", 33793 "optional": false, 33794 "registry": null, 33795 "rename": null, 33796 "req": "^0.3", 33797 "source": "registry+https://github.com/rust-lang/crates.io-index", 33798 "target": null, 33799 "uses_default_features": true 33800 }, 33801 { 33802 "features": [], 33803 "kind": "dev", 33804 "name": "rand_isaac", 33805 "optional": false, 33806 "registry": null, 33807 "rename": null, 33808 "req": "^0.3", 33809 "source": "registry+https://github.com/rust-lang/crates.io-index", 33810 "target": null, 33811 "uses_default_features": true 33812 }, 33813 { 33814 "features": [], 33815 "kind": "dev", 33816 "name": "rand_xorshift", 33817 "optional": false, 33818 "registry": null, 33819 "rename": null, 33820 "req": "^0.3", 33821 "source": "registry+https://github.com/rust-lang/crates.io-index", 33822 "target": null, 33823 "uses_default_features": true 33824 }, 33825 { 33826 "features": [], 33827 "kind": "dev", 33828 "name": "serde_test", 33829 "optional": false, 33830 "registry": null, 33831 "rename": null, 33832 "req": "^1.0", 33833 "source": "registry+https://github.com/rust-lang/crates.io-index", 33834 "target": null, 33835 "uses_default_features": true 33836 } 33837 ], 33838 "description": "Big integer implementation for Rust", 33839 "documentation": "https://docs.rs/num-bigint-dig", 33840 "edition": "2021", 33841 "features": { 33842 "arbitrary": [ 33843 "dep:arbitrary" 33844 ], 33845 "default": [ 33846 "std", 33847 "u64_digit" 33848 ], 33849 "fuzz": [ 33850 "arbitrary", 33851 "smallvec/arbitrary" 33852 ], 33853 "i128": [], 33854 "nightly": [], 33855 "prime": [ 33856 "rand/std_rng" 33857 ], 33858 "rand": [ 33859 "dep:rand" 33860 ], 33861 "serde": [ 33862 "dep:serde" 33863 ], 33864 "std": [ 33865 "num-integer/std", 33866 "num-traits/std", 33867 "smallvec/write", 33868 "rand/std", 33869 "serde/std" 33870 ], 33871 "u64_digit": [], 33872 "zeroize": [ 33873 "dep:zeroize" 33874 ] 33875 }, 33876 "homepage": "https://github.com/dignifiedquire/num-bigint", 33877 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 33878 "keywords": [ 33879 "mathematics", 33880 "numerics", 33881 "bignum" 33882 ], 33883 "license": "MIT/Apache-2.0", 33884 "license_file": null, 33885 "links": null, 33886 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/Cargo.toml", 33887 "metadata": { 33888 "docs": { 33889 "rs": { 33890 "features": [ 33891 "std", 33892 "serde", 33893 "rand", 33894 "prime" 33895 ] 33896 } 33897 } 33898 }, 33899 "name": "num-bigint-dig", 33900 "publish": null, 33901 "readme": "README.md", 33902 "repository": "https://github.com/dignifiedquire/num-bigint", 33903 "rust_version": "1.56", 33904 "source": "registry+https://github.com/rust-lang/crates.io-index", 33905 "targets": [ 33906 { 33907 "crate_types": [ 33908 "lib" 33909 ], 33910 "doc": true, 33911 "doctest": true, 33912 "edition": "2021", 33913 "kind": [ 33914 "lib" 33915 ], 33916 "name": "num_bigint_dig", 33917 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs", 33918 "test": true 33919 }, 33920 { 33921 "crate_types": [ 33922 "bin" 33923 ], 33924 "doc": false, 33925 "doctest": false, 33926 "edition": "2021", 33927 "kind": [ 33928 "test" 33929 ], 33930 "name": "bigint", 33931 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/bigint.rs", 33932 "test": true 33933 }, 33934 { 33935 "crate_types": [ 33936 "bin" 33937 ], 33938 "doc": false, 33939 "doctest": false, 33940 "edition": "2021", 33941 "kind": [ 33942 "test" 33943 ], 33944 "name": "biguint_scalar", 33945 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/biguint_scalar.rs", 33946 "test": true 33947 }, 33948 { 33949 "crate_types": [ 33950 "bin" 33951 ], 33952 "doc": false, 33953 "doctest": false, 33954 "edition": "2021", 33955 "kind": [ 33956 "test" 33957 ], 33958 "name": "serde", 33959 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/serde.rs", 33960 "test": true 33961 }, 33962 { 33963 "crate_types": [ 33964 "bin" 33965 ], 33966 "doc": false, 33967 "doctest": false, 33968 "edition": "2021", 33969 "kind": [ 33970 "test" 33971 ], 33972 "name": "modpow", 33973 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/modpow.rs", 33974 "test": true 33975 }, 33976 { 33977 "crate_types": [ 33978 "bin" 33979 ], 33980 "doc": false, 33981 "doctest": false, 33982 "edition": "2021", 33983 "kind": [ 33984 "test" 33985 ], 33986 "name": "roots", 33987 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/roots.rs", 33988 "test": true 33989 }, 33990 { 33991 "crate_types": [ 33992 "bin" 33993 ], 33994 "doc": false, 33995 "doctest": false, 33996 "edition": "2021", 33997 "kind": [ 33998 "test" 33999 ], 34000 "name": "bigint_scalar", 34001 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/bigint_scalar.rs", 34002 "test": true 34003 }, 34004 { 34005 "crate_types": [ 34006 "bin" 34007 ], 34008 "doc": false, 34009 "doctest": false, 34010 "edition": "2021", 34011 "kind": [ 34012 "test" 34013 ], 34014 "name": "torture", 34015 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/torture.rs", 34016 "test": true 34017 }, 34018 { 34019 "crate_types": [ 34020 "bin" 34021 ], 34022 "doc": false, 34023 "doctest": false, 34024 "edition": "2021", 34025 "kind": [ 34026 "test" 34027 ], 34028 "name": "biguint", 34029 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/biguint.rs", 34030 "test": true 34031 }, 34032 { 34033 "crate_types": [ 34034 "bin" 34035 ], 34036 "doc": false, 34037 "doctest": false, 34038 "edition": "2021", 34039 "kind": [ 34040 "test" 34041 ], 34042 "name": "rand", 34043 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/rand.rs", 34044 "test": true 34045 }, 34046 { 34047 "crate_types": [ 34048 "bin" 34049 ], 34050 "doc": false, 34051 "doctest": false, 34052 "edition": "2021", 34053 "kind": [ 34054 "test" 34055 ], 34056 "name": "bigint_bitwise", 34057 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/tests/bigint_bitwise.rs", 34058 "test": true 34059 }, 34060 { 34061 "crate_types": [ 34062 "bin" 34063 ], 34064 "doc": false, 34065 "doctest": false, 34066 "edition": "2021", 34067 "kind": [ 34068 "custom-build" 34069 ], 34070 "name": "build-script-build", 34071 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs", 34072 "test": false 34073 } 34074 ], 34075 "version": "0.8.4" 34076 }, 34077 { 34078 "authors": [ 34079 "Jacob Pratt <[email protected]>" 34080 ], 34081 "categories": [ 34082 "no-std", 34083 "no-std::no-alloc", 34084 "rust-patterns" 34085 ], 34086 "default_run": null, 34087 "dependencies": [], 34088 "description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides\nbetter certainty when refactoring, makes the exact behavior of code more explicit, and allows using\nturbofish syntax.\n", 34089 "documentation": null, 34090 "edition": "2021", 34091 "features": {}, 34092 "homepage": null, 34093 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34094 "keywords": [ 34095 "cast", 34096 "extend", 34097 "truncate", 34098 "convert", 34099 "integer" 34100 ], 34101 "license": "MIT OR Apache-2.0", 34102 "license_file": null, 34103 "links": null, 34104 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/Cargo.toml", 34105 "metadata": { 34106 "docs": { 34107 "rs": { 34108 "rustdoc-args": [ 34109 "--generate-link-to-definition" 34110 ] 34111 } 34112 } 34113 }, 34114 "name": "num-conv", 34115 "publish": null, 34116 "readme": "README.md", 34117 "repository": "https://github.com/jhpratt/num-conv", 34118 "rust_version": "1.57.0", 34119 "source": "registry+https://github.com/rust-lang/crates.io-index", 34120 "targets": [ 34121 { 34122 "crate_types": [ 34123 "lib" 34124 ], 34125 "doc": true, 34126 "doctest": true, 34127 "edition": "2021", 34128 "kind": [ 34129 "lib" 34130 ], 34131 "name": "num_conv", 34132 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs", 34133 "test": true 34134 } 34135 ], 34136 "version": "0.1.0" 34137 }, 34138 { 34139 "authors": [ 34140 "The Rust Project Developers" 34141 ], 34142 "categories": [ 34143 "algorithms", 34144 "science", 34145 "no-std" 34146 ], 34147 "default_run": null, 34148 "dependencies": [ 34149 { 34150 "features": [ 34151 "i128" 34152 ], 34153 "kind": null, 34154 "name": "num-traits", 34155 "optional": false, 34156 "registry": null, 34157 "rename": null, 34158 "req": "^0.2.11", 34159 "source": "registry+https://github.com/rust-lang/crates.io-index", 34160 "target": null, 34161 "uses_default_features": false 34162 } 34163 ], 34164 "description": "Integer traits and functions", 34165 "documentation": "https://docs.rs/num-integer", 34166 "edition": "2018", 34167 "features": { 34168 "default": [ 34169 "std" 34170 ], 34171 "i128": [], 34172 "std": [ 34173 "num-traits/std" 34174 ] 34175 }, 34176 "homepage": "https://github.com/rust-num/num-integer", 34177 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34178 "keywords": [ 34179 "mathematics", 34180 "numerics" 34181 ], 34182 "license": "MIT OR Apache-2.0", 34183 "license_file": null, 34184 "links": null, 34185 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/Cargo.toml", 34186 "metadata": { 34187 "docs": { 34188 "rs": { 34189 "features": [ 34190 "std" 34191 ] 34192 } 34193 } 34194 }, 34195 "name": "num-integer", 34196 "publish": null, 34197 "readme": "README.md", 34198 "repository": "https://github.com/rust-num/num-integer", 34199 "rust_version": "1.31", 34200 "source": "registry+https://github.com/rust-lang/crates.io-index", 34201 "targets": [ 34202 { 34203 "crate_types": [ 34204 "lib" 34205 ], 34206 "doc": true, 34207 "doctest": true, 34208 "edition": "2018", 34209 "kind": [ 34210 "lib" 34211 ], 34212 "name": "num_integer", 34213 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs", 34214 "test": true 34215 }, 34216 { 34217 "crate_types": [ 34218 "bin" 34219 ], 34220 "doc": false, 34221 "doctest": false, 34222 "edition": "2018", 34223 "kind": [ 34224 "test" 34225 ], 34226 "name": "roots", 34227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/roots.rs", 34228 "test": true 34229 }, 34230 { 34231 "crate_types": [ 34232 "bin" 34233 ], 34234 "doc": false, 34235 "doctest": false, 34236 "edition": "2018", 34237 "kind": [ 34238 "test" 34239 ], 34240 "name": "average", 34241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/average.rs", 34242 "test": true 34243 }, 34244 { 34245 "crate_types": [ 34246 "bin" 34247 ], 34248 "doc": false, 34249 "doctest": false, 34250 "edition": "2018", 34251 "kind": [ 34252 "bench" 34253 ], 34254 "name": "gcd", 34255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/gcd.rs", 34256 "test": false 34257 }, 34258 { 34259 "crate_types": [ 34260 "bin" 34261 ], 34262 "doc": false, 34263 "doctest": false, 34264 "edition": "2018", 34265 "kind": [ 34266 "bench" 34267 ], 34268 "name": "roots", 34269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/roots.rs", 34270 "test": false 34271 }, 34272 { 34273 "crate_types": [ 34274 "bin" 34275 ], 34276 "doc": false, 34277 "doctest": false, 34278 "edition": "2018", 34279 "kind": [ 34280 "bench" 34281 ], 34282 "name": "average", 34283 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/average.rs", 34284 "test": false 34285 } 34286 ], 34287 "version": "0.1.46" 34288 }, 34289 { 34290 "authors": [ 34291 "The Rust Project Developers" 34292 ], 34293 "categories": [ 34294 "algorithms", 34295 "science", 34296 "no-std" 34297 ], 34298 "default_run": null, 34299 "dependencies": [ 34300 { 34301 "features": [ 34302 "i128" 34303 ], 34304 "kind": null, 34305 "name": "num-integer", 34306 "optional": false, 34307 "registry": null, 34308 "rename": null, 34309 "req": "^0.1.42", 34310 "source": "registry+https://github.com/rust-lang/crates.io-index", 34311 "target": null, 34312 "uses_default_features": false 34313 }, 34314 { 34315 "features": [ 34316 "i128" 34317 ], 34318 "kind": null, 34319 "name": "num-traits", 34320 "optional": false, 34321 "registry": null, 34322 "rename": null, 34323 "req": "^0.2.11", 34324 "source": "registry+https://github.com/rust-lang/crates.io-index", 34325 "target": null, 34326 "uses_default_features": false 34327 }, 34328 { 34329 "features": [], 34330 "kind": "build", 34331 "name": "autocfg", 34332 "optional": false, 34333 "registry": null, 34334 "rename": null, 34335 "req": "^1", 34336 "source": "registry+https://github.com/rust-lang/crates.io-index", 34337 "target": null, 34338 "uses_default_features": true 34339 } 34340 ], 34341 "description": "External iterators for generic mathematics", 34342 "documentation": "https://docs.rs/num-iter", 34343 "edition": "2018", 34344 "features": { 34345 "default": [ 34346 "std" 34347 ], 34348 "i128": [], 34349 "std": [ 34350 "num-integer/std", 34351 "num-traits/std" 34352 ] 34353 }, 34354 "homepage": "https://github.com/rust-num/num-iter", 34355 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34356 "keywords": [ 34357 "mathematics", 34358 "numerics" 34359 ], 34360 "license": "MIT OR Apache-2.0", 34361 "license_file": null, 34362 "links": null, 34363 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/Cargo.toml", 34364 "metadata": { 34365 "docs": { 34366 "rs": { 34367 "features": [ 34368 "std" 34369 ] 34370 } 34371 } 34372 }, 34373 "name": "num-iter", 34374 "publish": null, 34375 "readme": "README.md", 34376 "repository": "https://github.com/rust-num/num-iter", 34377 "rust_version": "1.31", 34378 "source": "registry+https://github.com/rust-lang/crates.io-index", 34379 "targets": [ 34380 { 34381 "crate_types": [ 34382 "lib" 34383 ], 34384 "doc": true, 34385 "doctest": true, 34386 "edition": "2018", 34387 "kind": [ 34388 "lib" 34389 ], 34390 "name": "num_iter", 34391 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs", 34392 "test": true 34393 } 34394 ], 34395 "version": "0.1.44" 34396 }, 34397 { 34398 "authors": [ 34399 "The Rust Project Developers" 34400 ], 34401 "categories": [ 34402 "algorithms", 34403 "science", 34404 "no-std" 34405 ], 34406 "default_run": null, 34407 "dependencies": [ 34408 { 34409 "features": [], 34410 "kind": null, 34411 "name": "libm", 34412 "optional": true, 34413 "registry": null, 34414 "rename": null, 34415 "req": "^0.2.0", 34416 "source": "registry+https://github.com/rust-lang/crates.io-index", 34417 "target": null, 34418 "uses_default_features": true 34419 }, 34420 { 34421 "features": [], 34422 "kind": "build", 34423 "name": "autocfg", 34424 "optional": false, 34425 "registry": null, 34426 "rename": null, 34427 "req": "^1", 34428 "source": "registry+https://github.com/rust-lang/crates.io-index", 34429 "target": null, 34430 "uses_default_features": true 34431 } 34432 ], 34433 "description": "Numeric traits for generic mathematics", 34434 "documentation": "https://docs.rs/num-traits", 34435 "edition": "2018", 34436 "features": { 34437 "default": [ 34438 "std" 34439 ], 34440 "i128": [], 34441 "libm": [ 34442 "dep:libm" 34443 ], 34444 "std": [] 34445 }, 34446 "homepage": "https://github.com/rust-num/num-traits", 34447 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34448 "keywords": [ 34449 "mathematics", 34450 "numerics" 34451 ], 34452 "license": "MIT OR Apache-2.0", 34453 "license_file": null, 34454 "links": null, 34455 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/Cargo.toml", 34456 "metadata": { 34457 "docs": { 34458 "rs": { 34459 "features": [ 34460 "std" 34461 ], 34462 "rustdoc-args": [ 34463 "--generate-link-to-definition" 34464 ] 34465 } 34466 } 34467 }, 34468 "name": "num-traits", 34469 "publish": null, 34470 "readme": "README.md", 34471 "repository": "https://github.com/rust-num/num-traits", 34472 "rust_version": "1.31", 34473 "source": "registry+https://github.com/rust-lang/crates.io-index", 34474 "targets": [ 34475 { 34476 "crate_types": [ 34477 "lib" 34478 ], 34479 "doc": true, 34480 "doctest": true, 34481 "edition": "2018", 34482 "kind": [ 34483 "lib" 34484 ], 34485 "name": "num_traits", 34486 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs", 34487 "test": true 34488 }, 34489 { 34490 "crate_types": [ 34491 "bin" 34492 ], 34493 "doc": false, 34494 "doctest": false, 34495 "edition": "2018", 34496 "kind": [ 34497 "test" 34498 ], 34499 "name": "cast", 34500 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/tests/cast.rs", 34501 "test": true 34502 }, 34503 { 34504 "crate_types": [ 34505 "bin" 34506 ], 34507 "doc": false, 34508 "doctest": false, 34509 "edition": "2018", 34510 "kind": [ 34511 "custom-build" 34512 ], 34513 "name": "build-script-build", 34514 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs", 34515 "test": false 34516 } 34517 ], 34518 "version": "0.2.18" 34519 }, 34520 { 34521 "authors": [ 34522 "Sean McArthur <[email protected]>" 34523 ], 34524 "categories": [ 34525 "hardware-support" 34526 ], 34527 "default_run": null, 34528 "dependencies": [ 34529 { 34530 "features": [], 34531 "kind": null, 34532 "name": "libc", 34533 "optional": false, 34534 "registry": null, 34535 "rename": null, 34536 "req": "^0.2.26", 34537 "source": "registry+https://github.com/rust-lang/crates.io-index", 34538 "target": "cfg(not(windows))", 34539 "uses_default_features": true 34540 }, 34541 { 34542 "features": [], 34543 "kind": null, 34544 "name": "hermit-abi", 34545 "optional": false, 34546 "registry": null, 34547 "rename": null, 34548 "req": "^0.3.0", 34549 "source": "registry+https://github.com/rust-lang/crates.io-index", 34550 "target": "cfg(target_os = \"hermit\")", 34551 "uses_default_features": true 34552 } 34553 ], 34554 "description": "Get the number of CPUs on a machine.", 34555 "documentation": "https://docs.rs/num_cpus", 34556 "edition": "2015", 34557 "features": {}, 34558 "homepage": null, 34559 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34560 "keywords": [ 34561 "cpu", 34562 "cpus", 34563 "cores" 34564 ], 34565 "license": "MIT OR Apache-2.0", 34566 "license_file": null, 34567 "links": null, 34568 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/Cargo.toml", 34569 "metadata": null, 34570 "name": "num_cpus", 34571 "publish": null, 34572 "readme": "README.md", 34573 "repository": "https://github.com/seanmonstar/num_cpus", 34574 "rust_version": null, 34575 "source": "registry+https://github.com/rust-lang/crates.io-index", 34576 "targets": [ 34577 { 34578 "crate_types": [ 34579 "lib" 34580 ], 34581 "doc": true, 34582 "doctest": true, 34583 "edition": "2015", 34584 "kind": [ 34585 "lib" 34586 ], 34587 "name": "num_cpus", 34588 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs", 34589 "test": true 34590 }, 34591 { 34592 "crate_types": [ 34593 "bin" 34594 ], 34595 "doc": false, 34596 "doctest": false, 34597 "edition": "2015", 34598 "kind": [ 34599 "example" 34600 ], 34601 "name": "values", 34602 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/examples/values.rs", 34603 "test": false 34604 } 34605 ], 34606 "version": "1.16.0" 34607 }, 34608 { 34609 "authors": [], 34610 "categories": [], 34611 "default_run": null, 34612 "dependencies": [ 34613 { 34614 "features": [], 34615 "kind": null, 34616 "name": "rustc-std-workspace-alloc", 34617 "optional": true, 34618 "registry": null, 34619 "rename": "alloc", 34620 "req": "^1.0.0", 34621 "source": "registry+https://github.com/rust-lang/crates.io-index", 34622 "target": null, 34623 "uses_default_features": true 34624 }, 34625 { 34626 "features": [], 34627 "kind": null, 34628 "name": "compiler_builtins", 34629 "optional": true, 34630 "registry": null, 34631 "rename": null, 34632 "req": "^0.1.2", 34633 "source": "registry+https://github.com/rust-lang/crates.io-index", 34634 "target": null, 34635 "uses_default_features": true 34636 }, 34637 { 34638 "features": [], 34639 "kind": null, 34640 "name": "rustc-std-workspace-core", 34641 "optional": true, 34642 "registry": null, 34643 "rename": "core", 34644 "req": "^1.0.0", 34645 "source": "registry+https://github.com/rust-lang/crates.io-index", 34646 "target": null, 34647 "uses_default_features": true 34648 }, 34649 { 34650 "features": [], 34651 "kind": null, 34652 "name": "crc32fast", 34653 "optional": true, 34654 "registry": null, 34655 "rename": null, 34656 "req": "^1.2", 34657 "source": "registry+https://github.com/rust-lang/crates.io-index", 34658 "target": null, 34659 "uses_default_features": false 34660 }, 34661 { 34662 "features": [], 34663 "kind": null, 34664 "name": "flate2", 34665 "optional": true, 34666 "registry": null, 34667 "rename": null, 34668 "req": "^1", 34669 "source": "registry+https://github.com/rust-lang/crates.io-index", 34670 "target": null, 34671 "uses_default_features": true 34672 }, 34673 { 34674 "features": [ 34675 "ahash" 34676 ], 34677 "kind": null, 34678 "name": "hashbrown", 34679 "optional": true, 34680 "registry": null, 34681 "rename": null, 34682 "req": "^0.14.0", 34683 "source": "registry+https://github.com/rust-lang/crates.io-index", 34684 "target": null, 34685 "uses_default_features": false 34686 }, 34687 { 34688 "features": [], 34689 "kind": null, 34690 "name": "indexmap", 34691 "optional": true, 34692 "registry": null, 34693 "rename": null, 34694 "req": "^2.0", 34695 "source": "registry+https://github.com/rust-lang/crates.io-index", 34696 "target": null, 34697 "uses_default_features": false 34698 }, 34699 { 34700 "features": [], 34701 "kind": null, 34702 "name": "memchr", 34703 "optional": false, 34704 "registry": null, 34705 "rename": null, 34706 "req": "^2.4.1", 34707 "source": "registry+https://github.com/rust-lang/crates.io-index", 34708 "target": null, 34709 "uses_default_features": false 34710 }, 34711 { 34712 "features": [], 34713 "kind": null, 34714 "name": "ruzstd", 34715 "optional": true, 34716 "registry": null, 34717 "rename": null, 34718 "req": "^0.5.0", 34719 "source": "registry+https://github.com/rust-lang/crates.io-index", 34720 "target": null, 34721 "uses_default_features": true 34722 }, 34723 { 34724 "features": [], 34725 "kind": null, 34726 "name": "wasmparser", 34727 "optional": true, 34728 "registry": null, 34729 "rename": null, 34730 "req": "^0.118.0", 34731 "source": "registry+https://github.com/rust-lang/crates.io-index", 34732 "target": null, 34733 "uses_default_features": true 34734 } 34735 ], 34736 "description": "A unified interface for reading and writing object file formats.", 34737 "documentation": null, 34738 "edition": "2018", 34739 "features": { 34740 "all": [ 34741 "read", 34742 "write", 34743 "std", 34744 "compression", 34745 "wasm" 34746 ], 34747 "alloc": [ 34748 "dep:alloc" 34749 ], 34750 "archive": [], 34751 "cargo-all": [], 34752 "coff": [], 34753 "compiler_builtins": [ 34754 "dep:compiler_builtins" 34755 ], 34756 "compression": [ 34757 "dep:flate2", 34758 "dep:ruzstd", 34759 "std" 34760 ], 34761 "core": [ 34762 "dep:core" 34763 ], 34764 "default": [ 34765 "read", 34766 "compression" 34767 ], 34768 "doc": [ 34769 "read_core", 34770 "write_std", 34771 "std", 34772 "compression", 34773 "archive", 34774 "coff", 34775 "elf", 34776 "macho", 34777 "pe", 34778 "wasm", 34779 "xcoff" 34780 ], 34781 "elf": [], 34782 "macho": [], 34783 "pe": [ 34784 "coff" 34785 ], 34786 "read": [ 34787 "read_core", 34788 "archive", 34789 "coff", 34790 "elf", 34791 "macho", 34792 "pe", 34793 "xcoff", 34794 "unaligned" 34795 ], 34796 "read_core": [], 34797 "rustc-dep-of-std": [ 34798 "core", 34799 "compiler_builtins", 34800 "alloc", 34801 "memchr/rustc-dep-of-std" 34802 ], 34803 "std": [ 34804 "memchr/std" 34805 ], 34806 "unaligned": [], 34807 "unstable": [], 34808 "unstable-all": [ 34809 "all", 34810 "unstable" 34811 ], 34812 "wasm": [ 34813 "dep:wasmparser" 34814 ], 34815 "write": [ 34816 "write_std", 34817 "coff", 34818 "elf", 34819 "macho", 34820 "pe", 34821 "xcoff" 34822 ], 34823 "write_core": [ 34824 "dep:crc32fast", 34825 "dep:indexmap", 34826 "dep:hashbrown" 34827 ], 34828 "write_std": [ 34829 "write_core", 34830 "std", 34831 "indexmap?/std", 34832 "crc32fast?/std" 34833 ], 34834 "xcoff": [] 34835 }, 34836 "homepage": null, 34837 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 34838 "keywords": [ 34839 "object", 34840 "elf", 34841 "mach-o", 34842 "pe", 34843 "coff" 34844 ], 34845 "license": "Apache-2.0 OR MIT", 34846 "license_file": null, 34847 "links": null, 34848 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/Cargo.toml", 34849 "metadata": { 34850 "docs": { 34851 "rs": { 34852 "features": [ 34853 "doc" 34854 ] 34855 } 34856 } 34857 }, 34858 "name": "object", 34859 "publish": null, 34860 "readme": "README.md", 34861 "repository": "https://github.com/gimli-rs/object", 34862 "rust_version": "1.60", 34863 "source": "registry+https://github.com/rust-lang/crates.io-index", 34864 "targets": [ 34865 { 34866 "crate_types": [ 34867 "lib" 34868 ], 34869 "doc": true, 34870 "doctest": true, 34871 "edition": "2018", 34872 "kind": [ 34873 "lib" 34874 ], 34875 "name": "object", 34876 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs", 34877 "test": true 34878 }, 34879 { 34880 "crate_types": [ 34881 "bin" 34882 ], 34883 "doc": false, 34884 "doctest": false, 34885 "edition": "2018", 34886 "kind": [ 34887 "test" 34888 ], 34889 "name": "integration", 34890 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/tests/integration.rs", 34891 "test": true 34892 }, 34893 { 34894 "crate_types": [ 34895 "bin" 34896 ], 34897 "doc": false, 34898 "doctest": false, 34899 "edition": "2018", 34900 "kind": [ 34901 "test" 34902 ], 34903 "name": "parse_self", 34904 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/tests/parse_self.rs", 34905 "test": true 34906 } 34907 ], 34908 "version": "0.32.2" 34909 }, 34910 { 34911 "authors": [], 34912 "categories": [], 34913 "default_run": null, 34914 "dependencies": [ 34915 { 34916 "features": [], 34917 "kind": null, 34918 "name": "async-trait", 34919 "optional": false, 34920 "registry": null, 34921 "rename": null, 34922 "req": "^0.1.53", 34923 "source": "registry+https://github.com/rust-lang/crates.io-index", 34924 "target": null, 34925 "uses_default_features": true 34926 }, 34927 { 34928 "features": [ 34929 "std" 34930 ], 34931 "kind": null, 34932 "name": "base64", 34933 "optional": true, 34934 "registry": null, 34935 "rename": null, 34936 "req": "^0.21", 34937 "source": "registry+https://github.com/rust-lang/crates.io-index", 34938 "target": null, 34939 "uses_default_features": false 34940 }, 34941 { 34942 "features": [], 34943 "kind": null, 34944 "name": "bytes", 34945 "optional": false, 34946 "registry": null, 34947 "rename": null, 34948 "req": "^1.0", 34949 "source": "registry+https://github.com/rust-lang/crates.io-index", 34950 "target": null, 34951 "uses_default_features": true 34952 }, 34953 { 34954 "features": [ 34955 "clock" 34956 ], 34957 "kind": null, 34958 "name": "chrono", 34959 "optional": false, 34960 "registry": null, 34961 "rename": null, 34962 "req": "^0.4.31", 34963 "source": "registry+https://github.com/rust-lang/crates.io-index", 34964 "target": null, 34965 "uses_default_features": false 34966 }, 34967 { 34968 "features": [], 34969 "kind": null, 34970 "name": "futures", 34971 "optional": false, 34972 "registry": null, 34973 "rename": null, 34974 "req": "^0.3", 34975 "source": "registry+https://github.com/rust-lang/crates.io-index", 34976 "target": null, 34977 "uses_default_features": true 34978 }, 34979 { 34980 "features": [], 34981 "kind": null, 34982 "name": "humantime", 34983 "optional": false, 34984 "registry": null, 34985 "rename": null, 34986 "req": "^2.1", 34987 "source": "registry+https://github.com/rust-lang/crates.io-index", 34988 "target": null, 34989 "uses_default_features": true 34990 }, 34991 { 34992 "features": [], 34993 "kind": null, 34994 "name": "hyper", 34995 "optional": true, 34996 "registry": null, 34997 "rename": null, 34998 "req": "^0.14", 34999 "source": "registry+https://github.com/rust-lang/crates.io-index", 35000 "target": null, 35001 "uses_default_features": false 35002 }, 35003 { 35004 "features": [], 35005 "kind": null, 35006 "name": "itertools", 35007 "optional": false, 35008 "registry": null, 35009 "rename": null, 35010 "req": "^0.11.0", 35011 "source": "registry+https://github.com/rust-lang/crates.io-index", 35012 "target": null, 35013 "uses_default_features": true 35014 }, 35015 { 35016 "features": [], 35017 "kind": null, 35018 "name": "parking_lot", 35019 "optional": false, 35020 "registry": null, 35021 "rename": null, 35022 "req": "^0.12", 35023 "source": "registry+https://github.com/rust-lang/crates.io-index", 35024 "target": null, 35025 "uses_default_features": true 35026 }, 35027 { 35028 "features": [], 35029 "kind": null, 35030 "name": "percent-encoding", 35031 "optional": false, 35032 "registry": null, 35033 "rename": null, 35034 "req": "^2.1", 35035 "source": "registry+https://github.com/rust-lang/crates.io-index", 35036 "target": null, 35037 "uses_default_features": true 35038 }, 35039 { 35040 "features": [ 35041 "serialize", 35042 "overlapped-lists" 35043 ], 35044 "kind": null, 35045 "name": "quick-xml", 35046 "optional": true, 35047 "registry": null, 35048 "rename": null, 35049 "req": "^0.31.0", 35050 "source": "registry+https://github.com/rust-lang/crates.io-index", 35051 "target": null, 35052 "uses_default_features": true 35053 }, 35054 { 35055 "features": [ 35056 "std", 35057 "std_rng" 35058 ], 35059 "kind": null, 35060 "name": "rand", 35061 "optional": true, 35062 "registry": null, 35063 "rename": null, 35064 "req": "^0.8", 35065 "source": "registry+https://github.com/rust-lang/crates.io-index", 35066 "target": null, 35067 "uses_default_features": false 35068 }, 35069 { 35070 "features": [ 35071 "rustls-tls" 35072 ], 35073 "kind": null, 35074 "name": "reqwest", 35075 "optional": true, 35076 "registry": null, 35077 "rename": null, 35078 "req": "^0.11", 35079 "source": "registry+https://github.com/rust-lang/crates.io-index", 35080 "target": null, 35081 "uses_default_features": false 35082 }, 35083 { 35084 "features": [ 35085 "std" 35086 ], 35087 "kind": null, 35088 "name": "ring", 35089 "optional": true, 35090 "registry": null, 35091 "rename": null, 35092 "req": "^0.17", 35093 "source": "registry+https://github.com/rust-lang/crates.io-index", 35094 "target": null, 35095 "uses_default_features": false 35096 }, 35097 { 35098 "features": [], 35099 "kind": null, 35100 "name": "rustls-pemfile", 35101 "optional": true, 35102 "registry": null, 35103 "rename": null, 35104 "req": "^1.0", 35105 "source": "registry+https://github.com/rust-lang/crates.io-index", 35106 "target": null, 35107 "uses_default_features": false 35108 }, 35109 { 35110 "features": [ 35111 "derive" 35112 ], 35113 "kind": null, 35114 "name": "serde", 35115 "optional": true, 35116 "registry": null, 35117 "rename": null, 35118 "req": "^1.0", 35119 "source": "registry+https://github.com/rust-lang/crates.io-index", 35120 "target": null, 35121 "uses_default_features": false 35122 }, 35123 { 35124 "features": [], 35125 "kind": null, 35126 "name": "serde_json", 35127 "optional": true, 35128 "registry": null, 35129 "rename": null, 35130 "req": "^1.0", 35131 "source": "registry+https://github.com/rust-lang/crates.io-index", 35132 "target": null, 35133 "uses_default_features": false 35134 }, 35135 { 35136 "features": [], 35137 "kind": null, 35138 "name": "snafu", 35139 "optional": false, 35140 "registry": null, 35141 "rename": null, 35142 "req": "^0.7", 35143 "source": "registry+https://github.com/rust-lang/crates.io-index", 35144 "target": null, 35145 "uses_default_features": true 35146 }, 35147 { 35148 "features": [ 35149 "sync", 35150 "macros", 35151 "rt", 35152 "time", 35153 "io-util" 35154 ], 35155 "kind": null, 35156 "name": "tokio", 35157 "optional": false, 35158 "registry": null, 35159 "rename": null, 35160 "req": "^1.25.0", 35161 "source": "registry+https://github.com/rust-lang/crates.io-index", 35162 "target": null, 35163 "uses_default_features": true 35164 }, 35165 { 35166 "features": [], 35167 "kind": null, 35168 "name": "tracing", 35169 "optional": false, 35170 "registry": null, 35171 "rename": null, 35172 "req": "^0.1", 35173 "source": "registry+https://github.com/rust-lang/crates.io-index", 35174 "target": null, 35175 "uses_default_features": true 35176 }, 35177 { 35178 "features": [], 35179 "kind": null, 35180 "name": "url", 35181 "optional": false, 35182 "registry": null, 35183 "rename": null, 35184 "req": "^2.2", 35185 "source": "registry+https://github.com/rust-lang/crates.io-index", 35186 "target": null, 35187 "uses_default_features": true 35188 }, 35189 { 35190 "features": [], 35191 "kind": null, 35192 "name": "walkdir", 35193 "optional": false, 35194 "registry": null, 35195 "rename": null, 35196 "req": "^2", 35197 "source": "registry+https://github.com/rust-lang/crates.io-index", 35198 "target": null, 35199 "uses_default_features": true 35200 }, 35201 { 35202 "features": [], 35203 "kind": "dev", 35204 "name": "futures-test", 35205 "optional": false, 35206 "registry": null, 35207 "rename": null, 35208 "req": "^0.3", 35209 "source": "registry+https://github.com/rust-lang/crates.io-index", 35210 "target": null, 35211 "uses_default_features": true 35212 }, 35213 { 35214 "features": [ 35215 "server" 35216 ], 35217 "kind": "dev", 35218 "name": "hyper", 35219 "optional": false, 35220 "registry": null, 35221 "rename": null, 35222 "req": "^0.14.24", 35223 "source": "registry+https://github.com/rust-lang/crates.io-index", 35224 "target": null, 35225 "uses_default_features": true 35226 }, 35227 { 35228 "features": [], 35229 "kind": "dev", 35230 "name": "rand", 35231 "optional": false, 35232 "registry": null, 35233 "rename": null, 35234 "req": "^0.8", 35235 "source": "registry+https://github.com/rust-lang/crates.io-index", 35236 "target": null, 35237 "uses_default_features": true 35238 }, 35239 { 35240 "features": [], 35241 "kind": "dev", 35242 "name": "tempfile", 35243 "optional": false, 35244 "registry": null, 35245 "rename": null, 35246 "req": "^3.1.0", 35247 "source": "registry+https://github.com/rust-lang/crates.io-index", 35248 "target": null, 35249 "uses_default_features": true 35250 }, 35251 { 35252 "features": [ 35253 "fs" 35254 ], 35255 "kind": "dev", 35256 "name": "nix", 35257 "optional": false, 35258 "registry": null, 35259 "rename": null, 35260 "req": "^0.27.1", 35261 "source": "registry+https://github.com/rust-lang/crates.io-index", 35262 "target": "cfg(target_family = \"unix\")", 35263 "uses_default_features": true 35264 } 35265 ], 35266 "description": "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files.", 35267 "documentation": null, 35268 "edition": "2021", 35269 "features": { 35270 "aws": [ 35271 "cloud" 35272 ], 35273 "azure": [ 35274 "cloud" 35275 ], 35276 "base64": [ 35277 "dep:base64" 35278 ], 35279 "cloud": [ 35280 "serde", 35281 "serde_json", 35282 "quick-xml", 35283 "hyper", 35284 "reqwest", 35285 "reqwest/json", 35286 "reqwest/stream", 35287 "chrono/serde", 35288 "base64", 35289 "rand", 35290 "ring" 35291 ], 35292 "gcp": [ 35293 "cloud", 35294 "rustls-pemfile" 35295 ], 35296 "http": [ 35297 "cloud" 35298 ], 35299 "hyper": [ 35300 "dep:hyper" 35301 ], 35302 "quick-xml": [ 35303 "dep:quick-xml" 35304 ], 35305 "rand": [ 35306 "dep:rand" 35307 ], 35308 "reqwest": [ 35309 "dep:reqwest" 35310 ], 35311 "ring": [ 35312 "dep:ring" 35313 ], 35314 "rustls-pemfile": [ 35315 "dep:rustls-pemfile" 35316 ], 35317 "serde": [ 35318 "dep:serde" 35319 ], 35320 "serde_json": [ 35321 "dep:serde_json" 35322 ] 35323 }, 35324 "homepage": null, 35325 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35326 "keywords": [ 35327 "object", 35328 "storage", 35329 "cloud" 35330 ], 35331 "license": "MIT/Apache-2.0", 35332 "license_file": null, 35333 "links": null, 35334 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object_store-0.8.0/Cargo.toml", 35335 "metadata": { 35336 "docs": { 35337 "rs": { 35338 "all-features": true 35339 } 35340 } 35341 }, 35342 "name": "object_store", 35343 "publish": null, 35344 "readme": "README.md", 35345 "repository": "https://github.com/apache/arrow-rs/tree/master/object_store", 35346 "rust_version": "1.62.1", 35347 "source": "registry+https://github.com/rust-lang/crates.io-index", 35348 "targets": [ 35349 { 35350 "crate_types": [ 35351 "lib" 35352 ], 35353 "doc": true, 35354 "doctest": true, 35355 "edition": "2021", 35356 "kind": [ 35357 "lib" 35358 ], 35359 "name": "object_store", 35360 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object_store-0.8.0/src/lib.rs", 35361 "test": true 35362 }, 35363 { 35364 "crate_types": [ 35365 "bin" 35366 ], 35367 "doc": false, 35368 "doctest": false, 35369 "edition": "2021", 35370 "kind": [ 35371 "test" 35372 ], 35373 "name": "get_range_file", 35374 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/object_store-0.8.0/tests/get_range_file.rs", 35375 "test": true 35376 } 35377 ], 35378 "version": "0.8.0" 35379 }, 35380 { 35381 "authors": [ 35382 "Aleksey Kladov <[email protected]>" 35383 ], 35384 "categories": [ 35385 "rust-patterns", 35386 "memory-management" 35387 ], 35388 "default_run": null, 35389 "dependencies": [ 35390 { 35391 "features": [], 35392 "kind": null, 35393 "name": "critical-section", 35394 "optional": true, 35395 "registry": null, 35396 "rename": null, 35397 "req": "^1", 35398 "source": "registry+https://github.com/rust-lang/crates.io-index", 35399 "target": null, 35400 "uses_default_features": true 35401 }, 35402 { 35403 "features": [], 35404 "kind": null, 35405 "name": "parking_lot_core", 35406 "optional": true, 35407 "registry": null, 35408 "rename": null, 35409 "req": "^0.9.3", 35410 "source": "registry+https://github.com/rust-lang/crates.io-index", 35411 "target": null, 35412 "uses_default_features": false 35413 }, 35414 { 35415 "features": [], 35416 "kind": null, 35417 "name": "portable-atomic", 35418 "optional": true, 35419 "registry": null, 35420 "rename": null, 35421 "req": "^1", 35422 "source": "registry+https://github.com/rust-lang/crates.io-index", 35423 "target": null, 35424 "uses_default_features": true 35425 }, 35426 { 35427 "features": [ 35428 "std" 35429 ], 35430 "kind": "dev", 35431 "name": "critical-section", 35432 "optional": false, 35433 "registry": null, 35434 "rename": null, 35435 "req": "^1.1.1", 35436 "source": "registry+https://github.com/rust-lang/crates.io-index", 35437 "target": null, 35438 "uses_default_features": true 35439 }, 35440 { 35441 "features": [], 35442 "kind": "dev", 35443 "name": "regex", 35444 "optional": false, 35445 "registry": null, 35446 "rename": null, 35447 "req": "^1.2.0", 35448 "source": "registry+https://github.com/rust-lang/crates.io-index", 35449 "target": null, 35450 "uses_default_features": true 35451 } 35452 ], 35453 "description": "Single assignment cells and lazy values.", 35454 "documentation": "https://docs.rs/once_cell", 35455 "edition": "2021", 35456 "features": { 35457 "alloc": [ 35458 "race" 35459 ], 35460 "atomic-polyfill": [ 35461 "critical-section" 35462 ], 35463 "critical-section": [ 35464 "dep:critical-section", 35465 "portable-atomic" 35466 ], 35467 "default": [ 35468 "std" 35469 ], 35470 "parking_lot": [ 35471 "dep:parking_lot_core" 35472 ], 35473 "portable-atomic": [ 35474 "dep:portable-atomic" 35475 ], 35476 "race": [], 35477 "std": [ 35478 "alloc" 35479 ], 35480 "unstable": [] 35481 }, 35482 "homepage": null, 35483 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35484 "keywords": [ 35485 "lazy", 35486 "static" 35487 ], 35488 "license": "MIT OR Apache-2.0", 35489 "license_file": null, 35490 "links": null, 35491 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml", 35492 "metadata": { 35493 "docs": { 35494 "rs": { 35495 "all-features": true, 35496 "rustdoc-args": [ 35497 "--generate-link-to-definition" 35498 ] 35499 } 35500 } 35501 }, 35502 "name": "once_cell", 35503 "publish": null, 35504 "readme": "README.md", 35505 "repository": "https://github.com/matklad/once_cell", 35506 "rust_version": "1.60", 35507 "source": "registry+https://github.com/rust-lang/crates.io-index", 35508 "targets": [ 35509 { 35510 "crate_types": [ 35511 "lib" 35512 ], 35513 "doc": true, 35514 "doctest": true, 35515 "edition": "2021", 35516 "kind": [ 35517 "lib" 35518 ], 35519 "name": "once_cell", 35520 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs", 35521 "test": true 35522 }, 35523 { 35524 "crate_types": [ 35525 "bin" 35526 ], 35527 "doc": false, 35528 "doctest": false, 35529 "edition": "2021", 35530 "kind": [ 35531 "example" 35532 ], 35533 "name": "bench", 35534 "required-features": [ 35535 "std" 35536 ], 35537 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs", 35538 "test": false 35539 }, 35540 { 35541 "crate_types": [ 35542 "bin" 35543 ], 35544 "doc": false, 35545 "doctest": false, 35546 "edition": "2021", 35547 "kind": [ 35548 "example" 35549 ], 35550 "name": "bench_acquire", 35551 "required-features": [ 35552 "std" 35553 ], 35554 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs", 35555 "test": false 35556 }, 35557 { 35558 "crate_types": [ 35559 "bin" 35560 ], 35561 "doc": false, 35562 "doctest": false, 35563 "edition": "2021", 35564 "kind": [ 35565 "example" 35566 ], 35567 "name": "lazy_static", 35568 "required-features": [ 35569 "std" 35570 ], 35571 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs", 35572 "test": false 35573 }, 35574 { 35575 "crate_types": [ 35576 "bin" 35577 ], 35578 "doc": false, 35579 "doctest": false, 35580 "edition": "2021", 35581 "kind": [ 35582 "example" 35583 ], 35584 "name": "reentrant_init_deadlocks", 35585 "required-features": [ 35586 "std" 35587 ], 35588 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs", 35589 "test": false 35590 }, 35591 { 35592 "crate_types": [ 35593 "bin" 35594 ], 35595 "doc": false, 35596 "doctest": false, 35597 "edition": "2021", 35598 "kind": [ 35599 "example" 35600 ], 35601 "name": "regex", 35602 "required-features": [ 35603 "std" 35604 ], 35605 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs", 35606 "test": false 35607 }, 35608 { 35609 "crate_types": [ 35610 "bin" 35611 ], 35612 "doc": false, 35613 "doctest": false, 35614 "edition": "2021", 35615 "kind": [ 35616 "example" 35617 ], 35618 "name": "test_synchronization", 35619 "required-features": [ 35620 "std" 35621 ], 35622 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs", 35623 "test": false 35624 }, 35625 { 35626 "crate_types": [ 35627 "bin" 35628 ], 35629 "doc": false, 35630 "doctest": false, 35631 "edition": "2021", 35632 "kind": [ 35633 "test" 35634 ], 35635 "name": "it", 35636 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs", 35637 "test": true 35638 } 35639 ], 35640 "version": "1.19.0" 35641 }, 35642 { 35643 "authors": [ 35644 "dylni" 35645 ], 35646 "categories": [ 35647 "command-line-interface", 35648 "development-tools::ffi", 35649 "encoding", 35650 "os", 35651 "rust-patterns" 35652 ], 35653 "default_run": null, 35654 "dependencies": [ 35655 { 35656 "features": [], 35657 "kind": null, 35658 "name": "memchr", 35659 "optional": true, 35660 "registry": null, 35661 "rename": null, 35662 "req": "^2.4", 35663 "source": "registry+https://github.com/rust-lang/crates.io-index", 35664 "target": null, 35665 "uses_default_features": true 35666 }, 35667 { 35668 "features": [], 35669 "kind": null, 35670 "name": "print_bytes", 35671 "optional": true, 35672 "registry": null, 35673 "rename": null, 35674 "req": "^0.5", 35675 "source": "registry+https://github.com/rust-lang/crates.io-index", 35676 "target": null, 35677 "uses_default_features": true 35678 }, 35679 { 35680 "features": [], 35681 "kind": null, 35682 "name": "uniquote", 35683 "optional": true, 35684 "registry": null, 35685 "rename": null, 35686 "req": "^3.0", 35687 "source": "registry+https://github.com/rust-lang/crates.io-index", 35688 "target": null, 35689 "uses_default_features": true 35690 }, 35691 { 35692 "features": [], 35693 "kind": "dev", 35694 "name": "getrandom", 35695 "optional": false, 35696 "registry": null, 35697 "rename": null, 35698 "req": "^0.2", 35699 "source": "registry+https://github.com/rust-lang/crates.io-index", 35700 "target": null, 35701 "uses_default_features": true 35702 } 35703 ], 35704 "description": "Utilities for converting between byte sequences and platform-native strings\n", 35705 "documentation": null, 35706 "edition": "2018", 35707 "features": { 35708 "default": [ 35709 "memchr", 35710 "raw_os_str" 35711 ], 35712 "memchr": [ 35713 "dep:memchr" 35714 ], 35715 "print_bytes": [ 35716 "dep:print_bytes" 35717 ], 35718 "raw_os_str": [], 35719 "uniquote": [ 35720 "dep:uniquote" 35721 ] 35722 }, 35723 "homepage": null, 35724 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35725 "keywords": [ 35726 "bytes", 35727 "osstr", 35728 "osstring", 35729 "path", 35730 "windows" 35731 ], 35732 "license": "MIT OR Apache-2.0", 35733 "license_file": null, 35734 "links": null, 35735 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.0.0/Cargo.toml", 35736 "metadata": { 35737 "docs": { 35738 "rs": { 35739 "all-features": true, 35740 "rustc-args": [ 35741 "--cfg", 35742 "os_str_bytes_docs_rs" 35743 ], 35744 "rustdoc-args": [ 35745 "--cfg", 35746 "os_str_bytes_docs_rs" 35747 ] 35748 } 35749 } 35750 }, 35751 "name": "os_str_bytes", 35752 "publish": null, 35753 "readme": "README.md", 35754 "repository": "https://github.com/dylni/os_str_bytes", 35755 "rust_version": "1.52.0", 35756 "source": "registry+https://github.com/rust-lang/crates.io-index", 35757 "targets": [ 35758 { 35759 "crate_types": [ 35760 "lib" 35761 ], 35762 "doc": true, 35763 "doctest": true, 35764 "edition": "2018", 35765 "kind": [ 35766 "lib" 35767 ], 35768 "name": "os_str_bytes", 35769 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.0.0/src/lib.rs", 35770 "test": true 35771 } 35772 ], 35773 "version": "6.0.0" 35774 }, 35775 { 35776 "authors": [ 35777 "Stjepan Glavina <[email protected]>", 35778 "The Rust Project Developers" 35779 ], 35780 "categories": [ 35781 "concurrency" 35782 ], 35783 "default_run": null, 35784 "dependencies": [ 35785 { 35786 "features": [], 35787 "kind": "dev", 35788 "name": "easy-parallel", 35789 "optional": false, 35790 "registry": null, 35791 "rename": null, 35792 "req": "^3.0.0", 35793 "source": "registry+https://github.com/rust-lang/crates.io-index", 35794 "target": null, 35795 "uses_default_features": true 35796 }, 35797 { 35798 "features": [], 35799 "kind": null, 35800 "name": "loom", 35801 "optional": true, 35802 "registry": null, 35803 "rename": null, 35804 "req": "^0.7", 35805 "source": "registry+https://github.com/rust-lang/crates.io-index", 35806 "target": "cfg(loom)", 35807 "uses_default_features": true 35808 } 35809 ], 35810 "description": "Thread parking and unparking", 35811 "documentation": "https://docs.rs/parking", 35812 "edition": "2018", 35813 "features": { 35814 "loom": [ 35815 "dep:loom" 35816 ] 35817 }, 35818 "homepage": "https://github.com/smol-rs/parking", 35819 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35820 "keywords": [ 35821 "park", 35822 "notify", 35823 "thread", 35824 "wake", 35825 "condition" 35826 ], 35827 "license": "Apache-2.0 OR MIT", 35828 "license_file": null, 35829 "links": null, 35830 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/Cargo.toml", 35831 "metadata": null, 35832 "name": "parking", 35833 "publish": null, 35834 "readme": "README.md", 35835 "repository": "https://github.com/smol-rs/parking", 35836 "rust_version": "1.51", 35837 "source": "registry+https://github.com/rust-lang/crates.io-index", 35838 "targets": [ 35839 { 35840 "crate_types": [ 35841 "lib" 35842 ], 35843 "doc": true, 35844 "doctest": true, 35845 "edition": "2018", 35846 "kind": [ 35847 "lib" 35848 ], 35849 "name": "parking", 35850 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs", 35851 "test": true 35852 }, 35853 { 35854 "crate_types": [ 35855 "bin" 35856 ], 35857 "doc": false, 35858 "doctest": false, 35859 "edition": "2018", 35860 "kind": [ 35861 "test" 35862 ], 35863 "name": "parking", 35864 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/tests/parking.rs", 35865 "test": true 35866 }, 35867 { 35868 "crate_types": [ 35869 "bin" 35870 ], 35871 "doc": false, 35872 "doctest": false, 35873 "edition": "2018", 35874 "kind": [ 35875 "test" 35876 ], 35877 "name": "loom", 35878 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/tests/loom.rs", 35879 "test": true 35880 } 35881 ], 35882 "version": "2.2.0" 35883 }, 35884 { 35885 "authors": [ 35886 "Amanieu d'Antras <[email protected]>" 35887 ], 35888 "categories": [ 35889 "concurrency" 35890 ], 35891 "default_run": null, 35892 "dependencies": [ 35893 { 35894 "features": [], 35895 "kind": null, 35896 "name": "lock_api", 35897 "optional": false, 35898 "registry": null, 35899 "rename": null, 35900 "req": "^0.4.6", 35901 "source": "registry+https://github.com/rust-lang/crates.io-index", 35902 "target": null, 35903 "uses_default_features": true 35904 }, 35905 { 35906 "features": [], 35907 "kind": null, 35908 "name": "parking_lot_core", 35909 "optional": false, 35910 "registry": null, 35911 "rename": null, 35912 "req": "^0.9.0", 35913 "source": "registry+https://github.com/rust-lang/crates.io-index", 35914 "target": null, 35915 "uses_default_features": true 35916 }, 35917 { 35918 "features": [], 35919 "kind": "dev", 35920 "name": "bincode", 35921 "optional": false, 35922 "registry": null, 35923 "rename": null, 35924 "req": "^1.3.3", 35925 "source": "registry+https://github.com/rust-lang/crates.io-index", 35926 "target": null, 35927 "uses_default_features": true 35928 }, 35929 { 35930 "features": [], 35931 "kind": "dev", 35932 "name": "rand", 35933 "optional": false, 35934 "registry": null, 35935 "rename": null, 35936 "req": "^0.8.3", 35937 "source": "registry+https://github.com/rust-lang/crates.io-index", 35938 "target": null, 35939 "uses_default_features": true 35940 } 35941 ], 35942 "description": "More compact and efficient implementations of the standard synchronization primitives.", 35943 "documentation": null, 35944 "edition": "2018", 35945 "features": { 35946 "arc_lock": [ 35947 "lock_api/arc_lock" 35948 ], 35949 "deadlock_detection": [ 35950 "parking_lot_core/deadlock_detection" 35951 ], 35952 "default": [], 35953 "hardware-lock-elision": [], 35954 "nightly": [ 35955 "parking_lot_core/nightly", 35956 "lock_api/nightly" 35957 ], 35958 "owning_ref": [ 35959 "lock_api/owning_ref" 35960 ], 35961 "send_guard": [], 35962 "serde": [ 35963 "lock_api/serde" 35964 ] 35965 }, 35966 "homepage": null, 35967 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 35968 "keywords": [ 35969 "mutex", 35970 "condvar", 35971 "rwlock", 35972 "once", 35973 "thread" 35974 ], 35975 "license": "MIT OR Apache-2.0", 35976 "license_file": null, 35977 "links": null, 35978 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/Cargo.toml", 35979 "metadata": null, 35980 "name": "parking_lot", 35981 "publish": null, 35982 "readme": "README.md", 35983 "repository": "https://github.com/Amanieu/parking_lot", 35984 "rust_version": null, 35985 "source": "registry+https://github.com/rust-lang/crates.io-index", 35986 "targets": [ 35987 { 35988 "crate_types": [ 35989 "lib" 35990 ], 35991 "doc": true, 35992 "doctest": true, 35993 "edition": "2018", 35994 "kind": [ 35995 "lib" 35996 ], 35997 "name": "parking_lot", 35998 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs", 35999 "test": true 36000 }, 36001 { 36002 "crate_types": [ 36003 "bin" 36004 ], 36005 "doc": false, 36006 "doctest": false, 36007 "edition": "2018", 36008 "kind": [ 36009 "test" 36010 ], 36011 "name": "issue_203", 36012 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/tests/issue_203.rs", 36013 "test": true 36014 } 36015 ], 36016 "version": "0.12.1" 36017 }, 36018 { 36019 "authors": [ 36020 "Amanieu d'Antras <[email protected]>" 36021 ], 36022 "categories": [ 36023 "concurrency" 36024 ], 36025 "default_run": null, 36026 "dependencies": [ 36027 { 36028 "features": [], 36029 "kind": null, 36030 "name": "backtrace", 36031 "optional": true, 36032 "registry": null, 36033 "rename": null, 36034 "req": "^0.3.60", 36035 "source": "registry+https://github.com/rust-lang/crates.io-index", 36036 "target": null, 36037 "uses_default_features": true 36038 }, 36039 { 36040 "features": [], 36041 "kind": null, 36042 "name": "cfg-if", 36043 "optional": false, 36044 "registry": null, 36045 "rename": null, 36046 "req": "^1.0.0", 36047 "source": "registry+https://github.com/rust-lang/crates.io-index", 36048 "target": null, 36049 "uses_default_features": true 36050 }, 36051 { 36052 "features": [], 36053 "kind": null, 36054 "name": "petgraph", 36055 "optional": true, 36056 "registry": null, 36057 "rename": null, 36058 "req": "^0.6.0", 36059 "source": "registry+https://github.com/rust-lang/crates.io-index", 36060 "target": null, 36061 "uses_default_features": true 36062 }, 36063 { 36064 "features": [], 36065 "kind": null, 36066 "name": "smallvec", 36067 "optional": false, 36068 "registry": null, 36069 "rename": null, 36070 "req": "^1.6.1", 36071 "source": "registry+https://github.com/rust-lang/crates.io-index", 36072 "target": null, 36073 "uses_default_features": true 36074 }, 36075 { 36076 "features": [], 36077 "kind": null, 36078 "name": "thread-id", 36079 "optional": true, 36080 "registry": null, 36081 "rename": null, 36082 "req": "^4.0.0", 36083 "source": "registry+https://github.com/rust-lang/crates.io-index", 36084 "target": null, 36085 "uses_default_features": true 36086 }, 36087 { 36088 "features": [], 36089 "kind": null, 36090 "name": "redox_syscall", 36091 "optional": false, 36092 "registry": null, 36093 "rename": null, 36094 "req": "^0.4", 36095 "source": "registry+https://github.com/rust-lang/crates.io-index", 36096 "target": "cfg(target_os = \"redox\")", 36097 "uses_default_features": true 36098 }, 36099 { 36100 "features": [], 36101 "kind": null, 36102 "name": "libc", 36103 "optional": false, 36104 "registry": null, 36105 "rename": null, 36106 "req": "^0.2.95", 36107 "source": "registry+https://github.com/rust-lang/crates.io-index", 36108 "target": "cfg(unix)", 36109 "uses_default_features": true 36110 }, 36111 { 36112 "features": [], 36113 "kind": null, 36114 "name": "windows-targets", 36115 "optional": false, 36116 "registry": null, 36117 "rename": null, 36118 "req": "^0.48.0", 36119 "source": "registry+https://github.com/rust-lang/crates.io-index", 36120 "target": "cfg(windows)", 36121 "uses_default_features": true 36122 } 36123 ], 36124 "description": "An advanced API for creating custom synchronization primitives.", 36125 "documentation": null, 36126 "edition": "2018", 36127 "features": { 36128 "backtrace": [ 36129 "dep:backtrace" 36130 ], 36131 "deadlock_detection": [ 36132 "petgraph", 36133 "thread-id", 36134 "backtrace" 36135 ], 36136 "nightly": [], 36137 "petgraph": [ 36138 "dep:petgraph" 36139 ], 36140 "thread-id": [ 36141 "dep:thread-id" 36142 ] 36143 }, 36144 "homepage": null, 36145 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36146 "keywords": [ 36147 "mutex", 36148 "condvar", 36149 "rwlock", 36150 "once", 36151 "thread" 36152 ], 36153 "license": "MIT OR Apache-2.0", 36154 "license_file": null, 36155 "links": null, 36156 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/Cargo.toml", 36157 "metadata": { 36158 "docs": { 36159 "rs": { 36160 "rustdoc-args": [ 36161 "--generate-link-to-definition" 36162 ] 36163 } 36164 } 36165 }, 36166 "name": "parking_lot_core", 36167 "publish": null, 36168 "readme": null, 36169 "repository": "https://github.com/Amanieu/parking_lot", 36170 "rust_version": "1.49.0", 36171 "source": "registry+https://github.com/rust-lang/crates.io-index", 36172 "targets": [ 36173 { 36174 "crate_types": [ 36175 "lib" 36176 ], 36177 "doc": true, 36178 "doctest": true, 36179 "edition": "2018", 36180 "kind": [ 36181 "lib" 36182 ], 36183 "name": "parking_lot_core", 36184 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs", 36185 "test": true 36186 }, 36187 { 36188 "crate_types": [ 36189 "bin" 36190 ], 36191 "doc": false, 36192 "doctest": false, 36193 "edition": "2018", 36194 "kind": [ 36195 "custom-build" 36196 ], 36197 "name": "build-script-build", 36198 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs", 36199 "test": false 36200 } 36201 ], 36202 "version": "0.9.9" 36203 }, 36204 { 36205 "authors": [ 36206 "RustCrypto Developers" 36207 ], 36208 "categories": [ 36209 "authentication", 36210 "cryptography", 36211 "no-std" 36212 ], 36213 "default_run": null, 36214 "dependencies": [ 36215 { 36216 "features": [], 36217 "kind": null, 36218 "name": "base64ct", 36219 "optional": false, 36220 "registry": null, 36221 "rename": null, 36222 "req": "^1", 36223 "source": "registry+https://github.com/rust-lang/crates.io-index", 36224 "target": null, 36225 "uses_default_features": true 36226 }, 36227 { 36228 "features": [], 36229 "kind": null, 36230 "name": "rand_core", 36231 "optional": true, 36232 "registry": null, 36233 "rename": null, 36234 "req": "^0.6.4", 36235 "source": "registry+https://github.com/rust-lang/crates.io-index", 36236 "target": null, 36237 "uses_default_features": false 36238 }, 36239 { 36240 "features": [], 36241 "kind": null, 36242 "name": "subtle", 36243 "optional": false, 36244 "registry": null, 36245 "rename": null, 36246 "req": "^2", 36247 "source": "registry+https://github.com/rust-lang/crates.io-index", 36248 "target": null, 36249 "uses_default_features": false 36250 } 36251 ], 36252 "description": "Traits which describe the functionality of password hashing algorithms,\nas well as a `no_std`-friendly implementation of the PHC string format\n(a well-defined subset of the Modular Crypt Format a.k.a. MCF)\n", 36253 "documentation": "https://docs.rs/password-hash", 36254 "edition": "2021", 36255 "features": { 36256 "alloc": [ 36257 "base64ct/alloc" 36258 ], 36259 "default": [ 36260 "rand_core" 36261 ], 36262 "getrandom": [ 36263 "rand_core/getrandom" 36264 ], 36265 "rand_core": [ 36266 "dep:rand_core" 36267 ], 36268 "std": [ 36269 "alloc", 36270 "base64ct/std", 36271 "rand_core/std" 36272 ] 36273 }, 36274 "homepage": null, 36275 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36276 "keywords": [ 36277 "crypt", 36278 "mcf", 36279 "password", 36280 "pbkdf", 36281 "phc" 36282 ], 36283 "license": "MIT OR Apache-2.0", 36284 "license_file": null, 36285 "links": null, 36286 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/Cargo.toml", 36287 "metadata": { 36288 "docs": { 36289 "rs": { 36290 "all-features": true, 36291 "rustdoc-args": [ 36292 "--cfg", 36293 "docsrs" 36294 ] 36295 } 36296 } 36297 }, 36298 "name": "password-hash", 36299 "publish": null, 36300 "readme": "README.md", 36301 "repository": "https://github.com/RustCrypto/traits/tree/master/password-hash", 36302 "rust_version": "1.60", 36303 "source": "registry+https://github.com/rust-lang/crates.io-index", 36304 "targets": [ 36305 { 36306 "crate_types": [ 36307 "lib" 36308 ], 36309 "doc": true, 36310 "doctest": true, 36311 "edition": "2021", 36312 "kind": [ 36313 "lib" 36314 ], 36315 "name": "password_hash", 36316 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs", 36317 "test": true 36318 }, 36319 { 36320 "crate_types": [ 36321 "bin" 36322 ], 36323 "doc": false, 36324 "doctest": false, 36325 "edition": "2021", 36326 "kind": [ 36327 "test" 36328 ], 36329 "name": "test_vectors", 36330 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/tests/test_vectors.rs", 36331 "test": true 36332 }, 36333 { 36334 "crate_types": [ 36335 "bin" 36336 ], 36337 "doc": false, 36338 "doctest": false, 36339 "edition": "2021", 36340 "kind": [ 36341 "test" 36342 ], 36343 "name": "encoding", 36344 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/tests/encoding.rs", 36345 "test": true 36346 }, 36347 { 36348 "crate_types": [ 36349 "bin" 36350 ], 36351 "doc": false, 36352 "doctest": false, 36353 "edition": "2021", 36354 "kind": [ 36355 "test" 36356 ], 36357 "name": "password_hash", 36358 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/tests/password_hash.rs", 36359 "test": true 36360 }, 36361 { 36362 "crate_types": [ 36363 "bin" 36364 ], 36365 "doc": false, 36366 "doctest": false, 36367 "edition": "2021", 36368 "kind": [ 36369 "test" 36370 ], 36371 "name": "hashing", 36372 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/tests/hashing.rs", 36373 "test": true 36374 } 36375 ], 36376 "version": "0.5.0" 36377 }, 36378 { 36379 "authors": [ 36380 "Dan Reeves <[email protected]>" 36381 ], 36382 "categories": [], 36383 "default_run": null, 36384 "dependencies": [ 36385 { 36386 "features": [], 36387 "kind": "dev", 36388 "name": "criterion", 36389 "optional": false, 36390 "registry": null, 36391 "rename": null, 36392 "req": "^0.2", 36393 "source": "registry+https://github.com/rust-lang/crates.io-index", 36394 "target": null, 36395 "uses_default_features": true 36396 } 36397 ], 36398 "description": "A Rust implementation of cleanname or path.Clean", 36399 "documentation": "https://docs.rs/path-clean", 36400 "edition": "2015", 36401 "features": {}, 36402 "homepage": null, 36403 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36404 "keywords": [ 36405 "path", 36406 "clean" 36407 ], 36408 "license": "MIT OR Apache-2.0", 36409 "license_file": null, 36410 "links": null, 36411 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/path-clean-1.0.1/Cargo.toml", 36412 "metadata": null, 36413 "name": "path-clean", 36414 "publish": null, 36415 "readme": "README.md", 36416 "repository": "https://github.com/danreeves/path-clean", 36417 "rust_version": null, 36418 "source": "registry+https://github.com/rust-lang/crates.io-index", 36419 "targets": [ 36420 { 36421 "crate_types": [ 36422 "lib" 36423 ], 36424 "doc": true, 36425 "doctest": true, 36426 "edition": "2015", 36427 "kind": [ 36428 "lib" 36429 ], 36430 "name": "path_clean", 36431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/path-clean-1.0.1/src/lib.rs", 36432 "test": true 36433 }, 36434 { 36435 "crate_types": [ 36436 "bin" 36437 ], 36438 "doc": false, 36439 "doctest": false, 36440 "edition": "2015", 36441 "kind": [ 36442 "bench" 36443 ], 36444 "name": "clean_benchmark", 36445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/path-clean-1.0.1/benches/clean_benchmark.rs", 36446 "test": false 36447 } 36448 ], 36449 "version": "1.0.1" 36450 }, 36451 { 36452 "authors": [ 36453 "RustCrypto Developers" 36454 ], 36455 "categories": [ 36456 "authentication", 36457 "cryptography", 36458 "no-std" 36459 ], 36460 "default_run": null, 36461 "dependencies": [ 36462 { 36463 "features": [ 36464 "mac" 36465 ], 36466 "kind": null, 36467 "name": "digest", 36468 "optional": false, 36469 "registry": null, 36470 "rename": null, 36471 "req": "^0.10.7", 36472 "source": "registry+https://github.com/rust-lang/crates.io-index", 36473 "target": null, 36474 "uses_default_features": true 36475 }, 36476 { 36477 "features": [], 36478 "kind": null, 36479 "name": "hmac", 36480 "optional": true, 36481 "registry": null, 36482 "rename": null, 36483 "req": "^0.12", 36484 "source": "registry+https://github.com/rust-lang/crates.io-index", 36485 "target": null, 36486 "uses_default_features": false 36487 }, 36488 { 36489 "features": [ 36490 "rand_core" 36491 ], 36492 "kind": null, 36493 "name": "password-hash", 36494 "optional": true, 36495 "registry": null, 36496 "rename": null, 36497 "req": "^0.5", 36498 "source": "registry+https://github.com/rust-lang/crates.io-index", 36499 "target": null, 36500 "uses_default_features": false 36501 }, 36502 { 36503 "features": [], 36504 "kind": null, 36505 "name": "rayon", 36506 "optional": true, 36507 "registry": null, 36508 "rename": null, 36509 "req": "^1.7", 36510 "source": "registry+https://github.com/rust-lang/crates.io-index", 36511 "target": null, 36512 "uses_default_features": true 36513 }, 36514 { 36515 "features": [], 36516 "kind": null, 36517 "name": "sha1", 36518 "optional": true, 36519 "registry": null, 36520 "rename": null, 36521 "req": "^0.10", 36522 "source": "registry+https://github.com/rust-lang/crates.io-index", 36523 "target": null, 36524 "uses_default_features": false 36525 }, 36526 { 36527 "features": [], 36528 "kind": null, 36529 "name": "sha2", 36530 "optional": true, 36531 "registry": null, 36532 "rename": null, 36533 "req": "^0.10", 36534 "source": "registry+https://github.com/rust-lang/crates.io-index", 36535 "target": null, 36536 "uses_default_features": false 36537 }, 36538 { 36539 "features": [], 36540 "kind": "dev", 36541 "name": "hex-literal", 36542 "optional": false, 36543 "registry": null, 36544 "rename": null, 36545 "req": "^0.4.0", 36546 "source": "registry+https://github.com/rust-lang/crates.io-index", 36547 "target": null, 36548 "uses_default_features": true 36549 }, 36550 { 36551 "features": [], 36552 "kind": "dev", 36553 "name": "hmac", 36554 "optional": false, 36555 "registry": null, 36556 "rename": null, 36557 "req": "^0.12", 36558 "source": "registry+https://github.com/rust-lang/crates.io-index", 36559 "target": null, 36560 "uses_default_features": true 36561 }, 36562 { 36563 "features": [], 36564 "kind": "dev", 36565 "name": "sha1", 36566 "optional": false, 36567 "registry": null, 36568 "rename": null, 36569 "req": "^0.10", 36570 "source": "registry+https://github.com/rust-lang/crates.io-index", 36571 "target": null, 36572 "uses_default_features": true 36573 }, 36574 { 36575 "features": [], 36576 "kind": "dev", 36577 "name": "sha2", 36578 "optional": false, 36579 "registry": null, 36580 "rename": null, 36581 "req": "^0.10", 36582 "source": "registry+https://github.com/rust-lang/crates.io-index", 36583 "target": null, 36584 "uses_default_features": true 36585 }, 36586 { 36587 "features": [], 36588 "kind": "dev", 36589 "name": "streebog", 36590 "optional": false, 36591 "registry": null, 36592 "rename": null, 36593 "req": "^0.10", 36594 "source": "registry+https://github.com/rust-lang/crates.io-index", 36595 "target": null, 36596 "uses_default_features": true 36597 } 36598 ], 36599 "description": "Generic implementation of PBKDF2", 36600 "documentation": "https://docs.rs/pbkdf2", 36601 "edition": "2021", 36602 "features": { 36603 "default": [ 36604 "hmac" 36605 ], 36606 "hmac": [ 36607 "dep:hmac" 36608 ], 36609 "parallel": [ 36610 "rayon", 36611 "std" 36612 ], 36613 "password-hash": [ 36614 "dep:password-hash" 36615 ], 36616 "rayon": [ 36617 "dep:rayon" 36618 ], 36619 "sha1": [ 36620 "dep:sha1" 36621 ], 36622 "sha2": [ 36623 "dep:sha2" 36624 ], 36625 "simple": [ 36626 "hmac", 36627 "password-hash", 36628 "sha2" 36629 ], 36630 "std": [ 36631 "password-hash/std" 36632 ] 36633 }, 36634 "homepage": null, 36635 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36636 "keywords": [ 36637 "crypto", 36638 "hashing", 36639 "password", 36640 "phf" 36641 ], 36642 "license": "MIT OR Apache-2.0", 36643 "license_file": null, 36644 "links": null, 36645 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/Cargo.toml", 36646 "metadata": { 36647 "docs": { 36648 "rs": { 36649 "all-features": true, 36650 "rustdoc-args": [ 36651 "--cfg", 36652 "docsrs" 36653 ] 36654 } 36655 } 36656 }, 36657 "name": "pbkdf2", 36658 "publish": null, 36659 "readme": "README.md", 36660 "repository": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2", 36661 "rust_version": "1.60", 36662 "source": "registry+https://github.com/rust-lang/crates.io-index", 36663 "targets": [ 36664 { 36665 "crate_types": [ 36666 "lib" 36667 ], 36668 "doc": true, 36669 "doctest": true, 36670 "edition": "2021", 36671 "kind": [ 36672 "lib" 36673 ], 36674 "name": "pbkdf2", 36675 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs", 36676 "test": true 36677 }, 36678 { 36679 "crate_types": [ 36680 "bin" 36681 ], 36682 "doc": false, 36683 "doctest": false, 36684 "edition": "2021", 36685 "kind": [ 36686 "test" 36687 ], 36688 "name": "mod", 36689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/tests/mod.rs", 36690 "test": true 36691 }, 36692 { 36693 "crate_types": [ 36694 "bin" 36695 ], 36696 "doc": false, 36697 "doctest": false, 36698 "edition": "2021", 36699 "kind": [ 36700 "test" 36701 ], 36702 "name": "simple", 36703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/tests/simple.rs", 36704 "test": true 36705 }, 36706 { 36707 "crate_types": [ 36708 "bin" 36709 ], 36710 "doc": false, 36711 "doctest": false, 36712 "edition": "2021", 36713 "kind": [ 36714 "bench" 36715 ], 36716 "name": "lib", 36717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/benches/lib.rs", 36718 "test": false 36719 } 36720 ], 36721 "version": "0.12.2" 36722 }, 36723 { 36724 "authors": [ 36725 "Jonathan Creekmore <[email protected]>" 36726 ], 36727 "categories": [ 36728 "cryptography" 36729 ], 36730 "default_run": null, 36731 "dependencies": [ 36732 { 36733 "features": [ 36734 "alloc" 36735 ], 36736 "kind": null, 36737 "name": "base64", 36738 "optional": false, 36739 "registry": null, 36740 "rename": null, 36741 "req": "^0.21.0", 36742 "source": "registry+https://github.com/rust-lang/crates.io-index", 36743 "target": null, 36744 "uses_default_features": false 36745 }, 36746 { 36747 "features": [], 36748 "kind": null, 36749 "name": "serde", 36750 "optional": true, 36751 "registry": null, 36752 "rename": null, 36753 "req": "^1", 36754 "source": "registry+https://github.com/rust-lang/crates.io-index", 36755 "target": null, 36756 "uses_default_features": false 36757 }, 36758 { 36759 "features": [], 36760 "kind": "dev", 36761 "name": "criterion", 36762 "optional": false, 36763 "registry": null, 36764 "rename": null, 36765 "req": "^0.3.0", 36766 "source": "registry+https://github.com/rust-lang/crates.io-index", 36767 "target": null, 36768 "uses_default_features": true 36769 }, 36770 { 36771 "features": [], 36772 "kind": "dev", 36773 "name": "proptest", 36774 "optional": false, 36775 "registry": null, 36776 "rename": null, 36777 "req": "^1", 36778 "source": "registry+https://github.com/rust-lang/crates.io-index", 36779 "target": null, 36780 "uses_default_features": true 36781 }, 36782 { 36783 "features": [], 36784 "kind": "dev", 36785 "name": "serde_json", 36786 "optional": false, 36787 "registry": null, 36788 "rename": null, 36789 "req": "^1", 36790 "source": "registry+https://github.com/rust-lang/crates.io-index", 36791 "target": null, 36792 "uses_default_features": true 36793 } 36794 ], 36795 "description": "Parse and encode PEM-encoded data.", 36796 "documentation": "https://docs.rs/pem/", 36797 "edition": "2021", 36798 "features": { 36799 "default": [ 36800 "std" 36801 ], 36802 "serde": [ 36803 "dep:serde" 36804 ], 36805 "std": [ 36806 "base64/std", 36807 "serde?/std" 36808 ] 36809 }, 36810 "homepage": "https://github.com/jcreekmore/pem-rs.git", 36811 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36812 "keywords": [ 36813 "no-std", 36814 "no_std", 36815 "pem" 36816 ], 36817 "license": "MIT", 36818 "license_file": null, 36819 "links": null, 36820 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-2.0.1/Cargo.toml", 36821 "metadata": null, 36822 "name": "pem", 36823 "publish": null, 36824 "readme": "README.md", 36825 "repository": "https://github.com/jcreekmore/pem-rs.git", 36826 "rust_version": "1.60.0", 36827 "source": "registry+https://github.com/rust-lang/crates.io-index", 36828 "targets": [ 36829 { 36830 "crate_types": [ 36831 "lib" 36832 ], 36833 "doc": true, 36834 "doctest": true, 36835 "edition": "2021", 36836 "kind": [ 36837 "lib" 36838 ], 36839 "name": "pem", 36840 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-2.0.1/src/lib.rs", 36841 "test": true 36842 }, 36843 { 36844 "crate_types": [ 36845 "bin" 36846 ], 36847 "doc": false, 36848 "doctest": false, 36849 "edition": "2021", 36850 "kind": [ 36851 "bench" 36852 ], 36853 "name": "pem_benchmark", 36854 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-2.0.1/benches/pem_benchmark.rs", 36855 "test": false 36856 } 36857 ], 36858 "version": "2.0.1" 36859 }, 36860 { 36861 "authors": [ 36862 "RustCrypto Developers" 36863 ], 36864 "categories": [ 36865 "cryptography", 36866 "data-structures", 36867 "encoding", 36868 "no-std", 36869 "parser-implementations" 36870 ], 36871 "default_run": null, 36872 "dependencies": [ 36873 { 36874 "features": [], 36875 "kind": null, 36876 "name": "base64ct", 36877 "optional": false, 36878 "registry": null, 36879 "rename": null, 36880 "req": "^1.4", 36881 "source": "registry+https://github.com/rust-lang/crates.io-index", 36882 "target": null, 36883 "uses_default_features": true 36884 } 36885 ], 36886 "description": "PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a\nstrict subset of the original Privacy-Enhanced Mail encoding intended\nspecifically for use with cryptographic keys, certificates, and other messages.\nProvides a no_std-friendly, constant-time implementation suitable for use with\ncryptographic private keys.\n", 36887 "documentation": null, 36888 "edition": "2021", 36889 "features": { 36890 "alloc": [ 36891 "base64ct/alloc" 36892 ], 36893 "std": [ 36894 "alloc", 36895 "base64ct/std" 36896 ] 36897 }, 36898 "homepage": null, 36899 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36900 "keywords": [ 36901 "crypto", 36902 "key", 36903 "pem", 36904 "pkcs", 36905 "rsa" 36906 ], 36907 "license": "Apache-2.0 OR MIT", 36908 "license_file": null, 36909 "links": null, 36910 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/Cargo.toml", 36911 "metadata": { 36912 "docs": { 36913 "rs": { 36914 "all-features": true, 36915 "rustdoc-args": [ 36916 "--cfg", 36917 "docsrs" 36918 ] 36919 } 36920 } 36921 }, 36922 "name": "pem-rfc7468", 36923 "publish": null, 36924 "readme": "README.md", 36925 "repository": "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468", 36926 "rust_version": "1.60", 36927 "source": "registry+https://github.com/rust-lang/crates.io-index", 36928 "targets": [ 36929 { 36930 "crate_types": [ 36931 "lib" 36932 ], 36933 "doc": true, 36934 "doctest": true, 36935 "edition": "2021", 36936 "kind": [ 36937 "lib" 36938 ], 36939 "name": "pem_rfc7468", 36940 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs", 36941 "test": true 36942 }, 36943 { 36944 "crate_types": [ 36945 "bin" 36946 ], 36947 "doc": false, 36948 "doctest": false, 36949 "edition": "2021", 36950 "kind": [ 36951 "test" 36952 ], 36953 "name": "encode", 36954 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/tests/encode.rs", 36955 "test": true 36956 }, 36957 { 36958 "crate_types": [ 36959 "bin" 36960 ], 36961 "doc": false, 36962 "doctest": false, 36963 "edition": "2021", 36964 "kind": [ 36965 "test" 36966 ], 36967 "name": "decode", 36968 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/tests/decode.rs", 36969 "test": true 36970 } 36971 ], 36972 "version": "0.7.0" 36973 }, 36974 { 36975 "authors": [ 36976 "The rust-url developers" 36977 ], 36978 "categories": [ 36979 "no_std" 36980 ], 36981 "default_run": null, 36982 "dependencies": [], 36983 "description": "Percent encoding and decoding", 36984 "documentation": null, 36985 "edition": "2018", 36986 "features": { 36987 "alloc": [], 36988 "default": [ 36989 "std" 36990 ], 36991 "std": [ 36992 "alloc" 36993 ] 36994 }, 36995 "homepage": null, 36996 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 36997 "keywords": [], 36998 "license": "MIT OR Apache-2.0", 36999 "license_file": null, 37000 "links": null, 37001 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/Cargo.toml", 37002 "metadata": { 37003 "docs": { 37004 "rs": { 37005 "rustdoc-args": [ 37006 "--generate-link-to-definition" 37007 ] 37008 } 37009 } 37010 }, 37011 "name": "percent-encoding", 37012 "publish": null, 37013 "readme": null, 37014 "repository": "https://github.com/servo/rust-url/", 37015 "rust_version": "1.51", 37016 "source": "registry+https://github.com/rust-lang/crates.io-index", 37017 "targets": [ 37018 { 37019 "crate_types": [ 37020 "lib" 37021 ], 37022 "doc": true, 37023 "doctest": true, 37024 "edition": "2018", 37025 "kind": [ 37026 "lib" 37027 ], 37028 "name": "percent_encoding", 37029 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs", 37030 "test": true 37031 } 37032 ], 37033 "version": "2.3.1" 37034 }, 37035 { 37036 "authors": [ 37037 "bluss", 37038 "mitchmindtree" 37039 ], 37040 "categories": [ 37041 "data-structures" 37042 ], 37043 "default_run": null, 37044 "dependencies": [ 37045 { 37046 "features": [], 37047 "kind": null, 37048 "name": "fixedbitset", 37049 "optional": false, 37050 "registry": null, 37051 "rename": null, 37052 "req": "^0.4.0", 37053 "source": "registry+https://github.com/rust-lang/crates.io-index", 37054 "target": null, 37055 "uses_default_features": false 37056 }, 37057 { 37058 "features": [], 37059 "kind": null, 37060 "name": "indexmap", 37061 "optional": false, 37062 "registry": null, 37063 "rename": null, 37064 "req": "^2.0", 37065 "source": "registry+https://github.com/rust-lang/crates.io-index", 37066 "target": null, 37067 "uses_default_features": true 37068 }, 37069 { 37070 "features": [], 37071 "kind": null, 37072 "name": "quickcheck", 37073 "optional": true, 37074 "registry": null, 37075 "rename": null, 37076 "req": "^0.8", 37077 "source": "registry+https://github.com/rust-lang/crates.io-index", 37078 "target": null, 37079 "uses_default_features": false 37080 }, 37081 { 37082 "features": [], 37083 "kind": null, 37084 "name": "serde", 37085 "optional": true, 37086 "registry": null, 37087 "rename": null, 37088 "req": "^1.0", 37089 "source": "registry+https://github.com/rust-lang/crates.io-index", 37090 "target": null, 37091 "uses_default_features": true 37092 }, 37093 { 37094 "features": [], 37095 "kind": null, 37096 "name": "serde_derive", 37097 "optional": true, 37098 "registry": null, 37099 "rename": null, 37100 "req": "^1.0", 37101 "source": "registry+https://github.com/rust-lang/crates.io-index", 37102 "target": null, 37103 "uses_default_features": true 37104 }, 37105 { 37106 "features": [], 37107 "kind": "dev", 37108 "name": "bincode", 37109 "optional": false, 37110 "registry": null, 37111 "rename": null, 37112 "req": "^1.3.3", 37113 "source": "registry+https://github.com/rust-lang/crates.io-index", 37114 "target": null, 37115 "uses_default_features": true 37116 }, 37117 { 37118 "features": [], 37119 "kind": "dev", 37120 "name": "defmac", 37121 "optional": false, 37122 "registry": null, 37123 "rename": null, 37124 "req": "^0.2.1", 37125 "source": "registry+https://github.com/rust-lang/crates.io-index", 37126 "target": null, 37127 "uses_default_features": true 37128 }, 37129 { 37130 "features": [], 37131 "kind": "dev", 37132 "name": "itertools", 37133 "optional": false, 37134 "registry": null, 37135 "rename": null, 37136 "req": "^0.11.0", 37137 "source": "registry+https://github.com/rust-lang/crates.io-index", 37138 "target": null, 37139 "uses_default_features": false 37140 }, 37141 { 37142 "features": [], 37143 "kind": "dev", 37144 "name": "odds", 37145 "optional": false, 37146 "registry": null, 37147 "rename": null, 37148 "req": "^0.4.0", 37149 "source": "registry+https://github.com/rust-lang/crates.io-index", 37150 "target": null, 37151 "uses_default_features": true 37152 }, 37153 { 37154 "features": [], 37155 "kind": "dev", 37156 "name": "rand", 37157 "optional": false, 37158 "registry": null, 37159 "rename": null, 37160 "req": "^0.5.5", 37161 "source": "registry+https://github.com/rust-lang/crates.io-index", 37162 "target": null, 37163 "uses_default_features": true 37164 } 37165 ], 37166 "description": "Graph data structure library. Provides graph types and graph algorithms.", 37167 "documentation": "https://docs.rs/petgraph/", 37168 "edition": "2018", 37169 "features": { 37170 "all": [ 37171 "unstable", 37172 "quickcheck", 37173 "matrix_graph", 37174 "stable_graph", 37175 "graphmap" 37176 ], 37177 "default": [ 37178 "graphmap", 37179 "stable_graph", 37180 "matrix_graph" 37181 ], 37182 "generate": [], 37183 "graphmap": [], 37184 "matrix_graph": [], 37185 "quickcheck": [ 37186 "dep:quickcheck" 37187 ], 37188 "serde": [ 37189 "dep:serde" 37190 ], 37191 "serde-1": [ 37192 "serde", 37193 "serde_derive" 37194 ], 37195 "serde_derive": [ 37196 "dep:serde_derive" 37197 ], 37198 "stable_graph": [], 37199 "unstable": [ 37200 "generate" 37201 ] 37202 }, 37203 "homepage": null, 37204 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 37205 "keywords": [ 37206 "data-structure", 37207 "graph", 37208 "unionfind", 37209 "graph-algorithms" 37210 ], 37211 "license": "MIT OR Apache-2.0", 37212 "license_file": null, 37213 "links": null, 37214 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/Cargo.toml", 37215 "metadata": { 37216 "docs": { 37217 "rs": { 37218 "features": [ 37219 "serde-1", 37220 "quickcheck" 37221 ] 37222 } 37223 }, 37224 "release": { 37225 "no-dev-version": true 37226 } 37227 }, 37228 "name": "petgraph", 37229 "publish": null, 37230 "readme": "README.md", 37231 "repository": "https://github.com/petgraph/petgraph", 37232 "rust_version": "1.64", 37233 "source": "registry+https://github.com/rust-lang/crates.io-index", 37234 "targets": [ 37235 { 37236 "crate_types": [ 37237 "lib" 37238 ], 37239 "doc": true, 37240 "doctest": true, 37241 "edition": "2018", 37242 "kind": [ 37243 "lib" 37244 ], 37245 "name": "petgraph", 37246 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs", 37247 "test": true 37248 }, 37249 { 37250 "crate_types": [ 37251 "bin" 37252 ], 37253 "doc": false, 37254 "doctest": false, 37255 "edition": "2018", 37256 "kind": [ 37257 "test" 37258 ], 37259 "name": "graphmap", 37260 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/graphmap.rs", 37261 "test": true 37262 }, 37263 { 37264 "crate_types": [ 37265 "bin" 37266 ], 37267 "doc": false, 37268 "doctest": false, 37269 "edition": "2018", 37270 "kind": [ 37271 "test" 37272 ], 37273 "name": "operator", 37274 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/operator.rs", 37275 "test": true 37276 }, 37277 { 37278 "crate_types": [ 37279 "bin" 37280 ], 37281 "doc": false, 37282 "doctest": false, 37283 "edition": "2018", 37284 "kind": [ 37285 "test" 37286 ], 37287 "name": "k_shortest_path", 37288 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/k_shortest_path.rs", 37289 "test": true 37290 }, 37291 { 37292 "crate_types": [ 37293 "bin" 37294 ], 37295 "doc": false, 37296 "doctest": false, 37297 "edition": "2018", 37298 "kind": [ 37299 "test" 37300 ], 37301 "name": "graph", 37302 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/graph.rs", 37303 "test": true 37304 }, 37305 { 37306 "crate_types": [ 37307 "bin" 37308 ], 37309 "doc": false, 37310 "doctest": false, 37311 "edition": "2018", 37312 "kind": [ 37313 "test" 37314 ], 37315 "name": "list", 37316 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/list.rs", 37317 "test": true 37318 }, 37319 { 37320 "crate_types": [ 37321 "bin" 37322 ], 37323 "doc": false, 37324 "doctest": false, 37325 "edition": "2018", 37326 "kind": [ 37327 "test" 37328 ], 37329 "name": "unionfind", 37330 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/unionfind.rs", 37331 "test": true 37332 }, 37333 { 37334 "crate_types": [ 37335 "bin" 37336 ], 37337 "doc": false, 37338 "doctest": false, 37339 "edition": "2018", 37340 "kind": [ 37341 "test" 37342 ], 37343 "name": "iso", 37344 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/iso.rs", 37345 "test": true 37346 }, 37347 { 37348 "crate_types": [ 37349 "bin" 37350 ], 37351 "doc": false, 37352 "doctest": false, 37353 "edition": "2018", 37354 "kind": [ 37355 "test" 37356 ], 37357 "name": "quickcheck", 37358 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/quickcheck.rs", 37359 "test": true 37360 }, 37361 { 37362 "crate_types": [ 37363 "bin" 37364 ], 37365 "doc": false, 37366 "doctest": false, 37367 "edition": "2018", 37368 "kind": [ 37369 "test" 37370 ], 37371 "name": "floyd_warshall", 37372 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/floyd_warshall.rs", 37373 "test": true 37374 }, 37375 { 37376 "crate_types": [ 37377 "bin" 37378 ], 37379 "doc": false, 37380 "doctest": false, 37381 "edition": "2018", 37382 "kind": [ 37383 "test" 37384 ], 37385 "name": "matching", 37386 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/matching.rs", 37387 "test": true 37388 }, 37389 { 37390 "crate_types": [ 37391 "bin" 37392 ], 37393 "doc": false, 37394 "doctest": false, 37395 "edition": "2018", 37396 "kind": [ 37397 "test" 37398 ], 37399 "name": "stable_graph", 37400 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/stable_graph.rs", 37401 "test": true 37402 }, 37403 { 37404 "crate_types": [ 37405 "bin" 37406 ], 37407 "doc": false, 37408 "doctest": false, 37409 "edition": "2018", 37410 "kind": [ 37411 "bench" 37412 ], 37413 "name": "bellman_ford", 37414 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/bellman_ford.rs", 37415 "test": false 37416 }, 37417 { 37418 "crate_types": [ 37419 "bin" 37420 ], 37421 "doc": false, 37422 "doctest": false, 37423 "edition": "2018", 37424 "kind": [ 37425 "bench" 37426 ], 37427 "name": "k_shortest_path", 37428 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/k_shortest_path.rs", 37429 "test": false 37430 }, 37431 { 37432 "crate_types": [ 37433 "bin" 37434 ], 37435 "doc": false, 37436 "doctest": false, 37437 "edition": "2018", 37438 "kind": [ 37439 "bench" 37440 ], 37441 "name": "ograph", 37442 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/ograph.rs", 37443 "test": false 37444 }, 37445 { 37446 "crate_types": [ 37447 "bin" 37448 ], 37449 "doc": false, 37450 "doctest": false, 37451 "edition": "2018", 37452 "kind": [ 37453 "bench" 37454 ], 37455 "name": "serialize", 37456 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/serialize.rs", 37457 "test": false 37458 }, 37459 { 37460 "crate_types": [ 37461 "bin" 37462 ], 37463 "doc": false, 37464 "doctest": false, 37465 "edition": "2018", 37466 "kind": [ 37467 "bench" 37468 ], 37469 "name": "dijkstra", 37470 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/dijkstra.rs", 37471 "test": false 37472 }, 37473 { 37474 "crate_types": [ 37475 "bin" 37476 ], 37477 "doc": false, 37478 "doctest": false, 37479 "edition": "2018", 37480 "kind": [ 37481 "bench" 37482 ], 37483 "name": "unionfind", 37484 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/unionfind.rs", 37485 "test": false 37486 }, 37487 { 37488 "crate_types": [ 37489 "bin" 37490 ], 37491 "doc": false, 37492 "doctest": false, 37493 "edition": "2018", 37494 "kind": [ 37495 "bench" 37496 ], 37497 "name": "iso", 37498 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/iso.rs", 37499 "test": false 37500 }, 37501 { 37502 "crate_types": [ 37503 "bin" 37504 ], 37505 "doc": false, 37506 "doctest": false, 37507 "edition": "2018", 37508 "kind": [ 37509 "bench" 37510 ], 37511 "name": "feedback_arc_set", 37512 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/feedback_arc_set.rs", 37513 "test": false 37514 }, 37515 { 37516 "crate_types": [ 37517 "bin" 37518 ], 37519 "doc": false, 37520 "doctest": false, 37521 "edition": "2018", 37522 "kind": [ 37523 "bench" 37524 ], 37525 "name": "floyd_warshall", 37526 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/floyd_warshall.rs", 37527 "test": false 37528 }, 37529 { 37530 "crate_types": [ 37531 "bin" 37532 ], 37533 "doc": false, 37534 "doctest": false, 37535 "edition": "2018", 37536 "kind": [ 37537 "bench" 37538 ], 37539 "name": "matrix_graph", 37540 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/matrix_graph.rs", 37541 "test": false 37542 }, 37543 { 37544 "crate_types": [ 37545 "bin" 37546 ], 37547 "doc": false, 37548 "doctest": false, 37549 "edition": "2018", 37550 "kind": [ 37551 "bench" 37552 ], 37553 "name": "matching", 37554 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/matching.rs", 37555 "test": false 37556 }, 37557 { 37558 "crate_types": [ 37559 "bin" 37560 ], 37561 "doc": false, 37562 "doctest": false, 37563 "edition": "2018", 37564 "kind": [ 37565 "bench" 37566 ], 37567 "name": "stable_graph", 37568 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/stable_graph.rs", 37569 "test": false 37570 } 37571 ], 37572 "version": "0.6.4" 37573 }, 37574 { 37575 "authors": [ 37576 "Naja Melan <[email protected]>" 37577 ], 37578 "categories": [ 37579 "asynchronous" 37580 ], 37581 "default_run": null, 37582 "dependencies": [ 37583 { 37584 "features": [ 37585 "std" 37586 ], 37587 "kind": null, 37588 "name": "futures", 37589 "optional": false, 37590 "registry": null, 37591 "rename": null, 37592 "req": "^0.3", 37593 "source": "registry+https://github.com/rust-lang/crates.io-index", 37594 "target": null, 37595 "uses_default_features": false 37596 }, 37597 { 37598 "features": [], 37599 "kind": "dev", 37600 "name": "assert_matches", 37601 "optional": false, 37602 "registry": null, 37603 "rename": null, 37604 "req": "^1", 37605 "source": "registry+https://github.com/rust-lang/crates.io-index", 37606 "target": null, 37607 "uses_default_features": true 37608 }, 37609 { 37610 "features": [ 37611 "attributes" 37612 ], 37613 "kind": "dev", 37614 "name": "async-std", 37615 "optional": false, 37616 "registry": null, 37617 "rename": null, 37618 "req": "^1", 37619 "source": "registry+https://github.com/rust-lang/crates.io-index", 37620 "target": null, 37621 "uses_default_features": true 37622 }, 37623 { 37624 "features": [ 37625 "async_std" 37626 ], 37627 "kind": "dev", 37628 "name": "async_executors", 37629 "optional": false, 37630 "registry": null, 37631 "rename": null, 37632 "req": "^0.4", 37633 "source": "registry+https://github.com/rust-lang/crates.io-index", 37634 "target": null, 37635 "uses_default_features": true 37636 }, 37637 { 37638 "features": [], 37639 "kind": "dev", 37640 "name": "futures", 37641 "optional": false, 37642 "registry": null, 37643 "rename": null, 37644 "req": "^0.3", 37645 "source": "registry+https://github.com/rust-lang/crates.io-index", 37646 "target": null, 37647 "uses_default_features": true 37648 }, 37649 { 37650 "features": [], 37651 "kind": "dev", 37652 "name": "wasm-bindgen-test", 37653 "optional": false, 37654 "registry": null, 37655 "rename": null, 37656 "req": "^0.3", 37657 "source": "registry+https://github.com/rust-lang/crates.io-index", 37658 "target": null, 37659 "uses_default_features": true 37660 }, 37661 { 37662 "features": [], 37663 "kind": "build", 37664 "name": "rustc_version", 37665 "optional": false, 37666 "registry": null, 37667 "rename": null, 37668 "req": "^0.4", 37669 "source": "registry+https://github.com/rust-lang/crates.io-index", 37670 "target": null, 37671 "uses_default_features": true 37672 } 37673 ], 37674 "description": "Observer pattern which generates a futures 0.3 stream of events", 37675 "documentation": "https://docs.rs/pharos", 37676 "edition": "2021", 37677 "features": {}, 37678 "homepage": null, 37679 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 37680 "keywords": [ 37681 "observer", 37682 "futures", 37683 "stream", 37684 "broadcast", 37685 "publish_subscribe" 37686 ], 37687 "license": "Unlicense", 37688 "license_file": null, 37689 "links": null, 37690 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pharos-0.5.3/Cargo.toml", 37691 "metadata": { 37692 "docs": { 37693 "rs": { 37694 "all-features": true, 37695 "targets": [] 37696 } 37697 } 37698 }, 37699 "name": "pharos", 37700 "publish": null, 37701 "readme": "README.md", 37702 "repository": "https://github.com/najamelan/pharos", 37703 "rust_version": null, 37704 "source": "registry+https://github.com/rust-lang/crates.io-index", 37705 "targets": [ 37706 { 37707 "crate_types": [ 37708 "lib" 37709 ], 37710 "doc": true, 37711 "doctest": true, 37712 "edition": "2021", 37713 "kind": [ 37714 "lib" 37715 ], 37716 "name": "pharos", 37717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pharos-0.5.3/src/lib.rs", 37718 "test": true 37719 }, 37720 { 37721 "crate_types": [ 37722 "bin" 37723 ], 37724 "doc": false, 37725 "doctest": false, 37726 "edition": "2021", 37727 "kind": [ 37728 "custom-build" 37729 ], 37730 "name": "build-script-build", 37731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pharos-0.5.3/build.rs", 37732 "test": false 37733 } 37734 ], 37735 "version": "0.5.3" 37736 }, 37737 { 37738 "authors": [ 37739 "Steven Fackler <[email protected]>" 37740 ], 37741 "categories": [], 37742 "default_run": null, 37743 "dependencies": [ 37744 { 37745 "features": [], 37746 "kind": null, 37747 "name": "siphasher", 37748 "optional": false, 37749 "registry": null, 37750 "rename": null, 37751 "req": "^0.3", 37752 "source": "registry+https://github.com/rust-lang/crates.io-index", 37753 "target": null, 37754 "uses_default_features": true 37755 }, 37756 { 37757 "features": [], 37758 "kind": null, 37759 "name": "uncased", 37760 "optional": true, 37761 "registry": null, 37762 "rename": null, 37763 "req": "^0.9.6", 37764 "source": "registry+https://github.com/rust-lang/crates.io-index", 37765 "target": null, 37766 "uses_default_features": false 37767 }, 37768 { 37769 "features": [], 37770 "kind": null, 37771 "name": "unicase", 37772 "optional": true, 37773 "registry": null, 37774 "rename": null, 37775 "req": "^2.4.0", 37776 "source": "registry+https://github.com/rust-lang/crates.io-index", 37777 "target": null, 37778 "uses_default_features": true 37779 } 37780 ], 37781 "description": "Support code shared by PHF libraries", 37782 "documentation": null, 37783 "edition": "2018", 37784 "features": { 37785 "default": [ 37786 "std" 37787 ], 37788 "std": [], 37789 "uncased": [ 37790 "dep:uncased" 37791 ], 37792 "unicase": [ 37793 "dep:unicase" 37794 ] 37795 }, 37796 "homepage": null, 37797 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 37798 "keywords": [], 37799 "license": "MIT", 37800 "license_file": null, 37801 "links": null, 37802 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/Cargo.toml", 37803 "metadata": null, 37804 "name": "phf_shared", 37805 "publish": null, 37806 "readme": null, 37807 "repository": "https://github.com/sfackler/rust-phf", 37808 "rust_version": null, 37809 "source": "registry+https://github.com/rust-lang/crates.io-index", 37810 "targets": [ 37811 { 37812 "crate_types": [ 37813 "lib" 37814 ], 37815 "doc": true, 37816 "doctest": true, 37817 "edition": "2018", 37818 "kind": [ 37819 "lib" 37820 ], 37821 "name": "phf_shared", 37822 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs", 37823 "test": false 37824 } 37825 ], 37826 "version": "0.10.0" 37827 }, 37828 { 37829 "authors": [ 37830 "Yevhenii Reizner <[email protected]>" 37831 ], 37832 "categories": [], 37833 "default_run": null, 37834 "dependencies": [], 37835 "description": "An ultra simple CLI arguments parser.", 37836 "documentation": "https://docs.rs/pico-args/", 37837 "edition": "2018", 37838 "features": { 37839 "combined-flags": [], 37840 "default": [], 37841 "eq-separator": [], 37842 "short-space-opt": [] 37843 }, 37844 "homepage": null, 37845 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 37846 "keywords": [ 37847 "args", 37848 "cli" 37849 ], 37850 "license": "MIT", 37851 "license_file": null, 37852 "links": null, 37853 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/Cargo.toml", 37854 "metadata": null, 37855 "name": "pico-args", 37856 "publish": null, 37857 "readme": "README.md", 37858 "repository": "https://github.com/RazrFalcon/pico-args", 37859 "rust_version": null, 37860 "source": "registry+https://github.com/rust-lang/crates.io-index", 37861 "targets": [ 37862 { 37863 "crate_types": [ 37864 "lib" 37865 ], 37866 "doc": true, 37867 "doctest": true, 37868 "edition": "2018", 37869 "kind": [ 37870 "lib" 37871 ], 37872 "name": "pico_args", 37873 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/src/lib.rs", 37874 "test": true 37875 }, 37876 { 37877 "crate_types": [ 37878 "bin" 37879 ], 37880 "doc": false, 37881 "doctest": false, 37882 "edition": "2018", 37883 "kind": [ 37884 "example" 37885 ], 37886 "name": "dash_dash", 37887 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/examples/dash_dash.rs", 37888 "test": false 37889 }, 37890 { 37891 "crate_types": [ 37892 "bin" 37893 ], 37894 "doc": false, 37895 "doctest": false, 37896 "edition": "2018", 37897 "kind": [ 37898 "example" 37899 ], 37900 "name": "app", 37901 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/examples/app.rs", 37902 "test": false 37903 }, 37904 { 37905 "crate_types": [ 37906 "bin" 37907 ], 37908 "doc": false, 37909 "doctest": false, 37910 "edition": "2018", 37911 "kind": [ 37912 "test" 37913 ], 37914 "name": "tests", 37915 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/tests/tests.rs", 37916 "test": true 37917 } 37918 ], 37919 "version": "0.5.0" 37920 }, 37921 { 37922 "authors": [], 37923 "categories": [ 37924 "no-std", 37925 "no-std::no-alloc", 37926 "rust-patterns" 37927 ], 37928 "default_run": null, 37929 "dependencies": [ 37930 { 37931 "features": [], 37932 "kind": null, 37933 "name": "pin-project-internal", 37934 "optional": false, 37935 "registry": null, 37936 "rename": null, 37937 "req": "=1.1.5", 37938 "source": "registry+https://github.com/rust-lang/crates.io-index", 37939 "target": null, 37940 "uses_default_features": true 37941 }, 37942 { 37943 "features": [], 37944 "kind": "dev", 37945 "name": "rustversion", 37946 "optional": false, 37947 "registry": null, 37948 "rename": null, 37949 "req": "^1", 37950 "source": "registry+https://github.com/rust-lang/crates.io-index", 37951 "target": null, 37952 "uses_default_features": true 37953 }, 37954 { 37955 "features": [], 37956 "kind": "dev", 37957 "name": "static_assertions", 37958 "optional": false, 37959 "registry": null, 37960 "rename": null, 37961 "req": "^1", 37962 "source": "registry+https://github.com/rust-lang/crates.io-index", 37963 "target": null, 37964 "uses_default_features": true 37965 } 37966 ], 37967 "description": "A crate for safe and ergonomic pin-projection.\n", 37968 "documentation": null, 37969 "edition": "2021", 37970 "features": {}, 37971 "homepage": null, 37972 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 37973 "keywords": [ 37974 "pin", 37975 "macros", 37976 "attribute" 37977 ], 37978 "license": "Apache-2.0 OR MIT", 37979 "license_file": null, 37980 "links": null, 37981 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/Cargo.toml", 37982 "metadata": { 37983 "cargo_check_external_types": { 37984 "allowed_external_types": [ 37985 "pin_project_internal::*" 37986 ] 37987 }, 37988 "docs": { 37989 "rs": { 37990 "targets": [ 37991 "x86_64-unknown-linux-gnu" 37992 ] 37993 } 37994 } 37995 }, 37996 "name": "pin-project", 37997 "publish": null, 37998 "readme": "README.md", 37999 "repository": "https://github.com/taiki-e/pin-project", 38000 "rust_version": "1.56", 38001 "source": "registry+https://github.com/rust-lang/crates.io-index", 38002 "targets": [ 38003 { 38004 "crate_types": [ 38005 "lib" 38006 ], 38007 "doc": true, 38008 "doctest": true, 38009 "edition": "2021", 38010 "kind": [ 38011 "lib" 38012 ], 38013 "name": "pin_project", 38014 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs", 38015 "test": true 38016 }, 38017 { 38018 "crate_types": [ 38019 "bin" 38020 ], 38021 "doc": false, 38022 "doctest": false, 38023 "edition": "2021", 38024 "kind": [ 38025 "example" 38026 ], 38027 "name": "unsafe_unpin-expanded", 38028 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin-expanded.rs", 38029 "test": false 38030 }, 38031 { 38032 "crate_types": [ 38033 "bin" 38034 ], 38035 "doc": false, 38036 "doctest": false, 38037 "edition": "2021", 38038 "kind": [ 38039 "example" 38040 ], 38041 "name": "unsafe_unpin", 38042 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin.rs", 38043 "test": false 38044 }, 38045 { 38046 "crate_types": [ 38047 "bin" 38048 ], 38049 "doc": false, 38050 "doctest": false, 38051 "edition": "2021", 38052 "kind": [ 38053 "example" 38054 ], 38055 "name": "struct-default", 38056 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default.rs", 38057 "test": false 38058 }, 38059 { 38060 "crate_types": [ 38061 "bin" 38062 ], 38063 "doc": false, 38064 "doctest": false, 38065 "edition": "2021", 38066 "kind": [ 38067 "example" 38068 ], 38069 "name": "project_replace-expanded", 38070 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace-expanded.rs", 38071 "test": false 38072 }, 38073 { 38074 "crate_types": [ 38075 "bin" 38076 ], 38077 "doc": false, 38078 "doctest": false, 38079 "edition": "2021", 38080 "kind": [ 38081 "example" 38082 ], 38083 "name": "not_unpin", 38084 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin.rs", 38085 "test": false 38086 }, 38087 { 38088 "crate_types": [ 38089 "bin" 38090 ], 38091 "doc": false, 38092 "doctest": false, 38093 "edition": "2021", 38094 "kind": [ 38095 "example" 38096 ], 38097 "name": "project_replace", 38098 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace.rs", 38099 "test": false 38100 }, 38101 { 38102 "crate_types": [ 38103 "bin" 38104 ], 38105 "doc": false, 38106 "doctest": false, 38107 "edition": "2021", 38108 "kind": [ 38109 "example" 38110 ], 38111 "name": "pinned_drop-expanded", 38112 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop-expanded.rs", 38113 "test": false 38114 }, 38115 { 38116 "crate_types": [ 38117 "bin" 38118 ], 38119 "doc": false, 38120 "doctest": false, 38121 "edition": "2021", 38122 "kind": [ 38123 "example" 38124 ], 38125 "name": "enum-default", 38126 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default.rs", 38127 "test": false 38128 }, 38129 { 38130 "crate_types": [ 38131 "bin" 38132 ], 38133 "doc": false, 38134 "doctest": false, 38135 "edition": "2021", 38136 "kind": [ 38137 "example" 38138 ], 38139 "name": "enum-default-expanded", 38140 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default-expanded.rs", 38141 "test": false 38142 }, 38143 { 38144 "crate_types": [ 38145 "bin" 38146 ], 38147 "doc": false, 38148 "doctest": false, 38149 "edition": "2021", 38150 "kind": [ 38151 "example" 38152 ], 38153 "name": "pinned_drop", 38154 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop.rs", 38155 "test": false 38156 }, 38157 { 38158 "crate_types": [ 38159 "bin" 38160 ], 38161 "doc": false, 38162 "doctest": false, 38163 "edition": "2021", 38164 "kind": [ 38165 "example" 38166 ], 38167 "name": "struct-default-expanded", 38168 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default-expanded.rs", 38169 "test": false 38170 }, 38171 { 38172 "crate_types": [ 38173 "bin" 38174 ], 38175 "doc": false, 38176 "doctest": false, 38177 "edition": "2021", 38178 "kind": [ 38179 "example" 38180 ], 38181 "name": "not_unpin-expanded", 38182 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin-expanded.rs", 38183 "test": false 38184 }, 38185 { 38186 "crate_types": [ 38187 "bin" 38188 ], 38189 "doc": false, 38190 "doctest": false, 38191 "edition": "2021", 38192 "kind": [ 38193 "test" 38194 ], 38195 "name": "proper_unpin", 38196 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/proper_unpin.rs", 38197 "test": true 38198 }, 38199 { 38200 "crate_types": [ 38201 "bin" 38202 ], 38203 "doc": false, 38204 "doctest": false, 38205 "edition": "2021", 38206 "kind": [ 38207 "test" 38208 ], 38209 "name": "drop_order", 38210 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/drop_order.rs", 38211 "test": true 38212 }, 38213 { 38214 "crate_types": [ 38215 "bin" 38216 ], 38217 "doc": false, 38218 "doctest": false, 38219 "edition": "2021", 38220 "kind": [ 38221 "test" 38222 ], 38223 "name": "pin_project", 38224 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pin_project.rs", 38225 "test": true 38226 }, 38227 { 38228 "crate_types": [ 38229 "bin" 38230 ], 38231 "doc": false, 38232 "doctest": false, 38233 "edition": "2021", 38234 "kind": [ 38235 "test" 38236 ], 38237 "name": "repr_packed", 38238 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/repr_packed.rs", 38239 "test": true 38240 }, 38241 { 38242 "crate_types": [ 38243 "bin" 38244 ], 38245 "doc": false, 38246 "doctest": false, 38247 "edition": "2021", 38248 "kind": [ 38249 "test" 38250 ], 38251 "name": "unsafe_unpin", 38252 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/unsafe_unpin.rs", 38253 "test": true 38254 }, 38255 { 38256 "crate_types": [ 38257 "bin" 38258 ], 38259 "doc": false, 38260 "doctest": false, 38261 "edition": "2021", 38262 "kind": [ 38263 "test" 38264 ], 38265 "name": "cfg", 38266 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/cfg.rs", 38267 "test": true 38268 }, 38269 { 38270 "crate_types": [ 38271 "bin" 38272 ], 38273 "doc": false, 38274 "doctest": false, 38275 "edition": "2021", 38276 "kind": [ 38277 "test" 38278 ], 38279 "name": "expandtest", 38280 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/expandtest.rs", 38281 "test": true 38282 }, 38283 { 38284 "crate_types": [ 38285 "bin" 38286 ], 38287 "doc": false, 38288 "doctest": false, 38289 "edition": "2021", 38290 "kind": [ 38291 "test" 38292 ], 38293 "name": "compiletest", 38294 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/compiletest.rs", 38295 "test": true 38296 }, 38297 { 38298 "crate_types": [ 38299 "bin" 38300 ], 38301 "doc": false, 38302 "doctest": false, 38303 "edition": "2021", 38304 "kind": [ 38305 "test" 38306 ], 38307 "name": "pinned_drop", 38308 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pinned_drop.rs", 38309 "test": true 38310 } 38311 ], 38312 "version": "1.1.5" 38313 }, 38314 { 38315 "authors": [], 38316 "categories": [ 38317 "no-std", 38318 "no-std::no-alloc", 38319 "rust-patterns" 38320 ], 38321 "default_run": null, 38322 "dependencies": [ 38323 { 38324 "features": [], 38325 "kind": null, 38326 "name": "proc-macro2", 38327 "optional": false, 38328 "registry": null, 38329 "rename": null, 38330 "req": "^1.0.60", 38331 "source": "registry+https://github.com/rust-lang/crates.io-index", 38332 "target": null, 38333 "uses_default_features": true 38334 }, 38335 { 38336 "features": [], 38337 "kind": null, 38338 "name": "quote", 38339 "optional": false, 38340 "registry": null, 38341 "rename": null, 38342 "req": "^1.0.25", 38343 "source": "registry+https://github.com/rust-lang/crates.io-index", 38344 "target": null, 38345 "uses_default_features": true 38346 }, 38347 { 38348 "features": [ 38349 "full", 38350 "visit-mut" 38351 ], 38352 "kind": null, 38353 "name": "syn", 38354 "optional": false, 38355 "registry": null, 38356 "rename": null, 38357 "req": "^2.0.1", 38358 "source": "registry+https://github.com/rust-lang/crates.io-index", 38359 "target": null, 38360 "uses_default_features": true 38361 } 38362 ], 38363 "description": "Implementation detail of the `pin-project` crate.\n", 38364 "documentation": null, 38365 "edition": "2021", 38366 "features": {}, 38367 "homepage": null, 38368 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 38369 "keywords": [ 38370 "pin", 38371 "macros", 38372 "attribute" 38373 ], 38374 "license": "Apache-2.0 OR MIT", 38375 "license_file": null, 38376 "links": null, 38377 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/Cargo.toml", 38378 "metadata": { 38379 "docs": { 38380 "rs": { 38381 "targets": [ 38382 "x86_64-unknown-linux-gnu" 38383 ] 38384 } 38385 } 38386 }, 38387 "name": "pin-project-internal", 38388 "publish": null, 38389 "readme": null, 38390 "repository": "https://github.com/taiki-e/pin-project", 38391 "rust_version": "1.56", 38392 "source": "registry+https://github.com/rust-lang/crates.io-index", 38393 "targets": [ 38394 { 38395 "crate_types": [ 38396 "proc-macro" 38397 ], 38398 "doc": true, 38399 "doctest": true, 38400 "edition": "2021", 38401 "kind": [ 38402 "proc-macro" 38403 ], 38404 "name": "pin_project_internal", 38405 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs", 38406 "test": true 38407 } 38408 ], 38409 "version": "1.1.5" 38410 }, 38411 { 38412 "authors": [], 38413 "categories": [ 38414 "no-std", 38415 "no-std::no-alloc", 38416 "rust-patterns" 38417 ], 38418 "default_run": null, 38419 "dependencies": [ 38420 { 38421 "features": [], 38422 "kind": "dev", 38423 "name": "rustversion", 38424 "optional": false, 38425 "registry": null, 38426 "rename": null, 38427 "req": "^1", 38428 "source": "registry+https://github.com/rust-lang/crates.io-index", 38429 "target": null, 38430 "uses_default_features": true 38431 }, 38432 { 38433 "features": [], 38434 "kind": "dev", 38435 "name": "static_assertions", 38436 "optional": false, 38437 "registry": null, 38438 "rename": null, 38439 "req": "^1", 38440 "source": "registry+https://github.com/rust-lang/crates.io-index", 38441 "target": null, 38442 "uses_default_features": true 38443 } 38444 ], 38445 "description": "A lightweight version of pin-project written with declarative macros.\n", 38446 "documentation": null, 38447 "edition": "2018", 38448 "features": {}, 38449 "homepage": null, 38450 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 38451 "keywords": [ 38452 "pin", 38453 "macros" 38454 ], 38455 "license": "Apache-2.0 OR MIT", 38456 "license_file": null, 38457 "links": null, 38458 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml", 38459 "metadata": { 38460 "cargo_check_external_types": { 38461 "allowed_external_types": [] 38462 }, 38463 "docs": { 38464 "rs": { 38465 "targets": [ 38466 "x86_64-unknown-linux-gnu" 38467 ] 38468 } 38469 } 38470 }, 38471 "name": "pin-project-lite", 38472 "publish": null, 38473 "readme": "README.md", 38474 "repository": "https://github.com/taiki-e/pin-project-lite", 38475 "rust_version": "1.37", 38476 "source": "registry+https://github.com/rust-lang/crates.io-index", 38477 "targets": [ 38478 { 38479 "crate_types": [ 38480 "lib" 38481 ], 38482 "doc": true, 38483 "doctest": true, 38484 "edition": "2018", 38485 "kind": [ 38486 "lib" 38487 ], 38488 "name": "pin_project_lite", 38489 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs", 38490 "test": true 38491 }, 38492 { 38493 "crate_types": [ 38494 "bin" 38495 ], 38496 "doc": false, 38497 "doctest": false, 38498 "edition": "2018", 38499 "kind": [ 38500 "test" 38501 ], 38502 "name": "proper_unpin", 38503 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs", 38504 "test": true 38505 }, 38506 { 38507 "crate_types": [ 38508 "bin" 38509 ], 38510 "doc": false, 38511 "doctest": false, 38512 "edition": "2018", 38513 "kind": [ 38514 "test" 38515 ], 38516 "name": "drop_order", 38517 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs", 38518 "test": true 38519 }, 38520 { 38521 "crate_types": [ 38522 "bin" 38523 ], 38524 "doc": false, 38525 "doctest": false, 38526 "edition": "2018", 38527 "kind": [ 38528 "test" 38529 ], 38530 "name": "test", 38531 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs", 38532 "test": true 38533 }, 38534 { 38535 "crate_types": [ 38536 "bin" 38537 ], 38538 "doc": false, 38539 "doctest": false, 38540 "edition": "2018", 38541 "kind": [ 38542 "test" 38543 ], 38544 "name": "expandtest", 38545 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs", 38546 "test": true 38547 }, 38548 { 38549 "crate_types": [ 38550 "bin" 38551 ], 38552 "doc": false, 38553 "doctest": false, 38554 "edition": "2018", 38555 "kind": [ 38556 "test" 38557 ], 38558 "name": "compiletest", 38559 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs", 38560 "test": true 38561 } 38562 ], 38563 "version": "0.2.14" 38564 }, 38565 { 38566 "authors": [ 38567 "Josef Brandl <[email protected]>" 38568 ], 38569 "categories": [], 38570 "default_run": null, 38571 "dependencies": [], 38572 "description": "Utilities for pinning\n", 38573 "documentation": "https://docs.rs/pin-utils", 38574 "edition": "2018", 38575 "features": {}, 38576 "homepage": null, 38577 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 38578 "keywords": [], 38579 "license": "MIT OR Apache-2.0", 38580 "license_file": null, 38581 "links": null, 38582 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml", 38583 "metadata": null, 38584 "name": "pin-utils", 38585 "publish": null, 38586 "readme": "README.md", 38587 "repository": "https://github.com/rust-lang-nursery/pin-utils", 38588 "rust_version": null, 38589 "source": "registry+https://github.com/rust-lang/crates.io-index", 38590 "targets": [ 38591 { 38592 "crate_types": [ 38593 "lib" 38594 ], 38595 "doc": true, 38596 "doctest": true, 38597 "edition": "2018", 38598 "kind": [ 38599 "lib" 38600 ], 38601 "name": "pin_utils", 38602 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs", 38603 "test": true 38604 }, 38605 { 38606 "crate_types": [ 38607 "bin" 38608 ], 38609 "doc": false, 38610 "doctest": false, 38611 "edition": "2018", 38612 "kind": [ 38613 "test" 38614 ], 38615 "name": "stack_pin", 38616 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs", 38617 "test": true 38618 }, 38619 { 38620 "crate_types": [ 38621 "bin" 38622 ], 38623 "doc": false, 38624 "doctest": false, 38625 "edition": "2018", 38626 "kind": [ 38627 "test" 38628 ], 38629 "name": "projection", 38630 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs", 38631 "test": true 38632 } 38633 ], 38634 "version": "0.1.0" 38635 }, 38636 { 38637 "authors": [ 38638 "RustCrypto Developers" 38639 ], 38640 "categories": [ 38641 "cryptography", 38642 "data-structures", 38643 "encoding", 38644 "no-std", 38645 "parser-implementations" 38646 ], 38647 "default_run": null, 38648 "dependencies": [ 38649 { 38650 "features": [ 38651 "oid" 38652 ], 38653 "kind": null, 38654 "name": "der", 38655 "optional": false, 38656 "registry": null, 38657 "rename": null, 38658 "req": "^0.7", 38659 "source": "registry+https://github.com/rust-lang/crates.io-index", 38660 "target": null, 38661 "uses_default_features": true 38662 }, 38663 { 38664 "features": [], 38665 "kind": null, 38666 "name": "pkcs8", 38667 "optional": true, 38668 "registry": null, 38669 "rename": null, 38670 "req": "^0.10", 38671 "source": "registry+https://github.com/rust-lang/crates.io-index", 38672 "target": null, 38673 "uses_default_features": false 38674 }, 38675 { 38676 "features": [], 38677 "kind": null, 38678 "name": "spki", 38679 "optional": false, 38680 "registry": null, 38681 "rename": null, 38682 "req": "^0.7", 38683 "source": "registry+https://github.com/rust-lang/crates.io-index", 38684 "target": null, 38685 "uses_default_features": true 38686 }, 38687 { 38688 "features": [ 38689 "db" 38690 ], 38691 "kind": "dev", 38692 "name": "const-oid", 38693 "optional": false, 38694 "registry": null, 38695 "rename": null, 38696 "req": "^0.9", 38697 "source": "registry+https://github.com/rust-lang/crates.io-index", 38698 "target": null, 38699 "uses_default_features": true 38700 }, 38701 { 38702 "features": [], 38703 "kind": "dev", 38704 "name": "hex-literal", 38705 "optional": false, 38706 "registry": null, 38707 "rename": null, 38708 "req": "^0.4", 38709 "source": "registry+https://github.com/rust-lang/crates.io-index", 38710 "target": null, 38711 "uses_default_features": true 38712 }, 38713 { 38714 "features": [], 38715 "kind": "dev", 38716 "name": "tempfile", 38717 "optional": false, 38718 "registry": null, 38719 "rename": null, 38720 "req": "^3", 38721 "source": "registry+https://github.com/rust-lang/crates.io-index", 38722 "target": null, 38723 "uses_default_features": true 38724 } 38725 ], 38726 "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1:\nRSA Cryptography Specifications Version 2.2 (RFC 8017)\n", 38727 "documentation": null, 38728 "edition": "2021", 38729 "features": { 38730 "alloc": [ 38731 "der/alloc", 38732 "zeroize", 38733 "pkcs8?/alloc" 38734 ], 38735 "pem": [ 38736 "alloc", 38737 "der/pem", 38738 "pkcs8?/pem" 38739 ], 38740 "pkcs8": [ 38741 "dep:pkcs8" 38742 ], 38743 "std": [ 38744 "der/std", 38745 "alloc" 38746 ], 38747 "zeroize": [ 38748 "der/zeroize" 38749 ] 38750 }, 38751 "homepage": null, 38752 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 38753 "keywords": [ 38754 "crypto", 38755 "key", 38756 "pem", 38757 "pkcs", 38758 "rsa" 38759 ], 38760 "license": "Apache-2.0 OR MIT", 38761 "license_file": null, 38762 "links": null, 38763 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/Cargo.toml", 38764 "metadata": { 38765 "docs": { 38766 "rs": { 38767 "all-features": true, 38768 "rustdoc-args": [ 38769 "--cfg", 38770 "docsrs" 38771 ] 38772 } 38773 } 38774 }, 38775 "name": "pkcs1", 38776 "publish": null, 38777 "readme": "README.md", 38778 "repository": "https://github.com/RustCrypto/formats/tree/master/pkcs1", 38779 "rust_version": "1.60", 38780 "source": "registry+https://github.com/rust-lang/crates.io-index", 38781 "targets": [ 38782 { 38783 "crate_types": [ 38784 "lib" 38785 ], 38786 "doc": true, 38787 "doctest": true, 38788 "edition": "2021", 38789 "kind": [ 38790 "lib" 38791 ], 38792 "name": "pkcs1", 38793 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs", 38794 "test": true 38795 }, 38796 { 38797 "crate_types": [ 38798 "bin" 38799 ], 38800 "doc": false, 38801 "doctest": false, 38802 "edition": "2021", 38803 "kind": [ 38804 "test" 38805 ], 38806 "name": "private_key", 38807 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/tests/private_key.rs", 38808 "test": true 38809 }, 38810 { 38811 "crate_types": [ 38812 "bin" 38813 ], 38814 "doc": false, 38815 "doctest": false, 38816 "edition": "2021", 38817 "kind": [ 38818 "test" 38819 ], 38820 "name": "params", 38821 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/tests/params.rs", 38822 "test": true 38823 }, 38824 { 38825 "crate_types": [ 38826 "bin" 38827 ], 38828 "doc": false, 38829 "doctest": false, 38830 "edition": "2021", 38831 "kind": [ 38832 "test" 38833 ], 38834 "name": "public_key", 38835 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/tests/public_key.rs", 38836 "test": true 38837 }, 38838 { 38839 "crate_types": [ 38840 "bin" 38841 ], 38842 "doc": false, 38843 "doctest": false, 38844 "edition": "2021", 38845 "kind": [ 38846 "test" 38847 ], 38848 "name": "traits", 38849 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/tests/traits.rs", 38850 "test": true 38851 } 38852 ], 38853 "version": "0.7.5" 38854 }, 38855 { 38856 "authors": [ 38857 "RustCrypto Developers" 38858 ], 38859 "categories": [ 38860 "cryptography", 38861 "data-structures", 38862 "encoding", 38863 "no-std", 38864 "parser-implementations" 38865 ], 38866 "default_run": null, 38867 "dependencies": [ 38868 { 38869 "features": [ 38870 "oid" 38871 ], 38872 "kind": null, 38873 "name": "der", 38874 "optional": false, 38875 "registry": null, 38876 "rename": null, 38877 "req": "^0.7", 38878 "source": "registry+https://github.com/rust-lang/crates.io-index", 38879 "target": null, 38880 "uses_default_features": true 38881 }, 38882 { 38883 "features": [], 38884 "kind": null, 38885 "name": "pkcs5", 38886 "optional": true, 38887 "registry": null, 38888 "rename": null, 38889 "req": "^0.7", 38890 "source": "registry+https://github.com/rust-lang/crates.io-index", 38891 "target": null, 38892 "uses_default_features": true 38893 }, 38894 { 38895 "features": [], 38896 "kind": null, 38897 "name": "rand_core", 38898 "optional": true, 38899 "registry": null, 38900 "rename": null, 38901 "req": "^0.6", 38902 "source": "registry+https://github.com/rust-lang/crates.io-index", 38903 "target": null, 38904 "uses_default_features": false 38905 }, 38906 { 38907 "features": [], 38908 "kind": null, 38909 "name": "spki", 38910 "optional": false, 38911 "registry": null, 38912 "rename": null, 38913 "req": "^0.7.1", 38914 "source": "registry+https://github.com/rust-lang/crates.io-index", 38915 "target": null, 38916 "uses_default_features": true 38917 }, 38918 { 38919 "features": [], 38920 "kind": null, 38921 "name": "subtle", 38922 "optional": true, 38923 "registry": null, 38924 "rename": null, 38925 "req": "^2", 38926 "source": "registry+https://github.com/rust-lang/crates.io-index", 38927 "target": null, 38928 "uses_default_features": false 38929 }, 38930 { 38931 "features": [], 38932 "kind": "dev", 38933 "name": "hex-literal", 38934 "optional": false, 38935 "registry": null, 38936 "rename": null, 38937 "req": "^0.3", 38938 "source": "registry+https://github.com/rust-lang/crates.io-index", 38939 "target": null, 38940 "uses_default_features": true 38941 }, 38942 { 38943 "features": [], 38944 "kind": "dev", 38945 "name": "tempfile", 38946 "optional": false, 38947 "registry": null, 38948 "rename": null, 38949 "req": "^3", 38950 "source": "registry+https://github.com/rust-lang/crates.io-index", 38951 "target": null, 38952 "uses_default_features": true 38953 } 38954 ], 38955 "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:\nPrivate-Key Information Syntax Specification (RFC 5208), with additional\nsupport for PKCS#8v2 asymmetric key packages (RFC 5958)\n", 38956 "documentation": null, 38957 "edition": "2021", 38958 "features": { 38959 "3des": [ 38960 "encryption", 38961 "pkcs5/3des" 38962 ], 38963 "alloc": [ 38964 "der/alloc", 38965 "der/zeroize", 38966 "spki/alloc" 38967 ], 38968 "des-insecure": [ 38969 "encryption", 38970 "pkcs5/des-insecure" 38971 ], 38972 "encryption": [ 38973 "alloc", 38974 "pkcs5/alloc", 38975 "pkcs5/pbes2", 38976 "rand_core" 38977 ], 38978 "getrandom": [ 38979 "rand_core/getrandom" 38980 ], 38981 "pem": [ 38982 "alloc", 38983 "der/pem", 38984 "spki/pem" 38985 ], 38986 "pkcs5": [ 38987 "dep:pkcs5" 38988 ], 38989 "rand_core": [ 38990 "dep:rand_core" 38991 ], 38992 "sha1-insecure": [ 38993 "encryption", 38994 "pkcs5/sha1-insecure" 38995 ], 38996 "std": [ 38997 "alloc", 38998 "der/std", 38999 "spki/std" 39000 ], 39001 "subtle": [ 39002 "dep:subtle" 39003 ] 39004 }, 39005 "homepage": null, 39006 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39007 "keywords": [ 39008 "crypto", 39009 "key", 39010 "pkcs", 39011 "private" 39012 ], 39013 "license": "Apache-2.0 OR MIT", 39014 "license_file": null, 39015 "links": null, 39016 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/Cargo.toml", 39017 "metadata": { 39018 "docs": { 39019 "rs": { 39020 "all-features": true, 39021 "rustdoc-args": [ 39022 "--cfg", 39023 "docsrs" 39024 ] 39025 } 39026 } 39027 }, 39028 "name": "pkcs8", 39029 "publish": null, 39030 "readme": "README.md", 39031 "repository": "https://github.com/RustCrypto/formats/tree/master/pkcs8", 39032 "rust_version": "1.65", 39033 "source": "registry+https://github.com/rust-lang/crates.io-index", 39034 "targets": [ 39035 { 39036 "crate_types": [ 39037 "lib" 39038 ], 39039 "doc": true, 39040 "doctest": true, 39041 "edition": "2021", 39042 "kind": [ 39043 "lib" 39044 ], 39045 "name": "pkcs8", 39046 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs", 39047 "test": true 39048 }, 39049 { 39050 "crate_types": [ 39051 "bin" 39052 ], 39053 "doc": false, 39054 "doctest": false, 39055 "edition": "2021", 39056 "kind": [ 39057 "test" 39058 ], 39059 "name": "encrypted_private_key", 39060 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/tests/encrypted_private_key.rs", 39061 "test": true 39062 }, 39063 { 39064 "crate_types": [ 39065 "bin" 39066 ], 39067 "doc": false, 39068 "doctest": false, 39069 "edition": "2021", 39070 "kind": [ 39071 "test" 39072 ], 39073 "name": "private_key", 39074 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/tests/private_key.rs", 39075 "test": true 39076 }, 39077 { 39078 "crate_types": [ 39079 "bin" 39080 ], 39081 "doc": false, 39082 "doctest": false, 39083 "edition": "2021", 39084 "kind": [ 39085 "test" 39086 ], 39087 "name": "traits", 39088 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/tests/traits.rs", 39089 "test": true 39090 } 39091 ], 39092 "version": "0.10.2" 39093 }, 39094 { 39095 "authors": [ 39096 "Jacob Pratt <[email protected]>" 39097 ], 39098 "categories": [ 39099 "no-std", 39100 "no-std::no-alloc", 39101 "rust-patterns" 39102 ], 39103 "default_run": null, 39104 "dependencies": [ 39105 { 39106 "features": [], 39107 "kind": null, 39108 "name": "powerfmt-macros", 39109 "optional": true, 39110 "registry": null, 39111 "rename": null, 39112 "req": "=0.1.0", 39113 "source": "registry+https://github.com/rust-lang/crates.io-index", 39114 "target": null, 39115 "uses_default_features": true 39116 } 39117 ], 39118 "description": " `powerfmt` is a library that provides utilities for formatting values. This crate makes it\n significantly easier to support filling to a minimum width with alignment, avoid heap\n allocation, and avoid repetitive calculations.\n", 39119 "documentation": null, 39120 "edition": "2021", 39121 "features": { 39122 "alloc": [], 39123 "default": [ 39124 "std", 39125 "macros" 39126 ], 39127 "macros": [ 39128 "dep:powerfmt-macros" 39129 ], 39130 "std": [ 39131 "alloc" 39132 ] 39133 }, 39134 "homepage": null, 39135 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39136 "keywords": [ 39137 "display", 39138 "format", 39139 "fmt", 39140 "formatter", 39141 "extension" 39142 ], 39143 "license": "MIT OR Apache-2.0", 39144 "license_file": null, 39145 "links": null, 39146 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/Cargo.toml", 39147 "metadata": { 39148 "docs": { 39149 "rs": { 39150 "all-features": true, 39151 "rustdoc-args": [ 39152 "--cfg", 39153 "__powerfmt_docs", 39154 "--generate-link-to-definition" 39155 ], 39156 "targets": [ 39157 "x86_64-unknown-linux-gnu" 39158 ] 39159 } 39160 } 39161 }, 39162 "name": "powerfmt", 39163 "publish": null, 39164 "readme": "README.md", 39165 "repository": "https://github.com/jhpratt/powerfmt", 39166 "rust_version": "1.67.0", 39167 "source": "registry+https://github.com/rust-lang/crates.io-index", 39168 "targets": [ 39169 { 39170 "crate_types": [ 39171 "lib" 39172 ], 39173 "doc": true, 39174 "doctest": true, 39175 "edition": "2021", 39176 "kind": [ 39177 "lib" 39178 ], 39179 "name": "powerfmt", 39180 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs", 39181 "test": true 39182 } 39183 ], 39184 "version": "0.2.0" 39185 }, 39186 { 39187 "authors": [ 39188 "The CryptoCorrosion Contributors" 39189 ], 39190 "categories": [ 39191 "cryptography", 39192 "no-std" 39193 ], 39194 "default_run": null, 39195 "dependencies": [], 39196 "description": "Implementation of the crypto-simd API for x86", 39197 "documentation": null, 39198 "edition": "2018", 39199 "features": { 39200 "default": [ 39201 "std" 39202 ], 39203 "no_simd": [], 39204 "simd": [], 39205 "std": [] 39206 }, 39207 "homepage": null, 39208 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39209 "keywords": [ 39210 "crypto", 39211 "simd", 39212 "x86" 39213 ], 39214 "license": "MIT/Apache-2.0", 39215 "license_file": null, 39216 "links": null, 39217 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.16/Cargo.toml", 39218 "metadata": null, 39219 "name": "ppv-lite86", 39220 "publish": null, 39221 "readme": null, 39222 "repository": "https://github.com/cryptocorrosion/cryptocorrosion", 39223 "rust_version": null, 39224 "source": "registry+https://github.com/rust-lang/crates.io-index", 39225 "targets": [ 39226 { 39227 "crate_types": [ 39228 "lib" 39229 ], 39230 "doc": true, 39231 "doctest": true, 39232 "edition": "2018", 39233 "kind": [ 39234 "lib" 39235 ], 39236 "name": "ppv_lite86", 39237 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.16/src/lib.rs", 39238 "test": true 39239 } 39240 ], 39241 "version": "0.2.16" 39242 }, 39243 { 39244 "authors": [ 39245 "Emilio Cobos \u00c1lvarez <[email protected]>" 39246 ], 39247 "categories": [], 39248 "default_run": null, 39249 "dependencies": [], 39250 "description": "A library intending to be a base dependency to expose a precomputed hash", 39251 "documentation": null, 39252 "edition": "2015", 39253 "features": {}, 39254 "homepage": null, 39255 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39256 "keywords": [], 39257 "license": "MIT", 39258 "license_file": null, 39259 "links": null, 39260 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/Cargo.toml", 39261 "metadata": null, 39262 "name": "precomputed-hash", 39263 "publish": null, 39264 "readme": null, 39265 "repository": "https://github.com/emilio/precomputed-hash", 39266 "rust_version": null, 39267 "source": "registry+https://github.com/rust-lang/crates.io-index", 39268 "targets": [ 39269 { 39270 "crate_types": [ 39271 "lib" 39272 ], 39273 "doc": true, 39274 "doctest": true, 39275 "edition": "2015", 39276 "kind": [ 39277 "lib" 39278 ], 39279 "name": "precomputed_hash", 39280 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs", 39281 "test": true 39282 } 39283 ], 39284 "version": "0.1.1" 39285 }, 39286 { 39287 "authors": [ 39288 "Bastian K\u00f6cher <[email protected]>" 39289 ], 39290 "categories": [ 39291 "development-tools::procedural-macro-helpers" 39292 ], 39293 "default_run": null, 39294 "dependencies": [ 39295 { 39296 "features": [], 39297 "kind": null, 39298 "name": "toml_edit", 39299 "optional": false, 39300 "registry": null, 39301 "rename": null, 39302 "req": "^0.21.0", 39303 "source": "registry+https://github.com/rust-lang/crates.io-index", 39304 "target": null, 39305 "uses_default_features": true 39306 }, 39307 { 39308 "features": [], 39309 "kind": "dev", 39310 "name": "proc-macro2", 39311 "optional": false, 39312 "registry": null, 39313 "rename": null, 39314 "req": "^1.0.67", 39315 "source": "registry+https://github.com/rust-lang/crates.io-index", 39316 "target": null, 39317 "uses_default_features": true 39318 }, 39319 { 39320 "features": [], 39321 "kind": "dev", 39322 "name": "quote", 39323 "optional": false, 39324 "registry": null, 39325 "rename": null, 39326 "req": "^1.0.33", 39327 "source": "registry+https://github.com/rust-lang/crates.io-index", 39328 "target": null, 39329 "uses_default_features": true 39330 }, 39331 { 39332 "features": [], 39333 "kind": "dev", 39334 "name": "syn", 39335 "optional": false, 39336 "registry": null, 39337 "rename": null, 39338 "req": "^2.0.37", 39339 "source": "registry+https://github.com/rust-lang/crates.io-index", 39340 "target": null, 39341 "uses_default_features": true 39342 } 39343 ], 39344 "description": "Replacement for crate (macro_rules keyword) in proc-macros\n", 39345 "documentation": "https://docs.rs/proc-macro-crate", 39346 "edition": "2021", 39347 "features": {}, 39348 "homepage": null, 39349 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39350 "keywords": [ 39351 "macro-rules", 39352 "crate", 39353 "macro", 39354 "proc-macro" 39355 ], 39356 "license": "MIT OR Apache-2.0", 39357 "license_file": null, 39358 "links": null, 39359 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/Cargo.toml", 39360 "metadata": null, 39361 "name": "proc-macro-crate", 39362 "publish": null, 39363 "readme": "./README.md", 39364 "repository": "https://github.com/bkchr/proc-macro-crate", 39365 "rust_version": "1.67.0", 39366 "source": "registry+https://github.com/rust-lang/crates.io-index", 39367 "targets": [ 39368 { 39369 "crate_types": [ 39370 "lib" 39371 ], 39372 "doc": true, 39373 "doctest": true, 39374 "edition": "2021", 39375 "kind": [ 39376 "lib" 39377 ], 39378 "name": "proc_macro_crate", 39379 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/src/lib.rs", 39380 "test": true 39381 }, 39382 { 39383 "crate_types": [ 39384 "bin" 39385 ], 39386 "doc": false, 39387 "doctest": false, 39388 "edition": "2021", 39389 "kind": [ 39390 "test" 39391 ], 39392 "name": "workspace_deps", 39393 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/tests/workspace_deps.rs", 39394 "test": true 39395 } 39396 ], 39397 "version": "3.1.0" 39398 }, 39399 { 39400 "authors": [ 39401 "CreepySkeleton <[email protected]>" 39402 ], 39403 "categories": [ 39404 "development-tools::procedural-macro-helpers" 39405 ], 39406 "default_run": null, 39407 "dependencies": [ 39408 { 39409 "features": [], 39410 "kind": null, 39411 "name": "proc-macro-error-attr", 39412 "optional": false, 39413 "registry": null, 39414 "rename": null, 39415 "req": "=1.0.4", 39416 "source": "registry+https://github.com/rust-lang/crates.io-index", 39417 "target": null, 39418 "uses_default_features": true 39419 }, 39420 { 39421 "features": [], 39422 "kind": null, 39423 "name": "proc-macro2", 39424 "optional": false, 39425 "registry": null, 39426 "rename": null, 39427 "req": "^1", 39428 "source": "registry+https://github.com/rust-lang/crates.io-index", 39429 "target": null, 39430 "uses_default_features": true 39431 }, 39432 { 39433 "features": [], 39434 "kind": null, 39435 "name": "quote", 39436 "optional": false, 39437 "registry": null, 39438 "rename": null, 39439 "req": "^1", 39440 "source": "registry+https://github.com/rust-lang/crates.io-index", 39441 "target": null, 39442 "uses_default_features": true 39443 }, 39444 { 39445 "features": [], 39446 "kind": null, 39447 "name": "syn", 39448 "optional": true, 39449 "registry": null, 39450 "rename": null, 39451 "req": "^1", 39452 "source": "registry+https://github.com/rust-lang/crates.io-index", 39453 "target": null, 39454 "uses_default_features": false 39455 }, 39456 { 39457 "features": [], 39458 "kind": "dev", 39459 "name": "serde_derive", 39460 "optional": false, 39461 "registry": null, 39462 "rename": null, 39463 "req": "=1.0.107", 39464 "source": "registry+https://github.com/rust-lang/crates.io-index", 39465 "target": null, 39466 "uses_default_features": true 39467 }, 39468 { 39469 "features": [], 39470 "kind": "dev", 39471 "name": "toml", 39472 "optional": false, 39473 "registry": null, 39474 "rename": null, 39475 "req": "=0.5.2", 39476 "source": "registry+https://github.com/rust-lang/crates.io-index", 39477 "target": null, 39478 "uses_default_features": true 39479 }, 39480 { 39481 "features": [ 39482 "diff" 39483 ], 39484 "kind": "dev", 39485 "name": "trybuild", 39486 "optional": false, 39487 "registry": null, 39488 "rename": null, 39489 "req": "^1.0.19", 39490 "source": "registry+https://github.com/rust-lang/crates.io-index", 39491 "target": null, 39492 "uses_default_features": true 39493 }, 39494 { 39495 "features": [], 39496 "kind": "build", 39497 "name": "version_check", 39498 "optional": false, 39499 "registry": null, 39500 "rename": null, 39501 "req": "^0.9", 39502 "source": "registry+https://github.com/rust-lang/crates.io-index", 39503 "target": null, 39504 "uses_default_features": true 39505 } 39506 ], 39507 "description": "Almost drop-in replacement to panics in proc-macros", 39508 "documentation": null, 39509 "edition": "2018", 39510 "features": { 39511 "default": [ 39512 "syn-error" 39513 ], 39514 "syn": [ 39515 "dep:syn" 39516 ], 39517 "syn-error": [ 39518 "syn" 39519 ] 39520 }, 39521 "homepage": null, 39522 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39523 "keywords": [ 39524 "proc-macro", 39525 "error", 39526 "errors" 39527 ], 39528 "license": "MIT OR Apache-2.0", 39529 "license_file": null, 39530 "links": null, 39531 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/Cargo.toml", 39532 "metadata": { 39533 "docs": { 39534 "rs": { 39535 "targets": [ 39536 "x86_64-unknown-linux-gnu" 39537 ] 39538 } 39539 } 39540 }, 39541 "name": "proc-macro-error", 39542 "publish": null, 39543 "readme": "README.md", 39544 "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", 39545 "rust_version": null, 39546 "source": "registry+https://github.com/rust-lang/crates.io-index", 39547 "targets": [ 39548 { 39549 "crate_types": [ 39550 "lib" 39551 ], 39552 "doc": true, 39553 "doctest": true, 39554 "edition": "2018", 39555 "kind": [ 39556 "lib" 39557 ], 39558 "name": "proc_macro_error", 39559 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs", 39560 "test": true 39561 }, 39562 { 39563 "crate_types": [ 39564 "bin" 39565 ], 39566 "doc": false, 39567 "doctest": false, 39568 "edition": "2018", 39569 "kind": [ 39570 "test" 39571 ], 39572 "name": "ok", 39573 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/ok.rs", 39574 "test": true 39575 }, 39576 { 39577 "crate_types": [ 39578 "bin" 39579 ], 39580 "doc": false, 39581 "doctest": false, 39582 "edition": "2018", 39583 "kind": [ 39584 "test" 39585 ], 39586 "name": "macro-errors", 39587 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/macro-errors.rs", 39588 "test": true 39589 }, 39590 { 39591 "crate_types": [ 39592 "bin" 39593 ], 39594 "doc": false, 39595 "doctest": false, 39596 "edition": "2018", 39597 "kind": [ 39598 "test" 39599 ], 39600 "name": "runtime-errors", 39601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/runtime-errors.rs", 39602 "test": true 39603 }, 39604 { 39605 "crate_types": [ 39606 "bin" 39607 ], 39608 "doc": false, 39609 "doctest": false, 39610 "edition": "2018", 39611 "kind": [ 39612 "custom-build" 39613 ], 39614 "name": "build-script-build", 39615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs", 39616 "test": false 39617 } 39618 ], 39619 "version": "1.0.4" 39620 }, 39621 { 39622 "authors": [ 39623 "CreepySkeleton <[email protected]>" 39624 ], 39625 "categories": [], 39626 "default_run": null, 39627 "dependencies": [ 39628 { 39629 "features": [], 39630 "kind": null, 39631 "name": "proc-macro2", 39632 "optional": false, 39633 "registry": null, 39634 "rename": null, 39635 "req": "^1", 39636 "source": "registry+https://github.com/rust-lang/crates.io-index", 39637 "target": null, 39638 "uses_default_features": true 39639 }, 39640 { 39641 "features": [], 39642 "kind": null, 39643 "name": "quote", 39644 "optional": false, 39645 "registry": null, 39646 "rename": null, 39647 "req": "^1", 39648 "source": "registry+https://github.com/rust-lang/crates.io-index", 39649 "target": null, 39650 "uses_default_features": true 39651 }, 39652 { 39653 "features": [], 39654 "kind": "build", 39655 "name": "version_check", 39656 "optional": false, 39657 "registry": null, 39658 "rename": null, 39659 "req": "^0.9", 39660 "source": "registry+https://github.com/rust-lang/crates.io-index", 39661 "target": null, 39662 "uses_default_features": true 39663 } 39664 ], 39665 "description": "Attribute macro for proc-macro-error crate", 39666 "documentation": null, 39667 "edition": "2018", 39668 "features": {}, 39669 "homepage": null, 39670 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39671 "keywords": [], 39672 "license": "MIT OR Apache-2.0", 39673 "license_file": null, 39674 "links": null, 39675 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/Cargo.toml", 39676 "metadata": { 39677 "docs": { 39678 "rs": { 39679 "targets": [ 39680 "x86_64-unknown-linux-gnu" 39681 ] 39682 } 39683 } 39684 }, 39685 "name": "proc-macro-error-attr", 39686 "publish": null, 39687 "readme": null, 39688 "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", 39689 "rust_version": null, 39690 "source": "registry+https://github.com/rust-lang/crates.io-index", 39691 "targets": [ 39692 { 39693 "crate_types": [ 39694 "proc-macro" 39695 ], 39696 "doc": true, 39697 "doctest": true, 39698 "edition": "2018", 39699 "kind": [ 39700 "proc-macro" 39701 ], 39702 "name": "proc_macro_error_attr", 39703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs", 39704 "test": true 39705 }, 39706 { 39707 "crate_types": [ 39708 "bin" 39709 ], 39710 "doc": false, 39711 "doctest": false, 39712 "edition": "2018", 39713 "kind": [ 39714 "custom-build" 39715 ], 39716 "name": "build-script-build", 39717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs", 39718 "test": false 39719 } 39720 ], 39721 "version": "1.0.4" 39722 }, 39723 { 39724 "authors": [ 39725 "David Tolnay <[email protected]>", 39726 "Alex Crichton <[email protected]>" 39727 ], 39728 "categories": [ 39729 "development-tools::procedural-macro-helpers" 39730 ], 39731 "default_run": null, 39732 "dependencies": [ 39733 { 39734 "features": [], 39735 "kind": null, 39736 "name": "unicode-ident", 39737 "optional": false, 39738 "registry": null, 39739 "rename": null, 39740 "req": "^1.0", 39741 "source": "registry+https://github.com/rust-lang/crates.io-index", 39742 "target": null, 39743 "uses_default_features": true 39744 }, 39745 { 39746 "features": [], 39747 "kind": "dev", 39748 "name": "flate2", 39749 "optional": false, 39750 "registry": null, 39751 "rename": null, 39752 "req": "^1.0", 39753 "source": "registry+https://github.com/rust-lang/crates.io-index", 39754 "target": null, 39755 "uses_default_features": true 39756 }, 39757 { 39758 "features": [], 39759 "kind": "dev", 39760 "name": "quote", 39761 "optional": false, 39762 "registry": null, 39763 "rename": null, 39764 "req": "^1.0", 39765 "source": "registry+https://github.com/rust-lang/crates.io-index", 39766 "target": null, 39767 "uses_default_features": false 39768 }, 39769 { 39770 "features": [], 39771 "kind": "dev", 39772 "name": "rayon", 39773 "optional": false, 39774 "registry": null, 39775 "rename": null, 39776 "req": "^1.0", 39777 "source": "registry+https://github.com/rust-lang/crates.io-index", 39778 "target": null, 39779 "uses_default_features": true 39780 }, 39781 { 39782 "features": [], 39783 "kind": "dev", 39784 "name": "rustversion", 39785 "optional": false, 39786 "registry": null, 39787 "rename": null, 39788 "req": "^1", 39789 "source": "registry+https://github.com/rust-lang/crates.io-index", 39790 "target": null, 39791 "uses_default_features": true 39792 }, 39793 { 39794 "features": [], 39795 "kind": "dev", 39796 "name": "tar", 39797 "optional": false, 39798 "registry": null, 39799 "rename": null, 39800 "req": "^0.4", 39801 "source": "registry+https://github.com/rust-lang/crates.io-index", 39802 "target": null, 39803 "uses_default_features": true 39804 } 39805 ], 39806 "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", 39807 "documentation": "https://docs.rs/proc-macro2", 39808 "edition": "2021", 39809 "features": { 39810 "default": [ 39811 "proc-macro" 39812 ], 39813 "nightly": [], 39814 "proc-macro": [], 39815 "span-locations": [] 39816 }, 39817 "homepage": null, 39818 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39819 "keywords": [ 39820 "macros", 39821 "syn" 39822 ], 39823 "license": "MIT OR Apache-2.0", 39824 "license_file": null, 39825 "links": null, 39826 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/Cargo.toml", 39827 "metadata": { 39828 "docs": { 39829 "rs": { 39830 "rustc-args": [ 39831 "--cfg", 39832 "procmacro2_semver_exempt" 39833 ], 39834 "rustdoc-args": [ 39835 "--cfg", 39836 "procmacro2_semver_exempt", 39837 "--cfg", 39838 "doc_cfg", 39839 "--generate-link-to-definition" 39840 ], 39841 "targets": [ 39842 "x86_64-unknown-linux-gnu" 39843 ] 39844 } 39845 }, 39846 "playground": { 39847 "features": [ 39848 "span-locations" 39849 ] 39850 } 39851 }, 39852 "name": "proc-macro2", 39853 "publish": null, 39854 "readme": "README.md", 39855 "repository": "https://github.com/dtolnay/proc-macro2", 39856 "rust_version": "1.56", 39857 "source": "registry+https://github.com/rust-lang/crates.io-index", 39858 "targets": [ 39859 { 39860 "crate_types": [ 39861 "lib" 39862 ], 39863 "doc": true, 39864 "doctest": true, 39865 "edition": "2021", 39866 "kind": [ 39867 "lib" 39868 ], 39869 "name": "proc_macro2", 39870 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/src/lib.rs", 39871 "test": true 39872 }, 39873 { 39874 "crate_types": [ 39875 "bin" 39876 ], 39877 "doc": false, 39878 "doctest": false, 39879 "edition": "2021", 39880 "kind": [ 39881 "test" 39882 ], 39883 "name": "features", 39884 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/tests/features.rs", 39885 "test": true 39886 }, 39887 { 39888 "crate_types": [ 39889 "bin" 39890 ], 39891 "doc": false, 39892 "doctest": false, 39893 "edition": "2021", 39894 "kind": [ 39895 "test" 39896 ], 39897 "name": "test", 39898 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/tests/test.rs", 39899 "test": true 39900 }, 39901 { 39902 "crate_types": [ 39903 "bin" 39904 ], 39905 "doc": false, 39906 "doctest": false, 39907 "edition": "2021", 39908 "kind": [ 39909 "test" 39910 ], 39911 "name": "test_size", 39912 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/tests/test_size.rs", 39913 "test": true 39914 }, 39915 { 39916 "crate_types": [ 39917 "bin" 39918 ], 39919 "doc": false, 39920 "doctest": false, 39921 "edition": "2021", 39922 "kind": [ 39923 "test" 39924 ], 39925 "name": "test_fmt", 39926 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/tests/test_fmt.rs", 39927 "test": true 39928 }, 39929 { 39930 "crate_types": [ 39931 "bin" 39932 ], 39933 "doc": false, 39934 "doctest": false, 39935 "edition": "2021", 39936 "kind": [ 39937 "test" 39938 ], 39939 "name": "comments", 39940 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/tests/comments.rs", 39941 "test": true 39942 }, 39943 { 39944 "crate_types": [ 39945 "bin" 39946 ], 39947 "doc": false, 39948 "doctest": false, 39949 "edition": "2021", 39950 "kind": [ 39951 "test" 39952 ], 39953 "name": "marker", 39954 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/tests/marker.rs", 39955 "test": true 39956 }, 39957 { 39958 "crate_types": [ 39959 "bin" 39960 ], 39961 "doc": false, 39962 "doctest": false, 39963 "edition": "2021", 39964 "kind": [ 39965 "custom-build" 39966 ], 39967 "name": "build-script-build", 39968 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/build.rs", 39969 "test": false 39970 } 39971 ], 39972 "version": "1.0.79" 39973 }, 39974 { 39975 "authors": [ 39976 "rushmorem <[email protected]>" 39977 ], 39978 "categories": [], 39979 "default_run": null, 39980 "dependencies": [], 39981 "description": "Common types for the public suffix implementation crates", 39982 "documentation": "https://docs.rs/psl-types", 39983 "edition": "2018", 39984 "features": {}, 39985 "homepage": null, 39986 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 39987 "keywords": [ 39988 "tld", 39989 "gtld", 39990 "cctld", 39991 "psl", 39992 "no_std" 39993 ], 39994 "license": "MIT/Apache-2.0", 39995 "license_file": null, 39996 "links": null, 39997 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/Cargo.toml", 39998 "metadata": null, 39999 "name": "psl-types", 40000 "publish": null, 40001 "readme": "README.md", 40002 "repository": "https://github.com/addr-rs/psl-types", 40003 "rust_version": null, 40004 "source": "registry+https://github.com/rust-lang/crates.io-index", 40005 "targets": [ 40006 { 40007 "crate_types": [ 40008 "lib" 40009 ], 40010 "doc": true, 40011 "doctest": true, 40012 "edition": "2018", 40013 "kind": [ 40014 "lib" 40015 ], 40016 "name": "psl_types", 40017 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs", 40018 "test": true 40019 } 40020 ], 40021 "version": "2.0.11" 40022 }, 40023 { 40024 "authors": [ 40025 "Simonas Kazlauskas <[email protected]>" 40026 ], 40027 "categories": [], 40028 "default_run": null, 40029 "dependencies": [ 40030 { 40031 "features": [], 40032 "kind": "build", 40033 "name": "cc", 40034 "optional": false, 40035 "registry": null, 40036 "rename": null, 40037 "req": "^1.0.2", 40038 "source": "registry+https://github.com/rust-lang/crates.io-index", 40039 "target": null, 40040 "uses_default_features": true 40041 } 40042 ], 40043 "description": "Portable Stack Manipulation: stack manipulation and introspection routines", 40044 "documentation": "https://docs.rs/psm/0.1.20", 40045 "edition": "2015", 40046 "features": {}, 40047 "homepage": null, 40048 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40049 "keywords": [ 40050 "stack", 40051 "no_std" 40052 ], 40053 "license": "MIT OR Apache-2.0", 40054 "license_file": null, 40055 "links": null, 40056 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/Cargo.toml", 40057 "metadata": null, 40058 "name": "psm", 40059 "publish": null, 40060 "readme": "README.mkd", 40061 "repository": "https://github.com/rust-lang/stacker/", 40062 "rust_version": null, 40063 "source": "registry+https://github.com/rust-lang/crates.io-index", 40064 "targets": [ 40065 { 40066 "crate_types": [ 40067 "lib" 40068 ], 40069 "doc": true, 40070 "doctest": true, 40071 "edition": "2015", 40072 "kind": [ 40073 "lib" 40074 ], 40075 "name": "psm", 40076 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/src/lib.rs", 40077 "test": true 40078 }, 40079 { 40080 "crate_types": [ 40081 "bin" 40082 ], 40083 "doc": false, 40084 "doctest": false, 40085 "edition": "2015", 40086 "kind": [ 40087 "example" 40088 ], 40089 "name": "thread", 40090 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/examples/thread.rs", 40091 "test": false 40092 }, 40093 { 40094 "crate_types": [ 40095 "bin" 40096 ], 40097 "doc": false, 40098 "doctest": false, 40099 "edition": "2015", 40100 "kind": [ 40101 "example" 40102 ], 40103 "name": "panics", 40104 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/examples/panics.rs", 40105 "test": false 40106 }, 40107 { 40108 "crate_types": [ 40109 "bin" 40110 ], 40111 "doc": false, 40112 "doctest": false, 40113 "edition": "2015", 40114 "kind": [ 40115 "example" 40116 ], 40117 "name": "on_stack_fibo", 40118 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/examples/on_stack_fibo.rs", 40119 "test": false 40120 }, 40121 { 40122 "crate_types": [ 40123 "bin" 40124 ], 40125 "doc": false, 40126 "doctest": false, 40127 "edition": "2015", 40128 "kind": [ 40129 "example" 40130 ], 40131 "name": "replace_stack_1", 40132 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/examples/replace_stack_1.rs", 40133 "test": false 40134 }, 40135 { 40136 "crate_types": [ 40137 "bin" 40138 ], 40139 "doc": false, 40140 "doctest": false, 40141 "edition": "2015", 40142 "kind": [ 40143 "example" 40144 ], 40145 "name": "info", 40146 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/examples/info.rs", 40147 "test": false 40148 }, 40149 { 40150 "crate_types": [ 40151 "bin" 40152 ], 40153 "doc": false, 40154 "doctest": false, 40155 "edition": "2015", 40156 "kind": [ 40157 "example" 40158 ], 40159 "name": "on_stack_fibo_alloc_each_frame", 40160 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/examples/on_stack_fibo_alloc_each_frame.rs", 40161 "test": false 40162 }, 40163 { 40164 "crate_types": [ 40165 "bin" 40166 ], 40167 "doc": false, 40168 "doctest": false, 40169 "edition": "2015", 40170 "kind": [ 40171 "test" 40172 ], 40173 "name": "stack_direction", 40174 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/tests/stack_direction.rs", 40175 "test": true 40176 }, 40177 { 40178 "crate_types": [ 40179 "bin" 40180 ], 40181 "doc": false, 40182 "doctest": false, 40183 "edition": "2015", 40184 "kind": [ 40185 "test" 40186 ], 40187 "name": "stack_direction_2", 40188 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/tests/stack_direction_2.rs", 40189 "test": true 40190 }, 40191 { 40192 "crate_types": [ 40193 "bin" 40194 ], 40195 "doc": false, 40196 "doctest": false, 40197 "edition": "2015", 40198 "kind": [ 40199 "custom-build" 40200 ], 40201 "name": "build-script-build", 40202 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.21/build.rs", 40203 "test": false 40204 } 40205 ], 40206 "version": "0.1.21" 40207 }, 40208 { 40209 "authors": [ 40210 "David Koloski <[email protected]>" 40211 ], 40212 "categories": [ 40213 "no-std" 40214 ], 40215 "default_run": null, 40216 "dependencies": [ 40217 { 40218 "features": [], 40219 "kind": null, 40220 "name": "ptr_meta_derive", 40221 "optional": false, 40222 "registry": null, 40223 "rename": null, 40224 "req": "=0.1.4", 40225 "source": "registry+https://github.com/rust-lang/crates.io-index", 40226 "target": null, 40227 "uses_default_features": true 40228 } 40229 ], 40230 "description": "A radioactive stabilization of the ptr_meta rfc", 40231 "documentation": "https://docs.rs/ptr_meta", 40232 "edition": "2018", 40233 "features": { 40234 "default": [ 40235 "std" 40236 ], 40237 "std": [] 40238 }, 40239 "homepage": null, 40240 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40241 "keywords": [ 40242 "ptr", 40243 "meta", 40244 "no_std" 40245 ], 40246 "license": "MIT", 40247 "license_file": null, 40248 "links": null, 40249 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ptr_meta-0.1.4/Cargo.toml", 40250 "metadata": null, 40251 "name": "ptr_meta", 40252 "publish": null, 40253 "readme": "crates-io.md", 40254 "repository": "https://github.com/djkoloski/ptr_meta", 40255 "rust_version": null, 40256 "source": "registry+https://github.com/rust-lang/crates.io-index", 40257 "targets": [ 40258 { 40259 "crate_types": [ 40260 "lib" 40261 ], 40262 "doc": true, 40263 "doctest": true, 40264 "edition": "2018", 40265 "kind": [ 40266 "lib" 40267 ], 40268 "name": "ptr_meta", 40269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ptr_meta-0.1.4/src/lib.rs", 40270 "test": true 40271 } 40272 ], 40273 "version": "0.1.4" 40274 }, 40275 { 40276 "authors": [ 40277 "David Koloski <[email protected]>" 40278 ], 40279 "categories": [], 40280 "default_run": null, 40281 "dependencies": [ 40282 { 40283 "features": [], 40284 "kind": null, 40285 "name": "proc-macro2", 40286 "optional": false, 40287 "registry": null, 40288 "rename": null, 40289 "req": "^1.0", 40290 "source": "registry+https://github.com/rust-lang/crates.io-index", 40291 "target": null, 40292 "uses_default_features": true 40293 }, 40294 { 40295 "features": [], 40296 "kind": null, 40297 "name": "quote", 40298 "optional": false, 40299 "registry": null, 40300 "rename": null, 40301 "req": "^1.0", 40302 "source": "registry+https://github.com/rust-lang/crates.io-index", 40303 "target": null, 40304 "uses_default_features": true 40305 }, 40306 { 40307 "features": [ 40308 "full" 40309 ], 40310 "kind": null, 40311 "name": "syn", 40312 "optional": false, 40313 "registry": null, 40314 "rename": null, 40315 "req": "^1.0", 40316 "source": "registry+https://github.com/rust-lang/crates.io-index", 40317 "target": null, 40318 "uses_default_features": true 40319 } 40320 ], 40321 "description": "Macros for ptr_meta", 40322 "documentation": "https://docs.rs/ptr_meta_derive", 40323 "edition": "2018", 40324 "features": {}, 40325 "homepage": null, 40326 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40327 "keywords": [], 40328 "license": "MIT", 40329 "license_file": null, 40330 "links": null, 40331 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ptr_meta_derive-0.1.4/Cargo.toml", 40332 "metadata": null, 40333 "name": "ptr_meta_derive", 40334 "publish": null, 40335 "readme": null, 40336 "repository": "https://github.com/djkoloski/ptr_meta", 40337 "rust_version": null, 40338 "source": "registry+https://github.com/rust-lang/crates.io-index", 40339 "targets": [ 40340 { 40341 "crate_types": [ 40342 "proc-macro" 40343 ], 40344 "doc": true, 40345 "doctest": true, 40346 "edition": "2018", 40347 "kind": [ 40348 "proc-macro" 40349 ], 40350 "name": "ptr_meta_derive", 40351 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ptr_meta_derive-0.1.4/src/lib.rs", 40352 "test": true 40353 } 40354 ], 40355 "version": "0.1.4" 40356 }, 40357 { 40358 "authors": [ 40359 "Arthur Silva <[email protected]>" 40360 ], 40361 "categories": [ 40362 "caching", 40363 "concurrency", 40364 "data-structures" 40365 ], 40366 "default_run": null, 40367 "dependencies": [ 40368 { 40369 "features": [], 40370 "kind": null, 40371 "name": "ahash", 40372 "optional": true, 40373 "registry": null, 40374 "rename": null, 40375 "req": "^0.8", 40376 "source": "registry+https://github.com/rust-lang/crates.io-index", 40377 "target": null, 40378 "uses_default_features": true 40379 }, 40380 { 40381 "features": [], 40382 "kind": null, 40383 "name": "equivalent", 40384 "optional": false, 40385 "registry": null, 40386 "rename": null, 40387 "req": "^1.0.1", 40388 "source": "registry+https://github.com/rust-lang/crates.io-index", 40389 "target": null, 40390 "uses_default_features": true 40391 }, 40392 { 40393 "features": [ 40394 "raw", 40395 "inline-more" 40396 ], 40397 "kind": null, 40398 "name": "hashbrown", 40399 "optional": false, 40400 "registry": null, 40401 "rename": null, 40402 "req": "^0.14", 40403 "source": "registry+https://github.com/rust-lang/crates.io-index", 40404 "target": null, 40405 "uses_default_features": false 40406 }, 40407 { 40408 "features": [], 40409 "kind": null, 40410 "name": "parking_lot", 40411 "optional": true, 40412 "registry": null, 40413 "rename": null, 40414 "req": "^0.12", 40415 "source": "registry+https://github.com/rust-lang/crates.io-index", 40416 "target": null, 40417 "uses_default_features": true 40418 }, 40419 { 40420 "features": [], 40421 "kind": null, 40422 "name": "shuttle", 40423 "optional": true, 40424 "registry": null, 40425 "rename": null, 40426 "req": "^0.6", 40427 "source": "registry+https://github.com/rust-lang/crates.io-index", 40428 "target": null, 40429 "uses_default_features": true 40430 }, 40431 { 40432 "features": [], 40433 "kind": "dev", 40434 "name": "criterion", 40435 "optional": false, 40436 "registry": null, 40437 "rename": null, 40438 "req": "^0.5", 40439 "source": "registry+https://github.com/rust-lang/crates.io-index", 40440 "target": null, 40441 "uses_default_features": true 40442 }, 40443 { 40444 "features": [ 40445 "small_rng" 40446 ], 40447 "kind": "dev", 40448 "name": "rand", 40449 "optional": false, 40450 "registry": null, 40451 "rename": null, 40452 "req": "^0.8", 40453 "source": "registry+https://github.com/rust-lang/crates.io-index", 40454 "target": null, 40455 "uses_default_features": true 40456 }, 40457 { 40458 "features": [], 40459 "kind": "dev", 40460 "name": "rand_distr", 40461 "optional": false, 40462 "registry": null, 40463 "rename": null, 40464 "req": "^0.4", 40465 "source": "registry+https://github.com/rust-lang/crates.io-index", 40466 "target": null, 40467 "uses_default_features": true 40468 }, 40469 { 40470 "features": [ 40471 "full" 40472 ], 40473 "kind": "dev", 40474 "name": "tokio", 40475 "optional": false, 40476 "registry": null, 40477 "rename": null, 40478 "req": "^1", 40479 "source": "registry+https://github.com/rust-lang/crates.io-index", 40480 "target": null, 40481 "uses_default_features": true 40482 } 40483 ], 40484 "description": "Lightweight and high performance concurrent cache", 40485 "documentation": null, 40486 "edition": "2021", 40487 "features": { 40488 "ahash": [ 40489 "dep:ahash" 40490 ], 40491 "default": [ 40492 "ahash", 40493 "parking_lot" 40494 ], 40495 "parking_lot": [ 40496 "dep:parking_lot" 40497 ], 40498 "shuttle": [ 40499 "dep:shuttle" 40500 ] 40501 }, 40502 "homepage": null, 40503 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40504 "keywords": [ 40505 "lru", 40506 "concurrent", 40507 "cache" 40508 ], 40509 "license": "MIT", 40510 "license_file": null, 40511 "links": null, 40512 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quick_cache-0.4.2/Cargo.toml", 40513 "metadata": null, 40514 "name": "quick_cache", 40515 "publish": null, 40516 "readme": "README.md", 40517 "repository": "https://github.com/arthurprs/quick-cache", 40518 "rust_version": "1.63", 40519 "source": "registry+https://github.com/rust-lang/crates.io-index", 40520 "targets": [ 40521 { 40522 "crate_types": [ 40523 "lib" 40524 ], 40525 "doc": true, 40526 "doctest": true, 40527 "edition": "2021", 40528 "kind": [ 40529 "lib" 40530 ], 40531 "name": "quick_cache", 40532 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quick_cache-0.4.2/src/lib.rs", 40533 "test": true 40534 }, 40535 { 40536 "crate_types": [ 40537 "bin" 40538 ], 40539 "doc": false, 40540 "doctest": false, 40541 "edition": "2021", 40542 "kind": [ 40543 "example" 40544 ], 40545 "name": "equivalent", 40546 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quick_cache-0.4.2/examples/equivalent.rs", 40547 "test": false 40548 }, 40549 { 40550 "crate_types": [ 40551 "bin" 40552 ], 40553 "doc": false, 40554 "doctest": false, 40555 "edition": "2021", 40556 "kind": [ 40557 "example" 40558 ], 40559 "name": "eviction_listener", 40560 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quick_cache-0.4.2/examples/eviction_listener.rs", 40561 "test": false 40562 }, 40563 { 40564 "crate_types": [ 40565 "bin" 40566 ], 40567 "doc": false, 40568 "doctest": false, 40569 "edition": "2021", 40570 "kind": [ 40571 "example" 40572 ], 40573 "name": "custom_weight", 40574 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quick_cache-0.4.2/examples/custom_weight.rs", 40575 "test": false 40576 }, 40577 { 40578 "crate_types": [ 40579 "bin" 40580 ], 40581 "doc": false, 40582 "doctest": false, 40583 "edition": "2021", 40584 "kind": [ 40585 "bench" 40586 ], 40587 "name": "benchmarks", 40588 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quick_cache-0.4.2/benches/benchmarks.rs", 40589 "test": false 40590 } 40591 ], 40592 "version": "0.4.2" 40593 }, 40594 { 40595 "authors": [ 40596 "David Tolnay <[email protected]>" 40597 ], 40598 "categories": [ 40599 "development-tools::procedural-macro-helpers" 40600 ], 40601 "default_run": null, 40602 "dependencies": [ 40603 { 40604 "features": [], 40605 "kind": null, 40606 "name": "proc-macro2", 40607 "optional": false, 40608 "registry": null, 40609 "rename": null, 40610 "req": "^1.0.74", 40611 "source": "registry+https://github.com/rust-lang/crates.io-index", 40612 "target": null, 40613 "uses_default_features": false 40614 }, 40615 { 40616 "features": [], 40617 "kind": "dev", 40618 "name": "rustversion", 40619 "optional": false, 40620 "registry": null, 40621 "rename": null, 40622 "req": "^1.0", 40623 "source": "registry+https://github.com/rust-lang/crates.io-index", 40624 "target": null, 40625 "uses_default_features": true 40626 }, 40627 { 40628 "features": [ 40629 "diff" 40630 ], 40631 "kind": "dev", 40632 "name": "trybuild", 40633 "optional": false, 40634 "registry": null, 40635 "rename": null, 40636 "req": "^1.0.66", 40637 "source": "registry+https://github.com/rust-lang/crates.io-index", 40638 "target": null, 40639 "uses_default_features": true 40640 } 40641 ], 40642 "description": "Quasi-quoting macro quote!(...)", 40643 "documentation": "https://docs.rs/quote/", 40644 "edition": "2018", 40645 "features": { 40646 "default": [ 40647 "proc-macro" 40648 ], 40649 "proc-macro": [ 40650 "proc-macro2/proc-macro" 40651 ] 40652 }, 40653 "homepage": null, 40654 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40655 "keywords": [ 40656 "macros", 40657 "syn" 40658 ], 40659 "license": "MIT OR Apache-2.0", 40660 "license_file": null, 40661 "links": null, 40662 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/Cargo.toml", 40663 "metadata": { 40664 "docs": { 40665 "rs": { 40666 "rustdoc-args": [ 40667 "--generate-link-to-definition" 40668 ], 40669 "targets": [ 40670 "x86_64-unknown-linux-gnu" 40671 ] 40672 } 40673 } 40674 }, 40675 "name": "quote", 40676 "publish": null, 40677 "readme": "README.md", 40678 "repository": "https://github.com/dtolnay/quote", 40679 "rust_version": "1.56", 40680 "source": "registry+https://github.com/rust-lang/crates.io-index", 40681 "targets": [ 40682 { 40683 "crate_types": [ 40684 "lib" 40685 ], 40686 "doc": true, 40687 "doctest": true, 40688 "edition": "2018", 40689 "kind": [ 40690 "lib" 40691 ], 40692 "name": "quote", 40693 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs", 40694 "test": true 40695 }, 40696 { 40697 "crate_types": [ 40698 "bin" 40699 ], 40700 "doc": false, 40701 "doctest": false, 40702 "edition": "2018", 40703 "kind": [ 40704 "test" 40705 ], 40706 "name": "test", 40707 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/tests/test.rs", 40708 "test": true 40709 }, 40710 { 40711 "crate_types": [ 40712 "bin" 40713 ], 40714 "doc": false, 40715 "doctest": false, 40716 "edition": "2018", 40717 "kind": [ 40718 "test" 40719 ], 40720 "name": "compiletest", 40721 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/tests/compiletest.rs", 40722 "test": true 40723 } 40724 ], 40725 "version": "1.0.35" 40726 }, 40727 { 40728 "authors": [ 40729 "Nika Layzell <[email protected]>", 40730 "myrrlyn <[email protected]>" 40731 ], 40732 "categories": [ 40733 "concurrency", 40734 "no-std" 40735 ], 40736 "default_run": null, 40737 "dependencies": [ 40738 { 40739 "features": [], 40740 "kind": "dev", 40741 "name": "static_assertions", 40742 "optional": false, 40743 "registry": null, 40744 "rename": null, 40745 "req": "^1", 40746 "source": "registry+https://github.com/rust-lang/crates.io-index", 40747 "target": null, 40748 "uses_default_features": true 40749 } 40750 ], 40751 "description": "Portable interfaces for maybe-atomic types", 40752 "documentation": "https://docs.rs/radium", 40753 "edition": "2018", 40754 "features": {}, 40755 "homepage": "https://github.com/bitvecto-rs/radium", 40756 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40757 "keywords": [ 40758 "atomic", 40759 "cell", 40760 "sync", 40761 "generic", 40762 "trait" 40763 ], 40764 "license": "MIT", 40765 "license_file": null, 40766 "links": null, 40767 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/Cargo.toml", 40768 "metadata": null, 40769 "name": "radium", 40770 "publish": null, 40771 "readme": "README.md", 40772 "repository": "https://github.com/bitvecto-rs/radium", 40773 "rust_version": null, 40774 "source": "registry+https://github.com/rust-lang/crates.io-index", 40775 "targets": [ 40776 { 40777 "crate_types": [ 40778 "lib" 40779 ], 40780 "doc": true, 40781 "doctest": true, 40782 "edition": "2018", 40783 "kind": [ 40784 "lib" 40785 ], 40786 "name": "radium", 40787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs", 40788 "test": true 40789 }, 40790 { 40791 "crate_types": [ 40792 "bin" 40793 ], 40794 "doc": false, 40795 "doctest": false, 40796 "edition": "2018", 40797 "kind": [ 40798 "custom-build" 40799 ], 40800 "name": "build-script-build", 40801 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs", 40802 "test": false 40803 } 40804 ], 40805 "version": "0.7.0" 40806 }, 40807 { 40808 "authors": [ 40809 "Michael Sproul <[email protected]>" 40810 ], 40811 "categories": [ 40812 "data-structures", 40813 "text-processing" 40814 ], 40815 "default_run": null, 40816 "dependencies": [ 40817 { 40818 "features": [], 40819 "kind": null, 40820 "name": "endian-type", 40821 "optional": false, 40822 "registry": null, 40823 "rename": null, 40824 "req": "^0.1.2", 40825 "source": "registry+https://github.com/rust-lang/crates.io-index", 40826 "target": null, 40827 "uses_default_features": true 40828 }, 40829 { 40830 "features": [], 40831 "kind": null, 40832 "name": "nibble_vec", 40833 "optional": false, 40834 "registry": null, 40835 "rename": null, 40836 "req": "^0.1", 40837 "source": "registry+https://github.com/rust-lang/crates.io-index", 40838 "target": null, 40839 "uses_default_features": true 40840 }, 40841 { 40842 "features": [], 40843 "kind": null, 40844 "name": "serde", 40845 "optional": true, 40846 "registry": null, 40847 "rename": null, 40848 "req": "^1.0", 40849 "source": "registry+https://github.com/rust-lang/crates.io-index", 40850 "target": null, 40851 "uses_default_features": true 40852 }, 40853 { 40854 "features": [], 40855 "kind": "dev", 40856 "name": "criterion", 40857 "optional": false, 40858 "registry": null, 40859 "rename": null, 40860 "req": "^0.3", 40861 "source": "registry+https://github.com/rust-lang/crates.io-index", 40862 "target": null, 40863 "uses_default_features": true 40864 }, 40865 { 40866 "features": [], 40867 "kind": "dev", 40868 "name": "quickcheck", 40869 "optional": false, 40870 "registry": null, 40871 "rename": null, 40872 "req": "^0.4", 40873 "source": "registry+https://github.com/rust-lang/crates.io-index", 40874 "target": null, 40875 "uses_default_features": true 40876 }, 40877 { 40878 "features": [], 40879 "kind": "dev", 40880 "name": "rand", 40881 "optional": false, 40882 "registry": null, 40883 "rename": null, 40884 "req": "^0.3", 40885 "source": "registry+https://github.com/rust-lang/crates.io-index", 40886 "target": null, 40887 "uses_default_features": true 40888 }, 40889 { 40890 "features": [], 40891 "kind": "dev", 40892 "name": "serde_test", 40893 "optional": false, 40894 "registry": null, 40895 "rename": null, 40896 "req": "^1.0", 40897 "source": "registry+https://github.com/rust-lang/crates.io-index", 40898 "target": null, 40899 "uses_default_features": true 40900 } 40901 ], 40902 "description": "Generic radix trie data-structure.", 40903 "documentation": "https://docs.rs/radix_trie/", 40904 "edition": "2018", 40905 "features": { 40906 "serde": [ 40907 "dep:serde" 40908 ] 40909 }, 40910 "homepage": null, 40911 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 40912 "keywords": [ 40913 "trie", 40914 "patricia", 40915 "collection", 40916 "generic", 40917 "prefix" 40918 ], 40919 "license": "MIT", 40920 "license_file": null, 40921 "links": null, 40922 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/Cargo.toml", 40923 "metadata": null, 40924 "name": "radix_trie", 40925 "publish": null, 40926 "readme": "README.md", 40927 "repository": "https://github.com/michaelsproul/rust_radix_trie", 40928 "rust_version": null, 40929 "source": "registry+https://github.com/rust-lang/crates.io-index", 40930 "targets": [ 40931 { 40932 "crate_types": [ 40933 "lib" 40934 ], 40935 "doc": true, 40936 "doctest": true, 40937 "edition": "2018", 40938 "kind": [ 40939 "lib" 40940 ], 40941 "name": "radix_trie", 40942 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs", 40943 "test": true 40944 }, 40945 { 40946 "crate_types": [ 40947 "bin" 40948 ], 40949 "doc": false, 40950 "doctest": false, 40951 "edition": "2018", 40952 "kind": [ 40953 "example" 40954 ], 40955 "name": "child_iter", 40956 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/examples/child_iter.rs", 40957 "test": false 40958 }, 40959 { 40960 "crate_types": [ 40961 "bin" 40962 ], 40963 "doc": false, 40964 "doctest": false, 40965 "edition": "2018", 40966 "kind": [ 40967 "example" 40968 ], 40969 "name": "opt", 40970 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/examples/opt.rs", 40971 "test": false 40972 }, 40973 { 40974 "crate_types": [ 40975 "bin" 40976 ], 40977 "doc": false, 40978 "doctest": false, 40979 "edition": "2018", 40980 "kind": [ 40981 "example" 40982 ], 40983 "name": "string_frequency", 40984 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/examples/string_frequency.rs", 40985 "test": false 40986 }, 40987 { 40988 "crate_types": [ 40989 "bin" 40990 ], 40991 "doc": false, 40992 "doctest": false, 40993 "edition": "2018", 40994 "kind": [ 40995 "example" 40996 ], 40997 "name": "debug", 40998 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/examples/debug.rs", 40999 "test": false 41000 }, 41001 { 41002 "crate_types": [ 41003 "bin" 41004 ], 41005 "doc": false, 41006 "doctest": false, 41007 "edition": "2018", 41008 "kind": [ 41009 "bench" 41010 ], 41011 "name": "trie_benches", 41012 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/benches/trie_benches.rs", 41013 "test": false 41014 } 41015 ], 41016 "version": "0.2.1" 41017 }, 41018 { 41019 "authors": [ 41020 "The Rand Project Developers", 41021 "The Rust Project Developers" 41022 ], 41023 "categories": [ 41024 "algorithms", 41025 "no-std" 41026 ], 41027 "default_run": null, 41028 "dependencies": [ 41029 { 41030 "features": [], 41031 "kind": null, 41032 "name": "log", 41033 "optional": true, 41034 "registry": null, 41035 "rename": null, 41036 "req": "^0.4.4", 41037 "source": "registry+https://github.com/rust-lang/crates.io-index", 41038 "target": null, 41039 "uses_default_features": true 41040 }, 41041 { 41042 "features": [ 41043 "into_bits" 41044 ], 41045 "kind": null, 41046 "name": "packed_simd_2", 41047 "optional": true, 41048 "registry": null, 41049 "rename": "packed_simd", 41050 "req": "^0.3.7", 41051 "source": "registry+https://github.com/rust-lang/crates.io-index", 41052 "target": null, 41053 "uses_default_features": true 41054 }, 41055 { 41056 "features": [], 41057 "kind": null, 41058 "name": "rand_chacha", 41059 "optional": true, 41060 "registry": null, 41061 "rename": null, 41062 "req": "^0.3.0", 41063 "source": "registry+https://github.com/rust-lang/crates.io-index", 41064 "target": null, 41065 "uses_default_features": false 41066 }, 41067 { 41068 "features": [], 41069 "kind": null, 41070 "name": "rand_core", 41071 "optional": false, 41072 "registry": null, 41073 "rename": null, 41074 "req": "^0.6.0", 41075 "source": "registry+https://github.com/rust-lang/crates.io-index", 41076 "target": null, 41077 "uses_default_features": true 41078 }, 41079 { 41080 "features": [ 41081 "derive" 41082 ], 41083 "kind": null, 41084 "name": "serde", 41085 "optional": true, 41086 "registry": null, 41087 "rename": null, 41088 "req": "^1.0.103", 41089 "source": "registry+https://github.com/rust-lang/crates.io-index", 41090 "target": null, 41091 "uses_default_features": true 41092 }, 41093 { 41094 "features": [], 41095 "kind": "dev", 41096 "name": "bincode", 41097 "optional": false, 41098 "registry": null, 41099 "rename": null, 41100 "req": "^1.2.1", 41101 "source": "registry+https://github.com/rust-lang/crates.io-index", 41102 "target": null, 41103 "uses_default_features": true 41104 }, 41105 { 41106 "features": [], 41107 "kind": "dev", 41108 "name": "rand_pcg", 41109 "optional": false, 41110 "registry": null, 41111 "rename": null, 41112 "req": "^0.3.0", 41113 "source": "registry+https://github.com/rust-lang/crates.io-index", 41114 "target": null, 41115 "uses_default_features": true 41116 }, 41117 { 41118 "features": [], 41119 "kind": null, 41120 "name": "libc", 41121 "optional": true, 41122 "registry": null, 41123 "rename": null, 41124 "req": "^0.2.22", 41125 "source": "registry+https://github.com/rust-lang/crates.io-index", 41126 "target": "cfg(unix)", 41127 "uses_default_features": false 41128 } 41129 ], 41130 "description": "Random number generators and other randomness functionality.\n", 41131 "documentation": "https://docs.rs/rand", 41132 "edition": "2018", 41133 "features": { 41134 "alloc": [ 41135 "rand_core/alloc" 41136 ], 41137 "default": [ 41138 "std", 41139 "std_rng" 41140 ], 41141 "getrandom": [ 41142 "rand_core/getrandom" 41143 ], 41144 "libc": [ 41145 "dep:libc" 41146 ], 41147 "log": [ 41148 "dep:log" 41149 ], 41150 "min_const_gen": [], 41151 "nightly": [], 41152 "packed_simd": [ 41153 "dep:packed_simd" 41154 ], 41155 "rand_chacha": [ 41156 "dep:rand_chacha" 41157 ], 41158 "serde": [ 41159 "dep:serde" 41160 ], 41161 "serde1": [ 41162 "serde", 41163 "rand_core/serde1" 41164 ], 41165 "simd_support": [ 41166 "packed_simd" 41167 ], 41168 "small_rng": [], 41169 "std": [ 41170 "rand_core/std", 41171 "rand_chacha/std", 41172 "alloc", 41173 "getrandom", 41174 "libc" 41175 ], 41176 "std_rng": [ 41177 "rand_chacha" 41178 ] 41179 }, 41180 "homepage": "https://rust-random.github.io/book", 41181 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41182 "keywords": [ 41183 "random", 41184 "rng" 41185 ], 41186 "license": "MIT OR Apache-2.0", 41187 "license_file": null, 41188 "links": null, 41189 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml", 41190 "metadata": { 41191 "docs": { 41192 "rs": { 41193 "all-features": true, 41194 "rustdoc-args": [ 41195 "--cfg", 41196 "doc_cfg" 41197 ] 41198 } 41199 }, 41200 "playground": { 41201 "features": [ 41202 "small_rng", 41203 "serde1" 41204 ] 41205 } 41206 }, 41207 "name": "rand", 41208 "publish": null, 41209 "readme": "README.md", 41210 "repository": "https://github.com/rust-random/rand", 41211 "rust_version": null, 41212 "source": "registry+https://github.com/rust-lang/crates.io-index", 41213 "targets": [ 41214 { 41215 "crate_types": [ 41216 "lib" 41217 ], 41218 "doc": true, 41219 "doctest": true, 41220 "edition": "2018", 41221 "kind": [ 41222 "lib" 41223 ], 41224 "name": "rand", 41225 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs", 41226 "test": true 41227 } 41228 ], 41229 "version": "0.8.5" 41230 }, 41231 { 41232 "authors": [ 41233 "The Rand Project Developers", 41234 "The Rust Project Developers", 41235 "The CryptoCorrosion Contributors" 41236 ], 41237 "categories": [ 41238 "algorithms", 41239 "no-std" 41240 ], 41241 "default_run": null, 41242 "dependencies": [ 41243 { 41244 "features": [ 41245 "simd" 41246 ], 41247 "kind": null, 41248 "name": "ppv-lite86", 41249 "optional": false, 41250 "registry": null, 41251 "rename": null, 41252 "req": "^0.2.8", 41253 "source": "registry+https://github.com/rust-lang/crates.io-index", 41254 "target": null, 41255 "uses_default_features": false 41256 }, 41257 { 41258 "features": [], 41259 "kind": null, 41260 "name": "rand_core", 41261 "optional": false, 41262 "registry": null, 41263 "rename": null, 41264 "req": "^0.6.0", 41265 "source": "registry+https://github.com/rust-lang/crates.io-index", 41266 "target": null, 41267 "uses_default_features": true 41268 }, 41269 { 41270 "features": [ 41271 "derive" 41272 ], 41273 "kind": null, 41274 "name": "serde", 41275 "optional": true, 41276 "registry": null, 41277 "rename": null, 41278 "req": "^1.0", 41279 "source": "registry+https://github.com/rust-lang/crates.io-index", 41280 "target": null, 41281 "uses_default_features": true 41282 }, 41283 { 41284 "features": [], 41285 "kind": "dev", 41286 "name": "serde_json", 41287 "optional": false, 41288 "registry": null, 41289 "rename": null, 41290 "req": "^1.0", 41291 "source": "registry+https://github.com/rust-lang/crates.io-index", 41292 "target": null, 41293 "uses_default_features": true 41294 } 41295 ], 41296 "description": "ChaCha random number generator\n", 41297 "documentation": "https://docs.rs/rand_chacha", 41298 "edition": "2018", 41299 "features": { 41300 "default": [ 41301 "std" 41302 ], 41303 "serde": [ 41304 "dep:serde" 41305 ], 41306 "serde1": [ 41307 "serde" 41308 ], 41309 "simd": [], 41310 "std": [ 41311 "ppv-lite86/std" 41312 ] 41313 }, 41314 "homepage": "https://rust-random.github.io/book", 41315 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41316 "keywords": [ 41317 "random", 41318 "rng", 41319 "chacha" 41320 ], 41321 "license": "MIT OR Apache-2.0", 41322 "license_file": null, 41323 "links": null, 41324 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml", 41325 "metadata": null, 41326 "name": "rand_chacha", 41327 "publish": null, 41328 "readme": "README.md", 41329 "repository": "https://github.com/rust-random/rand", 41330 "rust_version": null, 41331 "source": "registry+https://github.com/rust-lang/crates.io-index", 41332 "targets": [ 41333 { 41334 "crate_types": [ 41335 "lib" 41336 ], 41337 "doc": true, 41338 "doctest": true, 41339 "edition": "2018", 41340 "kind": [ 41341 "lib" 41342 ], 41343 "name": "rand_chacha", 41344 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs", 41345 "test": true 41346 } 41347 ], 41348 "version": "0.3.1" 41349 }, 41350 { 41351 "authors": [ 41352 "The Rand Project Developers", 41353 "The Rust Project Developers" 41354 ], 41355 "categories": [ 41356 "algorithms", 41357 "no-std" 41358 ], 41359 "default_run": null, 41360 "dependencies": [ 41361 { 41362 "features": [], 41363 "kind": null, 41364 "name": "getrandom", 41365 "optional": true, 41366 "registry": null, 41367 "rename": null, 41368 "req": "^0.2", 41369 "source": "registry+https://github.com/rust-lang/crates.io-index", 41370 "target": null, 41371 "uses_default_features": true 41372 }, 41373 { 41374 "features": [ 41375 "derive" 41376 ], 41377 "kind": null, 41378 "name": "serde", 41379 "optional": true, 41380 "registry": null, 41381 "rename": null, 41382 "req": "^1", 41383 "source": "registry+https://github.com/rust-lang/crates.io-index", 41384 "target": null, 41385 "uses_default_features": true 41386 } 41387 ], 41388 "description": "Core random number generator traits and tools for implementation.\n", 41389 "documentation": "https://docs.rs/rand_core", 41390 "edition": "2018", 41391 "features": { 41392 "alloc": [], 41393 "getrandom": [ 41394 "dep:getrandom" 41395 ], 41396 "serde": [ 41397 "dep:serde" 41398 ], 41399 "serde1": [ 41400 "serde" 41401 ], 41402 "std": [ 41403 "alloc", 41404 "getrandom", 41405 "getrandom/std" 41406 ] 41407 }, 41408 "homepage": "https://rust-random.github.io/book", 41409 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41410 "keywords": [ 41411 "random", 41412 "rng" 41413 ], 41414 "license": "MIT OR Apache-2.0", 41415 "license_file": null, 41416 "links": null, 41417 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml", 41418 "metadata": { 41419 "docs": { 41420 "rs": { 41421 "all-features": true, 41422 "rustdoc-args": [ 41423 "--cfg", 41424 "doc_cfg" 41425 ] 41426 } 41427 }, 41428 "playground": { 41429 "all-features": true 41430 } 41431 }, 41432 "name": "rand_core", 41433 "publish": null, 41434 "readme": "README.md", 41435 "repository": "https://github.com/rust-random/rand", 41436 "rust_version": null, 41437 "source": "registry+https://github.com/rust-lang/crates.io-index", 41438 "targets": [ 41439 { 41440 "crate_types": [ 41441 "lib" 41442 ], 41443 "doc": true, 41444 "doctest": true, 41445 "edition": "2018", 41446 "kind": [ 41447 "lib" 41448 ], 41449 "name": "rand_core", 41450 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs", 41451 "test": true 41452 } 41453 ], 41454 "version": "0.6.4" 41455 }, 41456 { 41457 "authors": [ 41458 "Jeremy Soller <[email protected]>" 41459 ], 41460 "categories": [], 41461 "default_run": null, 41462 "dependencies": [ 41463 { 41464 "features": [], 41465 "kind": null, 41466 "name": "bitflags", 41467 "optional": false, 41468 "registry": null, 41469 "rename": null, 41470 "req": "^1.1.0", 41471 "source": "registry+https://github.com/rust-lang/crates.io-index", 41472 "target": null, 41473 "uses_default_features": true 41474 }, 41475 { 41476 "features": [], 41477 "kind": null, 41478 "name": "rustc-std-workspace-core", 41479 "optional": true, 41480 "registry": null, 41481 "rename": "core", 41482 "req": "^1.0.0", 41483 "source": "registry+https://github.com/rust-lang/crates.io-index", 41484 "target": null, 41485 "uses_default_features": true 41486 } 41487 ], 41488 "description": "A Rust library to access raw Redox system calls", 41489 "documentation": "https://docs.rs/redox_syscall", 41490 "edition": "2018", 41491 "features": { 41492 "core": [ 41493 "dep:core" 41494 ], 41495 "rustc-dep-of-std": [ 41496 "core", 41497 "bitflags/rustc-dep-of-std" 41498 ] 41499 }, 41500 "homepage": null, 41501 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41502 "keywords": [], 41503 "license": "MIT", 41504 "license_file": null, 41505 "links": null, 41506 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/Cargo.toml", 41507 "metadata": null, 41508 "name": "redox_syscall", 41509 "publish": null, 41510 "readme": "README.md", 41511 "repository": "https://gitlab.redox-os.org/redox-os/syscall", 41512 "rust_version": null, 41513 "source": "registry+https://github.com/rust-lang/crates.io-index", 41514 "targets": [ 41515 { 41516 "crate_types": [ 41517 "lib" 41518 ], 41519 "doc": true, 41520 "doctest": true, 41521 "edition": "2018", 41522 "kind": [ 41523 "lib" 41524 ], 41525 "name": "syscall", 41526 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/src/lib.rs", 41527 "test": true 41528 } 41529 ], 41530 "version": "0.4.1" 41531 }, 41532 { 41533 "authors": [ 41534 "Jose Narvaez <[email protected]>", 41535 "Wesley Hershberger <[email protected]>" 41536 ], 41537 "categories": [], 41538 "default_run": null, 41539 "dependencies": [ 41540 { 41541 "features": [ 41542 "std" 41543 ], 41544 "kind": null, 41545 "name": "getrandom", 41546 "optional": false, 41547 "registry": null, 41548 "rename": null, 41549 "req": "^0.2", 41550 "source": "registry+https://github.com/rust-lang/crates.io-index", 41551 "target": null, 41552 "uses_default_features": true 41553 }, 41554 { 41555 "features": [ 41556 "std", 41557 "call" 41558 ], 41559 "kind": null, 41560 "name": "libredox", 41561 "optional": false, 41562 "registry": null, 41563 "rename": null, 41564 "req": "^0.1.3", 41565 "source": "registry+https://github.com/rust-lang/crates.io-index", 41566 "target": null, 41567 "uses_default_features": false 41568 }, 41569 { 41570 "features": [], 41571 "kind": null, 41572 "name": "rust-argon2", 41573 "optional": true, 41574 "registry": null, 41575 "rename": null, 41576 "req": "^0.8", 41577 "source": "registry+https://github.com/rust-lang/crates.io-index", 41578 "target": null, 41579 "uses_default_features": true 41580 }, 41581 { 41582 "features": [], 41583 "kind": null, 41584 "name": "thiserror", 41585 "optional": false, 41586 "registry": null, 41587 "rename": null, 41588 "req": "^1.0", 41589 "source": "registry+https://github.com/rust-lang/crates.io-index", 41590 "target": null, 41591 "uses_default_features": true 41592 }, 41593 { 41594 "features": [ 41595 "zeroize_derive" 41596 ], 41597 "kind": null, 41598 "name": "zeroize", 41599 "optional": true, 41600 "registry": null, 41601 "rename": null, 41602 "req": "^1.4", 41603 "source": "registry+https://github.com/rust-lang/crates.io-index", 41604 "target": null, 41605 "uses_default_features": true 41606 } 41607 ], 41608 "description": "A Rust library to access Redox users and groups functionality", 41609 "documentation": "https://docs.rs/redox_users", 41610 "edition": "2021", 41611 "features": { 41612 "auth": [ 41613 "rust-argon2", 41614 "zeroize" 41615 ], 41616 "default": [ 41617 "auth" 41618 ], 41619 "rust-argon2": [ 41620 "dep:rust-argon2" 41621 ], 41622 "zeroize": [ 41623 "dep:zeroize" 41624 ] 41625 }, 41626 "homepage": null, 41627 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41628 "keywords": [ 41629 "redox", 41630 "auth" 41631 ], 41632 "license": "MIT", 41633 "license_file": null, 41634 "links": null, 41635 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/Cargo.toml", 41636 "metadata": null, 41637 "name": "redox_users", 41638 "publish": null, 41639 "readme": "README.md", 41640 "repository": "https://gitlab.redox-os.org/redox-os/users", 41641 "rust_version": null, 41642 "source": "registry+https://github.com/rust-lang/crates.io-index", 41643 "targets": [ 41644 { 41645 "crate_types": [ 41646 "lib" 41647 ], 41648 "doc": true, 41649 "doctest": true, 41650 "edition": "2021", 41651 "kind": [ 41652 "lib" 41653 ], 41654 "name": "redox_users", 41655 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/src/lib.rs", 41656 "test": true 41657 } 41658 ], 41659 "version": "0.4.5" 41660 }, 41661 { 41662 "authors": [ 41663 "David Tolnay <[email protected]>" 41664 ], 41665 "categories": [ 41666 "rust-patterns", 41667 "no-std", 41668 "no-std::no-alloc" 41669 ], 41670 "default_run": null, 41671 "dependencies": [ 41672 { 41673 "features": [], 41674 "kind": null, 41675 "name": "ref-cast-impl", 41676 "optional": false, 41677 "registry": null, 41678 "rename": null, 41679 "req": "=1.0.22", 41680 "source": "registry+https://github.com/rust-lang/crates.io-index", 41681 "target": null, 41682 "uses_default_features": true 41683 }, 41684 { 41685 "features": [], 41686 "kind": "dev", 41687 "name": "ref-cast-test-suite", 41688 "optional": false, 41689 "registry": null, 41690 "rename": null, 41691 "req": "^0", 41692 "source": "registry+https://github.com/rust-lang/crates.io-index", 41693 "target": null, 41694 "uses_default_features": true 41695 }, 41696 { 41697 "features": [], 41698 "kind": "dev", 41699 "name": "rustversion", 41700 "optional": false, 41701 "registry": null, 41702 "rename": null, 41703 "req": "^1.0.13", 41704 "source": "registry+https://github.com/rust-lang/crates.io-index", 41705 "target": null, 41706 "uses_default_features": true 41707 }, 41708 { 41709 "features": [ 41710 "diff" 41711 ], 41712 "kind": "dev", 41713 "name": "trybuild", 41714 "optional": false, 41715 "registry": null, 41716 "rename": null, 41717 "req": "^1.0.81", 41718 "source": "registry+https://github.com/rust-lang/crates.io-index", 41719 "target": null, 41720 "uses_default_features": true 41721 } 41722 ], 41723 "description": "Safely cast &T to &U where the struct U contains a single field of type T.", 41724 "documentation": "https://docs.rs/ref-cast", 41725 "edition": "2021", 41726 "features": {}, 41727 "homepage": null, 41728 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41729 "keywords": [], 41730 "license": "MIT OR Apache-2.0", 41731 "license_file": null, 41732 "links": null, 41733 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/Cargo.toml", 41734 "metadata": { 41735 "docs": { 41736 "rs": { 41737 "rustdoc-args": [ 41738 "--generate-link-to-definition" 41739 ], 41740 "targets": [ 41741 "x86_64-unknown-linux-gnu" 41742 ] 41743 } 41744 } 41745 }, 41746 "name": "ref-cast", 41747 "publish": null, 41748 "readme": "README.md", 41749 "repository": "https://github.com/dtolnay/ref-cast", 41750 "rust_version": "1.56", 41751 "source": "registry+https://github.com/rust-lang/crates.io-index", 41752 "targets": [ 41753 { 41754 "crate_types": [ 41755 "lib" 41756 ], 41757 "doc": true, 41758 "doctest": true, 41759 "edition": "2021", 41760 "kind": [ 41761 "lib" 41762 ], 41763 "name": "ref_cast", 41764 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/src/lib.rs", 41765 "test": true 41766 }, 41767 { 41768 "crate_types": [ 41769 "bin" 41770 ], 41771 "doc": false, 41772 "doctest": false, 41773 "edition": "2021", 41774 "kind": [ 41775 "test" 41776 ], 41777 "name": "test_trivial", 41778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/tests/test_trivial.rs", 41779 "test": true 41780 }, 41781 { 41782 "crate_types": [ 41783 "bin" 41784 ], 41785 "doc": false, 41786 "doctest": false, 41787 "edition": "2021", 41788 "kind": [ 41789 "test" 41790 ], 41791 "name": "compiletest", 41792 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/tests/compiletest.rs", 41793 "test": true 41794 }, 41795 { 41796 "crate_types": [ 41797 "bin" 41798 ], 41799 "doc": false, 41800 "doctest": false, 41801 "edition": "2021", 41802 "kind": [ 41803 "test" 41804 ], 41805 "name": "test_custom", 41806 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/tests/test_custom.rs", 41807 "test": true 41808 }, 41809 { 41810 "crate_types": [ 41811 "bin" 41812 ], 41813 "doc": false, 41814 "doctest": false, 41815 "edition": "2021", 41816 "kind": [ 41817 "custom-build" 41818 ], 41819 "name": "build-script-build", 41820 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/build.rs", 41821 "test": false 41822 } 41823 ], 41824 "version": "1.0.22" 41825 }, 41826 { 41827 "authors": [ 41828 "David Tolnay <[email protected]>" 41829 ], 41830 "categories": [], 41831 "default_run": null, 41832 "dependencies": [ 41833 { 41834 "features": [], 41835 "kind": null, 41836 "name": "proc-macro2", 41837 "optional": false, 41838 "registry": null, 41839 "rename": null, 41840 "req": "^1.0.74", 41841 "source": "registry+https://github.com/rust-lang/crates.io-index", 41842 "target": null, 41843 "uses_default_features": true 41844 }, 41845 { 41846 "features": [], 41847 "kind": null, 41848 "name": "quote", 41849 "optional": false, 41850 "registry": null, 41851 "rename": null, 41852 "req": "^1.0.35", 41853 "source": "registry+https://github.com/rust-lang/crates.io-index", 41854 "target": null, 41855 "uses_default_features": true 41856 }, 41857 { 41858 "features": [], 41859 "kind": null, 41860 "name": "syn", 41861 "optional": false, 41862 "registry": null, 41863 "rename": null, 41864 "req": "^2.0.46", 41865 "source": "registry+https://github.com/rust-lang/crates.io-index", 41866 "target": null, 41867 "uses_default_features": true 41868 }, 41869 { 41870 "features": [], 41871 "kind": "dev", 41872 "name": "ref-cast", 41873 "optional": false, 41874 "registry": null, 41875 "rename": null, 41876 "req": "^1", 41877 "source": "registry+https://github.com/rust-lang/crates.io-index", 41878 "target": null, 41879 "uses_default_features": true 41880 } 41881 ], 41882 "description": "Derive implementation for ref_cast::RefCast.", 41883 "documentation": "https://docs.rs/ref-cast", 41884 "edition": "2021", 41885 "features": {}, 41886 "homepage": null, 41887 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 41888 "keywords": [], 41889 "license": "MIT OR Apache-2.0", 41890 "license_file": null, 41891 "links": null, 41892 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.22/Cargo.toml", 41893 "metadata": { 41894 "docs": { 41895 "rs": { 41896 "rustdoc-args": [ 41897 "--generate-link-to-definition" 41898 ], 41899 "targets": [ 41900 "x86_64-unknown-linux-gnu" 41901 ] 41902 } 41903 } 41904 }, 41905 "name": "ref-cast-impl", 41906 "publish": null, 41907 "readme": null, 41908 "repository": "https://github.com/dtolnay/ref-cast", 41909 "rust_version": "1.56", 41910 "source": "registry+https://github.com/rust-lang/crates.io-index", 41911 "targets": [ 41912 { 41913 "crate_types": [ 41914 "proc-macro" 41915 ], 41916 "doc": true, 41917 "doctest": true, 41918 "edition": "2021", 41919 "kind": [ 41920 "proc-macro" 41921 ], 41922 "name": "ref_cast_impl", 41923 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.22/src/lib.rs", 41924 "test": true 41925 } 41926 ], 41927 "version": "1.0.22" 41928 }, 41929 { 41930 "authors": [ 41931 "The Rust Project Developers", 41932 "Andrew Gallant <[email protected]>" 41933 ], 41934 "categories": [ 41935 "text-processing" 41936 ], 41937 "default_run": null, 41938 "dependencies": [ 41939 { 41940 "features": [], 41941 "kind": null, 41942 "name": "aho-corasick", 41943 "optional": true, 41944 "registry": null, 41945 "rename": null, 41946 "req": "^1.0.0", 41947 "source": "registry+https://github.com/rust-lang/crates.io-index", 41948 "target": null, 41949 "uses_default_features": false 41950 }, 41951 { 41952 "features": [], 41953 "kind": null, 41954 "name": "memchr", 41955 "optional": true, 41956 "registry": null, 41957 "rename": null, 41958 "req": "^2.6.0", 41959 "source": "registry+https://github.com/rust-lang/crates.io-index", 41960 "target": null, 41961 "uses_default_features": false 41962 }, 41963 { 41964 "features": [ 41965 "alloc", 41966 "syntax", 41967 "meta", 41968 "nfa-pikevm" 41969 ], 41970 "kind": null, 41971 "name": "regex-automata", 41972 "optional": false, 41973 "registry": null, 41974 "rename": null, 41975 "req": "^0.4.4", 41976 "source": "registry+https://github.com/rust-lang/crates.io-index", 41977 "target": null, 41978 "uses_default_features": false 41979 }, 41980 { 41981 "features": [], 41982 "kind": null, 41983 "name": "regex-syntax", 41984 "optional": false, 41985 "registry": null, 41986 "rename": null, 41987 "req": "^0.8.2", 41988 "source": "registry+https://github.com/rust-lang/crates.io-index", 41989 "target": null, 41990 "uses_default_features": false 41991 }, 41992 { 41993 "features": [], 41994 "kind": "dev", 41995 "name": "anyhow", 41996 "optional": false, 41997 "registry": null, 41998 "rename": null, 41999 "req": "^1.0.69", 42000 "source": "registry+https://github.com/rust-lang/crates.io-index", 42001 "target": null, 42002 "uses_default_features": true 42003 }, 42004 { 42005 "features": [], 42006 "kind": "dev", 42007 "name": "doc-comment", 42008 "optional": false, 42009 "registry": null, 42010 "rename": null, 42011 "req": "^0.3", 42012 "source": "registry+https://github.com/rust-lang/crates.io-index", 42013 "target": null, 42014 "uses_default_features": true 42015 }, 42016 { 42017 "features": [ 42018 "atty", 42019 "humantime", 42020 "termcolor" 42021 ], 42022 "kind": "dev", 42023 "name": "env_logger", 42024 "optional": false, 42025 "registry": null, 42026 "rename": null, 42027 "req": "^0.9.3", 42028 "source": "registry+https://github.com/rust-lang/crates.io-index", 42029 "target": null, 42030 "uses_default_features": false 42031 }, 42032 { 42033 "features": [], 42034 "kind": "dev", 42035 "name": "once_cell", 42036 "optional": false, 42037 "registry": null, 42038 "rename": null, 42039 "req": "^1.17.1", 42040 "source": "registry+https://github.com/rust-lang/crates.io-index", 42041 "target": null, 42042 "uses_default_features": true 42043 }, 42044 { 42045 "features": [], 42046 "kind": "dev", 42047 "name": "quickcheck", 42048 "optional": false, 42049 "registry": null, 42050 "rename": null, 42051 "req": "^1.0.3", 42052 "source": "registry+https://github.com/rust-lang/crates.io-index", 42053 "target": null, 42054 "uses_default_features": false 42055 }, 42056 { 42057 "features": [], 42058 "kind": "dev", 42059 "name": "regex-test", 42060 "optional": false, 42061 "registry": null, 42062 "rename": null, 42063 "req": "^0.1.0", 42064 "source": "registry+https://github.com/rust-lang/crates.io-index", 42065 "target": null, 42066 "uses_default_features": true 42067 } 42068 ], 42069 "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n", 42070 "documentation": "https://docs.rs/regex", 42071 "edition": "2021", 42072 "features": { 42073 "default": [ 42074 "std", 42075 "perf", 42076 "unicode", 42077 "regex-syntax/default" 42078 ], 42079 "logging": [ 42080 "aho-corasick?/logging", 42081 "memchr?/logging", 42082 "regex-automata/logging" 42083 ], 42084 "pattern": [], 42085 "perf": [ 42086 "perf-cache", 42087 "perf-dfa", 42088 "perf-onepass", 42089 "perf-backtrack", 42090 "perf-inline", 42091 "perf-literal" 42092 ], 42093 "perf-backtrack": [ 42094 "regex-automata/nfa-backtrack" 42095 ], 42096 "perf-cache": [], 42097 "perf-dfa": [ 42098 "regex-automata/hybrid" 42099 ], 42100 "perf-dfa-full": [ 42101 "regex-automata/dfa-build", 42102 "regex-automata/dfa-search" 42103 ], 42104 "perf-inline": [ 42105 "regex-automata/perf-inline" 42106 ], 42107 "perf-literal": [ 42108 "dep:aho-corasick", 42109 "dep:memchr", 42110 "regex-automata/perf-literal" 42111 ], 42112 "perf-onepass": [ 42113 "regex-automata/dfa-onepass" 42114 ], 42115 "std": [ 42116 "aho-corasick?/std", 42117 "memchr?/std", 42118 "regex-automata/std", 42119 "regex-syntax/std" 42120 ], 42121 "unicode": [ 42122 "unicode-age", 42123 "unicode-bool", 42124 "unicode-case", 42125 "unicode-gencat", 42126 "unicode-perl", 42127 "unicode-script", 42128 "unicode-segment", 42129 "regex-automata/unicode", 42130 "regex-syntax/unicode" 42131 ], 42132 "unicode-age": [ 42133 "regex-automata/unicode-age", 42134 "regex-syntax/unicode-age" 42135 ], 42136 "unicode-bool": [ 42137 "regex-automata/unicode-bool", 42138 "regex-syntax/unicode-bool" 42139 ], 42140 "unicode-case": [ 42141 "regex-automata/unicode-case", 42142 "regex-syntax/unicode-case" 42143 ], 42144 "unicode-gencat": [ 42145 "regex-automata/unicode-gencat", 42146 "regex-syntax/unicode-gencat" 42147 ], 42148 "unicode-perl": [ 42149 "regex-automata/unicode-perl", 42150 "regex-automata/unicode-word-boundary", 42151 "regex-syntax/unicode-perl" 42152 ], 42153 "unicode-script": [ 42154 "regex-automata/unicode-script", 42155 "regex-syntax/unicode-script" 42156 ], 42157 "unicode-segment": [ 42158 "regex-automata/unicode-segment", 42159 "regex-syntax/unicode-segment" 42160 ], 42161 "unstable": [ 42162 "pattern" 42163 ], 42164 "use_std": [ 42165 "std" 42166 ] 42167 }, 42168 "homepage": "https://github.com/rust-lang/regex", 42169 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 42170 "keywords": [], 42171 "license": "MIT OR Apache-2.0", 42172 "license_file": null, 42173 "links": null, 42174 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/Cargo.toml", 42175 "metadata": { 42176 "docs": { 42177 "rs": { 42178 "all-features": true, 42179 "rustdoc-args": [ 42180 "--cfg", 42181 "docsrs" 42182 ] 42183 } 42184 } 42185 }, 42186 "name": "regex", 42187 "publish": null, 42188 "readme": "README.md", 42189 "repository": "https://github.com/rust-lang/regex", 42190 "rust_version": "1.65", 42191 "source": "registry+https://github.com/rust-lang/crates.io-index", 42192 "targets": [ 42193 { 42194 "crate_types": [ 42195 "lib" 42196 ], 42197 "doc": true, 42198 "doctest": true, 42199 "edition": "2021", 42200 "kind": [ 42201 "lib" 42202 ], 42203 "name": "regex", 42204 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs", 42205 "test": true 42206 }, 42207 { 42208 "crate_types": [ 42209 "bin" 42210 ], 42211 "doc": false, 42212 "doctest": false, 42213 "edition": "2021", 42214 "kind": [ 42215 "test" 42216 ], 42217 "name": "integration", 42218 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/tests/lib.rs", 42219 "test": true 42220 } 42221 ], 42222 "version": "1.10.4" 42223 }, 42224 { 42225 "authors": [ 42226 "The Rust Project Developers", 42227 "Andrew Gallant <[email protected]>" 42228 ], 42229 "categories": [ 42230 "text-processing" 42231 ], 42232 "default_run": null, 42233 "dependencies": [ 42234 { 42235 "features": [], 42236 "kind": null, 42237 "name": "aho-corasick", 42238 "optional": true, 42239 "registry": null, 42240 "rename": null, 42241 "req": "^1.0.0", 42242 "source": "registry+https://github.com/rust-lang/crates.io-index", 42243 "target": null, 42244 "uses_default_features": false 42245 }, 42246 { 42247 "features": [], 42248 "kind": null, 42249 "name": "log", 42250 "optional": true, 42251 "registry": null, 42252 "rename": null, 42253 "req": "^0.4.14", 42254 "source": "registry+https://github.com/rust-lang/crates.io-index", 42255 "target": null, 42256 "uses_default_features": true 42257 }, 42258 { 42259 "features": [], 42260 "kind": null, 42261 "name": "memchr", 42262 "optional": true, 42263 "registry": null, 42264 "rename": null, 42265 "req": "^2.6.0", 42266 "source": "registry+https://github.com/rust-lang/crates.io-index", 42267 "target": null, 42268 "uses_default_features": false 42269 }, 42270 { 42271 "features": [], 42272 "kind": null, 42273 "name": "regex-syntax", 42274 "optional": true, 42275 "registry": null, 42276 "rename": null, 42277 "req": "^0.8.2", 42278 "source": "registry+https://github.com/rust-lang/crates.io-index", 42279 "target": null, 42280 "uses_default_features": false 42281 }, 42282 { 42283 "features": [], 42284 "kind": "dev", 42285 "name": "anyhow", 42286 "optional": false, 42287 "registry": null, 42288 "rename": null, 42289 "req": "^1.0.69", 42290 "source": "registry+https://github.com/rust-lang/crates.io-index", 42291 "target": null, 42292 "uses_default_features": true 42293 }, 42294 { 42295 "features": [ 42296 "std" 42297 ], 42298 "kind": "dev", 42299 "name": "bstr", 42300 "optional": false, 42301 "registry": null, 42302 "rename": null, 42303 "req": "^1.3.0", 42304 "source": "registry+https://github.com/rust-lang/crates.io-index", 42305 "target": null, 42306 "uses_default_features": false 42307 }, 42308 { 42309 "features": [], 42310 "kind": "dev", 42311 "name": "doc-comment", 42312 "optional": false, 42313 "registry": null, 42314 "rename": null, 42315 "req": "^0.3.3", 42316 "source": "registry+https://github.com/rust-lang/crates.io-index", 42317 "target": null, 42318 "uses_default_features": true 42319 }, 42320 { 42321 "features": [ 42322 "atty", 42323 "humantime", 42324 "termcolor" 42325 ], 42326 "kind": "dev", 42327 "name": "env_logger", 42328 "optional": false, 42329 "registry": null, 42330 "rename": null, 42331 "req": "^0.9.3", 42332 "source": "registry+https://github.com/rust-lang/crates.io-index", 42333 "target": null, 42334 "uses_default_features": false 42335 }, 42336 { 42337 "features": [], 42338 "kind": "dev", 42339 "name": "quickcheck", 42340 "optional": false, 42341 "registry": null, 42342 "rename": null, 42343 "req": "^1.0.3", 42344 "source": "registry+https://github.com/rust-lang/crates.io-index", 42345 "target": null, 42346 "uses_default_features": false 42347 }, 42348 { 42349 "features": [], 42350 "kind": "dev", 42351 "name": "regex-test", 42352 "optional": false, 42353 "registry": null, 42354 "rename": null, 42355 "req": "^0.1.0", 42356 "source": "registry+https://github.com/rust-lang/crates.io-index", 42357 "target": null, 42358 "uses_default_features": true 42359 } 42360 ], 42361 "description": "Automata construction and matching using regular expressions.", 42362 "documentation": "https://docs.rs/regex-automata", 42363 "edition": "2021", 42364 "features": { 42365 "alloc": [], 42366 "default": [ 42367 "std", 42368 "syntax", 42369 "perf", 42370 "unicode", 42371 "meta", 42372 "nfa", 42373 "dfa", 42374 "hybrid" 42375 ], 42376 "dfa": [ 42377 "dfa-build", 42378 "dfa-search", 42379 "dfa-onepass" 42380 ], 42381 "dfa-build": [ 42382 "nfa-thompson", 42383 "dfa-search" 42384 ], 42385 "dfa-onepass": [ 42386 "nfa-thompson" 42387 ], 42388 "dfa-search": [], 42389 "hybrid": [ 42390 "alloc", 42391 "nfa-thompson" 42392 ], 42393 "internal-instrument": [ 42394 "internal-instrument-pikevm" 42395 ], 42396 "internal-instrument-pikevm": [ 42397 "logging", 42398 "std" 42399 ], 42400 "logging": [ 42401 "dep:log", 42402 "aho-corasick?/logging", 42403 "memchr?/logging" 42404 ], 42405 "meta": [ 42406 "syntax", 42407 "nfa-pikevm" 42408 ], 42409 "nfa": [ 42410 "nfa-thompson", 42411 "nfa-pikevm", 42412 "nfa-backtrack" 42413 ], 42414 "nfa-backtrack": [ 42415 "nfa-thompson" 42416 ], 42417 "nfa-pikevm": [ 42418 "nfa-thompson" 42419 ], 42420 "nfa-thompson": [ 42421 "alloc" 42422 ], 42423 "perf": [ 42424 "perf-inline", 42425 "perf-literal" 42426 ], 42427 "perf-inline": [], 42428 "perf-literal": [ 42429 "perf-literal-substring", 42430 "perf-literal-multisubstring" 42431 ], 42432 "perf-literal-multisubstring": [ 42433 "std", 42434 "dep:aho-corasick" 42435 ], 42436 "perf-literal-substring": [ 42437 "aho-corasick?/perf-literal", 42438 "dep:memchr" 42439 ], 42440 "std": [ 42441 "regex-syntax?/std", 42442 "memchr?/std", 42443 "aho-corasick?/std", 42444 "alloc" 42445 ], 42446 "syntax": [ 42447 "dep:regex-syntax", 42448 "alloc" 42449 ], 42450 "unicode": [ 42451 "unicode-age", 42452 "unicode-bool", 42453 "unicode-case", 42454 "unicode-gencat", 42455 "unicode-perl", 42456 "unicode-script", 42457 "unicode-segment", 42458 "unicode-word-boundary", 42459 "regex-syntax?/unicode" 42460 ], 42461 "unicode-age": [ 42462 "regex-syntax?/unicode-age" 42463 ], 42464 "unicode-bool": [ 42465 "regex-syntax?/unicode-bool" 42466 ], 42467 "unicode-case": [ 42468 "regex-syntax?/unicode-case" 42469 ], 42470 "unicode-gencat": [ 42471 "regex-syntax?/unicode-gencat" 42472 ], 42473 "unicode-perl": [ 42474 "regex-syntax?/unicode-perl" 42475 ], 42476 "unicode-script": [ 42477 "regex-syntax?/unicode-script" 42478 ], 42479 "unicode-segment": [ 42480 "regex-syntax?/unicode-segment" 42481 ], 42482 "unicode-word-boundary": [] 42483 }, 42484 "homepage": null, 42485 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 42486 "keywords": [ 42487 "regex", 42488 "dfa", 42489 "automata", 42490 "automaton", 42491 "nfa" 42492 ], 42493 "license": "MIT OR Apache-2.0", 42494 "license_file": null, 42495 "links": null, 42496 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/Cargo.toml", 42497 "metadata": null, 42498 "name": "regex-automata", 42499 "publish": null, 42500 "readme": "README.md", 42501 "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata", 42502 "rust_version": "1.65", 42503 "source": "registry+https://github.com/rust-lang/crates.io-index", 42504 "targets": [ 42505 { 42506 "crate_types": [ 42507 "lib" 42508 ], 42509 "doc": true, 42510 "doctest": true, 42511 "edition": "2021", 42512 "kind": [ 42513 "lib" 42514 ], 42515 "name": "regex_automata", 42516 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs", 42517 "test": true 42518 }, 42519 { 42520 "crate_types": [ 42521 "bin" 42522 ], 42523 "doc": false, 42524 "doctest": false, 42525 "edition": "2021", 42526 "kind": [ 42527 "test" 42528 ], 42529 "name": "integration", 42530 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/tests/lib.rs", 42531 "test": true 42532 } 42533 ], 42534 "version": "0.4.6" 42535 }, 42536 { 42537 "authors": [ 42538 "The Rust Project Developers", 42539 "Andrew Gallant <[email protected]>" 42540 ], 42541 "categories": [], 42542 "default_run": null, 42543 "dependencies": [ 42544 { 42545 "features": [ 42546 "derive" 42547 ], 42548 "kind": null, 42549 "name": "arbitrary", 42550 "optional": true, 42551 "registry": null, 42552 "rename": null, 42553 "req": "^1.3.0", 42554 "source": "registry+https://github.com/rust-lang/crates.io-index", 42555 "target": null, 42556 "uses_default_features": true 42557 } 42558 ], 42559 "description": "A regular expression parser.", 42560 "documentation": "https://docs.rs/regex-syntax", 42561 "edition": "2021", 42562 "features": { 42563 "arbitrary": [ 42564 "dep:arbitrary" 42565 ], 42566 "default": [ 42567 "std", 42568 "unicode" 42569 ], 42570 "std": [], 42571 "unicode": [ 42572 "unicode-age", 42573 "unicode-bool", 42574 "unicode-case", 42575 "unicode-gencat", 42576 "unicode-perl", 42577 "unicode-script", 42578 "unicode-segment" 42579 ], 42580 "unicode-age": [], 42581 "unicode-bool": [], 42582 "unicode-case": [], 42583 "unicode-gencat": [], 42584 "unicode-perl": [], 42585 "unicode-script": [], 42586 "unicode-segment": [] 42587 }, 42588 "homepage": null, 42589 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 42590 "keywords": [], 42591 "license": "MIT OR Apache-2.0", 42592 "license_file": null, 42593 "links": null, 42594 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/Cargo.toml", 42595 "metadata": { 42596 "docs": { 42597 "rs": { 42598 "all-features": true, 42599 "rustdoc-args": [ 42600 "--cfg", 42601 "docsrs" 42602 ] 42603 } 42604 } 42605 }, 42606 "name": "regex-syntax", 42607 "publish": null, 42608 "readme": "README.md", 42609 "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", 42610 "rust_version": "1.65", 42611 "source": "registry+https://github.com/rust-lang/crates.io-index", 42612 "targets": [ 42613 { 42614 "crate_types": [ 42615 "lib" 42616 ], 42617 "doc": true, 42618 "doctest": true, 42619 "edition": "2021", 42620 "kind": [ 42621 "lib" 42622 ], 42623 "name": "regex_syntax", 42624 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/src/lib.rs", 42625 "test": true 42626 }, 42627 { 42628 "crate_types": [ 42629 "bin" 42630 ], 42631 "doc": false, 42632 "doctest": false, 42633 "edition": "2021", 42634 "kind": [ 42635 "bench" 42636 ], 42637 "name": "bench", 42638 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/benches/bench.rs", 42639 "test": false 42640 } 42641 ], 42642 "version": "0.8.3" 42643 }, 42644 { 42645 "authors": [ 42646 "David Koloski <[email protected]>" 42647 ], 42648 "categories": [ 42649 "encoding", 42650 "no-std" 42651 ], 42652 "default_run": null, 42653 "dependencies": [ 42654 { 42655 "features": [], 42656 "kind": null, 42657 "name": "bytecheck", 42658 "optional": true, 42659 "registry": null, 42660 "rename": null, 42661 "req": "~0.6.7", 42662 "source": "registry+https://github.com/rust-lang/crates.io-index", 42663 "target": null, 42664 "uses_default_features": false 42665 }, 42666 { 42667 "features": [ 42668 "derive" 42669 ], 42670 "kind": null, 42671 "name": "bytemuck", 42672 "optional": true, 42673 "registry": null, 42674 "rename": null, 42675 "req": "^1.4.0", 42676 "source": "registry+https://github.com/rust-lang/crates.io-index", 42677 "target": null, 42678 "uses_default_features": false 42679 } 42680 ], 42681 "description": "Endian-aware primitives for Rust", 42682 "documentation": "https://docs.rs/rend", 42683 "edition": "2018", 42684 "features": { 42685 "bytecheck": [ 42686 "dep:bytecheck" 42687 ], 42688 "bytemuck": [ 42689 "dep:bytemuck" 42690 ], 42691 "default": [ 42692 "std" 42693 ], 42694 "std": [ 42695 "bytecheck/std" 42696 ], 42697 "validation": [ 42698 "bytecheck" 42699 ] 42700 }, 42701 "homepage": null, 42702 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 42703 "keywords": [ 42704 "endian", 42705 "no_std" 42706 ], 42707 "license": "MIT", 42708 "license_file": null, 42709 "links": null, 42710 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rend-0.4.2/Cargo.toml", 42711 "metadata": null, 42712 "name": "rend", 42713 "publish": null, 42714 "readme": "crates-io.md", 42715 "repository": "https://github.com/djkoloski/rend", 42716 "rust_version": null, 42717 "source": "registry+https://github.com/rust-lang/crates.io-index", 42718 "targets": [ 42719 { 42720 "crate_types": [ 42721 "lib" 42722 ], 42723 "doc": true, 42724 "doctest": true, 42725 "edition": "2018", 42726 "kind": [ 42727 "lib" 42728 ], 42729 "name": "rend", 42730 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rend-0.4.2/src/lib.rs", 42731 "test": true 42732 }, 42733 { 42734 "crate_types": [ 42735 "bin" 42736 ], 42737 "doc": false, 42738 "doctest": false, 42739 "edition": "2018", 42740 "kind": [ 42741 "custom-build" 42742 ], 42743 "name": "build-script-build", 42744 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rend-0.4.2/build.rs", 42745 "test": false 42746 } 42747 ], 42748 "version": "0.4.2" 42749 }, 42750 { 42751 "authors": [ 42752 "Sean McArthur <[email protected]>" 42753 ], 42754 "categories": [ 42755 "web-programming::http-client", 42756 "wasm" 42757 ], 42758 "default_run": null, 42759 "dependencies": [ 42760 { 42761 "features": [], 42762 "kind": null, 42763 "name": "base64", 42764 "optional": false, 42765 "registry": null, 42766 "rename": null, 42767 "req": "^0.21", 42768 "source": "registry+https://github.com/rust-lang/crates.io-index", 42769 "target": null, 42770 "uses_default_features": true 42771 }, 42772 { 42773 "features": [], 42774 "kind": null, 42775 "name": "bytes", 42776 "optional": false, 42777 "registry": null, 42778 "rename": null, 42779 "req": "^1.0", 42780 "source": "registry+https://github.com/rust-lang/crates.io-index", 42781 "target": null, 42782 "uses_default_features": true 42783 }, 42784 { 42785 "features": [], 42786 "kind": null, 42787 "name": "futures-core", 42788 "optional": false, 42789 "registry": null, 42790 "rename": null, 42791 "req": "^0.3.0", 42792 "source": "registry+https://github.com/rust-lang/crates.io-index", 42793 "target": null, 42794 "uses_default_features": false 42795 }, 42796 { 42797 "features": [], 42798 "kind": null, 42799 "name": "futures-util", 42800 "optional": false, 42801 "registry": null, 42802 "rename": null, 42803 "req": "^0.3.0", 42804 "source": "registry+https://github.com/rust-lang/crates.io-index", 42805 "target": null, 42806 "uses_default_features": false 42807 }, 42808 { 42809 "features": [], 42810 "kind": null, 42811 "name": "http", 42812 "optional": false, 42813 "registry": null, 42814 "rename": null, 42815 "req": "^0.2", 42816 "source": "registry+https://github.com/rust-lang/crates.io-index", 42817 "target": null, 42818 "uses_default_features": true 42819 }, 42820 { 42821 "features": [], 42822 "kind": null, 42823 "name": "mime_guess", 42824 "optional": true, 42825 "registry": null, 42826 "rename": null, 42827 "req": "^2.0", 42828 "source": "registry+https://github.com/rust-lang/crates.io-index", 42829 "target": null, 42830 "uses_default_features": false 42831 }, 42832 { 42833 "features": [], 42834 "kind": null, 42835 "name": "serde", 42836 "optional": false, 42837 "registry": null, 42838 "rename": null, 42839 "req": "^1.0", 42840 "source": "registry+https://github.com/rust-lang/crates.io-index", 42841 "target": null, 42842 "uses_default_features": true 42843 }, 42844 { 42845 "features": [], 42846 "kind": null, 42847 "name": "serde_json", 42848 "optional": true, 42849 "registry": null, 42850 "rename": null, 42851 "req": "^1.0", 42852 "source": "registry+https://github.com/rust-lang/crates.io-index", 42853 "target": null, 42854 "uses_default_features": true 42855 }, 42856 { 42857 "features": [], 42858 "kind": null, 42859 "name": "serde_urlencoded", 42860 "optional": false, 42861 "registry": null, 42862 "rename": null, 42863 "req": "^0.7.1", 42864 "source": "registry+https://github.com/rust-lang/crates.io-index", 42865 "target": null, 42866 "uses_default_features": true 42867 }, 42868 { 42869 "features": [], 42870 "kind": null, 42871 "name": "sync_wrapper", 42872 "optional": false, 42873 "registry": null, 42874 "rename": null, 42875 "req": "^0.1.2", 42876 "source": "registry+https://github.com/rust-lang/crates.io-index", 42877 "target": null, 42878 "uses_default_features": true 42879 }, 42880 { 42881 "features": [], 42882 "kind": null, 42883 "name": "tower-service", 42884 "optional": false, 42885 "registry": null, 42886 "rename": null, 42887 "req": "^0.3", 42888 "source": "registry+https://github.com/rust-lang/crates.io-index", 42889 "target": null, 42890 "uses_default_features": true 42891 }, 42892 { 42893 "features": [], 42894 "kind": null, 42895 "name": "url", 42896 "optional": false, 42897 "registry": null, 42898 "rename": null, 42899 "req": "^2.2", 42900 "source": "registry+https://github.com/rust-lang/crates.io-index", 42901 "target": null, 42902 "uses_default_features": true 42903 }, 42904 { 42905 "features": [ 42906 "tokio" 42907 ], 42908 "kind": null, 42909 "name": "async-compression", 42910 "optional": true, 42911 "registry": null, 42912 "rename": null, 42913 "req": "^0.4.0", 42914 "source": "registry+https://github.com/rust-lang/crates.io-index", 42915 "target": "cfg(not(target_arch = \"wasm32\"))", 42916 "uses_default_features": false 42917 }, 42918 { 42919 "features": [], 42920 "kind": null, 42921 "name": "cookie", 42922 "optional": true, 42923 "registry": null, 42924 "rename": "cookie_crate", 42925 "req": "^0.17.0", 42926 "source": "registry+https://github.com/rust-lang/crates.io-index", 42927 "target": "cfg(not(target_arch = \"wasm32\"))", 42928 "uses_default_features": true 42929 }, 42930 { 42931 "features": [], 42932 "kind": null, 42933 "name": "cookie_store", 42934 "optional": true, 42935 "registry": null, 42936 "rename": null, 42937 "req": "^0.20.0", 42938 "source": "registry+https://github.com/rust-lang/crates.io-index", 42939 "target": "cfg(not(target_arch = \"wasm32\"))", 42940 "uses_default_features": true 42941 }, 42942 { 42943 "features": [], 42944 "kind": null, 42945 "name": "encoding_rs", 42946 "optional": false, 42947 "registry": null, 42948 "rename": null, 42949 "req": "^0.8", 42950 "source": "registry+https://github.com/rust-lang/crates.io-index", 42951 "target": "cfg(not(target_arch = \"wasm32\"))", 42952 "uses_default_features": true 42953 }, 42954 { 42955 "features": [], 42956 "kind": null, 42957 "name": "futures-channel", 42958 "optional": true, 42959 "registry": null, 42960 "rename": null, 42961 "req": "^0.3", 42962 "source": "registry+https://github.com/rust-lang/crates.io-index", 42963 "target": "cfg(not(target_arch = \"wasm32\"))", 42964 "uses_default_features": true 42965 }, 42966 { 42967 "features": [], 42968 "kind": null, 42969 "name": "h2", 42970 "optional": false, 42971 "registry": null, 42972 "rename": null, 42973 "req": "^0.3.14", 42974 "source": "registry+https://github.com/rust-lang/crates.io-index", 42975 "target": "cfg(not(target_arch = \"wasm32\"))", 42976 "uses_default_features": true 42977 }, 42978 { 42979 "features": [], 42980 "kind": null, 42981 "name": "h3", 42982 "optional": true, 42983 "registry": null, 42984 "rename": null, 42985 "req": "^0.0.3", 42986 "source": "registry+https://github.com/rust-lang/crates.io-index", 42987 "target": "cfg(not(target_arch = \"wasm32\"))", 42988 "uses_default_features": true 42989 }, 42990 { 42991 "features": [], 42992 "kind": null, 42993 "name": "h3-quinn", 42994 "optional": true, 42995 "registry": null, 42996 "rename": null, 42997 "req": "^0.0.4", 42998 "source": "registry+https://github.com/rust-lang/crates.io-index", 42999 "target": "cfg(not(target_arch = \"wasm32\"))", 43000 "uses_default_features": true 43001 }, 43002 { 43003 "features": [ 43004 "tokio-runtime" 43005 ], 43006 "kind": null, 43007 "name": "hickory-resolver", 43008 "optional": true, 43009 "registry": null, 43010 "rename": null, 43011 "req": "^0.24", 43012 "source": "registry+https://github.com/rust-lang/crates.io-index", 43013 "target": "cfg(not(target_arch = \"wasm32\"))", 43014 "uses_default_features": true 43015 }, 43016 { 43017 "features": [], 43018 "kind": null, 43019 "name": "http-body", 43020 "optional": false, 43021 "registry": null, 43022 "rename": null, 43023 "req": "^0.4.0", 43024 "source": "registry+https://github.com/rust-lang/crates.io-index", 43025 "target": "cfg(not(target_arch = \"wasm32\"))", 43026 "uses_default_features": true 43027 }, 43028 { 43029 "features": [ 43030 "tcp", 43031 "http1", 43032 "http2", 43033 "client", 43034 "runtime" 43035 ], 43036 "kind": null, 43037 "name": "hyper", 43038 "optional": false, 43039 "registry": null, 43040 "rename": null, 43041 "req": "^0.14.21", 43042 "source": "registry+https://github.com/rust-lang/crates.io-index", 43043 "target": "cfg(not(target_arch = \"wasm32\"))", 43044 "uses_default_features": false 43045 }, 43046 { 43047 "features": [], 43048 "kind": null, 43049 "name": "hyper-rustls", 43050 "optional": true, 43051 "registry": null, 43052 "rename": null, 43053 "req": "^0.24.0", 43054 "source": "registry+https://github.com/rust-lang/crates.io-index", 43055 "target": "cfg(not(target_arch = \"wasm32\"))", 43056 "uses_default_features": false 43057 }, 43058 { 43059 "features": [], 43060 "kind": null, 43061 "name": "hyper-tls", 43062 "optional": true, 43063 "registry": null, 43064 "rename": null, 43065 "req": "^0.5", 43066 "source": "registry+https://github.com/rust-lang/crates.io-index", 43067 "target": "cfg(not(target_arch = \"wasm32\"))", 43068 "uses_default_features": true 43069 }, 43070 { 43071 "features": [], 43072 "kind": null, 43073 "name": "ipnet", 43074 "optional": false, 43075 "registry": null, 43076 "rename": null, 43077 "req": "^2.3", 43078 "source": "registry+https://github.com/rust-lang/crates.io-index", 43079 "target": "cfg(not(target_arch = \"wasm32\"))", 43080 "uses_default_features": true 43081 }, 43082 { 43083 "features": [], 43084 "kind": null, 43085 "name": "log", 43086 "optional": false, 43087 "registry": null, 43088 "rename": null, 43089 "req": "^0.4", 43090 "source": "registry+https://github.com/rust-lang/crates.io-index", 43091 "target": "cfg(not(target_arch = \"wasm32\"))", 43092 "uses_default_features": true 43093 }, 43094 { 43095 "features": [], 43096 "kind": null, 43097 "name": "mime", 43098 "optional": false, 43099 "registry": null, 43100 "rename": null, 43101 "req": "^0.3.16", 43102 "source": "registry+https://github.com/rust-lang/crates.io-index", 43103 "target": "cfg(not(target_arch = \"wasm32\"))", 43104 "uses_default_features": true 43105 }, 43106 { 43107 "features": [], 43108 "kind": null, 43109 "name": "native-tls", 43110 "optional": true, 43111 "registry": null, 43112 "rename": "native-tls-crate", 43113 "req": "^0.2.10", 43114 "source": "registry+https://github.com/rust-lang/crates.io-index", 43115 "target": "cfg(not(target_arch = \"wasm32\"))", 43116 "uses_default_features": true 43117 }, 43118 { 43119 "features": [], 43120 "kind": null, 43121 "name": "once_cell", 43122 "optional": false, 43123 "registry": null, 43124 "rename": null, 43125 "req": "^1", 43126 "source": "registry+https://github.com/rust-lang/crates.io-index", 43127 "target": "cfg(not(target_arch = \"wasm32\"))", 43128 "uses_default_features": true 43129 }, 43130 { 43131 "features": [], 43132 "kind": null, 43133 "name": "percent-encoding", 43134 "optional": false, 43135 "registry": null, 43136 "rename": null, 43137 "req": "^2.1", 43138 "source": "registry+https://github.com/rust-lang/crates.io-index", 43139 "target": "cfg(not(target_arch = \"wasm32\"))", 43140 "uses_default_features": true 43141 }, 43142 { 43143 "features": [], 43144 "kind": null, 43145 "name": "pin-project-lite", 43146 "optional": false, 43147 "registry": null, 43148 "rename": null, 43149 "req": "^0.2.0", 43150 "source": "registry+https://github.com/rust-lang/crates.io-index", 43151 "target": "cfg(not(target_arch = \"wasm32\"))", 43152 "uses_default_features": true 43153 }, 43154 { 43155 "features": [ 43156 "tls-rustls", 43157 "ring", 43158 "runtime-tokio" 43159 ], 43160 "kind": null, 43161 "name": "quinn", 43162 "optional": true, 43163 "registry": null, 43164 "rename": null, 43165 "req": "^0.10", 43166 "source": "registry+https://github.com/rust-lang/crates.io-index", 43167 "target": "cfg(not(target_arch = \"wasm32\"))", 43168 "uses_default_features": false 43169 }, 43170 { 43171 "features": [ 43172 "dangerous_configuration" 43173 ], 43174 "kind": null, 43175 "name": "rustls", 43176 "optional": true, 43177 "registry": null, 43178 "rename": null, 43179 "req": "^0.21.6", 43180 "source": "registry+https://github.com/rust-lang/crates.io-index", 43181 "target": "cfg(not(target_arch = \"wasm32\"))", 43182 "uses_default_features": true 43183 }, 43184 { 43185 "features": [], 43186 "kind": null, 43187 "name": "rustls-native-certs", 43188 "optional": true, 43189 "registry": null, 43190 "rename": null, 43191 "req": "^0.6", 43192 "source": "registry+https://github.com/rust-lang/crates.io-index", 43193 "target": "cfg(not(target_arch = \"wasm32\"))", 43194 "uses_default_features": true 43195 }, 43196 { 43197 "features": [], 43198 "kind": null, 43199 "name": "rustls-pemfile", 43200 "optional": true, 43201 "registry": null, 43202 "rename": null, 43203 "req": "^1.0", 43204 "source": "registry+https://github.com/rust-lang/crates.io-index", 43205 "target": "cfg(not(target_arch = \"wasm32\"))", 43206 "uses_default_features": true 43207 }, 43208 { 43209 "features": [ 43210 "net", 43211 "time" 43212 ], 43213 "kind": null, 43214 "name": "tokio", 43215 "optional": false, 43216 "registry": null, 43217 "rename": null, 43218 "req": "^1.0", 43219 "source": "registry+https://github.com/rust-lang/crates.io-index", 43220 "target": "cfg(not(target_arch = \"wasm32\"))", 43221 "uses_default_features": false 43222 }, 43223 { 43224 "features": [], 43225 "kind": null, 43226 "name": "tokio-native-tls", 43227 "optional": true, 43228 "registry": null, 43229 "rename": null, 43230 "req": "^0.3.0", 43231 "source": "registry+https://github.com/rust-lang/crates.io-index", 43232 "target": "cfg(not(target_arch = \"wasm32\"))", 43233 "uses_default_features": true 43234 }, 43235 { 43236 "features": [], 43237 "kind": null, 43238 "name": "tokio-rustls", 43239 "optional": true, 43240 "registry": null, 43241 "rename": null, 43242 "req": "^0.24", 43243 "source": "registry+https://github.com/rust-lang/crates.io-index", 43244 "target": "cfg(not(target_arch = \"wasm32\"))", 43245 "uses_default_features": true 43246 }, 43247 { 43248 "features": [], 43249 "kind": null, 43250 "name": "tokio-socks", 43251 "optional": true, 43252 "registry": null, 43253 "rename": null, 43254 "req": "^0.5.1", 43255 "source": "registry+https://github.com/rust-lang/crates.io-index", 43256 "target": "cfg(not(target_arch = \"wasm32\"))", 43257 "uses_default_features": true 43258 }, 43259 { 43260 "features": [ 43261 "codec", 43262 "io" 43263 ], 43264 "kind": null, 43265 "name": "tokio-util", 43266 "optional": true, 43267 "registry": null, 43268 "rename": null, 43269 "req": "^0.7.1", 43270 "source": "registry+https://github.com/rust-lang/crates.io-index", 43271 "target": "cfg(not(target_arch = \"wasm32\"))", 43272 "uses_default_features": false 43273 }, 43274 { 43275 "features": [], 43276 "kind": null, 43277 "name": "webpki-roots", 43278 "optional": true, 43279 "registry": null, 43280 "rename": null, 43281 "req": "^0.25", 43282 "source": "registry+https://github.com/rust-lang/crates.io-index", 43283 "target": "cfg(not(target_arch = \"wasm32\"))", 43284 "uses_default_features": true 43285 }, 43286 { 43287 "features": [], 43288 "kind": "dev", 43289 "name": "brotli", 43290 "optional": false, 43291 "registry": null, 43292 "rename": "brotli_crate", 43293 "req": "^3.3.0", 43294 "source": "registry+https://github.com/rust-lang/crates.io-index", 43295 "target": "cfg(not(target_arch = \"wasm32\"))", 43296 "uses_default_features": true 43297 }, 43298 { 43299 "features": [], 43300 "kind": "dev", 43301 "name": "doc-comment", 43302 "optional": false, 43303 "registry": null, 43304 "rename": null, 43305 "req": "^0.3", 43306 "source": "registry+https://github.com/rust-lang/crates.io-index", 43307 "target": "cfg(not(target_arch = \"wasm32\"))", 43308 "uses_default_features": true 43309 }, 43310 { 43311 "features": [], 43312 "kind": "dev", 43313 "name": "env_logger", 43314 "optional": false, 43315 "registry": null, 43316 "rename": null, 43317 "req": "^0.10", 43318 "source": "registry+https://github.com/rust-lang/crates.io-index", 43319 "target": "cfg(not(target_arch = \"wasm32\"))", 43320 "uses_default_features": true 43321 }, 43322 { 43323 "features": [ 43324 "std", 43325 "alloc" 43326 ], 43327 "kind": "dev", 43328 "name": "futures-util", 43329 "optional": false, 43330 "registry": null, 43331 "rename": null, 43332 "req": "^0.3.0", 43333 "source": "registry+https://github.com/rust-lang/crates.io-index", 43334 "target": "cfg(not(target_arch = \"wasm32\"))", 43335 "uses_default_features": false 43336 }, 43337 { 43338 "features": [ 43339 "tcp", 43340 "stream", 43341 "http1", 43342 "http2", 43343 "client", 43344 "server", 43345 "runtime" 43346 ], 43347 "kind": "dev", 43348 "name": "hyper", 43349 "optional": false, 43350 "registry": null, 43351 "rename": null, 43352 "req": "^0.14", 43353 "source": "registry+https://github.com/rust-lang/crates.io-index", 43354 "target": "cfg(not(target_arch = \"wasm32\"))", 43355 "uses_default_features": false 43356 }, 43357 { 43358 "features": [], 43359 "kind": "dev", 43360 "name": "libflate", 43361 "optional": false, 43362 "registry": null, 43363 "rename": null, 43364 "req": "^1.0", 43365 "source": "registry+https://github.com/rust-lang/crates.io-index", 43366 "target": "cfg(not(target_arch = \"wasm32\"))", 43367 "uses_default_features": true 43368 }, 43369 { 43370 "features": [ 43371 "derive" 43372 ], 43373 "kind": "dev", 43374 "name": "serde", 43375 "optional": false, 43376 "registry": null, 43377 "rename": null, 43378 "req": "^1.0", 43379 "source": "registry+https://github.com/rust-lang/crates.io-index", 43380 "target": "cfg(not(target_arch = \"wasm32\"))", 43381 "uses_default_features": true 43382 }, 43383 { 43384 "features": [ 43385 "macros", 43386 "rt-multi-thread" 43387 ], 43388 "kind": "dev", 43389 "name": "tokio", 43390 "optional": false, 43391 "registry": null, 43392 "rename": null, 43393 "req": "^1.0", 43394 "source": "registry+https://github.com/rust-lang/crates.io-index", 43395 "target": "cfg(not(target_arch = \"wasm32\"))", 43396 "uses_default_features": false 43397 }, 43398 { 43399 "features": [], 43400 "kind": null, 43401 "name": "js-sys", 43402 "optional": false, 43403 "registry": null, 43404 "rename": null, 43405 "req": "^0.3.45", 43406 "source": "registry+https://github.com/rust-lang/crates.io-index", 43407 "target": "cfg(target_arch = \"wasm32\")", 43408 "uses_default_features": true 43409 }, 43410 { 43411 "features": [], 43412 "kind": null, 43413 "name": "serde_json", 43414 "optional": false, 43415 "registry": null, 43416 "rename": null, 43417 "req": "^1.0", 43418 "source": "registry+https://github.com/rust-lang/crates.io-index", 43419 "target": "cfg(target_arch = \"wasm32\")", 43420 "uses_default_features": true 43421 }, 43422 { 43423 "features": [], 43424 "kind": null, 43425 "name": "wasm-bindgen", 43426 "optional": false, 43427 "registry": null, 43428 "rename": null, 43429 "req": "^0.2.68", 43430 "source": "registry+https://github.com/rust-lang/crates.io-index", 43431 "target": "cfg(target_arch = \"wasm32\")", 43432 "uses_default_features": true 43433 }, 43434 { 43435 "features": [], 43436 "kind": null, 43437 "name": "wasm-bindgen-futures", 43438 "optional": false, 43439 "registry": null, 43440 "rename": null, 43441 "req": "^0.4.18", 43442 "source": "registry+https://github.com/rust-lang/crates.io-index", 43443 "target": "cfg(target_arch = \"wasm32\")", 43444 "uses_default_features": true 43445 }, 43446 { 43447 "features": [], 43448 "kind": null, 43449 "name": "wasm-streams", 43450 "optional": true, 43451 "registry": null, 43452 "rename": null, 43453 "req": "^0.4", 43454 "source": "registry+https://github.com/rust-lang/crates.io-index", 43455 "target": "cfg(target_arch = \"wasm32\")", 43456 "uses_default_features": true 43457 }, 43458 { 43459 "features": [ 43460 "AbortController", 43461 "AbortSignal", 43462 "Headers", 43463 "Request", 43464 "RequestInit", 43465 "RequestMode", 43466 "Response", 43467 "Window", 43468 "FormData", 43469 "Blob", 43470 "BlobPropertyBag", 43471 "ServiceWorkerGlobalScope", 43472 "RequestCredentials", 43473 "File", 43474 "ReadableStream" 43475 ], 43476 "kind": null, 43477 "name": "web-sys", 43478 "optional": false, 43479 "registry": null, 43480 "rename": null, 43481 "req": "^0.3.25", 43482 "source": "registry+https://github.com/rust-lang/crates.io-index", 43483 "target": "cfg(target_arch = \"wasm32\")", 43484 "uses_default_features": true 43485 }, 43486 { 43487 "features": [ 43488 "serde-serialize" 43489 ], 43490 "kind": "dev", 43491 "name": "wasm-bindgen", 43492 "optional": false, 43493 "registry": null, 43494 "rename": null, 43495 "req": "^0.2.68", 43496 "source": "registry+https://github.com/rust-lang/crates.io-index", 43497 "target": "cfg(target_arch = \"wasm32\")", 43498 "uses_default_features": true 43499 }, 43500 { 43501 "features": [], 43502 "kind": "dev", 43503 "name": "wasm-bindgen-test", 43504 "optional": false, 43505 "registry": null, 43506 "rename": null, 43507 "req": "^0.3", 43508 "source": "registry+https://github.com/rust-lang/crates.io-index", 43509 "target": "cfg(target_arch = \"wasm32\")", 43510 "uses_default_features": true 43511 }, 43512 { 43513 "features": [], 43514 "kind": null, 43515 "name": "system-configuration", 43516 "optional": false, 43517 "registry": null, 43518 "rename": null, 43519 "req": "^0.5.1", 43520 "source": "registry+https://github.com/rust-lang/crates.io-index", 43521 "target": "cfg(target_os = \"macos\")", 43522 "uses_default_features": true 43523 }, 43524 { 43525 "features": [], 43526 "kind": null, 43527 "name": "winreg", 43528 "optional": false, 43529 "registry": null, 43530 "rename": null, 43531 "req": "^0.50.0", 43532 "source": "registry+https://github.com/rust-lang/crates.io-index", 43533 "target": "cfg(windows)", 43534 "uses_default_features": true 43535 } 43536 ], 43537 "description": "higher level HTTP client library", 43538 "documentation": "https://docs.rs/reqwest", 43539 "edition": "2021", 43540 "features": { 43541 "__internal_proxy_sys_no_cache": [], 43542 "__rustls": [ 43543 "hyper-rustls", 43544 "tokio-rustls", 43545 "rustls", 43546 "__tls" 43547 ], 43548 "__tls": [ 43549 "dep:rustls-pemfile" 43550 ], 43551 "async-compression": [ 43552 "dep:async-compression" 43553 ], 43554 "blocking": [ 43555 "futures-util/io", 43556 "tokio/sync" 43557 ], 43558 "brotli": [ 43559 "async-compression", 43560 "async-compression/brotli", 43561 "tokio-util" 43562 ], 43563 "cookie_crate": [ 43564 "dep:cookie_crate" 43565 ], 43566 "cookie_store": [ 43567 "dep:cookie_store" 43568 ], 43569 "cookies": [ 43570 "cookie_crate", 43571 "cookie_store" 43572 ], 43573 "default": [ 43574 "default-tls" 43575 ], 43576 "default-tls": [ 43577 "hyper-tls", 43578 "native-tls-crate", 43579 "__tls", 43580 "tokio-native-tls" 43581 ], 43582 "deflate": [ 43583 "async-compression", 43584 "async-compression/zlib", 43585 "tokio-util" 43586 ], 43587 "futures-channel": [ 43588 "dep:futures-channel" 43589 ], 43590 "gzip": [ 43591 "async-compression", 43592 "async-compression/gzip", 43593 "tokio-util" 43594 ], 43595 "h3": [ 43596 "dep:h3" 43597 ], 43598 "h3-quinn": [ 43599 "dep:h3-quinn" 43600 ], 43601 "hickory-dns": [ 43602 "hickory-resolver" 43603 ], 43604 "hickory-resolver": [ 43605 "dep:hickory-resolver" 43606 ], 43607 "http3": [ 43608 "rustls-tls-manual-roots", 43609 "h3", 43610 "h3-quinn", 43611 "quinn", 43612 "futures-channel" 43613 ], 43614 "hyper-rustls": [ 43615 "dep:hyper-rustls" 43616 ], 43617 "hyper-tls": [ 43618 "dep:hyper-tls" 43619 ], 43620 "json": [ 43621 "serde_json" 43622 ], 43623 "mime_guess": [ 43624 "dep:mime_guess" 43625 ], 43626 "multipart": [ 43627 "mime_guess" 43628 ], 43629 "native-tls": [ 43630 "default-tls" 43631 ], 43632 "native-tls-alpn": [ 43633 "native-tls", 43634 "native-tls-crate/alpn" 43635 ], 43636 "native-tls-crate": [ 43637 "dep:native-tls-crate" 43638 ], 43639 "native-tls-vendored": [ 43640 "native-tls", 43641 "native-tls-crate/vendored" 43642 ], 43643 "quinn": [ 43644 "dep:quinn" 43645 ], 43646 "rustls": [ 43647 "dep:rustls" 43648 ], 43649 "rustls-native-certs": [ 43650 "dep:rustls-native-certs" 43651 ], 43652 "rustls-tls": [ 43653 "rustls-tls-webpki-roots" 43654 ], 43655 "rustls-tls-manual-roots": [ 43656 "__rustls" 43657 ], 43658 "rustls-tls-native-roots": [ 43659 "rustls-native-certs", 43660 "__rustls" 43661 ], 43662 "rustls-tls-webpki-roots": [ 43663 "webpki-roots", 43664 "__rustls" 43665 ], 43666 "serde_json": [ 43667 "dep:serde_json" 43668 ], 43669 "socks": [ 43670 "tokio-socks" 43671 ], 43672 "stream": [ 43673 "tokio/fs", 43674 "tokio-util", 43675 "wasm-streams" 43676 ], 43677 "tokio-native-tls": [ 43678 "dep:tokio-native-tls" 43679 ], 43680 "tokio-rustls": [ 43681 "dep:tokio-rustls" 43682 ], 43683 "tokio-socks": [ 43684 "dep:tokio-socks" 43685 ], 43686 "tokio-util": [ 43687 "dep:tokio-util" 43688 ], 43689 "trust-dns": [ 43690 "hickory-dns" 43691 ], 43692 "wasm-streams": [ 43693 "dep:wasm-streams" 43694 ], 43695 "webpki-roots": [ 43696 "dep:webpki-roots" 43697 ] 43698 }, 43699 "homepage": null, 43700 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 43701 "keywords": [ 43702 "http", 43703 "request", 43704 "client" 43705 ], 43706 "license": "MIT OR Apache-2.0", 43707 "license_file": null, 43708 "links": null, 43709 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/Cargo.toml", 43710 "metadata": { 43711 "docs": { 43712 "rs": { 43713 "all-features": true, 43714 "rustdoc-args": [ 43715 "--cfg", 43716 "docsrs", 43717 "--cfg", 43718 "reqwest_unstable" 43719 ], 43720 "targets": [ 43721 "x86_64-unknown-linux-gnu", 43722 "wasm32-unknown-unknown" 43723 ] 43724 } 43725 }, 43726 "playground": { 43727 "features": [ 43728 "blocking", 43729 "cookies", 43730 "json", 43731 "multipart" 43732 ] 43733 } 43734 }, 43735 "name": "reqwest", 43736 "publish": null, 43737 "readme": "README.md", 43738 "repository": "https://github.com/seanmonstar/reqwest", 43739 "rust_version": "1.63.0", 43740 "source": "registry+https://github.com/rust-lang/crates.io-index", 43741 "targets": [ 43742 { 43743 "crate_types": [ 43744 "lib" 43745 ], 43746 "doc": true, 43747 "doctest": true, 43748 "edition": "2021", 43749 "kind": [ 43750 "lib" 43751 ], 43752 "name": "reqwest", 43753 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs", 43754 "test": true 43755 }, 43756 { 43757 "crate_types": [ 43758 "bin" 43759 ], 43760 "doc": false, 43761 "doctest": false, 43762 "edition": "2021", 43763 "kind": [ 43764 "example" 43765 ], 43766 "name": "blocking", 43767 "required-features": [ 43768 "blocking" 43769 ], 43770 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/blocking.rs", 43771 "test": false 43772 }, 43773 { 43774 "crate_types": [ 43775 "bin" 43776 ], 43777 "doc": false, 43778 "doctest": false, 43779 "edition": "2021", 43780 "kind": [ 43781 "example" 43782 ], 43783 "name": "json_dynamic", 43784 "required-features": [ 43785 "json" 43786 ], 43787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/json_dynamic.rs", 43788 "test": false 43789 }, 43790 { 43791 "crate_types": [ 43792 "bin" 43793 ], 43794 "doc": false, 43795 "doctest": false, 43796 "edition": "2021", 43797 "kind": [ 43798 "example" 43799 ], 43800 "name": "json_typed", 43801 "required-features": [ 43802 "json" 43803 ], 43804 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/json_typed.rs", 43805 "test": false 43806 }, 43807 { 43808 "crate_types": [ 43809 "bin" 43810 ], 43811 "doc": false, 43812 "doctest": false, 43813 "edition": "2021", 43814 "kind": [ 43815 "example" 43816 ], 43817 "name": "tor_socks", 43818 "required-features": [ 43819 "socks" 43820 ], 43821 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/tor_socks.rs", 43822 "test": false 43823 }, 43824 { 43825 "crate_types": [ 43826 "bin" 43827 ], 43828 "doc": false, 43829 "doctest": false, 43830 "edition": "2021", 43831 "kind": [ 43832 "example" 43833 ], 43834 "name": "form", 43835 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/form.rs", 43836 "test": false 43837 }, 43838 { 43839 "crate_types": [ 43840 "bin" 43841 ], 43842 "doc": false, 43843 "doctest": false, 43844 "edition": "2021", 43845 "kind": [ 43846 "example" 43847 ], 43848 "name": "simple", 43849 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/simple.rs", 43850 "test": false 43851 }, 43852 { 43853 "crate_types": [ 43854 "bin" 43855 ], 43856 "doc": false, 43857 "doctest": false, 43858 "edition": "2021", 43859 "kind": [ 43860 "example" 43861 ], 43862 "name": "h3_simple", 43863 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/examples/h3_simple.rs", 43864 "test": false 43865 }, 43866 { 43867 "crate_types": [ 43868 "bin" 43869 ], 43870 "doc": false, 43871 "doctest": false, 43872 "edition": "2021", 43873 "kind": [ 43874 "test" 43875 ], 43876 "name": "blocking", 43877 "required-features": [ 43878 "blocking" 43879 ], 43880 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/blocking.rs", 43881 "test": true 43882 }, 43883 { 43884 "crate_types": [ 43885 "bin" 43886 ], 43887 "doc": false, 43888 "doctest": false, 43889 "edition": "2021", 43890 "kind": [ 43891 "test" 43892 ], 43893 "name": "cookie", 43894 "required-features": [ 43895 "cookies" 43896 ], 43897 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/cookie.rs", 43898 "test": true 43899 }, 43900 { 43901 "crate_types": [ 43902 "bin" 43903 ], 43904 "doc": false, 43905 "doctest": false, 43906 "edition": "2021", 43907 "kind": [ 43908 "test" 43909 ], 43910 "name": "gzip", 43911 "required-features": [ 43912 "gzip" 43913 ], 43914 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/gzip.rs", 43915 "test": true 43916 }, 43917 { 43918 "crate_types": [ 43919 "bin" 43920 ], 43921 "doc": false, 43922 "doctest": false, 43923 "edition": "2021", 43924 "kind": [ 43925 "test" 43926 ], 43927 "name": "brotli", 43928 "required-features": [ 43929 "brotli" 43930 ], 43931 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/brotli.rs", 43932 "test": true 43933 }, 43934 { 43935 "crate_types": [ 43936 "bin" 43937 ], 43938 "doc": false, 43939 "doctest": false, 43940 "edition": "2021", 43941 "kind": [ 43942 "test" 43943 ], 43944 "name": "deflate", 43945 "required-features": [ 43946 "deflate" 43947 ], 43948 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/deflate.rs", 43949 "test": true 43950 }, 43951 { 43952 "crate_types": [ 43953 "bin" 43954 ], 43955 "doc": false, 43956 "doctest": false, 43957 "edition": "2021", 43958 "kind": [ 43959 "test" 43960 ], 43961 "name": "multipart", 43962 "required-features": [ 43963 "multipart" 43964 ], 43965 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/multipart.rs", 43966 "test": true 43967 }, 43968 { 43969 "crate_types": [ 43970 "bin" 43971 ], 43972 "doc": false, 43973 "doctest": false, 43974 "edition": "2021", 43975 "kind": [ 43976 "test" 43977 ], 43978 "name": "upgrade", 43979 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/upgrade.rs", 43980 "test": true 43981 }, 43982 { 43983 "crate_types": [ 43984 "bin" 43985 ], 43986 "doc": false, 43987 "doctest": false, 43988 "edition": "2021", 43989 "kind": [ 43990 "test" 43991 ], 43992 "name": "badssl", 43993 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/badssl.rs", 43994 "test": true 43995 }, 43996 { 43997 "crate_types": [ 43998 "bin" 43999 ], 44000 "doc": false, 44001 "doctest": false, 44002 "edition": "2021", 44003 "kind": [ 44004 "test" 44005 ], 44006 "name": "timeouts", 44007 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/timeouts.rs", 44008 "test": true 44009 }, 44010 { 44011 "crate_types": [ 44012 "bin" 44013 ], 44014 "doc": false, 44015 "doctest": false, 44016 "edition": "2021", 44017 "kind": [ 44018 "test" 44019 ], 44020 "name": "proxy", 44021 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/proxy.rs", 44022 "test": true 44023 }, 44024 { 44025 "crate_types": [ 44026 "bin" 44027 ], 44028 "doc": false, 44029 "doctest": false, 44030 "edition": "2021", 44031 "kind": [ 44032 "test" 44033 ], 44034 "name": "redirect", 44035 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/redirect.rs", 44036 "test": true 44037 }, 44038 { 44039 "crate_types": [ 44040 "bin" 44041 ], 44042 "doc": false, 44043 "doctest": false, 44044 "edition": "2021", 44045 "kind": [ 44046 "test" 44047 ], 44048 "name": "wasm_simple", 44049 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/wasm_simple.rs", 44050 "test": true 44051 }, 44052 { 44053 "crate_types": [ 44054 "bin" 44055 ], 44056 "doc": false, 44057 "doctest": false, 44058 "edition": "2021", 44059 "kind": [ 44060 "test" 44061 ], 44062 "name": "client", 44063 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/tests/client.rs", 44064 "test": true 44065 } 44066 ], 44067 "version": "0.11.27" 44068 }, 44069 { 44070 "authors": [ 44071 "Tobie Morgan Hitchcock <[email protected]>" 44072 ], 44073 "categories": [ 44074 "encoding" 44075 ], 44076 "default_run": null, 44077 "dependencies": [ 44078 { 44079 "features": [], 44080 "kind": null, 44081 "name": "bincode", 44082 "optional": false, 44083 "registry": null, 44084 "rename": null, 44085 "req": "^1.3.3", 44086 "source": "registry+https://github.com/rust-lang/crates.io-index", 44087 "target": null, 44088 "uses_default_features": true 44089 }, 44090 { 44091 "features": [ 44092 "serde" 44093 ], 44094 "kind": null, 44095 "name": "chrono", 44096 "optional": false, 44097 "registry": null, 44098 "rename": null, 44099 "req": "^0.4.26", 44100 "source": "registry+https://github.com/rust-lang/crates.io-index", 44101 "target": null, 44102 "uses_default_features": true 44103 }, 44104 { 44105 "features": [], 44106 "kind": null, 44107 "name": "revision-derive", 44108 "optional": false, 44109 "registry": null, 44110 "rename": "derive", 44111 "req": "^0.5.0", 44112 "source": "registry+https://github.com/rust-lang/crates.io-index", 44113 "target": null, 44114 "uses_default_features": true 44115 }, 44116 { 44117 "features": [ 44118 "use-serde" 44119 ], 44120 "kind": null, 44121 "name": "geo", 44122 "optional": false, 44123 "registry": null, 44124 "rename": null, 44125 "req": "^0.26.0", 44126 "source": "registry+https://github.com/rust-lang/crates.io-index", 44127 "target": null, 44128 "uses_default_features": true 44129 }, 44130 { 44131 "features": [], 44132 "kind": null, 44133 "name": "regex", 44134 "optional": false, 44135 "registry": null, 44136 "rename": null, 44137 "req": "^1.9.3", 44138 "source": "registry+https://github.com/rust-lang/crates.io-index", 44139 "target": null, 44140 "uses_default_features": true 44141 }, 44142 { 44143 "features": [ 44144 "serde" 44145 ], 44146 "kind": null, 44147 "name": "roaring", 44148 "optional": false, 44149 "registry": null, 44150 "rename": null, 44151 "req": "^0.10.2", 44152 "source": "registry+https://github.com/rust-lang/crates.io-index", 44153 "target": null, 44154 "uses_default_features": true 44155 }, 44156 { 44157 "features": [], 44158 "kind": null, 44159 "name": "rust_decimal", 44160 "optional": false, 44161 "registry": null, 44162 "rename": null, 44163 "req": "^1.31.0", 44164 "source": "registry+https://github.com/rust-lang/crates.io-index", 44165 "target": null, 44166 "uses_default_features": true 44167 }, 44168 { 44169 "features": [], 44170 "kind": null, 44171 "name": "serde", 44172 "optional": false, 44173 "registry": null, 44174 "rename": null, 44175 "req": "^1.0.183", 44176 "source": "registry+https://github.com/rust-lang/crates.io-index", 44177 "target": null, 44178 "uses_default_features": true 44179 }, 44180 { 44181 "features": [], 44182 "kind": null, 44183 "name": "thiserror", 44184 "optional": false, 44185 "registry": null, 44186 "rename": null, 44187 "req": "^1.0.44", 44188 "source": "registry+https://github.com/rust-lang/crates.io-index", 44189 "target": null, 44190 "uses_default_features": true 44191 }, 44192 { 44193 "features": [], 44194 "kind": null, 44195 "name": "uuid", 44196 "optional": false, 44197 "registry": null, 44198 "rename": null, 44199 "req": "^1.4.1", 44200 "source": "registry+https://github.com/rust-lang/crates.io-index", 44201 "target": null, 44202 "uses_default_features": true 44203 }, 44204 { 44205 "features": [], 44206 "kind": "dev", 44207 "name": "rand", 44208 "optional": false, 44209 "registry": null, 44210 "rename": null, 44211 "req": "^0.8.5", 44212 "source": "registry+https://github.com/rust-lang/crates.io-index", 44213 "target": null, 44214 "uses_default_features": true 44215 } 44216 ], 44217 "description": "A serialization and deserialization implementation which allows for schema-evolution.", 44218 "documentation": "https://docs.rs/revision/", 44219 "edition": "2021", 44220 "features": {}, 44221 "homepage": "https://github.com/surrealdb/revision", 44222 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 44223 "keywords": [ 44224 "serialization", 44225 "encoding", 44226 "revision", 44227 "version", 44228 "bincode" 44229 ], 44230 "license": "Apache-2.0", 44231 "license_file": null, 44232 "links": null, 44233 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/revision-0.5.0/Cargo.toml", 44234 "metadata": null, 44235 "name": "revision", 44236 "publish": null, 44237 "readme": "README.md", 44238 "repository": "https://github.com/surrealdb/revision", 44239 "rust_version": null, 44240 "source": "registry+https://github.com/rust-lang/crates.io-index", 44241 "targets": [ 44242 { 44243 "crate_types": [ 44244 "lib" 44245 ], 44246 "doc": true, 44247 "doctest": true, 44248 "edition": "2021", 44249 "kind": [ 44250 "lib" 44251 ], 44252 "name": "revision", 44253 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/revision-0.5.0/src/lib.rs", 44254 "test": true 44255 }, 44256 { 44257 "crate_types": [ 44258 "bin" 44259 ], 44260 "doc": false, 44261 "doctest": false, 44262 "edition": "2021", 44263 "kind": [ 44264 "test" 44265 ], 44266 "name": "test", 44267 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/revision-0.5.0/tests/test.rs", 44268 "test": true 44269 } 44270 ], 44271 "version": "0.5.0" 44272 }, 44273 { 44274 "authors": [ 44275 "Tobie Morgan Hitchcock <[email protected]>" 44276 ], 44277 "categories": [ 44278 "encoding" 44279 ], 44280 "default_run": null, 44281 "dependencies": [ 44282 { 44283 "features": [], 44284 "kind": null, 44285 "name": "darling", 44286 "optional": false, 44287 "registry": null, 44288 "rename": null, 44289 "req": "^0.20.3", 44290 "source": "registry+https://github.com/rust-lang/crates.io-index", 44291 "target": null, 44292 "uses_default_features": true 44293 }, 44294 { 44295 "features": [], 44296 "kind": null, 44297 "name": "proc-macro-error", 44298 "optional": false, 44299 "registry": null, 44300 "rename": null, 44301 "req": "^1.0.4", 44302 "source": "registry+https://github.com/rust-lang/crates.io-index", 44303 "target": null, 44304 "uses_default_features": true 44305 }, 44306 { 44307 "features": [], 44308 "kind": null, 44309 "name": "proc-macro2", 44310 "optional": false, 44311 "registry": null, 44312 "rename": null, 44313 "req": "^1.0.66", 44314 "source": "registry+https://github.com/rust-lang/crates.io-index", 44315 "target": null, 44316 "uses_default_features": true 44317 }, 44318 { 44319 "features": [], 44320 "kind": null, 44321 "name": "quote", 44322 "optional": false, 44323 "registry": null, 44324 "rename": null, 44325 "req": "^1.0.32", 44326 "source": "registry+https://github.com/rust-lang/crates.io-index", 44327 "target": null, 44328 "uses_default_features": true 44329 }, 44330 { 44331 "features": [ 44332 "full", 44333 "extra-traits", 44334 "parsing" 44335 ], 44336 "kind": null, 44337 "name": "syn", 44338 "optional": false, 44339 "registry": null, 44340 "rename": null, 44341 "req": "^2.0.28", 44342 "source": "registry+https://github.com/rust-lang/crates.io-index", 44343 "target": null, 44344 "uses_default_features": true 44345 } 44346 ], 44347 "description": "Implements procedural macros for automatic Revision trait implementation.", 44348 "documentation": "https://docs.rs/revision/", 44349 "edition": "2021", 44350 "features": {}, 44351 "homepage": "https://github.com/surrealdb/revision", 44352 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 44353 "keywords": [ 44354 "serialization", 44355 "encoding", 44356 "revision", 44357 "version", 44358 "bincode" 44359 ], 44360 "license": "Apache-2.0", 44361 "license_file": null, 44362 "links": null, 44363 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/revision-derive-0.5.0/Cargo.toml", 44364 "metadata": null, 44365 "name": "revision-derive", 44366 "publish": null, 44367 "readme": "README.md", 44368 "repository": "https://github.com/surrealdb/revision", 44369 "rust_version": null, 44370 "source": "registry+https://github.com/rust-lang/crates.io-index", 44371 "targets": [ 44372 { 44373 "crate_types": [ 44374 "proc-macro" 44375 ], 44376 "doc": true, 44377 "doctest": true, 44378 "edition": "2021", 44379 "kind": [ 44380 "proc-macro" 44381 ], 44382 "name": "revision_derive", 44383 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/revision-derive-0.5.0/src/lib.rs", 44384 "test": true 44385 } 44386 ], 44387 "version": "0.5.0" 44388 }, 44389 { 44390 "authors": [ 44391 "Brian Smith <[email protected]>" 44392 ], 44393 "categories": [ 44394 "cryptography", 44395 "no-std" 44396 ], 44397 "default_run": null, 44398 "dependencies": [ 44399 { 44400 "features": [], 44401 "kind": null, 44402 "name": "untrusted", 44403 "optional": false, 44404 "registry": null, 44405 "rename": null, 44406 "req": "^0.7.1", 44407 "source": "registry+https://github.com/rust-lang/crates.io-index", 44408 "target": null, 44409 "uses_default_features": true 44410 }, 44411 { 44412 "features": [], 44413 "kind": "build", 44414 "name": "cc", 44415 "optional": false, 44416 "registry": null, 44417 "rename": null, 44418 "req": "^1.0.62", 44419 "source": "registry+https://github.com/rust-lang/crates.io-index", 44420 "target": null, 44421 "uses_default_features": false 44422 }, 44423 { 44424 "features": [ 44425 "Crypto", 44426 "Window" 44427 ], 44428 "kind": null, 44429 "name": "web-sys", 44430 "optional": false, 44431 "registry": null, 44432 "rename": null, 44433 "req": "^0.3.37", 44434 "source": "registry+https://github.com/rust-lang/crates.io-index", 44435 "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))", 44436 "uses_default_features": false 44437 }, 44438 { 44439 "features": [], 44440 "kind": null, 44441 "name": "spin", 44442 "optional": false, 44443 "registry": null, 44444 "rename": null, 44445 "req": "^0.5.2", 44446 "source": "registry+https://github.com/rust-lang/crates.io-index", 44447 "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))", 44448 "uses_default_features": false 44449 }, 44450 { 44451 "features": [], 44452 "kind": null, 44453 "name": "libc", 44454 "optional": false, 44455 "registry": null, 44456 "rename": null, 44457 "req": "^0.2.69", 44458 "source": "registry+https://github.com/rust-lang/crates.io-index", 44459 "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", 44460 "uses_default_features": false 44461 }, 44462 { 44463 "features": [ 44464 "std" 44465 ], 44466 "kind": null, 44467 "name": "once_cell", 44468 "optional": true, 44469 "registry": null, 44470 "rename": null, 44471 "req": "^1.5.2", 44472 "source": "registry+https://github.com/rust-lang/crates.io-index", 44473 "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", 44474 "uses_default_features": false 44475 }, 44476 { 44477 "features": [ 44478 "std" 44479 ], 44480 "kind": null, 44481 "name": "once_cell", 44482 "optional": false, 44483 "registry": null, 44484 "rename": null, 44485 "req": "^1.5.2", 44486 "source": "registry+https://github.com/rust-lang/crates.io-index", 44487 "target": "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))", 44488 "uses_default_features": false 44489 }, 44490 { 44491 "features": [], 44492 "kind": "dev", 44493 "name": "libc", 44494 "optional": false, 44495 "registry": null, 44496 "rename": null, 44497 "req": "^0.2.80", 44498 "source": "registry+https://github.com/rust-lang/crates.io-index", 44499 "target": "cfg(any(unix, windows))", 44500 "uses_default_features": false 44501 }, 44502 { 44503 "features": [], 44504 "kind": "dev", 44505 "name": "wasm-bindgen-test", 44506 "optional": false, 44507 "registry": null, 44508 "rename": null, 44509 "req": "^0.3.18", 44510 "source": "registry+https://github.com/rust-lang/crates.io-index", 44511 "target": "cfg(target_arch = \"wasm32\")", 44512 "uses_default_features": false 44513 }, 44514 { 44515 "features": [ 44516 "ntsecapi", 44517 "wtypesbase" 44518 ], 44519 "kind": null, 44520 "name": "winapi", 44521 "optional": false, 44522 "registry": null, 44523 "rename": null, 44524 "req": "^0.3.8", 44525 "source": "registry+https://github.com/rust-lang/crates.io-index", 44526 "target": "cfg(target_os = \"windows\")", 44527 "uses_default_features": false 44528 } 44529 ], 44530 "description": "Safe, fast, small crypto using Rust.", 44531 "documentation": "https://briansmith.org/rustdoc/ring/", 44532 "edition": "2018", 44533 "features": { 44534 "alloc": [], 44535 "default": [ 44536 "alloc", 44537 "dev_urandom_fallback" 44538 ], 44539 "dev_urandom_fallback": [ 44540 "once_cell" 44541 ], 44542 "internal_benches": [], 44543 "once_cell": [ 44544 "dep:once_cell" 44545 ], 44546 "slow_tests": [], 44547 "std": [ 44548 "alloc" 44549 ], 44550 "test_logging": [], 44551 "wasm32_c": [] 44552 }, 44553 "homepage": null, 44554 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 44555 "keywords": [ 44556 "crypto", 44557 "cryptography", 44558 "rand", 44559 "ECC", 44560 "RSA" 44561 ], 44562 "license": null, 44563 "license_file": "LICENSE", 44564 "links": "ring-asm", 44565 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/Cargo.toml", 44566 "metadata": { 44567 "docs": { 44568 "rs": { 44569 "all-features": true 44570 } 44571 } 44572 }, 44573 "name": "ring", 44574 "publish": null, 44575 "readme": "doc/link-to-readme.md", 44576 "repository": "https://github.com/briansmith/ring", 44577 "rust_version": null, 44578 "source": "registry+https://github.com/rust-lang/crates.io-index", 44579 "targets": [ 44580 { 44581 "crate_types": [ 44582 "lib" 44583 ], 44584 "doc": true, 44585 "doctest": true, 44586 "edition": "2018", 44587 "kind": [ 44588 "lib" 44589 ], 44590 "name": "ring", 44591 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs", 44592 "test": true 44593 }, 44594 { 44595 "crate_types": [ 44596 "bin" 44597 ], 44598 "doc": false, 44599 "doctest": false, 44600 "edition": "2018", 44601 "kind": [ 44602 "test" 44603 ], 44604 "name": "signature_tests", 44605 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/signature_tests.rs", 44606 "test": true 44607 }, 44608 { 44609 "crate_types": [ 44610 "bin" 44611 ], 44612 "doc": false, 44613 "doctest": false, 44614 "edition": "2018", 44615 "kind": [ 44616 "test" 44617 ], 44618 "name": "ed25519_tests", 44619 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/ed25519_tests.rs", 44620 "test": true 44621 }, 44622 { 44623 "crate_types": [ 44624 "bin" 44625 ], 44626 "doc": false, 44627 "doctest": false, 44628 "edition": "2018", 44629 "kind": [ 44630 "test" 44631 ], 44632 "name": "ecdsa_tests", 44633 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/ecdsa_tests.rs", 44634 "test": true 44635 }, 44636 { 44637 "crate_types": [ 44638 "bin" 44639 ], 44640 "doc": false, 44641 "doctest": false, 44642 "edition": "2018", 44643 "kind": [ 44644 "test" 44645 ], 44646 "name": "constant_time_tests", 44647 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/constant_time_tests.rs", 44648 "test": true 44649 }, 44650 { 44651 "crate_types": [ 44652 "bin" 44653 ], 44654 "doc": false, 44655 "doctest": false, 44656 "edition": "2018", 44657 "kind": [ 44658 "test" 44659 ], 44660 "name": "hkdf_tests", 44661 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/hkdf_tests.rs", 44662 "test": true 44663 }, 44664 { 44665 "crate_types": [ 44666 "bin" 44667 ], 44668 "doc": false, 44669 "doctest": false, 44670 "edition": "2018", 44671 "kind": [ 44672 "test" 44673 ], 44674 "name": "pbkdf2_tests", 44675 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/pbkdf2_tests.rs", 44676 "test": true 44677 }, 44678 { 44679 "crate_types": [ 44680 "bin" 44681 ], 44682 "doc": false, 44683 "doctest": false, 44684 "edition": "2018", 44685 "kind": [ 44686 "test" 44687 ], 44688 "name": "hmac_tests", 44689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/hmac_tests.rs", 44690 "test": true 44691 }, 44692 { 44693 "crate_types": [ 44694 "bin" 44695 ], 44696 "doc": false, 44697 "doctest": false, 44698 "edition": "2018", 44699 "kind": [ 44700 "test" 44701 ], 44702 "name": "agreement_tests", 44703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/agreement_tests.rs", 44704 "test": true 44705 }, 44706 { 44707 "crate_types": [ 44708 "bin" 44709 ], 44710 "doc": false, 44711 "doctest": false, 44712 "edition": "2018", 44713 "kind": [ 44714 "test" 44715 ], 44716 "name": "rsa_tests", 44717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/rsa_tests.rs", 44718 "test": true 44719 }, 44720 { 44721 "crate_types": [ 44722 "bin" 44723 ], 44724 "doc": false, 44725 "doctest": false, 44726 "edition": "2018", 44727 "kind": [ 44728 "test" 44729 ], 44730 "name": "aead_tests", 44731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/aead_tests.rs", 44732 "test": true 44733 }, 44734 { 44735 "crate_types": [ 44736 "bin" 44737 ], 44738 "doc": false, 44739 "doctest": false, 44740 "edition": "2018", 44741 "kind": [ 44742 "test" 44743 ], 44744 "name": "rand_tests", 44745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/rand_tests.rs", 44746 "test": true 44747 }, 44748 { 44749 "crate_types": [ 44750 "bin" 44751 ], 44752 "doc": false, 44753 "doctest": false, 44754 "edition": "2018", 44755 "kind": [ 44756 "test" 44757 ], 44758 "name": "quic_tests", 44759 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/quic_tests.rs", 44760 "test": true 44761 }, 44762 { 44763 "crate_types": [ 44764 "bin" 44765 ], 44766 "doc": false, 44767 "doctest": false, 44768 "edition": "2018", 44769 "kind": [ 44770 "test" 44771 ], 44772 "name": "digest_tests", 44773 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/digest_tests.rs", 44774 "test": true 44775 }, 44776 { 44777 "crate_types": [ 44778 "bin" 44779 ], 44780 "doc": false, 44781 "doctest": false, 44782 "edition": "2018", 44783 "kind": [ 44784 "custom-build" 44785 ], 44786 "name": "build-script-build", 44787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs", 44788 "test": false 44789 } 44790 ], 44791 "version": "0.16.20" 44792 }, 44793 { 44794 "authors": [ 44795 "Brian Smith <[email protected]>" 44796 ], 44797 "categories": [ 44798 "cryptography", 44799 "no-std" 44800 ], 44801 "default_run": null, 44802 "dependencies": [ 44803 { 44804 "features": [], 44805 "kind": null, 44806 "name": "cfg-if", 44807 "optional": false, 44808 "registry": null, 44809 "rename": null, 44810 "req": "^1.0.0", 44811 "source": "registry+https://github.com/rust-lang/crates.io-index", 44812 "target": null, 44813 "uses_default_features": false 44814 }, 44815 { 44816 "features": [], 44817 "kind": null, 44818 "name": "getrandom", 44819 "optional": false, 44820 "registry": null, 44821 "rename": null, 44822 "req": "^0.2.10", 44823 "source": "registry+https://github.com/rust-lang/crates.io-index", 44824 "target": null, 44825 "uses_default_features": true 44826 }, 44827 { 44828 "features": [], 44829 "kind": null, 44830 "name": "untrusted", 44831 "optional": false, 44832 "registry": null, 44833 "rename": null, 44834 "req": "^0.9", 44835 "source": "registry+https://github.com/rust-lang/crates.io-index", 44836 "target": null, 44837 "uses_default_features": true 44838 }, 44839 { 44840 "features": [], 44841 "kind": "build", 44842 "name": "cc", 44843 "optional": false, 44844 "registry": null, 44845 "rename": null, 44846 "req": "^1.0.83", 44847 "source": "registry+https://github.com/rust-lang/crates.io-index", 44848 "target": null, 44849 "uses_default_features": false 44850 }, 44851 { 44852 "features": [], 44853 "kind": null, 44854 "name": "libc", 44855 "optional": false, 44856 "registry": null, 44857 "rename": null, 44858 "req": "^0.2.148", 44859 "source": "registry+https://github.com/rust-lang/crates.io-index", 44860 "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))", 44861 "uses_default_features": false 44862 }, 44863 { 44864 "features": [ 44865 "Win32_Foundation", 44866 "Win32_System_Threading" 44867 ], 44868 "kind": null, 44869 "name": "windows-sys", 44870 "optional": false, 44871 "registry": null, 44872 "rename": null, 44873 "req": "^0.52", 44874 "source": "registry+https://github.com/rust-lang/crates.io-index", 44875 "target": "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))", 44876 "uses_default_features": true 44877 }, 44878 { 44879 "features": [], 44880 "kind": "dev", 44881 "name": "wasm-bindgen-test", 44882 "optional": false, 44883 "registry": null, 44884 "rename": null, 44885 "req": "^0.3.37", 44886 "source": "registry+https://github.com/rust-lang/crates.io-index", 44887 "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))", 44888 "uses_default_features": false 44889 }, 44890 { 44891 "features": [ 44892 "once" 44893 ], 44894 "kind": null, 44895 "name": "spin", 44896 "optional": false, 44897 "registry": null, 44898 "rename": null, 44899 "req": "^0.9.8", 44900 "source": "registry+https://github.com/rust-lang/crates.io-index", 44901 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))", 44902 "uses_default_features": false 44903 }, 44904 { 44905 "features": [], 44906 "kind": "dev", 44907 "name": "libc", 44908 "optional": false, 44909 "registry": null, 44910 "rename": null, 44911 "req": "^0.2.148", 44912 "source": "registry+https://github.com/rust-lang/crates.io-index", 44913 "target": "cfg(any(unix, windows, target_os = \"wasi\"))", 44914 "uses_default_features": false 44915 } 44916 ], 44917 "description": "Safe, fast, small crypto using Rust.", 44918 "documentation": null, 44919 "edition": "2021", 44920 "features": { 44921 "alloc": [], 44922 "default": [ 44923 "alloc", 44924 "dev_urandom_fallback" 44925 ], 44926 "dev_urandom_fallback": [], 44927 "less-safe-getrandom-custom-or-rdrand": [], 44928 "slow_tests": [], 44929 "std": [ 44930 "alloc" 44931 ], 44932 "test_logging": [], 44933 "unstable-testing-arm-no-hw": [], 44934 "unstable-testing-arm-no-neon": [], 44935 "wasm32_unknown_unknown_js": [ 44936 "getrandom/js" 44937 ] 44938 }, 44939 "homepage": null, 44940 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 44941 "keywords": [ 44942 "crypto", 44943 "cryptography", 44944 "rand", 44945 "ECC", 44946 "RSA" 44947 ], 44948 "license": null, 44949 "license_file": "LICENSE", 44950 "links": "ring_core_0_17_8", 44951 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/Cargo.toml", 44952 "metadata": { 44953 "docs": { 44954 "rs": { 44955 "all-features": true 44956 } 44957 } 44958 }, 44959 "name": "ring", 44960 "publish": null, 44961 "readme": "README.md", 44962 "repository": "https://github.com/briansmith/ring", 44963 "rust_version": "1.61.0", 44964 "source": "registry+https://github.com/rust-lang/crates.io-index", 44965 "targets": [ 44966 { 44967 "crate_types": [ 44968 "lib" 44969 ], 44970 "doc": true, 44971 "doctest": true, 44972 "edition": "2021", 44973 "kind": [ 44974 "lib" 44975 ], 44976 "name": "ring", 44977 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs", 44978 "test": true 44979 }, 44980 { 44981 "crate_types": [ 44982 "bin" 44983 ], 44984 "doc": false, 44985 "doctest": false, 44986 "edition": "2021", 44987 "kind": [ 44988 "test" 44989 ], 44990 "name": "signature_tests", 44991 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/signature_tests.rs", 44992 "test": true 44993 }, 44994 { 44995 "crate_types": [ 44996 "bin" 44997 ], 44998 "doc": false, 44999 "doctest": false, 45000 "edition": "2021", 45001 "kind": [ 45002 "test" 45003 ], 45004 "name": "ed25519_tests", 45005 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/ed25519_tests.rs", 45006 "test": true 45007 }, 45008 { 45009 "crate_types": [ 45010 "bin" 45011 ], 45012 "doc": false, 45013 "doctest": false, 45014 "edition": "2021", 45015 "kind": [ 45016 "test" 45017 ], 45018 "name": "error_tests", 45019 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/error_tests.rs", 45020 "test": true 45021 }, 45022 { 45023 "crate_types": [ 45024 "bin" 45025 ], 45026 "doc": false, 45027 "doctest": false, 45028 "edition": "2021", 45029 "kind": [ 45030 "test" 45031 ], 45032 "name": "ecdsa_tests", 45033 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/ecdsa_tests.rs", 45034 "test": true 45035 }, 45036 { 45037 "crate_types": [ 45038 "bin" 45039 ], 45040 "doc": false, 45041 "doctest": false, 45042 "edition": "2021", 45043 "kind": [ 45044 "test" 45045 ], 45046 "name": "constant_time_tests", 45047 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/constant_time_tests.rs", 45048 "test": true 45049 }, 45050 { 45051 "crate_types": [ 45052 "bin" 45053 ], 45054 "doc": false, 45055 "doctest": false, 45056 "edition": "2021", 45057 "kind": [ 45058 "test" 45059 ], 45060 "name": "hkdf_tests", 45061 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/hkdf_tests.rs", 45062 "test": true 45063 }, 45064 { 45065 "crate_types": [ 45066 "bin" 45067 ], 45068 "doc": false, 45069 "doctest": false, 45070 "edition": "2021", 45071 "kind": [ 45072 "test" 45073 ], 45074 "name": "pbkdf2_tests", 45075 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/pbkdf2_tests.rs", 45076 "test": true 45077 }, 45078 { 45079 "crate_types": [ 45080 "bin" 45081 ], 45082 "doc": false, 45083 "doctest": false, 45084 "edition": "2021", 45085 "kind": [ 45086 "test" 45087 ], 45088 "name": "hmac_tests", 45089 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/hmac_tests.rs", 45090 "test": true 45091 }, 45092 { 45093 "crate_types": [ 45094 "bin" 45095 ], 45096 "doc": false, 45097 "doctest": false, 45098 "edition": "2021", 45099 "kind": [ 45100 "test" 45101 ], 45102 "name": "agreement_tests", 45103 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/agreement_tests.rs", 45104 "test": true 45105 }, 45106 { 45107 "crate_types": [ 45108 "bin" 45109 ], 45110 "doc": false, 45111 "doctest": false, 45112 "edition": "2021", 45113 "kind": [ 45114 "test" 45115 ], 45116 "name": "rsa_tests", 45117 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/rsa_tests.rs", 45118 "test": true 45119 }, 45120 { 45121 "crate_types": [ 45122 "bin" 45123 ], 45124 "doc": false, 45125 "doctest": false, 45126 "edition": "2021", 45127 "kind": [ 45128 "test" 45129 ], 45130 "name": "aead_tests", 45131 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/aead_tests.rs", 45132 "test": true 45133 }, 45134 { 45135 "crate_types": [ 45136 "bin" 45137 ], 45138 "doc": false, 45139 "doctest": false, 45140 "edition": "2021", 45141 "kind": [ 45142 "test" 45143 ], 45144 "name": "rand_tests", 45145 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/rand_tests.rs", 45146 "test": true 45147 }, 45148 { 45149 "crate_types": [ 45150 "bin" 45151 ], 45152 "doc": false, 45153 "doctest": false, 45154 "edition": "2021", 45155 "kind": [ 45156 "test" 45157 ], 45158 "name": "quic_tests", 45159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/quic_tests.rs", 45160 "test": true 45161 }, 45162 { 45163 "crate_types": [ 45164 "bin" 45165 ], 45166 "doc": false, 45167 "doctest": false, 45168 "edition": "2021", 45169 "kind": [ 45170 "test" 45171 ], 45172 "name": "digest_tests", 45173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/tests/digest_tests.rs", 45174 "test": true 45175 }, 45176 { 45177 "crate_types": [ 45178 "bin" 45179 ], 45180 "doc": false, 45181 "doctest": false, 45182 "edition": "2021", 45183 "kind": [ 45184 "custom-build" 45185 ], 45186 "name": "build-script-build", 45187 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs", 45188 "test": false 45189 } 45190 ], 45191 "version": "0.17.8" 45192 }, 45193 { 45194 "authors": [ 45195 "David Koloski <[email protected]>" 45196 ], 45197 "categories": [ 45198 "encoding", 45199 "no-std" 45200 ], 45201 "default_run": null, 45202 "dependencies": [ 45203 { 45204 "features": [], 45205 "kind": null, 45206 "name": "arrayvec", 45207 "optional": true, 45208 "registry": null, 45209 "rename": null, 45210 "req": "^0.7", 45211 "source": "registry+https://github.com/rust-lang/crates.io-index", 45212 "target": null, 45213 "uses_default_features": false 45214 }, 45215 { 45216 "features": [], 45217 "kind": null, 45218 "name": "bitvec", 45219 "optional": true, 45220 "registry": null, 45221 "rename": null, 45222 "req": "^1.0", 45223 "source": "registry+https://github.com/rust-lang/crates.io-index", 45224 "target": null, 45225 "uses_default_features": false 45226 }, 45227 { 45228 "features": [], 45229 "kind": null, 45230 "name": "bytecheck", 45231 "optional": true, 45232 "registry": null, 45233 "rename": null, 45234 "req": "^0.6.11", 45235 "source": "registry+https://github.com/rust-lang/crates.io-index", 45236 "target": null, 45237 "uses_default_features": false 45238 }, 45239 { 45240 "features": [], 45241 "kind": null, 45242 "name": "bytes", 45243 "optional": true, 45244 "registry": null, 45245 "rename": null, 45246 "req": "^1.4.0", 45247 "source": "registry+https://github.com/rust-lang/crates.io-index", 45248 "target": null, 45249 "uses_default_features": false 45250 }, 45251 { 45252 "features": [], 45253 "kind": null, 45254 "name": "hashbrown", 45255 "optional": true, 45256 "registry": null, 45257 "rename": null, 45258 "req": "^0.12", 45259 "source": "registry+https://github.com/rust-lang/crates.io-index", 45260 "target": null, 45261 "uses_default_features": true 45262 }, 45263 { 45264 "features": [], 45265 "kind": null, 45266 "name": "indexmap", 45267 "optional": true, 45268 "registry": null, 45269 "rename": null, 45270 "req": "^1.7", 45271 "source": "registry+https://github.com/rust-lang/crates.io-index", 45272 "target": null, 45273 "uses_default_features": false 45274 }, 45275 { 45276 "features": [], 45277 "kind": null, 45278 "name": "ptr_meta", 45279 "optional": false, 45280 "registry": null, 45281 "rename": null, 45282 "req": "~0.1.3", 45283 "source": "registry+https://github.com/rust-lang/crates.io-index", 45284 "target": null, 45285 "uses_default_features": false 45286 }, 45287 { 45288 "features": [], 45289 "kind": null, 45290 "name": "rend", 45291 "optional": true, 45292 "registry": null, 45293 "rename": null, 45294 "req": "^0.4", 45295 "source": "registry+https://github.com/rust-lang/crates.io-index", 45296 "target": null, 45297 "uses_default_features": false 45298 }, 45299 { 45300 "features": [], 45301 "kind": null, 45302 "name": "rkyv_derive", 45303 "optional": false, 45304 "registry": null, 45305 "rename": null, 45306 "req": "=0.7.44", 45307 "source": "registry+https://github.com/rust-lang/crates.io-index", 45308 "target": null, 45309 "uses_default_features": true 45310 }, 45311 { 45312 "features": [], 45313 "kind": null, 45314 "name": "seahash", 45315 "optional": false, 45316 "registry": null, 45317 "rename": null, 45318 "req": "^4.0", 45319 "source": "registry+https://github.com/rust-lang/crates.io-index", 45320 "target": null, 45321 "uses_default_features": true 45322 }, 45323 { 45324 "features": [], 45325 "kind": null, 45326 "name": "smallvec", 45327 "optional": true, 45328 "registry": null, 45329 "rename": null, 45330 "req": "^1.7", 45331 "source": "registry+https://github.com/rust-lang/crates.io-index", 45332 "target": null, 45333 "uses_default_features": false 45334 }, 45335 { 45336 "features": [], 45337 "kind": null, 45338 "name": "smol_str", 45339 "optional": true, 45340 "registry": null, 45341 "rename": null, 45342 "req": "^0.2", 45343 "source": "registry+https://github.com/rust-lang/crates.io-index", 45344 "target": null, 45345 "uses_default_features": false 45346 }, 45347 { 45348 "features": [], 45349 "kind": null, 45350 "name": "tinyvec", 45351 "optional": true, 45352 "registry": null, 45353 "rename": null, 45354 "req": "^1.5", 45355 "source": "registry+https://github.com/rust-lang/crates.io-index", 45356 "target": null, 45357 "uses_default_features": false 45358 }, 45359 { 45360 "features": [], 45361 "kind": null, 45362 "name": "uuid", 45363 "optional": true, 45364 "registry": null, 45365 "rename": null, 45366 "req": "^1.3", 45367 "source": "registry+https://github.com/rust-lang/crates.io-index", 45368 "target": null, 45369 "uses_default_features": false 45370 } 45371 ], 45372 "description": "Zero-copy deserialization framework for Rust", 45373 "documentation": null, 45374 "edition": "2021", 45375 "features": { 45376 "alloc": [ 45377 "hashbrown", 45378 "bitvec?/alloc", 45379 "tinyvec?/alloc" 45380 ], 45381 "arbitrary_enum_discriminant": [ 45382 "rkyv_derive/arbitrary_enum_discriminant" 45383 ], 45384 "archive_be": [ 45385 "rend", 45386 "rkyv_derive/archive_be" 45387 ], 45388 "archive_le": [ 45389 "rend", 45390 "rkyv_derive/archive_le" 45391 ], 45392 "arrayvec": [ 45393 "dep:arrayvec" 45394 ], 45395 "bitvec": [ 45396 "dep:bitvec" 45397 ], 45398 "bytecheck": [ 45399 "dep:bytecheck" 45400 ], 45401 "bytes": [ 45402 "dep:bytes" 45403 ], 45404 "copy": [ 45405 "rkyv_derive/copy" 45406 ], 45407 "copy_unsafe": [], 45408 "default": [ 45409 "size_32", 45410 "std" 45411 ], 45412 "hashbrown": [ 45413 "dep:hashbrown" 45414 ], 45415 "indexmap": [ 45416 "dep:indexmap" 45417 ], 45418 "rend": [ 45419 "dep:rend" 45420 ], 45421 "size_16": [], 45422 "size_32": [], 45423 "size_64": [], 45424 "smallvec": [ 45425 "dep:smallvec" 45426 ], 45427 "smol_str": [ 45428 "dep:smol_str" 45429 ], 45430 "std": [ 45431 "alloc", 45432 "bytecheck?/std", 45433 "ptr_meta/std", 45434 "rend?/std", 45435 "uuid?/std", 45436 "bytes?/std" 45437 ], 45438 "strict": [ 45439 "rkyv_derive/strict" 45440 ], 45441 "tinyvec": [ 45442 "dep:tinyvec" 45443 ], 45444 "uuid": [ 45445 "dep:uuid", 45446 "bytecheck?/uuid" 45447 ], 45448 "validation": [ 45449 "alloc", 45450 "bytecheck", 45451 "rend/validation" 45452 ] 45453 }, 45454 "homepage": null, 45455 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 45456 "keywords": [ 45457 "archive", 45458 "rkyv", 45459 "serialization", 45460 "zero-copy", 45461 "no_std" 45462 ], 45463 "license": "MIT", 45464 "license_file": null, 45465 "links": null, 45466 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rkyv-0.7.44/Cargo.toml", 45467 "metadata": { 45468 "docs": { 45469 "rs": { 45470 "features": [ 45471 "validation" 45472 ] 45473 } 45474 } 45475 }, 45476 "name": "rkyv", 45477 "publish": null, 45478 "readme": "crates-io.md", 45479 "repository": "https://github.com/rkyv/rkyv", 45480 "rust_version": null, 45481 "source": "registry+https://github.com/rust-lang/crates.io-index", 45482 "targets": [ 45483 { 45484 "crate_types": [ 45485 "lib" 45486 ], 45487 "doc": true, 45488 "doctest": true, 45489 "edition": "2021", 45490 "kind": [ 45491 "lib" 45492 ], 45493 "name": "rkyv", 45494 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rkyv-0.7.44/src/lib.rs", 45495 "test": true 45496 }, 45497 { 45498 "crate_types": [ 45499 "bin" 45500 ], 45501 "doc": false, 45502 "doctest": false, 45503 "edition": "2021", 45504 "kind": [ 45505 "custom-build" 45506 ], 45507 "name": "build-script-build", 45508 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rkyv-0.7.44/build.rs", 45509 "test": false 45510 } 45511 ], 45512 "version": "0.7.44" 45513 }, 45514 { 45515 "authors": [ 45516 "David Koloski <[email protected]>" 45517 ], 45518 "categories": [], 45519 "default_run": null, 45520 "dependencies": [ 45521 { 45522 "features": [], 45523 "kind": null, 45524 "name": "proc-macro2", 45525 "optional": false, 45526 "registry": null, 45527 "rename": null, 45528 "req": "^1.0", 45529 "source": "registry+https://github.com/rust-lang/crates.io-index", 45530 "target": null, 45531 "uses_default_features": true 45532 }, 45533 { 45534 "features": [], 45535 "kind": null, 45536 "name": "quote", 45537 "optional": false, 45538 "registry": null, 45539 "rename": null, 45540 "req": "^1.0", 45541 "source": "registry+https://github.com/rust-lang/crates.io-index", 45542 "target": null, 45543 "uses_default_features": true 45544 }, 45545 { 45546 "features": [], 45547 "kind": null, 45548 "name": "syn", 45549 "optional": false, 45550 "registry": null, 45551 "rename": null, 45552 "req": "^1.0", 45553 "source": "registry+https://github.com/rust-lang/crates.io-index", 45554 "target": null, 45555 "uses_default_features": true 45556 } 45557 ], 45558 "description": "Derive macro for rkyv", 45559 "documentation": null, 45560 "edition": "2021", 45561 "features": { 45562 "arbitrary_enum_discriminant": [], 45563 "archive_be": [], 45564 "archive_le": [], 45565 "copy": [], 45566 "default": [], 45567 "strict": [] 45568 }, 45569 "homepage": null, 45570 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 45571 "keywords": [], 45572 "license": "MIT", 45573 "license_file": null, 45574 "links": null, 45575 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rkyv_derive-0.7.44/Cargo.toml", 45576 "metadata": { 45577 "docs": { 45578 "rs": { 45579 "all-features": true 45580 } 45581 } 45582 }, 45583 "name": "rkyv_derive", 45584 "publish": null, 45585 "readme": null, 45586 "repository": "https://github.com/rkyv/rkyv", 45587 "rust_version": null, 45588 "source": "registry+https://github.com/rust-lang/crates.io-index", 45589 "targets": [ 45590 { 45591 "crate_types": [ 45592 "proc-macro" 45593 ], 45594 "doc": true, 45595 "doctest": true, 45596 "edition": "2021", 45597 "kind": [ 45598 "proc-macro" 45599 ], 45600 "name": "rkyv_derive", 45601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rkyv_derive-0.7.44/src/lib.rs", 45602 "test": true 45603 } 45604 ], 45605 "version": "0.7.44" 45606 }, 45607 { 45608 "authors": [ 45609 "Wim Looman <[email protected]>", 45610 "Kerollmops <[email protected]>" 45611 ], 45612 "categories": [ 45613 "data-structures" 45614 ], 45615 "default_run": null, 45616 "dependencies": [ 45617 { 45618 "features": [], 45619 "kind": null, 45620 "name": "bytemuck", 45621 "optional": true, 45622 "registry": null, 45623 "rename": null, 45624 "req": "^1.14.3", 45625 "source": "registry+https://github.com/rust-lang/crates.io-index", 45626 "target": null, 45627 "uses_default_features": true 45628 }, 45629 { 45630 "features": [], 45631 "kind": null, 45632 "name": "byteorder", 45633 "optional": true, 45634 "registry": null, 45635 "rename": null, 45636 "req": "^1.5.0", 45637 "source": "registry+https://github.com/rust-lang/crates.io-index", 45638 "target": null, 45639 "uses_default_features": true 45640 }, 45641 { 45642 "features": [], 45643 "kind": null, 45644 "name": "serde", 45645 "optional": true, 45646 "registry": null, 45647 "rename": null, 45648 "req": "^1.0.196", 45649 "source": "registry+https://github.com/rust-lang/crates.io-index", 45650 "target": null, 45651 "uses_default_features": true 45652 }, 45653 { 45654 "features": [], 45655 "kind": "dev", 45656 "name": "bincode", 45657 "optional": false, 45658 "registry": null, 45659 "rename": null, 45660 "req": "^1.3.3", 45661 "source": "registry+https://github.com/rust-lang/crates.io-index", 45662 "target": null, 45663 "uses_default_features": true 45664 }, 45665 { 45666 "features": [], 45667 "kind": "dev", 45668 "name": "proptest", 45669 "optional": false, 45670 "registry": null, 45671 "rename": null, 45672 "req": "^1.4.0", 45673 "source": "registry+https://github.com/rust-lang/crates.io-index", 45674 "target": null, 45675 "uses_default_features": true 45676 }, 45677 { 45678 "features": [], 45679 "kind": "dev", 45680 "name": "serde_json", 45681 "optional": false, 45682 "registry": null, 45683 "rename": null, 45684 "req": "^1.0.113", 45685 "source": "registry+https://github.com/rust-lang/crates.io-index", 45686 "target": null, 45687 "uses_default_features": true 45688 } 45689 ], 45690 "description": "A better compressed bitset - pure Rust implementation", 45691 "documentation": "https://docs.rs/roaring", 45692 "edition": "2021", 45693 "features": { 45694 "default": [ 45695 "std" 45696 ], 45697 "serde": [ 45698 "dep:serde", 45699 "std" 45700 ], 45701 "simd": [], 45702 "std": [ 45703 "dep:bytemuck", 45704 "dep:byteorder" 45705 ] 45706 }, 45707 "homepage": null, 45708 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 45709 "keywords": [ 45710 "roaring", 45711 "data-structure", 45712 "bitmap" 45713 ], 45714 "license": "MIT OR Apache-2.0", 45715 "license_file": null, 45716 "links": null, 45717 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/Cargo.toml", 45718 "metadata": null, 45719 "name": "roaring", 45720 "publish": null, 45721 "readme": "README.md", 45722 "repository": "https://github.com/RoaringBitmap/roaring-rs", 45723 "rust_version": "1.65.0", 45724 "source": "registry+https://github.com/rust-lang/crates.io-index", 45725 "targets": [ 45726 { 45727 "crate_types": [ 45728 "lib" 45729 ], 45730 "doc": true, 45731 "doctest": true, 45732 "edition": "2021", 45733 "kind": [ 45734 "lib" 45735 ], 45736 "name": "roaring", 45737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/src/lib.rs", 45738 "test": true 45739 }, 45740 { 45741 "crate_types": [ 45742 "bin" 45743 ], 45744 "doc": false, 45745 "doctest": false, 45746 "edition": "2021", 45747 "kind": [ 45748 "test" 45749 ], 45750 "name": "treemap_symmetric_difference_with", 45751 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_symmetric_difference_with.rs", 45752 "test": true 45753 }, 45754 { 45755 "crate_types": [ 45756 "bin" 45757 ], 45758 "doc": false, 45759 "doctest": false, 45760 "edition": "2021", 45761 "kind": [ 45762 "test" 45763 ], 45764 "name": "treemap_size_hint", 45765 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_size_hint.rs", 45766 "test": true 45767 }, 45768 { 45769 "crate_types": [ 45770 "bin" 45771 ], 45772 "doc": false, 45773 "doctest": false, 45774 "edition": "2021", 45775 "kind": [ 45776 "test" 45777 ], 45778 "name": "is_disjoint", 45779 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/is_disjoint.rs", 45780 "test": true 45781 }, 45782 { 45783 "crate_types": [ 45784 "bin" 45785 ], 45786 "doc": false, 45787 "doctest": false, 45788 "edition": "2021", 45789 "kind": [ 45790 "test" 45791 ], 45792 "name": "symmetric_difference_with", 45793 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/symmetric_difference_with.rs", 45794 "test": true 45795 }, 45796 { 45797 "crate_types": [ 45798 "bin" 45799 ], 45800 "doc": false, 45801 "doctest": false, 45802 "edition": "2021", 45803 "kind": [ 45804 "test" 45805 ], 45806 "name": "treemap_is_disjoint", 45807 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_is_disjoint.rs", 45808 "test": true 45809 }, 45810 { 45811 "crate_types": [ 45812 "bin" 45813 ], 45814 "doc": false, 45815 "doctest": false, 45816 "edition": "2021", 45817 "kind": [ 45818 "test" 45819 ], 45820 "name": "treemap_is_subset", 45821 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_is_subset.rs", 45822 "test": true 45823 }, 45824 { 45825 "crate_types": [ 45826 "bin" 45827 ], 45828 "doc": false, 45829 "doctest": false, 45830 "edition": "2021", 45831 "kind": [ 45832 "test" 45833 ], 45834 "name": "union_with", 45835 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/union_with.rs", 45836 "test": true 45837 }, 45838 { 45839 "crate_types": [ 45840 "bin" 45841 ], 45842 "doc": false, 45843 "doctest": false, 45844 "edition": "2021", 45845 "kind": [ 45846 "test" 45847 ], 45848 "name": "lib", 45849 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/lib.rs", 45850 "test": true 45851 }, 45852 { 45853 "crate_types": [ 45854 "bin" 45855 ], 45856 "doc": false, 45857 "doctest": false, 45858 "edition": "2021", 45859 "kind": [ 45860 "test" 45861 ], 45862 "name": "treemap_clone", 45863 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_clone.rs", 45864 "test": true 45865 }, 45866 { 45867 "crate_types": [ 45868 "bin" 45869 ], 45870 "doc": false, 45871 "doctest": false, 45872 "edition": "2021", 45873 "kind": [ 45874 "test" 45875 ], 45876 "name": "treemap_ops", 45877 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_ops.rs", 45878 "test": true 45879 }, 45880 { 45881 "crate_types": [ 45882 "bin" 45883 ], 45884 "doc": false, 45885 "doctest": false, 45886 "edition": "2021", 45887 "kind": [ 45888 "test" 45889 ], 45890 "name": "iter", 45891 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/iter.rs", 45892 "test": true 45893 }, 45894 { 45895 "crate_types": [ 45896 "bin" 45897 ], 45898 "doc": false, 45899 "doctest": false, 45900 "edition": "2021", 45901 "kind": [ 45902 "test" 45903 ], 45904 "name": "range_checks", 45905 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/range_checks.rs", 45906 "test": true 45907 }, 45908 { 45909 "crate_types": [ 45910 "bin" 45911 ], 45912 "doc": false, 45913 "doctest": false, 45914 "edition": "2021", 45915 "kind": [ 45916 "test" 45917 ], 45918 "name": "treemap_iter", 45919 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_iter.rs", 45920 "test": true 45921 }, 45922 { 45923 "crate_types": [ 45924 "bin" 45925 ], 45926 "doc": false, 45927 "doctest": false, 45928 "edition": "2021", 45929 "kind": [ 45930 "test" 45931 ], 45932 "name": "serialization", 45933 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/serialization.rs", 45934 "test": true 45935 }, 45936 { 45937 "crate_types": [ 45938 "bin" 45939 ], 45940 "doc": false, 45941 "doctest": false, 45942 "edition": "2021", 45943 "kind": [ 45944 "test" 45945 ], 45946 "name": "treemap_serialization", 45947 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_serialization.rs", 45948 "test": true 45949 }, 45950 { 45951 "crate_types": [ 45952 "bin" 45953 ], 45954 "doc": false, 45955 "doctest": false, 45956 "edition": "2021", 45957 "kind": [ 45958 "test" 45959 ], 45960 "name": "rank", 45961 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/rank.rs", 45962 "test": true 45963 }, 45964 { 45965 "crate_types": [ 45966 "bin" 45967 ], 45968 "doc": false, 45969 "doctest": false, 45970 "edition": "2021", 45971 "kind": [ 45972 "test" 45973 ], 45974 "name": "treemap_rank", 45975 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_rank.rs", 45976 "test": true 45977 }, 45978 { 45979 "crate_types": [ 45980 "bin" 45981 ], 45982 "doc": false, 45983 "doctest": false, 45984 "edition": "2021", 45985 "kind": [ 45986 "test" 45987 ], 45988 "name": "push", 45989 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/push.rs", 45990 "test": true 45991 }, 45992 { 45993 "crate_types": [ 45994 "bin" 45995 ], 45996 "doc": false, 45997 "doctest": false, 45998 "edition": "2021", 45999 "kind": [ 46000 "test" 46001 ], 46002 "name": "clone", 46003 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/clone.rs", 46004 "test": true 46005 }, 46006 { 46007 "crate_types": [ 46008 "bin" 46009 ], 46010 "doc": false, 46011 "doctest": false, 46012 "edition": "2021", 46013 "kind": [ 46014 "test" 46015 ], 46016 "name": "difference_with", 46017 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/difference_with.rs", 46018 "test": true 46019 }, 46020 { 46021 "crate_types": [ 46022 "bin" 46023 ], 46024 "doc": false, 46025 "doctest": false, 46026 "edition": "2021", 46027 "kind": [ 46028 "test" 46029 ], 46030 "name": "treemap_difference_with", 46031 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_difference_with.rs", 46032 "test": true 46033 }, 46034 { 46035 "crate_types": [ 46036 "bin" 46037 ], 46038 "doc": false, 46039 "doctest": false, 46040 "edition": "2021", 46041 "kind": [ 46042 "test" 46043 ], 46044 "name": "select", 46045 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/select.rs", 46046 "test": true 46047 }, 46048 { 46049 "crate_types": [ 46050 "bin" 46051 ], 46052 "doc": false, 46053 "doctest": false, 46054 "edition": "2021", 46055 "kind": [ 46056 "test" 46057 ], 46058 "name": "intersect_with", 46059 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/intersect_with.rs", 46060 "test": true 46061 }, 46062 { 46063 "crate_types": [ 46064 "bin" 46065 ], 46066 "doc": false, 46067 "doctest": false, 46068 "edition": "2021", 46069 "kind": [ 46070 "test" 46071 ], 46072 "name": "treemap_union_with", 46073 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_union_with.rs", 46074 "test": true 46075 }, 46076 { 46077 "crate_types": [ 46078 "bin" 46079 ], 46080 "doc": false, 46081 "doctest": false, 46082 "edition": "2021", 46083 "kind": [ 46084 "test" 46085 ], 46086 "name": "is_subset", 46087 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/is_subset.rs", 46088 "test": true 46089 }, 46090 { 46091 "crate_types": [ 46092 "bin" 46093 ], 46094 "doc": false, 46095 "doctest": false, 46096 "edition": "2021", 46097 "kind": [ 46098 "test" 46099 ], 46100 "name": "treemap_select", 46101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_select.rs", 46102 "test": true 46103 }, 46104 { 46105 "crate_types": [ 46106 "bin" 46107 ], 46108 "doc": false, 46109 "doctest": false, 46110 "edition": "2021", 46111 "kind": [ 46112 "test" 46113 ], 46114 "name": "size_hint", 46115 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/size_hint.rs", 46116 "test": true 46117 }, 46118 { 46119 "crate_types": [ 46120 "bin" 46121 ], 46122 "doc": false, 46123 "doctest": false, 46124 "edition": "2021", 46125 "kind": [ 46126 "test" 46127 ], 46128 "name": "ops", 46129 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/ops.rs", 46130 "test": true 46131 }, 46132 { 46133 "crate_types": [ 46134 "bin" 46135 ], 46136 "doc": false, 46137 "doctest": false, 46138 "edition": "2021", 46139 "kind": [ 46140 "test" 46141 ], 46142 "name": "treemap_lib", 46143 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_lib.rs", 46144 "test": true 46145 }, 46146 { 46147 "crate_types": [ 46148 "bin" 46149 ], 46150 "doc": false, 46151 "doctest": false, 46152 "edition": "2021", 46153 "kind": [ 46154 "test" 46155 ], 46156 "name": "treemap_intersect_with", 46157 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/roaring-0.10.3/tests/treemap_intersect_with.rs", 46158 "test": true 46159 } 46160 ], 46161 "version": "0.10.3" 46162 }, 46163 { 46164 "authors": [ 46165 "The Spade Developers", 46166 "The GeoRust Developers" 46167 ], 46168 "categories": [ 46169 "algorithms", 46170 "graphics", 46171 "science::geo" 46172 ], 46173 "default_run": null, 46174 "dependencies": [ 46175 { 46176 "features": [], 46177 "kind": null, 46178 "name": "ieee754", 46179 "optional": true, 46180 "registry": null, 46181 "rename": null, 46182 "req": "^0.2", 46183 "source": "registry+https://github.com/rust-lang/crates.io-index", 46184 "target": null, 46185 "uses_default_features": true 46186 }, 46187 { 46188 "features": [], 46189 "kind": "dev", 46190 "name": "float_extras", 46191 "optional": false, 46192 "registry": null, 46193 "rename": null, 46194 "req": "^0.1.6", 46195 "source": "registry+https://github.com/rust-lang/crates.io-index", 46196 "target": null, 46197 "uses_default_features": true 46198 }, 46199 { 46200 "features": [], 46201 "kind": "dev", 46202 "name": "png", 46203 "optional": false, 46204 "registry": null, 46205 "rename": null, 46206 "req": "^0.16.7", 46207 "source": "registry+https://github.com/rust-lang/crates.io-index", 46208 "target": null, 46209 "uses_default_features": true 46210 } 46211 ], 46212 "description": "Robust adaptive floating-point predicates for computational geometry", 46213 "documentation": null, 46214 "edition": "2021", 46215 "features": { 46216 "ieee754": [ 46217 "dep:ieee754" 46218 ], 46219 "no_std": [ 46220 "ieee754" 46221 ] 46222 }, 46223 "homepage": "https://github.com/georust/robust", 46224 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 46225 "keywords": [ 46226 "geometry", 46227 "robustness", 46228 "stability" 46229 ], 46230 "license": "MIT OR Apache-2.0", 46231 "license_file": null, 46232 "links": null, 46233 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/robust-1.1.0/Cargo.toml", 46234 "metadata": null, 46235 "name": "robust", 46236 "publish": null, 46237 "readme": "README.md", 46238 "repository": "https://github.com/georust/robust", 46239 "rust_version": null, 46240 "source": "registry+https://github.com/rust-lang/crates.io-index", 46241 "targets": [ 46242 { 46243 "crate_types": [ 46244 "lib" 46245 ], 46246 "doc": true, 46247 "doctest": true, 46248 "edition": "2021", 46249 "kind": [ 46250 "lib" 46251 ], 46252 "name": "robust", 46253 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/robust-1.1.0/src/lib.rs", 46254 "test": true 46255 }, 46256 { 46257 "crate_types": [ 46258 "bin" 46259 ], 46260 "doc": false, 46261 "doctest": false, 46262 "edition": "2021", 46263 "kind": [ 46264 "example" 46265 ], 46266 "name": "predicate-map", 46267 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/robust-1.1.0/examples/predicate-map/main.rs", 46268 "test": false 46269 } 46270 ], 46271 "version": "1.1.0" 46272 }, 46273 { 46274 "authors": [ 46275 "RustCrypto Developers", 46276 "dignifiedquire <[email protected]>" 46277 ], 46278 "categories": [ 46279 "cryptography" 46280 ], 46281 "default_run": null, 46282 "dependencies": [ 46283 { 46284 "features": [], 46285 "kind": null, 46286 "name": "const-oid", 46287 "optional": false, 46288 "registry": null, 46289 "rename": null, 46290 "req": "^0.9", 46291 "source": "registry+https://github.com/rust-lang/crates.io-index", 46292 "target": null, 46293 "uses_default_features": false 46294 }, 46295 { 46296 "features": [ 46297 "alloc", 46298 "oid" 46299 ], 46300 "kind": null, 46301 "name": "digest", 46302 "optional": false, 46303 "registry": null, 46304 "rename": null, 46305 "req": "^0.10.5", 46306 "source": "registry+https://github.com/rust-lang/crates.io-index", 46307 "target": null, 46308 "uses_default_features": false 46309 }, 46310 { 46311 "features": [ 46312 "i128", 46313 "prime", 46314 "zeroize" 46315 ], 46316 "kind": null, 46317 "name": "num-bigint-dig", 46318 "optional": false, 46319 "registry": null, 46320 "rename": "num-bigint", 46321 "req": "^0.8.2", 46322 "source": "registry+https://github.com/rust-lang/crates.io-index", 46323 "target": null, 46324 "uses_default_features": false 46325 }, 46326 { 46327 "features": [], 46328 "kind": null, 46329 "name": "num-integer", 46330 "optional": false, 46331 "registry": null, 46332 "rename": null, 46333 "req": "^0.1.39", 46334 "source": "registry+https://github.com/rust-lang/crates.io-index", 46335 "target": null, 46336 "uses_default_features": false 46337 }, 46338 { 46339 "features": [ 46340 "libm" 46341 ], 46342 "kind": null, 46343 "name": "num-traits", 46344 "optional": false, 46345 "registry": null, 46346 "rename": null, 46347 "req": "^0.2.9", 46348 "source": "registry+https://github.com/rust-lang/crates.io-index", 46349 "target": null, 46350 "uses_default_features": false 46351 }, 46352 { 46353 "features": [ 46354 "alloc", 46355 "pkcs8" 46356 ], 46357 "kind": null, 46358 "name": "pkcs1", 46359 "optional": false, 46360 "registry": null, 46361 "rename": null, 46362 "req": "^0.7.5", 46363 "source": "registry+https://github.com/rust-lang/crates.io-index", 46364 "target": null, 46365 "uses_default_features": false 46366 }, 46367 { 46368 "features": [ 46369 "alloc" 46370 ], 46371 "kind": null, 46372 "name": "pkcs8", 46373 "optional": false, 46374 "registry": null, 46375 "rename": null, 46376 "req": "^0.10.2", 46377 "source": "registry+https://github.com/rust-lang/crates.io-index", 46378 "target": null, 46379 "uses_default_features": false 46380 }, 46381 { 46382 "features": [], 46383 "kind": null, 46384 "name": "rand_core", 46385 "optional": false, 46386 "registry": null, 46387 "rename": null, 46388 "req": "^0.6.4", 46389 "source": "registry+https://github.com/rust-lang/crates.io-index", 46390 "target": null, 46391 "uses_default_features": false 46392 }, 46393 { 46394 "features": [ 46395 "derive" 46396 ], 46397 "kind": null, 46398 "name": "serde", 46399 "optional": true, 46400 "registry": null, 46401 "rename": null, 46402 "req": "^1.0.184", 46403 "source": "registry+https://github.com/rust-lang/crates.io-index", 46404 "target": null, 46405 "uses_default_features": false 46406 }, 46407 { 46408 "features": [ 46409 "oid" 46410 ], 46411 "kind": null, 46412 "name": "sha1", 46413 "optional": true, 46414 "registry": null, 46415 "rename": null, 46416 "req": "^0.10.5", 46417 "source": "registry+https://github.com/rust-lang/crates.io-index", 46418 "target": null, 46419 "uses_default_features": false 46420 }, 46421 { 46422 "features": [ 46423 "oid" 46424 ], 46425 "kind": null, 46426 "name": "sha2", 46427 "optional": true, 46428 "registry": null, 46429 "rename": null, 46430 "req": "^0.10.6", 46431 "source": "registry+https://github.com/rust-lang/crates.io-index", 46432 "target": null, 46433 "uses_default_features": false 46434 }, 46435 { 46436 "features": [ 46437 "alloc", 46438 "digest", 46439 "rand_core" 46440 ], 46441 "kind": null, 46442 "name": "signature", 46443 "optional": false, 46444 "registry": null, 46445 "rename": null, 46446 "req": ">2.0, <2.3", 46447 "source": "registry+https://github.com/rust-lang/crates.io-index", 46448 "target": null, 46449 "uses_default_features": false 46450 }, 46451 { 46452 "features": [ 46453 "alloc" 46454 ], 46455 "kind": null, 46456 "name": "spki", 46457 "optional": false, 46458 "registry": null, 46459 "rename": null, 46460 "req": "^0.7.3", 46461 "source": "registry+https://github.com/rust-lang/crates.io-index", 46462 "target": null, 46463 "uses_default_features": false 46464 }, 46465 { 46466 "features": [], 46467 "kind": null, 46468 "name": "subtle", 46469 "optional": false, 46470 "registry": null, 46471 "rename": null, 46472 "req": "^2.1.1", 46473 "source": "registry+https://github.com/rust-lang/crates.io-index", 46474 "target": null, 46475 "uses_default_features": false 46476 }, 46477 { 46478 "features": [ 46479 "alloc" 46480 ], 46481 "kind": null, 46482 "name": "zeroize", 46483 "optional": false, 46484 "registry": null, 46485 "rename": null, 46486 "req": "^1.5", 46487 "source": "registry+https://github.com/rust-lang/crates.io-index", 46488 "target": null, 46489 "uses_default_features": true 46490 }, 46491 { 46492 "features": [ 46493 "alloc" 46494 ], 46495 "kind": "dev", 46496 "name": "base64ct", 46497 "optional": false, 46498 "registry": null, 46499 "rename": null, 46500 "req": "^1", 46501 "source": "registry+https://github.com/rust-lang/crates.io-index", 46502 "target": null, 46503 "uses_default_features": true 46504 }, 46505 { 46506 "features": [], 46507 "kind": "dev", 46508 "name": "hex-literal", 46509 "optional": false, 46510 "registry": null, 46511 "rename": null, 46512 "req": "^0.4.1", 46513 "source": "registry+https://github.com/rust-lang/crates.io-index", 46514 "target": null, 46515 "uses_default_features": true 46516 }, 46517 { 46518 "features": [], 46519 "kind": "dev", 46520 "name": "proptest", 46521 "optional": false, 46522 "registry": null, 46523 "rename": null, 46524 "req": "^1", 46525 "source": "registry+https://github.com/rust-lang/crates.io-index", 46526 "target": null, 46527 "uses_default_features": true 46528 }, 46529 { 46530 "features": [], 46531 "kind": "dev", 46532 "name": "rand", 46533 "optional": false, 46534 "registry": null, 46535 "rename": null, 46536 "req": "^0.8", 46537 "source": "registry+https://github.com/rust-lang/crates.io-index", 46538 "target": null, 46539 "uses_default_features": true 46540 }, 46541 { 46542 "features": [], 46543 "kind": "dev", 46544 "name": "rand_chacha", 46545 "optional": false, 46546 "registry": null, 46547 "rename": null, 46548 "req": "^0.3", 46549 "source": "registry+https://github.com/rust-lang/crates.io-index", 46550 "target": null, 46551 "uses_default_features": true 46552 }, 46553 { 46554 "features": [], 46555 "kind": "dev", 46556 "name": "rand_core", 46557 "optional": false, 46558 "registry": null, 46559 "rename": null, 46560 "req": "^0.6", 46561 "source": "registry+https://github.com/rust-lang/crates.io-index", 46562 "target": null, 46563 "uses_default_features": false 46564 }, 46565 { 46566 "features": [], 46567 "kind": "dev", 46568 "name": "rand_xorshift", 46569 "optional": false, 46570 "registry": null, 46571 "rename": null, 46572 "req": "^0.3", 46573 "source": "registry+https://github.com/rust-lang/crates.io-index", 46574 "target": null, 46575 "uses_default_features": true 46576 }, 46577 { 46578 "features": [], 46579 "kind": "dev", 46580 "name": "serde_test", 46581 "optional": false, 46582 "registry": null, 46583 "rename": null, 46584 "req": "^1.0.89", 46585 "source": "registry+https://github.com/rust-lang/crates.io-index", 46586 "target": null, 46587 "uses_default_features": true 46588 }, 46589 { 46590 "features": [ 46591 "oid" 46592 ], 46593 "kind": "dev", 46594 "name": "sha1", 46595 "optional": false, 46596 "registry": null, 46597 "rename": null, 46598 "req": "^0.10.5", 46599 "source": "registry+https://github.com/rust-lang/crates.io-index", 46600 "target": null, 46601 "uses_default_features": false 46602 }, 46603 { 46604 "features": [ 46605 "oid" 46606 ], 46607 "kind": "dev", 46608 "name": "sha2", 46609 "optional": false, 46610 "registry": null, 46611 "rename": null, 46612 "req": "^0.10.6", 46613 "source": "registry+https://github.com/rust-lang/crates.io-index", 46614 "target": null, 46615 "uses_default_features": false 46616 }, 46617 { 46618 "features": [ 46619 "oid" 46620 ], 46621 "kind": "dev", 46622 "name": "sha3", 46623 "optional": false, 46624 "registry": null, 46625 "rename": null, 46626 "req": "^0.10.7", 46627 "source": "registry+https://github.com/rust-lang/crates.io-index", 46628 "target": null, 46629 "uses_default_features": false 46630 } 46631 ], 46632 "description": "Pure Rust RSA implementation", 46633 "documentation": "https://docs.rs/rsa", 46634 "edition": "2021", 46635 "features": { 46636 "default": [ 46637 "std", 46638 "pem", 46639 "u64_digit" 46640 ], 46641 "getrandom": [ 46642 "rand_core/getrandom" 46643 ], 46644 "hazmat": [], 46645 "nightly": [ 46646 "num-bigint/nightly" 46647 ], 46648 "pem": [ 46649 "pkcs1/pem", 46650 "pkcs8/pem" 46651 ], 46652 "pkcs5": [ 46653 "pkcs8/encryption" 46654 ], 46655 "serde": [ 46656 "dep:serde", 46657 "num-bigint/serde" 46658 ], 46659 "sha1": [ 46660 "dep:sha1" 46661 ], 46662 "sha2": [ 46663 "dep:sha2" 46664 ], 46665 "std": [ 46666 "digest/std", 46667 "pkcs1/std", 46668 "pkcs8/std", 46669 "rand_core/std", 46670 "signature/std" 46671 ], 46672 "u64_digit": [ 46673 "num-bigint/u64_digit" 46674 ] 46675 }, 46676 "homepage": null, 46677 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 46678 "keywords": [ 46679 "rsa", 46680 "encryption", 46681 "security", 46682 "crypto" 46683 ], 46684 "license": "MIT OR Apache-2.0", 46685 "license_file": null, 46686 "links": null, 46687 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/Cargo.toml", 46688 "metadata": { 46689 "docs": { 46690 "rs": { 46691 "features": [ 46692 "std", 46693 "pem", 46694 "serde", 46695 "hazmat", 46696 "sha2" 46697 ], 46698 "rustdoc-args": [ 46699 "--cfg", 46700 "docsrs" 46701 ] 46702 } 46703 } 46704 }, 46705 "name": "rsa", 46706 "publish": null, 46707 "readme": "README.md", 46708 "repository": "https://github.com/RustCrypto/RSA", 46709 "rust_version": "1.65", 46710 "source": "registry+https://github.com/rust-lang/crates.io-index", 46711 "targets": [ 46712 { 46713 "crate_types": [ 46714 "lib" 46715 ], 46716 "doc": true, 46717 "doctest": true, 46718 "edition": "2021", 46719 "kind": [ 46720 "lib" 46721 ], 46722 "name": "rsa", 46723 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs", 46724 "test": true 46725 }, 46726 { 46727 "crate_types": [ 46728 "bin" 46729 ], 46730 "doc": false, 46731 "doctest": false, 46732 "edition": "2021", 46733 "kind": [ 46734 "test" 46735 ], 46736 "name": "pkcs1", 46737 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/tests/pkcs1.rs", 46738 "test": true 46739 }, 46740 { 46741 "crate_types": [ 46742 "bin" 46743 ], 46744 "doc": false, 46745 "doctest": false, 46746 "edition": "2021", 46747 "kind": [ 46748 "test" 46749 ], 46750 "name": "proptests", 46751 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/tests/proptests.rs", 46752 "test": true 46753 }, 46754 { 46755 "crate_types": [ 46756 "bin" 46757 ], 46758 "doc": false, 46759 "doctest": false, 46760 "edition": "2021", 46761 "kind": [ 46762 "test" 46763 ], 46764 "name": "pkcs1v15", 46765 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/tests/pkcs1v15.rs", 46766 "test": true 46767 }, 46768 { 46769 "crate_types": [ 46770 "bin" 46771 ], 46772 "doc": false, 46773 "doctest": false, 46774 "edition": "2021", 46775 "kind": [ 46776 "test" 46777 ], 46778 "name": "pkcs8", 46779 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/tests/pkcs8.rs", 46780 "test": true 46781 }, 46782 { 46783 "crate_types": [ 46784 "bin" 46785 ], 46786 "doc": false, 46787 "doctest": false, 46788 "edition": "2021", 46789 "kind": [ 46790 "bench" 46791 ], 46792 "name": "key", 46793 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/benches/key.rs", 46794 "test": false 46795 } 46796 ], 46797 "version": "0.9.6" 46798 }, 46799 { 46800 "authors": [ 46801 "Stefan Altmayer <[email protected]>", 46802 "The Georust Developers <[email protected]>" 46803 ], 46804 "categories": [ 46805 "data-structures", 46806 "algorithms", 46807 "science::geo" 46808 ], 46809 "default_run": null, 46810 "dependencies": [ 46811 { 46812 "features": [], 46813 "kind": null, 46814 "name": "heapless", 46815 "optional": false, 46816 "registry": null, 46817 "rename": null, 46818 "req": "^0.7.10", 46819 "source": "registry+https://github.com/rust-lang/crates.io-index", 46820 "target": null, 46821 "uses_default_features": true 46822 }, 46823 { 46824 "features": [ 46825 "libm" 46826 ], 46827 "kind": null, 46828 "name": "num-traits", 46829 "optional": false, 46830 "registry": null, 46831 "rename": null, 46832 "req": "^0.2", 46833 "source": "registry+https://github.com/rust-lang/crates.io-index", 46834 "target": null, 46835 "uses_default_features": false 46836 }, 46837 { 46838 "features": [ 46839 "alloc", 46840 "derive" 46841 ], 46842 "kind": null, 46843 "name": "serde", 46844 "optional": true, 46845 "registry": null, 46846 "rename": null, 46847 "req": "^1.0", 46848 "source": "registry+https://github.com/rust-lang/crates.io-index", 46849 "target": null, 46850 "uses_default_features": false 46851 }, 46852 { 46853 "features": [], 46854 "kind": null, 46855 "name": "smallvec", 46856 "optional": false, 46857 "registry": null, 46858 "rename": null, 46859 "req": "^1.6", 46860 "source": "registry+https://github.com/rust-lang/crates.io-index", 46861 "target": null, 46862 "uses_default_features": true 46863 }, 46864 { 46865 "features": [], 46866 "kind": "dev", 46867 "name": "approx", 46868 "optional": false, 46869 "registry": null, 46870 "rename": null, 46871 "req": "^0.3", 46872 "source": "registry+https://github.com/rust-lang/crates.io-index", 46873 "target": null, 46874 "uses_default_features": true 46875 }, 46876 { 46877 "features": [], 46878 "kind": "dev", 46879 "name": "rand", 46880 "optional": false, 46881 "registry": null, 46882 "rename": null, 46883 "req": "^0.7", 46884 "source": "registry+https://github.com/rust-lang/crates.io-index", 46885 "target": null, 46886 "uses_default_features": true 46887 }, 46888 { 46889 "features": [], 46890 "kind": "dev", 46891 "name": "rand_hc", 46892 "optional": false, 46893 "registry": null, 46894 "rename": null, 46895 "req": "^0.2", 46896 "source": "registry+https://github.com/rust-lang/crates.io-index", 46897 "target": null, 46898 "uses_default_features": true 46899 }, 46900 { 46901 "features": [], 46902 "kind": "dev", 46903 "name": "serde_json", 46904 "optional": false, 46905 "registry": null, 46906 "rename": null, 46907 "req": "^1.0", 46908 "source": "registry+https://github.com/rust-lang/crates.io-index", 46909 "target": null, 46910 "uses_default_features": true 46911 } 46912 ], 46913 "description": "R*-tree library for the Rust ecosystem", 46914 "documentation": "https://docs.rs/rstar/", 46915 "edition": "2018", 46916 "features": { 46917 "debug": [], 46918 "default": [], 46919 "serde": [ 46920 "dep:serde" 46921 ] 46922 }, 46923 "homepage": null, 46924 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 46925 "keywords": [ 46926 "rtree", 46927 "r-tree", 46928 "spatial", 46929 "spatial-index", 46930 "nearest-neighbor" 46931 ], 46932 "license": "MIT OR Apache-2.0", 46933 "license_file": null, 46934 "links": null, 46935 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rstar-0.11.0/Cargo.toml", 46936 "metadata": null, 46937 "name": "rstar", 46938 "publish": null, 46939 "readme": "README.md", 46940 "repository": "https://github.com/georust/rstar", 46941 "rust_version": "1.63", 46942 "source": "registry+https://github.com/rust-lang/crates.io-index", 46943 "targets": [ 46944 { 46945 "crate_types": [ 46946 "lib" 46947 ], 46948 "doc": true, 46949 "doctest": true, 46950 "edition": "2018", 46951 "kind": [ 46952 "lib" 46953 ], 46954 "name": "rstar", 46955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rstar-0.11.0/src/lib.rs", 46956 "test": true 46957 } 46958 ], 46959 "version": "0.11.0" 46960 }, 46961 { 46962 "authors": [ 46963 "Jakob Demler <[email protected]>", 46964 "CurrySoftware <[email protected]>" 46965 ], 46966 "categories": [], 46967 "default_run": null, 46968 "dependencies": [ 46969 { 46970 "features": [], 46971 "kind": null, 46972 "name": "serde", 46973 "optional": false, 46974 "registry": null, 46975 "rename": null, 46976 "req": "^1.0", 46977 "source": "registry+https://github.com/rust-lang/crates.io-index", 46978 "target": null, 46979 "uses_default_features": true 46980 }, 46981 { 46982 "features": [], 46983 "kind": null, 46984 "name": "serde_derive", 46985 "optional": false, 46986 "registry": null, 46987 "rename": null, 46988 "req": "^1.0", 46989 "source": "registry+https://github.com/rust-lang/crates.io-index", 46990 "target": null, 46991 "uses_default_features": true 46992 } 46993 ], 46994 "description": "A rust implementation of some popular snowball stemming algorithms", 46995 "documentation": null, 46996 "edition": "2015", 46997 "features": {}, 46998 "homepage": null, 46999 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 47000 "keywords": [ 47001 "nlp", 47002 "stemming", 47003 "information", 47004 "retrieval", 47005 "language" 47006 ], 47007 "license": "MIT/BSD-3-Clause", 47008 "license_file": null, 47009 "links": null, 47010 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust-stemmers-1.2.0/Cargo.toml", 47011 "metadata": null, 47012 "name": "rust-stemmers", 47013 "publish": null, 47014 "readme": "README.md", 47015 "repository": "https://github.com/CurrySoftware/rust-stemmers", 47016 "rust_version": null, 47017 "source": "registry+https://github.com/rust-lang/crates.io-index", 47018 "targets": [ 47019 { 47020 "crate_types": [ 47021 "lib" 47022 ], 47023 "doc": true, 47024 "doctest": true, 47025 "edition": "2015", 47026 "kind": [ 47027 "lib" 47028 ], 47029 "name": "rust_stemmers", 47030 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust-stemmers-1.2.0/src/lib.rs", 47031 "test": true 47032 }, 47033 { 47034 "crate_types": [ 47035 "bin" 47036 ], 47037 "doc": false, 47038 "doctest": false, 47039 "edition": "2015", 47040 "kind": [ 47041 "example" 47042 ], 47043 "name": "stem-file", 47044 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust-stemmers-1.2.0/examples/stem-file/main.rs", 47045 "test": false 47046 } 47047 ], 47048 "version": "1.2.0" 47049 }, 47050 { 47051 "authors": [ 47052 "Paul Mason <[email protected]>" 47053 ], 47054 "categories": [ 47055 "science", 47056 "mathematics", 47057 "data-structures" 47058 ], 47059 "default_run": null, 47060 "dependencies": [ 47061 { 47062 "features": [], 47063 "kind": null, 47064 "name": "arbitrary", 47065 "optional": true, 47066 "registry": null, 47067 "rename": null, 47068 "req": "^1.0", 47069 "source": "registry+https://github.com/rust-lang/crates.io-index", 47070 "target": null, 47071 "uses_default_features": false 47072 }, 47073 { 47074 "features": [], 47075 "kind": null, 47076 "name": "arrayvec", 47077 "optional": false, 47078 "registry": null, 47079 "rename": null, 47080 "req": "^0.7", 47081 "source": "registry+https://github.com/rust-lang/crates.io-index", 47082 "target": null, 47083 "uses_default_features": false 47084 }, 47085 { 47086 "features": [ 47087 "derive", 47088 "unstable__schema" 47089 ], 47090 "kind": null, 47091 "name": "borsh", 47092 "optional": true, 47093 "registry": null, 47094 "rename": null, 47095 "req": "^1.1.1", 47096 "source": "registry+https://github.com/rust-lang/crates.io-index", 47097 "target": null, 47098 "uses_default_features": false 47099 }, 47100 { 47101 "features": [], 47102 "kind": null, 47103 "name": "bytes", 47104 "optional": true, 47105 "registry": null, 47106 "rename": null, 47107 "req": "^1.0", 47108 "source": "registry+https://github.com/rust-lang/crates.io-index", 47109 "target": null, 47110 "uses_default_features": false 47111 }, 47112 { 47113 "features": [], 47114 "kind": null, 47115 "name": "diesel", 47116 "optional": true, 47117 "registry": null, 47118 "rename": "diesel1", 47119 "req": "^1.0", 47120 "source": "registry+https://github.com/rust-lang/crates.io-index", 47121 "target": null, 47122 "uses_default_features": false 47123 }, 47124 { 47125 "features": [], 47126 "kind": null, 47127 "name": "diesel", 47128 "optional": true, 47129 "registry": null, 47130 "rename": "diesel2", 47131 "req": "^2.1", 47132 "source": "registry+https://github.com/rust-lang/crates.io-index", 47133 "target": null, 47134 "uses_default_features": false 47135 }, 47136 { 47137 "features": [], 47138 "kind": null, 47139 "name": "ndarray", 47140 "optional": true, 47141 "registry": null, 47142 "rename": null, 47143 "req": "^0.15.6", 47144 "source": "registry+https://github.com/rust-lang/crates.io-index", 47145 "target": null, 47146 "uses_default_features": false 47147 }, 47148 { 47149 "features": [ 47150 "i128" 47151 ], 47152 "kind": null, 47153 "name": "num-traits", 47154 "optional": false, 47155 "registry": null, 47156 "rename": null, 47157 "req": "^0.2", 47158 "source": "registry+https://github.com/rust-lang/crates.io-index", 47159 "target": null, 47160 "uses_default_features": false 47161 }, 47162 { 47163 "features": [], 47164 "kind": null, 47165 "name": "postgres-types", 47166 "optional": true, 47167 "registry": null, 47168 "rename": null, 47169 "req": "^0.2", 47170 "source": "registry+https://github.com/rust-lang/crates.io-index", 47171 "target": null, 47172 "uses_default_features": false 47173 }, 47174 { 47175 "features": [ 47176 "std" 47177 ], 47178 "kind": null, 47179 "name": "proptest", 47180 "optional": true, 47181 "registry": null, 47182 "rename": null, 47183 "req": "^1.0", 47184 "source": "registry+https://github.com/rust-lang/crates.io-index", 47185 "target": null, 47186 "uses_default_features": false 47187 }, 47188 { 47189 "features": [], 47190 "kind": null, 47191 "name": "rand", 47192 "optional": true, 47193 "registry": null, 47194 "rename": null, 47195 "req": "^0.8", 47196 "source": "registry+https://github.com/rust-lang/crates.io-index", 47197 "target": null, 47198 "uses_default_features": false 47199 }, 47200 { 47201 "features": [ 47202 "size_32", 47203 "std" 47204 ], 47205 "kind": null, 47206 "name": "rkyv", 47207 "optional": true, 47208 "registry": null, 47209 "rename": null, 47210 "req": "^0.7.42", 47211 "source": "registry+https://github.com/rust-lang/crates.io-index", 47212 "target": null, 47213 "uses_default_features": false 47214 }, 47215 { 47216 "features": [], 47217 "kind": null, 47218 "name": "rocket", 47219 "optional": true, 47220 "registry": null, 47221 "rename": null, 47222 "req": "^0.5.0-rc.3", 47223 "source": "registry+https://github.com/rust-lang/crates.io-index", 47224 "target": null, 47225 "uses_default_features": false 47226 }, 47227 { 47228 "features": [], 47229 "kind": null, 47230 "name": "serde", 47231 "optional": true, 47232 "registry": null, 47233 "rename": null, 47234 "req": "^1.0", 47235 "source": "registry+https://github.com/rust-lang/crates.io-index", 47236 "target": null, 47237 "uses_default_features": false 47238 }, 47239 { 47240 "features": [], 47241 "kind": null, 47242 "name": "serde_json", 47243 "optional": true, 47244 "registry": null, 47245 "rename": null, 47246 "req": "^1.0", 47247 "source": "registry+https://github.com/rust-lang/crates.io-index", 47248 "target": null, 47249 "uses_default_features": false 47250 }, 47251 { 47252 "features": [], 47253 "kind": null, 47254 "name": "tokio-postgres", 47255 "optional": true, 47256 "registry": null, 47257 "rename": null, 47258 "req": "^0.7", 47259 "source": "registry+https://github.com/rust-lang/crates.io-index", 47260 "target": null, 47261 "uses_default_features": false 47262 }, 47263 { 47264 "features": [], 47265 "kind": "dev", 47266 "name": "bincode", 47267 "optional": false, 47268 "registry": null, 47269 "rename": null, 47270 "req": "^1.0", 47271 "source": "registry+https://github.com/rust-lang/crates.io-index", 47272 "target": null, 47273 "uses_default_features": false 47274 }, 47275 { 47276 "features": [], 47277 "kind": "dev", 47278 "name": "bytes", 47279 "optional": false, 47280 "registry": null, 47281 "rename": null, 47282 "req": "^1.0", 47283 "source": "registry+https://github.com/rust-lang/crates.io-index", 47284 "target": null, 47285 "uses_default_features": false 47286 }, 47287 { 47288 "features": [], 47289 "kind": "dev", 47290 "name": "criterion", 47291 "optional": false, 47292 "registry": null, 47293 "rename": null, 47294 "req": "^0.5", 47295 "source": "registry+https://github.com/rust-lang/crates.io-index", 47296 "target": null, 47297 "uses_default_features": false 47298 }, 47299 { 47300 "features": [], 47301 "kind": "dev", 47302 "name": "csv", 47303 "optional": false, 47304 "registry": null, 47305 "rename": null, 47306 "req": "^1", 47307 "source": "registry+https://github.com/rust-lang/crates.io-index", 47308 "target": null, 47309 "uses_default_features": true 47310 }, 47311 { 47312 "features": [], 47313 "kind": "dev", 47314 "name": "futures", 47315 "optional": false, 47316 "registry": null, 47317 "rename": null, 47318 "req": "^0.3", 47319 "source": "registry+https://github.com/rust-lang/crates.io-index", 47320 "target": null, 47321 "uses_default_features": false 47322 }, 47323 { 47324 "features": [], 47325 "kind": "dev", 47326 "name": "postgres", 47327 "optional": false, 47328 "registry": null, 47329 "rename": null, 47330 "req": "^0.19", 47331 "source": "registry+https://github.com/rust-lang/crates.io-index", 47332 "target": null, 47333 "uses_default_features": false 47334 }, 47335 { 47336 "features": [ 47337 "getrandom" 47338 ], 47339 "kind": "dev", 47340 "name": "rand", 47341 "optional": false, 47342 "registry": null, 47343 "rename": null, 47344 "req": "^0.8", 47345 "source": "registry+https://github.com/rust-lang/crates.io-index", 47346 "target": null, 47347 "uses_default_features": false 47348 }, 47349 { 47350 "features": [], 47351 "kind": "dev", 47352 "name": "rust_decimal_macros", 47353 "optional": false, 47354 "registry": null, 47355 "rename": null, 47356 "req": "^1.33", 47357 "source": "registry+https://github.com/rust-lang/crates.io-index", 47358 "target": null, 47359 "uses_default_features": false 47360 }, 47361 { 47362 "features": [ 47363 "derive" 47364 ], 47365 "kind": "dev", 47366 "name": "serde", 47367 "optional": false, 47368 "registry": null, 47369 "rename": null, 47370 "req": "^1.0", 47371 "source": "registry+https://github.com/rust-lang/crates.io-index", 47372 "target": null, 47373 "uses_default_features": false 47374 }, 47375 { 47376 "features": [], 47377 "kind": "dev", 47378 "name": "serde_json", 47379 "optional": false, 47380 "registry": null, 47381 "rename": null, 47382 "req": "^1.0", 47383 "source": "registry+https://github.com/rust-lang/crates.io-index", 47384 "target": null, 47385 "uses_default_features": true 47386 }, 47387 { 47388 "features": [ 47389 "macros", 47390 "rt-multi-thread", 47391 "test-util" 47392 ], 47393 "kind": "dev", 47394 "name": "tokio", 47395 "optional": false, 47396 "registry": null, 47397 "rename": null, 47398 "req": "^1.0", 47399 "source": "registry+https://github.com/rust-lang/crates.io-index", 47400 "target": null, 47401 "uses_default_features": false 47402 }, 47403 { 47404 "features": [], 47405 "kind": "dev", 47406 "name": "tokio-postgres", 47407 "optional": false, 47408 "registry": null, 47409 "rename": null, 47410 "req": "^0.7", 47411 "source": "registry+https://github.com/rust-lang/crates.io-index", 47412 "target": null, 47413 "uses_default_features": false 47414 }, 47415 { 47416 "features": [ 47417 "html_root_url_updated", 47418 "markdown_deps_updated" 47419 ], 47420 "kind": "dev", 47421 "name": "version-sync", 47422 "optional": false, 47423 "registry": null, 47424 "rename": null, 47425 "req": "^0.9", 47426 "source": "registry+https://github.com/rust-lang/crates.io-index", 47427 "target": null, 47428 "uses_default_features": false 47429 } 47430 ], 47431 "description": "Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.", 47432 "documentation": "https://docs.rs/rust_decimal/", 47433 "edition": "2021", 47434 "features": { 47435 "borsh": [ 47436 "dep:borsh", 47437 "std" 47438 ], 47439 "c-repr": [], 47440 "db-diesel-mysql": [ 47441 "db-diesel1-mysql" 47442 ], 47443 "db-diesel-postgres": [ 47444 "db-diesel1-postgres" 47445 ], 47446 "db-diesel1-mysql": [ 47447 "diesel1/mysql", 47448 "std" 47449 ], 47450 "db-diesel1-postgres": [ 47451 "diesel1/postgres", 47452 "std" 47453 ], 47454 "db-diesel2-mysql": [ 47455 "diesel2/mysql", 47456 "std" 47457 ], 47458 "db-diesel2-postgres": [ 47459 "diesel2/postgres", 47460 "std" 47461 ], 47462 "db-postgres": [ 47463 "dep:bytes", 47464 "dep:postgres-types", 47465 "std" 47466 ], 47467 "db-tokio-postgres": [ 47468 "dep:bytes", 47469 "dep:postgres-types", 47470 "std" 47471 ], 47472 "default": [ 47473 "serde", 47474 "std" 47475 ], 47476 "diesel1": [ 47477 "dep:diesel1" 47478 ], 47479 "diesel2": [ 47480 "dep:diesel2" 47481 ], 47482 "legacy-ops": [], 47483 "maths": [], 47484 "maths-nopanic": [ 47485 "maths" 47486 ], 47487 "ndarray": [ 47488 "dep:ndarray" 47489 ], 47490 "proptest": [ 47491 "dep:proptest" 47492 ], 47493 "rand": [ 47494 "dep:rand" 47495 ], 47496 "rkyv": [ 47497 "dep:rkyv" 47498 ], 47499 "rkyv-safe": [ 47500 "rkyv/validation" 47501 ], 47502 "rocket-traits": [ 47503 "dep:rocket" 47504 ], 47505 "rust-fuzz": [ 47506 "dep:arbitrary" 47507 ], 47508 "serde": [ 47509 "dep:serde" 47510 ], 47511 "serde-arbitrary-precision": [ 47512 "serde-with-arbitrary-precision" 47513 ], 47514 "serde-bincode": [ 47515 "serde-str" 47516 ], 47517 "serde-float": [ 47518 "serde-with-float" 47519 ], 47520 "serde-str": [ 47521 "serde-with-str" 47522 ], 47523 "serde-with-arbitrary-precision": [ 47524 "serde", 47525 "serde_json/arbitrary_precision", 47526 "serde_json/std" 47527 ], 47528 "serde-with-float": [ 47529 "serde" 47530 ], 47531 "serde-with-str": [ 47532 "serde" 47533 ], 47534 "serde_json": [ 47535 "dep:serde_json" 47536 ], 47537 "std": [ 47538 "arrayvec/std", 47539 "borsh?/std", 47540 "bytes?/std", 47541 "rand?/std", 47542 "rkyv?/std", 47543 "serde?/std", 47544 "serde_json?/std" 47545 ], 47546 "tokio-pg": [ 47547 "db-tokio-postgres" 47548 ], 47549 "tokio-postgres": [ 47550 "dep:tokio-postgres" 47551 ] 47552 }, 47553 "homepage": null, 47554 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 47555 "keywords": [ 47556 "decimal", 47557 "financial", 47558 "fixed", 47559 "precision", 47560 "number" 47561 ], 47562 "license": "MIT", 47563 "license_file": null, 47564 "links": null, 47565 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/Cargo.toml", 47566 "metadata": { 47567 "docs": { 47568 "rs": { 47569 "all-features": true, 47570 "rustdoc-args": [ 47571 "--cfg", 47572 "docsrs" 47573 ] 47574 } 47575 } 47576 }, 47577 "name": "rust_decimal", 47578 "publish": null, 47579 "readme": "./README.md", 47580 "repository": "https://github.com/paupino/rust-decimal", 47581 "rust_version": "1.60", 47582 "source": "registry+https://github.com/rust-lang/crates.io-index", 47583 "targets": [ 47584 { 47585 "crate_types": [ 47586 "lib" 47587 ], 47588 "doc": true, 47589 "doctest": true, 47590 "edition": "2021", 47591 "kind": [ 47592 "lib" 47593 ], 47594 "name": "rust_decimal", 47595 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/src/lib.rs", 47596 "test": true 47597 }, 47598 { 47599 "crate_types": [ 47600 "bin" 47601 ], 47602 "doc": false, 47603 "doctest": false, 47604 "edition": "2021", 47605 "kind": [ 47606 "test" 47607 ], 47608 "name": "decimal_tests", 47609 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/tests/decimal_tests.rs", 47610 "test": true 47611 }, 47612 { 47613 "crate_types": [ 47614 "bin" 47615 ], 47616 "doc": false, 47617 "doctest": false, 47618 "edition": "2021", 47619 "kind": [ 47620 "test" 47621 ], 47622 "name": "macros", 47623 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/tests/macros.rs", 47624 "test": true 47625 }, 47626 { 47627 "crate_types": [ 47628 "bin" 47629 ], 47630 "doc": false, 47631 "doctest": false, 47632 "edition": "2021", 47633 "kind": [ 47634 "test" 47635 ], 47636 "name": "version-numbers", 47637 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/tests/version-numbers.rs", 47638 "test": true 47639 }, 47640 { 47641 "crate_types": [ 47642 "bin" 47643 ], 47644 "doc": false, 47645 "doctest": false, 47646 "edition": "2021", 47647 "kind": [ 47648 "bench" 47649 ], 47650 "name": "comparison", 47651 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/benches/comparison.rs", 47652 "test": false 47653 }, 47654 { 47655 "crate_types": [ 47656 "bin" 47657 ], 47658 "doc": false, 47659 "doctest": false, 47660 "edition": "2021", 47661 "kind": [ 47662 "bench" 47663 ], 47664 "name": "lib_benches", 47665 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/benches/lib_benches.rs", 47666 "test": false 47667 }, 47668 { 47669 "crate_types": [ 47670 "bin" 47671 ], 47672 "doc": false, 47673 "doctest": false, 47674 "edition": "2021", 47675 "kind": [ 47676 "custom-build" 47677 ], 47678 "name": "build-script-build", 47679 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.35.0/build.rs", 47680 "test": false 47681 } 47682 ], 47683 "version": "1.35.0" 47684 }, 47685 { 47686 "authors": [ 47687 "Alex Crichton <[email protected]>" 47688 ], 47689 "categories": [], 47690 "default_run": null, 47691 "dependencies": [ 47692 { 47693 "features": [], 47694 "kind": null, 47695 "name": "compiler_builtins", 47696 "optional": true, 47697 "registry": null, 47698 "rename": null, 47699 "req": "^0.1.2", 47700 "source": "registry+https://github.com/rust-lang/crates.io-index", 47701 "target": null, 47702 "uses_default_features": true 47703 }, 47704 { 47705 "features": [], 47706 "kind": null, 47707 "name": "rustc-std-workspace-core", 47708 "optional": true, 47709 "registry": null, 47710 "rename": "core", 47711 "req": "^1.0.0", 47712 "source": "registry+https://github.com/rust-lang/crates.io-index", 47713 "target": null, 47714 "uses_default_features": true 47715 } 47716 ], 47717 "description": "Rust compiler symbol demangling.\n", 47718 "documentation": "https://docs.rs/rustc-demangle", 47719 "edition": "2015", 47720 "features": { 47721 "compiler_builtins": [ 47722 "dep:compiler_builtins" 47723 ], 47724 "core": [ 47725 "dep:core" 47726 ], 47727 "rustc-dep-of-std": [ 47728 "core", 47729 "compiler_builtins" 47730 ], 47731 "std": [] 47732 }, 47733 "homepage": "https://github.com/alexcrichton/rustc-demangle", 47734 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 47735 "keywords": [], 47736 "license": "MIT/Apache-2.0", 47737 "license_file": null, 47738 "links": null, 47739 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/Cargo.toml", 47740 "metadata": { 47741 "docs": { 47742 "rs": { 47743 "features": [ 47744 "std" 47745 ], 47746 "rustdoc-args": [ 47747 "--cfg", 47748 "docsrs" 47749 ] 47750 } 47751 } 47752 }, 47753 "name": "rustc-demangle", 47754 "publish": null, 47755 "readme": "README.md", 47756 "repository": "https://github.com/alexcrichton/rustc-demangle", 47757 "rust_version": null, 47758 "source": "registry+https://github.com/rust-lang/crates.io-index", 47759 "targets": [ 47760 { 47761 "crate_types": [ 47762 "lib" 47763 ], 47764 "doc": true, 47765 "doctest": true, 47766 "edition": "2015", 47767 "kind": [ 47768 "lib" 47769 ], 47770 "name": "rustc_demangle", 47771 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs", 47772 "test": true 47773 } 47774 ], 47775 "version": "0.1.23" 47776 }, 47777 { 47778 "authors": [ 47779 "The Rust Project Developers" 47780 ], 47781 "categories": [], 47782 "default_run": null, 47783 "dependencies": [ 47784 { 47785 "features": [], 47786 "kind": null, 47787 "name": "unicode-xid", 47788 "optional": false, 47789 "registry": null, 47790 "rename": null, 47791 "req": "^0.2.0", 47792 "source": "registry+https://github.com/rust-lang/crates.io-index", 47793 "target": null, 47794 "uses_default_features": true 47795 } 47796 ], 47797 "description": "Rust lexer used by rustc. No stability guarantees are provided.\n", 47798 "documentation": null, 47799 "edition": "2018", 47800 "features": {}, 47801 "homepage": null, 47802 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 47803 "keywords": [], 47804 "license": "MIT OR Apache-2.0", 47805 "license_file": null, 47806 "links": null, 47807 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc_lexer-0.1.0/Cargo.toml", 47808 "metadata": null, 47809 "name": "rustc_lexer", 47810 "publish": null, 47811 "readme": null, 47812 "repository": "https://github.com/rust-lang/rust/", 47813 "rust_version": null, 47814 "source": "registry+https://github.com/rust-lang/crates.io-index", 47815 "targets": [ 47816 { 47817 "crate_types": [ 47818 "lib" 47819 ], 47820 "doc": true, 47821 "doctest": false, 47822 "edition": "2018", 47823 "kind": [ 47824 "lib" 47825 ], 47826 "name": "rustc_lexer", 47827 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc_lexer-0.1.0/src/lib.rs", 47828 "test": true 47829 } 47830 ], 47831 "version": "0.1.0" 47832 }, 47833 { 47834 "authors": [ 47835 "Dirkjan Ochtman <[email protected]>", 47836 "Marvin L\u00f6bel <[email protected]>" 47837 ], 47838 "categories": [], 47839 "default_run": null, 47840 "dependencies": [ 47841 { 47842 "features": [], 47843 "kind": null, 47844 "name": "semver", 47845 "optional": false, 47846 "registry": null, 47847 "rename": null, 47848 "req": "^1.0", 47849 "source": "registry+https://github.com/rust-lang/crates.io-index", 47850 "target": null, 47851 "uses_default_features": true 47852 }, 47853 { 47854 "features": [], 47855 "kind": "dev", 47856 "name": "doc-comment", 47857 "optional": false, 47858 "registry": null, 47859 "rename": null, 47860 "req": "^0.3", 47861 "source": "registry+https://github.com/rust-lang/crates.io-index", 47862 "target": null, 47863 "uses_default_features": true 47864 } 47865 ], 47866 "description": "A library for querying the version of a installed rustc compiler", 47867 "documentation": "https://docs.rs/rustc_version/", 47868 "edition": "2018", 47869 "features": {}, 47870 "homepage": null, 47871 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 47872 "keywords": [ 47873 "version", 47874 "rustc" 47875 ], 47876 "license": "MIT/Apache-2.0", 47877 "license_file": null, 47878 "links": null, 47879 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/Cargo.toml", 47880 "metadata": null, 47881 "name": "rustc_version", 47882 "publish": null, 47883 "readme": "README.md", 47884 "repository": "https://github.com/Kimundi/rustc-version-rs", 47885 "rust_version": null, 47886 "source": "registry+https://github.com/rust-lang/crates.io-index", 47887 "targets": [ 47888 { 47889 "crate_types": [ 47890 "lib" 47891 ], 47892 "doc": true, 47893 "doctest": true, 47894 "edition": "2018", 47895 "kind": [ 47896 "lib" 47897 ], 47898 "name": "rustc_version", 47899 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs", 47900 "test": true 47901 }, 47902 { 47903 "crate_types": [ 47904 "bin" 47905 ], 47906 "doc": false, 47907 "doctest": false, 47908 "edition": "2018", 47909 "kind": [ 47910 "test" 47911 ], 47912 "name": "all", 47913 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/tests/all.rs", 47914 "test": true 47915 } 47916 ], 47917 "version": "0.4.0" 47918 }, 47919 { 47920 "authors": [], 47921 "categories": [ 47922 "network-programming", 47923 "cryptography" 47924 ], 47925 "default_run": null, 47926 "dependencies": [ 47927 { 47928 "features": [], 47929 "kind": null, 47930 "name": "log", 47931 "optional": true, 47932 "registry": null, 47933 "rename": null, 47934 "req": "^0.4.4", 47935 "source": "registry+https://github.com/rust-lang/crates.io-index", 47936 "target": null, 47937 "uses_default_features": true 47938 }, 47939 { 47940 "features": [], 47941 "kind": null, 47942 "name": "ring", 47943 "optional": false, 47944 "registry": null, 47945 "rename": null, 47946 "req": "^0.17", 47947 "source": "registry+https://github.com/rust-lang/crates.io-index", 47948 "target": null, 47949 "uses_default_features": true 47950 }, 47951 { 47952 "features": [], 47953 "kind": null, 47954 "name": "sct", 47955 "optional": false, 47956 "registry": null, 47957 "rename": null, 47958 "req": "^0.7.0", 47959 "source": "registry+https://github.com/rust-lang/crates.io-index", 47960 "target": null, 47961 "uses_default_features": true 47962 }, 47963 { 47964 "features": [ 47965 "alloc", 47966 "std" 47967 ], 47968 "kind": null, 47969 "name": "rustls-webpki", 47970 "optional": false, 47971 "registry": null, 47972 "rename": "webpki", 47973 "req": "^0.101.7", 47974 "source": "registry+https://github.com/rust-lang/crates.io-index", 47975 "target": null, 47976 "uses_default_features": true 47977 }, 47978 { 47979 "features": [], 47980 "kind": "dev", 47981 "name": "base64", 47982 "optional": false, 47983 "registry": null, 47984 "rename": null, 47985 "req": "^0.21", 47986 "source": "registry+https://github.com/rust-lang/crates.io-index", 47987 "target": null, 47988 "uses_default_features": true 47989 }, 47990 { 47991 "features": [], 47992 "kind": "dev", 47993 "name": "bencher", 47994 "optional": false, 47995 "registry": null, 47996 "rename": null, 47997 "req": "^0.1.5", 47998 "source": "registry+https://github.com/rust-lang/crates.io-index", 47999 "target": null, 48000 "uses_default_features": true 48001 }, 48002 { 48003 "features": [], 48004 "kind": "dev", 48005 "name": "env_logger", 48006 "optional": false, 48007 "registry": null, 48008 "rename": null, 48009 "req": "^0.10", 48010 "source": "registry+https://github.com/rust-lang/crates.io-index", 48011 "target": null, 48012 "uses_default_features": true 48013 }, 48014 { 48015 "features": [], 48016 "kind": "dev", 48017 "name": "log", 48018 "optional": false, 48019 "registry": null, 48020 "rename": null, 48021 "req": "^0.4.4", 48022 "source": "registry+https://github.com/rust-lang/crates.io-index", 48023 "target": null, 48024 "uses_default_features": true 48025 }, 48026 { 48027 "features": [], 48028 "kind": "dev", 48029 "name": "rustls-pemfile", 48030 "optional": false, 48031 "registry": null, 48032 "rename": null, 48033 "req": "^1.0.3", 48034 "source": "registry+https://github.com/rust-lang/crates.io-index", 48035 "target": null, 48036 "uses_default_features": true 48037 }, 48038 { 48039 "features": [], 48040 "kind": "dev", 48041 "name": "webpki-roots", 48042 "optional": false, 48043 "registry": null, 48044 "rename": null, 48045 "req": "^0.25.0", 48046 "source": "registry+https://github.com/rust-lang/crates.io-index", 48047 "target": null, 48048 "uses_default_features": true 48049 }, 48050 { 48051 "features": [], 48052 "kind": "build", 48053 "name": "rustversion", 48054 "optional": true, 48055 "registry": null, 48056 "rename": null, 48057 "req": "^1.0.6", 48058 "source": "registry+https://github.com/rust-lang/crates.io-index", 48059 "target": null, 48060 "uses_default_features": true 48061 } 48062 ], 48063 "description": "Rustls is a modern TLS library written in Rust.", 48064 "documentation": null, 48065 "edition": "2021", 48066 "features": { 48067 "dangerous_configuration": [], 48068 "default": [ 48069 "logging", 48070 "tls12" 48071 ], 48072 "log": [ 48073 "dep:log" 48074 ], 48075 "logging": [ 48076 "log" 48077 ], 48078 "quic": [], 48079 "read_buf": [ 48080 "rustversion" 48081 ], 48082 "rustversion": [ 48083 "dep:rustversion" 48084 ], 48085 "secret_extraction": [], 48086 "tls12": [] 48087 }, 48088 "homepage": "https://github.com/rustls/rustls", 48089 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 48090 "keywords": [], 48091 "license": "Apache-2.0 OR ISC OR MIT", 48092 "license_file": null, 48093 "links": null, 48094 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/Cargo.toml", 48095 "metadata": { 48096 "docs": { 48097 "rs": { 48098 "all-features": true, 48099 "rustdoc-args": [ 48100 "--cfg", 48101 "docsrs" 48102 ] 48103 } 48104 } 48105 }, 48106 "name": "rustls", 48107 "publish": null, 48108 "readme": "README.md", 48109 "repository": "https://github.com/rustls/rustls", 48110 "rust_version": "1.61", 48111 "source": "registry+https://github.com/rust-lang/crates.io-index", 48112 "targets": [ 48113 { 48114 "crate_types": [ 48115 "lib" 48116 ], 48117 "doc": true, 48118 "doctest": true, 48119 "edition": "2021", 48120 "kind": [ 48121 "lib" 48122 ], 48123 "name": "rustls", 48124 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/src/lib.rs", 48125 "test": true 48126 }, 48127 { 48128 "crate_types": [ 48129 "bin" 48130 ], 48131 "doc": false, 48132 "doctest": false, 48133 "edition": "2021", 48134 "kind": [ 48135 "example" 48136 ], 48137 "name": "bogo_shim", 48138 "required-features": [ 48139 "dangerous_configuration", 48140 "quic" 48141 ], 48142 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/examples/internal/bogo_shim.rs", 48143 "test": false 48144 }, 48145 { 48146 "crate_types": [ 48147 "bin" 48148 ], 48149 "doc": false, 48150 "doctest": false, 48151 "edition": "2021", 48152 "kind": [ 48153 "example" 48154 ], 48155 "name": "bench", 48156 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/examples/internal/bench.rs", 48157 "test": false 48158 }, 48159 { 48160 "crate_types": [ 48161 "bin" 48162 ], 48163 "doc": false, 48164 "doctest": false, 48165 "edition": "2021", 48166 "kind": [ 48167 "test" 48168 ], 48169 "name": "client_cert_verifier", 48170 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/tests/client_cert_verifier.rs", 48171 "test": true 48172 }, 48173 { 48174 "crate_types": [ 48175 "bin" 48176 ], 48177 "doc": false, 48178 "doctest": false, 48179 "edition": "2021", 48180 "kind": [ 48181 "test" 48182 ], 48183 "name": "bogo", 48184 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/tests/bogo.rs", 48185 "test": true 48186 }, 48187 { 48188 "crate_types": [ 48189 "bin" 48190 ], 48191 "doc": false, 48192 "doctest": false, 48193 "edition": "2021", 48194 "kind": [ 48195 "test" 48196 ], 48197 "name": "key_log_file_env", 48198 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/tests/key_log_file_env.rs", 48199 "test": true 48200 }, 48201 { 48202 "crate_types": [ 48203 "bin" 48204 ], 48205 "doc": false, 48206 "doctest": false, 48207 "edition": "2021", 48208 "kind": [ 48209 "test" 48210 ], 48211 "name": "server_cert_verifier", 48212 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/tests/server_cert_verifier.rs", 48213 "test": true 48214 }, 48215 { 48216 "crate_types": [ 48217 "bin" 48218 ], 48219 "doc": false, 48220 "doctest": false, 48221 "edition": "2021", 48222 "kind": [ 48223 "test" 48224 ], 48225 "name": "api", 48226 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/tests/api.rs", 48227 "test": true 48228 }, 48229 { 48230 "crate_types": [ 48231 "bin" 48232 ], 48233 "doc": false, 48234 "doctest": false, 48235 "edition": "2021", 48236 "kind": [ 48237 "bench" 48238 ], 48239 "name": "benchmarks", 48240 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/benches/benchmarks.rs", 48241 "test": false 48242 }, 48243 { 48244 "crate_types": [ 48245 "bin" 48246 ], 48247 "doc": false, 48248 "doctest": false, 48249 "edition": "2021", 48250 "kind": [ 48251 "custom-build" 48252 ], 48253 "name": "build-script-build", 48254 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/build.rs", 48255 "test": false 48256 } 48257 ], 48258 "version": "0.21.10" 48259 }, 48260 { 48261 "authors": [], 48262 "categories": [ 48263 "network-programming", 48264 "cryptography" 48265 ], 48266 "default_run": null, 48267 "dependencies": [ 48268 { 48269 "features": [], 48270 "kind": null, 48271 "name": "base64", 48272 "optional": false, 48273 "registry": null, 48274 "rename": null, 48275 "req": "^0.21", 48276 "source": "registry+https://github.com/rust-lang/crates.io-index", 48277 "target": null, 48278 "uses_default_features": true 48279 }, 48280 { 48281 "features": [], 48282 "kind": "dev", 48283 "name": "bencher", 48284 "optional": false, 48285 "registry": null, 48286 "rename": null, 48287 "req": "^0.1.5", 48288 "source": "registry+https://github.com/rust-lang/crates.io-index", 48289 "target": null, 48290 "uses_default_features": true 48291 } 48292 ], 48293 "description": "Basic .pem file parser for keys and certificates", 48294 "documentation": null, 48295 "edition": "2018", 48296 "features": {}, 48297 "homepage": "https://github.com/rustls/pemfile", 48298 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 48299 "keywords": [], 48300 "license": "Apache-2.0 OR ISC OR MIT", 48301 "license_file": null, 48302 "links": null, 48303 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/Cargo.toml", 48304 "metadata": null, 48305 "name": "rustls-pemfile", 48306 "publish": null, 48307 "readme": "README.md", 48308 "repository": "https://github.com/rustls/pemfile", 48309 "rust_version": null, 48310 "source": "registry+https://github.com/rust-lang/crates.io-index", 48311 "targets": [ 48312 { 48313 "crate_types": [ 48314 "lib" 48315 ], 48316 "doc": true, 48317 "doctest": true, 48318 "edition": "2018", 48319 "kind": [ 48320 "lib" 48321 ], 48322 "name": "rustls_pemfile", 48323 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs", 48324 "test": true 48325 }, 48326 { 48327 "crate_types": [ 48328 "bin" 48329 ], 48330 "doc": false, 48331 "doctest": false, 48332 "edition": "2018", 48333 "kind": [ 48334 "test" 48335 ], 48336 "name": "integration", 48337 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/tests/integration.rs", 48338 "test": true 48339 }, 48340 { 48341 "crate_types": [ 48342 "bin" 48343 ], 48344 "doc": false, 48345 "doctest": false, 48346 "edition": "2018", 48347 "kind": [ 48348 "bench" 48349 ], 48350 "name": "benchmark", 48351 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/benches/benchmark.rs", 48352 "test": false 48353 } 48354 ], 48355 "version": "1.0.4" 48356 }, 48357 { 48358 "authors": [], 48359 "categories": [ 48360 "cryptography", 48361 "no-std" 48362 ], 48363 "default_run": null, 48364 "dependencies": [ 48365 { 48366 "features": [], 48367 "kind": null, 48368 "name": "ring", 48369 "optional": false, 48370 "registry": null, 48371 "rename": null, 48372 "req": "^0.17", 48373 "source": "registry+https://github.com/rust-lang/crates.io-index", 48374 "target": null, 48375 "uses_default_features": false 48376 }, 48377 { 48378 "features": [], 48379 "kind": null, 48380 "name": "untrusted", 48381 "optional": false, 48382 "registry": null, 48383 "rename": null, 48384 "req": "^0.9", 48385 "source": "registry+https://github.com/rust-lang/crates.io-index", 48386 "target": null, 48387 "uses_default_features": true 48388 }, 48389 { 48390 "features": [], 48391 "kind": "dev", 48392 "name": "base64", 48393 "optional": false, 48394 "registry": null, 48395 "rename": null, 48396 "req": "^0.21", 48397 "source": "registry+https://github.com/rust-lang/crates.io-index", 48398 "target": null, 48399 "uses_default_features": true 48400 }, 48401 { 48402 "features": [], 48403 "kind": "dev", 48404 "name": "bencher", 48405 "optional": false, 48406 "registry": null, 48407 "rename": null, 48408 "req": "^0.1.5", 48409 "source": "registry+https://github.com/rust-lang/crates.io-index", 48410 "target": null, 48411 "uses_default_features": true 48412 }, 48413 { 48414 "features": [], 48415 "kind": "dev", 48416 "name": "once_cell", 48417 "optional": false, 48418 "registry": null, 48419 "rename": null, 48420 "req": "^1.17.2", 48421 "source": "registry+https://github.com/rust-lang/crates.io-index", 48422 "target": null, 48423 "uses_default_features": true 48424 }, 48425 { 48426 "features": [], 48427 "kind": "dev", 48428 "name": "rcgen", 48429 "optional": false, 48430 "registry": null, 48431 "rename": null, 48432 "req": "^0.11.3", 48433 "source": "registry+https://github.com/rust-lang/crates.io-index", 48434 "target": null, 48435 "uses_default_features": false 48436 }, 48437 { 48438 "features": [ 48439 "derive" 48440 ], 48441 "kind": "dev", 48442 "name": "serde", 48443 "optional": false, 48444 "registry": null, 48445 "rename": null, 48446 "req": "^1.0", 48447 "source": "registry+https://github.com/rust-lang/crates.io-index", 48448 "target": null, 48449 "uses_default_features": true 48450 }, 48451 { 48452 "features": [], 48453 "kind": "dev", 48454 "name": "serde_json", 48455 "optional": false, 48456 "registry": null, 48457 "rename": null, 48458 "req": "^1.0", 48459 "source": "registry+https://github.com/rust-lang/crates.io-index", 48460 "target": null, 48461 "uses_default_features": true 48462 } 48463 ], 48464 "description": "Web PKI X.509 Certificate Verification.", 48465 "documentation": null, 48466 "edition": "2021", 48467 "features": { 48468 "alloc": [ 48469 "ring/alloc" 48470 ], 48471 "default": [ 48472 "std" 48473 ], 48474 "std": [ 48475 "alloc" 48476 ] 48477 }, 48478 "homepage": null, 48479 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 48480 "keywords": [], 48481 "license": "ISC", 48482 "license_file": null, 48483 "links": null, 48484 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/Cargo.toml", 48485 "metadata": { 48486 "docs": { 48487 "rs": { 48488 "all-features": true, 48489 "rustdoc-args": [ 48490 "--cfg", 48491 "docsrs" 48492 ] 48493 } 48494 } 48495 }, 48496 "name": "rustls-webpki", 48497 "publish": null, 48498 "readme": "README.md", 48499 "repository": "https://github.com/rustls/webpki", 48500 "rust_version": "1.61", 48501 "source": "registry+https://github.com/rust-lang/crates.io-index", 48502 "targets": [ 48503 { 48504 "crate_types": [ 48505 "lib" 48506 ], 48507 "doc": true, 48508 "doctest": true, 48509 "edition": "2021", 48510 "kind": [ 48511 "lib" 48512 ], 48513 "name": "webpki", 48514 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs", 48515 "test": true 48516 }, 48517 { 48518 "crate_types": [ 48519 "bin" 48520 ], 48521 "doc": false, 48522 "doctest": false, 48523 "edition": "2021", 48524 "kind": [ 48525 "test" 48526 ], 48527 "name": "client_auth_revocation", 48528 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/client_auth_revocation.rs", 48529 "test": true 48530 }, 48531 { 48532 "crate_types": [ 48533 "bin" 48534 ], 48535 "doc": false, 48536 "doctest": false, 48537 "edition": "2021", 48538 "kind": [ 48539 "test" 48540 ], 48541 "name": "name_tests", 48542 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/name_tests.rs", 48543 "test": true 48544 }, 48545 { 48546 "crate_types": [ 48547 "bin" 48548 ], 48549 "doc": false, 48550 "doctest": false, 48551 "edition": "2021", 48552 "kind": [ 48553 "test" 48554 ], 48555 "name": "better_tls", 48556 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/better_tls.rs", 48557 "test": true 48558 }, 48559 { 48560 "crate_types": [ 48561 "bin" 48562 ], 48563 "doc": false, 48564 "doctest": false, 48565 "edition": "2021", 48566 "kind": [ 48567 "test" 48568 ], 48569 "name": "cert_v1_unsupported", 48570 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/cert_v1_unsupported.rs", 48571 "test": true 48572 }, 48573 { 48574 "crate_types": [ 48575 "bin" 48576 ], 48577 "doc": false, 48578 "doctest": false, 48579 "edition": "2021", 48580 "kind": [ 48581 "test" 48582 ], 48583 "name": "cert_without_extensions", 48584 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/cert_without_extensions.rs", 48585 "test": true 48586 }, 48587 { 48588 "crate_types": [ 48589 "bin" 48590 ], 48591 "doc": false, 48592 "doctest": false, 48593 "edition": "2021", 48594 "kind": [ 48595 "test" 48596 ], 48597 "name": "custom_ekus", 48598 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/custom_ekus.rs", 48599 "test": true 48600 }, 48601 { 48602 "crate_types": [ 48603 "bin" 48604 ], 48605 "doc": false, 48606 "doctest": false, 48607 "edition": "2021", 48608 "kind": [ 48609 "test" 48610 ], 48611 "name": "signatures", 48612 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/signatures.rs", 48613 "test": true 48614 }, 48615 { 48616 "crate_types": [ 48617 "bin" 48618 ], 48619 "doc": false, 48620 "doctest": false, 48621 "edition": "2021", 48622 "kind": [ 48623 "test" 48624 ], 48625 "name": "crl_tests", 48626 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/crl_tests.rs", 48627 "test": true 48628 }, 48629 { 48630 "crate_types": [ 48631 "bin" 48632 ], 48633 "doc": false, 48634 "doctest": false, 48635 "edition": "2021", 48636 "kind": [ 48637 "test" 48638 ], 48639 "name": "tls_server_certs", 48640 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/tls_server_certs.rs", 48641 "test": true 48642 }, 48643 { 48644 "crate_types": [ 48645 "bin" 48646 ], 48647 "doc": false, 48648 "doctest": false, 48649 "edition": "2021", 48650 "kind": [ 48651 "test" 48652 ], 48653 "name": "integration", 48654 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/integration.rs", 48655 "test": true 48656 }, 48657 { 48658 "crate_types": [ 48659 "bin" 48660 ], 48661 "doc": false, 48662 "doctest": false, 48663 "edition": "2021", 48664 "kind": [ 48665 "test" 48666 ], 48667 "name": "dns_name_tests", 48668 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/dns_name_tests.rs", 48669 "test": true 48670 }, 48671 { 48672 "crate_types": [ 48673 "bin" 48674 ], 48675 "doc": false, 48676 "doctest": false, 48677 "edition": "2021", 48678 "kind": [ 48679 "test" 48680 ], 48681 "name": "client_auth", 48682 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/tests/client_auth.rs", 48683 "test": true 48684 }, 48685 { 48686 "crate_types": [ 48687 "bin" 48688 ], 48689 "doc": false, 48690 "doctest": false, 48691 "edition": "2021", 48692 "kind": [ 48693 "bench" 48694 ], 48695 "name": "benchmarks", 48696 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/benches/benchmark.rs", 48697 "test": false 48698 } 48699 ], 48700 "version": "0.101.7" 48701 }, 48702 { 48703 "authors": [ 48704 "David Tolnay <[email protected]>" 48705 ], 48706 "categories": [ 48707 "development-tools::build-utils", 48708 "no-std", 48709 "no-std::no-alloc" 48710 ], 48711 "default_run": null, 48712 "dependencies": [ 48713 { 48714 "features": [ 48715 "diff" 48716 ], 48717 "kind": "dev", 48718 "name": "trybuild", 48719 "optional": false, 48720 "registry": null, 48721 "rename": null, 48722 "req": "^1.0.49", 48723 "source": "registry+https://github.com/rust-lang/crates.io-index", 48724 "target": null, 48725 "uses_default_features": true 48726 } 48727 ], 48728 "description": "Conditional compilation according to rustc compiler version", 48729 "documentation": "https://docs.rs/rustversion", 48730 "edition": "2018", 48731 "features": {}, 48732 "homepage": null, 48733 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 48734 "keywords": [], 48735 "license": "MIT OR Apache-2.0", 48736 "license_file": null, 48737 "links": null, 48738 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/Cargo.toml", 48739 "metadata": { 48740 "docs": { 48741 "rs": { 48742 "rustdoc-args": [ 48743 "--generate-link-to-definition" 48744 ], 48745 "targets": [ 48746 "x86_64-unknown-linux-gnu" 48747 ] 48748 } 48749 } 48750 }, 48751 "name": "rustversion", 48752 "publish": null, 48753 "readme": "README.md", 48754 "repository": "https://github.com/dtolnay/rustversion", 48755 "rust_version": "1.31", 48756 "source": "registry+https://github.com/rust-lang/crates.io-index", 48757 "targets": [ 48758 { 48759 "crate_types": [ 48760 "proc-macro" 48761 ], 48762 "doc": true, 48763 "doctest": true, 48764 "edition": "2018", 48765 "kind": [ 48766 "proc-macro" 48767 ], 48768 "name": "rustversion", 48769 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs", 48770 "test": true 48771 }, 48772 { 48773 "crate_types": [ 48774 "bin" 48775 ], 48776 "doc": false, 48777 "doctest": false, 48778 "edition": "2018", 48779 "kind": [ 48780 "test" 48781 ], 48782 "name": "test_const", 48783 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/tests/test_const.rs", 48784 "test": true 48785 }, 48786 { 48787 "crate_types": [ 48788 "bin" 48789 ], 48790 "doc": false, 48791 "doctest": false, 48792 "edition": "2018", 48793 "kind": [ 48794 "test" 48795 ], 48796 "name": "test_parse", 48797 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/tests/test_parse.rs", 48798 "test": true 48799 }, 48800 { 48801 "crate_types": [ 48802 "bin" 48803 ], 48804 "doc": false, 48805 "doctest": false, 48806 "edition": "2018", 48807 "kind": [ 48808 "test" 48809 ], 48810 "name": "test_eval", 48811 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/tests/test_eval.rs", 48812 "test": true 48813 }, 48814 { 48815 "crate_types": [ 48816 "bin" 48817 ], 48818 "doc": false, 48819 "doctest": false, 48820 "edition": "2018", 48821 "kind": [ 48822 "test" 48823 ], 48824 "name": "compiletest", 48825 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/tests/compiletest.rs", 48826 "test": true 48827 }, 48828 { 48829 "crate_types": [ 48830 "bin" 48831 ], 48832 "doc": false, 48833 "doctest": false, 48834 "edition": "2018", 48835 "kind": [ 48836 "custom-build" 48837 ], 48838 "name": "build-script-build", 48839 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs", 48840 "test": false 48841 } 48842 ], 48843 "version": "1.0.14" 48844 }, 48845 { 48846 "authors": [ 48847 "David Tolnay <[email protected]>" 48848 ], 48849 "categories": [ 48850 "value-formatting", 48851 "no-std", 48852 "no-std::no-alloc" 48853 ], 48854 "default_run": null, 48855 "dependencies": [ 48856 { 48857 "features": [], 48858 "kind": null, 48859 "name": "no-panic", 48860 "optional": true, 48861 "registry": null, 48862 "rename": null, 48863 "req": "^0.1", 48864 "source": "registry+https://github.com/rust-lang/crates.io-index", 48865 "target": null, 48866 "uses_default_features": true 48867 }, 48868 { 48869 "features": [], 48870 "kind": "dev", 48871 "name": "num_cpus", 48872 "optional": false, 48873 "registry": null, 48874 "rename": null, 48875 "req": "^1.8", 48876 "source": "registry+https://github.com/rust-lang/crates.io-index", 48877 "target": null, 48878 "uses_default_features": true 48879 }, 48880 { 48881 "features": [], 48882 "kind": "dev", 48883 "name": "rand", 48884 "optional": false, 48885 "registry": null, 48886 "rename": null, 48887 "req": "^0.8", 48888 "source": "registry+https://github.com/rust-lang/crates.io-index", 48889 "target": null, 48890 "uses_default_features": true 48891 }, 48892 { 48893 "features": [], 48894 "kind": "dev", 48895 "name": "rand_xorshift", 48896 "optional": false, 48897 "registry": null, 48898 "rename": null, 48899 "req": "^0.3", 48900 "source": "registry+https://github.com/rust-lang/crates.io-index", 48901 "target": null, 48902 "uses_default_features": true 48903 } 48904 ], 48905 "description": "Fast floating point to string conversion", 48906 "documentation": "https://docs.rs/ryu", 48907 "edition": "2018", 48908 "features": { 48909 "no-panic": [ 48910 "dep:no-panic" 48911 ], 48912 "small": [] 48913 }, 48914 "homepage": null, 48915 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 48916 "keywords": [ 48917 "float" 48918 ], 48919 "license": "Apache-2.0 OR BSL-1.0", 48920 "license_file": null, 48921 "links": null, 48922 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/Cargo.toml", 48923 "metadata": { 48924 "docs": { 48925 "rs": { 48926 "rustdoc-args": [ 48927 "--generate-link-to-definition" 48928 ], 48929 "targets": [ 48930 "x86_64-unknown-linux-gnu" 48931 ] 48932 } 48933 } 48934 }, 48935 "name": "ryu", 48936 "publish": null, 48937 "readme": "README.md", 48938 "repository": "https://github.com/dtolnay/ryu", 48939 "rust_version": "1.36", 48940 "source": "registry+https://github.com/rust-lang/crates.io-index", 48941 "targets": [ 48942 { 48943 "crate_types": [ 48944 "lib" 48945 ], 48946 "doc": true, 48947 "doctest": true, 48948 "edition": "2018", 48949 "kind": [ 48950 "lib" 48951 ], 48952 "name": "ryu", 48953 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/src/lib.rs", 48954 "test": true 48955 }, 48956 { 48957 "crate_types": [ 48958 "bin" 48959 ], 48960 "doc": false, 48961 "doctest": false, 48962 "edition": "2018", 48963 "kind": [ 48964 "example" 48965 ], 48966 "name": "upstream_benchmark", 48967 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/examples/upstream_benchmark.rs", 48968 "test": false 48969 }, 48970 { 48971 "crate_types": [ 48972 "bin" 48973 ], 48974 "doc": false, 48975 "doctest": false, 48976 "edition": "2018", 48977 "kind": [ 48978 "test" 48979 ], 48980 "name": "d2s_table_test", 48981 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_table_test.rs", 48982 "test": true 48983 }, 48984 { 48985 "crate_types": [ 48986 "bin" 48987 ], 48988 "doc": false, 48989 "doctest": false, 48990 "edition": "2018", 48991 "kind": [ 48992 "test" 48993 ], 48994 "name": "common_test", 48995 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/common_test.rs", 48996 "test": true 48997 }, 48998 { 48999 "crate_types": [ 49000 "bin" 49001 ], 49002 "doc": false, 49003 "doctest": false, 49004 "edition": "2018", 49005 "kind": [ 49006 "test" 49007 ], 49008 "name": "d2s_intrinsics_test", 49009 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_intrinsics_test.rs", 49010 "test": true 49011 }, 49012 { 49013 "crate_types": [ 49014 "bin" 49015 ], 49016 "doc": false, 49017 "doctest": false, 49018 "edition": "2018", 49019 "kind": [ 49020 "test" 49021 ], 49022 "name": "d2s_test", 49023 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_test.rs", 49024 "test": true 49025 }, 49026 { 49027 "crate_types": [ 49028 "bin" 49029 ], 49030 "doc": false, 49031 "doctest": false, 49032 "edition": "2018", 49033 "kind": [ 49034 "test" 49035 ], 49036 "name": "s2d_test", 49037 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2d_test.rs", 49038 "test": true 49039 }, 49040 { 49041 "crate_types": [ 49042 "bin" 49043 ], 49044 "doc": false, 49045 "doctest": false, 49046 "edition": "2018", 49047 "kind": [ 49048 "test" 49049 ], 49050 "name": "exhaustive", 49051 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/exhaustive.rs", 49052 "test": true 49053 }, 49054 { 49055 "crate_types": [ 49056 "bin" 49057 ], 49058 "doc": false, 49059 "doctest": false, 49060 "edition": "2018", 49061 "kind": [ 49062 "test" 49063 ], 49064 "name": "f2s_test", 49065 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/f2s_test.rs", 49066 "test": true 49067 }, 49068 { 49069 "crate_types": [ 49070 "bin" 49071 ], 49072 "doc": false, 49073 "doctest": false, 49074 "edition": "2018", 49075 "kind": [ 49076 "test" 49077 ], 49078 "name": "s2f_test", 49079 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2f_test.rs", 49080 "test": true 49081 }, 49082 { 49083 "crate_types": [ 49084 "bin" 49085 ], 49086 "doc": false, 49087 "doctest": false, 49088 "edition": "2018", 49089 "kind": [ 49090 "bench" 49091 ], 49092 "name": "bench", 49093 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/benches/bench.rs", 49094 "test": false 49095 } 49096 ], 49097 "version": "1.0.17" 49098 }, 49099 { 49100 "authors": [ 49101 "RustCrypto Developers" 49102 ], 49103 "categories": [ 49104 "cryptography", 49105 "no-std" 49106 ], 49107 "default_run": null, 49108 "dependencies": [ 49109 { 49110 "features": [], 49111 "kind": null, 49112 "name": "cipher", 49113 "optional": false, 49114 "registry": null, 49115 "rename": null, 49116 "req": "^0.4.2", 49117 "source": "registry+https://github.com/rust-lang/crates.io-index", 49118 "target": null, 49119 "uses_default_features": true 49120 }, 49121 { 49122 "features": [ 49123 "dev" 49124 ], 49125 "kind": "dev", 49126 "name": "cipher", 49127 "optional": false, 49128 "registry": null, 49129 "rename": null, 49130 "req": "^0.4.2", 49131 "source": "registry+https://github.com/rust-lang/crates.io-index", 49132 "target": null, 49133 "uses_default_features": true 49134 }, 49135 { 49136 "features": [], 49137 "kind": "dev", 49138 "name": "hex-literal", 49139 "optional": false, 49140 "registry": null, 49141 "rename": null, 49142 "req": "^0.3.3", 49143 "source": "registry+https://github.com/rust-lang/crates.io-index", 49144 "target": null, 49145 "uses_default_features": true 49146 } 49147 ], 49148 "description": "Salsa20 Stream Cipher", 49149 "documentation": "https://docs.rs/salsa20", 49150 "edition": "2021", 49151 "features": { 49152 "std": [ 49153 "cipher/std" 49154 ], 49155 "zeroize": [ 49156 "cipher/zeroize" 49157 ] 49158 }, 49159 "homepage": null, 49160 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49161 "keywords": [ 49162 "crypto", 49163 "stream-cipher", 49164 "trait", 49165 "xsalsa20" 49166 ], 49167 "license": "MIT OR Apache-2.0", 49168 "license_file": null, 49169 "links": null, 49170 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/Cargo.toml", 49171 "metadata": { 49172 "docs": { 49173 "rs": { 49174 "all-features": true, 49175 "rustdoc-args": [ 49176 "--cfg", 49177 "docsrs" 49178 ] 49179 } 49180 } 49181 }, 49182 "name": "salsa20", 49183 "publish": null, 49184 "readme": "README.md", 49185 "repository": "https://github.com/RustCrypto/stream-ciphers", 49186 "rust_version": "1.56", 49187 "source": "registry+https://github.com/rust-lang/crates.io-index", 49188 "targets": [ 49189 { 49190 "crate_types": [ 49191 "lib" 49192 ], 49193 "doc": true, 49194 "doctest": true, 49195 "edition": "2021", 49196 "kind": [ 49197 "lib" 49198 ], 49199 "name": "salsa20", 49200 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/src/lib.rs", 49201 "test": true 49202 }, 49203 { 49204 "crate_types": [ 49205 "bin" 49206 ], 49207 "doc": false, 49208 "doctest": false, 49209 "edition": "2021", 49210 "kind": [ 49211 "test" 49212 ], 49213 "name": "mod", 49214 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/tests/mod.rs", 49215 "test": true 49216 }, 49217 { 49218 "crate_types": [ 49219 "bin" 49220 ], 49221 "doc": false, 49222 "doctest": false, 49223 "edition": "2021", 49224 "kind": [ 49225 "bench" 49226 ], 49227 "name": "mod", 49228 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/benches/mod.rs", 49229 "test": false 49230 } 49231 ], 49232 "version": "0.10.2" 49233 }, 49234 { 49235 "authors": [ 49236 "Andrew Gallant <[email protected]>" 49237 ], 49238 "categories": [], 49239 "default_run": null, 49240 "dependencies": [ 49241 { 49242 "features": [], 49243 "kind": "dev", 49244 "name": "doc-comment", 49245 "optional": false, 49246 "registry": null, 49247 "rename": null, 49248 "req": "^0.3", 49249 "source": "registry+https://github.com/rust-lang/crates.io-index", 49250 "target": null, 49251 "uses_default_features": true 49252 }, 49253 { 49254 "features": [], 49255 "kind": null, 49256 "name": "winapi-util", 49257 "optional": false, 49258 "registry": null, 49259 "rename": null, 49260 "req": "^0.1.1", 49261 "source": "registry+https://github.com/rust-lang/crates.io-index", 49262 "target": "cfg(windows)", 49263 "uses_default_features": true 49264 } 49265 ], 49266 "description": "A simple crate for determining whether two file paths point to the same file.\n", 49267 "documentation": "https://docs.rs/same-file", 49268 "edition": "2018", 49269 "features": {}, 49270 "homepage": "https://github.com/BurntSushi/same-file", 49271 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49272 "keywords": [ 49273 "same", 49274 "file", 49275 "equal", 49276 "inode" 49277 ], 49278 "license": "Unlicense/MIT", 49279 "license_file": null, 49280 "links": null, 49281 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml", 49282 "metadata": null, 49283 "name": "same-file", 49284 "publish": null, 49285 "readme": "README.md", 49286 "repository": "https://github.com/BurntSushi/same-file", 49287 "rust_version": null, 49288 "source": "registry+https://github.com/rust-lang/crates.io-index", 49289 "targets": [ 49290 { 49291 "crate_types": [ 49292 "lib" 49293 ], 49294 "doc": true, 49295 "doctest": true, 49296 "edition": "2018", 49297 "kind": [ 49298 "lib" 49299 ], 49300 "name": "same_file", 49301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs", 49302 "test": true 49303 }, 49304 { 49305 "crate_types": [ 49306 "bin" 49307 ], 49308 "doc": false, 49309 "doctest": false, 49310 "edition": "2018", 49311 "kind": [ 49312 "example" 49313 ], 49314 "name": "is_stderr", 49315 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs", 49316 "test": false 49317 }, 49318 { 49319 "crate_types": [ 49320 "bin" 49321 ], 49322 "doc": false, 49323 "doctest": false, 49324 "edition": "2018", 49325 "kind": [ 49326 "example" 49327 ], 49328 "name": "is_same_file", 49329 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs", 49330 "test": false 49331 } 49332 ], 49333 "version": "1.0.6" 49334 }, 49335 { 49336 "authors": [ 49337 "bluss" 49338 ], 49339 "categories": [ 49340 "rust-patterns", 49341 "no-std" 49342 ], 49343 "default_run": null, 49344 "dependencies": [], 49345 "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", 49346 "documentation": "https://docs.rs/scopeguard/", 49347 "edition": "2015", 49348 "features": { 49349 "default": [ 49350 "use_std" 49351 ], 49352 "use_std": [] 49353 }, 49354 "homepage": null, 49355 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49356 "keywords": [ 49357 "scope-guard", 49358 "defer", 49359 "panic", 49360 "unwind" 49361 ], 49362 "license": "MIT OR Apache-2.0", 49363 "license_file": null, 49364 "links": null, 49365 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/Cargo.toml", 49366 "metadata": { 49367 "release": { 49368 "no-dev-version": true 49369 } 49370 }, 49371 "name": "scopeguard", 49372 "publish": null, 49373 "readme": "README.md", 49374 "repository": "https://github.com/bluss/scopeguard", 49375 "rust_version": null, 49376 "source": "registry+https://github.com/rust-lang/crates.io-index", 49377 "targets": [ 49378 { 49379 "crate_types": [ 49380 "lib" 49381 ], 49382 "doc": true, 49383 "doctest": true, 49384 "edition": "2015", 49385 "kind": [ 49386 "lib" 49387 ], 49388 "name": "scopeguard", 49389 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs", 49390 "test": true 49391 }, 49392 { 49393 "crate_types": [ 49394 "bin" 49395 ], 49396 "doc": false, 49397 "doctest": false, 49398 "edition": "2015", 49399 "kind": [ 49400 "example" 49401 ], 49402 "name": "readme", 49403 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/examples/readme.rs", 49404 "test": false 49405 } 49406 ], 49407 "version": "1.2.0" 49408 }, 49409 { 49410 "authors": [ 49411 "RustCrypto Developers" 49412 ], 49413 "categories": [ 49414 "authentication", 49415 "cryptography", 49416 "no-std" 49417 ], 49418 "default_run": null, 49419 "dependencies": [ 49420 { 49421 "features": [ 49422 "rand_core" 49423 ], 49424 "kind": null, 49425 "name": "password-hash", 49426 "optional": true, 49427 "registry": null, 49428 "rename": null, 49429 "req": "^0.5", 49430 "source": "registry+https://github.com/rust-lang/crates.io-index", 49431 "target": null, 49432 "uses_default_features": false 49433 }, 49434 { 49435 "features": [], 49436 "kind": null, 49437 "name": "pbkdf2", 49438 "optional": false, 49439 "registry": null, 49440 "rename": null, 49441 "req": "^0.12", 49442 "source": "registry+https://github.com/rust-lang/crates.io-index", 49443 "target": null, 49444 "uses_default_features": true 49445 }, 49446 { 49447 "features": [], 49448 "kind": null, 49449 "name": "salsa20", 49450 "optional": false, 49451 "registry": null, 49452 "rename": null, 49453 "req": "^0.10.2", 49454 "source": "registry+https://github.com/rust-lang/crates.io-index", 49455 "target": null, 49456 "uses_default_features": false 49457 }, 49458 { 49459 "features": [], 49460 "kind": null, 49461 "name": "sha2", 49462 "optional": false, 49463 "registry": null, 49464 "rename": null, 49465 "req": "^0.10", 49466 "source": "registry+https://github.com/rust-lang/crates.io-index", 49467 "target": null, 49468 "uses_default_features": false 49469 }, 49470 { 49471 "features": [ 49472 "rand_core" 49473 ], 49474 "kind": "dev", 49475 "name": "password-hash", 49476 "optional": false, 49477 "registry": null, 49478 "rename": null, 49479 "req": "^0.5", 49480 "source": "registry+https://github.com/rust-lang/crates.io-index", 49481 "target": null, 49482 "uses_default_features": true 49483 } 49484 ], 49485 "description": "Scrypt password-based key derivation function", 49486 "documentation": "https://docs.rs/scrypt", 49487 "edition": "2021", 49488 "features": { 49489 "default": [ 49490 "simple", 49491 "std" 49492 ], 49493 "password-hash": [ 49494 "dep:password-hash" 49495 ], 49496 "simple": [ 49497 "password-hash" 49498 ], 49499 "std": [ 49500 "password-hash/std" 49501 ] 49502 }, 49503 "homepage": null, 49504 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49505 "keywords": [ 49506 "crypto", 49507 "hashing", 49508 "password", 49509 "phf" 49510 ], 49511 "license": "MIT OR Apache-2.0", 49512 "license_file": null, 49513 "links": null, 49514 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/Cargo.toml", 49515 "metadata": { 49516 "docs": { 49517 "rs": { 49518 "all-features": true, 49519 "rustdoc-args": [ 49520 "--cfg", 49521 "docsrs" 49522 ] 49523 } 49524 } 49525 }, 49526 "name": "scrypt", 49527 "publish": null, 49528 "readme": "README.md", 49529 "repository": "https://github.com/RustCrypto/password-hashes/tree/master/scrypt", 49530 "rust_version": "1.60", 49531 "source": "registry+https://github.com/rust-lang/crates.io-index", 49532 "targets": [ 49533 { 49534 "crate_types": [ 49535 "lib" 49536 ], 49537 "doc": true, 49538 "doctest": true, 49539 "edition": "2021", 49540 "kind": [ 49541 "lib" 49542 ], 49543 "name": "scrypt", 49544 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/src/lib.rs", 49545 "test": true 49546 }, 49547 { 49548 "crate_types": [ 49549 "bin" 49550 ], 49551 "doc": false, 49552 "doctest": false, 49553 "edition": "2021", 49554 "kind": [ 49555 "test" 49556 ], 49557 "name": "mod", 49558 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/tests/mod.rs", 49559 "test": true 49560 }, 49561 { 49562 "crate_types": [ 49563 "bin" 49564 ], 49565 "doc": false, 49566 "doctest": false, 49567 "edition": "2021", 49568 "kind": [ 49569 "bench" 49570 ], 49571 "name": "lib", 49572 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/benches/lib.rs", 49573 "test": false 49574 } 49575 ], 49576 "version": "0.11.0" 49577 }, 49578 { 49579 "authors": [ 49580 "Joseph Birr-Pixton <[email protected]>" 49581 ], 49582 "categories": [ 49583 "network-programming", 49584 "cryptography" 49585 ], 49586 "default_run": null, 49587 "dependencies": [ 49588 { 49589 "features": [], 49590 "kind": null, 49591 "name": "ring", 49592 "optional": false, 49593 "registry": null, 49594 "rename": null, 49595 "req": "^0.17.0", 49596 "source": "registry+https://github.com/rust-lang/crates.io-index", 49597 "target": null, 49598 "uses_default_features": true 49599 }, 49600 { 49601 "features": [], 49602 "kind": null, 49603 "name": "untrusted", 49604 "optional": false, 49605 "registry": null, 49606 "rename": null, 49607 "req": "^0.9.0", 49608 "source": "registry+https://github.com/rust-lang/crates.io-index", 49609 "target": null, 49610 "uses_default_features": true 49611 } 49612 ], 49613 "description": "Certificate transparency SCT verification library", 49614 "documentation": null, 49615 "edition": "2021", 49616 "features": {}, 49617 "homepage": "https://github.com/rustls/sct.rs", 49618 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49619 "keywords": [], 49620 "license": "Apache-2.0 OR ISC OR MIT", 49621 "license_file": null, 49622 "links": null, 49623 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/Cargo.toml", 49624 "metadata": null, 49625 "name": "sct", 49626 "publish": null, 49627 "readme": "README.md", 49628 "repository": "https://github.com/rustls/sct.rs", 49629 "rust_version": "1.61", 49630 "source": "registry+https://github.com/rust-lang/crates.io-index", 49631 "targets": [ 49632 { 49633 "crate_types": [ 49634 "lib" 49635 ], 49636 "doc": true, 49637 "doctest": true, 49638 "edition": "2021", 49639 "kind": [ 49640 "lib" 49641 ], 49642 "name": "sct", 49643 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs", 49644 "test": true 49645 } 49646 ], 49647 "version": "0.7.1" 49648 }, 49649 { 49650 "authors": [ 49651 "ticki <[email protected]>", 49652 "Tom Almeida <[email protected]>" 49653 ], 49654 "categories": [], 49655 "default_run": null, 49656 "dependencies": [ 49657 { 49658 "features": [], 49659 "kind": "dev", 49660 "name": "criterion", 49661 "optional": false, 49662 "registry": null, 49663 "rename": null, 49664 "req": "^0.3", 49665 "source": "registry+https://github.com/rust-lang/crates.io-index", 49666 "target": null, 49667 "uses_default_features": true 49668 }, 49669 { 49670 "features": [], 49671 "kind": "dev", 49672 "name": "quickcheck", 49673 "optional": false, 49674 "registry": null, 49675 "rename": null, 49676 "req": "^0.9.2", 49677 "source": "registry+https://github.com/rust-lang/crates.io-index", 49678 "target": null, 49679 "uses_default_features": true 49680 } 49681 ], 49682 "description": "A blazingly fast, portable hash function with proven statistical guarantees.", 49683 "documentation": "https://docs.rs/seahash", 49684 "edition": "2015", 49685 "features": { 49686 "default": [], 49687 "use_std": [] 49688 }, 49689 "homepage": null, 49690 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49691 "keywords": [ 49692 "hash", 49693 "hashing", 49694 "checksum", 49695 "checksumming", 49696 "portable" 49697 ], 49698 "license": "MIT", 49699 "license_file": null, 49700 "links": null, 49701 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/Cargo.toml", 49702 "metadata": null, 49703 "name": "seahash", 49704 "publish": null, 49705 "readme": "README.md", 49706 "repository": "https://gitlab.redox-os.org/redox-os/seahash", 49707 "rust_version": null, 49708 "source": "registry+https://github.com/rust-lang/crates.io-index", 49709 "targets": [ 49710 { 49711 "crate_types": [ 49712 "lib" 49713 ], 49714 "doc": true, 49715 "doctest": true, 49716 "edition": "2015", 49717 "kind": [ 49718 "lib" 49719 ], 49720 "name": "seahash", 49721 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/src/lib.rs", 49722 "test": true 49723 }, 49724 { 49725 "crate_types": [ 49726 "bin" 49727 ], 49728 "doc": false, 49729 "doctest": false, 49730 "edition": "2015", 49731 "kind": [ 49732 "test" 49733 ], 49734 "name": "chunking", 49735 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/tests/chunking.rs", 49736 "test": true 49737 }, 49738 { 49739 "crate_types": [ 49740 "bin" 49741 ], 49742 "doc": false, 49743 "doctest": false, 49744 "edition": "2015", 49745 "kind": [ 49746 "test" 49747 ], 49748 "name": "quickchecks", 49749 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/tests/quickchecks.rs", 49750 "test": true 49751 }, 49752 { 49753 "crate_types": [ 49754 "bin" 49755 ], 49756 "doc": false, 49757 "doctest": false, 49758 "edition": "2015", 49759 "kind": [ 49760 "bench" 49761 ], 49762 "name": "bench", 49763 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/benches/bench.rs", 49764 "test": false 49765 } 49766 ], 49767 "version": "4.1.0" 49768 }, 49769 { 49770 "authors": [ 49771 "David Tolnay <[email protected]>" 49772 ], 49773 "categories": [ 49774 "data-structures", 49775 "no-std" 49776 ], 49777 "default_run": null, 49778 "dependencies": [ 49779 { 49780 "features": [], 49781 "kind": null, 49782 "name": "serde", 49783 "optional": true, 49784 "registry": null, 49785 "rename": null, 49786 "req": "^1.0.194", 49787 "source": "registry+https://github.com/rust-lang/crates.io-index", 49788 "target": null, 49789 "uses_default_features": false 49790 } 49791 ], 49792 "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning", 49793 "documentation": "https://docs.rs/semver", 49794 "edition": "2018", 49795 "features": { 49796 "default": [ 49797 "std" 49798 ], 49799 "serde": [ 49800 "dep:serde" 49801 ], 49802 "std": [] 49803 }, 49804 "homepage": null, 49805 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49806 "keywords": [ 49807 "cargo" 49808 ], 49809 "license": "MIT OR Apache-2.0", 49810 "license_file": null, 49811 "links": null, 49812 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/Cargo.toml", 49813 "metadata": { 49814 "docs": { 49815 "rs": { 49816 "rustdoc-args": [ 49817 "--cfg", 49818 "doc_cfg", 49819 "--generate-link-to-definition" 49820 ], 49821 "targets": [ 49822 "x86_64-unknown-linux-gnu" 49823 ] 49824 } 49825 } 49826 }, 49827 "name": "semver", 49828 "publish": null, 49829 "readme": "README.md", 49830 "repository": "https://github.com/dtolnay/semver", 49831 "rust_version": "1.31", 49832 "source": "registry+https://github.com/rust-lang/crates.io-index", 49833 "targets": [ 49834 { 49835 "crate_types": [ 49836 "lib" 49837 ], 49838 "doc": true, 49839 "doctest": true, 49840 "edition": "2018", 49841 "kind": [ 49842 "lib" 49843 ], 49844 "name": "semver", 49845 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs", 49846 "test": true 49847 }, 49848 { 49849 "crate_types": [ 49850 "bin" 49851 ], 49852 "doc": false, 49853 "doctest": false, 49854 "edition": "2018", 49855 "kind": [ 49856 "test" 49857 ], 49858 "name": "test_version_req", 49859 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_version_req.rs", 49860 "test": true 49861 }, 49862 { 49863 "crate_types": [ 49864 "bin" 49865 ], 49866 "doc": false, 49867 "doctest": false, 49868 "edition": "2018", 49869 "kind": [ 49870 "test" 49871 ], 49872 "name": "test_version", 49873 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_version.rs", 49874 "test": true 49875 }, 49876 { 49877 "crate_types": [ 49878 "bin" 49879 ], 49880 "doc": false, 49881 "doctest": false, 49882 "edition": "2018", 49883 "kind": [ 49884 "test" 49885 ], 49886 "name": "test_identifier", 49887 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_identifier.rs", 49888 "test": true 49889 }, 49890 { 49891 "crate_types": [ 49892 "bin" 49893 ], 49894 "doc": false, 49895 "doctest": false, 49896 "edition": "2018", 49897 "kind": [ 49898 "test" 49899 ], 49900 "name": "test_autotrait", 49901 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_autotrait.rs", 49902 "test": true 49903 }, 49904 { 49905 "crate_types": [ 49906 "bin" 49907 ], 49908 "doc": false, 49909 "doctest": false, 49910 "edition": "2018", 49911 "kind": [ 49912 "bench" 49913 ], 49914 "name": "parse", 49915 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/benches/parse.rs", 49916 "test": false 49917 }, 49918 { 49919 "crate_types": [ 49920 "bin" 49921 ], 49922 "doc": false, 49923 "doctest": false, 49924 "edition": "2018", 49925 "kind": [ 49926 "custom-build" 49927 ], 49928 "name": "build-script-build", 49929 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs", 49930 "test": false 49931 } 49932 ], 49933 "version": "1.0.22" 49934 }, 49935 { 49936 "authors": [ 49937 "Thomas Keh" 49938 ], 49939 "categories": [ 49940 "rust-patterns" 49941 ], 49942 "default_run": null, 49943 "dependencies": [ 49944 { 49945 "features": [], 49946 "kind": null, 49947 "name": "futures-core", 49948 "optional": true, 49949 "registry": null, 49950 "rename": null, 49951 "req": "^0.3", 49952 "source": "registry+https://github.com/rust-lang/crates.io-index", 49953 "target": null, 49954 "uses_default_features": true 49955 }, 49956 { 49957 "features": [], 49958 "kind": "dev", 49959 "name": "futures-executor", 49960 "optional": false, 49961 "registry": null, 49962 "rename": null, 49963 "req": "^0.3", 49964 "source": "registry+https://github.com/rust-lang/crates.io-index", 49965 "target": null, 49966 "uses_default_features": true 49967 }, 49968 { 49969 "features": [], 49970 "kind": "dev", 49971 "name": "futures-util", 49972 "optional": false, 49973 "registry": null, 49974 "rename": null, 49975 "req": "^0.3", 49976 "source": "registry+https://github.com/rust-lang/crates.io-index", 49977 "target": null, 49978 "uses_default_features": true 49979 } 49980 ], 49981 "description": "This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types\nbetween threads, as long as you access the contained value only from within the original thread. You also have to\nmake sure that the wrapper is dropped from within the original thread. If any of these constraints is violated,\na panic occurs.", 49982 "documentation": "https://docs.rs/send_wrapper", 49983 "edition": "2018", 49984 "features": { 49985 "futures": [ 49986 "futures-core" 49987 ], 49988 "futures-core": [ 49989 "dep:futures-core" 49990 ] 49991 }, 49992 "homepage": null, 49993 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 49994 "keywords": [ 49995 "send", 49996 "wrapper", 49997 "thread_local" 49998 ], 49999 "license": "MIT/Apache-2.0", 50000 "license_file": null, 50001 "links": null, 50002 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/send_wrapper-0.6.0/Cargo.toml", 50003 "metadata": { 50004 "docs": { 50005 "rs": { 50006 "all-features": true, 50007 "rustdoc-args": [ 50008 "--cfg", 50009 "docsrs" 50010 ] 50011 } 50012 } 50013 }, 50014 "name": "send_wrapper", 50015 "publish": null, 50016 "readme": "README.md", 50017 "repository": "https://github.com/thk1/send_wrapper", 50018 "rust_version": null, 50019 "source": "registry+https://github.com/rust-lang/crates.io-index", 50020 "targets": [ 50021 { 50022 "crate_types": [ 50023 "lib" 50024 ], 50025 "doc": true, 50026 "doctest": true, 50027 "edition": "2018", 50028 "kind": [ 50029 "lib" 50030 ], 50031 "name": "send_wrapper", 50032 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/send_wrapper-0.6.0/src/lib.rs", 50033 "test": true 50034 } 50035 ], 50036 "version": "0.6.0" 50037 }, 50038 { 50039 "authors": [ 50040 "Erick Tryzelaar <[email protected]>", 50041 "David Tolnay <[email protected]>" 50042 ], 50043 "categories": [ 50044 "encoding", 50045 "no-std", 50046 "no-std::no-alloc" 50047 ], 50048 "default_run": null, 50049 "dependencies": [ 50050 { 50051 "features": [], 50052 "kind": null, 50053 "name": "serde_derive", 50054 "optional": true, 50055 "registry": null, 50056 "rename": null, 50057 "req": "^1", 50058 "source": "registry+https://github.com/rust-lang/crates.io-index", 50059 "target": null, 50060 "uses_default_features": true 50061 }, 50062 { 50063 "features": [], 50064 "kind": "dev", 50065 "name": "serde_derive", 50066 "optional": false, 50067 "registry": null, 50068 "rename": null, 50069 "req": "^1", 50070 "source": "registry+https://github.com/rust-lang/crates.io-index", 50071 "target": null, 50072 "uses_default_features": true 50073 }, 50074 { 50075 "features": [], 50076 "kind": null, 50077 "name": "serde_derive", 50078 "optional": false, 50079 "registry": null, 50080 "rename": null, 50081 "req": "=1.0.197", 50082 "source": "registry+https://github.com/rust-lang/crates.io-index", 50083 "target": "cfg(any())", 50084 "uses_default_features": true 50085 } 50086 ], 50087 "description": "A generic serialization/deserialization framework", 50088 "documentation": "https://docs.rs/serde", 50089 "edition": "2018", 50090 "features": { 50091 "alloc": [], 50092 "default": [ 50093 "std" 50094 ], 50095 "derive": [ 50096 "serde_derive" 50097 ], 50098 "rc": [], 50099 "serde_derive": [ 50100 "dep:serde_derive" 50101 ], 50102 "std": [], 50103 "unstable": [] 50104 }, 50105 "homepage": "https://serde.rs", 50106 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 50107 "keywords": [ 50108 "serde", 50109 "serialization", 50110 "no_std" 50111 ], 50112 "license": "MIT OR Apache-2.0", 50113 "license_file": null, 50114 "links": null, 50115 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/Cargo.toml", 50116 "metadata": { 50117 "docs": { 50118 "rs": { 50119 "features": [ 50120 "derive", 50121 "rc", 50122 "unstable" 50123 ], 50124 "rustdoc-args": [ 50125 "--cfg", 50126 "doc_cfg", 50127 "--generate-link-to-definition" 50128 ], 50129 "targets": [ 50130 "x86_64-unknown-linux-gnu" 50131 ] 50132 } 50133 }, 50134 "playground": { 50135 "features": [ 50136 "derive", 50137 "rc" 50138 ] 50139 } 50140 }, 50141 "name": "serde", 50142 "publish": null, 50143 "readme": "crates-io.md", 50144 "repository": "https://github.com/serde-rs/serde", 50145 "rust_version": "1.31", 50146 "source": "registry+https://github.com/rust-lang/crates.io-index", 50147 "targets": [ 50148 { 50149 "crate_types": [ 50150 "lib" 50151 ], 50152 "doc": true, 50153 "doctest": true, 50154 "edition": "2018", 50155 "kind": [ 50156 "lib" 50157 ], 50158 "name": "serde", 50159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs", 50160 "test": true 50161 }, 50162 { 50163 "crate_types": [ 50164 "bin" 50165 ], 50166 "doc": false, 50167 "doctest": false, 50168 "edition": "2018", 50169 "kind": [ 50170 "custom-build" 50171 ], 50172 "name": "build-script-build", 50173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs", 50174 "test": false 50175 } 50176 ], 50177 "version": "1.0.197" 50178 }, 50179 { 50180 "authors": [ 50181 "Erick Tryzelaar <[email protected]>", 50182 "David Tolnay <[email protected]>" 50183 ], 50184 "categories": [ 50185 "no-std", 50186 "no-std::no-alloc" 50187 ], 50188 "default_run": null, 50189 "dependencies": [ 50190 { 50191 "features": [ 50192 "proc-macro" 50193 ], 50194 "kind": null, 50195 "name": "proc-macro2", 50196 "optional": false, 50197 "registry": null, 50198 "rename": null, 50199 "req": "^1.0.74", 50200 "source": "registry+https://github.com/rust-lang/crates.io-index", 50201 "target": null, 50202 "uses_default_features": false 50203 }, 50204 { 50205 "features": [ 50206 "proc-macro" 50207 ], 50208 "kind": null, 50209 "name": "quote", 50210 "optional": false, 50211 "registry": null, 50212 "rename": null, 50213 "req": "^1.0.35", 50214 "source": "registry+https://github.com/rust-lang/crates.io-index", 50215 "target": null, 50216 "uses_default_features": false 50217 }, 50218 { 50219 "features": [ 50220 "clone-impls", 50221 "derive", 50222 "parsing", 50223 "printing", 50224 "proc-macro" 50225 ], 50226 "kind": null, 50227 "name": "syn", 50228 "optional": false, 50229 "registry": null, 50230 "rename": null, 50231 "req": "^2.0.46", 50232 "source": "registry+https://github.com/rust-lang/crates.io-index", 50233 "target": null, 50234 "uses_default_features": false 50235 }, 50236 { 50237 "features": [], 50238 "kind": "dev", 50239 "name": "serde", 50240 "optional": false, 50241 "registry": null, 50242 "rename": null, 50243 "req": "^1", 50244 "source": "registry+https://github.com/rust-lang/crates.io-index", 50245 "target": null, 50246 "uses_default_features": true 50247 } 50248 ], 50249 "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", 50250 "documentation": "https://serde.rs/derive.html", 50251 "edition": "2015", 50252 "features": { 50253 "default": [], 50254 "deserialize_in_place": [] 50255 }, 50256 "homepage": "https://serde.rs", 50257 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 50258 "keywords": [ 50259 "serde", 50260 "serialization", 50261 "no_std", 50262 "derive" 50263 ], 50264 "license": "MIT OR Apache-2.0", 50265 "license_file": null, 50266 "links": null, 50267 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/Cargo.toml", 50268 "metadata": { 50269 "docs": { 50270 "rs": { 50271 "rustdoc-args": [ 50272 "--generate-link-to-definition" 50273 ], 50274 "targets": [ 50275 "x86_64-unknown-linux-gnu" 50276 ] 50277 } 50278 } 50279 }, 50280 "name": "serde_derive", 50281 "publish": null, 50282 "readme": "crates-io.md", 50283 "repository": "https://github.com/serde-rs/serde", 50284 "rust_version": "1.56", 50285 "source": "registry+https://github.com/rust-lang/crates.io-index", 50286 "targets": [ 50287 { 50288 "crate_types": [ 50289 "proc-macro" 50290 ], 50291 "doc": true, 50292 "doctest": true, 50293 "edition": "2015", 50294 "kind": [ 50295 "proc-macro" 50296 ], 50297 "name": "serde_derive", 50298 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs", 50299 "test": true 50300 } 50301 ], 50302 "version": "1.0.197" 50303 }, 50304 { 50305 "authors": [ 50306 "Erick Tryzelaar <[email protected]>", 50307 "David Tolnay <[email protected]>" 50308 ], 50309 "categories": [ 50310 "encoding", 50311 "parser-implementations", 50312 "no-std" 50313 ], 50314 "default_run": null, 50315 "dependencies": [ 50316 { 50317 "features": [], 50318 "kind": null, 50319 "name": "indexmap", 50320 "optional": true, 50321 "registry": null, 50322 "rename": null, 50323 "req": "^2.2.1", 50324 "source": "registry+https://github.com/rust-lang/crates.io-index", 50325 "target": null, 50326 "uses_default_features": true 50327 }, 50328 { 50329 "features": [], 50330 "kind": null, 50331 "name": "itoa", 50332 "optional": false, 50333 "registry": null, 50334 "rename": null, 50335 "req": "^1.0", 50336 "source": "registry+https://github.com/rust-lang/crates.io-index", 50337 "target": null, 50338 "uses_default_features": true 50339 }, 50340 { 50341 "features": [], 50342 "kind": null, 50343 "name": "ryu", 50344 "optional": false, 50345 "registry": null, 50346 "rename": null, 50347 "req": "^1.0", 50348 "source": "registry+https://github.com/rust-lang/crates.io-index", 50349 "target": null, 50350 "uses_default_features": true 50351 }, 50352 { 50353 "features": [], 50354 "kind": null, 50355 "name": "serde", 50356 "optional": false, 50357 "registry": null, 50358 "rename": null, 50359 "req": "^1.0.194", 50360 "source": "registry+https://github.com/rust-lang/crates.io-index", 50361 "target": null, 50362 "uses_default_features": false 50363 }, 50364 { 50365 "features": [], 50366 "kind": "dev", 50367 "name": "automod", 50368 "optional": false, 50369 "registry": null, 50370 "rename": null, 50371 "req": "^1.0.11", 50372 "source": "registry+https://github.com/rust-lang/crates.io-index", 50373 "target": null, 50374 "uses_default_features": true 50375 }, 50376 { 50377 "features": [], 50378 "kind": "dev", 50379 "name": "indoc", 50380 "optional": false, 50381 "registry": null, 50382 "rename": null, 50383 "req": "^2.0.2", 50384 "source": "registry+https://github.com/rust-lang/crates.io-index", 50385 "target": null, 50386 "uses_default_features": true 50387 }, 50388 { 50389 "features": [], 50390 "kind": "dev", 50391 "name": "ref-cast", 50392 "optional": false, 50393 "registry": null, 50394 "rename": null, 50395 "req": "^1.0.18", 50396 "source": "registry+https://github.com/rust-lang/crates.io-index", 50397 "target": null, 50398 "uses_default_features": true 50399 }, 50400 { 50401 "features": [], 50402 "kind": "dev", 50403 "name": "rustversion", 50404 "optional": false, 50405 "registry": null, 50406 "rename": null, 50407 "req": "^1.0.13", 50408 "source": "registry+https://github.com/rust-lang/crates.io-index", 50409 "target": null, 50410 "uses_default_features": true 50411 }, 50412 { 50413 "features": [ 50414 "derive" 50415 ], 50416 "kind": "dev", 50417 "name": "serde", 50418 "optional": false, 50419 "registry": null, 50420 "rename": null, 50421 "req": "^1.0.194", 50422 "source": "registry+https://github.com/rust-lang/crates.io-index", 50423 "target": null, 50424 "uses_default_features": true 50425 }, 50426 { 50427 "features": [], 50428 "kind": "dev", 50429 "name": "serde_bytes", 50430 "optional": false, 50431 "registry": null, 50432 "rename": null, 50433 "req": "^0.11.10", 50434 "source": "registry+https://github.com/rust-lang/crates.io-index", 50435 "target": null, 50436 "uses_default_features": true 50437 }, 50438 { 50439 "features": [], 50440 "kind": "dev", 50441 "name": "serde_derive", 50442 "optional": false, 50443 "registry": null, 50444 "rename": null, 50445 "req": "^1.0.166", 50446 "source": "registry+https://github.com/rust-lang/crates.io-index", 50447 "target": null, 50448 "uses_default_features": true 50449 }, 50450 { 50451 "features": [], 50452 "kind": "dev", 50453 "name": "serde_stacker", 50454 "optional": false, 50455 "registry": null, 50456 "rename": null, 50457 "req": "^0.1.8", 50458 "source": "registry+https://github.com/rust-lang/crates.io-index", 50459 "target": null, 50460 "uses_default_features": true 50461 }, 50462 { 50463 "features": [ 50464 "diff" 50465 ], 50466 "kind": "dev", 50467 "name": "trybuild", 50468 "optional": false, 50469 "registry": null, 50470 "rename": null, 50471 "req": "^1.0.81", 50472 "source": "registry+https://github.com/rust-lang/crates.io-index", 50473 "target": null, 50474 "uses_default_features": true 50475 } 50476 ], 50477 "description": "A JSON serialization file format", 50478 "documentation": "https://docs.rs/serde_json", 50479 "edition": "2021", 50480 "features": { 50481 "alloc": [ 50482 "serde/alloc" 50483 ], 50484 "arbitrary_precision": [], 50485 "default": [ 50486 "std" 50487 ], 50488 "float_roundtrip": [], 50489 "indexmap": [ 50490 "dep:indexmap" 50491 ], 50492 "preserve_order": [ 50493 "indexmap", 50494 "std" 50495 ], 50496 "raw_value": [], 50497 "std": [ 50498 "serde/std" 50499 ], 50500 "unbounded_depth": [] 50501 }, 50502 "homepage": null, 50503 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 50504 "keywords": [ 50505 "json", 50506 "serde", 50507 "serialization" 50508 ], 50509 "license": "MIT OR Apache-2.0", 50510 "license_file": null, 50511 "links": null, 50512 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/Cargo.toml", 50513 "metadata": { 50514 "docs": { 50515 "rs": { 50516 "features": [ 50517 "preserve_order", 50518 "raw_value", 50519 "unbounded_depth" 50520 ], 50521 "rustdoc-args": [ 50522 "--cfg", 50523 "docsrs", 50524 "--generate-link-to-definition" 50525 ], 50526 "targets": [ 50527 "x86_64-unknown-linux-gnu" 50528 ] 50529 } 50530 }, 50531 "playground": { 50532 "features": [ 50533 "raw_value" 50534 ] 50535 } 50536 }, 50537 "name": "serde_json", 50538 "publish": null, 50539 "readme": "README.md", 50540 "repository": "https://github.com/serde-rs/json", 50541 "rust_version": "1.56", 50542 "source": "registry+https://github.com/rust-lang/crates.io-index", 50543 "targets": [ 50544 { 50545 "crate_types": [ 50546 "lib" 50547 ], 50548 "doc": true, 50549 "doctest": true, 50550 "edition": "2021", 50551 "kind": [ 50552 "lib" 50553 ], 50554 "name": "serde_json", 50555 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/src/lib.rs", 50556 "test": true 50557 }, 50558 { 50559 "crate_types": [ 50560 "bin" 50561 ], 50562 "doc": false, 50563 "doctest": false, 50564 "edition": "2021", 50565 "kind": [ 50566 "test" 50567 ], 50568 "name": "stream", 50569 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/stream.rs", 50570 "test": true 50571 }, 50572 { 50573 "crate_types": [ 50574 "bin" 50575 ], 50576 "doc": false, 50577 "doctest": false, 50578 "edition": "2021", 50579 "kind": [ 50580 "test" 50581 ], 50582 "name": "test", 50583 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/test.rs", 50584 "test": true 50585 }, 50586 { 50587 "crate_types": [ 50588 "bin" 50589 ], 50590 "doc": false, 50591 "doctest": false, 50592 "edition": "2021", 50593 "kind": [ 50594 "test" 50595 ], 50596 "name": "regression", 50597 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/regression.rs", 50598 "test": true 50599 }, 50600 { 50601 "crate_types": [ 50602 "bin" 50603 ], 50604 "doc": false, 50605 "doctest": false, 50606 "edition": "2021", 50607 "kind": [ 50608 "test" 50609 ], 50610 "name": "compiletest", 50611 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/compiletest.rs", 50612 "test": true 50613 }, 50614 { 50615 "crate_types": [ 50616 "bin" 50617 ], 50618 "doc": false, 50619 "doctest": false, 50620 "edition": "2021", 50621 "kind": [ 50622 "test" 50623 ], 50624 "name": "debug", 50625 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/debug.rs", 50626 "test": true 50627 }, 50628 { 50629 "crate_types": [ 50630 "bin" 50631 ], 50632 "doc": false, 50633 "doctest": false, 50634 "edition": "2021", 50635 "kind": [ 50636 "test" 50637 ], 50638 "name": "lexical", 50639 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/lexical.rs", 50640 "test": true 50641 }, 50642 { 50643 "crate_types": [ 50644 "bin" 50645 ], 50646 "doc": false, 50647 "doctest": false, 50648 "edition": "2021", 50649 "kind": [ 50650 "test" 50651 ], 50652 "name": "map", 50653 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/tests/map.rs", 50654 "test": true 50655 }, 50656 { 50657 "crate_types": [ 50658 "bin" 50659 ], 50660 "doc": false, 50661 "doctest": false, 50662 "edition": "2021", 50663 "kind": [ 50664 "custom-build" 50665 ], 50666 "name": "build-script-build", 50667 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/build.rs", 50668 "test": false 50669 } 50670 ], 50671 "version": "1.0.115" 50672 }, 50673 { 50674 "authors": [ 50675 "Anthony Ramine <[email protected]>" 50676 ], 50677 "categories": [ 50678 "encoding", 50679 "web-programming" 50680 ], 50681 "default_run": null, 50682 "dependencies": [ 50683 { 50684 "features": [], 50685 "kind": null, 50686 "name": "form_urlencoded", 50687 "optional": false, 50688 "registry": null, 50689 "rename": null, 50690 "req": "^1", 50691 "source": "registry+https://github.com/rust-lang/crates.io-index", 50692 "target": null, 50693 "uses_default_features": true 50694 }, 50695 { 50696 "features": [], 50697 "kind": null, 50698 "name": "itoa", 50699 "optional": false, 50700 "registry": null, 50701 "rename": null, 50702 "req": "^1", 50703 "source": "registry+https://github.com/rust-lang/crates.io-index", 50704 "target": null, 50705 "uses_default_features": true 50706 }, 50707 { 50708 "features": [], 50709 "kind": null, 50710 "name": "ryu", 50711 "optional": false, 50712 "registry": null, 50713 "rename": null, 50714 "req": "^1", 50715 "source": "registry+https://github.com/rust-lang/crates.io-index", 50716 "target": null, 50717 "uses_default_features": true 50718 }, 50719 { 50720 "features": [], 50721 "kind": null, 50722 "name": "serde", 50723 "optional": false, 50724 "registry": null, 50725 "rename": null, 50726 "req": "^1.0.69", 50727 "source": "registry+https://github.com/rust-lang/crates.io-index", 50728 "target": null, 50729 "uses_default_features": true 50730 }, 50731 { 50732 "features": [], 50733 "kind": "dev", 50734 "name": "serde_derive", 50735 "optional": false, 50736 "registry": null, 50737 "rename": null, 50738 "req": "^1", 50739 "source": "registry+https://github.com/rust-lang/crates.io-index", 50740 "target": null, 50741 "uses_default_features": true 50742 } 50743 ], 50744 "description": "`x-www-form-urlencoded` meets Serde", 50745 "documentation": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/", 50746 "edition": "2018", 50747 "features": {}, 50748 "homepage": null, 50749 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 50750 "keywords": [ 50751 "serde", 50752 "serialization", 50753 "urlencoded" 50754 ], 50755 "license": "MIT/Apache-2.0", 50756 "license_file": null, 50757 "links": null, 50758 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/Cargo.toml", 50759 "metadata": null, 50760 "name": "serde_urlencoded", 50761 "publish": null, 50762 "readme": "README.md", 50763 "repository": "https://github.com/nox/serde_urlencoded", 50764 "rust_version": null, 50765 "source": "registry+https://github.com/rust-lang/crates.io-index", 50766 "targets": [ 50767 { 50768 "crate_types": [ 50769 "lib" 50770 ], 50771 "doc": true, 50772 "doctest": true, 50773 "edition": "2018", 50774 "kind": [ 50775 "lib" 50776 ], 50777 "name": "serde_urlencoded", 50778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs", 50779 "test": false 50780 }, 50781 { 50782 "crate_types": [ 50783 "bin" 50784 ], 50785 "doc": false, 50786 "doctest": false, 50787 "edition": "2018", 50788 "kind": [ 50789 "test" 50790 ], 50791 "name": "test_serialize", 50792 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_serialize.rs", 50793 "test": true 50794 }, 50795 { 50796 "crate_types": [ 50797 "bin" 50798 ], 50799 "doc": false, 50800 "doctest": false, 50801 "edition": "2018", 50802 "kind": [ 50803 "test" 50804 ], 50805 "name": "test_deserialize", 50806 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_deserialize.rs", 50807 "test": true 50808 } 50809 ], 50810 "version": "0.7.1" 50811 }, 50812 { 50813 "authors": [ 50814 "Jonas Bushart", 50815 "Marcin Ka\u017amierczak" 50816 ], 50817 "categories": [ 50818 "encoding", 50819 "no-std", 50820 "no-std::no-alloc" 50821 ], 50822 "default_run": null, 50823 "dependencies": [ 50824 { 50825 "features": [], 50826 "kind": null, 50827 "name": "base64", 50828 "optional": true, 50829 "registry": null, 50830 "rename": null, 50831 "req": "^0.21.0", 50832 "source": "registry+https://github.com/rust-lang/crates.io-index", 50833 "target": null, 50834 "uses_default_features": false 50835 }, 50836 { 50837 "features": [ 50838 "serde" 50839 ], 50840 "kind": null, 50841 "name": "chrono", 50842 "optional": true, 50843 "registry": null, 50844 "rename": "chrono_0_4", 50845 "req": "^0.4.20", 50846 "source": "registry+https://github.com/rust-lang/crates.io-index", 50847 "target": null, 50848 "uses_default_features": false 50849 }, 50850 { 50851 "features": [], 50852 "kind": null, 50853 "name": "doc-comment", 50854 "optional": true, 50855 "registry": null, 50856 "rename": null, 50857 "req": "^0.3.3", 50858 "source": "registry+https://github.com/rust-lang/crates.io-index", 50859 "target": null, 50860 "uses_default_features": true 50861 }, 50862 { 50863 "features": [], 50864 "kind": null, 50865 "name": "document-features", 50866 "optional": true, 50867 "registry": null, 50868 "rename": null, 50869 "req": "^0.2.7", 50870 "source": "registry+https://github.com/rust-lang/crates.io-index", 50871 "target": null, 50872 "uses_default_features": true 50873 }, 50874 { 50875 "features": [ 50876 "serde" 50877 ], 50878 "kind": null, 50879 "name": "hashbrown", 50880 "optional": true, 50881 "registry": null, 50882 "rename": "hashbrown_0_14", 50883 "req": "^0.14.0", 50884 "source": "registry+https://github.com/rust-lang/crates.io-index", 50885 "target": null, 50886 "uses_default_features": false 50887 }, 50888 { 50889 "features": [], 50890 "kind": null, 50891 "name": "hex", 50892 "optional": true, 50893 "registry": null, 50894 "rename": null, 50895 "req": "^0.4.3", 50896 "source": "registry+https://github.com/rust-lang/crates.io-index", 50897 "target": null, 50898 "uses_default_features": false 50899 }, 50900 { 50901 "features": [ 50902 "serde-1" 50903 ], 50904 "kind": null, 50905 "name": "indexmap", 50906 "optional": true, 50907 "registry": null, 50908 "rename": "indexmap_1", 50909 "req": "^1.8", 50910 "source": "registry+https://github.com/rust-lang/crates.io-index", 50911 "target": null, 50912 "uses_default_features": false 50913 }, 50914 { 50915 "features": [ 50916 "serde" 50917 ], 50918 "kind": null, 50919 "name": "indexmap", 50920 "optional": true, 50921 "registry": null, 50922 "rename": "indexmap_2", 50923 "req": "^2.0", 50924 "source": "registry+https://github.com/rust-lang/crates.io-index", 50925 "target": null, 50926 "uses_default_features": false 50927 }, 50928 { 50929 "features": [], 50930 "kind": null, 50931 "name": "schemars", 50932 "optional": true, 50933 "registry": null, 50934 "rename": "schemars_0_8", 50935 "req": "^0.8.16", 50936 "source": "registry+https://github.com/rust-lang/crates.io-index", 50937 "target": null, 50938 "uses_default_features": false 50939 }, 50940 { 50941 "features": [], 50942 "kind": null, 50943 "name": "serde", 50944 "optional": false, 50945 "registry": null, 50946 "rename": null, 50947 "req": "^1.0.152", 50948 "source": "registry+https://github.com/rust-lang/crates.io-index", 50949 "target": null, 50950 "uses_default_features": false 50951 }, 50952 { 50953 "features": [], 50954 "kind": null, 50955 "name": "serde_derive", 50956 "optional": false, 50957 "registry": null, 50958 "rename": null, 50959 "req": "^1.0.152", 50960 "source": "registry+https://github.com/rust-lang/crates.io-index", 50961 "target": null, 50962 "uses_default_features": true 50963 }, 50964 { 50965 "features": [], 50966 "kind": null, 50967 "name": "serde_json", 50968 "optional": true, 50969 "registry": null, 50970 "rename": null, 50971 "req": "^1.0.45", 50972 "source": "registry+https://github.com/rust-lang/crates.io-index", 50973 "target": null, 50974 "uses_default_features": false 50975 }, 50976 { 50977 "features": [], 50978 "kind": null, 50979 "name": "serde_with_macros", 50980 "optional": true, 50981 "registry": null, 50982 "rename": null, 50983 "req": "=3.7.0", 50984 "source": "registry+https://github.com/rust-lang/crates.io-index", 50985 "target": null, 50986 "uses_default_features": true 50987 }, 50988 { 50989 "features": [], 50990 "kind": null, 50991 "name": "time", 50992 "optional": true, 50993 "registry": null, 50994 "rename": "time_0_3", 50995 "req": "~0.3.11", 50996 "source": "registry+https://github.com/rust-lang/crates.io-index", 50997 "target": null, 50998 "uses_default_features": false 50999 }, 51000 { 51001 "features": [], 51002 "kind": "dev", 51003 "name": "expect-test", 51004 "optional": false, 51005 "registry": null, 51006 "rename": null, 51007 "req": "^1.3.0", 51008 "source": "registry+https://github.com/rust-lang/crates.io-index", 51009 "target": null, 51010 "uses_default_features": true 51011 }, 51012 { 51013 "features": [], 51014 "kind": "dev", 51015 "name": "fnv", 51016 "optional": false, 51017 "registry": null, 51018 "rename": null, 51019 "req": "^1.0.6", 51020 "source": "registry+https://github.com/rust-lang/crates.io-index", 51021 "target": null, 51022 "uses_default_features": true 51023 }, 51024 { 51025 "features": [], 51026 "kind": "dev", 51027 "name": "glob", 51028 "optional": false, 51029 "registry": null, 51030 "rename": null, 51031 "req": "^0.3.0", 51032 "source": "registry+https://github.com/rust-lang/crates.io-index", 51033 "target": null, 51034 "uses_default_features": true 51035 }, 51036 { 51037 "features": [ 51038 "resolve-file" 51039 ], 51040 "kind": "dev", 51041 "name": "jsonschema", 51042 "optional": false, 51043 "registry": null, 51044 "rename": null, 51045 "req": "^0.17.1", 51046 "source": "registry+https://github.com/rust-lang/crates.io-index", 51047 "target": null, 51048 "uses_default_features": false 51049 }, 51050 { 51051 "features": [], 51052 "kind": "dev", 51053 "name": "mime", 51054 "optional": false, 51055 "registry": null, 51056 "rename": null, 51057 "req": "^0.3.16", 51058 "source": "registry+https://github.com/rust-lang/crates.io-index", 51059 "target": null, 51060 "uses_default_features": true 51061 }, 51062 { 51063 "features": [], 51064 "kind": "dev", 51065 "name": "pretty_assertions", 51066 "optional": false, 51067 "registry": null, 51068 "rename": null, 51069 "req": "^1.4.0", 51070 "source": "registry+https://github.com/rust-lang/crates.io-index", 51071 "target": null, 51072 "uses_default_features": true 51073 }, 51074 { 51075 "features": [ 51076 "std" 51077 ], 51078 "kind": "dev", 51079 "name": "regex", 51080 "optional": false, 51081 "registry": null, 51082 "rename": null, 51083 "req": "^1.10.3", 51084 "source": "registry+https://github.com/rust-lang/crates.io-index", 51085 "target": null, 51086 "uses_default_features": false 51087 }, 51088 { 51089 "features": [], 51090 "kind": "dev", 51091 "name": "rmp-serde", 51092 "optional": false, 51093 "registry": null, 51094 "rename": null, 51095 "req": "^1.1.0", 51096 "source": "registry+https://github.com/rust-lang/crates.io-index", 51097 "target": null, 51098 "uses_default_features": true 51099 }, 51100 { 51101 "features": [], 51102 "kind": "dev", 51103 "name": "ron", 51104 "optional": false, 51105 "registry": null, 51106 "rename": null, 51107 "req": "^0.8", 51108 "source": "registry+https://github.com/rust-lang/crates.io-index", 51109 "target": null, 51110 "uses_default_features": true 51111 }, 51112 { 51113 "features": [], 51114 "kind": "dev", 51115 "name": "rustversion", 51116 "optional": false, 51117 "registry": null, 51118 "rename": null, 51119 "req": "^1.0.0", 51120 "source": "registry+https://github.com/rust-lang/crates.io-index", 51121 "target": null, 51122 "uses_default_features": true 51123 }, 51124 { 51125 "features": [], 51126 "kind": "dev", 51127 "name": "schemars", 51128 "optional": false, 51129 "registry": null, 51130 "rename": "schemars_0_8", 51131 "req": "^0.8.16", 51132 "source": "registry+https://github.com/rust-lang/crates.io-index", 51133 "target": null, 51134 "uses_default_features": true 51135 }, 51136 { 51137 "features": [ 51138 "derive" 51139 ], 51140 "kind": "dev", 51141 "name": "serde", 51142 "optional": false, 51143 "registry": null, 51144 "rename": null, 51145 "req": "^1.0.152", 51146 "source": "registry+https://github.com/rust-lang/crates.io-index", 51147 "target": null, 51148 "uses_default_features": false 51149 }, 51150 { 51151 "features": [], 51152 "kind": "dev", 51153 "name": "serde-xml-rs", 51154 "optional": false, 51155 "registry": null, 51156 "rename": null, 51157 "req": "^0.6.0", 51158 "source": "registry+https://github.com/rust-lang/crates.io-index", 51159 "target": null, 51160 "uses_default_features": true 51161 }, 51162 { 51163 "features": [ 51164 "preserve_order" 51165 ], 51166 "kind": "dev", 51167 "name": "serde_json", 51168 "optional": false, 51169 "registry": null, 51170 "rename": null, 51171 "req": "^1.0.25", 51172 "source": "registry+https://github.com/rust-lang/crates.io-index", 51173 "target": null, 51174 "uses_default_features": true 51175 }, 51176 { 51177 "features": [], 51178 "kind": "dev", 51179 "name": "serde_test", 51180 "optional": false, 51181 "registry": null, 51182 "rename": null, 51183 "req": "^1.0.124", 51184 "source": "registry+https://github.com/rust-lang/crates.io-index", 51185 "target": null, 51186 "uses_default_features": true 51187 }, 51188 { 51189 "features": [], 51190 "kind": "dev", 51191 "name": "serde_yaml", 51192 "optional": false, 51193 "registry": null, 51194 "rename": null, 51195 "req": "^0.9.2", 51196 "source": "registry+https://github.com/rust-lang/crates.io-index", 51197 "target": null, 51198 "uses_default_features": true 51199 }, 51200 { 51201 "features": [], 51202 "kind": "dev", 51203 "name": "version-sync", 51204 "optional": false, 51205 "registry": null, 51206 "rename": null, 51207 "req": "^0.9.1", 51208 "source": "registry+https://github.com/rust-lang/crates.io-index", 51209 "target": null, 51210 "uses_default_features": true 51211 }, 51212 { 51213 "features": [], 51214 "kind": "dev", 51215 "name": "xml-rs", 51216 "optional": false, 51217 "registry": null, 51218 "rename": null, 51219 "req": "=0.8.14", 51220 "source": "registry+https://github.com/rust-lang/crates.io-index", 51221 "target": null, 51222 "uses_default_features": true 51223 } 51224 ], 51225 "description": "Custom de/serialization functions for Rust's serde", 51226 "documentation": "https://docs.rs/serde_with/", 51227 "edition": "2021", 51228 "features": { 51229 "alloc": [ 51230 "serde/alloc", 51231 "base64?/alloc", 51232 "chrono_0_4?/alloc", 51233 "hex?/alloc", 51234 "serde_json?/alloc", 51235 "time_0_3?/alloc" 51236 ], 51237 "base64": [ 51238 "dep:base64", 51239 "alloc" 51240 ], 51241 "chrono": [ 51242 "chrono_0_4" 51243 ], 51244 "chrono_0_4": [ 51245 "dep:chrono_0_4" 51246 ], 51247 "default": [ 51248 "std", 51249 "macros" 51250 ], 51251 "guide": [ 51252 "dep:doc-comment", 51253 "dep:document-features", 51254 "macros", 51255 "std" 51256 ], 51257 "hashbrown_0_14": [ 51258 "dep:hashbrown_0_14", 51259 "alloc" 51260 ], 51261 "hex": [ 51262 "dep:hex", 51263 "alloc" 51264 ], 51265 "indexmap": [ 51266 "indexmap_1" 51267 ], 51268 "indexmap_1": [ 51269 "dep:indexmap_1", 51270 "alloc" 51271 ], 51272 "indexmap_2": [ 51273 "dep:indexmap_2", 51274 "alloc" 51275 ], 51276 "json": [ 51277 "dep:serde_json", 51278 "alloc" 51279 ], 51280 "macros": [ 51281 "dep:serde_with_macros" 51282 ], 51283 "schemars_0_8": [ 51284 "dep:schemars_0_8", 51285 "std", 51286 "serde_with_macros?/schemars_0_8" 51287 ], 51288 "std": [ 51289 "alloc", 51290 "serde/std", 51291 "chrono_0_4?/clock", 51292 "chrono_0_4?/std", 51293 "indexmap_1?/std", 51294 "indexmap_2?/std", 51295 "time_0_3?/serde-well-known", 51296 "time_0_3?/std" 51297 ], 51298 "time_0_3": [ 51299 "dep:time_0_3" 51300 ] 51301 }, 51302 "homepage": null, 51303 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 51304 "keywords": [ 51305 "serde", 51306 "utilities", 51307 "serialization", 51308 "deserialization" 51309 ], 51310 "license": "MIT OR Apache-2.0", 51311 "license_file": null, 51312 "links": null, 51313 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/Cargo.toml", 51314 "metadata": { 51315 "docs": { 51316 "rs": { 51317 "all-features": true, 51318 "rustdoc-args": [ 51319 "--cfg=docsrs", 51320 "-Zunstable-options", 51321 "--generate-link-to-definition" 51322 ] 51323 } 51324 }, 51325 "release": { 51326 "pre-release-replacements": [ 51327 { 51328 "file": "CHANGELOG.md", 51329 "replace": "[Unreleased]\n\n## [{{version}}] - {{date}}", 51330 "search": "\\[Unreleased\\]" 51331 }, 51332 { 51333 "file": "src/lib.rs", 51334 "replace": "https://docs.rs/serde_with/{{version}}/", 51335 "search": "https://docs\\.rs/serde_with/[\\d.]+/" 51336 }, 51337 { 51338 "file": "README.md", 51339 "replace": "https://docs.rs/serde_with/{{version}}/", 51340 "search": "https://docs\\.rs/serde_with/[\\d.]+/" 51341 } 51342 ], 51343 "tag": true, 51344 "tag-message": "{{crate_name}} v{{version}}", 51345 "tag-name": "v{{version}}" 51346 } 51347 }, 51348 "name": "serde_with", 51349 "publish": null, 51350 "readme": "README.md", 51351 "repository": "https://github.com/jonasbb/serde_with/", 51352 "rust_version": "1.65", 51353 "source": "registry+https://github.com/rust-lang/crates.io-index", 51354 "targets": [ 51355 { 51356 "crate_types": [ 51357 "lib" 51358 ], 51359 "doc": true, 51360 "doctest": true, 51361 "edition": "2021", 51362 "kind": [ 51363 "lib" 51364 ], 51365 "name": "serde_with", 51366 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/src/lib.rs", 51367 "test": true 51368 }, 51369 { 51370 "crate_types": [ 51371 "bin" 51372 ], 51373 "doc": false, 51374 "doctest": false, 51375 "edition": "2021", 51376 "kind": [ 51377 "test" 51378 ], 51379 "name": "base64", 51380 "required-features": [ 51381 "base64", 51382 "macros" 51383 ], 51384 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/base64.rs", 51385 "test": true 51386 }, 51387 { 51388 "crate_types": [ 51389 "bin" 51390 ], 51391 "doc": false, 51392 "doctest": false, 51393 "edition": "2021", 51394 "kind": [ 51395 "test" 51396 ], 51397 "name": "chrono_0_4", 51398 "required-features": [ 51399 "chrono_0_4", 51400 "macros" 51401 ], 51402 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/chrono_0_4.rs", 51403 "test": true 51404 }, 51405 { 51406 "crate_types": [ 51407 "bin" 51408 ], 51409 "doc": false, 51410 "doctest": false, 51411 "edition": "2021", 51412 "kind": [ 51413 "test" 51414 ], 51415 "name": "hex", 51416 "required-features": [ 51417 "hex", 51418 "macros" 51419 ], 51420 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/hex.rs", 51421 "test": true 51422 }, 51423 { 51424 "crate_types": [ 51425 "bin" 51426 ], 51427 "doc": false, 51428 "doctest": false, 51429 "edition": "2021", 51430 "kind": [ 51431 "test" 51432 ], 51433 "name": "hashbrown_0_14", 51434 "required-features": [ 51435 "hashbrown_0_14", 51436 "macros" 51437 ], 51438 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/hashbrown_0_14.rs", 51439 "test": true 51440 }, 51441 { 51442 "crate_types": [ 51443 "bin" 51444 ], 51445 "doc": false, 51446 "doctest": false, 51447 "edition": "2021", 51448 "kind": [ 51449 "test" 51450 ], 51451 "name": "indexmap_1", 51452 "required-features": [ 51453 "indexmap_1", 51454 "macros" 51455 ], 51456 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/indexmap_1.rs", 51457 "test": true 51458 }, 51459 { 51460 "crate_types": [ 51461 "bin" 51462 ], 51463 "doc": false, 51464 "doctest": false, 51465 "edition": "2021", 51466 "kind": [ 51467 "test" 51468 ], 51469 "name": "indexmap_2", 51470 "required-features": [ 51471 "indexmap_2", 51472 "macros" 51473 ], 51474 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/indexmap_2.rs", 51475 "test": true 51476 }, 51477 { 51478 "crate_types": [ 51479 "bin" 51480 ], 51481 "doc": false, 51482 "doctest": false, 51483 "edition": "2021", 51484 "kind": [ 51485 "test" 51486 ], 51487 "name": "json", 51488 "required-features": [ 51489 "json", 51490 "macros" 51491 ], 51492 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/json.rs", 51493 "test": true 51494 }, 51495 { 51496 "crate_types": [ 51497 "bin" 51498 ], 51499 "doc": false, 51500 "doctest": false, 51501 "edition": "2021", 51502 "kind": [ 51503 "test" 51504 ], 51505 "name": "serde_as", 51506 "required-features": [ 51507 "macros" 51508 ], 51509 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/serde_as/lib.rs", 51510 "test": true 51511 }, 51512 { 51513 "crate_types": [ 51514 "bin" 51515 ], 51516 "doc": false, 51517 "doctest": false, 51518 "edition": "2021", 51519 "kind": [ 51520 "test" 51521 ], 51522 "name": "time_0_3", 51523 "required-features": [ 51524 "macros", 51525 "time_0_3" 51526 ], 51527 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/time_0_3.rs", 51528 "test": true 51529 }, 51530 { 51531 "crate_types": [ 51532 "bin" 51533 ], 51534 "doc": false, 51535 "doctest": false, 51536 "edition": "2021", 51537 "kind": [ 51538 "test" 51539 ], 51540 "name": "derives", 51541 "required-features": [ 51542 "macros" 51543 ], 51544 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/derives/lib.rs", 51545 "test": true 51546 }, 51547 { 51548 "crate_types": [ 51549 "bin" 51550 ], 51551 "doc": false, 51552 "doctest": false, 51553 "edition": "2021", 51554 "kind": [ 51555 "test" 51556 ], 51557 "name": "with_prefix", 51558 "required-features": [ 51559 "macros" 51560 ], 51561 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/with_prefix.rs", 51562 "test": true 51563 }, 51564 { 51565 "crate_types": [ 51566 "bin" 51567 ], 51568 "doc": false, 51569 "doctest": false, 51570 "edition": "2021", 51571 "kind": [ 51572 "test" 51573 ], 51574 "name": "rust", 51575 "required-features": [ 51576 "alloc" 51577 ], 51578 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/rust.rs", 51579 "test": true 51580 }, 51581 { 51582 "crate_types": [ 51583 "bin" 51584 ], 51585 "doc": false, 51586 "doctest": false, 51587 "edition": "2021", 51588 "kind": [ 51589 "test" 51590 ], 51591 "name": "schemars_0_8", 51592 "required-features": [ 51593 "schemars_0_8" 51594 ], 51595 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/schemars_0_8.rs", 51596 "test": true 51597 }, 51598 { 51599 "crate_types": [ 51600 "bin" 51601 ], 51602 "doc": false, 51603 "doctest": false, 51604 "edition": "2021", 51605 "kind": [ 51606 "test" 51607 ], 51608 "name": "version_numbers", 51609 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/version_numbers.rs", 51610 "test": true 51611 }, 51612 { 51613 "crate_types": [ 51614 "bin" 51615 ], 51616 "doc": false, 51617 "doctest": false, 51618 "edition": "2021", 51619 "kind": [ 51620 "test" 51621 ], 51622 "name": "utils", 51623 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/tests/utils.rs", 51624 "test": true 51625 } 51626 ], 51627 "version": "3.7.0" 51628 }, 51629 { 51630 "authors": [ 51631 "Jonas Bushart" 51632 ], 51633 "categories": [ 51634 "encoding" 51635 ], 51636 "default_run": null, 51637 "dependencies": [ 51638 { 51639 "features": [], 51640 "kind": null, 51641 "name": "darling", 51642 "optional": false, 51643 "registry": null, 51644 "rename": null, 51645 "req": "^0.20.0", 51646 "source": "registry+https://github.com/rust-lang/crates.io-index", 51647 "target": null, 51648 "uses_default_features": true 51649 }, 51650 { 51651 "features": [], 51652 "kind": null, 51653 "name": "proc-macro2", 51654 "optional": false, 51655 "registry": null, 51656 "rename": null, 51657 "req": "^1.0.1", 51658 "source": "registry+https://github.com/rust-lang/crates.io-index", 51659 "target": null, 51660 "uses_default_features": true 51661 }, 51662 { 51663 "features": [], 51664 "kind": null, 51665 "name": "quote", 51666 "optional": false, 51667 "registry": null, 51668 "rename": null, 51669 "req": "^1.0.0", 51670 "source": "registry+https://github.com/rust-lang/crates.io-index", 51671 "target": null, 51672 "uses_default_features": true 51673 }, 51674 { 51675 "features": [ 51676 "extra-traits", 51677 "full", 51678 "parsing" 51679 ], 51680 "kind": null, 51681 "name": "syn", 51682 "optional": false, 51683 "registry": null, 51684 "rename": null, 51685 "req": "^2.0.0", 51686 "source": "registry+https://github.com/rust-lang/crates.io-index", 51687 "target": null, 51688 "uses_default_features": true 51689 }, 51690 { 51691 "features": [], 51692 "kind": "dev", 51693 "name": "expect-test", 51694 "optional": false, 51695 "registry": null, 51696 "rename": null, 51697 "req": "^1.4.0", 51698 "source": "registry+https://github.com/rust-lang/crates.io-index", 51699 "target": null, 51700 "uses_default_features": true 51701 }, 51702 { 51703 "features": [], 51704 "kind": "dev", 51705 "name": "pretty_assertions", 51706 "optional": false, 51707 "registry": null, 51708 "rename": null, 51709 "req": "^1.4.0", 51710 "source": "registry+https://github.com/rust-lang/crates.io-index", 51711 "target": null, 51712 "uses_default_features": true 51713 }, 51714 { 51715 "features": [], 51716 "kind": "dev", 51717 "name": "rustversion", 51718 "optional": false, 51719 "registry": null, 51720 "rename": null, 51721 "req": "^1.0.0", 51722 "source": "registry+https://github.com/rust-lang/crates.io-index", 51723 "target": null, 51724 "uses_default_features": true 51725 }, 51726 { 51727 "features": [ 51728 "derive" 51729 ], 51730 "kind": "dev", 51731 "name": "serde", 51732 "optional": false, 51733 "registry": null, 51734 "rename": null, 51735 "req": "^1.0.152", 51736 "source": "registry+https://github.com/rust-lang/crates.io-index", 51737 "target": null, 51738 "uses_default_features": true 51739 }, 51740 { 51741 "features": [], 51742 "kind": "dev", 51743 "name": "serde_json", 51744 "optional": false, 51745 "registry": null, 51746 "rename": null, 51747 "req": "^1.0.25", 51748 "source": "registry+https://github.com/rust-lang/crates.io-index", 51749 "target": null, 51750 "uses_default_features": true 51751 }, 51752 { 51753 "features": [], 51754 "kind": "dev", 51755 "name": "trybuild", 51756 "optional": false, 51757 "registry": null, 51758 "rename": null, 51759 "req": "^1.0.80", 51760 "source": "registry+https://github.com/rust-lang/crates.io-index", 51761 "target": null, 51762 "uses_default_features": true 51763 }, 51764 { 51765 "features": [], 51766 "kind": "dev", 51767 "name": "version-sync", 51768 "optional": false, 51769 "registry": null, 51770 "rename": null, 51771 "req": "^0.9.1", 51772 "source": "registry+https://github.com/rust-lang/crates.io-index", 51773 "target": null, 51774 "uses_default_features": true 51775 } 51776 ], 51777 "description": "proc-macro library for serde_with", 51778 "documentation": "https://docs.rs/serde_with_macros/", 51779 "edition": "2021", 51780 "features": { 51781 "schemars_0_8": [] 51782 }, 51783 "homepage": null, 51784 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 51785 "keywords": [ 51786 "serde", 51787 "utilities", 51788 "serialization", 51789 "deserialization" 51790 ], 51791 "license": "MIT OR Apache-2.0", 51792 "license_file": null, 51793 "links": null, 51794 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/Cargo.toml", 51795 "metadata": { 51796 "docs": { 51797 "rs": { 51798 "all-features": true 51799 } 51800 }, 51801 "release": { 51802 "pre-release-replacements": [ 51803 { 51804 "file": "CHANGELOG.md", 51805 "replace": "[Unreleased]\n\n## [{{version}}] - {{date}}", 51806 "search": "\\[Unreleased\\]" 51807 }, 51808 { 51809 "file": "src/lib.rs", 51810 "replace": "https://docs.rs/serde_with/{{version}}/", 51811 "search": "https://docs\\.rs/serde_with/[\\d.]+/" 51812 }, 51813 { 51814 "file": "src/lib.rs", 51815 "replace": "https://docs.rs/serde_with_macros/{{version}}/", 51816 "search": "https://docs\\.rs/serde_with_macros/[\\d.]+/" 51817 } 51818 ], 51819 "tag": false 51820 } 51821 }, 51822 "name": "serde_with_macros", 51823 "publish": null, 51824 "readme": "README.md", 51825 "repository": "https://github.com/jonasbb/serde_with/", 51826 "rust_version": "1.65", 51827 "source": "registry+https://github.com/rust-lang/crates.io-index", 51828 "targets": [ 51829 { 51830 "crate_types": [ 51831 "proc-macro" 51832 ], 51833 "doc": true, 51834 "doctest": true, 51835 "edition": "2021", 51836 "kind": [ 51837 "proc-macro" 51838 ], 51839 "name": "serde_with_macros", 51840 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/src/lib.rs", 51841 "test": true 51842 }, 51843 { 51844 "crate_types": [ 51845 "bin" 51846 ], 51847 "doc": false, 51848 "doctest": false, 51849 "edition": "2021", 51850 "kind": [ 51851 "test" 51852 ], 51853 "name": "serde_as_issue_267", 51854 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/tests/serde_as_issue_267.rs", 51855 "test": true 51856 }, 51857 { 51858 "crate_types": [ 51859 "bin" 51860 ], 51861 "doc": false, 51862 "doctest": false, 51863 "edition": "2021", 51864 "kind": [ 51865 "test" 51866 ], 51867 "name": "serde_as_issue_538", 51868 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/tests/serde_as_issue_538.rs", 51869 "test": true 51870 }, 51871 { 51872 "crate_types": [ 51873 "bin" 51874 ], 51875 "doc": false, 51876 "doctest": false, 51877 "edition": "2021", 51878 "kind": [ 51879 "test" 51880 ], 51881 "name": "compiler-messages", 51882 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/tests/compiler-messages.rs", 51883 "test": true 51884 }, 51885 { 51886 "crate_types": [ 51887 "bin" 51888 ], 51889 "doc": false, 51890 "doctest": false, 51891 "edition": "2021", 51892 "kind": [ 51893 "test" 51894 ], 51895 "name": "apply", 51896 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/tests/apply.rs", 51897 "test": true 51898 }, 51899 { 51900 "crate_types": [ 51901 "bin" 51902 ], 51903 "doc": false, 51904 "doctest": false, 51905 "edition": "2021", 51906 "kind": [ 51907 "test" 51908 ], 51909 "name": "skip_serializing_null", 51910 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/tests/skip_serializing_null.rs", 51911 "test": true 51912 }, 51913 { 51914 "crate_types": [ 51915 "bin" 51916 ], 51917 "doc": false, 51918 "doctest": false, 51919 "edition": "2021", 51920 "kind": [ 51921 "test" 51922 ], 51923 "name": "version_numbers", 51924 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/tests/version_numbers.rs", 51925 "test": true 51926 } 51927 ], 51928 "version": "3.7.0" 51929 }, 51930 { 51931 "authors": [ 51932 "RustCrypto Developers" 51933 ], 51934 "categories": [ 51935 "cryptography", 51936 "no-std" 51937 ], 51938 "default_run": null, 51939 "dependencies": [ 51940 { 51941 "features": [], 51942 "kind": null, 51943 "name": "cfg-if", 51944 "optional": false, 51945 "registry": null, 51946 "rename": null, 51947 "req": "^1.0", 51948 "source": "registry+https://github.com/rust-lang/crates.io-index", 51949 "target": null, 51950 "uses_default_features": true 51951 }, 51952 { 51953 "features": [], 51954 "kind": null, 51955 "name": "digest", 51956 "optional": false, 51957 "registry": null, 51958 "rename": null, 51959 "req": "^0.10.7", 51960 "source": "registry+https://github.com/rust-lang/crates.io-index", 51961 "target": null, 51962 "uses_default_features": true 51963 }, 51964 { 51965 "features": [ 51966 "dev" 51967 ], 51968 "kind": "dev", 51969 "name": "digest", 51970 "optional": false, 51971 "registry": null, 51972 "rename": null, 51973 "req": "^0.10.7", 51974 "source": "registry+https://github.com/rust-lang/crates.io-index", 51975 "target": null, 51976 "uses_default_features": true 51977 }, 51978 { 51979 "features": [], 51980 "kind": "dev", 51981 "name": "hex-literal", 51982 "optional": false, 51983 "registry": null, 51984 "rename": null, 51985 "req": "^0.2.2", 51986 "source": "registry+https://github.com/rust-lang/crates.io-index", 51987 "target": null, 51988 "uses_default_features": true 51989 }, 51990 { 51991 "features": [], 51992 "kind": null, 51993 "name": "cpufeatures", 51994 "optional": false, 51995 "registry": null, 51996 "rename": null, 51997 "req": "^0.2", 51998 "source": "registry+https://github.com/rust-lang/crates.io-index", 51999 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))", 52000 "uses_default_features": true 52001 }, 52002 { 52003 "features": [], 52004 "kind": null, 52005 "name": "sha1-asm", 52006 "optional": true, 52007 "registry": null, 52008 "rename": null, 52009 "req": "^0.5", 52010 "source": "registry+https://github.com/rust-lang/crates.io-index", 52011 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))", 52012 "uses_default_features": true 52013 } 52014 ], 52015 "description": "SHA-1 hash function", 52016 "documentation": "https://docs.rs/sha1", 52017 "edition": "2018", 52018 "features": { 52019 "asm": [ 52020 "sha1-asm" 52021 ], 52022 "compress": [], 52023 "default": [ 52024 "std" 52025 ], 52026 "force-soft": [], 52027 "loongarch64_asm": [], 52028 "oid": [ 52029 "digest/oid" 52030 ], 52031 "sha1-asm": [ 52032 "dep:sha1-asm" 52033 ], 52034 "std": [ 52035 "digest/std" 52036 ] 52037 }, 52038 "homepage": null, 52039 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52040 "keywords": [ 52041 "crypto", 52042 "sha1", 52043 "hash", 52044 "digest" 52045 ], 52046 "license": "MIT OR Apache-2.0", 52047 "license_file": null, 52048 "links": null, 52049 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/Cargo.toml", 52050 "metadata": { 52051 "docs": { 52052 "rs": { 52053 "all-features": true, 52054 "rustdoc-args": [ 52055 "--cfg", 52056 "docsrs" 52057 ] 52058 } 52059 } 52060 }, 52061 "name": "sha1", 52062 "publish": null, 52063 "readme": "README.md", 52064 "repository": "https://github.com/RustCrypto/hashes", 52065 "rust_version": null, 52066 "source": "registry+https://github.com/rust-lang/crates.io-index", 52067 "targets": [ 52068 { 52069 "crate_types": [ 52070 "lib" 52071 ], 52072 "doc": true, 52073 "doctest": true, 52074 "edition": "2018", 52075 "kind": [ 52076 "lib" 52077 ], 52078 "name": "sha1", 52079 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs", 52080 "test": true 52081 }, 52082 { 52083 "crate_types": [ 52084 "bin" 52085 ], 52086 "doc": false, 52087 "doctest": false, 52088 "edition": "2018", 52089 "kind": [ 52090 "test" 52091 ], 52092 "name": "mod", 52093 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/tests/mod.rs", 52094 "test": true 52095 }, 52096 { 52097 "crate_types": [ 52098 "bin" 52099 ], 52100 "doc": false, 52101 "doctest": false, 52102 "edition": "2018", 52103 "kind": [ 52104 "bench" 52105 ], 52106 "name": "mod", 52107 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/benches/mod.rs", 52108 "test": false 52109 } 52110 ], 52111 "version": "0.10.6" 52112 }, 52113 { 52114 "authors": [ 52115 "RustCrypto Developers" 52116 ], 52117 "categories": [ 52118 "cryptography", 52119 "no-std" 52120 ], 52121 "default_run": null, 52122 "dependencies": [ 52123 { 52124 "features": [], 52125 "kind": null, 52126 "name": "cfg-if", 52127 "optional": false, 52128 "registry": null, 52129 "rename": null, 52130 "req": "^1.0", 52131 "source": "registry+https://github.com/rust-lang/crates.io-index", 52132 "target": null, 52133 "uses_default_features": true 52134 }, 52135 { 52136 "features": [], 52137 "kind": null, 52138 "name": "digest", 52139 "optional": false, 52140 "registry": null, 52141 "rename": null, 52142 "req": "^0.10.7", 52143 "source": "registry+https://github.com/rust-lang/crates.io-index", 52144 "target": null, 52145 "uses_default_features": true 52146 }, 52147 { 52148 "features": [ 52149 "dev" 52150 ], 52151 "kind": "dev", 52152 "name": "digest", 52153 "optional": false, 52154 "registry": null, 52155 "rename": null, 52156 "req": "^0.10.7", 52157 "source": "registry+https://github.com/rust-lang/crates.io-index", 52158 "target": null, 52159 "uses_default_features": true 52160 }, 52161 { 52162 "features": [], 52163 "kind": "dev", 52164 "name": "hex-literal", 52165 "optional": false, 52166 "registry": null, 52167 "rename": null, 52168 "req": "^0.2.2", 52169 "source": "registry+https://github.com/rust-lang/crates.io-index", 52170 "target": null, 52171 "uses_default_features": true 52172 }, 52173 { 52174 "features": [], 52175 "kind": null, 52176 "name": "cpufeatures", 52177 "optional": false, 52178 "registry": null, 52179 "rename": null, 52180 "req": "^0.2", 52181 "source": "registry+https://github.com/rust-lang/crates.io-index", 52182 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))", 52183 "uses_default_features": true 52184 }, 52185 { 52186 "features": [], 52187 "kind": null, 52188 "name": "sha2-asm", 52189 "optional": true, 52190 "registry": null, 52191 "rename": null, 52192 "req": "^0.6.1", 52193 "source": "registry+https://github.com/rust-lang/crates.io-index", 52194 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))", 52195 "uses_default_features": true 52196 } 52197 ], 52198 "description": "Pure Rust implementation of the SHA-2 hash function family\nincluding SHA-224, SHA-256, SHA-384, and SHA-512.\n", 52199 "documentation": "https://docs.rs/sha2", 52200 "edition": "2018", 52201 "features": { 52202 "asm": [ 52203 "sha2-asm" 52204 ], 52205 "asm-aarch64": [ 52206 "asm" 52207 ], 52208 "compress": [], 52209 "default": [ 52210 "std" 52211 ], 52212 "force-soft": [], 52213 "loongarch64_asm": [], 52214 "oid": [ 52215 "digest/oid" 52216 ], 52217 "sha2-asm": [ 52218 "dep:sha2-asm" 52219 ], 52220 "std": [ 52221 "digest/std" 52222 ] 52223 }, 52224 "homepage": null, 52225 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52226 "keywords": [ 52227 "crypto", 52228 "sha2", 52229 "hash", 52230 "digest" 52231 ], 52232 "license": "MIT OR Apache-2.0", 52233 "license_file": null, 52234 "links": null, 52235 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/Cargo.toml", 52236 "metadata": { 52237 "docs": { 52238 "rs": { 52239 "all-features": true, 52240 "rustdoc-args": [ 52241 "--cfg", 52242 "docsrs" 52243 ] 52244 } 52245 } 52246 }, 52247 "name": "sha2", 52248 "publish": null, 52249 "readme": "README.md", 52250 "repository": "https://github.com/RustCrypto/hashes", 52251 "rust_version": null, 52252 "source": "registry+https://github.com/rust-lang/crates.io-index", 52253 "targets": [ 52254 { 52255 "crate_types": [ 52256 "lib" 52257 ], 52258 "doc": true, 52259 "doctest": true, 52260 "edition": "2018", 52261 "kind": [ 52262 "lib" 52263 ], 52264 "name": "sha2", 52265 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs", 52266 "test": true 52267 }, 52268 { 52269 "crate_types": [ 52270 "bin" 52271 ], 52272 "doc": false, 52273 "doctest": false, 52274 "edition": "2018", 52275 "kind": [ 52276 "test" 52277 ], 52278 "name": "mod", 52279 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/tests/mod.rs", 52280 "test": true 52281 }, 52282 { 52283 "crate_types": [ 52284 "bin" 52285 ], 52286 "doc": false, 52287 "doctest": false, 52288 "edition": "2018", 52289 "kind": [ 52290 "bench" 52291 ], 52292 "name": "mod", 52293 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/benches/mod.rs", 52294 "test": false 52295 } 52296 ], 52297 "version": "0.10.8" 52298 }, 52299 { 52300 "authors": [ 52301 "RustCrypto Developers" 52302 ], 52303 "categories": [ 52304 "cryptography", 52305 "no-std" 52306 ], 52307 "default_run": null, 52308 "dependencies": [ 52309 { 52310 "features": [], 52311 "kind": null, 52312 "name": "signature_derive", 52313 "optional": true, 52314 "registry": null, 52315 "rename": "derive", 52316 "req": "^2", 52317 "source": "registry+https://github.com/rust-lang/crates.io-index", 52318 "target": null, 52319 "uses_default_features": true 52320 }, 52321 { 52322 "features": [], 52323 "kind": null, 52324 "name": "digest", 52325 "optional": true, 52326 "registry": null, 52327 "rename": null, 52328 "req": "^0.10.6", 52329 "source": "registry+https://github.com/rust-lang/crates.io-index", 52330 "target": null, 52331 "uses_default_features": false 52332 }, 52333 { 52334 "features": [], 52335 "kind": null, 52336 "name": "rand_core", 52337 "optional": true, 52338 "registry": null, 52339 "rename": null, 52340 "req": "^0.6.4", 52341 "source": "registry+https://github.com/rust-lang/crates.io-index", 52342 "target": null, 52343 "uses_default_features": false 52344 }, 52345 { 52346 "features": [], 52347 "kind": "dev", 52348 "name": "hex-literal", 52349 "optional": false, 52350 "registry": null, 52351 "rename": null, 52352 "req": "^0.4", 52353 "source": "registry+https://github.com/rust-lang/crates.io-index", 52354 "target": null, 52355 "uses_default_features": true 52356 }, 52357 { 52358 "features": [], 52359 "kind": "dev", 52360 "name": "sha2", 52361 "optional": false, 52362 "registry": null, 52363 "rename": null, 52364 "req": "^0.10", 52365 "source": "registry+https://github.com/rust-lang/crates.io-index", 52366 "target": null, 52367 "uses_default_features": false 52368 } 52369 ], 52370 "description": "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)", 52371 "documentation": "https://docs.rs/signature", 52372 "edition": "2021", 52373 "features": { 52374 "alloc": [], 52375 "derive": [ 52376 "dep:derive" 52377 ], 52378 "digest": [ 52379 "dep:digest" 52380 ], 52381 "rand_core": [ 52382 "dep:rand_core" 52383 ], 52384 "std": [ 52385 "alloc", 52386 "rand_core?/std" 52387 ] 52388 }, 52389 "homepage": null, 52390 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52391 "keywords": [ 52392 "crypto", 52393 "ecdsa", 52394 "ed25519", 52395 "signature", 52396 "signing" 52397 ], 52398 "license": "Apache-2.0 OR MIT", 52399 "license_file": null, 52400 "links": null, 52401 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/Cargo.toml", 52402 "metadata": { 52403 "docs": { 52404 "rs": { 52405 "all-features": true, 52406 "rustdoc-args": [ 52407 "--cfg", 52408 "docsrs" 52409 ] 52410 } 52411 } 52412 }, 52413 "name": "signature", 52414 "publish": null, 52415 "readme": "README.md", 52416 "repository": "https://github.com/RustCrypto/traits/tree/master/signature", 52417 "rust_version": "1.60", 52418 "source": "registry+https://github.com/rust-lang/crates.io-index", 52419 "targets": [ 52420 { 52421 "crate_types": [ 52422 "lib" 52423 ], 52424 "doc": true, 52425 "doctest": true, 52426 "edition": "2021", 52427 "kind": [ 52428 "lib" 52429 ], 52430 "name": "signature", 52431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs", 52432 "test": true 52433 }, 52434 { 52435 "crate_types": [ 52436 "bin" 52437 ], 52438 "doc": false, 52439 "doctest": false, 52440 "edition": "2021", 52441 "kind": [ 52442 "test" 52443 ], 52444 "name": "derive", 52445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/tests/derive.rs", 52446 "test": true 52447 } 52448 ], 52449 "version": "2.2.0" 52450 }, 52451 { 52452 "authors": [ 52453 "Hans Kratz <[email protected]>" 52454 ], 52455 "categories": [ 52456 "encoding", 52457 "algorithms", 52458 "no-std" 52459 ], 52460 "default_run": null, 52461 "dependencies": [], 52462 "description": "SIMD-accelerated UTF-8 validation.", 52463 "documentation": "https://docs.rs/simdutf8/", 52464 "edition": "2018", 52465 "features": { 52466 "aarch64_neon": [], 52467 "aarch64_neon_prefetch": [], 52468 "default": [ 52469 "std" 52470 ], 52471 "hints": [], 52472 "public_imp": [], 52473 "std": [] 52474 }, 52475 "homepage": "https://github.com/rusticstuff/simdutf8", 52476 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52477 "keywords": [ 52478 "utf-8", 52479 "unicode", 52480 "string", 52481 "validation", 52482 "simd" 52483 ], 52484 "license": "MIT OR Apache-2.0", 52485 "license_file": null, 52486 "links": null, 52487 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/simdutf8-0.1.4/Cargo.toml", 52488 "metadata": { 52489 "docs": { 52490 "rs": { 52491 "all-features": true, 52492 "default-target": "x86_64-unknown-linux-gnu", 52493 "rustdoc-args": [ 52494 "--cfg", 52495 "docsrs" 52496 ], 52497 "targets": [ 52498 "aarch64-unknown-linux-gnu", 52499 "wasm32-unknown-unknown", 52500 "wasm32-wasi" 52501 ] 52502 } 52503 } 52504 }, 52505 "name": "simdutf8", 52506 "publish": null, 52507 "readme": "README.md", 52508 "repository": "https://github.com/rusticstuff/simdutf8", 52509 "rust_version": null, 52510 "source": "registry+https://github.com/rust-lang/crates.io-index", 52511 "targets": [ 52512 { 52513 "crate_types": [ 52514 "lib" 52515 ], 52516 "doc": true, 52517 "doctest": true, 52518 "edition": "2018", 52519 "kind": [ 52520 "lib" 52521 ], 52522 "name": "simdutf8", 52523 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/simdutf8-0.1.4/src/lib.rs", 52524 "test": true 52525 }, 52526 { 52527 "crate_types": [ 52528 "bin" 52529 ], 52530 "doc": false, 52531 "doctest": false, 52532 "edition": "2018", 52533 "kind": [ 52534 "example" 52535 ], 52536 "name": "streaming", 52537 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/simdutf8-0.1.4/examples/streaming.rs", 52538 "test": false 52539 }, 52540 { 52541 "crate_types": [ 52542 "bin" 52543 ], 52544 "doc": false, 52545 "doctest": false, 52546 "edition": "2018", 52547 "kind": [ 52548 "test" 52549 ], 52550 "name": "tests", 52551 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/simdutf8-0.1.4/tests/tests.rs", 52552 "test": true 52553 } 52554 ], 52555 "version": "0.1.4" 52556 }, 52557 { 52558 "authors": [ 52559 "Adam Wick <[email protected]>" 52560 ], 52561 "categories": [ 52562 "encoding" 52563 ], 52564 "default_run": null, 52565 "dependencies": [ 52566 { 52567 "features": [], 52568 "kind": null, 52569 "name": "num-bigint", 52570 "optional": false, 52571 "registry": null, 52572 "rename": null, 52573 "req": "^0.4", 52574 "source": "registry+https://github.com/rust-lang/crates.io-index", 52575 "target": null, 52576 "uses_default_features": false 52577 }, 52578 { 52579 "features": [], 52580 "kind": null, 52581 "name": "num-traits", 52582 "optional": false, 52583 "registry": null, 52584 "rename": null, 52585 "req": "^0.2", 52586 "source": "registry+https://github.com/rust-lang/crates.io-index", 52587 "target": null, 52588 "uses_default_features": false 52589 }, 52590 { 52591 "features": [], 52592 "kind": null, 52593 "name": "thiserror", 52594 "optional": false, 52595 "registry": null, 52596 "rename": null, 52597 "req": "^1", 52598 "source": "registry+https://github.com/rust-lang/crates.io-index", 52599 "target": null, 52600 "uses_default_features": false 52601 }, 52602 { 52603 "features": [ 52604 "formatting", 52605 "macros", 52606 "parsing" 52607 ], 52608 "kind": null, 52609 "name": "time", 52610 "optional": false, 52611 "registry": null, 52612 "rename": null, 52613 "req": "^0.3", 52614 "source": "registry+https://github.com/rust-lang/crates.io-index", 52615 "target": null, 52616 "uses_default_features": false 52617 }, 52618 { 52619 "features": [], 52620 "kind": "dev", 52621 "name": "quickcheck", 52622 "optional": false, 52623 "registry": null, 52624 "rename": null, 52625 "req": "^1.0.3", 52626 "source": "registry+https://github.com/rust-lang/crates.io-index", 52627 "target": null, 52628 "uses_default_features": true 52629 }, 52630 { 52631 "features": [], 52632 "kind": "dev", 52633 "name": "rand", 52634 "optional": false, 52635 "registry": null, 52636 "rename": null, 52637 "req": "^0.8.4", 52638 "source": "registry+https://github.com/rust-lang/crates.io-index", 52639 "target": null, 52640 "uses_default_features": true 52641 }, 52642 { 52643 "features": [ 52644 "formatting", 52645 "macros", 52646 "parsing", 52647 "quickcheck" 52648 ], 52649 "kind": "dev", 52650 "name": "time", 52651 "optional": false, 52652 "registry": null, 52653 "rename": null, 52654 "req": "^0.3", 52655 "source": "registry+https://github.com/rust-lang/crates.io-index", 52656 "target": null, 52657 "uses_default_features": false 52658 } 52659 ], 52660 "description": "A simple DER/ASN.1 encoding/decoding library.", 52661 "documentation": null, 52662 "edition": "2018", 52663 "features": {}, 52664 "homepage": null, 52665 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52666 "keywords": [ 52667 "ASN1", 52668 "encoding", 52669 "DER" 52670 ], 52671 "license": "ISC", 52672 "license_file": null, 52673 "links": null, 52674 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/simple_asn1-0.6.2/Cargo.toml", 52675 "metadata": null, 52676 "name": "simple_asn1", 52677 "publish": null, 52678 "readme": "README.md", 52679 "repository": "https://github.com/acw/simple_asn1", 52680 "rust_version": null, 52681 "source": "registry+https://github.com/rust-lang/crates.io-index", 52682 "targets": [ 52683 { 52684 "crate_types": [ 52685 "lib" 52686 ], 52687 "doc": true, 52688 "doctest": true, 52689 "edition": "2018", 52690 "kind": [ 52691 "lib" 52692 ], 52693 "name": "simple_asn1", 52694 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/simple_asn1-0.6.2/src/lib.rs", 52695 "test": true 52696 } 52697 ], 52698 "version": "0.6.2" 52699 }, 52700 { 52701 "authors": [ 52702 "Frank Denis <[email protected]>" 52703 ], 52704 "categories": [ 52705 "algorithms", 52706 "cryptography" 52707 ], 52708 "default_run": null, 52709 "dependencies": [ 52710 { 52711 "features": [ 52712 "derive" 52713 ], 52714 "kind": null, 52715 "name": "serde", 52716 "optional": true, 52717 "registry": null, 52718 "rename": null, 52719 "req": "^1.0", 52720 "source": "registry+https://github.com/rust-lang/crates.io-index", 52721 "target": null, 52722 "uses_default_features": true 52723 }, 52724 { 52725 "features": [], 52726 "kind": null, 52727 "name": "serde_json", 52728 "optional": true, 52729 "registry": null, 52730 "rename": null, 52731 "req": "^1.0", 52732 "source": "registry+https://github.com/rust-lang/crates.io-index", 52733 "target": null, 52734 "uses_default_features": true 52735 } 52736 ], 52737 "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust", 52738 "documentation": "https://docs.rs/siphasher", 52739 "edition": "2018", 52740 "features": { 52741 "default": [ 52742 "std" 52743 ], 52744 "serde": [ 52745 "dep:serde" 52746 ], 52747 "serde_json": [ 52748 "dep:serde_json" 52749 ], 52750 "serde_no_std": [ 52751 "serde/alloc" 52752 ], 52753 "serde_std": [ 52754 "std", 52755 "serde/std" 52756 ], 52757 "std": [] 52758 }, 52759 "homepage": "https://docs.rs/siphasher", 52760 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52761 "keywords": [ 52762 "crypto", 52763 "hash", 52764 "siphash" 52765 ], 52766 "license": "MIT/Apache-2.0", 52767 "license_file": null, 52768 "links": null, 52769 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/Cargo.toml", 52770 "metadata": null, 52771 "name": "siphasher", 52772 "publish": null, 52773 "readme": "README.md", 52774 "repository": "https://github.com/jedisct1/rust-siphash", 52775 "rust_version": null, 52776 "source": "registry+https://github.com/rust-lang/crates.io-index", 52777 "targets": [ 52778 { 52779 "crate_types": [ 52780 "lib" 52781 ], 52782 "doc": true, 52783 "doctest": true, 52784 "edition": "2018", 52785 "kind": [ 52786 "lib" 52787 ], 52788 "name": "siphasher", 52789 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs", 52790 "test": true 52791 } 52792 ], 52793 "version": "0.3.11" 52794 }, 52795 { 52796 "authors": [ 52797 "Carl Lerche <[email protected]>" 52798 ], 52799 "categories": [ 52800 "memory-management", 52801 "data-structures", 52802 "no-std" 52803 ], 52804 "default_run": null, 52805 "dependencies": [ 52806 { 52807 "features": [ 52808 "alloc" 52809 ], 52810 "kind": null, 52811 "name": "serde", 52812 "optional": true, 52813 "registry": null, 52814 "rename": null, 52815 "req": "^1.0.95", 52816 "source": "registry+https://github.com/rust-lang/crates.io-index", 52817 "target": null, 52818 "uses_default_features": false 52819 }, 52820 { 52821 "features": [], 52822 "kind": "dev", 52823 "name": "rustversion", 52824 "optional": false, 52825 "registry": null, 52826 "rename": null, 52827 "req": "^1", 52828 "source": "registry+https://github.com/rust-lang/crates.io-index", 52829 "target": null, 52830 "uses_default_features": true 52831 }, 52832 { 52833 "features": [ 52834 "derive" 52835 ], 52836 "kind": "dev", 52837 "name": "serde", 52838 "optional": false, 52839 "registry": null, 52840 "rename": null, 52841 "req": "^1", 52842 "source": "registry+https://github.com/rust-lang/crates.io-index", 52843 "target": null, 52844 "uses_default_features": true 52845 }, 52846 { 52847 "features": [], 52848 "kind": "dev", 52849 "name": "serde_test", 52850 "optional": false, 52851 "registry": null, 52852 "rename": null, 52853 "req": "^1", 52854 "source": "registry+https://github.com/rust-lang/crates.io-index", 52855 "target": null, 52856 "uses_default_features": true 52857 }, 52858 { 52859 "features": [], 52860 "kind": "build", 52861 "name": "autocfg", 52862 "optional": false, 52863 "registry": null, 52864 "rename": null, 52865 "req": "^1", 52866 "source": "registry+https://github.com/rust-lang/crates.io-index", 52867 "target": null, 52868 "uses_default_features": true 52869 } 52870 ], 52871 "description": "Pre-allocated storage for a uniform data type", 52872 "documentation": null, 52873 "edition": "2018", 52874 "features": { 52875 "default": [ 52876 "std" 52877 ], 52878 "serde": [ 52879 "dep:serde" 52880 ], 52881 "std": [] 52882 }, 52883 "homepage": null, 52884 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 52885 "keywords": [ 52886 "slab", 52887 "allocator", 52888 "no_std" 52889 ], 52890 "license": "MIT", 52891 "license_file": null, 52892 "links": null, 52893 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml", 52894 "metadata": null, 52895 "name": "slab", 52896 "publish": null, 52897 "readme": "README.md", 52898 "repository": "https://github.com/tokio-rs/slab", 52899 "rust_version": "1.31", 52900 "source": "registry+https://github.com/rust-lang/crates.io-index", 52901 "targets": [ 52902 { 52903 "crate_types": [ 52904 "lib" 52905 ], 52906 "doc": true, 52907 "doctest": true, 52908 "edition": "2018", 52909 "kind": [ 52910 "lib" 52911 ], 52912 "name": "slab", 52913 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs", 52914 "test": true 52915 }, 52916 { 52917 "crate_types": [ 52918 "bin" 52919 ], 52920 "doc": false, 52921 "doctest": false, 52922 "edition": "2018", 52923 "kind": [ 52924 "test" 52925 ], 52926 "name": "serde", 52927 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs", 52928 "test": true 52929 }, 52930 { 52931 "crate_types": [ 52932 "bin" 52933 ], 52934 "doc": false, 52935 "doctest": false, 52936 "edition": "2018", 52937 "kind": [ 52938 "test" 52939 ], 52940 "name": "slab", 52941 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs", 52942 "test": true 52943 }, 52944 { 52945 "crate_types": [ 52946 "bin" 52947 ], 52948 "doc": false, 52949 "doctest": false, 52950 "edition": "2018", 52951 "kind": [ 52952 "custom-build" 52953 ], 52954 "name": "build-script-build", 52955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs", 52956 "test": false 52957 } 52958 ], 52959 "version": "0.4.9" 52960 }, 52961 { 52962 "authors": [ 52963 "The Servo Project Developers" 52964 ], 52965 "categories": [ 52966 "data-structures" 52967 ], 52968 "default_run": null, 52969 "dependencies": [ 52970 { 52971 "features": [], 52972 "kind": null, 52973 "name": "arbitrary", 52974 "optional": true, 52975 "registry": null, 52976 "rename": null, 52977 "req": "^1", 52978 "source": "registry+https://github.com/rust-lang/crates.io-index", 52979 "target": null, 52980 "uses_default_features": true 52981 }, 52982 { 52983 "features": [], 52984 "kind": null, 52985 "name": "serde", 52986 "optional": true, 52987 "registry": null, 52988 "rename": null, 52989 "req": "^1", 52990 "source": "registry+https://github.com/rust-lang/crates.io-index", 52991 "target": null, 52992 "uses_default_features": false 52993 }, 52994 { 52995 "features": [], 52996 "kind": "dev", 52997 "name": "bincode", 52998 "optional": false, 52999 "registry": null, 53000 "rename": null, 53001 "req": "^1.0.1", 53002 "source": "registry+https://github.com/rust-lang/crates.io-index", 53003 "target": null, 53004 "uses_default_features": true 53005 }, 53006 { 53007 "features": [], 53008 "kind": "dev", 53009 "name": "debugger_test", 53010 "optional": false, 53011 "registry": null, 53012 "rename": null, 53013 "req": "^0.1.0", 53014 "source": "registry+https://github.com/rust-lang/crates.io-index", 53015 "target": null, 53016 "uses_default_features": true 53017 }, 53018 { 53019 "features": [], 53020 "kind": "dev", 53021 "name": "debugger_test_parser", 53022 "optional": false, 53023 "registry": null, 53024 "rename": null, 53025 "req": "^0.1.0", 53026 "source": "registry+https://github.com/rust-lang/crates.io-index", 53027 "target": null, 53028 "uses_default_features": true 53029 } 53030 ], 53031 "description": "'Small vector' optimization: store up to a small number of items on the stack", 53032 "documentation": "https://docs.rs/smallvec/", 53033 "edition": "2018", 53034 "features": { 53035 "arbitrary": [ 53036 "dep:arbitrary" 53037 ], 53038 "const_generics": [], 53039 "const_new": [ 53040 "const_generics" 53041 ], 53042 "debugger_visualizer": [], 53043 "drain_filter": [], 53044 "drain_keep_rest": [ 53045 "drain_filter" 53046 ], 53047 "may_dangle": [], 53048 "serde": [ 53049 "dep:serde" 53050 ], 53051 "specialization": [], 53052 "union": [], 53053 "write": [] 53054 }, 53055 "homepage": null, 53056 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 53057 "keywords": [ 53058 "small", 53059 "vec", 53060 "vector", 53061 "stack", 53062 "no_std" 53063 ], 53064 "license": "MIT OR Apache-2.0", 53065 "license_file": null, 53066 "links": null, 53067 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/Cargo.toml", 53068 "metadata": { 53069 "docs": { 53070 "rs": { 53071 "all-features": true, 53072 "rustdoc-args": [ 53073 "--cfg", 53074 "docsrs", 53075 "--generate-link-to-definition" 53076 ] 53077 } 53078 } 53079 }, 53080 "name": "smallvec", 53081 "publish": null, 53082 "readme": "README.md", 53083 "repository": "https://github.com/servo/rust-smallvec", 53084 "rust_version": null, 53085 "source": "registry+https://github.com/rust-lang/crates.io-index", 53086 "targets": [ 53087 { 53088 "crate_types": [ 53089 "lib" 53090 ], 53091 "doc": true, 53092 "doctest": true, 53093 "edition": "2018", 53094 "kind": [ 53095 "lib" 53096 ], 53097 "name": "smallvec", 53098 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs", 53099 "test": true 53100 }, 53101 { 53102 "crate_types": [ 53103 "bin" 53104 ], 53105 "doc": false, 53106 "doctest": false, 53107 "edition": "2018", 53108 "kind": [ 53109 "test" 53110 ], 53111 "name": "debugger_visualizer", 53112 "required-features": [ 53113 "debugger_visualizer" 53114 ], 53115 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs", 53116 "test": false 53117 }, 53118 { 53119 "crate_types": [ 53120 "bin" 53121 ], 53122 "doc": false, 53123 "doctest": false, 53124 "edition": "2018", 53125 "kind": [ 53126 "test" 53127 ], 53128 "name": "macro", 53129 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.rs", 53130 "test": true 53131 }, 53132 { 53133 "crate_types": [ 53134 "bin" 53135 ], 53136 "doc": false, 53137 "doctest": false, 53138 "edition": "2018", 53139 "kind": [ 53140 "bench" 53141 ], 53142 "name": "bench", 53143 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/benches/bench.rs", 53144 "test": false 53145 } 53146 ], 53147 "version": "1.13.2" 53148 }, 53149 { 53150 "authors": [ 53151 "Aleksey Kladov <[email protected]>" 53152 ], 53153 "categories": [], 53154 "default_run": null, 53155 "dependencies": [ 53156 { 53157 "features": [], 53158 "kind": null, 53159 "name": "arbitrary", 53160 "optional": true, 53161 "registry": null, 53162 "rename": null, 53163 "req": "^1.1.0", 53164 "source": "registry+https://github.com/rust-lang/crates.io-index", 53165 "target": null, 53166 "uses_default_features": true 53167 }, 53168 { 53169 "features": [], 53170 "kind": null, 53171 "name": "serde", 53172 "optional": true, 53173 "registry": null, 53174 "rename": null, 53175 "req": "^1.0.136", 53176 "source": "registry+https://github.com/rust-lang/crates.io-index", 53177 "target": null, 53178 "uses_default_features": false 53179 }, 53180 { 53181 "features": [], 53182 "kind": "dev", 53183 "name": "proptest", 53184 "optional": false, 53185 "registry": null, 53186 "rename": null, 53187 "req": "^1.0.0", 53188 "source": "registry+https://github.com/rust-lang/crates.io-index", 53189 "target": null, 53190 "uses_default_features": true 53191 }, 53192 { 53193 "features": [ 53194 "derive" 53195 ], 53196 "kind": "dev", 53197 "name": "serde", 53198 "optional": false, 53199 "registry": null, 53200 "rename": null, 53201 "req": "^1.0.136", 53202 "source": "registry+https://github.com/rust-lang/crates.io-index", 53203 "target": null, 53204 "uses_default_features": true 53205 }, 53206 { 53207 "features": [], 53208 "kind": "dev", 53209 "name": "serde_json", 53210 "optional": false, 53211 "registry": null, 53212 "rename": null, 53213 "req": "^1.0.79", 53214 "source": "registry+https://github.com/rust-lang/crates.io-index", 53215 "target": null, 53216 "uses_default_features": true 53217 } 53218 ], 53219 "description": "small-string optimized string type with O(1) clone", 53220 "documentation": null, 53221 "edition": "2018", 53222 "features": { 53223 "arbitrary": [ 53224 "dep:arbitrary" 53225 ], 53226 "default": [ 53227 "std" 53228 ], 53229 "serde": [ 53230 "dep:serde" 53231 ], 53232 "std": [ 53233 "serde?/std" 53234 ] 53235 }, 53236 "homepage": null, 53237 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 53238 "keywords": [], 53239 "license": "MIT OR Apache-2.0", 53240 "license_file": null, 53241 "links": null, 53242 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.1/Cargo.toml", 53243 "metadata": null, 53244 "name": "smol_str", 53245 "publish": null, 53246 "readme": "README.md", 53247 "repository": "https://github.com/rust-analyzer/smol_str", 53248 "rust_version": null, 53249 "source": "registry+https://github.com/rust-lang/crates.io-index", 53250 "targets": [ 53251 { 53252 "crate_types": [ 53253 "lib" 53254 ], 53255 "doc": true, 53256 "doctest": true, 53257 "edition": "2018", 53258 "kind": [ 53259 "lib" 53260 ], 53261 "name": "smol_str", 53262 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.1/src/lib.rs", 53263 "test": true 53264 }, 53265 { 53266 "crate_types": [ 53267 "bin" 53268 ], 53269 "doc": false, 53270 "doctest": false, 53271 "edition": "2018", 53272 "kind": [ 53273 "test" 53274 ], 53275 "name": "test", 53276 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.1/tests/test.rs", 53277 "test": true 53278 }, 53279 { 53280 "crate_types": [ 53281 "bin" 53282 ], 53283 "doc": false, 53284 "doctest": false, 53285 "edition": "2018", 53286 "kind": [ 53287 "test" 53288 ], 53289 "name": "tidy", 53290 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.1/tests/tidy.rs", 53291 "test": true 53292 } 53293 ], 53294 "version": "0.2.1" 53295 }, 53296 { 53297 "authors": [ 53298 "Jake Goulding <[email protected]>" 53299 ], 53300 "categories": [ 53301 "rust-patterns", 53302 "no-std" 53303 ], 53304 "default_run": null, 53305 "dependencies": [ 53306 { 53307 "features": [], 53308 "kind": null, 53309 "name": "backtrace", 53310 "optional": true, 53311 "registry": null, 53312 "rename": null, 53313 "req": "^0.3.0", 53314 "source": "registry+https://github.com/rust-lang/crates.io-index", 53315 "target": null, 53316 "uses_default_features": true 53317 }, 53318 { 53319 "features": [], 53320 "kind": null, 53321 "name": "doc-comment", 53322 "optional": false, 53323 "registry": null, 53324 "rename": null, 53325 "req": "^0.3.1", 53326 "source": "registry+https://github.com/rust-lang/crates.io-index", 53327 "target": null, 53328 "uses_default_features": false 53329 }, 53330 { 53331 "features": [], 53332 "kind": null, 53333 "name": "futures-core", 53334 "optional": true, 53335 "registry": null, 53336 "rename": "futures-core-crate", 53337 "req": "^0.3.0", 53338 "source": "registry+https://github.com/rust-lang/crates.io-index", 53339 "target": null, 53340 "uses_default_features": false 53341 }, 53342 { 53343 "features": [], 53344 "kind": null, 53345 "name": "futures", 53346 "optional": true, 53347 "registry": null, 53348 "rename": "futures-crate", 53349 "req": "^0.3.0", 53350 "source": "registry+https://github.com/rust-lang/crates.io-index", 53351 "target": null, 53352 "uses_default_features": false 53353 }, 53354 { 53355 "features": [], 53356 "kind": null, 53357 "name": "pin-project", 53358 "optional": true, 53359 "registry": null, 53360 "rename": null, 53361 "req": "^1.0", 53362 "source": "registry+https://github.com/rust-lang/crates.io-index", 53363 "target": null, 53364 "uses_default_features": false 53365 }, 53366 { 53367 "features": [], 53368 "kind": null, 53369 "name": "snafu-derive", 53370 "optional": false, 53371 "registry": null, 53372 "rename": null, 53373 "req": "^0.7.5", 53374 "source": "registry+https://github.com/rust-lang/crates.io-index", 53375 "target": null, 53376 "uses_default_features": true 53377 } 53378 ], 53379 "description": "An ergonomic error handling library", 53380 "documentation": "https://docs.rs/snafu", 53381 "edition": "2018", 53382 "features": { 53383 "backtrace": [ 53384 "dep:backtrace" 53385 ], 53386 "backtraces": [ 53387 "std", 53388 "backtrace" 53389 ], 53390 "backtraces-impl-backtrace-crate": [ 53391 "backtraces" 53392 ], 53393 "backtraces-impl-std": [], 53394 "default": [ 53395 "std", 53396 "rust_1_46" 53397 ], 53398 "futures": [ 53399 "futures-core-crate", 53400 "pin-project" 53401 ], 53402 "futures-core-crate": [ 53403 "dep:futures-core-crate" 53404 ], 53405 "futures-crate": [ 53406 "dep:futures-crate" 53407 ], 53408 "guide": [], 53409 "internal-dev-dependencies": [ 53410 "futures-crate" 53411 ], 53412 "pin-project": [ 53413 "dep:pin-project" 53414 ], 53415 "rust_1_39": [ 53416 "snafu-derive/rust_1_39" 53417 ], 53418 "rust_1_46": [ 53419 "rust_1_39", 53420 "snafu-derive/rust_1_46" 53421 ], 53422 "rust_1_61": [ 53423 "rust_1_46", 53424 "snafu-derive/rust_1_61" 53425 ], 53426 "std": [], 53427 "unstable-backtraces-impl-std": [ 53428 "backtraces-impl-std", 53429 "snafu-derive/unstable-backtraces-impl-std" 53430 ], 53431 "unstable-core-error": [], 53432 "unstable-provider-api": [ 53433 "snafu-derive/unstable-provider-api" 53434 ], 53435 "unstable-try-trait": [] 53436 }, 53437 "homepage": null, 53438 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 53439 "keywords": [ 53440 "error", 53441 "ergonomic", 53442 "library", 53443 "no_std" 53444 ], 53445 "license": "MIT OR Apache-2.0", 53446 "license_file": null, 53447 "links": null, 53448 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/Cargo.toml", 53449 "metadata": { 53450 "docs": { 53451 "rs": { 53452 "features": [ 53453 "std", 53454 "backtraces", 53455 "futures", 53456 "guide" 53457 ] 53458 } 53459 } 53460 }, 53461 "name": "snafu", 53462 "publish": null, 53463 "readme": "README.md", 53464 "repository": "https://github.com/shepmaster/snafu", 53465 "rust_version": null, 53466 "source": "registry+https://github.com/rust-lang/crates.io-index", 53467 "targets": [ 53468 { 53469 "crate_types": [ 53470 "lib" 53471 ], 53472 "doc": true, 53473 "doctest": true, 53474 "edition": "2018", 53475 "kind": [ 53476 "lib" 53477 ], 53478 "name": "snafu", 53479 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs", 53480 "test": true 53481 }, 53482 { 53483 "crate_types": [ 53484 "bin" 53485 ], 53486 "doc": false, 53487 "doctest": false, 53488 "edition": "2018", 53489 "kind": [ 53490 "test" 53491 ], 53492 "name": "premade_error", 53493 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/premade_error.rs", 53494 "test": true 53495 }, 53496 { 53497 "crate_types": [ 53498 "bin" 53499 ], 53500 "doc": false, 53501 "doctest": false, 53502 "edition": "2018", 53503 "kind": [ 53504 "test" 53505 ], 53506 "name": "backtrace_attributes", 53507 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace_attributes.rs", 53508 "test": true 53509 }, 53510 { 53511 "crate_types": [ 53512 "bin" 53513 ], 53514 "doc": false, 53515 "doctest": false, 53516 "edition": "2018", 53517 "kind": [ 53518 "test" 53519 ], 53520 "name": "implicit", 53521 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/implicit.rs", 53522 "test": true 53523 }, 53524 { 53525 "crate_types": [ 53526 "bin" 53527 ], 53528 "doc": false, 53529 "doctest": false, 53530 "edition": "2018", 53531 "kind": [ 53532 "test" 53533 ], 53534 "name": "opaque", 53535 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/opaque.rs", 53536 "test": true 53537 }, 53538 { 53539 "crate_types": [ 53540 "bin" 53541 ], 53542 "doc": false, 53543 "doctest": false, 53544 "edition": "2018", 53545 "kind": [ 53546 "test" 53547 ], 53548 "name": "single_use_lifetimes_lint", 53549 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/single_use_lifetimes_lint.rs", 53550 "test": true 53551 }, 53552 { 53553 "crate_types": [ 53554 "bin" 53555 ], 53556 "doc": false, 53557 "doctest": false, 53558 "edition": "2018", 53559 "kind": [ 53560 "test" 53561 ], 53562 "name": "ensure", 53563 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/ensure.rs", 53564 "test": true 53565 }, 53566 { 53567 "crate_types": [ 53568 "bin" 53569 ], 53570 "doc": false, 53571 "doctest": false, 53572 "edition": "2018", 53573 "kind": [ 53574 "test" 53575 ], 53576 "name": "mapping_result_without_try_operator", 53577 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/mapping_result_without_try_operator.rs", 53578 "test": true 53579 }, 53580 { 53581 "crate_types": [ 53582 "bin" 53583 ], 53584 "doc": false, 53585 "doctest": false, 53586 "edition": "2018", 53587 "kind": [ 53588 "test" 53589 ], 53590 "name": "build-leaf-error", 53591 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/build-leaf-error.rs", 53592 "test": true 53593 }, 53594 { 53595 "crate_types": [ 53596 "bin" 53597 ], 53598 "doc": false, 53599 "doctest": false, 53600 "edition": "2018", 53601 "kind": [ 53602 "test" 53603 ], 53604 "name": "boxed_error_trait_object", 53605 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/boxed_error_trait_object.rs", 53606 "test": true 53607 }, 53608 { 53609 "crate_types": [ 53610 "bin" 53611 ], 53612 "doc": false, 53613 "doctest": false, 53614 "edition": "2018", 53615 "kind": [ 53616 "test" 53617 ], 53618 "name": "backtrace-optional-enabled", 53619 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace-optional-enabled.rs", 53620 "test": true 53621 }, 53622 { 53623 "crate_types": [ 53624 "bin" 53625 ], 53626 "doc": false, 53627 "doctest": false, 53628 "edition": "2018", 53629 "kind": [ 53630 "test" 53631 ], 53632 "name": "raw_idents", 53633 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/raw_idents.rs", 53634 "test": true 53635 }, 53636 { 53637 "crate_types": [ 53638 "bin" 53639 ], 53640 "doc": false, 53641 "doctest": false, 53642 "edition": "2018", 53643 "kind": [ 53644 "test" 53645 ], 53646 "name": "options", 53647 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/options.rs", 53648 "test": true 53649 }, 53650 { 53651 "crate_types": [ 53652 "bin" 53653 ], 53654 "doc": false, 53655 "doctest": false, 53656 "edition": "2018", 53657 "kind": [ 53658 "test" 53659 ], 53660 "name": "no_context", 53661 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/no_context.rs", 53662 "test": true 53663 }, 53664 { 53665 "crate_types": [ 53666 "bin" 53667 ], 53668 "doc": false, 53669 "doctest": false, 53670 "edition": "2018", 53671 "kind": [ 53672 "test" 53673 ], 53674 "name": "backtrace-optional", 53675 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace-optional.rs", 53676 "test": true 53677 }, 53678 { 53679 "crate_types": [ 53680 "bin" 53681 ], 53682 "doc": false, 53683 "doctest": false, 53684 "edition": "2018", 53685 "kind": [ 53686 "test" 53687 ], 53688 "name": "recursive_error", 53689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/recursive_error.rs", 53690 "test": true 53691 }, 53692 { 53693 "crate_types": [ 53694 "bin" 53695 ], 53696 "doc": false, 53697 "doctest": false, 53698 "edition": "2018", 53699 "kind": [ 53700 "test" 53701 ], 53702 "name": "report", 53703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/report.rs", 53704 "test": true 53705 }, 53706 { 53707 "crate_types": [ 53708 "bin" 53709 ], 53710 "doc": false, 53711 "doctest": false, 53712 "edition": "2018", 53713 "kind": [ 53714 "test" 53715 ], 53716 "name": "generics", 53717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/generics.rs", 53718 "test": true 53719 }, 53720 { 53721 "crate_types": [ 53722 "bin" 53723 ], 53724 "doc": false, 53725 "doctest": false, 53726 "edition": "2018", 53727 "kind": [ 53728 "test" 53729 ], 53730 "name": "send_between_threads", 53731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/send_between_threads.rs", 53732 "test": true 53733 }, 53734 { 53735 "crate_types": [ 53736 "bin" 53737 ], 53738 "doc": false, 53739 "doctest": false, 53740 "edition": "2018", 53741 "kind": [ 53742 "test" 53743 ], 53744 "name": "error_chain", 53745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/error_chain.rs", 53746 "test": true 53747 }, 53748 { 53749 "crate_types": [ 53750 "bin" 53751 ], 53752 "doc": false, 53753 "doctest": false, 53754 "edition": "2018", 53755 "kind": [ 53756 "test" 53757 ], 53758 "name": "multiple_attributes", 53759 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/multiple_attributes.rs", 53760 "test": true 53761 }, 53762 { 53763 "crate_types": [ 53764 "bin" 53765 ], 53766 "doc": false, 53767 "doctest": false, 53768 "edition": "2018", 53769 "kind": [ 53770 "test" 53771 ], 53772 "name": "backtrace", 53773 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace.rs", 53774 "test": true 53775 }, 53776 { 53777 "crate_types": [ 53778 "bin" 53779 ], 53780 "doc": false, 53781 "doctest": false, 53782 "edition": "2018", 53783 "kind": [ 53784 "test" 53785 ], 53786 "name": "structs", 53787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/structs/main.rs", 53788 "test": true 53789 }, 53790 { 53791 "crate_types": [ 53792 "bin" 53793 ], 53794 "doc": false, 53795 "doctest": false, 53796 "edition": "2018", 53797 "kind": [ 53798 "test" 53799 ], 53800 "name": "module", 53801 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/module.rs", 53802 "test": true 53803 }, 53804 { 53805 "crate_types": [ 53806 "bin" 53807 ], 53808 "doc": false, 53809 "doctest": false, 53810 "edition": "2018", 53811 "kind": [ 53812 "test" 53813 ], 53814 "name": "context_selector_name", 53815 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/context_selector_name.rs", 53816 "test": true 53817 }, 53818 { 53819 "crate_types": [ 53820 "bin" 53821 ], 53822 "doc": false, 53823 "doctest": false, 53824 "edition": "2018", 53825 "kind": [ 53826 "test" 53827 ], 53828 "name": "generics_with_default", 53829 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/generics_with_default.rs", 53830 "test": true 53831 }, 53832 { 53833 "crate_types": [ 53834 "bin" 53835 ], 53836 "doc": false, 53837 "doctest": false, 53838 "edition": "2018", 53839 "kind": [ 53840 "test" 53841 ], 53842 "name": "name-conflicts", 53843 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/name-conflicts.rs", 53844 "test": true 53845 }, 53846 { 53847 "crate_types": [ 53848 "bin" 53849 ], 53850 "doc": false, 53851 "doctest": false, 53852 "edition": "2018", 53853 "kind": [ 53854 "test" 53855 ], 53856 "name": "doc_comment", 53857 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/doc_comment.rs", 53858 "test": true 53859 }, 53860 { 53861 "crate_types": [ 53862 "bin" 53863 ], 53864 "doc": false, 53865 "doctest": false, 53866 "edition": "2018", 53867 "kind": [ 53868 "test" 53869 ], 53870 "name": "visibility", 53871 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/visibility.rs", 53872 "test": true 53873 }, 53874 { 53875 "crate_types": [ 53876 "bin" 53877 ], 53878 "doc": false, 53879 "doctest": false, 53880 "edition": "2018", 53881 "kind": [ 53882 "test" 53883 ], 53884 "name": "stringly_typed", 53885 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/stringly_typed.rs", 53886 "test": true 53887 }, 53888 { 53889 "crate_types": [ 53890 "bin" 53891 ], 53892 "doc": false, 53893 "doctest": false, 53894 "edition": "2018", 53895 "kind": [ 53896 "test" 53897 ], 53898 "name": "source_attributes", 53899 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/source_attributes.rs", 53900 "test": true 53901 }, 53902 { 53903 "crate_types": [ 53904 "bin" 53905 ], 53906 "doc": false, 53907 "doctest": false, 53908 "edition": "2018", 53909 "kind": [ 53910 "test" 53911 ], 53912 "name": "location", 53913 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/location.rs", 53914 "test": true 53915 }, 53916 { 53917 "crate_types": [ 53918 "bin" 53919 ], 53920 "doc": false, 53921 "doctest": false, 53922 "edition": "2018", 53923 "kind": [ 53924 "test" 53925 ], 53926 "name": "display-shorthand", 53927 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/display-shorthand.rs", 53928 "test": true 53929 }, 53930 { 53931 "crate_types": [ 53932 "bin" 53933 ], 53934 "doc": false, 53935 "doctest": false, 53936 "edition": "2018", 53937 "kind": [ 53938 "test" 53939 ], 53940 "name": "default_error_display", 53941 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/default_error_display.rs", 53942 "test": true 53943 }, 53944 { 53945 "crate_types": [ 53946 "bin" 53947 ], 53948 "doc": false, 53949 "doctest": false, 53950 "edition": "2018", 53951 "kind": [ 53952 "test" 53953 ], 53954 "name": "basic", 53955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/basic.rs", 53956 "test": true 53957 } 53958 ], 53959 "version": "0.7.5" 53960 }, 53961 { 53962 "authors": [ 53963 "Jake Goulding <[email protected]>" 53964 ], 53965 "categories": [], 53966 "default_run": null, 53967 "dependencies": [ 53968 { 53969 "features": [], 53970 "kind": null, 53971 "name": "heck", 53972 "optional": false, 53973 "registry": null, 53974 "rename": null, 53975 "req": "^0.4", 53976 "source": "registry+https://github.com/rust-lang/crates.io-index", 53977 "target": null, 53978 "uses_default_features": true 53979 }, 53980 { 53981 "features": [], 53982 "kind": null, 53983 "name": "proc-macro2", 53984 "optional": false, 53985 "registry": null, 53986 "rename": null, 53987 "req": "^1.0", 53988 "source": "registry+https://github.com/rust-lang/crates.io-index", 53989 "target": null, 53990 "uses_default_features": true 53991 }, 53992 { 53993 "features": [], 53994 "kind": null, 53995 "name": "quote", 53996 "optional": false, 53997 "registry": null, 53998 "rename": null, 53999 "req": "^1.0", 54000 "source": "registry+https://github.com/rust-lang/crates.io-index", 54001 "target": null, 54002 "uses_default_features": true 54003 }, 54004 { 54005 "features": [ 54006 "full" 54007 ], 54008 "kind": null, 54009 "name": "syn", 54010 "optional": false, 54011 "registry": null, 54012 "rename": null, 54013 "req": "^1.0", 54014 "source": "registry+https://github.com/rust-lang/crates.io-index", 54015 "target": null, 54016 "uses_default_features": true 54017 } 54018 ], 54019 "description": "An ergonomic error handling library", 54020 "documentation": "https://docs.rs/snafu", 54021 "edition": "2018", 54022 "features": { 54023 "rust_1_39": [], 54024 "rust_1_46": [], 54025 "rust_1_61": [], 54026 "unstable-backtraces-impl-std": [], 54027 "unstable-provider-api": [] 54028 }, 54029 "homepage": null, 54030 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54031 "keywords": [], 54032 "license": "MIT OR Apache-2.0", 54033 "license_file": null, 54034 "links": null, 54035 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/Cargo.toml", 54036 "metadata": null, 54037 "name": "snafu-derive", 54038 "publish": null, 54039 "readme": null, 54040 "repository": "https://github.com/shepmaster/snafu", 54041 "rust_version": null, 54042 "source": "registry+https://github.com/rust-lang/crates.io-index", 54043 "targets": [ 54044 { 54045 "crate_types": [ 54046 "proc-macro" 54047 ], 54048 "doc": true, 54049 "doctest": true, 54050 "edition": "2018", 54051 "kind": [ 54052 "proc-macro" 54053 ], 54054 "name": "snafu_derive", 54055 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs", 54056 "test": true 54057 } 54058 ], 54059 "version": "0.7.5" 54060 }, 54061 { 54062 "authors": [ 54063 "Andrew Gallant <[email protected]>" 54064 ], 54065 "categories": [], 54066 "default_run": null, 54067 "dependencies": [ 54068 { 54069 "features": [], 54070 "kind": "dev", 54071 "name": "doc-comment", 54072 "optional": false, 54073 "registry": null, 54074 "rename": null, 54075 "req": "^0.3.1", 54076 "source": "registry+https://github.com/rust-lang/crates.io-index", 54077 "target": null, 54078 "uses_default_features": true 54079 } 54080 ], 54081 "description": "A pure Rust implementation of the Snappy compression algorithm. Includes\nstreaming compression and decompression.\n", 54082 "documentation": "https://docs.rs/snap", 54083 "edition": "2018", 54084 "features": {}, 54085 "homepage": "https://github.com/BurntSushi/rust-snappy", 54086 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54087 "keywords": [ 54088 "snappy", 54089 "compress", 54090 "compression", 54091 "decompress", 54092 "decompression" 54093 ], 54094 "license": "BSD-3-Clause", 54095 "license_file": null, 54096 "links": null, 54097 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snap-1.1.1/Cargo.toml", 54098 "metadata": null, 54099 "name": "snap", 54100 "publish": null, 54101 "readme": "README.md", 54102 "repository": "https://github.com/BurntSushi/rust-snappy", 54103 "rust_version": null, 54104 "source": "registry+https://github.com/rust-lang/crates.io-index", 54105 "targets": [ 54106 { 54107 "crate_types": [ 54108 "lib" 54109 ], 54110 "doc": true, 54111 "doctest": true, 54112 "edition": "2018", 54113 "kind": [ 54114 "lib" 54115 ], 54116 "name": "snap", 54117 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snap-1.1.1/src/lib.rs", 54118 "test": true 54119 }, 54120 { 54121 "crate_types": [ 54122 "bin" 54123 ], 54124 "doc": false, 54125 "doctest": false, 54126 "edition": "2018", 54127 "kind": [ 54128 "example" 54129 ], 54130 "name": "compress-escaped", 54131 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snap-1.1.1/examples/compress-escaped.rs", 54132 "test": false 54133 }, 54134 { 54135 "crate_types": [ 54136 "bin" 54137 ], 54138 "doc": false, 54139 "doctest": false, 54140 "edition": "2018", 54141 "kind": [ 54142 "example" 54143 ], 54144 "name": "decompress", 54145 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snap-1.1.1/examples/decompress.rs", 54146 "test": false 54147 }, 54148 { 54149 "crate_types": [ 54150 "bin" 54151 ], 54152 "doc": false, 54153 "doctest": false, 54154 "edition": "2018", 54155 "kind": [ 54156 "example" 54157 ], 54158 "name": "compress", 54159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snap-1.1.1/examples/compress.rs", 54160 "test": false 54161 }, 54162 { 54163 "crate_types": [ 54164 "bin" 54165 ], 54166 "doc": false, 54167 "doctest": false, 54168 "edition": "2018", 54169 "kind": [ 54170 "custom-build" 54171 ], 54172 "name": "build-script-build", 54173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/snap-1.1.1/build.rs", 54174 "test": false 54175 } 54176 ], 54177 "version": "1.1.1" 54178 }, 54179 { 54180 "authors": [ 54181 "Alex Crichton <[email protected]>", 54182 "Thomas de Zeeuw <[email protected]>" 54183 ], 54184 "categories": [ 54185 "api-bindings", 54186 "network-programming" 54187 ], 54188 "default_run": null, 54189 "dependencies": [ 54190 { 54191 "features": [], 54192 "kind": null, 54193 "name": "libc", 54194 "optional": false, 54195 "registry": null, 54196 "rename": null, 54197 "req": "^0.2.150", 54198 "source": "registry+https://github.com/rust-lang/crates.io-index", 54199 "target": "cfg(unix)", 54200 "uses_default_features": true 54201 }, 54202 { 54203 "features": [ 54204 "Win32_Foundation", 54205 "Win32_Networking_WinSock", 54206 "Win32_System_IO", 54207 "Win32_System_Threading", 54208 "Win32_System_WindowsProgramming" 54209 ], 54210 "kind": null, 54211 "name": "windows-sys", 54212 "optional": false, 54213 "registry": null, 54214 "rename": null, 54215 "req": "^0.52", 54216 "source": "registry+https://github.com/rust-lang/crates.io-index", 54217 "target": "cfg(windows)", 54218 "uses_default_features": true 54219 } 54220 ], 54221 "description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n", 54222 "documentation": "https://docs.rs/socket2", 54223 "edition": "2021", 54224 "features": { 54225 "all": [] 54226 }, 54227 "homepage": "https://github.com/rust-lang/socket2", 54228 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54229 "keywords": [ 54230 "io", 54231 "socket", 54232 "network" 54233 ], 54234 "license": "MIT OR Apache-2.0", 54235 "license_file": null, 54236 "links": null, 54237 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/Cargo.toml", 54238 "metadata": { 54239 "docs": { 54240 "rs": { 54241 "all-features": true, 54242 "rustdoc-args": [ 54243 "--cfg", 54244 "docsrs" 54245 ], 54246 "targets": [ 54247 "aarch64-apple-ios", 54248 "aarch64-linux-android", 54249 "x86_64-apple-darwin", 54250 "x86_64-unknown-fuchsia", 54251 "x86_64-pc-windows-msvc", 54252 "x86_64-pc-solaris", 54253 "x86_64-unknown-freebsd", 54254 "x86_64-unknown-illumos", 54255 "x86_64-unknown-linux-gnu", 54256 "x86_64-unknown-linux-musl", 54257 "x86_64-unknown-netbsd", 54258 "x86_64-unknown-redox", 54259 "armv7-linux-androideabi", 54260 "i686-linux-android" 54261 ] 54262 } 54263 }, 54264 "playground": { 54265 "features": [ 54266 "all" 54267 ] 54268 } 54269 }, 54270 "name": "socket2", 54271 "publish": null, 54272 "readme": "README.md", 54273 "repository": "https://github.com/rust-lang/socket2", 54274 "rust_version": "1.63", 54275 "source": "registry+https://github.com/rust-lang/crates.io-index", 54276 "targets": [ 54277 { 54278 "crate_types": [ 54279 "lib" 54280 ], 54281 "doc": true, 54282 "doctest": true, 54283 "edition": "2021", 54284 "kind": [ 54285 "lib" 54286 ], 54287 "name": "socket2", 54288 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs", 54289 "test": true 54290 } 54291 ], 54292 "version": "0.5.6" 54293 }, 54294 { 54295 "authors": [ 54296 "Stefan Altmayer <[email protected]>" 54297 ], 54298 "categories": [], 54299 "default_run": null, 54300 "dependencies": [ 54301 { 54302 "features": [], 54303 "kind": null, 54304 "name": "hashbrown", 54305 "optional": false, 54306 "registry": null, 54307 "rename": null, 54308 "req": "^0.14.2", 54309 "source": "registry+https://github.com/rust-lang/crates.io-index", 54310 "target": null, 54311 "uses_default_features": true 54312 }, 54313 { 54314 "features": [], 54315 "kind": null, 54316 "name": "num-traits", 54317 "optional": false, 54318 "registry": null, 54319 "rename": null, 54320 "req": "^0.2", 54321 "source": "registry+https://github.com/rust-lang/crates.io-index", 54322 "target": null, 54323 "uses_default_features": true 54324 }, 54325 { 54326 "features": [], 54327 "kind": null, 54328 "name": "robust", 54329 "optional": false, 54330 "registry": null, 54331 "rename": null, 54332 "req": "^1.1.0", 54333 "source": "registry+https://github.com/rust-lang/crates.io-index", 54334 "target": null, 54335 "uses_default_features": true 54336 }, 54337 { 54338 "features": [ 54339 "derive", 54340 "alloc" 54341 ], 54342 "kind": null, 54343 "name": "serde", 54344 "optional": true, 54345 "registry": null, 54346 "rename": "serde", 54347 "req": "^1.0.0", 54348 "source": "registry+https://github.com/rust-lang/crates.io-index", 54349 "target": null, 54350 "uses_default_features": false 54351 }, 54352 { 54353 "features": [], 54354 "kind": null, 54355 "name": "smallvec", 54356 "optional": false, 54357 "registry": null, 54358 "rename": null, 54359 "req": "^1", 54360 "source": "registry+https://github.com/rust-lang/crates.io-index", 54361 "target": null, 54362 "uses_default_features": true 54363 }, 54364 { 54365 "features": [], 54366 "kind": "dev", 54367 "name": "anyhow", 54368 "optional": false, 54369 "registry": null, 54370 "rename": null, 54371 "req": "^1.0.75", 54372 "source": "registry+https://github.com/rust-lang/crates.io-index", 54373 "target": null, 54374 "uses_default_features": true 54375 }, 54376 { 54377 "features": [], 54378 "kind": "dev", 54379 "name": "approx", 54380 "optional": false, 54381 "registry": null, 54382 "rename": null, 54383 "req": "^0.5", 54384 "source": "registry+https://github.com/rust-lang/crates.io-index", 54385 "target": null, 54386 "uses_default_features": true 54387 }, 54388 { 54389 "features": [], 54390 "kind": "dev", 54391 "name": "base64", 54392 "optional": false, 54393 "registry": null, 54394 "rename": null, 54395 "req": "^0.21.5", 54396 "source": "registry+https://github.com/rust-lang/crates.io-index", 54397 "target": null, 54398 "uses_default_features": true 54399 }, 54400 { 54401 "features": [], 54402 "kind": "dev", 54403 "name": "cgmath", 54404 "optional": false, 54405 "registry": null, 54406 "rename": null, 54407 "req": "^0.18.0", 54408 "source": "registry+https://github.com/rust-lang/crates.io-index", 54409 "target": null, 54410 "uses_default_features": true 54411 }, 54412 { 54413 "features": [ 54414 "html_reports" 54415 ], 54416 "kind": "dev", 54417 "name": "criterion", 54418 "optional": false, 54419 "registry": null, 54420 "rename": null, 54421 "req": "^0.5.1", 54422 "source": "registry+https://github.com/rust-lang/crates.io-index", 54423 "target": null, 54424 "uses_default_features": true 54425 }, 54426 { 54427 "features": [], 54428 "kind": "dev", 54429 "name": "float_next_after", 54430 "optional": false, 54431 "registry": null, 54432 "rename": null, 54433 "req": "^1", 54434 "source": "registry+https://github.com/rust-lang/crates.io-index", 54435 "target": null, 54436 "uses_default_features": true 54437 }, 54438 { 54439 "features": [], 54440 "kind": "dev", 54441 "name": "image", 54442 "optional": false, 54443 "registry": null, 54444 "rename": null, 54445 "req": "^0.24.7", 54446 "source": "registry+https://github.com/rust-lang/crates.io-index", 54447 "target": null, 54448 "uses_default_features": true 54449 }, 54450 { 54451 "features": [], 54452 "kind": "dev", 54453 "name": "rand", 54454 "optional": false, 54455 "registry": null, 54456 "rename": null, 54457 "req": "^0.8.3", 54458 "source": "registry+https://github.com/rust-lang/crates.io-index", 54459 "target": null, 54460 "uses_default_features": true 54461 }, 54462 { 54463 "features": [], 54464 "kind": "dev", 54465 "name": "svg", 54466 "optional": false, 54467 "registry": null, 54468 "rename": null, 54469 "req": "^0.14.0", 54470 "source": "registry+https://github.com/rust-lang/crates.io-index", 54471 "target": null, 54472 "uses_default_features": true 54473 }, 54474 { 54475 "features": [], 54476 "kind": "dev", 54477 "name": "tiny-skia", 54478 "optional": false, 54479 "registry": null, 54480 "rename": null, 54481 "req": "^0.11.3", 54482 "source": "registry+https://github.com/rust-lang/crates.io-index", 54483 "target": null, 54484 "uses_default_features": true 54485 } 54486 ], 54487 "description": "Delaunay triangulations for the rust ecosystem", 54488 "documentation": "https://docs.rs/spade", 54489 "edition": "2021", 54490 "features": { 54491 "default": [ 54492 "std" 54493 ], 54494 "serde": [ 54495 "dep:serde" 54496 ], 54497 "std": [] 54498 }, 54499 "homepage": null, 54500 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54501 "keywords": [], 54502 "license": "MIT OR Apache-2.0", 54503 "license_file": null, 54504 "links": null, 54505 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spade-2.6.0/Cargo.toml", 54506 "metadata": null, 54507 "name": "spade", 54508 "publish": null, 54509 "readme": "README.md", 54510 "repository": "https://github.com/Stoeoef/spade", 54511 "rust_version": null, 54512 "source": "registry+https://github.com/rust-lang/crates.io-index", 54513 "targets": [ 54514 { 54515 "crate_types": [ 54516 "lib" 54517 ], 54518 "doc": true, 54519 "doctest": true, 54520 "edition": "2021", 54521 "kind": [ 54522 "lib" 54523 ], 54524 "name": "spade", 54525 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spade-2.6.0/src/lib.rs", 54526 "test": true 54527 }, 54528 { 54529 "crate_types": [ 54530 "bin" 54531 ], 54532 "doc": false, 54533 "doctest": false, 54534 "edition": "2021", 54535 "kind": [ 54536 "example" 54537 ], 54538 "name": "svg_renderer", 54539 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spade-2.6.0/examples/svg_renderer/main.rs", 54540 "test": false 54541 }, 54542 { 54543 "crate_types": [ 54544 "bin" 54545 ], 54546 "doc": false, 54547 "doctest": false, 54548 "edition": "2021", 54549 "kind": [ 54550 "example" 54551 ], 54552 "name": "interpolation", 54553 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spade-2.6.0/examples/interpolation/main.rs", 54554 "test": false 54555 }, 54556 { 54557 "crate_types": [ 54558 "bin" 54559 ], 54560 "doc": false, 54561 "doctest": false, 54562 "edition": "2021", 54563 "kind": [ 54564 "bench" 54565 ], 54566 "name": "benchmarks", 54567 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spade-2.6.0/benches/benchmarks.rs", 54568 "test": false 54569 } 54570 ], 54571 "version": "2.6.0" 54572 }, 54573 { 54574 "authors": [ 54575 "Mathijs van de Nes <[email protected]>", 54576 "John Ericson <[email protected]>" 54577 ], 54578 "categories": [], 54579 "default_run": null, 54580 "dependencies": [], 54581 "description": "Synchronization primitives based on spinning.\nThey may contain data, are usable without `std`,\nand static initializers are available.\n", 54582 "documentation": "https://mvdnes.github.io/rust-docs/spin-rs/spin/index.html", 54583 "edition": "2015", 54584 "features": {}, 54585 "homepage": null, 54586 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54587 "keywords": [ 54588 "spinlock", 54589 "mutex", 54590 "rwlock" 54591 ], 54592 "license": "MIT", 54593 "license_file": null, 54594 "links": null, 54595 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/Cargo.toml", 54596 "metadata": null, 54597 "name": "spin", 54598 "publish": null, 54599 "readme": "README.md", 54600 "repository": "https://github.com/mvdnes/spin-rs.git", 54601 "rust_version": null, 54602 "source": "registry+https://github.com/rust-lang/crates.io-index", 54603 "targets": [ 54604 { 54605 "crate_types": [ 54606 "lib" 54607 ], 54608 "doc": true, 54609 "doctest": true, 54610 "edition": "2015", 54611 "kind": [ 54612 "lib" 54613 ], 54614 "name": "spin", 54615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs", 54616 "test": true 54617 }, 54618 { 54619 "crate_types": [ 54620 "bin" 54621 ], 54622 "doc": false, 54623 "doctest": false, 54624 "edition": "2015", 54625 "kind": [ 54626 "example" 54627 ], 54628 "name": "debug", 54629 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/examples/debug.rs", 54630 "test": false 54631 } 54632 ], 54633 "version": "0.5.2" 54634 }, 54635 { 54636 "authors": [ 54637 "Mathijs van de Nes <[email protected]>", 54638 "John Ericson <[email protected]>", 54639 "Joshua Barretto <[email protected]>" 54640 ], 54641 "categories": [], 54642 "default_run": null, 54643 "dependencies": [ 54644 { 54645 "features": [], 54646 "kind": null, 54647 "name": "lock_api", 54648 "optional": true, 54649 "registry": null, 54650 "rename": "lock_api_crate", 54651 "req": "^0.4", 54652 "source": "registry+https://github.com/rust-lang/crates.io-index", 54653 "target": null, 54654 "uses_default_features": true 54655 }, 54656 { 54657 "features": [], 54658 "kind": null, 54659 "name": "portable-atomic", 54660 "optional": true, 54661 "registry": null, 54662 "rename": null, 54663 "req": "^1", 54664 "source": "registry+https://github.com/rust-lang/crates.io-index", 54665 "target": null, 54666 "uses_default_features": false 54667 }, 54668 { 54669 "features": [], 54670 "kind": "dev", 54671 "name": "criterion", 54672 "optional": false, 54673 "registry": null, 54674 "rename": null, 54675 "req": "^0.4", 54676 "source": "registry+https://github.com/rust-lang/crates.io-index", 54677 "target": null, 54678 "uses_default_features": true 54679 } 54680 ], 54681 "description": "Spin-based synchronization primitives", 54682 "documentation": null, 54683 "edition": "2015", 54684 "features": { 54685 "barrier": [ 54686 "mutex" 54687 ], 54688 "default": [ 54689 "lock_api", 54690 "mutex", 54691 "spin_mutex", 54692 "rwlock", 54693 "once", 54694 "lazy", 54695 "barrier" 54696 ], 54697 "fair_mutex": [ 54698 "mutex" 54699 ], 54700 "lazy": [ 54701 "once" 54702 ], 54703 "lock_api": [ 54704 "lock_api_crate" 54705 ], 54706 "lock_api_crate": [ 54707 "dep:lock_api_crate" 54708 ], 54709 "mutex": [], 54710 "once": [], 54711 "portable-atomic": [ 54712 "dep:portable-atomic" 54713 ], 54714 "portable_atomic": [ 54715 "portable-atomic" 54716 ], 54717 "rwlock": [], 54718 "spin_mutex": [ 54719 "mutex" 54720 ], 54721 "std": [], 54722 "ticket_mutex": [ 54723 "mutex" 54724 ], 54725 "use_ticket_mutex": [ 54726 "mutex", 54727 "ticket_mutex" 54728 ] 54729 }, 54730 "homepage": null, 54731 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54732 "keywords": [ 54733 "spinlock", 54734 "mutex", 54735 "rwlock" 54736 ], 54737 "license": "MIT", 54738 "license_file": null, 54739 "links": null, 54740 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/Cargo.toml", 54741 "metadata": { 54742 "docs": { 54743 "rs": { 54744 "all-features": true, 54745 "rustdoc-args": [ 54746 "--cfg", 54747 "docsrs" 54748 ] 54749 } 54750 } 54751 }, 54752 "name": "spin", 54753 "publish": null, 54754 "readme": "README.md", 54755 "repository": "https://github.com/mvdnes/spin-rs.git", 54756 "rust_version": "1.38", 54757 "source": "registry+https://github.com/rust-lang/crates.io-index", 54758 "targets": [ 54759 { 54760 "crate_types": [ 54761 "lib" 54762 ], 54763 "doc": true, 54764 "doctest": true, 54765 "edition": "2015", 54766 "kind": [ 54767 "lib" 54768 ], 54769 "name": "spin", 54770 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs", 54771 "test": true 54772 }, 54773 { 54774 "crate_types": [ 54775 "bin" 54776 ], 54777 "doc": false, 54778 "doctest": false, 54779 "edition": "2015", 54780 "kind": [ 54781 "example" 54782 ], 54783 "name": "debug", 54784 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/examples/debug.rs", 54785 "test": false 54786 }, 54787 { 54788 "crate_types": [ 54789 "bin" 54790 ], 54791 "doc": false, 54792 "doctest": false, 54793 "edition": "2015", 54794 "kind": [ 54795 "bench" 54796 ], 54797 "name": "mutex", 54798 "required-features": [ 54799 "ticket_mutex" 54800 ], 54801 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/benches/mutex.rs", 54802 "test": false 54803 } 54804 ], 54805 "version": "0.9.8" 54806 }, 54807 { 54808 "authors": [ 54809 "RustCrypto Developers" 54810 ], 54811 "categories": [ 54812 "cryptography", 54813 "data-structures", 54814 "encoding", 54815 "no-std" 54816 ], 54817 "default_run": null, 54818 "dependencies": [ 54819 { 54820 "features": [ 54821 "derive" 54822 ], 54823 "kind": null, 54824 "name": "arbitrary", 54825 "optional": true, 54826 "registry": null, 54827 "rename": null, 54828 "req": "^1.2", 54829 "source": "registry+https://github.com/rust-lang/crates.io-index", 54830 "target": null, 54831 "uses_default_features": true 54832 }, 54833 { 54834 "features": [], 54835 "kind": null, 54836 "name": "base64ct", 54837 "optional": true, 54838 "registry": null, 54839 "rename": null, 54840 "req": "^1", 54841 "source": "registry+https://github.com/rust-lang/crates.io-index", 54842 "target": null, 54843 "uses_default_features": false 54844 }, 54845 { 54846 "features": [ 54847 "oid" 54848 ], 54849 "kind": null, 54850 "name": "der", 54851 "optional": false, 54852 "registry": null, 54853 "rename": null, 54854 "req": "^0.7.2", 54855 "source": "registry+https://github.com/rust-lang/crates.io-index", 54856 "target": null, 54857 "uses_default_features": true 54858 }, 54859 { 54860 "features": [], 54861 "kind": null, 54862 "name": "sha2", 54863 "optional": true, 54864 "registry": null, 54865 "rename": null, 54866 "req": "^0.10", 54867 "source": "registry+https://github.com/rust-lang/crates.io-index", 54868 "target": null, 54869 "uses_default_features": false 54870 }, 54871 { 54872 "features": [], 54873 "kind": "dev", 54874 "name": "hex-literal", 54875 "optional": false, 54876 "registry": null, 54877 "rename": null, 54878 "req": "^0.4", 54879 "source": "registry+https://github.com/rust-lang/crates.io-index", 54880 "target": null, 54881 "uses_default_features": true 54882 }, 54883 { 54884 "features": [], 54885 "kind": "dev", 54886 "name": "tempfile", 54887 "optional": false, 54888 "registry": null, 54889 "rename": null, 54890 "req": "^3", 54891 "source": "registry+https://github.com/rust-lang/crates.io-index", 54892 "target": null, 54893 "uses_default_features": true 54894 } 54895 ], 54896 "description": "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their\nassociated AlgorithmIdentifiers (i.e. OIDs)\n", 54897 "documentation": null, 54898 "edition": "2021", 54899 "features": { 54900 "alloc": [ 54901 "base64ct?/alloc", 54902 "der/alloc" 54903 ], 54904 "arbitrary": [ 54905 "std", 54906 "dep:arbitrary", 54907 "der/arbitrary" 54908 ], 54909 "base64": [ 54910 "dep:base64ct" 54911 ], 54912 "fingerprint": [ 54913 "sha2" 54914 ], 54915 "pem": [ 54916 "alloc", 54917 "der/pem" 54918 ], 54919 "sha2": [ 54920 "dep:sha2" 54921 ], 54922 "std": [ 54923 "der/std", 54924 "alloc" 54925 ] 54926 }, 54927 "homepage": null, 54928 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 54929 "keywords": [ 54930 "crypto", 54931 "x509" 54932 ], 54933 "license": "Apache-2.0 OR MIT", 54934 "license_file": null, 54935 "links": null, 54936 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/Cargo.toml", 54937 "metadata": { 54938 "docs": { 54939 "rs": { 54940 "all-features": true, 54941 "rustdoc-args": [ 54942 "--cfg", 54943 "docsrs" 54944 ] 54945 } 54946 } 54947 }, 54948 "name": "spki", 54949 "publish": null, 54950 "readme": "README.md", 54951 "repository": "https://github.com/RustCrypto/formats/tree/master/spki", 54952 "rust_version": "1.65", 54953 "source": "registry+https://github.com/rust-lang/crates.io-index", 54954 "targets": [ 54955 { 54956 "crate_types": [ 54957 "lib" 54958 ], 54959 "doc": true, 54960 "doctest": true, 54961 "edition": "2021", 54962 "kind": [ 54963 "lib" 54964 ], 54965 "name": "spki", 54966 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs", 54967 "test": true 54968 }, 54969 { 54970 "crate_types": [ 54971 "bin" 54972 ], 54973 "doc": false, 54974 "doctest": false, 54975 "edition": "2021", 54976 "kind": [ 54977 "test" 54978 ], 54979 "name": "spki", 54980 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/tests/spki.rs", 54981 "test": true 54982 }, 54983 { 54984 "crate_types": [ 54985 "bin" 54986 ], 54987 "doc": false, 54988 "doctest": false, 54989 "edition": "2021", 54990 "kind": [ 54991 "test" 54992 ], 54993 "name": "traits", 54994 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/tests/traits.rs", 54995 "test": true 54996 } 54997 ], 54998 "version": "0.7.3" 54999 }, 55000 { 55001 "authors": [ 55002 "Robert Grosse <[email protected]>" 55003 ], 55004 "categories": [ 55005 "memory-management", 55006 "no-std" 55007 ], 55008 "default_run": null, 55009 "dependencies": [], 55010 "description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n", 55011 "documentation": "https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait", 55012 "edition": "2015", 55013 "features": { 55014 "alloc": [], 55015 "default": [ 55016 "std" 55017 ], 55018 "std": [ 55019 "alloc" 55020 ] 55021 }, 55022 "homepage": null, 55023 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 55024 "keywords": [], 55025 "license": "MIT/Apache-2.0", 55026 "license_file": null, 55027 "links": null, 55028 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/Cargo.toml", 55029 "metadata": null, 55030 "name": "stable_deref_trait", 55031 "publish": null, 55032 "readme": "README.md", 55033 "repository": "https://github.com/storyyeller/stable_deref_trait", 55034 "rust_version": null, 55035 "source": "registry+https://github.com/rust-lang/crates.io-index", 55036 "targets": [ 55037 { 55038 "crate_types": [ 55039 "lib" 55040 ], 55041 "doc": true, 55042 "doctest": true, 55043 "edition": "2015", 55044 "kind": [ 55045 "lib" 55046 ], 55047 "name": "stable_deref_trait", 55048 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs", 55049 "test": true 55050 } 55051 ], 55052 "version": "1.2.0" 55053 }, 55054 { 55055 "authors": [ 55056 "Alex Crichton <[email protected]>", 55057 "Simonas Kazlauskas <[email protected]>" 55058 ], 55059 "categories": [], 55060 "default_run": null, 55061 "dependencies": [ 55062 { 55063 "features": [], 55064 "kind": null, 55065 "name": "cfg-if", 55066 "optional": false, 55067 "registry": null, 55068 "rename": null, 55069 "req": "^1.0.0", 55070 "source": "registry+https://github.com/rust-lang/crates.io-index", 55071 "target": null, 55072 "uses_default_features": true 55073 }, 55074 { 55075 "features": [], 55076 "kind": null, 55077 "name": "libc", 55078 "optional": false, 55079 "registry": null, 55080 "rename": null, 55081 "req": "^0.2.45", 55082 "source": "registry+https://github.com/rust-lang/crates.io-index", 55083 "target": null, 55084 "uses_default_features": true 55085 }, 55086 { 55087 "features": [], 55088 "kind": null, 55089 "name": "psm", 55090 "optional": false, 55091 "registry": null, 55092 "rename": null, 55093 "req": "^0.1.7", 55094 "source": "registry+https://github.com/rust-lang/crates.io-index", 55095 "target": null, 55096 "uses_default_features": true 55097 }, 55098 { 55099 "features": [], 55100 "kind": "build", 55101 "name": "cc", 55102 "optional": false, 55103 "registry": null, 55104 "rename": null, 55105 "req": "^1.0.2", 55106 "source": "registry+https://github.com/rust-lang/crates.io-index", 55107 "target": null, 55108 "uses_default_features": true 55109 }, 55110 { 55111 "features": [ 55112 "memoryapi", 55113 "winbase", 55114 "fibersapi", 55115 "processthreadsapi", 55116 "minwindef" 55117 ], 55118 "kind": null, 55119 "name": "winapi", 55120 "optional": false, 55121 "registry": null, 55122 "rename": null, 55123 "req": "^0.3.6", 55124 "source": "registry+https://github.com/rust-lang/crates.io-index", 55125 "target": "cfg(windows)", 55126 "uses_default_features": true 55127 } 55128 ], 55129 "description": "A stack growth library useful when implementing deeply recursive algorithms that\nmay accidentally blow the stack.\n", 55130 "documentation": "https://docs.rs/stacker/0.1.15", 55131 "edition": "2015", 55132 "features": {}, 55133 "homepage": "https://github.com/rust-lang/stacker", 55134 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 55135 "keywords": [], 55136 "license": "MIT OR Apache-2.0", 55137 "license_file": null, 55138 "links": null, 55139 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/Cargo.toml", 55140 "metadata": null, 55141 "name": "stacker", 55142 "publish": null, 55143 "readme": "README.md", 55144 "repository": "https://github.com/rust-lang/stacker", 55145 "rust_version": null, 55146 "source": "registry+https://github.com/rust-lang/crates.io-index", 55147 "targets": [ 55148 { 55149 "crate_types": [ 55150 "lib" 55151 ], 55152 "doc": true, 55153 "doctest": false, 55154 "edition": "2015", 55155 "kind": [ 55156 "lib" 55157 ], 55158 "name": "stacker", 55159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs", 55160 "test": false 55161 }, 55162 { 55163 "crate_types": [ 55164 "bin" 55165 ], 55166 "doc": false, 55167 "doctest": false, 55168 "edition": "2015", 55169 "kind": [ 55170 "test" 55171 ], 55172 "name": "smoke", 55173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/tests/smoke.rs", 55174 "test": true 55175 }, 55176 { 55177 "crate_types": [ 55178 "bin" 55179 ], 55180 "doc": false, 55181 "doctest": false, 55182 "edition": "2015", 55183 "kind": [ 55184 "test" 55185 ], 55186 "name": "simple", 55187 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/tests/simple.rs", 55188 "test": true 55189 }, 55190 { 55191 "crate_types": [ 55192 "bin" 55193 ], 55194 "doc": false, 55195 "doctest": false, 55196 "edition": "2015", 55197 "kind": [ 55198 "custom-build" 55199 ], 55200 "name": "build-script-build", 55201 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/build.rs", 55202 "test": false 55203 } 55204 ], 55205 "version": "0.1.15" 55206 }, 55207 { 55208 "authors": [ 55209 "Tobie Morgan Hitchcock <[email protected]>", 55210 "Michal Hornicky <[email protected]>", 55211 "Dan Burkert <[email protected]>" 55212 ], 55213 "categories": [ 55214 "encoding" 55215 ], 55216 "default_run": null, 55217 "dependencies": [ 55218 { 55219 "features": [], 55220 "kind": null, 55221 "name": "byteorder", 55222 "optional": false, 55223 "registry": null, 55224 "rename": null, 55225 "req": "^1.4.3", 55226 "source": "registry+https://github.com/rust-lang/crates.io-index", 55227 "target": null, 55228 "uses_default_features": true 55229 }, 55230 { 55231 "features": [], 55232 "kind": null, 55233 "name": "memchr", 55234 "optional": false, 55235 "registry": null, 55236 "rename": null, 55237 "req": "^2.5.0", 55238 "source": "registry+https://github.com/rust-lang/crates.io-index", 55239 "target": null, 55240 "uses_default_features": true 55241 }, 55242 { 55243 "features": [ 55244 "derive" 55245 ], 55246 "kind": null, 55247 "name": "serde", 55248 "optional": false, 55249 "registry": null, 55250 "rename": null, 55251 "req": "^1.0.160", 55252 "source": "registry+https://github.com/rust-lang/crates.io-index", 55253 "target": null, 55254 "uses_default_features": true 55255 }, 55256 { 55257 "features": [], 55258 "kind": null, 55259 "name": "thiserror", 55260 "optional": false, 55261 "registry": null, 55262 "rename": null, 55263 "req": "^1.0.40", 55264 "source": "registry+https://github.com/rust-lang/crates.io-index", 55265 "target": null, 55266 "uses_default_features": true 55267 }, 55268 { 55269 "features": [], 55270 "kind": "dev", 55271 "name": "serde_bytes", 55272 "optional": false, 55273 "registry": null, 55274 "rename": null, 55275 "req": "^0.11.9", 55276 "source": "registry+https://github.com/rust-lang/crates.io-index", 55277 "target": null, 55278 "uses_default_features": true 55279 } 55280 ], 55281 "description": "Lexicographic sort-order preserving binary encoding format for key-value stores", 55282 "documentation": null, 55283 "edition": "2021", 55284 "features": {}, 55285 "homepage": "https://github.com/surrealdb/storekey", 55286 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 55287 "keywords": [ 55288 "database", 55289 "encoding", 55290 "key-value", 55291 "kv-store", 55292 "serialization" 55293 ], 55294 "license": "Apache-2.0", 55295 "license_file": null, 55296 "links": null, 55297 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/storekey-0.5.0/Cargo.toml", 55298 "metadata": null, 55299 "name": "storekey", 55300 "publish": null, 55301 "readme": "README.md", 55302 "repository": "https://github.com/surrealdb/storekey", 55303 "rust_version": null, 55304 "source": "registry+https://github.com/rust-lang/crates.io-index", 55305 "targets": [ 55306 { 55307 "crate_types": [ 55308 "lib" 55309 ], 55310 "doc": true, 55311 "doctest": true, 55312 "edition": "2021", 55313 "kind": [ 55314 "lib" 55315 ], 55316 "name": "storekey", 55317 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/storekey-0.5.0/src/lib.rs", 55318 "test": true 55319 }, 55320 { 55321 "crate_types": [ 55322 "bin" 55323 ], 55324 "doc": false, 55325 "doctest": false, 55326 "edition": "2021", 55327 "kind": [ 55328 "test" 55329 ], 55330 "name": "simple", 55331 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/storekey-0.5.0/tests/simple.rs", 55332 "test": true 55333 } 55334 ], 55335 "version": "0.5.0" 55336 }, 55337 { 55338 "authors": [ 55339 "The Servo Project Developers" 55340 ], 55341 "categories": [], 55342 "default_run": null, 55343 "dependencies": [ 55344 { 55345 "features": [], 55346 "kind": null, 55347 "name": "new_debug_unreachable", 55348 "optional": false, 55349 "registry": null, 55350 "rename": null, 55351 "req": "^1.0.2", 55352 "source": "registry+https://github.com/rust-lang/crates.io-index", 55353 "target": null, 55354 "uses_default_features": true 55355 }, 55356 { 55357 "features": [], 55358 "kind": null, 55359 "name": "once_cell", 55360 "optional": false, 55361 "registry": null, 55362 "rename": null, 55363 "req": "^1.10.0", 55364 "source": "registry+https://github.com/rust-lang/crates.io-index", 55365 "target": null, 55366 "uses_default_features": true 55367 }, 55368 { 55369 "features": [], 55370 "kind": null, 55371 "name": "parking_lot", 55372 "optional": false, 55373 "registry": null, 55374 "rename": null, 55375 "req": "^0.12", 55376 "source": "registry+https://github.com/rust-lang/crates.io-index", 55377 "target": null, 55378 "uses_default_features": true 55379 }, 55380 { 55381 "features": [], 55382 "kind": null, 55383 "name": "phf_shared", 55384 "optional": false, 55385 "registry": null, 55386 "rename": null, 55387 "req": "^0.10", 55388 "source": "registry+https://github.com/rust-lang/crates.io-index", 55389 "target": null, 55390 "uses_default_features": true 55391 }, 55392 { 55393 "features": [], 55394 "kind": null, 55395 "name": "precomputed-hash", 55396 "optional": false, 55397 "registry": null, 55398 "rename": null, 55399 "req": "^0.1", 55400 "source": "registry+https://github.com/rust-lang/crates.io-index", 55401 "target": null, 55402 "uses_default_features": true 55403 }, 55404 { 55405 "features": [], 55406 "kind": null, 55407 "name": "serde", 55408 "optional": true, 55409 "registry": null, 55410 "rename": null, 55411 "req": "^1", 55412 "source": "registry+https://github.com/rust-lang/crates.io-index", 55413 "target": null, 55414 "uses_default_features": true 55415 } 55416 ], 55417 "description": "A string interning library for Rust, developed as part of the Servo project.", 55418 "documentation": "https://docs.rs/string_cache/", 55419 "edition": "2018", 55420 "features": { 55421 "default": [ 55422 "serde_support" 55423 ], 55424 "serde": [ 55425 "dep:serde" 55426 ], 55427 "serde_support": [ 55428 "serde" 55429 ] 55430 }, 55431 "homepage": null, 55432 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 55433 "keywords": [], 55434 "license": "MIT OR Apache-2.0", 55435 "license_file": null, 55436 "links": null, 55437 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/Cargo.toml", 55438 "metadata": null, 55439 "name": "string_cache", 55440 "publish": null, 55441 "readme": "README.md", 55442 "repository": "https://github.com/servo/string-cache", 55443 "rust_version": null, 55444 "source": "registry+https://github.com/rust-lang/crates.io-index", 55445 "targets": [ 55446 { 55447 "crate_types": [ 55448 "lib" 55449 ], 55450 "doc": true, 55451 "doctest": true, 55452 "edition": "2018", 55453 "kind": [ 55454 "lib" 55455 ], 55456 "name": "string_cache", 55457 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs", 55458 "test": true 55459 }, 55460 { 55461 "crate_types": [ 55462 "bin" 55463 ], 55464 "doc": false, 55465 "doctest": false, 55466 "edition": "2018", 55467 "kind": [ 55468 "example" 55469 ], 55470 "name": "simple", 55471 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/examples/simple.rs", 55472 "test": false 55473 }, 55474 { 55475 "crate_types": [ 55476 "bin" 55477 ], 55478 "doc": false, 55479 "doctest": false, 55480 "edition": "2018", 55481 "kind": [ 55482 "test" 55483 ], 55484 "name": "small-stack", 55485 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/tests/small-stack.rs", 55486 "test": true 55487 } 55488 ], 55489 "version": "0.8.7" 55490 }, 55491 { 55492 "authors": [ 55493 "Danny Guo <[email protected]>" 55494 ], 55495 "categories": [], 55496 "default_run": null, 55497 "dependencies": [], 55498 "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and S\u00f8rensen-Dice.\n", 55499 "documentation": "https://docs.rs/strsim/", 55500 "edition": "2015", 55501 "features": {}, 55502 "homepage": "https://github.com/dguo/strsim-rs", 55503 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 55504 "keywords": [ 55505 "string", 55506 "similarity", 55507 "Hamming", 55508 "Levenshtein", 55509 "Jaro" 55510 ], 55511 "license": "MIT", 55512 "license_file": null, 55513 "links": null, 55514 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/Cargo.toml", 55515 "metadata": null, 55516 "name": "strsim", 55517 "publish": null, 55518 "readme": "README.md", 55519 "repository": "https://github.com/dguo/strsim-rs", 55520 "rust_version": null, 55521 "source": "registry+https://github.com/rust-lang/crates.io-index", 55522 "targets": [ 55523 { 55524 "crate_types": [ 55525 "lib" 55526 ], 55527 "doc": true, 55528 "doctest": true, 55529 "edition": "2015", 55530 "kind": [ 55531 "lib" 55532 ], 55533 "name": "strsim", 55534 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs", 55535 "test": true 55536 }, 55537 { 55538 "crate_types": [ 55539 "bin" 55540 ], 55541 "doc": false, 55542 "doctest": false, 55543 "edition": "2015", 55544 "kind": [ 55545 "test" 55546 ], 55547 "name": "lib", 55548 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/tests/lib.rs", 55549 "test": true 55550 }, 55551 { 55552 "crate_types": [ 55553 "bin" 55554 ], 55555 "doc": false, 55556 "doctest": false, 55557 "edition": "2015", 55558 "kind": [ 55559 "bench" 55560 ], 55561 "name": "benches", 55562 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/benches/benches.rs", 55563 "test": false 55564 } 55565 ], 55566 "version": "0.10.0" 55567 }, 55568 { 55569 "authors": [ 55570 "Isis Lovecruft <[email protected]>", 55571 "Henry de Valence <[email protected]>" 55572 ], 55573 "categories": [ 55574 "cryptography", 55575 "no-std" 55576 ], 55577 "default_run": null, 55578 "dependencies": [ 55579 { 55580 "features": [], 55581 "kind": "dev", 55582 "name": "rand", 55583 "optional": false, 55584 "registry": null, 55585 "rename": null, 55586 "req": "^0.8", 55587 "source": "registry+https://github.com/rust-lang/crates.io-index", 55588 "target": null, 55589 "uses_default_features": true 55590 } 55591 ], 55592 "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.", 55593 "documentation": "https://docs.rs/subtle", 55594 "edition": "2018", 55595 "features": { 55596 "const-generics": [], 55597 "core_hint_black_box": [], 55598 "default": [ 55599 "std", 55600 "i128" 55601 ], 55602 "i128": [], 55603 "nightly": [], 55604 "std": [] 55605 }, 55606 "homepage": "https://dalek.rs/", 55607 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 55608 "keywords": [ 55609 "cryptography", 55610 "crypto", 55611 "constant-time", 55612 "utilities" 55613 ], 55614 "license": "BSD-3-Clause", 55615 "license_file": null, 55616 "links": null, 55617 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/Cargo.toml", 55618 "metadata": null, 55619 "name": "subtle", 55620 "publish": null, 55621 "readme": "README.md", 55622 "repository": "https://github.com/dalek-cryptography/subtle", 55623 "rust_version": null, 55624 "source": "registry+https://github.com/rust-lang/crates.io-index", 55625 "targets": [ 55626 { 55627 "crate_types": [ 55628 "lib" 55629 ], 55630 "doc": true, 55631 "doctest": true, 55632 "edition": "2018", 55633 "kind": [ 55634 "lib" 55635 ], 55636 "name": "subtle", 55637 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs", 55638 "test": true 55639 }, 55640 { 55641 "crate_types": [ 55642 "bin" 55643 ], 55644 "doc": false, 55645 "doctest": false, 55646 "edition": "2018", 55647 "kind": [ 55648 "test" 55649 ], 55650 "name": "mod", 55651 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/tests/mod.rs", 55652 "test": true 55653 } 55654 ], 55655 "version": "2.5.0" 55656 }, 55657 { 55658 "authors": [ 55659 "Tobie Morgan Hitchcock <[email protected]>" 55660 ], 55661 "categories": [ 55662 "database-implementations", 55663 "data-structures", 55664 "embedded" 55665 ], 55666 "default_run": null, 55667 "dependencies": [ 55668 { 55669 "features": [], 55670 "kind": null, 55671 "name": "bincode", 55672 "optional": false, 55673 "registry": null, 55674 "rename": null, 55675 "req": "^1.3.3", 55676 "source": "registry+https://github.com/rust-lang/crates.io-index", 55677 "target": null, 55678 "uses_default_features": true 55679 }, 55680 { 55681 "features": [], 55682 "kind": null, 55683 "name": "async-channel", 55684 "optional": false, 55685 "registry": null, 55686 "rename": "channel", 55687 "req": "^1.9.0", 55688 "source": "registry+https://github.com/rust-lang/crates.io-index", 55689 "target": null, 55690 "uses_default_features": true 55691 }, 55692 { 55693 "features": [ 55694 "serde" 55695 ], 55696 "kind": null, 55697 "name": "chrono", 55698 "optional": false, 55699 "registry": null, 55700 "rename": null, 55701 "req": "^0.4.31", 55702 "source": "registry+https://github.com/rust-lang/crates.io-index", 55703 "target": null, 55704 "uses_default_features": true 55705 }, 55706 { 55707 "features": [], 55708 "kind": null, 55709 "name": "dmp", 55710 "optional": false, 55711 "registry": null, 55712 "rename": null, 55713 "req": "^0.2.0", 55714 "source": "registry+https://github.com/rust-lang/crates.io-index", 55715 "target": null, 55716 "uses_default_features": true 55717 }, 55718 { 55719 "features": [], 55720 "kind": null, 55721 "name": "flume", 55722 "optional": false, 55723 "registry": null, 55724 "rename": null, 55725 "req": "^0.11.0", 55726 "source": "registry+https://github.com/rust-lang/crates.io-index", 55727 "target": null, 55728 "uses_default_features": true 55729 }, 55730 { 55731 "features": [], 55732 "kind": null, 55733 "name": "futures", 55734 "optional": false, 55735 "registry": null, 55736 "rename": null, 55737 "req": "^0.3.29", 55738 "source": "registry+https://github.com/rust-lang/crates.io-index", 55739 "target": null, 55740 "uses_default_features": true 55741 }, 55742 { 55743 "features": [], 55744 "kind": null, 55745 "name": "futures-concurrency", 55746 "optional": false, 55747 "registry": null, 55748 "rename": null, 55749 "req": "^7.4.3", 55750 "source": "registry+https://github.com/rust-lang/crates.io-index", 55751 "target": null, 55752 "uses_default_features": true 55753 }, 55754 { 55755 "features": [ 55756 "use-serde" 55757 ], 55758 "kind": null, 55759 "name": "geo", 55760 "optional": false, 55761 "registry": null, 55762 "rename": null, 55763 "req": "^0.27.0", 55764 "source": "registry+https://github.com/rust-lang/crates.io-index", 55765 "target": null, 55766 "uses_default_features": true 55767 }, 55768 { 55769 "features": [ 55770 "serde" 55771 ], 55772 "kind": null, 55773 "name": "indexmap", 55774 "optional": false, 55775 "registry": null, 55776 "rename": null, 55777 "req": "^2.1.0", 55778 "source": "registry+https://github.com/rust-lang/crates.io-index", 55779 "target": null, 55780 "uses_default_features": true 55781 }, 55782 { 55783 "features": [], 55784 "kind": null, 55785 "name": "native-tls", 55786 "optional": true, 55787 "registry": null, 55788 "rename": null, 55789 "req": "^0.2.11", 55790 "source": "registry+https://github.com/rust-lang/crates.io-index", 55791 "target": null, 55792 "uses_default_features": true 55793 }, 55794 { 55795 "features": [], 55796 "kind": null, 55797 "name": "once_cell", 55798 "optional": false, 55799 "registry": null, 55800 "rename": null, 55801 "req": "^1.18.0", 55802 "source": "registry+https://github.com/rust-lang/crates.io-index", 55803 "target": null, 55804 "uses_default_features": true 55805 }, 55806 { 55807 "features": [], 55808 "kind": null, 55809 "name": "path-clean", 55810 "optional": false, 55811 "registry": null, 55812 "rename": null, 55813 "req": "^1.0.1", 55814 "source": "registry+https://github.com/rust-lang/crates.io-index", 55815 "target": null, 55816 "uses_default_features": true 55817 }, 55818 { 55819 "features": [ 55820 "json", 55821 "stream", 55822 "multipart" 55823 ], 55824 "kind": null, 55825 "name": "reqwest", 55826 "optional": true, 55827 "registry": null, 55828 "rename": null, 55829 "req": "^0.11.22", 55830 "source": "registry+https://github.com/rust-lang/crates.io-index", 55831 "target": null, 55832 "uses_default_features": false 55833 }, 55834 { 55835 "features": [], 55836 "kind": null, 55837 "name": "revision", 55838 "optional": false, 55839 "registry": null, 55840 "rename": null, 55841 "req": "^0.5.0", 55842 "source": "registry+https://github.com/rust-lang/crates.io-index", 55843 "target": null, 55844 "uses_default_features": true 55845 }, 55846 { 55847 "features": [ 55848 "maths", 55849 "serde-str" 55850 ], 55851 "kind": null, 55852 "name": "rust_decimal", 55853 "optional": false, 55854 "registry": null, 55855 "rename": null, 55856 "req": "^1.33.1", 55857 "source": "registry+https://github.com/rust-lang/crates.io-index", 55858 "target": null, 55859 "uses_default_features": true 55860 }, 55861 { 55862 "features": [], 55863 "kind": null, 55864 "name": "rustls", 55865 "optional": true, 55866 "registry": null, 55867 "rename": null, 55868 "req": "^0.21.10", 55869 "source": "registry+https://github.com/rust-lang/crates.io-index", 55870 "target": null, 55871 "uses_default_features": true 55872 }, 55873 { 55874 "features": [ 55875 "serde" 55876 ], 55877 "kind": null, 55878 "name": "semver", 55879 "optional": false, 55880 "registry": null, 55881 "rename": null, 55882 "req": "^1.0.20", 55883 "source": "registry+https://github.com/rust-lang/crates.io-index", 55884 "target": null, 55885 "uses_default_features": true 55886 }, 55887 { 55888 "features": [ 55889 "derive" 55890 ], 55891 "kind": null, 55892 "name": "serde", 55893 "optional": false, 55894 "registry": null, 55895 "rename": null, 55896 "req": "^1.0.193", 55897 "source": "registry+https://github.com/rust-lang/crates.io-index", 55898 "target": null, 55899 "uses_default_features": true 55900 }, 55901 { 55902 "features": [], 55903 "kind": null, 55904 "name": "serde_json", 55905 "optional": false, 55906 "registry": null, 55907 "rename": null, 55908 "req": "^1.0.108", 55909 "source": "registry+https://github.com/rust-lang/crates.io-index", 55910 "target": null, 55911 "uses_default_features": true 55912 }, 55913 { 55914 "features": [], 55915 "kind": null, 55916 "name": "surrealdb-core", 55917 "optional": false, 55918 "registry": null, 55919 "rename": "surrealdb-core", 55920 "req": "^1", 55921 "source": "registry+https://github.com/rust-lang/crates.io-index", 55922 "target": null, 55923 "uses_default_features": false 55924 }, 55925 { 55926 "features": [], 55927 "kind": null, 55928 "name": "thiserror", 55929 "optional": false, 55930 "registry": null, 55931 "rename": null, 55932 "req": "^1.0.50", 55933 "source": "registry+https://github.com/rust-lang/crates.io-index", 55934 "target": null, 55935 "uses_default_features": true 55936 }, 55937 { 55938 "features": [ 55939 "compat" 55940 ], 55941 "kind": null, 55942 "name": "tokio-util", 55943 "optional": true, 55944 "registry": null, 55945 "rename": null, 55946 "req": "^0.7.10", 55947 "source": "registry+https://github.com/rust-lang/crates.io-index", 55948 "target": null, 55949 "uses_default_features": true 55950 }, 55951 { 55952 "features": [], 55953 "kind": null, 55954 "name": "tracing", 55955 "optional": false, 55956 "registry": null, 55957 "rename": null, 55958 "req": "^0.1.40", 55959 "source": "registry+https://github.com/rust-lang/crates.io-index", 55960 "target": null, 55961 "uses_default_features": true 55962 }, 55963 { 55964 "features": [], 55965 "kind": null, 55966 "name": "trice", 55967 "optional": true, 55968 "registry": null, 55969 "rename": null, 55970 "req": "^0.4.0", 55971 "source": "registry+https://github.com/rust-lang/crates.io-index", 55972 "target": null, 55973 "uses_default_features": true 55974 }, 55975 { 55976 "features": [], 55977 "kind": null, 55978 "name": "url", 55979 "optional": false, 55980 "registry": null, 55981 "rename": null, 55982 "req": "^2.5.0", 55983 "source": "registry+https://github.com/rust-lang/crates.io-index", 55984 "target": null, 55985 "uses_default_features": true 55986 }, 55987 { 55988 "features": [ 55989 "async_tokio" 55990 ], 55991 "kind": "dev", 55992 "name": "criterion", 55993 "optional": false, 55994 "registry": null, 55995 "rename": null, 55996 "req": "^0.5.1", 55997 "source": "registry+https://github.com/rust-lang/crates.io-index", 55998 "target": null, 55999 "uses_default_features": true 56000 }, 56001 { 56002 "features": [], 56003 "kind": "dev", 56004 "name": "env_logger", 56005 "optional": false, 56006 "registry": null, 56007 "rename": null, 56008 "req": "^0.10.1", 56009 "source": "registry+https://github.com/rust-lang/crates.io-index", 56010 "target": null, 56011 "uses_default_features": true 56012 }, 56013 { 56014 "features": [ 56015 "flamegraph", 56016 "criterion" 56017 ], 56018 "kind": "dev", 56019 "name": "pprof", 56020 "optional": false, 56021 "registry": null, 56022 "rename": null, 56023 "req": "^0.13.0", 56024 "source": "registry+https://github.com/rust-lang/crates.io-index", 56025 "target": null, 56026 "uses_default_features": true 56027 }, 56028 { 56029 "features": [], 56030 "kind": "dev", 56031 "name": "radix_trie", 56032 "optional": false, 56033 "registry": null, 56034 "rename": null, 56035 "req": "^0.2.1", 56036 "source": "registry+https://github.com/rust-lang/crates.io-index", 56037 "target": null, 56038 "uses_default_features": true 56039 }, 56040 { 56041 "features": [], 56042 "kind": "dev", 56043 "name": "rand", 56044 "optional": false, 56045 "registry": null, 56046 "rename": null, 56047 "req": "^0.8.5", 56048 "source": "registry+https://github.com/rust-lang/crates.io-index", 56049 "target": null, 56050 "uses_default_features": true 56051 }, 56052 { 56053 "features": [], 56054 "kind": "dev", 56055 "name": "regex", 56056 "optional": false, 56057 "registry": null, 56058 "rename": null, 56059 "req": "^1.10.2", 56060 "source": "registry+https://github.com/rust-lang/crates.io-index", 56061 "target": null, 56062 "uses_default_features": true 56063 }, 56064 { 56065 "features": [], 56066 "kind": "dev", 56067 "name": "serial_test", 56068 "optional": false, 56069 "registry": null, 56070 "rename": null, 56071 "req": "^2.0.0", 56072 "source": "registry+https://github.com/rust-lang/crates.io-index", 56073 "target": null, 56074 "uses_default_features": true 56075 }, 56076 { 56077 "features": [], 56078 "kind": "dev", 56079 "name": "temp-dir", 56080 "optional": false, 56081 "registry": null, 56082 "rename": null, 56083 "req": "^0.1.11", 56084 "source": "registry+https://github.com/rust-lang/crates.io-index", 56085 "target": null, 56086 "uses_default_features": true 56087 }, 56088 { 56089 "features": [ 56090 "trace" 56091 ], 56092 "kind": "dev", 56093 "name": "test-log", 56094 "optional": false, 56095 "registry": null, 56096 "rename": null, 56097 "req": "^0.2.13", 56098 "source": "registry+https://github.com/rust-lang/crates.io-index", 56099 "target": null, 56100 "uses_default_features": true 56101 }, 56102 { 56103 "features": [ 56104 "serde" 56105 ], 56106 "kind": "dev", 56107 "name": "time", 56108 "optional": false, 56109 "registry": null, 56110 "rename": null, 56111 "req": "^0.3.30", 56112 "source": "registry+https://github.com/rust-lang/crates.io-index", 56113 "target": null, 56114 "uses_default_features": true 56115 }, 56116 { 56117 "features": [ 56118 "macros", 56119 "sync", 56120 "rt-multi-thread" 56121 ], 56122 "kind": "dev", 56123 "name": "tokio", 56124 "optional": false, 56125 "registry": null, 56126 "rename": null, 56127 "req": "^1.34.0", 56128 "source": "registry+https://github.com/rust-lang/crates.io-index", 56129 "target": null, 56130 "uses_default_features": true 56131 }, 56132 { 56133 "features": [ 56134 "env-filter" 56135 ], 56136 "kind": "dev", 56137 "name": "tracing-subscriber", 56138 "optional": false, 56139 "registry": null, 56140 "rename": null, 56141 "req": "^0.3.18", 56142 "source": "registry+https://github.com/rust-lang/crates.io-index", 56143 "target": null, 56144 "uses_default_features": true 56145 }, 56146 { 56147 "features": [ 56148 "serde" 56149 ], 56150 "kind": "dev", 56151 "name": "ulid", 56152 "optional": false, 56153 "registry": null, 56154 "rename": null, 56155 "req": "^1.1.0", 56156 "source": "registry+https://github.com/rust-lang/crates.io-index", 56157 "target": null, 56158 "uses_default_features": true 56159 }, 56160 { 56161 "features": [], 56162 "kind": "dev", 56163 "name": "wiremock", 56164 "optional": false, 56165 "registry": null, 56166 "rename": null, 56167 "req": "^0.5.22", 56168 "source": "registry+https://github.com/rust-lang/crates.io-index", 56169 "target": null, 56170 "uses_default_features": true 56171 }, 56172 { 56173 "features": [ 56174 "macros", 56175 "io-util", 56176 "io-std", 56177 "fs", 56178 "rt-multi-thread", 56179 "time", 56180 "sync" 56181 ], 56182 "kind": null, 56183 "name": "tokio", 56184 "optional": false, 56185 "registry": null, 56186 "rename": null, 56187 "req": "^1.34.0", 56188 "source": "registry+https://github.com/rust-lang/crates.io-index", 56189 "target": "cfg(not(target_arch = \"wasm32\"))", 56190 "uses_default_features": false 56191 }, 56192 { 56193 "features": [], 56194 "kind": null, 56195 "name": "tokio-tungstenite", 56196 "optional": true, 56197 "registry": null, 56198 "rename": null, 56199 "req": "^0.20.1", 56200 "source": "registry+https://github.com/rust-lang/crates.io-index", 56201 "target": "cfg(not(target_arch = \"wasm32\"))", 56202 "uses_default_features": true 56203 }, 56204 { 56205 "features": [ 56206 "serde", 56207 "v4", 56208 "v7" 56209 ], 56210 "kind": null, 56211 "name": "uuid", 56212 "optional": false, 56213 "registry": null, 56214 "rename": null, 56215 "req": "^1.6.1", 56216 "source": "registry+https://github.com/rust-lang/crates.io-index", 56217 "target": "cfg(not(target_arch = \"wasm32\"))", 56218 "uses_default_features": true 56219 }, 56220 { 56221 "features": [], 56222 "kind": null, 56223 "name": "pharos", 56224 "optional": false, 56225 "registry": null, 56226 "rename": null, 56227 "req": "^0.5.3", 56228 "source": "registry+https://github.com/rust-lang/crates.io-index", 56229 "target": "cfg(target_arch = \"wasm32\")", 56230 "uses_default_features": true 56231 }, 56232 { 56233 "features": [ 56234 "wasm32_unknown_unknown_js" 56235 ], 56236 "kind": null, 56237 "name": "ring", 56238 "optional": false, 56239 "registry": null, 56240 "rename": null, 56241 "req": "^0.17.7", 56242 "source": "registry+https://github.com/rust-lang/crates.io-index", 56243 "target": "cfg(target_arch = \"wasm32\")", 56244 "uses_default_features": true 56245 }, 56246 { 56247 "features": [ 56248 "rt", 56249 "sync" 56250 ], 56251 "kind": null, 56252 "name": "tokio", 56253 "optional": false, 56254 "registry": null, 56255 "rename": null, 56256 "req": "^1.34.0", 56257 "source": "registry+https://github.com/rust-lang/crates.io-index", 56258 "target": "cfg(target_arch = \"wasm32\")", 56259 "uses_default_features": false 56260 }, 56261 { 56262 "features": [ 56263 "serde", 56264 "js", 56265 "v4", 56266 "v7" 56267 ], 56268 "kind": null, 56269 "name": "uuid", 56270 "optional": false, 56271 "registry": null, 56272 "rename": null, 56273 "req": "^1.6.1", 56274 "source": "registry+https://github.com/rust-lang/crates.io-index", 56275 "target": "cfg(target_arch = \"wasm32\")", 56276 "uses_default_features": true 56277 }, 56278 { 56279 "features": [], 56280 "kind": null, 56281 "name": "wasm-bindgen-futures", 56282 "optional": false, 56283 "registry": null, 56284 "rename": null, 56285 "req": "^0.4.39", 56286 "source": "registry+https://github.com/rust-lang/crates.io-index", 56287 "target": "cfg(target_arch = \"wasm32\")", 56288 "uses_default_features": true 56289 }, 56290 { 56291 "features": [ 56292 "tokio" 56293 ], 56294 "kind": null, 56295 "name": "wasmtimer", 56296 "optional": false, 56297 "registry": null, 56298 "rename": null, 56299 "req": "^0.2.0", 56300 "source": "registry+https://github.com/rust-lang/crates.io-index", 56301 "target": "cfg(target_arch = \"wasm32\")", 56302 "uses_default_features": false 56303 }, 56304 { 56305 "features": [], 56306 "kind": null, 56307 "name": "ws_stream_wasm", 56308 "optional": false, 56309 "registry": null, 56310 "rename": null, 56311 "req": "^0.7.4", 56312 "source": "registry+https://github.com/rust-lang/crates.io-index", 56313 "target": "cfg(target_arch = \"wasm32\")", 56314 "uses_default_features": true 56315 } 56316 ], 56317 "description": "A scalable, distributed, collaborative, document-graph database, for the realtime web", 56318 "documentation": "https://docs.rs/surrealdb/", 56319 "edition": "2021", 56320 "features": { 56321 "arbitrary": [ 56322 "surrealdb-core/arbitrary" 56323 ], 56324 "default": [ 56325 "protocol-ws", 56326 "rustls" 56327 ], 56328 "http": [ 56329 "surrealdb-core/http" 56330 ], 56331 "jwks": [ 56332 "surrealdb-core/jwks" 56333 ], 56334 "kv-fdb": [ 56335 "tokio/time" 56336 ], 56337 "kv-fdb-5_1": [ 56338 "surrealdb-core/kv-fdb-5_1", 56339 "kv-fdb" 56340 ], 56341 "kv-fdb-5_2": [ 56342 "surrealdb-core/kv-fdb-5_2", 56343 "kv-fdb" 56344 ], 56345 "kv-fdb-6_0": [ 56346 "surrealdb-core/kv-fdb-6_0", 56347 "kv-fdb" 56348 ], 56349 "kv-fdb-6_1": [ 56350 "surrealdb-core/kv-fdb-6_1", 56351 "kv-fdb" 56352 ], 56353 "kv-fdb-6_2": [ 56354 "surrealdb-core/kv-fdb-6_2", 56355 "kv-fdb" 56356 ], 56357 "kv-fdb-6_3": [ 56358 "surrealdb-core/kv-fdb-6_3", 56359 "kv-fdb" 56360 ], 56361 "kv-fdb-7_0": [ 56362 "surrealdb-core/kv-fdb-7_0", 56363 "kv-fdb" 56364 ], 56365 "kv-fdb-7_1": [ 56366 "surrealdb-core/kv-fdb-7_1", 56367 "kv-fdb" 56368 ], 56369 "kv-indxdb": [ 56370 "surrealdb-core/kv-indxdb" 56371 ], 56372 "kv-mem": [ 56373 "surrealdb-core/kv-mem", 56374 "tokio/time" 56375 ], 56376 "kv-rocksdb": [ 56377 "surrealdb-core/kv-rocksdb", 56378 "tokio/time" 56379 ], 56380 "kv-speedb": [ 56381 "surrealdb-core/kv-speedb", 56382 "tokio/time" 56383 ], 56384 "kv-surrealkv": [ 56385 "surrealdb-core/kv-surrealkv", 56386 "tokio/time" 56387 ], 56388 "kv-tikv": [ 56389 "surrealdb-core/kv-tikv" 56390 ], 56391 "ml": [ 56392 "surrealdb-core/ml" 56393 ], 56394 "native-tls": [ 56395 "dep:native-tls", 56396 "reqwest?/native-tls", 56397 "tokio-tungstenite?/native-tls" 56398 ], 56399 "parser2": [ 56400 "surrealdb-core/experimental-parser" 56401 ], 56402 "protocol-http": [ 56403 "dep:reqwest", 56404 "dep:tokio-util" 56405 ], 56406 "protocol-ws": [ 56407 "dep:tokio-tungstenite", 56408 "dep:trice", 56409 "tokio/time" 56410 ], 56411 "rustls": [ 56412 "dep:rustls", 56413 "reqwest?/rustls-tls", 56414 "tokio-tungstenite?/rustls-tls-webpki-roots" 56415 ], 56416 "scripting": [ 56417 "surrealdb-core/scripting" 56418 ], 56419 "sql2": [ 56420 "surrealdb-core/sql2" 56421 ] 56422 }, 56423 "homepage": "https://github.com/surrealdb/surrealdb", 56424 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 56425 "keywords": [ 56426 "database", 56427 "embedded-database", 56428 "key-value", 56429 "key-value-store", 56430 "kv-store" 56431 ], 56432 "license": null, 56433 "license_file": "LICENSE", 56434 "links": null, 56435 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/Cargo.toml", 56436 "metadata": { 56437 "docs": { 56438 "rs": { 56439 "features": [ 56440 "protocol-ws", 56441 "protocol-http", 56442 "kv-mem", 56443 "kv-rocksdb", 56444 "rustls", 56445 "native-tls", 56446 "http", 56447 "scripting" 56448 ], 56449 "rustdoc-args": [ 56450 "--cfg", 56451 "docsrs" 56452 ], 56453 "targets": [] 56454 } 56455 } 56456 }, 56457 "name": "surrealdb", 56458 "publish": null, 56459 "readme": "CARGO.md", 56460 "repository": "https://github.com/surrealdb/surrealdb", 56461 "rust_version": "1.70.0", 56462 "source": "registry+https://github.com/rust-lang/crates.io-index", 56463 "targets": [ 56464 { 56465 "crate_types": [ 56466 "lib" 56467 ], 56468 "doc": true, 56469 "doctest": true, 56470 "edition": "2021", 56471 "kind": [ 56472 "lib" 56473 ], 56474 "name": "surrealdb", 56475 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/src/lib.rs", 56476 "test": true 56477 }, 56478 { 56479 "crate_types": [ 56480 "bin" 56481 ], 56482 "doc": false, 56483 "doctest": false, 56484 "edition": "2021", 56485 "kind": [ 56486 "example" 56487 ], 56488 "name": "transaction", 56489 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/transaction/main.rs", 56490 "test": false 56491 }, 56492 { 56493 "crate_types": [ 56494 "bin" 56495 ], 56496 "doc": false, 56497 "doctest": false, 56498 "edition": "2021", 56499 "kind": [ 56500 "example" 56501 ], 56502 "name": "concurrency", 56503 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/concurrency/main.rs", 56504 "test": false 56505 }, 56506 { 56507 "crate_types": [ 56508 "bin" 56509 ], 56510 "doc": false, 56511 "doctest": false, 56512 "edition": "2021", 56513 "kind": [ 56514 "example" 56515 ], 56516 "name": "fetch", 56517 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/fetch/main.rs", 56518 "test": false 56519 }, 56520 { 56521 "crate_types": [ 56522 "bin" 56523 ], 56524 "doc": false, 56525 "doctest": false, 56526 "edition": "2021", 56527 "kind": [ 56528 "example" 56529 ], 56530 "name": "version", 56531 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/version/main.rs", 56532 "test": false 56533 }, 56534 { 56535 "crate_types": [ 56536 "bin" 56537 ], 56538 "doc": false, 56539 "doctest": false, 56540 "edition": "2021", 56541 "kind": [ 56542 "example" 56543 ], 56544 "name": "live", 56545 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/live/main.rs", 56546 "test": false 56547 }, 56548 { 56549 "crate_types": [ 56550 "bin" 56551 ], 56552 "doc": false, 56553 "doctest": false, 56554 "edition": "2021", 56555 "kind": [ 56556 "example" 56557 ], 56558 "name": "select", 56559 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/select/main.rs", 56560 "test": false 56561 }, 56562 { 56563 "crate_types": [ 56564 "bin" 56565 ], 56566 "doc": false, 56567 "doctest": false, 56568 "edition": "2021", 56569 "kind": [ 56570 "example" 56571 ], 56572 "name": "query", 56573 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/examples/query/main.rs", 56574 "test": false 56575 }, 56576 { 56577 "crate_types": [ 56578 "bin" 56579 ], 56580 "doc": false, 56581 "doctest": false, 56582 "edition": "2021", 56583 "kind": [ 56584 "test" 56585 ], 56586 "name": "param", 56587 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/param.rs", 56588 "test": true 56589 }, 56590 { 56591 "crate_types": [ 56592 "bin" 56593 ], 56594 "doc": false, 56595 "doctest": false, 56596 "edition": "2021", 56597 "kind": [ 56598 "test" 56599 ], 56600 "name": "cache", 56601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/cache.rs", 56602 "test": true 56603 }, 56604 { 56605 "crate_types": [ 56606 "bin" 56607 ], 56608 "doc": false, 56609 "doctest": false, 56610 "edition": "2021", 56611 "kind": [ 56612 "test" 56613 ], 56614 "name": "strict", 56615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/strict.rs", 56616 "test": true 56617 }, 56618 { 56619 "crate_types": [ 56620 "bin" 56621 ], 56622 "doc": false, 56623 "doctest": false, 56624 "edition": "2021", 56625 "kind": [ 56626 "test" 56627 ], 56628 "name": "transaction", 56629 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/transaction.rs", 56630 "test": true 56631 }, 56632 { 56633 "crate_types": [ 56634 "bin" 56635 ], 56636 "doc": false, 56637 "doctest": false, 56638 "edition": "2021", 56639 "kind": [ 56640 "test" 56641 ], 56642 "name": "util", 56643 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/util.rs", 56644 "test": true 56645 }, 56646 { 56647 "crate_types": [ 56648 "bin" 56649 ], 56650 "doc": false, 56651 "doctest": false, 56652 "edition": "2021", 56653 "kind": [ 56654 "test" 56655 ], 56656 "name": "remove", 56657 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/remove.rs", 56658 "test": true 56659 }, 56660 { 56661 "crate_types": [ 56662 "bin" 56663 ], 56664 "doc": false, 56665 "doctest": false, 56666 "edition": "2021", 56667 "kind": [ 56668 "test" 56669 ], 56670 "name": "datetimes", 56671 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/datetimes.rs", 56672 "test": true 56673 }, 56674 { 56675 "crate_types": [ 56676 "bin" 56677 ], 56678 "doc": false, 56679 "doctest": false, 56680 "edition": "2021", 56681 "kind": [ 56682 "test" 56683 ], 56684 "name": "range", 56685 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/range.rs", 56686 "test": true 56687 }, 56688 { 56689 "crate_types": [ 56690 "bin" 56691 ], 56692 "doc": false, 56693 "doctest": false, 56694 "edition": "2021", 56695 "kind": [ 56696 "test" 56697 ], 56698 "name": "vector", 56699 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/vector.rs", 56700 "test": true 56701 }, 56702 { 56703 "crate_types": [ 56704 "bin" 56705 ], 56706 "doc": false, 56707 "doctest": false, 56708 "edition": "2021", 56709 "kind": [ 56710 "test" 56711 ], 56712 "name": "query", 56713 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/query.rs", 56714 "test": true 56715 }, 56716 { 56717 "crate_types": [ 56718 "bin" 56719 ], 56720 "doc": false, 56721 "doctest": false, 56722 "edition": "2021", 56723 "kind": [ 56724 "test" 56725 ], 56726 "name": "create", 56727 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/create.rs", 56728 "test": true 56729 }, 56730 { 56731 "crate_types": [ 56732 "bin" 56733 ], 56734 "doc": false, 56735 "doctest": false, 56736 "edition": "2021", 56737 "kind": [ 56738 "test" 56739 ], 56740 "name": "define", 56741 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/define.rs", 56742 "test": true 56743 }, 56744 { 56745 "crate_types": [ 56746 "bin" 56747 ], 56748 "doc": false, 56749 "doctest": false, 56750 "edition": "2021", 56751 "kind": [ 56752 "test" 56753 ], 56754 "name": "field", 56755 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/field.rs", 56756 "test": true 56757 }, 56758 { 56759 "crate_types": [ 56760 "bin" 56761 ], 56762 "doc": false, 56763 "doctest": false, 56764 "edition": "2021", 56765 "kind": [ 56766 "test" 56767 ], 56768 "name": "delete", 56769 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/delete.rs", 56770 "test": true 56771 }, 56772 { 56773 "crate_types": [ 56774 "bin" 56775 ], 56776 "doc": false, 56777 "doctest": false, 56778 "edition": "2021", 56779 "kind": [ 56780 "test" 56781 ], 56782 "name": "bootstrap", 56783 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/bootstrap.rs", 56784 "test": true 56785 }, 56786 { 56787 "crate_types": [ 56788 "bin" 56789 ], 56790 "doc": false, 56791 "doctest": false, 56792 "edition": "2021", 56793 "kind": [ 56794 "test" 56795 ], 56796 "name": "update", 56797 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/update.rs", 56798 "test": true 56799 }, 56800 { 56801 "crate_types": [ 56802 "bin" 56803 ], 56804 "doc": false, 56805 "doctest": false, 56806 "edition": "2021", 56807 "kind": [ 56808 "test" 56809 ], 56810 "name": "fetch", 56811 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/fetch.rs", 56812 "test": true 56813 }, 56814 { 56815 "crate_types": [ 56816 "bin" 56817 ], 56818 "doc": false, 56819 "doctest": false, 56820 "edition": "2021", 56821 "kind": [ 56822 "test" 56823 ], 56824 "name": "merge", 56825 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/merge.rs", 56826 "test": true 56827 }, 56828 { 56829 "crate_types": [ 56830 "bin" 56831 ], 56832 "doc": false, 56833 "doctest": false, 56834 "edition": "2021", 56835 "kind": [ 56836 "test" 56837 ], 56838 "name": "matches", 56839 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/matches.rs", 56840 "test": true 56841 }, 56842 { 56843 "crate_types": [ 56844 "bin" 56845 ], 56846 "doc": false, 56847 "doctest": false, 56848 "edition": "2021", 56849 "kind": [ 56850 "test" 56851 ], 56852 "name": "escape", 56853 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/escape.rs", 56854 "test": true 56855 }, 56856 { 56857 "crate_types": [ 56858 "bin" 56859 ], 56860 "doc": false, 56861 "doctest": false, 56862 "edition": "2021", 56863 "kind": [ 56864 "test" 56865 ], 56866 "name": "cast", 56867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/cast.rs", 56868 "test": true 56869 }, 56870 { 56871 "crate_types": [ 56872 "bin" 56873 ], 56874 "doc": false, 56875 "doctest": false, 56876 "edition": "2021", 56877 "kind": [ 56878 "test" 56879 ], 56880 "name": "planner", 56881 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/planner.rs", 56882 "test": true 56883 }, 56884 { 56885 "crate_types": [ 56886 "bin" 56887 ], 56888 "doc": false, 56889 "doctest": false, 56890 "edition": "2021", 56891 "kind": [ 56892 "test" 56893 ], 56894 "name": "compare", 56895 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/compare.rs", 56896 "test": true 56897 }, 56898 { 56899 "crate_types": [ 56900 "bin" 56901 ], 56902 "doc": false, 56903 "doctest": false, 56904 "edition": "2021", 56905 "kind": [ 56906 "test" 56907 ], 56908 "name": "complex", 56909 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/complex.rs", 56910 "test": true 56911 }, 56912 { 56913 "crate_types": [ 56914 "bin" 56915 ], 56916 "doc": false, 56917 "doctest": false, 56918 "edition": "2021", 56919 "kind": [ 56920 "test" 56921 ], 56922 "name": "return", 56923 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/return.rs", 56924 "test": true 56925 }, 56926 { 56927 "crate_types": [ 56928 "bin" 56929 ], 56930 "doc": false, 56931 "doctest": false, 56932 "edition": "2021", 56933 "kind": [ 56934 "test" 56935 ], 56936 "name": "helpers", 56937 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/helpers.rs", 56938 "test": true 56939 }, 56940 { 56941 "crate_types": [ 56942 "bin" 56943 ], 56944 "doc": false, 56945 "doctest": false, 56946 "edition": "2021", 56947 "kind": [ 56948 "test" 56949 ], 56950 "name": "function", 56951 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/function.rs", 56952 "test": true 56953 }, 56954 { 56955 "crate_types": [ 56956 "bin" 56957 ], 56958 "doc": false, 56959 "doctest": false, 56960 "edition": "2021", 56961 "kind": [ 56962 "test" 56963 ], 56964 "name": "parse", 56965 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/parse.rs", 56966 "test": true 56967 }, 56968 { 56969 "crate_types": [ 56970 "bin" 56971 ], 56972 "doc": false, 56973 "doctest": false, 56974 "edition": "2021", 56975 "kind": [ 56976 "test" 56977 ], 56978 "name": "select", 56979 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/select.rs", 56980 "test": true 56981 }, 56982 { 56983 "crate_types": [ 56984 "bin" 56985 ], 56986 "doc": false, 56987 "doctest": false, 56988 "edition": "2021", 56989 "kind": [ 56990 "test" 56991 ], 56992 "name": "relate", 56993 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/relate.rs", 56994 "test": true 56995 }, 56996 { 56997 "crate_types": [ 56998 "bin" 56999 ], 57000 "doc": false, 57001 "doctest": false, 57002 "edition": "2021", 57003 "kind": [ 57004 "test" 57005 ], 57006 "name": "future", 57007 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/future.rs", 57008 "test": true 57009 }, 57010 { 57011 "crate_types": [ 57012 "bin" 57013 ], 57014 "doc": false, 57015 "doctest": false, 57016 "edition": "2021", 57017 "kind": [ 57018 "test" 57019 ], 57020 "name": "table", 57021 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/table.rs", 57022 "test": true 57023 }, 57024 { 57025 "crate_types": [ 57026 "bin" 57027 ], 57028 "doc": false, 57029 "doctest": false, 57030 "edition": "2021", 57031 "kind": [ 57032 "test" 57033 ], 57034 "name": "info", 57035 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/info.rs", 57036 "test": true 57037 }, 57038 { 57039 "crate_types": [ 57040 "bin" 57041 ], 57042 "doc": false, 57043 "doctest": false, 57044 "edition": "2021", 57045 "kind": [ 57046 "test" 57047 ], 57048 "name": "yuse", 57049 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/yuse.rs", 57050 "test": true 57051 }, 57052 { 57053 "crate_types": [ 57054 "bin" 57055 ], 57056 "doc": false, 57057 "doctest": false, 57058 "edition": "2021", 57059 "kind": [ 57060 "test" 57061 ], 57062 "name": "script", 57063 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/script.rs", 57064 "test": true 57065 }, 57066 { 57067 "crate_types": [ 57068 "bin" 57069 ], 57070 "doc": false, 57071 "doctest": false, 57072 "edition": "2021", 57073 "kind": [ 57074 "test" 57075 ], 57076 "name": "typing", 57077 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/typing.rs", 57078 "test": true 57079 }, 57080 { 57081 "crate_types": [ 57082 "bin" 57083 ], 57084 "doc": false, 57085 "doctest": false, 57086 "edition": "2021", 57087 "kind": [ 57088 "test" 57089 ], 57090 "name": "changefeeds", 57091 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/changefeeds.rs", 57092 "test": true 57093 }, 57094 { 57095 "crate_types": [ 57096 "bin" 57097 ], 57098 "doc": false, 57099 "doctest": false, 57100 "edition": "2021", 57101 "kind": [ 57102 "test" 57103 ], 57104 "name": "insert", 57105 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/insert.rs", 57106 "test": true 57107 }, 57108 { 57109 "crate_types": [ 57110 "bin" 57111 ], 57112 "doc": false, 57113 "doctest": false, 57114 "edition": "2021", 57115 "kind": [ 57116 "test" 57117 ], 57118 "name": "geometry", 57119 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/geometry.rs", 57120 "test": true 57121 }, 57122 { 57123 "crate_types": [ 57124 "bin" 57125 ], 57126 "doc": false, 57127 "doctest": false, 57128 "edition": "2021", 57129 "kind": [ 57130 "test" 57131 ], 57132 "name": "throw", 57133 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/throw.rs", 57134 "test": true 57135 }, 57136 { 57137 "crate_types": [ 57138 "bin" 57139 ], 57140 "doc": false, 57141 "doctest": false, 57142 "edition": "2021", 57143 "kind": [ 57144 "test" 57145 ], 57146 "name": "subquery", 57147 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/subquery.rs", 57148 "test": true 57149 }, 57150 { 57151 "crate_types": [ 57152 "bin" 57153 ], 57154 "doc": false, 57155 "doctest": false, 57156 "edition": "2021", 57157 "kind": [ 57158 "test" 57159 ], 57160 "name": "live", 57161 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/live.rs", 57162 "test": true 57163 }, 57164 { 57165 "crate_types": [ 57166 "bin" 57167 ], 57168 "doc": false, 57169 "doctest": false, 57170 "edition": "2021", 57171 "kind": [ 57172 "test" 57173 ], 57174 "name": "group", 57175 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/group.rs", 57176 "test": true 57177 }, 57178 { 57179 "crate_types": [ 57180 "bin" 57181 ], 57182 "doc": false, 57183 "doctest": false, 57184 "edition": "2021", 57185 "kind": [ 57186 "test" 57187 ], 57188 "name": "api", 57189 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/api.rs", 57190 "test": true 57191 }, 57192 { 57193 "crate_types": [ 57194 "bin" 57195 ], 57196 "doc": false, 57197 "doctest": false, 57198 "edition": "2021", 57199 "kind": [ 57200 "test" 57201 ], 57202 "name": "model", 57203 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/model.rs", 57204 "test": true 57205 }, 57206 { 57207 "crate_types": [ 57208 "bin" 57209 ], 57210 "doc": false, 57211 "doctest": false, 57212 "edition": "2021", 57213 "kind": [ 57214 "test" 57215 ], 57216 "name": "foreach", 57217 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/tests/foreach.rs", 57218 "test": true 57219 }, 57220 { 57221 "crate_types": [ 57222 "bin" 57223 ], 57224 "doc": false, 57225 "doctest": false, 57226 "edition": "2021", 57227 "kind": [ 57228 "bench" 57229 ], 57230 "name": "executor", 57231 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/executor.rs", 57232 "test": false 57233 }, 57234 { 57235 "crate_types": [ 57236 "bin" 57237 ], 57238 "doc": false, 57239 "doctest": false, 57240 "edition": "2021", 57241 "kind": [ 57242 "bench" 57243 ], 57244 "name": "parser", 57245 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/parser.rs", 57246 "test": false 57247 }, 57248 { 57249 "crate_types": [ 57250 "bin" 57251 ], 57252 "doc": false, 57253 "doctest": false, 57254 "edition": "2021", 57255 "kind": [ 57256 "bench" 57257 ], 57258 "name": "processor", 57259 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/processor.rs", 57260 "test": false 57261 }, 57262 { 57263 "crate_types": [ 57264 "bin" 57265 ], 57266 "doc": false, 57267 "doctest": false, 57268 "edition": "2021", 57269 "kind": [ 57270 "bench" 57271 ], 57272 "name": "hash_trie_btree", 57273 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/hash_trie_btree.rs", 57274 "test": false 57275 }, 57276 { 57277 "crate_types": [ 57278 "bin" 57279 ], 57280 "doc": false, 57281 "doctest": false, 57282 "edition": "2021", 57283 "kind": [ 57284 "bench" 57285 ], 57286 "name": "index_btree", 57287 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/index_btree.rs", 57288 "test": false 57289 }, 57290 { 57291 "crate_types": [ 57292 "bin" 57293 ], 57294 "doc": false, 57295 "doctest": false, 57296 "edition": "2021", 57297 "kind": [ 57298 "bench" 57299 ], 57300 "name": "index_mtree", 57301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/index_mtree.rs", 57302 "test": false 57303 }, 57304 { 57305 "crate_types": [ 57306 "bin" 57307 ], 57308 "doc": false, 57309 "doctest": false, 57310 "edition": "2021", 57311 "kind": [ 57312 "bench" 57313 ], 57314 "name": "move_vs_clone", 57315 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/move_vs_clone.rs", 57316 "test": false 57317 }, 57318 { 57319 "crate_types": [ 57320 "bin" 57321 ], 57322 "doc": false, 57323 "doctest": false, 57324 "edition": "2021", 57325 "kind": [ 57326 "bench" 57327 ], 57328 "name": "sdb", 57329 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-1.3.1/benches/sdb.rs", 57330 "test": false 57331 } 57332 ], 57333 "version": "1.3.1" 57334 }, 57335 { 57336 "authors": [ 57337 "Tobie Morgan Hitchcock <[email protected]>" 57338 ], 57339 "categories": [ 57340 "database-implementations", 57341 "data-structures", 57342 "embedded" 57343 ], 57344 "default_run": null, 57345 "dependencies": [ 57346 { 57347 "features": [ 57348 "std" 57349 ], 57350 "kind": null, 57351 "name": "addr", 57352 "optional": false, 57353 "registry": null, 57354 "rename": null, 57355 "req": "^0.15.6", 57356 "source": "registry+https://github.com/rust-lang/crates.io-index", 57357 "target": null, 57358 "uses_default_features": false 57359 }, 57360 { 57361 "features": [ 57362 "derive" 57363 ], 57364 "kind": null, 57365 "name": "arbitrary", 57366 "optional": true, 57367 "registry": null, 57368 "rename": null, 57369 "req": "^1.3.2", 57370 "source": "registry+https://github.com/rust-lang/crates.io-index", 57371 "target": null, 57372 "uses_default_features": true 57373 }, 57374 { 57375 "features": [], 57376 "kind": null, 57377 "name": "argon2", 57378 "optional": false, 57379 "registry": null, 57380 "rename": null, 57381 "req": "^0.5.2", 57382 "source": "registry+https://github.com/rust-lang/crates.io-index", 57383 "target": null, 57384 "uses_default_features": true 57385 }, 57386 { 57387 "features": [], 57388 "kind": null, 57389 "name": "any_ascii", 57390 "optional": false, 57391 "registry": null, 57392 "rename": "ascii", 57393 "req": "^0.3.2", 57394 "source": "registry+https://github.com/rust-lang/crates.io-index", 57395 "target": null, 57396 "uses_default_features": true 57397 }, 57398 { 57399 "features": [], 57400 "kind": null, 57401 "name": "async-recursion", 57402 "optional": false, 57403 "registry": null, 57404 "rename": null, 57405 "req": "^1.0.5", 57406 "source": "registry+https://github.com/rust-lang/crates.io-index", 57407 "target": null, 57408 "uses_default_features": true 57409 }, 57410 { 57411 "features": [], 57412 "kind": null, 57413 "name": "base64", 57414 "optional": false, 57415 "registry": null, 57416 "rename": "base64_lib", 57417 "req": "^0.21.5", 57418 "source": "registry+https://github.com/rust-lang/crates.io-index", 57419 "target": null, 57420 "uses_default_features": true 57421 }, 57422 { 57423 "features": [], 57424 "kind": null, 57425 "name": "bcrypt", 57426 "optional": false, 57427 "registry": null, 57428 "rename": null, 57429 "req": "^0.15.0", 57430 "source": "registry+https://github.com/rust-lang/crates.io-index", 57431 "target": null, 57432 "uses_default_features": true 57433 }, 57434 { 57435 "features": [], 57436 "kind": null, 57437 "name": "bincode", 57438 "optional": false, 57439 "registry": null, 57440 "rename": null, 57441 "req": "^1.3.3", 57442 "source": "registry+https://github.com/rust-lang/crates.io-index", 57443 "target": null, 57444 "uses_default_features": true 57445 }, 57446 { 57447 "features": [], 57448 "kind": null, 57449 "name": "bytes", 57450 "optional": false, 57451 "registry": null, 57452 "rename": null, 57453 "req": "^1.5.0", 57454 "source": "registry+https://github.com/rust-lang/crates.io-index", 57455 "target": null, 57456 "uses_default_features": true 57457 }, 57458 { 57459 "features": [], 57460 "kind": null, 57461 "name": "cedar-policy", 57462 "optional": false, 57463 "registry": null, 57464 "rename": null, 57465 "req": "^2.4.2", 57466 "source": "registry+https://github.com/rust-lang/crates.io-index", 57467 "target": null, 57468 "uses_default_features": true 57469 }, 57470 { 57471 "features": [], 57472 "kind": null, 57473 "name": "async-channel", 57474 "optional": false, 57475 "registry": null, 57476 "rename": "channel", 57477 "req": "^1.9.0", 57478 "source": "registry+https://github.com/rust-lang/crates.io-index", 57479 "target": null, 57480 "uses_default_features": true 57481 }, 57482 { 57483 "features": [ 57484 "serde" 57485 ], 57486 "kind": null, 57487 "name": "chrono", 57488 "optional": false, 57489 "registry": null, 57490 "rename": null, 57491 "req": "^0.4.31", 57492 "source": "registry+https://github.com/rust-lang/crates.io-index", 57493 "target": null, 57494 "uses_default_features": true 57495 }, 57496 { 57497 "features": [], 57498 "kind": null, 57499 "name": "surrealdb-derive", 57500 "optional": false, 57501 "registry": null, 57502 "rename": "derive", 57503 "req": "^0.12.0", 57504 "source": "registry+https://github.com/rust-lang/crates.io-index", 57505 "target": null, 57506 "uses_default_features": true 57507 }, 57508 { 57509 "features": [], 57510 "kind": null, 57511 "name": "deunicode", 57512 "optional": false, 57513 "registry": null, 57514 "rename": null, 57515 "req": "^1.4.1", 57516 "source": "registry+https://github.com/rust-lang/crates.io-index", 57517 "target": null, 57518 "uses_default_features": true 57519 }, 57520 { 57521 "features": [], 57522 "kind": null, 57523 "name": "dmp", 57524 "optional": false, 57525 "registry": null, 57526 "rename": null, 57527 "req": "^0.2.0", 57528 "source": "registry+https://github.com/rust-lang/crates.io-index", 57529 "target": null, 57530 "uses_default_features": true 57531 }, 57532 { 57533 "features": [], 57534 "kind": null, 57535 "name": "echodb", 57536 "optional": true, 57537 "registry": null, 57538 "rename": null, 57539 "req": "^0.4.0", 57540 "source": "registry+https://github.com/rust-lang/crates.io-index", 57541 "target": null, 57542 "uses_default_features": true 57543 }, 57544 { 57545 "features": [], 57546 "kind": null, 57547 "name": "async-executor", 57548 "optional": false, 57549 "registry": null, 57550 "rename": "executor", 57551 "req": "^1.8.0", 57552 "source": "registry+https://github.com/rust-lang/crates.io-index", 57553 "target": null, 57554 "uses_default_features": true 57555 }, 57556 { 57557 "features": [ 57558 "embedded-fdb-include" 57559 ], 57560 "kind": null, 57561 "name": "foundationdb", 57562 "optional": true, 57563 "registry": null, 57564 "rename": null, 57565 "req": "^0.8.0", 57566 "source": "registry+https://github.com/rust-lang/crates.io-index", 57567 "target": null, 57568 "uses_default_features": false 57569 }, 57570 { 57571 "features": [], 57572 "kind": null, 57573 "name": "fst", 57574 "optional": false, 57575 "registry": null, 57576 "rename": null, 57577 "req": "^0.4.7", 57578 "source": "registry+https://github.com/rust-lang/crates.io-index", 57579 "target": null, 57580 "uses_default_features": true 57581 }, 57582 { 57583 "features": [], 57584 "kind": null, 57585 "name": "futures", 57586 "optional": false, 57587 "registry": null, 57588 "rename": null, 57589 "req": "^0.3.29", 57590 "source": "registry+https://github.com/rust-lang/crates.io-index", 57591 "target": null, 57592 "uses_default_features": true 57593 }, 57594 { 57595 "features": [], 57596 "kind": null, 57597 "name": "fuzzy-matcher", 57598 "optional": false, 57599 "registry": null, 57600 "rename": null, 57601 "req": "^0.3.7", 57602 "source": "registry+https://github.com/rust-lang/crates.io-index", 57603 "target": null, 57604 "uses_default_features": true 57605 }, 57606 { 57607 "features": [ 57608 "use-serde" 57609 ], 57610 "kind": null, 57611 "name": "geo", 57612 "optional": false, 57613 "registry": null, 57614 "rename": null, 57615 "req": "^0.27.0", 57616 "source": "registry+https://github.com/rust-lang/crates.io-index", 57617 "target": null, 57618 "uses_default_features": true 57619 }, 57620 { 57621 "features": [ 57622 "arbitrary" 57623 ], 57624 "kind": null, 57625 "name": "geo-types", 57626 "optional": false, 57627 "registry": null, 57628 "rename": null, 57629 "req": "^0.7.12", 57630 "source": "registry+https://github.com/rust-lang/crates.io-index", 57631 "target": null, 57632 "uses_default_features": true 57633 }, 57634 { 57635 "features": [], 57636 "kind": null, 57637 "name": "hex", 57638 "optional": false, 57639 "registry": null, 57640 "rename": null, 57641 "req": "^0.4.3", 57642 "source": "registry+https://github.com/rust-lang/crates.io-index", 57643 "target": null, 57644 "uses_default_features": true 57645 }, 57646 { 57647 "features": [], 57648 "kind": null, 57649 "name": "indxdb", 57650 "optional": true, 57651 "registry": null, 57652 "rename": null, 57653 "req": "^0.4.0", 57654 "source": "registry+https://github.com/rust-lang/crates.io-index", 57655 "target": null, 57656 "uses_default_features": true 57657 }, 57658 { 57659 "features": [], 57660 "kind": null, 57661 "name": "ipnet", 57662 "optional": false, 57663 "registry": null, 57664 "rename": null, 57665 "req": "^2.9.0", 57666 "source": "registry+https://github.com/rust-lang/crates.io-index", 57667 "target": null, 57668 "uses_default_features": true 57669 }, 57670 { 57671 "features": [ 57672 "array-buffer", 57673 "bindgen", 57674 "classes", 57675 "futures", 57676 "loader", 57677 "macro", 57678 "parallel", 57679 "properties", 57680 "rust-alloc" 57681 ], 57682 "kind": null, 57683 "name": "rquickjs", 57684 "optional": true, 57685 "registry": null, 57686 "rename": "js", 57687 "req": "^0.5.1", 57688 "source": "registry+https://github.com/rust-lang/crates.io-index", 57689 "target": null, 57690 "uses_default_features": true 57691 }, 57692 { 57693 "features": [], 57694 "kind": null, 57695 "name": "surrealdb-jsonwebtoken", 57696 "optional": false, 57697 "registry": null, 57698 "rename": "jsonwebtoken", 57699 "req": "^8.3.0-surreal.1", 57700 "source": "registry+https://github.com/rust-lang/crates.io-index", 57701 "target": null, 57702 "uses_default_features": true 57703 }, 57704 { 57705 "features": [], 57706 "kind": null, 57707 "name": "lexicmp", 57708 "optional": false, 57709 "registry": null, 57710 "rename": null, 57711 "req": "^0.1.0", 57712 "source": "registry+https://github.com/rust-lang/crates.io-index", 57713 "target": null, 57714 "uses_default_features": true 57715 }, 57716 { 57717 "features": [], 57718 "kind": null, 57719 "name": "md-5", 57720 "optional": false, 57721 "registry": null, 57722 "rename": null, 57723 "req": "^0.10.6", 57724 "source": "registry+https://github.com/rust-lang/crates.io-index", 57725 "target": null, 57726 "uses_default_features": true 57727 }, 57728 { 57729 "features": [], 57730 "kind": null, 57731 "name": "nanoid", 57732 "optional": false, 57733 "registry": null, 57734 "rename": null, 57735 "req": "^0.4.0", 57736 "source": "registry+https://github.com/rust-lang/crates.io-index", 57737 "target": null, 57738 "uses_default_features": true 57739 }, 57740 { 57741 "features": [], 57742 "kind": null, 57743 "name": "ndarray", 57744 "optional": true, 57745 "registry": null, 57746 "rename": null, 57747 "req": "^0.15.6", 57748 "source": "registry+https://github.com/rust-lang/crates.io-index", 57749 "target": null, 57750 "uses_default_features": true 57751 }, 57752 { 57753 "features": [ 57754 "alloc" 57755 ], 57756 "kind": null, 57757 "name": "nom", 57758 "optional": false, 57759 "registry": null, 57760 "rename": null, 57761 "req": "^7.1.3", 57762 "source": "registry+https://github.com/rust-lang/crates.io-index", 57763 "target": null, 57764 "uses_default_features": true 57765 }, 57766 { 57767 "features": [], 57768 "kind": null, 57769 "name": "num_cpus", 57770 "optional": false, 57771 "registry": null, 57772 "rename": null, 57773 "req": "^1.16.0", 57774 "source": "registry+https://github.com/rust-lang/crates.io-index", 57775 "target": null, 57776 "uses_default_features": true 57777 }, 57778 { 57779 "features": [], 57780 "kind": null, 57781 "name": "object_store", 57782 "optional": false, 57783 "registry": null, 57784 "rename": null, 57785 "req": "^0.8.0", 57786 "source": "registry+https://github.com/rust-lang/crates.io-index", 57787 "target": null, 57788 "uses_default_features": true 57789 }, 57790 { 57791 "features": [], 57792 "kind": null, 57793 "name": "once_cell", 57794 "optional": false, 57795 "registry": null, 57796 "rename": null, 57797 "req": "^1.18.0", 57798 "source": "registry+https://github.com/rust-lang/crates.io-index", 57799 "target": null, 57800 "uses_default_features": true 57801 }, 57802 { 57803 "features": [ 57804 "simple" 57805 ], 57806 "kind": null, 57807 "name": "pbkdf2", 57808 "optional": false, 57809 "registry": null, 57810 "rename": null, 57811 "req": "^0.12.2", 57812 "source": "registry+https://github.com/rust-lang/crates.io-index", 57813 "target": null, 57814 "uses_default_features": true 57815 }, 57816 { 57817 "features": [ 57818 "macros", 57819 "unicase" 57820 ], 57821 "kind": null, 57822 "name": "phf", 57823 "optional": true, 57824 "registry": null, 57825 "rename": null, 57826 "req": "^0.11.2", 57827 "source": "registry+https://github.com/rust-lang/crates.io-index", 57828 "target": null, 57829 "uses_default_features": true 57830 }, 57831 { 57832 "features": [], 57833 "kind": null, 57834 "name": "pin-project-lite", 57835 "optional": false, 57836 "registry": null, 57837 "rename": null, 57838 "req": "^0.2.13", 57839 "source": "registry+https://github.com/rust-lang/crates.io-index", 57840 "target": null, 57841 "uses_default_features": true 57842 }, 57843 { 57844 "features": [], 57845 "kind": null, 57846 "name": "quick_cache", 57847 "optional": false, 57848 "registry": null, 57849 "rename": null, 57850 "req": "^0.4.0", 57851 "source": "registry+https://github.com/rust-lang/crates.io-index", 57852 "target": null, 57853 "uses_default_features": true 57854 }, 57855 { 57856 "features": [ 57857 "serde" 57858 ], 57859 "kind": null, 57860 "name": "radix_trie", 57861 "optional": false, 57862 "registry": null, 57863 "rename": null, 57864 "req": "^0.2.1", 57865 "source": "registry+https://github.com/rust-lang/crates.io-index", 57866 "target": null, 57867 "uses_default_features": true 57868 }, 57869 { 57870 "features": [], 57871 "kind": null, 57872 "name": "rand", 57873 "optional": false, 57874 "registry": null, 57875 "rename": null, 57876 "req": "^0.8.5", 57877 "source": "registry+https://github.com/rust-lang/crates.io-index", 57878 "target": null, 57879 "uses_default_features": true 57880 }, 57881 { 57882 "features": [], 57883 "kind": null, 57884 "name": "regex", 57885 "optional": false, 57886 "registry": null, 57887 "rename": null, 57888 "req": "^1.10.2", 57889 "source": "registry+https://github.com/rust-lang/crates.io-index", 57890 "target": null, 57891 "uses_default_features": true 57892 }, 57893 { 57894 "features": [ 57895 "arbitrary" 57896 ], 57897 "kind": null, 57898 "name": "regex-syntax", 57899 "optional": true, 57900 "registry": null, 57901 "rename": null, 57902 "req": "^0.8.2", 57903 "source": "registry+https://github.com/rust-lang/crates.io-index", 57904 "target": null, 57905 "uses_default_features": true 57906 }, 57907 { 57908 "features": [ 57909 "json", 57910 "stream", 57911 "multipart" 57912 ], 57913 "kind": null, 57914 "name": "reqwest", 57915 "optional": true, 57916 "registry": null, 57917 "rename": null, 57918 "req": "^0.11.22", 57919 "source": "registry+https://github.com/rust-lang/crates.io-index", 57920 "target": null, 57921 "uses_default_features": false 57922 }, 57923 { 57924 "features": [], 57925 "kind": null, 57926 "name": "revision", 57927 "optional": false, 57928 "registry": null, 57929 "rename": null, 57930 "req": "^0.5.0", 57931 "source": "registry+https://github.com/rust-lang/crates.io-index", 57932 "target": null, 57933 "uses_default_features": true 57934 }, 57935 { 57936 "features": [ 57937 "serde" 57938 ], 57939 "kind": null, 57940 "name": "roaring", 57941 "optional": false, 57942 "registry": null, 57943 "rename": null, 57944 "req": "^0.10.2", 57945 "source": "registry+https://github.com/rust-lang/crates.io-index", 57946 "target": null, 57947 "uses_default_features": true 57948 }, 57949 { 57950 "features": [ 57951 "lz4", 57952 "snappy" 57953 ], 57954 "kind": null, 57955 "name": "rocksdb", 57956 "optional": true, 57957 "registry": null, 57958 "rename": null, 57959 "req": "^0.21.0", 57960 "source": "registry+https://github.com/rust-lang/crates.io-index", 57961 "target": null, 57962 "uses_default_features": true 57963 }, 57964 { 57965 "features": [], 57966 "kind": null, 57967 "name": "rust-stemmers", 57968 "optional": false, 57969 "registry": null, 57970 "rename": null, 57971 "req": "^1.2.0", 57972 "source": "registry+https://github.com/rust-lang/crates.io-index", 57973 "target": null, 57974 "uses_default_features": true 57975 }, 57976 { 57977 "features": [ 57978 "maths", 57979 "serde-str" 57980 ], 57981 "kind": null, 57982 "name": "rust_decimal", 57983 "optional": false, 57984 "registry": null, 57985 "rename": null, 57986 "req": "^1.33.1", 57987 "source": "registry+https://github.com/rust-lang/crates.io-index", 57988 "target": null, 57989 "uses_default_features": true 57990 }, 57991 { 57992 "features": [], 57993 "kind": null, 57994 "name": "scrypt", 57995 "optional": false, 57996 "registry": null, 57997 "rename": null, 57998 "req": "^0.11.0", 57999 "source": "registry+https://github.com/rust-lang/crates.io-index", 58000 "target": null, 58001 "uses_default_features": true 58002 }, 58003 { 58004 "features": [ 58005 "serde" 58006 ], 58007 "kind": null, 58008 "name": "semver", 58009 "optional": false, 58010 "registry": null, 58011 "rename": null, 58012 "req": "^1.0.20", 58013 "source": "registry+https://github.com/rust-lang/crates.io-index", 58014 "target": null, 58015 "uses_default_features": true 58016 }, 58017 { 58018 "features": [ 58019 "derive" 58020 ], 58021 "kind": null, 58022 "name": "serde", 58023 "optional": false, 58024 "registry": null, 58025 "rename": null, 58026 "req": "^1.0.193", 58027 "source": "registry+https://github.com/rust-lang/crates.io-index", 58028 "target": null, 58029 "uses_default_features": true 58030 }, 58031 { 58032 "features": [], 58033 "kind": null, 58034 "name": "serde_json", 58035 "optional": false, 58036 "registry": null, 58037 "rename": null, 58038 "req": "^1.0.108", 58039 "source": "registry+https://github.com/rust-lang/crates.io-index", 58040 "target": null, 58041 "uses_default_features": true 58042 }, 58043 { 58044 "features": [], 58045 "kind": null, 58046 "name": "sha1", 58047 "optional": false, 58048 "registry": null, 58049 "rename": null, 58050 "req": "^0.10.6", 58051 "source": "registry+https://github.com/rust-lang/crates.io-index", 58052 "target": null, 58053 "uses_default_features": true 58054 }, 58055 { 58056 "features": [], 58057 "kind": null, 58058 "name": "sha2", 58059 "optional": false, 58060 "registry": null, 58061 "rename": null, 58062 "req": "^0.10.8", 58063 "source": "registry+https://github.com/rust-lang/crates.io-index", 58064 "target": null, 58065 "uses_default_features": true 58066 }, 58067 { 58068 "features": [], 58069 "kind": null, 58070 "name": "snap", 58071 "optional": false, 58072 "registry": null, 58073 "rename": null, 58074 "req": "^1.1.0", 58075 "source": "registry+https://github.com/rust-lang/crates.io-index", 58076 "target": null, 58077 "uses_default_features": true 58078 }, 58079 { 58080 "features": [ 58081 "lz4", 58082 "snappy" 58083 ], 58084 "kind": null, 58085 "name": "speedb", 58086 "optional": true, 58087 "registry": null, 58088 "rename": null, 58089 "req": "^0.0.4", 58090 "source": "registry+https://github.com/rust-lang/crates.io-index", 58091 "target": null, 58092 "uses_default_features": true 58093 }, 58094 { 58095 "features": [], 58096 "kind": null, 58097 "name": "storekey", 58098 "optional": false, 58099 "registry": null, 58100 "rename": null, 58101 "req": "^0.5.0", 58102 "source": "registry+https://github.com/rust-lang/crates.io-index", 58103 "target": null, 58104 "uses_default_features": true 58105 }, 58106 { 58107 "features": [], 58108 "kind": null, 58109 "name": "surrealkv", 58110 "optional": true, 58111 "registry": null, 58112 "rename": null, 58113 "req": "^0.1.3", 58114 "source": "registry+https://github.com/rust-lang/crates.io-index", 58115 "target": null, 58116 "uses_default_features": true 58117 }, 58118 { 58119 "features": [], 58120 "kind": null, 58121 "name": "surrealml-core", 58122 "optional": true, 58123 "registry": null, 58124 "rename": "surrealml-core1", 58125 "req": "^0.0.8", 58126 "source": "registry+https://github.com/rust-lang/crates.io-index", 58127 "target": null, 58128 "uses_default_features": true 58129 }, 58130 { 58131 "features": [], 58132 "kind": null, 58133 "name": "thiserror", 58134 "optional": false, 58135 "registry": null, 58136 "rename": null, 58137 "req": "^1.0.50", 58138 "source": "registry+https://github.com/rust-lang/crates.io-index", 58139 "target": null, 58140 "uses_default_features": true 58141 }, 58142 { 58143 "features": [], 58144 "kind": null, 58145 "name": "surrealdb-tikv-client", 58146 "optional": true, 58147 "registry": null, 58148 "rename": "tikv", 58149 "req": "^0.2.0-surreal.2", 58150 "source": "registry+https://github.com/rust-lang/crates.io-index", 58151 "target": null, 58152 "uses_default_features": false 58153 }, 58154 { 58155 "features": [], 58156 "kind": null, 58157 "name": "tracing", 58158 "optional": false, 58159 "registry": null, 58160 "rename": null, 58161 "req": "^0.1.40", 58162 "source": "registry+https://github.com/rust-lang/crates.io-index", 58163 "target": null, 58164 "uses_default_features": true 58165 }, 58166 { 58167 "features": [], 58168 "kind": null, 58169 "name": "trice", 58170 "optional": false, 58171 "registry": null, 58172 "rename": null, 58173 "req": "^0.4.0", 58174 "source": "registry+https://github.com/rust-lang/crates.io-index", 58175 "target": null, 58176 "uses_default_features": true 58177 }, 58178 { 58179 "features": [ 58180 "serde" 58181 ], 58182 "kind": null, 58183 "name": "ulid", 58184 "optional": false, 58185 "registry": null, 58186 "rename": null, 58187 "req": "^1.1.0", 58188 "source": "registry+https://github.com/rust-lang/crates.io-index", 58189 "target": null, 58190 "uses_default_features": true 58191 }, 58192 { 58193 "features": [], 58194 "kind": null, 58195 "name": "unicase", 58196 "optional": true, 58197 "registry": null, 58198 "rename": null, 58199 "req": "^2.7.0", 58200 "source": "registry+https://github.com/rust-lang/crates.io-index", 58201 "target": null, 58202 "uses_default_features": true 58203 }, 58204 { 58205 "features": [], 58206 "kind": null, 58207 "name": "url", 58208 "optional": false, 58209 "registry": null, 58210 "rename": null, 58211 "req": "^2.5.0", 58212 "source": "registry+https://github.com/rust-lang/crates.io-index", 58213 "target": null, 58214 "uses_default_features": true 58215 }, 58216 { 58217 "features": [ 58218 "async_tokio" 58219 ], 58220 "kind": "dev", 58221 "name": "criterion", 58222 "optional": false, 58223 "registry": null, 58224 "rename": null, 58225 "req": "^0.5.1", 58226 "source": "registry+https://github.com/rust-lang/crates.io-index", 58227 "target": null, 58228 "uses_default_features": true 58229 }, 58230 { 58231 "features": [], 58232 "kind": "dev", 58233 "name": "env_logger", 58234 "optional": false, 58235 "registry": null, 58236 "rename": null, 58237 "req": "^0.10.1", 58238 "source": "registry+https://github.com/rust-lang/crates.io-index", 58239 "target": null, 58240 "uses_default_features": true 58241 }, 58242 { 58243 "features": [ 58244 "flamegraph", 58245 "criterion" 58246 ], 58247 "kind": "dev", 58248 "name": "pprof", 58249 "optional": false, 58250 "registry": null, 58251 "rename": null, 58252 "req": "^0.13.0", 58253 "source": "registry+https://github.com/rust-lang/crates.io-index", 58254 "target": null, 58255 "uses_default_features": true 58256 }, 58257 { 58258 "features": [], 58259 "kind": "dev", 58260 "name": "serial_test", 58261 "optional": false, 58262 "registry": null, 58263 "rename": null, 58264 "req": "^2.0.0", 58265 "source": "registry+https://github.com/rust-lang/crates.io-index", 58266 "target": null, 58267 "uses_default_features": true 58268 }, 58269 { 58270 "features": [], 58271 "kind": "dev", 58272 "name": "temp-dir", 58273 "optional": false, 58274 "registry": null, 58275 "rename": null, 58276 "req": "^0.1.11", 58277 "source": "registry+https://github.com/rust-lang/crates.io-index", 58278 "target": null, 58279 "uses_default_features": true 58280 }, 58281 { 58282 "features": [ 58283 "trace" 58284 ], 58285 "kind": "dev", 58286 "name": "test-log", 58287 "optional": false, 58288 "registry": null, 58289 "rename": null, 58290 "req": "^0.2.13", 58291 "source": "registry+https://github.com/rust-lang/crates.io-index", 58292 "target": null, 58293 "uses_default_features": true 58294 }, 58295 { 58296 "features": [ 58297 "serde" 58298 ], 58299 "kind": "dev", 58300 "name": "time", 58301 "optional": false, 58302 "registry": null, 58303 "rename": null, 58304 "req": "^0.3.30", 58305 "source": "registry+https://github.com/rust-lang/crates.io-index", 58306 "target": null, 58307 "uses_default_features": true 58308 }, 58309 { 58310 "features": [ 58311 "macros", 58312 "sync", 58313 "rt-multi-thread" 58314 ], 58315 "kind": "dev", 58316 "name": "tokio", 58317 "optional": false, 58318 "registry": null, 58319 "rename": null, 58320 "req": "^1.34.0", 58321 "source": "registry+https://github.com/rust-lang/crates.io-index", 58322 "target": null, 58323 "uses_default_features": true 58324 }, 58325 { 58326 "features": [ 58327 "env-filter" 58328 ], 58329 "kind": "dev", 58330 "name": "tracing-subscriber", 58331 "optional": false, 58332 "registry": null, 58333 "rename": null, 58334 "req": "^0.3.18", 58335 "source": "registry+https://github.com/rust-lang/crates.io-index", 58336 "target": null, 58337 "uses_default_features": true 58338 }, 58339 { 58340 "features": [], 58341 "kind": "dev", 58342 "name": "wiremock", 58343 "optional": false, 58344 "registry": null, 58345 "rename": null, 58346 "req": "^0.5.22", 58347 "source": "registry+https://github.com/rust-lang/crates.io-index", 58348 "target": null, 58349 "uses_default_features": true 58350 }, 58351 { 58352 "features": [ 58353 "macros", 58354 "io-util", 58355 "io-std", 58356 "fs", 58357 "rt-multi-thread", 58358 "time", 58359 "sync" 58360 ], 58361 "kind": null, 58362 "name": "tokio", 58363 "optional": false, 58364 "registry": null, 58365 "rename": null, 58366 "req": "^1.34.0", 58367 "source": "registry+https://github.com/rust-lang/crates.io-index", 58368 "target": "cfg(not(target_arch = \"wasm32\"))", 58369 "uses_default_features": false 58370 }, 58371 { 58372 "features": [], 58373 "kind": null, 58374 "name": "tokio-tungstenite", 58375 "optional": true, 58376 "registry": null, 58377 "rename": null, 58378 "req": "^0.20.1", 58379 "source": "registry+https://github.com/rust-lang/crates.io-index", 58380 "target": "cfg(not(target_arch = \"wasm32\"))", 58381 "uses_default_features": true 58382 }, 58383 { 58384 "features": [ 58385 "serde", 58386 "v4", 58387 "v7" 58388 ], 58389 "kind": null, 58390 "name": "uuid", 58391 "optional": false, 58392 "registry": null, 58393 "rename": null, 58394 "req": "^1.6.1", 58395 "source": "registry+https://github.com/rust-lang/crates.io-index", 58396 "target": "cfg(not(target_arch = \"wasm32\"))", 58397 "uses_default_features": true 58398 }, 58399 { 58400 "features": [], 58401 "kind": null, 58402 "name": "pharos", 58403 "optional": false, 58404 "registry": null, 58405 "rename": null, 58406 "req": "^0.5.3", 58407 "source": "registry+https://github.com/rust-lang/crates.io-index", 58408 "target": "cfg(target_arch = \"wasm32\")", 58409 "uses_default_features": true 58410 }, 58411 { 58412 "features": [ 58413 "wasm32_unknown_unknown_js" 58414 ], 58415 "kind": null, 58416 "name": "ring", 58417 "optional": false, 58418 "registry": null, 58419 "rename": null, 58420 "req": "^0.17.7", 58421 "source": "registry+https://github.com/rust-lang/crates.io-index", 58422 "target": "cfg(target_arch = \"wasm32\")", 58423 "uses_default_features": true 58424 }, 58425 { 58426 "features": [ 58427 "rt", 58428 "sync" 58429 ], 58430 "kind": null, 58431 "name": "tokio", 58432 "optional": false, 58433 "registry": null, 58434 "rename": null, 58435 "req": "^1.34.0", 58436 "source": "registry+https://github.com/rust-lang/crates.io-index", 58437 "target": "cfg(target_arch = \"wasm32\")", 58438 "uses_default_features": false 58439 }, 58440 { 58441 "features": [ 58442 "serde", 58443 "js", 58444 "v4", 58445 "v7" 58446 ], 58447 "kind": null, 58448 "name": "uuid", 58449 "optional": false, 58450 "registry": null, 58451 "rename": null, 58452 "req": "^1.6.1", 58453 "source": "registry+https://github.com/rust-lang/crates.io-index", 58454 "target": "cfg(target_arch = \"wasm32\")", 58455 "uses_default_features": true 58456 }, 58457 { 58458 "features": [], 58459 "kind": null, 58460 "name": "wasm-bindgen-futures", 58461 "optional": false, 58462 "registry": null, 58463 "rename": null, 58464 "req": "^0.4.39", 58465 "source": "registry+https://github.com/rust-lang/crates.io-index", 58466 "target": "cfg(target_arch = \"wasm32\")", 58467 "uses_default_features": true 58468 }, 58469 { 58470 "features": [ 58471 "tokio" 58472 ], 58473 "kind": null, 58474 "name": "wasmtimer", 58475 "optional": false, 58476 "registry": null, 58477 "rename": null, 58478 "req": "^0.2.0", 58479 "source": "registry+https://github.com/rust-lang/crates.io-index", 58480 "target": "cfg(target_arch = \"wasm32\")", 58481 "uses_default_features": false 58482 }, 58483 { 58484 "features": [], 58485 "kind": null, 58486 "name": "ws_stream_wasm", 58487 "optional": false, 58488 "registry": null, 58489 "rename": null, 58490 "req": "^0.7.4", 58491 "source": "registry+https://github.com/rust-lang/crates.io-index", 58492 "target": "cfg(target_arch = \"wasm32\")", 58493 "uses_default_features": true 58494 } 58495 ], 58496 "description": "A scalable, distributed, collaborative, document-graph database, for the realtime web", 58497 "documentation": "https://docs.rs/surrealdb-core/", 58498 "edition": "2021", 58499 "features": { 58500 "arbitrary": [ 58501 "dep:arbitrary", 58502 "dep:regex-syntax", 58503 "rust_decimal/rust-fuzz", 58504 "geo-types/arbitrary", 58505 "uuid/arbitrary" 58506 ], 58507 "default": [ 58508 "kv-mem" 58509 ], 58510 "experimental-parser": [ 58511 "dep:phf", 58512 "dep:unicase" 58513 ], 58514 "foundationdb": [ 58515 "dep:foundationdb" 58516 ], 58517 "http": [ 58518 "dep:reqwest" 58519 ], 58520 "jwks": [ 58521 "dep:reqwest", 58522 "sql2" 58523 ], 58524 "kv-fdb": [ 58525 "tokio/time" 58526 ], 58527 "kv-fdb-5_1": [ 58528 "foundationdb/fdb-5_1", 58529 "kv-fdb" 58530 ], 58531 "kv-fdb-5_2": [ 58532 "foundationdb/fdb-5_2", 58533 "kv-fdb" 58534 ], 58535 "kv-fdb-6_0": [ 58536 "foundationdb/fdb-6_0", 58537 "kv-fdb" 58538 ], 58539 "kv-fdb-6_1": [ 58540 "foundationdb/fdb-6_1", 58541 "kv-fdb" 58542 ], 58543 "kv-fdb-6_2": [ 58544 "foundationdb/fdb-6_2", 58545 "kv-fdb" 58546 ], 58547 "kv-fdb-6_3": [ 58548 "foundationdb/fdb-6_3", 58549 "kv-fdb" 58550 ], 58551 "kv-fdb-7_0": [ 58552 "foundationdb/fdb-7_0", 58553 "kv-fdb" 58554 ], 58555 "kv-fdb-7_1": [ 58556 "foundationdb/fdb-7_1", 58557 "kv-fdb" 58558 ], 58559 "kv-indxdb": [ 58560 "dep:indxdb" 58561 ], 58562 "kv-mem": [ 58563 "dep:echodb", 58564 "tokio/time" 58565 ], 58566 "kv-rocksdb": [ 58567 "dep:rocksdb", 58568 "tokio/time" 58569 ], 58570 "kv-speedb": [ 58571 "dep:speedb", 58572 "tokio/time" 58573 ], 58574 "kv-surrealkv": [ 58575 "dep:surrealkv", 58576 "tokio/time" 58577 ], 58578 "kv-tikv": [ 58579 "dep:tikv" 58580 ], 58581 "ml": [ 58582 "dep:surrealml-core1", 58583 "dep:ndarray" 58584 ], 58585 "scripting": [ 58586 "dep:js" 58587 ], 58588 "sql2": [], 58589 "tokio-tungstenite": [ 58590 "dep:tokio-tungstenite" 58591 ] 58592 }, 58593 "homepage": "https://github.com/surrealdb/surrealdb", 58594 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 58595 "keywords": [ 58596 "database", 58597 "embedded-database", 58598 "key-value", 58599 "key-value-store", 58600 "kv-store" 58601 ], 58602 "license": null, 58603 "license_file": "LICENSE", 58604 "links": null, 58605 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-core-1.3.1/Cargo.toml", 58606 "metadata": { 58607 "docs": { 58608 "rs": { 58609 "features": [ 58610 "kv-mem", 58611 "kv-rocksdb", 58612 "http", 58613 "scripting" 58614 ], 58615 "rustdoc-args": [ 58616 "--cfg", 58617 "docsrs" 58618 ], 58619 "targets": [] 58620 } 58621 } 58622 }, 58623 "name": "surrealdb-core", 58624 "publish": null, 58625 "readme": "CARGO.md", 58626 "repository": "https://github.com/surrealdb/surrealdb", 58627 "rust_version": "1.70.0", 58628 "source": "registry+https://github.com/rust-lang/crates.io-index", 58629 "targets": [ 58630 { 58631 "crate_types": [ 58632 "lib" 58633 ], 58634 "doc": true, 58635 "doctest": true, 58636 "edition": "2021", 58637 "kind": [ 58638 "lib" 58639 ], 58640 "name": "surrealdb_core", 58641 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-core-1.3.1/src/lib.rs", 58642 "test": true 58643 } 58644 ], 58645 "version": "1.3.1" 58646 }, 58647 { 58648 "authors": [ 58649 "Tobie Morgan Hitchcock <[email protected]>" 58650 ], 58651 "categories": [], 58652 "default_run": null, 58653 "dependencies": [ 58654 { 58655 "features": [], 58656 "kind": null, 58657 "name": "quote", 58658 "optional": false, 58659 "registry": null, 58660 "rename": null, 58661 "req": "^1.0.32", 58662 "source": "registry+https://github.com/rust-lang/crates.io-index", 58663 "target": null, 58664 "uses_default_features": true 58665 }, 58666 { 58667 "features": [], 58668 "kind": null, 58669 "name": "syn", 58670 "optional": false, 58671 "registry": null, 58672 "rename": null, 58673 "req": "^1.0.109", 58674 "source": "registry+https://github.com/rust-lang/crates.io-index", 58675 "target": null, 58676 "uses_default_features": true 58677 }, 58678 { 58679 "features": [ 58680 "derive" 58681 ], 58682 "kind": "dev", 58683 "name": "serde", 58684 "optional": false, 58685 "registry": null, 58686 "rename": null, 58687 "req": "^1.0", 58688 "source": "registry+https://github.com/rust-lang/crates.io-index", 58689 "target": null, 58690 "uses_default_features": true 58691 }, 58692 { 58693 "features": [], 58694 "kind": "dev", 58695 "name": "storekey", 58696 "optional": false, 58697 "registry": null, 58698 "rename": null, 58699 "req": "^0.5.0", 58700 "source": "registry+https://github.com/rust-lang/crates.io-index", 58701 "target": null, 58702 "uses_default_features": true 58703 } 58704 ], 58705 "description": "Private implementation of procedural macros for surrealdb", 58706 "documentation": null, 58707 "edition": "2021", 58708 "features": {}, 58709 "homepage": "https://github.com/surrealdb/surrealdb-derive", 58710 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 58711 "keywords": [ 58712 "surrealdb", 58713 "surreal", 58714 "database", 58715 "derive" 58716 ], 58717 "license": "MIT", 58718 "license_file": null, 58719 "links": null, 58720 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-derive-0.12.0/Cargo.toml", 58721 "metadata": null, 58722 "name": "surrealdb-derive", 58723 "publish": null, 58724 "readme": "README.md", 58725 "repository": "https://github.com/surrealdb/surrealdb-derive", 58726 "rust_version": null, 58727 "source": "registry+https://github.com/rust-lang/crates.io-index", 58728 "targets": [ 58729 { 58730 "crate_types": [ 58731 "proc-macro" 58732 ], 58733 "doc": true, 58734 "doctest": true, 58735 "edition": "2021", 58736 "kind": [ 58737 "proc-macro" 58738 ], 58739 "name": "surrealdb_derive", 58740 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-derive-0.12.0/src/lib.rs", 58741 "test": true 58742 }, 58743 { 58744 "crate_types": [ 58745 "bin" 58746 ], 58747 "doc": false, 58748 "doctest": false, 58749 "edition": "2021", 58750 "kind": [ 58751 "example" 58752 ], 58753 "name": "key", 58754 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-derive-0.12.0/examples/key.rs", 58755 "test": false 58756 } 58757 ], 58758 "version": "0.12.0" 58759 }, 58760 { 58761 "authors": [ 58762 "Rushmore Mushambi <[email protected]>" 58763 ], 58764 "categories": [], 58765 "default_run": null, 58766 "dependencies": [ 58767 { 58768 "features": [], 58769 "kind": null, 58770 "name": "base64", 58771 "optional": false, 58772 "registry": null, 58773 "rename": null, 58774 "req": "^0.21.0", 58775 "source": "registry+https://github.com/rust-lang/crates.io-index", 58776 "target": null, 58777 "uses_default_features": true 58778 }, 58779 { 58780 "features": [], 58781 "kind": null, 58782 "name": "pem", 58783 "optional": true, 58784 "registry": null, 58785 "rename": null, 58786 "req": "^2", 58787 "source": "registry+https://github.com/rust-lang/crates.io-index", 58788 "target": null, 58789 "uses_default_features": true 58790 }, 58791 { 58792 "features": [ 58793 "derive" 58794 ], 58795 "kind": null, 58796 "name": "serde", 58797 "optional": false, 58798 "registry": null, 58799 "rename": null, 58800 "req": "^1.0", 58801 "source": "registry+https://github.com/rust-lang/crates.io-index", 58802 "target": null, 58803 "uses_default_features": true 58804 }, 58805 { 58806 "features": [], 58807 "kind": null, 58808 "name": "serde_json", 58809 "optional": false, 58810 "registry": null, 58811 "rename": null, 58812 "req": "^1.0", 58813 "source": "registry+https://github.com/rust-lang/crates.io-index", 58814 "target": null, 58815 "uses_default_features": true 58816 }, 58817 { 58818 "features": [], 58819 "kind": null, 58820 "name": "simple_asn1", 58821 "optional": true, 58822 "registry": null, 58823 "rename": null, 58824 "req": "^0.6", 58825 "source": "registry+https://github.com/rust-lang/crates.io-index", 58826 "target": null, 58827 "uses_default_features": true 58828 }, 58829 { 58830 "features": [], 58831 "kind": "dev", 58832 "name": "criterion", 58833 "optional": false, 58834 "registry": null, 58835 "rename": null, 58836 "req": "^0.4", 58837 "source": "registry+https://github.com/rust-lang/crates.io-index", 58838 "target": null, 58839 "uses_default_features": true 58840 }, 58841 { 58842 "features": [], 58843 "kind": "dev", 58844 "name": "time", 58845 "optional": false, 58846 "registry": null, 58847 "rename": null, 58848 "req": "^0.3", 58849 "source": "registry+https://github.com/rust-lang/crates.io-index", 58850 "target": null, 58851 "uses_default_features": true 58852 }, 58853 { 58854 "features": [ 58855 "std" 58856 ], 58857 "kind": null, 58858 "name": "ring", 58859 "optional": false, 58860 "registry": null, 58861 "rename": null, 58862 "req": "^0.16.5", 58863 "source": "registry+https://github.com/rust-lang/crates.io-index", 58864 "target": "cfg(not(target_arch = \"wasm32\"))", 58865 "uses_default_features": true 58866 }, 58867 { 58868 "features": [ 58869 "js" 58870 ], 58871 "kind": null, 58872 "name": "getrandom", 58873 "optional": false, 58874 "registry": null, 58875 "rename": null, 58876 "req": "^0.2.10", 58877 "source": "registry+https://github.com/rust-lang/crates.io-index", 58878 "target": "cfg(target_arch = \"wasm32\")", 58879 "uses_default_features": true 58880 }, 58881 { 58882 "features": [], 58883 "kind": null, 58884 "name": "hmac", 58885 "optional": false, 58886 "registry": null, 58887 "rename": null, 58888 "req": "^0.12.1", 58889 "source": "registry+https://github.com/rust-lang/crates.io-index", 58890 "target": "cfg(target_arch = \"wasm32\")", 58891 "uses_default_features": true 58892 }, 58893 { 58894 "features": [ 58895 "std" 58896 ], 58897 "kind": null, 58898 "name": "rand", 58899 "optional": false, 58900 "registry": null, 58901 "rename": null, 58902 "req": "^0.8.5", 58903 "source": "registry+https://github.com/rust-lang/crates.io-index", 58904 "target": "cfg(target_arch = \"wasm32\")", 58905 "uses_default_features": false 58906 }, 58907 { 58908 "features": [], 58909 "kind": null, 58910 "name": "rsa", 58911 "optional": false, 58912 "registry": null, 58913 "rename": null, 58914 "req": "^0.9.2", 58915 "source": "registry+https://github.com/rust-lang/crates.io-index", 58916 "target": "cfg(target_arch = \"wasm32\")", 58917 "uses_default_features": true 58918 }, 58919 { 58920 "features": [ 58921 "oid" 58922 ], 58923 "kind": null, 58924 "name": "sha2", 58925 "optional": false, 58926 "registry": null, 58927 "rename": null, 58928 "req": "^0.10.7", 58929 "source": "registry+https://github.com/rust-lang/crates.io-index", 58930 "target": "cfg(target_arch = \"wasm32\")", 58931 "uses_default_features": true 58932 } 58933 ], 58934 "description": "Temporary `jsonwebtoken` fork with Wasm support", 58935 "documentation": null, 58936 "edition": "2021", 58937 "features": { 58938 "default": [ 58939 "use_pem" 58940 ], 58941 "pem": [ 58942 "dep:pem" 58943 ], 58944 "simple_asn1": [ 58945 "dep:simple_asn1" 58946 ], 58947 "use_pem": [ 58948 "pem", 58949 "simple_asn1" 58950 ] 58951 }, 58952 "homepage": "https://github.com/Keats/jsonwebtoken", 58953 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 58954 "keywords": [ 58955 "jwt", 58956 "api", 58957 "token", 58958 "jwk" 58959 ], 58960 "license": "MIT", 58961 "license_file": null, 58962 "links": null, 58963 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-jsonwebtoken-8.3.0-surreal.1/Cargo.toml", 58964 "metadata": null, 58965 "name": "surrealdb-jsonwebtoken", 58966 "publish": null, 58967 "readme": "README.md", 58968 "repository": "https://github.com/Keats/jsonwebtoken", 58969 "rust_version": "1.56.0", 58970 "source": "registry+https://github.com/rust-lang/crates.io-index", 58971 "targets": [ 58972 { 58973 "crate_types": [ 58974 "lib" 58975 ], 58976 "doc": true, 58977 "doctest": true, 58978 "edition": "2021", 58979 "kind": [ 58980 "lib" 58981 ], 58982 "name": "surrealdb_jsonwebtoken", 58983 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-jsonwebtoken-8.3.0-surreal.1/src/lib.rs", 58984 "test": true 58985 }, 58986 { 58987 "crate_types": [ 58988 "bin" 58989 ], 58990 "doc": false, 58991 "doctest": false, 58992 "edition": "2021", 58993 "kind": [ 58994 "test" 58995 ], 58996 "name": "lib", 58997 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-jsonwebtoken-8.3.0-surreal.1/tests/lib.rs", 58998 "test": true 58999 }, 59000 { 59001 "crate_types": [ 59002 "bin" 59003 ], 59004 "doc": false, 59005 "doctest": false, 59006 "edition": "2021", 59007 "kind": [ 59008 "test" 59009 ], 59010 "name": "hmac", 59011 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-jsonwebtoken-8.3.0-surreal.1/tests/hmac.rs", 59012 "test": true 59013 }, 59014 { 59015 "crate_types": [ 59016 "bin" 59017 ], 59018 "doc": false, 59019 "doctest": false, 59020 "edition": "2021", 59021 "kind": [ 59022 "bench" 59023 ], 59024 "name": "jwt", 59025 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/surrealdb-jsonwebtoken-8.3.0-surreal.1/benches/jwt.rs", 59026 "test": false 59027 } 59028 ], 59029 "version": "8.3.0-surreal.1" 59030 }, 59031 { 59032 "authors": [ 59033 "David Tolnay <[email protected]>" 59034 ], 59035 "categories": [ 59036 "development-tools::procedural-macro-helpers", 59037 "parser-implementations" 59038 ], 59039 "default_run": null, 59040 "dependencies": [ 59041 { 59042 "features": [], 59043 "kind": null, 59044 "name": "proc-macro2", 59045 "optional": false, 59046 "registry": null, 59047 "rename": null, 59048 "req": "^1.0.46", 59049 "source": "registry+https://github.com/rust-lang/crates.io-index", 59050 "target": null, 59051 "uses_default_features": false 59052 }, 59053 { 59054 "features": [], 59055 "kind": null, 59056 "name": "quote", 59057 "optional": true, 59058 "registry": null, 59059 "rename": null, 59060 "req": "^1.0", 59061 "source": "registry+https://github.com/rust-lang/crates.io-index", 59062 "target": null, 59063 "uses_default_features": false 59064 }, 59065 { 59066 "features": [], 59067 "kind": null, 59068 "name": "unicode-ident", 59069 "optional": false, 59070 "registry": null, 59071 "rename": null, 59072 "req": "^1.0", 59073 "source": "registry+https://github.com/rust-lang/crates.io-index", 59074 "target": null, 59075 "uses_default_features": true 59076 }, 59077 { 59078 "features": [], 59079 "kind": "dev", 59080 "name": "anyhow", 59081 "optional": false, 59082 "registry": null, 59083 "rename": null, 59084 "req": "^1.0", 59085 "source": "registry+https://github.com/rust-lang/crates.io-index", 59086 "target": null, 59087 "uses_default_features": true 59088 }, 59089 { 59090 "features": [], 59091 "kind": "dev", 59092 "name": "automod", 59093 "optional": false, 59094 "registry": null, 59095 "rename": null, 59096 "req": "^1.0", 59097 "source": "registry+https://github.com/rust-lang/crates.io-index", 59098 "target": null, 59099 "uses_default_features": true 59100 }, 59101 { 59102 "features": [], 59103 "kind": "dev", 59104 "name": "flate2", 59105 "optional": false, 59106 "registry": null, 59107 "rename": null, 59108 "req": "^1.0", 59109 "source": "registry+https://github.com/rust-lang/crates.io-index", 59110 "target": null, 59111 "uses_default_features": true 59112 }, 59113 { 59114 "features": [], 59115 "kind": "dev", 59116 "name": "insta", 59117 "optional": false, 59118 "registry": null, 59119 "rename": null, 59120 "req": "^1.0", 59121 "source": "registry+https://github.com/rust-lang/crates.io-index", 59122 "target": null, 59123 "uses_default_features": true 59124 }, 59125 { 59126 "features": [], 59127 "kind": "dev", 59128 "name": "rayon", 59129 "optional": false, 59130 "registry": null, 59131 "rename": null, 59132 "req": "^1.0", 59133 "source": "registry+https://github.com/rust-lang/crates.io-index", 59134 "target": null, 59135 "uses_default_features": true 59136 }, 59137 { 59138 "features": [], 59139 "kind": "dev", 59140 "name": "ref-cast", 59141 "optional": false, 59142 "registry": null, 59143 "rename": null, 59144 "req": "^1.0", 59145 "source": "registry+https://github.com/rust-lang/crates.io-index", 59146 "target": null, 59147 "uses_default_features": true 59148 }, 59149 { 59150 "features": [], 59151 "kind": "dev", 59152 "name": "regex", 59153 "optional": false, 59154 "registry": null, 59155 "rename": null, 59156 "req": "^1.0", 59157 "source": "registry+https://github.com/rust-lang/crates.io-index", 59158 "target": null, 59159 "uses_default_features": true 59160 }, 59161 { 59162 "features": [ 59163 "blocking" 59164 ], 59165 "kind": "dev", 59166 "name": "reqwest", 59167 "optional": false, 59168 "registry": null, 59169 "rename": null, 59170 "req": "^0.11", 59171 "source": "registry+https://github.com/rust-lang/crates.io-index", 59172 "target": null, 59173 "uses_default_features": true 59174 }, 59175 { 59176 "features": [], 59177 "kind": "dev", 59178 "name": "syn-test-suite", 59179 "optional": false, 59180 "registry": null, 59181 "rename": null, 59182 "req": "^0", 59183 "source": "registry+https://github.com/rust-lang/crates.io-index", 59184 "target": null, 59185 "uses_default_features": true 59186 }, 59187 { 59188 "features": [], 59189 "kind": "dev", 59190 "name": "tar", 59191 "optional": false, 59192 "registry": null, 59193 "rename": null, 59194 "req": "^0.4.16", 59195 "source": "registry+https://github.com/rust-lang/crates.io-index", 59196 "target": null, 59197 "uses_default_features": true 59198 }, 59199 { 59200 "features": [], 59201 "kind": "dev", 59202 "name": "termcolor", 59203 "optional": false, 59204 "registry": null, 59205 "rename": null, 59206 "req": "^1.0", 59207 "source": "registry+https://github.com/rust-lang/crates.io-index", 59208 "target": null, 59209 "uses_default_features": true 59210 }, 59211 { 59212 "features": [], 59213 "kind": "dev", 59214 "name": "walkdir", 59215 "optional": false, 59216 "registry": null, 59217 "rename": null, 59218 "req": "^2.1", 59219 "source": "registry+https://github.com/rust-lang/crates.io-index", 59220 "target": null, 59221 "uses_default_features": true 59222 } 59223 ], 59224 "description": "Parser for Rust source code", 59225 "documentation": "https://docs.rs/syn", 59226 "edition": "2018", 59227 "features": { 59228 "clone-impls": [], 59229 "default": [ 59230 "derive", 59231 "parsing", 59232 "printing", 59233 "clone-impls", 59234 "proc-macro" 59235 ], 59236 "derive": [], 59237 "extra-traits": [], 59238 "fold": [], 59239 "full": [], 59240 "parsing": [], 59241 "printing": [ 59242 "quote" 59243 ], 59244 "proc-macro": [ 59245 "proc-macro2/proc-macro", 59246 "quote/proc-macro" 59247 ], 59248 "quote": [ 59249 "dep:quote" 59250 ], 59251 "test": [ 59252 "syn-test-suite/all-features" 59253 ], 59254 "visit": [], 59255 "visit-mut": [] 59256 }, 59257 "homepage": null, 59258 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 59259 "keywords": [ 59260 "macros", 59261 "syn" 59262 ], 59263 "license": "MIT OR Apache-2.0", 59264 "license_file": null, 59265 "links": null, 59266 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml", 59267 "metadata": { 59268 "docs": { 59269 "rs": { 59270 "all-features": true, 59271 "rustdoc-args": [ 59272 "--cfg", 59273 "doc_cfg" 59274 ], 59275 "targets": [ 59276 "x86_64-unknown-linux-gnu" 59277 ] 59278 } 59279 }, 59280 "playground": { 59281 "features": [ 59282 "full", 59283 "visit", 59284 "visit-mut", 59285 "fold", 59286 "extra-traits" 59287 ] 59288 } 59289 }, 59290 "name": "syn", 59291 "publish": null, 59292 "readme": "README.md", 59293 "repository": "https://github.com/dtolnay/syn", 59294 "rust_version": "1.31", 59295 "source": "registry+https://github.com/rust-lang/crates.io-index", 59296 "targets": [ 59297 { 59298 "crate_types": [ 59299 "lib" 59300 ], 59301 "doc": true, 59302 "doctest": true, 59303 "edition": "2018", 59304 "kind": [ 59305 "lib" 59306 ], 59307 "name": "syn", 59308 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs", 59309 "test": true 59310 }, 59311 { 59312 "crate_types": [ 59313 "bin" 59314 ], 59315 "doc": false, 59316 "doctest": false, 59317 "edition": "2018", 59318 "kind": [ 59319 "test" 59320 ], 59321 "name": "test_should_parse", 59322 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs", 59323 "test": true 59324 }, 59325 { 59326 "crate_types": [ 59327 "bin" 59328 ], 59329 "doc": false, 59330 "doctest": false, 59331 "edition": "2018", 59332 "kind": [ 59333 "test" 59334 ], 59335 "name": "test_visibility", 59336 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs", 59337 "test": true 59338 }, 59339 { 59340 "crate_types": [ 59341 "bin" 59342 ], 59343 "doc": false, 59344 "doctest": false, 59345 "edition": "2018", 59346 "kind": [ 59347 "test" 59348 ], 59349 "name": "test_stmt", 59350 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs", 59351 "test": true 59352 }, 59353 { 59354 "crate_types": [ 59355 "bin" 59356 ], 59357 "doc": false, 59358 "doctest": false, 59359 "edition": "2018", 59360 "kind": [ 59361 "test" 59362 ], 59363 "name": "test_round_trip", 59364 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs", 59365 "test": true 59366 }, 59367 { 59368 "crate_types": [ 59369 "bin" 59370 ], 59371 "doc": false, 59372 "doctest": false, 59373 "edition": "2018", 59374 "kind": [ 59375 "test" 59376 ], 59377 "name": "test_size", 59378 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs", 59379 "test": true 59380 }, 59381 { 59382 "crate_types": [ 59383 "bin" 59384 ], 59385 "doc": false, 59386 "doctest": false, 59387 "edition": "2018", 59388 "kind": [ 59389 "test" 59390 ], 59391 "name": "test_shebang", 59392 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs", 59393 "test": true 59394 }, 59395 { 59396 "crate_types": [ 59397 "bin" 59398 ], 59399 "doc": false, 59400 "doctest": false, 59401 "edition": "2018", 59402 "kind": [ 59403 "test" 59404 ], 59405 "name": "test_pat", 59406 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs", 59407 "test": true 59408 }, 59409 { 59410 "crate_types": [ 59411 "bin" 59412 ], 59413 "doc": false, 59414 "doctest": false, 59415 "edition": "2018", 59416 "kind": [ 59417 "test" 59418 ], 59419 "name": "test_receiver", 59420 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs", 59421 "test": true 59422 }, 59423 { 59424 "crate_types": [ 59425 "bin" 59426 ], 59427 "doc": false, 59428 "doctest": false, 59429 "edition": "2018", 59430 "kind": [ 59431 "test" 59432 ], 59433 "name": "test_precedence", 59434 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs", 59435 "test": true 59436 }, 59437 { 59438 "crate_types": [ 59439 "bin" 59440 ], 59441 "doc": false, 59442 "doctest": false, 59443 "edition": "2018", 59444 "kind": [ 59445 "test" 59446 ], 59447 "name": "test_lit", 59448 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs", 59449 "test": true 59450 }, 59451 { 59452 "crate_types": [ 59453 "bin" 59454 ], 59455 "doc": false, 59456 "doctest": false, 59457 "edition": "2018", 59458 "kind": [ 59459 "test" 59460 ], 59461 "name": "regression", 59462 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs", 59463 "test": true 59464 }, 59465 { 59466 "crate_types": [ 59467 "bin" 59468 ], 59469 "doc": false, 59470 "doctest": false, 59471 "edition": "2018", 59472 "kind": [ 59473 "test" 59474 ], 59475 "name": "test_parse_stream", 59476 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs", 59477 "test": true 59478 }, 59479 { 59480 "crate_types": [ 59481 "bin" 59482 ], 59483 "doc": false, 59484 "doctest": false, 59485 "edition": "2018", 59486 "kind": [ 59487 "test" 59488 ], 59489 "name": "test_grouping", 59490 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs", 59491 "test": true 59492 }, 59493 { 59494 "crate_types": [ 59495 "bin" 59496 ], 59497 "doc": false, 59498 "doctest": false, 59499 "edition": "2018", 59500 "kind": [ 59501 "test" 59502 ], 59503 "name": "test_ident", 59504 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs", 59505 "test": true 59506 }, 59507 { 59508 "crate_types": [ 59509 "bin" 59510 ], 59511 "doc": false, 59512 "doctest": false, 59513 "edition": "2018", 59514 "kind": [ 59515 "test" 59516 ], 59517 "name": "test_iterators", 59518 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs", 59519 "test": true 59520 }, 59521 { 59522 "crate_types": [ 59523 "bin" 59524 ], 59525 "doc": false, 59526 "doctest": false, 59527 "edition": "2018", 59528 "kind": [ 59529 "test" 59530 ], 59531 "name": "test_parse_buffer", 59532 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs", 59533 "test": true 59534 }, 59535 { 59536 "crate_types": [ 59537 "bin" 59538 ], 59539 "doc": false, 59540 "doctest": false, 59541 "edition": "2018", 59542 "kind": [ 59543 "test" 59544 ], 59545 "name": "test_asyncness", 59546 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs", 59547 "test": true 59548 }, 59549 { 59550 "crate_types": [ 59551 "bin" 59552 ], 59553 "doc": false, 59554 "doctest": false, 59555 "edition": "2018", 59556 "kind": [ 59557 "test" 59558 ], 59559 "name": "test_token_trees", 59560 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs", 59561 "test": true 59562 }, 59563 { 59564 "crate_types": [ 59565 "bin" 59566 ], 59567 "doc": false, 59568 "doctest": false, 59569 "edition": "2018", 59570 "kind": [ 59571 "test" 59572 ], 59573 "name": "test_ty", 59574 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs", 59575 "test": true 59576 }, 59577 { 59578 "crate_types": [ 59579 "bin" 59580 ], 59581 "doc": false, 59582 "doctest": false, 59583 "edition": "2018", 59584 "kind": [ 59585 "test" 59586 ], 59587 "name": "zzz_stable", 59588 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs", 59589 "test": true 59590 }, 59591 { 59592 "crate_types": [ 59593 "bin" 59594 ], 59595 "doc": false, 59596 "doctest": false, 59597 "edition": "2018", 59598 "kind": [ 59599 "test" 59600 ], 59601 "name": "test_meta", 59602 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs", 59603 "test": true 59604 }, 59605 { 59606 "crate_types": [ 59607 "bin" 59608 ], 59609 "doc": false, 59610 "doctest": false, 59611 "edition": "2018", 59612 "kind": [ 59613 "test" 59614 ], 59615 "name": "test_expr", 59616 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs", 59617 "test": true 59618 }, 59619 { 59620 "crate_types": [ 59621 "bin" 59622 ], 59623 "doc": false, 59624 "doctest": false, 59625 "edition": "2018", 59626 "kind": [ 59627 "test" 59628 ], 59629 "name": "test_item", 59630 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs", 59631 "test": true 59632 }, 59633 { 59634 "crate_types": [ 59635 "bin" 59636 ], 59637 "doc": false, 59638 "doctest": false, 59639 "edition": "2018", 59640 "kind": [ 59641 "test" 59642 ], 59643 "name": "test_path", 59644 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs", 59645 "test": true 59646 }, 59647 { 59648 "crate_types": [ 59649 "bin" 59650 ], 59651 "doc": false, 59652 "doctest": false, 59653 "edition": "2018", 59654 "kind": [ 59655 "test" 59656 ], 59657 "name": "test_derive_input", 59658 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs", 59659 "test": true 59660 }, 59661 { 59662 "crate_types": [ 59663 "bin" 59664 ], 59665 "doc": false, 59666 "doctest": false, 59667 "edition": "2018", 59668 "kind": [ 59669 "test" 59670 ], 59671 "name": "test_generics", 59672 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs", 59673 "test": true 59674 }, 59675 { 59676 "crate_types": [ 59677 "bin" 59678 ], 59679 "doc": false, 59680 "doctest": false, 59681 "edition": "2018", 59682 "kind": [ 59683 "test" 59684 ], 59685 "name": "test_attribute", 59686 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs", 59687 "test": true 59688 }, 59689 { 59690 "crate_types": [ 59691 "bin" 59692 ], 59693 "doc": false, 59694 "doctest": false, 59695 "edition": "2018", 59696 "kind": [ 59697 "bench" 59698 ], 59699 "name": "rust", 59700 "required-features": [ 59701 "full", 59702 "parsing" 59703 ], 59704 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs", 59705 "test": false 59706 }, 59707 { 59708 "crate_types": [ 59709 "bin" 59710 ], 59711 "doc": false, 59712 "doctest": false, 59713 "edition": "2018", 59714 "kind": [ 59715 "bench" 59716 ], 59717 "name": "file", 59718 "required-features": [ 59719 "full", 59720 "parsing" 59721 ], 59722 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs", 59723 "test": false 59724 }, 59725 { 59726 "crate_types": [ 59727 "bin" 59728 ], 59729 "doc": false, 59730 "doctest": false, 59731 "edition": "2018", 59732 "kind": [ 59733 "custom-build" 59734 ], 59735 "name": "build-script-build", 59736 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs", 59737 "test": false 59738 } 59739 ], 59740 "version": "1.0.109" 59741 }, 59742 { 59743 "authors": [ 59744 "David Tolnay <[email protected]>" 59745 ], 59746 "categories": [ 59747 "development-tools::procedural-macro-helpers", 59748 "parser-implementations" 59749 ], 59750 "default_run": null, 59751 "dependencies": [ 59752 { 59753 "features": [], 59754 "kind": null, 59755 "name": "proc-macro2", 59756 "optional": false, 59757 "registry": null, 59758 "rename": null, 59759 "req": "^1.0.75", 59760 "source": "registry+https://github.com/rust-lang/crates.io-index", 59761 "target": null, 59762 "uses_default_features": false 59763 }, 59764 { 59765 "features": [], 59766 "kind": null, 59767 "name": "quote", 59768 "optional": true, 59769 "registry": null, 59770 "rename": null, 59771 "req": "^1.0.35", 59772 "source": "registry+https://github.com/rust-lang/crates.io-index", 59773 "target": null, 59774 "uses_default_features": false 59775 }, 59776 { 59777 "features": [], 59778 "kind": null, 59779 "name": "unicode-ident", 59780 "optional": false, 59781 "registry": null, 59782 "rename": null, 59783 "req": "^1", 59784 "source": "registry+https://github.com/rust-lang/crates.io-index", 59785 "target": null, 59786 "uses_default_features": true 59787 }, 59788 { 59789 "features": [], 59790 "kind": "dev", 59791 "name": "anyhow", 59792 "optional": false, 59793 "registry": null, 59794 "rename": null, 59795 "req": "^1", 59796 "source": "registry+https://github.com/rust-lang/crates.io-index", 59797 "target": null, 59798 "uses_default_features": true 59799 }, 59800 { 59801 "features": [], 59802 "kind": "dev", 59803 "name": "automod", 59804 "optional": false, 59805 "registry": null, 59806 "rename": null, 59807 "req": "^1", 59808 "source": "registry+https://github.com/rust-lang/crates.io-index", 59809 "target": null, 59810 "uses_default_features": true 59811 }, 59812 { 59813 "features": [], 59814 "kind": "dev", 59815 "name": "flate2", 59816 "optional": false, 59817 "registry": null, 59818 "rename": null, 59819 "req": "^1", 59820 "source": "registry+https://github.com/rust-lang/crates.io-index", 59821 "target": null, 59822 "uses_default_features": true 59823 }, 59824 { 59825 "features": [], 59826 "kind": "dev", 59827 "name": "insta", 59828 "optional": false, 59829 "registry": null, 59830 "rename": null, 59831 "req": "^1", 59832 "source": "registry+https://github.com/rust-lang/crates.io-index", 59833 "target": null, 59834 "uses_default_features": true 59835 }, 59836 { 59837 "features": [], 59838 "kind": "dev", 59839 "name": "rayon", 59840 "optional": false, 59841 "registry": null, 59842 "rename": null, 59843 "req": "^1", 59844 "source": "registry+https://github.com/rust-lang/crates.io-index", 59845 "target": null, 59846 "uses_default_features": true 59847 }, 59848 { 59849 "features": [], 59850 "kind": "dev", 59851 "name": "ref-cast", 59852 "optional": false, 59853 "registry": null, 59854 "rename": null, 59855 "req": "^1", 59856 "source": "registry+https://github.com/rust-lang/crates.io-index", 59857 "target": null, 59858 "uses_default_features": true 59859 }, 59860 { 59861 "features": [ 59862 "blocking" 59863 ], 59864 "kind": "dev", 59865 "name": "reqwest", 59866 "optional": false, 59867 "registry": null, 59868 "rename": null, 59869 "req": "^0.12", 59870 "source": "registry+https://github.com/rust-lang/crates.io-index", 59871 "target": null, 59872 "uses_default_features": true 59873 }, 59874 { 59875 "features": [], 59876 "kind": "dev", 59877 "name": "rustversion", 59878 "optional": false, 59879 "registry": null, 59880 "rename": null, 59881 "req": "^1", 59882 "source": "registry+https://github.com/rust-lang/crates.io-index", 59883 "target": null, 59884 "uses_default_features": true 59885 }, 59886 { 59887 "features": [], 59888 "kind": "dev", 59889 "name": "syn-test-suite", 59890 "optional": false, 59891 "registry": null, 59892 "rename": null, 59893 "req": "^0", 59894 "source": "registry+https://github.com/rust-lang/crates.io-index", 59895 "target": null, 59896 "uses_default_features": true 59897 }, 59898 { 59899 "features": [], 59900 "kind": "dev", 59901 "name": "tar", 59902 "optional": false, 59903 "registry": null, 59904 "rename": null, 59905 "req": "^0.4.16", 59906 "source": "registry+https://github.com/rust-lang/crates.io-index", 59907 "target": null, 59908 "uses_default_features": true 59909 }, 59910 { 59911 "features": [], 59912 "kind": "dev", 59913 "name": "termcolor", 59914 "optional": false, 59915 "registry": null, 59916 "rename": null, 59917 "req": "^1", 59918 "source": "registry+https://github.com/rust-lang/crates.io-index", 59919 "target": null, 59920 "uses_default_features": true 59921 }, 59922 { 59923 "features": [], 59924 "kind": "dev", 59925 "name": "walkdir", 59926 "optional": false, 59927 "registry": null, 59928 "rename": null, 59929 "req": "^2.3.2", 59930 "source": "registry+https://github.com/rust-lang/crates.io-index", 59931 "target": null, 59932 "uses_default_features": true 59933 } 59934 ], 59935 "description": "Parser for Rust source code", 59936 "documentation": "https://docs.rs/syn", 59937 "edition": "2021", 59938 "features": { 59939 "clone-impls": [], 59940 "default": [ 59941 "derive", 59942 "parsing", 59943 "printing", 59944 "clone-impls", 59945 "proc-macro" 59946 ], 59947 "derive": [], 59948 "extra-traits": [], 59949 "fold": [], 59950 "full": [], 59951 "parsing": [], 59952 "printing": [ 59953 "dep:quote" 59954 ], 59955 "proc-macro": [ 59956 "proc-macro2/proc-macro", 59957 "quote?/proc-macro" 59958 ], 59959 "test": [ 59960 "syn-test-suite/all-features" 59961 ], 59962 "visit": [], 59963 "visit-mut": [] 59964 }, 59965 "homepage": null, 59966 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 59967 "keywords": [ 59968 "macros", 59969 "syn" 59970 ], 59971 "license": "MIT OR Apache-2.0", 59972 "license_file": null, 59973 "links": null, 59974 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/Cargo.toml", 59975 "metadata": { 59976 "docs": { 59977 "rs": { 59978 "all-features": true, 59979 "rustdoc-args": [ 59980 "--cfg", 59981 "doc_cfg", 59982 "--generate-link-to-definition" 59983 ], 59984 "targets": [ 59985 "x86_64-unknown-linux-gnu" 59986 ] 59987 } 59988 }, 59989 "playground": { 59990 "features": [ 59991 "full", 59992 "visit", 59993 "visit-mut", 59994 "fold", 59995 "extra-traits" 59996 ] 59997 } 59998 }, 59999 "name": "syn", 60000 "publish": null, 60001 "readme": "README.md", 60002 "repository": "https://github.com/dtolnay/syn", 60003 "rust_version": "1.60", 60004 "source": "registry+https://github.com/rust-lang/crates.io-index", 60005 "targets": [ 60006 { 60007 "crate_types": [ 60008 "lib" 60009 ], 60010 "doc": true, 60011 "doctest": true, 60012 "edition": "2021", 60013 "kind": [ 60014 "lib" 60015 ], 60016 "name": "syn", 60017 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/src/lib.rs", 60018 "test": true 60019 }, 60020 { 60021 "crate_types": [ 60022 "bin" 60023 ], 60024 "doc": false, 60025 "doctest": false, 60026 "edition": "2021", 60027 "kind": [ 60028 "test" 60029 ], 60030 "name": "test_should_parse", 60031 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_should_parse.rs", 60032 "test": true 60033 }, 60034 { 60035 "crate_types": [ 60036 "bin" 60037 ], 60038 "doc": false, 60039 "doctest": false, 60040 "edition": "2021", 60041 "kind": [ 60042 "test" 60043 ], 60044 "name": "test_visibility", 60045 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_visibility.rs", 60046 "test": true 60047 }, 60048 { 60049 "crate_types": [ 60050 "bin" 60051 ], 60052 "doc": false, 60053 "doctest": false, 60054 "edition": "2021", 60055 "kind": [ 60056 "test" 60057 ], 60058 "name": "test_stmt", 60059 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_stmt.rs", 60060 "test": true 60061 }, 60062 { 60063 "crate_types": [ 60064 "bin" 60065 ], 60066 "doc": false, 60067 "doctest": false, 60068 "edition": "2021", 60069 "kind": [ 60070 "test" 60071 ], 60072 "name": "test_round_trip", 60073 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_round_trip.rs", 60074 "test": true 60075 }, 60076 { 60077 "crate_types": [ 60078 "bin" 60079 ], 60080 "doc": false, 60081 "doctest": false, 60082 "edition": "2021", 60083 "kind": [ 60084 "test" 60085 ], 60086 "name": "test_size", 60087 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_size.rs", 60088 "test": true 60089 }, 60090 { 60091 "crate_types": [ 60092 "bin" 60093 ], 60094 "doc": false, 60095 "doctest": false, 60096 "edition": "2021", 60097 "kind": [ 60098 "test" 60099 ], 60100 "name": "test_shebang", 60101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_shebang.rs", 60102 "test": true 60103 }, 60104 { 60105 "crate_types": [ 60106 "bin" 60107 ], 60108 "doc": false, 60109 "doctest": false, 60110 "edition": "2021", 60111 "kind": [ 60112 "test" 60113 ], 60114 "name": "test_pat", 60115 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_pat.rs", 60116 "test": true 60117 }, 60118 { 60119 "crate_types": [ 60120 "bin" 60121 ], 60122 "doc": false, 60123 "doctest": false, 60124 "edition": "2021", 60125 "kind": [ 60126 "test" 60127 ], 60128 "name": "test_receiver", 60129 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_receiver.rs", 60130 "test": true 60131 }, 60132 { 60133 "crate_types": [ 60134 "bin" 60135 ], 60136 "doc": false, 60137 "doctest": false, 60138 "edition": "2021", 60139 "kind": [ 60140 "test" 60141 ], 60142 "name": "test_precedence", 60143 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_precedence.rs", 60144 "test": true 60145 }, 60146 { 60147 "crate_types": [ 60148 "bin" 60149 ], 60150 "doc": false, 60151 "doctest": false, 60152 "edition": "2021", 60153 "kind": [ 60154 "test" 60155 ], 60156 "name": "test_lit", 60157 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_lit.rs", 60158 "test": true 60159 }, 60160 { 60161 "crate_types": [ 60162 "bin" 60163 ], 60164 "doc": false, 60165 "doctest": false, 60166 "edition": "2021", 60167 "kind": [ 60168 "test" 60169 ], 60170 "name": "regression", 60171 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/regression.rs", 60172 "test": true 60173 }, 60174 { 60175 "crate_types": [ 60176 "bin" 60177 ], 60178 "doc": false, 60179 "doctest": false, 60180 "edition": "2021", 60181 "kind": [ 60182 "test" 60183 ], 60184 "name": "test_parse_stream", 60185 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_parse_stream.rs", 60186 "test": true 60187 }, 60188 { 60189 "crate_types": [ 60190 "bin" 60191 ], 60192 "doc": false, 60193 "doctest": false, 60194 "edition": "2021", 60195 "kind": [ 60196 "test" 60197 ], 60198 "name": "test_grouping", 60199 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_grouping.rs", 60200 "test": true 60201 }, 60202 { 60203 "crate_types": [ 60204 "bin" 60205 ], 60206 "doc": false, 60207 "doctest": false, 60208 "edition": "2021", 60209 "kind": [ 60210 "test" 60211 ], 60212 "name": "test_ident", 60213 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_ident.rs", 60214 "test": true 60215 }, 60216 { 60217 "crate_types": [ 60218 "bin" 60219 ], 60220 "doc": false, 60221 "doctest": false, 60222 "edition": "2021", 60223 "kind": [ 60224 "test" 60225 ], 60226 "name": "test_iterators", 60227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_iterators.rs", 60228 "test": true 60229 }, 60230 { 60231 "crate_types": [ 60232 "bin" 60233 ], 60234 "doc": false, 60235 "doctest": false, 60236 "edition": "2021", 60237 "kind": [ 60238 "test" 60239 ], 60240 "name": "test_parse_buffer", 60241 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_parse_buffer.rs", 60242 "test": true 60243 }, 60244 { 60245 "crate_types": [ 60246 "bin" 60247 ], 60248 "doc": false, 60249 "doctest": false, 60250 "edition": "2021", 60251 "kind": [ 60252 "test" 60253 ], 60254 "name": "test_asyncness", 60255 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_asyncness.rs", 60256 "test": true 60257 }, 60258 { 60259 "crate_types": [ 60260 "bin" 60261 ], 60262 "doc": false, 60263 "doctest": false, 60264 "edition": "2021", 60265 "kind": [ 60266 "test" 60267 ], 60268 "name": "test_token_trees", 60269 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_token_trees.rs", 60270 "test": true 60271 }, 60272 { 60273 "crate_types": [ 60274 "bin" 60275 ], 60276 "doc": false, 60277 "doctest": false, 60278 "edition": "2021", 60279 "kind": [ 60280 "test" 60281 ], 60282 "name": "test_ty", 60283 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_ty.rs", 60284 "test": true 60285 }, 60286 { 60287 "crate_types": [ 60288 "bin" 60289 ], 60290 "doc": false, 60291 "doctest": false, 60292 "edition": "2021", 60293 "kind": [ 60294 "test" 60295 ], 60296 "name": "zzz_stable", 60297 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/zzz_stable.rs", 60298 "test": true 60299 }, 60300 { 60301 "crate_types": [ 60302 "bin" 60303 ], 60304 "doc": false, 60305 "doctest": false, 60306 "edition": "2021", 60307 "kind": [ 60308 "test" 60309 ], 60310 "name": "test_parse_quote", 60311 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_parse_quote.rs", 60312 "test": true 60313 }, 60314 { 60315 "crate_types": [ 60316 "bin" 60317 ], 60318 "doc": false, 60319 "doctest": false, 60320 "edition": "2021", 60321 "kind": [ 60322 "test" 60323 ], 60324 "name": "test_meta", 60325 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_meta.rs", 60326 "test": true 60327 }, 60328 { 60329 "crate_types": [ 60330 "bin" 60331 ], 60332 "doc": false, 60333 "doctest": false, 60334 "edition": "2021", 60335 "kind": [ 60336 "test" 60337 ], 60338 "name": "test_expr", 60339 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_expr.rs", 60340 "test": true 60341 }, 60342 { 60343 "crate_types": [ 60344 "bin" 60345 ], 60346 "doc": false, 60347 "doctest": false, 60348 "edition": "2021", 60349 "kind": [ 60350 "test" 60351 ], 60352 "name": "test_item", 60353 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_item.rs", 60354 "test": true 60355 }, 60356 { 60357 "crate_types": [ 60358 "bin" 60359 ], 60360 "doc": false, 60361 "doctest": false, 60362 "edition": "2021", 60363 "kind": [ 60364 "test" 60365 ], 60366 "name": "test_path", 60367 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_path.rs", 60368 "test": true 60369 }, 60370 { 60371 "crate_types": [ 60372 "bin" 60373 ], 60374 "doc": false, 60375 "doctest": false, 60376 "edition": "2021", 60377 "kind": [ 60378 "test" 60379 ], 60380 "name": "test_derive_input", 60381 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_derive_input.rs", 60382 "test": true 60383 }, 60384 { 60385 "crate_types": [ 60386 "bin" 60387 ], 60388 "doc": false, 60389 "doctest": false, 60390 "edition": "2021", 60391 "kind": [ 60392 "test" 60393 ], 60394 "name": "test_generics", 60395 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_generics.rs", 60396 "test": true 60397 }, 60398 { 60399 "crate_types": [ 60400 "bin" 60401 ], 60402 "doc": false, 60403 "doctest": false, 60404 "edition": "2021", 60405 "kind": [ 60406 "test" 60407 ], 60408 "name": "test_attribute", 60409 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/tests/test_attribute.rs", 60410 "test": true 60411 }, 60412 { 60413 "crate_types": [ 60414 "bin" 60415 ], 60416 "doc": false, 60417 "doctest": false, 60418 "edition": "2021", 60419 "kind": [ 60420 "bench" 60421 ], 60422 "name": "rust", 60423 "required-features": [ 60424 "full", 60425 "parsing" 60426 ], 60427 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/benches/rust.rs", 60428 "test": false 60429 }, 60430 { 60431 "crate_types": [ 60432 "bin" 60433 ], 60434 "doc": false, 60435 "doctest": false, 60436 "edition": "2021", 60437 "kind": [ 60438 "bench" 60439 ], 60440 "name": "file", 60441 "required-features": [ 60442 "full", 60443 "parsing" 60444 ], 60445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.57/benches/file.rs", 60446 "test": false 60447 } 60448 ], 60449 "version": "2.0.57" 60450 }, 60451 { 60452 "authors": [ 60453 "Kyuuhachi <[email protected]>" 60454 ], 60455 "categories": [ 60456 "development-tools::procedural-macro-helpers" 60457 ], 60458 "default_run": null, 60459 "dependencies": [ 60460 { 60461 "features": [], 60462 "kind": null, 60463 "name": "proc-macro-error", 60464 "optional": false, 60465 "registry": null, 60466 "rename": null, 60467 "req": "^1.0", 60468 "source": "registry+https://github.com/rust-lang/crates.io-index", 60469 "target": null, 60470 "uses_default_features": false 60471 }, 60472 { 60473 "features": [], 60474 "kind": null, 60475 "name": "proc-macro2", 60476 "optional": false, 60477 "registry": null, 60478 "rename": null, 60479 "req": "^1.0", 60480 "source": "registry+https://github.com/rust-lang/crates.io-index", 60481 "target": null, 60482 "uses_default_features": true 60483 }, 60484 { 60485 "features": [], 60486 "kind": null, 60487 "name": "quote", 60488 "optional": false, 60489 "registry": null, 60490 "rename": null, 60491 "req": "^1.0", 60492 "source": "registry+https://github.com/rust-lang/crates.io-index", 60493 "target": null, 60494 "uses_default_features": true 60495 }, 60496 { 60497 "features": [ 60498 "parsing", 60499 "derive" 60500 ], 60501 "kind": null, 60502 "name": "syn", 60503 "optional": false, 60504 "registry": null, 60505 "rename": null, 60506 "req": "^2.0", 60507 "source": "registry+https://github.com/rust-lang/crates.io-index", 60508 "target": null, 60509 "uses_default_features": true 60510 } 60511 ], 60512 "description": "Derive macros for `syn::Parse` and `quote::ToTokens`", 60513 "documentation": null, 60514 "edition": "2021", 60515 "features": { 60516 "default": [ 60517 "full" 60518 ], 60519 "full": [ 60520 "syn/full" 60521 ] 60522 }, 60523 "homepage": null, 60524 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 60525 "keywords": [], 60526 "license": "MIT OR Apache-2.0", 60527 "license_file": null, 60528 "links": null, 60529 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn_derive-0.1.8/Cargo.toml", 60530 "metadata": null, 60531 "name": "syn_derive", 60532 "publish": null, 60533 "readme": "README.md", 60534 "repository": "https://github.com/Kyuuhachi/syn_derive", 60535 "rust_version": null, 60536 "source": "registry+https://github.com/rust-lang/crates.io-index", 60537 "targets": [ 60538 { 60539 "crate_types": [ 60540 "proc-macro" 60541 ], 60542 "doc": true, 60543 "doctest": true, 60544 "edition": "2021", 60545 "kind": [ 60546 "proc-macro" 60547 ], 60548 "name": "syn_derive", 60549 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn_derive-0.1.8/src/lib.rs", 60550 "test": true 60551 } 60552 ], 60553 "version": "0.1.8" 60554 }, 60555 { 60556 "authors": [ 60557 "Actyx AG <[email protected]>" 60558 ], 60559 "categories": [ 60560 "concurrency" 60561 ], 60562 "default_run": null, 60563 "dependencies": [ 60564 { 60565 "features": [], 60566 "kind": null, 60567 "name": "futures-core", 60568 "optional": true, 60569 "registry": null, 60570 "rename": null, 60571 "req": "^0.3", 60572 "source": "registry+https://github.com/rust-lang/crates.io-index", 60573 "target": null, 60574 "uses_default_features": false 60575 }, 60576 { 60577 "features": [], 60578 "kind": "dev", 60579 "name": "futures", 60580 "optional": false, 60581 "registry": null, 60582 "rename": null, 60583 "req": "^0.3", 60584 "source": "registry+https://github.com/rust-lang/crates.io-index", 60585 "target": null, 60586 "uses_default_features": true 60587 }, 60588 { 60589 "features": [], 60590 "kind": "dev", 60591 "name": "pin-project-lite", 60592 "optional": false, 60593 "registry": null, 60594 "rename": null, 60595 "req": "^0.2.7", 60596 "source": "registry+https://github.com/rust-lang/crates.io-index", 60597 "target": null, 60598 "uses_default_features": true 60599 } 60600 ], 60601 "description": "A tool for enlisting the compiler\u2019s help in proving the absence of concurrency", 60602 "documentation": "https://docs.rs/sync_wrapper", 60603 "edition": "2018", 60604 "features": { 60605 "futures": [ 60606 "futures-core" 60607 ], 60608 "futures-core": [ 60609 "dep:futures-core" 60610 ] 60611 }, 60612 "homepage": "https://docs.rs/sync_wrapper", 60613 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 60614 "keywords": [ 60615 "concurrency" 60616 ], 60617 "license": "Apache-2.0", 60618 "license_file": null, 60619 "links": null, 60620 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/Cargo.toml", 60621 "metadata": null, 60622 "name": "sync_wrapper", 60623 "publish": null, 60624 "readme": "README.md", 60625 "repository": "https://github.com/Actyx/sync_wrapper", 60626 "rust_version": null, 60627 "source": "registry+https://github.com/rust-lang/crates.io-index", 60628 "targets": [ 60629 { 60630 "crate_types": [ 60631 "lib" 60632 ], 60633 "doc": true, 60634 "doctest": true, 60635 "edition": "2018", 60636 "kind": [ 60637 "lib" 60638 ], 60639 "name": "sync_wrapper", 60640 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs", 60641 "test": true 60642 } 60643 ], 60644 "version": "0.1.2" 60645 }, 60646 { 60647 "authors": [ 60648 "Mullvad VPN" 60649 ], 60650 "categories": [ 60651 "api-bindings", 60652 "os::macos-apis" 60653 ], 60654 "default_run": null, 60655 "dependencies": [ 60656 { 60657 "features": [], 60658 "kind": null, 60659 "name": "bitflags", 60660 "optional": false, 60661 "registry": null, 60662 "rename": null, 60663 "req": "^1", 60664 "source": "registry+https://github.com/rust-lang/crates.io-index", 60665 "target": null, 60666 "uses_default_features": true 60667 }, 60668 { 60669 "features": [], 60670 "kind": null, 60671 "name": "core-foundation", 60672 "optional": false, 60673 "registry": null, 60674 "rename": null, 60675 "req": "^0.9", 60676 "source": "registry+https://github.com/rust-lang/crates.io-index", 60677 "target": null, 60678 "uses_default_features": true 60679 }, 60680 { 60681 "features": [], 60682 "kind": null, 60683 "name": "system-configuration-sys", 60684 "optional": false, 60685 "registry": null, 60686 "rename": null, 60687 "req": "^0.5", 60688 "source": "registry+https://github.com/rust-lang/crates.io-index", 60689 "target": null, 60690 "uses_default_features": true 60691 } 60692 ], 60693 "description": "Bindings to SystemConfiguration framework for macOS", 60694 "documentation": null, 60695 "edition": "2021", 60696 "features": {}, 60697 "homepage": null, 60698 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 60699 "keywords": [ 60700 "macos", 60701 "system", 60702 "configuration", 60703 "bindings" 60704 ], 60705 "license": "MIT OR Apache-2.0", 60706 "license_file": null, 60707 "links": null, 60708 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/Cargo.toml", 60709 "metadata": null, 60710 "name": "system-configuration", 60711 "publish": null, 60712 "readme": "README.md", 60713 "repository": "https://github.com/mullvad/system-configuration-rs", 60714 "rust_version": null, 60715 "source": "registry+https://github.com/rust-lang/crates.io-index", 60716 "targets": [ 60717 { 60718 "crate_types": [ 60719 "lib" 60720 ], 60721 "doc": true, 60722 "doctest": true, 60723 "edition": "2021", 60724 "kind": [ 60725 "lib" 60726 ], 60727 "name": "system_configuration", 60728 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/src/lib.rs", 60729 "test": true 60730 }, 60731 { 60732 "crate_types": [ 60733 "bin" 60734 ], 60735 "doc": false, 60736 "doctest": false, 60737 "edition": "2021", 60738 "kind": [ 60739 "example" 60740 ], 60741 "name": "set_dns", 60742 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/examples/set_dns.rs", 60743 "test": false 60744 }, 60745 { 60746 "crate_types": [ 60747 "bin" 60748 ], 60749 "doc": false, 60750 "doctest": false, 60751 "edition": "2021", 60752 "kind": [ 60753 "example" 60754 ], 60755 "name": "watch_dns", 60756 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-0.5.1/examples/watch_dns.rs", 60757 "test": false 60758 } 60759 ], 60760 "version": "0.5.1" 60761 }, 60762 { 60763 "authors": [ 60764 "Mullvad VPN" 60765 ], 60766 "categories": [ 60767 "external-ffi-bindings", 60768 "os::macos-apis" 60769 ], 60770 "default_run": null, 60771 "dependencies": [ 60772 { 60773 "features": [], 60774 "kind": null, 60775 "name": "core-foundation-sys", 60776 "optional": false, 60777 "registry": null, 60778 "rename": null, 60779 "req": "^0.8", 60780 "source": "registry+https://github.com/rust-lang/crates.io-index", 60781 "target": null, 60782 "uses_default_features": true 60783 }, 60784 { 60785 "features": [], 60786 "kind": null, 60787 "name": "libc", 60788 "optional": false, 60789 "registry": null, 60790 "rename": null, 60791 "req": "^0.2.49", 60792 "source": "registry+https://github.com/rust-lang/crates.io-index", 60793 "target": null, 60794 "uses_default_features": true 60795 } 60796 ], 60797 "description": "Low level bindings to SystemConfiguration framework for macOS", 60798 "documentation": null, 60799 "edition": "2021", 60800 "features": {}, 60801 "homepage": null, 60802 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 60803 "keywords": [ 60804 "macos", 60805 "system", 60806 "configuration", 60807 "bindings" 60808 ], 60809 "license": "MIT OR Apache-2.0", 60810 "license_file": null, 60811 "links": null, 60812 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/Cargo.toml", 60813 "metadata": null, 60814 "name": "system-configuration-sys", 60815 "publish": null, 60816 "readme": null, 60817 "repository": "https://github.com/mullvad/system-configuration-rs", 60818 "rust_version": null, 60819 "source": "registry+https://github.com/rust-lang/crates.io-index", 60820 "targets": [ 60821 { 60822 "crate_types": [ 60823 "lib" 60824 ], 60825 "doc": true, 60826 "doctest": true, 60827 "edition": "2021", 60828 "kind": [ 60829 "lib" 60830 ], 60831 "name": "system_configuration_sys", 60832 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/src/lib.rs", 60833 "test": true 60834 }, 60835 { 60836 "crate_types": [ 60837 "bin" 60838 ], 60839 "doc": false, 60840 "doctest": false, 60841 "edition": "2021", 60842 "kind": [ 60843 "custom-build" 60844 ], 60845 "name": "build-script-build", 60846 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/system-configuration-sys-0.5.0/build.rs", 60847 "test": false 60848 } 60849 ], 60850 "version": "0.5.0" 60851 }, 60852 { 60853 "authors": [ 60854 "Elliott Linder <[email protected]>", 60855 "myrrlyn <[email protected]>" 60856 ], 60857 "categories": [ 60858 "no-std", 60859 "rust-patterns" 60860 ], 60861 "default_run": null, 60862 "dependencies": [], 60863 "description": "Generic extensions for tapping values in Rust", 60864 "documentation": "https://docs.rs/tap", 60865 "edition": "2015", 60866 "features": {}, 60867 "homepage": "https://github.com/myrrlyn/tap", 60868 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 60869 "keywords": [ 60870 "tap", 60871 "pipe", 60872 "functional", 60873 "tap_ok", 60874 "tap_some" 60875 ], 60876 "license": "MIT", 60877 "license_file": null, 60878 "links": null, 60879 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/Cargo.toml", 60880 "metadata": null, 60881 "name": "tap", 60882 "publish": null, 60883 "readme": "README.md", 60884 "repository": "https://github.com/myrrlyn/tap", 60885 "rust_version": null, 60886 "source": "registry+https://github.com/rust-lang/crates.io-index", 60887 "targets": [ 60888 { 60889 "crate_types": [ 60890 "lib" 60891 ], 60892 "doc": true, 60893 "doctest": true, 60894 "edition": "2015", 60895 "kind": [ 60896 "lib" 60897 ], 60898 "name": "tap", 60899 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs", 60900 "test": true 60901 } 60902 ], 60903 "version": "1.0.1" 60904 }, 60905 { 60906 "authors": [ 60907 "The Rust Project Developers", 60908 "Steven Allen" 60909 ], 60910 "categories": [ 60911 "command-line-interface" 60912 ], 60913 "default_run": null, 60914 "dependencies": [ 60915 { 60916 "features": [], 60917 "kind": null, 60918 "name": "dirs-next", 60919 "optional": false, 60920 "registry": null, 60921 "rename": null, 60922 "req": "^2", 60923 "source": "registry+https://github.com/rust-lang/crates.io-index", 60924 "target": null, 60925 "uses_default_features": true 60926 }, 60927 { 60928 "features": [], 60929 "kind": null, 60930 "name": "rustversion", 60931 "optional": false, 60932 "registry": null, 60933 "rename": null, 60934 "req": "^1", 60935 "source": "registry+https://github.com/rust-lang/crates.io-index", 60936 "target": "cfg(windows)", 60937 "uses_default_features": true 60938 }, 60939 { 60940 "features": [ 60941 "consoleapi", 60942 "wincon", 60943 "handleapi", 60944 "fileapi" 60945 ], 60946 "kind": null, 60947 "name": "winapi", 60948 "optional": false, 60949 "registry": null, 60950 "rename": null, 60951 "req": "^0.3", 60952 "source": "registry+https://github.com/rust-lang/crates.io-index", 60953 "target": "cfg(windows)", 60954 "uses_default_features": true 60955 } 60956 ], 60957 "description": "A terminal formatting library\n", 60958 "documentation": "https://docs.rs/term/", 60959 "edition": "2018", 60960 "features": { 60961 "default": [] 60962 }, 60963 "homepage": "https://github.com/Stebalien/term", 60964 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 60965 "keywords": [], 60966 "license": "MIT/Apache-2.0", 60967 "license_file": null, 60968 "links": null, 60969 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/Cargo.toml", 60970 "metadata": null, 60971 "name": "term", 60972 "publish": null, 60973 "readme": "README.md", 60974 "repository": "https://github.com/Stebalien/term", 60975 "rust_version": null, 60976 "source": "registry+https://github.com/rust-lang/crates.io-index", 60977 "targets": [ 60978 { 60979 "crate_types": [ 60980 "lib" 60981 ], 60982 "doc": true, 60983 "doctest": true, 60984 "edition": "2018", 60985 "kind": [ 60986 "lib" 60987 ], 60988 "name": "term", 60989 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs", 60990 "test": true 60991 }, 60992 { 60993 "crate_types": [ 60994 "bin" 60995 ], 60996 "doc": false, 60997 "doctest": false, 60998 "edition": "2018", 60999 "kind": [ 61000 "test" 61001 ], 61002 "name": "terminfo", 61003 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/tests/terminfo.rs", 61004 "test": true 61005 } 61006 ], 61007 "version": "0.7.0" 61008 }, 61009 { 61010 "authors": [ 61011 "Andrew Gallant <[email protected]>" 61012 ], 61013 "categories": [], 61014 "default_run": null, 61015 "dependencies": [ 61016 { 61017 "features": [], 61018 "kind": null, 61019 "name": "winapi-util", 61020 "optional": false, 61021 "registry": null, 61022 "rename": null, 61023 "req": "^0.1.3", 61024 "source": "registry+https://github.com/rust-lang/crates.io-index", 61025 "target": "cfg(windows)", 61026 "uses_default_features": true 61027 } 61028 ], 61029 "description": "A simple cross platform library for writing colored text to a terminal.\n", 61030 "documentation": "https://docs.rs/termcolor", 61031 "edition": "2018", 61032 "features": {}, 61033 "homepage": "https://github.com/BurntSushi/termcolor", 61034 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 61035 "keywords": [ 61036 "windows", 61037 "win", 61038 "color", 61039 "ansi", 61040 "console" 61041 ], 61042 "license": "Unlicense OR MIT", 61043 "license_file": null, 61044 "links": null, 61045 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/Cargo.toml", 61046 "metadata": null, 61047 "name": "termcolor", 61048 "publish": null, 61049 "readme": "README.md", 61050 "repository": "https://github.com/BurntSushi/termcolor", 61051 "rust_version": null, 61052 "source": "registry+https://github.com/rust-lang/crates.io-index", 61053 "targets": [ 61054 { 61055 "crate_types": [ 61056 "lib" 61057 ], 61058 "doc": true, 61059 "doctest": true, 61060 "edition": "2018", 61061 "kind": [ 61062 "lib" 61063 ], 61064 "name": "termcolor", 61065 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.3/src/lib.rs", 61066 "test": true 61067 } 61068 ], 61069 "version": "1.1.3" 61070 }, 61071 { 61072 "authors": [ 61073 "Martin Geisler <[email protected]>" 61074 ], 61075 "categories": [ 61076 "text-processing", 61077 "command-line-interface" 61078 ], 61079 "default_run": null, 61080 "dependencies": [ 61081 { 61082 "features": [ 61083 "embed_en-us" 61084 ], 61085 "kind": null, 61086 "name": "hyphenation", 61087 "optional": true, 61088 "registry": null, 61089 "rename": null, 61090 "req": "^0.8.4", 61091 "source": "registry+https://github.com/rust-lang/crates.io-index", 61092 "target": null, 61093 "uses_default_features": true 61094 }, 61095 { 61096 "features": [], 61097 "kind": null, 61098 "name": "smawk", 61099 "optional": true, 61100 "registry": null, 61101 "rename": null, 61102 "req": "^0.3.1", 61103 "source": "registry+https://github.com/rust-lang/crates.io-index", 61104 "target": null, 61105 "uses_default_features": true 61106 }, 61107 { 61108 "features": [], 61109 "kind": null, 61110 "name": "terminal_size", 61111 "optional": true, 61112 "registry": null, 61113 "rename": null, 61114 "req": "^0.1.17", 61115 "source": "registry+https://github.com/rust-lang/crates.io-index", 61116 "target": null, 61117 "uses_default_features": true 61118 }, 61119 { 61120 "features": [], 61121 "kind": null, 61122 "name": "unicode-linebreak", 61123 "optional": true, 61124 "registry": null, 61125 "rename": null, 61126 "req": "^0.1.2", 61127 "source": "registry+https://github.com/rust-lang/crates.io-index", 61128 "target": null, 61129 "uses_default_features": true 61130 }, 61131 { 61132 "features": [], 61133 "kind": null, 61134 "name": "unicode-width", 61135 "optional": true, 61136 "registry": null, 61137 "rename": null, 61138 "req": "^0.1.9", 61139 "source": "registry+https://github.com/rust-lang/crates.io-index", 61140 "target": null, 61141 "uses_default_features": true 61142 }, 61143 { 61144 "features": [], 61145 "kind": "dev", 61146 "name": "criterion", 61147 "optional": false, 61148 "registry": null, 61149 "rename": null, 61150 "req": "^0.3.5", 61151 "source": "registry+https://github.com/rust-lang/crates.io-index", 61152 "target": null, 61153 "uses_default_features": true 61154 }, 61155 { 61156 "features": [], 61157 "kind": "dev", 61158 "name": "lipsum", 61159 "optional": false, 61160 "registry": null, 61161 "rename": null, 61162 "req": "^0.8.0", 61163 "source": "registry+https://github.com/rust-lang/crates.io-index", 61164 "target": null, 61165 "uses_default_features": true 61166 }, 61167 { 61168 "features": [], 61169 "kind": "dev", 61170 "name": "unic-emoji-char", 61171 "optional": false, 61172 "registry": null, 61173 "rename": null, 61174 "req": "^0.9.0", 61175 "source": "registry+https://github.com/rust-lang/crates.io-index", 61176 "target": null, 61177 "uses_default_features": true 61178 }, 61179 { 61180 "features": [], 61181 "kind": "dev", 61182 "name": "version-sync", 61183 "optional": false, 61184 "registry": null, 61185 "rename": null, 61186 "req": "^0.9.4", 61187 "source": "registry+https://github.com/rust-lang/crates.io-index", 61188 "target": null, 61189 "uses_default_features": true 61190 }, 61191 { 61192 "features": [], 61193 "kind": "dev", 61194 "name": "termion", 61195 "optional": false, 61196 "registry": null, 61197 "rename": null, 61198 "req": "^1.5.6", 61199 "source": "registry+https://github.com/rust-lang/crates.io-index", 61200 "target": "cfg(unix)", 61201 "uses_default_features": true 61202 } 61203 ], 61204 "description": "Powerful library for word wrapping, indenting, and dedenting strings", 61205 "documentation": "https://docs.rs/textwrap/", 61206 "edition": "2018", 61207 "features": { 61208 "default": [ 61209 "unicode-linebreak", 61210 "unicode-width", 61211 "smawk" 61212 ], 61213 "hyphenation": [ 61214 "dep:hyphenation" 61215 ], 61216 "smawk": [ 61217 "dep:smawk" 61218 ], 61219 "terminal_size": [ 61220 "dep:terminal_size" 61221 ], 61222 "unicode-linebreak": [ 61223 "dep:unicode-linebreak" 61224 ], 61225 "unicode-width": [ 61226 "dep:unicode-width" 61227 ] 61228 }, 61229 "homepage": null, 61230 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 61231 "keywords": [ 61232 "text", 61233 "formatting", 61234 "wrap", 61235 "typesetting", 61236 "hyphenation" 61237 ], 61238 "license": "MIT", 61239 "license_file": null, 61240 "links": null, 61241 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/Cargo.toml", 61242 "metadata": { 61243 "docs": { 61244 "rs": { 61245 "all-features": true 61246 } 61247 } 61248 }, 61249 "name": "textwrap", 61250 "publish": null, 61251 "readme": "README.md", 61252 "repository": "https://github.com/mgeisler/textwrap", 61253 "rust_version": null, 61254 "source": "registry+https://github.com/rust-lang/crates.io-index", 61255 "targets": [ 61256 { 61257 "crate_types": [ 61258 "lib" 61259 ], 61260 "doc": true, 61261 "doctest": true, 61262 "edition": "2018", 61263 "kind": [ 61264 "lib" 61265 ], 61266 "name": "textwrap", 61267 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/src/lib.rs", 61268 "test": true 61269 }, 61270 { 61271 "crate_types": [ 61272 "bin" 61273 ], 61274 "doc": false, 61275 "doctest": false, 61276 "edition": "2018", 61277 "kind": [ 61278 "example" 61279 ], 61280 "name": "hyphenation", 61281 "required-features": [ 61282 "hyphenation" 61283 ], 61284 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/examples/hyphenation.rs", 61285 "test": false 61286 }, 61287 { 61288 "crate_types": [ 61289 "bin" 61290 ], 61291 "doc": false, 61292 "doctest": false, 61293 "edition": "2018", 61294 "kind": [ 61295 "example" 61296 ], 61297 "name": "termwidth", 61298 "required-features": [ 61299 "terminal_size" 61300 ], 61301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/examples/termwidth.rs", 61302 "test": false 61303 }, 61304 { 61305 "crate_types": [ 61306 "bin" 61307 ], 61308 "doc": false, 61309 "doctest": false, 61310 "edition": "2018", 61311 "kind": [ 61312 "test" 61313 ], 61314 "name": "version-numbers", 61315 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/tests/version-numbers.rs", 61316 "test": true 61317 }, 61318 { 61319 "crate_types": [ 61320 "bin" 61321 ], 61322 "doc": false, 61323 "doctest": false, 61324 "edition": "2018", 61325 "kind": [ 61326 "test" 61327 ], 61328 "name": "indent", 61329 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/tests/indent.rs", 61330 "test": true 61331 }, 61332 { 61333 "crate_types": [ 61334 "bin" 61335 ], 61336 "doc": false, 61337 "doctest": false, 61338 "edition": "2018", 61339 "kind": [ 61340 "bench" 61341 ], 61342 "name": "linear", 61343 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/benches/linear.rs", 61344 "test": false 61345 }, 61346 { 61347 "crate_types": [ 61348 "bin" 61349 ], 61350 "doc": false, 61351 "doctest": false, 61352 "edition": "2018", 61353 "kind": [ 61354 "bench" 61355 ], 61356 "name": "indent", 61357 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.0/benches/indent.rs", 61358 "test": false 61359 } 61360 ], 61361 "version": "0.15.0" 61362 }, 61363 { 61364 "authors": [ 61365 "David Tolnay <[email protected]>" 61366 ], 61367 "categories": [ 61368 "rust-patterns" 61369 ], 61370 "default_run": null, 61371 "dependencies": [ 61372 { 61373 "features": [], 61374 "kind": null, 61375 "name": "thiserror-impl", 61376 "optional": false, 61377 "registry": null, 61378 "rename": null, 61379 "req": "=1.0.58", 61380 "source": "registry+https://github.com/rust-lang/crates.io-index", 61381 "target": null, 61382 "uses_default_features": true 61383 }, 61384 { 61385 "features": [], 61386 "kind": "dev", 61387 "name": "anyhow", 61388 "optional": false, 61389 "registry": null, 61390 "rename": null, 61391 "req": "^1.0.73", 61392 "source": "registry+https://github.com/rust-lang/crates.io-index", 61393 "target": null, 61394 "uses_default_features": true 61395 }, 61396 { 61397 "features": [], 61398 "kind": "dev", 61399 "name": "ref-cast", 61400 "optional": false, 61401 "registry": null, 61402 "rename": null, 61403 "req": "^1.0.18", 61404 "source": "registry+https://github.com/rust-lang/crates.io-index", 61405 "target": null, 61406 "uses_default_features": true 61407 }, 61408 { 61409 "features": [], 61410 "kind": "dev", 61411 "name": "rustversion", 61412 "optional": false, 61413 "registry": null, 61414 "rename": null, 61415 "req": "^1.0.13", 61416 "source": "registry+https://github.com/rust-lang/crates.io-index", 61417 "target": null, 61418 "uses_default_features": true 61419 }, 61420 { 61421 "features": [ 61422 "diff" 61423 ], 61424 "kind": "dev", 61425 "name": "trybuild", 61426 "optional": false, 61427 "registry": null, 61428 "rename": null, 61429 "req": "^1.0.81", 61430 "source": "registry+https://github.com/rust-lang/crates.io-index", 61431 "target": null, 61432 "uses_default_features": true 61433 } 61434 ], 61435 "description": "derive(Error)", 61436 "documentation": "https://docs.rs/thiserror", 61437 "edition": "2021", 61438 "features": {}, 61439 "homepage": null, 61440 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 61441 "keywords": [ 61442 "error", 61443 "error-handling", 61444 "derive" 61445 ], 61446 "license": "MIT OR Apache-2.0", 61447 "license_file": null, 61448 "links": null, 61449 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/Cargo.toml", 61450 "metadata": { 61451 "docs": { 61452 "rs": { 61453 "rustdoc-args": [ 61454 "--generate-link-to-definition" 61455 ], 61456 "targets": [ 61457 "x86_64-unknown-linux-gnu" 61458 ] 61459 } 61460 } 61461 }, 61462 "name": "thiserror", 61463 "publish": null, 61464 "readme": "README.md", 61465 "repository": "https://github.com/dtolnay/thiserror", 61466 "rust_version": "1.56", 61467 "source": "registry+https://github.com/rust-lang/crates.io-index", 61468 "targets": [ 61469 { 61470 "crate_types": [ 61471 "lib" 61472 ], 61473 "doc": true, 61474 "doctest": true, 61475 "edition": "2021", 61476 "kind": [ 61477 "lib" 61478 ], 61479 "name": "thiserror", 61480 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs", 61481 "test": true 61482 }, 61483 { 61484 "crate_types": [ 61485 "bin" 61486 ], 61487 "doc": false, 61488 "doctest": false, 61489 "edition": "2021", 61490 "kind": [ 61491 "test" 61492 ], 61493 "name": "test_source", 61494 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_source.rs", 61495 "test": true 61496 }, 61497 { 61498 "crate_types": [ 61499 "bin" 61500 ], 61501 "doc": false, 61502 "doctest": false, 61503 "edition": "2021", 61504 "kind": [ 61505 "test" 61506 ], 61507 "name": "test_backtrace", 61508 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_backtrace.rs", 61509 "test": true 61510 }, 61511 { 61512 "crate_types": [ 61513 "bin" 61514 ], 61515 "doc": false, 61516 "doctest": false, 61517 "edition": "2021", 61518 "kind": [ 61519 "test" 61520 ], 61521 "name": "test_display", 61522 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_display.rs", 61523 "test": true 61524 }, 61525 { 61526 "crate_types": [ 61527 "bin" 61528 ], 61529 "doc": false, 61530 "doctest": false, 61531 "edition": "2021", 61532 "kind": [ 61533 "test" 61534 ], 61535 "name": "test_lints", 61536 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_lints.rs", 61537 "test": true 61538 }, 61539 { 61540 "crate_types": [ 61541 "bin" 61542 ], 61543 "doc": false, 61544 "doctest": false, 61545 "edition": "2021", 61546 "kind": [ 61547 "test" 61548 ], 61549 "name": "test_transparent", 61550 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_transparent.rs", 61551 "test": true 61552 }, 61553 { 61554 "crate_types": [ 61555 "bin" 61556 ], 61557 "doc": false, 61558 "doctest": false, 61559 "edition": "2021", 61560 "kind": [ 61561 "test" 61562 ], 61563 "name": "compiletest", 61564 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/compiletest.rs", 61565 "test": true 61566 }, 61567 { 61568 "crate_types": [ 61569 "bin" 61570 ], 61571 "doc": false, 61572 "doctest": false, 61573 "edition": "2021", 61574 "kind": [ 61575 "test" 61576 ], 61577 "name": "test_from", 61578 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_from.rs", 61579 "test": true 61580 }, 61581 { 61582 "crate_types": [ 61583 "bin" 61584 ], 61585 "doc": false, 61586 "doctest": false, 61587 "edition": "2021", 61588 "kind": [ 61589 "test" 61590 ], 61591 "name": "test_expr", 61592 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_expr.rs", 61593 "test": true 61594 }, 61595 { 61596 "crate_types": [ 61597 "bin" 61598 ], 61599 "doc": false, 61600 "doctest": false, 61601 "edition": "2021", 61602 "kind": [ 61603 "test" 61604 ], 61605 "name": "test_path", 61606 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_path.rs", 61607 "test": true 61608 }, 61609 { 61610 "crate_types": [ 61611 "bin" 61612 ], 61613 "doc": false, 61614 "doctest": false, 61615 "edition": "2021", 61616 "kind": [ 61617 "test" 61618 ], 61619 "name": "test_error", 61620 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_error.rs", 61621 "test": true 61622 }, 61623 { 61624 "crate_types": [ 61625 "bin" 61626 ], 61627 "doc": false, 61628 "doctest": false, 61629 "edition": "2021", 61630 "kind": [ 61631 "test" 61632 ], 61633 "name": "test_generics", 61634 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_generics.rs", 61635 "test": true 61636 }, 61637 { 61638 "crate_types": [ 61639 "bin" 61640 ], 61641 "doc": false, 61642 "doctest": false, 61643 "edition": "2021", 61644 "kind": [ 61645 "test" 61646 ], 61647 "name": "test_option", 61648 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_option.rs", 61649 "test": true 61650 }, 61651 { 61652 "crate_types": [ 61653 "bin" 61654 ], 61655 "doc": false, 61656 "doctest": false, 61657 "edition": "2021", 61658 "kind": [ 61659 "test" 61660 ], 61661 "name": "test_deprecated", 61662 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_deprecated.rs", 61663 "test": true 61664 }, 61665 { 61666 "crate_types": [ 61667 "bin" 61668 ], 61669 "doc": false, 61670 "doctest": false, 61671 "edition": "2021", 61672 "kind": [ 61673 "custom-build" 61674 ], 61675 "name": "build-script-build", 61676 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/build.rs", 61677 "test": false 61678 } 61679 ], 61680 "version": "1.0.58" 61681 }, 61682 { 61683 "authors": [ 61684 "David Tolnay <[email protected]>" 61685 ], 61686 "categories": [], 61687 "default_run": null, 61688 "dependencies": [ 61689 { 61690 "features": [], 61691 "kind": null, 61692 "name": "proc-macro2", 61693 "optional": false, 61694 "registry": null, 61695 "rename": null, 61696 "req": "^1.0.74", 61697 "source": "registry+https://github.com/rust-lang/crates.io-index", 61698 "target": null, 61699 "uses_default_features": true 61700 }, 61701 { 61702 "features": [], 61703 "kind": null, 61704 "name": "quote", 61705 "optional": false, 61706 "registry": null, 61707 "rename": null, 61708 "req": "^1.0.35", 61709 "source": "registry+https://github.com/rust-lang/crates.io-index", 61710 "target": null, 61711 "uses_default_features": true 61712 }, 61713 { 61714 "features": [], 61715 "kind": null, 61716 "name": "syn", 61717 "optional": false, 61718 "registry": null, 61719 "rename": null, 61720 "req": "^2.0.46", 61721 "source": "registry+https://github.com/rust-lang/crates.io-index", 61722 "target": null, 61723 "uses_default_features": true 61724 } 61725 ], 61726 "description": "Implementation detail of the `thiserror` crate", 61727 "documentation": null, 61728 "edition": "2021", 61729 "features": {}, 61730 "homepage": null, 61731 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 61732 "keywords": [], 61733 "license": "MIT OR Apache-2.0", 61734 "license_file": null, 61735 "links": null, 61736 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/Cargo.toml", 61737 "metadata": { 61738 "docs": { 61739 "rs": { 61740 "rustdoc-args": [ 61741 "--generate-link-to-definition" 61742 ], 61743 "targets": [ 61744 "x86_64-unknown-linux-gnu" 61745 ] 61746 } 61747 } 61748 }, 61749 "name": "thiserror-impl", 61750 "publish": null, 61751 "readme": null, 61752 "repository": "https://github.com/dtolnay/thiserror", 61753 "rust_version": "1.56", 61754 "source": "registry+https://github.com/rust-lang/crates.io-index", 61755 "targets": [ 61756 { 61757 "crate_types": [ 61758 "proc-macro" 61759 ], 61760 "doc": true, 61761 "doctest": true, 61762 "edition": "2021", 61763 "kind": [ 61764 "proc-macro" 61765 ], 61766 "name": "thiserror_impl", 61767 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/src/lib.rs", 61768 "test": true 61769 } 61770 ], 61771 "version": "1.0.58" 61772 }, 61773 { 61774 "authors": [ 61775 "Amanieu d'Antras <[email protected]>" 61776 ], 61777 "categories": [], 61778 "default_run": null, 61779 "dependencies": [ 61780 { 61781 "features": [], 61782 "kind": null, 61783 "name": "cfg-if", 61784 "optional": false, 61785 "registry": null, 61786 "rename": null, 61787 "req": "^1.0.0", 61788 "source": "registry+https://github.com/rust-lang/crates.io-index", 61789 "target": null, 61790 "uses_default_features": true 61791 }, 61792 { 61793 "features": [], 61794 "kind": null, 61795 "name": "once_cell", 61796 "optional": false, 61797 "registry": null, 61798 "rename": null, 61799 "req": "^1.5.2", 61800 "source": "registry+https://github.com/rust-lang/crates.io-index", 61801 "target": null, 61802 "uses_default_features": true 61803 }, 61804 { 61805 "features": [], 61806 "kind": "dev", 61807 "name": "criterion", 61808 "optional": false, 61809 "registry": null, 61810 "rename": null, 61811 "req": "^0.5.1", 61812 "source": "registry+https://github.com/rust-lang/crates.io-index", 61813 "target": null, 61814 "uses_default_features": true 61815 } 61816 ], 61817 "description": "Per-object thread-local storage", 61818 "documentation": "https://docs.rs/thread_local/", 61819 "edition": "2021", 61820 "features": { 61821 "nightly": [] 61822 }, 61823 "homepage": null, 61824 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 61825 "keywords": [ 61826 "thread_local", 61827 "concurrent", 61828 "thread" 61829 ], 61830 "license": "MIT OR Apache-2.0", 61831 "license_file": null, 61832 "links": null, 61833 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/Cargo.toml", 61834 "metadata": null, 61835 "name": "thread_local", 61836 "publish": null, 61837 "readme": "README.md", 61838 "repository": "https://github.com/Amanieu/thread_local-rs", 61839 "rust_version": "1.59", 61840 "source": "registry+https://github.com/rust-lang/crates.io-index", 61841 "targets": [ 61842 { 61843 "crate_types": [ 61844 "lib" 61845 ], 61846 "doc": true, 61847 "doctest": true, 61848 "edition": "2021", 61849 "kind": [ 61850 "lib" 61851 ], 61852 "name": "thread_local", 61853 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs", 61854 "test": true 61855 }, 61856 { 61857 "crate_types": [ 61858 "bin" 61859 ], 61860 "doc": false, 61861 "doctest": false, 61862 "edition": "2021", 61863 "kind": [ 61864 "bench" 61865 ], 61866 "name": "thread_local", 61867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/benches/thread_local.rs", 61868 "test": false 61869 } 61870 ], 61871 "version": "1.1.8" 61872 }, 61873 { 61874 "authors": [ 61875 "Jacob Pratt <[email protected]>", 61876 "Time contributors" 61877 ], 61878 "categories": [ 61879 "date-and-time", 61880 "no-std", 61881 "parser-implementations", 61882 "value-formatting" 61883 ], 61884 "default_run": null, 61885 "dependencies": [ 61886 { 61887 "features": [ 61888 "powerfmt" 61889 ], 61890 "kind": null, 61891 "name": "deranged", 61892 "optional": false, 61893 "registry": null, 61894 "rename": null, 61895 "req": "^0.3.9", 61896 "source": "registry+https://github.com/rust-lang/crates.io-index", 61897 "target": null, 61898 "uses_default_features": false 61899 }, 61900 { 61901 "features": [], 61902 "kind": null, 61903 "name": "itoa", 61904 "optional": true, 61905 "registry": null, 61906 "rename": null, 61907 "req": "^1.0.1", 61908 "source": "registry+https://github.com/rust-lang/crates.io-index", 61909 "target": null, 61910 "uses_default_features": true 61911 }, 61912 { 61913 "features": [], 61914 "kind": null, 61915 "name": "num-conv", 61916 "optional": false, 61917 "registry": null, 61918 "rename": null, 61919 "req": "^0.1.0", 61920 "source": "registry+https://github.com/rust-lang/crates.io-index", 61921 "target": null, 61922 "uses_default_features": true 61923 }, 61924 { 61925 "features": [], 61926 "kind": null, 61927 "name": "powerfmt", 61928 "optional": false, 61929 "registry": null, 61930 "rename": null, 61931 "req": "^0.2.0", 61932 "source": "registry+https://github.com/rust-lang/crates.io-index", 61933 "target": null, 61934 "uses_default_features": false 61935 }, 61936 { 61937 "features": [], 61938 "kind": null, 61939 "name": "quickcheck", 61940 "optional": true, 61941 "registry": null, 61942 "rename": null, 61943 "req": "^1.0.3", 61944 "source": "registry+https://github.com/rust-lang/crates.io-index", 61945 "target": null, 61946 "uses_default_features": false 61947 }, 61948 { 61949 "features": [], 61950 "kind": null, 61951 "name": "rand", 61952 "optional": true, 61953 "registry": null, 61954 "rename": null, 61955 "req": "^0.8.4", 61956 "source": "registry+https://github.com/rust-lang/crates.io-index", 61957 "target": null, 61958 "uses_default_features": false 61959 }, 61960 { 61961 "features": [], 61962 "kind": null, 61963 "name": "serde", 61964 "optional": true, 61965 "registry": null, 61966 "rename": null, 61967 "req": "^1.0.184", 61968 "source": "registry+https://github.com/rust-lang/crates.io-index", 61969 "target": null, 61970 "uses_default_features": false 61971 }, 61972 { 61973 "features": [], 61974 "kind": null, 61975 "name": "time-core", 61976 "optional": false, 61977 "registry": null, 61978 "rename": null, 61979 "req": "=0.1.2", 61980 "source": "registry+https://github.com/rust-lang/crates.io-index", 61981 "target": null, 61982 "uses_default_features": true 61983 }, 61984 { 61985 "features": [], 61986 "kind": null, 61987 "name": "time-macros", 61988 "optional": true, 61989 "registry": null, 61990 "rename": null, 61991 "req": "=0.2.17", 61992 "source": "registry+https://github.com/rust-lang/crates.io-index", 61993 "target": null, 61994 "uses_default_features": true 61995 }, 61996 { 61997 "features": [], 61998 "kind": "dev", 61999 "name": "num-conv", 62000 "optional": false, 62001 "registry": null, 62002 "rename": null, 62003 "req": "^0.1.0", 62004 "source": "registry+https://github.com/rust-lang/crates.io-index", 62005 "target": null, 62006 "uses_default_features": true 62007 }, 62008 { 62009 "features": [], 62010 "kind": "dev", 62011 "name": "quickcheck_macros", 62012 "optional": false, 62013 "registry": null, 62014 "rename": null, 62015 "req": "^1.0.0", 62016 "source": "registry+https://github.com/rust-lang/crates.io-index", 62017 "target": null, 62018 "uses_default_features": true 62019 }, 62020 { 62021 "features": [], 62022 "kind": "dev", 62023 "name": "rand", 62024 "optional": false, 62025 "registry": null, 62026 "rename": null, 62027 "req": "^0.8.4", 62028 "source": "registry+https://github.com/rust-lang/crates.io-index", 62029 "target": null, 62030 "uses_default_features": false 62031 }, 62032 { 62033 "features": [], 62034 "kind": "dev", 62035 "name": "rstest", 62036 "optional": false, 62037 "registry": null, 62038 "rename": null, 62039 "req": "^0.18.2", 62040 "source": "registry+https://github.com/rust-lang/crates.io-index", 62041 "target": null, 62042 "uses_default_features": false 62043 }, 62044 { 62045 "features": [], 62046 "kind": "dev", 62047 "name": "rstest_reuse", 62048 "optional": false, 62049 "registry": null, 62050 "rename": null, 62051 "req": "^0.6.0", 62052 "source": "registry+https://github.com/rust-lang/crates.io-index", 62053 "target": null, 62054 "uses_default_features": true 62055 }, 62056 { 62057 "features": [ 62058 "derive" 62059 ], 62060 "kind": "dev", 62061 "name": "serde", 62062 "optional": false, 62063 "registry": null, 62064 "rename": null, 62065 "req": "^1.0.184", 62066 "source": "registry+https://github.com/rust-lang/crates.io-index", 62067 "target": null, 62068 "uses_default_features": false 62069 }, 62070 { 62071 "features": [], 62072 "kind": "dev", 62073 "name": "serde_json", 62074 "optional": false, 62075 "registry": null, 62076 "rename": null, 62077 "req": "^1.0.68", 62078 "source": "registry+https://github.com/rust-lang/crates.io-index", 62079 "target": null, 62080 "uses_default_features": true 62081 }, 62082 { 62083 "features": [], 62084 "kind": "dev", 62085 "name": "serde_test", 62086 "optional": false, 62087 "registry": null, 62088 "rename": null, 62089 "req": "^1.0.126", 62090 "source": "registry+https://github.com/rust-lang/crates.io-index", 62091 "target": null, 62092 "uses_default_features": true 62093 }, 62094 { 62095 "features": [], 62096 "kind": "dev", 62097 "name": "time-macros", 62098 "optional": false, 62099 "registry": null, 62100 "rename": null, 62101 "req": "=0.2.17", 62102 "source": "registry+https://github.com/rust-lang/crates.io-index", 62103 "target": null, 62104 "uses_default_features": true 62105 }, 62106 { 62107 "features": [], 62108 "kind": "dev", 62109 "name": "trybuild", 62110 "optional": false, 62111 "registry": null, 62112 "rename": null, 62113 "req": "^1.0.68", 62114 "source": "registry+https://github.com/rust-lang/crates.io-index", 62115 "target": "cfg(__ui_tests)", 62116 "uses_default_features": true 62117 }, 62118 { 62119 "features": [], 62120 "kind": null, 62121 "name": "js-sys", 62122 "optional": true, 62123 "registry": null, 62124 "rename": null, 62125 "req": "^0.3.58", 62126 "source": "registry+https://github.com/rust-lang/crates.io-index", 62127 "target": "cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 62128 "uses_default_features": true 62129 }, 62130 { 62131 "features": [], 62132 "kind": "dev", 62133 "name": "criterion", 62134 "optional": false, 62135 "registry": null, 62136 "rename": null, 62137 "req": "^0.5.1", 62138 "source": "registry+https://github.com/rust-lang/crates.io-index", 62139 "target": "cfg(bench)", 62140 "uses_default_features": false 62141 }, 62142 { 62143 "features": [], 62144 "kind": null, 62145 "name": "libc", 62146 "optional": true, 62147 "registry": null, 62148 "rename": null, 62149 "req": "^0.2.98", 62150 "source": "registry+https://github.com/rust-lang/crates.io-index", 62151 "target": "cfg(target_family = \"unix\")", 62152 "uses_default_features": true 62153 }, 62154 { 62155 "features": [], 62156 "kind": null, 62157 "name": "num_threads", 62158 "optional": true, 62159 "registry": null, 62160 "rename": null, 62161 "req": "^0.1.2", 62162 "source": "registry+https://github.com/rust-lang/crates.io-index", 62163 "target": "cfg(target_family = \"unix\")", 62164 "uses_default_features": true 62165 } 62166 ], 62167 "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].", 62168 "documentation": null, 62169 "edition": "2021", 62170 "features": { 62171 "alloc": [ 62172 "serde?/alloc" 62173 ], 62174 "default": [ 62175 "std" 62176 ], 62177 "formatting": [ 62178 "dep:itoa", 62179 "std", 62180 "time-macros?/formatting" 62181 ], 62182 "large-dates": [ 62183 "time-macros?/large-dates" 62184 ], 62185 "local-offset": [ 62186 "std", 62187 "dep:libc", 62188 "dep:num_threads" 62189 ], 62190 "macros": [ 62191 "dep:time-macros" 62192 ], 62193 "parsing": [ 62194 "time-macros?/parsing" 62195 ], 62196 "quickcheck": [ 62197 "dep:quickcheck", 62198 "alloc", 62199 "deranged/quickcheck" 62200 ], 62201 "rand": [ 62202 "dep:rand", 62203 "deranged/rand" 62204 ], 62205 "serde": [ 62206 "dep:serde", 62207 "time-macros?/serde", 62208 "deranged/serde" 62209 ], 62210 "serde-human-readable": [ 62211 "serde", 62212 "formatting", 62213 "parsing" 62214 ], 62215 "serde-well-known": [ 62216 "serde", 62217 "formatting", 62218 "parsing" 62219 ], 62220 "std": [ 62221 "alloc", 62222 "deranged/std" 62223 ], 62224 "wasm-bindgen": [ 62225 "dep:js-sys" 62226 ] 62227 }, 62228 "homepage": "https://time-rs.github.io", 62229 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 62230 "keywords": [ 62231 "date", 62232 "time", 62233 "calendar", 62234 "duration" 62235 ], 62236 "license": "MIT OR Apache-2.0", 62237 "license_file": null, 62238 "links": null, 62239 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/Cargo.toml", 62240 "metadata": { 62241 "docs": { 62242 "rs": { 62243 "all-features": true, 62244 "rustdoc-args": [ 62245 "--cfg", 62246 "__time_03_docs", 62247 "--generate-link-to-definition" 62248 ], 62249 "targets": [ 62250 "x86_64-unknown-linux-gnu" 62251 ] 62252 } 62253 } 62254 }, 62255 "name": "time", 62256 "publish": null, 62257 "readme": "README.md", 62258 "repository": "https://github.com/time-rs/time", 62259 "rust_version": "1.67.0", 62260 "source": "registry+https://github.com/rust-lang/crates.io-index", 62261 "targets": [ 62262 { 62263 "crate_types": [ 62264 "lib" 62265 ], 62266 "doc": true, 62267 "doctest": true, 62268 "edition": "2021", 62269 "kind": [ 62270 "lib" 62271 ], 62272 "name": "time", 62273 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs", 62274 "test": true 62275 }, 62276 { 62277 "crate_types": [ 62278 "bin" 62279 ], 62280 "doc": false, 62281 "doctest": false, 62282 "edition": "2021", 62283 "kind": [ 62284 "test" 62285 ], 62286 "name": "tests", 62287 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/../tests/main.rs", 62288 "test": true 62289 }, 62290 { 62291 "crate_types": [ 62292 "bin" 62293 ], 62294 "doc": false, 62295 "doctest": false, 62296 "edition": "2021", 62297 "kind": [ 62298 "bench" 62299 ], 62300 "name": "benchmarks", 62301 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/../benchmarks/main.rs", 62302 "test": false 62303 } 62304 ], 62305 "version": "0.3.34" 62306 }, 62307 { 62308 "authors": [ 62309 "Jacob Pratt <[email protected]>", 62310 "Time contributors" 62311 ], 62312 "categories": [ 62313 "date-and-time" 62314 ], 62315 "default_run": null, 62316 "dependencies": [], 62317 "description": "This crate is an implementation detail and should not be relied upon directly.", 62318 "documentation": null, 62319 "edition": "2021", 62320 "features": {}, 62321 "homepage": null, 62322 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 62323 "keywords": [ 62324 "date", 62325 "time", 62326 "calendar", 62327 "duration" 62328 ], 62329 "license": "MIT OR Apache-2.0", 62330 "license_file": null, 62331 "links": null, 62332 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/Cargo.toml", 62333 "metadata": { 62334 "docs": { 62335 "rs": { 62336 "rustdoc-args": [ 62337 "--generate-link-to-definition" 62338 ] 62339 } 62340 } 62341 }, 62342 "name": "time-core", 62343 "publish": null, 62344 "readme": null, 62345 "repository": "https://github.com/time-rs/time", 62346 "rust_version": "1.67.0", 62347 "source": "registry+https://github.com/rust-lang/crates.io-index", 62348 "targets": [ 62349 { 62350 "crate_types": [ 62351 "lib" 62352 ], 62353 "doc": true, 62354 "doctest": true, 62355 "edition": "2021", 62356 "kind": [ 62357 "lib" 62358 ], 62359 "name": "time_core", 62360 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs", 62361 "test": true 62362 } 62363 ], 62364 "version": "0.1.2" 62365 }, 62366 { 62367 "authors": [ 62368 "Jacob Pratt <[email protected]>", 62369 "Time contributors" 62370 ], 62371 "categories": [ 62372 "date-and-time" 62373 ], 62374 "default_run": null, 62375 "dependencies": [ 62376 { 62377 "features": [], 62378 "kind": null, 62379 "name": "num-conv", 62380 "optional": false, 62381 "registry": null, 62382 "rename": null, 62383 "req": "^0.1.0", 62384 "source": "registry+https://github.com/rust-lang/crates.io-index", 62385 "target": null, 62386 "uses_default_features": true 62387 }, 62388 { 62389 "features": [], 62390 "kind": null, 62391 "name": "time-core", 62392 "optional": false, 62393 "registry": null, 62394 "rename": null, 62395 "req": "=0.1.2", 62396 "source": "registry+https://github.com/rust-lang/crates.io-index", 62397 "target": null, 62398 "uses_default_features": true 62399 } 62400 ], 62401 "description": " Procedural macros for the time crate.\n This crate is an implementation detail and should not be relied upon directly.\n", 62402 "documentation": null, 62403 "edition": "2021", 62404 "features": { 62405 "formatting": [], 62406 "large-dates": [], 62407 "parsing": [], 62408 "serde": [] 62409 }, 62410 "homepage": null, 62411 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 62412 "keywords": [ 62413 "date", 62414 "time", 62415 "calendar", 62416 "duration" 62417 ], 62418 "license": "MIT OR Apache-2.0", 62419 "license_file": null, 62420 "links": null, 62421 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17/Cargo.toml", 62422 "metadata": { 62423 "docs": { 62424 "rs": { 62425 "rustdoc-args": [ 62426 "--generate-link-to-definition" 62427 ] 62428 } 62429 } 62430 }, 62431 "name": "time-macros", 62432 "publish": null, 62433 "readme": null, 62434 "repository": "https://github.com/time-rs/time", 62435 "rust_version": "1.67.0", 62436 "source": "registry+https://github.com/rust-lang/crates.io-index", 62437 "targets": [ 62438 { 62439 "crate_types": [ 62440 "proc-macro" 62441 ], 62442 "doc": true, 62443 "doctest": true, 62444 "edition": "2021", 62445 "kind": [ 62446 "proc-macro" 62447 ], 62448 "name": "time_macros", 62449 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17/src/lib.rs", 62450 "test": true 62451 } 62452 ], 62453 "version": "0.2.17" 62454 }, 62455 { 62456 "authors": [ 62457 "debris <[email protected]>" 62458 ], 62459 "categories": [ 62460 "cryptography", 62461 "no-std" 62462 ], 62463 "default_run": null, 62464 "dependencies": [ 62465 { 62466 "features": [], 62467 "kind": null, 62468 "name": "crunchy", 62469 "optional": false, 62470 "registry": null, 62471 "rename": null, 62472 "req": "^0.2.2", 62473 "source": "registry+https://github.com/rust-lang/crates.io-index", 62474 "target": null, 62475 "uses_default_features": true 62476 } 62477 ], 62478 "description": "An implementation of Keccak derived functions.", 62479 "documentation": null, 62480 "edition": "2018", 62481 "features": { 62482 "cshake": [], 62483 "default": [], 62484 "fips202": [ 62485 "keccak", 62486 "shake", 62487 "sha3" 62488 ], 62489 "k12": [], 62490 "keccak": [], 62491 "kmac": [ 62492 "cshake" 62493 ], 62494 "parallel_hash": [ 62495 "cshake" 62496 ], 62497 "sha3": [], 62498 "shake": [], 62499 "sp800": [ 62500 "cshake", 62501 "kmac", 62502 "tuple_hash" 62503 ], 62504 "tuple_hash": [ 62505 "cshake" 62506 ] 62507 }, 62508 "homepage": "https://github.com/debris/tiny-keccak", 62509 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 62510 "keywords": [ 62511 "hash", 62512 "sha3", 62513 "keccak", 62514 "crypto", 62515 "kangarootwelve" 62516 ], 62517 "license": "CC0-1.0", 62518 "license_file": null, 62519 "links": null, 62520 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/Cargo.toml", 62521 "metadata": { 62522 "docs": { 62523 "rs": { 62524 "all-features": true 62525 } 62526 } 62527 }, 62528 "name": "tiny-keccak", 62529 "publish": null, 62530 "readme": "README.md", 62531 "repository": null, 62532 "rust_version": null, 62533 "source": "registry+https://github.com/rust-lang/crates.io-index", 62534 "targets": [ 62535 { 62536 "crate_types": [ 62537 "lib" 62538 ], 62539 "doc": true, 62540 "doctest": true, 62541 "edition": "2018", 62542 "kind": [ 62543 "lib" 62544 ], 62545 "name": "tiny_keccak", 62546 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs", 62547 "test": true 62548 }, 62549 { 62550 "crate_types": [ 62551 "bin" 62552 ], 62553 "doc": false, 62554 "doctest": false, 62555 "edition": "2018", 62556 "kind": [ 62557 "example" 62558 ], 62559 "name": "sha3", 62560 "required-features": [ 62561 "sha3" 62562 ], 62563 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/examples/sha3.rs", 62564 "test": false 62565 }, 62566 { 62567 "crate_types": [ 62568 "bin" 62569 ], 62570 "doc": false, 62571 "doctest": false, 62572 "edition": "2018", 62573 "kind": [ 62574 "test" 62575 ], 62576 "name": "keccak", 62577 "required-features": [ 62578 "keccak" 62579 ], 62580 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/keccak.rs", 62581 "test": true 62582 }, 62583 { 62584 "crate_types": [ 62585 "bin" 62586 ], 62587 "doc": false, 62588 "doctest": false, 62589 "edition": "2018", 62590 "kind": [ 62591 "test" 62592 ], 62593 "name": "cshake", 62594 "required-features": [ 62595 "cshake" 62596 ], 62597 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/cshake.rs", 62598 "test": true 62599 }, 62600 { 62601 "crate_types": [ 62602 "bin" 62603 ], 62604 "doc": false, 62605 "doctest": false, 62606 "edition": "2018", 62607 "kind": [ 62608 "test" 62609 ], 62610 "name": "tuple_hash", 62611 "required-features": [ 62612 "tuple_hash" 62613 ], 62614 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/tuple_hash.rs", 62615 "test": true 62616 }, 62617 { 62618 "crate_types": [ 62619 "bin" 62620 ], 62621 "doc": false, 62622 "doctest": false, 62623 "edition": "2018", 62624 "kind": [ 62625 "test" 62626 ], 62627 "name": "kangaroo", 62628 "required-features": [ 62629 "k12" 62630 ], 62631 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/kangaroo.rs", 62632 "test": true 62633 }, 62634 { 62635 "crate_types": [ 62636 "bin" 62637 ], 62638 "doc": false, 62639 "doctest": false, 62640 "edition": "2018", 62641 "kind": [ 62642 "test" 62643 ], 62644 "name": "sha3", 62645 "required-features": [ 62646 "sha3" 62647 ], 62648 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/sha3.rs", 62649 "test": true 62650 }, 62651 { 62652 "crate_types": [ 62653 "bin" 62654 ], 62655 "doc": false, 62656 "doctest": false, 62657 "edition": "2018", 62658 "kind": [ 62659 "test" 62660 ], 62661 "name": "shake", 62662 "required-features": [ 62663 "shake" 62664 ], 62665 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/shake.rs", 62666 "test": true 62667 }, 62668 { 62669 "crate_types": [ 62670 "bin" 62671 ], 62672 "doc": false, 62673 "doctest": false, 62674 "edition": "2018", 62675 "kind": [ 62676 "test" 62677 ], 62678 "name": "kmac", 62679 "required-features": [ 62680 "kmac" 62681 ], 62682 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/kmac.rs", 62683 "test": true 62684 }, 62685 { 62686 "crate_types": [ 62687 "bin" 62688 ], 62689 "doc": false, 62690 "doctest": false, 62691 "edition": "2018", 62692 "kind": [ 62693 "test" 62694 ], 62695 "name": "parallel_hash", 62696 "required-features": [ 62697 "parallel_hash" 62698 ], 62699 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/tests/parallel_hash.rs", 62700 "test": true 62701 }, 62702 { 62703 "crate_types": [ 62704 "bin" 62705 ], 62706 "doc": false, 62707 "doctest": false, 62708 "edition": "2018", 62709 "kind": [ 62710 "bench" 62711 ], 62712 "name": "keccak", 62713 "required-features": [ 62714 "keccak" 62715 ], 62716 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/benches/keccak.rs", 62717 "test": false 62718 }, 62719 { 62720 "crate_types": [ 62721 "bin" 62722 ], 62723 "doc": false, 62724 "doctest": false, 62725 "edition": "2018", 62726 "kind": [ 62727 "bench" 62728 ], 62729 "name": "kangaroo", 62730 "required-features": [ 62731 "k12" 62732 ], 62733 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/benches/kangaroo.rs", 62734 "test": false 62735 }, 62736 { 62737 "crate_types": [ 62738 "bin" 62739 ], 62740 "doc": false, 62741 "doctest": false, 62742 "edition": "2018", 62743 "kind": [ 62744 "custom-build" 62745 ], 62746 "name": "build-script-build", 62747 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs", 62748 "test": false 62749 } 62750 ], 62751 "version": "2.0.2" 62752 }, 62753 { 62754 "authors": [ 62755 "Lokathor <[email protected]>" 62756 ], 62757 "categories": [ 62758 "data-structures", 62759 "no-std" 62760 ], 62761 "default_run": null, 62762 "dependencies": [ 62763 { 62764 "features": [], 62765 "kind": null, 62766 "name": "arbitrary", 62767 "optional": true, 62768 "registry": null, 62769 "rename": null, 62770 "req": "^1", 62771 "source": "registry+https://github.com/rust-lang/crates.io-index", 62772 "target": null, 62773 "uses_default_features": true 62774 }, 62775 { 62776 "features": [], 62777 "kind": null, 62778 "name": "serde", 62779 "optional": true, 62780 "registry": null, 62781 "rename": null, 62782 "req": "^1.0", 62783 "source": "registry+https://github.com/rust-lang/crates.io-index", 62784 "target": null, 62785 "uses_default_features": false 62786 }, 62787 { 62788 "features": [], 62789 "kind": null, 62790 "name": "tinyvec_macros", 62791 "optional": true, 62792 "registry": null, 62793 "rename": null, 62794 "req": "^0.1", 62795 "source": "registry+https://github.com/rust-lang/crates.io-index", 62796 "target": null, 62797 "uses_default_features": true 62798 }, 62799 { 62800 "features": [], 62801 "kind": "dev", 62802 "name": "criterion", 62803 "optional": false, 62804 "registry": null, 62805 "rename": null, 62806 "req": "^0.3.0", 62807 "source": "registry+https://github.com/rust-lang/crates.io-index", 62808 "target": null, 62809 "uses_default_features": true 62810 }, 62811 { 62812 "features": [], 62813 "kind": "dev", 62814 "name": "serde_test", 62815 "optional": false, 62816 "registry": null, 62817 "rename": null, 62818 "req": "^1.0", 62819 "source": "registry+https://github.com/rust-lang/crates.io-index", 62820 "target": null, 62821 "uses_default_features": true 62822 }, 62823 { 62824 "features": [], 62825 "kind": "dev", 62826 "name": "smallvec", 62827 "optional": false, 62828 "registry": null, 62829 "rename": null, 62830 "req": "^1", 62831 "source": "registry+https://github.com/rust-lang/crates.io-index", 62832 "target": null, 62833 "uses_default_features": true 62834 } 62835 ], 62836 "description": "`tinyvec` provides 100% safe vec-like data structures.", 62837 "documentation": null, 62838 "edition": "2018", 62839 "features": { 62840 "alloc": [ 62841 "tinyvec_macros" 62842 ], 62843 "arbitrary": [ 62844 "dep:arbitrary" 62845 ], 62846 "default": [], 62847 "experimental_write_impl": [], 62848 "grab_spare_slice": [], 62849 "nightly_slice_partition_dedup": [], 62850 "real_blackbox": [ 62851 "criterion/real_blackbox" 62852 ], 62853 "rustc_1_40": [], 62854 "rustc_1_55": [ 62855 "rustc_1_40" 62856 ], 62857 "rustc_1_57": [ 62858 "rustc_1_55" 62859 ], 62860 "serde": [ 62861 "dep:serde" 62862 ], 62863 "std": [ 62864 "alloc" 62865 ], 62866 "tinyvec_macros": [ 62867 "dep:tinyvec_macros" 62868 ] 62869 }, 62870 "homepage": null, 62871 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 62872 "keywords": [ 62873 "vec", 62874 "no_std", 62875 "no-std" 62876 ], 62877 "license": "Zlib OR Apache-2.0 OR MIT", 62878 "license_file": null, 62879 "links": null, 62880 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml", 62881 "metadata": { 62882 "docs": { 62883 "rs": { 62884 "features": [ 62885 "alloc", 62886 "std", 62887 "grab_spare_slice", 62888 "rustc_1_40", 62889 "rustc_1_55", 62890 "serde" 62891 ], 62892 "rustdoc-args": [ 62893 "--cfg", 62894 "docs_rs" 62895 ] 62896 } 62897 }, 62898 "playground": { 62899 "features": [ 62900 "alloc", 62901 "std", 62902 "grab_spare_slice", 62903 "rustc_1_40", 62904 "rustc_1_55", 62905 "serde" 62906 ] 62907 } 62908 }, 62909 "name": "tinyvec", 62910 "publish": null, 62911 "readme": "README.md", 62912 "repository": "https://github.com/Lokathor/tinyvec", 62913 "rust_version": null, 62914 "source": "registry+https://github.com/rust-lang/crates.io-index", 62915 "targets": [ 62916 { 62917 "crate_types": [ 62918 "lib" 62919 ], 62920 "doc": true, 62921 "doctest": true, 62922 "edition": "2018", 62923 "kind": [ 62924 "lib" 62925 ], 62926 "name": "tinyvec", 62927 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs", 62928 "test": true 62929 }, 62930 { 62931 "crate_types": [ 62932 "bin" 62933 ], 62934 "doc": false, 62935 "doctest": false, 62936 "edition": "2018", 62937 "kind": [ 62938 "test" 62939 ], 62940 "name": "tinyvec", 62941 "required-features": [ 62942 "alloc", 62943 "std" 62944 ], 62945 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs", 62946 "test": true 62947 }, 62948 { 62949 "crate_types": [ 62950 "bin" 62951 ], 62952 "doc": false, 62953 "doctest": false, 62954 "edition": "2018", 62955 "kind": [ 62956 "test" 62957 ], 62958 "name": "arrayvec", 62959 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs", 62960 "test": true 62961 }, 62962 { 62963 "crate_types": [ 62964 "bin" 62965 ], 62966 "doc": false, 62967 "doctest": false, 62968 "edition": "2018", 62969 "kind": [ 62970 "bench" 62971 ], 62972 "name": "macros", 62973 "required-features": [ 62974 "alloc" 62975 ], 62976 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs", 62977 "test": false 62978 }, 62979 { 62980 "crate_types": [ 62981 "bin" 62982 ], 62983 "doc": false, 62984 "doctest": false, 62985 "edition": "2018", 62986 "kind": [ 62987 "bench" 62988 ], 62989 "name": "smallvec", 62990 "required-features": [ 62991 "alloc", 62992 "real_blackbox" 62993 ], 62994 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs", 62995 "test": false 62996 } 62997 ], 62998 "version": "1.6.0" 62999 }, 63000 { 63001 "authors": [ 63002 "Soveu <[email protected]>" 63003 ], 63004 "categories": [], 63005 "default_run": null, 63006 "dependencies": [], 63007 "description": "Some macros for tiny containers", 63008 "documentation": null, 63009 "edition": "2018", 63010 "features": {}, 63011 "homepage": null, 63012 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 63013 "keywords": [], 63014 "license": "MIT OR Apache-2.0 OR Zlib", 63015 "license_file": null, 63016 "links": null, 63017 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml", 63018 "metadata": null, 63019 "name": "tinyvec_macros", 63020 "publish": null, 63021 "readme": null, 63022 "repository": "https://github.com/Soveu/tinyvec_macros", 63023 "rust_version": null, 63024 "source": "registry+https://github.com/rust-lang/crates.io-index", 63025 "targets": [ 63026 { 63027 "crate_types": [ 63028 "lib" 63029 ], 63030 "doc": true, 63031 "doctest": true, 63032 "edition": "2018", 63033 "kind": [ 63034 "lib" 63035 ], 63036 "name": "tinyvec_macros", 63037 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs", 63038 "test": true 63039 } 63040 ], 63041 "version": "0.1.1" 63042 }, 63043 { 63044 "authors": [ 63045 "Tokio Contributors <[email protected]>" 63046 ], 63047 "categories": [ 63048 "asynchronous", 63049 "network-programming" 63050 ], 63051 "default_run": null, 63052 "dependencies": [ 63053 { 63054 "features": [], 63055 "kind": null, 63056 "name": "bytes", 63057 "optional": true, 63058 "registry": null, 63059 "rename": null, 63060 "req": "^1.0.0", 63061 "source": "registry+https://github.com/rust-lang/crates.io-index", 63062 "target": null, 63063 "uses_default_features": true 63064 }, 63065 { 63066 "features": [], 63067 "kind": null, 63068 "name": "mio", 63069 "optional": true, 63070 "registry": null, 63071 "rename": null, 63072 "req": "^0.8.9", 63073 "source": "registry+https://github.com/rust-lang/crates.io-index", 63074 "target": null, 63075 "uses_default_features": false 63076 }, 63077 { 63078 "features": [], 63079 "kind": null, 63080 "name": "num_cpus", 63081 "optional": true, 63082 "registry": null, 63083 "rename": null, 63084 "req": "^1.8.0", 63085 "source": "registry+https://github.com/rust-lang/crates.io-index", 63086 "target": null, 63087 "uses_default_features": true 63088 }, 63089 { 63090 "features": [], 63091 "kind": null, 63092 "name": "parking_lot", 63093 "optional": true, 63094 "registry": null, 63095 "rename": null, 63096 "req": "^0.12.0", 63097 "source": "registry+https://github.com/rust-lang/crates.io-index", 63098 "target": null, 63099 "uses_default_features": true 63100 }, 63101 { 63102 "features": [], 63103 "kind": null, 63104 "name": "pin-project-lite", 63105 "optional": false, 63106 "registry": null, 63107 "rename": null, 63108 "req": "^0.2.11", 63109 "source": "registry+https://github.com/rust-lang/crates.io-index", 63110 "target": null, 63111 "uses_default_features": true 63112 }, 63113 { 63114 "features": [], 63115 "kind": null, 63116 "name": "tokio-macros", 63117 "optional": true, 63118 "registry": null, 63119 "rename": null, 63120 "req": "~2.2.0", 63121 "source": "registry+https://github.com/rust-lang/crates.io-index", 63122 "target": null, 63123 "uses_default_features": true 63124 }, 63125 { 63126 "features": [], 63127 "kind": "dev", 63128 "name": "async-stream", 63129 "optional": false, 63130 "registry": null, 63131 "rename": null, 63132 "req": "^0.3", 63133 "source": "registry+https://github.com/rust-lang/crates.io-index", 63134 "target": null, 63135 "uses_default_features": true 63136 }, 63137 { 63138 "features": [ 63139 "async-await" 63140 ], 63141 "kind": "dev", 63142 "name": "futures", 63143 "optional": false, 63144 "registry": null, 63145 "rename": null, 63146 "req": "^0.3.0", 63147 "source": "registry+https://github.com/rust-lang/crates.io-index", 63148 "target": null, 63149 "uses_default_features": true 63150 }, 63151 { 63152 "features": [], 63153 "kind": "dev", 63154 "name": "mockall", 63155 "optional": false, 63156 "registry": null, 63157 "rename": null, 63158 "req": "^0.11.1", 63159 "source": "registry+https://github.com/rust-lang/crates.io-index", 63160 "target": null, 63161 "uses_default_features": true 63162 }, 63163 { 63164 "features": [], 63165 "kind": "dev", 63166 "name": "tokio-stream", 63167 "optional": false, 63168 "registry": null, 63169 "rename": null, 63170 "req": "^0.1", 63171 "source": "registry+https://github.com/rust-lang/crates.io-index", 63172 "target": null, 63173 "uses_default_features": true 63174 }, 63175 { 63176 "features": [], 63177 "kind": "dev", 63178 "name": "tokio-test", 63179 "optional": false, 63180 "registry": null, 63181 "rename": null, 63182 "req": "^0.4.0", 63183 "source": "registry+https://github.com/rust-lang/crates.io-index", 63184 "target": null, 63185 "uses_default_features": true 63186 }, 63187 { 63188 "features": [], 63189 "kind": "dev", 63190 "name": "wasm-bindgen-test", 63191 "optional": false, 63192 "registry": null, 63193 "rename": null, 63194 "req": "^0.3.0", 63195 "source": "registry+https://github.com/rust-lang/crates.io-index", 63196 "target": "cfg(all(target_family = \"wasm\", not(target_os = \"wasi\")))", 63197 "uses_default_features": true 63198 }, 63199 { 63200 "features": [ 63201 "futures", 63202 "checkpoint" 63203 ], 63204 "kind": "dev", 63205 "name": "loom", 63206 "optional": false, 63207 "registry": null, 63208 "rename": null, 63209 "req": "^0.7", 63210 "source": "registry+https://github.com/rust-lang/crates.io-index", 63211 "target": "cfg(loom)", 63212 "uses_default_features": true 63213 }, 63214 { 63215 "features": [], 63216 "kind": "dev", 63217 "name": "rand", 63218 "optional": false, 63219 "registry": null, 63220 "rename": null, 63221 "req": "^0.8.0", 63222 "source": "registry+https://github.com/rust-lang/crates.io-index", 63223 "target": "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))", 63224 "uses_default_features": true 63225 }, 63226 { 63227 "features": [ 63228 "all" 63229 ], 63230 "kind": null, 63231 "name": "socket2", 63232 "optional": true, 63233 "registry": null, 63234 "rename": null, 63235 "req": "^0.5.5", 63236 "source": "registry+https://github.com/rust-lang/crates.io-index", 63237 "target": "cfg(not(target_family = \"wasm\"))", 63238 "uses_default_features": true 63239 }, 63240 { 63241 "features": [], 63242 "kind": "dev", 63243 "name": "socket2", 63244 "optional": false, 63245 "registry": null, 63246 "rename": null, 63247 "req": "^0.5.5", 63248 "source": "registry+https://github.com/rust-lang/crates.io-index", 63249 "target": "cfg(not(target_family = \"wasm\"))", 63250 "uses_default_features": true 63251 }, 63252 { 63253 "features": [], 63254 "kind": "dev", 63255 "name": "tempfile", 63256 "optional": false, 63257 "registry": null, 63258 "rename": null, 63259 "req": "^3.1.0", 63260 "source": "registry+https://github.com/rust-lang/crates.io-index", 63261 "target": "cfg(not(target_family = \"wasm\"))", 63262 "uses_default_features": true 63263 }, 63264 { 63265 "features": [ 63266 "tokio" 63267 ], 63268 "kind": "dev", 63269 "name": "mio-aio", 63270 "optional": false, 63271 "registry": null, 63272 "rename": null, 63273 "req": "^0.8.0", 63274 "source": "registry+https://github.com/rust-lang/crates.io-index", 63275 "target": "cfg(target_os = \"freebsd\")", 63276 "uses_default_features": true 63277 }, 63278 { 63279 "features": [], 63280 "kind": null, 63281 "name": "backtrace", 63282 "optional": false, 63283 "registry": null, 63284 "rename": null, 63285 "req": "^0.3.58", 63286 "source": "registry+https://github.com/rust-lang/crates.io-index", 63287 "target": "cfg(tokio_taskdump)", 63288 "uses_default_features": true 63289 }, 63290 { 63291 "features": [ 63292 "std" 63293 ], 63294 "kind": null, 63295 "name": "tracing", 63296 "optional": true, 63297 "registry": null, 63298 "rename": null, 63299 "req": "^0.1.25", 63300 "source": "registry+https://github.com/rust-lang/crates.io-index", 63301 "target": "cfg(tokio_unstable)", 63302 "uses_default_features": false 63303 }, 63304 { 63305 "features": [], 63306 "kind": null, 63307 "name": "libc", 63308 "optional": true, 63309 "registry": null, 63310 "rename": null, 63311 "req": "^0.2.149", 63312 "source": "registry+https://github.com/rust-lang/crates.io-index", 63313 "target": "cfg(unix)", 63314 "uses_default_features": true 63315 }, 63316 { 63317 "features": [], 63318 "kind": null, 63319 "name": "signal-hook-registry", 63320 "optional": true, 63321 "registry": null, 63322 "rename": null, 63323 "req": "^1.1.1", 63324 "source": "registry+https://github.com/rust-lang/crates.io-index", 63325 "target": "cfg(unix)", 63326 "uses_default_features": true 63327 }, 63328 { 63329 "features": [], 63330 "kind": "dev", 63331 "name": "libc", 63332 "optional": false, 63333 "registry": null, 63334 "rename": null, 63335 "req": "^0.2.149", 63336 "source": "registry+https://github.com/rust-lang/crates.io-index", 63337 "target": "cfg(unix)", 63338 "uses_default_features": true 63339 }, 63340 { 63341 "features": [ 63342 "fs", 63343 "socket" 63344 ], 63345 "kind": "dev", 63346 "name": "nix", 63347 "optional": false, 63348 "registry": null, 63349 "rename": null, 63350 "req": "^0.27.1", 63351 "source": "registry+https://github.com/rust-lang/crates.io-index", 63352 "target": "cfg(unix)", 63353 "uses_default_features": false 63354 }, 63355 { 63356 "features": [], 63357 "kind": null, 63358 "name": "windows-sys", 63359 "optional": true, 63360 "registry": null, 63361 "rename": null, 63362 "req": "^0.48", 63363 "source": "registry+https://github.com/rust-lang/crates.io-index", 63364 "target": "cfg(windows)", 63365 "uses_default_features": true 63366 }, 63367 { 63368 "features": [ 63369 "Win32_Foundation", 63370 "Win32_Security_Authorization" 63371 ], 63372 "kind": "dev", 63373 "name": "windows-sys", 63374 "optional": false, 63375 "registry": null, 63376 "rename": null, 63377 "req": "^0.48", 63378 "source": "registry+https://github.com/rust-lang/crates.io-index", 63379 "target": "cfg(windows)", 63380 "uses_default_features": true 63381 } 63382 ], 63383 "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n", 63384 "documentation": null, 63385 "edition": "2021", 63386 "features": { 63387 "bytes": [ 63388 "dep:bytes" 63389 ], 63390 "default": [], 63391 "fs": [], 63392 "full": [ 63393 "fs", 63394 "io-util", 63395 "io-std", 63396 "macros", 63397 "net", 63398 "parking_lot", 63399 "process", 63400 "rt", 63401 "rt-multi-thread", 63402 "signal", 63403 "sync", 63404 "time" 63405 ], 63406 "io-std": [], 63407 "io-util": [ 63408 "bytes" 63409 ], 63410 "libc": [ 63411 "dep:libc" 63412 ], 63413 "macros": [ 63414 "tokio-macros" 63415 ], 63416 "mio": [ 63417 "dep:mio" 63418 ], 63419 "net": [ 63420 "libc", 63421 "mio/os-poll", 63422 "mio/os-ext", 63423 "mio/net", 63424 "socket2", 63425 "windows-sys/Win32_Foundation", 63426 "windows-sys/Win32_Security", 63427 "windows-sys/Win32_Storage_FileSystem", 63428 "windows-sys/Win32_System_Pipes", 63429 "windows-sys/Win32_System_SystemServices" 63430 ], 63431 "num_cpus": [ 63432 "dep:num_cpus" 63433 ], 63434 "parking_lot": [ 63435 "dep:parking_lot" 63436 ], 63437 "process": [ 63438 "bytes", 63439 "libc", 63440 "mio/os-poll", 63441 "mio/os-ext", 63442 "mio/net", 63443 "signal-hook-registry", 63444 "windows-sys/Win32_Foundation", 63445 "windows-sys/Win32_System_Threading", 63446 "windows-sys/Win32_System_WindowsProgramming" 63447 ], 63448 "rt": [], 63449 "rt-multi-thread": [ 63450 "num_cpus", 63451 "rt" 63452 ], 63453 "signal": [ 63454 "libc", 63455 "mio/os-poll", 63456 "mio/net", 63457 "mio/os-ext", 63458 "signal-hook-registry", 63459 "windows-sys/Win32_Foundation", 63460 "windows-sys/Win32_System_Console" 63461 ], 63462 "signal-hook-registry": [ 63463 "dep:signal-hook-registry" 63464 ], 63465 "socket2": [ 63466 "dep:socket2" 63467 ], 63468 "sync": [], 63469 "test-util": [ 63470 "rt", 63471 "sync", 63472 "time" 63473 ], 63474 "time": [], 63475 "tokio-macros": [ 63476 "dep:tokio-macros" 63477 ], 63478 "tracing": [ 63479 "dep:tracing" 63480 ], 63481 "windows-sys": [ 63482 "dep:windows-sys" 63483 ] 63484 }, 63485 "homepage": "https://tokio.rs", 63486 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 63487 "keywords": [ 63488 "io", 63489 "async", 63490 "non-blocking", 63491 "futures" 63492 ], 63493 "license": "MIT", 63494 "license_file": null, 63495 "links": null, 63496 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/Cargo.toml", 63497 "metadata": { 63498 "cargo_check_external_types": { 63499 "allowed_external_types": [ 63500 "bytes::buf::buf_impl::Buf", 63501 "bytes::buf::buf_mut::BufMut", 63502 "tokio_macros::*" 63503 ] 63504 }, 63505 "docs": { 63506 "rs": { 63507 "all-features": true, 63508 "rustc-args": [ 63509 "--cfg", 63510 "tokio_unstable", 63511 "--cfg", 63512 "tokio_taskdump" 63513 ], 63514 "rustdoc-args": [ 63515 "--cfg", 63516 "docsrs", 63517 "--cfg", 63518 "tokio_unstable", 63519 "--cfg", 63520 "tokio_taskdump" 63521 ] 63522 } 63523 }, 63524 "playground": { 63525 "features": [ 63526 "full", 63527 "test-util" 63528 ] 63529 } 63530 }, 63531 "name": "tokio", 63532 "publish": null, 63533 "readme": "README.md", 63534 "repository": "https://github.com/tokio-rs/tokio", 63535 "rust_version": "1.63", 63536 "source": "registry+https://github.com/rust-lang/crates.io-index", 63537 "targets": [ 63538 { 63539 "crate_types": [ 63540 "lib" 63541 ], 63542 "doc": true, 63543 "doctest": true, 63544 "edition": "2021", 63545 "kind": [ 63546 "lib" 63547 ], 63548 "name": "tokio", 63549 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs", 63550 "test": true 63551 }, 63552 { 63553 "crate_types": [ 63554 "bin" 63555 ], 63556 "doc": false, 63557 "doctest": false, 63558 "edition": "2021", 63559 "kind": [ 63560 "test" 63561 ], 63562 "name": "task_panic", 63563 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_panic.rs", 63564 "test": true 63565 }, 63566 { 63567 "crate_types": [ 63568 "bin" 63569 ], 63570 "doc": false, 63571 "doctest": false, 63572 "edition": "2021", 63573 "kind": [ 63574 "test" 63575 ], 63576 "name": "io_chain", 63577 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_chain.rs", 63578 "test": true 63579 }, 63580 { 63581 "crate_types": [ 63582 "bin" 63583 ], 63584 "doc": false, 63585 "doctest": false, 63586 "edition": "2021", 63587 "kind": [ 63588 "test" 63589 ], 63590 "name": "signal_no_rt", 63591 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_no_rt.rs", 63592 "test": true 63593 }, 63594 { 63595 "crate_types": [ 63596 "bin" 63597 ], 63598 "doc": false, 63599 "doctest": false, 63600 "edition": "2021", 63601 "kind": [ 63602 "test" 63603 ], 63604 "name": "task_local", 63605 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_local.rs", 63606 "test": true 63607 }, 63608 { 63609 "crate_types": [ 63610 "bin" 63611 ], 63612 "doc": false, 63613 "doctest": false, 63614 "edition": "2021", 63615 "kind": [ 63616 "test" 63617 ], 63618 "name": "signal_usr1", 63619 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_usr1.rs", 63620 "test": true 63621 }, 63622 { 63623 "crate_types": [ 63624 "bin" 63625 ], 63626 "doc": false, 63627 "doctest": false, 63628 "edition": "2021", 63629 "kind": [ 63630 "test" 63631 ], 63632 "name": "fs_open_options", 63633 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_open_options.rs", 63634 "test": true 63635 }, 63636 { 63637 "crate_types": [ 63638 "bin" 63639 ], 63640 "doc": false, 63641 "doctest": false, 63642 "edition": "2021", 63643 "kind": [ 63644 "test" 63645 ], 63646 "name": "io_panic", 63647 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_panic.rs", 63648 "test": true 63649 }, 63650 { 63651 "crate_types": [ 63652 "bin" 63653 ], 63654 "doc": false, 63655 "doctest": false, 63656 "edition": "2021", 63657 "kind": [ 63658 "test" 63659 ], 63660 "name": "task_abort", 63661 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_abort.rs", 63662 "test": true 63663 }, 63664 { 63665 "crate_types": [ 63666 "bin" 63667 ], 63668 "doc": false, 63669 "doctest": false, 63670 "edition": "2021", 63671 "kind": [ 63672 "test" 63673 ], 63674 "name": "uds_socket", 63675 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_socket.rs", 63676 "test": true 63677 }, 63678 { 63679 "crate_types": [ 63680 "bin" 63681 ], 63682 "doc": false, 63683 "doctest": false, 63684 "edition": "2021", 63685 "kind": [ 63686 "test" 63687 ], 63688 "name": "process_arg0", 63689 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_arg0.rs", 63690 "test": true 63691 }, 63692 { 63693 "crate_types": [ 63694 "bin" 63695 ], 63696 "doc": false, 63697 "doctest": false, 63698 "edition": "2021", 63699 "kind": [ 63700 "test" 63701 ], 63702 "name": "fs_link", 63703 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_link.rs", 63704 "test": true 63705 }, 63706 { 63707 "crate_types": [ 63708 "bin" 63709 ], 63710 "doc": false, 63711 "doctest": false, 63712 "edition": "2021", 63713 "kind": [ 63714 "test" 63715 ], 63716 "name": "task_join_set", 63717 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_join_set.rs", 63718 "test": true 63719 }, 63720 { 63721 "crate_types": [ 63722 "bin" 63723 ], 63724 "doc": false, 63725 "doctest": false, 63726 "edition": "2021", 63727 "kind": [ 63728 "test" 63729 ], 63730 "name": "tcp_socket", 63731 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_socket.rs", 63732 "test": true 63733 }, 63734 { 63735 "crate_types": [ 63736 "bin" 63737 ], 63738 "doc": false, 63739 "doctest": false, 63740 "edition": "2021", 63741 "kind": [ 63742 "test" 63743 ], 63744 "name": "fs_rename", 63745 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_rename.rs", 63746 "test": true 63747 }, 63748 { 63749 "crate_types": [ 63750 "bin" 63751 ], 63752 "doc": false, 63753 "doctest": false, 63754 "edition": "2021", 63755 "kind": [ 63756 "test" 63757 ], 63758 "name": "time_sleep", 63759 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_sleep.rs", 63760 "test": true 63761 }, 63762 { 63763 "crate_types": [ 63764 "bin" 63765 ], 63766 "doc": false, 63767 "doctest": false, 63768 "edition": "2021", 63769 "kind": [ 63770 "test" 63771 ], 63772 "name": "io_driver", 63773 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_driver.rs", 63774 "test": true 63775 }, 63776 { 63777 "crate_types": [ 63778 "bin" 63779 ], 63780 "doc": false, 63781 "doctest": false, 63782 "edition": "2021", 63783 "kind": [ 63784 "test" 63785 ], 63786 "name": "io_read_buf", 63787 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_buf.rs", 63788 "test": true 63789 }, 63790 { 63791 "crate_types": [ 63792 "bin" 63793 ], 63794 "doc": false, 63795 "doctest": false, 63796 "edition": "2021", 63797 "kind": [ 63798 "test" 63799 ], 63800 "name": "io_read", 63801 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read.rs", 63802 "test": true 63803 }, 63804 { 63805 "crate_types": [ 63806 "bin" 63807 ], 63808 "doc": false, 63809 "doctest": false, 63810 "edition": "2021", 63811 "kind": [ 63812 "test" 63813 ], 63814 "name": "process_issue_2174", 63815 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_issue_2174.rs", 63816 "test": true 63817 }, 63818 { 63819 "crate_types": [ 63820 "bin" 63821 ], 63822 "doc": false, 63823 "doctest": false, 63824 "edition": "2021", 63825 "kind": [ 63826 "test" 63827 ], 63828 "name": "tcp_split", 63829 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_split.rs", 63830 "test": true 63831 }, 63832 { 63833 "crate_types": [ 63834 "bin" 63835 ], 63836 "doc": false, 63837 "doctest": false, 63838 "edition": "2021", 63839 "kind": [ 63840 "test" 63841 ], 63842 "name": "signal_drop_recv", 63843 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_recv.rs", 63844 "test": true 63845 }, 63846 { 63847 "crate_types": [ 63848 "bin" 63849 ], 63850 "doc": false, 63851 "doctest": false, 63852 "edition": "2021", 63853 "kind": [ 63854 "test" 63855 ], 63856 "name": "rt_panic", 63857 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_panic.rs", 63858 "test": true 63859 }, 63860 { 63861 "crate_types": [ 63862 "bin" 63863 ], 63864 "doc": false, 63865 "doctest": false, 63866 "edition": "2021", 63867 "kind": [ 63868 "test" 63869 ], 63870 "name": "time_pause", 63871 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_pause.rs", 63872 "test": true 63873 }, 63874 { 63875 "crate_types": [ 63876 "bin" 63877 ], 63878 "doc": false, 63879 "doctest": false, 63880 "edition": "2021", 63881 "kind": [ 63882 "test" 63883 ], 63884 "name": "sync_errors", 63885 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_errors.rs", 63886 "test": true 63887 }, 63888 { 63889 "crate_types": [ 63890 "bin" 63891 ], 63892 "doc": false, 63893 "doctest": false, 63894 "edition": "2021", 63895 "kind": [ 63896 "test" 63897 ], 63898 "name": "rt_threaded_alt", 63899 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_threaded_alt.rs", 63900 "test": true 63901 }, 63902 { 63903 "crate_types": [ 63904 "bin" 63905 ], 63906 "doc": false, 63907 "doctest": false, 63908 "edition": "2021", 63909 "kind": [ 63910 "test" 63911 ], 63912 "name": "fs_remove_file", 63913 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_remove_file.rs", 63914 "test": true 63915 }, 63916 { 63917 "crate_types": [ 63918 "bin" 63919 ], 63920 "doc": false, 63921 "doctest": false, 63922 "edition": "2021", 63923 "kind": [ 63924 "test" 63925 ], 63926 "name": "tcp_accept", 63927 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_accept.rs", 63928 "test": true 63929 }, 63930 { 63931 "crate_types": [ 63932 "bin" 63933 ], 63934 "doc": false, 63935 "doctest": false, 63936 "edition": "2021", 63937 "kind": [ 63938 "test" 63939 ], 63940 "name": "uds_split", 63941 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_split.rs", 63942 "test": true 63943 }, 63944 { 63945 "crate_types": [ 63946 "bin" 63947 ], 63948 "doc": false, 63949 "doctest": false, 63950 "edition": "2021", 63951 "kind": [ 63952 "test" 63953 ], 63954 "name": "macros_rename_test", 63955 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_rename_test.rs", 63956 "test": true 63957 }, 63958 { 63959 "crate_types": [ 63960 "bin" 63961 ], 63962 "doc": false, 63963 "doctest": false, 63964 "edition": "2021", 63965 "kind": [ 63966 "test" 63967 ], 63968 "name": "io_read_to_end", 63969 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_to_end.rs", 63970 "test": true 63971 }, 63972 { 63973 "crate_types": [ 63974 "bin" 63975 ], 63976 "doc": false, 63977 "doctest": false, 63978 "edition": "2021", 63979 "kind": [ 63980 "test" 63981 ], 63982 "name": "signal_panic", 63983 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_panic.rs", 63984 "test": true 63985 }, 63986 { 63987 "crate_types": [ 63988 "bin" 63989 ], 63990 "doc": false, 63991 "doctest": false, 63992 "edition": "2021", 63993 "kind": [ 63994 "test" 63995 ], 63996 "name": "task_local_set", 63997 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_local_set.rs", 63998 "test": true 63999 }, 64000 { 64001 "crate_types": [ 64002 "bin" 64003 ], 64004 "doc": false, 64005 "doctest": false, 64006 "edition": "2021", 64007 "kind": [ 64008 "test" 64009 ], 64010 "name": "sync_semaphore_owned", 64011 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_semaphore_owned.rs", 64012 "test": true 64013 }, 64014 { 64015 "crate_types": [ 64016 "bin" 64017 ], 64018 "doc": false, 64019 "doctest": false, 64020 "edition": "2021", 64021 "kind": [ 64022 "test" 64023 ], 64024 "name": "rt_handle", 64025 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_handle.rs", 64026 "test": true 64027 }, 64028 { 64029 "crate_types": [ 64030 "bin" 64031 ], 64032 "doc": false, 64033 "doctest": false, 64034 "edition": "2021", 64035 "kind": [ 64036 "test" 64037 ], 64038 "name": "rt_time_start_paused", 64039 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_time_start_paused.rs", 64040 "test": true 64041 }, 64042 { 64043 "crate_types": [ 64044 "bin" 64045 ], 64046 "doc": false, 64047 "doctest": false, 64048 "edition": "2021", 64049 "kind": [ 64050 "test" 64051 ], 64052 "name": "signal_notify_both", 64053 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_notify_both.rs", 64054 "test": true 64055 }, 64056 { 64057 "crate_types": [ 64058 "bin" 64059 ], 64060 "doc": false, 64061 "doctest": false, 64062 "edition": "2021", 64063 "kind": [ 64064 "test" 64065 ], 64066 "name": "io_driver_drop", 64067 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_driver_drop.rs", 64068 "test": true 64069 }, 64070 { 64071 "crate_types": [ 64072 "bin" 64073 ], 64074 "doc": false, 64075 "doctest": false, 64076 "edition": "2021", 64077 "kind": [ 64078 "test" 64079 ], 64080 "name": "signal_ctrl_c", 64081 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_ctrl_c.rs", 64082 "test": true 64083 }, 64084 { 64085 "crate_types": [ 64086 "bin" 64087 ], 64088 "doc": false, 64089 "doctest": false, 64090 "edition": "2021", 64091 "kind": [ 64092 "test" 64093 ], 64094 "name": "sync_once_cell", 64095 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_once_cell.rs", 64096 "test": true 64097 }, 64098 { 64099 "crate_types": [ 64100 "bin" 64101 ], 64102 "doc": false, 64103 "doctest": false, 64104 "edition": "2021", 64105 "kind": [ 64106 "test" 64107 ], 64108 "name": "process_issue_42", 64109 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_issue_42.rs", 64110 "test": true 64111 }, 64112 { 64113 "crate_types": [ 64114 "bin" 64115 ], 64116 "doc": false, 64117 "doctest": false, 64118 "edition": "2021", 64119 "kind": [ 64120 "test" 64121 ], 64122 "name": "io_write_int", 64123 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_int.rs", 64124 "test": true 64125 }, 64126 { 64127 "crate_types": [ 64128 "bin" 64129 ], 64130 "doc": false, 64131 "doctest": false, 64132 "edition": "2021", 64133 "kind": [ 64134 "test" 64135 ], 64136 "name": "signal_drop_rt", 64137 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_rt.rs", 64138 "test": true 64139 }, 64140 { 64141 "crate_types": [ 64142 "bin" 64143 ], 64144 "doc": false, 64145 "doctest": false, 64146 "edition": "2021", 64147 "kind": [ 64148 "test" 64149 ], 64150 "name": "time_rt", 64151 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_rt.rs", 64152 "test": true 64153 }, 64154 { 64155 "crate_types": [ 64156 "bin" 64157 ], 64158 "doc": false, 64159 "doctest": false, 64160 "edition": "2021", 64161 "kind": [ 64162 "test" 64163 ], 64164 "name": "time_interval", 64165 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_interval.rs", 64166 "test": true 64167 }, 64168 { 64169 "crate_types": [ 64170 "bin" 64171 ], 64172 "doc": false, 64173 "doctest": false, 64174 "edition": "2021", 64175 "kind": [ 64176 "test" 64177 ], 64178 "name": "io_take", 64179 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_take.rs", 64180 "test": true 64181 }, 64182 { 64183 "crate_types": [ 64184 "bin" 64185 ], 64186 "doc": false, 64187 "doctest": false, 64188 "edition": "2021", 64189 "kind": [ 64190 "test" 64191 ], 64192 "name": "fs_remove_dir_all", 64193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_remove_dir_all.rs", 64194 "test": true 64195 }, 64196 { 64197 "crate_types": [ 64198 "bin" 64199 ], 64200 "doc": false, 64201 "doctest": false, 64202 "edition": "2021", 64203 "kind": [ 64204 "test" 64205 ], 64206 "name": "tcp_connect", 64207 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_connect.rs", 64208 "test": true 64209 }, 64210 { 64211 "crate_types": [ 64212 "bin" 64213 ], 64214 "doc": false, 64215 "doctest": false, 64216 "edition": "2021", 64217 "kind": [ 64218 "test" 64219 ], 64220 "name": "fs_dir", 64221 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_dir.rs", 64222 "test": true 64223 }, 64224 { 64225 "crate_types": [ 64226 "bin" 64227 ], 64228 "doc": false, 64229 "doctest": false, 64230 "edition": "2021", 64231 "kind": [ 64232 "test" 64233 ], 64234 "name": "io_repeat", 64235 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_repeat.rs", 64236 "test": true 64237 }, 64238 { 64239 "crate_types": [ 64240 "bin" 64241 ], 64242 "doc": false, 64243 "doctest": false, 64244 "edition": "2021", 64245 "kind": [ 64246 "test" 64247 ], 64248 "name": "fs_symlink_file_windows", 64249 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_symlink_file_windows.rs", 64250 "test": true 64251 }, 64252 { 64253 "crate_types": [ 64254 "bin" 64255 ], 64256 "doc": false, 64257 "doctest": false, 64258 "edition": "2021", 64259 "kind": [ 64260 "test" 64261 ], 64262 "name": "tcp_into_std", 64263 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_into_std.rs", 64264 "test": true 64265 }, 64266 { 64267 "crate_types": [ 64268 "bin" 64269 ], 64270 "doc": false, 64271 "doctest": false, 64272 "edition": "2021", 64273 "kind": [ 64274 "test" 64275 ], 64276 "name": "sync_semaphore", 64277 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_semaphore.rs", 64278 "test": true 64279 }, 64280 { 64281 "crate_types": [ 64282 "bin" 64283 ], 64284 "doc": false, 64285 "doctest": false, 64286 "edition": "2021", 64287 "kind": [ 64288 "test" 64289 ], 64290 "name": "macros_select", 64291 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_select.rs", 64292 "test": true 64293 }, 64294 { 64295 "crate_types": [ 64296 "bin" 64297 ], 64298 "doc": false, 64299 "doctest": false, 64300 "edition": "2021", 64301 "kind": [ 64302 "test" 64303 ], 64304 "name": "fs_copy", 64305 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_copy.rs", 64306 "test": true 64307 }, 64308 { 64309 "crate_types": [ 64310 "bin" 64311 ], 64312 "doc": false, 64313 "doctest": false, 64314 "edition": "2021", 64315 "kind": [ 64316 "test" 64317 ], 64318 "name": "io_write", 64319 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write.rs", 64320 "test": true 64321 }, 64322 { 64323 "crate_types": [ 64324 "bin" 64325 ], 64326 "doc": false, 64327 "doctest": false, 64328 "edition": "2021", 64329 "kind": [ 64330 "test" 64331 ], 64332 "name": "buffered", 64333 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/buffered.rs", 64334 "test": true 64335 }, 64336 { 64337 "crate_types": [ 64338 "bin" 64339 ], 64340 "doc": false, 64341 "doctest": false, 64342 "edition": "2021", 64343 "kind": [ 64344 "test" 64345 ], 64346 "name": "fs_try_exists", 64347 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_try_exists.rs", 64348 "test": true 64349 }, 64350 { 64351 "crate_types": [ 64352 "bin" 64353 ], 64354 "doc": false, 64355 "doctest": false, 64356 "edition": "2021", 64357 "kind": [ 64358 "test" 64359 ], 64360 "name": "no_rt", 64361 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/no_rt.rs", 64362 "test": true 64363 }, 64364 { 64365 "crate_types": [ 64366 "bin" 64367 ], 64368 "doc": false, 64369 "doctest": false, 64370 "edition": "2021", 64371 "kind": [ 64372 "test" 64373 ], 64374 "name": "sync_mutex_owned", 64375 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mutex_owned.rs", 64376 "test": true 64377 }, 64378 { 64379 "crate_types": [ 64380 "bin" 64381 ], 64382 "doc": false, 64383 "doctest": false, 64384 "edition": "2021", 64385 "kind": [ 64386 "test" 64387 ], 64388 "name": "sync_mpsc", 64389 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mpsc.rs", 64390 "test": true 64391 }, 64392 { 64393 "crate_types": [ 64394 "bin" 64395 ], 64396 "doc": false, 64397 "doctest": false, 64398 "edition": "2021", 64399 "kind": [ 64400 "test" 64401 ], 64402 "name": "sync_panic", 64403 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_panic.rs", 64404 "test": true 64405 }, 64406 { 64407 "crate_types": [ 64408 "bin" 64409 ], 64410 "doc": false, 64411 "doctest": false, 64412 "edition": "2021", 64413 "kind": [ 64414 "test" 64415 ], 64416 "name": "net_bind_resource", 64417 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_bind_resource.rs", 64418 "test": true 64419 }, 64420 { 64421 "crate_types": [ 64422 "bin" 64423 ], 64424 "doc": false, 64425 "doctest": false, 64426 "edition": "2021", 64427 "kind": [ 64428 "test" 64429 ], 64430 "name": "io_util_empty", 64431 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_util_empty.rs", 64432 "test": true 64433 }, 64434 { 64435 "crate_types": [ 64436 "bin" 64437 ], 64438 "doc": false, 64439 "doctest": false, 64440 "edition": "2021", 64441 "kind": [ 64442 "test" 64443 ], 64444 "name": "net_panic", 64445 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_panic.rs", 64446 "test": true 64447 }, 64448 { 64449 "crate_types": [ 64450 "bin" 64451 ], 64452 "doc": false, 64453 "doctest": false, 64454 "edition": "2021", 64455 "kind": [ 64456 "test" 64457 ], 64458 "name": "rt_common", 64459 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_common.rs", 64460 "test": true 64461 }, 64462 { 64463 "crate_types": [ 64464 "bin" 64465 ], 64466 "doc": false, 64467 "doctest": false, 64468 "edition": "2021", 64469 "kind": [ 64470 "test" 64471 ], 64472 "name": "task_blocking", 64473 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_blocking.rs", 64474 "test": true 64475 }, 64476 { 64477 "crate_types": [ 64478 "bin" 64479 ], 64480 "doc": false, 64481 "doctest": false, 64482 "edition": "2021", 64483 "kind": [ 64484 "test" 64485 ], 64486 "name": "tcp_echo", 64487 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_echo.rs", 64488 "test": true 64489 }, 64490 { 64491 "crate_types": [ 64492 "bin" 64493 ], 64494 "doc": false, 64495 "doctest": false, 64496 "edition": "2021", 64497 "kind": [ 64498 "test" 64499 ], 64500 "name": "rt_handle_block_on", 64501 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_handle_block_on.rs", 64502 "test": true 64503 }, 64504 { 64505 "crate_types": [ 64506 "bin" 64507 ], 64508 "doc": false, 64509 "doctest": false, 64510 "edition": "2021", 64511 "kind": [ 64512 "test" 64513 ], 64514 "name": "fs_file", 64515 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_file.rs", 64516 "test": true 64517 }, 64518 { 64519 "crate_types": [ 64520 "bin" 64521 ], 64522 "doc": false, 64523 "doctest": false, 64524 "edition": "2021", 64525 "kind": [ 64526 "test" 64527 ], 64528 "name": "io_poll_aio", 64529 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_poll_aio.rs", 64530 "test": true 64531 }, 64532 { 64533 "crate_types": [ 64534 "bin" 64535 ], 64536 "doc": false, 64537 "doctest": false, 64538 "edition": "2021", 64539 "kind": [ 64540 "test" 64541 ], 64542 "name": "fs_open_options_windows", 64543 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_open_options_windows.rs", 64544 "test": true 64545 }, 64546 { 64547 "crate_types": [ 64548 "bin" 64549 ], 64550 "doc": false, 64551 "doctest": false, 64552 "edition": "2021", 64553 "kind": [ 64554 "test" 64555 ], 64556 "name": "sync_notify", 64557 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_notify.rs", 64558 "test": true 64559 }, 64560 { 64561 "crate_types": [ 64562 "bin" 64563 ], 64564 "doc": false, 64565 "doctest": false, 64566 "edition": "2021", 64567 "kind": [ 64568 "test" 64569 ], 64570 "name": "io_buf_writer", 64571 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_buf_writer.rs", 64572 "test": true 64573 }, 64574 { 64575 "crate_types": [ 64576 "bin" 64577 ], 64578 "doc": false, 64579 "doctest": false, 64580 "edition": "2021", 64581 "kind": [ 64582 "test" 64583 ], 64584 "name": "time_timeout", 64585 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_timeout.rs", 64586 "test": true 64587 }, 64588 { 64589 "crate_types": [ 64590 "bin" 64591 ], 64592 "doc": false, 64593 "doctest": false, 64594 "edition": "2021", 64595 "kind": [ 64596 "test" 64597 ], 64598 "name": "unwindsafe", 64599 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/unwindsafe.rs", 64600 "test": true 64601 }, 64602 { 64603 "crate_types": [ 64604 "bin" 64605 ], 64606 "doc": false, 64607 "doctest": false, 64608 "edition": "2021", 64609 "kind": [ 64610 "test" 64611 ], 64612 "name": "fs_canonicalize_dir", 64613 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_canonicalize_dir.rs", 64614 "test": true 64615 }, 64616 { 64617 "crate_types": [ 64618 "bin" 64619 ], 64620 "doc": false, 64621 "doctest": false, 64622 "edition": "2021", 64623 "kind": [ 64624 "test" 64625 ], 64626 "name": "task_id", 64627 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_id.rs", 64628 "test": true 64629 }, 64630 { 64631 "crate_types": [ 64632 "bin" 64633 ], 64634 "doc": false, 64635 "doctest": false, 64636 "edition": "2021", 64637 "kind": [ 64638 "test" 64639 ], 64640 "name": "process_change_of_runtime", 64641 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_change_of_runtime.rs", 64642 "test": true 64643 }, 64644 { 64645 "crate_types": [ 64646 "bin" 64647 ], 64648 "doc": false, 64649 "doctest": false, 64650 "edition": "2021", 64651 "kind": [ 64652 "test" 64653 ], 64654 "name": "io_fill_buf", 64655 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_fill_buf.rs", 64656 "test": true 64657 }, 64658 { 64659 "crate_types": [ 64660 "bin" 64661 ], 64662 "doc": false, 64663 "doctest": false, 64664 "edition": "2021", 64665 "kind": [ 64666 "test" 64667 ], 64668 "name": "io_write_buf", 64669 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_buf.rs", 64670 "test": true 64671 }, 64672 { 64673 "crate_types": [ 64674 "bin" 64675 ], 64676 "doc": false, 64677 "doctest": false, 64678 "edition": "2021", 64679 "kind": [ 64680 "test" 64681 ], 64682 "name": "fs_symlink_dir_windows", 64683 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs_symlink_dir_windows.rs", 64684 "test": true 64685 }, 64686 { 64687 "crate_types": [ 64688 "bin" 64689 ], 64690 "doc": false, 64691 "doctest": false, 64692 "edition": "2021", 64693 "kind": [ 64694 "test" 64695 ], 64696 "name": "io_buf_reader", 64697 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_buf_reader.rs", 64698 "test": true 64699 }, 64700 { 64701 "crate_types": [ 64702 "bin" 64703 ], 64704 "doc": false, 64705 "doctest": false, 64706 "edition": "2021", 64707 "kind": [ 64708 "test" 64709 ], 64710 "name": "process_raw_handle", 64711 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_raw_handle.rs", 64712 "test": true 64713 }, 64714 { 64715 "crate_types": [ 64716 "bin" 64717 ], 64718 "doc": false, 64719 "doctest": false, 64720 "edition": "2021", 64721 "kind": [ 64722 "test" 64723 ], 64724 "name": "io_copy", 64725 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_copy.rs", 64726 "test": true 64727 }, 64728 { 64729 "crate_types": [ 64730 "bin" 64731 ], 64732 "doc": false, 64733 "doctest": false, 64734 "edition": "2021", 64735 "kind": [ 64736 "test" 64737 ], 64738 "name": "duplex_stream", 64739 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/duplex_stream.rs", 64740 "test": true 64741 }, 64742 { 64743 "crate_types": [ 64744 "bin" 64745 ], 64746 "doc": false, 64747 "doctest": false, 64748 "edition": "2021", 64749 "kind": [ 64750 "test" 64751 ], 64752 "name": "coop_budget", 64753 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/coop_budget.rs", 64754 "test": true 64755 }, 64756 { 64757 "crate_types": [ 64758 "bin" 64759 ], 64760 "doc": false, 64761 "doctest": false, 64762 "edition": "2021", 64763 "kind": [ 64764 "test" 64765 ], 64766 "name": "sync_oneshot", 64767 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_oneshot.rs", 64768 "test": true 64769 }, 64770 { 64771 "crate_types": [ 64772 "bin" 64773 ], 64774 "doc": false, 64775 "doctest": false, 64776 "edition": "2021", 64777 "kind": [ 64778 "test" 64779 ], 64780 "name": "io_read_until", 64781 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_until.rs", 64782 "test": true 64783 }, 64784 { 64785 "crate_types": [ 64786 "bin" 64787 ], 64788 "doc": false, 64789 "doctest": false, 64790 "edition": "2021", 64791 "kind": [ 64792 "test" 64793 ], 64794 "name": "process_kill_on_drop", 64795 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_kill_on_drop.rs", 64796 "test": true 64797 }, 64798 { 64799 "crate_types": [ 64800 "bin" 64801 ], 64802 "doc": false, 64803 "doctest": false, 64804 "edition": "2021", 64805 "kind": [ 64806 "test" 64807 ], 64808 "name": "task_builder", 64809 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_builder.rs", 64810 "test": true 64811 }, 64812 { 64813 "crate_types": [ 64814 "bin" 64815 ], 64816 "doc": false, 64817 "doctest": false, 64818 "edition": "2021", 64819 "kind": [ 64820 "test" 64821 ], 64822 "name": "rt_metrics", 64823 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_metrics.rs", 64824 "test": true 64825 }, 64826 { 64827 "crate_types": [ 64828 "bin" 64829 ], 64830 "doc": false, 64831 "doctest": false, 64832 "edition": "2021", 64833 "kind": [ 64834 "test" 64835 ], 64836 "name": "uds_stream", 64837 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_stream.rs", 64838 "test": true 64839 }, 64840 { 64841 "crate_types": [ 64842 "bin" 64843 ], 64844 "doc": false, 64845 "doctest": false, 64846 "edition": "2021", 64847 "kind": [ 64848 "test" 64849 ], 64850 "name": "test_clock", 64851 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/test_clock.rs", 64852 "test": true 64853 }, 64854 { 64855 "crate_types": [ 64856 "bin" 64857 ], 64858 "doc": false, 64859 "doctest": false, 64860 "edition": "2021", 64861 "kind": [ 64862 "test" 64863 ], 64864 "name": "io_join", 64865 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_join.rs", 64866 "test": true 64867 }, 64868 { 64869 "crate_types": [ 64870 "bin" 64871 ], 64872 "doc": false, 64873 "doctest": false, 64874 "edition": "2021", 64875 "kind": [ 64876 "test" 64877 ], 64878 "name": "io_write_all_buf", 64879 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_all_buf.rs", 64880 "test": true 64881 }, 64882 { 64883 "crate_types": [ 64884 "bin" 64885 ], 64886 "doc": false, 64887 "doctest": false, 64888 "edition": "2021", 64889 "kind": [ 64890 "test" 64891 ], 64892 "name": "async_send_sync", 64893 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/async_send_sync.rs", 64894 "test": true 64895 }, 64896 { 64897 "crate_types": [ 64898 "bin" 64899 ], 64900 "doc": false, 64901 "doctest": false, 64902 "edition": "2021", 64903 "kind": [ 64904 "test" 64905 ], 64906 "name": "io_read_exact", 64907 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_exact.rs", 64908 "test": true 64909 }, 64910 { 64911 "crate_types": [ 64912 "bin" 64913 ], 64914 "doc": false, 64915 "doctest": false, 64916 "edition": "2021", 64917 "kind": [ 64918 "test" 64919 ], 64920 "name": "tcp_stream", 64921 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_stream.rs", 64922 "test": true 64923 }, 64924 { 64925 "crate_types": [ 64926 "bin" 64927 ], 64928 "doc": false, 64929 "doctest": false, 64930 "edition": "2021", 64931 "kind": [ 64932 "test" 64933 ], 64934 "name": "sync_barrier", 64935 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_barrier.rs", 64936 "test": true 64937 }, 64938 { 64939 "crate_types": [ 64940 "bin" 64941 ], 64942 "doc": false, 64943 "doctest": false, 64944 "edition": "2021", 64945 "kind": [ 64946 "test" 64947 ], 64948 "name": "io_read_line", 64949 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_line.rs", 64950 "test": true 64951 }, 64952 { 64953 "crate_types": [ 64954 "bin" 64955 ], 64956 "doc": false, 64957 "doctest": false, 64958 "edition": "2021", 64959 "kind": [ 64960 "test" 64961 ], 64962 "name": "io_copy_bidirectional", 64963 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_copy_bidirectional.rs", 64964 "test": true 64965 }, 64966 { 64967 "crate_types": [ 64968 "bin" 64969 ], 64970 "doc": false, 64971 "doctest": false, 64972 "edition": "2021", 64973 "kind": [ 64974 "test" 64975 ], 64976 "name": "macros_try_join", 64977 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_try_join.rs", 64978 "test": true 64979 }, 64980 { 64981 "crate_types": [ 64982 "bin" 64983 ], 64984 "doc": false, 64985 "doctest": false, 64986 "edition": "2021", 64987 "kind": [ 64988 "test" 64989 ], 64990 "name": "sync_mutex", 64991 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mutex.rs", 64992 "test": true 64993 }, 64994 { 64995 "crate_types": [ 64996 "bin" 64997 ], 64998 "doc": false, 64999 "doctest": false, 65000 "edition": "2021", 65001 "kind": [ 65002 "test" 65003 ], 65004 "name": "rt_threaded", 65005 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_threaded.rs", 65006 "test": true 65007 }, 65008 { 65009 "crate_types": [ 65010 "bin" 65011 ], 65012 "doc": false, 65013 "doctest": false, 65014 "edition": "2021", 65015 "kind": [ 65016 "test" 65017 ], 65018 "name": "io_lines", 65019 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_lines.rs", 65020 "test": true 65021 }, 65022 { 65023 "crate_types": [ 65024 "bin" 65025 ], 65026 "doc": false, 65027 "doctest": false, 65028 "edition": "2021", 65029 "kind": [ 65030 "test" 65031 ], 65032 "name": "io_mem_stream", 65033 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_mem_stream.rs", 65034 "test": true 65035 }, 65036 { 65037 "crate_types": [ 65038 "bin" 65039 ], 65040 "doc": false, 65041 "doctest": false, 65042 "edition": "2021", 65043 "kind": [ 65044 "test" 65045 ], 65046 "name": "uds_cred", 65047 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_cred.rs", 65048 "test": true 65049 }, 65050 { 65051 "crate_types": [ 65052 "bin" 65053 ], 65054 "doc": false, 65055 "doctest": false, 65056 "edition": "2021", 65057 "kind": [ 65058 "test" 65059 ], 65060 "name": "signal_drop_signal", 65061 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_drop_signal.rs", 65062 "test": true 65063 }, 65064 { 65065 "crate_types": [ 65066 "bin" 65067 ], 65068 "doc": false, 65069 "doctest": false, 65070 "edition": "2021", 65071 "kind": [ 65072 "test" 65073 ], 65074 "name": "io_read_to_string", 65075 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_read_to_string.rs", 65076 "test": true 65077 }, 65078 { 65079 "crate_types": [ 65080 "bin" 65081 ], 65082 "doc": false, 65083 "doctest": false, 65084 "edition": "2021", 65085 "kind": [ 65086 "test" 65087 ], 65088 "name": "uds_datagram", 65089 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/uds_datagram.rs", 65090 "test": true 65091 }, 65092 { 65093 "crate_types": [ 65094 "bin" 65095 ], 65096 "doc": false, 65097 "doctest": false, 65098 "edition": "2021", 65099 "kind": [ 65100 "test" 65101 ], 65102 "name": "net_named_pipe", 65103 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_named_pipe.rs", 65104 "test": true 65105 }, 65106 { 65107 "crate_types": [ 65108 "bin" 65109 ], 65110 "doc": false, 65111 "doctest": false, 65112 "edition": "2021", 65113 "kind": [ 65114 "test" 65115 ], 65116 "name": "fs", 65117 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/fs.rs", 65118 "test": true 65119 }, 65120 { 65121 "crate_types": [ 65122 "bin" 65123 ], 65124 "doc": false, 65125 "doctest": false, 65126 "edition": "2021", 65127 "kind": [ 65128 "test" 65129 ], 65130 "name": "process_smoke", 65131 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/process_smoke.rs", 65132 "test": true 65133 }, 65134 { 65135 "crate_types": [ 65136 "bin" 65137 ], 65138 "doc": false, 65139 "doctest": false, 65140 "edition": "2021", 65141 "kind": [ 65142 "test" 65143 ], 65144 "name": "macros_join", 65145 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_join.rs", 65146 "test": true 65147 }, 65148 { 65149 "crate_types": [ 65150 "bin" 65151 ], 65152 "doc": false, 65153 "doctest": false, 65154 "edition": "2021", 65155 "kind": [ 65156 "test" 65157 ], 65158 "name": "_require_full", 65159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/_require_full.rs", 65160 "test": true 65161 }, 65162 { 65163 "crate_types": [ 65164 "bin" 65165 ], 65166 "doc": false, 65167 "doctest": false, 65168 "edition": "2021", 65169 "kind": [ 65170 "test" 65171 ], 65172 "name": "tcp_peek", 65173 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_peek.rs", 65174 "test": true 65175 }, 65176 { 65177 "crate_types": [ 65178 "bin" 65179 ], 65180 "doc": false, 65181 "doctest": false, 65182 "edition": "2021", 65183 "kind": [ 65184 "test" 65185 ], 65186 "name": "io_async_read", 65187 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_async_read.rs", 65188 "test": true 65189 }, 65190 { 65191 "crate_types": [ 65192 "bin" 65193 ], 65194 "doc": false, 65195 "doctest": false, 65196 "edition": "2021", 65197 "kind": [ 65198 "test" 65199 ], 65200 "name": "signal_multi_rt", 65201 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_multi_rt.rs", 65202 "test": true 65203 }, 65204 { 65205 "crate_types": [ 65206 "bin" 65207 ], 65208 "doc": false, 65209 "doctest": false, 65210 "edition": "2021", 65211 "kind": [ 65212 "test" 65213 ], 65214 "name": "time_panic", 65215 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/time_panic.rs", 65216 "test": true 65217 }, 65218 { 65219 "crate_types": [ 65220 "bin" 65221 ], 65222 "doc": false, 65223 "doctest": false, 65224 "edition": "2021", 65225 "kind": [ 65226 "test" 65227 ], 65228 "name": "net_lookup_host", 65229 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_lookup_host.rs", 65230 "test": true 65231 }, 65232 { 65233 "crate_types": [ 65234 "bin" 65235 ], 65236 "doc": false, 65237 "doctest": false, 65238 "edition": "2021", 65239 "kind": [ 65240 "test" 65241 ], 65242 "name": "task_yield_now", 65243 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/task_yield_now.rs", 65244 "test": true 65245 }, 65246 { 65247 "crate_types": [ 65248 "bin" 65249 ], 65250 "doc": false, 65251 "doctest": false, 65252 "edition": "2021", 65253 "kind": [ 65254 "test" 65255 ], 65256 "name": "io_split", 65257 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_split.rs", 65258 "test": true 65259 }, 65260 { 65261 "crate_types": [ 65262 "bin" 65263 ], 65264 "doc": false, 65265 "doctest": false, 65266 "edition": "2021", 65267 "kind": [ 65268 "test" 65269 ], 65270 "name": "macros_test", 65271 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_test.rs", 65272 "test": true 65273 }, 65274 { 65275 "crate_types": [ 65276 "bin" 65277 ], 65278 "doc": false, 65279 "doctest": false, 65280 "edition": "2021", 65281 "kind": [ 65282 "test" 65283 ], 65284 "name": "rt_basic", 65285 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/rt_basic.rs", 65286 "test": true 65287 }, 65288 { 65289 "crate_types": [ 65290 "bin" 65291 ], 65292 "doc": false, 65293 "doctest": false, 65294 "edition": "2021", 65295 "kind": [ 65296 "test" 65297 ], 65298 "name": "signal_twice", 65299 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/signal_twice.rs", 65300 "test": true 65301 }, 65302 { 65303 "crate_types": [ 65304 "bin" 65305 ], 65306 "doc": false, 65307 "doctest": false, 65308 "edition": "2021", 65309 "kind": [ 65310 "test" 65311 ], 65312 "name": "macros_pin", 65313 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/macros_pin.rs", 65314 "test": true 65315 }, 65316 { 65317 "crate_types": [ 65318 "bin" 65319 ], 65320 "doc": false, 65321 "doctest": false, 65322 "edition": "2021", 65323 "kind": [ 65324 "test" 65325 ], 65326 "name": "dump", 65327 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/dump.rs", 65328 "test": true 65329 }, 65330 { 65331 "crate_types": [ 65332 "bin" 65333 ], 65334 "doc": false, 65335 "doctest": false, 65336 "edition": "2021", 65337 "kind": [ 65338 "test" 65339 ], 65340 "name": "sync_rwlock", 65341 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_rwlock.rs", 65342 "test": true 65343 }, 65344 { 65345 "crate_types": [ 65346 "bin" 65347 ], 65348 "doc": false, 65349 "doctest": false, 65350 "edition": "2021", 65351 "kind": [ 65352 "test" 65353 ], 65354 "name": "io_sink", 65355 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_sink.rs", 65356 "test": true 65357 }, 65358 { 65359 "crate_types": [ 65360 "bin" 65361 ], 65362 "doc": false, 65363 "doctest": false, 65364 "edition": "2021", 65365 "kind": [ 65366 "test" 65367 ], 65368 "name": "join_handle_panic", 65369 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/join_handle_panic.rs", 65370 "test": true 65371 }, 65372 { 65373 "crate_types": [ 65374 "bin" 65375 ], 65376 "doc": false, 65377 "doctest": false, 65378 "edition": "2021", 65379 "kind": [ 65380 "test" 65381 ], 65382 "name": "sync_broadcast", 65383 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_broadcast.rs", 65384 "test": true 65385 }, 65386 { 65387 "crate_types": [ 65388 "bin" 65389 ], 65390 "doc": false, 65391 "doctest": false, 65392 "edition": "2021", 65393 "kind": [ 65394 "test" 65395 ], 65396 "name": "sync_mpsc_weak", 65397 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_mpsc_weak.rs", 65398 "test": true 65399 }, 65400 { 65401 "crate_types": [ 65402 "bin" 65403 ], 65404 "doc": false, 65405 "doctest": false, 65406 "edition": "2021", 65407 "kind": [ 65408 "test" 65409 ], 65410 "name": "tcp_into_split", 65411 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_into_split.rs", 65412 "test": true 65413 }, 65414 { 65415 "crate_types": [ 65416 "bin" 65417 ], 65418 "doc": false, 65419 "doctest": false, 65420 "edition": "2021", 65421 "kind": [ 65422 "test" 65423 ], 65424 "name": "sync_watch", 65425 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/sync_watch.rs", 65426 "test": true 65427 }, 65428 { 65429 "crate_types": [ 65430 "bin" 65431 ], 65432 "doc": false, 65433 "doctest": false, 65434 "edition": "2021", 65435 "kind": [ 65436 "test" 65437 ], 65438 "name": "net_unix_pipe", 65439 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/net_unix_pipe.rs", 65440 "test": true 65441 }, 65442 { 65443 "crate_types": [ 65444 "bin" 65445 ], 65446 "doc": false, 65447 "doctest": false, 65448 "edition": "2021", 65449 "kind": [ 65450 "test" 65451 ], 65452 "name": "tcp_shutdown", 65453 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/tcp_shutdown.rs", 65454 "test": true 65455 }, 65456 { 65457 "crate_types": [ 65458 "bin" 65459 ], 65460 "doc": false, 65461 "doctest": false, 65462 "edition": "2021", 65463 "kind": [ 65464 "test" 65465 ], 65466 "name": "udp", 65467 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/udp.rs", 65468 "test": true 65469 }, 65470 { 65471 "crate_types": [ 65472 "bin" 65473 ], 65474 "doc": false, 65475 "doctest": false, 65476 "edition": "2021", 65477 "kind": [ 65478 "test" 65479 ], 65480 "name": "io_write_all", 65481 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_write_all.rs", 65482 "test": true 65483 }, 65484 { 65485 "crate_types": [ 65486 "bin" 65487 ], 65488 "doc": false, 65489 "doctest": false, 65490 "edition": "2021", 65491 "kind": [ 65492 "test" 65493 ], 65494 "name": "io_async_fd", 65495 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/tests/io_async_fd.rs", 65496 "test": true 65497 } 65498 ], 65499 "version": "1.37.0" 65500 }, 65501 { 65502 "authors": [ 65503 "Tokio Contributors <[email protected]>" 65504 ], 65505 "categories": [ 65506 "asynchronous" 65507 ], 65508 "default_run": null, 65509 "dependencies": [ 65510 { 65511 "features": [], 65512 "kind": null, 65513 "name": "proc-macro2", 65514 "optional": false, 65515 "registry": null, 65516 "rename": null, 65517 "req": "^1.0.60", 65518 "source": "registry+https://github.com/rust-lang/crates.io-index", 65519 "target": null, 65520 "uses_default_features": true 65521 }, 65522 { 65523 "features": [], 65524 "kind": null, 65525 "name": "quote", 65526 "optional": false, 65527 "registry": null, 65528 "rename": null, 65529 "req": "^1", 65530 "source": "registry+https://github.com/rust-lang/crates.io-index", 65531 "target": null, 65532 "uses_default_features": true 65533 }, 65534 { 65535 "features": [ 65536 "full" 65537 ], 65538 "kind": null, 65539 "name": "syn", 65540 "optional": false, 65541 "registry": null, 65542 "rename": null, 65543 "req": "^2.0", 65544 "source": "registry+https://github.com/rust-lang/crates.io-index", 65545 "target": null, 65546 "uses_default_features": true 65547 }, 65548 { 65549 "features": [ 65550 "full" 65551 ], 65552 "kind": "dev", 65553 "name": "tokio", 65554 "optional": false, 65555 "registry": null, 65556 "rename": null, 65557 "req": "^1.0.0", 65558 "source": "registry+https://github.com/rust-lang/crates.io-index", 65559 "target": null, 65560 "uses_default_features": true 65561 } 65562 ], 65563 "description": "Tokio's proc macros.\n", 65564 "documentation": null, 65565 "edition": "2021", 65566 "features": {}, 65567 "homepage": "https://tokio.rs", 65568 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 65569 "keywords": [], 65570 "license": "MIT", 65571 "license_file": null, 65572 "links": null, 65573 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/Cargo.toml", 65574 "metadata": { 65575 "docs": { 65576 "rs": { 65577 "all-features": true 65578 } 65579 } 65580 }, 65581 "name": "tokio-macros", 65582 "publish": null, 65583 "readme": "README.md", 65584 "repository": "https://github.com/tokio-rs/tokio", 65585 "rust_version": "1.63", 65586 "source": "registry+https://github.com/rust-lang/crates.io-index", 65587 "targets": [ 65588 { 65589 "crate_types": [ 65590 "proc-macro" 65591 ], 65592 "doc": true, 65593 "doctest": true, 65594 "edition": "2021", 65595 "kind": [ 65596 "proc-macro" 65597 ], 65598 "name": "tokio_macros", 65599 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs", 65600 "test": true 65601 } 65602 ], 65603 "version": "2.2.0" 65604 }, 65605 { 65606 "authors": [], 65607 "categories": [ 65608 "asynchronous", 65609 "cryptography", 65610 "network-programming" 65611 ], 65612 "default_run": null, 65613 "dependencies": [ 65614 { 65615 "features": [], 65616 "kind": null, 65617 "name": "rustls", 65618 "optional": false, 65619 "registry": null, 65620 "rename": null, 65621 "req": "^0.21.0", 65622 "source": "registry+https://github.com/rust-lang/crates.io-index", 65623 "target": null, 65624 "uses_default_features": false 65625 }, 65626 { 65627 "features": [], 65628 "kind": null, 65629 "name": "tokio", 65630 "optional": false, 65631 "registry": null, 65632 "rename": null, 65633 "req": "^1.0", 65634 "source": "registry+https://github.com/rust-lang/crates.io-index", 65635 "target": null, 65636 "uses_default_features": true 65637 }, 65638 { 65639 "features": [], 65640 "kind": "dev", 65641 "name": "argh", 65642 "optional": false, 65643 "registry": null, 65644 "rename": null, 65645 "req": "^0.1", 65646 "source": "registry+https://github.com/rust-lang/crates.io-index", 65647 "target": null, 65648 "uses_default_features": true 65649 }, 65650 { 65651 "features": [], 65652 "kind": "dev", 65653 "name": "futures-util", 65654 "optional": false, 65655 "registry": null, 65656 "rename": null, 65657 "req": "^0.3.1", 65658 "source": "registry+https://github.com/rust-lang/crates.io-index", 65659 "target": null, 65660 "uses_default_features": true 65661 }, 65662 { 65663 "features": [], 65664 "kind": "dev", 65665 "name": "lazy_static", 65666 "optional": false, 65667 "registry": null, 65668 "rename": null, 65669 "req": "^1", 65670 "source": "registry+https://github.com/rust-lang/crates.io-index", 65671 "target": null, 65672 "uses_default_features": true 65673 }, 65674 { 65675 "features": [], 65676 "kind": "dev", 65677 "name": "rustls-pemfile", 65678 "optional": false, 65679 "registry": null, 65680 "rename": null, 65681 "req": "^1", 65682 "source": "registry+https://github.com/rust-lang/crates.io-index", 65683 "target": null, 65684 "uses_default_features": true 65685 }, 65686 { 65687 "features": [ 65688 "full" 65689 ], 65690 "kind": "dev", 65691 "name": "tokio", 65692 "optional": false, 65693 "registry": null, 65694 "rename": null, 65695 "req": "^1.0", 65696 "source": "registry+https://github.com/rust-lang/crates.io-index", 65697 "target": null, 65698 "uses_default_features": true 65699 }, 65700 { 65701 "features": [ 65702 "alloc", 65703 "std" 65704 ], 65705 "kind": "dev", 65706 "name": "rustls-webpki", 65707 "optional": false, 65708 "registry": null, 65709 "rename": "webpki", 65710 "req": "^0.100.0", 65711 "source": "registry+https://github.com/rust-lang/crates.io-index", 65712 "target": null, 65713 "uses_default_features": true 65714 }, 65715 { 65716 "features": [], 65717 "kind": "dev", 65718 "name": "webpki-roots", 65719 "optional": false, 65720 "registry": null, 65721 "rename": null, 65722 "req": "^0.23.1", 65723 "source": "registry+https://github.com/rust-lang/crates.io-index", 65724 "target": null, 65725 "uses_default_features": true 65726 } 65727 ], 65728 "description": "Asynchronous TLS/SSL streams for Tokio using Rustls.", 65729 "documentation": "https://docs.rs/tokio-rustls", 65730 "edition": "2018", 65731 "features": { 65732 "dangerous_configuration": [ 65733 "rustls/dangerous_configuration" 65734 ], 65735 "default": [ 65736 "logging", 65737 "tls12" 65738 ], 65739 "early-data": [], 65740 "logging": [ 65741 "rustls/logging" 65742 ], 65743 "secret_extraction": [ 65744 "rustls/secret_extraction" 65745 ], 65746 "tls12": [ 65747 "rustls/tls12" 65748 ] 65749 }, 65750 "homepage": "https://github.com/rustls/tokio-rustls", 65751 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 65752 "keywords": [], 65753 "license": "MIT/Apache-2.0", 65754 "license_file": null, 65755 "links": null, 65756 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/Cargo.toml", 65757 "metadata": null, 65758 "name": "tokio-rustls", 65759 "publish": null, 65760 "readme": "README.md", 65761 "repository": "https://github.com/rustls/tokio-rustls", 65762 "rust_version": "1.56", 65763 "source": "registry+https://github.com/rust-lang/crates.io-index", 65764 "targets": [ 65765 { 65766 "crate_types": [ 65767 "lib" 65768 ], 65769 "doc": true, 65770 "doctest": true, 65771 "edition": "2018", 65772 "kind": [ 65773 "lib" 65774 ], 65775 "name": "tokio_rustls", 65776 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs", 65777 "test": true 65778 }, 65779 { 65780 "crate_types": [ 65781 "bin" 65782 ], 65783 "doc": false, 65784 "doctest": false, 65785 "edition": "2018", 65786 "kind": [ 65787 "example" 65788 ], 65789 "name": "client", 65790 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/examples/client.rs", 65791 "test": false 65792 }, 65793 { 65794 "crate_types": [ 65795 "bin" 65796 ], 65797 "doc": false, 65798 "doctest": false, 65799 "edition": "2018", 65800 "kind": [ 65801 "example" 65802 ], 65803 "name": "server", 65804 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/examples/server.rs", 65805 "test": false 65806 }, 65807 { 65808 "crate_types": [ 65809 "bin" 65810 ], 65811 "doc": false, 65812 "doctest": false, 65813 "edition": "2018", 65814 "kind": [ 65815 "test" 65816 ], 65817 "name": "badssl", 65818 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/badssl.rs", 65819 "test": true 65820 }, 65821 { 65822 "crate_types": [ 65823 "bin" 65824 ], 65825 "doc": false, 65826 "doctest": false, 65827 "edition": "2018", 65828 "kind": [ 65829 "test" 65830 ], 65831 "name": "test", 65832 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/test.rs", 65833 "test": true 65834 }, 65835 { 65836 "crate_types": [ 65837 "bin" 65838 ], 65839 "doc": false, 65840 "doctest": false, 65841 "edition": "2018", 65842 "kind": [ 65843 "test" 65844 ], 65845 "name": "early-data", 65846 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/early-data.rs", 65847 "test": true 65848 }, 65849 { 65850 "crate_types": [ 65851 "bin" 65852 ], 65853 "doc": false, 65854 "doctest": false, 65855 "edition": "2018", 65856 "kind": [ 65857 "test" 65858 ], 65859 "name": "utils", 65860 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/utils.rs", 65861 "test": true 65862 } 65863 ], 65864 "version": "0.24.1" 65865 }, 65866 { 65867 "authors": [ 65868 "Daniel Abramov <[email protected]>", 65869 "Alexey Galakhov <[email protected]>" 65870 ], 65871 "categories": [ 65872 "web-programming::websocket", 65873 "network-programming", 65874 "asynchronous", 65875 "concurrency" 65876 ], 65877 "default_run": null, 65878 "dependencies": [ 65879 { 65880 "features": [ 65881 "sink", 65882 "std" 65883 ], 65884 "kind": null, 65885 "name": "futures-util", 65886 "optional": false, 65887 "registry": null, 65888 "rename": null, 65889 "req": "^0.3.28", 65890 "source": "registry+https://github.com/rust-lang/crates.io-index", 65891 "target": null, 65892 "uses_default_features": false 65893 }, 65894 { 65895 "features": [], 65896 "kind": null, 65897 "name": "log", 65898 "optional": false, 65899 "registry": null, 65900 "rename": null, 65901 "req": "^0.4.17", 65902 "source": "registry+https://github.com/rust-lang/crates.io-index", 65903 "target": null, 65904 "uses_default_features": true 65905 }, 65906 { 65907 "features": [], 65908 "kind": null, 65909 "name": "native-tls", 65910 "optional": true, 65911 "registry": null, 65912 "rename": "native-tls-crate", 65913 "req": "^0.2.11", 65914 "source": "registry+https://github.com/rust-lang/crates.io-index", 65915 "target": null, 65916 "uses_default_features": true 65917 }, 65918 { 65919 "features": [], 65920 "kind": null, 65921 "name": "rustls", 65922 "optional": true, 65923 "registry": null, 65924 "rename": null, 65925 "req": "^0.21.6", 65926 "source": "registry+https://github.com/rust-lang/crates.io-index", 65927 "target": null, 65928 "uses_default_features": true 65929 }, 65930 { 65931 "features": [], 65932 "kind": null, 65933 "name": "rustls-native-certs", 65934 "optional": true, 65935 "registry": null, 65936 "rename": null, 65937 "req": "^0.6.2", 65938 "source": "registry+https://github.com/rust-lang/crates.io-index", 65939 "target": null, 65940 "uses_default_features": true 65941 }, 65942 { 65943 "features": [ 65944 "io-util" 65945 ], 65946 "kind": null, 65947 "name": "tokio", 65948 "optional": false, 65949 "registry": null, 65950 "rename": null, 65951 "req": "^1.0.0", 65952 "source": "registry+https://github.com/rust-lang/crates.io-index", 65953 "target": null, 65954 "uses_default_features": false 65955 }, 65956 { 65957 "features": [], 65958 "kind": null, 65959 "name": "tokio-native-tls", 65960 "optional": true, 65961 "registry": null, 65962 "rename": null, 65963 "req": "^0.3.1", 65964 "source": "registry+https://github.com/rust-lang/crates.io-index", 65965 "target": null, 65966 "uses_default_features": true 65967 }, 65968 { 65969 "features": [], 65970 "kind": null, 65971 "name": "tokio-rustls", 65972 "optional": true, 65973 "registry": null, 65974 "rename": null, 65975 "req": "^0.24.1", 65976 "source": "registry+https://github.com/rust-lang/crates.io-index", 65977 "target": null, 65978 "uses_default_features": true 65979 }, 65980 { 65981 "features": [], 65982 "kind": null, 65983 "name": "tungstenite", 65984 "optional": false, 65985 "registry": null, 65986 "rename": null, 65987 "req": "^0.20.1", 65988 "source": "registry+https://github.com/rust-lang/crates.io-index", 65989 "target": null, 65990 "uses_default_features": false 65991 }, 65992 { 65993 "features": [], 65994 "kind": null, 65995 "name": "webpki-roots", 65996 "optional": true, 65997 "registry": null, 65998 "rename": null, 65999 "req": "^0.25.2", 66000 "source": "registry+https://github.com/rust-lang/crates.io-index", 66001 "target": null, 66002 "uses_default_features": true 66003 }, 66004 { 66005 "features": [], 66006 "kind": "dev", 66007 "name": "env_logger", 66008 "optional": false, 66009 "registry": null, 66010 "rename": null, 66011 "req": "^0.10.0", 66012 "source": "registry+https://github.com/rust-lang/crates.io-index", 66013 "target": null, 66014 "uses_default_features": true 66015 }, 66016 { 66017 "features": [], 66018 "kind": "dev", 66019 "name": "futures-channel", 66020 "optional": false, 66021 "registry": null, 66022 "rename": null, 66023 "req": "^0.3.28", 66024 "source": "registry+https://github.com/rust-lang/crates.io-index", 66025 "target": null, 66026 "uses_default_features": true 66027 }, 66028 { 66029 "features": [ 66030 "http1", 66031 "server", 66032 "tcp" 66033 ], 66034 "kind": "dev", 66035 "name": "hyper", 66036 "optional": false, 66037 "registry": null, 66038 "rename": null, 66039 "req": "^0.14.25", 66040 "source": "registry+https://github.com/rust-lang/crates.io-index", 66041 "target": null, 66042 "uses_default_features": false 66043 }, 66044 { 66045 "features": [ 66046 "io-std", 66047 "macros", 66048 "net", 66049 "rt-multi-thread", 66050 "time" 66051 ], 66052 "kind": "dev", 66053 "name": "tokio", 66054 "optional": false, 66055 "registry": null, 66056 "rename": null, 66057 "req": "^1.27.0", 66058 "source": "registry+https://github.com/rust-lang/crates.io-index", 66059 "target": null, 66060 "uses_default_features": false 66061 }, 66062 { 66063 "features": [], 66064 "kind": "dev", 66065 "name": "url", 66066 "optional": false, 66067 "registry": null, 66068 "rename": null, 66069 "req": "^2.3.1", 66070 "source": "registry+https://github.com/rust-lang/crates.io-index", 66071 "target": null, 66072 "uses_default_features": true 66073 } 66074 ], 66075 "description": "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation", 66076 "documentation": "https://docs.rs/tokio-tungstenite/0.20.1", 66077 "edition": "2018", 66078 "features": { 66079 "__rustls-tls": [ 66080 "rustls", 66081 "tokio-rustls", 66082 "stream", 66083 "tungstenite/__rustls-tls", 66084 "handshake" 66085 ], 66086 "connect": [ 66087 "stream", 66088 "tokio/net", 66089 "handshake" 66090 ], 66091 "default": [ 66092 "connect", 66093 "handshake" 66094 ], 66095 "handshake": [ 66096 "tungstenite/handshake" 66097 ], 66098 "native-tls": [ 66099 "native-tls-crate", 66100 "tokio-native-tls", 66101 "stream", 66102 "tungstenite/native-tls", 66103 "handshake" 66104 ], 66105 "native-tls-crate": [ 66106 "dep:native-tls-crate" 66107 ], 66108 "native-tls-vendored": [ 66109 "native-tls", 66110 "native-tls-crate/vendored", 66111 "tungstenite/native-tls-vendored" 66112 ], 66113 "rustls": [ 66114 "dep:rustls" 66115 ], 66116 "rustls-native-certs": [ 66117 "dep:rustls-native-certs" 66118 ], 66119 "rustls-tls-native-roots": [ 66120 "__rustls-tls", 66121 "rustls-native-certs" 66122 ], 66123 "rustls-tls-webpki-roots": [ 66124 "__rustls-tls", 66125 "webpki-roots" 66126 ], 66127 "stream": [], 66128 "tokio-native-tls": [ 66129 "dep:tokio-native-tls" 66130 ], 66131 "tokio-rustls": [ 66132 "dep:tokio-rustls" 66133 ], 66134 "webpki-roots": [ 66135 "dep:webpki-roots" 66136 ] 66137 }, 66138 "homepage": "https://github.com/snapview/tokio-tungstenite", 66139 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 66140 "keywords": [ 66141 "websocket", 66142 "io", 66143 "web" 66144 ], 66145 "license": "MIT", 66146 "license_file": null, 66147 "links": null, 66148 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/Cargo.toml", 66149 "metadata": { 66150 "docs": { 66151 "rs": { 66152 "features": [ 66153 "native-tls", 66154 "__rustls-tls" 66155 ] 66156 } 66157 } 66158 }, 66159 "name": "tokio-tungstenite", 66160 "publish": null, 66161 "readme": "README.md", 66162 "repository": "https://github.com/snapview/tokio-tungstenite", 66163 "rust_version": "1.63", 66164 "source": "registry+https://github.com/rust-lang/crates.io-index", 66165 "targets": [ 66166 { 66167 "crate_types": [ 66168 "lib" 66169 ], 66170 "doc": true, 66171 "doctest": true, 66172 "edition": "2018", 66173 "kind": [ 66174 "lib" 66175 ], 66176 "name": "tokio_tungstenite", 66177 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs", 66178 "test": true 66179 }, 66180 { 66181 "crate_types": [ 66182 "bin" 66183 ], 66184 "doc": false, 66185 "doctest": false, 66186 "edition": "2018", 66187 "kind": [ 66188 "example" 66189 ], 66190 "name": "autobahn-client", 66191 "required-features": [ 66192 "connect" 66193 ], 66194 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/autobahn-client.rs", 66195 "test": false 66196 }, 66197 { 66198 "crate_types": [ 66199 "bin" 66200 ], 66201 "doc": false, 66202 "doctest": false, 66203 "edition": "2018", 66204 "kind": [ 66205 "example" 66206 ], 66207 "name": "autobahn-server", 66208 "required-features": [ 66209 "handshake" 66210 ], 66211 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/autobahn-server.rs", 66212 "test": false 66213 }, 66214 { 66215 "crate_types": [ 66216 "bin" 66217 ], 66218 "doc": false, 66219 "doctest": false, 66220 "edition": "2018", 66221 "kind": [ 66222 "example" 66223 ], 66224 "name": "client", 66225 "required-features": [ 66226 "connect" 66227 ], 66228 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/client.rs", 66229 "test": false 66230 }, 66231 { 66232 "crate_types": [ 66233 "bin" 66234 ], 66235 "doc": false, 66236 "doctest": false, 66237 "edition": "2018", 66238 "kind": [ 66239 "example" 66240 ], 66241 "name": "echo-server", 66242 "required-features": [ 66243 "handshake" 66244 ], 66245 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/echo-server.rs", 66246 "test": false 66247 }, 66248 { 66249 "crate_types": [ 66250 "bin" 66251 ], 66252 "doc": false, 66253 "doctest": false, 66254 "edition": "2018", 66255 "kind": [ 66256 "example" 66257 ], 66258 "name": "server-custom-accept", 66259 "required-features": [ 66260 "handshake" 66261 ], 66262 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/server-custom-accept.rs", 66263 "test": false 66264 }, 66265 { 66266 "crate_types": [ 66267 "bin" 66268 ], 66269 "doc": false, 66270 "doctest": false, 66271 "edition": "2018", 66272 "kind": [ 66273 "example" 66274 ], 66275 "name": "server", 66276 "required-features": [ 66277 "handshake" 66278 ], 66279 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/server.rs", 66280 "test": false 66281 }, 66282 { 66283 "crate_types": [ 66284 "bin" 66285 ], 66286 "doc": false, 66287 "doctest": false, 66288 "edition": "2018", 66289 "kind": [ 66290 "example" 66291 ], 66292 "name": "server-headers", 66293 "required-features": [ 66294 "handshake" 66295 ], 66296 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/server-headers.rs", 66297 "test": false 66298 }, 66299 { 66300 "crate_types": [ 66301 "bin" 66302 ], 66303 "doc": false, 66304 "doctest": false, 66305 "edition": "2018", 66306 "kind": [ 66307 "example" 66308 ], 66309 "name": "interval-server", 66310 "required-features": [ 66311 "handshake" 66312 ], 66313 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/examples/interval-server.rs", 66314 "test": false 66315 } 66316 ], 66317 "version": "0.20.1" 66318 }, 66319 { 66320 "authors": [ 66321 "Tokio Contributors <[email protected]>" 66322 ], 66323 "categories": [ 66324 "asynchronous" 66325 ], 66326 "default_run": null, 66327 "dependencies": [ 66328 { 66329 "features": [], 66330 "kind": null, 66331 "name": "bytes", 66332 "optional": false, 66333 "registry": null, 66334 "rename": null, 66335 "req": "^1.0.0", 66336 "source": "registry+https://github.com/rust-lang/crates.io-index", 66337 "target": null, 66338 "uses_default_features": true 66339 }, 66340 { 66341 "features": [], 66342 "kind": null, 66343 "name": "futures-core", 66344 "optional": false, 66345 "registry": null, 66346 "rename": null, 66347 "req": "^0.3.0", 66348 "source": "registry+https://github.com/rust-lang/crates.io-index", 66349 "target": null, 66350 "uses_default_features": true 66351 }, 66352 { 66353 "features": [], 66354 "kind": null, 66355 "name": "futures-io", 66356 "optional": true, 66357 "registry": null, 66358 "rename": null, 66359 "req": "^0.3.0", 66360 "source": "registry+https://github.com/rust-lang/crates.io-index", 66361 "target": null, 66362 "uses_default_features": true 66363 }, 66364 { 66365 "features": [], 66366 "kind": null, 66367 "name": "futures-sink", 66368 "optional": false, 66369 "registry": null, 66370 "rename": null, 66371 "req": "^0.3.0", 66372 "source": "registry+https://github.com/rust-lang/crates.io-index", 66373 "target": null, 66374 "uses_default_features": true 66375 }, 66376 { 66377 "features": [], 66378 "kind": null, 66379 "name": "futures-util", 66380 "optional": true, 66381 "registry": null, 66382 "rename": null, 66383 "req": "^0.3.0", 66384 "source": "registry+https://github.com/rust-lang/crates.io-index", 66385 "target": null, 66386 "uses_default_features": true 66387 }, 66388 { 66389 "features": [], 66390 "kind": null, 66391 "name": "pin-project-lite", 66392 "optional": false, 66393 "registry": null, 66394 "rename": null, 66395 "req": "^0.2.11", 66396 "source": "registry+https://github.com/rust-lang/crates.io-index", 66397 "target": null, 66398 "uses_default_features": true 66399 }, 66400 { 66401 "features": [], 66402 "kind": null, 66403 "name": "slab", 66404 "optional": true, 66405 "registry": null, 66406 "rename": null, 66407 "req": "^0.4.4", 66408 "source": "registry+https://github.com/rust-lang/crates.io-index", 66409 "target": null, 66410 "uses_default_features": true 66411 }, 66412 { 66413 "features": [ 66414 "sync" 66415 ], 66416 "kind": null, 66417 "name": "tokio", 66418 "optional": false, 66419 "registry": null, 66420 "rename": null, 66421 "req": "^1.28.0", 66422 "source": "registry+https://github.com/rust-lang/crates.io-index", 66423 "target": null, 66424 "uses_default_features": true 66425 }, 66426 { 66427 "features": [ 66428 "std" 66429 ], 66430 "kind": null, 66431 "name": "tracing", 66432 "optional": true, 66433 "registry": null, 66434 "rename": null, 66435 "req": "^0.1.25", 66436 "source": "registry+https://github.com/rust-lang/crates.io-index", 66437 "target": null, 66438 "uses_default_features": false 66439 }, 66440 { 66441 "features": [], 66442 "kind": "dev", 66443 "name": "async-stream", 66444 "optional": false, 66445 "registry": null, 66446 "rename": null, 66447 "req": "^0.3.0", 66448 "source": "registry+https://github.com/rust-lang/crates.io-index", 66449 "target": null, 66450 "uses_default_features": true 66451 }, 66452 { 66453 "features": [], 66454 "kind": "dev", 66455 "name": "futures", 66456 "optional": false, 66457 "registry": null, 66458 "rename": null, 66459 "req": "^0.3.0", 66460 "source": "registry+https://github.com/rust-lang/crates.io-index", 66461 "target": null, 66462 "uses_default_features": true 66463 }, 66464 { 66465 "features": [], 66466 "kind": "dev", 66467 "name": "futures-test", 66468 "optional": false, 66469 "registry": null, 66470 "rename": null, 66471 "req": "^0.3.5", 66472 "source": "registry+https://github.com/rust-lang/crates.io-index", 66473 "target": null, 66474 "uses_default_features": true 66475 }, 66476 { 66477 "features": [], 66478 "kind": "dev", 66479 "name": "parking_lot", 66480 "optional": false, 66481 "registry": null, 66482 "rename": null, 66483 "req": "^0.12.0", 66484 "source": "registry+https://github.com/rust-lang/crates.io-index", 66485 "target": null, 66486 "uses_default_features": true 66487 }, 66488 { 66489 "features": [], 66490 "kind": "dev", 66491 "name": "tempfile", 66492 "optional": false, 66493 "registry": null, 66494 "rename": null, 66495 "req": "^3.1.0", 66496 "source": "registry+https://github.com/rust-lang/crates.io-index", 66497 "target": null, 66498 "uses_default_features": true 66499 }, 66500 { 66501 "features": [ 66502 "full" 66503 ], 66504 "kind": "dev", 66505 "name": "tokio", 66506 "optional": false, 66507 "registry": null, 66508 "rename": null, 66509 "req": "^1.0.0", 66510 "source": "registry+https://github.com/rust-lang/crates.io-index", 66511 "target": null, 66512 "uses_default_features": true 66513 }, 66514 { 66515 "features": [], 66516 "kind": "dev", 66517 "name": "tokio-stream", 66518 "optional": false, 66519 "registry": null, 66520 "rename": null, 66521 "req": "^0.1", 66522 "source": "registry+https://github.com/rust-lang/crates.io-index", 66523 "target": null, 66524 "uses_default_features": true 66525 }, 66526 { 66527 "features": [], 66528 "kind": "dev", 66529 "name": "tokio-test", 66530 "optional": false, 66531 "registry": null, 66532 "rename": null, 66533 "req": "^0.4.0", 66534 "source": "registry+https://github.com/rust-lang/crates.io-index", 66535 "target": null, 66536 "uses_default_features": true 66537 }, 66538 { 66539 "features": [], 66540 "kind": null, 66541 "name": "hashbrown", 66542 "optional": true, 66543 "registry": null, 66544 "rename": null, 66545 "req": "^0.14.0", 66546 "source": "registry+https://github.com/rust-lang/crates.io-index", 66547 "target": "cfg(tokio_unstable)", 66548 "uses_default_features": true 66549 } 66550 ], 66551 "description": "Additional utilities for working with Tokio.\n", 66552 "documentation": null, 66553 "edition": "2021", 66554 "features": { 66555 "__docs_rs": [ 66556 "futures-util" 66557 ], 66558 "codec": [ 66559 "tracing" 66560 ], 66561 "compat": [ 66562 "futures-io" 66563 ], 66564 "default": [], 66565 "full": [ 66566 "codec", 66567 "compat", 66568 "io-util", 66569 "time", 66570 "net", 66571 "rt" 66572 ], 66573 "futures-io": [ 66574 "dep:futures-io" 66575 ], 66576 "futures-util": [ 66577 "dep:futures-util" 66578 ], 66579 "hashbrown": [ 66580 "dep:hashbrown" 66581 ], 66582 "io": [], 66583 "io-util": [ 66584 "io", 66585 "tokio/rt", 66586 "tokio/io-util" 66587 ], 66588 "net": [ 66589 "tokio/net" 66590 ], 66591 "rt": [ 66592 "tokio/rt", 66593 "tokio/sync", 66594 "futures-util", 66595 "hashbrown" 66596 ], 66597 "slab": [ 66598 "dep:slab" 66599 ], 66600 "time": [ 66601 "tokio/time", 66602 "slab" 66603 ], 66604 "tracing": [ 66605 "dep:tracing" 66606 ] 66607 }, 66608 "homepage": "https://tokio.rs", 66609 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 66610 "keywords": [], 66611 "license": "MIT", 66612 "license_file": null, 66613 "links": null, 66614 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/Cargo.toml", 66615 "metadata": { 66616 "docs": { 66617 "rs": { 66618 "all-features": true, 66619 "rustc-args": [ 66620 "--cfg", 66621 "docsrs", 66622 "--cfg", 66623 "tokio_unstable" 66624 ], 66625 "rustdoc-args": [ 66626 "--cfg", 66627 "docsrs", 66628 "--cfg", 66629 "tokio_unstable" 66630 ] 66631 } 66632 } 66633 }, 66634 "name": "tokio-util", 66635 "publish": null, 66636 "readme": "README.md", 66637 "repository": "https://github.com/tokio-rs/tokio", 66638 "rust_version": "1.56", 66639 "source": "registry+https://github.com/rust-lang/crates.io-index", 66640 "targets": [ 66641 { 66642 "crate_types": [ 66643 "lib" 66644 ], 66645 "doc": true, 66646 "doctest": true, 66647 "edition": "2021", 66648 "kind": [ 66649 "lib" 66650 ], 66651 "name": "tokio_util", 66652 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs", 66653 "test": true 66654 }, 66655 { 66656 "crate_types": [ 66657 "bin" 66658 ], 66659 "doc": false, 66660 "doctest": false, 66661 "edition": "2021", 66662 "kind": [ 66663 "test" 66664 ], 66665 "name": "poll_semaphore", 66666 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/poll_semaphore.rs", 66667 "test": true 66668 }, 66669 { 66670 "crate_types": [ 66671 "bin" 66672 ], 66673 "doc": false, 66674 "doctest": false, 66675 "edition": "2021", 66676 "kind": [ 66677 "test" 66678 ], 66679 "name": "panic", 66680 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/panic.rs", 66681 "test": true 66682 }, 66683 { 66684 "crate_types": [ 66685 "bin" 66686 ], 66687 "doc": false, 66688 "doctest": false, 66689 "edition": "2021", 66690 "kind": [ 66691 "test" 66692 ], 66693 "name": "time_delay_queue", 66694 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/time_delay_queue.rs", 66695 "test": true 66696 }, 66697 { 66698 "crate_types": [ 66699 "bin" 66700 ], 66701 "doc": false, 66702 "doctest": false, 66703 "edition": "2021", 66704 "kind": [ 66705 "test" 66706 ], 66707 "name": "reusable_box", 66708 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/reusable_box.rs", 66709 "test": true 66710 }, 66711 { 66712 "crate_types": [ 66713 "bin" 66714 ], 66715 "doc": false, 66716 "doctest": false, 66717 "edition": "2021", 66718 "kind": [ 66719 "test" 66720 ], 66721 "name": "codecs", 66722 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/codecs.rs", 66723 "test": true 66724 }, 66725 { 66726 "crate_types": [ 66727 "bin" 66728 ], 66729 "doc": false, 66730 "doctest": false, 66731 "edition": "2021", 66732 "kind": [ 66733 "test" 66734 ], 66735 "name": "task_join_map", 66736 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/task_join_map.rs", 66737 "test": true 66738 }, 66739 { 66740 "crate_types": [ 66741 "bin" 66742 ], 66743 "doc": false, 66744 "doctest": false, 66745 "edition": "2021", 66746 "kind": [ 66747 "test" 66748 ], 66749 "name": "compat", 66750 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/compat.rs", 66751 "test": true 66752 }, 66753 { 66754 "crate_types": [ 66755 "bin" 66756 ], 66757 "doc": false, 66758 "doctest": false, 66759 "edition": "2021", 66760 "kind": [ 66761 "test" 66762 ], 66763 "name": "framed_stream", 66764 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_stream.rs", 66765 "test": true 66766 }, 66767 { 66768 "crate_types": [ 66769 "bin" 66770 ], 66771 "doc": false, 66772 "doctest": false, 66773 "edition": "2021", 66774 "kind": [ 66775 "test" 66776 ], 66777 "name": "length_delimited", 66778 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/length_delimited.rs", 66779 "test": true 66780 }, 66781 { 66782 "crate_types": [ 66783 "bin" 66784 ], 66785 "doc": false, 66786 "doctest": false, 66787 "edition": "2021", 66788 "kind": [ 66789 "test" 66790 ], 66791 "name": "framed_write", 66792 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_write.rs", 66793 "test": true 66794 }, 66795 { 66796 "crate_types": [ 66797 "bin" 66798 ], 66799 "doc": false, 66800 "doctest": false, 66801 "edition": "2021", 66802 "kind": [ 66803 "test" 66804 ], 66805 "name": "io_stream_reader", 66806 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_stream_reader.rs", 66807 "test": true 66808 }, 66809 { 66810 "crate_types": [ 66811 "bin" 66812 ], 66813 "doc": false, 66814 "doctest": false, 66815 "edition": "2021", 66816 "kind": [ 66817 "test" 66818 ], 66819 "name": "mpsc", 66820 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/mpsc.rs", 66821 "test": true 66822 }, 66823 { 66824 "crate_types": [ 66825 "bin" 66826 ], 66827 "doc": false, 66828 "doctest": false, 66829 "edition": "2021", 66830 "kind": [ 66831 "test" 66832 ], 66833 "name": "framed_read", 66834 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed_read.rs", 66835 "test": true 66836 }, 66837 { 66838 "crate_types": [ 66839 "bin" 66840 ], 66841 "doc": false, 66842 "doctest": false, 66843 "edition": "2021", 66844 "kind": [ 66845 "test" 66846 ], 66847 "name": "io_inspect", 66848 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_inspect.rs", 66849 "test": true 66850 }, 66851 { 66852 "crate_types": [ 66853 "bin" 66854 ], 66855 "doc": false, 66856 "doctest": false, 66857 "edition": "2021", 66858 "kind": [ 66859 "test" 66860 ], 66861 "name": "task_tracker", 66862 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/task_tracker.rs", 66863 "test": true 66864 }, 66865 { 66866 "crate_types": [ 66867 "bin" 66868 ], 66869 "doc": false, 66870 "doctest": false, 66871 "edition": "2021", 66872 "kind": [ 66873 "test" 66874 ], 66875 "name": "io_reader_stream", 66876 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_reader_stream.rs", 66877 "test": true 66878 }, 66879 { 66880 "crate_types": [ 66881 "bin" 66882 ], 66883 "doc": false, 66884 "doctest": false, 66885 "edition": "2021", 66886 "kind": [ 66887 "test" 66888 ], 66889 "name": "io_sink_writer", 66890 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_sink_writer.rs", 66891 "test": true 66892 }, 66893 { 66894 "crate_types": [ 66895 "bin" 66896 ], 66897 "doc": false, 66898 "doctest": false, 66899 "edition": "2021", 66900 "kind": [ 66901 "test" 66902 ], 66903 "name": "framed", 66904 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/framed.rs", 66905 "test": true 66906 }, 66907 { 66908 "crate_types": [ 66909 "bin" 66910 ], 66911 "doc": false, 66912 "doctest": false, 66913 "edition": "2021", 66914 "kind": [ 66915 "test" 66916 ], 66917 "name": "spawn_pinned", 66918 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/spawn_pinned.rs", 66919 "test": true 66920 }, 66921 { 66922 "crate_types": [ 66923 "bin" 66924 ], 66925 "doc": false, 66926 "doctest": false, 66927 "edition": "2021", 66928 "kind": [ 66929 "test" 66930 ], 66931 "name": "_require_full", 66932 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/_require_full.rs", 66933 "test": true 66934 }, 66935 { 66936 "crate_types": [ 66937 "bin" 66938 ], 66939 "doc": false, 66940 "doctest": false, 66941 "edition": "2021", 66942 "kind": [ 66943 "test" 66944 ], 66945 "name": "io_sync_bridge", 66946 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/io_sync_bridge.rs", 66947 "test": true 66948 }, 66949 { 66950 "crate_types": [ 66951 "bin" 66952 ], 66953 "doc": false, 66954 "doctest": false, 66955 "edition": "2021", 66956 "kind": [ 66957 "test" 66958 ], 66959 "name": "sync_cancellation_token", 66960 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/sync_cancellation_token.rs", 66961 "test": true 66962 }, 66963 { 66964 "crate_types": [ 66965 "bin" 66966 ], 66967 "doc": false, 66968 "doctest": false, 66969 "edition": "2021", 66970 "kind": [ 66971 "test" 66972 ], 66973 "name": "context", 66974 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/context.rs", 66975 "test": true 66976 }, 66977 { 66978 "crate_types": [ 66979 "bin" 66980 ], 66981 "doc": false, 66982 "doctest": false, 66983 "edition": "2021", 66984 "kind": [ 66985 "test" 66986 ], 66987 "name": "udp", 66988 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/tests/udp.rs", 66989 "test": true 66990 } 66991 ], 66992 "version": "0.7.10" 66993 }, 66994 { 66995 "authors": [ 66996 "Alex Crichton <[email protected]>" 66997 ], 66998 "categories": [ 66999 "encoding", 67000 "parser-implementations", 67001 "parsing", 67002 "config" 67003 ], 67004 "default_run": null, 67005 "dependencies": [ 67006 { 67007 "features": [], 67008 "kind": null, 67009 "name": "serde", 67010 "optional": true, 67011 "registry": null, 67012 "rename": null, 67013 "req": "^1.0.145", 67014 "source": "registry+https://github.com/rust-lang/crates.io-index", 67015 "target": null, 67016 "uses_default_features": true 67017 } 67018 ], 67019 "description": "A TOML-compatible datetime type", 67020 "documentation": null, 67021 "edition": "2021", 67022 "features": { 67023 "serde": [ 67024 "dep:serde" 67025 ] 67026 }, 67027 "homepage": "https://github.com/toml-rs/toml", 67028 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 67029 "keywords": [ 67030 "encoding", 67031 "toml" 67032 ], 67033 "license": "MIT OR Apache-2.0", 67034 "license_file": null, 67035 "links": null, 67036 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/Cargo.toml", 67037 "metadata": { 67038 "docs": { 67039 "rs": { 67040 "all-features": true, 67041 "rustdoc-args": [ 67042 "--cfg", 67043 "docsrs" 67044 ] 67045 } 67046 }, 67047 "release": { 67048 "pre-release-replacements": [ 67049 { 67050 "file": "CHANGELOG.md", 67051 "min": 1, 67052 "replace": "{{version}}", 67053 "search": "Unreleased" 67054 }, 67055 { 67056 "exactly": 1, 67057 "file": "CHANGELOG.md", 67058 "replace": "...{{tag_name}}", 67059 "search": "\\.\\.\\.HEAD" 67060 }, 67061 { 67062 "file": "CHANGELOG.md", 67063 "min": 1, 67064 "replace": "{{date}}", 67065 "search": "ReleaseDate" 67066 }, 67067 { 67068 "exactly": 1, 67069 "file": "CHANGELOG.md", 67070 "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", 67071 "search": "<!-- next-header -->" 67072 }, 67073 { 67074 "exactly": 1, 67075 "file": "CHANGELOG.md", 67076 "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD", 67077 "search": "<!-- next-url -->" 67078 } 67079 ] 67080 } 67081 }, 67082 "name": "toml_datetime", 67083 "publish": null, 67084 "readme": "README.md", 67085 "repository": "https://github.com/toml-rs/toml", 67086 "rust_version": "1.67", 67087 "source": "registry+https://github.com/rust-lang/crates.io-index", 67088 "targets": [ 67089 { 67090 "crate_types": [ 67091 "lib" 67092 ], 67093 "doc": true, 67094 "doctest": true, 67095 "edition": "2021", 67096 "kind": [ 67097 "lib" 67098 ], 67099 "name": "toml_datetime", 67100 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs", 67101 "test": true 67102 } 67103 ], 67104 "version": "0.6.5" 67105 }, 67106 { 67107 "authors": [ 67108 "Andronik Ordian <[email protected]>", 67109 "Ed Page <[email protected]>" 67110 ], 67111 "categories": [ 67112 "encoding", 67113 "parser-implementations", 67114 "parsing", 67115 "config" 67116 ], 67117 "default_run": null, 67118 "dependencies": [ 67119 { 67120 "features": [ 67121 "std" 67122 ], 67123 "kind": null, 67124 "name": "indexmap", 67125 "optional": false, 67126 "registry": null, 67127 "rename": null, 67128 "req": "^2.0.0", 67129 "source": "registry+https://github.com/rust-lang/crates.io-index", 67130 "target": null, 67131 "uses_default_features": true 67132 }, 67133 { 67134 "features": [ 67135 "max_inline" 67136 ], 67137 "kind": null, 67138 "name": "kstring", 67139 "optional": true, 67140 "registry": null, 67141 "rename": null, 67142 "req": "^2.0.0", 67143 "source": "registry+https://github.com/rust-lang/crates.io-index", 67144 "target": null, 67145 "uses_default_features": true 67146 }, 67147 { 67148 "features": [], 67149 "kind": null, 67150 "name": "serde", 67151 "optional": true, 67152 "registry": null, 67153 "rename": null, 67154 "req": "^1.0.145", 67155 "source": "registry+https://github.com/rust-lang/crates.io-index", 67156 "target": null, 67157 "uses_default_features": true 67158 }, 67159 { 67160 "features": [ 67161 "serde" 67162 ], 67163 "kind": null, 67164 "name": "serde_spanned", 67165 "optional": true, 67166 "registry": null, 67167 "rename": null, 67168 "req": "^0.6.5", 67169 "source": "registry+https://github.com/rust-lang/crates.io-index", 67170 "target": null, 67171 "uses_default_features": true 67172 }, 67173 { 67174 "features": [], 67175 "kind": null, 67176 "name": "toml_datetime", 67177 "optional": false, 67178 "registry": null, 67179 "rename": null, 67180 "req": "^0.6.5", 67181 "source": "registry+https://github.com/rust-lang/crates.io-index", 67182 "target": null, 67183 "uses_default_features": true 67184 }, 67185 { 67186 "features": [], 67187 "kind": null, 67188 "name": "winnow", 67189 "optional": true, 67190 "registry": null, 67191 "rename": null, 67192 "req": "^0.5.0", 67193 "source": "registry+https://github.com/rust-lang/crates.io-index", 67194 "target": null, 67195 "uses_default_features": true 67196 }, 67197 { 67198 "features": [], 67199 "kind": "dev", 67200 "name": "libtest-mimic", 67201 "optional": false, 67202 "registry": null, 67203 "rename": null, 67204 "req": "^0.6.0", 67205 "source": "registry+https://github.com/rust-lang/crates.io-index", 67206 "target": null, 67207 "uses_default_features": true 67208 }, 67209 { 67210 "features": [], 67211 "kind": "dev", 67212 "name": "serde_json", 67213 "optional": false, 67214 "registry": null, 67215 "rename": null, 67216 "req": "^1.0.96", 67217 "source": "registry+https://github.com/rust-lang/crates.io-index", 67218 "target": null, 67219 "uses_default_features": true 67220 }, 67221 { 67222 "features": [ 67223 "harness" 67224 ], 67225 "kind": "dev", 67226 "name": "snapbox", 67227 "optional": false, 67228 "registry": null, 67229 "rename": null, 67230 "req": "^0.4.11", 67231 "source": "registry+https://github.com/rust-lang/crates.io-index", 67232 "target": null, 67233 "uses_default_features": true 67234 }, 67235 { 67236 "features": [], 67237 "kind": "dev", 67238 "name": "toml-test-data", 67239 "optional": false, 67240 "registry": null, 67241 "rename": null, 67242 "req": "^1.8.0", 67243 "source": "registry+https://github.com/rust-lang/crates.io-index", 67244 "target": null, 67245 "uses_default_features": true 67246 }, 67247 { 67248 "features": [], 67249 "kind": "dev", 67250 "name": "toml-test-harness", 67251 "optional": false, 67252 "registry": null, 67253 "rename": null, 67254 "req": "^0.4.8", 67255 "source": "registry+https://github.com/rust-lang/crates.io-index", 67256 "target": null, 67257 "uses_default_features": true 67258 } 67259 ], 67260 "description": "Yet another format-preserving TOML parser.", 67261 "documentation": null, 67262 "edition": "2021", 67263 "features": { 67264 "default": [ 67265 "parse", 67266 "display" 67267 ], 67268 "display": [], 67269 "parse": [ 67270 "dep:winnow" 67271 ], 67272 "perf": [ 67273 "dep:kstring" 67274 ], 67275 "serde": [ 67276 "dep:serde", 67277 "toml_datetime/serde", 67278 "dep:serde_spanned" 67279 ], 67280 "unbounded": [] 67281 }, 67282 "homepage": null, 67283 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 67284 "keywords": [ 67285 "encoding", 67286 "toml" 67287 ], 67288 "license": "MIT OR Apache-2.0", 67289 "license_file": null, 67290 "links": null, 67291 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/Cargo.toml", 67292 "metadata": { 67293 "docs": { 67294 "rs": { 67295 "features": [ 67296 "serde" 67297 ], 67298 "rustdoc-args": [ 67299 "--cfg", 67300 "docsrs" 67301 ] 67302 } 67303 }, 67304 "release": { 67305 "pre-release-replacements": [ 67306 { 67307 "file": "CHANGELOG.md", 67308 "min": 1, 67309 "replace": "{{version}}", 67310 "search": "Unreleased" 67311 }, 67312 { 67313 "exactly": 1, 67314 "file": "CHANGELOG.md", 67315 "replace": "...{{tag_name}}", 67316 "search": "\\.\\.\\.HEAD" 67317 }, 67318 { 67319 "file": "CHANGELOG.md", 67320 "min": 1, 67321 "replace": "{{date}}", 67322 "search": "ReleaseDate" 67323 }, 67324 { 67325 "exactly": 1, 67326 "file": "CHANGELOG.md", 67327 "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", 67328 "search": "<!-- next-header -->" 67329 }, 67330 { 67331 "exactly": 1, 67332 "file": "CHANGELOG.md", 67333 "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD", 67334 "search": "<!-- next-url -->" 67335 } 67336 ], 67337 "tag-name": "v{{version}}" 67338 } 67339 }, 67340 "name": "toml_edit", 67341 "publish": null, 67342 "readme": "README.md", 67343 "repository": "https://github.com/toml-rs/toml", 67344 "rust_version": "1.69", 67345 "source": "registry+https://github.com/rust-lang/crates.io-index", 67346 "targets": [ 67347 { 67348 "crate_types": [ 67349 "lib" 67350 ], 67351 "doc": true, 67352 "doctest": true, 67353 "edition": "2021", 67354 "kind": [ 67355 "lib" 67356 ], 67357 "name": "toml_edit", 67358 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/src/lib.rs", 67359 "test": true 67360 }, 67361 { 67362 "crate_types": [ 67363 "bin" 67364 ], 67365 "doc": false, 67366 "doctest": false, 67367 "edition": "2021", 67368 "kind": [ 67369 "example" 67370 ], 67371 "name": "visit", 67372 "required-features": [ 67373 "parse", 67374 "display" 67375 ], 67376 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/examples/visit.rs", 67377 "test": true 67378 }, 67379 { 67380 "crate_types": [ 67381 "bin" 67382 ], 67383 "doc": false, 67384 "doctest": false, 67385 "edition": "2021", 67386 "kind": [ 67387 "test" 67388 ], 67389 "name": "testsuite", 67390 "required-features": [ 67391 "parse", 67392 "display" 67393 ], 67394 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/testsuite/main.rs", 67395 "test": true 67396 }, 67397 { 67398 "crate_types": [ 67399 "bin" 67400 ], 67401 "doc": false, 67402 "doctest": false, 67403 "edition": "2021", 67404 "kind": [ 67405 "test" 67406 ], 67407 "name": "decoder_compliance", 67408 "required-features": [ 67409 "parse" 67410 ], 67411 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/decoder_compliance.rs", 67412 "test": true 67413 }, 67414 { 67415 "crate_types": [ 67416 "bin" 67417 ], 67418 "doc": false, 67419 "doctest": false, 67420 "edition": "2021", 67421 "kind": [ 67422 "test" 67423 ], 67424 "name": "encoder_compliance", 67425 "required-features": [ 67426 "parse", 67427 "display" 67428 ], 67429 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/encoder_compliance.rs", 67430 "test": true 67431 }, 67432 { 67433 "crate_types": [ 67434 "bin" 67435 ], 67436 "doc": false, 67437 "doctest": false, 67438 "edition": "2021", 67439 "kind": [ 67440 "test" 67441 ], 67442 "name": "invalid", 67443 "required-features": [ 67444 "parse" 67445 ], 67446 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/invalid.rs", 67447 "test": true 67448 } 67449 ], 67450 "version": "0.21.1" 67451 }, 67452 { 67453 "authors": [ 67454 "Tower Maintainers <[email protected]>" 67455 ], 67456 "categories": [ 67457 "asynchronous", 67458 "network-programming" 67459 ], 67460 "default_run": null, 67461 "dependencies": [ 67462 { 67463 "features": [], 67464 "kind": "dev", 67465 "name": "futures", 67466 "optional": false, 67467 "registry": null, 67468 "rename": null, 67469 "req": "^0.3", 67470 "source": "registry+https://github.com/rust-lang/crates.io-index", 67471 "target": null, 67472 "uses_default_features": true 67473 }, 67474 { 67475 "features": [], 67476 "kind": "dev", 67477 "name": "http", 67478 "optional": false, 67479 "registry": null, 67480 "rename": null, 67481 "req": "^0.2", 67482 "source": "registry+https://github.com/rust-lang/crates.io-index", 67483 "target": null, 67484 "uses_default_features": true 67485 }, 67486 { 67487 "features": [ 67488 "macros", 67489 "time" 67490 ], 67491 "kind": "dev", 67492 "name": "tokio", 67493 "optional": false, 67494 "registry": null, 67495 "rename": null, 67496 "req": "^1", 67497 "source": "registry+https://github.com/rust-lang/crates.io-index", 67498 "target": null, 67499 "uses_default_features": true 67500 }, 67501 { 67502 "features": [], 67503 "kind": "dev", 67504 "name": "tower-layer", 67505 "optional": false, 67506 "registry": null, 67507 "rename": null, 67508 "req": "^0.3", 67509 "source": "registry+https://github.com/rust-lang/crates.io-index", 67510 "target": null, 67511 "uses_default_features": true 67512 } 67513 ], 67514 "description": "Trait representing an asynchronous, request / response based, client or server.\n", 67515 "documentation": "https://docs.rs/tower-service/0.3.2", 67516 "edition": "2018", 67517 "features": {}, 67518 "homepage": "https://github.com/tower-rs/tower", 67519 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 67520 "keywords": [], 67521 "license": "MIT", 67522 "license_file": null, 67523 "links": null, 67524 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/Cargo.toml", 67525 "metadata": null, 67526 "name": "tower-service", 67527 "publish": null, 67528 "readme": "README.md", 67529 "repository": "https://github.com/tower-rs/tower", 67530 "rust_version": null, 67531 "source": "registry+https://github.com/rust-lang/crates.io-index", 67532 "targets": [ 67533 { 67534 "crate_types": [ 67535 "lib" 67536 ], 67537 "doc": true, 67538 "doctest": true, 67539 "edition": "2018", 67540 "kind": [ 67541 "lib" 67542 ], 67543 "name": "tower_service", 67544 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs", 67545 "test": true 67546 } 67547 ], 67548 "version": "0.3.2" 67549 }, 67550 { 67551 "authors": [ 67552 "Eliza Weisman <[email protected]>", 67553 "Tokio Contributors <[email protected]>" 67554 ], 67555 "categories": [ 67556 "development-tools::debugging", 67557 "development-tools::profiling", 67558 "asynchronous", 67559 "no-std" 67560 ], 67561 "default_run": null, 67562 "dependencies": [ 67563 { 67564 "features": [], 67565 "kind": null, 67566 "name": "log", 67567 "optional": true, 67568 "registry": null, 67569 "rename": null, 67570 "req": "^0.4.17", 67571 "source": "registry+https://github.com/rust-lang/crates.io-index", 67572 "target": null, 67573 "uses_default_features": true 67574 }, 67575 { 67576 "features": [], 67577 "kind": null, 67578 "name": "pin-project-lite", 67579 "optional": false, 67580 "registry": null, 67581 "rename": null, 67582 "req": "^0.2.9", 67583 "source": "registry+https://github.com/rust-lang/crates.io-index", 67584 "target": null, 67585 "uses_default_features": true 67586 }, 67587 { 67588 "features": [], 67589 "kind": null, 67590 "name": "tracing-attributes", 67591 "optional": true, 67592 "registry": null, 67593 "rename": null, 67594 "req": "^0.1.27", 67595 "source": "registry+https://github.com/rust-lang/crates.io-index", 67596 "target": null, 67597 "uses_default_features": true 67598 }, 67599 { 67600 "features": [], 67601 "kind": null, 67602 "name": "tracing-core", 67603 "optional": false, 67604 "registry": null, 67605 "rename": null, 67606 "req": "^0.1.32", 67607 "source": "registry+https://github.com/rust-lang/crates.io-index", 67608 "target": null, 67609 "uses_default_features": false 67610 }, 67611 { 67612 "features": [], 67613 "kind": "dev", 67614 "name": "criterion", 67615 "optional": false, 67616 "registry": null, 67617 "rename": null, 67618 "req": "^0.3.6", 67619 "source": "registry+https://github.com/rust-lang/crates.io-index", 67620 "target": null, 67621 "uses_default_features": false 67622 }, 67623 { 67624 "features": [], 67625 "kind": "dev", 67626 "name": "futures", 67627 "optional": false, 67628 "registry": null, 67629 "rename": null, 67630 "req": "^0.3.21", 67631 "source": "registry+https://github.com/rust-lang/crates.io-index", 67632 "target": null, 67633 "uses_default_features": false 67634 }, 67635 { 67636 "features": [], 67637 "kind": "dev", 67638 "name": "log", 67639 "optional": false, 67640 "registry": null, 67641 "rename": null, 67642 "req": "^0.4.17", 67643 "source": "registry+https://github.com/rust-lang/crates.io-index", 67644 "target": null, 67645 "uses_default_features": true 67646 }, 67647 { 67648 "features": [], 67649 "kind": "dev", 67650 "name": "wasm-bindgen-test", 67651 "optional": false, 67652 "registry": null, 67653 "rename": null, 67654 "req": "^0.3", 67655 "source": "registry+https://github.com/rust-lang/crates.io-index", 67656 "target": "cfg(target_arch = \"wasm32\")", 67657 "uses_default_features": true 67658 } 67659 ], 67660 "description": "Application-level tracing for Rust.\n", 67661 "documentation": null, 67662 "edition": "2018", 67663 "features": { 67664 "async-await": [], 67665 "attributes": [ 67666 "tracing-attributes" 67667 ], 67668 "default": [ 67669 "std", 67670 "attributes" 67671 ], 67672 "log": [ 67673 "dep:log" 67674 ], 67675 "log-always": [ 67676 "log" 67677 ], 67678 "max_level_debug": [], 67679 "max_level_error": [], 67680 "max_level_info": [], 67681 "max_level_off": [], 67682 "max_level_trace": [], 67683 "max_level_warn": [], 67684 "release_max_level_debug": [], 67685 "release_max_level_error": [], 67686 "release_max_level_info": [], 67687 "release_max_level_off": [], 67688 "release_max_level_trace": [], 67689 "release_max_level_warn": [], 67690 "std": [ 67691 "tracing-core/std" 67692 ], 67693 "tracing-attributes": [ 67694 "dep:tracing-attributes" 67695 ], 67696 "valuable": [ 67697 "tracing-core/valuable" 67698 ] 67699 }, 67700 "homepage": "https://tokio.rs", 67701 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 67702 "keywords": [ 67703 "logging", 67704 "tracing", 67705 "metrics", 67706 "async" 67707 ], 67708 "license": "MIT", 67709 "license_file": null, 67710 "links": null, 67711 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml", 67712 "metadata": { 67713 "docs": { 67714 "rs": { 67715 "all-features": true, 67716 "rustc-args": [ 67717 "--cfg", 67718 "tracing_unstable" 67719 ], 67720 "rustdoc-args": [ 67721 "--cfg", 67722 "docsrs", 67723 "--cfg", 67724 "tracing_unstable" 67725 ] 67726 } 67727 } 67728 }, 67729 "name": "tracing", 67730 "publish": null, 67731 "readme": "README.md", 67732 "repository": "https://github.com/tokio-rs/tracing", 67733 "rust_version": "1.56.0", 67734 "source": "registry+https://github.com/rust-lang/crates.io-index", 67735 "targets": [ 67736 { 67737 "crate_types": [ 67738 "lib" 67739 ], 67740 "doc": true, 67741 "doctest": true, 67742 "edition": "2018", 67743 "kind": [ 67744 "lib" 67745 ], 67746 "name": "tracing", 67747 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs", 67748 "test": true 67749 }, 67750 { 67751 "crate_types": [ 67752 "bin" 67753 ], 67754 "doc": false, 67755 "doctest": false, 67756 "edition": "2018", 67757 "kind": [ 67758 "test" 67759 ], 67760 "name": "max_level_hint", 67761 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs", 67762 "test": true 67763 }, 67764 { 67765 "crate_types": [ 67766 "bin" 67767 ], 67768 "doc": false, 67769 "doctest": false, 67770 "edition": "2018", 67771 "kind": [ 67772 "test" 67773 ], 67774 "name": "filter_caching_is_lexically_scoped", 67775 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs", 67776 "test": true 67777 }, 67778 { 67779 "crate_types": [ 67780 "bin" 67781 ], 67782 "doc": false, 67783 "doctest": false, 67784 "edition": "2018", 67785 "kind": [ 67786 "test" 67787 ], 67788 "name": "register_callsite_deadlock", 67789 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs", 67790 "test": true 67791 }, 67792 { 67793 "crate_types": [ 67794 "bin" 67795 ], 67796 "doc": false, 67797 "doctest": false, 67798 "edition": "2018", 67799 "kind": [ 67800 "test" 67801 ], 67802 "name": "filters_dont_leak", 67803 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs", 67804 "test": true 67805 }, 67806 { 67807 "crate_types": [ 67808 "bin" 67809 ], 67810 "doc": false, 67811 "doctest": false, 67812 "edition": "2018", 67813 "kind": [ 67814 "test" 67815 ], 67816 "name": "subscriber", 67817 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs", 67818 "test": true 67819 }, 67820 { 67821 "crate_types": [ 67822 "bin" 67823 ], 67824 "doc": false, 67825 "doctest": false, 67826 "edition": "2018", 67827 "kind": [ 67828 "test" 67829 ], 67830 "name": "no_subscriber", 67831 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs", 67832 "test": true 67833 }, 67834 { 67835 "crate_types": [ 67836 "bin" 67837 ], 67838 "doc": false, 67839 "doctest": false, 67840 "edition": "2018", 67841 "kind": [ 67842 "test" 67843 ], 67844 "name": "future_send", 67845 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs", 67846 "test": true 67847 }, 67848 { 67849 "crate_types": [ 67850 "bin" 67851 ], 67852 "doc": false, 67853 "doctest": false, 67854 "edition": "2018", 67855 "kind": [ 67856 "test" 67857 ], 67858 "name": "filters_are_reevaluated_for_different_call_sites", 67859 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs", 67860 "test": true 67861 }, 67862 { 67863 "crate_types": [ 67864 "bin" 67865 ], 67866 "doc": false, 67867 "doctest": false, 67868 "edition": "2018", 67869 "kind": [ 67870 "test" 67871 ], 67872 "name": "enabled", 67873 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs", 67874 "test": true 67875 }, 67876 { 67877 "crate_types": [ 67878 "bin" 67879 ], 67880 "doc": false, 67881 "doctest": false, 67882 "edition": "2018", 67883 "kind": [ 67884 "test" 67885 ], 67886 "name": "event", 67887 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs", 67888 "test": true 67889 }, 67890 { 67891 "crate_types": [ 67892 "bin" 67893 ], 67894 "doc": false, 67895 "doctest": false, 67896 "edition": "2018", 67897 "kind": [ 67898 "test" 67899 ], 67900 "name": "multiple_max_level_hints", 67901 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs", 67902 "test": true 67903 }, 67904 { 67905 "crate_types": [ 67906 "bin" 67907 ], 67908 "doc": false, 67909 "doctest": false, 67910 "edition": "2018", 67911 "kind": [ 67912 "test" 67913 ], 67914 "name": "filters_are_not_reevaluated_for_the_same_span", 67915 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs", 67916 "test": true 67917 }, 67918 { 67919 "crate_types": [ 67920 "bin" 67921 ], 67922 "doc": false, 67923 "doctest": false, 67924 "edition": "2018", 67925 "kind": [ 67926 "test" 67927 ], 67928 "name": "span", 67929 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs", 67930 "test": true 67931 }, 67932 { 67933 "crate_types": [ 67934 "bin" 67935 ], 67936 "doc": false, 67937 "doctest": false, 67938 "edition": "2018", 67939 "kind": [ 67940 "test" 67941 ], 67942 "name": "macro_imports", 67943 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs", 67944 "test": true 67945 }, 67946 { 67947 "crate_types": [ 67948 "bin" 67949 ], 67950 "doc": false, 67951 "doctest": false, 67952 "edition": "2018", 67953 "kind": [ 67954 "test" 67955 ], 67956 "name": "instrument", 67957 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs", 67958 "test": true 67959 }, 67960 { 67961 "crate_types": [ 67962 "bin" 67963 ], 67964 "doc": false, 67965 "doctest": false, 67966 "edition": "2018", 67967 "kind": [ 67968 "test" 67969 ], 67970 "name": "macros", 67971 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs", 67972 "test": true 67973 }, 67974 { 67975 "crate_types": [ 67976 "bin" 67977 ], 67978 "doc": false, 67979 "doctest": false, 67980 "edition": "2018", 67981 "kind": [ 67982 "test" 67983 ], 67984 "name": "macros_incompatible_concat", 67985 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs", 67986 "test": true 67987 }, 67988 { 67989 "crate_types": [ 67990 "bin" 67991 ], 67992 "doc": false, 67993 "doctest": false, 67994 "edition": "2018", 67995 "kind": [ 67996 "test" 67997 ], 67998 "name": "scoped_clobbers_default", 67999 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs", 68000 "test": true 68001 }, 68002 { 68003 "crate_types": [ 68004 "bin" 68005 ], 68006 "doc": false, 68007 "doctest": false, 68008 "edition": "2018", 68009 "kind": [ 68010 "bench" 68011 ], 68012 "name": "baseline", 68013 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs", 68014 "test": false 68015 }, 68016 { 68017 "crate_types": [ 68018 "bin" 68019 ], 68020 "doc": false, 68021 "doctest": false, 68022 "edition": "2018", 68023 "kind": [ 68024 "bench" 68025 ], 68026 "name": "dispatch_get_clone", 68027 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs", 68028 "test": false 68029 }, 68030 { 68031 "crate_types": [ 68032 "bin" 68033 ], 68034 "doc": false, 68035 "doctest": false, 68036 "edition": "2018", 68037 "kind": [ 68038 "bench" 68039 ], 68040 "name": "dispatch_get_ref", 68041 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs", 68042 "test": false 68043 }, 68044 { 68045 "crate_types": [ 68046 "bin" 68047 ], 68048 "doc": false, 68049 "doctest": false, 68050 "edition": "2018", 68051 "kind": [ 68052 "bench" 68053 ], 68054 "name": "empty_span", 68055 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs", 68056 "test": false 68057 }, 68058 { 68059 "crate_types": [ 68060 "bin" 68061 ], 68062 "doc": false, 68063 "doctest": false, 68064 "edition": "2018", 68065 "kind": [ 68066 "bench" 68067 ], 68068 "name": "enter_span", 68069 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs", 68070 "test": false 68071 }, 68072 { 68073 "crate_types": [ 68074 "bin" 68075 ], 68076 "doc": false, 68077 "doctest": false, 68078 "edition": "2018", 68079 "kind": [ 68080 "bench" 68081 ], 68082 "name": "event", 68083 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs", 68084 "test": false 68085 }, 68086 { 68087 "crate_types": [ 68088 "bin" 68089 ], 68090 "doc": false, 68091 "doctest": false, 68092 "edition": "2018", 68093 "kind": [ 68094 "bench" 68095 ], 68096 "name": "span_fields", 68097 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs", 68098 "test": false 68099 }, 68100 { 68101 "crate_types": [ 68102 "bin" 68103 ], 68104 "doc": false, 68105 "doctest": false, 68106 "edition": "2018", 68107 "kind": [ 68108 "bench" 68109 ], 68110 "name": "span_no_fields", 68111 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs", 68112 "test": false 68113 }, 68114 { 68115 "crate_types": [ 68116 "bin" 68117 ], 68118 "doc": false, 68119 "doctest": false, 68120 "edition": "2018", 68121 "kind": [ 68122 "bench" 68123 ], 68124 "name": "span_repeated", 68125 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs", 68126 "test": false 68127 }, 68128 { 68129 "crate_types": [ 68130 "bin" 68131 ], 68132 "doc": false, 68133 "doctest": false, 68134 "edition": "2018", 68135 "kind": [ 68136 "bench" 68137 ], 68138 "name": "shared", 68139 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs", 68140 "test": false 68141 } 68142 ], 68143 "version": "0.1.40" 68144 }, 68145 { 68146 "authors": [ 68147 "Tokio Contributors <[email protected]>", 68148 "Eliza Weisman <[email protected]>", 68149 "David Barsky <[email protected]>" 68150 ], 68151 "categories": [ 68152 "development-tools::debugging", 68153 "development-tools::profiling", 68154 "asynchronous" 68155 ], 68156 "default_run": null, 68157 "dependencies": [ 68158 { 68159 "features": [], 68160 "kind": null, 68161 "name": "proc-macro2", 68162 "optional": false, 68163 "registry": null, 68164 "rename": null, 68165 "req": "^1.0.60", 68166 "source": "registry+https://github.com/rust-lang/crates.io-index", 68167 "target": null, 68168 "uses_default_features": true 68169 }, 68170 { 68171 "features": [], 68172 "kind": null, 68173 "name": "quote", 68174 "optional": false, 68175 "registry": null, 68176 "rename": null, 68177 "req": "^1.0.20", 68178 "source": "registry+https://github.com/rust-lang/crates.io-index", 68179 "target": null, 68180 "uses_default_features": true 68181 }, 68182 { 68183 "features": [ 68184 "full", 68185 "parsing", 68186 "printing", 68187 "visit-mut", 68188 "clone-impls", 68189 "extra-traits", 68190 "proc-macro" 68191 ], 68192 "kind": null, 68193 "name": "syn", 68194 "optional": false, 68195 "registry": null, 68196 "rename": null, 68197 "req": "^2.0", 68198 "source": "registry+https://github.com/rust-lang/crates.io-index", 68199 "target": null, 68200 "uses_default_features": false 68201 }, 68202 { 68203 "features": [], 68204 "kind": "dev", 68205 "name": "async-trait", 68206 "optional": false, 68207 "registry": null, 68208 "rename": null, 68209 "req": "^0.1.67", 68210 "source": "registry+https://github.com/rust-lang/crates.io-index", 68211 "target": null, 68212 "uses_default_features": true 68213 }, 68214 { 68215 "features": [], 68216 "kind": "dev", 68217 "name": "rustversion", 68218 "optional": false, 68219 "registry": null, 68220 "rename": null, 68221 "req": "^1.0.9", 68222 "source": "registry+https://github.com/rust-lang/crates.io-index", 68223 "target": null, 68224 "uses_default_features": true 68225 }, 68226 { 68227 "features": [], 68228 "kind": "dev", 68229 "name": "tokio-test", 68230 "optional": false, 68231 "registry": null, 68232 "rename": null, 68233 "req": "^0.4.2", 68234 "source": "registry+https://github.com/rust-lang/crates.io-index", 68235 "target": null, 68236 "uses_default_features": true 68237 }, 68238 { 68239 "features": [], 68240 "kind": "dev", 68241 "name": "tracing", 68242 "optional": false, 68243 "registry": null, 68244 "rename": null, 68245 "req": "^0.1.35", 68246 "source": "registry+https://github.com/rust-lang/crates.io-index", 68247 "target": null, 68248 "uses_default_features": true 68249 }, 68250 { 68251 "features": [ 68252 "env-filter" 68253 ], 68254 "kind": "dev", 68255 "name": "tracing-subscriber", 68256 "optional": false, 68257 "registry": null, 68258 "rename": null, 68259 "req": "^0.3.0", 68260 "source": "registry+https://github.com/rust-lang/crates.io-index", 68261 "target": null, 68262 "uses_default_features": true 68263 }, 68264 { 68265 "features": [], 68266 "kind": "dev", 68267 "name": "trybuild", 68268 "optional": false, 68269 "registry": null, 68270 "rename": null, 68271 "req": "^1.0.64", 68272 "source": "registry+https://github.com/rust-lang/crates.io-index", 68273 "target": null, 68274 "uses_default_features": true 68275 } 68276 ], 68277 "description": "Procedural macro attributes for automatically instrumenting functions.\n", 68278 "documentation": null, 68279 "edition": "2018", 68280 "features": { 68281 "async-await": [] 68282 }, 68283 "homepage": "https://tokio.rs", 68284 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 68285 "keywords": [ 68286 "logging", 68287 "tracing", 68288 "macro", 68289 "instrument", 68290 "log" 68291 ], 68292 "license": "MIT", 68293 "license_file": null, 68294 "links": null, 68295 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/Cargo.toml", 68296 "metadata": null, 68297 "name": "tracing-attributes", 68298 "publish": null, 68299 "readme": "README.md", 68300 "repository": "https://github.com/tokio-rs/tracing", 68301 "rust_version": "1.56.0", 68302 "source": "registry+https://github.com/rust-lang/crates.io-index", 68303 "targets": [ 68304 { 68305 "crate_types": [ 68306 "proc-macro" 68307 ], 68308 "doc": true, 68309 "doctest": true, 68310 "edition": "2018", 68311 "kind": [ 68312 "proc-macro" 68313 ], 68314 "name": "tracing_attributes", 68315 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs", 68316 "test": true 68317 }, 68318 { 68319 "crate_types": [ 68320 "bin" 68321 ], 68322 "doc": false, 68323 "doctest": false, 68324 "edition": "2018", 68325 "kind": [ 68326 "test" 68327 ], 68328 "name": "ui", 68329 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ui.rs", 68330 "test": true 68331 }, 68332 { 68333 "crate_types": [ 68334 "bin" 68335 ], 68336 "doc": false, 68337 "doctest": false, 68338 "edition": "2018", 68339 "kind": [ 68340 "test" 68341 ], 68342 "name": "async_fn", 68343 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/async_fn.rs", 68344 "test": true 68345 }, 68346 { 68347 "crate_types": [ 68348 "bin" 68349 ], 68350 "doc": false, 68351 "doctest": false, 68352 "edition": "2018", 68353 "kind": [ 68354 "test" 68355 ], 68356 "name": "targets", 68357 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/targets.rs", 68358 "test": true 68359 }, 68360 { 68361 "crate_types": [ 68362 "bin" 68363 ], 68364 "doc": false, 68365 "doctest": false, 68366 "edition": "2018", 68367 "kind": [ 68368 "test" 68369 ], 68370 "name": "fields", 68371 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/fields.rs", 68372 "test": true 68373 }, 68374 { 68375 "crate_types": [ 68376 "bin" 68377 ], 68378 "doc": false, 68379 "doctest": false, 68380 "edition": "2018", 68381 "kind": [ 68382 "test" 68383 ], 68384 "name": "destructuring", 68385 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/destructuring.rs", 68386 "test": true 68387 }, 68388 { 68389 "crate_types": [ 68390 "bin" 68391 ], 68392 "doc": false, 68393 "doctest": false, 68394 "edition": "2018", 68395 "kind": [ 68396 "test" 68397 ], 68398 "name": "err", 68399 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/err.rs", 68400 "test": true 68401 }, 68402 { 68403 "crate_types": [ 68404 "bin" 68405 ], 68406 "doc": false, 68407 "doctest": false, 68408 "edition": "2018", 68409 "kind": [ 68410 "test" 68411 ], 68412 "name": "ret", 68413 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ret.rs", 68414 "test": true 68415 }, 68416 { 68417 "crate_types": [ 68418 "bin" 68419 ], 68420 "doc": false, 68421 "doctest": false, 68422 "edition": "2018", 68423 "kind": [ 68424 "test" 68425 ], 68426 "name": "levels", 68427 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/levels.rs", 68428 "test": true 68429 }, 68430 { 68431 "crate_types": [ 68432 "bin" 68433 ], 68434 "doc": false, 68435 "doctest": false, 68436 "edition": "2018", 68437 "kind": [ 68438 "test" 68439 ], 68440 "name": "follows_from", 68441 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/follows_from.rs", 68442 "test": true 68443 }, 68444 { 68445 "crate_types": [ 68446 "bin" 68447 ], 68448 "doc": false, 68449 "doctest": false, 68450 "edition": "2018", 68451 "kind": [ 68452 "test" 68453 ], 68454 "name": "instrument", 68455 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/instrument.rs", 68456 "test": true 68457 }, 68458 { 68459 "crate_types": [ 68460 "bin" 68461 ], 68462 "doc": false, 68463 "doctest": false, 68464 "edition": "2018", 68465 "kind": [ 68466 "test" 68467 ], 68468 "name": "names", 68469 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/names.rs", 68470 "test": true 68471 }, 68472 { 68473 "crate_types": [ 68474 "bin" 68475 ], 68476 "doc": false, 68477 "doctest": false, 68478 "edition": "2018", 68479 "kind": [ 68480 "test" 68481 ], 68482 "name": "parents", 68483 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/parents.rs", 68484 "test": true 68485 } 68486 ], 68487 "version": "0.1.27" 68488 }, 68489 { 68490 "authors": [ 68491 "Tokio Contributors <[email protected]>" 68492 ], 68493 "categories": [ 68494 "development-tools::debugging", 68495 "development-tools::profiling", 68496 "asynchronous" 68497 ], 68498 "default_run": null, 68499 "dependencies": [ 68500 { 68501 "features": [], 68502 "kind": null, 68503 "name": "once_cell", 68504 "optional": true, 68505 "registry": null, 68506 "rename": null, 68507 "req": "^1.13.0", 68508 "source": "registry+https://github.com/rust-lang/crates.io-index", 68509 "target": null, 68510 "uses_default_features": true 68511 }, 68512 { 68513 "features": [], 68514 "kind": null, 68515 "name": "valuable", 68516 "optional": true, 68517 "registry": null, 68518 "rename": null, 68519 "req": "^0.1.0", 68520 "source": "registry+https://github.com/rust-lang/crates.io-index", 68521 "target": "cfg(tracing_unstable)", 68522 "uses_default_features": false 68523 } 68524 ], 68525 "description": "Core primitives for application-level tracing.\n", 68526 "documentation": null, 68527 "edition": "2018", 68528 "features": { 68529 "default": [ 68530 "std", 68531 "valuable/std" 68532 ], 68533 "once_cell": [ 68534 "dep:once_cell" 68535 ], 68536 "std": [ 68537 "once_cell" 68538 ], 68539 "valuable": [ 68540 "dep:valuable" 68541 ] 68542 }, 68543 "homepage": "https://tokio.rs", 68544 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 68545 "keywords": [ 68546 "logging", 68547 "tracing", 68548 "profiling" 68549 ], 68550 "license": "MIT", 68551 "license_file": null, 68552 "links": null, 68553 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml", 68554 "metadata": { 68555 "docs": { 68556 "rs": { 68557 "all-features": true, 68558 "rustc-args": [ 68559 "--cfg", 68560 "tracing_unstable" 68561 ], 68562 "rustdoc-args": [ 68563 "--cfg", 68564 "docsrs", 68565 "--cfg", 68566 "tracing_unstable" 68567 ] 68568 } 68569 } 68570 }, 68571 "name": "tracing-core", 68572 "publish": null, 68573 "readme": "README.md", 68574 "repository": "https://github.com/tokio-rs/tracing", 68575 "rust_version": "1.56.0", 68576 "source": "registry+https://github.com/rust-lang/crates.io-index", 68577 "targets": [ 68578 { 68579 "crate_types": [ 68580 "lib" 68581 ], 68582 "doc": true, 68583 "doctest": true, 68584 "edition": "2018", 68585 "kind": [ 68586 "lib" 68587 ], 68588 "name": "tracing_core", 68589 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs", 68590 "test": true 68591 }, 68592 { 68593 "crate_types": [ 68594 "bin" 68595 ], 68596 "doc": false, 68597 "doctest": false, 68598 "edition": "2018", 68599 "kind": [ 68600 "test" 68601 ], 68602 "name": "dispatch", 68603 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs", 68604 "test": true 68605 }, 68606 { 68607 "crate_types": [ 68608 "bin" 68609 ], 68610 "doc": false, 68611 "doctest": false, 68612 "edition": "2018", 68613 "kind": [ 68614 "test" 68615 ], 68616 "name": "local_dispatch_before_init", 68617 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs", 68618 "test": true 68619 }, 68620 { 68621 "crate_types": [ 68622 "bin" 68623 ], 68624 "doc": false, 68625 "doctest": false, 68626 "edition": "2018", 68627 "kind": [ 68628 "test" 68629 ], 68630 "name": "macros", 68631 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs", 68632 "test": true 68633 }, 68634 { 68635 "crate_types": [ 68636 "bin" 68637 ], 68638 "doc": false, 68639 "doctest": false, 68640 "edition": "2018", 68641 "kind": [ 68642 "test" 68643 ], 68644 "name": "global_dispatch", 68645 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs", 68646 "test": true 68647 } 68648 ], 68649 "version": "0.1.32" 68650 }, 68651 { 68652 "authors": [ 68653 "Tobie Morgan Hitchcock <[email protected]>" 68654 ], 68655 "categories": [ 68656 "date-and-time", 68657 "web-programming", 68658 "wasm" 68659 ], 68660 "default_run": null, 68661 "dependencies": [ 68662 { 68663 "features": [], 68664 "kind": null, 68665 "name": "js-sys", 68666 "optional": false, 68667 "registry": null, 68668 "rename": null, 68669 "req": "^0.3.66", 68670 "source": "registry+https://github.com/rust-lang/crates.io-index", 68671 "target": "cfg(target_arch = \"wasm32\")", 68672 "uses_default_features": true 68673 }, 68674 { 68675 "features": [], 68676 "kind": null, 68677 "name": "wasm-bindgen", 68678 "optional": false, 68679 "registry": null, 68680 "rename": null, 68681 "req": "^0.2.89", 68682 "source": "registry+https://github.com/rust-lang/crates.io-index", 68683 "target": "cfg(target_arch = \"wasm32\")", 68684 "uses_default_features": true 68685 }, 68686 { 68687 "features": [ 68688 "Window", 68689 "Performance", 68690 "PerformanceTiming" 68691 ], 68692 "kind": null, 68693 "name": "web-sys", 68694 "optional": false, 68695 "registry": null, 68696 "rename": null, 68697 "req": "^0.3.66", 68698 "source": "registry+https://github.com/rust-lang/crates.io-index", 68699 "target": "cfg(target_arch = \"wasm32\")", 68700 "uses_default_features": true 68701 } 68702 ], 68703 "description": "A minimal replacement for std::time::Instant that works in WASM for the web and Node.js.", 68704 "documentation": null, 68705 "edition": "2021", 68706 "features": {}, 68707 "homepage": "https://github.com/surrealdb/trice", 68708 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 68709 "keywords": [ 68710 "instant", 68711 "measure", 68712 "performance", 68713 "time", 68714 "wasm" 68715 ], 68716 "license": "Apache-2.0", 68717 "license_file": null, 68718 "links": null, 68719 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/trice-0.4.0/Cargo.toml", 68720 "metadata": null, 68721 "name": "trice", 68722 "publish": null, 68723 "readme": "README.md", 68724 "repository": "https://github.com/surrealdb/trice", 68725 "rust_version": null, 68726 "source": "registry+https://github.com/rust-lang/crates.io-index", 68727 "targets": [ 68728 { 68729 "crate_types": [ 68730 "lib" 68731 ], 68732 "doc": true, 68733 "doctest": true, 68734 "edition": "2021", 68735 "kind": [ 68736 "lib" 68737 ], 68738 "name": "trice", 68739 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/trice-0.4.0/src/lib.rs", 68740 "test": true 68741 } 68742 ], 68743 "version": "0.4.0" 68744 }, 68745 { 68746 "authors": [ 68747 "Sean McArthur <[email protected]>" 68748 ], 68749 "categories": [ 68750 "concurrency", 68751 "no-std" 68752 ], 68753 "default_run": null, 68754 "dependencies": [], 68755 "description": "A lightweight atomic lock.", 68756 "documentation": "https://docs.rs/try-lock", 68757 "edition": "2015", 68758 "features": {}, 68759 "homepage": "https://github.com/seanmonstar/try-lock", 68760 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 68761 "keywords": [ 68762 "lock", 68763 "atomic" 68764 ], 68765 "license": "MIT", 68766 "license_file": null, 68767 "links": null, 68768 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/Cargo.toml", 68769 "metadata": null, 68770 "name": "try-lock", 68771 "publish": null, 68772 "readme": "README.md", 68773 "repository": "https://github.com/seanmonstar/try-lock", 68774 "rust_version": null, 68775 "source": "registry+https://github.com/rust-lang/crates.io-index", 68776 "targets": [ 68777 { 68778 "crate_types": [ 68779 "lib" 68780 ], 68781 "doc": true, 68782 "doctest": true, 68783 "edition": "2015", 68784 "kind": [ 68785 "lib" 68786 ], 68787 "name": "try_lock", 68788 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs", 68789 "test": true 68790 } 68791 ], 68792 "version": "0.2.5" 68793 }, 68794 { 68795 "authors": [ 68796 "Alexey Galakhov", 68797 "Daniel Abramov" 68798 ], 68799 "categories": [ 68800 "web-programming::websocket", 68801 "network-programming" 68802 ], 68803 "default_run": null, 68804 "dependencies": [ 68805 { 68806 "features": [], 68807 "kind": null, 68808 "name": "byteorder", 68809 "optional": false, 68810 "registry": null, 68811 "rename": null, 68812 "req": "^1.3.2", 68813 "source": "registry+https://github.com/rust-lang/crates.io-index", 68814 "target": null, 68815 "uses_default_features": true 68816 }, 68817 { 68818 "features": [], 68819 "kind": null, 68820 "name": "bytes", 68821 "optional": false, 68822 "registry": null, 68823 "rename": null, 68824 "req": "^1.0", 68825 "source": "registry+https://github.com/rust-lang/crates.io-index", 68826 "target": null, 68827 "uses_default_features": true 68828 }, 68829 { 68830 "features": [], 68831 "kind": null, 68832 "name": "data-encoding", 68833 "optional": true, 68834 "registry": null, 68835 "rename": null, 68836 "req": "^2", 68837 "source": "registry+https://github.com/rust-lang/crates.io-index", 68838 "target": null, 68839 "uses_default_features": true 68840 }, 68841 { 68842 "features": [], 68843 "kind": null, 68844 "name": "http", 68845 "optional": true, 68846 "registry": null, 68847 "rename": null, 68848 "req": "^0.2", 68849 "source": "registry+https://github.com/rust-lang/crates.io-index", 68850 "target": null, 68851 "uses_default_features": true 68852 }, 68853 { 68854 "features": [], 68855 "kind": null, 68856 "name": "httparse", 68857 "optional": true, 68858 "registry": null, 68859 "rename": null, 68860 "req": "^1.3.4", 68861 "source": "registry+https://github.com/rust-lang/crates.io-index", 68862 "target": null, 68863 "uses_default_features": true 68864 }, 68865 { 68866 "features": [], 68867 "kind": null, 68868 "name": "log", 68869 "optional": false, 68870 "registry": null, 68871 "rename": null, 68872 "req": "^0.4.8", 68873 "source": "registry+https://github.com/rust-lang/crates.io-index", 68874 "target": null, 68875 "uses_default_features": true 68876 }, 68877 { 68878 "features": [], 68879 "kind": null, 68880 "name": "native-tls", 68881 "optional": true, 68882 "registry": null, 68883 "rename": "native-tls-crate", 68884 "req": "^0.2.3", 68885 "source": "registry+https://github.com/rust-lang/crates.io-index", 68886 "target": null, 68887 "uses_default_features": true 68888 }, 68889 { 68890 "features": [], 68891 "kind": null, 68892 "name": "rand", 68893 "optional": false, 68894 "registry": null, 68895 "rename": null, 68896 "req": "^0.8.0", 68897 "source": "registry+https://github.com/rust-lang/crates.io-index", 68898 "target": null, 68899 "uses_default_features": true 68900 }, 68901 { 68902 "features": [], 68903 "kind": null, 68904 "name": "rustls", 68905 "optional": true, 68906 "registry": null, 68907 "rename": null, 68908 "req": "^0.21.0", 68909 "source": "registry+https://github.com/rust-lang/crates.io-index", 68910 "target": null, 68911 "uses_default_features": true 68912 }, 68913 { 68914 "features": [], 68915 "kind": null, 68916 "name": "rustls-native-certs", 68917 "optional": true, 68918 "registry": null, 68919 "rename": null, 68920 "req": "^0.6.0", 68921 "source": "registry+https://github.com/rust-lang/crates.io-index", 68922 "target": null, 68923 "uses_default_features": true 68924 }, 68925 { 68926 "features": [], 68927 "kind": null, 68928 "name": "sha1", 68929 "optional": true, 68930 "registry": null, 68931 "rename": null, 68932 "req": "^0.10", 68933 "source": "registry+https://github.com/rust-lang/crates.io-index", 68934 "target": null, 68935 "uses_default_features": true 68936 }, 68937 { 68938 "features": [], 68939 "kind": null, 68940 "name": "thiserror", 68941 "optional": false, 68942 "registry": null, 68943 "rename": null, 68944 "req": "^1.0.23", 68945 "source": "registry+https://github.com/rust-lang/crates.io-index", 68946 "target": null, 68947 "uses_default_features": true 68948 }, 68949 { 68950 "features": [], 68951 "kind": null, 68952 "name": "url", 68953 "optional": true, 68954 "registry": null, 68955 "rename": null, 68956 "req": "^2.1.0", 68957 "source": "registry+https://github.com/rust-lang/crates.io-index", 68958 "target": null, 68959 "uses_default_features": true 68960 }, 68961 { 68962 "features": [], 68963 "kind": null, 68964 "name": "utf-8", 68965 "optional": false, 68966 "registry": null, 68967 "rename": null, 68968 "req": "^0.7.5", 68969 "source": "registry+https://github.com/rust-lang/crates.io-index", 68970 "target": null, 68971 "uses_default_features": true 68972 }, 68973 { 68974 "features": [], 68975 "kind": null, 68976 "name": "webpki-roots", 68977 "optional": true, 68978 "registry": null, 68979 "rename": null, 68980 "req": "^0.24", 68981 "source": "registry+https://github.com/rust-lang/crates.io-index", 68982 "target": null, 68983 "uses_default_features": true 68984 }, 68985 { 68986 "features": [], 68987 "kind": "dev", 68988 "name": "criterion", 68989 "optional": false, 68990 "registry": null, 68991 "rename": null, 68992 "req": "^0.5.0", 68993 "source": "registry+https://github.com/rust-lang/crates.io-index", 68994 "target": null, 68995 "uses_default_features": true 68996 }, 68997 { 68998 "features": [], 68999 "kind": "dev", 69000 "name": "env_logger", 69001 "optional": false, 69002 "registry": null, 69003 "rename": null, 69004 "req": "^0.10.0", 69005 "source": "registry+https://github.com/rust-lang/crates.io-index", 69006 "target": null, 69007 "uses_default_features": true 69008 }, 69009 { 69010 "features": [], 69011 "kind": "dev", 69012 "name": "input_buffer", 69013 "optional": false, 69014 "registry": null, 69015 "rename": null, 69016 "req": "^0.5.0", 69017 "source": "registry+https://github.com/rust-lang/crates.io-index", 69018 "target": null, 69019 "uses_default_features": true 69020 }, 69021 { 69022 "features": [], 69023 "kind": "dev", 69024 "name": "net2", 69025 "optional": false, 69026 "registry": null, 69027 "rename": null, 69028 "req": "^0.2.37", 69029 "source": "registry+https://github.com/rust-lang/crates.io-index", 69030 "target": null, 69031 "uses_default_features": true 69032 }, 69033 { 69034 "features": [], 69035 "kind": "dev", 69036 "name": "rand", 69037 "optional": false, 69038 "registry": null, 69039 "rename": null, 69040 "req": "^0.8.4", 69041 "source": "registry+https://github.com/rust-lang/crates.io-index", 69042 "target": null, 69043 "uses_default_features": true 69044 } 69045 ], 69046 "description": "Lightweight stream-based WebSocket implementation", 69047 "documentation": "https://docs.rs/tungstenite/0.20.0", 69048 "edition": "2018", 69049 "features": { 69050 "__rustls-tls": [ 69051 "rustls" 69052 ], 69053 "data-encoding": [ 69054 "dep:data-encoding" 69055 ], 69056 "default": [ 69057 "handshake" 69058 ], 69059 "handshake": [ 69060 "data-encoding", 69061 "http", 69062 "httparse", 69063 "sha1", 69064 "url" 69065 ], 69066 "http": [ 69067 "dep:http" 69068 ], 69069 "httparse": [ 69070 "dep:httparse" 69071 ], 69072 "native-tls": [ 69073 "native-tls-crate" 69074 ], 69075 "native-tls-crate": [ 69076 "dep:native-tls-crate" 69077 ], 69078 "native-tls-vendored": [ 69079 "native-tls", 69080 "native-tls-crate/vendored" 69081 ], 69082 "rustls": [ 69083 "dep:rustls" 69084 ], 69085 "rustls-native-certs": [ 69086 "dep:rustls-native-certs" 69087 ], 69088 "rustls-tls-native-roots": [ 69089 "__rustls-tls", 69090 "rustls-native-certs" 69091 ], 69092 "rustls-tls-webpki-roots": [ 69093 "__rustls-tls", 69094 "webpki-roots" 69095 ], 69096 "sha1": [ 69097 "dep:sha1" 69098 ], 69099 "url": [ 69100 "dep:url" 69101 ], 69102 "webpki-roots": [ 69103 "dep:webpki-roots" 69104 ] 69105 }, 69106 "homepage": "https://github.com/snapview/tungstenite-rs", 69107 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 69108 "keywords": [ 69109 "websocket", 69110 "io", 69111 "web" 69112 ], 69113 "license": "MIT OR Apache-2.0", 69114 "license_file": null, 69115 "links": null, 69116 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/Cargo.toml", 69117 "metadata": { 69118 "docs": { 69119 "rs": { 69120 "all-features": true 69121 } 69122 } 69123 }, 69124 "name": "tungstenite", 69125 "publish": null, 69126 "readme": "README.md", 69127 "repository": "https://github.com/snapview/tungstenite-rs", 69128 "rust_version": "1.51", 69129 "source": "registry+https://github.com/rust-lang/crates.io-index", 69130 "targets": [ 69131 { 69132 "crate_types": [ 69133 "lib" 69134 ], 69135 "doc": true, 69136 "doctest": true, 69137 "edition": "2018", 69138 "kind": [ 69139 "lib" 69140 ], 69141 "name": "tungstenite", 69142 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs", 69143 "test": true 69144 }, 69145 { 69146 "crate_types": [ 69147 "bin" 69148 ], 69149 "doc": false, 69150 "doctest": false, 69151 "edition": "2018", 69152 "kind": [ 69153 "example" 69154 ], 69155 "name": "client", 69156 "required-features": [ 69157 "handshake" 69158 ], 69159 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/examples/client.rs", 69160 "test": false 69161 }, 69162 { 69163 "crate_types": [ 69164 "bin" 69165 ], 69166 "doc": false, 69167 "doctest": false, 69168 "edition": "2018", 69169 "kind": [ 69170 "example" 69171 ], 69172 "name": "server", 69173 "required-features": [ 69174 "handshake" 69175 ], 69176 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/examples/server.rs", 69177 "test": false 69178 }, 69179 { 69180 "crate_types": [ 69181 "bin" 69182 ], 69183 "doc": false, 69184 "doctest": false, 69185 "edition": "2018", 69186 "kind": [ 69187 "example" 69188 ], 69189 "name": "autobahn-client", 69190 "required-features": [ 69191 "handshake" 69192 ], 69193 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/examples/autobahn-client.rs", 69194 "test": false 69195 }, 69196 { 69197 "crate_types": [ 69198 "bin" 69199 ], 69200 "doc": false, 69201 "doctest": false, 69202 "edition": "2018", 69203 "kind": [ 69204 "example" 69205 ], 69206 "name": "autobahn-server", 69207 "required-features": [ 69208 "handshake" 69209 ], 69210 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/examples/autobahn-server.rs", 69211 "test": false 69212 }, 69213 { 69214 "crate_types": [ 69215 "bin" 69216 ], 69217 "doc": false, 69218 "doctest": false, 69219 "edition": "2018", 69220 "kind": [ 69221 "example" 69222 ], 69223 "name": "callback-error", 69224 "required-features": [ 69225 "handshake" 69226 ], 69227 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/examples/callback-error.rs", 69228 "test": false 69229 }, 69230 { 69231 "crate_types": [ 69232 "bin" 69233 ], 69234 "doc": false, 69235 "doctest": false, 69236 "edition": "2018", 69237 "kind": [ 69238 "example" 69239 ], 69240 "name": "srv_accept_unmasked_frames", 69241 "required-features": [ 69242 "handshake" 69243 ], 69244 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/examples/srv_accept_unmasked_frames.rs", 69245 "test": false 69246 }, 69247 { 69248 "crate_types": [ 69249 "bin" 69250 ], 69251 "doc": false, 69252 "doctest": false, 69253 "edition": "2018", 69254 "kind": [ 69255 "bench" 69256 ], 69257 "name": "buffer", 69258 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/benches/buffer.rs", 69259 "test": false 69260 }, 69261 { 69262 "crate_types": [ 69263 "bin" 69264 ], 69265 "doc": false, 69266 "doctest": false, 69267 "edition": "2018", 69268 "kind": [ 69269 "bench" 69270 ], 69271 "name": "write", 69272 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/benches/write.rs", 69273 "test": false 69274 } 69275 ], 69276 "version": "0.20.1" 69277 }, 69278 { 69279 "authors": [ 69280 "Paho Lurie-Gregg <[email protected]>", 69281 "Andre Bogus <[email protected]>" 69282 ], 69283 "categories": [ 69284 "no-std" 69285 ], 69286 "default_run": null, 69287 "dependencies": [ 69288 { 69289 "features": [], 69290 "kind": null, 69291 "name": "scale-info", 69292 "optional": true, 69293 "registry": null, 69294 "rename": null, 69295 "req": "^1.0", 69296 "source": "registry+https://github.com/rust-lang/crates.io-index", 69297 "target": null, 69298 "uses_default_features": false 69299 } 69300 ], 69301 "description": "Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.", 69302 "documentation": "https://docs.rs/typenum", 69303 "edition": "2018", 69304 "features": { 69305 "const-generics": [], 69306 "force_unix_path_separator": [], 69307 "i128": [], 69308 "no_std": [], 69309 "scale-info": [ 69310 "dep:scale-info" 69311 ], 69312 "scale_info": [ 69313 "scale-info/derive" 69314 ], 69315 "strict": [] 69316 }, 69317 "homepage": null, 69318 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 69319 "keywords": [], 69320 "license": "MIT OR Apache-2.0", 69321 "license_file": null, 69322 "links": null, 69323 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml", 69324 "metadata": { 69325 "docs": { 69326 "rs": { 69327 "features": [ 69328 "i128", 69329 "const-generics" 69330 ], 69331 "rustdoc-args": [ 69332 "--cfg", 69333 "docsrs" 69334 ] 69335 } 69336 }, 69337 "playground": { 69338 "features": [ 69339 "i128", 69340 "const-generics" 69341 ] 69342 } 69343 }, 69344 "name": "typenum", 69345 "publish": null, 69346 "readme": "README.md", 69347 "repository": "https://github.com/paholg/typenum", 69348 "rust_version": "1.37.0", 69349 "source": "registry+https://github.com/rust-lang/crates.io-index", 69350 "targets": [ 69351 { 69352 "crate_types": [ 69353 "lib" 69354 ], 69355 "doc": true, 69356 "doctest": true, 69357 "edition": "2018", 69358 "kind": [ 69359 "lib" 69360 ], 69361 "name": "typenum", 69362 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs", 69363 "test": true 69364 }, 69365 { 69366 "crate_types": [ 69367 "bin" 69368 ], 69369 "doc": false, 69370 "doctest": false, 69371 "edition": "2018", 69372 "kind": [ 69373 "test" 69374 ], 69375 "name": "test", 69376 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs", 69377 "test": true 69378 }, 69379 { 69380 "crate_types": [ 69381 "bin" 69382 ], 69383 "doc": false, 69384 "doctest": false, 69385 "edition": "2018", 69386 "kind": [ 69387 "custom-build" 69388 ], 69389 "name": "build-script-main", 69390 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs", 69391 "test": false 69392 } 69393 ], 69394 "version": "1.17.0" 69395 }, 69396 { 69397 "authors": [ 69398 "dylanhart <[email protected]>" 69399 ], 69400 "categories": [], 69401 "default_run": null, 69402 "dependencies": [ 69403 { 69404 "features": [], 69405 "kind": null, 69406 "name": "bytes", 69407 "optional": true, 69408 "registry": null, 69409 "rename": null, 69410 "req": "^1.4.0", 69411 "source": "registry+https://github.com/rust-lang/crates.io-index", 69412 "target": null, 69413 "uses_default_features": true 69414 }, 69415 { 69416 "features": [], 69417 "kind": null, 69418 "name": "postgres-types", 69419 "optional": true, 69420 "registry": null, 69421 "rename": null, 69422 "req": "^0.2.6", 69423 "source": "registry+https://github.com/rust-lang/crates.io-index", 69424 "target": null, 69425 "uses_default_features": true 69426 }, 69427 { 69428 "features": [], 69429 "kind": null, 69430 "name": "rand", 69431 "optional": true, 69432 "registry": null, 69433 "rename": null, 69434 "req": "^0.8", 69435 "source": "registry+https://github.com/rust-lang/crates.io-index", 69436 "target": null, 69437 "uses_default_features": true 69438 }, 69439 { 69440 "features": [], 69441 "kind": null, 69442 "name": "serde", 69443 "optional": true, 69444 "registry": null, 69445 "rename": null, 69446 "req": "^1.0", 69447 "source": "registry+https://github.com/rust-lang/crates.io-index", 69448 "target": null, 69449 "uses_default_features": true 69450 }, 69451 { 69452 "features": [], 69453 "kind": null, 69454 "name": "uuid", 69455 "optional": true, 69456 "registry": null, 69457 "rename": null, 69458 "req": "^1.1", 69459 "source": "registry+https://github.com/rust-lang/crates.io-index", 69460 "target": null, 69461 "uses_default_features": true 69462 }, 69463 { 69464 "features": [], 69465 "kind": "dev", 69466 "name": "bencher", 69467 "optional": false, 69468 "registry": null, 69469 "rename": null, 69470 "req": "^0.1", 69471 "source": "registry+https://github.com/rust-lang/crates.io-index", 69472 "target": null, 69473 "uses_default_features": true 69474 }, 69475 { 69476 "features": [], 69477 "kind": "dev", 69478 "name": "serde_derive", 69479 "optional": false, 69480 "registry": null, 69481 "rename": null, 69482 "req": "^1.0", 69483 "source": "registry+https://github.com/rust-lang/crates.io-index", 69484 "target": null, 69485 "uses_default_features": true 69486 }, 69487 { 69488 "features": [ 69489 "js" 69490 ], 69491 "kind": null, 69492 "name": "getrandom", 69493 "optional": false, 69494 "registry": null, 69495 "rename": null, 69496 "req": "^0.2", 69497 "source": "registry+https://github.com/rust-lang/crates.io-index", 69498 "target": "wasm32-unknown-unknown", 69499 "uses_default_features": true 69500 }, 69501 { 69502 "features": [], 69503 "kind": null, 69504 "name": "web-time", 69505 "optional": false, 69506 "registry": null, 69507 "rename": null, 69508 "req": "^1", 69509 "source": "registry+https://github.com/rust-lang/crates.io-index", 69510 "target": "wasm32-unknown-unknown", 69511 "uses_default_features": true 69512 }, 69513 { 69514 "features": [], 69515 "kind": "dev", 69516 "name": "wasm-bindgen-test", 69517 "optional": false, 69518 "registry": null, 69519 "rename": null, 69520 "req": "^0.3", 69521 "source": "registry+https://github.com/rust-lang/crates.io-index", 69522 "target": "wasm32-unknown-unknown", 69523 "uses_default_features": true 69524 } 69525 ], 69526 "description": "a Universally Unique Lexicographically Sortable Identifier implementation", 69527 "documentation": null, 69528 "edition": "2018", 69529 "features": { 69530 "default": [ 69531 "std" 69532 ], 69533 "postgres": [ 69534 "dep:postgres-types", 69535 "dep:bytes" 69536 ], 69537 "rand": [ 69538 "dep:rand" 69539 ], 69540 "serde": [ 69541 "dep:serde" 69542 ], 69543 "std": [ 69544 "rand" 69545 ], 69546 "uuid": [ 69547 "dep:uuid" 69548 ] 69549 }, 69550 "homepage": null, 69551 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 69552 "keywords": [ 69553 "ulid", 69554 "uuid", 69555 "sortable", 69556 "identifier" 69557 ], 69558 "license": "MIT", 69559 "license_file": null, 69560 "links": null, 69561 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ulid-1.1.2/Cargo.toml", 69562 "metadata": { 69563 "docs": { 69564 "rs": { 69565 "all-features": true 69566 } 69567 } 69568 }, 69569 "name": "ulid", 69570 "publish": null, 69571 "readme": "README.md", 69572 "repository": "https://github.com/dylanhart/ulid-rs", 69573 "rust_version": null, 69574 "source": "registry+https://github.com/rust-lang/crates.io-index", 69575 "targets": [ 69576 { 69577 "crate_types": [ 69578 "lib" 69579 ], 69580 "doc": true, 69581 "doctest": true, 69582 "edition": "2018", 69583 "kind": [ 69584 "lib" 69585 ], 69586 "name": "ulid", 69587 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ulid-1.1.2/src/lib.rs", 69588 "test": true 69589 }, 69590 { 69591 "crate_types": [ 69592 "bin" 69593 ], 69594 "doc": false, 69595 "doctest": false, 69596 "edition": "2018", 69597 "kind": [ 69598 "test" 69599 ], 69600 "name": "wasm32-datetime", 69601 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ulid-1.1.2/tests/wasm32-datetime.rs", 69602 "test": true 69603 }, 69604 { 69605 "crate_types": [ 69606 "bin" 69607 ], 69608 "doc": false, 69609 "doctest": false, 69610 "edition": "2018", 69611 "kind": [ 69612 "bench" 69613 ], 69614 "name": "bench", 69615 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ulid-1.1.2/benches/bench.rs", 69616 "test": false 69617 } 69618 ], 69619 "version": "1.1.2" 69620 }, 69621 { 69622 "authors": [ 69623 "Sean McArthur <[email protected]>" 69624 ], 69625 "categories": [ 69626 "internationalization", 69627 "text-processing", 69628 "no-std" 69629 ], 69630 "default_run": null, 69631 "dependencies": [ 69632 { 69633 "features": [], 69634 "kind": "build", 69635 "name": "version_check", 69636 "optional": false, 69637 "registry": null, 69638 "rename": null, 69639 "req": "^0.9", 69640 "source": "registry+https://github.com/rust-lang/crates.io-index", 69641 "target": null, 69642 "uses_default_features": true 69643 } 69644 ], 69645 "description": "A case-insensitive wrapper around strings.", 69646 "documentation": "https://docs.rs/unicase", 69647 "edition": "2015", 69648 "features": { 69649 "nightly": [] 69650 }, 69651 "homepage": null, 69652 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 69653 "keywords": [ 69654 "lowercase", 69655 "case", 69656 "case-insensitive", 69657 "case-folding", 69658 "no_std" 69659 ], 69660 "license": "MIT/Apache-2.0", 69661 "license_file": null, 69662 "links": null, 69663 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/Cargo.toml", 69664 "metadata": null, 69665 "name": "unicase", 69666 "publish": null, 69667 "readme": "README.md", 69668 "repository": "https://github.com/seanmonstar/unicase", 69669 "rust_version": null, 69670 "source": "registry+https://github.com/rust-lang/crates.io-index", 69671 "targets": [ 69672 { 69673 "crate_types": [ 69674 "lib" 69675 ], 69676 "doc": true, 69677 "doctest": true, 69678 "edition": "2015", 69679 "kind": [ 69680 "lib" 69681 ], 69682 "name": "unicase", 69683 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs", 69684 "test": true 69685 }, 69686 { 69687 "crate_types": [ 69688 "bin" 69689 ], 69690 "doc": false, 69691 "doctest": false, 69692 "edition": "2015", 69693 "kind": [ 69694 "custom-build" 69695 ], 69696 "name": "build-script-build", 69697 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs", 69698 "test": false 69699 } 69700 ], 69701 "version": "2.7.0" 69702 }, 69703 { 69704 "authors": [ 69705 "The Servo Project Developers" 69706 ], 69707 "categories": [ 69708 "no-std", 69709 "encoding", 69710 "text-processing" 69711 ], 69712 "default_run": null, 69713 "dependencies": [ 69714 { 69715 "features": [], 69716 "kind": null, 69717 "name": "flame", 69718 "optional": true, 69719 "registry": null, 69720 "rename": null, 69721 "req": "^0.2", 69722 "source": "registry+https://github.com/rust-lang/crates.io-index", 69723 "target": null, 69724 "uses_default_features": true 69725 }, 69726 { 69727 "features": [], 69728 "kind": null, 69729 "name": "flamer", 69730 "optional": true, 69731 "registry": null, 69732 "rename": null, 69733 "req": "^0.4", 69734 "source": "registry+https://github.com/rust-lang/crates.io-index", 69735 "target": null, 69736 "uses_default_features": true 69737 }, 69738 { 69739 "features": [ 69740 "derive" 69741 ], 69742 "kind": null, 69743 "name": "serde", 69744 "optional": true, 69745 "registry": null, 69746 "rename": null, 69747 "req": ">=0.8, <2.0", 69748 "source": "registry+https://github.com/rust-lang/crates.io-index", 69749 "target": null, 69750 "uses_default_features": false 69751 }, 69752 { 69753 "features": [], 69754 "kind": "dev", 69755 "name": "serde_test", 69756 "optional": false, 69757 "registry": null, 69758 "rename": null, 69759 "req": ">=0.8, <2.0", 69760 "source": "registry+https://github.com/rust-lang/crates.io-index", 69761 "target": null, 69762 "uses_default_features": true 69763 } 69764 ], 69765 "description": "Implementation of the Unicode Bidirectional Algorithm", 69766 "documentation": "https://docs.rs/unicode-bidi/", 69767 "edition": "2018", 69768 "features": { 69769 "bench_it": [], 69770 "default": [ 69771 "std", 69772 "hardcoded-data" 69773 ], 69774 "flame": [ 69775 "dep:flame" 69776 ], 69777 "flame_it": [ 69778 "flame", 69779 "flamer" 69780 ], 69781 "flamer": [ 69782 "dep:flamer" 69783 ], 69784 "hardcoded-data": [], 69785 "serde": [ 69786 "dep:serde" 69787 ], 69788 "std": [], 69789 "unstable": [], 69790 "with_serde": [ 69791 "serde" 69792 ] 69793 }, 69794 "homepage": null, 69795 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 69796 "keywords": [ 69797 "rtl", 69798 "unicode", 69799 "text", 69800 "layout", 69801 "bidi" 69802 ], 69803 "license": "MIT OR Apache-2.0", 69804 "license_file": null, 69805 "links": null, 69806 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/Cargo.toml", 69807 "metadata": null, 69808 "name": "unicode-bidi", 69809 "publish": null, 69810 "readme": "README.md", 69811 "repository": "https://github.com/servo/unicode-bidi", 69812 "rust_version": null, 69813 "source": "registry+https://github.com/rust-lang/crates.io-index", 69814 "targets": [ 69815 { 69816 "crate_types": [ 69817 "lib" 69818 ], 69819 "doc": true, 69820 "doctest": true, 69821 "edition": "2018", 69822 "kind": [ 69823 "lib" 69824 ], 69825 "name": "unicode_bidi", 69826 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs", 69827 "test": true 69828 }, 69829 { 69830 "crate_types": [ 69831 "bin" 69832 ], 69833 "doc": false, 69834 "doctest": false, 69835 "edition": "2018", 69836 "kind": [ 69837 "test" 69838 ], 69839 "name": "conformance_tests", 69840 "required-features": [ 69841 "hardcoded-data" 69842 ], 69843 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/tests/conformance_tests.rs", 69844 "test": true 69845 } 69846 ], 69847 "version": "0.3.15" 69848 }, 69849 { 69850 "authors": [ 69851 "David Tolnay <[email protected]>" 69852 ], 69853 "categories": [ 69854 "development-tools::procedural-macro-helpers", 69855 "no-std", 69856 "no-std::no-alloc" 69857 ], 69858 "default_run": null, 69859 "dependencies": [ 69860 { 69861 "features": [], 69862 "kind": "dev", 69863 "name": "criterion", 69864 "optional": false, 69865 "registry": null, 69866 "rename": null, 69867 "req": "^0.5", 69868 "source": "registry+https://github.com/rust-lang/crates.io-index", 69869 "target": null, 69870 "uses_default_features": false 69871 }, 69872 { 69873 "features": [], 69874 "kind": "dev", 69875 "name": "fst", 69876 "optional": false, 69877 "registry": null, 69878 "rename": null, 69879 "req": "^0.4", 69880 "source": "registry+https://github.com/rust-lang/crates.io-index", 69881 "target": null, 69882 "uses_default_features": true 69883 }, 69884 { 69885 "features": [ 69886 "small_rng" 69887 ], 69888 "kind": "dev", 69889 "name": "rand", 69890 "optional": false, 69891 "registry": null, 69892 "rename": null, 69893 "req": "^0.8", 69894 "source": "registry+https://github.com/rust-lang/crates.io-index", 69895 "target": null, 69896 "uses_default_features": true 69897 }, 69898 { 69899 "features": [], 69900 "kind": "dev", 69901 "name": "roaring", 69902 "optional": false, 69903 "registry": null, 69904 "rename": null, 69905 "req": "^0.10", 69906 "source": "registry+https://github.com/rust-lang/crates.io-index", 69907 "target": null, 69908 "uses_default_features": true 69909 }, 69910 { 69911 "features": [], 69912 "kind": "dev", 69913 "name": "ucd-trie", 69914 "optional": false, 69915 "registry": null, 69916 "rename": null, 69917 "req": "^0.1", 69918 "source": "registry+https://github.com/rust-lang/crates.io-index", 69919 "target": null, 69920 "uses_default_features": false 69921 }, 69922 { 69923 "features": [], 69924 "kind": "dev", 69925 "name": "unicode-xid", 69926 "optional": false, 69927 "registry": null, 69928 "rename": null, 69929 "req": "^0.2.4", 69930 "source": "registry+https://github.com/rust-lang/crates.io-index", 69931 "target": null, 69932 "uses_default_features": true 69933 } 69934 ], 69935 "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", 69936 "documentation": "https://docs.rs/unicode-ident", 69937 "edition": "2018", 69938 "features": {}, 69939 "homepage": null, 69940 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 69941 "keywords": [ 69942 "unicode", 69943 "xid" 69944 ], 69945 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 69946 "license_file": null, 69947 "links": null, 69948 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml", 69949 "metadata": { 69950 "docs": { 69951 "rs": { 69952 "rustdoc-args": [ 69953 "--generate-link-to-definition" 69954 ], 69955 "targets": [ 69956 "x86_64-unknown-linux-gnu" 69957 ] 69958 } 69959 } 69960 }, 69961 "name": "unicode-ident", 69962 "publish": null, 69963 "readme": "README.md", 69964 "repository": "https://github.com/dtolnay/unicode-ident", 69965 "rust_version": "1.31", 69966 "source": "registry+https://github.com/rust-lang/crates.io-index", 69967 "targets": [ 69968 { 69969 "crate_types": [ 69970 "lib" 69971 ], 69972 "doc": true, 69973 "doctest": true, 69974 "edition": "2018", 69975 "kind": [ 69976 "lib" 69977 ], 69978 "name": "unicode_ident", 69979 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs", 69980 "test": true 69981 }, 69982 { 69983 "crate_types": [ 69984 "bin" 69985 ], 69986 "doc": false, 69987 "doctest": false, 69988 "edition": "2018", 69989 "kind": [ 69990 "test" 69991 ], 69992 "name": "static_size", 69993 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs", 69994 "test": true 69995 }, 69996 { 69997 "crate_types": [ 69998 "bin" 69999 ], 70000 "doc": false, 70001 "doctest": false, 70002 "edition": "2018", 70003 "kind": [ 70004 "test" 70005 ], 70006 "name": "compare", 70007 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs", 70008 "test": true 70009 }, 70010 { 70011 "crate_types": [ 70012 "bin" 70013 ], 70014 "doc": false, 70015 "doctest": false, 70016 "edition": "2018", 70017 "kind": [ 70018 "bench" 70019 ], 70020 "name": "xid", 70021 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs", 70022 "test": false 70023 } 70024 ], 70025 "version": "1.0.12" 70026 }, 70027 { 70028 "authors": [ 70029 "kwantam <[email protected]>", 70030 "Manish Goregaokar <[email protected]>" 70031 ], 70032 "categories": [], 70033 "default_run": null, 70034 "dependencies": [ 70035 { 70036 "features": [ 70037 "alloc" 70038 ], 70039 "kind": null, 70040 "name": "tinyvec", 70041 "optional": false, 70042 "registry": null, 70043 "rename": null, 70044 "req": "^1", 70045 "source": "registry+https://github.com/rust-lang/crates.io-index", 70046 "target": null, 70047 "uses_default_features": true 70048 } 70049 ], 70050 "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", 70051 "documentation": "https://docs.rs/unicode-normalization/", 70052 "edition": "2018", 70053 "features": { 70054 "default": [ 70055 "std" 70056 ], 70057 "std": [] 70058 }, 70059 "homepage": "https://github.com/unicode-rs/unicode-normalization", 70060 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70061 "keywords": [ 70062 "text", 70063 "unicode", 70064 "normalization", 70065 "decomposition", 70066 "recomposition" 70067 ], 70068 "license": "MIT/Apache-2.0", 70069 "license_file": null, 70070 "links": null, 70071 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/Cargo.toml", 70072 "metadata": null, 70073 "name": "unicode-normalization", 70074 "publish": null, 70075 "readme": "README.md", 70076 "repository": "https://github.com/unicode-rs/unicode-normalization", 70077 "rust_version": null, 70078 "source": "registry+https://github.com/rust-lang/crates.io-index", 70079 "targets": [ 70080 { 70081 "crate_types": [ 70082 "lib" 70083 ], 70084 "doc": true, 70085 "doctest": true, 70086 "edition": "2018", 70087 "kind": [ 70088 "lib" 70089 ], 70090 "name": "unicode_normalization", 70091 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs", 70092 "test": true 70093 }, 70094 { 70095 "crate_types": [ 70096 "bin" 70097 ], 70098 "doc": false, 70099 "doctest": false, 70100 "edition": "2018", 70101 "kind": [ 70102 "bench" 70103 ], 70104 "name": "bench", 70105 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/benches/bench.rs", 70106 "test": false 70107 } 70108 ], 70109 "version": "0.1.23" 70110 }, 70111 { 70112 "authors": [ 70113 "Manish Goregaokar <[email protected]>" 70114 ], 70115 "categories": [], 70116 "default_run": null, 70117 "dependencies": [ 70118 { 70119 "features": [], 70120 "kind": null, 70121 "name": "compiler_builtins", 70122 "optional": true, 70123 "registry": null, 70124 "rename": null, 70125 "req": "^0.1", 70126 "source": "registry+https://github.com/rust-lang/crates.io-index", 70127 "target": null, 70128 "uses_default_features": true 70129 }, 70130 { 70131 "features": [], 70132 "kind": null, 70133 "name": "rustc-std-workspace-core", 70134 "optional": true, 70135 "registry": null, 70136 "rename": "core", 70137 "req": "^1.0", 70138 "source": "registry+https://github.com/rust-lang/crates.io-index", 70139 "target": null, 70140 "uses_default_features": true 70141 }, 70142 { 70143 "features": [], 70144 "kind": null, 70145 "name": "rustc-std-workspace-std", 70146 "optional": true, 70147 "registry": null, 70148 "rename": "std", 70149 "req": "^1.0", 70150 "source": "registry+https://github.com/rust-lang/crates.io-index", 70151 "target": null, 70152 "uses_default_features": true 70153 } 70154 ], 70155 "description": "This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/)\n", 70156 "documentation": "https://docs.rs/unicode-script", 70157 "edition": "2018", 70158 "features": { 70159 "bench": [], 70160 "compiler_builtins": [ 70161 "dep:compiler_builtins" 70162 ], 70163 "core": [ 70164 "dep:core" 70165 ], 70166 "rustc-dep-of-std": [ 70167 "std", 70168 "core", 70169 "compiler_builtins" 70170 ], 70171 "std": [ 70172 "dep:std" 70173 ] 70174 }, 70175 "homepage": "https://github.com/unicode-rs/unicode-script", 70176 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70177 "keywords": [ 70178 "text", 70179 "unicode", 70180 "script", 70181 "language" 70182 ], 70183 "license": "MIT OR Apache-2.0", 70184 "license_file": null, 70185 "links": null, 70186 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-script-0.5.6/Cargo.toml", 70187 "metadata": null, 70188 "name": "unicode-script", 70189 "publish": null, 70190 "readme": "README.md", 70191 "repository": "https://github.com/unicode-rs/unicode-script", 70192 "rust_version": null, 70193 "source": "registry+https://github.com/rust-lang/crates.io-index", 70194 "targets": [ 70195 { 70196 "crate_types": [ 70197 "lib" 70198 ], 70199 "doc": true, 70200 "doctest": true, 70201 "edition": "2018", 70202 "kind": [ 70203 "lib" 70204 ], 70205 "name": "unicode_script", 70206 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-script-0.5.6/src/lib.rs", 70207 "test": true 70208 } 70209 ], 70210 "version": "0.5.6" 70211 }, 70212 { 70213 "authors": [ 70214 "Charles Lew <[email protected]>", 70215 "Manish Goregaokar <[email protected]>" 70216 ], 70217 "categories": [], 70218 "default_run": null, 70219 "dependencies": [ 70220 { 70221 "features": [], 70222 "kind": null, 70223 "name": "compiler_builtins", 70224 "optional": true, 70225 "registry": null, 70226 "rename": null, 70227 "req": "^0.1", 70228 "source": "registry+https://github.com/rust-lang/crates.io-index", 70229 "target": null, 70230 "uses_default_features": true 70231 }, 70232 { 70233 "features": [], 70234 "kind": null, 70235 "name": "rustc-std-workspace-core", 70236 "optional": true, 70237 "registry": null, 70238 "rename": "core", 70239 "req": "^1.0", 70240 "source": "registry+https://github.com/rust-lang/crates.io-index", 70241 "target": null, 70242 "uses_default_features": true 70243 }, 70244 { 70245 "features": [], 70246 "kind": null, 70247 "name": "rustc-std-workspace-std", 70248 "optional": true, 70249 "registry": null, 70250 "rename": "std", 70251 "req": "^1.0", 70252 "source": "registry+https://github.com/rust-lang/crates.io-index", 70253 "target": null, 70254 "uses_default_features": true 70255 }, 70256 { 70257 "features": [], 70258 "kind": null, 70259 "name": "unicode-normalization", 70260 "optional": false, 70261 "registry": null, 70262 "rename": null, 70263 "req": "^0.1.12", 70264 "source": "registry+https://github.com/rust-lang/crates.io-index", 70265 "target": null, 70266 "uses_default_features": false 70267 }, 70268 { 70269 "features": [], 70270 "kind": null, 70271 "name": "unicode-script", 70272 "optional": false, 70273 "registry": null, 70274 "rename": null, 70275 "req": "^0.5.1", 70276 "source": "registry+https://github.com/rust-lang/crates.io-index", 70277 "target": null, 70278 "uses_default_features": false 70279 } 70280 ], 70281 "description": "Detect possible security problems with Unicode usage\naccording to Unicode Technical Standard #39 rules.\n", 70282 "documentation": "https://docs.rs/unicode-security", 70283 "edition": "2018", 70284 "features": { 70285 "bench": [], 70286 "compiler_builtins": [ 70287 "dep:compiler_builtins" 70288 ], 70289 "core": [ 70290 "dep:core" 70291 ], 70292 "default": [], 70293 "rustc-dep-of-std": [ 70294 "std", 70295 "core", 70296 "compiler_builtins" 70297 ], 70298 "std": [ 70299 "dep:std" 70300 ] 70301 }, 70302 "homepage": "https://github.com/unicode-rs/unicode-security", 70303 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70304 "keywords": [ 70305 "text", 70306 "security", 70307 "unicode" 70308 ], 70309 "license": "MIT/Apache-2.0", 70310 "license_file": null, 70311 "links": null, 70312 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-security-0.1.1/Cargo.toml", 70313 "metadata": null, 70314 "name": "unicode-security", 70315 "publish": null, 70316 "readme": "README.md", 70317 "repository": "https://github.com/unicode-rs/unicode-security", 70318 "rust_version": null, 70319 "source": "registry+https://github.com/rust-lang/crates.io-index", 70320 "targets": [ 70321 { 70322 "crate_types": [ 70323 "lib" 70324 ], 70325 "doc": true, 70326 "doctest": true, 70327 "edition": "2018", 70328 "kind": [ 70329 "lib" 70330 ], 70331 "name": "unicode_security", 70332 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-security-0.1.1/src/lib.rs", 70333 "test": true 70334 } 70335 ], 70336 "version": "0.1.1" 70337 }, 70338 { 70339 "authors": [ 70340 "kwantam <[email protected]>", 70341 "Manish Goregaokar <[email protected]>" 70342 ], 70343 "categories": [], 70344 "default_run": null, 70345 "dependencies": [ 70346 { 70347 "features": [], 70348 "kind": null, 70349 "name": "compiler_builtins", 70350 "optional": true, 70351 "registry": null, 70352 "rename": null, 70353 "req": "^0.1", 70354 "source": "registry+https://github.com/rust-lang/crates.io-index", 70355 "target": null, 70356 "uses_default_features": true 70357 }, 70358 { 70359 "features": [], 70360 "kind": null, 70361 "name": "rustc-std-workspace-core", 70362 "optional": true, 70363 "registry": null, 70364 "rename": "core", 70365 "req": "^1.0", 70366 "source": "registry+https://github.com/rust-lang/crates.io-index", 70367 "target": null, 70368 "uses_default_features": true 70369 }, 70370 { 70371 "features": [], 70372 "kind": null, 70373 "name": "rustc-std-workspace-std", 70374 "optional": true, 70375 "registry": null, 70376 "rename": "std", 70377 "req": "^1.0", 70378 "source": "registry+https://github.com/rust-lang/crates.io-index", 70379 "target": null, 70380 "uses_default_features": true 70381 } 70382 ], 70383 "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", 70384 "documentation": "https://unicode-rs.github.io/unicode-width", 70385 "edition": "2015", 70386 "features": { 70387 "bench": [], 70388 "compiler_builtins": [ 70389 "dep:compiler_builtins" 70390 ], 70391 "core": [ 70392 "dep:core" 70393 ], 70394 "default": [], 70395 "no_std": [], 70396 "rustc-dep-of-std": [ 70397 "std", 70398 "core", 70399 "compiler_builtins" 70400 ], 70401 "std": [ 70402 "dep:std" 70403 ] 70404 }, 70405 "homepage": "https://github.com/unicode-rs/unicode-width", 70406 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70407 "keywords": [ 70408 "text", 70409 "width", 70410 "unicode" 70411 ], 70412 "license": "MIT/Apache-2.0", 70413 "license_file": null, 70414 "links": null, 70415 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/Cargo.toml", 70416 "metadata": null, 70417 "name": "unicode-width", 70418 "publish": null, 70419 "readme": "README.md", 70420 "repository": "https://github.com/unicode-rs/unicode-width", 70421 "rust_version": null, 70422 "source": "registry+https://github.com/rust-lang/crates.io-index", 70423 "targets": [ 70424 { 70425 "crate_types": [ 70426 "lib" 70427 ], 70428 "doc": true, 70429 "doctest": true, 70430 "edition": "2015", 70431 "kind": [ 70432 "lib" 70433 ], 70434 "name": "unicode_width", 70435 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs", 70436 "test": true 70437 } 70438 ], 70439 "version": "0.1.11" 70440 }, 70441 { 70442 "authors": [ 70443 "erick.tryzelaar <[email protected]>", 70444 "kwantam <[email protected]>", 70445 "Manish Goregaokar <[email protected]>" 70446 ], 70447 "categories": [], 70448 "default_run": null, 70449 "dependencies": [ 70450 { 70451 "features": [], 70452 "kind": "dev", 70453 "name": "criterion", 70454 "optional": false, 70455 "registry": null, 70456 "rename": null, 70457 "req": "^0.3", 70458 "source": "registry+https://github.com/rust-lang/crates.io-index", 70459 "target": null, 70460 "uses_default_features": true 70461 } 70462 ], 70463 "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", 70464 "documentation": "https://unicode-rs.github.io/unicode-xid", 70465 "edition": "2015", 70466 "features": { 70467 "bench": [], 70468 "default": [], 70469 "no_std": [] 70470 }, 70471 "homepage": "https://github.com/unicode-rs/unicode-xid", 70472 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70473 "keywords": [ 70474 "text", 70475 "unicode", 70476 "xid" 70477 ], 70478 "license": "MIT OR Apache-2.0", 70479 "license_file": null, 70480 "links": null, 70481 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/Cargo.toml", 70482 "metadata": null, 70483 "name": "unicode-xid", 70484 "publish": null, 70485 "readme": "README.md", 70486 "repository": "https://github.com/unicode-rs/unicode-xid", 70487 "rust_version": "1.17", 70488 "source": "registry+https://github.com/rust-lang/crates.io-index", 70489 "targets": [ 70490 { 70491 "crate_types": [ 70492 "lib" 70493 ], 70494 "doc": true, 70495 "doctest": true, 70496 "edition": "2015", 70497 "kind": [ 70498 "lib" 70499 ], 70500 "name": "unicode_xid", 70501 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs", 70502 "test": true 70503 }, 70504 { 70505 "crate_types": [ 70506 "bin" 70507 ], 70508 "doc": false, 70509 "doctest": false, 70510 "edition": "2015", 70511 "kind": [ 70512 "test" 70513 ], 70514 "name": "exhaustive_tests", 70515 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/tests/exhaustive_tests.rs", 70516 "test": true 70517 }, 70518 { 70519 "crate_types": [ 70520 "bin" 70521 ], 70522 "doc": false, 70523 "doctest": false, 70524 "edition": "2015", 70525 "kind": [ 70526 "bench" 70527 ], 70528 "name": "xid", 70529 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/benches/xid.rs", 70530 "test": false 70531 } 70532 ], 70533 "version": "0.2.4" 70534 }, 70535 { 70536 "authors": [ 70537 "Brian Smith <[email protected]>" 70538 ], 70539 "categories": [], 70540 "default_run": null, 70541 "dependencies": [], 70542 "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.", 70543 "documentation": "https://briansmith.org/rustdoc/untrusted/", 70544 "edition": "2018", 70545 "features": {}, 70546 "homepage": null, 70547 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70548 "keywords": [], 70549 "license": "ISC", 70550 "license_file": null, 70551 "links": null, 70552 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/Cargo.toml", 70553 "metadata": null, 70554 "name": "untrusted", 70555 "publish": null, 70556 "readme": "README.md", 70557 "repository": "https://github.com/briansmith/untrusted", 70558 "rust_version": null, 70559 "source": "registry+https://github.com/rust-lang/crates.io-index", 70560 "targets": [ 70561 { 70562 "crate_types": [ 70563 "lib" 70564 ], 70565 "doc": true, 70566 "doctest": true, 70567 "edition": "2018", 70568 "kind": [ 70569 "lib" 70570 ], 70571 "name": "untrusted", 70572 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs", 70573 "test": true 70574 }, 70575 { 70576 "crate_types": [ 70577 "bin" 70578 ], 70579 "doc": false, 70580 "doctest": false, 70581 "edition": "2018", 70582 "kind": [ 70583 "test" 70584 ], 70585 "name": "tests", 70586 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/tests/tests.rs", 70587 "test": true 70588 } 70589 ], 70590 "version": "0.7.1" 70591 }, 70592 { 70593 "authors": [ 70594 "Brian Smith <[email protected]>" 70595 ], 70596 "categories": [], 70597 "default_run": null, 70598 "dependencies": [], 70599 "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.", 70600 "documentation": "https://briansmith.org/rustdoc/untrusted/", 70601 "edition": "2018", 70602 "features": {}, 70603 "homepage": null, 70604 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70605 "keywords": [], 70606 "license": "ISC", 70607 "license_file": null, 70608 "links": null, 70609 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/Cargo.toml", 70610 "metadata": null, 70611 "name": "untrusted", 70612 "publish": null, 70613 "readme": "README.md", 70614 "repository": "https://github.com/briansmith/untrusted", 70615 "rust_version": null, 70616 "source": "registry+https://github.com/rust-lang/crates.io-index", 70617 "targets": [ 70618 { 70619 "crate_types": [ 70620 "lib" 70621 ], 70622 "doc": true, 70623 "doctest": true, 70624 "edition": "2018", 70625 "kind": [ 70626 "lib" 70627 ], 70628 "name": "untrusted", 70629 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs", 70630 "test": true 70631 }, 70632 { 70633 "crate_types": [ 70634 "bin" 70635 ], 70636 "doc": false, 70637 "doctest": false, 70638 "edition": "2018", 70639 "kind": [ 70640 "test" 70641 ], 70642 "name": "tests", 70643 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/tests/tests.rs", 70644 "test": true 70645 } 70646 ], 70647 "version": "0.9.0" 70648 }, 70649 { 70650 "authors": [ 70651 "The rust-url developers" 70652 ], 70653 "categories": [ 70654 "parser-implementations", 70655 "web-programming", 70656 "encoding" 70657 ], 70658 "default_run": null, 70659 "dependencies": [ 70660 { 70661 "features": [], 70662 "kind": null, 70663 "name": "form_urlencoded", 70664 "optional": false, 70665 "registry": null, 70666 "rename": null, 70667 "req": "^1.2.1", 70668 "source": "registry+https://github.com/rust-lang/crates.io-index", 70669 "target": null, 70670 "uses_default_features": true 70671 }, 70672 { 70673 "features": [], 70674 "kind": null, 70675 "name": "idna", 70676 "optional": false, 70677 "registry": null, 70678 "rename": null, 70679 "req": "^0.5.0", 70680 "source": "registry+https://github.com/rust-lang/crates.io-index", 70681 "target": null, 70682 "uses_default_features": true 70683 }, 70684 { 70685 "features": [], 70686 "kind": null, 70687 "name": "percent-encoding", 70688 "optional": false, 70689 "registry": null, 70690 "rename": null, 70691 "req": "^2.3.1", 70692 "source": "registry+https://github.com/rust-lang/crates.io-index", 70693 "target": null, 70694 "uses_default_features": true 70695 }, 70696 { 70697 "features": [ 70698 "derive" 70699 ], 70700 "kind": null, 70701 "name": "serde", 70702 "optional": true, 70703 "registry": null, 70704 "rename": null, 70705 "req": "^1.0", 70706 "source": "registry+https://github.com/rust-lang/crates.io-index", 70707 "target": null, 70708 "uses_default_features": true 70709 }, 70710 { 70711 "features": [], 70712 "kind": "dev", 70713 "name": "bencher", 70714 "optional": false, 70715 "registry": null, 70716 "rename": null, 70717 "req": "^0.1", 70718 "source": "registry+https://github.com/rust-lang/crates.io-index", 70719 "target": null, 70720 "uses_default_features": true 70721 }, 70722 { 70723 "features": [ 70724 "derive" 70725 ], 70726 "kind": "dev", 70727 "name": "serde", 70728 "optional": false, 70729 "registry": null, 70730 "rename": null, 70731 "req": "^1.0", 70732 "source": "registry+https://github.com/rust-lang/crates.io-index", 70733 "target": null, 70734 "uses_default_features": true 70735 }, 70736 { 70737 "features": [], 70738 "kind": "dev", 70739 "name": "serde_json", 70740 "optional": false, 70741 "registry": null, 70742 "rename": null, 70743 "req": "^1.0", 70744 "source": "registry+https://github.com/rust-lang/crates.io-index", 70745 "target": null, 70746 "uses_default_features": true 70747 } 70748 ], 70749 "description": "URL library for Rust, based on the WHATWG URL Standard", 70750 "documentation": "https://docs.rs/url", 70751 "edition": "2018", 70752 "features": { 70753 "debugger_visualizer": [], 70754 "default": [], 70755 "expose_internals": [], 70756 "serde": [ 70757 "dep:serde" 70758 ] 70759 }, 70760 "homepage": null, 70761 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70762 "keywords": [ 70763 "url", 70764 "parser" 70765 ], 70766 "license": "MIT OR Apache-2.0", 70767 "license_file": null, 70768 "links": null, 70769 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/Cargo.toml", 70770 "metadata": { 70771 "docs": { 70772 "rs": { 70773 "features": [ 70774 "serde" 70775 ], 70776 "rustdoc-args": [ 70777 "--generate-link-to-definition" 70778 ] 70779 } 70780 }, 70781 "playground": { 70782 "features": [ 70783 "serde" 70784 ] 70785 } 70786 }, 70787 "name": "url", 70788 "publish": null, 70789 "readme": "README.md", 70790 "repository": "https://github.com/servo/rust-url", 70791 "rust_version": "1.56", 70792 "source": "registry+https://github.com/rust-lang/crates.io-index", 70793 "targets": [ 70794 { 70795 "crate_types": [ 70796 "lib" 70797 ], 70798 "doc": true, 70799 "doctest": true, 70800 "edition": "2018", 70801 "kind": [ 70802 "lib" 70803 ], 70804 "name": "url", 70805 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs", 70806 "test": true 70807 }, 70808 { 70809 "crate_types": [ 70810 "bin" 70811 ], 70812 "doc": false, 70813 "doctest": false, 70814 "edition": "2018", 70815 "kind": [ 70816 "test" 70817 ], 70818 "name": "url_wpt", 70819 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/tests/wpt.rs", 70820 "test": true 70821 }, 70822 { 70823 "crate_types": [ 70824 "bin" 70825 ], 70826 "doc": false, 70827 "doctest": false, 70828 "edition": "2018", 70829 "kind": [ 70830 "test" 70831 ], 70832 "name": "unit", 70833 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/tests/unit.rs", 70834 "test": true 70835 }, 70836 { 70837 "crate_types": [ 70838 "bin" 70839 ], 70840 "doc": false, 70841 "doctest": false, 70842 "edition": "2018", 70843 "kind": [ 70844 "bench" 70845 ], 70846 "name": "parse_url", 70847 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/benches/parse_url.rs", 70848 "test": false 70849 } 70850 ], 70851 "version": "2.5.0" 70852 }, 70853 { 70854 "authors": [ 70855 "Kornel <[email protected]>", 70856 "Bertram Truong <[email protected]>" 70857 ], 70858 "categories": [ 70859 "encoding", 70860 "web-programming" 70861 ], 70862 "default_run": null, 70863 "dependencies": [], 70864 "description": "A Rust library for doing URL percentage encoding.", 70865 "documentation": null, 70866 "edition": "2021", 70867 "features": {}, 70868 "homepage": "https://lib.rs/urlencoding", 70869 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70870 "keywords": [ 70871 "url", 70872 "percent", 70873 "escape", 70874 "urlencode", 70875 "urldecode" 70876 ], 70877 "license": "MIT", 70878 "license_file": null, 70879 "links": null, 70880 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/Cargo.toml", 70881 "metadata": { 70882 "docs": { 70883 "rs": { 70884 "targets": [ 70885 "x86_64-unknown-linux-gnu" 70886 ] 70887 } 70888 } 70889 }, 70890 "name": "urlencoding", 70891 "publish": null, 70892 "readme": "README.md", 70893 "repository": "https://github.com/kornelski/rust_urlencoding", 70894 "rust_version": null, 70895 "source": "registry+https://github.com/rust-lang/crates.io-index", 70896 "targets": [ 70897 { 70898 "crate_types": [ 70899 "lib" 70900 ], 70901 "doc": true, 70902 "doctest": true, 70903 "edition": "2021", 70904 "kind": [ 70905 "lib" 70906 ], 70907 "name": "urlencoding", 70908 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs", 70909 "test": true 70910 }, 70911 { 70912 "crate_types": [ 70913 "bin" 70914 ], 70915 "doc": false, 70916 "doctest": false, 70917 "edition": "2021", 70918 "kind": [ 70919 "bench" 70920 ], 70921 "name": "bench", 70922 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/benches/bench.rs", 70923 "test": false 70924 } 70925 ], 70926 "version": "2.1.3" 70927 }, 70928 { 70929 "authors": [ 70930 "Simon Sapin <[email protected]>" 70931 ], 70932 "categories": [], 70933 "default_run": null, 70934 "dependencies": [], 70935 "description": "Incremental, zero-copy UTF-8 decoding with error handling", 70936 "documentation": null, 70937 "edition": "2015", 70938 "features": {}, 70939 "homepage": null, 70940 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 70941 "keywords": [], 70942 "license": "MIT OR Apache-2.0", 70943 "license_file": null, 70944 "links": null, 70945 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/Cargo.toml", 70946 "metadata": null, 70947 "name": "utf-8", 70948 "publish": null, 70949 "readme": "README.md", 70950 "repository": "https://github.com/SimonSapin/rust-utf8", 70951 "rust_version": null, 70952 "source": "registry+https://github.com/rust-lang/crates.io-index", 70953 "targets": [ 70954 { 70955 "crate_types": [ 70956 "lib" 70957 ], 70958 "doc": true, 70959 "doctest": true, 70960 "edition": "2015", 70961 "kind": [ 70962 "lib" 70963 ], 70964 "name": "utf8", 70965 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs", 70966 "test": false 70967 }, 70968 { 70969 "crate_types": [ 70970 "bin" 70971 ], 70972 "doc": false, 70973 "doctest": false, 70974 "edition": "2015", 70975 "kind": [ 70976 "test" 70977 ], 70978 "name": "unit", 70979 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/tests/unit.rs", 70980 "test": true 70981 }, 70982 { 70983 "crate_types": [ 70984 "bin" 70985 ], 70986 "doc": false, 70987 "doctest": false, 70988 "edition": "2015", 70989 "kind": [ 70990 "bench" 70991 ], 70992 "name": "from_utf8_lossy", 70993 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/benches/from_utf8_lossy.rs", 70994 "test": false 70995 } 70996 ], 70997 "version": "0.7.6" 70998 }, 70999 { 71000 "authors": [ 71001 "Ashley Mannix<[email protected]>", 71002 "Christopher Armstrong", 71003 "Dylan DPC<[email protected]>", 71004 "Hunar Roop Kahlon<[email protected]>" 71005 ], 71006 "categories": [ 71007 "data-structures", 71008 "no-std", 71009 "parser-implementations", 71010 "wasm" 71011 ], 71012 "default_run": null, 71013 "dependencies": [ 71014 { 71015 "features": [], 71016 "kind": null, 71017 "name": "arbitrary", 71018 "optional": true, 71019 "registry": null, 71020 "rename": null, 71021 "req": "^1.1.3", 71022 "source": "registry+https://github.com/rust-lang/crates.io-index", 71023 "target": null, 71024 "uses_default_features": true 71025 }, 71026 { 71027 "features": [], 71028 "kind": null, 71029 "name": "atomic", 71030 "optional": true, 71031 "registry": null, 71032 "rename": null, 71033 "req": "^0.5", 71034 "source": "registry+https://github.com/rust-lang/crates.io-index", 71035 "target": null, 71036 "uses_default_features": false 71037 }, 71038 { 71039 "features": [], 71040 "kind": null, 71041 "name": "borsh", 71042 "optional": true, 71043 "registry": null, 71044 "rename": null, 71045 "req": "^1", 71046 "source": "registry+https://github.com/rust-lang/crates.io-index", 71047 "target": null, 71048 "uses_default_features": false 71049 }, 71050 { 71051 "features": [], 71052 "kind": null, 71053 "name": "borsh-derive", 71054 "optional": true, 71055 "registry": null, 71056 "rename": null, 71057 "req": "^1", 71058 "source": "registry+https://github.com/rust-lang/crates.io-index", 71059 "target": null, 71060 "uses_default_features": false 71061 }, 71062 { 71063 "features": [ 71064 "derive" 71065 ], 71066 "kind": null, 71067 "name": "bytemuck", 71068 "optional": true, 71069 "registry": null, 71070 "rename": null, 71071 "req": "^1.14.0", 71072 "source": "registry+https://github.com/rust-lang/crates.io-index", 71073 "target": null, 71074 "uses_default_features": true 71075 }, 71076 { 71077 "features": [], 71078 "kind": null, 71079 "name": "getrandom", 71080 "optional": true, 71081 "registry": null, 71082 "rename": null, 71083 "req": "^0.2", 71084 "source": "registry+https://github.com/rust-lang/crates.io-index", 71085 "target": null, 71086 "uses_default_features": true 71087 }, 71088 { 71089 "features": [], 71090 "kind": null, 71091 "name": "md-5", 71092 "optional": true, 71093 "registry": null, 71094 "rename": null, 71095 "req": "^0.10", 71096 "source": "registry+https://github.com/rust-lang/crates.io-index", 71097 "target": null, 71098 "uses_default_features": false 71099 }, 71100 { 71101 "features": [], 71102 "kind": null, 71103 "name": "rand", 71104 "optional": true, 71105 "registry": null, 71106 "rename": null, 71107 "req": "^0.8", 71108 "source": "registry+https://github.com/rust-lang/crates.io-index", 71109 "target": null, 71110 "uses_default_features": true 71111 }, 71112 { 71113 "features": [], 71114 "kind": null, 71115 "name": "serde", 71116 "optional": true, 71117 "registry": null, 71118 "rename": null, 71119 "req": "^1.0.56", 71120 "source": "registry+https://github.com/rust-lang/crates.io-index", 71121 "target": null, 71122 "uses_default_features": false 71123 }, 71124 { 71125 "features": [], 71126 "kind": null, 71127 "name": "sha1_smol", 71128 "optional": true, 71129 "registry": null, 71130 "rename": null, 71131 "req": "^1", 71132 "source": "registry+https://github.com/rust-lang/crates.io-index", 71133 "target": null, 71134 "uses_default_features": false 71135 }, 71136 { 71137 "features": [], 71138 "kind": null, 71139 "name": "slog", 71140 "optional": true, 71141 "registry": null, 71142 "rename": null, 71143 "req": "^2", 71144 "source": "registry+https://github.com/rust-lang/crates.io-index", 71145 "target": null, 71146 "uses_default_features": true 71147 }, 71148 { 71149 "features": [], 71150 "kind": null, 71151 "name": "uuid-macro-internal", 71152 "optional": true, 71153 "registry": null, 71154 "rename": null, 71155 "req": "^1.8.0", 71156 "source": "registry+https://github.com/rust-lang/crates.io-index", 71157 "target": null, 71158 "uses_default_features": true 71159 }, 71160 { 71161 "features": [], 71162 "kind": null, 71163 "name": "zerocopy", 71164 "optional": true, 71165 "registry": null, 71166 "rename": null, 71167 "req": "^0.6", 71168 "source": "registry+https://github.com/rust-lang/crates.io-index", 71169 "target": null, 71170 "uses_default_features": true 71171 }, 71172 { 71173 "features": [], 71174 "kind": "dev", 71175 "name": "bincode", 71176 "optional": false, 71177 "registry": null, 71178 "rename": null, 71179 "req": "^1.0", 71180 "source": "registry+https://github.com/rust-lang/crates.io-index", 71181 "target": null, 71182 "uses_default_features": true 71183 }, 71184 { 71185 "features": [], 71186 "kind": "dev", 71187 "name": "rustversion", 71188 "optional": false, 71189 "registry": null, 71190 "rename": null, 71191 "req": "^1", 71192 "source": "registry+https://github.com/rust-lang/crates.io-index", 71193 "target": null, 71194 "uses_default_features": true 71195 }, 71196 { 71197 "features": [], 71198 "kind": "dev", 71199 "name": "serde_derive", 71200 "optional": false, 71201 "registry": null, 71202 "rename": null, 71203 "req": "^1.0.79", 71204 "source": "registry+https://github.com/rust-lang/crates.io-index", 71205 "target": null, 71206 "uses_default_features": true 71207 }, 71208 { 71209 "features": [], 71210 "kind": "dev", 71211 "name": "serde_json", 71212 "optional": false, 71213 "registry": null, 71214 "rename": null, 71215 "req": "^1.0", 71216 "source": "registry+https://github.com/rust-lang/crates.io-index", 71217 "target": null, 71218 "uses_default_features": true 71219 }, 71220 { 71221 "features": [], 71222 "kind": "dev", 71223 "name": "serde_test", 71224 "optional": false, 71225 "registry": null, 71226 "rename": null, 71227 "req": "^1.0.56", 71228 "source": "registry+https://github.com/rust-lang/crates.io-index", 71229 "target": null, 71230 "uses_default_features": true 71231 }, 71232 { 71233 "features": [], 71234 "kind": "dev", 71235 "name": "trybuild", 71236 "optional": false, 71237 "registry": null, 71238 "rename": null, 71239 "req": "^1.0.52", 71240 "source": "registry+https://github.com/rust-lang/crates.io-index", 71241 "target": null, 71242 "uses_default_features": true 71243 }, 71244 { 71245 "features": [], 71246 "kind": null, 71247 "name": "wasm-bindgen", 71248 "optional": true, 71249 "registry": null, 71250 "rename": null, 71251 "req": "^0.2", 71252 "source": "registry+https://github.com/rust-lang/crates.io-index", 71253 "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))", 71254 "uses_default_features": true 71255 }, 71256 { 71257 "features": [], 71258 "kind": "dev", 71259 "name": "wasm-bindgen-test", 71260 "optional": false, 71261 "registry": null, 71262 "rename": null, 71263 "req": "^0.3", 71264 "source": "registry+https://github.com/rust-lang/crates.io-index", 71265 "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))", 71266 "uses_default_features": true 71267 }, 71268 { 71269 "features": [], 71270 "kind": "dev", 71271 "name": "wasm-bindgen", 71272 "optional": false, 71273 "registry": null, 71274 "rename": null, 71275 "req": "^0.2", 71276 "source": "registry+https://github.com/rust-lang/crates.io-index", 71277 "target": "cfg(target = \"wasm32-unknown-unknown\")", 71278 "uses_default_features": true 71279 } 71280 ], 71281 "description": "A library to generate and parse UUIDs.", 71282 "documentation": "https://docs.rs/uuid", 71283 "edition": "2018", 71284 "features": { 71285 "arbitrary": [ 71286 "dep:arbitrary" 71287 ], 71288 "atomic": [ 71289 "dep:atomic" 71290 ], 71291 "borsh": [ 71292 "dep:borsh", 71293 "dep:borsh-derive" 71294 ], 71295 "bytemuck": [ 71296 "dep:bytemuck" 71297 ], 71298 "default": [ 71299 "std" 71300 ], 71301 "fast-rng": [ 71302 "rng", 71303 "dep:rand" 71304 ], 71305 "js": [ 71306 "dep:wasm-bindgen", 71307 "getrandom?/js" 71308 ], 71309 "macro-diagnostics": [ 71310 "dep:uuid-macro-internal" 71311 ], 71312 "md5": [ 71313 "dep:md-5" 71314 ], 71315 "rng": [ 71316 "dep:getrandom" 71317 ], 71318 "serde": [ 71319 "dep:serde" 71320 ], 71321 "sha1": [ 71322 "dep:sha1_smol" 71323 ], 71324 "slog": [ 71325 "dep:slog" 71326 ], 71327 "std": [], 71328 "v1": [ 71329 "atomic" 71330 ], 71331 "v3": [ 71332 "md5" 71333 ], 71334 "v4": [ 71335 "rng" 71336 ], 71337 "v5": [ 71338 "sha1" 71339 ], 71340 "v6": [ 71341 "atomic" 71342 ], 71343 "v7": [ 71344 "atomic", 71345 "rng" 71346 ], 71347 "v8": [], 71348 "zerocopy": [ 71349 "dep:zerocopy" 71350 ] 71351 }, 71352 "homepage": "https://github.com/uuid-rs/uuid", 71353 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 71354 "keywords": [ 71355 "guid", 71356 "unique", 71357 "uuid" 71358 ], 71359 "license": "Apache-2.0 OR MIT", 71360 "license_file": null, 71361 "links": null, 71362 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/Cargo.toml", 71363 "metadata": { 71364 "docs": { 71365 "rs": { 71366 "features": [ 71367 "serde", 71368 "arbitrary", 71369 "slog", 71370 "borsh", 71371 "v1", 71372 "v3", 71373 "v4", 71374 "v5", 71375 "v6", 71376 "v7", 71377 "v8" 71378 ], 71379 "rustc-args": [ 71380 "--cfg", 71381 "uuid_unstable" 71382 ], 71383 "rustdoc-args": [ 71384 "--cfg", 71385 "uuid_unstable" 71386 ], 71387 "targets": [ 71388 "x86_64-unknown-linux-gnu" 71389 ] 71390 } 71391 }, 71392 "playground": { 71393 "features": [ 71394 "serde", 71395 "v1", 71396 "v3", 71397 "v4", 71398 "v5", 71399 "v6", 71400 "v7", 71401 "v8" 71402 ] 71403 } 71404 }, 71405 "name": "uuid", 71406 "publish": null, 71407 "readme": "README.md", 71408 "repository": "https://github.com/uuid-rs/uuid", 71409 "rust_version": "1.60.0", 71410 "source": "registry+https://github.com/rust-lang/crates.io-index", 71411 "targets": [ 71412 { 71413 "crate_types": [ 71414 "lib" 71415 ], 71416 "doc": true, 71417 "doctest": true, 71418 "edition": "2018", 71419 "kind": [ 71420 "lib" 71421 ], 71422 "name": "uuid", 71423 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/lib.rs", 71424 "test": true 71425 } 71426 ], 71427 "version": "1.8.0" 71428 }, 71429 { 71430 "authors": [ 71431 "Ashley Mannix <[email protected]>" 71432 ], 71433 "categories": [ 71434 "encoding", 71435 "no-std" 71436 ], 71437 "default_run": null, 71438 "dependencies": [ 71439 { 71440 "features": [], 71441 "kind": null, 71442 "name": "ctor", 71443 "optional": false, 71444 "registry": null, 71445 "rename": null, 71446 "req": "^0.1", 71447 "source": "registry+https://github.com/rust-lang/crates.io-index", 71448 "target": null, 71449 "uses_default_features": true 71450 }, 71451 { 71452 "features": [], 71453 "kind": null, 71454 "name": "erased-serde", 71455 "optional": true, 71456 "registry": null, 71457 "rename": "erased-serde1", 71458 "req": "^0.3", 71459 "source": "registry+https://github.com/rust-lang/crates.io-index", 71460 "target": null, 71461 "uses_default_features": false 71462 }, 71463 { 71464 "features": [], 71465 "kind": null, 71466 "name": "serde_fmt", 71467 "optional": true, 71468 "registry": null, 71469 "rename": "serde1_fmt", 71470 "req": "^1", 71471 "source": "registry+https://github.com/rust-lang/crates.io-index", 71472 "target": null, 71473 "uses_default_features": true 71474 }, 71475 { 71476 "features": [], 71477 "kind": null, 71478 "name": "serde", 71479 "optional": true, 71480 "registry": null, 71481 "rename": "serde1_lib", 71482 "req": "^1", 71483 "source": "registry+https://github.com/rust-lang/crates.io-index", 71484 "target": null, 71485 "uses_default_features": false 71486 }, 71487 { 71488 "features": [ 71489 "fmt" 71490 ], 71491 "kind": null, 71492 "name": "sval", 71493 "optional": true, 71494 "registry": null, 71495 "rename": "sval1_lib", 71496 "req": "^1.0.0-alpha.5", 71497 "source": "registry+https://github.com/rust-lang/crates.io-index", 71498 "target": null, 71499 "uses_default_features": false 71500 }, 71501 { 71502 "features": [], 71503 "kind": "dev", 71504 "name": "serde_json", 71505 "optional": false, 71506 "registry": null, 71507 "rename": "serde1_json", 71508 "req": "^1", 71509 "source": "registry+https://github.com/rust-lang/crates.io-index", 71510 "target": null, 71511 "uses_default_features": true 71512 }, 71513 { 71514 "features": [], 71515 "kind": "dev", 71516 "name": "serde_test", 71517 "optional": false, 71518 "registry": null, 71519 "rename": "serde1_test", 71520 "req": "^1", 71521 "source": "registry+https://github.com/rust-lang/crates.io-index", 71522 "target": null, 71523 "uses_default_features": true 71524 }, 71525 { 71526 "features": [ 71527 "std" 71528 ], 71529 "kind": "dev", 71530 "name": "sval_json", 71531 "optional": false, 71532 "registry": null, 71533 "rename": "sval1_json", 71534 "req": "^1.0.0-alpha.5", 71535 "source": "registry+https://github.com/rust-lang/crates.io-index", 71536 "target": null, 71537 "uses_default_features": true 71538 }, 71539 { 71540 "features": [ 71541 "test" 71542 ], 71543 "kind": "dev", 71544 "name": "sval", 71545 "optional": false, 71546 "registry": null, 71547 "rename": "sval1_lib", 71548 "req": "^1.0.0-alpha.5", 71549 "source": "registry+https://github.com/rust-lang/crates.io-index", 71550 "target": null, 71551 "uses_default_features": true 71552 }, 71553 { 71554 "features": [], 71555 "kind": "dev", 71556 "name": "wasm-bindgen", 71557 "optional": false, 71558 "registry": null, 71559 "rename": null, 71560 "req": "^0.2", 71561 "source": "registry+https://github.com/rust-lang/crates.io-index", 71562 "target": null, 71563 "uses_default_features": true 71564 }, 71565 { 71566 "features": [], 71567 "kind": "dev", 71568 "name": "wasm-bindgen-test", 71569 "optional": false, 71570 "registry": null, 71571 "rename": null, 71572 "req": "^0.3", 71573 "source": "registry+https://github.com/rust-lang/crates.io-index", 71574 "target": null, 71575 "uses_default_features": true 71576 }, 71577 { 71578 "features": [], 71579 "kind": "build", 71580 "name": "version_check", 71581 "optional": false, 71582 "registry": null, 71583 "rename": "rustc", 71584 "req": "^0.9", 71585 "source": "registry+https://github.com/rust-lang/crates.io-index", 71586 "target": null, 71587 "uses_default_features": true 71588 } 71589 ], 71590 "description": "Anonymous structured values", 71591 "documentation": "https://docs.rs/value-bag", 71592 "edition": "2018", 71593 "features": { 71594 "erased-serde1": [ 71595 "dep:erased-serde1" 71596 ], 71597 "error": [ 71598 "std", 71599 "sval1_lib/std" 71600 ], 71601 "serde": [ 71602 "serde1" 71603 ], 71604 "serde1": [ 71605 "serde1_lib", 71606 "sval1_lib/serde1", 71607 "sval1_lib/alloc", 71608 "erased-serde1/alloc", 71609 "serde1_fmt" 71610 ], 71611 "serde1_fmt": [ 71612 "dep:serde1_fmt" 71613 ], 71614 "serde1_lib": [ 71615 "dep:serde1_lib" 71616 ], 71617 "std": [], 71618 "sval": [ 71619 "sval1" 71620 ], 71621 "sval1": [ 71622 "sval1_lib" 71623 ], 71624 "sval1_lib": [ 71625 "dep:sval1_lib" 71626 ], 71627 "test": [ 71628 "std" 71629 ] 71630 }, 71631 "homepage": null, 71632 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 71633 "keywords": [ 71634 "serialization", 71635 "no_std" 71636 ], 71637 "license": "Apache-2.0 OR MIT", 71638 "license_file": null, 71639 "links": null, 71640 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.7/Cargo.toml", 71641 "metadata": { 71642 "docs": { 71643 "rs": { 71644 "features": [ 71645 "std", 71646 "error", 71647 "sval", 71648 "serde", 71649 "test" 71650 ] 71651 } 71652 } 71653 }, 71654 "name": "value-bag", 71655 "publish": null, 71656 "readme": "README.md", 71657 "repository": "https://github.com/sval-rs/value-bag", 71658 "rust_version": null, 71659 "source": "registry+https://github.com/rust-lang/crates.io-index", 71660 "targets": [ 71661 { 71662 "crate_types": [ 71663 "lib" 71664 ], 71665 "doc": true, 71666 "doctest": true, 71667 "edition": "2018", 71668 "kind": [ 71669 "lib" 71670 ], 71671 "name": "value_bag", 71672 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.7/src/lib.rs", 71673 "test": true 71674 }, 71675 { 71676 "crate_types": [ 71677 "bin" 71678 ], 71679 "doc": false, 71680 "doctest": false, 71681 "edition": "2018", 71682 "kind": [ 71683 "custom-build" 71684 ], 71685 "name": "build-script-build", 71686 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.0.0-alpha.7/build.rs", 71687 "test": false 71688 } 71689 ], 71690 "version": "1.0.0-alpha.7" 71691 }, 71692 { 71693 "authors": [ 71694 "Sergio Benitez <[email protected]>" 71695 ], 71696 "categories": [], 71697 "default_run": null, 71698 "dependencies": [], 71699 "description": "Tiny crate to check the version of the installed/running rustc.", 71700 "documentation": "https://docs.rs/version_check/", 71701 "edition": "2015", 71702 "features": {}, 71703 "homepage": null, 71704 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 71705 "keywords": [ 71706 "version", 71707 "rustc", 71708 "minimum", 71709 "check" 71710 ], 71711 "license": "MIT/Apache-2.0", 71712 "license_file": null, 71713 "links": null, 71714 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml", 71715 "metadata": null, 71716 "name": "version_check", 71717 "publish": null, 71718 "readme": "README.md", 71719 "repository": "https://github.com/SergioBenitez/version_check", 71720 "rust_version": null, 71721 "source": "registry+https://github.com/rust-lang/crates.io-index", 71722 "targets": [ 71723 { 71724 "crate_types": [ 71725 "lib" 71726 ], 71727 "doc": true, 71728 "doctest": true, 71729 "edition": "2015", 71730 "kind": [ 71731 "lib" 71732 ], 71733 "name": "version_check", 71734 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs", 71735 "test": true 71736 } 71737 ], 71738 "version": "0.9.4" 71739 }, 71740 { 71741 "authors": [ 71742 "Andrew Gallant <[email protected]>" 71743 ], 71744 "categories": [ 71745 "filesystem" 71746 ], 71747 "default_run": null, 71748 "dependencies": [ 71749 { 71750 "features": [], 71751 "kind": null, 71752 "name": "same-file", 71753 "optional": false, 71754 "registry": null, 71755 "rename": null, 71756 "req": "^1.0.1", 71757 "source": "registry+https://github.com/rust-lang/crates.io-index", 71758 "target": null, 71759 "uses_default_features": true 71760 }, 71761 { 71762 "features": [], 71763 "kind": "dev", 71764 "name": "doc-comment", 71765 "optional": false, 71766 "registry": null, 71767 "rename": null, 71768 "req": "^0.3", 71769 "source": "registry+https://github.com/rust-lang/crates.io-index", 71770 "target": null, 71771 "uses_default_features": true 71772 }, 71773 { 71774 "features": [], 71775 "kind": null, 71776 "name": "winapi-util", 71777 "optional": false, 71778 "registry": null, 71779 "rename": null, 71780 "req": "^0.1.1", 71781 "source": "registry+https://github.com/rust-lang/crates.io-index", 71782 "target": "cfg(windows)", 71783 "uses_default_features": true 71784 } 71785 ], 71786 "description": "Recursively walk a directory.", 71787 "documentation": "https://docs.rs/walkdir/", 71788 "edition": "2018", 71789 "features": {}, 71790 "homepage": "https://github.com/BurntSushi/walkdir", 71791 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 71792 "keywords": [ 71793 "directory", 71794 "recursive", 71795 "walk", 71796 "iterator" 71797 ], 71798 "license": "Unlicense/MIT", 71799 "license_file": null, 71800 "links": null, 71801 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml", 71802 "metadata": null, 71803 "name": "walkdir", 71804 "publish": null, 71805 "readme": "README.md", 71806 "repository": "https://github.com/BurntSushi/walkdir", 71807 "rust_version": null, 71808 "source": "registry+https://github.com/rust-lang/crates.io-index", 71809 "targets": [ 71810 { 71811 "crate_types": [ 71812 "lib" 71813 ], 71814 "doc": true, 71815 "doctest": true, 71816 "edition": "2018", 71817 "kind": [ 71818 "lib" 71819 ], 71820 "name": "walkdir", 71821 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs", 71822 "test": true 71823 } 71824 ], 71825 "version": "2.5.0" 71826 }, 71827 { 71828 "authors": [ 71829 "Sean McArthur <[email protected]>" 71830 ], 71831 "categories": [], 71832 "default_run": null, 71833 "dependencies": [ 71834 { 71835 "features": [], 71836 "kind": null, 71837 "name": "try-lock", 71838 "optional": false, 71839 "registry": null, 71840 "rename": null, 71841 "req": "^0.2.4", 71842 "source": "registry+https://github.com/rust-lang/crates.io-index", 71843 "target": null, 71844 "uses_default_features": true 71845 }, 71846 { 71847 "features": [], 71848 "kind": "dev", 71849 "name": "tokio-executor", 71850 "optional": false, 71851 "registry": null, 71852 "rename": null, 71853 "req": "^0.2.0-alpha.2", 71854 "source": "registry+https://github.com/rust-lang/crates.io-index", 71855 "target": null, 71856 "uses_default_features": true 71857 }, 71858 { 71859 "features": [], 71860 "kind": "dev", 71861 "name": "tokio-sync", 71862 "optional": false, 71863 "registry": null, 71864 "rename": null, 71865 "req": "^0.2.0-alpha.2", 71866 "source": "registry+https://github.com/rust-lang/crates.io-index", 71867 "target": null, 71868 "uses_default_features": true 71869 } 71870 ], 71871 "description": "Detect when another Future wants a result.", 71872 "documentation": "https://docs.rs/want", 71873 "edition": "2018", 71874 "features": {}, 71875 "homepage": null, 71876 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 71877 "keywords": [ 71878 "futures", 71879 "channel", 71880 "async" 71881 ], 71882 "license": "MIT", 71883 "license_file": null, 71884 "links": null, 71885 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/Cargo.toml", 71886 "metadata": null, 71887 "name": "want", 71888 "publish": null, 71889 "readme": "README.md", 71890 "repository": "https://github.com/seanmonstar/want", 71891 "rust_version": null, 71892 "source": "registry+https://github.com/rust-lang/crates.io-index", 71893 "targets": [ 71894 { 71895 "crate_types": [ 71896 "lib" 71897 ], 71898 "doc": true, 71899 "doctest": true, 71900 "edition": "2018", 71901 "kind": [ 71902 "lib" 71903 ], 71904 "name": "want", 71905 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs", 71906 "test": true 71907 }, 71908 { 71909 "crate_types": [ 71910 "bin" 71911 ], 71912 "doc": false, 71913 "doctest": false, 71914 "edition": "2018", 71915 "kind": [ 71916 "bench" 71917 ], 71918 "name": "throughput", 71919 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/benches/throughput.rs", 71920 "test": false 71921 } 71922 ], 71923 "version": "0.3.1" 71924 }, 71925 { 71926 "authors": [ 71927 "The Cranelift Project Developers" 71928 ], 71929 "categories": [ 71930 "no-std", 71931 "wasm" 71932 ], 71933 "default_run": null, 71934 "dependencies": [ 71935 { 71936 "features": [], 71937 "kind": null, 71938 "name": "compiler_builtins", 71939 "optional": true, 71940 "registry": null, 71941 "rename": null, 71942 "req": "^0.1", 71943 "source": "registry+https://github.com/rust-lang/crates.io-index", 71944 "target": null, 71945 "uses_default_features": true 71946 }, 71947 { 71948 "features": [], 71949 "kind": null, 71950 "name": "rustc-std-workspace-core", 71951 "optional": true, 71952 "registry": null, 71953 "rename": "core", 71954 "req": "^1.0", 71955 "source": "registry+https://github.com/rust-lang/crates.io-index", 71956 "target": null, 71957 "uses_default_features": true 71958 }, 71959 { 71960 "features": [], 71961 "kind": null, 71962 "name": "rustc-std-workspace-alloc", 71963 "optional": true, 71964 "registry": null, 71965 "rename": null, 71966 "req": "^1.0", 71967 "source": "registry+https://github.com/rust-lang/crates.io-index", 71968 "target": null, 71969 "uses_default_features": true 71970 } 71971 ], 71972 "description": "Experimental WASI API bindings for Rust", 71973 "documentation": "https://docs.rs/wasi", 71974 "edition": "2018", 71975 "features": { 71976 "compiler_builtins": [ 71977 "dep:compiler_builtins" 71978 ], 71979 "core": [ 71980 "dep:core" 71981 ], 71982 "default": [ 71983 "std" 71984 ], 71985 "rustc-dep-of-std": [ 71986 "compiler_builtins", 71987 "core", 71988 "rustc-std-workspace-alloc" 71989 ], 71990 "rustc-std-workspace-alloc": [ 71991 "dep:rustc-std-workspace-alloc" 71992 ], 71993 "std": [] 71994 }, 71995 "homepage": null, 71996 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1", 71997 "keywords": [ 71998 "webassembly", 71999 "wasm" 72000 ], 72001 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", 72002 "license_file": null, 72003 "links": null, 72004 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", 72005 "metadata": null, 72006 "name": "wasi", 72007 "publish": null, 72008 "readme": "README.md", 72009 "repository": "https://github.com/bytecodealliance/wasi", 72010 "rust_version": null, 72011 "source": "registry+https://github.com/rust-lang/crates.io-index", 72012 "targets": [ 72013 { 72014 "crate_types": [ 72015 "lib" 72016 ], 72017 "doc": true, 72018 "doctest": true, 72019 "edition": "2018", 72020 "kind": [ 72021 "lib" 72022 ], 72023 "name": "wasi", 72024 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", 72025 "test": true 72026 } 72027 ], 72028 "version": "0.11.0+wasi-snapshot-preview1" 72029 }, 72030 { 72031 "authors": [ 72032 "The wasm-bindgen Developers" 72033 ], 72034 "categories": [ 72035 "wasm" 72036 ], 72037 "default_run": null, 72038 "dependencies": [ 72039 { 72040 "features": [], 72041 "kind": null, 72042 "name": "cfg-if", 72043 "optional": false, 72044 "registry": null, 72045 "rename": null, 72046 "req": "^1.0.0", 72047 "source": "registry+https://github.com/rust-lang/crates.io-index", 72048 "target": null, 72049 "uses_default_features": true 72050 }, 72051 { 72052 "features": [], 72053 "kind": null, 72054 "name": "serde", 72055 "optional": true, 72056 "registry": null, 72057 "rename": null, 72058 "req": "^1.0", 72059 "source": "registry+https://github.com/rust-lang/crates.io-index", 72060 "target": null, 72061 "uses_default_features": true 72062 }, 72063 { 72064 "features": [], 72065 "kind": null, 72066 "name": "serde_json", 72067 "optional": true, 72068 "registry": null, 72069 "rename": null, 72070 "req": "^1.0", 72071 "source": "registry+https://github.com/rust-lang/crates.io-index", 72072 "target": null, 72073 "uses_default_features": true 72074 }, 72075 { 72076 "features": [], 72077 "kind": null, 72078 "name": "wasm-bindgen-macro", 72079 "optional": false, 72080 "registry": null, 72081 "rename": null, 72082 "req": "=0.2.92", 72083 "source": "registry+https://github.com/rust-lang/crates.io-index", 72084 "target": null, 72085 "uses_default_features": true 72086 }, 72087 { 72088 "features": [], 72089 "kind": "dev", 72090 "name": "js-sys", 72091 "optional": false, 72092 "registry": null, 72093 "rename": null, 72094 "req": "^0.3.69", 72095 "source": "registry+https://github.com/rust-lang/crates.io-index", 72096 "target": "cfg(target_arch = \"wasm32\")", 72097 "uses_default_features": true 72098 }, 72099 { 72100 "features": [], 72101 "kind": "dev", 72102 "name": "serde_derive", 72103 "optional": false, 72104 "registry": null, 72105 "rename": null, 72106 "req": "^1.0", 72107 "source": "registry+https://github.com/rust-lang/crates.io-index", 72108 "target": "cfg(target_arch = \"wasm32\")", 72109 "uses_default_features": true 72110 }, 72111 { 72112 "features": [], 72113 "kind": "dev", 72114 "name": "wasm-bindgen-futures", 72115 "optional": false, 72116 "registry": null, 72117 "rename": null, 72118 "req": "=0.4.42", 72119 "source": "registry+https://github.com/rust-lang/crates.io-index", 72120 "target": "cfg(target_arch = \"wasm32\")", 72121 "uses_default_features": true 72122 }, 72123 { 72124 "features": [], 72125 "kind": "dev", 72126 "name": "wasm-bindgen-test", 72127 "optional": false, 72128 "registry": null, 72129 "rename": null, 72130 "req": "=0.3.42", 72131 "source": "registry+https://github.com/rust-lang/crates.io-index", 72132 "target": "cfg(target_arch = \"wasm32\")", 72133 "uses_default_features": true 72134 }, 72135 { 72136 "features": [], 72137 "kind": "dev", 72138 "name": "wasm-bindgen-test-crate-a", 72139 "optional": false, 72140 "registry": null, 72141 "rename": null, 72142 "req": "^0.1", 72143 "source": "registry+https://github.com/rust-lang/crates.io-index", 72144 "target": "cfg(target_arch = \"wasm32\")", 72145 "uses_default_features": true 72146 }, 72147 { 72148 "features": [], 72149 "kind": "dev", 72150 "name": "wasm-bindgen-test-crate-b", 72151 "optional": false, 72152 "registry": null, 72153 "rename": null, 72154 "req": "^0.1", 72155 "source": "registry+https://github.com/rust-lang/crates.io-index", 72156 "target": "cfg(target_arch = \"wasm32\")", 72157 "uses_default_features": true 72158 } 72159 ], 72160 "description": "Easy support for interacting between JS and Rust.\n", 72161 "documentation": "https://docs.rs/wasm-bindgen", 72162 "edition": "2018", 72163 "features": { 72164 "default": [ 72165 "spans", 72166 "std" 72167 ], 72168 "enable-interning": [ 72169 "std" 72170 ], 72171 "gg-alloc": [ 72172 "wasm-bindgen-test/gg-alloc" 72173 ], 72174 "serde": [ 72175 "dep:serde" 72176 ], 72177 "serde-serialize": [ 72178 "serde", 72179 "serde_json", 72180 "std" 72181 ], 72182 "serde_json": [ 72183 "dep:serde_json" 72184 ], 72185 "spans": [ 72186 "wasm-bindgen-macro/spans" 72187 ], 72188 "std": [], 72189 "strict-macro": [ 72190 "wasm-bindgen-macro/strict-macro" 72191 ], 72192 "xxx_debug_only_print_generated_code": [ 72193 "wasm-bindgen-macro/xxx_debug_only_print_generated_code" 72194 ] 72195 }, 72196 "homepage": "https://rustwasm.github.io/", 72197 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 72198 "keywords": [], 72199 "license": "MIT OR Apache-2.0", 72200 "license_file": null, 72201 "links": null, 72202 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/Cargo.toml", 72203 "metadata": { 72204 "docs": { 72205 "rs": { 72206 "features": [ 72207 "serde-serialize" 72208 ] 72209 } 72210 } 72211 }, 72212 "name": "wasm-bindgen", 72213 "publish": null, 72214 "readme": "README.md", 72215 "repository": "https://github.com/rustwasm/wasm-bindgen", 72216 "rust_version": "1.57", 72217 "source": "registry+https://github.com/rust-lang/crates.io-index", 72218 "targets": [ 72219 { 72220 "crate_types": [ 72221 "lib" 72222 ], 72223 "doc": true, 72224 "doctest": true, 72225 "edition": "2018", 72226 "kind": [ 72227 "lib" 72228 ], 72229 "name": "wasm_bindgen", 72230 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/src/lib.rs", 72231 "test": false 72232 }, 72233 { 72234 "crate_types": [ 72235 "bin" 72236 ], 72237 "doc": false, 72238 "doctest": false, 72239 "edition": "2018", 72240 "kind": [ 72241 "test" 72242 ], 72243 "name": "wasm", 72244 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/wasm/main.rs", 72245 "test": true 72246 }, 72247 { 72248 "crate_types": [ 72249 "bin" 72250 ], 72251 "doc": false, 72252 "doctest": false, 72253 "edition": "2018", 72254 "kind": [ 72255 "test" 72256 ], 72257 "name": "non_wasm", 72258 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs", 72259 "test": true 72260 }, 72261 { 72262 "crate_types": [ 72263 "bin" 72264 ], 72265 "doc": false, 72266 "doctest": false, 72267 "edition": "2018", 72268 "kind": [ 72269 "test" 72270 ], 72271 "name": "std-crate-no-std-dep", 72272 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs", 72273 "test": true 72274 }, 72275 { 72276 "crate_types": [ 72277 "bin" 72278 ], 72279 "doc": false, 72280 "doctest": false, 72281 "edition": "2018", 72282 "kind": [ 72283 "test" 72284 ], 72285 "name": "must_use", 72286 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs", 72287 "test": true 72288 }, 72289 { 72290 "crate_types": [ 72291 "bin" 72292 ], 72293 "doc": false, 72294 "doctest": false, 72295 "edition": "2018", 72296 "kind": [ 72297 "test" 72298 ], 72299 "name": "headless", 72300 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs", 72301 "test": true 72302 }, 72303 { 72304 "crate_types": [ 72305 "bin" 72306 ], 72307 "doc": false, 72308 "doctest": false, 72309 "edition": "2018", 72310 "kind": [ 72311 "test" 72312 ], 72313 "name": "unwrap_throw", 72314 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/unwrap_throw.rs", 72315 "test": true 72316 }, 72317 { 72318 "crate_types": [ 72319 "bin" 72320 ], 72321 "doc": false, 72322 "doctest": false, 72323 "edition": "2018", 72324 "kind": [ 72325 "custom-build" 72326 ], 72327 "name": "build-script-build", 72328 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/build.rs", 72329 "test": false 72330 } 72331 ], 72332 "version": "0.2.92" 72333 }, 72334 { 72335 "authors": [ 72336 "The wasm-bindgen Developers" 72337 ], 72338 "categories": [], 72339 "default_run": null, 72340 "dependencies": [ 72341 { 72342 "features": [], 72343 "kind": null, 72344 "name": "bumpalo", 72345 "optional": false, 72346 "registry": null, 72347 "rename": null, 72348 "req": "^3.0.0", 72349 "source": "registry+https://github.com/rust-lang/crates.io-index", 72350 "target": null, 72351 "uses_default_features": true 72352 }, 72353 { 72354 "features": [], 72355 "kind": null, 72356 "name": "log", 72357 "optional": false, 72358 "registry": null, 72359 "rename": null, 72360 "req": "^0.4", 72361 "source": "registry+https://github.com/rust-lang/crates.io-index", 72362 "target": null, 72363 "uses_default_features": true 72364 }, 72365 { 72366 "features": [], 72367 "kind": null, 72368 "name": "once_cell", 72369 "optional": false, 72370 "registry": null, 72371 "rename": null, 72372 "req": "^1.12", 72373 "source": "registry+https://github.com/rust-lang/crates.io-index", 72374 "target": null, 72375 "uses_default_features": true 72376 }, 72377 { 72378 "features": [], 72379 "kind": null, 72380 "name": "proc-macro2", 72381 "optional": false, 72382 "registry": null, 72383 "rename": null, 72384 "req": "^1.0", 72385 "source": "registry+https://github.com/rust-lang/crates.io-index", 72386 "target": null, 72387 "uses_default_features": true 72388 }, 72389 { 72390 "features": [], 72391 "kind": null, 72392 "name": "quote", 72393 "optional": false, 72394 "registry": null, 72395 "rename": null, 72396 "req": "^1.0", 72397 "source": "registry+https://github.com/rust-lang/crates.io-index", 72398 "target": null, 72399 "uses_default_features": true 72400 }, 72401 { 72402 "features": [ 72403 "full" 72404 ], 72405 "kind": null, 72406 "name": "syn", 72407 "optional": false, 72408 "registry": null, 72409 "rename": null, 72410 "req": "^2.0", 72411 "source": "registry+https://github.com/rust-lang/crates.io-index", 72412 "target": null, 72413 "uses_default_features": true 72414 }, 72415 { 72416 "features": [], 72417 "kind": null, 72418 "name": "wasm-bindgen-shared", 72419 "optional": false, 72420 "registry": null, 72421 "rename": null, 72422 "req": "=0.2.92", 72423 "source": "registry+https://github.com/rust-lang/crates.io-index", 72424 "target": null, 72425 "uses_default_features": true 72426 } 72427 ], 72428 "description": "Backend code generation of the wasm-bindgen tool\n", 72429 "documentation": "https://docs.rs/wasm-bindgen-backend", 72430 "edition": "2018", 72431 "features": { 72432 "extra-traits": [ 72433 "syn/extra-traits" 72434 ], 72435 "spans": [] 72436 }, 72437 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 72438 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 72439 "keywords": [], 72440 "license": "MIT OR Apache-2.0", 72441 "license_file": null, 72442 "links": null, 72443 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/Cargo.toml", 72444 "metadata": null, 72445 "name": "wasm-bindgen-backend", 72446 "publish": null, 72447 "readme": null, 72448 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", 72449 "rust_version": "1.57", 72450 "source": "registry+https://github.com/rust-lang/crates.io-index", 72451 "targets": [ 72452 { 72453 "crate_types": [ 72454 "lib" 72455 ], 72456 "doc": true, 72457 "doctest": true, 72458 "edition": "2018", 72459 "kind": [ 72460 "lib" 72461 ], 72462 "name": "wasm_bindgen_backend", 72463 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs", 72464 "test": true 72465 } 72466 ], 72467 "version": "0.2.92" 72468 }, 72469 { 72470 "authors": [ 72471 "The wasm-bindgen Developers" 72472 ], 72473 "categories": [], 72474 "default_run": null, 72475 "dependencies": [ 72476 { 72477 "features": [], 72478 "kind": null, 72479 "name": "cfg-if", 72480 "optional": false, 72481 "registry": null, 72482 "rename": null, 72483 "req": "^1.0.0", 72484 "source": "registry+https://github.com/rust-lang/crates.io-index", 72485 "target": null, 72486 "uses_default_features": true 72487 }, 72488 { 72489 "features": [], 72490 "kind": null, 72491 "name": "futures-core", 72492 "optional": true, 72493 "registry": null, 72494 "rename": null, 72495 "req": "^0.3.8", 72496 "source": "registry+https://github.com/rust-lang/crates.io-index", 72497 "target": null, 72498 "uses_default_features": false 72499 }, 72500 { 72501 "features": [], 72502 "kind": null, 72503 "name": "js-sys", 72504 "optional": false, 72505 "registry": null, 72506 "rename": null, 72507 "req": "^0.3.69", 72508 "source": "registry+https://github.com/rust-lang/crates.io-index", 72509 "target": null, 72510 "uses_default_features": true 72511 }, 72512 { 72513 "features": [], 72514 "kind": null, 72515 "name": "wasm-bindgen", 72516 "optional": false, 72517 "registry": null, 72518 "rename": null, 72519 "req": "^0.2.92", 72520 "source": "registry+https://github.com/rust-lang/crates.io-index", 72521 "target": null, 72522 "uses_default_features": true 72523 }, 72524 { 72525 "features": [], 72526 "kind": "dev", 72527 "name": "futures-channel-preview", 72528 "optional": false, 72529 "registry": null, 72530 "rename": null, 72531 "req": "^0.3.0-alpha.18", 72532 "source": "registry+https://github.com/rust-lang/crates.io-index", 72533 "target": "cfg(target_arch = \"wasm32\")", 72534 "uses_default_features": true 72535 }, 72536 { 72537 "features": [], 72538 "kind": "dev", 72539 "name": "futures-lite", 72540 "optional": false, 72541 "registry": null, 72542 "rename": null, 72543 "req": "^1.11.3", 72544 "source": "registry+https://github.com/rust-lang/crates.io-index", 72545 "target": "cfg(target_arch = \"wasm32\")", 72546 "uses_default_features": false 72547 }, 72548 { 72549 "features": [], 72550 "kind": "dev", 72551 "name": "wasm-bindgen-test", 72552 "optional": false, 72553 "registry": null, 72554 "rename": null, 72555 "req": "^0.3.42", 72556 "source": "registry+https://github.com/rust-lang/crates.io-index", 72557 "target": "cfg(target_arch = \"wasm32\")", 72558 "uses_default_features": true 72559 }, 72560 { 72561 "features": [ 72562 "MessageEvent", 72563 "Worker" 72564 ], 72565 "kind": null, 72566 "name": "web-sys", 72567 "optional": false, 72568 "registry": null, 72569 "rename": null, 72570 "req": "^0.3.24", 72571 "source": "registry+https://github.com/rust-lang/crates.io-index", 72572 "target": "cfg(target_feature = \"atomics\")", 72573 "uses_default_features": true 72574 } 72575 ], 72576 "description": "Bridging the gap between Rust Futures and JavaScript Promises", 72577 "documentation": "https://docs.rs/wasm-bindgen-futures", 72578 "edition": "2018", 72579 "features": { 72580 "futures-core": [ 72581 "dep:futures-core" 72582 ], 72583 "futures-core-03-stream": [ 72584 "futures-core" 72585 ] 72586 }, 72587 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 72588 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 72589 "keywords": [], 72590 "license": "MIT OR Apache-2.0", 72591 "license_file": null, 72592 "links": null, 72593 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/Cargo.toml", 72594 "metadata": null, 72595 "name": "wasm-bindgen-futures", 72596 "publish": null, 72597 "readme": "./README.md", 72598 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", 72599 "rust_version": "1.57", 72600 "source": "registry+https://github.com/rust-lang/crates.io-index", 72601 "targets": [ 72602 { 72603 "crate_types": [ 72604 "lib" 72605 ], 72606 "doc": true, 72607 "doctest": true, 72608 "edition": "2018", 72609 "kind": [ 72610 "lib" 72611 ], 72612 "name": "wasm_bindgen_futures", 72613 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs", 72614 "test": true 72615 }, 72616 { 72617 "crate_types": [ 72618 "bin" 72619 ], 72620 "doc": false, 72621 "doctest": false, 72622 "edition": "2018", 72623 "kind": [ 72624 "test" 72625 ], 72626 "name": "tests", 72627 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/tests/tests.rs", 72628 "test": true 72629 } 72630 ], 72631 "version": "0.4.42" 72632 }, 72633 { 72634 "authors": [ 72635 "The wasm-bindgen Developers" 72636 ], 72637 "categories": [], 72638 "default_run": null, 72639 "dependencies": [ 72640 { 72641 "features": [], 72642 "kind": null, 72643 "name": "quote", 72644 "optional": false, 72645 "registry": null, 72646 "rename": null, 72647 "req": "^1.0", 72648 "source": "registry+https://github.com/rust-lang/crates.io-index", 72649 "target": null, 72650 "uses_default_features": true 72651 }, 72652 { 72653 "features": [], 72654 "kind": null, 72655 "name": "wasm-bindgen-macro-support", 72656 "optional": false, 72657 "registry": null, 72658 "rename": null, 72659 "req": "=0.2.92", 72660 "source": "registry+https://github.com/rust-lang/crates.io-index", 72661 "target": null, 72662 "uses_default_features": true 72663 }, 72664 { 72665 "features": [], 72666 "kind": "dev", 72667 "name": "trybuild", 72668 "optional": false, 72669 "registry": null, 72670 "rename": null, 72671 "req": "^1.0", 72672 "source": "registry+https://github.com/rust-lang/crates.io-index", 72673 "target": null, 72674 "uses_default_features": true 72675 }, 72676 { 72677 "features": [], 72678 "kind": "dev", 72679 "name": "wasm-bindgen", 72680 "optional": false, 72681 "registry": null, 72682 "rename": null, 72683 "req": "^0.2.92", 72684 "source": "registry+https://github.com/rust-lang/crates.io-index", 72685 "target": null, 72686 "uses_default_features": true 72687 }, 72688 { 72689 "features": [], 72690 "kind": "dev", 72691 "name": "wasm-bindgen-futures", 72692 "optional": false, 72693 "registry": null, 72694 "rename": null, 72695 "req": "^0.4.42", 72696 "source": "registry+https://github.com/rust-lang/crates.io-index", 72697 "target": null, 72698 "uses_default_features": true 72699 }, 72700 { 72701 "features": [ 72702 "Worker" 72703 ], 72704 "kind": "dev", 72705 "name": "web-sys", 72706 "optional": false, 72707 "registry": null, 72708 "rename": null, 72709 "req": "^0.3.69", 72710 "source": "registry+https://github.com/rust-lang/crates.io-index", 72711 "target": null, 72712 "uses_default_features": true 72713 } 72714 ], 72715 "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", 72716 "documentation": "https://docs.rs/wasm-bindgen", 72717 "edition": "2018", 72718 "features": { 72719 "spans": [ 72720 "wasm-bindgen-macro-support/spans" 72721 ], 72722 "strict-macro": [ 72723 "wasm-bindgen-macro-support/strict-macro" 72724 ], 72725 "xxx_debug_only_print_generated_code": [] 72726 }, 72727 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 72728 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 72729 "keywords": [], 72730 "license": "MIT OR Apache-2.0", 72731 "license_file": null, 72732 "links": null, 72733 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/Cargo.toml", 72734 "metadata": null, 72735 "name": "wasm-bindgen-macro", 72736 "publish": null, 72737 "readme": "README.md", 72738 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", 72739 "rust_version": "1.57", 72740 "source": "registry+https://github.com/rust-lang/crates.io-index", 72741 "targets": [ 72742 { 72743 "crate_types": [ 72744 "proc-macro" 72745 ], 72746 "doc": true, 72747 "doctest": true, 72748 "edition": "2018", 72749 "kind": [ 72750 "proc-macro" 72751 ], 72752 "name": "wasm_bindgen_macro", 72753 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs", 72754 "test": true 72755 }, 72756 { 72757 "crate_types": [ 72758 "bin" 72759 ], 72760 "doc": false, 72761 "doctest": false, 72762 "edition": "2018", 72763 "kind": [ 72764 "test" 72765 ], 72766 "name": "ui", 72767 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/tests/ui.rs", 72768 "test": true 72769 } 72770 ], 72771 "version": "0.2.92" 72772 }, 72773 { 72774 "authors": [ 72775 "The wasm-bindgen Developers" 72776 ], 72777 "categories": [], 72778 "default_run": null, 72779 "dependencies": [ 72780 { 72781 "features": [], 72782 "kind": null, 72783 "name": "proc-macro2", 72784 "optional": false, 72785 "registry": null, 72786 "rename": null, 72787 "req": "^1.0", 72788 "source": "registry+https://github.com/rust-lang/crates.io-index", 72789 "target": null, 72790 "uses_default_features": true 72791 }, 72792 { 72793 "features": [], 72794 "kind": null, 72795 "name": "quote", 72796 "optional": false, 72797 "registry": null, 72798 "rename": null, 72799 "req": "^1.0", 72800 "source": "registry+https://github.com/rust-lang/crates.io-index", 72801 "target": null, 72802 "uses_default_features": true 72803 }, 72804 { 72805 "features": [ 72806 "visit", 72807 "full" 72808 ], 72809 "kind": null, 72810 "name": "syn", 72811 "optional": false, 72812 "registry": null, 72813 "rename": null, 72814 "req": "^2.0", 72815 "source": "registry+https://github.com/rust-lang/crates.io-index", 72816 "target": null, 72817 "uses_default_features": true 72818 }, 72819 { 72820 "features": [], 72821 "kind": null, 72822 "name": "wasm-bindgen-backend", 72823 "optional": false, 72824 "registry": null, 72825 "rename": null, 72826 "req": "=0.2.92", 72827 "source": "registry+https://github.com/rust-lang/crates.io-index", 72828 "target": null, 72829 "uses_default_features": true 72830 }, 72831 { 72832 "features": [], 72833 "kind": null, 72834 "name": "wasm-bindgen-shared", 72835 "optional": false, 72836 "registry": null, 72837 "rename": null, 72838 "req": "=0.2.92", 72839 "source": "registry+https://github.com/rust-lang/crates.io-index", 72840 "target": null, 72841 "uses_default_features": true 72842 } 72843 ], 72844 "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", 72845 "documentation": "https://docs.rs/wasm-bindgen", 72846 "edition": "2018", 72847 "features": { 72848 "extra-traits": [ 72849 "syn/extra-traits" 72850 ], 72851 "spans": [ 72852 "wasm-bindgen-backend/spans" 72853 ], 72854 "strict-macro": [] 72855 }, 72856 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 72857 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 72858 "keywords": [], 72859 "license": "MIT OR Apache-2.0", 72860 "license_file": null, 72861 "links": null, 72862 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/Cargo.toml", 72863 "metadata": null, 72864 "name": "wasm-bindgen-macro-support", 72865 "publish": null, 72866 "readme": null, 72867 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", 72868 "rust_version": "1.57", 72869 "source": "registry+https://github.com/rust-lang/crates.io-index", 72870 "targets": [ 72871 { 72872 "crate_types": [ 72873 "lib" 72874 ], 72875 "doc": true, 72876 "doctest": true, 72877 "edition": "2018", 72878 "kind": [ 72879 "lib" 72880 ], 72881 "name": "wasm_bindgen_macro_support", 72882 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/src/lib.rs", 72883 "test": true 72884 } 72885 ], 72886 "version": "0.2.92" 72887 }, 72888 { 72889 "authors": [ 72890 "The wasm-bindgen Developers" 72891 ], 72892 "categories": [], 72893 "default_run": null, 72894 "dependencies": [], 72895 "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", 72896 "documentation": "https://docs.rs/wasm-bindgen-shared", 72897 "edition": "2018", 72898 "features": {}, 72899 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 72900 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 72901 "keywords": [], 72902 "license": "MIT OR Apache-2.0", 72903 "license_file": null, 72904 "links": "wasm_bindgen", 72905 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/Cargo.toml", 72906 "metadata": null, 72907 "name": "wasm-bindgen-shared", 72908 "publish": null, 72909 "readme": null, 72910 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", 72911 "rust_version": "1.57", 72912 "source": "registry+https://github.com/rust-lang/crates.io-index", 72913 "targets": [ 72914 { 72915 "crate_types": [ 72916 "lib" 72917 ], 72918 "doc": true, 72919 "doctest": true, 72920 "edition": "2018", 72921 "kind": [ 72922 "lib" 72923 ], 72924 "name": "wasm_bindgen_shared", 72925 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/src/lib.rs", 72926 "test": true 72927 }, 72928 { 72929 "crate_types": [ 72930 "bin" 72931 ], 72932 "doc": false, 72933 "doctest": false, 72934 "edition": "2018", 72935 "kind": [ 72936 "custom-build" 72937 ], 72938 "name": "build-script-build", 72939 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/build.rs", 72940 "test": false 72941 } 72942 ], 72943 "version": "0.2.92" 72944 }, 72945 { 72946 "authors": [ 72947 "Mattias Buelens <[email protected]>" 72948 ], 72949 "categories": [], 72950 "default_run": null, 72951 "dependencies": [ 72952 { 72953 "features": [ 72954 "io", 72955 "sink" 72956 ], 72957 "kind": null, 72958 "name": "futures-util", 72959 "optional": false, 72960 "registry": null, 72961 "rename": null, 72962 "req": "^0.3.28", 72963 "source": "registry+https://github.com/rust-lang/crates.io-index", 72964 "target": null, 72965 "uses_default_features": true 72966 }, 72967 { 72968 "features": [], 72969 "kind": null, 72970 "name": "js-sys", 72971 "optional": false, 72972 "registry": null, 72973 "rename": null, 72974 "req": "^0.3.64", 72975 "source": "registry+https://github.com/rust-lang/crates.io-index", 72976 "target": null, 72977 "uses_default_features": true 72978 }, 72979 { 72980 "features": [], 72981 "kind": null, 72982 "name": "wasm-bindgen", 72983 "optional": false, 72984 "registry": null, 72985 "rename": null, 72986 "req": "^0.2.87", 72987 "source": "registry+https://github.com/rust-lang/crates.io-index", 72988 "target": null, 72989 "uses_default_features": true 72990 }, 72991 { 72992 "features": [], 72993 "kind": null, 72994 "name": "wasm-bindgen-futures", 72995 "optional": false, 72996 "registry": null, 72997 "rename": null, 72998 "req": "^0.4.37", 72999 "source": "registry+https://github.com/rust-lang/crates.io-index", 73000 "target": null, 73001 "uses_default_features": true 73002 }, 73003 { 73004 "features": [ 73005 "AbortSignal", 73006 "QueuingStrategy", 73007 "ReadableStream", 73008 "ReadableStreamType", 73009 "ReadableWritablePair", 73010 "ReadableStreamByobReader", 73011 "ReadableStreamReaderMode", 73012 "ReadableStreamReadResult", 73013 "ReadableStreamByobRequest", 73014 "ReadableStreamDefaultReader", 73015 "ReadableByteStreamController", 73016 "ReadableStreamGetReaderOptions", 73017 "ReadableStreamDefaultController", 73018 "StreamPipeOptions", 73019 "TransformStream", 73020 "TransformStreamDefaultController", 73021 "Transformer", 73022 "UnderlyingSink", 73023 "UnderlyingSource", 73024 "WritableStream", 73025 "WritableStreamDefaultController", 73026 "WritableStreamDefaultWriter" 73027 ], 73028 "kind": null, 73029 "name": "web-sys", 73030 "optional": false, 73031 "registry": null, 73032 "rename": null, 73033 "req": "^0.3.64", 73034 "source": "registry+https://github.com/rust-lang/crates.io-index", 73035 "target": null, 73036 "uses_default_features": true 73037 }, 73038 { 73039 "features": [], 73040 "kind": "dev", 73041 "name": "pin-project", 73042 "optional": false, 73043 "registry": null, 73044 "rename": null, 73045 "req": "^1.1.3", 73046 "source": "registry+https://github.com/rust-lang/crates.io-index", 73047 "target": null, 73048 "uses_default_features": true 73049 }, 73050 { 73051 "features": [ 73052 "macros", 73053 "rt" 73054 ], 73055 "kind": "dev", 73056 "name": "tokio", 73057 "optional": false, 73058 "registry": null, 73059 "rename": null, 73060 "req": "^1", 73061 "source": "registry+https://github.com/rust-lang/crates.io-index", 73062 "target": null, 73063 "uses_default_features": true 73064 }, 73065 { 73066 "features": [], 73067 "kind": "dev", 73068 "name": "wasm-bindgen-test", 73069 "optional": false, 73070 "registry": null, 73071 "rename": null, 73072 "req": "^0.3.37", 73073 "source": "registry+https://github.com/rust-lang/crates.io-index", 73074 "target": null, 73075 "uses_default_features": true 73076 }, 73077 { 73078 "features": [ 73079 "console", 73080 "AbortSignal", 73081 "Response", 73082 "ReadableStream", 73083 "Window" 73084 ], 73085 "kind": "dev", 73086 "name": "web-sys", 73087 "optional": false, 73088 "registry": null, 73089 "rename": null, 73090 "req": "^0.3.64", 73091 "source": "registry+https://github.com/rust-lang/crates.io-index", 73092 "target": null, 73093 "uses_default_features": true 73094 } 73095 ], 73096 "description": "Bridging between web streams and Rust streams using WebAssembly\n", 73097 "documentation": null, 73098 "edition": "2021", 73099 "features": {}, 73100 "homepage": null, 73101 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 73102 "keywords": [], 73103 "license": "MIT OR Apache-2.0", 73104 "license_file": null, 73105 "links": null, 73106 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.4.0/Cargo.toml", 73107 "metadata": { 73108 "docs": { 73109 "rs": { 73110 "targets": [ 73111 "x86_64-unknown-linux-gnu" 73112 ] 73113 } 73114 } 73115 }, 73116 "name": "wasm-streams", 73117 "publish": null, 73118 "readme": "README.md", 73119 "repository": "https://github.com/MattiasBuelens/wasm-streams/", 73120 "rust_version": null, 73121 "source": "registry+https://github.com/rust-lang/crates.io-index", 73122 "targets": [ 73123 { 73124 "crate_types": [ 73125 "cdylib", 73126 "rlib" 73127 ], 73128 "doc": true, 73129 "doctest": true, 73130 "edition": "2021", 73131 "kind": [ 73132 "cdylib", 73133 "rlib" 73134 ], 73135 "name": "wasm_streams", 73136 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.4.0/src/lib.rs", 73137 "test": true 73138 }, 73139 { 73140 "crate_types": [ 73141 "bin" 73142 ], 73143 "doc": false, 73144 "doctest": false, 73145 "edition": "2021", 73146 "kind": [ 73147 "example" 73148 ], 73149 "name": "fetch_as_stream", 73150 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.4.0/examples/fetch_as_stream.rs", 73151 "test": false 73152 }, 73153 { 73154 "crate_types": [ 73155 "bin" 73156 ], 73157 "doc": false, 73158 "doctest": false, 73159 "edition": "2021", 73160 "kind": [ 73161 "test" 73162 ], 73163 "name": "web", 73164 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.4.0/tests/web.rs", 73165 "test": true 73166 }, 73167 { 73168 "crate_types": [ 73169 "bin" 73170 ], 73171 "doc": false, 73172 "doctest": false, 73173 "edition": "2021", 73174 "kind": [ 73175 "test" 73176 ], 73177 "name": "unit", 73178 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.4.0/tests/unit.rs", 73179 "test": true 73180 } 73181 ], 73182 "version": "0.4.0" 73183 }, 73184 { 73185 "authors": [ 73186 "WhizSid <[email protected]>", 73187 "Pierre Krieger <[email protected]>" 73188 ], 73189 "categories": [], 73190 "default_run": null, 73191 "dependencies": [ 73192 { 73193 "features": [], 73194 "kind": null, 73195 "name": "futures", 73196 "optional": true, 73197 "registry": null, 73198 "rename": null, 73199 "req": "^0.3", 73200 "source": "registry+https://github.com/rust-lang/crates.io-index", 73201 "target": null, 73202 "uses_default_features": true 73203 }, 73204 { 73205 "features": [], 73206 "kind": null, 73207 "name": "js-sys", 73208 "optional": false, 73209 "registry": null, 73210 "rename": null, 73211 "req": "^0.3", 73212 "source": "registry+https://github.com/rust-lang/crates.io-index", 73213 "target": null, 73214 "uses_default_features": true 73215 }, 73216 { 73217 "features": [], 73218 "kind": null, 73219 "name": "parking_lot", 73220 "optional": true, 73221 "registry": null, 73222 "rename": null, 73223 "req": "^0.12", 73224 "source": "registry+https://github.com/rust-lang/crates.io-index", 73225 "target": null, 73226 "uses_default_features": true 73227 }, 73228 { 73229 "features": [], 73230 "kind": null, 73231 "name": "pin-utils", 73232 "optional": true, 73233 "registry": null, 73234 "rename": null, 73235 "req": "^0.1", 73236 "source": "registry+https://github.com/rust-lang/crates.io-index", 73237 "target": null, 73238 "uses_default_features": true 73239 }, 73240 { 73241 "features": [], 73242 "kind": null, 73243 "name": "serde", 73244 "optional": true, 73245 "registry": null, 73246 "rename": "serde_crate", 73247 "req": "^1.0", 73248 "source": "registry+https://github.com/rust-lang/crates.io-index", 73249 "target": null, 73250 "uses_default_features": false 73251 }, 73252 { 73253 "features": [], 73254 "kind": null, 73255 "name": "slab", 73256 "optional": true, 73257 "registry": null, 73258 "rename": null, 73259 "req": "^0.4", 73260 "source": "registry+https://github.com/rust-lang/crates.io-index", 73261 "target": null, 73262 "uses_default_features": true 73263 }, 73264 { 73265 "features": [], 73266 "kind": null, 73267 "name": "wasm-bindgen", 73268 "optional": false, 73269 "registry": null, 73270 "rename": null, 73271 "req": "^0.2", 73272 "source": "registry+https://github.com/rust-lang/crates.io-index", 73273 "target": null, 73274 "uses_default_features": true 73275 }, 73276 { 73277 "features": [], 73278 "kind": "dev", 73279 "name": "serde_json", 73280 "optional": false, 73281 "registry": null, 73282 "rename": null, 73283 "req": "^1.0", 73284 "source": "registry+https://github.com/rust-lang/crates.io-index", 73285 "target": null, 73286 "uses_default_features": true 73287 }, 73288 { 73289 "features": [], 73290 "kind": "dev", 73291 "name": "wasm-bindgen-futures", 73292 "optional": false, 73293 "registry": null, 73294 "rename": null, 73295 "req": "^0.4", 73296 "source": "registry+https://github.com/rust-lang/crates.io-index", 73297 "target": null, 73298 "uses_default_features": true 73299 }, 73300 { 73301 "features": [], 73302 "kind": "dev", 73303 "name": "wasm-bindgen-test", 73304 "optional": false, 73305 "registry": null, 73306 "rename": null, 73307 "req": "^0.3.0", 73308 "source": "registry+https://github.com/rust-lang/crates.io-index", 73309 "target": null, 73310 "uses_default_features": true 73311 } 73312 ], 73313 "description": "Time utils from std::time, tokio::time and tokio_util::time on WASM targets", 73314 "documentation": null, 73315 "edition": "2021", 73316 "features": { 73317 "default": [ 73318 "tokio", 73319 "tokio-util" 73320 ], 73321 "futures": [ 73322 "dep:futures" 73323 ], 73324 "parking_lot": [ 73325 "dep:parking_lot" 73326 ], 73327 "pin-utils": [ 73328 "dep:pin-utils" 73329 ], 73330 "serde": [ 73331 "serde_crate" 73332 ], 73333 "serde_crate": [ 73334 "dep:serde_crate" 73335 ], 73336 "slab": [ 73337 "dep:slab" 73338 ], 73339 "tokio": [ 73340 "futures", 73341 "parking_lot", 73342 "pin-utils" 73343 ], 73344 "tokio-test-util": [ 73345 "tokio" 73346 ], 73347 "tokio-util": [ 73348 "slab", 73349 "tokio" 73350 ] 73351 }, 73352 "homepage": null, 73353 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 73354 "keywords": [ 73355 "timer", 73356 "wasm", 73357 "tokio", 73358 "browser", 73359 "delay-queue" 73360 ], 73361 "license": "MIT", 73362 "license_file": null, 73363 "links": null, 73364 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasmtimer-0.2.0/Cargo.toml", 73365 "metadata": null, 73366 "name": "wasmtimer", 73367 "publish": null, 73368 "readme": "README.md", 73369 "repository": "https://github.com/whizsid/wasmtimer-rs", 73370 "rust_version": null, 73371 "source": "registry+https://github.com/rust-lang/crates.io-index", 73372 "targets": [ 73373 { 73374 "crate_types": [ 73375 "lib" 73376 ], 73377 "doc": true, 73378 "doctest": true, 73379 "edition": "2021", 73380 "kind": [ 73381 "lib" 73382 ], 73383 "name": "wasmtimer", 73384 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasmtimer-0.2.0/src/lib.rs", 73385 "test": true 73386 }, 73387 { 73388 "crate_types": [ 73389 "bin" 73390 ], 73391 "doc": false, 73392 "doctest": false, 73393 "edition": "2021", 73394 "kind": [ 73395 "test" 73396 ], 73397 "name": "web", 73398 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wasmtimer-0.2.0/tests/web.rs", 73399 "test": true 73400 } 73401 ], 73402 "version": "0.2.0" 73403 }, 73404 { 73405 "authors": [ 73406 "The wasm-bindgen Developers" 73407 ], 73408 "categories": [], 73409 "default_run": null, 73410 "dependencies": [ 73411 { 73412 "features": [], 73413 "kind": null, 73414 "name": "js-sys", 73415 "optional": false, 73416 "registry": null, 73417 "rename": null, 73418 "req": "^0.3.69", 73419 "source": "registry+https://github.com/rust-lang/crates.io-index", 73420 "target": null, 73421 "uses_default_features": true 73422 }, 73423 { 73424 "features": [], 73425 "kind": null, 73426 "name": "wasm-bindgen", 73427 "optional": false, 73428 "registry": null, 73429 "rename": null, 73430 "req": "^0.2.92", 73431 "source": "registry+https://github.com/rust-lang/crates.io-index", 73432 "target": null, 73433 "uses_default_features": true 73434 }, 73435 { 73436 "features": [], 73437 "kind": "dev", 73438 "name": "wasm-bindgen-futures", 73439 "optional": false, 73440 "registry": null, 73441 "rename": null, 73442 "req": "^0.4.42", 73443 "source": "registry+https://github.com/rust-lang/crates.io-index", 73444 "target": "cfg(target_arch = \"wasm32\")", 73445 "uses_default_features": true 73446 }, 73447 { 73448 "features": [], 73449 "kind": "dev", 73450 "name": "wasm-bindgen-test", 73451 "optional": false, 73452 "registry": null, 73453 "rename": null, 73454 "req": "^0.3.42", 73455 "source": "registry+https://github.com/rust-lang/crates.io-index", 73456 "target": "cfg(target_arch = \"wasm32\")", 73457 "uses_default_features": true 73458 } 73459 ], 73460 "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", 73461 "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", 73462 "edition": "2018", 73463 "features": { 73464 "AbortController": [], 73465 "AbortSignal": [ 73466 "EventTarget" 73467 ], 73468 "AddEventListenerOptions": [], 73469 "AesCbcParams": [], 73470 "AesCtrParams": [], 73471 "AesDerivedKeyParams": [], 73472 "AesGcmParams": [], 73473 "AesKeyAlgorithm": [], 73474 "AesKeyGenParams": [], 73475 "Algorithm": [], 73476 "AlignSetting": [], 73477 "AllowedBluetoothDevice": [], 73478 "AllowedUsbDevice": [], 73479 "AlphaOption": [], 73480 "AnalyserNode": [ 73481 "AudioNode", 73482 "EventTarget" 73483 ], 73484 "AnalyserOptions": [], 73485 "AngleInstancedArrays": [], 73486 "Animation": [ 73487 "EventTarget" 73488 ], 73489 "AnimationEffect": [], 73490 "AnimationEvent": [ 73491 "Event" 73492 ], 73493 "AnimationEventInit": [], 73494 "AnimationPlayState": [], 73495 "AnimationPlaybackEvent": [ 73496 "Event" 73497 ], 73498 "AnimationPlaybackEventInit": [], 73499 "AnimationPropertyDetails": [], 73500 "AnimationPropertyValueDetails": [], 73501 "AnimationTimeline": [], 73502 "AssignedNodesOptions": [], 73503 "AttestationConveyancePreference": [], 73504 "Attr": [ 73505 "EventTarget", 73506 "Node" 73507 ], 73508 "AttributeNameValue": [], 73509 "AudioBuffer": [], 73510 "AudioBufferOptions": [], 73511 "AudioBufferSourceNode": [ 73512 "AudioNode", 73513 "AudioScheduledSourceNode", 73514 "EventTarget" 73515 ], 73516 "AudioBufferSourceOptions": [], 73517 "AudioConfiguration": [], 73518 "AudioContext": [ 73519 "BaseAudioContext", 73520 "EventTarget" 73521 ], 73522 "AudioContextLatencyCategory": [], 73523 "AudioContextOptions": [], 73524 "AudioContextState": [], 73525 "AudioData": [], 73526 "AudioDataCopyToOptions": [], 73527 "AudioDataInit": [], 73528 "AudioDecoder": [], 73529 "AudioDecoderConfig": [], 73530 "AudioDecoderInit": [], 73531 "AudioDecoderSupport": [], 73532 "AudioDestinationNode": [ 73533 "AudioNode", 73534 "EventTarget" 73535 ], 73536 "AudioEncoder": [], 73537 "AudioEncoderConfig": [], 73538 "AudioEncoderInit": [], 73539 "AudioEncoderSupport": [], 73540 "AudioListener": [], 73541 "AudioNode": [ 73542 "EventTarget" 73543 ], 73544 "AudioNodeOptions": [], 73545 "AudioParam": [], 73546 "AudioParamMap": [], 73547 "AudioProcessingEvent": [ 73548 "Event" 73549 ], 73550 "AudioSampleFormat": [], 73551 "AudioScheduledSourceNode": [ 73552 "AudioNode", 73553 "EventTarget" 73554 ], 73555 "AudioSinkInfo": [], 73556 "AudioSinkOptions": [], 73557 "AudioSinkType": [], 73558 "AudioStreamTrack": [ 73559 "EventTarget", 73560 "MediaStreamTrack" 73561 ], 73562 "AudioTrack": [], 73563 "AudioTrackList": [ 73564 "EventTarget" 73565 ], 73566 "AudioWorklet": [ 73567 "Worklet" 73568 ], 73569 "AudioWorkletGlobalScope": [ 73570 "WorkletGlobalScope" 73571 ], 73572 "AudioWorkletNode": [ 73573 "AudioNode", 73574 "EventTarget" 73575 ], 73576 "AudioWorkletNodeOptions": [], 73577 "AudioWorkletProcessor": [], 73578 "AuthenticationExtensionsClientInputs": [], 73579 "AuthenticationExtensionsClientOutputs": [], 73580 "AuthenticatorAssertionResponse": [ 73581 "AuthenticatorResponse" 73582 ], 73583 "AuthenticatorAttachment": [], 73584 "AuthenticatorAttestationResponse": [ 73585 "AuthenticatorResponse" 73586 ], 73587 "AuthenticatorResponse": [], 73588 "AuthenticatorSelectionCriteria": [], 73589 "AuthenticatorTransport": [], 73590 "AutoKeyword": [], 73591 "AutocompleteInfo": [], 73592 "BarProp": [], 73593 "BaseAudioContext": [ 73594 "EventTarget" 73595 ], 73596 "BaseComputedKeyframe": [], 73597 "BaseKeyframe": [], 73598 "BasePropertyIndexedKeyframe": [], 73599 "BasicCardRequest": [], 73600 "BasicCardResponse": [], 73601 "BasicCardType": [], 73602 "BatteryManager": [ 73603 "EventTarget" 73604 ], 73605 "BeforeUnloadEvent": [ 73606 "Event" 73607 ], 73608 "BinaryType": [], 73609 "BiquadFilterNode": [ 73610 "AudioNode", 73611 "EventTarget" 73612 ], 73613 "BiquadFilterOptions": [], 73614 "BiquadFilterType": [], 73615 "Blob": [], 73616 "BlobEvent": [ 73617 "Event" 73618 ], 73619 "BlobEventInit": [], 73620 "BlobPropertyBag": [], 73621 "BlockParsingOptions": [], 73622 "Bluetooth": [ 73623 "EventTarget" 73624 ], 73625 "BluetoothAdvertisingEvent": [ 73626 "Event" 73627 ], 73628 "BluetoothAdvertisingEventInit": [], 73629 "BluetoothCharacteristicProperties": [], 73630 "BluetoothDataFilterInit": [], 73631 "BluetoothDevice": [ 73632 "EventTarget" 73633 ], 73634 "BluetoothLeScanFilterInit": [], 73635 "BluetoothManufacturerDataMap": [], 73636 "BluetoothPermissionDescriptor": [], 73637 "BluetoothPermissionResult": [ 73638 "EventTarget", 73639 "PermissionStatus" 73640 ], 73641 "BluetoothPermissionStorage": [], 73642 "BluetoothRemoteGattCharacteristic": [ 73643 "EventTarget" 73644 ], 73645 "BluetoothRemoteGattDescriptor": [], 73646 "BluetoothRemoteGattServer": [], 73647 "BluetoothRemoteGattService": [ 73648 "EventTarget" 73649 ], 73650 "BluetoothServiceDataMap": [], 73651 "BluetoothUuid": [], 73652 "BoxQuadOptions": [], 73653 "BroadcastChannel": [ 73654 "EventTarget" 73655 ], 73656 "BrowserElementDownloadOptions": [], 73657 "BrowserElementExecuteScriptOptions": [], 73658 "BrowserFeedWriter": [], 73659 "BrowserFindCaseSensitivity": [], 73660 "BrowserFindDirection": [], 73661 "ByteLengthQueuingStrategy": [], 73662 "Cache": [], 73663 "CacheBatchOperation": [], 73664 "CacheQueryOptions": [], 73665 "CacheStorage": [], 73666 "CacheStorageNamespace": [], 73667 "CanvasCaptureMediaStream": [ 73668 "EventTarget", 73669 "MediaStream" 73670 ], 73671 "CanvasCaptureMediaStreamTrack": [ 73672 "EventTarget", 73673 "MediaStreamTrack" 73674 ], 73675 "CanvasGradient": [], 73676 "CanvasPattern": [], 73677 "CanvasRenderingContext2d": [], 73678 "CanvasWindingRule": [], 73679 "CaretChangedReason": [], 73680 "CaretPosition": [], 73681 "CaretStateChangedEventInit": [], 73682 "CdataSection": [ 73683 "CharacterData", 73684 "EventTarget", 73685 "Node", 73686 "Text" 73687 ], 73688 "ChannelCountMode": [], 73689 "ChannelInterpretation": [], 73690 "ChannelMergerNode": [ 73691 "AudioNode", 73692 "EventTarget" 73693 ], 73694 "ChannelMergerOptions": [], 73695 "ChannelSplitterNode": [ 73696 "AudioNode", 73697 "EventTarget" 73698 ], 73699 "ChannelSplitterOptions": [], 73700 "CharacterData": [ 73701 "EventTarget", 73702 "Node" 73703 ], 73704 "CheckerboardReason": [], 73705 "CheckerboardReport": [], 73706 "CheckerboardReportService": [], 73707 "ChromeFilePropertyBag": [], 73708 "ChromeWorker": [ 73709 "EventTarget", 73710 "Worker" 73711 ], 73712 "Client": [], 73713 "ClientQueryOptions": [], 73714 "ClientRectsAndTexts": [], 73715 "ClientType": [], 73716 "Clients": [], 73717 "Clipboard": [ 73718 "EventTarget" 73719 ], 73720 "ClipboardEvent": [ 73721 "Event" 73722 ], 73723 "ClipboardEventInit": [], 73724 "ClipboardItem": [], 73725 "ClipboardItemOptions": [], 73726 "ClipboardPermissionDescriptor": [], 73727 "CloseEvent": [ 73728 "Event" 73729 ], 73730 "CloseEventInit": [], 73731 "CodecState": [], 73732 "CollectedClientData": [], 73733 "ColorSpaceConversion": [], 73734 "Comment": [ 73735 "CharacterData", 73736 "EventTarget", 73737 "Node" 73738 ], 73739 "CompositeOperation": [], 73740 "CompositionEvent": [ 73741 "Event", 73742 "UiEvent" 73743 ], 73744 "CompositionEventInit": [], 73745 "CompressionFormat": [], 73746 "CompressionStream": [], 73747 "ComputedEffectTiming": [], 73748 "ConnStatusDict": [], 73749 "ConnectionType": [], 73750 "ConsoleCounter": [], 73751 "ConsoleCounterError": [], 73752 "ConsoleEvent": [], 73753 "ConsoleInstance": [], 73754 "ConsoleInstanceOptions": [], 73755 "ConsoleLevel": [], 73756 "ConsoleLogLevel": [], 73757 "ConsoleProfileEvent": [], 73758 "ConsoleStackEntry": [], 73759 "ConsoleTimerError": [], 73760 "ConsoleTimerLogOrEnd": [], 73761 "ConsoleTimerStart": [], 73762 "ConstantSourceNode": [ 73763 "AudioNode", 73764 "AudioScheduledSourceNode", 73765 "EventTarget" 73766 ], 73767 "ConstantSourceOptions": [], 73768 "ConstrainBooleanParameters": [], 73769 "ConstrainDomStringParameters": [], 73770 "ConstrainDoubleRange": [], 73771 "ConstrainLongRange": [], 73772 "ContextAttributes2d": [], 73773 "ConvertCoordinateOptions": [], 73774 "ConvolverNode": [ 73775 "AudioNode", 73776 "EventTarget" 73777 ], 73778 "ConvolverOptions": [], 73779 "Coordinates": [], 73780 "CountQueuingStrategy": [], 73781 "Credential": [], 73782 "CredentialCreationOptions": [], 73783 "CredentialRequestOptions": [], 73784 "CredentialsContainer": [], 73785 "Crypto": [], 73786 "CryptoKey": [], 73787 "CryptoKeyPair": [], 73788 "CssAnimation": [ 73789 "Animation", 73790 "EventTarget" 73791 ], 73792 "CssBoxType": [], 73793 "CssConditionRule": [ 73794 "CssGroupingRule", 73795 "CssRule" 73796 ], 73797 "CssCounterStyleRule": [ 73798 "CssRule" 73799 ], 73800 "CssFontFaceRule": [ 73801 "CssRule" 73802 ], 73803 "CssFontFeatureValuesRule": [ 73804 "CssRule" 73805 ], 73806 "CssGroupingRule": [ 73807 "CssRule" 73808 ], 73809 "CssImportRule": [ 73810 "CssRule" 73811 ], 73812 "CssKeyframeRule": [ 73813 "CssRule" 73814 ], 73815 "CssKeyframesRule": [ 73816 "CssRule" 73817 ], 73818 "CssMediaRule": [ 73819 "CssConditionRule", 73820 "CssGroupingRule", 73821 "CssRule" 73822 ], 73823 "CssNamespaceRule": [ 73824 "CssRule" 73825 ], 73826 "CssPageRule": [ 73827 "CssRule" 73828 ], 73829 "CssPseudoElement": [], 73830 "CssRule": [], 73831 "CssRuleList": [], 73832 "CssStyleDeclaration": [], 73833 "CssStyleRule": [ 73834 "CssRule" 73835 ], 73836 "CssStyleSheet": [ 73837 "StyleSheet" 73838 ], 73839 "CssStyleSheetParsingMode": [], 73840 "CssSupportsRule": [ 73841 "CssConditionRule", 73842 "CssGroupingRule", 73843 "CssRule" 73844 ], 73845 "CssTransition": [ 73846 "Animation", 73847 "EventTarget" 73848 ], 73849 "CustomElementRegistry": [], 73850 "CustomEvent": [ 73851 "Event" 73852 ], 73853 "CustomEventInit": [], 73854 "DataTransfer": [], 73855 "DataTransferItem": [], 73856 "DataTransferItemList": [], 73857 "DateTimeValue": [], 73858 "DecoderDoctorNotification": [], 73859 "DecoderDoctorNotificationType": [], 73860 "DecompressionStream": [], 73861 "DedicatedWorkerGlobalScope": [ 73862 "EventTarget", 73863 "WorkerGlobalScope" 73864 ], 73865 "DelayNode": [ 73866 "AudioNode", 73867 "EventTarget" 73868 ], 73869 "DelayOptions": [], 73870 "DeviceAcceleration": [], 73871 "DeviceAccelerationInit": [], 73872 "DeviceLightEvent": [ 73873 "Event" 73874 ], 73875 "DeviceLightEventInit": [], 73876 "DeviceMotionEvent": [ 73877 "Event" 73878 ], 73879 "DeviceMotionEventInit": [], 73880 "DeviceOrientationEvent": [ 73881 "Event" 73882 ], 73883 "DeviceOrientationEventInit": [], 73884 "DeviceProximityEvent": [ 73885 "Event" 73886 ], 73887 "DeviceProximityEventInit": [], 73888 "DeviceRotationRate": [], 73889 "DeviceRotationRateInit": [], 73890 "DhKeyDeriveParams": [], 73891 "DirectionSetting": [], 73892 "Directory": [], 73893 "DirectoryPickerOptions": [], 73894 "DisplayMediaStreamConstraints": [], 73895 "DisplayNameOptions": [], 73896 "DisplayNameResult": [], 73897 "DistanceModelType": [], 73898 "DnsCacheDict": [], 73899 "DnsCacheEntry": [], 73900 "DnsLookupDict": [], 73901 "Document": [ 73902 "EventTarget", 73903 "Node" 73904 ], 73905 "DocumentFragment": [ 73906 "EventTarget", 73907 "Node" 73908 ], 73909 "DocumentTimeline": [ 73910 "AnimationTimeline" 73911 ], 73912 "DocumentTimelineOptions": [], 73913 "DocumentType": [ 73914 "EventTarget", 73915 "Node" 73916 ], 73917 "DomError": [], 73918 "DomException": [], 73919 "DomImplementation": [], 73920 "DomMatrix": [ 73921 "DomMatrixReadOnly" 73922 ], 73923 "DomMatrix2dInit": [], 73924 "DomMatrixInit": [], 73925 "DomMatrixReadOnly": [], 73926 "DomParser": [], 73927 "DomPoint": [ 73928 "DomPointReadOnly" 73929 ], 73930 "DomPointInit": [], 73931 "DomPointReadOnly": [], 73932 "DomQuad": [], 73933 "DomQuadInit": [], 73934 "DomQuadJson": [], 73935 "DomRect": [ 73936 "DomRectReadOnly" 73937 ], 73938 "DomRectInit": [], 73939 "DomRectList": [], 73940 "DomRectReadOnly": [], 73941 "DomRequest": [ 73942 "EventTarget" 73943 ], 73944 "DomRequestReadyState": [], 73945 "DomStringList": [], 73946 "DomStringMap": [], 73947 "DomTokenList": [], 73948 "DomWindowResizeEventDetail": [], 73949 "DragEvent": [ 73950 "Event", 73951 "MouseEvent", 73952 "UiEvent" 73953 ], 73954 "DragEventInit": [], 73955 "DynamicsCompressorNode": [ 73956 "AudioNode", 73957 "EventTarget" 73958 ], 73959 "DynamicsCompressorOptions": [], 73960 "EcKeyAlgorithm": [], 73961 "EcKeyGenParams": [], 73962 "EcKeyImportParams": [], 73963 "EcdhKeyDeriveParams": [], 73964 "EcdsaParams": [], 73965 "EffectTiming": [], 73966 "Element": [ 73967 "EventTarget", 73968 "Node" 73969 ], 73970 "ElementCreationOptions": [], 73971 "ElementDefinitionOptions": [], 73972 "EncodedAudioChunk": [], 73973 "EncodedAudioChunkInit": [], 73974 "EncodedAudioChunkMetadata": [], 73975 "EncodedAudioChunkType": [], 73976 "EncodedVideoChunk": [], 73977 "EncodedVideoChunkInit": [], 73978 "EncodedVideoChunkMetadata": [], 73979 "EncodedVideoChunkType": [], 73980 "EndingTypes": [], 73981 "ErrorCallback": [], 73982 "ErrorEvent": [ 73983 "Event" 73984 ], 73985 "ErrorEventInit": [], 73986 "Event": [], 73987 "EventInit": [], 73988 "EventListener": [], 73989 "EventListenerOptions": [], 73990 "EventModifierInit": [], 73991 "EventSource": [ 73992 "EventTarget" 73993 ], 73994 "EventSourceInit": [], 73995 "EventTarget": [], 73996 "Exception": [], 73997 "ExtBlendMinmax": [], 73998 "ExtColorBufferFloat": [], 73999 "ExtColorBufferHalfFloat": [], 74000 "ExtDisjointTimerQuery": [], 74001 "ExtFragDepth": [], 74002 "ExtSRgb": [], 74003 "ExtShaderTextureLod": [], 74004 "ExtTextureFilterAnisotropic": [], 74005 "ExtTextureNorm16": [], 74006 "ExtendableEvent": [ 74007 "Event" 74008 ], 74009 "ExtendableEventInit": [], 74010 "ExtendableMessageEvent": [ 74011 "Event", 74012 "ExtendableEvent" 74013 ], 74014 "ExtendableMessageEventInit": [], 74015 "External": [], 74016 "FakePluginMimeEntry": [], 74017 "FakePluginTagInit": [], 74018 "FetchEvent": [ 74019 "Event", 74020 "ExtendableEvent" 74021 ], 74022 "FetchEventInit": [], 74023 "FetchObserver": [ 74024 "EventTarget" 74025 ], 74026 "FetchReadableStreamReadDataArray": [], 74027 "FetchReadableStreamReadDataDone": [], 74028 "FetchState": [], 74029 "File": [ 74030 "Blob" 74031 ], 74032 "FileCallback": [], 74033 "FileList": [], 74034 "FilePickerAcceptType": [], 74035 "FilePickerOptions": [], 74036 "FilePropertyBag": [], 74037 "FileReader": [ 74038 "EventTarget" 74039 ], 74040 "FileReaderSync": [], 74041 "FileSystem": [], 74042 "FileSystemCreateWritableOptions": [], 74043 "FileSystemDirectoryEntry": [ 74044 "FileSystemEntry" 74045 ], 74046 "FileSystemDirectoryHandle": [ 74047 "FileSystemHandle" 74048 ], 74049 "FileSystemDirectoryReader": [], 74050 "FileSystemEntriesCallback": [], 74051 "FileSystemEntry": [], 74052 "FileSystemEntryCallback": [], 74053 "FileSystemFileEntry": [ 74054 "FileSystemEntry" 74055 ], 74056 "FileSystemFileHandle": [ 74057 "FileSystemHandle" 74058 ], 74059 "FileSystemFlags": [], 74060 "FileSystemGetDirectoryOptions": [], 74061 "FileSystemGetFileOptions": [], 74062 "FileSystemHandle": [], 74063 "FileSystemHandleKind": [], 74064 "FileSystemHandlePermissionDescriptor": [], 74065 "FileSystemPermissionDescriptor": [], 74066 "FileSystemPermissionMode": [], 74067 "FileSystemReadWriteOptions": [], 74068 "FileSystemRemoveOptions": [], 74069 "FileSystemSyncAccessHandle": [], 74070 "FileSystemWritableFileStream": [ 74071 "WritableStream" 74072 ], 74073 "FillMode": [], 74074 "FlashClassification": [], 74075 "FlowControlType": [], 74076 "FocusEvent": [ 74077 "Event", 74078 "UiEvent" 74079 ], 74080 "FocusEventInit": [], 74081 "FontData": [], 74082 "FontFace": [], 74083 "FontFaceDescriptors": [], 74084 "FontFaceLoadStatus": [], 74085 "FontFaceSet": [ 74086 "EventTarget" 74087 ], 74088 "FontFaceSetIterator": [], 74089 "FontFaceSetIteratorResult": [], 74090 "FontFaceSetLoadEvent": [ 74091 "Event" 74092 ], 74093 "FontFaceSetLoadEventInit": [], 74094 "FontFaceSetLoadStatus": [], 74095 "FormData": [], 74096 "FrameType": [], 74097 "FuzzingFunctions": [], 74098 "GainNode": [ 74099 "AudioNode", 74100 "EventTarget" 74101 ], 74102 "GainOptions": [], 74103 "Gamepad": [], 74104 "GamepadAxisMoveEvent": [ 74105 "Event", 74106 "GamepadEvent" 74107 ], 74108 "GamepadAxisMoveEventInit": [], 74109 "GamepadButton": [], 74110 "GamepadButtonEvent": [ 74111 "Event", 74112 "GamepadEvent" 74113 ], 74114 "GamepadButtonEventInit": [], 74115 "GamepadEvent": [ 74116 "Event" 74117 ], 74118 "GamepadEventInit": [], 74119 "GamepadHand": [], 74120 "GamepadHapticActuator": [], 74121 "GamepadHapticActuatorType": [], 74122 "GamepadMappingType": [], 74123 "GamepadPose": [], 74124 "GamepadServiceTest": [], 74125 "Geolocation": [], 74126 "GetAnimationsOptions": [], 74127 "GetRootNodeOptions": [], 74128 "GetUserMediaRequest": [], 74129 "Gpu": [], 74130 "GpuAdapter": [], 74131 "GpuAdapterInfo": [], 74132 "GpuAddressMode": [], 74133 "GpuAutoLayoutMode": [], 74134 "GpuBindGroup": [], 74135 "GpuBindGroupDescriptor": [], 74136 "GpuBindGroupEntry": [], 74137 "GpuBindGroupLayout": [], 74138 "GpuBindGroupLayoutDescriptor": [], 74139 "GpuBindGroupLayoutEntry": [], 74140 "GpuBlendComponent": [], 74141 "GpuBlendFactor": [], 74142 "GpuBlendOperation": [], 74143 "GpuBlendState": [], 74144 "GpuBuffer": [], 74145 "GpuBufferBinding": [], 74146 "GpuBufferBindingLayout": [], 74147 "GpuBufferBindingType": [], 74148 "GpuBufferDescriptor": [], 74149 "GpuBufferMapState": [], 74150 "GpuCanvasAlphaMode": [], 74151 "GpuCanvasConfiguration": [], 74152 "GpuCanvasContext": [], 74153 "GpuColorDict": [], 74154 "GpuColorTargetState": [], 74155 "GpuCommandBuffer": [], 74156 "GpuCommandBufferDescriptor": [], 74157 "GpuCommandEncoder": [], 74158 "GpuCommandEncoderDescriptor": [], 74159 "GpuCompareFunction": [], 74160 "GpuCompilationInfo": [], 74161 "GpuCompilationMessage": [], 74162 "GpuCompilationMessageType": [], 74163 "GpuComputePassDescriptor": [], 74164 "GpuComputePassEncoder": [], 74165 "GpuComputePassTimestampWrites": [], 74166 "GpuComputePipeline": [], 74167 "GpuComputePipelineDescriptor": [], 74168 "GpuCullMode": [], 74169 "GpuDepthStencilState": [], 74170 "GpuDevice": [ 74171 "EventTarget" 74172 ], 74173 "GpuDeviceDescriptor": [], 74174 "GpuDeviceLostInfo": [], 74175 "GpuDeviceLostReason": [], 74176 "GpuError": [], 74177 "GpuErrorFilter": [], 74178 "GpuExtent3dDict": [], 74179 "GpuExternalTexture": [], 74180 "GpuExternalTextureBindingLayout": [], 74181 "GpuExternalTextureDescriptor": [], 74182 "GpuFeatureName": [], 74183 "GpuFilterMode": [], 74184 "GpuFragmentState": [], 74185 "GpuFrontFace": [], 74186 "GpuImageCopyBuffer": [], 74187 "GpuImageCopyExternalImage": [], 74188 "GpuImageCopyTexture": [], 74189 "GpuImageCopyTextureTagged": [], 74190 "GpuImageDataLayout": [], 74191 "GpuIndexFormat": [], 74192 "GpuInternalError": [ 74193 "GpuError" 74194 ], 74195 "GpuLoadOp": [], 74196 "GpuMipmapFilterMode": [], 74197 "GpuMultisampleState": [], 74198 "GpuObjectDescriptorBase": [], 74199 "GpuOrigin2dDict": [], 74200 "GpuOrigin3dDict": [], 74201 "GpuOutOfMemoryError": [ 74202 "GpuError" 74203 ], 74204 "GpuPipelineDescriptorBase": [], 74205 "GpuPipelineError": [ 74206 "DomException" 74207 ], 74208 "GpuPipelineErrorInit": [], 74209 "GpuPipelineErrorReason": [], 74210 "GpuPipelineLayout": [], 74211 "GpuPipelineLayoutDescriptor": [], 74212 "GpuPowerPreference": [], 74213 "GpuPrimitiveState": [], 74214 "GpuPrimitiveTopology": [], 74215 "GpuProgrammableStage": [], 74216 "GpuQuerySet": [], 74217 "GpuQuerySetDescriptor": [], 74218 "GpuQueryType": [], 74219 "GpuQueue": [], 74220 "GpuQueueDescriptor": [], 74221 "GpuRenderBundle": [], 74222 "GpuRenderBundleDescriptor": [], 74223 "GpuRenderBundleEncoder": [], 74224 "GpuRenderBundleEncoderDescriptor": [], 74225 "GpuRenderPassColorAttachment": [], 74226 "GpuRenderPassDepthStencilAttachment": [], 74227 "GpuRenderPassDescriptor": [], 74228 "GpuRenderPassEncoder": [], 74229 "GpuRenderPassLayout": [], 74230 "GpuRenderPassTimestampWrites": [], 74231 "GpuRenderPipeline": [], 74232 "GpuRenderPipelineDescriptor": [], 74233 "GpuRequestAdapterOptions": [], 74234 "GpuSampler": [], 74235 "GpuSamplerBindingLayout": [], 74236 "GpuSamplerBindingType": [], 74237 "GpuSamplerDescriptor": [], 74238 "GpuShaderModule": [], 74239 "GpuShaderModuleCompilationHint": [], 74240 "GpuShaderModuleDescriptor": [], 74241 "GpuStencilFaceState": [], 74242 "GpuStencilOperation": [], 74243 "GpuStorageTextureAccess": [], 74244 "GpuStorageTextureBindingLayout": [], 74245 "GpuStoreOp": [], 74246 "GpuSupportedFeatures": [], 74247 "GpuSupportedLimits": [], 74248 "GpuTexture": [], 74249 "GpuTextureAspect": [], 74250 "GpuTextureBindingLayout": [], 74251 "GpuTextureDescriptor": [], 74252 "GpuTextureDimension": [], 74253 "GpuTextureFormat": [], 74254 "GpuTextureSampleType": [], 74255 "GpuTextureView": [], 74256 "GpuTextureViewDescriptor": [], 74257 "GpuTextureViewDimension": [], 74258 "GpuUncapturedErrorEvent": [ 74259 "Event" 74260 ], 74261 "GpuUncapturedErrorEventInit": [], 74262 "GpuValidationError": [ 74263 "GpuError" 74264 ], 74265 "GpuVertexAttribute": [], 74266 "GpuVertexBufferLayout": [], 74267 "GpuVertexFormat": [], 74268 "GpuVertexState": [], 74269 "GpuVertexStepMode": [], 74270 "GroupedHistoryEventInit": [], 74271 "HalfOpenInfoDict": [], 74272 "HardwareAcceleration": [], 74273 "HashChangeEvent": [ 74274 "Event" 74275 ], 74276 "HashChangeEventInit": [], 74277 "Headers": [], 74278 "HeadersGuardEnum": [], 74279 "Hid": [ 74280 "EventTarget" 74281 ], 74282 "HidCollectionInfo": [], 74283 "HidConnectionEvent": [ 74284 "Event" 74285 ], 74286 "HidConnectionEventInit": [], 74287 "HidDevice": [ 74288 "EventTarget" 74289 ], 74290 "HidDeviceFilter": [], 74291 "HidDeviceRequestOptions": [], 74292 "HidInputReportEvent": [ 74293 "Event" 74294 ], 74295 "HidInputReportEventInit": [], 74296 "HidReportInfo": [], 74297 "HidReportItem": [], 74298 "HidUnitSystem": [], 74299 "HiddenPluginEventInit": [], 74300 "History": [], 74301 "HitRegionOptions": [], 74302 "HkdfParams": [], 74303 "HmacDerivedKeyParams": [], 74304 "HmacImportParams": [], 74305 "HmacKeyAlgorithm": [], 74306 "HmacKeyGenParams": [], 74307 "HtmlAllCollection": [], 74308 "HtmlAnchorElement": [ 74309 "Element", 74310 "EventTarget", 74311 "HtmlElement", 74312 "Node" 74313 ], 74314 "HtmlAreaElement": [ 74315 "Element", 74316 "EventTarget", 74317 "HtmlElement", 74318 "Node" 74319 ], 74320 "HtmlAudioElement": [ 74321 "Element", 74322 "EventTarget", 74323 "HtmlElement", 74324 "HtmlMediaElement", 74325 "Node" 74326 ], 74327 "HtmlBaseElement": [ 74328 "Element", 74329 "EventTarget", 74330 "HtmlElement", 74331 "Node" 74332 ], 74333 "HtmlBodyElement": [ 74334 "Element", 74335 "EventTarget", 74336 "HtmlElement", 74337 "Node" 74338 ], 74339 "HtmlBrElement": [ 74340 "Element", 74341 "EventTarget", 74342 "HtmlElement", 74343 "Node" 74344 ], 74345 "HtmlButtonElement": [ 74346 "Element", 74347 "EventTarget", 74348 "HtmlElement", 74349 "Node" 74350 ], 74351 "HtmlCanvasElement": [ 74352 "Element", 74353 "EventTarget", 74354 "HtmlElement", 74355 "Node" 74356 ], 74357 "HtmlCollection": [], 74358 "HtmlDListElement": [ 74359 "Element", 74360 "EventTarget", 74361 "HtmlElement", 74362 "Node" 74363 ], 74364 "HtmlDataElement": [ 74365 "Element", 74366 "EventTarget", 74367 "HtmlElement", 74368 "Node" 74369 ], 74370 "HtmlDataListElement": [ 74371 "Element", 74372 "EventTarget", 74373 "HtmlElement", 74374 "Node" 74375 ], 74376 "HtmlDetailsElement": [ 74377 "Element", 74378 "EventTarget", 74379 "HtmlElement", 74380 "Node" 74381 ], 74382 "HtmlDialogElement": [ 74383 "Element", 74384 "EventTarget", 74385 "HtmlElement", 74386 "Node" 74387 ], 74388 "HtmlDirectoryElement": [ 74389 "Element", 74390 "EventTarget", 74391 "HtmlElement", 74392 "Node" 74393 ], 74394 "HtmlDivElement": [ 74395 "Element", 74396 "EventTarget", 74397 "HtmlElement", 74398 "Node" 74399 ], 74400 "HtmlDocument": [ 74401 "Document", 74402 "EventTarget", 74403 "Node" 74404 ], 74405 "HtmlElement": [ 74406 "Element", 74407 "EventTarget", 74408 "Node" 74409 ], 74410 "HtmlEmbedElement": [ 74411 "Element", 74412 "EventTarget", 74413 "HtmlElement", 74414 "Node" 74415 ], 74416 "HtmlFieldSetElement": [ 74417 "Element", 74418 "EventTarget", 74419 "HtmlElement", 74420 "Node" 74421 ], 74422 "HtmlFontElement": [ 74423 "Element", 74424 "EventTarget", 74425 "HtmlElement", 74426 "Node" 74427 ], 74428 "HtmlFormControlsCollection": [ 74429 "HtmlCollection" 74430 ], 74431 "HtmlFormElement": [ 74432 "Element", 74433 "EventTarget", 74434 "HtmlElement", 74435 "Node" 74436 ], 74437 "HtmlFrameElement": [ 74438 "Element", 74439 "EventTarget", 74440 "HtmlElement", 74441 "Node" 74442 ], 74443 "HtmlFrameSetElement": [ 74444 "Element", 74445 "EventTarget", 74446 "HtmlElement", 74447 "Node" 74448 ], 74449 "HtmlHeadElement": [ 74450 "Element", 74451 "EventTarget", 74452 "HtmlElement", 74453 "Node" 74454 ], 74455 "HtmlHeadingElement": [ 74456 "Element", 74457 "EventTarget", 74458 "HtmlElement", 74459 "Node" 74460 ], 74461 "HtmlHrElement": [ 74462 "Element", 74463 "EventTarget", 74464 "HtmlElement", 74465 "Node" 74466 ], 74467 "HtmlHtmlElement": [ 74468 "Element", 74469 "EventTarget", 74470 "HtmlElement", 74471 "Node" 74472 ], 74473 "HtmlIFrameElement": [ 74474 "Element", 74475 "EventTarget", 74476 "HtmlElement", 74477 "Node" 74478 ], 74479 "HtmlImageElement": [ 74480 "Element", 74481 "EventTarget", 74482 "HtmlElement", 74483 "Node" 74484 ], 74485 "HtmlInputElement": [ 74486 "Element", 74487 "EventTarget", 74488 "HtmlElement", 74489 "Node" 74490 ], 74491 "HtmlLabelElement": [ 74492 "Element", 74493 "EventTarget", 74494 "HtmlElement", 74495 "Node" 74496 ], 74497 "HtmlLegendElement": [ 74498 "Element", 74499 "EventTarget", 74500 "HtmlElement", 74501 "Node" 74502 ], 74503 "HtmlLiElement": [ 74504 "Element", 74505 "EventTarget", 74506 "HtmlElement", 74507 "Node" 74508 ], 74509 "HtmlLinkElement": [ 74510 "Element", 74511 "EventTarget", 74512 "HtmlElement", 74513 "Node" 74514 ], 74515 "HtmlMapElement": [ 74516 "Element", 74517 "EventTarget", 74518 "HtmlElement", 74519 "Node" 74520 ], 74521 "HtmlMediaElement": [ 74522 "Element", 74523 "EventTarget", 74524 "HtmlElement", 74525 "Node" 74526 ], 74527 "HtmlMenuElement": [ 74528 "Element", 74529 "EventTarget", 74530 "HtmlElement", 74531 "Node" 74532 ], 74533 "HtmlMenuItemElement": [ 74534 "Element", 74535 "EventTarget", 74536 "HtmlElement", 74537 "Node" 74538 ], 74539 "HtmlMetaElement": [ 74540 "Element", 74541 "EventTarget", 74542 "HtmlElement", 74543 "Node" 74544 ], 74545 "HtmlMeterElement": [ 74546 "Element", 74547 "EventTarget", 74548 "HtmlElement", 74549 "Node" 74550 ], 74551 "HtmlModElement": [ 74552 "Element", 74553 "EventTarget", 74554 "HtmlElement", 74555 "Node" 74556 ], 74557 "HtmlOListElement": [ 74558 "Element", 74559 "EventTarget", 74560 "HtmlElement", 74561 "Node" 74562 ], 74563 "HtmlObjectElement": [ 74564 "Element", 74565 "EventTarget", 74566 "HtmlElement", 74567 "Node" 74568 ], 74569 "HtmlOptGroupElement": [ 74570 "Element", 74571 "EventTarget", 74572 "HtmlElement", 74573 "Node" 74574 ], 74575 "HtmlOptionElement": [ 74576 "Element", 74577 "EventTarget", 74578 "HtmlElement", 74579 "Node" 74580 ], 74581 "HtmlOptionsCollection": [ 74582 "HtmlCollection" 74583 ], 74584 "HtmlOutputElement": [ 74585 "Element", 74586 "EventTarget", 74587 "HtmlElement", 74588 "Node" 74589 ], 74590 "HtmlParagraphElement": [ 74591 "Element", 74592 "EventTarget", 74593 "HtmlElement", 74594 "Node" 74595 ], 74596 "HtmlParamElement": [ 74597 "Element", 74598 "EventTarget", 74599 "HtmlElement", 74600 "Node" 74601 ], 74602 "HtmlPictureElement": [ 74603 "Element", 74604 "EventTarget", 74605 "HtmlElement", 74606 "Node" 74607 ], 74608 "HtmlPreElement": [ 74609 "Element", 74610 "EventTarget", 74611 "HtmlElement", 74612 "Node" 74613 ], 74614 "HtmlProgressElement": [ 74615 "Element", 74616 "EventTarget", 74617 "HtmlElement", 74618 "Node" 74619 ], 74620 "HtmlQuoteElement": [ 74621 "Element", 74622 "EventTarget", 74623 "HtmlElement", 74624 "Node" 74625 ], 74626 "HtmlScriptElement": [ 74627 "Element", 74628 "EventTarget", 74629 "HtmlElement", 74630 "Node" 74631 ], 74632 "HtmlSelectElement": [ 74633 "Element", 74634 "EventTarget", 74635 "HtmlElement", 74636 "Node" 74637 ], 74638 "HtmlSlotElement": [ 74639 "Element", 74640 "EventTarget", 74641 "HtmlElement", 74642 "Node" 74643 ], 74644 "HtmlSourceElement": [ 74645 "Element", 74646 "EventTarget", 74647 "HtmlElement", 74648 "Node" 74649 ], 74650 "HtmlSpanElement": [ 74651 "Element", 74652 "EventTarget", 74653 "HtmlElement", 74654 "Node" 74655 ], 74656 "HtmlStyleElement": [ 74657 "Element", 74658 "EventTarget", 74659 "HtmlElement", 74660 "Node" 74661 ], 74662 "HtmlTableCaptionElement": [ 74663 "Element", 74664 "EventTarget", 74665 "HtmlElement", 74666 "Node" 74667 ], 74668 "HtmlTableCellElement": [ 74669 "Element", 74670 "EventTarget", 74671 "HtmlElement", 74672 "Node" 74673 ], 74674 "HtmlTableColElement": [ 74675 "Element", 74676 "EventTarget", 74677 "HtmlElement", 74678 "Node" 74679 ], 74680 "HtmlTableElement": [ 74681 "Element", 74682 "EventTarget", 74683 "HtmlElement", 74684 "Node" 74685 ], 74686 "HtmlTableRowElement": [ 74687 "Element", 74688 "EventTarget", 74689 "HtmlElement", 74690 "Node" 74691 ], 74692 "HtmlTableSectionElement": [ 74693 "Element", 74694 "EventTarget", 74695 "HtmlElement", 74696 "Node" 74697 ], 74698 "HtmlTemplateElement": [ 74699 "Element", 74700 "EventTarget", 74701 "HtmlElement", 74702 "Node" 74703 ], 74704 "HtmlTextAreaElement": [ 74705 "Element", 74706 "EventTarget", 74707 "HtmlElement", 74708 "Node" 74709 ], 74710 "HtmlTimeElement": [ 74711 "Element", 74712 "EventTarget", 74713 "HtmlElement", 74714 "Node" 74715 ], 74716 "HtmlTitleElement": [ 74717 "Element", 74718 "EventTarget", 74719 "HtmlElement", 74720 "Node" 74721 ], 74722 "HtmlTrackElement": [ 74723 "Element", 74724 "EventTarget", 74725 "HtmlElement", 74726 "Node" 74727 ], 74728 "HtmlUListElement": [ 74729 "Element", 74730 "EventTarget", 74731 "HtmlElement", 74732 "Node" 74733 ], 74734 "HtmlUnknownElement": [ 74735 "Element", 74736 "EventTarget", 74737 "HtmlElement", 74738 "Node" 74739 ], 74740 "HtmlVideoElement": [ 74741 "Element", 74742 "EventTarget", 74743 "HtmlElement", 74744 "HtmlMediaElement", 74745 "Node" 74746 ], 74747 "HttpConnDict": [], 74748 "HttpConnInfo": [], 74749 "HttpConnectionElement": [], 74750 "IdbCursor": [], 74751 "IdbCursorDirection": [], 74752 "IdbCursorWithValue": [ 74753 "IdbCursor" 74754 ], 74755 "IdbDatabase": [ 74756 "EventTarget" 74757 ], 74758 "IdbFactory": [], 74759 "IdbFileHandle": [ 74760 "EventTarget" 74761 ], 74762 "IdbFileMetadataParameters": [], 74763 "IdbFileRequest": [ 74764 "DomRequest", 74765 "EventTarget" 74766 ], 74767 "IdbIndex": [], 74768 "IdbIndexParameters": [], 74769 "IdbKeyRange": [], 74770 "IdbLocaleAwareKeyRange": [ 74771 "IdbKeyRange" 74772 ], 74773 "IdbMutableFile": [ 74774 "EventTarget" 74775 ], 74776 "IdbObjectStore": [], 74777 "IdbObjectStoreParameters": [], 74778 "IdbOpenDbOptions": [], 74779 "IdbOpenDbRequest": [ 74780 "EventTarget", 74781 "IdbRequest" 74782 ], 74783 "IdbRequest": [ 74784 "EventTarget" 74785 ], 74786 "IdbRequestReadyState": [], 74787 "IdbTransaction": [ 74788 "EventTarget" 74789 ], 74790 "IdbTransactionMode": [], 74791 "IdbVersionChangeEvent": [ 74792 "Event" 74793 ], 74794 "IdbVersionChangeEventInit": [], 74795 "IdleDeadline": [], 74796 "IdleRequestOptions": [], 74797 "IirFilterNode": [ 74798 "AudioNode", 74799 "EventTarget" 74800 ], 74801 "IirFilterOptions": [], 74802 "ImageBitmap": [], 74803 "ImageBitmapOptions": [], 74804 "ImageBitmapRenderingContext": [], 74805 "ImageCapture": [], 74806 "ImageCaptureError": [], 74807 "ImageCaptureErrorEvent": [ 74808 "Event" 74809 ], 74810 "ImageCaptureErrorEventInit": [], 74811 "ImageData": [], 74812 "ImageDecodeOptions": [], 74813 "ImageDecodeResult": [], 74814 "ImageDecoder": [], 74815 "ImageDecoderInit": [], 74816 "ImageEncodeOptions": [], 74817 "ImageOrientation": [], 74818 "ImageTrack": [ 74819 "EventTarget" 74820 ], 74821 "ImageTrackList": [], 74822 "InputEvent": [ 74823 "Event", 74824 "UiEvent" 74825 ], 74826 "InputEventInit": [], 74827 "IntersectionObserver": [], 74828 "IntersectionObserverEntry": [], 74829 "IntersectionObserverEntryInit": [], 74830 "IntersectionObserverInit": [], 74831 "IntlUtils": [], 74832 "IsInputPendingOptions": [], 74833 "IterableKeyAndValueResult": [], 74834 "IterableKeyOrValueResult": [], 74835 "IterationCompositeOperation": [], 74836 "JsonWebKey": [], 74837 "KeyAlgorithm": [], 74838 "KeyEvent": [], 74839 "KeyIdsInitData": [], 74840 "KeyboardEvent": [ 74841 "Event", 74842 "UiEvent" 74843 ], 74844 "KeyboardEventInit": [], 74845 "KeyframeAnimationOptions": [], 74846 "KeyframeEffect": [ 74847 "AnimationEffect" 74848 ], 74849 "KeyframeEffectOptions": [], 74850 "L10nElement": [], 74851 "L10nValue": [], 74852 "LatencyMode": [], 74853 "LifecycleCallbacks": [], 74854 "LineAlignSetting": [], 74855 "ListBoxObject": [], 74856 "LocalMediaStream": [ 74857 "EventTarget", 74858 "MediaStream" 74859 ], 74860 "LocaleInfo": [], 74861 "Location": [], 74862 "Lock": [], 74863 "LockInfo": [], 74864 "LockManager": [], 74865 "LockManagerSnapshot": [], 74866 "LockMode": [], 74867 "LockOptions": [], 74868 "MediaCapabilities": [], 74869 "MediaCapabilitiesInfo": [], 74870 "MediaConfiguration": [], 74871 "MediaDecodingConfiguration": [], 74872 "MediaDecodingType": [], 74873 "MediaDeviceInfo": [], 74874 "MediaDeviceKind": [], 74875 "MediaDevices": [ 74876 "EventTarget" 74877 ], 74878 "MediaElementAudioSourceNode": [ 74879 "AudioNode", 74880 "EventTarget" 74881 ], 74882 "MediaElementAudioSourceOptions": [], 74883 "MediaEncodingConfiguration": [], 74884 "MediaEncodingType": [], 74885 "MediaEncryptedEvent": [ 74886 "Event" 74887 ], 74888 "MediaError": [], 74889 "MediaImage": [], 74890 "MediaKeyError": [ 74891 "Event" 74892 ], 74893 "MediaKeyMessageEvent": [ 74894 "Event" 74895 ], 74896 "MediaKeyMessageEventInit": [], 74897 "MediaKeyMessageType": [], 74898 "MediaKeyNeededEventInit": [], 74899 "MediaKeySession": [ 74900 "EventTarget" 74901 ], 74902 "MediaKeySessionType": [], 74903 "MediaKeyStatus": [], 74904 "MediaKeyStatusMap": [], 74905 "MediaKeySystemAccess": [], 74906 "MediaKeySystemConfiguration": [], 74907 "MediaKeySystemMediaCapability": [], 74908 "MediaKeySystemStatus": [], 74909 "MediaKeys": [], 74910 "MediaKeysPolicy": [], 74911 "MediaKeysRequirement": [], 74912 "MediaList": [], 74913 "MediaMetadata": [], 74914 "MediaMetadataInit": [], 74915 "MediaPositionState": [], 74916 "MediaQueryList": [ 74917 "EventTarget" 74918 ], 74919 "MediaQueryListEvent": [ 74920 "Event" 74921 ], 74922 "MediaQueryListEventInit": [], 74923 "MediaRecorder": [ 74924 "EventTarget" 74925 ], 74926 "MediaRecorderErrorEvent": [ 74927 "Event" 74928 ], 74929 "MediaRecorderErrorEventInit": [], 74930 "MediaRecorderOptions": [], 74931 "MediaSession": [], 74932 "MediaSessionAction": [], 74933 "MediaSessionActionDetails": [], 74934 "MediaSessionPlaybackState": [], 74935 "MediaSource": [ 74936 "EventTarget" 74937 ], 74938 "MediaSourceEndOfStreamError": [], 74939 "MediaSourceEnum": [], 74940 "MediaSourceReadyState": [], 74941 "MediaStream": [ 74942 "EventTarget" 74943 ], 74944 "MediaStreamAudioDestinationNode": [ 74945 "AudioNode", 74946 "EventTarget" 74947 ], 74948 "MediaStreamAudioSourceNode": [ 74949 "AudioNode", 74950 "EventTarget" 74951 ], 74952 "MediaStreamAudioSourceOptions": [], 74953 "MediaStreamConstraints": [], 74954 "MediaStreamError": [], 74955 "MediaStreamEvent": [ 74956 "Event" 74957 ], 74958 "MediaStreamEventInit": [], 74959 "MediaStreamTrack": [ 74960 "EventTarget" 74961 ], 74962 "MediaStreamTrackEvent": [ 74963 "Event" 74964 ], 74965 "MediaStreamTrackEventInit": [], 74966 "MediaStreamTrackGenerator": [ 74967 "EventTarget", 74968 "MediaStreamTrack" 74969 ], 74970 "MediaStreamTrackGeneratorInit": [], 74971 "MediaStreamTrackProcessor": [], 74972 "MediaStreamTrackProcessorInit": [], 74973 "MediaStreamTrackState": [], 74974 "MediaTrackConstraintSet": [], 74975 "MediaTrackConstraints": [], 74976 "MediaTrackSettings": [], 74977 "MediaTrackSupportedConstraints": [], 74978 "MemoryAttribution": [], 74979 "MemoryAttributionContainer": [], 74980 "MemoryBreakdownEntry": [], 74981 "MemoryMeasurement": [], 74982 "MessageChannel": [], 74983 "MessageEvent": [ 74984 "Event" 74985 ], 74986 "MessageEventInit": [], 74987 "MessagePort": [ 74988 "EventTarget" 74989 ], 74990 "MidiAccess": [ 74991 "EventTarget" 74992 ], 74993 "MidiConnectionEvent": [ 74994 "Event" 74995 ], 74996 "MidiConnectionEventInit": [], 74997 "MidiInput": [ 74998 "EventTarget", 74999 "MidiPort" 75000 ], 75001 "MidiInputMap": [], 75002 "MidiMessageEvent": [ 75003 "Event" 75004 ], 75005 "MidiMessageEventInit": [], 75006 "MidiOptions": [], 75007 "MidiOutput": [ 75008 "EventTarget", 75009 "MidiPort" 75010 ], 75011 "MidiOutputMap": [], 75012 "MidiPort": [ 75013 "EventTarget" 75014 ], 75015 "MidiPortConnectionState": [], 75016 "MidiPortDeviceState": [], 75017 "MidiPortType": [], 75018 "MimeType": [], 75019 "MimeTypeArray": [], 75020 "MouseEvent": [ 75021 "Event", 75022 "UiEvent" 75023 ], 75024 "MouseEventInit": [], 75025 "MouseScrollEvent": [ 75026 "Event", 75027 "MouseEvent", 75028 "UiEvent" 75029 ], 75030 "MozDebug": [], 75031 "MutationEvent": [ 75032 "Event" 75033 ], 75034 "MutationObserver": [], 75035 "MutationObserverInit": [], 75036 "MutationObservingInfo": [], 75037 "MutationRecord": [], 75038 "NamedNodeMap": [], 75039 "NativeOsFileReadOptions": [], 75040 "NativeOsFileWriteAtomicOptions": [], 75041 "NavigationType": [], 75042 "Navigator": [], 75043 "NavigatorAutomationInformation": [], 75044 "NetworkCommandOptions": [], 75045 "NetworkInformation": [ 75046 "EventTarget" 75047 ], 75048 "NetworkResultOptions": [], 75049 "Node": [ 75050 "EventTarget" 75051 ], 75052 "NodeFilter": [], 75053 "NodeIterator": [], 75054 "NodeList": [], 75055 "Notification": [ 75056 "EventTarget" 75057 ], 75058 "NotificationAction": [], 75059 "NotificationDirection": [], 75060 "NotificationEvent": [ 75061 "Event", 75062 "ExtendableEvent" 75063 ], 75064 "NotificationEventInit": [], 75065 "NotificationOptions": [], 75066 "NotificationPermission": [], 75067 "ObserverCallback": [], 75068 "OesElementIndexUint": [], 75069 "OesStandardDerivatives": [], 75070 "OesTextureFloat": [], 75071 "OesTextureFloatLinear": [], 75072 "OesTextureHalfFloat": [], 75073 "OesTextureHalfFloatLinear": [], 75074 "OesVertexArrayObject": [], 75075 "OfflineAudioCompletionEvent": [ 75076 "Event" 75077 ], 75078 "OfflineAudioCompletionEventInit": [], 75079 "OfflineAudioContext": [ 75080 "BaseAudioContext", 75081 "EventTarget" 75082 ], 75083 "OfflineAudioContextOptions": [], 75084 "OfflineResourceList": [ 75085 "EventTarget" 75086 ], 75087 "OffscreenCanvas": [ 75088 "EventTarget" 75089 ], 75090 "OffscreenCanvasRenderingContext2d": [], 75091 "OpenFilePickerOptions": [], 75092 "OpenWindowEventDetail": [], 75093 "OptionalEffectTiming": [], 75094 "OrientationLockType": [], 75095 "OrientationType": [], 75096 "OscillatorNode": [ 75097 "AudioNode", 75098 "AudioScheduledSourceNode", 75099 "EventTarget" 75100 ], 75101 "OscillatorOptions": [], 75102 "OscillatorType": [], 75103 "OverSampleType": [], 75104 "OvrMultiview2": [], 75105 "PageTransitionEvent": [ 75106 "Event" 75107 ], 75108 "PageTransitionEventInit": [], 75109 "PaintRequest": [], 75110 "PaintRequestList": [], 75111 "PaintWorkletGlobalScope": [ 75112 "WorkletGlobalScope" 75113 ], 75114 "PannerNode": [ 75115 "AudioNode", 75116 "EventTarget" 75117 ], 75118 "PannerOptions": [], 75119 "PanningModelType": [], 75120 "ParityType": [], 75121 "Path2d": [], 75122 "PaymentAddress": [], 75123 "PaymentComplete": [], 75124 "PaymentMethodChangeEvent": [ 75125 "Event", 75126 "PaymentRequestUpdateEvent" 75127 ], 75128 "PaymentMethodChangeEventInit": [], 75129 "PaymentRequestUpdateEvent": [ 75130 "Event" 75131 ], 75132 "PaymentRequestUpdateEventInit": [], 75133 "PaymentResponse": [], 75134 "Pbkdf2Params": [], 75135 "PcImplIceConnectionState": [], 75136 "PcImplIceGatheringState": [], 75137 "PcImplSignalingState": [], 75138 "PcObserverStateType": [], 75139 "Performance": [ 75140 "EventTarget" 75141 ], 75142 "PerformanceEntry": [], 75143 "PerformanceEntryEventInit": [], 75144 "PerformanceEntryFilterOptions": [], 75145 "PerformanceMark": [ 75146 "PerformanceEntry" 75147 ], 75148 "PerformanceMeasure": [ 75149 "PerformanceEntry" 75150 ], 75151 "PerformanceNavigation": [], 75152 "PerformanceNavigationTiming": [ 75153 "PerformanceEntry", 75154 "PerformanceResourceTiming" 75155 ], 75156 "PerformanceObserver": [], 75157 "PerformanceObserverEntryList": [], 75158 "PerformanceObserverInit": [], 75159 "PerformanceResourceTiming": [ 75160 "PerformanceEntry" 75161 ], 75162 "PerformanceServerTiming": [], 75163 "PerformanceTiming": [], 75164 "PeriodicWave": [], 75165 "PeriodicWaveConstraints": [], 75166 "PeriodicWaveOptions": [], 75167 "PermissionDescriptor": [], 75168 "PermissionName": [], 75169 "PermissionState": [], 75170 "PermissionStatus": [ 75171 "EventTarget" 75172 ], 75173 "Permissions": [], 75174 "PlaneLayout": [], 75175 "PlaybackDirection": [], 75176 "Plugin": [], 75177 "PluginArray": [], 75178 "PluginCrashedEventInit": [], 75179 "PointerEvent": [ 75180 "Event", 75181 "MouseEvent", 75182 "UiEvent" 75183 ], 75184 "PointerEventInit": [], 75185 "PopStateEvent": [ 75186 "Event" 75187 ], 75188 "PopStateEventInit": [], 75189 "PopupBlockedEvent": [ 75190 "Event" 75191 ], 75192 "PopupBlockedEventInit": [], 75193 "Position": [], 75194 "PositionAlignSetting": [], 75195 "PositionError": [], 75196 "PositionOptions": [], 75197 "PremultiplyAlpha": [], 75198 "Presentation": [], 75199 "PresentationAvailability": [ 75200 "EventTarget" 75201 ], 75202 "PresentationConnection": [ 75203 "EventTarget" 75204 ], 75205 "PresentationConnectionAvailableEvent": [ 75206 "Event" 75207 ], 75208 "PresentationConnectionAvailableEventInit": [], 75209 "PresentationConnectionBinaryType": [], 75210 "PresentationConnectionCloseEvent": [ 75211 "Event" 75212 ], 75213 "PresentationConnectionCloseEventInit": [], 75214 "PresentationConnectionClosedReason": [], 75215 "PresentationConnectionList": [ 75216 "EventTarget" 75217 ], 75218 "PresentationConnectionState": [], 75219 "PresentationReceiver": [], 75220 "PresentationRequest": [ 75221 "EventTarget" 75222 ], 75223 "PresentationStyle": [], 75224 "ProcessingInstruction": [ 75225 "CharacterData", 75226 "EventTarget", 75227 "Node" 75228 ], 75229 "ProfileTimelineLayerRect": [], 75230 "ProfileTimelineMarker": [], 75231 "ProfileTimelineMessagePortOperationType": [], 75232 "ProfileTimelineStackFrame": [], 75233 "ProfileTimelineWorkerOperationType": [], 75234 "ProgressEvent": [ 75235 "Event" 75236 ], 75237 "ProgressEventInit": [], 75238 "PromiseNativeHandler": [], 75239 "PromiseRejectionEvent": [ 75240 "Event" 75241 ], 75242 "PromiseRejectionEventInit": [], 75243 "PublicKeyCredential": [ 75244 "Credential" 75245 ], 75246 "PublicKeyCredentialCreationOptions": [], 75247 "PublicKeyCredentialDescriptor": [], 75248 "PublicKeyCredentialEntity": [], 75249 "PublicKeyCredentialParameters": [], 75250 "PublicKeyCredentialRequestOptions": [], 75251 "PublicKeyCredentialRpEntity": [], 75252 "PublicKeyCredentialType": [], 75253 "PublicKeyCredentialUserEntity": [], 75254 "PushEncryptionKeyName": [], 75255 "PushEvent": [ 75256 "Event", 75257 "ExtendableEvent" 75258 ], 75259 "PushEventInit": [], 75260 "PushManager": [], 75261 "PushMessageData": [], 75262 "PushPermissionState": [], 75263 "PushSubscription": [], 75264 "PushSubscriptionInit": [], 75265 "PushSubscriptionJson": [], 75266 "PushSubscriptionKeys": [], 75267 "PushSubscriptionOptions": [], 75268 "PushSubscriptionOptionsInit": [], 75269 "QueryOptions": [], 75270 "QueuingStrategy": [], 75271 "QueuingStrategyInit": [], 75272 "RadioNodeList": [ 75273 "NodeList" 75274 ], 75275 "Range": [], 75276 "RcwnPerfStats": [], 75277 "RcwnStatus": [], 75278 "ReadableByteStreamController": [], 75279 "ReadableStream": [], 75280 "ReadableStreamByobReader": [], 75281 "ReadableStreamByobRequest": [], 75282 "ReadableStreamDefaultController": [], 75283 "ReadableStreamDefaultReader": [], 75284 "ReadableStreamGetReaderOptions": [], 75285 "ReadableStreamIteratorOptions": [], 75286 "ReadableStreamReadResult": [], 75287 "ReadableStreamReaderMode": [], 75288 "ReadableStreamType": [], 75289 "ReadableWritablePair": [], 75290 "RecordingState": [], 75291 "ReferrerPolicy": [], 75292 "RegisterRequest": [], 75293 "RegisterResponse": [], 75294 "RegisteredKey": [], 75295 "RegistrationOptions": [], 75296 "Request": [], 75297 "RequestCache": [], 75298 "RequestCredentials": [], 75299 "RequestDestination": [], 75300 "RequestDeviceOptions": [], 75301 "RequestInit": [], 75302 "RequestMediaKeySystemAccessNotification": [], 75303 "RequestMode": [], 75304 "RequestRedirect": [], 75305 "ResizeObserver": [], 75306 "ResizeObserverBoxOptions": [], 75307 "ResizeObserverEntry": [], 75308 "ResizeObserverOptions": [], 75309 "ResizeObserverSize": [], 75310 "ResizeQuality": [], 75311 "Response": [], 75312 "ResponseInit": [], 75313 "ResponseType": [], 75314 "RsaHashedImportParams": [], 75315 "RsaOaepParams": [], 75316 "RsaOtherPrimesInfo": [], 75317 "RsaPssParams": [], 75318 "RtcAnswerOptions": [], 75319 "RtcBundlePolicy": [], 75320 "RtcCertificate": [], 75321 "RtcCertificateExpiration": [], 75322 "RtcCodecStats": [], 75323 "RtcConfiguration": [], 75324 "RtcDataChannel": [ 75325 "EventTarget" 75326 ], 75327 "RtcDataChannelEvent": [ 75328 "Event" 75329 ], 75330 "RtcDataChannelEventInit": [], 75331 "RtcDataChannelInit": [], 75332 "RtcDataChannelState": [], 75333 "RtcDataChannelType": [], 75334 "RtcDegradationPreference": [], 75335 "RtcFecParameters": [], 75336 "RtcIceCandidate": [], 75337 "RtcIceCandidateInit": [], 75338 "RtcIceCandidatePairStats": [], 75339 "RtcIceCandidateStats": [], 75340 "RtcIceComponentStats": [], 75341 "RtcIceConnectionState": [], 75342 "RtcIceCredentialType": [], 75343 "RtcIceGatheringState": [], 75344 "RtcIceServer": [], 75345 "RtcIceTransportPolicy": [], 75346 "RtcIdentityAssertion": [], 75347 "RtcIdentityAssertionResult": [], 75348 "RtcIdentityProvider": [], 75349 "RtcIdentityProviderDetails": [], 75350 "RtcIdentityProviderOptions": [], 75351 "RtcIdentityProviderRegistrar": [], 75352 "RtcIdentityValidationResult": [], 75353 "RtcInboundRtpStreamStats": [], 75354 "RtcMediaStreamStats": [], 75355 "RtcMediaStreamTrackStats": [], 75356 "RtcOfferAnswerOptions": [], 75357 "RtcOfferOptions": [], 75358 "RtcOutboundRtpStreamStats": [], 75359 "RtcPeerConnection": [ 75360 "EventTarget" 75361 ], 75362 "RtcPeerConnectionIceErrorEvent": [ 75363 "Event" 75364 ], 75365 "RtcPeerConnectionIceEvent": [ 75366 "Event" 75367 ], 75368 "RtcPeerConnectionIceEventInit": [], 75369 "RtcPeerConnectionState": [], 75370 "RtcPriorityType": [], 75371 "RtcRtcpParameters": [], 75372 "RtcRtpCapabilities": [], 75373 "RtcRtpCodecCapability": [], 75374 "RtcRtpCodecParameters": [], 75375 "RtcRtpContributingSource": [], 75376 "RtcRtpEncodingParameters": [], 75377 "RtcRtpHeaderExtensionCapability": [], 75378 "RtcRtpHeaderExtensionParameters": [], 75379 "RtcRtpParameters": [], 75380 "RtcRtpReceiver": [], 75381 "RtcRtpSender": [], 75382 "RtcRtpSourceEntry": [], 75383 "RtcRtpSourceEntryType": [], 75384 "RtcRtpSynchronizationSource": [], 75385 "RtcRtpTransceiver": [], 75386 "RtcRtpTransceiverDirection": [], 75387 "RtcRtpTransceiverInit": [], 75388 "RtcRtxParameters": [], 75389 "RtcSdpType": [], 75390 "RtcSessionDescription": [], 75391 "RtcSessionDescriptionInit": [], 75392 "RtcSignalingState": [], 75393 "RtcStats": [], 75394 "RtcStatsIceCandidatePairState": [], 75395 "RtcStatsIceCandidateType": [], 75396 "RtcStatsReport": [], 75397 "RtcStatsReportInternal": [], 75398 "RtcStatsType": [], 75399 "RtcTrackEvent": [ 75400 "Event" 75401 ], 75402 "RtcTrackEventInit": [], 75403 "RtcTransportStats": [], 75404 "RtcdtmfSender": [ 75405 "EventTarget" 75406 ], 75407 "RtcdtmfToneChangeEvent": [ 75408 "Event" 75409 ], 75410 "RtcdtmfToneChangeEventInit": [], 75411 "RtcrtpContributingSourceStats": [], 75412 "RtcrtpStreamStats": [], 75413 "SaveFilePickerOptions": [], 75414 "Scheduler": [], 75415 "SchedulerPostTaskOptions": [], 75416 "Scheduling": [], 75417 "Screen": [ 75418 "EventTarget" 75419 ], 75420 "ScreenColorGamut": [], 75421 "ScreenLuminance": [], 75422 "ScreenOrientation": [ 75423 "EventTarget" 75424 ], 75425 "ScriptProcessorNode": [ 75426 "AudioNode", 75427 "EventTarget" 75428 ], 75429 "ScrollAreaEvent": [ 75430 "Event", 75431 "UiEvent" 75432 ], 75433 "ScrollBehavior": [], 75434 "ScrollBoxObject": [], 75435 "ScrollIntoViewOptions": [], 75436 "ScrollLogicalPosition": [], 75437 "ScrollOptions": [], 75438 "ScrollRestoration": [], 75439 "ScrollSetting": [], 75440 "ScrollState": [], 75441 "ScrollToOptions": [], 75442 "ScrollViewChangeEventInit": [], 75443 "SecurityPolicyViolationEvent": [ 75444 "Event" 75445 ], 75446 "SecurityPolicyViolationEventDisposition": [], 75447 "SecurityPolicyViolationEventInit": [], 75448 "Selection": [], 75449 "SelectionMode": [], 75450 "Serial": [ 75451 "EventTarget" 75452 ], 75453 "SerialInputSignals": [], 75454 "SerialOptions": [], 75455 "SerialOutputSignals": [], 75456 "SerialPort": [ 75457 "EventTarget" 75458 ], 75459 "SerialPortFilter": [], 75460 "SerialPortInfo": [], 75461 "SerialPortRequestOptions": [], 75462 "ServerSocketOptions": [], 75463 "ServiceWorker": [ 75464 "EventTarget" 75465 ], 75466 "ServiceWorkerContainer": [ 75467 "EventTarget" 75468 ], 75469 "ServiceWorkerGlobalScope": [ 75470 "EventTarget", 75471 "WorkerGlobalScope" 75472 ], 75473 "ServiceWorkerRegistration": [ 75474 "EventTarget" 75475 ], 75476 "ServiceWorkerState": [], 75477 "ServiceWorkerUpdateViaCache": [], 75478 "ShadowRoot": [ 75479 "DocumentFragment", 75480 "EventTarget", 75481 "Node" 75482 ], 75483 "ShadowRootInit": [], 75484 "ShadowRootMode": [], 75485 "ShareData": [], 75486 "SharedWorker": [ 75487 "EventTarget" 75488 ], 75489 "SharedWorkerGlobalScope": [ 75490 "EventTarget", 75491 "WorkerGlobalScope" 75492 ], 75493 "SignResponse": [], 75494 "SocketElement": [], 75495 "SocketOptions": [], 75496 "SocketReadyState": [], 75497 "SocketsDict": [], 75498 "SourceBuffer": [ 75499 "EventTarget" 75500 ], 75501 "SourceBufferAppendMode": [], 75502 "SourceBufferList": [ 75503 "EventTarget" 75504 ], 75505 "SpeechGrammar": [], 75506 "SpeechGrammarList": [], 75507 "SpeechRecognition": [ 75508 "EventTarget" 75509 ], 75510 "SpeechRecognitionAlternative": [], 75511 "SpeechRecognitionError": [ 75512 "Event" 75513 ], 75514 "SpeechRecognitionErrorCode": [], 75515 "SpeechRecognitionErrorInit": [], 75516 "SpeechRecognitionEvent": [ 75517 "Event" 75518 ], 75519 "SpeechRecognitionEventInit": [], 75520 "SpeechRecognitionResult": [], 75521 "SpeechRecognitionResultList": [], 75522 "SpeechSynthesis": [ 75523 "EventTarget" 75524 ], 75525 "SpeechSynthesisErrorCode": [], 75526 "SpeechSynthesisErrorEvent": [ 75527 "Event", 75528 "SpeechSynthesisEvent" 75529 ], 75530 "SpeechSynthesisErrorEventInit": [], 75531 "SpeechSynthesisEvent": [ 75532 "Event" 75533 ], 75534 "SpeechSynthesisEventInit": [], 75535 "SpeechSynthesisUtterance": [ 75536 "EventTarget" 75537 ], 75538 "SpeechSynthesisVoice": [], 75539 "StereoPannerNode": [ 75540 "AudioNode", 75541 "EventTarget" 75542 ], 75543 "StereoPannerOptions": [], 75544 "Storage": [], 75545 "StorageEstimate": [], 75546 "StorageEvent": [ 75547 "Event" 75548 ], 75549 "StorageEventInit": [], 75550 "StorageManager": [], 75551 "StorageType": [], 75552 "StreamPipeOptions": [], 75553 "StyleRuleChangeEventInit": [], 75554 "StyleSheet": [], 75555 "StyleSheetApplicableStateChangeEventInit": [], 75556 "StyleSheetChangeEventInit": [], 75557 "StyleSheetList": [], 75558 "SubmitEvent": [ 75559 "Event" 75560 ], 75561 "SubmitEventInit": [], 75562 "SubtleCrypto": [], 75563 "SupportedType": [], 75564 "SvcOutputMetadata": [], 75565 "SvgAngle": [], 75566 "SvgAnimateElement": [ 75567 "Element", 75568 "EventTarget", 75569 "Node", 75570 "SvgAnimationElement", 75571 "SvgElement" 75572 ], 75573 "SvgAnimateMotionElement": [ 75574 "Element", 75575 "EventTarget", 75576 "Node", 75577 "SvgAnimationElement", 75578 "SvgElement" 75579 ], 75580 "SvgAnimateTransformElement": [ 75581 "Element", 75582 "EventTarget", 75583 "Node", 75584 "SvgAnimationElement", 75585 "SvgElement" 75586 ], 75587 "SvgAnimatedAngle": [], 75588 "SvgAnimatedBoolean": [], 75589 "SvgAnimatedEnumeration": [], 75590 "SvgAnimatedInteger": [], 75591 "SvgAnimatedLength": [], 75592 "SvgAnimatedLengthList": [], 75593 "SvgAnimatedNumber": [], 75594 "SvgAnimatedNumberList": [], 75595 "SvgAnimatedPreserveAspectRatio": [], 75596 "SvgAnimatedRect": [], 75597 "SvgAnimatedString": [], 75598 "SvgAnimatedTransformList": [], 75599 "SvgAnimationElement": [ 75600 "Element", 75601 "EventTarget", 75602 "Node", 75603 "SvgElement" 75604 ], 75605 "SvgBoundingBoxOptions": [], 75606 "SvgCircleElement": [ 75607 "Element", 75608 "EventTarget", 75609 "Node", 75610 "SvgElement", 75611 "SvgGeometryElement", 75612 "SvgGraphicsElement" 75613 ], 75614 "SvgClipPathElement": [ 75615 "Element", 75616 "EventTarget", 75617 "Node", 75618 "SvgElement" 75619 ], 75620 "SvgComponentTransferFunctionElement": [ 75621 "Element", 75622 "EventTarget", 75623 "Node", 75624 "SvgElement" 75625 ], 75626 "SvgDefsElement": [ 75627 "Element", 75628 "EventTarget", 75629 "Node", 75630 "SvgElement", 75631 "SvgGraphicsElement" 75632 ], 75633 "SvgDescElement": [ 75634 "Element", 75635 "EventTarget", 75636 "Node", 75637 "SvgElement" 75638 ], 75639 "SvgElement": [ 75640 "Element", 75641 "EventTarget", 75642 "Node" 75643 ], 75644 "SvgEllipseElement": [ 75645 "Element", 75646 "EventTarget", 75647 "Node", 75648 "SvgElement", 75649 "SvgGeometryElement", 75650 "SvgGraphicsElement" 75651 ], 75652 "SvgFilterElement": [ 75653 "Element", 75654 "EventTarget", 75655 "Node", 75656 "SvgElement" 75657 ], 75658 "SvgForeignObjectElement": [ 75659 "Element", 75660 "EventTarget", 75661 "Node", 75662 "SvgElement", 75663 "SvgGraphicsElement" 75664 ], 75665 "SvgGeometryElement": [ 75666 "Element", 75667 "EventTarget", 75668 "Node", 75669 "SvgElement", 75670 "SvgGraphicsElement" 75671 ], 75672 "SvgGradientElement": [ 75673 "Element", 75674 "EventTarget", 75675 "Node", 75676 "SvgElement" 75677 ], 75678 "SvgGraphicsElement": [ 75679 "Element", 75680 "EventTarget", 75681 "Node", 75682 "SvgElement" 75683 ], 75684 "SvgImageElement": [ 75685 "Element", 75686 "EventTarget", 75687 "Node", 75688 "SvgElement", 75689 "SvgGraphicsElement" 75690 ], 75691 "SvgLength": [], 75692 "SvgLengthList": [], 75693 "SvgLineElement": [ 75694 "Element", 75695 "EventTarget", 75696 "Node", 75697 "SvgElement", 75698 "SvgGeometryElement", 75699 "SvgGraphicsElement" 75700 ], 75701 "SvgLinearGradientElement": [ 75702 "Element", 75703 "EventTarget", 75704 "Node", 75705 "SvgElement", 75706 "SvgGradientElement" 75707 ], 75708 "SvgMarkerElement": [ 75709 "Element", 75710 "EventTarget", 75711 "Node", 75712 "SvgElement" 75713 ], 75714 "SvgMaskElement": [ 75715 "Element", 75716 "EventTarget", 75717 "Node", 75718 "SvgElement" 75719 ], 75720 "SvgMatrix": [], 75721 "SvgMetadataElement": [ 75722 "Element", 75723 "EventTarget", 75724 "Node", 75725 "SvgElement" 75726 ], 75727 "SvgNumber": [], 75728 "SvgNumberList": [], 75729 "SvgPathElement": [ 75730 "Element", 75731 "EventTarget", 75732 "Node", 75733 "SvgElement", 75734 "SvgGeometryElement", 75735 "SvgGraphicsElement" 75736 ], 75737 "SvgPathSeg": [], 75738 "SvgPathSegArcAbs": [ 75739 "SvgPathSeg" 75740 ], 75741 "SvgPathSegArcRel": [ 75742 "SvgPathSeg" 75743 ], 75744 "SvgPathSegClosePath": [ 75745 "SvgPathSeg" 75746 ], 75747 "SvgPathSegCurvetoCubicAbs": [ 75748 "SvgPathSeg" 75749 ], 75750 "SvgPathSegCurvetoCubicRel": [ 75751 "SvgPathSeg" 75752 ], 75753 "SvgPathSegCurvetoCubicSmoothAbs": [ 75754 "SvgPathSeg" 75755 ], 75756 "SvgPathSegCurvetoCubicSmoothRel": [ 75757 "SvgPathSeg" 75758 ], 75759 "SvgPathSegCurvetoQuadraticAbs": [ 75760 "SvgPathSeg" 75761 ], 75762 "SvgPathSegCurvetoQuadraticRel": [ 75763 "SvgPathSeg" 75764 ], 75765 "SvgPathSegCurvetoQuadraticSmoothAbs": [ 75766 "SvgPathSeg" 75767 ], 75768 "SvgPathSegCurvetoQuadraticSmoothRel": [ 75769 "SvgPathSeg" 75770 ], 75771 "SvgPathSegLinetoAbs": [ 75772 "SvgPathSeg" 75773 ], 75774 "SvgPathSegLinetoHorizontalAbs": [ 75775 "SvgPathSeg" 75776 ], 75777 "SvgPathSegLinetoHorizontalRel": [ 75778 "SvgPathSeg" 75779 ], 75780 "SvgPathSegLinetoRel": [ 75781 "SvgPathSeg" 75782 ], 75783 "SvgPathSegLinetoVerticalAbs": [ 75784 "SvgPathSeg" 75785 ], 75786 "SvgPathSegLinetoVerticalRel": [ 75787 "SvgPathSeg" 75788 ], 75789 "SvgPathSegList": [], 75790 "SvgPathSegMovetoAbs": [ 75791 "SvgPathSeg" 75792 ], 75793 "SvgPathSegMovetoRel": [ 75794 "SvgPathSeg" 75795 ], 75796 "SvgPatternElement": [ 75797 "Element", 75798 "EventTarget", 75799 "Node", 75800 "SvgElement" 75801 ], 75802 "SvgPoint": [], 75803 "SvgPointList": [], 75804 "SvgPolygonElement": [ 75805 "Element", 75806 "EventTarget", 75807 "Node", 75808 "SvgElement", 75809 "SvgGeometryElement", 75810 "SvgGraphicsElement" 75811 ], 75812 "SvgPolylineElement": [ 75813 "Element", 75814 "EventTarget", 75815 "Node", 75816 "SvgElement", 75817 "SvgGeometryElement", 75818 "SvgGraphicsElement" 75819 ], 75820 "SvgPreserveAspectRatio": [], 75821 "SvgRadialGradientElement": [ 75822 "Element", 75823 "EventTarget", 75824 "Node", 75825 "SvgElement", 75826 "SvgGradientElement" 75827 ], 75828 "SvgRect": [], 75829 "SvgRectElement": [ 75830 "Element", 75831 "EventTarget", 75832 "Node", 75833 "SvgElement", 75834 "SvgGeometryElement", 75835 "SvgGraphicsElement" 75836 ], 75837 "SvgScriptElement": [ 75838 "Element", 75839 "EventTarget", 75840 "Node", 75841 "SvgElement" 75842 ], 75843 "SvgSetElement": [ 75844 "Element", 75845 "EventTarget", 75846 "Node", 75847 "SvgAnimationElement", 75848 "SvgElement" 75849 ], 75850 "SvgStopElement": [ 75851 "Element", 75852 "EventTarget", 75853 "Node", 75854 "SvgElement" 75855 ], 75856 "SvgStringList": [], 75857 "SvgStyleElement": [ 75858 "Element", 75859 "EventTarget", 75860 "Node", 75861 "SvgElement" 75862 ], 75863 "SvgSwitchElement": [ 75864 "Element", 75865 "EventTarget", 75866 "Node", 75867 "SvgElement", 75868 "SvgGraphicsElement" 75869 ], 75870 "SvgSymbolElement": [ 75871 "Element", 75872 "EventTarget", 75873 "Node", 75874 "SvgElement" 75875 ], 75876 "SvgTextContentElement": [ 75877 "Element", 75878 "EventTarget", 75879 "Node", 75880 "SvgElement", 75881 "SvgGraphicsElement" 75882 ], 75883 "SvgTextElement": [ 75884 "Element", 75885 "EventTarget", 75886 "Node", 75887 "SvgElement", 75888 "SvgGraphicsElement", 75889 "SvgTextContentElement", 75890 "SvgTextPositioningElement" 75891 ], 75892 "SvgTextPathElement": [ 75893 "Element", 75894 "EventTarget", 75895 "Node", 75896 "SvgElement", 75897 "SvgGraphicsElement", 75898 "SvgTextContentElement" 75899 ], 75900 "SvgTextPositioningElement": [ 75901 "Element", 75902 "EventTarget", 75903 "Node", 75904 "SvgElement", 75905 "SvgGraphicsElement", 75906 "SvgTextContentElement" 75907 ], 75908 "SvgTitleElement": [ 75909 "Element", 75910 "EventTarget", 75911 "Node", 75912 "SvgElement" 75913 ], 75914 "SvgTransform": [], 75915 "SvgTransformList": [], 75916 "SvgUnitTypes": [], 75917 "SvgUseElement": [ 75918 "Element", 75919 "EventTarget", 75920 "Node", 75921 "SvgElement", 75922 "SvgGraphicsElement" 75923 ], 75924 "SvgViewElement": [ 75925 "Element", 75926 "EventTarget", 75927 "Node", 75928 "SvgElement" 75929 ], 75930 "SvgZoomAndPan": [], 75931 "SvgaElement": [ 75932 "Element", 75933 "EventTarget", 75934 "Node", 75935 "SvgElement", 75936 "SvgGraphicsElement" 75937 ], 75938 "SvgfeBlendElement": [ 75939 "Element", 75940 "EventTarget", 75941 "Node", 75942 "SvgElement" 75943 ], 75944 "SvgfeColorMatrixElement": [ 75945 "Element", 75946 "EventTarget", 75947 "Node", 75948 "SvgElement" 75949 ], 75950 "SvgfeComponentTransferElement": [ 75951 "Element", 75952 "EventTarget", 75953 "Node", 75954 "SvgElement" 75955 ], 75956 "SvgfeCompositeElement": [ 75957 "Element", 75958 "EventTarget", 75959 "Node", 75960 "SvgElement" 75961 ], 75962 "SvgfeConvolveMatrixElement": [ 75963 "Element", 75964 "EventTarget", 75965 "Node", 75966 "SvgElement" 75967 ], 75968 "SvgfeDiffuseLightingElement": [ 75969 "Element", 75970 "EventTarget", 75971 "Node", 75972 "SvgElement" 75973 ], 75974 "SvgfeDisplacementMapElement": [ 75975 "Element", 75976 "EventTarget", 75977 "Node", 75978 "SvgElement" 75979 ], 75980 "SvgfeDistantLightElement": [ 75981 "Element", 75982 "EventTarget", 75983 "Node", 75984 "SvgElement" 75985 ], 75986 "SvgfeDropShadowElement": [ 75987 "Element", 75988 "EventTarget", 75989 "Node", 75990 "SvgElement" 75991 ], 75992 "SvgfeFloodElement": [ 75993 "Element", 75994 "EventTarget", 75995 "Node", 75996 "SvgElement" 75997 ], 75998 "SvgfeFuncAElement": [ 75999 "Element", 76000 "EventTarget", 76001 "Node", 76002 "SvgComponentTransferFunctionElement", 76003 "SvgElement" 76004 ], 76005 "SvgfeFuncBElement": [ 76006 "Element", 76007 "EventTarget", 76008 "Node", 76009 "SvgComponentTransferFunctionElement", 76010 "SvgElement" 76011 ], 76012 "SvgfeFuncGElement": [ 76013 "Element", 76014 "EventTarget", 76015 "Node", 76016 "SvgComponentTransferFunctionElement", 76017 "SvgElement" 76018 ], 76019 "SvgfeFuncRElement": [ 76020 "Element", 76021 "EventTarget", 76022 "Node", 76023 "SvgComponentTransferFunctionElement", 76024 "SvgElement" 76025 ], 76026 "SvgfeGaussianBlurElement": [ 76027 "Element", 76028 "EventTarget", 76029 "Node", 76030 "SvgElement" 76031 ], 76032 "SvgfeImageElement": [ 76033 "Element", 76034 "EventTarget", 76035 "Node", 76036 "SvgElement" 76037 ], 76038 "SvgfeMergeElement": [ 76039 "Element", 76040 "EventTarget", 76041 "Node", 76042 "SvgElement" 76043 ], 76044 "SvgfeMergeNodeElement": [ 76045 "Element", 76046 "EventTarget", 76047 "Node", 76048 "SvgElement" 76049 ], 76050 "SvgfeMorphologyElement": [ 76051 "Element", 76052 "EventTarget", 76053 "Node", 76054 "SvgElement" 76055 ], 76056 "SvgfeOffsetElement": [ 76057 "Element", 76058 "EventTarget", 76059 "Node", 76060 "SvgElement" 76061 ], 76062 "SvgfePointLightElement": [ 76063 "Element", 76064 "EventTarget", 76065 "Node", 76066 "SvgElement" 76067 ], 76068 "SvgfeSpecularLightingElement": [ 76069 "Element", 76070 "EventTarget", 76071 "Node", 76072 "SvgElement" 76073 ], 76074 "SvgfeSpotLightElement": [ 76075 "Element", 76076 "EventTarget", 76077 "Node", 76078 "SvgElement" 76079 ], 76080 "SvgfeTileElement": [ 76081 "Element", 76082 "EventTarget", 76083 "Node", 76084 "SvgElement" 76085 ], 76086 "SvgfeTurbulenceElement": [ 76087 "Element", 76088 "EventTarget", 76089 "Node", 76090 "SvgElement" 76091 ], 76092 "SvggElement": [ 76093 "Element", 76094 "EventTarget", 76095 "Node", 76096 "SvgElement", 76097 "SvgGraphicsElement" 76098 ], 76099 "SvgmPathElement": [ 76100 "Element", 76101 "EventTarget", 76102 "Node", 76103 "SvgElement" 76104 ], 76105 "SvgsvgElement": [ 76106 "Element", 76107 "EventTarget", 76108 "Node", 76109 "SvgElement", 76110 "SvgGraphicsElement" 76111 ], 76112 "SvgtSpanElement": [ 76113 "Element", 76114 "EventTarget", 76115 "Node", 76116 "SvgElement", 76117 "SvgGraphicsElement", 76118 "SvgTextContentElement", 76119 "SvgTextPositioningElement" 76120 ], 76121 "TaskController": [ 76122 "AbortController" 76123 ], 76124 "TaskControllerInit": [], 76125 "TaskPriority": [], 76126 "TaskPriorityChangeEvent": [ 76127 "Event" 76128 ], 76129 "TaskPriorityChangeEventInit": [], 76130 "TaskSignal": [ 76131 "AbortSignal", 76132 "EventTarget" 76133 ], 76134 "TaskSignalAnyInit": [], 76135 "TcpReadyState": [], 76136 "TcpServerSocket": [ 76137 "EventTarget" 76138 ], 76139 "TcpServerSocketEvent": [ 76140 "Event" 76141 ], 76142 "TcpServerSocketEventInit": [], 76143 "TcpSocket": [ 76144 "EventTarget" 76145 ], 76146 "TcpSocketBinaryType": [], 76147 "TcpSocketErrorEvent": [ 76148 "Event" 76149 ], 76150 "TcpSocketErrorEventInit": [], 76151 "TcpSocketEvent": [ 76152 "Event" 76153 ], 76154 "TcpSocketEventInit": [], 76155 "Text": [ 76156 "CharacterData", 76157 "EventTarget", 76158 "Node" 76159 ], 76160 "TextDecodeOptions": [], 76161 "TextDecoder": [], 76162 "TextDecoderOptions": [], 76163 "TextEncoder": [], 76164 "TextMetrics": [], 76165 "TextTrack": [ 76166 "EventTarget" 76167 ], 76168 "TextTrackCue": [ 76169 "EventTarget" 76170 ], 76171 "TextTrackCueList": [], 76172 "TextTrackKind": [], 76173 "TextTrackList": [ 76174 "EventTarget" 76175 ], 76176 "TextTrackMode": [], 76177 "TimeEvent": [ 76178 "Event" 76179 ], 76180 "TimeRanges": [], 76181 "Touch": [], 76182 "TouchEvent": [ 76183 "Event", 76184 "UiEvent" 76185 ], 76186 "TouchEventInit": [], 76187 "TouchInit": [], 76188 "TouchList": [], 76189 "TrackEvent": [ 76190 "Event" 76191 ], 76192 "TrackEventInit": [], 76193 "TransformStream": [], 76194 "TransformStreamDefaultController": [], 76195 "Transformer": [], 76196 "TransitionEvent": [ 76197 "Event" 76198 ], 76199 "TransitionEventInit": [], 76200 "Transport": [], 76201 "TreeBoxObject": [], 76202 "TreeCellInfo": [], 76203 "TreeView": [], 76204 "TreeWalker": [], 76205 "U2f": [], 76206 "U2fClientData": [], 76207 "UdpMessageEventInit": [], 76208 "UdpOptions": [], 76209 "UiEvent": [ 76210 "Event" 76211 ], 76212 "UiEventInit": [], 76213 "UnderlyingSink": [], 76214 "UnderlyingSource": [], 76215 "Url": [], 76216 "UrlSearchParams": [], 76217 "Usb": [ 76218 "EventTarget" 76219 ], 76220 "UsbAlternateInterface": [], 76221 "UsbConfiguration": [], 76222 "UsbConnectionEvent": [ 76223 "Event" 76224 ], 76225 "UsbConnectionEventInit": [], 76226 "UsbControlTransferParameters": [], 76227 "UsbDevice": [], 76228 "UsbDeviceFilter": [], 76229 "UsbDeviceRequestOptions": [], 76230 "UsbDirection": [], 76231 "UsbEndpoint": [], 76232 "UsbEndpointType": [], 76233 "UsbInTransferResult": [], 76234 "UsbInterface": [], 76235 "UsbIsochronousInTransferPacket": [], 76236 "UsbIsochronousInTransferResult": [], 76237 "UsbIsochronousOutTransferPacket": [], 76238 "UsbIsochronousOutTransferResult": [], 76239 "UsbOutTransferResult": [], 76240 "UsbPermissionDescriptor": [], 76241 "UsbPermissionResult": [ 76242 "EventTarget", 76243 "PermissionStatus" 76244 ], 76245 "UsbPermissionStorage": [], 76246 "UsbRecipient": [], 76247 "UsbRequestType": [], 76248 "UsbTransferStatus": [], 76249 "UserActivation": [], 76250 "UserProximityEvent": [ 76251 "Event" 76252 ], 76253 "UserProximityEventInit": [], 76254 "UserVerificationRequirement": [], 76255 "ValidityState": [], 76256 "ValueEvent": [ 76257 "Event" 76258 ], 76259 "ValueEventInit": [], 76260 "VideoColorPrimaries": [], 76261 "VideoColorSpace": [], 76262 "VideoColorSpaceInit": [], 76263 "VideoConfiguration": [], 76264 "VideoDecoder": [], 76265 "VideoDecoderConfig": [], 76266 "VideoDecoderInit": [], 76267 "VideoDecoderSupport": [], 76268 "VideoEncoder": [], 76269 "VideoEncoderConfig": [], 76270 "VideoEncoderEncodeOptions": [], 76271 "VideoEncoderInit": [], 76272 "VideoEncoderSupport": [], 76273 "VideoFacingModeEnum": [], 76274 "VideoFrame": [], 76275 "VideoFrameBufferInit": [], 76276 "VideoFrameCopyToOptions": [], 76277 "VideoFrameInit": [], 76278 "VideoMatrixCoefficients": [], 76279 "VideoPixelFormat": [], 76280 "VideoPlaybackQuality": [], 76281 "VideoStreamTrack": [ 76282 "EventTarget", 76283 "MediaStreamTrack" 76284 ], 76285 "VideoTrack": [], 76286 "VideoTrackList": [ 76287 "EventTarget" 76288 ], 76289 "VideoTransferCharacteristics": [], 76290 "ViewTransition": [], 76291 "VisibilityState": [], 76292 "VoidCallback": [], 76293 "VrDisplay": [ 76294 "EventTarget" 76295 ], 76296 "VrDisplayCapabilities": [], 76297 "VrEye": [], 76298 "VrEyeParameters": [], 76299 "VrFieldOfView": [], 76300 "VrFrameData": [], 76301 "VrLayer": [], 76302 "VrMockController": [], 76303 "VrMockDisplay": [], 76304 "VrPose": [], 76305 "VrServiceTest": [], 76306 "VrStageParameters": [], 76307 "VrSubmitFrameResult": [], 76308 "VttCue": [ 76309 "EventTarget", 76310 "TextTrackCue" 76311 ], 76312 "VttRegion": [], 76313 "WakeLock": [], 76314 "WakeLockSentinel": [ 76315 "EventTarget" 76316 ], 76317 "WakeLockType": [], 76318 "WatchAdvertisementsOptions": [], 76319 "WaveShaperNode": [ 76320 "AudioNode", 76321 "EventTarget" 76322 ], 76323 "WaveShaperOptions": [], 76324 "WebGl2RenderingContext": [], 76325 "WebGlActiveInfo": [], 76326 "WebGlBuffer": [], 76327 "WebGlContextAttributes": [], 76328 "WebGlContextEvent": [ 76329 "Event" 76330 ], 76331 "WebGlContextEventInit": [], 76332 "WebGlFramebuffer": [], 76333 "WebGlPowerPreference": [], 76334 "WebGlProgram": [], 76335 "WebGlQuery": [], 76336 "WebGlRenderbuffer": [], 76337 "WebGlRenderingContext": [], 76338 "WebGlSampler": [], 76339 "WebGlShader": [], 76340 "WebGlShaderPrecisionFormat": [], 76341 "WebGlSync": [], 76342 "WebGlTexture": [], 76343 "WebGlTransformFeedback": [], 76344 "WebGlUniformLocation": [], 76345 "WebGlVertexArrayObject": [], 76346 "WebKitCssMatrix": [ 76347 "DomMatrix", 76348 "DomMatrixReadOnly" 76349 ], 76350 "WebSocket": [ 76351 "EventTarget" 76352 ], 76353 "WebSocketDict": [], 76354 "WebSocketElement": [], 76355 "WebTransport": [], 76356 "WebTransportBidirectionalStream": [], 76357 "WebTransportCloseInfo": [], 76358 "WebTransportCongestionControl": [], 76359 "WebTransportDatagramDuplexStream": [], 76360 "WebTransportDatagramStats": [], 76361 "WebTransportError": [ 76362 "DomException" 76363 ], 76364 "WebTransportErrorOptions": [], 76365 "WebTransportErrorSource": [], 76366 "WebTransportHash": [], 76367 "WebTransportOptions": [], 76368 "WebTransportReceiveStream": [ 76369 "ReadableStream" 76370 ], 76371 "WebTransportReceiveStreamStats": [], 76372 "WebTransportReliabilityMode": [], 76373 "WebTransportSendStream": [ 76374 "WritableStream" 76375 ], 76376 "WebTransportSendStreamOptions": [], 76377 "WebTransportSendStreamStats": [], 76378 "WebTransportStats": [], 76379 "WebglColorBufferFloat": [], 76380 "WebglCompressedTextureAstc": [], 76381 "WebglCompressedTextureAtc": [], 76382 "WebglCompressedTextureEtc": [], 76383 "WebglCompressedTextureEtc1": [], 76384 "WebglCompressedTexturePvrtc": [], 76385 "WebglCompressedTextureS3tc": [], 76386 "WebglCompressedTextureS3tcSrgb": [], 76387 "WebglDebugRendererInfo": [], 76388 "WebglDebugShaders": [], 76389 "WebglDepthTexture": [], 76390 "WebglDrawBuffers": [], 76391 "WebglLoseContext": [], 76392 "WebglMultiDraw": [], 76393 "WellKnownDirectory": [], 76394 "WgslLanguageFeatures": [], 76395 "WheelEvent": [ 76396 "Event", 76397 "MouseEvent", 76398 "UiEvent" 76399 ], 76400 "WheelEventInit": [], 76401 "WidevineCdmManifest": [], 76402 "Window": [ 76403 "EventTarget" 76404 ], 76405 "WindowClient": [ 76406 "Client" 76407 ], 76408 "Worker": [ 76409 "EventTarget" 76410 ], 76411 "WorkerDebuggerGlobalScope": [ 76412 "EventTarget" 76413 ], 76414 "WorkerGlobalScope": [ 76415 "EventTarget" 76416 ], 76417 "WorkerLocation": [], 76418 "WorkerNavigator": [], 76419 "WorkerOptions": [], 76420 "WorkerType": [], 76421 "Worklet": [], 76422 "WorkletGlobalScope": [], 76423 "WorkletOptions": [], 76424 "WritableStream": [], 76425 "WritableStreamDefaultController": [], 76426 "WritableStreamDefaultWriter": [], 76427 "WriteCommandType": [], 76428 "WriteParams": [], 76429 "XPathExpression": [], 76430 "XPathNsResolver": [], 76431 "XPathResult": [], 76432 "XmlDocument": [ 76433 "Document", 76434 "EventTarget", 76435 "Node" 76436 ], 76437 "XmlHttpRequest": [ 76438 "EventTarget", 76439 "XmlHttpRequestEventTarget" 76440 ], 76441 "XmlHttpRequestEventTarget": [ 76442 "EventTarget" 76443 ], 76444 "XmlHttpRequestResponseType": [], 76445 "XmlHttpRequestUpload": [ 76446 "EventTarget", 76447 "XmlHttpRequestEventTarget" 76448 ], 76449 "XmlSerializer": [], 76450 "XrBoundedReferenceSpace": [ 76451 "EventTarget", 76452 "XrReferenceSpace", 76453 "XrSpace" 76454 ], 76455 "XrEye": [], 76456 "XrFrame": [], 76457 "XrHand": [], 76458 "XrHandJoint": [], 76459 "XrHandedness": [], 76460 "XrInputSource": [], 76461 "XrInputSourceArray": [], 76462 "XrInputSourceEvent": [ 76463 "Event" 76464 ], 76465 "XrInputSourceEventInit": [], 76466 "XrInputSourcesChangeEvent": [ 76467 "Event" 76468 ], 76469 "XrInputSourcesChangeEventInit": [], 76470 "XrJointPose": [ 76471 "XrPose" 76472 ], 76473 "XrJointSpace": [ 76474 "EventTarget", 76475 "XrSpace" 76476 ], 76477 "XrLayer": [ 76478 "EventTarget" 76479 ], 76480 "XrPermissionDescriptor": [], 76481 "XrPermissionStatus": [ 76482 "EventTarget", 76483 "PermissionStatus" 76484 ], 76485 "XrPose": [], 76486 "XrReferenceSpace": [ 76487 "EventTarget", 76488 "XrSpace" 76489 ], 76490 "XrReferenceSpaceEvent": [ 76491 "Event" 76492 ], 76493 "XrReferenceSpaceEventInit": [], 76494 "XrReferenceSpaceType": [], 76495 "XrRenderState": [], 76496 "XrRenderStateInit": [], 76497 "XrRigidTransform": [], 76498 "XrSession": [ 76499 "EventTarget" 76500 ], 76501 "XrSessionEvent": [ 76502 "Event" 76503 ], 76504 "XrSessionEventInit": [], 76505 "XrSessionInit": [], 76506 "XrSessionMode": [], 76507 "XrSessionSupportedPermissionDescriptor": [], 76508 "XrSpace": [ 76509 "EventTarget" 76510 ], 76511 "XrSystem": [ 76512 "EventTarget" 76513 ], 76514 "XrTargetRayMode": [], 76515 "XrView": [], 76516 "XrViewerPose": [ 76517 "XrPose" 76518 ], 76519 "XrViewport": [], 76520 "XrVisibilityState": [], 76521 "XrWebGlLayer": [ 76522 "EventTarget", 76523 "XrLayer" 76524 ], 76525 "XrWebGlLayerInit": [], 76526 "XsltProcessor": [], 76527 "console": [], 76528 "css": [], 76529 "gpu_buffer_usage": [], 76530 "gpu_color_write": [], 76531 "gpu_map_mode": [], 76532 "gpu_shader_stage": [], 76533 "gpu_texture_usage": [] 76534 }, 76535 "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", 76536 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 76537 "keywords": [], 76538 "license": "MIT OR Apache-2.0", 76539 "license_file": null, 76540 "links": null, 76541 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml", 76542 "metadata": { 76543 "docs": { 76544 "rs": { 76545 "all-features": true, 76546 "rustdoc-args": [ 76547 "--cfg=web_sys_unstable_apis" 76548 ] 76549 } 76550 } 76551 }, 76552 "name": "web-sys", 76553 "publish": null, 76554 "readme": "./README.md", 76555 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", 76556 "rust_version": "1.57", 76557 "source": "registry+https://github.com/rust-lang/crates.io-index", 76558 "targets": [ 76559 { 76560 "crate_types": [ 76561 "lib" 76562 ], 76563 "doc": true, 76564 "doctest": false, 76565 "edition": "2018", 76566 "kind": [ 76567 "lib" 76568 ], 76569 "name": "web_sys", 76570 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/src/lib.rs", 76571 "test": false 76572 }, 76573 { 76574 "crate_types": [ 76575 "bin" 76576 ], 76577 "doc": false, 76578 "doctest": false, 76579 "edition": "2018", 76580 "kind": [ 76581 "test" 76582 ], 76583 "name": "wasm", 76584 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/tests/wasm/main.rs", 76585 "test": true 76586 } 76587 ], 76588 "version": "0.3.69" 76589 }, 76590 { 76591 "authors": [], 76592 "categories": [ 76593 "api-bindings", 76594 "date-and-time", 76595 "wasm" 76596 ], 76597 "default_run": null, 76598 "dependencies": [ 76599 { 76600 "features": [], 76601 "kind": "dev", 76602 "name": "static_assertions", 76603 "optional": false, 76604 "registry": null, 76605 "rename": null, 76606 "req": "^1", 76607 "source": "registry+https://github.com/rust-lang/crates.io-index", 76608 "target": null, 76609 "uses_default_features": true 76610 }, 76611 { 76612 "features": [ 76613 "alloc" 76614 ], 76615 "kind": "dev", 76616 "name": "futures-channel", 76617 "optional": false, 76618 "registry": null, 76619 "rename": null, 76620 "req": "^0.3", 76621 "source": "registry+https://github.com/rust-lang/crates.io-index", 76622 "target": "cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))", 76623 "uses_default_features": false 76624 }, 76625 { 76626 "features": [], 76627 "kind": "dev", 76628 "name": "futures-util", 76629 "optional": false, 76630 "registry": null, 76631 "rename": null, 76632 "req": "^0.3", 76633 "source": "registry+https://github.com/rust-lang/crates.io-index", 76634 "target": "cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))", 76635 "uses_default_features": false 76636 }, 76637 { 76638 "features": [ 76639 "WorkerGlobalScope" 76640 ], 76641 "kind": "dev", 76642 "name": "web-sys", 76643 "optional": false, 76644 "registry": null, 76645 "rename": null, 76646 "req": "^0.3", 76647 "source": "registry+https://github.com/rust-lang/crates.io-index", 76648 "target": "cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))", 76649 "uses_default_features": true 76650 }, 76651 { 76652 "features": [], 76653 "kind": null, 76654 "name": "js-sys", 76655 "optional": false, 76656 "registry": null, 76657 "rename": null, 76658 "req": "^0.3.20", 76659 "source": "registry+https://github.com/rust-lang/crates.io-index", 76660 "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))", 76661 "uses_default_features": true 76662 }, 76663 { 76664 "features": [], 76665 "kind": null, 76666 "name": "serde", 76667 "optional": true, 76668 "registry": null, 76669 "rename": null, 76670 "req": "^1", 76671 "source": "registry+https://github.com/rust-lang/crates.io-index", 76672 "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))", 76673 "uses_default_features": true 76674 }, 76675 { 76676 "features": [], 76677 "kind": null, 76678 "name": "wasm-bindgen", 76679 "optional": false, 76680 "registry": null, 76681 "rename": null, 76682 "req": "^0.2.70", 76683 "source": "registry+https://github.com/rust-lang/crates.io-index", 76684 "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))", 76685 "uses_default_features": false 76686 }, 76687 { 76688 "features": [ 76689 "macro" 76690 ], 76691 "kind": "dev", 76692 "name": "pollster", 76693 "optional": false, 76694 "registry": null, 76695 "rename": null, 76696 "req": "^0.3", 76697 "source": "registry+https://github.com/rust-lang/crates.io-index", 76698 "target": "cfg(not(target_family = \"wasm\"))", 76699 "uses_default_features": true 76700 }, 76701 { 76702 "features": [ 76703 "js" 76704 ], 76705 "kind": "dev", 76706 "name": "getrandom", 76707 "optional": false, 76708 "registry": null, 76709 "rename": null, 76710 "req": "^0.2", 76711 "source": "registry+https://github.com/rust-lang/crates.io-index", 76712 "target": "cfg(target_family = \"wasm\")", 76713 "uses_default_features": true 76714 }, 76715 { 76716 "features": [], 76717 "kind": "dev", 76718 "name": "rand", 76719 "optional": false, 76720 "registry": null, 76721 "rename": null, 76722 "req": "^0.8", 76723 "source": "registry+https://github.com/rust-lang/crates.io-index", 76724 "target": "cfg(target_family = \"wasm\")", 76725 "uses_default_features": true 76726 }, 76727 { 76728 "features": [], 76729 "kind": "dev", 76730 "name": "serde_json", 76731 "optional": false, 76732 "registry": null, 76733 "rename": null, 76734 "req": "^1", 76735 "source": "registry+https://github.com/rust-lang/crates.io-index", 76736 "target": "cfg(target_family = \"wasm\")", 76737 "uses_default_features": true 76738 }, 76739 { 76740 "features": [], 76741 "kind": "dev", 76742 "name": "wasm-bindgen-futures", 76743 "optional": false, 76744 "registry": null, 76745 "rename": null, 76746 "req": "^0.4", 76747 "source": "registry+https://github.com/rust-lang/crates.io-index", 76748 "target": "cfg(target_family = \"wasm\")", 76749 "uses_default_features": true 76750 }, 76751 { 76752 "features": [], 76753 "kind": "dev", 76754 "name": "wasm-bindgen-test", 76755 "optional": false, 76756 "registry": null, 76757 "rename": null, 76758 "req": "^0.3", 76759 "source": "registry+https://github.com/rust-lang/crates.io-index", 76760 "target": "cfg(target_family = \"wasm\")", 76761 "uses_default_features": true 76762 }, 76763 { 76764 "features": [ 76765 "CssStyleDeclaration", 76766 "Document", 76767 "Element", 76768 "HtmlTableElement", 76769 "HtmlTableRowElement", 76770 "Performance", 76771 "Window" 76772 ], 76773 "kind": "dev", 76774 "name": "web-sys", 76775 "optional": false, 76776 "registry": null, 76777 "rename": null, 76778 "req": "^0.3", 76779 "source": "registry+https://github.com/rust-lang/crates.io-index", 76780 "target": "cfg(target_family = \"wasm\")", 76781 "uses_default_features": true 76782 } 76783 ], 76784 "description": "Drop-in replacement for std::time for Wasm in browsers", 76785 "documentation": null, 76786 "edition": "2021", 76787 "features": { 76788 "serde": [ 76789 "dep:serde" 76790 ] 76791 }, 76792 "homepage": null, 76793 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 76794 "keywords": [ 76795 "instant", 76796 "wasm", 76797 "web", 76798 "systemtime", 76799 "time" 76800 ], 76801 "license": "MIT OR Apache-2.0", 76802 "license_file": null, 76803 "links": null, 76804 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/Cargo.toml", 76805 "metadata": { 76806 "docs": { 76807 "rs": { 76808 "all-features": true, 76809 "rustdoc-args": [ 76810 "--cfg=docsrs" 76811 ], 76812 "targets": [ 76813 "wasm32-unknown-unknown" 76814 ] 76815 } 76816 } 76817 }, 76818 "name": "web-time", 76819 "publish": null, 76820 "readme": "README.md", 76821 "repository": "https://github.com/daxpedda/web-time", 76822 "rust_version": "1.60", 76823 "source": "registry+https://github.com/rust-lang/crates.io-index", 76824 "targets": [ 76825 { 76826 "crate_types": [ 76827 "lib" 76828 ], 76829 "doc": true, 76830 "doctest": true, 76831 "edition": "2021", 76832 "kind": [ 76833 "lib" 76834 ], 76835 "name": "web_time", 76836 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/src/lib.rs", 76837 "test": true 76838 }, 76839 { 76840 "crate_types": [ 76841 "bin" 76842 ], 76843 "doc": false, 76844 "doctest": false, 76845 "edition": "2021", 76846 "kind": [ 76847 "example" 76848 ], 76849 "name": "benchmark", 76850 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/benches/benchmark.rs", 76851 "test": false 76852 }, 76853 { 76854 "crate_types": [ 76855 "bin" 76856 ], 76857 "doc": false, 76858 "doctest": false, 76859 "edition": "2021", 76860 "kind": [ 76861 "test" 76862 ], 76863 "name": "serde", 76864 "required-features": [ 76865 "serde" 76866 ], 76867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/tests/serde.rs", 76868 "test": true 76869 } 76870 ], 76871 "version": "1.1.0" 76872 }, 76873 { 76874 "authors": [], 76875 "categories": [], 76876 "default_run": null, 76877 "dependencies": [ 76878 { 76879 "features": [ 76880 "clock" 76881 ], 76882 "kind": "dev", 76883 "name": "chrono", 76884 "optional": false, 76885 "registry": null, 76886 "rename": null, 76887 "req": "^0.4.26", 76888 "source": "registry+https://github.com/rust-lang/crates.io-index", 76889 "target": null, 76890 "uses_default_features": false 76891 }, 76892 { 76893 "features": [], 76894 "kind": "dev", 76895 "name": "csv", 76896 "optional": false, 76897 "registry": null, 76898 "rename": null, 76899 "req": "^1.2.2", 76900 "source": "registry+https://github.com/rust-lang/crates.io-index", 76901 "target": null, 76902 "uses_default_features": true 76903 }, 76904 { 76905 "features": [], 76906 "kind": "dev", 76907 "name": "hex", 76908 "optional": false, 76909 "registry": null, 76910 "rename": null, 76911 "req": "^0.4.3", 76912 "source": "registry+https://github.com/rust-lang/crates.io-index", 76913 "target": null, 76914 "uses_default_features": true 76915 }, 76916 { 76917 "features": [], 76918 "kind": "dev", 76919 "name": "num-bigint", 76920 "optional": false, 76921 "registry": null, 76922 "rename": null, 76923 "req": "^0.4.3", 76924 "source": "registry+https://github.com/rust-lang/crates.io-index", 76925 "target": null, 76926 "uses_default_features": true 76927 }, 76928 { 76929 "features": [], 76930 "kind": "dev", 76931 "name": "percent-encoding", 76932 "optional": false, 76933 "registry": null, 76934 "rename": null, 76935 "req": "^2.3", 76936 "source": "registry+https://github.com/rust-lang/crates.io-index", 76937 "target": null, 76938 "uses_default_features": true 76939 }, 76940 { 76941 "features": [], 76942 "kind": "dev", 76943 "name": "rcgen", 76944 "optional": false, 76945 "registry": null, 76946 "rename": null, 76947 "req": "^0.11.1", 76948 "source": "registry+https://github.com/rust-lang/crates.io-index", 76949 "target": null, 76950 "uses_default_features": true 76951 }, 76952 { 76953 "features": [ 76954 "rustls-tls-manual-roots" 76955 ], 76956 "kind": "dev", 76957 "name": "reqwest", 76958 "optional": false, 76959 "registry": null, 76960 "rename": null, 76961 "req": "^0.11", 76962 "source": "registry+https://github.com/rust-lang/crates.io-index", 76963 "target": null, 76964 "uses_default_features": true 76965 }, 76966 { 76967 "features": [], 76968 "kind": "dev", 76969 "name": "ring", 76970 "optional": false, 76971 "registry": null, 76972 "rename": null, 76973 "req": "^0.16.20", 76974 "source": "registry+https://github.com/rust-lang/crates.io-index", 76975 "target": null, 76976 "uses_default_features": true 76977 }, 76978 { 76979 "features": [], 76980 "kind": "dev", 76981 "name": "rustls-pemfile", 76982 "optional": false, 76983 "registry": null, 76984 "rename": null, 76985 "req": "^1", 76986 "source": "registry+https://github.com/rust-lang/crates.io-index", 76987 "target": null, 76988 "uses_default_features": true 76989 }, 76990 { 76991 "features": [ 76992 "derive" 76993 ], 76994 "kind": "dev", 76995 "name": "serde", 76996 "optional": false, 76997 "registry": null, 76998 "rename": null, 76999 "req": "^1.0.183", 77000 "source": "registry+https://github.com/rust-lang/crates.io-index", 77001 "target": null, 77002 "uses_default_features": true 77003 }, 77004 { 77005 "features": [ 77006 "macros", 77007 "rt-multi-thread" 77008 ], 77009 "kind": "dev", 77010 "name": "tokio", 77011 "optional": false, 77012 "registry": null, 77013 "rename": null, 77014 "req": "^1", 77015 "source": "registry+https://github.com/rust-lang/crates.io-index", 77016 "target": null, 77017 "uses_default_features": true 77018 }, 77019 { 77020 "features": [], 77021 "kind": "dev", 77022 "name": "rustls-webpki", 77023 "optional": false, 77024 "registry": null, 77025 "rename": "webpki", 77026 "req": "^0.101.2", 77027 "source": "registry+https://github.com/rust-lang/crates.io-index", 77028 "target": null, 77029 "uses_default_features": true 77030 }, 77031 { 77032 "features": [], 77033 "kind": "dev", 77034 "name": "x509-parser", 77035 "optional": false, 77036 "registry": null, 77037 "rename": null, 77038 "req": "^0.15.1", 77039 "source": "registry+https://github.com/rust-lang/crates.io-index", 77040 "target": null, 77041 "uses_default_features": true 77042 }, 77043 { 77044 "features": [], 77045 "kind": "dev", 77046 "name": "yasna", 77047 "optional": false, 77048 "registry": null, 77049 "rename": null, 77050 "req": "^0.5.2", 77051 "source": "registry+https://github.com/rust-lang/crates.io-index", 77052 "target": null, 77053 "uses_default_features": true 77054 } 77055 ], 77056 "description": "Mozilla's CA root certificates for use with webpki", 77057 "documentation": null, 77058 "edition": "2018", 77059 "features": {}, 77060 "homepage": "https://github.com/rustls/webpki-roots", 77061 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 77062 "keywords": [], 77063 "license": "MPL-2.0", 77064 "license_file": null, 77065 "links": null, 77066 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/Cargo.toml", 77067 "metadata": null, 77068 "name": "webpki-roots", 77069 "publish": null, 77070 "readme": "README.md", 77071 "repository": "https://github.com/rustls/webpki-roots", 77072 "rust_version": null, 77073 "source": "registry+https://github.com/rust-lang/crates.io-index", 77074 "targets": [ 77075 { 77076 "crate_types": [ 77077 "lib" 77078 ], 77079 "doc": true, 77080 "doctest": true, 77081 "edition": "2018", 77082 "kind": [ 77083 "lib" 77084 ], 77085 "name": "webpki_roots", 77086 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/src/lib.rs", 77087 "test": true 77088 }, 77089 { 77090 "crate_types": [ 77091 "bin" 77092 ], 77093 "doc": false, 77094 "doctest": false, 77095 "edition": "2018", 77096 "kind": [ 77097 "test" 77098 ], 77099 "name": "verify", 77100 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/tests/verify.rs", 77101 "test": true 77102 }, 77103 { 77104 "crate_types": [ 77105 "bin" 77106 ], 77107 "doc": false, 77108 "doctest": false, 77109 "edition": "2018", 77110 "kind": [ 77111 "test" 77112 ], 77113 "name": "codegen", 77114 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/tests/codegen.rs", 77115 "test": true 77116 } 77117 ], 77118 "version": "0.25.4" 77119 }, 77120 { 77121 "authors": [ 77122 "Peter Atashian <[email protected]>" 77123 ], 77124 "categories": [ 77125 "external-ffi-bindings", 77126 "no-std", 77127 "os::windows-apis" 77128 ], 77129 "default_run": null, 77130 "dependencies": [ 77131 { 77132 "features": [], 77133 "kind": null, 77134 "name": "winapi-i686-pc-windows-gnu", 77135 "optional": false, 77136 "registry": null, 77137 "rename": null, 77138 "req": "^0.4", 77139 "source": "registry+https://github.com/rust-lang/crates.io-index", 77140 "target": "i686-pc-windows-gnu", 77141 "uses_default_features": true 77142 }, 77143 { 77144 "features": [], 77145 "kind": null, 77146 "name": "winapi-x86_64-pc-windows-gnu", 77147 "optional": false, 77148 "registry": null, 77149 "rename": null, 77150 "req": "^0.4", 77151 "source": "registry+https://github.com/rust-lang/crates.io-index", 77152 "target": "x86_64-pc-windows-gnu", 77153 "uses_default_features": true 77154 } 77155 ], 77156 "description": "Raw FFI bindings for all of Windows API.", 77157 "documentation": "https://docs.rs/winapi/", 77158 "edition": "2015", 77159 "features": { 77160 "accctrl": [], 77161 "aclapi": [], 77162 "activation": [], 77163 "adhoc": [], 77164 "appmgmt": [], 77165 "audioclient": [], 77166 "audiosessiontypes": [], 77167 "avrt": [], 77168 "basetsd": [], 77169 "bcrypt": [], 77170 "bits": [], 77171 "bits10_1": [], 77172 "bits1_5": [], 77173 "bits2_0": [], 77174 "bits2_5": [], 77175 "bits3_0": [], 77176 "bits4_0": [], 77177 "bits5_0": [], 77178 "bitscfg": [], 77179 "bitsmsg": [], 77180 "bluetoothapis": [], 77181 "bluetoothleapis": [], 77182 "bthdef": [], 77183 "bthioctl": [], 77184 "bthledef": [], 77185 "bthsdpdef": [], 77186 "bugcodes": [], 77187 "cderr": [], 77188 "cfg": [], 77189 "cfgmgr32": [], 77190 "cguid": [], 77191 "combaseapi": [], 77192 "coml2api": [], 77193 "commapi": [], 77194 "commctrl": [], 77195 "commdlg": [], 77196 "commoncontrols": [], 77197 "consoleapi": [], 77198 "corecrt": [], 77199 "corsym": [], 77200 "d2d1": [], 77201 "d2d1_1": [], 77202 "d2d1_2": [], 77203 "d2d1_3": [], 77204 "d2d1effectauthor": [], 77205 "d2d1effects": [], 77206 "d2d1effects_1": [], 77207 "d2d1effects_2": [], 77208 "d2d1svg": [], 77209 "d2dbasetypes": [], 77210 "d3d": [], 77211 "d3d10": [], 77212 "d3d10_1": [], 77213 "d3d10_1shader": [], 77214 "d3d10effect": [], 77215 "d3d10misc": [], 77216 "d3d10sdklayers": [], 77217 "d3d10shader": [], 77218 "d3d11": [], 77219 "d3d11_1": [], 77220 "d3d11_2": [], 77221 "d3d11_3": [], 77222 "d3d11_4": [], 77223 "d3d11on12": [], 77224 "d3d11sdklayers": [], 77225 "d3d11shader": [], 77226 "d3d11tokenizedprogramformat": [], 77227 "d3d12": [], 77228 "d3d12sdklayers": [], 77229 "d3d12shader": [], 77230 "d3d9": [], 77231 "d3d9caps": [], 77232 "d3d9types": [], 77233 "d3dcommon": [], 77234 "d3dcompiler": [], 77235 "d3dcsx": [], 77236 "d3dkmdt": [], 77237 "d3dkmthk": [], 77238 "d3dukmdt": [], 77239 "d3dx10core": [], 77240 "d3dx10math": [], 77241 "d3dx10mesh": [], 77242 "datetimeapi": [], 77243 "davclnt": [], 77244 "dbghelp": [], 77245 "dbt": [], 77246 "dcommon": [], 77247 "dcomp": [], 77248 "dcompanimation": [], 77249 "dcomptypes": [], 77250 "dde": [], 77251 "ddraw": [], 77252 "ddrawi": [], 77253 "ddrawint": [], 77254 "debug": [ 77255 "impl-debug" 77256 ], 77257 "debugapi": [], 77258 "devguid": [], 77259 "devicetopology": [], 77260 "devpkey": [], 77261 "devpropdef": [], 77262 "dinput": [], 77263 "dinputd": [], 77264 "dispex": [], 77265 "dmksctl": [], 77266 "dmusicc": [], 77267 "docobj": [], 77268 "documenttarget": [], 77269 "dot1x": [], 77270 "dpa_dsa": [], 77271 "dpapi": [], 77272 "dsgetdc": [], 77273 "dsound": [], 77274 "dsrole": [], 77275 "dvp": [], 77276 "dwmapi": [], 77277 "dwrite": [], 77278 "dwrite_1": [], 77279 "dwrite_2": [], 77280 "dwrite_3": [], 77281 "dxdiag": [], 77282 "dxfile": [], 77283 "dxgi": [], 77284 "dxgi1_2": [], 77285 "dxgi1_3": [], 77286 "dxgi1_4": [], 77287 "dxgi1_5": [], 77288 "dxgi1_6": [], 77289 "dxgidebug": [], 77290 "dxgiformat": [], 77291 "dxgitype": [], 77292 "dxva2api": [], 77293 "dxvahd": [], 77294 "eaptypes": [], 77295 "enclaveapi": [], 77296 "endpointvolume": [], 77297 "errhandlingapi": [], 77298 "everything": [], 77299 "evntcons": [], 77300 "evntprov": [], 77301 "evntrace": [], 77302 "excpt": [], 77303 "exdisp": [], 77304 "fibersapi": [], 77305 "fileapi": [], 77306 "functiondiscoverykeys_devpkey": [], 77307 "gl-gl": [], 77308 "guiddef": [], 77309 "handleapi": [], 77310 "heapapi": [], 77311 "hidclass": [], 77312 "hidpi": [], 77313 "hidsdi": [], 77314 "hidusage": [], 77315 "highlevelmonitorconfigurationapi": [], 77316 "hstring": [], 77317 "http": [], 77318 "ifdef": [], 77319 "ifmib": [], 77320 "imm": [], 77321 "impl-debug": [], 77322 "impl-default": [], 77323 "in6addr": [], 77324 "inaddr": [], 77325 "inspectable": [], 77326 "interlockedapi": [], 77327 "intsafe": [], 77328 "ioapiset": [], 77329 "ipexport": [], 77330 "iphlpapi": [], 77331 "ipifcons": [], 77332 "ipmib": [], 77333 "iprtrmib": [], 77334 "iptypes": [], 77335 "jobapi": [], 77336 "jobapi2": [], 77337 "knownfolders": [], 77338 "ks": [], 77339 "ksmedia": [], 77340 "ktmtypes": [], 77341 "ktmw32": [], 77342 "l2cmn": [], 77343 "libloaderapi": [], 77344 "limits": [], 77345 "lmaccess": [], 77346 "lmalert": [], 77347 "lmapibuf": [], 77348 "lmat": [], 77349 "lmcons": [], 77350 "lmdfs": [], 77351 "lmerrlog": [], 77352 "lmjoin": [], 77353 "lmmsg": [], 77354 "lmremutl": [], 77355 "lmrepl": [], 77356 "lmserver": [], 77357 "lmshare": [], 77358 "lmstats": [], 77359 "lmsvc": [], 77360 "lmuse": [], 77361 "lmwksta": [], 77362 "lowlevelmonitorconfigurationapi": [], 77363 "lsalookup": [], 77364 "memoryapi": [], 77365 "minschannel": [], 77366 "minwinbase": [], 77367 "minwindef": [], 77368 "mmdeviceapi": [], 77369 "mmeapi": [], 77370 "mmreg": [], 77371 "mmsystem": [], 77372 "mprapidef": [], 77373 "msaatext": [], 77374 "mscat": [], 77375 "mschapp": [], 77376 "mssip": [], 77377 "mstcpip": [], 77378 "mswsock": [], 77379 "mswsockdef": [], 77380 "namedpipeapi": [], 77381 "namespaceapi": [], 77382 "nb30": [], 77383 "ncrypt": [], 77384 "netioapi": [], 77385 "nldef": [], 77386 "ntddndis": [], 77387 "ntddscsi": [], 77388 "ntddser": [], 77389 "ntdef": [], 77390 "ntlsa": [], 77391 "ntsecapi": [], 77392 "ntstatus": [], 77393 "oaidl": [], 77394 "objbase": [], 77395 "objidl": [], 77396 "objidlbase": [], 77397 "ocidl": [], 77398 "ole2": [], 77399 "oleauto": [], 77400 "olectl": [], 77401 "oleidl": [], 77402 "opmapi": [], 77403 "pdh": [], 77404 "perflib": [], 77405 "physicalmonitorenumerationapi": [], 77406 "playsoundapi": [], 77407 "portabledevice": [], 77408 "portabledeviceapi": [], 77409 "portabledevicetypes": [], 77410 "powerbase": [], 77411 "powersetting": [], 77412 "powrprof": [], 77413 "processenv": [], 77414 "processsnapshot": [], 77415 "processthreadsapi": [], 77416 "processtopologyapi": [], 77417 "profileapi": [], 77418 "propidl": [], 77419 "propkey": [], 77420 "propkeydef": [], 77421 "propsys": [], 77422 "prsht": [], 77423 "psapi": [], 77424 "qos": [], 77425 "realtimeapiset": [], 77426 "reason": [], 77427 "restartmanager": [], 77428 "restrictederrorinfo": [], 77429 "rmxfguid": [], 77430 "roapi": [], 77431 "robuffer": [], 77432 "roerrorapi": [], 77433 "rpc": [], 77434 "rpcdce": [], 77435 "rpcndr": [], 77436 "rtinfo": [], 77437 "sapi": [], 77438 "sapi51": [], 77439 "sapi53": [], 77440 "sapiddk": [], 77441 "sapiddk51": [], 77442 "schannel": [], 77443 "sddl": [], 77444 "securityappcontainer": [], 77445 "securitybaseapi": [], 77446 "servprov": [], 77447 "setupapi": [], 77448 "shellapi": [], 77449 "shellscalingapi": [], 77450 "shlobj": [], 77451 "shobjidl": [], 77452 "shobjidl_core": [], 77453 "shtypes": [], 77454 "softpub": [], 77455 "spapidef": [], 77456 "spellcheck": [], 77457 "sporder": [], 77458 "sql": [], 77459 "sqlext": [], 77460 "sqltypes": [], 77461 "sqlucode": [], 77462 "sspi": [], 77463 "std": [], 77464 "stralign": [], 77465 "stringapiset": [], 77466 "strmif": [], 77467 "subauth": [], 77468 "synchapi": [], 77469 "sysinfoapi": [], 77470 "systemtopologyapi": [], 77471 "taskschd": [], 77472 "tcpestats": [], 77473 "tcpmib": [], 77474 "textstor": [], 77475 "threadpoolapiset": [], 77476 "threadpoollegacyapiset": [], 77477 "timeapi": [], 77478 "timezoneapi": [], 77479 "tlhelp32": [], 77480 "transportsettingcommon": [], 77481 "tvout": [], 77482 "udpmib": [], 77483 "unknwnbase": [], 77484 "urlhist": [], 77485 "urlmon": [], 77486 "usb": [], 77487 "usbioctl": [], 77488 "usbiodef": [], 77489 "usbscan": [], 77490 "usbspec": [], 77491 "userenv": [], 77492 "usp10": [], 77493 "utilapiset": [], 77494 "uxtheme": [], 77495 "vadefs": [], 77496 "vcruntime": [], 77497 "vsbackup": [], 77498 "vss": [], 77499 "vsserror": [], 77500 "vswriter": [], 77501 "wbemads": [], 77502 "wbemcli": [], 77503 "wbemdisp": [], 77504 "wbemprov": [], 77505 "wbemtran": [], 77506 "wct": [], 77507 "werapi": [], 77508 "winbase": [], 77509 "wincodec": [], 77510 "wincodecsdk": [], 77511 "wincon": [], 77512 "wincontypes": [], 77513 "wincred": [], 77514 "wincrypt": [], 77515 "windef": [], 77516 "windot11": [], 77517 "windowsceip": [], 77518 "windowsx": [], 77519 "winefs": [], 77520 "winerror": [], 77521 "winevt": [], 77522 "wingdi": [], 77523 "winhttp": [], 77524 "wininet": [], 77525 "winineti": [], 77526 "winioctl": [], 77527 "winnetwk": [], 77528 "winnls": [], 77529 "winnt": [], 77530 "winreg": [], 77531 "winsafer": [], 77532 "winscard": [], 77533 "winsmcrd": [], 77534 "winsock2": [], 77535 "winspool": [], 77536 "winstring": [], 77537 "winsvc": [], 77538 "wintrust": [], 77539 "winusb": [], 77540 "winusbio": [], 77541 "winuser": [], 77542 "winver": [], 77543 "wlanapi": [], 77544 "wlanihv": [], 77545 "wlanihvtypes": [], 77546 "wlantypes": [], 77547 "wlclient": [], 77548 "wmistr": [], 77549 "wnnc": [], 77550 "wow64apiset": [], 77551 "wpdmtpextensions": [], 77552 "ws2bth": [], 77553 "ws2def": [], 77554 "ws2ipdef": [], 77555 "ws2spi": [], 77556 "ws2tcpip": [], 77557 "wtsapi32": [], 77558 "wtypes": [], 77559 "wtypesbase": [], 77560 "xinput": [] 77561 }, 77562 "homepage": null, 77563 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 77564 "keywords": [ 77565 "windows", 77566 "ffi", 77567 "win32", 77568 "com", 77569 "directx" 77570 ], 77571 "license": "MIT/Apache-2.0", 77572 "license_file": null, 77573 "links": null, 77574 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", 77575 "metadata": { 77576 "docs": { 77577 "rs": { 77578 "default-target": "x86_64-pc-windows-msvc", 77579 "features": [ 77580 "everything", 77581 "impl-debug", 77582 "impl-default" 77583 ], 77584 "targets": [ 77585 "aarch64-pc-windows-msvc", 77586 "i686-pc-windows-msvc", 77587 "x86_64-pc-windows-msvc" 77588 ] 77589 } 77590 } 77591 }, 77592 "name": "winapi", 77593 "publish": null, 77594 "readme": "README.md", 77595 "repository": "https://github.com/retep998/winapi-rs", 77596 "rust_version": null, 77597 "source": "registry+https://github.com/rust-lang/crates.io-index", 77598 "targets": [ 77599 { 77600 "crate_types": [ 77601 "lib" 77602 ], 77603 "doc": true, 77604 "doctest": true, 77605 "edition": "2015", 77606 "kind": [ 77607 "lib" 77608 ], 77609 "name": "winapi", 77610 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", 77611 "test": true 77612 }, 77613 { 77614 "crate_types": [ 77615 "bin" 77616 ], 77617 "doc": false, 77618 "doctest": false, 77619 "edition": "2015", 77620 "kind": [ 77621 "custom-build" 77622 ], 77623 "name": "build-script-build", 77624 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", 77625 "test": false 77626 } 77627 ], 77628 "version": "0.3.9" 77629 }, 77630 { 77631 "authors": [ 77632 "Peter Atashian <[email protected]>" 77633 ], 77634 "categories": [], 77635 "default_run": null, 77636 "dependencies": [], 77637 "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", 77638 "documentation": null, 77639 "edition": "2015", 77640 "features": {}, 77641 "homepage": null, 77642 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 77643 "keywords": [ 77644 "windows" 77645 ], 77646 "license": "MIT/Apache-2.0", 77647 "license_file": null, 77648 "links": null, 77649 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", 77650 "metadata": null, 77651 "name": "winapi-i686-pc-windows-gnu", 77652 "publish": null, 77653 "readme": null, 77654 "repository": "https://github.com/retep998/winapi-rs", 77655 "rust_version": null, 77656 "source": "registry+https://github.com/rust-lang/crates.io-index", 77657 "targets": [ 77658 { 77659 "crate_types": [ 77660 "lib" 77661 ], 77662 "doc": true, 77663 "doctest": true, 77664 "edition": "2015", 77665 "kind": [ 77666 "lib" 77667 ], 77668 "name": "winapi_i686_pc_windows_gnu", 77669 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", 77670 "test": true 77671 }, 77672 { 77673 "crate_types": [ 77674 "bin" 77675 ], 77676 "doc": false, 77677 "doctest": false, 77678 "edition": "2015", 77679 "kind": [ 77680 "custom-build" 77681 ], 77682 "name": "build-script-build", 77683 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", 77684 "test": false 77685 } 77686 ], 77687 "version": "0.4.0" 77688 }, 77689 { 77690 "authors": [ 77691 "Andrew Gallant <[email protected]>" 77692 ], 77693 "categories": [ 77694 "os::windows-apis", 77695 "external-ffi-bindings" 77696 ], 77697 "default_run": null, 77698 "dependencies": [ 77699 { 77700 "features": [ 77701 "std", 77702 "consoleapi", 77703 "errhandlingapi", 77704 "fileapi", 77705 "minwindef", 77706 "processenv", 77707 "winbase", 77708 "wincon", 77709 "winerror", 77710 "winnt" 77711 ], 77712 "kind": null, 77713 "name": "winapi", 77714 "optional": false, 77715 "registry": null, 77716 "rename": null, 77717 "req": "^0.3", 77718 "source": "registry+https://github.com/rust-lang/crates.io-index", 77719 "target": "cfg(windows)", 77720 "uses_default_features": true 77721 } 77722 ], 77723 "description": "A dumping ground for high level safe wrappers over winapi.", 77724 "documentation": "https://docs.rs/winapi-util", 77725 "edition": "2018", 77726 "features": {}, 77727 "homepage": "https://github.com/BurntSushi/winapi-util", 77728 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 77729 "keywords": [ 77730 "windows", 77731 "winapi", 77732 "util", 77733 "win" 77734 ], 77735 "license": "Unlicense/MIT", 77736 "license_file": null, 77737 "links": null, 77738 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", 77739 "metadata": { 77740 "docs": { 77741 "rs": { 77742 "targets": [ 77743 "x86_64-pc-windows-msvc" 77744 ] 77745 } 77746 } 77747 }, 77748 "name": "winapi-util", 77749 "publish": null, 77750 "readme": "README.md", 77751 "repository": "https://github.com/BurntSushi/winapi-util", 77752 "rust_version": null, 77753 "source": "registry+https://github.com/rust-lang/crates.io-index", 77754 "targets": [ 77755 { 77756 "crate_types": [ 77757 "lib" 77758 ], 77759 "doc": true, 77760 "doctest": true, 77761 "edition": "2018", 77762 "kind": [ 77763 "lib" 77764 ], 77765 "name": "winapi_util", 77766 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", 77767 "test": true 77768 } 77769 ], 77770 "version": "0.1.5" 77771 }, 77772 { 77773 "authors": [ 77774 "Peter Atashian <[email protected]>" 77775 ], 77776 "categories": [], 77777 "default_run": null, 77778 "dependencies": [], 77779 "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", 77780 "documentation": null, 77781 "edition": "2015", 77782 "features": {}, 77783 "homepage": null, 77784 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 77785 "keywords": [ 77786 "windows" 77787 ], 77788 "license": "MIT/Apache-2.0", 77789 "license_file": null, 77790 "links": null, 77791 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", 77792 "metadata": null, 77793 "name": "winapi-x86_64-pc-windows-gnu", 77794 "publish": null, 77795 "readme": null, 77796 "repository": "https://github.com/retep998/winapi-rs", 77797 "rust_version": null, 77798 "source": "registry+https://github.com/rust-lang/crates.io-index", 77799 "targets": [ 77800 { 77801 "crate_types": [ 77802 "lib" 77803 ], 77804 "doc": true, 77805 "doctest": true, 77806 "edition": "2015", 77807 "kind": [ 77808 "lib" 77809 ], 77810 "name": "winapi_x86_64_pc_windows_gnu", 77811 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", 77812 "test": true 77813 }, 77814 { 77815 "crate_types": [ 77816 "bin" 77817 ], 77818 "doc": false, 77819 "doctest": false, 77820 "edition": "2015", 77821 "kind": [ 77822 "custom-build" 77823 ], 77824 "name": "build-script-build", 77825 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", 77826 "test": false 77827 } 77828 ], 77829 "version": "0.4.0" 77830 }, 77831 { 77832 "authors": [ 77833 "Microsoft" 77834 ], 77835 "categories": [ 77836 "os::windows-apis" 77837 ], 77838 "default_run": null, 77839 "dependencies": [ 77840 { 77841 "features": [], 77842 "kind": null, 77843 "name": "windows-targets", 77844 "optional": false, 77845 "registry": null, 77846 "rename": null, 77847 "req": "^0.52.0", 77848 "source": "registry+https://github.com/rust-lang/crates.io-index", 77849 "target": null, 77850 "uses_default_features": true 77851 } 77852 ], 77853 "description": "Rust for Windows", 77854 "documentation": null, 77855 "edition": "2021", 77856 "features": { 77857 "default": [], 77858 "implement": [] 77859 }, 77860 "homepage": null, 77861 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 77862 "keywords": [], 77863 "license": "MIT OR Apache-2.0", 77864 "license_file": null, 77865 "links": null, 77866 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml", 77867 "metadata": { 77868 "docs": { 77869 "rs": { 77870 "default-target": "x86_64-pc-windows-msvc", 77871 "targets": [] 77872 } 77873 } 77874 }, 77875 "name": "windows-core", 77876 "publish": null, 77877 "readme": "readme.md", 77878 "repository": "https://github.com/microsoft/windows-rs", 77879 "rust_version": "1.56", 77880 "source": "registry+https://github.com/rust-lang/crates.io-index", 77881 "targets": [ 77882 { 77883 "crate_types": [ 77884 "lib" 77885 ], 77886 "doc": true, 77887 "doctest": true, 77888 "edition": "2021", 77889 "kind": [ 77890 "lib" 77891 ], 77892 "name": "windows_core", 77893 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs", 77894 "test": true 77895 } 77896 ], 77897 "version": "0.52.0" 77898 }, 77899 { 77900 "authors": [ 77901 "Microsoft" 77902 ], 77903 "categories": [ 77904 "os::windows-apis" 77905 ], 77906 "default_run": null, 77907 "dependencies": [ 77908 { 77909 "features": [], 77910 "kind": null, 77911 "name": "windows-targets", 77912 "optional": false, 77913 "registry": null, 77914 "rename": null, 77915 "req": "^0.48.0", 77916 "source": "registry+https://github.com/rust-lang/crates.io-index", 77917 "target": null, 77918 "uses_default_features": true 77919 } 77920 ], 77921 "description": "Rust for Windows", 77922 "documentation": null, 77923 "edition": "2018", 77924 "features": { 77925 "Wdk": [], 77926 "Wdk_System": [ 77927 "Wdk" 77928 ], 77929 "Wdk_System_OfflineRegistry": [ 77930 "Wdk_System" 77931 ], 77932 "Win32": [], 77933 "Win32_Data": [ 77934 "Win32" 77935 ], 77936 "Win32_Data_HtmlHelp": [ 77937 "Win32_Data" 77938 ], 77939 "Win32_Data_RightsManagement": [ 77940 "Win32_Data" 77941 ], 77942 "Win32_Data_Xml": [ 77943 "Win32_Data" 77944 ], 77945 "Win32_Data_Xml_MsXml": [ 77946 "Win32_Data_Xml" 77947 ], 77948 "Win32_Data_Xml_XmlLite": [ 77949 "Win32_Data_Xml" 77950 ], 77951 "Win32_Devices": [ 77952 "Win32" 77953 ], 77954 "Win32_Devices_AllJoyn": [ 77955 "Win32_Devices" 77956 ], 77957 "Win32_Devices_BiometricFramework": [ 77958 "Win32_Devices" 77959 ], 77960 "Win32_Devices_Bluetooth": [ 77961 "Win32_Devices" 77962 ], 77963 "Win32_Devices_Communication": [ 77964 "Win32_Devices" 77965 ], 77966 "Win32_Devices_DeviceAccess": [ 77967 "Win32_Devices" 77968 ], 77969 "Win32_Devices_DeviceAndDriverInstallation": [ 77970 "Win32_Devices" 77971 ], 77972 "Win32_Devices_DeviceQuery": [ 77973 "Win32_Devices" 77974 ], 77975 "Win32_Devices_Display": [ 77976 "Win32_Devices" 77977 ], 77978 "Win32_Devices_Enumeration": [ 77979 "Win32_Devices" 77980 ], 77981 "Win32_Devices_Enumeration_Pnp": [ 77982 "Win32_Devices_Enumeration" 77983 ], 77984 "Win32_Devices_Fax": [ 77985 "Win32_Devices" 77986 ], 77987 "Win32_Devices_FunctionDiscovery": [ 77988 "Win32_Devices" 77989 ], 77990 "Win32_Devices_Geolocation": [ 77991 "Win32_Devices" 77992 ], 77993 "Win32_Devices_HumanInterfaceDevice": [ 77994 "Win32_Devices" 77995 ], 77996 "Win32_Devices_ImageAcquisition": [ 77997 "Win32_Devices" 77998 ], 77999 "Win32_Devices_PortableDevices": [ 78000 "Win32_Devices" 78001 ], 78002 "Win32_Devices_Properties": [ 78003 "Win32_Devices" 78004 ], 78005 "Win32_Devices_Pwm": [ 78006 "Win32_Devices" 78007 ], 78008 "Win32_Devices_Sensors": [ 78009 "Win32_Devices" 78010 ], 78011 "Win32_Devices_SerialCommunication": [ 78012 "Win32_Devices" 78013 ], 78014 "Win32_Devices_Tapi": [ 78015 "Win32_Devices" 78016 ], 78017 "Win32_Devices_Usb": [ 78018 "Win32_Devices" 78019 ], 78020 "Win32_Devices_WebServicesOnDevices": [ 78021 "Win32_Devices" 78022 ], 78023 "Win32_Foundation": [ 78024 "Win32" 78025 ], 78026 "Win32_Gaming": [ 78027 "Win32" 78028 ], 78029 "Win32_Globalization": [ 78030 "Win32" 78031 ], 78032 "Win32_Graphics": [ 78033 "Win32" 78034 ], 78035 "Win32_Graphics_Dwm": [ 78036 "Win32_Graphics" 78037 ], 78038 "Win32_Graphics_Gdi": [ 78039 "Win32_Graphics" 78040 ], 78041 "Win32_Graphics_Hlsl": [ 78042 "Win32_Graphics" 78043 ], 78044 "Win32_Graphics_OpenGL": [ 78045 "Win32_Graphics" 78046 ], 78047 "Win32_Graphics_Printing": [ 78048 "Win32_Graphics" 78049 ], 78050 "Win32_Graphics_Printing_PrintTicket": [ 78051 "Win32_Graphics_Printing" 78052 ], 78053 "Win32_Management": [ 78054 "Win32" 78055 ], 78056 "Win32_Management_MobileDeviceManagementRegistration": [ 78057 "Win32_Management" 78058 ], 78059 "Win32_Media": [ 78060 "Win32" 78061 ], 78062 "Win32_Media_Audio": [ 78063 "Win32_Media" 78064 ], 78065 "Win32_Media_Audio_Apo": [ 78066 "Win32_Media_Audio" 78067 ], 78068 "Win32_Media_Audio_DirectMusic": [ 78069 "Win32_Media_Audio" 78070 ], 78071 "Win32_Media_Audio_Endpoints": [ 78072 "Win32_Media_Audio" 78073 ], 78074 "Win32_Media_Audio_XAudio2": [ 78075 "Win32_Media_Audio" 78076 ], 78077 "Win32_Media_DeviceManager": [ 78078 "Win32_Media" 78079 ], 78080 "Win32_Media_DxMediaObjects": [ 78081 "Win32_Media" 78082 ], 78083 "Win32_Media_KernelStreaming": [ 78084 "Win32_Media" 78085 ], 78086 "Win32_Media_LibrarySharingServices": [ 78087 "Win32_Media" 78088 ], 78089 "Win32_Media_MediaPlayer": [ 78090 "Win32_Media" 78091 ], 78092 "Win32_Media_Multimedia": [ 78093 "Win32_Media" 78094 ], 78095 "Win32_Media_Speech": [ 78096 "Win32_Media" 78097 ], 78098 "Win32_Media_Streaming": [ 78099 "Win32_Media" 78100 ], 78101 "Win32_Media_WindowsMediaFormat": [ 78102 "Win32_Media" 78103 ], 78104 "Win32_NetworkManagement": [ 78105 "Win32" 78106 ], 78107 "Win32_NetworkManagement_Dhcp": [ 78108 "Win32_NetworkManagement" 78109 ], 78110 "Win32_NetworkManagement_Dns": [ 78111 "Win32_NetworkManagement" 78112 ], 78113 "Win32_NetworkManagement_InternetConnectionWizard": [ 78114 "Win32_NetworkManagement" 78115 ], 78116 "Win32_NetworkManagement_IpHelper": [ 78117 "Win32_NetworkManagement" 78118 ], 78119 "Win32_NetworkManagement_MobileBroadband": [ 78120 "Win32_NetworkManagement" 78121 ], 78122 "Win32_NetworkManagement_Multicast": [ 78123 "Win32_NetworkManagement" 78124 ], 78125 "Win32_NetworkManagement_Ndis": [ 78126 "Win32_NetworkManagement" 78127 ], 78128 "Win32_NetworkManagement_NetBios": [ 78129 "Win32_NetworkManagement" 78130 ], 78131 "Win32_NetworkManagement_NetManagement": [ 78132 "Win32_NetworkManagement" 78133 ], 78134 "Win32_NetworkManagement_NetShell": [ 78135 "Win32_NetworkManagement" 78136 ], 78137 "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ 78138 "Win32_NetworkManagement" 78139 ], 78140 "Win32_NetworkManagement_NetworkPolicyServer": [ 78141 "Win32_NetworkManagement" 78142 ], 78143 "Win32_NetworkManagement_P2P": [ 78144 "Win32_NetworkManagement" 78145 ], 78146 "Win32_NetworkManagement_QoS": [ 78147 "Win32_NetworkManagement" 78148 ], 78149 "Win32_NetworkManagement_Rras": [ 78150 "Win32_NetworkManagement" 78151 ], 78152 "Win32_NetworkManagement_Snmp": [ 78153 "Win32_NetworkManagement" 78154 ], 78155 "Win32_NetworkManagement_WNet": [ 78156 "Win32_NetworkManagement" 78157 ], 78158 "Win32_NetworkManagement_WebDav": [ 78159 "Win32_NetworkManagement" 78160 ], 78161 "Win32_NetworkManagement_WiFi": [ 78162 "Win32_NetworkManagement" 78163 ], 78164 "Win32_NetworkManagement_WindowsConnectNow": [ 78165 "Win32_NetworkManagement" 78166 ], 78167 "Win32_NetworkManagement_WindowsConnectionManager": [ 78168 "Win32_NetworkManagement" 78169 ], 78170 "Win32_NetworkManagement_WindowsFilteringPlatform": [ 78171 "Win32_NetworkManagement" 78172 ], 78173 "Win32_NetworkManagement_WindowsFirewall": [ 78174 "Win32_NetworkManagement" 78175 ], 78176 "Win32_NetworkManagement_WindowsNetworkVirtualization": [ 78177 "Win32_NetworkManagement" 78178 ], 78179 "Win32_Networking": [ 78180 "Win32" 78181 ], 78182 "Win32_Networking_ActiveDirectory": [ 78183 "Win32_Networking" 78184 ], 78185 "Win32_Networking_BackgroundIntelligentTransferService": [ 78186 "Win32_Networking" 78187 ], 78188 "Win32_Networking_Clustering": [ 78189 "Win32_Networking" 78190 ], 78191 "Win32_Networking_HttpServer": [ 78192 "Win32_Networking" 78193 ], 78194 "Win32_Networking_Ldap": [ 78195 "Win32_Networking" 78196 ], 78197 "Win32_Networking_NetworkListManager": [ 78198 "Win32_Networking" 78199 ], 78200 "Win32_Networking_RemoteDifferentialCompression": [ 78201 "Win32_Networking" 78202 ], 78203 "Win32_Networking_WebSocket": [ 78204 "Win32_Networking" 78205 ], 78206 "Win32_Networking_WinHttp": [ 78207 "Win32_Networking" 78208 ], 78209 "Win32_Networking_WinInet": [ 78210 "Win32_Networking" 78211 ], 78212 "Win32_Networking_WinSock": [ 78213 "Win32_Networking" 78214 ], 78215 "Win32_Networking_WindowsWebServices": [ 78216 "Win32_Networking" 78217 ], 78218 "Win32_Security": [ 78219 "Win32" 78220 ], 78221 "Win32_Security_AppLocker": [ 78222 "Win32_Security" 78223 ], 78224 "Win32_Security_Authentication": [ 78225 "Win32_Security" 78226 ], 78227 "Win32_Security_Authentication_Identity": [ 78228 "Win32_Security_Authentication" 78229 ], 78230 "Win32_Security_Authentication_Identity_Provider": [ 78231 "Win32_Security_Authentication_Identity" 78232 ], 78233 "Win32_Security_Authorization": [ 78234 "Win32_Security" 78235 ], 78236 "Win32_Security_Authorization_UI": [ 78237 "Win32_Security_Authorization" 78238 ], 78239 "Win32_Security_ConfigurationSnapin": [ 78240 "Win32_Security" 78241 ], 78242 "Win32_Security_Credentials": [ 78243 "Win32_Security" 78244 ], 78245 "Win32_Security_Cryptography": [ 78246 "Win32_Security" 78247 ], 78248 "Win32_Security_Cryptography_Catalog": [ 78249 "Win32_Security_Cryptography" 78250 ], 78251 "Win32_Security_Cryptography_Certificates": [ 78252 "Win32_Security_Cryptography" 78253 ], 78254 "Win32_Security_Cryptography_Sip": [ 78255 "Win32_Security_Cryptography" 78256 ], 78257 "Win32_Security_Cryptography_UI": [ 78258 "Win32_Security_Cryptography" 78259 ], 78260 "Win32_Security_DiagnosticDataQuery": [ 78261 "Win32_Security" 78262 ], 78263 "Win32_Security_DirectoryServices": [ 78264 "Win32_Security" 78265 ], 78266 "Win32_Security_EnterpriseData": [ 78267 "Win32_Security" 78268 ], 78269 "Win32_Security_ExtensibleAuthenticationProtocol": [ 78270 "Win32_Security" 78271 ], 78272 "Win32_Security_Isolation": [ 78273 "Win32_Security" 78274 ], 78275 "Win32_Security_LicenseProtection": [ 78276 "Win32_Security" 78277 ], 78278 "Win32_Security_NetworkAccessProtection": [ 78279 "Win32_Security" 78280 ], 78281 "Win32_Security_Tpm": [ 78282 "Win32_Security" 78283 ], 78284 "Win32_Security_WinTrust": [ 78285 "Win32_Security" 78286 ], 78287 "Win32_Security_WinWlx": [ 78288 "Win32_Security" 78289 ], 78290 "Win32_Storage": [ 78291 "Win32" 78292 ], 78293 "Win32_Storage_Cabinets": [ 78294 "Win32_Storage" 78295 ], 78296 "Win32_Storage_CloudFilters": [ 78297 "Win32_Storage" 78298 ], 78299 "Win32_Storage_Compression": [ 78300 "Win32_Storage" 78301 ], 78302 "Win32_Storage_DataDeduplication": [ 78303 "Win32_Storage" 78304 ], 78305 "Win32_Storage_DistributedFileSystem": [ 78306 "Win32_Storage" 78307 ], 78308 "Win32_Storage_EnhancedStorage": [ 78309 "Win32_Storage" 78310 ], 78311 "Win32_Storage_FileHistory": [ 78312 "Win32_Storage" 78313 ], 78314 "Win32_Storage_FileServerResourceManager": [ 78315 "Win32_Storage" 78316 ], 78317 "Win32_Storage_FileSystem": [ 78318 "Win32_Storage" 78319 ], 78320 "Win32_Storage_Imapi": [ 78321 "Win32_Storage" 78322 ], 78323 "Win32_Storage_IndexServer": [ 78324 "Win32_Storage" 78325 ], 78326 "Win32_Storage_InstallableFileSystems": [ 78327 "Win32_Storage" 78328 ], 78329 "Win32_Storage_IscsiDisc": [ 78330 "Win32_Storage" 78331 ], 78332 "Win32_Storage_Jet": [ 78333 "Win32_Storage" 78334 ], 78335 "Win32_Storage_OfflineFiles": [ 78336 "Win32_Storage" 78337 ], 78338 "Win32_Storage_OperationRecorder": [ 78339 "Win32_Storage" 78340 ], 78341 "Win32_Storage_Packaging": [ 78342 "Win32_Storage" 78343 ], 78344 "Win32_Storage_Packaging_Appx": [ 78345 "Win32_Storage_Packaging" 78346 ], 78347 "Win32_Storage_Packaging_Opc": [ 78348 "Win32_Storage_Packaging" 78349 ], 78350 "Win32_Storage_ProjectedFileSystem": [ 78351 "Win32_Storage" 78352 ], 78353 "Win32_Storage_StructuredStorage": [ 78354 "Win32_Storage" 78355 ], 78356 "Win32_Storage_Vhd": [ 78357 "Win32_Storage" 78358 ], 78359 "Win32_Storage_VirtualDiskService": [ 78360 "Win32_Storage" 78361 ], 78362 "Win32_Storage_Vss": [ 78363 "Win32_Storage" 78364 ], 78365 "Win32_Storage_Xps": [ 78366 "Win32_Storage" 78367 ], 78368 "Win32_Storage_Xps_Printing": [ 78369 "Win32_Storage_Xps" 78370 ], 78371 "Win32_System": [ 78372 "Win32" 78373 ], 78374 "Win32_System_AddressBook": [ 78375 "Win32_System" 78376 ], 78377 "Win32_System_Antimalware": [ 78378 "Win32_System" 78379 ], 78380 "Win32_System_ApplicationInstallationAndServicing": [ 78381 "Win32_System" 78382 ], 78383 "Win32_System_ApplicationVerifier": [ 78384 "Win32_System" 78385 ], 78386 "Win32_System_AssessmentTool": [ 78387 "Win32_System" 78388 ], 78389 "Win32_System_ClrHosting": [ 78390 "Win32_System" 78391 ], 78392 "Win32_System_Com": [ 78393 "Win32_System" 78394 ], 78395 "Win32_System_Com_CallObj": [ 78396 "Win32_System_Com" 78397 ], 78398 "Win32_System_Com_ChannelCredentials": [ 78399 "Win32_System_Com" 78400 ], 78401 "Win32_System_Com_Events": [ 78402 "Win32_System_Com" 78403 ], 78404 "Win32_System_Com_Marshal": [ 78405 "Win32_System_Com" 78406 ], 78407 "Win32_System_Com_StructuredStorage": [ 78408 "Win32_System_Com" 78409 ], 78410 "Win32_System_Com_UI": [ 78411 "Win32_System_Com" 78412 ], 78413 "Win32_System_Com_Urlmon": [ 78414 "Win32_System_Com" 78415 ], 78416 "Win32_System_ComponentServices": [ 78417 "Win32_System" 78418 ], 78419 "Win32_System_Console": [ 78420 "Win32_System" 78421 ], 78422 "Win32_System_Contacts": [ 78423 "Win32_System" 78424 ], 78425 "Win32_System_CorrelationVector": [ 78426 "Win32_System" 78427 ], 78428 "Win32_System_DataExchange": [ 78429 "Win32_System" 78430 ], 78431 "Win32_System_DeploymentServices": [ 78432 "Win32_System" 78433 ], 78434 "Win32_System_DesktopSharing": [ 78435 "Win32_System" 78436 ], 78437 "Win32_System_DeveloperLicensing": [ 78438 "Win32_System" 78439 ], 78440 "Win32_System_Diagnostics": [ 78441 "Win32_System" 78442 ], 78443 "Win32_System_Diagnostics_Ceip": [ 78444 "Win32_System_Diagnostics" 78445 ], 78446 "Win32_System_Diagnostics_ClrProfiling": [ 78447 "Win32_System_Diagnostics" 78448 ], 78449 "Win32_System_Diagnostics_Debug": [ 78450 "Win32_System_Diagnostics" 78451 ], 78452 "Win32_System_Diagnostics_Debug_ActiveScript": [ 78453 "Win32_System_Diagnostics_Debug" 78454 ], 78455 "Win32_System_Diagnostics_Debug_Extensions": [ 78456 "Win32_System_Diagnostics_Debug" 78457 ], 78458 "Win32_System_Diagnostics_Etw": [ 78459 "Win32_System_Diagnostics" 78460 ], 78461 "Win32_System_Diagnostics_ProcessSnapshotting": [ 78462 "Win32_System_Diagnostics" 78463 ], 78464 "Win32_System_Diagnostics_ToolHelp": [ 78465 "Win32_System_Diagnostics" 78466 ], 78467 "Win32_System_DistributedTransactionCoordinator": [ 78468 "Win32_System" 78469 ], 78470 "Win32_System_Environment": [ 78471 "Win32_System" 78472 ], 78473 "Win32_System_ErrorReporting": [ 78474 "Win32_System" 78475 ], 78476 "Win32_System_EventCollector": [ 78477 "Win32_System" 78478 ], 78479 "Win32_System_EventLog": [ 78480 "Win32_System" 78481 ], 78482 "Win32_System_EventNotificationService": [ 78483 "Win32_System" 78484 ], 78485 "Win32_System_GroupPolicy": [ 78486 "Win32_System" 78487 ], 78488 "Win32_System_HostCompute": [ 78489 "Win32_System" 78490 ], 78491 "Win32_System_HostComputeNetwork": [ 78492 "Win32_System" 78493 ], 78494 "Win32_System_HostComputeSystem": [ 78495 "Win32_System" 78496 ], 78497 "Win32_System_Hypervisor": [ 78498 "Win32_System" 78499 ], 78500 "Win32_System_IO": [ 78501 "Win32_System" 78502 ], 78503 "Win32_System_Iis": [ 78504 "Win32_System" 78505 ], 78506 "Win32_System_Ioctl": [ 78507 "Win32_System" 78508 ], 78509 "Win32_System_JobObjects": [ 78510 "Win32_System" 78511 ], 78512 "Win32_System_Js": [ 78513 "Win32_System" 78514 ], 78515 "Win32_System_Kernel": [ 78516 "Win32_System" 78517 ], 78518 "Win32_System_LibraryLoader": [ 78519 "Win32_System" 78520 ], 78521 "Win32_System_Mailslots": [ 78522 "Win32_System" 78523 ], 78524 "Win32_System_Mapi": [ 78525 "Win32_System" 78526 ], 78527 "Win32_System_Memory": [ 78528 "Win32_System" 78529 ], 78530 "Win32_System_Memory_NonVolatile": [ 78531 "Win32_System_Memory" 78532 ], 78533 "Win32_System_MessageQueuing": [ 78534 "Win32_System" 78535 ], 78536 "Win32_System_MixedReality": [ 78537 "Win32_System" 78538 ], 78539 "Win32_System_Mmc": [ 78540 "Win32_System" 78541 ], 78542 "Win32_System_Ole": [ 78543 "Win32_System" 78544 ], 78545 "Win32_System_ParentalControls": [ 78546 "Win32_System" 78547 ], 78548 "Win32_System_PasswordManagement": [ 78549 "Win32_System" 78550 ], 78551 "Win32_System_Performance": [ 78552 "Win32_System" 78553 ], 78554 "Win32_System_Performance_HardwareCounterProfiling": [ 78555 "Win32_System_Performance" 78556 ], 78557 "Win32_System_Pipes": [ 78558 "Win32_System" 78559 ], 78560 "Win32_System_Power": [ 78561 "Win32_System" 78562 ], 78563 "Win32_System_ProcessStatus": [ 78564 "Win32_System" 78565 ], 78566 "Win32_System_RealTimeCommunications": [ 78567 "Win32_System" 78568 ], 78569 "Win32_System_Recovery": [ 78570 "Win32_System" 78571 ], 78572 "Win32_System_Registry": [ 78573 "Win32_System" 78574 ], 78575 "Win32_System_RemoteAssistance": [ 78576 "Win32_System" 78577 ], 78578 "Win32_System_RemoteDesktop": [ 78579 "Win32_System" 78580 ], 78581 "Win32_System_RemoteManagement": [ 78582 "Win32_System" 78583 ], 78584 "Win32_System_RestartManager": [ 78585 "Win32_System" 78586 ], 78587 "Win32_System_Restore": [ 78588 "Win32_System" 78589 ], 78590 "Win32_System_Rpc": [ 78591 "Win32_System" 78592 ], 78593 "Win32_System_Search": [ 78594 "Win32_System" 78595 ], 78596 "Win32_System_Search_Common": [ 78597 "Win32_System_Search" 78598 ], 78599 "Win32_System_SecurityCenter": [ 78600 "Win32_System" 78601 ], 78602 "Win32_System_ServerBackup": [ 78603 "Win32_System" 78604 ], 78605 "Win32_System_Services": [ 78606 "Win32_System" 78607 ], 78608 "Win32_System_SettingsManagementInfrastructure": [ 78609 "Win32_System" 78610 ], 78611 "Win32_System_SetupAndMigration": [ 78612 "Win32_System" 78613 ], 78614 "Win32_System_Shutdown": [ 78615 "Win32_System" 78616 ], 78617 "Win32_System_StationsAndDesktops": [ 78618 "Win32_System" 78619 ], 78620 "Win32_System_SubsystemForLinux": [ 78621 "Win32_System" 78622 ], 78623 "Win32_System_SystemInformation": [ 78624 "Win32_System" 78625 ], 78626 "Win32_System_SystemServices": [ 78627 "Win32_System" 78628 ], 78629 "Win32_System_TaskScheduler": [ 78630 "Win32_System" 78631 ], 78632 "Win32_System_Threading": [ 78633 "Win32_System" 78634 ], 78635 "Win32_System_Time": [ 78636 "Win32_System" 78637 ], 78638 "Win32_System_TpmBaseServices": [ 78639 "Win32_System" 78640 ], 78641 "Win32_System_UpdateAgent": [ 78642 "Win32_System" 78643 ], 78644 "Win32_System_UpdateAssessment": [ 78645 "Win32_System" 78646 ], 78647 "Win32_System_UserAccessLogging": [ 78648 "Win32_System" 78649 ], 78650 "Win32_System_VirtualDosMachines": [ 78651 "Win32_System" 78652 ], 78653 "Win32_System_WindowsProgramming": [ 78654 "Win32_System" 78655 ], 78656 "Win32_System_WindowsSync": [ 78657 "Win32_System" 78658 ], 78659 "Win32_System_Wmi": [ 78660 "Win32_System" 78661 ], 78662 "Win32_UI": [ 78663 "Win32" 78664 ], 78665 "Win32_UI_Accessibility": [ 78666 "Win32_UI" 78667 ], 78668 "Win32_UI_Animation": [ 78669 "Win32_UI" 78670 ], 78671 "Win32_UI_ColorSystem": [ 78672 "Win32_UI" 78673 ], 78674 "Win32_UI_Controls": [ 78675 "Win32_UI" 78676 ], 78677 "Win32_UI_Controls_Dialogs": [ 78678 "Win32_UI_Controls" 78679 ], 78680 "Win32_UI_Controls_RichEdit": [ 78681 "Win32_UI_Controls" 78682 ], 78683 "Win32_UI_HiDpi": [ 78684 "Win32_UI" 78685 ], 78686 "Win32_UI_Input": [ 78687 "Win32_UI" 78688 ], 78689 "Win32_UI_Input_Ime": [ 78690 "Win32_UI_Input" 78691 ], 78692 "Win32_UI_Input_Ink": [ 78693 "Win32_UI_Input" 78694 ], 78695 "Win32_UI_Input_KeyboardAndMouse": [ 78696 "Win32_UI_Input" 78697 ], 78698 "Win32_UI_Input_Pointer": [ 78699 "Win32_UI_Input" 78700 ], 78701 "Win32_UI_Input_Radial": [ 78702 "Win32_UI_Input" 78703 ], 78704 "Win32_UI_Input_Touch": [ 78705 "Win32_UI_Input" 78706 ], 78707 "Win32_UI_Input_XboxController": [ 78708 "Win32_UI_Input" 78709 ], 78710 "Win32_UI_InteractionContext": [ 78711 "Win32_UI" 78712 ], 78713 "Win32_UI_LegacyWindowsEnvironmentFeatures": [ 78714 "Win32_UI" 78715 ], 78716 "Win32_UI_Magnification": [ 78717 "Win32_UI" 78718 ], 78719 "Win32_UI_Notifications": [ 78720 "Win32_UI" 78721 ], 78722 "Win32_UI_Ribbon": [ 78723 "Win32_UI" 78724 ], 78725 "Win32_UI_Shell": [ 78726 "Win32_UI" 78727 ], 78728 "Win32_UI_Shell_Common": [ 78729 "Win32_UI_Shell" 78730 ], 78731 "Win32_UI_Shell_PropertiesSystem": [ 78732 "Win32_UI_Shell" 78733 ], 78734 "Win32_UI_TabletPC": [ 78735 "Win32_UI" 78736 ], 78737 "Win32_UI_TextServices": [ 78738 "Win32_UI" 78739 ], 78740 "Win32_UI_WindowsAndMessaging": [ 78741 "Win32_UI" 78742 ], 78743 "Win32_UI_Wpf": [ 78744 "Win32_UI" 78745 ], 78746 "Win32_Web": [ 78747 "Win32" 78748 ], 78749 "Win32_Web_InternetExplorer": [ 78750 "Win32_Web" 78751 ], 78752 "default": [] 78753 }, 78754 "homepage": null, 78755 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 78756 "keywords": [], 78757 "license": "MIT OR Apache-2.0", 78758 "license_file": null, 78759 "links": null, 78760 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml", 78761 "metadata": { 78762 "docs": { 78763 "rs": { 78764 "all-features": true, 78765 "default-target": "x86_64-pc-windows-msvc", 78766 "targets": [] 78767 } 78768 } 78769 }, 78770 "name": "windows-sys", 78771 "publish": null, 78772 "readme": "readme.md", 78773 "repository": "https://github.com/microsoft/windows-rs", 78774 "rust_version": "1.48", 78775 "source": "registry+https://github.com/rust-lang/crates.io-index", 78776 "targets": [ 78777 { 78778 "crate_types": [ 78779 "lib" 78780 ], 78781 "doc": true, 78782 "doctest": true, 78783 "edition": "2018", 78784 "kind": [ 78785 "lib" 78786 ], 78787 "name": "windows_sys", 78788 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs", 78789 "test": true 78790 } 78791 ], 78792 "version": "0.48.0" 78793 }, 78794 { 78795 "authors": [ 78796 "Microsoft" 78797 ], 78798 "categories": [ 78799 "os::windows-apis" 78800 ], 78801 "default_run": null, 78802 "dependencies": [ 78803 { 78804 "features": [], 78805 "kind": null, 78806 "name": "windows-targets", 78807 "optional": false, 78808 "registry": null, 78809 "rename": null, 78810 "req": "^0.52.0", 78811 "source": "registry+https://github.com/rust-lang/crates.io-index", 78812 "target": null, 78813 "uses_default_features": true 78814 } 78815 ], 78816 "description": "Rust for Windows", 78817 "documentation": null, 78818 "edition": "2021", 78819 "features": { 78820 "Wdk": [], 78821 "Wdk_Foundation": [ 78822 "Wdk" 78823 ], 78824 "Wdk_Graphics": [ 78825 "Wdk" 78826 ], 78827 "Wdk_Graphics_Direct3D": [ 78828 "Wdk_Graphics" 78829 ], 78830 "Wdk_Storage": [ 78831 "Wdk" 78832 ], 78833 "Wdk_Storage_FileSystem": [ 78834 "Wdk_Storage" 78835 ], 78836 "Wdk_Storage_FileSystem_Minifilters": [ 78837 "Wdk_Storage_FileSystem" 78838 ], 78839 "Wdk_System": [ 78840 "Wdk" 78841 ], 78842 "Wdk_System_IO": [ 78843 "Wdk_System" 78844 ], 78845 "Wdk_System_OfflineRegistry": [ 78846 "Wdk_System" 78847 ], 78848 "Wdk_System_Registry": [ 78849 "Wdk_System" 78850 ], 78851 "Wdk_System_SystemInformation": [ 78852 "Wdk_System" 78853 ], 78854 "Wdk_System_SystemServices": [ 78855 "Wdk_System" 78856 ], 78857 "Wdk_System_Threading": [ 78858 "Wdk_System" 78859 ], 78860 "Win32": [], 78861 "Win32_Data": [ 78862 "Win32" 78863 ], 78864 "Win32_Data_HtmlHelp": [ 78865 "Win32_Data" 78866 ], 78867 "Win32_Data_RightsManagement": [ 78868 "Win32_Data" 78869 ], 78870 "Win32_Devices": [ 78871 "Win32" 78872 ], 78873 "Win32_Devices_AllJoyn": [ 78874 "Win32_Devices" 78875 ], 78876 "Win32_Devices_BiometricFramework": [ 78877 "Win32_Devices" 78878 ], 78879 "Win32_Devices_Bluetooth": [ 78880 "Win32_Devices" 78881 ], 78882 "Win32_Devices_Communication": [ 78883 "Win32_Devices" 78884 ], 78885 "Win32_Devices_DeviceAndDriverInstallation": [ 78886 "Win32_Devices" 78887 ], 78888 "Win32_Devices_DeviceQuery": [ 78889 "Win32_Devices" 78890 ], 78891 "Win32_Devices_Display": [ 78892 "Win32_Devices" 78893 ], 78894 "Win32_Devices_Enumeration": [ 78895 "Win32_Devices" 78896 ], 78897 "Win32_Devices_Enumeration_Pnp": [ 78898 "Win32_Devices_Enumeration" 78899 ], 78900 "Win32_Devices_Fax": [ 78901 "Win32_Devices" 78902 ], 78903 "Win32_Devices_HumanInterfaceDevice": [ 78904 "Win32_Devices" 78905 ], 78906 "Win32_Devices_PortableDevices": [ 78907 "Win32_Devices" 78908 ], 78909 "Win32_Devices_Properties": [ 78910 "Win32_Devices" 78911 ], 78912 "Win32_Devices_Pwm": [ 78913 "Win32_Devices" 78914 ], 78915 "Win32_Devices_Sensors": [ 78916 "Win32_Devices" 78917 ], 78918 "Win32_Devices_SerialCommunication": [ 78919 "Win32_Devices" 78920 ], 78921 "Win32_Devices_Tapi": [ 78922 "Win32_Devices" 78923 ], 78924 "Win32_Devices_Usb": [ 78925 "Win32_Devices" 78926 ], 78927 "Win32_Devices_WebServicesOnDevices": [ 78928 "Win32_Devices" 78929 ], 78930 "Win32_Foundation": [ 78931 "Win32" 78932 ], 78933 "Win32_Gaming": [ 78934 "Win32" 78935 ], 78936 "Win32_Globalization": [ 78937 "Win32" 78938 ], 78939 "Win32_Graphics": [ 78940 "Win32" 78941 ], 78942 "Win32_Graphics_Dwm": [ 78943 "Win32_Graphics" 78944 ], 78945 "Win32_Graphics_Gdi": [ 78946 "Win32_Graphics" 78947 ], 78948 "Win32_Graphics_GdiPlus": [ 78949 "Win32_Graphics" 78950 ], 78951 "Win32_Graphics_Hlsl": [ 78952 "Win32_Graphics" 78953 ], 78954 "Win32_Graphics_OpenGL": [ 78955 "Win32_Graphics" 78956 ], 78957 "Win32_Graphics_Printing": [ 78958 "Win32_Graphics" 78959 ], 78960 "Win32_Graphics_Printing_PrintTicket": [ 78961 "Win32_Graphics_Printing" 78962 ], 78963 "Win32_Management": [ 78964 "Win32" 78965 ], 78966 "Win32_Management_MobileDeviceManagementRegistration": [ 78967 "Win32_Management" 78968 ], 78969 "Win32_Media": [ 78970 "Win32" 78971 ], 78972 "Win32_Media_Audio": [ 78973 "Win32_Media" 78974 ], 78975 "Win32_Media_DxMediaObjects": [ 78976 "Win32_Media" 78977 ], 78978 "Win32_Media_KernelStreaming": [ 78979 "Win32_Media" 78980 ], 78981 "Win32_Media_Multimedia": [ 78982 "Win32_Media" 78983 ], 78984 "Win32_Media_Streaming": [ 78985 "Win32_Media" 78986 ], 78987 "Win32_Media_WindowsMediaFormat": [ 78988 "Win32_Media" 78989 ], 78990 "Win32_NetworkManagement": [ 78991 "Win32" 78992 ], 78993 "Win32_NetworkManagement_Dhcp": [ 78994 "Win32_NetworkManagement" 78995 ], 78996 "Win32_NetworkManagement_Dns": [ 78997 "Win32_NetworkManagement" 78998 ], 78999 "Win32_NetworkManagement_InternetConnectionWizard": [ 79000 "Win32_NetworkManagement" 79001 ], 79002 "Win32_NetworkManagement_IpHelper": [ 79003 "Win32_NetworkManagement" 79004 ], 79005 "Win32_NetworkManagement_Multicast": [ 79006 "Win32_NetworkManagement" 79007 ], 79008 "Win32_NetworkManagement_Ndis": [ 79009 "Win32_NetworkManagement" 79010 ], 79011 "Win32_NetworkManagement_NetBios": [ 79012 "Win32_NetworkManagement" 79013 ], 79014 "Win32_NetworkManagement_NetManagement": [ 79015 "Win32_NetworkManagement" 79016 ], 79017 "Win32_NetworkManagement_NetShell": [ 79018 "Win32_NetworkManagement" 79019 ], 79020 "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ 79021 "Win32_NetworkManagement" 79022 ], 79023 "Win32_NetworkManagement_P2P": [ 79024 "Win32_NetworkManagement" 79025 ], 79026 "Win32_NetworkManagement_QoS": [ 79027 "Win32_NetworkManagement" 79028 ], 79029 "Win32_NetworkManagement_Rras": [ 79030 "Win32_NetworkManagement" 79031 ], 79032 "Win32_NetworkManagement_Snmp": [ 79033 "Win32_NetworkManagement" 79034 ], 79035 "Win32_NetworkManagement_WNet": [ 79036 "Win32_NetworkManagement" 79037 ], 79038 "Win32_NetworkManagement_WebDav": [ 79039 "Win32_NetworkManagement" 79040 ], 79041 "Win32_NetworkManagement_WiFi": [ 79042 "Win32_NetworkManagement" 79043 ], 79044 "Win32_NetworkManagement_WindowsConnectionManager": [ 79045 "Win32_NetworkManagement" 79046 ], 79047 "Win32_NetworkManagement_WindowsFilteringPlatform": [ 79048 "Win32_NetworkManagement" 79049 ], 79050 "Win32_NetworkManagement_WindowsFirewall": [ 79051 "Win32_NetworkManagement" 79052 ], 79053 "Win32_NetworkManagement_WindowsNetworkVirtualization": [ 79054 "Win32_NetworkManagement" 79055 ], 79056 "Win32_Networking": [ 79057 "Win32" 79058 ], 79059 "Win32_Networking_ActiveDirectory": [ 79060 "Win32_Networking" 79061 ], 79062 "Win32_Networking_Clustering": [ 79063 "Win32_Networking" 79064 ], 79065 "Win32_Networking_HttpServer": [ 79066 "Win32_Networking" 79067 ], 79068 "Win32_Networking_Ldap": [ 79069 "Win32_Networking" 79070 ], 79071 "Win32_Networking_WebSocket": [ 79072 "Win32_Networking" 79073 ], 79074 "Win32_Networking_WinHttp": [ 79075 "Win32_Networking" 79076 ], 79077 "Win32_Networking_WinInet": [ 79078 "Win32_Networking" 79079 ], 79080 "Win32_Networking_WinSock": [ 79081 "Win32_Networking" 79082 ], 79083 "Win32_Networking_WindowsWebServices": [ 79084 "Win32_Networking" 79085 ], 79086 "Win32_Security": [ 79087 "Win32" 79088 ], 79089 "Win32_Security_AppLocker": [ 79090 "Win32_Security" 79091 ], 79092 "Win32_Security_Authentication": [ 79093 "Win32_Security" 79094 ], 79095 "Win32_Security_Authentication_Identity": [ 79096 "Win32_Security_Authentication" 79097 ], 79098 "Win32_Security_Authorization": [ 79099 "Win32_Security" 79100 ], 79101 "Win32_Security_Credentials": [ 79102 "Win32_Security" 79103 ], 79104 "Win32_Security_Cryptography": [ 79105 "Win32_Security" 79106 ], 79107 "Win32_Security_Cryptography_Catalog": [ 79108 "Win32_Security_Cryptography" 79109 ], 79110 "Win32_Security_Cryptography_Certificates": [ 79111 "Win32_Security_Cryptography" 79112 ], 79113 "Win32_Security_Cryptography_Sip": [ 79114 "Win32_Security_Cryptography" 79115 ], 79116 "Win32_Security_Cryptography_UI": [ 79117 "Win32_Security_Cryptography" 79118 ], 79119 "Win32_Security_DiagnosticDataQuery": [ 79120 "Win32_Security" 79121 ], 79122 "Win32_Security_DirectoryServices": [ 79123 "Win32_Security" 79124 ], 79125 "Win32_Security_EnterpriseData": [ 79126 "Win32_Security" 79127 ], 79128 "Win32_Security_ExtensibleAuthenticationProtocol": [ 79129 "Win32_Security" 79130 ], 79131 "Win32_Security_Isolation": [ 79132 "Win32_Security" 79133 ], 79134 "Win32_Security_LicenseProtection": [ 79135 "Win32_Security" 79136 ], 79137 "Win32_Security_NetworkAccessProtection": [ 79138 "Win32_Security" 79139 ], 79140 "Win32_Security_WinTrust": [ 79141 "Win32_Security" 79142 ], 79143 "Win32_Security_WinWlx": [ 79144 "Win32_Security" 79145 ], 79146 "Win32_Storage": [ 79147 "Win32" 79148 ], 79149 "Win32_Storage_Cabinets": [ 79150 "Win32_Storage" 79151 ], 79152 "Win32_Storage_CloudFilters": [ 79153 "Win32_Storage" 79154 ], 79155 "Win32_Storage_Compression": [ 79156 "Win32_Storage" 79157 ], 79158 "Win32_Storage_DistributedFileSystem": [ 79159 "Win32_Storage" 79160 ], 79161 "Win32_Storage_FileHistory": [ 79162 "Win32_Storage" 79163 ], 79164 "Win32_Storage_FileSystem": [ 79165 "Win32_Storage" 79166 ], 79167 "Win32_Storage_Imapi": [ 79168 "Win32_Storage" 79169 ], 79170 "Win32_Storage_IndexServer": [ 79171 "Win32_Storage" 79172 ], 79173 "Win32_Storage_InstallableFileSystems": [ 79174 "Win32_Storage" 79175 ], 79176 "Win32_Storage_IscsiDisc": [ 79177 "Win32_Storage" 79178 ], 79179 "Win32_Storage_Jet": [ 79180 "Win32_Storage" 79181 ], 79182 "Win32_Storage_Nvme": [ 79183 "Win32_Storage" 79184 ], 79185 "Win32_Storage_OfflineFiles": [ 79186 "Win32_Storage" 79187 ], 79188 "Win32_Storage_OperationRecorder": [ 79189 "Win32_Storage" 79190 ], 79191 "Win32_Storage_Packaging": [ 79192 "Win32_Storage" 79193 ], 79194 "Win32_Storage_Packaging_Appx": [ 79195 "Win32_Storage_Packaging" 79196 ], 79197 "Win32_Storage_ProjectedFileSystem": [ 79198 "Win32_Storage" 79199 ], 79200 "Win32_Storage_StructuredStorage": [ 79201 "Win32_Storage" 79202 ], 79203 "Win32_Storage_Vhd": [ 79204 "Win32_Storage" 79205 ], 79206 "Win32_Storage_Xps": [ 79207 "Win32_Storage" 79208 ], 79209 "Win32_System": [ 79210 "Win32" 79211 ], 79212 "Win32_System_AddressBook": [ 79213 "Win32_System" 79214 ], 79215 "Win32_System_Antimalware": [ 79216 "Win32_System" 79217 ], 79218 "Win32_System_ApplicationInstallationAndServicing": [ 79219 "Win32_System" 79220 ], 79221 "Win32_System_ApplicationVerifier": [ 79222 "Win32_System" 79223 ], 79224 "Win32_System_ClrHosting": [ 79225 "Win32_System" 79226 ], 79227 "Win32_System_Com": [ 79228 "Win32_System" 79229 ], 79230 "Win32_System_Com_Marshal": [ 79231 "Win32_System_Com" 79232 ], 79233 "Win32_System_Com_StructuredStorage": [ 79234 "Win32_System_Com" 79235 ], 79236 "Win32_System_Com_Urlmon": [ 79237 "Win32_System_Com" 79238 ], 79239 "Win32_System_ComponentServices": [ 79240 "Win32_System" 79241 ], 79242 "Win32_System_Console": [ 79243 "Win32_System" 79244 ], 79245 "Win32_System_CorrelationVector": [ 79246 "Win32_System" 79247 ], 79248 "Win32_System_DataExchange": [ 79249 "Win32_System" 79250 ], 79251 "Win32_System_DeploymentServices": [ 79252 "Win32_System" 79253 ], 79254 "Win32_System_DeveloperLicensing": [ 79255 "Win32_System" 79256 ], 79257 "Win32_System_Diagnostics": [ 79258 "Win32_System" 79259 ], 79260 "Win32_System_Diagnostics_Ceip": [ 79261 "Win32_System_Diagnostics" 79262 ], 79263 "Win32_System_Diagnostics_Debug": [ 79264 "Win32_System_Diagnostics" 79265 ], 79266 "Win32_System_Diagnostics_Debug_Extensions": [ 79267 "Win32_System_Diagnostics_Debug" 79268 ], 79269 "Win32_System_Diagnostics_Etw": [ 79270 "Win32_System_Diagnostics" 79271 ], 79272 "Win32_System_Diagnostics_ProcessSnapshotting": [ 79273 "Win32_System_Diagnostics" 79274 ], 79275 "Win32_System_Diagnostics_ToolHelp": [ 79276 "Win32_System_Diagnostics" 79277 ], 79278 "Win32_System_DistributedTransactionCoordinator": [ 79279 "Win32_System" 79280 ], 79281 "Win32_System_Environment": [ 79282 "Win32_System" 79283 ], 79284 "Win32_System_ErrorReporting": [ 79285 "Win32_System" 79286 ], 79287 "Win32_System_EventCollector": [ 79288 "Win32_System" 79289 ], 79290 "Win32_System_EventLog": [ 79291 "Win32_System" 79292 ], 79293 "Win32_System_EventNotificationService": [ 79294 "Win32_System" 79295 ], 79296 "Win32_System_GroupPolicy": [ 79297 "Win32_System" 79298 ], 79299 "Win32_System_HostCompute": [ 79300 "Win32_System" 79301 ], 79302 "Win32_System_HostComputeNetwork": [ 79303 "Win32_System" 79304 ], 79305 "Win32_System_HostComputeSystem": [ 79306 "Win32_System" 79307 ], 79308 "Win32_System_Hypervisor": [ 79309 "Win32_System" 79310 ], 79311 "Win32_System_IO": [ 79312 "Win32_System" 79313 ], 79314 "Win32_System_Iis": [ 79315 "Win32_System" 79316 ], 79317 "Win32_System_Ioctl": [ 79318 "Win32_System" 79319 ], 79320 "Win32_System_JobObjects": [ 79321 "Win32_System" 79322 ], 79323 "Win32_System_Js": [ 79324 "Win32_System" 79325 ], 79326 "Win32_System_Kernel": [ 79327 "Win32_System" 79328 ], 79329 "Win32_System_LibraryLoader": [ 79330 "Win32_System" 79331 ], 79332 "Win32_System_Mailslots": [ 79333 "Win32_System" 79334 ], 79335 "Win32_System_Mapi": [ 79336 "Win32_System" 79337 ], 79338 "Win32_System_Memory": [ 79339 "Win32_System" 79340 ], 79341 "Win32_System_Memory_NonVolatile": [ 79342 "Win32_System_Memory" 79343 ], 79344 "Win32_System_MessageQueuing": [ 79345 "Win32_System" 79346 ], 79347 "Win32_System_MixedReality": [ 79348 "Win32_System" 79349 ], 79350 "Win32_System_Ole": [ 79351 "Win32_System" 79352 ], 79353 "Win32_System_PasswordManagement": [ 79354 "Win32_System" 79355 ], 79356 "Win32_System_Performance": [ 79357 "Win32_System" 79358 ], 79359 "Win32_System_Performance_HardwareCounterProfiling": [ 79360 "Win32_System_Performance" 79361 ], 79362 "Win32_System_Pipes": [ 79363 "Win32_System" 79364 ], 79365 "Win32_System_Power": [ 79366 "Win32_System" 79367 ], 79368 "Win32_System_ProcessStatus": [ 79369 "Win32_System" 79370 ], 79371 "Win32_System_Recovery": [ 79372 "Win32_System" 79373 ], 79374 "Win32_System_Registry": [ 79375 "Win32_System" 79376 ], 79377 "Win32_System_RemoteDesktop": [ 79378 "Win32_System" 79379 ], 79380 "Win32_System_RemoteManagement": [ 79381 "Win32_System" 79382 ], 79383 "Win32_System_RestartManager": [ 79384 "Win32_System" 79385 ], 79386 "Win32_System_Restore": [ 79387 "Win32_System" 79388 ], 79389 "Win32_System_Rpc": [ 79390 "Win32_System" 79391 ], 79392 "Win32_System_Search": [ 79393 "Win32_System" 79394 ], 79395 "Win32_System_Search_Common": [ 79396 "Win32_System_Search" 79397 ], 79398 "Win32_System_SecurityCenter": [ 79399 "Win32_System" 79400 ], 79401 "Win32_System_Services": [ 79402 "Win32_System" 79403 ], 79404 "Win32_System_SetupAndMigration": [ 79405 "Win32_System" 79406 ], 79407 "Win32_System_Shutdown": [ 79408 "Win32_System" 79409 ], 79410 "Win32_System_StationsAndDesktops": [ 79411 "Win32_System" 79412 ], 79413 "Win32_System_SubsystemForLinux": [ 79414 "Win32_System" 79415 ], 79416 "Win32_System_SystemInformation": [ 79417 "Win32_System" 79418 ], 79419 "Win32_System_SystemServices": [ 79420 "Win32_System" 79421 ], 79422 "Win32_System_Threading": [ 79423 "Win32_System" 79424 ], 79425 "Win32_System_Time": [ 79426 "Win32_System" 79427 ], 79428 "Win32_System_TpmBaseServices": [ 79429 "Win32_System" 79430 ], 79431 "Win32_System_UserAccessLogging": [ 79432 "Win32_System" 79433 ], 79434 "Win32_System_Variant": [ 79435 "Win32_System" 79436 ], 79437 "Win32_System_VirtualDosMachines": [ 79438 "Win32_System" 79439 ], 79440 "Win32_System_WindowsProgramming": [ 79441 "Win32_System" 79442 ], 79443 "Win32_System_Wmi": [ 79444 "Win32_System" 79445 ], 79446 "Win32_UI": [ 79447 "Win32" 79448 ], 79449 "Win32_UI_Accessibility": [ 79450 "Win32_UI" 79451 ], 79452 "Win32_UI_ColorSystem": [ 79453 "Win32_UI" 79454 ], 79455 "Win32_UI_Controls": [ 79456 "Win32_UI" 79457 ], 79458 "Win32_UI_Controls_Dialogs": [ 79459 "Win32_UI_Controls" 79460 ], 79461 "Win32_UI_HiDpi": [ 79462 "Win32_UI" 79463 ], 79464 "Win32_UI_Input": [ 79465 "Win32_UI" 79466 ], 79467 "Win32_UI_Input_Ime": [ 79468 "Win32_UI_Input" 79469 ], 79470 "Win32_UI_Input_KeyboardAndMouse": [ 79471 "Win32_UI_Input" 79472 ], 79473 "Win32_UI_Input_Pointer": [ 79474 "Win32_UI_Input" 79475 ], 79476 "Win32_UI_Input_Touch": [ 79477 "Win32_UI_Input" 79478 ], 79479 "Win32_UI_Input_XboxController": [ 79480 "Win32_UI_Input" 79481 ], 79482 "Win32_UI_InteractionContext": [ 79483 "Win32_UI" 79484 ], 79485 "Win32_UI_Magnification": [ 79486 "Win32_UI" 79487 ], 79488 "Win32_UI_Shell": [ 79489 "Win32_UI" 79490 ], 79491 "Win32_UI_Shell_PropertiesSystem": [ 79492 "Win32_UI_Shell" 79493 ], 79494 "Win32_UI_TabletPC": [ 79495 "Win32_UI" 79496 ], 79497 "Win32_UI_TextServices": [ 79498 "Win32_UI" 79499 ], 79500 "Win32_UI_WindowsAndMessaging": [ 79501 "Win32_UI" 79502 ], 79503 "Win32_Web": [ 79504 "Win32" 79505 ], 79506 "Win32_Web_InternetExplorer": [ 79507 "Win32_Web" 79508 ], 79509 "default": [], 79510 "docs": [] 79511 }, 79512 "homepage": null, 79513 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 79514 "keywords": [], 79515 "license": "MIT OR Apache-2.0", 79516 "license_file": null, 79517 "links": null, 79518 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/Cargo.toml", 79519 "metadata": { 79520 "docs": { 79521 "rs": { 79522 "all-features": true, 79523 "default-target": "x86_64-pc-windows-msvc", 79524 "targets": [] 79525 } 79526 } 79527 }, 79528 "name": "windows-sys", 79529 "publish": null, 79530 "readme": "readme.md", 79531 "repository": "https://github.com/microsoft/windows-rs", 79532 "rust_version": "1.56", 79533 "source": "registry+https://github.com/rust-lang/crates.io-index", 79534 "targets": [ 79535 { 79536 "crate_types": [ 79537 "lib" 79538 ], 79539 "doc": true, 79540 "doctest": true, 79541 "edition": "2021", 79542 "kind": [ 79543 "lib" 79544 ], 79545 "name": "windows_sys", 79546 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs", 79547 "test": true 79548 } 79549 ], 79550 "version": "0.52.0" 79551 }, 79552 { 79553 "authors": [ 79554 "Microsoft" 79555 ], 79556 "categories": [], 79557 "default_run": null, 79558 "dependencies": [ 79559 { 79560 "features": [], 79561 "kind": null, 79562 "name": "windows_aarch64_gnullvm", 79563 "optional": false, 79564 "registry": null, 79565 "rename": null, 79566 "req": "^0.48.5", 79567 "source": "registry+https://github.com/rust-lang/crates.io-index", 79568 "target": "aarch64-pc-windows-gnullvm", 79569 "uses_default_features": true 79570 }, 79571 { 79572 "features": [], 79573 "kind": null, 79574 "name": "windows_aarch64_msvc", 79575 "optional": false, 79576 "registry": null, 79577 "rename": null, 79578 "req": "^0.48.5", 79579 "source": "registry+https://github.com/rust-lang/crates.io-index", 79580 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", 79581 "uses_default_features": true 79582 }, 79583 { 79584 "features": [], 79585 "kind": null, 79586 "name": "windows_i686_gnu", 79587 "optional": false, 79588 "registry": null, 79589 "rename": null, 79590 "req": "^0.48.5", 79591 "source": "registry+https://github.com/rust-lang/crates.io-index", 79592 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))", 79593 "uses_default_features": true 79594 }, 79595 { 79596 "features": [], 79597 "kind": null, 79598 "name": "windows_i686_msvc", 79599 "optional": false, 79600 "registry": null, 79601 "rename": null, 79602 "req": "^0.48.5", 79603 "source": "registry+https://github.com/rust-lang/crates.io-index", 79604 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", 79605 "uses_default_features": true 79606 }, 79607 { 79608 "features": [], 79609 "kind": null, 79610 "name": "windows_x86_64_gnu", 79611 "optional": false, 79612 "registry": null, 79613 "rename": null, 79614 "req": "^0.48.5", 79615 "source": "registry+https://github.com/rust-lang/crates.io-index", 79616 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 79617 "uses_default_features": true 79618 }, 79619 { 79620 "features": [], 79621 "kind": null, 79622 "name": "windows_x86_64_msvc", 79623 "optional": false, 79624 "registry": null, 79625 "rename": null, 79626 "req": "^0.48.5", 79627 "source": "registry+https://github.com/rust-lang/crates.io-index", 79628 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))", 79629 "uses_default_features": true 79630 }, 79631 { 79632 "features": [], 79633 "kind": null, 79634 "name": "windows_x86_64_gnullvm", 79635 "optional": false, 79636 "registry": null, 79637 "rename": null, 79638 "req": "^0.48.5", 79639 "source": "registry+https://github.com/rust-lang/crates.io-index", 79640 "target": "x86_64-pc-windows-gnullvm", 79641 "uses_default_features": true 79642 } 79643 ], 79644 "description": "Import libs for Windows", 79645 "documentation": null, 79646 "edition": "2018", 79647 "features": {}, 79648 "homepage": null, 79649 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 79650 "keywords": [], 79651 "license": "MIT OR Apache-2.0", 79652 "license_file": null, 79653 "links": null, 79654 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/Cargo.toml", 79655 "metadata": null, 79656 "name": "windows-targets", 79657 "publish": null, 79658 "readme": "readme.md", 79659 "repository": "https://github.com/microsoft/windows-rs", 79660 "rust_version": null, 79661 "source": "registry+https://github.com/rust-lang/crates.io-index", 79662 "targets": [ 79663 { 79664 "crate_types": [ 79665 "lib" 79666 ], 79667 "doc": true, 79668 "doctest": true, 79669 "edition": "2018", 79670 "kind": [ 79671 "lib" 79672 ], 79673 "name": "windows_targets", 79674 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs", 79675 "test": true 79676 } 79677 ], 79678 "version": "0.48.5" 79679 }, 79680 { 79681 "authors": [ 79682 "Microsoft" 79683 ], 79684 "categories": [], 79685 "default_run": null, 79686 "dependencies": [ 79687 { 79688 "features": [], 79689 "kind": null, 79690 "name": "windows_aarch64_gnullvm", 79691 "optional": false, 79692 "registry": null, 79693 "rename": null, 79694 "req": "^0.52.4", 79695 "source": "registry+https://github.com/rust-lang/crates.io-index", 79696 "target": "aarch64-pc-windows-gnullvm", 79697 "uses_default_features": true 79698 }, 79699 { 79700 "features": [], 79701 "kind": null, 79702 "name": "windows_aarch64_msvc", 79703 "optional": false, 79704 "registry": null, 79705 "rename": null, 79706 "req": "^0.52.4", 79707 "source": "registry+https://github.com/rust-lang/crates.io-index", 79708 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", 79709 "uses_default_features": true 79710 }, 79711 { 79712 "features": [], 79713 "kind": null, 79714 "name": "windows_i686_gnu", 79715 "optional": false, 79716 "registry": null, 79717 "rename": null, 79718 "req": "^0.52.4", 79719 "source": "registry+https://github.com/rust-lang/crates.io-index", 79720 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))", 79721 "uses_default_features": true 79722 }, 79723 { 79724 "features": [], 79725 "kind": null, 79726 "name": "windows_i686_msvc", 79727 "optional": false, 79728 "registry": null, 79729 "rename": null, 79730 "req": "^0.52.4", 79731 "source": "registry+https://github.com/rust-lang/crates.io-index", 79732 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", 79733 "uses_default_features": true 79734 }, 79735 { 79736 "features": [], 79737 "kind": null, 79738 "name": "windows_x86_64_gnu", 79739 "optional": false, 79740 "registry": null, 79741 "rename": null, 79742 "req": "^0.52.4", 79743 "source": "registry+https://github.com/rust-lang/crates.io-index", 79744 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 79745 "uses_default_features": true 79746 }, 79747 { 79748 "features": [], 79749 "kind": null, 79750 "name": "windows_x86_64_msvc", 79751 "optional": false, 79752 "registry": null, 79753 "rename": null, 79754 "req": "^0.52.4", 79755 "source": "registry+https://github.com/rust-lang/crates.io-index", 79756 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))", 79757 "uses_default_features": true 79758 }, 79759 { 79760 "features": [], 79761 "kind": null, 79762 "name": "windows_x86_64_gnullvm", 79763 "optional": false, 79764 "registry": null, 79765 "rename": null, 79766 "req": "^0.52.4", 79767 "source": "registry+https://github.com/rust-lang/crates.io-index", 79768 "target": "x86_64-pc-windows-gnullvm", 79769 "uses_default_features": true 79770 } 79771 ], 79772 "description": "Import libs for Windows", 79773 "documentation": null, 79774 "edition": "2021", 79775 "features": {}, 79776 "homepage": null, 79777 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 79778 "keywords": [], 79779 "license": "MIT OR Apache-2.0", 79780 "license_file": null, 79781 "links": null, 79782 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.4/Cargo.toml", 79783 "metadata": null, 79784 "name": "windows-targets", 79785 "publish": null, 79786 "readme": "readme.md", 79787 "repository": "https://github.com/microsoft/windows-rs", 79788 "rust_version": "1.56", 79789 "source": "registry+https://github.com/rust-lang/crates.io-index", 79790 "targets": [ 79791 { 79792 "crate_types": [ 79793 "lib" 79794 ], 79795 "doc": true, 79796 "doctest": true, 79797 "edition": "2021", 79798 "kind": [ 79799 "lib" 79800 ], 79801 "name": "windows_targets", 79802 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.4/src/lib.rs", 79803 "test": true 79804 } 79805 ], 79806 "version": "0.52.4" 79807 }, 79808 { 79809 "authors": [ 79810 "Microsoft" 79811 ], 79812 "categories": [], 79813 "default_run": null, 79814 "dependencies": [], 79815 "description": "Import lib for Windows", 79816 "documentation": null, 79817 "edition": "2018", 79818 "features": {}, 79819 "homepage": null, 79820 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 79821 "keywords": [], 79822 "license": "MIT OR Apache-2.0", 79823 "license_file": null, 79824 "links": null, 79825 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/Cargo.toml", 79826 "metadata": { 79827 "docs": { 79828 "rs": { 79829 "default-target": "x86_64-pc-windows-msvc", 79830 "targets": [] 79831 } 79832 } 79833 }, 79834 "name": "windows_aarch64_gnullvm", 79835 "publish": null, 79836 "readme": null, 79837 "repository": "https://github.com/microsoft/windows-rs", 79838 "rust_version": null, 79839 "source": "registry+https://github.com/rust-lang/crates.io-index", 79840 "targets": [ 79841 { 79842 "crate_types": [ 79843 "lib" 79844 ], 79845 "doc": true, 79846 "doctest": true, 79847 "edition": "2018", 79848 "kind": [ 79849 "lib" 79850 ], 79851 "name": "windows_aarch64_gnullvm", 79852 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/src/lib.rs", 79853 "test": true 79854 }, 79855 { 79856 "crate_types": [ 79857 "bin" 79858 ], 79859 "doc": false, 79860 "doctest": false, 79861 "edition": "2018", 79862 "kind": [ 79863 "custom-build" 79864 ], 79865 "name": "build-script-build", 79866 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/build.rs", 79867 "test": false 79868 } 79869 ], 79870 "version": "0.48.5" 79871 }, 79872 { 79873 "authors": [ 79874 "Microsoft" 79875 ], 79876 "categories": [], 79877 "default_run": null, 79878 "dependencies": [], 79879 "description": "Import lib for Windows", 79880 "documentation": null, 79881 "edition": "2021", 79882 "features": {}, 79883 "homepage": null, 79884 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 79885 "keywords": [], 79886 "license": "MIT OR Apache-2.0", 79887 "license_file": null, 79888 "links": null, 79889 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.4/Cargo.toml", 79890 "metadata": { 79891 "docs": { 79892 "rs": { 79893 "default-target": "x86_64-pc-windows-msvc", 79894 "targets": [] 79895 } 79896 } 79897 }, 79898 "name": "windows_aarch64_gnullvm", 79899 "publish": null, 79900 "readme": null, 79901 "repository": "https://github.com/microsoft/windows-rs", 79902 "rust_version": "1.56", 79903 "source": "registry+https://github.com/rust-lang/crates.io-index", 79904 "targets": [ 79905 { 79906 "crate_types": [ 79907 "lib" 79908 ], 79909 "doc": true, 79910 "doctest": true, 79911 "edition": "2021", 79912 "kind": [ 79913 "lib" 79914 ], 79915 "name": "windows_aarch64_gnullvm", 79916 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.4/src/lib.rs", 79917 "test": true 79918 }, 79919 { 79920 "crate_types": [ 79921 "bin" 79922 ], 79923 "doc": false, 79924 "doctest": false, 79925 "edition": "2021", 79926 "kind": [ 79927 "custom-build" 79928 ], 79929 "name": "build-script-build", 79930 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.4/build.rs", 79931 "test": false 79932 } 79933 ], 79934 "version": "0.52.4" 79935 }, 79936 { 79937 "authors": [ 79938 "Microsoft" 79939 ], 79940 "categories": [], 79941 "default_run": null, 79942 "dependencies": [], 79943 "description": "Import lib for Windows", 79944 "documentation": null, 79945 "edition": "2018", 79946 "features": {}, 79947 "homepage": null, 79948 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 79949 "keywords": [], 79950 "license": "MIT OR Apache-2.0", 79951 "license_file": null, 79952 "links": null, 79953 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/Cargo.toml", 79954 "metadata": { 79955 "docs": { 79956 "rs": { 79957 "default-target": "x86_64-pc-windows-msvc", 79958 "targets": [] 79959 } 79960 } 79961 }, 79962 "name": "windows_aarch64_msvc", 79963 "publish": null, 79964 "readme": null, 79965 "repository": "https://github.com/microsoft/windows-rs", 79966 "rust_version": null, 79967 "source": "registry+https://github.com/rust-lang/crates.io-index", 79968 "targets": [ 79969 { 79970 "crate_types": [ 79971 "lib" 79972 ], 79973 "doc": true, 79974 "doctest": true, 79975 "edition": "2018", 79976 "kind": [ 79977 "lib" 79978 ], 79979 "name": "windows_aarch64_msvc", 79980 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/src/lib.rs", 79981 "test": true 79982 }, 79983 { 79984 "crate_types": [ 79985 "bin" 79986 ], 79987 "doc": false, 79988 "doctest": false, 79989 "edition": "2018", 79990 "kind": [ 79991 "custom-build" 79992 ], 79993 "name": "build-script-build", 79994 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/build.rs", 79995 "test": false 79996 } 79997 ], 79998 "version": "0.48.5" 79999 }, 80000 { 80001 "authors": [ 80002 "Microsoft" 80003 ], 80004 "categories": [], 80005 "default_run": null, 80006 "dependencies": [], 80007 "description": "Import lib for Windows", 80008 "documentation": null, 80009 "edition": "2021", 80010 "features": {}, 80011 "homepage": null, 80012 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80013 "keywords": [], 80014 "license": "MIT OR Apache-2.0", 80015 "license_file": null, 80016 "links": null, 80017 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.4/Cargo.toml", 80018 "metadata": { 80019 "docs": { 80020 "rs": { 80021 "default-target": "x86_64-pc-windows-msvc", 80022 "targets": [] 80023 } 80024 } 80025 }, 80026 "name": "windows_aarch64_msvc", 80027 "publish": null, 80028 "readme": null, 80029 "repository": "https://github.com/microsoft/windows-rs", 80030 "rust_version": "1.56", 80031 "source": "registry+https://github.com/rust-lang/crates.io-index", 80032 "targets": [ 80033 { 80034 "crate_types": [ 80035 "lib" 80036 ], 80037 "doc": true, 80038 "doctest": true, 80039 "edition": "2021", 80040 "kind": [ 80041 "lib" 80042 ], 80043 "name": "windows_aarch64_msvc", 80044 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.4/src/lib.rs", 80045 "test": true 80046 }, 80047 { 80048 "crate_types": [ 80049 "bin" 80050 ], 80051 "doc": false, 80052 "doctest": false, 80053 "edition": "2021", 80054 "kind": [ 80055 "custom-build" 80056 ], 80057 "name": "build-script-build", 80058 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.4/build.rs", 80059 "test": false 80060 } 80061 ], 80062 "version": "0.52.4" 80063 }, 80064 { 80065 "authors": [ 80066 "Microsoft" 80067 ], 80068 "categories": [], 80069 "default_run": null, 80070 "dependencies": [], 80071 "description": "Import lib for Windows", 80072 "documentation": null, 80073 "edition": "2018", 80074 "features": {}, 80075 "homepage": null, 80076 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80077 "keywords": [], 80078 "license": "MIT OR Apache-2.0", 80079 "license_file": null, 80080 "links": null, 80081 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/Cargo.toml", 80082 "metadata": { 80083 "docs": { 80084 "rs": { 80085 "default-target": "x86_64-pc-windows-msvc", 80086 "targets": [] 80087 } 80088 } 80089 }, 80090 "name": "windows_i686_gnu", 80091 "publish": null, 80092 "readme": null, 80093 "repository": "https://github.com/microsoft/windows-rs", 80094 "rust_version": null, 80095 "source": "registry+https://github.com/rust-lang/crates.io-index", 80096 "targets": [ 80097 { 80098 "crate_types": [ 80099 "lib" 80100 ], 80101 "doc": true, 80102 "doctest": true, 80103 "edition": "2018", 80104 "kind": [ 80105 "lib" 80106 ], 80107 "name": "windows_i686_gnu", 80108 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/src/lib.rs", 80109 "test": true 80110 }, 80111 { 80112 "crate_types": [ 80113 "bin" 80114 ], 80115 "doc": false, 80116 "doctest": false, 80117 "edition": "2018", 80118 "kind": [ 80119 "custom-build" 80120 ], 80121 "name": "build-script-build", 80122 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/build.rs", 80123 "test": false 80124 } 80125 ], 80126 "version": "0.48.5" 80127 }, 80128 { 80129 "authors": [ 80130 "Microsoft" 80131 ], 80132 "categories": [], 80133 "default_run": null, 80134 "dependencies": [], 80135 "description": "Import lib for Windows", 80136 "documentation": null, 80137 "edition": "2021", 80138 "features": {}, 80139 "homepage": null, 80140 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80141 "keywords": [], 80142 "license": "MIT OR Apache-2.0", 80143 "license_file": null, 80144 "links": null, 80145 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.4/Cargo.toml", 80146 "metadata": { 80147 "docs": { 80148 "rs": { 80149 "default-target": "x86_64-pc-windows-msvc", 80150 "targets": [] 80151 } 80152 } 80153 }, 80154 "name": "windows_i686_gnu", 80155 "publish": null, 80156 "readme": null, 80157 "repository": "https://github.com/microsoft/windows-rs", 80158 "rust_version": "1.56", 80159 "source": "registry+https://github.com/rust-lang/crates.io-index", 80160 "targets": [ 80161 { 80162 "crate_types": [ 80163 "lib" 80164 ], 80165 "doc": true, 80166 "doctest": true, 80167 "edition": "2021", 80168 "kind": [ 80169 "lib" 80170 ], 80171 "name": "windows_i686_gnu", 80172 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.4/src/lib.rs", 80173 "test": true 80174 }, 80175 { 80176 "crate_types": [ 80177 "bin" 80178 ], 80179 "doc": false, 80180 "doctest": false, 80181 "edition": "2021", 80182 "kind": [ 80183 "custom-build" 80184 ], 80185 "name": "build-script-build", 80186 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.4/build.rs", 80187 "test": false 80188 } 80189 ], 80190 "version": "0.52.4" 80191 }, 80192 { 80193 "authors": [ 80194 "Microsoft" 80195 ], 80196 "categories": [], 80197 "default_run": null, 80198 "dependencies": [], 80199 "description": "Import lib for Windows", 80200 "documentation": null, 80201 "edition": "2018", 80202 "features": {}, 80203 "homepage": null, 80204 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80205 "keywords": [], 80206 "license": "MIT OR Apache-2.0", 80207 "license_file": null, 80208 "links": null, 80209 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/Cargo.toml", 80210 "metadata": { 80211 "docs": { 80212 "rs": { 80213 "default-target": "x86_64-pc-windows-msvc", 80214 "targets": [] 80215 } 80216 } 80217 }, 80218 "name": "windows_i686_msvc", 80219 "publish": null, 80220 "readme": null, 80221 "repository": "https://github.com/microsoft/windows-rs", 80222 "rust_version": null, 80223 "source": "registry+https://github.com/rust-lang/crates.io-index", 80224 "targets": [ 80225 { 80226 "crate_types": [ 80227 "lib" 80228 ], 80229 "doc": true, 80230 "doctest": true, 80231 "edition": "2018", 80232 "kind": [ 80233 "lib" 80234 ], 80235 "name": "windows_i686_msvc", 80236 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/src/lib.rs", 80237 "test": true 80238 }, 80239 { 80240 "crate_types": [ 80241 "bin" 80242 ], 80243 "doc": false, 80244 "doctest": false, 80245 "edition": "2018", 80246 "kind": [ 80247 "custom-build" 80248 ], 80249 "name": "build-script-build", 80250 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/build.rs", 80251 "test": false 80252 } 80253 ], 80254 "version": "0.48.5" 80255 }, 80256 { 80257 "authors": [ 80258 "Microsoft" 80259 ], 80260 "categories": [], 80261 "default_run": null, 80262 "dependencies": [], 80263 "description": "Import lib for Windows", 80264 "documentation": null, 80265 "edition": "2021", 80266 "features": {}, 80267 "homepage": null, 80268 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80269 "keywords": [], 80270 "license": "MIT OR Apache-2.0", 80271 "license_file": null, 80272 "links": null, 80273 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.4/Cargo.toml", 80274 "metadata": { 80275 "docs": { 80276 "rs": { 80277 "default-target": "x86_64-pc-windows-msvc", 80278 "targets": [] 80279 } 80280 } 80281 }, 80282 "name": "windows_i686_msvc", 80283 "publish": null, 80284 "readme": null, 80285 "repository": "https://github.com/microsoft/windows-rs", 80286 "rust_version": "1.56", 80287 "source": "registry+https://github.com/rust-lang/crates.io-index", 80288 "targets": [ 80289 { 80290 "crate_types": [ 80291 "lib" 80292 ], 80293 "doc": true, 80294 "doctest": true, 80295 "edition": "2021", 80296 "kind": [ 80297 "lib" 80298 ], 80299 "name": "windows_i686_msvc", 80300 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.4/src/lib.rs", 80301 "test": true 80302 }, 80303 { 80304 "crate_types": [ 80305 "bin" 80306 ], 80307 "doc": false, 80308 "doctest": false, 80309 "edition": "2021", 80310 "kind": [ 80311 "custom-build" 80312 ], 80313 "name": "build-script-build", 80314 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.4/build.rs", 80315 "test": false 80316 } 80317 ], 80318 "version": "0.52.4" 80319 }, 80320 { 80321 "authors": [ 80322 "Microsoft" 80323 ], 80324 "categories": [], 80325 "default_run": null, 80326 "dependencies": [], 80327 "description": "Import lib for Windows", 80328 "documentation": null, 80329 "edition": "2018", 80330 "features": {}, 80331 "homepage": null, 80332 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80333 "keywords": [], 80334 "license": "MIT OR Apache-2.0", 80335 "license_file": null, 80336 "links": null, 80337 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/Cargo.toml", 80338 "metadata": { 80339 "docs": { 80340 "rs": { 80341 "default-target": "x86_64-pc-windows-msvc", 80342 "targets": [] 80343 } 80344 } 80345 }, 80346 "name": "windows_x86_64_gnu", 80347 "publish": null, 80348 "readme": null, 80349 "repository": "https://github.com/microsoft/windows-rs", 80350 "rust_version": null, 80351 "source": "registry+https://github.com/rust-lang/crates.io-index", 80352 "targets": [ 80353 { 80354 "crate_types": [ 80355 "lib" 80356 ], 80357 "doc": true, 80358 "doctest": true, 80359 "edition": "2018", 80360 "kind": [ 80361 "lib" 80362 ], 80363 "name": "windows_x86_64_gnu", 80364 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/src/lib.rs", 80365 "test": true 80366 }, 80367 { 80368 "crate_types": [ 80369 "bin" 80370 ], 80371 "doc": false, 80372 "doctest": false, 80373 "edition": "2018", 80374 "kind": [ 80375 "custom-build" 80376 ], 80377 "name": "build-script-build", 80378 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/build.rs", 80379 "test": false 80380 } 80381 ], 80382 "version": "0.48.5" 80383 }, 80384 { 80385 "authors": [ 80386 "Microsoft" 80387 ], 80388 "categories": [], 80389 "default_run": null, 80390 "dependencies": [], 80391 "description": "Import lib for Windows", 80392 "documentation": null, 80393 "edition": "2021", 80394 "features": {}, 80395 "homepage": null, 80396 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80397 "keywords": [], 80398 "license": "MIT OR Apache-2.0", 80399 "license_file": null, 80400 "links": null, 80401 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.4/Cargo.toml", 80402 "metadata": { 80403 "docs": { 80404 "rs": { 80405 "default-target": "x86_64-pc-windows-msvc", 80406 "targets": [] 80407 } 80408 } 80409 }, 80410 "name": "windows_x86_64_gnu", 80411 "publish": null, 80412 "readme": null, 80413 "repository": "https://github.com/microsoft/windows-rs", 80414 "rust_version": "1.56", 80415 "source": "registry+https://github.com/rust-lang/crates.io-index", 80416 "targets": [ 80417 { 80418 "crate_types": [ 80419 "lib" 80420 ], 80421 "doc": true, 80422 "doctest": true, 80423 "edition": "2021", 80424 "kind": [ 80425 "lib" 80426 ], 80427 "name": "windows_x86_64_gnu", 80428 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.4/src/lib.rs", 80429 "test": true 80430 }, 80431 { 80432 "crate_types": [ 80433 "bin" 80434 ], 80435 "doc": false, 80436 "doctest": false, 80437 "edition": "2021", 80438 "kind": [ 80439 "custom-build" 80440 ], 80441 "name": "build-script-build", 80442 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.4/build.rs", 80443 "test": false 80444 } 80445 ], 80446 "version": "0.52.4" 80447 }, 80448 { 80449 "authors": [ 80450 "Microsoft" 80451 ], 80452 "categories": [], 80453 "default_run": null, 80454 "dependencies": [], 80455 "description": "Import lib for Windows", 80456 "documentation": null, 80457 "edition": "2018", 80458 "features": {}, 80459 "homepage": null, 80460 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80461 "keywords": [], 80462 "license": "MIT OR Apache-2.0", 80463 "license_file": null, 80464 "links": null, 80465 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/Cargo.toml", 80466 "metadata": { 80467 "docs": { 80468 "rs": { 80469 "default-target": "x86_64-pc-windows-msvc", 80470 "targets": [] 80471 } 80472 } 80473 }, 80474 "name": "windows_x86_64_gnullvm", 80475 "publish": null, 80476 "readme": null, 80477 "repository": "https://github.com/microsoft/windows-rs", 80478 "rust_version": null, 80479 "source": "registry+https://github.com/rust-lang/crates.io-index", 80480 "targets": [ 80481 { 80482 "crate_types": [ 80483 "lib" 80484 ], 80485 "doc": true, 80486 "doctest": true, 80487 "edition": "2018", 80488 "kind": [ 80489 "lib" 80490 ], 80491 "name": "windows_x86_64_gnullvm", 80492 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/src/lib.rs", 80493 "test": true 80494 }, 80495 { 80496 "crate_types": [ 80497 "bin" 80498 ], 80499 "doc": false, 80500 "doctest": false, 80501 "edition": "2018", 80502 "kind": [ 80503 "custom-build" 80504 ], 80505 "name": "build-script-build", 80506 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/build.rs", 80507 "test": false 80508 } 80509 ], 80510 "version": "0.48.5" 80511 }, 80512 { 80513 "authors": [ 80514 "Microsoft" 80515 ], 80516 "categories": [], 80517 "default_run": null, 80518 "dependencies": [], 80519 "description": "Import lib for Windows", 80520 "documentation": null, 80521 "edition": "2021", 80522 "features": {}, 80523 "homepage": null, 80524 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80525 "keywords": [], 80526 "license": "MIT OR Apache-2.0", 80527 "license_file": null, 80528 "links": null, 80529 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.4/Cargo.toml", 80530 "metadata": { 80531 "docs": { 80532 "rs": { 80533 "default-target": "x86_64-pc-windows-msvc", 80534 "targets": [] 80535 } 80536 } 80537 }, 80538 "name": "windows_x86_64_gnullvm", 80539 "publish": null, 80540 "readme": null, 80541 "repository": "https://github.com/microsoft/windows-rs", 80542 "rust_version": "1.56", 80543 "source": "registry+https://github.com/rust-lang/crates.io-index", 80544 "targets": [ 80545 { 80546 "crate_types": [ 80547 "lib" 80548 ], 80549 "doc": true, 80550 "doctest": true, 80551 "edition": "2021", 80552 "kind": [ 80553 "lib" 80554 ], 80555 "name": "windows_x86_64_gnullvm", 80556 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.4/src/lib.rs", 80557 "test": true 80558 }, 80559 { 80560 "crate_types": [ 80561 "bin" 80562 ], 80563 "doc": false, 80564 "doctest": false, 80565 "edition": "2021", 80566 "kind": [ 80567 "custom-build" 80568 ], 80569 "name": "build-script-build", 80570 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.4/build.rs", 80571 "test": false 80572 } 80573 ], 80574 "version": "0.52.4" 80575 }, 80576 { 80577 "authors": [ 80578 "Microsoft" 80579 ], 80580 "categories": [], 80581 "default_run": null, 80582 "dependencies": [], 80583 "description": "Import lib for Windows", 80584 "documentation": null, 80585 "edition": "2018", 80586 "features": {}, 80587 "homepage": null, 80588 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80589 "keywords": [], 80590 "license": "MIT OR Apache-2.0", 80591 "license_file": null, 80592 "links": null, 80593 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/Cargo.toml", 80594 "metadata": { 80595 "docs": { 80596 "rs": { 80597 "default-target": "x86_64-pc-windows-msvc", 80598 "targets": [] 80599 } 80600 } 80601 }, 80602 "name": "windows_x86_64_msvc", 80603 "publish": null, 80604 "readme": null, 80605 "repository": "https://github.com/microsoft/windows-rs", 80606 "rust_version": null, 80607 "source": "registry+https://github.com/rust-lang/crates.io-index", 80608 "targets": [ 80609 { 80610 "crate_types": [ 80611 "lib" 80612 ], 80613 "doc": true, 80614 "doctest": true, 80615 "edition": "2018", 80616 "kind": [ 80617 "lib" 80618 ], 80619 "name": "windows_x86_64_msvc", 80620 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/src/lib.rs", 80621 "test": true 80622 }, 80623 { 80624 "crate_types": [ 80625 "bin" 80626 ], 80627 "doc": false, 80628 "doctest": false, 80629 "edition": "2018", 80630 "kind": [ 80631 "custom-build" 80632 ], 80633 "name": "build-script-build", 80634 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/build.rs", 80635 "test": false 80636 } 80637 ], 80638 "version": "0.48.5" 80639 }, 80640 { 80641 "authors": [ 80642 "Microsoft" 80643 ], 80644 "categories": [], 80645 "default_run": null, 80646 "dependencies": [], 80647 "description": "Import lib for Windows", 80648 "documentation": null, 80649 "edition": "2021", 80650 "features": {}, 80651 "homepage": null, 80652 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80653 "keywords": [], 80654 "license": "MIT OR Apache-2.0", 80655 "license_file": null, 80656 "links": null, 80657 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.4/Cargo.toml", 80658 "metadata": { 80659 "docs": { 80660 "rs": { 80661 "default-target": "x86_64-pc-windows-msvc", 80662 "targets": [] 80663 } 80664 } 80665 }, 80666 "name": "windows_x86_64_msvc", 80667 "publish": null, 80668 "readme": null, 80669 "repository": "https://github.com/microsoft/windows-rs", 80670 "rust_version": "1.56", 80671 "source": "registry+https://github.com/rust-lang/crates.io-index", 80672 "targets": [ 80673 { 80674 "crate_types": [ 80675 "lib" 80676 ], 80677 "doc": true, 80678 "doctest": true, 80679 "edition": "2021", 80680 "kind": [ 80681 "lib" 80682 ], 80683 "name": "windows_x86_64_msvc", 80684 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.4/src/lib.rs", 80685 "test": true 80686 }, 80687 { 80688 "crate_types": [ 80689 "bin" 80690 ], 80691 "doc": false, 80692 "doctest": false, 80693 "edition": "2021", 80694 "kind": [ 80695 "custom-build" 80696 ], 80697 "name": "build-script-build", 80698 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.4/build.rs", 80699 "test": false 80700 } 80701 ], 80702 "version": "0.52.4" 80703 }, 80704 { 80705 "authors": [], 80706 "categories": [ 80707 "parsing" 80708 ], 80709 "default_run": null, 80710 "dependencies": [ 80711 { 80712 "features": [], 80713 "kind": null, 80714 "name": "anstream", 80715 "optional": true, 80716 "registry": null, 80717 "rename": null, 80718 "req": "^0.3.2", 80719 "source": "registry+https://github.com/rust-lang/crates.io-index", 80720 "target": null, 80721 "uses_default_features": true 80722 }, 80723 { 80724 "features": [], 80725 "kind": null, 80726 "name": "anstyle", 80727 "optional": true, 80728 "registry": null, 80729 "rename": null, 80730 "req": "^1.0.1", 80731 "source": "registry+https://github.com/rust-lang/crates.io-index", 80732 "target": null, 80733 "uses_default_features": true 80734 }, 80735 { 80736 "features": [], 80737 "kind": null, 80738 "name": "is-terminal", 80739 "optional": true, 80740 "registry": null, 80741 "rename": null, 80742 "req": "^0.4.9", 80743 "source": "registry+https://github.com/rust-lang/crates.io-index", 80744 "target": null, 80745 "uses_default_features": true 80746 }, 80747 { 80748 "features": [], 80749 "kind": null, 80750 "name": "memchr", 80751 "optional": true, 80752 "registry": null, 80753 "rename": null, 80754 "req": "^2.5", 80755 "source": "registry+https://github.com/rust-lang/crates.io-index", 80756 "target": null, 80757 "uses_default_features": false 80758 }, 80759 { 80760 "features": [], 80761 "kind": null, 80762 "name": "terminal_size", 80763 "optional": true, 80764 "registry": null, 80765 "rename": null, 80766 "req": "^0.2.6", 80767 "source": "registry+https://github.com/rust-lang/crates.io-index", 80768 "target": null, 80769 "uses_default_features": true 80770 }, 80771 { 80772 "features": [], 80773 "kind": "dev", 80774 "name": "circular", 80775 "optional": false, 80776 "registry": null, 80777 "rename": null, 80778 "req": "^0.3.0", 80779 "source": "registry+https://github.com/rust-lang/crates.io-index", 80780 "target": null, 80781 "uses_default_features": true 80782 }, 80783 { 80784 "features": [], 80785 "kind": "dev", 80786 "name": "criterion", 80787 "optional": false, 80788 "registry": null, 80789 "rename": null, 80790 "req": "^0.5.1", 80791 "source": "registry+https://github.com/rust-lang/crates.io-index", 80792 "target": null, 80793 "uses_default_features": true 80794 }, 80795 { 80796 "features": [], 80797 "kind": "dev", 80798 "name": "doc-comment", 80799 "optional": false, 80800 "registry": null, 80801 "rename": null, 80802 "req": "^0.3", 80803 "source": "registry+https://github.com/rust-lang/crates.io-index", 80804 "target": null, 80805 "uses_default_features": true 80806 }, 80807 { 80808 "features": [], 80809 "kind": "dev", 80810 "name": "escargot", 80811 "optional": false, 80812 "registry": null, 80813 "rename": null, 80814 "req": "^0.5.7", 80815 "source": "registry+https://github.com/rust-lang/crates.io-index", 80816 "target": null, 80817 "uses_default_features": true 80818 }, 80819 { 80820 "features": [], 80821 "kind": "dev", 80822 "name": "lexopt", 80823 "optional": false, 80824 "registry": null, 80825 "rename": null, 80826 "req": "^0.3.0", 80827 "source": "registry+https://github.com/rust-lang/crates.io-index", 80828 "target": null, 80829 "uses_default_features": true 80830 }, 80831 { 80832 "features": [], 80833 "kind": "dev", 80834 "name": "proptest", 80835 "optional": false, 80836 "registry": null, 80837 "rename": null, 80838 "req": "^1.2.0", 80839 "source": "registry+https://github.com/rust-lang/crates.io-index", 80840 "target": null, 80841 "uses_default_features": true 80842 }, 80843 { 80844 "features": [], 80845 "kind": "dev", 80846 "name": "rustc-hash", 80847 "optional": false, 80848 "registry": null, 80849 "rename": null, 80850 "req": "^1.1.0", 80851 "source": "registry+https://github.com/rust-lang/crates.io-index", 80852 "target": null, 80853 "uses_default_features": true 80854 }, 80855 { 80856 "features": [ 80857 "examples" 80858 ], 80859 "kind": "dev", 80860 "name": "snapbox", 80861 "optional": false, 80862 "registry": null, 80863 "rename": null, 80864 "req": "^0.4.11", 80865 "source": "registry+https://github.com/rust-lang/crates.io-index", 80866 "target": null, 80867 "uses_default_features": true 80868 }, 80869 { 80870 "features": [], 80871 "kind": "dev", 80872 "name": "term-transcript", 80873 "optional": false, 80874 "registry": null, 80875 "rename": null, 80876 "req": "^0.2.0", 80877 "source": "registry+https://github.com/rust-lang/crates.io-index", 80878 "target": null, 80879 "uses_default_features": true 80880 } 80881 ], 80882 "description": "A byte-oriented, zero-copy, parser combinators library", 80883 "documentation": null, 80884 "edition": "2021", 80885 "features": { 80886 "alloc": [], 80887 "debug": [ 80888 "dep:anstream", 80889 "dep:anstyle", 80890 "dep:is-terminal", 80891 "dep:terminal_size" 80892 ], 80893 "default": [ 80894 "std" 80895 ], 80896 "simd": [ 80897 "dep:memchr" 80898 ], 80899 "std": [ 80900 "alloc", 80901 "memchr?/std" 80902 ], 80903 "unstable-doc": [ 80904 "alloc", 80905 "std", 80906 "simd", 80907 "unstable-recover" 80908 ], 80909 "unstable-recover": [] 80910 }, 80911 "homepage": null, 80912 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 80913 "keywords": [ 80914 "parser", 80915 "parser-combinators", 80916 "parsing", 80917 "streaming", 80918 "bit" 80919 ], 80920 "license": "MIT", 80921 "license_file": null, 80922 "links": null, 80923 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/Cargo.toml", 80924 "metadata": { 80925 "docs": { 80926 "rs": { 80927 "cargo-args": [ 80928 "-Zunstable-options", 80929 "-Zrustdoc-scrape-examples" 80930 ], 80931 "features": [ 80932 "unstable-doc" 80933 ], 80934 "rustdoc-args": [ 80935 "--cfg", 80936 "docsrs" 80937 ] 80938 } 80939 }, 80940 "release": { 80941 "pre-release-replacements": [ 80942 { 80943 "file": "CHANGELOG.md", 80944 "min": 1, 80945 "replace": "{{version}}", 80946 "search": "Unreleased" 80947 }, 80948 { 80949 "exactly": 1, 80950 "file": "CHANGELOG.md", 80951 "replace": "...{{tag_name}}", 80952 "search": "\\.\\.\\.HEAD" 80953 }, 80954 { 80955 "file": "CHANGELOG.md", 80956 "min": 1, 80957 "replace": "{{date}}", 80958 "search": "ReleaseDate" 80959 }, 80960 { 80961 "exactly": 1, 80962 "file": "CHANGELOG.md", 80963 "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", 80964 "search": "<!-- next-header -->" 80965 }, 80966 { 80967 "exactly": 1, 80968 "file": "CHANGELOG.md", 80969 "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD", 80970 "search": "<!-- next-url -->" 80971 }, 80972 { 80973 "exactly": 1, 80974 "file": "src/lib.rs", 80975 "replace": "blob/v{{version}}/CHANGELOG.md", 80976 "search": "blob/v.+\\..+\\..+/CHANGELOG.md" 80977 } 80978 ] 80979 } 80980 }, 80981 "name": "winnow", 80982 "publish": null, 80983 "readme": "README.md", 80984 "repository": "https://github.com/winnow-rs/winnow", 80985 "rust_version": "1.64.0", 80986 "source": "registry+https://github.com/rust-lang/crates.io-index", 80987 "targets": [ 80988 { 80989 "crate_types": [ 80990 "lib" 80991 ], 80992 "doc": true, 80993 "doctest": true, 80994 "edition": "2021", 80995 "kind": [ 80996 "lib" 80997 ], 80998 "name": "winnow", 80999 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs", 81000 "test": true 81001 }, 81002 { 81003 "crate_types": [ 81004 "bin" 81005 ], 81006 "doc": false, 81007 "doctest": false, 81008 "edition": "2021", 81009 "kind": [ 81010 "example" 81011 ], 81012 "name": "arithmetic", 81013 "required-features": [ 81014 "alloc" 81015 ], 81016 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/main.rs", 81017 "test": true 81018 }, 81019 { 81020 "crate_types": [ 81021 "bin" 81022 ], 81023 "doc": false, 81024 "doctest": false, 81025 "edition": "2021", 81026 "kind": [ 81027 "example" 81028 ], 81029 "name": "css", 81030 "required-features": [ 81031 "alloc" 81032 ], 81033 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/css/main.rs", 81034 "test": true 81035 }, 81036 { 81037 "crate_types": [ 81038 "bin" 81039 ], 81040 "doc": false, 81041 "doctest": false, 81042 "edition": "2021", 81043 "kind": [ 81044 "example" 81045 ], 81046 "name": "custom_error", 81047 "required-features": [ 81048 "alloc" 81049 ], 81050 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/custom_error.rs", 81051 "test": true 81052 }, 81053 { 81054 "crate_types": [ 81055 "bin" 81056 ], 81057 "doc": false, 81058 "doctest": false, 81059 "edition": "2021", 81060 "kind": [ 81061 "example" 81062 ], 81063 "name": "http", 81064 "required-features": [ 81065 "alloc" 81066 ], 81067 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/main.rs", 81068 "test": false 81069 }, 81070 { 81071 "crate_types": [ 81072 "bin" 81073 ], 81074 "doc": false, 81075 "doctest": false, 81076 "edition": "2021", 81077 "kind": [ 81078 "example" 81079 ], 81080 "name": "ini", 81081 "required-features": [ 81082 "std" 81083 ], 81084 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/main.rs", 81085 "test": true 81086 }, 81087 { 81088 "crate_types": [ 81089 "bin" 81090 ], 81091 "doc": false, 81092 "doctest": false, 81093 "edition": "2021", 81094 "kind": [ 81095 "example" 81096 ], 81097 "name": "json", 81098 "required-features": [ 81099 "std" 81100 ], 81101 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/main.rs", 81102 "test": true 81103 }, 81104 { 81105 "crate_types": [ 81106 "bin" 81107 ], 81108 "doc": false, 81109 "doctest": false, 81110 "edition": "2021", 81111 "kind": [ 81112 "example" 81113 ], 81114 "name": "ndjson", 81115 "required-features": [ 81116 "std" 81117 ], 81118 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ndjson/main.rs", 81119 "test": true 81120 }, 81121 { 81122 "crate_types": [ 81123 "bin" 81124 ], 81125 "doc": false, 81126 "doctest": false, 81127 "edition": "2021", 81128 "kind": [ 81129 "example" 81130 ], 81131 "name": "json_iterator", 81132 "required-features": [ 81133 "std" 81134 ], 81135 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json_iterator.rs", 81136 "test": false 81137 }, 81138 { 81139 "crate_types": [ 81140 "bin" 81141 ], 81142 "doc": false, 81143 "doctest": false, 81144 "edition": "2021", 81145 "kind": [ 81146 "example" 81147 ], 81148 "name": "iterator", 81149 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/iterator.rs", 81150 "test": false 81151 }, 81152 { 81153 "crate_types": [ 81154 "bin" 81155 ], 81156 "doc": false, 81157 "doctest": false, 81158 "edition": "2021", 81159 "kind": [ 81160 "example" 81161 ], 81162 "name": "s_expression", 81163 "required-features": [ 81164 "alloc" 81165 ], 81166 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/s_expression/main.rs", 81167 "test": false 81168 }, 81169 { 81170 "crate_types": [ 81171 "bin" 81172 ], 81173 "doc": false, 81174 "doctest": false, 81175 "edition": "2021", 81176 "kind": [ 81177 "example" 81178 ], 81179 "name": "string", 81180 "required-features": [ 81181 "alloc" 81182 ], 81183 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/string/main.rs", 81184 "test": false 81185 }, 81186 { 81187 "crate_types": [ 81188 "bin" 81189 ], 81190 "doc": false, 81191 "doctest": false, 81192 "edition": "2021", 81193 "kind": [ 81194 "bench" 81195 ], 81196 "name": "arithmetic", 81197 "required-features": [ 81198 "alloc" 81199 ], 81200 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/bench.rs", 81201 "test": false 81202 }, 81203 { 81204 "crate_types": [ 81205 "bin" 81206 ], 81207 "doc": false, 81208 "doctest": false, 81209 "edition": "2021", 81210 "kind": [ 81211 "bench" 81212 ], 81213 "name": "contains_token", 81214 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/contains_token.rs", 81215 "test": false 81216 }, 81217 { 81218 "crate_types": [ 81219 "bin" 81220 ], 81221 "doc": false, 81222 "doctest": false, 81223 "edition": "2021", 81224 "kind": [ 81225 "bench" 81226 ], 81227 "name": "find_slice", 81228 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/find_slice.rs", 81229 "test": false 81230 }, 81231 { 81232 "crate_types": [ 81233 "bin" 81234 ], 81235 "doc": false, 81236 "doctest": false, 81237 "edition": "2021", 81238 "kind": [ 81239 "bench" 81240 ], 81241 "name": "iter", 81242 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/iter.rs", 81243 "test": false 81244 }, 81245 { 81246 "crate_types": [ 81247 "bin" 81248 ], 81249 "doc": false, 81250 "doctest": false, 81251 "edition": "2021", 81252 "kind": [ 81253 "bench" 81254 ], 81255 "name": "next_slice", 81256 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/next_slice.rs", 81257 "test": false 81258 }, 81259 { 81260 "crate_types": [ 81261 "bin" 81262 ], 81263 "doc": false, 81264 "doctest": false, 81265 "edition": "2021", 81266 "kind": [ 81267 "bench" 81268 ], 81269 "name": "number", 81270 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/number.rs", 81271 "test": false 81272 }, 81273 { 81274 "crate_types": [ 81275 "bin" 81276 ], 81277 "doc": false, 81278 "doctest": false, 81279 "edition": "2021", 81280 "kind": [ 81281 "bench" 81282 ], 81283 "name": "http", 81284 "required-features": [ 81285 "alloc" 81286 ], 81287 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/bench.rs", 81288 "test": false 81289 }, 81290 { 81291 "crate_types": [ 81292 "bin" 81293 ], 81294 "doc": false, 81295 "doctest": false, 81296 "edition": "2021", 81297 "kind": [ 81298 "bench" 81299 ], 81300 "name": "ini", 81301 "required-features": [ 81302 "std" 81303 ], 81304 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/bench.rs", 81305 "test": false 81306 }, 81307 { 81308 "crate_types": [ 81309 "bin" 81310 ], 81311 "doc": false, 81312 "doctest": false, 81313 "edition": "2021", 81314 "kind": [ 81315 "bench" 81316 ], 81317 "name": "json", 81318 "required-features": [ 81319 "std" 81320 ], 81321 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/bench.rs", 81322 "test": false 81323 } 81324 ], 81325 "version": "0.5.40" 81326 }, 81327 { 81328 "authors": [ 81329 "Igor Shaula <[email protected]>" 81330 ], 81331 "categories": [ 81332 "api-bindings", 81333 "os::windows-apis" 81334 ], 81335 "default_run": null, 81336 "dependencies": [ 81337 { 81338 "features": [], 81339 "kind": null, 81340 "name": "cfg-if", 81341 "optional": false, 81342 "registry": null, 81343 "rename": null, 81344 "req": "^1.0", 81345 "source": "registry+https://github.com/rust-lang/crates.io-index", 81346 "target": null, 81347 "uses_default_features": true 81348 }, 81349 { 81350 "features": [], 81351 "kind": null, 81352 "name": "chrono", 81353 "optional": true, 81354 "registry": null, 81355 "rename": null, 81356 "req": "^0.4.6", 81357 "source": "registry+https://github.com/rust-lang/crates.io-index", 81358 "target": null, 81359 "uses_default_features": true 81360 }, 81361 { 81362 "features": [], 81363 "kind": null, 81364 "name": "serde", 81365 "optional": true, 81366 "registry": null, 81367 "rename": null, 81368 "req": "^1", 81369 "source": "registry+https://github.com/rust-lang/crates.io-index", 81370 "target": null, 81371 "uses_default_features": true 81372 }, 81373 { 81374 "features": [ 81375 "Win32_Foundation", 81376 "Win32_System_Time", 81377 "Win32_System_Registry", 81378 "Win32_Security", 81379 "Win32_Storage_FileSystem", 81380 "Win32_System_Diagnostics_Debug" 81381 ], 81382 "kind": null, 81383 "name": "windows-sys", 81384 "optional": false, 81385 "registry": null, 81386 "rename": null, 81387 "req": "^0.48.0", 81388 "source": "registry+https://github.com/rust-lang/crates.io-index", 81389 "target": null, 81390 "uses_default_features": true 81391 }, 81392 { 81393 "features": [], 81394 "kind": "dev", 81395 "name": "rand", 81396 "optional": false, 81397 "registry": null, 81398 "rename": null, 81399 "req": "^0.3", 81400 "source": "registry+https://github.com/rust-lang/crates.io-index", 81401 "target": null, 81402 "uses_default_features": true 81403 }, 81404 { 81405 "features": [], 81406 "kind": "dev", 81407 "name": "serde_bytes", 81408 "optional": false, 81409 "registry": null, 81410 "rename": null, 81411 "req": "^0.11", 81412 "source": "registry+https://github.com/rust-lang/crates.io-index", 81413 "target": null, 81414 "uses_default_features": true 81415 }, 81416 { 81417 "features": [], 81418 "kind": "dev", 81419 "name": "serde_derive", 81420 "optional": false, 81421 "registry": null, 81422 "rename": null, 81423 "req": "^1", 81424 "source": "registry+https://github.com/rust-lang/crates.io-index", 81425 "target": null, 81426 "uses_default_features": true 81427 }, 81428 { 81429 "features": [], 81430 "kind": "dev", 81431 "name": "tempfile", 81432 "optional": false, 81433 "registry": null, 81434 "rename": null, 81435 "req": "~3.0", 81436 "source": "registry+https://github.com/rust-lang/crates.io-index", 81437 "target": null, 81438 "uses_default_features": true 81439 } 81440 ], 81441 "description": "Rust bindings to MS Windows Registry API", 81442 "documentation": "https://docs.rs/winreg", 81443 "edition": "2018", 81444 "features": { 81445 "chrono": [ 81446 "dep:chrono" 81447 ], 81448 "serde": [ 81449 "dep:serde" 81450 ], 81451 "serialization-serde": [ 81452 "transactions", 81453 "serde" 81454 ], 81455 "transactions": [] 81456 }, 81457 "homepage": null, 81458 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 81459 "keywords": [ 81460 "Windows", 81461 "WinSDK", 81462 "Registry" 81463 ], 81464 "license": "MIT", 81465 "license_file": null, 81466 "links": null, 81467 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/Cargo.toml", 81468 "metadata": { 81469 "docs": { 81470 "rs": { 81471 "all-features": true, 81472 "targets": [ 81473 "x86_64-pc-windows-msvc", 81474 "i686-pc-windows-msvc" 81475 ] 81476 } 81477 } 81478 }, 81479 "name": "winreg", 81480 "publish": null, 81481 "readme": "README.md", 81482 "repository": "https://github.com/gentoo90/winreg-rs", 81483 "rust_version": null, 81484 "source": "registry+https://github.com/rust-lang/crates.io-index", 81485 "targets": [ 81486 { 81487 "crate_types": [ 81488 "lib" 81489 ], 81490 "doc": true, 81491 "doctest": true, 81492 "edition": "2018", 81493 "kind": [ 81494 "lib" 81495 ], 81496 "name": "winreg", 81497 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/src/lib.rs", 81498 "test": true 81499 }, 81500 { 81501 "crate_types": [ 81502 "bin" 81503 ], 81504 "doc": false, 81505 "doctest": false, 81506 "edition": "2018", 81507 "kind": [ 81508 "example" 81509 ], 81510 "name": "basic_usage", 81511 "required-features": [ 81512 "chrono" 81513 ], 81514 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/basic_usage.rs", 81515 "test": false 81516 }, 81517 { 81518 "crate_types": [ 81519 "bin" 81520 ], 81521 "doc": false, 81522 "doctest": false, 81523 "edition": "2018", 81524 "kind": [ 81525 "example" 81526 ], 81527 "name": "enum", 81528 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/enum.rs", 81529 "test": false 81530 }, 81531 { 81532 "crate_types": [ 81533 "bin" 81534 ], 81535 "doc": false, 81536 "doctest": false, 81537 "edition": "2018", 81538 "kind": [ 81539 "example" 81540 ], 81541 "name": "load_app_key", 81542 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/load_app_key.rs", 81543 "test": false 81544 }, 81545 { 81546 "crate_types": [ 81547 "bin" 81548 ], 81549 "doc": false, 81550 "doctest": false, 81551 "edition": "2018", 81552 "kind": [ 81553 "example" 81554 ], 81555 "name": "transactions", 81556 "required-features": [ 81557 "transactions" 81558 ], 81559 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/transactions.rs", 81560 "test": false 81561 }, 81562 { 81563 "crate_types": [ 81564 "bin" 81565 ], 81566 "doc": false, 81567 "doctest": false, 81568 "edition": "2018", 81569 "kind": [ 81570 "example" 81571 ], 81572 "name": "serialization", 81573 "required-features": [ 81574 "serialization-serde" 81575 ], 81576 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/serialization.rs", 81577 "test": false 81578 }, 81579 { 81580 "crate_types": [ 81581 "bin" 81582 ], 81583 "doc": false, 81584 "doctest": false, 81585 "edition": "2018", 81586 "kind": [ 81587 "example" 81588 ], 81589 "name": "map_key_serialization", 81590 "required-features": [ 81591 "serialization-serde" 81592 ], 81593 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/map_key_serialization.rs", 81594 "test": false 81595 }, 81596 { 81597 "crate_types": [ 81598 "bin" 81599 ], 81600 "doc": false, 81601 "doctest": false, 81602 "edition": "2018", 81603 "kind": [ 81604 "example" 81605 ], 81606 "name": "installed_apps", 81607 "required-features": [ 81608 "serialization-serde" 81609 ], 81610 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/installed_apps.rs", 81611 "test": false 81612 }, 81613 { 81614 "crate_types": [ 81615 "bin" 81616 ], 81617 "doc": false, 81618 "doctest": false, 81619 "edition": "2018", 81620 "kind": [ 81621 "test" 81622 ], 81623 "name": "serialization", 81624 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/tests/serialization.rs", 81625 "test": true 81626 }, 81627 { 81628 "crate_types": [ 81629 "bin" 81630 ], 81631 "doc": false, 81632 "doctest": false, 81633 "edition": "2018", 81634 "kind": [ 81635 "test" 81636 ], 81637 "name": "reg_key", 81638 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/tests/reg_key.rs", 81639 "test": true 81640 } 81641 ], 81642 "version": "0.50.0" 81643 }, 81644 { 81645 "authors": [ 81646 "Naja Melan <[email protected]>" 81647 ], 81648 "categories": [ 81649 "asynchronous", 81650 "network-programming", 81651 "api-bindings", 81652 "wasm", 81653 "web-programming::websocket" 81654 ], 81655 "default_run": null, 81656 "dependencies": [ 81657 { 81658 "features": [ 81659 "map_pharos" 81660 ], 81661 "kind": null, 81662 "name": "async_io_stream", 81663 "optional": false, 81664 "registry": null, 81665 "rename": null, 81666 "req": "^0.3", 81667 "source": "registry+https://github.com/rust-lang/crates.io-index", 81668 "target": null, 81669 "uses_default_features": true 81670 }, 81671 { 81672 "features": [], 81673 "kind": null, 81674 "name": "futures", 81675 "optional": false, 81676 "registry": null, 81677 "rename": null, 81678 "req": "^0.3", 81679 "source": "registry+https://github.com/rust-lang/crates.io-index", 81680 "target": null, 81681 "uses_default_features": false 81682 }, 81683 { 81684 "features": [], 81685 "kind": null, 81686 "name": "js-sys", 81687 "optional": false, 81688 "registry": null, 81689 "rename": null, 81690 "req": "^0.3", 81691 "source": "registry+https://github.com/rust-lang/crates.io-index", 81692 "target": null, 81693 "uses_default_features": true 81694 }, 81695 { 81696 "features": [], 81697 "kind": null, 81698 "name": "log", 81699 "optional": false, 81700 "registry": null, 81701 "rename": null, 81702 "req": "^0.4", 81703 "source": "registry+https://github.com/rust-lang/crates.io-index", 81704 "target": null, 81705 "uses_default_features": true 81706 }, 81707 { 81708 "features": [], 81709 "kind": null, 81710 "name": "pharos", 81711 "optional": false, 81712 "registry": null, 81713 "rename": null, 81714 "req": "^0.5", 81715 "source": "registry+https://github.com/rust-lang/crates.io-index", 81716 "target": null, 81717 "uses_default_features": true 81718 }, 81719 { 81720 "features": [], 81721 "kind": null, 81722 "name": "send_wrapper", 81723 "optional": false, 81724 "registry": null, 81725 "rename": null, 81726 "req": "^0.6", 81727 "source": "registry+https://github.com/rust-lang/crates.io-index", 81728 "target": null, 81729 "uses_default_features": true 81730 }, 81731 { 81732 "features": [], 81733 "kind": null, 81734 "name": "thiserror", 81735 "optional": false, 81736 "registry": null, 81737 "rename": null, 81738 "req": "^1", 81739 "source": "registry+https://github.com/rust-lang/crates.io-index", 81740 "target": null, 81741 "uses_default_features": true 81742 }, 81743 { 81744 "features": [], 81745 "kind": null, 81746 "name": "wasm-bindgen", 81747 "optional": false, 81748 "registry": null, 81749 "rename": null, 81750 "req": "^0.2", 81751 "source": "registry+https://github.com/rust-lang/crates.io-index", 81752 "target": null, 81753 "uses_default_features": true 81754 }, 81755 { 81756 "features": [], 81757 "kind": null, 81758 "name": "wasm-bindgen-futures", 81759 "optional": false, 81760 "registry": null, 81761 "rename": null, 81762 "req": "^0.4", 81763 "source": "registry+https://github.com/rust-lang/crates.io-index", 81764 "target": null, 81765 "uses_default_features": true 81766 }, 81767 { 81768 "features": [ 81769 "BinaryType", 81770 "Blob", 81771 "console", 81772 "MessageEvent", 81773 "WebSocket", 81774 "CloseEvent", 81775 "DomException" 81776 ], 81777 "kind": null, 81778 "name": "web-sys", 81779 "optional": false, 81780 "registry": null, 81781 "rename": null, 81782 "req": "^0.3", 81783 "source": "registry+https://github.com/rust-lang/crates.io-index", 81784 "target": null, 81785 "uses_default_features": true 81786 }, 81787 { 81788 "features": [ 81789 "tokio_io" 81790 ], 81791 "kind": "dev", 81792 "name": "async_io_stream", 81793 "optional": false, 81794 "registry": null, 81795 "rename": null, 81796 "req": "^0.3", 81797 "source": "registry+https://github.com/rust-lang/crates.io-index", 81798 "target": null, 81799 "uses_default_features": true 81800 }, 81801 { 81802 "features": [], 81803 "kind": "dev", 81804 "name": "asynchronous-codec", 81805 "optional": false, 81806 "registry": null, 81807 "rename": null, 81808 "req": "^0.6", 81809 "source": "registry+https://github.com/rust-lang/crates.io-index", 81810 "target": null, 81811 "uses_default_features": true 81812 }, 81813 { 81814 "features": [], 81815 "kind": "dev", 81816 "name": "bytes", 81817 "optional": false, 81818 "registry": null, 81819 "rename": null, 81820 "req": "^1", 81821 "source": "registry+https://github.com/rust-lang/crates.io-index", 81822 "target": null, 81823 "uses_default_features": true 81824 }, 81825 { 81826 "features": [], 81827 "kind": "dev", 81828 "name": "console_error_panic_hook", 81829 "optional": false, 81830 "registry": null, 81831 "rename": null, 81832 "req": "^0.1", 81833 "source": "registry+https://github.com/rust-lang/crates.io-index", 81834 "target": null, 81835 "uses_default_features": true 81836 }, 81837 { 81838 "features": [], 81839 "kind": "dev", 81840 "name": "console_log", 81841 "optional": false, 81842 "registry": null, 81843 "rename": null, 81844 "req": "^0.2", 81845 "source": "registry+https://github.com/rust-lang/crates.io-index", 81846 "target": null, 81847 "uses_default_features": true 81848 }, 81849 { 81850 "features": [ 81851 "js" 81852 ], 81853 "kind": "dev", 81854 "name": "getrandom", 81855 "optional": false, 81856 "registry": null, 81857 "rename": null, 81858 "req": "^0.2", 81859 "source": "registry+https://github.com/rust-lang/crates.io-index", 81860 "target": null, 81861 "uses_default_features": true 81862 }, 81863 { 81864 "features": [], 81865 "kind": "dev", 81866 "name": "rand", 81867 "optional": false, 81868 "registry": null, 81869 "rename": null, 81870 "req": "^0.8", 81871 "source": "registry+https://github.com/rust-lang/crates.io-index", 81872 "target": null, 81873 "uses_default_features": true 81874 }, 81875 { 81876 "features": [], 81877 "kind": "dev", 81878 "name": "rand_xoshiro", 81879 "optional": false, 81880 "registry": null, 81881 "rename": null, 81882 "req": "^0.6", 81883 "source": "registry+https://github.com/rust-lang/crates.io-index", 81884 "target": null, 81885 "uses_default_features": true 81886 }, 81887 { 81888 "features": [ 81889 "derive" 81890 ], 81891 "kind": "dev", 81892 "name": "serde", 81893 "optional": false, 81894 "registry": null, 81895 "rename": null, 81896 "req": "^1", 81897 "source": "registry+https://github.com/rust-lang/crates.io-index", 81898 "target": null, 81899 "uses_default_features": true 81900 }, 81901 { 81902 "features": [], 81903 "kind": "dev", 81904 "name": "serde_cbor", 81905 "optional": false, 81906 "registry": null, 81907 "rename": null, 81908 "req": "^0.11", 81909 "source": "registry+https://github.com/rust-lang/crates.io-index", 81910 "target": null, 81911 "uses_default_features": true 81912 }, 81913 { 81914 "features": [], 81915 "kind": "dev", 81916 "name": "tokio", 81917 "optional": false, 81918 "registry": null, 81919 "rename": null, 81920 "req": "^1", 81921 "source": "registry+https://github.com/rust-lang/crates.io-index", 81922 "target": null, 81923 "uses_default_features": true 81924 }, 81925 { 81926 "features": [], 81927 "kind": "dev", 81928 "name": "tokio-serde-cbor", 81929 "optional": false, 81930 "registry": null, 81931 "rename": null, 81932 "req": "^0.7", 81933 "source": "registry+https://github.com/rust-lang/crates.io-index", 81934 "target": null, 81935 "uses_default_features": true 81936 }, 81937 { 81938 "features": [ 81939 "codec" 81940 ], 81941 "kind": "dev", 81942 "name": "tokio-util", 81943 "optional": false, 81944 "registry": null, 81945 "rename": null, 81946 "req": "^0.7", 81947 "source": "registry+https://github.com/rust-lang/crates.io-index", 81948 "target": null, 81949 "uses_default_features": false 81950 }, 81951 { 81952 "features": [], 81953 "kind": "dev", 81954 "name": "wasm-bindgen-test", 81955 "optional": false, 81956 "registry": null, 81957 "rename": null, 81958 "req": "^0.3", 81959 "source": "registry+https://github.com/rust-lang/crates.io-index", 81960 "target": null, 81961 "uses_default_features": true 81962 }, 81963 { 81964 "features": [], 81965 "kind": "build", 81966 "name": "rustc_version", 81967 "optional": false, 81968 "registry": null, 81969 "rename": null, 81970 "req": "^0.4", 81971 "source": "registry+https://github.com/rust-lang/crates.io-index", 81972 "target": null, 81973 "uses_default_features": true 81974 } 81975 ], 81976 "description": "A convenience library for using websockets in WASM", 81977 "documentation": "https://docs.rs/ws_stream_wasm", 81978 "edition": "2018", 81979 "features": { 81980 "tokio_io": [ 81981 "async_io_stream/tokio_io" 81982 ] 81983 }, 81984 "homepage": "https://github.com/najamelan/ws_stream_wasm", 81985 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 81986 "keywords": [ 81987 "wasm", 81988 "websocket", 81989 "tokio", 81990 "stream", 81991 "async" 81992 ], 81993 "license": "Unlicense", 81994 "license_file": null, 81995 "links": null, 81996 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ws_stream_wasm-0.7.4/Cargo.toml", 81997 "metadata": { 81998 "docs": { 81999 "rs": { 82000 "all-features": true, 82001 "targets": [] 82002 } 82003 } 82004 }, 82005 "name": "ws_stream_wasm", 82006 "publish": null, 82007 "readme": "README.md", 82008 "repository": "https://github.com/najamelan/ws_stream_wasm", 82009 "rust_version": null, 82010 "source": "registry+https://github.com/rust-lang/crates.io-index", 82011 "targets": [ 82012 { 82013 "crate_types": [ 82014 "lib" 82015 ], 82016 "doc": true, 82017 "doctest": true, 82018 "edition": "2018", 82019 "kind": [ 82020 "lib" 82021 ], 82022 "name": "ws_stream_wasm", 82023 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ws_stream_wasm-0.7.4/src/lib.rs", 82024 "test": true 82025 }, 82026 { 82027 "crate_types": [ 82028 "bin" 82029 ], 82030 "doc": false, 82031 "doctest": false, 82032 "edition": "2018", 82033 "kind": [ 82034 "custom-build" 82035 ], 82036 "name": "build-script-build", 82037 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/ws_stream_wasm-0.7.4/build.rs", 82038 "test": false 82039 } 82040 ], 82041 "version": "0.7.4" 82042 }, 82043 { 82044 "authors": [ 82045 "myrrlyn <[email protected]>" 82046 ], 82047 "categories": [ 82048 "no-std" 82049 ], 82050 "default_run": null, 82051 "dependencies": [ 82052 { 82053 "features": [], 82054 "kind": null, 82055 "name": "once_cell", 82056 "optional": true, 82057 "registry": null, 82058 "rename": null, 82059 "req": "^1", 82060 "source": "registry+https://github.com/rust-lang/crates.io-index", 82061 "target": null, 82062 "uses_default_features": true 82063 }, 82064 { 82065 "features": [], 82066 "kind": null, 82067 "name": "tap", 82068 "optional": false, 82069 "registry": null, 82070 "rename": null, 82071 "req": "^1", 82072 "source": "registry+https://github.com/rust-lang/crates.io-index", 82073 "target": null, 82074 "uses_default_features": true 82075 }, 82076 { 82077 "features": [], 82078 "kind": null, 82079 "name": "typemap", 82080 "optional": true, 82081 "registry": null, 82082 "rename": null, 82083 "req": "^0.3", 82084 "source": "registry+https://github.com/rust-lang/crates.io-index", 82085 "target": null, 82086 "uses_default_features": true 82087 } 82088 ], 82089 "description": "myrrlyn\u2019s utility collection", 82090 "documentation": "https://docs.rs/wyz", 82091 "edition": "2018", 82092 "features": { 82093 "alloc": [], 82094 "default": [ 82095 "std" 82096 ], 82097 "garbage": [ 82098 "once_cell", 82099 "typemap" 82100 ], 82101 "once_cell": [ 82102 "dep:once_cell" 82103 ], 82104 "std": [ 82105 "alloc" 82106 ], 82107 "typemap": [ 82108 "dep:typemap" 82109 ] 82110 }, 82111 "homepage": "https://myrrlyn.net/crates/wyz", 82112 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82113 "keywords": [], 82114 "license": "MIT", 82115 "license_file": null, 82116 "links": null, 82117 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/Cargo.toml", 82118 "metadata": null, 82119 "name": "wyz", 82120 "publish": null, 82121 "readme": "README.md", 82122 "repository": "https://github.com/myrrlyn/wyz", 82123 "rust_version": null, 82124 "source": "registry+https://github.com/rust-lang/crates.io-index", 82125 "targets": [ 82126 { 82127 "crate_types": [ 82128 "lib" 82129 ], 82130 "doc": true, 82131 "doctest": true, 82132 "edition": "2018", 82133 "kind": [ 82134 "lib" 82135 ], 82136 "name": "wyz", 82137 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs", 82138 "test": true 82139 } 82140 ], 82141 "version": "0.5.1" 82142 }, 82143 { 82144 "authors": [ 82145 "Joshua Liebow-Feeser <[email protected]>" 82146 ], 82147 "categories": [], 82148 "default_run": null, 82149 "dependencies": [ 82150 { 82151 "features": [], 82152 "kind": null, 82153 "name": "byteorder", 82154 "optional": true, 82155 "registry": null, 82156 "rename": null, 82157 "req": "^1.3", 82158 "source": "registry+https://github.com/rust-lang/crates.io-index", 82159 "target": null, 82160 "uses_default_features": false 82161 }, 82162 { 82163 "features": [], 82164 "kind": null, 82165 "name": "zerocopy-derive", 82166 "optional": true, 82167 "registry": null, 82168 "rename": null, 82169 "req": "=0.7.32", 82170 "source": "registry+https://github.com/rust-lang/crates.io-index", 82171 "target": null, 82172 "uses_default_features": true 82173 }, 82174 { 82175 "features": [], 82176 "kind": "dev", 82177 "name": "assert_matches", 82178 "optional": false, 82179 "registry": null, 82180 "rename": null, 82181 "req": "^1.5", 82182 "source": "registry+https://github.com/rust-lang/crates.io-index", 82183 "target": null, 82184 "uses_default_features": true 82185 }, 82186 { 82187 "features": [], 82188 "kind": "dev", 82189 "name": "elain", 82190 "optional": false, 82191 "registry": null, 82192 "rename": null, 82193 "req": "^0.3.0", 82194 "source": "registry+https://github.com/rust-lang/crates.io-index", 82195 "target": null, 82196 "uses_default_features": true 82197 }, 82198 { 82199 "features": [], 82200 "kind": "dev", 82201 "name": "itertools", 82202 "optional": false, 82203 "registry": null, 82204 "rename": null, 82205 "req": "^0.11", 82206 "source": "registry+https://github.com/rust-lang/crates.io-index", 82207 "target": null, 82208 "uses_default_features": true 82209 }, 82210 { 82211 "features": [ 82212 "small_rng" 82213 ], 82214 "kind": "dev", 82215 "name": "rand", 82216 "optional": false, 82217 "registry": null, 82218 "rename": null, 82219 "req": "^0.8.5", 82220 "source": "registry+https://github.com/rust-lang/crates.io-index", 82221 "target": null, 82222 "uses_default_features": true 82223 }, 82224 { 82225 "features": [], 82226 "kind": "dev", 82227 "name": "rustversion", 82228 "optional": false, 82229 "registry": null, 82230 "rename": null, 82231 "req": "^1.0", 82232 "source": "registry+https://github.com/rust-lang/crates.io-index", 82233 "target": null, 82234 "uses_default_features": true 82235 }, 82236 { 82237 "features": [], 82238 "kind": "dev", 82239 "name": "static_assertions", 82240 "optional": false, 82241 "registry": null, 82242 "rename": null, 82243 "req": "^1.1", 82244 "source": "registry+https://github.com/rust-lang/crates.io-index", 82245 "target": null, 82246 "uses_default_features": true 82247 }, 82248 { 82249 "features": [ 82250 "diff" 82251 ], 82252 "kind": "dev", 82253 "name": "trybuild", 82254 "optional": false, 82255 "registry": null, 82256 "rename": null, 82257 "req": "=1.0.85", 82258 "source": "registry+https://github.com/rust-lang/crates.io-index", 82259 "target": null, 82260 "uses_default_features": true 82261 }, 82262 { 82263 "features": [], 82264 "kind": "dev", 82265 "name": "zerocopy-derive", 82266 "optional": false, 82267 "registry": null, 82268 "rename": null, 82269 "req": "=0.7.32", 82270 "source": "registry+https://github.com/rust-lang/crates.io-index", 82271 "target": null, 82272 "uses_default_features": true 82273 }, 82274 { 82275 "features": [], 82276 "kind": null, 82277 "name": "zerocopy-derive", 82278 "optional": false, 82279 "registry": null, 82280 "rename": null, 82281 "req": "=0.7.32", 82282 "source": "registry+https://github.com/rust-lang/crates.io-index", 82283 "target": "cfg(any())", 82284 "uses_default_features": true 82285 } 82286 ], 82287 "description": "Utilities for zero-copy parsing and serialization", 82288 "documentation": null, 82289 "edition": "2018", 82290 "features": { 82291 "__internal_use_only_features_that_work_on_stable": [ 82292 "alloc", 82293 "derive", 82294 "simd" 82295 ], 82296 "alloc": [], 82297 "byteorder": [ 82298 "dep:byteorder" 82299 ], 82300 "default": [ 82301 "byteorder" 82302 ], 82303 "derive": [ 82304 "zerocopy-derive" 82305 ], 82306 "simd": [], 82307 "simd-nightly": [ 82308 "simd" 82309 ], 82310 "zerocopy-derive": [ 82311 "dep:zerocopy-derive" 82312 ] 82313 }, 82314 "homepage": null, 82315 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82316 "keywords": [], 82317 "license": "BSD-2-Clause OR Apache-2.0 OR MIT", 82318 "license_file": null, 82319 "links": null, 82320 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/Cargo.toml", 82321 "metadata": { 82322 "ci": { 82323 "pinned-nightly": "nightly-2023-12-05", 82324 "pinned-stable": "1.74.0" 82325 }, 82326 "docs": { 82327 "rs": { 82328 "all-features": true, 82329 "rustdoc-args": [ 82330 "--cfg", 82331 "doc_cfg", 82332 "--generate-link-to-definition" 82333 ] 82334 } 82335 }, 82336 "playground": { 82337 "features": [ 82338 "__internal_use_only_features_that_work_on_stable" 82339 ] 82340 } 82341 }, 82342 "name": "zerocopy", 82343 "publish": null, 82344 "readme": "README.md", 82345 "repository": "https://github.com/google/zerocopy", 82346 "rust_version": "1.60.0", 82347 "source": "registry+https://github.com/rust-lang/crates.io-index", 82348 "targets": [ 82349 { 82350 "crate_types": [ 82351 "lib" 82352 ], 82353 "doc": true, 82354 "doctest": true, 82355 "edition": "2018", 82356 "kind": [ 82357 "lib" 82358 ], 82359 "name": "zerocopy", 82360 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs", 82361 "test": true 82362 }, 82363 { 82364 "crate_types": [ 82365 "bin" 82366 ], 82367 "doc": false, 82368 "doctest": false, 82369 "edition": "2018", 82370 "kind": [ 82371 "test" 82372 ], 82373 "name": "trybuild", 82374 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/tests/trybuild.rs", 82375 "test": true 82376 } 82377 ], 82378 "version": "0.7.32" 82379 }, 82380 { 82381 "authors": [ 82382 "Joshua Liebow-Feeser <[email protected]>" 82383 ], 82384 "categories": [], 82385 "default_run": null, 82386 "dependencies": [ 82387 { 82388 "features": [], 82389 "kind": null, 82390 "name": "proc-macro2", 82391 "optional": false, 82392 "registry": null, 82393 "rename": null, 82394 "req": "^1.0.1", 82395 "source": "registry+https://github.com/rust-lang/crates.io-index", 82396 "target": null, 82397 "uses_default_features": true 82398 }, 82399 { 82400 "features": [], 82401 "kind": null, 82402 "name": "quote", 82403 "optional": false, 82404 "registry": null, 82405 "rename": null, 82406 "req": "^1.0.10", 82407 "source": "registry+https://github.com/rust-lang/crates.io-index", 82408 "target": null, 82409 "uses_default_features": true 82410 }, 82411 { 82412 "features": [], 82413 "kind": null, 82414 "name": "syn", 82415 "optional": false, 82416 "registry": null, 82417 "rename": null, 82418 "req": "^2.0.31", 82419 "source": "registry+https://github.com/rust-lang/crates.io-index", 82420 "target": null, 82421 "uses_default_features": true 82422 }, 82423 { 82424 "features": [], 82425 "kind": "dev", 82426 "name": "static_assertions", 82427 "optional": false, 82428 "registry": null, 82429 "rename": null, 82430 "req": "^1.1", 82431 "source": "registry+https://github.com/rust-lang/crates.io-index", 82432 "target": null, 82433 "uses_default_features": true 82434 }, 82435 { 82436 "features": [ 82437 "diff" 82438 ], 82439 "kind": "dev", 82440 "name": "trybuild", 82441 "optional": false, 82442 "registry": null, 82443 "rename": null, 82444 "req": "=1.0.85", 82445 "source": "registry+https://github.com/rust-lang/crates.io-index", 82446 "target": null, 82447 "uses_default_features": true 82448 } 82449 ], 82450 "description": "Custom derive for traits from the zerocopy crate", 82451 "documentation": null, 82452 "edition": "2018", 82453 "features": {}, 82454 "homepage": null, 82455 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82456 "keywords": [], 82457 "license": "BSD-2-Clause OR Apache-2.0 OR MIT", 82458 "license_file": null, 82459 "links": null, 82460 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/Cargo.toml", 82461 "metadata": null, 82462 "name": "zerocopy-derive", 82463 "publish": null, 82464 "readme": null, 82465 "repository": "https://github.com/google/zerocopy", 82466 "rust_version": "1.60.0", 82467 "source": "registry+https://github.com/rust-lang/crates.io-index", 82468 "targets": [ 82469 { 82470 "crate_types": [ 82471 "proc-macro" 82472 ], 82473 "doc": true, 82474 "doctest": true, 82475 "edition": "2018", 82476 "kind": [ 82477 "proc-macro" 82478 ], 82479 "name": "zerocopy_derive", 82480 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs", 82481 "test": true 82482 }, 82483 { 82484 "crate_types": [ 82485 "bin" 82486 ], 82487 "doc": false, 82488 "doctest": false, 82489 "edition": "2018", 82490 "kind": [ 82491 "test" 82492 ], 82493 "name": "enum_from_zeroes", 82494 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/enum_from_zeroes.rs", 82495 "test": true 82496 }, 82497 { 82498 "crate_types": [ 82499 "bin" 82500 ], 82501 "doc": false, 82502 "doctest": false, 82503 "edition": "2018", 82504 "kind": [ 82505 "test" 82506 ], 82507 "name": "union_known_layout", 82508 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/union_known_layout.rs", 82509 "test": true 82510 }, 82511 { 82512 "crate_types": [ 82513 "bin" 82514 ], 82515 "doc": false, 82516 "doctest": false, 82517 "edition": "2018", 82518 "kind": [ 82519 "test" 82520 ], 82521 "name": "struct_unaligned", 82522 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/struct_unaligned.rs", 82523 "test": true 82524 }, 82525 { 82526 "crate_types": [ 82527 "bin" 82528 ], 82529 "doc": false, 82530 "doctest": false, 82531 "edition": "2018", 82532 "kind": [ 82533 "test" 82534 ], 82535 "name": "struct_known_layout", 82536 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/struct_known_layout.rs", 82537 "test": true 82538 }, 82539 { 82540 "crate_types": [ 82541 "bin" 82542 ], 82543 "doc": false, 82544 "doctest": false, 82545 "edition": "2018", 82546 "kind": [ 82547 "test" 82548 ], 82549 "name": "enum_known_layout", 82550 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/enum_known_layout.rs", 82551 "test": true 82552 }, 82553 { 82554 "crate_types": [ 82555 "bin" 82556 ], 82557 "doc": false, 82558 "doctest": false, 82559 "edition": "2018", 82560 "kind": [ 82561 "test" 82562 ], 82563 "name": "util", 82564 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/util.rs", 82565 "test": true 82566 }, 82567 { 82568 "crate_types": [ 82569 "bin" 82570 ], 82571 "doc": false, 82572 "doctest": false, 82573 "edition": "2018", 82574 "kind": [ 82575 "test" 82576 ], 82577 "name": "union_as_bytes", 82578 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/union_as_bytes.rs", 82579 "test": true 82580 }, 82581 { 82582 "crate_types": [ 82583 "bin" 82584 ], 82585 "doc": false, 82586 "doctest": false, 82587 "edition": "2018", 82588 "kind": [ 82589 "test" 82590 ], 82591 "name": "union_from_zeroes", 82592 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/union_from_zeroes.rs", 82593 "test": true 82594 }, 82595 { 82596 "crate_types": [ 82597 "bin" 82598 ], 82599 "doc": false, 82600 "doctest": false, 82601 "edition": "2018", 82602 "kind": [ 82603 "test" 82604 ], 82605 "name": "trybuild", 82606 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/trybuild.rs", 82607 "test": true 82608 }, 82609 { 82610 "crate_types": [ 82611 "bin" 82612 ], 82613 "doc": false, 82614 "doctest": false, 82615 "edition": "2018", 82616 "kind": [ 82617 "test" 82618 ], 82619 "name": "struct_from_bytes", 82620 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/struct_from_bytes.rs", 82621 "test": true 82622 }, 82623 { 82624 "crate_types": [ 82625 "bin" 82626 ], 82627 "doc": false, 82628 "doctest": false, 82629 "edition": "2018", 82630 "kind": [ 82631 "test" 82632 ], 82633 "name": "priv_in_pub", 82634 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/priv_in_pub.rs", 82635 "test": true 82636 }, 82637 { 82638 "crate_types": [ 82639 "bin" 82640 ], 82641 "doc": false, 82642 "doctest": false, 82643 "edition": "2018", 82644 "kind": [ 82645 "test" 82646 ], 82647 "name": "struct_from_zeroes", 82648 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/struct_from_zeroes.rs", 82649 "test": true 82650 }, 82651 { 82652 "crate_types": [ 82653 "bin" 82654 ], 82655 "doc": false, 82656 "doctest": false, 82657 "edition": "2018", 82658 "kind": [ 82659 "test" 82660 ], 82661 "name": "union_unaligned", 82662 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/union_unaligned.rs", 82663 "test": true 82664 }, 82665 { 82666 "crate_types": [ 82667 "bin" 82668 ], 82669 "doc": false, 82670 "doctest": false, 82671 "edition": "2018", 82672 "kind": [ 82673 "test" 82674 ], 82675 "name": "hygiene", 82676 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/hygiene.rs", 82677 "test": true 82678 }, 82679 { 82680 "crate_types": [ 82681 "bin" 82682 ], 82683 "doc": false, 82684 "doctest": false, 82685 "edition": "2018", 82686 "kind": [ 82687 "test" 82688 ], 82689 "name": "union_from_bytes", 82690 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/union_from_bytes.rs", 82691 "test": true 82692 }, 82693 { 82694 "crate_types": [ 82695 "bin" 82696 ], 82697 "doc": false, 82698 "doctest": false, 82699 "edition": "2018", 82700 "kind": [ 82701 "test" 82702 ], 82703 "name": "enum_unaligned", 82704 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/enum_unaligned.rs", 82705 "test": true 82706 }, 82707 { 82708 "crate_types": [ 82709 "bin" 82710 ], 82711 "doc": false, 82712 "doctest": false, 82713 "edition": "2018", 82714 "kind": [ 82715 "test" 82716 ], 82717 "name": "enum_as_bytes", 82718 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/enum_as_bytes.rs", 82719 "test": true 82720 }, 82721 { 82722 "crate_types": [ 82723 "bin" 82724 ], 82725 "doc": false, 82726 "doctest": false, 82727 "edition": "2018", 82728 "kind": [ 82729 "test" 82730 ], 82731 "name": "struct_as_bytes", 82732 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/struct_as_bytes.rs", 82733 "test": true 82734 }, 82735 { 82736 "crate_types": [ 82737 "bin" 82738 ], 82739 "doc": false, 82740 "doctest": false, 82741 "edition": "2018", 82742 "kind": [ 82743 "test" 82744 ], 82745 "name": "paths_and_modules", 82746 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/tests/paths_and_modules.rs", 82747 "test": true 82748 } 82749 ], 82750 "version": "0.7.32" 82751 }, 82752 { 82753 "authors": [ 82754 "The RustCrypto Project Developers" 82755 ], 82756 "categories": [ 82757 "cryptography", 82758 "memory-management", 82759 "no-std", 82760 "os" 82761 ], 82762 "default_run": null, 82763 "dependencies": [ 82764 { 82765 "features": [], 82766 "kind": null, 82767 "name": "serde", 82768 "optional": true, 82769 "registry": null, 82770 "rename": null, 82771 "req": "^1.0", 82772 "source": "registry+https://github.com/rust-lang/crates.io-index", 82773 "target": null, 82774 "uses_default_features": false 82775 }, 82776 { 82777 "features": [], 82778 "kind": null, 82779 "name": "zeroize_derive", 82780 "optional": true, 82781 "registry": null, 82782 "rename": null, 82783 "req": "^1.3", 82784 "source": "registry+https://github.com/rust-lang/crates.io-index", 82785 "target": null, 82786 "uses_default_features": true 82787 } 82788 ], 82789 "description": "Securely clear secrets from memory with a simple trait built on\nstable Rust primitives which guarantee memory is zeroed using an\noperation will not be 'optimized away' by the compiler.\nUses a portable pure Rust implementation that works everywhere,\neven WASM!\n", 82790 "documentation": null, 82791 "edition": "2021", 82792 "features": { 82793 "aarch64": [], 82794 "alloc": [], 82795 "default": [ 82796 "alloc" 82797 ], 82798 "derive": [ 82799 "zeroize_derive" 82800 ], 82801 "serde": [ 82802 "dep:serde" 82803 ], 82804 "std": [ 82805 "alloc" 82806 ], 82807 "zeroize_derive": [ 82808 "dep:zeroize_derive" 82809 ] 82810 }, 82811 "homepage": null, 82812 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82813 "keywords": [ 82814 "memory", 82815 "memset", 82816 "secure", 82817 "volatile", 82818 "zero" 82819 ], 82820 "license": "Apache-2.0 OR MIT", 82821 "license_file": null, 82822 "links": null, 82823 "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/Cargo.toml", 82824 "metadata": { 82825 "docs": { 82826 "rs": { 82827 "all-features": true, 82828 "rustdoc-args": [ 82829 "--cfg", 82830 "docsrs" 82831 ] 82832 } 82833 } 82834 }, 82835 "name": "zeroize", 82836 "publish": null, 82837 "readme": "README.md", 82838 "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize", 82839 "rust_version": "1.60", 82840 "source": "registry+https://github.com/rust-lang/crates.io-index", 82841 "targets": [ 82842 { 82843 "crate_types": [ 82844 "lib" 82845 ], 82846 "doc": true, 82847 "doctest": true, 82848 "edition": "2021", 82849 "kind": [ 82850 "lib" 82851 ], 82852 "name": "zeroize", 82853 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs", 82854 "test": true 82855 }, 82856 { 82857 "crate_types": [ 82858 "bin" 82859 ], 82860 "doc": false, 82861 "doctest": false, 82862 "edition": "2021", 82863 "kind": [ 82864 "test" 82865 ], 82866 "name": "zeroize", 82867 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/tests/zeroize.rs", 82868 "test": true 82869 }, 82870 { 82871 "crate_types": [ 82872 "bin" 82873 ], 82874 "doc": false, 82875 "doctest": false, 82876 "edition": "2021", 82877 "kind": [ 82878 "test" 82879 ], 82880 "name": "zeroize_derive", 82881 "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/tests/zeroize_derive.rs", 82882 "test": true 82883 } 82884 ], 82885 "version": "1.7.0" 82886 } 82887 ], 82888 "resolve": { 82889 "nodes": [ 82890 { 82891 "dependencies": [ 82892 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82893 ], 82894 "deps": [ 82895 { 82896 "dep_kinds": [ 82897 { 82898 "kind": null, 82899 "target": null 82900 } 82901 ], 82902 "name": "psl_types", 82903 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82904 } 82905 ], 82906 "features": [ 82907 "std" 82908 ], 82909 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82910 }, 82911 { 82912 "dependencies": [ 82913 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82914 ], 82915 "deps": [ 82916 { 82917 "dep_kinds": [ 82918 { 82919 "kind": null, 82920 "target": null 82921 } 82922 ], 82923 "name": "gimli", 82924 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82925 } 82926 ], 82927 "features": [], 82928 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82929 }, 82930 { 82931 "dependencies": [], 82932 "deps": [], 82933 "features": [], 82934 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82935 }, 82936 { 82937 "dependencies": [ 82938 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82939 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82940 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82941 ], 82942 "deps": [ 82943 { 82944 "dep_kinds": [ 82945 { 82946 "kind": null, 82947 "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))" 82948 } 82949 ], 82950 "name": "getrandom", 82951 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82952 }, 82953 { 82954 "dep_kinds": [ 82955 { 82956 "kind": null, 82957 "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))" 82958 } 82959 ], 82960 "name": "once_cell", 82961 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82962 }, 82963 { 82964 "dep_kinds": [ 82965 { 82966 "kind": "build", 82967 "target": null 82968 } 82969 ], 82970 "name": "version_check", 82971 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82972 } 82973 ], 82974 "features": [], 82975 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82976 }, 82977 { 82978 "dependencies": [ 82979 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82980 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82981 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82982 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 82983 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82984 ], 82985 "deps": [ 82986 { 82987 "dep_kinds": [ 82988 { 82989 "kind": null, 82990 "target": null 82991 } 82992 ], 82993 "name": "cfg_if", 82994 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 82995 }, 82996 { 82997 "dep_kinds": [ 82998 { 82999 "kind": null, 83000 "target": null 83001 } 83002 ], 83003 "name": "getrandom", 83004 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83005 }, 83006 { 83007 "dep_kinds": [ 83008 { 83009 "kind": null, 83010 "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))" 83011 } 83012 ], 83013 "name": "once_cell", 83014 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83015 }, 83016 { 83017 "dep_kinds": [ 83018 { 83019 "kind": "build", 83020 "target": null 83021 } 83022 ], 83023 "name": "version_check", 83024 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83025 }, 83026 { 83027 "dep_kinds": [ 83028 { 83029 "kind": null, 83030 "target": null 83031 } 83032 ], 83033 "name": "zerocopy", 83034 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83035 } 83036 ], 83037 "features": [ 83038 "default", 83039 "getrandom", 83040 "runtime-rng", 83041 "std" 83042 ], 83043 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83044 }, 83045 { 83046 "dependencies": [ 83047 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83048 ], 83049 "deps": [ 83050 { 83051 "dep_kinds": [ 83052 { 83053 "kind": null, 83054 "target": null 83055 } 83056 ], 83057 "name": "memchr", 83058 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83059 } 83060 ], 83061 "features": [ 83062 "perf-literal", 83063 "std" 83064 ], 83065 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83066 }, 83067 { 83068 "dependencies": [ 83069 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83070 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83071 "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#[email protected]", 83072 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83073 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83074 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83075 ], 83076 "deps": [ 83077 { 83078 "dep_kinds": [ 83079 { 83080 "kind": null, 83081 "target": null 83082 } 83083 ], 83084 "name": "pinned_log", 83085 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83086 }, 83087 { 83088 "dep_kinds": [ 83089 { 83090 "kind": null, 83091 "target": null 83092 } 83093 ], 83094 "name": "log", 83095 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83096 }, 83097 { 83098 "dep_kinds": [ 83099 { 83100 "kind": null, 83101 "target": null 83102 } 83103 ], 83104 "name": "pinned_names", 83105 "pkg": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#[email protected]" 83106 }, 83107 { 83108 "dep_kinds": [ 83109 { 83110 "kind": null, 83111 "target": null 83112 } 83113 ], 83114 "name": "names", 83115 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83116 }, 83117 { 83118 "dep_kinds": [ 83119 { 83120 "kind": null, 83121 "target": null 83122 } 83123 ], 83124 "name": "surrealdb", 83125 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83126 }, 83127 { 83128 "dep_kinds": [ 83129 { 83130 "kind": null, 83131 "target": null 83132 } 83133 ], 83134 "name": "value_bag", 83135 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83136 } 83137 ], 83138 "features": [], 83139 "id": "path+file://{TEMP_DIR}/aliases#0.1.0" 83140 }, 83141 { 83142 "dependencies": [], 83143 "deps": [], 83144 "features": [ 83145 "alloc" 83146 ], 83147 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83148 }, 83149 { 83150 "dependencies": [], 83151 "deps": [], 83152 "features": [], 83153 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83154 }, 83155 { 83156 "dependencies": [ 83157 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83158 ], 83159 "deps": [ 83160 { 83161 "dep_kinds": [ 83162 { 83163 "kind": null, 83164 "target": null 83165 } 83166 ], 83167 "name": "libc", 83168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83169 } 83170 ], 83171 "features": [], 83172 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83173 }, 83174 { 83175 "dependencies": [], 83176 "deps": [], 83177 "features": [], 83178 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83179 }, 83180 { 83181 "dependencies": [ 83182 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83183 ], 83184 "deps": [ 83185 { 83186 "dep_kinds": [ 83187 { 83188 "kind": null, 83189 "target": null 83190 } 83191 ], 83192 "name": "num_traits", 83193 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83194 } 83195 ], 83196 "features": [ 83197 "std" 83198 ], 83199 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83200 }, 83201 { 83202 "dependencies": [], 83203 "deps": [], 83204 "features": [], 83205 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83206 }, 83207 { 83208 "dependencies": [ 83209 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83210 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83211 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83212 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83213 ], 83214 "deps": [ 83215 { 83216 "dep_kinds": [ 83217 { 83218 "kind": null, 83219 "target": null 83220 } 83221 ], 83222 "name": "base64ct", 83223 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83224 }, 83225 { 83226 "dep_kinds": [ 83227 { 83228 "kind": null, 83229 "target": null 83230 } 83231 ], 83232 "name": "blake2", 83233 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83234 }, 83235 { 83236 "dep_kinds": [ 83237 { 83238 "kind": null, 83239 "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))" 83240 } 83241 ], 83242 "name": "cpufeatures", 83243 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83244 }, 83245 { 83246 "dep_kinds": [ 83247 { 83248 "kind": null, 83249 "target": null 83250 } 83251 ], 83252 "name": "password_hash", 83253 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83254 } 83255 ], 83256 "features": [ 83257 "alloc", 83258 "default", 83259 "password-hash", 83260 "rand" 83261 ], 83262 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83263 }, 83264 { 83265 "dependencies": [], 83266 "deps": [], 83267 "features": [ 83268 "std" 83269 ], 83270 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83271 }, 83272 { 83273 "dependencies": [ 83274 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83275 ], 83276 "deps": [ 83277 { 83278 "dep_kinds": [ 83279 { 83280 "kind": null, 83281 "target": null 83282 } 83283 ], 83284 "name": "term", 83285 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83286 } 83287 ], 83288 "features": [], 83289 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83290 }, 83291 { 83292 "dependencies": [ 83293 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83294 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83295 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83296 ], 83297 "deps": [ 83298 { 83299 "dep_kinds": [ 83300 { 83301 "kind": null, 83302 "target": null 83303 } 83304 ], 83305 "name": "concurrent_queue", 83306 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83307 }, 83308 { 83309 "dep_kinds": [ 83310 { 83311 "kind": null, 83312 "target": null 83313 } 83314 ], 83315 "name": "event_listener", 83316 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83317 }, 83318 { 83319 "dep_kinds": [ 83320 { 83321 "kind": null, 83322 "target": null 83323 } 83324 ], 83325 "name": "futures_core", 83326 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83327 } 83328 ], 83329 "features": [], 83330 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83331 }, 83332 { 83333 "dependencies": [ 83334 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83335 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83336 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83337 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83338 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83339 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83340 ], 83341 "deps": [ 83342 { 83343 "dep_kinds": [ 83344 { 83345 "kind": null, 83346 "target": null 83347 } 83348 ], 83349 "name": "async_lock", 83350 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83351 }, 83352 { 83353 "dep_kinds": [ 83354 { 83355 "kind": null, 83356 "target": null 83357 } 83358 ], 83359 "name": "async_task", 83360 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83361 }, 83362 { 83363 "dep_kinds": [ 83364 { 83365 "kind": null, 83366 "target": null 83367 } 83368 ], 83369 "name": "concurrent_queue", 83370 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83371 }, 83372 { 83373 "dep_kinds": [ 83374 { 83375 "kind": null, 83376 "target": null 83377 } 83378 ], 83379 "name": "fastrand", 83380 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83381 }, 83382 { 83383 "dep_kinds": [ 83384 { 83385 "kind": null, 83386 "target": null 83387 }, 83388 { 83389 "kind": null, 83390 "target": "cfg(target_family = \"wasm\")" 83391 } 83392 ], 83393 "name": "futures_lite", 83394 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83395 }, 83396 { 83397 "dep_kinds": [ 83398 { 83399 "kind": null, 83400 "target": null 83401 } 83402 ], 83403 "name": "slab", 83404 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83405 } 83406 ], 83407 "features": [], 83408 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83409 }, 83410 { 83411 "dependencies": [ 83412 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83413 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83414 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83415 ], 83416 "deps": [ 83417 { 83418 "dep_kinds": [ 83419 { 83420 "kind": null, 83421 "target": null 83422 } 83423 ], 83424 "name": "event_listener", 83425 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83426 }, 83427 { 83428 "dep_kinds": [ 83429 { 83430 "kind": null, 83431 "target": null 83432 } 83433 ], 83434 "name": "event_listener_strategy", 83435 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83436 }, 83437 { 83438 "dep_kinds": [ 83439 { 83440 "kind": null, 83441 "target": null 83442 } 83443 ], 83444 "name": "pin_project_lite", 83445 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83446 } 83447 ], 83448 "features": [ 83449 "default", 83450 "std" 83451 ], 83452 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83453 }, 83454 { 83455 "dependencies": [ 83456 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83457 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83458 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83459 ], 83460 "deps": [ 83461 { 83462 "dep_kinds": [ 83463 { 83464 "kind": null, 83465 "target": null 83466 } 83467 ], 83468 "name": "proc_macro2", 83469 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83470 }, 83471 { 83472 "dep_kinds": [ 83473 { 83474 "kind": null, 83475 "target": null 83476 } 83477 ], 83478 "name": "quote", 83479 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83480 }, 83481 { 83482 "dep_kinds": [ 83483 { 83484 "kind": null, 83485 "target": null 83486 } 83487 ], 83488 "name": "syn", 83489 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83490 } 83491 ], 83492 "features": [], 83493 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83494 }, 83495 { 83496 "dependencies": [], 83497 "deps": [], 83498 "features": [ 83499 "default", 83500 "std" 83501 ], 83502 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83503 }, 83504 { 83505 "dependencies": [ 83506 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83507 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83508 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83509 ], 83510 "deps": [ 83511 { 83512 "dep_kinds": [ 83513 { 83514 "kind": null, 83515 "target": null 83516 } 83517 ], 83518 "name": "proc_macro2", 83519 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83520 }, 83521 { 83522 "dep_kinds": [ 83523 { 83524 "kind": null, 83525 "target": null 83526 } 83527 ], 83528 "name": "quote", 83529 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83530 }, 83531 { 83532 "dep_kinds": [ 83533 { 83534 "kind": null, 83535 "target": null 83536 } 83537 ], 83538 "name": "syn", 83539 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83540 } 83541 ], 83542 "features": [], 83543 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83544 }, 83545 { 83546 "dependencies": [ 83547 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83548 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83549 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83550 ], 83551 "deps": [ 83552 { 83553 "dep_kinds": [ 83554 { 83555 "kind": null, 83556 "target": null 83557 } 83558 ], 83559 "name": "futures", 83560 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83561 }, 83562 { 83563 "dep_kinds": [ 83564 { 83565 "kind": null, 83566 "target": null 83567 } 83568 ], 83569 "name": "pharos", 83570 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83571 }, 83572 { 83573 "dep_kinds": [ 83574 { 83575 "kind": "build", 83576 "target": null 83577 } 83578 ], 83579 "name": "rustc_version", 83580 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83581 } 83582 ], 83583 "features": [ 83584 "map_pharos", 83585 "pharos" 83586 ], 83587 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83588 }, 83589 { 83590 "dependencies": [], 83591 "deps": [], 83592 "features": [], 83593 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83594 }, 83595 { 83596 "dependencies": [ 83597 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83598 ], 83599 "deps": [ 83600 { 83601 "dep_kinds": [ 83602 { 83603 "kind": null, 83604 "target": null 83605 } 83606 ], 83607 "name": "critical_section", 83608 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83609 } 83610 ], 83611 "features": [], 83612 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83613 }, 83614 { 83615 "dependencies": [ 83616 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83617 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83618 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83619 ], 83620 "deps": [ 83621 { 83622 "dep_kinds": [ 83623 { 83624 "kind": null, 83625 "target": "cfg(target_os = \"hermit\")" 83626 } 83627 ], 83628 "name": "hermit_abi", 83629 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83630 }, 83631 { 83632 "dep_kinds": [ 83633 { 83634 "kind": null, 83635 "target": "cfg(unix)" 83636 } 83637 ], 83638 "name": "libc", 83639 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83640 }, 83641 { 83642 "dep_kinds": [ 83643 { 83644 "kind": null, 83645 "target": "cfg(windows)" 83646 } 83647 ], 83648 "name": "winapi", 83649 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83650 } 83651 ], 83652 "features": [], 83653 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83654 }, 83655 { 83656 "dependencies": [], 83657 "deps": [], 83658 "features": [], 83659 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83660 }, 83661 { 83662 "dependencies": [ 83663 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83664 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83665 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83666 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83667 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83668 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83669 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83670 ], 83671 "deps": [ 83672 { 83673 "dep_kinds": [ 83674 { 83675 "kind": null, 83676 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 83677 } 83678 ], 83679 "name": "addr2line", 83680 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83681 }, 83682 { 83683 "dep_kinds": [ 83684 { 83685 "kind": "build", 83686 "target": null 83687 } 83688 ], 83689 "name": "cc", 83690 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83691 }, 83692 { 83693 "dep_kinds": [ 83694 { 83695 "kind": null, 83696 "target": null 83697 } 83698 ], 83699 "name": "cfg_if", 83700 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83701 }, 83702 { 83703 "dep_kinds": [ 83704 { 83705 "kind": null, 83706 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 83707 } 83708 ], 83709 "name": "libc", 83710 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83711 }, 83712 { 83713 "dep_kinds": [ 83714 { 83715 "kind": null, 83716 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 83717 } 83718 ], 83719 "name": "miniz_oxide", 83720 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83721 }, 83722 { 83723 "dep_kinds": [ 83724 { 83725 "kind": null, 83726 "target": "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))" 83727 } 83728 ], 83729 "name": "object", 83730 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83731 }, 83732 { 83733 "dep_kinds": [ 83734 { 83735 "kind": null, 83736 "target": null 83737 } 83738 ], 83739 "name": "rustc_demangle", 83740 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83741 } 83742 ], 83743 "features": [ 83744 "default", 83745 "std" 83746 ], 83747 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83748 }, 83749 { 83750 "dependencies": [], 83751 "deps": [], 83752 "features": [ 83753 "alloc", 83754 "default", 83755 "std" 83756 ], 83757 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83758 }, 83759 { 83760 "dependencies": [], 83761 "deps": [], 83762 "features": [ 83763 "alloc", 83764 "std" 83765 ], 83766 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83767 }, 83768 { 83769 "dependencies": [], 83770 "deps": [], 83771 "features": [ 83772 "alloc", 83773 "std" 83774 ], 83775 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83776 }, 83777 { 83778 "dependencies": [ 83779 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83780 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83781 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83782 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83783 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83784 ], 83785 "deps": [ 83786 { 83787 "dep_kinds": [ 83788 { 83789 "kind": null, 83790 "target": null 83791 } 83792 ], 83793 "name": "base64", 83794 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83795 }, 83796 { 83797 "dep_kinds": [ 83798 { 83799 "kind": null, 83800 "target": null 83801 } 83802 ], 83803 "name": "blowfish", 83804 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83805 }, 83806 { 83807 "dep_kinds": [ 83808 { 83809 "kind": null, 83810 "target": null 83811 } 83812 ], 83813 "name": "getrandom", 83814 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83815 }, 83816 { 83817 "dep_kinds": [ 83818 { 83819 "kind": null, 83820 "target": null 83821 } 83822 ], 83823 "name": "subtle", 83824 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83825 }, 83826 { 83827 "dep_kinds": [ 83828 { 83829 "kind": null, 83830 "target": null 83831 } 83832 ], 83833 "name": "zeroize", 83834 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83835 } 83836 ], 83837 "features": [ 83838 "default", 83839 "getrandom", 83840 "std", 83841 "zeroize" 83842 ], 83843 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83844 }, 83845 { 83846 "dependencies": [ 83847 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83848 ], 83849 "deps": [ 83850 { 83851 "dep_kinds": [ 83852 { 83853 "kind": null, 83854 "target": null 83855 } 83856 ], 83857 "name": "serde", 83858 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83859 } 83860 ], 83861 "features": [], 83862 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83863 }, 83864 { 83865 "dependencies": [ 83866 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83867 ], 83868 "deps": [ 83869 { 83870 "dep_kinds": [ 83871 { 83872 "kind": null, 83873 "target": null 83874 } 83875 ], 83876 "name": "bit_vec", 83877 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83878 } 83879 ], 83880 "features": [], 83881 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83882 }, 83883 { 83884 "dependencies": [], 83885 "deps": [], 83886 "features": [], 83887 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83888 }, 83889 { 83890 "dependencies": [], 83891 "deps": [], 83892 "features": [ 83893 "default" 83894 ], 83895 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83896 }, 83897 { 83898 "dependencies": [], 83899 "deps": [], 83900 "features": [], 83901 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83902 }, 83903 { 83904 "dependencies": [ 83905 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83906 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83907 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83908 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83909 ], 83910 "deps": [ 83911 { 83912 "dep_kinds": [ 83913 { 83914 "kind": null, 83915 "target": null 83916 } 83917 ], 83918 "name": "funty", 83919 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83920 }, 83921 { 83922 "dep_kinds": [ 83923 { 83924 "kind": null, 83925 "target": null 83926 } 83927 ], 83928 "name": "radium", 83929 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83930 }, 83931 { 83932 "dep_kinds": [ 83933 { 83934 "kind": null, 83935 "target": null 83936 } 83937 ], 83938 "name": "tap", 83939 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83940 }, 83941 { 83942 "dep_kinds": [ 83943 { 83944 "kind": null, 83945 "target": null 83946 } 83947 ], 83948 "name": "wyz", 83949 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83950 } 83951 ], 83952 "features": [ 83953 "alloc" 83954 ], 83955 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83956 }, 83957 { 83958 "dependencies": [ 83959 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83960 ], 83961 "deps": [ 83962 { 83963 "dep_kinds": [ 83964 { 83965 "kind": null, 83966 "target": null 83967 } 83968 ], 83969 "name": "digest", 83970 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83971 } 83972 ], 83973 "features": [], 83974 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83975 }, 83976 { 83977 "dependencies": [ 83978 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83979 ], 83980 "deps": [ 83981 { 83982 "dep_kinds": [ 83983 { 83984 "kind": null, 83985 "target": null 83986 } 83987 ], 83988 "name": "generic_array", 83989 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83990 } 83991 ], 83992 "features": [], 83993 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83994 }, 83995 { 83996 "dependencies": [ 83997 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 83998 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 83999 ], 84000 "deps": [ 84001 { 84002 "dep_kinds": [ 84003 { 84004 "kind": null, 84005 "target": null 84006 } 84007 ], 84008 "name": "byteorder", 84009 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84010 }, 84011 { 84012 "dep_kinds": [ 84013 { 84014 "kind": null, 84015 "target": null 84016 } 84017 ], 84018 "name": "cipher", 84019 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84020 } 84021 ], 84022 "features": [ 84023 "bcrypt" 84024 ], 84025 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84026 }, 84027 { 84028 "dependencies": [ 84029 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84030 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84031 ], 84032 "deps": [ 84033 { 84034 "dep_kinds": [ 84035 { 84036 "kind": null, 84037 "target": null 84038 } 84039 ], 84040 "name": "borsh_derive", 84041 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84042 }, 84043 { 84044 "dep_kinds": [ 84045 { 84046 "kind": "build", 84047 "target": null 84048 } 84049 ], 84050 "name": "cfg_aliases", 84051 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84052 } 84053 ], 84054 "features": [ 84055 "borsh-derive", 84056 "derive", 84057 "std", 84058 "unstable__schema" 84059 ], 84060 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84061 }, 84062 { 84063 "dependencies": [ 84064 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84065 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84066 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84067 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84068 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84069 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84070 ], 84071 "deps": [ 84072 { 84073 "dep_kinds": [ 84074 { 84075 "kind": null, 84076 "target": null 84077 } 84078 ], 84079 "name": "once_cell", 84080 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84081 }, 84082 { 84083 "dep_kinds": [ 84084 { 84085 "kind": null, 84086 "target": null 84087 } 84088 ], 84089 "name": "proc_macro_crate", 84090 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84091 }, 84092 { 84093 "dep_kinds": [ 84094 { 84095 "kind": null, 84096 "target": null 84097 } 84098 ], 84099 "name": "proc_macro2", 84100 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84101 }, 84102 { 84103 "dep_kinds": [ 84104 { 84105 "kind": null, 84106 "target": null 84107 } 84108 ], 84109 "name": "quote", 84110 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84111 }, 84112 { 84113 "dep_kinds": [ 84114 { 84115 "kind": null, 84116 "target": null 84117 } 84118 ], 84119 "name": "syn", 84120 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84121 }, 84122 { 84123 "dep_kinds": [ 84124 { 84125 "kind": null, 84126 "target": null 84127 } 84128 ], 84129 "name": "syn_derive", 84130 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84131 } 84132 ], 84133 "features": [ 84134 "default", 84135 "schema" 84136 ], 84137 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84138 }, 84139 { 84140 "dependencies": [], 84141 "deps": [], 84142 "features": [ 84143 "default" 84144 ], 84145 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84146 }, 84147 { 84148 "dependencies": [ 84149 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84150 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84151 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84152 ], 84153 "deps": [ 84154 { 84155 "dep_kinds": [ 84156 { 84157 "kind": null, 84158 "target": null 84159 } 84160 ], 84161 "name": "bytecheck_derive", 84162 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84163 }, 84164 { 84165 "dep_kinds": [ 84166 { 84167 "kind": null, 84168 "target": null 84169 } 84170 ], 84171 "name": "ptr_meta", 84172 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84173 }, 84174 { 84175 "dep_kinds": [ 84176 { 84177 "kind": null, 84178 "target": null 84179 } 84180 ], 84181 "name": "simdutf8", 84182 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84183 } 84184 ], 84185 "features": [ 84186 "simdutf8", 84187 "std" 84188 ], 84189 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84190 }, 84191 { 84192 "dependencies": [ 84193 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84194 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84195 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84196 ], 84197 "deps": [ 84198 { 84199 "dep_kinds": [ 84200 { 84201 "kind": null, 84202 "target": null 84203 } 84204 ], 84205 "name": "proc_macro2", 84206 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84207 }, 84208 { 84209 "dep_kinds": [ 84210 { 84211 "kind": null, 84212 "target": null 84213 } 84214 ], 84215 "name": "quote", 84216 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84217 }, 84218 { 84219 "dep_kinds": [ 84220 { 84221 "kind": null, 84222 "target": null 84223 } 84224 ], 84225 "name": "syn", 84226 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84227 } 84228 ], 84229 "features": [ 84230 "std" 84231 ], 84232 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84233 }, 84234 { 84235 "dependencies": [], 84236 "deps": [], 84237 "features": [], 84238 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84239 }, 84240 { 84241 "dependencies": [], 84242 "deps": [], 84243 "features": [ 84244 "default", 84245 "std" 84246 ], 84247 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84248 }, 84249 { 84250 "dependencies": [], 84251 "deps": [], 84252 "features": [ 84253 "default", 84254 "std" 84255 ], 84256 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84257 }, 84258 { 84259 "dependencies": [], 84260 "deps": [], 84261 "features": [], 84262 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84263 }, 84264 { 84265 "dependencies": [ 84266 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84267 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84268 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84269 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84270 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84271 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84272 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84273 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84274 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84275 ], 84276 "deps": [ 84277 { 84278 "dep_kinds": [ 84279 { 84280 "kind": null, 84281 "target": null 84282 } 84283 ], 84284 "name": "cedar_policy_core", 84285 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84286 }, 84287 { 84288 "dep_kinds": [ 84289 { 84290 "kind": null, 84291 "target": null 84292 } 84293 ], 84294 "name": "cedar_policy_validator", 84295 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84296 }, 84297 { 84298 "dep_kinds": [ 84299 { 84300 "kind": null, 84301 "target": null 84302 } 84303 ], 84304 "name": "itertools", 84305 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84306 }, 84307 { 84308 "dep_kinds": [ 84309 { 84310 "kind": null, 84311 "target": null 84312 } 84313 ], 84314 "name": "lalrpop_util", 84315 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84316 }, 84317 { 84318 "dep_kinds": [ 84319 { 84320 "kind": null, 84321 "target": null 84322 } 84323 ], 84324 "name": "ref_cast", 84325 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84326 }, 84327 { 84328 "dep_kinds": [ 84329 { 84330 "kind": null, 84331 "target": null 84332 } 84333 ], 84334 "name": "serde", 84335 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84336 }, 84337 { 84338 "dep_kinds": [ 84339 { 84340 "kind": null, 84341 "target": null 84342 } 84343 ], 84344 "name": "serde_json", 84345 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84346 }, 84347 { 84348 "dep_kinds": [ 84349 { 84350 "kind": null, 84351 "target": null 84352 } 84353 ], 84354 "name": "smol_str", 84355 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84356 }, 84357 { 84358 "dep_kinds": [ 84359 { 84360 "kind": null, 84361 "target": null 84362 } 84363 ], 84364 "name": "thiserror", 84365 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84366 } 84367 ], 84368 "features": [ 84369 "decimal", 84370 "default", 84371 "ipaddr" 84372 ], 84373 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84374 }, 84375 { 84376 "dependencies": [ 84377 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84378 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84379 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84380 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84381 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84382 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84383 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84384 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84385 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84386 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84387 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84388 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84389 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84390 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84391 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84392 ], 84393 "deps": [ 84394 { 84395 "dep_kinds": [ 84396 { 84397 "kind": null, 84398 "target": null 84399 } 84400 ], 84401 "name": "either", 84402 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84403 }, 84404 { 84405 "dep_kinds": [ 84406 { 84407 "kind": null, 84408 "target": null 84409 } 84410 ], 84411 "name": "ipnet", 84412 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84413 }, 84414 { 84415 "dep_kinds": [ 84416 { 84417 "kind": null, 84418 "target": null 84419 } 84420 ], 84421 "name": "itertools", 84422 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84423 }, 84424 { 84425 "dep_kinds": [ 84426 { 84427 "kind": "build", 84428 "target": null 84429 } 84430 ], 84431 "name": "lalrpop", 84432 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84433 }, 84434 { 84435 "dep_kinds": [ 84436 { 84437 "kind": null, 84438 "target": null 84439 } 84440 ], 84441 "name": "lalrpop_util", 84442 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84443 }, 84444 { 84445 "dep_kinds": [ 84446 { 84447 "kind": null, 84448 "target": null 84449 } 84450 ], 84451 "name": "lazy_static", 84452 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84453 }, 84454 { 84455 "dep_kinds": [ 84456 { 84457 "kind": null, 84458 "target": null 84459 } 84460 ], 84461 "name": "miette", 84462 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84463 }, 84464 { 84465 "dep_kinds": [ 84466 { 84467 "kind": null, 84468 "target": null 84469 } 84470 ], 84471 "name": "regex", 84472 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84473 }, 84474 { 84475 "dep_kinds": [ 84476 { 84477 "kind": null, 84478 "target": null 84479 } 84480 ], 84481 "name": "rustc_lexer", 84482 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84483 }, 84484 { 84485 "dep_kinds": [ 84486 { 84487 "kind": null, 84488 "target": null 84489 } 84490 ], 84491 "name": "serde", 84492 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84493 }, 84494 { 84495 "dep_kinds": [ 84496 { 84497 "kind": null, 84498 "target": null 84499 } 84500 ], 84501 "name": "serde_json", 84502 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84503 }, 84504 { 84505 "dep_kinds": [ 84506 { 84507 "kind": null, 84508 "target": null 84509 } 84510 ], 84511 "name": "serde_with", 84512 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84513 }, 84514 { 84515 "dep_kinds": [ 84516 { 84517 "kind": null, 84518 "target": null 84519 } 84520 ], 84521 "name": "smol_str", 84522 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84523 }, 84524 { 84525 "dep_kinds": [ 84526 { 84527 "kind": null, 84528 "target": null 84529 } 84530 ], 84531 "name": "stacker", 84532 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84533 }, 84534 { 84535 "dep_kinds": [ 84536 { 84537 "kind": null, 84538 "target": null 84539 } 84540 ], 84541 "name": "thiserror", 84542 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84543 } 84544 ], 84545 "features": [ 84546 "decimal", 84547 "default", 84548 "ipaddr" 84549 ], 84550 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84551 }, 84552 { 84553 "dependencies": [ 84554 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84555 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84556 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84557 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84558 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84559 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84560 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84561 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84562 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84563 ], 84564 "deps": [ 84565 { 84566 "dep_kinds": [ 84567 { 84568 "kind": null, 84569 "target": null 84570 } 84571 ], 84572 "name": "cedar_policy_core", 84573 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84574 }, 84575 { 84576 "dep_kinds": [ 84577 { 84578 "kind": null, 84579 "target": null 84580 } 84581 ], 84582 "name": "itertools", 84583 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84584 }, 84585 { 84586 "dep_kinds": [ 84587 { 84588 "kind": null, 84589 "target": null 84590 } 84591 ], 84592 "name": "serde", 84593 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84594 }, 84595 { 84596 "dep_kinds": [ 84597 { 84598 "kind": null, 84599 "target": null 84600 } 84601 ], 84602 "name": "serde_json", 84603 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84604 }, 84605 { 84606 "dep_kinds": [ 84607 { 84608 "kind": null, 84609 "target": null 84610 } 84611 ], 84612 "name": "serde_with", 84613 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84614 }, 84615 { 84616 "dep_kinds": [ 84617 { 84618 "kind": null, 84619 "target": null 84620 } 84621 ], 84622 "name": "smol_str", 84623 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84624 }, 84625 { 84626 "dep_kinds": [ 84627 { 84628 "kind": null, 84629 "target": null 84630 } 84631 ], 84632 "name": "stacker", 84633 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84634 }, 84635 { 84636 "dep_kinds": [ 84637 { 84638 "kind": null, 84639 "target": null 84640 } 84641 ], 84642 "name": "thiserror", 84643 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84644 }, 84645 { 84646 "dep_kinds": [ 84647 { 84648 "kind": null, 84649 "target": null 84650 } 84651 ], 84652 "name": "unicode_security", 84653 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84654 } 84655 ], 84656 "features": [ 84657 "decimal", 84658 "default", 84659 "ipaddr" 84660 ], 84661 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84662 }, 84663 { 84664 "dependencies": [], 84665 "deps": [], 84666 "features": [], 84667 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84668 }, 84669 { 84670 "dependencies": [], 84671 "deps": [], 84672 "features": [], 84673 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84674 }, 84675 { 84676 "dependencies": [ 84677 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84678 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84679 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84680 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84681 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84682 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84683 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84684 ], 84685 "deps": [ 84686 { 84687 "dep_kinds": [ 84688 { 84689 "kind": null, 84690 "target": "cfg(target_os = \"android\")" 84691 } 84692 ], 84693 "name": "android_tzdata", 84694 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84695 }, 84696 { 84697 "dep_kinds": [ 84698 { 84699 "kind": null, 84700 "target": "cfg(unix)" 84701 } 84702 ], 84703 "name": "iana_time_zone", 84704 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84705 }, 84706 { 84707 "dep_kinds": [ 84708 { 84709 "kind": null, 84710 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" 84711 } 84712 ], 84713 "name": "js_sys", 84714 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84715 }, 84716 { 84717 "dep_kinds": [ 84718 { 84719 "kind": null, 84720 "target": null 84721 } 84722 ], 84723 "name": "num_traits", 84724 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84725 }, 84726 { 84727 "dep_kinds": [ 84728 { 84729 "kind": null, 84730 "target": null 84731 } 84732 ], 84733 "name": "serde", 84734 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84735 }, 84736 { 84737 "dep_kinds": [ 84738 { 84739 "kind": null, 84740 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" 84741 } 84742 ], 84743 "name": "wasm_bindgen", 84744 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84745 }, 84746 { 84747 "dep_kinds": [ 84748 { 84749 "kind": null, 84750 "target": "cfg(windows)" 84751 } 84752 ], 84753 "name": "windows_targets", 84754 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84755 } 84756 ], 84757 "features": [ 84758 "alloc", 84759 "android-tzdata", 84760 "clock", 84761 "default", 84762 "iana-time-zone", 84763 "js-sys", 84764 "now", 84765 "oldtime", 84766 "serde", 84767 "std", 84768 "wasm-bindgen", 84769 "wasmbind", 84770 "winapi", 84771 "windows-targets" 84772 ], 84773 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84774 }, 84775 { 84776 "dependencies": [ 84777 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84778 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84779 ], 84780 "deps": [ 84781 { 84782 "dep_kinds": [ 84783 { 84784 "kind": null, 84785 "target": null 84786 } 84787 ], 84788 "name": "crypto_common", 84789 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84790 }, 84791 { 84792 "dep_kinds": [ 84793 { 84794 "kind": null, 84795 "target": null 84796 } 84797 ], 84798 "name": "inout", 84799 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84800 } 84801 ], 84802 "features": [], 84803 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84804 }, 84805 { 84806 "dependencies": [ 84807 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84808 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84809 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84810 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84811 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84812 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84813 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84814 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84815 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84816 ], 84817 "deps": [ 84818 { 84819 "dep_kinds": [ 84820 { 84821 "kind": null, 84822 "target": null 84823 } 84824 ], 84825 "name": "atty", 84826 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84827 }, 84828 { 84829 "dep_kinds": [ 84830 { 84831 "kind": null, 84832 "target": null 84833 } 84834 ], 84835 "name": "bitflags", 84836 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84837 }, 84838 { 84839 "dep_kinds": [ 84840 { 84841 "kind": null, 84842 "target": null 84843 } 84844 ], 84845 "name": "clap_derive", 84846 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84847 }, 84848 { 84849 "dep_kinds": [ 84850 { 84851 "kind": null, 84852 "target": null 84853 } 84854 ], 84855 "name": "indexmap", 84856 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84857 }, 84858 { 84859 "dep_kinds": [ 84860 { 84861 "kind": null, 84862 "target": null 84863 } 84864 ], 84865 "name": "lazy_static", 84866 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84867 }, 84868 { 84869 "dep_kinds": [ 84870 { 84871 "kind": null, 84872 "target": null 84873 } 84874 ], 84875 "name": "os_str_bytes", 84876 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84877 }, 84878 { 84879 "dep_kinds": [ 84880 { 84881 "kind": null, 84882 "target": null 84883 } 84884 ], 84885 "name": "strsim", 84886 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84887 }, 84888 { 84889 "dep_kinds": [ 84890 { 84891 "kind": null, 84892 "target": null 84893 } 84894 ], 84895 "name": "termcolor", 84896 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84897 }, 84898 { 84899 "dep_kinds": [ 84900 { 84901 "kind": null, 84902 "target": null 84903 } 84904 ], 84905 "name": "textwrap", 84906 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84907 } 84908 ], 84909 "features": [ 84910 "atty", 84911 "clap_derive", 84912 "color", 84913 "default", 84914 "derive", 84915 "lazy_static", 84916 "std", 84917 "strsim", 84918 "suggestions", 84919 "termcolor" 84920 ], 84921 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84922 }, 84923 { 84924 "dependencies": [ 84925 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84926 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84927 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84928 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 84929 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84930 ], 84931 "deps": [ 84932 { 84933 "dep_kinds": [ 84934 { 84935 "kind": null, 84936 "target": null 84937 } 84938 ], 84939 "name": "heck", 84940 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84941 }, 84942 { 84943 "dep_kinds": [ 84944 { 84945 "kind": null, 84946 "target": null 84947 } 84948 ], 84949 "name": "proc_macro_error", 84950 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84951 }, 84952 { 84953 "dep_kinds": [ 84954 { 84955 "kind": null, 84956 "target": null 84957 } 84958 ], 84959 "name": "proc_macro2", 84960 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84961 }, 84962 { 84963 "dep_kinds": [ 84964 { 84965 "kind": null, 84966 "target": null 84967 } 84968 ], 84969 "name": "quote", 84970 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84971 }, 84972 { 84973 "dep_kinds": [ 84974 { 84975 "kind": null, 84976 "target": null 84977 } 84978 ], 84979 "name": "syn", 84980 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84981 } 84982 ], 84983 "features": [ 84984 "default" 84985 ], 84986 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84987 }, 84988 { 84989 "dependencies": [ 84990 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 84991 ], 84992 "deps": [ 84993 { 84994 "dep_kinds": [ 84995 { 84996 "kind": null, 84997 "target": null 84998 } 84999 ], 85000 "name": "crossbeam_utils", 85001 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85002 } 85003 ], 85004 "features": [ 85005 "default", 85006 "std" 85007 ], 85008 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85009 }, 85010 { 85011 "dependencies": [], 85012 "deps": [], 85013 "features": [], 85014 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85015 }, 85016 { 85017 "dependencies": [ 85018 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85019 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85020 ], 85021 "deps": [ 85022 { 85023 "dep_kinds": [ 85024 { 85025 "kind": null, 85026 "target": null 85027 } 85028 ], 85029 "name": "core_foundation_sys", 85030 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85031 }, 85032 { 85033 "dep_kinds": [ 85034 { 85035 "kind": null, 85036 "target": null 85037 } 85038 ], 85039 "name": "libc", 85040 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85041 } 85042 ], 85043 "features": [ 85044 "default", 85045 "link" 85046 ], 85047 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85048 }, 85049 { 85050 "dependencies": [], 85051 "deps": [], 85052 "features": [ 85053 "default", 85054 "link" 85055 ], 85056 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85057 }, 85058 { 85059 "dependencies": [ 85060 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85061 ], 85062 "deps": [ 85063 { 85064 "dep_kinds": [ 85065 { 85066 "kind": null, 85067 "target": "aarch64-linux-android" 85068 }, 85069 { 85070 "kind": null, 85071 "target": "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))" 85072 }, 85073 { 85074 "kind": null, 85075 "target": "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))" 85076 }, 85077 { 85078 "kind": null, 85079 "target": "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))" 85080 } 85081 ], 85082 "name": "libc", 85083 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85084 } 85085 ], 85086 "features": [], 85087 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85088 }, 85089 { 85090 "dependencies": [], 85091 "deps": [], 85092 "features": [], 85093 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85094 }, 85095 { 85096 "dependencies": [], 85097 "deps": [], 85098 "features": [], 85099 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85100 }, 85101 { 85102 "dependencies": [], 85103 "deps": [], 85104 "features": [ 85105 "default", 85106 "limit_128" 85107 ], 85108 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85109 }, 85110 { 85111 "dependencies": [ 85112 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85113 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85114 ], 85115 "deps": [ 85116 { 85117 "dep_kinds": [ 85118 { 85119 "kind": null, 85120 "target": null 85121 } 85122 ], 85123 "name": "generic_array", 85124 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85125 }, 85126 { 85127 "dep_kinds": [ 85128 { 85129 "kind": null, 85130 "target": null 85131 } 85132 ], 85133 "name": "typenum", 85134 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85135 } 85136 ], 85137 "features": [ 85138 "std" 85139 ], 85140 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85141 }, 85142 { 85143 "dependencies": [ 85144 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85145 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85146 ], 85147 "deps": [ 85148 { 85149 "dep_kinds": [ 85150 { 85151 "kind": null, 85152 "target": null 85153 } 85154 ], 85155 "name": "quote", 85156 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85157 }, 85158 { 85159 "dep_kinds": [ 85160 { 85161 "kind": null, 85162 "target": null 85163 } 85164 ], 85165 "name": "syn", 85166 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85167 } 85168 ], 85169 "features": [], 85170 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85171 }, 85172 { 85173 "dependencies": [ 85174 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85175 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85176 ], 85177 "deps": [ 85178 { 85179 "dep_kinds": [ 85180 { 85181 "kind": null, 85182 "target": null 85183 } 85184 ], 85185 "name": "darling_core", 85186 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85187 }, 85188 { 85189 "dep_kinds": [ 85190 { 85191 "kind": null, 85192 "target": null 85193 } 85194 ], 85195 "name": "darling_macro", 85196 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85197 } 85198 ], 85199 "features": [ 85200 "default", 85201 "suggestions" 85202 ], 85203 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85204 }, 85205 { 85206 "dependencies": [ 85207 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85208 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85209 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85210 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85211 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85212 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85213 ], 85214 "deps": [ 85215 { 85216 "dep_kinds": [ 85217 { 85218 "kind": null, 85219 "target": null 85220 } 85221 ], 85222 "name": "fnv", 85223 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85224 }, 85225 { 85226 "dep_kinds": [ 85227 { 85228 "kind": null, 85229 "target": null 85230 } 85231 ], 85232 "name": "ident_case", 85233 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85234 }, 85235 { 85236 "dep_kinds": [ 85237 { 85238 "kind": null, 85239 "target": null 85240 } 85241 ], 85242 "name": "proc_macro2", 85243 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85244 }, 85245 { 85246 "dep_kinds": [ 85247 { 85248 "kind": null, 85249 "target": null 85250 } 85251 ], 85252 "name": "quote", 85253 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85254 }, 85255 { 85256 "dep_kinds": [ 85257 { 85258 "kind": null, 85259 "target": null 85260 } 85261 ], 85262 "name": "strsim", 85263 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85264 }, 85265 { 85266 "dep_kinds": [ 85267 { 85268 "kind": null, 85269 "target": null 85270 } 85271 ], 85272 "name": "syn", 85273 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85274 } 85275 ], 85276 "features": [ 85277 "strsim", 85278 "suggestions" 85279 ], 85280 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85281 }, 85282 { 85283 "dependencies": [ 85284 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85285 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85286 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85287 ], 85288 "deps": [ 85289 { 85290 "dep_kinds": [ 85291 { 85292 "kind": null, 85293 "target": null 85294 } 85295 ], 85296 "name": "darling_core", 85297 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85298 }, 85299 { 85300 "dep_kinds": [ 85301 { 85302 "kind": null, 85303 "target": null 85304 } 85305 ], 85306 "name": "quote", 85307 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85308 }, 85309 { 85310 "dep_kinds": [ 85311 { 85312 "kind": null, 85313 "target": null 85314 } 85315 ], 85316 "name": "syn", 85317 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85318 } 85319 ], 85320 "features": [], 85321 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85322 }, 85323 { 85324 "dependencies": [], 85325 "deps": [], 85326 "features": [ 85327 "alloc", 85328 "default", 85329 "std" 85330 ], 85331 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85332 }, 85333 { 85334 "dependencies": [ 85335 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85336 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85337 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85338 ], 85339 "deps": [ 85340 { 85341 "dep_kinds": [ 85342 { 85343 "kind": null, 85344 "target": null 85345 } 85346 ], 85347 "name": "const_oid", 85348 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85349 }, 85350 { 85351 "dep_kinds": [ 85352 { 85353 "kind": null, 85354 "target": null 85355 } 85356 ], 85357 "name": "pem_rfc7468", 85358 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85359 }, 85360 { 85361 "dep_kinds": [ 85362 { 85363 "kind": null, 85364 "target": null 85365 } 85366 ], 85367 "name": "zeroize", 85368 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85369 } 85370 ], 85371 "features": [ 85372 "alloc", 85373 "oid", 85374 "pem", 85375 "std", 85376 "zeroize" 85377 ], 85378 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85379 }, 85380 { 85381 "dependencies": [ 85382 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85383 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85384 ], 85385 "deps": [ 85386 { 85387 "dep_kinds": [ 85388 { 85389 "kind": null, 85390 "target": null 85391 } 85392 ], 85393 "name": "powerfmt", 85394 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85395 }, 85396 { 85397 "dep_kinds": [ 85398 { 85399 "kind": null, 85400 "target": null 85401 } 85402 ], 85403 "name": "serde", 85404 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85405 } 85406 ], 85407 "features": [ 85408 "alloc", 85409 "powerfmt", 85410 "serde", 85411 "std" 85412 ], 85413 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85414 }, 85415 { 85416 "dependencies": [], 85417 "deps": [], 85418 "features": [ 85419 "alloc", 85420 "default" 85421 ], 85422 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85423 }, 85424 { 85425 "dependencies": [ 85426 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85427 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85428 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85429 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85430 ], 85431 "deps": [ 85432 { 85433 "dep_kinds": [ 85434 { 85435 "kind": null, 85436 "target": null 85437 } 85438 ], 85439 "name": "block_buffer", 85440 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85441 }, 85442 { 85443 "dep_kinds": [ 85444 { 85445 "kind": null, 85446 "target": null 85447 } 85448 ], 85449 "name": "const_oid", 85450 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85451 }, 85452 { 85453 "dep_kinds": [ 85454 { 85455 "kind": null, 85456 "target": null 85457 } 85458 ], 85459 "name": "crypto_common", 85460 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85461 }, 85462 { 85463 "dep_kinds": [ 85464 { 85465 "kind": null, 85466 "target": null 85467 } 85468 ], 85469 "name": "subtle", 85470 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85471 } 85472 ], 85473 "features": [ 85474 "alloc", 85475 "block-buffer", 85476 "const-oid", 85477 "core-api", 85478 "default", 85479 "mac", 85480 "oid", 85481 "std", 85482 "subtle" 85483 ], 85484 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85485 }, 85486 { 85487 "dependencies": [ 85488 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85489 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85490 ], 85491 "deps": [ 85492 { 85493 "dep_kinds": [ 85494 { 85495 "kind": null, 85496 "target": null 85497 } 85498 ], 85499 "name": "cfg_if", 85500 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85501 }, 85502 { 85503 "dep_kinds": [ 85504 { 85505 "kind": null, 85506 "target": null 85507 } 85508 ], 85509 "name": "dirs_sys_next", 85510 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85511 } 85512 ], 85513 "features": [], 85514 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85515 }, 85516 { 85517 "dependencies": [ 85518 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85519 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85520 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85521 ], 85522 "deps": [ 85523 { 85524 "dep_kinds": [ 85525 { 85526 "kind": null, 85527 "target": "cfg(unix)" 85528 } 85529 ], 85530 "name": "libc", 85531 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85532 }, 85533 { 85534 "dep_kinds": [ 85535 { 85536 "kind": null, 85537 "target": "cfg(target_os = \"redox\")" 85538 } 85539 ], 85540 "name": "redox_users", 85541 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85542 }, 85543 { 85544 "dep_kinds": [ 85545 { 85546 "kind": null, 85547 "target": "cfg(windows)" 85548 } 85549 ], 85550 "name": "winapi", 85551 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85552 } 85553 ], 85554 "features": [], 85555 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85556 }, 85557 { 85558 "dependencies": [ 85559 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85560 ], 85561 "deps": [ 85562 { 85563 "dep_kinds": [ 85564 { 85565 "kind": null, 85566 "target": null 85567 } 85568 ], 85569 "name": "urlencoding", 85570 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85571 } 85572 ], 85573 "features": [], 85574 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85575 }, 85576 { 85577 "dependencies": [], 85578 "deps": [], 85579 "features": [], 85580 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85581 }, 85582 { 85583 "dependencies": [ 85584 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85585 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85586 ], 85587 "deps": [ 85588 { 85589 "dep_kinds": [ 85590 { 85591 "kind": null, 85592 "target": null 85593 } 85594 ], 85595 "name": "itertools", 85596 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85597 }, 85598 { 85599 "dep_kinds": [ 85600 { 85601 "kind": null, 85602 "target": null 85603 } 85604 ], 85605 "name": "num_traits", 85606 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85607 } 85608 ], 85609 "features": [], 85610 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85611 }, 85612 { 85613 "dependencies": [], 85614 "deps": [], 85615 "features": [ 85616 "default", 85617 "use_std" 85618 ], 85619 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85620 }, 85621 { 85622 "dependencies": [ 85623 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85624 ], 85625 "deps": [ 85626 { 85627 "dep_kinds": [ 85628 { 85629 "kind": null, 85630 "target": null 85631 } 85632 ], 85633 "name": "log", 85634 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85635 } 85636 ], 85637 "features": [], 85638 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85639 }, 85640 { 85641 "dependencies": [ 85642 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85643 ], 85644 "deps": [ 85645 { 85646 "dep_kinds": [ 85647 { 85648 "kind": null, 85649 "target": null 85650 } 85651 ], 85652 "name": "cfg_if", 85653 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85654 } 85655 ], 85656 "features": [ 85657 "alloc", 85658 "default" 85659 ], 85660 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85661 }, 85662 { 85663 "dependencies": [], 85664 "deps": [], 85665 "features": [], 85666 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85667 }, 85668 { 85669 "dependencies": [], 85670 "deps": [], 85671 "features": [], 85672 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85673 }, 85674 { 85675 "dependencies": [], 85676 "deps": [], 85677 "features": [], 85678 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85679 }, 85680 { 85681 "dependencies": [ 85682 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85683 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85684 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85685 ], 85686 "deps": [ 85687 { 85688 "dep_kinds": [ 85689 { 85690 "kind": null, 85691 "target": null 85692 } 85693 ], 85694 "name": "concurrent_queue", 85695 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85696 }, 85697 { 85698 "dep_kinds": [ 85699 { 85700 "kind": null, 85701 "target": "cfg(not(target_family = \"wasm\"))" 85702 } 85703 ], 85704 "name": "parking", 85705 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85706 }, 85707 { 85708 "dep_kinds": [ 85709 { 85710 "kind": null, 85711 "target": null 85712 } 85713 ], 85714 "name": "pin_project_lite", 85715 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85716 } 85717 ], 85718 "features": [ 85719 "parking", 85720 "std" 85721 ], 85722 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85723 }, 85724 { 85725 "dependencies": [ 85726 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85727 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85728 ], 85729 "deps": [ 85730 { 85731 "dep_kinds": [ 85732 { 85733 "kind": null, 85734 "target": null 85735 } 85736 ], 85737 "name": "event_listener", 85738 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85739 }, 85740 { 85741 "dep_kinds": [ 85742 { 85743 "kind": null, 85744 "target": null 85745 } 85746 ], 85747 "name": "pin_project_lite", 85748 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85749 } 85750 ], 85751 "features": [ 85752 "std" 85753 ], 85754 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85755 }, 85756 { 85757 "dependencies": [], 85758 "deps": [], 85759 "features": [ 85760 "alloc", 85761 "default", 85762 "std" 85763 ], 85764 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85765 }, 85766 { 85767 "dependencies": [], 85768 "deps": [], 85769 "features": [], 85770 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85771 }, 85772 { 85773 "dependencies": [], 85774 "deps": [], 85775 "features": [], 85776 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85777 }, 85778 { 85779 "dependencies": [ 85780 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85781 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85782 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85783 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85784 ], 85785 "deps": [ 85786 { 85787 "dep_kinds": [ 85788 { 85789 "kind": null, 85790 "target": null 85791 } 85792 ], 85793 "name": "futures_core", 85794 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85795 }, 85796 { 85797 "dep_kinds": [ 85798 { 85799 "kind": null, 85800 "target": null 85801 } 85802 ], 85803 "name": "futures_sink", 85804 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85805 }, 85806 { 85807 "dep_kinds": [ 85808 { 85809 "kind": null, 85810 "target": null 85811 } 85812 ], 85813 "name": "nanorand", 85814 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85815 }, 85816 { 85817 "dep_kinds": [ 85818 { 85819 "kind": null, 85820 "target": null 85821 } 85822 ], 85823 "name": "spin1", 85824 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85825 } 85826 ], 85827 "features": [ 85828 "async", 85829 "default", 85830 "eventual-fairness", 85831 "futures-core", 85832 "futures-sink", 85833 "nanorand", 85834 "select" 85835 ], 85836 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85837 }, 85838 { 85839 "dependencies": [], 85840 "deps": [], 85841 "features": [ 85842 "default", 85843 "std" 85844 ], 85845 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85846 }, 85847 { 85848 "dependencies": [ 85849 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85850 ], 85851 "deps": [ 85852 { 85853 "dep_kinds": [ 85854 { 85855 "kind": null, 85856 "target": null 85857 } 85858 ], 85859 "name": "percent_encoding", 85860 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85861 } 85862 ], 85863 "features": [ 85864 "alloc", 85865 "default", 85866 "std" 85867 ], 85868 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85869 }, 85870 { 85871 "dependencies": [], 85872 "deps": [], 85873 "features": [ 85874 "default" 85875 ], 85876 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85877 }, 85878 { 85879 "dependencies": [], 85880 "deps": [], 85881 "features": [], 85882 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85883 }, 85884 { 85885 "dependencies": [ 85886 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85887 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85888 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85889 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85890 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85891 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85892 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85893 ], 85894 "deps": [ 85895 { 85896 "dep_kinds": [ 85897 { 85898 "kind": null, 85899 "target": null 85900 } 85901 ], 85902 "name": "futures_channel", 85903 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85904 }, 85905 { 85906 "dep_kinds": [ 85907 { 85908 "kind": null, 85909 "target": null 85910 } 85911 ], 85912 "name": "futures_core", 85913 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85914 }, 85915 { 85916 "dep_kinds": [ 85917 { 85918 "kind": null, 85919 "target": null 85920 } 85921 ], 85922 "name": "futures_executor", 85923 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85924 }, 85925 { 85926 "dep_kinds": [ 85927 { 85928 "kind": null, 85929 "target": null 85930 } 85931 ], 85932 "name": "futures_io", 85933 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85934 }, 85935 { 85936 "dep_kinds": [ 85937 { 85938 "kind": null, 85939 "target": null 85940 } 85941 ], 85942 "name": "futures_sink", 85943 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85944 }, 85945 { 85946 "dep_kinds": [ 85947 { 85948 "kind": null, 85949 "target": null 85950 } 85951 ], 85952 "name": "futures_task", 85953 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85954 }, 85955 { 85956 "dep_kinds": [ 85957 { 85958 "kind": null, 85959 "target": null 85960 } 85961 ], 85962 "name": "futures_util", 85963 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85964 } 85965 ], 85966 "features": [ 85967 "alloc", 85968 "async-await", 85969 "default", 85970 "executor", 85971 "futures-executor", 85972 "std" 85973 ], 85974 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85975 }, 85976 { 85977 "dependencies": [ 85978 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 85979 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85980 ], 85981 "deps": [ 85982 { 85983 "dep_kinds": [ 85984 { 85985 "kind": null, 85986 "target": null 85987 } 85988 ], 85989 "name": "futures_core", 85990 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 85991 }, 85992 { 85993 "dep_kinds": [ 85994 { 85995 "kind": null, 85996 "target": null 85997 } 85998 ], 85999 "name": "futures_sink", 86000 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86001 } 86002 ], 86003 "features": [ 86004 "alloc", 86005 "default", 86006 "futures-sink", 86007 "sink", 86008 "std" 86009 ], 86010 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86011 }, 86012 { 86013 "dependencies": [ 86014 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86015 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86016 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86017 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86018 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86019 ], 86020 "deps": [ 86021 { 86022 "dep_kinds": [ 86023 { 86024 "kind": null, 86025 "target": null 86026 } 86027 ], 86028 "name": "bitvec", 86029 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86030 }, 86031 { 86032 "dep_kinds": [ 86033 { 86034 "kind": null, 86035 "target": null 86036 } 86037 ], 86038 "name": "futures_core", 86039 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86040 }, 86041 { 86042 "dep_kinds": [ 86043 { 86044 "kind": null, 86045 "target": null 86046 } 86047 ], 86048 "name": "pin_project", 86049 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86050 }, 86051 { 86052 "dep_kinds": [ 86053 { 86054 "kind": null, 86055 "target": null 86056 } 86057 ], 86058 "name": "slab", 86059 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86060 }, 86061 { 86062 "dep_kinds": [ 86063 { 86064 "kind": null, 86065 "target": null 86066 } 86067 ], 86068 "name": "smallvec", 86069 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86070 } 86071 ], 86072 "features": [ 86073 "alloc", 86074 "default", 86075 "std" 86076 ], 86077 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86078 }, 86079 { 86080 "dependencies": [], 86081 "deps": [], 86082 "features": [ 86083 "alloc", 86084 "default", 86085 "std" 86086 ], 86087 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86088 }, 86089 { 86090 "dependencies": [ 86091 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86092 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86093 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86094 ], 86095 "deps": [ 86096 { 86097 "dep_kinds": [ 86098 { 86099 "kind": null, 86100 "target": null 86101 } 86102 ], 86103 "name": "futures_core", 86104 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86105 }, 86106 { 86107 "dep_kinds": [ 86108 { 86109 "kind": null, 86110 "target": null 86111 } 86112 ], 86113 "name": "futures_task", 86114 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86115 }, 86116 { 86117 "dep_kinds": [ 86118 { 86119 "kind": null, 86120 "target": null 86121 } 86122 ], 86123 "name": "futures_util", 86124 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86125 } 86126 ], 86127 "features": [ 86128 "std" 86129 ], 86130 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86131 }, 86132 { 86133 "dependencies": [], 86134 "deps": [], 86135 "features": [ 86136 "default", 86137 "std" 86138 ], 86139 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86140 }, 86141 { 86142 "dependencies": [ 86143 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86144 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86145 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86146 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86147 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86148 ], 86149 "deps": [ 86150 { 86151 "dep_kinds": [ 86152 { 86153 "kind": null, 86154 "target": null 86155 } 86156 ], 86157 "name": "fastrand", 86158 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86159 }, 86160 { 86161 "dep_kinds": [ 86162 { 86163 "kind": null, 86164 "target": null 86165 } 86166 ], 86167 "name": "futures_core", 86168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86169 }, 86170 { 86171 "dep_kinds": [ 86172 { 86173 "kind": null, 86174 "target": null 86175 } 86176 ], 86177 "name": "futures_io", 86178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86179 }, 86180 { 86181 "dep_kinds": [ 86182 { 86183 "kind": null, 86184 "target": null 86185 } 86186 ], 86187 "name": "parking", 86188 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86189 }, 86190 { 86191 "dep_kinds": [ 86192 { 86193 "kind": null, 86194 "target": null 86195 } 86196 ], 86197 "name": "pin_project_lite", 86198 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86199 } 86200 ], 86201 "features": [ 86202 "alloc", 86203 "fastrand", 86204 "futures-io", 86205 "parking", 86206 "std" 86207 ], 86208 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86209 }, 86210 { 86211 "dependencies": [ 86212 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86213 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86214 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86215 ], 86216 "deps": [ 86217 { 86218 "dep_kinds": [ 86219 { 86220 "kind": null, 86221 "target": null 86222 } 86223 ], 86224 "name": "proc_macro2", 86225 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86226 }, 86227 { 86228 "dep_kinds": [ 86229 { 86230 "kind": null, 86231 "target": null 86232 } 86233 ], 86234 "name": "quote", 86235 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86236 }, 86237 { 86238 "dep_kinds": [ 86239 { 86240 "kind": null, 86241 "target": null 86242 } 86243 ], 86244 "name": "syn", 86245 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86246 } 86247 ], 86248 "features": [], 86249 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86250 }, 86251 { 86252 "dependencies": [], 86253 "deps": [], 86254 "features": [ 86255 "alloc", 86256 "default", 86257 "std" 86258 ], 86259 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86260 }, 86261 { 86262 "dependencies": [], 86263 "deps": [], 86264 "features": [ 86265 "alloc", 86266 "std" 86267 ], 86268 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86269 }, 86270 { 86271 "dependencies": [ 86272 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86273 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86274 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86275 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86276 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86277 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86278 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86279 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86280 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86281 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86282 ], 86283 "deps": [ 86284 { 86285 "dep_kinds": [ 86286 { 86287 "kind": null, 86288 "target": null 86289 } 86290 ], 86291 "name": "futures_channel", 86292 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86293 }, 86294 { 86295 "dep_kinds": [ 86296 { 86297 "kind": null, 86298 "target": null 86299 } 86300 ], 86301 "name": "futures_core", 86302 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86303 }, 86304 { 86305 "dep_kinds": [ 86306 { 86307 "kind": null, 86308 "target": null 86309 } 86310 ], 86311 "name": "futures_io", 86312 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86313 }, 86314 { 86315 "dep_kinds": [ 86316 { 86317 "kind": null, 86318 "target": null 86319 } 86320 ], 86321 "name": "futures_macro", 86322 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86323 }, 86324 { 86325 "dep_kinds": [ 86326 { 86327 "kind": null, 86328 "target": null 86329 } 86330 ], 86331 "name": "futures_sink", 86332 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86333 }, 86334 { 86335 "dep_kinds": [ 86336 { 86337 "kind": null, 86338 "target": null 86339 } 86340 ], 86341 "name": "futures_task", 86342 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86343 }, 86344 { 86345 "dep_kinds": [ 86346 { 86347 "kind": null, 86348 "target": null 86349 } 86350 ], 86351 "name": "memchr", 86352 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86353 }, 86354 { 86355 "dep_kinds": [ 86356 { 86357 "kind": null, 86358 "target": null 86359 } 86360 ], 86361 "name": "pin_project_lite", 86362 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86363 }, 86364 { 86365 "dep_kinds": [ 86366 { 86367 "kind": null, 86368 "target": null 86369 } 86370 ], 86371 "name": "pin_utils", 86372 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86373 }, 86374 { 86375 "dep_kinds": [ 86376 { 86377 "kind": null, 86378 "target": null 86379 } 86380 ], 86381 "name": "slab", 86382 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86383 } 86384 ], 86385 "features": [ 86386 "alloc", 86387 "async-await", 86388 "async-await-macro", 86389 "channel", 86390 "default", 86391 "futures-channel", 86392 "futures-io", 86393 "futures-macro", 86394 "futures-sink", 86395 "io", 86396 "memchr", 86397 "sink", 86398 "slab", 86399 "std" 86400 ], 86401 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86402 }, 86403 { 86404 "dependencies": [ 86405 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86406 ], 86407 "deps": [ 86408 { 86409 "dep_kinds": [ 86410 { 86411 "kind": null, 86412 "target": null 86413 } 86414 ], 86415 "name": "thread_local", 86416 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86417 } 86418 ], 86419 "features": [ 86420 "default" 86421 ], 86422 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86423 }, 86424 { 86425 "dependencies": [ 86426 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86427 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86428 ], 86429 "deps": [ 86430 { 86431 "dep_kinds": [ 86432 { 86433 "kind": null, 86434 "target": null 86435 } 86436 ], 86437 "name": "typenum", 86438 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86439 }, 86440 { 86441 "dep_kinds": [ 86442 { 86443 "kind": "build", 86444 "target": null 86445 } 86446 ], 86447 "name": "version_check", 86448 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86449 } 86450 ], 86451 "features": [ 86452 "more_lengths" 86453 ], 86454 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86455 }, 86456 { 86457 "dependencies": [ 86458 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86459 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86460 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86461 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86462 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86463 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86464 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86465 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86466 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86467 ], 86468 "deps": [ 86469 { 86470 "dep_kinds": [ 86471 { 86472 "kind": null, 86473 "target": null 86474 } 86475 ], 86476 "name": "earcutr", 86477 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86478 }, 86479 { 86480 "dep_kinds": [ 86481 { 86482 "kind": null, 86483 "target": null 86484 } 86485 ], 86486 "name": "float_next_after", 86487 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86488 }, 86489 { 86490 "dep_kinds": [ 86491 { 86492 "kind": null, 86493 "target": null 86494 } 86495 ], 86496 "name": "geo_types", 86497 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86498 }, 86499 { 86500 "dep_kinds": [ 86501 { 86502 "kind": null, 86503 "target": null 86504 } 86505 ], 86506 "name": "geographiclib_rs", 86507 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86508 }, 86509 { 86510 "dep_kinds": [ 86511 { 86512 "kind": null, 86513 "target": null 86514 } 86515 ], 86516 "name": "log", 86517 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86518 }, 86519 { 86520 "dep_kinds": [ 86521 { 86522 "kind": null, 86523 "target": null 86524 } 86525 ], 86526 "name": "num_traits", 86527 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86528 }, 86529 { 86530 "dep_kinds": [ 86531 { 86532 "kind": null, 86533 "target": null 86534 } 86535 ], 86536 "name": "robust", 86537 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86538 }, 86539 { 86540 "dep_kinds": [ 86541 { 86542 "kind": null, 86543 "target": null 86544 } 86545 ], 86546 "name": "rstar", 86547 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86548 }, 86549 { 86550 "dep_kinds": [ 86551 { 86552 "kind": null, 86553 "target": null 86554 } 86555 ], 86556 "name": "serde", 86557 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86558 } 86559 ], 86560 "features": [ 86561 "default", 86562 "earcutr", 86563 "serde", 86564 "use-serde" 86565 ], 86566 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86567 }, 86568 { 86569 "dependencies": [ 86570 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86571 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86572 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86573 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86574 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86575 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86576 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86577 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86578 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86579 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86580 ], 86581 "deps": [ 86582 { 86583 "dep_kinds": [ 86584 { 86585 "kind": null, 86586 "target": null 86587 } 86588 ], 86589 "name": "earcutr", 86590 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86591 }, 86592 { 86593 "dep_kinds": [ 86594 { 86595 "kind": null, 86596 "target": null 86597 } 86598 ], 86599 "name": "float_next_after", 86600 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86601 }, 86602 { 86603 "dep_kinds": [ 86604 { 86605 "kind": null, 86606 "target": null 86607 } 86608 ], 86609 "name": "geo_types", 86610 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86611 }, 86612 { 86613 "dep_kinds": [ 86614 { 86615 "kind": null, 86616 "target": null 86617 } 86618 ], 86619 "name": "geographiclib_rs", 86620 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86621 }, 86622 { 86623 "dep_kinds": [ 86624 { 86625 "kind": null, 86626 "target": null 86627 } 86628 ], 86629 "name": "log", 86630 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86631 }, 86632 { 86633 "dep_kinds": [ 86634 { 86635 "kind": null, 86636 "target": null 86637 } 86638 ], 86639 "name": "num_traits", 86640 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86641 }, 86642 { 86643 "dep_kinds": [ 86644 { 86645 "kind": null, 86646 "target": null 86647 } 86648 ], 86649 "name": "robust", 86650 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86651 }, 86652 { 86653 "dep_kinds": [ 86654 { 86655 "kind": null, 86656 "target": null 86657 } 86658 ], 86659 "name": "rstar", 86660 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86661 }, 86662 { 86663 "dep_kinds": [ 86664 { 86665 "kind": null, 86666 "target": null 86667 } 86668 ], 86669 "name": "serde", 86670 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86671 }, 86672 { 86673 "dep_kinds": [ 86674 { 86675 "kind": null, 86676 "target": null 86677 } 86678 ], 86679 "name": "spade", 86680 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86681 } 86682 ], 86683 "features": [ 86684 "default", 86685 "earcutr", 86686 "serde", 86687 "spade", 86688 "use-serde" 86689 ], 86690 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86691 }, 86692 { 86693 "dependencies": [ 86694 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86695 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86696 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86697 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86698 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86699 ], 86700 "deps": [ 86701 { 86702 "dep_kinds": [ 86703 { 86704 "kind": null, 86705 "target": null 86706 } 86707 ], 86708 "name": "approx", 86709 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86710 }, 86711 { 86712 "dep_kinds": [ 86713 { 86714 "kind": null, 86715 "target": null 86716 } 86717 ], 86718 "name": "arbitrary", 86719 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86720 }, 86721 { 86722 "dep_kinds": [ 86723 { 86724 "kind": null, 86725 "target": null 86726 } 86727 ], 86728 "name": "num_traits", 86729 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86730 }, 86731 { 86732 "dep_kinds": [ 86733 { 86734 "kind": null, 86735 "target": null 86736 } 86737 ], 86738 "name": "rstar_0_11", 86739 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86740 }, 86741 { 86742 "dep_kinds": [ 86743 { 86744 "kind": null, 86745 "target": null 86746 } 86747 ], 86748 "name": "serde", 86749 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86750 } 86751 ], 86752 "features": [ 86753 "approx", 86754 "arbitrary", 86755 "default", 86756 "rstar_0_11", 86757 "serde", 86758 "std", 86759 "use-rstar_0_11" 86760 ], 86761 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86762 }, 86763 { 86764 "dependencies": [ 86765 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86766 ], 86767 "deps": [ 86768 { 86769 "dep_kinds": [ 86770 { 86771 "kind": null, 86772 "target": null 86773 } 86774 ], 86775 "name": "libm", 86776 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86777 } 86778 ], 86779 "features": [], 86780 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86781 }, 86782 { 86783 "dependencies": [ 86784 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86785 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86786 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86787 "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1", 86788 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86789 ], 86790 "deps": [ 86791 { 86792 "dep_kinds": [ 86793 { 86794 "kind": null, 86795 "target": null 86796 } 86797 ], 86798 "name": "cfg_if", 86799 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86800 }, 86801 { 86802 "dep_kinds": [ 86803 { 86804 "kind": null, 86805 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))" 86806 } 86807 ], 86808 "name": "js_sys", 86809 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86810 }, 86811 { 86812 "dep_kinds": [ 86813 { 86814 "kind": null, 86815 "target": "cfg(unix)" 86816 } 86817 ], 86818 "name": "libc", 86819 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86820 }, 86821 { 86822 "dep_kinds": [ 86823 { 86824 "kind": null, 86825 "target": "cfg(target_os = \"wasi\")" 86826 } 86827 ], 86828 "name": "wasi", 86829 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1" 86830 }, 86831 { 86832 "dep_kinds": [ 86833 { 86834 "kind": null, 86835 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))" 86836 } 86837 ], 86838 "name": "wasm_bindgen", 86839 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86840 } 86841 ], 86842 "features": [ 86843 "js", 86844 "js-sys", 86845 "rdrand", 86846 "std", 86847 "wasm-bindgen" 86848 ], 86849 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86850 }, 86851 { 86852 "dependencies": [], 86853 "deps": [], 86854 "features": [ 86855 "read", 86856 "read-core" 86857 ], 86858 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86859 }, 86860 { 86861 "dependencies": [ 86862 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86863 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86864 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86865 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86866 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86867 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86868 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86869 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86870 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86871 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 86872 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86873 ], 86874 "deps": [ 86875 { 86876 "dep_kinds": [ 86877 { 86878 "kind": null, 86879 "target": null 86880 } 86881 ], 86882 "name": "bytes", 86883 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86884 }, 86885 { 86886 "dep_kinds": [ 86887 { 86888 "kind": null, 86889 "target": null 86890 } 86891 ], 86892 "name": "fnv", 86893 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86894 }, 86895 { 86896 "dep_kinds": [ 86897 { 86898 "kind": null, 86899 "target": null 86900 } 86901 ], 86902 "name": "futures_core", 86903 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86904 }, 86905 { 86906 "dep_kinds": [ 86907 { 86908 "kind": null, 86909 "target": null 86910 } 86911 ], 86912 "name": "futures_sink", 86913 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86914 }, 86915 { 86916 "dep_kinds": [ 86917 { 86918 "kind": null, 86919 "target": null 86920 } 86921 ], 86922 "name": "futures_util", 86923 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86924 }, 86925 { 86926 "dep_kinds": [ 86927 { 86928 "kind": null, 86929 "target": null 86930 } 86931 ], 86932 "name": "http", 86933 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86934 }, 86935 { 86936 "dep_kinds": [ 86937 { 86938 "kind": null, 86939 "target": null 86940 } 86941 ], 86942 "name": "indexmap", 86943 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86944 }, 86945 { 86946 "dep_kinds": [ 86947 { 86948 "kind": null, 86949 "target": null 86950 } 86951 ], 86952 "name": "slab", 86953 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86954 }, 86955 { 86956 "dep_kinds": [ 86957 { 86958 "kind": null, 86959 "target": null 86960 } 86961 ], 86962 "name": "tokio", 86963 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86964 }, 86965 { 86966 "dep_kinds": [ 86967 { 86968 "kind": null, 86969 "target": null 86970 } 86971 ], 86972 "name": "tokio_util", 86973 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86974 }, 86975 { 86976 "dep_kinds": [ 86977 { 86978 "kind": null, 86979 "target": null 86980 } 86981 ], 86982 "name": "tracing", 86983 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86984 } 86985 ], 86986 "features": [], 86987 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86988 }, 86989 { 86990 "dependencies": [ 86991 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 86992 ], 86993 "deps": [ 86994 { 86995 "dep_kinds": [ 86996 { 86997 "kind": null, 86998 "target": null 86999 } 87000 ], 87001 "name": "byteorder", 87002 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87003 } 87004 ], 87005 "features": [], 87006 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87007 }, 87008 { 87009 "dependencies": [], 87010 "deps": [], 87011 "features": [ 87012 "raw" 87013 ], 87014 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87015 }, 87016 { 87017 "dependencies": [ 87018 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87019 ], 87020 "deps": [ 87021 { 87022 "dep_kinds": [ 87023 { 87024 "kind": null, 87025 "target": null 87026 } 87027 ], 87028 "name": "ahash", 87029 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87030 } 87031 ], 87032 "features": [ 87033 "ahash", 87034 "default", 87035 "inline-more" 87036 ], 87037 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87038 }, 87039 { 87040 "dependencies": [ 87041 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87042 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87043 ], 87044 "deps": [ 87045 { 87046 "dep_kinds": [ 87047 { 87048 "kind": null, 87049 "target": null 87050 } 87051 ], 87052 "name": "ahash", 87053 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87054 }, 87055 { 87056 "dep_kinds": [ 87057 { 87058 "kind": null, 87059 "target": null 87060 } 87061 ], 87062 "name": "allocator_api2", 87063 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87064 } 87065 ], 87066 "features": [ 87067 "ahash", 87068 "allocator-api2", 87069 "default", 87070 "inline-more", 87071 "raw" 87072 ], 87073 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87074 }, 87075 { 87076 "dependencies": [ 87077 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87078 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87079 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87080 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87081 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87082 ], 87083 "deps": [ 87084 { 87085 "dep_kinds": [ 87086 { 87087 "kind": null, 87088 "target": "riscv32i-unknown-none-elf" 87089 }, 87090 { 87091 "kind": null, 87092 "target": "riscv32imc-unknown-none-elf" 87093 }, 87094 { 87095 "kind": null, 87096 "target": "thumbv6m-none-eabi" 87097 }, 87098 { 87099 "kind": null, 87100 "target": "xtensa-esp32s2-none-elf" 87101 }, 87102 { 87103 "kind": null, 87104 "target": "cfg(target_arch = \"avr\")" 87105 } 87106 ], 87107 "name": "atomic_polyfill", 87108 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87109 }, 87110 { 87111 "dep_kinds": [ 87112 { 87113 "kind": null, 87114 "target": null 87115 } 87116 ], 87117 "name": "hash32", 87118 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87119 }, 87120 { 87121 "dep_kinds": [ 87122 { 87123 "kind": "build", 87124 "target": null 87125 } 87126 ], 87127 "name": "rustc_version", 87128 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87129 }, 87130 { 87131 "dep_kinds": [ 87132 { 87133 "kind": null, 87134 "target": "cfg(target_arch = \"x86_64\")" 87135 } 87136 ], 87137 "name": "spin", 87138 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87139 }, 87140 { 87141 "dep_kinds": [ 87142 { 87143 "kind": null, 87144 "target": null 87145 } 87146 ], 87147 "name": "stable_deref_trait", 87148 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87149 } 87150 ], 87151 "features": [ 87152 "atomic-polyfill", 87153 "cas", 87154 "default" 87155 ], 87156 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87157 }, 87158 { 87159 "dependencies": [], 87160 "deps": [], 87161 "features": [ 87162 "default" 87163 ], 87164 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87165 }, 87166 { 87167 "dependencies": [ 87168 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87169 ], 87170 "deps": [ 87171 { 87172 "dep_kinds": [ 87173 { 87174 "kind": null, 87175 "target": null 87176 } 87177 ], 87178 "name": "libc", 87179 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87180 } 87181 ], 87182 "features": [ 87183 "default" 87184 ], 87185 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87186 }, 87187 { 87188 "dependencies": [], 87189 "deps": [], 87190 "features": [ 87191 "default" 87192 ], 87193 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87194 }, 87195 { 87196 "dependencies": [], 87197 "deps": [], 87198 "features": [ 87199 "alloc", 87200 "default", 87201 "std" 87202 ], 87203 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87204 }, 87205 { 87206 "dependencies": [ 87207 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87208 ], 87209 "deps": [ 87210 { 87211 "dep_kinds": [ 87212 { 87213 "kind": null, 87214 "target": null 87215 } 87216 ], 87217 "name": "digest", 87218 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87219 } 87220 ], 87221 "features": [], 87222 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87223 }, 87224 { 87225 "dependencies": [ 87226 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87227 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87228 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87229 ], 87230 "deps": [ 87231 { 87232 "dep_kinds": [ 87233 { 87234 "kind": null, 87235 "target": null 87236 } 87237 ], 87238 "name": "bytes", 87239 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87240 }, 87241 { 87242 "dep_kinds": [ 87243 { 87244 "kind": null, 87245 "target": null 87246 } 87247 ], 87248 "name": "fnv", 87249 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87250 }, 87251 { 87252 "dep_kinds": [ 87253 { 87254 "kind": null, 87255 "target": null 87256 } 87257 ], 87258 "name": "itoa", 87259 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87260 } 87261 ], 87262 "features": [], 87263 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87264 }, 87265 { 87266 "dependencies": [ 87267 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87268 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87269 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87270 ], 87271 "deps": [ 87272 { 87273 "dep_kinds": [ 87274 { 87275 "kind": null, 87276 "target": null 87277 } 87278 ], 87279 "name": "bytes", 87280 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87281 }, 87282 { 87283 "dep_kinds": [ 87284 { 87285 "kind": null, 87286 "target": null 87287 } 87288 ], 87289 "name": "http", 87290 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87291 }, 87292 { 87293 "dep_kinds": [ 87294 { 87295 "kind": null, 87296 "target": null 87297 } 87298 ], 87299 "name": "pin_project_lite", 87300 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87301 } 87302 ], 87303 "features": [], 87304 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87305 }, 87306 { 87307 "dependencies": [], 87308 "deps": [], 87309 "features": [ 87310 "default", 87311 "std" 87312 ], 87313 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87314 }, 87315 { 87316 "dependencies": [], 87317 "deps": [], 87318 "features": [], 87319 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87320 }, 87321 { 87322 "dependencies": [], 87323 "deps": [], 87324 "features": [], 87325 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87326 }, 87327 { 87328 "dependencies": [ 87329 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87330 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87331 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87332 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87333 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87334 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87335 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87336 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87337 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87338 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87339 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87340 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87341 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87342 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87343 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87344 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87345 ], 87346 "deps": [ 87347 { 87348 "dep_kinds": [ 87349 { 87350 "kind": null, 87351 "target": null 87352 } 87353 ], 87354 "name": "bytes", 87355 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87356 }, 87357 { 87358 "dep_kinds": [ 87359 { 87360 "kind": null, 87361 "target": null 87362 } 87363 ], 87364 "name": "futures_channel", 87365 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87366 }, 87367 { 87368 "dep_kinds": [ 87369 { 87370 "kind": null, 87371 "target": null 87372 } 87373 ], 87374 "name": "futures_core", 87375 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87376 }, 87377 { 87378 "dep_kinds": [ 87379 { 87380 "kind": null, 87381 "target": null 87382 } 87383 ], 87384 "name": "futures_util", 87385 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87386 }, 87387 { 87388 "dep_kinds": [ 87389 { 87390 "kind": null, 87391 "target": null 87392 } 87393 ], 87394 "name": "h2", 87395 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87396 }, 87397 { 87398 "dep_kinds": [ 87399 { 87400 "kind": null, 87401 "target": null 87402 } 87403 ], 87404 "name": "http", 87405 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87406 }, 87407 { 87408 "dep_kinds": [ 87409 { 87410 "kind": null, 87411 "target": null 87412 } 87413 ], 87414 "name": "http_body", 87415 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87416 }, 87417 { 87418 "dep_kinds": [ 87419 { 87420 "kind": null, 87421 "target": null 87422 } 87423 ], 87424 "name": "httparse", 87425 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87426 }, 87427 { 87428 "dep_kinds": [ 87429 { 87430 "kind": null, 87431 "target": null 87432 } 87433 ], 87434 "name": "httpdate", 87435 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87436 }, 87437 { 87438 "dep_kinds": [ 87439 { 87440 "kind": null, 87441 "target": null 87442 } 87443 ], 87444 "name": "itoa", 87445 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87446 }, 87447 { 87448 "dep_kinds": [ 87449 { 87450 "kind": null, 87451 "target": null 87452 } 87453 ], 87454 "name": "pin_project_lite", 87455 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87456 }, 87457 { 87458 "dep_kinds": [ 87459 { 87460 "kind": null, 87461 "target": null 87462 } 87463 ], 87464 "name": "socket2", 87465 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87466 }, 87467 { 87468 "dep_kinds": [ 87469 { 87470 "kind": null, 87471 "target": null 87472 } 87473 ], 87474 "name": "tokio", 87475 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87476 }, 87477 { 87478 "dep_kinds": [ 87479 { 87480 "kind": null, 87481 "target": null 87482 } 87483 ], 87484 "name": "tower_service", 87485 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87486 }, 87487 { 87488 "dep_kinds": [ 87489 { 87490 "kind": null, 87491 "target": null 87492 } 87493 ], 87494 "name": "tracing", 87495 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87496 }, 87497 { 87498 "dep_kinds": [ 87499 { 87500 "kind": null, 87501 "target": null 87502 } 87503 ], 87504 "name": "want", 87505 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87506 } 87507 ], 87508 "features": [ 87509 "client", 87510 "h2", 87511 "http1", 87512 "http2", 87513 "runtime", 87514 "socket2", 87515 "tcp" 87516 ], 87517 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87518 }, 87519 { 87520 "dependencies": [ 87521 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87522 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87523 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87524 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87525 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87526 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87527 ], 87528 "deps": [ 87529 { 87530 "dep_kinds": [ 87531 { 87532 "kind": null, 87533 "target": null 87534 } 87535 ], 87536 "name": "futures_util", 87537 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87538 }, 87539 { 87540 "dep_kinds": [ 87541 { 87542 "kind": null, 87543 "target": null 87544 } 87545 ], 87546 "name": "http", 87547 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87548 }, 87549 { 87550 "dep_kinds": [ 87551 { 87552 "kind": null, 87553 "target": null 87554 } 87555 ], 87556 "name": "hyper", 87557 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87558 }, 87559 { 87560 "dep_kinds": [ 87561 { 87562 "kind": null, 87563 "target": null 87564 } 87565 ], 87566 "name": "rustls", 87567 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87568 }, 87569 { 87570 "dep_kinds": [ 87571 { 87572 "kind": null, 87573 "target": null 87574 } 87575 ], 87576 "name": "tokio", 87577 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87578 }, 87579 { 87580 "dep_kinds": [ 87581 { 87582 "kind": null, 87583 "target": null 87584 } 87585 ], 87586 "name": "tokio_rustls", 87587 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87588 } 87589 ], 87590 "features": [], 87591 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87592 }, 87593 { 87594 "dependencies": [ 87595 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87596 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87597 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87598 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87599 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87600 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87601 ], 87602 "deps": [ 87603 { 87604 "dep_kinds": [ 87605 { 87606 "kind": null, 87607 "target": "cfg(target_os = \"android\")" 87608 } 87609 ], 87610 "name": "android_system_properties", 87611 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87612 }, 87613 { 87614 "dep_kinds": [ 87615 { 87616 "kind": null, 87617 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 87618 } 87619 ], 87620 "name": "core_foundation_sys", 87621 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87622 }, 87623 { 87624 "dep_kinds": [ 87625 { 87626 "kind": null, 87627 "target": "cfg(target_os = \"haiku\")" 87628 } 87629 ], 87630 "name": "iana_time_zone_haiku", 87631 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87632 }, 87633 { 87634 "dep_kinds": [ 87635 { 87636 "kind": null, 87637 "target": "cfg(target_arch = \"wasm32\")" 87638 } 87639 ], 87640 "name": "js_sys", 87641 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87642 }, 87643 { 87644 "dep_kinds": [ 87645 { 87646 "kind": null, 87647 "target": "cfg(target_arch = \"wasm32\")" 87648 } 87649 ], 87650 "name": "wasm_bindgen", 87651 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87652 }, 87653 { 87654 "dep_kinds": [ 87655 { 87656 "kind": null, 87657 "target": "cfg(target_os = \"windows\")" 87658 } 87659 ], 87660 "name": "windows_core", 87661 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87662 } 87663 ], 87664 "features": [ 87665 "fallback" 87666 ], 87667 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87668 }, 87669 { 87670 "dependencies": [ 87671 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87672 ], 87673 "deps": [ 87674 { 87675 "dep_kinds": [ 87676 { 87677 "kind": "build", 87678 "target": null 87679 } 87680 ], 87681 "name": "cc", 87682 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87683 } 87684 ], 87685 "features": [], 87686 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87687 }, 87688 { 87689 "dependencies": [], 87690 "deps": [], 87691 "features": [], 87692 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87693 }, 87694 { 87695 "dependencies": [ 87696 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87697 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87698 ], 87699 "deps": [ 87700 { 87701 "dep_kinds": [ 87702 { 87703 "kind": null, 87704 "target": null 87705 } 87706 ], 87707 "name": "unicode_bidi", 87708 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87709 }, 87710 { 87711 "dep_kinds": [ 87712 { 87713 "kind": null, 87714 "target": null 87715 } 87716 ], 87717 "name": "unicode_normalization", 87718 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87719 } 87720 ], 87721 "features": [ 87722 "alloc", 87723 "default", 87724 "std" 87725 ], 87726 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87727 }, 87728 { 87729 "dependencies": [ 87730 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87731 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87732 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87733 ], 87734 "deps": [ 87735 { 87736 "dep_kinds": [ 87737 { 87738 "kind": "build", 87739 "target": null 87740 } 87741 ], 87742 "name": "autocfg", 87743 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87744 }, 87745 { 87746 "dep_kinds": [ 87747 { 87748 "kind": null, 87749 "target": null 87750 } 87751 ], 87752 "name": "hashbrown", 87753 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87754 }, 87755 { 87756 "dep_kinds": [ 87757 { 87758 "kind": null, 87759 "target": null 87760 } 87761 ], 87762 "name": "serde", 87763 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87764 } 87765 ], 87766 "features": [ 87767 "serde", 87768 "serde-1", 87769 "std" 87770 ], 87771 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87772 }, 87773 { 87774 "dependencies": [ 87775 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87776 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87777 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87778 ], 87779 "deps": [ 87780 { 87781 "dep_kinds": [ 87782 { 87783 "kind": null, 87784 "target": null 87785 } 87786 ], 87787 "name": "equivalent", 87788 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87789 }, 87790 { 87791 "dep_kinds": [ 87792 { 87793 "kind": null, 87794 "target": null 87795 } 87796 ], 87797 "name": "hashbrown", 87798 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87799 }, 87800 { 87801 "dep_kinds": [ 87802 { 87803 "kind": null, 87804 "target": null 87805 } 87806 ], 87807 "name": "serde", 87808 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87809 } 87810 ], 87811 "features": [ 87812 "default", 87813 "serde", 87814 "std" 87815 ], 87816 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87817 }, 87818 { 87819 "dependencies": [ 87820 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87821 ], 87822 "deps": [ 87823 { 87824 "dep_kinds": [ 87825 { 87826 "kind": null, 87827 "target": null 87828 } 87829 ], 87830 "name": "generic_array", 87831 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87832 } 87833 ], 87834 "features": [], 87835 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87836 }, 87837 { 87838 "dependencies": [], 87839 "deps": [], 87840 "features": [ 87841 "default", 87842 "std" 87843 ], 87844 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87845 }, 87846 { 87847 "dependencies": [ 87848 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87849 ], 87850 "deps": [ 87851 { 87852 "dep_kinds": [ 87853 { 87854 "kind": null, 87855 "target": null 87856 } 87857 ], 87858 "name": "either", 87859 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87860 } 87861 ], 87862 "features": [ 87863 "default", 87864 "use_alloc", 87865 "use_std" 87866 ], 87867 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87868 }, 87869 { 87870 "dependencies": [ 87871 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87872 ], 87873 "deps": [ 87874 { 87875 "dep_kinds": [ 87876 { 87877 "kind": null, 87878 "target": null 87879 } 87880 ], 87881 "name": "either", 87882 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87883 } 87884 ], 87885 "features": [ 87886 "default", 87887 "use_alloc", 87888 "use_std" 87889 ], 87890 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87891 }, 87892 { 87893 "dependencies": [], 87894 "deps": [], 87895 "features": [], 87896 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87897 }, 87898 { 87899 "dependencies": [ 87900 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87901 ], 87902 "deps": [ 87903 { 87904 "dep_kinds": [ 87905 { 87906 "kind": null, 87907 "target": null 87908 } 87909 ], 87910 "name": "wasm_bindgen", 87911 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87912 } 87913 ], 87914 "features": [], 87915 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87916 }, 87917 { 87918 "dependencies": [ 87919 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87920 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87921 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87922 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87923 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87924 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87925 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87926 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87927 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87928 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87929 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87930 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87931 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 87932 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87933 ], 87934 "deps": [ 87935 { 87936 "dep_kinds": [ 87937 { 87938 "kind": null, 87939 "target": null 87940 } 87941 ], 87942 "name": "ascii_canvas", 87943 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87944 }, 87945 { 87946 "dep_kinds": [ 87947 { 87948 "kind": null, 87949 "target": null 87950 } 87951 ], 87952 "name": "bit_set", 87953 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87954 }, 87955 { 87956 "dep_kinds": [ 87957 { 87958 "kind": null, 87959 "target": null 87960 } 87961 ], 87962 "name": "ena", 87963 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87964 }, 87965 { 87966 "dep_kinds": [ 87967 { 87968 "kind": null, 87969 "target": null 87970 } 87971 ], 87972 "name": "itertools", 87973 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87974 }, 87975 { 87976 "dep_kinds": [ 87977 { 87978 "kind": null, 87979 "target": null 87980 } 87981 ], 87982 "name": "lalrpop_util", 87983 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87984 }, 87985 { 87986 "dep_kinds": [ 87987 { 87988 "kind": null, 87989 "target": null 87990 } 87991 ], 87992 "name": "petgraph", 87993 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 87994 }, 87995 { 87996 "dep_kinds": [ 87997 { 87998 "kind": null, 87999 "target": null 88000 } 88001 ], 88002 "name": "pico_args", 88003 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88004 }, 88005 { 88006 "dep_kinds": [ 88007 { 88008 "kind": null, 88009 "target": null 88010 } 88011 ], 88012 "name": "regex", 88013 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88014 }, 88015 { 88016 "dep_kinds": [ 88017 { 88018 "kind": null, 88019 "target": null 88020 } 88021 ], 88022 "name": "regex_syntax", 88023 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88024 }, 88025 { 88026 "dep_kinds": [ 88027 { 88028 "kind": null, 88029 "target": null 88030 } 88031 ], 88032 "name": "string_cache", 88033 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88034 }, 88035 { 88036 "dep_kinds": [ 88037 { 88038 "kind": null, 88039 "target": null 88040 } 88041 ], 88042 "name": "term", 88043 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88044 }, 88045 { 88046 "dep_kinds": [ 88047 { 88048 "kind": null, 88049 "target": null 88050 } 88051 ], 88052 "name": "tiny_keccak", 88053 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88054 }, 88055 { 88056 "dep_kinds": [ 88057 { 88058 "kind": null, 88059 "target": null 88060 } 88061 ], 88062 "name": "unicode_xid", 88063 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88064 }, 88065 { 88066 "dep_kinds": [ 88067 { 88068 "kind": null, 88069 "target": null 88070 } 88071 ], 88072 "name": "walkdir", 88073 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88074 } 88075 ], 88076 "features": [ 88077 "default", 88078 "lexer", 88079 "pico-args", 88080 "unicode" 88081 ], 88082 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88083 }, 88084 { 88085 "dependencies": [ 88086 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88087 ], 88088 "deps": [ 88089 { 88090 "dep_kinds": [ 88091 { 88092 "kind": null, 88093 "target": null 88094 } 88095 ], 88096 "name": "regex_automata", 88097 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88098 } 88099 ], 88100 "features": [ 88101 "default", 88102 "lexer", 88103 "regex-automata", 88104 "std", 88105 "unicode" 88106 ], 88107 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88108 }, 88109 { 88110 "dependencies": [ 88111 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88112 ], 88113 "deps": [ 88114 { 88115 "dep_kinds": [ 88116 { 88117 "kind": null, 88118 "target": null 88119 } 88120 ], 88121 "name": "spin", 88122 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88123 } 88124 ], 88125 "features": [ 88126 "spin", 88127 "spin_no_std" 88128 ], 88129 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88130 }, 88131 { 88132 "dependencies": [ 88133 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88134 ], 88135 "deps": [ 88136 { 88137 "dep_kinds": [ 88138 { 88139 "kind": null, 88140 "target": null 88141 } 88142 ], 88143 "name": "any_ascii", 88144 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88145 } 88146 ], 88147 "features": [], 88148 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88149 }, 88150 { 88151 "dependencies": [], 88152 "deps": [], 88153 "features": [ 88154 "default", 88155 "std" 88156 ], 88157 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88158 }, 88159 { 88160 "dependencies": [], 88161 "deps": [], 88162 "features": [ 88163 "default" 88164 ], 88165 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88166 }, 88167 { 88168 "dependencies": [ 88169 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88170 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88171 ], 88172 "deps": [ 88173 { 88174 "dep_kinds": [ 88175 { 88176 "kind": null, 88177 "target": null 88178 } 88179 ], 88180 "name": "bitflags", 88181 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88182 }, 88183 { 88184 "dep_kinds": [ 88185 { 88186 "kind": null, 88187 "target": null 88188 } 88189 ], 88190 "name": "libc", 88191 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88192 } 88193 ], 88194 "features": [ 88195 "call", 88196 "std" 88197 ], 88198 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88199 }, 88200 { 88201 "dependencies": [ 88202 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88203 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88204 ], 88205 "deps": [ 88206 { 88207 "dep_kinds": [ 88208 { 88209 "kind": "build", 88210 "target": null 88211 } 88212 ], 88213 "name": "autocfg", 88214 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88215 }, 88216 { 88217 "dep_kinds": [ 88218 { 88219 "kind": null, 88220 "target": null 88221 } 88222 ], 88223 "name": "scopeguard", 88224 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88225 } 88226 ], 88227 "features": [ 88228 "atomic_usize", 88229 "default" 88230 ], 88231 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88232 }, 88233 { 88234 "dependencies": [ 88235 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88236 ], 88237 "deps": [ 88238 { 88239 "dep_kinds": [ 88240 { 88241 "kind": null, 88242 "target": null 88243 } 88244 ], 88245 "name": "log", 88246 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88247 } 88248 ], 88249 "features": [ 88250 "default", 88251 "use_std" 88252 ], 88253 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88254 }, 88255 { 88256 "dependencies": [], 88257 "deps": [], 88258 "features": [ 88259 "std" 88260 ], 88261 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88262 }, 88263 { 88264 "dependencies": [ 88265 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88266 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88267 ], 88268 "deps": [ 88269 { 88270 "dep_kinds": [ 88271 { 88272 "kind": null, 88273 "target": null 88274 } 88275 ], 88276 "name": "cfg_if", 88277 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88278 }, 88279 { 88280 "dep_kinds": [ 88281 { 88282 "kind": null, 88283 "target": null 88284 } 88285 ], 88286 "name": "digest", 88287 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88288 } 88289 ], 88290 "features": [ 88291 "default", 88292 "std" 88293 ], 88294 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88295 }, 88296 { 88297 "dependencies": [], 88298 "deps": [], 88299 "features": [ 88300 "alloc", 88301 "default", 88302 "std" 88303 ], 88304 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88305 }, 88306 { 88307 "dependencies": [ 88308 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88309 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88310 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88311 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88312 ], 88313 "deps": [ 88314 { 88315 "dep_kinds": [ 88316 { 88317 "kind": null, 88318 "target": null 88319 } 88320 ], 88321 "name": "miette_derive", 88322 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88323 }, 88324 { 88325 "dep_kinds": [ 88326 { 88327 "kind": null, 88328 "target": null 88329 } 88330 ], 88331 "name": "once_cell", 88332 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88333 }, 88334 { 88335 "dep_kinds": [ 88336 { 88337 "kind": null, 88338 "target": null 88339 } 88340 ], 88341 "name": "thiserror", 88342 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88343 }, 88344 { 88345 "dep_kinds": [ 88346 { 88347 "kind": null, 88348 "target": null 88349 } 88350 ], 88351 "name": "unicode_width", 88352 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88353 } 88354 ], 88355 "features": [ 88356 "default" 88357 ], 88358 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88359 }, 88360 { 88361 "dependencies": [ 88362 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88363 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88364 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88365 ], 88366 "deps": [ 88367 { 88368 "dep_kinds": [ 88369 { 88370 "kind": null, 88371 "target": null 88372 } 88373 ], 88374 "name": "proc_macro2", 88375 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88376 }, 88377 { 88378 "dep_kinds": [ 88379 { 88380 "kind": null, 88381 "target": null 88382 } 88383 ], 88384 "name": "quote", 88385 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88386 }, 88387 { 88388 "dep_kinds": [ 88389 { 88390 "kind": null, 88391 "target": null 88392 } 88393 ], 88394 "name": "syn", 88395 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88396 } 88397 ], 88398 "features": [], 88399 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88400 }, 88401 { 88402 "dependencies": [], 88403 "deps": [], 88404 "features": [], 88405 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88406 }, 88407 { 88408 "dependencies": [ 88409 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88410 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88411 ], 88412 "deps": [ 88413 { 88414 "dep_kinds": [ 88415 { 88416 "kind": null, 88417 "target": null 88418 } 88419 ], 88420 "name": "mime", 88421 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88422 }, 88423 { 88424 "dep_kinds": [ 88425 { 88426 "kind": null, 88427 "target": null 88428 }, 88429 { 88430 "kind": "build", 88431 "target": null 88432 } 88433 ], 88434 "name": "unicase", 88435 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88436 } 88437 ], 88438 "features": [], 88439 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88440 }, 88441 { 88442 "dependencies": [], 88443 "deps": [], 88444 "features": [ 88445 "std" 88446 ], 88447 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88448 }, 88449 { 88450 "dependencies": [ 88451 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88452 ], 88453 "deps": [ 88454 { 88455 "dep_kinds": [ 88456 { 88457 "kind": null, 88458 "target": null 88459 } 88460 ], 88461 "name": "adler", 88462 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88463 } 88464 ], 88465 "features": [], 88466 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88467 }, 88468 { 88469 "dependencies": [ 88470 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88471 "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1", 88472 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88473 ], 88474 "deps": [ 88475 { 88476 "dep_kinds": [ 88477 { 88478 "kind": null, 88479 "target": "cfg(unix)" 88480 }, 88481 { 88482 "kind": null, 88483 "target": "cfg(target_os = \"wasi\")" 88484 } 88485 ], 88486 "name": "libc", 88487 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88488 }, 88489 { 88490 "dep_kinds": [ 88491 { 88492 "kind": null, 88493 "target": "cfg(target_os = \"wasi\")" 88494 } 88495 ], 88496 "name": "wasi", 88497 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1" 88498 }, 88499 { 88500 "dep_kinds": [ 88501 { 88502 "kind": null, 88503 "target": "cfg(windows)" 88504 } 88505 ], 88506 "name": "windows_sys", 88507 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88508 } 88509 ], 88510 "features": [ 88511 "net", 88512 "os-ext", 88513 "os-poll" 88514 ], 88515 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88516 }, 88517 { 88518 "dependencies": [ 88519 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88520 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88521 ], 88522 "deps": [ 88523 { 88524 "dep_kinds": [ 88525 { 88526 "kind": null, 88527 "target": null 88528 } 88529 ], 88530 "name": "clap", 88531 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88532 }, 88533 { 88534 "dep_kinds": [ 88535 { 88536 "kind": null, 88537 "target": null 88538 } 88539 ], 88540 "name": "rand", 88541 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88542 } 88543 ], 88544 "features": [ 88545 "application", 88546 "clap", 88547 "default" 88548 ], 88549 "id": "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#[email protected]" 88550 }, 88551 { 88552 "dependencies": [ 88553 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88554 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88555 ], 88556 "deps": [ 88557 { 88558 "dep_kinds": [ 88559 { 88560 "kind": null, 88561 "target": null 88562 } 88563 ], 88564 "name": "clap", 88565 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88566 }, 88567 { 88568 "dep_kinds": [ 88569 { 88570 "kind": null, 88571 "target": null 88572 } 88573 ], 88574 "name": "rand", 88575 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88576 } 88577 ], 88578 "features": [ 88579 "application", 88580 "clap", 88581 "default" 88582 ], 88583 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88584 }, 88585 { 88586 "dependencies": [ 88587 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88588 ], 88589 "deps": [ 88590 { 88591 "dep_kinds": [ 88592 { 88593 "kind": null, 88594 "target": null 88595 } 88596 ], 88597 "name": "rand", 88598 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88599 } 88600 ], 88601 "features": [], 88602 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88603 }, 88604 { 88605 "dependencies": [ 88606 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88607 ], 88608 "deps": [ 88609 { 88610 "dep_kinds": [ 88611 { 88612 "kind": null, 88613 "target": null 88614 } 88615 ], 88616 "name": "getrandom", 88617 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88618 } 88619 ], 88620 "features": [ 88621 "alloc", 88622 "chacha", 88623 "default", 88624 "getrandom", 88625 "pcg64", 88626 "std", 88627 "tls", 88628 "wyrand" 88629 ], 88630 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88631 }, 88632 { 88633 "dependencies": [], 88634 "deps": [], 88635 "features": [], 88636 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88637 }, 88638 { 88639 "dependencies": [ 88640 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88641 ], 88642 "deps": [ 88643 { 88644 "dep_kinds": [ 88645 { 88646 "kind": null, 88647 "target": null 88648 } 88649 ], 88650 "name": "smallvec", 88651 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88652 } 88653 ], 88654 "features": [], 88655 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88656 }, 88657 { 88658 "dependencies": [ 88659 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88660 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88661 ], 88662 "deps": [ 88663 { 88664 "dep_kinds": [ 88665 { 88666 "kind": null, 88667 "target": null 88668 } 88669 ], 88670 "name": "memchr", 88671 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88672 }, 88673 { 88674 "dep_kinds": [ 88675 { 88676 "kind": null, 88677 "target": null 88678 } 88679 ], 88680 "name": "minimal_lexical", 88681 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88682 } 88683 ], 88684 "features": [ 88685 "alloc", 88686 "default", 88687 "std" 88688 ], 88689 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88690 }, 88691 { 88692 "dependencies": [ 88693 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88694 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88695 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88696 ], 88697 "deps": [ 88698 { 88699 "dep_kinds": [ 88700 { 88701 "kind": "build", 88702 "target": null 88703 } 88704 ], 88705 "name": "autocfg", 88706 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88707 }, 88708 { 88709 "dep_kinds": [ 88710 { 88711 "kind": null, 88712 "target": null 88713 } 88714 ], 88715 "name": "num_integer", 88716 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88717 }, 88718 { 88719 "dep_kinds": [ 88720 { 88721 "kind": null, 88722 "target": null 88723 } 88724 ], 88725 "name": "num_traits", 88726 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88727 } 88728 ], 88729 "features": [], 88730 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88731 }, 88732 { 88733 "dependencies": [ 88734 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88735 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88736 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88737 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88738 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88739 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88740 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88741 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88742 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88743 ], 88744 "deps": [ 88745 { 88746 "dep_kinds": [ 88747 { 88748 "kind": null, 88749 "target": null 88750 } 88751 ], 88752 "name": "byteorder", 88753 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88754 }, 88755 { 88756 "dep_kinds": [ 88757 { 88758 "kind": null, 88759 "target": null 88760 } 88761 ], 88762 "name": "lazy_static", 88763 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88764 }, 88765 { 88766 "dep_kinds": [ 88767 { 88768 "kind": null, 88769 "target": null 88770 } 88771 ], 88772 "name": "libm", 88773 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88774 }, 88775 { 88776 "dep_kinds": [ 88777 { 88778 "kind": null, 88779 "target": null 88780 } 88781 ], 88782 "name": "num_integer", 88783 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88784 }, 88785 { 88786 "dep_kinds": [ 88787 { 88788 "kind": null, 88789 "target": null 88790 } 88791 ], 88792 "name": "num_iter", 88793 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88794 }, 88795 { 88796 "dep_kinds": [ 88797 { 88798 "kind": null, 88799 "target": null 88800 } 88801 ], 88802 "name": "num_traits", 88803 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88804 }, 88805 { 88806 "dep_kinds": [ 88807 { 88808 "kind": null, 88809 "target": null 88810 } 88811 ], 88812 "name": "rand", 88813 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88814 }, 88815 { 88816 "dep_kinds": [ 88817 { 88818 "kind": null, 88819 "target": null 88820 } 88821 ], 88822 "name": "smallvec", 88823 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88824 }, 88825 { 88826 "dep_kinds": [ 88827 { 88828 "kind": null, 88829 "target": null 88830 } 88831 ], 88832 "name": "zeroize", 88833 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88834 } 88835 ], 88836 "features": [ 88837 "i128", 88838 "prime", 88839 "rand", 88840 "u64_digit", 88841 "zeroize" 88842 ], 88843 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88844 }, 88845 { 88846 "dependencies": [], 88847 "deps": [], 88848 "features": [], 88849 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88850 }, 88851 { 88852 "dependencies": [ 88853 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88854 ], 88855 "deps": [ 88856 { 88857 "dep_kinds": [ 88858 { 88859 "kind": null, 88860 "target": null 88861 } 88862 ], 88863 "name": "num_traits", 88864 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88865 } 88866 ], 88867 "features": [ 88868 "i128" 88869 ], 88870 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88871 }, 88872 { 88873 "dependencies": [ 88874 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88875 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88876 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88877 ], 88878 "deps": [ 88879 { 88880 "dep_kinds": [ 88881 { 88882 "kind": "build", 88883 "target": null 88884 } 88885 ], 88886 "name": "autocfg", 88887 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88888 }, 88889 { 88890 "dep_kinds": [ 88891 { 88892 "kind": null, 88893 "target": null 88894 } 88895 ], 88896 "name": "num_integer", 88897 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88898 }, 88899 { 88900 "dep_kinds": [ 88901 { 88902 "kind": null, 88903 "target": null 88904 } 88905 ], 88906 "name": "num_traits", 88907 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88908 } 88909 ], 88910 "features": [], 88911 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88912 }, 88913 { 88914 "dependencies": [ 88915 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88916 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88917 ], 88918 "deps": [ 88919 { 88920 "dep_kinds": [ 88921 { 88922 "kind": "build", 88923 "target": null 88924 } 88925 ], 88926 "name": "autocfg", 88927 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88928 }, 88929 { 88930 "dep_kinds": [ 88931 { 88932 "kind": null, 88933 "target": null 88934 } 88935 ], 88936 "name": "libm", 88937 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88938 } 88939 ], 88940 "features": [ 88941 "default", 88942 "i128", 88943 "libm", 88944 "std" 88945 ], 88946 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88947 }, 88948 { 88949 "dependencies": [ 88950 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 88951 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88952 ], 88953 "deps": [ 88954 { 88955 "dep_kinds": [ 88956 { 88957 "kind": null, 88958 "target": "cfg(target_os = \"hermit\")" 88959 } 88960 ], 88961 "name": "hermit_abi", 88962 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88963 }, 88964 { 88965 "dep_kinds": [ 88966 { 88967 "kind": null, 88968 "target": "cfg(not(windows))" 88969 } 88970 ], 88971 "name": "libc", 88972 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88973 } 88974 ], 88975 "features": [], 88976 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88977 }, 88978 { 88979 "dependencies": [ 88980 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88981 ], 88982 "deps": [ 88983 { 88984 "dep_kinds": [ 88985 { 88986 "kind": null, 88987 "target": null 88988 } 88989 ], 88990 "name": "memchr", 88991 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 88992 } 88993 ], 88994 "features": [ 88995 "archive", 88996 "coff", 88997 "elf", 88998 "macho", 88999 "pe", 89000 "read_core", 89001 "unaligned", 89002 "xcoff" 89003 ], 89004 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89005 }, 89006 { 89007 "dependencies": [ 89008 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89009 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89010 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89011 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89012 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89013 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89014 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89015 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89016 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89017 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89018 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89019 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89020 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89021 ], 89022 "deps": [ 89023 { 89024 "dep_kinds": [ 89025 { 89026 "kind": null, 89027 "target": null 89028 } 89029 ], 89030 "name": "async_trait", 89031 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89032 }, 89033 { 89034 "dep_kinds": [ 89035 { 89036 "kind": null, 89037 "target": null 89038 } 89039 ], 89040 "name": "bytes", 89041 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89042 }, 89043 { 89044 "dep_kinds": [ 89045 { 89046 "kind": null, 89047 "target": null 89048 } 89049 ], 89050 "name": "chrono", 89051 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89052 }, 89053 { 89054 "dep_kinds": [ 89055 { 89056 "kind": null, 89057 "target": null 89058 } 89059 ], 89060 "name": "futures", 89061 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89062 }, 89063 { 89064 "dep_kinds": [ 89065 { 89066 "kind": null, 89067 "target": null 89068 } 89069 ], 89070 "name": "humantime", 89071 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89072 }, 89073 { 89074 "dep_kinds": [ 89075 { 89076 "kind": null, 89077 "target": null 89078 } 89079 ], 89080 "name": "itertools", 89081 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89082 }, 89083 { 89084 "dep_kinds": [ 89085 { 89086 "kind": null, 89087 "target": null 89088 } 89089 ], 89090 "name": "parking_lot", 89091 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89092 }, 89093 { 89094 "dep_kinds": [ 89095 { 89096 "kind": null, 89097 "target": null 89098 } 89099 ], 89100 "name": "percent_encoding", 89101 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89102 }, 89103 { 89104 "dep_kinds": [ 89105 { 89106 "kind": null, 89107 "target": null 89108 } 89109 ], 89110 "name": "snafu", 89111 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89112 }, 89113 { 89114 "dep_kinds": [ 89115 { 89116 "kind": null, 89117 "target": null 89118 } 89119 ], 89120 "name": "tokio", 89121 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89122 }, 89123 { 89124 "dep_kinds": [ 89125 { 89126 "kind": null, 89127 "target": null 89128 } 89129 ], 89130 "name": "tracing", 89131 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89132 }, 89133 { 89134 "dep_kinds": [ 89135 { 89136 "kind": null, 89137 "target": null 89138 } 89139 ], 89140 "name": "url", 89141 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89142 }, 89143 { 89144 "dep_kinds": [ 89145 { 89146 "kind": null, 89147 "target": null 89148 } 89149 ], 89150 "name": "walkdir", 89151 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89152 } 89153 ], 89154 "features": [], 89155 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89156 }, 89157 { 89158 "dependencies": [], 89159 "deps": [], 89160 "features": [ 89161 "alloc", 89162 "default", 89163 "race", 89164 "std" 89165 ], 89166 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89167 }, 89168 { 89169 "dependencies": [ 89170 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89171 ], 89172 "deps": [ 89173 { 89174 "dep_kinds": [ 89175 { 89176 "kind": null, 89177 "target": null 89178 } 89179 ], 89180 "name": "memchr", 89181 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89182 } 89183 ], 89184 "features": [ 89185 "default", 89186 "memchr", 89187 "raw_os_str" 89188 ], 89189 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89190 }, 89191 { 89192 "dependencies": [], 89193 "deps": [], 89194 "features": [], 89195 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89196 }, 89197 { 89198 "dependencies": [ 89199 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89200 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89201 ], 89202 "deps": [ 89203 { 89204 "dep_kinds": [ 89205 { 89206 "kind": null, 89207 "target": null 89208 } 89209 ], 89210 "name": "lock_api", 89211 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89212 }, 89213 { 89214 "dep_kinds": [ 89215 { 89216 "kind": null, 89217 "target": null 89218 } 89219 ], 89220 "name": "parking_lot_core", 89221 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89222 } 89223 ], 89224 "features": [ 89225 "default" 89226 ], 89227 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89228 }, 89229 { 89230 "dependencies": [ 89231 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89232 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89233 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89234 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89235 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89236 ], 89237 "deps": [ 89238 { 89239 "dep_kinds": [ 89240 { 89241 "kind": null, 89242 "target": null 89243 } 89244 ], 89245 "name": "cfg_if", 89246 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89247 }, 89248 { 89249 "dep_kinds": [ 89250 { 89251 "kind": null, 89252 "target": "cfg(unix)" 89253 } 89254 ], 89255 "name": "libc", 89256 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89257 }, 89258 { 89259 "dep_kinds": [ 89260 { 89261 "kind": null, 89262 "target": "cfg(target_os = \"redox\")" 89263 } 89264 ], 89265 "name": "syscall", 89266 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89267 }, 89268 { 89269 "dep_kinds": [ 89270 { 89271 "kind": null, 89272 "target": null 89273 } 89274 ], 89275 "name": "smallvec", 89276 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89277 }, 89278 { 89279 "dep_kinds": [ 89280 { 89281 "kind": null, 89282 "target": "cfg(windows)" 89283 } 89284 ], 89285 "name": "windows_targets", 89286 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89287 } 89288 ], 89289 "features": [], 89290 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89291 }, 89292 { 89293 "dependencies": [ 89294 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89295 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89296 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89297 ], 89298 "deps": [ 89299 { 89300 "dep_kinds": [ 89301 { 89302 "kind": null, 89303 "target": null 89304 } 89305 ], 89306 "name": "base64ct", 89307 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89308 }, 89309 { 89310 "dep_kinds": [ 89311 { 89312 "kind": null, 89313 "target": null 89314 } 89315 ], 89316 "name": "rand_core", 89317 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89318 }, 89319 { 89320 "dep_kinds": [ 89321 { 89322 "kind": null, 89323 "target": null 89324 } 89325 ], 89326 "name": "subtle", 89327 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89328 } 89329 ], 89330 "features": [ 89331 "alloc", 89332 "default", 89333 "rand_core", 89334 "std" 89335 ], 89336 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89337 }, 89338 { 89339 "dependencies": [], 89340 "deps": [], 89341 "features": [], 89342 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89343 }, 89344 { 89345 "dependencies": [ 89346 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89347 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89348 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89349 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89350 ], 89351 "deps": [ 89352 { 89353 "dep_kinds": [ 89354 { 89355 "kind": null, 89356 "target": null 89357 } 89358 ], 89359 "name": "digest", 89360 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89361 }, 89362 { 89363 "dep_kinds": [ 89364 { 89365 "kind": null, 89366 "target": null 89367 } 89368 ], 89369 "name": "hmac", 89370 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89371 }, 89372 { 89373 "dep_kinds": [ 89374 { 89375 "kind": null, 89376 "target": null 89377 } 89378 ], 89379 "name": "password_hash", 89380 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89381 }, 89382 { 89383 "dep_kinds": [ 89384 { 89385 "kind": null, 89386 "target": null 89387 } 89388 ], 89389 "name": "sha2", 89390 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89391 } 89392 ], 89393 "features": [ 89394 "default", 89395 "hmac", 89396 "password-hash", 89397 "sha2", 89398 "simple" 89399 ], 89400 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89401 }, 89402 { 89403 "dependencies": [ 89404 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89405 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89406 ], 89407 "deps": [ 89408 { 89409 "dep_kinds": [ 89410 { 89411 "kind": null, 89412 "target": null 89413 } 89414 ], 89415 "name": "base64", 89416 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89417 }, 89418 { 89419 "dep_kinds": [ 89420 { 89421 "kind": null, 89422 "target": null 89423 } 89424 ], 89425 "name": "serde", 89426 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89427 } 89428 ], 89429 "features": [ 89430 "default", 89431 "std" 89432 ], 89433 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89434 }, 89435 { 89436 "dependencies": [ 89437 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89438 ], 89439 "deps": [ 89440 { 89441 "dep_kinds": [ 89442 { 89443 "kind": null, 89444 "target": null 89445 } 89446 ], 89447 "name": "base64ct", 89448 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89449 } 89450 ], 89451 "features": [ 89452 "alloc" 89453 ], 89454 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89455 }, 89456 { 89457 "dependencies": [], 89458 "deps": [], 89459 "features": [ 89460 "alloc", 89461 "default", 89462 "std" 89463 ], 89464 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89465 }, 89466 { 89467 "dependencies": [ 89468 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89469 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89470 ], 89471 "deps": [ 89472 { 89473 "dep_kinds": [ 89474 { 89475 "kind": null, 89476 "target": null 89477 } 89478 ], 89479 "name": "fixedbitset", 89480 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89481 }, 89482 { 89483 "dep_kinds": [ 89484 { 89485 "kind": null, 89486 "target": null 89487 } 89488 ], 89489 "name": "indexmap", 89490 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89491 } 89492 ], 89493 "features": [], 89494 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89495 }, 89496 { 89497 "dependencies": [ 89498 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89499 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89500 ], 89501 "deps": [ 89502 { 89503 "dep_kinds": [ 89504 { 89505 "kind": null, 89506 "target": null 89507 } 89508 ], 89509 "name": "futures", 89510 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89511 }, 89512 { 89513 "dep_kinds": [ 89514 { 89515 "kind": "build", 89516 "target": null 89517 } 89518 ], 89519 "name": "rustc_version", 89520 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89521 } 89522 ], 89523 "features": [], 89524 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89525 }, 89526 { 89527 "dependencies": [ 89528 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89529 ], 89530 "deps": [ 89531 { 89532 "dep_kinds": [ 89533 { 89534 "kind": null, 89535 "target": null 89536 } 89537 ], 89538 "name": "siphasher", 89539 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89540 } 89541 ], 89542 "features": [ 89543 "default", 89544 "std" 89545 ], 89546 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89547 }, 89548 { 89549 "dependencies": [], 89550 "deps": [], 89551 "features": [], 89552 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89553 }, 89554 { 89555 "dependencies": [ 89556 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89557 ], 89558 "deps": [ 89559 { 89560 "dep_kinds": [ 89561 { 89562 "kind": null, 89563 "target": null 89564 } 89565 ], 89566 "name": "pin_project_internal", 89567 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89568 } 89569 ], 89570 "features": [], 89571 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89572 }, 89573 { 89574 "dependencies": [ 89575 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89576 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89577 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89578 ], 89579 "deps": [ 89580 { 89581 "dep_kinds": [ 89582 { 89583 "kind": null, 89584 "target": null 89585 } 89586 ], 89587 "name": "proc_macro2", 89588 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89589 }, 89590 { 89591 "dep_kinds": [ 89592 { 89593 "kind": null, 89594 "target": null 89595 } 89596 ], 89597 "name": "quote", 89598 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89599 }, 89600 { 89601 "dep_kinds": [ 89602 { 89603 "kind": null, 89604 "target": null 89605 } 89606 ], 89607 "name": "syn", 89608 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89609 } 89610 ], 89611 "features": [], 89612 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89613 }, 89614 { 89615 "dependencies": [], 89616 "deps": [], 89617 "features": [], 89618 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89619 }, 89620 { 89621 "dependencies": [], 89622 "deps": [], 89623 "features": [], 89624 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89625 }, 89626 { 89627 "dependencies": [ 89628 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89629 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89630 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89631 ], 89632 "deps": [ 89633 { 89634 "dep_kinds": [ 89635 { 89636 "kind": null, 89637 "target": null 89638 } 89639 ], 89640 "name": "der", 89641 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89642 }, 89643 { 89644 "dep_kinds": [ 89645 { 89646 "kind": null, 89647 "target": null 89648 } 89649 ], 89650 "name": "pkcs8", 89651 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89652 }, 89653 { 89654 "dep_kinds": [ 89655 { 89656 "kind": null, 89657 "target": null 89658 } 89659 ], 89660 "name": "spki", 89661 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89662 } 89663 ], 89664 "features": [ 89665 "alloc", 89666 "pem", 89667 "pkcs8", 89668 "std", 89669 "zeroize" 89670 ], 89671 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89672 }, 89673 { 89674 "dependencies": [ 89675 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89676 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89677 ], 89678 "deps": [ 89679 { 89680 "dep_kinds": [ 89681 { 89682 "kind": null, 89683 "target": null 89684 } 89685 ], 89686 "name": "der", 89687 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89688 }, 89689 { 89690 "dep_kinds": [ 89691 { 89692 "kind": null, 89693 "target": null 89694 } 89695 ], 89696 "name": "spki", 89697 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89698 } 89699 ], 89700 "features": [ 89701 "alloc", 89702 "pem", 89703 "std" 89704 ], 89705 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89706 }, 89707 { 89708 "dependencies": [], 89709 "deps": [], 89710 "features": [], 89711 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89712 }, 89713 { 89714 "dependencies": [], 89715 "deps": [], 89716 "features": [ 89717 "simd", 89718 "std" 89719 ], 89720 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89721 }, 89722 { 89723 "dependencies": [], 89724 "deps": [], 89725 "features": [], 89726 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89727 }, 89728 { 89729 "dependencies": [ 89730 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89731 ], 89732 "deps": [ 89733 { 89734 "dep_kinds": [ 89735 { 89736 "kind": null, 89737 "target": null 89738 } 89739 ], 89740 "name": "toml_edit", 89741 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89742 } 89743 ], 89744 "features": [], 89745 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89746 }, 89747 { 89748 "dependencies": [ 89749 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89750 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89751 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89752 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89753 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89754 ], 89755 "deps": [ 89756 { 89757 "dep_kinds": [ 89758 { 89759 "kind": null, 89760 "target": null 89761 } 89762 ], 89763 "name": "proc_macro_error_attr", 89764 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89765 }, 89766 { 89767 "dep_kinds": [ 89768 { 89769 "kind": null, 89770 "target": null 89771 } 89772 ], 89773 "name": "proc_macro2", 89774 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89775 }, 89776 { 89777 "dep_kinds": [ 89778 { 89779 "kind": null, 89780 "target": null 89781 } 89782 ], 89783 "name": "quote", 89784 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89785 }, 89786 { 89787 "dep_kinds": [ 89788 { 89789 "kind": null, 89790 "target": null 89791 } 89792 ], 89793 "name": "syn", 89794 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89795 }, 89796 { 89797 "dep_kinds": [ 89798 { 89799 "kind": "build", 89800 "target": null 89801 } 89802 ], 89803 "name": "version_check", 89804 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89805 } 89806 ], 89807 "features": [ 89808 "default", 89809 "syn", 89810 "syn-error" 89811 ], 89812 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89813 }, 89814 { 89815 "dependencies": [ 89816 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89817 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89818 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89819 ], 89820 "deps": [ 89821 { 89822 "dep_kinds": [ 89823 { 89824 "kind": null, 89825 "target": null 89826 } 89827 ], 89828 "name": "proc_macro2", 89829 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89830 }, 89831 { 89832 "dep_kinds": [ 89833 { 89834 "kind": null, 89835 "target": null 89836 } 89837 ], 89838 "name": "quote", 89839 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89840 }, 89841 { 89842 "dep_kinds": [ 89843 { 89844 "kind": "build", 89845 "target": null 89846 } 89847 ], 89848 "name": "version_check", 89849 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89850 } 89851 ], 89852 "features": [], 89853 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89854 }, 89855 { 89856 "dependencies": [ 89857 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89858 ], 89859 "deps": [ 89860 { 89861 "dep_kinds": [ 89862 { 89863 "kind": null, 89864 "target": null 89865 } 89866 ], 89867 "name": "unicode_ident", 89868 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89869 } 89870 ], 89871 "features": [ 89872 "default", 89873 "proc-macro" 89874 ], 89875 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89876 }, 89877 { 89878 "dependencies": [], 89879 "deps": [], 89880 "features": [], 89881 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89882 }, 89883 { 89884 "dependencies": [ 89885 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89886 ], 89887 "deps": [ 89888 { 89889 "dep_kinds": [ 89890 { 89891 "kind": "build", 89892 "target": null 89893 } 89894 ], 89895 "name": "cc", 89896 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89897 } 89898 ], 89899 "features": [], 89900 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89901 }, 89902 { 89903 "dependencies": [ 89904 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89905 ], 89906 "deps": [ 89907 { 89908 "dep_kinds": [ 89909 { 89910 "kind": null, 89911 "target": null 89912 } 89913 ], 89914 "name": "ptr_meta_derive", 89915 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89916 } 89917 ], 89918 "features": [ 89919 "std" 89920 ], 89921 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89922 }, 89923 { 89924 "dependencies": [ 89925 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89926 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89927 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89928 ], 89929 "deps": [ 89930 { 89931 "dep_kinds": [ 89932 { 89933 "kind": null, 89934 "target": null 89935 } 89936 ], 89937 "name": "proc_macro2", 89938 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89939 }, 89940 { 89941 "dep_kinds": [ 89942 { 89943 "kind": null, 89944 "target": null 89945 } 89946 ], 89947 "name": "quote", 89948 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89949 }, 89950 { 89951 "dep_kinds": [ 89952 { 89953 "kind": null, 89954 "target": null 89955 } 89956 ], 89957 "name": "syn", 89958 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89959 } 89960 ], 89961 "features": [], 89962 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89963 }, 89964 { 89965 "dependencies": [ 89966 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89967 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89968 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 89969 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89970 ], 89971 "deps": [ 89972 { 89973 "dep_kinds": [ 89974 { 89975 "kind": null, 89976 "target": null 89977 } 89978 ], 89979 "name": "ahash", 89980 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89981 }, 89982 { 89983 "dep_kinds": [ 89984 { 89985 "kind": null, 89986 "target": null 89987 } 89988 ], 89989 "name": "equivalent", 89990 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 89991 }, 89992 { 89993 "dep_kinds": [ 89994 { 89995 "kind": null, 89996 "target": null 89997 } 89998 ], 89999 "name": "hashbrown", 90000 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90001 }, 90002 { 90003 "dep_kinds": [ 90004 { 90005 "kind": null, 90006 "target": null 90007 } 90008 ], 90009 "name": "parking_lot", 90010 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90011 } 90012 ], 90013 "features": [ 90014 "ahash", 90015 "default", 90016 "parking_lot" 90017 ], 90018 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90019 }, 90020 { 90021 "dependencies": [ 90022 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90023 ], 90024 "deps": [ 90025 { 90026 "dep_kinds": [ 90027 { 90028 "kind": null, 90029 "target": null 90030 } 90031 ], 90032 "name": "proc_macro2", 90033 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90034 } 90035 ], 90036 "features": [ 90037 "default", 90038 "proc-macro" 90039 ], 90040 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90041 }, 90042 { 90043 "dependencies": [], 90044 "deps": [], 90045 "features": [], 90046 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90047 }, 90048 { 90049 "dependencies": [ 90050 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90051 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90052 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90053 ], 90054 "deps": [ 90055 { 90056 "dep_kinds": [ 90057 { 90058 "kind": null, 90059 "target": null 90060 } 90061 ], 90062 "name": "endian_type", 90063 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90064 }, 90065 { 90066 "dep_kinds": [ 90067 { 90068 "kind": null, 90069 "target": null 90070 } 90071 ], 90072 "name": "nibble_vec", 90073 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90074 }, 90075 { 90076 "dep_kinds": [ 90077 { 90078 "kind": null, 90079 "target": null 90080 } 90081 ], 90082 "name": "serde", 90083 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90084 } 90085 ], 90086 "features": [ 90087 "serde" 90088 ], 90089 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90090 }, 90091 { 90092 "dependencies": [ 90093 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90094 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90095 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90096 ], 90097 "deps": [ 90098 { 90099 "dep_kinds": [ 90100 { 90101 "kind": null, 90102 "target": "cfg(unix)" 90103 } 90104 ], 90105 "name": "libc", 90106 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90107 }, 90108 { 90109 "dep_kinds": [ 90110 { 90111 "kind": null, 90112 "target": null 90113 } 90114 ], 90115 "name": "rand_chacha", 90116 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90117 }, 90118 { 90119 "dep_kinds": [ 90120 { 90121 "kind": null, 90122 "target": null 90123 } 90124 ], 90125 "name": "rand_core", 90126 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90127 } 90128 ], 90129 "features": [ 90130 "alloc", 90131 "default", 90132 "getrandom", 90133 "libc", 90134 "rand_chacha", 90135 "small_rng", 90136 "std", 90137 "std_rng" 90138 ], 90139 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90140 }, 90141 { 90142 "dependencies": [ 90143 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90144 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90145 ], 90146 "deps": [ 90147 { 90148 "dep_kinds": [ 90149 { 90150 "kind": null, 90151 "target": null 90152 } 90153 ], 90154 "name": "ppv_lite86", 90155 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90156 }, 90157 { 90158 "dep_kinds": [ 90159 { 90160 "kind": null, 90161 "target": null 90162 } 90163 ], 90164 "name": "rand_core", 90165 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90166 } 90167 ], 90168 "features": [ 90169 "std" 90170 ], 90171 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90172 }, 90173 { 90174 "dependencies": [ 90175 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90176 ], 90177 "deps": [ 90178 { 90179 "dep_kinds": [ 90180 { 90181 "kind": null, 90182 "target": null 90183 } 90184 ], 90185 "name": "getrandom", 90186 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90187 } 90188 ], 90189 "features": [ 90190 "alloc", 90191 "getrandom", 90192 "std" 90193 ], 90194 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90195 }, 90196 { 90197 "dependencies": [ 90198 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90199 ], 90200 "deps": [ 90201 { 90202 "dep_kinds": [ 90203 { 90204 "kind": null, 90205 "target": null 90206 } 90207 ], 90208 "name": "bitflags", 90209 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90210 } 90211 ], 90212 "features": [], 90213 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90214 }, 90215 { 90216 "dependencies": [ 90217 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90218 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90219 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90220 ], 90221 "deps": [ 90222 { 90223 "dep_kinds": [ 90224 { 90225 "kind": null, 90226 "target": null 90227 } 90228 ], 90229 "name": "getrandom", 90230 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90231 }, 90232 { 90233 "dep_kinds": [ 90234 { 90235 "kind": null, 90236 "target": null 90237 } 90238 ], 90239 "name": "libredox", 90240 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90241 }, 90242 { 90243 "dep_kinds": [ 90244 { 90245 "kind": null, 90246 "target": null 90247 } 90248 ], 90249 "name": "thiserror", 90250 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90251 } 90252 ], 90253 "features": [], 90254 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90255 }, 90256 { 90257 "dependencies": [ 90258 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90259 ], 90260 "deps": [ 90261 { 90262 "dep_kinds": [ 90263 { 90264 "kind": null, 90265 "target": null 90266 } 90267 ], 90268 "name": "ref_cast_impl", 90269 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90270 } 90271 ], 90272 "features": [], 90273 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90274 }, 90275 { 90276 "dependencies": [ 90277 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90278 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90279 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90280 ], 90281 "deps": [ 90282 { 90283 "dep_kinds": [ 90284 { 90285 "kind": null, 90286 "target": null 90287 } 90288 ], 90289 "name": "proc_macro2", 90290 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90291 }, 90292 { 90293 "dep_kinds": [ 90294 { 90295 "kind": null, 90296 "target": null 90297 } 90298 ], 90299 "name": "quote", 90300 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90301 }, 90302 { 90303 "dep_kinds": [ 90304 { 90305 "kind": null, 90306 "target": null 90307 } 90308 ], 90309 "name": "syn", 90310 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90311 } 90312 ], 90313 "features": [], 90314 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90315 }, 90316 { 90317 "dependencies": [ 90318 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90319 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90320 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90321 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90322 ], 90323 "deps": [ 90324 { 90325 "dep_kinds": [ 90326 { 90327 "kind": null, 90328 "target": null 90329 } 90330 ], 90331 "name": "aho_corasick", 90332 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90333 }, 90334 { 90335 "dep_kinds": [ 90336 { 90337 "kind": null, 90338 "target": null 90339 } 90340 ], 90341 "name": "memchr", 90342 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90343 }, 90344 { 90345 "dep_kinds": [ 90346 { 90347 "kind": null, 90348 "target": null 90349 } 90350 ], 90351 "name": "regex_automata", 90352 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90353 }, 90354 { 90355 "dep_kinds": [ 90356 { 90357 "kind": null, 90358 "target": null 90359 } 90360 ], 90361 "name": "regex_syntax", 90362 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90363 } 90364 ], 90365 "features": [ 90366 "default", 90367 "perf", 90368 "perf-backtrack", 90369 "perf-cache", 90370 "perf-dfa", 90371 "perf-inline", 90372 "perf-literal", 90373 "perf-onepass", 90374 "std", 90375 "unicode", 90376 "unicode-age", 90377 "unicode-bool", 90378 "unicode-case", 90379 "unicode-gencat", 90380 "unicode-perl", 90381 "unicode-script", 90382 "unicode-segment" 90383 ], 90384 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90385 }, 90386 { 90387 "dependencies": [ 90388 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90389 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90390 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90391 ], 90392 "deps": [ 90393 { 90394 "dep_kinds": [ 90395 { 90396 "kind": null, 90397 "target": null 90398 } 90399 ], 90400 "name": "aho_corasick", 90401 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90402 }, 90403 { 90404 "dep_kinds": [ 90405 { 90406 "kind": null, 90407 "target": null 90408 } 90409 ], 90410 "name": "memchr", 90411 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90412 }, 90413 { 90414 "dep_kinds": [ 90415 { 90416 "kind": null, 90417 "target": null 90418 } 90419 ], 90420 "name": "regex_syntax", 90421 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90422 } 90423 ], 90424 "features": [ 90425 "alloc", 90426 "dfa-onepass", 90427 "hybrid", 90428 "meta", 90429 "nfa-backtrack", 90430 "nfa-pikevm", 90431 "nfa-thompson", 90432 "perf", 90433 "perf-inline", 90434 "perf-literal", 90435 "perf-literal-multisubstring", 90436 "perf-literal-substring", 90437 "std", 90438 "syntax", 90439 "unicode", 90440 "unicode-age", 90441 "unicode-bool", 90442 "unicode-case", 90443 "unicode-gencat", 90444 "unicode-perl", 90445 "unicode-script", 90446 "unicode-segment", 90447 "unicode-word-boundary" 90448 ], 90449 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90450 }, 90451 { 90452 "dependencies": [], 90453 "deps": [], 90454 "features": [ 90455 "default", 90456 "std", 90457 "unicode", 90458 "unicode-age", 90459 "unicode-bool", 90460 "unicode-case", 90461 "unicode-gencat", 90462 "unicode-perl", 90463 "unicode-script", 90464 "unicode-segment" 90465 ], 90466 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90467 }, 90468 { 90469 "dependencies": [ 90470 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90471 ], 90472 "deps": [ 90473 { 90474 "dep_kinds": [ 90475 { 90476 "kind": null, 90477 "target": null 90478 } 90479 ], 90480 "name": "bytecheck", 90481 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90482 } 90483 ], 90484 "features": [ 90485 "bytecheck", 90486 "std" 90487 ], 90488 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90489 }, 90490 { 90491 "dependencies": [ 90492 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90493 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90494 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90495 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90496 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90497 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90498 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90499 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90500 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90501 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90502 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90503 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90504 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90505 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90506 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90507 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90508 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90509 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90510 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90511 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90512 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90513 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90514 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90515 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90516 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90517 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90518 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90519 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90520 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90521 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90522 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90523 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90524 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90525 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90526 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90527 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90528 ], 90529 "deps": [ 90530 { 90531 "dep_kinds": [ 90532 { 90533 "kind": null, 90534 "target": null 90535 } 90536 ], 90537 "name": "base64", 90538 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90539 }, 90540 { 90541 "dep_kinds": [ 90542 { 90543 "kind": null, 90544 "target": null 90545 } 90546 ], 90547 "name": "bytes", 90548 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90549 }, 90550 { 90551 "dep_kinds": [ 90552 { 90553 "kind": null, 90554 "target": "cfg(not(target_arch = \"wasm32\"))" 90555 } 90556 ], 90557 "name": "encoding_rs", 90558 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90559 }, 90560 { 90561 "dep_kinds": [ 90562 { 90563 "kind": null, 90564 "target": null 90565 } 90566 ], 90567 "name": "futures_core", 90568 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90569 }, 90570 { 90571 "dep_kinds": [ 90572 { 90573 "kind": null, 90574 "target": null 90575 } 90576 ], 90577 "name": "futures_util", 90578 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90579 }, 90580 { 90581 "dep_kinds": [ 90582 { 90583 "kind": null, 90584 "target": "cfg(not(target_arch = \"wasm32\"))" 90585 } 90586 ], 90587 "name": "h2", 90588 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90589 }, 90590 { 90591 "dep_kinds": [ 90592 { 90593 "kind": null, 90594 "target": null 90595 } 90596 ], 90597 "name": "http", 90598 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90599 }, 90600 { 90601 "dep_kinds": [ 90602 { 90603 "kind": null, 90604 "target": "cfg(not(target_arch = \"wasm32\"))" 90605 } 90606 ], 90607 "name": "http_body", 90608 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90609 }, 90610 { 90611 "dep_kinds": [ 90612 { 90613 "kind": null, 90614 "target": "cfg(not(target_arch = \"wasm32\"))" 90615 } 90616 ], 90617 "name": "hyper", 90618 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90619 }, 90620 { 90621 "dep_kinds": [ 90622 { 90623 "kind": null, 90624 "target": "cfg(not(target_arch = \"wasm32\"))" 90625 } 90626 ], 90627 "name": "hyper_rustls", 90628 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90629 }, 90630 { 90631 "dep_kinds": [ 90632 { 90633 "kind": null, 90634 "target": "cfg(not(target_arch = \"wasm32\"))" 90635 } 90636 ], 90637 "name": "ipnet", 90638 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90639 }, 90640 { 90641 "dep_kinds": [ 90642 { 90643 "kind": null, 90644 "target": "cfg(target_arch = \"wasm32\")" 90645 } 90646 ], 90647 "name": "js_sys", 90648 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90649 }, 90650 { 90651 "dep_kinds": [ 90652 { 90653 "kind": null, 90654 "target": "cfg(not(target_arch = \"wasm32\"))" 90655 } 90656 ], 90657 "name": "log", 90658 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90659 }, 90660 { 90661 "dep_kinds": [ 90662 { 90663 "kind": null, 90664 "target": "cfg(not(target_arch = \"wasm32\"))" 90665 } 90666 ], 90667 "name": "mime", 90668 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90669 }, 90670 { 90671 "dep_kinds": [ 90672 { 90673 "kind": null, 90674 "target": null 90675 } 90676 ], 90677 "name": "mime_guess", 90678 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90679 }, 90680 { 90681 "dep_kinds": [ 90682 { 90683 "kind": null, 90684 "target": "cfg(not(target_arch = \"wasm32\"))" 90685 } 90686 ], 90687 "name": "once_cell", 90688 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90689 }, 90690 { 90691 "dep_kinds": [ 90692 { 90693 "kind": null, 90694 "target": "cfg(not(target_arch = \"wasm32\"))" 90695 } 90696 ], 90697 "name": "percent_encoding", 90698 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90699 }, 90700 { 90701 "dep_kinds": [ 90702 { 90703 "kind": null, 90704 "target": "cfg(not(target_arch = \"wasm32\"))" 90705 } 90706 ], 90707 "name": "pin_project_lite", 90708 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90709 }, 90710 { 90711 "dep_kinds": [ 90712 { 90713 "kind": null, 90714 "target": "cfg(not(target_arch = \"wasm32\"))" 90715 } 90716 ], 90717 "name": "rustls", 90718 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90719 }, 90720 { 90721 "dep_kinds": [ 90722 { 90723 "kind": null, 90724 "target": "cfg(not(target_arch = \"wasm32\"))" 90725 } 90726 ], 90727 "name": "rustls_pemfile", 90728 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90729 }, 90730 { 90731 "dep_kinds": [ 90732 { 90733 "kind": null, 90734 "target": null 90735 } 90736 ], 90737 "name": "serde", 90738 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90739 }, 90740 { 90741 "dep_kinds": [ 90742 { 90743 "kind": null, 90744 "target": null 90745 }, 90746 { 90747 "kind": null, 90748 "target": "cfg(target_arch = \"wasm32\")" 90749 } 90750 ], 90751 "name": "serde_json", 90752 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90753 }, 90754 { 90755 "dep_kinds": [ 90756 { 90757 "kind": null, 90758 "target": null 90759 } 90760 ], 90761 "name": "serde_urlencoded", 90762 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90763 }, 90764 { 90765 "dep_kinds": [ 90766 { 90767 "kind": null, 90768 "target": null 90769 } 90770 ], 90771 "name": "sync_wrapper", 90772 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90773 }, 90774 { 90775 "dep_kinds": [ 90776 { 90777 "kind": null, 90778 "target": "cfg(target_os = \"macos\")" 90779 } 90780 ], 90781 "name": "system_configuration", 90782 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90783 }, 90784 { 90785 "dep_kinds": [ 90786 { 90787 "kind": null, 90788 "target": "cfg(not(target_arch = \"wasm32\"))" 90789 } 90790 ], 90791 "name": "tokio", 90792 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90793 }, 90794 { 90795 "dep_kinds": [ 90796 { 90797 "kind": null, 90798 "target": "cfg(not(target_arch = \"wasm32\"))" 90799 } 90800 ], 90801 "name": "tokio_rustls", 90802 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90803 }, 90804 { 90805 "dep_kinds": [ 90806 { 90807 "kind": null, 90808 "target": "cfg(not(target_arch = \"wasm32\"))" 90809 } 90810 ], 90811 "name": "tokio_util", 90812 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90813 }, 90814 { 90815 "dep_kinds": [ 90816 { 90817 "kind": null, 90818 "target": null 90819 } 90820 ], 90821 "name": "tower_service", 90822 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90823 }, 90824 { 90825 "dep_kinds": [ 90826 { 90827 "kind": null, 90828 "target": null 90829 } 90830 ], 90831 "name": "url", 90832 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90833 }, 90834 { 90835 "dep_kinds": [ 90836 { 90837 "kind": null, 90838 "target": "cfg(target_arch = \"wasm32\")" 90839 } 90840 ], 90841 "name": "wasm_bindgen", 90842 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90843 }, 90844 { 90845 "dep_kinds": [ 90846 { 90847 "kind": null, 90848 "target": "cfg(target_arch = \"wasm32\")" 90849 } 90850 ], 90851 "name": "wasm_bindgen_futures", 90852 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90853 }, 90854 { 90855 "dep_kinds": [ 90856 { 90857 "kind": null, 90858 "target": "cfg(target_arch = \"wasm32\")" 90859 } 90860 ], 90861 "name": "wasm_streams", 90862 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90863 }, 90864 { 90865 "dep_kinds": [ 90866 { 90867 "kind": null, 90868 "target": "cfg(target_arch = \"wasm32\")" 90869 } 90870 ], 90871 "name": "web_sys", 90872 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90873 }, 90874 { 90875 "dep_kinds": [ 90876 { 90877 "kind": null, 90878 "target": "cfg(not(target_arch = \"wasm32\"))" 90879 } 90880 ], 90881 "name": "webpki_roots", 90882 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90883 }, 90884 { 90885 "dep_kinds": [ 90886 { 90887 "kind": null, 90888 "target": "cfg(windows)" 90889 } 90890 ], 90891 "name": "winreg", 90892 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90893 } 90894 ], 90895 "features": [ 90896 "__rustls", 90897 "__tls", 90898 "hyper-rustls", 90899 "json", 90900 "mime_guess", 90901 "multipart", 90902 "rustls", 90903 "rustls-tls", 90904 "rustls-tls-webpki-roots", 90905 "serde_json", 90906 "stream", 90907 "tokio-rustls", 90908 "tokio-util", 90909 "wasm-streams", 90910 "webpki-roots" 90911 ], 90912 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90913 }, 90914 { 90915 "dependencies": [ 90916 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90917 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90918 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90919 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90920 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90921 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90922 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90923 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90924 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 90925 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90926 ], 90927 "deps": [ 90928 { 90929 "dep_kinds": [ 90930 { 90931 "kind": null, 90932 "target": null 90933 } 90934 ], 90935 "name": "bincode", 90936 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90937 }, 90938 { 90939 "dep_kinds": [ 90940 { 90941 "kind": null, 90942 "target": null 90943 } 90944 ], 90945 "name": "chrono", 90946 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90947 }, 90948 { 90949 "dep_kinds": [ 90950 { 90951 "kind": null, 90952 "target": null 90953 } 90954 ], 90955 "name": "geo", 90956 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90957 }, 90958 { 90959 "dep_kinds": [ 90960 { 90961 "kind": null, 90962 "target": null 90963 } 90964 ], 90965 "name": "regex", 90966 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90967 }, 90968 { 90969 "dep_kinds": [ 90970 { 90971 "kind": null, 90972 "target": null 90973 } 90974 ], 90975 "name": "derive", 90976 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90977 }, 90978 { 90979 "dep_kinds": [ 90980 { 90981 "kind": null, 90982 "target": null 90983 } 90984 ], 90985 "name": "roaring", 90986 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90987 }, 90988 { 90989 "dep_kinds": [ 90990 { 90991 "kind": null, 90992 "target": null 90993 } 90994 ], 90995 "name": "rust_decimal", 90996 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 90997 }, 90998 { 90999 "dep_kinds": [ 91000 { 91001 "kind": null, 91002 "target": null 91003 } 91004 ], 91005 "name": "serde", 91006 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91007 }, 91008 { 91009 "dep_kinds": [ 91010 { 91011 "kind": null, 91012 "target": null 91013 } 91014 ], 91015 "name": "thiserror", 91016 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91017 }, 91018 { 91019 "dep_kinds": [ 91020 { 91021 "kind": null, 91022 "target": null 91023 } 91024 ], 91025 "name": "uuid", 91026 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91027 } 91028 ], 91029 "features": [], 91030 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91031 }, 91032 { 91033 "dependencies": [ 91034 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91035 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91036 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91037 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91038 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91039 ], 91040 "deps": [ 91041 { 91042 "dep_kinds": [ 91043 { 91044 "kind": null, 91045 "target": null 91046 } 91047 ], 91048 "name": "darling", 91049 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91050 }, 91051 { 91052 "dep_kinds": [ 91053 { 91054 "kind": null, 91055 "target": null 91056 } 91057 ], 91058 "name": "proc_macro_error", 91059 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91060 }, 91061 { 91062 "dep_kinds": [ 91063 { 91064 "kind": null, 91065 "target": null 91066 } 91067 ], 91068 "name": "proc_macro2", 91069 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91070 }, 91071 { 91072 "dep_kinds": [ 91073 { 91074 "kind": null, 91075 "target": null 91076 } 91077 ], 91078 "name": "quote", 91079 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91080 }, 91081 { 91082 "dep_kinds": [ 91083 { 91084 "kind": null, 91085 "target": null 91086 } 91087 ], 91088 "name": "syn", 91089 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91090 } 91091 ], 91092 "features": [], 91093 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91094 }, 91095 { 91096 "dependencies": [ 91097 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91098 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91099 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91100 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91101 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91102 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91103 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91104 ], 91105 "deps": [ 91106 { 91107 "dep_kinds": [ 91108 { 91109 "kind": "build", 91110 "target": null 91111 } 91112 ], 91113 "name": "cc", 91114 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91115 }, 91116 { 91117 "dep_kinds": [ 91118 { 91119 "kind": null, 91120 "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))" 91121 } 91122 ], 91123 "name": "libc", 91124 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91125 }, 91126 { 91127 "dep_kinds": [ 91128 { 91129 "kind": null, 91130 "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))" 91131 }, 91132 { 91133 "kind": null, 91134 "target": "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))" 91135 } 91136 ], 91137 "name": "once_cell", 91138 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91139 }, 91140 { 91141 "dep_kinds": [ 91142 { 91143 "kind": null, 91144 "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))" 91145 } 91146 ], 91147 "name": "spin", 91148 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91149 }, 91150 { 91151 "dep_kinds": [ 91152 { 91153 "kind": null, 91154 "target": null 91155 } 91156 ], 91157 "name": "untrusted", 91158 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91159 }, 91160 { 91161 "dep_kinds": [ 91162 { 91163 "kind": null, 91164 "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))" 91165 } 91166 ], 91167 "name": "web_sys", 91168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91169 }, 91170 { 91171 "dep_kinds": [ 91172 { 91173 "kind": null, 91174 "target": "cfg(target_os = \"windows\")" 91175 } 91176 ], 91177 "name": "winapi", 91178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91179 } 91180 ], 91181 "features": [ 91182 "alloc", 91183 "default", 91184 "dev_urandom_fallback", 91185 "once_cell", 91186 "std" 91187 ], 91188 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91189 }, 91190 { 91191 "dependencies": [ 91192 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91193 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91194 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91195 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91196 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91197 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91198 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91199 ], 91200 "deps": [ 91201 { 91202 "dep_kinds": [ 91203 { 91204 "kind": "build", 91205 "target": null 91206 } 91207 ], 91208 "name": "cc", 91209 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91210 }, 91211 { 91212 "dep_kinds": [ 91213 { 91214 "kind": null, 91215 "target": null 91216 } 91217 ], 91218 "name": "cfg_if", 91219 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91220 }, 91221 { 91222 "dep_kinds": [ 91223 { 91224 "kind": null, 91225 "target": null 91226 } 91227 ], 91228 "name": "getrandom", 91229 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91230 }, 91231 { 91232 "dep_kinds": [ 91233 { 91234 "kind": null, 91235 "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))" 91236 } 91237 ], 91238 "name": "libc", 91239 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91240 }, 91241 { 91242 "dep_kinds": [ 91243 { 91244 "kind": null, 91245 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))" 91246 } 91247 ], 91248 "name": "spin", 91249 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91250 }, 91251 { 91252 "dep_kinds": [ 91253 { 91254 "kind": null, 91255 "target": null 91256 } 91257 ], 91258 "name": "untrusted", 91259 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91260 }, 91261 { 91262 "dep_kinds": [ 91263 { 91264 "kind": null, 91265 "target": "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))" 91266 } 91267 ], 91268 "name": "windows_sys", 91269 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91270 } 91271 ], 91272 "features": [ 91273 "alloc", 91274 "default", 91275 "dev_urandom_fallback", 91276 "wasm32_unknown_unknown_js" 91277 ], 91278 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91279 }, 91280 { 91281 "dependencies": [ 91282 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91283 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91284 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91285 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91286 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91287 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91288 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91289 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91290 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91291 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91292 ], 91293 "deps": [ 91294 { 91295 "dep_kinds": [ 91296 { 91297 "kind": null, 91298 "target": null 91299 } 91300 ], 91301 "name": "bitvec", 91302 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91303 }, 91304 { 91305 "dep_kinds": [ 91306 { 91307 "kind": null, 91308 "target": null 91309 } 91310 ], 91311 "name": "bytecheck", 91312 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91313 }, 91314 { 91315 "dep_kinds": [ 91316 { 91317 "kind": null, 91318 "target": null 91319 } 91320 ], 91321 "name": "bytes", 91322 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91323 }, 91324 { 91325 "dep_kinds": [ 91326 { 91327 "kind": null, 91328 "target": null 91329 } 91330 ], 91331 "name": "hashbrown", 91332 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91333 }, 91334 { 91335 "dep_kinds": [ 91336 { 91337 "kind": null, 91338 "target": null 91339 } 91340 ], 91341 "name": "ptr_meta", 91342 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91343 }, 91344 { 91345 "dep_kinds": [ 91346 { 91347 "kind": null, 91348 "target": null 91349 } 91350 ], 91351 "name": "rend", 91352 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91353 }, 91354 { 91355 "dep_kinds": [ 91356 { 91357 "kind": null, 91358 "target": null 91359 } 91360 ], 91361 "name": "rkyv_derive", 91362 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91363 }, 91364 { 91365 "dep_kinds": [ 91366 { 91367 "kind": null, 91368 "target": null 91369 } 91370 ], 91371 "name": "seahash", 91372 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91373 }, 91374 { 91375 "dep_kinds": [ 91376 { 91377 "kind": null, 91378 "target": null 91379 } 91380 ], 91381 "name": "tinyvec", 91382 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91383 }, 91384 { 91385 "dep_kinds": [ 91386 { 91387 "kind": null, 91388 "target": null 91389 } 91390 ], 91391 "name": "uuid", 91392 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91393 } 91394 ], 91395 "features": [ 91396 "alloc", 91397 "hashbrown", 91398 "size_32", 91399 "std" 91400 ], 91401 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91402 }, 91403 { 91404 "dependencies": [ 91405 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91406 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91407 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91408 ], 91409 "deps": [ 91410 { 91411 "dep_kinds": [ 91412 { 91413 "kind": null, 91414 "target": null 91415 } 91416 ], 91417 "name": "proc_macro2", 91418 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91419 }, 91420 { 91421 "dep_kinds": [ 91422 { 91423 "kind": null, 91424 "target": null 91425 } 91426 ], 91427 "name": "quote", 91428 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91429 }, 91430 { 91431 "dep_kinds": [ 91432 { 91433 "kind": null, 91434 "target": null 91435 } 91436 ], 91437 "name": "syn", 91438 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91439 } 91440 ], 91441 "features": [ 91442 "default" 91443 ], 91444 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91445 }, 91446 { 91447 "dependencies": [ 91448 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91449 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91450 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91451 ], 91452 "deps": [ 91453 { 91454 "dep_kinds": [ 91455 { 91456 "kind": null, 91457 "target": null 91458 } 91459 ], 91460 "name": "bytemuck", 91461 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91462 }, 91463 { 91464 "dep_kinds": [ 91465 { 91466 "kind": null, 91467 "target": null 91468 } 91469 ], 91470 "name": "byteorder", 91471 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91472 }, 91473 { 91474 "dep_kinds": [ 91475 { 91476 "kind": null, 91477 "target": null 91478 } 91479 ], 91480 "name": "serde", 91481 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91482 } 91483 ], 91484 "features": [ 91485 "default", 91486 "serde", 91487 "std" 91488 ], 91489 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91490 }, 91491 { 91492 "dependencies": [], 91493 "deps": [], 91494 "features": [], 91495 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91496 }, 91497 { 91498 "dependencies": [ 91499 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91500 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91501 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91502 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91503 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91504 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91505 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91506 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91507 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91508 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91509 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91510 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91511 ], 91512 "deps": [ 91513 { 91514 "dep_kinds": [ 91515 { 91516 "kind": null, 91517 "target": null 91518 } 91519 ], 91520 "name": "const_oid", 91521 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91522 }, 91523 { 91524 "dep_kinds": [ 91525 { 91526 "kind": null, 91527 "target": null 91528 } 91529 ], 91530 "name": "digest", 91531 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91532 }, 91533 { 91534 "dep_kinds": [ 91535 { 91536 "kind": null, 91537 "target": null 91538 } 91539 ], 91540 "name": "num_bigint", 91541 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91542 }, 91543 { 91544 "dep_kinds": [ 91545 { 91546 "kind": null, 91547 "target": null 91548 } 91549 ], 91550 "name": "num_integer", 91551 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91552 }, 91553 { 91554 "dep_kinds": [ 91555 { 91556 "kind": null, 91557 "target": null 91558 } 91559 ], 91560 "name": "num_traits", 91561 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91562 }, 91563 { 91564 "dep_kinds": [ 91565 { 91566 "kind": null, 91567 "target": null 91568 } 91569 ], 91570 "name": "pkcs1", 91571 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91572 }, 91573 { 91574 "dep_kinds": [ 91575 { 91576 "kind": null, 91577 "target": null 91578 } 91579 ], 91580 "name": "pkcs8", 91581 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91582 }, 91583 { 91584 "dep_kinds": [ 91585 { 91586 "kind": null, 91587 "target": null 91588 } 91589 ], 91590 "name": "rand_core", 91591 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91592 }, 91593 { 91594 "dep_kinds": [ 91595 { 91596 "kind": null, 91597 "target": null 91598 } 91599 ], 91600 "name": "signature", 91601 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91602 }, 91603 { 91604 "dep_kinds": [ 91605 { 91606 "kind": null, 91607 "target": null 91608 } 91609 ], 91610 "name": "spki", 91611 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91612 }, 91613 { 91614 "dep_kinds": [ 91615 { 91616 "kind": null, 91617 "target": null 91618 } 91619 ], 91620 "name": "subtle", 91621 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91622 }, 91623 { 91624 "dep_kinds": [ 91625 { 91626 "kind": null, 91627 "target": null 91628 } 91629 ], 91630 "name": "zeroize", 91631 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91632 } 91633 ], 91634 "features": [ 91635 "default", 91636 "pem", 91637 "std", 91638 "u64_digit" 91639 ], 91640 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91641 }, 91642 { 91643 "dependencies": [ 91644 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91645 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91646 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91647 ], 91648 "deps": [ 91649 { 91650 "dep_kinds": [ 91651 { 91652 "kind": null, 91653 "target": null 91654 } 91655 ], 91656 "name": "heapless", 91657 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91658 }, 91659 { 91660 "dep_kinds": [ 91661 { 91662 "kind": null, 91663 "target": null 91664 } 91665 ], 91666 "name": "num_traits", 91667 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91668 }, 91669 { 91670 "dep_kinds": [ 91671 { 91672 "kind": null, 91673 "target": null 91674 } 91675 ], 91676 "name": "smallvec", 91677 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91678 } 91679 ], 91680 "features": [ 91681 "default" 91682 ], 91683 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91684 }, 91685 { 91686 "dependencies": [ 91687 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91688 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91689 ], 91690 "deps": [ 91691 { 91692 "dep_kinds": [ 91693 { 91694 "kind": null, 91695 "target": null 91696 } 91697 ], 91698 "name": "serde", 91699 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91700 }, 91701 { 91702 "dep_kinds": [ 91703 { 91704 "kind": null, 91705 "target": null 91706 } 91707 ], 91708 "name": "serde_derive", 91709 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91710 } 91711 ], 91712 "features": [], 91713 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91714 }, 91715 { 91716 "dependencies": [ 91717 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91718 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91719 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91720 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91721 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91722 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91723 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91724 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91725 ], 91726 "deps": [ 91727 { 91728 "dep_kinds": [ 91729 { 91730 "kind": null, 91731 "target": null 91732 } 91733 ], 91734 "name": "arrayvec", 91735 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91736 }, 91737 { 91738 "dep_kinds": [ 91739 { 91740 "kind": null, 91741 "target": null 91742 } 91743 ], 91744 "name": "borsh", 91745 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91746 }, 91747 { 91748 "dep_kinds": [ 91749 { 91750 "kind": null, 91751 "target": null 91752 } 91753 ], 91754 "name": "bytes", 91755 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91756 }, 91757 { 91758 "dep_kinds": [ 91759 { 91760 "kind": null, 91761 "target": null 91762 } 91763 ], 91764 "name": "num_traits", 91765 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91766 }, 91767 { 91768 "dep_kinds": [ 91769 { 91770 "kind": null, 91771 "target": null 91772 } 91773 ], 91774 "name": "rand", 91775 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91776 }, 91777 { 91778 "dep_kinds": [ 91779 { 91780 "kind": null, 91781 "target": null 91782 } 91783 ], 91784 "name": "rkyv", 91785 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91786 }, 91787 { 91788 "dep_kinds": [ 91789 { 91790 "kind": null, 91791 "target": null 91792 } 91793 ], 91794 "name": "serde", 91795 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91796 }, 91797 { 91798 "dep_kinds": [ 91799 { 91800 "kind": null, 91801 "target": null 91802 } 91803 ], 91804 "name": "serde_json", 91805 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91806 } 91807 ], 91808 "features": [ 91809 "default", 91810 "maths", 91811 "serde", 91812 "serde-str", 91813 "serde-with-str", 91814 "std" 91815 ], 91816 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91817 }, 91818 { 91819 "dependencies": [], 91820 "deps": [], 91821 "features": [], 91822 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91823 }, 91824 { 91825 "dependencies": [ 91826 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91827 ], 91828 "deps": [ 91829 { 91830 "dep_kinds": [ 91831 { 91832 "kind": null, 91833 "target": null 91834 } 91835 ], 91836 "name": "unicode_xid", 91837 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91838 } 91839 ], 91840 "features": [], 91841 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91842 }, 91843 { 91844 "dependencies": [ 91845 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91846 ], 91847 "deps": [ 91848 { 91849 "dep_kinds": [ 91850 { 91851 "kind": null, 91852 "target": null 91853 } 91854 ], 91855 "name": "semver", 91856 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91857 } 91858 ], 91859 "features": [], 91860 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91861 }, 91862 { 91863 "dependencies": [ 91864 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91865 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91866 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91867 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91868 ], 91869 "deps": [ 91870 { 91871 "dep_kinds": [ 91872 { 91873 "kind": null, 91874 "target": null 91875 } 91876 ], 91877 "name": "log", 91878 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91879 }, 91880 { 91881 "dep_kinds": [ 91882 { 91883 "kind": null, 91884 "target": null 91885 } 91886 ], 91887 "name": "ring", 91888 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91889 }, 91890 { 91891 "dep_kinds": [ 91892 { 91893 "kind": null, 91894 "target": null 91895 } 91896 ], 91897 "name": "webpki", 91898 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91899 }, 91900 { 91901 "dep_kinds": [ 91902 { 91903 "kind": null, 91904 "target": null 91905 } 91906 ], 91907 "name": "sct", 91908 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91909 } 91910 ], 91911 "features": [ 91912 "dangerous_configuration", 91913 "default", 91914 "log", 91915 "logging", 91916 "tls12" 91917 ], 91918 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91919 }, 91920 { 91921 "dependencies": [ 91922 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91923 ], 91924 "deps": [ 91925 { 91926 "dep_kinds": [ 91927 { 91928 "kind": null, 91929 "target": null 91930 } 91931 ], 91932 "name": "base64", 91933 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91934 } 91935 ], 91936 "features": [], 91937 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91938 }, 91939 { 91940 "dependencies": [ 91941 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 91942 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91943 ], 91944 "deps": [ 91945 { 91946 "dep_kinds": [ 91947 { 91948 "kind": null, 91949 "target": null 91950 } 91951 ], 91952 "name": "ring", 91953 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91954 }, 91955 { 91956 "dep_kinds": [ 91957 { 91958 "kind": null, 91959 "target": null 91960 } 91961 ], 91962 "name": "untrusted", 91963 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91964 } 91965 ], 91966 "features": [ 91967 "alloc", 91968 "default", 91969 "std" 91970 ], 91971 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91972 }, 91973 { 91974 "dependencies": [], 91975 "deps": [], 91976 "features": [], 91977 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91978 }, 91979 { 91980 "dependencies": [], 91981 "deps": [], 91982 "features": [], 91983 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91984 }, 91985 { 91986 "dependencies": [ 91987 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91988 ], 91989 "deps": [ 91990 { 91991 "dep_kinds": [ 91992 { 91993 "kind": null, 91994 "target": null 91995 } 91996 ], 91997 "name": "cipher", 91998 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 91999 } 92000 ], 92001 "features": [], 92002 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92003 }, 92004 { 92005 "dependencies": [ 92006 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92007 ], 92008 "deps": [ 92009 { 92010 "dep_kinds": [ 92011 { 92012 "kind": null, 92013 "target": "cfg(windows)" 92014 } 92015 ], 92016 "name": "winapi_util", 92017 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92018 } 92019 ], 92020 "features": [], 92021 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92022 }, 92023 { 92024 "dependencies": [], 92025 "deps": [], 92026 "features": [], 92027 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92028 }, 92029 { 92030 "dependencies": [ 92031 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92032 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92033 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92034 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92035 ], 92036 "deps": [ 92037 { 92038 "dep_kinds": [ 92039 { 92040 "kind": null, 92041 "target": null 92042 } 92043 ], 92044 "name": "password_hash", 92045 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92046 }, 92047 { 92048 "dep_kinds": [ 92049 { 92050 "kind": null, 92051 "target": null 92052 } 92053 ], 92054 "name": "pbkdf2", 92055 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92056 }, 92057 { 92058 "dep_kinds": [ 92059 { 92060 "kind": null, 92061 "target": null 92062 } 92063 ], 92064 "name": "salsa20", 92065 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92066 }, 92067 { 92068 "dep_kinds": [ 92069 { 92070 "kind": null, 92071 "target": null 92072 } 92073 ], 92074 "name": "sha2", 92075 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92076 } 92077 ], 92078 "features": [ 92079 "default", 92080 "password-hash", 92081 "simple", 92082 "std" 92083 ], 92084 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92085 }, 92086 { 92087 "dependencies": [ 92088 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92089 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92090 ], 92091 "deps": [ 92092 { 92093 "dep_kinds": [ 92094 { 92095 "kind": null, 92096 "target": null 92097 } 92098 ], 92099 "name": "ring", 92100 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92101 }, 92102 { 92103 "dep_kinds": [ 92104 { 92105 "kind": null, 92106 "target": null 92107 } 92108 ], 92109 "name": "untrusted", 92110 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92111 } 92112 ], 92113 "features": [], 92114 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92115 }, 92116 { 92117 "dependencies": [], 92118 "deps": [], 92119 "features": [ 92120 "default" 92121 ], 92122 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92123 }, 92124 { 92125 "dependencies": [ 92126 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92127 ], 92128 "deps": [ 92129 { 92130 "dep_kinds": [ 92131 { 92132 "kind": null, 92133 "target": null 92134 } 92135 ], 92136 "name": "serde", 92137 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92138 } 92139 ], 92140 "features": [ 92141 "default", 92142 "serde", 92143 "std" 92144 ], 92145 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92146 }, 92147 { 92148 "dependencies": [], 92149 "deps": [], 92150 "features": [], 92151 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92152 }, 92153 { 92154 "dependencies": [ 92155 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92156 ], 92157 "deps": [ 92158 { 92159 "dep_kinds": [ 92160 { 92161 "kind": null, 92162 "target": null 92163 }, 92164 { 92165 "kind": null, 92166 "target": "cfg(any())" 92167 } 92168 ], 92169 "name": "serde_derive", 92170 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92171 } 92172 ], 92173 "features": [ 92174 "alloc", 92175 "default", 92176 "derive", 92177 "rc", 92178 "serde_derive", 92179 "std" 92180 ], 92181 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92182 }, 92183 { 92184 "dependencies": [ 92185 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92186 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92187 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92188 ], 92189 "deps": [ 92190 { 92191 "dep_kinds": [ 92192 { 92193 "kind": null, 92194 "target": null 92195 } 92196 ], 92197 "name": "proc_macro2", 92198 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92199 }, 92200 { 92201 "dep_kinds": [ 92202 { 92203 "kind": null, 92204 "target": null 92205 } 92206 ], 92207 "name": "quote", 92208 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92209 }, 92210 { 92211 "dep_kinds": [ 92212 { 92213 "kind": null, 92214 "target": null 92215 } 92216 ], 92217 "name": "syn", 92218 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92219 } 92220 ], 92221 "features": [ 92222 "default" 92223 ], 92224 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92225 }, 92226 { 92227 "dependencies": [ 92228 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92229 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92230 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92231 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92232 ], 92233 "deps": [ 92234 { 92235 "dep_kinds": [ 92236 { 92237 "kind": null, 92238 "target": null 92239 } 92240 ], 92241 "name": "indexmap", 92242 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92243 }, 92244 { 92245 "dep_kinds": [ 92246 { 92247 "kind": null, 92248 "target": null 92249 } 92250 ], 92251 "name": "itoa", 92252 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92253 }, 92254 { 92255 "dep_kinds": [ 92256 { 92257 "kind": null, 92258 "target": null 92259 } 92260 ], 92261 "name": "ryu", 92262 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92263 }, 92264 { 92265 "dep_kinds": [ 92266 { 92267 "kind": null, 92268 "target": null 92269 } 92270 ], 92271 "name": "serde", 92272 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92273 } 92274 ], 92275 "features": [ 92276 "alloc", 92277 "default", 92278 "indexmap", 92279 "preserve_order", 92280 "std" 92281 ], 92282 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92283 }, 92284 { 92285 "dependencies": [ 92286 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92287 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92288 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92289 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92290 ], 92291 "deps": [ 92292 { 92293 "dep_kinds": [ 92294 { 92295 "kind": null, 92296 "target": null 92297 } 92298 ], 92299 "name": "form_urlencoded", 92300 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92301 }, 92302 { 92303 "dep_kinds": [ 92304 { 92305 "kind": null, 92306 "target": null 92307 } 92308 ], 92309 "name": "itoa", 92310 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92311 }, 92312 { 92313 "dep_kinds": [ 92314 { 92315 "kind": null, 92316 "target": null 92317 } 92318 ], 92319 "name": "ryu", 92320 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92321 }, 92322 { 92323 "dep_kinds": [ 92324 { 92325 "kind": null, 92326 "target": null 92327 } 92328 ], 92329 "name": "serde", 92330 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92331 } 92332 ], 92333 "features": [], 92334 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92335 }, 92336 { 92337 "dependencies": [ 92338 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92339 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92340 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92341 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92342 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92343 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92344 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92345 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92346 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92347 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92348 ], 92349 "deps": [ 92350 { 92351 "dep_kinds": [ 92352 { 92353 "kind": null, 92354 "target": null 92355 } 92356 ], 92357 "name": "base64", 92358 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92359 }, 92360 { 92361 "dep_kinds": [ 92362 { 92363 "kind": null, 92364 "target": null 92365 } 92366 ], 92367 "name": "chrono_0_4", 92368 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92369 }, 92370 { 92371 "dep_kinds": [ 92372 { 92373 "kind": null, 92374 "target": null 92375 } 92376 ], 92377 "name": "hex", 92378 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92379 }, 92380 { 92381 "dep_kinds": [ 92382 { 92383 "kind": null, 92384 "target": null 92385 } 92386 ], 92387 "name": "indexmap_1", 92388 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92389 }, 92390 { 92391 "dep_kinds": [ 92392 { 92393 "kind": null, 92394 "target": null 92395 } 92396 ], 92397 "name": "indexmap_2", 92398 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92399 }, 92400 { 92401 "dep_kinds": [ 92402 { 92403 "kind": null, 92404 "target": null 92405 } 92406 ], 92407 "name": "serde", 92408 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92409 }, 92410 { 92411 "dep_kinds": [ 92412 { 92413 "kind": null, 92414 "target": null 92415 } 92416 ], 92417 "name": "serde_derive", 92418 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92419 }, 92420 { 92421 "dep_kinds": [ 92422 { 92423 "kind": null, 92424 "target": null 92425 } 92426 ], 92427 "name": "serde_json", 92428 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92429 }, 92430 { 92431 "dep_kinds": [ 92432 { 92433 "kind": null, 92434 "target": null 92435 } 92436 ], 92437 "name": "serde_with_macros", 92438 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92439 }, 92440 { 92441 "dep_kinds": [ 92442 { 92443 "kind": null, 92444 "target": null 92445 } 92446 ], 92447 "name": "time_0_3", 92448 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92449 } 92450 ], 92451 "features": [ 92452 "alloc", 92453 "default", 92454 "json", 92455 "macros", 92456 "std" 92457 ], 92458 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92459 }, 92460 { 92461 "dependencies": [ 92462 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92463 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92464 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92465 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92466 ], 92467 "deps": [ 92468 { 92469 "dep_kinds": [ 92470 { 92471 "kind": null, 92472 "target": null 92473 } 92474 ], 92475 "name": "darling", 92476 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92477 }, 92478 { 92479 "dep_kinds": [ 92480 { 92481 "kind": null, 92482 "target": null 92483 } 92484 ], 92485 "name": "proc_macro2", 92486 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92487 }, 92488 { 92489 "dep_kinds": [ 92490 { 92491 "kind": null, 92492 "target": null 92493 } 92494 ], 92495 "name": "quote", 92496 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92497 }, 92498 { 92499 "dep_kinds": [ 92500 { 92501 "kind": null, 92502 "target": null 92503 } 92504 ], 92505 "name": "syn", 92506 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92507 } 92508 ], 92509 "features": [], 92510 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92511 }, 92512 { 92513 "dependencies": [ 92514 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92515 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92516 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92517 ], 92518 "deps": [ 92519 { 92520 "dep_kinds": [ 92521 { 92522 "kind": null, 92523 "target": null 92524 } 92525 ], 92526 "name": "cfg_if", 92527 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92528 }, 92529 { 92530 "dep_kinds": [ 92531 { 92532 "kind": null, 92533 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))" 92534 } 92535 ], 92536 "name": "cpufeatures", 92537 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92538 }, 92539 { 92540 "dep_kinds": [ 92541 { 92542 "kind": null, 92543 "target": null 92544 } 92545 ], 92546 "name": "digest", 92547 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92548 } 92549 ], 92550 "features": [ 92551 "default", 92552 "std" 92553 ], 92554 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92555 }, 92556 { 92557 "dependencies": [ 92558 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92559 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92560 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92561 ], 92562 "deps": [ 92563 { 92564 "dep_kinds": [ 92565 { 92566 "kind": null, 92567 "target": null 92568 } 92569 ], 92570 "name": "cfg_if", 92571 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92572 }, 92573 { 92574 "dep_kinds": [ 92575 { 92576 "kind": null, 92577 "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))" 92578 } 92579 ], 92580 "name": "cpufeatures", 92581 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92582 }, 92583 { 92584 "dep_kinds": [ 92585 { 92586 "kind": null, 92587 "target": null 92588 } 92589 ], 92590 "name": "digest", 92591 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92592 } 92593 ], 92594 "features": [ 92595 "default", 92596 "oid", 92597 "std" 92598 ], 92599 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92600 }, 92601 { 92602 "dependencies": [ 92603 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92604 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92605 ], 92606 "deps": [ 92607 { 92608 "dep_kinds": [ 92609 { 92610 "kind": null, 92611 "target": null 92612 } 92613 ], 92614 "name": "digest", 92615 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92616 }, 92617 { 92618 "dep_kinds": [ 92619 { 92620 "kind": null, 92621 "target": null 92622 } 92623 ], 92624 "name": "rand_core", 92625 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92626 } 92627 ], 92628 "features": [ 92629 "alloc", 92630 "digest", 92631 "rand_core", 92632 "std" 92633 ], 92634 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92635 }, 92636 { 92637 "dependencies": [], 92638 "deps": [], 92639 "features": [ 92640 "std" 92641 ], 92642 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92643 }, 92644 { 92645 "dependencies": [ 92646 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92647 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92648 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92649 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92650 ], 92651 "deps": [ 92652 { 92653 "dep_kinds": [ 92654 { 92655 "kind": null, 92656 "target": null 92657 } 92658 ], 92659 "name": "num_bigint", 92660 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92661 }, 92662 { 92663 "dep_kinds": [ 92664 { 92665 "kind": null, 92666 "target": null 92667 } 92668 ], 92669 "name": "num_traits", 92670 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92671 }, 92672 { 92673 "dep_kinds": [ 92674 { 92675 "kind": null, 92676 "target": null 92677 } 92678 ], 92679 "name": "thiserror", 92680 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92681 }, 92682 { 92683 "dep_kinds": [ 92684 { 92685 "kind": null, 92686 "target": null 92687 } 92688 ], 92689 "name": "time", 92690 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92691 } 92692 ], 92693 "features": [], 92694 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92695 }, 92696 { 92697 "dependencies": [], 92698 "deps": [], 92699 "features": [ 92700 "default", 92701 "std" 92702 ], 92703 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92704 }, 92705 { 92706 "dependencies": [ 92707 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92708 ], 92709 "deps": [ 92710 { 92711 "dep_kinds": [ 92712 { 92713 "kind": "build", 92714 "target": null 92715 } 92716 ], 92717 "name": "autocfg", 92718 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92719 } 92720 ], 92721 "features": [ 92722 "default", 92723 "std" 92724 ], 92725 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92726 }, 92727 { 92728 "dependencies": [], 92729 "deps": [], 92730 "features": [], 92731 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92732 }, 92733 { 92734 "dependencies": [ 92735 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92736 ], 92737 "deps": [ 92738 { 92739 "dep_kinds": [ 92740 { 92741 "kind": null, 92742 "target": null 92743 } 92744 ], 92745 "name": "serde", 92746 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92747 } 92748 ], 92749 "features": [ 92750 "default", 92751 "serde", 92752 "std" 92753 ], 92754 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92755 }, 92756 { 92757 "dependencies": [ 92758 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92759 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92760 ], 92761 "deps": [ 92762 { 92763 "dep_kinds": [ 92764 { 92765 "kind": null, 92766 "target": null 92767 } 92768 ], 92769 "name": "doc_comment", 92770 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92771 }, 92772 { 92773 "dep_kinds": [ 92774 { 92775 "kind": null, 92776 "target": null 92777 } 92778 ], 92779 "name": "snafu_derive", 92780 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92781 } 92782 ], 92783 "features": [ 92784 "default", 92785 "rust_1_39", 92786 "rust_1_46", 92787 "std" 92788 ], 92789 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92790 }, 92791 { 92792 "dependencies": [ 92793 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92794 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92795 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92796 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92797 ], 92798 "deps": [ 92799 { 92800 "dep_kinds": [ 92801 { 92802 "kind": null, 92803 "target": null 92804 } 92805 ], 92806 "name": "heck", 92807 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92808 }, 92809 { 92810 "dep_kinds": [ 92811 { 92812 "kind": null, 92813 "target": null 92814 } 92815 ], 92816 "name": "proc_macro2", 92817 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92818 }, 92819 { 92820 "dep_kinds": [ 92821 { 92822 "kind": null, 92823 "target": null 92824 } 92825 ], 92826 "name": "quote", 92827 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92828 }, 92829 { 92830 "dep_kinds": [ 92831 { 92832 "kind": null, 92833 "target": null 92834 } 92835 ], 92836 "name": "syn", 92837 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92838 } 92839 ], 92840 "features": [ 92841 "rust_1_39", 92842 "rust_1_46" 92843 ], 92844 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92845 }, 92846 { 92847 "dependencies": [], 92848 "deps": [], 92849 "features": [], 92850 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92851 }, 92852 { 92853 "dependencies": [ 92854 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92855 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92856 ], 92857 "deps": [ 92858 { 92859 "dep_kinds": [ 92860 { 92861 "kind": null, 92862 "target": "cfg(unix)" 92863 } 92864 ], 92865 "name": "libc", 92866 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92867 }, 92868 { 92869 "dep_kinds": [ 92870 { 92871 "kind": null, 92872 "target": "cfg(windows)" 92873 } 92874 ], 92875 "name": "windows_sys", 92876 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92877 } 92878 ], 92879 "features": [ 92880 "all" 92881 ], 92882 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92883 }, 92884 { 92885 "dependencies": [ 92886 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92887 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92888 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92889 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92890 ], 92891 "deps": [ 92892 { 92893 "dep_kinds": [ 92894 { 92895 "kind": null, 92896 "target": null 92897 } 92898 ], 92899 "name": "hashbrown", 92900 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92901 }, 92902 { 92903 "dep_kinds": [ 92904 { 92905 "kind": null, 92906 "target": null 92907 } 92908 ], 92909 "name": "num_traits", 92910 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92911 }, 92912 { 92913 "dep_kinds": [ 92914 { 92915 "kind": null, 92916 "target": null 92917 } 92918 ], 92919 "name": "robust", 92920 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92921 }, 92922 { 92923 "dep_kinds": [ 92924 { 92925 "kind": null, 92926 "target": null 92927 } 92928 ], 92929 "name": "smallvec", 92930 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92931 } 92932 ], 92933 "features": [ 92934 "default", 92935 "std" 92936 ], 92937 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92938 }, 92939 { 92940 "dependencies": [], 92941 "deps": [], 92942 "features": [], 92943 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92944 }, 92945 { 92946 "dependencies": [ 92947 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92948 ], 92949 "deps": [ 92950 { 92951 "dep_kinds": [ 92952 { 92953 "kind": null, 92954 "target": null 92955 } 92956 ], 92957 "name": "lock_api_crate", 92958 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92959 } 92960 ], 92961 "features": [ 92962 "barrier", 92963 "default", 92964 "lazy", 92965 "lock_api", 92966 "lock_api_crate", 92967 "mutex", 92968 "once", 92969 "rwlock", 92970 "spin_mutex" 92971 ], 92972 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92973 }, 92974 { 92975 "dependencies": [ 92976 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 92977 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92978 ], 92979 "deps": [ 92980 { 92981 "dep_kinds": [ 92982 { 92983 "kind": null, 92984 "target": null 92985 } 92986 ], 92987 "name": "base64ct", 92988 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92989 }, 92990 { 92991 "dep_kinds": [ 92992 { 92993 "kind": null, 92994 "target": null 92995 } 92996 ], 92997 "name": "der", 92998 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 92999 } 93000 ], 93001 "features": [ 93002 "alloc", 93003 "pem", 93004 "std" 93005 ], 93006 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93007 }, 93008 { 93009 "dependencies": [], 93010 "deps": [], 93011 "features": [], 93012 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93013 }, 93014 { 93015 "dependencies": [ 93016 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93017 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93018 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93019 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93020 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93021 ], 93022 "deps": [ 93023 { 93024 "dep_kinds": [ 93025 { 93026 "kind": "build", 93027 "target": null 93028 } 93029 ], 93030 "name": "cc", 93031 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93032 }, 93033 { 93034 "dep_kinds": [ 93035 { 93036 "kind": null, 93037 "target": null 93038 } 93039 ], 93040 "name": "cfg_if", 93041 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93042 }, 93043 { 93044 "dep_kinds": [ 93045 { 93046 "kind": null, 93047 "target": null 93048 } 93049 ], 93050 "name": "libc", 93051 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93052 }, 93053 { 93054 "dep_kinds": [ 93055 { 93056 "kind": null, 93057 "target": null 93058 } 93059 ], 93060 "name": "psm", 93061 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93062 }, 93063 { 93064 "dep_kinds": [ 93065 { 93066 "kind": null, 93067 "target": "cfg(windows)" 93068 } 93069 ], 93070 "name": "winapi", 93071 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93072 } 93073 ], 93074 "features": [], 93075 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93076 }, 93077 { 93078 "dependencies": [ 93079 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93080 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93081 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93082 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93083 ], 93084 "deps": [ 93085 { 93086 "dep_kinds": [ 93087 { 93088 "kind": null, 93089 "target": null 93090 } 93091 ], 93092 "name": "byteorder", 93093 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93094 }, 93095 { 93096 "dep_kinds": [ 93097 { 93098 "kind": null, 93099 "target": null 93100 } 93101 ], 93102 "name": "memchr", 93103 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93104 }, 93105 { 93106 "dep_kinds": [ 93107 { 93108 "kind": null, 93109 "target": null 93110 } 93111 ], 93112 "name": "serde", 93113 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93114 }, 93115 { 93116 "dep_kinds": [ 93117 { 93118 "kind": null, 93119 "target": null 93120 } 93121 ], 93122 "name": "thiserror", 93123 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93124 } 93125 ], 93126 "features": [], 93127 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93128 }, 93129 { 93130 "dependencies": [ 93131 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93132 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93133 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93134 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93135 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93136 ], 93137 "deps": [ 93138 { 93139 "dep_kinds": [ 93140 { 93141 "kind": null, 93142 "target": null 93143 } 93144 ], 93145 "name": "debug_unreachable", 93146 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93147 }, 93148 { 93149 "dep_kinds": [ 93150 { 93151 "kind": null, 93152 "target": null 93153 } 93154 ], 93155 "name": "once_cell", 93156 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93157 }, 93158 { 93159 "dep_kinds": [ 93160 { 93161 "kind": null, 93162 "target": null 93163 } 93164 ], 93165 "name": "parking_lot", 93166 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93167 }, 93168 { 93169 "dep_kinds": [ 93170 { 93171 "kind": null, 93172 "target": null 93173 } 93174 ], 93175 "name": "phf_shared", 93176 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93177 }, 93178 { 93179 "dep_kinds": [ 93180 { 93181 "kind": null, 93182 "target": null 93183 } 93184 ], 93185 "name": "precomputed_hash", 93186 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93187 } 93188 ], 93189 "features": [], 93190 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93191 }, 93192 { 93193 "dependencies": [], 93194 "deps": [], 93195 "features": [], 93196 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93197 }, 93198 { 93199 "dependencies": [], 93200 "deps": [], 93201 "features": [], 93202 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93203 }, 93204 { 93205 "dependencies": [ 93206 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93207 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93208 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93209 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93210 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93211 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93212 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93213 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93214 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93215 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93216 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93217 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93218 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93219 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93220 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93221 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93222 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93223 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93224 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93225 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93226 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93227 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93228 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93229 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93230 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93231 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93232 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93233 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93234 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93235 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93236 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93237 ], 93238 "deps": [ 93239 { 93240 "dep_kinds": [ 93241 { 93242 "kind": null, 93243 "target": null 93244 } 93245 ], 93246 "name": "channel", 93247 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93248 }, 93249 { 93250 "dep_kinds": [ 93251 { 93252 "kind": null, 93253 "target": null 93254 } 93255 ], 93256 "name": "bincode", 93257 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93258 }, 93259 { 93260 "dep_kinds": [ 93261 { 93262 "kind": null, 93263 "target": null 93264 } 93265 ], 93266 "name": "chrono", 93267 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93268 }, 93269 { 93270 "dep_kinds": [ 93271 { 93272 "kind": null, 93273 "target": null 93274 } 93275 ], 93276 "name": "dmp", 93277 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93278 }, 93279 { 93280 "dep_kinds": [ 93281 { 93282 "kind": null, 93283 "target": null 93284 } 93285 ], 93286 "name": "flume", 93287 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93288 }, 93289 { 93290 "dep_kinds": [ 93291 { 93292 "kind": null, 93293 "target": null 93294 } 93295 ], 93296 "name": "futures", 93297 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93298 }, 93299 { 93300 "dep_kinds": [ 93301 { 93302 "kind": null, 93303 "target": null 93304 } 93305 ], 93306 "name": "futures_concurrency", 93307 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93308 }, 93309 { 93310 "dep_kinds": [ 93311 { 93312 "kind": null, 93313 "target": null 93314 } 93315 ], 93316 "name": "geo", 93317 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93318 }, 93319 { 93320 "dep_kinds": [ 93321 { 93322 "kind": null, 93323 "target": null 93324 } 93325 ], 93326 "name": "indexmap", 93327 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93328 }, 93329 { 93330 "dep_kinds": [ 93331 { 93332 "kind": null, 93333 "target": null 93334 } 93335 ], 93336 "name": "once_cell", 93337 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93338 }, 93339 { 93340 "dep_kinds": [ 93341 { 93342 "kind": null, 93343 "target": null 93344 } 93345 ], 93346 "name": "path_clean", 93347 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93348 }, 93349 { 93350 "dep_kinds": [ 93351 { 93352 "kind": null, 93353 "target": "cfg(target_arch = \"wasm32\")" 93354 } 93355 ], 93356 "name": "pharos", 93357 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93358 }, 93359 { 93360 "dep_kinds": [ 93361 { 93362 "kind": null, 93363 "target": null 93364 } 93365 ], 93366 "name": "reqwest", 93367 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93368 }, 93369 { 93370 "dep_kinds": [ 93371 { 93372 "kind": null, 93373 "target": null 93374 } 93375 ], 93376 "name": "revision", 93377 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93378 }, 93379 { 93380 "dep_kinds": [ 93381 { 93382 "kind": null, 93383 "target": "cfg(target_arch = \"wasm32\")" 93384 } 93385 ], 93386 "name": "ring", 93387 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93388 }, 93389 { 93390 "dep_kinds": [ 93391 { 93392 "kind": null, 93393 "target": null 93394 } 93395 ], 93396 "name": "rust_decimal", 93397 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93398 }, 93399 { 93400 "dep_kinds": [ 93401 { 93402 "kind": null, 93403 "target": null 93404 } 93405 ], 93406 "name": "rustls", 93407 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93408 }, 93409 { 93410 "dep_kinds": [ 93411 { 93412 "kind": null, 93413 "target": null 93414 } 93415 ], 93416 "name": "semver", 93417 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93418 }, 93419 { 93420 "dep_kinds": [ 93421 { 93422 "kind": null, 93423 "target": null 93424 } 93425 ], 93426 "name": "serde", 93427 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93428 }, 93429 { 93430 "dep_kinds": [ 93431 { 93432 "kind": null, 93433 "target": null 93434 } 93435 ], 93436 "name": "serde_json", 93437 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93438 }, 93439 { 93440 "dep_kinds": [ 93441 { 93442 "kind": null, 93443 "target": null 93444 } 93445 ], 93446 "name": "surrealdb_core", 93447 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93448 }, 93449 { 93450 "dep_kinds": [ 93451 { 93452 "kind": null, 93453 "target": null 93454 } 93455 ], 93456 "name": "thiserror", 93457 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93458 }, 93459 { 93460 "dep_kinds": [ 93461 { 93462 "kind": null, 93463 "target": "cfg(not(target_arch = \"wasm32\"))" 93464 }, 93465 { 93466 "kind": null, 93467 "target": "cfg(target_arch = \"wasm32\")" 93468 } 93469 ], 93470 "name": "tokio", 93471 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93472 }, 93473 { 93474 "dep_kinds": [ 93475 { 93476 "kind": null, 93477 "target": "cfg(not(target_arch = \"wasm32\"))" 93478 } 93479 ], 93480 "name": "tokio_tungstenite", 93481 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93482 }, 93483 { 93484 "dep_kinds": [ 93485 { 93486 "kind": null, 93487 "target": null 93488 } 93489 ], 93490 "name": "tracing", 93491 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93492 }, 93493 { 93494 "dep_kinds": [ 93495 { 93496 "kind": null, 93497 "target": null 93498 } 93499 ], 93500 "name": "trice", 93501 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93502 }, 93503 { 93504 "dep_kinds": [ 93505 { 93506 "kind": null, 93507 "target": null 93508 } 93509 ], 93510 "name": "url", 93511 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93512 }, 93513 { 93514 "dep_kinds": [ 93515 { 93516 "kind": null, 93517 "target": "cfg(not(target_arch = \"wasm32\"))" 93518 }, 93519 { 93520 "kind": null, 93521 "target": "cfg(target_arch = \"wasm32\")" 93522 } 93523 ], 93524 "name": "uuid", 93525 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93526 }, 93527 { 93528 "dep_kinds": [ 93529 { 93530 "kind": null, 93531 "target": "cfg(target_arch = \"wasm32\")" 93532 } 93533 ], 93534 "name": "wasm_bindgen_futures", 93535 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93536 }, 93537 { 93538 "dep_kinds": [ 93539 { 93540 "kind": null, 93541 "target": "cfg(target_arch = \"wasm32\")" 93542 } 93543 ], 93544 "name": "wasmtimer", 93545 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93546 }, 93547 { 93548 "dep_kinds": [ 93549 { 93550 "kind": null, 93551 "target": "cfg(target_arch = \"wasm32\")" 93552 } 93553 ], 93554 "name": "ws_stream_wasm", 93555 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93556 } 93557 ], 93558 "features": [ 93559 "default", 93560 "protocol-ws", 93561 "rustls" 93562 ], 93563 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93564 }, 93565 { 93566 "dependencies": [ 93567 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93568 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93569 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93570 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93571 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93572 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93573 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93574 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93575 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93576 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93577 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93578 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93579 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93580 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93581 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93582 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93583 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93584 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93585 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93586 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93587 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93588 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93589 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93590 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93591 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93592 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93593 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93594 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93595 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93596 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93597 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93598 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93599 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93600 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93601 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93602 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93603 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93604 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93605 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93606 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93607 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93608 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93609 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93610 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93611 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93612 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93613 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93614 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93615 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93616 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93617 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93618 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93619 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93620 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93621 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93622 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93623 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93624 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93625 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 93626 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93627 ], 93628 "deps": [ 93629 { 93630 "dep_kinds": [ 93631 { 93632 "kind": null, 93633 "target": null 93634 } 93635 ], 93636 "name": "addr", 93637 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93638 }, 93639 { 93640 "dep_kinds": [ 93641 { 93642 "kind": null, 93643 "target": null 93644 } 93645 ], 93646 "name": "ascii", 93647 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93648 }, 93649 { 93650 "dep_kinds": [ 93651 { 93652 "kind": null, 93653 "target": null 93654 } 93655 ], 93656 "name": "argon2", 93657 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93658 }, 93659 { 93660 "dep_kinds": [ 93661 { 93662 "kind": null, 93663 "target": null 93664 } 93665 ], 93666 "name": "channel", 93667 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93668 }, 93669 { 93670 "dep_kinds": [ 93671 { 93672 "kind": null, 93673 "target": null 93674 } 93675 ], 93676 "name": "executor", 93677 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93678 }, 93679 { 93680 "dep_kinds": [ 93681 { 93682 "kind": null, 93683 "target": null 93684 } 93685 ], 93686 "name": "async_recursion", 93687 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93688 }, 93689 { 93690 "dep_kinds": [ 93691 { 93692 "kind": null, 93693 "target": null 93694 } 93695 ], 93696 "name": "base64_lib", 93697 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93698 }, 93699 { 93700 "dep_kinds": [ 93701 { 93702 "kind": null, 93703 "target": null 93704 } 93705 ], 93706 "name": "bcrypt", 93707 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93708 }, 93709 { 93710 "dep_kinds": [ 93711 { 93712 "kind": null, 93713 "target": null 93714 } 93715 ], 93716 "name": "bincode", 93717 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93718 }, 93719 { 93720 "dep_kinds": [ 93721 { 93722 "kind": null, 93723 "target": null 93724 } 93725 ], 93726 "name": "bytes", 93727 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93728 }, 93729 { 93730 "dep_kinds": [ 93731 { 93732 "kind": null, 93733 "target": null 93734 } 93735 ], 93736 "name": "cedar_policy", 93737 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93738 }, 93739 { 93740 "dep_kinds": [ 93741 { 93742 "kind": null, 93743 "target": null 93744 } 93745 ], 93746 "name": "chrono", 93747 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93748 }, 93749 { 93750 "dep_kinds": [ 93751 { 93752 "kind": null, 93753 "target": null 93754 } 93755 ], 93756 "name": "deunicode", 93757 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93758 }, 93759 { 93760 "dep_kinds": [ 93761 { 93762 "kind": null, 93763 "target": null 93764 } 93765 ], 93766 "name": "dmp", 93767 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93768 }, 93769 { 93770 "dep_kinds": [ 93771 { 93772 "kind": null, 93773 "target": null 93774 } 93775 ], 93776 "name": "fst", 93777 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93778 }, 93779 { 93780 "dep_kinds": [ 93781 { 93782 "kind": null, 93783 "target": null 93784 } 93785 ], 93786 "name": "futures", 93787 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93788 }, 93789 { 93790 "dep_kinds": [ 93791 { 93792 "kind": null, 93793 "target": null 93794 } 93795 ], 93796 "name": "fuzzy_matcher", 93797 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93798 }, 93799 { 93800 "dep_kinds": [ 93801 { 93802 "kind": null, 93803 "target": null 93804 } 93805 ], 93806 "name": "geo", 93807 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93808 }, 93809 { 93810 "dep_kinds": [ 93811 { 93812 "kind": null, 93813 "target": null 93814 } 93815 ], 93816 "name": "geo_types", 93817 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93818 }, 93819 { 93820 "dep_kinds": [ 93821 { 93822 "kind": null, 93823 "target": null 93824 } 93825 ], 93826 "name": "hex", 93827 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93828 }, 93829 { 93830 "dep_kinds": [ 93831 { 93832 "kind": null, 93833 "target": null 93834 } 93835 ], 93836 "name": "ipnet", 93837 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93838 }, 93839 { 93840 "dep_kinds": [ 93841 { 93842 "kind": null, 93843 "target": null 93844 } 93845 ], 93846 "name": "lexicmp", 93847 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93848 }, 93849 { 93850 "dep_kinds": [ 93851 { 93852 "kind": null, 93853 "target": null 93854 } 93855 ], 93856 "name": "md5", 93857 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93858 }, 93859 { 93860 "dep_kinds": [ 93861 { 93862 "kind": null, 93863 "target": null 93864 } 93865 ], 93866 "name": "nanoid", 93867 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93868 }, 93869 { 93870 "dep_kinds": [ 93871 { 93872 "kind": null, 93873 "target": null 93874 } 93875 ], 93876 "name": "nom", 93877 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93878 }, 93879 { 93880 "dep_kinds": [ 93881 { 93882 "kind": null, 93883 "target": null 93884 } 93885 ], 93886 "name": "num_cpus", 93887 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93888 }, 93889 { 93890 "dep_kinds": [ 93891 { 93892 "kind": null, 93893 "target": null 93894 } 93895 ], 93896 "name": "object_store", 93897 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93898 }, 93899 { 93900 "dep_kinds": [ 93901 { 93902 "kind": null, 93903 "target": null 93904 } 93905 ], 93906 "name": "once_cell", 93907 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93908 }, 93909 { 93910 "dep_kinds": [ 93911 { 93912 "kind": null, 93913 "target": null 93914 } 93915 ], 93916 "name": "pbkdf2", 93917 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93918 }, 93919 { 93920 "dep_kinds": [ 93921 { 93922 "kind": null, 93923 "target": "cfg(target_arch = \"wasm32\")" 93924 } 93925 ], 93926 "name": "pharos", 93927 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93928 }, 93929 { 93930 "dep_kinds": [ 93931 { 93932 "kind": null, 93933 "target": null 93934 } 93935 ], 93936 "name": "pin_project_lite", 93937 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93938 }, 93939 { 93940 "dep_kinds": [ 93941 { 93942 "kind": null, 93943 "target": null 93944 } 93945 ], 93946 "name": "quick_cache", 93947 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93948 }, 93949 { 93950 "dep_kinds": [ 93951 { 93952 "kind": null, 93953 "target": null 93954 } 93955 ], 93956 "name": "radix_trie", 93957 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93958 }, 93959 { 93960 "dep_kinds": [ 93961 { 93962 "kind": null, 93963 "target": null 93964 } 93965 ], 93966 "name": "rand", 93967 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93968 }, 93969 { 93970 "dep_kinds": [ 93971 { 93972 "kind": null, 93973 "target": null 93974 } 93975 ], 93976 "name": "regex", 93977 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93978 }, 93979 { 93980 "dep_kinds": [ 93981 { 93982 "kind": null, 93983 "target": null 93984 } 93985 ], 93986 "name": "revision", 93987 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93988 }, 93989 { 93990 "dep_kinds": [ 93991 { 93992 "kind": null, 93993 "target": "cfg(target_arch = \"wasm32\")" 93994 } 93995 ], 93996 "name": "ring", 93997 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 93998 }, 93999 { 94000 "dep_kinds": [ 94001 { 94002 "kind": null, 94003 "target": null 94004 } 94005 ], 94006 "name": "roaring", 94007 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94008 }, 94009 { 94010 "dep_kinds": [ 94011 { 94012 "kind": null, 94013 "target": null 94014 } 94015 ], 94016 "name": "rust_stemmers", 94017 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94018 }, 94019 { 94020 "dep_kinds": [ 94021 { 94022 "kind": null, 94023 "target": null 94024 } 94025 ], 94026 "name": "rust_decimal", 94027 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94028 }, 94029 { 94030 "dep_kinds": [ 94031 { 94032 "kind": null, 94033 "target": null 94034 } 94035 ], 94036 "name": "scrypt", 94037 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94038 }, 94039 { 94040 "dep_kinds": [ 94041 { 94042 "kind": null, 94043 "target": null 94044 } 94045 ], 94046 "name": "semver", 94047 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94048 }, 94049 { 94050 "dep_kinds": [ 94051 { 94052 "kind": null, 94053 "target": null 94054 } 94055 ], 94056 "name": "serde", 94057 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94058 }, 94059 { 94060 "dep_kinds": [ 94061 { 94062 "kind": null, 94063 "target": null 94064 } 94065 ], 94066 "name": "serde_json", 94067 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94068 }, 94069 { 94070 "dep_kinds": [ 94071 { 94072 "kind": null, 94073 "target": null 94074 } 94075 ], 94076 "name": "sha1", 94077 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94078 }, 94079 { 94080 "dep_kinds": [ 94081 { 94082 "kind": null, 94083 "target": null 94084 } 94085 ], 94086 "name": "sha2", 94087 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94088 }, 94089 { 94090 "dep_kinds": [ 94091 { 94092 "kind": null, 94093 "target": null 94094 } 94095 ], 94096 "name": "snap", 94097 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94098 }, 94099 { 94100 "dep_kinds": [ 94101 { 94102 "kind": null, 94103 "target": null 94104 } 94105 ], 94106 "name": "storekey", 94107 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94108 }, 94109 { 94110 "dep_kinds": [ 94111 { 94112 "kind": null, 94113 "target": null 94114 } 94115 ], 94116 "name": "derive", 94117 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94118 }, 94119 { 94120 "dep_kinds": [ 94121 { 94122 "kind": null, 94123 "target": null 94124 } 94125 ], 94126 "name": "jsonwebtoken", 94127 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94128 }, 94129 { 94130 "dep_kinds": [ 94131 { 94132 "kind": null, 94133 "target": null 94134 } 94135 ], 94136 "name": "thiserror", 94137 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94138 }, 94139 { 94140 "dep_kinds": [ 94141 { 94142 "kind": null, 94143 "target": "cfg(not(target_arch = \"wasm32\"))" 94144 }, 94145 { 94146 "kind": null, 94147 "target": "cfg(target_arch = \"wasm32\")" 94148 } 94149 ], 94150 "name": "tokio", 94151 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94152 }, 94153 { 94154 "dep_kinds": [ 94155 { 94156 "kind": null, 94157 "target": null 94158 } 94159 ], 94160 "name": "tracing", 94161 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94162 }, 94163 { 94164 "dep_kinds": [ 94165 { 94166 "kind": null, 94167 "target": null 94168 } 94169 ], 94170 "name": "trice", 94171 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94172 }, 94173 { 94174 "dep_kinds": [ 94175 { 94176 "kind": null, 94177 "target": null 94178 } 94179 ], 94180 "name": "ulid", 94181 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94182 }, 94183 { 94184 "dep_kinds": [ 94185 { 94186 "kind": null, 94187 "target": null 94188 } 94189 ], 94190 "name": "url", 94191 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94192 }, 94193 { 94194 "dep_kinds": [ 94195 { 94196 "kind": null, 94197 "target": "cfg(not(target_arch = \"wasm32\"))" 94198 }, 94199 { 94200 "kind": null, 94201 "target": "cfg(target_arch = \"wasm32\")" 94202 } 94203 ], 94204 "name": "uuid", 94205 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94206 }, 94207 { 94208 "dep_kinds": [ 94209 { 94210 "kind": null, 94211 "target": "cfg(target_arch = \"wasm32\")" 94212 } 94213 ], 94214 "name": "wasm_bindgen_futures", 94215 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94216 }, 94217 { 94218 "dep_kinds": [ 94219 { 94220 "kind": null, 94221 "target": "cfg(target_arch = \"wasm32\")" 94222 } 94223 ], 94224 "name": "wasmtimer", 94225 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94226 }, 94227 { 94228 "dep_kinds": [ 94229 { 94230 "kind": null, 94231 "target": "cfg(target_arch = \"wasm32\")" 94232 } 94233 ], 94234 "name": "ws_stream_wasm", 94235 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94236 } 94237 ], 94238 "features": [], 94239 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94240 }, 94241 { 94242 "dependencies": [ 94243 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94244 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94245 ], 94246 "deps": [ 94247 { 94248 "dep_kinds": [ 94249 { 94250 "kind": null, 94251 "target": null 94252 } 94253 ], 94254 "name": "quote", 94255 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94256 }, 94257 { 94258 "dep_kinds": [ 94259 { 94260 "kind": null, 94261 "target": null 94262 } 94263 ], 94264 "name": "syn", 94265 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94266 } 94267 ], 94268 "features": [], 94269 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94270 }, 94271 { 94272 "dependencies": [ 94273 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94274 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94275 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94276 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94277 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94278 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94279 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94280 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94281 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94282 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94283 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94284 ], 94285 "deps": [ 94286 { 94287 "dep_kinds": [ 94288 { 94289 "kind": null, 94290 "target": null 94291 } 94292 ], 94293 "name": "base64", 94294 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94295 }, 94296 { 94297 "dep_kinds": [ 94298 { 94299 "kind": null, 94300 "target": "cfg(target_arch = \"wasm32\")" 94301 } 94302 ], 94303 "name": "getrandom", 94304 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94305 }, 94306 { 94307 "dep_kinds": [ 94308 { 94309 "kind": null, 94310 "target": "cfg(target_arch = \"wasm32\")" 94311 } 94312 ], 94313 "name": "hmac", 94314 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94315 }, 94316 { 94317 "dep_kinds": [ 94318 { 94319 "kind": null, 94320 "target": null 94321 } 94322 ], 94323 "name": "pem", 94324 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94325 }, 94326 { 94327 "dep_kinds": [ 94328 { 94329 "kind": null, 94330 "target": "cfg(target_arch = \"wasm32\")" 94331 } 94332 ], 94333 "name": "rand", 94334 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94335 }, 94336 { 94337 "dep_kinds": [ 94338 { 94339 "kind": null, 94340 "target": "cfg(not(target_arch = \"wasm32\"))" 94341 } 94342 ], 94343 "name": "ring", 94344 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94345 }, 94346 { 94347 "dep_kinds": [ 94348 { 94349 "kind": null, 94350 "target": "cfg(target_arch = \"wasm32\")" 94351 } 94352 ], 94353 "name": "rsa", 94354 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94355 }, 94356 { 94357 "dep_kinds": [ 94358 { 94359 "kind": null, 94360 "target": null 94361 } 94362 ], 94363 "name": "serde", 94364 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94365 }, 94366 { 94367 "dep_kinds": [ 94368 { 94369 "kind": null, 94370 "target": null 94371 } 94372 ], 94373 "name": "serde_json", 94374 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94375 }, 94376 { 94377 "dep_kinds": [ 94378 { 94379 "kind": null, 94380 "target": "cfg(target_arch = \"wasm32\")" 94381 } 94382 ], 94383 "name": "sha2", 94384 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94385 }, 94386 { 94387 "dep_kinds": [ 94388 { 94389 "kind": null, 94390 "target": null 94391 } 94392 ], 94393 "name": "simple_asn1", 94394 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94395 } 94396 ], 94397 "features": [ 94398 "default", 94399 "pem", 94400 "simple_asn1", 94401 "use_pem" 94402 ], 94403 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94404 }, 94405 { 94406 "dependencies": [ 94407 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94408 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94409 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94410 ], 94411 "deps": [ 94412 { 94413 "dep_kinds": [ 94414 { 94415 "kind": null, 94416 "target": null 94417 } 94418 ], 94419 "name": "proc_macro2", 94420 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94421 }, 94422 { 94423 "dep_kinds": [ 94424 { 94425 "kind": null, 94426 "target": null 94427 } 94428 ], 94429 "name": "quote", 94430 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94431 }, 94432 { 94433 "dep_kinds": [ 94434 { 94435 "kind": null, 94436 "target": null 94437 } 94438 ], 94439 "name": "unicode_ident", 94440 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94441 } 94442 ], 94443 "features": [ 94444 "clone-impls", 94445 "default", 94446 "derive", 94447 "full", 94448 "parsing", 94449 "printing", 94450 "proc-macro", 94451 "quote" 94452 ], 94453 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94454 }, 94455 { 94456 "dependencies": [ 94457 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94458 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94459 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94460 ], 94461 "deps": [ 94462 { 94463 "dep_kinds": [ 94464 { 94465 "kind": null, 94466 "target": null 94467 } 94468 ], 94469 "name": "proc_macro2", 94470 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94471 }, 94472 { 94473 "dep_kinds": [ 94474 { 94475 "kind": null, 94476 "target": null 94477 } 94478 ], 94479 "name": "quote", 94480 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94481 }, 94482 { 94483 "dep_kinds": [ 94484 { 94485 "kind": null, 94486 "target": null 94487 } 94488 ], 94489 "name": "unicode_ident", 94490 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94491 } 94492 ], 94493 "features": [ 94494 "clone-impls", 94495 "default", 94496 "derive", 94497 "extra-traits", 94498 "fold", 94499 "full", 94500 "parsing", 94501 "printing", 94502 "proc-macro", 94503 "visit", 94504 "visit-mut" 94505 ], 94506 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94507 }, 94508 { 94509 "dependencies": [ 94510 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94511 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94512 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94513 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94514 ], 94515 "deps": [ 94516 { 94517 "dep_kinds": [ 94518 { 94519 "kind": null, 94520 "target": null 94521 } 94522 ], 94523 "name": "proc_macro_error", 94524 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94525 }, 94526 { 94527 "dep_kinds": [ 94528 { 94529 "kind": null, 94530 "target": null 94531 } 94532 ], 94533 "name": "proc_macro2", 94534 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94535 }, 94536 { 94537 "dep_kinds": [ 94538 { 94539 "kind": null, 94540 "target": null 94541 } 94542 ], 94543 "name": "quote", 94544 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94545 }, 94546 { 94547 "dep_kinds": [ 94548 { 94549 "kind": null, 94550 "target": null 94551 } 94552 ], 94553 "name": "syn", 94554 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94555 } 94556 ], 94557 "features": [ 94558 "default", 94559 "full" 94560 ], 94561 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94562 }, 94563 { 94564 "dependencies": [], 94565 "deps": [], 94566 "features": [], 94567 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94568 }, 94569 { 94570 "dependencies": [ 94571 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94572 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94573 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94574 ], 94575 "deps": [ 94576 { 94577 "dep_kinds": [ 94578 { 94579 "kind": null, 94580 "target": null 94581 } 94582 ], 94583 "name": "bitflags", 94584 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94585 }, 94586 { 94587 "dep_kinds": [ 94588 { 94589 "kind": null, 94590 "target": null 94591 } 94592 ], 94593 "name": "core_foundation", 94594 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94595 }, 94596 { 94597 "dep_kinds": [ 94598 { 94599 "kind": null, 94600 "target": null 94601 } 94602 ], 94603 "name": "system_configuration_sys", 94604 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94605 } 94606 ], 94607 "features": [], 94608 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94609 }, 94610 { 94611 "dependencies": [ 94612 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94613 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94614 ], 94615 "deps": [ 94616 { 94617 "dep_kinds": [ 94618 { 94619 "kind": null, 94620 "target": null 94621 } 94622 ], 94623 "name": "core_foundation_sys", 94624 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94625 }, 94626 { 94627 "dep_kinds": [ 94628 { 94629 "kind": null, 94630 "target": null 94631 } 94632 ], 94633 "name": "libc", 94634 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94635 } 94636 ], 94637 "features": [], 94638 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94639 }, 94640 { 94641 "dependencies": [], 94642 "deps": [], 94643 "features": [], 94644 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94645 }, 94646 { 94647 "dependencies": [ 94648 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94649 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94650 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94651 ], 94652 "deps": [ 94653 { 94654 "dep_kinds": [ 94655 { 94656 "kind": null, 94657 "target": null 94658 } 94659 ], 94660 "name": "dirs_next", 94661 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94662 }, 94663 { 94664 "dep_kinds": [ 94665 { 94666 "kind": null, 94667 "target": "cfg(windows)" 94668 } 94669 ], 94670 "name": "rustversion", 94671 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94672 }, 94673 { 94674 "dep_kinds": [ 94675 { 94676 "kind": null, 94677 "target": "cfg(windows)" 94678 } 94679 ], 94680 "name": "winapi", 94681 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94682 } 94683 ], 94684 "features": [ 94685 "default" 94686 ], 94687 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94688 }, 94689 { 94690 "dependencies": [ 94691 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94692 ], 94693 "deps": [ 94694 { 94695 "dep_kinds": [ 94696 { 94697 "kind": null, 94698 "target": "cfg(windows)" 94699 } 94700 ], 94701 "name": "winapi_util", 94702 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94703 } 94704 ], 94705 "features": [], 94706 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94707 }, 94708 { 94709 "dependencies": [], 94710 "deps": [], 94711 "features": [], 94712 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94713 }, 94714 { 94715 "dependencies": [ 94716 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94717 ], 94718 "deps": [ 94719 { 94720 "dep_kinds": [ 94721 { 94722 "kind": null, 94723 "target": null 94724 } 94725 ], 94726 "name": "thiserror_impl", 94727 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94728 } 94729 ], 94730 "features": [], 94731 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94732 }, 94733 { 94734 "dependencies": [ 94735 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94736 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94737 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94738 ], 94739 "deps": [ 94740 { 94741 "dep_kinds": [ 94742 { 94743 "kind": null, 94744 "target": null 94745 } 94746 ], 94747 "name": "proc_macro2", 94748 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94749 }, 94750 { 94751 "dep_kinds": [ 94752 { 94753 "kind": null, 94754 "target": null 94755 } 94756 ], 94757 "name": "quote", 94758 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94759 }, 94760 { 94761 "dep_kinds": [ 94762 { 94763 "kind": null, 94764 "target": null 94765 } 94766 ], 94767 "name": "syn", 94768 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94769 } 94770 ], 94771 "features": [], 94772 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94773 }, 94774 { 94775 "dependencies": [ 94776 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94777 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94778 ], 94779 "deps": [ 94780 { 94781 "dep_kinds": [ 94782 { 94783 "kind": null, 94784 "target": null 94785 } 94786 ], 94787 "name": "cfg_if", 94788 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94789 }, 94790 { 94791 "dep_kinds": [ 94792 { 94793 "kind": null, 94794 "target": null 94795 } 94796 ], 94797 "name": "once_cell", 94798 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94799 } 94800 ], 94801 "features": [], 94802 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94803 }, 94804 { 94805 "dependencies": [ 94806 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94807 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94808 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94809 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94810 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94811 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94812 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94813 ], 94814 "deps": [ 94815 { 94816 "dep_kinds": [ 94817 { 94818 "kind": null, 94819 "target": null 94820 } 94821 ], 94822 "name": "deranged", 94823 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94824 }, 94825 { 94826 "dep_kinds": [ 94827 { 94828 "kind": null, 94829 "target": null 94830 } 94831 ], 94832 "name": "itoa", 94833 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94834 }, 94835 { 94836 "dep_kinds": [ 94837 { 94838 "kind": null, 94839 "target": null 94840 } 94841 ], 94842 "name": "num_conv", 94843 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94844 }, 94845 { 94846 "dep_kinds": [ 94847 { 94848 "kind": null, 94849 "target": null 94850 } 94851 ], 94852 "name": "powerfmt", 94853 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94854 }, 94855 { 94856 "dep_kinds": [ 94857 { 94858 "kind": null, 94859 "target": null 94860 } 94861 ], 94862 "name": "serde", 94863 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94864 }, 94865 { 94866 "dep_kinds": [ 94867 { 94868 "kind": null, 94869 "target": null 94870 } 94871 ], 94872 "name": "time_core", 94873 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94874 }, 94875 { 94876 "dep_kinds": [ 94877 { 94878 "kind": null, 94879 "target": null 94880 } 94881 ], 94882 "name": "time_macros", 94883 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94884 } 94885 ], 94886 "features": [ 94887 "alloc", 94888 "formatting", 94889 "macros", 94890 "parsing", 94891 "serde", 94892 "serde-well-known", 94893 "std" 94894 ], 94895 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94896 }, 94897 { 94898 "dependencies": [], 94899 "deps": [], 94900 "features": [], 94901 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94902 }, 94903 { 94904 "dependencies": [ 94905 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94906 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94907 ], 94908 "deps": [ 94909 { 94910 "dep_kinds": [ 94911 { 94912 "kind": null, 94913 "target": null 94914 } 94915 ], 94916 "name": "num_conv", 94917 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94918 }, 94919 { 94920 "dep_kinds": [ 94921 { 94922 "kind": null, 94923 "target": null 94924 } 94925 ], 94926 "name": "time_core", 94927 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94928 } 94929 ], 94930 "features": [ 94931 "formatting", 94932 "parsing", 94933 "serde" 94934 ], 94935 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94936 }, 94937 { 94938 "dependencies": [ 94939 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94940 ], 94941 "deps": [ 94942 { 94943 "dep_kinds": [ 94944 { 94945 "kind": null, 94946 "target": null 94947 } 94948 ], 94949 "name": "crunchy", 94950 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94951 } 94952 ], 94953 "features": [ 94954 "default", 94955 "sha3" 94956 ], 94957 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94958 }, 94959 { 94960 "dependencies": [ 94961 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94962 ], 94963 "deps": [ 94964 { 94965 "dep_kinds": [ 94966 { 94967 "kind": null, 94968 "target": null 94969 } 94970 ], 94971 "name": "tinyvec_macros", 94972 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94973 } 94974 ], 94975 "features": [ 94976 "alloc", 94977 "default", 94978 "tinyvec_macros" 94979 ], 94980 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94981 }, 94982 { 94983 "dependencies": [], 94984 "deps": [], 94985 "features": [], 94986 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94987 }, 94988 { 94989 "dependencies": [ 94990 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94991 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94992 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94993 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94994 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94995 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94996 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94997 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 94998 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 94999 ], 95000 "deps": [ 95001 { 95002 "dep_kinds": [ 95003 { 95004 "kind": null, 95005 "target": "cfg(tokio_taskdump)" 95006 } 95007 ], 95008 "name": "backtrace", 95009 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95010 }, 95011 { 95012 "dep_kinds": [ 95013 { 95014 "kind": null, 95015 "target": null 95016 } 95017 ], 95018 "name": "bytes", 95019 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95020 }, 95021 { 95022 "dep_kinds": [ 95023 { 95024 "kind": null, 95025 "target": "cfg(unix)" 95026 } 95027 ], 95028 "name": "libc", 95029 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95030 }, 95031 { 95032 "dep_kinds": [ 95033 { 95034 "kind": null, 95035 "target": null 95036 } 95037 ], 95038 "name": "mio", 95039 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95040 }, 95041 { 95042 "dep_kinds": [ 95043 { 95044 "kind": null, 95045 "target": null 95046 } 95047 ], 95048 "name": "num_cpus", 95049 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95050 }, 95051 { 95052 "dep_kinds": [ 95053 { 95054 "kind": null, 95055 "target": null 95056 } 95057 ], 95058 "name": "pin_project_lite", 95059 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95060 }, 95061 { 95062 "dep_kinds": [ 95063 { 95064 "kind": null, 95065 "target": "cfg(not(target_family = \"wasm\"))" 95066 } 95067 ], 95068 "name": "socket2", 95069 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95070 }, 95071 { 95072 "dep_kinds": [ 95073 { 95074 "kind": null, 95075 "target": null 95076 } 95077 ], 95078 "name": "tokio_macros", 95079 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95080 }, 95081 { 95082 "dep_kinds": [ 95083 { 95084 "kind": null, 95085 "target": "cfg(windows)" 95086 } 95087 ], 95088 "name": "windows_sys", 95089 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95090 } 95091 ], 95092 "features": [ 95093 "bytes", 95094 "default", 95095 "fs", 95096 "io-std", 95097 "io-util", 95098 "libc", 95099 "macros", 95100 "mio", 95101 "net", 95102 "num_cpus", 95103 "rt", 95104 "rt-multi-thread", 95105 "socket2", 95106 "sync", 95107 "time", 95108 "tokio-macros", 95109 "windows-sys" 95110 ], 95111 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95112 }, 95113 { 95114 "dependencies": [ 95115 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95116 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95117 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95118 ], 95119 "deps": [ 95120 { 95121 "dep_kinds": [ 95122 { 95123 "kind": null, 95124 "target": null 95125 } 95126 ], 95127 "name": "proc_macro2", 95128 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95129 }, 95130 { 95131 "dep_kinds": [ 95132 { 95133 "kind": null, 95134 "target": null 95135 } 95136 ], 95137 "name": "quote", 95138 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95139 }, 95140 { 95141 "dep_kinds": [ 95142 { 95143 "kind": null, 95144 "target": null 95145 } 95146 ], 95147 "name": "syn", 95148 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95149 } 95150 ], 95151 "features": [], 95152 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95153 }, 95154 { 95155 "dependencies": [ 95156 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95157 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95158 ], 95159 "deps": [ 95160 { 95161 "dep_kinds": [ 95162 { 95163 "kind": null, 95164 "target": null 95165 } 95166 ], 95167 "name": "rustls", 95168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95169 }, 95170 { 95171 "dep_kinds": [ 95172 { 95173 "kind": null, 95174 "target": null 95175 } 95176 ], 95177 "name": "tokio", 95178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95179 } 95180 ], 95181 "features": [ 95182 "default", 95183 "logging", 95184 "tls12" 95185 ], 95186 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95187 }, 95188 { 95189 "dependencies": [ 95190 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95191 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95192 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95193 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95194 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95195 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95196 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95197 ], 95198 "deps": [ 95199 { 95200 "dep_kinds": [ 95201 { 95202 "kind": null, 95203 "target": null 95204 } 95205 ], 95206 "name": "futures_util", 95207 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95208 }, 95209 { 95210 "dep_kinds": [ 95211 { 95212 "kind": null, 95213 "target": null 95214 } 95215 ], 95216 "name": "log", 95217 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95218 }, 95219 { 95220 "dep_kinds": [ 95221 { 95222 "kind": null, 95223 "target": null 95224 } 95225 ], 95226 "name": "rustls", 95227 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95228 }, 95229 { 95230 "dep_kinds": [ 95231 { 95232 "kind": null, 95233 "target": null 95234 } 95235 ], 95236 "name": "tokio", 95237 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95238 }, 95239 { 95240 "dep_kinds": [ 95241 { 95242 "kind": null, 95243 "target": null 95244 } 95245 ], 95246 "name": "tokio_rustls", 95247 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95248 }, 95249 { 95250 "dep_kinds": [ 95251 { 95252 "kind": null, 95253 "target": null 95254 } 95255 ], 95256 "name": "tungstenite", 95257 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95258 }, 95259 { 95260 "dep_kinds": [ 95261 { 95262 "kind": null, 95263 "target": null 95264 } 95265 ], 95266 "name": "webpki_roots", 95267 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95268 } 95269 ], 95270 "features": [ 95271 "__rustls-tls", 95272 "connect", 95273 "default", 95274 "handshake", 95275 "rustls", 95276 "rustls-tls-webpki-roots", 95277 "stream", 95278 "tokio-rustls", 95279 "webpki-roots" 95280 ], 95281 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95282 }, 95283 { 95284 "dependencies": [ 95285 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95286 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95287 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95288 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95289 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95290 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95291 ], 95292 "deps": [ 95293 { 95294 "dep_kinds": [ 95295 { 95296 "kind": null, 95297 "target": null 95298 } 95299 ], 95300 "name": "bytes", 95301 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95302 }, 95303 { 95304 "dep_kinds": [ 95305 { 95306 "kind": null, 95307 "target": null 95308 } 95309 ], 95310 "name": "futures_core", 95311 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95312 }, 95313 { 95314 "dep_kinds": [ 95315 { 95316 "kind": null, 95317 "target": null 95318 } 95319 ], 95320 "name": "futures_sink", 95321 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95322 }, 95323 { 95324 "dep_kinds": [ 95325 { 95326 "kind": null, 95327 "target": null 95328 } 95329 ], 95330 "name": "pin_project_lite", 95331 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95332 }, 95333 { 95334 "dep_kinds": [ 95335 { 95336 "kind": null, 95337 "target": null 95338 } 95339 ], 95340 "name": "tokio", 95341 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95342 }, 95343 { 95344 "dep_kinds": [ 95345 { 95346 "kind": null, 95347 "target": null 95348 } 95349 ], 95350 "name": "tracing", 95351 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95352 } 95353 ], 95354 "features": [ 95355 "codec", 95356 "default", 95357 "io", 95358 "tracing" 95359 ], 95360 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95361 }, 95362 { 95363 "dependencies": [], 95364 "deps": [], 95365 "features": [], 95366 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95367 }, 95368 { 95369 "dependencies": [ 95370 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95371 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95372 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95373 ], 95374 "deps": [ 95375 { 95376 "dep_kinds": [ 95377 { 95378 "kind": null, 95379 "target": null 95380 } 95381 ], 95382 "name": "indexmap", 95383 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95384 }, 95385 { 95386 "dep_kinds": [ 95387 { 95388 "kind": null, 95389 "target": null 95390 } 95391 ], 95392 "name": "toml_datetime", 95393 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95394 }, 95395 { 95396 "dep_kinds": [ 95397 { 95398 "kind": null, 95399 "target": null 95400 } 95401 ], 95402 "name": "winnow", 95403 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95404 } 95405 ], 95406 "features": [ 95407 "default", 95408 "display", 95409 "parse" 95410 ], 95411 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95412 }, 95413 { 95414 "dependencies": [], 95415 "deps": [], 95416 "features": [], 95417 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95418 }, 95419 { 95420 "dependencies": [ 95421 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95422 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95423 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95424 ], 95425 "deps": [ 95426 { 95427 "dep_kinds": [ 95428 { 95429 "kind": null, 95430 "target": null 95431 } 95432 ], 95433 "name": "pin_project_lite", 95434 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95435 }, 95436 { 95437 "dep_kinds": [ 95438 { 95439 "kind": null, 95440 "target": null 95441 } 95442 ], 95443 "name": "tracing_attributes", 95444 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95445 }, 95446 { 95447 "dep_kinds": [ 95448 { 95449 "kind": null, 95450 "target": null 95451 } 95452 ], 95453 "name": "tracing_core", 95454 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95455 } 95456 ], 95457 "features": [ 95458 "attributes", 95459 "default", 95460 "std", 95461 "tracing-attributes" 95462 ], 95463 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95464 }, 95465 { 95466 "dependencies": [ 95467 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95468 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95469 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95470 ], 95471 "deps": [ 95472 { 95473 "dep_kinds": [ 95474 { 95475 "kind": null, 95476 "target": null 95477 } 95478 ], 95479 "name": "proc_macro2", 95480 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95481 }, 95482 { 95483 "dep_kinds": [ 95484 { 95485 "kind": null, 95486 "target": null 95487 } 95488 ], 95489 "name": "quote", 95490 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95491 }, 95492 { 95493 "dep_kinds": [ 95494 { 95495 "kind": null, 95496 "target": null 95497 } 95498 ], 95499 "name": "syn", 95500 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95501 } 95502 ], 95503 "features": [], 95504 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95505 }, 95506 { 95507 "dependencies": [ 95508 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95509 ], 95510 "deps": [ 95511 { 95512 "dep_kinds": [ 95513 { 95514 "kind": null, 95515 "target": null 95516 } 95517 ], 95518 "name": "once_cell", 95519 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95520 } 95521 ], 95522 "features": [ 95523 "once_cell", 95524 "std" 95525 ], 95526 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95527 }, 95528 { 95529 "dependencies": [ 95530 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95531 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95532 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95533 ], 95534 "deps": [ 95535 { 95536 "dep_kinds": [ 95537 { 95538 "kind": null, 95539 "target": "cfg(target_arch = \"wasm32\")" 95540 } 95541 ], 95542 "name": "js_sys", 95543 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95544 }, 95545 { 95546 "dep_kinds": [ 95547 { 95548 "kind": null, 95549 "target": "cfg(target_arch = \"wasm32\")" 95550 } 95551 ], 95552 "name": "wasm_bindgen", 95553 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95554 }, 95555 { 95556 "dep_kinds": [ 95557 { 95558 "kind": null, 95559 "target": "cfg(target_arch = \"wasm32\")" 95560 } 95561 ], 95562 "name": "web_sys", 95563 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95564 } 95565 ], 95566 "features": [], 95567 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95568 }, 95569 { 95570 "dependencies": [], 95571 "deps": [], 95572 "features": [], 95573 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95574 }, 95575 { 95576 "dependencies": [ 95577 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95578 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95579 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95580 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95581 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95582 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95583 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95584 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95585 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95586 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95587 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95588 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95589 ], 95590 "deps": [ 95591 { 95592 "dep_kinds": [ 95593 { 95594 "kind": null, 95595 "target": null 95596 } 95597 ], 95598 "name": "byteorder", 95599 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95600 }, 95601 { 95602 "dep_kinds": [ 95603 { 95604 "kind": null, 95605 "target": null 95606 } 95607 ], 95608 "name": "bytes", 95609 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95610 }, 95611 { 95612 "dep_kinds": [ 95613 { 95614 "kind": null, 95615 "target": null 95616 } 95617 ], 95618 "name": "data_encoding", 95619 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95620 }, 95621 { 95622 "dep_kinds": [ 95623 { 95624 "kind": null, 95625 "target": null 95626 } 95627 ], 95628 "name": "http", 95629 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95630 }, 95631 { 95632 "dep_kinds": [ 95633 { 95634 "kind": null, 95635 "target": null 95636 } 95637 ], 95638 "name": "httparse", 95639 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95640 }, 95641 { 95642 "dep_kinds": [ 95643 { 95644 "kind": null, 95645 "target": null 95646 } 95647 ], 95648 "name": "log", 95649 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95650 }, 95651 { 95652 "dep_kinds": [ 95653 { 95654 "kind": null, 95655 "target": null 95656 } 95657 ], 95658 "name": "rand", 95659 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95660 }, 95661 { 95662 "dep_kinds": [ 95663 { 95664 "kind": null, 95665 "target": null 95666 } 95667 ], 95668 "name": "rustls", 95669 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95670 }, 95671 { 95672 "dep_kinds": [ 95673 { 95674 "kind": null, 95675 "target": null 95676 } 95677 ], 95678 "name": "sha1", 95679 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95680 }, 95681 { 95682 "dep_kinds": [ 95683 { 95684 "kind": null, 95685 "target": null 95686 } 95687 ], 95688 "name": "thiserror", 95689 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95690 }, 95691 { 95692 "dep_kinds": [ 95693 { 95694 "kind": null, 95695 "target": null 95696 } 95697 ], 95698 "name": "url", 95699 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95700 }, 95701 { 95702 "dep_kinds": [ 95703 { 95704 "kind": null, 95705 "target": null 95706 } 95707 ], 95708 "name": "utf8", 95709 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95710 } 95711 ], 95712 "features": [ 95713 "__rustls-tls", 95714 "data-encoding", 95715 "handshake", 95716 "http", 95717 "httparse", 95718 "rustls", 95719 "sha1", 95720 "url" 95721 ], 95722 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95723 }, 95724 { 95725 "dependencies": [], 95726 "deps": [], 95727 "features": [], 95728 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95729 }, 95730 { 95731 "dependencies": [ 95732 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95733 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95734 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95735 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95736 ], 95737 "deps": [ 95738 { 95739 "dep_kinds": [ 95740 { 95741 "kind": null, 95742 "target": "wasm32-unknown-unknown" 95743 } 95744 ], 95745 "name": "getrandom", 95746 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95747 }, 95748 { 95749 "dep_kinds": [ 95750 { 95751 "kind": null, 95752 "target": null 95753 } 95754 ], 95755 "name": "rand", 95756 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95757 }, 95758 { 95759 "dep_kinds": [ 95760 { 95761 "kind": null, 95762 "target": null 95763 } 95764 ], 95765 "name": "serde", 95766 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95767 }, 95768 { 95769 "dep_kinds": [ 95770 { 95771 "kind": null, 95772 "target": "wasm32-unknown-unknown" 95773 } 95774 ], 95775 "name": "web_time", 95776 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95777 } 95778 ], 95779 "features": [ 95780 "default", 95781 "rand", 95782 "serde", 95783 "std" 95784 ], 95785 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95786 }, 95787 { 95788 "dependencies": [ 95789 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95790 ], 95791 "deps": [ 95792 { 95793 "dep_kinds": [ 95794 { 95795 "kind": "build", 95796 "target": null 95797 } 95798 ], 95799 "name": "version_check", 95800 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95801 } 95802 ], 95803 "features": [], 95804 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95805 }, 95806 { 95807 "dependencies": [], 95808 "deps": [], 95809 "features": [ 95810 "hardcoded-data", 95811 "std" 95812 ], 95813 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95814 }, 95815 { 95816 "dependencies": [], 95817 "deps": [], 95818 "features": [], 95819 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95820 }, 95821 { 95822 "dependencies": [ 95823 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95824 ], 95825 "deps": [ 95826 { 95827 "dep_kinds": [ 95828 { 95829 "kind": null, 95830 "target": null 95831 } 95832 ], 95833 "name": "tinyvec", 95834 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95835 } 95836 ], 95837 "features": [ 95838 "std" 95839 ], 95840 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95841 }, 95842 { 95843 "dependencies": [], 95844 "deps": [], 95845 "features": [], 95846 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95847 }, 95848 { 95849 "dependencies": [ 95850 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95851 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95852 ], 95853 "deps": [ 95854 { 95855 "dep_kinds": [ 95856 { 95857 "kind": null, 95858 "target": null 95859 } 95860 ], 95861 "name": "unicode_normalization", 95862 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95863 }, 95864 { 95865 "dep_kinds": [ 95866 { 95867 "kind": null, 95868 "target": null 95869 } 95870 ], 95871 "name": "unicode_script", 95872 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95873 } 95874 ], 95875 "features": [ 95876 "default" 95877 ], 95878 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95879 }, 95880 { 95881 "dependencies": [], 95882 "deps": [], 95883 "features": [ 95884 "default" 95885 ], 95886 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95887 }, 95888 { 95889 "dependencies": [], 95890 "deps": [], 95891 "features": [ 95892 "default" 95893 ], 95894 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95895 }, 95896 { 95897 "dependencies": [], 95898 "deps": [], 95899 "features": [], 95900 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95901 }, 95902 { 95903 "dependencies": [], 95904 "deps": [], 95905 "features": [], 95906 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95907 }, 95908 { 95909 "dependencies": [ 95910 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95911 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95912 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95913 ], 95914 "deps": [ 95915 { 95916 "dep_kinds": [ 95917 { 95918 "kind": null, 95919 "target": null 95920 } 95921 ], 95922 "name": "form_urlencoded", 95923 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95924 }, 95925 { 95926 "dep_kinds": [ 95927 { 95928 "kind": null, 95929 "target": null 95930 } 95931 ], 95932 "name": "idna", 95933 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95934 }, 95935 { 95936 "dep_kinds": [ 95937 { 95938 "kind": null, 95939 "target": null 95940 } 95941 ], 95942 "name": "percent_encoding", 95943 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95944 } 95945 ], 95946 "features": [ 95947 "default" 95948 ], 95949 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95950 }, 95951 { 95952 "dependencies": [], 95953 "deps": [], 95954 "features": [], 95955 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95956 }, 95957 { 95958 "dependencies": [], 95959 "deps": [], 95960 "features": [], 95961 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95962 }, 95963 { 95964 "dependencies": [ 95965 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95966 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95967 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 95968 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95969 ], 95970 "deps": [ 95971 { 95972 "dep_kinds": [ 95973 { 95974 "kind": null, 95975 "target": null 95976 } 95977 ], 95978 "name": "atomic", 95979 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95980 }, 95981 { 95982 "dep_kinds": [ 95983 { 95984 "kind": null, 95985 "target": null 95986 } 95987 ], 95988 "name": "getrandom", 95989 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 95990 }, 95991 { 95992 "dep_kinds": [ 95993 { 95994 "kind": null, 95995 "target": null 95996 } 95997 ], 95998 "name": "serde", 95999 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96000 }, 96001 { 96002 "dep_kinds": [ 96003 { 96004 "kind": null, 96005 "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))" 96006 } 96007 ], 96008 "name": "wasm_bindgen", 96009 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96010 } 96011 ], 96012 "features": [ 96013 "atomic", 96014 "default", 96015 "js", 96016 "rng", 96017 "serde", 96018 "std", 96019 "v4", 96020 "v7" 96021 ], 96022 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96023 }, 96024 { 96025 "dependencies": [ 96026 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96027 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96028 ], 96029 "deps": [ 96030 { 96031 "dep_kinds": [ 96032 { 96033 "kind": null, 96034 "target": null 96035 } 96036 ], 96037 "name": "ctor", 96038 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96039 }, 96040 { 96041 "dep_kinds": [ 96042 { 96043 "kind": "build", 96044 "target": null 96045 } 96046 ], 96047 "name": "rustc", 96048 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96049 } 96050 ], 96051 "features": [], 96052 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96053 }, 96054 { 96055 "dependencies": [], 96056 "deps": [], 96057 "features": [], 96058 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96059 }, 96060 { 96061 "dependencies": [ 96062 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96063 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96064 ], 96065 "deps": [ 96066 { 96067 "dep_kinds": [ 96068 { 96069 "kind": null, 96070 "target": null 96071 } 96072 ], 96073 "name": "same_file", 96074 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96075 }, 96076 { 96077 "dep_kinds": [ 96078 { 96079 "kind": null, 96080 "target": "cfg(windows)" 96081 } 96082 ], 96083 "name": "winapi_util", 96084 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96085 } 96086 ], 96087 "features": [], 96088 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96089 }, 96090 { 96091 "dependencies": [ 96092 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96093 ], 96094 "deps": [ 96095 { 96096 "dep_kinds": [ 96097 { 96098 "kind": null, 96099 "target": null 96100 } 96101 ], 96102 "name": "try_lock", 96103 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96104 } 96105 ], 96106 "features": [], 96107 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96108 }, 96109 { 96110 "dependencies": [], 96111 "deps": [], 96112 "features": [ 96113 "default", 96114 "std" 96115 ], 96116 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]+wasi-snapshot-preview1" 96117 }, 96118 { 96119 "dependencies": [ 96120 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96121 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96122 ], 96123 "deps": [ 96124 { 96125 "dep_kinds": [ 96126 { 96127 "kind": null, 96128 "target": null 96129 } 96130 ], 96131 "name": "cfg_if", 96132 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96133 }, 96134 { 96135 "dep_kinds": [ 96136 { 96137 "kind": null, 96138 "target": null 96139 } 96140 ], 96141 "name": "wasm_bindgen_macro", 96142 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96143 } 96144 ], 96145 "features": [ 96146 "default", 96147 "spans", 96148 "std" 96149 ], 96150 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96151 }, 96152 { 96153 "dependencies": [ 96154 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96155 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96156 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96157 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96158 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96159 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96160 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96161 ], 96162 "deps": [ 96163 { 96164 "dep_kinds": [ 96165 { 96166 "kind": null, 96167 "target": null 96168 } 96169 ], 96170 "name": "bumpalo", 96171 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96172 }, 96173 { 96174 "dep_kinds": [ 96175 { 96176 "kind": null, 96177 "target": null 96178 } 96179 ], 96180 "name": "log", 96181 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96182 }, 96183 { 96184 "dep_kinds": [ 96185 { 96186 "kind": null, 96187 "target": null 96188 } 96189 ], 96190 "name": "once_cell", 96191 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96192 }, 96193 { 96194 "dep_kinds": [ 96195 { 96196 "kind": null, 96197 "target": null 96198 } 96199 ], 96200 "name": "proc_macro2", 96201 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96202 }, 96203 { 96204 "dep_kinds": [ 96205 { 96206 "kind": null, 96207 "target": null 96208 } 96209 ], 96210 "name": "quote", 96211 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96212 }, 96213 { 96214 "dep_kinds": [ 96215 { 96216 "kind": null, 96217 "target": null 96218 } 96219 ], 96220 "name": "syn", 96221 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96222 }, 96223 { 96224 "dep_kinds": [ 96225 { 96226 "kind": null, 96227 "target": null 96228 } 96229 ], 96230 "name": "wasm_bindgen_shared", 96231 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96232 } 96233 ], 96234 "features": [ 96235 "spans" 96236 ], 96237 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96238 }, 96239 { 96240 "dependencies": [ 96241 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96242 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96243 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96244 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96245 ], 96246 "deps": [ 96247 { 96248 "dep_kinds": [ 96249 { 96250 "kind": null, 96251 "target": null 96252 } 96253 ], 96254 "name": "cfg_if", 96255 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96256 }, 96257 { 96258 "dep_kinds": [ 96259 { 96260 "kind": null, 96261 "target": null 96262 } 96263 ], 96264 "name": "js_sys", 96265 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96266 }, 96267 { 96268 "dep_kinds": [ 96269 { 96270 "kind": null, 96271 "target": null 96272 } 96273 ], 96274 "name": "wasm_bindgen", 96275 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96276 }, 96277 { 96278 "dep_kinds": [ 96279 { 96280 "kind": null, 96281 "target": "cfg(target_feature = \"atomics\")" 96282 } 96283 ], 96284 "name": "web_sys", 96285 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96286 } 96287 ], 96288 "features": [], 96289 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96290 }, 96291 { 96292 "dependencies": [ 96293 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96294 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96295 ], 96296 "deps": [ 96297 { 96298 "dep_kinds": [ 96299 { 96300 "kind": null, 96301 "target": null 96302 } 96303 ], 96304 "name": "quote", 96305 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96306 }, 96307 { 96308 "dep_kinds": [ 96309 { 96310 "kind": null, 96311 "target": null 96312 } 96313 ], 96314 "name": "wasm_bindgen_macro_support", 96315 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96316 } 96317 ], 96318 "features": [ 96319 "spans" 96320 ], 96321 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96322 }, 96323 { 96324 "dependencies": [ 96325 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96326 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96327 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96328 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96329 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96330 ], 96331 "deps": [ 96332 { 96333 "dep_kinds": [ 96334 { 96335 "kind": null, 96336 "target": null 96337 } 96338 ], 96339 "name": "proc_macro2", 96340 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96341 }, 96342 { 96343 "dep_kinds": [ 96344 { 96345 "kind": null, 96346 "target": null 96347 } 96348 ], 96349 "name": "quote", 96350 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96351 }, 96352 { 96353 "dep_kinds": [ 96354 { 96355 "kind": null, 96356 "target": null 96357 } 96358 ], 96359 "name": "syn", 96360 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96361 }, 96362 { 96363 "dep_kinds": [ 96364 { 96365 "kind": null, 96366 "target": null 96367 } 96368 ], 96369 "name": "wasm_bindgen_backend", 96370 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96371 }, 96372 { 96373 "dep_kinds": [ 96374 { 96375 "kind": null, 96376 "target": null 96377 } 96378 ], 96379 "name": "wasm_bindgen_shared", 96380 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96381 } 96382 ], 96383 "features": [ 96384 "spans" 96385 ], 96386 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96387 }, 96388 { 96389 "dependencies": [], 96390 "deps": [], 96391 "features": [], 96392 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96393 }, 96394 { 96395 "dependencies": [ 96396 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96397 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96398 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96399 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96400 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96401 ], 96402 "deps": [ 96403 { 96404 "dep_kinds": [ 96405 { 96406 "kind": null, 96407 "target": null 96408 } 96409 ], 96410 "name": "futures_util", 96411 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96412 }, 96413 { 96414 "dep_kinds": [ 96415 { 96416 "kind": null, 96417 "target": null 96418 } 96419 ], 96420 "name": "js_sys", 96421 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96422 }, 96423 { 96424 "dep_kinds": [ 96425 { 96426 "kind": null, 96427 "target": null 96428 } 96429 ], 96430 "name": "wasm_bindgen", 96431 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96432 }, 96433 { 96434 "dep_kinds": [ 96435 { 96436 "kind": null, 96437 "target": null 96438 } 96439 ], 96440 "name": "wasm_bindgen_futures", 96441 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96442 }, 96443 { 96444 "dep_kinds": [ 96445 { 96446 "kind": null, 96447 "target": null 96448 } 96449 ], 96450 "name": "web_sys", 96451 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96452 } 96453 ], 96454 "features": [], 96455 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96456 }, 96457 { 96458 "dependencies": [ 96459 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96460 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96461 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96462 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96463 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96464 ], 96465 "deps": [ 96466 { 96467 "dep_kinds": [ 96468 { 96469 "kind": null, 96470 "target": null 96471 } 96472 ], 96473 "name": "futures", 96474 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96475 }, 96476 { 96477 "dep_kinds": [ 96478 { 96479 "kind": null, 96480 "target": null 96481 } 96482 ], 96483 "name": "js_sys", 96484 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96485 }, 96486 { 96487 "dep_kinds": [ 96488 { 96489 "kind": null, 96490 "target": null 96491 } 96492 ], 96493 "name": "parking_lot", 96494 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96495 }, 96496 { 96497 "dep_kinds": [ 96498 { 96499 "kind": null, 96500 "target": null 96501 } 96502 ], 96503 "name": "pin_utils", 96504 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96505 }, 96506 { 96507 "dep_kinds": [ 96508 { 96509 "kind": null, 96510 "target": null 96511 } 96512 ], 96513 "name": "wasm_bindgen", 96514 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96515 } 96516 ], 96517 "features": [ 96518 "futures", 96519 "parking_lot", 96520 "pin-utils", 96521 "tokio" 96522 ], 96523 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96524 }, 96525 { 96526 "dependencies": [ 96527 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96528 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96529 ], 96530 "deps": [ 96531 { 96532 "dep_kinds": [ 96533 { 96534 "kind": null, 96535 "target": null 96536 } 96537 ], 96538 "name": "js_sys", 96539 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96540 }, 96541 { 96542 "dep_kinds": [ 96543 { 96544 "kind": null, 96545 "target": null 96546 } 96547 ], 96548 "name": "wasm_bindgen", 96549 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96550 } 96551 ], 96552 "features": [ 96553 "AbortController", 96554 "AbortSignal", 96555 "BinaryType", 96556 "Blob", 96557 "BlobPropertyBag", 96558 "CloseEvent", 96559 "Crypto", 96560 "DomException", 96561 "Event", 96562 "EventTarget", 96563 "File", 96564 "FormData", 96565 "Headers", 96566 "MessageEvent", 96567 "Performance", 96568 "PerformanceTiming", 96569 "QueuingStrategy", 96570 "ReadableByteStreamController", 96571 "ReadableStream", 96572 "ReadableStreamByobReader", 96573 "ReadableStreamByobRequest", 96574 "ReadableStreamDefaultController", 96575 "ReadableStreamDefaultReader", 96576 "ReadableStreamGetReaderOptions", 96577 "ReadableStreamReadResult", 96578 "ReadableStreamReaderMode", 96579 "ReadableStreamType", 96580 "ReadableWritablePair", 96581 "Request", 96582 "RequestCredentials", 96583 "RequestInit", 96584 "RequestMode", 96585 "Response", 96586 "ServiceWorkerGlobalScope", 96587 "StreamPipeOptions", 96588 "TransformStream", 96589 "TransformStreamDefaultController", 96590 "Transformer", 96591 "UnderlyingSink", 96592 "UnderlyingSource", 96593 "WebSocket", 96594 "Window", 96595 "Worker", 96596 "WorkerGlobalScope", 96597 "WritableStream", 96598 "WritableStreamDefaultController", 96599 "WritableStreamDefaultWriter", 96600 "console" 96601 ], 96602 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96603 }, 96604 { 96605 "dependencies": [ 96606 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96607 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96608 ], 96609 "deps": [ 96610 { 96611 "dep_kinds": [ 96612 { 96613 "kind": null, 96614 "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))" 96615 } 96616 ], 96617 "name": "js_sys", 96618 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96619 }, 96620 { 96621 "dep_kinds": [ 96622 { 96623 "kind": null, 96624 "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))" 96625 } 96626 ], 96627 "name": "wasm_bindgen", 96628 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96629 } 96630 ], 96631 "features": [], 96632 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96633 }, 96634 { 96635 "dependencies": [], 96636 "deps": [], 96637 "features": [], 96638 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96639 }, 96640 { 96641 "dependencies": [ 96642 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96643 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96644 ], 96645 "deps": [ 96646 { 96647 "dep_kinds": [ 96648 { 96649 "kind": null, 96650 "target": "i686-pc-windows-gnu" 96651 } 96652 ], 96653 "name": "winapi_i686_pc_windows_gnu", 96654 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96655 }, 96656 { 96657 "dep_kinds": [ 96658 { 96659 "kind": null, 96660 "target": "x86_64-pc-windows-gnu" 96661 } 96662 ], 96663 "name": "winapi_x86_64_pc_windows_gnu", 96664 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96665 } 96666 ], 96667 "features": [ 96668 "consoleapi", 96669 "errhandlingapi", 96670 "fibersapi", 96671 "fileapi", 96672 "handleapi", 96673 "knownfolders", 96674 "memoryapi", 96675 "minwinbase", 96676 "minwindef", 96677 "ntsecapi", 96678 "objbase", 96679 "processenv", 96680 "processthreadsapi", 96681 "shlobj", 96682 "std", 96683 "winbase", 96684 "wincon", 96685 "winerror", 96686 "winnt", 96687 "wtypesbase" 96688 ], 96689 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96690 }, 96691 { 96692 "dependencies": [], 96693 "deps": [], 96694 "features": [], 96695 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96696 }, 96697 { 96698 "dependencies": [ 96699 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96700 ], 96701 "deps": [ 96702 { 96703 "dep_kinds": [ 96704 { 96705 "kind": null, 96706 "target": "cfg(windows)" 96707 } 96708 ], 96709 "name": "winapi", 96710 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96711 } 96712 ], 96713 "features": [], 96714 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96715 }, 96716 { 96717 "dependencies": [], 96718 "deps": [], 96719 "features": [], 96720 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96721 }, 96722 { 96723 "dependencies": [ 96724 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96725 ], 96726 "deps": [ 96727 { 96728 "dep_kinds": [ 96729 { 96730 "kind": null, 96731 "target": null 96732 } 96733 ], 96734 "name": "windows_targets", 96735 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96736 } 96737 ], 96738 "features": [ 96739 "default" 96740 ], 96741 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96742 }, 96743 { 96744 "dependencies": [ 96745 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96746 ], 96747 "deps": [ 96748 { 96749 "dep_kinds": [ 96750 { 96751 "kind": null, 96752 "target": null 96753 } 96754 ], 96755 "name": "windows_targets", 96756 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96757 } 96758 ], 96759 "features": [ 96760 "Win32", 96761 "Win32_Foundation", 96762 "Win32_Networking", 96763 "Win32_Networking_WinSock", 96764 "Win32_Security", 96765 "Win32_Storage", 96766 "Win32_Storage_FileSystem", 96767 "Win32_System", 96768 "Win32_System_Diagnostics", 96769 "Win32_System_Diagnostics_Debug", 96770 "Win32_System_IO", 96771 "Win32_System_Pipes", 96772 "Win32_System_Registry", 96773 "Win32_System_SystemServices", 96774 "Win32_System_Time", 96775 "Win32_System_WindowsProgramming", 96776 "default" 96777 ], 96778 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96779 }, 96780 { 96781 "dependencies": [ 96782 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96783 ], 96784 "deps": [ 96785 { 96786 "dep_kinds": [ 96787 { 96788 "kind": null, 96789 "target": null 96790 } 96791 ], 96792 "name": "windows_targets", 96793 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96794 } 96795 ], 96796 "features": [ 96797 "Win32", 96798 "Win32_Foundation", 96799 "Win32_Networking", 96800 "Win32_Networking_WinSock", 96801 "Win32_System", 96802 "Win32_System_IO", 96803 "Win32_System_Threading", 96804 "Win32_System_WindowsProgramming", 96805 "default" 96806 ], 96807 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96808 }, 96809 { 96810 "dependencies": [ 96811 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96812 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96813 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96814 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96815 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96816 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96817 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96818 ], 96819 "deps": [ 96820 { 96821 "dep_kinds": [ 96822 { 96823 "kind": null, 96824 "target": "aarch64-pc-windows-gnullvm" 96825 } 96826 ], 96827 "name": "windows_aarch64_gnullvm", 96828 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96829 }, 96830 { 96831 "dep_kinds": [ 96832 { 96833 "kind": null, 96834 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" 96835 } 96836 ], 96837 "name": "windows_aarch64_msvc", 96838 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96839 }, 96840 { 96841 "dep_kinds": [ 96842 { 96843 "kind": null, 96844 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))" 96845 } 96846 ], 96847 "name": "windows_i686_gnu", 96848 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96849 }, 96850 { 96851 "dep_kinds": [ 96852 { 96853 "kind": null, 96854 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" 96855 } 96856 ], 96857 "name": "windows_i686_msvc", 96858 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96859 }, 96860 { 96861 "dep_kinds": [ 96862 { 96863 "kind": null, 96864 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 96865 } 96866 ], 96867 "name": "windows_x86_64_gnu", 96868 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96869 }, 96870 { 96871 "dep_kinds": [ 96872 { 96873 "kind": null, 96874 "target": "x86_64-pc-windows-gnullvm" 96875 } 96876 ], 96877 "name": "windows_x86_64_gnullvm", 96878 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96879 }, 96880 { 96881 "dep_kinds": [ 96882 { 96883 "kind": null, 96884 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))" 96885 } 96886 ], 96887 "name": "windows_x86_64_msvc", 96888 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96889 } 96890 ], 96891 "features": [], 96892 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96893 }, 96894 { 96895 "dependencies": [ 96896 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96897 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96898 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96899 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96900 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96901 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 96902 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96903 ], 96904 "deps": [ 96905 { 96906 "dep_kinds": [ 96907 { 96908 "kind": null, 96909 "target": "aarch64-pc-windows-gnullvm" 96910 } 96911 ], 96912 "name": "windows_aarch64_gnullvm", 96913 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96914 }, 96915 { 96916 "dep_kinds": [ 96917 { 96918 "kind": null, 96919 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" 96920 } 96921 ], 96922 "name": "windows_aarch64_msvc", 96923 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96924 }, 96925 { 96926 "dep_kinds": [ 96927 { 96928 "kind": null, 96929 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))" 96930 } 96931 ], 96932 "name": "windows_i686_gnu", 96933 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96934 }, 96935 { 96936 "dep_kinds": [ 96937 { 96938 "kind": null, 96939 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" 96940 } 96941 ], 96942 "name": "windows_i686_msvc", 96943 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96944 }, 96945 { 96946 "dep_kinds": [ 96947 { 96948 "kind": null, 96949 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 96950 } 96951 ], 96952 "name": "windows_x86_64_gnu", 96953 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96954 }, 96955 { 96956 "dep_kinds": [ 96957 { 96958 "kind": null, 96959 "target": "x86_64-pc-windows-gnullvm" 96960 } 96961 ], 96962 "name": "windows_x86_64_gnullvm", 96963 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96964 }, 96965 { 96966 "dep_kinds": [ 96967 { 96968 "kind": null, 96969 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))" 96970 } 96971 ], 96972 "name": "windows_x86_64_msvc", 96973 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96974 } 96975 ], 96976 "features": [], 96977 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96978 }, 96979 { 96980 "dependencies": [], 96981 "deps": [], 96982 "features": [], 96983 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96984 }, 96985 { 96986 "dependencies": [], 96987 "deps": [], 96988 "features": [], 96989 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96990 }, 96991 { 96992 "dependencies": [], 96993 "deps": [], 96994 "features": [], 96995 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 96996 }, 96997 { 96998 "dependencies": [], 96999 "deps": [], 97000 "features": [], 97001 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97002 }, 97003 { 97004 "dependencies": [], 97005 "deps": [], 97006 "features": [], 97007 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97008 }, 97009 { 97010 "dependencies": [], 97011 "deps": [], 97012 "features": [], 97013 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97014 }, 97015 { 97016 "dependencies": [], 97017 "deps": [], 97018 "features": [], 97019 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97020 }, 97021 { 97022 "dependencies": [], 97023 "deps": [], 97024 "features": [], 97025 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97026 }, 97027 { 97028 "dependencies": [], 97029 "deps": [], 97030 "features": [], 97031 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97032 }, 97033 { 97034 "dependencies": [], 97035 "deps": [], 97036 "features": [], 97037 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97038 }, 97039 { 97040 "dependencies": [], 97041 "deps": [], 97042 "features": [], 97043 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97044 }, 97045 { 97046 "dependencies": [], 97047 "deps": [], 97048 "features": [], 97049 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97050 }, 97051 { 97052 "dependencies": [], 97053 "deps": [], 97054 "features": [], 97055 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97056 }, 97057 { 97058 "dependencies": [], 97059 "deps": [], 97060 "features": [], 97061 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97062 }, 97063 { 97064 "dependencies": [ 97065 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97066 ], 97067 "deps": [ 97068 { 97069 "dep_kinds": [ 97070 { 97071 "kind": null, 97072 "target": null 97073 } 97074 ], 97075 "name": "memchr", 97076 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97077 } 97078 ], 97079 "features": [ 97080 "alloc", 97081 "default", 97082 "std" 97083 ], 97084 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97085 }, 97086 { 97087 "dependencies": [ 97088 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97089 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97090 ], 97091 "deps": [ 97092 { 97093 "dep_kinds": [ 97094 { 97095 "kind": null, 97096 "target": null 97097 } 97098 ], 97099 "name": "cfg_if", 97100 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97101 }, 97102 { 97103 "dep_kinds": [ 97104 { 97105 "kind": null, 97106 "target": null 97107 } 97108 ], 97109 "name": "windows_sys", 97110 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97111 } 97112 ], 97113 "features": [], 97114 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97115 }, 97116 { 97117 "dependencies": [ 97118 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97119 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97120 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97121 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97122 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97123 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97124 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97125 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97126 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97127 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97128 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97129 ], 97130 "deps": [ 97131 { 97132 "dep_kinds": [ 97133 { 97134 "kind": null, 97135 "target": null 97136 } 97137 ], 97138 "name": "async_io_stream", 97139 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97140 }, 97141 { 97142 "dep_kinds": [ 97143 { 97144 "kind": null, 97145 "target": null 97146 } 97147 ], 97148 "name": "futures", 97149 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97150 }, 97151 { 97152 "dep_kinds": [ 97153 { 97154 "kind": null, 97155 "target": null 97156 } 97157 ], 97158 "name": "js_sys", 97159 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97160 }, 97161 { 97162 "dep_kinds": [ 97163 { 97164 "kind": null, 97165 "target": null 97166 } 97167 ], 97168 "name": "log", 97169 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97170 }, 97171 { 97172 "dep_kinds": [ 97173 { 97174 "kind": null, 97175 "target": null 97176 } 97177 ], 97178 "name": "pharos", 97179 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97180 }, 97181 { 97182 "dep_kinds": [ 97183 { 97184 "kind": "build", 97185 "target": null 97186 } 97187 ], 97188 "name": "rustc_version", 97189 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97190 }, 97191 { 97192 "dep_kinds": [ 97193 { 97194 "kind": null, 97195 "target": null 97196 } 97197 ], 97198 "name": "send_wrapper", 97199 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97200 }, 97201 { 97202 "dep_kinds": [ 97203 { 97204 "kind": null, 97205 "target": null 97206 } 97207 ], 97208 "name": "thiserror", 97209 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97210 }, 97211 { 97212 "dep_kinds": [ 97213 { 97214 "kind": null, 97215 "target": null 97216 } 97217 ], 97218 "name": "wasm_bindgen", 97219 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97220 }, 97221 { 97222 "dep_kinds": [ 97223 { 97224 "kind": null, 97225 "target": null 97226 } 97227 ], 97228 "name": "wasm_bindgen_futures", 97229 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97230 }, 97231 { 97232 "dep_kinds": [ 97233 { 97234 "kind": null, 97235 "target": null 97236 } 97237 ], 97238 "name": "web_sys", 97239 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97240 } 97241 ], 97242 "features": [], 97243 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97244 }, 97245 { 97246 "dependencies": [ 97247 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97248 ], 97249 "deps": [ 97250 { 97251 "dep_kinds": [ 97252 { 97253 "kind": null, 97254 "target": null 97255 } 97256 ], 97257 "name": "tap", 97258 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97259 } 97260 ], 97261 "features": [], 97262 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97263 }, 97264 { 97265 "dependencies": [ 97266 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97267 ], 97268 "deps": [ 97269 { 97270 "dep_kinds": [ 97271 { 97272 "kind": null, 97273 "target": "cfg(any())" 97274 } 97275 ], 97276 "name": "zerocopy_derive", 97277 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97278 } 97279 ], 97280 "features": [ 97281 "simd" 97282 ], 97283 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97284 }, 97285 { 97286 "dependencies": [ 97287 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97288 "registry+https://github.com/rust-lang/crates.io-index#[email protected]", 97289 "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97290 ], 97291 "deps": [ 97292 { 97293 "dep_kinds": [ 97294 { 97295 "kind": null, 97296 "target": null 97297 } 97298 ], 97299 "name": "proc_macro2", 97300 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97301 }, 97302 { 97303 "dep_kinds": [ 97304 { 97305 "kind": null, 97306 "target": null 97307 } 97308 ], 97309 "name": "quote", 97310 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97311 }, 97312 { 97313 "dep_kinds": [ 97314 { 97315 "kind": null, 97316 "target": null 97317 } 97318 ], 97319 "name": "syn", 97320 "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97321 } 97322 ], 97323 "features": [], 97324 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97325 }, 97326 { 97327 "dependencies": [], 97328 "deps": [], 97329 "features": [ 97330 "alloc", 97331 "default" 97332 ], 97333 "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]" 97334 } 97335 ], 97336 "root": "path+file://{TEMP_DIR}/aliases#0.1.0" 97337 }, 97338 "target_directory": "{TEMP_DIR}/aliases/target", 97339 "version": 1, 97340 "workspace_default_members": [ 97341 "path+file://{TEMP_DIR}/aliases#0.1.0" 97342 ], 97343 "workspace_members": [ 97344 "path+file://{TEMP_DIR}/aliases#0.1.0" 97345 ], 97346 "workspace_root": "{TEMP_DIR}/aliases" 97347} 97348