| # Copyright 2024 Google LLC |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # https://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| """Idiomatic C++ client libraries for Google Cloud Platform.""" |
| |
| module( |
| name = "google_cloud_cpp", |
| version = "3.0.0-rc0", |
| compatibility_level = 3, |
| ) |
| |
| bazel_dep(name = "platforms", version = "0.0.11") |
| bazel_dep(name = "bazel_skylib", version = "1.8.1") |
| bazel_dep(name = "rules_cc", version = "0.1.1") |
| bazel_dep(name = "abseil-cpp", version = "20250127.1", repo_name = "abseil-cpp") |
| bazel_dep(name = "protobuf", version = "31.1", repo_name = "com_google_protobuf") |
| bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014") |
| bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "com_github_nlohmann_json") |
| bazel_dep(name = "curl", version = "8.8.0.bcr.3", repo_name = "com_github_curl_curl") |
| bazel_dep(name = "crc32c", version = "1.1.0", repo_name = "com_github_google_crc32c") |
| bazel_dep(name = "opentelemetry-cpp", version = "1.19.0", repo_name = "io_opentelemetry_cpp") |
| bazel_dep(name = "rules_proto", version = "7.1.0") |
| bazel_dep(name = "rules_python", version = "1.4.1") |
| bazel_dep(name = "rules_apple", version = "3.16.0") |
| |
| bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True, repo_name = "com_google_googletest") |
| bazel_dep(name = "google_benchmark", version = "1.9.2", dev_dependency = True, repo_name = "com_google_benchmark") |
| bazel_dep(name = "yaml-cpp", version = "0.8.0", dev_dependency = True, repo_name = "com_github_jbeder_yaml_cpp") |
| bazel_dep(name = "pugixml", version = "1.15", dev_dependency = True, repo_name = "com_github_zeux_pugixml") |
| |
| # Our `curl.BUILD` file uses these. |
| bazel_dep(name = "zlib", version = "1.3.1.bcr.6") |
| bazel_dep(name = "c-ares", version = "1.19.1.bcr.1", repo_name = "com_github_cares_cares") |
| |
| # Pin this to fix a break in bazel/deps-cache.py |
| bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.1", dev_dependency = True, repo_name = "com_envoyproxy_protoc_gen_validate") |
| |
| python = use_extension("@rules_python//python/extensions:python.bzl", "python") |
| python.toolchain( |
| ignore_root_user_error = True, |
| python_version = "3.11", |
| ) |
| |
| bazel_dep(name = "grpc", version = "1.72.0", repo_name = "com_github_grpc_grpc") |
| bazel_dep(name = "googleapis", version = "0.0.0-20250703-f9d6fe4a", repo_name = "com_google_googleapis") |
| bazel_dep(name = "googleapis-cc", version = "1.0.0") |
| bazel_dep(name = "googleapis-grpc-cc", version = "1.0.0") |