@@ -9,11 +9,11 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # bui
9
9
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" ) # buildifier: disable=load
10
10
load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" ) # buildifier: disable=load
11
11
12
- def rules_rust_examples_complex_sys_fetch_remote_crates ():
12
+ def complex_sys_fetch_remote_crates ():
13
13
"""This function defines a collection of repos and should be called in a WORKSPACE file"""
14
14
maybe (
15
15
http_archive ,
16
- name = "rules_rust_examples_complex_sys__autocfg__1_0_1 " ,
16
+ name = "complex_sys__autocfg__1_0_1 " ,
17
17
url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download" ,
18
18
type = "tar.gz" ,
19
19
sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" ,
@@ -23,7 +23,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
23
23
24
24
maybe (
25
25
http_archive ,
26
- name = "rules_rust_examples_complex_sys__bitflags__1_2_1 " ,
26
+ name = "complex_sys__bitflags__1_2_1 " ,
27
27
url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download" ,
28
28
type = "tar.gz" ,
29
29
sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" ,
@@ -33,7 +33,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
33
33
34
34
maybe (
35
35
http_archive ,
36
- name = "rules_rust_examples_complex_sys__cc__1_0_69 " ,
36
+ name = "complex_sys__cc__1_0_69 " ,
37
37
url = "https://crates.io/api/v1/crates/cc/1.0.69/download" ,
38
38
type = "tar.gz" ,
39
39
sha256 = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" ,
@@ -43,7 +43,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
43
43
44
44
maybe (
45
45
http_archive ,
46
- name = "rules_rust_examples_complex_sys__cfg_if__1_0_0 " ,
46
+ name = "complex_sys__cfg_if__1_0_0 " ,
47
47
url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download" ,
48
48
type = "tar.gz" ,
49
49
sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" ,
@@ -53,7 +53,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
53
53
54
54
maybe (
55
55
http_archive ,
56
- name = "rules_rust_examples_complex_sys__foreign_types__0_3_2 " ,
56
+ name = "complex_sys__foreign_types__0_3_2 " ,
57
57
url = "https://crates.io/api/v1/crates/foreign-types/0.3.2/download" ,
58
58
type = "tar.gz" ,
59
59
sha256 = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" ,
@@ -63,7 +63,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
63
63
64
64
maybe (
65
65
http_archive ,
66
- name = "rules_rust_examples_complex_sys__foreign_types_shared__0_1_1 " ,
66
+ name = "complex_sys__foreign_types_shared__0_1_1 " ,
67
67
url = "https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download" ,
68
68
type = "tar.gz" ,
69
69
sha256 = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" ,
@@ -73,7 +73,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
73
73
74
74
maybe (
75
75
http_archive ,
76
- name = "rules_rust_examples_complex_sys__form_urlencoded__1_0_1 " ,
76
+ name = "complex_sys__form_urlencoded__1_0_1 " ,
77
77
url = "https://crates.io/api/v1/crates/form_urlencoded/1.0.1/download" ,
78
78
type = "tar.gz" ,
79
79
sha256 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" ,
@@ -83,7 +83,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
83
83
84
84
maybe (
85
85
http_archive ,
86
- name = "rules_rust_examples_complex_sys__git2__0_13_12 " ,
86
+ name = "complex_sys__git2__0_13_12 " ,
87
87
url = "https://crates.io/api/v1/crates/git2/0.13.12/download" ,
88
88
type = "tar.gz" ,
89
89
sha256 = "ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224" ,
@@ -93,7 +93,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
93
93
94
94
maybe (
95
95
http_archive ,
96
- name = "rules_rust_examples_complex_sys__idna__0_2_3 " ,
96
+ name = "complex_sys__idna__0_2_3 " ,
97
97
url = "https://crates.io/api/v1/crates/idna/0.2.3/download" ,
98
98
type = "tar.gz" ,
99
99
sha256 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" ,
@@ -103,7 +103,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
103
103
104
104
maybe (
105
105
http_archive ,
106
- name = "rules_rust_examples_complex_sys__jobserver__0_1_23 " ,
106
+ name = "complex_sys__jobserver__0_1_23 " ,
107
107
url = "https://crates.io/api/v1/crates/jobserver/0.1.23/download" ,
108
108
type = "tar.gz" ,
109
109
sha256 = "f5ca711fd837261e14ec9e674f092cbb931d3fa1482b017ae59328ddc6f3212b" ,
@@ -113,7 +113,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
113
113
114
114
maybe (
115
115
http_archive ,
116
- name = "rules_rust_examples_complex_sys__lazy_static__1_4_0 " ,
116
+ name = "complex_sys__lazy_static__1_4_0 " ,
117
117
url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download" ,
118
118
type = "tar.gz" ,
119
119
sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" ,
@@ -123,7 +123,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
123
123
124
124
maybe (
125
125
http_archive ,
126
- name = "rules_rust_examples_complex_sys__libc__0_2_98 " ,
126
+ name = "complex_sys__libc__0_2_98 " ,
127
127
url = "https://crates.io/api/v1/crates/libc/0.2.98/download" ,
128
128
type = "tar.gz" ,
129
129
sha256 = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" ,
@@ -133,7 +133,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
133
133
134
134
maybe (
135
135
http_archive ,
136
- name = "rules_rust_examples_complex_sys__libgit2_sys__0_12_21_1_1_0 " ,
136
+ name = "complex_sys__libgit2_sys__0_12_21_1_1_0 " ,
137
137
url = "https://crates.io/api/v1/crates/libgit2-sys/0.12.21+1.1.0/download" ,
138
138
type = "tar.gz" ,
139
139
sha256 = "86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825" ,
@@ -143,7 +143,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
143
143
144
144
maybe (
145
145
http_archive ,
146
- name = "rules_rust_examples_complex_sys__libssh2_sys__0_2_21 " ,
146
+ name = "complex_sys__libssh2_sys__0_2_21 " ,
147
147
url = "https://crates.io/api/v1/crates/libssh2-sys/0.2.21/download" ,
148
148
type = "tar.gz" ,
149
149
sha256 = "e0186af0d8f171ae6b9c4c90ec51898bad5d08a2d5e470903a50d9ad8959cbee" ,
@@ -153,7 +153,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
153
153
154
154
maybe (
155
155
http_archive ,
156
- name = "rules_rust_examples_complex_sys__libz_sys__1_1_3 " ,
156
+ name = "complex_sys__libz_sys__1_1_3 " ,
157
157
url = "https://crates.io/api/v1/crates/libz-sys/1.1.3/download" ,
158
158
type = "tar.gz" ,
159
159
sha256 = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" ,
@@ -163,7 +163,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
163
163
164
164
maybe (
165
165
http_archive ,
166
- name = "rules_rust_examples_complex_sys__log__0_4_14 " ,
166
+ name = "complex_sys__log__0_4_14 " ,
167
167
url = "https://crates.io/api/v1/crates/log/0.4.14/download" ,
168
168
type = "tar.gz" ,
169
169
sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" ,
@@ -173,7 +173,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
173
173
174
174
maybe (
175
175
http_archive ,
176
- name = "rules_rust_examples_complex_sys__matches__0_1_8 " ,
176
+ name = "complex_sys__matches__0_1_8 " ,
177
177
url = "https://crates.io/api/v1/crates/matches/0.1.8/download" ,
178
178
type = "tar.gz" ,
179
179
sha256 = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" ,
@@ -183,7 +183,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
183
183
184
184
maybe (
185
185
http_archive ,
186
- name = "rules_rust_examples_complex_sys__openssl__0_10_32 " ,
186
+ name = "complex_sys__openssl__0_10_32 " ,
187
187
url = "https://crates.io/api/v1/crates/openssl/0.10.32/download" ,
188
188
type = "tar.gz" ,
189
189
sha256 = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" ,
@@ -193,7 +193,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
193
193
194
194
maybe (
195
195
http_archive ,
196
- name = "rules_rust_examples_complex_sys__openssl_probe__0_1_4 " ,
196
+ name = "complex_sys__openssl_probe__0_1_4 " ,
197
197
url = "https://crates.io/api/v1/crates/openssl-probe/0.1.4/download" ,
198
198
type = "tar.gz" ,
199
199
sha256 = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" ,
@@ -203,7 +203,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
203
203
204
204
maybe (
205
205
http_archive ,
206
- name = "rules_rust_examples_complex_sys__openssl_sys__0_9_60 " ,
206
+ name = "complex_sys__openssl_sys__0_9_60 " ,
207
207
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.60/download" ,
208
208
type = "tar.gz" ,
209
209
sha256 = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" ,
@@ -213,7 +213,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
213
213
214
214
maybe (
215
215
http_archive ,
216
- name = "rules_rust_examples_complex_sys__percent_encoding__2_1_0 " ,
216
+ name = "complex_sys__percent_encoding__2_1_0 " ,
217
217
url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download" ,
218
218
type = "tar.gz" ,
219
219
sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" ,
@@ -223,7 +223,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
223
223
224
224
maybe (
225
225
http_archive ,
226
- name = "rules_rust_examples_complex_sys__pkg_config__0_3_19 " ,
226
+ name = "complex_sys__pkg_config__0_3_19 " ,
227
227
url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download" ,
228
228
type = "tar.gz" ,
229
229
sha256 = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" ,
@@ -233,7 +233,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
233
233
234
234
maybe (
235
235
http_archive ,
236
- name = "rules_rust_examples_complex_sys__tinyvec__1_3_1 " ,
236
+ name = "complex_sys__tinyvec__1_3_1 " ,
237
237
url = "https://crates.io/api/v1/crates/tinyvec/1.3.1/download" ,
238
238
type = "tar.gz" ,
239
239
sha256 = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338" ,
@@ -243,7 +243,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
243
243
244
244
maybe (
245
245
http_archive ,
246
- name = "rules_rust_examples_complex_sys__tinyvec_macros__0_1_0 " ,
246
+ name = "complex_sys__tinyvec_macros__0_1_0 " ,
247
247
url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download" ,
248
248
type = "tar.gz" ,
249
249
sha256 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" ,
@@ -253,7 +253,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
253
253
254
254
maybe (
255
255
http_archive ,
256
- name = "rules_rust_examples_complex_sys__unicode_bidi__0_3_5 " ,
256
+ name = "complex_sys__unicode_bidi__0_3_5 " ,
257
257
url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.5/download" ,
258
258
type = "tar.gz" ,
259
259
sha256 = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" ,
@@ -263,7 +263,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
263
263
264
264
maybe (
265
265
http_archive ,
266
- name = "rules_rust_examples_complex_sys__unicode_normalization__0_1_19 " ,
266
+ name = "complex_sys__unicode_normalization__0_1_19 " ,
267
267
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.19/download" ,
268
268
type = "tar.gz" ,
269
269
sha256 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" ,
@@ -273,7 +273,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
273
273
274
274
maybe (
275
275
http_archive ,
276
- name = "rules_rust_examples_complex_sys__url__2_2_2 " ,
276
+ name = "complex_sys__url__2_2_2 " ,
277
277
url = "https://crates.io/api/v1/crates/url/2.2.2/download" ,
278
278
type = "tar.gz" ,
279
279
sha256 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" ,
@@ -283,7 +283,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates():
283
283
284
284
maybe (
285
285
http_archive ,
286
- name = "rules_rust_examples_complex_sys__vcpkg__0_2_15 " ,
286
+ name = "complex_sys__vcpkg__0_2_15 " ,
287
287
url = "https://crates.io/api/v1/crates/vcpkg/0.2.15/download" ,
288
288
type = "tar.gz" ,
289
289
sha256 = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" ,
0 commit comments