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//rust:defs.bzl", "rust_library") 10 11package(default_visibility = ["//visibility:public"]) 12 13rust_library( 14 name = "iana_time_zone", 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_features = [ 32 "fallback", 33 ], 34 crate_root = "src/lib.rs", 35 edition = "2018", 36 rustc_flags = [ 37 "--cap-lints=allow", 38 ], 39 tags = [ 40 "cargo-bazel", 41 "crate-name=iana-time-zone", 42 "manual", 43 "noclippy", 44 "norustfmt", 45 ], 46 target_compatible_with = select({ 47 "@rules_rust//rust/platform:aarch64-apple-darwin": [], 48 "@rules_rust//rust/platform:aarch64-apple-ios": [], 49 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 50 "@rules_rust//rust/platform:aarch64-fuchsia": [], 51 "@rules_rust//rust/platform:aarch64-linux-android": [], 52 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], 53 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 54 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 55 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], 56 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 57 "@rules_rust//rust/platform:armv7-linux-androideabi": [], 58 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 59 "@rules_rust//rust/platform:i686-apple-darwin": [], 60 "@rules_rust//rust/platform:i686-linux-android": [], 61 "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 62 "@rules_rust//rust/platform:i686-unknown-freebsd": [], 63 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 64 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 65 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], 66 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], 67 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 68 "@rules_rust//rust/platform:thumbv7em-none-eabi": [], 69 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], 70 "@rules_rust//rust/platform:wasm32-unknown-unknown": [], 71 "@rules_rust//rust/platform:wasm32-wasi": [], 72 "@rules_rust//rust/platform:x86_64-apple-darwin": [], 73 "@rules_rust//rust/platform:x86_64-apple-ios": [], 74 "@rules_rust//rust/platform:x86_64-fuchsia": [], 75 "@rules_rust//rust/platform:x86_64-linux-android": [], 76 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 77 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 78 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 79 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 80 "@rules_rust//rust/platform:x86_64-unknown-none": [], 81 "//conditions:default": ["@platforms//:incompatible"], 82 }), 83 version = "0.1.57", 84 deps = select({ 85 "@rules_rust//rust/platform:aarch64-apple-darwin": [ 86 "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) 87 ], 88 "@rules_rust//rust/platform:aarch64-apple-ios": [ 89 "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) 90 ], 91 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ 92 "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) 93 ], 94 "@rules_rust//rust/platform:aarch64-linux-android": [ 95 "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") 96 ], 97 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ 98 "@rules_rust_wasm_bindgen__windows-0.48.0//:windows", # cfg(target_os = "windows") 99 ], 100 "@rules_rust//rust/platform:armv7-linux-androideabi": [ 101 "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") 102 ], 103 "@rules_rust//rust/platform:i686-apple-darwin": [ 104 "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) 105 ], 106 "@rules_rust//rust/platform:i686-linux-android": [ 107 "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") 108 ], 109 "@rules_rust//rust/platform:i686-pc-windows-msvc": [ 110 "@rules_rust_wasm_bindgen__windows-0.48.0//:windows", # cfg(target_os = "windows") 111 ], 112 "@rules_rust//rust/platform:wasm32-unknown-unknown": [ 113 "@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") 114 "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") 115 ], 116 "@rules_rust//rust/platform:wasm32-wasi": [ 117 "@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") 118 "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") 119 ], 120 "@rules_rust//rust/platform:x86_64-apple-darwin": [ 121 "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) 122 ], 123 "@rules_rust//rust/platform:x86_64-apple-ios": [ 124 "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) 125 ], 126 "@rules_rust//rust/platform:x86_64-linux-android": [ 127 "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") 128 ], 129 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ 130 "@rules_rust_wasm_bindgen__windows-0.48.0//:windows", # cfg(target_os = "windows") 131 ], 132 "//conditions:default": [], 133 }), 134) 135