blob: daae7c127955f843d875882a72ae9502edfe66cc [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 @//proto/3rdparty:crates_vendor
###############################################################################
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT
# ])
rust_library(
name = "tokio_uds",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.2.7",
deps = [
"@rules_rust_proto__bytes-0.4.12//:bytes",
"@rules_rust_proto__futures-0.1.31//:futures",
"@rules_rust_proto__iovec-0.1.4//:iovec",
"@rules_rust_proto__libc-0.2.139//:libc",
"@rules_rust_proto__log-0.4.17//:log",
"@rules_rust_proto__mio-0.6.23//:mio",
"@rules_rust_proto__mio-uds-0.6.8//:mio_uds",
"@rules_rust_proto__tokio-codec-0.1.2//:tokio_codec",
"@rules_rust_proto__tokio-io-0.1.13//:tokio_io",
"@rules_rust_proto__tokio-reactor-0.1.12//:tokio_reactor",
],
)