| ############################################################################### |
| # @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 |
| ############################################################################### |
| |
| load("@rules_rust//cargo:defs.bzl", "cargo_build_script") |
| load("@rules_rust//rust:defs.bzl", "rust_library") |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| # licenses([ |
| # "TODO", # BSD-3-Clause |
| # ]) |
| |
| rust_library( |
| name = "bindgen", |
| srcs = glob(["**/*.rs"]), |
| compile_data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| crate_features = [ |
| "__cli", |
| "annotate-snippets", |
| "default", |
| "experimental", |
| "log", |
| "logging", |
| "runtime", |
| "which", |
| "which-rustfmt", |
| ], |
| crate_root = "lib.rs", |
| edition = "2018", |
| rustc_flags = ["--cap-lints=allow"], |
| tags = [ |
| "cargo-bazel", |
| "crate-name=bindgen", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| version = "0.65.1", |
| deps = [ |
| "@rules_rust_bindgen__annotate-snippets-0.9.1//:annotate_snippets", |
| "@rules_rust_bindgen__bindgen-0.65.1//:build_script_build", |
| "@rules_rust_bindgen__bitflags-1.3.2//:bitflags", |
| "@rules_rust_bindgen__cexpr-0.6.0//:cexpr", |
| "@rules_rust_bindgen__clang-sys-1.6.1//:clang_sys", |
| "@rules_rust_bindgen__lazy_static-1.4.0//:lazy_static", |
| "@rules_rust_bindgen__lazycell-1.3.0//:lazycell", |
| "@rules_rust_bindgen__log-0.4.19//:log", |
| "@rules_rust_bindgen__peeking_take_while-0.1.2//:peeking_take_while", |
| "@rules_rust_bindgen__prettyplease-0.2.6//:prettyplease", |
| "@rules_rust_bindgen__proc-macro2-1.0.60//:proc_macro2", |
| "@rules_rust_bindgen__quote-1.0.28//:quote", |
| "@rules_rust_bindgen__regex-1.8.4//:regex", |
| "@rules_rust_bindgen__rustc-hash-1.1.0//:rustc_hash", |
| "@rules_rust_bindgen__shlex-1.1.0//:shlex", |
| "@rules_rust_bindgen__syn-2.0.18//:syn", |
| "@rules_rust_bindgen__which-4.4.0//:which", |
| ], |
| ) |
| |
| cargo_build_script( |
| name = "bindgen_build_script", |
| srcs = glob(["**/*.rs"]), |
| crate_features = [ |
| "__cli", |
| "annotate-snippets", |
| "default", |
| "experimental", |
| "log", |
| "logging", |
| "runtime", |
| "which", |
| "which-rustfmt", |
| ], |
| crate_name = "build_script_build", |
| crate_root = "build.rs", |
| data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| edition = "2018", |
| rustc_flags = [ |
| "--cap-lints=allow", |
| ], |
| tags = [ |
| "cargo-bazel", |
| "crate-name=bindgen", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| version = "0.65.1", |
| visibility = ["//visibility:private"], |
| ) |
| |
| alias( |
| name = "build_script_build", |
| actual = "bindgen_build_script", |
| tags = ["manual"], |
| ) |