blob: a32fd401f003f44ed8708e4fbff12bee9ba7023b [file] [log] [blame]
Chris Frantzfd4a5492023-02-13 18:06:11 +00001###############################################################################
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 //third_party/rust:crate_index
7###############################################################################
8
9load("@rules_rust//rust:defs.bzl", "rust_library")
10
11package(default_visibility = ["//visibility:public"])
12
13# licenses([
14# "TODO", # BSD-2-Clause
15# ])
16
17rust_library(
18 name = "mach",
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 "default",
32 ],
33 crate_root = "src/lib.rs",
34 edition = "2015",
35 rustc_flags = ["--cap-lints=allow"],
36 tags = [
37 "cargo-bazel",
38 "crate-name=mach",
39 "manual",
40 "noclippy",
41 "norustfmt",
42 ],
43 version = "0.3.2",
44 deps = select({
45 "@rules_rust//rust/platform:aarch64-apple-darwin": [
46 "@crate_index__libc-0.2.139//:libc", # cfg(any(target_os = "macos", target_os = "ios"))
47 ],
48 "@rules_rust//rust/platform:aarch64-apple-ios": [
49 "@crate_index__libc-0.2.139//:libc", # cfg(any(target_os = "macos", target_os = "ios"))
50 ],
51 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
52 "@crate_index__libc-0.2.139//:libc", # cfg(any(target_os = "macos", target_os = "ios"))
53 ],
54 "@rules_rust//rust/platform:i686-apple-darwin": [
55 "@crate_index__libc-0.2.139//:libc", # cfg(any(target_os = "macos", target_os = "ios"))
56 ],
57 "@rules_rust//rust/platform:x86_64-apple-darwin": [
58 "@crate_index__libc-0.2.139//:libc", # cfg(any(target_os = "macos", target_os = "ios"))
59 ],
60 "@rules_rust//rust/platform:x86_64-apple-ios": [
61 "@crate_index__libc-0.2.139//:libc", # cfg(any(target_os = "macos", target_os = "ios"))
62 ],
63 "//conditions:default": [],
64 }),
65)