aboutsummaryrefslogtreecommitdiff
path: root/proto/protobuf/3rdparty/crates/BUILD.bazel
blob: 12c3381a4511696ea76673099c4ffa3c126f5972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
#     bazel run @//proto/protobuf/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 = "grpc",
    actual = "@rules_rust_proto__grpc-0.6.2//:grpc",
    tags = ["manual"],
)

alias(
    name = "grpc-compiler",
    actual = "@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler",
    tags = ["manual"],
)

alias(
    name = "log",
    actual = "@rules_rust_proto__log-0.4.17//:log",
    tags = ["manual"],
)

alias(
    name = "protobuf",
    actual = "@rules_rust_proto__protobuf-2.8.2//:protobuf",
    tags = ["manual"],
)

alias(
    name = "protobuf-codegen",
    actual = "@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen",
    tags = ["manual"],
)

alias(
    name = "tls-api",
    actual = "@rules_rust_proto__tls-api-0.1.22//:tls_api",
    tags = ["manual"],
)

alias(
    name = "tls-api-stub",
    actual = "@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub",
    tags = ["manual"],
)

# Binaries
alias(
    name = "grpc-compiler__protoc-gen-rust-grpc",
    actual = "@rules_rust_proto__grpc-compiler-0.6.2//:protoc-gen-rust-grpc__bin",
    tags = ["manual"],
)

alias(
    name = "protobuf-codegen__protoc-gen-rust",
    actual = "@rules_rust_proto__protobuf-codegen-2.8.2//:protoc-gen-rust__bin",
    tags = ["manual"],
)