##// END OF EJS Templates
rust: upgrade minimum `rayon` dependency...
Raphaël Gomès -
r50995:812a9fbf stable
parent child Browse files
Show More
@@ -1,1294 +1,1291 b''
1 # This file is automatically @generated by Cargo.
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
2 # It is not intended for manual editing.
3 version = 3
3 version = 3
4
4
5 [[package]]
5 [[package]]
6 name = "Inflector"
6 name = "Inflector"
7 version = "0.11.4"
7 version = "0.11.4"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
9 checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
10
11 [[package]]
11 [[package]]
12 name = "adler"
12 name = "adler"
13 version = "0.2.3"
13 version = "0.2.3"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
15 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
16
16
17 [[package]]
17 [[package]]
18 name = "ahash"
18 name = "ahash"
19 version = "0.4.7"
19 version = "0.4.7"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
21 checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
22
22
23 [[package]]
23 [[package]]
24 name = "aho-corasick"
24 name = "aho-corasick"
25 version = "0.7.18"
25 version = "0.7.18"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
27 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
28 dependencies = [
28 dependencies = [
29 "memchr",
29 "memchr",
30 ]
30 ]
31
31
32 [[package]]
32 [[package]]
33 name = "aliasable"
33 name = "aliasable"
34 version = "0.1.3"
34 version = "0.1.3"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
36 checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
37
37
38 [[package]]
38 [[package]]
39 name = "ansi_term"
39 name = "ansi_term"
40 version = "0.12.1"
40 version = "0.12.1"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
42 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
43 dependencies = [
43 dependencies = [
44 "winapi",
44 "winapi",
45 ]
45 ]
46
46
47 [[package]]
47 [[package]]
48 name = "atty"
48 name = "atty"
49 version = "0.2.14"
49 version = "0.2.14"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
51 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
52 dependencies = [
52 dependencies = [
53 "hermit-abi",
53 "hermit-abi",
54 "libc",
54 "libc",
55 "winapi",
55 "winapi",
56 ]
56 ]
57
57
58 [[package]]
58 [[package]]
59 name = "autocfg"
59 name = "autocfg"
60 version = "1.0.1"
60 version = "1.0.1"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
62 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
63
63
64 [[package]]
64 [[package]]
65 name = "bitflags"
65 name = "bitflags"
66 version = "1.3.2"
66 version = "1.3.2"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
68 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
69
69
70 [[package]]
70 [[package]]
71 name = "bitmaps"
71 name = "bitmaps"
72 version = "2.1.0"
72 version = "2.1.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
74 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
75 dependencies = [
75 dependencies = [
76 "typenum",
76 "typenum",
77 ]
77 ]
78
78
79 [[package]]
79 [[package]]
80 name = "block-buffer"
80 name = "block-buffer"
81 version = "0.9.0"
81 version = "0.9.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
83 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
84 dependencies = [
84 dependencies = [
85 "generic-array",
85 "generic-array",
86 ]
86 ]
87
87
88 [[package]]
88 [[package]]
89 name = "block-buffer"
89 name = "block-buffer"
90 version = "0.10.2"
90 version = "0.10.2"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
92 checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
93 dependencies = [
93 dependencies = [
94 "generic-array",
94 "generic-array",
95 ]
95 ]
96
96
97 [[package]]
97 [[package]]
98 name = "byteorder"
98 name = "byteorder"
99 version = "1.4.3"
99 version = "1.4.3"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
101 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
102
102
103 [[package]]
103 [[package]]
104 name = "bytes-cast"
104 name = "bytes-cast"
105 version = "0.2.0"
105 version = "0.2.0"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
107 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
108 dependencies = [
108 dependencies = [
109 "bytes-cast-derive",
109 "bytes-cast-derive",
110 ]
110 ]
111
111
112 [[package]]
112 [[package]]
113 name = "bytes-cast-derive"
113 name = "bytes-cast-derive"
114 version = "0.1.0"
114 version = "0.1.0"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
116 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
117 dependencies = [
117 dependencies = [
118 "proc-macro2",
118 "proc-macro2",
119 "quote",
119 "quote",
120 "syn",
120 "syn",
121 ]
121 ]
122
122
123 [[package]]
123 [[package]]
124 name = "cc"
124 name = "cc"
125 version = "1.0.66"
125 version = "1.0.66"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
127 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
128 dependencies = [
128 dependencies = [
129 "jobserver",
129 "jobserver",
130 ]
130 ]
131
131
132 [[package]]
132 [[package]]
133 name = "cfg-if"
133 name = "cfg-if"
134 version = "0.1.10"
134 version = "0.1.10"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
136 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
137
137
138 [[package]]
138 [[package]]
139 name = "cfg-if"
139 name = "cfg-if"
140 version = "1.0.0"
140 version = "1.0.0"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
142 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
142 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
143
143
144 [[package]]
144 [[package]]
145 name = "chrono"
145 name = "chrono"
146 version = "0.4.19"
146 version = "0.4.19"
147 source = "registry+https://github.com/rust-lang/crates.io-index"
147 source = "registry+https://github.com/rust-lang/crates.io-index"
148 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
148 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
149 dependencies = [
149 dependencies = [
150 "libc",
150 "libc",
151 "num-integer",
151 "num-integer",
152 "num-traits",
152 "num-traits",
153 "time",
153 "time",
154 "winapi",
154 "winapi",
155 ]
155 ]
156
156
157 [[package]]
157 [[package]]
158 name = "clap"
158 name = "clap"
159 version = "2.34.0"
159 version = "2.34.0"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
161 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
162 dependencies = [
162 dependencies = [
163 "ansi_term",
163 "ansi_term",
164 "atty",
164 "atty",
165 "bitflags",
165 "bitflags",
166 "strsim",
166 "strsim",
167 "textwrap",
167 "textwrap",
168 "unicode-width",
168 "unicode-width",
169 "vec_map",
169 "vec_map",
170 ]
170 ]
171
171
172 [[package]]
172 [[package]]
173 name = "const_fn"
173 name = "const_fn"
174 version = "0.4.4"
174 version = "0.4.4"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
176 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
176 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
177
177
178 [[package]]
178 [[package]]
179 name = "convert_case"
179 name = "convert_case"
180 version = "0.4.0"
180 version = "0.4.0"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
182 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
183
183
184 [[package]]
184 [[package]]
185 name = "cpufeatures"
185 name = "cpufeatures"
186 version = "0.1.4"
186 version = "0.1.4"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
188 checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
189 dependencies = [
189 dependencies = [
190 "libc",
190 "libc",
191 ]
191 ]
192
192
193 [[package]]
193 [[package]]
194 name = "cpufeatures"
194 name = "cpufeatures"
195 version = "0.2.1"
195 version = "0.2.1"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
197 checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
198 dependencies = [
198 dependencies = [
199 "libc",
199 "libc",
200 ]
200 ]
201
201
202 [[package]]
202 [[package]]
203 name = "cpython"
203 name = "cpython"
204 version = "0.7.0"
204 version = "0.7.0"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
206 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
207 dependencies = [
207 dependencies = [
208 "libc",
208 "libc",
209 "num-traits",
209 "num-traits",
210 "paste",
210 "paste",
211 "python3-sys",
211 "python3-sys",
212 ]
212 ]
213
213
214 [[package]]
214 [[package]]
215 name = "crc32fast"
215 name = "crc32fast"
216 version = "1.2.1"
216 version = "1.2.1"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
218 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
219 dependencies = [
219 dependencies = [
220 "cfg-if 1.0.0",
220 "cfg-if 1.0.0",
221 ]
221 ]
222
222
223 [[package]]
223 [[package]]
224 name = "crossbeam-channel"
224 name = "crossbeam-channel"
225 version = "0.5.2"
225 version = "0.5.2"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
227 checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
228 dependencies = [
228 dependencies = [
229 "cfg-if 1.0.0",
229 "cfg-if 1.0.0",
230 "crossbeam-utils",
230 "crossbeam-utils",
231 ]
231 ]
232
232
233 [[package]]
233 [[package]]
234 name = "crossbeam-deque"
234 name = "crossbeam-deque"
235 version = "0.8.0"
235 version = "0.8.2"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
237 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
237 checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
238 dependencies = [
238 dependencies = [
239 "cfg-if 1.0.0",
239 "cfg-if 1.0.0",
240 "crossbeam-epoch",
240 "crossbeam-epoch",
241 "crossbeam-utils",
241 "crossbeam-utils",
242 ]
242 ]
243
243
244 [[package]]
244 [[package]]
245 name = "crossbeam-epoch"
245 name = "crossbeam-epoch"
246 version = "0.9.1"
246 version = "0.9.1"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
248 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
249 dependencies = [
249 dependencies = [
250 "cfg-if 1.0.0",
250 "cfg-if 1.0.0",
251 "const_fn",
251 "const_fn",
252 "crossbeam-utils",
252 "crossbeam-utils",
253 "lazy_static",
253 "lazy_static",
254 "memoffset",
254 "memoffset",
255 "scopeguard",
255 "scopeguard",
256 ]
256 ]
257
257
258 [[package]]
258 [[package]]
259 name = "crossbeam-utils"
259 name = "crossbeam-utils"
260 version = "0.8.1"
260 version = "0.8.1"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
262 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
263 dependencies = [
263 dependencies = [
264 "autocfg",
264 "autocfg",
265 "cfg-if 1.0.0",
265 "cfg-if 1.0.0",
266 "lazy_static",
266 "lazy_static",
267 ]
267 ]
268
268
269 [[package]]
269 [[package]]
270 name = "crypto-common"
270 name = "crypto-common"
271 version = "0.1.2"
271 version = "0.1.2"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
273 checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
274 dependencies = [
274 dependencies = [
275 "generic-array",
275 "generic-array",
276 ]
276 ]
277
277
278 [[package]]
278 [[package]]
279 name = "ctor"
279 name = "ctor"
280 version = "0.1.16"
280 version = "0.1.16"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
282 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
282 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
283 dependencies = [
283 dependencies = [
284 "quote",
284 "quote",
285 "syn",
285 "syn",
286 ]
286 ]
287
287
288 [[package]]
288 [[package]]
289 name = "derive_more"
289 name = "derive_more"
290 version = "0.99.17"
290 version = "0.99.17"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
292 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
293 dependencies = [
293 dependencies = [
294 "convert_case",
294 "convert_case",
295 "proc-macro2",
295 "proc-macro2",
296 "quote",
296 "quote",
297 "rustc_version",
297 "rustc_version",
298 "syn",
298 "syn",
299 ]
299 ]
300
300
301 [[package]]
301 [[package]]
302 name = "diff"
302 name = "diff"
303 version = "0.1.12"
303 version = "0.1.12"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
305 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
306
306
307 [[package]]
307 [[package]]
308 name = "digest"
308 name = "digest"
309 version = "0.9.0"
309 version = "0.9.0"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
311 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
312 dependencies = [
312 dependencies = [
313 "generic-array",
313 "generic-array",
314 ]
314 ]
315
315
316 [[package]]
316 [[package]]
317 name = "digest"
317 name = "digest"
318 version = "0.10.2"
318 version = "0.10.2"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
320 checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
321 dependencies = [
321 dependencies = [
322 "block-buffer 0.10.2",
322 "block-buffer 0.10.2",
323 "crypto-common",
323 "crypto-common",
324 ]
324 ]
325
325
326 [[package]]
326 [[package]]
327 name = "either"
327 name = "either"
328 version = "1.6.1"
328 version = "1.6.1"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
330 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
331
331
332 [[package]]
332 [[package]]
333 name = "env_logger"
333 name = "env_logger"
334 version = "0.9.0"
334 version = "0.9.0"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
336 checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
336 checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
337 dependencies = [
337 dependencies = [
338 "atty",
338 "atty",
339 "humantime",
339 "humantime",
340 "log",
340 "log",
341 "regex",
341 "regex",
342 "termcolor",
342 "termcolor",
343 ]
343 ]
344
344
345 [[package]]
345 [[package]]
346 name = "fastrand"
346 name = "fastrand"
347 version = "1.7.0"
347 version = "1.7.0"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
349 checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
350 dependencies = [
350 dependencies = [
351 "instant",
351 "instant",
352 ]
352 ]
353
353
354 [[package]]
354 [[package]]
355 name = "flate2"
355 name = "flate2"
356 version = "1.0.22"
356 version = "1.0.22"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
358 checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
359 dependencies = [
359 dependencies = [
360 "cfg-if 1.0.0",
360 "cfg-if 1.0.0",
361 "crc32fast",
361 "crc32fast",
362 "libc",
362 "libc",
363 "libz-sys",
363 "libz-sys",
364 "miniz_oxide",
364 "miniz_oxide",
365 ]
365 ]
366
366
367 [[package]]
367 [[package]]
368 name = "format-bytes"
368 name = "format-bytes"
369 version = "0.3.0"
369 version = "0.3.0"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
371 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
372 dependencies = [
372 dependencies = [
373 "format-bytes-macros",
373 "format-bytes-macros",
374 ]
374 ]
375
375
376 [[package]]
376 [[package]]
377 name = "format-bytes-macros"
377 name = "format-bytes-macros"
378 version = "0.4.0"
378 version = "0.4.0"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
380 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
381 dependencies = [
381 dependencies = [
382 "proc-macro2",
382 "proc-macro2",
383 "quote",
383 "quote",
384 "syn",
384 "syn",
385 ]
385 ]
386
386
387 [[package]]
387 [[package]]
388 name = "generic-array"
388 name = "generic-array"
389 version = "0.14.4"
389 version = "0.14.4"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
391 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
391 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
392 dependencies = [
392 dependencies = [
393 "typenum",
393 "typenum",
394 "version_check",
394 "version_check",
395 ]
395 ]
396
396
397 [[package]]
397 [[package]]
398 name = "getrandom"
398 name = "getrandom"
399 version = "0.1.15"
399 version = "0.1.15"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
401 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
402 dependencies = [
402 dependencies = [
403 "cfg-if 0.1.10",
403 "cfg-if 0.1.10",
404 "libc",
404 "libc",
405 "wasi 0.9.0+wasi-snapshot-preview1",
405 "wasi 0.9.0+wasi-snapshot-preview1",
406 ]
406 ]
407
407
408 [[package]]
408 [[package]]
409 name = "getrandom"
409 name = "getrandom"
410 version = "0.2.4"
410 version = "0.2.4"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
412 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
413 dependencies = [
413 dependencies = [
414 "cfg-if 1.0.0",
414 "cfg-if 1.0.0",
415 "libc",
415 "libc",
416 "wasi 0.10.0+wasi-snapshot-preview1",
416 "wasi 0.10.0+wasi-snapshot-preview1",
417 ]
417 ]
418
418
419 [[package]]
419 [[package]]
420 name = "glob"
420 name = "glob"
421 version = "0.3.0"
421 version = "0.3.0"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
423 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
424
424
425 [[package]]
425 [[package]]
426 name = "hashbrown"
426 name = "hashbrown"
427 version = "0.9.1"
427 version = "0.9.1"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
429 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
430 dependencies = [
430 dependencies = [
431 "ahash",
431 "ahash",
432 "rayon",
432 "rayon",
433 ]
433 ]
434
434
435 [[package]]
435 [[package]]
436 name = "hermit-abi"
436 name = "hermit-abi"
437 version = "0.1.17"
437 version = "0.1.17"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
439 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
439 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
440 dependencies = [
440 dependencies = [
441 "libc",
441 "libc",
442 ]
442 ]
443
443
444 [[package]]
444 [[package]]
445 name = "hex"
445 name = "hex"
446 version = "0.4.3"
446 version = "0.4.3"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
448 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
449
449
450 [[package]]
450 [[package]]
451 name = "hg-core"
451 name = "hg-core"
452 version = "0.1.0"
452 version = "0.1.0"
453 dependencies = [
453 dependencies = [
454 "bitflags",
454 "bitflags",
455 "byteorder",
455 "byteorder",
456 "bytes-cast",
456 "bytes-cast",
457 "clap",
457 "clap",
458 "crossbeam-channel",
458 "crossbeam-channel",
459 "derive_more",
459 "derive_more",
460 "flate2",
460 "flate2",
461 "format-bytes",
461 "format-bytes",
462 "hashbrown",
462 "hashbrown",
463 "home",
463 "home",
464 "im-rc",
464 "im-rc",
465 "itertools 0.10.3",
465 "itertools 0.10.3",
466 "lazy_static",
466 "lazy_static",
467 "libc",
467 "libc",
468 "log",
468 "log",
469 "memmap2",
469 "memmap2",
470 "micro-timer",
470 "micro-timer",
471 "once_cell",
471 "once_cell",
472 "ouroboros",
472 "ouroboros",
473 "pretty_assertions",
473 "pretty_assertions",
474 "rand 0.8.5",
474 "rand 0.8.5",
475 "rand_distr",
475 "rand_distr",
476 "rand_pcg",
476 "rand_pcg",
477 "rayon",
477 "rayon",
478 "regex",
478 "regex",
479 "same-file",
479 "same-file",
480 "sha-1 0.10.0",
480 "sha-1 0.10.0",
481 "tempfile",
481 "tempfile",
482 "thread_local",
482 "thread_local",
483 "twox-hash",
483 "twox-hash",
484 "zstd",
484 "zstd",
485 ]
485 ]
486
486
487 [[package]]
487 [[package]]
488 name = "hg-cpython"
488 name = "hg-cpython"
489 version = "0.1.0"
489 version = "0.1.0"
490 dependencies = [
490 dependencies = [
491 "cpython",
491 "cpython",
492 "crossbeam-channel",
492 "crossbeam-channel",
493 "env_logger",
493 "env_logger",
494 "hg-core",
494 "hg-core",
495 "libc",
495 "libc",
496 "log",
496 "log",
497 "stable_deref_trait",
497 "stable_deref_trait",
498 "vcsgraph",
498 "vcsgraph",
499 ]
499 ]
500
500
501 [[package]]
501 [[package]]
502 name = "home"
502 name = "home"
503 version = "0.5.3"
503 version = "0.5.3"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
505 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
506 dependencies = [
506 dependencies = [
507 "winapi",
507 "winapi",
508 ]
508 ]
509
509
510 [[package]]
510 [[package]]
511 name = "humantime"
511 name = "humantime"
512 version = "2.1.0"
512 version = "2.1.0"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
514 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
515
515
516 [[package]]
516 [[package]]
517 name = "im-rc"
517 name = "im-rc"
518 version = "15.0.0"
518 version = "15.0.0"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
520 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
521 dependencies = [
521 dependencies = [
522 "bitmaps",
522 "bitmaps",
523 "rand_core 0.5.1",
523 "rand_core 0.5.1",
524 "rand_xoshiro",
524 "rand_xoshiro",
525 "sized-chunks",
525 "sized-chunks",
526 "typenum",
526 "typenum",
527 "version_check",
527 "version_check",
528 ]
528 ]
529
529
530 [[package]]
530 [[package]]
531 name = "instant"
531 name = "instant"
532 version = "0.1.12"
532 version = "0.1.12"
533 source = "registry+https://github.com/rust-lang/crates.io-index"
533 source = "registry+https://github.com/rust-lang/crates.io-index"
534 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
534 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
535 dependencies = [
535 dependencies = [
536 "cfg-if 1.0.0",
536 "cfg-if 1.0.0",
537 ]
537 ]
538
538
539 [[package]]
539 [[package]]
540 name = "itertools"
540 name = "itertools"
541 version = "0.9.0"
541 version = "0.9.0"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
543 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
544 dependencies = [
544 dependencies = [
545 "either",
545 "either",
546 ]
546 ]
547
547
548 [[package]]
548 [[package]]
549 name = "itertools"
549 name = "itertools"
550 version = "0.10.3"
550 version = "0.10.3"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
552 checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
552 checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
553 dependencies = [
553 dependencies = [
554 "either",
554 "either",
555 ]
555 ]
556
556
557 [[package]]
557 [[package]]
558 name = "jobserver"
558 name = "jobserver"
559 version = "0.1.21"
559 version = "0.1.21"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
561 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
562 dependencies = [
562 dependencies = [
563 "libc",
563 "libc",
564 ]
564 ]
565
565
566 [[package]]
566 [[package]]
567 name = "lazy_static"
567 name = "lazy_static"
568 version = "1.4.0"
568 version = "1.4.0"
569 source = "registry+https://github.com/rust-lang/crates.io-index"
569 source = "registry+https://github.com/rust-lang/crates.io-index"
570 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
570 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
571
571
572 [[package]]
572 [[package]]
573 name = "libc"
573 name = "libc"
574 version = "0.2.124"
574 version = "0.2.124"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
576 checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
577
577
578 [[package]]
578 [[package]]
579 name = "libm"
579 name = "libm"
580 version = "0.2.1"
580 version = "0.2.1"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
582 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
583
583
584 [[package]]
584 [[package]]
585 name = "libz-sys"
585 name = "libz-sys"
586 version = "1.1.2"
586 version = "1.1.2"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
588 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
588 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
589 dependencies = [
589 dependencies = [
590 "cc",
590 "cc",
591 "pkg-config",
591 "pkg-config",
592 "vcpkg",
592 "vcpkg",
593 ]
593 ]
594
594
595 [[package]]
595 [[package]]
596 name = "log"
596 name = "log"
597 version = "0.4.14"
597 version = "0.4.14"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
599 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
600 dependencies = [
600 dependencies = [
601 "cfg-if 1.0.0",
601 "cfg-if 1.0.0",
602 ]
602 ]
603
603
604 [[package]]
604 [[package]]
605 name = "memchr"
605 name = "memchr"
606 version = "2.4.1"
606 version = "2.4.1"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
608 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
609
609
610 [[package]]
610 [[package]]
611 name = "memmap2"
611 name = "memmap2"
612 version = "0.5.7"
612 version = "0.5.7"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
614 checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
615 dependencies = [
615 dependencies = [
616 "libc",
616 "libc",
617 "stable_deref_trait",
617 "stable_deref_trait",
618 ]
618 ]
619
619
620 [[package]]
620 [[package]]
621 name = "memoffset"
621 name = "memoffset"
622 version = "0.6.1"
622 version = "0.6.1"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
624 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
625 dependencies = [
625 dependencies = [
626 "autocfg",
626 "autocfg",
627 ]
627 ]
628
628
629 [[package]]
629 [[package]]
630 name = "micro-timer"
630 name = "micro-timer"
631 version = "0.4.0"
631 version = "0.4.0"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
633 checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
633 checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
634 dependencies = [
634 dependencies = [
635 "micro-timer-macros",
635 "micro-timer-macros",
636 "scopeguard",
636 "scopeguard",
637 ]
637 ]
638
638
639 [[package]]
639 [[package]]
640 name = "micro-timer-macros"
640 name = "micro-timer-macros"
641 version = "0.4.0"
641 version = "0.4.0"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
643 checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
643 checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
644 dependencies = [
644 dependencies = [
645 "proc-macro2",
645 "proc-macro2",
646 "quote",
646 "quote",
647 "scopeguard",
647 "scopeguard",
648 "syn",
648 "syn",
649 ]
649 ]
650
650
651 [[package]]
651 [[package]]
652 name = "miniz_oxide"
652 name = "miniz_oxide"
653 version = "0.4.3"
653 version = "0.4.3"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
655 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
656 dependencies = [
656 dependencies = [
657 "adler",
657 "adler",
658 "autocfg",
658 "autocfg",
659 ]
659 ]
660
660
661 [[package]]
661 [[package]]
662 name = "num-integer"
662 name = "num-integer"
663 version = "0.1.44"
663 version = "0.1.44"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
665 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
666 dependencies = [
666 dependencies = [
667 "autocfg",
667 "autocfg",
668 "num-traits",
668 "num-traits",
669 ]
669 ]
670
670
671 [[package]]
671 [[package]]
672 name = "num-traits"
672 name = "num-traits"
673 version = "0.2.14"
673 version = "0.2.14"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
675 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
676 dependencies = [
676 dependencies = [
677 "autocfg",
677 "autocfg",
678 "libm",
678 "libm",
679 ]
679 ]
680
680
681 [[package]]
681 [[package]]
682 name = "num_cpus"
682 name = "num_cpus"
683 version = "1.13.0"
683 version = "1.13.0"
684 source = "registry+https://github.com/rust-lang/crates.io-index"
684 source = "registry+https://github.com/rust-lang/crates.io-index"
685 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
685 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
686 dependencies = [
686 dependencies = [
687 "hermit-abi",
687 "hermit-abi",
688 "libc",
688 "libc",
689 ]
689 ]
690
690
691 [[package]]
691 [[package]]
692 name = "once_cell"
692 name = "once_cell"
693 version = "1.14.0"
693 version = "1.14.0"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
695 checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
696
696
697 [[package]]
697 [[package]]
698 name = "opaque-debug"
698 name = "opaque-debug"
699 version = "0.3.0"
699 version = "0.3.0"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
701 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
701 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
702
702
703 [[package]]
703 [[package]]
704 name = "ouroboros"
704 name = "ouroboros"
705 version = "0.15.0"
705 version = "0.15.0"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
707 checksum = "9f31a3b678685b150cba82b702dcdc5e155893f63610cf388d30cd988d4ca2bf"
707 checksum = "9f31a3b678685b150cba82b702dcdc5e155893f63610cf388d30cd988d4ca2bf"
708 dependencies = [
708 dependencies = [
709 "aliasable",
709 "aliasable",
710 "ouroboros_macro",
710 "ouroboros_macro",
711 "stable_deref_trait",
711 "stable_deref_trait",
712 ]
712 ]
713
713
714 [[package]]
714 [[package]]
715 name = "ouroboros_macro"
715 name = "ouroboros_macro"
716 version = "0.15.0"
716 version = "0.15.0"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "084fd65d5dd8b3772edccb5ffd1e4b7eba43897ecd0f9401e330e8c542959408"
718 checksum = "084fd65d5dd8b3772edccb5ffd1e4b7eba43897ecd0f9401e330e8c542959408"
719 dependencies = [
719 dependencies = [
720 "Inflector",
720 "Inflector",
721 "proc-macro-error",
721 "proc-macro-error",
722 "proc-macro2",
722 "proc-macro2",
723 "quote",
723 "quote",
724 "syn",
724 "syn",
725 ]
725 ]
726
726
727 [[package]]
727 [[package]]
728 name = "output_vt100"
728 name = "output_vt100"
729 version = "0.1.2"
729 version = "0.1.2"
730 source = "registry+https://github.com/rust-lang/crates.io-index"
730 source = "registry+https://github.com/rust-lang/crates.io-index"
731 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
731 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
732 dependencies = [
732 dependencies = [
733 "winapi",
733 "winapi",
734 ]
734 ]
735
735
736 [[package]]
736 [[package]]
737 name = "paste"
737 name = "paste"
738 version = "1.0.5"
738 version = "1.0.5"
739 source = "registry+https://github.com/rust-lang/crates.io-index"
739 source = "registry+https://github.com/rust-lang/crates.io-index"
740 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
740 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
741
741
742 [[package]]
742 [[package]]
743 name = "pkg-config"
743 name = "pkg-config"
744 version = "0.3.19"
744 version = "0.3.19"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
746 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
746 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
747
747
748 [[package]]
748 [[package]]
749 name = "ppv-lite86"
749 name = "ppv-lite86"
750 version = "0.2.10"
750 version = "0.2.10"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
752 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
753
753
754 [[package]]
754 [[package]]
755 name = "pretty_assertions"
755 name = "pretty_assertions"
756 version = "1.1.0"
756 version = "1.1.0"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
758 checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
759 dependencies = [
759 dependencies = [
760 "ansi_term",
760 "ansi_term",
761 "ctor",
761 "ctor",
762 "diff",
762 "diff",
763 "output_vt100",
763 "output_vt100",
764 ]
764 ]
765
765
766 [[package]]
766 [[package]]
767 name = "proc-macro-error"
767 name = "proc-macro-error"
768 version = "1.0.4"
768 version = "1.0.4"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
770 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
770 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
771 dependencies = [
771 dependencies = [
772 "proc-macro-error-attr",
772 "proc-macro-error-attr",
773 "proc-macro2",
773 "proc-macro2",
774 "quote",
774 "quote",
775 "syn",
775 "syn",
776 "version_check",
776 "version_check",
777 ]
777 ]
778
778
779 [[package]]
779 [[package]]
780 name = "proc-macro-error-attr"
780 name = "proc-macro-error-attr"
781 version = "1.0.4"
781 version = "1.0.4"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
783 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
784 dependencies = [
784 dependencies = [
785 "proc-macro2",
785 "proc-macro2",
786 "quote",
786 "quote",
787 "version_check",
787 "version_check",
788 ]
788 ]
789
789
790 [[package]]
790 [[package]]
791 name = "proc-macro2"
791 name = "proc-macro2"
792 version = "1.0.24"
792 version = "1.0.24"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
794 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
794 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
795 dependencies = [
795 dependencies = [
796 "unicode-xid",
796 "unicode-xid",
797 ]
797 ]
798
798
799 [[package]]
799 [[package]]
800 name = "python3-sys"
800 name = "python3-sys"
801 version = "0.7.0"
801 version = "0.7.0"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
803 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
803 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
804 dependencies = [
804 dependencies = [
805 "libc",
805 "libc",
806 "regex",
806 "regex",
807 ]
807 ]
808
808
809 [[package]]
809 [[package]]
810 name = "quote"
810 name = "quote"
811 version = "1.0.7"
811 version = "1.0.7"
812 source = "registry+https://github.com/rust-lang/crates.io-index"
812 source = "registry+https://github.com/rust-lang/crates.io-index"
813 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
813 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
814 dependencies = [
814 dependencies = [
815 "proc-macro2",
815 "proc-macro2",
816 ]
816 ]
817
817
818 [[package]]
818 [[package]]
819 name = "rand"
819 name = "rand"
820 version = "0.7.3"
820 version = "0.7.3"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
822 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
823 dependencies = [
823 dependencies = [
824 "getrandom 0.1.15",
824 "getrandom 0.1.15",
825 "libc",
825 "libc",
826 "rand_chacha 0.2.2",
826 "rand_chacha 0.2.2",
827 "rand_core 0.5.1",
827 "rand_core 0.5.1",
828 "rand_hc",
828 "rand_hc",
829 ]
829 ]
830
830
831 [[package]]
831 [[package]]
832 name = "rand"
832 name = "rand"
833 version = "0.8.5"
833 version = "0.8.5"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
835 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
835 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
836 dependencies = [
836 dependencies = [
837 "libc",
837 "libc",
838 "rand_chacha 0.3.1",
838 "rand_chacha 0.3.1",
839 "rand_core 0.6.3",
839 "rand_core 0.6.3",
840 ]
840 ]
841
841
842 [[package]]
842 [[package]]
843 name = "rand_chacha"
843 name = "rand_chacha"
844 version = "0.2.2"
844 version = "0.2.2"
845 source = "registry+https://github.com/rust-lang/crates.io-index"
845 source = "registry+https://github.com/rust-lang/crates.io-index"
846 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
846 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
847 dependencies = [
847 dependencies = [
848 "ppv-lite86",
848 "ppv-lite86",
849 "rand_core 0.5.1",
849 "rand_core 0.5.1",
850 ]
850 ]
851
851
852 [[package]]
852 [[package]]
853 name = "rand_chacha"
853 name = "rand_chacha"
854 version = "0.3.1"
854 version = "0.3.1"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
856 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
857 dependencies = [
857 dependencies = [
858 "ppv-lite86",
858 "ppv-lite86",
859 "rand_core 0.6.3",
859 "rand_core 0.6.3",
860 ]
860 ]
861
861
862 [[package]]
862 [[package]]
863 name = "rand_core"
863 name = "rand_core"
864 version = "0.5.1"
864 version = "0.5.1"
865 source = "registry+https://github.com/rust-lang/crates.io-index"
865 source = "registry+https://github.com/rust-lang/crates.io-index"
866 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
866 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
867 dependencies = [
867 dependencies = [
868 "getrandom 0.1.15",
868 "getrandom 0.1.15",
869 ]
869 ]
870
870
871 [[package]]
871 [[package]]
872 name = "rand_core"
872 name = "rand_core"
873 version = "0.6.3"
873 version = "0.6.3"
874 source = "registry+https://github.com/rust-lang/crates.io-index"
874 source = "registry+https://github.com/rust-lang/crates.io-index"
875 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
875 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
876 dependencies = [
876 dependencies = [
877 "getrandom 0.2.4",
877 "getrandom 0.2.4",
878 ]
878 ]
879
879
880 [[package]]
880 [[package]]
881 name = "rand_distr"
881 name = "rand_distr"
882 version = "0.4.3"
882 version = "0.4.3"
883 source = "registry+https://github.com/rust-lang/crates.io-index"
883 source = "registry+https://github.com/rust-lang/crates.io-index"
884 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
884 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
885 dependencies = [
885 dependencies = [
886 "num-traits",
886 "num-traits",
887 "rand 0.8.5",
887 "rand 0.8.5",
888 ]
888 ]
889
889
890 [[package]]
890 [[package]]
891 name = "rand_hc"
891 name = "rand_hc"
892 version = "0.2.0"
892 version = "0.2.0"
893 source = "registry+https://github.com/rust-lang/crates.io-index"
893 source = "registry+https://github.com/rust-lang/crates.io-index"
894 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
894 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
895 dependencies = [
895 dependencies = [
896 "rand_core 0.5.1",
896 "rand_core 0.5.1",
897 ]
897 ]
898
898
899 [[package]]
899 [[package]]
900 name = "rand_pcg"
900 name = "rand_pcg"
901 version = "0.3.1"
901 version = "0.3.1"
902 source = "registry+https://github.com/rust-lang/crates.io-index"
902 source = "registry+https://github.com/rust-lang/crates.io-index"
903 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
903 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
904 dependencies = [
904 dependencies = [
905 "rand_core 0.6.3",
905 "rand_core 0.6.3",
906 ]
906 ]
907
907
908 [[package]]
908 [[package]]
909 name = "rand_xoshiro"
909 name = "rand_xoshiro"
910 version = "0.4.0"
910 version = "0.4.0"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
912 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
912 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
913 dependencies = [
913 dependencies = [
914 "rand_core 0.5.1",
914 "rand_core 0.5.1",
915 ]
915 ]
916
916
917 [[package]]
917 [[package]]
918 name = "rayon"
918 name = "rayon"
919 version = "1.5.1"
919 version = "1.6.1"
920 source = "registry+https://github.com/rust-lang/crates.io-index"
920 source = "registry+https://github.com/rust-lang/crates.io-index"
921 checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
921 checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
922 dependencies = [
922 dependencies = [
923 "autocfg",
924 "crossbeam-deque",
925 "either",
923 "either",
926 "rayon-core",
924 "rayon-core",
927 ]
925 ]
928
926
929 [[package]]
927 [[package]]
930 name = "rayon-core"
928 name = "rayon-core"
931 version = "1.9.1"
929 version = "1.10.2"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
933 checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
931 checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
934 dependencies = [
932 dependencies = [
935 "crossbeam-channel",
933 "crossbeam-channel",
936 "crossbeam-deque",
934 "crossbeam-deque",
937 "crossbeam-utils",
935 "crossbeam-utils",
938 "lazy_static",
939 "num_cpus",
936 "num_cpus",
940 ]
937 ]
941
938
942 [[package]]
939 [[package]]
943 name = "redox_syscall"
940 name = "redox_syscall"
944 version = "0.2.11"
941 version = "0.2.11"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
943 checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
947 dependencies = [
944 dependencies = [
948 "bitflags",
945 "bitflags",
949 ]
946 ]
950
947
951 [[package]]
948 [[package]]
952 name = "regex"
949 name = "regex"
953 version = "1.5.5"
950 version = "1.5.5"
954 source = "registry+https://github.com/rust-lang/crates.io-index"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
955 checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
952 checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
956 dependencies = [
953 dependencies = [
957 "aho-corasick",
954 "aho-corasick",
958 "memchr",
955 "memchr",
959 "regex-syntax",
956 "regex-syntax",
960 ]
957 ]
961
958
962 [[package]]
959 [[package]]
963 name = "regex-syntax"
960 name = "regex-syntax"
964 version = "0.6.25"
961 version = "0.6.25"
965 source = "registry+https://github.com/rust-lang/crates.io-index"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
966 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
963 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
967
964
968 [[package]]
965 [[package]]
969 name = "remove_dir_all"
966 name = "remove_dir_all"
970 version = "0.5.3"
967 version = "0.5.3"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
972 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
969 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
973 dependencies = [
970 dependencies = [
974 "winapi",
971 "winapi",
975 ]
972 ]
976
973
977 [[package]]
974 [[package]]
978 name = "rhg"
975 name = "rhg"
979 version = "0.1.0"
976 version = "0.1.0"
980 dependencies = [
977 dependencies = [
981 "atty",
978 "atty",
982 "chrono",
979 "chrono",
983 "clap",
980 "clap",
984 "derive_more",
981 "derive_more",
985 "env_logger",
982 "env_logger",
986 "format-bytes",
983 "format-bytes",
987 "hg-core",
984 "hg-core",
988 "home",
985 "home",
989 "lazy_static",
986 "lazy_static",
990 "log",
987 "log",
991 "micro-timer",
988 "micro-timer",
992 "rayon",
989 "rayon",
993 "regex",
990 "regex",
994 "users",
991 "users",
995 "which",
992 "which",
996 ]
993 ]
997
994
998 [[package]]
995 [[package]]
999 name = "rustc_version"
996 name = "rustc_version"
1000 version = "0.4.0"
997 version = "0.4.0"
1001 source = "registry+https://github.com/rust-lang/crates.io-index"
998 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
999 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1003 dependencies = [
1000 dependencies = [
1004 "semver",
1001 "semver",
1005 ]
1002 ]
1006
1003
1007 [[package]]
1004 [[package]]
1008 name = "same-file"
1005 name = "same-file"
1009 version = "1.0.6"
1006 version = "1.0.6"
1010 source = "registry+https://github.com/rust-lang/crates.io-index"
1007 source = "registry+https://github.com/rust-lang/crates.io-index"
1011 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1008 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1012 dependencies = [
1009 dependencies = [
1013 "winapi-util",
1010 "winapi-util",
1014 ]
1011 ]
1015
1012
1016 [[package]]
1013 [[package]]
1017 name = "scopeguard"
1014 name = "scopeguard"
1018 version = "1.1.0"
1015 version = "1.1.0"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1017 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1021
1018
1022 [[package]]
1019 [[package]]
1023 name = "semver"
1020 name = "semver"
1024 version = "1.0.6"
1021 version = "1.0.6"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1022 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
1023 checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
1027
1024
1028 [[package]]
1025 [[package]]
1029 name = "sha-1"
1026 name = "sha-1"
1030 version = "0.9.6"
1027 version = "0.9.6"
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1032 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
1029 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
1033 dependencies = [
1030 dependencies = [
1034 "block-buffer 0.9.0",
1031 "block-buffer 0.9.0",
1035 "cfg-if 1.0.0",
1032 "cfg-if 1.0.0",
1036 "cpufeatures 0.1.4",
1033 "cpufeatures 0.1.4",
1037 "digest 0.9.0",
1034 "digest 0.9.0",
1038 "opaque-debug",
1035 "opaque-debug",
1039 ]
1036 ]
1040
1037
1041 [[package]]
1038 [[package]]
1042 name = "sha-1"
1039 name = "sha-1"
1043 version = "0.10.0"
1040 version = "0.10.0"
1044 source = "registry+https://github.com/rust-lang/crates.io-index"
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
1045 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1042 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1046 dependencies = [
1043 dependencies = [
1047 "cfg-if 1.0.0",
1044 "cfg-if 1.0.0",
1048 "cpufeatures 0.2.1",
1045 "cpufeatures 0.2.1",
1049 "digest 0.10.2",
1046 "digest 0.10.2",
1050 ]
1047 ]
1051
1048
1052 [[package]]
1049 [[package]]
1053 name = "sized-chunks"
1050 name = "sized-chunks"
1054 version = "0.6.2"
1051 version = "0.6.2"
1055 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1056 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
1053 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
1057 dependencies = [
1054 dependencies = [
1058 "bitmaps",
1055 "bitmaps",
1059 "typenum",
1056 "typenum",
1060 ]
1057 ]
1061
1058
1062 [[package]]
1059 [[package]]
1063 name = "stable_deref_trait"
1060 name = "stable_deref_trait"
1064 version = "1.2.0"
1061 version = "1.2.0"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1063 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1067
1064
1068 [[package]]
1065 [[package]]
1069 name = "static_assertions"
1066 name = "static_assertions"
1070 version = "1.1.0"
1067 version = "1.1.0"
1071 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1072 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1069 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1073
1070
1074 [[package]]
1071 [[package]]
1075 name = "strsim"
1072 name = "strsim"
1076 version = "0.8.0"
1073 version = "0.8.0"
1077 source = "registry+https://github.com/rust-lang/crates.io-index"
1074 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1075 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1079
1076
1080 [[package]]
1077 [[package]]
1081 name = "syn"
1078 name = "syn"
1082 version = "1.0.54"
1079 version = "1.0.54"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
1081 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
1085 dependencies = [
1082 dependencies = [
1086 "proc-macro2",
1083 "proc-macro2",
1087 "quote",
1084 "quote",
1088 "unicode-xid",
1085 "unicode-xid",
1089 ]
1086 ]
1090
1087
1091 [[package]]
1088 [[package]]
1092 name = "tempfile"
1089 name = "tempfile"
1093 version = "3.3.0"
1090 version = "3.3.0"
1094 source = "registry+https://github.com/rust-lang/crates.io-index"
1091 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1092 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1096 dependencies = [
1093 dependencies = [
1097 "cfg-if 1.0.0",
1094 "cfg-if 1.0.0",
1098 "fastrand",
1095 "fastrand",
1099 "libc",
1096 "libc",
1100 "redox_syscall",
1097 "redox_syscall",
1101 "remove_dir_all",
1098 "remove_dir_all",
1102 "winapi",
1099 "winapi",
1103 ]
1100 ]
1104
1101
1105 [[package]]
1102 [[package]]
1106 name = "termcolor"
1103 name = "termcolor"
1107 version = "1.1.2"
1104 version = "1.1.2"
1108 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 source = "registry+https://github.com/rust-lang/crates.io-index"
1109 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1106 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1110 dependencies = [
1107 dependencies = [
1111 "winapi-util",
1108 "winapi-util",
1112 ]
1109 ]
1113
1110
1114 [[package]]
1111 [[package]]
1115 name = "textwrap"
1112 name = "textwrap"
1116 version = "0.11.0"
1113 version = "0.11.0"
1117 source = "registry+https://github.com/rust-lang/crates.io-index"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1118 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1115 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1119 dependencies = [
1116 dependencies = [
1120 "unicode-width",
1117 "unicode-width",
1121 ]
1118 ]
1122
1119
1123 [[package]]
1120 [[package]]
1124 name = "thread_local"
1121 name = "thread_local"
1125 version = "1.1.4"
1122 version = "1.1.4"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1123 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
1124 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
1128 dependencies = [
1125 dependencies = [
1129 "once_cell",
1126 "once_cell",
1130 ]
1127 ]
1131
1128
1132 [[package]]
1129 [[package]]
1133 name = "time"
1130 name = "time"
1134 version = "0.1.44"
1131 version = "0.1.44"
1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1132 source = "registry+https://github.com/rust-lang/crates.io-index"
1136 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1133 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1137 dependencies = [
1134 dependencies = [
1138 "libc",
1135 "libc",
1139 "wasi 0.10.0+wasi-snapshot-preview1",
1136 "wasi 0.10.0+wasi-snapshot-preview1",
1140 "winapi",
1137 "winapi",
1141 ]
1138 ]
1142
1139
1143 [[package]]
1140 [[package]]
1144 name = "twox-hash"
1141 name = "twox-hash"
1145 version = "1.6.2"
1142 version = "1.6.2"
1146 source = "registry+https://github.com/rust-lang/crates.io-index"
1143 source = "registry+https://github.com/rust-lang/crates.io-index"
1147 checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
1144 checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
1148 dependencies = [
1145 dependencies = [
1149 "cfg-if 1.0.0",
1146 "cfg-if 1.0.0",
1150 "rand 0.8.5",
1147 "rand 0.8.5",
1151 "static_assertions",
1148 "static_assertions",
1152 ]
1149 ]
1153
1150
1154 [[package]]
1151 [[package]]
1155 name = "typenum"
1152 name = "typenum"
1156 version = "1.12.0"
1153 version = "1.12.0"
1157 source = "registry+https://github.com/rust-lang/crates.io-index"
1154 source = "registry+https://github.com/rust-lang/crates.io-index"
1158 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1155 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1159
1156
1160 [[package]]
1157 [[package]]
1161 name = "unicode-width"
1158 name = "unicode-width"
1162 version = "0.1.9"
1159 version = "0.1.9"
1163 source = "registry+https://github.com/rust-lang/crates.io-index"
1160 source = "registry+https://github.com/rust-lang/crates.io-index"
1164 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1161 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1165
1162
1166 [[package]]
1163 [[package]]
1167 name = "unicode-xid"
1164 name = "unicode-xid"
1168 version = "0.2.1"
1165 version = "0.2.1"
1169 source = "registry+https://github.com/rust-lang/crates.io-index"
1166 source = "registry+https://github.com/rust-lang/crates.io-index"
1170 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1167 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1171
1168
1172 [[package]]
1169 [[package]]
1173 name = "users"
1170 name = "users"
1174 version = "0.11.0"
1171 version = "0.11.0"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1172 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1173 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1177 dependencies = [
1174 dependencies = [
1178 "libc",
1175 "libc",
1179 "log",
1176 "log",
1180 ]
1177 ]
1181
1178
1182 [[package]]
1179 [[package]]
1183 name = "vcpkg"
1180 name = "vcpkg"
1184 version = "0.2.11"
1181 version = "0.2.11"
1185 source = "registry+https://github.com/rust-lang/crates.io-index"
1182 source = "registry+https://github.com/rust-lang/crates.io-index"
1186 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1183 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1187
1184
1188 [[package]]
1185 [[package]]
1189 name = "vcsgraph"
1186 name = "vcsgraph"
1190 version = "0.2.0"
1187 version = "0.2.0"
1191 source = "registry+https://github.com/rust-lang/crates.io-index"
1188 source = "registry+https://github.com/rust-lang/crates.io-index"
1192 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1189 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1193 dependencies = [
1190 dependencies = [
1194 "hex",
1191 "hex",
1195 "rand 0.7.3",
1192 "rand 0.7.3",
1196 "sha-1 0.9.6",
1193 "sha-1 0.9.6",
1197 ]
1194 ]
1198
1195
1199 [[package]]
1196 [[package]]
1200 name = "vec_map"
1197 name = "vec_map"
1201 version = "0.8.2"
1198 version = "0.8.2"
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
1199 source = "registry+https://github.com/rust-lang/crates.io-index"
1203 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1200 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1204
1201
1205 [[package]]
1202 [[package]]
1206 name = "version_check"
1203 name = "version_check"
1207 version = "0.9.2"
1204 version = "0.9.2"
1208 source = "registry+https://github.com/rust-lang/crates.io-index"
1205 source = "registry+https://github.com/rust-lang/crates.io-index"
1209 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1206 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1210
1207
1211 [[package]]
1208 [[package]]
1212 name = "wasi"
1209 name = "wasi"
1213 version = "0.9.0+wasi-snapshot-preview1"
1210 version = "0.9.0+wasi-snapshot-preview1"
1214 source = "registry+https://github.com/rust-lang/crates.io-index"
1211 source = "registry+https://github.com/rust-lang/crates.io-index"
1215 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1212 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1216
1213
1217 [[package]]
1214 [[package]]
1218 name = "wasi"
1215 name = "wasi"
1219 version = "0.10.0+wasi-snapshot-preview1"
1216 version = "0.10.0+wasi-snapshot-preview1"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1217 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1218 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1222
1219
1223 [[package]]
1220 [[package]]
1224 name = "which"
1221 name = "which"
1225 version = "4.2.5"
1222 version = "4.2.5"
1226 source = "registry+https://github.com/rust-lang/crates.io-index"
1223 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
1224 checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
1228 dependencies = [
1225 dependencies = [
1229 "either",
1226 "either",
1230 "lazy_static",
1227 "lazy_static",
1231 "libc",
1228 "libc",
1232 ]
1229 ]
1233
1230
1234 [[package]]
1231 [[package]]
1235 name = "winapi"
1232 name = "winapi"
1236 version = "0.3.9"
1233 version = "0.3.9"
1237 source = "registry+https://github.com/rust-lang/crates.io-index"
1234 source = "registry+https://github.com/rust-lang/crates.io-index"
1238 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1235 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1239 dependencies = [
1236 dependencies = [
1240 "winapi-i686-pc-windows-gnu",
1237 "winapi-i686-pc-windows-gnu",
1241 "winapi-x86_64-pc-windows-gnu",
1238 "winapi-x86_64-pc-windows-gnu",
1242 ]
1239 ]
1243
1240
1244 [[package]]
1241 [[package]]
1245 name = "winapi-i686-pc-windows-gnu"
1242 name = "winapi-i686-pc-windows-gnu"
1246 version = "0.4.0"
1243 version = "0.4.0"
1247 source = "registry+https://github.com/rust-lang/crates.io-index"
1244 source = "registry+https://github.com/rust-lang/crates.io-index"
1248 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1245 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1249
1246
1250 [[package]]
1247 [[package]]
1251 name = "winapi-util"
1248 name = "winapi-util"
1252 version = "0.1.5"
1249 version = "0.1.5"
1253 source = "registry+https://github.com/rust-lang/crates.io-index"
1250 source = "registry+https://github.com/rust-lang/crates.io-index"
1254 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1251 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1255 dependencies = [
1252 dependencies = [
1256 "winapi",
1253 "winapi",
1257 ]
1254 ]
1258
1255
1259 [[package]]
1256 [[package]]
1260 name = "winapi-x86_64-pc-windows-gnu"
1257 name = "winapi-x86_64-pc-windows-gnu"
1261 version = "0.4.0"
1258 version = "0.4.0"
1262 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 source = "registry+https://github.com/rust-lang/crates.io-index"
1263 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1260 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1264
1261
1265 [[package]]
1262 [[package]]
1266 name = "zstd"
1263 name = "zstd"
1267 version = "0.5.4+zstd.1.4.7"
1264 version = "0.5.4+zstd.1.4.7"
1268 source = "registry+https://github.com/rust-lang/crates.io-index"
1265 source = "registry+https://github.com/rust-lang/crates.io-index"
1269 checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
1266 checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
1270 dependencies = [
1267 dependencies = [
1271 "zstd-safe",
1268 "zstd-safe",
1272 ]
1269 ]
1273
1270
1274 [[package]]
1271 [[package]]
1275 name = "zstd-safe"
1272 name = "zstd-safe"
1276 version = "2.0.6+zstd.1.4.7"
1273 version = "2.0.6+zstd.1.4.7"
1277 source = "registry+https://github.com/rust-lang/crates.io-index"
1274 source = "registry+https://github.com/rust-lang/crates.io-index"
1278 checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
1275 checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
1279 dependencies = [
1276 dependencies = [
1280 "libc",
1277 "libc",
1281 "zstd-sys",
1278 "zstd-sys",
1282 ]
1279 ]
1283
1280
1284 [[package]]
1281 [[package]]
1285 name = "zstd-sys"
1282 name = "zstd-sys"
1286 version = "1.4.18+zstd.1.4.7"
1283 version = "1.4.18+zstd.1.4.7"
1287 source = "registry+https://github.com/rust-lang/crates.io-index"
1284 source = "registry+https://github.com/rust-lang/crates.io-index"
1288 checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
1285 checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
1289 dependencies = [
1286 dependencies = [
1290 "cc",
1287 "cc",
1291 "glob",
1288 "glob",
1292 "itertools 0.9.0",
1289 "itertools 0.9.0",
1293 "libc",
1290 "libc",
1294 ]
1291 ]
@@ -1,52 +1,52 b''
1 [package]
1 [package]
2 name = "hg-core"
2 name = "hg-core"
3 version = "0.1.0"
3 version = "0.1.0"
4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
5 description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
5 description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
6 edition = "2018"
6 edition = "2018"
7
7
8 [lib]
8 [lib]
9 name = "hg"
9 name = "hg"
10
10
11 [dependencies]
11 [dependencies]
12 bitflags = "1.3.2"
12 bitflags = "1.3.2"
13 bytes-cast = "0.2.0"
13 bytes-cast = "0.2.0"
14 byteorder = "1.4.3"
14 byteorder = "1.4.3"
15 derive_more = "0.99.17"
15 derive_more = "0.99.17"
16 hashbrown = { version = "0.9.1", features = ["rayon"] }
16 hashbrown = { version = "0.9.1", features = ["rayon"] }
17 home = "0.5.3"
17 home = "0.5.3"
18 im-rc = "15.0"
18 im-rc = "15.0"
19 itertools = "0.10.3"
19 itertools = "0.10.3"
20 lazy_static = "1.4.0"
20 lazy_static = "1.4.0"
21 libc = "0.2"
21 libc = "0.2"
22 ouroboros = "0.15.0"
22 ouroboros = "0.15.0"
23 rand = "0.8.4"
23 rand = "0.8.4"
24 rand_pcg = "0.3.1"
24 rand_pcg = "0.3.1"
25 rand_distr = "0.4.3"
25 rand_distr = "0.4.3"
26 rayon = "1.5.1"
26 rayon = "1.6.1"
27 regex = "1.5.5"
27 regex = "1.5.5"
28 sha-1 = "0.10.0"
28 sha-1 = "0.10.0"
29 twox-hash = "1.6.2"
29 twox-hash = "1.6.2"
30 same-file = "1.0.6"
30 same-file = "1.0.6"
31 tempfile = "3.1.0"
31 tempfile = "3.1.0"
32 thread_local = "1.1.4"
32 thread_local = "1.1.4"
33 crossbeam-channel = "0.5.0"
33 crossbeam-channel = "0.5.0"
34 micro-timer = "0.4.0"
34 micro-timer = "0.4.0"
35 log = "0.4.8"
35 log = "0.4.8"
36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
37 zstd = "0.5.3"
37 zstd = "0.5.3"
38 format-bytes = "0.3.0"
38 format-bytes = "0.3.0"
39 # once_cell 1.15 uses edition 2021, while the heptapod CI
39 # once_cell 1.15 uses edition 2021, while the heptapod CI
40 # uses an old version of Cargo that doesn't support it.
40 # uses an old version of Cargo that doesn't support it.
41 once_cell = "1.14.0"
41 once_cell = "1.14.0"
42
42
43 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
43 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
44 # we have a clearer view of which backend is the fastest.
44 # we have a clearer view of which backend is the fastest.
45 [dependencies.flate2]
45 [dependencies.flate2]
46 version = "1.0.22"
46 version = "1.0.22"
47 features = ["zlib"]
47 features = ["zlib"]
48 default-features = false
48 default-features = false
49
49
50 [dev-dependencies]
50 [dev-dependencies]
51 clap = "2.34.0"
51 clap = "2.34.0"
52 pretty_assertions = "1.1.0"
52 pretty_assertions = "1.1.0"
@@ -1,25 +1,25 b''
1 [package]
1 [package]
2 name = "rhg"
2 name = "rhg"
3 version = "0.1.0"
3 version = "0.1.0"
4 authors = [
4 authors = [
5 "Antoine Cezar <antoine.cezar@octobus.net>",
5 "Antoine Cezar <antoine.cezar@octobus.net>",
6 "Raphaël Gomès <raphael.gomes@octobus.net>",
6 "Raphaël Gomès <raphael.gomes@octobus.net>",
7 ]
7 ]
8 edition = "2018"
8 edition = "2018"
9
9
10 [dependencies]
10 [dependencies]
11 atty = "0.2.14"
11 atty = "0.2.14"
12 hg-core = { path = "../hg-core"}
12 hg-core = { path = "../hg-core"}
13 chrono = "0.4.19"
13 chrono = "0.4.19"
14 clap = "2.34.0"
14 clap = "2.34.0"
15 derive_more = "0.99.17"
15 derive_more = "0.99.17"
16 home = "0.5.3"
16 home = "0.5.3"
17 lazy_static = "1.4.0"
17 lazy_static = "1.4.0"
18 log = "0.4.14"
18 log = "0.4.14"
19 micro-timer = "0.4.0"
19 micro-timer = "0.4.0"
20 regex = "1.5.5"
20 regex = "1.5.5"
21 env_logger = "0.9.0"
21 env_logger = "0.9.0"
22 format-bytes = "0.3.0"
22 format-bytes = "0.3.0"
23 users = "0.11.0"
23 users = "0.11.0"
24 which = "4.2.5"
24 which = "4.2.5"
25 rayon = "1.5.1"
25 rayon = "1.6.1"
General Comments 0
You need to be logged in to leave comments. Login now