1###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6#     bazel run @//tools/rust_analyzer/3rdparty:crates_vendor
7###############################################################################
8
9load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
10load("@rules_rust//rust:defs.bzl", "rust_library")
11
12package(default_visibility = ["//visibility:public"])
13
14rust_library(
15    name = "anyhow",
16    srcs = glob(
17        include = ["**/*.rs"],
18        allow_empty = True,
19    ),
20    compile_data = glob(
21        include = ["**"],
22        allow_empty = True,
23        exclude = [
24            "**/* *",
25            ".tmp_git_root/**/*",
26            "BUILD",
27            "BUILD.bazel",
28            "WORKSPACE",
29            "WORKSPACE.bazel",
30        ],
31    ),
32    crate_features = [
33        "default",
34        "std",
35    ],
36    crate_root = "src/lib.rs",
37    edition = "2018",
38    rustc_flags = [
39        "--cap-lints=allow",
40    ],
41    tags = [
42        "cargo-bazel",
43        "crate-name=anyhow",
44        "manual",
45        "noclippy",
46        "norustfmt",
47    ],
48    target_compatible_with = select({
49        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
50        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
51        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
52        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
53        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
54        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
55        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
56        "@rules_rust//rust/platform:i686-apple-darwin": [],
57        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
58        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
59        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
60        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
61        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
62        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
63        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
64        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
65        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
66        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
67        "//conditions:default": ["@platforms//:incompatible"],
68    }),
69    version = "1.0.71",
70    deps = [
71        "@rrra__anyhow-1.0.71//:build_script_build",
72    ],
73)
74
75cargo_build_script(
76    name = "_bs",
77    srcs = glob(
78        include = ["**/*.rs"],
79        allow_empty = True,
80    ),
81    crate_features = [
82        "default",
83        "std",
84    ],
85    crate_name = "build_script_build",
86    crate_root = "build.rs",
87    data = glob(
88        include = ["**"],
89        allow_empty = True,
90        exclude = [
91            "**/* *",
92            ".tmp_git_root/**/*",
93            "BUILD",
94            "BUILD.bazel",
95            "WORKSPACE",
96            "WORKSPACE.bazel",
97        ],
98    ),
99    edition = "2018",
100    pkg_name = "anyhow",
101    rustc_flags = [
102        "--cap-lints=allow",
103    ],
104    tags = [
105        "cargo-bazel",
106        "crate-name=anyhow",
107        "manual",
108        "noclippy",
109        "norustfmt",
110    ],
111    version = "1.0.71",
112    visibility = ["//visibility:private"],
113)
114
115alias(
116    name = "build_script_build",
117    actual = ":_bs",
118    tags = ["manual"],
119)
120