blob: 37b39c6575c23d3b742db8d851a0236e6bb436cb [file] [log] [blame]
Lorenz Brund141d182023-10-02 15:07:01 +02001"""
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/rust/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
34# Unsupported target "bench1" with type "bench" omitted
35
36# Unsupported target "combinations" with type "bench" omitted
37
38# Unsupported target "combinations_with_replacement" with type "bench" omitted
39
40# Unsupported target "fold_specialization" with type "bench" omitted
41
42# Unsupported target "powerset" with type "bench" omitted
43
44# Unsupported target "tree_fold1" with type "bench" omitted
45
46# Unsupported target "tuple_combinations" with type "bench" omitted
47
48# Unsupported target "tuples" with type "bench" omitted
49
50# Unsupported target "iris" with type "example" omitted
51
52rust_library(
53 name = "itertools",
54 srcs = glob(["**/*.rs"]),
55 crate_features = [
56 "use_alloc",
57 ],
58 crate_root = "src/lib.rs",
59 data = [],
60 edition = "2018",
61 rustc_flags = [
62 "--cap-lints=allow",
63 ],
64 tags = [
65 "cargo-raze",
66 "crate-name=itertools",
67 "manual",
68 ],
69 version = "0.10.5",
70 # buildifier: leave-alone
71 deps = [
72 "@raze__either__1_9_0//:either",
73 ],
74)
75
76# Unsupported target "adaptors_no_collect" with type "test" omitted
77
78# Unsupported target "flatten_ok" with type "test" omitted
79
80# Unsupported target "macros_hygiene" with type "test" omitted
81
82# Unsupported target "merge_join" with type "test" omitted
83
84# Unsupported target "peeking_take_while" with type "test" omitted
85
86# Unsupported target "quick" with type "test" omitted
87
88# Unsupported target "specializations" with type "test" omitted
89
90# Unsupported target "test_core" with type "test" omitted
91
92# Unsupported target "test_std" with type "test" omitted
93
94# Unsupported target "tuples" with type "test" omitted
95
96# Unsupported target "zip" with type "test" omitted