blob: e05795704a3820a6d6febe120151aedb68ed0032 [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 OR Apache-2.0
# ])
rust_library(
name = "multipart",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"buf_redux",
"httparse",
"quick-error",
"safemem",
"server",
"twoway",
],
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.18.0",
deps = [
"@rules_rust_wasm_bindgen__buf_redux-0.8.4//:buf_redux",
"@rules_rust_wasm_bindgen__httparse-1.8.0//:httparse",
"@rules_rust_wasm_bindgen__log-0.4.17//:log",
"@rules_rust_wasm_bindgen__mime-0.3.16//:mime",
"@rules_rust_wasm_bindgen__mime_guess-2.0.4//:mime_guess",
"@rules_rust_wasm_bindgen__quick-error-1.2.3//:quick_error",
"@rules_rust_wasm_bindgen__rand-0.8.5//:rand",
"@rules_rust_wasm_bindgen__safemem-0.3.3//:safemem",
"@rules_rust_wasm_bindgen__tempfile-3.3.0//:tempfile",
"@rules_rust_wasm_bindgen__twoway-0.1.8//:twoway",
],
)