Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1 | """ |
| 2 | @generated |
| 3 | cargo-raze generated Bazel file. |
| 4 | |
| 5 | DO NOT EDIT! Replaced on runs of cargo-raze |
| 6 | """ |
| 7 | |
| 8 | load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # buildifier: disable=load |
| 9 | load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # buildifier: disable=load |
| 10 | load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=load |
| 11 | |
| 12 | def raze_fetch_remote_crates(): |
| 13 | """This function defines a collection of repos and should be called in a WORKSPACE file""" |
| 14 | maybe( |
| 15 | http_archive, |
| 16 | name = "raze__addr2line__0_17_0", |
| 17 | url = "https://crates.io/api/v1/crates/addr2line/0.17.0/download", |
| 18 | type = "tar.gz", |
| 19 | sha256 = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b", |
| 20 | strip_prefix = "addr2line-0.17.0", |
| 21 | build_file = Label("//third_party/cargo/remote:BUILD.addr2line-0.17.0.bazel"), |
| 22 | ) |
| 23 | |
| 24 | maybe( |
| 25 | http_archive, |
| 26 | name = "raze__adler__1_0_2", |
| 27 | url = "https://crates.io/api/v1/crates/adler/1.0.2/download", |
| 28 | type = "tar.gz", |
| 29 | sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", |
| 30 | strip_prefix = "adler-1.0.2", |
| 31 | build_file = Label("//third_party/cargo/remote:BUILD.adler-1.0.2.bazel"), |
| 32 | ) |
| 33 | |
| 34 | maybe( |
| 35 | http_archive, |
| 36 | name = "raze__aho_corasick__0_7_18", |
| 37 | url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download", |
| 38 | type = "tar.gz", |
| 39 | sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f", |
| 40 | strip_prefix = "aho-corasick-0.7.18", |
| 41 | build_file = Label("//third_party/cargo/remote:BUILD.aho-corasick-0.7.18.bazel"), |
| 42 | ) |
| 43 | |
| 44 | maybe( |
| 45 | http_archive, |
| 46 | name = "raze__ansi_term__0_12_1", |
| 47 | url = "https://crates.io/api/v1/crates/ansi_term/0.12.1/download", |
| 48 | type = "tar.gz", |
| 49 | sha256 = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2", |
| 50 | strip_prefix = "ansi_term-0.12.1", |
| 51 | build_file = Label("//third_party/cargo/remote:BUILD.ansi_term-0.12.1.bazel"), |
| 52 | ) |
| 53 | |
| 54 | maybe( |
| 55 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 56 | name = "raze__anyhow__1_0_58", |
| 57 | url = "https://crates.io/api/v1/crates/anyhow/1.0.58/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 58 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 59 | sha256 = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704", |
| 60 | strip_prefix = "anyhow-1.0.58", |
| 61 | build_file = Label("//third_party/cargo/remote:BUILD.anyhow-1.0.58.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 62 | ) |
| 63 | |
| 64 | maybe( |
| 65 | http_archive, |
| 66 | name = "raze__aquamarine__0_1_11", |
| 67 | url = "https://crates.io/api/v1/crates/aquamarine/0.1.11/download", |
| 68 | type = "tar.gz", |
| 69 | sha256 = "96e14cb2a51c8b45d26a4219981985c7350fc05eacb7b5b2939bceb2ffefdf3e", |
| 70 | strip_prefix = "aquamarine-0.1.11", |
| 71 | build_file = Label("//third_party/cargo/remote:BUILD.aquamarine-0.1.11.bazel"), |
| 72 | ) |
| 73 | |
| 74 | maybe( |
| 75 | http_archive, |
| 76 | name = "raze__assert_cmd__1_0_8", |
| 77 | url = "https://crates.io/api/v1/crates/assert_cmd/1.0.8/download", |
| 78 | type = "tar.gz", |
| 79 | sha256 = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe", |
| 80 | strip_prefix = "assert_cmd-1.0.8", |
| 81 | build_file = Label("//third_party/cargo/remote:BUILD.assert_cmd-1.0.8.bazel"), |
| 82 | ) |
| 83 | |
| 84 | maybe( |
| 85 | http_archive, |
| 86 | name = "raze__atty__0_2_14", |
| 87 | url = "https://crates.io/api/v1/crates/atty/0.2.14/download", |
| 88 | type = "tar.gz", |
| 89 | sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8", |
| 90 | strip_prefix = "atty-0.2.14", |
| 91 | build_file = Label("//third_party/cargo/remote:BUILD.atty-0.2.14.bazel"), |
| 92 | ) |
| 93 | |
| 94 | maybe( |
| 95 | http_archive, |
| 96 | name = "raze__autocfg__1_1_0", |
| 97 | url = "https://crates.io/api/v1/crates/autocfg/1.1.0/download", |
| 98 | type = "tar.gz", |
| 99 | sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", |
| 100 | strip_prefix = "autocfg-1.1.0", |
| 101 | build_file = Label("//third_party/cargo/remote:BUILD.autocfg-1.1.0.bazel"), |
| 102 | ) |
| 103 | |
| 104 | maybe( |
| 105 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 106 | name = "raze__autocxx_bindgen__0_59_17", |
| 107 | url = "https://crates.io/api/v1/crates/autocxx-bindgen/0.59.17/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 108 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 109 | sha256 = "f9a9a26dd38d385d23b1bf61bd231b77f690c4368aef4c77cee1b7a6da2e2042", |
| 110 | strip_prefix = "autocxx-bindgen-0.59.17", |
| 111 | build_file = Label("//third_party/cargo/remote:BUILD.autocxx-bindgen-0.59.17.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 112 | ) |
| 113 | |
| 114 | maybe( |
| 115 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 116 | name = "raze__backtrace__0_3_66", |
| 117 | url = "https://crates.io/api/v1/crates/backtrace/0.3.66/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 118 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 119 | sha256 = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7", |
| 120 | strip_prefix = "backtrace-0.3.66", |
| 121 | build_file = Label("//third_party/cargo/remote:BUILD.backtrace-0.3.66.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 122 | ) |
| 123 | |
| 124 | maybe( |
| 125 | http_archive, |
| 126 | name = "raze__bindgen__0_58_1", |
| 127 | url = "https://crates.io/api/v1/crates/bindgen/0.58.1/download", |
| 128 | type = "tar.gz", |
| 129 | sha256 = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f", |
| 130 | strip_prefix = "bindgen-0.58.1", |
| 131 | build_file = Label("//third_party/cargo/remote:BUILD.bindgen-0.58.1.bazel"), |
| 132 | ) |
| 133 | |
| 134 | maybe( |
| 135 | http_archive, |
| 136 | name = "raze__bitflags__1_3_2", |
| 137 | url = "https://crates.io/api/v1/crates/bitflags/1.3.2/download", |
| 138 | type = "tar.gz", |
| 139 | sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", |
| 140 | strip_prefix = "bitflags-1.3.2", |
| 141 | build_file = Label("//third_party/cargo/remote:BUILD.bitflags-1.3.2.bazel"), |
| 142 | ) |
| 143 | |
| 144 | maybe( |
| 145 | http_archive, |
| 146 | name = "raze__bstr__0_2_17", |
| 147 | url = "https://crates.io/api/v1/crates/bstr/0.2.17/download", |
| 148 | type = "tar.gz", |
| 149 | sha256 = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223", |
| 150 | strip_prefix = "bstr-0.2.17", |
| 151 | build_file = Label("//third_party/cargo/remote:BUILD.bstr-0.2.17.bazel"), |
| 152 | ) |
| 153 | |
| 154 | maybe( |
| 155 | http_archive, |
| 156 | name = "raze__cc__1_0_73", |
| 157 | url = "https://crates.io/api/v1/crates/cc/1.0.73/download", |
| 158 | type = "tar.gz", |
| 159 | sha256 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11", |
| 160 | strip_prefix = "cc-1.0.73", |
| 161 | build_file = Label("//third_party/cargo/remote:BUILD.cc-1.0.73.bazel"), |
| 162 | ) |
| 163 | |
| 164 | maybe( |
| 165 | http_archive, |
| 166 | name = "raze__cexpr__0_4_0", |
| 167 | url = "https://crates.io/api/v1/crates/cexpr/0.4.0/download", |
| 168 | type = "tar.gz", |
| 169 | sha256 = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27", |
| 170 | strip_prefix = "cexpr-0.4.0", |
| 171 | build_file = Label("//third_party/cargo/remote:BUILD.cexpr-0.4.0.bazel"), |
| 172 | ) |
| 173 | |
| 174 | maybe( |
| 175 | http_archive, |
| 176 | name = "raze__cexpr__0_6_0", |
| 177 | url = "https://crates.io/api/v1/crates/cexpr/0.6.0/download", |
| 178 | type = "tar.gz", |
| 179 | sha256 = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766", |
| 180 | strip_prefix = "cexpr-0.6.0", |
| 181 | build_file = Label("//third_party/cargo/remote:BUILD.cexpr-0.6.0.bazel"), |
| 182 | ) |
| 183 | |
| 184 | maybe( |
| 185 | http_archive, |
| 186 | name = "raze__cfg_if__0_1_10", |
| 187 | url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", |
| 188 | type = "tar.gz", |
| 189 | sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", |
| 190 | strip_prefix = "cfg-if-0.1.10", |
| 191 | build_file = Label("//third_party/cargo/remote:BUILD.cfg-if-0.1.10.bazel"), |
| 192 | ) |
| 193 | |
| 194 | maybe( |
| 195 | http_archive, |
| 196 | name = "raze__cfg_if__1_0_0", |
| 197 | url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", |
| 198 | type = "tar.gz", |
| 199 | sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", |
| 200 | strip_prefix = "cfg-if-1.0.0", |
| 201 | build_file = Label("//third_party/cargo/remote:BUILD.cfg-if-1.0.0.bazel"), |
| 202 | ) |
| 203 | |
| 204 | maybe( |
| 205 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 206 | name = "raze__clang_sys__1_3_3", |
| 207 | url = "https://crates.io/api/v1/crates/clang-sys/1.3.3/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 208 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 209 | sha256 = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b", |
| 210 | strip_prefix = "clang-sys-1.3.3", |
| 211 | build_file = Label("//third_party/cargo/remote:BUILD.clang-sys-1.3.3.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 212 | ) |
| 213 | |
| 214 | maybe( |
| 215 | http_archive, |
| 216 | name = "raze__clap__2_34_0", |
| 217 | url = "https://crates.io/api/v1/crates/clap/2.34.0/download", |
| 218 | type = "tar.gz", |
| 219 | sha256 = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c", |
| 220 | strip_prefix = "clap-2.34.0", |
| 221 | build_file = Label("//third_party/cargo/remote:BUILD.clap-2.34.0.bazel"), |
| 222 | ) |
| 223 | |
| 224 | maybe( |
| 225 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 226 | name = "raze__clap__3_2_11", |
| 227 | url = "https://crates.io/api/v1/crates/clap/3.2.11/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 228 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 229 | sha256 = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f", |
| 230 | strip_prefix = "clap-3.2.11", |
| 231 | build_file = Label("//third_party/cargo/remote:BUILD.clap-3.2.11.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 232 | ) |
| 233 | |
| 234 | maybe( |
| 235 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 236 | name = "raze__clap_lex__0_2_4", |
| 237 | url = "https://crates.io/api/v1/crates/clap_lex/0.2.4/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 238 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 239 | sha256 = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5", |
| 240 | strip_prefix = "clap_lex-0.2.4", |
| 241 | build_file = Label("//third_party/cargo/remote:BUILD.clap_lex-0.2.4.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 242 | ) |
| 243 | |
| 244 | maybe( |
| 245 | http_archive, |
| 246 | name = "raze__codespan_reporting__0_11_1", |
| 247 | url = "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download", |
| 248 | type = "tar.gz", |
| 249 | sha256 = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e", |
| 250 | strip_prefix = "codespan-reporting-0.11.1", |
| 251 | build_file = Label("//third_party/cargo/remote:BUILD.codespan-reporting-0.11.1.bazel"), |
| 252 | ) |
| 253 | |
| 254 | maybe( |
| 255 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 256 | name = "raze__cxx__1_0_71", |
| 257 | url = "https://crates.io/api/v1/crates/cxx/1.0.71/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 258 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 259 | sha256 = "5469a6f42296f4fd40789b397383718f9a0bd75d2f9b7cedbb249996811fba27", |
| 260 | strip_prefix = "cxx-1.0.71", |
| 261 | build_file = Label("//third_party/cargo/remote:BUILD.cxx-1.0.71.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 262 | ) |
| 263 | |
| 264 | maybe( |
| 265 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 266 | name = "raze__cxx_gen__0_7_71", |
| 267 | url = "https://crates.io/api/v1/crates/cxx-gen/0.7.71/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 268 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 269 | sha256 = "c606d018d5f8298464809ab01eb1aaf3efc2d6a984f527477cabda650f9f8688", |
| 270 | strip_prefix = "cxx-gen-0.7.71", |
| 271 | build_file = Label("//third_party/cargo/remote:BUILD.cxx-gen-0.7.71.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 272 | ) |
| 273 | |
| 274 | maybe( |
| 275 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 276 | name = "raze__cxxbridge_cmd__1_0_71", |
| 277 | url = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.71/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 278 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 279 | sha256 = "384d7699599cc149694e38151d20820e8ab5550037526870bee8a27b069ed922", |
| 280 | strip_prefix = "cxxbridge-cmd-1.0.71", |
| 281 | build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-cmd-1.0.71.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 282 | ) |
| 283 | |
| 284 | maybe( |
| 285 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 286 | name = "raze__cxxbridge_flags__1_0_71", |
| 287 | url = "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.71/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 288 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 289 | sha256 = "0fef2b4ffdc935c973bc7817d541fc936fdc8a85194cfdd9c761aca8387edd48", |
| 290 | strip_prefix = "cxxbridge-flags-1.0.71", |
| 291 | build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-flags-1.0.71.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 292 | ) |
| 293 | |
| 294 | maybe( |
| 295 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 296 | name = "raze__cxxbridge_macro__1_0_71", |
| 297 | url = "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.71/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 298 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 299 | sha256 = "9d3a240a54f5526967ffae81fdcda1fc80564964220d90816960b2eae2eab7f4", |
| 300 | strip_prefix = "cxxbridge-macro-1.0.71", |
| 301 | build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-macro-1.0.71.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 302 | ) |
| 303 | |
| 304 | maybe( |
| 305 | http_archive, |
| 306 | name = "raze__difflib__0_4_0", |
| 307 | url = "https://crates.io/api/v1/crates/difflib/0.4.0/download", |
| 308 | type = "tar.gz", |
| 309 | sha256 = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8", |
| 310 | strip_prefix = "difflib-0.4.0", |
| 311 | build_file = Label("//third_party/cargo/remote:BUILD.difflib-0.4.0.bazel"), |
| 312 | ) |
| 313 | |
| 314 | maybe( |
| 315 | http_archive, |
| 316 | name = "raze__doc_comment__0_3_3", |
| 317 | url = "https://crates.io/api/v1/crates/doc-comment/0.3.3/download", |
| 318 | type = "tar.gz", |
| 319 | sha256 = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10", |
| 320 | strip_prefix = "doc-comment-0.3.3", |
| 321 | build_file = Label("//third_party/cargo/remote:BUILD.doc-comment-0.3.3.bazel"), |
| 322 | ) |
| 323 | |
| 324 | maybe( |
| 325 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 326 | name = "raze__either__1_7_0", |
| 327 | url = "https://crates.io/api/v1/crates/either/1.7.0/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 328 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 329 | sha256 = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be", |
| 330 | strip_prefix = "either-1.7.0", |
| 331 | build_file = Label("//third_party/cargo/remote:BUILD.either-1.7.0.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 332 | ) |
| 333 | |
| 334 | maybe( |
| 335 | http_archive, |
| 336 | name = "raze__env_logger__0_8_4", |
| 337 | url = "https://crates.io/api/v1/crates/env_logger/0.8.4/download", |
| 338 | type = "tar.gz", |
| 339 | sha256 = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3", |
| 340 | strip_prefix = "env_logger-0.8.4", |
| 341 | build_file = Label("//third_party/cargo/remote:BUILD.env_logger-0.8.4.bazel"), |
| 342 | ) |
| 343 | |
| 344 | maybe( |
| 345 | http_archive, |
| 346 | name = "raze__env_logger__0_9_0", |
| 347 | url = "https://crates.io/api/v1/crates/env_logger/0.9.0/download", |
| 348 | type = "tar.gz", |
| 349 | sha256 = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3", |
| 350 | strip_prefix = "env_logger-0.9.0", |
| 351 | build_file = Label("//third_party/cargo/remote:BUILD.env_logger-0.9.0.bazel"), |
| 352 | ) |
| 353 | |
| 354 | maybe( |
| 355 | http_archive, |
| 356 | name = "raze__fastrand__1_7_0", |
| 357 | url = "https://crates.io/api/v1/crates/fastrand/1.7.0/download", |
| 358 | type = "tar.gz", |
| 359 | sha256 = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf", |
| 360 | strip_prefix = "fastrand-1.7.0", |
| 361 | build_file = Label("//third_party/cargo/remote:BUILD.fastrand-1.7.0.bazel"), |
| 362 | ) |
| 363 | |
| 364 | maybe( |
| 365 | http_archive, |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 366 | name = "raze__gimli__0_26_1", |
| 367 | url = "https://crates.io/api/v1/crates/gimli/0.26.1/download", |
| 368 | type = "tar.gz", |
| 369 | sha256 = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4", |
| 370 | strip_prefix = "gimli-0.26.1", |
| 371 | build_file = Label("//third_party/cargo/remote:BUILD.gimli-0.26.1.bazel"), |
| 372 | ) |
| 373 | |
| 374 | maybe( |
| 375 | http_archive, |
| 376 | name = "raze__glob__0_3_0", |
| 377 | url = "https://crates.io/api/v1/crates/glob/0.3.0/download", |
| 378 | type = "tar.gz", |
| 379 | sha256 = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574", |
| 380 | strip_prefix = "glob-0.3.0", |
| 381 | build_file = Label("//third_party/cargo/remote:BUILD.glob-0.3.0.bazel"), |
| 382 | ) |
| 383 | |
| 384 | maybe( |
| 385 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 386 | name = "raze__hashbrown__0_12_2", |
| 387 | url = "https://crates.io/api/v1/crates/hashbrown/0.12.2/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 388 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 389 | sha256 = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022", |
| 390 | strip_prefix = "hashbrown-0.12.2", |
| 391 | build_file = Label("//third_party/cargo/remote:BUILD.hashbrown-0.12.2.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 392 | ) |
| 393 | |
| 394 | maybe( |
| 395 | http_archive, |
| 396 | name = "raze__heck__0_4_0", |
| 397 | url = "https://crates.io/api/v1/crates/heck/0.4.0/download", |
| 398 | type = "tar.gz", |
| 399 | sha256 = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9", |
| 400 | strip_prefix = "heck-0.4.0", |
| 401 | build_file = Label("//third_party/cargo/remote:BUILD.heck-0.4.0.bazel"), |
| 402 | ) |
| 403 | |
| 404 | maybe( |
| 405 | http_archive, |
| 406 | name = "raze__hermit_abi__0_1_19", |
| 407 | url = "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download", |
| 408 | type = "tar.gz", |
| 409 | sha256 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33", |
| 410 | strip_prefix = "hermit-abi-0.1.19", |
| 411 | build_file = Label("//third_party/cargo/remote:BUILD.hermit-abi-0.1.19.bazel"), |
| 412 | ) |
| 413 | |
| 414 | maybe( |
| 415 | http_archive, |
| 416 | name = "raze__humantime__2_1_0", |
| 417 | url = "https://crates.io/api/v1/crates/humantime/2.1.0/download", |
| 418 | type = "tar.gz", |
| 419 | sha256 = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4", |
| 420 | strip_prefix = "humantime-2.1.0", |
| 421 | build_file = Label("//third_party/cargo/remote:BUILD.humantime-2.1.0.bazel"), |
| 422 | ) |
| 423 | |
| 424 | maybe( |
| 425 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 426 | name = "raze__indexmap__1_9_1", |
| 427 | url = "https://crates.io/api/v1/crates/indexmap/1.9.1/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 428 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 429 | sha256 = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e", |
| 430 | strip_prefix = "indexmap-1.9.1", |
| 431 | build_file = Label("//third_party/cargo/remote:BUILD.indexmap-1.9.1.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 432 | ) |
| 433 | |
| 434 | maybe( |
| 435 | http_archive, |
| 436 | name = "raze__indoc__1_0_6", |
| 437 | url = "https://crates.io/api/v1/crates/indoc/1.0.6/download", |
| 438 | type = "tar.gz", |
| 439 | sha256 = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e", |
| 440 | strip_prefix = "indoc-1.0.6", |
| 441 | build_file = Label("//third_party/cargo/remote:BUILD.indoc-1.0.6.bazel"), |
| 442 | ) |
| 443 | |
| 444 | maybe( |
| 445 | http_archive, |
| 446 | name = "raze__instant__0_1_12", |
| 447 | url = "https://crates.io/api/v1/crates/instant/0.1.12/download", |
| 448 | type = "tar.gz", |
| 449 | sha256 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c", |
| 450 | strip_prefix = "instant-0.1.12", |
| 451 | build_file = Label("//third_party/cargo/remote:BUILD.instant-0.1.12.bazel"), |
| 452 | ) |
| 453 | |
| 454 | maybe( |
| 455 | http_archive, |
| 456 | name = "raze__is_ci__1_1_1", |
| 457 | url = "https://crates.io/api/v1/crates/is_ci/1.1.1/download", |
| 458 | type = "tar.gz", |
| 459 | sha256 = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb", |
| 460 | strip_prefix = "is_ci-1.1.1", |
| 461 | build_file = Label("//third_party/cargo/remote:BUILD.is_ci-1.1.1.bazel"), |
| 462 | ) |
| 463 | |
| 464 | maybe( |
| 465 | http_archive, |
| 466 | name = "raze__itertools__0_10_3", |
| 467 | url = "https://crates.io/api/v1/crates/itertools/0.10.3/download", |
| 468 | type = "tar.gz", |
| 469 | sha256 = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3", |
| 470 | strip_prefix = "itertools-0.10.3", |
| 471 | build_file = Label("//third_party/cargo/remote:BUILD.itertools-0.10.3.bazel"), |
| 472 | ) |
| 473 | |
| 474 | maybe( |
| 475 | http_archive, |
| 476 | name = "raze__itertools__0_9_0", |
| 477 | url = "https://crates.io/api/v1/crates/itertools/0.9.0/download", |
| 478 | type = "tar.gz", |
| 479 | sha256 = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b", |
| 480 | strip_prefix = "itertools-0.9.0", |
| 481 | build_file = Label("//third_party/cargo/remote:BUILD.itertools-0.9.0.bazel"), |
| 482 | ) |
| 483 | |
| 484 | maybe( |
| 485 | http_archive, |
| 486 | name = "raze__itoa__1_0_2", |
| 487 | url = "https://crates.io/api/v1/crates/itoa/1.0.2/download", |
| 488 | type = "tar.gz", |
| 489 | sha256 = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d", |
| 490 | strip_prefix = "itoa-1.0.2", |
| 491 | build_file = Label("//third_party/cargo/remote:BUILD.itoa-1.0.2.bazel"), |
| 492 | ) |
| 493 | |
| 494 | maybe( |
| 495 | http_archive, |
| 496 | name = "raze__lazy_static__1_4_0", |
| 497 | url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", |
| 498 | type = "tar.gz", |
| 499 | sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", |
| 500 | strip_prefix = "lazy_static-1.4.0", |
| 501 | build_file = Label("//third_party/cargo/remote:BUILD.lazy_static-1.4.0.bazel"), |
| 502 | ) |
| 503 | |
| 504 | maybe( |
| 505 | http_archive, |
| 506 | name = "raze__lazycell__1_3_0", |
| 507 | url = "https://crates.io/api/v1/crates/lazycell/1.3.0/download", |
| 508 | type = "tar.gz", |
| 509 | sha256 = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55", |
| 510 | strip_prefix = "lazycell-1.3.0", |
| 511 | build_file = Label("//third_party/cargo/remote:BUILD.lazycell-1.3.0.bazel"), |
| 512 | ) |
| 513 | |
| 514 | maybe( |
| 515 | http_archive, |
| 516 | name = "raze__libc__0_2_126", |
| 517 | url = "https://crates.io/api/v1/crates/libc/0.2.126/download", |
| 518 | type = "tar.gz", |
| 519 | sha256 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836", |
| 520 | strip_prefix = "libc-0.2.126", |
| 521 | build_file = Label("//third_party/cargo/remote:BUILD.libc-0.2.126.bazel"), |
| 522 | ) |
| 523 | |
| 524 | maybe( |
| 525 | http_archive, |
| 526 | name = "raze__libloading__0_6_3", |
| 527 | url = "https://crates.io/api/v1/crates/libloading/0.6.3/download", |
| 528 | type = "tar.gz", |
| 529 | sha256 = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9", |
| 530 | strip_prefix = "libloading-0.6.3", |
| 531 | build_file = Label("//third_party/cargo/remote:BUILD.libloading-0.6.3.bazel"), |
| 532 | ) |
| 533 | |
| 534 | maybe( |
| 535 | http_archive, |
| 536 | name = "raze__libloading__0_7_3", |
| 537 | url = "https://crates.io/api/v1/crates/libloading/0.7.3/download", |
| 538 | type = "tar.gz", |
| 539 | sha256 = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd", |
| 540 | strip_prefix = "libloading-0.7.3", |
| 541 | build_file = Label("//third_party/cargo/remote:BUILD.libloading-0.7.3.bazel"), |
| 542 | ) |
| 543 | |
| 544 | maybe( |
| 545 | http_archive, |
| 546 | name = "raze__link_cplusplus__1_0_6", |
| 547 | url = "https://crates.io/api/v1/crates/link-cplusplus/1.0.6/download", |
| 548 | type = "tar.gz", |
| 549 | sha256 = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8", |
| 550 | strip_prefix = "link-cplusplus-1.0.6", |
| 551 | build_file = Label("//third_party/cargo/remote:BUILD.link-cplusplus-1.0.6.bazel"), |
| 552 | ) |
| 553 | |
| 554 | maybe( |
| 555 | http_archive, |
| 556 | name = "raze__log__0_4_17", |
| 557 | url = "https://crates.io/api/v1/crates/log/0.4.17/download", |
| 558 | type = "tar.gz", |
| 559 | sha256 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e", |
| 560 | strip_prefix = "log-0.4.17", |
| 561 | build_file = Label("//third_party/cargo/remote:BUILD.log-0.4.17.bazel"), |
| 562 | ) |
| 563 | |
| 564 | maybe( |
| 565 | http_archive, |
| 566 | name = "raze__memchr__2_5_0", |
| 567 | url = "https://crates.io/api/v1/crates/memchr/2.5.0/download", |
| 568 | type = "tar.gz", |
| 569 | sha256 = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d", |
| 570 | strip_prefix = "memchr-2.5.0", |
| 571 | build_file = Label("//third_party/cargo/remote:BUILD.memchr-2.5.0.bazel"), |
| 572 | ) |
| 573 | |
| 574 | maybe( |
| 575 | http_archive, |
| 576 | name = "raze__miette__4_7_1", |
| 577 | url = "https://crates.io/api/v1/crates/miette/4.7.1/download", |
| 578 | type = "tar.gz", |
| 579 | sha256 = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c", |
| 580 | strip_prefix = "miette-4.7.1", |
| 581 | build_file = Label("//third_party/cargo/remote:BUILD.miette-4.7.1.bazel"), |
| 582 | ) |
| 583 | |
| 584 | maybe( |
| 585 | http_archive, |
| 586 | name = "raze__miette_derive__4_7_1", |
| 587 | url = "https://crates.io/api/v1/crates/miette-derive/4.7.1/download", |
| 588 | type = "tar.gz", |
| 589 | sha256 = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c", |
| 590 | strip_prefix = "miette-derive-4.7.1", |
| 591 | build_file = Label("//third_party/cargo/remote:BUILD.miette-derive-4.7.1.bazel"), |
| 592 | ) |
| 593 | |
| 594 | maybe( |
| 595 | http_archive, |
| 596 | name = "raze__minimal_lexical__0_2_1", |
| 597 | url = "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download", |
| 598 | type = "tar.gz", |
| 599 | sha256 = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a", |
| 600 | strip_prefix = "minimal-lexical-0.2.1", |
| 601 | build_file = Label("//third_party/cargo/remote:BUILD.minimal-lexical-0.2.1.bazel"), |
| 602 | ) |
| 603 | |
| 604 | maybe( |
| 605 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 606 | name = "raze__miniz_oxide__0_5_3", |
| 607 | url = "https://crates.io/api/v1/crates/miniz_oxide/0.5.3/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 608 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 609 | sha256 = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc", |
| 610 | strip_prefix = "miniz_oxide-0.5.3", |
| 611 | build_file = Label("//third_party/cargo/remote:BUILD.miniz_oxide-0.5.3.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 612 | ) |
| 613 | |
| 614 | maybe( |
| 615 | http_archive, |
| 616 | name = "raze__moveit__0_5_0", |
| 617 | url = "https://crates.io/api/v1/crates/moveit/0.5.0/download", |
| 618 | type = "tar.gz", |
| 619 | sha256 = "815d5988a1dd22f08bad572a83ee654563bb422ece5d5bce41f31ec49399dcb5", |
| 620 | strip_prefix = "moveit-0.5.0", |
| 621 | build_file = Label("//third_party/cargo/remote:BUILD.moveit-0.5.0.bazel"), |
| 622 | ) |
| 623 | |
| 624 | maybe( |
| 625 | http_archive, |
| 626 | name = "raze__nom__5_1_2", |
| 627 | url = "https://crates.io/api/v1/crates/nom/5.1.2/download", |
| 628 | type = "tar.gz", |
| 629 | sha256 = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af", |
| 630 | strip_prefix = "nom-5.1.2", |
| 631 | build_file = Label("//third_party/cargo/remote:BUILD.nom-5.1.2.bazel"), |
| 632 | ) |
| 633 | |
| 634 | maybe( |
| 635 | http_archive, |
| 636 | name = "raze__nom__7_1_1", |
| 637 | url = "https://crates.io/api/v1/crates/nom/7.1.1/download", |
| 638 | type = "tar.gz", |
| 639 | sha256 = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36", |
| 640 | strip_prefix = "nom-7.1.1", |
| 641 | build_file = Label("//third_party/cargo/remote:BUILD.nom-7.1.1.bazel"), |
| 642 | ) |
| 643 | |
| 644 | maybe( |
| 645 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 646 | name = "raze__object__0_29_0", |
| 647 | url = "https://crates.io/api/v1/crates/object/0.29.0/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 648 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 649 | sha256 = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53", |
| 650 | strip_prefix = "object-0.29.0", |
| 651 | build_file = Label("//third_party/cargo/remote:BUILD.object-0.29.0.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 652 | ) |
| 653 | |
| 654 | maybe( |
| 655 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 656 | name = "raze__once_cell__1_13_0", |
| 657 | url = "https://crates.io/api/v1/crates/once_cell/1.13.0/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 658 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 659 | sha256 = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1", |
| 660 | strip_prefix = "once_cell-1.13.0", |
| 661 | build_file = Label("//third_party/cargo/remote:BUILD.once_cell-1.13.0.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 662 | ) |
| 663 | |
| 664 | maybe( |
| 665 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 666 | name = "raze__os_str_bytes__6_1_0", |
| 667 | url = "https://crates.io/api/v1/crates/os_str_bytes/6.1.0/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 668 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 669 | sha256 = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa", |
| 670 | strip_prefix = "os_str_bytes-6.1.0", |
| 671 | build_file = Label("//third_party/cargo/remote:BUILD.os_str_bytes-6.1.0.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 672 | ) |
| 673 | |
| 674 | maybe( |
| 675 | http_archive, |
| 676 | name = "raze__owo_colors__3_4_0", |
| 677 | url = "https://crates.io/api/v1/crates/owo-colors/3.4.0/download", |
| 678 | type = "tar.gz", |
| 679 | sha256 = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b", |
| 680 | strip_prefix = "owo-colors-3.4.0", |
| 681 | build_file = Label("//third_party/cargo/remote:BUILD.owo-colors-3.4.0.bazel"), |
| 682 | ) |
| 683 | |
| 684 | maybe( |
| 685 | http_archive, |
| 686 | name = "raze__pathdiff__0_2_1", |
| 687 | url = "https://crates.io/api/v1/crates/pathdiff/0.2.1/download", |
| 688 | type = "tar.gz", |
| 689 | sha256 = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd", |
| 690 | strip_prefix = "pathdiff-0.2.1", |
| 691 | build_file = Label("//third_party/cargo/remote:BUILD.pathdiff-0.2.1.bazel"), |
| 692 | ) |
| 693 | |
| 694 | maybe( |
| 695 | http_archive, |
| 696 | name = "raze__peeking_take_while__0_1_2", |
| 697 | url = "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download", |
| 698 | type = "tar.gz", |
| 699 | sha256 = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099", |
| 700 | strip_prefix = "peeking_take_while-0.1.2", |
| 701 | build_file = Label("//third_party/cargo/remote:BUILD.peeking_take_while-0.1.2.bazel"), |
| 702 | ) |
| 703 | |
| 704 | maybe( |
| 705 | http_archive, |
| 706 | name = "raze__predicates__2_1_1", |
| 707 | url = "https://crates.io/api/v1/crates/predicates/2.1.1/download", |
| 708 | type = "tar.gz", |
| 709 | sha256 = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c", |
| 710 | strip_prefix = "predicates-2.1.1", |
| 711 | build_file = Label("//third_party/cargo/remote:BUILD.predicates-2.1.1.bazel"), |
| 712 | ) |
| 713 | |
| 714 | maybe( |
| 715 | http_archive, |
| 716 | name = "raze__predicates_core__1_0_3", |
| 717 | url = "https://crates.io/api/v1/crates/predicates-core/1.0.3/download", |
| 718 | type = "tar.gz", |
| 719 | sha256 = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb", |
| 720 | strip_prefix = "predicates-core-1.0.3", |
| 721 | build_file = Label("//third_party/cargo/remote:BUILD.predicates-core-1.0.3.bazel"), |
| 722 | ) |
| 723 | |
| 724 | maybe( |
| 725 | http_archive, |
| 726 | name = "raze__predicates_tree__1_0_5", |
| 727 | url = "https://crates.io/api/v1/crates/predicates-tree/1.0.5/download", |
| 728 | type = "tar.gz", |
| 729 | sha256 = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032", |
| 730 | strip_prefix = "predicates-tree-1.0.5", |
| 731 | build_file = Label("//third_party/cargo/remote:BUILD.predicates-tree-1.0.5.bazel"), |
| 732 | ) |
| 733 | |
| 734 | maybe( |
| 735 | http_archive, |
| 736 | name = "raze__proc_macro_error__1_0_4", |
| 737 | url = "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download", |
| 738 | type = "tar.gz", |
| 739 | sha256 = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c", |
| 740 | strip_prefix = "proc-macro-error-1.0.4", |
| 741 | build_file = Label("//third_party/cargo/remote:BUILD.proc-macro-error-1.0.4.bazel"), |
| 742 | ) |
| 743 | |
| 744 | maybe( |
| 745 | http_archive, |
| 746 | name = "raze__proc_macro_error_attr__1_0_4", |
| 747 | url = "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download", |
| 748 | type = "tar.gz", |
| 749 | sha256 = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869", |
| 750 | strip_prefix = "proc-macro-error-attr-1.0.4", |
| 751 | build_file = Label("//third_party/cargo/remote:BUILD.proc-macro-error-attr-1.0.4.bazel"), |
| 752 | ) |
| 753 | |
| 754 | maybe( |
| 755 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 756 | name = "raze__proc_macro2__1_0_40", |
| 757 | url = "https://crates.io/api/v1/crates/proc-macro2/1.0.40/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 758 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 759 | sha256 = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7", |
| 760 | strip_prefix = "proc-macro2-1.0.40", |
| 761 | build_file = Label("//third_party/cargo/remote:BUILD.proc-macro2-1.0.40.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 762 | ) |
| 763 | |
| 764 | maybe( |
| 765 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 766 | name = "raze__quote__1_0_20", |
| 767 | url = "https://crates.io/api/v1/crates/quote/1.0.20/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 768 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 769 | sha256 = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804", |
| 770 | strip_prefix = "quote-1.0.20", |
| 771 | build_file = Label("//third_party/cargo/remote:BUILD.quote-1.0.20.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 772 | ) |
| 773 | |
| 774 | maybe( |
| 775 | http_archive, |
| 776 | name = "raze__redox_syscall__0_2_13", |
| 777 | url = "https://crates.io/api/v1/crates/redox_syscall/0.2.13/download", |
| 778 | type = "tar.gz", |
| 779 | sha256 = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42", |
| 780 | strip_prefix = "redox_syscall-0.2.13", |
| 781 | build_file = Label("//third_party/cargo/remote:BUILD.redox_syscall-0.2.13.bazel"), |
| 782 | ) |
| 783 | |
| 784 | maybe( |
| 785 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 786 | name = "raze__regex__1_6_0", |
| 787 | url = "https://crates.io/api/v1/crates/regex/1.6.0/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 788 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 789 | sha256 = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b", |
| 790 | strip_prefix = "regex-1.6.0", |
| 791 | build_file = Label("//third_party/cargo/remote:BUILD.regex-1.6.0.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 792 | ) |
| 793 | |
| 794 | maybe( |
| 795 | http_archive, |
| 796 | name = "raze__regex_automata__0_1_10", |
| 797 | url = "https://crates.io/api/v1/crates/regex-automata/0.1.10/download", |
| 798 | type = "tar.gz", |
| 799 | sha256 = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132", |
| 800 | strip_prefix = "regex-automata-0.1.10", |
| 801 | build_file = Label("//third_party/cargo/remote:BUILD.regex-automata-0.1.10.bazel"), |
| 802 | ) |
| 803 | |
| 804 | maybe( |
| 805 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 806 | name = "raze__regex_syntax__0_6_27", |
| 807 | url = "https://crates.io/api/v1/crates/regex-syntax/0.6.27/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 808 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 809 | sha256 = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244", |
| 810 | strip_prefix = "regex-syntax-0.6.27", |
| 811 | build_file = Label("//third_party/cargo/remote:BUILD.regex-syntax-0.6.27.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 812 | ) |
| 813 | |
| 814 | maybe( |
| 815 | http_archive, |
| 816 | name = "raze__remove_dir_all__0_5_3", |
| 817 | url = "https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download", |
| 818 | type = "tar.gz", |
| 819 | sha256 = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7", |
| 820 | strip_prefix = "remove_dir_all-0.5.3", |
| 821 | build_file = Label("//third_party/cargo/remote:BUILD.remove_dir_all-0.5.3.bazel"), |
| 822 | ) |
| 823 | |
| 824 | maybe( |
| 825 | http_archive, |
| 826 | name = "raze__rust_info__0_3_2", |
| 827 | url = "https://crates.io/api/v1/crates/rust_info/0.3.2/download", |
| 828 | type = "tar.gz", |
| 829 | sha256 = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d", |
| 830 | strip_prefix = "rust_info-0.3.2", |
| 831 | build_file = Label("//third_party/cargo/remote:BUILD.rust_info-0.3.2.bazel"), |
| 832 | ) |
| 833 | |
| 834 | maybe( |
| 835 | http_archive, |
| 836 | name = "raze__rustc_demangle__0_1_21", |
| 837 | url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.21/download", |
| 838 | type = "tar.gz", |
| 839 | sha256 = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342", |
| 840 | strip_prefix = "rustc-demangle-0.1.21", |
| 841 | build_file = Label("//third_party/cargo/remote:BUILD.rustc-demangle-0.1.21.bazel"), |
| 842 | ) |
| 843 | |
| 844 | maybe( |
| 845 | http_archive, |
| 846 | name = "raze__rustc_hash__1_1_0", |
| 847 | url = "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download", |
| 848 | type = "tar.gz", |
| 849 | sha256 = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2", |
| 850 | strip_prefix = "rustc-hash-1.1.0", |
| 851 | build_file = Label("//third_party/cargo/remote:BUILD.rustc-hash-1.1.0.bazel"), |
| 852 | ) |
| 853 | |
| 854 | maybe( |
| 855 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 856 | name = "raze__rustversion__1_0_7", |
| 857 | url = "https://crates.io/api/v1/crates/rustversion/1.0.7/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 858 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 859 | sha256 = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf", |
| 860 | strip_prefix = "rustversion-1.0.7", |
| 861 | build_file = Label("//third_party/cargo/remote:BUILD.rustversion-1.0.7.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 862 | ) |
| 863 | |
| 864 | maybe( |
| 865 | http_archive, |
| 866 | name = "raze__ryu__1_0_10", |
| 867 | url = "https://crates.io/api/v1/crates/ryu/1.0.10/download", |
| 868 | type = "tar.gz", |
| 869 | sha256 = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695", |
| 870 | strip_prefix = "ryu-1.0.10", |
| 871 | build_file = Label("//third_party/cargo/remote:BUILD.ryu-1.0.10.bazel"), |
| 872 | ) |
| 873 | |
| 874 | maybe( |
| 875 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 876 | name = "raze__serde__1_0_139", |
| 877 | url = "https://crates.io/api/v1/crates/serde/1.0.139/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 878 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 879 | sha256 = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6", |
| 880 | strip_prefix = "serde-1.0.139", |
| 881 | build_file = Label("//third_party/cargo/remote:BUILD.serde-1.0.139.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 882 | ) |
| 883 | |
| 884 | maybe( |
| 885 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 886 | name = "raze__serde_derive__1_0_139", |
| 887 | url = "https://crates.io/api/v1/crates/serde_derive/1.0.139/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 888 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 889 | sha256 = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb", |
| 890 | strip_prefix = "serde_derive-1.0.139", |
| 891 | build_file = Label("//third_party/cargo/remote:BUILD.serde_derive-1.0.139.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 892 | ) |
| 893 | |
| 894 | maybe( |
| 895 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 896 | name = "raze__serde_json__1_0_82", |
| 897 | url = "https://crates.io/api/v1/crates/serde_json/1.0.82/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 898 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 899 | sha256 = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7", |
| 900 | strip_prefix = "serde_json-1.0.82", |
| 901 | build_file = Label("//third_party/cargo/remote:BUILD.serde_json-1.0.82.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 902 | ) |
| 903 | |
| 904 | maybe( |
| 905 | http_archive, |
| 906 | name = "raze__shlex__1_1_0", |
| 907 | url = "https://crates.io/api/v1/crates/shlex/1.1.0/download", |
| 908 | type = "tar.gz", |
| 909 | sha256 = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3", |
| 910 | strip_prefix = "shlex-1.1.0", |
| 911 | build_file = Label("//third_party/cargo/remote:BUILD.shlex-1.1.0.bazel"), |
| 912 | ) |
| 913 | |
| 914 | maybe( |
| 915 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 916 | name = "raze__smallvec__1_9_0", |
| 917 | url = "https://crates.io/api/v1/crates/smallvec/1.9.0/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 918 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 919 | sha256 = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1", |
| 920 | strip_prefix = "smallvec-1.9.0", |
| 921 | build_file = Label("//third_party/cargo/remote:BUILD.smallvec-1.9.0.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 922 | ) |
| 923 | |
| 924 | maybe( |
| 925 | http_archive, |
| 926 | name = "raze__smawk__0_3_1", |
| 927 | url = "https://crates.io/api/v1/crates/smawk/0.3.1/download", |
| 928 | type = "tar.gz", |
| 929 | sha256 = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043", |
| 930 | strip_prefix = "smawk-0.3.1", |
| 931 | build_file = Label("//third_party/cargo/remote:BUILD.smawk-0.3.1.bazel"), |
| 932 | ) |
| 933 | |
| 934 | maybe( |
| 935 | http_archive, |
| 936 | name = "raze__strsim__0_10_0", |
| 937 | url = "https://crates.io/api/v1/crates/strsim/0.10.0/download", |
| 938 | type = "tar.gz", |
| 939 | sha256 = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623", |
| 940 | strip_prefix = "strsim-0.10.0", |
| 941 | build_file = Label("//third_party/cargo/remote:BUILD.strsim-0.10.0.bazel"), |
| 942 | ) |
| 943 | |
| 944 | maybe( |
| 945 | http_archive, |
| 946 | name = "raze__strsim__0_8_0", |
| 947 | url = "https://crates.io/api/v1/crates/strsim/0.8.0/download", |
| 948 | type = "tar.gz", |
| 949 | sha256 = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a", |
| 950 | strip_prefix = "strsim-0.8.0", |
| 951 | build_file = Label("//third_party/cargo/remote:BUILD.strsim-0.8.0.bazel"), |
| 952 | ) |
| 953 | |
| 954 | maybe( |
| 955 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 956 | name = "raze__strum_macros__0_24_2", |
| 957 | url = "https://crates.io/api/v1/crates/strum_macros/0.24.2/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 958 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 959 | sha256 = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b", |
| 960 | strip_prefix = "strum_macros-0.24.2", |
| 961 | build_file = Label("//third_party/cargo/remote:BUILD.strum_macros-0.24.2.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 962 | ) |
| 963 | |
| 964 | maybe( |
| 965 | http_archive, |
| 966 | name = "raze__supports_color__1_3_0", |
| 967 | url = "https://crates.io/api/v1/crates/supports-color/1.3.0/download", |
| 968 | type = "tar.gz", |
| 969 | sha256 = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9", |
| 970 | strip_prefix = "supports-color-1.3.0", |
| 971 | build_file = Label("//third_party/cargo/remote:BUILD.supports-color-1.3.0.bazel"), |
| 972 | ) |
| 973 | |
| 974 | maybe( |
| 975 | http_archive, |
| 976 | name = "raze__supports_hyperlinks__1_2_0", |
| 977 | url = "https://crates.io/api/v1/crates/supports-hyperlinks/1.2.0/download", |
| 978 | type = "tar.gz", |
| 979 | sha256 = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406", |
| 980 | strip_prefix = "supports-hyperlinks-1.2.0", |
| 981 | build_file = Label("//third_party/cargo/remote:BUILD.supports-hyperlinks-1.2.0.bazel"), |
| 982 | ) |
| 983 | |
| 984 | maybe( |
| 985 | http_archive, |
| 986 | name = "raze__supports_unicode__1_0_2", |
| 987 | url = "https://crates.io/api/v1/crates/supports-unicode/1.0.2/download", |
| 988 | type = "tar.gz", |
| 989 | sha256 = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2", |
| 990 | strip_prefix = "supports-unicode-1.0.2", |
| 991 | build_file = Label("//third_party/cargo/remote:BUILD.supports-unicode-1.0.2.bazel"), |
| 992 | ) |
| 993 | |
| 994 | maybe( |
| 995 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 996 | name = "raze__syn__1_0_98", |
| 997 | url = "https://crates.io/api/v1/crates/syn/1.0.98/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 998 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 999 | sha256 = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd", |
| 1000 | strip_prefix = "syn-1.0.98", |
| 1001 | build_file = Label("//third_party/cargo/remote:BUILD.syn-1.0.98.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1002 | ) |
| 1003 | |
| 1004 | maybe( |
| 1005 | http_archive, |
| 1006 | name = "raze__tempfile__3_3_0", |
| 1007 | url = "https://crates.io/api/v1/crates/tempfile/3.3.0/download", |
| 1008 | type = "tar.gz", |
| 1009 | sha256 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4", |
| 1010 | strip_prefix = "tempfile-3.3.0", |
| 1011 | build_file = Label("//third_party/cargo/remote:BUILD.tempfile-3.3.0.bazel"), |
| 1012 | ) |
| 1013 | |
| 1014 | maybe( |
| 1015 | http_archive, |
| 1016 | name = "raze__termcolor__1_1_3", |
| 1017 | url = "https://crates.io/api/v1/crates/termcolor/1.1.3/download", |
| 1018 | type = "tar.gz", |
| 1019 | sha256 = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755", |
| 1020 | strip_prefix = "termcolor-1.1.3", |
| 1021 | build_file = Label("//third_party/cargo/remote:BUILD.termcolor-1.1.3.bazel"), |
| 1022 | ) |
| 1023 | |
| 1024 | maybe( |
| 1025 | http_archive, |
| 1026 | name = "raze__terminal_size__0_1_17", |
| 1027 | url = "https://crates.io/api/v1/crates/terminal_size/0.1.17/download", |
| 1028 | type = "tar.gz", |
| 1029 | sha256 = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df", |
| 1030 | strip_prefix = "terminal_size-0.1.17", |
| 1031 | build_file = Label("//third_party/cargo/remote:BUILD.terminal_size-0.1.17.bazel"), |
| 1032 | ) |
| 1033 | |
| 1034 | maybe( |
| 1035 | http_archive, |
| 1036 | name = "raze__termtree__0_2_4", |
| 1037 | url = "https://crates.io/api/v1/crates/termtree/0.2.4/download", |
| 1038 | type = "tar.gz", |
| 1039 | sha256 = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b", |
| 1040 | strip_prefix = "termtree-0.2.4", |
| 1041 | build_file = Label("//third_party/cargo/remote:BUILD.termtree-0.2.4.bazel"), |
| 1042 | ) |
| 1043 | |
| 1044 | maybe( |
| 1045 | http_archive, |
| 1046 | name = "raze__test_log__0_2_10", |
| 1047 | url = "https://crates.io/api/v1/crates/test-log/0.2.10/download", |
| 1048 | type = "tar.gz", |
| 1049 | sha256 = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735", |
| 1050 | strip_prefix = "test-log-0.2.10", |
| 1051 | build_file = Label("//third_party/cargo/remote:BUILD.test-log-0.2.10.bazel"), |
| 1052 | ) |
| 1053 | |
| 1054 | maybe( |
| 1055 | http_archive, |
| 1056 | name = "raze__textwrap__0_11_0", |
| 1057 | url = "https://crates.io/api/v1/crates/textwrap/0.11.0/download", |
| 1058 | type = "tar.gz", |
| 1059 | sha256 = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060", |
| 1060 | strip_prefix = "textwrap-0.11.0", |
| 1061 | build_file = Label("//third_party/cargo/remote:BUILD.textwrap-0.11.0.bazel"), |
| 1062 | ) |
| 1063 | |
| 1064 | maybe( |
| 1065 | http_archive, |
| 1066 | name = "raze__textwrap__0_15_0", |
| 1067 | url = "https://crates.io/api/v1/crates/textwrap/0.15.0/download", |
| 1068 | type = "tar.gz", |
| 1069 | sha256 = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb", |
| 1070 | strip_prefix = "textwrap-0.15.0", |
| 1071 | build_file = Label("//third_party/cargo/remote:BUILD.textwrap-0.15.0.bazel"), |
| 1072 | ) |
| 1073 | |
| 1074 | maybe( |
| 1075 | http_archive, |
| 1076 | name = "raze__thiserror__1_0_31", |
| 1077 | url = "https://crates.io/api/v1/crates/thiserror/1.0.31/download", |
| 1078 | type = "tar.gz", |
| 1079 | sha256 = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a", |
| 1080 | strip_prefix = "thiserror-1.0.31", |
| 1081 | build_file = Label("//third_party/cargo/remote:BUILD.thiserror-1.0.31.bazel"), |
| 1082 | ) |
| 1083 | |
| 1084 | maybe( |
| 1085 | http_archive, |
| 1086 | name = "raze__thiserror_impl__1_0_31", |
| 1087 | url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.31/download", |
| 1088 | type = "tar.gz", |
| 1089 | sha256 = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a", |
| 1090 | strip_prefix = "thiserror-impl-1.0.31", |
| 1091 | build_file = Label("//third_party/cargo/remote:BUILD.thiserror-impl-1.0.31.bazel"), |
| 1092 | ) |
| 1093 | |
| 1094 | maybe( |
| 1095 | http_archive, |
| 1096 | name = "raze__toml__0_5_9", |
| 1097 | url = "https://crates.io/api/v1/crates/toml/0.5.9/download", |
| 1098 | type = "tar.gz", |
| 1099 | sha256 = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7", |
| 1100 | strip_prefix = "toml-0.5.9", |
| 1101 | build_file = Label("//third_party/cargo/remote:BUILD.toml-0.5.9.bazel"), |
| 1102 | ) |
| 1103 | |
| 1104 | maybe( |
| 1105 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 1106 | name = "raze__trybuild__1_0_63", |
| 1107 | url = "https://crates.io/api/v1/crates/trybuild/1.0.63/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1108 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 1109 | sha256 = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0", |
| 1110 | strip_prefix = "trybuild-1.0.63", |
| 1111 | build_file = Label("//third_party/cargo/remote:BUILD.trybuild-1.0.63.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1112 | ) |
| 1113 | |
| 1114 | maybe( |
| 1115 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 1116 | name = "raze__unicode_ident__1_0_1", |
| 1117 | url = "https://crates.io/api/v1/crates/unicode-ident/1.0.1/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1118 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 1119 | sha256 = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c", |
| 1120 | strip_prefix = "unicode-ident-1.0.1", |
| 1121 | build_file = Label("//third_party/cargo/remote:BUILD.unicode-ident-1.0.1.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1122 | ) |
| 1123 | |
| 1124 | maybe( |
| 1125 | http_archive, |
| 1126 | name = "raze__unicode_linebreak__0_1_2", |
| 1127 | url = "https://crates.io/api/v1/crates/unicode-linebreak/0.1.2/download", |
| 1128 | type = "tar.gz", |
| 1129 | sha256 = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f", |
| 1130 | strip_prefix = "unicode-linebreak-0.1.2", |
| 1131 | build_file = Label("//third_party/cargo/remote:BUILD.unicode-linebreak-0.1.2.bazel"), |
| 1132 | ) |
| 1133 | |
| 1134 | maybe( |
| 1135 | http_archive, |
| 1136 | name = "raze__unicode_width__0_1_9", |
| 1137 | url = "https://crates.io/api/v1/crates/unicode-width/0.1.9/download", |
| 1138 | type = "tar.gz", |
| 1139 | sha256 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973", |
| 1140 | strip_prefix = "unicode-width-0.1.9", |
| 1141 | build_file = Label("//third_party/cargo/remote:BUILD.unicode-width-0.1.9.bazel"), |
| 1142 | ) |
| 1143 | |
| 1144 | maybe( |
| 1145 | http_archive, |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 1146 | name = "raze__uuid__1_1_2", |
| 1147 | url = "https://crates.io/api/v1/crates/uuid/1.1.2/download", |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1148 | type = "tar.gz", |
Brian Silverman | 6d3374a | 2022-07-13 20:10:47 -0700 | [diff] [blame^] | 1149 | sha256 = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f", |
| 1150 | strip_prefix = "uuid-1.1.2", |
| 1151 | build_file = Label("//third_party/cargo/remote:BUILD.uuid-1.1.2.bazel"), |
Brian Silverman | 547eda0 | 2022-05-19 23:14:08 -0700 | [diff] [blame] | 1152 | ) |
| 1153 | |
| 1154 | maybe( |
| 1155 | http_archive, |
| 1156 | name = "raze__vec_map__0_8_2", |
| 1157 | url = "https://crates.io/api/v1/crates/vec_map/0.8.2/download", |
| 1158 | type = "tar.gz", |
| 1159 | sha256 = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191", |
| 1160 | strip_prefix = "vec_map-0.8.2", |
| 1161 | build_file = Label("//third_party/cargo/remote:BUILD.vec_map-0.8.2.bazel"), |
| 1162 | ) |
| 1163 | |
| 1164 | maybe( |
| 1165 | http_archive, |
| 1166 | name = "raze__version_check__0_9_4", |
| 1167 | url = "https://crates.io/api/v1/crates/version_check/0.9.4/download", |
| 1168 | type = "tar.gz", |
| 1169 | sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f", |
| 1170 | strip_prefix = "version_check-0.9.4", |
| 1171 | build_file = Label("//third_party/cargo/remote:BUILD.version_check-0.9.4.bazel"), |
| 1172 | ) |
| 1173 | |
| 1174 | maybe( |
| 1175 | http_archive, |
| 1176 | name = "raze__wait_timeout__0_2_0", |
| 1177 | url = "https://crates.io/api/v1/crates/wait-timeout/0.2.0/download", |
| 1178 | type = "tar.gz", |
| 1179 | sha256 = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6", |
| 1180 | strip_prefix = "wait-timeout-0.2.0", |
| 1181 | build_file = Label("//third_party/cargo/remote:BUILD.wait-timeout-0.2.0.bazel"), |
| 1182 | ) |
| 1183 | |
| 1184 | maybe( |
| 1185 | http_archive, |
| 1186 | name = "raze__which__3_1_1", |
| 1187 | url = "https://crates.io/api/v1/crates/which/3.1.1/download", |
| 1188 | type = "tar.gz", |
| 1189 | sha256 = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724", |
| 1190 | strip_prefix = "which-3.1.1", |
| 1191 | build_file = Label("//third_party/cargo/remote:BUILD.which-3.1.1.bazel"), |
| 1192 | ) |
| 1193 | |
| 1194 | maybe( |
| 1195 | http_archive, |
| 1196 | name = "raze__which__4_2_5", |
| 1197 | url = "https://crates.io/api/v1/crates/which/4.2.5/download", |
| 1198 | type = "tar.gz", |
| 1199 | sha256 = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae", |
| 1200 | strip_prefix = "which-4.2.5", |
| 1201 | build_file = Label("//third_party/cargo/remote:BUILD.which-4.2.5.bazel"), |
| 1202 | ) |
| 1203 | |
| 1204 | maybe( |
| 1205 | http_archive, |
| 1206 | name = "raze__winapi__0_3_9", |
| 1207 | url = "https://crates.io/api/v1/crates/winapi/0.3.9/download", |
| 1208 | type = "tar.gz", |
| 1209 | sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", |
| 1210 | strip_prefix = "winapi-0.3.9", |
| 1211 | build_file = Label("//third_party/cargo/remote:BUILD.winapi-0.3.9.bazel"), |
| 1212 | ) |
| 1213 | |
| 1214 | maybe( |
| 1215 | http_archive, |
| 1216 | name = "raze__winapi_i686_pc_windows_gnu__0_4_0", |
| 1217 | url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", |
| 1218 | type = "tar.gz", |
| 1219 | sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", |
| 1220 | strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", |
| 1221 | build_file = Label("//third_party/cargo/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), |
| 1222 | ) |
| 1223 | |
| 1224 | maybe( |
| 1225 | http_archive, |
| 1226 | name = "raze__winapi_util__0_1_5", |
| 1227 | url = "https://crates.io/api/v1/crates/winapi-util/0.1.5/download", |
| 1228 | type = "tar.gz", |
| 1229 | sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178", |
| 1230 | strip_prefix = "winapi-util-0.1.5", |
| 1231 | build_file = Label("//third_party/cargo/remote:BUILD.winapi-util-0.1.5.bazel"), |
| 1232 | ) |
| 1233 | |
| 1234 | maybe( |
| 1235 | http_archive, |
| 1236 | name = "raze__winapi_x86_64_pc_windows_gnu__0_4_0", |
| 1237 | url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", |
| 1238 | type = "tar.gz", |
| 1239 | sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", |
| 1240 | strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", |
| 1241 | build_file = Label("//third_party/cargo/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), |
| 1242 | ) |