1{ 2 "checksum": "76a79f0ec746cceb222cddcbb61f82343275bccc4ccbb462242149974f400c23", 3 "crates": { 4 "cc 1.0.82": { 5 "name": "cc", 6 "version": "1.0.82", 7 "package_url": "https://github.com/rust-lang/cc-rs", 8 "repository": { 9 "Http": { 10 "url": "https://static.crates.io/crates/cc/1.0.82/download", 11 "sha256": "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01" 12 } 13 }, 14 "targets": [ 15 { 16 "Library": { 17 "crate_name": "cc", 18 "crate_root": "src/lib.rs", 19 "srcs": { 20 "allow_empty": true, 21 "include": [ 22 "**/*.rs" 23 ] 24 } 25 } 26 } 27 ], 28 "library_target_name": "cc", 29 "common_attrs": { 30 "compile_data_glob": [ 31 "**" 32 ], 33 "deps": { 34 "common": [], 35 "selects": { 36 "cfg(unix)": [ 37 { 38 "id": "libc 0.2.147", 39 "target": "libc" 40 } 41 ] 42 } 43 }, 44 "edition": "2018", 45 "version": "1.0.82" 46 }, 47 "license": "MIT OR Apache-2.0", 48 "license_ids": [ 49 "Apache-2.0", 50 "MIT" 51 ], 52 "license_file": "LICENSE-APACHE" 53 }, 54 "cxx 1.0.109": { 55 "name": "cxx", 56 "version": "1.0.109", 57 "package_url": "https://github.com/dtolnay/cxx", 58 "repository": { 59 "Http": { 60 "url": "https://static.crates.io/crates/cxx/1.0.109/download", 61 "sha256": "c390c123d671cc547244943ecad81bdaab756c6ea332d9ca9c1f48d952a24895" 62 } 63 }, 64 "targets": [ 65 { 66 "Library": { 67 "crate_name": "cxx", 68 "crate_root": "src/lib.rs", 69 "srcs": { 70 "allow_empty": true, 71 "include": [ 72 "**/*.rs" 73 ] 74 } 75 } 76 } 77 ], 78 "library_target_name": "cxx", 79 "common_attrs": { 80 "compile_data_glob": [ 81 "**" 82 ], 83 "crate_features": { 84 "common": [ 85 "alloc", 86 "default", 87 "std" 88 ], 89 "selects": {} 90 }, 91 "deps": { 92 "common": [ 93 { 94 "id": "link-cplusplus 1.0.9", 95 "target": "link_cplusplus" 96 } 97 ], 98 "selects": {} 99 }, 100 "extra_deps": { 101 "common": [ 102 ":cxx_cc" 103 ], 104 "selects": {} 105 }, 106 "edition": "2021", 107 "proc_macro_deps": { 108 "common": [ 109 { 110 "id": "cxxbridge-macro 1.0.109", 111 "target": "cxxbridge_macro" 112 } 113 ], 114 "selects": {} 115 }, 116 "version": "1.0.109" 117 }, 118 "license": "MIT OR Apache-2.0", 119 "license_ids": [ 120 "Apache-2.0", 121 "MIT" 122 ], 123 "license_file": "LICENSE-APACHE", 124 "additive_build_file_content": "cc_library(\n name = \"cxx_cc\",\n srcs = [\"src/cxx.cc\"],\n hdrs = [\"include/cxx.h\"],\n include_prefix = \"rust\",\n includes = [\"include\"],\n linkstatic = True,\n strip_include_prefix = \"include\",\n visibility = [\"//visibility:public\"],\n)\n", 125 "extra_aliased_targets": { 126 "cxx_cc": "cxx_cc" 127 } 128 }, 129 "cxxbridge-flags 1.0.109": { 130 "name": "cxxbridge-flags", 131 "version": "1.0.109", 132 "package_url": "https://github.com/dtolnay/cxx", 133 "repository": { 134 "Http": { 135 "url": "https://static.crates.io/crates/cxxbridge-flags/1.0.109/download", 136 "sha256": "94415827ecfea0f0c74c8cad7d1a86ddb3f05354d6a6ddeda0adee5e875d2939" 137 } 138 }, 139 "targets": [ 140 { 141 "Library": { 142 "crate_name": "cxxbridge_flags", 143 "crate_root": "src/lib.rs", 144 "srcs": { 145 "allow_empty": true, 146 "include": [ 147 "**/*.rs" 148 ] 149 } 150 } 151 } 152 ], 153 "library_target_name": "cxxbridge_flags", 154 "common_attrs": { 155 "compile_data_glob": [ 156 "**" 157 ], 158 "crate_features": { 159 "common": [ 160 "default" 161 ], 162 "selects": {} 163 }, 164 "edition": "2021", 165 "version": "1.0.109" 166 }, 167 "license": "MIT OR Apache-2.0", 168 "license_ids": [ 169 "Apache-2.0", 170 "MIT" 171 ], 172 "license_file": "LICENSE-APACHE" 173 }, 174 "cxxbridge-macro 1.0.109": { 175 "name": "cxxbridge-macro", 176 "version": "1.0.109", 177 "package_url": "https://github.com/dtolnay/cxx", 178 "repository": { 179 "Http": { 180 "url": "https://static.crates.io/crates/cxxbridge-macro/1.0.109/download", 181 "sha256": "e33dbbe9f5621c9247f97ec14213b04f350bff4b6cebefe834c60055db266ecf" 182 } 183 }, 184 "targets": [ 185 { 186 "ProcMacro": { 187 "crate_name": "cxxbridge_macro", 188 "crate_root": "src/lib.rs", 189 "srcs": { 190 "allow_empty": true, 191 "include": [ 192 "**/*.rs" 193 ] 194 } 195 } 196 } 197 ], 198 "library_target_name": "cxxbridge_macro", 199 "common_attrs": { 200 "compile_data_glob": [ 201 "**" 202 ], 203 "deps": { 204 "common": [ 205 { 206 "id": "proc-macro2 1.0.66", 207 "target": "proc_macro2" 208 }, 209 { 210 "id": "quote 1.0.32", 211 "target": "quote" 212 }, 213 { 214 "id": "syn 2.0.28", 215 "target": "syn" 216 } 217 ], 218 "selects": {} 219 }, 220 "edition": "2021", 221 "version": "1.0.109" 222 }, 223 "license": "MIT OR Apache-2.0", 224 "license_ids": [ 225 "Apache-2.0", 226 "MIT" 227 ], 228 "license_file": "LICENSE-APACHE" 229 }, 230 "direct-cargo-bazel-deps 0.0.1": { 231 "name": "direct-cargo-bazel-deps", 232 "version": "0.0.1", 233 "package_url": null, 234 "repository": null, 235 "targets": [ 236 { 237 "Library": { 238 "crate_name": "direct_cargo_bazel_deps", 239 "crate_root": ".direct_cargo_bazel_deps.rs", 240 "srcs": { 241 "allow_empty": true, 242 "include": [ 243 "**/*.rs" 244 ] 245 } 246 } 247 } 248 ], 249 "library_target_name": "direct_cargo_bazel_deps", 250 "common_attrs": { 251 "compile_data_glob": [ 252 "**" 253 ], 254 "deps": { 255 "common": [ 256 { 257 "id": "cxx 1.0.109", 258 "target": "cxx" 259 } 260 ], 261 "selects": {} 262 }, 263 "edition": "2018", 264 "version": "0.0.1" 265 }, 266 "license": null, 267 "license_ids": [], 268 "license_file": null 269 }, 270 "libc 0.2.147": { 271 "name": "libc", 272 "version": "0.2.147", 273 "package_url": "https://github.com/rust-lang/libc", 274 "repository": { 275 "Http": { 276 "url": "https://static.crates.io/crates/libc/0.2.147/download", 277 "sha256": "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 278 } 279 }, 280 "targets": [ 281 { 282 "Library": { 283 "crate_name": "libc", 284 "crate_root": "src/lib.rs", 285 "srcs": { 286 "allow_empty": true, 287 "include": [ 288 "**/*.rs" 289 ] 290 } 291 } 292 }, 293 { 294 "BuildScript": { 295 "crate_name": "build_script_build", 296 "crate_root": "build.rs", 297 "srcs": { 298 "allow_empty": true, 299 "include": [ 300 "**/*.rs" 301 ] 302 } 303 } 304 } 305 ], 306 "library_target_name": "libc", 307 "common_attrs": { 308 "compile_data_glob": [ 309 "**" 310 ], 311 "crate_features": { 312 "common": [ 313 "default", 314 "std" 315 ], 316 "selects": {} 317 }, 318 "deps": { 319 "common": [ 320 { 321 "id": "libc 0.2.147", 322 "target": "build_script_build" 323 } 324 ], 325 "selects": {} 326 }, 327 "edition": "2015", 328 "version": "0.2.147" 329 }, 330 "build_script_attrs": { 331 "data_glob": [ 332 "**" 333 ] 334 }, 335 "license": "MIT OR Apache-2.0", 336 "license_ids": [ 337 "Apache-2.0", 338 "MIT" 339 ], 340 "license_file": "LICENSE-APACHE" 341 }, 342 "link-cplusplus 1.0.9": { 343 "name": "link-cplusplus", 344 "version": "1.0.9", 345 "package_url": "https://github.com/dtolnay/link-cplusplus", 346 "repository": { 347 "Http": { 348 "url": "https://static.crates.io/crates/link-cplusplus/1.0.9/download", 349 "sha256": "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" 350 } 351 }, 352 "targets": [ 353 { 354 "Library": { 355 "crate_name": "link_cplusplus", 356 "crate_root": "src/lib.rs", 357 "srcs": { 358 "allow_empty": true, 359 "include": [ 360 "**/*.rs" 361 ] 362 } 363 } 364 }, 365 { 366 "BuildScript": { 367 "crate_name": "build_script_build", 368 "crate_root": "build.rs", 369 "srcs": { 370 "allow_empty": true, 371 "include": [ 372 "**/*.rs" 373 ] 374 } 375 } 376 } 377 ], 378 "library_target_name": "link_cplusplus", 379 "common_attrs": { 380 "compile_data_glob": [ 381 "**" 382 ], 383 "crate_features": { 384 "common": [ 385 "default" 386 ], 387 "selects": {} 388 }, 389 "deps": { 390 "common": [ 391 { 392 "id": "link-cplusplus 1.0.9", 393 "target": "build_script_build" 394 } 395 ], 396 "selects": {} 397 }, 398 "edition": "2018", 399 "version": "1.0.9" 400 }, 401 "build_script_attrs": { 402 "data_glob": [ 403 "**" 404 ], 405 "deps": { 406 "common": [ 407 { 408 "id": "cc 1.0.82", 409 "target": "cc" 410 } 411 ], 412 "selects": {} 413 }, 414 "links": "cplusplus" 415 }, 416 "license": "MIT OR Apache-2.0", 417 "license_ids": [ 418 "Apache-2.0", 419 "MIT" 420 ], 421 "license_file": "LICENSE-APACHE" 422 }, 423 "proc-macro2 1.0.66": { 424 "name": "proc-macro2", 425 "version": "1.0.66", 426 "package_url": "https://github.com/dtolnay/proc-macro2", 427 "repository": { 428 "Http": { 429 "url": "https://static.crates.io/crates/proc-macro2/1.0.66/download", 430 "sha256": "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 431 } 432 }, 433 "targets": [ 434 { 435 "Library": { 436 "crate_name": "proc_macro2", 437 "crate_root": "src/lib.rs", 438 "srcs": { 439 "allow_empty": true, 440 "include": [ 441 "**/*.rs" 442 ] 443 } 444 } 445 }, 446 { 447 "BuildScript": { 448 "crate_name": "build_script_build", 449 "crate_root": "build.rs", 450 "srcs": { 451 "allow_empty": true, 452 "include": [ 453 "**/*.rs" 454 ] 455 } 456 } 457 } 458 ], 459 "library_target_name": "proc_macro2", 460 "common_attrs": { 461 "compile_data_glob": [ 462 "**" 463 ], 464 "crate_features": { 465 "common": [ 466 "default", 467 "proc-macro" 468 ], 469 "selects": {} 470 }, 471 "deps": { 472 "common": [ 473 { 474 "id": "proc-macro2 1.0.66", 475 "target": "build_script_build" 476 }, 477 { 478 "id": "unicode-ident 1.0.11", 479 "target": "unicode_ident" 480 } 481 ], 482 "selects": {} 483 }, 484 "edition": "2021", 485 "version": "1.0.66" 486 }, 487 "build_script_attrs": { 488 "data_glob": [ 489 "**" 490 ] 491 }, 492 "license": "MIT OR Apache-2.0", 493 "license_ids": [ 494 "Apache-2.0", 495 "MIT" 496 ], 497 "license_file": "LICENSE-APACHE" 498 }, 499 "quote 1.0.32": { 500 "name": "quote", 501 "version": "1.0.32", 502 "package_url": "https://github.com/dtolnay/quote", 503 "repository": { 504 "Http": { 505 "url": "https://static.crates.io/crates/quote/1.0.32/download", 506 "sha256": "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" 507 } 508 }, 509 "targets": [ 510 { 511 "Library": { 512 "crate_name": "quote", 513 "crate_root": "src/lib.rs", 514 "srcs": { 515 "allow_empty": true, 516 "include": [ 517 "**/*.rs" 518 ] 519 } 520 } 521 } 522 ], 523 "library_target_name": "quote", 524 "common_attrs": { 525 "compile_data_glob": [ 526 "**" 527 ], 528 "crate_features": { 529 "common": [ 530 "default", 531 "proc-macro" 532 ], 533 "selects": {} 534 }, 535 "deps": { 536 "common": [ 537 { 538 "id": "proc-macro2 1.0.66", 539 "target": "proc_macro2" 540 } 541 ], 542 "selects": {} 543 }, 544 "edition": "2018", 545 "version": "1.0.32" 546 }, 547 "license": "MIT OR Apache-2.0", 548 "license_ids": [ 549 "Apache-2.0", 550 "MIT" 551 ], 552 "license_file": "LICENSE-APACHE" 553 }, 554 "syn 2.0.28": { 555 "name": "syn", 556 "version": "2.0.28", 557 "package_url": "https://github.com/dtolnay/syn", 558 "repository": { 559 "Http": { 560 "url": "https://static.crates.io/crates/syn/2.0.28/download", 561 "sha256": "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 562 } 563 }, 564 "targets": [ 565 { 566 "Library": { 567 "crate_name": "syn", 568 "crate_root": "src/lib.rs", 569 "srcs": { 570 "allow_empty": true, 571 "include": [ 572 "**/*.rs" 573 ] 574 } 575 } 576 } 577 ], 578 "library_target_name": "syn", 579 "common_attrs": { 580 "compile_data_glob": [ 581 "**" 582 ], 583 "crate_features": { 584 "common": [ 585 "clone-impls", 586 "default", 587 "derive", 588 "full", 589 "parsing", 590 "printing", 591 "proc-macro", 592 "quote" 593 ], 594 "selects": {} 595 }, 596 "deps": { 597 "common": [ 598 { 599 "id": "proc-macro2 1.0.66", 600 "target": "proc_macro2" 601 }, 602 { 603 "id": "quote 1.0.32", 604 "target": "quote" 605 }, 606 { 607 "id": "unicode-ident 1.0.11", 608 "target": "unicode_ident" 609 } 610 ], 611 "selects": {} 612 }, 613 "edition": "2021", 614 "version": "2.0.28" 615 }, 616 "license": "MIT OR Apache-2.0", 617 "license_ids": [ 618 "Apache-2.0", 619 "MIT" 620 ], 621 "license_file": "LICENSE-APACHE" 622 }, 623 "unicode-ident 1.0.11": { 624 "name": "unicode-ident", 625 "version": "1.0.11", 626 "package_url": "https://github.com/dtolnay/unicode-ident", 627 "repository": { 628 "Http": { 629 "url": "https://static.crates.io/crates/unicode-ident/1.0.11/download", 630 "sha256": "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 631 } 632 }, 633 "targets": [ 634 { 635 "Library": { 636 "crate_name": "unicode_ident", 637 "crate_root": "src/lib.rs", 638 "srcs": { 639 "allow_empty": true, 640 "include": [ 641 "**/*.rs" 642 ] 643 } 644 } 645 } 646 ], 647 "library_target_name": "unicode_ident", 648 "common_attrs": { 649 "compile_data_glob": [ 650 "**" 651 ], 652 "edition": "2018", 653 "version": "1.0.11" 654 }, 655 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", 656 "license_ids": [ 657 "Apache-2.0", 658 "MIT", 659 "Unicode-DFS-2016" 660 ], 661 "license_file": "LICENSE-APACHE" 662 } 663 }, 664 "binary_crates": [], 665 "workspace_members": { 666 "direct-cargo-bazel-deps 0.0.1": "" 667 }, 668 "conditions": { 669 "aarch64-apple-darwin": [ 670 "aarch64-apple-darwin" 671 ], 672 "aarch64-apple-ios": [ 673 "aarch64-apple-ios" 674 ], 675 "aarch64-apple-ios-sim": [ 676 "aarch64-apple-ios-sim" 677 ], 678 "aarch64-fuchsia": [ 679 "aarch64-fuchsia" 680 ], 681 "aarch64-linux-android": [ 682 "aarch64-linux-android" 683 ], 684 "aarch64-pc-windows-msvc": [ 685 "aarch64-pc-windows-msvc" 686 ], 687 "aarch64-unknown-linux-gnu": [ 688 "aarch64-unknown-linux-gnu" 689 ], 690 "aarch64-unknown-nixos-gnu": [ 691 "aarch64-unknown-nixos-gnu" 692 ], 693 "aarch64-unknown-nto-qnx710": [ 694 "aarch64-unknown-nto-qnx710" 695 ], 696 "arm-unknown-linux-gnueabi": [ 697 "arm-unknown-linux-gnueabi" 698 ], 699 "armv7-linux-androideabi": [ 700 "armv7-linux-androideabi" 701 ], 702 "armv7-unknown-linux-gnueabi": [ 703 "armv7-unknown-linux-gnueabi" 704 ], 705 "cfg(unix)": [ 706 "aarch64-apple-darwin", 707 "aarch64-apple-ios", 708 "aarch64-apple-ios-sim", 709 "aarch64-fuchsia", 710 "aarch64-linux-android", 711 "aarch64-unknown-linux-gnu", 712 "aarch64-unknown-nixos-gnu", 713 "aarch64-unknown-nto-qnx710", 714 "arm-unknown-linux-gnueabi", 715 "armv7-linux-androideabi", 716 "armv7-unknown-linux-gnueabi", 717 "i686-apple-darwin", 718 "i686-linux-android", 719 "i686-unknown-freebsd", 720 "i686-unknown-linux-gnu", 721 "powerpc-unknown-linux-gnu", 722 "s390x-unknown-linux-gnu", 723 "x86_64-apple-darwin", 724 "x86_64-apple-ios", 725 "x86_64-fuchsia", 726 "x86_64-linux-android", 727 "x86_64-unknown-freebsd", 728 "x86_64-unknown-linux-gnu", 729 "x86_64-unknown-nixos-gnu" 730 ], 731 "i686-apple-darwin": [ 732 "i686-apple-darwin" 733 ], 734 "i686-linux-android": [ 735 "i686-linux-android" 736 ], 737 "i686-pc-windows-msvc": [ 738 "i686-pc-windows-msvc" 739 ], 740 "i686-unknown-freebsd": [ 741 "i686-unknown-freebsd" 742 ], 743 "i686-unknown-linux-gnu": [ 744 "i686-unknown-linux-gnu" 745 ], 746 "powerpc-unknown-linux-gnu": [ 747 "powerpc-unknown-linux-gnu" 748 ], 749 "riscv32imc-unknown-none-elf": [ 750 "riscv32imc-unknown-none-elf" 751 ], 752 "riscv64gc-unknown-none-elf": [ 753 "riscv64gc-unknown-none-elf" 754 ], 755 "s390x-unknown-linux-gnu": [ 756 "s390x-unknown-linux-gnu" 757 ], 758 "thumbv7em-none-eabi": [ 759 "thumbv7em-none-eabi" 760 ], 761 "thumbv8m.main-none-eabi": [ 762 "thumbv8m.main-none-eabi" 763 ], 764 "wasm32-unknown-unknown": [ 765 "wasm32-unknown-unknown" 766 ], 767 "wasm32-wasi": [ 768 "wasm32-wasi" 769 ], 770 "x86_64-apple-darwin": [ 771 "x86_64-apple-darwin" 772 ], 773 "x86_64-apple-ios": [ 774 "x86_64-apple-ios" 775 ], 776 "x86_64-fuchsia": [ 777 "x86_64-fuchsia" 778 ], 779 "x86_64-linux-android": [ 780 "x86_64-linux-android" 781 ], 782 "x86_64-pc-windows-msvc": [ 783 "x86_64-pc-windows-msvc" 784 ], 785 "x86_64-unknown-freebsd": [ 786 "x86_64-unknown-freebsd" 787 ], 788 "x86_64-unknown-linux-gnu": [ 789 "x86_64-unknown-linux-gnu" 790 ], 791 "x86_64-unknown-nixos-gnu": [ 792 "x86_64-unknown-nixos-gnu" 793 ], 794 "x86_64-unknown-none": [ 795 "x86_64-unknown-none" 796 ] 797 }, 798 "direct_deps": [ 799 "cxx 1.0.109" 800 ], 801 "direct_dev_deps": [] 802} 803