blob: 3639ba1c895fef81b162aa914fc644d6a7e54801 [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //wasm_bindgen/3rdparty:crates_vendor
###############################################################################
# buildifier: disable=bzl-visibility
load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or")
load(
"@rules_rust//rust:defs.bzl",
"rust_library",
)
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT OR Apache-2.0
# ])
rust_library(
name = "iana_time_zone",
srcs = glob(
include = [
"**/*.rs",
],
exclude = [
],
),
aliases = select({
"//conditions:default": {
},
}),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD.bazel",
"BUILD",
"WORKSPACE.bazel",
"WORKSPACE",
],
) + select_with_or({
"//conditions:default": [
],
}),
crate_features = [
"fallback",
],
crate_root = "src/lib.rs",
data = select_with_or({
"//conditions:default": [
],
}),
edition = "2018",
proc_macro_deps = [
] + select({
"//conditions:default": [
],
}),
rustc_env = {
},
rustc_env_files = select_with_or({
"//conditions:default": [
],
}),
rustc_flags = [
# In most cases, warnings in 3rd party crates are not interesting as
# they're out of the control of consumers. The flag here silences
# warnings. For more details see:
# https://doc.rust-lang.org/rustc/lints/levels.html
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.1.53",
deps = [
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.3//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))
],
"@rules_rust//rust/platform:aarch64-apple-ios": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.3//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))
],
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.3//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))
],
"@rules_rust//rust/platform:aarch64-linux-android": [
"@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android")
],
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
"@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(target_os = "windows")
],
"@rules_rust//rust/platform:armv7-linux-androideabi": [
"@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android")
],
"@rules_rust//rust/platform:i686-apple-darwin": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.3//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))
],
"@rules_rust//rust/platform:i686-linux-android": [
"@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android")
],
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
"@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(target_os = "windows")
],
"@rules_rust//rust/platform:wasm32-unknown-unknown": [
"@rules_rust_wasm_bindgen__js-sys-0.3.60//:js_sys", # cfg(target_arch = "wasm32")
"@rules_rust_wasm_bindgen__wasm-bindgen-0.2.83//:wasm_bindgen", # cfg(target_arch = "wasm32")
],
"@rules_rust//rust/platform:wasm32-wasi": [
"@rules_rust_wasm_bindgen__js-sys-0.3.60//:js_sys", # cfg(target_arch = "wasm32")
"@rules_rust_wasm_bindgen__wasm-bindgen-0.2.83//:wasm_bindgen", # cfg(target_arch = "wasm32")
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.3//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))
],
"@rules_rust//rust/platform:x86_64-apple-ios": [
"@rules_rust_wasm_bindgen__core-foundation-sys-0.8.3//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios"))
],
"@rules_rust//rust/platform:x86_64-linux-android": [
"@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android")
],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
"@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(target_os = "windows")
],
"//conditions:default": [
],
}),
)