| """ |
| @generated |
| cargo-raze generated Bazel file. |
| |
| DO NOT EDIT! Replaced on runs of cargo-raze |
| """ |
| |
| load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # buildifier: disable=load |
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # buildifier: disable=load |
| load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=load |
| |
| def raze_fetch_remote_crates(): |
| """This function defines a collection of repos and should be called in a WORKSPACE file""" |
| maybe( |
| http_archive, |
| name = "raze__bindgen__0_57_0", |
| url = "https://crates.io/api/v1/crates/bindgen/0.57.0/download", |
| type = "tar.gz", |
| sha256 = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d", |
| strip_prefix = "bindgen-0.57.0", |
| build_file = Label("//rust/raze/remote:BUILD.bindgen-0.57.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__bitflags__1_2_1", |
| url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download", |
| type = "tar.gz", |
| sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", |
| strip_prefix = "bitflags-1.2.1", |
| build_file = Label("//rust/raze/remote:BUILD.bitflags-1.2.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__boringssl_src__0_2_0", |
| url = "https://crates.io/api/v1/crates/boringssl-src/0.2.0/download", |
| type = "tar.gz", |
| sha256 = "0511b9f0b739706e05b7279ece5dfc1932a42839cf005cb0f00420a3fea27c96", |
| strip_prefix = "boringssl-src-0.2.0", |
| build_file = Label("//rust/raze/remote:BUILD.boringssl-src-0.2.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__bytes__1_0_1", |
| url = "https://crates.io/api/v1/crates/bytes/1.0.1/download", |
| type = "tar.gz", |
| sha256 = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040", |
| strip_prefix = "bytes-1.0.1", |
| build_file = Label("//rust/raze/remote:BUILD.bytes-1.0.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__cc__1_0_67", |
| url = "https://crates.io/api/v1/crates/cc/1.0.67/download", |
| type = "tar.gz", |
| sha256 = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd", |
| strip_prefix = "cc-1.0.67", |
| build_file = Label("//rust/raze/remote:BUILD.cc-1.0.67.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__cexpr__0_4_0", |
| url = "https://crates.io/api/v1/crates/cexpr/0.4.0/download", |
| type = "tar.gz", |
| sha256 = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27", |
| strip_prefix = "cexpr-0.4.0", |
| build_file = Label("//rust/raze/remote:BUILD.cexpr-0.4.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__cfg_if__0_1_10", |
| url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", |
| type = "tar.gz", |
| sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", |
| strip_prefix = "cfg-if-0.1.10", |
| build_file = Label("//rust/raze/remote:BUILD.cfg-if-0.1.10.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__cfg_if__1_0_0", |
| url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", |
| type = "tar.gz", |
| sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", |
| strip_prefix = "cfg-if-1.0.0", |
| build_file = Label("//rust/raze/remote:BUILD.cfg-if-1.0.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__clang_sys__1_1_1", |
| url = "https://crates.io/api/v1/crates/clang-sys/1.1.1/download", |
| type = "tar.gz", |
| sha256 = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1", |
| strip_prefix = "clang-sys-1.1.1", |
| build_file = Label("//rust/raze/remote:BUILD.clang-sys-1.1.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__cmake__0_1_45", |
| url = "https://crates.io/api/v1/crates/cmake/0.1.45/download", |
| type = "tar.gz", |
| sha256 = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855", |
| strip_prefix = "cmake-0.1.45", |
| build_file = Label("//rust/raze/remote:BUILD.cmake-0.1.45.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures__0_3_12", |
| url = "https://crates.io/api/v1/crates/futures/0.3.12/download", |
| type = "tar.gz", |
| sha256 = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150", |
| strip_prefix = "futures-0.3.12", |
| build_file = Label("//rust/raze/remote:BUILD.futures-0.3.12.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_channel__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-channel/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939", |
| strip_prefix = "futures-channel-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-channel-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_core__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-core/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94", |
| strip_prefix = "futures-core-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-core-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_executor__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-executor/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1", |
| strip_prefix = "futures-executor-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-executor-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_io__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-io/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59", |
| strip_prefix = "futures-io-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-io-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_macro__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-macro/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7", |
| strip_prefix = "futures-macro-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-macro-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_sink__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-sink/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3", |
| strip_prefix = "futures-sink-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-sink-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_task__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-task/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80", |
| strip_prefix = "futures-task-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-task-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__futures_util__0_3_13", |
| url = "https://crates.io/api/v1/crates/futures-util/0.3.13/download", |
| type = "tar.gz", |
| sha256 = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1", |
| strip_prefix = "futures-util-0.3.13", |
| build_file = Label("//rust/raze/remote:BUILD.futures-util-0.3.13.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__glob__0_3_0", |
| url = "https://crates.io/api/v1/crates/glob/0.3.0/download", |
| type = "tar.gz", |
| sha256 = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574", |
| strip_prefix = "glob-0.3.0", |
| build_file = Label("//rust/raze/remote:BUILD.glob-0.3.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__grpcio__0_8_0", |
| url = "https://crates.io/api/v1/crates/grpcio/0.8.0/download", |
| type = "tar.gz", |
| sha256 = "f97e021739b917535217829934dc479bd3c4798d85adb5fc4890a985eb04c6e9", |
| strip_prefix = "grpcio-0.8.0", |
| build_file = Label("//rust/raze/remote:BUILD.grpcio-0.8.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__grpcio_compiler__0_8_0", |
| url = "https://crates.io/api/v1/crates/grpcio-compiler/0.8.0/download", |
| type = "tar.gz", |
| sha256 = "bdd655c0ccaa367f60da59836ebe593b1fefe2117179cd2555efdbb81ad82651", |
| strip_prefix = "grpcio-compiler-0.8.0", |
| build_file = Label("//rust/raze/remote:BUILD.grpcio-compiler-0.8.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__grpcio_sys__0_8_0", |
| url = "https://crates.io/api/v1/crates/grpcio-sys/0.8.0/download", |
| type = "tar.gz", |
| sha256 = "91a3435fb3d2b1367fff27e8f7bdbad1856459bf1f0fc9bd66527dce569e1523", |
| strip_prefix = "grpcio-sys-0.8.0", |
| build_file = Label("//rust/raze/remote:BUILD.grpcio-sys-0.8.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__instant__0_1_9", |
| url = "https://crates.io/api/v1/crates/instant/0.1.9/download", |
| type = "tar.gz", |
| sha256 = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec", |
| strip_prefix = "instant-0.1.9", |
| build_file = Label("//rust/raze/remote:BUILD.instant-0.1.9.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__itoa__0_4_7", |
| url = "https://crates.io/api/v1/crates/itoa/0.4.7/download", |
| type = "tar.gz", |
| sha256 = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736", |
| strip_prefix = "itoa-0.4.7", |
| build_file = Label("//rust/raze/remote:BUILD.itoa-0.4.7.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__lazy_static__1_4_0", |
| url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", |
| type = "tar.gz", |
| sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", |
| strip_prefix = "lazy_static-1.4.0", |
| build_file = Label("//rust/raze/remote:BUILD.lazy_static-1.4.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__lazycell__1_3_0", |
| url = "https://crates.io/api/v1/crates/lazycell/1.3.0/download", |
| type = "tar.gz", |
| sha256 = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55", |
| strip_prefix = "lazycell-1.3.0", |
| build_file = Label("//rust/raze/remote:BUILD.lazycell-1.3.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__libc__0_2_86", |
| url = "https://crates.io/api/v1/crates/libc/0.2.86/download", |
| type = "tar.gz", |
| sha256 = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c", |
| strip_prefix = "libc-0.2.86", |
| build_file = Label("//rust/raze/remote:BUILD.libc-0.2.86.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__libloading__0_7_0", |
| url = "https://crates.io/api/v1/crates/libloading/0.7.0/download", |
| type = "tar.gz", |
| sha256 = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a", |
| strip_prefix = "libloading-0.7.0", |
| build_file = Label("//rust/raze/remote:BUILD.libloading-0.7.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__libz_sys__1_1_2", |
| url = "https://crates.io/api/v1/crates/libz-sys/1.1.2/download", |
| type = "tar.gz", |
| sha256 = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655", |
| strip_prefix = "libz-sys-1.1.2", |
| build_file = Label("//rust/raze/remote:BUILD.libz-sys-1.1.2.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__lock_api__0_4_2", |
| url = "https://crates.io/api/v1/crates/lock_api/0.4.2/download", |
| type = "tar.gz", |
| sha256 = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312", |
| strip_prefix = "lock_api-0.4.2", |
| build_file = Label("//rust/raze/remote:BUILD.lock_api-0.4.2.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__log__0_4_6", |
| url = "https://crates.io/api/v1/crates/log/0.4.6/download", |
| type = "tar.gz", |
| sha256 = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6", |
| strip_prefix = "log-0.4.6", |
| build_file = Label("//rust/raze/remote:BUILD.log-0.4.6.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__memchr__2_3_4", |
| url = "https://crates.io/api/v1/crates/memchr/2.3.4/download", |
| type = "tar.gz", |
| sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525", |
| strip_prefix = "memchr-2.3.4", |
| build_file = Label("//rust/raze/remote:BUILD.memchr-2.3.4.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__nom__5_1_2", |
| url = "https://crates.io/api/v1/crates/nom/5.1.2/download", |
| type = "tar.gz", |
| sha256 = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af", |
| strip_prefix = "nom-5.1.2", |
| build_file = Label("//rust/raze/remote:BUILD.nom-5.1.2.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__parking_lot__0_11_1", |
| url = "https://crates.io/api/v1/crates/parking_lot/0.11.1/download", |
| type = "tar.gz", |
| sha256 = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb", |
| strip_prefix = "parking_lot-0.11.1", |
| build_file = Label("//rust/raze/remote:BUILD.parking_lot-0.11.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__parking_lot_core__0_8_3", |
| url = "https://crates.io/api/v1/crates/parking_lot_core/0.8.3/download", |
| type = "tar.gz", |
| sha256 = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018", |
| strip_prefix = "parking_lot_core-0.8.3", |
| build_file = Label("//rust/raze/remote:BUILD.parking_lot_core-0.8.3.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__peeking_take_while__0_1_2", |
| url = "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download", |
| type = "tar.gz", |
| sha256 = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099", |
| strip_prefix = "peeking_take_while-0.1.2", |
| build_file = Label("//rust/raze/remote:BUILD.peeking_take_while-0.1.2.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__pin_project_lite__0_2_4", |
| url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.4/download", |
| type = "tar.gz", |
| sha256 = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827", |
| strip_prefix = "pin-project-lite-0.2.4", |
| build_file = Label("//rust/raze/remote:BUILD.pin-project-lite-0.2.4.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__pin_utils__0_1_0", |
| url = "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", |
| type = "tar.gz", |
| sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", |
| strip_prefix = "pin-utils-0.1.0", |
| build_file = Label("//rust/raze/remote:BUILD.pin-utils-0.1.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__pkg_config__0_3_19", |
| url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download", |
| type = "tar.gz", |
| sha256 = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c", |
| strip_prefix = "pkg-config-0.3.19", |
| build_file = Label("//rust/raze/remote:BUILD.pkg-config-0.3.19.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__proc_macro_hack__0_5_19", |
| url = "https://crates.io/api/v1/crates/proc-macro-hack/0.5.19/download", |
| type = "tar.gz", |
| sha256 = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5", |
| strip_prefix = "proc-macro-hack-0.5.19", |
| build_file = Label("//rust/raze/remote:BUILD.proc-macro-hack-0.5.19.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__proc_macro_nested__0_1_7", |
| url = "https://crates.io/api/v1/crates/proc-macro-nested/0.1.7/download", |
| type = "tar.gz", |
| sha256 = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086", |
| strip_prefix = "proc-macro-nested-0.1.7", |
| build_file = Label("//rust/raze/remote:BUILD.proc-macro-nested-0.1.7.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__proc_macro2__1_0_24", |
| url = "https://crates.io/api/v1/crates/proc-macro2/1.0.24/download", |
| type = "tar.gz", |
| sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", |
| strip_prefix = "proc-macro2-1.0.24", |
| build_file = Label("//rust/raze/remote:BUILD.proc-macro2-1.0.24.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__protobuf__2_22_0", |
| url = "https://crates.io/api/v1/crates/protobuf/2.22.0/download", |
| type = "tar.gz", |
| sha256 = "73f72884896d22e0da0e5b266cb9a780b791f6c3b2f5beab6368d6cd4f0dbb86", |
| strip_prefix = "protobuf-2.22.0", |
| build_file = Label("//rust/raze/remote:BUILD.protobuf-2.22.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__protobuf_codegen__2_22_0", |
| url = "https://crates.io/api/v1/crates/protobuf-codegen/2.22.0/download", |
| type = "tar.gz", |
| sha256 = "e8217a1652dbc91d19c509c558234145faed729191a966896414e5889f62d543", |
| strip_prefix = "protobuf-codegen-2.22.0", |
| build_file = Label("//rust/raze/remote:BUILD.protobuf-codegen-2.22.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__quote__1_0_9", |
| url = "https://crates.io/api/v1/crates/quote/1.0.9/download", |
| type = "tar.gz", |
| sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", |
| strip_prefix = "quote-1.0.9", |
| build_file = Label("//rust/raze/remote:BUILD.quote-1.0.9.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__redox_syscall__0_2_5", |
| url = "https://crates.io/api/v1/crates/redox_syscall/0.2.5/download", |
| type = "tar.gz", |
| sha256 = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9", |
| strip_prefix = "redox_syscall-0.2.5", |
| build_file = Label("//rust/raze/remote:BUILD.redox_syscall-0.2.5.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__regex__1_4_3", |
| url = "https://crates.io/api/v1/crates/regex/1.4.3/download", |
| type = "tar.gz", |
| sha256 = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a", |
| strip_prefix = "regex-1.4.3", |
| build_file = Label("//rust/raze/remote:BUILD.regex-1.4.3.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__regex_syntax__0_6_22", |
| url = "https://crates.io/api/v1/crates/regex-syntax/0.6.22/download", |
| type = "tar.gz", |
| sha256 = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581", |
| strip_prefix = "regex-syntax-0.6.22", |
| build_file = Label("//rust/raze/remote:BUILD.regex-syntax-0.6.22.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__rustc_hash__1_1_0", |
| url = "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download", |
| type = "tar.gz", |
| sha256 = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2", |
| strip_prefix = "rustc-hash-1.1.0", |
| build_file = Label("//rust/raze/remote:BUILD.rustc-hash-1.1.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__ryu__1_0_5", |
| url = "https://crates.io/api/v1/crates/ryu/1.0.5/download", |
| type = "tar.gz", |
| sha256 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e", |
| strip_prefix = "ryu-1.0.5", |
| build_file = Label("//rust/raze/remote:BUILD.ryu-1.0.5.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__same_file__1_0_6", |
| url = "https://crates.io/api/v1/crates/same-file/1.0.6/download", |
| type = "tar.gz", |
| sha256 = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502", |
| strip_prefix = "same-file-1.0.6", |
| build_file = Label("//rust/raze/remote:BUILD.same-file-1.0.6.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__scopeguard__1_1_0", |
| url = "https://crates.io/api/v1/crates/scopeguard/1.1.0/download", |
| type = "tar.gz", |
| sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd", |
| strip_prefix = "scopeguard-1.1.0", |
| build_file = Label("//rust/raze/remote:BUILD.scopeguard-1.1.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__serde__1_0_123", |
| url = "https://crates.io/api/v1/crates/serde/1.0.123/download", |
| type = "tar.gz", |
| sha256 = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae", |
| strip_prefix = "serde-1.0.123", |
| build_file = Label("//rust/raze/remote:BUILD.serde-1.0.123.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__serde_json__1_0_62", |
| url = "https://crates.io/api/v1/crates/serde_json/1.0.62/download", |
| type = "tar.gz", |
| sha256 = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486", |
| strip_prefix = "serde_json-1.0.62", |
| build_file = Label("//rust/raze/remote:BUILD.serde_json-1.0.62.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__shlex__0_1_1", |
| url = "https://crates.io/api/v1/crates/shlex/0.1.1/download", |
| type = "tar.gz", |
| sha256 = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2", |
| strip_prefix = "shlex-0.1.1", |
| build_file = Label("//rust/raze/remote:BUILD.shlex-0.1.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__slab__0_4_2", |
| url = "https://crates.io/api/v1/crates/slab/0.4.2/download", |
| type = "tar.gz", |
| sha256 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", |
| strip_prefix = "slab-0.4.2", |
| build_file = Label("//rust/raze/remote:BUILD.slab-0.4.2.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__smallvec__1_6_1", |
| url = "https://crates.io/api/v1/crates/smallvec/1.6.1/download", |
| type = "tar.gz", |
| sha256 = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e", |
| strip_prefix = "smallvec-1.6.1", |
| build_file = Label("//rust/raze/remote:BUILD.smallvec-1.6.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__syn__1_0_60", |
| url = "https://crates.io/api/v1/crates/syn/1.0.60/download", |
| type = "tar.gz", |
| sha256 = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081", |
| strip_prefix = "syn-1.0.60", |
| build_file = Label("//rust/raze/remote:BUILD.syn-1.0.60.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__unicode_xid__0_2_1", |
| url = "https://crates.io/api/v1/crates/unicode-xid/0.2.1/download", |
| type = "tar.gz", |
| sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", |
| strip_prefix = "unicode-xid-0.2.1", |
| build_file = Label("//rust/raze/remote:BUILD.unicode-xid-0.2.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__vcpkg__0_2_11", |
| url = "https://crates.io/api/v1/crates/vcpkg/0.2.11/download", |
| type = "tar.gz", |
| sha256 = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb", |
| strip_prefix = "vcpkg-0.2.11", |
| build_file = Label("//rust/raze/remote:BUILD.vcpkg-0.2.11.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__version_check__0_9_2", |
| url = "https://crates.io/api/v1/crates/version_check/0.9.2/download", |
| type = "tar.gz", |
| sha256 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed", |
| strip_prefix = "version_check-0.9.2", |
| build_file = Label("//rust/raze/remote:BUILD.version_check-0.9.2.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__walkdir__2_3_1", |
| url = "https://crates.io/api/v1/crates/walkdir/2.3.1/download", |
| type = "tar.gz", |
| sha256 = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d", |
| strip_prefix = "walkdir-2.3.1", |
| build_file = Label("//rust/raze/remote:BUILD.walkdir-2.3.1.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__winapi__0_3_9", |
| url = "https://crates.io/api/v1/crates/winapi/0.3.9/download", |
| type = "tar.gz", |
| sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", |
| strip_prefix = "winapi-0.3.9", |
| build_file = Label("//rust/raze/remote:BUILD.winapi-0.3.9.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__winapi_i686_pc_windows_gnu__0_4_0", |
| url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", |
| type = "tar.gz", |
| sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", |
| strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", |
| build_file = Label("//rust/raze/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__winapi_util__0_1_5", |
| url = "https://crates.io/api/v1/crates/winapi-util/0.1.5/download", |
| type = "tar.gz", |
| sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178", |
| strip_prefix = "winapi-util-0.1.5", |
| build_file = Label("//rust/raze/remote:BUILD.winapi-util-0.1.5.bazel"), |
| ) |
| |
| maybe( |
| http_archive, |
| name = "raze__winapi_x86_64_pc_windows_gnu__0_4_0", |
| url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", |
| type = "tar.gz", |
| sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", |
| strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", |
| build_file = Label("//rust/raze/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), |
| ) |