aboutsummaryrefslogtreecommitdiff
path: root/examples/crate_universe/vendor_local_pkgs/crates/BUILD.bazel
blob: 8173a5b5d0fb0c87836e26132fac15fee7fbdafa (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
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
#     bazel run @//vendor_local_pkgs:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

exports_files(
    [
        "cargo-bazel.json",
        "defs.bzl",
    ] + glob(["*.bazel"]),
)

filegroup(
    name = "srcs",
    srcs = glob([
        "*.bazel",
        "*.bzl",
    ]),
)

# Workspace Member Dependencies
alias(
    name = "axum",
    actual = "//vendor_local_pkgs/crates/axum-0.4.8:axum",
    tags = ["manual"],
)

alias(
    name = "hyper",
    actual = "//vendor_local_pkgs/crates/hyper-0.14.28:hyper",
    tags = ["manual"],
)

alias(
    name = "mime",
    actual = "//vendor_local_pkgs/crates/mime-0.3.17:mime",
    tags = ["manual"],
)

alias(
    name = "serde_json",
    actual = "//vendor_local_pkgs/crates/serde_json-1.0.113:serde_json",
    tags = ["manual"],
)

alias(
    name = "socket2",
    actual = "//vendor_local_pkgs/crates/socket2-0.4.10:socket2",
    tags = ["manual"],
)

alias(
    name = "tokio",
    actual = "//vendor_local_pkgs/crates/tokio-1.36.0:tokio",
    tags = ["manual"],
)

alias(
    name = "tower",
    actual = "//vendor_local_pkgs/crates/tower-0.4.13:tower",
    tags = ["manual"],
)

alias(
    name = "tower-http",
    actual = "//vendor_local_pkgs/crates/tower-http-0.2.5:tower_http",
    tags = ["manual"],
)

alias(
    name = "tracing",
    actual = "//vendor_local_pkgs/crates/tracing-0.1.40:tracing",
    tags = ["manual"],
)

alias(
    name = "tracing-subscriber",
    actual = "//vendor_local_pkgs/crates/tracing-subscriber-0.3.18:tracing_subscriber",
    tags = ["manual"],
)