| ############################################################################### |
| # @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_reactor", |
| 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.1.12", |
| deps = [ |
| "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", |
| "@rules_rust_proto__futures-0.1.31//:futures", |
| "@rules_rust_proto__lazy_static-1.4.0//:lazy_static", |
| "@rules_rust_proto__log-0.4.17//:log", |
| "@rules_rust_proto__mio-0.6.23//:mio", |
| "@rules_rust_proto__num_cpus-1.15.0//:num_cpus", |
| "@rules_rust_proto__parking_lot-0.9.0//:parking_lot", |
| "@rules_rust_proto__slab-0.4.7//:slab", |
| "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", |
| "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", |
| "@rules_rust_proto__tokio-sync-0.1.8//:tokio_sync", |
| ], |
| ) |