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 @//tools/rust_analyzer/3rdparty:crates_vendor 7############################################################################### 8 9load("@rules_rust//rust:defs.bzl", "rust_library") 10 11package(default_visibility = ["//visibility:public"]) 12 13rust_library( 14 name = "is_terminal", 15 srcs = glob( 16 include = ["**/*.rs"], 17 allow_empty = True, 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 = "2018", 33 rustc_flags = [ 34 "--cap-lints=allow", 35 ], 36 tags = [ 37 "cargo-bazel", 38 "crate-name=is-terminal", 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-pc-windows-msvc": [], 46 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 47 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 48 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 49 "@rules_rust//rust/platform:armv7-linux-androideabi": [], 50 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 51 "@rules_rust//rust/platform:i686-apple-darwin": [], 52 "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 53 "@rules_rust//rust/platform:i686-unknown-freebsd": [], 54 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 55 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 56 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 57 "@rules_rust//rust/platform:x86_64-apple-darwin": [], 58 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 59 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 60 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 61 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 62 "//conditions:default": ["@platforms//:incompatible"], 63 }), 64 version = "0.4.7", 65 deps = [ 66 "@rrra__io-lifetimes-1.0.11//:io_lifetimes", 67 ] + select({ 68 "@rules_rust//rust/platform:aarch64-apple-darwin": [ 69 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 70 ], 71 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 72 "@rrra__windows-sys-0.48.0//:windows_sys", # cfg(windows) 73 ], 74 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ 75 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 76 ], 77 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ 78 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 79 ], 80 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ 81 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 82 ], 83 "@rules_rust//rust/platform:armv7-linux-androideabi": [ 84 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 85 ], 86 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ 87 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 88 ], 89 "@rules_rust//rust/platform:i686-apple-darwin": [ 90 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 91 ], 92 "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 93 "@rrra__windows-sys-0.48.0//:windows_sys", # cfg(windows) 94 ], 95 "@rules_rust//rust/platform:i686-unknown-freebsd": [ 96 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 97 ], 98 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ 99 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 100 ], 101 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ 102 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 103 ], 104 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ 105 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 106 ], 107 "@rules_rust//rust/platform:x86_64-apple-darwin": [ 108 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 109 ], 110 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ 111 "@rrra__windows-sys-0.48.0//:windows_sys", # cfg(windows) 112 ], 113 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ 114 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 115 ], 116 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ 117 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 118 ], 119 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ 120 "@rrra__rustix-0.37.23//:rustix", # cfg(not(any(windows, target_os = "hermit", target_os = "unknown"))) 121 ], 122 "//conditions:default": [], 123 }), 124) 125