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 @//wasm_bindgen/3rdparty:crates_vendor 7############################################################################### 8 9load("@rules_rust//cargo:defs.bzl", "cargo_build_script") 10load("@rules_rust//rust:defs.bzl", "rust_library") 11 12package(default_visibility = ["//visibility:public"]) 13 14rust_library( 15 name = "tempfile", 16 srcs = glob( 17 include = ["**/*.rs"], 18 allow_empty = True, 19 ), 20 compile_data = glob( 21 include = ["**"], 22 allow_empty = True, 23 exclude = [ 24 "**/* *", 25 ".tmp_git_root/**/*", 26 "BUILD", 27 "BUILD.bazel", 28 "WORKSPACE", 29 "WORKSPACE.bazel", 30 ], 31 ), 32 crate_root = "src/lib.rs", 33 edition = "2018", 34 rustc_flags = [ 35 "--cap-lints=allow", 36 ], 37 tags = [ 38 "cargo-bazel", 39 "crate-name=tempfile", 40 "manual", 41 "noclippy", 42 "norustfmt", 43 ], 44 target_compatible_with = select({ 45 "@rules_rust//rust/platform:aarch64-apple-darwin": [], 46 "@rules_rust//rust/platform:aarch64-apple-ios": [], 47 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 48 "@rules_rust//rust/platform:aarch64-fuchsia": [], 49 "@rules_rust//rust/platform:aarch64-linux-android": [], 50 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], 51 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 52 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 53 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], 54 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 55 "@rules_rust//rust/platform:armv7-linux-androideabi": [], 56 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 57 "@rules_rust//rust/platform:i686-apple-darwin": [], 58 "@rules_rust//rust/platform:i686-linux-android": [], 59 "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 60 "@rules_rust//rust/platform:i686-unknown-freebsd": [], 61 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 62 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 63 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], 64 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], 65 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 66 "@rules_rust//rust/platform:thumbv7em-none-eabi": [], 67 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], 68 "@rules_rust//rust/platform:wasm32-unknown-unknown": [], 69 "@rules_rust//rust/platform:wasm32-wasi": [], 70 "@rules_rust//rust/platform:x86_64-apple-darwin": [], 71 "@rules_rust//rust/platform:x86_64-apple-ios": [], 72 "@rules_rust//rust/platform:x86_64-fuchsia": [], 73 "@rules_rust//rust/platform:x86_64-linux-android": [], 74 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 75 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 76 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 77 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 78 "@rules_rust//rust/platform:x86_64-unknown-none": [], 79 "//conditions:default": ["@platforms//:incompatible"], 80 }), 81 version = "3.6.0", 82 deps = [ 83 "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", 84 "@rules_rust_wasm_bindgen__fastrand-1.9.0//:fastrand", 85 "@rules_rust_wasm_bindgen__tempfile-3.6.0//:build_script_build", 86 ] + select({ 87 "@rules_rust//rust/platform:aarch64-apple-darwin": [ 88 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 89 ], 90 "@rules_rust//rust/platform:aarch64-apple-ios": [ 91 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 92 ], 93 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ 94 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 95 ], 96 "@rules_rust//rust/platform:aarch64-fuchsia": [ 97 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 98 ], 99 "@rules_rust//rust/platform:aarch64-linux-android": [ 100 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 101 ], 102 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 103 "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) 104 ], 105 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ 106 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 107 ], 108 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ 109 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 110 ], 111 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ 112 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 113 ], 114 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ 115 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 116 ], 117 "@rules_rust//rust/platform:armv7-linux-androideabi": [ 118 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 119 ], 120 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ 121 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 122 ], 123 "@rules_rust//rust/platform:i686-apple-darwin": [ 124 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 125 ], 126 "@rules_rust//rust/platform:i686-linux-android": [ 127 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 128 ], 129 "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 130 "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) 131 ], 132 "@rules_rust//rust/platform:i686-unknown-freebsd": [ 133 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 134 ], 135 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ 136 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 137 ], 138 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ 139 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 140 ], 141 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ 142 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 143 ], 144 "@rules_rust//rust/platform:wasm32-wasi": [ 145 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 146 ], 147 "@rules_rust//rust/platform:x86_64-apple-darwin": [ 148 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 149 ], 150 "@rules_rust//rust/platform:x86_64-apple-ios": [ 151 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 152 ], 153 "@rules_rust//rust/platform:x86_64-fuchsia": [ 154 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 155 ], 156 "@rules_rust//rust/platform:x86_64-linux-android": [ 157 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 158 ], 159 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ 160 "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) 161 ], 162 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ 163 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 164 ], 165 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ 166 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 167 ], 168 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ 169 "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) 170 ], 171 "//conditions:default": [], 172 }), 173) 174 175cargo_build_script( 176 name = "_bs", 177 srcs = glob( 178 include = ["**/*.rs"], 179 allow_empty = True, 180 ), 181 crate_name = "build_script_build", 182 crate_root = "build.rs", 183 data = glob( 184 include = ["**"], 185 allow_empty = True, 186 exclude = [ 187 "**/* *", 188 ".tmp_git_root/**/*", 189 "BUILD", 190 "BUILD.bazel", 191 "WORKSPACE", 192 "WORKSPACE.bazel", 193 ], 194 ), 195 edition = "2018", 196 pkg_name = "tempfile", 197 rustc_flags = [ 198 "--cap-lints=allow", 199 ], 200 tags = [ 201 "cargo-bazel", 202 "crate-name=tempfile", 203 "manual", 204 "noclippy", 205 "norustfmt", 206 ], 207 version = "3.6.0", 208 visibility = ["//visibility:private"], 209 deps = [ 210 "@rules_rust_wasm_bindgen__autocfg-1.1.0//:autocfg", 211 ], 212) 213 214alias( 215 name = "build_script_build", 216 actual = ":_bs", 217 tags = ["manual"], 218) 219