blob: 5b14a19b96f71f340ade1d5ad9ec588fb41de4b8 [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", # Apache-2.0 from expression "Apache-2.0 OR MIT"
30])
31
32# Generated Targets
33
34# Unsupported target "enum-default" with type "example" omitted
35
36# Unsupported target "enum-default-expanded" with type "example" omitted
37
38# Unsupported target "not_unpin" with type "example" omitted
39
40# Unsupported target "not_unpin-expanded" with type "example" omitted
41
42# Unsupported target "pinned_drop" with type "example" omitted
43
44# Unsupported target "pinned_drop-expanded" with type "example" omitted
45
46# Unsupported target "project_replace" with type "example" omitted
47
48# Unsupported target "project_replace-expanded" with type "example" omitted
49
50# Unsupported target "struct-default" with type "example" omitted
51
52# Unsupported target "struct-default-expanded" with type "example" omitted
53
54# Unsupported target "unsafe_unpin" with type "example" omitted
55
56# Unsupported target "unsafe_unpin-expanded" with type "example" omitted
57
58rust_library(
59 name = "pin_project",
60 srcs = glob(["**/*.rs"]),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020061 crate_root = "src/lib.rs",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020062 data = [],
63 edition = "2018",
64 proc_macro_deps = [
Leopold2aa8b182023-01-14 23:31:43 +010065 "@raze__pin_project_internal__1_0_12//:pin_project_internal",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020066 ],
67 rustc_flags = [
68 "--cap-lints=allow",
69 ],
70 tags = [
71 "cargo-raze",
Leopold2aa8b182023-01-14 23:31:43 +010072 "crate-name=pin-project",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020073 "manual",
74 ],
Leopold2aa8b182023-01-14 23:31:43 +010075 version = "1.0.12",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020076 # buildifier: leave-alone
77 deps = [
78 ],
79)
80
81# Unsupported target "cfg" with type "test" omitted
82
83# Unsupported target "compiletest" with type "test" omitted
84
85# Unsupported target "drop_order" with type "test" omitted
86
87# Unsupported target "expandtest" with type "test" omitted
88
89# Unsupported target "lint" with type "test" omitted
90
91# Unsupported target "pin_project" with type "test" omitted
92
93# Unsupported target "pinned_drop" with type "test" omitted
94
95# Unsupported target "proper_unpin" with type "test" omitted
96
97# Unsupported target "repr_packed" with type "test" omitted
98
99# Unsupported target "unsafe_unpin" with type "test" omitted