blob: 60573eaee15592d741b9a8d412ae5e6228fd5081 [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(
13 "@rules_rust//rust:rust.bzl",
14 "rust_binary",
15 "rust_library",
16 "rust_test",
17)
18
19package(default_visibility = [
20 # Public for visibility by "@raze__crate__version//" targets.
21 #
22 # Prefer access through "//third_party/rust/cargo", which limits external
23 # visibility to explicit Cargo.toml dependencies.
24 "//visibility:public",
25])
26
27licenses([
28 "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
29])
30
31# Generated Targets
32
33# Unsupported target "enum-default" with type "example" omitted
34
35# Unsupported target "enum-default-expanded" with type "example" omitted
36
37# Unsupported target "not_unpin" with type "example" omitted
38
39# Unsupported target "not_unpin-expanded" with type "example" omitted
40
41# Unsupported target "pinned_drop" with type "example" omitted
42
43# Unsupported target "pinned_drop-expanded" with type "example" omitted
44
45# Unsupported target "project_replace" with type "example" omitted
46
47# Unsupported target "project_replace-expanded" with type "example" omitted
48
49# Unsupported target "struct-default" with type "example" omitted
50
51# Unsupported target "struct-default-expanded" with type "example" omitted
52
53# Unsupported target "unsafe_unpin" with type "example" omitted
54
55# Unsupported target "unsafe_unpin-expanded" with type "example" omitted
56
57rust_library(
58 name = "pin_project",
59 srcs = glob(["**/*.rs"]),
60 crate_features = [
61 ],
62 crate_root = "src/lib.rs",
63 crate_type = "lib",
64 data = [],
65 edition = "2018",
66 proc_macro_deps = [
67 "@raze__pin_project_internal__1_0_7//:pin_project_internal",
68 ],
69 rustc_flags = [
70 "--cap-lints=allow",
71 ],
72 tags = [
73 "cargo-raze",
74 "manual",
75 ],
76 version = "1.0.7",
77 # buildifier: leave-alone
78 deps = [
79 ],
80)
81
82# Unsupported target "cfg" with type "test" omitted
83
84# Unsupported target "compiletest" with type "test" omitted
85
86# Unsupported target "drop_order" with type "test" omitted
87
88# Unsupported target "expandtest" with type "test" omitted
89
90# Unsupported target "lint" with type "test" omitted
91
92# Unsupported target "pin_project" with type "test" omitted
93
94# Unsupported target "pinned_drop" with type "test" omitted
95
96# Unsupported target "proper_unpin" with type "test" omitted
97
98# Unsupported target "repr_packed" with type "test" omitted
99
100# Unsupported target "unsafe_unpin" with type "test" omitted