| ############################################################################### |
| # @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/Apache-2.0 |
| # ]) |
| |
| rust_library( |
| name = "grpc", |
| 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.6.2", |
| deps = [ |
| "@rules_rust_proto__base64-0.9.3//:base64", |
| "@rules_rust_proto__bytes-0.4.12//:bytes", |
| "@rules_rust_proto__futures-0.1.31//:futures", |
| "@rules_rust_proto__futures-cpupool-0.1.8//:futures_cpupool", |
| "@rules_rust_proto__httpbis-0.7.0//:httpbis", |
| "@rules_rust_proto__log-0.4.17//:log", |
| "@rules_rust_proto__protobuf-2.8.2//:protobuf", |
| "@rules_rust_proto__tls-api-0.1.22//:tls_api", |
| "@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub", |
| "@rules_rust_proto__tokio-core-0.1.18//:tokio_core", |
| "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", |
| "@rules_rust_proto__tokio-tls-api-0.1.22//:tokio_tls_api", |
| ], |
| ) |