1############################################################################### 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 @//vendor_local_manifests:crates_vendor 7############################################################################### 8 9load("@rules_rust//rust:defs.bzl", "rust_library") 10 11package(default_visibility = ["//visibility:public"]) 12 13rust_library( 14 name = "tempfile", 15 srcs = glob( 16 include = ["**/*.rs"], 17 allow_empty = False, 18 ), 19 compile_data = glob( 20 include = ["**"], 21 allow_empty = True, 22 exclude = [ 23 "**/* *", 24 ".tmp_git_root/**/*", 25 "BUILD", 26 "BUILD.bazel", 27 "WORKSPACE", 28 "WORKSPACE.bazel", 29 ], 30 ), 31 crate_root = "src/lib.rs", 32 edition = "2021", 33 rustc_flags = [ 34 "--cap-lints=allow", 35 ], 36 tags = [ 37 "cargo-bazel", 38 "crate-name=tempfile", 39 "manual", 40 "noclippy", 41 "norustfmt", 42 ], 43 target_compatible_with = select({ 44 "@rules_rust//rust/platform:aarch64-apple-darwin": [], 45 "@rules_rust//rust/platform:aarch64-apple-ios": [], 46 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 47 "@rules_rust//rust/platform:aarch64-fuchsia": [], 48 "@rules_rust//rust/platform:aarch64-linux-android": [], 49 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], 50 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 51 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 52 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], 53 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 54 "@rules_rust//rust/platform:armv7-linux-androideabi": [], 55 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 56 "@rules_rust//rust/platform:i686-apple-darwin": [], 57 "@rules_rust//rust/platform:i686-linux-android": [], 58 "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 59 "@rules_rust//rust/platform:i686-unknown-freebsd": [], 60 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 61 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 62 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], 63 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], 64 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 65 "@rules_rust//rust/platform:thumbv7em-none-eabi": [], 66 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], 67 "@rules_rust//rust/platform:wasm32-unknown-unknown": [], 68 "@rules_rust//rust/platform:wasm32-wasi": [], 69 "@rules_rust//rust/platform:x86_64-apple-darwin": [], 70 "@rules_rust//rust/platform:x86_64-apple-ios": [], 71 "@rules_rust//rust/platform:x86_64-fuchsia": [], 72 "@rules_rust//rust/platform:x86_64-linux-android": [], 73 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 74 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 75 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 76 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 77 "@rules_rust//rust/platform:x86_64-unknown-none": [], 78 "//conditions:default": ["@platforms//:incompatible"], 79 }), 80 version = "3.12.0", 81 deps = [ 82 "//vendor_local_manifests/crates/cfg-if-1.0.0:cfg_if", 83 "//vendor_local_manifests/crates/fastrand-2.1.0:fastrand", 84 "//vendor_local_manifests/crates/once_cell-1.19.0:once_cell", 85 ] + select({ 86 "@rules_rust//rust/platform:aarch64-apple-darwin": [ 87 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 88 ], 89 "@rules_rust//rust/platform:aarch64-apple-ios": [ 90 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 91 ], 92 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ 93 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 94 ], 95 "@rules_rust//rust/platform:aarch64-fuchsia": [ 96 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 97 ], 98 "@rules_rust//rust/platform:aarch64-linux-android": [ 99 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 100 ], 101 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 102 "//vendor_local_manifests/crates/windows-sys-0.59.0:windows_sys", # cfg(windows) 103 ], 104 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ 105 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 106 ], 107 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ 108 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 109 ], 110 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ 111 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 112 ], 113 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ 114 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 115 ], 116 "@rules_rust//rust/platform:armv7-linux-androideabi": [ 117 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 118 ], 119 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ 120 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 121 ], 122 "@rules_rust//rust/platform:i686-apple-darwin": [ 123 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 124 ], 125 "@rules_rust//rust/platform:i686-linux-android": [ 126 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 127 ], 128 "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 129 "//vendor_local_manifests/crates/windows-sys-0.59.0:windows_sys", # cfg(windows) 130 ], 131 "@rules_rust//rust/platform:i686-unknown-freebsd": [ 132 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 133 ], 134 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ 135 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 136 ], 137 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ 138 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 139 ], 140 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ 141 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 142 ], 143 "@rules_rust//rust/platform:wasm32-wasi": [ 144 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 145 ], 146 "@rules_rust//rust/platform:x86_64-apple-darwin": [ 147 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 148 ], 149 "@rules_rust//rust/platform:x86_64-apple-ios": [ 150 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 151 ], 152 "@rules_rust//rust/platform:x86_64-fuchsia": [ 153 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 154 ], 155 "@rules_rust//rust/platform:x86_64-linux-android": [ 156 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 157 ], 158 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ 159 "//vendor_local_manifests/crates/windows-sys-0.59.0:windows_sys", # cfg(windows) 160 ], 161 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ 162 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 163 ], 164 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ 165 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 166 ], 167 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ 168 "//vendor_local_manifests/crates/rustix-0.38.34:rustix", # cfg(any(unix, target_os = "wasi")) 169 ], 170 "//conditions:default": [], 171 }), 172) 173