blob: 95893b47b19e5dbf66454c8448e9258fb6ab1db9 [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
###############################################################################
load(
"@rules_rust//rust:defs.bzl",
"rust_library",
)
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT/Apache-2.0
# ])
rust_library(
name = "walrus",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"parallel",
"rayon",
],
crate_root = "src/lib.rs",
edition = "2018",
proc_macro_deps = [
"@rules_rust_wasm_bindgen__walrus-macro-0.19.0//:walrus_macro",
],
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.19.0",
deps = [
"@rules_rust_wasm_bindgen__anyhow-1.0.68//:anyhow",
"@rules_rust_wasm_bindgen__id-arena-2.2.1//:id_arena",
"@rules_rust_wasm_bindgen__leb128-0.2.5//:leb128",
"@rules_rust_wasm_bindgen__log-0.4.17//:log",
"@rules_rust_wasm_bindgen__rayon-1.6.1//:rayon",
"@rules_rust_wasm_bindgen__wasmparser-0.77.0//:wasmparser",
],
)