blob: 26fd8ef215e55b13ceab93e9d07ffb5a945622a2 [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
34# Unsupported target "iterator" with type "example" omitted
35
36# Unsupported target "json" with type "example" omitted
37
38# Unsupported target "s_expression" with type "example" omitted
39
40# Unsupported target "string" with type "example" omitted
41
42rust_library(
43 name = "nom",
44 srcs = glob(["**/*.rs"]),
45 crate_features = [
46 "alloc",
47 "std",
48 ],
49 crate_root = "src/lib.rs",
50 data = [],
51 edition = "2018",
52 rustc_flags = [
53 "--cap-lints=allow",
54 ],
55 tags = [
56 "cargo-raze",
57 "crate-name=nom",
58 "manual",
59 ],
60 version = "7.1.1",
61 # buildifier: leave-alone
62 deps = [
63 "@raze__memchr__2_5_0//:memchr",
64 "@raze__minimal_lexical__0_2_1//:minimal_lexical",
65 ],
66)
67
68# Unsupported target "arithmetic" with type "test" omitted
69
70# Unsupported target "arithmetic_ast" with type "test" omitted
71
72# Unsupported target "css" with type "test" omitted
73
74# Unsupported target "custom_errors" with type "test" omitted
75
76# Unsupported target "escaped" with type "test" omitted
77
78# Unsupported target "float" with type "test" omitted
79
80# Unsupported target "fnmut" with type "test" omitted
81
82# Unsupported target "ini" with type "test" omitted
83
84# Unsupported target "ini_str" with type "test" omitted
85
86# Unsupported target "issues" with type "test" omitted
87
88# Unsupported target "json" with type "test" omitted
89
90# Unsupported target "mp4" with type "test" omitted
91
92# Unsupported target "multiline" with type "test" omitted
93
94# Unsupported target "overflow" with type "test" omitted
95
96# Unsupported target "reborrow_fold" with type "test" omitted