blob: bb5ed73645ba6929aaa9412e4d85261d23be29c4 [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +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(
Leopold2aa8b182023-01-14 23:31:43 +010013 "@rules_rust//rust:defs.bzl",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020014 "rust_binary",
15 "rust_library",
Leopold2aa8b182023-01-14 23:31:43 +010016 "rust_proc_macro",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020017 "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# 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(
Lorenz Brund141d182023-10-02 15:07:01 +020041 name = "crossbeam_utils_build_script",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020042 srcs = glob(["**/*.rs"]),
43 build_script_env = {
44 },
45 crate_features = [
46 "std",
47 ],
48 crate_root = "build.rs",
49 data = glob(["**"]),
Lorenz Brund141d182023-10-02 15:07:01 +020050 edition = "2018",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020051 rustc_flags = [
52 "--cap-lints=allow",
53 ],
54 tags = [
55 "cargo-raze",
56 "manual",
57 ],
Lorenz Brund141d182023-10-02 15:07:01 +020058 version = "0.8.16",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020059 visibility = ["//visibility:private"],
60 deps = [
61 ],
62)
63
Lorenz Brund141d182023-10-02 15:07:01 +020064# Unsupported target "atomic_cell" with type "bench" omitted
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020065
66rust_library(
Lorenz Brund141d182023-10-02 15:07:01 +020067 name = "crossbeam_utils",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020068 srcs = glob(["**/*.rs"]),
69 crate_features = [
70 "std",
71 ],
72 crate_root = "src/lib.rs",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020073 data = [],
Lorenz Brund141d182023-10-02 15:07:01 +020074 edition = "2018",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020075 rustc_flags = [
76 "--cap-lints=allow",
77 ],
78 tags = [
79 "cargo-raze",
Lorenz Brund141d182023-10-02 15:07:01 +020080 "crate-name=crossbeam-utils",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020081 "manual",
82 ],
Lorenz Brund141d182023-10-02 15:07:01 +020083 version = "0.8.16",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020084 # buildifier: leave-alone
85 deps = [
Lorenz Brund141d182023-10-02 15:07:01 +020086 ":crossbeam_utils_build_script",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020087 "@raze__cfg_if__1_0_0//:cfg_if",
88 ],
89)
90
Lorenz Brund141d182023-10-02 15:07:01 +020091# Unsupported target "atomic_cell" with type "test" omitted
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020092
Lorenz Brund141d182023-10-02 15:07:01 +020093# Unsupported target "cache_padded" with type "test" omitted
94
95# Unsupported target "parker" with type "test" omitted
96
97# Unsupported target "sharded_lock" with type "test" omitted
98
99# Unsupported target "thread" with type "test" omitted
100
101# Unsupported target "wait_group" with type "test" omitted