1{ 2 "metadata": null, 3 "packages": [ 4 { 5 "authors": [ 6 "Jonas Schievink <jonasschievink@gmail.com>" 7 ], 8 "categories": [ 9 "algorithms" 10 ], 11 "default_run": null, 12 "dependencies": [ 13 { 14 "features": [], 15 "kind": null, 16 "name": "compiler_builtins", 17 "optional": true, 18 "registry": null, 19 "rename": null, 20 "req": "^0.1.2", 21 "source": "registry+https://github.com/rust-lang/crates.io-index", 22 "target": null, 23 "uses_default_features": true 24 }, 25 { 26 "features": [], 27 "kind": null, 28 "name": "rustc-std-workspace-core", 29 "optional": true, 30 "registry": null, 31 "rename": "core", 32 "req": "^1.0.0", 33 "source": "registry+https://github.com/rust-lang/crates.io-index", 34 "target": null, 35 "uses_default_features": true 36 }, 37 { 38 "features": [], 39 "kind": "dev", 40 "name": "criterion", 41 "optional": false, 42 "registry": null, 43 "rename": null, 44 "req": "^0.3.2", 45 "source": "registry+https://github.com/rust-lang/crates.io-index", 46 "target": null, 47 "uses_default_features": true 48 } 49 ], 50 "description": "A simple clean-room implementation of the Adler-32 checksum", 51 "documentation": "https://docs.rs/adler/", 52 "edition": "2015", 53 "features": { 54 "compiler_builtins": [ 55 "dep:compiler_builtins" 56 ], 57 "core": [ 58 "dep:core" 59 ], 60 "default": [ 61 "std" 62 ], 63 "rustc-dep-of-std": [ 64 "core", 65 "compiler_builtins" 66 ], 67 "std": [] 68 }, 69 "homepage": null, 70 "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2", 71 "keywords": [ 72 "checksum", 73 "integrity", 74 "hash", 75 "adler32", 76 "zlib" 77 ], 78 "license": "0BSD OR MIT OR Apache-2.0", 79 "license_file": null, 80 "links": null, 81 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml", 82 "metadata": { 83 "docs": { 84 "rs": { 85 "rustdoc-args": [ 86 "--cfg=docsrs" 87 ] 88 } 89 }, 90 "release": { 91 "no-dev-version": true, 92 "pre-release-commit-message": "Release {{version}}", 93 "pre-release-replacements": [ 94 { 95 "file": "CHANGELOG.md", 96 "replace": "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n", 97 "search": "## Unreleased\n" 98 }, 99 { 100 "file": "README.md", 101 "replace": "adler = \"{{version}}\"", 102 "search": "adler = \"[a-z0-9\\\\.-]+\"" 103 }, 104 { 105 "file": "src/lib.rs", 106 "replace": "https://docs.rs/adler/{{version}}", 107 "search": "https://docs.rs/adler/[a-z0-9\\.-]+" 108 } 109 ], 110 "tag-message": "{{version}}" 111 } 112 }, 113 "name": "adler", 114 "publish": null, 115 "readme": "README.md", 116 "repository": "https://github.com/jonas-schievink/adler.git", 117 "rust_version": null, 118 "source": "registry+https://github.com/rust-lang/crates.io-index", 119 "targets": [ 120 { 121 "crate_types": [ 122 "lib" 123 ], 124 "doc": true, 125 "doctest": true, 126 "edition": "2015", 127 "kind": [ 128 "lib" 129 ], 130 "name": "adler", 131 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs", 132 "test": true 133 }, 134 { 135 "crate_types": [ 136 "bin" 137 ], 138 "doc": false, 139 "doctest": false, 140 "edition": "2015", 141 "kind": [ 142 "bench" 143 ], 144 "name": "bench", 145 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs", 146 "test": false 147 } 148 ], 149 "version": "1.0.2" 150 }, 151 { 152 "authors": [ 153 "Andrew Gallant <jamslam@gmail.com>" 154 ], 155 "categories": [ 156 "text-processing" 157 ], 158 "default_run": null, 159 "dependencies": [ 160 { 161 "features": [], 162 "kind": null, 163 "name": "log", 164 "optional": true, 165 "registry": null, 166 "rename": null, 167 "req": "^0.4.17", 168 "source": "registry+https://github.com/rust-lang/crates.io-index", 169 "target": null, 170 "uses_default_features": true 171 }, 172 { 173 "features": [], 174 "kind": null, 175 "name": "memchr", 176 "optional": true, 177 "registry": null, 178 "rename": null, 179 "req": "^2.4.0", 180 "source": "registry+https://github.com/rust-lang/crates.io-index", 181 "target": null, 182 "uses_default_features": false 183 }, 184 { 185 "features": [], 186 "kind": "dev", 187 "name": "doc-comment", 188 "optional": false, 189 "registry": null, 190 "rename": null, 191 "req": "^0.3.3", 192 "source": "registry+https://github.com/rust-lang/crates.io-index", 193 "target": null, 194 "uses_default_features": true 195 } 196 ], 197 "description": "Fast multiple substring searching.", 198 "documentation": null, 199 "edition": "2021", 200 "features": { 201 "default": [ 202 "std", 203 "perf-literal" 204 ], 205 "logging": [ 206 "dep:log" 207 ], 208 "perf-literal": [ 209 "dep:memchr" 210 ], 211 "std": [ 212 "memchr?/std" 213 ] 214 }, 215 "homepage": "https://github.com/BurntSushi/aho-corasick", 216 "id": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", 217 "keywords": [ 218 "string", 219 "search", 220 "text", 221 "pattern", 222 "multi" 223 ], 224 "license": "Unlicense OR MIT", 225 "license_file": null, 226 "links": null, 227 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml", 228 "metadata": { 229 "docs": { 230 "rs": { 231 "all-features": true, 232 "rustdoc-args": [ 233 "--cfg", 234 "docsrs", 235 "--generate-link-to-definition" 236 ] 237 } 238 } 239 }, 240 "name": "aho-corasick", 241 "publish": null, 242 "readme": "README.md", 243 "repository": "https://github.com/BurntSushi/aho-corasick", 244 "rust_version": "1.60.0", 245 "source": "registry+https://github.com/rust-lang/crates.io-index", 246 "targets": [ 247 { 248 "crate_types": [ 249 "lib" 250 ], 251 "doc": true, 252 "doctest": true, 253 "edition": "2021", 254 "kind": [ 255 "lib" 256 ], 257 "name": "aho_corasick", 258 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs", 259 "test": true 260 } 261 ], 262 "version": "1.1.3" 263 }, 264 { 265 "authors": [ 266 "RumovZ" 267 ], 268 "categories": [ 269 "date-and-time" 270 ], 271 "default_run": null, 272 "dependencies": [ 273 { 274 "features": [], 275 "kind": "dev", 276 "name": "zip", 277 "optional": false, 278 "registry": null, 279 "rename": null, 280 "req": "^0.6.4", 281 "source": "registry+https://github.com/rust-lang/crates.io-index", 282 "target": null, 283 "uses_default_features": true 284 } 285 ], 286 "description": "Parser for the Android-specific tzdata file", 287 "documentation": null, 288 "edition": "2018", 289 "features": {}, 290 "homepage": null, 291 "id": "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1", 292 "keywords": [ 293 "parser", 294 "android", 295 "timezone" 296 ], 297 "license": "MIT OR Apache-2.0", 298 "license_file": null, 299 "links": null, 300 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml", 301 "metadata": null, 302 "name": "android-tzdata", 303 "publish": null, 304 "readme": "README.md", 305 "repository": "https://github.com/RumovZ/android-tzdata", 306 "rust_version": null, 307 "source": "registry+https://github.com/rust-lang/crates.io-index", 308 "targets": [ 309 { 310 "crate_types": [ 311 "lib" 312 ], 313 "doc": true, 314 "doctest": true, 315 "edition": "2018", 316 "kind": [ 317 "lib" 318 ], 319 "name": "android-tzdata", 320 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs", 321 "test": true 322 } 323 ], 324 "version": "0.1.1" 325 }, 326 { 327 "authors": [ 328 "Nicolas Silva <nical@fastmail.com>" 329 ], 330 "categories": [], 331 "default_run": null, 332 "dependencies": [ 333 { 334 "features": [], 335 "kind": null, 336 "name": "libc", 337 "optional": false, 338 "registry": null, 339 "rename": null, 340 "req": "^0.2.126", 341 "source": "registry+https://github.com/rust-lang/crates.io-index", 342 "target": null, 343 "uses_default_features": true 344 } 345 ], 346 "description": "Minimal Android system properties wrapper", 347 "documentation": "https://docs.rs/android_system_properties", 348 "edition": "2018", 349 "features": {}, 350 "homepage": "https://github.com/nical/android_system_properties", 351 "id": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5", 352 "keywords": [ 353 "android" 354 ], 355 "license": "MIT/Apache-2.0", 356 "license_file": null, 357 "links": null, 358 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", 359 "metadata": { 360 "docs": { 361 "rs": { 362 "targets": [ 363 "arm-linux-androideabi", 364 "armv7-linux-androideabi", 365 "aarch64-linux-android", 366 "i686-linux-android", 367 "x86_64-linux-android", 368 "x86_64-unknown-linux-gnu" 369 ] 370 } 371 } 372 }, 373 "name": "android_system_properties", 374 "publish": null, 375 "readme": "README.md", 376 "repository": "https://github.com/nical/android_system_properties", 377 "rust_version": null, 378 "source": "registry+https://github.com/rust-lang/crates.io-index", 379 "targets": [ 380 { 381 "crate_types": [ 382 "lib" 383 ], 384 "doc": true, 385 "doctest": true, 386 "edition": "2018", 387 "kind": [ 388 "lib" 389 ], 390 "name": "android_system_properties", 391 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", 392 "test": true 393 }, 394 { 395 "crate_types": [ 396 "bin" 397 ], 398 "doc": false, 399 "doctest": false, 400 "edition": "2018", 401 "kind": [ 402 "example" 403 ], 404 "name": "time_zone", 405 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", 406 "test": false 407 } 408 ], 409 "version": "0.1.5" 410 }, 411 { 412 "authors": [ 413 "Robert Vojta <rvojta@me.com>" 414 ], 415 "categories": [], 416 "default_run": null, 417 "dependencies": [ 418 { 419 "features": [], 420 "kind": null, 421 "name": "bitflags", 422 "optional": true, 423 "registry": null, 424 "rename": null, 425 "req": "^1.2", 426 "source": "registry+https://github.com/rust-lang/crates.io-index", 427 "target": null, 428 "uses_default_features": true 429 }, 430 { 431 "features": [], 432 "kind": "dev", 433 "name": "criterion", 434 "optional": false, 435 "registry": null, 436 "rename": null, 437 "req": "^0.3", 438 "source": "registry+https://github.com/rust-lang/crates.io-index", 439 "target": null, 440 "uses_default_features": true 441 }, 442 { 443 "features": [], 444 "kind": "dev", 445 "name": "libc", 446 "optional": false, 447 "registry": null, 448 "rename": null, 449 "req": "^0.2.66", 450 "source": "registry+https://github.com/rust-lang/crates.io-index", 451 "target": null, 452 "uses_default_features": true 453 } 454 ], 455 "description": "ANSI Escape Sequences provider & parser", 456 "documentation": "https://docs.rs/anes/", 457 "edition": "2018", 458 "features": { 459 "bitflags": [ 460 "dep:bitflags" 461 ], 462 "default": [], 463 "parser": [ 464 "bitflags" 465 ] 466 }, 467 "homepage": null, 468 "id": "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6", 469 "keywords": [ 470 "terminal", 471 "ansi", 472 "sequence", 473 "code", 474 "parser" 475 ], 476 "license": "MIT OR Apache-2.0", 477 "license_file": null, 478 "links": null, 479 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/Cargo.toml", 480 "metadata": { 481 "docs": { 482 "rs": { 483 "all-features": true 484 } 485 } 486 }, 487 "name": "anes", 488 "publish": null, 489 "readme": "README.md", 490 "repository": "https://github.com/zrzka/anes-rs", 491 "rust_version": null, 492 "source": "registry+https://github.com/rust-lang/crates.io-index", 493 "targets": [ 494 { 495 "crate_types": [ 496 "lib" 497 ], 498 "doc": true, 499 "doctest": true, 500 "edition": "2018", 501 "kind": [ 502 "lib" 503 ], 504 "name": "anes", 505 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs", 506 "test": true 507 }, 508 { 509 "crate_types": [ 510 "bin" 511 ], 512 "doc": false, 513 "doctest": false, 514 "edition": "2018", 515 "kind": [ 516 "example" 517 ], 518 "name": "execute", 519 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/execute.rs", 520 "test": false 521 }, 522 { 523 "crate_types": [ 524 "bin" 525 ], 526 "doc": false, 527 "doctest": false, 528 "edition": "2018", 529 "kind": [ 530 "example" 531 ], 532 "name": "queue", 533 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/queue.rs", 534 "test": false 535 }, 536 { 537 "crate_types": [ 538 "bin" 539 ], 540 "doc": false, 541 "doctest": false, 542 "edition": "2018", 543 "kind": [ 544 "example" 545 ], 546 "name": "stdout", 547 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/stdout.rs", 548 "test": false 549 }, 550 { 551 "crate_types": [ 552 "bin" 553 ], 554 "doc": false, 555 "doctest": false, 556 "edition": "2018", 557 "kind": [ 558 "example" 559 ], 560 "name": "parser", 561 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/parser.rs", 562 "test": false 563 }, 564 { 565 "crate_types": [ 566 "bin" 567 ], 568 "doc": false, 569 "doctest": false, 570 "edition": "2018", 571 "kind": [ 572 "example" 573 ], 574 "name": "string", 575 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/string.rs", 576 "test": false 577 }, 578 { 579 "crate_types": [ 580 "bin" 581 ], 582 "doc": false, 583 "doctest": false, 584 "edition": "2018", 585 "kind": [ 586 "example" 587 ], 588 "name": "sequence", 589 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/sequence.rs", 590 "test": false 591 }, 592 { 593 "crate_types": [ 594 "bin" 595 ], 596 "doc": false, 597 "doctest": false, 598 "edition": "2018", 599 "kind": [ 600 "test" 601 ], 602 "name": "tests", 603 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/tests/tests.rs", 604 "test": true 605 }, 606 { 607 "crate_types": [ 608 "bin" 609 ], 610 "doc": false, 611 "doctest": false, 612 "edition": "2018", 613 "kind": [ 614 "bench" 615 ], 616 "name": "bench_main", 617 "required-features": [ 618 "parser" 619 ], 620 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/benches/bench_main.rs", 621 "test": false 622 } 623 ], 624 "version": "0.1.6" 625 }, 626 { 627 "authors": [ 628 "softprops <d.tangren@gmail.com>" 629 ], 630 "categories": [], 631 "default_run": null, 632 "dependencies": [ 633 { 634 "features": [], 635 "kind": null, 636 "name": "hermit-abi", 637 "optional": false, 638 "registry": null, 639 "rename": null, 640 "req": "^0.1.6", 641 "source": "registry+https://github.com/rust-lang/crates.io-index", 642 "target": "cfg(target_os = \"hermit\")", 643 "uses_default_features": true 644 }, 645 { 646 "features": [], 647 "kind": null, 648 "name": "libc", 649 "optional": false, 650 "registry": null, 651 "rename": null, 652 "req": "^0.2", 653 "source": "registry+https://github.com/rust-lang/crates.io-index", 654 "target": "cfg(unix)", 655 "uses_default_features": false 656 }, 657 { 658 "features": [ 659 "consoleapi", 660 "processenv", 661 "minwinbase", 662 "minwindef", 663 "winbase" 664 ], 665 "kind": null, 666 "name": "winapi", 667 "optional": false, 668 "registry": null, 669 "rename": null, 670 "req": "^0.3", 671 "source": "registry+https://github.com/rust-lang/crates.io-index", 672 "target": "cfg(windows)", 673 "uses_default_features": true 674 } 675 ], 676 "description": "A simple interface for querying atty", 677 "documentation": "http://softprops.github.io/atty", 678 "edition": "2015", 679 "features": {}, 680 "homepage": "https://github.com/softprops/atty", 681 "id": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14", 682 "keywords": [ 683 "terminal", 684 "tty", 685 "isatty" 686 ], 687 "license": "MIT", 688 "license_file": null, 689 "links": null, 690 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/Cargo.toml", 691 "metadata": null, 692 "name": "atty", 693 "publish": null, 694 "readme": "README.md", 695 "repository": "https://github.com/softprops/atty", 696 "rust_version": null, 697 "source": "registry+https://github.com/rust-lang/crates.io-index", 698 "targets": [ 699 { 700 "crate_types": [ 701 "lib" 702 ], 703 "doc": true, 704 "doctest": true, 705 "edition": "2015", 706 "kind": [ 707 "lib" 708 ], 709 "name": "atty", 710 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs", 711 "test": true 712 }, 713 { 714 "crate_types": [ 715 "bin" 716 ], 717 "doc": false, 718 "doctest": false, 719 "edition": "2015", 720 "kind": [ 721 "example" 722 ], 723 "name": "atty", 724 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/examples/atty.rs", 725 "test": false 726 } 727 ], 728 "version": "0.2.14" 729 }, 730 { 731 "authors": [ 732 "Josh Stone <cuviper@gmail.com>" 733 ], 734 "categories": [ 735 "development-tools::build-utils" 736 ], 737 "default_run": null, 738 "dependencies": [], 739 "description": "Automatic cfg for Rust compiler features", 740 "documentation": "https://docs.rs/autocfg/", 741 "edition": "2015", 742 "features": {}, 743 "homepage": null, 744 "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", 745 "keywords": [ 746 "rustc", 747 "build", 748 "autoconf" 749 ], 750 "license": "Apache-2.0 OR MIT", 751 "license_file": null, 752 "links": null, 753 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/Cargo.toml", 754 "metadata": null, 755 "name": "autocfg", 756 "publish": null, 757 "readme": "README.md", 758 "repository": "https://github.com/cuviper/autocfg", 759 "rust_version": "1.0", 760 "source": "registry+https://github.com/rust-lang/crates.io-index", 761 "targets": [ 762 { 763 "crate_types": [ 764 "lib" 765 ], 766 "doc": true, 767 "doctest": true, 768 "edition": "2015", 769 "kind": [ 770 "lib" 771 ], 772 "name": "autocfg", 773 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/src/lib.rs", 774 "test": true 775 }, 776 { 777 "crate_types": [ 778 "bin" 779 ], 780 "doc": false, 781 "doctest": false, 782 "edition": "2015", 783 "kind": [ 784 "example" 785 ], 786 "name": "integers", 787 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/integers.rs", 788 "test": false 789 }, 790 { 791 "crate_types": [ 792 "bin" 793 ], 794 "doc": false, 795 "doctest": false, 796 "edition": "2015", 797 "kind": [ 798 "example" 799 ], 800 "name": "paths", 801 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/paths.rs", 802 "test": false 803 }, 804 { 805 "crate_types": [ 806 "bin" 807 ], 808 "doc": false, 809 "doctest": false, 810 "edition": "2015", 811 "kind": [ 812 "example" 813 ], 814 "name": "versions", 815 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/versions.rs", 816 "test": false 817 }, 818 { 819 "crate_types": [ 820 "bin" 821 ], 822 "doc": false, 823 "doctest": false, 824 "edition": "2015", 825 "kind": [ 826 "example" 827 ], 828 "name": "traits", 829 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/traits.rs", 830 "test": false 831 }, 832 { 833 "crate_types": [ 834 "bin" 835 ], 836 "doc": false, 837 "doctest": false, 838 "edition": "2015", 839 "kind": [ 840 "test" 841 ], 842 "name": "rustflags", 843 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/rustflags.rs", 844 "test": true 845 }, 846 { 847 "crate_types": [ 848 "bin" 849 ], 850 "doc": false, 851 "doctest": false, 852 "edition": "2015", 853 "kind": [ 854 "test" 855 ], 856 "name": "no_std", 857 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/no_std.rs", 858 "test": true 859 }, 860 { 861 "crate_types": [ 862 "bin" 863 ], 864 "doc": false, 865 "doctest": false, 866 "edition": "2015", 867 "kind": [ 868 "test" 869 ], 870 "name": "wrappers", 871 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/wrappers.rs", 872 "test": true 873 } 874 ], 875 "version": "1.2.0" 876 }, 877 { 878 "authors": [ 879 "The Rust Project Developers" 880 ], 881 "categories": [ 882 "no-std" 883 ], 884 "default_run": null, 885 "dependencies": [ 886 { 887 "features": [], 888 "kind": null, 889 "name": "compiler_builtins", 890 "optional": true, 891 "registry": null, 892 "rename": null, 893 "req": "^0.1.2", 894 "source": "registry+https://github.com/rust-lang/crates.io-index", 895 "target": null, 896 "uses_default_features": true 897 }, 898 { 899 "features": [], 900 "kind": null, 901 "name": "rustc-std-workspace-core", 902 "optional": true, 903 "registry": null, 904 "rename": "core", 905 "req": "^1.0.0", 906 "source": "registry+https://github.com/rust-lang/crates.io-index", 907 "target": null, 908 "uses_default_features": true 909 }, 910 { 911 "features": [], 912 "kind": "dev", 913 "name": "rustversion", 914 "optional": false, 915 "registry": null, 916 "rename": null, 917 "req": "^1.0", 918 "source": "registry+https://github.com/rust-lang/crates.io-index", 919 "target": null, 920 "uses_default_features": true 921 }, 922 { 923 "features": [], 924 "kind": "dev", 925 "name": "serde", 926 "optional": false, 927 "registry": null, 928 "rename": null, 929 "req": "^1.0", 930 "source": "registry+https://github.com/rust-lang/crates.io-index", 931 "target": null, 932 "uses_default_features": true 933 }, 934 { 935 "features": [], 936 "kind": "dev", 937 "name": "serde_derive", 938 "optional": false, 939 "registry": null, 940 "rename": null, 941 "req": "^1.0", 942 "source": "registry+https://github.com/rust-lang/crates.io-index", 943 "target": null, 944 "uses_default_features": true 945 }, 946 { 947 "features": [], 948 "kind": "dev", 949 "name": "serde_json", 950 "optional": false, 951 "registry": null, 952 "rename": null, 953 "req": "^1.0", 954 "source": "registry+https://github.com/rust-lang/crates.io-index", 955 "target": null, 956 "uses_default_features": true 957 }, 958 { 959 "features": [], 960 "kind": "dev", 961 "name": "trybuild", 962 "optional": false, 963 "registry": null, 964 "rename": null, 965 "req": "^1.0", 966 "source": "registry+https://github.com/rust-lang/crates.io-index", 967 "target": null, 968 "uses_default_features": true 969 }, 970 { 971 "features": [], 972 "kind": "dev", 973 "name": "walkdir", 974 "optional": false, 975 "registry": null, 976 "rename": null, 977 "req": "^2.3", 978 "source": "registry+https://github.com/rust-lang/crates.io-index", 979 "target": null, 980 "uses_default_features": true 981 } 982 ], 983 "description": "A macro to generate structures which behave like bitflags.\n", 984 "documentation": "https://docs.rs/bitflags", 985 "edition": "2018", 986 "features": { 987 "compiler_builtins": [ 988 "dep:compiler_builtins" 989 ], 990 "core": [ 991 "dep:core" 992 ], 993 "default": [], 994 "example_generated": [], 995 "rustc-dep-of-std": [ 996 "core", 997 "compiler_builtins" 998 ] 999 }, 1000 "homepage": "https://github.com/bitflags/bitflags", 1001 "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", 1002 "keywords": [ 1003 "bit", 1004 "bitmask", 1005 "bitflags", 1006 "flags" 1007 ], 1008 "license": "MIT/Apache-2.0", 1009 "license_file": null, 1010 "links": null, 1011 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", 1012 "metadata": { 1013 "docs": { 1014 "rs": { 1015 "features": [ 1016 "example_generated" 1017 ] 1018 } 1019 } 1020 }, 1021 "name": "bitflags", 1022 "publish": null, 1023 "readme": "README.md", 1024 "repository": "https://github.com/bitflags/bitflags", 1025 "rust_version": null, 1026 "source": "registry+https://github.com/rust-lang/crates.io-index", 1027 "targets": [ 1028 { 1029 "crate_types": [ 1030 "lib" 1031 ], 1032 "doc": true, 1033 "doctest": true, 1034 "edition": "2018", 1035 "kind": [ 1036 "lib" 1037 ], 1038 "name": "bitflags", 1039 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", 1040 "test": true 1041 }, 1042 { 1043 "crate_types": [ 1044 "bin" 1045 ], 1046 "doc": false, 1047 "doctest": false, 1048 "edition": "2018", 1049 "kind": [ 1050 "test" 1051 ], 1052 "name": "compile", 1053 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", 1054 "test": true 1055 }, 1056 { 1057 "crate_types": [ 1058 "bin" 1059 ], 1060 "doc": false, 1061 "doctest": false, 1062 "edition": "2018", 1063 "kind": [ 1064 "test" 1065 ], 1066 "name": "basic", 1067 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", 1068 "test": true 1069 } 1070 ], 1071 "version": "1.3.2" 1072 }, 1073 { 1074 "authors": [ 1075 "The Rust Project Developers" 1076 ], 1077 "categories": [ 1078 "no-std" 1079 ], 1080 "default_run": null, 1081 "dependencies": [ 1082 { 1083 "features": [], 1084 "kind": null, 1085 "name": "arbitrary", 1086 "optional": true, 1087 "registry": null, 1088 "rename": null, 1089 "req": "^1.0", 1090 "source": "registry+https://github.com/rust-lang/crates.io-index", 1091 "target": null, 1092 "uses_default_features": true 1093 }, 1094 { 1095 "features": [], 1096 "kind": null, 1097 "name": "bytemuck", 1098 "optional": true, 1099 "registry": null, 1100 "rename": null, 1101 "req": "^1.0", 1102 "source": "registry+https://github.com/rust-lang/crates.io-index", 1103 "target": null, 1104 "uses_default_features": true 1105 }, 1106 { 1107 "features": [], 1108 "kind": null, 1109 "name": "compiler_builtins", 1110 "optional": true, 1111 "registry": null, 1112 "rename": null, 1113 "req": "^0.1.2", 1114 "source": "registry+https://github.com/rust-lang/crates.io-index", 1115 "target": null, 1116 "uses_default_features": true 1117 }, 1118 { 1119 "features": [], 1120 "kind": null, 1121 "name": "rustc-std-workspace-core", 1122 "optional": true, 1123 "registry": null, 1124 "rename": "core", 1125 "req": "^1.0.0", 1126 "source": "registry+https://github.com/rust-lang/crates.io-index", 1127 "target": null, 1128 "uses_default_features": true 1129 }, 1130 { 1131 "features": [], 1132 "kind": null, 1133 "name": "serde", 1134 "optional": true, 1135 "registry": null, 1136 "rename": null, 1137 "req": "^1.0", 1138 "source": "registry+https://github.com/rust-lang/crates.io-index", 1139 "target": null, 1140 "uses_default_features": false 1141 }, 1142 { 1143 "features": [ 1144 "derive" 1145 ], 1146 "kind": "dev", 1147 "name": "arbitrary", 1148 "optional": false, 1149 "registry": null, 1150 "rename": null, 1151 "req": "^1.0", 1152 "source": "registry+https://github.com/rust-lang/crates.io-index", 1153 "target": null, 1154 "uses_default_features": true 1155 }, 1156 { 1157 "features": [ 1158 "derive" 1159 ], 1160 "kind": "dev", 1161 "name": "bytemuck", 1162 "optional": false, 1163 "registry": null, 1164 "rename": null, 1165 "req": "^1.0", 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": "dev", 1173 "name": "rustversion", 1174 "optional": false, 1175 "registry": null, 1176 "rename": null, 1177 "req": "^1.0", 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": "dev", 1185 "name": "serde_derive", 1186 "optional": false, 1187 "registry": null, 1188 "rename": null, 1189 "req": "^1.0", 1190 "source": "registry+https://github.com/rust-lang/crates.io-index", 1191 "target": null, 1192 "uses_default_features": true 1193 }, 1194 { 1195 "features": [], 1196 "kind": "dev", 1197 "name": "serde_json", 1198 "optional": false, 1199 "registry": null, 1200 "rename": null, 1201 "req": "^1.0", 1202 "source": "registry+https://github.com/rust-lang/crates.io-index", 1203 "target": null, 1204 "uses_default_features": true 1205 }, 1206 { 1207 "features": [], 1208 "kind": "dev", 1209 "name": "serde_test", 1210 "optional": false, 1211 "registry": null, 1212 "rename": null, 1213 "req": "^1.0", 1214 "source": "registry+https://github.com/rust-lang/crates.io-index", 1215 "target": null, 1216 "uses_default_features": true 1217 }, 1218 { 1219 "features": [], 1220 "kind": "dev", 1221 "name": "trybuild", 1222 "optional": false, 1223 "registry": null, 1224 "rename": null, 1225 "req": "^1.0", 1226 "source": "registry+https://github.com/rust-lang/crates.io-index", 1227 "target": null, 1228 "uses_default_features": true 1229 }, 1230 { 1231 "features": [], 1232 "kind": "dev", 1233 "name": "zerocopy", 1234 "optional": false, 1235 "registry": null, 1236 "rename": null, 1237 "req": "^0.6", 1238 "source": "registry+https://github.com/rust-lang/crates.io-index", 1239 "target": null, 1240 "uses_default_features": true 1241 } 1242 ], 1243 "description": "A macro to generate structures which behave like bitflags.\n", 1244 "documentation": "https://docs.rs/bitflags", 1245 "edition": "2021", 1246 "features": { 1247 "arbitrary": [ 1248 "dep:arbitrary" 1249 ], 1250 "bytemuck": [ 1251 "dep:bytemuck" 1252 ], 1253 "compiler_builtins": [ 1254 "dep:compiler_builtins" 1255 ], 1256 "core": [ 1257 "dep:core" 1258 ], 1259 "example_generated": [], 1260 "rustc-dep-of-std": [ 1261 "core", 1262 "compiler_builtins" 1263 ], 1264 "serde": [ 1265 "dep:serde" 1266 ], 1267 "std": [] 1268 }, 1269 "homepage": "https://github.com/bitflags/bitflags", 1270 "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0", 1271 "keywords": [ 1272 "bit", 1273 "bitmask", 1274 "bitflags", 1275 "flags" 1276 ], 1277 "license": "MIT OR Apache-2.0", 1278 "license_file": null, 1279 "links": null, 1280 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/Cargo.toml", 1281 "metadata": { 1282 "docs": { 1283 "rs": { 1284 "features": [ 1285 "example_generated" 1286 ] 1287 } 1288 } 1289 }, 1290 "name": "bitflags", 1291 "publish": null, 1292 "readme": "README.md", 1293 "repository": "https://github.com/bitflags/bitflags", 1294 "rust_version": "1.56.0", 1295 "source": "registry+https://github.com/rust-lang/crates.io-index", 1296 "targets": [ 1297 { 1298 "crate_types": [ 1299 "lib" 1300 ], 1301 "doc": true, 1302 "doctest": true, 1303 "edition": "2021", 1304 "kind": [ 1305 "lib" 1306 ], 1307 "name": "bitflags", 1308 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs", 1309 "test": true 1310 }, 1311 { 1312 "crate_types": [ 1313 "bin" 1314 ], 1315 "doc": false, 1316 "doctest": false, 1317 "edition": "2021", 1318 "kind": [ 1319 "example" 1320 ], 1321 "name": "fmt", 1322 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/fmt.rs", 1323 "test": false 1324 }, 1325 { 1326 "crate_types": [ 1327 "bin" 1328 ], 1329 "doc": false, 1330 "doctest": false, 1331 "edition": "2021", 1332 "kind": [ 1333 "example" 1334 ], 1335 "name": "custom_bits_type", 1336 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_bits_type.rs", 1337 "test": false 1338 }, 1339 { 1340 "crate_types": [ 1341 "bin" 1342 ], 1343 "doc": false, 1344 "doctest": false, 1345 "edition": "2021", 1346 "kind": [ 1347 "example" 1348 ], 1349 "name": "custom_derive", 1350 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/custom_derive.rs", 1351 "test": false 1352 }, 1353 { 1354 "crate_types": [ 1355 "bin" 1356 ], 1357 "doc": false, 1358 "doctest": false, 1359 "edition": "2021", 1360 "kind": [ 1361 "example" 1362 ], 1363 "name": "serde", 1364 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/serde.rs", 1365 "test": false 1366 }, 1367 { 1368 "crate_types": [ 1369 "bin" 1370 ], 1371 "doc": false, 1372 "doctest": false, 1373 "edition": "2021", 1374 "kind": [ 1375 "example" 1376 ], 1377 "name": "macro_free", 1378 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/examples/macro_free.rs", 1379 "test": false 1380 }, 1381 { 1382 "crate_types": [ 1383 "bin" 1384 ], 1385 "doc": false, 1386 "doctest": false, 1387 "edition": "2021", 1388 "kind": [ 1389 "bench" 1390 ], 1391 "name": "parse", 1392 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/benches/parse.rs", 1393 "test": false 1394 } 1395 ], 1396 "version": "2.5.0" 1397 }, 1398 { 1399 "authors": [ 1400 "Nick Fitzgerald <fitzgen@gmail.com>" 1401 ], 1402 "categories": [ 1403 "memory-management", 1404 "rust-patterns", 1405 "no-std" 1406 ], 1407 "default_run": null, 1408 "dependencies": [ 1409 { 1410 "features": [], 1411 "kind": null, 1412 "name": "allocator-api2", 1413 "optional": true, 1414 "registry": null, 1415 "rename": null, 1416 "req": "^0.2.8", 1417 "source": "registry+https://github.com/rust-lang/crates.io-index", 1418 "target": null, 1419 "uses_default_features": false 1420 }, 1421 { 1422 "features": [], 1423 "kind": null, 1424 "name": "serde", 1425 "optional": true, 1426 "registry": null, 1427 "rename": null, 1428 "req": "^1.0.171", 1429 "source": "registry+https://github.com/rust-lang/crates.io-index", 1430 "target": null, 1431 "uses_default_features": true 1432 }, 1433 { 1434 "features": [], 1435 "kind": "dev", 1436 "name": "criterion", 1437 "optional": false, 1438 "registry": null, 1439 "rename": null, 1440 "req": "^0.3.6", 1441 "source": "registry+https://github.com/rust-lang/crates.io-index", 1442 "target": null, 1443 "uses_default_features": true 1444 }, 1445 { 1446 "features": [], 1447 "kind": "dev", 1448 "name": "quickcheck", 1449 "optional": false, 1450 "registry": null, 1451 "rename": null, 1452 "req": "^1.0.3", 1453 "source": "registry+https://github.com/rust-lang/crates.io-index", 1454 "target": null, 1455 "uses_default_features": true 1456 }, 1457 { 1458 "features": [], 1459 "kind": "dev", 1460 "name": "rand", 1461 "optional": false, 1462 "registry": null, 1463 "rename": null, 1464 "req": "^0.8.5", 1465 "source": "registry+https://github.com/rust-lang/crates.io-index", 1466 "target": null, 1467 "uses_default_features": true 1468 }, 1469 { 1470 "features": [ 1471 "derive" 1472 ], 1473 "kind": "dev", 1474 "name": "serde", 1475 "optional": false, 1476 "registry": null, 1477 "rename": null, 1478 "req": "^1.0.197", 1479 "source": "registry+https://github.com/rust-lang/crates.io-index", 1480 "target": null, 1481 "uses_default_features": true 1482 }, 1483 { 1484 "features": [], 1485 "kind": "dev", 1486 "name": "serde_json", 1487 "optional": false, 1488 "registry": null, 1489 "rename": null, 1490 "req": "^1.0.115", 1491 "source": "registry+https://github.com/rust-lang/crates.io-index", 1492 "target": null, 1493 "uses_default_features": true 1494 } 1495 ], 1496 "description": "A fast bump allocation arena for Rust.", 1497 "documentation": "https://docs.rs/bumpalo", 1498 "edition": "2021", 1499 "features": { 1500 "allocator-api2": [ 1501 "dep:allocator-api2" 1502 ], 1503 "allocator_api": [], 1504 "boxed": [], 1505 "collections": [], 1506 "default": [], 1507 "serde": [ 1508 "dep:serde" 1509 ], 1510 "std": [] 1511 }, 1512 "homepage": null, 1513 "id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0", 1514 "keywords": [], 1515 "license": "MIT OR Apache-2.0", 1516 "license_file": null, 1517 "links": null, 1518 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml", 1519 "metadata": { 1520 "docs": { 1521 "rs": { 1522 "all-features": true 1523 } 1524 } 1525 }, 1526 "name": "bumpalo", 1527 "publish": null, 1528 "readme": "README.md", 1529 "repository": "https://github.com/fitzgen/bumpalo", 1530 "rust_version": "1.73.0", 1531 "source": "registry+https://github.com/rust-lang/crates.io-index", 1532 "targets": [ 1533 { 1534 "crate_types": [ 1535 "lib" 1536 ], 1537 "doc": true, 1538 "doctest": true, 1539 "edition": "2021", 1540 "kind": [ 1541 "lib" 1542 ], 1543 "name": "bumpalo", 1544 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs", 1545 "test": true 1546 }, 1547 { 1548 "crate_types": [ 1549 "bin" 1550 ], 1551 "doc": false, 1552 "doctest": false, 1553 "edition": "2021", 1554 "kind": [ 1555 "test" 1556 ], 1557 "name": "try_alloc", 1558 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs", 1559 "test": true 1560 }, 1561 { 1562 "crate_types": [ 1563 "bin" 1564 ], 1565 "doc": false, 1566 "doctest": false, 1567 "edition": "2021", 1568 "kind": [ 1569 "bench" 1570 ], 1571 "name": "benches", 1572 "required-features": [ 1573 "collections" 1574 ], 1575 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs", 1576 "test": false 1577 } 1578 ], 1579 "version": "3.16.0" 1580 }, 1581 { 1582 "authors": [ 1583 "Lokathor <zefria@gmail.com>" 1584 ], 1585 "categories": [ 1586 "encoding", 1587 "no-std" 1588 ], 1589 "default_run": null, 1590 "dependencies": [ 1591 { 1592 "features": [], 1593 "kind": null, 1594 "name": "bytemuck_derive", 1595 "optional": true, 1596 "registry": null, 1597 "rename": null, 1598 "req": "^1.4", 1599 "source": "registry+https://github.com/rust-lang/crates.io-index", 1600 "target": null, 1601 "uses_default_features": true 1602 } 1603 ], 1604 "description": "A crate for mucking around with piles of bytes.", 1605 "documentation": null, 1606 "edition": "2018", 1607 "features": { 1608 "aarch64_simd": [], 1609 "align_offset": [], 1610 "bytemuck_derive": [ 1611 "dep:bytemuck_derive" 1612 ], 1613 "derive": [ 1614 "bytemuck_derive" 1615 ], 1616 "extern_crate_alloc": [], 1617 "extern_crate_std": [ 1618 "extern_crate_alloc" 1619 ], 1620 "min_const_generics": [], 1621 "must_cast": [], 1622 "nightly_docs": [], 1623 "nightly_portable_simd": [], 1624 "nightly_stdsimd": [], 1625 "unsound_ptr_pod_impl": [], 1626 "wasm_simd": [], 1627 "zeroable_atomics": [], 1628 "zeroable_maybe_uninit": [] 1629 }, 1630 "homepage": null, 1631 "id": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0", 1632 "keywords": [ 1633 "transmute", 1634 "bytes", 1635 "casting" 1636 ], 1637 "license": "Zlib OR Apache-2.0 OR MIT", 1638 "license_file": null, 1639 "links": null, 1640 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/Cargo.toml", 1641 "metadata": { 1642 "docs": { 1643 "rs": { 1644 "features": [ 1645 "nightly_docs", 1646 "derive", 1647 "extern_crate_alloc", 1648 "extern_crate_std", 1649 "zeroable_maybe_uninit", 1650 "zeroable_atomics", 1651 "min_const_generics", 1652 "wasm_simd", 1653 "must_cast" 1654 ] 1655 } 1656 }, 1657 "playground": { 1658 "features": [ 1659 "derive", 1660 "extern_crate_alloc", 1661 "extern_crate_std", 1662 "zeroable_maybe_uninit", 1663 "zeroable_atomics", 1664 "min_const_generics", 1665 "wasm_simd", 1666 "must_cast" 1667 ] 1668 } 1669 }, 1670 "name": "bytemuck", 1671 "publish": null, 1672 "readme": "README.md", 1673 "repository": "https://github.com/Lokathor/bytemuck", 1674 "rust_version": null, 1675 "source": "registry+https://github.com/rust-lang/crates.io-index", 1676 "targets": [ 1677 { 1678 "crate_types": [ 1679 "lib" 1680 ], 1681 "doc": true, 1682 "doctest": true, 1683 "edition": "2018", 1684 "kind": [ 1685 "lib" 1686 ], 1687 "name": "bytemuck", 1688 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/src/lib.rs", 1689 "test": true 1690 }, 1691 { 1692 "crate_types": [ 1693 "bin" 1694 ], 1695 "doc": false, 1696 "doctest": false, 1697 "edition": "2018", 1698 "kind": [ 1699 "test" 1700 ], 1701 "name": "cast_slice_tests", 1702 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/cast_slice_tests.rs", 1703 "test": true 1704 }, 1705 { 1706 "crate_types": [ 1707 "bin" 1708 ], 1709 "doc": false, 1710 "doctest": false, 1711 "edition": "2018", 1712 "kind": [ 1713 "test" 1714 ], 1715 "name": "wrapper_forgets", 1716 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/wrapper_forgets.rs", 1717 "test": true 1718 }, 1719 { 1720 "crate_types": [ 1721 "bin" 1722 ], 1723 "doc": false, 1724 "doctest": false, 1725 "edition": "2018", 1726 "kind": [ 1727 "test" 1728 ], 1729 "name": "doc_tests", 1730 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/doc_tests.rs", 1731 "test": true 1732 }, 1733 { 1734 "crate_types": [ 1735 "bin" 1736 ], 1737 "doc": false, 1738 "doctest": false, 1739 "edition": "2018", 1740 "kind": [ 1741 "test" 1742 ], 1743 "name": "checked_tests", 1744 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/checked_tests.rs", 1745 "test": true 1746 }, 1747 { 1748 "crate_types": [ 1749 "bin" 1750 ], 1751 "doc": false, 1752 "doctest": false, 1753 "edition": "2018", 1754 "kind": [ 1755 "test" 1756 ], 1757 "name": "std_tests", 1758 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/std_tests.rs", 1759 "test": true 1760 }, 1761 { 1762 "crate_types": [ 1763 "bin" 1764 ], 1765 "doc": false, 1766 "doctest": false, 1767 "edition": "2018", 1768 "kind": [ 1769 "test" 1770 ], 1771 "name": "derive", 1772 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/derive.rs", 1773 "test": true 1774 }, 1775 { 1776 "crate_types": [ 1777 "bin" 1778 ], 1779 "doc": false, 1780 "doctest": false, 1781 "edition": "2018", 1782 "kind": [ 1783 "test" 1784 ], 1785 "name": "offset_of_tests", 1786 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/offset_of_tests.rs", 1787 "test": true 1788 }, 1789 { 1790 "crate_types": [ 1791 "bin" 1792 ], 1793 "doc": false, 1794 "doctest": false, 1795 "edition": "2018", 1796 "kind": [ 1797 "test" 1798 ], 1799 "name": "transparent", 1800 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/transparent.rs", 1801 "test": true 1802 }, 1803 { 1804 "crate_types": [ 1805 "bin" 1806 ], 1807 "doc": false, 1808 "doctest": false, 1809 "edition": "2018", 1810 "kind": [ 1811 "test" 1812 ], 1813 "name": "array_tests", 1814 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.15.0/tests/array_tests.rs", 1815 "test": true 1816 } 1817 ], 1818 "version": "1.15.0" 1819 }, 1820 { 1821 "authors": [ 1822 "Andrew Gallant <jamslam@gmail.com>" 1823 ], 1824 "categories": [ 1825 "encoding", 1826 "parsing", 1827 "no-std" 1828 ], 1829 "default_run": null, 1830 "dependencies": [ 1831 { 1832 "features": [], 1833 "kind": "dev", 1834 "name": "quickcheck", 1835 "optional": false, 1836 "registry": null, 1837 "rename": null, 1838 "req": "^0.9.2", 1839 "source": "registry+https://github.com/rust-lang/crates.io-index", 1840 "target": null, 1841 "uses_default_features": false 1842 }, 1843 { 1844 "features": [], 1845 "kind": "dev", 1846 "name": "rand", 1847 "optional": false, 1848 "registry": null, 1849 "rename": null, 1850 "req": "^0.7", 1851 "source": "registry+https://github.com/rust-lang/crates.io-index", 1852 "target": null, 1853 "uses_default_features": true 1854 } 1855 ], 1856 "description": "Library for reading/writing numbers in big-endian and little-endian.", 1857 "documentation": "https://docs.rs/byteorder", 1858 "edition": "2021", 1859 "features": { 1860 "default": [ 1861 "std" 1862 ], 1863 "i128": [], 1864 "std": [] 1865 }, 1866 "homepage": "https://github.com/BurntSushi/byteorder", 1867 "id": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0", 1868 "keywords": [ 1869 "byte", 1870 "endian", 1871 "big-endian", 1872 "little-endian", 1873 "binary" 1874 ], 1875 "license": "Unlicense OR MIT", 1876 "license_file": null, 1877 "links": null, 1878 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml", 1879 "metadata": null, 1880 "name": "byteorder", 1881 "publish": null, 1882 "readme": "README.md", 1883 "repository": "https://github.com/BurntSushi/byteorder", 1884 "rust_version": "1.60", 1885 "source": "registry+https://github.com/rust-lang/crates.io-index", 1886 "targets": [ 1887 { 1888 "crate_types": [ 1889 "lib" 1890 ], 1891 "doc": true, 1892 "doctest": true, 1893 "edition": "2021", 1894 "kind": [ 1895 "lib" 1896 ], 1897 "name": "byteorder", 1898 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs", 1899 "test": true 1900 }, 1901 { 1902 "crate_types": [ 1903 "bin" 1904 ], 1905 "doc": false, 1906 "doctest": false, 1907 "edition": "2021", 1908 "kind": [ 1909 "bench" 1910 ], 1911 "name": "bench", 1912 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs", 1913 "test": false 1914 } 1915 ], 1916 "version": "1.5.0" 1917 }, 1918 { 1919 "authors": [ 1920 "Jorge Aparicio <jorge@japaric.io>" 1921 ], 1922 "categories": [], 1923 "default_run": null, 1924 "dependencies": [ 1925 { 1926 "features": [], 1927 "kind": "dev", 1928 "name": "quickcheck", 1929 "optional": false, 1930 "registry": null, 1931 "rename": null, 1932 "req": "^1.0.3", 1933 "source": "registry+https://github.com/rust-lang/crates.io-index", 1934 "target": null, 1935 "uses_default_features": true 1936 } 1937 ], 1938 "description": "Ergonomic, checked cast functions for primitive types", 1939 "documentation": "https://docs.rs/cast", 1940 "edition": "2018", 1941 "features": { 1942 "std": [] 1943 }, 1944 "homepage": null, 1945 "id": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0", 1946 "keywords": [ 1947 "checked", 1948 "cast", 1949 "primitive", 1950 "integer", 1951 "float" 1952 ], 1953 "license": "MIT OR Apache-2.0", 1954 "license_file": null, 1955 "links": null, 1956 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/Cargo.toml", 1957 "metadata": null, 1958 "name": "cast", 1959 "publish": null, 1960 "readme": "README.md", 1961 "repository": "https://github.com/japaric/cast.rs", 1962 "rust_version": null, 1963 "source": "registry+https://github.com/rust-lang/crates.io-index", 1964 "targets": [ 1965 { 1966 "crate_types": [ 1967 "lib" 1968 ], 1969 "doc": true, 1970 "doctest": true, 1971 "edition": "2018", 1972 "kind": [ 1973 "lib" 1974 ], 1975 "name": "cast", 1976 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs", 1977 "test": true 1978 } 1979 ], 1980 "version": "0.3.0" 1981 }, 1982 { 1983 "authors": [ 1984 "Alex Crichton <alex@alexcrichton.com>" 1985 ], 1986 "categories": [ 1987 "development-tools::build-utils" 1988 ], 1989 "default_run": null, 1990 "dependencies": [ 1991 { 1992 "features": [], 1993 "kind": null, 1994 "name": "jobserver", 1995 "optional": true, 1996 "registry": null, 1997 "rename": null, 1998 "req": "^0.1.20", 1999 "source": "registry+https://github.com/rust-lang/crates.io-index", 2000 "target": null, 2001 "uses_default_features": false 2002 }, 2003 { 2004 "features": [], 2005 "kind": "dev", 2006 "name": "tempfile", 2007 "optional": false, 2008 "registry": null, 2009 "rename": null, 2010 "req": "^3", 2011 "source": "registry+https://github.com/rust-lang/crates.io-index", 2012 "target": null, 2013 "uses_default_features": true 2014 }, 2015 { 2016 "features": [], 2017 "kind": null, 2018 "name": "libc", 2019 "optional": true, 2020 "registry": null, 2021 "rename": null, 2022 "req": "^0.2.62", 2023 "source": "registry+https://github.com/rust-lang/crates.io-index", 2024 "target": "cfg(unix)", 2025 "uses_default_features": false 2026 } 2027 ], 2028 "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", 2029 "documentation": "https://docs.rs/cc", 2030 "edition": "2018", 2031 "features": { 2032 "jobserver": [ 2033 "dep:jobserver" 2034 ], 2035 "libc": [ 2036 "dep:libc" 2037 ], 2038 "parallel": [ 2039 "libc", 2040 "jobserver" 2041 ] 2042 }, 2043 "homepage": "https://github.com/rust-lang/cc-rs", 2044 "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94", 2045 "keywords": [ 2046 "build-dependencies" 2047 ], 2048 "license": "MIT OR Apache-2.0", 2049 "license_file": null, 2050 "links": null, 2051 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.94/Cargo.toml", 2052 "metadata": null, 2053 "name": "cc", 2054 "publish": null, 2055 "readme": "README.md", 2056 "repository": "https://github.com/rust-lang/cc-rs", 2057 "rust_version": "1.53", 2058 "source": "registry+https://github.com/rust-lang/crates.io-index", 2059 "targets": [ 2060 { 2061 "crate_types": [ 2062 "lib" 2063 ], 2064 "doc": true, 2065 "doctest": true, 2066 "edition": "2018", 2067 "kind": [ 2068 "lib" 2069 ], 2070 "name": "cc", 2071 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.94/src/lib.rs", 2072 "test": true 2073 } 2074 ], 2075 "version": "1.0.94" 2076 }, 2077 { 2078 "authors": [ 2079 "Alex Crichton <alex@alexcrichton.com>" 2080 ], 2081 "categories": [], 2082 "default_run": null, 2083 "dependencies": [ 2084 { 2085 "features": [], 2086 "kind": null, 2087 "name": "compiler_builtins", 2088 "optional": true, 2089 "registry": null, 2090 "rename": null, 2091 "req": "^0.1.2", 2092 "source": "registry+https://github.com/rust-lang/crates.io-index", 2093 "target": null, 2094 "uses_default_features": true 2095 }, 2096 { 2097 "features": [], 2098 "kind": null, 2099 "name": "rustc-std-workspace-core", 2100 "optional": true, 2101 "registry": null, 2102 "rename": "core", 2103 "req": "^1.0.0", 2104 "source": "registry+https://github.com/rust-lang/crates.io-index", 2105 "target": null, 2106 "uses_default_features": true 2107 } 2108 ], 2109 "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", 2110 "documentation": "https://docs.rs/cfg-if", 2111 "edition": "2018", 2112 "features": { 2113 "compiler_builtins": [ 2114 "dep:compiler_builtins" 2115 ], 2116 "core": [ 2117 "dep:core" 2118 ], 2119 "rustc-dep-of-std": [ 2120 "core", 2121 "compiler_builtins" 2122 ] 2123 }, 2124 "homepage": "https://github.com/alexcrichton/cfg-if", 2125 "id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 2126 "keywords": [], 2127 "license": "MIT/Apache-2.0", 2128 "license_file": null, 2129 "links": null, 2130 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", 2131 "metadata": null, 2132 "name": "cfg-if", 2133 "publish": null, 2134 "readme": "README.md", 2135 "repository": "https://github.com/alexcrichton/cfg-if", 2136 "rust_version": null, 2137 "source": "registry+https://github.com/rust-lang/crates.io-index", 2138 "targets": [ 2139 { 2140 "crate_types": [ 2141 "lib" 2142 ], 2143 "doc": true, 2144 "doctest": true, 2145 "edition": "2018", 2146 "kind": [ 2147 "lib" 2148 ], 2149 "name": "cfg-if", 2150 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", 2151 "test": true 2152 }, 2153 { 2154 "crate_types": [ 2155 "bin" 2156 ], 2157 "doc": false, 2158 "doctest": false, 2159 "edition": "2018", 2160 "kind": [ 2161 "test" 2162 ], 2163 "name": "xcrate", 2164 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", 2165 "test": true 2166 } 2167 ], 2168 "version": "1.0.0" 2169 }, 2170 { 2171 "authors": [], 2172 "categories": [ 2173 "date-and-time" 2174 ], 2175 "default_run": null, 2176 "dependencies": [ 2177 { 2178 "features": [ 2179 "derive" 2180 ], 2181 "kind": null, 2182 "name": "arbitrary", 2183 "optional": true, 2184 "registry": null, 2185 "rename": null, 2186 "req": "^1.0.0", 2187 "source": "registry+https://github.com/rust-lang/crates.io-index", 2188 "target": null, 2189 "uses_default_features": true 2190 }, 2191 { 2192 "features": [], 2193 "kind": null, 2194 "name": "num-traits", 2195 "optional": false, 2196 "registry": null, 2197 "rename": null, 2198 "req": "^0.2", 2199 "source": "registry+https://github.com/rust-lang/crates.io-index", 2200 "target": null, 2201 "uses_default_features": false 2202 }, 2203 { 2204 "features": [], 2205 "kind": null, 2206 "name": "pure-rust-locales", 2207 "optional": true, 2208 "registry": null, 2209 "rename": null, 2210 "req": "^0.8", 2211 "source": "registry+https://github.com/rust-lang/crates.io-index", 2212 "target": null, 2213 "uses_default_features": true 2214 }, 2215 { 2216 "features": [], 2217 "kind": null, 2218 "name": "rkyv", 2219 "optional": true, 2220 "registry": null, 2221 "rename": null, 2222 "req": "^0.7.43", 2223 "source": "registry+https://github.com/rust-lang/crates.io-index", 2224 "target": null, 2225 "uses_default_features": false 2226 }, 2227 { 2228 "features": [], 2229 "kind": null, 2230 "name": "serde", 2231 "optional": true, 2232 "registry": null, 2233 "rename": null, 2234 "req": "^1.0.99", 2235 "source": "registry+https://github.com/rust-lang/crates.io-index", 2236 "target": null, 2237 "uses_default_features": false 2238 }, 2239 { 2240 "features": [], 2241 "kind": "dev", 2242 "name": "bincode", 2243 "optional": false, 2244 "registry": null, 2245 "rename": null, 2246 "req": "^1.3.0", 2247 "source": "registry+https://github.com/rust-lang/crates.io-index", 2248 "target": null, 2249 "uses_default_features": true 2250 }, 2251 { 2252 "features": [], 2253 "kind": "dev", 2254 "name": "serde_derive", 2255 "optional": false, 2256 "registry": null, 2257 "rename": null, 2258 "req": "^1", 2259 "source": "registry+https://github.com/rust-lang/crates.io-index", 2260 "target": null, 2261 "uses_default_features": false 2262 }, 2263 { 2264 "features": [], 2265 "kind": "dev", 2266 "name": "serde_json", 2267 "optional": false, 2268 "registry": null, 2269 "rename": null, 2270 "req": "^1", 2271 "source": "registry+https://github.com/rust-lang/crates.io-index", 2272 "target": null, 2273 "uses_default_features": true 2274 }, 2275 { 2276 "features": [], 2277 "kind": null, 2278 "name": "js-sys", 2279 "optional": true, 2280 "registry": null, 2281 "rename": null, 2282 "req": "^0.3", 2283 "source": "registry+https://github.com/rust-lang/crates.io-index", 2284 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 2285 "uses_default_features": true 2286 }, 2287 { 2288 "features": [], 2289 "kind": null, 2290 "name": "wasm-bindgen", 2291 "optional": true, 2292 "registry": null, 2293 "rename": null, 2294 "req": "^0.2", 2295 "source": "registry+https://github.com/rust-lang/crates.io-index", 2296 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 2297 "uses_default_features": true 2298 }, 2299 { 2300 "features": [], 2301 "kind": "dev", 2302 "name": "wasm-bindgen-test", 2303 "optional": false, 2304 "registry": null, 2305 "rename": null, 2306 "req": "^0.3", 2307 "source": "registry+https://github.com/rust-lang/crates.io-index", 2308 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", 2309 "uses_default_features": true 2310 }, 2311 { 2312 "features": [], 2313 "kind": null, 2314 "name": "android-tzdata", 2315 "optional": true, 2316 "registry": null, 2317 "rename": null, 2318 "req": "^0.1.1", 2319 "source": "registry+https://github.com/rust-lang/crates.io-index", 2320 "target": "cfg(target_os = \"android\")", 2321 "uses_default_features": true 2322 }, 2323 { 2324 "features": [ 2325 "fallback" 2326 ], 2327 "kind": null, 2328 "name": "iana-time-zone", 2329 "optional": true, 2330 "registry": null, 2331 "rename": null, 2332 "req": "^0.1.45", 2333 "source": "registry+https://github.com/rust-lang/crates.io-index", 2334 "target": "cfg(unix)", 2335 "uses_default_features": true 2336 }, 2337 { 2338 "features": [], 2339 "kind": null, 2340 "name": "windows-targets", 2341 "optional": true, 2342 "registry": null, 2343 "rename": null, 2344 "req": "^0.52", 2345 "source": "registry+https://github.com/rust-lang/crates.io-index", 2346 "target": "cfg(windows)", 2347 "uses_default_features": true 2348 }, 2349 { 2350 "features": [], 2351 "kind": "dev", 2352 "name": "windows-bindgen", 2353 "optional": false, 2354 "registry": null, 2355 "rename": null, 2356 "req": "^0.56", 2357 "source": "registry+https://github.com/rust-lang/crates.io-index", 2358 "target": "cfg(windows)", 2359 "uses_default_features": true 2360 } 2361 ], 2362 "description": "Date and time library for Rust", 2363 "documentation": "https://docs.rs/chrono/", 2364 "edition": "2021", 2365 "features": { 2366 "__internal_bench": [], 2367 "alloc": [], 2368 "android-tzdata": [ 2369 "dep:android-tzdata" 2370 ], 2371 "arbitrary": [ 2372 "dep:arbitrary" 2373 ], 2374 "clock": [ 2375 "winapi", 2376 "iana-time-zone", 2377 "android-tzdata", 2378 "now" 2379 ], 2380 "default": [ 2381 "clock", 2382 "std", 2383 "oldtime", 2384 "wasmbind" 2385 ], 2386 "iana-time-zone": [ 2387 "dep:iana-time-zone" 2388 ], 2389 "js-sys": [ 2390 "dep:js-sys" 2391 ], 2392 "libc": [], 2393 "now": [ 2394 "std" 2395 ], 2396 "oldtime": [], 2397 "pure-rust-locales": [ 2398 "dep:pure-rust-locales" 2399 ], 2400 "rkyv": [ 2401 "dep:rkyv", 2402 "rkyv/size_32" 2403 ], 2404 "rkyv-16": [ 2405 "dep:rkyv", 2406 "rkyv?/size_16" 2407 ], 2408 "rkyv-32": [ 2409 "dep:rkyv", 2410 "rkyv?/size_32" 2411 ], 2412 "rkyv-64": [ 2413 "dep:rkyv", 2414 "rkyv?/size_64" 2415 ], 2416 "rkyv-validation": [ 2417 "rkyv?/validation" 2418 ], 2419 "serde": [ 2420 "dep:serde" 2421 ], 2422 "std": [ 2423 "alloc" 2424 ], 2425 "unstable-locales": [ 2426 "pure-rust-locales" 2427 ], 2428 "wasm-bindgen": [ 2429 "dep:wasm-bindgen" 2430 ], 2431 "wasmbind": [ 2432 "wasm-bindgen", 2433 "js-sys" 2434 ], 2435 "winapi": [ 2436 "windows-targets" 2437 ], 2438 "windows-targets": [ 2439 "dep:windows-targets" 2440 ] 2441 }, 2442 "homepage": "https://github.com/chronotope/chrono", 2443 "id": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38", 2444 "keywords": [ 2445 "date", 2446 "time", 2447 "calendar" 2448 ], 2449 "license": "MIT OR Apache-2.0", 2450 "license_file": null, 2451 "links": null, 2452 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/Cargo.toml", 2453 "metadata": { 2454 "docs": { 2455 "rs": { 2456 "features": [ 2457 "arbitrary", 2458 "rkyv", 2459 "serde", 2460 "unstable-locales" 2461 ], 2462 "rustdoc-args": [ 2463 "--cfg", 2464 "docsrs" 2465 ] 2466 } 2467 }, 2468 "playground": { 2469 "features": [ 2470 "serde" 2471 ] 2472 } 2473 }, 2474 "name": "chrono", 2475 "publish": null, 2476 "readme": "README.md", 2477 "repository": "https://github.com/chronotope/chrono", 2478 "rust_version": "1.61.0", 2479 "source": "registry+https://github.com/rust-lang/crates.io-index", 2480 "targets": [ 2481 { 2482 "crate_types": [ 2483 "lib" 2484 ], 2485 "doc": true, 2486 "doctest": true, 2487 "edition": "2021", 2488 "kind": [ 2489 "lib" 2490 ], 2491 "name": "chrono", 2492 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs", 2493 "test": true 2494 }, 2495 { 2496 "crate_types": [ 2497 "bin" 2498 ], 2499 "doc": false, 2500 "doctest": false, 2501 "edition": "2021", 2502 "kind": [ 2503 "test" 2504 ], 2505 "name": "win_bindings", 2506 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/win_bindings.rs", 2507 "test": true 2508 }, 2509 { 2510 "crate_types": [ 2511 "bin" 2512 ], 2513 "doc": false, 2514 "doctest": false, 2515 "edition": "2021", 2516 "kind": [ 2517 "test" 2518 ], 2519 "name": "dateutils", 2520 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/dateutils.rs", 2521 "test": true 2522 }, 2523 { 2524 "crate_types": [ 2525 "bin" 2526 ], 2527 "doc": false, 2528 "doctest": false, 2529 "edition": "2021", 2530 "kind": [ 2531 "test" 2532 ], 2533 "name": "wasm", 2534 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/wasm.rs", 2535 "test": true 2536 } 2537 ], 2538 "version": "0.4.38" 2539 }, 2540 { 2541 "authors": [ 2542 "Nathaniel McCallum <npmccallum@profian.com>" 2543 ], 2544 "categories": [ 2545 "data-structures", 2546 "embedded", 2547 "encoding", 2548 "no-std", 2549 "parsing" 2550 ], 2551 "default_run": null, 2552 "dependencies": [ 2553 { 2554 "features": [ 2555 "alloc" 2556 ], 2557 "kind": null, 2558 "name": "ciborium-io", 2559 "optional": false, 2560 "registry": null, 2561 "rename": null, 2562 "req": "^0.2.2", 2563 "source": "registry+https://github.com/rust-lang/crates.io-index", 2564 "target": null, 2565 "uses_default_features": true 2566 }, 2567 { 2568 "features": [], 2569 "kind": null, 2570 "name": "ciborium-ll", 2571 "optional": false, 2572 "registry": null, 2573 "rename": null, 2574 "req": "^0.2.2", 2575 "source": "registry+https://github.com/rust-lang/crates.io-index", 2576 "target": null, 2577 "uses_default_features": true 2578 }, 2579 { 2580 "features": [ 2581 "alloc", 2582 "derive" 2583 ], 2584 "kind": null, 2585 "name": "serde", 2586 "optional": false, 2587 "registry": null, 2588 "rename": null, 2589 "req": "^1.0.100", 2590 "source": "registry+https://github.com/rust-lang/crates.io-index", 2591 "target": null, 2592 "uses_default_features": false 2593 }, 2594 { 2595 "features": [], 2596 "kind": "dev", 2597 "name": "hex", 2598 "optional": false, 2599 "registry": null, 2600 "rename": null, 2601 "req": "^0.4", 2602 "source": "registry+https://github.com/rust-lang/crates.io-index", 2603 "target": null, 2604 "uses_default_features": true 2605 }, 2606 { 2607 "features": [], 2608 "kind": "dev", 2609 "name": "rand", 2610 "optional": false, 2611 "registry": null, 2612 "rename": null, 2613 "req": "^0.8", 2614 "source": "registry+https://github.com/rust-lang/crates.io-index", 2615 "target": null, 2616 "uses_default_features": true 2617 }, 2618 { 2619 "features": [], 2620 "kind": "dev", 2621 "name": "rstest", 2622 "optional": false, 2623 "registry": null, 2624 "rename": null, 2625 "req": "^0.11", 2626 "source": "registry+https://github.com/rust-lang/crates.io-index", 2627 "target": null, 2628 "uses_default_features": true 2629 }, 2630 { 2631 "features": [], 2632 "kind": "dev", 2633 "name": "serde_bytes", 2634 "optional": false, 2635 "registry": null, 2636 "rename": null, 2637 "req": "^0.11", 2638 "source": "registry+https://github.com/rust-lang/crates.io-index", 2639 "target": null, 2640 "uses_default_features": true 2641 } 2642 ], 2643 "description": "serde implementation of CBOR using ciborium-basic", 2644 "documentation": null, 2645 "edition": "2021", 2646 "features": { 2647 "default": [ 2648 "std" 2649 ], 2650 "std": [ 2651 "ciborium-io/std", 2652 "serde/std" 2653 ] 2654 }, 2655 "homepage": "https://github.com/enarx/ciborium", 2656 "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2", 2657 "keywords": [ 2658 "cbor", 2659 "serde" 2660 ], 2661 "license": "Apache-2.0", 2662 "license_file": null, 2663 "links": null, 2664 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/Cargo.toml", 2665 "metadata": { 2666 "docs": { 2667 "rs": { 2668 "all-features": true 2669 } 2670 } 2671 }, 2672 "name": "ciborium", 2673 "publish": null, 2674 "readme": "README.md", 2675 "repository": "https://github.com/enarx/ciborium", 2676 "rust_version": "1.58", 2677 "source": "registry+https://github.com/rust-lang/crates.io-index", 2678 "targets": [ 2679 { 2680 "crate_types": [ 2681 "lib" 2682 ], 2683 "doc": true, 2684 "doctest": true, 2685 "edition": "2021", 2686 "kind": [ 2687 "lib" 2688 ], 2689 "name": "ciborium", 2690 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs", 2691 "test": true 2692 }, 2693 { 2694 "crate_types": [ 2695 "bin" 2696 ], 2697 "doc": false, 2698 "doctest": false, 2699 "edition": "2021", 2700 "kind": [ 2701 "test" 2702 ], 2703 "name": "no_std", 2704 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/no_std.rs", 2705 "test": true 2706 }, 2707 { 2708 "crate_types": [ 2709 "bin" 2710 ], 2711 "doc": false, 2712 "doctest": false, 2713 "edition": "2021", 2714 "kind": [ 2715 "test" 2716 ], 2717 "name": "macro", 2718 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/macro.rs", 2719 "test": true 2720 }, 2721 { 2722 "crate_types": [ 2723 "bin" 2724 ], 2725 "doc": false, 2726 "doctest": false, 2727 "edition": "2021", 2728 "kind": [ 2729 "test" 2730 ], 2731 "name": "tag", 2732 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/tag.rs", 2733 "test": true 2734 }, 2735 { 2736 "crate_types": [ 2737 "bin" 2738 ], 2739 "doc": false, 2740 "doctest": false, 2741 "edition": "2021", 2742 "kind": [ 2743 "test" 2744 ], 2745 "name": "recursion", 2746 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/recursion.rs", 2747 "test": true 2748 }, 2749 { 2750 "crate_types": [ 2751 "bin" 2752 ], 2753 "doc": false, 2754 "doctest": false, 2755 "edition": "2021", 2756 "kind": [ 2757 "test" 2758 ], 2759 "name": "canonical", 2760 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/canonical.rs", 2761 "test": true 2762 }, 2763 { 2764 "crate_types": [ 2765 "bin" 2766 ], 2767 "doc": false, 2768 "doctest": false, 2769 "edition": "2021", 2770 "kind": [ 2771 "test" 2772 ], 2773 "name": "error", 2774 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/error.rs", 2775 "test": true 2776 }, 2777 { 2778 "crate_types": [ 2779 "bin" 2780 ], 2781 "doc": false, 2782 "doctest": false, 2783 "edition": "2021", 2784 "kind": [ 2785 "test" 2786 ], 2787 "name": "codec", 2788 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/codec.rs", 2789 "test": true 2790 }, 2791 { 2792 "crate_types": [ 2793 "bin" 2794 ], 2795 "doc": false, 2796 "doctest": false, 2797 "edition": "2021", 2798 "kind": [ 2799 "test" 2800 ], 2801 "name": "fuzz", 2802 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/fuzz.rs", 2803 "test": true 2804 } 2805 ], 2806 "version": "0.2.2" 2807 }, 2808 { 2809 "authors": [ 2810 "Nathaniel McCallum <npmccallum@profian.com>" 2811 ], 2812 "categories": [ 2813 "data-structures", 2814 "embedded", 2815 "no-std" 2816 ], 2817 "default_run": null, 2818 "dependencies": [], 2819 "description": "Simplified Read/Write traits for no_std usage", 2820 "documentation": null, 2821 "edition": "2021", 2822 "features": { 2823 "alloc": [], 2824 "std": [ 2825 "alloc" 2826 ] 2827 }, 2828 "homepage": "https://github.com/enarx/ciborium", 2829 "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2", 2830 "keywords": [ 2831 "io", 2832 "read", 2833 "write" 2834 ], 2835 "license": "Apache-2.0", 2836 "license_file": null, 2837 "links": null, 2838 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/Cargo.toml", 2839 "metadata": { 2840 "docs": { 2841 "rs": { 2842 "all-features": true 2843 } 2844 } 2845 }, 2846 "name": "ciborium-io", 2847 "publish": null, 2848 "readme": "README.md", 2849 "repository": "https://github.com/enarx/ciborium", 2850 "rust_version": "1.58", 2851 "source": "registry+https://github.com/rust-lang/crates.io-index", 2852 "targets": [ 2853 { 2854 "crate_types": [ 2855 "lib" 2856 ], 2857 "doc": true, 2858 "doctest": true, 2859 "edition": "2021", 2860 "kind": [ 2861 "lib" 2862 ], 2863 "name": "ciborium-io", 2864 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs", 2865 "test": true 2866 } 2867 ], 2868 "version": "0.2.2" 2869 }, 2870 { 2871 "authors": [ 2872 "Nathaniel McCallum <npmccallum@profian.com>" 2873 ], 2874 "categories": [ 2875 "data-structures", 2876 "embedded", 2877 "encoding", 2878 "no-std", 2879 "parsing" 2880 ], 2881 "default_run": null, 2882 "dependencies": [ 2883 { 2884 "features": [], 2885 "kind": null, 2886 "name": "ciborium-io", 2887 "optional": false, 2888 "registry": null, 2889 "rename": null, 2890 "req": "^0.2.2", 2891 "source": "registry+https://github.com/rust-lang/crates.io-index", 2892 "target": null, 2893 "uses_default_features": true 2894 }, 2895 { 2896 "features": [], 2897 "kind": null, 2898 "name": "half", 2899 "optional": false, 2900 "registry": null, 2901 "rename": null, 2902 "req": "^2.2", 2903 "source": "registry+https://github.com/rust-lang/crates.io-index", 2904 "target": null, 2905 "uses_default_features": false 2906 }, 2907 { 2908 "features": [], 2909 "kind": "dev", 2910 "name": "hex", 2911 "optional": false, 2912 "registry": null, 2913 "rename": null, 2914 "req": "^0.4", 2915 "source": "registry+https://github.com/rust-lang/crates.io-index", 2916 "target": null, 2917 "uses_default_features": true 2918 } 2919 ], 2920 "description": "Low-level CBOR codec primitives", 2921 "documentation": null, 2922 "edition": "2021", 2923 "features": { 2924 "alloc": [], 2925 "std": [ 2926 "alloc", 2927 "half/std" 2928 ] 2929 }, 2930 "homepage": "https://github.com/enarx/ciborium", 2931 "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2", 2932 "keywords": [ 2933 "cbor" 2934 ], 2935 "license": "Apache-2.0", 2936 "license_file": null, 2937 "links": null, 2938 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/Cargo.toml", 2939 "metadata": { 2940 "docs": { 2941 "rs": { 2942 "all-features": true 2943 } 2944 } 2945 }, 2946 "name": "ciborium-ll", 2947 "publish": null, 2948 "readme": "README.md", 2949 "repository": "https://github.com/enarx/ciborium", 2950 "rust_version": "1.58", 2951 "source": "registry+https://github.com/rust-lang/crates.io-index", 2952 "targets": [ 2953 { 2954 "crate_types": [ 2955 "lib" 2956 ], 2957 "doc": true, 2958 "doctest": true, 2959 "edition": "2021", 2960 "kind": [ 2961 "lib" 2962 ], 2963 "name": "ciborium-ll", 2964 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs", 2965 "test": true 2966 } 2967 ], 2968 "version": "0.2.2" 2969 }, 2970 { 2971 "authors": [], 2972 "categories": [ 2973 "command-line-interface" 2974 ], 2975 "default_run": null, 2976 "dependencies": [ 2977 { 2978 "features": [], 2979 "kind": null, 2980 "name": "atty", 2981 "optional": true, 2982 "registry": null, 2983 "rename": null, 2984 "req": "^0.2", 2985 "source": "registry+https://github.com/rust-lang/crates.io-index", 2986 "target": null, 2987 "uses_default_features": true 2988 }, 2989 { 2990 "features": [], 2991 "kind": null, 2992 "name": "backtrace", 2993 "optional": true, 2994 "registry": null, 2995 "rename": null, 2996 "req": "^0.3", 2997 "source": "registry+https://github.com/rust-lang/crates.io-index", 2998 "target": null, 2999 "uses_default_features": true 3000 }, 3001 { 3002 "features": [], 3003 "kind": null, 3004 "name": "bitflags", 3005 "optional": false, 3006 "registry": null, 3007 "rename": null, 3008 "req": "^1.2", 3009 "source": "registry+https://github.com/rust-lang/crates.io-index", 3010 "target": null, 3011 "uses_default_features": true 3012 }, 3013 { 3014 "features": [], 3015 "kind": null, 3016 "name": "clap_derive", 3017 "optional": true, 3018 "registry": null, 3019 "rename": null, 3020 "req": "=3.2.25", 3021 "source": "registry+https://github.com/rust-lang/crates.io-index", 3022 "target": null, 3023 "uses_default_features": true 3024 }, 3025 { 3026 "features": [], 3027 "kind": null, 3028 "name": "clap_lex", 3029 "optional": false, 3030 "registry": null, 3031 "rename": null, 3032 "req": "^0.2.2", 3033 "source": "registry+https://github.com/rust-lang/crates.io-index", 3034 "target": null, 3035 "uses_default_features": true 3036 }, 3037 { 3038 "features": [], 3039 "kind": null, 3040 "name": "indexmap", 3041 "optional": false, 3042 "registry": null, 3043 "rename": null, 3044 "req": "^1.0", 3045 "source": "registry+https://github.com/rust-lang/crates.io-index", 3046 "target": null, 3047 "uses_default_features": true 3048 }, 3049 { 3050 "features": [], 3051 "kind": null, 3052 "name": "once_cell", 3053 "optional": true, 3054 "registry": null, 3055 "rename": null, 3056 "req": "^1.12.0", 3057 "source": "registry+https://github.com/rust-lang/crates.io-index", 3058 "target": null, 3059 "uses_default_features": true 3060 }, 3061 { 3062 "features": [], 3063 "kind": null, 3064 "name": "regex", 3065 "optional": true, 3066 "registry": null, 3067 "rename": null, 3068 "req": "^1.0", 3069 "source": "registry+https://github.com/rust-lang/crates.io-index", 3070 "target": null, 3071 "uses_default_features": true 3072 }, 3073 { 3074 "features": [], 3075 "kind": null, 3076 "name": "strsim", 3077 "optional": true, 3078 "registry": null, 3079 "rename": null, 3080 "req": "^0.10", 3081 "source": "registry+https://github.com/rust-lang/crates.io-index", 3082 "target": null, 3083 "uses_default_features": true 3084 }, 3085 { 3086 "features": [], 3087 "kind": null, 3088 "name": "termcolor", 3089 "optional": true, 3090 "registry": null, 3091 "rename": null, 3092 "req": "^1.1.1", 3093 "source": "registry+https://github.com/rust-lang/crates.io-index", 3094 "target": null, 3095 "uses_default_features": true 3096 }, 3097 { 3098 "features": [], 3099 "kind": null, 3100 "name": "terminal_size", 3101 "optional": true, 3102 "registry": null, 3103 "rename": null, 3104 "req": "^0.2.1", 3105 "source": "registry+https://github.com/rust-lang/crates.io-index", 3106 "target": null, 3107 "uses_default_features": true 3108 }, 3109 { 3110 "features": [], 3111 "kind": null, 3112 "name": "textwrap", 3113 "optional": false, 3114 "registry": null, 3115 "rename": null, 3116 "req": "^0.16", 3117 "source": "registry+https://github.com/rust-lang/crates.io-index", 3118 "target": null, 3119 "uses_default_features": false 3120 }, 3121 { 3122 "features": [], 3123 "kind": null, 3124 "name": "unicase", 3125 "optional": true, 3126 "registry": null, 3127 "rename": null, 3128 "req": "^2.6", 3129 "source": "registry+https://github.com/rust-lang/crates.io-index", 3130 "target": null, 3131 "uses_default_features": true 3132 }, 3133 { 3134 "features": [], 3135 "kind": null, 3136 "name": "yaml-rust", 3137 "optional": true, 3138 "registry": null, 3139 "rename": null, 3140 "req": "^0.4.1", 3141 "source": "registry+https://github.com/rust-lang/crates.io-index", 3142 "target": null, 3143 "uses_default_features": true 3144 }, 3145 { 3146 "features": [], 3147 "kind": "dev", 3148 "name": "humantime", 3149 "optional": false, 3150 "registry": null, 3151 "rename": null, 3152 "req": "^2", 3153 "source": "registry+https://github.com/rust-lang/crates.io-index", 3154 "target": null, 3155 "uses_default_features": true 3156 }, 3157 { 3158 "features": [], 3159 "kind": "dev", 3160 "name": "regex", 3161 "optional": false, 3162 "registry": null, 3163 "rename": null, 3164 "req": "^1.0", 3165 "source": "registry+https://github.com/rust-lang/crates.io-index", 3166 "target": null, 3167 "uses_default_features": true 3168 }, 3169 { 3170 "features": [], 3171 "kind": "dev", 3172 "name": "rustversion", 3173 "optional": false, 3174 "registry": null, 3175 "rename": null, 3176 "req": "^1", 3177 "source": "registry+https://github.com/rust-lang/crates.io-index", 3178 "target": null, 3179 "uses_default_features": true 3180 }, 3181 { 3182 "features": [], 3183 "kind": "dev", 3184 "name": "shlex", 3185 "optional": false, 3186 "registry": null, 3187 "rename": null, 3188 "req": "^1.1.0", 3189 "source": "registry+https://github.com/rust-lang/crates.io-index", 3190 "target": null, 3191 "uses_default_features": true 3192 }, 3193 { 3194 "features": [], 3195 "kind": "dev", 3196 "name": "snapbox", 3197 "optional": false, 3198 "registry": null, 3199 "rename": null, 3200 "req": "^0.2.9", 3201 "source": "registry+https://github.com/rust-lang/crates.io-index", 3202 "target": null, 3203 "uses_default_features": true 3204 }, 3205 { 3206 "features": [], 3207 "kind": "dev", 3208 "name": "static_assertions", 3209 "optional": false, 3210 "registry": null, 3211 "rename": null, 3212 "req": "^1.1.0", 3213 "source": "registry+https://github.com/rust-lang/crates.io-index", 3214 "target": null, 3215 "uses_default_features": true 3216 }, 3217 { 3218 "features": [], 3219 "kind": "dev", 3220 "name": "trybuild", 3221 "optional": false, 3222 "registry": null, 3223 "rename": null, 3224 "req": "^1.0.18", 3225 "source": "registry+https://github.com/rust-lang/crates.io-index", 3226 "target": null, 3227 "uses_default_features": true 3228 }, 3229 { 3230 "features": [ 3231 "color-auto", 3232 "diff", 3233 "examples" 3234 ], 3235 "kind": "dev", 3236 "name": "trycmd", 3237 "optional": false, 3238 "registry": null, 3239 "rename": null, 3240 "req": "^0.13", 3241 "source": "registry+https://github.com/rust-lang/crates.io-index", 3242 "target": null, 3243 "uses_default_features": false 3244 } 3245 ], 3246 "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", 3247 "documentation": null, 3248 "edition": "2021", 3249 "features": { 3250 "atty": [ 3251 "dep:atty" 3252 ], 3253 "backtrace": [ 3254 "dep:backtrace" 3255 ], 3256 "cargo": [ 3257 "once_cell" 3258 ], 3259 "clap_derive": [ 3260 "dep:clap_derive" 3261 ], 3262 "color": [ 3263 "atty", 3264 "termcolor" 3265 ], 3266 "debug": [ 3267 "clap_derive/debug", 3268 "backtrace" 3269 ], 3270 "default": [ 3271 "std", 3272 "color", 3273 "suggestions" 3274 ], 3275 "deprecated": [ 3276 "clap_derive/deprecated" 3277 ], 3278 "derive": [ 3279 "clap_derive", 3280 "once_cell" 3281 ], 3282 "env": [], 3283 "once_cell": [ 3284 "dep:once_cell" 3285 ], 3286 "regex": [ 3287 "dep:regex" 3288 ], 3289 "std": [ 3290 "indexmap/std" 3291 ], 3292 "strsim": [ 3293 "dep:strsim" 3294 ], 3295 "suggestions": [ 3296 "strsim" 3297 ], 3298 "termcolor": [ 3299 "dep:termcolor" 3300 ], 3301 "terminal_size": [ 3302 "dep:terminal_size" 3303 ], 3304 "unicase": [ 3305 "dep:unicase" 3306 ], 3307 "unicode": [ 3308 "textwrap/unicode-width", 3309 "unicase" 3310 ], 3311 "unstable-doc": [ 3312 "derive", 3313 "cargo", 3314 "wrap_help", 3315 "yaml", 3316 "env", 3317 "unicode", 3318 "regex", 3319 "unstable-replace", 3320 "unstable-grouped" 3321 ], 3322 "unstable-grouped": [], 3323 "unstable-replace": [], 3324 "unstable-v4": [ 3325 "clap_derive/unstable-v4", 3326 "deprecated" 3327 ], 3328 "wrap_help": [ 3329 "terminal_size", 3330 "textwrap/terminal_size" 3331 ], 3332 "yaml": [ 3333 "yaml-rust" 3334 ], 3335 "yaml-rust": [ 3336 "dep:yaml-rust" 3337 ] 3338 }, 3339 "homepage": null, 3340 "id": "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25", 3341 "keywords": [ 3342 "argument", 3343 "cli", 3344 "arg", 3345 "parser", 3346 "parse" 3347 ], 3348 "license": "MIT OR Apache-2.0", 3349 "license_file": null, 3350 "links": null, 3351 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/Cargo.toml", 3352 "metadata": { 3353 "docs": { 3354 "rs": { 3355 "cargo-args": [ 3356 "-Zunstable-options", 3357 "-Zrustdoc-scrape-examples=examples" 3358 ], 3359 "features": [ 3360 "unstable-doc" 3361 ], 3362 "rustdoc-args": [ 3363 "--cfg", 3364 "docsrs" 3365 ] 3366 } 3367 }, 3368 "playground": { 3369 "features": [ 3370 "unstable-doc" 3371 ] 3372 }, 3373 "release": { 3374 "pre-release-replacements": [ 3375 { 3376 "file": "CHANGELOG.md", 3377 "min": 1, 3378 "replace": "{{version}}", 3379 "search": "Unreleased" 3380 }, 3381 { 3382 "exactly": 1, 3383 "file": "CHANGELOG.md", 3384 "replace": "...{{tag_name}}", 3385 "search": "\\.\\.\\.HEAD" 3386 }, 3387 { 3388 "file": "CHANGELOG.md", 3389 "min": 1, 3390 "replace": "{{date}}", 3391 "search": "ReleaseDate" 3392 }, 3393 { 3394 "exactly": 1, 3395 "file": "CHANGELOG.md", 3396 "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", 3397 "search": "<!-- next-header -->" 3398 }, 3399 { 3400 "exactly": 1, 3401 "file": "CHANGELOG.md", 3402 "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", 3403 "search": "<!-- next-url -->" 3404 } 3405 ], 3406 "shared-version": true, 3407 "tag-name": "v{{version}}" 3408 } 3409 }, 3410 "name": "clap", 3411 "publish": null, 3412 "readme": "README.md", 3413 "repository": "https://github.com/clap-rs/clap", 3414 "rust_version": "1.56.1", 3415 "source": "registry+https://github.com/rust-lang/crates.io-index", 3416 "targets": [ 3417 { 3418 "crate_types": [ 3419 "lib" 3420 ], 3421 "doc": true, 3422 "doctest": true, 3423 "edition": "2021", 3424 "kind": [ 3425 "lib" 3426 ], 3427 "name": "clap", 3428 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/lib.rs", 3429 "test": true 3430 }, 3431 { 3432 "crate_types": [ 3433 "bin" 3434 ], 3435 "doc": true, 3436 "doctest": false, 3437 "edition": "2021", 3438 "kind": [ 3439 "bin" 3440 ], 3441 "name": "stdio-fixture", 3442 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/bin/stdio-fixture.rs", 3443 "test": true 3444 }, 3445 { 3446 "crate_types": [ 3447 "bin" 3448 ], 3449 "doc": false, 3450 "doctest": false, 3451 "edition": "2021", 3452 "kind": [ 3453 "example" 3454 ], 3455 "name": "demo", 3456 "required-features": [ 3457 "derive" 3458 ], 3459 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/demo.rs", 3460 "test": false 3461 }, 3462 { 3463 "crate_types": [ 3464 "bin" 3465 ], 3466 "doc": false, 3467 "doctest": false, 3468 "edition": "2021", 3469 "kind": [ 3470 "example" 3471 ], 3472 "name": "cargo-example", 3473 "required-features": [ 3474 "cargo" 3475 ], 3476 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/cargo-example.rs", 3477 "test": false 3478 }, 3479 { 3480 "crate_types": [ 3481 "bin" 3482 ], 3483 "doc": false, 3484 "doctest": false, 3485 "edition": "2021", 3486 "kind": [ 3487 "example" 3488 ], 3489 "name": "cargo-example-derive", 3490 "required-features": [ 3491 "derive" 3492 ], 3493 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/cargo-example-derive.rs", 3494 "test": false 3495 }, 3496 { 3497 "crate_types": [ 3498 "bin" 3499 ], 3500 "doc": false, 3501 "doctest": false, 3502 "edition": "2021", 3503 "kind": [ 3504 "example" 3505 ], 3506 "name": "escaped-positional", 3507 "required-features": [ 3508 "cargo" 3509 ], 3510 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/escaped-positional.rs", 3511 "test": false 3512 }, 3513 { 3514 "crate_types": [ 3515 "bin" 3516 ], 3517 "doc": false, 3518 "doctest": false, 3519 "edition": "2021", 3520 "kind": [ 3521 "example" 3522 ], 3523 "name": "escaped-positional-derive", 3524 "required-features": [ 3525 "derive" 3526 ], 3527 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/escaped-positional-derive.rs", 3528 "test": false 3529 }, 3530 { 3531 "crate_types": [ 3532 "bin" 3533 ], 3534 "doc": false, 3535 "doctest": false, 3536 "edition": "2021", 3537 "kind": [ 3538 "example" 3539 ], 3540 "name": "git-derive", 3541 "required-features": [ 3542 "derive" 3543 ], 3544 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/git-derive.rs", 3545 "test": false 3546 }, 3547 { 3548 "crate_types": [ 3549 "bin" 3550 ], 3551 "doc": false, 3552 "doctest": false, 3553 "edition": "2021", 3554 "kind": [ 3555 "example" 3556 ], 3557 "name": "typed-derive", 3558 "required-features": [ 3559 "derive" 3560 ], 3561 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/typed-derive.rs", 3562 "test": false 3563 }, 3564 { 3565 "crate_types": [ 3566 "bin" 3567 ], 3568 "doc": false, 3569 "doctest": false, 3570 "edition": "2021", 3571 "kind": [ 3572 "example" 3573 ], 3574 "name": "busybox", 3575 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/multicall-busybox.rs", 3576 "test": false 3577 }, 3578 { 3579 "crate_types": [ 3580 "bin" 3581 ], 3582 "doc": false, 3583 "doctest": false, 3584 "edition": "2021", 3585 "kind": [ 3586 "example" 3587 ], 3588 "name": "hostname", 3589 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/multicall-hostname.rs", 3590 "test": false 3591 }, 3592 { 3593 "crate_types": [ 3594 "bin" 3595 ], 3596 "doc": false, 3597 "doctest": false, 3598 "edition": "2021", 3599 "kind": [ 3600 "example" 3601 ], 3602 "name": "repl", 3603 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/repl.rs", 3604 "test": false 3605 }, 3606 { 3607 "crate_types": [ 3608 "bin" 3609 ], 3610 "doc": false, 3611 "doctest": false, 3612 "edition": "2021", 3613 "kind": [ 3614 "example" 3615 ], 3616 "name": "01_quick", 3617 "required-features": [ 3618 "cargo" 3619 ], 3620 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/01_quick.rs", 3621 "test": false 3622 }, 3623 { 3624 "crate_types": [ 3625 "bin" 3626 ], 3627 "doc": false, 3628 "doctest": false, 3629 "edition": "2021", 3630 "kind": [ 3631 "example" 3632 ], 3633 "name": "02_apps", 3634 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_apps.rs", 3635 "test": false 3636 }, 3637 { 3638 "crate_types": [ 3639 "bin" 3640 ], 3641 "doc": false, 3642 "doctest": false, 3643 "edition": "2021", 3644 "kind": [ 3645 "example" 3646 ], 3647 "name": "02_crate", 3648 "required-features": [ 3649 "cargo" 3650 ], 3651 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_crate.rs", 3652 "test": false 3653 }, 3654 { 3655 "crate_types": [ 3656 "bin" 3657 ], 3658 "doc": false, 3659 "doctest": false, 3660 "edition": "2021", 3661 "kind": [ 3662 "example" 3663 ], 3664 "name": "02_app_settings", 3665 "required-features": [ 3666 "cargo" 3667 ], 3668 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_app_settings.rs", 3669 "test": false 3670 }, 3671 { 3672 "crate_types": [ 3673 "bin" 3674 ], 3675 "doc": false, 3676 "doctest": false, 3677 "edition": "2021", 3678 "kind": [ 3679 "example" 3680 ], 3681 "name": "03_01_flag_bool", 3682 "required-features": [ 3683 "cargo" 3684 ], 3685 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_01_flag_bool.rs", 3686 "test": false 3687 }, 3688 { 3689 "crate_types": [ 3690 "bin" 3691 ], 3692 "doc": false, 3693 "doctest": false, 3694 "edition": "2021", 3695 "kind": [ 3696 "example" 3697 ], 3698 "name": "03_01_flag_count", 3699 "required-features": [ 3700 "cargo" 3701 ], 3702 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_01_flag_count.rs", 3703 "test": false 3704 }, 3705 { 3706 "crate_types": [ 3707 "bin" 3708 ], 3709 "doc": false, 3710 "doctest": false, 3711 "edition": "2021", 3712 "kind": [ 3713 "example" 3714 ], 3715 "name": "03_02_option", 3716 "required-features": [ 3717 "cargo" 3718 ], 3719 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_02_option.rs", 3720 "test": false 3721 }, 3722 { 3723 "crate_types": [ 3724 "bin" 3725 ], 3726 "doc": false, 3727 "doctest": false, 3728 "edition": "2021", 3729 "kind": [ 3730 "example" 3731 ], 3732 "name": "03_03_positional", 3733 "required-features": [ 3734 "cargo" 3735 ], 3736 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_03_positional.rs", 3737 "test": false 3738 }, 3739 { 3740 "crate_types": [ 3741 "bin" 3742 ], 3743 "doc": false, 3744 "doctest": false, 3745 "edition": "2021", 3746 "kind": [ 3747 "example" 3748 ], 3749 "name": "03_04_subcommands", 3750 "required-features": [ 3751 "cargo" 3752 ], 3753 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_04_subcommands.rs", 3754 "test": false 3755 }, 3756 { 3757 "crate_types": [ 3758 "bin" 3759 ], 3760 "doc": false, 3761 "doctest": false, 3762 "edition": "2021", 3763 "kind": [ 3764 "example" 3765 ], 3766 "name": "03_05_default_values", 3767 "required-features": [ 3768 "cargo" 3769 ], 3770 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_05_default_values.rs", 3771 "test": false 3772 }, 3773 { 3774 "crate_types": [ 3775 "bin" 3776 ], 3777 "doc": false, 3778 "doctest": false, 3779 "edition": "2021", 3780 "kind": [ 3781 "example" 3782 ], 3783 "name": "04_01_possible", 3784 "required-features": [ 3785 "cargo" 3786 ], 3787 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_01_possible.rs", 3788 "test": false 3789 }, 3790 { 3791 "crate_types": [ 3792 "bin" 3793 ], 3794 "doc": false, 3795 "doctest": false, 3796 "edition": "2021", 3797 "kind": [ 3798 "example" 3799 ], 3800 "name": "04_01_enum", 3801 "required-features": [ 3802 "cargo" 3803 ], 3804 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_01_enum.rs", 3805 "test": false 3806 }, 3807 { 3808 "crate_types": [ 3809 "bin" 3810 ], 3811 "doc": false, 3812 "doctest": false, 3813 "edition": "2021", 3814 "kind": [ 3815 "example" 3816 ], 3817 "name": "04_02_parse", 3818 "required-features": [ 3819 "cargo" 3820 ], 3821 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_02_parse.rs", 3822 "test": false 3823 }, 3824 { 3825 "crate_types": [ 3826 "bin" 3827 ], 3828 "doc": false, 3829 "doctest": false, 3830 "edition": "2021", 3831 "kind": [ 3832 "example" 3833 ], 3834 "name": "04_02_validate", 3835 "required-features": [ 3836 "cargo" 3837 ], 3838 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_02_validate.rs", 3839 "test": false 3840 }, 3841 { 3842 "crate_types": [ 3843 "bin" 3844 ], 3845 "doc": false, 3846 "doctest": false, 3847 "edition": "2021", 3848 "kind": [ 3849 "example" 3850 ], 3851 "name": "04_03_relations", 3852 "required-features": [ 3853 "cargo" 3854 ], 3855 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_03_relations.rs", 3856 "test": false 3857 }, 3858 { 3859 "crate_types": [ 3860 "bin" 3861 ], 3862 "doc": false, 3863 "doctest": false, 3864 "edition": "2021", 3865 "kind": [ 3866 "example" 3867 ], 3868 "name": "04_04_custom", 3869 "required-features": [ 3870 "cargo" 3871 ], 3872 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_04_custom.rs", 3873 "test": false 3874 }, 3875 { 3876 "crate_types": [ 3877 "bin" 3878 ], 3879 "doc": false, 3880 "doctest": false, 3881 "edition": "2021", 3882 "kind": [ 3883 "example" 3884 ], 3885 "name": "05_01_assert", 3886 "required-features": [ 3887 "cargo" 3888 ], 3889 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/05_01_assert.rs", 3890 "test": true 3891 }, 3892 { 3893 "crate_types": [ 3894 "bin" 3895 ], 3896 "doc": false, 3897 "doctest": false, 3898 "edition": "2021", 3899 "kind": [ 3900 "example" 3901 ], 3902 "name": "01_quick_derive", 3903 "required-features": [ 3904 "derive" 3905 ], 3906 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/01_quick.rs", 3907 "test": false 3908 }, 3909 { 3910 "crate_types": [ 3911 "bin" 3912 ], 3913 "doc": false, 3914 "doctest": false, 3915 "edition": "2021", 3916 "kind": [ 3917 "example" 3918 ], 3919 "name": "02_apps_derive", 3920 "required-features": [ 3921 "derive" 3922 ], 3923 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_apps.rs", 3924 "test": false 3925 }, 3926 { 3927 "crate_types": [ 3928 "bin" 3929 ], 3930 "doc": false, 3931 "doctest": false, 3932 "edition": "2021", 3933 "kind": [ 3934 "example" 3935 ], 3936 "name": "02_crate_derive", 3937 "required-features": [ 3938 "derive" 3939 ], 3940 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_crate.rs", 3941 "test": false 3942 }, 3943 { 3944 "crate_types": [ 3945 "bin" 3946 ], 3947 "doc": false, 3948 "doctest": false, 3949 "edition": "2021", 3950 "kind": [ 3951 "example" 3952 ], 3953 "name": "02_app_settings_derive", 3954 "required-features": [ 3955 "derive" 3956 ], 3957 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_app_settings.rs", 3958 "test": false 3959 }, 3960 { 3961 "crate_types": [ 3962 "bin" 3963 ], 3964 "doc": false, 3965 "doctest": false, 3966 "edition": "2021", 3967 "kind": [ 3968 "example" 3969 ], 3970 "name": "03_01_flag_bool_derive", 3971 "required-features": [ 3972 "derive" 3973 ], 3974 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_01_flag_bool.rs", 3975 "test": false 3976 }, 3977 { 3978 "crate_types": [ 3979 "bin" 3980 ], 3981 "doc": false, 3982 "doctest": false, 3983 "edition": "2021", 3984 "kind": [ 3985 "example" 3986 ], 3987 "name": "03_01_flag_count_derive", 3988 "required-features": [ 3989 "derive" 3990 ], 3991 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_01_flag_count.rs", 3992 "test": false 3993 }, 3994 { 3995 "crate_types": [ 3996 "bin" 3997 ], 3998 "doc": false, 3999 "doctest": false, 4000 "edition": "2021", 4001 "kind": [ 4002 "example" 4003 ], 4004 "name": "03_02_option_derive", 4005 "required-features": [ 4006 "derive" 4007 ], 4008 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_02_option.rs", 4009 "test": false 4010 }, 4011 { 4012 "crate_types": [ 4013 "bin" 4014 ], 4015 "doc": false, 4016 "doctest": false, 4017 "edition": "2021", 4018 "kind": [ 4019 "example" 4020 ], 4021 "name": "03_03_positional_derive", 4022 "required-features": [ 4023 "derive" 4024 ], 4025 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_03_positional.rs", 4026 "test": false 4027 }, 4028 { 4029 "crate_types": [ 4030 "bin" 4031 ], 4032 "doc": false, 4033 "doctest": false, 4034 "edition": "2021", 4035 "kind": [ 4036 "example" 4037 ], 4038 "name": "03_04_subcommands_derive", 4039 "required-features": [ 4040 "derive" 4041 ], 4042 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_04_subcommands.rs", 4043 "test": false 4044 }, 4045 { 4046 "crate_types": [ 4047 "bin" 4048 ], 4049 "doc": false, 4050 "doctest": false, 4051 "edition": "2021", 4052 "kind": [ 4053 "example" 4054 ], 4055 "name": "03_04_subcommands_alt_derive", 4056 "required-features": [ 4057 "derive" 4058 ], 4059 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_04_subcommands_alt.rs", 4060 "test": false 4061 }, 4062 { 4063 "crate_types": [ 4064 "bin" 4065 ], 4066 "doc": false, 4067 "doctest": false, 4068 "edition": "2021", 4069 "kind": [ 4070 "example" 4071 ], 4072 "name": "03_05_default_values_derive", 4073 "required-features": [ 4074 "derive" 4075 ], 4076 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_05_default_values.rs", 4077 "test": false 4078 }, 4079 { 4080 "crate_types": [ 4081 "bin" 4082 ], 4083 "doc": false, 4084 "doctest": false, 4085 "edition": "2021", 4086 "kind": [ 4087 "example" 4088 ], 4089 "name": "04_01_enum_derive", 4090 "required-features": [ 4091 "derive" 4092 ], 4093 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_01_enum.rs", 4094 "test": false 4095 }, 4096 { 4097 "crate_types": [ 4098 "bin" 4099 ], 4100 "doc": false, 4101 "doctest": false, 4102 "edition": "2021", 4103 "kind": [ 4104 "example" 4105 ], 4106 "name": "04_02_parse_derive", 4107 "required-features": [ 4108 "derive" 4109 ], 4110 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_02_parse.rs", 4111 "test": false 4112 }, 4113 { 4114 "crate_types": [ 4115 "bin" 4116 ], 4117 "doc": false, 4118 "doctest": false, 4119 "edition": "2021", 4120 "kind": [ 4121 "example" 4122 ], 4123 "name": "04_02_validate_derive", 4124 "required-features": [ 4125 "derive" 4126 ], 4127 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_02_validate.rs", 4128 "test": false 4129 }, 4130 { 4131 "crate_types": [ 4132 "bin" 4133 ], 4134 "doc": false, 4135 "doctest": false, 4136 "edition": "2021", 4137 "kind": [ 4138 "example" 4139 ], 4140 "name": "04_03_relations_derive", 4141 "required-features": [ 4142 "derive" 4143 ], 4144 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_03_relations.rs", 4145 "test": false 4146 }, 4147 { 4148 "crate_types": [ 4149 "bin" 4150 ], 4151 "doc": false, 4152 "doctest": false, 4153 "edition": "2021", 4154 "kind": [ 4155 "example" 4156 ], 4157 "name": "04_04_custom_derive", 4158 "required-features": [ 4159 "derive" 4160 ], 4161 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_04_custom.rs", 4162 "test": false 4163 }, 4164 { 4165 "crate_types": [ 4166 "bin" 4167 ], 4168 "doc": false, 4169 "doctest": false, 4170 "edition": "2021", 4171 "kind": [ 4172 "example" 4173 ], 4174 "name": "05_01_assert_derive", 4175 "required-features": [ 4176 "derive" 4177 ], 4178 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/05_01_assert.rs", 4179 "test": true 4180 }, 4181 { 4182 "crate_types": [ 4183 "bin" 4184 ], 4185 "doc": false, 4186 "doctest": false, 4187 "edition": "2021", 4188 "kind": [ 4189 "example" 4190 ], 4191 "name": "custom-bool", 4192 "required-features": [ 4193 "derive" 4194 ], 4195 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/custom-bool.rs", 4196 "test": false 4197 }, 4198 { 4199 "crate_types": [ 4200 "bin" 4201 ], 4202 "doc": false, 4203 "doctest": false, 4204 "edition": "2021", 4205 "kind": [ 4206 "example" 4207 ], 4208 "name": "interop_augment_args", 4209 "required-features": [ 4210 "derive" 4211 ], 4212 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/augment_args.rs", 4213 "test": false 4214 }, 4215 { 4216 "crate_types": [ 4217 "bin" 4218 ], 4219 "doc": false, 4220 "doctest": false, 4221 "edition": "2021", 4222 "kind": [ 4223 "example" 4224 ], 4225 "name": "interop_augment_subcommands", 4226 "required-features": [ 4227 "derive" 4228 ], 4229 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/augment_subcommands.rs", 4230 "test": false 4231 }, 4232 { 4233 "crate_types": [ 4234 "bin" 4235 ], 4236 "doc": false, 4237 "doctest": false, 4238 "edition": "2021", 4239 "kind": [ 4240 "example" 4241 ], 4242 "name": "interop_hand_subcommand", 4243 "required-features": [ 4244 "derive" 4245 ], 4246 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/hand_subcommand.rs", 4247 "test": false 4248 }, 4249 { 4250 "crate_types": [ 4251 "bin" 4252 ], 4253 "doc": false, 4254 "doctest": false, 4255 "edition": "2021", 4256 "kind": [ 4257 "example" 4258 ], 4259 "name": "interop_flatten_hand_args", 4260 "required-features": [ 4261 "derive" 4262 ], 4263 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/flatten_hand_args.rs", 4264 "test": false 4265 }, 4266 { 4267 "crate_types": [ 4268 "bin" 4269 ], 4270 "doc": false, 4271 "doctest": false, 4272 "edition": "2021", 4273 "kind": [ 4274 "example" 4275 ], 4276 "name": "pacman", 4277 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/pacman.rs", 4278 "test": false 4279 }, 4280 { 4281 "crate_types": [ 4282 "bin" 4283 ], 4284 "doc": false, 4285 "doctest": false, 4286 "edition": "2021", 4287 "kind": [ 4288 "example" 4289 ], 4290 "name": "git", 4291 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/git.rs", 4292 "test": false 4293 } 4294 ], 4295 "version": "3.2.25" 4296 }, 4297 { 4298 "authors": [], 4299 "categories": [ 4300 "command-line-interface" 4301 ], 4302 "default_run": null, 4303 "dependencies": [ 4304 { 4305 "features": [ 4306 "raw_os_str" 4307 ], 4308 "kind": null, 4309 "name": "os_str_bytes", 4310 "optional": false, 4311 "registry": null, 4312 "rename": null, 4313 "req": "^6.0", 4314 "source": "registry+https://github.com/rust-lang/crates.io-index", 4315 "target": null, 4316 "uses_default_features": false 4317 } 4318 ], 4319 "description": "Minimal, flexible command line parser", 4320 "documentation": null, 4321 "edition": "2021", 4322 "features": {}, 4323 "homepage": null, 4324 "id": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4", 4325 "keywords": [ 4326 "argument", 4327 "cli", 4328 "arg", 4329 "parser", 4330 "parse" 4331 ], 4332 "license": "MIT OR Apache-2.0", 4333 "license_file": null, 4334 "links": null, 4335 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.2.4/Cargo.toml", 4336 "metadata": { 4337 "release": { 4338 "pre-release-replacements": [ 4339 { 4340 "file": "CHANGELOG.md", 4341 "min": 1, 4342 "replace": "{{version}}", 4343 "search": "Unreleased" 4344 }, 4345 { 4346 "exactly": 1, 4347 "file": "CHANGELOG.md", 4348 "replace": "...{{tag_name}}", 4349 "search": "\\.\\.\\.HEAD" 4350 }, 4351 { 4352 "file": "CHANGELOG.md", 4353 "min": 1, 4354 "replace": "{{date}}", 4355 "search": "ReleaseDate" 4356 }, 4357 { 4358 "exactly": 1, 4359 "file": "CHANGELOG.md", 4360 "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", 4361 "search": "<!-- next-header -->" 4362 }, 4363 { 4364 "exactly": 1, 4365 "file": "CHANGELOG.md", 4366 "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", 4367 "search": "<!-- next-url -->" 4368 }, 4369 { 4370 "exactly": 4, 4371 "file": "README.md", 4372 "prerelease": true, 4373 "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", 4374 "search": "github.com/clap-rs/clap/blob/[^/]+/" 4375 } 4376 ] 4377 } 4378 }, 4379 "name": "clap_lex", 4380 "publish": null, 4381 "readme": "README.md", 4382 "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex", 4383 "rust_version": "1.56.1", 4384 "source": "registry+https://github.com/rust-lang/crates.io-index", 4385 "targets": [ 4386 { 4387 "crate_types": [ 4388 "lib" 4389 ], 4390 "doc": true, 4391 "doctest": true, 4392 "edition": "2021", 4393 "kind": [ 4394 "lib" 4395 ], 4396 "name": "clap_lex", 4397 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.2.4/src/lib.rs", 4398 "test": true 4399 } 4400 ], 4401 "version": "0.2.4" 4402 }, 4403 { 4404 "authors": [ 4405 "nwin <nwin@users.noreply.github.com>" 4406 ], 4407 "categories": [], 4408 "default_run": null, 4409 "dependencies": [], 4410 "description": "Color quantization library to reduce n colors to 256 colors.", 4411 "documentation": null, 4412 "edition": "2015", 4413 "features": {}, 4414 "homepage": null, 4415 "id": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0", 4416 "keywords": [], 4417 "license": "MIT", 4418 "license_file": null, 4419 "links": null, 4420 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/color_quant-1.1.0/Cargo.toml", 4421 "metadata": null, 4422 "name": "color_quant", 4423 "publish": null, 4424 "readme": "README.md", 4425 "repository": "https://github.com/image-rs/color_quant.git", 4426 "rust_version": null, 4427 "source": "registry+https://github.com/rust-lang/crates.io-index", 4428 "targets": [ 4429 { 4430 "crate_types": [ 4431 "lib" 4432 ], 4433 "doc": true, 4434 "doctest": true, 4435 "edition": "2015", 4436 "kind": [ 4437 "lib" 4438 ], 4439 "name": "color_quant", 4440 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/color_quant-1.1.0/src/lib.rs", 4441 "test": true 4442 } 4443 ], 4444 "version": "1.1.0" 4445 }, 4446 { 4447 "authors": [ 4448 "Nick Fitzgerald <fitzgen@gmail.com>" 4449 ], 4450 "categories": [ 4451 "wasm" 4452 ], 4453 "default_run": null, 4454 "dependencies": [ 4455 { 4456 "features": [], 4457 "kind": null, 4458 "name": "cfg-if", 4459 "optional": false, 4460 "registry": null, 4461 "rename": null, 4462 "req": "^1.0.0", 4463 "source": "registry+https://github.com/rust-lang/crates.io-index", 4464 "target": null, 4465 "uses_default_features": true 4466 }, 4467 { 4468 "features": [], 4469 "kind": null, 4470 "name": "wasm-bindgen", 4471 "optional": false, 4472 "registry": null, 4473 "rename": null, 4474 "req": "^0.2.37", 4475 "source": "registry+https://github.com/rust-lang/crates.io-index", 4476 "target": null, 4477 "uses_default_features": true 4478 } 4479 ], 4480 "description": "A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`", 4481 "documentation": null, 4482 "edition": "2015", 4483 "features": {}, 4484 "homepage": null, 4485 "id": "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7", 4486 "keywords": [], 4487 "license": "Apache-2.0/MIT", 4488 "license_file": null, 4489 "links": null, 4490 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/Cargo.toml", 4491 "metadata": null, 4492 "name": "console_error_panic_hook", 4493 "publish": null, 4494 "readme": "./README.md", 4495 "repository": "https://github.com/rustwasm/console_error_panic_hook", 4496 "rust_version": null, 4497 "source": "registry+https://github.com/rust-lang/crates.io-index", 4498 "targets": [ 4499 { 4500 "crate_types": [ 4501 "lib" 4502 ], 4503 "doc": true, 4504 "doctest": true, 4505 "edition": "2015", 4506 "kind": [ 4507 "lib" 4508 ], 4509 "name": "console_error_panic_hook", 4510 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/src/lib.rs", 4511 "test": true 4512 }, 4513 { 4514 "crate_types": [ 4515 "bin" 4516 ], 4517 "doc": false, 4518 "doctest": false, 4519 "edition": "2015", 4520 "kind": [ 4521 "test" 4522 ], 4523 "name": "tests", 4524 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/tests/tests.rs", 4525 "test": true 4526 } 4527 ], 4528 "version": "0.1.7" 4529 }, 4530 { 4531 "authors": [ 4532 "Austin Bonander <austin.bonander@gmail.com>" 4533 ], 4534 "categories": [], 4535 "default_run": null, 4536 "dependencies": [], 4537 "description": "Create static C-compatible strings from Rust string literals.", 4538 "documentation": null, 4539 "edition": "2015", 4540 "features": {}, 4541 "homepage": null, 4542 "id": "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0", 4543 "keywords": [], 4544 "license": "MIT OR Apache-2.0", 4545 "license_file": null, 4546 "links": null, 4547 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-cstr-0.3.0/Cargo.toml", 4548 "metadata": null, 4549 "name": "const-cstr", 4550 "publish": null, 4551 "readme": "README.md", 4552 "repository": "https://github.com/cybergeek94/const-cstr", 4553 "rust_version": null, 4554 "source": "registry+https://github.com/rust-lang/crates.io-index", 4555 "targets": [ 4556 { 4557 "crate_types": [ 4558 "lib" 4559 ], 4560 "doc": true, 4561 "doctest": true, 4562 "edition": "2015", 4563 "kind": [ 4564 "lib" 4565 ], 4566 "name": "const-cstr", 4567 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-cstr-0.3.0/src/lib.rs", 4568 "test": true 4569 } 4570 ], 4571 "version": "0.3.0" 4572 }, 4573 { 4574 "authors": [ 4575 "The Servo Project Developers" 4576 ], 4577 "categories": [ 4578 "os::macos-apis" 4579 ], 4580 "default_run": null, 4581 "dependencies": [ 4582 { 4583 "features": [], 4584 "kind": null, 4585 "name": "chrono", 4586 "optional": true, 4587 "registry": null, 4588 "rename": null, 4589 "req": "^0.4", 4590 "source": "registry+https://github.com/rust-lang/crates.io-index", 4591 "target": null, 4592 "uses_default_features": true 4593 }, 4594 { 4595 "features": [], 4596 "kind": null, 4597 "name": "core-foundation-sys", 4598 "optional": false, 4599 "registry": null, 4600 "rename": null, 4601 "req": "^0.8.6", 4602 "source": "registry+https://github.com/rust-lang/crates.io-index", 4603 "target": null, 4604 "uses_default_features": false 4605 }, 4606 { 4607 "features": [], 4608 "kind": null, 4609 "name": "libc", 4610 "optional": false, 4611 "registry": null, 4612 "rename": null, 4613 "req": "^0.2", 4614 "source": "registry+https://github.com/rust-lang/crates.io-index", 4615 "target": null, 4616 "uses_default_features": true 4617 }, 4618 { 4619 "features": [], 4620 "kind": null, 4621 "name": "uuid", 4622 "optional": true, 4623 "registry": null, 4624 "rename": null, 4625 "req": "^0.5", 4626 "source": "registry+https://github.com/rust-lang/crates.io-index", 4627 "target": null, 4628 "uses_default_features": true 4629 } 4630 ], 4631 "description": "Bindings to Core Foundation for macOS", 4632 "documentation": null, 4633 "edition": "2018", 4634 "features": { 4635 "chrono": [ 4636 "dep:chrono" 4637 ], 4638 "default": [ 4639 "link" 4640 ], 4641 "link": [ 4642 "core-foundation-sys/link" 4643 ], 4644 "mac_os_10_7_support": [ 4645 "core-foundation-sys/mac_os_10_7_support" 4646 ], 4647 "mac_os_10_8_features": [ 4648 "core-foundation-sys/mac_os_10_8_features" 4649 ], 4650 "uuid": [ 4651 "dep:uuid" 4652 ], 4653 "with-chrono": [ 4654 "chrono" 4655 ], 4656 "with-uuid": [ 4657 "uuid" 4658 ] 4659 }, 4660 "homepage": "https://github.com/servo/core-foundation-rs", 4661 "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", 4662 "keywords": [ 4663 "macos", 4664 "framework", 4665 "objc" 4666 ], 4667 "license": "MIT OR Apache-2.0", 4668 "license_file": null, 4669 "links": null, 4670 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml", 4671 "metadata": { 4672 "docs": { 4673 "rs": { 4674 "all-features": true, 4675 "default-target": "x86_64-apple-darwin" 4676 } 4677 } 4678 }, 4679 "name": "core-foundation", 4680 "publish": null, 4681 "readme": null, 4682 "repository": "https://github.com/servo/core-foundation-rs", 4683 "rust_version": null, 4684 "source": "registry+https://github.com/rust-lang/crates.io-index", 4685 "targets": [ 4686 { 4687 "crate_types": [ 4688 "lib" 4689 ], 4690 "doc": true, 4691 "doctest": true, 4692 "edition": "2018", 4693 "kind": [ 4694 "lib" 4695 ], 4696 "name": "core-foundation", 4697 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs", 4698 "test": true 4699 }, 4700 { 4701 "crate_types": [ 4702 "bin" 4703 ], 4704 "doc": false, 4705 "doctest": false, 4706 "edition": "2018", 4707 "kind": [ 4708 "test" 4709 ], 4710 "name": "use_macro_outside_crate", 4711 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs", 4712 "test": true 4713 } 4714 ], 4715 "version": "0.9.4" 4716 }, 4717 { 4718 "authors": [ 4719 "The Servo Project Developers" 4720 ], 4721 "categories": [], 4722 "default_run": null, 4723 "dependencies": [], 4724 "description": "Bindings to Core Foundation for macOS", 4725 "documentation": null, 4726 "edition": "2018", 4727 "features": { 4728 "default": [ 4729 "link" 4730 ], 4731 "link": [], 4732 "mac_os_10_7_support": [], 4733 "mac_os_10_8_features": [] 4734 }, 4735 "homepage": "https://github.com/servo/core-foundation-rs", 4736 "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6", 4737 "keywords": [], 4738 "license": "MIT OR Apache-2.0", 4739 "license_file": null, 4740 "links": null, 4741 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml", 4742 "metadata": { 4743 "docs": { 4744 "rs": { 4745 "all-features": true, 4746 "default-target": "x86_64-apple-darwin" 4747 } 4748 } 4749 }, 4750 "name": "core-foundation-sys", 4751 "publish": null, 4752 "readme": null, 4753 "repository": "https://github.com/servo/core-foundation-rs", 4754 "rust_version": null, 4755 "source": "registry+https://github.com/rust-lang/crates.io-index", 4756 "targets": [ 4757 { 4758 "crate_types": [ 4759 "lib" 4760 ], 4761 "doc": true, 4762 "doctest": true, 4763 "edition": "2018", 4764 "kind": [ 4765 "lib" 4766 ], 4767 "name": "core-foundation-sys", 4768 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs", 4769 "test": true 4770 } 4771 ], 4772 "version": "0.8.6" 4773 }, 4774 { 4775 "authors": [ 4776 "The Servo Project Developers" 4777 ], 4778 "categories": [], 4779 "default_run": null, 4780 "dependencies": [ 4781 { 4782 "features": [], 4783 "kind": null, 4784 "name": "bitflags", 4785 "optional": false, 4786 "registry": null, 4787 "rename": null, 4788 "req": "^1.0", 4789 "source": "registry+https://github.com/rust-lang/crates.io-index", 4790 "target": null, 4791 "uses_default_features": true 4792 }, 4793 { 4794 "features": [], 4795 "kind": null, 4796 "name": "core-foundation", 4797 "optional": false, 4798 "registry": null, 4799 "rename": null, 4800 "req": "^0.9", 4801 "source": "registry+https://github.com/rust-lang/crates.io-index", 4802 "target": null, 4803 "uses_default_features": true 4804 }, 4805 { 4806 "features": [], 4807 "kind": null, 4808 "name": "core-graphics-types", 4809 "optional": false, 4810 "registry": null, 4811 "rename": null, 4812 "req": "^0.1", 4813 "source": "registry+https://github.com/rust-lang/crates.io-index", 4814 "target": null, 4815 "uses_default_features": true 4816 }, 4817 { 4818 "features": [], 4819 "kind": null, 4820 "name": "foreign-types", 4821 "optional": false, 4822 "registry": null, 4823 "rename": null, 4824 "req": "^0.3.0", 4825 "source": "registry+https://github.com/rust-lang/crates.io-index", 4826 "target": null, 4827 "uses_default_features": true 4828 }, 4829 { 4830 "features": [], 4831 "kind": null, 4832 "name": "libc", 4833 "optional": false, 4834 "registry": null, 4835 "rename": null, 4836 "req": "^0.2", 4837 "source": "registry+https://github.com/rust-lang/crates.io-index", 4838 "target": null, 4839 "uses_default_features": true 4840 } 4841 ], 4842 "description": "Bindings to Core Graphics for macOS", 4843 "documentation": null, 4844 "edition": "2015", 4845 "features": { 4846 "default": [], 4847 "elcapitan": [], 4848 "highsierra": [] 4849 }, 4850 "homepage": "https://github.com/servo/core-graphics-rs", 4851 "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3", 4852 "keywords": [], 4853 "license": "MIT / Apache-2.0", 4854 "license_file": null, 4855 "links": null, 4856 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.22.3/Cargo.toml", 4857 "metadata": { 4858 "docs": { 4859 "rs": { 4860 "default-target": "x86_64-apple-darwin" 4861 } 4862 } 4863 }, 4864 "name": "core-graphics", 4865 "publish": null, 4866 "readme": "README.md", 4867 "repository": "https://github.com/servo/core-foundation-rs", 4868 "rust_version": null, 4869 "source": "registry+https://github.com/rust-lang/crates.io-index", 4870 "targets": [ 4871 { 4872 "crate_types": [ 4873 "lib" 4874 ], 4875 "doc": true, 4876 "doctest": true, 4877 "edition": "2015", 4878 "kind": [ 4879 "lib" 4880 ], 4881 "name": "core-graphics", 4882 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.22.3/src/lib.rs", 4883 "test": true 4884 } 4885 ], 4886 "version": "0.22.3" 4887 }, 4888 { 4889 "authors": [ 4890 "The Servo Project Developers" 4891 ], 4892 "categories": [], 4893 "default_run": null, 4894 "dependencies": [ 4895 { 4896 "features": [], 4897 "kind": null, 4898 "name": "bitflags", 4899 "optional": false, 4900 "registry": null, 4901 "rename": null, 4902 "req": "^1.0", 4903 "source": "registry+https://github.com/rust-lang/crates.io-index", 4904 "target": null, 4905 "uses_default_features": true 4906 }, 4907 { 4908 "features": [], 4909 "kind": null, 4910 "name": "core-foundation", 4911 "optional": false, 4912 "registry": null, 4913 "rename": null, 4914 "req": "^0.9.4", 4915 "source": "registry+https://github.com/rust-lang/crates.io-index", 4916 "target": null, 4917 "uses_default_features": false 4918 }, 4919 { 4920 "features": [], 4921 "kind": null, 4922 "name": "libc", 4923 "optional": false, 4924 "registry": null, 4925 "rename": null, 4926 "req": "^0.2", 4927 "source": "registry+https://github.com/rust-lang/crates.io-index", 4928 "target": null, 4929 "uses_default_features": true 4930 } 4931 ], 4932 "description": "Bindings for some fundamental Core Graphics types", 4933 "documentation": null, 4934 "edition": "2018", 4935 "features": { 4936 "default": [ 4937 "link" 4938 ], 4939 "link": [ 4940 "core-foundation/link" 4941 ] 4942 }, 4943 "homepage": "https://github.com/servo/core-foundation-rs", 4944 "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3", 4945 "keywords": [], 4946 "license": "MIT OR Apache-2.0", 4947 "license_file": null, 4948 "links": null, 4949 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml", 4950 "metadata": { 4951 "docs": { 4952 "rs": { 4953 "default-target": "x86_64-apple-darwin" 4954 } 4955 } 4956 }, 4957 "name": "core-graphics-types", 4958 "publish": null, 4959 "readme": null, 4960 "repository": "https://github.com/servo/core-foundation-rs", 4961 "rust_version": null, 4962 "source": "registry+https://github.com/rust-lang/crates.io-index", 4963 "targets": [ 4964 { 4965 "crate_types": [ 4966 "lib" 4967 ], 4968 "doc": true, 4969 "doctest": true, 4970 "edition": "2018", 4971 "kind": [ 4972 "lib" 4973 ], 4974 "name": "core-graphics-types", 4975 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs", 4976 "test": true 4977 } 4978 ], 4979 "version": "0.1.3" 4980 }, 4981 { 4982 "authors": [ 4983 "The Servo Project Developers" 4984 ], 4985 "categories": [], 4986 "default_run": null, 4987 "dependencies": [ 4988 { 4989 "features": [], 4990 "kind": null, 4991 "name": "core-foundation", 4992 "optional": false, 4993 "registry": null, 4994 "rename": null, 4995 "req": "^0.9", 4996 "source": "registry+https://github.com/rust-lang/crates.io-index", 4997 "target": null, 4998 "uses_default_features": true 4999 }, 5000 { 5001 "features": [], 5002 "kind": null, 5003 "name": "core-graphics", 5004 "optional": false, 5005 "registry": null, 5006 "rename": null, 5007 "req": "^0.22.0", 5008 "source": "registry+https://github.com/rust-lang/crates.io-index", 5009 "target": null, 5010 "uses_default_features": true 5011 }, 5012 { 5013 "features": [], 5014 "kind": null, 5015 "name": "foreign-types", 5016 "optional": false, 5017 "registry": null, 5018 "rename": null, 5019 "req": "^0.3", 5020 "source": "registry+https://github.com/rust-lang/crates.io-index", 5021 "target": null, 5022 "uses_default_features": true 5023 }, 5024 { 5025 "features": [], 5026 "kind": null, 5027 "name": "libc", 5028 "optional": false, 5029 "registry": null, 5030 "rename": null, 5031 "req": "^0.2", 5032 "source": "registry+https://github.com/rust-lang/crates.io-index", 5033 "target": null, 5034 "uses_default_features": true 5035 } 5036 ], 5037 "description": "Bindings to the Core Text framework.", 5038 "documentation": null, 5039 "edition": "2015", 5040 "features": { 5041 "default": [ 5042 "mountainlion" 5043 ], 5044 "mountainlion": [] 5045 }, 5046 "homepage": null, 5047 "id": "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0", 5048 "keywords": [], 5049 "license": "MIT/Apache-2.0", 5050 "license_file": null, 5051 "links": null, 5052 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-text-19.2.0/Cargo.toml", 5053 "metadata": { 5054 "docs": { 5055 "rs": { 5056 "default-target": "x86_64-apple-darwin" 5057 } 5058 } 5059 }, 5060 "name": "core-text", 5061 "publish": null, 5062 "readme": "README.md", 5063 "repository": "https://github.com/servo/core-foundation-rs", 5064 "rust_version": null, 5065 "source": "registry+https://github.com/rust-lang/crates.io-index", 5066 "targets": [ 5067 { 5068 "crate_types": [ 5069 "lib" 5070 ], 5071 "doc": true, 5072 "doctest": true, 5073 "edition": "2015", 5074 "kind": [ 5075 "lib" 5076 ], 5077 "name": "core-text", 5078 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-text-19.2.0/src/lib.rs", 5079 "test": true 5080 } 5081 ], 5082 "version": "19.2.0" 5083 }, 5084 { 5085 "authors": [ 5086 "Sam Rijs <srijs@airpost.net>", 5087 "Alex Crichton <alex@alexcrichton.com>" 5088 ], 5089 "categories": [], 5090 "default_run": null, 5091 "dependencies": [ 5092 { 5093 "features": [], 5094 "kind": null, 5095 "name": "cfg-if", 5096 "optional": false, 5097 "registry": null, 5098 "rename": null, 5099 "req": "^1.0", 5100 "source": "registry+https://github.com/rust-lang/crates.io-index", 5101 "target": null, 5102 "uses_default_features": true 5103 }, 5104 { 5105 "features": [], 5106 "kind": "dev", 5107 "name": "bencher", 5108 "optional": false, 5109 "registry": null, 5110 "rename": null, 5111 "req": "^0.1", 5112 "source": "registry+https://github.com/rust-lang/crates.io-index", 5113 "target": null, 5114 "uses_default_features": true 5115 }, 5116 { 5117 "features": [], 5118 "kind": "dev", 5119 "name": "quickcheck", 5120 "optional": false, 5121 "registry": null, 5122 "rename": null, 5123 "req": "^1.0", 5124 "source": "registry+https://github.com/rust-lang/crates.io-index", 5125 "target": null, 5126 "uses_default_features": false 5127 }, 5128 { 5129 "features": [], 5130 "kind": "dev", 5131 "name": "rand", 5132 "optional": false, 5133 "registry": null, 5134 "rename": null, 5135 "req": "^0.8", 5136 "source": "registry+https://github.com/rust-lang/crates.io-index", 5137 "target": null, 5138 "uses_default_features": true 5139 } 5140 ], 5141 "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation", 5142 "documentation": null, 5143 "edition": "2015", 5144 "features": { 5145 "default": [ 5146 "std" 5147 ], 5148 "nightly": [], 5149 "std": [] 5150 }, 5151 "homepage": null, 5152 "id": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0", 5153 "keywords": [ 5154 "checksum", 5155 "crc", 5156 "crc32", 5157 "simd", 5158 "fast" 5159 ], 5160 "license": "MIT OR Apache-2.0", 5161 "license_file": null, 5162 "links": null, 5163 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/Cargo.toml", 5164 "metadata": null, 5165 "name": "crc32fast", 5166 "publish": null, 5167 "readme": "README.md", 5168 "repository": "https://github.com/srijs/rust-crc32fast", 5169 "rust_version": null, 5170 "source": "registry+https://github.com/rust-lang/crates.io-index", 5171 "targets": [ 5172 { 5173 "crate_types": [ 5174 "lib" 5175 ], 5176 "doc": true, 5177 "doctest": true, 5178 "edition": "2015", 5179 "kind": [ 5180 "lib" 5181 ], 5182 "name": "crc32fast", 5183 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs", 5184 "test": true 5185 }, 5186 { 5187 "crate_types": [ 5188 "bin" 5189 ], 5190 "doc": false, 5191 "doctest": false, 5192 "edition": "2015", 5193 "kind": [ 5194 "bench" 5195 ], 5196 "name": "bench", 5197 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/benches/bench.rs", 5198 "test": false 5199 }, 5200 { 5201 "crate_types": [ 5202 "bin" 5203 ], 5204 "doc": false, 5205 "doctest": false, 5206 "edition": "2015", 5207 "kind": [ 5208 "custom-build" 5209 ], 5210 "name": "build-script-build", 5211 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs", 5212 "test": false 5213 } 5214 ], 5215 "version": "1.4.0" 5216 }, 5217 { 5218 "authors": [ 5219 "Jorge Aparicio <japaricious@gmail.com>", 5220 "Brook Heisler <brookheisler@gmail.com>" 5221 ], 5222 "categories": [ 5223 "development-tools::profiling" 5224 ], 5225 "default_run": null, 5226 "dependencies": [ 5227 { 5228 "features": [], 5229 "kind": null, 5230 "name": "anes", 5231 "optional": false, 5232 "registry": null, 5233 "rename": null, 5234 "req": "^0.1.4", 5235 "source": "registry+https://github.com/rust-lang/crates.io-index", 5236 "target": null, 5237 "uses_default_features": true 5238 }, 5239 { 5240 "features": [], 5241 "kind": null, 5242 "name": "async-std", 5243 "optional": true, 5244 "registry": null, 5245 "rename": null, 5246 "req": "^1.9", 5247 "source": "registry+https://github.com/rust-lang/crates.io-index", 5248 "target": null, 5249 "uses_default_features": true 5250 }, 5251 { 5252 "features": [], 5253 "kind": null, 5254 "name": "atty", 5255 "optional": false, 5256 "registry": null, 5257 "rename": null, 5258 "req": "^0.2.6", 5259 "source": "registry+https://github.com/rust-lang/crates.io-index", 5260 "target": null, 5261 "uses_default_features": true 5262 }, 5263 { 5264 "features": [], 5265 "kind": null, 5266 "name": "cast", 5267 "optional": false, 5268 "registry": null, 5269 "rename": null, 5270 "req": "^0.3", 5271 "source": "registry+https://github.com/rust-lang/crates.io-index", 5272 "target": null, 5273 "uses_default_features": true 5274 }, 5275 { 5276 "features": [], 5277 "kind": null, 5278 "name": "ciborium", 5279 "optional": false, 5280 "registry": null, 5281 "rename": null, 5282 "req": "^0.2.0", 5283 "source": "registry+https://github.com/rust-lang/crates.io-index", 5284 "target": null, 5285 "uses_default_features": true 5286 }, 5287 { 5288 "features": [ 5289 "std" 5290 ], 5291 "kind": null, 5292 "name": "clap", 5293 "optional": false, 5294 "registry": null, 5295 "rename": null, 5296 "req": "^3.1", 5297 "source": "registry+https://github.com/rust-lang/crates.io-index", 5298 "target": null, 5299 "uses_default_features": false 5300 }, 5301 { 5302 "features": [], 5303 "kind": null, 5304 "name": "criterion-plot", 5305 "optional": false, 5306 "registry": null, 5307 "rename": null, 5308 "req": "^0.5.0", 5309 "source": "registry+https://github.com/rust-lang/crates.io-index", 5310 "target": null, 5311 "uses_default_features": true 5312 }, 5313 { 5314 "features": [], 5315 "kind": null, 5316 "name": "csv", 5317 "optional": true, 5318 "registry": null, 5319 "rename": null, 5320 "req": "^1.1", 5321 "source": "registry+https://github.com/rust-lang/crates.io-index", 5322 "target": null, 5323 "uses_default_features": true 5324 }, 5325 { 5326 "features": [], 5327 "kind": null, 5328 "name": "futures", 5329 "optional": true, 5330 "registry": null, 5331 "rename": null, 5332 "req": "^0.3", 5333 "source": "registry+https://github.com/rust-lang/crates.io-index", 5334 "target": null, 5335 "uses_default_features": false 5336 }, 5337 { 5338 "features": [], 5339 "kind": null, 5340 "name": "itertools", 5341 "optional": false, 5342 "registry": null, 5343 "rename": null, 5344 "req": "^0.10", 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": null, 5352 "name": "lazy_static", 5353 "optional": false, 5354 "registry": null, 5355 "rename": null, 5356 "req": "^1.4", 5357 "source": "registry+https://github.com/rust-lang/crates.io-index", 5358 "target": null, 5359 "uses_default_features": true 5360 }, 5361 { 5362 "features": [ 5363 "std" 5364 ], 5365 "kind": null, 5366 "name": "num-traits", 5367 "optional": false, 5368 "registry": null, 5369 "rename": null, 5370 "req": "^0.2", 5371 "source": "registry+https://github.com/rust-lang/crates.io-index", 5372 "target": null, 5373 "uses_default_features": false 5374 }, 5375 { 5376 "features": [], 5377 "kind": null, 5378 "name": "oorandom", 5379 "optional": false, 5380 "registry": null, 5381 "rename": null, 5382 "req": "^11.1", 5383 "source": "registry+https://github.com/rust-lang/crates.io-index", 5384 "target": null, 5385 "uses_default_features": true 5386 }, 5387 { 5388 "features": [ 5389 "svg_backend", 5390 "area_series", 5391 "line_series" 5392 ], 5393 "kind": null, 5394 "name": "plotters", 5395 "optional": true, 5396 "registry": null, 5397 "rename": null, 5398 "req": "^0.3.1", 5399 "source": "registry+https://github.com/rust-lang/crates.io-index", 5400 "target": null, 5401 "uses_default_features": false 5402 }, 5403 { 5404 "features": [], 5405 "kind": null, 5406 "name": "rayon", 5407 "optional": true, 5408 "registry": null, 5409 "rename": null, 5410 "req": "^1.3", 5411 "source": "registry+https://github.com/rust-lang/crates.io-index", 5412 "target": null, 5413 "uses_default_features": true 5414 }, 5415 { 5416 "features": [ 5417 "std" 5418 ], 5419 "kind": null, 5420 "name": "regex", 5421 "optional": false, 5422 "registry": null, 5423 "rename": null, 5424 "req": "^1.5", 5425 "source": "registry+https://github.com/rust-lang/crates.io-index", 5426 "target": null, 5427 "uses_default_features": false 5428 }, 5429 { 5430 "features": [], 5431 "kind": null, 5432 "name": "serde", 5433 "optional": false, 5434 "registry": null, 5435 "rename": null, 5436 "req": "^1.0", 5437 "source": "registry+https://github.com/rust-lang/crates.io-index", 5438 "target": null, 5439 "uses_default_features": true 5440 }, 5441 { 5442 "features": [], 5443 "kind": null, 5444 "name": "serde_derive", 5445 "optional": false, 5446 "registry": null, 5447 "rename": null, 5448 "req": "^1.0", 5449 "source": "registry+https://github.com/rust-lang/crates.io-index", 5450 "target": null, 5451 "uses_default_features": true 5452 }, 5453 { 5454 "features": [], 5455 "kind": null, 5456 "name": "serde_json", 5457 "optional": false, 5458 "registry": null, 5459 "rename": null, 5460 "req": "^1.0", 5461 "source": "registry+https://github.com/rust-lang/crates.io-index", 5462 "target": null, 5463 "uses_default_features": true 5464 }, 5465 { 5466 "features": [], 5467 "kind": null, 5468 "name": "smol", 5469 "optional": true, 5470 "registry": null, 5471 "rename": null, 5472 "req": "^1.2", 5473 "source": "registry+https://github.com/rust-lang/crates.io-index", 5474 "target": null, 5475 "uses_default_features": false 5476 }, 5477 { 5478 "features": [], 5479 "kind": null, 5480 "name": "tinytemplate", 5481 "optional": false, 5482 "registry": null, 5483 "rename": null, 5484 "req": "^1.1", 5485 "source": "registry+https://github.com/rust-lang/crates.io-index", 5486 "target": null, 5487 "uses_default_features": true 5488 }, 5489 { 5490 "features": [ 5491 "rt" 5492 ], 5493 "kind": null, 5494 "name": "tokio", 5495 "optional": true, 5496 "registry": null, 5497 "rename": null, 5498 "req": "^1.0", 5499 "source": "registry+https://github.com/rust-lang/crates.io-index", 5500 "target": null, 5501 "uses_default_features": false 5502 }, 5503 { 5504 "features": [], 5505 "kind": null, 5506 "name": "walkdir", 5507 "optional": false, 5508 "registry": null, 5509 "rename": null, 5510 "req": "^2.3", 5511 "source": "registry+https://github.com/rust-lang/crates.io-index", 5512 "target": null, 5513 "uses_default_features": true 5514 }, 5515 { 5516 "features": [], 5517 "kind": "dev", 5518 "name": "approx", 5519 "optional": false, 5520 "registry": null, 5521 "rename": null, 5522 "req": "^0.5.0", 5523 "source": "registry+https://github.com/rust-lang/crates.io-index", 5524 "target": null, 5525 "uses_default_features": true 5526 }, 5527 { 5528 "features": [ 5529 "executor" 5530 ], 5531 "kind": "dev", 5532 "name": "futures", 5533 "optional": false, 5534 "registry": null, 5535 "rename": null, 5536 "req": "^0.3", 5537 "source": "registry+https://github.com/rust-lang/crates.io-index", 5538 "target": null, 5539 "uses_default_features": false 5540 }, 5541 { 5542 "features": [], 5543 "kind": "dev", 5544 "name": "quickcheck", 5545 "optional": false, 5546 "registry": null, 5547 "rename": null, 5548 "req": "^1.0", 5549 "source": "registry+https://github.com/rust-lang/crates.io-index", 5550 "target": null, 5551 "uses_default_features": false 5552 }, 5553 { 5554 "features": [], 5555 "kind": "dev", 5556 "name": "rand", 5557 "optional": false, 5558 "registry": null, 5559 "rename": null, 5560 "req": "^0.8", 5561 "source": "registry+https://github.com/rust-lang/crates.io-index", 5562 "target": null, 5563 "uses_default_features": true 5564 }, 5565 { 5566 "features": [], 5567 "kind": "dev", 5568 "name": "tempfile", 5569 "optional": false, 5570 "registry": null, 5571 "rename": null, 5572 "req": "^3.2.0", 5573 "source": "registry+https://github.com/rust-lang/crates.io-index", 5574 "target": null, 5575 "uses_default_features": true 5576 } 5577 ], 5578 "description": "Statistics-driven micro-benchmarking library", 5579 "documentation": null, 5580 "edition": "2018", 5581 "features": { 5582 "async": [ 5583 "futures" 5584 ], 5585 "async-std": [ 5586 "dep:async-std" 5587 ], 5588 "async_futures": [ 5589 "futures/executor", 5590 "async" 5591 ], 5592 "async_smol": [ 5593 "smol", 5594 "async" 5595 ], 5596 "async_std": [ 5597 "async-std", 5598 "async" 5599 ], 5600 "async_tokio": [ 5601 "tokio", 5602 "async" 5603 ], 5604 "cargo_bench_support": [], 5605 "csv": [ 5606 "dep:csv" 5607 ], 5608 "csv_output": [ 5609 "csv" 5610 ], 5611 "default": [ 5612 "rayon", 5613 "plotters", 5614 "cargo_bench_support" 5615 ], 5616 "futures": [ 5617 "dep:futures" 5618 ], 5619 "html_reports": [], 5620 "plotters": [ 5621 "dep:plotters" 5622 ], 5623 "rayon": [ 5624 "dep:rayon" 5625 ], 5626 "real_blackbox": [], 5627 "smol": [ 5628 "dep:smol" 5629 ], 5630 "stable": [ 5631 "csv_output", 5632 "html_reports", 5633 "async_futures", 5634 "async_smol", 5635 "async_tokio", 5636 "async_std" 5637 ], 5638 "tokio": [ 5639 "dep:tokio" 5640 ] 5641 }, 5642 "homepage": "https://bheisler.github.io/criterion.rs/book/index.html", 5643 "id": "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0", 5644 "keywords": [ 5645 "criterion", 5646 "benchmark" 5647 ], 5648 "license": "Apache-2.0/MIT", 5649 "license_file": null, 5650 "links": null, 5651 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/Cargo.toml", 5652 "metadata": { 5653 "docs": { 5654 "rs": { 5655 "features": [ 5656 "async_futures", 5657 "async_smol", 5658 "async_std", 5659 "async_tokio" 5660 ] 5661 } 5662 } 5663 }, 5664 "name": "criterion", 5665 "publish": null, 5666 "readme": "README.md", 5667 "repository": "https://github.com/bheisler/criterion.rs", 5668 "rust_version": null, 5669 "source": "registry+https://github.com/rust-lang/crates.io-index", 5670 "targets": [ 5671 { 5672 "crate_types": [ 5673 "lib" 5674 ], 5675 "doc": true, 5676 "doctest": true, 5677 "edition": "2018", 5678 "kind": [ 5679 "lib" 5680 ], 5681 "name": "criterion", 5682 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/src/lib.rs", 5683 "test": true 5684 }, 5685 { 5686 "crate_types": [ 5687 "bin" 5688 ], 5689 "doc": false, 5690 "doctest": false, 5691 "edition": "2018", 5692 "kind": [ 5693 "test" 5694 ], 5695 "name": "criterion_tests", 5696 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/tests/criterion_tests.rs", 5697 "test": true 5698 }, 5699 { 5700 "crate_types": [ 5701 "bin" 5702 ], 5703 "doc": false, 5704 "doctest": false, 5705 "edition": "2018", 5706 "kind": [ 5707 "bench" 5708 ], 5709 "name": "bench_main", 5710 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.4.0/benches/bench_main.rs", 5711 "test": false 5712 } 5713 ], 5714 "version": "0.4.0" 5715 }, 5716 { 5717 "authors": [ 5718 "Jorge Aparicio <japaricious@gmail.com>", 5719 "Brook Heisler <brookheisler@gmail.com>" 5720 ], 5721 "categories": [ 5722 "visualization" 5723 ], 5724 "default_run": null, 5725 "dependencies": [ 5726 { 5727 "features": [], 5728 "kind": null, 5729 "name": "cast", 5730 "optional": false, 5731 "registry": null, 5732 "rename": null, 5733 "req": "^0.3", 5734 "source": "registry+https://github.com/rust-lang/crates.io-index", 5735 "target": null, 5736 "uses_default_features": true 5737 }, 5738 { 5739 "features": [], 5740 "kind": null, 5741 "name": "itertools", 5742 "optional": false, 5743 "registry": null, 5744 "rename": null, 5745 "req": "^0.10", 5746 "source": "registry+https://github.com/rust-lang/crates.io-index", 5747 "target": null, 5748 "uses_default_features": true 5749 }, 5750 { 5751 "features": [], 5752 "kind": "dev", 5753 "name": "itertools-num", 5754 "optional": false, 5755 "registry": null, 5756 "rename": null, 5757 "req": "^0.1", 5758 "source": "registry+https://github.com/rust-lang/crates.io-index", 5759 "target": null, 5760 "uses_default_features": true 5761 }, 5762 { 5763 "features": [ 5764 "std" 5765 ], 5766 "kind": "dev", 5767 "name": "num-complex", 5768 "optional": false, 5769 "registry": null, 5770 "rename": null, 5771 "req": "^0.4", 5772 "source": "registry+https://github.com/rust-lang/crates.io-index", 5773 "target": null, 5774 "uses_default_features": false 5775 }, 5776 { 5777 "features": [], 5778 "kind": "dev", 5779 "name": "rand", 5780 "optional": false, 5781 "registry": null, 5782 "rename": null, 5783 "req": "^0.8", 5784 "source": "registry+https://github.com/rust-lang/crates.io-index", 5785 "target": null, 5786 "uses_default_features": true 5787 } 5788 ], 5789 "description": "Criterion's plotting library", 5790 "documentation": null, 5791 "edition": "2018", 5792 "features": {}, 5793 "homepage": null, 5794 "id": "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0", 5795 "keywords": [ 5796 "plotting", 5797 "gnuplot", 5798 "criterion" 5799 ], 5800 "license": "MIT/Apache-2.0", 5801 "license_file": null, 5802 "links": null, 5803 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/Cargo.toml", 5804 "metadata": null, 5805 "name": "criterion-plot", 5806 "publish": null, 5807 "readme": "README.md", 5808 "repository": "https://github.com/bheisler/criterion.rs", 5809 "rust_version": null, 5810 "source": "registry+https://github.com/rust-lang/crates.io-index", 5811 "targets": [ 5812 { 5813 "crate_types": [ 5814 "lib" 5815 ], 5816 "doc": true, 5817 "doctest": true, 5818 "edition": "2018", 5819 "kind": [ 5820 "lib" 5821 ], 5822 "name": "criterion-plot", 5823 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs", 5824 "test": true 5825 } 5826 ], 5827 "version": "0.5.0" 5828 }, 5829 { 5830 "authors": [], 5831 "categories": [ 5832 "algorithms", 5833 "concurrency", 5834 "data-structures" 5835 ], 5836 "default_run": null, 5837 "dependencies": [ 5838 { 5839 "features": [], 5840 "kind": null, 5841 "name": "crossbeam-epoch", 5842 "optional": false, 5843 "registry": null, 5844 "rename": null, 5845 "req": "^0.9.17", 5846 "source": "registry+https://github.com/rust-lang/crates.io-index", 5847 "target": null, 5848 "uses_default_features": false 5849 }, 5850 { 5851 "features": [], 5852 "kind": null, 5853 "name": "crossbeam-utils", 5854 "optional": false, 5855 "registry": null, 5856 "rename": null, 5857 "req": "^0.8.18", 5858 "source": "registry+https://github.com/rust-lang/crates.io-index", 5859 "target": null, 5860 "uses_default_features": false 5861 }, 5862 { 5863 "features": [], 5864 "kind": "dev", 5865 "name": "rand", 5866 "optional": false, 5867 "registry": null, 5868 "rename": null, 5869 "req": "^0.8", 5870 "source": "registry+https://github.com/rust-lang/crates.io-index", 5871 "target": null, 5872 "uses_default_features": true 5873 } 5874 ], 5875 "description": "Concurrent work-stealing deque", 5876 "documentation": null, 5877 "edition": "2021", 5878 "features": { 5879 "default": [ 5880 "std" 5881 ], 5882 "std": [ 5883 "crossbeam-epoch/std", 5884 "crossbeam-utils/std" 5885 ] 5886 }, 5887 "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque", 5888 "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5", 5889 "keywords": [ 5890 "chase-lev", 5891 "lock-free", 5892 "scheduler", 5893 "scheduling" 5894 ], 5895 "license": "MIT OR Apache-2.0", 5896 "license_file": null, 5897 "links": null, 5898 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/Cargo.toml", 5899 "metadata": null, 5900 "name": "crossbeam-deque", 5901 "publish": null, 5902 "readme": "README.md", 5903 "repository": "https://github.com/crossbeam-rs/crossbeam", 5904 "rust_version": "1.61", 5905 "source": "registry+https://github.com/rust-lang/crates.io-index", 5906 "targets": [ 5907 { 5908 "crate_types": [ 5909 "lib" 5910 ], 5911 "doc": true, 5912 "doctest": true, 5913 "edition": "2021", 5914 "kind": [ 5915 "lib" 5916 ], 5917 "name": "crossbeam-deque", 5918 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs", 5919 "test": true 5920 }, 5921 { 5922 "crate_types": [ 5923 "bin" 5924 ], 5925 "doc": false, 5926 "doctest": false, 5927 "edition": "2021", 5928 "kind": [ 5929 "test" 5930 ], 5931 "name": "fifo", 5932 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/fifo.rs", 5933 "test": true 5934 }, 5935 { 5936 "crate_types": [ 5937 "bin" 5938 ], 5939 "doc": false, 5940 "doctest": false, 5941 "edition": "2021", 5942 "kind": [ 5943 "test" 5944 ], 5945 "name": "steal", 5946 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/steal.rs", 5947 "test": true 5948 }, 5949 { 5950 "crate_types": [ 5951 "bin" 5952 ], 5953 "doc": false, 5954 "doctest": false, 5955 "edition": "2021", 5956 "kind": [ 5957 "test" 5958 ], 5959 "name": "lifo", 5960 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/lifo.rs", 5961 "test": true 5962 }, 5963 { 5964 "crate_types": [ 5965 "bin" 5966 ], 5967 "doc": false, 5968 "doctest": false, 5969 "edition": "2021", 5970 "kind": [ 5971 "test" 5972 ], 5973 "name": "injector", 5974 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/injector.rs", 5975 "test": true 5976 } 5977 ], 5978 "version": "0.8.5" 5979 }, 5980 { 5981 "authors": [], 5982 "categories": [ 5983 "concurrency", 5984 "memory-management", 5985 "no-std" 5986 ], 5987 "default_run": null, 5988 "dependencies": [ 5989 { 5990 "features": [], 5991 "kind": null, 5992 "name": "crossbeam-utils", 5993 "optional": false, 5994 "registry": null, 5995 "rename": null, 5996 "req": "^0.8.18", 5997 "source": "registry+https://github.com/rust-lang/crates.io-index", 5998 "target": null, 5999 "uses_default_features": false 6000 }, 6001 { 6002 "features": [], 6003 "kind": "dev", 6004 "name": "rand", 6005 "optional": false, 6006 "registry": null, 6007 "rename": null, 6008 "req": "^0.8", 6009 "source": "registry+https://github.com/rust-lang/crates.io-index", 6010 "target": null, 6011 "uses_default_features": true 6012 }, 6013 { 6014 "features": [], 6015 "kind": null, 6016 "name": "loom", 6017 "optional": true, 6018 "registry": null, 6019 "rename": "loom-crate", 6020 "req": "^0.7.1", 6021 "source": "registry+https://github.com/rust-lang/crates.io-index", 6022 "target": "cfg(crossbeam_loom)", 6023 "uses_default_features": true 6024 } 6025 ], 6026 "description": "Epoch-based garbage collection", 6027 "documentation": null, 6028 "edition": "2021", 6029 "features": { 6030 "alloc": [], 6031 "default": [ 6032 "std" 6033 ], 6034 "loom": [ 6035 "loom-crate", 6036 "crossbeam-utils/loom" 6037 ], 6038 "loom-crate": [ 6039 "dep:loom-crate" 6040 ], 6041 "nightly": [ 6042 "crossbeam-utils/nightly" 6043 ], 6044 "std": [ 6045 "alloc", 6046 "crossbeam-utils/std" 6047 ] 6048 }, 6049 "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch", 6050 "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", 6051 "keywords": [ 6052 "lock-free", 6053 "rcu", 6054 "atomic", 6055 "garbage" 6056 ], 6057 "license": "MIT OR Apache-2.0", 6058 "license_file": null, 6059 "links": null, 6060 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/Cargo.toml", 6061 "metadata": null, 6062 "name": "crossbeam-epoch", 6063 "publish": null, 6064 "readme": "README.md", 6065 "repository": "https://github.com/crossbeam-rs/crossbeam", 6066 "rust_version": "1.61", 6067 "source": "registry+https://github.com/rust-lang/crates.io-index", 6068 "targets": [ 6069 { 6070 "crate_types": [ 6071 "lib" 6072 ], 6073 "doc": true, 6074 "doctest": true, 6075 "edition": "2021", 6076 "kind": [ 6077 "lib" 6078 ], 6079 "name": "crossbeam-epoch", 6080 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs", 6081 "test": true 6082 }, 6083 { 6084 "crate_types": [ 6085 "bin" 6086 ], 6087 "doc": false, 6088 "doctest": false, 6089 "edition": "2021", 6090 "kind": [ 6091 "example" 6092 ], 6093 "name": "sanitize", 6094 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/examples/sanitize.rs", 6095 "test": false 6096 }, 6097 { 6098 "crate_types": [ 6099 "bin" 6100 ], 6101 "doc": false, 6102 "doctest": false, 6103 "edition": "2021", 6104 "kind": [ 6105 "test" 6106 ], 6107 "name": "loom", 6108 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/tests/loom.rs", 6109 "test": true 6110 }, 6111 { 6112 "crate_types": [ 6113 "bin" 6114 ], 6115 "doc": false, 6116 "doctest": false, 6117 "edition": "2021", 6118 "kind": [ 6119 "bench" 6120 ], 6121 "name": "defer", 6122 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/defer.rs", 6123 "test": false 6124 }, 6125 { 6126 "crate_types": [ 6127 "bin" 6128 ], 6129 "doc": false, 6130 "doctest": false, 6131 "edition": "2021", 6132 "kind": [ 6133 "bench" 6134 ], 6135 "name": "flush", 6136 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/flush.rs", 6137 "test": false 6138 }, 6139 { 6140 "crate_types": [ 6141 "bin" 6142 ], 6143 "doc": false, 6144 "doctest": false, 6145 "edition": "2021", 6146 "kind": [ 6147 "bench" 6148 ], 6149 "name": "pin", 6150 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/pin.rs", 6151 "test": false 6152 } 6153 ], 6154 "version": "0.9.18" 6155 }, 6156 { 6157 "authors": [], 6158 "categories": [ 6159 "algorithms", 6160 "concurrency", 6161 "data-structures", 6162 "no-std" 6163 ], 6164 "default_run": null, 6165 "dependencies": [ 6166 { 6167 "features": [], 6168 "kind": "dev", 6169 "name": "rand", 6170 "optional": false, 6171 "registry": null, 6172 "rename": null, 6173 "req": "^0.8", 6174 "source": "registry+https://github.com/rust-lang/crates.io-index", 6175 "target": null, 6176 "uses_default_features": true 6177 }, 6178 { 6179 "features": [], 6180 "kind": null, 6181 "name": "loom", 6182 "optional": true, 6183 "registry": null, 6184 "rename": null, 6185 "req": "^0.7.1", 6186 "source": "registry+https://github.com/rust-lang/crates.io-index", 6187 "target": "cfg(crossbeam_loom)", 6188 "uses_default_features": true 6189 } 6190 ], 6191 "description": "Utilities for concurrent programming", 6192 "documentation": null, 6193 "edition": "2021", 6194 "features": { 6195 "default": [ 6196 "std" 6197 ], 6198 "loom": [ 6199 "dep:loom" 6200 ], 6201 "nightly": [], 6202 "std": [] 6203 }, 6204 "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", 6205 "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19", 6206 "keywords": [ 6207 "scoped", 6208 "thread", 6209 "atomic", 6210 "cache" 6211 ], 6212 "license": "MIT OR Apache-2.0", 6213 "license_file": null, 6214 "links": null, 6215 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/Cargo.toml", 6216 "metadata": null, 6217 "name": "crossbeam-utils", 6218 "publish": null, 6219 "readme": "README.md", 6220 "repository": "https://github.com/crossbeam-rs/crossbeam", 6221 "rust_version": "1.60", 6222 "source": "registry+https://github.com/rust-lang/crates.io-index", 6223 "targets": [ 6224 { 6225 "crate_types": [ 6226 "lib" 6227 ], 6228 "doc": true, 6229 "doctest": true, 6230 "edition": "2021", 6231 "kind": [ 6232 "lib" 6233 ], 6234 "name": "crossbeam-utils", 6235 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs", 6236 "test": true 6237 }, 6238 { 6239 "crate_types": [ 6240 "bin" 6241 ], 6242 "doc": false, 6243 "doctest": false, 6244 "edition": "2021", 6245 "kind": [ 6246 "test" 6247 ], 6248 "name": "thread", 6249 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/thread.rs", 6250 "test": true 6251 }, 6252 { 6253 "crate_types": [ 6254 "bin" 6255 ], 6256 "doc": false, 6257 "doctest": false, 6258 "edition": "2021", 6259 "kind": [ 6260 "test" 6261 ], 6262 "name": "parker", 6263 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/parker.rs", 6264 "test": true 6265 }, 6266 { 6267 "crate_types": [ 6268 "bin" 6269 ], 6270 "doc": false, 6271 "doctest": false, 6272 "edition": "2021", 6273 "kind": [ 6274 "test" 6275 ], 6276 "name": "sharded_lock", 6277 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/sharded_lock.rs", 6278 "test": true 6279 }, 6280 { 6281 "crate_types": [ 6282 "bin" 6283 ], 6284 "doc": false, 6285 "doctest": false, 6286 "edition": "2021", 6287 "kind": [ 6288 "test" 6289 ], 6290 "name": "cache_padded", 6291 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/cache_padded.rs", 6292 "test": true 6293 }, 6294 { 6295 "crate_types": [ 6296 "bin" 6297 ], 6298 "doc": false, 6299 "doctest": false, 6300 "edition": "2021", 6301 "kind": [ 6302 "test" 6303 ], 6304 "name": "atomic_cell", 6305 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/atomic_cell.rs", 6306 "test": true 6307 }, 6308 { 6309 "crate_types": [ 6310 "bin" 6311 ], 6312 "doc": false, 6313 "doctest": false, 6314 "edition": "2021", 6315 "kind": [ 6316 "test" 6317 ], 6318 "name": "wait_group", 6319 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/tests/wait_group.rs", 6320 "test": true 6321 }, 6322 { 6323 "crate_types": [ 6324 "bin" 6325 ], 6326 "doc": false, 6327 "doctest": false, 6328 "edition": "2021", 6329 "kind": [ 6330 "bench" 6331 ], 6332 "name": "atomic_cell", 6333 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/benches/atomic_cell.rs", 6334 "test": false 6335 }, 6336 { 6337 "crate_types": [ 6338 "bin" 6339 ], 6340 "doc": false, 6341 "doctest": false, 6342 "edition": "2021", 6343 "kind": [ 6344 "custom-build" 6345 ], 6346 "name": "build-script-build", 6347 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs", 6348 "test": false 6349 } 6350 ], 6351 "version": "0.8.19" 6352 }, 6353 { 6354 "authors": [ 6355 "Vurich <jackefransham@hotmail.co.uk>" 6356 ], 6357 "categories": [], 6358 "default_run": null, 6359 "dependencies": [], 6360 "description": "Crunchy unroller: deterministically unroll constant loops", 6361 "documentation": null, 6362 "edition": "2015", 6363 "features": { 6364 "default": [ 6365 "limit_128" 6366 ], 6367 "limit_1024": [], 6368 "limit_128": [], 6369 "limit_2048": [], 6370 "limit_256": [], 6371 "limit_512": [], 6372 "limit_64": [], 6373 "std": [] 6374 }, 6375 "homepage": null, 6376 "id": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2", 6377 "keywords": [], 6378 "license": "MIT", 6379 "license_file": null, 6380 "links": null, 6381 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml", 6382 "metadata": null, 6383 "name": "crunchy", 6384 "publish": null, 6385 "readme": "README.md", 6386 "repository": null, 6387 "rust_version": null, 6388 "source": "registry+https://github.com/rust-lang/crates.io-index", 6389 "targets": [ 6390 { 6391 "crate_types": [ 6392 "lib" 6393 ], 6394 "doc": true, 6395 "doctest": true, 6396 "edition": "2015", 6397 "kind": [ 6398 "lib" 6399 ], 6400 "name": "crunchy", 6401 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs", 6402 "test": true 6403 }, 6404 { 6405 "crate_types": [ 6406 "bin" 6407 ], 6408 "doc": false, 6409 "doctest": false, 6410 "edition": "2015", 6411 "kind": [ 6412 "custom-build" 6413 ], 6414 "name": "build-script-build", 6415 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs", 6416 "test": false 6417 } 6418 ], 6419 "version": "0.2.2" 6420 }, 6421 { 6422 "authors": [ 6423 "The @xdg-rs members" 6424 ], 6425 "categories": [], 6426 "default_run": null, 6427 "dependencies": [ 6428 { 6429 "features": [], 6430 "kind": null, 6431 "name": "cfg-if", 6432 "optional": false, 6433 "registry": null, 6434 "rename": null, 6435 "req": "^1.0.0", 6436 "source": "registry+https://github.com/rust-lang/crates.io-index", 6437 "target": null, 6438 "uses_default_features": true 6439 }, 6440 { 6441 "features": [], 6442 "kind": null, 6443 "name": "dirs-sys-next", 6444 "optional": false, 6445 "registry": null, 6446 "rename": null, 6447 "req": "^0.1", 6448 "source": "registry+https://github.com/rust-lang/crates.io-index", 6449 "target": null, 6450 "uses_default_features": true 6451 } 6452 ], 6453 "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", 6454 "documentation": null, 6455 "edition": "2018", 6456 "features": {}, 6457 "homepage": null, 6458 "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0", 6459 "keywords": [ 6460 "xdg", 6461 "basedir", 6462 "app_dirs", 6463 "path", 6464 "folder" 6465 ], 6466 "license": "MIT OR Apache-2.0", 6467 "license_file": null, 6468 "links": null, 6469 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/Cargo.toml", 6470 "metadata": null, 6471 "name": "dirs-next", 6472 "publish": null, 6473 "readme": "README.md", 6474 "repository": "https://github.com/xdg-rs/dirs", 6475 "rust_version": null, 6476 "source": "registry+https://github.com/rust-lang/crates.io-index", 6477 "targets": [ 6478 { 6479 "crate_types": [ 6480 "lib" 6481 ], 6482 "doc": true, 6483 "doctest": true, 6484 "edition": "2018", 6485 "kind": [ 6486 "lib" 6487 ], 6488 "name": "dirs-next", 6489 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs", 6490 "test": true 6491 } 6492 ], 6493 "version": "2.0.0" 6494 }, 6495 { 6496 "authors": [ 6497 "The @xdg-rs members" 6498 ], 6499 "categories": [], 6500 "default_run": null, 6501 "dependencies": [ 6502 { 6503 "features": [], 6504 "kind": null, 6505 "name": "redox_users", 6506 "optional": false, 6507 "registry": null, 6508 "rename": null, 6509 "req": "^0.4.0", 6510 "source": "registry+https://github.com/rust-lang/crates.io-index", 6511 "target": "cfg(target_os = \"redox\")", 6512 "uses_default_features": false 6513 }, 6514 { 6515 "features": [], 6516 "kind": null, 6517 "name": "libc", 6518 "optional": false, 6519 "registry": null, 6520 "rename": null, 6521 "req": "^0.2", 6522 "source": "registry+https://github.com/rust-lang/crates.io-index", 6523 "target": "cfg(unix)", 6524 "uses_default_features": true 6525 }, 6526 { 6527 "features": [ 6528 "knownfolders", 6529 "objbase", 6530 "shlobj", 6531 "winbase", 6532 "winerror" 6533 ], 6534 "kind": null, 6535 "name": "winapi", 6536 "optional": false, 6537 "registry": null, 6538 "rename": null, 6539 "req": "^0.3", 6540 "source": "registry+https://github.com/rust-lang/crates.io-index", 6541 "target": "cfg(windows)", 6542 "uses_default_features": true 6543 } 6544 ], 6545 "description": "system-level helper functions for the dirs and directories crates", 6546 "documentation": null, 6547 "edition": "2018", 6548 "features": {}, 6549 "homepage": null, 6550 "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2", 6551 "keywords": [], 6552 "license": "MIT OR Apache-2.0", 6553 "license_file": null, 6554 "links": null, 6555 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/Cargo.toml", 6556 "metadata": null, 6557 "name": "dirs-sys-next", 6558 "publish": null, 6559 "readme": "README.md", 6560 "repository": "https://github.com/xdg-rs/dirs/tree/master/dirs-sys", 6561 "rust_version": null, 6562 "source": "registry+https://github.com/rust-lang/crates.io-index", 6563 "targets": [ 6564 { 6565 "crate_types": [ 6566 "lib" 6567 ], 6568 "doc": true, 6569 "doctest": true, 6570 "edition": "2018", 6571 "kind": [ 6572 "lib" 6573 ], 6574 "name": "dirs-sys-next", 6575 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs", 6576 "test": true 6577 } 6578 ], 6579 "version": "0.1.2" 6580 }, 6581 { 6582 "authors": [ 6583 "Elinor Berger <elinor@safaradeg.net>" 6584 ], 6585 "categories": [ 6586 "api-bindings" 6587 ], 6588 "default_run": null, 6589 "dependencies": [ 6590 { 6591 "features": [], 6592 "kind": null, 6593 "name": "libloading", 6594 "optional": false, 6595 "registry": null, 6596 "rename": null, 6597 "req": ">=0.7, <0.9", 6598 "source": "registry+https://github.com/rust-lang/crates.io-index", 6599 "target": null, 6600 "uses_default_features": true 6601 } 6602 ], 6603 "description": "Helper macros for handling manually loading optional system libraries.", 6604 "documentation": null, 6605 "edition": "2015", 6606 "features": {}, 6607 "homepage": null, 6608 "id": "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2", 6609 "keywords": [ 6610 "dylib", 6611 "dlopen" 6612 ], 6613 "license": "MIT", 6614 "license_file": null, 6615 "links": null, 6616 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/Cargo.toml", 6617 "metadata": null, 6618 "name": "dlib", 6619 "publish": null, 6620 "readme": "README.md", 6621 "repository": "https://github.com/elinorbgr/dlib", 6622 "rust_version": null, 6623 "source": "registry+https://github.com/rust-lang/crates.io-index", 6624 "targets": [ 6625 { 6626 "crate_types": [ 6627 "lib" 6628 ], 6629 "doc": true, 6630 "doctest": true, 6631 "edition": "2015", 6632 "kind": [ 6633 "lib" 6634 ], 6635 "name": "dlib", 6636 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs", 6637 "test": true 6638 } 6639 ], 6640 "version": "0.5.2" 6641 }, 6642 { 6643 "authors": [ 6644 "The Servo Project Developers", 6645 "Vladimir Vukicevic <vladimir@pobox.com>" 6646 ], 6647 "categories": [], 6648 "default_run": null, 6649 "dependencies": [ 6650 { 6651 "features": [], 6652 "kind": null, 6653 "name": "lazy_static", 6654 "optional": false, 6655 "registry": null, 6656 "rename": null, 6657 "req": "^1", 6658 "source": "registry+https://github.com/rust-lang/crates.io-index", 6659 "target": null, 6660 "uses_default_features": true 6661 }, 6662 { 6663 "features": [], 6664 "kind": null, 6665 "name": "libc", 6666 "optional": false, 6667 "registry": null, 6668 "rename": null, 6669 "req": "^0.2", 6670 "source": "registry+https://github.com/rust-lang/crates.io-index", 6671 "target": null, 6672 "uses_default_features": true 6673 }, 6674 { 6675 "features": [], 6676 "kind": null, 6677 "name": "serde", 6678 "optional": true, 6679 "registry": null, 6680 "rename": null, 6681 "req": "^1.0", 6682 "source": "registry+https://github.com/rust-lang/crates.io-index", 6683 "target": null, 6684 "uses_default_features": true 6685 }, 6686 { 6687 "features": [], 6688 "kind": null, 6689 "name": "serde_derive", 6690 "optional": true, 6691 "registry": null, 6692 "rename": null, 6693 "req": "^1.0", 6694 "source": "registry+https://github.com/rust-lang/crates.io-index", 6695 "target": null, 6696 "uses_default_features": true 6697 }, 6698 { 6699 "features": [ 6700 "dwrite", 6701 "dwrite_1", 6702 "dwrite_3", 6703 "winnt", 6704 "unknwnbase", 6705 "libloaderapi", 6706 "winnls" 6707 ], 6708 "kind": null, 6709 "name": "winapi", 6710 "optional": false, 6711 "registry": null, 6712 "rename": null, 6713 "req": "^0.3.6", 6714 "source": "registry+https://github.com/rust-lang/crates.io-index", 6715 "target": null, 6716 "uses_default_features": true 6717 }, 6718 { 6719 "features": [], 6720 "kind": null, 6721 "name": "wio", 6722 "optional": false, 6723 "registry": null, 6724 "rename": null, 6725 "req": "^0.2", 6726 "source": "registry+https://github.com/rust-lang/crates.io-index", 6727 "target": null, 6728 "uses_default_features": true 6729 } 6730 ], 6731 "description": "Lightweight binding to DirectWrite.", 6732 "documentation": null, 6733 "edition": "2018", 6734 "features": { 6735 "default": [ 6736 "serde_serialization" 6737 ], 6738 "serde": [ 6739 "dep:serde" 6740 ], 6741 "serde_derive": [ 6742 "dep:serde_derive" 6743 ], 6744 "serde_serialization": [ 6745 "serde", 6746 "serde_derive" 6747 ] 6748 }, 6749 "homepage": null, 6750 "id": "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0", 6751 "keywords": [], 6752 "license": "MPL-2.0", 6753 "license_file": null, 6754 "links": null, 6755 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dwrote-0.11.0/Cargo.toml", 6756 "metadata": null, 6757 "name": "dwrote", 6758 "publish": null, 6759 "readme": "README.md", 6760 "repository": "https://github.com/servo/dwrote-rs", 6761 "rust_version": null, 6762 "source": "registry+https://github.com/rust-lang/crates.io-index", 6763 "targets": [ 6764 { 6765 "crate_types": [ 6766 "lib" 6767 ], 6768 "doc": true, 6769 "doctest": true, 6770 "edition": "2018", 6771 "kind": [ 6772 "lib" 6773 ], 6774 "name": "dwrote", 6775 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dwrote-0.11.0/src/lib.rs", 6776 "test": true 6777 } 6778 ], 6779 "version": "0.11.0" 6780 }, 6781 { 6782 "authors": [ 6783 "bluss" 6784 ], 6785 "categories": [ 6786 "data-structures", 6787 "no-std" 6788 ], 6789 "default_run": null, 6790 "dependencies": [ 6791 { 6792 "features": [ 6793 "derive" 6794 ], 6795 "kind": null, 6796 "name": "serde", 6797 "optional": true, 6798 "registry": null, 6799 "rename": null, 6800 "req": "^1.0", 6801 "source": "registry+https://github.com/rust-lang/crates.io-index", 6802 "target": null, 6803 "uses_default_features": true 6804 }, 6805 { 6806 "features": [], 6807 "kind": "dev", 6808 "name": "serde_json", 6809 "optional": false, 6810 "registry": null, 6811 "rename": null, 6812 "req": "^1.0.0", 6813 "source": "registry+https://github.com/rust-lang/crates.io-index", 6814 "target": null, 6815 "uses_default_features": true 6816 } 6817 ], 6818 "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", 6819 "documentation": "https://docs.rs/either/1/", 6820 "edition": "2018", 6821 "features": { 6822 "default": [ 6823 "use_std" 6824 ], 6825 "serde": [ 6826 "dep:serde" 6827 ], 6828 "use_std": [] 6829 }, 6830 "homepage": null, 6831 "id": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0", 6832 "keywords": [ 6833 "data-structure", 6834 "no_std" 6835 ], 6836 "license": "MIT OR Apache-2.0", 6837 "license_file": null, 6838 "links": null, 6839 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/Cargo.toml", 6840 "metadata": { 6841 "docs": { 6842 "rs": { 6843 "features": [ 6844 "serde" 6845 ] 6846 } 6847 }, 6848 "playground": { 6849 "features": [ 6850 "serde" 6851 ] 6852 }, 6853 "release": { 6854 "no-dev-version": true, 6855 "tag-name": "{{version}}" 6856 } 6857 }, 6858 "name": "either", 6859 "publish": null, 6860 "readme": "README-crates.io.md", 6861 "repository": "https://github.com/rayon-rs/either", 6862 "rust_version": "1.36", 6863 "source": "registry+https://github.com/rust-lang/crates.io-index", 6864 "targets": [ 6865 { 6866 "crate_types": [ 6867 "lib" 6868 ], 6869 "doc": true, 6870 "doctest": true, 6871 "edition": "2018", 6872 "kind": [ 6873 "lib" 6874 ], 6875 "name": "either", 6876 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs", 6877 "test": true 6878 } 6879 ], 6880 "version": "1.11.0" 6881 }, 6882 { 6883 "authors": [ 6884 "The image-rs Developers" 6885 ], 6886 "categories": [ 6887 "compression" 6888 ], 6889 "default_run": null, 6890 "dependencies": [ 6891 { 6892 "features": [], 6893 "kind": null, 6894 "name": "simd-adler32", 6895 "optional": false, 6896 "registry": null, 6897 "rename": null, 6898 "req": "^0.3.4", 6899 "source": "registry+https://github.com/rust-lang/crates.io-index", 6900 "target": null, 6901 "uses_default_features": true 6902 }, 6903 { 6904 "features": [], 6905 "kind": "dev", 6906 "name": "miniz_oxide", 6907 "optional": false, 6908 "registry": null, 6909 "rename": null, 6910 "req": "^0.7.1", 6911 "source": "registry+https://github.com/rust-lang/crates.io-index", 6912 "target": null, 6913 "uses_default_features": true 6914 }, 6915 { 6916 "features": [], 6917 "kind": "dev", 6918 "name": "rand", 6919 "optional": false, 6920 "registry": null, 6921 "rename": null, 6922 "req": "^0.8.5", 6923 "source": "registry+https://github.com/rust-lang/crates.io-index", 6924 "target": null, 6925 "uses_default_features": true 6926 } 6927 ], 6928 "description": "Fast specialized deflate implementation", 6929 "documentation": "https://docs.rs/fdeflate", 6930 "edition": "2021", 6931 "features": {}, 6932 "homepage": "https://github.com/image-rs/fdeflate", 6933 "id": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4", 6934 "keywords": [], 6935 "license": "MIT OR Apache-2.0", 6936 "license_file": null, 6937 "links": null, 6938 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/Cargo.toml", 6939 "metadata": null, 6940 "name": "fdeflate", 6941 "publish": null, 6942 "readme": "README.md", 6943 "repository": "https://github.com/image-rs/fdeflate", 6944 "rust_version": "1.57.0", 6945 "source": "registry+https://github.com/rust-lang/crates.io-index", 6946 "targets": [ 6947 { 6948 "crate_types": [ 6949 "lib" 6950 ], 6951 "doc": true, 6952 "doctest": true, 6953 "edition": "2021", 6954 "kind": [ 6955 "lib" 6956 ], 6957 "name": "fdeflate", 6958 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/src/lib.rs", 6959 "test": true 6960 } 6961 ], 6962 "version": "0.3.4" 6963 }, 6964 { 6965 "authors": [ 6966 "Alex Crichton <alex@alexcrichton.com>", 6967 "Josh Triplett <josh@joshtriplett.org>" 6968 ], 6969 "categories": [ 6970 "compression", 6971 "api-bindings" 6972 ], 6973 "default_run": null, 6974 "dependencies": [ 6975 { 6976 "features": [], 6977 "kind": null, 6978 "name": "cloudflare-zlib-sys", 6979 "optional": true, 6980 "registry": null, 6981 "rename": null, 6982 "req": "^0.3.0", 6983 "source": "registry+https://github.com/rust-lang/crates.io-index", 6984 "target": null, 6985 "uses_default_features": true 6986 }, 6987 { 6988 "features": [], 6989 "kind": null, 6990 "name": "crc32fast", 6991 "optional": false, 6992 "registry": null, 6993 "rename": null, 6994 "req": "^1.2.0", 6995 "source": "registry+https://github.com/rust-lang/crates.io-index", 6996 "target": null, 6997 "uses_default_features": true 6998 }, 6999 { 7000 "features": [], 7001 "kind": null, 7002 "name": "libz-ng-sys", 7003 "optional": true, 7004 "registry": null, 7005 "rename": null, 7006 "req": "^1.1.8", 7007 "source": "registry+https://github.com/rust-lang/crates.io-index", 7008 "target": null, 7009 "uses_default_features": true 7010 }, 7011 { 7012 "features": [], 7013 "kind": null, 7014 "name": "libz-sys", 7015 "optional": true, 7016 "registry": null, 7017 "rename": null, 7018 "req": "^1.1.8", 7019 "source": "registry+https://github.com/rust-lang/crates.io-index", 7020 "target": null, 7021 "uses_default_features": false 7022 }, 7023 { 7024 "features": [ 7025 "with-alloc" 7026 ], 7027 "kind": null, 7028 "name": "miniz_oxide", 7029 "optional": true, 7030 "registry": null, 7031 "rename": null, 7032 "req": "^0.7.1", 7033 "source": "registry+https://github.com/rust-lang/crates.io-index", 7034 "target": null, 7035 "uses_default_features": false 7036 }, 7037 { 7038 "features": [], 7039 "kind": "dev", 7040 "name": "quickcheck", 7041 "optional": false, 7042 "registry": null, 7043 "rename": null, 7044 "req": "^1.0", 7045 "source": "registry+https://github.com/rust-lang/crates.io-index", 7046 "target": null, 7047 "uses_default_features": false 7048 }, 7049 { 7050 "features": [], 7051 "kind": "dev", 7052 "name": "rand", 7053 "optional": false, 7054 "registry": null, 7055 "rename": null, 7056 "req": "^0.8", 7057 "source": "registry+https://github.com/rust-lang/crates.io-index", 7058 "target": null, 7059 "uses_default_features": true 7060 }, 7061 { 7062 "features": [ 7063 "with-alloc" 7064 ], 7065 "kind": null, 7066 "name": "miniz_oxide", 7067 "optional": false, 7068 "registry": null, 7069 "rename": null, 7070 "req": "^0.7.1", 7071 "source": "registry+https://github.com/rust-lang/crates.io-index", 7072 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", 7073 "uses_default_features": false 7074 } 7075 ], 7076 "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n", 7077 "documentation": "https://docs.rs/flate2", 7078 "edition": "2018", 7079 "features": { 7080 "any_impl": [], 7081 "any_zlib": [ 7082 "any_impl" 7083 ], 7084 "cloudflare-zlib-sys": [ 7085 "dep:cloudflare-zlib-sys" 7086 ], 7087 "cloudflare_zlib": [ 7088 "any_zlib", 7089 "cloudflare-zlib-sys" 7090 ], 7091 "default": [ 7092 "rust_backend" 7093 ], 7094 "libz-ng-sys": [ 7095 "dep:libz-ng-sys" 7096 ], 7097 "libz-sys": [ 7098 "dep:libz-sys" 7099 ], 7100 "miniz-sys": [ 7101 "rust_backend" 7102 ], 7103 "miniz_oxide": [ 7104 "dep:miniz_oxide" 7105 ], 7106 "rust_backend": [ 7107 "miniz_oxide", 7108 "any_impl" 7109 ], 7110 "zlib": [ 7111 "any_zlib", 7112 "libz-sys" 7113 ], 7114 "zlib-default": [ 7115 "any_zlib", 7116 "libz-sys/default" 7117 ], 7118 "zlib-ng": [ 7119 "any_zlib", 7120 "libz-ng-sys" 7121 ], 7122 "zlib-ng-compat": [ 7123 "zlib", 7124 "libz-sys/zlib-ng" 7125 ] 7126 }, 7127 "homepage": "https://github.com/rust-lang/flate2-rs", 7128 "id": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28", 7129 "keywords": [ 7130 "gzip", 7131 "deflate", 7132 "zlib", 7133 "zlib-ng", 7134 "encoding" 7135 ], 7136 "license": "MIT OR Apache-2.0", 7137 "license_file": null, 7138 "links": null, 7139 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/Cargo.toml", 7140 "metadata": { 7141 "docs": { 7142 "rs": { 7143 "all-features": true, 7144 "rustdoc-args": [ 7145 "--cfg", 7146 "docsrs" 7147 ] 7148 } 7149 } 7150 }, 7151 "name": "flate2", 7152 "publish": null, 7153 "readme": "README.md", 7154 "repository": "https://github.com/rust-lang/flate2-rs", 7155 "rust_version": null, 7156 "source": "registry+https://github.com/rust-lang/crates.io-index", 7157 "targets": [ 7158 { 7159 "crate_types": [ 7160 "lib" 7161 ], 7162 "doc": true, 7163 "doctest": true, 7164 "edition": "2018", 7165 "kind": [ 7166 "lib" 7167 ], 7168 "name": "flate2", 7169 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs", 7170 "test": true 7171 }, 7172 { 7173 "crate_types": [ 7174 "bin" 7175 ], 7176 "doc": false, 7177 "doctest": false, 7178 "edition": "2018", 7179 "kind": [ 7180 "example" 7181 ], 7182 "name": "gzencoder-write", 7183 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzencoder-write.rs", 7184 "test": false 7185 }, 7186 { 7187 "crate_types": [ 7188 "bin" 7189 ], 7190 "doc": false, 7191 "doctest": false, 7192 "edition": "2018", 7193 "kind": [ 7194 "example" 7195 ], 7196 "name": "gzencoder-bufread", 7197 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzencoder-bufread.rs", 7198 "test": false 7199 }, 7200 { 7201 "crate_types": [ 7202 "bin" 7203 ], 7204 "doc": false, 7205 "doctest": false, 7206 "edition": "2018", 7207 "kind": [ 7208 "example" 7209 ], 7210 "name": "deflateencoder-read", 7211 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflateencoder-read.rs", 7212 "test": false 7213 }, 7214 { 7215 "crate_types": [ 7216 "bin" 7217 ], 7218 "doc": false, 7219 "doctest": false, 7220 "edition": "2018", 7221 "kind": [ 7222 "example" 7223 ], 7224 "name": "deflatedecoder-read", 7225 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflatedecoder-read.rs", 7226 "test": false 7227 }, 7228 { 7229 "crate_types": [ 7230 "bin" 7231 ], 7232 "doc": false, 7233 "doctest": false, 7234 "edition": "2018", 7235 "kind": [ 7236 "example" 7237 ], 7238 "name": "gzbuilder", 7239 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzbuilder.rs", 7240 "test": false 7241 }, 7242 { 7243 "crate_types": [ 7244 "bin" 7245 ], 7246 "doc": false, 7247 "doctest": false, 7248 "edition": "2018", 7249 "kind": [ 7250 "example" 7251 ], 7252 "name": "zlibdecoder-write", 7253 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibdecoder-write.rs", 7254 "test": false 7255 }, 7256 { 7257 "crate_types": [ 7258 "bin" 7259 ], 7260 "doc": false, 7261 "doctest": false, 7262 "edition": "2018", 7263 "kind": [ 7264 "example" 7265 ], 7266 "name": "deflatedecoder-write", 7267 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflatedecoder-write.rs", 7268 "test": false 7269 }, 7270 { 7271 "crate_types": [ 7272 "bin" 7273 ], 7274 "doc": false, 7275 "doctest": false, 7276 "edition": "2018", 7277 "kind": [ 7278 "example" 7279 ], 7280 "name": "compress_file", 7281 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/compress_file.rs", 7282 "test": false 7283 }, 7284 { 7285 "crate_types": [ 7286 "bin" 7287 ], 7288 "doc": false, 7289 "doctest": false, 7290 "edition": "2018", 7291 "kind": [ 7292 "example" 7293 ], 7294 "name": "gzmultidecoder-read", 7295 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzmultidecoder-read.rs", 7296 "test": false 7297 }, 7298 { 7299 "crate_types": [ 7300 "bin" 7301 ], 7302 "doc": false, 7303 "doctest": false, 7304 "edition": "2018", 7305 "kind": [ 7306 "example" 7307 ], 7308 "name": "zlibdecoder-bufread", 7309 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibdecoder-bufread.rs", 7310 "test": false 7311 }, 7312 { 7313 "crate_types": [ 7314 "bin" 7315 ], 7316 "doc": false, 7317 "doctest": false, 7318 "edition": "2018", 7319 "kind": [ 7320 "example" 7321 ], 7322 "name": "zlibencoder-bufread", 7323 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibencoder-bufread.rs", 7324 "test": false 7325 }, 7326 { 7327 "crate_types": [ 7328 "bin" 7329 ], 7330 "doc": false, 7331 "doctest": false, 7332 "edition": "2018", 7333 "kind": [ 7334 "example" 7335 ], 7336 "name": "gzdecoder-write", 7337 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzdecoder-write.rs", 7338 "test": false 7339 }, 7340 { 7341 "crate_types": [ 7342 "bin" 7343 ], 7344 "doc": false, 7345 "doctest": false, 7346 "edition": "2018", 7347 "kind": [ 7348 "example" 7349 ], 7350 "name": "zlibdecoder-read", 7351 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibdecoder-read.rs", 7352 "test": false 7353 }, 7354 { 7355 "crate_types": [ 7356 "bin" 7357 ], 7358 "doc": false, 7359 "doctest": false, 7360 "edition": "2018", 7361 "kind": [ 7362 "example" 7363 ], 7364 "name": "deflateencoder-bufread", 7365 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflateencoder-bufread.rs", 7366 "test": false 7367 }, 7368 { 7369 "crate_types": [ 7370 "bin" 7371 ], 7372 "doc": false, 7373 "doctest": false, 7374 "edition": "2018", 7375 "kind": [ 7376 "example" 7377 ], 7378 "name": "zlibencoder-write", 7379 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibencoder-write.rs", 7380 "test": false 7381 }, 7382 { 7383 "crate_types": [ 7384 "bin" 7385 ], 7386 "doc": false, 7387 "doctest": false, 7388 "edition": "2018", 7389 "kind": [ 7390 "example" 7391 ], 7392 "name": "decompress_file", 7393 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/decompress_file.rs", 7394 "test": false 7395 }, 7396 { 7397 "crate_types": [ 7398 "bin" 7399 ], 7400 "doc": false, 7401 "doctest": false, 7402 "edition": "2018", 7403 "kind": [ 7404 "example" 7405 ], 7406 "name": "gzmultidecoder-bufread", 7407 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzmultidecoder-bufread.rs", 7408 "test": false 7409 }, 7410 { 7411 "crate_types": [ 7412 "bin" 7413 ], 7414 "doc": false, 7415 "doctest": false, 7416 "edition": "2018", 7417 "kind": [ 7418 "example" 7419 ], 7420 "name": "zlibencoder-read", 7421 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/zlibencoder-read.rs", 7422 "test": false 7423 }, 7424 { 7425 "crate_types": [ 7426 "bin" 7427 ], 7428 "doc": false, 7429 "doctest": false, 7430 "edition": "2018", 7431 "kind": [ 7432 "example" 7433 ], 7434 "name": "deflatedecoder-bufread", 7435 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflatedecoder-bufread.rs", 7436 "test": false 7437 }, 7438 { 7439 "crate_types": [ 7440 "bin" 7441 ], 7442 "doc": false, 7443 "doctest": false, 7444 "edition": "2018", 7445 "kind": [ 7446 "example" 7447 ], 7448 "name": "gzencoder-read", 7449 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzencoder-read.rs", 7450 "test": false 7451 }, 7452 { 7453 "crate_types": [ 7454 "bin" 7455 ], 7456 "doc": false, 7457 "doctest": false, 7458 "edition": "2018", 7459 "kind": [ 7460 "example" 7461 ], 7462 "name": "gzdecoder-bufread", 7463 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzdecoder-bufread.rs", 7464 "test": false 7465 }, 7466 { 7467 "crate_types": [ 7468 "bin" 7469 ], 7470 "doc": false, 7471 "doctest": false, 7472 "edition": "2018", 7473 "kind": [ 7474 "example" 7475 ], 7476 "name": "gzdecoder-read", 7477 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/gzdecoder-read.rs", 7478 "test": false 7479 }, 7480 { 7481 "crate_types": [ 7482 "bin" 7483 ], 7484 "doc": false, 7485 "doctest": false, 7486 "edition": "2018", 7487 "kind": [ 7488 "example" 7489 ], 7490 "name": "deflateencoder-write", 7491 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/examples/deflateencoder-write.rs", 7492 "test": false 7493 }, 7494 { 7495 "crate_types": [ 7496 "bin" 7497 ], 7498 "doc": false, 7499 "doctest": false, 7500 "edition": "2018", 7501 "kind": [ 7502 "test" 7503 ], 7504 "name": "early-flush", 7505 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/early-flush.rs", 7506 "test": true 7507 }, 7508 { 7509 "crate_types": [ 7510 "bin" 7511 ], 7512 "doc": false, 7513 "doctest": false, 7514 "edition": "2018", 7515 "kind": [ 7516 "test" 7517 ], 7518 "name": "empty-read", 7519 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/empty-read.rs", 7520 "test": true 7521 }, 7522 { 7523 "crate_types": [ 7524 "bin" 7525 ], 7526 "doc": false, 7527 "doctest": false, 7528 "edition": "2018", 7529 "kind": [ 7530 "test" 7531 ], 7532 "name": "gunzip", 7533 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/gunzip.rs", 7534 "test": true 7535 }, 7536 { 7537 "crate_types": [ 7538 "bin" 7539 ], 7540 "doc": false, 7541 "doctest": false, 7542 "edition": "2018", 7543 "kind": [ 7544 "test" 7545 ], 7546 "name": "zero-write", 7547 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/tests/zero-write.rs", 7548 "test": true 7549 } 7550 ], 7551 "version": "1.0.28" 7552 }, 7553 { 7554 "authors": [ 7555 "Michael Howell <michael@notriddle.com>" 7556 ], 7557 "categories": [], 7558 "default_run": null, 7559 "dependencies": [ 7560 { 7561 "features": [], 7562 "kind": "dev", 7563 "name": "rand", 7564 "optional": false, 7565 "registry": null, 7566 "rename": null, 7567 "req": "^0.3", 7568 "source": "registry+https://github.com/rust-lang/crates.io-index", 7569 "target": null, 7570 "uses_default_features": true 7571 } 7572 ], 7573 "description": "A total ordering for floating-point numbers", 7574 "documentation": "https://docs.rs/float-ord/0.1.2/float-ord/", 7575 "edition": "2015", 7576 "features": {}, 7577 "homepage": null, 7578 "id": "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0", 7579 "keywords": [ 7580 "floats", 7581 "sort", 7582 "compare" 7583 ], 7584 "license": "MIT / Apache-2.0", 7585 "license_file": null, 7586 "links": null, 7587 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.2.0/Cargo.toml", 7588 "metadata": null, 7589 "name": "float-ord", 7590 "publish": null, 7591 "readme": "README.md", 7592 "repository": "https://github.com/notriddle/rust-float-ord", 7593 "rust_version": null, 7594 "source": "registry+https://github.com/rust-lang/crates.io-index", 7595 "targets": [ 7596 { 7597 "crate_types": [ 7598 "lib" 7599 ], 7600 "doc": true, 7601 "doctest": true, 7602 "edition": "2015", 7603 "kind": [ 7604 "lib" 7605 ], 7606 "name": "float-ord", 7607 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.2.0/src/lib.rs", 7608 "test": true 7609 } 7610 ], 7611 "version": "0.2.0" 7612 }, 7613 { 7614 "authors": [ 7615 "Patrick Walton <pcwalton@mimiga.net>" 7616 ], 7617 "categories": [], 7618 "default_run": null, 7619 "dependencies": [ 7620 { 7621 "features": [], 7622 "kind": null, 7623 "name": "bitflags", 7624 "optional": false, 7625 "registry": null, 7626 "rename": null, 7627 "req": "^1", 7628 "source": "registry+https://github.com/rust-lang/crates.io-index", 7629 "target": null, 7630 "uses_default_features": true 7631 }, 7632 { 7633 "features": [], 7634 "kind": null, 7635 "name": "byteorder", 7636 "optional": false, 7637 "registry": null, 7638 "rename": null, 7639 "req": "^1.2", 7640 "source": "registry+https://github.com/rust-lang/crates.io-index", 7641 "target": null, 7642 "uses_default_features": true 7643 }, 7644 { 7645 "features": [], 7646 "kind": null, 7647 "name": "float-ord", 7648 "optional": false, 7649 "registry": null, 7650 "rename": null, 7651 "req": "^0.2", 7652 "source": "registry+https://github.com/rust-lang/crates.io-index", 7653 "target": null, 7654 "uses_default_features": true 7655 }, 7656 { 7657 "features": [], 7658 "kind": null, 7659 "name": "freetype", 7660 "optional": true, 7661 "registry": null, 7662 "rename": null, 7663 "req": "^0.7", 7664 "source": "registry+https://github.com/rust-lang/crates.io-index", 7665 "target": null, 7666 "uses_default_features": true 7667 }, 7668 { 7669 "features": [], 7670 "kind": null, 7671 "name": "lazy_static", 7672 "optional": false, 7673 "registry": null, 7674 "rename": null, 7675 "req": "^1.1", 7676 "source": "registry+https://github.com/rust-lang/crates.io-index", 7677 "target": null, 7678 "uses_default_features": true 7679 }, 7680 { 7681 "features": [], 7682 "kind": null, 7683 "name": "libc", 7684 "optional": false, 7685 "registry": null, 7686 "rename": null, 7687 "req": "^0.2", 7688 "source": "registry+https://github.com/rust-lang/crates.io-index", 7689 "target": null, 7690 "uses_default_features": true 7691 }, 7692 { 7693 "features": [], 7694 "kind": null, 7695 "name": "log", 7696 "optional": false, 7697 "registry": null, 7698 "rename": null, 7699 "req": "^0.4.4", 7700 "source": "registry+https://github.com/rust-lang/crates.io-index", 7701 "target": null, 7702 "uses_default_features": true 7703 }, 7704 { 7705 "features": [], 7706 "kind": null, 7707 "name": "pathfinder_geometry", 7708 "optional": false, 7709 "registry": null, 7710 "rename": null, 7711 "req": "^0.5", 7712 "source": "registry+https://github.com/rust-lang/crates.io-index", 7713 "target": null, 7714 "uses_default_features": true 7715 }, 7716 { 7717 "features": [], 7718 "kind": null, 7719 "name": "pathfinder_simd", 7720 "optional": false, 7721 "registry": null, 7722 "rename": null, 7723 "req": "^0.5.1", 7724 "source": "registry+https://github.com/rust-lang/crates.io-index", 7725 "target": null, 7726 "uses_default_features": true 7727 }, 7728 { 7729 "features": [], 7730 "kind": null, 7731 "name": "yeslogic-fontconfig-sys", 7732 "optional": true, 7733 "registry": null, 7734 "rename": null, 7735 "req": "^3.0.0", 7736 "source": "registry+https://github.com/rust-lang/crates.io-index", 7737 "target": null, 7738 "uses_default_features": true 7739 }, 7740 { 7741 "features": [], 7742 "kind": "dev", 7743 "name": "clap", 7744 "optional": false, 7745 "registry": null, 7746 "rename": null, 7747 "req": "^2.32", 7748 "source": "registry+https://github.com/rust-lang/crates.io-index", 7749 "target": null, 7750 "uses_default_features": true 7751 }, 7752 { 7753 "features": [], 7754 "kind": "dev", 7755 "name": "colored", 7756 "optional": false, 7757 "registry": null, 7758 "rename": null, 7759 "req": "^1.6", 7760 "source": "registry+https://github.com/rust-lang/crates.io-index", 7761 "target": null, 7762 "uses_default_features": true 7763 }, 7764 { 7765 "features": [], 7766 "kind": "dev", 7767 "name": "pbr", 7768 "optional": false, 7769 "registry": null, 7770 "rename": null, 7771 "req": "^1.0", 7772 "source": "registry+https://github.com/rust-lang/crates.io-index", 7773 "target": null, 7774 "uses_default_features": true 7775 }, 7776 { 7777 "features": [], 7778 "kind": "dev", 7779 "name": "prettytable-rs", 7780 "optional": false, 7781 "registry": null, 7782 "rename": null, 7783 "req": "^0.8", 7784 "source": "registry+https://github.com/rust-lang/crates.io-index", 7785 "target": null, 7786 "uses_default_features": true 7787 }, 7788 { 7789 "features": [], 7790 "kind": null, 7791 "name": "core-foundation", 7792 "optional": false, 7793 "registry": null, 7794 "rename": null, 7795 "req": "^0.9", 7796 "source": "registry+https://github.com/rust-lang/crates.io-index", 7797 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 7798 "uses_default_features": true 7799 }, 7800 { 7801 "features": [], 7802 "kind": null, 7803 "name": "core-graphics", 7804 "optional": false, 7805 "registry": null, 7806 "rename": null, 7807 "req": "^0.22", 7808 "source": "registry+https://github.com/rust-lang/crates.io-index", 7809 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 7810 "uses_default_features": true 7811 }, 7812 { 7813 "features": [], 7814 "kind": null, 7815 "name": "core-text", 7816 "optional": false, 7817 "registry": null, 7818 "rename": null, 7819 "req": "^19.1.0", 7820 "source": "registry+https://github.com/rust-lang/crates.io-index", 7821 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 7822 "uses_default_features": true 7823 }, 7824 { 7825 "features": [], 7826 "kind": null, 7827 "name": "dirs-next", 7828 "optional": false, 7829 "registry": null, 7830 "rename": null, 7831 "req": "^2.0", 7832 "source": "registry+https://github.com/rust-lang/crates.io-index", 7833 "target": "cfg(not(any(target_arch = \"wasm32\", target_family = \"windows\", target_os = \"android\")))", 7834 "uses_default_features": true 7835 }, 7836 { 7837 "features": [], 7838 "kind": null, 7839 "name": "freetype", 7840 "optional": false, 7841 "registry": null, 7842 "rename": null, 7843 "req": "^0.7", 7844 "source": "registry+https://github.com/rust-lang/crates.io-index", 7845 "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\")))", 7846 "uses_default_features": true 7847 }, 7848 { 7849 "features": [], 7850 "kind": null, 7851 "name": "yeslogic-fontconfig-sys", 7852 "optional": false, 7853 "registry": null, 7854 "rename": null, 7855 "req": "^3.0.0", 7856 "source": "registry+https://github.com/rust-lang/crates.io-index", 7857 "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))", 7858 "uses_default_features": true 7859 }, 7860 { 7861 "features": [], 7862 "kind": null, 7863 "name": "walkdir", 7864 "optional": false, 7865 "registry": null, 7866 "rename": null, 7867 "req": "^2.1", 7868 "source": "registry+https://github.com/rust-lang/crates.io-index", 7869 "target": "cfg(not(target_arch = \"wasm32\"))", 7870 "uses_default_features": true 7871 }, 7872 { 7873 "features": [], 7874 "kind": null, 7875 "name": "dwrote", 7876 "optional": false, 7877 "registry": null, 7878 "rename": null, 7879 "req": "^0.11", 7880 "source": "registry+https://github.com/rust-lang/crates.io-index", 7881 "target": "cfg(target_family = \"windows\")", 7882 "uses_default_features": false 7883 }, 7884 { 7885 "features": [ 7886 "dwrite", 7887 "minwindef", 7888 "sysinfoapi", 7889 "winbase", 7890 "winnt" 7891 ], 7892 "kind": null, 7893 "name": "winapi", 7894 "optional": false, 7895 "registry": null, 7896 "rename": null, 7897 "req": "^0.3", 7898 "source": "registry+https://github.com/rust-lang/crates.io-index", 7899 "target": "cfg(target_family = \"windows\")", 7900 "uses_default_features": true 7901 } 7902 ], 7903 "description": "A cross-platform font loading library", 7904 "documentation": null, 7905 "edition": "2018", 7906 "features": { 7907 "default": [ 7908 "source" 7909 ], 7910 "freetype": [ 7911 "dep:freetype" 7912 ], 7913 "loader-freetype": [ 7914 "freetype" 7915 ], 7916 "loader-freetype-default": [ 7917 "loader-freetype" 7918 ], 7919 "source": [], 7920 "source-fontconfig": [ 7921 "yeslogic-fontconfig-sys" 7922 ], 7923 "source-fontconfig-default": [ 7924 "source-fontconfig" 7925 ], 7926 "source-fontconfig-dlopen": [ 7927 "yeslogic-fontconfig-sys/dlopen" 7928 ], 7929 "yeslogic-fontconfig-sys": [ 7930 "dep:yeslogic-fontconfig-sys" 7931 ] 7932 }, 7933 "homepage": "https://github.com/servo/font-kit", 7934 "id": "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0", 7935 "keywords": [], 7936 "license": "MIT/Apache-2.0", 7937 "license_file": null, 7938 "links": null, 7939 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/Cargo.toml", 7940 "metadata": null, 7941 "name": "font-kit", 7942 "publish": null, 7943 "readme": "README.md", 7944 "repository": "https://github.com/servo/font-kit", 7945 "rust_version": null, 7946 "source": "registry+https://github.com/rust-lang/crates.io-index", 7947 "targets": [ 7948 { 7949 "crate_types": [ 7950 "lib" 7951 ], 7952 "doc": true, 7953 "doctest": true, 7954 "edition": "2018", 7955 "kind": [ 7956 "lib" 7957 ], 7958 "name": "font-kit", 7959 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/src/lib.rs", 7960 "test": true 7961 }, 7962 { 7963 "crate_types": [ 7964 "bin" 7965 ], 7966 "doc": false, 7967 "doctest": false, 7968 "edition": "2018", 7969 "kind": [ 7970 "example" 7971 ], 7972 "name": "render-glyph", 7973 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/render-glyph.rs", 7974 "test": false 7975 }, 7976 { 7977 "crate_types": [ 7978 "bin" 7979 ], 7980 "doc": false, 7981 "doctest": false, 7982 "edition": "2018", 7983 "kind": [ 7984 "example" 7985 ], 7986 "name": "list-fonts", 7987 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/list-fonts.rs", 7988 "test": false 7989 }, 7990 { 7991 "crate_types": [ 7992 "bin" 7993 ], 7994 "doc": false, 7995 "doctest": false, 7996 "edition": "2018", 7997 "kind": [ 7998 "example" 7999 ], 8000 "name": "fallback", 8001 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/fallback.rs", 8002 "test": false 8003 }, 8004 { 8005 "crate_types": [ 8006 "bin" 8007 ], 8008 "doc": false, 8009 "doctest": false, 8010 "edition": "2018", 8011 "kind": [ 8012 "example" 8013 ], 8014 "name": "match-font", 8015 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/examples/match-font.rs", 8016 "test": false 8017 }, 8018 { 8019 "crate_types": [ 8020 "bin" 8021 ], 8022 "doc": false, 8023 "doctest": false, 8024 "edition": "2018", 8025 "kind": [ 8026 "test" 8027 ], 8028 "name": "select_font", 8029 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/tests/select_font.rs", 8030 "test": true 8031 }, 8032 { 8033 "crate_types": [ 8034 "bin" 8035 ], 8036 "doc": false, 8037 "doctest": false, 8038 "edition": "2018", 8039 "kind": [ 8040 "test" 8041 ], 8042 "name": "tests", 8043 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/tests/tests.rs", 8044 "test": true 8045 }, 8046 { 8047 "crate_types": [ 8048 "bin" 8049 ], 8050 "doc": false, 8051 "doctest": false, 8052 "edition": "2018", 8053 "kind": [ 8054 "custom-build" 8055 ], 8056 "name": "build-script-build", 8057 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/font-kit-0.11.0/build.rs", 8058 "test": false 8059 } 8060 ], 8061 "version": "0.11.0" 8062 }, 8063 { 8064 "authors": [ 8065 "Steven Fackler <sfackler@gmail.com>" 8066 ], 8067 "categories": [], 8068 "default_run": null, 8069 "dependencies": [ 8070 { 8071 "features": [], 8072 "kind": null, 8073 "name": "foreign-types-shared", 8074 "optional": false, 8075 "registry": null, 8076 "rename": null, 8077 "req": "^0.1", 8078 "source": "registry+https://github.com/rust-lang/crates.io-index", 8079 "target": null, 8080 "uses_default_features": true 8081 } 8082 ], 8083 "description": "A framework for Rust wrappers over C APIs", 8084 "documentation": null, 8085 "edition": "2015", 8086 "features": {}, 8087 "homepage": null, 8088 "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2", 8089 "keywords": [], 8090 "license": "MIT/Apache-2.0", 8091 "license_file": null, 8092 "links": null, 8093 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", 8094 "metadata": null, 8095 "name": "foreign-types", 8096 "publish": null, 8097 "readme": "README.md", 8098 "repository": "https://github.com/sfackler/foreign-types", 8099 "rust_version": null, 8100 "source": "registry+https://github.com/rust-lang/crates.io-index", 8101 "targets": [ 8102 { 8103 "crate_types": [ 8104 "lib" 8105 ], 8106 "doc": true, 8107 "doctest": true, 8108 "edition": "2015", 8109 "kind": [ 8110 "lib" 8111 ], 8112 "name": "foreign-types", 8113 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", 8114 "test": true 8115 } 8116 ], 8117 "version": "0.3.2" 8118 }, 8119 { 8120 "authors": [ 8121 "Steven Fackler <sfackler@gmail.com>" 8122 ], 8123 "categories": [], 8124 "default_run": null, 8125 "dependencies": [], 8126 "description": "An internal crate used by foreign-types", 8127 "documentation": null, 8128 "edition": "2015", 8129 "features": {}, 8130 "homepage": null, 8131 "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1", 8132 "keywords": [], 8133 "license": "MIT/Apache-2.0", 8134 "license_file": null, 8135 "links": null, 8136 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", 8137 "metadata": null, 8138 "name": "foreign-types-shared", 8139 "publish": null, 8140 "readme": null, 8141 "repository": "https://github.com/sfackler/foreign-types", 8142 "rust_version": null, 8143 "source": "registry+https://github.com/rust-lang/crates.io-index", 8144 "targets": [ 8145 { 8146 "crate_types": [ 8147 "lib" 8148 ], 8149 "doc": true, 8150 "doctest": true, 8151 "edition": "2015", 8152 "kind": [ 8153 "lib" 8154 ], 8155 "name": "foreign-types-shared", 8156 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", 8157 "test": true 8158 } 8159 ], 8160 "version": "0.1.1" 8161 }, 8162 { 8163 "authors": [ 8164 "The Servo Project Developers" 8165 ], 8166 "categories": [], 8167 "default_run": null, 8168 "dependencies": [ 8169 { 8170 "features": [], 8171 "kind": null, 8172 "name": "freetype-sys", 8173 "optional": true, 8174 "registry": null, 8175 "rename": null, 8176 "req": "^0.19.0", 8177 "source": "registry+https://github.com/rust-lang/crates.io-index", 8178 "target": null, 8179 "uses_default_features": true 8180 }, 8181 { 8182 "features": [], 8183 "kind": null, 8184 "name": "libc", 8185 "optional": false, 8186 "registry": null, 8187 "rename": null, 8188 "req": "^0.2", 8189 "source": "registry+https://github.com/rust-lang/crates.io-index", 8190 "target": null, 8191 "uses_default_features": true 8192 } 8193 ], 8194 "description": "Bindings for Freetype used by Servo", 8195 "documentation": "https://doc.servo.org/freetype/", 8196 "edition": "2015", 8197 "features": { 8198 "default": [ 8199 "freetype-sys" 8200 ], 8201 "freetype-sys": [ 8202 "dep:freetype-sys" 8203 ] 8204 }, 8205 "homepage": null, 8206 "id": "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1", 8207 "keywords": [], 8208 "license": "Apache-2.0 / MIT", 8209 "license_file": null, 8210 "links": null, 8211 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-0.7.1/Cargo.toml", 8212 "metadata": null, 8213 "name": "freetype", 8214 "publish": null, 8215 "readme": "README.md", 8216 "repository": "https://github.com/servo/rust-freetype", 8217 "rust_version": null, 8218 "source": "registry+https://github.com/rust-lang/crates.io-index", 8219 "targets": [ 8220 { 8221 "crate_types": [ 8222 "rlib" 8223 ], 8224 "doc": true, 8225 "doctest": true, 8226 "edition": "2015", 8227 "kind": [ 8228 "rlib" 8229 ], 8230 "name": "freetype", 8231 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-0.7.1/src/lib.rs", 8232 "test": true 8233 } 8234 ], 8235 "version": "0.7.1" 8236 }, 8237 { 8238 "authors": [ 8239 "Coeuvre <coeuvre@gmail.com>" 8240 ], 8241 "categories": [], 8242 "default_run": null, 8243 "dependencies": [ 8244 { 8245 "features": [], 8246 "kind": null, 8247 "name": "libc", 8248 "optional": false, 8249 "registry": null, 8250 "rename": null, 8251 "req": "^0.2.42", 8252 "source": "registry+https://github.com/rust-lang/crates.io-index", 8253 "target": null, 8254 "uses_default_features": true 8255 }, 8256 { 8257 "features": [], 8258 "kind": "build", 8259 "name": "cc", 8260 "optional": false, 8261 "registry": null, 8262 "rename": null, 8263 "req": "^1", 8264 "source": "registry+https://github.com/rust-lang/crates.io-index", 8265 "target": null, 8266 "uses_default_features": true 8267 }, 8268 { 8269 "features": [], 8270 "kind": "build", 8271 "name": "pkg-config", 8272 "optional": false, 8273 "registry": null, 8274 "rename": null, 8275 "req": "^0.3.11", 8276 "source": "registry+https://github.com/rust-lang/crates.io-index", 8277 "target": null, 8278 "uses_default_features": true 8279 } 8280 ], 8281 "description": "Low level binding for FreeType font library", 8282 "documentation": null, 8283 "edition": "2018", 8284 "features": {}, 8285 "homepage": "https://github.com/PistonDevelopers/freetype-sys", 8286 "id": "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0", 8287 "keywords": [ 8288 "freetype", 8289 "ffi" 8290 ], 8291 "license": "MIT", 8292 "license_file": null, 8293 "links": "freetype", 8294 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-sys-0.19.0/Cargo.toml", 8295 "metadata": null, 8296 "name": "freetype-sys", 8297 "publish": null, 8298 "readme": "README.md", 8299 "repository": "https://github.com/PistonDevelopers/freetype-sys.git", 8300 "rust_version": null, 8301 "source": "registry+https://github.com/rust-lang/crates.io-index", 8302 "targets": [ 8303 { 8304 "crate_types": [ 8305 "lib" 8306 ], 8307 "doc": true, 8308 "doctest": true, 8309 "edition": "2018", 8310 "kind": [ 8311 "lib" 8312 ], 8313 "name": "freetype-sys", 8314 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-sys-0.19.0/src/lib.rs", 8315 "test": true 8316 }, 8317 { 8318 "crate_types": [ 8319 "bin" 8320 ], 8321 "doc": false, 8322 "doctest": false, 8323 "edition": "2018", 8324 "kind": [ 8325 "custom-build" 8326 ], 8327 "name": "build-script-build", 8328 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/freetype-sys-0.19.0/build.rs", 8329 "test": false 8330 } 8331 ], 8332 "version": "0.19.0" 8333 }, 8334 { 8335 "authors": [ 8336 "The Rand Project Developers" 8337 ], 8338 "categories": [ 8339 "os", 8340 "no-std" 8341 ], 8342 "default_run": null, 8343 "dependencies": [ 8344 { 8345 "features": [], 8346 "kind": null, 8347 "name": "cfg-if", 8348 "optional": false, 8349 "registry": null, 8350 "rename": null, 8351 "req": "^1", 8352 "source": "registry+https://github.com/rust-lang/crates.io-index", 8353 "target": null, 8354 "uses_default_features": true 8355 }, 8356 { 8357 "features": [], 8358 "kind": null, 8359 "name": "compiler_builtins", 8360 "optional": true, 8361 "registry": null, 8362 "rename": null, 8363 "req": "^0.1", 8364 "source": "registry+https://github.com/rust-lang/crates.io-index", 8365 "target": null, 8366 "uses_default_features": true 8367 }, 8368 { 8369 "features": [], 8370 "kind": null, 8371 "name": "rustc-std-workspace-core", 8372 "optional": true, 8373 "registry": null, 8374 "rename": "core", 8375 "req": "^1.0", 8376 "source": "registry+https://github.com/rust-lang/crates.io-index", 8377 "target": null, 8378 "uses_default_features": true 8379 }, 8380 { 8381 "features": [], 8382 "kind": null, 8383 "name": "js-sys", 8384 "optional": true, 8385 "registry": null, 8386 "rename": null, 8387 "req": "^0.3", 8388 "source": "registry+https://github.com/rust-lang/crates.io-index", 8389 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 8390 "uses_default_features": true 8391 }, 8392 { 8393 "features": [], 8394 "kind": null, 8395 "name": "wasm-bindgen", 8396 "optional": true, 8397 "registry": null, 8398 "rename": null, 8399 "req": "^0.2.62", 8400 "source": "registry+https://github.com/rust-lang/crates.io-index", 8401 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 8402 "uses_default_features": false 8403 }, 8404 { 8405 "features": [], 8406 "kind": "dev", 8407 "name": "wasm-bindgen-test", 8408 "optional": false, 8409 "registry": null, 8410 "rename": null, 8411 "req": "^0.3.18", 8412 "source": "registry+https://github.com/rust-lang/crates.io-index", 8413 "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", 8414 "uses_default_features": true 8415 }, 8416 { 8417 "features": [], 8418 "kind": null, 8419 "name": "wasi", 8420 "optional": false, 8421 "registry": null, 8422 "rename": null, 8423 "req": "^0.11", 8424 "source": "registry+https://github.com/rust-lang/crates.io-index", 8425 "target": "cfg(target_os = \"wasi\")", 8426 "uses_default_features": false 8427 }, 8428 { 8429 "features": [], 8430 "kind": null, 8431 "name": "libc", 8432 "optional": false, 8433 "registry": null, 8434 "rename": null, 8435 "req": "^0.2.149", 8436 "source": "registry+https://github.com/rust-lang/crates.io-index", 8437 "target": "cfg(unix)", 8438 "uses_default_features": false 8439 } 8440 ], 8441 "description": "A small cross-platform library for retrieving random data from system source", 8442 "documentation": "https://docs.rs/getrandom", 8443 "edition": "2018", 8444 "features": { 8445 "compiler_builtins": [ 8446 "dep:compiler_builtins" 8447 ], 8448 "core": [ 8449 "dep:core" 8450 ], 8451 "custom": [], 8452 "js": [ 8453 "wasm-bindgen", 8454 "js-sys" 8455 ], 8456 "js-sys": [ 8457 "dep:js-sys" 8458 ], 8459 "linux_disable_fallback": [], 8460 "rdrand": [], 8461 "rustc-dep-of-std": [ 8462 "compiler_builtins", 8463 "core", 8464 "libc/rustc-dep-of-std", 8465 "wasi/rustc-dep-of-std" 8466 ], 8467 "std": [], 8468 "test-in-browser": [], 8469 "wasm-bindgen": [ 8470 "dep:wasm-bindgen" 8471 ] 8472 }, 8473 "homepage": null, 8474 "id": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14", 8475 "keywords": [], 8476 "license": "MIT OR Apache-2.0", 8477 "license_file": null, 8478 "links": null, 8479 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/Cargo.toml", 8480 "metadata": { 8481 "cross": { 8482 "target": { 8483 "x86_64-unknown-netbsd": { 8484 "pre-build": [ 8485 "mkdir -p /tmp/netbsd", 8486 "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", 8487 "tar -C /tmp/netbsd -xJf base.tar.xz", 8488 "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", 8489 "rm base.tar.xz", 8490 "rm -rf /tmp/netbsd" 8491 ] 8492 } 8493 } 8494 }, 8495 "docs": { 8496 "rs": { 8497 "features": [ 8498 "std", 8499 "custom" 8500 ], 8501 "rustdoc-args": [ 8502 "--cfg", 8503 "docsrs" 8504 ] 8505 } 8506 } 8507 }, 8508 "name": "getrandom", 8509 "publish": null, 8510 "readme": "README.md", 8511 "repository": "https://github.com/rust-random/getrandom", 8512 "rust_version": null, 8513 "source": "registry+https://github.com/rust-lang/crates.io-index", 8514 "targets": [ 8515 { 8516 "crate_types": [ 8517 "lib" 8518 ], 8519 "doc": true, 8520 "doctest": true, 8521 "edition": "2018", 8522 "kind": [ 8523 "lib" 8524 ], 8525 "name": "getrandom", 8526 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/src/lib.rs", 8527 "test": true 8528 }, 8529 { 8530 "crate_types": [ 8531 "bin" 8532 ], 8533 "doc": false, 8534 "doctest": false, 8535 "edition": "2018", 8536 "kind": [ 8537 "test" 8538 ], 8539 "name": "normal", 8540 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/tests/normal.rs", 8541 "test": true 8542 }, 8543 { 8544 "crate_types": [ 8545 "bin" 8546 ], 8547 "doc": false, 8548 "doctest": false, 8549 "edition": "2018", 8550 "kind": [ 8551 "test" 8552 ], 8553 "name": "custom", 8554 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/tests/custom.rs", 8555 "test": true 8556 }, 8557 { 8558 "crate_types": [ 8559 "bin" 8560 ], 8561 "doc": false, 8562 "doctest": false, 8563 "edition": "2018", 8564 "kind": [ 8565 "test" 8566 ], 8567 "name": "rdrand", 8568 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/tests/rdrand.rs", 8569 "test": true 8570 }, 8571 { 8572 "crate_types": [ 8573 "bin" 8574 ], 8575 "doc": false, 8576 "doctest": false, 8577 "edition": "2018", 8578 "kind": [ 8579 "bench" 8580 ], 8581 "name": "buffer", 8582 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/benches/buffer.rs", 8583 "test": false 8584 } 8585 ], 8586 "version": "0.2.14" 8587 }, 8588 { 8589 "authors": [ 8590 "The image-rs Developers" 8591 ], 8592 "categories": [], 8593 "default_run": null, 8594 "dependencies": [ 8595 { 8596 "features": [], 8597 "kind": null, 8598 "name": "color_quant", 8599 "optional": true, 8600 "registry": null, 8601 "rename": null, 8602 "req": "^1.0", 8603 "source": "registry+https://github.com/rust-lang/crates.io-index", 8604 "target": null, 8605 "uses_default_features": true 8606 }, 8607 { 8608 "features": [], 8609 "kind": null, 8610 "name": "weezl", 8611 "optional": false, 8612 "registry": null, 8613 "rename": null, 8614 "req": "^0.1.5", 8615 "source": "registry+https://github.com/rust-lang/crates.io-index", 8616 "target": null, 8617 "uses_default_features": true 8618 }, 8619 { 8620 "features": [], 8621 "kind": "dev", 8622 "name": "criterion", 8623 "optional": false, 8624 "registry": null, 8625 "rename": null, 8626 "req": "^0.3.1", 8627 "source": "registry+https://github.com/rust-lang/crates.io-index", 8628 "target": null, 8629 "uses_default_features": true 8630 }, 8631 { 8632 "features": [], 8633 "kind": "dev", 8634 "name": "glob", 8635 "optional": false, 8636 "registry": null, 8637 "rename": null, 8638 "req": "^0.3", 8639 "source": "registry+https://github.com/rust-lang/crates.io-index", 8640 "target": null, 8641 "uses_default_features": true 8642 }, 8643 { 8644 "features": [], 8645 "kind": "dev", 8646 "name": "png", 8647 "optional": false, 8648 "registry": null, 8649 "rename": null, 8650 "req": "^0.17.2", 8651 "source": "registry+https://github.com/rust-lang/crates.io-index", 8652 "target": null, 8653 "uses_default_features": true 8654 } 8655 ], 8656 "description": "GIF de- and encoder", 8657 "documentation": "https://docs.rs/gif", 8658 "edition": "2018", 8659 "features": { 8660 "color_quant": [ 8661 "dep:color_quant" 8662 ], 8663 "default": [ 8664 "raii_no_panic", 8665 "std", 8666 "color_quant" 8667 ], 8668 "raii_no_panic": [], 8669 "std": [] 8670 }, 8671 "homepage": "https://github.com/image-rs/image-gif", 8672 "id": "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0", 8673 "keywords": [], 8674 "license": "MIT/Apache-2.0", 8675 "license_file": null, 8676 "links": null, 8677 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/Cargo.toml", 8678 "metadata": null, 8679 "name": "gif", 8680 "publish": null, 8681 "readme": "README.md", 8682 "repository": "https://github.com/image-rs/image-gif", 8683 "rust_version": null, 8684 "source": "registry+https://github.com/rust-lang/crates.io-index", 8685 "targets": [ 8686 { 8687 "crate_types": [ 8688 "lib" 8689 ], 8690 "doc": true, 8691 "doctest": true, 8692 "edition": "2018", 8693 "kind": [ 8694 "lib" 8695 ], 8696 "name": "gif", 8697 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/src/lib.rs", 8698 "test": true 8699 }, 8700 { 8701 "crate_types": [ 8702 "bin" 8703 ], 8704 "doc": false, 8705 "doctest": false, 8706 "edition": "2018", 8707 "kind": [ 8708 "example" 8709 ], 8710 "name": "check", 8711 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/examples/check.rs", 8712 "test": false 8713 }, 8714 { 8715 "crate_types": [ 8716 "bin" 8717 ], 8718 "doc": false, 8719 "doctest": false, 8720 "edition": "2018", 8721 "kind": [ 8722 "example" 8723 ], 8724 "name": "explode", 8725 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/examples/explode.rs", 8726 "test": false 8727 }, 8728 { 8729 "crate_types": [ 8730 "bin" 8731 ], 8732 "doc": false, 8733 "doctest": false, 8734 "edition": "2018", 8735 "kind": [ 8736 "test" 8737 ], 8738 "name": "check_testimages", 8739 "required-features": [ 8740 "std" 8741 ], 8742 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/check_testimages.rs", 8743 "test": true 8744 }, 8745 { 8746 "crate_types": [ 8747 "bin" 8748 ], 8749 "doc": false, 8750 "doctest": false, 8751 "edition": "2018", 8752 "kind": [ 8753 "test" 8754 ], 8755 "name": "crashtest", 8756 "required-features": [ 8757 "std" 8758 ], 8759 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/crashtest.rs", 8760 "test": true 8761 }, 8762 { 8763 "crate_types": [ 8764 "bin" 8765 ], 8766 "doc": false, 8767 "doctest": false, 8768 "edition": "2018", 8769 "kind": [ 8770 "test" 8771 ], 8772 "name": "decode", 8773 "required-features": [ 8774 "std" 8775 ], 8776 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/decode.rs", 8777 "test": true 8778 }, 8779 { 8780 "crate_types": [ 8781 "bin" 8782 ], 8783 "doc": false, 8784 "doctest": false, 8785 "edition": "2018", 8786 "kind": [ 8787 "test" 8788 ], 8789 "name": "stall", 8790 "required-features": [ 8791 "std" 8792 ], 8793 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/stall.rs", 8794 "test": true 8795 }, 8796 { 8797 "crate_types": [ 8798 "bin" 8799 ], 8800 "doc": false, 8801 "doctest": false, 8802 "edition": "2018", 8803 "kind": [ 8804 "test" 8805 ], 8806 "name": "roundtrip", 8807 "required-features": [ 8808 "std" 8809 ], 8810 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/tests/roundtrip.rs", 8811 "test": true 8812 }, 8813 { 8814 "crate_types": [ 8815 "bin" 8816 ], 8817 "doc": false, 8818 "doctest": false, 8819 "edition": "2018", 8820 "kind": [ 8821 "bench" 8822 ], 8823 "name": "decode", 8824 "required-features": [ 8825 "std" 8826 ], 8827 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/benches/decode.rs", 8828 "test": false 8829 }, 8830 { 8831 "crate_types": [ 8832 "bin" 8833 ], 8834 "doc": false, 8835 "doctest": false, 8836 "edition": "2018", 8837 "kind": [ 8838 "bench" 8839 ], 8840 "name": "rgb_frame", 8841 "required-features": [ 8842 "std, color_quant" 8843 ], 8844 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.12.0/benches/rgb_frame.rs", 8845 "test": false 8846 } 8847 ], 8848 "version": "0.12.0" 8849 }, 8850 { 8851 "authors": [ 8852 "Kathryn Long <squeeself@gmail.com>" 8853 ], 8854 "categories": [ 8855 "no-std", 8856 "data-structures", 8857 "encoding" 8858 ], 8859 "default_run": null, 8860 "dependencies": [ 8861 { 8862 "features": [ 8863 "derive" 8864 ], 8865 "kind": null, 8866 "name": "bytemuck", 8867 "optional": true, 8868 "registry": null, 8869 "rename": null, 8870 "req": "^1.4.1", 8871 "source": "registry+https://github.com/rust-lang/crates.io-index", 8872 "target": null, 8873 "uses_default_features": false 8874 }, 8875 { 8876 "features": [], 8877 "kind": null, 8878 "name": "cfg-if", 8879 "optional": false, 8880 "registry": null, 8881 "rename": null, 8882 "req": "^1.0.0", 8883 "source": "registry+https://github.com/rust-lang/crates.io-index", 8884 "target": null, 8885 "uses_default_features": true 8886 }, 8887 { 8888 "features": [ 8889 "libm" 8890 ], 8891 "kind": null, 8892 "name": "num-traits", 8893 "optional": true, 8894 "registry": null, 8895 "rename": null, 8896 "req": "^0.2.14", 8897 "source": "registry+https://github.com/rust-lang/crates.io-index", 8898 "target": null, 8899 "uses_default_features": false 8900 }, 8901 { 8902 "features": [], 8903 "kind": null, 8904 "name": "rand", 8905 "optional": true, 8906 "registry": null, 8907 "rename": null, 8908 "req": "^0.8.5", 8909 "source": "registry+https://github.com/rust-lang/crates.io-index", 8910 "target": null, 8911 "uses_default_features": false 8912 }, 8913 { 8914 "features": [], 8915 "kind": null, 8916 "name": "rand_distr", 8917 "optional": true, 8918 "registry": null, 8919 "rename": null, 8920 "req": "^0.4.3", 8921 "source": "registry+https://github.com/rust-lang/crates.io-index", 8922 "target": null, 8923 "uses_default_features": false 8924 }, 8925 { 8926 "features": [], 8927 "kind": null, 8928 "name": "rkyv", 8929 "optional": true, 8930 "registry": null, 8931 "rename": null, 8932 "req": "^0.7", 8933 "source": "registry+https://github.com/rust-lang/crates.io-index", 8934 "target": null, 8935 "uses_default_features": true 8936 }, 8937 { 8938 "features": [ 8939 "derive" 8940 ], 8941 "kind": null, 8942 "name": "serde", 8943 "optional": true, 8944 "registry": null, 8945 "rename": null, 8946 "req": "^1.0", 8947 "source": "registry+https://github.com/rust-lang/crates.io-index", 8948 "target": null, 8949 "uses_default_features": false 8950 }, 8951 { 8952 "features": [], 8953 "kind": null, 8954 "name": "zerocopy", 8955 "optional": true, 8956 "registry": null, 8957 "rename": null, 8958 "req": "^0.6.0", 8959 "source": "registry+https://github.com/rust-lang/crates.io-index", 8960 "target": null, 8961 "uses_default_features": false 8962 }, 8963 { 8964 "features": [], 8965 "kind": "dev", 8966 "name": "criterion", 8967 "optional": false, 8968 "registry": null, 8969 "rename": null, 8970 "req": "^0.4.0", 8971 "source": "registry+https://github.com/rust-lang/crates.io-index", 8972 "target": null, 8973 "uses_default_features": true 8974 }, 8975 { 8976 "features": [], 8977 "kind": "dev", 8978 "name": "crunchy", 8979 "optional": false, 8980 "registry": null, 8981 "rename": null, 8982 "req": "^0.2.2", 8983 "source": "registry+https://github.com/rust-lang/crates.io-index", 8984 "target": null, 8985 "uses_default_features": true 8986 }, 8987 { 8988 "features": [], 8989 "kind": "dev", 8990 "name": "quickcheck", 8991 "optional": false, 8992 "registry": null, 8993 "rename": null, 8994 "req": "^1.0", 8995 "source": "registry+https://github.com/rust-lang/crates.io-index", 8996 "target": null, 8997 "uses_default_features": true 8998 }, 8999 { 9000 "features": [], 9001 "kind": "dev", 9002 "name": "quickcheck_macros", 9003 "optional": false, 9004 "registry": null, 9005 "rename": null, 9006 "req": "^1.0", 9007 "source": "registry+https://github.com/rust-lang/crates.io-index", 9008 "target": null, 9009 "uses_default_features": true 9010 }, 9011 { 9012 "features": [], 9013 "kind": "dev", 9014 "name": "rand", 9015 "optional": false, 9016 "registry": null, 9017 "rename": null, 9018 "req": "^0.8.5", 9019 "source": "registry+https://github.com/rust-lang/crates.io-index", 9020 "target": null, 9021 "uses_default_features": true 9022 }, 9023 { 9024 "features": [], 9025 "kind": null, 9026 "name": "crunchy", 9027 "optional": false, 9028 "registry": null, 9029 "rename": null, 9030 "req": "^0.2.2", 9031 "source": "registry+https://github.com/rust-lang/crates.io-index", 9032 "target": "cfg(target_arch = \"spirv\")", 9033 "uses_default_features": true 9034 } 9035 ], 9036 "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.", 9037 "documentation": null, 9038 "edition": "2021", 9039 "features": { 9040 "alloc": [], 9041 "bytemuck": [ 9042 "dep:bytemuck" 9043 ], 9044 "default": [ 9045 "std" 9046 ], 9047 "num-traits": [ 9048 "dep:num-traits" 9049 ], 9050 "rand_distr": [ 9051 "dep:rand", 9052 "dep:rand_distr" 9053 ], 9054 "rkyv": [ 9055 "dep:rkyv" 9056 ], 9057 "serde": [ 9058 "dep:serde" 9059 ], 9060 "std": [ 9061 "alloc" 9062 ], 9063 "use-intrinsics": [], 9064 "zerocopy": [ 9065 "dep:zerocopy" 9066 ] 9067 }, 9068 "homepage": null, 9069 "id": "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1", 9070 "keywords": [ 9071 "f16", 9072 "bfloat16", 9073 "no_std" 9074 ], 9075 "license": "MIT OR Apache-2.0", 9076 "license_file": null, 9077 "links": null, 9078 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml", 9079 "metadata": { 9080 "docs": { 9081 "rs": { 9082 "all-features": true, 9083 "rustdoc-args": [ 9084 "--cfg", 9085 "docsrs" 9086 ] 9087 } 9088 } 9089 }, 9090 "name": "half", 9091 "publish": null, 9092 "readme": "README.md", 9093 "repository": "https://github.com/starkat99/half-rs", 9094 "rust_version": "1.70", 9095 "source": "registry+https://github.com/rust-lang/crates.io-index", 9096 "targets": [ 9097 { 9098 "crate_types": [ 9099 "lib" 9100 ], 9101 "doc": true, 9102 "doctest": true, 9103 "edition": "2021", 9104 "kind": [ 9105 "lib" 9106 ], 9107 "name": "half", 9108 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs", 9109 "test": true 9110 }, 9111 { 9112 "crate_types": [ 9113 "bin" 9114 ], 9115 "doc": false, 9116 "doctest": false, 9117 "edition": "2021", 9118 "kind": [ 9119 "bench" 9120 ], 9121 "name": "convert", 9122 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs", 9123 "test": false 9124 } 9125 ], 9126 "version": "2.4.1" 9127 }, 9128 { 9129 "authors": [ 9130 "Amanieu d'Antras <amanieu@gmail.com>" 9131 ], 9132 "categories": [ 9133 "data-structures", 9134 "no-std" 9135 ], 9136 "default_run": null, 9137 "dependencies": [ 9138 { 9139 "features": [], 9140 "kind": null, 9141 "name": "ahash", 9142 "optional": true, 9143 "registry": null, 9144 "rename": null, 9145 "req": "^0.7.0", 9146 "source": "registry+https://github.com/rust-lang/crates.io-index", 9147 "target": null, 9148 "uses_default_features": false 9149 }, 9150 { 9151 "features": [], 9152 "kind": null, 9153 "name": "rustc-std-workspace-alloc", 9154 "optional": true, 9155 "registry": null, 9156 "rename": "alloc", 9157 "req": "^1.0.0", 9158 "source": "registry+https://github.com/rust-lang/crates.io-index", 9159 "target": null, 9160 "uses_default_features": true 9161 }, 9162 { 9163 "features": [], 9164 "kind": null, 9165 "name": "bumpalo", 9166 "optional": true, 9167 "registry": null, 9168 "rename": null, 9169 "req": "^3.5.0", 9170 "source": "registry+https://github.com/rust-lang/crates.io-index", 9171 "target": null, 9172 "uses_default_features": true 9173 }, 9174 { 9175 "features": [], 9176 "kind": null, 9177 "name": "compiler_builtins", 9178 "optional": true, 9179 "registry": null, 9180 "rename": null, 9181 "req": "^0.1.2", 9182 "source": "registry+https://github.com/rust-lang/crates.io-index", 9183 "target": null, 9184 "uses_default_features": true 9185 }, 9186 { 9187 "features": [], 9188 "kind": null, 9189 "name": "rustc-std-workspace-core", 9190 "optional": true, 9191 "registry": null, 9192 "rename": "core", 9193 "req": "^1.0.0", 9194 "source": "registry+https://github.com/rust-lang/crates.io-index", 9195 "target": null, 9196 "uses_default_features": true 9197 }, 9198 { 9199 "features": [], 9200 "kind": null, 9201 "name": "rayon", 9202 "optional": true, 9203 "registry": null, 9204 "rename": null, 9205 "req": "^1.0", 9206 "source": "registry+https://github.com/rust-lang/crates.io-index", 9207 "target": null, 9208 "uses_default_features": true 9209 }, 9210 { 9211 "features": [], 9212 "kind": null, 9213 "name": "serde", 9214 "optional": true, 9215 "registry": null, 9216 "rename": null, 9217 "req": "^1.0.25", 9218 "source": "registry+https://github.com/rust-lang/crates.io-index", 9219 "target": null, 9220 "uses_default_features": false 9221 }, 9222 { 9223 "features": [], 9224 "kind": "dev", 9225 "name": "doc-comment", 9226 "optional": false, 9227 "registry": null, 9228 "rename": null, 9229 "req": "^0.3.1", 9230 "source": "registry+https://github.com/rust-lang/crates.io-index", 9231 "target": null, 9232 "uses_default_features": true 9233 }, 9234 { 9235 "features": [], 9236 "kind": "dev", 9237 "name": "fnv", 9238 "optional": false, 9239 "registry": null, 9240 "rename": null, 9241 "req": "^1.0.7", 9242 "source": "registry+https://github.com/rust-lang/crates.io-index", 9243 "target": null, 9244 "uses_default_features": true 9245 }, 9246 { 9247 "features": [], 9248 "kind": "dev", 9249 "name": "lazy_static", 9250 "optional": false, 9251 "registry": null, 9252 "rename": null, 9253 "req": "^1.4", 9254 "source": "registry+https://github.com/rust-lang/crates.io-index", 9255 "target": null, 9256 "uses_default_features": true 9257 }, 9258 { 9259 "features": [ 9260 "small_rng" 9261 ], 9262 "kind": "dev", 9263 "name": "rand", 9264 "optional": false, 9265 "registry": null, 9266 "rename": null, 9267 "req": "^0.8.3", 9268 "source": "registry+https://github.com/rust-lang/crates.io-index", 9269 "target": null, 9270 "uses_default_features": true 9271 }, 9272 { 9273 "features": [], 9274 "kind": "dev", 9275 "name": "rayon", 9276 "optional": false, 9277 "registry": null, 9278 "rename": null, 9279 "req": "^1.0", 9280 "source": "registry+https://github.com/rust-lang/crates.io-index", 9281 "target": null, 9282 "uses_default_features": true 9283 }, 9284 { 9285 "features": [], 9286 "kind": "dev", 9287 "name": "serde_test", 9288 "optional": false, 9289 "registry": null, 9290 "rename": null, 9291 "req": "^1.0", 9292 "source": "registry+https://github.com/rust-lang/crates.io-index", 9293 "target": null, 9294 "uses_default_features": true 9295 } 9296 ], 9297 "description": "A Rust port of Google's SwissTable hash map", 9298 "documentation": null, 9299 "edition": "2021", 9300 "features": { 9301 "ahash": [ 9302 "dep:ahash" 9303 ], 9304 "ahash-compile-time-rng": [ 9305 "ahash/compile-time-rng" 9306 ], 9307 "alloc": [ 9308 "dep:alloc" 9309 ], 9310 "bumpalo": [ 9311 "dep:bumpalo" 9312 ], 9313 "compiler_builtins": [ 9314 "dep:compiler_builtins" 9315 ], 9316 "core": [ 9317 "dep:core" 9318 ], 9319 "default": [ 9320 "ahash", 9321 "inline-more" 9322 ], 9323 "inline-more": [], 9324 "nightly": [], 9325 "raw": [], 9326 "rayon": [ 9327 "dep:rayon" 9328 ], 9329 "rustc-dep-of-std": [ 9330 "nightly", 9331 "core", 9332 "compiler_builtins", 9333 "alloc", 9334 "rustc-internal-api" 9335 ], 9336 "rustc-internal-api": [], 9337 "serde": [ 9338 "dep:serde" 9339 ] 9340 }, 9341 "homepage": null, 9342 "id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3", 9343 "keywords": [ 9344 "hash", 9345 "no_std", 9346 "hashmap", 9347 "swisstable" 9348 ], 9349 "license": "MIT OR Apache-2.0", 9350 "license_file": null, 9351 "links": null, 9352 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", 9353 "metadata": { 9354 "docs": { 9355 "rs": { 9356 "features": [ 9357 "nightly", 9358 "rayon", 9359 "serde", 9360 "raw" 9361 ] 9362 } 9363 } 9364 }, 9365 "name": "hashbrown", 9366 "publish": null, 9367 "readme": "README.md", 9368 "repository": "https://github.com/rust-lang/hashbrown", 9369 "rust_version": "1.56.0", 9370 "source": "registry+https://github.com/rust-lang/crates.io-index", 9371 "targets": [ 9372 { 9373 "crate_types": [ 9374 "lib" 9375 ], 9376 "doc": true, 9377 "doctest": true, 9378 "edition": "2021", 9379 "kind": [ 9380 "lib" 9381 ], 9382 "name": "hashbrown", 9383 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", 9384 "test": true 9385 }, 9386 { 9387 "crate_types": [ 9388 "bin" 9389 ], 9390 "doc": false, 9391 "doctest": false, 9392 "edition": "2021", 9393 "kind": [ 9394 "test" 9395 ], 9396 "name": "hasher", 9397 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", 9398 "test": true 9399 }, 9400 { 9401 "crate_types": [ 9402 "bin" 9403 ], 9404 "doc": false, 9405 "doctest": false, 9406 "edition": "2021", 9407 "kind": [ 9408 "test" 9409 ], 9410 "name": "serde", 9411 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", 9412 "test": true 9413 }, 9414 { 9415 "crate_types": [ 9416 "bin" 9417 ], 9418 "doc": false, 9419 "doctest": false, 9420 "edition": "2021", 9421 "kind": [ 9422 "test" 9423 ], 9424 "name": "set", 9425 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", 9426 "test": true 9427 }, 9428 { 9429 "crate_types": [ 9430 "bin" 9431 ], 9432 "doc": false, 9433 "doctest": false, 9434 "edition": "2021", 9435 "kind": [ 9436 "test" 9437 ], 9438 "name": "rayon", 9439 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", 9440 "test": true 9441 }, 9442 { 9443 "crate_types": [ 9444 "bin" 9445 ], 9446 "doc": false, 9447 "doctest": false, 9448 "edition": "2021", 9449 "kind": [ 9450 "bench" 9451 ], 9452 "name": "bench", 9453 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", 9454 "test": false 9455 }, 9456 { 9457 "crate_types": [ 9458 "bin" 9459 ], 9460 "doc": false, 9461 "doctest": false, 9462 "edition": "2021", 9463 "kind": [ 9464 "bench" 9465 ], 9466 "name": "insert_unique_unchecked", 9467 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", 9468 "test": false 9469 } 9470 ], 9471 "version": "0.12.3" 9472 }, 9473 { 9474 "authors": [ 9475 "Stefan Lankes" 9476 ], 9477 "categories": [ 9478 "os" 9479 ], 9480 "default_run": null, 9481 "dependencies": [ 9482 { 9483 "features": [], 9484 "kind": null, 9485 "name": "compiler_builtins", 9486 "optional": true, 9487 "registry": null, 9488 "rename": null, 9489 "req": "^0.1", 9490 "source": "registry+https://github.com/rust-lang/crates.io-index", 9491 "target": null, 9492 "uses_default_features": true 9493 }, 9494 { 9495 "features": [], 9496 "kind": null, 9497 "name": "rustc-std-workspace-core", 9498 "optional": true, 9499 "registry": null, 9500 "rename": "core", 9501 "req": "^1.0.0", 9502 "source": "registry+https://github.com/rust-lang/crates.io-index", 9503 "target": null, 9504 "uses_default_features": true 9505 }, 9506 { 9507 "features": [], 9508 "kind": null, 9509 "name": "libc", 9510 "optional": false, 9511 "registry": null, 9512 "rename": null, 9513 "req": "^0.2.51", 9514 "source": "registry+https://github.com/rust-lang/crates.io-index", 9515 "target": null, 9516 "uses_default_features": false 9517 } 9518 ], 9519 "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", 9520 "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", 9521 "edition": "2018", 9522 "features": { 9523 "compiler_builtins": [ 9524 "dep:compiler_builtins" 9525 ], 9526 "core": [ 9527 "dep:core" 9528 ], 9529 "default": [], 9530 "docs": [], 9531 "rustc-dep-of-std": [ 9532 "core", 9533 "compiler_builtins/rustc-dep-of-std", 9534 "libc/rustc-dep-of-std" 9535 ] 9536 }, 9537 "homepage": null, 9538 "id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19", 9539 "keywords": [ 9540 "unikernel", 9541 "libos" 9542 ], 9543 "license": "MIT/Apache-2.0", 9544 "license_file": null, 9545 "links": null, 9546 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", 9547 "metadata": { 9548 "docs": { 9549 "rs": { 9550 "default-target": "x86_64-unknown-hermit", 9551 "features": [ 9552 "docs" 9553 ] 9554 } 9555 } 9556 }, 9557 "name": "hermit-abi", 9558 "publish": null, 9559 "readme": "README.md", 9560 "repository": "https://github.com/hermitcore/libhermit-rs", 9561 "rust_version": null, 9562 "source": "registry+https://github.com/rust-lang/crates.io-index", 9563 "targets": [ 9564 { 9565 "crate_types": [ 9566 "lib" 9567 ], 9568 "doc": true, 9569 "doctest": true, 9570 "edition": "2018", 9571 "kind": [ 9572 "lib" 9573 ], 9574 "name": "hermit-abi", 9575 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", 9576 "test": true 9577 } 9578 ], 9579 "version": "0.1.19" 9580 }, 9581 { 9582 "authors": [ 9583 "Andrew Straw <strawman@astraw.com>", 9584 "René Kijewski <rene.kijewski@fu-berlin.de>", 9585 "Ryan Lopopolo <rjl@hyperbo.la>" 9586 ], 9587 "categories": [ 9588 "date-and-time", 9589 "internationalization", 9590 "os" 9591 ], 9592 "default_run": null, 9593 "dependencies": [ 9594 { 9595 "features": [], 9596 "kind": null, 9597 "name": "core-foundation-sys", 9598 "optional": false, 9599 "registry": null, 9600 "rename": null, 9601 "req": "^0.8.3", 9602 "source": "registry+https://github.com/rust-lang/crates.io-index", 9603 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", 9604 "uses_default_features": true 9605 }, 9606 { 9607 "features": [], 9608 "kind": null, 9609 "name": "js-sys", 9610 "optional": false, 9611 "registry": null, 9612 "rename": null, 9613 "req": "^0.3.50", 9614 "source": "registry+https://github.com/rust-lang/crates.io-index", 9615 "target": "cfg(target_arch = \"wasm32\")", 9616 "uses_default_features": true 9617 }, 9618 { 9619 "features": [], 9620 "kind": null, 9621 "name": "wasm-bindgen", 9622 "optional": false, 9623 "registry": null, 9624 "rename": null, 9625 "req": "^0.2.70", 9626 "source": "registry+https://github.com/rust-lang/crates.io-index", 9627 "target": "cfg(target_arch = \"wasm32\")", 9628 "uses_default_features": true 9629 }, 9630 { 9631 "features": [], 9632 "kind": "dev", 9633 "name": "wasm-bindgen-test", 9634 "optional": false, 9635 "registry": null, 9636 "rename": null, 9637 "req": "^0.3", 9638 "source": "registry+https://github.com/rust-lang/crates.io-index", 9639 "target": "cfg(target_arch = \"wasm32\")", 9640 "uses_default_features": true 9641 }, 9642 { 9643 "features": [], 9644 "kind": null, 9645 "name": "android_system_properties", 9646 "optional": false, 9647 "registry": null, 9648 "rename": null, 9649 "req": "^0.1.5", 9650 "source": "registry+https://github.com/rust-lang/crates.io-index", 9651 "target": "cfg(target_os = \"android\")", 9652 "uses_default_features": true 9653 }, 9654 { 9655 "features": [], 9656 "kind": null, 9657 "name": "iana-time-zone-haiku", 9658 "optional": false, 9659 "registry": null, 9660 "rename": null, 9661 "req": "^0.1.1", 9662 "source": "registry+https://github.com/rust-lang/crates.io-index", 9663 "target": "cfg(target_os = \"haiku\")", 9664 "uses_default_features": true 9665 }, 9666 { 9667 "features": [], 9668 "kind": null, 9669 "name": "windows-core", 9670 "optional": false, 9671 "registry": null, 9672 "rename": null, 9673 "req": ">=0.50, <=0.52", 9674 "source": "registry+https://github.com/rust-lang/crates.io-index", 9675 "target": "cfg(target_os = \"windows\")", 9676 "uses_default_features": true 9677 } 9678 ], 9679 "description": "get the IANA time zone for the current system", 9680 "documentation": null, 9681 "edition": "2018", 9682 "features": { 9683 "fallback": [] 9684 }, 9685 "homepage": null, 9686 "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60", 9687 "keywords": [ 9688 "IANA", 9689 "time" 9690 ], 9691 "license": "MIT OR Apache-2.0", 9692 "license_file": null, 9693 "links": null, 9694 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml", 9695 "metadata": null, 9696 "name": "iana-time-zone", 9697 "publish": null, 9698 "readme": "README.md", 9699 "repository": "https://github.com/strawlab/iana-time-zone", 9700 "rust_version": null, 9701 "source": "registry+https://github.com/rust-lang/crates.io-index", 9702 "targets": [ 9703 { 9704 "crate_types": [ 9705 "lib" 9706 ], 9707 "doc": true, 9708 "doctest": true, 9709 "edition": "2018", 9710 "kind": [ 9711 "lib" 9712 ], 9713 "name": "iana-time-zone", 9714 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs", 9715 "test": true 9716 }, 9717 { 9718 "crate_types": [ 9719 "bin" 9720 ], 9721 "doc": false, 9722 "doctest": false, 9723 "edition": "2018", 9724 "kind": [ 9725 "example" 9726 ], 9727 "name": "stress-test", 9728 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs", 9729 "test": false 9730 }, 9731 { 9732 "crate_types": [ 9733 "bin" 9734 ], 9735 "doc": false, 9736 "doctest": false, 9737 "edition": "2018", 9738 "kind": [ 9739 "example" 9740 ], 9741 "name": "get_timezone", 9742 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs", 9743 "test": false 9744 } 9745 ], 9746 "version": "0.1.60" 9747 }, 9748 { 9749 "authors": [ 9750 "René Kijewski <crates.io@k6i.de>" 9751 ], 9752 "categories": [ 9753 "date-and-time", 9754 "internationalization", 9755 "os" 9756 ], 9757 "default_run": null, 9758 "dependencies": [ 9759 { 9760 "features": [], 9761 "kind": "build", 9762 "name": "cc", 9763 "optional": false, 9764 "registry": null, 9765 "rename": null, 9766 "req": "^1.0.79", 9767 "source": "registry+https://github.com/rust-lang/crates.io-index", 9768 "target": null, 9769 "uses_default_features": true 9770 } 9771 ], 9772 "description": "iana-time-zone support crate for Haiku OS", 9773 "documentation": null, 9774 "edition": "2018", 9775 "features": {}, 9776 "homepage": null, 9777 "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2", 9778 "keywords": [ 9779 "IANA", 9780 "time" 9781 ], 9782 "license": "MIT OR Apache-2.0", 9783 "license_file": null, 9784 "links": null, 9785 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml", 9786 "metadata": null, 9787 "name": "iana-time-zone-haiku", 9788 "publish": null, 9789 "readme": "README.md", 9790 "repository": "https://github.com/strawlab/iana-time-zone", 9791 "rust_version": null, 9792 "source": "registry+https://github.com/rust-lang/crates.io-index", 9793 "targets": [ 9794 { 9795 "crate_types": [ 9796 "lib" 9797 ], 9798 "doc": true, 9799 "doctest": true, 9800 "edition": "2018", 9801 "kind": [ 9802 "lib" 9803 ], 9804 "name": "iana-time-zone-haiku", 9805 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs", 9806 "test": true 9807 }, 9808 { 9809 "crate_types": [ 9810 "bin" 9811 ], 9812 "doc": false, 9813 "doctest": false, 9814 "edition": "2018", 9815 "kind": [ 9816 "custom-build" 9817 ], 9818 "name": "build-script-build", 9819 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs", 9820 "test": false 9821 } 9822 ], 9823 "version": "0.1.2" 9824 }, 9825 { 9826 "authors": [ 9827 "The image-rs Developers" 9828 ], 9829 "categories": [ 9830 "multimedia::images", 9831 "multimedia::encoding", 9832 "encoding" 9833 ], 9834 "default_run": null, 9835 "dependencies": [ 9836 { 9837 "features": [ 9838 "extern_crate_alloc" 9839 ], 9840 "kind": null, 9841 "name": "bytemuck", 9842 "optional": false, 9843 "registry": null, 9844 "rename": null, 9845 "req": "^1.8.0", 9846 "source": "registry+https://github.com/rust-lang/crates.io-index", 9847 "target": null, 9848 "uses_default_features": true 9849 }, 9850 { 9851 "features": [], 9852 "kind": null, 9853 "name": "byteorder", 9854 "optional": false, 9855 "registry": null, 9856 "rename": null, 9857 "req": "^1.3.2", 9858 "source": "registry+https://github.com/rust-lang/crates.io-index", 9859 "target": null, 9860 "uses_default_features": true 9861 }, 9862 { 9863 "features": [], 9864 "kind": null, 9865 "name": "color_quant", 9866 "optional": false, 9867 "registry": null, 9868 "rename": null, 9869 "req": "^1.1", 9870 "source": "registry+https://github.com/rust-lang/crates.io-index", 9871 "target": null, 9872 "uses_default_features": true 9873 }, 9874 { 9875 "features": [], 9876 "kind": null, 9877 "name": "dav1d", 9878 "optional": true, 9879 "registry": null, 9880 "rename": null, 9881 "req": "^0.10.2", 9882 "source": "registry+https://github.com/rust-lang/crates.io-index", 9883 "target": null, 9884 "uses_default_features": true 9885 }, 9886 { 9887 "features": [], 9888 "kind": null, 9889 "name": "dcv-color-primitives", 9890 "optional": true, 9891 "registry": null, 9892 "rename": null, 9893 "req": "^0.6.1", 9894 "source": "registry+https://github.com/rust-lang/crates.io-index", 9895 "target": null, 9896 "uses_default_features": true 9897 }, 9898 { 9899 "features": [], 9900 "kind": null, 9901 "name": "exr", 9902 "optional": true, 9903 "registry": null, 9904 "rename": null, 9905 "req": "^1.5.0", 9906 "source": "registry+https://github.com/rust-lang/crates.io-index", 9907 "target": null, 9908 "uses_default_features": true 9909 }, 9910 { 9911 "features": [], 9912 "kind": null, 9913 "name": "gif", 9914 "optional": true, 9915 "registry": null, 9916 "rename": null, 9917 "req": "^0.13", 9918 "source": "registry+https://github.com/rust-lang/crates.io-index", 9919 "target": null, 9920 "uses_default_features": true 9921 }, 9922 { 9923 "features": [], 9924 "kind": null, 9925 "name": "jpeg-decoder", 9926 "optional": true, 9927 "registry": null, 9928 "rename": "jpeg", 9929 "req": "^0.3.0", 9930 "source": "registry+https://github.com/rust-lang/crates.io-index", 9931 "target": null, 9932 "uses_default_features": false 9933 }, 9934 { 9935 "features": [], 9936 "kind": null, 9937 "name": "webp", 9938 "optional": true, 9939 "registry": null, 9940 "rename": "libwebp", 9941 "req": "^0.2.2", 9942 "source": "registry+https://github.com/rust-lang/crates.io-index", 9943 "target": null, 9944 "uses_default_features": false 9945 }, 9946 { 9947 "features": [], 9948 "kind": null, 9949 "name": "mp4parse", 9950 "optional": true, 9951 "registry": null, 9952 "rename": null, 9953 "req": "^0.17.0", 9954 "source": "registry+https://github.com/rust-lang/crates.io-index", 9955 "target": null, 9956 "uses_default_features": true 9957 }, 9958 { 9959 "features": [], 9960 "kind": null, 9961 "name": "num-traits", 9962 "optional": false, 9963 "registry": null, 9964 "rename": null, 9965 "req": "^0.2.0", 9966 "source": "registry+https://github.com/rust-lang/crates.io-index", 9967 "target": null, 9968 "uses_default_features": true 9969 }, 9970 { 9971 "features": [], 9972 "kind": null, 9973 "name": "png", 9974 "optional": true, 9975 "registry": null, 9976 "rename": null, 9977 "req": "^0.17.6", 9978 "source": "registry+https://github.com/rust-lang/crates.io-index", 9979 "target": null, 9980 "uses_default_features": true 9981 }, 9982 { 9983 "features": [], 9984 "kind": null, 9985 "name": "qoi", 9986 "optional": true, 9987 "registry": null, 9988 "rename": null, 9989 "req": "^0.4", 9990 "source": "registry+https://github.com/rust-lang/crates.io-index", 9991 "target": null, 9992 "uses_default_features": true 9993 }, 9994 { 9995 "features": [], 9996 "kind": null, 9997 "name": "ravif", 9998 "optional": true, 9999 "registry": null, 10000 "rename": null, 10001 "req": "^0.11.0", 10002 "source": "registry+https://github.com/rust-lang/crates.io-index", 10003 "target": null, 10004 "uses_default_features": true 10005 }, 10006 { 10007 "features": [], 10008 "kind": null, 10009 "name": "rayon", 10010 "optional": true, 10011 "registry": null, 10012 "rename": null, 10013 "req": "^1.7.0", 10014 "source": "registry+https://github.com/rust-lang/crates.io-index", 10015 "target": null, 10016 "uses_default_features": true 10017 }, 10018 { 10019 "features": [], 10020 "kind": null, 10021 "name": "rgb", 10022 "optional": true, 10023 "registry": null, 10024 "rename": null, 10025 "req": "^0.8.25", 10026 "source": "registry+https://github.com/rust-lang/crates.io-index", 10027 "target": null, 10028 "uses_default_features": true 10029 }, 10030 { 10031 "features": [], 10032 "kind": null, 10033 "name": "tiff", 10034 "optional": true, 10035 "registry": null, 10036 "rename": null, 10037 "req": "^0.9.0", 10038 "source": "registry+https://github.com/rust-lang/crates.io-index", 10039 "target": null, 10040 "uses_default_features": true 10041 }, 10042 { 10043 "features": [], 10044 "kind": "dev", 10045 "name": "crc32fast", 10046 "optional": false, 10047 "registry": null, 10048 "rename": null, 10049 "req": "^1.2.0", 10050 "source": "registry+https://github.com/rust-lang/crates.io-index", 10051 "target": null, 10052 "uses_default_features": true 10053 }, 10054 { 10055 "features": [], 10056 "kind": "dev", 10057 "name": "criterion", 10058 "optional": false, 10059 "registry": null, 10060 "rename": null, 10061 "req": "^0.5.0", 10062 "source": "registry+https://github.com/rust-lang/crates.io-index", 10063 "target": null, 10064 "uses_default_features": true 10065 }, 10066 { 10067 "features": [], 10068 "kind": "dev", 10069 "name": "glob", 10070 "optional": false, 10071 "registry": null, 10072 "rename": null, 10073 "req": "^0.3", 10074 "source": "registry+https://github.com/rust-lang/crates.io-index", 10075 "target": null, 10076 "uses_default_features": true 10077 }, 10078 { 10079 "features": [ 10080 "platform_independent" 10081 ], 10082 "kind": "dev", 10083 "name": "jpeg-decoder", 10084 "optional": false, 10085 "registry": null, 10086 "rename": "jpeg", 10087 "req": "^0.3.0", 10088 "source": "registry+https://github.com/rust-lang/crates.io-index", 10089 "target": null, 10090 "uses_default_features": false 10091 }, 10092 { 10093 "features": [], 10094 "kind": "dev", 10095 "name": "num-complex", 10096 "optional": false, 10097 "registry": null, 10098 "rename": null, 10099 "req": "^0.4", 10100 "source": "registry+https://github.com/rust-lang/crates.io-index", 10101 "target": null, 10102 "uses_default_features": true 10103 }, 10104 { 10105 "features": [], 10106 "kind": "dev", 10107 "name": "quickcheck", 10108 "optional": false, 10109 "registry": null, 10110 "rename": null, 10111 "req": "^1", 10112 "source": "registry+https://github.com/rust-lang/crates.io-index", 10113 "target": null, 10114 "uses_default_features": true 10115 } 10116 ], 10117 "description": "Imaging library. Provides basic image processing and encoders/decoders for common image formats.", 10118 "documentation": "https://docs.rs/image", 10119 "edition": "2021", 10120 "features": { 10121 "avif": [ 10122 "avif-encoder" 10123 ], 10124 "avif-decoder": [ 10125 "mp4parse", 10126 "dcv-color-primitives", 10127 "dav1d" 10128 ], 10129 "avif-encoder": [ 10130 "ravif", 10131 "rgb" 10132 ], 10133 "benchmarks": [], 10134 "bmp": [], 10135 "dav1d": [ 10136 "dep:dav1d" 10137 ], 10138 "dcv-color-primitives": [ 10139 "dep:dcv-color-primitives" 10140 ], 10141 "dds": [ 10142 "dxt" 10143 ], 10144 "default": [ 10145 "gif", 10146 "jpeg", 10147 "ico", 10148 "png", 10149 "pnm", 10150 "tga", 10151 "tiff", 10152 "webp", 10153 "bmp", 10154 "hdr", 10155 "dxt", 10156 "dds", 10157 "farbfeld", 10158 "jpeg_rayon", 10159 "openexr", 10160 "qoi" 10161 ], 10162 "dxt": [], 10163 "exr": [ 10164 "dep:exr" 10165 ], 10166 "farbfeld": [], 10167 "gif": [ 10168 "dep:gif" 10169 ], 10170 "hdr": [], 10171 "ico": [ 10172 "bmp", 10173 "png" 10174 ], 10175 "jpeg": [ 10176 "dep:jpeg" 10177 ], 10178 "jpeg_rayon": [ 10179 "jpeg/rayon" 10180 ], 10181 "libwebp": [ 10182 "dep:libwebp" 10183 ], 10184 "mp4parse": [ 10185 "dep:mp4parse" 10186 ], 10187 "openexr": [ 10188 "exr" 10189 ], 10190 "png": [ 10191 "dep:png" 10192 ], 10193 "pnm": [], 10194 "qoi": [ 10195 "dep:qoi" 10196 ], 10197 "ravif": [ 10198 "dep:ravif" 10199 ], 10200 "rayon": [ 10201 "dep:rayon" 10202 ], 10203 "rgb": [ 10204 "dep:rgb" 10205 ], 10206 "tga": [], 10207 "tiff": [ 10208 "dep:tiff" 10209 ], 10210 "webp": [], 10211 "webp-encoder": [ 10212 "libwebp", 10213 "webp" 10214 ] 10215 }, 10216 "homepage": "https://github.com/image-rs/image", 10217 "id": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9", 10218 "keywords": [], 10219 "license": "MIT OR Apache-2.0", 10220 "license_file": null, 10221 "links": null, 10222 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/Cargo.toml", 10223 "metadata": { 10224 "docs": { 10225 "rs": { 10226 "all-features": true, 10227 "include": [ 10228 "/LICENSE-APACHE", 10229 "/LICENSE-MIT", 10230 "/README.md", 10231 "/CHANGES.md", 10232 "/src/", 10233 "/benches/" 10234 ], 10235 "rustdoc-args": [ 10236 "--cfg", 10237 "docsrs" 10238 ] 10239 } 10240 } 10241 }, 10242 "name": "image", 10243 "publish": null, 10244 "readme": "README.md", 10245 "repository": "https://github.com/image-rs/image", 10246 "rust_version": "1.63.0", 10247 "source": "registry+https://github.com/rust-lang/crates.io-index", 10248 "targets": [ 10249 { 10250 "crate_types": [ 10251 "lib" 10252 ], 10253 "doc": true, 10254 "doctest": true, 10255 "edition": "2021", 10256 "kind": [ 10257 "lib" 10258 ], 10259 "name": "image", 10260 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/src/lib.rs", 10261 "test": true 10262 }, 10263 { 10264 "crate_types": [ 10265 "bin" 10266 ], 10267 "doc": false, 10268 "doctest": false, 10269 "edition": "2021", 10270 "kind": [ 10271 "example" 10272 ], 10273 "name": "gradient", 10274 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/gradient/main.rs", 10275 "test": false 10276 }, 10277 { 10278 "crate_types": [ 10279 "bin" 10280 ], 10281 "doc": false, 10282 "doctest": false, 10283 "edition": "2021", 10284 "kind": [ 10285 "example" 10286 ], 10287 "name": "tile", 10288 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/tile/main.rs", 10289 "test": false 10290 }, 10291 { 10292 "crate_types": [ 10293 "bin" 10294 ], 10295 "doc": false, 10296 "doctest": false, 10297 "edition": "2021", 10298 "kind": [ 10299 "example" 10300 ], 10301 "name": "scaleup", 10302 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/scaleup/main.rs", 10303 "test": false 10304 }, 10305 { 10306 "crate_types": [ 10307 "bin" 10308 ], 10309 "doc": false, 10310 "doctest": false, 10311 "edition": "2021", 10312 "kind": [ 10313 "example" 10314 ], 10315 "name": "convert", 10316 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/convert.rs", 10317 "test": false 10318 }, 10319 { 10320 "crate_types": [ 10321 "bin" 10322 ], 10323 "doc": false, 10324 "doctest": false, 10325 "edition": "2021", 10326 "kind": [ 10327 "example" 10328 ], 10329 "name": "opening", 10330 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/opening.rs", 10331 "test": false 10332 }, 10333 { 10334 "crate_types": [ 10335 "bin" 10336 ], 10337 "doc": false, 10338 "doctest": false, 10339 "edition": "2021", 10340 "kind": [ 10341 "example" 10342 ], 10343 "name": "concat", 10344 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/concat/main.rs", 10345 "test": false 10346 }, 10347 { 10348 "crate_types": [ 10349 "bin" 10350 ], 10351 "doc": false, 10352 "doctest": false, 10353 "edition": "2021", 10354 "kind": [ 10355 "example" 10356 ], 10357 "name": "decode", 10358 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/decode.rs", 10359 "test": false 10360 }, 10361 { 10362 "crate_types": [ 10363 "bin" 10364 ], 10365 "doc": false, 10366 "doctest": false, 10367 "edition": "2021", 10368 "kind": [ 10369 "example" 10370 ], 10371 "name": "scaledown", 10372 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/scaledown/main.rs", 10373 "test": false 10374 }, 10375 { 10376 "crate_types": [ 10377 "bin" 10378 ], 10379 "doc": false, 10380 "doctest": false, 10381 "edition": "2021", 10382 "kind": [ 10383 "example" 10384 ], 10385 "name": "fractal", 10386 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/examples/fractal.rs", 10387 "test": false 10388 }, 10389 { 10390 "crate_types": [ 10391 "bin" 10392 ], 10393 "doc": false, 10394 "doctest": false, 10395 "edition": "2021", 10396 "kind": [ 10397 "test" 10398 ], 10399 "name": "conversions", 10400 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/conversions.rs", 10401 "test": true 10402 }, 10403 { 10404 "crate_types": [ 10405 "bin" 10406 ], 10407 "doc": false, 10408 "doctest": false, 10409 "edition": "2021", 10410 "kind": [ 10411 "test" 10412 ], 10413 "name": "reference_images", 10414 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/reference_images.rs", 10415 "test": true 10416 }, 10417 { 10418 "crate_types": [ 10419 "bin" 10420 ], 10421 "doc": false, 10422 "doctest": false, 10423 "edition": "2021", 10424 "kind": [ 10425 "test" 10426 ], 10427 "name": "limits", 10428 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/limits.rs", 10429 "test": true 10430 }, 10431 { 10432 "crate_types": [ 10433 "bin" 10434 ], 10435 "doc": false, 10436 "doctest": false, 10437 "edition": "2021", 10438 "kind": [ 10439 "test" 10440 ], 10441 "name": "limits_anim", 10442 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/limits_anim.rs", 10443 "test": true 10444 }, 10445 { 10446 "crate_types": [ 10447 "bin" 10448 ], 10449 "doc": false, 10450 "doctest": false, 10451 "edition": "2021", 10452 "kind": [ 10453 "test" 10454 ], 10455 "name": "save_jpeg", 10456 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/save_jpeg.rs", 10457 "test": true 10458 }, 10459 { 10460 "crate_types": [ 10461 "bin" 10462 ], 10463 "doc": false, 10464 "doctest": false, 10465 "edition": "2021", 10466 "kind": [ 10467 "test" 10468 ], 10469 "name": "regression", 10470 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/regression.rs", 10471 "test": true 10472 }, 10473 { 10474 "crate_types": [ 10475 "bin" 10476 ], 10477 "doc": false, 10478 "doctest": false, 10479 "edition": "2021", 10480 "kind": [ 10481 "test" 10482 ], 10483 "name": "truncate_images", 10484 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/tests/truncate_images.rs", 10485 "test": true 10486 }, 10487 { 10488 "crate_types": [ 10489 "bin" 10490 ], 10491 "doc": false, 10492 "doctest": false, 10493 "edition": "2021", 10494 "kind": [ 10495 "bench" 10496 ], 10497 "name": "decode", 10498 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/benches/decode.rs", 10499 "test": false 10500 }, 10501 { 10502 "crate_types": [ 10503 "bin" 10504 ], 10505 "doc": false, 10506 "doctest": false, 10507 "edition": "2021", 10508 "kind": [ 10509 "bench" 10510 ], 10511 "name": "encode", 10512 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/benches/encode.rs", 10513 "test": false 10514 }, 10515 { 10516 "crate_types": [ 10517 "bin" 10518 ], 10519 "doc": false, 10520 "doctest": false, 10521 "edition": "2021", 10522 "kind": [ 10523 "bench" 10524 ], 10525 "name": "copy_from", 10526 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.24.9/benches/copy_from.rs", 10527 "test": false 10528 } 10529 ], 10530 "version": "0.24.9" 10531 }, 10532 { 10533 "authors": [], 10534 "categories": [ 10535 "data-structures", 10536 "no-std" 10537 ], 10538 "default_run": null, 10539 "dependencies": [ 10540 { 10541 "features": [], 10542 "kind": null, 10543 "name": "arbitrary", 10544 "optional": true, 10545 "registry": null, 10546 "rename": null, 10547 "req": "^1.0", 10548 "source": "registry+https://github.com/rust-lang/crates.io-index", 10549 "target": null, 10550 "uses_default_features": false 10551 }, 10552 { 10553 "features": [ 10554 "raw" 10555 ], 10556 "kind": null, 10557 "name": "hashbrown", 10558 "optional": false, 10559 "registry": null, 10560 "rename": null, 10561 "req": "^0.12", 10562 "source": "registry+https://github.com/rust-lang/crates.io-index", 10563 "target": null, 10564 "uses_default_features": false 10565 }, 10566 { 10567 "features": [], 10568 "kind": null, 10569 "name": "quickcheck", 10570 "optional": true, 10571 "registry": null, 10572 "rename": null, 10573 "req": "^1.0", 10574 "source": "registry+https://github.com/rust-lang/crates.io-index", 10575 "target": null, 10576 "uses_default_features": false 10577 }, 10578 { 10579 "features": [], 10580 "kind": null, 10581 "name": "rayon", 10582 "optional": true, 10583 "registry": null, 10584 "rename": null, 10585 "req": "^1.4.1", 10586 "source": "registry+https://github.com/rust-lang/crates.io-index", 10587 "target": null, 10588 "uses_default_features": true 10589 }, 10590 { 10591 "features": [], 10592 "kind": null, 10593 "name": "rustc-rayon", 10594 "optional": true, 10595 "registry": null, 10596 "rename": "rustc-rayon", 10597 "req": "^0.5", 10598 "source": "registry+https://github.com/rust-lang/crates.io-index", 10599 "target": null, 10600 "uses_default_features": true 10601 }, 10602 { 10603 "features": [], 10604 "kind": null, 10605 "name": "serde", 10606 "optional": true, 10607 "registry": null, 10608 "rename": null, 10609 "req": "^1.0", 10610 "source": "registry+https://github.com/rust-lang/crates.io-index", 10611 "target": null, 10612 "uses_default_features": false 10613 }, 10614 { 10615 "features": [], 10616 "kind": "dev", 10617 "name": "fnv", 10618 "optional": false, 10619 "registry": null, 10620 "rename": null, 10621 "req": "^1.0", 10622 "source": "registry+https://github.com/rust-lang/crates.io-index", 10623 "target": null, 10624 "uses_default_features": true 10625 }, 10626 { 10627 "features": [], 10628 "kind": "dev", 10629 "name": "fxhash", 10630 "optional": false, 10631 "registry": null, 10632 "rename": null, 10633 "req": "^0.2.1", 10634 "source": "registry+https://github.com/rust-lang/crates.io-index", 10635 "target": null, 10636 "uses_default_features": true 10637 }, 10638 { 10639 "features": [], 10640 "kind": "dev", 10641 "name": "itertools", 10642 "optional": false, 10643 "registry": null, 10644 "rename": null, 10645 "req": "^0.10", 10646 "source": "registry+https://github.com/rust-lang/crates.io-index", 10647 "target": null, 10648 "uses_default_features": true 10649 }, 10650 { 10651 "features": [], 10652 "kind": "dev", 10653 "name": "lazy_static", 10654 "optional": false, 10655 "registry": null, 10656 "rename": null, 10657 "req": "^1.3", 10658 "source": "registry+https://github.com/rust-lang/crates.io-index", 10659 "target": null, 10660 "uses_default_features": true 10661 }, 10662 { 10663 "features": [], 10664 "kind": "dev", 10665 "name": "quickcheck", 10666 "optional": false, 10667 "registry": null, 10668 "rename": null, 10669 "req": "^1.0", 10670 "source": "registry+https://github.com/rust-lang/crates.io-index", 10671 "target": null, 10672 "uses_default_features": false 10673 }, 10674 { 10675 "features": [ 10676 "small_rng" 10677 ], 10678 "kind": "dev", 10679 "name": "rand", 10680 "optional": false, 10681 "registry": null, 10682 "rename": null, 10683 "req": "^0.8", 10684 "source": "registry+https://github.com/rust-lang/crates.io-index", 10685 "target": null, 10686 "uses_default_features": true 10687 }, 10688 { 10689 "features": [], 10690 "kind": "dev", 10691 "name": "serde_derive", 10692 "optional": false, 10693 "registry": null, 10694 "rename": null, 10695 "req": "^1.0", 10696 "source": "registry+https://github.com/rust-lang/crates.io-index", 10697 "target": null, 10698 "uses_default_features": true 10699 }, 10700 { 10701 "features": [], 10702 "kind": "build", 10703 "name": "autocfg", 10704 "optional": false, 10705 "registry": null, 10706 "rename": null, 10707 "req": "^1", 10708 "source": "registry+https://github.com/rust-lang/crates.io-index", 10709 "target": null, 10710 "uses_default_features": true 10711 } 10712 ], 10713 "description": "A hash table with consistent order and fast iteration.", 10714 "documentation": "https://docs.rs/indexmap/", 10715 "edition": "2021", 10716 "features": { 10717 "arbitrary": [ 10718 "dep:arbitrary" 10719 ], 10720 "quickcheck": [ 10721 "dep:quickcheck" 10722 ], 10723 "rayon": [ 10724 "dep:rayon" 10725 ], 10726 "rustc-rayon": [ 10727 "dep:rustc-rayon" 10728 ], 10729 "serde": [ 10730 "dep:serde" 10731 ], 10732 "serde-1": [ 10733 "serde" 10734 ], 10735 "std": [], 10736 "test_debug": [], 10737 "test_low_transition_point": [] 10738 }, 10739 "homepage": null, 10740 "id": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3", 10741 "keywords": [ 10742 "hashmap", 10743 "no_std" 10744 ], 10745 "license": "Apache-2.0 OR MIT", 10746 "license_file": null, 10747 "links": null, 10748 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/Cargo.toml", 10749 "metadata": { 10750 "docs": { 10751 "rs": { 10752 "features": [ 10753 "arbitrary", 10754 "quickcheck", 10755 "serde-1", 10756 "rayon" 10757 ] 10758 } 10759 }, 10760 "release": { 10761 "no-dev-version": true, 10762 "tag-name": "{{version}}" 10763 } 10764 }, 10765 "name": "indexmap", 10766 "publish": null, 10767 "readme": "README.md", 10768 "repository": "https://github.com/bluss/indexmap", 10769 "rust_version": "1.56", 10770 "source": "registry+https://github.com/rust-lang/crates.io-index", 10771 "targets": [ 10772 { 10773 "crate_types": [ 10774 "lib" 10775 ], 10776 "doc": true, 10777 "doctest": true, 10778 "edition": "2021", 10779 "kind": [ 10780 "lib" 10781 ], 10782 "name": "indexmap", 10783 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs", 10784 "test": true 10785 }, 10786 { 10787 "crate_types": [ 10788 "bin" 10789 ], 10790 "doc": false, 10791 "doctest": false, 10792 "edition": "2021", 10793 "kind": [ 10794 "test" 10795 ], 10796 "name": "macros_full_path", 10797 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/macros_full_path.rs", 10798 "test": true 10799 }, 10800 { 10801 "crate_types": [ 10802 "bin" 10803 ], 10804 "doc": false, 10805 "doctest": false, 10806 "edition": "2021", 10807 "kind": [ 10808 "test" 10809 ], 10810 "name": "equivalent_trait", 10811 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/equivalent_trait.rs", 10812 "test": true 10813 }, 10814 { 10815 "crate_types": [ 10816 "bin" 10817 ], 10818 "doc": false, 10819 "doctest": false, 10820 "edition": "2021", 10821 "kind": [ 10822 "test" 10823 ], 10824 "name": "tests", 10825 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/tests.rs", 10826 "test": true 10827 }, 10828 { 10829 "crate_types": [ 10830 "bin" 10831 ], 10832 "doc": false, 10833 "doctest": false, 10834 "edition": "2021", 10835 "kind": [ 10836 "test" 10837 ], 10838 "name": "quick", 10839 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/quick.rs", 10840 "test": true 10841 }, 10842 { 10843 "crate_types": [ 10844 "bin" 10845 ], 10846 "doc": false, 10847 "doctest": false, 10848 "edition": "2021", 10849 "kind": [ 10850 "bench" 10851 ], 10852 "name": "bench", 10853 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/benches/bench.rs", 10854 "test": false 10855 }, 10856 { 10857 "crate_types": [ 10858 "bin" 10859 ], 10860 "doc": false, 10861 "doctest": false, 10862 "edition": "2021", 10863 "kind": [ 10864 "bench" 10865 ], 10866 "name": "faststring", 10867 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/benches/faststring.rs", 10868 "test": false 10869 }, 10870 { 10871 "crate_types": [ 10872 "bin" 10873 ], 10874 "doc": false, 10875 "doctest": false, 10876 "edition": "2021", 10877 "kind": [ 10878 "custom-build" 10879 ], 10880 "name": "build-script-build", 10881 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs", 10882 "test": false 10883 } 10884 ], 10885 "version": "1.9.3" 10886 }, 10887 { 10888 "authors": [ 10889 "bluss" 10890 ], 10891 "categories": [ 10892 "algorithms", 10893 "rust-patterns" 10894 ], 10895 "default_run": null, 10896 "dependencies": [ 10897 { 10898 "features": [], 10899 "kind": null, 10900 "name": "either", 10901 "optional": false, 10902 "registry": null, 10903 "rename": null, 10904 "req": "^1.0", 10905 "source": "registry+https://github.com/rust-lang/crates.io-index", 10906 "target": null, 10907 "uses_default_features": false 10908 }, 10909 { 10910 "features": [], 10911 "kind": "dev", 10912 "name": "criterion", 10913 "optional": false, 10914 "registry": null, 10915 "rename": null, 10916 "req": "=0", 10917 "source": "registry+https://github.com/rust-lang/crates.io-index", 10918 "target": null, 10919 "uses_default_features": true 10920 }, 10921 { 10922 "features": [], 10923 "kind": "dev", 10924 "name": "paste", 10925 "optional": false, 10926 "registry": null, 10927 "rename": null, 10928 "req": "^1.0.0", 10929 "source": "registry+https://github.com/rust-lang/crates.io-index", 10930 "target": null, 10931 "uses_default_features": true 10932 }, 10933 { 10934 "features": [], 10935 "kind": "dev", 10936 "name": "permutohedron", 10937 "optional": false, 10938 "registry": null, 10939 "rename": null, 10940 "req": "^0.2", 10941 "source": "registry+https://github.com/rust-lang/crates.io-index", 10942 "target": null, 10943 "uses_default_features": true 10944 }, 10945 { 10946 "features": [], 10947 "kind": "dev", 10948 "name": "quickcheck", 10949 "optional": false, 10950 "registry": null, 10951 "rename": null, 10952 "req": "^0.9", 10953 "source": "registry+https://github.com/rust-lang/crates.io-index", 10954 "target": null, 10955 "uses_default_features": false 10956 }, 10957 { 10958 "features": [], 10959 "kind": "dev", 10960 "name": "rand", 10961 "optional": false, 10962 "registry": null, 10963 "rename": null, 10964 "req": "^0.7", 10965 "source": "registry+https://github.com/rust-lang/crates.io-index", 10966 "target": null, 10967 "uses_default_features": true 10968 } 10969 ], 10970 "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", 10971 "documentation": "https://docs.rs/itertools/", 10972 "edition": "2018", 10973 "features": { 10974 "default": [ 10975 "use_std" 10976 ], 10977 "use_alloc": [], 10978 "use_std": [ 10979 "use_alloc", 10980 "either/use_std" 10981 ] 10982 }, 10983 "homepage": null, 10984 "id": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5", 10985 "keywords": [ 10986 "iterator", 10987 "data-structure", 10988 "zip", 10989 "product", 10990 "group-by" 10991 ], 10992 "license": "MIT/Apache-2.0", 10993 "license_file": null, 10994 "links": null, 10995 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml", 10996 "metadata": { 10997 "release": { 10998 "no-dev-version": true 10999 } 11000 }, 11001 "name": "itertools", 11002 "publish": null, 11003 "readme": "README.md", 11004 "repository": "https://github.com/rust-itertools/itertools", 11005 "rust_version": null, 11006 "source": "registry+https://github.com/rust-lang/crates.io-index", 11007 "targets": [ 11008 { 11009 "crate_types": [ 11010 "lib" 11011 ], 11012 "doc": true, 11013 "doctest": true, 11014 "edition": "2018", 11015 "kind": [ 11016 "lib" 11017 ], 11018 "name": "itertools", 11019 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs", 11020 "test": false 11021 }, 11022 { 11023 "crate_types": [ 11024 "bin" 11025 ], 11026 "doc": false, 11027 "doctest": false, 11028 "edition": "2018", 11029 "kind": [ 11030 "example" 11031 ], 11032 "name": "iris", 11033 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs", 11034 "test": false 11035 }, 11036 { 11037 "crate_types": [ 11038 "bin" 11039 ], 11040 "doc": false, 11041 "doctest": false, 11042 "edition": "2018", 11043 "kind": [ 11044 "test" 11045 ], 11046 "name": "specializations", 11047 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs", 11048 "test": true 11049 }, 11050 { 11051 "crate_types": [ 11052 "bin" 11053 ], 11054 "doc": false, 11055 "doctest": false, 11056 "edition": "2018", 11057 "kind": [ 11058 "test" 11059 ], 11060 "name": "macros_hygiene", 11061 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs", 11062 "test": true 11063 }, 11064 { 11065 "crate_types": [ 11066 "bin" 11067 ], 11068 "doc": false, 11069 "doctest": false, 11070 "edition": "2018", 11071 "kind": [ 11072 "test" 11073 ], 11074 "name": "test_core", 11075 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs", 11076 "test": true 11077 }, 11078 { 11079 "crate_types": [ 11080 "bin" 11081 ], 11082 "doc": false, 11083 "doctest": false, 11084 "edition": "2018", 11085 "kind": [ 11086 "test" 11087 ], 11088 "name": "tuples", 11089 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs", 11090 "test": true 11091 }, 11092 { 11093 "crate_types": [ 11094 "bin" 11095 ], 11096 "doc": false, 11097 "doctest": false, 11098 "edition": "2018", 11099 "kind": [ 11100 "test" 11101 ], 11102 "name": "peeking_take_while", 11103 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs", 11104 "test": true 11105 }, 11106 { 11107 "crate_types": [ 11108 "bin" 11109 ], 11110 "doc": false, 11111 "doctest": false, 11112 "edition": "2018", 11113 "kind": [ 11114 "test" 11115 ], 11116 "name": "adaptors_no_collect", 11117 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs", 11118 "test": true 11119 }, 11120 { 11121 "crate_types": [ 11122 "bin" 11123 ], 11124 "doc": false, 11125 "doctest": false, 11126 "edition": "2018", 11127 "kind": [ 11128 "test" 11129 ], 11130 "name": "test_std", 11131 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs", 11132 "test": true 11133 }, 11134 { 11135 "crate_types": [ 11136 "bin" 11137 ], 11138 "doc": false, 11139 "doctest": false, 11140 "edition": "2018", 11141 "kind": [ 11142 "test" 11143 ], 11144 "name": "zip", 11145 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs", 11146 "test": true 11147 }, 11148 { 11149 "crate_types": [ 11150 "bin" 11151 ], 11152 "doc": false, 11153 "doctest": false, 11154 "edition": "2018", 11155 "kind": [ 11156 "test" 11157 ], 11158 "name": "merge_join", 11159 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs", 11160 "test": true 11161 }, 11162 { 11163 "crate_types": [ 11164 "bin" 11165 ], 11166 "doc": false, 11167 "doctest": false, 11168 "edition": "2018", 11169 "kind": [ 11170 "test" 11171 ], 11172 "name": "quick", 11173 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs", 11174 "test": true 11175 }, 11176 { 11177 "crate_types": [ 11178 "bin" 11179 ], 11180 "doc": false, 11181 "doctest": false, 11182 "edition": "2018", 11183 "kind": [ 11184 "test" 11185 ], 11186 "name": "flatten_ok", 11187 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs", 11188 "test": true 11189 }, 11190 { 11191 "crate_types": [ 11192 "bin" 11193 ], 11194 "doc": false, 11195 "doctest": false, 11196 "edition": "2018", 11197 "kind": [ 11198 "bench" 11199 ], 11200 "name": "tuple_combinations", 11201 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs", 11202 "test": false 11203 }, 11204 { 11205 "crate_types": [ 11206 "bin" 11207 ], 11208 "doc": false, 11209 "doctest": false, 11210 "edition": "2018", 11211 "kind": [ 11212 "bench" 11213 ], 11214 "name": "tuples", 11215 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs", 11216 "test": false 11217 }, 11218 { 11219 "crate_types": [ 11220 "bin" 11221 ], 11222 "doc": false, 11223 "doctest": false, 11224 "edition": "2018", 11225 "kind": [ 11226 "bench" 11227 ], 11228 "name": "fold_specialization", 11229 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs", 11230 "test": false 11231 }, 11232 { 11233 "crate_types": [ 11234 "bin" 11235 ], 11236 "doc": false, 11237 "doctest": false, 11238 "edition": "2018", 11239 "kind": [ 11240 "bench" 11241 ], 11242 "name": "combinations_with_replacement", 11243 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs", 11244 "test": false 11245 }, 11246 { 11247 "crate_types": [ 11248 "bin" 11249 ], 11250 "doc": false, 11251 "doctest": false, 11252 "edition": "2018", 11253 "kind": [ 11254 "bench" 11255 ], 11256 "name": "tree_fold1", 11257 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs", 11258 "test": false 11259 }, 11260 { 11261 "crate_types": [ 11262 "bin" 11263 ], 11264 "doc": false, 11265 "doctest": false, 11266 "edition": "2018", 11267 "kind": [ 11268 "bench" 11269 ], 11270 "name": "bench1", 11271 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs", 11272 "test": false 11273 }, 11274 { 11275 "crate_types": [ 11276 "bin" 11277 ], 11278 "doc": false, 11279 "doctest": false, 11280 "edition": "2018", 11281 "kind": [ 11282 "bench" 11283 ], 11284 "name": "combinations", 11285 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs", 11286 "test": false 11287 }, 11288 { 11289 "crate_types": [ 11290 "bin" 11291 ], 11292 "doc": false, 11293 "doctest": false, 11294 "edition": "2018", 11295 "kind": [ 11296 "bench" 11297 ], 11298 "name": "powerset", 11299 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs", 11300 "test": false 11301 } 11302 ], 11303 "version": "0.10.5" 11304 }, 11305 { 11306 "authors": [ 11307 "David Tolnay <dtolnay@gmail.com>" 11308 ], 11309 "categories": [ 11310 "value-formatting", 11311 "no-std", 11312 "no-std::no-alloc" 11313 ], 11314 "default_run": null, 11315 "dependencies": [ 11316 { 11317 "features": [], 11318 "kind": null, 11319 "name": "no-panic", 11320 "optional": true, 11321 "registry": null, 11322 "rename": null, 11323 "req": "^0.1", 11324 "source": "registry+https://github.com/rust-lang/crates.io-index", 11325 "target": null, 11326 "uses_default_features": true 11327 } 11328 ], 11329 "description": "Fast integer primitive to string conversion", 11330 "documentation": "https://docs.rs/itoa", 11331 "edition": "2018", 11332 "features": { 11333 "no-panic": [ 11334 "dep:no-panic" 11335 ] 11336 }, 11337 "homepage": null, 11338 "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11", 11339 "keywords": [ 11340 "integer" 11341 ], 11342 "license": "MIT OR Apache-2.0", 11343 "license_file": null, 11344 "links": null, 11345 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml", 11346 "metadata": { 11347 "docs": { 11348 "rs": { 11349 "rustdoc-args": [ 11350 "--generate-link-to-definition" 11351 ], 11352 "targets": [ 11353 "x86_64-unknown-linux-gnu" 11354 ] 11355 } 11356 } 11357 }, 11358 "name": "itoa", 11359 "publish": null, 11360 "readme": "README.md", 11361 "repository": "https://github.com/dtolnay/itoa", 11362 "rust_version": "1.36", 11363 "source": "registry+https://github.com/rust-lang/crates.io-index", 11364 "targets": [ 11365 { 11366 "crate_types": [ 11367 "lib" 11368 ], 11369 "doc": true, 11370 "doctest": true, 11371 "edition": "2018", 11372 "kind": [ 11373 "lib" 11374 ], 11375 "name": "itoa", 11376 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs", 11377 "test": true 11378 }, 11379 { 11380 "crate_types": [ 11381 "bin" 11382 ], 11383 "doc": false, 11384 "doctest": false, 11385 "edition": "2018", 11386 "kind": [ 11387 "test" 11388 ], 11389 "name": "test", 11390 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs", 11391 "test": true 11392 }, 11393 { 11394 "crate_types": [ 11395 "bin" 11396 ], 11397 "doc": false, 11398 "doctest": false, 11399 "edition": "2018", 11400 "kind": [ 11401 "bench" 11402 ], 11403 "name": "bench", 11404 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs", 11405 "test": false 11406 } 11407 ], 11408 "version": "1.0.11" 11409 }, 11410 { 11411 "authors": [ 11412 "The image-rs Developers" 11413 ], 11414 "categories": [], 11415 "default_run": null, 11416 "dependencies": [ 11417 { 11418 "features": [], 11419 "kind": null, 11420 "name": "rayon", 11421 "optional": true, 11422 "registry": null, 11423 "rename": null, 11424 "req": "^1.5.1", 11425 "source": "registry+https://github.com/rust-lang/crates.io-index", 11426 "target": null, 11427 "uses_default_features": true 11428 }, 11429 { 11430 "features": [], 11431 "kind": "dev", 11432 "name": "criterion", 11433 "optional": false, 11434 "registry": null, 11435 "rename": null, 11436 "req": "^0.3", 11437 "source": "registry+https://github.com/rust-lang/crates.io-index", 11438 "target": null, 11439 "uses_default_features": true 11440 }, 11441 { 11442 "features": [], 11443 "kind": "dev", 11444 "name": "png", 11445 "optional": false, 11446 "registry": null, 11447 "rename": null, 11448 "req": "^0.16", 11449 "source": "registry+https://github.com/rust-lang/crates.io-index", 11450 "target": null, 11451 "uses_default_features": true 11452 }, 11453 { 11454 "features": [], 11455 "kind": "dev", 11456 "name": "walkdir", 11457 "optional": false, 11458 "registry": null, 11459 "rename": null, 11460 "req": "^2.0", 11461 "source": "registry+https://github.com/rust-lang/crates.io-index", 11462 "target": null, 11463 "uses_default_features": true 11464 }, 11465 { 11466 "features": [], 11467 "kind": "dev", 11468 "name": "wasm-bindgen", 11469 "optional": false, 11470 "registry": null, 11471 "rename": null, 11472 "req": "=0.2.83", 11473 "source": "registry+https://github.com/rust-lang/crates.io-index", 11474 "target": null, 11475 "uses_default_features": true 11476 }, 11477 { 11478 "features": [], 11479 "kind": "dev", 11480 "name": "wasm-bindgen-test", 11481 "optional": false, 11482 "registry": null, 11483 "rename": null, 11484 "req": "^0.3", 11485 "source": "registry+https://github.com/rust-lang/crates.io-index", 11486 "target": null, 11487 "uses_default_features": true 11488 } 11489 ], 11490 "description": "JPEG decoder", 11491 "documentation": "https://docs.rs/jpeg-decoder", 11492 "edition": "2021", 11493 "features": { 11494 "default": [ 11495 "rayon" 11496 ], 11497 "nightly_aarch64_neon": [], 11498 "platform_independent": [], 11499 "rayon": [ 11500 "dep:rayon" 11501 ] 11502 }, 11503 "homepage": null, 11504 "id": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1", 11505 "keywords": [ 11506 "jpeg", 11507 "jpg", 11508 "decoder", 11509 "image" 11510 ], 11511 "license": "MIT OR Apache-2.0", 11512 "license_file": null, 11513 "links": null, 11514 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/Cargo.toml", 11515 "metadata": null, 11516 "name": "jpeg-decoder", 11517 "publish": null, 11518 "readme": "README.md", 11519 "repository": "https://github.com/image-rs/jpeg-decoder", 11520 "rust_version": "1.61.0", 11521 "source": "registry+https://github.com/rust-lang/crates.io-index", 11522 "targets": [ 11523 { 11524 "crate_types": [ 11525 "lib" 11526 ], 11527 "doc": true, 11528 "doctest": true, 11529 "edition": "2021", 11530 "kind": [ 11531 "lib" 11532 ], 11533 "name": "jpeg-decoder", 11534 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/src/lib.rs", 11535 "test": true 11536 }, 11537 { 11538 "crate_types": [ 11539 "bin" 11540 ], 11541 "doc": false, 11542 "doctest": false, 11543 "edition": "2021", 11544 "kind": [ 11545 "example" 11546 ], 11547 "name": "decode", 11548 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/examples/decode.rs", 11549 "test": false 11550 }, 11551 { 11552 "crate_types": [ 11553 "bin" 11554 ], 11555 "doc": false, 11556 "doctest": false, 11557 "edition": "2021", 11558 "kind": [ 11559 "test" 11560 ], 11561 "name": "rayon", 11562 "required-features": [ 11563 "rayon" 11564 ], 11565 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon.rs", 11566 "test": true 11567 }, 11568 { 11569 "crate_types": [ 11570 "bin" 11571 ], 11572 "doc": false, 11573 "doctest": false, 11574 "edition": "2021", 11575 "kind": [ 11576 "test" 11577 ], 11578 "name": "rayon-0", 11579 "required-features": [ 11580 "rayon" 11581 ], 11582 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-0.rs", 11583 "test": true 11584 }, 11585 { 11586 "crate_types": [ 11587 "bin" 11588 ], 11589 "doc": false, 11590 "doctest": false, 11591 "edition": "2021", 11592 "kind": [ 11593 "test" 11594 ], 11595 "name": "rayon-1", 11596 "required-features": [ 11597 "rayon" 11598 ], 11599 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-1.rs", 11600 "test": true 11601 }, 11602 { 11603 "crate_types": [ 11604 "bin" 11605 ], 11606 "doc": false, 11607 "doctest": false, 11608 "edition": "2021", 11609 "kind": [ 11610 "test" 11611 ], 11612 "name": "rayon-2", 11613 "required-features": [ 11614 "rayon" 11615 ], 11616 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-2.rs", 11617 "test": true 11618 }, 11619 { 11620 "crate_types": [ 11621 "bin" 11622 ], 11623 "doc": false, 11624 "doctest": false, 11625 "edition": "2021", 11626 "kind": [ 11627 "test" 11628 ], 11629 "name": "lib", 11630 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/lib.rs", 11631 "test": true 11632 }, 11633 { 11634 "crate_types": [ 11635 "bin" 11636 ], 11637 "doc": false, 11638 "doctest": false, 11639 "edition": "2021", 11640 "kind": [ 11641 "bench" 11642 ], 11643 "name": "decoding_benchmark", 11644 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/decoding_benchmark.rs", 11645 "test": false 11646 }, 11647 { 11648 "crate_types": [ 11649 "bin" 11650 ], 11651 "doc": false, 11652 "doctest": false, 11653 "edition": "2021", 11654 "kind": [ 11655 "bench" 11656 ], 11657 "name": "large_image", 11658 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/large_image.rs", 11659 "test": false 11660 } 11661 ], 11662 "version": "0.3.1" 11663 }, 11664 { 11665 "authors": [ 11666 "The wasm-bindgen Developers" 11667 ], 11668 "categories": [ 11669 "wasm" 11670 ], 11671 "default_run": null, 11672 "dependencies": [ 11673 { 11674 "features": [], 11675 "kind": null, 11676 "name": "wasm-bindgen", 11677 "optional": false, 11678 "registry": null, 11679 "rename": null, 11680 "req": "^0.2.92", 11681 "source": "registry+https://github.com/rust-lang/crates.io-index", 11682 "target": null, 11683 "uses_default_features": true 11684 }, 11685 { 11686 "features": [], 11687 "kind": "dev", 11688 "name": "wasm-bindgen-futures", 11689 "optional": false, 11690 "registry": null, 11691 "rename": null, 11692 "req": "^0.4.42", 11693 "source": "registry+https://github.com/rust-lang/crates.io-index", 11694 "target": "cfg(target_arch = \"wasm32\")", 11695 "uses_default_features": true 11696 }, 11697 { 11698 "features": [], 11699 "kind": "dev", 11700 "name": "wasm-bindgen-test", 11701 "optional": false, 11702 "registry": null, 11703 "rename": null, 11704 "req": "=0.3.42", 11705 "source": "registry+https://github.com/rust-lang/crates.io-index", 11706 "target": "cfg(target_arch = \"wasm32\")", 11707 "uses_default_features": true 11708 }, 11709 { 11710 "features": [ 11711 "Headers", 11712 "Response", 11713 "ResponseInit" 11714 ], 11715 "kind": "dev", 11716 "name": "web-sys", 11717 "optional": false, 11718 "registry": null, 11719 "rename": null, 11720 "req": "^0.3.69", 11721 "source": "registry+https://github.com/rust-lang/crates.io-index", 11722 "target": "cfg(target_arch = \"wasm32\")", 11723 "uses_default_features": true 11724 } 11725 ], 11726 "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", 11727 "documentation": "https://docs.rs/js-sys", 11728 "edition": "2018", 11729 "features": {}, 11730 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 11731 "id": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", 11732 "keywords": [], 11733 "license": "MIT OR Apache-2.0", 11734 "license_file": null, 11735 "links": null, 11736 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/Cargo.toml", 11737 "metadata": null, 11738 "name": "js-sys", 11739 "publish": null, 11740 "readme": "./README.md", 11741 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", 11742 "rust_version": "1.57", 11743 "source": "registry+https://github.com/rust-lang/crates.io-index", 11744 "targets": [ 11745 { 11746 "crate_types": [ 11747 "lib" 11748 ], 11749 "doc": true, 11750 "doctest": false, 11751 "edition": "2018", 11752 "kind": [ 11753 "lib" 11754 ], 11755 "name": "js-sys", 11756 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/src/lib.rs", 11757 "test": false 11758 }, 11759 { 11760 "crate_types": [ 11761 "bin" 11762 ], 11763 "doc": false, 11764 "doctest": false, 11765 "edition": "2018", 11766 "kind": [ 11767 "test" 11768 ], 11769 "name": "headless", 11770 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs", 11771 "test": true 11772 }, 11773 { 11774 "crate_types": [ 11775 "bin" 11776 ], 11777 "doc": false, 11778 "doctest": false, 11779 "edition": "2018", 11780 "kind": [ 11781 "test" 11782 ], 11783 "name": "wasm", 11784 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/wasm/main.rs", 11785 "test": true 11786 } 11787 ], 11788 "version": "0.3.69" 11789 }, 11790 { 11791 "authors": [ 11792 "Marvin Löbel <loebel.marvin@gmail.com>" 11793 ], 11794 "categories": [ 11795 "no-std", 11796 "rust-patterns", 11797 "memory-management" 11798 ], 11799 "default_run": null, 11800 "dependencies": [ 11801 { 11802 "features": [], 11803 "kind": null, 11804 "name": "spin", 11805 "optional": true, 11806 "registry": null, 11807 "rename": null, 11808 "req": "^0.5.0", 11809 "source": "registry+https://github.com/rust-lang/crates.io-index", 11810 "target": null, 11811 "uses_default_features": true 11812 }, 11813 { 11814 "features": [], 11815 "kind": "dev", 11816 "name": "doc-comment", 11817 "optional": false, 11818 "registry": null, 11819 "rename": null, 11820 "req": "^0.3.1", 11821 "source": "registry+https://github.com/rust-lang/crates.io-index", 11822 "target": null, 11823 "uses_default_features": true 11824 } 11825 ], 11826 "description": "A macro for declaring lazily evaluated statics in Rust.", 11827 "documentation": "https://docs.rs/lazy_static", 11828 "edition": "2015", 11829 "features": { 11830 "spin": [ 11831 "dep:spin" 11832 ], 11833 "spin_no_std": [ 11834 "spin" 11835 ] 11836 }, 11837 "homepage": null, 11838 "id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", 11839 "keywords": [ 11840 "macro", 11841 "lazy", 11842 "static" 11843 ], 11844 "license": "MIT/Apache-2.0", 11845 "license_file": null, 11846 "links": null, 11847 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", 11848 "metadata": null, 11849 "name": "lazy_static", 11850 "publish": null, 11851 "readme": "README.md", 11852 "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", 11853 "rust_version": null, 11854 "source": "registry+https://github.com/rust-lang/crates.io-index", 11855 "targets": [ 11856 { 11857 "crate_types": [ 11858 "lib" 11859 ], 11860 "doc": true, 11861 "doctest": true, 11862 "edition": "2015", 11863 "kind": [ 11864 "lib" 11865 ], 11866 "name": "lazy_static", 11867 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", 11868 "test": true 11869 }, 11870 { 11871 "crate_types": [ 11872 "bin" 11873 ], 11874 "doc": false, 11875 "doctest": false, 11876 "edition": "2015", 11877 "kind": [ 11878 "test" 11879 ], 11880 "name": "test", 11881 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", 11882 "test": true 11883 }, 11884 { 11885 "crate_types": [ 11886 "bin" 11887 ], 11888 "doc": false, 11889 "doctest": false, 11890 "edition": "2015", 11891 "kind": [ 11892 "test" 11893 ], 11894 "name": "no_std", 11895 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", 11896 "test": true 11897 } 11898 ], 11899 "version": "1.4.0" 11900 }, 11901 { 11902 "authors": [ 11903 "The Rust Project Developers" 11904 ], 11905 "categories": [ 11906 "external-ffi-bindings", 11907 "no-std", 11908 "os" 11909 ], 11910 "default_run": null, 11911 "dependencies": [ 11912 { 11913 "features": [], 11914 "kind": null, 11915 "name": "rustc-std-workspace-core", 11916 "optional": true, 11917 "registry": null, 11918 "rename": null, 11919 "req": "^1.0.0", 11920 "source": "registry+https://github.com/rust-lang/crates.io-index", 11921 "target": null, 11922 "uses_default_features": true 11923 } 11924 ], 11925 "description": "Raw FFI bindings to platform libraries like libc.\n", 11926 "documentation": "https://docs.rs/libc/", 11927 "edition": "2015", 11928 "features": { 11929 "align": [], 11930 "const-extern-fn": [], 11931 "default": [ 11932 "std" 11933 ], 11934 "extra_traits": [], 11935 "rustc-dep-of-std": [ 11936 "align", 11937 "rustc-std-workspace-core" 11938 ], 11939 "rustc-std-workspace-core": [ 11940 "dep:rustc-std-workspace-core" 11941 ], 11942 "std": [], 11943 "use_std": [ 11944 "std" 11945 ] 11946 }, 11947 "homepage": "https://github.com/rust-lang/libc", 11948 "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 11949 "keywords": [ 11950 "libc", 11951 "ffi", 11952 "bindings", 11953 "operating", 11954 "system" 11955 ], 11956 "license": "MIT OR Apache-2.0", 11957 "license_file": null, 11958 "links": null, 11959 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/Cargo.toml", 11960 "metadata": { 11961 "docs": { 11962 "rs": { 11963 "cargo-args": [ 11964 "-Zbuild-std=core" 11965 ], 11966 "default-target": "x86_64-unknown-linux-gnu", 11967 "features": [ 11968 "const-extern-fn", 11969 "extra_traits" 11970 ], 11971 "targets": [ 11972 "aarch64-apple-darwin", 11973 "aarch64-apple-ios", 11974 "aarch64-linux-android", 11975 "aarch64-pc-windows-msvc", 11976 "aarch64-unknown-freebsd", 11977 "aarch64-unknown-fuchsia", 11978 "aarch64-unknown-hermit", 11979 "aarch64-unknown-linux-gnu", 11980 "aarch64-unknown-linux-musl", 11981 "aarch64-unknown-netbsd", 11982 "aarch64-unknown-openbsd", 11983 "aarch64-wrs-vxworks", 11984 "arm-linux-androideabi", 11985 "arm-unknown-linux-gnueabi", 11986 "arm-unknown-linux-gnueabihf", 11987 "arm-unknown-linux-musleabi", 11988 "arm-unknown-linux-musleabihf", 11989 "armebv7r-none-eabi", 11990 "armebv7r-none-eabihf", 11991 "armv5te-unknown-linux-gnueabi", 11992 "armv5te-unknown-linux-musleabi", 11993 "armv7-linux-androideabi", 11994 "armv7-unknown-linux-gnueabihf", 11995 "armv7-unknown-linux-musleabihf", 11996 "armv7-wrs-vxworks-eabihf", 11997 "armv7r-none-eabi", 11998 "armv7r-none-eabihf", 11999 "hexagon-unknown-linux-musl", 12000 "i586-pc-windows-msvc", 12001 "i586-unknown-linux-gnu", 12002 "i586-unknown-linux-musl", 12003 "i686-linux-android", 12004 "i686-pc-windows-gnu", 12005 "i686-pc-windows-msvc", 12006 "i686-pc-windows-msvc", 12007 "i686-unknown-freebsd", 12008 "i686-unknown-haiku", 12009 "i686-unknown-linux-gnu", 12010 "i686-unknown-linux-musl", 12011 "i686-unknown-netbsd", 12012 "i686-unknown-openbsd", 12013 "i686-wrs-vxworks", 12014 "mips-unknown-linux-gnu", 12015 "mips-unknown-linux-musl", 12016 "mips64-unknown-linux-gnuabi64", 12017 "mips64-unknown-linux-muslabi64", 12018 "mips64el-unknown-linux-gnuabi64", 12019 "mips64el-unknown-linux-muslabi64", 12020 "mipsel-sony-psp", 12021 "mipsel-unknown-linux-gnu", 12022 "mipsel-unknown-linux-musl", 12023 "nvptx64-nvidia-cuda", 12024 "powerpc-unknown-linux-gnu", 12025 "powerpc-unknown-linux-gnuspe", 12026 "powerpc-unknown-netbsd", 12027 "powerpc-wrs-vxworks", 12028 "powerpc-wrs-vxworks-spe", 12029 "powerpc64-unknown-freebsd", 12030 "powerpc64-unknown-linux-gnu", 12031 "powerpc64-wrs-vxworks", 12032 "powerpc64le-unknown-linux-gnu", 12033 "riscv32gc-unknown-linux-gnu", 12034 "riscv32i-unknown-none-elf", 12035 "riscv32imac-unknown-none-elf", 12036 "riscv32imc-unknown-none-elf", 12037 "riscv64gc-unknown-freebsd", 12038 "riscv64gc-unknown-hermit", 12039 "riscv64gc-unknown-linux-gnu", 12040 "riscv64gc-unknown-linux-musl", 12041 "riscv64gc-unknown-none-elf", 12042 "riscv64imac-unknown-none-elf", 12043 "s390x-unknown-linux-gnu", 12044 "s390x-unknown-linux-musl", 12045 "sparc-unknown-linux-gnu", 12046 "sparc64-unknown-linux-gnu", 12047 "sparc64-unknown-netbsd", 12048 "sparcv9-sun-solaris", 12049 "thumbv6m-none-eabi", 12050 "thumbv7em-none-eabi", 12051 "thumbv7em-none-eabihf", 12052 "thumbv7m-none-eabi", 12053 "thumbv7neon-linux-androideabi", 12054 "thumbv7neon-unknown-linux-gnueabihf", 12055 "wasm32-unknown-emscripten", 12056 "wasm32-unknown-unknown", 12057 "wasm32-wasi", 12058 "x86_64-apple-darwin", 12059 "x86_64-apple-ios", 12060 "x86_64-fortanix-unknown-sgx", 12061 "x86_64-linux-android", 12062 "x86_64-pc-solaris", 12063 "x86_64-pc-windows-gnu", 12064 "x86_64-pc-windows-msvc", 12065 "x86_64-unknown-dragonfly", 12066 "x86_64-unknown-freebsd", 12067 "x86_64-unknown-fuchsia", 12068 "x86_64-unknown-haiku", 12069 "x86_64-unknown-hermit", 12070 "x86_64-unknown-illumos", 12071 "x86_64-unknown-l4re-uclibc", 12072 "x86_64-unknown-linux-gnu", 12073 "x86_64-unknown-linux-gnux32", 12074 "x86_64-unknown-linux-musl", 12075 "x86_64-unknown-netbsd", 12076 "x86_64-unknown-openbsd", 12077 "x86_64-unknown-redox", 12078 "x86_64-wrs-vxworks" 12079 ] 12080 } 12081 } 12082 }, 12083 "name": "libc", 12084 "publish": null, 12085 "readme": "README.md", 12086 "repository": "https://github.com/rust-lang/libc", 12087 "rust_version": null, 12088 "source": "registry+https://github.com/rust-lang/crates.io-index", 12089 "targets": [ 12090 { 12091 "crate_types": [ 12092 "lib" 12093 ], 12094 "doc": true, 12095 "doctest": true, 12096 "edition": "2015", 12097 "kind": [ 12098 "lib" 12099 ], 12100 "name": "libc", 12101 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs", 12102 "test": true 12103 }, 12104 { 12105 "crate_types": [ 12106 "bin" 12107 ], 12108 "doc": false, 12109 "doctest": false, 12110 "edition": "2015", 12111 "kind": [ 12112 "test" 12113 ], 12114 "name": "const_fn", 12115 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/tests/const_fn.rs", 12116 "test": true 12117 }, 12118 { 12119 "crate_types": [ 12120 "bin" 12121 ], 12122 "doc": false, 12123 "doctest": false, 12124 "edition": "2015", 12125 "kind": [ 12126 "custom-build" 12127 ], 12128 "name": "build-script-build", 12129 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs", 12130 "test": false 12131 } 12132 ], 12133 "version": "0.2.153" 12134 }, 12135 { 12136 "authors": [ 12137 "Simonas Kazlauskas <libloading@kazlauskas.me>" 12138 ], 12139 "categories": [ 12140 "api-bindings" 12141 ], 12142 "default_run": null, 12143 "dependencies": [ 12144 { 12145 "features": [], 12146 "kind": "dev", 12147 "name": "libc", 12148 "optional": false, 12149 "registry": null, 12150 "rename": null, 12151 "req": "^0.2", 12152 "source": "registry+https://github.com/rust-lang/crates.io-index", 12153 "target": null, 12154 "uses_default_features": true 12155 }, 12156 { 12157 "features": [], 12158 "kind": "dev", 12159 "name": "static_assertions", 12160 "optional": false, 12161 "registry": null, 12162 "rename": null, 12163 "req": "^1.1", 12164 "source": "registry+https://github.com/rust-lang/crates.io-index", 12165 "target": null, 12166 "uses_default_features": true 12167 }, 12168 { 12169 "features": [], 12170 "kind": null, 12171 "name": "cfg-if", 12172 "optional": false, 12173 "registry": null, 12174 "rename": null, 12175 "req": "^1", 12176 "source": "registry+https://github.com/rust-lang/crates.io-index", 12177 "target": "cfg(unix)", 12178 "uses_default_features": true 12179 }, 12180 { 12181 "features": [], 12182 "kind": null, 12183 "name": "windows-targets", 12184 "optional": false, 12185 "registry": null, 12186 "rename": null, 12187 "req": ">=0.48, <0.53", 12188 "source": "registry+https://github.com/rust-lang/crates.io-index", 12189 "target": "cfg(windows)", 12190 "uses_default_features": true 12191 }, 12192 { 12193 "features": [ 12194 "Win32_Foundation" 12195 ], 12196 "kind": "dev", 12197 "name": "windows-sys", 12198 "optional": false, 12199 "registry": null, 12200 "rename": null, 12201 "req": "^0.52", 12202 "source": "registry+https://github.com/rust-lang/crates.io-index", 12203 "target": "cfg(windows)", 12204 "uses_default_features": true 12205 } 12206 ], 12207 "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", 12208 "documentation": "https://docs.rs/libloading/", 12209 "edition": "2015", 12210 "features": {}, 12211 "homepage": null, 12212 "id": "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3", 12213 "keywords": [ 12214 "dlopen", 12215 "load", 12216 "shared", 12217 "dylib" 12218 ], 12219 "license": "ISC", 12220 "license_file": null, 12221 "links": null, 12222 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/Cargo.toml", 12223 "metadata": { 12224 "docs": { 12225 "rs": { 12226 "all-features": true, 12227 "rustdoc-args": [ 12228 "--cfg", 12229 "libloading_docs" 12230 ] 12231 } 12232 } 12233 }, 12234 "name": "libloading", 12235 "publish": null, 12236 "readme": "README.mkd", 12237 "repository": "https://github.com/nagisa/rust_libloading/", 12238 "rust_version": "1.56.0", 12239 "source": "registry+https://github.com/rust-lang/crates.io-index", 12240 "targets": [ 12241 { 12242 "crate_types": [ 12243 "lib" 12244 ], 12245 "doc": true, 12246 "doctest": true, 12247 "edition": "2015", 12248 "kind": [ 12249 "lib" 12250 ], 12251 "name": "libloading", 12252 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs", 12253 "test": true 12254 }, 12255 { 12256 "crate_types": [ 12257 "bin" 12258 ], 12259 "doc": false, 12260 "doctest": false, 12261 "edition": "2015", 12262 "kind": [ 12263 "test" 12264 ], 12265 "name": "windows", 12266 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/windows.rs", 12267 "test": true 12268 }, 12269 { 12270 "crate_types": [ 12271 "bin" 12272 ], 12273 "doc": false, 12274 "doctest": false, 12275 "edition": "2015", 12276 "kind": [ 12277 "test" 12278 ], 12279 "name": "library_filename", 12280 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/library_filename.rs", 12281 "test": true 12282 }, 12283 { 12284 "crate_types": [ 12285 "bin" 12286 ], 12287 "doc": false, 12288 "doctest": false, 12289 "edition": "2015", 12290 "kind": [ 12291 "test" 12292 ], 12293 "name": "constants", 12294 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/constants.rs", 12295 "test": true 12296 }, 12297 { 12298 "crate_types": [ 12299 "bin" 12300 ], 12301 "doc": false, 12302 "doctest": false, 12303 "edition": "2015", 12304 "kind": [ 12305 "test" 12306 ], 12307 "name": "markers", 12308 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/markers.rs", 12309 "test": true 12310 }, 12311 { 12312 "crate_types": [ 12313 "bin" 12314 ], 12315 "doc": false, 12316 "doctest": false, 12317 "edition": "2015", 12318 "kind": [ 12319 "test" 12320 ], 12321 "name": "functions", 12322 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/functions.rs", 12323 "test": true 12324 } 12325 ], 12326 "version": "0.8.3" 12327 }, 12328 { 12329 "authors": [ 12330 "Jorge Aparicio <jorge@japaric.io>" 12331 ], 12332 "categories": [ 12333 "no-std" 12334 ], 12335 "default_run": null, 12336 "dependencies": [ 12337 { 12338 "features": [], 12339 "kind": "dev", 12340 "name": "no-panic", 12341 "optional": false, 12342 "registry": null, 12343 "rename": null, 12344 "req": "^0.1.8", 12345 "source": "registry+https://github.com/rust-lang/crates.io-index", 12346 "target": null, 12347 "uses_default_features": true 12348 }, 12349 { 12350 "features": [], 12351 "kind": "build", 12352 "name": "rand", 12353 "optional": true, 12354 "registry": null, 12355 "rename": null, 12356 "req": "^0.6.5", 12357 "source": "registry+https://github.com/rust-lang/crates.io-index", 12358 "target": null, 12359 "uses_default_features": true 12360 } 12361 ], 12362 "description": "libm in pure Rust", 12363 "documentation": "https://docs.rs/libm", 12364 "edition": "2018", 12365 "features": { 12366 "default": [], 12367 "musl-reference-tests": [ 12368 "rand" 12369 ], 12370 "rand": [ 12371 "dep:rand" 12372 ], 12373 "unstable": [] 12374 }, 12375 "homepage": null, 12376 "id": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8", 12377 "keywords": [ 12378 "libm", 12379 "math" 12380 ], 12381 "license": "MIT OR Apache-2.0", 12382 "license_file": null, 12383 "links": null, 12384 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/Cargo.toml", 12385 "metadata": null, 12386 "name": "libm", 12387 "publish": null, 12388 "readme": "README.md", 12389 "repository": "https://github.com/rust-lang/libm", 12390 "rust_version": null, 12391 "source": "registry+https://github.com/rust-lang/crates.io-index", 12392 "targets": [ 12393 { 12394 "crate_types": [ 12395 "lib" 12396 ], 12397 "doc": true, 12398 "doctest": true, 12399 "edition": "2018", 12400 "kind": [ 12401 "lib" 12402 ], 12403 "name": "libm", 12404 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs", 12405 "test": true 12406 }, 12407 { 12408 "crate_types": [ 12409 "bin" 12410 ], 12411 "doc": false, 12412 "doctest": false, 12413 "edition": "2018", 12414 "kind": [ 12415 "custom-build" 12416 ], 12417 "name": "build-script-build", 12418 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs", 12419 "test": false 12420 } 12421 ], 12422 "version": "0.2.8" 12423 }, 12424 { 12425 "authors": [ 12426 "4lDO2 <4lDO2@protonmail.com>" 12427 ], 12428 "categories": [], 12429 "default_run": null, 12430 "dependencies": [ 12431 { 12432 "features": [], 12433 "kind": null, 12434 "name": "bitflags", 12435 "optional": false, 12436 "registry": null, 12437 "rename": null, 12438 "req": "^2", 12439 "source": "registry+https://github.com/rust-lang/crates.io-index", 12440 "target": null, 12441 "uses_default_features": true 12442 }, 12443 { 12444 "features": [], 12445 "kind": null, 12446 "name": "ioslice", 12447 "optional": true, 12448 "registry": null, 12449 "rename": null, 12450 "req": "^0.6", 12451 "source": "registry+https://github.com/rust-lang/crates.io-index", 12452 "target": null, 12453 "uses_default_features": true 12454 }, 12455 { 12456 "features": [], 12457 "kind": null, 12458 "name": "libc", 12459 "optional": false, 12460 "registry": null, 12461 "rename": null, 12462 "req": "^0.2", 12463 "source": "registry+https://github.com/rust-lang/crates.io-index", 12464 "target": null, 12465 "uses_default_features": true 12466 }, 12467 { 12468 "features": [], 12469 "kind": null, 12470 "name": "redox_syscall", 12471 "optional": true, 12472 "registry": null, 12473 "rename": null, 12474 "req": "^0.5", 12475 "source": "registry+https://github.com/rust-lang/crates.io-index", 12476 "target": null, 12477 "uses_default_features": true 12478 } 12479 ], 12480 "description": "Redox stable ABI", 12481 "documentation": null, 12482 "edition": "2021", 12483 "features": { 12484 "call": [], 12485 "default": [ 12486 "call", 12487 "std", 12488 "redox_syscall" 12489 ], 12490 "ioslice": [ 12491 "dep:ioslice" 12492 ], 12493 "mkns": [ 12494 "ioslice" 12495 ], 12496 "redox_syscall": [ 12497 "dep:redox_syscall" 12498 ], 12499 "std": [] 12500 }, 12501 "homepage": null, 12502 "id": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3", 12503 "keywords": [], 12504 "license": "MIT", 12505 "license_file": null, 12506 "links": null, 12507 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/Cargo.toml", 12508 "metadata": null, 12509 "name": "libredox", 12510 "publish": null, 12511 "readme": null, 12512 "repository": "https://gitlab.redox-os.org/redox-os/libredox.git", 12513 "rust_version": null, 12514 "source": "registry+https://github.com/rust-lang/crates.io-index", 12515 "targets": [ 12516 { 12517 "crate_types": [ 12518 "lib" 12519 ], 12520 "doc": true, 12521 "doctest": true, 12522 "edition": "2021", 12523 "kind": [ 12524 "lib" 12525 ], 12526 "name": "libredox", 12527 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs", 12528 "test": true 12529 } 12530 ], 12531 "version": "0.1.3" 12532 }, 12533 { 12534 "authors": [ 12535 "The Rust Project Developers" 12536 ], 12537 "categories": [ 12538 "development-tools::debugging" 12539 ], 12540 "default_run": null, 12541 "dependencies": [ 12542 { 12543 "features": [], 12544 "kind": null, 12545 "name": "serde", 12546 "optional": true, 12547 "registry": null, 12548 "rename": null, 12549 "req": "^1.0", 12550 "source": "registry+https://github.com/rust-lang/crates.io-index", 12551 "target": null, 12552 "uses_default_features": false 12553 }, 12554 { 12555 "features": [], 12556 "kind": null, 12557 "name": "sval", 12558 "optional": true, 12559 "registry": null, 12560 "rename": null, 12561 "req": "^2.1", 12562 "source": "registry+https://github.com/rust-lang/crates.io-index", 12563 "target": null, 12564 "uses_default_features": false 12565 }, 12566 { 12567 "features": [], 12568 "kind": null, 12569 "name": "sval_ref", 12570 "optional": true, 12571 "registry": null, 12572 "rename": null, 12573 "req": "^2.1", 12574 "source": "registry+https://github.com/rust-lang/crates.io-index", 12575 "target": null, 12576 "uses_default_features": false 12577 }, 12578 { 12579 "features": [ 12580 "inline-i128" 12581 ], 12582 "kind": null, 12583 "name": "value-bag", 12584 "optional": true, 12585 "registry": null, 12586 "rename": null, 12587 "req": "^1.7", 12588 "source": "registry+https://github.com/rust-lang/crates.io-index", 12589 "target": null, 12590 "uses_default_features": false 12591 }, 12592 { 12593 "features": [], 12594 "kind": "dev", 12595 "name": "proc-macro2", 12596 "optional": false, 12597 "registry": null, 12598 "rename": null, 12599 "req": "^1.0.63", 12600 "source": "registry+https://github.com/rust-lang/crates.io-index", 12601 "target": null, 12602 "uses_default_features": false 12603 }, 12604 { 12605 "features": [ 12606 "derive" 12607 ], 12608 "kind": "dev", 12609 "name": "serde", 12610 "optional": false, 12611 "registry": null, 12612 "rename": null, 12613 "req": "^1.0", 12614 "source": "registry+https://github.com/rust-lang/crates.io-index", 12615 "target": null, 12616 "uses_default_features": true 12617 }, 12618 { 12619 "features": [], 12620 "kind": "dev", 12621 "name": "serde_json", 12622 "optional": false, 12623 "registry": null, 12624 "rename": null, 12625 "req": "^1.0", 12626 "source": "registry+https://github.com/rust-lang/crates.io-index", 12627 "target": null, 12628 "uses_default_features": true 12629 }, 12630 { 12631 "features": [], 12632 "kind": "dev", 12633 "name": "serde_test", 12634 "optional": false, 12635 "registry": null, 12636 "rename": null, 12637 "req": "^1.0", 12638 "source": "registry+https://github.com/rust-lang/crates.io-index", 12639 "target": null, 12640 "uses_default_features": true 12641 }, 12642 { 12643 "features": [], 12644 "kind": "dev", 12645 "name": "sval", 12646 "optional": false, 12647 "registry": null, 12648 "rename": null, 12649 "req": "^2.1", 12650 "source": "registry+https://github.com/rust-lang/crates.io-index", 12651 "target": null, 12652 "uses_default_features": true 12653 }, 12654 { 12655 "features": [], 12656 "kind": "dev", 12657 "name": "sval_derive", 12658 "optional": false, 12659 "registry": null, 12660 "rename": null, 12661 "req": "^2.1", 12662 "source": "registry+https://github.com/rust-lang/crates.io-index", 12663 "target": null, 12664 "uses_default_features": true 12665 }, 12666 { 12667 "features": [ 12668 "test" 12669 ], 12670 "kind": "dev", 12671 "name": "value-bag", 12672 "optional": false, 12673 "registry": null, 12674 "rename": null, 12675 "req": "^1.7", 12676 "source": "registry+https://github.com/rust-lang/crates.io-index", 12677 "target": null, 12678 "uses_default_features": true 12679 } 12680 ], 12681 "description": "A lightweight logging facade for Rust\n", 12682 "documentation": "https://docs.rs/log", 12683 "edition": "2021", 12684 "features": { 12685 "kv": [], 12686 "kv_serde": [ 12687 "kv_std", 12688 "value-bag/serde", 12689 "serde" 12690 ], 12691 "kv_std": [ 12692 "std", 12693 "kv", 12694 "value-bag/error" 12695 ], 12696 "kv_sval": [ 12697 "kv", 12698 "value-bag/sval", 12699 "sval", 12700 "sval_ref" 12701 ], 12702 "kv_unstable": [ 12703 "kv", 12704 "value-bag" 12705 ], 12706 "kv_unstable_serde": [ 12707 "kv_serde", 12708 "kv_unstable_std" 12709 ], 12710 "kv_unstable_std": [ 12711 "kv_std", 12712 "kv_unstable" 12713 ], 12714 "kv_unstable_sval": [ 12715 "kv_sval", 12716 "kv_unstable" 12717 ], 12718 "max_level_debug": [], 12719 "max_level_error": [], 12720 "max_level_info": [], 12721 "max_level_off": [], 12722 "max_level_trace": [], 12723 "max_level_warn": [], 12724 "release_max_level_debug": [], 12725 "release_max_level_error": [], 12726 "release_max_level_info": [], 12727 "release_max_level_off": [], 12728 "release_max_level_trace": [], 12729 "release_max_level_warn": [], 12730 "serde": [ 12731 "dep:serde" 12732 ], 12733 "std": [], 12734 "sval": [ 12735 "dep:sval" 12736 ], 12737 "sval_ref": [ 12738 "dep:sval_ref" 12739 ], 12740 "value-bag": [ 12741 "dep:value-bag" 12742 ] 12743 }, 12744 "homepage": null, 12745 "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", 12746 "keywords": [ 12747 "logging" 12748 ], 12749 "license": "MIT OR Apache-2.0", 12750 "license_file": null, 12751 "links": null, 12752 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/Cargo.toml", 12753 "metadata": { 12754 "docs": { 12755 "rs": { 12756 "features": [ 12757 "std", 12758 "serde", 12759 "kv_std", 12760 "kv_sval", 12761 "kv_serde" 12762 ] 12763 } 12764 } 12765 }, 12766 "name": "log", 12767 "publish": null, 12768 "readme": "README.md", 12769 "repository": "https://github.com/rust-lang/log", 12770 "rust_version": "1.60.0", 12771 "source": "registry+https://github.com/rust-lang/crates.io-index", 12772 "targets": [ 12773 { 12774 "crate_types": [ 12775 "lib" 12776 ], 12777 "doc": true, 12778 "doctest": true, 12779 "edition": "2021", 12780 "kind": [ 12781 "lib" 12782 ], 12783 "name": "log", 12784 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs", 12785 "test": true 12786 }, 12787 { 12788 "crate_types": [ 12789 "bin" 12790 ], 12791 "doc": false, 12792 "doctest": false, 12793 "edition": "2021", 12794 "kind": [ 12795 "test" 12796 ], 12797 "name": "filters", 12798 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs", 12799 "test": true 12800 }, 12801 { 12802 "crate_types": [ 12803 "bin" 12804 ], 12805 "doc": false, 12806 "doctest": false, 12807 "edition": "2021", 12808 "kind": [ 12809 "test" 12810 ], 12811 "name": "macros", 12812 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs", 12813 "test": true 12814 }, 12815 { 12816 "crate_types": [ 12817 "bin" 12818 ], 12819 "doc": false, 12820 "doctest": false, 12821 "edition": "2021", 12822 "kind": [ 12823 "bench" 12824 ], 12825 "name": "value", 12826 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs", 12827 "test": false 12828 } 12829 ], 12830 "version": "0.4.21" 12831 }, 12832 { 12833 "authors": [ 12834 "Andrew Gallant <jamslam@gmail.com>", 12835 "bluss" 12836 ], 12837 "categories": [], 12838 "default_run": null, 12839 "dependencies": [ 12840 { 12841 "features": [], 12842 "kind": null, 12843 "name": "compiler_builtins", 12844 "optional": true, 12845 "registry": null, 12846 "rename": null, 12847 "req": "^0.1.2", 12848 "source": "registry+https://github.com/rust-lang/crates.io-index", 12849 "target": null, 12850 "uses_default_features": true 12851 }, 12852 { 12853 "features": [], 12854 "kind": null, 12855 "name": "rustc-std-workspace-core", 12856 "optional": true, 12857 "registry": null, 12858 "rename": "core", 12859 "req": "^1.0.0", 12860 "source": "registry+https://github.com/rust-lang/crates.io-index", 12861 "target": null, 12862 "uses_default_features": true 12863 }, 12864 { 12865 "features": [], 12866 "kind": null, 12867 "name": "log", 12868 "optional": true, 12869 "registry": null, 12870 "rename": null, 12871 "req": "^0.4.20", 12872 "source": "registry+https://github.com/rust-lang/crates.io-index", 12873 "target": null, 12874 "uses_default_features": true 12875 }, 12876 { 12877 "features": [], 12878 "kind": "dev", 12879 "name": "quickcheck", 12880 "optional": false, 12881 "registry": null, 12882 "rename": null, 12883 "req": "^1.0.3", 12884 "source": "registry+https://github.com/rust-lang/crates.io-index", 12885 "target": null, 12886 "uses_default_features": false 12887 } 12888 ], 12889 "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", 12890 "documentation": "https://docs.rs/memchr/", 12891 "edition": "2021", 12892 "features": { 12893 "alloc": [], 12894 "compiler_builtins": [ 12895 "dep:compiler_builtins" 12896 ], 12897 "core": [ 12898 "dep:core" 12899 ], 12900 "default": [ 12901 "std" 12902 ], 12903 "libc": [], 12904 "logging": [ 12905 "dep:log" 12906 ], 12907 "rustc-dep-of-std": [ 12908 "core", 12909 "compiler_builtins" 12910 ], 12911 "std": [ 12912 "alloc" 12913 ], 12914 "use_std": [ 12915 "std" 12916 ] 12917 }, 12918 "homepage": "https://github.com/BurntSushi/memchr", 12919 "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", 12920 "keywords": [ 12921 "memchr", 12922 "memmem", 12923 "substring", 12924 "find", 12925 "search" 12926 ], 12927 "license": "Unlicense OR MIT", 12928 "license_file": null, 12929 "links": null, 12930 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml", 12931 "metadata": { 12932 "docs": { 12933 "rs": { 12934 "rustdoc-args": [ 12935 "--generate-link-to-definition" 12936 ] 12937 } 12938 } 12939 }, 12940 "name": "memchr", 12941 "publish": null, 12942 "readme": "README.md", 12943 "repository": "https://github.com/BurntSushi/memchr", 12944 "rust_version": "1.61", 12945 "source": "registry+https://github.com/rust-lang/crates.io-index", 12946 "targets": [ 12947 { 12948 "crate_types": [ 12949 "lib" 12950 ], 12951 "doc": true, 12952 "doctest": true, 12953 "edition": "2021", 12954 "kind": [ 12955 "lib" 12956 ], 12957 "name": "memchr", 12958 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs", 12959 "test": true 12960 } 12961 ], 12962 "version": "2.7.2" 12963 }, 12964 { 12965 "authors": [ 12966 "Frommi <daniil.liferenko@gmail.com>", 12967 "oyvindln <oyvindln@users.noreply.github.com>" 12968 ], 12969 "categories": [ 12970 "compression" 12971 ], 12972 "default_run": null, 12973 "dependencies": [ 12974 { 12975 "features": [], 12976 "kind": null, 12977 "name": "adler", 12978 "optional": false, 12979 "registry": null, 12980 "rename": null, 12981 "req": "^1.0", 12982 "source": "registry+https://github.com/rust-lang/crates.io-index", 12983 "target": null, 12984 "uses_default_features": false 12985 }, 12986 { 12987 "features": [], 12988 "kind": null, 12989 "name": "rustc-std-workspace-alloc", 12990 "optional": true, 12991 "registry": null, 12992 "rename": "alloc", 12993 "req": "^1.0.0", 12994 "source": "registry+https://github.com/rust-lang/crates.io-index", 12995 "target": null, 12996 "uses_default_features": true 12997 }, 12998 { 12999 "features": [], 13000 "kind": null, 13001 "name": "compiler_builtins", 13002 "optional": true, 13003 "registry": null, 13004 "rename": null, 13005 "req": "^0.1.2", 13006 "source": "registry+https://github.com/rust-lang/crates.io-index", 13007 "target": null, 13008 "uses_default_features": true 13009 }, 13010 { 13011 "features": [], 13012 "kind": null, 13013 "name": "rustc-std-workspace-core", 13014 "optional": true, 13015 "registry": null, 13016 "rename": "core", 13017 "req": "^1.0.0", 13018 "source": "registry+https://github.com/rust-lang/crates.io-index", 13019 "target": null, 13020 "uses_default_features": true 13021 }, 13022 { 13023 "features": [], 13024 "kind": null, 13025 "name": "simd-adler32", 13026 "optional": true, 13027 "registry": null, 13028 "rename": null, 13029 "req": "^0.3", 13030 "source": "registry+https://github.com/rust-lang/crates.io-index", 13031 "target": null, 13032 "uses_default_features": false 13033 } 13034 ], 13035 "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", 13036 "documentation": "https://docs.rs/miniz_oxide", 13037 "edition": "2018", 13038 "features": { 13039 "alloc": [ 13040 "dep:alloc" 13041 ], 13042 "compiler_builtins": [ 13043 "dep:compiler_builtins" 13044 ], 13045 "core": [ 13046 "dep:core" 13047 ], 13048 "default": [ 13049 "with-alloc" 13050 ], 13051 "rustc-dep-of-std": [ 13052 "core", 13053 "alloc", 13054 "compiler_builtins", 13055 "adler/rustc-dep-of-std" 13056 ], 13057 "simd": [ 13058 "simd-adler32" 13059 ], 13060 "simd-adler32": [ 13061 "dep:simd-adler32" 13062 ], 13063 "std": [], 13064 "with-alloc": [] 13065 }, 13066 "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", 13067 "id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2", 13068 "keywords": [ 13069 "zlib", 13070 "miniz", 13071 "deflate", 13072 "encoding" 13073 ], 13074 "license": "MIT OR Zlib OR Apache-2.0", 13075 "license_file": null, 13076 "links": null, 13077 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/Cargo.toml", 13078 "metadata": null, 13079 "name": "miniz_oxide", 13080 "publish": null, 13081 "readme": "Readme.md", 13082 "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", 13083 "rust_version": null, 13084 "source": "registry+https://github.com/rust-lang/crates.io-index", 13085 "targets": [ 13086 { 13087 "crate_types": [ 13088 "lib" 13089 ], 13090 "doc": true, 13091 "doctest": true, 13092 "edition": "2018", 13093 "kind": [ 13094 "lib" 13095 ], 13096 "name": "miniz_oxide", 13097 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs", 13098 "test": true 13099 } 13100 ], 13101 "version": "0.7.2" 13102 }, 13103 { 13104 "authors": [ 13105 "The Rust Project Developers" 13106 ], 13107 "categories": [ 13108 "algorithms", 13109 "science", 13110 "no-std" 13111 ], 13112 "default_run": null, 13113 "dependencies": [ 13114 { 13115 "features": [], 13116 "kind": null, 13117 "name": "libm", 13118 "optional": true, 13119 "registry": null, 13120 "rename": null, 13121 "req": "^0.2.0", 13122 "source": "registry+https://github.com/rust-lang/crates.io-index", 13123 "target": null, 13124 "uses_default_features": true 13125 }, 13126 { 13127 "features": [], 13128 "kind": "build", 13129 "name": "autocfg", 13130 "optional": false, 13131 "registry": null, 13132 "rename": null, 13133 "req": "^1", 13134 "source": "registry+https://github.com/rust-lang/crates.io-index", 13135 "target": null, 13136 "uses_default_features": true 13137 } 13138 ], 13139 "description": "Numeric traits for generic mathematics", 13140 "documentation": "https://docs.rs/num-traits", 13141 "edition": "2018", 13142 "features": { 13143 "default": [ 13144 "std" 13145 ], 13146 "i128": [], 13147 "libm": [ 13148 "dep:libm" 13149 ], 13150 "std": [] 13151 }, 13152 "homepage": "https://github.com/rust-num/num-traits", 13153 "id": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 13154 "keywords": [ 13155 "mathematics", 13156 "numerics" 13157 ], 13158 "license": "MIT OR Apache-2.0", 13159 "license_file": null, 13160 "links": null, 13161 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/Cargo.toml", 13162 "metadata": { 13163 "docs": { 13164 "rs": { 13165 "features": [ 13166 "std" 13167 ], 13168 "rustdoc-args": [ 13169 "--generate-link-to-definition" 13170 ] 13171 } 13172 } 13173 }, 13174 "name": "num-traits", 13175 "publish": null, 13176 "readme": "README.md", 13177 "repository": "https://github.com/rust-num/num-traits", 13178 "rust_version": "1.31", 13179 "source": "registry+https://github.com/rust-lang/crates.io-index", 13180 "targets": [ 13181 { 13182 "crate_types": [ 13183 "lib" 13184 ], 13185 "doc": true, 13186 "doctest": true, 13187 "edition": "2018", 13188 "kind": [ 13189 "lib" 13190 ], 13191 "name": "num-traits", 13192 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs", 13193 "test": true 13194 }, 13195 { 13196 "crate_types": [ 13197 "bin" 13198 ], 13199 "doc": false, 13200 "doctest": false, 13201 "edition": "2018", 13202 "kind": [ 13203 "test" 13204 ], 13205 "name": "cast", 13206 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/tests/cast.rs", 13207 "test": true 13208 }, 13209 { 13210 "crate_types": [ 13211 "bin" 13212 ], 13213 "doc": false, 13214 "doctest": false, 13215 "edition": "2018", 13216 "kind": [ 13217 "custom-build" 13218 ], 13219 "name": "build-script-build", 13220 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs", 13221 "test": false 13222 } 13223 ], 13224 "version": "0.2.18" 13225 }, 13226 { 13227 "authors": [ 13228 "Aleksey Kladov <aleksey.kladov@gmail.com>" 13229 ], 13230 "categories": [ 13231 "rust-patterns", 13232 "memory-management" 13233 ], 13234 "default_run": null, 13235 "dependencies": [ 13236 { 13237 "features": [], 13238 "kind": null, 13239 "name": "critical-section", 13240 "optional": true, 13241 "registry": null, 13242 "rename": null, 13243 "req": "^1", 13244 "source": "registry+https://github.com/rust-lang/crates.io-index", 13245 "target": null, 13246 "uses_default_features": true 13247 }, 13248 { 13249 "features": [], 13250 "kind": null, 13251 "name": "parking_lot_core", 13252 "optional": true, 13253 "registry": null, 13254 "rename": null, 13255 "req": "^0.9.3", 13256 "source": "registry+https://github.com/rust-lang/crates.io-index", 13257 "target": null, 13258 "uses_default_features": false 13259 }, 13260 { 13261 "features": [], 13262 "kind": null, 13263 "name": "portable-atomic", 13264 "optional": true, 13265 "registry": null, 13266 "rename": null, 13267 "req": "^1", 13268 "source": "registry+https://github.com/rust-lang/crates.io-index", 13269 "target": null, 13270 "uses_default_features": true 13271 }, 13272 { 13273 "features": [ 13274 "std" 13275 ], 13276 "kind": "dev", 13277 "name": "critical-section", 13278 "optional": false, 13279 "registry": null, 13280 "rename": null, 13281 "req": "^1.1.1", 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": "regex", 13290 "optional": false, 13291 "registry": null, 13292 "rename": null, 13293 "req": "^1.2.0", 13294 "source": "registry+https://github.com/rust-lang/crates.io-index", 13295 "target": null, 13296 "uses_default_features": true 13297 } 13298 ], 13299 "description": "Single assignment cells and lazy values.", 13300 "documentation": "https://docs.rs/once_cell", 13301 "edition": "2021", 13302 "features": { 13303 "alloc": [ 13304 "race" 13305 ], 13306 "atomic-polyfill": [ 13307 "critical-section" 13308 ], 13309 "critical-section": [ 13310 "dep:critical-section", 13311 "portable-atomic" 13312 ], 13313 "default": [ 13314 "std" 13315 ], 13316 "parking_lot": [ 13317 "dep:parking_lot_core" 13318 ], 13319 "portable-atomic": [ 13320 "dep:portable-atomic" 13321 ], 13322 "race": [], 13323 "std": [ 13324 "alloc" 13325 ], 13326 "unstable": [] 13327 }, 13328 "homepage": null, 13329 "id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0", 13330 "keywords": [ 13331 "lazy", 13332 "static" 13333 ], 13334 "license": "MIT OR Apache-2.0", 13335 "license_file": null, 13336 "links": null, 13337 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml", 13338 "metadata": { 13339 "docs": { 13340 "rs": { 13341 "all-features": true, 13342 "rustdoc-args": [ 13343 "--generate-link-to-definition" 13344 ] 13345 } 13346 } 13347 }, 13348 "name": "once_cell", 13349 "publish": null, 13350 "readme": "README.md", 13351 "repository": "https://github.com/matklad/once_cell", 13352 "rust_version": "1.60", 13353 "source": "registry+https://github.com/rust-lang/crates.io-index", 13354 "targets": [ 13355 { 13356 "crate_types": [ 13357 "lib" 13358 ], 13359 "doc": true, 13360 "doctest": true, 13361 "edition": "2021", 13362 "kind": [ 13363 "lib" 13364 ], 13365 "name": "once_cell", 13366 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs", 13367 "test": true 13368 }, 13369 { 13370 "crate_types": [ 13371 "bin" 13372 ], 13373 "doc": false, 13374 "doctest": false, 13375 "edition": "2021", 13376 "kind": [ 13377 "example" 13378 ], 13379 "name": "bench", 13380 "required-features": [ 13381 "std" 13382 ], 13383 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs", 13384 "test": false 13385 }, 13386 { 13387 "crate_types": [ 13388 "bin" 13389 ], 13390 "doc": false, 13391 "doctest": false, 13392 "edition": "2021", 13393 "kind": [ 13394 "example" 13395 ], 13396 "name": "bench_acquire", 13397 "required-features": [ 13398 "std" 13399 ], 13400 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs", 13401 "test": false 13402 }, 13403 { 13404 "crate_types": [ 13405 "bin" 13406 ], 13407 "doc": false, 13408 "doctest": false, 13409 "edition": "2021", 13410 "kind": [ 13411 "example" 13412 ], 13413 "name": "lazy_static", 13414 "required-features": [ 13415 "std" 13416 ], 13417 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs", 13418 "test": false 13419 }, 13420 { 13421 "crate_types": [ 13422 "bin" 13423 ], 13424 "doc": false, 13425 "doctest": false, 13426 "edition": "2021", 13427 "kind": [ 13428 "example" 13429 ], 13430 "name": "reentrant_init_deadlocks", 13431 "required-features": [ 13432 "std" 13433 ], 13434 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs", 13435 "test": false 13436 }, 13437 { 13438 "crate_types": [ 13439 "bin" 13440 ], 13441 "doc": false, 13442 "doctest": false, 13443 "edition": "2021", 13444 "kind": [ 13445 "example" 13446 ], 13447 "name": "regex", 13448 "required-features": [ 13449 "std" 13450 ], 13451 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs", 13452 "test": false 13453 }, 13454 { 13455 "crate_types": [ 13456 "bin" 13457 ], 13458 "doc": false, 13459 "doctest": false, 13460 "edition": "2021", 13461 "kind": [ 13462 "example" 13463 ], 13464 "name": "test_synchronization", 13465 "required-features": [ 13466 "std" 13467 ], 13468 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs", 13469 "test": false 13470 }, 13471 { 13472 "crate_types": [ 13473 "bin" 13474 ], 13475 "doc": false, 13476 "doctest": false, 13477 "edition": "2021", 13478 "kind": [ 13479 "test" 13480 ], 13481 "name": "it", 13482 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs", 13483 "test": true 13484 } 13485 ], 13486 "version": "1.19.0" 13487 }, 13488 { 13489 "authors": [ 13490 "Simon Heath <icefox@dreamquest.io>" 13491 ], 13492 "categories": [ 13493 "algorithms", 13494 "embedded", 13495 "no-std" 13496 ], 13497 "default_run": null, 13498 "dependencies": [ 13499 { 13500 "features": [], 13501 "kind": "dev", 13502 "name": "rand_core", 13503 "optional": false, 13504 "registry": null, 13505 "rename": null, 13506 "req": "^0.5", 13507 "source": "registry+https://github.com/rust-lang/crates.io-index", 13508 "target": null, 13509 "uses_default_features": true 13510 }, 13511 { 13512 "features": [], 13513 "kind": "dev", 13514 "name": "rand_pcg", 13515 "optional": false, 13516 "registry": null, 13517 "rename": null, 13518 "req": "^0.2", 13519 "source": "registry+https://github.com/rust-lang/crates.io-index", 13520 "target": null, 13521 "uses_default_features": true 13522 }, 13523 { 13524 "features": [], 13525 "kind": "dev", 13526 "name": "random-fast-rng", 13527 "optional": false, 13528 "registry": null, 13529 "rename": null, 13530 "req": "^0.1", 13531 "source": "registry+https://github.com/rust-lang/crates.io-index", 13532 "target": null, 13533 "uses_default_features": true 13534 }, 13535 { 13536 "features": [], 13537 "kind": "dev", 13538 "name": "randomize", 13539 "optional": false, 13540 "registry": null, 13541 "rename": null, 13542 "req": "^3.0.0", 13543 "source": "registry+https://github.com/rust-lang/crates.io-index", 13544 "target": null, 13545 "uses_default_features": true 13546 } 13547 ], 13548 "description": "A tiny, robust PRNG implementation.", 13549 "documentation": null, 13550 "edition": "2018", 13551 "features": {}, 13552 "homepage": null, 13553 "id": "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3", 13554 "keywords": [ 13555 "rng", 13556 "prng", 13557 "random", 13558 "pcg" 13559 ], 13560 "license": "MIT", 13561 "license_file": null, 13562 "links": null, 13563 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/Cargo.toml", 13564 "metadata": null, 13565 "name": "oorandom", 13566 "publish": null, 13567 "readme": "README.md", 13568 "repository": "https://sr.ht/~icefox/oorandom/", 13569 "rust_version": null, 13570 "source": "registry+https://github.com/rust-lang/crates.io-index", 13571 "targets": [ 13572 { 13573 "crate_types": [ 13574 "lib" 13575 ], 13576 "doc": true, 13577 "doctest": true, 13578 "edition": "2018", 13579 "kind": [ 13580 "lib" 13581 ], 13582 "name": "oorandom", 13583 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs", 13584 "test": true 13585 } 13586 ], 13587 "version": "11.1.3" 13588 }, 13589 { 13590 "authors": [ 13591 "dylni" 13592 ], 13593 "categories": [ 13594 "command-line-interface", 13595 "development-tools::ffi", 13596 "encoding", 13597 "os", 13598 "rust-patterns" 13599 ], 13600 "default_run": null, 13601 "dependencies": [ 13602 { 13603 "features": [], 13604 "kind": null, 13605 "name": "memchr", 13606 "optional": true, 13607 "registry": null, 13608 "rename": null, 13609 "req": "^2.4", 13610 "source": "registry+https://github.com/rust-lang/crates.io-index", 13611 "target": null, 13612 "uses_default_features": true 13613 }, 13614 { 13615 "features": [], 13616 "kind": null, 13617 "name": "print_bytes", 13618 "optional": true, 13619 "registry": null, 13620 "rename": null, 13621 "req": "^1.0", 13622 "source": "registry+https://github.com/rust-lang/crates.io-index", 13623 "target": null, 13624 "uses_default_features": true 13625 }, 13626 { 13627 "features": [], 13628 "kind": null, 13629 "name": "uniquote", 13630 "optional": true, 13631 "registry": null, 13632 "rename": null, 13633 "req": "^3.0", 13634 "source": "registry+https://github.com/rust-lang/crates.io-index", 13635 "target": null, 13636 "uses_default_features": true 13637 }, 13638 { 13639 "features": [], 13640 "kind": "dev", 13641 "name": "fastrand", 13642 "optional": false, 13643 "registry": null, 13644 "rename": null, 13645 "req": "^2.0", 13646 "source": "registry+https://github.com/rust-lang/crates.io-index", 13647 "target": null, 13648 "uses_default_features": true 13649 }, 13650 { 13651 "features": [], 13652 "kind": "dev", 13653 "name": "lazy_static", 13654 "optional": false, 13655 "registry": null, 13656 "rename": null, 13657 "req": "^1.4", 13658 "source": "registry+https://github.com/rust-lang/crates.io-index", 13659 "target": null, 13660 "uses_default_features": true 13661 } 13662 ], 13663 "description": "Convert between byte sequences and platform-native strings\n", 13664 "documentation": null, 13665 "edition": "2021", 13666 "features": { 13667 "checked_conversions": [ 13668 "conversions" 13669 ], 13670 "conversions": [], 13671 "default": [ 13672 "memchr", 13673 "raw_os_str" 13674 ], 13675 "memchr": [ 13676 "dep:memchr" 13677 ], 13678 "nightly": [], 13679 "print_bytes": [ 13680 "dep:print_bytes" 13681 ], 13682 "raw_os_str": [], 13683 "uniquote": [ 13684 "dep:uniquote" 13685 ] 13686 }, 13687 "homepage": null, 13688 "id": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1", 13689 "keywords": [ 13690 "bytes", 13691 "osstr", 13692 "osstring", 13693 "path", 13694 "windows" 13695 ], 13696 "license": "MIT OR Apache-2.0", 13697 "license_file": null, 13698 "links": null, 13699 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.6.1/Cargo.toml", 13700 "metadata": { 13701 "docs": { 13702 "rs": { 13703 "all-features": true, 13704 "rustc-args": [ 13705 "--cfg", 13706 "os_str_bytes_docs_rs" 13707 ], 13708 "rustdoc-args": [ 13709 "--cfg", 13710 "os_str_bytes_docs_rs" 13711 ] 13712 } 13713 } 13714 }, 13715 "name": "os_str_bytes", 13716 "publish": null, 13717 "readme": "README.md", 13718 "repository": "https://github.com/dylni/os_str_bytes", 13719 "rust_version": "1.61.0", 13720 "source": "registry+https://github.com/rust-lang/crates.io-index", 13721 "targets": [ 13722 { 13723 "crate_types": [ 13724 "lib" 13725 ], 13726 "doc": true, 13727 "doctest": true, 13728 "edition": "2021", 13729 "kind": [ 13730 "lib" 13731 ], 13732 "name": "os_str_bytes", 13733 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.6.1/src/lib.rs", 13734 "test": true 13735 } 13736 ], 13737 "version": "6.6.1" 13738 }, 13739 { 13740 "authors": [ 13741 "Patrick Walton <pcwalton@mimiga.net>" 13742 ], 13743 "categories": [], 13744 "default_run": null, 13745 "dependencies": [ 13746 { 13747 "features": [], 13748 "kind": null, 13749 "name": "log", 13750 "optional": false, 13751 "registry": null, 13752 "rename": null, 13753 "req": "^0.4", 13754 "source": "registry+https://github.com/rust-lang/crates.io-index", 13755 "target": null, 13756 "uses_default_features": true 13757 }, 13758 { 13759 "features": [], 13760 "kind": null, 13761 "name": "pathfinder_simd", 13762 "optional": false, 13763 "registry": null, 13764 "rename": null, 13765 "req": "^0.5", 13766 "source": "registry+https://github.com/rust-lang/crates.io-index", 13767 "target": null, 13768 "uses_default_features": true 13769 } 13770 ], 13771 "description": "Basic SIMD-accelerated geometry/linear algebra", 13772 "documentation": null, 13773 "edition": "2018", 13774 "features": {}, 13775 "homepage": "https://github.com/servo/pathfinder", 13776 "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1", 13777 "keywords": [], 13778 "license": "MIT/Apache-2.0", 13779 "license_file": null, 13780 "links": null, 13781 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_geometry-0.5.1/Cargo.toml", 13782 "metadata": null, 13783 "name": "pathfinder_geometry", 13784 "publish": null, 13785 "readme": null, 13786 "repository": "https://github.com/servo/pathfinder", 13787 "rust_version": null, 13788 "source": "registry+https://github.com/rust-lang/crates.io-index", 13789 "targets": [ 13790 { 13791 "crate_types": [ 13792 "lib" 13793 ], 13794 "doc": true, 13795 "doctest": true, 13796 "edition": "2018", 13797 "kind": [ 13798 "lib" 13799 ], 13800 "name": "pathfinder_geometry", 13801 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_geometry-0.5.1/src/lib.rs", 13802 "test": true 13803 } 13804 ], 13805 "version": "0.5.1" 13806 }, 13807 { 13808 "authors": [ 13809 "Patrick Walton <pcwalton@mimiga.net>" 13810 ], 13811 "categories": [], 13812 "default_run": null, 13813 "dependencies": [ 13814 { 13815 "features": [], 13816 "kind": "build", 13817 "name": "rustc_version", 13818 "optional": false, 13819 "registry": null, 13820 "rename": null, 13821 "req": "^0.4", 13822 "source": "registry+https://github.com/rust-lang/crates.io-index", 13823 "target": null, 13824 "uses_default_features": true 13825 } 13826 ], 13827 "description": "A simple SIMD library", 13828 "documentation": null, 13829 "edition": "2018", 13830 "features": { 13831 "pf-no-simd": [] 13832 }, 13833 "homepage": "https://github.com/servo/pathfinder", 13834 "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3", 13835 "keywords": [], 13836 "license": "MIT OR Apache-2.0", 13837 "license_file": null, 13838 "links": null, 13839 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.3/Cargo.toml", 13840 "metadata": null, 13841 "name": "pathfinder_simd", 13842 "publish": null, 13843 "readme": null, 13844 "repository": "https://github.com/servo/pathfinder", 13845 "rust_version": null, 13846 "source": "registry+https://github.com/rust-lang/crates.io-index", 13847 "targets": [ 13848 { 13849 "crate_types": [ 13850 "lib" 13851 ], 13852 "doc": true, 13853 "doctest": true, 13854 "edition": "2018", 13855 "kind": [ 13856 "lib" 13857 ], 13858 "name": "pathfinder_simd", 13859 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.3/src/lib.rs", 13860 "test": true 13861 }, 13862 { 13863 "crate_types": [ 13864 "bin" 13865 ], 13866 "doc": false, 13867 "doctest": false, 13868 "edition": "2018", 13869 "kind": [ 13870 "custom-build" 13871 ], 13872 "name": "build-script-build", 13873 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.3/build.rs", 13874 "test": false 13875 } 13876 ], 13877 "version": "0.5.3" 13878 }, 13879 { 13880 "authors": [ 13881 "Alex Crichton <alex@alexcrichton.com>" 13882 ], 13883 "categories": [], 13884 "default_run": null, 13885 "dependencies": [ 13886 { 13887 "features": [], 13888 "kind": "dev", 13889 "name": "lazy_static", 13890 "optional": false, 13891 "registry": null, 13892 "rename": null, 13893 "req": "^1", 13894 "source": "registry+https://github.com/rust-lang/crates.io-index", 13895 "target": null, 13896 "uses_default_features": true 13897 } 13898 ], 13899 "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", 13900 "documentation": "https://docs.rs/pkg-config", 13901 "edition": "2015", 13902 "features": {}, 13903 "homepage": null, 13904 "id": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30", 13905 "keywords": [ 13906 "build-dependencies" 13907 ], 13908 "license": "MIT OR Apache-2.0", 13909 "license_file": null, 13910 "links": null, 13911 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/Cargo.toml", 13912 "metadata": null, 13913 "name": "pkg-config", 13914 "publish": null, 13915 "readme": "README.md", 13916 "repository": "https://github.com/rust-lang/pkg-config-rs", 13917 "rust_version": "1.30", 13918 "source": "registry+https://github.com/rust-lang/crates.io-index", 13919 "targets": [ 13920 { 13921 "crate_types": [ 13922 "lib" 13923 ], 13924 "doc": true, 13925 "doctest": true, 13926 "edition": "2015", 13927 "kind": [ 13928 "lib" 13929 ], 13930 "name": "pkg-config", 13931 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs", 13932 "test": true 13933 }, 13934 { 13935 "crate_types": [ 13936 "bin" 13937 ], 13938 "doc": false, 13939 "doctest": false, 13940 "edition": "2015", 13941 "kind": [ 13942 "test" 13943 ], 13944 "name": "test", 13945 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/tests/test.rs", 13946 "test": true 13947 } 13948 ], 13949 "version": "0.3.30" 13950 }, 13951 { 13952 "authors": [ 13953 "Hao Hou <haohou302@gmail.com>" 13954 ], 13955 "categories": [ 13956 "visualization", 13957 "wasm" 13958 ], 13959 "default_run": null, 13960 "dependencies": [ 13961 { 13962 "features": [], 13963 "kind": null, 13964 "name": "chrono", 13965 "optional": true, 13966 "registry": null, 13967 "rename": null, 13968 "req": "^0.4.20", 13969 "source": "registry+https://github.com/rust-lang/crates.io-index", 13970 "target": null, 13971 "uses_default_features": true 13972 }, 13973 { 13974 "features": [], 13975 "kind": null, 13976 "name": "num-traits", 13977 "optional": false, 13978 "registry": null, 13979 "rename": null, 13980 "req": "^0.2.14", 13981 "source": "registry+https://github.com/rust-lang/crates.io-index", 13982 "target": null, 13983 "uses_default_features": true 13984 }, 13985 { 13986 "features": [], 13987 "kind": null, 13988 "name": "plotters-backend", 13989 "optional": false, 13990 "registry": null, 13991 "rename": null, 13992 "req": "^0.3.5", 13993 "source": "registry+https://github.com/rust-lang/crates.io-index", 13994 "target": null, 13995 "uses_default_features": true 13996 }, 13997 { 13998 "features": [], 13999 "kind": null, 14000 "name": "plotters-bitmap", 14001 "optional": true, 14002 "registry": null, 14003 "rename": null, 14004 "req": "^0.3.3", 14005 "source": "registry+https://github.com/rust-lang/crates.io-index", 14006 "target": null, 14007 "uses_default_features": false 14008 }, 14009 { 14010 "features": [], 14011 "kind": null, 14012 "name": "plotters-svg", 14013 "optional": true, 14014 "registry": null, 14015 "rename": null, 14016 "req": "^0.3.5", 14017 "source": "registry+https://github.com/rust-lang/crates.io-index", 14018 "target": null, 14019 "uses_default_features": true 14020 }, 14021 { 14022 "features": [], 14023 "kind": "dev", 14024 "name": "criterion", 14025 "optional": false, 14026 "registry": null, 14027 "rename": null, 14028 "req": "^0.4.0", 14029 "source": "registry+https://github.com/rust-lang/crates.io-index", 14030 "target": null, 14031 "uses_default_features": true 14032 }, 14033 { 14034 "features": [], 14035 "kind": "dev", 14036 "name": "itertools", 14037 "optional": false, 14038 "registry": null, 14039 "rename": null, 14040 "req": "^0.10.0", 14041 "source": "registry+https://github.com/rust-lang/crates.io-index", 14042 "target": null, 14043 "uses_default_features": true 14044 }, 14045 { 14046 "features": [], 14047 "kind": "dev", 14048 "name": "rayon", 14049 "optional": false, 14050 "registry": null, 14051 "rename": null, 14052 "req": "^1.5.1", 14053 "source": "registry+https://github.com/rust-lang/crates.io-index", 14054 "target": null, 14055 "uses_default_features": true 14056 }, 14057 { 14058 "features": [], 14059 "kind": "dev", 14060 "name": "serde", 14061 "optional": false, 14062 "registry": null, 14063 "rename": null, 14064 "req": "^1.0.139", 14065 "source": "registry+https://github.com/rust-lang/crates.io-index", 14066 "target": null, 14067 "uses_default_features": true 14068 }, 14069 { 14070 "features": [], 14071 "kind": "dev", 14072 "name": "serde_derive", 14073 "optional": false, 14074 "registry": null, 14075 "rename": null, 14076 "req": "^1.0.140", 14077 "source": "registry+https://github.com/rust-lang/crates.io-index", 14078 "target": null, 14079 "uses_default_features": true 14080 }, 14081 { 14082 "features": [], 14083 "kind": "dev", 14084 "name": "serde_json", 14085 "optional": false, 14086 "registry": null, 14087 "rename": null, 14088 "req": "^1.0.82", 14089 "source": "registry+https://github.com/rust-lang/crates.io-index", 14090 "target": null, 14091 "uses_default_features": true 14092 }, 14093 { 14094 "features": [], 14095 "kind": null, 14096 "name": "wasm-bindgen", 14097 "optional": false, 14098 "registry": null, 14099 "rename": null, 14100 "req": "^0.2.62", 14101 "source": "registry+https://github.com/rust-lang/crates.io-index", 14102 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", 14103 "uses_default_features": true 14104 }, 14105 { 14106 "features": [ 14107 "Document", 14108 "DomRect", 14109 "Element", 14110 "HtmlElement", 14111 "Node", 14112 "Window", 14113 "HtmlCanvasElement", 14114 "CanvasRenderingContext2d" 14115 ], 14116 "kind": null, 14117 "name": "web-sys", 14118 "optional": false, 14119 "registry": null, 14120 "rename": null, 14121 "req": "^0.3.51", 14122 "source": "registry+https://github.com/rust-lang/crates.io-index", 14123 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", 14124 "uses_default_features": true 14125 }, 14126 { 14127 "features": [], 14128 "kind": "dev", 14129 "name": "wasm-bindgen-test", 14130 "optional": false, 14131 "registry": null, 14132 "rename": null, 14133 "req": "^0.3.24", 14134 "source": "registry+https://github.com/rust-lang/crates.io-index", 14135 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", 14136 "uses_default_features": true 14137 }, 14138 { 14139 "features": [], 14140 "kind": null, 14141 "name": "ab_glyph", 14142 "optional": true, 14143 "registry": null, 14144 "rename": null, 14145 "req": "^0.2.12", 14146 "source": "registry+https://github.com/rust-lang/crates.io-index", 14147 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14148 "uses_default_features": true 14149 }, 14150 { 14151 "features": [], 14152 "kind": null, 14153 "name": "font-kit", 14154 "optional": true, 14155 "registry": null, 14156 "rename": null, 14157 "req": "^0.11.0", 14158 "source": "registry+https://github.com/rust-lang/crates.io-index", 14159 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14160 "uses_default_features": true 14161 }, 14162 { 14163 "features": [ 14164 "jpeg", 14165 "png", 14166 "bmp" 14167 ], 14168 "kind": null, 14169 "name": "image", 14170 "optional": true, 14171 "registry": null, 14172 "rename": null, 14173 "req": "^0.24.3", 14174 "source": "registry+https://github.com/rust-lang/crates.io-index", 14175 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14176 "uses_default_features": false 14177 }, 14178 { 14179 "features": [], 14180 "kind": null, 14181 "name": "lazy_static", 14182 "optional": true, 14183 "registry": null, 14184 "rename": null, 14185 "req": "^1.4.0", 14186 "source": "registry+https://github.com/rust-lang/crates.io-index", 14187 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14188 "uses_default_features": true 14189 }, 14190 { 14191 "features": [], 14192 "kind": null, 14193 "name": "once_cell", 14194 "optional": true, 14195 "registry": null, 14196 "rename": null, 14197 "req": "^1.8.0", 14198 "source": "registry+https://github.com/rust-lang/crates.io-index", 14199 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14200 "uses_default_features": true 14201 }, 14202 { 14203 "features": [], 14204 "kind": null, 14205 "name": "pathfinder_geometry", 14206 "optional": true, 14207 "registry": null, 14208 "rename": null, 14209 "req": "^0.5.1", 14210 "source": "registry+https://github.com/rust-lang/crates.io-index", 14211 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14212 "uses_default_features": true 14213 }, 14214 { 14215 "features": [], 14216 "kind": null, 14217 "name": "ttf-parser", 14218 "optional": true, 14219 "registry": null, 14220 "rename": null, 14221 "req": "^0.17.0", 14222 "source": "registry+https://github.com/rust-lang/crates.io-index", 14223 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14224 "uses_default_features": true 14225 }, 14226 { 14227 "features": [], 14228 "kind": "dev", 14229 "name": "rand", 14230 "optional": false, 14231 "registry": null, 14232 "rename": null, 14233 "req": "^0.8.3", 14234 "source": "registry+https://github.com/rust-lang/crates.io-index", 14235 "target": "cfg(not(target_arch = \"wasm32\"))", 14236 "uses_default_features": true 14237 }, 14238 { 14239 "features": [], 14240 "kind": "dev", 14241 "name": "rand_distr", 14242 "optional": false, 14243 "registry": null, 14244 "rename": null, 14245 "req": "^0.4.0", 14246 "source": "registry+https://github.com/rust-lang/crates.io-index", 14247 "target": "cfg(not(target_arch = \"wasm32\"))", 14248 "uses_default_features": true 14249 }, 14250 { 14251 "features": [], 14252 "kind": "dev", 14253 "name": "rand_xorshift", 14254 "optional": false, 14255 "registry": null, 14256 "rename": null, 14257 "req": "^0.3.0", 14258 "source": "registry+https://github.com/rust-lang/crates.io-index", 14259 "target": "cfg(not(target_arch = \"wasm32\"))", 14260 "uses_default_features": true 14261 } 14262 ], 14263 "description": "A Rust drawing library focus on data plotting for both WASM and native applications", 14264 "documentation": null, 14265 "edition": "2018", 14266 "features": { 14267 "ab_glyph": [ 14268 "dep:ab_glyph", 14269 "once_cell" 14270 ], 14271 "all_elements": [ 14272 "errorbar", 14273 "candlestick", 14274 "boxplot", 14275 "histogram" 14276 ], 14277 "all_series": [ 14278 "area_series", 14279 "line_series", 14280 "point_series", 14281 "surface_series" 14282 ], 14283 "area_series": [], 14284 "bitmap_backend": [ 14285 "plotters-bitmap" 14286 ], 14287 "bitmap_encoder": [ 14288 "plotters-bitmap/image_encoder" 14289 ], 14290 "bitmap_gif": [ 14291 "plotters-bitmap/gif_backend" 14292 ], 14293 "boxplot": [], 14294 "candlestick": [], 14295 "chrono": [ 14296 "dep:chrono" 14297 ], 14298 "colormaps": [], 14299 "datetime": [ 14300 "chrono" 14301 ], 14302 "default": [ 14303 "bitmap_backend", 14304 "bitmap_encoder", 14305 "bitmap_gif", 14306 "svg_backend", 14307 "chrono", 14308 "ttf", 14309 "image", 14310 "deprecated_items", 14311 "all_series", 14312 "all_elements", 14313 "full_palette", 14314 "colormaps" 14315 ], 14316 "deprecated_items": [], 14317 "errorbar": [], 14318 "evcxr": [ 14319 "svg_backend" 14320 ], 14321 "evcxr_bitmap": [ 14322 "evcxr", 14323 "bitmap_backend", 14324 "plotters-svg/bitmap_encoder" 14325 ], 14326 "font-kit": [ 14327 "dep:font-kit" 14328 ], 14329 "fontconfig-dlopen": [ 14330 "font-kit/source-fontconfig-dlopen" 14331 ], 14332 "full_palette": [], 14333 "histogram": [], 14334 "image": [ 14335 "dep:image" 14336 ], 14337 "lazy_static": [ 14338 "dep:lazy_static" 14339 ], 14340 "line_series": [], 14341 "once_cell": [ 14342 "dep:once_cell" 14343 ], 14344 "pathfinder_geometry": [ 14345 "dep:pathfinder_geometry" 14346 ], 14347 "plotters-bitmap": [ 14348 "dep:plotters-bitmap" 14349 ], 14350 "plotters-svg": [ 14351 "dep:plotters-svg" 14352 ], 14353 "point_series": [], 14354 "surface_series": [], 14355 "svg_backend": [ 14356 "plotters-svg" 14357 ], 14358 "ttf": [ 14359 "font-kit", 14360 "ttf-parser", 14361 "lazy_static", 14362 "pathfinder_geometry" 14363 ], 14364 "ttf-parser": [ 14365 "dep:ttf-parser" 14366 ] 14367 }, 14368 "homepage": "https://plotters-rs.github.io/", 14369 "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5", 14370 "keywords": [ 14371 "WebAssembly", 14372 "Visualization", 14373 "Plotting", 14374 "Drawing" 14375 ], 14376 "license": "MIT", 14377 "license_file": null, 14378 "links": null, 14379 "manifest_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/Cargo.toml", 14380 "metadata": null, 14381 "name": "plotters", 14382 "publish": null, 14383 "readme": "README.md", 14384 "repository": "https://github.com/plotters-rs/plotters", 14385 "rust_version": null, 14386 "source": null, 14387 "targets": [ 14388 { 14389 "crate_types": [ 14390 "lib" 14391 ], 14392 "doc": true, 14393 "doctest": true, 14394 "edition": "2018", 14395 "kind": [ 14396 "lib" 14397 ], 14398 "name": "plotters", 14399 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/src/lib.rs", 14400 "test": true 14401 }, 14402 { 14403 "crate_types": [ 14404 "bin" 14405 ], 14406 "doc": false, 14407 "doctest": false, 14408 "edition": "2018", 14409 "kind": [ 14410 "example" 14411 ], 14412 "name": "3d-plot2", 14413 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/3d-plot2.rs", 14414 "test": false 14415 }, 14416 { 14417 "crate_types": [ 14418 "bin" 14419 ], 14420 "doc": false, 14421 "doctest": false, 14422 "edition": "2018", 14423 "kind": [ 14424 "example" 14425 ], 14426 "name": "relative_size", 14427 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/relative_size.rs", 14428 "test": false 14429 }, 14430 { 14431 "crate_types": [ 14432 "bin" 14433 ], 14434 "doc": false, 14435 "doctest": false, 14436 "edition": "2018", 14437 "kind": [ 14438 "example" 14439 ], 14440 "name": "animation", 14441 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/animation.rs", 14442 "test": false 14443 }, 14444 { 14445 "crate_types": [ 14446 "bin" 14447 ], 14448 "doc": false, 14449 "doctest": false, 14450 "edition": "2018", 14451 "kind": [ 14452 "example" 14453 ], 14454 "name": "two-scales", 14455 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/two-scales.rs", 14456 "test": false 14457 }, 14458 { 14459 "crate_types": [ 14460 "bin" 14461 ], 14462 "doc": false, 14463 "doctest": false, 14464 "edition": "2018", 14465 "kind": [ 14466 "example" 14467 ], 14468 "name": "tick_control", 14469 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/tick_control.rs", 14470 "test": false 14471 }, 14472 { 14473 "crate_types": [ 14474 "bin" 14475 ], 14476 "doc": false, 14477 "doctest": false, 14478 "edition": "2018", 14479 "kind": [ 14480 "example" 14481 ], 14482 "name": "blit-bitmap", 14483 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/blit-bitmap.rs", 14484 "test": false 14485 }, 14486 { 14487 "crate_types": [ 14488 "bin" 14489 ], 14490 "doc": false, 14491 "doctest": false, 14492 "edition": "2018", 14493 "kind": [ 14494 "example" 14495 ], 14496 "name": "console", 14497 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/console.rs", 14498 "test": false 14499 }, 14500 { 14501 "crate_types": [ 14502 "bin" 14503 ], 14504 "doc": false, 14505 "doctest": false, 14506 "edition": "2018", 14507 "kind": [ 14508 "example" 14509 ], 14510 "name": "slc-temp", 14511 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/slc-temp.rs", 14512 "test": false 14513 }, 14514 { 14515 "crate_types": [ 14516 "bin" 14517 ], 14518 "doc": false, 14519 "doctest": false, 14520 "edition": "2018", 14521 "kind": [ 14522 "example" 14523 ], 14524 "name": "3d-plot", 14525 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/3d-plot.rs", 14526 "test": false 14527 }, 14528 { 14529 "crate_types": [ 14530 "bin" 14531 ], 14532 "doc": false, 14533 "doctest": false, 14534 "edition": "2018", 14535 "kind": [ 14536 "example" 14537 ], 14538 "name": "full_palette", 14539 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/full_palette.rs", 14540 "test": false 14541 }, 14542 { 14543 "crate_types": [ 14544 "bin" 14545 ], 14546 "doc": false, 14547 "doctest": false, 14548 "edition": "2018", 14549 "kind": [ 14550 "example" 14551 ], 14552 "name": "area-chart", 14553 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/area-chart.rs", 14554 "test": false 14555 }, 14556 { 14557 "crate_types": [ 14558 "bin" 14559 ], 14560 "doc": false, 14561 "doctest": false, 14562 "edition": "2018", 14563 "kind": [ 14564 "example" 14565 ], 14566 "name": "mandelbrot", 14567 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/mandelbrot.rs", 14568 "test": false 14569 }, 14570 { 14571 "crate_types": [ 14572 "bin" 14573 ], 14574 "doc": false, 14575 "doctest": false, 14576 "edition": "2018", 14577 "kind": [ 14578 "example" 14579 ], 14580 "name": "colormaps", 14581 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/colormaps.rs", 14582 "test": false 14583 }, 14584 { 14585 "crate_types": [ 14586 "bin" 14587 ], 14588 "doc": false, 14589 "doctest": false, 14590 "edition": "2018", 14591 "kind": [ 14592 "example" 14593 ], 14594 "name": "errorbar", 14595 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/errorbar.rs", 14596 "test": false 14597 }, 14598 { 14599 "crate_types": [ 14600 "bin" 14601 ], 14602 "doc": false, 14603 "doctest": false, 14604 "edition": "2018", 14605 "kind": [ 14606 "example" 14607 ], 14608 "name": "normal-dist", 14609 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/normal-dist.rs", 14610 "test": false 14611 }, 14612 { 14613 "crate_types": [ 14614 "bin" 14615 ], 14616 "doc": false, 14617 "doctest": false, 14618 "edition": "2018", 14619 "kind": [ 14620 "example" 14621 ], 14622 "name": "nested_coord", 14623 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/nested_coord.rs", 14624 "test": false 14625 }, 14626 { 14627 "crate_types": [ 14628 "bin" 14629 ], 14630 "doc": false, 14631 "doctest": false, 14632 "edition": "2018", 14633 "kind": [ 14634 "example" 14635 ], 14636 "name": "customized_coord", 14637 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/customized_coord.rs", 14638 "test": false 14639 }, 14640 { 14641 "crate_types": [ 14642 "bin" 14643 ], 14644 "doc": false, 14645 "doctest": false, 14646 "edition": "2018", 14647 "kind": [ 14648 "example" 14649 ], 14650 "name": "snowflake", 14651 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/snowflake.rs", 14652 "test": false 14653 }, 14654 { 14655 "crate_types": [ 14656 "bin" 14657 ], 14658 "doc": false, 14659 "doctest": false, 14660 "edition": "2018", 14661 "kind": [ 14662 "example" 14663 ], 14664 "name": "normal-dist2", 14665 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/normal-dist2.rs", 14666 "test": false 14667 }, 14668 { 14669 "crate_types": [ 14670 "bin" 14671 ], 14672 "doc": false, 14673 "doctest": false, 14674 "edition": "2018", 14675 "kind": [ 14676 "example" 14677 ], 14678 "name": "boxplot", 14679 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/boxplot.rs", 14680 "test": false 14681 }, 14682 { 14683 "crate_types": [ 14684 "bin" 14685 ], 14686 "doc": false, 14687 "doctest": false, 14688 "edition": "2018", 14689 "kind": [ 14690 "example" 14691 ], 14692 "name": "sierpinski", 14693 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/sierpinski.rs", 14694 "test": false 14695 }, 14696 { 14697 "crate_types": [ 14698 "bin" 14699 ], 14700 "doc": false, 14701 "doctest": false, 14702 "edition": "2018", 14703 "kind": [ 14704 "example" 14705 ], 14706 "name": "pie", 14707 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/pie.rs", 14708 "test": false 14709 }, 14710 { 14711 "crate_types": [ 14712 "bin" 14713 ], 14714 "doc": false, 14715 "doctest": false, 14716 "edition": "2018", 14717 "kind": [ 14718 "example" 14719 ], 14720 "name": "chart", 14721 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/chart.rs", 14722 "test": false 14723 }, 14724 { 14725 "crate_types": [ 14726 "bin" 14727 ], 14728 "doc": false, 14729 "doctest": false, 14730 "edition": "2018", 14731 "kind": [ 14732 "example" 14733 ], 14734 "name": "matshow", 14735 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/matshow.rs", 14736 "test": false 14737 }, 14738 { 14739 "crate_types": [ 14740 "bin" 14741 ], 14742 "doc": false, 14743 "doctest": false, 14744 "edition": "2018", 14745 "kind": [ 14746 "example" 14747 ], 14748 "name": "stock", 14749 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/stock.rs", 14750 "test": false 14751 }, 14752 { 14753 "crate_types": [ 14754 "bin" 14755 ], 14756 "doc": false, 14757 "doctest": false, 14758 "edition": "2018", 14759 "kind": [ 14760 "example" 14761 ], 14762 "name": "histogram", 14763 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/histogram.rs", 14764 "test": false 14765 }, 14766 { 14767 "crate_types": [ 14768 "bin" 14769 ], 14770 "doc": false, 14771 "doctest": false, 14772 "edition": "2018", 14773 "kind": [ 14774 "bench" 14775 ], 14776 "name": "benchmark", 14777 "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/benches/main.rs", 14778 "test": false 14779 } 14780 ], 14781 "version": "0.3.5" 14782 }, 14783 { 14784 "authors": [ 14785 "Hao Hou <haohou302@gmail.com>" 14786 ], 14787 "categories": [ 14788 "visualization", 14789 "wasm" 14790 ], 14791 "default_run": null, 14792 "dependencies": [ 14793 { 14794 "features": [], 14795 "kind": null, 14796 "name": "chrono", 14797 "optional": true, 14798 "registry": null, 14799 "rename": null, 14800 "req": "^0.4.20", 14801 "source": "registry+https://github.com/rust-lang/crates.io-index", 14802 "target": null, 14803 "uses_default_features": true 14804 }, 14805 { 14806 "features": [], 14807 "kind": null, 14808 "name": "num-traits", 14809 "optional": false, 14810 "registry": null, 14811 "rename": null, 14812 "req": "^0.2.14", 14813 "source": "registry+https://github.com/rust-lang/crates.io-index", 14814 "target": null, 14815 "uses_default_features": true 14816 }, 14817 { 14818 "features": [], 14819 "kind": null, 14820 "name": "plotters-backend", 14821 "optional": false, 14822 "registry": null, 14823 "rename": null, 14824 "req": "^0.3.5", 14825 "source": "registry+https://github.com/rust-lang/crates.io-index", 14826 "target": null, 14827 "uses_default_features": true 14828 }, 14829 { 14830 "features": [], 14831 "kind": null, 14832 "name": "plotters-bitmap", 14833 "optional": true, 14834 "registry": null, 14835 "rename": null, 14836 "req": "^0.3.3", 14837 "source": "registry+https://github.com/rust-lang/crates.io-index", 14838 "target": null, 14839 "uses_default_features": false 14840 }, 14841 { 14842 "features": [], 14843 "kind": null, 14844 "name": "plotters-svg", 14845 "optional": true, 14846 "registry": null, 14847 "rename": null, 14848 "req": "^0.3.5", 14849 "source": "registry+https://github.com/rust-lang/crates.io-index", 14850 "target": null, 14851 "uses_default_features": true 14852 }, 14853 { 14854 "features": [], 14855 "kind": "dev", 14856 "name": "criterion", 14857 "optional": false, 14858 "registry": null, 14859 "rename": null, 14860 "req": "^0.4.0", 14861 "source": "registry+https://github.com/rust-lang/crates.io-index", 14862 "target": null, 14863 "uses_default_features": true 14864 }, 14865 { 14866 "features": [], 14867 "kind": "dev", 14868 "name": "itertools", 14869 "optional": false, 14870 "registry": null, 14871 "rename": null, 14872 "req": "^0.10.0", 14873 "source": "registry+https://github.com/rust-lang/crates.io-index", 14874 "target": null, 14875 "uses_default_features": true 14876 }, 14877 { 14878 "features": [], 14879 "kind": "dev", 14880 "name": "rayon", 14881 "optional": false, 14882 "registry": null, 14883 "rename": null, 14884 "req": "^1.5.1", 14885 "source": "registry+https://github.com/rust-lang/crates.io-index", 14886 "target": null, 14887 "uses_default_features": true 14888 }, 14889 { 14890 "features": [], 14891 "kind": "dev", 14892 "name": "serde", 14893 "optional": false, 14894 "registry": null, 14895 "rename": null, 14896 "req": "^1.0.139", 14897 "source": "registry+https://github.com/rust-lang/crates.io-index", 14898 "target": null, 14899 "uses_default_features": true 14900 }, 14901 { 14902 "features": [], 14903 "kind": "dev", 14904 "name": "serde_derive", 14905 "optional": false, 14906 "registry": null, 14907 "rename": null, 14908 "req": "^1.0.140", 14909 "source": "registry+https://github.com/rust-lang/crates.io-index", 14910 "target": null, 14911 "uses_default_features": true 14912 }, 14913 { 14914 "features": [], 14915 "kind": "dev", 14916 "name": "serde_json", 14917 "optional": false, 14918 "registry": null, 14919 "rename": null, 14920 "req": "^1.0.82", 14921 "source": "registry+https://github.com/rust-lang/crates.io-index", 14922 "target": null, 14923 "uses_default_features": true 14924 }, 14925 { 14926 "features": [], 14927 "kind": null, 14928 "name": "wasm-bindgen", 14929 "optional": false, 14930 "registry": null, 14931 "rename": null, 14932 "req": "^0.2.62", 14933 "source": "registry+https://github.com/rust-lang/crates.io-index", 14934 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", 14935 "uses_default_features": true 14936 }, 14937 { 14938 "features": [ 14939 "Document", 14940 "DomRect", 14941 "Element", 14942 "HtmlElement", 14943 "Node", 14944 "Window", 14945 "HtmlCanvasElement", 14946 "CanvasRenderingContext2d" 14947 ], 14948 "kind": null, 14949 "name": "web-sys", 14950 "optional": false, 14951 "registry": null, 14952 "rename": null, 14953 "req": "^0.3.51", 14954 "source": "registry+https://github.com/rust-lang/crates.io-index", 14955 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", 14956 "uses_default_features": true 14957 }, 14958 { 14959 "features": [], 14960 "kind": "dev", 14961 "name": "wasm-bindgen-test", 14962 "optional": false, 14963 "registry": null, 14964 "rename": null, 14965 "req": "^0.3.24", 14966 "source": "registry+https://github.com/rust-lang/crates.io-index", 14967 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", 14968 "uses_default_features": true 14969 }, 14970 { 14971 "features": [], 14972 "kind": null, 14973 "name": "ab_glyph", 14974 "optional": true, 14975 "registry": null, 14976 "rename": null, 14977 "req": "^0.2.12", 14978 "source": "registry+https://github.com/rust-lang/crates.io-index", 14979 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14980 "uses_default_features": true 14981 }, 14982 { 14983 "features": [], 14984 "kind": null, 14985 "name": "font-kit", 14986 "optional": true, 14987 "registry": null, 14988 "rename": null, 14989 "req": "^0.11.0", 14990 "source": "registry+https://github.com/rust-lang/crates.io-index", 14991 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 14992 "uses_default_features": true 14993 }, 14994 { 14995 "features": [ 14996 "jpeg", 14997 "png", 14998 "bmp" 14999 ], 15000 "kind": null, 15001 "name": "image", 15002 "optional": true, 15003 "registry": null, 15004 "rename": null, 15005 "req": "^0.24.3", 15006 "source": "registry+https://github.com/rust-lang/crates.io-index", 15007 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 15008 "uses_default_features": false 15009 }, 15010 { 15011 "features": [], 15012 "kind": null, 15013 "name": "lazy_static", 15014 "optional": true, 15015 "registry": null, 15016 "rename": null, 15017 "req": "^1.4.0", 15018 "source": "registry+https://github.com/rust-lang/crates.io-index", 15019 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 15020 "uses_default_features": true 15021 }, 15022 { 15023 "features": [], 15024 "kind": null, 15025 "name": "once_cell", 15026 "optional": true, 15027 "registry": null, 15028 "rename": null, 15029 "req": "^1.8.0", 15030 "source": "registry+https://github.com/rust-lang/crates.io-index", 15031 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 15032 "uses_default_features": true 15033 }, 15034 { 15035 "features": [], 15036 "kind": null, 15037 "name": "pathfinder_geometry", 15038 "optional": true, 15039 "registry": null, 15040 "rename": null, 15041 "req": "^0.5.1", 15042 "source": "registry+https://github.com/rust-lang/crates.io-index", 15043 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 15044 "uses_default_features": true 15045 }, 15046 { 15047 "features": [], 15048 "kind": null, 15049 "name": "ttf-parser", 15050 "optional": true, 15051 "registry": null, 15052 "rename": null, 15053 "req": "^0.17.0", 15054 "source": "registry+https://github.com/rust-lang/crates.io-index", 15055 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))", 15056 "uses_default_features": true 15057 }, 15058 { 15059 "features": [], 15060 "kind": "dev", 15061 "name": "rand", 15062 "optional": false, 15063 "registry": null, 15064 "rename": null, 15065 "req": "^0.8.3", 15066 "source": "registry+https://github.com/rust-lang/crates.io-index", 15067 "target": "cfg(not(target_arch = \"wasm32\"))", 15068 "uses_default_features": true 15069 }, 15070 { 15071 "features": [], 15072 "kind": "dev", 15073 "name": "rand_distr", 15074 "optional": false, 15075 "registry": null, 15076 "rename": null, 15077 "req": "^0.4.0", 15078 "source": "registry+https://github.com/rust-lang/crates.io-index", 15079 "target": "cfg(not(target_arch = \"wasm32\"))", 15080 "uses_default_features": true 15081 }, 15082 { 15083 "features": [], 15084 "kind": "dev", 15085 "name": "rand_xorshift", 15086 "optional": false, 15087 "registry": null, 15088 "rename": null, 15089 "req": "^0.3.0", 15090 "source": "registry+https://github.com/rust-lang/crates.io-index", 15091 "target": "cfg(not(target_arch = \"wasm32\"))", 15092 "uses_default_features": true 15093 } 15094 ], 15095 "description": "A Rust drawing library focus on data plotting for both WASM and native applications", 15096 "documentation": null, 15097 "edition": "2018", 15098 "features": { 15099 "ab_glyph": [ 15100 "dep:ab_glyph", 15101 "once_cell" 15102 ], 15103 "all_elements": [ 15104 "errorbar", 15105 "candlestick", 15106 "boxplot", 15107 "histogram" 15108 ], 15109 "all_series": [ 15110 "area_series", 15111 "line_series", 15112 "point_series", 15113 "surface_series" 15114 ], 15115 "area_series": [], 15116 "bitmap_backend": [ 15117 "plotters-bitmap" 15118 ], 15119 "bitmap_encoder": [ 15120 "plotters-bitmap/image_encoder" 15121 ], 15122 "bitmap_gif": [ 15123 "plotters-bitmap/gif_backend" 15124 ], 15125 "boxplot": [], 15126 "candlestick": [], 15127 "chrono": [ 15128 "dep:chrono" 15129 ], 15130 "colormaps": [], 15131 "datetime": [ 15132 "chrono" 15133 ], 15134 "default": [ 15135 "bitmap_backend", 15136 "bitmap_encoder", 15137 "bitmap_gif", 15138 "svg_backend", 15139 "chrono", 15140 "ttf", 15141 "image", 15142 "deprecated_items", 15143 "all_series", 15144 "all_elements", 15145 "full_palette", 15146 "colormaps" 15147 ], 15148 "deprecated_items": [], 15149 "errorbar": [], 15150 "evcxr": [ 15151 "svg_backend" 15152 ], 15153 "evcxr_bitmap": [ 15154 "evcxr", 15155 "bitmap_backend", 15156 "plotters-svg/bitmap_encoder" 15157 ], 15158 "font-kit": [ 15159 "dep:font-kit" 15160 ], 15161 "fontconfig-dlopen": [ 15162 "font-kit/source-fontconfig-dlopen" 15163 ], 15164 "full_palette": [], 15165 "histogram": [], 15166 "image": [ 15167 "dep:image" 15168 ], 15169 "lazy_static": [ 15170 "dep:lazy_static" 15171 ], 15172 "line_series": [], 15173 "once_cell": [ 15174 "dep:once_cell" 15175 ], 15176 "pathfinder_geometry": [ 15177 "dep:pathfinder_geometry" 15178 ], 15179 "plotters-bitmap": [ 15180 "dep:plotters-bitmap" 15181 ], 15182 "plotters-svg": [ 15183 "dep:plotters-svg" 15184 ], 15185 "point_series": [], 15186 "surface_series": [], 15187 "svg_backend": [ 15188 "plotters-svg" 15189 ], 15190 "ttf": [ 15191 "font-kit", 15192 "ttf-parser", 15193 "lazy_static", 15194 "pathfinder_geometry" 15195 ], 15196 "ttf-parser": [ 15197 "dep:ttf-parser" 15198 ] 15199 }, 15200 "homepage": "https://plotters-rs.github.io/", 15201 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5", 15202 "keywords": [ 15203 "WebAssembly", 15204 "Visualization", 15205 "Plotting", 15206 "Drawing" 15207 ], 15208 "license": "MIT", 15209 "license_file": null, 15210 "links": null, 15211 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/Cargo.toml", 15212 "metadata": null, 15213 "name": "plotters", 15214 "publish": null, 15215 "readme": "README.md", 15216 "repository": "https://github.com/plotters-rs/plotters", 15217 "rust_version": null, 15218 "source": "registry+https://github.com/rust-lang/crates.io-index", 15219 "targets": [ 15220 { 15221 "crate_types": [ 15222 "lib" 15223 ], 15224 "doc": true, 15225 "doctest": true, 15226 "edition": "2018", 15227 "kind": [ 15228 "lib" 15229 ], 15230 "name": "plotters", 15231 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs", 15232 "test": true 15233 }, 15234 { 15235 "crate_types": [ 15236 "bin" 15237 ], 15238 "doc": false, 15239 "doctest": false, 15240 "edition": "2018", 15241 "kind": [ 15242 "example" 15243 ], 15244 "name": "3d-plot2", 15245 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/3d-plot2.rs", 15246 "test": false 15247 }, 15248 { 15249 "crate_types": [ 15250 "bin" 15251 ], 15252 "doc": false, 15253 "doctest": false, 15254 "edition": "2018", 15255 "kind": [ 15256 "example" 15257 ], 15258 "name": "relative_size", 15259 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/relative_size.rs", 15260 "test": false 15261 }, 15262 { 15263 "crate_types": [ 15264 "bin" 15265 ], 15266 "doc": false, 15267 "doctest": false, 15268 "edition": "2018", 15269 "kind": [ 15270 "example" 15271 ], 15272 "name": "animation", 15273 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/animation.rs", 15274 "test": false 15275 }, 15276 { 15277 "crate_types": [ 15278 "bin" 15279 ], 15280 "doc": false, 15281 "doctest": false, 15282 "edition": "2018", 15283 "kind": [ 15284 "example" 15285 ], 15286 "name": "two-scales", 15287 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/two-scales.rs", 15288 "test": false 15289 }, 15290 { 15291 "crate_types": [ 15292 "bin" 15293 ], 15294 "doc": false, 15295 "doctest": false, 15296 "edition": "2018", 15297 "kind": [ 15298 "example" 15299 ], 15300 "name": "tick_control", 15301 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/tick_control.rs", 15302 "test": false 15303 }, 15304 { 15305 "crate_types": [ 15306 "bin" 15307 ], 15308 "doc": false, 15309 "doctest": false, 15310 "edition": "2018", 15311 "kind": [ 15312 "example" 15313 ], 15314 "name": "blit-bitmap", 15315 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/blit-bitmap.rs", 15316 "test": false 15317 }, 15318 { 15319 "crate_types": [ 15320 "bin" 15321 ], 15322 "doc": false, 15323 "doctest": false, 15324 "edition": "2018", 15325 "kind": [ 15326 "example" 15327 ], 15328 "name": "console", 15329 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/console.rs", 15330 "test": false 15331 }, 15332 { 15333 "crate_types": [ 15334 "bin" 15335 ], 15336 "doc": false, 15337 "doctest": false, 15338 "edition": "2018", 15339 "kind": [ 15340 "example" 15341 ], 15342 "name": "slc-temp", 15343 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/slc-temp.rs", 15344 "test": false 15345 }, 15346 { 15347 "crate_types": [ 15348 "bin" 15349 ], 15350 "doc": false, 15351 "doctest": false, 15352 "edition": "2018", 15353 "kind": [ 15354 "example" 15355 ], 15356 "name": "3d-plot", 15357 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/3d-plot.rs", 15358 "test": false 15359 }, 15360 { 15361 "crate_types": [ 15362 "bin" 15363 ], 15364 "doc": false, 15365 "doctest": false, 15366 "edition": "2018", 15367 "kind": [ 15368 "example" 15369 ], 15370 "name": "full_palette", 15371 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/full_palette.rs", 15372 "test": false 15373 }, 15374 { 15375 "crate_types": [ 15376 "bin" 15377 ], 15378 "doc": false, 15379 "doctest": false, 15380 "edition": "2018", 15381 "kind": [ 15382 "example" 15383 ], 15384 "name": "area-chart", 15385 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/area-chart.rs", 15386 "test": false 15387 }, 15388 { 15389 "crate_types": [ 15390 "bin" 15391 ], 15392 "doc": false, 15393 "doctest": false, 15394 "edition": "2018", 15395 "kind": [ 15396 "example" 15397 ], 15398 "name": "mandelbrot", 15399 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/mandelbrot.rs", 15400 "test": false 15401 }, 15402 { 15403 "crate_types": [ 15404 "bin" 15405 ], 15406 "doc": false, 15407 "doctest": false, 15408 "edition": "2018", 15409 "kind": [ 15410 "example" 15411 ], 15412 "name": "colormaps", 15413 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/colormaps.rs", 15414 "test": false 15415 }, 15416 { 15417 "crate_types": [ 15418 "bin" 15419 ], 15420 "doc": false, 15421 "doctest": false, 15422 "edition": "2018", 15423 "kind": [ 15424 "example" 15425 ], 15426 "name": "errorbar", 15427 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/errorbar.rs", 15428 "test": false 15429 }, 15430 { 15431 "crate_types": [ 15432 "bin" 15433 ], 15434 "doc": false, 15435 "doctest": false, 15436 "edition": "2018", 15437 "kind": [ 15438 "example" 15439 ], 15440 "name": "normal-dist", 15441 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/normal-dist.rs", 15442 "test": false 15443 }, 15444 { 15445 "crate_types": [ 15446 "bin" 15447 ], 15448 "doc": false, 15449 "doctest": false, 15450 "edition": "2018", 15451 "kind": [ 15452 "example" 15453 ], 15454 "name": "nested_coord", 15455 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/nested_coord.rs", 15456 "test": false 15457 }, 15458 { 15459 "crate_types": [ 15460 "bin" 15461 ], 15462 "doc": false, 15463 "doctest": false, 15464 "edition": "2018", 15465 "kind": [ 15466 "example" 15467 ], 15468 "name": "customized_coord", 15469 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/customized_coord.rs", 15470 "test": false 15471 }, 15472 { 15473 "crate_types": [ 15474 "bin" 15475 ], 15476 "doc": false, 15477 "doctest": false, 15478 "edition": "2018", 15479 "kind": [ 15480 "example" 15481 ], 15482 "name": "snowflake", 15483 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/snowflake.rs", 15484 "test": false 15485 }, 15486 { 15487 "crate_types": [ 15488 "bin" 15489 ], 15490 "doc": false, 15491 "doctest": false, 15492 "edition": "2018", 15493 "kind": [ 15494 "example" 15495 ], 15496 "name": "normal-dist2", 15497 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/normal-dist2.rs", 15498 "test": false 15499 }, 15500 { 15501 "crate_types": [ 15502 "bin" 15503 ], 15504 "doc": false, 15505 "doctest": false, 15506 "edition": "2018", 15507 "kind": [ 15508 "example" 15509 ], 15510 "name": "boxplot", 15511 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/boxplot.rs", 15512 "test": false 15513 }, 15514 { 15515 "crate_types": [ 15516 "bin" 15517 ], 15518 "doc": false, 15519 "doctest": false, 15520 "edition": "2018", 15521 "kind": [ 15522 "example" 15523 ], 15524 "name": "sierpinski", 15525 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/sierpinski.rs", 15526 "test": false 15527 }, 15528 { 15529 "crate_types": [ 15530 "bin" 15531 ], 15532 "doc": false, 15533 "doctest": false, 15534 "edition": "2018", 15535 "kind": [ 15536 "example" 15537 ], 15538 "name": "pie", 15539 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/pie.rs", 15540 "test": false 15541 }, 15542 { 15543 "crate_types": [ 15544 "bin" 15545 ], 15546 "doc": false, 15547 "doctest": false, 15548 "edition": "2018", 15549 "kind": [ 15550 "example" 15551 ], 15552 "name": "chart", 15553 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/chart.rs", 15554 "test": false 15555 }, 15556 { 15557 "crate_types": [ 15558 "bin" 15559 ], 15560 "doc": false, 15561 "doctest": false, 15562 "edition": "2018", 15563 "kind": [ 15564 "example" 15565 ], 15566 "name": "matshow", 15567 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/matshow.rs", 15568 "test": false 15569 }, 15570 { 15571 "crate_types": [ 15572 "bin" 15573 ], 15574 "doc": false, 15575 "doctest": false, 15576 "edition": "2018", 15577 "kind": [ 15578 "example" 15579 ], 15580 "name": "stock", 15581 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/stock.rs", 15582 "test": false 15583 }, 15584 { 15585 "crate_types": [ 15586 "bin" 15587 ], 15588 "doc": false, 15589 "doctest": false, 15590 "edition": "2018", 15591 "kind": [ 15592 "example" 15593 ], 15594 "name": "histogram", 15595 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/histogram.rs", 15596 "test": false 15597 }, 15598 { 15599 "crate_types": [ 15600 "bin" 15601 ], 15602 "doc": false, 15603 "doctest": false, 15604 "edition": "2018", 15605 "kind": [ 15606 "bench" 15607 ], 15608 "name": "benchmark", 15609 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/benches/main.rs", 15610 "test": false 15611 } 15612 ], 15613 "version": "0.3.5" 15614 }, 15615 { 15616 "authors": [ 15617 "Hao Hou <haohou302@gmail.com>" 15618 ], 15619 "categories": [], 15620 "default_run": null, 15621 "dependencies": [], 15622 "description": "Plotters Backend API", 15623 "documentation": null, 15624 "edition": "2018", 15625 "features": {}, 15626 "homepage": "https://plotters-rs.github.io", 15627 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5", 15628 "keywords": [], 15629 "license": "MIT", 15630 "license_file": null, 15631 "links": null, 15632 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/Cargo.toml", 15633 "metadata": null, 15634 "name": "plotters-backend", 15635 "publish": null, 15636 "readme": "README.md", 15637 "repository": "https://github.com/plotters-rs/plotters", 15638 "rust_version": null, 15639 "source": "registry+https://github.com/rust-lang/crates.io-index", 15640 "targets": [ 15641 { 15642 "crate_types": [ 15643 "lib" 15644 ], 15645 "doc": true, 15646 "doctest": true, 15647 "edition": "2018", 15648 "kind": [ 15649 "lib" 15650 ], 15651 "name": "plotters-backend", 15652 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs", 15653 "test": true 15654 } 15655 ], 15656 "version": "0.3.5" 15657 }, 15658 { 15659 "authors": [ 15660 "Hao Hou <haohou302@gmail.com>" 15661 ], 15662 "categories": [], 15663 "default_run": null, 15664 "dependencies": [ 15665 { 15666 "features": [], 15667 "kind": null, 15668 "name": "gif", 15669 "optional": true, 15670 "registry": null, 15671 "rename": null, 15672 "req": "^0.12.0", 15673 "source": "registry+https://github.com/rust-lang/crates.io-index", 15674 "target": null, 15675 "uses_default_features": true 15676 }, 15677 { 15678 "features": [], 15679 "kind": null, 15680 "name": "plotters-backend", 15681 "optional": false, 15682 "registry": null, 15683 "rename": null, 15684 "req": "^0.3.5", 15685 "source": "registry+https://github.com/rust-lang/crates.io-index", 15686 "target": null, 15687 "uses_default_features": true 15688 }, 15689 { 15690 "features": [], 15691 "kind": "dev", 15692 "name": "criterion", 15693 "optional": false, 15694 "registry": null, 15695 "rename": null, 15696 "req": "^0.4.0", 15697 "source": "registry+https://github.com/rust-lang/crates.io-index", 15698 "target": null, 15699 "uses_default_features": true 15700 }, 15701 { 15702 "features": [], 15703 "kind": "dev", 15704 "name": "rayon", 15705 "optional": false, 15706 "registry": null, 15707 "rename": null, 15708 "req": "^1.5.1", 15709 "source": "registry+https://github.com/rust-lang/crates.io-index", 15710 "target": null, 15711 "uses_default_features": true 15712 }, 15713 { 15714 "features": [ 15715 "jpeg", 15716 "png", 15717 "bmp" 15718 ], 15719 "kind": null, 15720 "name": "image", 15721 "optional": true, 15722 "registry": null, 15723 "rename": null, 15724 "req": "^0.24.3", 15725 "source": "registry+https://github.com/rust-lang/crates.io-index", 15726 "target": "cfg(not(target_arch = \"wasm32\"))", 15727 "uses_default_features": false 15728 } 15729 ], 15730 "description": "Plotters Bitmap Backend", 15731 "documentation": null, 15732 "edition": "2018", 15733 "features": { 15734 "default": [ 15735 "image_encoder", 15736 "gif_backend" 15737 ], 15738 "gif": [ 15739 "dep:gif" 15740 ], 15741 "gif_backend": [ 15742 "gif", 15743 "image_encoder" 15744 ], 15745 "image": [ 15746 "dep:image" 15747 ], 15748 "image_encoder": [ 15749 "image" 15750 ] 15751 }, 15752 "homepage": "https://plotters-rs.github.io", 15753 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3", 15754 "keywords": [], 15755 "license": "MIT", 15756 "license_file": null, 15757 "links": null, 15758 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-bitmap-0.3.3/Cargo.toml", 15759 "metadata": null, 15760 "name": "plotters-bitmap", 15761 "publish": null, 15762 "readme": "README.md", 15763 "repository": "https://github.com/plotters-rs/plotters", 15764 "rust_version": null, 15765 "source": "registry+https://github.com/rust-lang/crates.io-index", 15766 "targets": [ 15767 { 15768 "crate_types": [ 15769 "lib" 15770 ], 15771 "doc": true, 15772 "doctest": true, 15773 "edition": "2018", 15774 "kind": [ 15775 "lib" 15776 ], 15777 "name": "plotters-bitmap", 15778 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-bitmap-0.3.3/src/lib.rs", 15779 "test": true 15780 }, 15781 { 15782 "crate_types": [ 15783 "bin" 15784 ], 15785 "doc": false, 15786 "doctest": false, 15787 "edition": "2018", 15788 "kind": [ 15789 "bench" 15790 ], 15791 "name": "benchmark", 15792 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-bitmap-0.3.3/benches/main.rs", 15793 "test": false 15794 } 15795 ], 15796 "version": "0.3.3" 15797 }, 15798 { 15799 "authors": [ 15800 "Hao Hou <haohou302@gmail.com>" 15801 ], 15802 "categories": [], 15803 "default_run": null, 15804 "dependencies": [ 15805 { 15806 "features": [ 15807 "jpeg", 15808 "png", 15809 "bmp" 15810 ], 15811 "kind": null, 15812 "name": "image", 15813 "optional": true, 15814 "registry": null, 15815 "rename": null, 15816 "req": "^0.24.2", 15817 "source": "registry+https://github.com/rust-lang/crates.io-index", 15818 "target": null, 15819 "uses_default_features": false 15820 }, 15821 { 15822 "features": [], 15823 "kind": null, 15824 "name": "plotters-backend", 15825 "optional": false, 15826 "registry": null, 15827 "rename": null, 15828 "req": "^0.3.5", 15829 "source": "registry+https://github.com/rust-lang/crates.io-index", 15830 "target": null, 15831 "uses_default_features": true 15832 } 15833 ], 15834 "description": "Plotters SVG backend", 15835 "documentation": null, 15836 "edition": "2018", 15837 "features": { 15838 "bitmap_encoder": [ 15839 "image" 15840 ], 15841 "debug": [], 15842 "image": [ 15843 "dep:image" 15844 ] 15845 }, 15846 "homepage": "https://plotters-rs.github.io", 15847 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5", 15848 "keywords": [], 15849 "license": "MIT", 15850 "license_file": null, 15851 "links": null, 15852 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/Cargo.toml", 15853 "metadata": null, 15854 "name": "plotters-svg", 15855 "publish": null, 15856 "readme": "README.md", 15857 "repository": "https://github.com/plotters-rs/plotters.git", 15858 "rust_version": null, 15859 "source": "registry+https://github.com/rust-lang/crates.io-index", 15860 "targets": [ 15861 { 15862 "crate_types": [ 15863 "lib" 15864 ], 15865 "doc": true, 15866 "doctest": true, 15867 "edition": "2018", 15868 "kind": [ 15869 "lib" 15870 ], 15871 "name": "plotters-svg", 15872 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs", 15873 "test": true 15874 } 15875 ], 15876 "version": "0.3.5" 15877 }, 15878 { 15879 "authors": [ 15880 "The image-rs Developers" 15881 ], 15882 "categories": [ 15883 "multimedia::images" 15884 ], 15885 "default_run": null, 15886 "dependencies": [ 15887 { 15888 "features": [], 15889 "kind": null, 15890 "name": "bitflags", 15891 "optional": false, 15892 "registry": null, 15893 "rename": null, 15894 "req": "^1.0", 15895 "source": "registry+https://github.com/rust-lang/crates.io-index", 15896 "target": null, 15897 "uses_default_features": true 15898 }, 15899 { 15900 "features": [], 15901 "kind": null, 15902 "name": "crc32fast", 15903 "optional": false, 15904 "registry": null, 15905 "rename": null, 15906 "req": "^1.2.0", 15907 "source": "registry+https://github.com/rust-lang/crates.io-index", 15908 "target": null, 15909 "uses_default_features": true 15910 }, 15911 { 15912 "features": [], 15913 "kind": null, 15914 "name": "fdeflate", 15915 "optional": false, 15916 "registry": null, 15917 "rename": null, 15918 "req": "^0.3.3", 15919 "source": "registry+https://github.com/rust-lang/crates.io-index", 15920 "target": null, 15921 "uses_default_features": true 15922 }, 15923 { 15924 "features": [], 15925 "kind": null, 15926 "name": "flate2", 15927 "optional": false, 15928 "registry": null, 15929 "rename": null, 15930 "req": "^1.0.11", 15931 "source": "registry+https://github.com/rust-lang/crates.io-index", 15932 "target": null, 15933 "uses_default_features": true 15934 }, 15935 { 15936 "features": [ 15937 "simd" 15938 ], 15939 "kind": null, 15940 "name": "miniz_oxide", 15941 "optional": false, 15942 "registry": null, 15943 "rename": null, 15944 "req": "^0.7.1", 15945 "source": "registry+https://github.com/rust-lang/crates.io-index", 15946 "target": null, 15947 "uses_default_features": true 15948 }, 15949 { 15950 "features": [], 15951 "kind": "dev", 15952 "name": "byteorder", 15953 "optional": false, 15954 "registry": null, 15955 "rename": null, 15956 "req": "^1.5.0", 15957 "source": "registry+https://github.com/rust-lang/crates.io-index", 15958 "target": null, 15959 "uses_default_features": true 15960 }, 15961 { 15962 "features": [ 15963 "derive" 15964 ], 15965 "kind": "dev", 15966 "name": "clap", 15967 "optional": false, 15968 "registry": null, 15969 "rename": null, 15970 "req": "^3.0", 15971 "source": "registry+https://github.com/rust-lang/crates.io-index", 15972 "target": null, 15973 "uses_default_features": true 15974 }, 15975 { 15976 "features": [], 15977 "kind": "dev", 15978 "name": "criterion", 15979 "optional": false, 15980 "registry": null, 15981 "rename": null, 15982 "req": "^0.4.0", 15983 "source": "registry+https://github.com/rust-lang/crates.io-index", 15984 "target": null, 15985 "uses_default_features": true 15986 }, 15987 { 15988 "features": [], 15989 "kind": "dev", 15990 "name": "getopts", 15991 "optional": false, 15992 "registry": null, 15993 "rename": null, 15994 "req": "^0.2.14", 15995 "source": "registry+https://github.com/rust-lang/crates.io-index", 15996 "target": null, 15997 "uses_default_features": true 15998 }, 15999 { 16000 "features": [ 16001 "glutin" 16002 ], 16003 "kind": "dev", 16004 "name": "glium", 16005 "optional": false, 16006 "registry": null, 16007 "rename": null, 16008 "req": "^0.32", 16009 "source": "registry+https://github.com/rust-lang/crates.io-index", 16010 "target": null, 16011 "uses_default_features": false 16012 }, 16013 { 16014 "features": [], 16015 "kind": "dev", 16016 "name": "glob", 16017 "optional": false, 16018 "registry": null, 16019 "rename": null, 16020 "req": "^0.3", 16021 "source": "registry+https://github.com/rust-lang/crates.io-index", 16022 "target": null, 16023 "uses_default_features": true 16024 }, 16025 { 16026 "features": [], 16027 "kind": "dev", 16028 "name": "rand", 16029 "optional": false, 16030 "registry": null, 16031 "rename": null, 16032 "req": "^0.8.4", 16033 "source": "registry+https://github.com/rust-lang/crates.io-index", 16034 "target": null, 16035 "uses_default_features": true 16036 }, 16037 { 16038 "features": [], 16039 "kind": "dev", 16040 "name": "term", 16041 "optional": false, 16042 "registry": null, 16043 "rename": null, 16044 "req": "^0.7", 16045 "source": "registry+https://github.com/rust-lang/crates.io-index", 16046 "target": null, 16047 "uses_default_features": true 16048 } 16049 ], 16050 "description": "PNG decoding and encoding library in pure Rust", 16051 "documentation": null, 16052 "edition": "2018", 16053 "features": { 16054 "benchmarks": [], 16055 "unstable": [] 16056 }, 16057 "homepage": null, 16058 "id": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13", 16059 "keywords": [], 16060 "license": "MIT OR Apache-2.0", 16061 "license_file": null, 16062 "links": null, 16063 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/Cargo.toml", 16064 "metadata": null, 16065 "name": "png", 16066 "publish": null, 16067 "readme": "README.md", 16068 "repository": "https://github.com/image-rs/image-png", 16069 "rust_version": "1.57", 16070 "source": "registry+https://github.com/rust-lang/crates.io-index", 16071 "targets": [ 16072 { 16073 "crate_types": [ 16074 "lib" 16075 ], 16076 "doc": true, 16077 "doctest": true, 16078 "edition": "2018", 16079 "kind": [ 16080 "lib" 16081 ], 16082 "name": "png", 16083 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/src/lib.rs", 16084 "test": true 16085 }, 16086 { 16087 "crate_types": [ 16088 "bin" 16089 ], 16090 "doc": false, 16091 "doctest": false, 16092 "edition": "2018", 16093 "kind": [ 16094 "example" 16095 ], 16096 "name": "png-generate", 16097 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/png-generate.rs", 16098 "test": false 16099 }, 16100 { 16101 "crate_types": [ 16102 "bin" 16103 ], 16104 "doc": false, 16105 "doctest": false, 16106 "edition": "2018", 16107 "kind": [ 16108 "example" 16109 ], 16110 "name": "change-png-info", 16111 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/change-png-info.rs", 16112 "test": false 16113 }, 16114 { 16115 "crate_types": [ 16116 "bin" 16117 ], 16118 "doc": false, 16119 "doctest": false, 16120 "edition": "2018", 16121 "kind": [ 16122 "example" 16123 ], 16124 "name": "pngcheck", 16125 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/pngcheck.rs", 16126 "test": false 16127 }, 16128 { 16129 "crate_types": [ 16130 "bin" 16131 ], 16132 "doc": false, 16133 "doctest": false, 16134 "edition": "2018", 16135 "kind": [ 16136 "example" 16137 ], 16138 "name": "corpus-bench", 16139 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/corpus-bench.rs", 16140 "test": false 16141 }, 16142 { 16143 "crate_types": [ 16144 "bin" 16145 ], 16146 "doc": false, 16147 "doctest": false, 16148 "edition": "2018", 16149 "kind": [ 16150 "example" 16151 ], 16152 "name": "show", 16153 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/show.rs", 16154 "test": false 16155 }, 16156 { 16157 "crate_types": [ 16158 "bin" 16159 ], 16160 "doc": false, 16161 "doctest": false, 16162 "edition": "2018", 16163 "kind": [ 16164 "bench" 16165 ], 16166 "name": "decoder", 16167 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/decoder.rs", 16168 "test": false 16169 }, 16170 { 16171 "crate_types": [ 16172 "bin" 16173 ], 16174 "doc": false, 16175 "doctest": false, 16176 "edition": "2018", 16177 "kind": [ 16178 "bench" 16179 ], 16180 "name": "unfilter", 16181 "required-features": [ 16182 "benchmarks" 16183 ], 16184 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/unfilter.rs", 16185 "test": false 16186 }, 16187 { 16188 "crate_types": [ 16189 "bin" 16190 ], 16191 "doc": false, 16192 "doctest": false, 16193 "edition": "2018", 16194 "kind": [ 16195 "bench" 16196 ], 16197 "name": "expand_paletted", 16198 "required-features": [ 16199 "benchmarks" 16200 ], 16201 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/expand_paletted.rs", 16202 "test": false 16203 } 16204 ], 16205 "version": "0.17.13" 16206 }, 16207 { 16208 "authors": [ 16209 "The CryptoCorrosion Contributors" 16210 ], 16211 "categories": [ 16212 "cryptography", 16213 "no-std" 16214 ], 16215 "default_run": null, 16216 "dependencies": [], 16217 "description": "Implementation of the crypto-simd API for x86", 16218 "documentation": null, 16219 "edition": "2018", 16220 "features": { 16221 "default": [ 16222 "std" 16223 ], 16224 "no_simd": [], 16225 "simd": [], 16226 "std": [] 16227 }, 16228 "homepage": null, 16229 "id": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17", 16230 "keywords": [ 16231 "crypto", 16232 "simd", 16233 "x86" 16234 ], 16235 "license": "MIT/Apache-2.0", 16236 "license_file": null, 16237 "links": null, 16238 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/Cargo.toml", 16239 "metadata": null, 16240 "name": "ppv-lite86", 16241 "publish": null, 16242 "readme": null, 16243 "repository": "https://github.com/cryptocorrosion/cryptocorrosion", 16244 "rust_version": null, 16245 "source": "registry+https://github.com/rust-lang/crates.io-index", 16246 "targets": [ 16247 { 16248 "crate_types": [ 16249 "lib" 16250 ], 16251 "doc": true, 16252 "doctest": true, 16253 "edition": "2018", 16254 "kind": [ 16255 "lib" 16256 ], 16257 "name": "ppv-lite86", 16258 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs", 16259 "test": true 16260 } 16261 ], 16262 "version": "0.2.17" 16263 }, 16264 { 16265 "authors": [ 16266 "David Tolnay <dtolnay@gmail.com>", 16267 "Alex Crichton <alex@alexcrichton.com>" 16268 ], 16269 "categories": [ 16270 "development-tools::procedural-macro-helpers" 16271 ], 16272 "default_run": null, 16273 "dependencies": [ 16274 { 16275 "features": [], 16276 "kind": null, 16277 "name": "unicode-ident", 16278 "optional": false, 16279 "registry": null, 16280 "rename": null, 16281 "req": "^1.0", 16282 "source": "registry+https://github.com/rust-lang/crates.io-index", 16283 "target": null, 16284 "uses_default_features": true 16285 }, 16286 { 16287 "features": [], 16288 "kind": "dev", 16289 "name": "flate2", 16290 "optional": false, 16291 "registry": null, 16292 "rename": null, 16293 "req": "^1.0", 16294 "source": "registry+https://github.com/rust-lang/crates.io-index", 16295 "target": null, 16296 "uses_default_features": true 16297 }, 16298 { 16299 "features": [], 16300 "kind": "dev", 16301 "name": "quote", 16302 "optional": false, 16303 "registry": null, 16304 "rename": null, 16305 "req": "^1.0", 16306 "source": "registry+https://github.com/rust-lang/crates.io-index", 16307 "target": null, 16308 "uses_default_features": false 16309 }, 16310 { 16311 "features": [], 16312 "kind": "dev", 16313 "name": "rayon", 16314 "optional": false, 16315 "registry": null, 16316 "rename": null, 16317 "req": "^1.0", 16318 "source": "registry+https://github.com/rust-lang/crates.io-index", 16319 "target": null, 16320 "uses_default_features": true 16321 }, 16322 { 16323 "features": [], 16324 "kind": "dev", 16325 "name": "rustversion", 16326 "optional": false, 16327 "registry": null, 16328 "rename": null, 16329 "req": "^1", 16330 "source": "registry+https://github.com/rust-lang/crates.io-index", 16331 "target": null, 16332 "uses_default_features": true 16333 }, 16334 { 16335 "features": [], 16336 "kind": "dev", 16337 "name": "tar", 16338 "optional": false, 16339 "registry": null, 16340 "rename": null, 16341 "req": "^0.4", 16342 "source": "registry+https://github.com/rust-lang/crates.io-index", 16343 "target": null, 16344 "uses_default_features": true 16345 } 16346 ], 16347 "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", 16348 "documentation": "https://docs.rs/proc-macro2", 16349 "edition": "2021", 16350 "features": { 16351 "default": [ 16352 "proc-macro" 16353 ], 16354 "nightly": [], 16355 "proc-macro": [], 16356 "span-locations": [] 16357 }, 16358 "homepage": null, 16359 "id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 16360 "keywords": [ 16361 "macros", 16362 "syn" 16363 ], 16364 "license": "MIT OR Apache-2.0", 16365 "license_file": null, 16366 "links": null, 16367 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/Cargo.toml", 16368 "metadata": { 16369 "docs": { 16370 "rs": { 16371 "rustc-args": [ 16372 "--cfg", 16373 "procmacro2_semver_exempt" 16374 ], 16375 "rustdoc-args": [ 16376 "--cfg", 16377 "procmacro2_semver_exempt", 16378 "--cfg", 16379 "doc_cfg", 16380 "--generate-link-to-definition" 16381 ], 16382 "targets": [ 16383 "x86_64-unknown-linux-gnu" 16384 ] 16385 } 16386 }, 16387 "playground": { 16388 "features": [ 16389 "span-locations" 16390 ] 16391 } 16392 }, 16393 "name": "proc-macro2", 16394 "publish": null, 16395 "readme": "README.md", 16396 "repository": "https://github.com/dtolnay/proc-macro2", 16397 "rust_version": "1.56", 16398 "source": "registry+https://github.com/rust-lang/crates.io-index", 16399 "targets": [ 16400 { 16401 "crate_types": [ 16402 "lib" 16403 ], 16404 "doc": true, 16405 "doctest": true, 16406 "edition": "2021", 16407 "kind": [ 16408 "lib" 16409 ], 16410 "name": "proc-macro2", 16411 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/src/lib.rs", 16412 "test": true 16413 }, 16414 { 16415 "crate_types": [ 16416 "bin" 16417 ], 16418 "doc": false, 16419 "doctest": false, 16420 "edition": "2021", 16421 "kind": [ 16422 "test" 16423 ], 16424 "name": "test", 16425 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test.rs", 16426 "test": true 16427 }, 16428 { 16429 "crate_types": [ 16430 "bin" 16431 ], 16432 "doc": false, 16433 "doctest": false, 16434 "edition": "2021", 16435 "kind": [ 16436 "test" 16437 ], 16438 "name": "marker", 16439 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/marker.rs", 16440 "test": true 16441 }, 16442 { 16443 "crate_types": [ 16444 "bin" 16445 ], 16446 "doc": false, 16447 "doctest": false, 16448 "edition": "2021", 16449 "kind": [ 16450 "test" 16451 ], 16452 "name": "features", 16453 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/features.rs", 16454 "test": true 16455 }, 16456 { 16457 "crate_types": [ 16458 "bin" 16459 ], 16460 "doc": false, 16461 "doctest": false, 16462 "edition": "2021", 16463 "kind": [ 16464 "test" 16465 ], 16466 "name": "test_size", 16467 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test_size.rs", 16468 "test": true 16469 }, 16470 { 16471 "crate_types": [ 16472 "bin" 16473 ], 16474 "doc": false, 16475 "doctest": false, 16476 "edition": "2021", 16477 "kind": [ 16478 "test" 16479 ], 16480 "name": "test_fmt", 16481 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test_fmt.rs", 16482 "test": true 16483 }, 16484 { 16485 "crate_types": [ 16486 "bin" 16487 ], 16488 "doc": false, 16489 "doctest": false, 16490 "edition": "2021", 16491 "kind": [ 16492 "test" 16493 ], 16494 "name": "comments", 16495 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/comments.rs", 16496 "test": true 16497 }, 16498 { 16499 "crate_types": [ 16500 "bin" 16501 ], 16502 "doc": false, 16503 "doctest": false, 16504 "edition": "2021", 16505 "kind": [ 16506 "custom-build" 16507 ], 16508 "name": "build-script-build", 16509 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/build.rs", 16510 "test": false 16511 } 16512 ], 16513 "version": "1.0.80" 16514 }, 16515 { 16516 "authors": [ 16517 "David Tolnay <dtolnay@gmail.com>" 16518 ], 16519 "categories": [ 16520 "development-tools::procedural-macro-helpers" 16521 ], 16522 "default_run": null, 16523 "dependencies": [ 16524 { 16525 "features": [], 16526 "kind": null, 16527 "name": "proc-macro2", 16528 "optional": false, 16529 "registry": null, 16530 "rename": null, 16531 "req": "^1.0.74", 16532 "source": "registry+https://github.com/rust-lang/crates.io-index", 16533 "target": null, 16534 "uses_default_features": false 16535 }, 16536 { 16537 "features": [], 16538 "kind": "dev", 16539 "name": "rustversion", 16540 "optional": false, 16541 "registry": null, 16542 "rename": null, 16543 "req": "^1.0", 16544 "source": "registry+https://github.com/rust-lang/crates.io-index", 16545 "target": null, 16546 "uses_default_features": true 16547 }, 16548 { 16549 "features": [ 16550 "diff" 16551 ], 16552 "kind": "dev", 16553 "name": "trybuild", 16554 "optional": false, 16555 "registry": null, 16556 "rename": null, 16557 "req": "^1.0.66", 16558 "source": "registry+https://github.com/rust-lang/crates.io-index", 16559 "target": null, 16560 "uses_default_features": true 16561 } 16562 ], 16563 "description": "Quasi-quoting macro quote!(...)", 16564 "documentation": "https://docs.rs/quote/", 16565 "edition": "2018", 16566 "features": { 16567 "default": [ 16568 "proc-macro" 16569 ], 16570 "proc-macro": [ 16571 "proc-macro2/proc-macro" 16572 ] 16573 }, 16574 "homepage": null, 16575 "id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 16576 "keywords": [ 16577 "macros", 16578 "syn" 16579 ], 16580 "license": "MIT OR Apache-2.0", 16581 "license_file": null, 16582 "links": null, 16583 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/Cargo.toml", 16584 "metadata": { 16585 "docs": { 16586 "rs": { 16587 "rustdoc-args": [ 16588 "--generate-link-to-definition" 16589 ], 16590 "targets": [ 16591 "x86_64-unknown-linux-gnu" 16592 ] 16593 } 16594 } 16595 }, 16596 "name": "quote", 16597 "publish": null, 16598 "readme": "README.md", 16599 "repository": "https://github.com/dtolnay/quote", 16600 "rust_version": "1.56", 16601 "source": "registry+https://github.com/rust-lang/crates.io-index", 16602 "targets": [ 16603 { 16604 "crate_types": [ 16605 "lib" 16606 ], 16607 "doc": true, 16608 "doctest": true, 16609 "edition": "2018", 16610 "kind": [ 16611 "lib" 16612 ], 16613 "name": "quote", 16614 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs", 16615 "test": true 16616 }, 16617 { 16618 "crate_types": [ 16619 "bin" 16620 ], 16621 "doc": false, 16622 "doctest": false, 16623 "edition": "2018", 16624 "kind": [ 16625 "test" 16626 ], 16627 "name": "test", 16628 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/test.rs", 16629 "test": true 16630 }, 16631 { 16632 "crate_types": [ 16633 "bin" 16634 ], 16635 "doc": false, 16636 "doctest": false, 16637 "edition": "2018", 16638 "kind": [ 16639 "test" 16640 ], 16641 "name": "compiletest", 16642 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/compiletest.rs", 16643 "test": true 16644 } 16645 ], 16646 "version": "1.0.36" 16647 }, 16648 { 16649 "authors": [ 16650 "The Rand Project Developers", 16651 "The Rust Project Developers" 16652 ], 16653 "categories": [ 16654 "algorithms", 16655 "no-std" 16656 ], 16657 "default_run": null, 16658 "dependencies": [ 16659 { 16660 "features": [], 16661 "kind": null, 16662 "name": "log", 16663 "optional": true, 16664 "registry": null, 16665 "rename": null, 16666 "req": "^0.4.4", 16667 "source": "registry+https://github.com/rust-lang/crates.io-index", 16668 "target": null, 16669 "uses_default_features": true 16670 }, 16671 { 16672 "features": [ 16673 "into_bits" 16674 ], 16675 "kind": null, 16676 "name": "packed_simd_2", 16677 "optional": true, 16678 "registry": null, 16679 "rename": "packed_simd", 16680 "req": "^0.3.7", 16681 "source": "registry+https://github.com/rust-lang/crates.io-index", 16682 "target": null, 16683 "uses_default_features": true 16684 }, 16685 { 16686 "features": [], 16687 "kind": null, 16688 "name": "rand_chacha", 16689 "optional": true, 16690 "registry": null, 16691 "rename": null, 16692 "req": "^0.3.0", 16693 "source": "registry+https://github.com/rust-lang/crates.io-index", 16694 "target": null, 16695 "uses_default_features": false 16696 }, 16697 { 16698 "features": [], 16699 "kind": null, 16700 "name": "rand_core", 16701 "optional": false, 16702 "registry": null, 16703 "rename": null, 16704 "req": "^0.6.0", 16705 "source": "registry+https://github.com/rust-lang/crates.io-index", 16706 "target": null, 16707 "uses_default_features": true 16708 }, 16709 { 16710 "features": [ 16711 "derive" 16712 ], 16713 "kind": null, 16714 "name": "serde", 16715 "optional": true, 16716 "registry": null, 16717 "rename": null, 16718 "req": "^1.0.103", 16719 "source": "registry+https://github.com/rust-lang/crates.io-index", 16720 "target": null, 16721 "uses_default_features": true 16722 }, 16723 { 16724 "features": [], 16725 "kind": "dev", 16726 "name": "bincode", 16727 "optional": false, 16728 "registry": null, 16729 "rename": null, 16730 "req": "^1.2.1", 16731 "source": "registry+https://github.com/rust-lang/crates.io-index", 16732 "target": null, 16733 "uses_default_features": true 16734 }, 16735 { 16736 "features": [], 16737 "kind": "dev", 16738 "name": "rand_pcg", 16739 "optional": false, 16740 "registry": null, 16741 "rename": null, 16742 "req": "^0.3.0", 16743 "source": "registry+https://github.com/rust-lang/crates.io-index", 16744 "target": null, 16745 "uses_default_features": true 16746 }, 16747 { 16748 "features": [], 16749 "kind": null, 16750 "name": "libc", 16751 "optional": true, 16752 "registry": null, 16753 "rename": null, 16754 "req": "^0.2.22", 16755 "source": "registry+https://github.com/rust-lang/crates.io-index", 16756 "target": "cfg(unix)", 16757 "uses_default_features": false 16758 } 16759 ], 16760 "description": "Random number generators and other randomness functionality.\n", 16761 "documentation": "https://docs.rs/rand", 16762 "edition": "2018", 16763 "features": { 16764 "alloc": [ 16765 "rand_core/alloc" 16766 ], 16767 "default": [ 16768 "std", 16769 "std_rng" 16770 ], 16771 "getrandom": [ 16772 "rand_core/getrandom" 16773 ], 16774 "libc": [ 16775 "dep:libc" 16776 ], 16777 "log": [ 16778 "dep:log" 16779 ], 16780 "min_const_gen": [], 16781 "nightly": [], 16782 "packed_simd": [ 16783 "dep:packed_simd" 16784 ], 16785 "rand_chacha": [ 16786 "dep:rand_chacha" 16787 ], 16788 "serde": [ 16789 "dep:serde" 16790 ], 16791 "serde1": [ 16792 "serde", 16793 "rand_core/serde1" 16794 ], 16795 "simd_support": [ 16796 "packed_simd" 16797 ], 16798 "small_rng": [], 16799 "std": [ 16800 "rand_core/std", 16801 "rand_chacha/std", 16802 "alloc", 16803 "getrandom", 16804 "libc" 16805 ], 16806 "std_rng": [ 16807 "rand_chacha" 16808 ] 16809 }, 16810 "homepage": "https://rust-random.github.io/book", 16811 "id": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5", 16812 "keywords": [ 16813 "random", 16814 "rng" 16815 ], 16816 "license": "MIT OR Apache-2.0", 16817 "license_file": null, 16818 "links": null, 16819 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml", 16820 "metadata": { 16821 "docs": { 16822 "rs": { 16823 "all-features": true, 16824 "rustdoc-args": [ 16825 "--cfg", 16826 "doc_cfg" 16827 ] 16828 } 16829 }, 16830 "playground": { 16831 "features": [ 16832 "small_rng", 16833 "serde1" 16834 ] 16835 } 16836 }, 16837 "name": "rand", 16838 "publish": null, 16839 "readme": "README.md", 16840 "repository": "https://github.com/rust-random/rand", 16841 "rust_version": null, 16842 "source": "registry+https://github.com/rust-lang/crates.io-index", 16843 "targets": [ 16844 { 16845 "crate_types": [ 16846 "lib" 16847 ], 16848 "doc": true, 16849 "doctest": true, 16850 "edition": "2018", 16851 "kind": [ 16852 "lib" 16853 ], 16854 "name": "rand", 16855 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs", 16856 "test": true 16857 } 16858 ], 16859 "version": "0.8.5" 16860 }, 16861 { 16862 "authors": [ 16863 "The Rand Project Developers", 16864 "The Rust Project Developers", 16865 "The CryptoCorrosion Contributors" 16866 ], 16867 "categories": [ 16868 "algorithms", 16869 "no-std" 16870 ], 16871 "default_run": null, 16872 "dependencies": [ 16873 { 16874 "features": [ 16875 "simd" 16876 ], 16877 "kind": null, 16878 "name": "ppv-lite86", 16879 "optional": false, 16880 "registry": null, 16881 "rename": null, 16882 "req": "^0.2.8", 16883 "source": "registry+https://github.com/rust-lang/crates.io-index", 16884 "target": null, 16885 "uses_default_features": false 16886 }, 16887 { 16888 "features": [], 16889 "kind": null, 16890 "name": "rand_core", 16891 "optional": false, 16892 "registry": null, 16893 "rename": null, 16894 "req": "^0.6.0", 16895 "source": "registry+https://github.com/rust-lang/crates.io-index", 16896 "target": null, 16897 "uses_default_features": true 16898 }, 16899 { 16900 "features": [ 16901 "derive" 16902 ], 16903 "kind": null, 16904 "name": "serde", 16905 "optional": true, 16906 "registry": null, 16907 "rename": null, 16908 "req": "^1.0", 16909 "source": "registry+https://github.com/rust-lang/crates.io-index", 16910 "target": null, 16911 "uses_default_features": true 16912 }, 16913 { 16914 "features": [], 16915 "kind": "dev", 16916 "name": "serde_json", 16917 "optional": false, 16918 "registry": null, 16919 "rename": null, 16920 "req": "^1.0", 16921 "source": "registry+https://github.com/rust-lang/crates.io-index", 16922 "target": null, 16923 "uses_default_features": true 16924 } 16925 ], 16926 "description": "ChaCha random number generator\n", 16927 "documentation": "https://docs.rs/rand_chacha", 16928 "edition": "2018", 16929 "features": { 16930 "default": [ 16931 "std" 16932 ], 16933 "serde": [ 16934 "dep:serde" 16935 ], 16936 "serde1": [ 16937 "serde" 16938 ], 16939 "simd": [], 16940 "std": [ 16941 "ppv-lite86/std" 16942 ] 16943 }, 16944 "homepage": "https://rust-random.github.io/book", 16945 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", 16946 "keywords": [ 16947 "random", 16948 "rng", 16949 "chacha" 16950 ], 16951 "license": "MIT OR Apache-2.0", 16952 "license_file": null, 16953 "links": null, 16954 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml", 16955 "metadata": null, 16956 "name": "rand_chacha", 16957 "publish": null, 16958 "readme": "README.md", 16959 "repository": "https://github.com/rust-random/rand", 16960 "rust_version": null, 16961 "source": "registry+https://github.com/rust-lang/crates.io-index", 16962 "targets": [ 16963 { 16964 "crate_types": [ 16965 "lib" 16966 ], 16967 "doc": true, 16968 "doctest": true, 16969 "edition": "2018", 16970 "kind": [ 16971 "lib" 16972 ], 16973 "name": "rand_chacha", 16974 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs", 16975 "test": true 16976 } 16977 ], 16978 "version": "0.3.1" 16979 }, 16980 { 16981 "authors": [ 16982 "The Rand Project Developers", 16983 "The Rust Project Developers" 16984 ], 16985 "categories": [ 16986 "algorithms", 16987 "no-std" 16988 ], 16989 "default_run": null, 16990 "dependencies": [ 16991 { 16992 "features": [], 16993 "kind": null, 16994 "name": "getrandom", 16995 "optional": true, 16996 "registry": null, 16997 "rename": null, 16998 "req": "^0.2", 16999 "source": "registry+https://github.com/rust-lang/crates.io-index", 17000 "target": null, 17001 "uses_default_features": true 17002 }, 17003 { 17004 "features": [ 17005 "derive" 17006 ], 17007 "kind": null, 17008 "name": "serde", 17009 "optional": true, 17010 "registry": null, 17011 "rename": null, 17012 "req": "^1", 17013 "source": "registry+https://github.com/rust-lang/crates.io-index", 17014 "target": null, 17015 "uses_default_features": true 17016 } 17017 ], 17018 "description": "Core random number generator traits and tools for implementation.\n", 17019 "documentation": "https://docs.rs/rand_core", 17020 "edition": "2018", 17021 "features": { 17022 "alloc": [], 17023 "getrandom": [ 17024 "dep:getrandom" 17025 ], 17026 "serde": [ 17027 "dep:serde" 17028 ], 17029 "serde1": [ 17030 "serde" 17031 ], 17032 "std": [ 17033 "alloc", 17034 "getrandom", 17035 "getrandom/std" 17036 ] 17037 }, 17038 "homepage": "https://rust-random.github.io/book", 17039 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4", 17040 "keywords": [ 17041 "random", 17042 "rng" 17043 ], 17044 "license": "MIT OR Apache-2.0", 17045 "license_file": null, 17046 "links": null, 17047 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml", 17048 "metadata": { 17049 "docs": { 17050 "rs": { 17051 "all-features": true, 17052 "rustdoc-args": [ 17053 "--cfg", 17054 "doc_cfg" 17055 ] 17056 } 17057 }, 17058 "playground": { 17059 "all-features": true 17060 } 17061 }, 17062 "name": "rand_core", 17063 "publish": null, 17064 "readme": "README.md", 17065 "repository": "https://github.com/rust-random/rand", 17066 "rust_version": null, 17067 "source": "registry+https://github.com/rust-lang/crates.io-index", 17068 "targets": [ 17069 { 17070 "crate_types": [ 17071 "lib" 17072 ], 17073 "doc": true, 17074 "doctest": true, 17075 "edition": "2018", 17076 "kind": [ 17077 "lib" 17078 ], 17079 "name": "rand_core", 17080 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs", 17081 "test": true 17082 } 17083 ], 17084 "version": "0.6.4" 17085 }, 17086 { 17087 "authors": [ 17088 "The Rand Project Developers" 17089 ], 17090 "categories": [ 17091 "algorithms", 17092 "no-std" 17093 ], 17094 "default_run": null, 17095 "dependencies": [ 17096 { 17097 "features": [ 17098 "libm" 17099 ], 17100 "kind": null, 17101 "name": "num-traits", 17102 "optional": false, 17103 "registry": null, 17104 "rename": null, 17105 "req": "^0.2", 17106 "source": "registry+https://github.com/rust-lang/crates.io-index", 17107 "target": null, 17108 "uses_default_features": false 17109 }, 17110 { 17111 "features": [], 17112 "kind": null, 17113 "name": "rand", 17114 "optional": false, 17115 "registry": null, 17116 "rename": null, 17117 "req": "^0.8.0", 17118 "source": "registry+https://github.com/rust-lang/crates.io-index", 17119 "target": null, 17120 "uses_default_features": false 17121 }, 17122 { 17123 "features": [ 17124 "derive" 17125 ], 17126 "kind": null, 17127 "name": "serde", 17128 "optional": true, 17129 "registry": null, 17130 "rename": null, 17131 "req": "^1.0.103", 17132 "source": "registry+https://github.com/rust-lang/crates.io-index", 17133 "target": null, 17134 "uses_default_features": true 17135 }, 17136 { 17137 "features": [ 17138 "std" 17139 ], 17140 "kind": "dev", 17141 "name": "average", 17142 "optional": false, 17143 "registry": null, 17144 "rename": null, 17145 "req": "^0.13", 17146 "source": "registry+https://github.com/rust-lang/crates.io-index", 17147 "target": null, 17148 "uses_default_features": true 17149 }, 17150 { 17151 "features": [ 17152 "std_rng", 17153 "std", 17154 "small_rng" 17155 ], 17156 "kind": "dev", 17157 "name": "rand", 17158 "optional": false, 17159 "registry": null, 17160 "rename": null, 17161 "req": "^0.8.0", 17162 "source": "registry+https://github.com/rust-lang/crates.io-index", 17163 "target": null, 17164 "uses_default_features": false 17165 }, 17166 { 17167 "features": [], 17168 "kind": "dev", 17169 "name": "rand_pcg", 17170 "optional": false, 17171 "registry": null, 17172 "rename": null, 17173 "req": "^0.3.0", 17174 "source": "registry+https://github.com/rust-lang/crates.io-index", 17175 "target": null, 17176 "uses_default_features": true 17177 }, 17178 { 17179 "features": [], 17180 "kind": "dev", 17181 "name": "special", 17182 "optional": false, 17183 "registry": null, 17184 "rename": null, 17185 "req": "^0.8.1", 17186 "source": "registry+https://github.com/rust-lang/crates.io-index", 17187 "target": null, 17188 "uses_default_features": true 17189 } 17190 ], 17191 "description": "Sampling from random number distributions\n", 17192 "documentation": "https://docs.rs/rand_distr", 17193 "edition": "2018", 17194 "features": { 17195 "alloc": [ 17196 "rand/alloc" 17197 ], 17198 "default": [ 17199 "std" 17200 ], 17201 "serde": [ 17202 "dep:serde" 17203 ], 17204 "serde1": [ 17205 "serde", 17206 "rand/serde1" 17207 ], 17208 "std": [ 17209 "alloc", 17210 "rand/std" 17211 ], 17212 "std_math": [ 17213 "num-traits/std" 17214 ] 17215 }, 17216 "homepage": "https://rust-random.github.io/book", 17217 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3", 17218 "keywords": [ 17219 "random", 17220 "rng", 17221 "distribution", 17222 "probability" 17223 ], 17224 "license": "MIT OR Apache-2.0", 17225 "license_file": null, 17226 "links": null, 17227 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/Cargo.toml", 17228 "metadata": null, 17229 "name": "rand_distr", 17230 "publish": null, 17231 "readme": "README.md", 17232 "repository": "https://github.com/rust-random/rand", 17233 "rust_version": null, 17234 "source": "registry+https://github.com/rust-lang/crates.io-index", 17235 "targets": [ 17236 { 17237 "crate_types": [ 17238 "lib" 17239 ], 17240 "doc": true, 17241 "doctest": true, 17242 "edition": "2018", 17243 "kind": [ 17244 "lib" 17245 ], 17246 "name": "rand_distr", 17247 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs", 17248 "test": true 17249 } 17250 ], 17251 "version": "0.4.3" 17252 }, 17253 { 17254 "authors": [ 17255 "The Rand Project Developers", 17256 "The Rust Project Developers" 17257 ], 17258 "categories": [ 17259 "algorithms", 17260 "no-std" 17261 ], 17262 "default_run": null, 17263 "dependencies": [ 17264 { 17265 "features": [], 17266 "kind": null, 17267 "name": "rand_core", 17268 "optional": false, 17269 "registry": null, 17270 "rename": null, 17271 "req": "^0.6", 17272 "source": "registry+https://github.com/rust-lang/crates.io-index", 17273 "target": null, 17274 "uses_default_features": true 17275 }, 17276 { 17277 "features": [ 17278 "derive" 17279 ], 17280 "kind": null, 17281 "name": "serde", 17282 "optional": true, 17283 "registry": null, 17284 "rename": null, 17285 "req": "^1.0.118", 17286 "source": "registry+https://github.com/rust-lang/crates.io-index", 17287 "target": null, 17288 "uses_default_features": false 17289 }, 17290 { 17291 "features": [], 17292 "kind": "dev", 17293 "name": "bincode", 17294 "optional": false, 17295 "registry": null, 17296 "rename": null, 17297 "req": "^1", 17298 "source": "registry+https://github.com/rust-lang/crates.io-index", 17299 "target": null, 17300 "uses_default_features": true 17301 } 17302 ], 17303 "description": "Xorshift random number generator\n", 17304 "documentation": "https://docs.rs/rand_xorshift", 17305 "edition": "2018", 17306 "features": { 17307 "serde": [ 17308 "dep:serde" 17309 ], 17310 "serde1": [ 17311 "serde" 17312 ] 17313 }, 17314 "homepage": "https://rust-random.github.io/book", 17315 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0", 17316 "keywords": [ 17317 "random", 17318 "rng", 17319 "xorshift" 17320 ], 17321 "license": "MIT OR Apache-2.0", 17322 "license_file": null, 17323 "links": null, 17324 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/Cargo.toml", 17325 "metadata": null, 17326 "name": "rand_xorshift", 17327 "publish": null, 17328 "readme": "README.md", 17329 "repository": "https://github.com/rust-random/rngs", 17330 "rust_version": null, 17331 "source": "registry+https://github.com/rust-lang/crates.io-index", 17332 "targets": [ 17333 { 17334 "crate_types": [ 17335 "lib" 17336 ], 17337 "doc": true, 17338 "doctest": true, 17339 "edition": "2018", 17340 "kind": [ 17341 "lib" 17342 ], 17343 "name": "rand_xorshift", 17344 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs", 17345 "test": true 17346 }, 17347 { 17348 "crate_types": [ 17349 "bin" 17350 ], 17351 "doc": false, 17352 "doctest": false, 17353 "edition": "2018", 17354 "kind": [ 17355 "test" 17356 ], 17357 "name": "mod", 17358 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/tests/mod.rs", 17359 "test": true 17360 } 17361 ], 17362 "version": "0.3.0" 17363 }, 17364 { 17365 "authors": [ 17366 "Niko Matsakis <niko@alum.mit.edu>", 17367 "Josh Stone <cuviper@gmail.com>" 17368 ], 17369 "categories": [ 17370 "concurrency" 17371 ], 17372 "default_run": null, 17373 "dependencies": [ 17374 { 17375 "features": [], 17376 "kind": null, 17377 "name": "either", 17378 "optional": false, 17379 "registry": null, 17380 "rename": null, 17381 "req": "^1.0", 17382 "source": "registry+https://github.com/rust-lang/crates.io-index", 17383 "target": null, 17384 "uses_default_features": false 17385 }, 17386 { 17387 "features": [], 17388 "kind": null, 17389 "name": "rayon-core", 17390 "optional": false, 17391 "registry": null, 17392 "rename": null, 17393 "req": "^1.12.1", 17394 "source": "registry+https://github.com/rust-lang/crates.io-index", 17395 "target": null, 17396 "uses_default_features": true 17397 }, 17398 { 17399 "features": [], 17400 "kind": null, 17401 "name": "wasm_sync", 17402 "optional": true, 17403 "registry": null, 17404 "rename": null, 17405 "req": "^0.1.0", 17406 "source": "registry+https://github.com/rust-lang/crates.io-index", 17407 "target": null, 17408 "uses_default_features": true 17409 }, 17410 { 17411 "features": [], 17412 "kind": "dev", 17413 "name": "rand", 17414 "optional": false, 17415 "registry": null, 17416 "rename": null, 17417 "req": "^0.8", 17418 "source": "registry+https://github.com/rust-lang/crates.io-index", 17419 "target": null, 17420 "uses_default_features": true 17421 }, 17422 { 17423 "features": [], 17424 "kind": "dev", 17425 "name": "rand_xorshift", 17426 "optional": false, 17427 "registry": null, 17428 "rename": null, 17429 "req": "^0.3", 17430 "source": "registry+https://github.com/rust-lang/crates.io-index", 17431 "target": null, 17432 "uses_default_features": true 17433 } 17434 ], 17435 "description": "Simple work-stealing parallelism for Rust", 17436 "documentation": "https://docs.rs/rayon/", 17437 "edition": "2021", 17438 "features": { 17439 "web_spin_lock": [ 17440 "dep:wasm_sync", 17441 "rayon-core/web_spin_lock" 17442 ] 17443 }, 17444 "homepage": null, 17445 "id": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0", 17446 "keywords": [ 17447 "parallel", 17448 "thread", 17449 "concurrency", 17450 "join", 17451 "performance" 17452 ], 17453 "license": "MIT OR Apache-2.0", 17454 "license_file": null, 17455 "links": null, 17456 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/Cargo.toml", 17457 "metadata": null, 17458 "name": "rayon", 17459 "publish": null, 17460 "readme": "README.md", 17461 "repository": "https://github.com/rayon-rs/rayon", 17462 "rust_version": "1.63", 17463 "source": "registry+https://github.com/rust-lang/crates.io-index", 17464 "targets": [ 17465 { 17466 "crate_types": [ 17467 "lib" 17468 ], 17469 "doc": true, 17470 "doctest": true, 17471 "edition": "2021", 17472 "kind": [ 17473 "lib" 17474 ], 17475 "name": "rayon", 17476 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs", 17477 "test": true 17478 }, 17479 { 17480 "crate_types": [ 17481 "bin" 17482 ], 17483 "doc": false, 17484 "doctest": false, 17485 "edition": "2021", 17486 "kind": [ 17487 "test" 17488 ], 17489 "name": "producer_split_at", 17490 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/producer_split_at.rs", 17491 "test": true 17492 }, 17493 { 17494 "crate_types": [ 17495 "bin" 17496 ], 17497 "doc": false, 17498 "doctest": false, 17499 "edition": "2021", 17500 "kind": [ 17501 "test" 17502 ], 17503 "name": "named-threads", 17504 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/named-threads.rs", 17505 "test": true 17506 }, 17507 { 17508 "crate_types": [ 17509 "bin" 17510 ], 17511 "doc": false, 17512 "doctest": false, 17513 "edition": "2021", 17514 "kind": [ 17515 "test" 17516 ], 17517 "name": "str", 17518 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/str.rs", 17519 "test": true 17520 }, 17521 { 17522 "crate_types": [ 17523 "bin" 17524 ], 17525 "doc": false, 17526 "doctest": false, 17527 "edition": "2021", 17528 "kind": [ 17529 "test" 17530 ], 17531 "name": "sort-panic-safe", 17532 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/sort-panic-safe.rs", 17533 "test": true 17534 }, 17535 { 17536 "crate_types": [ 17537 "bin" 17538 ], 17539 "doc": false, 17540 "doctest": false, 17541 "edition": "2021", 17542 "kind": [ 17543 "test" 17544 ], 17545 "name": "clones", 17546 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/clones.rs", 17547 "test": true 17548 }, 17549 { 17550 "crate_types": [ 17551 "bin" 17552 ], 17553 "doc": false, 17554 "doctest": false, 17555 "edition": "2021", 17556 "kind": [ 17557 "test" 17558 ], 17559 "name": "par_bridge_recursion", 17560 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/par_bridge_recursion.rs", 17561 "test": true 17562 }, 17563 { 17564 "crate_types": [ 17565 "bin" 17566 ], 17567 "doc": false, 17568 "doctest": false, 17569 "edition": "2021", 17570 "kind": [ 17571 "test" 17572 ], 17573 "name": "iter_panic", 17574 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/iter_panic.rs", 17575 "test": true 17576 }, 17577 { 17578 "crate_types": [ 17579 "bin" 17580 ], 17581 "doc": false, 17582 "doctest": false, 17583 "edition": "2021", 17584 "kind": [ 17585 "test" 17586 ], 17587 "name": "intersperse", 17588 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/intersperse.rs", 17589 "test": true 17590 }, 17591 { 17592 "crate_types": [ 17593 "bin" 17594 ], 17595 "doc": false, 17596 "doctest": false, 17597 "edition": "2021", 17598 "kind": [ 17599 "test" 17600 ], 17601 "name": "chars", 17602 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/chars.rs", 17603 "test": true 17604 }, 17605 { 17606 "crate_types": [ 17607 "bin" 17608 ], 17609 "doc": false, 17610 "doctest": false, 17611 "edition": "2021", 17612 "kind": [ 17613 "test" 17614 ], 17615 "name": "octillion", 17616 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/octillion.rs", 17617 "test": true 17618 }, 17619 { 17620 "crate_types": [ 17621 "bin" 17622 ], 17623 "doc": false, 17624 "doctest": false, 17625 "edition": "2021", 17626 "kind": [ 17627 "test" 17628 ], 17629 "name": "collect", 17630 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/collect.rs", 17631 "test": true 17632 }, 17633 { 17634 "crate_types": [ 17635 "bin" 17636 ], 17637 "doc": false, 17638 "doctest": false, 17639 "edition": "2021", 17640 "kind": [ 17641 "test" 17642 ], 17643 "name": "debug", 17644 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/debug.rs", 17645 "test": true 17646 }, 17647 { 17648 "crate_types": [ 17649 "bin" 17650 ], 17651 "doc": false, 17652 "doctest": false, 17653 "edition": "2021", 17654 "kind": [ 17655 "test" 17656 ], 17657 "name": "issue671-unzip", 17658 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671-unzip.rs", 17659 "test": true 17660 }, 17661 { 17662 "crate_types": [ 17663 "bin" 17664 ], 17665 "doc": false, 17666 "doctest": false, 17667 "edition": "2021", 17668 "kind": [ 17669 "test" 17670 ], 17671 "name": "issue671", 17672 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671.rs", 17673 "test": true 17674 }, 17675 { 17676 "crate_types": [ 17677 "bin" 17678 ], 17679 "doc": false, 17680 "doctest": false, 17681 "edition": "2021", 17682 "kind": [ 17683 "test" 17684 ], 17685 "name": "drain_vec", 17686 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/drain_vec.rs", 17687 "test": true 17688 }, 17689 { 17690 "crate_types": [ 17691 "bin" 17692 ], 17693 "doc": false, 17694 "doctest": false, 17695 "edition": "2021", 17696 "kind": [ 17697 "test" 17698 ], 17699 "name": "cross-pool", 17700 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/cross-pool.rs", 17701 "test": true 17702 } 17703 ], 17704 "version": "1.10.0" 17705 }, 17706 { 17707 "authors": [ 17708 "Niko Matsakis <niko@alum.mit.edu>", 17709 "Josh Stone <cuviper@gmail.com>" 17710 ], 17711 "categories": [ 17712 "concurrency" 17713 ], 17714 "default_run": null, 17715 "dependencies": [ 17716 { 17717 "features": [], 17718 "kind": null, 17719 "name": "crossbeam-deque", 17720 "optional": false, 17721 "registry": null, 17722 "rename": null, 17723 "req": "^0.8.1", 17724 "source": "registry+https://github.com/rust-lang/crates.io-index", 17725 "target": null, 17726 "uses_default_features": true 17727 }, 17728 { 17729 "features": [], 17730 "kind": null, 17731 "name": "crossbeam-utils", 17732 "optional": false, 17733 "registry": null, 17734 "rename": null, 17735 "req": "^0.8.0", 17736 "source": "registry+https://github.com/rust-lang/crates.io-index", 17737 "target": null, 17738 "uses_default_features": true 17739 }, 17740 { 17741 "features": [], 17742 "kind": null, 17743 "name": "wasm_sync", 17744 "optional": true, 17745 "registry": null, 17746 "rename": null, 17747 "req": "^0.1.0", 17748 "source": "registry+https://github.com/rust-lang/crates.io-index", 17749 "target": null, 17750 "uses_default_features": true 17751 }, 17752 { 17753 "features": [], 17754 "kind": "dev", 17755 "name": "rand", 17756 "optional": false, 17757 "registry": null, 17758 "rename": null, 17759 "req": "^0.8", 17760 "source": "registry+https://github.com/rust-lang/crates.io-index", 17761 "target": null, 17762 "uses_default_features": true 17763 }, 17764 { 17765 "features": [], 17766 "kind": "dev", 17767 "name": "rand_xorshift", 17768 "optional": false, 17769 "registry": null, 17770 "rename": null, 17771 "req": "^0.3", 17772 "source": "registry+https://github.com/rust-lang/crates.io-index", 17773 "target": null, 17774 "uses_default_features": true 17775 }, 17776 { 17777 "features": [], 17778 "kind": "dev", 17779 "name": "scoped-tls", 17780 "optional": false, 17781 "registry": null, 17782 "rename": null, 17783 "req": "^1.0", 17784 "source": "registry+https://github.com/rust-lang/crates.io-index", 17785 "target": null, 17786 "uses_default_features": true 17787 }, 17788 { 17789 "features": [], 17790 "kind": "dev", 17791 "name": "libc", 17792 "optional": false, 17793 "registry": null, 17794 "rename": null, 17795 "req": "^0.2", 17796 "source": "registry+https://github.com/rust-lang/crates.io-index", 17797 "target": "cfg(unix)", 17798 "uses_default_features": true 17799 } 17800 ], 17801 "description": "Core APIs for Rayon", 17802 "documentation": "https://docs.rs/rayon/", 17803 "edition": "2021", 17804 "features": { 17805 "web_spin_lock": [ 17806 "dep:wasm_sync" 17807 ] 17808 }, 17809 "homepage": null, 17810 "id": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1", 17811 "keywords": [ 17812 "parallel", 17813 "thread", 17814 "concurrency", 17815 "join", 17816 "performance" 17817 ], 17818 "license": "MIT OR Apache-2.0", 17819 "license_file": null, 17820 "links": "rayon-core", 17821 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/Cargo.toml", 17822 "metadata": null, 17823 "name": "rayon-core", 17824 "publish": null, 17825 "readme": "README.md", 17826 "repository": "https://github.com/rayon-rs/rayon", 17827 "rust_version": "1.63", 17828 "source": "registry+https://github.com/rust-lang/crates.io-index", 17829 "targets": [ 17830 { 17831 "crate_types": [ 17832 "lib" 17833 ], 17834 "doc": true, 17835 "doctest": true, 17836 "edition": "2021", 17837 "kind": [ 17838 "lib" 17839 ], 17840 "name": "rayon-core", 17841 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs", 17842 "test": true 17843 }, 17844 { 17845 "crate_types": [ 17846 "bin" 17847 ], 17848 "doc": false, 17849 "doctest": false, 17850 "edition": "2021", 17851 "kind": [ 17852 "test" 17853 ], 17854 "name": "stack_overflow_crash", 17855 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/stack_overflow_crash.rs", 17856 "test": true 17857 }, 17858 { 17859 "crate_types": [ 17860 "bin" 17861 ], 17862 "doc": false, 17863 "doctest": false, 17864 "edition": "2021", 17865 "kind": [ 17866 "test" 17867 ], 17868 "name": "double_init_fail", 17869 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/double_init_fail.rs", 17870 "test": true 17871 }, 17872 { 17873 "crate_types": [ 17874 "bin" 17875 ], 17876 "doc": false, 17877 "doctest": false, 17878 "edition": "2021", 17879 "kind": [ 17880 "test" 17881 ], 17882 "name": "init_zero_threads", 17883 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/init_zero_threads.rs", 17884 "test": true 17885 }, 17886 { 17887 "crate_types": [ 17888 "bin" 17889 ], 17890 "doc": false, 17891 "doctest": false, 17892 "edition": "2021", 17893 "kind": [ 17894 "test" 17895 ], 17896 "name": "scope_join", 17897 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scope_join.rs", 17898 "test": true 17899 }, 17900 { 17901 "crate_types": [ 17902 "bin" 17903 ], 17904 "doc": false, 17905 "doctest": false, 17906 "edition": "2021", 17907 "kind": [ 17908 "test" 17909 ], 17910 "name": "simple_panic", 17911 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/simple_panic.rs", 17912 "test": true 17913 }, 17914 { 17915 "crate_types": [ 17916 "bin" 17917 ], 17918 "doc": false, 17919 "doctest": false, 17920 "edition": "2021", 17921 "kind": [ 17922 "test" 17923 ], 17924 "name": "scoped_threadpool", 17925 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scoped_threadpool.rs", 17926 "test": true 17927 }, 17928 { 17929 "crate_types": [ 17930 "bin" 17931 ], 17932 "doc": false, 17933 "doctest": false, 17934 "edition": "2021", 17935 "kind": [ 17936 "test" 17937 ], 17938 "name": "use_current_thread", 17939 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/use_current_thread.rs", 17940 "test": true 17941 }, 17942 { 17943 "crate_types": [ 17944 "bin" 17945 ], 17946 "doc": false, 17947 "doctest": false, 17948 "edition": "2021", 17949 "kind": [ 17950 "custom-build" 17951 ], 17952 "name": "build-script-build", 17953 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs", 17954 "test": false 17955 } 17956 ], 17957 "version": "1.12.1" 17958 }, 17959 { 17960 "authors": [ 17961 "Jose Narvaez <goyox86@gmail.com>", 17962 "Wesley Hershberger <mggmugginsmc@gmail.com>" 17963 ], 17964 "categories": [], 17965 "default_run": null, 17966 "dependencies": [ 17967 { 17968 "features": [ 17969 "std" 17970 ], 17971 "kind": null, 17972 "name": "getrandom", 17973 "optional": false, 17974 "registry": null, 17975 "rename": null, 17976 "req": "^0.2", 17977 "source": "registry+https://github.com/rust-lang/crates.io-index", 17978 "target": null, 17979 "uses_default_features": true 17980 }, 17981 { 17982 "features": [ 17983 "std", 17984 "call" 17985 ], 17986 "kind": null, 17987 "name": "libredox", 17988 "optional": false, 17989 "registry": null, 17990 "rename": null, 17991 "req": "^0.1.3", 17992 "source": "registry+https://github.com/rust-lang/crates.io-index", 17993 "target": null, 17994 "uses_default_features": false 17995 }, 17996 { 17997 "features": [], 17998 "kind": null, 17999 "name": "rust-argon2", 18000 "optional": true, 18001 "registry": null, 18002 "rename": null, 18003 "req": "^0.8", 18004 "source": "registry+https://github.com/rust-lang/crates.io-index", 18005 "target": null, 18006 "uses_default_features": true 18007 }, 18008 { 18009 "features": [], 18010 "kind": null, 18011 "name": "thiserror", 18012 "optional": false, 18013 "registry": null, 18014 "rename": null, 18015 "req": "^1.0", 18016 "source": "registry+https://github.com/rust-lang/crates.io-index", 18017 "target": null, 18018 "uses_default_features": true 18019 }, 18020 { 18021 "features": [ 18022 "zeroize_derive" 18023 ], 18024 "kind": null, 18025 "name": "zeroize", 18026 "optional": true, 18027 "registry": null, 18028 "rename": null, 18029 "req": "^1.4", 18030 "source": "registry+https://github.com/rust-lang/crates.io-index", 18031 "target": null, 18032 "uses_default_features": true 18033 } 18034 ], 18035 "description": "A Rust library to access Redox users and groups functionality", 18036 "documentation": "https://docs.rs/redox_users", 18037 "edition": "2021", 18038 "features": { 18039 "auth": [ 18040 "rust-argon2", 18041 "zeroize" 18042 ], 18043 "default": [ 18044 "auth" 18045 ], 18046 "rust-argon2": [ 18047 "dep:rust-argon2" 18048 ], 18049 "zeroize": [ 18050 "dep:zeroize" 18051 ] 18052 }, 18053 "homepage": null, 18054 "id": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5", 18055 "keywords": [ 18056 "redox", 18057 "auth" 18058 ], 18059 "license": "MIT", 18060 "license_file": null, 18061 "links": null, 18062 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/Cargo.toml", 18063 "metadata": null, 18064 "name": "redox_users", 18065 "publish": null, 18066 "readme": "README.md", 18067 "repository": "https://gitlab.redox-os.org/redox-os/users", 18068 "rust_version": null, 18069 "source": "registry+https://github.com/rust-lang/crates.io-index", 18070 "targets": [ 18071 { 18072 "crate_types": [ 18073 "lib" 18074 ], 18075 "doc": true, 18076 "doctest": true, 18077 "edition": "2021", 18078 "kind": [ 18079 "lib" 18080 ], 18081 "name": "redox_users", 18082 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/src/lib.rs", 18083 "test": true 18084 } 18085 ], 18086 "version": "0.4.5" 18087 }, 18088 { 18089 "authors": [ 18090 "The Rust Project Developers", 18091 "Andrew Gallant <jamslam@gmail.com>" 18092 ], 18093 "categories": [ 18094 "text-processing" 18095 ], 18096 "default_run": null, 18097 "dependencies": [ 18098 { 18099 "features": [], 18100 "kind": null, 18101 "name": "aho-corasick", 18102 "optional": true, 18103 "registry": null, 18104 "rename": null, 18105 "req": "^1.0.0", 18106 "source": "registry+https://github.com/rust-lang/crates.io-index", 18107 "target": null, 18108 "uses_default_features": false 18109 }, 18110 { 18111 "features": [], 18112 "kind": null, 18113 "name": "memchr", 18114 "optional": true, 18115 "registry": null, 18116 "rename": null, 18117 "req": "^2.6.0", 18118 "source": "registry+https://github.com/rust-lang/crates.io-index", 18119 "target": null, 18120 "uses_default_features": false 18121 }, 18122 { 18123 "features": [ 18124 "alloc", 18125 "syntax", 18126 "meta", 18127 "nfa-pikevm" 18128 ], 18129 "kind": null, 18130 "name": "regex-automata", 18131 "optional": false, 18132 "registry": null, 18133 "rename": null, 18134 "req": "^0.4.4", 18135 "source": "registry+https://github.com/rust-lang/crates.io-index", 18136 "target": null, 18137 "uses_default_features": false 18138 }, 18139 { 18140 "features": [], 18141 "kind": null, 18142 "name": "regex-syntax", 18143 "optional": false, 18144 "registry": null, 18145 "rename": null, 18146 "req": "^0.8.2", 18147 "source": "registry+https://github.com/rust-lang/crates.io-index", 18148 "target": null, 18149 "uses_default_features": false 18150 }, 18151 { 18152 "features": [], 18153 "kind": "dev", 18154 "name": "anyhow", 18155 "optional": false, 18156 "registry": null, 18157 "rename": null, 18158 "req": "^1.0.69", 18159 "source": "registry+https://github.com/rust-lang/crates.io-index", 18160 "target": null, 18161 "uses_default_features": true 18162 }, 18163 { 18164 "features": [], 18165 "kind": "dev", 18166 "name": "doc-comment", 18167 "optional": false, 18168 "registry": null, 18169 "rename": null, 18170 "req": "^0.3", 18171 "source": "registry+https://github.com/rust-lang/crates.io-index", 18172 "target": null, 18173 "uses_default_features": true 18174 }, 18175 { 18176 "features": [ 18177 "atty", 18178 "humantime", 18179 "termcolor" 18180 ], 18181 "kind": "dev", 18182 "name": "env_logger", 18183 "optional": false, 18184 "registry": null, 18185 "rename": null, 18186 "req": "^0.9.3", 18187 "source": "registry+https://github.com/rust-lang/crates.io-index", 18188 "target": null, 18189 "uses_default_features": false 18190 }, 18191 { 18192 "features": [], 18193 "kind": "dev", 18194 "name": "once_cell", 18195 "optional": false, 18196 "registry": null, 18197 "rename": null, 18198 "req": "^1.17.1", 18199 "source": "registry+https://github.com/rust-lang/crates.io-index", 18200 "target": null, 18201 "uses_default_features": true 18202 }, 18203 { 18204 "features": [], 18205 "kind": "dev", 18206 "name": "quickcheck", 18207 "optional": false, 18208 "registry": null, 18209 "rename": null, 18210 "req": "^1.0.3", 18211 "source": "registry+https://github.com/rust-lang/crates.io-index", 18212 "target": null, 18213 "uses_default_features": false 18214 }, 18215 { 18216 "features": [], 18217 "kind": "dev", 18218 "name": "regex-test", 18219 "optional": false, 18220 "registry": null, 18221 "rename": null, 18222 "req": "^0.1.0", 18223 "source": "registry+https://github.com/rust-lang/crates.io-index", 18224 "target": null, 18225 "uses_default_features": true 18226 } 18227 ], 18228 "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n", 18229 "documentation": "https://docs.rs/regex", 18230 "edition": "2021", 18231 "features": { 18232 "default": [ 18233 "std", 18234 "perf", 18235 "unicode", 18236 "regex-syntax/default" 18237 ], 18238 "logging": [ 18239 "aho-corasick?/logging", 18240 "memchr?/logging", 18241 "regex-automata/logging" 18242 ], 18243 "pattern": [], 18244 "perf": [ 18245 "perf-cache", 18246 "perf-dfa", 18247 "perf-onepass", 18248 "perf-backtrack", 18249 "perf-inline", 18250 "perf-literal" 18251 ], 18252 "perf-backtrack": [ 18253 "regex-automata/nfa-backtrack" 18254 ], 18255 "perf-cache": [], 18256 "perf-dfa": [ 18257 "regex-automata/hybrid" 18258 ], 18259 "perf-dfa-full": [ 18260 "regex-automata/dfa-build", 18261 "regex-automata/dfa-search" 18262 ], 18263 "perf-inline": [ 18264 "regex-automata/perf-inline" 18265 ], 18266 "perf-literal": [ 18267 "dep:aho-corasick", 18268 "dep:memchr", 18269 "regex-automata/perf-literal" 18270 ], 18271 "perf-onepass": [ 18272 "regex-automata/dfa-onepass" 18273 ], 18274 "std": [ 18275 "aho-corasick?/std", 18276 "memchr?/std", 18277 "regex-automata/std", 18278 "regex-syntax/std" 18279 ], 18280 "unicode": [ 18281 "unicode-age", 18282 "unicode-bool", 18283 "unicode-case", 18284 "unicode-gencat", 18285 "unicode-perl", 18286 "unicode-script", 18287 "unicode-segment", 18288 "regex-automata/unicode", 18289 "regex-syntax/unicode" 18290 ], 18291 "unicode-age": [ 18292 "regex-automata/unicode-age", 18293 "regex-syntax/unicode-age" 18294 ], 18295 "unicode-bool": [ 18296 "regex-automata/unicode-bool", 18297 "regex-syntax/unicode-bool" 18298 ], 18299 "unicode-case": [ 18300 "regex-automata/unicode-case", 18301 "regex-syntax/unicode-case" 18302 ], 18303 "unicode-gencat": [ 18304 "regex-automata/unicode-gencat", 18305 "regex-syntax/unicode-gencat" 18306 ], 18307 "unicode-perl": [ 18308 "regex-automata/unicode-perl", 18309 "regex-automata/unicode-word-boundary", 18310 "regex-syntax/unicode-perl" 18311 ], 18312 "unicode-script": [ 18313 "regex-automata/unicode-script", 18314 "regex-syntax/unicode-script" 18315 ], 18316 "unicode-segment": [ 18317 "regex-automata/unicode-segment", 18318 "regex-syntax/unicode-segment" 18319 ], 18320 "unstable": [ 18321 "pattern" 18322 ], 18323 "use_std": [ 18324 "std" 18325 ] 18326 }, 18327 "homepage": "https://github.com/rust-lang/regex", 18328 "id": "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4", 18329 "keywords": [], 18330 "license": "MIT OR Apache-2.0", 18331 "license_file": null, 18332 "links": null, 18333 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/Cargo.toml", 18334 "metadata": { 18335 "docs": { 18336 "rs": { 18337 "all-features": true, 18338 "rustdoc-args": [ 18339 "--cfg", 18340 "docsrs" 18341 ] 18342 } 18343 } 18344 }, 18345 "name": "regex", 18346 "publish": null, 18347 "readme": "README.md", 18348 "repository": "https://github.com/rust-lang/regex", 18349 "rust_version": "1.65", 18350 "source": "registry+https://github.com/rust-lang/crates.io-index", 18351 "targets": [ 18352 { 18353 "crate_types": [ 18354 "lib" 18355 ], 18356 "doc": true, 18357 "doctest": true, 18358 "edition": "2021", 18359 "kind": [ 18360 "lib" 18361 ], 18362 "name": "regex", 18363 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs", 18364 "test": true 18365 }, 18366 { 18367 "crate_types": [ 18368 "bin" 18369 ], 18370 "doc": false, 18371 "doctest": false, 18372 "edition": "2021", 18373 "kind": [ 18374 "test" 18375 ], 18376 "name": "integration", 18377 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/tests/lib.rs", 18378 "test": true 18379 } 18380 ], 18381 "version": "1.10.4" 18382 }, 18383 { 18384 "authors": [ 18385 "The Rust Project Developers", 18386 "Andrew Gallant <jamslam@gmail.com>" 18387 ], 18388 "categories": [ 18389 "text-processing" 18390 ], 18391 "default_run": null, 18392 "dependencies": [ 18393 { 18394 "features": [], 18395 "kind": null, 18396 "name": "aho-corasick", 18397 "optional": true, 18398 "registry": null, 18399 "rename": null, 18400 "req": "^1.0.0", 18401 "source": "registry+https://github.com/rust-lang/crates.io-index", 18402 "target": null, 18403 "uses_default_features": false 18404 }, 18405 { 18406 "features": [], 18407 "kind": null, 18408 "name": "log", 18409 "optional": true, 18410 "registry": null, 18411 "rename": null, 18412 "req": "^0.4.14", 18413 "source": "registry+https://github.com/rust-lang/crates.io-index", 18414 "target": null, 18415 "uses_default_features": true 18416 }, 18417 { 18418 "features": [], 18419 "kind": null, 18420 "name": "memchr", 18421 "optional": true, 18422 "registry": null, 18423 "rename": null, 18424 "req": "^2.6.0", 18425 "source": "registry+https://github.com/rust-lang/crates.io-index", 18426 "target": null, 18427 "uses_default_features": false 18428 }, 18429 { 18430 "features": [], 18431 "kind": null, 18432 "name": "regex-syntax", 18433 "optional": true, 18434 "registry": null, 18435 "rename": null, 18436 "req": "^0.8.2", 18437 "source": "registry+https://github.com/rust-lang/crates.io-index", 18438 "target": null, 18439 "uses_default_features": false 18440 }, 18441 { 18442 "features": [], 18443 "kind": "dev", 18444 "name": "anyhow", 18445 "optional": false, 18446 "registry": null, 18447 "rename": null, 18448 "req": "^1.0.69", 18449 "source": "registry+https://github.com/rust-lang/crates.io-index", 18450 "target": null, 18451 "uses_default_features": true 18452 }, 18453 { 18454 "features": [ 18455 "std" 18456 ], 18457 "kind": "dev", 18458 "name": "bstr", 18459 "optional": false, 18460 "registry": null, 18461 "rename": null, 18462 "req": "^1.3.0", 18463 "source": "registry+https://github.com/rust-lang/crates.io-index", 18464 "target": null, 18465 "uses_default_features": false 18466 }, 18467 { 18468 "features": [], 18469 "kind": "dev", 18470 "name": "doc-comment", 18471 "optional": false, 18472 "registry": null, 18473 "rename": null, 18474 "req": "^0.3.3", 18475 "source": "registry+https://github.com/rust-lang/crates.io-index", 18476 "target": null, 18477 "uses_default_features": true 18478 }, 18479 { 18480 "features": [ 18481 "atty", 18482 "humantime", 18483 "termcolor" 18484 ], 18485 "kind": "dev", 18486 "name": "env_logger", 18487 "optional": false, 18488 "registry": null, 18489 "rename": null, 18490 "req": "^0.9.3", 18491 "source": "registry+https://github.com/rust-lang/crates.io-index", 18492 "target": null, 18493 "uses_default_features": false 18494 }, 18495 { 18496 "features": [], 18497 "kind": "dev", 18498 "name": "quickcheck", 18499 "optional": false, 18500 "registry": null, 18501 "rename": null, 18502 "req": "^1.0.3", 18503 "source": "registry+https://github.com/rust-lang/crates.io-index", 18504 "target": null, 18505 "uses_default_features": false 18506 }, 18507 { 18508 "features": [], 18509 "kind": "dev", 18510 "name": "regex-test", 18511 "optional": false, 18512 "registry": null, 18513 "rename": null, 18514 "req": "^0.1.0", 18515 "source": "registry+https://github.com/rust-lang/crates.io-index", 18516 "target": null, 18517 "uses_default_features": true 18518 } 18519 ], 18520 "description": "Automata construction and matching using regular expressions.", 18521 "documentation": "https://docs.rs/regex-automata", 18522 "edition": "2021", 18523 "features": { 18524 "alloc": [], 18525 "default": [ 18526 "std", 18527 "syntax", 18528 "perf", 18529 "unicode", 18530 "meta", 18531 "nfa", 18532 "dfa", 18533 "hybrid" 18534 ], 18535 "dfa": [ 18536 "dfa-build", 18537 "dfa-search", 18538 "dfa-onepass" 18539 ], 18540 "dfa-build": [ 18541 "nfa-thompson", 18542 "dfa-search" 18543 ], 18544 "dfa-onepass": [ 18545 "nfa-thompson" 18546 ], 18547 "dfa-search": [], 18548 "hybrid": [ 18549 "alloc", 18550 "nfa-thompson" 18551 ], 18552 "internal-instrument": [ 18553 "internal-instrument-pikevm" 18554 ], 18555 "internal-instrument-pikevm": [ 18556 "logging", 18557 "std" 18558 ], 18559 "logging": [ 18560 "dep:log", 18561 "aho-corasick?/logging", 18562 "memchr?/logging" 18563 ], 18564 "meta": [ 18565 "syntax", 18566 "nfa-pikevm" 18567 ], 18568 "nfa": [ 18569 "nfa-thompson", 18570 "nfa-pikevm", 18571 "nfa-backtrack" 18572 ], 18573 "nfa-backtrack": [ 18574 "nfa-thompson" 18575 ], 18576 "nfa-pikevm": [ 18577 "nfa-thompson" 18578 ], 18579 "nfa-thompson": [ 18580 "alloc" 18581 ], 18582 "perf": [ 18583 "perf-inline", 18584 "perf-literal" 18585 ], 18586 "perf-inline": [], 18587 "perf-literal": [ 18588 "perf-literal-substring", 18589 "perf-literal-multisubstring" 18590 ], 18591 "perf-literal-multisubstring": [ 18592 "std", 18593 "dep:aho-corasick" 18594 ], 18595 "perf-literal-substring": [ 18596 "aho-corasick?/perf-literal", 18597 "dep:memchr" 18598 ], 18599 "std": [ 18600 "regex-syntax?/std", 18601 "memchr?/std", 18602 "aho-corasick?/std", 18603 "alloc" 18604 ], 18605 "syntax": [ 18606 "dep:regex-syntax", 18607 "alloc" 18608 ], 18609 "unicode": [ 18610 "unicode-age", 18611 "unicode-bool", 18612 "unicode-case", 18613 "unicode-gencat", 18614 "unicode-perl", 18615 "unicode-script", 18616 "unicode-segment", 18617 "unicode-word-boundary", 18618 "regex-syntax?/unicode" 18619 ], 18620 "unicode-age": [ 18621 "regex-syntax?/unicode-age" 18622 ], 18623 "unicode-bool": [ 18624 "regex-syntax?/unicode-bool" 18625 ], 18626 "unicode-case": [ 18627 "regex-syntax?/unicode-case" 18628 ], 18629 "unicode-gencat": [ 18630 "regex-syntax?/unicode-gencat" 18631 ], 18632 "unicode-perl": [ 18633 "regex-syntax?/unicode-perl" 18634 ], 18635 "unicode-script": [ 18636 "regex-syntax?/unicode-script" 18637 ], 18638 "unicode-segment": [ 18639 "regex-syntax?/unicode-segment" 18640 ], 18641 "unicode-word-boundary": [] 18642 }, 18643 "homepage": null, 18644 "id": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6", 18645 "keywords": [ 18646 "regex", 18647 "dfa", 18648 "automata", 18649 "automaton", 18650 "nfa" 18651 ], 18652 "license": "MIT OR Apache-2.0", 18653 "license_file": null, 18654 "links": null, 18655 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/Cargo.toml", 18656 "metadata": null, 18657 "name": "regex-automata", 18658 "publish": null, 18659 "readme": "README.md", 18660 "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata", 18661 "rust_version": "1.65", 18662 "source": "registry+https://github.com/rust-lang/crates.io-index", 18663 "targets": [ 18664 { 18665 "crate_types": [ 18666 "lib" 18667 ], 18668 "doc": true, 18669 "doctest": true, 18670 "edition": "2021", 18671 "kind": [ 18672 "lib" 18673 ], 18674 "name": "regex-automata", 18675 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs", 18676 "test": true 18677 }, 18678 { 18679 "crate_types": [ 18680 "bin" 18681 ], 18682 "doc": false, 18683 "doctest": false, 18684 "edition": "2021", 18685 "kind": [ 18686 "test" 18687 ], 18688 "name": "integration", 18689 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/tests/lib.rs", 18690 "test": true 18691 } 18692 ], 18693 "version": "0.4.6" 18694 }, 18695 { 18696 "authors": [ 18697 "The Rust Project Developers", 18698 "Andrew Gallant <jamslam@gmail.com>" 18699 ], 18700 "categories": [], 18701 "default_run": null, 18702 "dependencies": [ 18703 { 18704 "features": [ 18705 "derive" 18706 ], 18707 "kind": null, 18708 "name": "arbitrary", 18709 "optional": true, 18710 "registry": null, 18711 "rename": null, 18712 "req": "^1.3.0", 18713 "source": "registry+https://github.com/rust-lang/crates.io-index", 18714 "target": null, 18715 "uses_default_features": true 18716 } 18717 ], 18718 "description": "A regular expression parser.", 18719 "documentation": "https://docs.rs/regex-syntax", 18720 "edition": "2021", 18721 "features": { 18722 "arbitrary": [ 18723 "dep:arbitrary" 18724 ], 18725 "default": [ 18726 "std", 18727 "unicode" 18728 ], 18729 "std": [], 18730 "unicode": [ 18731 "unicode-age", 18732 "unicode-bool", 18733 "unicode-case", 18734 "unicode-gencat", 18735 "unicode-perl", 18736 "unicode-script", 18737 "unicode-segment" 18738 ], 18739 "unicode-age": [], 18740 "unicode-bool": [], 18741 "unicode-case": [], 18742 "unicode-gencat": [], 18743 "unicode-perl": [], 18744 "unicode-script": [], 18745 "unicode-segment": [] 18746 }, 18747 "homepage": null, 18748 "id": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3", 18749 "keywords": [], 18750 "license": "MIT OR Apache-2.0", 18751 "license_file": null, 18752 "links": null, 18753 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/Cargo.toml", 18754 "metadata": { 18755 "docs": { 18756 "rs": { 18757 "all-features": true, 18758 "rustdoc-args": [ 18759 "--cfg", 18760 "docsrs" 18761 ] 18762 } 18763 } 18764 }, 18765 "name": "regex-syntax", 18766 "publish": null, 18767 "readme": "README.md", 18768 "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", 18769 "rust_version": "1.65", 18770 "source": "registry+https://github.com/rust-lang/crates.io-index", 18771 "targets": [ 18772 { 18773 "crate_types": [ 18774 "lib" 18775 ], 18776 "doc": true, 18777 "doctest": true, 18778 "edition": "2021", 18779 "kind": [ 18780 "lib" 18781 ], 18782 "name": "regex-syntax", 18783 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/src/lib.rs", 18784 "test": true 18785 }, 18786 { 18787 "crate_types": [ 18788 "bin" 18789 ], 18790 "doc": false, 18791 "doctest": false, 18792 "edition": "2021", 18793 "kind": [ 18794 "bench" 18795 ], 18796 "name": "bench", 18797 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/benches/bench.rs", 18798 "test": false 18799 } 18800 ], 18801 "version": "0.8.3" 18802 }, 18803 { 18804 "authors": [ 18805 "Dirkjan Ochtman <dirkjan@ochtman.nl>", 18806 "Marvin Löbel <loebel.marvin@gmail.com>" 18807 ], 18808 "categories": [], 18809 "default_run": null, 18810 "dependencies": [ 18811 { 18812 "features": [], 18813 "kind": null, 18814 "name": "semver", 18815 "optional": false, 18816 "registry": null, 18817 "rename": null, 18818 "req": "^1.0", 18819 "source": "registry+https://github.com/rust-lang/crates.io-index", 18820 "target": null, 18821 "uses_default_features": true 18822 }, 18823 { 18824 "features": [], 18825 "kind": "dev", 18826 "name": "doc-comment", 18827 "optional": false, 18828 "registry": null, 18829 "rename": null, 18830 "req": "^0.3", 18831 "source": "registry+https://github.com/rust-lang/crates.io-index", 18832 "target": null, 18833 "uses_default_features": true 18834 } 18835 ], 18836 "description": "A library for querying the version of a installed rustc compiler", 18837 "documentation": "https://docs.rs/rustc_version/", 18838 "edition": "2018", 18839 "features": {}, 18840 "homepage": null, 18841 "id": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0", 18842 "keywords": [ 18843 "version", 18844 "rustc" 18845 ], 18846 "license": "MIT/Apache-2.0", 18847 "license_file": null, 18848 "links": null, 18849 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/Cargo.toml", 18850 "metadata": null, 18851 "name": "rustc_version", 18852 "publish": null, 18853 "readme": "README.md", 18854 "repository": "https://github.com/Kimundi/rustc-version-rs", 18855 "rust_version": null, 18856 "source": "registry+https://github.com/rust-lang/crates.io-index", 18857 "targets": [ 18858 { 18859 "crate_types": [ 18860 "lib" 18861 ], 18862 "doc": true, 18863 "doctest": true, 18864 "edition": "2018", 18865 "kind": [ 18866 "lib" 18867 ], 18868 "name": "rustc_version", 18869 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs", 18870 "test": true 18871 }, 18872 { 18873 "crate_types": [ 18874 "bin" 18875 ], 18876 "doc": false, 18877 "doctest": false, 18878 "edition": "2018", 18879 "kind": [ 18880 "test" 18881 ], 18882 "name": "all", 18883 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/tests/all.rs", 18884 "test": true 18885 } 18886 ], 18887 "version": "0.4.0" 18888 }, 18889 { 18890 "authors": [ 18891 "David Tolnay <dtolnay@gmail.com>" 18892 ], 18893 "categories": [ 18894 "value-formatting", 18895 "no-std", 18896 "no-std::no-alloc" 18897 ], 18898 "default_run": null, 18899 "dependencies": [ 18900 { 18901 "features": [], 18902 "kind": null, 18903 "name": "no-panic", 18904 "optional": true, 18905 "registry": null, 18906 "rename": null, 18907 "req": "^0.1", 18908 "source": "registry+https://github.com/rust-lang/crates.io-index", 18909 "target": null, 18910 "uses_default_features": true 18911 }, 18912 { 18913 "features": [], 18914 "kind": "dev", 18915 "name": "num_cpus", 18916 "optional": false, 18917 "registry": null, 18918 "rename": null, 18919 "req": "^1.8", 18920 "source": "registry+https://github.com/rust-lang/crates.io-index", 18921 "target": null, 18922 "uses_default_features": true 18923 }, 18924 { 18925 "features": [], 18926 "kind": "dev", 18927 "name": "rand", 18928 "optional": false, 18929 "registry": null, 18930 "rename": null, 18931 "req": "^0.8", 18932 "source": "registry+https://github.com/rust-lang/crates.io-index", 18933 "target": null, 18934 "uses_default_features": true 18935 }, 18936 { 18937 "features": [], 18938 "kind": "dev", 18939 "name": "rand_xorshift", 18940 "optional": false, 18941 "registry": null, 18942 "rename": null, 18943 "req": "^0.3", 18944 "source": "registry+https://github.com/rust-lang/crates.io-index", 18945 "target": null, 18946 "uses_default_features": true 18947 } 18948 ], 18949 "description": "Fast floating point to string conversion", 18950 "documentation": "https://docs.rs/ryu", 18951 "edition": "2018", 18952 "features": { 18953 "no-panic": [ 18954 "dep:no-panic" 18955 ], 18956 "small": [] 18957 }, 18958 "homepage": null, 18959 "id": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17", 18960 "keywords": [ 18961 "float" 18962 ], 18963 "license": "Apache-2.0 OR BSL-1.0", 18964 "license_file": null, 18965 "links": null, 18966 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/Cargo.toml", 18967 "metadata": { 18968 "docs": { 18969 "rs": { 18970 "rustdoc-args": [ 18971 "--generate-link-to-definition" 18972 ], 18973 "targets": [ 18974 "x86_64-unknown-linux-gnu" 18975 ] 18976 } 18977 } 18978 }, 18979 "name": "ryu", 18980 "publish": null, 18981 "readme": "README.md", 18982 "repository": "https://github.com/dtolnay/ryu", 18983 "rust_version": "1.36", 18984 "source": "registry+https://github.com/rust-lang/crates.io-index", 18985 "targets": [ 18986 { 18987 "crate_types": [ 18988 "lib" 18989 ], 18990 "doc": true, 18991 "doctest": true, 18992 "edition": "2018", 18993 "kind": [ 18994 "lib" 18995 ], 18996 "name": "ryu", 18997 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/src/lib.rs", 18998 "test": true 18999 }, 19000 { 19001 "crate_types": [ 19002 "bin" 19003 ], 19004 "doc": false, 19005 "doctest": false, 19006 "edition": "2018", 19007 "kind": [ 19008 "example" 19009 ], 19010 "name": "upstream_benchmark", 19011 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/examples/upstream_benchmark.rs", 19012 "test": false 19013 }, 19014 { 19015 "crate_types": [ 19016 "bin" 19017 ], 19018 "doc": false, 19019 "doctest": false, 19020 "edition": "2018", 19021 "kind": [ 19022 "test" 19023 ], 19024 "name": "exhaustive", 19025 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/exhaustive.rs", 19026 "test": true 19027 }, 19028 { 19029 "crate_types": [ 19030 "bin" 19031 ], 19032 "doc": false, 19033 "doctest": false, 19034 "edition": "2018", 19035 "kind": [ 19036 "test" 19037 ], 19038 "name": "common_test", 19039 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/common_test.rs", 19040 "test": true 19041 }, 19042 { 19043 "crate_types": [ 19044 "bin" 19045 ], 19046 "doc": false, 19047 "doctest": false, 19048 "edition": "2018", 19049 "kind": [ 19050 "test" 19051 ], 19052 "name": "d2s_table_test", 19053 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_table_test.rs", 19054 "test": true 19055 }, 19056 { 19057 "crate_types": [ 19058 "bin" 19059 ], 19060 "doc": false, 19061 "doctest": false, 19062 "edition": "2018", 19063 "kind": [ 19064 "test" 19065 ], 19066 "name": "d2s_test", 19067 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_test.rs", 19068 "test": true 19069 }, 19070 { 19071 "crate_types": [ 19072 "bin" 19073 ], 19074 "doc": false, 19075 "doctest": false, 19076 "edition": "2018", 19077 "kind": [ 19078 "test" 19079 ], 19080 "name": "d2s_intrinsics_test", 19081 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_intrinsics_test.rs", 19082 "test": true 19083 }, 19084 { 19085 "crate_types": [ 19086 "bin" 19087 ], 19088 "doc": false, 19089 "doctest": false, 19090 "edition": "2018", 19091 "kind": [ 19092 "test" 19093 ], 19094 "name": "s2d_test", 19095 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2d_test.rs", 19096 "test": true 19097 }, 19098 { 19099 "crate_types": [ 19100 "bin" 19101 ], 19102 "doc": false, 19103 "doctest": false, 19104 "edition": "2018", 19105 "kind": [ 19106 "test" 19107 ], 19108 "name": "s2f_test", 19109 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2f_test.rs", 19110 "test": true 19111 }, 19112 { 19113 "crate_types": [ 19114 "bin" 19115 ], 19116 "doc": false, 19117 "doctest": false, 19118 "edition": "2018", 19119 "kind": [ 19120 "test" 19121 ], 19122 "name": "f2s_test", 19123 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/f2s_test.rs", 19124 "test": true 19125 }, 19126 { 19127 "crate_types": [ 19128 "bin" 19129 ], 19130 "doc": false, 19131 "doctest": false, 19132 "edition": "2018", 19133 "kind": [ 19134 "bench" 19135 ], 19136 "name": "bench", 19137 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/benches/bench.rs", 19138 "test": false 19139 } 19140 ], 19141 "version": "1.0.17" 19142 }, 19143 { 19144 "authors": [ 19145 "Andrew Gallant <jamslam@gmail.com>" 19146 ], 19147 "categories": [], 19148 "default_run": null, 19149 "dependencies": [ 19150 { 19151 "features": [], 19152 "kind": "dev", 19153 "name": "doc-comment", 19154 "optional": false, 19155 "registry": null, 19156 "rename": null, 19157 "req": "^0.3", 19158 "source": "registry+https://github.com/rust-lang/crates.io-index", 19159 "target": null, 19160 "uses_default_features": true 19161 }, 19162 { 19163 "features": [], 19164 "kind": null, 19165 "name": "winapi-util", 19166 "optional": false, 19167 "registry": null, 19168 "rename": null, 19169 "req": "^0.1.1", 19170 "source": "registry+https://github.com/rust-lang/crates.io-index", 19171 "target": "cfg(windows)", 19172 "uses_default_features": true 19173 } 19174 ], 19175 "description": "A simple crate for determining whether two file paths point to the same file.\n", 19176 "documentation": "https://docs.rs/same-file", 19177 "edition": "2018", 19178 "features": {}, 19179 "homepage": "https://github.com/BurntSushi/same-file", 19180 "id": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6", 19181 "keywords": [ 19182 "same", 19183 "file", 19184 "equal", 19185 "inode" 19186 ], 19187 "license": "Unlicense/MIT", 19188 "license_file": null, 19189 "links": null, 19190 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml", 19191 "metadata": null, 19192 "name": "same-file", 19193 "publish": null, 19194 "readme": "README.md", 19195 "repository": "https://github.com/BurntSushi/same-file", 19196 "rust_version": null, 19197 "source": "registry+https://github.com/rust-lang/crates.io-index", 19198 "targets": [ 19199 { 19200 "crate_types": [ 19201 "lib" 19202 ], 19203 "doc": true, 19204 "doctest": true, 19205 "edition": "2018", 19206 "kind": [ 19207 "lib" 19208 ], 19209 "name": "same-file", 19210 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs", 19211 "test": true 19212 }, 19213 { 19214 "crate_types": [ 19215 "bin" 19216 ], 19217 "doc": false, 19218 "doctest": false, 19219 "edition": "2018", 19220 "kind": [ 19221 "example" 19222 ], 19223 "name": "is_stderr", 19224 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs", 19225 "test": false 19226 }, 19227 { 19228 "crate_types": [ 19229 "bin" 19230 ], 19231 "doc": false, 19232 "doctest": false, 19233 "edition": "2018", 19234 "kind": [ 19235 "example" 19236 ], 19237 "name": "is_same_file", 19238 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs", 19239 "test": false 19240 } 19241 ], 19242 "version": "1.0.6" 19243 }, 19244 { 19245 "authors": [ 19246 "Alex Crichton <alex@alexcrichton.com>" 19247 ], 19248 "categories": [], 19249 "default_run": null, 19250 "dependencies": [], 19251 "description": "Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n", 19252 "documentation": "https://docs.rs/scoped-tls", 19253 "edition": "2015", 19254 "features": {}, 19255 "homepage": "https://github.com/alexcrichton/scoped-tls", 19256 "id": "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1", 19257 "keywords": [], 19258 "license": "MIT/Apache-2.0", 19259 "license_file": null, 19260 "links": null, 19261 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml", 19262 "metadata": null, 19263 "name": "scoped-tls", 19264 "publish": null, 19265 "readme": "README.md", 19266 "repository": "https://github.com/alexcrichton/scoped-tls", 19267 "rust_version": "1.59", 19268 "source": "registry+https://github.com/rust-lang/crates.io-index", 19269 "targets": [ 19270 { 19271 "crate_types": [ 19272 "lib" 19273 ], 19274 "doc": true, 19275 "doctest": true, 19276 "edition": "2015", 19277 "kind": [ 19278 "lib" 19279 ], 19280 "name": "scoped-tls", 19281 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs", 19282 "test": true 19283 } 19284 ], 19285 "version": "1.0.1" 19286 }, 19287 { 19288 "authors": [ 19289 "David Tolnay <dtolnay@gmail.com>" 19290 ], 19291 "categories": [ 19292 "data-structures", 19293 "no-std" 19294 ], 19295 "default_run": null, 19296 "dependencies": [ 19297 { 19298 "features": [], 19299 "kind": null, 19300 "name": "serde", 19301 "optional": true, 19302 "registry": null, 19303 "rename": null, 19304 "req": "^1.0.194", 19305 "source": "registry+https://github.com/rust-lang/crates.io-index", 19306 "target": null, 19307 "uses_default_features": false 19308 } 19309 ], 19310 "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning", 19311 "documentation": "https://docs.rs/semver", 19312 "edition": "2018", 19313 "features": { 19314 "default": [ 19315 "std" 19316 ], 19317 "serde": [ 19318 "dep:serde" 19319 ], 19320 "std": [] 19321 }, 19322 "homepage": null, 19323 "id": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22", 19324 "keywords": [ 19325 "cargo" 19326 ], 19327 "license": "MIT OR Apache-2.0", 19328 "license_file": null, 19329 "links": null, 19330 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/Cargo.toml", 19331 "metadata": { 19332 "docs": { 19333 "rs": { 19334 "rustdoc-args": [ 19335 "--cfg", 19336 "doc_cfg", 19337 "--generate-link-to-definition" 19338 ], 19339 "targets": [ 19340 "x86_64-unknown-linux-gnu" 19341 ] 19342 } 19343 } 19344 }, 19345 "name": "semver", 19346 "publish": null, 19347 "readme": "README.md", 19348 "repository": "https://github.com/dtolnay/semver", 19349 "rust_version": "1.31", 19350 "source": "registry+https://github.com/rust-lang/crates.io-index", 19351 "targets": [ 19352 { 19353 "crate_types": [ 19354 "lib" 19355 ], 19356 "doc": true, 19357 "doctest": true, 19358 "edition": "2018", 19359 "kind": [ 19360 "lib" 19361 ], 19362 "name": "semver", 19363 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs", 19364 "test": true 19365 }, 19366 { 19367 "crate_types": [ 19368 "bin" 19369 ], 19370 "doc": false, 19371 "doctest": false, 19372 "edition": "2018", 19373 "kind": [ 19374 "test" 19375 ], 19376 "name": "test_identifier", 19377 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_identifier.rs", 19378 "test": true 19379 }, 19380 { 19381 "crate_types": [ 19382 "bin" 19383 ], 19384 "doc": false, 19385 "doctest": false, 19386 "edition": "2018", 19387 "kind": [ 19388 "test" 19389 ], 19390 "name": "test_autotrait", 19391 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_autotrait.rs", 19392 "test": true 19393 }, 19394 { 19395 "crate_types": [ 19396 "bin" 19397 ], 19398 "doc": false, 19399 "doctest": false, 19400 "edition": "2018", 19401 "kind": [ 19402 "test" 19403 ], 19404 "name": "test_version", 19405 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_version.rs", 19406 "test": true 19407 }, 19408 { 19409 "crate_types": [ 19410 "bin" 19411 ], 19412 "doc": false, 19413 "doctest": false, 19414 "edition": "2018", 19415 "kind": [ 19416 "test" 19417 ], 19418 "name": "test_version_req", 19419 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/tests/test_version_req.rs", 19420 "test": true 19421 }, 19422 { 19423 "crate_types": [ 19424 "bin" 19425 ], 19426 "doc": false, 19427 "doctest": false, 19428 "edition": "2018", 19429 "kind": [ 19430 "bench" 19431 ], 19432 "name": "parse", 19433 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/benches/parse.rs", 19434 "test": false 19435 }, 19436 { 19437 "crate_types": [ 19438 "bin" 19439 ], 19440 "doc": false, 19441 "doctest": false, 19442 "edition": "2018", 19443 "kind": [ 19444 "custom-build" 19445 ], 19446 "name": "build-script-build", 19447 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs", 19448 "test": false 19449 } 19450 ], 19451 "version": "1.0.22" 19452 }, 19453 { 19454 "authors": [ 19455 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 19456 "David Tolnay <dtolnay@gmail.com>" 19457 ], 19458 "categories": [ 19459 "encoding", 19460 "no-std", 19461 "no-std::no-alloc" 19462 ], 19463 "default_run": null, 19464 "dependencies": [ 19465 { 19466 "features": [], 19467 "kind": null, 19468 "name": "serde_derive", 19469 "optional": true, 19470 "registry": null, 19471 "rename": null, 19472 "req": "^1", 19473 "source": "registry+https://github.com/rust-lang/crates.io-index", 19474 "target": null, 19475 "uses_default_features": true 19476 }, 19477 { 19478 "features": [], 19479 "kind": "dev", 19480 "name": "serde_derive", 19481 "optional": false, 19482 "registry": null, 19483 "rename": null, 19484 "req": "^1", 19485 "source": "registry+https://github.com/rust-lang/crates.io-index", 19486 "target": null, 19487 "uses_default_features": true 19488 }, 19489 { 19490 "features": [], 19491 "kind": null, 19492 "name": "serde_derive", 19493 "optional": false, 19494 "registry": null, 19495 "rename": null, 19496 "req": "=1.0.197", 19497 "source": "registry+https://github.com/rust-lang/crates.io-index", 19498 "target": "cfg(any())", 19499 "uses_default_features": true 19500 } 19501 ], 19502 "description": "A generic serialization/deserialization framework", 19503 "documentation": "https://docs.rs/serde", 19504 "edition": "2018", 19505 "features": { 19506 "alloc": [], 19507 "default": [ 19508 "std" 19509 ], 19510 "derive": [ 19511 "serde_derive" 19512 ], 19513 "rc": [], 19514 "serde_derive": [ 19515 "dep:serde_derive" 19516 ], 19517 "std": [], 19518 "unstable": [] 19519 }, 19520 "homepage": "https://serde.rs", 19521 "id": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", 19522 "keywords": [ 19523 "serde", 19524 "serialization", 19525 "no_std" 19526 ], 19527 "license": "MIT OR Apache-2.0", 19528 "license_file": null, 19529 "links": null, 19530 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/Cargo.toml", 19531 "metadata": { 19532 "docs": { 19533 "rs": { 19534 "features": [ 19535 "derive", 19536 "rc", 19537 "unstable" 19538 ], 19539 "rustdoc-args": [ 19540 "--cfg", 19541 "doc_cfg", 19542 "--generate-link-to-definition" 19543 ], 19544 "targets": [ 19545 "x86_64-unknown-linux-gnu" 19546 ] 19547 } 19548 }, 19549 "playground": { 19550 "features": [ 19551 "derive", 19552 "rc" 19553 ] 19554 } 19555 }, 19556 "name": "serde", 19557 "publish": null, 19558 "readme": "crates-io.md", 19559 "repository": "https://github.com/serde-rs/serde", 19560 "rust_version": "1.31", 19561 "source": "registry+https://github.com/rust-lang/crates.io-index", 19562 "targets": [ 19563 { 19564 "crate_types": [ 19565 "lib" 19566 ], 19567 "doc": true, 19568 "doctest": true, 19569 "edition": "2018", 19570 "kind": [ 19571 "lib" 19572 ], 19573 "name": "serde", 19574 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs", 19575 "test": true 19576 }, 19577 { 19578 "crate_types": [ 19579 "bin" 19580 ], 19581 "doc": false, 19582 "doctest": false, 19583 "edition": "2018", 19584 "kind": [ 19585 "custom-build" 19586 ], 19587 "name": "build-script-build", 19588 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs", 19589 "test": false 19590 } 19591 ], 19592 "version": "1.0.197" 19593 }, 19594 { 19595 "authors": [ 19596 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 19597 "David Tolnay <dtolnay@gmail.com>" 19598 ], 19599 "categories": [ 19600 "no-std", 19601 "no-std::no-alloc" 19602 ], 19603 "default_run": null, 19604 "dependencies": [ 19605 { 19606 "features": [ 19607 "proc-macro" 19608 ], 19609 "kind": null, 19610 "name": "proc-macro2", 19611 "optional": false, 19612 "registry": null, 19613 "rename": null, 19614 "req": "^1.0.74", 19615 "source": "registry+https://github.com/rust-lang/crates.io-index", 19616 "target": null, 19617 "uses_default_features": false 19618 }, 19619 { 19620 "features": [ 19621 "proc-macro" 19622 ], 19623 "kind": null, 19624 "name": "quote", 19625 "optional": false, 19626 "registry": null, 19627 "rename": null, 19628 "req": "^1.0.35", 19629 "source": "registry+https://github.com/rust-lang/crates.io-index", 19630 "target": null, 19631 "uses_default_features": false 19632 }, 19633 { 19634 "features": [ 19635 "clone-impls", 19636 "derive", 19637 "parsing", 19638 "printing", 19639 "proc-macro" 19640 ], 19641 "kind": null, 19642 "name": "syn", 19643 "optional": false, 19644 "registry": null, 19645 "rename": null, 19646 "req": "^2.0.46", 19647 "source": "registry+https://github.com/rust-lang/crates.io-index", 19648 "target": null, 19649 "uses_default_features": false 19650 }, 19651 { 19652 "features": [], 19653 "kind": "dev", 19654 "name": "serde", 19655 "optional": false, 19656 "registry": null, 19657 "rename": null, 19658 "req": "^1", 19659 "source": "registry+https://github.com/rust-lang/crates.io-index", 19660 "target": null, 19661 "uses_default_features": true 19662 } 19663 ], 19664 "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", 19665 "documentation": "https://serde.rs/derive.html", 19666 "edition": "2015", 19667 "features": { 19668 "default": [], 19669 "deserialize_in_place": [] 19670 }, 19671 "homepage": "https://serde.rs", 19672 "id": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197", 19673 "keywords": [ 19674 "serde", 19675 "serialization", 19676 "no_std", 19677 "derive" 19678 ], 19679 "license": "MIT OR Apache-2.0", 19680 "license_file": null, 19681 "links": null, 19682 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/Cargo.toml", 19683 "metadata": { 19684 "docs": { 19685 "rs": { 19686 "rustdoc-args": [ 19687 "--generate-link-to-definition" 19688 ], 19689 "targets": [ 19690 "x86_64-unknown-linux-gnu" 19691 ] 19692 } 19693 } 19694 }, 19695 "name": "serde_derive", 19696 "publish": null, 19697 "readme": "crates-io.md", 19698 "repository": "https://github.com/serde-rs/serde", 19699 "rust_version": "1.56", 19700 "source": "registry+https://github.com/rust-lang/crates.io-index", 19701 "targets": [ 19702 { 19703 "crate_types": [ 19704 "proc-macro" 19705 ], 19706 "doc": true, 19707 "doctest": true, 19708 "edition": "2015", 19709 "kind": [ 19710 "proc-macro" 19711 ], 19712 "name": "serde_derive", 19713 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs", 19714 "test": true 19715 } 19716 ], 19717 "version": "1.0.197" 19718 }, 19719 { 19720 "authors": [ 19721 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 19722 "David Tolnay <dtolnay@gmail.com>" 19723 ], 19724 "categories": [ 19725 "encoding", 19726 "parser-implementations", 19727 "no-std" 19728 ], 19729 "default_run": null, 19730 "dependencies": [ 19731 { 19732 "features": [], 19733 "kind": null, 19734 "name": "indexmap", 19735 "optional": true, 19736 "registry": null, 19737 "rename": null, 19738 "req": "^2.2.1", 19739 "source": "registry+https://github.com/rust-lang/crates.io-index", 19740 "target": null, 19741 "uses_default_features": true 19742 }, 19743 { 19744 "features": [], 19745 "kind": null, 19746 "name": "itoa", 19747 "optional": false, 19748 "registry": null, 19749 "rename": null, 19750 "req": "^1.0", 19751 "source": "registry+https://github.com/rust-lang/crates.io-index", 19752 "target": null, 19753 "uses_default_features": true 19754 }, 19755 { 19756 "features": [], 19757 "kind": null, 19758 "name": "ryu", 19759 "optional": false, 19760 "registry": null, 19761 "rename": null, 19762 "req": "^1.0", 19763 "source": "registry+https://github.com/rust-lang/crates.io-index", 19764 "target": null, 19765 "uses_default_features": true 19766 }, 19767 { 19768 "features": [], 19769 "kind": null, 19770 "name": "serde", 19771 "optional": false, 19772 "registry": null, 19773 "rename": null, 19774 "req": "^1.0.194", 19775 "source": "registry+https://github.com/rust-lang/crates.io-index", 19776 "target": null, 19777 "uses_default_features": false 19778 }, 19779 { 19780 "features": [], 19781 "kind": "dev", 19782 "name": "automod", 19783 "optional": false, 19784 "registry": null, 19785 "rename": null, 19786 "req": "^1.0.11", 19787 "source": "registry+https://github.com/rust-lang/crates.io-index", 19788 "target": null, 19789 "uses_default_features": true 19790 }, 19791 { 19792 "features": [], 19793 "kind": "dev", 19794 "name": "indoc", 19795 "optional": false, 19796 "registry": null, 19797 "rename": null, 19798 "req": "^2.0.2", 19799 "source": "registry+https://github.com/rust-lang/crates.io-index", 19800 "target": null, 19801 "uses_default_features": true 19802 }, 19803 { 19804 "features": [], 19805 "kind": "dev", 19806 "name": "ref-cast", 19807 "optional": false, 19808 "registry": null, 19809 "rename": null, 19810 "req": "^1.0.18", 19811 "source": "registry+https://github.com/rust-lang/crates.io-index", 19812 "target": null, 19813 "uses_default_features": true 19814 }, 19815 { 19816 "features": [], 19817 "kind": "dev", 19818 "name": "rustversion", 19819 "optional": false, 19820 "registry": null, 19821 "rename": null, 19822 "req": "^1.0.13", 19823 "source": "registry+https://github.com/rust-lang/crates.io-index", 19824 "target": null, 19825 "uses_default_features": true 19826 }, 19827 { 19828 "features": [ 19829 "derive" 19830 ], 19831 "kind": "dev", 19832 "name": "serde", 19833 "optional": false, 19834 "registry": null, 19835 "rename": null, 19836 "req": "^1.0.194", 19837 "source": "registry+https://github.com/rust-lang/crates.io-index", 19838 "target": null, 19839 "uses_default_features": true 19840 }, 19841 { 19842 "features": [], 19843 "kind": "dev", 19844 "name": "serde_bytes", 19845 "optional": false, 19846 "registry": null, 19847 "rename": null, 19848 "req": "^0.11.10", 19849 "source": "registry+https://github.com/rust-lang/crates.io-index", 19850 "target": null, 19851 "uses_default_features": true 19852 }, 19853 { 19854 "features": [], 19855 "kind": "dev", 19856 "name": "serde_derive", 19857 "optional": false, 19858 "registry": null, 19859 "rename": null, 19860 "req": "^1.0.166", 19861 "source": "registry+https://github.com/rust-lang/crates.io-index", 19862 "target": null, 19863 "uses_default_features": true 19864 }, 19865 { 19866 "features": [], 19867 "kind": "dev", 19868 "name": "serde_stacker", 19869 "optional": false, 19870 "registry": null, 19871 "rename": null, 19872 "req": "^0.1.8", 19873 "source": "registry+https://github.com/rust-lang/crates.io-index", 19874 "target": null, 19875 "uses_default_features": true 19876 }, 19877 { 19878 "features": [ 19879 "diff" 19880 ], 19881 "kind": "dev", 19882 "name": "trybuild", 19883 "optional": false, 19884 "registry": null, 19885 "rename": null, 19886 "req": "^1.0.81", 19887 "source": "registry+https://github.com/rust-lang/crates.io-index", 19888 "target": null, 19889 "uses_default_features": true 19890 } 19891 ], 19892 "description": "A JSON serialization file format", 19893 "documentation": "https://docs.rs/serde_json", 19894 "edition": "2021", 19895 "features": { 19896 "alloc": [ 19897 "serde/alloc" 19898 ], 19899 "arbitrary_precision": [], 19900 "default": [ 19901 "std" 19902 ], 19903 "float_roundtrip": [], 19904 "indexmap": [ 19905 "dep:indexmap" 19906 ], 19907 "preserve_order": [ 19908 "indexmap", 19909 "std" 19910 ], 19911 "raw_value": [], 19912 "std": [ 19913 "serde/std" 19914 ], 19915 "unbounded_depth": [] 19916 }, 19917 "homepage": null, 19918 "id": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116", 19919 "keywords": [ 19920 "json", 19921 "serde", 19922 "serialization" 19923 ], 19924 "license": "MIT OR Apache-2.0", 19925 "license_file": null, 19926 "links": null, 19927 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/Cargo.toml", 19928 "metadata": { 19929 "docs": { 19930 "rs": { 19931 "features": [ 19932 "preserve_order", 19933 "raw_value", 19934 "unbounded_depth" 19935 ], 19936 "rustdoc-args": [ 19937 "--cfg", 19938 "docsrs", 19939 "--generate-link-to-definition" 19940 ], 19941 "targets": [ 19942 "x86_64-unknown-linux-gnu" 19943 ] 19944 } 19945 }, 19946 "playground": { 19947 "features": [ 19948 "raw_value" 19949 ] 19950 } 19951 }, 19952 "name": "serde_json", 19953 "publish": null, 19954 "readme": "README.md", 19955 "repository": "https://github.com/serde-rs/json", 19956 "rust_version": "1.56", 19957 "source": "registry+https://github.com/rust-lang/crates.io-index", 19958 "targets": [ 19959 { 19960 "crate_types": [ 19961 "lib" 19962 ], 19963 "doc": true, 19964 "doctest": true, 19965 "edition": "2021", 19966 "kind": [ 19967 "lib" 19968 ], 19969 "name": "serde_json", 19970 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/src/lib.rs", 19971 "test": true 19972 }, 19973 { 19974 "crate_types": [ 19975 "bin" 19976 ], 19977 "doc": false, 19978 "doctest": false, 19979 "edition": "2021", 19980 "kind": [ 19981 "test" 19982 ], 19983 "name": "test", 19984 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/test.rs", 19985 "test": true 19986 }, 19987 { 19988 "crate_types": [ 19989 "bin" 19990 ], 19991 "doc": false, 19992 "doctest": false, 19993 "edition": "2021", 19994 "kind": [ 19995 "test" 19996 ], 19997 "name": "stream", 19998 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/stream.rs", 19999 "test": true 20000 }, 20001 { 20002 "crate_types": [ 20003 "bin" 20004 ], 20005 "doc": false, 20006 "doctest": false, 20007 "edition": "2021", 20008 "kind": [ 20009 "test" 20010 ], 20011 "name": "map", 20012 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/map.rs", 20013 "test": true 20014 }, 20015 { 20016 "crate_types": [ 20017 "bin" 20018 ], 20019 "doc": false, 20020 "doctest": false, 20021 "edition": "2021", 20022 "kind": [ 20023 "test" 20024 ], 20025 "name": "debug", 20026 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/debug.rs", 20027 "test": true 20028 }, 20029 { 20030 "crate_types": [ 20031 "bin" 20032 ], 20033 "doc": false, 20034 "doctest": false, 20035 "edition": "2021", 20036 "kind": [ 20037 "test" 20038 ], 20039 "name": "regression", 20040 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/regression.rs", 20041 "test": true 20042 }, 20043 { 20044 "crate_types": [ 20045 "bin" 20046 ], 20047 "doc": false, 20048 "doctest": false, 20049 "edition": "2021", 20050 "kind": [ 20051 "test" 20052 ], 20053 "name": "lexical", 20054 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/lexical.rs", 20055 "test": true 20056 }, 20057 { 20058 "crate_types": [ 20059 "bin" 20060 ], 20061 "doc": false, 20062 "doctest": false, 20063 "edition": "2021", 20064 "kind": [ 20065 "test" 20066 ], 20067 "name": "compiletest", 20068 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/compiletest.rs", 20069 "test": true 20070 }, 20071 { 20072 "crate_types": [ 20073 "bin" 20074 ], 20075 "doc": false, 20076 "doctest": false, 20077 "edition": "2021", 20078 "kind": [ 20079 "custom-build" 20080 ], 20081 "name": "build-script-build", 20082 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/build.rs", 20083 "test": false 20084 } 20085 ], 20086 "version": "1.0.116" 20087 }, 20088 { 20089 "authors": [ 20090 "Marvin Countryman <me@maar.vin>" 20091 ], 20092 "categories": [ 20093 "algorithms", 20094 "no-std" 20095 ], 20096 "default_run": null, 20097 "dependencies": [ 20098 { 20099 "features": [], 20100 "kind": "dev", 20101 "name": "adler", 20102 "optional": false, 20103 "registry": null, 20104 "rename": null, 20105 "req": "^1.0.2", 20106 "source": "registry+https://github.com/rust-lang/crates.io-index", 20107 "target": null, 20108 "uses_default_features": true 20109 }, 20110 { 20111 "features": [], 20112 "kind": "dev", 20113 "name": "adler32", 20114 "optional": false, 20115 "registry": null, 20116 "rename": null, 20117 "req": "^1.2.0", 20118 "source": "registry+https://github.com/rust-lang/crates.io-index", 20119 "target": null, 20120 "uses_default_features": true 20121 }, 20122 { 20123 "features": [], 20124 "kind": "dev", 20125 "name": "criterion", 20126 "optional": false, 20127 "registry": null, 20128 "rename": null, 20129 "req": "^0.3", 20130 "source": "registry+https://github.com/rust-lang/crates.io-index", 20131 "target": null, 20132 "uses_default_features": true 20133 }, 20134 { 20135 "features": [], 20136 "kind": "dev", 20137 "name": "rand", 20138 "optional": false, 20139 "registry": null, 20140 "rename": null, 20141 "req": "^0.8", 20142 "source": "registry+https://github.com/rust-lang/crates.io-index", 20143 "target": null, 20144 "uses_default_features": true 20145 } 20146 ], 20147 "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.", 20148 "documentation": null, 20149 "edition": "2018", 20150 "features": { 20151 "const-generics": [], 20152 "default": [ 20153 "std", 20154 "const-generics" 20155 ], 20156 "nightly": [], 20157 "std": [] 20158 }, 20159 "homepage": null, 20160 "id": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7", 20161 "keywords": [ 20162 "simd", 20163 "avx2", 20164 "ssse3", 20165 "adler", 20166 "adler32" 20167 ], 20168 "license": "MIT", 20169 "license_file": null, 20170 "links": null, 20171 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/Cargo.toml", 20172 "metadata": null, 20173 "name": "simd-adler32", 20174 "publish": null, 20175 "readme": "README.md", 20176 "repository": "https://github.com/mcountryman/simd-adler32", 20177 "rust_version": null, 20178 "source": "registry+https://github.com/rust-lang/crates.io-index", 20179 "targets": [ 20180 { 20181 "crate_types": [ 20182 "lib" 20183 ], 20184 "doc": true, 20185 "doctest": true, 20186 "edition": "2018", 20187 "kind": [ 20188 "lib" 20189 ], 20190 "name": "simd-adler32", 20191 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs", 20192 "test": true 20193 }, 20194 { 20195 "crate_types": [ 20196 "bin" 20197 ], 20198 "doc": false, 20199 "doctest": false, 20200 "edition": "2018", 20201 "kind": [ 20202 "bench" 20203 ], 20204 "name": "alts", 20205 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/alts.rs", 20206 "test": false 20207 }, 20208 { 20209 "crate_types": [ 20210 "bin" 20211 ], 20212 "doc": false, 20213 "doctest": false, 20214 "edition": "2018", 20215 "kind": [ 20216 "bench" 20217 ], 20218 "name": "variants", 20219 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/variants.rs", 20220 "test": false 20221 } 20222 ], 20223 "version": "0.3.7" 20224 }, 20225 { 20226 "authors": [ 20227 "David Tolnay <dtolnay@gmail.com>" 20228 ], 20229 "categories": [ 20230 "development-tools::procedural-macro-helpers", 20231 "parser-implementations" 20232 ], 20233 "default_run": null, 20234 "dependencies": [ 20235 { 20236 "features": [], 20237 "kind": null, 20238 "name": "proc-macro2", 20239 "optional": false, 20240 "registry": null, 20241 "rename": null, 20242 "req": "^1.0.80", 20243 "source": "registry+https://github.com/rust-lang/crates.io-index", 20244 "target": null, 20245 "uses_default_features": false 20246 }, 20247 { 20248 "features": [], 20249 "kind": null, 20250 "name": "quote", 20251 "optional": true, 20252 "registry": null, 20253 "rename": null, 20254 "req": "^1.0.35", 20255 "source": "registry+https://github.com/rust-lang/crates.io-index", 20256 "target": null, 20257 "uses_default_features": false 20258 }, 20259 { 20260 "features": [], 20261 "kind": null, 20262 "name": "unicode-ident", 20263 "optional": false, 20264 "registry": null, 20265 "rename": null, 20266 "req": "^1", 20267 "source": "registry+https://github.com/rust-lang/crates.io-index", 20268 "target": null, 20269 "uses_default_features": true 20270 }, 20271 { 20272 "features": [], 20273 "kind": "dev", 20274 "name": "anyhow", 20275 "optional": false, 20276 "registry": null, 20277 "rename": null, 20278 "req": "^1", 20279 "source": "registry+https://github.com/rust-lang/crates.io-index", 20280 "target": null, 20281 "uses_default_features": true 20282 }, 20283 { 20284 "features": [], 20285 "kind": "dev", 20286 "name": "automod", 20287 "optional": false, 20288 "registry": null, 20289 "rename": null, 20290 "req": "^1", 20291 "source": "registry+https://github.com/rust-lang/crates.io-index", 20292 "target": null, 20293 "uses_default_features": true 20294 }, 20295 { 20296 "features": [], 20297 "kind": "dev", 20298 "name": "flate2", 20299 "optional": false, 20300 "registry": null, 20301 "rename": null, 20302 "req": "^1", 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": "dev", 20310 "name": "insta", 20311 "optional": false, 20312 "registry": null, 20313 "rename": null, 20314 "req": "^1", 20315 "source": "registry+https://github.com/rust-lang/crates.io-index", 20316 "target": null, 20317 "uses_default_features": true 20318 }, 20319 { 20320 "features": [], 20321 "kind": "dev", 20322 "name": "rayon", 20323 "optional": false, 20324 "registry": null, 20325 "rename": null, 20326 "req": "^1", 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": "dev", 20334 "name": "ref-cast", 20335 "optional": false, 20336 "registry": null, 20337 "rename": null, 20338 "req": "^1", 20339 "source": "registry+https://github.com/rust-lang/crates.io-index", 20340 "target": null, 20341 "uses_default_features": true 20342 }, 20343 { 20344 "features": [ 20345 "blocking" 20346 ], 20347 "kind": "dev", 20348 "name": "reqwest", 20349 "optional": false, 20350 "registry": null, 20351 "rename": null, 20352 "req": "^0.12", 20353 "source": "registry+https://github.com/rust-lang/crates.io-index", 20354 "target": null, 20355 "uses_default_features": true 20356 }, 20357 { 20358 "features": [], 20359 "kind": "dev", 20360 "name": "rustversion", 20361 "optional": false, 20362 "registry": null, 20363 "rename": null, 20364 "req": "^1", 20365 "source": "registry+https://github.com/rust-lang/crates.io-index", 20366 "target": null, 20367 "uses_default_features": true 20368 }, 20369 { 20370 "features": [], 20371 "kind": "dev", 20372 "name": "syn-test-suite", 20373 "optional": false, 20374 "registry": null, 20375 "rename": null, 20376 "req": "^0", 20377 "source": "registry+https://github.com/rust-lang/crates.io-index", 20378 "target": null, 20379 "uses_default_features": true 20380 }, 20381 { 20382 "features": [], 20383 "kind": "dev", 20384 "name": "tar", 20385 "optional": false, 20386 "registry": null, 20387 "rename": null, 20388 "req": "^0.4.16", 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": "termcolor", 20397 "optional": false, 20398 "registry": null, 20399 "rename": null, 20400 "req": "^1", 20401 "source": "registry+https://github.com/rust-lang/crates.io-index", 20402 "target": null, 20403 "uses_default_features": true 20404 }, 20405 { 20406 "features": [], 20407 "kind": "dev", 20408 "name": "walkdir", 20409 "optional": false, 20410 "registry": null, 20411 "rename": null, 20412 "req": "^2.3.2", 20413 "source": "registry+https://github.com/rust-lang/crates.io-index", 20414 "target": null, 20415 "uses_default_features": true 20416 } 20417 ], 20418 "description": "Parser for Rust source code", 20419 "documentation": "https://docs.rs/syn", 20420 "edition": "2021", 20421 "features": { 20422 "clone-impls": [], 20423 "default": [ 20424 "derive", 20425 "parsing", 20426 "printing", 20427 "clone-impls", 20428 "proc-macro" 20429 ], 20430 "derive": [], 20431 "extra-traits": [], 20432 "fold": [], 20433 "full": [], 20434 "parsing": [], 20435 "printing": [ 20436 "dep:quote" 20437 ], 20438 "proc-macro": [ 20439 "proc-macro2/proc-macro", 20440 "quote?/proc-macro" 20441 ], 20442 "test": [ 20443 "syn-test-suite/all-features" 20444 ], 20445 "visit": [], 20446 "visit-mut": [] 20447 }, 20448 "homepage": null, 20449 "id": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59", 20450 "keywords": [ 20451 "macros", 20452 "syn" 20453 ], 20454 "license": "MIT OR Apache-2.0", 20455 "license_file": null, 20456 "links": null, 20457 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/Cargo.toml", 20458 "metadata": { 20459 "docs": { 20460 "rs": { 20461 "all-features": true, 20462 "rustdoc-args": [ 20463 "--cfg", 20464 "doc_cfg", 20465 "--generate-link-to-definition" 20466 ], 20467 "targets": [ 20468 "x86_64-unknown-linux-gnu" 20469 ] 20470 } 20471 }, 20472 "playground": { 20473 "features": [ 20474 "full", 20475 "visit", 20476 "visit-mut", 20477 "fold", 20478 "extra-traits" 20479 ] 20480 } 20481 }, 20482 "name": "syn", 20483 "publish": null, 20484 "readme": "README.md", 20485 "repository": "https://github.com/dtolnay/syn", 20486 "rust_version": "1.60", 20487 "source": "registry+https://github.com/rust-lang/crates.io-index", 20488 "targets": [ 20489 { 20490 "crate_types": [ 20491 "lib" 20492 ], 20493 "doc": true, 20494 "doctest": true, 20495 "edition": "2021", 20496 "kind": [ 20497 "lib" 20498 ], 20499 "name": "syn", 20500 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/src/lib.rs", 20501 "test": true 20502 }, 20503 { 20504 "crate_types": [ 20505 "bin" 20506 ], 20507 "doc": false, 20508 "doctest": false, 20509 "edition": "2021", 20510 "kind": [ 20511 "test" 20512 ], 20513 "name": "test_parse_buffer", 20514 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_buffer.rs", 20515 "test": true 20516 }, 20517 { 20518 "crate_types": [ 20519 "bin" 20520 ], 20521 "doc": false, 20522 "doctest": false, 20523 "edition": "2021", 20524 "kind": [ 20525 "test" 20526 ], 20527 "name": "test_round_trip", 20528 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_round_trip.rs", 20529 "test": true 20530 }, 20531 { 20532 "crate_types": [ 20533 "bin" 20534 ], 20535 "doc": false, 20536 "doctest": false, 20537 "edition": "2021", 20538 "kind": [ 20539 "test" 20540 ], 20541 "name": "test_precedence", 20542 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_precedence.rs", 20543 "test": true 20544 }, 20545 { 20546 "crate_types": [ 20547 "bin" 20548 ], 20549 "doc": false, 20550 "doctest": false, 20551 "edition": "2021", 20552 "kind": [ 20553 "test" 20554 ], 20555 "name": "zzz_stable", 20556 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/zzz_stable.rs", 20557 "test": true 20558 }, 20559 { 20560 "crate_types": [ 20561 "bin" 20562 ], 20563 "doc": false, 20564 "doctest": false, 20565 "edition": "2021", 20566 "kind": [ 20567 "test" 20568 ], 20569 "name": "test_shebang", 20570 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_shebang.rs", 20571 "test": true 20572 }, 20573 { 20574 "crate_types": [ 20575 "bin" 20576 ], 20577 "doc": false, 20578 "doctest": false, 20579 "edition": "2021", 20580 "kind": [ 20581 "test" 20582 ], 20583 "name": "test_generics", 20584 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_generics.rs", 20585 "test": true 20586 }, 20587 { 20588 "crate_types": [ 20589 "bin" 20590 ], 20591 "doc": false, 20592 "doctest": false, 20593 "edition": "2021", 20594 "kind": [ 20595 "test" 20596 ], 20597 "name": "test_ty", 20598 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_ty.rs", 20599 "test": true 20600 }, 20601 { 20602 "crate_types": [ 20603 "bin" 20604 ], 20605 "doc": false, 20606 "doctest": false, 20607 "edition": "2021", 20608 "kind": [ 20609 "test" 20610 ], 20611 "name": "test_visibility", 20612 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_visibility.rs", 20613 "test": true 20614 }, 20615 { 20616 "crate_types": [ 20617 "bin" 20618 ], 20619 "doc": false, 20620 "doctest": false, 20621 "edition": "2021", 20622 "kind": [ 20623 "test" 20624 ], 20625 "name": "test_receiver", 20626 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_receiver.rs", 20627 "test": true 20628 }, 20629 { 20630 "crate_types": [ 20631 "bin" 20632 ], 20633 "doc": false, 20634 "doctest": false, 20635 "edition": "2021", 20636 "kind": [ 20637 "test" 20638 ], 20639 "name": "test_size", 20640 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_size.rs", 20641 "test": true 20642 }, 20643 { 20644 "crate_types": [ 20645 "bin" 20646 ], 20647 "doc": false, 20648 "doctest": false, 20649 "edition": "2021", 20650 "kind": [ 20651 "test" 20652 ], 20653 "name": "test_item", 20654 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_item.rs", 20655 "test": true 20656 }, 20657 { 20658 "crate_types": [ 20659 "bin" 20660 ], 20661 "doc": false, 20662 "doctest": false, 20663 "edition": "2021", 20664 "kind": [ 20665 "test" 20666 ], 20667 "name": "test_pat", 20668 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_pat.rs", 20669 "test": true 20670 }, 20671 { 20672 "crate_types": [ 20673 "bin" 20674 ], 20675 "doc": false, 20676 "doctest": false, 20677 "edition": "2021", 20678 "kind": [ 20679 "test" 20680 ], 20681 "name": "test_stmt", 20682 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_stmt.rs", 20683 "test": true 20684 }, 20685 { 20686 "crate_types": [ 20687 "bin" 20688 ], 20689 "doc": false, 20690 "doctest": false, 20691 "edition": "2021", 20692 "kind": [ 20693 "test" 20694 ], 20695 "name": "test_ident", 20696 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_ident.rs", 20697 "test": true 20698 }, 20699 { 20700 "crate_types": [ 20701 "bin" 20702 ], 20703 "doc": false, 20704 "doctest": false, 20705 "edition": "2021", 20706 "kind": [ 20707 "test" 20708 ], 20709 "name": "test_parse_quote", 20710 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_quote.rs", 20711 "test": true 20712 }, 20713 { 20714 "crate_types": [ 20715 "bin" 20716 ], 20717 "doc": false, 20718 "doctest": false, 20719 "edition": "2021", 20720 "kind": [ 20721 "test" 20722 ], 20723 "name": "test_iterators", 20724 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_iterators.rs", 20725 "test": true 20726 }, 20727 { 20728 "crate_types": [ 20729 "bin" 20730 ], 20731 "doc": false, 20732 "doctest": false, 20733 "edition": "2021", 20734 "kind": [ 20735 "test" 20736 ], 20737 "name": "test_grouping", 20738 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_grouping.rs", 20739 "test": true 20740 }, 20741 { 20742 "crate_types": [ 20743 "bin" 20744 ], 20745 "doc": false, 20746 "doctest": false, 20747 "edition": "2021", 20748 "kind": [ 20749 "test" 20750 ], 20751 "name": "test_path", 20752 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_path.rs", 20753 "test": true 20754 }, 20755 { 20756 "crate_types": [ 20757 "bin" 20758 ], 20759 "doc": false, 20760 "doctest": false, 20761 "edition": "2021", 20762 "kind": [ 20763 "test" 20764 ], 20765 "name": "test_asyncness", 20766 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_asyncness.rs", 20767 "test": true 20768 }, 20769 { 20770 "crate_types": [ 20771 "bin" 20772 ], 20773 "doc": false, 20774 "doctest": false, 20775 "edition": "2021", 20776 "kind": [ 20777 "test" 20778 ], 20779 "name": "regression", 20780 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/regression.rs", 20781 "test": true 20782 }, 20783 { 20784 "crate_types": [ 20785 "bin" 20786 ], 20787 "doc": false, 20788 "doctest": false, 20789 "edition": "2021", 20790 "kind": [ 20791 "test" 20792 ], 20793 "name": "test_lit", 20794 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_lit.rs", 20795 "test": true 20796 }, 20797 { 20798 "crate_types": [ 20799 "bin" 20800 ], 20801 "doc": false, 20802 "doctest": false, 20803 "edition": "2021", 20804 "kind": [ 20805 "test" 20806 ], 20807 "name": "test_parse_stream", 20808 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_stream.rs", 20809 "test": true 20810 }, 20811 { 20812 "crate_types": [ 20813 "bin" 20814 ], 20815 "doc": false, 20816 "doctest": false, 20817 "edition": "2021", 20818 "kind": [ 20819 "test" 20820 ], 20821 "name": "test_attribute", 20822 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_attribute.rs", 20823 "test": true 20824 }, 20825 { 20826 "crate_types": [ 20827 "bin" 20828 ], 20829 "doc": false, 20830 "doctest": false, 20831 "edition": "2021", 20832 "kind": [ 20833 "test" 20834 ], 20835 "name": "test_derive_input", 20836 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_derive_input.rs", 20837 "test": true 20838 }, 20839 { 20840 "crate_types": [ 20841 "bin" 20842 ], 20843 "doc": false, 20844 "doctest": false, 20845 "edition": "2021", 20846 "kind": [ 20847 "test" 20848 ], 20849 "name": "test_token_trees", 20850 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_token_trees.rs", 20851 "test": true 20852 }, 20853 { 20854 "crate_types": [ 20855 "bin" 20856 ], 20857 "doc": false, 20858 "doctest": false, 20859 "edition": "2021", 20860 "kind": [ 20861 "test" 20862 ], 20863 "name": "test_meta", 20864 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_meta.rs", 20865 "test": true 20866 }, 20867 { 20868 "crate_types": [ 20869 "bin" 20870 ], 20871 "doc": false, 20872 "doctest": false, 20873 "edition": "2021", 20874 "kind": [ 20875 "test" 20876 ], 20877 "name": "test_expr", 20878 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_expr.rs", 20879 "test": true 20880 }, 20881 { 20882 "crate_types": [ 20883 "bin" 20884 ], 20885 "doc": false, 20886 "doctest": false, 20887 "edition": "2021", 20888 "kind": [ 20889 "bench" 20890 ], 20891 "name": "rust", 20892 "required-features": [ 20893 "full", 20894 "parsing" 20895 ], 20896 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/benches/rust.rs", 20897 "test": false 20898 }, 20899 { 20900 "crate_types": [ 20901 "bin" 20902 ], 20903 "doc": false, 20904 "doctest": false, 20905 "edition": "2021", 20906 "kind": [ 20907 "bench" 20908 ], 20909 "name": "file", 20910 "required-features": [ 20911 "full", 20912 "parsing" 20913 ], 20914 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/benches/file.rs", 20915 "test": false 20916 } 20917 ], 20918 "version": "2.0.59" 20919 }, 20920 { 20921 "authors": [ 20922 "Martin Geisler <martin@geisler.net>" 20923 ], 20924 "categories": [ 20925 "text-processing", 20926 "command-line-interface" 20927 ], 20928 "default_run": null, 20929 "dependencies": [ 20930 { 20931 "features": [ 20932 "embed_en-us" 20933 ], 20934 "kind": null, 20935 "name": "hyphenation", 20936 "optional": true, 20937 "registry": null, 20938 "rename": null, 20939 "req": "^0.8.4", 20940 "source": "registry+https://github.com/rust-lang/crates.io-index", 20941 "target": null, 20942 "uses_default_features": true 20943 }, 20944 { 20945 "features": [], 20946 "kind": null, 20947 "name": "smawk", 20948 "optional": true, 20949 "registry": null, 20950 "rename": null, 20951 "req": "^0.3.1", 20952 "source": "registry+https://github.com/rust-lang/crates.io-index", 20953 "target": null, 20954 "uses_default_features": true 20955 }, 20956 { 20957 "features": [], 20958 "kind": null, 20959 "name": "terminal_size", 20960 "optional": true, 20961 "registry": null, 20962 "rename": null, 20963 "req": "^0.2.1", 20964 "source": "registry+https://github.com/rust-lang/crates.io-index", 20965 "target": null, 20966 "uses_default_features": true 20967 }, 20968 { 20969 "features": [], 20970 "kind": null, 20971 "name": "unicode-linebreak", 20972 "optional": true, 20973 "registry": null, 20974 "rename": null, 20975 "req": "^0.1.4", 20976 "source": "registry+https://github.com/rust-lang/crates.io-index", 20977 "target": null, 20978 "uses_default_features": true 20979 }, 20980 { 20981 "features": [], 20982 "kind": null, 20983 "name": "unicode-width", 20984 "optional": true, 20985 "registry": null, 20986 "rename": null, 20987 "req": "^0.1.10", 20988 "source": "registry+https://github.com/rust-lang/crates.io-index", 20989 "target": null, 20990 "uses_default_features": true 20991 }, 20992 { 20993 "features": [], 20994 "kind": "dev", 20995 "name": "unic-emoji-char", 20996 "optional": false, 20997 "registry": null, 20998 "rename": null, 20999 "req": "^0.9.0", 21000 "source": "registry+https://github.com/rust-lang/crates.io-index", 21001 "target": null, 21002 "uses_default_features": true 21003 }, 21004 { 21005 "features": [], 21006 "kind": "dev", 21007 "name": "version-sync", 21008 "optional": false, 21009 "registry": null, 21010 "rename": null, 21011 "req": "^0.9.4", 21012 "source": "registry+https://github.com/rust-lang/crates.io-index", 21013 "target": null, 21014 "uses_default_features": true 21015 }, 21016 { 21017 "features": [], 21018 "kind": "dev", 21019 "name": "termion", 21020 "optional": false, 21021 "registry": null, 21022 "rename": null, 21023 "req": "^2.0.1", 21024 "source": "registry+https://github.com/rust-lang/crates.io-index", 21025 "target": "cfg(unix)", 21026 "uses_default_features": true 21027 } 21028 ], 21029 "description": "Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.", 21030 "documentation": "https://docs.rs/textwrap/", 21031 "edition": "2021", 21032 "features": { 21033 "default": [ 21034 "unicode-linebreak", 21035 "unicode-width", 21036 "smawk" 21037 ], 21038 "hyphenation": [ 21039 "dep:hyphenation" 21040 ], 21041 "smawk": [ 21042 "dep:smawk" 21043 ], 21044 "terminal_size": [ 21045 "dep:terminal_size" 21046 ], 21047 "unicode-linebreak": [ 21048 "dep:unicode-linebreak" 21049 ], 21050 "unicode-width": [ 21051 "dep:unicode-width" 21052 ] 21053 }, 21054 "homepage": null, 21055 "id": "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1", 21056 "keywords": [ 21057 "text", 21058 "formatting", 21059 "wrap", 21060 "typesetting", 21061 "hyphenation" 21062 ], 21063 "license": "MIT", 21064 "license_file": null, 21065 "links": null, 21066 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/Cargo.toml", 21067 "metadata": { 21068 "docs": { 21069 "rs": { 21070 "all-features": true 21071 } 21072 } 21073 }, 21074 "name": "textwrap", 21075 "publish": null, 21076 "readme": "README.md", 21077 "repository": "https://github.com/mgeisler/textwrap", 21078 "rust_version": "1.56", 21079 "source": "registry+https://github.com/rust-lang/crates.io-index", 21080 "targets": [ 21081 { 21082 "crate_types": [ 21083 "lib" 21084 ], 21085 "doc": true, 21086 "doctest": true, 21087 "edition": "2021", 21088 "kind": [ 21089 "lib" 21090 ], 21091 "name": "textwrap", 21092 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs", 21093 "test": true 21094 }, 21095 { 21096 "crate_types": [ 21097 "bin" 21098 ], 21099 "doc": false, 21100 "doctest": false, 21101 "edition": "2021", 21102 "kind": [ 21103 "example" 21104 ], 21105 "name": "hyphenation", 21106 "required-features": [ 21107 "hyphenation" 21108 ], 21109 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/examples/hyphenation.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": "termwidth", 21123 "required-features": [ 21124 "terminal_size" 21125 ], 21126 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/examples/termwidth.rs", 21127 "test": false 21128 }, 21129 { 21130 "crate_types": [ 21131 "bin" 21132 ], 21133 "doc": false, 21134 "doctest": false, 21135 "edition": "2021", 21136 "kind": [ 21137 "test" 21138 ], 21139 "name": "indent", 21140 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/tests/indent.rs", 21141 "test": true 21142 }, 21143 { 21144 "crate_types": [ 21145 "bin" 21146 ], 21147 "doc": false, 21148 "doctest": false, 21149 "edition": "2021", 21150 "kind": [ 21151 "test" 21152 ], 21153 "name": "version-numbers", 21154 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/tests/version-numbers.rs", 21155 "test": true 21156 } 21157 ], 21158 "version": "0.16.1" 21159 }, 21160 { 21161 "authors": [ 21162 "David Tolnay <dtolnay@gmail.com>" 21163 ], 21164 "categories": [ 21165 "rust-patterns" 21166 ], 21167 "default_run": null, 21168 "dependencies": [ 21169 { 21170 "features": [], 21171 "kind": null, 21172 "name": "thiserror-impl", 21173 "optional": false, 21174 "registry": null, 21175 "rename": null, 21176 "req": "=1.0.58", 21177 "source": "registry+https://github.com/rust-lang/crates.io-index", 21178 "target": null, 21179 "uses_default_features": true 21180 }, 21181 { 21182 "features": [], 21183 "kind": "dev", 21184 "name": "anyhow", 21185 "optional": false, 21186 "registry": null, 21187 "rename": null, 21188 "req": "^1.0.73", 21189 "source": "registry+https://github.com/rust-lang/crates.io-index", 21190 "target": null, 21191 "uses_default_features": true 21192 }, 21193 { 21194 "features": [], 21195 "kind": "dev", 21196 "name": "ref-cast", 21197 "optional": false, 21198 "registry": null, 21199 "rename": null, 21200 "req": "^1.0.18", 21201 "source": "registry+https://github.com/rust-lang/crates.io-index", 21202 "target": null, 21203 "uses_default_features": true 21204 }, 21205 { 21206 "features": [], 21207 "kind": "dev", 21208 "name": "rustversion", 21209 "optional": false, 21210 "registry": null, 21211 "rename": null, 21212 "req": "^1.0.13", 21213 "source": "registry+https://github.com/rust-lang/crates.io-index", 21214 "target": null, 21215 "uses_default_features": true 21216 }, 21217 { 21218 "features": [ 21219 "diff" 21220 ], 21221 "kind": "dev", 21222 "name": "trybuild", 21223 "optional": false, 21224 "registry": null, 21225 "rename": null, 21226 "req": "^1.0.81", 21227 "source": "registry+https://github.com/rust-lang/crates.io-index", 21228 "target": null, 21229 "uses_default_features": true 21230 } 21231 ], 21232 "description": "derive(Error)", 21233 "documentation": "https://docs.rs/thiserror", 21234 "edition": "2021", 21235 "features": {}, 21236 "homepage": null, 21237 "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58", 21238 "keywords": [ 21239 "error", 21240 "error-handling", 21241 "derive" 21242 ], 21243 "license": "MIT OR Apache-2.0", 21244 "license_file": null, 21245 "links": null, 21246 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/Cargo.toml", 21247 "metadata": { 21248 "docs": { 21249 "rs": { 21250 "rustdoc-args": [ 21251 "--generate-link-to-definition" 21252 ], 21253 "targets": [ 21254 "x86_64-unknown-linux-gnu" 21255 ] 21256 } 21257 } 21258 }, 21259 "name": "thiserror", 21260 "publish": null, 21261 "readme": "README.md", 21262 "repository": "https://github.com/dtolnay/thiserror", 21263 "rust_version": "1.56", 21264 "source": "registry+https://github.com/rust-lang/crates.io-index", 21265 "targets": [ 21266 { 21267 "crate_types": [ 21268 "lib" 21269 ], 21270 "doc": true, 21271 "doctest": true, 21272 "edition": "2021", 21273 "kind": [ 21274 "lib" 21275 ], 21276 "name": "thiserror", 21277 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs", 21278 "test": true 21279 }, 21280 { 21281 "crate_types": [ 21282 "bin" 21283 ], 21284 "doc": false, 21285 "doctest": false, 21286 "edition": "2021", 21287 "kind": [ 21288 "test" 21289 ], 21290 "name": "test_generics", 21291 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_generics.rs", 21292 "test": true 21293 }, 21294 { 21295 "crate_types": [ 21296 "bin" 21297 ], 21298 "doc": false, 21299 "doctest": false, 21300 "edition": "2021", 21301 "kind": [ 21302 "test" 21303 ], 21304 "name": "test_error", 21305 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_error.rs", 21306 "test": true 21307 }, 21308 { 21309 "crate_types": [ 21310 "bin" 21311 ], 21312 "doc": false, 21313 "doctest": false, 21314 "edition": "2021", 21315 "kind": [ 21316 "test" 21317 ], 21318 "name": "test_transparent", 21319 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_transparent.rs", 21320 "test": true 21321 }, 21322 { 21323 "crate_types": [ 21324 "bin" 21325 ], 21326 "doc": false, 21327 "doctest": false, 21328 "edition": "2021", 21329 "kind": [ 21330 "test" 21331 ], 21332 "name": "test_backtrace", 21333 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_backtrace.rs", 21334 "test": true 21335 }, 21336 { 21337 "crate_types": [ 21338 "bin" 21339 ], 21340 "doc": false, 21341 "doctest": false, 21342 "edition": "2021", 21343 "kind": [ 21344 "test" 21345 ], 21346 "name": "test_option", 21347 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_option.rs", 21348 "test": true 21349 }, 21350 { 21351 "crate_types": [ 21352 "bin" 21353 ], 21354 "doc": false, 21355 "doctest": false, 21356 "edition": "2021", 21357 "kind": [ 21358 "test" 21359 ], 21360 "name": "test_from", 21361 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_from.rs", 21362 "test": true 21363 }, 21364 { 21365 "crate_types": [ 21366 "bin" 21367 ], 21368 "doc": false, 21369 "doctest": false, 21370 "edition": "2021", 21371 "kind": [ 21372 "test" 21373 ], 21374 "name": "test_source", 21375 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_source.rs", 21376 "test": true 21377 }, 21378 { 21379 "crate_types": [ 21380 "bin" 21381 ], 21382 "doc": false, 21383 "doctest": false, 21384 "edition": "2021", 21385 "kind": [ 21386 "test" 21387 ], 21388 "name": "test_lints", 21389 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_lints.rs", 21390 "test": true 21391 }, 21392 { 21393 "crate_types": [ 21394 "bin" 21395 ], 21396 "doc": false, 21397 "doctest": false, 21398 "edition": "2021", 21399 "kind": [ 21400 "test" 21401 ], 21402 "name": "test_path", 21403 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_path.rs", 21404 "test": true 21405 }, 21406 { 21407 "crate_types": [ 21408 "bin" 21409 ], 21410 "doc": false, 21411 "doctest": false, 21412 "edition": "2021", 21413 "kind": [ 21414 "test" 21415 ], 21416 "name": "test_display", 21417 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_display.rs", 21418 "test": true 21419 }, 21420 { 21421 "crate_types": [ 21422 "bin" 21423 ], 21424 "doc": false, 21425 "doctest": false, 21426 "edition": "2021", 21427 "kind": [ 21428 "test" 21429 ], 21430 "name": "compiletest", 21431 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/compiletest.rs", 21432 "test": true 21433 }, 21434 { 21435 "crate_types": [ 21436 "bin" 21437 ], 21438 "doc": false, 21439 "doctest": false, 21440 "edition": "2021", 21441 "kind": [ 21442 "test" 21443 ], 21444 "name": "test_deprecated", 21445 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_deprecated.rs", 21446 "test": true 21447 }, 21448 { 21449 "crate_types": [ 21450 "bin" 21451 ], 21452 "doc": false, 21453 "doctest": false, 21454 "edition": "2021", 21455 "kind": [ 21456 "test" 21457 ], 21458 "name": "test_expr", 21459 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/tests/test_expr.rs", 21460 "test": true 21461 }, 21462 { 21463 "crate_types": [ 21464 "bin" 21465 ], 21466 "doc": false, 21467 "doctest": false, 21468 "edition": "2021", 21469 "kind": [ 21470 "custom-build" 21471 ], 21472 "name": "build-script-build", 21473 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/build.rs", 21474 "test": false 21475 } 21476 ], 21477 "version": "1.0.58" 21478 }, 21479 { 21480 "authors": [ 21481 "David Tolnay <dtolnay@gmail.com>" 21482 ], 21483 "categories": [], 21484 "default_run": null, 21485 "dependencies": [ 21486 { 21487 "features": [], 21488 "kind": null, 21489 "name": "proc-macro2", 21490 "optional": false, 21491 "registry": null, 21492 "rename": null, 21493 "req": "^1.0.74", 21494 "source": "registry+https://github.com/rust-lang/crates.io-index", 21495 "target": null, 21496 "uses_default_features": true 21497 }, 21498 { 21499 "features": [], 21500 "kind": null, 21501 "name": "quote", 21502 "optional": false, 21503 "registry": null, 21504 "rename": null, 21505 "req": "^1.0.35", 21506 "source": "registry+https://github.com/rust-lang/crates.io-index", 21507 "target": null, 21508 "uses_default_features": true 21509 }, 21510 { 21511 "features": [], 21512 "kind": null, 21513 "name": "syn", 21514 "optional": false, 21515 "registry": null, 21516 "rename": null, 21517 "req": "^2.0.46", 21518 "source": "registry+https://github.com/rust-lang/crates.io-index", 21519 "target": null, 21520 "uses_default_features": true 21521 } 21522 ], 21523 "description": "Implementation detail of the `thiserror` crate", 21524 "documentation": null, 21525 "edition": "2021", 21526 "features": {}, 21527 "homepage": null, 21528 "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58", 21529 "keywords": [], 21530 "license": "MIT OR Apache-2.0", 21531 "license_file": null, 21532 "links": null, 21533 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/Cargo.toml", 21534 "metadata": { 21535 "docs": { 21536 "rs": { 21537 "rustdoc-args": [ 21538 "--generate-link-to-definition" 21539 ], 21540 "targets": [ 21541 "x86_64-unknown-linux-gnu" 21542 ] 21543 } 21544 } 21545 }, 21546 "name": "thiserror-impl", 21547 "publish": null, 21548 "readme": null, 21549 "repository": "https://github.com/dtolnay/thiserror", 21550 "rust_version": "1.56", 21551 "source": "registry+https://github.com/rust-lang/crates.io-index", 21552 "targets": [ 21553 { 21554 "crate_types": [ 21555 "proc-macro" 21556 ], 21557 "doc": true, 21558 "doctest": true, 21559 "edition": "2021", 21560 "kind": [ 21561 "proc-macro" 21562 ], 21563 "name": "thiserror-impl", 21564 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/src/lib.rs", 21565 "test": true 21566 } 21567 ], 21568 "version": "1.0.58" 21569 }, 21570 { 21571 "authors": [ 21572 "Brook Heisler <brookheisler@gmail.com>" 21573 ], 21574 "categories": [ 21575 "template-engine" 21576 ], 21577 "default_run": null, 21578 "dependencies": [ 21579 { 21580 "features": [], 21581 "kind": null, 21582 "name": "serde", 21583 "optional": false, 21584 "registry": null, 21585 "rename": null, 21586 "req": "^1.0", 21587 "source": "registry+https://github.com/rust-lang/crates.io-index", 21588 "target": null, 21589 "uses_default_features": true 21590 }, 21591 { 21592 "features": [], 21593 "kind": null, 21594 "name": "serde_json", 21595 "optional": false, 21596 "registry": null, 21597 "rename": null, 21598 "req": "^1.0", 21599 "source": "registry+https://github.com/rust-lang/crates.io-index", 21600 "target": null, 21601 "uses_default_features": true 21602 }, 21603 { 21604 "features": [], 21605 "kind": "dev", 21606 "name": "criterion", 21607 "optional": false, 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": true 21614 }, 21615 { 21616 "features": [], 21617 "kind": "dev", 21618 "name": "serde_derive", 21619 "optional": false, 21620 "registry": null, 21621 "rename": null, 21622 "req": "^1.0", 21623 "source": "registry+https://github.com/rust-lang/crates.io-index", 21624 "target": null, 21625 "uses_default_features": true 21626 } 21627 ], 21628 "description": "Simple, lightweight template engine", 21629 "documentation": null, 21630 "edition": "2015", 21631 "features": {}, 21632 "homepage": null, 21633 "id": "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1", 21634 "keywords": [ 21635 "template", 21636 "html" 21637 ], 21638 "license": "Apache-2.0 OR MIT", 21639 "license_file": null, 21640 "links": null, 21641 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/Cargo.toml", 21642 "metadata": null, 21643 "name": "tinytemplate", 21644 "publish": null, 21645 "readme": "README.md", 21646 "repository": "https://github.com/bheisler/TinyTemplate", 21647 "rust_version": null, 21648 "source": "registry+https://github.com/rust-lang/crates.io-index", 21649 "targets": [ 21650 { 21651 "crate_types": [ 21652 "lib" 21653 ], 21654 "doc": true, 21655 "doctest": true, 21656 "edition": "2015", 21657 "kind": [ 21658 "lib" 21659 ], 21660 "name": "tinytemplate", 21661 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs", 21662 "test": true 21663 }, 21664 { 21665 "crate_types": [ 21666 "bin" 21667 ], 21668 "doc": false, 21669 "doctest": false, 21670 "edition": "2015", 21671 "kind": [ 21672 "bench" 21673 ], 21674 "name": "benchmarks", 21675 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/benches/benchmarks.rs", 21676 "test": false 21677 } 21678 ], 21679 "version": "1.2.1" 21680 }, 21681 { 21682 "authors": [ 21683 "Yevhenii Reizner <razrfalcon@gmail.com>" 21684 ], 21685 "categories": [ 21686 "parser-implementations" 21687 ], 21688 "default_run": null, 21689 "dependencies": [ 21690 { 21691 "features": [], 21692 "kind": "dev", 21693 "name": "base64", 21694 "optional": false, 21695 "registry": null, 21696 "rename": null, 21697 "req": "^0.13", 21698 "source": "registry+https://github.com/rust-lang/crates.io-index", 21699 "target": null, 21700 "uses_default_features": true 21701 }, 21702 { 21703 "features": [], 21704 "kind": "dev", 21705 "name": "pico-args", 21706 "optional": false, 21707 "registry": null, 21708 "rename": null, 21709 "req": "^0.5", 21710 "source": "registry+https://github.com/rust-lang/crates.io-index", 21711 "target": null, 21712 "uses_default_features": true 21713 }, 21714 { 21715 "features": [], 21716 "kind": "dev", 21717 "name": "xmlwriter", 21718 "optional": false, 21719 "registry": null, 21720 "rename": null, 21721 "req": "^0.1", 21722 "source": "registry+https://github.com/rust-lang/crates.io-index", 21723 "target": null, 21724 "uses_default_features": true 21725 } 21726 ], 21727 "description": "A high-level, safe, zero-allocation TrueType font parser.", 21728 "documentation": "https://docs.rs/ttf-parser/", 21729 "edition": "2018", 21730 "features": { 21731 "apple-layout": [], 21732 "default": [ 21733 "std", 21734 "opentype-layout", 21735 "apple-layout", 21736 "variable-fonts", 21737 "glyph-names" 21738 ], 21739 "glyph-names": [], 21740 "gvar-alloc": [ 21741 "std" 21742 ], 21743 "opentype-layout": [], 21744 "std": [], 21745 "variable-fonts": [] 21746 }, 21747 "homepage": null, 21748 "id": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1", 21749 "keywords": [ 21750 "ttf", 21751 "truetype", 21752 "opentype" 21753 ], 21754 "license": "MIT OR Apache-2.0", 21755 "license_file": null, 21756 "links": null, 21757 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/Cargo.toml", 21758 "metadata": null, 21759 "name": "ttf-parser", 21760 "publish": null, 21761 "readme": "README.md", 21762 "repository": "https://github.com/RazrFalcon/ttf-parser", 21763 "rust_version": null, 21764 "source": "registry+https://github.com/rust-lang/crates.io-index", 21765 "targets": [ 21766 { 21767 "crate_types": [ 21768 "lib" 21769 ], 21770 "doc": true, 21771 "doctest": true, 21772 "edition": "2018", 21773 "kind": [ 21774 "lib" 21775 ], 21776 "name": "ttf-parser", 21777 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/src/lib.rs", 21778 "test": true 21779 }, 21780 { 21781 "crate_types": [ 21782 "bin" 21783 ], 21784 "doc": false, 21785 "doctest": false, 21786 "edition": "2018", 21787 "kind": [ 21788 "example" 21789 ], 21790 "name": "font2svg", 21791 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/examples/font2svg.rs", 21792 "test": false 21793 }, 21794 { 21795 "crate_types": [ 21796 "bin" 21797 ], 21798 "doc": false, 21799 "doctest": false, 21800 "edition": "2018", 21801 "kind": [ 21802 "example" 21803 ], 21804 "name": "font-info", 21805 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/examples/font-info.rs", 21806 "test": false 21807 }, 21808 { 21809 "crate_types": [ 21810 "bin" 21811 ], 21812 "doc": false, 21813 "doctest": false, 21814 "edition": "2018", 21815 "kind": [ 21816 "test" 21817 ], 21818 "name": "tables", 21819 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.17.1/tests/tables/main.rs", 21820 "test": true 21821 } 21822 ], 21823 "version": "0.17.1" 21824 }, 21825 { 21826 "authors": [ 21827 "David Tolnay <dtolnay@gmail.com>" 21828 ], 21829 "categories": [ 21830 "development-tools::procedural-macro-helpers", 21831 "no-std", 21832 "no-std::no-alloc" 21833 ], 21834 "default_run": null, 21835 "dependencies": [ 21836 { 21837 "features": [], 21838 "kind": "dev", 21839 "name": "criterion", 21840 "optional": false, 21841 "registry": null, 21842 "rename": null, 21843 "req": "^0.5", 21844 "source": "registry+https://github.com/rust-lang/crates.io-index", 21845 "target": null, 21846 "uses_default_features": false 21847 }, 21848 { 21849 "features": [], 21850 "kind": "dev", 21851 "name": "fst", 21852 "optional": false, 21853 "registry": null, 21854 "rename": null, 21855 "req": "^0.4", 21856 "source": "registry+https://github.com/rust-lang/crates.io-index", 21857 "target": null, 21858 "uses_default_features": true 21859 }, 21860 { 21861 "features": [ 21862 "small_rng" 21863 ], 21864 "kind": "dev", 21865 "name": "rand", 21866 "optional": false, 21867 "registry": null, 21868 "rename": null, 21869 "req": "^0.8", 21870 "source": "registry+https://github.com/rust-lang/crates.io-index", 21871 "target": null, 21872 "uses_default_features": true 21873 }, 21874 { 21875 "features": [], 21876 "kind": "dev", 21877 "name": "roaring", 21878 "optional": false, 21879 "registry": null, 21880 "rename": null, 21881 "req": "^0.10", 21882 "source": "registry+https://github.com/rust-lang/crates.io-index", 21883 "target": null, 21884 "uses_default_features": true 21885 }, 21886 { 21887 "features": [], 21888 "kind": "dev", 21889 "name": "ucd-trie", 21890 "optional": false, 21891 "registry": null, 21892 "rename": null, 21893 "req": "^0.1", 21894 "source": "registry+https://github.com/rust-lang/crates.io-index", 21895 "target": null, 21896 "uses_default_features": false 21897 }, 21898 { 21899 "features": [], 21900 "kind": "dev", 21901 "name": "unicode-xid", 21902 "optional": false, 21903 "registry": null, 21904 "rename": null, 21905 "req": "^0.2.4", 21906 "source": "registry+https://github.com/rust-lang/crates.io-index", 21907 "target": null, 21908 "uses_default_features": true 21909 } 21910 ], 21911 "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", 21912 "documentation": "https://docs.rs/unicode-ident", 21913 "edition": "2018", 21914 "features": {}, 21915 "homepage": null, 21916 "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12", 21917 "keywords": [ 21918 "unicode", 21919 "xid" 21920 ], 21921 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 21922 "license_file": null, 21923 "links": null, 21924 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml", 21925 "metadata": { 21926 "docs": { 21927 "rs": { 21928 "rustdoc-args": [ 21929 "--generate-link-to-definition" 21930 ], 21931 "targets": [ 21932 "x86_64-unknown-linux-gnu" 21933 ] 21934 } 21935 } 21936 }, 21937 "name": "unicode-ident", 21938 "publish": null, 21939 "readme": "README.md", 21940 "repository": "https://github.com/dtolnay/unicode-ident", 21941 "rust_version": "1.31", 21942 "source": "registry+https://github.com/rust-lang/crates.io-index", 21943 "targets": [ 21944 { 21945 "crate_types": [ 21946 "lib" 21947 ], 21948 "doc": true, 21949 "doctest": true, 21950 "edition": "2018", 21951 "kind": [ 21952 "lib" 21953 ], 21954 "name": "unicode-ident", 21955 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs", 21956 "test": true 21957 }, 21958 { 21959 "crate_types": [ 21960 "bin" 21961 ], 21962 "doc": false, 21963 "doctest": false, 21964 "edition": "2018", 21965 "kind": [ 21966 "test" 21967 ], 21968 "name": "compare", 21969 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs", 21970 "test": true 21971 }, 21972 { 21973 "crate_types": [ 21974 "bin" 21975 ], 21976 "doc": false, 21977 "doctest": false, 21978 "edition": "2018", 21979 "kind": [ 21980 "test" 21981 ], 21982 "name": "static_size", 21983 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs", 21984 "test": true 21985 }, 21986 { 21987 "crate_types": [ 21988 "bin" 21989 ], 21990 "doc": false, 21991 "doctest": false, 21992 "edition": "2018", 21993 "kind": [ 21994 "bench" 21995 ], 21996 "name": "xid", 21997 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs", 21998 "test": false 21999 } 22000 ], 22001 "version": "1.0.12" 22002 }, 22003 { 22004 "authors": [ 22005 "Andrew Gallant <jamslam@gmail.com>" 22006 ], 22007 "categories": [ 22008 "filesystem" 22009 ], 22010 "default_run": null, 22011 "dependencies": [ 22012 { 22013 "features": [], 22014 "kind": null, 22015 "name": "same-file", 22016 "optional": false, 22017 "registry": null, 22018 "rename": null, 22019 "req": "^1.0.1", 22020 "source": "registry+https://github.com/rust-lang/crates.io-index", 22021 "target": null, 22022 "uses_default_features": true 22023 }, 22024 { 22025 "features": [], 22026 "kind": "dev", 22027 "name": "doc-comment", 22028 "optional": false, 22029 "registry": null, 22030 "rename": null, 22031 "req": "^0.3", 22032 "source": "registry+https://github.com/rust-lang/crates.io-index", 22033 "target": null, 22034 "uses_default_features": true 22035 }, 22036 { 22037 "features": [], 22038 "kind": null, 22039 "name": "winapi-util", 22040 "optional": false, 22041 "registry": null, 22042 "rename": null, 22043 "req": "^0.1.1", 22044 "source": "registry+https://github.com/rust-lang/crates.io-index", 22045 "target": "cfg(windows)", 22046 "uses_default_features": true 22047 } 22048 ], 22049 "description": "Recursively walk a directory.", 22050 "documentation": "https://docs.rs/walkdir/", 22051 "edition": "2018", 22052 "features": {}, 22053 "homepage": "https://github.com/BurntSushi/walkdir", 22054 "id": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0", 22055 "keywords": [ 22056 "directory", 22057 "recursive", 22058 "walk", 22059 "iterator" 22060 ], 22061 "license": "Unlicense/MIT", 22062 "license_file": null, 22063 "links": null, 22064 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml", 22065 "metadata": null, 22066 "name": "walkdir", 22067 "publish": null, 22068 "readme": "README.md", 22069 "repository": "https://github.com/BurntSushi/walkdir", 22070 "rust_version": null, 22071 "source": "registry+https://github.com/rust-lang/crates.io-index", 22072 "targets": [ 22073 { 22074 "crate_types": [ 22075 "lib" 22076 ], 22077 "doc": true, 22078 "doctest": true, 22079 "edition": "2018", 22080 "kind": [ 22081 "lib" 22082 ], 22083 "name": "walkdir", 22084 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs", 22085 "test": true 22086 } 22087 ], 22088 "version": "2.5.0" 22089 }, 22090 { 22091 "authors": [ 22092 "The Cranelift Project Developers" 22093 ], 22094 "categories": [ 22095 "no-std", 22096 "wasm" 22097 ], 22098 "default_run": null, 22099 "dependencies": [ 22100 { 22101 "features": [], 22102 "kind": null, 22103 "name": "compiler_builtins", 22104 "optional": true, 22105 "registry": null, 22106 "rename": null, 22107 "req": "^0.1", 22108 "source": "registry+https://github.com/rust-lang/crates.io-index", 22109 "target": null, 22110 "uses_default_features": true 22111 }, 22112 { 22113 "features": [], 22114 "kind": null, 22115 "name": "rustc-std-workspace-core", 22116 "optional": true, 22117 "registry": null, 22118 "rename": "core", 22119 "req": "^1.0", 22120 "source": "registry+https://github.com/rust-lang/crates.io-index", 22121 "target": null, 22122 "uses_default_features": true 22123 }, 22124 { 22125 "features": [], 22126 "kind": null, 22127 "name": "rustc-std-workspace-alloc", 22128 "optional": true, 22129 "registry": null, 22130 "rename": null, 22131 "req": "^1.0", 22132 "source": "registry+https://github.com/rust-lang/crates.io-index", 22133 "target": null, 22134 "uses_default_features": true 22135 } 22136 ], 22137 "description": "Experimental WASI API bindings for Rust", 22138 "documentation": "https://docs.rs/wasi", 22139 "edition": "2018", 22140 "features": { 22141 "compiler_builtins": [ 22142 "dep:compiler_builtins" 22143 ], 22144 "core": [ 22145 "dep:core" 22146 ], 22147 "default": [ 22148 "std" 22149 ], 22150 "rustc-dep-of-std": [ 22151 "compiler_builtins", 22152 "core", 22153 "rustc-std-workspace-alloc" 22154 ], 22155 "rustc-std-workspace-alloc": [ 22156 "dep:rustc-std-workspace-alloc" 22157 ], 22158 "std": [] 22159 }, 22160 "homepage": null, 22161 "id": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1", 22162 "keywords": [ 22163 "webassembly", 22164 "wasm" 22165 ], 22166 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", 22167 "license_file": null, 22168 "links": null, 22169 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", 22170 "metadata": null, 22171 "name": "wasi", 22172 "publish": null, 22173 "readme": "README.md", 22174 "repository": "https://github.com/bytecodealliance/wasi", 22175 "rust_version": null, 22176 "source": "registry+https://github.com/rust-lang/crates.io-index", 22177 "targets": [ 22178 { 22179 "crate_types": [ 22180 "lib" 22181 ], 22182 "doc": true, 22183 "doctest": true, 22184 "edition": "2018", 22185 "kind": [ 22186 "lib" 22187 ], 22188 "name": "wasi", 22189 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", 22190 "test": true 22191 } 22192 ], 22193 "version": "0.11.0+wasi-snapshot-preview1" 22194 }, 22195 { 22196 "authors": [ 22197 "The wasm-bindgen Developers" 22198 ], 22199 "categories": [ 22200 "wasm" 22201 ], 22202 "default_run": null, 22203 "dependencies": [ 22204 { 22205 "features": [], 22206 "kind": null, 22207 "name": "cfg-if", 22208 "optional": false, 22209 "registry": null, 22210 "rename": null, 22211 "req": "^1.0.0", 22212 "source": "registry+https://github.com/rust-lang/crates.io-index", 22213 "target": null, 22214 "uses_default_features": true 22215 }, 22216 { 22217 "features": [], 22218 "kind": null, 22219 "name": "serde", 22220 "optional": true, 22221 "registry": null, 22222 "rename": null, 22223 "req": "^1.0", 22224 "source": "registry+https://github.com/rust-lang/crates.io-index", 22225 "target": null, 22226 "uses_default_features": true 22227 }, 22228 { 22229 "features": [], 22230 "kind": null, 22231 "name": "serde_json", 22232 "optional": true, 22233 "registry": null, 22234 "rename": null, 22235 "req": "^1.0", 22236 "source": "registry+https://github.com/rust-lang/crates.io-index", 22237 "target": null, 22238 "uses_default_features": true 22239 }, 22240 { 22241 "features": [], 22242 "kind": null, 22243 "name": "wasm-bindgen-macro", 22244 "optional": false, 22245 "registry": null, 22246 "rename": null, 22247 "req": "=0.2.92", 22248 "source": "registry+https://github.com/rust-lang/crates.io-index", 22249 "target": null, 22250 "uses_default_features": true 22251 }, 22252 { 22253 "features": [], 22254 "kind": "dev", 22255 "name": "js-sys", 22256 "optional": false, 22257 "registry": null, 22258 "rename": null, 22259 "req": "^0.3.69", 22260 "source": "registry+https://github.com/rust-lang/crates.io-index", 22261 "target": "cfg(target_arch = \"wasm32\")", 22262 "uses_default_features": true 22263 }, 22264 { 22265 "features": [], 22266 "kind": "dev", 22267 "name": "serde_derive", 22268 "optional": false, 22269 "registry": null, 22270 "rename": null, 22271 "req": "^1.0", 22272 "source": "registry+https://github.com/rust-lang/crates.io-index", 22273 "target": "cfg(target_arch = \"wasm32\")", 22274 "uses_default_features": true 22275 }, 22276 { 22277 "features": [], 22278 "kind": "dev", 22279 "name": "wasm-bindgen-futures", 22280 "optional": false, 22281 "registry": null, 22282 "rename": null, 22283 "req": "=0.4.42", 22284 "source": "registry+https://github.com/rust-lang/crates.io-index", 22285 "target": "cfg(target_arch = \"wasm32\")", 22286 "uses_default_features": true 22287 }, 22288 { 22289 "features": [], 22290 "kind": "dev", 22291 "name": "wasm-bindgen-test", 22292 "optional": false, 22293 "registry": null, 22294 "rename": null, 22295 "req": "=0.3.42", 22296 "source": "registry+https://github.com/rust-lang/crates.io-index", 22297 "target": "cfg(target_arch = \"wasm32\")", 22298 "uses_default_features": true 22299 }, 22300 { 22301 "features": [], 22302 "kind": "dev", 22303 "name": "wasm-bindgen-test-crate-a", 22304 "optional": false, 22305 "registry": null, 22306 "rename": null, 22307 "req": "^0.1", 22308 "source": "registry+https://github.com/rust-lang/crates.io-index", 22309 "target": "cfg(target_arch = \"wasm32\")", 22310 "uses_default_features": true 22311 }, 22312 { 22313 "features": [], 22314 "kind": "dev", 22315 "name": "wasm-bindgen-test-crate-b", 22316 "optional": false, 22317 "registry": null, 22318 "rename": null, 22319 "req": "^0.1", 22320 "source": "registry+https://github.com/rust-lang/crates.io-index", 22321 "target": "cfg(target_arch = \"wasm32\")", 22322 "uses_default_features": true 22323 } 22324 ], 22325 "description": "Easy support for interacting between JS and Rust.\n", 22326 "documentation": "https://docs.rs/wasm-bindgen", 22327 "edition": "2018", 22328 "features": { 22329 "default": [ 22330 "spans", 22331 "std" 22332 ], 22333 "enable-interning": [ 22334 "std" 22335 ], 22336 "gg-alloc": [ 22337 "wasm-bindgen-test/gg-alloc" 22338 ], 22339 "serde": [ 22340 "dep:serde" 22341 ], 22342 "serde-serialize": [ 22343 "serde", 22344 "serde_json", 22345 "std" 22346 ], 22347 "serde_json": [ 22348 "dep:serde_json" 22349 ], 22350 "spans": [ 22351 "wasm-bindgen-macro/spans" 22352 ], 22353 "std": [], 22354 "strict-macro": [ 22355 "wasm-bindgen-macro/strict-macro" 22356 ], 22357 "xxx_debug_only_print_generated_code": [ 22358 "wasm-bindgen-macro/xxx_debug_only_print_generated_code" 22359 ] 22360 }, 22361 "homepage": "https://rustwasm.github.io/", 22362 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 22363 "keywords": [], 22364 "license": "MIT OR Apache-2.0", 22365 "license_file": null, 22366 "links": null, 22367 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/Cargo.toml", 22368 "metadata": { 22369 "docs": { 22370 "rs": { 22371 "features": [ 22372 "serde-serialize" 22373 ] 22374 } 22375 } 22376 }, 22377 "name": "wasm-bindgen", 22378 "publish": null, 22379 "readme": "README.md", 22380 "repository": "https://github.com/rustwasm/wasm-bindgen", 22381 "rust_version": "1.57", 22382 "source": "registry+https://github.com/rust-lang/crates.io-index", 22383 "targets": [ 22384 { 22385 "crate_types": [ 22386 "lib" 22387 ], 22388 "doc": true, 22389 "doctest": true, 22390 "edition": "2018", 22391 "kind": [ 22392 "lib" 22393 ], 22394 "name": "wasm-bindgen", 22395 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/src/lib.rs", 22396 "test": false 22397 }, 22398 { 22399 "crate_types": [ 22400 "bin" 22401 ], 22402 "doc": false, 22403 "doctest": false, 22404 "edition": "2018", 22405 "kind": [ 22406 "test" 22407 ], 22408 "name": "std-crate-no-std-dep", 22409 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs", 22410 "test": true 22411 }, 22412 { 22413 "crate_types": [ 22414 "bin" 22415 ], 22416 "doc": false, 22417 "doctest": false, 22418 "edition": "2018", 22419 "kind": [ 22420 "test" 22421 ], 22422 "name": "non_wasm", 22423 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs", 22424 "test": true 22425 }, 22426 { 22427 "crate_types": [ 22428 "bin" 22429 ], 22430 "doc": false, 22431 "doctest": false, 22432 "edition": "2018", 22433 "kind": [ 22434 "test" 22435 ], 22436 "name": "must_use", 22437 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs", 22438 "test": true 22439 }, 22440 { 22441 "crate_types": [ 22442 "bin" 22443 ], 22444 "doc": false, 22445 "doctest": false, 22446 "edition": "2018", 22447 "kind": [ 22448 "test" 22449 ], 22450 "name": "headless", 22451 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs", 22452 "test": true 22453 }, 22454 { 22455 "crate_types": [ 22456 "bin" 22457 ], 22458 "doc": false, 22459 "doctest": false, 22460 "edition": "2018", 22461 "kind": [ 22462 "test" 22463 ], 22464 "name": "unwrap_throw", 22465 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/unwrap_throw.rs", 22466 "test": true 22467 }, 22468 { 22469 "crate_types": [ 22470 "bin" 22471 ], 22472 "doc": false, 22473 "doctest": false, 22474 "edition": "2018", 22475 "kind": [ 22476 "test" 22477 ], 22478 "name": "wasm", 22479 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/wasm/main.rs", 22480 "test": true 22481 }, 22482 { 22483 "crate_types": [ 22484 "bin" 22485 ], 22486 "doc": false, 22487 "doctest": false, 22488 "edition": "2018", 22489 "kind": [ 22490 "custom-build" 22491 ], 22492 "name": "build-script-build", 22493 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/build.rs", 22494 "test": false 22495 } 22496 ], 22497 "version": "0.2.92" 22498 }, 22499 { 22500 "authors": [ 22501 "The wasm-bindgen Developers" 22502 ], 22503 "categories": [], 22504 "default_run": null, 22505 "dependencies": [ 22506 { 22507 "features": [], 22508 "kind": null, 22509 "name": "bumpalo", 22510 "optional": false, 22511 "registry": null, 22512 "rename": null, 22513 "req": "^3.0.0", 22514 "source": "registry+https://github.com/rust-lang/crates.io-index", 22515 "target": null, 22516 "uses_default_features": true 22517 }, 22518 { 22519 "features": [], 22520 "kind": null, 22521 "name": "log", 22522 "optional": false, 22523 "registry": null, 22524 "rename": null, 22525 "req": "^0.4", 22526 "source": "registry+https://github.com/rust-lang/crates.io-index", 22527 "target": null, 22528 "uses_default_features": true 22529 }, 22530 { 22531 "features": [], 22532 "kind": null, 22533 "name": "once_cell", 22534 "optional": false, 22535 "registry": null, 22536 "rename": null, 22537 "req": "^1.12", 22538 "source": "registry+https://github.com/rust-lang/crates.io-index", 22539 "target": null, 22540 "uses_default_features": true 22541 }, 22542 { 22543 "features": [], 22544 "kind": null, 22545 "name": "proc-macro2", 22546 "optional": false, 22547 "registry": null, 22548 "rename": null, 22549 "req": "^1.0", 22550 "source": "registry+https://github.com/rust-lang/crates.io-index", 22551 "target": null, 22552 "uses_default_features": true 22553 }, 22554 { 22555 "features": [], 22556 "kind": null, 22557 "name": "quote", 22558 "optional": false, 22559 "registry": null, 22560 "rename": null, 22561 "req": "^1.0", 22562 "source": "registry+https://github.com/rust-lang/crates.io-index", 22563 "target": null, 22564 "uses_default_features": true 22565 }, 22566 { 22567 "features": [ 22568 "full" 22569 ], 22570 "kind": null, 22571 "name": "syn", 22572 "optional": false, 22573 "registry": null, 22574 "rename": null, 22575 "req": "^2.0", 22576 "source": "registry+https://github.com/rust-lang/crates.io-index", 22577 "target": null, 22578 "uses_default_features": true 22579 }, 22580 { 22581 "features": [], 22582 "kind": null, 22583 "name": "wasm-bindgen-shared", 22584 "optional": false, 22585 "registry": null, 22586 "rename": null, 22587 "req": "=0.2.92", 22588 "source": "registry+https://github.com/rust-lang/crates.io-index", 22589 "target": null, 22590 "uses_default_features": true 22591 } 22592 ], 22593 "description": "Backend code generation of the wasm-bindgen tool\n", 22594 "documentation": "https://docs.rs/wasm-bindgen-backend", 22595 "edition": "2018", 22596 "features": { 22597 "extra-traits": [ 22598 "syn/extra-traits" 22599 ], 22600 "spans": [] 22601 }, 22602 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 22603 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92", 22604 "keywords": [], 22605 "license": "MIT OR Apache-2.0", 22606 "license_file": null, 22607 "links": null, 22608 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/Cargo.toml", 22609 "metadata": null, 22610 "name": "wasm-bindgen-backend", 22611 "publish": null, 22612 "readme": null, 22613 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", 22614 "rust_version": "1.57", 22615 "source": "registry+https://github.com/rust-lang/crates.io-index", 22616 "targets": [ 22617 { 22618 "crate_types": [ 22619 "lib" 22620 ], 22621 "doc": true, 22622 "doctest": true, 22623 "edition": "2018", 22624 "kind": [ 22625 "lib" 22626 ], 22627 "name": "wasm-bindgen-backend", 22628 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs", 22629 "test": true 22630 } 22631 ], 22632 "version": "0.2.92" 22633 }, 22634 { 22635 "authors": [ 22636 "The wasm-bindgen Developers" 22637 ], 22638 "categories": [], 22639 "default_run": null, 22640 "dependencies": [ 22641 { 22642 "features": [], 22643 "kind": null, 22644 "name": "cfg-if", 22645 "optional": false, 22646 "registry": null, 22647 "rename": null, 22648 "req": "^1.0.0", 22649 "source": "registry+https://github.com/rust-lang/crates.io-index", 22650 "target": null, 22651 "uses_default_features": true 22652 }, 22653 { 22654 "features": [], 22655 "kind": null, 22656 "name": "futures-core", 22657 "optional": true, 22658 "registry": null, 22659 "rename": null, 22660 "req": "^0.3.8", 22661 "source": "registry+https://github.com/rust-lang/crates.io-index", 22662 "target": null, 22663 "uses_default_features": false 22664 }, 22665 { 22666 "features": [], 22667 "kind": null, 22668 "name": "js-sys", 22669 "optional": false, 22670 "registry": null, 22671 "rename": null, 22672 "req": "^0.3.69", 22673 "source": "registry+https://github.com/rust-lang/crates.io-index", 22674 "target": null, 22675 "uses_default_features": true 22676 }, 22677 { 22678 "features": [], 22679 "kind": null, 22680 "name": "wasm-bindgen", 22681 "optional": false, 22682 "registry": null, 22683 "rename": null, 22684 "req": "^0.2.92", 22685 "source": "registry+https://github.com/rust-lang/crates.io-index", 22686 "target": null, 22687 "uses_default_features": true 22688 }, 22689 { 22690 "features": [], 22691 "kind": "dev", 22692 "name": "futures-channel-preview", 22693 "optional": false, 22694 "registry": null, 22695 "rename": null, 22696 "req": "^0.3.0-alpha.18", 22697 "source": "registry+https://github.com/rust-lang/crates.io-index", 22698 "target": "cfg(target_arch = \"wasm32\")", 22699 "uses_default_features": true 22700 }, 22701 { 22702 "features": [], 22703 "kind": "dev", 22704 "name": "futures-lite", 22705 "optional": false, 22706 "registry": null, 22707 "rename": null, 22708 "req": "^1.11.3", 22709 "source": "registry+https://github.com/rust-lang/crates.io-index", 22710 "target": "cfg(target_arch = \"wasm32\")", 22711 "uses_default_features": false 22712 }, 22713 { 22714 "features": [], 22715 "kind": "dev", 22716 "name": "wasm-bindgen-test", 22717 "optional": false, 22718 "registry": null, 22719 "rename": null, 22720 "req": "^0.3.42", 22721 "source": "registry+https://github.com/rust-lang/crates.io-index", 22722 "target": "cfg(target_arch = \"wasm32\")", 22723 "uses_default_features": true 22724 }, 22725 { 22726 "features": [ 22727 "MessageEvent", 22728 "Worker" 22729 ], 22730 "kind": null, 22731 "name": "web-sys", 22732 "optional": false, 22733 "registry": null, 22734 "rename": null, 22735 "req": "^0.3.24", 22736 "source": "registry+https://github.com/rust-lang/crates.io-index", 22737 "target": "cfg(target_feature = \"atomics\")", 22738 "uses_default_features": true 22739 } 22740 ], 22741 "description": "Bridging the gap between Rust Futures and JavaScript Promises", 22742 "documentation": "https://docs.rs/wasm-bindgen-futures", 22743 "edition": "2018", 22744 "features": { 22745 "futures-core": [ 22746 "dep:futures-core" 22747 ], 22748 "futures-core-03-stream": [ 22749 "futures-core" 22750 ] 22751 }, 22752 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 22753 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42", 22754 "keywords": [], 22755 "license": "MIT OR Apache-2.0", 22756 "license_file": null, 22757 "links": null, 22758 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/Cargo.toml", 22759 "metadata": null, 22760 "name": "wasm-bindgen-futures", 22761 "publish": null, 22762 "readme": "./README.md", 22763 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", 22764 "rust_version": "1.57", 22765 "source": "registry+https://github.com/rust-lang/crates.io-index", 22766 "targets": [ 22767 { 22768 "crate_types": [ 22769 "lib" 22770 ], 22771 "doc": true, 22772 "doctest": true, 22773 "edition": "2018", 22774 "kind": [ 22775 "lib" 22776 ], 22777 "name": "wasm-bindgen-futures", 22778 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs", 22779 "test": true 22780 }, 22781 { 22782 "crate_types": [ 22783 "bin" 22784 ], 22785 "doc": false, 22786 "doctest": false, 22787 "edition": "2018", 22788 "kind": [ 22789 "test" 22790 ], 22791 "name": "tests", 22792 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/tests/tests.rs", 22793 "test": true 22794 } 22795 ], 22796 "version": "0.4.42" 22797 }, 22798 { 22799 "authors": [ 22800 "The wasm-bindgen Developers" 22801 ], 22802 "categories": [], 22803 "default_run": null, 22804 "dependencies": [ 22805 { 22806 "features": [], 22807 "kind": null, 22808 "name": "quote", 22809 "optional": false, 22810 "registry": null, 22811 "rename": null, 22812 "req": "^1.0", 22813 "source": "registry+https://github.com/rust-lang/crates.io-index", 22814 "target": null, 22815 "uses_default_features": true 22816 }, 22817 { 22818 "features": [], 22819 "kind": null, 22820 "name": "wasm-bindgen-macro-support", 22821 "optional": false, 22822 "registry": null, 22823 "rename": null, 22824 "req": "=0.2.92", 22825 "source": "registry+https://github.com/rust-lang/crates.io-index", 22826 "target": null, 22827 "uses_default_features": true 22828 }, 22829 { 22830 "features": [], 22831 "kind": "dev", 22832 "name": "trybuild", 22833 "optional": false, 22834 "registry": null, 22835 "rename": null, 22836 "req": "^1.0", 22837 "source": "registry+https://github.com/rust-lang/crates.io-index", 22838 "target": null, 22839 "uses_default_features": true 22840 }, 22841 { 22842 "features": [], 22843 "kind": "dev", 22844 "name": "wasm-bindgen", 22845 "optional": false, 22846 "registry": null, 22847 "rename": null, 22848 "req": "^0.2.92", 22849 "source": "registry+https://github.com/rust-lang/crates.io-index", 22850 "target": null, 22851 "uses_default_features": true 22852 }, 22853 { 22854 "features": [], 22855 "kind": "dev", 22856 "name": "wasm-bindgen-futures", 22857 "optional": false, 22858 "registry": null, 22859 "rename": null, 22860 "req": "^0.4.42", 22861 "source": "registry+https://github.com/rust-lang/crates.io-index", 22862 "target": null, 22863 "uses_default_features": true 22864 }, 22865 { 22866 "features": [ 22867 "Worker" 22868 ], 22869 "kind": "dev", 22870 "name": "web-sys", 22871 "optional": false, 22872 "registry": null, 22873 "rename": null, 22874 "req": "^0.3.69", 22875 "source": "registry+https://github.com/rust-lang/crates.io-index", 22876 "target": null, 22877 "uses_default_features": true 22878 } 22879 ], 22880 "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", 22881 "documentation": "https://docs.rs/wasm-bindgen", 22882 "edition": "2018", 22883 "features": { 22884 "spans": [ 22885 "wasm-bindgen-macro-support/spans" 22886 ], 22887 "strict-macro": [ 22888 "wasm-bindgen-macro-support/strict-macro" 22889 ], 22890 "xxx_debug_only_print_generated_code": [] 22891 }, 22892 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 22893 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92", 22894 "keywords": [], 22895 "license": "MIT OR Apache-2.0", 22896 "license_file": null, 22897 "links": null, 22898 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/Cargo.toml", 22899 "metadata": null, 22900 "name": "wasm-bindgen-macro", 22901 "publish": null, 22902 "readme": "README.md", 22903 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", 22904 "rust_version": "1.57", 22905 "source": "registry+https://github.com/rust-lang/crates.io-index", 22906 "targets": [ 22907 { 22908 "crate_types": [ 22909 "proc-macro" 22910 ], 22911 "doc": true, 22912 "doctest": true, 22913 "edition": "2018", 22914 "kind": [ 22915 "proc-macro" 22916 ], 22917 "name": "wasm-bindgen-macro", 22918 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs", 22919 "test": true 22920 }, 22921 { 22922 "crate_types": [ 22923 "bin" 22924 ], 22925 "doc": false, 22926 "doctest": false, 22927 "edition": "2018", 22928 "kind": [ 22929 "test" 22930 ], 22931 "name": "ui", 22932 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/tests/ui.rs", 22933 "test": true 22934 } 22935 ], 22936 "version": "0.2.92" 22937 }, 22938 { 22939 "authors": [ 22940 "The wasm-bindgen Developers" 22941 ], 22942 "categories": [], 22943 "default_run": null, 22944 "dependencies": [ 22945 { 22946 "features": [], 22947 "kind": null, 22948 "name": "proc-macro2", 22949 "optional": false, 22950 "registry": null, 22951 "rename": null, 22952 "req": "^1.0", 22953 "source": "registry+https://github.com/rust-lang/crates.io-index", 22954 "target": null, 22955 "uses_default_features": true 22956 }, 22957 { 22958 "features": [], 22959 "kind": null, 22960 "name": "quote", 22961 "optional": false, 22962 "registry": null, 22963 "rename": null, 22964 "req": "^1.0", 22965 "source": "registry+https://github.com/rust-lang/crates.io-index", 22966 "target": null, 22967 "uses_default_features": true 22968 }, 22969 { 22970 "features": [ 22971 "visit", 22972 "full" 22973 ], 22974 "kind": null, 22975 "name": "syn", 22976 "optional": false, 22977 "registry": null, 22978 "rename": null, 22979 "req": "^2.0", 22980 "source": "registry+https://github.com/rust-lang/crates.io-index", 22981 "target": null, 22982 "uses_default_features": true 22983 }, 22984 { 22985 "features": [], 22986 "kind": null, 22987 "name": "wasm-bindgen-backend", 22988 "optional": false, 22989 "registry": null, 22990 "rename": null, 22991 "req": "=0.2.92", 22992 "source": "registry+https://github.com/rust-lang/crates.io-index", 22993 "target": null, 22994 "uses_default_features": true 22995 }, 22996 { 22997 "features": [], 22998 "kind": null, 22999 "name": "wasm-bindgen-shared", 23000 "optional": false, 23001 "registry": null, 23002 "rename": null, 23003 "req": "=0.2.92", 23004 "source": "registry+https://github.com/rust-lang/crates.io-index", 23005 "target": null, 23006 "uses_default_features": true 23007 } 23008 ], 23009 "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", 23010 "documentation": "https://docs.rs/wasm-bindgen", 23011 "edition": "2018", 23012 "features": { 23013 "extra-traits": [ 23014 "syn/extra-traits" 23015 ], 23016 "spans": [ 23017 "wasm-bindgen-backend/spans" 23018 ], 23019 "strict-macro": [] 23020 }, 23021 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 23022 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92", 23023 "keywords": [], 23024 "license": "MIT OR Apache-2.0", 23025 "license_file": null, 23026 "links": null, 23027 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/Cargo.toml", 23028 "metadata": null, 23029 "name": "wasm-bindgen-macro-support", 23030 "publish": null, 23031 "readme": null, 23032 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", 23033 "rust_version": "1.57", 23034 "source": "registry+https://github.com/rust-lang/crates.io-index", 23035 "targets": [ 23036 { 23037 "crate_types": [ 23038 "lib" 23039 ], 23040 "doc": true, 23041 "doctest": true, 23042 "edition": "2018", 23043 "kind": [ 23044 "lib" 23045 ], 23046 "name": "wasm-bindgen-macro-support", 23047 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/src/lib.rs", 23048 "test": true 23049 } 23050 ], 23051 "version": "0.2.92" 23052 }, 23053 { 23054 "authors": [ 23055 "The wasm-bindgen Developers" 23056 ], 23057 "categories": [], 23058 "default_run": null, 23059 "dependencies": [], 23060 "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", 23061 "documentation": "https://docs.rs/wasm-bindgen-shared", 23062 "edition": "2018", 23063 "features": {}, 23064 "homepage": "https://rustwasm.github.io/wasm-bindgen/", 23065 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92", 23066 "keywords": [], 23067 "license": "MIT OR Apache-2.0", 23068 "license_file": null, 23069 "links": "wasm_bindgen", 23070 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/Cargo.toml", 23071 "metadata": null, 23072 "name": "wasm-bindgen-shared", 23073 "publish": null, 23074 "readme": null, 23075 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", 23076 "rust_version": "1.57", 23077 "source": "registry+https://github.com/rust-lang/crates.io-index", 23078 "targets": [ 23079 { 23080 "crate_types": [ 23081 "lib" 23082 ], 23083 "doc": true, 23084 "doctest": true, 23085 "edition": "2018", 23086 "kind": [ 23087 "lib" 23088 ], 23089 "name": "wasm-bindgen-shared", 23090 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/src/lib.rs", 23091 "test": true 23092 }, 23093 { 23094 "crate_types": [ 23095 "bin" 23096 ], 23097 "doc": false, 23098 "doctest": false, 23099 "edition": "2018", 23100 "kind": [ 23101 "custom-build" 23102 ], 23103 "name": "build-script-build", 23104 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/build.rs", 23105 "test": false 23106 } 23107 ], 23108 "version": "0.2.92" 23109 }, 23110 { 23111 "authors": [ 23112 "The wasm-bindgen Developers" 23113 ], 23114 "categories": [], 23115 "default_run": null, 23116 "dependencies": [ 23117 { 23118 "features": [], 23119 "kind": null, 23120 "name": "console_error_panic_hook", 23121 "optional": false, 23122 "registry": null, 23123 "rename": null, 23124 "req": "^0.1", 23125 "source": "registry+https://github.com/rust-lang/crates.io-index", 23126 "target": null, 23127 "uses_default_features": true 23128 }, 23129 { 23130 "features": [], 23131 "kind": null, 23132 "name": "gg-alloc", 23133 "optional": true, 23134 "registry": null, 23135 "rename": null, 23136 "req": "^1.0", 23137 "source": "registry+https://github.com/rust-lang/crates.io-index", 23138 "target": null, 23139 "uses_default_features": true 23140 }, 23141 { 23142 "features": [], 23143 "kind": null, 23144 "name": "js-sys", 23145 "optional": false, 23146 "registry": null, 23147 "rename": null, 23148 "req": "^0.3.69", 23149 "source": "registry+https://github.com/rust-lang/crates.io-index", 23150 "target": null, 23151 "uses_default_features": true 23152 }, 23153 { 23154 "features": [], 23155 "kind": null, 23156 "name": "scoped-tls", 23157 "optional": false, 23158 "registry": null, 23159 "rename": null, 23160 "req": "^1.0", 23161 "source": "registry+https://github.com/rust-lang/crates.io-index", 23162 "target": null, 23163 "uses_default_features": true 23164 }, 23165 { 23166 "features": [], 23167 "kind": null, 23168 "name": "wasm-bindgen", 23169 "optional": false, 23170 "registry": null, 23171 "rename": null, 23172 "req": "^0.2.92", 23173 "source": "registry+https://github.com/rust-lang/crates.io-index", 23174 "target": null, 23175 "uses_default_features": true 23176 }, 23177 { 23178 "features": [], 23179 "kind": null, 23180 "name": "wasm-bindgen-futures", 23181 "optional": false, 23182 "registry": null, 23183 "rename": null, 23184 "req": "^0.4.42", 23185 "source": "registry+https://github.com/rust-lang/crates.io-index", 23186 "target": null, 23187 "uses_default_features": true 23188 }, 23189 { 23190 "features": [], 23191 "kind": null, 23192 "name": "wasm-bindgen-test-macro", 23193 "optional": false, 23194 "registry": null, 23195 "rename": null, 23196 "req": "=0.3.42", 23197 "source": "registry+https://github.com/rust-lang/crates.io-index", 23198 "target": null, 23199 "uses_default_features": true 23200 } 23201 ], 23202 "description": "Internal testing crate for wasm-bindgen", 23203 "documentation": null, 23204 "edition": "2018", 23205 "features": { 23206 "gg-alloc": [ 23207 "dep:gg-alloc" 23208 ] 23209 }, 23210 "homepage": null, 23211 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42", 23212 "keywords": [], 23213 "license": "MIT OR Apache-2.0", 23214 "license_file": null, 23215 "links": null, 23216 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-0.3.42/Cargo.toml", 23217 "metadata": null, 23218 "name": "wasm-bindgen-test", 23219 "publish": null, 23220 "readme": "README.md", 23221 "repository": "https://github.com/rustwasm/wasm-bindgen", 23222 "rust_version": "1.57", 23223 "source": "registry+https://github.com/rust-lang/crates.io-index", 23224 "targets": [ 23225 { 23226 "crate_types": [ 23227 "lib" 23228 ], 23229 "doc": true, 23230 "doctest": true, 23231 "edition": "2018", 23232 "kind": [ 23233 "lib" 23234 ], 23235 "name": "wasm-bindgen-test", 23236 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-0.3.42/src/lib.rs", 23237 "test": false 23238 } 23239 ], 23240 "version": "0.3.42" 23241 }, 23242 { 23243 "authors": [ 23244 "The wasm-bindgen Developers" 23245 ], 23246 "categories": [], 23247 "default_run": null, 23248 "dependencies": [ 23249 { 23250 "features": [], 23251 "kind": null, 23252 "name": "proc-macro2", 23253 "optional": false, 23254 "registry": null, 23255 "rename": null, 23256 "req": "^1.0", 23257 "source": "registry+https://github.com/rust-lang/crates.io-index", 23258 "target": null, 23259 "uses_default_features": true 23260 }, 23261 { 23262 "features": [], 23263 "kind": null, 23264 "name": "quote", 23265 "optional": false, 23266 "registry": null, 23267 "rename": null, 23268 "req": "^1.0", 23269 "source": "registry+https://github.com/rust-lang/crates.io-index", 23270 "target": null, 23271 "uses_default_features": true 23272 }, 23273 { 23274 "features": [ 23275 "parsing", 23276 "proc-macro", 23277 "derive", 23278 "printing" 23279 ], 23280 "kind": null, 23281 "name": "syn", 23282 "optional": false, 23283 "registry": null, 23284 "rename": null, 23285 "req": "^2.0", 23286 "source": "registry+https://github.com/rust-lang/crates.io-index", 23287 "target": null, 23288 "uses_default_features": false 23289 }, 23290 { 23291 "features": [], 23292 "kind": "dev", 23293 "name": "trybuild", 23294 "optional": false, 23295 "registry": null, 23296 "rename": null, 23297 "req": "^1.0", 23298 "source": "registry+https://github.com/rust-lang/crates.io-index", 23299 "target": null, 23300 "uses_default_features": true 23301 } 23302 ], 23303 "description": "Internal testing macro for wasm-bindgen", 23304 "documentation": null, 23305 "edition": "2018", 23306 "features": {}, 23307 "homepage": null, 23308 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42", 23309 "keywords": [], 23310 "license": "MIT OR Apache-2.0", 23311 "license_file": null, 23312 "links": null, 23313 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-macro-0.3.42/Cargo.toml", 23314 "metadata": null, 23315 "name": "wasm-bindgen-test-macro", 23316 "publish": null, 23317 "readme": "README.md", 23318 "repository": "https://github.com/rustwasm/wasm-bindgen", 23319 "rust_version": "1.57", 23320 "source": "registry+https://github.com/rust-lang/crates.io-index", 23321 "targets": [ 23322 { 23323 "crate_types": [ 23324 "proc-macro" 23325 ], 23326 "doc": true, 23327 "doctest": true, 23328 "edition": "2018", 23329 "kind": [ 23330 "proc-macro" 23331 ], 23332 "name": "wasm-bindgen-test-macro", 23333 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-macro-0.3.42/src/lib.rs", 23334 "test": true 23335 }, 23336 { 23337 "crate_types": [ 23338 "bin" 23339 ], 23340 "doc": false, 23341 "doctest": false, 23342 "edition": "2018", 23343 "kind": [ 23344 "test" 23345 ], 23346 "name": "ui", 23347 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-test-macro-0.3.42/tests/ui.rs", 23348 "test": true 23349 } 23350 ], 23351 "version": "0.3.42" 23352 }, 23353 { 23354 "authors": [ 23355 "The wasm-bindgen Developers" 23356 ], 23357 "categories": [], 23358 "default_run": null, 23359 "dependencies": [ 23360 { 23361 "features": [], 23362 "kind": null, 23363 "name": "js-sys", 23364 "optional": false, 23365 "registry": null, 23366 "rename": null, 23367 "req": "^0.3.69", 23368 "source": "registry+https://github.com/rust-lang/crates.io-index", 23369 "target": null, 23370 "uses_default_features": true 23371 }, 23372 { 23373 "features": [], 23374 "kind": null, 23375 "name": "wasm-bindgen", 23376 "optional": false, 23377 "registry": null, 23378 "rename": null, 23379 "req": "^0.2.92", 23380 "source": "registry+https://github.com/rust-lang/crates.io-index", 23381 "target": null, 23382 "uses_default_features": true 23383 }, 23384 { 23385 "features": [], 23386 "kind": "dev", 23387 "name": "wasm-bindgen-futures", 23388 "optional": false, 23389 "registry": null, 23390 "rename": null, 23391 "req": "^0.4.42", 23392 "source": "registry+https://github.com/rust-lang/crates.io-index", 23393 "target": "cfg(target_arch = \"wasm32\")", 23394 "uses_default_features": true 23395 }, 23396 { 23397 "features": [], 23398 "kind": "dev", 23399 "name": "wasm-bindgen-test", 23400 "optional": false, 23401 "registry": null, 23402 "rename": null, 23403 "req": "^0.3.42", 23404 "source": "registry+https://github.com/rust-lang/crates.io-index", 23405 "target": "cfg(target_arch = \"wasm32\")", 23406 "uses_default_features": true 23407 } 23408 ], 23409 "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", 23410 "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", 23411 "edition": "2018", 23412 "features": { 23413 "AbortController": [], 23414 "AbortSignal": [ 23415 "EventTarget" 23416 ], 23417 "AddEventListenerOptions": [], 23418 "AesCbcParams": [], 23419 "AesCtrParams": [], 23420 "AesDerivedKeyParams": [], 23421 "AesGcmParams": [], 23422 "AesKeyAlgorithm": [], 23423 "AesKeyGenParams": [], 23424 "Algorithm": [], 23425 "AlignSetting": [], 23426 "AllowedBluetoothDevice": [], 23427 "AllowedUsbDevice": [], 23428 "AlphaOption": [], 23429 "AnalyserNode": [ 23430 "AudioNode", 23431 "EventTarget" 23432 ], 23433 "AnalyserOptions": [], 23434 "AngleInstancedArrays": [], 23435 "Animation": [ 23436 "EventTarget" 23437 ], 23438 "AnimationEffect": [], 23439 "AnimationEvent": [ 23440 "Event" 23441 ], 23442 "AnimationEventInit": [], 23443 "AnimationPlayState": [], 23444 "AnimationPlaybackEvent": [ 23445 "Event" 23446 ], 23447 "AnimationPlaybackEventInit": [], 23448 "AnimationPropertyDetails": [], 23449 "AnimationPropertyValueDetails": [], 23450 "AnimationTimeline": [], 23451 "AssignedNodesOptions": [], 23452 "AttestationConveyancePreference": [], 23453 "Attr": [ 23454 "EventTarget", 23455 "Node" 23456 ], 23457 "AttributeNameValue": [], 23458 "AudioBuffer": [], 23459 "AudioBufferOptions": [], 23460 "AudioBufferSourceNode": [ 23461 "AudioNode", 23462 "AudioScheduledSourceNode", 23463 "EventTarget" 23464 ], 23465 "AudioBufferSourceOptions": [], 23466 "AudioConfiguration": [], 23467 "AudioContext": [ 23468 "BaseAudioContext", 23469 "EventTarget" 23470 ], 23471 "AudioContextLatencyCategory": [], 23472 "AudioContextOptions": [], 23473 "AudioContextState": [], 23474 "AudioData": [], 23475 "AudioDataCopyToOptions": [], 23476 "AudioDataInit": [], 23477 "AudioDecoder": [], 23478 "AudioDecoderConfig": [], 23479 "AudioDecoderInit": [], 23480 "AudioDecoderSupport": [], 23481 "AudioDestinationNode": [ 23482 "AudioNode", 23483 "EventTarget" 23484 ], 23485 "AudioEncoder": [], 23486 "AudioEncoderConfig": [], 23487 "AudioEncoderInit": [], 23488 "AudioEncoderSupport": [], 23489 "AudioListener": [], 23490 "AudioNode": [ 23491 "EventTarget" 23492 ], 23493 "AudioNodeOptions": [], 23494 "AudioParam": [], 23495 "AudioParamMap": [], 23496 "AudioProcessingEvent": [ 23497 "Event" 23498 ], 23499 "AudioSampleFormat": [], 23500 "AudioScheduledSourceNode": [ 23501 "AudioNode", 23502 "EventTarget" 23503 ], 23504 "AudioSinkInfo": [], 23505 "AudioSinkOptions": [], 23506 "AudioSinkType": [], 23507 "AudioStreamTrack": [ 23508 "EventTarget", 23509 "MediaStreamTrack" 23510 ], 23511 "AudioTrack": [], 23512 "AudioTrackList": [ 23513 "EventTarget" 23514 ], 23515 "AudioWorklet": [ 23516 "Worklet" 23517 ], 23518 "AudioWorkletGlobalScope": [ 23519 "WorkletGlobalScope" 23520 ], 23521 "AudioWorkletNode": [ 23522 "AudioNode", 23523 "EventTarget" 23524 ], 23525 "AudioWorkletNodeOptions": [], 23526 "AudioWorkletProcessor": [], 23527 "AuthenticationExtensionsClientInputs": [], 23528 "AuthenticationExtensionsClientOutputs": [], 23529 "AuthenticatorAssertionResponse": [ 23530 "AuthenticatorResponse" 23531 ], 23532 "AuthenticatorAttachment": [], 23533 "AuthenticatorAttestationResponse": [ 23534 "AuthenticatorResponse" 23535 ], 23536 "AuthenticatorResponse": [], 23537 "AuthenticatorSelectionCriteria": [], 23538 "AuthenticatorTransport": [], 23539 "AutoKeyword": [], 23540 "AutocompleteInfo": [], 23541 "BarProp": [], 23542 "BaseAudioContext": [ 23543 "EventTarget" 23544 ], 23545 "BaseComputedKeyframe": [], 23546 "BaseKeyframe": [], 23547 "BasePropertyIndexedKeyframe": [], 23548 "BasicCardRequest": [], 23549 "BasicCardResponse": [], 23550 "BasicCardType": [], 23551 "BatteryManager": [ 23552 "EventTarget" 23553 ], 23554 "BeforeUnloadEvent": [ 23555 "Event" 23556 ], 23557 "BinaryType": [], 23558 "BiquadFilterNode": [ 23559 "AudioNode", 23560 "EventTarget" 23561 ], 23562 "BiquadFilterOptions": [], 23563 "BiquadFilterType": [], 23564 "Blob": [], 23565 "BlobEvent": [ 23566 "Event" 23567 ], 23568 "BlobEventInit": [], 23569 "BlobPropertyBag": [], 23570 "BlockParsingOptions": [], 23571 "Bluetooth": [ 23572 "EventTarget" 23573 ], 23574 "BluetoothAdvertisingEvent": [ 23575 "Event" 23576 ], 23577 "BluetoothAdvertisingEventInit": [], 23578 "BluetoothCharacteristicProperties": [], 23579 "BluetoothDataFilterInit": [], 23580 "BluetoothDevice": [ 23581 "EventTarget" 23582 ], 23583 "BluetoothLeScanFilterInit": [], 23584 "BluetoothManufacturerDataMap": [], 23585 "BluetoothPermissionDescriptor": [], 23586 "BluetoothPermissionResult": [ 23587 "EventTarget", 23588 "PermissionStatus" 23589 ], 23590 "BluetoothPermissionStorage": [], 23591 "BluetoothRemoteGattCharacteristic": [ 23592 "EventTarget" 23593 ], 23594 "BluetoothRemoteGattDescriptor": [], 23595 "BluetoothRemoteGattServer": [], 23596 "BluetoothRemoteGattService": [ 23597 "EventTarget" 23598 ], 23599 "BluetoothServiceDataMap": [], 23600 "BluetoothUuid": [], 23601 "BoxQuadOptions": [], 23602 "BroadcastChannel": [ 23603 "EventTarget" 23604 ], 23605 "BrowserElementDownloadOptions": [], 23606 "BrowserElementExecuteScriptOptions": [], 23607 "BrowserFeedWriter": [], 23608 "BrowserFindCaseSensitivity": [], 23609 "BrowserFindDirection": [], 23610 "ByteLengthQueuingStrategy": [], 23611 "Cache": [], 23612 "CacheBatchOperation": [], 23613 "CacheQueryOptions": [], 23614 "CacheStorage": [], 23615 "CacheStorageNamespace": [], 23616 "CanvasCaptureMediaStream": [ 23617 "EventTarget", 23618 "MediaStream" 23619 ], 23620 "CanvasCaptureMediaStreamTrack": [ 23621 "EventTarget", 23622 "MediaStreamTrack" 23623 ], 23624 "CanvasGradient": [], 23625 "CanvasPattern": [], 23626 "CanvasRenderingContext2d": [], 23627 "CanvasWindingRule": [], 23628 "CaretChangedReason": [], 23629 "CaretPosition": [], 23630 "CaretStateChangedEventInit": [], 23631 "CdataSection": [ 23632 "CharacterData", 23633 "EventTarget", 23634 "Node", 23635 "Text" 23636 ], 23637 "ChannelCountMode": [], 23638 "ChannelInterpretation": [], 23639 "ChannelMergerNode": [ 23640 "AudioNode", 23641 "EventTarget" 23642 ], 23643 "ChannelMergerOptions": [], 23644 "ChannelSplitterNode": [ 23645 "AudioNode", 23646 "EventTarget" 23647 ], 23648 "ChannelSplitterOptions": [], 23649 "CharacterData": [ 23650 "EventTarget", 23651 "Node" 23652 ], 23653 "CheckerboardReason": [], 23654 "CheckerboardReport": [], 23655 "CheckerboardReportService": [], 23656 "ChromeFilePropertyBag": [], 23657 "ChromeWorker": [ 23658 "EventTarget", 23659 "Worker" 23660 ], 23661 "Client": [], 23662 "ClientQueryOptions": [], 23663 "ClientRectsAndTexts": [], 23664 "ClientType": [], 23665 "Clients": [], 23666 "Clipboard": [ 23667 "EventTarget" 23668 ], 23669 "ClipboardEvent": [ 23670 "Event" 23671 ], 23672 "ClipboardEventInit": [], 23673 "ClipboardItem": [], 23674 "ClipboardItemOptions": [], 23675 "ClipboardPermissionDescriptor": [], 23676 "CloseEvent": [ 23677 "Event" 23678 ], 23679 "CloseEventInit": [], 23680 "CodecState": [], 23681 "CollectedClientData": [], 23682 "ColorSpaceConversion": [], 23683 "Comment": [ 23684 "CharacterData", 23685 "EventTarget", 23686 "Node" 23687 ], 23688 "CompositeOperation": [], 23689 "CompositionEvent": [ 23690 "Event", 23691 "UiEvent" 23692 ], 23693 "CompositionEventInit": [], 23694 "CompressionFormat": [], 23695 "CompressionStream": [], 23696 "ComputedEffectTiming": [], 23697 "ConnStatusDict": [], 23698 "ConnectionType": [], 23699 "ConsoleCounter": [], 23700 "ConsoleCounterError": [], 23701 "ConsoleEvent": [], 23702 "ConsoleInstance": [], 23703 "ConsoleInstanceOptions": [], 23704 "ConsoleLevel": [], 23705 "ConsoleLogLevel": [], 23706 "ConsoleProfileEvent": [], 23707 "ConsoleStackEntry": [], 23708 "ConsoleTimerError": [], 23709 "ConsoleTimerLogOrEnd": [], 23710 "ConsoleTimerStart": [], 23711 "ConstantSourceNode": [ 23712 "AudioNode", 23713 "AudioScheduledSourceNode", 23714 "EventTarget" 23715 ], 23716 "ConstantSourceOptions": [], 23717 "ConstrainBooleanParameters": [], 23718 "ConstrainDomStringParameters": [], 23719 "ConstrainDoubleRange": [], 23720 "ConstrainLongRange": [], 23721 "ContextAttributes2d": [], 23722 "ConvertCoordinateOptions": [], 23723 "ConvolverNode": [ 23724 "AudioNode", 23725 "EventTarget" 23726 ], 23727 "ConvolverOptions": [], 23728 "Coordinates": [], 23729 "CountQueuingStrategy": [], 23730 "Credential": [], 23731 "CredentialCreationOptions": [], 23732 "CredentialRequestOptions": [], 23733 "CredentialsContainer": [], 23734 "Crypto": [], 23735 "CryptoKey": [], 23736 "CryptoKeyPair": [], 23737 "CssAnimation": [ 23738 "Animation", 23739 "EventTarget" 23740 ], 23741 "CssBoxType": [], 23742 "CssConditionRule": [ 23743 "CssGroupingRule", 23744 "CssRule" 23745 ], 23746 "CssCounterStyleRule": [ 23747 "CssRule" 23748 ], 23749 "CssFontFaceRule": [ 23750 "CssRule" 23751 ], 23752 "CssFontFeatureValuesRule": [ 23753 "CssRule" 23754 ], 23755 "CssGroupingRule": [ 23756 "CssRule" 23757 ], 23758 "CssImportRule": [ 23759 "CssRule" 23760 ], 23761 "CssKeyframeRule": [ 23762 "CssRule" 23763 ], 23764 "CssKeyframesRule": [ 23765 "CssRule" 23766 ], 23767 "CssMediaRule": [ 23768 "CssConditionRule", 23769 "CssGroupingRule", 23770 "CssRule" 23771 ], 23772 "CssNamespaceRule": [ 23773 "CssRule" 23774 ], 23775 "CssPageRule": [ 23776 "CssRule" 23777 ], 23778 "CssPseudoElement": [], 23779 "CssRule": [], 23780 "CssRuleList": [], 23781 "CssStyleDeclaration": [], 23782 "CssStyleRule": [ 23783 "CssRule" 23784 ], 23785 "CssStyleSheet": [ 23786 "StyleSheet" 23787 ], 23788 "CssStyleSheetParsingMode": [], 23789 "CssSupportsRule": [ 23790 "CssConditionRule", 23791 "CssGroupingRule", 23792 "CssRule" 23793 ], 23794 "CssTransition": [ 23795 "Animation", 23796 "EventTarget" 23797 ], 23798 "CustomElementRegistry": [], 23799 "CustomEvent": [ 23800 "Event" 23801 ], 23802 "CustomEventInit": [], 23803 "DataTransfer": [], 23804 "DataTransferItem": [], 23805 "DataTransferItemList": [], 23806 "DateTimeValue": [], 23807 "DecoderDoctorNotification": [], 23808 "DecoderDoctorNotificationType": [], 23809 "DecompressionStream": [], 23810 "DedicatedWorkerGlobalScope": [ 23811 "EventTarget", 23812 "WorkerGlobalScope" 23813 ], 23814 "DelayNode": [ 23815 "AudioNode", 23816 "EventTarget" 23817 ], 23818 "DelayOptions": [], 23819 "DeviceAcceleration": [], 23820 "DeviceAccelerationInit": [], 23821 "DeviceLightEvent": [ 23822 "Event" 23823 ], 23824 "DeviceLightEventInit": [], 23825 "DeviceMotionEvent": [ 23826 "Event" 23827 ], 23828 "DeviceMotionEventInit": [], 23829 "DeviceOrientationEvent": [ 23830 "Event" 23831 ], 23832 "DeviceOrientationEventInit": [], 23833 "DeviceProximityEvent": [ 23834 "Event" 23835 ], 23836 "DeviceProximityEventInit": [], 23837 "DeviceRotationRate": [], 23838 "DeviceRotationRateInit": [], 23839 "DhKeyDeriveParams": [], 23840 "DirectionSetting": [], 23841 "Directory": [], 23842 "DirectoryPickerOptions": [], 23843 "DisplayMediaStreamConstraints": [], 23844 "DisplayNameOptions": [], 23845 "DisplayNameResult": [], 23846 "DistanceModelType": [], 23847 "DnsCacheDict": [], 23848 "DnsCacheEntry": [], 23849 "DnsLookupDict": [], 23850 "Document": [ 23851 "EventTarget", 23852 "Node" 23853 ], 23854 "DocumentFragment": [ 23855 "EventTarget", 23856 "Node" 23857 ], 23858 "DocumentTimeline": [ 23859 "AnimationTimeline" 23860 ], 23861 "DocumentTimelineOptions": [], 23862 "DocumentType": [ 23863 "EventTarget", 23864 "Node" 23865 ], 23866 "DomError": [], 23867 "DomException": [], 23868 "DomImplementation": [], 23869 "DomMatrix": [ 23870 "DomMatrixReadOnly" 23871 ], 23872 "DomMatrix2dInit": [], 23873 "DomMatrixInit": [], 23874 "DomMatrixReadOnly": [], 23875 "DomParser": [], 23876 "DomPoint": [ 23877 "DomPointReadOnly" 23878 ], 23879 "DomPointInit": [], 23880 "DomPointReadOnly": [], 23881 "DomQuad": [], 23882 "DomQuadInit": [], 23883 "DomQuadJson": [], 23884 "DomRect": [ 23885 "DomRectReadOnly" 23886 ], 23887 "DomRectInit": [], 23888 "DomRectList": [], 23889 "DomRectReadOnly": [], 23890 "DomRequest": [ 23891 "EventTarget" 23892 ], 23893 "DomRequestReadyState": [], 23894 "DomStringList": [], 23895 "DomStringMap": [], 23896 "DomTokenList": [], 23897 "DomWindowResizeEventDetail": [], 23898 "DragEvent": [ 23899 "Event", 23900 "MouseEvent", 23901 "UiEvent" 23902 ], 23903 "DragEventInit": [], 23904 "DynamicsCompressorNode": [ 23905 "AudioNode", 23906 "EventTarget" 23907 ], 23908 "DynamicsCompressorOptions": [], 23909 "EcKeyAlgorithm": [], 23910 "EcKeyGenParams": [], 23911 "EcKeyImportParams": [], 23912 "EcdhKeyDeriveParams": [], 23913 "EcdsaParams": [], 23914 "EffectTiming": [], 23915 "Element": [ 23916 "EventTarget", 23917 "Node" 23918 ], 23919 "ElementCreationOptions": [], 23920 "ElementDefinitionOptions": [], 23921 "EncodedAudioChunk": [], 23922 "EncodedAudioChunkInit": [], 23923 "EncodedAudioChunkMetadata": [], 23924 "EncodedAudioChunkType": [], 23925 "EncodedVideoChunk": [], 23926 "EncodedVideoChunkInit": [], 23927 "EncodedVideoChunkMetadata": [], 23928 "EncodedVideoChunkType": [], 23929 "EndingTypes": [], 23930 "ErrorCallback": [], 23931 "ErrorEvent": [ 23932 "Event" 23933 ], 23934 "ErrorEventInit": [], 23935 "Event": [], 23936 "EventInit": [], 23937 "EventListener": [], 23938 "EventListenerOptions": [], 23939 "EventModifierInit": [], 23940 "EventSource": [ 23941 "EventTarget" 23942 ], 23943 "EventSourceInit": [], 23944 "EventTarget": [], 23945 "Exception": [], 23946 "ExtBlendMinmax": [], 23947 "ExtColorBufferFloat": [], 23948 "ExtColorBufferHalfFloat": [], 23949 "ExtDisjointTimerQuery": [], 23950 "ExtFragDepth": [], 23951 "ExtSRgb": [], 23952 "ExtShaderTextureLod": [], 23953 "ExtTextureFilterAnisotropic": [], 23954 "ExtTextureNorm16": [], 23955 "ExtendableEvent": [ 23956 "Event" 23957 ], 23958 "ExtendableEventInit": [], 23959 "ExtendableMessageEvent": [ 23960 "Event", 23961 "ExtendableEvent" 23962 ], 23963 "ExtendableMessageEventInit": [], 23964 "External": [], 23965 "FakePluginMimeEntry": [], 23966 "FakePluginTagInit": [], 23967 "FetchEvent": [ 23968 "Event", 23969 "ExtendableEvent" 23970 ], 23971 "FetchEventInit": [], 23972 "FetchObserver": [ 23973 "EventTarget" 23974 ], 23975 "FetchReadableStreamReadDataArray": [], 23976 "FetchReadableStreamReadDataDone": [], 23977 "FetchState": [], 23978 "File": [ 23979 "Blob" 23980 ], 23981 "FileCallback": [], 23982 "FileList": [], 23983 "FilePickerAcceptType": [], 23984 "FilePickerOptions": [], 23985 "FilePropertyBag": [], 23986 "FileReader": [ 23987 "EventTarget" 23988 ], 23989 "FileReaderSync": [], 23990 "FileSystem": [], 23991 "FileSystemCreateWritableOptions": [], 23992 "FileSystemDirectoryEntry": [ 23993 "FileSystemEntry" 23994 ], 23995 "FileSystemDirectoryHandle": [ 23996 "FileSystemHandle" 23997 ], 23998 "FileSystemDirectoryReader": [], 23999 "FileSystemEntriesCallback": [], 24000 "FileSystemEntry": [], 24001 "FileSystemEntryCallback": [], 24002 "FileSystemFileEntry": [ 24003 "FileSystemEntry" 24004 ], 24005 "FileSystemFileHandle": [ 24006 "FileSystemHandle" 24007 ], 24008 "FileSystemFlags": [], 24009 "FileSystemGetDirectoryOptions": [], 24010 "FileSystemGetFileOptions": [], 24011 "FileSystemHandle": [], 24012 "FileSystemHandleKind": [], 24013 "FileSystemHandlePermissionDescriptor": [], 24014 "FileSystemPermissionDescriptor": [], 24015 "FileSystemPermissionMode": [], 24016 "FileSystemReadWriteOptions": [], 24017 "FileSystemRemoveOptions": [], 24018 "FileSystemSyncAccessHandle": [], 24019 "FileSystemWritableFileStream": [ 24020 "WritableStream" 24021 ], 24022 "FillMode": [], 24023 "FlashClassification": [], 24024 "FlowControlType": [], 24025 "FocusEvent": [ 24026 "Event", 24027 "UiEvent" 24028 ], 24029 "FocusEventInit": [], 24030 "FontData": [], 24031 "FontFace": [], 24032 "FontFaceDescriptors": [], 24033 "FontFaceLoadStatus": [], 24034 "FontFaceSet": [ 24035 "EventTarget" 24036 ], 24037 "FontFaceSetIterator": [], 24038 "FontFaceSetIteratorResult": [], 24039 "FontFaceSetLoadEvent": [ 24040 "Event" 24041 ], 24042 "FontFaceSetLoadEventInit": [], 24043 "FontFaceSetLoadStatus": [], 24044 "FormData": [], 24045 "FrameType": [], 24046 "FuzzingFunctions": [], 24047 "GainNode": [ 24048 "AudioNode", 24049 "EventTarget" 24050 ], 24051 "GainOptions": [], 24052 "Gamepad": [], 24053 "GamepadAxisMoveEvent": [ 24054 "Event", 24055 "GamepadEvent" 24056 ], 24057 "GamepadAxisMoveEventInit": [], 24058 "GamepadButton": [], 24059 "GamepadButtonEvent": [ 24060 "Event", 24061 "GamepadEvent" 24062 ], 24063 "GamepadButtonEventInit": [], 24064 "GamepadEvent": [ 24065 "Event" 24066 ], 24067 "GamepadEventInit": [], 24068 "GamepadHand": [], 24069 "GamepadHapticActuator": [], 24070 "GamepadHapticActuatorType": [], 24071 "GamepadMappingType": [], 24072 "GamepadPose": [], 24073 "GamepadServiceTest": [], 24074 "Geolocation": [], 24075 "GetAnimationsOptions": [], 24076 "GetRootNodeOptions": [], 24077 "GetUserMediaRequest": [], 24078 "Gpu": [], 24079 "GpuAdapter": [], 24080 "GpuAdapterInfo": [], 24081 "GpuAddressMode": [], 24082 "GpuAutoLayoutMode": [], 24083 "GpuBindGroup": [], 24084 "GpuBindGroupDescriptor": [], 24085 "GpuBindGroupEntry": [], 24086 "GpuBindGroupLayout": [], 24087 "GpuBindGroupLayoutDescriptor": [], 24088 "GpuBindGroupLayoutEntry": [], 24089 "GpuBlendComponent": [], 24090 "GpuBlendFactor": [], 24091 "GpuBlendOperation": [], 24092 "GpuBlendState": [], 24093 "GpuBuffer": [], 24094 "GpuBufferBinding": [], 24095 "GpuBufferBindingLayout": [], 24096 "GpuBufferBindingType": [], 24097 "GpuBufferDescriptor": [], 24098 "GpuBufferMapState": [], 24099 "GpuCanvasAlphaMode": [], 24100 "GpuCanvasConfiguration": [], 24101 "GpuCanvasContext": [], 24102 "GpuColorDict": [], 24103 "GpuColorTargetState": [], 24104 "GpuCommandBuffer": [], 24105 "GpuCommandBufferDescriptor": [], 24106 "GpuCommandEncoder": [], 24107 "GpuCommandEncoderDescriptor": [], 24108 "GpuCompareFunction": [], 24109 "GpuCompilationInfo": [], 24110 "GpuCompilationMessage": [], 24111 "GpuCompilationMessageType": [], 24112 "GpuComputePassDescriptor": [], 24113 "GpuComputePassEncoder": [], 24114 "GpuComputePassTimestampWrites": [], 24115 "GpuComputePipeline": [], 24116 "GpuComputePipelineDescriptor": [], 24117 "GpuCullMode": [], 24118 "GpuDepthStencilState": [], 24119 "GpuDevice": [ 24120 "EventTarget" 24121 ], 24122 "GpuDeviceDescriptor": [], 24123 "GpuDeviceLostInfo": [], 24124 "GpuDeviceLostReason": [], 24125 "GpuError": [], 24126 "GpuErrorFilter": [], 24127 "GpuExtent3dDict": [], 24128 "GpuExternalTexture": [], 24129 "GpuExternalTextureBindingLayout": [], 24130 "GpuExternalTextureDescriptor": [], 24131 "GpuFeatureName": [], 24132 "GpuFilterMode": [], 24133 "GpuFragmentState": [], 24134 "GpuFrontFace": [], 24135 "GpuImageCopyBuffer": [], 24136 "GpuImageCopyExternalImage": [], 24137 "GpuImageCopyTexture": [], 24138 "GpuImageCopyTextureTagged": [], 24139 "GpuImageDataLayout": [], 24140 "GpuIndexFormat": [], 24141 "GpuInternalError": [ 24142 "GpuError" 24143 ], 24144 "GpuLoadOp": [], 24145 "GpuMipmapFilterMode": [], 24146 "GpuMultisampleState": [], 24147 "GpuObjectDescriptorBase": [], 24148 "GpuOrigin2dDict": [], 24149 "GpuOrigin3dDict": [], 24150 "GpuOutOfMemoryError": [ 24151 "GpuError" 24152 ], 24153 "GpuPipelineDescriptorBase": [], 24154 "GpuPipelineError": [ 24155 "DomException" 24156 ], 24157 "GpuPipelineErrorInit": [], 24158 "GpuPipelineErrorReason": [], 24159 "GpuPipelineLayout": [], 24160 "GpuPipelineLayoutDescriptor": [], 24161 "GpuPowerPreference": [], 24162 "GpuPrimitiveState": [], 24163 "GpuPrimitiveTopology": [], 24164 "GpuProgrammableStage": [], 24165 "GpuQuerySet": [], 24166 "GpuQuerySetDescriptor": [], 24167 "GpuQueryType": [], 24168 "GpuQueue": [], 24169 "GpuQueueDescriptor": [], 24170 "GpuRenderBundle": [], 24171 "GpuRenderBundleDescriptor": [], 24172 "GpuRenderBundleEncoder": [], 24173 "GpuRenderBundleEncoderDescriptor": [], 24174 "GpuRenderPassColorAttachment": [], 24175 "GpuRenderPassDepthStencilAttachment": [], 24176 "GpuRenderPassDescriptor": [], 24177 "GpuRenderPassEncoder": [], 24178 "GpuRenderPassLayout": [], 24179 "GpuRenderPassTimestampWrites": [], 24180 "GpuRenderPipeline": [], 24181 "GpuRenderPipelineDescriptor": [], 24182 "GpuRequestAdapterOptions": [], 24183 "GpuSampler": [], 24184 "GpuSamplerBindingLayout": [], 24185 "GpuSamplerBindingType": [], 24186 "GpuSamplerDescriptor": [], 24187 "GpuShaderModule": [], 24188 "GpuShaderModuleCompilationHint": [], 24189 "GpuShaderModuleDescriptor": [], 24190 "GpuStencilFaceState": [], 24191 "GpuStencilOperation": [], 24192 "GpuStorageTextureAccess": [], 24193 "GpuStorageTextureBindingLayout": [], 24194 "GpuStoreOp": [], 24195 "GpuSupportedFeatures": [], 24196 "GpuSupportedLimits": [], 24197 "GpuTexture": [], 24198 "GpuTextureAspect": [], 24199 "GpuTextureBindingLayout": [], 24200 "GpuTextureDescriptor": [], 24201 "GpuTextureDimension": [], 24202 "GpuTextureFormat": [], 24203 "GpuTextureSampleType": [], 24204 "GpuTextureView": [], 24205 "GpuTextureViewDescriptor": [], 24206 "GpuTextureViewDimension": [], 24207 "GpuUncapturedErrorEvent": [ 24208 "Event" 24209 ], 24210 "GpuUncapturedErrorEventInit": [], 24211 "GpuValidationError": [ 24212 "GpuError" 24213 ], 24214 "GpuVertexAttribute": [], 24215 "GpuVertexBufferLayout": [], 24216 "GpuVertexFormat": [], 24217 "GpuVertexState": [], 24218 "GpuVertexStepMode": [], 24219 "GroupedHistoryEventInit": [], 24220 "HalfOpenInfoDict": [], 24221 "HardwareAcceleration": [], 24222 "HashChangeEvent": [ 24223 "Event" 24224 ], 24225 "HashChangeEventInit": [], 24226 "Headers": [], 24227 "HeadersGuardEnum": [], 24228 "Hid": [ 24229 "EventTarget" 24230 ], 24231 "HidCollectionInfo": [], 24232 "HidConnectionEvent": [ 24233 "Event" 24234 ], 24235 "HidConnectionEventInit": [], 24236 "HidDevice": [ 24237 "EventTarget" 24238 ], 24239 "HidDeviceFilter": [], 24240 "HidDeviceRequestOptions": [], 24241 "HidInputReportEvent": [ 24242 "Event" 24243 ], 24244 "HidInputReportEventInit": [], 24245 "HidReportInfo": [], 24246 "HidReportItem": [], 24247 "HidUnitSystem": [], 24248 "HiddenPluginEventInit": [], 24249 "History": [], 24250 "HitRegionOptions": [], 24251 "HkdfParams": [], 24252 "HmacDerivedKeyParams": [], 24253 "HmacImportParams": [], 24254 "HmacKeyAlgorithm": [], 24255 "HmacKeyGenParams": [], 24256 "HtmlAllCollection": [], 24257 "HtmlAnchorElement": [ 24258 "Element", 24259 "EventTarget", 24260 "HtmlElement", 24261 "Node" 24262 ], 24263 "HtmlAreaElement": [ 24264 "Element", 24265 "EventTarget", 24266 "HtmlElement", 24267 "Node" 24268 ], 24269 "HtmlAudioElement": [ 24270 "Element", 24271 "EventTarget", 24272 "HtmlElement", 24273 "HtmlMediaElement", 24274 "Node" 24275 ], 24276 "HtmlBaseElement": [ 24277 "Element", 24278 "EventTarget", 24279 "HtmlElement", 24280 "Node" 24281 ], 24282 "HtmlBodyElement": [ 24283 "Element", 24284 "EventTarget", 24285 "HtmlElement", 24286 "Node" 24287 ], 24288 "HtmlBrElement": [ 24289 "Element", 24290 "EventTarget", 24291 "HtmlElement", 24292 "Node" 24293 ], 24294 "HtmlButtonElement": [ 24295 "Element", 24296 "EventTarget", 24297 "HtmlElement", 24298 "Node" 24299 ], 24300 "HtmlCanvasElement": [ 24301 "Element", 24302 "EventTarget", 24303 "HtmlElement", 24304 "Node" 24305 ], 24306 "HtmlCollection": [], 24307 "HtmlDListElement": [ 24308 "Element", 24309 "EventTarget", 24310 "HtmlElement", 24311 "Node" 24312 ], 24313 "HtmlDataElement": [ 24314 "Element", 24315 "EventTarget", 24316 "HtmlElement", 24317 "Node" 24318 ], 24319 "HtmlDataListElement": [ 24320 "Element", 24321 "EventTarget", 24322 "HtmlElement", 24323 "Node" 24324 ], 24325 "HtmlDetailsElement": [ 24326 "Element", 24327 "EventTarget", 24328 "HtmlElement", 24329 "Node" 24330 ], 24331 "HtmlDialogElement": [ 24332 "Element", 24333 "EventTarget", 24334 "HtmlElement", 24335 "Node" 24336 ], 24337 "HtmlDirectoryElement": [ 24338 "Element", 24339 "EventTarget", 24340 "HtmlElement", 24341 "Node" 24342 ], 24343 "HtmlDivElement": [ 24344 "Element", 24345 "EventTarget", 24346 "HtmlElement", 24347 "Node" 24348 ], 24349 "HtmlDocument": [ 24350 "Document", 24351 "EventTarget", 24352 "Node" 24353 ], 24354 "HtmlElement": [ 24355 "Element", 24356 "EventTarget", 24357 "Node" 24358 ], 24359 "HtmlEmbedElement": [ 24360 "Element", 24361 "EventTarget", 24362 "HtmlElement", 24363 "Node" 24364 ], 24365 "HtmlFieldSetElement": [ 24366 "Element", 24367 "EventTarget", 24368 "HtmlElement", 24369 "Node" 24370 ], 24371 "HtmlFontElement": [ 24372 "Element", 24373 "EventTarget", 24374 "HtmlElement", 24375 "Node" 24376 ], 24377 "HtmlFormControlsCollection": [ 24378 "HtmlCollection" 24379 ], 24380 "HtmlFormElement": [ 24381 "Element", 24382 "EventTarget", 24383 "HtmlElement", 24384 "Node" 24385 ], 24386 "HtmlFrameElement": [ 24387 "Element", 24388 "EventTarget", 24389 "HtmlElement", 24390 "Node" 24391 ], 24392 "HtmlFrameSetElement": [ 24393 "Element", 24394 "EventTarget", 24395 "HtmlElement", 24396 "Node" 24397 ], 24398 "HtmlHeadElement": [ 24399 "Element", 24400 "EventTarget", 24401 "HtmlElement", 24402 "Node" 24403 ], 24404 "HtmlHeadingElement": [ 24405 "Element", 24406 "EventTarget", 24407 "HtmlElement", 24408 "Node" 24409 ], 24410 "HtmlHrElement": [ 24411 "Element", 24412 "EventTarget", 24413 "HtmlElement", 24414 "Node" 24415 ], 24416 "HtmlHtmlElement": [ 24417 "Element", 24418 "EventTarget", 24419 "HtmlElement", 24420 "Node" 24421 ], 24422 "HtmlIFrameElement": [ 24423 "Element", 24424 "EventTarget", 24425 "HtmlElement", 24426 "Node" 24427 ], 24428 "HtmlImageElement": [ 24429 "Element", 24430 "EventTarget", 24431 "HtmlElement", 24432 "Node" 24433 ], 24434 "HtmlInputElement": [ 24435 "Element", 24436 "EventTarget", 24437 "HtmlElement", 24438 "Node" 24439 ], 24440 "HtmlLabelElement": [ 24441 "Element", 24442 "EventTarget", 24443 "HtmlElement", 24444 "Node" 24445 ], 24446 "HtmlLegendElement": [ 24447 "Element", 24448 "EventTarget", 24449 "HtmlElement", 24450 "Node" 24451 ], 24452 "HtmlLiElement": [ 24453 "Element", 24454 "EventTarget", 24455 "HtmlElement", 24456 "Node" 24457 ], 24458 "HtmlLinkElement": [ 24459 "Element", 24460 "EventTarget", 24461 "HtmlElement", 24462 "Node" 24463 ], 24464 "HtmlMapElement": [ 24465 "Element", 24466 "EventTarget", 24467 "HtmlElement", 24468 "Node" 24469 ], 24470 "HtmlMediaElement": [ 24471 "Element", 24472 "EventTarget", 24473 "HtmlElement", 24474 "Node" 24475 ], 24476 "HtmlMenuElement": [ 24477 "Element", 24478 "EventTarget", 24479 "HtmlElement", 24480 "Node" 24481 ], 24482 "HtmlMenuItemElement": [ 24483 "Element", 24484 "EventTarget", 24485 "HtmlElement", 24486 "Node" 24487 ], 24488 "HtmlMetaElement": [ 24489 "Element", 24490 "EventTarget", 24491 "HtmlElement", 24492 "Node" 24493 ], 24494 "HtmlMeterElement": [ 24495 "Element", 24496 "EventTarget", 24497 "HtmlElement", 24498 "Node" 24499 ], 24500 "HtmlModElement": [ 24501 "Element", 24502 "EventTarget", 24503 "HtmlElement", 24504 "Node" 24505 ], 24506 "HtmlOListElement": [ 24507 "Element", 24508 "EventTarget", 24509 "HtmlElement", 24510 "Node" 24511 ], 24512 "HtmlObjectElement": [ 24513 "Element", 24514 "EventTarget", 24515 "HtmlElement", 24516 "Node" 24517 ], 24518 "HtmlOptGroupElement": [ 24519 "Element", 24520 "EventTarget", 24521 "HtmlElement", 24522 "Node" 24523 ], 24524 "HtmlOptionElement": [ 24525 "Element", 24526 "EventTarget", 24527 "HtmlElement", 24528 "Node" 24529 ], 24530 "HtmlOptionsCollection": [ 24531 "HtmlCollection" 24532 ], 24533 "HtmlOutputElement": [ 24534 "Element", 24535 "EventTarget", 24536 "HtmlElement", 24537 "Node" 24538 ], 24539 "HtmlParagraphElement": [ 24540 "Element", 24541 "EventTarget", 24542 "HtmlElement", 24543 "Node" 24544 ], 24545 "HtmlParamElement": [ 24546 "Element", 24547 "EventTarget", 24548 "HtmlElement", 24549 "Node" 24550 ], 24551 "HtmlPictureElement": [ 24552 "Element", 24553 "EventTarget", 24554 "HtmlElement", 24555 "Node" 24556 ], 24557 "HtmlPreElement": [ 24558 "Element", 24559 "EventTarget", 24560 "HtmlElement", 24561 "Node" 24562 ], 24563 "HtmlProgressElement": [ 24564 "Element", 24565 "EventTarget", 24566 "HtmlElement", 24567 "Node" 24568 ], 24569 "HtmlQuoteElement": [ 24570 "Element", 24571 "EventTarget", 24572 "HtmlElement", 24573 "Node" 24574 ], 24575 "HtmlScriptElement": [ 24576 "Element", 24577 "EventTarget", 24578 "HtmlElement", 24579 "Node" 24580 ], 24581 "HtmlSelectElement": [ 24582 "Element", 24583 "EventTarget", 24584 "HtmlElement", 24585 "Node" 24586 ], 24587 "HtmlSlotElement": [ 24588 "Element", 24589 "EventTarget", 24590 "HtmlElement", 24591 "Node" 24592 ], 24593 "HtmlSourceElement": [ 24594 "Element", 24595 "EventTarget", 24596 "HtmlElement", 24597 "Node" 24598 ], 24599 "HtmlSpanElement": [ 24600 "Element", 24601 "EventTarget", 24602 "HtmlElement", 24603 "Node" 24604 ], 24605 "HtmlStyleElement": [ 24606 "Element", 24607 "EventTarget", 24608 "HtmlElement", 24609 "Node" 24610 ], 24611 "HtmlTableCaptionElement": [ 24612 "Element", 24613 "EventTarget", 24614 "HtmlElement", 24615 "Node" 24616 ], 24617 "HtmlTableCellElement": [ 24618 "Element", 24619 "EventTarget", 24620 "HtmlElement", 24621 "Node" 24622 ], 24623 "HtmlTableColElement": [ 24624 "Element", 24625 "EventTarget", 24626 "HtmlElement", 24627 "Node" 24628 ], 24629 "HtmlTableElement": [ 24630 "Element", 24631 "EventTarget", 24632 "HtmlElement", 24633 "Node" 24634 ], 24635 "HtmlTableRowElement": [ 24636 "Element", 24637 "EventTarget", 24638 "HtmlElement", 24639 "Node" 24640 ], 24641 "HtmlTableSectionElement": [ 24642 "Element", 24643 "EventTarget", 24644 "HtmlElement", 24645 "Node" 24646 ], 24647 "HtmlTemplateElement": [ 24648 "Element", 24649 "EventTarget", 24650 "HtmlElement", 24651 "Node" 24652 ], 24653 "HtmlTextAreaElement": [ 24654 "Element", 24655 "EventTarget", 24656 "HtmlElement", 24657 "Node" 24658 ], 24659 "HtmlTimeElement": [ 24660 "Element", 24661 "EventTarget", 24662 "HtmlElement", 24663 "Node" 24664 ], 24665 "HtmlTitleElement": [ 24666 "Element", 24667 "EventTarget", 24668 "HtmlElement", 24669 "Node" 24670 ], 24671 "HtmlTrackElement": [ 24672 "Element", 24673 "EventTarget", 24674 "HtmlElement", 24675 "Node" 24676 ], 24677 "HtmlUListElement": [ 24678 "Element", 24679 "EventTarget", 24680 "HtmlElement", 24681 "Node" 24682 ], 24683 "HtmlUnknownElement": [ 24684 "Element", 24685 "EventTarget", 24686 "HtmlElement", 24687 "Node" 24688 ], 24689 "HtmlVideoElement": [ 24690 "Element", 24691 "EventTarget", 24692 "HtmlElement", 24693 "HtmlMediaElement", 24694 "Node" 24695 ], 24696 "HttpConnDict": [], 24697 "HttpConnInfo": [], 24698 "HttpConnectionElement": [], 24699 "IdbCursor": [], 24700 "IdbCursorDirection": [], 24701 "IdbCursorWithValue": [ 24702 "IdbCursor" 24703 ], 24704 "IdbDatabase": [ 24705 "EventTarget" 24706 ], 24707 "IdbFactory": [], 24708 "IdbFileHandle": [ 24709 "EventTarget" 24710 ], 24711 "IdbFileMetadataParameters": [], 24712 "IdbFileRequest": [ 24713 "DomRequest", 24714 "EventTarget" 24715 ], 24716 "IdbIndex": [], 24717 "IdbIndexParameters": [], 24718 "IdbKeyRange": [], 24719 "IdbLocaleAwareKeyRange": [ 24720 "IdbKeyRange" 24721 ], 24722 "IdbMutableFile": [ 24723 "EventTarget" 24724 ], 24725 "IdbObjectStore": [], 24726 "IdbObjectStoreParameters": [], 24727 "IdbOpenDbOptions": [], 24728 "IdbOpenDbRequest": [ 24729 "EventTarget", 24730 "IdbRequest" 24731 ], 24732 "IdbRequest": [ 24733 "EventTarget" 24734 ], 24735 "IdbRequestReadyState": [], 24736 "IdbTransaction": [ 24737 "EventTarget" 24738 ], 24739 "IdbTransactionMode": [], 24740 "IdbVersionChangeEvent": [ 24741 "Event" 24742 ], 24743 "IdbVersionChangeEventInit": [], 24744 "IdleDeadline": [], 24745 "IdleRequestOptions": [], 24746 "IirFilterNode": [ 24747 "AudioNode", 24748 "EventTarget" 24749 ], 24750 "IirFilterOptions": [], 24751 "ImageBitmap": [], 24752 "ImageBitmapOptions": [], 24753 "ImageBitmapRenderingContext": [], 24754 "ImageCapture": [], 24755 "ImageCaptureError": [], 24756 "ImageCaptureErrorEvent": [ 24757 "Event" 24758 ], 24759 "ImageCaptureErrorEventInit": [], 24760 "ImageData": [], 24761 "ImageDecodeOptions": [], 24762 "ImageDecodeResult": [], 24763 "ImageDecoder": [], 24764 "ImageDecoderInit": [], 24765 "ImageEncodeOptions": [], 24766 "ImageOrientation": [], 24767 "ImageTrack": [ 24768 "EventTarget" 24769 ], 24770 "ImageTrackList": [], 24771 "InputEvent": [ 24772 "Event", 24773 "UiEvent" 24774 ], 24775 "InputEventInit": [], 24776 "IntersectionObserver": [], 24777 "IntersectionObserverEntry": [], 24778 "IntersectionObserverEntryInit": [], 24779 "IntersectionObserverInit": [], 24780 "IntlUtils": [], 24781 "IsInputPendingOptions": [], 24782 "IterableKeyAndValueResult": [], 24783 "IterableKeyOrValueResult": [], 24784 "IterationCompositeOperation": [], 24785 "JsonWebKey": [], 24786 "KeyAlgorithm": [], 24787 "KeyEvent": [], 24788 "KeyIdsInitData": [], 24789 "KeyboardEvent": [ 24790 "Event", 24791 "UiEvent" 24792 ], 24793 "KeyboardEventInit": [], 24794 "KeyframeAnimationOptions": [], 24795 "KeyframeEffect": [ 24796 "AnimationEffect" 24797 ], 24798 "KeyframeEffectOptions": [], 24799 "L10nElement": [], 24800 "L10nValue": [], 24801 "LatencyMode": [], 24802 "LifecycleCallbacks": [], 24803 "LineAlignSetting": [], 24804 "ListBoxObject": [], 24805 "LocalMediaStream": [ 24806 "EventTarget", 24807 "MediaStream" 24808 ], 24809 "LocaleInfo": [], 24810 "Location": [], 24811 "Lock": [], 24812 "LockInfo": [], 24813 "LockManager": [], 24814 "LockManagerSnapshot": [], 24815 "LockMode": [], 24816 "LockOptions": [], 24817 "MediaCapabilities": [], 24818 "MediaCapabilitiesInfo": [], 24819 "MediaConfiguration": [], 24820 "MediaDecodingConfiguration": [], 24821 "MediaDecodingType": [], 24822 "MediaDeviceInfo": [], 24823 "MediaDeviceKind": [], 24824 "MediaDevices": [ 24825 "EventTarget" 24826 ], 24827 "MediaElementAudioSourceNode": [ 24828 "AudioNode", 24829 "EventTarget" 24830 ], 24831 "MediaElementAudioSourceOptions": [], 24832 "MediaEncodingConfiguration": [], 24833 "MediaEncodingType": [], 24834 "MediaEncryptedEvent": [ 24835 "Event" 24836 ], 24837 "MediaError": [], 24838 "MediaImage": [], 24839 "MediaKeyError": [ 24840 "Event" 24841 ], 24842 "MediaKeyMessageEvent": [ 24843 "Event" 24844 ], 24845 "MediaKeyMessageEventInit": [], 24846 "MediaKeyMessageType": [], 24847 "MediaKeyNeededEventInit": [], 24848 "MediaKeySession": [ 24849 "EventTarget" 24850 ], 24851 "MediaKeySessionType": [], 24852 "MediaKeyStatus": [], 24853 "MediaKeyStatusMap": [], 24854 "MediaKeySystemAccess": [], 24855 "MediaKeySystemConfiguration": [], 24856 "MediaKeySystemMediaCapability": [], 24857 "MediaKeySystemStatus": [], 24858 "MediaKeys": [], 24859 "MediaKeysPolicy": [], 24860 "MediaKeysRequirement": [], 24861 "MediaList": [], 24862 "MediaMetadata": [], 24863 "MediaMetadataInit": [], 24864 "MediaPositionState": [], 24865 "MediaQueryList": [ 24866 "EventTarget" 24867 ], 24868 "MediaQueryListEvent": [ 24869 "Event" 24870 ], 24871 "MediaQueryListEventInit": [], 24872 "MediaRecorder": [ 24873 "EventTarget" 24874 ], 24875 "MediaRecorderErrorEvent": [ 24876 "Event" 24877 ], 24878 "MediaRecorderErrorEventInit": [], 24879 "MediaRecorderOptions": [], 24880 "MediaSession": [], 24881 "MediaSessionAction": [], 24882 "MediaSessionActionDetails": [], 24883 "MediaSessionPlaybackState": [], 24884 "MediaSource": [ 24885 "EventTarget" 24886 ], 24887 "MediaSourceEndOfStreamError": [], 24888 "MediaSourceEnum": [], 24889 "MediaSourceReadyState": [], 24890 "MediaStream": [ 24891 "EventTarget" 24892 ], 24893 "MediaStreamAudioDestinationNode": [ 24894 "AudioNode", 24895 "EventTarget" 24896 ], 24897 "MediaStreamAudioSourceNode": [ 24898 "AudioNode", 24899 "EventTarget" 24900 ], 24901 "MediaStreamAudioSourceOptions": [], 24902 "MediaStreamConstraints": [], 24903 "MediaStreamError": [], 24904 "MediaStreamEvent": [ 24905 "Event" 24906 ], 24907 "MediaStreamEventInit": [], 24908 "MediaStreamTrack": [ 24909 "EventTarget" 24910 ], 24911 "MediaStreamTrackEvent": [ 24912 "Event" 24913 ], 24914 "MediaStreamTrackEventInit": [], 24915 "MediaStreamTrackGenerator": [ 24916 "EventTarget", 24917 "MediaStreamTrack" 24918 ], 24919 "MediaStreamTrackGeneratorInit": [], 24920 "MediaStreamTrackProcessor": [], 24921 "MediaStreamTrackProcessorInit": [], 24922 "MediaStreamTrackState": [], 24923 "MediaTrackConstraintSet": [], 24924 "MediaTrackConstraints": [], 24925 "MediaTrackSettings": [], 24926 "MediaTrackSupportedConstraints": [], 24927 "MemoryAttribution": [], 24928 "MemoryAttributionContainer": [], 24929 "MemoryBreakdownEntry": [], 24930 "MemoryMeasurement": [], 24931 "MessageChannel": [], 24932 "MessageEvent": [ 24933 "Event" 24934 ], 24935 "MessageEventInit": [], 24936 "MessagePort": [ 24937 "EventTarget" 24938 ], 24939 "MidiAccess": [ 24940 "EventTarget" 24941 ], 24942 "MidiConnectionEvent": [ 24943 "Event" 24944 ], 24945 "MidiConnectionEventInit": [], 24946 "MidiInput": [ 24947 "EventTarget", 24948 "MidiPort" 24949 ], 24950 "MidiInputMap": [], 24951 "MidiMessageEvent": [ 24952 "Event" 24953 ], 24954 "MidiMessageEventInit": [], 24955 "MidiOptions": [], 24956 "MidiOutput": [ 24957 "EventTarget", 24958 "MidiPort" 24959 ], 24960 "MidiOutputMap": [], 24961 "MidiPort": [ 24962 "EventTarget" 24963 ], 24964 "MidiPortConnectionState": [], 24965 "MidiPortDeviceState": [], 24966 "MidiPortType": [], 24967 "MimeType": [], 24968 "MimeTypeArray": [], 24969 "MouseEvent": [ 24970 "Event", 24971 "UiEvent" 24972 ], 24973 "MouseEventInit": [], 24974 "MouseScrollEvent": [ 24975 "Event", 24976 "MouseEvent", 24977 "UiEvent" 24978 ], 24979 "MozDebug": [], 24980 "MutationEvent": [ 24981 "Event" 24982 ], 24983 "MutationObserver": [], 24984 "MutationObserverInit": [], 24985 "MutationObservingInfo": [], 24986 "MutationRecord": [], 24987 "NamedNodeMap": [], 24988 "NativeOsFileReadOptions": [], 24989 "NativeOsFileWriteAtomicOptions": [], 24990 "NavigationType": [], 24991 "Navigator": [], 24992 "NavigatorAutomationInformation": [], 24993 "NetworkCommandOptions": [], 24994 "NetworkInformation": [ 24995 "EventTarget" 24996 ], 24997 "NetworkResultOptions": [], 24998 "Node": [ 24999 "EventTarget" 25000 ], 25001 "NodeFilter": [], 25002 "NodeIterator": [], 25003 "NodeList": [], 25004 "Notification": [ 25005 "EventTarget" 25006 ], 25007 "NotificationAction": [], 25008 "NotificationDirection": [], 25009 "NotificationEvent": [ 25010 "Event", 25011 "ExtendableEvent" 25012 ], 25013 "NotificationEventInit": [], 25014 "NotificationOptions": [], 25015 "NotificationPermission": [], 25016 "ObserverCallback": [], 25017 "OesElementIndexUint": [], 25018 "OesStandardDerivatives": [], 25019 "OesTextureFloat": [], 25020 "OesTextureFloatLinear": [], 25021 "OesTextureHalfFloat": [], 25022 "OesTextureHalfFloatLinear": [], 25023 "OesVertexArrayObject": [], 25024 "OfflineAudioCompletionEvent": [ 25025 "Event" 25026 ], 25027 "OfflineAudioCompletionEventInit": [], 25028 "OfflineAudioContext": [ 25029 "BaseAudioContext", 25030 "EventTarget" 25031 ], 25032 "OfflineAudioContextOptions": [], 25033 "OfflineResourceList": [ 25034 "EventTarget" 25035 ], 25036 "OffscreenCanvas": [ 25037 "EventTarget" 25038 ], 25039 "OffscreenCanvasRenderingContext2d": [], 25040 "OpenFilePickerOptions": [], 25041 "OpenWindowEventDetail": [], 25042 "OptionalEffectTiming": [], 25043 "OrientationLockType": [], 25044 "OrientationType": [], 25045 "OscillatorNode": [ 25046 "AudioNode", 25047 "AudioScheduledSourceNode", 25048 "EventTarget" 25049 ], 25050 "OscillatorOptions": [], 25051 "OscillatorType": [], 25052 "OverSampleType": [], 25053 "OvrMultiview2": [], 25054 "PageTransitionEvent": [ 25055 "Event" 25056 ], 25057 "PageTransitionEventInit": [], 25058 "PaintRequest": [], 25059 "PaintRequestList": [], 25060 "PaintWorkletGlobalScope": [ 25061 "WorkletGlobalScope" 25062 ], 25063 "PannerNode": [ 25064 "AudioNode", 25065 "EventTarget" 25066 ], 25067 "PannerOptions": [], 25068 "PanningModelType": [], 25069 "ParityType": [], 25070 "Path2d": [], 25071 "PaymentAddress": [], 25072 "PaymentComplete": [], 25073 "PaymentMethodChangeEvent": [ 25074 "Event", 25075 "PaymentRequestUpdateEvent" 25076 ], 25077 "PaymentMethodChangeEventInit": [], 25078 "PaymentRequestUpdateEvent": [ 25079 "Event" 25080 ], 25081 "PaymentRequestUpdateEventInit": [], 25082 "PaymentResponse": [], 25083 "Pbkdf2Params": [], 25084 "PcImplIceConnectionState": [], 25085 "PcImplIceGatheringState": [], 25086 "PcImplSignalingState": [], 25087 "PcObserverStateType": [], 25088 "Performance": [ 25089 "EventTarget" 25090 ], 25091 "PerformanceEntry": [], 25092 "PerformanceEntryEventInit": [], 25093 "PerformanceEntryFilterOptions": [], 25094 "PerformanceMark": [ 25095 "PerformanceEntry" 25096 ], 25097 "PerformanceMeasure": [ 25098 "PerformanceEntry" 25099 ], 25100 "PerformanceNavigation": [], 25101 "PerformanceNavigationTiming": [ 25102 "PerformanceEntry", 25103 "PerformanceResourceTiming" 25104 ], 25105 "PerformanceObserver": [], 25106 "PerformanceObserverEntryList": [], 25107 "PerformanceObserverInit": [], 25108 "PerformanceResourceTiming": [ 25109 "PerformanceEntry" 25110 ], 25111 "PerformanceServerTiming": [], 25112 "PerformanceTiming": [], 25113 "PeriodicWave": [], 25114 "PeriodicWaveConstraints": [], 25115 "PeriodicWaveOptions": [], 25116 "PermissionDescriptor": [], 25117 "PermissionName": [], 25118 "PermissionState": [], 25119 "PermissionStatus": [ 25120 "EventTarget" 25121 ], 25122 "Permissions": [], 25123 "PlaneLayout": [], 25124 "PlaybackDirection": [], 25125 "Plugin": [], 25126 "PluginArray": [], 25127 "PluginCrashedEventInit": [], 25128 "PointerEvent": [ 25129 "Event", 25130 "MouseEvent", 25131 "UiEvent" 25132 ], 25133 "PointerEventInit": [], 25134 "PopStateEvent": [ 25135 "Event" 25136 ], 25137 "PopStateEventInit": [], 25138 "PopupBlockedEvent": [ 25139 "Event" 25140 ], 25141 "PopupBlockedEventInit": [], 25142 "Position": [], 25143 "PositionAlignSetting": [], 25144 "PositionError": [], 25145 "PositionOptions": [], 25146 "PremultiplyAlpha": [], 25147 "Presentation": [], 25148 "PresentationAvailability": [ 25149 "EventTarget" 25150 ], 25151 "PresentationConnection": [ 25152 "EventTarget" 25153 ], 25154 "PresentationConnectionAvailableEvent": [ 25155 "Event" 25156 ], 25157 "PresentationConnectionAvailableEventInit": [], 25158 "PresentationConnectionBinaryType": [], 25159 "PresentationConnectionCloseEvent": [ 25160 "Event" 25161 ], 25162 "PresentationConnectionCloseEventInit": [], 25163 "PresentationConnectionClosedReason": [], 25164 "PresentationConnectionList": [ 25165 "EventTarget" 25166 ], 25167 "PresentationConnectionState": [], 25168 "PresentationReceiver": [], 25169 "PresentationRequest": [ 25170 "EventTarget" 25171 ], 25172 "PresentationStyle": [], 25173 "ProcessingInstruction": [ 25174 "CharacterData", 25175 "EventTarget", 25176 "Node" 25177 ], 25178 "ProfileTimelineLayerRect": [], 25179 "ProfileTimelineMarker": [], 25180 "ProfileTimelineMessagePortOperationType": [], 25181 "ProfileTimelineStackFrame": [], 25182 "ProfileTimelineWorkerOperationType": [], 25183 "ProgressEvent": [ 25184 "Event" 25185 ], 25186 "ProgressEventInit": [], 25187 "PromiseNativeHandler": [], 25188 "PromiseRejectionEvent": [ 25189 "Event" 25190 ], 25191 "PromiseRejectionEventInit": [], 25192 "PublicKeyCredential": [ 25193 "Credential" 25194 ], 25195 "PublicKeyCredentialCreationOptions": [], 25196 "PublicKeyCredentialDescriptor": [], 25197 "PublicKeyCredentialEntity": [], 25198 "PublicKeyCredentialParameters": [], 25199 "PublicKeyCredentialRequestOptions": [], 25200 "PublicKeyCredentialRpEntity": [], 25201 "PublicKeyCredentialType": [], 25202 "PublicKeyCredentialUserEntity": [], 25203 "PushEncryptionKeyName": [], 25204 "PushEvent": [ 25205 "Event", 25206 "ExtendableEvent" 25207 ], 25208 "PushEventInit": [], 25209 "PushManager": [], 25210 "PushMessageData": [], 25211 "PushPermissionState": [], 25212 "PushSubscription": [], 25213 "PushSubscriptionInit": [], 25214 "PushSubscriptionJson": [], 25215 "PushSubscriptionKeys": [], 25216 "PushSubscriptionOptions": [], 25217 "PushSubscriptionOptionsInit": [], 25218 "QueryOptions": [], 25219 "QueuingStrategy": [], 25220 "QueuingStrategyInit": [], 25221 "RadioNodeList": [ 25222 "NodeList" 25223 ], 25224 "Range": [], 25225 "RcwnPerfStats": [], 25226 "RcwnStatus": [], 25227 "ReadableByteStreamController": [], 25228 "ReadableStream": [], 25229 "ReadableStreamByobReader": [], 25230 "ReadableStreamByobRequest": [], 25231 "ReadableStreamDefaultController": [], 25232 "ReadableStreamDefaultReader": [], 25233 "ReadableStreamGetReaderOptions": [], 25234 "ReadableStreamIteratorOptions": [], 25235 "ReadableStreamReadResult": [], 25236 "ReadableStreamReaderMode": [], 25237 "ReadableStreamType": [], 25238 "ReadableWritablePair": [], 25239 "RecordingState": [], 25240 "ReferrerPolicy": [], 25241 "RegisterRequest": [], 25242 "RegisterResponse": [], 25243 "RegisteredKey": [], 25244 "RegistrationOptions": [], 25245 "Request": [], 25246 "RequestCache": [], 25247 "RequestCredentials": [], 25248 "RequestDestination": [], 25249 "RequestDeviceOptions": [], 25250 "RequestInit": [], 25251 "RequestMediaKeySystemAccessNotification": [], 25252 "RequestMode": [], 25253 "RequestRedirect": [], 25254 "ResizeObserver": [], 25255 "ResizeObserverBoxOptions": [], 25256 "ResizeObserverEntry": [], 25257 "ResizeObserverOptions": [], 25258 "ResizeObserverSize": [], 25259 "ResizeQuality": [], 25260 "Response": [], 25261 "ResponseInit": [], 25262 "ResponseType": [], 25263 "RsaHashedImportParams": [], 25264 "RsaOaepParams": [], 25265 "RsaOtherPrimesInfo": [], 25266 "RsaPssParams": [], 25267 "RtcAnswerOptions": [], 25268 "RtcBundlePolicy": [], 25269 "RtcCertificate": [], 25270 "RtcCertificateExpiration": [], 25271 "RtcCodecStats": [], 25272 "RtcConfiguration": [], 25273 "RtcDataChannel": [ 25274 "EventTarget" 25275 ], 25276 "RtcDataChannelEvent": [ 25277 "Event" 25278 ], 25279 "RtcDataChannelEventInit": [], 25280 "RtcDataChannelInit": [], 25281 "RtcDataChannelState": [], 25282 "RtcDataChannelType": [], 25283 "RtcDegradationPreference": [], 25284 "RtcFecParameters": [], 25285 "RtcIceCandidate": [], 25286 "RtcIceCandidateInit": [], 25287 "RtcIceCandidatePairStats": [], 25288 "RtcIceCandidateStats": [], 25289 "RtcIceComponentStats": [], 25290 "RtcIceConnectionState": [], 25291 "RtcIceCredentialType": [], 25292 "RtcIceGatheringState": [], 25293 "RtcIceServer": [], 25294 "RtcIceTransportPolicy": [], 25295 "RtcIdentityAssertion": [], 25296 "RtcIdentityAssertionResult": [], 25297 "RtcIdentityProvider": [], 25298 "RtcIdentityProviderDetails": [], 25299 "RtcIdentityProviderOptions": [], 25300 "RtcIdentityProviderRegistrar": [], 25301 "RtcIdentityValidationResult": [], 25302 "RtcInboundRtpStreamStats": [], 25303 "RtcMediaStreamStats": [], 25304 "RtcMediaStreamTrackStats": [], 25305 "RtcOfferAnswerOptions": [], 25306 "RtcOfferOptions": [], 25307 "RtcOutboundRtpStreamStats": [], 25308 "RtcPeerConnection": [ 25309 "EventTarget" 25310 ], 25311 "RtcPeerConnectionIceErrorEvent": [ 25312 "Event" 25313 ], 25314 "RtcPeerConnectionIceEvent": [ 25315 "Event" 25316 ], 25317 "RtcPeerConnectionIceEventInit": [], 25318 "RtcPeerConnectionState": [], 25319 "RtcPriorityType": [], 25320 "RtcRtcpParameters": [], 25321 "RtcRtpCapabilities": [], 25322 "RtcRtpCodecCapability": [], 25323 "RtcRtpCodecParameters": [], 25324 "RtcRtpContributingSource": [], 25325 "RtcRtpEncodingParameters": [], 25326 "RtcRtpHeaderExtensionCapability": [], 25327 "RtcRtpHeaderExtensionParameters": [], 25328 "RtcRtpParameters": [], 25329 "RtcRtpReceiver": [], 25330 "RtcRtpSender": [], 25331 "RtcRtpSourceEntry": [], 25332 "RtcRtpSourceEntryType": [], 25333 "RtcRtpSynchronizationSource": [], 25334 "RtcRtpTransceiver": [], 25335 "RtcRtpTransceiverDirection": [], 25336 "RtcRtpTransceiverInit": [], 25337 "RtcRtxParameters": [], 25338 "RtcSdpType": [], 25339 "RtcSessionDescription": [], 25340 "RtcSessionDescriptionInit": [], 25341 "RtcSignalingState": [], 25342 "RtcStats": [], 25343 "RtcStatsIceCandidatePairState": [], 25344 "RtcStatsIceCandidateType": [], 25345 "RtcStatsReport": [], 25346 "RtcStatsReportInternal": [], 25347 "RtcStatsType": [], 25348 "RtcTrackEvent": [ 25349 "Event" 25350 ], 25351 "RtcTrackEventInit": [], 25352 "RtcTransportStats": [], 25353 "RtcdtmfSender": [ 25354 "EventTarget" 25355 ], 25356 "RtcdtmfToneChangeEvent": [ 25357 "Event" 25358 ], 25359 "RtcdtmfToneChangeEventInit": [], 25360 "RtcrtpContributingSourceStats": [], 25361 "RtcrtpStreamStats": [], 25362 "SaveFilePickerOptions": [], 25363 "Scheduler": [], 25364 "SchedulerPostTaskOptions": [], 25365 "Scheduling": [], 25366 "Screen": [ 25367 "EventTarget" 25368 ], 25369 "ScreenColorGamut": [], 25370 "ScreenLuminance": [], 25371 "ScreenOrientation": [ 25372 "EventTarget" 25373 ], 25374 "ScriptProcessorNode": [ 25375 "AudioNode", 25376 "EventTarget" 25377 ], 25378 "ScrollAreaEvent": [ 25379 "Event", 25380 "UiEvent" 25381 ], 25382 "ScrollBehavior": [], 25383 "ScrollBoxObject": [], 25384 "ScrollIntoViewOptions": [], 25385 "ScrollLogicalPosition": [], 25386 "ScrollOptions": [], 25387 "ScrollRestoration": [], 25388 "ScrollSetting": [], 25389 "ScrollState": [], 25390 "ScrollToOptions": [], 25391 "ScrollViewChangeEventInit": [], 25392 "SecurityPolicyViolationEvent": [ 25393 "Event" 25394 ], 25395 "SecurityPolicyViolationEventDisposition": [], 25396 "SecurityPolicyViolationEventInit": [], 25397 "Selection": [], 25398 "SelectionMode": [], 25399 "Serial": [ 25400 "EventTarget" 25401 ], 25402 "SerialInputSignals": [], 25403 "SerialOptions": [], 25404 "SerialOutputSignals": [], 25405 "SerialPort": [ 25406 "EventTarget" 25407 ], 25408 "SerialPortFilter": [], 25409 "SerialPortInfo": [], 25410 "SerialPortRequestOptions": [], 25411 "ServerSocketOptions": [], 25412 "ServiceWorker": [ 25413 "EventTarget" 25414 ], 25415 "ServiceWorkerContainer": [ 25416 "EventTarget" 25417 ], 25418 "ServiceWorkerGlobalScope": [ 25419 "EventTarget", 25420 "WorkerGlobalScope" 25421 ], 25422 "ServiceWorkerRegistration": [ 25423 "EventTarget" 25424 ], 25425 "ServiceWorkerState": [], 25426 "ServiceWorkerUpdateViaCache": [], 25427 "ShadowRoot": [ 25428 "DocumentFragment", 25429 "EventTarget", 25430 "Node" 25431 ], 25432 "ShadowRootInit": [], 25433 "ShadowRootMode": [], 25434 "ShareData": [], 25435 "SharedWorker": [ 25436 "EventTarget" 25437 ], 25438 "SharedWorkerGlobalScope": [ 25439 "EventTarget", 25440 "WorkerGlobalScope" 25441 ], 25442 "SignResponse": [], 25443 "SocketElement": [], 25444 "SocketOptions": [], 25445 "SocketReadyState": [], 25446 "SocketsDict": [], 25447 "SourceBuffer": [ 25448 "EventTarget" 25449 ], 25450 "SourceBufferAppendMode": [], 25451 "SourceBufferList": [ 25452 "EventTarget" 25453 ], 25454 "SpeechGrammar": [], 25455 "SpeechGrammarList": [], 25456 "SpeechRecognition": [ 25457 "EventTarget" 25458 ], 25459 "SpeechRecognitionAlternative": [], 25460 "SpeechRecognitionError": [ 25461 "Event" 25462 ], 25463 "SpeechRecognitionErrorCode": [], 25464 "SpeechRecognitionErrorInit": [], 25465 "SpeechRecognitionEvent": [ 25466 "Event" 25467 ], 25468 "SpeechRecognitionEventInit": [], 25469 "SpeechRecognitionResult": [], 25470 "SpeechRecognitionResultList": [], 25471 "SpeechSynthesis": [ 25472 "EventTarget" 25473 ], 25474 "SpeechSynthesisErrorCode": [], 25475 "SpeechSynthesisErrorEvent": [ 25476 "Event", 25477 "SpeechSynthesisEvent" 25478 ], 25479 "SpeechSynthesisErrorEventInit": [], 25480 "SpeechSynthesisEvent": [ 25481 "Event" 25482 ], 25483 "SpeechSynthesisEventInit": [], 25484 "SpeechSynthesisUtterance": [ 25485 "EventTarget" 25486 ], 25487 "SpeechSynthesisVoice": [], 25488 "StereoPannerNode": [ 25489 "AudioNode", 25490 "EventTarget" 25491 ], 25492 "StereoPannerOptions": [], 25493 "Storage": [], 25494 "StorageEstimate": [], 25495 "StorageEvent": [ 25496 "Event" 25497 ], 25498 "StorageEventInit": [], 25499 "StorageManager": [], 25500 "StorageType": [], 25501 "StreamPipeOptions": [], 25502 "StyleRuleChangeEventInit": [], 25503 "StyleSheet": [], 25504 "StyleSheetApplicableStateChangeEventInit": [], 25505 "StyleSheetChangeEventInit": [], 25506 "StyleSheetList": [], 25507 "SubmitEvent": [ 25508 "Event" 25509 ], 25510 "SubmitEventInit": [], 25511 "SubtleCrypto": [], 25512 "SupportedType": [], 25513 "SvcOutputMetadata": [], 25514 "SvgAngle": [], 25515 "SvgAnimateElement": [ 25516 "Element", 25517 "EventTarget", 25518 "Node", 25519 "SvgAnimationElement", 25520 "SvgElement" 25521 ], 25522 "SvgAnimateMotionElement": [ 25523 "Element", 25524 "EventTarget", 25525 "Node", 25526 "SvgAnimationElement", 25527 "SvgElement" 25528 ], 25529 "SvgAnimateTransformElement": [ 25530 "Element", 25531 "EventTarget", 25532 "Node", 25533 "SvgAnimationElement", 25534 "SvgElement" 25535 ], 25536 "SvgAnimatedAngle": [], 25537 "SvgAnimatedBoolean": [], 25538 "SvgAnimatedEnumeration": [], 25539 "SvgAnimatedInteger": [], 25540 "SvgAnimatedLength": [], 25541 "SvgAnimatedLengthList": [], 25542 "SvgAnimatedNumber": [], 25543 "SvgAnimatedNumberList": [], 25544 "SvgAnimatedPreserveAspectRatio": [], 25545 "SvgAnimatedRect": [], 25546 "SvgAnimatedString": [], 25547 "SvgAnimatedTransformList": [], 25548 "SvgAnimationElement": [ 25549 "Element", 25550 "EventTarget", 25551 "Node", 25552 "SvgElement" 25553 ], 25554 "SvgBoundingBoxOptions": [], 25555 "SvgCircleElement": [ 25556 "Element", 25557 "EventTarget", 25558 "Node", 25559 "SvgElement", 25560 "SvgGeometryElement", 25561 "SvgGraphicsElement" 25562 ], 25563 "SvgClipPathElement": [ 25564 "Element", 25565 "EventTarget", 25566 "Node", 25567 "SvgElement" 25568 ], 25569 "SvgComponentTransferFunctionElement": [ 25570 "Element", 25571 "EventTarget", 25572 "Node", 25573 "SvgElement" 25574 ], 25575 "SvgDefsElement": [ 25576 "Element", 25577 "EventTarget", 25578 "Node", 25579 "SvgElement", 25580 "SvgGraphicsElement" 25581 ], 25582 "SvgDescElement": [ 25583 "Element", 25584 "EventTarget", 25585 "Node", 25586 "SvgElement" 25587 ], 25588 "SvgElement": [ 25589 "Element", 25590 "EventTarget", 25591 "Node" 25592 ], 25593 "SvgEllipseElement": [ 25594 "Element", 25595 "EventTarget", 25596 "Node", 25597 "SvgElement", 25598 "SvgGeometryElement", 25599 "SvgGraphicsElement" 25600 ], 25601 "SvgFilterElement": [ 25602 "Element", 25603 "EventTarget", 25604 "Node", 25605 "SvgElement" 25606 ], 25607 "SvgForeignObjectElement": [ 25608 "Element", 25609 "EventTarget", 25610 "Node", 25611 "SvgElement", 25612 "SvgGraphicsElement" 25613 ], 25614 "SvgGeometryElement": [ 25615 "Element", 25616 "EventTarget", 25617 "Node", 25618 "SvgElement", 25619 "SvgGraphicsElement" 25620 ], 25621 "SvgGradientElement": [ 25622 "Element", 25623 "EventTarget", 25624 "Node", 25625 "SvgElement" 25626 ], 25627 "SvgGraphicsElement": [ 25628 "Element", 25629 "EventTarget", 25630 "Node", 25631 "SvgElement" 25632 ], 25633 "SvgImageElement": [ 25634 "Element", 25635 "EventTarget", 25636 "Node", 25637 "SvgElement", 25638 "SvgGraphicsElement" 25639 ], 25640 "SvgLength": [], 25641 "SvgLengthList": [], 25642 "SvgLineElement": [ 25643 "Element", 25644 "EventTarget", 25645 "Node", 25646 "SvgElement", 25647 "SvgGeometryElement", 25648 "SvgGraphicsElement" 25649 ], 25650 "SvgLinearGradientElement": [ 25651 "Element", 25652 "EventTarget", 25653 "Node", 25654 "SvgElement", 25655 "SvgGradientElement" 25656 ], 25657 "SvgMarkerElement": [ 25658 "Element", 25659 "EventTarget", 25660 "Node", 25661 "SvgElement" 25662 ], 25663 "SvgMaskElement": [ 25664 "Element", 25665 "EventTarget", 25666 "Node", 25667 "SvgElement" 25668 ], 25669 "SvgMatrix": [], 25670 "SvgMetadataElement": [ 25671 "Element", 25672 "EventTarget", 25673 "Node", 25674 "SvgElement" 25675 ], 25676 "SvgNumber": [], 25677 "SvgNumberList": [], 25678 "SvgPathElement": [ 25679 "Element", 25680 "EventTarget", 25681 "Node", 25682 "SvgElement", 25683 "SvgGeometryElement", 25684 "SvgGraphicsElement" 25685 ], 25686 "SvgPathSeg": [], 25687 "SvgPathSegArcAbs": [ 25688 "SvgPathSeg" 25689 ], 25690 "SvgPathSegArcRel": [ 25691 "SvgPathSeg" 25692 ], 25693 "SvgPathSegClosePath": [ 25694 "SvgPathSeg" 25695 ], 25696 "SvgPathSegCurvetoCubicAbs": [ 25697 "SvgPathSeg" 25698 ], 25699 "SvgPathSegCurvetoCubicRel": [ 25700 "SvgPathSeg" 25701 ], 25702 "SvgPathSegCurvetoCubicSmoothAbs": [ 25703 "SvgPathSeg" 25704 ], 25705 "SvgPathSegCurvetoCubicSmoothRel": [ 25706 "SvgPathSeg" 25707 ], 25708 "SvgPathSegCurvetoQuadraticAbs": [ 25709 "SvgPathSeg" 25710 ], 25711 "SvgPathSegCurvetoQuadraticRel": [ 25712 "SvgPathSeg" 25713 ], 25714 "SvgPathSegCurvetoQuadraticSmoothAbs": [ 25715 "SvgPathSeg" 25716 ], 25717 "SvgPathSegCurvetoQuadraticSmoothRel": [ 25718 "SvgPathSeg" 25719 ], 25720 "SvgPathSegLinetoAbs": [ 25721 "SvgPathSeg" 25722 ], 25723 "SvgPathSegLinetoHorizontalAbs": [ 25724 "SvgPathSeg" 25725 ], 25726 "SvgPathSegLinetoHorizontalRel": [ 25727 "SvgPathSeg" 25728 ], 25729 "SvgPathSegLinetoRel": [ 25730 "SvgPathSeg" 25731 ], 25732 "SvgPathSegLinetoVerticalAbs": [ 25733 "SvgPathSeg" 25734 ], 25735 "SvgPathSegLinetoVerticalRel": [ 25736 "SvgPathSeg" 25737 ], 25738 "SvgPathSegList": [], 25739 "SvgPathSegMovetoAbs": [ 25740 "SvgPathSeg" 25741 ], 25742 "SvgPathSegMovetoRel": [ 25743 "SvgPathSeg" 25744 ], 25745 "SvgPatternElement": [ 25746 "Element", 25747 "EventTarget", 25748 "Node", 25749 "SvgElement" 25750 ], 25751 "SvgPoint": [], 25752 "SvgPointList": [], 25753 "SvgPolygonElement": [ 25754 "Element", 25755 "EventTarget", 25756 "Node", 25757 "SvgElement", 25758 "SvgGeometryElement", 25759 "SvgGraphicsElement" 25760 ], 25761 "SvgPolylineElement": [ 25762 "Element", 25763 "EventTarget", 25764 "Node", 25765 "SvgElement", 25766 "SvgGeometryElement", 25767 "SvgGraphicsElement" 25768 ], 25769 "SvgPreserveAspectRatio": [], 25770 "SvgRadialGradientElement": [ 25771 "Element", 25772 "EventTarget", 25773 "Node", 25774 "SvgElement", 25775 "SvgGradientElement" 25776 ], 25777 "SvgRect": [], 25778 "SvgRectElement": [ 25779 "Element", 25780 "EventTarget", 25781 "Node", 25782 "SvgElement", 25783 "SvgGeometryElement", 25784 "SvgGraphicsElement" 25785 ], 25786 "SvgScriptElement": [ 25787 "Element", 25788 "EventTarget", 25789 "Node", 25790 "SvgElement" 25791 ], 25792 "SvgSetElement": [ 25793 "Element", 25794 "EventTarget", 25795 "Node", 25796 "SvgAnimationElement", 25797 "SvgElement" 25798 ], 25799 "SvgStopElement": [ 25800 "Element", 25801 "EventTarget", 25802 "Node", 25803 "SvgElement" 25804 ], 25805 "SvgStringList": [], 25806 "SvgStyleElement": [ 25807 "Element", 25808 "EventTarget", 25809 "Node", 25810 "SvgElement" 25811 ], 25812 "SvgSwitchElement": [ 25813 "Element", 25814 "EventTarget", 25815 "Node", 25816 "SvgElement", 25817 "SvgGraphicsElement" 25818 ], 25819 "SvgSymbolElement": [ 25820 "Element", 25821 "EventTarget", 25822 "Node", 25823 "SvgElement" 25824 ], 25825 "SvgTextContentElement": [ 25826 "Element", 25827 "EventTarget", 25828 "Node", 25829 "SvgElement", 25830 "SvgGraphicsElement" 25831 ], 25832 "SvgTextElement": [ 25833 "Element", 25834 "EventTarget", 25835 "Node", 25836 "SvgElement", 25837 "SvgGraphicsElement", 25838 "SvgTextContentElement", 25839 "SvgTextPositioningElement" 25840 ], 25841 "SvgTextPathElement": [ 25842 "Element", 25843 "EventTarget", 25844 "Node", 25845 "SvgElement", 25846 "SvgGraphicsElement", 25847 "SvgTextContentElement" 25848 ], 25849 "SvgTextPositioningElement": [ 25850 "Element", 25851 "EventTarget", 25852 "Node", 25853 "SvgElement", 25854 "SvgGraphicsElement", 25855 "SvgTextContentElement" 25856 ], 25857 "SvgTitleElement": [ 25858 "Element", 25859 "EventTarget", 25860 "Node", 25861 "SvgElement" 25862 ], 25863 "SvgTransform": [], 25864 "SvgTransformList": [], 25865 "SvgUnitTypes": [], 25866 "SvgUseElement": [ 25867 "Element", 25868 "EventTarget", 25869 "Node", 25870 "SvgElement", 25871 "SvgGraphicsElement" 25872 ], 25873 "SvgViewElement": [ 25874 "Element", 25875 "EventTarget", 25876 "Node", 25877 "SvgElement" 25878 ], 25879 "SvgZoomAndPan": [], 25880 "SvgaElement": [ 25881 "Element", 25882 "EventTarget", 25883 "Node", 25884 "SvgElement", 25885 "SvgGraphicsElement" 25886 ], 25887 "SvgfeBlendElement": [ 25888 "Element", 25889 "EventTarget", 25890 "Node", 25891 "SvgElement" 25892 ], 25893 "SvgfeColorMatrixElement": [ 25894 "Element", 25895 "EventTarget", 25896 "Node", 25897 "SvgElement" 25898 ], 25899 "SvgfeComponentTransferElement": [ 25900 "Element", 25901 "EventTarget", 25902 "Node", 25903 "SvgElement" 25904 ], 25905 "SvgfeCompositeElement": [ 25906 "Element", 25907 "EventTarget", 25908 "Node", 25909 "SvgElement" 25910 ], 25911 "SvgfeConvolveMatrixElement": [ 25912 "Element", 25913 "EventTarget", 25914 "Node", 25915 "SvgElement" 25916 ], 25917 "SvgfeDiffuseLightingElement": [ 25918 "Element", 25919 "EventTarget", 25920 "Node", 25921 "SvgElement" 25922 ], 25923 "SvgfeDisplacementMapElement": [ 25924 "Element", 25925 "EventTarget", 25926 "Node", 25927 "SvgElement" 25928 ], 25929 "SvgfeDistantLightElement": [ 25930 "Element", 25931 "EventTarget", 25932 "Node", 25933 "SvgElement" 25934 ], 25935 "SvgfeDropShadowElement": [ 25936 "Element", 25937 "EventTarget", 25938 "Node", 25939 "SvgElement" 25940 ], 25941 "SvgfeFloodElement": [ 25942 "Element", 25943 "EventTarget", 25944 "Node", 25945 "SvgElement" 25946 ], 25947 "SvgfeFuncAElement": [ 25948 "Element", 25949 "EventTarget", 25950 "Node", 25951 "SvgComponentTransferFunctionElement", 25952 "SvgElement" 25953 ], 25954 "SvgfeFuncBElement": [ 25955 "Element", 25956 "EventTarget", 25957 "Node", 25958 "SvgComponentTransferFunctionElement", 25959 "SvgElement" 25960 ], 25961 "SvgfeFuncGElement": [ 25962 "Element", 25963 "EventTarget", 25964 "Node", 25965 "SvgComponentTransferFunctionElement", 25966 "SvgElement" 25967 ], 25968 "SvgfeFuncRElement": [ 25969 "Element", 25970 "EventTarget", 25971 "Node", 25972 "SvgComponentTransferFunctionElement", 25973 "SvgElement" 25974 ], 25975 "SvgfeGaussianBlurElement": [ 25976 "Element", 25977 "EventTarget", 25978 "Node", 25979 "SvgElement" 25980 ], 25981 "SvgfeImageElement": [ 25982 "Element", 25983 "EventTarget", 25984 "Node", 25985 "SvgElement" 25986 ], 25987 "SvgfeMergeElement": [ 25988 "Element", 25989 "EventTarget", 25990 "Node", 25991 "SvgElement" 25992 ], 25993 "SvgfeMergeNodeElement": [ 25994 "Element", 25995 "EventTarget", 25996 "Node", 25997 "SvgElement" 25998 ], 25999 "SvgfeMorphologyElement": [ 26000 "Element", 26001 "EventTarget", 26002 "Node", 26003 "SvgElement" 26004 ], 26005 "SvgfeOffsetElement": [ 26006 "Element", 26007 "EventTarget", 26008 "Node", 26009 "SvgElement" 26010 ], 26011 "SvgfePointLightElement": [ 26012 "Element", 26013 "EventTarget", 26014 "Node", 26015 "SvgElement" 26016 ], 26017 "SvgfeSpecularLightingElement": [ 26018 "Element", 26019 "EventTarget", 26020 "Node", 26021 "SvgElement" 26022 ], 26023 "SvgfeSpotLightElement": [ 26024 "Element", 26025 "EventTarget", 26026 "Node", 26027 "SvgElement" 26028 ], 26029 "SvgfeTileElement": [ 26030 "Element", 26031 "EventTarget", 26032 "Node", 26033 "SvgElement" 26034 ], 26035 "SvgfeTurbulenceElement": [ 26036 "Element", 26037 "EventTarget", 26038 "Node", 26039 "SvgElement" 26040 ], 26041 "SvggElement": [ 26042 "Element", 26043 "EventTarget", 26044 "Node", 26045 "SvgElement", 26046 "SvgGraphicsElement" 26047 ], 26048 "SvgmPathElement": [ 26049 "Element", 26050 "EventTarget", 26051 "Node", 26052 "SvgElement" 26053 ], 26054 "SvgsvgElement": [ 26055 "Element", 26056 "EventTarget", 26057 "Node", 26058 "SvgElement", 26059 "SvgGraphicsElement" 26060 ], 26061 "SvgtSpanElement": [ 26062 "Element", 26063 "EventTarget", 26064 "Node", 26065 "SvgElement", 26066 "SvgGraphicsElement", 26067 "SvgTextContentElement", 26068 "SvgTextPositioningElement" 26069 ], 26070 "TaskController": [ 26071 "AbortController" 26072 ], 26073 "TaskControllerInit": [], 26074 "TaskPriority": [], 26075 "TaskPriorityChangeEvent": [ 26076 "Event" 26077 ], 26078 "TaskPriorityChangeEventInit": [], 26079 "TaskSignal": [ 26080 "AbortSignal", 26081 "EventTarget" 26082 ], 26083 "TaskSignalAnyInit": [], 26084 "TcpReadyState": [], 26085 "TcpServerSocket": [ 26086 "EventTarget" 26087 ], 26088 "TcpServerSocketEvent": [ 26089 "Event" 26090 ], 26091 "TcpServerSocketEventInit": [], 26092 "TcpSocket": [ 26093 "EventTarget" 26094 ], 26095 "TcpSocketBinaryType": [], 26096 "TcpSocketErrorEvent": [ 26097 "Event" 26098 ], 26099 "TcpSocketErrorEventInit": [], 26100 "TcpSocketEvent": [ 26101 "Event" 26102 ], 26103 "TcpSocketEventInit": [], 26104 "Text": [ 26105 "CharacterData", 26106 "EventTarget", 26107 "Node" 26108 ], 26109 "TextDecodeOptions": [], 26110 "TextDecoder": [], 26111 "TextDecoderOptions": [], 26112 "TextEncoder": [], 26113 "TextMetrics": [], 26114 "TextTrack": [ 26115 "EventTarget" 26116 ], 26117 "TextTrackCue": [ 26118 "EventTarget" 26119 ], 26120 "TextTrackCueList": [], 26121 "TextTrackKind": [], 26122 "TextTrackList": [ 26123 "EventTarget" 26124 ], 26125 "TextTrackMode": [], 26126 "TimeEvent": [ 26127 "Event" 26128 ], 26129 "TimeRanges": [], 26130 "Touch": [], 26131 "TouchEvent": [ 26132 "Event", 26133 "UiEvent" 26134 ], 26135 "TouchEventInit": [], 26136 "TouchInit": [], 26137 "TouchList": [], 26138 "TrackEvent": [ 26139 "Event" 26140 ], 26141 "TrackEventInit": [], 26142 "TransformStream": [], 26143 "TransformStreamDefaultController": [], 26144 "Transformer": [], 26145 "TransitionEvent": [ 26146 "Event" 26147 ], 26148 "TransitionEventInit": [], 26149 "Transport": [], 26150 "TreeBoxObject": [], 26151 "TreeCellInfo": [], 26152 "TreeView": [], 26153 "TreeWalker": [], 26154 "U2f": [], 26155 "U2fClientData": [], 26156 "UdpMessageEventInit": [], 26157 "UdpOptions": [], 26158 "UiEvent": [ 26159 "Event" 26160 ], 26161 "UiEventInit": [], 26162 "UnderlyingSink": [], 26163 "UnderlyingSource": [], 26164 "Url": [], 26165 "UrlSearchParams": [], 26166 "Usb": [ 26167 "EventTarget" 26168 ], 26169 "UsbAlternateInterface": [], 26170 "UsbConfiguration": [], 26171 "UsbConnectionEvent": [ 26172 "Event" 26173 ], 26174 "UsbConnectionEventInit": [], 26175 "UsbControlTransferParameters": [], 26176 "UsbDevice": [], 26177 "UsbDeviceFilter": [], 26178 "UsbDeviceRequestOptions": [], 26179 "UsbDirection": [], 26180 "UsbEndpoint": [], 26181 "UsbEndpointType": [], 26182 "UsbInTransferResult": [], 26183 "UsbInterface": [], 26184 "UsbIsochronousInTransferPacket": [], 26185 "UsbIsochronousInTransferResult": [], 26186 "UsbIsochronousOutTransferPacket": [], 26187 "UsbIsochronousOutTransferResult": [], 26188 "UsbOutTransferResult": [], 26189 "UsbPermissionDescriptor": [], 26190 "UsbPermissionResult": [ 26191 "EventTarget", 26192 "PermissionStatus" 26193 ], 26194 "UsbPermissionStorage": [], 26195 "UsbRecipient": [], 26196 "UsbRequestType": [], 26197 "UsbTransferStatus": [], 26198 "UserActivation": [], 26199 "UserProximityEvent": [ 26200 "Event" 26201 ], 26202 "UserProximityEventInit": [], 26203 "UserVerificationRequirement": [], 26204 "ValidityState": [], 26205 "ValueEvent": [ 26206 "Event" 26207 ], 26208 "ValueEventInit": [], 26209 "VideoColorPrimaries": [], 26210 "VideoColorSpace": [], 26211 "VideoColorSpaceInit": [], 26212 "VideoConfiguration": [], 26213 "VideoDecoder": [], 26214 "VideoDecoderConfig": [], 26215 "VideoDecoderInit": [], 26216 "VideoDecoderSupport": [], 26217 "VideoEncoder": [], 26218 "VideoEncoderConfig": [], 26219 "VideoEncoderEncodeOptions": [], 26220 "VideoEncoderInit": [], 26221 "VideoEncoderSupport": [], 26222 "VideoFacingModeEnum": [], 26223 "VideoFrame": [], 26224 "VideoFrameBufferInit": [], 26225 "VideoFrameCopyToOptions": [], 26226 "VideoFrameInit": [], 26227 "VideoMatrixCoefficients": [], 26228 "VideoPixelFormat": [], 26229 "VideoPlaybackQuality": [], 26230 "VideoStreamTrack": [ 26231 "EventTarget", 26232 "MediaStreamTrack" 26233 ], 26234 "VideoTrack": [], 26235 "VideoTrackList": [ 26236 "EventTarget" 26237 ], 26238 "VideoTransferCharacteristics": [], 26239 "ViewTransition": [], 26240 "VisibilityState": [], 26241 "VoidCallback": [], 26242 "VrDisplay": [ 26243 "EventTarget" 26244 ], 26245 "VrDisplayCapabilities": [], 26246 "VrEye": [], 26247 "VrEyeParameters": [], 26248 "VrFieldOfView": [], 26249 "VrFrameData": [], 26250 "VrLayer": [], 26251 "VrMockController": [], 26252 "VrMockDisplay": [], 26253 "VrPose": [], 26254 "VrServiceTest": [], 26255 "VrStageParameters": [], 26256 "VrSubmitFrameResult": [], 26257 "VttCue": [ 26258 "EventTarget", 26259 "TextTrackCue" 26260 ], 26261 "VttRegion": [], 26262 "WakeLock": [], 26263 "WakeLockSentinel": [ 26264 "EventTarget" 26265 ], 26266 "WakeLockType": [], 26267 "WatchAdvertisementsOptions": [], 26268 "WaveShaperNode": [ 26269 "AudioNode", 26270 "EventTarget" 26271 ], 26272 "WaveShaperOptions": [], 26273 "WebGl2RenderingContext": [], 26274 "WebGlActiveInfo": [], 26275 "WebGlBuffer": [], 26276 "WebGlContextAttributes": [], 26277 "WebGlContextEvent": [ 26278 "Event" 26279 ], 26280 "WebGlContextEventInit": [], 26281 "WebGlFramebuffer": [], 26282 "WebGlPowerPreference": [], 26283 "WebGlProgram": [], 26284 "WebGlQuery": [], 26285 "WebGlRenderbuffer": [], 26286 "WebGlRenderingContext": [], 26287 "WebGlSampler": [], 26288 "WebGlShader": [], 26289 "WebGlShaderPrecisionFormat": [], 26290 "WebGlSync": [], 26291 "WebGlTexture": [], 26292 "WebGlTransformFeedback": [], 26293 "WebGlUniformLocation": [], 26294 "WebGlVertexArrayObject": [], 26295 "WebKitCssMatrix": [ 26296 "DomMatrix", 26297 "DomMatrixReadOnly" 26298 ], 26299 "WebSocket": [ 26300 "EventTarget" 26301 ], 26302 "WebSocketDict": [], 26303 "WebSocketElement": [], 26304 "WebTransport": [], 26305 "WebTransportBidirectionalStream": [], 26306 "WebTransportCloseInfo": [], 26307 "WebTransportCongestionControl": [], 26308 "WebTransportDatagramDuplexStream": [], 26309 "WebTransportDatagramStats": [], 26310 "WebTransportError": [ 26311 "DomException" 26312 ], 26313 "WebTransportErrorOptions": [], 26314 "WebTransportErrorSource": [], 26315 "WebTransportHash": [], 26316 "WebTransportOptions": [], 26317 "WebTransportReceiveStream": [ 26318 "ReadableStream" 26319 ], 26320 "WebTransportReceiveStreamStats": [], 26321 "WebTransportReliabilityMode": [], 26322 "WebTransportSendStream": [ 26323 "WritableStream" 26324 ], 26325 "WebTransportSendStreamOptions": [], 26326 "WebTransportSendStreamStats": [], 26327 "WebTransportStats": [], 26328 "WebglColorBufferFloat": [], 26329 "WebglCompressedTextureAstc": [], 26330 "WebglCompressedTextureAtc": [], 26331 "WebglCompressedTextureEtc": [], 26332 "WebglCompressedTextureEtc1": [], 26333 "WebglCompressedTexturePvrtc": [], 26334 "WebglCompressedTextureS3tc": [], 26335 "WebglCompressedTextureS3tcSrgb": [], 26336 "WebglDebugRendererInfo": [], 26337 "WebglDebugShaders": [], 26338 "WebglDepthTexture": [], 26339 "WebglDrawBuffers": [], 26340 "WebglLoseContext": [], 26341 "WebglMultiDraw": [], 26342 "WellKnownDirectory": [], 26343 "WgslLanguageFeatures": [], 26344 "WheelEvent": [ 26345 "Event", 26346 "MouseEvent", 26347 "UiEvent" 26348 ], 26349 "WheelEventInit": [], 26350 "WidevineCdmManifest": [], 26351 "Window": [ 26352 "EventTarget" 26353 ], 26354 "WindowClient": [ 26355 "Client" 26356 ], 26357 "Worker": [ 26358 "EventTarget" 26359 ], 26360 "WorkerDebuggerGlobalScope": [ 26361 "EventTarget" 26362 ], 26363 "WorkerGlobalScope": [ 26364 "EventTarget" 26365 ], 26366 "WorkerLocation": [], 26367 "WorkerNavigator": [], 26368 "WorkerOptions": [], 26369 "WorkerType": [], 26370 "Worklet": [], 26371 "WorkletGlobalScope": [], 26372 "WorkletOptions": [], 26373 "WritableStream": [], 26374 "WritableStreamDefaultController": [], 26375 "WritableStreamDefaultWriter": [], 26376 "WriteCommandType": [], 26377 "WriteParams": [], 26378 "XPathExpression": [], 26379 "XPathNsResolver": [], 26380 "XPathResult": [], 26381 "XmlDocument": [ 26382 "Document", 26383 "EventTarget", 26384 "Node" 26385 ], 26386 "XmlHttpRequest": [ 26387 "EventTarget", 26388 "XmlHttpRequestEventTarget" 26389 ], 26390 "XmlHttpRequestEventTarget": [ 26391 "EventTarget" 26392 ], 26393 "XmlHttpRequestResponseType": [], 26394 "XmlHttpRequestUpload": [ 26395 "EventTarget", 26396 "XmlHttpRequestEventTarget" 26397 ], 26398 "XmlSerializer": [], 26399 "XrBoundedReferenceSpace": [ 26400 "EventTarget", 26401 "XrReferenceSpace", 26402 "XrSpace" 26403 ], 26404 "XrEye": [], 26405 "XrFrame": [], 26406 "XrHand": [], 26407 "XrHandJoint": [], 26408 "XrHandedness": [], 26409 "XrInputSource": [], 26410 "XrInputSourceArray": [], 26411 "XrInputSourceEvent": [ 26412 "Event" 26413 ], 26414 "XrInputSourceEventInit": [], 26415 "XrInputSourcesChangeEvent": [ 26416 "Event" 26417 ], 26418 "XrInputSourcesChangeEventInit": [], 26419 "XrJointPose": [ 26420 "XrPose" 26421 ], 26422 "XrJointSpace": [ 26423 "EventTarget", 26424 "XrSpace" 26425 ], 26426 "XrLayer": [ 26427 "EventTarget" 26428 ], 26429 "XrPermissionDescriptor": [], 26430 "XrPermissionStatus": [ 26431 "EventTarget", 26432 "PermissionStatus" 26433 ], 26434 "XrPose": [], 26435 "XrReferenceSpace": [ 26436 "EventTarget", 26437 "XrSpace" 26438 ], 26439 "XrReferenceSpaceEvent": [ 26440 "Event" 26441 ], 26442 "XrReferenceSpaceEventInit": [], 26443 "XrReferenceSpaceType": [], 26444 "XrRenderState": [], 26445 "XrRenderStateInit": [], 26446 "XrRigidTransform": [], 26447 "XrSession": [ 26448 "EventTarget" 26449 ], 26450 "XrSessionEvent": [ 26451 "Event" 26452 ], 26453 "XrSessionEventInit": [], 26454 "XrSessionInit": [], 26455 "XrSessionMode": [], 26456 "XrSessionSupportedPermissionDescriptor": [], 26457 "XrSpace": [ 26458 "EventTarget" 26459 ], 26460 "XrSystem": [ 26461 "EventTarget" 26462 ], 26463 "XrTargetRayMode": [], 26464 "XrView": [], 26465 "XrViewerPose": [ 26466 "XrPose" 26467 ], 26468 "XrViewport": [], 26469 "XrVisibilityState": [], 26470 "XrWebGlLayer": [ 26471 "EventTarget", 26472 "XrLayer" 26473 ], 26474 "XrWebGlLayerInit": [], 26475 "XsltProcessor": [], 26476 "console": [], 26477 "css": [], 26478 "gpu_buffer_usage": [], 26479 "gpu_color_write": [], 26480 "gpu_map_mode": [], 26481 "gpu_shader_stage": [], 26482 "gpu_texture_usage": [] 26483 }, 26484 "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", 26485 "id": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69", 26486 "keywords": [], 26487 "license": "MIT OR Apache-2.0", 26488 "license_file": null, 26489 "links": null, 26490 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml", 26491 "metadata": { 26492 "docs": { 26493 "rs": { 26494 "all-features": true, 26495 "rustdoc-args": [ 26496 "--cfg=web_sys_unstable_apis" 26497 ] 26498 } 26499 } 26500 }, 26501 "name": "web-sys", 26502 "publish": null, 26503 "readme": "./README.md", 26504 "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", 26505 "rust_version": "1.57", 26506 "source": "registry+https://github.com/rust-lang/crates.io-index", 26507 "targets": [ 26508 { 26509 "crate_types": [ 26510 "lib" 26511 ], 26512 "doc": true, 26513 "doctest": false, 26514 "edition": "2018", 26515 "kind": [ 26516 "lib" 26517 ], 26518 "name": "web-sys", 26519 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/src/lib.rs", 26520 "test": false 26521 }, 26522 { 26523 "crate_types": [ 26524 "bin" 26525 ], 26526 "doc": false, 26527 "doctest": false, 26528 "edition": "2018", 26529 "kind": [ 26530 "test" 26531 ], 26532 "name": "wasm", 26533 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/tests/wasm/main.rs", 26534 "test": true 26535 } 26536 ], 26537 "version": "0.3.69" 26538 }, 26539 { 26540 "authors": [ 26541 "The image-rs Developers" 26542 ], 26543 "categories": [], 26544 "default_run": null, 26545 "dependencies": [ 26546 { 26547 "features": [ 26548 "std" 26549 ], 26550 "kind": null, 26551 "name": "futures", 26552 "optional": true, 26553 "registry": null, 26554 "rename": null, 26555 "req": "^0.3.12", 26556 "source": "registry+https://github.com/rust-lang/crates.io-index", 26557 "target": null, 26558 "uses_default_features": false 26559 }, 26560 { 26561 "features": [], 26562 "kind": "dev", 26563 "name": "criterion", 26564 "optional": false, 26565 "registry": null, 26566 "rename": null, 26567 "req": "^0.3.1", 26568 "source": "registry+https://github.com/rust-lang/crates.io-index", 26569 "target": null, 26570 "uses_default_features": true 26571 }, 26572 { 26573 "features": [ 26574 "macros", 26575 "io-util", 26576 "net", 26577 "rt", 26578 "rt-multi-thread" 26579 ], 26580 "kind": "dev", 26581 "name": "tokio", 26582 "optional": false, 26583 "registry": null, 26584 "rename": null, 26585 "req": "^1", 26586 "source": "registry+https://github.com/rust-lang/crates.io-index", 26587 "target": null, 26588 "uses_default_features": false 26589 }, 26590 { 26591 "features": [ 26592 "compat" 26593 ], 26594 "kind": "dev", 26595 "name": "tokio-util", 26596 "optional": false, 26597 "registry": null, 26598 "rename": null, 26599 "req": "^0.6.2", 26600 "source": "registry+https://github.com/rust-lang/crates.io-index", 26601 "target": null, 26602 "uses_default_features": false 26603 } 26604 ], 26605 "description": "Fast LZW compression and decompression.", 26606 "documentation": "https://docs.rs/weezl", 26607 "edition": "2018", 26608 "features": { 26609 "alloc": [], 26610 "async": [ 26611 "futures", 26612 "std" 26613 ], 26614 "default": [ 26615 "std" 26616 ], 26617 "futures": [ 26618 "dep:futures" 26619 ], 26620 "std": [ 26621 "alloc" 26622 ] 26623 }, 26624 "homepage": null, 26625 "id": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8", 26626 "keywords": [], 26627 "license": "MIT OR Apache-2.0", 26628 "license_file": null, 26629 "links": null, 26630 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/Cargo.toml", 26631 "metadata": { 26632 "docs": { 26633 "rs": { 26634 "all-features": true 26635 } 26636 } 26637 }, 26638 "name": "weezl", 26639 "publish": null, 26640 "readme": "README.md", 26641 "repository": "https://github.com/image-rs/lzw", 26642 "rust_version": null, 26643 "source": "registry+https://github.com/rust-lang/crates.io-index", 26644 "targets": [ 26645 { 26646 "crate_types": [ 26647 "lib" 26648 ], 26649 "doc": true, 26650 "doctest": true, 26651 "edition": "2018", 26652 "kind": [ 26653 "lib" 26654 ], 26655 "name": "weezl", 26656 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/src/lib.rs", 26657 "test": true 26658 }, 26659 { 26660 "crate_types": [ 26661 "bin" 26662 ], 26663 "doc": true, 26664 "doctest": false, 26665 "edition": "2018", 26666 "kind": [ 26667 "bin" 26668 ], 26669 "name": "lzw", 26670 "required-features": [ 26671 "std" 26672 ], 26673 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/bin/lzw.rs", 26674 "test": true 26675 }, 26676 { 26677 "crate_types": [ 26678 "bin" 26679 ], 26680 "doc": false, 26681 "doctest": false, 26682 "edition": "2018", 26683 "kind": [ 26684 "example" 26685 ], 26686 "name": "lzw-compress", 26687 "required-features": [ 26688 "std" 26689 ], 26690 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-compress.rs", 26691 "test": false 26692 }, 26693 { 26694 "crate_types": [ 26695 "bin" 26696 ], 26697 "doc": false, 26698 "doctest": false, 26699 "edition": "2018", 26700 "kind": [ 26701 "example" 26702 ], 26703 "name": "lzw-decompress", 26704 "required-features": [ 26705 "std" 26706 ], 26707 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-decompress.rs", 26708 "test": false 26709 }, 26710 { 26711 "crate_types": [ 26712 "bin" 26713 ], 26714 "doc": false, 26715 "doctest": false, 26716 "edition": "2018", 26717 "kind": [ 26718 "test" 26719 ], 26720 "name": "async", 26721 "required-features": [ 26722 "async", 26723 "std" 26724 ], 26725 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/async.rs", 26726 "test": true 26727 }, 26728 { 26729 "crate_types": [ 26730 "bin" 26731 ], 26732 "doc": false, 26733 "doctest": false, 26734 "edition": "2018", 26735 "kind": [ 26736 "test" 26737 ], 26738 "name": "roundtrip", 26739 "required-features": [ 26740 "std" 26741 ], 26742 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip.rs", 26743 "test": true 26744 }, 26745 { 26746 "crate_types": [ 26747 "bin" 26748 ], 26749 "doc": false, 26750 "doctest": false, 26751 "edition": "2018", 26752 "kind": [ 26753 "test" 26754 ], 26755 "name": "roundtrip_vec", 26756 "required-features": [ 26757 "alloc" 26758 ], 26759 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip_vec.rs", 26760 "test": true 26761 }, 26762 { 26763 "crate_types": [ 26764 "bin" 26765 ], 26766 "doc": false, 26767 "doctest": false, 26768 "edition": "2018", 26769 "kind": [ 26770 "test" 26771 ], 26772 "name": "implicit_reset", 26773 "required-features": [ 26774 "std" 26775 ], 26776 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/implicit_reset.rs", 26777 "test": true 26778 }, 26779 { 26780 "crate_types": [ 26781 "bin" 26782 ], 26783 "doc": false, 26784 "doctest": false, 26785 "edition": "2018", 26786 "kind": [ 26787 "bench" 26788 ], 26789 "name": "msb8", 26790 "required-features": [ 26791 "std" 26792 ], 26793 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/benches/msb8.rs", 26794 "test": false 26795 } 26796 ], 26797 "version": "0.1.8" 26798 }, 26799 { 26800 "authors": [ 26801 "Peter Atashian <retep998@gmail.com>" 26802 ], 26803 "categories": [ 26804 "external-ffi-bindings", 26805 "no-std", 26806 "os::windows-apis" 26807 ], 26808 "default_run": null, 26809 "dependencies": [ 26810 { 26811 "features": [], 26812 "kind": null, 26813 "name": "winapi-i686-pc-windows-gnu", 26814 "optional": false, 26815 "registry": null, 26816 "rename": null, 26817 "req": "^0.4", 26818 "source": "registry+https://github.com/rust-lang/crates.io-index", 26819 "target": "i686-pc-windows-gnu", 26820 "uses_default_features": true 26821 }, 26822 { 26823 "features": [], 26824 "kind": null, 26825 "name": "winapi-x86_64-pc-windows-gnu", 26826 "optional": false, 26827 "registry": null, 26828 "rename": null, 26829 "req": "^0.4", 26830 "source": "registry+https://github.com/rust-lang/crates.io-index", 26831 "target": "x86_64-pc-windows-gnu", 26832 "uses_default_features": true 26833 } 26834 ], 26835 "description": "Raw FFI bindings for all of Windows API.", 26836 "documentation": "https://docs.rs/winapi/", 26837 "edition": "2015", 26838 "features": { 26839 "accctrl": [], 26840 "aclapi": [], 26841 "activation": [], 26842 "adhoc": [], 26843 "appmgmt": [], 26844 "audioclient": [], 26845 "audiosessiontypes": [], 26846 "avrt": [], 26847 "basetsd": [], 26848 "bcrypt": [], 26849 "bits": [], 26850 "bits10_1": [], 26851 "bits1_5": [], 26852 "bits2_0": [], 26853 "bits2_5": [], 26854 "bits3_0": [], 26855 "bits4_0": [], 26856 "bits5_0": [], 26857 "bitscfg": [], 26858 "bitsmsg": [], 26859 "bluetoothapis": [], 26860 "bluetoothleapis": [], 26861 "bthdef": [], 26862 "bthioctl": [], 26863 "bthledef": [], 26864 "bthsdpdef": [], 26865 "bugcodes": [], 26866 "cderr": [], 26867 "cfg": [], 26868 "cfgmgr32": [], 26869 "cguid": [], 26870 "combaseapi": [], 26871 "coml2api": [], 26872 "commapi": [], 26873 "commctrl": [], 26874 "commdlg": [], 26875 "commoncontrols": [], 26876 "consoleapi": [], 26877 "corecrt": [], 26878 "corsym": [], 26879 "d2d1": [], 26880 "d2d1_1": [], 26881 "d2d1_2": [], 26882 "d2d1_3": [], 26883 "d2d1effectauthor": [], 26884 "d2d1effects": [], 26885 "d2d1effects_1": [], 26886 "d2d1effects_2": [], 26887 "d2d1svg": [], 26888 "d2dbasetypes": [], 26889 "d3d": [], 26890 "d3d10": [], 26891 "d3d10_1": [], 26892 "d3d10_1shader": [], 26893 "d3d10effect": [], 26894 "d3d10misc": [], 26895 "d3d10sdklayers": [], 26896 "d3d10shader": [], 26897 "d3d11": [], 26898 "d3d11_1": [], 26899 "d3d11_2": [], 26900 "d3d11_3": [], 26901 "d3d11_4": [], 26902 "d3d11on12": [], 26903 "d3d11sdklayers": [], 26904 "d3d11shader": [], 26905 "d3d11tokenizedprogramformat": [], 26906 "d3d12": [], 26907 "d3d12sdklayers": [], 26908 "d3d12shader": [], 26909 "d3d9": [], 26910 "d3d9caps": [], 26911 "d3d9types": [], 26912 "d3dcommon": [], 26913 "d3dcompiler": [], 26914 "d3dcsx": [], 26915 "d3dkmdt": [], 26916 "d3dkmthk": [], 26917 "d3dukmdt": [], 26918 "d3dx10core": [], 26919 "d3dx10math": [], 26920 "d3dx10mesh": [], 26921 "datetimeapi": [], 26922 "davclnt": [], 26923 "dbghelp": [], 26924 "dbt": [], 26925 "dcommon": [], 26926 "dcomp": [], 26927 "dcompanimation": [], 26928 "dcomptypes": [], 26929 "dde": [], 26930 "ddraw": [], 26931 "ddrawi": [], 26932 "ddrawint": [], 26933 "debug": [ 26934 "impl-debug" 26935 ], 26936 "debugapi": [], 26937 "devguid": [], 26938 "devicetopology": [], 26939 "devpkey": [], 26940 "devpropdef": [], 26941 "dinput": [], 26942 "dinputd": [], 26943 "dispex": [], 26944 "dmksctl": [], 26945 "dmusicc": [], 26946 "docobj": [], 26947 "documenttarget": [], 26948 "dot1x": [], 26949 "dpa_dsa": [], 26950 "dpapi": [], 26951 "dsgetdc": [], 26952 "dsound": [], 26953 "dsrole": [], 26954 "dvp": [], 26955 "dwmapi": [], 26956 "dwrite": [], 26957 "dwrite_1": [], 26958 "dwrite_2": [], 26959 "dwrite_3": [], 26960 "dxdiag": [], 26961 "dxfile": [], 26962 "dxgi": [], 26963 "dxgi1_2": [], 26964 "dxgi1_3": [], 26965 "dxgi1_4": [], 26966 "dxgi1_5": [], 26967 "dxgi1_6": [], 26968 "dxgidebug": [], 26969 "dxgiformat": [], 26970 "dxgitype": [], 26971 "dxva2api": [], 26972 "dxvahd": [], 26973 "eaptypes": [], 26974 "enclaveapi": [], 26975 "endpointvolume": [], 26976 "errhandlingapi": [], 26977 "everything": [], 26978 "evntcons": [], 26979 "evntprov": [], 26980 "evntrace": [], 26981 "excpt": [], 26982 "exdisp": [], 26983 "fibersapi": [], 26984 "fileapi": [], 26985 "functiondiscoverykeys_devpkey": [], 26986 "gl-gl": [], 26987 "guiddef": [], 26988 "handleapi": [], 26989 "heapapi": [], 26990 "hidclass": [], 26991 "hidpi": [], 26992 "hidsdi": [], 26993 "hidusage": [], 26994 "highlevelmonitorconfigurationapi": [], 26995 "hstring": [], 26996 "http": [], 26997 "ifdef": [], 26998 "ifmib": [], 26999 "imm": [], 27000 "impl-debug": [], 27001 "impl-default": [], 27002 "in6addr": [], 27003 "inaddr": [], 27004 "inspectable": [], 27005 "interlockedapi": [], 27006 "intsafe": [], 27007 "ioapiset": [], 27008 "ipexport": [], 27009 "iphlpapi": [], 27010 "ipifcons": [], 27011 "ipmib": [], 27012 "iprtrmib": [], 27013 "iptypes": [], 27014 "jobapi": [], 27015 "jobapi2": [], 27016 "knownfolders": [], 27017 "ks": [], 27018 "ksmedia": [], 27019 "ktmtypes": [], 27020 "ktmw32": [], 27021 "l2cmn": [], 27022 "libloaderapi": [], 27023 "limits": [], 27024 "lmaccess": [], 27025 "lmalert": [], 27026 "lmapibuf": [], 27027 "lmat": [], 27028 "lmcons": [], 27029 "lmdfs": [], 27030 "lmerrlog": [], 27031 "lmjoin": [], 27032 "lmmsg": [], 27033 "lmremutl": [], 27034 "lmrepl": [], 27035 "lmserver": [], 27036 "lmshare": [], 27037 "lmstats": [], 27038 "lmsvc": [], 27039 "lmuse": [], 27040 "lmwksta": [], 27041 "lowlevelmonitorconfigurationapi": [], 27042 "lsalookup": [], 27043 "memoryapi": [], 27044 "minschannel": [], 27045 "minwinbase": [], 27046 "minwindef": [], 27047 "mmdeviceapi": [], 27048 "mmeapi": [], 27049 "mmreg": [], 27050 "mmsystem": [], 27051 "mprapidef": [], 27052 "msaatext": [], 27053 "mscat": [], 27054 "mschapp": [], 27055 "mssip": [], 27056 "mstcpip": [], 27057 "mswsock": [], 27058 "mswsockdef": [], 27059 "namedpipeapi": [], 27060 "namespaceapi": [], 27061 "nb30": [], 27062 "ncrypt": [], 27063 "netioapi": [], 27064 "nldef": [], 27065 "ntddndis": [], 27066 "ntddscsi": [], 27067 "ntddser": [], 27068 "ntdef": [], 27069 "ntlsa": [], 27070 "ntsecapi": [], 27071 "ntstatus": [], 27072 "oaidl": [], 27073 "objbase": [], 27074 "objidl": [], 27075 "objidlbase": [], 27076 "ocidl": [], 27077 "ole2": [], 27078 "oleauto": [], 27079 "olectl": [], 27080 "oleidl": [], 27081 "opmapi": [], 27082 "pdh": [], 27083 "perflib": [], 27084 "physicalmonitorenumerationapi": [], 27085 "playsoundapi": [], 27086 "portabledevice": [], 27087 "portabledeviceapi": [], 27088 "portabledevicetypes": [], 27089 "powerbase": [], 27090 "powersetting": [], 27091 "powrprof": [], 27092 "processenv": [], 27093 "processsnapshot": [], 27094 "processthreadsapi": [], 27095 "processtopologyapi": [], 27096 "profileapi": [], 27097 "propidl": [], 27098 "propkey": [], 27099 "propkeydef": [], 27100 "propsys": [], 27101 "prsht": [], 27102 "psapi": [], 27103 "qos": [], 27104 "realtimeapiset": [], 27105 "reason": [], 27106 "restartmanager": [], 27107 "restrictederrorinfo": [], 27108 "rmxfguid": [], 27109 "roapi": [], 27110 "robuffer": [], 27111 "roerrorapi": [], 27112 "rpc": [], 27113 "rpcdce": [], 27114 "rpcndr": [], 27115 "rtinfo": [], 27116 "sapi": [], 27117 "sapi51": [], 27118 "sapi53": [], 27119 "sapiddk": [], 27120 "sapiddk51": [], 27121 "schannel": [], 27122 "sddl": [], 27123 "securityappcontainer": [], 27124 "securitybaseapi": [], 27125 "servprov": [], 27126 "setupapi": [], 27127 "shellapi": [], 27128 "shellscalingapi": [], 27129 "shlobj": [], 27130 "shobjidl": [], 27131 "shobjidl_core": [], 27132 "shtypes": [], 27133 "softpub": [], 27134 "spapidef": [], 27135 "spellcheck": [], 27136 "sporder": [], 27137 "sql": [], 27138 "sqlext": [], 27139 "sqltypes": [], 27140 "sqlucode": [], 27141 "sspi": [], 27142 "std": [], 27143 "stralign": [], 27144 "stringapiset": [], 27145 "strmif": [], 27146 "subauth": [], 27147 "synchapi": [], 27148 "sysinfoapi": [], 27149 "systemtopologyapi": [], 27150 "taskschd": [], 27151 "tcpestats": [], 27152 "tcpmib": [], 27153 "textstor": [], 27154 "threadpoolapiset": [], 27155 "threadpoollegacyapiset": [], 27156 "timeapi": [], 27157 "timezoneapi": [], 27158 "tlhelp32": [], 27159 "transportsettingcommon": [], 27160 "tvout": [], 27161 "udpmib": [], 27162 "unknwnbase": [], 27163 "urlhist": [], 27164 "urlmon": [], 27165 "usb": [], 27166 "usbioctl": [], 27167 "usbiodef": [], 27168 "usbscan": [], 27169 "usbspec": [], 27170 "userenv": [], 27171 "usp10": [], 27172 "utilapiset": [], 27173 "uxtheme": [], 27174 "vadefs": [], 27175 "vcruntime": [], 27176 "vsbackup": [], 27177 "vss": [], 27178 "vsserror": [], 27179 "vswriter": [], 27180 "wbemads": [], 27181 "wbemcli": [], 27182 "wbemdisp": [], 27183 "wbemprov": [], 27184 "wbemtran": [], 27185 "wct": [], 27186 "werapi": [], 27187 "winbase": [], 27188 "wincodec": [], 27189 "wincodecsdk": [], 27190 "wincon": [], 27191 "wincontypes": [], 27192 "wincred": [], 27193 "wincrypt": [], 27194 "windef": [], 27195 "windot11": [], 27196 "windowsceip": [], 27197 "windowsx": [], 27198 "winefs": [], 27199 "winerror": [], 27200 "winevt": [], 27201 "wingdi": [], 27202 "winhttp": [], 27203 "wininet": [], 27204 "winineti": [], 27205 "winioctl": [], 27206 "winnetwk": [], 27207 "winnls": [], 27208 "winnt": [], 27209 "winreg": [], 27210 "winsafer": [], 27211 "winscard": [], 27212 "winsmcrd": [], 27213 "winsock2": [], 27214 "winspool": [], 27215 "winstring": [], 27216 "winsvc": [], 27217 "wintrust": [], 27218 "winusb": [], 27219 "winusbio": [], 27220 "winuser": [], 27221 "winver": [], 27222 "wlanapi": [], 27223 "wlanihv": [], 27224 "wlanihvtypes": [], 27225 "wlantypes": [], 27226 "wlclient": [], 27227 "wmistr": [], 27228 "wnnc": [], 27229 "wow64apiset": [], 27230 "wpdmtpextensions": [], 27231 "ws2bth": [], 27232 "ws2def": [], 27233 "ws2ipdef": [], 27234 "ws2spi": [], 27235 "ws2tcpip": [], 27236 "wtsapi32": [], 27237 "wtypes": [], 27238 "wtypesbase": [], 27239 "xinput": [] 27240 }, 27241 "homepage": null, 27242 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", 27243 "keywords": [ 27244 "windows", 27245 "ffi", 27246 "win32", 27247 "com", 27248 "directx" 27249 ], 27250 "license": "MIT/Apache-2.0", 27251 "license_file": null, 27252 "links": null, 27253 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", 27254 "metadata": { 27255 "docs": { 27256 "rs": { 27257 "default-target": "x86_64-pc-windows-msvc", 27258 "features": [ 27259 "everything", 27260 "impl-debug", 27261 "impl-default" 27262 ], 27263 "targets": [ 27264 "aarch64-pc-windows-msvc", 27265 "i686-pc-windows-msvc", 27266 "x86_64-pc-windows-msvc" 27267 ] 27268 } 27269 } 27270 }, 27271 "name": "winapi", 27272 "publish": null, 27273 "readme": "README.md", 27274 "repository": "https://github.com/retep998/winapi-rs", 27275 "rust_version": null, 27276 "source": "registry+https://github.com/rust-lang/crates.io-index", 27277 "targets": [ 27278 { 27279 "crate_types": [ 27280 "lib" 27281 ], 27282 "doc": true, 27283 "doctest": true, 27284 "edition": "2015", 27285 "kind": [ 27286 "lib" 27287 ], 27288 "name": "winapi", 27289 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", 27290 "test": true 27291 }, 27292 { 27293 "crate_types": [ 27294 "bin" 27295 ], 27296 "doc": false, 27297 "doctest": false, 27298 "edition": "2015", 27299 "kind": [ 27300 "custom-build" 27301 ], 27302 "name": "build-script-build", 27303 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", 27304 "test": false 27305 } 27306 ], 27307 "version": "0.3.9" 27308 }, 27309 { 27310 "authors": [ 27311 "Peter Atashian <retep998@gmail.com>" 27312 ], 27313 "categories": [], 27314 "default_run": null, 27315 "dependencies": [], 27316 "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", 27317 "documentation": null, 27318 "edition": "2015", 27319 "features": {}, 27320 "homepage": null, 27321 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0", 27322 "keywords": [ 27323 "windows" 27324 ], 27325 "license": "MIT/Apache-2.0", 27326 "license_file": null, 27327 "links": null, 27328 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", 27329 "metadata": null, 27330 "name": "winapi-i686-pc-windows-gnu", 27331 "publish": null, 27332 "readme": null, 27333 "repository": "https://github.com/retep998/winapi-rs", 27334 "rust_version": null, 27335 "source": "registry+https://github.com/rust-lang/crates.io-index", 27336 "targets": [ 27337 { 27338 "crate_types": [ 27339 "lib" 27340 ], 27341 "doc": true, 27342 "doctest": true, 27343 "edition": "2015", 27344 "kind": [ 27345 "lib" 27346 ], 27347 "name": "winapi-i686-pc-windows-gnu", 27348 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", 27349 "test": true 27350 }, 27351 { 27352 "crate_types": [ 27353 "bin" 27354 ], 27355 "doc": false, 27356 "doctest": false, 27357 "edition": "2015", 27358 "kind": [ 27359 "custom-build" 27360 ], 27361 "name": "build-script-build", 27362 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", 27363 "test": false 27364 } 27365 ], 27366 "version": "0.4.0" 27367 }, 27368 { 27369 "authors": [ 27370 "Andrew Gallant <jamslam@gmail.com>" 27371 ], 27372 "categories": [ 27373 "os::windows-apis", 27374 "external-ffi-bindings" 27375 ], 27376 "default_run": null, 27377 "dependencies": [ 27378 { 27379 "features": [ 27380 "std", 27381 "consoleapi", 27382 "errhandlingapi", 27383 "fileapi", 27384 "minwindef", 27385 "processenv", 27386 "sysinfoapi", 27387 "winbase", 27388 "wincon", 27389 "winerror", 27390 "winnt" 27391 ], 27392 "kind": null, 27393 "name": "winapi", 27394 "optional": false, 27395 "registry": null, 27396 "rename": null, 27397 "req": "^0.3", 27398 "source": "registry+https://github.com/rust-lang/crates.io-index", 27399 "target": "cfg(windows)", 27400 "uses_default_features": true 27401 } 27402 ], 27403 "description": "A dumping ground for high level safe wrappers over winapi.", 27404 "documentation": "https://docs.rs/winapi-util", 27405 "edition": "2021", 27406 "features": {}, 27407 "homepage": "https://github.com/BurntSushi/winapi-util", 27408 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6", 27409 "keywords": [ 27410 "windows", 27411 "winapi", 27412 "util", 27413 "win" 27414 ], 27415 "license": "Unlicense/MIT", 27416 "license_file": null, 27417 "links": null, 27418 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6/Cargo.toml", 27419 "metadata": { 27420 "docs": { 27421 "rs": { 27422 "targets": [ 27423 "x86_64-pc-windows-msvc" 27424 ] 27425 } 27426 } 27427 }, 27428 "name": "winapi-util", 27429 "publish": null, 27430 "readme": "README.md", 27431 "repository": "https://github.com/BurntSushi/winapi-util", 27432 "rust_version": null, 27433 "source": "registry+https://github.com/rust-lang/crates.io-index", 27434 "targets": [ 27435 { 27436 "crate_types": [ 27437 "lib" 27438 ], 27439 "doc": true, 27440 "doctest": true, 27441 "edition": "2021", 27442 "kind": [ 27443 "lib" 27444 ], 27445 "name": "winapi-util", 27446 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6/src/lib.rs", 27447 "test": true 27448 } 27449 ], 27450 "version": "0.1.6" 27451 }, 27452 { 27453 "authors": [ 27454 "Peter Atashian <retep998@gmail.com>" 27455 ], 27456 "categories": [], 27457 "default_run": null, 27458 "dependencies": [], 27459 "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", 27460 "documentation": null, 27461 "edition": "2015", 27462 "features": {}, 27463 "homepage": null, 27464 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0", 27465 "keywords": [ 27466 "windows" 27467 ], 27468 "license": "MIT/Apache-2.0", 27469 "license_file": null, 27470 "links": null, 27471 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", 27472 "metadata": null, 27473 "name": "winapi-x86_64-pc-windows-gnu", 27474 "publish": null, 27475 "readme": null, 27476 "repository": "https://github.com/retep998/winapi-rs", 27477 "rust_version": null, 27478 "source": "registry+https://github.com/rust-lang/crates.io-index", 27479 "targets": [ 27480 { 27481 "crate_types": [ 27482 "lib" 27483 ], 27484 "doc": true, 27485 "doctest": true, 27486 "edition": "2015", 27487 "kind": [ 27488 "lib" 27489 ], 27490 "name": "winapi-x86_64-pc-windows-gnu", 27491 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", 27492 "test": true 27493 }, 27494 { 27495 "crate_types": [ 27496 "bin" 27497 ], 27498 "doc": false, 27499 "doctest": false, 27500 "edition": "2015", 27501 "kind": [ 27502 "custom-build" 27503 ], 27504 "name": "build-script-build", 27505 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", 27506 "test": false 27507 } 27508 ], 27509 "version": "0.4.0" 27510 }, 27511 { 27512 "authors": [ 27513 "Microsoft" 27514 ], 27515 "categories": [ 27516 "os::windows-apis" 27517 ], 27518 "default_run": null, 27519 "dependencies": [ 27520 { 27521 "features": [], 27522 "kind": null, 27523 "name": "windows-targets", 27524 "optional": false, 27525 "registry": null, 27526 "rename": null, 27527 "req": "^0.52.0", 27528 "source": "registry+https://github.com/rust-lang/crates.io-index", 27529 "target": null, 27530 "uses_default_features": true 27531 } 27532 ], 27533 "description": "Rust for Windows", 27534 "documentation": null, 27535 "edition": "2021", 27536 "features": { 27537 "default": [], 27538 "implement": [] 27539 }, 27540 "homepage": null, 27541 "id": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0", 27542 "keywords": [], 27543 "license": "MIT OR Apache-2.0", 27544 "license_file": null, 27545 "links": null, 27546 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml", 27547 "metadata": { 27548 "docs": { 27549 "rs": { 27550 "default-target": "x86_64-pc-windows-msvc", 27551 "targets": [] 27552 } 27553 } 27554 }, 27555 "name": "windows-core", 27556 "publish": null, 27557 "readme": "readme.md", 27558 "repository": "https://github.com/microsoft/windows-rs", 27559 "rust_version": "1.56", 27560 "source": "registry+https://github.com/rust-lang/crates.io-index", 27561 "targets": [ 27562 { 27563 "crate_types": [ 27564 "lib" 27565 ], 27566 "doc": true, 27567 "doctest": true, 27568 "edition": "2021", 27569 "kind": [ 27570 "lib" 27571 ], 27572 "name": "windows-core", 27573 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs", 27574 "test": true 27575 } 27576 ], 27577 "version": "0.52.0" 27578 }, 27579 { 27580 "authors": [ 27581 "Microsoft" 27582 ], 27583 "categories": [], 27584 "default_run": null, 27585 "dependencies": [ 27586 { 27587 "features": [], 27588 "kind": null, 27589 "name": "windows_aarch64_gnullvm", 27590 "optional": false, 27591 "registry": null, 27592 "rename": null, 27593 "req": "^0.52.5", 27594 "source": "registry+https://github.com/rust-lang/crates.io-index", 27595 "target": "aarch64-pc-windows-gnullvm", 27596 "uses_default_features": true 27597 }, 27598 { 27599 "features": [], 27600 "kind": null, 27601 "name": "windows_x86_64_msvc", 27602 "optional": false, 27603 "registry": null, 27604 "rename": null, 27605 "req": "^0.52.5", 27606 "source": "registry+https://github.com/rust-lang/crates.io-index", 27607 "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))", 27608 "uses_default_features": true 27609 }, 27610 { 27611 "features": [], 27612 "kind": null, 27613 "name": "windows_aarch64_msvc", 27614 "optional": false, 27615 "registry": null, 27616 "rename": null, 27617 "req": "^0.52.5", 27618 "source": "registry+https://github.com/rust-lang/crates.io-index", 27619 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", 27620 "uses_default_features": true 27621 }, 27622 { 27623 "features": [], 27624 "kind": null, 27625 "name": "windows_i686_gnu", 27626 "optional": false, 27627 "registry": null, 27628 "rename": null, 27629 "req": "^0.52.5", 27630 "source": "registry+https://github.com/rust-lang/crates.io-index", 27631 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 27632 "uses_default_features": true 27633 }, 27634 { 27635 "features": [], 27636 "kind": null, 27637 "name": "windows_i686_msvc", 27638 "optional": false, 27639 "registry": null, 27640 "rename": null, 27641 "req": "^0.52.5", 27642 "source": "registry+https://github.com/rust-lang/crates.io-index", 27643 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", 27644 "uses_default_features": true 27645 }, 27646 { 27647 "features": [], 27648 "kind": null, 27649 "name": "windows_x86_64_gnu", 27650 "optional": false, 27651 "registry": null, 27652 "rename": null, 27653 "req": "^0.52.5", 27654 "source": "registry+https://github.com/rust-lang/crates.io-index", 27655 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", 27656 "uses_default_features": true 27657 }, 27658 { 27659 "features": [], 27660 "kind": null, 27661 "name": "windows_i686_gnullvm", 27662 "optional": false, 27663 "registry": null, 27664 "rename": null, 27665 "req": "^0.52.5", 27666 "source": "registry+https://github.com/rust-lang/crates.io-index", 27667 "target": "i686-pc-windows-gnullvm", 27668 "uses_default_features": true 27669 }, 27670 { 27671 "features": [], 27672 "kind": null, 27673 "name": "windows_x86_64_gnullvm", 27674 "optional": false, 27675 "registry": null, 27676 "rename": null, 27677 "req": "^0.52.5", 27678 "source": "registry+https://github.com/rust-lang/crates.io-index", 27679 "target": "x86_64-pc-windows-gnullvm", 27680 "uses_default_features": true 27681 } 27682 ], 27683 "description": "Import libs for Windows", 27684 "documentation": null, 27685 "edition": "2021", 27686 "features": {}, 27687 "homepage": null, 27688 "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5", 27689 "keywords": [], 27690 "license": "MIT OR Apache-2.0", 27691 "license_file": null, 27692 "links": null, 27693 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/Cargo.toml", 27694 "metadata": null, 27695 "name": "windows-targets", 27696 "publish": null, 27697 "readme": "readme.md", 27698 "repository": "https://github.com/microsoft/windows-rs", 27699 "rust_version": "1.56", 27700 "source": "registry+https://github.com/rust-lang/crates.io-index", 27701 "targets": [ 27702 { 27703 "crate_types": [ 27704 "lib" 27705 ], 27706 "doc": true, 27707 "doctest": true, 27708 "edition": "2021", 27709 "kind": [ 27710 "lib" 27711 ], 27712 "name": "windows-targets", 27713 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/src/lib.rs", 27714 "test": true 27715 } 27716 ], 27717 "version": "0.52.5" 27718 }, 27719 { 27720 "authors": [ 27721 "Microsoft" 27722 ], 27723 "categories": [], 27724 "default_run": null, 27725 "dependencies": [], 27726 "description": "Import lib for Windows", 27727 "documentation": null, 27728 "edition": "2021", 27729 "features": {}, 27730 "homepage": null, 27731 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5", 27732 "keywords": [], 27733 "license": "MIT OR Apache-2.0", 27734 "license_file": null, 27735 "links": null, 27736 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/Cargo.toml", 27737 "metadata": { 27738 "docs": { 27739 "rs": { 27740 "default-target": "x86_64-pc-windows-msvc", 27741 "targets": [] 27742 } 27743 } 27744 }, 27745 "name": "windows_aarch64_gnullvm", 27746 "publish": null, 27747 "readme": null, 27748 "repository": "https://github.com/microsoft/windows-rs", 27749 "rust_version": "1.56", 27750 "source": "registry+https://github.com/rust-lang/crates.io-index", 27751 "targets": [ 27752 { 27753 "crate_types": [ 27754 "lib" 27755 ], 27756 "doc": true, 27757 "doctest": true, 27758 "edition": "2021", 27759 "kind": [ 27760 "lib" 27761 ], 27762 "name": "windows_aarch64_gnullvm", 27763 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/src/lib.rs", 27764 "test": true 27765 }, 27766 { 27767 "crate_types": [ 27768 "bin" 27769 ], 27770 "doc": false, 27771 "doctest": false, 27772 "edition": "2021", 27773 "kind": [ 27774 "custom-build" 27775 ], 27776 "name": "build-script-build", 27777 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/build.rs", 27778 "test": false 27779 } 27780 ], 27781 "version": "0.52.5" 27782 }, 27783 { 27784 "authors": [ 27785 "Microsoft" 27786 ], 27787 "categories": [], 27788 "default_run": null, 27789 "dependencies": [], 27790 "description": "Import lib for Windows", 27791 "documentation": null, 27792 "edition": "2021", 27793 "features": {}, 27794 "homepage": null, 27795 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5", 27796 "keywords": [], 27797 "license": "MIT OR Apache-2.0", 27798 "license_file": null, 27799 "links": null, 27800 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/Cargo.toml", 27801 "metadata": { 27802 "docs": { 27803 "rs": { 27804 "default-target": "x86_64-pc-windows-msvc", 27805 "targets": [] 27806 } 27807 } 27808 }, 27809 "name": "windows_aarch64_msvc", 27810 "publish": null, 27811 "readme": null, 27812 "repository": "https://github.com/microsoft/windows-rs", 27813 "rust_version": "1.56", 27814 "source": "registry+https://github.com/rust-lang/crates.io-index", 27815 "targets": [ 27816 { 27817 "crate_types": [ 27818 "lib" 27819 ], 27820 "doc": true, 27821 "doctest": true, 27822 "edition": "2021", 27823 "kind": [ 27824 "lib" 27825 ], 27826 "name": "windows_aarch64_msvc", 27827 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/src/lib.rs", 27828 "test": true 27829 }, 27830 { 27831 "crate_types": [ 27832 "bin" 27833 ], 27834 "doc": false, 27835 "doctest": false, 27836 "edition": "2021", 27837 "kind": [ 27838 "custom-build" 27839 ], 27840 "name": "build-script-build", 27841 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/build.rs", 27842 "test": false 27843 } 27844 ], 27845 "version": "0.52.5" 27846 }, 27847 { 27848 "authors": [ 27849 "Microsoft" 27850 ], 27851 "categories": [], 27852 "default_run": null, 27853 "dependencies": [], 27854 "description": "Import lib for Windows", 27855 "documentation": null, 27856 "edition": "2021", 27857 "features": {}, 27858 "homepage": null, 27859 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5", 27860 "keywords": [], 27861 "license": "MIT OR Apache-2.0", 27862 "license_file": null, 27863 "links": null, 27864 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/Cargo.toml", 27865 "metadata": { 27866 "docs": { 27867 "rs": { 27868 "default-target": "x86_64-pc-windows-msvc", 27869 "targets": [] 27870 } 27871 } 27872 }, 27873 "name": "windows_i686_gnu", 27874 "publish": null, 27875 "readme": null, 27876 "repository": "https://github.com/microsoft/windows-rs", 27877 "rust_version": "1.56", 27878 "source": "registry+https://github.com/rust-lang/crates.io-index", 27879 "targets": [ 27880 { 27881 "crate_types": [ 27882 "lib" 27883 ], 27884 "doc": true, 27885 "doctest": true, 27886 "edition": "2021", 27887 "kind": [ 27888 "lib" 27889 ], 27890 "name": "windows_i686_gnu", 27891 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/src/lib.rs", 27892 "test": true 27893 }, 27894 { 27895 "crate_types": [ 27896 "bin" 27897 ], 27898 "doc": false, 27899 "doctest": false, 27900 "edition": "2021", 27901 "kind": [ 27902 "custom-build" 27903 ], 27904 "name": "build-script-build", 27905 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/build.rs", 27906 "test": false 27907 } 27908 ], 27909 "version": "0.52.5" 27910 }, 27911 { 27912 "authors": [ 27913 "Microsoft" 27914 ], 27915 "categories": [], 27916 "default_run": null, 27917 "dependencies": [], 27918 "description": "Import lib for Windows", 27919 "documentation": null, 27920 "edition": "2021", 27921 "features": {}, 27922 "homepage": null, 27923 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5", 27924 "keywords": [], 27925 "license": "MIT OR Apache-2.0", 27926 "license_file": null, 27927 "links": null, 27928 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/Cargo.toml", 27929 "metadata": { 27930 "docs": { 27931 "rs": { 27932 "default-target": "x86_64-pc-windows-msvc", 27933 "targets": [] 27934 } 27935 } 27936 }, 27937 "name": "windows_i686_gnullvm", 27938 "publish": null, 27939 "readme": null, 27940 "repository": "https://github.com/microsoft/windows-rs", 27941 "rust_version": "1.56", 27942 "source": "registry+https://github.com/rust-lang/crates.io-index", 27943 "targets": [ 27944 { 27945 "crate_types": [ 27946 "lib" 27947 ], 27948 "doc": true, 27949 "doctest": true, 27950 "edition": "2021", 27951 "kind": [ 27952 "lib" 27953 ], 27954 "name": "windows_i686_gnullvm", 27955 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/src/lib.rs", 27956 "test": true 27957 }, 27958 { 27959 "crate_types": [ 27960 "bin" 27961 ], 27962 "doc": false, 27963 "doctest": false, 27964 "edition": "2021", 27965 "kind": [ 27966 "custom-build" 27967 ], 27968 "name": "build-script-build", 27969 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/build.rs", 27970 "test": false 27971 } 27972 ], 27973 "version": "0.52.5" 27974 }, 27975 { 27976 "authors": [ 27977 "Microsoft" 27978 ], 27979 "categories": [], 27980 "default_run": null, 27981 "dependencies": [], 27982 "description": "Import lib for Windows", 27983 "documentation": null, 27984 "edition": "2021", 27985 "features": {}, 27986 "homepage": null, 27987 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5", 27988 "keywords": [], 27989 "license": "MIT OR Apache-2.0", 27990 "license_file": null, 27991 "links": null, 27992 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/Cargo.toml", 27993 "metadata": { 27994 "docs": { 27995 "rs": { 27996 "default-target": "x86_64-pc-windows-msvc", 27997 "targets": [] 27998 } 27999 } 28000 }, 28001 "name": "windows_i686_msvc", 28002 "publish": null, 28003 "readme": null, 28004 "repository": "https://github.com/microsoft/windows-rs", 28005 "rust_version": "1.56", 28006 "source": "registry+https://github.com/rust-lang/crates.io-index", 28007 "targets": [ 28008 { 28009 "crate_types": [ 28010 "lib" 28011 ], 28012 "doc": true, 28013 "doctest": true, 28014 "edition": "2021", 28015 "kind": [ 28016 "lib" 28017 ], 28018 "name": "windows_i686_msvc", 28019 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/src/lib.rs", 28020 "test": true 28021 }, 28022 { 28023 "crate_types": [ 28024 "bin" 28025 ], 28026 "doc": false, 28027 "doctest": false, 28028 "edition": "2021", 28029 "kind": [ 28030 "custom-build" 28031 ], 28032 "name": "build-script-build", 28033 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/build.rs", 28034 "test": false 28035 } 28036 ], 28037 "version": "0.52.5" 28038 }, 28039 { 28040 "authors": [ 28041 "Microsoft" 28042 ], 28043 "categories": [], 28044 "default_run": null, 28045 "dependencies": [], 28046 "description": "Import lib for Windows", 28047 "documentation": null, 28048 "edition": "2021", 28049 "features": {}, 28050 "homepage": null, 28051 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5", 28052 "keywords": [], 28053 "license": "MIT OR Apache-2.0", 28054 "license_file": null, 28055 "links": null, 28056 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/Cargo.toml", 28057 "metadata": { 28058 "docs": { 28059 "rs": { 28060 "default-target": "x86_64-pc-windows-msvc", 28061 "targets": [] 28062 } 28063 } 28064 }, 28065 "name": "windows_x86_64_gnu", 28066 "publish": null, 28067 "readme": null, 28068 "repository": "https://github.com/microsoft/windows-rs", 28069 "rust_version": "1.56", 28070 "source": "registry+https://github.com/rust-lang/crates.io-index", 28071 "targets": [ 28072 { 28073 "crate_types": [ 28074 "lib" 28075 ], 28076 "doc": true, 28077 "doctest": true, 28078 "edition": "2021", 28079 "kind": [ 28080 "lib" 28081 ], 28082 "name": "windows_x86_64_gnu", 28083 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/src/lib.rs", 28084 "test": true 28085 }, 28086 { 28087 "crate_types": [ 28088 "bin" 28089 ], 28090 "doc": false, 28091 "doctest": false, 28092 "edition": "2021", 28093 "kind": [ 28094 "custom-build" 28095 ], 28096 "name": "build-script-build", 28097 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/build.rs", 28098 "test": false 28099 } 28100 ], 28101 "version": "0.52.5" 28102 }, 28103 { 28104 "authors": [ 28105 "Microsoft" 28106 ], 28107 "categories": [], 28108 "default_run": null, 28109 "dependencies": [], 28110 "description": "Import lib for Windows", 28111 "documentation": null, 28112 "edition": "2021", 28113 "features": {}, 28114 "homepage": null, 28115 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5", 28116 "keywords": [], 28117 "license": "MIT OR Apache-2.0", 28118 "license_file": null, 28119 "links": null, 28120 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/Cargo.toml", 28121 "metadata": { 28122 "docs": { 28123 "rs": { 28124 "default-target": "x86_64-pc-windows-msvc", 28125 "targets": [] 28126 } 28127 } 28128 }, 28129 "name": "windows_x86_64_gnullvm", 28130 "publish": null, 28131 "readme": null, 28132 "repository": "https://github.com/microsoft/windows-rs", 28133 "rust_version": "1.56", 28134 "source": "registry+https://github.com/rust-lang/crates.io-index", 28135 "targets": [ 28136 { 28137 "crate_types": [ 28138 "lib" 28139 ], 28140 "doc": true, 28141 "doctest": true, 28142 "edition": "2021", 28143 "kind": [ 28144 "lib" 28145 ], 28146 "name": "windows_x86_64_gnullvm", 28147 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/src/lib.rs", 28148 "test": true 28149 }, 28150 { 28151 "crate_types": [ 28152 "bin" 28153 ], 28154 "doc": false, 28155 "doctest": false, 28156 "edition": "2021", 28157 "kind": [ 28158 "custom-build" 28159 ], 28160 "name": "build-script-build", 28161 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/build.rs", 28162 "test": false 28163 } 28164 ], 28165 "version": "0.52.5" 28166 }, 28167 { 28168 "authors": [ 28169 "Microsoft" 28170 ], 28171 "categories": [], 28172 "default_run": null, 28173 "dependencies": [], 28174 "description": "Import lib for Windows", 28175 "documentation": null, 28176 "edition": "2021", 28177 "features": {}, 28178 "homepage": null, 28179 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5", 28180 "keywords": [], 28181 "license": "MIT OR Apache-2.0", 28182 "license_file": null, 28183 "links": null, 28184 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/Cargo.toml", 28185 "metadata": { 28186 "docs": { 28187 "rs": { 28188 "default-target": "x86_64-pc-windows-msvc", 28189 "targets": [] 28190 } 28191 } 28192 }, 28193 "name": "windows_x86_64_msvc", 28194 "publish": null, 28195 "readme": null, 28196 "repository": "https://github.com/microsoft/windows-rs", 28197 "rust_version": "1.56", 28198 "source": "registry+https://github.com/rust-lang/crates.io-index", 28199 "targets": [ 28200 { 28201 "crate_types": [ 28202 "lib" 28203 ], 28204 "doc": true, 28205 "doctest": true, 28206 "edition": "2021", 28207 "kind": [ 28208 "lib" 28209 ], 28210 "name": "windows_x86_64_msvc", 28211 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/src/lib.rs", 28212 "test": true 28213 }, 28214 { 28215 "crate_types": [ 28216 "bin" 28217 ], 28218 "doc": false, 28219 "doctest": false, 28220 "edition": "2021", 28221 "kind": [ 28222 "custom-build" 28223 ], 28224 "name": "build-script-build", 28225 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/build.rs", 28226 "test": false 28227 } 28228 ], 28229 "version": "0.52.5" 28230 }, 28231 { 28232 "authors": [ 28233 "Peter Atashian <retep998@gmail.com>" 28234 ], 28235 "categories": [ 28236 "api-bindings", 28237 "os::windows-apis" 28238 ], 28239 "default_run": null, 28240 "dependencies": [ 28241 { 28242 "features": [ 28243 "consoleapi", 28244 "errhandlingapi", 28245 "fileapi", 28246 "handleapi", 28247 "minwindef", 28248 "processthreadsapi", 28249 "std", 28250 "unknwnbase", 28251 "wincon", 28252 "winnt" 28253 ], 28254 "kind": null, 28255 "name": "winapi", 28256 "optional": false, 28257 "registry": null, 28258 "rename": null, 28259 "req": "^0.3", 28260 "source": "registry+https://github.com/rust-lang/crates.io-index", 28261 "target": null, 28262 "uses_default_features": true 28263 }, 28264 { 28265 "features": [], 28266 "kind": "dev", 28267 "name": "rand", 28268 "optional": false, 28269 "registry": null, 28270 "rename": null, 28271 "req": "^0.4", 28272 "source": "registry+https://github.com/rust-lang/crates.io-index", 28273 "target": null, 28274 "uses_default_features": true 28275 } 28276 ], 28277 "description": "Windows IO wrapper", 28278 "documentation": null, 28279 "edition": "2015", 28280 "features": {}, 28281 "homepage": null, 28282 "id": "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2", 28283 "keywords": [ 28284 "windows", 28285 "ffi", 28286 "win32", 28287 "com" 28288 ], 28289 "license": "MIT/Apache-2.0", 28290 "license_file": null, 28291 "links": null, 28292 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wio-0.2.2/Cargo.toml", 28293 "metadata": null, 28294 "name": "wio", 28295 "publish": null, 28296 "readme": "README.md", 28297 "repository": "https://github.com/retep998/wio-rs", 28298 "rust_version": null, 28299 "source": "registry+https://github.com/rust-lang/crates.io-index", 28300 "targets": [ 28301 { 28302 "crate_types": [ 28303 "lib" 28304 ], 28305 "doc": true, 28306 "doctest": true, 28307 "edition": "2015", 28308 "kind": [ 28309 "lib" 28310 ], 28311 "name": "wio", 28312 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wio-0.2.2/src/lib.rs", 28313 "test": true 28314 } 28315 ], 28316 "version": "0.2.2" 28317 }, 28318 { 28319 "authors": [ 28320 "Austin Bonander <austin.bonander@gmail.com>", 28321 "The Servo Project Developers", 28322 "YesLogic Pty. Ltd. <info@yeslogic.com>" 28323 ], 28324 "categories": [ 28325 "text-processing" 28326 ], 28327 "default_run": null, 28328 "dependencies": [ 28329 { 28330 "features": [], 28331 "kind": null, 28332 "name": "const-cstr", 28333 "optional": false, 28334 "registry": null, 28335 "rename": null, 28336 "req": "^0.3", 28337 "source": "registry+https://github.com/rust-lang/crates.io-index", 28338 "target": null, 28339 "uses_default_features": true 28340 }, 28341 { 28342 "features": [], 28343 "kind": null, 28344 "name": "dlib", 28345 "optional": false, 28346 "registry": null, 28347 "rename": null, 28348 "req": "^0.5.0", 28349 "source": "registry+https://github.com/rust-lang/crates.io-index", 28350 "target": null, 28351 "uses_default_features": true 28352 }, 28353 { 28354 "features": [], 28355 "kind": null, 28356 "name": "once_cell", 28357 "optional": false, 28358 "registry": null, 28359 "rename": null, 28360 "req": "^1.9.0", 28361 "source": "registry+https://github.com/rust-lang/crates.io-index", 28362 "target": null, 28363 "uses_default_features": true 28364 }, 28365 { 28366 "features": [], 28367 "kind": "build", 28368 "name": "pkg-config", 28369 "optional": false, 28370 "registry": null, 28371 "rename": null, 28372 "req": "^0.3", 28373 "source": "registry+https://github.com/rust-lang/crates.io-index", 28374 "target": null, 28375 "uses_default_features": true 28376 } 28377 ], 28378 "description": "Raw bindings to Fontconfig without a vendored C library", 28379 "documentation": "https://docs.rs/crate/yeslogic-fontconfig-sys", 28380 "edition": "2018", 28381 "features": { 28382 "dlopen": [] 28383 }, 28384 "homepage": "https://github.com/yeslogic/fontconfig-rs", 28385 "id": "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0", 28386 "keywords": [ 28387 "font", 28388 "bindings", 28389 "fontconfig", 28390 "sys" 28391 ], 28392 "license": "MIT", 28393 "license_file": null, 28394 "links": "fontconfig", 28395 "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yeslogic-fontconfig-sys-3.2.0/Cargo.toml", 28396 "metadata": null, 28397 "name": "yeslogic-fontconfig-sys", 28398 "publish": null, 28399 "readme": "README.md", 28400 "repository": "https://github.com/yeslogic/fontconfig-rs", 28401 "rust_version": "1.46", 28402 "source": "registry+https://github.com/rust-lang/crates.io-index", 28403 "targets": [ 28404 { 28405 "crate_types": [ 28406 "lib" 28407 ], 28408 "doc": true, 28409 "doctest": true, 28410 "edition": "2018", 28411 "kind": [ 28412 "lib" 28413 ], 28414 "name": "fontconfig_sys", 28415 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yeslogic-fontconfig-sys-3.2.0/src/lib.rs", 28416 "test": true 28417 }, 28418 { 28419 "crate_types": [ 28420 "bin" 28421 ], 28422 "doc": false, 28423 "doctest": false, 28424 "edition": "2018", 28425 "kind": [ 28426 "custom-build" 28427 ], 28428 "name": "build-script-build", 28429 "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yeslogic-fontconfig-sys-3.2.0/build.rs", 28430 "test": false 28431 } 28432 ], 28433 "version": "3.2.0" 28434 } 28435 ], 28436 "resolve": { 28437 "nodes": [ 28438 { 28439 "dependencies": [], 28440 "deps": [], 28441 "features": [], 28442 "id": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2" 28443 }, 28444 { 28445 "dependencies": [ 28446 "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 28447 ], 28448 "deps": [ 28449 { 28450 "dep_kinds": [ 28451 { 28452 "kind": null, 28453 "target": null 28454 } 28455 ], 28456 "name": "memchr", 28457 "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 28458 } 28459 ], 28460 "features": [ 28461 "std" 28462 ], 28463 "id": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3" 28464 }, 28465 { 28466 "dependencies": [], 28467 "deps": [], 28468 "features": [], 28469 "id": "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1" 28470 }, 28471 { 28472 "dependencies": [ 28473 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28474 ], 28475 "deps": [ 28476 { 28477 "dep_kinds": [ 28478 { 28479 "kind": null, 28480 "target": null 28481 } 28482 ], 28483 "name": "libc", 28484 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28485 } 28486 ], 28487 "features": [], 28488 "id": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5" 28489 }, 28490 { 28491 "dependencies": [], 28492 "deps": [], 28493 "features": [ 28494 "default" 28495 ], 28496 "id": "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6" 28497 }, 28498 { 28499 "dependencies": [ 28500 "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19", 28501 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 28502 "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 28503 ], 28504 "deps": [ 28505 { 28506 "dep_kinds": [ 28507 { 28508 "kind": null, 28509 "target": "cfg(target_os = \"hermit\")" 28510 } 28511 ], 28512 "name": "hermit_abi", 28513 "pkg": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19" 28514 }, 28515 { 28516 "dep_kinds": [ 28517 { 28518 "kind": null, 28519 "target": "cfg(unix)" 28520 } 28521 ], 28522 "name": "libc", 28523 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28524 }, 28525 { 28526 "dep_kinds": [ 28527 { 28528 "kind": null, 28529 "target": "cfg(windows)" 28530 } 28531 ], 28532 "name": "winapi", 28533 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 28534 } 28535 ], 28536 "features": [], 28537 "id": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14" 28538 }, 28539 { 28540 "dependencies": [], 28541 "deps": [], 28542 "features": [], 28543 "id": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0" 28544 }, 28545 { 28546 "dependencies": [], 28547 "deps": [], 28548 "features": [ 28549 "default" 28550 ], 28551 "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" 28552 }, 28553 { 28554 "dependencies": [], 28555 "deps": [], 28556 "features": [], 28557 "id": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0" 28558 }, 28559 { 28560 "dependencies": [], 28561 "deps": [], 28562 "features": [ 28563 "default" 28564 ], 28565 "id": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0" 28566 }, 28567 { 28568 "dependencies": [], 28569 "deps": [], 28570 "features": [ 28571 "extern_crate_alloc" 28572 ], 28573 "id": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0" 28574 }, 28575 { 28576 "dependencies": [], 28577 "deps": [], 28578 "features": [ 28579 "default", 28580 "std" 28581 ], 28582 "id": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" 28583 }, 28584 { 28585 "dependencies": [], 28586 "deps": [], 28587 "features": [], 28588 "id": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0" 28589 }, 28590 { 28591 "dependencies": [], 28592 "deps": [], 28593 "features": [], 28594 "id": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" 28595 }, 28596 { 28597 "dependencies": [], 28598 "deps": [], 28599 "features": [], 28600 "id": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 28601 }, 28602 { 28603 "dependencies": [ 28604 "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1", 28605 "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60", 28606 "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", 28607 "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 28608 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 28609 "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 28610 ], 28611 "deps": [ 28612 { 28613 "dep_kinds": [ 28614 { 28615 "kind": null, 28616 "target": "cfg(target_os = \"android\")" 28617 } 28618 ], 28619 "name": "android_tzdata", 28620 "pkg": "registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1" 28621 }, 28622 { 28623 "dep_kinds": [ 28624 { 28625 "kind": null, 28626 "target": "cfg(unix)" 28627 } 28628 ], 28629 "name": "iana_time_zone", 28630 "pkg": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60" 28631 }, 28632 { 28633 "dep_kinds": [ 28634 { 28635 "kind": null, 28636 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" 28637 } 28638 ], 28639 "name": "js_sys", 28640 "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" 28641 }, 28642 { 28643 "dep_kinds": [ 28644 { 28645 "kind": null, 28646 "target": null 28647 } 28648 ], 28649 "name": "num_traits", 28650 "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 28651 }, 28652 { 28653 "dep_kinds": [ 28654 { 28655 "kind": null, 28656 "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" 28657 } 28658 ], 28659 "name": "wasm_bindgen", 28660 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 28661 }, 28662 { 28663 "dep_kinds": [ 28664 { 28665 "kind": null, 28666 "target": "cfg(windows)" 28667 } 28668 ], 28669 "name": "windows_targets", 28670 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 28671 } 28672 ], 28673 "features": [ 28674 "alloc", 28675 "android-tzdata", 28676 "clock", 28677 "default", 28678 "iana-time-zone", 28679 "js-sys", 28680 "now", 28681 "oldtime", 28682 "std", 28683 "wasm-bindgen", 28684 "wasmbind", 28685 "winapi", 28686 "windows-targets" 28687 ], 28688 "id": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38" 28689 }, 28690 { 28691 "dependencies": [ 28692 "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2", 28693 "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2", 28694 "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 28695 ], 28696 "deps": [ 28697 { 28698 "dep_kinds": [ 28699 { 28700 "kind": null, 28701 "target": null 28702 } 28703 ], 28704 "name": "ciborium_io", 28705 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2" 28706 }, 28707 { 28708 "dep_kinds": [ 28709 { 28710 "kind": null, 28711 "target": null 28712 } 28713 ], 28714 "name": "ciborium_ll", 28715 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2" 28716 }, 28717 { 28718 "dep_kinds": [ 28719 { 28720 "kind": null, 28721 "target": null 28722 } 28723 ], 28724 "name": "serde", 28725 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 28726 } 28727 ], 28728 "features": [ 28729 "default", 28730 "std" 28731 ], 28732 "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2" 28733 }, 28734 { 28735 "dependencies": [], 28736 "deps": [], 28737 "features": [ 28738 "alloc", 28739 "std" 28740 ], 28741 "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2" 28742 }, 28743 { 28744 "dependencies": [ 28745 "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2", 28746 "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1" 28747 ], 28748 "deps": [ 28749 { 28750 "dep_kinds": [ 28751 { 28752 "kind": null, 28753 "target": null 28754 } 28755 ], 28756 "name": "ciborium_io", 28757 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2" 28758 }, 28759 { 28760 "dep_kinds": [ 28761 { 28762 "kind": null, 28763 "target": null 28764 } 28765 ], 28766 "name": "half", 28767 "pkg": "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1" 28768 } 28769 ], 28770 "features": [], 28771 "id": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2" 28772 }, 28773 { 28774 "dependencies": [ 28775 "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", 28776 "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4", 28777 "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3", 28778 "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1" 28779 ], 28780 "deps": [ 28781 { 28782 "dep_kinds": [ 28783 { 28784 "kind": null, 28785 "target": null 28786 } 28787 ], 28788 "name": "bitflags", 28789 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" 28790 }, 28791 { 28792 "dep_kinds": [ 28793 { 28794 "kind": null, 28795 "target": null 28796 } 28797 ], 28798 "name": "clap_lex", 28799 "pkg": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4" 28800 }, 28801 { 28802 "dep_kinds": [ 28803 { 28804 "kind": null, 28805 "target": null 28806 } 28807 ], 28808 "name": "indexmap", 28809 "pkg": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3" 28810 }, 28811 { 28812 "dep_kinds": [ 28813 { 28814 "kind": null, 28815 "target": null 28816 } 28817 ], 28818 "name": "textwrap", 28819 "pkg": "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1" 28820 } 28821 ], 28822 "features": [ 28823 "std" 28824 ], 28825 "id": "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25" 28826 }, 28827 { 28828 "dependencies": [ 28829 "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1" 28830 ], 28831 "deps": [ 28832 { 28833 "dep_kinds": [ 28834 { 28835 "kind": null, 28836 "target": null 28837 } 28838 ], 28839 "name": "os_str_bytes", 28840 "pkg": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1" 28841 } 28842 ], 28843 "features": [], 28844 "id": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.2.4" 28845 }, 28846 { 28847 "dependencies": [], 28848 "deps": [], 28849 "features": [], 28850 "id": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0" 28851 }, 28852 { 28853 "dependencies": [ 28854 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 28855 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 28856 ], 28857 "deps": [ 28858 { 28859 "dep_kinds": [ 28860 { 28861 "kind": null, 28862 "target": null 28863 } 28864 ], 28865 "name": "cfg_if", 28866 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 28867 }, 28868 { 28869 "dep_kinds": [ 28870 { 28871 "kind": null, 28872 "target": null 28873 } 28874 ], 28875 "name": "wasm_bindgen", 28876 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 28877 } 28878 ], 28879 "features": [], 28880 "id": "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7" 28881 }, 28882 { 28883 "dependencies": [], 28884 "deps": [], 28885 "features": [], 28886 "id": "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0" 28887 }, 28888 { 28889 "dependencies": [ 28890 "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6", 28891 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28892 ], 28893 "deps": [ 28894 { 28895 "dep_kinds": [ 28896 { 28897 "kind": null, 28898 "target": null 28899 } 28900 ], 28901 "name": "core_foundation_sys", 28902 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6" 28903 }, 28904 { 28905 "dep_kinds": [ 28906 { 28907 "kind": null, 28908 "target": null 28909 } 28910 ], 28911 "name": "libc", 28912 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28913 } 28914 ], 28915 "features": [ 28916 "default", 28917 "link" 28918 ], 28919 "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" 28920 }, 28921 { 28922 "dependencies": [], 28923 "deps": [], 28924 "features": [ 28925 "default", 28926 "link" 28927 ], 28928 "id": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6" 28929 }, 28930 { 28931 "dependencies": [ 28932 "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", 28933 "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", 28934 "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3", 28935 "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2", 28936 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28937 ], 28938 "deps": [ 28939 { 28940 "dep_kinds": [ 28941 { 28942 "kind": null, 28943 "target": null 28944 } 28945 ], 28946 "name": "bitflags", 28947 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" 28948 }, 28949 { 28950 "dep_kinds": [ 28951 { 28952 "kind": null, 28953 "target": null 28954 } 28955 ], 28956 "name": "core_foundation", 28957 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" 28958 }, 28959 { 28960 "dep_kinds": [ 28961 { 28962 "kind": null, 28963 "target": null 28964 } 28965 ], 28966 "name": "core_graphics_types", 28967 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3" 28968 }, 28969 { 28970 "dep_kinds": [ 28971 { 28972 "kind": null, 28973 "target": null 28974 } 28975 ], 28976 "name": "foreign_types", 28977 "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" 28978 }, 28979 { 28980 "dep_kinds": [ 28981 { 28982 "kind": null, 28983 "target": null 28984 } 28985 ], 28986 "name": "libc", 28987 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 28988 } 28989 ], 28990 "features": [ 28991 "default" 28992 ], 28993 "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3" 28994 }, 28995 { 28996 "dependencies": [ 28997 "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", 28998 "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", 28999 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29000 ], 29001 "deps": [ 29002 { 29003 "dep_kinds": [ 29004 { 29005 "kind": null, 29006 "target": null 29007 } 29008 ], 29009 "name": "bitflags", 29010 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" 29011 }, 29012 { 29013 "dep_kinds": [ 29014 { 29015 "kind": null, 29016 "target": null 29017 } 29018 ], 29019 "name": "core_foundation", 29020 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" 29021 }, 29022 { 29023 "dep_kinds": [ 29024 { 29025 "kind": null, 29026 "target": null 29027 } 29028 ], 29029 "name": "libc", 29030 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29031 } 29032 ], 29033 "features": [ 29034 "default", 29035 "link" 29036 ], 29037 "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3" 29038 }, 29039 { 29040 "dependencies": [ 29041 "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", 29042 "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3", 29043 "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2", 29044 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29045 ], 29046 "deps": [ 29047 { 29048 "dep_kinds": [ 29049 { 29050 "kind": null, 29051 "target": null 29052 } 29053 ], 29054 "name": "core_foundation", 29055 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" 29056 }, 29057 { 29058 "dep_kinds": [ 29059 { 29060 "kind": null, 29061 "target": null 29062 } 29063 ], 29064 "name": "core_graphics", 29065 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3" 29066 }, 29067 { 29068 "dep_kinds": [ 29069 { 29070 "kind": null, 29071 "target": null 29072 } 29073 ], 29074 "name": "foreign_types", 29075 "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" 29076 }, 29077 { 29078 "dep_kinds": [ 29079 { 29080 "kind": null, 29081 "target": null 29082 } 29083 ], 29084 "name": "libc", 29085 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29086 } 29087 ], 29088 "features": [ 29089 "default", 29090 "mountainlion" 29091 ], 29092 "id": "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0" 29093 }, 29094 { 29095 "dependencies": [ 29096 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 29097 ], 29098 "deps": [ 29099 { 29100 "dep_kinds": [ 29101 { 29102 "kind": null, 29103 "target": null 29104 } 29105 ], 29106 "name": "cfg_if", 29107 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 29108 } 29109 ], 29110 "features": [ 29111 "default", 29112 "std" 29113 ], 29114 "id": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0" 29115 }, 29116 { 29117 "dependencies": [ 29118 "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6", 29119 "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14", 29120 "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0", 29121 "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2", 29122 "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25", 29123 "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0", 29124 "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5", 29125 "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", 29126 "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 29127 "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3", 29128 "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5", 29129 "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0", 29130 "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4", 29131 "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", 29132 "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197", 29133 "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116", 29134 "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1", 29135 "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" 29136 ], 29137 "deps": [ 29138 { 29139 "dep_kinds": [ 29140 { 29141 "kind": null, 29142 "target": null 29143 } 29144 ], 29145 "name": "anes", 29146 "pkg": "registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6" 29147 }, 29148 { 29149 "dep_kinds": [ 29150 { 29151 "kind": null, 29152 "target": null 29153 } 29154 ], 29155 "name": "atty", 29156 "pkg": "registry+https://github.com/rust-lang/crates.io-index#atty@0.2.14" 29157 }, 29158 { 29159 "dep_kinds": [ 29160 { 29161 "kind": null, 29162 "target": null 29163 } 29164 ], 29165 "name": "cast", 29166 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0" 29167 }, 29168 { 29169 "dep_kinds": [ 29170 { 29171 "kind": null, 29172 "target": null 29173 } 29174 ], 29175 "name": "ciborium", 29176 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2" 29177 }, 29178 { 29179 "dep_kinds": [ 29180 { 29181 "kind": null, 29182 "target": null 29183 } 29184 ], 29185 "name": "clap", 29186 "pkg": "registry+https://github.com/rust-lang/crates.io-index#clap@3.2.25" 29187 }, 29188 { 29189 "dep_kinds": [ 29190 { 29191 "kind": null, 29192 "target": null 29193 } 29194 ], 29195 "name": "criterion_plot", 29196 "pkg": "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0" 29197 }, 29198 { 29199 "dep_kinds": [ 29200 { 29201 "kind": null, 29202 "target": null 29203 } 29204 ], 29205 "name": "itertools", 29206 "pkg": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" 29207 }, 29208 { 29209 "dep_kinds": [ 29210 { 29211 "kind": null, 29212 "target": null 29213 } 29214 ], 29215 "name": "lazy_static", 29216 "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" 29217 }, 29218 { 29219 "dep_kinds": [ 29220 { 29221 "kind": null, 29222 "target": null 29223 } 29224 ], 29225 "name": "num_traits", 29226 "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 29227 }, 29228 { 29229 "dep_kinds": [ 29230 { 29231 "kind": null, 29232 "target": null 29233 } 29234 ], 29235 "name": "oorandom", 29236 "pkg": "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3" 29237 }, 29238 { 29239 "dep_kinds": [ 29240 { 29241 "kind": null, 29242 "target": null 29243 } 29244 ], 29245 "name": "plotters", 29246 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5" 29247 }, 29248 { 29249 "dep_kinds": [ 29250 { 29251 "kind": null, 29252 "target": null 29253 } 29254 ], 29255 "name": "rayon", 29256 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0" 29257 }, 29258 { 29259 "dep_kinds": [ 29260 { 29261 "kind": null, 29262 "target": null 29263 } 29264 ], 29265 "name": "regex", 29266 "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4" 29267 }, 29268 { 29269 "dep_kinds": [ 29270 { 29271 "kind": null, 29272 "target": null 29273 } 29274 ], 29275 "name": "serde", 29276 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 29277 }, 29278 { 29279 "dep_kinds": [ 29280 { 29281 "kind": null, 29282 "target": null 29283 } 29284 ], 29285 "name": "serde_derive", 29286 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" 29287 }, 29288 { 29289 "dep_kinds": [ 29290 { 29291 "kind": null, 29292 "target": null 29293 } 29294 ], 29295 "name": "serde_json", 29296 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" 29297 }, 29298 { 29299 "dep_kinds": [ 29300 { 29301 "kind": null, 29302 "target": null 29303 } 29304 ], 29305 "name": "tinytemplate", 29306 "pkg": "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1" 29307 }, 29308 { 29309 "dep_kinds": [ 29310 { 29311 "kind": null, 29312 "target": null 29313 } 29314 ], 29315 "name": "walkdir", 29316 "pkg": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" 29317 } 29318 ], 29319 "features": [ 29320 "cargo_bench_support", 29321 "default", 29322 "plotters", 29323 "rayon" 29324 ], 29325 "id": "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0" 29326 }, 29327 { 29328 "dependencies": [ 29329 "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0", 29330 "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" 29331 ], 29332 "deps": [ 29333 { 29334 "dep_kinds": [ 29335 { 29336 "kind": null, 29337 "target": null 29338 } 29339 ], 29340 "name": "cast", 29341 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0" 29342 }, 29343 { 29344 "dep_kinds": [ 29345 { 29346 "kind": null, 29347 "target": null 29348 } 29349 ], 29350 "name": "itertools", 29351 "pkg": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" 29352 } 29353 ], 29354 "features": [], 29355 "id": "registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0" 29356 }, 29357 { 29358 "dependencies": [ 29359 "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", 29360 "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 29361 ], 29362 "deps": [ 29363 { 29364 "dep_kinds": [ 29365 { 29366 "kind": null, 29367 "target": null 29368 } 29369 ], 29370 "name": "crossbeam_epoch", 29371 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18" 29372 }, 29373 { 29374 "dep_kinds": [ 29375 { 29376 "kind": null, 29377 "target": null 29378 } 29379 ], 29380 "name": "crossbeam_utils", 29381 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 29382 } 29383 ], 29384 "features": [ 29385 "default", 29386 "std" 29387 ], 29388 "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5" 29389 }, 29390 { 29391 "dependencies": [ 29392 "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 29393 ], 29394 "deps": [ 29395 { 29396 "dep_kinds": [ 29397 { 29398 "kind": null, 29399 "target": null 29400 } 29401 ], 29402 "name": "crossbeam_utils", 29403 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 29404 } 29405 ], 29406 "features": [ 29407 "alloc", 29408 "std" 29409 ], 29410 "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18" 29411 }, 29412 { 29413 "dependencies": [], 29414 "deps": [], 29415 "features": [ 29416 "default", 29417 "std" 29418 ], 29419 "id": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 29420 }, 29421 { 29422 "dependencies": [], 29423 "deps": [], 29424 "features": [ 29425 "default", 29426 "limit_128" 29427 ], 29428 "id": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2" 29429 }, 29430 { 29431 "dependencies": [ 29432 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 29433 "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2" 29434 ], 29435 "deps": [ 29436 { 29437 "dep_kinds": [ 29438 { 29439 "kind": null, 29440 "target": null 29441 } 29442 ], 29443 "name": "cfg_if", 29444 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 29445 }, 29446 { 29447 "dep_kinds": [ 29448 { 29449 "kind": null, 29450 "target": null 29451 } 29452 ], 29453 "name": "dirs_sys_next", 29454 "pkg": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2" 29455 } 29456 ], 29457 "features": [], 29458 "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0" 29459 }, 29460 { 29461 "dependencies": [ 29462 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 29463 "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5", 29464 "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 29465 ], 29466 "deps": [ 29467 { 29468 "dep_kinds": [ 29469 { 29470 "kind": null, 29471 "target": "cfg(unix)" 29472 } 29473 ], 29474 "name": "libc", 29475 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29476 }, 29477 { 29478 "dep_kinds": [ 29479 { 29480 "kind": null, 29481 "target": "cfg(target_os = \"redox\")" 29482 } 29483 ], 29484 "name": "redox_users", 29485 "pkg": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5" 29486 }, 29487 { 29488 "dep_kinds": [ 29489 { 29490 "kind": null, 29491 "target": "cfg(windows)" 29492 } 29493 ], 29494 "name": "winapi", 29495 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 29496 } 29497 ], 29498 "features": [], 29499 "id": "registry+https://github.com/rust-lang/crates.io-index#dirs-sys-next@0.1.2" 29500 }, 29501 { 29502 "dependencies": [ 29503 "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3" 29504 ], 29505 "deps": [ 29506 { 29507 "dep_kinds": [ 29508 { 29509 "kind": null, 29510 "target": null 29511 } 29512 ], 29513 "name": "libloading", 29514 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3" 29515 } 29516 ], 29517 "features": [], 29518 "id": "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2" 29519 }, 29520 { 29521 "dependencies": [ 29522 "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", 29523 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 29524 "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", 29525 "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2" 29526 ], 29527 "deps": [ 29528 { 29529 "dep_kinds": [ 29530 { 29531 "kind": null, 29532 "target": null 29533 } 29534 ], 29535 "name": "lazy_static", 29536 "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" 29537 }, 29538 { 29539 "dep_kinds": [ 29540 { 29541 "kind": null, 29542 "target": null 29543 } 29544 ], 29545 "name": "libc", 29546 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29547 }, 29548 { 29549 "dep_kinds": [ 29550 { 29551 "kind": null, 29552 "target": null 29553 } 29554 ], 29555 "name": "winapi", 29556 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 29557 }, 29558 { 29559 "dep_kinds": [ 29560 { 29561 "kind": null, 29562 "target": null 29563 } 29564 ], 29565 "name": "wio", 29566 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2" 29567 } 29568 ], 29569 "features": [], 29570 "id": "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0" 29571 }, 29572 { 29573 "dependencies": [], 29574 "deps": [], 29575 "features": [ 29576 "use_std" 29577 ], 29578 "id": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" 29579 }, 29580 { 29581 "dependencies": [ 29582 "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" 29583 ], 29584 "deps": [ 29585 { 29586 "dep_kinds": [ 29587 { 29588 "kind": null, 29589 "target": null 29590 } 29591 ], 29592 "name": "simd_adler32", 29593 "pkg": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" 29594 } 29595 ], 29596 "features": [], 29597 "id": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4" 29598 }, 29599 { 29600 "dependencies": [ 29601 "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0", 29602 "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" 29603 ], 29604 "deps": [ 29605 { 29606 "dep_kinds": [ 29607 { 29608 "kind": null, 29609 "target": null 29610 } 29611 ], 29612 "name": "crc32fast", 29613 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0" 29614 }, 29615 { 29616 "dep_kinds": [ 29617 { 29618 "kind": null, 29619 "target": null 29620 }, 29621 { 29622 "kind": null, 29623 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" 29624 } 29625 ], 29626 "name": "miniz_oxide", 29627 "pkg": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" 29628 } 29629 ], 29630 "features": [ 29631 "any_impl", 29632 "default", 29633 "miniz_oxide", 29634 "rust_backend" 29635 ], 29636 "id": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28" 29637 }, 29638 { 29639 "dependencies": [], 29640 "deps": [], 29641 "features": [], 29642 "id": "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0" 29643 }, 29644 { 29645 "dependencies": [ 29646 "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", 29647 "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0", 29648 "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4", 29649 "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3", 29650 "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0", 29651 "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0", 29652 "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0", 29653 "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0", 29654 "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1", 29655 "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", 29656 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 29657 "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", 29658 "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1", 29659 "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3", 29660 "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0", 29661 "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", 29662 "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0" 29663 ], 29664 "deps": [ 29665 { 29666 "dep_kinds": [ 29667 { 29668 "kind": null, 29669 "target": null 29670 } 29671 ], 29672 "name": "bitflags", 29673 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" 29674 }, 29675 { 29676 "dep_kinds": [ 29677 { 29678 "kind": null, 29679 "target": null 29680 } 29681 ], 29682 "name": "byteorder", 29683 "pkg": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" 29684 }, 29685 { 29686 "dep_kinds": [ 29687 { 29688 "kind": null, 29689 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 29690 } 29691 ], 29692 "name": "core_foundation", 29693 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" 29694 }, 29695 { 29696 "dep_kinds": [ 29697 { 29698 "kind": null, 29699 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 29700 } 29701 ], 29702 "name": "core_graphics", 29703 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.22.3" 29704 }, 29705 { 29706 "dep_kinds": [ 29707 { 29708 "kind": null, 29709 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 29710 } 29711 ], 29712 "name": "core_text", 29713 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-text@19.2.0" 29714 }, 29715 { 29716 "dep_kinds": [ 29717 { 29718 "kind": null, 29719 "target": "cfg(not(any(target_arch = \"wasm32\", target_family = \"windows\", target_os = \"android\")))" 29720 } 29721 ], 29722 "name": "dirs_next", 29723 "pkg": "registry+https://github.com/rust-lang/crates.io-index#dirs-next@2.0.0" 29724 }, 29725 { 29726 "dep_kinds": [ 29727 { 29728 "kind": null, 29729 "target": "cfg(target_family = \"windows\")" 29730 } 29731 ], 29732 "name": "dwrote", 29733 "pkg": "registry+https://github.com/rust-lang/crates.io-index#dwrote@0.11.0" 29734 }, 29735 { 29736 "dep_kinds": [ 29737 { 29738 "kind": null, 29739 "target": null 29740 } 29741 ], 29742 "name": "float_ord", 29743 "pkg": "registry+https://github.com/rust-lang/crates.io-index#float-ord@0.2.0" 29744 }, 29745 { 29746 "dep_kinds": [ 29747 { 29748 "kind": null, 29749 "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\")))" 29750 } 29751 ], 29752 "name": "freetype", 29753 "pkg": "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1" 29754 }, 29755 { 29756 "dep_kinds": [ 29757 { 29758 "kind": null, 29759 "target": null 29760 } 29761 ], 29762 "name": "lazy_static", 29763 "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" 29764 }, 29765 { 29766 "dep_kinds": [ 29767 { 29768 "kind": null, 29769 "target": null 29770 } 29771 ], 29772 "name": "libc", 29773 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29774 }, 29775 { 29776 "dep_kinds": [ 29777 { 29778 "kind": null, 29779 "target": null 29780 } 29781 ], 29782 "name": "log", 29783 "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" 29784 }, 29785 { 29786 "dep_kinds": [ 29787 { 29788 "kind": null, 29789 "target": null 29790 } 29791 ], 29792 "name": "pathfinder_geometry", 29793 "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1" 29794 }, 29795 { 29796 "dep_kinds": [ 29797 { 29798 "kind": null, 29799 "target": null 29800 } 29801 ], 29802 "name": "pathfinder_simd", 29803 "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" 29804 }, 29805 { 29806 "dep_kinds": [ 29807 { 29808 "kind": null, 29809 "target": "cfg(not(target_arch = \"wasm32\"))" 29810 } 29811 ], 29812 "name": "walkdir", 29813 "pkg": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" 29814 }, 29815 { 29816 "dep_kinds": [ 29817 { 29818 "kind": null, 29819 "target": "cfg(target_family = \"windows\")" 29820 } 29821 ], 29822 "name": "winapi", 29823 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 29824 }, 29825 { 29826 "dep_kinds": [ 29827 { 29828 "kind": null, 29829 "target": "cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))" 29830 } 29831 ], 29832 "name": "fontconfig_sys", 29833 "pkg": "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0" 29834 } 29835 ], 29836 "features": [ 29837 "default", 29838 "source" 29839 ], 29840 "id": "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0" 29841 }, 29842 { 29843 "dependencies": [ 29844 "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" 29845 ], 29846 "deps": [ 29847 { 29848 "dep_kinds": [ 29849 { 29850 "kind": null, 29851 "target": null 29852 } 29853 ], 29854 "name": "foreign_types_shared", 29855 "pkg": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" 29856 } 29857 ], 29858 "features": [], 29859 "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" 29860 }, 29861 { 29862 "dependencies": [], 29863 "deps": [], 29864 "features": [], 29865 "id": "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" 29866 }, 29867 { 29868 "dependencies": [ 29869 "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0", 29870 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29871 ], 29872 "deps": [ 29873 { 29874 "dep_kinds": [ 29875 { 29876 "kind": null, 29877 "target": null 29878 } 29879 ], 29880 "name": "freetype_sys", 29881 "pkg": "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0" 29882 }, 29883 { 29884 "dep_kinds": [ 29885 { 29886 "kind": null, 29887 "target": null 29888 } 29889 ], 29890 "name": "libc", 29891 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29892 } 29893 ], 29894 "features": [ 29895 "default", 29896 "freetype-sys" 29897 ], 29898 "id": "registry+https://github.com/rust-lang/crates.io-index#freetype@0.7.1" 29899 }, 29900 { 29901 "dependencies": [ 29902 "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94", 29903 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 29904 "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" 29905 ], 29906 "deps": [ 29907 { 29908 "dep_kinds": [ 29909 { 29910 "kind": "build", 29911 "target": null 29912 } 29913 ], 29914 "name": "cc", 29915 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" 29916 }, 29917 { 29918 "dep_kinds": [ 29919 { 29920 "kind": null, 29921 "target": null 29922 } 29923 ], 29924 "name": "libc", 29925 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29926 }, 29927 { 29928 "dep_kinds": [ 29929 { 29930 "kind": "build", 29931 "target": null 29932 } 29933 ], 29934 "name": "pkg_config", 29935 "pkg": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" 29936 } 29937 ], 29938 "features": [], 29939 "id": "registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.19.0" 29940 }, 29941 { 29942 "dependencies": [ 29943 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 29944 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 29945 "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1" 29946 ], 29947 "deps": [ 29948 { 29949 "dep_kinds": [ 29950 { 29951 "kind": null, 29952 "target": null 29953 } 29954 ], 29955 "name": "cfg_if", 29956 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 29957 }, 29958 { 29959 "dep_kinds": [ 29960 { 29961 "kind": null, 29962 "target": "cfg(unix)" 29963 } 29964 ], 29965 "name": "libc", 29966 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 29967 }, 29968 { 29969 "dep_kinds": [ 29970 { 29971 "kind": null, 29972 "target": "cfg(target_os = \"wasi\")" 29973 } 29974 ], 29975 "name": "wasi", 29976 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1" 29977 } 29978 ], 29979 "features": [ 29980 "std" 29981 ], 29982 "id": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" 29983 }, 29984 { 29985 "dependencies": [ 29986 "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0", 29987 "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8" 29988 ], 29989 "deps": [ 29990 { 29991 "dep_kinds": [ 29992 { 29993 "kind": null, 29994 "target": null 29995 } 29996 ], 29997 "name": "color_quant", 29998 "pkg": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0" 29999 }, 30000 { 30001 "dep_kinds": [ 30002 { 30003 "kind": null, 30004 "target": null 30005 } 30006 ], 30007 "name": "weezl", 30008 "pkg": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8" 30009 } 30010 ], 30011 "features": [ 30012 "color_quant", 30013 "default", 30014 "raii_no_panic", 30015 "std" 30016 ], 30017 "id": "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0" 30018 }, 30019 { 30020 "dependencies": [ 30021 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 30022 "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2" 30023 ], 30024 "deps": [ 30025 { 30026 "dep_kinds": [ 30027 { 30028 "kind": null, 30029 "target": null 30030 } 30031 ], 30032 "name": "cfg_if", 30033 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 30034 }, 30035 { 30036 "dep_kinds": [ 30037 { 30038 "kind": null, 30039 "target": "cfg(target_arch = \"spirv\")" 30040 } 30041 ], 30042 "name": "crunchy", 30043 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2" 30044 } 30045 ], 30046 "features": [], 30047 "id": "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1" 30048 }, 30049 { 30050 "dependencies": [], 30051 "deps": [], 30052 "features": [ 30053 "raw" 30054 ], 30055 "id": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" 30056 }, 30057 { 30058 "dependencies": [ 30059 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 30060 ], 30061 "deps": [ 30062 { 30063 "dep_kinds": [ 30064 { 30065 "kind": null, 30066 "target": null 30067 } 30068 ], 30069 "name": "libc", 30070 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 30071 } 30072 ], 30073 "features": [ 30074 "default" 30075 ], 30076 "id": "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.1.19" 30077 }, 30078 { 30079 "dependencies": [ 30080 "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5", 30081 "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6", 30082 "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2", 30083 "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", 30084 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 30085 "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0" 30086 ], 30087 "deps": [ 30088 { 30089 "dep_kinds": [ 30090 { 30091 "kind": null, 30092 "target": "cfg(target_os = \"android\")" 30093 } 30094 ], 30095 "name": "android_system_properties", 30096 "pkg": "registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5" 30097 }, 30098 { 30099 "dep_kinds": [ 30100 { 30101 "kind": null, 30102 "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" 30103 } 30104 ], 30105 "name": "core_foundation_sys", 30106 "pkg": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6" 30107 }, 30108 { 30109 "dep_kinds": [ 30110 { 30111 "kind": null, 30112 "target": "cfg(target_os = \"haiku\")" 30113 } 30114 ], 30115 "name": "iana_time_zone_haiku", 30116 "pkg": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2" 30117 }, 30118 { 30119 "dep_kinds": [ 30120 { 30121 "kind": null, 30122 "target": "cfg(target_arch = \"wasm32\")" 30123 } 30124 ], 30125 "name": "js_sys", 30126 "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" 30127 }, 30128 { 30129 "dep_kinds": [ 30130 { 30131 "kind": null, 30132 "target": "cfg(target_arch = \"wasm32\")" 30133 } 30134 ], 30135 "name": "wasm_bindgen", 30136 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 30137 }, 30138 { 30139 "dep_kinds": [ 30140 { 30141 "kind": null, 30142 "target": "cfg(target_os = \"windows\")" 30143 } 30144 ], 30145 "name": "windows_core", 30146 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0" 30147 } 30148 ], 30149 "features": [ 30150 "fallback" 30151 ], 30152 "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60" 30153 }, 30154 { 30155 "dependencies": [ 30156 "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" 30157 ], 30158 "deps": [ 30159 { 30160 "dep_kinds": [ 30161 { 30162 "kind": "build", 30163 "target": null 30164 } 30165 ], 30166 "name": "cc", 30167 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.94" 30168 } 30169 ], 30170 "features": [], 30171 "id": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2" 30172 }, 30173 { 30174 "dependencies": [ 30175 "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0", 30176 "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0", 30177 "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0", 30178 "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1", 30179 "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 30180 "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13" 30181 ], 30182 "deps": [ 30183 { 30184 "dep_kinds": [ 30185 { 30186 "kind": null, 30187 "target": null 30188 } 30189 ], 30190 "name": "bytemuck", 30191 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.15.0" 30192 }, 30193 { 30194 "dep_kinds": [ 30195 { 30196 "kind": null, 30197 "target": null 30198 } 30199 ], 30200 "name": "byteorder", 30201 "pkg": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" 30202 }, 30203 { 30204 "dep_kinds": [ 30205 { 30206 "kind": null, 30207 "target": null 30208 } 30209 ], 30210 "name": "color_quant", 30211 "pkg": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0" 30212 }, 30213 { 30214 "dep_kinds": [ 30215 { 30216 "kind": null, 30217 "target": null 30218 } 30219 ], 30220 "name": "jpeg", 30221 "pkg": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1" 30222 }, 30223 { 30224 "dep_kinds": [ 30225 { 30226 "kind": null, 30227 "target": null 30228 } 30229 ], 30230 "name": "num_traits", 30231 "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 30232 }, 30233 { 30234 "dep_kinds": [ 30235 { 30236 "kind": null, 30237 "target": null 30238 } 30239 ], 30240 "name": "png", 30241 "pkg": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13" 30242 } 30243 ], 30244 "features": [ 30245 "bmp", 30246 "jpeg", 30247 "png" 30248 ], 30249 "id": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9" 30250 }, 30251 { 30252 "dependencies": [ 30253 "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", 30254 "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" 30255 ], 30256 "deps": [ 30257 { 30258 "dep_kinds": [ 30259 { 30260 "kind": "build", 30261 "target": null 30262 } 30263 ], 30264 "name": "autocfg", 30265 "pkg": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0" 30266 }, 30267 { 30268 "dep_kinds": [ 30269 { 30270 "kind": null, 30271 "target": null 30272 } 30273 ], 30274 "name": "hashbrown", 30275 "pkg": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" 30276 } 30277 ], 30278 "features": [ 30279 "std" 30280 ], 30281 "id": "registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3" 30282 }, 30283 { 30284 "dependencies": [ 30285 "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" 30286 ], 30287 "deps": [ 30288 { 30289 "dep_kinds": [ 30290 { 30291 "kind": null, 30292 "target": null 30293 } 30294 ], 30295 "name": "either", 30296 "pkg": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" 30297 } 30298 ], 30299 "features": [ 30300 "default", 30301 "use_alloc", 30302 "use_std" 30303 ], 30304 "id": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" 30305 }, 30306 { 30307 "dependencies": [], 30308 "deps": [], 30309 "features": [], 30310 "id": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11" 30311 }, 30312 { 30313 "dependencies": [], 30314 "deps": [], 30315 "features": [], 30316 "id": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1" 30317 }, 30318 { 30319 "dependencies": [ 30320 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 30321 ], 30322 "deps": [ 30323 { 30324 "dep_kinds": [ 30325 { 30326 "kind": null, 30327 "target": null 30328 } 30329 ], 30330 "name": "wasm_bindgen", 30331 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 30332 } 30333 ], 30334 "features": [], 30335 "id": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" 30336 }, 30337 { 30338 "dependencies": [], 30339 "deps": [], 30340 "features": [], 30341 "id": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" 30342 }, 30343 { 30344 "dependencies": [], 30345 "deps": [], 30346 "features": [ 30347 "default", 30348 "std" 30349 ], 30350 "id": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 30351 }, 30352 { 30353 "dependencies": [ 30354 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 30355 "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 30356 ], 30357 "deps": [ 30358 { 30359 "dep_kinds": [ 30360 { 30361 "kind": null, 30362 "target": "cfg(unix)" 30363 } 30364 ], 30365 "name": "cfg_if", 30366 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 30367 }, 30368 { 30369 "dep_kinds": [ 30370 { 30371 "kind": null, 30372 "target": "cfg(windows)" 30373 } 30374 ], 30375 "name": "windows_targets", 30376 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 30377 } 30378 ], 30379 "features": [], 30380 "id": "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3" 30381 }, 30382 { 30383 "dependencies": [], 30384 "deps": [], 30385 "features": [ 30386 "default" 30387 ], 30388 "id": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8" 30389 }, 30390 { 30391 "dependencies": [ 30392 "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0", 30393 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 30394 ], 30395 "deps": [ 30396 { 30397 "dep_kinds": [ 30398 { 30399 "kind": null, 30400 "target": null 30401 } 30402 ], 30403 "name": "bitflags", 30404 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.5.0" 30405 }, 30406 { 30407 "dep_kinds": [ 30408 { 30409 "kind": null, 30410 "target": null 30411 } 30412 ], 30413 "name": "libc", 30414 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 30415 } 30416 ], 30417 "features": [ 30418 "call", 30419 "std" 30420 ], 30421 "id": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3" 30422 }, 30423 { 30424 "dependencies": [], 30425 "deps": [], 30426 "features": [], 30427 "id": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" 30428 }, 30429 { 30430 "dependencies": [], 30431 "deps": [], 30432 "features": [ 30433 "alloc", 30434 "std" 30435 ], 30436 "id": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 30437 }, 30438 { 30439 "dependencies": [ 30440 "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2", 30441 "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" 30442 ], 30443 "deps": [ 30444 { 30445 "dep_kinds": [ 30446 { 30447 "kind": null, 30448 "target": null 30449 } 30450 ], 30451 "name": "adler", 30452 "pkg": "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2" 30453 }, 30454 { 30455 "dep_kinds": [ 30456 { 30457 "kind": null, 30458 "target": null 30459 } 30460 ], 30461 "name": "simd_adler32", 30462 "pkg": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" 30463 } 30464 ], 30465 "features": [ 30466 "default", 30467 "simd", 30468 "simd-adler32", 30469 "with-alloc" 30470 ], 30471 "id": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" 30472 }, 30473 { 30474 "dependencies": [ 30475 "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0", 30476 "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8" 30477 ], 30478 "deps": [ 30479 { 30480 "dep_kinds": [ 30481 { 30482 "kind": "build", 30483 "target": null 30484 } 30485 ], 30486 "name": "autocfg", 30487 "pkg": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.2.0" 30488 }, 30489 { 30490 "dep_kinds": [ 30491 { 30492 "kind": null, 30493 "target": null 30494 } 30495 ], 30496 "name": "libm", 30497 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8" 30498 } 30499 ], 30500 "features": [ 30501 "default", 30502 "libm", 30503 "std" 30504 ], 30505 "id": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 30506 }, 30507 { 30508 "dependencies": [], 30509 "deps": [], 30510 "features": [ 30511 "alloc", 30512 "default", 30513 "race", 30514 "std" 30515 ], 30516 "id": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0" 30517 }, 30518 { 30519 "dependencies": [], 30520 "deps": [], 30521 "features": [], 30522 "id": "registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3" 30523 }, 30524 { 30525 "dependencies": [], 30526 "deps": [], 30527 "features": [ 30528 "raw_os_str" 30529 ], 30530 "id": "registry+https://github.com/rust-lang/crates.io-index#os_str_bytes@6.6.1" 30531 }, 30532 { 30533 "dependencies": [ 30534 "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", 30535 "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" 30536 ], 30537 "deps": [ 30538 { 30539 "dep_kinds": [ 30540 { 30541 "kind": null, 30542 "target": null 30543 } 30544 ], 30545 "name": "log", 30546 "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" 30547 }, 30548 { 30549 "dep_kinds": [ 30550 { 30551 "kind": null, 30552 "target": null 30553 } 30554 ], 30555 "name": "pathfinder_simd", 30556 "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" 30557 } 30558 ], 30559 "features": [], 30560 "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1" 30561 }, 30562 { 30563 "dependencies": [ 30564 "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0" 30565 ], 30566 "deps": [ 30567 { 30568 "dep_kinds": [ 30569 { 30570 "kind": "build", 30571 "target": null 30572 } 30573 ], 30574 "name": "rustc_version", 30575 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0" 30576 } 30577 ], 30578 "features": [], 30579 "id": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.3" 30580 }, 30581 { 30582 "dependencies": [], 30583 "deps": [], 30584 "features": [], 30585 "id": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" 30586 }, 30587 { 30588 "dependencies": [ 30589 "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38", 30590 "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0", 30591 "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0", 30592 "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9", 30593 "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5", 30594 "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0", 30595 "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 30596 "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1", 30597 "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5", 30598 "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3", 30599 "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5", 30600 "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5", 30601 "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3", 30602 "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0", 30603 "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0", 30604 "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", 30605 "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197", 30606 "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116", 30607 "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1", 30608 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 30609 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42", 30610 "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 30611 ], 30612 "deps": [ 30613 { 30614 "dep_kinds": [ 30615 { 30616 "kind": null, 30617 "target": null 30618 } 30619 ], 30620 "name": "chrono", 30621 "pkg": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38" 30622 }, 30623 { 30624 "dep_kinds": [ 30625 { 30626 "kind": "dev", 30627 "target": null 30628 } 30629 ], 30630 "name": "criterion", 30631 "pkg": "registry+https://github.com/rust-lang/crates.io-index#criterion@0.4.0" 30632 }, 30633 { 30634 "dep_kinds": [ 30635 { 30636 "kind": null, 30637 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" 30638 } 30639 ], 30640 "name": "font_kit", 30641 "pkg": "registry+https://github.com/rust-lang/crates.io-index#font-kit@0.11.0" 30642 }, 30643 { 30644 "dep_kinds": [ 30645 { 30646 "kind": null, 30647 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" 30648 } 30649 ], 30650 "name": "image", 30651 "pkg": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9" 30652 }, 30653 { 30654 "dep_kinds": [ 30655 { 30656 "kind": "dev", 30657 "target": null 30658 } 30659 ], 30660 "name": "itertools", 30661 "pkg": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5" 30662 }, 30663 { 30664 "dep_kinds": [ 30665 { 30666 "kind": null, 30667 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" 30668 } 30669 ], 30670 "name": "lazy_static", 30671 "pkg": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0" 30672 }, 30673 { 30674 "dep_kinds": [ 30675 { 30676 "kind": null, 30677 "target": null 30678 } 30679 ], 30680 "name": "num_traits", 30681 "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 30682 }, 30683 { 30684 "dep_kinds": [ 30685 { 30686 "kind": null, 30687 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" 30688 } 30689 ], 30690 "name": "pathfinder_geometry", 30691 "pkg": "registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1" 30692 }, 30693 { 30694 "dep_kinds": [ 30695 { 30696 "kind": null, 30697 "target": null 30698 } 30699 ], 30700 "name": "plotters_backend", 30701 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30702 }, 30703 { 30704 "dep_kinds": [ 30705 { 30706 "kind": null, 30707 "target": null 30708 } 30709 ], 30710 "name": "plotters_bitmap", 30711 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3" 30712 }, 30713 { 30714 "dep_kinds": [ 30715 { 30716 "kind": null, 30717 "target": null 30718 } 30719 ], 30720 "name": "plotters_svg", 30721 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5" 30722 }, 30723 { 30724 "dep_kinds": [ 30725 { 30726 "kind": "dev", 30727 "target": "cfg(not(target_arch = \"wasm32\"))" 30728 } 30729 ], 30730 "name": "rand", 30731 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" 30732 }, 30733 { 30734 "dep_kinds": [ 30735 { 30736 "kind": "dev", 30737 "target": "cfg(not(target_arch = \"wasm32\"))" 30738 } 30739 ], 30740 "name": "rand_distr", 30741 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3" 30742 }, 30743 { 30744 "dep_kinds": [ 30745 { 30746 "kind": "dev", 30747 "target": "cfg(not(target_arch = \"wasm32\"))" 30748 } 30749 ], 30750 "name": "rand_xorshift", 30751 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0" 30752 }, 30753 { 30754 "dep_kinds": [ 30755 { 30756 "kind": "dev", 30757 "target": null 30758 } 30759 ], 30760 "name": "rayon", 30761 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0" 30762 }, 30763 { 30764 "dep_kinds": [ 30765 { 30766 "kind": "dev", 30767 "target": null 30768 } 30769 ], 30770 "name": "serde", 30771 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 30772 }, 30773 { 30774 "dep_kinds": [ 30775 { 30776 "kind": "dev", 30777 "target": null 30778 } 30779 ], 30780 "name": "serde_derive", 30781 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" 30782 }, 30783 { 30784 "dep_kinds": [ 30785 { 30786 "kind": "dev", 30787 "target": null 30788 } 30789 ], 30790 "name": "serde_json", 30791 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" 30792 }, 30793 { 30794 "dep_kinds": [ 30795 { 30796 "kind": null, 30797 "target": "cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))" 30798 } 30799 ], 30800 "name": "ttf_parser", 30801 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1" 30802 }, 30803 { 30804 "dep_kinds": [ 30805 { 30806 "kind": null, 30807 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" 30808 } 30809 ], 30810 "name": "wasm_bindgen", 30811 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 30812 }, 30813 { 30814 "dep_kinds": [ 30815 { 30816 "kind": "dev", 30817 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" 30818 } 30819 ], 30820 "name": "wasm_bindgen_test", 30821 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42" 30822 }, 30823 { 30824 "dep_kinds": [ 30825 { 30826 "kind": null, 30827 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" 30828 } 30829 ], 30830 "name": "web_sys", 30831 "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 30832 } 30833 ], 30834 "features": [ 30835 "all_elements", 30836 "all_series", 30837 "area_series", 30838 "bitmap_backend", 30839 "bitmap_encoder", 30840 "bitmap_gif", 30841 "boxplot", 30842 "candlestick", 30843 "chrono", 30844 "colormaps", 30845 "default", 30846 "deprecated_items", 30847 "errorbar", 30848 "font-kit", 30849 "full_palette", 30850 "histogram", 30851 "image", 30852 "lazy_static", 30853 "line_series", 30854 "pathfinder_geometry", 30855 "plotters-bitmap", 30856 "plotters-svg", 30857 "point_series", 30858 "surface_series", 30859 "svg_backend", 30860 "ttf", 30861 "ttf-parser" 30862 ], 30863 "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" 30864 }, 30865 { 30866 "dependencies": [ 30867 "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 30868 "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5", 30869 "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5", 30870 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 30871 "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 30872 ], 30873 "deps": [ 30874 { 30875 "dep_kinds": [ 30876 { 30877 "kind": null, 30878 "target": null 30879 } 30880 ], 30881 "name": "num_traits", 30882 "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 30883 }, 30884 { 30885 "dep_kinds": [ 30886 { 30887 "kind": null, 30888 "target": null 30889 } 30890 ], 30891 "name": "plotters_backend", 30892 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30893 }, 30894 { 30895 "dep_kinds": [ 30896 { 30897 "kind": null, 30898 "target": null 30899 } 30900 ], 30901 "name": "plotters_svg", 30902 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5" 30903 }, 30904 { 30905 "dep_kinds": [ 30906 { 30907 "kind": null, 30908 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" 30909 } 30910 ], 30911 "name": "wasm_bindgen", 30912 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 30913 }, 30914 { 30915 "dep_kinds": [ 30916 { 30917 "kind": null, 30918 "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" 30919 } 30920 ], 30921 "name": "web_sys", 30922 "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 30923 } 30924 ], 30925 "features": [ 30926 "area_series", 30927 "line_series", 30928 "plotters-svg", 30929 "svg_backend" 30930 ], 30931 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.5" 30932 }, 30933 { 30934 "dependencies": [], 30935 "deps": [], 30936 "features": [], 30937 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30938 }, 30939 { 30940 "dependencies": [ 30941 "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0", 30942 "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9", 30943 "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30944 ], 30945 "deps": [ 30946 { 30947 "dep_kinds": [ 30948 { 30949 "kind": null, 30950 "target": null 30951 } 30952 ], 30953 "name": "gif", 30954 "pkg": "registry+https://github.com/rust-lang/crates.io-index#gif@0.12.0" 30955 }, 30956 { 30957 "dep_kinds": [ 30958 { 30959 "kind": null, 30960 "target": "cfg(not(target_arch = \"wasm32\"))" 30961 } 30962 ], 30963 "name": "image", 30964 "pkg": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9" 30965 }, 30966 { 30967 "dep_kinds": [ 30968 { 30969 "kind": null, 30970 "target": null 30971 } 30972 ], 30973 "name": "plotters_backend", 30974 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30975 } 30976 ], 30977 "features": [ 30978 "gif", 30979 "gif_backend", 30980 "image", 30981 "image_encoder" 30982 ], 30983 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.3" 30984 }, 30985 { 30986 "dependencies": [ 30987 "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30988 ], 30989 "deps": [ 30990 { 30991 "dep_kinds": [ 30992 { 30993 "kind": null, 30994 "target": null 30995 } 30996 ], 30997 "name": "plotters_backend", 30998 "pkg": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.5" 30999 } 31000 ], 31001 "features": [], 31002 "id": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.5" 31003 }, 31004 { 31005 "dependencies": [ 31006 "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2", 31007 "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0", 31008 "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4", 31009 "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28", 31010 "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" 31011 ], 31012 "deps": [ 31013 { 31014 "dep_kinds": [ 31015 { 31016 "kind": null, 31017 "target": null 31018 } 31019 ], 31020 "name": "bitflags", 31021 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2" 31022 }, 31023 { 31024 "dep_kinds": [ 31025 { 31026 "kind": null, 31027 "target": null 31028 } 31029 ], 31030 "name": "crc32fast", 31031 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.0" 31032 }, 31033 { 31034 "dep_kinds": [ 31035 { 31036 "kind": null, 31037 "target": null 31038 } 31039 ], 31040 "name": "fdeflate", 31041 "pkg": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4" 31042 }, 31043 { 31044 "dep_kinds": [ 31045 { 31046 "kind": null, 31047 "target": null 31048 } 31049 ], 31050 "name": "flate2", 31051 "pkg": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.28" 31052 }, 31053 { 31054 "dep_kinds": [ 31055 { 31056 "kind": null, 31057 "target": null 31058 } 31059 ], 31060 "name": "miniz_oxide", 31061 "pkg": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.2" 31062 } 31063 ], 31064 "features": [], 31065 "id": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.13" 31066 }, 31067 { 31068 "dependencies": [], 31069 "deps": [], 31070 "features": [ 31071 "simd", 31072 "std" 31073 ], 31074 "id": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17" 31075 }, 31076 { 31077 "dependencies": [ 31078 "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" 31079 ], 31080 "deps": [ 31081 { 31082 "dep_kinds": [ 31083 { 31084 "kind": null, 31085 "target": null 31086 } 31087 ], 31088 "name": "unicode_ident", 31089 "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" 31090 } 31091 ], 31092 "features": [ 31093 "default", 31094 "proc-macro" 31095 ], 31096 "id": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31097 }, 31098 { 31099 "dependencies": [ 31100 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31101 ], 31102 "deps": [ 31103 { 31104 "dep_kinds": [ 31105 { 31106 "kind": null, 31107 "target": null 31108 } 31109 ], 31110 "name": "proc_macro2", 31111 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31112 } 31113 ], 31114 "features": [ 31115 "default", 31116 "proc-macro" 31117 ], 31118 "id": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 31119 }, 31120 { 31121 "dependencies": [ 31122 "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153", 31123 "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", 31124 "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31125 ], 31126 "deps": [ 31127 { 31128 "dep_kinds": [ 31129 { 31130 "kind": null, 31131 "target": "cfg(unix)" 31132 } 31133 ], 31134 "name": "libc", 31135 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.153" 31136 }, 31137 { 31138 "dep_kinds": [ 31139 { 31140 "kind": null, 31141 "target": null 31142 } 31143 ], 31144 "name": "rand_chacha", 31145 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1" 31146 }, 31147 { 31148 "dep_kinds": [ 31149 { 31150 "kind": null, 31151 "target": null 31152 } 31153 ], 31154 "name": "rand_core", 31155 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31156 } 31157 ], 31158 "features": [ 31159 "alloc", 31160 "default", 31161 "getrandom", 31162 "libc", 31163 "rand_chacha", 31164 "std", 31165 "std_rng" 31166 ], 31167 "id": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" 31168 }, 31169 { 31170 "dependencies": [ 31171 "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17", 31172 "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31173 ], 31174 "deps": [ 31175 { 31176 "dep_kinds": [ 31177 { 31178 "kind": null, 31179 "target": null 31180 } 31181 ], 31182 "name": "ppv_lite86", 31183 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17" 31184 }, 31185 { 31186 "dep_kinds": [ 31187 { 31188 "kind": null, 31189 "target": null 31190 } 31191 ], 31192 "name": "rand_core", 31193 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31194 } 31195 ], 31196 "features": [ 31197 "std" 31198 ], 31199 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1" 31200 }, 31201 { 31202 "dependencies": [ 31203 "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" 31204 ], 31205 "deps": [ 31206 { 31207 "dep_kinds": [ 31208 { 31209 "kind": null, 31210 "target": null 31211 } 31212 ], 31213 "name": "getrandom", 31214 "pkg": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" 31215 } 31216 ], 31217 "features": [ 31218 "alloc", 31219 "getrandom", 31220 "std" 31221 ], 31222 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31223 }, 31224 { 31225 "dependencies": [ 31226 "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18", 31227 "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" 31228 ], 31229 "deps": [ 31230 { 31231 "dep_kinds": [ 31232 { 31233 "kind": null, 31234 "target": null 31235 } 31236 ], 31237 "name": "num_traits", 31238 "pkg": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.18" 31239 }, 31240 { 31241 "dep_kinds": [ 31242 { 31243 "kind": null, 31244 "target": null 31245 } 31246 ], 31247 "name": "rand", 31248 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" 31249 } 31250 ], 31251 "features": [ 31252 "alloc", 31253 "default", 31254 "std" 31255 ], 31256 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_distr@0.4.3" 31257 }, 31258 { 31259 "dependencies": [ 31260 "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31261 ], 31262 "deps": [ 31263 { 31264 "dep_kinds": [ 31265 { 31266 "kind": null, 31267 "target": null 31268 } 31269 ], 31270 "name": "rand_core", 31271 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" 31272 } 31273 ], 31274 "features": [], 31275 "id": "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0" 31276 }, 31277 { 31278 "dependencies": [ 31279 "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0", 31280 "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1" 31281 ], 31282 "deps": [ 31283 { 31284 "dep_kinds": [ 31285 { 31286 "kind": null, 31287 "target": null 31288 } 31289 ], 31290 "name": "either", 31291 "pkg": "registry+https://github.com/rust-lang/crates.io-index#either@1.11.0" 31292 }, 31293 { 31294 "dep_kinds": [ 31295 { 31296 "kind": null, 31297 "target": null 31298 } 31299 ], 31300 "name": "rayon_core", 31301 "pkg": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1" 31302 } 31303 ], 31304 "features": [], 31305 "id": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0" 31306 }, 31307 { 31308 "dependencies": [ 31309 "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5", 31310 "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 31311 ], 31312 "deps": [ 31313 { 31314 "dep_kinds": [ 31315 { 31316 "kind": null, 31317 "target": null 31318 } 31319 ], 31320 "name": "crossbeam_deque", 31321 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5" 31322 }, 31323 { 31324 "dep_kinds": [ 31325 { 31326 "kind": null, 31327 "target": null 31328 } 31329 ], 31330 "name": "crossbeam_utils", 31331 "pkg": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19" 31332 } 31333 ], 31334 "features": [], 31335 "id": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1" 31336 }, 31337 { 31338 "dependencies": [ 31339 "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14", 31340 "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3", 31341 "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58" 31342 ], 31343 "deps": [ 31344 { 31345 "dep_kinds": [ 31346 { 31347 "kind": null, 31348 "target": null 31349 } 31350 ], 31351 "name": "getrandom", 31352 "pkg": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.14" 31353 }, 31354 { 31355 "dep_kinds": [ 31356 { 31357 "kind": null, 31358 "target": null 31359 } 31360 ], 31361 "name": "libredox", 31362 "pkg": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3" 31363 }, 31364 { 31365 "dep_kinds": [ 31366 { 31367 "kind": null, 31368 "target": null 31369 } 31370 ], 31371 "name": "thiserror", 31372 "pkg": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58" 31373 } 31374 ], 31375 "features": [], 31376 "id": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5" 31377 }, 31378 { 31379 "dependencies": [ 31380 "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", 31381 "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", 31382 "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6", 31383 "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" 31384 ], 31385 "deps": [ 31386 { 31387 "dep_kinds": [ 31388 { 31389 "kind": null, 31390 "target": null 31391 } 31392 ], 31393 "name": "aho_corasick", 31394 "pkg": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3" 31395 }, 31396 { 31397 "dep_kinds": [ 31398 { 31399 "kind": null, 31400 "target": null 31401 } 31402 ], 31403 "name": "memchr", 31404 "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 31405 }, 31406 { 31407 "dep_kinds": [ 31408 { 31409 "kind": null, 31410 "target": null 31411 } 31412 ], 31413 "name": "regex_automata", 31414 "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6" 31415 }, 31416 { 31417 "dep_kinds": [ 31418 { 31419 "kind": null, 31420 "target": null 31421 } 31422 ], 31423 "name": "regex_syntax", 31424 "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" 31425 } 31426 ], 31427 "features": [ 31428 "std" 31429 ], 31430 "id": "registry+https://github.com/rust-lang/crates.io-index#regex@1.10.4" 31431 }, 31432 { 31433 "dependencies": [ 31434 "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3", 31435 "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2", 31436 "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" 31437 ], 31438 "deps": [ 31439 { 31440 "dep_kinds": [ 31441 { 31442 "kind": null, 31443 "target": null 31444 } 31445 ], 31446 "name": "aho_corasick", 31447 "pkg": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3" 31448 }, 31449 { 31450 "dep_kinds": [ 31451 { 31452 "kind": null, 31453 "target": null 31454 } 31455 ], 31456 "name": "memchr", 31457 "pkg": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.2" 31458 }, 31459 { 31460 "dep_kinds": [ 31461 { 31462 "kind": null, 31463 "target": null 31464 } 31465 ], 31466 "name": "regex_syntax", 31467 "pkg": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" 31468 } 31469 ], 31470 "features": [ 31471 "alloc", 31472 "meta", 31473 "nfa-pikevm", 31474 "nfa-thompson", 31475 "std", 31476 "syntax" 31477 ], 31478 "id": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.6" 31479 }, 31480 { 31481 "dependencies": [], 31482 "deps": [], 31483 "features": [ 31484 "std" 31485 ], 31486 "id": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.3" 31487 }, 31488 { 31489 "dependencies": [ 31490 "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22" 31491 ], 31492 "deps": [ 31493 { 31494 "dep_kinds": [ 31495 { 31496 "kind": null, 31497 "target": null 31498 } 31499 ], 31500 "name": "semver", 31501 "pkg": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22" 31502 } 31503 ], 31504 "features": [], 31505 "id": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0" 31506 }, 31507 { 31508 "dependencies": [], 31509 "deps": [], 31510 "features": [], 31511 "id": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17" 31512 }, 31513 { 31514 "dependencies": [ 31515 "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" 31516 ], 31517 "deps": [ 31518 { 31519 "dep_kinds": [ 31520 { 31521 "kind": null, 31522 "target": "cfg(windows)" 31523 } 31524 ], 31525 "name": "winapi_util", 31526 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" 31527 } 31528 ], 31529 "features": [], 31530 "id": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6" 31531 }, 31532 { 31533 "dependencies": [], 31534 "deps": [], 31535 "features": [], 31536 "id": "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1" 31537 }, 31538 { 31539 "dependencies": [], 31540 "deps": [], 31541 "features": [ 31542 "default", 31543 "std" 31544 ], 31545 "id": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.22" 31546 }, 31547 { 31548 "dependencies": [ 31549 "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" 31550 ], 31551 "deps": [ 31552 { 31553 "dep_kinds": [ 31554 { 31555 "kind": null, 31556 "target": null 31557 }, 31558 { 31559 "kind": null, 31560 "target": "cfg(any())" 31561 } 31562 ], 31563 "name": "serde_derive", 31564 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" 31565 } 31566 ], 31567 "features": [ 31568 "alloc", 31569 "default", 31570 "derive", 31571 "serde_derive", 31572 "std" 31573 ], 31574 "id": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 31575 }, 31576 { 31577 "dependencies": [ 31578 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 31579 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 31580 "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 31581 ], 31582 "deps": [ 31583 { 31584 "dep_kinds": [ 31585 { 31586 "kind": null, 31587 "target": null 31588 } 31589 ], 31590 "name": "proc_macro2", 31591 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31592 }, 31593 { 31594 "dep_kinds": [ 31595 { 31596 "kind": null, 31597 "target": null 31598 } 31599 ], 31600 "name": "quote", 31601 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 31602 }, 31603 { 31604 "dep_kinds": [ 31605 { 31606 "kind": null, 31607 "target": null 31608 } 31609 ], 31610 "name": "syn", 31611 "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 31612 } 31613 ], 31614 "features": [ 31615 "default" 31616 ], 31617 "id": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.197" 31618 }, 31619 { 31620 "dependencies": [ 31621 "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11", 31622 "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17", 31623 "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 31624 ], 31625 "deps": [ 31626 { 31627 "dep_kinds": [ 31628 { 31629 "kind": null, 31630 "target": null 31631 } 31632 ], 31633 "name": "itoa", 31634 "pkg": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11" 31635 }, 31636 { 31637 "dep_kinds": [ 31638 { 31639 "kind": null, 31640 "target": null 31641 } 31642 ], 31643 "name": "ryu", 31644 "pkg": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.17" 31645 }, 31646 { 31647 "dep_kinds": [ 31648 { 31649 "kind": null, 31650 "target": null 31651 } 31652 ], 31653 "name": "serde", 31654 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 31655 } 31656 ], 31657 "features": [ 31658 "default", 31659 "std" 31660 ], 31661 "id": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" 31662 }, 31663 { 31664 "dependencies": [], 31665 "deps": [], 31666 "features": [ 31667 "const-generics", 31668 "default", 31669 "std" 31670 ], 31671 "id": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" 31672 }, 31673 { 31674 "dependencies": [ 31675 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 31676 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 31677 "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" 31678 ], 31679 "deps": [ 31680 { 31681 "dep_kinds": [ 31682 { 31683 "kind": null, 31684 "target": null 31685 } 31686 ], 31687 "name": "proc_macro2", 31688 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31689 }, 31690 { 31691 "dep_kinds": [ 31692 { 31693 "kind": null, 31694 "target": null 31695 } 31696 ], 31697 "name": "quote", 31698 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 31699 }, 31700 { 31701 "dep_kinds": [ 31702 { 31703 "kind": null, 31704 "target": null 31705 } 31706 ], 31707 "name": "unicode_ident", 31708 "pkg": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" 31709 } 31710 ], 31711 "features": [ 31712 "clone-impls", 31713 "default", 31714 "derive", 31715 "full", 31716 "parsing", 31717 "printing", 31718 "proc-macro", 31719 "visit" 31720 ], 31721 "id": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 31722 }, 31723 { 31724 "dependencies": [], 31725 "deps": [], 31726 "features": [], 31727 "id": "registry+https://github.com/rust-lang/crates.io-index#textwrap@0.16.1" 31728 }, 31729 { 31730 "dependencies": [ 31731 "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58" 31732 ], 31733 "deps": [ 31734 { 31735 "dep_kinds": [ 31736 { 31737 "kind": null, 31738 "target": null 31739 } 31740 ], 31741 "name": "thiserror_impl", 31742 "pkg": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58" 31743 } 31744 ], 31745 "features": [], 31746 "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.58" 31747 }, 31748 { 31749 "dependencies": [ 31750 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 31751 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 31752 "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 31753 ], 31754 "deps": [ 31755 { 31756 "dep_kinds": [ 31757 { 31758 "kind": null, 31759 "target": null 31760 } 31761 ], 31762 "name": "proc_macro2", 31763 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31764 }, 31765 { 31766 "dep_kinds": [ 31767 { 31768 "kind": null, 31769 "target": null 31770 } 31771 ], 31772 "name": "quote", 31773 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 31774 }, 31775 { 31776 "dep_kinds": [ 31777 { 31778 "kind": null, 31779 "target": null 31780 } 31781 ], 31782 "name": "syn", 31783 "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 31784 } 31785 ], 31786 "features": [], 31787 "id": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.58" 31788 }, 31789 { 31790 "dependencies": [ 31791 "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197", 31792 "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" 31793 ], 31794 "deps": [ 31795 { 31796 "dep_kinds": [ 31797 { 31798 "kind": null, 31799 "target": null 31800 } 31801 ], 31802 "name": "serde", 31803 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.197" 31804 }, 31805 { 31806 "dep_kinds": [ 31807 { 31808 "kind": null, 31809 "target": null 31810 } 31811 ], 31812 "name": "serde_json", 31813 "pkg": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.116" 31814 } 31815 ], 31816 "features": [], 31817 "id": "registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1" 31818 }, 31819 { 31820 "dependencies": [], 31821 "deps": [], 31822 "features": [ 31823 "apple-layout", 31824 "default", 31825 "glyph-names", 31826 "opentype-layout", 31827 "std", 31828 "variable-fonts" 31829 ], 31830 "id": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.17.1" 31831 }, 31832 { 31833 "dependencies": [], 31834 "deps": [], 31835 "features": [], 31836 "id": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" 31837 }, 31838 { 31839 "dependencies": [ 31840 "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6", 31841 "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" 31842 ], 31843 "deps": [ 31844 { 31845 "dep_kinds": [ 31846 { 31847 "kind": null, 31848 "target": null 31849 } 31850 ], 31851 "name": "same_file", 31852 "pkg": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6" 31853 }, 31854 { 31855 "dep_kinds": [ 31856 { 31857 "kind": null, 31858 "target": "cfg(windows)" 31859 } 31860 ], 31861 "name": "winapi_util", 31862 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" 31863 } 31864 ], 31865 "features": [], 31866 "id": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0" 31867 }, 31868 { 31869 "dependencies": [], 31870 "deps": [], 31871 "features": [], 31872 "id": "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1" 31873 }, 31874 { 31875 "dependencies": [ 31876 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 31877 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92" 31878 ], 31879 "deps": [ 31880 { 31881 "dep_kinds": [ 31882 { 31883 "kind": null, 31884 "target": null 31885 } 31886 ], 31887 "name": "cfg_if", 31888 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 31889 }, 31890 { 31891 "dep_kinds": [ 31892 { 31893 "kind": null, 31894 "target": null 31895 } 31896 ], 31897 "name": "wasm_bindgen_macro", 31898 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92" 31899 } 31900 ], 31901 "features": [ 31902 "default", 31903 "spans", 31904 "std" 31905 ], 31906 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 31907 }, 31908 { 31909 "dependencies": [ 31910 "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0", 31911 "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21", 31912 "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0", 31913 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 31914 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 31915 "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59", 31916 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" 31917 ], 31918 "deps": [ 31919 { 31920 "dep_kinds": [ 31921 { 31922 "kind": null, 31923 "target": null 31924 } 31925 ], 31926 "name": "bumpalo", 31927 "pkg": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0" 31928 }, 31929 { 31930 "dep_kinds": [ 31931 { 31932 "kind": null, 31933 "target": null 31934 } 31935 ], 31936 "name": "log", 31937 "pkg": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.21" 31938 }, 31939 { 31940 "dep_kinds": [ 31941 { 31942 "kind": null, 31943 "target": null 31944 } 31945 ], 31946 "name": "once_cell", 31947 "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0" 31948 }, 31949 { 31950 "dep_kinds": [ 31951 { 31952 "kind": null, 31953 "target": null 31954 } 31955 ], 31956 "name": "proc_macro2", 31957 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 31958 }, 31959 { 31960 "dep_kinds": [ 31961 { 31962 "kind": null, 31963 "target": null 31964 } 31965 ], 31966 "name": "quote", 31967 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 31968 }, 31969 { 31970 "dep_kinds": [ 31971 { 31972 "kind": null, 31973 "target": null 31974 } 31975 ], 31976 "name": "syn", 31977 "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 31978 }, 31979 { 31980 "dep_kinds": [ 31981 { 31982 "kind": null, 31983 "target": null 31984 } 31985 ], 31986 "name": "wasm_bindgen_shared", 31987 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" 31988 } 31989 ], 31990 "features": [ 31991 "spans" 31992 ], 31993 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92" 31994 }, 31995 { 31996 "dependencies": [ 31997 "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", 31998 "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", 31999 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 32000 "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 32001 ], 32002 "deps": [ 32003 { 32004 "dep_kinds": [ 32005 { 32006 "kind": null, 32007 "target": null 32008 } 32009 ], 32010 "name": "cfg_if", 32011 "pkg": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" 32012 }, 32013 { 32014 "dep_kinds": [ 32015 { 32016 "kind": null, 32017 "target": null 32018 } 32019 ], 32020 "name": "js_sys", 32021 "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" 32022 }, 32023 { 32024 "dep_kinds": [ 32025 { 32026 "kind": null, 32027 "target": null 32028 } 32029 ], 32030 "name": "wasm_bindgen", 32031 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 32032 }, 32033 { 32034 "dep_kinds": [ 32035 { 32036 "kind": null, 32037 "target": "cfg(target_feature = \"atomics\")" 32038 } 32039 ], 32040 "name": "web_sys", 32041 "pkg": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 32042 } 32043 ], 32044 "features": [], 32045 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42" 32046 }, 32047 { 32048 "dependencies": [ 32049 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 32050 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92" 32051 ], 32052 "deps": [ 32053 { 32054 "dep_kinds": [ 32055 { 32056 "kind": null, 32057 "target": null 32058 } 32059 ], 32060 "name": "quote", 32061 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 32062 }, 32063 { 32064 "dep_kinds": [ 32065 { 32066 "kind": null, 32067 "target": null 32068 } 32069 ], 32070 "name": "wasm_bindgen_macro_support", 32071 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92" 32072 } 32073 ], 32074 "features": [ 32075 "spans" 32076 ], 32077 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92" 32078 }, 32079 { 32080 "dependencies": [ 32081 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 32082 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 32083 "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59", 32084 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92", 32085 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" 32086 ], 32087 "deps": [ 32088 { 32089 "dep_kinds": [ 32090 { 32091 "kind": null, 32092 "target": null 32093 } 32094 ], 32095 "name": "proc_macro2", 32096 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 32097 }, 32098 { 32099 "dep_kinds": [ 32100 { 32101 "kind": null, 32102 "target": null 32103 } 32104 ], 32105 "name": "quote", 32106 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 32107 }, 32108 { 32109 "dep_kinds": [ 32110 { 32111 "kind": null, 32112 "target": null 32113 } 32114 ], 32115 "name": "syn", 32116 "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 32117 }, 32118 { 32119 "dep_kinds": [ 32120 { 32121 "kind": null, 32122 "target": null 32123 } 32124 ], 32125 "name": "wasm_bindgen_backend", 32126 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92" 32127 }, 32128 { 32129 "dep_kinds": [ 32130 { 32131 "kind": null, 32132 "target": null 32133 } 32134 ], 32135 "name": "wasm_bindgen_shared", 32136 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" 32137 } 32138 ], 32139 "features": [ 32140 "spans" 32141 ], 32142 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92" 32143 }, 32144 { 32145 "dependencies": [], 32146 "deps": [], 32147 "features": [], 32148 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92" 32149 }, 32150 { 32151 "dependencies": [ 32152 "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7", 32153 "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", 32154 "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1", 32155 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92", 32156 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42", 32157 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42" 32158 ], 32159 "deps": [ 32160 { 32161 "dep_kinds": [ 32162 { 32163 "kind": null, 32164 "target": null 32165 } 32166 ], 32167 "name": "console_error_panic_hook", 32168 "pkg": "registry+https://github.com/rust-lang/crates.io-index#console_error_panic_hook@0.1.7" 32169 }, 32170 { 32171 "dep_kinds": [ 32172 { 32173 "kind": null, 32174 "target": null 32175 } 32176 ], 32177 "name": "js_sys", 32178 "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" 32179 }, 32180 { 32181 "dep_kinds": [ 32182 { 32183 "kind": null, 32184 "target": null 32185 } 32186 ], 32187 "name": "scoped_tls", 32188 "pkg": "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1" 32189 }, 32190 { 32191 "dep_kinds": [ 32192 { 32193 "kind": null, 32194 "target": null 32195 } 32196 ], 32197 "name": "wasm_bindgen", 32198 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 32199 }, 32200 { 32201 "dep_kinds": [ 32202 { 32203 "kind": null, 32204 "target": null 32205 } 32206 ], 32207 "name": "wasm_bindgen_futures", 32208 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42" 32209 }, 32210 { 32211 "dep_kinds": [ 32212 { 32213 "kind": null, 32214 "target": null 32215 } 32216 ], 32217 "name": "wasm_bindgen_test_macro", 32218 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42" 32219 } 32220 ], 32221 "features": [], 32222 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test@0.3.42" 32223 }, 32224 { 32225 "dependencies": [ 32226 "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80", 32227 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", 32228 "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 32229 ], 32230 "deps": [ 32231 { 32232 "dep_kinds": [ 32233 { 32234 "kind": null, 32235 "target": null 32236 } 32237 ], 32238 "name": "proc_macro2", 32239 "pkg": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.80" 32240 }, 32241 { 32242 "dep_kinds": [ 32243 { 32244 "kind": null, 32245 "target": null 32246 } 32247 ], 32248 "name": "quote", 32249 "pkg": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36" 32250 }, 32251 { 32252 "dep_kinds": [ 32253 { 32254 "kind": null, 32255 "target": null 32256 } 32257 ], 32258 "name": "syn", 32259 "pkg": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.59" 32260 } 32261 ], 32262 "features": [], 32263 "id": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-test-macro@0.3.42" 32264 }, 32265 { 32266 "dependencies": [ 32267 "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69", 32268 "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 32269 ], 32270 "deps": [ 32271 { 32272 "dep_kinds": [ 32273 { 32274 "kind": null, 32275 "target": null 32276 } 32277 ], 32278 "name": "js_sys", 32279 "pkg": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69" 32280 }, 32281 { 32282 "dep_kinds": [ 32283 { 32284 "kind": null, 32285 "target": null 32286 } 32287 ], 32288 "name": "wasm_bindgen", 32289 "pkg": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92" 32290 } 32291 ], 32292 "features": [ 32293 "CanvasRenderingContext2d", 32294 "Document", 32295 "DomRect", 32296 "DomRectReadOnly", 32297 "Element", 32298 "Event", 32299 "EventTarget", 32300 "HtmlCanvasElement", 32301 "HtmlElement", 32302 "MessageEvent", 32303 "Node", 32304 "Window", 32305 "Worker" 32306 ], 32307 "id": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69" 32308 }, 32309 { 32310 "dependencies": [], 32311 "deps": [], 32312 "features": [ 32313 "alloc", 32314 "default", 32315 "std" 32316 ], 32317 "id": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8" 32318 }, 32319 { 32320 "dependencies": [ 32321 "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0", 32322 "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" 32323 ], 32324 "deps": [ 32325 { 32326 "dep_kinds": [ 32327 { 32328 "kind": null, 32329 "target": "i686-pc-windows-gnu" 32330 } 32331 ], 32332 "name": "winapi_i686_pc_windows_gnu", 32333 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0" 32334 }, 32335 { 32336 "dep_kinds": [ 32337 { 32338 "kind": null, 32339 "target": "x86_64-pc-windows-gnu" 32340 } 32341 ], 32342 "name": "winapi_x86_64_pc_windows_gnu", 32343 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" 32344 } 32345 ], 32346 "features": [ 32347 "consoleapi", 32348 "dwrite", 32349 "dwrite_1", 32350 "dwrite_3", 32351 "errhandlingapi", 32352 "fileapi", 32353 "handleapi", 32354 "knownfolders", 32355 "libloaderapi", 32356 "minwinbase", 32357 "minwindef", 32358 "objbase", 32359 "processenv", 32360 "processthreadsapi", 32361 "shlobj", 32362 "std", 32363 "sysinfoapi", 32364 "unknwnbase", 32365 "winbase", 32366 "wincon", 32367 "winerror", 32368 "winnls", 32369 "winnt" 32370 ], 32371 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 32372 }, 32373 { 32374 "dependencies": [], 32375 "deps": [], 32376 "features": [], 32377 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0" 32378 }, 32379 { 32380 "dependencies": [ 32381 "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 32382 ], 32383 "deps": [ 32384 { 32385 "dep_kinds": [ 32386 { 32387 "kind": null, 32388 "target": "cfg(windows)" 32389 } 32390 ], 32391 "name": "winapi", 32392 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 32393 } 32394 ], 32395 "features": [], 32396 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.6" 32397 }, 32398 { 32399 "dependencies": [], 32400 "deps": [], 32401 "features": [], 32402 "id": "registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" 32403 }, 32404 { 32405 "dependencies": [ 32406 "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 32407 ], 32408 "deps": [ 32409 { 32410 "dep_kinds": [ 32411 { 32412 "kind": null, 32413 "target": null 32414 } 32415 ], 32416 "name": "windows_targets", 32417 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 32418 } 32419 ], 32420 "features": [ 32421 "default" 32422 ], 32423 "id": "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0" 32424 }, 32425 { 32426 "dependencies": [ 32427 "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5", 32428 "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5", 32429 "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5", 32430 "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5", 32431 "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5", 32432 "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5", 32433 "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5", 32434 "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5" 32435 ], 32436 "deps": [ 32437 { 32438 "dep_kinds": [ 32439 { 32440 "kind": null, 32441 "target": "aarch64-pc-windows-gnullvm" 32442 } 32443 ], 32444 "name": "windows_aarch64_gnullvm", 32445 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5" 32446 }, 32447 { 32448 "dep_kinds": [ 32449 { 32450 "kind": null, 32451 "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" 32452 } 32453 ], 32454 "name": "windows_aarch64_msvc", 32455 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5" 32456 }, 32457 { 32458 "dep_kinds": [ 32459 { 32460 "kind": null, 32461 "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 32462 } 32463 ], 32464 "name": "windows_i686_gnu", 32465 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5" 32466 }, 32467 { 32468 "dep_kinds": [ 32469 { 32470 "kind": null, 32471 "target": "i686-pc-windows-gnullvm" 32472 } 32473 ], 32474 "name": "windows_i686_gnullvm", 32475 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5" 32476 }, 32477 { 32478 "dep_kinds": [ 32479 { 32480 "kind": null, 32481 "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" 32482 } 32483 ], 32484 "name": "windows_i686_msvc", 32485 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5" 32486 }, 32487 { 32488 "dep_kinds": [ 32489 { 32490 "kind": null, 32491 "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" 32492 } 32493 ], 32494 "name": "windows_x86_64_gnu", 32495 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5" 32496 }, 32497 { 32498 "dep_kinds": [ 32499 { 32500 "kind": null, 32501 "target": "x86_64-pc-windows-gnullvm" 32502 } 32503 ], 32504 "name": "windows_x86_64_gnullvm", 32505 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5" 32506 }, 32507 { 32508 "dep_kinds": [ 32509 { 32510 "kind": null, 32511 "target": "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))" 32512 } 32513 ], 32514 "name": "windows_x86_64_msvc", 32515 "pkg": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5" 32516 } 32517 ], 32518 "features": [], 32519 "id": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5" 32520 }, 32521 { 32522 "dependencies": [], 32523 "deps": [], 32524 "features": [], 32525 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5" 32526 }, 32527 { 32528 "dependencies": [], 32529 "deps": [], 32530 "features": [], 32531 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5" 32532 }, 32533 { 32534 "dependencies": [], 32535 "deps": [], 32536 "features": [], 32537 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5" 32538 }, 32539 { 32540 "dependencies": [], 32541 "deps": [], 32542 "features": [], 32543 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5" 32544 }, 32545 { 32546 "dependencies": [], 32547 "deps": [], 32548 "features": [], 32549 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5" 32550 }, 32551 { 32552 "dependencies": [], 32553 "deps": [], 32554 "features": [], 32555 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5" 32556 }, 32557 { 32558 "dependencies": [], 32559 "deps": [], 32560 "features": [], 32561 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5" 32562 }, 32563 { 32564 "dependencies": [], 32565 "deps": [], 32566 "features": [], 32567 "id": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5" 32568 }, 32569 { 32570 "dependencies": [ 32571 "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 32572 ], 32573 "deps": [ 32574 { 32575 "dep_kinds": [ 32576 { 32577 "kind": null, 32578 "target": null 32579 } 32580 ], 32581 "name": "winapi", 32582 "pkg": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" 32583 } 32584 ], 32585 "features": [], 32586 "id": "registry+https://github.com/rust-lang/crates.io-index#wio@0.2.2" 32587 }, 32588 { 32589 "dependencies": [ 32590 "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0", 32591 "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2", 32592 "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0", 32593 "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" 32594 ], 32595 "deps": [ 32596 { 32597 "dep_kinds": [ 32598 { 32599 "kind": null, 32600 "target": null 32601 } 32602 ], 32603 "name": "const_cstr", 32604 "pkg": "registry+https://github.com/rust-lang/crates.io-index#const-cstr@0.3.0" 32605 }, 32606 { 32607 "dep_kinds": [ 32608 { 32609 "kind": null, 32610 "target": null 32611 } 32612 ], 32613 "name": "dlib", 32614 "pkg": "registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2" 32615 }, 32616 { 32617 "dep_kinds": [ 32618 { 32619 "kind": null, 32620 "target": null 32621 } 32622 ], 32623 "name": "once_cell", 32624 "pkg": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0" 32625 }, 32626 { 32627 "dep_kinds": [ 32628 { 32629 "kind": "build", 32630 "target": null 32631 } 32632 ], 32633 "name": "pkg_config", 32634 "pkg": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30" 32635 } 32636 ], 32637 "features": [], 32638 "id": "registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@3.2.0" 32639 } 32640 ], 32641 "root": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" 32642 }, 32643 "target_directory": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/target", 32644 "version": 1, 32645 "workspace_default_members": [ 32646 "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" 32647 ], 32648 "workspace_members": [ 32649 "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters#0.3.5" 32650 ], 32651 "workspace_root": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters" 32652} 32653