1*d4726bddSHONG Yifan############################################################################### 2*d4726bddSHONG Yifan# @generated 3*d4726bddSHONG Yifan# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 4*d4726bddSHONG Yifan# regenerate this file, run the following: 5*d4726bddSHONG Yifan# 6*d4726bddSHONG Yifan# bazel run @//bindgen/3rdparty:crates_vendor 7*d4726bddSHONG Yifan############################################################################### 8*d4726bddSHONG Yifan 9*d4726bddSHONG Yifanload("@rules_rust//rust:defs.bzl", "rust_library") 10*d4726bddSHONG Yifan 11*d4726bddSHONG Yifanpackage(default_visibility = ["//visibility:public"]) 12*d4726bddSHONG Yifan 13*d4726bddSHONG Yifanrust_library( 14*d4726bddSHONG Yifan name = "errno", 15*d4726bddSHONG Yifan srcs = glob( 16*d4726bddSHONG Yifan include = ["**/*.rs"], 17*d4726bddSHONG Yifan allow_empty = True, 18*d4726bddSHONG Yifan ), 19*d4726bddSHONG Yifan compile_data = glob( 20*d4726bddSHONG Yifan include = ["**"], 21*d4726bddSHONG Yifan allow_empty = True, 22*d4726bddSHONG Yifan exclude = [ 23*d4726bddSHONG Yifan "**/* *", 24*d4726bddSHONG Yifan ".tmp_git_root/**/*", 25*d4726bddSHONG Yifan "BUILD", 26*d4726bddSHONG Yifan "BUILD.bazel", 27*d4726bddSHONG Yifan "WORKSPACE", 28*d4726bddSHONG Yifan "WORKSPACE.bazel", 29*d4726bddSHONG Yifan ], 30*d4726bddSHONG Yifan ), 31*d4726bddSHONG Yifan crate_root = "src/lib.rs", 32*d4726bddSHONG Yifan edition = "2018", 33*d4726bddSHONG Yifan rustc_flags = [ 34*d4726bddSHONG Yifan "--cap-lints=allow", 35*d4726bddSHONG Yifan ], 36*d4726bddSHONG Yifan tags = [ 37*d4726bddSHONG Yifan "cargo-bazel", 38*d4726bddSHONG Yifan "crate-name=errno", 39*d4726bddSHONG Yifan "manual", 40*d4726bddSHONG Yifan "noclippy", 41*d4726bddSHONG Yifan "norustfmt", 42*d4726bddSHONG Yifan ], 43*d4726bddSHONG Yifan target_compatible_with = select({ 44*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-apple-darwin": [], 45*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-apple-ios": [], 46*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 47*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-fuchsia": [], 48*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-linux-android": [], 49*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], 50*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 51*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 52*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], 53*d4726bddSHONG Yifan "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 54*d4726bddSHONG Yifan "@rules_rust//rust/platform:armv7-linux-androideabi": [], 55*d4726bddSHONG Yifan "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 56*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-apple-darwin": [], 57*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-linux-android": [], 58*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 59*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-unknown-freebsd": [], 60*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 61*d4726bddSHONG Yifan "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 62*d4726bddSHONG Yifan "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], 63*d4726bddSHONG Yifan "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], 64*d4726bddSHONG Yifan "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 65*d4726bddSHONG Yifan "@rules_rust//rust/platform:thumbv7em-none-eabi": [], 66*d4726bddSHONG Yifan "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], 67*d4726bddSHONG Yifan "@rules_rust//rust/platform:wasm32-unknown-unknown": [], 68*d4726bddSHONG Yifan "@rules_rust//rust/platform:wasm32-wasi": [], 69*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-apple-darwin": [], 70*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-apple-ios": [], 71*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-fuchsia": [], 72*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-linux-android": [], 73*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 74*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 75*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 76*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 77*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-none": [], 78*d4726bddSHONG Yifan "//conditions:default": ["@platforms//:incompatible"], 79*d4726bddSHONG Yifan }), 80*d4726bddSHONG Yifan version = "0.3.1", 81*d4726bddSHONG Yifan deps = select({ 82*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-apple-darwin": [ 83*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 84*d4726bddSHONG Yifan ], 85*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-apple-ios": [ 86*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 87*d4726bddSHONG Yifan ], 88*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ 89*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 90*d4726bddSHONG Yifan ], 91*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-fuchsia": [ 92*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 93*d4726bddSHONG Yifan ], 94*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-linux-android": [ 95*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 96*d4726bddSHONG Yifan ], 97*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 98*d4726bddSHONG Yifan "@rules_rust_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) 99*d4726bddSHONG Yifan ], 100*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ 101*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 102*d4726bddSHONG Yifan ], 103*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ 104*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 105*d4726bddSHONG Yifan ], 106*d4726bddSHONG Yifan "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ 107*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 108*d4726bddSHONG Yifan ], 109*d4726bddSHONG Yifan "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ 110*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 111*d4726bddSHONG Yifan ], 112*d4726bddSHONG Yifan "@rules_rust//rust/platform:armv7-linux-androideabi": [ 113*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 114*d4726bddSHONG Yifan ], 115*d4726bddSHONG Yifan "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ 116*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 117*d4726bddSHONG Yifan ], 118*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-apple-darwin": [ 119*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 120*d4726bddSHONG Yifan ], 121*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-linux-android": [ 122*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 123*d4726bddSHONG Yifan ], 124*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 125*d4726bddSHONG Yifan "@rules_rust_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) 126*d4726bddSHONG Yifan ], 127*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-unknown-freebsd": [ 128*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 129*d4726bddSHONG Yifan ], 130*d4726bddSHONG Yifan "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ 131*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 132*d4726bddSHONG Yifan ], 133*d4726bddSHONG Yifan "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ 134*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 135*d4726bddSHONG Yifan ], 136*d4726bddSHONG Yifan "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ 137*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 138*d4726bddSHONG Yifan ], 139*d4726bddSHONG Yifan "@rules_rust//rust/platform:wasm32-wasi": [ 140*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(target_os = "wasi") 141*d4726bddSHONG Yifan ], 142*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-apple-darwin": [ 143*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 144*d4726bddSHONG Yifan ], 145*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-apple-ios": [ 146*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 147*d4726bddSHONG Yifan ], 148*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-fuchsia": [ 149*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 150*d4726bddSHONG Yifan ], 151*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-linux-android": [ 152*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 153*d4726bddSHONG Yifan ], 154*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ 155*d4726bddSHONG Yifan "@rules_rust_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) 156*d4726bddSHONG Yifan ], 157*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ 158*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 159*d4726bddSHONG Yifan ], 160*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ 161*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 162*d4726bddSHONG Yifan ], 163*d4726bddSHONG Yifan "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ 164*d4726bddSHONG Yifan "@rules_rust_bindgen__libc-0.2.146//:libc", # cfg(unix) 165*d4726bddSHONG Yifan ], 166*d4726bddSHONG Yifan "//conditions:default": [], 167*d4726bddSHONG Yifan }), 168*d4726bddSHONG Yifan) 169