blob: be495f5bc2191c77f4890eea45ad9c679407bd8d [file] [log] [blame]
Brian Silverman547eda02022-05-19 23:14:08 -07001"""
2@generated
3cargo-raze crate build file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8# buildifier: disable=load
9load("@bazel_skylib//lib:selects.bzl", "selects")
10
11# buildifier: disable=load
12load(
13 "@rules_rust//rust:defs.bzl",
14 "rust_binary",
15 "rust_library",
16 "rust_proc_macro",
17 "rust_test",
18)
19
20package(default_visibility = [
21 # Public for visibility by "@raze__crate__version//" targets.
22 #
23 # Prefer access through "//third_party/cargo", which limits external
24 # visibility to explicit Cargo.toml dependencies.
25 "//visibility:public",
26])
27
28licenses([
29 "notice", # MIT from expression "MIT OR Apache-2.0"
30])
31
32# Generated Targets
33
34rust_library(
35 name = "thiserror",
36 srcs = glob(["**/*.rs"]),
37 crate_features = [
38 ],
39 crate_root = "src/lib.rs",
40 data = [],
41 edition = "2018",
42 proc_macro_deps = [
43 "@raze__thiserror_impl__1_0_31//:thiserror_impl",
44 ],
45 rustc_flags = [
46 "--cap-lints=allow",
47 ],
48 tags = [
49 "cargo-raze",
50 "crate-name=thiserror",
51 "manual",
52 ],
53 version = "1.0.31",
54 # buildifier: leave-alone
55 deps = [
56 ],
57)
58
59# Unsupported target "compiletest" with type "test" omitted
60
61# Unsupported target "test_backtrace" with type "test" omitted
62
63# Unsupported target "test_display" with type "test" omitted
64
65# Unsupported target "test_error" with type "test" omitted
66
67# Unsupported target "test_expr" with type "test" omitted
68
69# Unsupported target "test_from" with type "test" omitted
70
71# Unsupported target "test_generics" with type "test" omitted
72
73# Unsupported target "test_lints" with type "test" omitted
74
75# Unsupported target "test_option" with type "test" omitted
76
77# Unsupported target "test_path" with type "test" omitted
78
79# Unsupported target "test_source" with type "test" omitted
80
81# Unsupported target "test_transparent" with type "test" omitted