blob: b3a79eb0eb949fee76f8b769a19be5c151972e9d [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_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_wasm_bindgen",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/bin/wasm-bindgen.rs",
data = [],
edition = "2018",
proc_macro_deps = [
"@rules_rust_wasm_bindgen__serde_derive__1_0_130//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=wasm-bindgen",
"manual",
],
version = "0.2.78",
# buildifier: leave-alone
deps = [
"@rules_rust_wasm_bindgen__anyhow__1_0_45//:anyhow",
"@rules_rust_wasm_bindgen__curl__0_4_40//:curl",
"@rules_rust_wasm_bindgen__docopt__1_1_1//:docopt",
"@rules_rust_wasm_bindgen__env_logger__0_8_4//:env_logger",
"@rules_rust_wasm_bindgen__log__0_4_14//:log",
"@rules_rust_wasm_bindgen__rouille__3_4_0//:rouille",
"@rules_rust_wasm_bindgen__serde__1_0_130//:serde",
"@rules_rust_wasm_bindgen__serde_json__1_0_69//:serde_json",
"@rules_rust_wasm_bindgen__walrus__0_19_0//:walrus",
"@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_78//:wasm_bindgen_cli_support",
"@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
],
)
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_wasm_bindgen_test_runner",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/bin/wasm-bindgen-test-runner/main.rs",
data = [],
edition = "2018",
proc_macro_deps = [
"@rules_rust_wasm_bindgen__serde_derive__1_0_130//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=wasm-bindgen-test-runner",
"manual",
],
version = "0.2.78",
# buildifier: leave-alone
deps = [
"@rules_rust_wasm_bindgen__anyhow__1_0_45//:anyhow",
"@rules_rust_wasm_bindgen__curl__0_4_40//:curl",
"@rules_rust_wasm_bindgen__docopt__1_1_1//:docopt",
"@rules_rust_wasm_bindgen__env_logger__0_8_4//:env_logger",
"@rules_rust_wasm_bindgen__log__0_4_14//:log",
"@rules_rust_wasm_bindgen__rouille__3_4_0//:rouille",
"@rules_rust_wasm_bindgen__serde__1_0_130//:serde",
"@rules_rust_wasm_bindgen__serde_json__1_0_69//:serde_json",
"@rules_rust_wasm_bindgen__walrus__0_19_0//:walrus",
"@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_78//:wasm_bindgen_cli_support",
"@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
],
)
rust_binary(
# Prefix bin name to disambiguate from (probable) collision with lib name
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_wasm2es6js",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/bin/wasm2es6js.rs",
data = [],
edition = "2018",
proc_macro_deps = [
"@rules_rust_wasm_bindgen__serde_derive__1_0_130//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=wasm2es6js",
"manual",
],
version = "0.2.78",
# buildifier: leave-alone
deps = [
"@rules_rust_wasm_bindgen__anyhow__1_0_45//:anyhow",
"@rules_rust_wasm_bindgen__curl__0_4_40//:curl",
"@rules_rust_wasm_bindgen__docopt__1_1_1//:docopt",
"@rules_rust_wasm_bindgen__env_logger__0_8_4//:env_logger",
"@rules_rust_wasm_bindgen__log__0_4_14//:log",
"@rules_rust_wasm_bindgen__rouille__3_4_0//:rouille",
"@rules_rust_wasm_bindgen__serde__1_0_130//:serde",
"@rules_rust_wasm_bindgen__serde_json__1_0_69//:serde_json",
"@rules_rust_wasm_bindgen__walrus__0_19_0//:walrus",
"@rules_rust_wasm_bindgen__wasm_bindgen_cli_support__0_2_78//:wasm_bindgen_cli_support",
"@rules_rust_wasm_bindgen__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
],
)
# Unsupported target "interface-types" with type "test" omitted
# Unsupported target "reference" with type "test" omitted
# Unsupported target "wasm-bindgen" with type "test" omitted