blob: b8fe72efdd85545b384acd5806f44b466f321e2a [file] [log] [blame]
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//wasm_bindgen/raze", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
rust_library(
name = "wasm_bindgen_cli_support",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=wasm-bindgen-cli-support",
"manual",
],
version = "0.2.78",
# buildifier: leave-alone
deps = [
"@rules_rust_wasm_bindgen__anyhow__1_0_45//:anyhow",
"@rules_rust_wasm_bindgen__base64__0_9_3//:base64",
"@rules_rust_wasm_bindgen__log__0_4_14//:log",
"@rules_rust_wasm_bindgen__rustc_demangle__0_1_21//:rustc_demangle",
"@rules_rust_wasm_bindgen__serde_json__1_0_69//:serde_json",
"@rules_rust_wasm_bindgen__tempfile__3_2_0//:tempfile",
"@rules_rust_wasm_bindgen__walrus__0_19_0//:walrus",
"@rules_rust_wasm_bindgen__wasm_bindgen_externref_xform__0_2_78//:wasm_bindgen_externref_xform",
"@rules_rust_wasm_bindgen__wasm_bindgen_multi_value_xform__0_2_78//:wasm_bindgen_multi_value_xform",
"@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
"@rules_rust_wasm_bindgen__wasm_bindgen_threads_xform__0_2_78//:wasm_bindgen_threads_xform",
"@rules_rust_wasm_bindgen__wasm_bindgen_wasm_conventions__0_2_78//:wasm_bindgen_wasm_conventions",
"@rules_rust_wasm_bindgen__wasm_bindgen_wasm_interpreter__0_2_78//:wasm_bindgen_wasm_interpreter",
"@rules_rust_wasm_bindgen__wit_text__0_8_0//:wit_text",
"@rules_rust_wasm_bindgen__wit_validator__0_2_1//:wit_validator",
"@rules_rust_wasm_bindgen__wit_walrus__0_6_0//:wit_walrus",
],
)