{
  "checksum": "76a79f0ec746cceb222cddcbb61f82343275bccc4ccbb462242149974f400c23",
  "crates": {
    "cc 1.0.82": {
      "name": "cc",
      "version": "1.0.82",
      "package_url": "https://github.com/rust-lang/cc-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/cc/1.0.82/download",
          "sha256": "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "cc",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "cc",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [],
          "selects": {
            "cfg(unix)": [
              {
                "id": "libc 0.2.147",
                "target": "libc"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "1.0.82"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "cxx 1.0.109": {
      "name": "cxx",
      "version": "1.0.109",
      "package_url": "https://github.com/dtolnay/cxx",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/cxx/1.0.109/download",
          "sha256": "c390c123d671cc547244943ecad81bdaab756c6ea332d9ca9c1f48d952a24895"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "cxx",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "cxx",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "link-cplusplus 1.0.9",
              "target": "link_cplusplus"
            }
          ],
          "selects": {}
        },
        "extra_deps": {
          "common": [
            ":cxx_cc"
          ],
          "selects": {}
        },
        "edition": "2021",
        "proc_macro_deps": {
          "common": [
            {
              "id": "cxxbridge-macro 1.0.109",
              "target": "cxxbridge_macro"
            }
          ],
          "selects": {}
        },
        "version": "1.0.109"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE",
      "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",
      "extra_aliased_targets": {
        "cxx_cc": "cxx_cc"
      }
    },
    "cxxbridge-flags 1.0.109": {
      "name": "cxxbridge-flags",
      "version": "1.0.109",
      "package_url": "https://github.com/dtolnay/cxx",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/cxxbridge-flags/1.0.109/download",
          "sha256": "94415827ecfea0f0c74c8cad7d1a86ddb3f05354d6a6ddeda0adee5e875d2939"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "cxxbridge_flags",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "cxxbridge_flags",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default"
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "1.0.109"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "cxxbridge-macro 1.0.109": {
      "name": "cxxbridge-macro",
      "version": "1.0.109",
      "package_url": "https://github.com/dtolnay/cxx",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/cxxbridge-macro/1.0.109/download",
          "sha256": "e33dbbe9f5621c9247f97ec14213b04f350bff4b6cebefe834c60055db266ecf"
        }
      },
      "targets": [
        {
          "ProcMacro": {
            "crate_name": "cxxbridge_macro",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "cxxbridge_macro",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.66",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.32",
              "target": "quote"
            },
            {
              "id": "syn 2.0.28",
              "target": "syn"
            }
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "1.0.109"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "direct-cargo-bazel-deps 0.0.1": {
      "name": "direct-cargo-bazel-deps",
      "version": "0.0.1",
      "package_url": null,
      "repository": null,
      "targets": [
        {
          "Library": {
            "crate_name": "direct_cargo_bazel_deps",
            "crate_root": ".direct_cargo_bazel_deps.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "direct_cargo_bazel_deps",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "cxx 1.0.109",
              "target": "cxx"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.0.1"
      },
      "license": null,
      "license_ids": [],
      "license_file": null
    },
    "libc 0.2.147": {
      "name": "libc",
      "version": "0.2.147",
      "package_url": "https://github.com/rust-lang/libc",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/libc/0.2.147/download",
          "sha256": "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "libc",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "libc",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "libc 0.2.147",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "0.2.147"
      },
      "build_script_attrs": {
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "link-cplusplus 1.0.9": {
      "name": "link-cplusplus",
      "version": "1.0.9",
      "package_url": "https://github.com/dtolnay/link-cplusplus",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/link-cplusplus/1.0.9/download",
          "sha256": "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "link_cplusplus",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "link_cplusplus",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "link-cplusplus 1.0.9",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.9"
      },
      "build_script_attrs": {
        "data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "cc 1.0.82",
              "target": "cc"
            }
          ],
          "selects": {}
        },
        "links": "cplusplus"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "proc-macro2 1.0.66": {
      "name": "proc-macro2",
      "version": "1.0.66",
      "package_url": "https://github.com/dtolnay/proc-macro2",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/proc-macro2/1.0.66/download",
          "sha256": "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "proc_macro2",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "proc_macro2",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "proc-macro"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.66",
              "target": "build_script_build"
            },
            {
              "id": "unicode-ident 1.0.11",
              "target": "unicode_ident"
            }
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "1.0.66"
      },
      "build_script_attrs": {
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "quote 1.0.32": {
      "name": "quote",
      "version": "1.0.32",
      "package_url": "https://github.com/dtolnay/quote",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/quote/1.0.32/download",
          "sha256": "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "quote",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "quote",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "proc-macro"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.66",
              "target": "proc_macro2"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.32"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "syn 2.0.28": {
      "name": "syn",
      "version": "2.0.28",
      "package_url": "https://github.com/dtolnay/syn",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/syn/2.0.28/download",
          "sha256": "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "syn",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "syn",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "clone-impls",
            "default",
            "derive",
            "full",
            "parsing",
            "printing",
            "proc-macro",
            "quote"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.66",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.32",
              "target": "quote"
            },
            {
              "id": "unicode-ident 1.0.11",
              "target": "unicode_ident"
            }
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "2.0.28"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "unicode-ident 1.0.11": {
      "name": "unicode-ident",
      "version": "1.0.11",
      "package_url": "https://github.com/dtolnay/unicode-ident",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/unicode-ident/1.0.11/download",
          "sha256": "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "unicode_ident",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "unicode_ident",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.0.11"
      },
      "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
      "license_ids": [
        "Apache-2.0",
        "MIT",
        "Unicode-DFS-2016"
      ],
      "license_file": "LICENSE-APACHE"
    }
  },
  "binary_crates": [],
  "workspace_members": {
    "direct-cargo-bazel-deps 0.0.1": ""
  },
  "conditions": {
    "aarch64-apple-darwin": [
      "aarch64-apple-darwin"
    ],
    "aarch64-apple-ios": [
      "aarch64-apple-ios"
    ],
    "aarch64-apple-ios-sim": [
      "aarch64-apple-ios-sim"
    ],
    "aarch64-fuchsia": [
      "aarch64-fuchsia"
    ],
    "aarch64-linux-android": [
      "aarch64-linux-android"
    ],
    "aarch64-pc-windows-msvc": [
      "aarch64-pc-windows-msvc"
    ],
    "aarch64-unknown-linux-gnu": [
      "aarch64-unknown-linux-gnu"
    ],
    "aarch64-unknown-nixos-gnu": [
      "aarch64-unknown-nixos-gnu"
    ],
    "aarch64-unknown-nto-qnx710": [
      "aarch64-unknown-nto-qnx710"
    ],
    "arm-unknown-linux-gnueabi": [
      "arm-unknown-linux-gnueabi"
    ],
    "armv7-linux-androideabi": [
      "armv7-linux-androideabi"
    ],
    "armv7-unknown-linux-gnueabi": [
      "armv7-unknown-linux-gnueabi"
    ],
    "cfg(unix)": [
      "aarch64-apple-darwin",
      "aarch64-apple-ios",
      "aarch64-apple-ios-sim",
      "aarch64-fuchsia",
      "aarch64-linux-android",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-nixos-gnu",
      "aarch64-unknown-nto-qnx710",
      "arm-unknown-linux-gnueabi",
      "armv7-linux-androideabi",
      "armv7-unknown-linux-gnueabi",
      "i686-apple-darwin",
      "i686-linux-android",
      "i686-unknown-freebsd",
      "i686-unknown-linux-gnu",
      "powerpc-unknown-linux-gnu",
      "s390x-unknown-linux-gnu",
      "x86_64-apple-darwin",
      "x86_64-apple-ios",
      "x86_64-fuchsia",
      "x86_64-linux-android",
      "x86_64-unknown-freebsd",
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-nixos-gnu"
    ],
    "i686-apple-darwin": [
      "i686-apple-darwin"
    ],
    "i686-linux-android": [
      "i686-linux-android"
    ],
    "i686-pc-windows-msvc": [
      "i686-pc-windows-msvc"
    ],
    "i686-unknown-freebsd": [
      "i686-unknown-freebsd"
    ],
    "i686-unknown-linux-gnu": [
      "i686-unknown-linux-gnu"
    ],
    "powerpc-unknown-linux-gnu": [
      "powerpc-unknown-linux-gnu"
    ],
    "riscv32imc-unknown-none-elf": [
      "riscv32imc-unknown-none-elf"
    ],
    "riscv64gc-unknown-none-elf": [
      "riscv64gc-unknown-none-elf"
    ],
    "s390x-unknown-linux-gnu": [
      "s390x-unknown-linux-gnu"
    ],
    "thumbv7em-none-eabi": [
      "thumbv7em-none-eabi"
    ],
    "thumbv8m.main-none-eabi": [
      "thumbv8m.main-none-eabi"
    ],
    "wasm32-unknown-unknown": [
      "wasm32-unknown-unknown"
    ],
    "wasm32-wasi": [
      "wasm32-wasi"
    ],
    "x86_64-apple-darwin": [
      "x86_64-apple-darwin"
    ],
    "x86_64-apple-ios": [
      "x86_64-apple-ios"
    ],
    "x86_64-fuchsia": [
      "x86_64-fuchsia"
    ],
    "x86_64-linux-android": [
      "x86_64-linux-android"
    ],
    "x86_64-pc-windows-msvc": [
      "x86_64-pc-windows-msvc"
    ],
    "x86_64-unknown-freebsd": [
      "x86_64-unknown-freebsd"
    ],
    "x86_64-unknown-linux-gnu": [
      "x86_64-unknown-linux-gnu"
    ],
    "x86_64-unknown-nixos-gnu": [
      "x86_64-unknown-nixos-gnu"
    ],
    "x86_64-unknown-none": [
      "x86_64-unknown-none"
    ]
  },
  "direct_deps": [
    "cxx 1.0.109"
  ],
  "direct_dev_deps": []
}
