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 @//proto/protobuf/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 = "crossbeam_epoch", 16 srcs = glob( 17 include = ["**/*.rs"], 18 allow_empty = False, 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_features = [ 33 "default", 34 "lazy_static", 35 "std", 36 ], 37 crate_root = "src/lib.rs", 38 edition = "2015", 39 rustc_flags = [ 40 "--cap-lints=allow", 41 ], 42 tags = [ 43 "cargo-bazel", 44 "crate-name=crossbeam-epoch", 45 "manual", 46 "noclippy", 47 "norustfmt", 48 ], 49 target_compatible_with = select({ 50 "@rules_rust//rust/platform:aarch64-apple-darwin": [], 51 "@rules_rust//rust/platform:aarch64-apple-ios": [], 52 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 53 "@rules_rust//rust/platform:aarch64-fuchsia": [], 54 "@rules_rust//rust/platform:aarch64-linux-android": [], 55 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], 56 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 57 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 58 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], 59 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 60 "@rules_rust//rust/platform:armv7-linux-androideabi": [], 61 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 62 "@rules_rust//rust/platform:i686-apple-darwin": [], 63 "@rules_rust//rust/platform:i686-linux-android": [], 64 "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 65 "@rules_rust//rust/platform:i686-unknown-freebsd": [], 66 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 67 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 68 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], 69 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], 70 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 71 "@rules_rust//rust/platform:thumbv7em-none-eabi": [], 72 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], 73 "@rules_rust//rust/platform:wasm32-unknown-unknown": [], 74 "@rules_rust//rust/platform:wasm32-wasi": [], 75 "@rules_rust//rust/platform:x86_64-apple-darwin": [], 76 "@rules_rust//rust/platform:x86_64-apple-ios": [], 77 "@rules_rust//rust/platform:x86_64-fuchsia": [], 78 "@rules_rust//rust/platform:x86_64-linux-android": [], 79 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 80 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 81 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 82 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 83 "@rules_rust//rust/platform:x86_64-unknown-none": [], 84 "//conditions:default": ["@platforms//:incompatible"], 85 }), 86 version = "0.8.2", 87 deps = [ 88 "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", 89 "@rules_rust_proto__crossbeam-epoch-0.8.2//:build_script_build", 90 "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", 91 "@rules_rust_proto__lazy_static-1.4.0//:lazy_static", 92 "@rules_rust_proto__maybe-uninit-2.0.0//:maybe_uninit", 93 "@rules_rust_proto__memoffset-0.5.6//:memoffset", 94 "@rules_rust_proto__scopeguard-1.1.0//:scopeguard", 95 ], 96) 97 98cargo_build_script( 99 name = "crossbeam-epoch_bs", 100 srcs = glob( 101 include = ["**/*.rs"], 102 allow_empty = False, 103 ), 104 crate_features = [ 105 "default", 106 "lazy_static", 107 "std", 108 ], 109 crate_name = "build_script_build", 110 crate_root = "build.rs", 111 data = glob( 112 include = ["**"], 113 allow_empty = True, 114 exclude = [ 115 "**/* *", 116 ".tmp_git_root/**/*", 117 "BUILD", 118 "BUILD.bazel", 119 "WORKSPACE", 120 "WORKSPACE.bazel", 121 ], 122 ), 123 edition = "2015", 124 rustc_flags = [ 125 "--cap-lints=allow", 126 ], 127 tags = [ 128 "cargo-bazel", 129 "crate-name=crossbeam-epoch", 130 "manual", 131 "noclippy", 132 "norustfmt", 133 ], 134 version = "0.8.2", 135 visibility = ["//visibility:private"], 136 deps = [ 137 "@rules_rust_proto__autocfg-1.1.0//:autocfg", 138 ], 139) 140 141alias( 142 name = "build_script_build", 143 actual = ":crossbeam-epoch_bs", 144 tags = ["manual"], 145) 146