blob: baa775f4c084fc2eca2c4cfdc8996d70aef2fa3b [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"
30])
31
32# Generated Targets
33# buildifier: disable=out-of-order-load
34# buildifier: disable=load-on-top
35load(
36 "@rules_rust//cargo:cargo_build_script.bzl",
37 "cargo_build_script",
38)
39
40cargo_build_script(
41 name = "nom_build_script",
42 srcs = glob(["**/*.rs"]),
43 build_script_env = {
44 },
45 crate_features = [
46 "alloc",
47 "std",
48 ],
49 crate_root = "build.rs",
50 data = glob(["**"]),
51 edition = "2018",
52 rustc_flags = [
53 "--cap-lints=allow",
54 ],
55 tags = [
56 "cargo-raze",
57 "manual",
58 ],
59 version = "5.1.2",
60 visibility = ["//visibility:private"],
61 deps = [
62 "@raze__version_check__0_9_4//:version_check",
63 ],
64)
65
66# Unsupported target "arithmetic" with type "bench" omitted
67
68# Unsupported target "http" with type "bench" omitted
69
70# Unsupported target "ini" with type "bench" omitted
71
72# Unsupported target "ini_complete" with type "bench" omitted
73
74# Unsupported target "ini_str" with type "bench" omitted
75
76# Unsupported target "json" with type "bench" omitted
77
78# Unsupported target "json" with type "example" omitted
79
80# Unsupported target "s_expression" with type "example" omitted
81
82# Unsupported target "string" with type "example" omitted
83
84rust_library(
85 name = "nom",
86 srcs = glob(["**/*.rs"]),
87 crate_features = [
88 "alloc",
89 "std",
90 ],
91 crate_root = "src/lib.rs",
92 data = [],
93 edition = "2018",
94 rustc_flags = [
95 "--cap-lints=allow",
96 ],
97 tags = [
98 "cargo-raze",
99 "crate-name=nom",
100 "manual",
101 ],
102 version = "5.1.2",
103 # buildifier: leave-alone
104 deps = [
105 ":nom_build_script",
106 "@raze__memchr__2_5_0//:memchr",
107 ],
108)
109
110# Unsupported target "arithmetic" with type "test" omitted
111
112# Unsupported target "arithmetic_ast" with type "test" omitted
113
114# Unsupported target "blockbuf-arithmetic" with type "test" omitted
115
116# Unsupported target "css" with type "test" omitted
117
118# Unsupported target "custom_errors" with type "test" omitted
119
120# Unsupported target "escaped" with type "test" omitted
121
122# Unsupported target "float" with type "test" omitted
123
124# Unsupported target "inference" with type "test" omitted
125
126# Unsupported target "ini" with type "test" omitted
127
128# Unsupported target "ini_str" with type "test" omitted
129
130# Unsupported target "issues" with type "test" omitted
131
132# Unsupported target "json" with type "test" omitted
133
134# Unsupported target "mp4" with type "test" omitted
135
136# Unsupported target "multiline" with type "test" omitted
137
138# Unsupported target "named_args" with type "test" omitted
139
140# Unsupported target "overflow" with type "test" omitted
141
142# Unsupported target "reborrow_fold" with type "test" omitted
143
144# Unsupported target "test1" with type "test" omitted