| ############################################################################### |
| # @generated |
| # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| # regenerate this file, run the following: |
| # |
| # bazel run @//bindgen/3rdparty:crates_vendor |
| ############################################################################### |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| exports_files( |
| [ |
| "cargo-bazel.json", |
| "crates.bzl", |
| "defs.bzl", |
| ] + glob( |
| include = ["*.bazel"], |
| allow_empty = True, |
| ), |
| ) |
| |
| filegroup( |
| name = "srcs", |
| srcs = glob( |
| include = [ |
| "*.bazel", |
| "*.bzl", |
| ], |
| allow_empty = True, |
| ), |
| ) |
| |
| # Workspace Member Dependencies |
| alias( |
| name = "bindgen", |
| actual = "@rules_rust_bindgen__bindgen-0.69.1//:bindgen", |
| tags = ["manual"], |
| ) |
| |
| alias( |
| name = "clang-sys", |
| actual = "@rules_rust_bindgen__clang-sys-1.6.1//:clang_sys", |
| tags = ["manual"], |
| ) |
| |
| alias( |
| name = "clap", |
| actual = "@rules_rust_bindgen__clap-4.3.3//:clap", |
| tags = ["manual"], |
| ) |
| |
| alias( |
| name = "clap_complete", |
| actual = "@rules_rust_bindgen__clap_complete-4.3.1//:clap_complete", |
| tags = ["manual"], |
| ) |
| |
| alias( |
| name = "env_logger", |
| actual = "@rules_rust_bindgen__env_logger-0.10.0//:env_logger", |
| tags = ["manual"], |
| ) |