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 @//bindgen/3rdparty:crates_vendor
7 ###############################################################################
8 
9 load("@rules_rust//rust:defs.bzl", "rust_library")
10 
11 package(default_visibility = ["//visibility:public"])
12 
13 rust_library(
14     name = "annotate_snippets",
15     srcs = glob(
16         include = ["**/*.rs"],
17         allow_empty = True,
18     ),
19     compile_data = glob(
20         include = ["**"],
21         allow_empty = True,
22         exclude = [
23             "**/* *",
24             ".tmp_git_root/**/*",
25             "BUILD",
26             "BUILD.bazel",
27             "WORKSPACE",
28             "WORKSPACE.bazel",
29         ],
30     ),
31     crate_features = [
32         "color",
33         "default",
34         "yansi-term",
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=annotate-snippets",
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-apple-ios": [],
51         "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
52         "@rules_rust//rust/platform:aarch64-fuchsia": [],
53         "@rules_rust//rust/platform:aarch64-linux-android": [],
54         "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
55         "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
56         "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
57         "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
58         "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
59         "@rules_rust//rust/platform:armv7-linux-androideabi": [],
60         "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
61         "@rules_rust//rust/platform:i686-apple-darwin": [],
62         "@rules_rust//rust/platform:i686-linux-android": [],
63         "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
64         "@rules_rust//rust/platform:i686-unknown-freebsd": [],
65         "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
66         "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
67         "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
68         "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
69         "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
70         "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
71         "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
72         "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
73         "@rules_rust//rust/platform:wasm32-wasi": [],
74         "@rules_rust//rust/platform:x86_64-apple-darwin": [],
75         "@rules_rust//rust/platform:x86_64-apple-ios": [],
76         "@rules_rust//rust/platform:x86_64-fuchsia": [],
77         "@rules_rust//rust/platform:x86_64-linux-android": [],
78         "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
79         "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
80         "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
81         "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
82         "@rules_rust//rust/platform:x86_64-unknown-none": [],
83         "//conditions:default": ["@platforms//:incompatible"],
84     }),
85     version = "0.9.1",
86     deps = [
87         "@rules_rust_bindgen__unicode-width-0.1.10//:unicode_width",
88         "@rules_rust_bindgen__yansi-term-0.1.2//:yansi_term",
89     ],
90 )
91