aboutsummaryrefslogtreecommitdiff
path: root/third-party/bazel/BUILD.quote-1.0.26.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/bazel/BUILD.quote-1.0.26.bazel')
-rw-r--r--third-party/bazel/BUILD.quote-1.0.26.bazel90
1 files changed, 0 insertions, 90 deletions
diff --git a/third-party/bazel/BUILD.quote-1.0.26.bazel b/third-party/bazel/BUILD.quote-1.0.26.bazel
deleted file mode 100644
index 9cb74311..00000000
--- a/third-party/bazel/BUILD.quote-1.0.26.bazel
+++ /dev/null
@@ -1,90 +0,0 @@
-###############################################################################
-# @generated
-# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
-# regenerate this file, run the following:
-#
-# bazel run @//third-party: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", # MIT OR Apache-2.0
-# ])
-
-rust_library(
- name = "quote",
- srcs = glob(["**/*.rs"]),
- compile_data = glob(
- include = ["**"],
- exclude = [
- "**/* *",
- "BUILD",
- "BUILD.bazel",
- "WORKSPACE",
- "WORKSPACE.bazel",
- ],
- ),
- crate_features = [
- "default",
- "proc-macro",
- ],
- crate_root = "src/lib.rs",
- edition = "2018",
- rustc_flags = ["--cap-lints=allow"],
- tags = [
- "cargo-bazel",
- "crate-name=quote",
- "manual",
- "noclippy",
- "norustfmt",
- ],
- version = "1.0.26",
- deps = [
- "@vendor__proc-macro2-1.0.52//:proc_macro2",
- "@vendor__quote-1.0.26//:build_script_build",
- ],
-)
-
-cargo_build_script(
- name = "quote_build_script",
- srcs = glob(["**/*.rs"]),
- crate_features = [
- "default",
- "proc-macro",
- ],
- 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=quote",
- "manual",
- "noclippy",
- "norustfmt",
- ],
- version = "1.0.26",
- visibility = ["//visibility:private"],
-)
-
-alias(
- name = "build_script_build",
- actual = "quote_build_script",
- tags = ["manual"],
-)