blob: ac8f4e8684a21183f476eb72c09719955a8297b3 [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//proto/3rdparty:crates_vendor
###############################################################################
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
)
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT
# ])
rust_library(
name = "protobuf_codegen",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "2.8.2",
deps = [
"@rules_rust_proto__protobuf-2.8.2//:protobuf",
],
)
rust_binary(
name = "protobuf-bin-gen-rust-do-not-use__bin",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/bin/protobuf-bin-gen-rust-do-not-use.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "2.8.2",
deps = [
":protobuf_codegen",
"@rules_rust_proto__protobuf-2.8.2//:protobuf",
],
)
rust_binary(
name = "protoc-gen-rust__bin",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/bin/protoc-gen-rust.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "2.8.2",
deps = [
":protobuf_codegen",
"@rules_rust_proto__protobuf-2.8.2//:protobuf",
],
)