blob: 6deb2a81ebd0ed75b31a918c6516012dafa93ac6 [file] [log] [blame]
Adam Snaider1c095c92023-07-08 02:09:58 -04001###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6# bazel run @//3rdparty:crates_vendor
7###############################################################################
8
9load("@rules_rust//rust:defs.bzl", "rust_library")
10
11package(default_visibility = ["//visibility:public"])
12
13# licenses([
14# "TODO", # MIT/Apache-2.0
15# ])
16
17rust_library(
18 name = "cc",
19 srcs = glob(["**/*.rs"]),
20 compile_data = glob(
21 include = ["**"],
22 exclude = [
23 "**/* *",
24 "BUILD",
25 "BUILD.bazel",
26 "WORKSPACE",
27 "WORKSPACE.bazel",
28 ],
29 ),
30 crate_features = [
31 "jobserver",
32 "parallel",
33 ],
34 crate_root = "src/lib.rs",
35 edition = "2018",
36 rustc_flags = ["--cap-lints=allow"],
37 tags = [
38 "cargo-bazel",
39 "manual",
40 "noclippy",
41 "norustfmt",
42 ],
43 version = "1.0.73",
44 deps = [
45 "@ios_build__jobserver-0.1.25//:jobserver",
46 ],
47)